Auto-commit of loaddefs files.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ac63ec89
JL
12013-05-01 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
4
9e9be37c
JL
52013-05-01 Juri Linkov <juri@jurta.org>
6
7 * comint.el (comint-previous-matching-input): Don't print message
8 "History item: %d" when `isearch-mode' is active.
9 (comint-history-isearch-message): Print message "History item: %d"
10 when `comint-input-ring-index' is not empty and this function is
11 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
12
9b92c13b
LL
132013-05-01 Leo Liu <sdl.web@gmail.com>
14
15 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
16 definitions. Use completion-at-point to insert keywords.
17 (octave-abbrev-start): Remove.
18 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
19
b12d33d7
LL
202013-04-30 Leo Liu <sdl.web@gmail.com>
21
22 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
23 change.
24
3d1c39fa
AM
252013-04-30 Alan Mackenzie <acm@muc.de>
26
27 Handle arbitrarily long C++ member initialisation lists.
28 * progmodes/cc-engine.el (c-back-over-member-initializers): new
29 function.
30 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
31 (most) member init lists.
32
5147fc17
RS
332013-04-30 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
34
35 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
36 variable.
37
5b78d7fc
LL
382013-04-30 Leo Liu <sdl.web@gmail.com>
39
40 * progmodes/octave.el (octave-variables): Remove. No builtin
41 variables any more. All converted to functions.
42 (octave-font-lock-keywords, octave-completion-at-point-function):
43 Fix uses.
44 (octave-font-lock-texinfo-comment): New user variable.
45 (octave-texinfo-font-lock-keywords): New variable for texinfo
46 comment block.
47 (octave-function-comment-block): New face.
48 (octave-font-lock-texinfo-comment): New function.
49 (octave-mode): Font lock texinfo comment block.
50
38d8527b
LL
512013-04-29 Leo Liu <sdl.web@gmail.com>
52
53 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
54 indexing expression.
55 (octave-continuation-string): Do not use \.
56 (inferior-octave-complete-impossible): Remove.
57 (inferior-octave-completion-table)
58 (inferior-octave-completion-at-point): Remove its uses.
59 (inferior-octave-startup): completion_matches was introduced to
60 Octave in 1996 so safe to assume it.
61 (octave-function-file-comment): Improve to follow how Octave does it.
62 (octave-update-function-file-comment): Tweak.
63
2ec12cb0
LL
642013-04-29 Leo Liu <sdl.web@gmail.com>
65
66 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
67 (inferior-octave-startup): Remove inferior-octave-startup-hook.
68 (octave-function-file-comment): Fix typo.
69 (octave-sync-function-file-names): Use read-char-choice.
70
6eaed048
JB
712013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
72
73 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
74 to t for the less important warnings.
75
3ffa2d4f
DH
762013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
77
78 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
79
685c9501
GM
802013-04-27 Glenn Morris <rgm@gnu.org>
81
82 * vc/log-view.el (log-view-current-entry):
83 Treat "---" separator lines as part of the following rev. (Bug#14169)
84
0208ede7
JL
852013-04-27 Juri Linkov <juri@jurta.org>
86
87 * subr.el (read-number): Doc fix about using it by interactive
88 code letter `n'. (Bug#14254)
89
5db9dace
JL
902013-04-27 Juri Linkov <juri@jurta.org>
91
92 * desktop.el (desktop-auto-save-timeout): New option.
93 (desktop-file-checksum): New variable.
94 (desktop-save): Add optional arg `auto-save' and don't auto-save
95 if nothing changed.
96 (desktop-auto-save-timer): New variable.
97 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
98 (after-init-hook): Call `desktop-auto-save-set-timer'.
99 Suggested by Reuben Thomas <rrt@sc3d.org> in
100 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
101
b7260dd4
LL
1022013-04-27 Leo Liu <sdl.web@gmail.com>
103
104 * progmodes/octave.el (octave-function-file-p)
105 (octave-skip-comment-forward, octave-function-file-comment)
106 (octave-update-function-file-comment): New functions.
107 (octave-mode-map): Bind C-c ; to
108 octave-update-function-file-comment.
109 (octave-mode-menu): Add octave-update-function-file-comment.
110 (octave-mode, inferior-octave-mode): Fix doc-string.
111 (octave-insert-defun): Conform to Octave's coding convention.
112 (Bug#14285)
113
114 * files.el (basic-save-buffer): Don't let errors in
115 before-save-hook prevent saving buffer.
116
c46da669
RW
1172013-04-20 Roland Winkler <winkler@gnu.org>
118
119 * faces.el (read-face-name): Use completing-read if arg multiple
120 is nil.
121
a81ee1eb
IL
1222013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
123
124 * ls-lisp.el (ls-lisp-insert-directory): If no files are
125 displayed, move point to after the totals line. See
126 http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
127 for the details.
128
4fac34ce
SM
1292013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * emacs-lisp/package.el (package-autoload-ensure-default-file):
132 Add current dir to the load-path.
133 (package-generate-autoloads): Don't rely on
134 autoload-ensure-default-file.
135
f6bfc063
RT
1362013-04-26 Reuben Thomas <rrt@sc3d.org>
137
d40ab5cf
BG
138 * textmodes/remember.el (remember-store-in-files): Document that
139 the file name format is passed to `format-time-string'.
f6bfc063 140
e55d3b04
LL
1412013-04-26 Leo Liu <sdl.web@gmail.com>
142
143 * progmodes/octave.el (octave-sync-function-file-names): New function.
144 (octave-mode): Use it in before-save-hook.
145
e53052d3
SM
1462013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
147
140ef50c
SM
148 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
149 (bug#14274).
150
e53052d3
SM
151 * progmodes/octave.el (octave-smie-forward-token): Properly skip
152 \n and comment, even if it's not an implicit ; (bug#14218).
153
af80458d 1542013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
155
156 * subr.el (read-number): Once more use `read' rather than
157 `string-to-number', to trap non-numeric input. (Bug#14254)
158
af80458d 1592013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
160
161 * emacs-lisp/syntax.el (syntax-propertize-multiline):
162 Use `syntax-multiline' text property consistently instead of
163 `font-lock-multiline'. (bug#14237).
164
e6ea1f6c
GM
1652013-04-26 Glenn Morris <rgm@gnu.org>
166
167 * emacs-lisp/shadow.el (list-load-path-shadows):
168 No longer necessary to check for duplicate simple.el, since
169 2012-07-07 change to init_lread to not include installation lisp
170 directories in load-path when running uninstalled. (Bug#14270)
171
070ccca4
LL
1722013-04-26 Leo Liu <sdl.web@gmail.com>
173
174 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
175 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 176 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
177 octave-in-string-or-comment-p.
178 (octave-in-comment-p, octave-in-string-p)
179 (octave-in-string-or-comment-p): Replace defsubst with defun.
180
9d1c5fb6
PE
1812013-04-25 Paul Eggert <eggert@cs.ucla.edu>
182
183 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
184
c034abda
BG
1852013-04-25 Bastien Guerry <bzg@gnu.org>
186
187 * textmodes/remember.el (remember-data-directory)
188 (remember-directory-file-name-format): Fix custom types.
189
584ea277
LL
1902013-04-25 Leo Liu <sdl.web@gmail.com>
191
e53052d3
SM
192 * progmodes/octave.el (octave-completion-at-point-function):
193 Make use of inferior octave process.
584ea277
LL
194 (octave-initialize-completions): Remove.
195 (inferior-octave-completion-table): New function.
196 (inferior-octave-completion-at-point): Use it.
197 (octave-completion-alist): Remove.
198
1693b06a
SM
1992013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * progmodes/opascal.el: Use font-lock and syntax-propertize.
202 (opascal-mode-syntax-table): New var.
203 (opascal-literal-kind, opascal-is-literal-end)
204 (opascal-literal-token-at): Rewrite.
205 (opascal--literal-start-re, opascal-font-lock-keywords)
206 (opascal--syntax-propertize): New constants.
207 (opascal-font-lock-defaults): Adjust.
208 (opascal-mode): Use them. Set comment-<foo> variables as well.
209 (delphi-comment-face, opascal-comment-face, delphi-string-face)
210 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
211 (delphi-other-face, opascal-other-face): Remove face variables.
212 (opascal-save-state): Remove macro.
213 (opascal-fontifying-progress-step): Remove constant.
214 (opascal--ignore-changes): Remove var.
215 (opascal-set-token-property, opascal-parse-next-literal)
216 (opascal-is-stable-literal, opascal-complete-literal)
217 (opascal-is-literal-start, opascal-face-of)
218 (opascal-parse-region, opascal-parse-region-until-stable)
219 (opascal-fontify-region, opascal-after-change)
220 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
221 (opascal-debug-parse-region, opascal-debug-parse-window)
222 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
223 (opascal-debug-fontify-buffer): Remove.
224 (opascal-debug-mode-map): Adjust accordingly.
225
be64c05d
LL
2262013-04-25 Leo Liu <sdl.web@gmail.com>
227
228 Merge octave-mod.el and octave-inf.el into octave.el with some
229 cleanups.
230 * progmodes/octave.el: New file renamed from octave-mod.el.
231 * progmodes/octave-inf.el: Merged into octave.el.
232 * progmodes/octave-mod.el: Renamed to octave.el.
233
d79d37bd
TH
2342013-04-25 Tassilo Horn <tsdh@gnu.org>
235
236 * textmodes/reftex-vars.el
237 (reftex-label-ignored-macros-and-environments): New defcustom.
238
239 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
240
ced3fc5d
SM
2412013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
244 (smie-indent-keyword): Improve the check to ensure that the next
245 comment is really on the same line.
246 (smie-indent-comment): Don't align with a subsequent closer (or eob).
247
248 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
249 semi-colons if the line is not otherwise empty (bug#14218).
250
1c141dad
GM
2512013-04-25 Glenn Morris <rgm@gnu.org>
252
253 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
254
5058062a
SM
2552013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * progmodes/opascal.el (opascal-set-token-property): Rename from
258 opascal-set-text-properties and only set `token' (bug#14134).
259 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
260 (opascal-literal-text-properties): Remove.
261 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
262 Adjust callers.
263
5db9dace 2642013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
265
266 * textmodes/remember.el (remember-handler-functions): Add an
267 option for a new handler `remember-store-in-files'.
268 (remember-data-directory, remember-directory-file-name-format):
269 New options.
270 (remember-store-in-files): New function to store remember notes
271 as separate files within a directory.
272
4391916c
MH
2732013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
274
275 * progmodes/compile.el (compilation-next-error-function):
276 Pass "formats" to compilation-find-file (bug#11777).
277
bb7cdf58
GM
2782013-04-24 Glenn Morris <rgm@gnu.org>
279
3b8fe752 280 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
281 * vc/vc-hg.el (vc-hg-print-log):
282 * vc/vc-svn.el (vc-svn-print-log):
283 Fix START-REVISION with LIMIT != 1. (Bug#14168)
284
bb7cdf58
GM
285 * vc/vc-bzr.el (vc-bzr-print-log):
286 * vc/vc-cvs.el (vc-cvs-print-log):
287 * vc/vc-git.el (vc-git-print-log):
288 * vc/vc-hg.el (vc-hg-print-log):
289 * vc/vc-mtn.el (vc-mtn-print-log):
290 * vc/vc-rcs.el (vc-rcs-print-log):
291 * vc/vc-sccs.el (vc-sccs-print-log):
292 * vc/vc-svn.el (vc-svn-print-log):
293 * vc/vc.el (vc-print-log-internal): Doc fixes.
294
b46a056e
GM
2952013-04-23 Glenn Morris <rgm@gnu.org>
296
297 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
298 Remove venerable code attempting to avoid substitute-command-keys.
299
0aecf718
TH
3002013-04-23 Tassilo Horn <tsdh@gnu.org>
301
4391916c
MH
302 * textmodes/reftex-vars.el (reftex-label-regexps):
303 Call `reftex-compile-variables' after changes to this variable.
0aecf718 304
117f94cf
SM
3052013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
306
4391916c 307 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
308 Use lexical-binding.
309 (jit-lock-force-redisplay): Use markers, check buffer's continued
310 existence and beware narrowed buffers.
311 (jit-lock-fontify-now): Adjust call accordingly.
312
1d829c64
SM
3132013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
316 to avoid misleading the user.
317
72d548a9
LL
3182013-04-22 Leo Liu <sdl.web@gmail.com>
319
320 * info-look.el: Prefer latex2e.info. (Bug#14240)
321
d0853629
MA
3222013-04-22 Michael Albinus <michael.albinus@gmx.de>
323
324 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
325
326 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
327 * net/tramp.el (tramp-call-process): ... here
328 (tramp-set-completion-function, tramp-parse-putty):
329 * net/tramp-adb.el (tramp-adb-execute-adb-command):
330 * net/tramp-gvfs.el (tramp-gvfs-send-command):
331 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
332 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
333 (tramp-call-local-coding-command): Use `tramp-call-process'
334 instead of `tramp-compat-call-process'.
335
336 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
337 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
338 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
339 (tramp-find-inline-compress):Improve traces.
340 (tramp-maybe-send-script): Check for Perl binary.
341 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
342
38cc0210
DU
3432013-04-22 Daiki Ueno <ueno@gnu.org>
344
345 * epg.el (epg-context-pinentry-mode): New function.
346 (epg-context-set-pinentry-mode): New function.
347 (epg--start): Pass --pinentry-mode option to gpg command.
348
cc641ee1
XF
3492013-04-21 Xue Fuqiao <xfq.free@gmail.com>
350
5d4e5c31
XF
351 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
352 `comint-dynamic-complete' is obsolete since 24.1, replaced by
353 `completion-at-point'. (Bug#13774)
354
cc641ee1
XF
355 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
356 default key binding for `describe-distribution' has been moved to
357 `C-h C-o'. (Bug#13970)
358
1b42ee43
GM
3592013-04-21 Glenn Morris <rgm@gnu.org>
360
361 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
362 Add doc strings.
363 (vc-print-log): Clarify interactive prompt.
364
a6d63d97
GM
3652013-04-20 Glenn Morris <rgm@gnu.org>
366
367 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
368 No longer include timestamp etc information.
369
d7f5c16f
RW
3702013-04-20 Roland Winkler <winkler@gnu.org>
371
372 * faces.el (read-face-name): Bug fix, return just one face if arg
373 multiple is nil. (Bug#14209)
374
bcd7a0a4
SM
3752013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
378 (remove-function): Autoload.
379
380 * comint.el (comint-redirect-original-filter-function): Remove.
381 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
382 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
383 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
384 * progmodes/prolog.el (prolog-consult-compile):
385 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
386 Use add/remove-function instead.
387 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
388 (gud-tooltip-process-output, gud-tooltip-tips):
389 Use add/remove-function instead.
390 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
391 (scheme-interaction-mode, exit-scheme-interaction-mode):
392 Use add/remove-function instead.
393
394 * vc/vc-dispatcher.el: Use lexical-binding.
395 (vc--process-sentinel): Rename from vc-process-sentinel.
396 Change last arg to be the code to run. Don't use vc-previous-sentinel
397 and vc-sentinel-commands any more.
398 (vc-exec-after): Allow code to be a function. Use add/remove-function.
399 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
400
4d3268ba
MY
4012013-04-19 Masatake YAMATO <yamato@redhat.com>
402
bcd7a0a4 403 * progmodes/sh-script.el (sh-imenu-generic-expression):
2ebed929 404 Handle function names with a single character. (Bug#14111)
4d3268ba 405
863beb27
DK
4062013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
407
408 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
409 for subroutines defined in an eval (bug#14182).
410
7d688336
TV
4112013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
412
413 * bookmark.el (bookmark-completing-read): Improve handling of empty
414 string (bug#14176).
415
31dcede0
SM
4162013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
419
adc31213
FEG
4202013-04-19 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
421
422 New faster Imenu implementation (bug#14058).
423 * progmodes/python.el:
424 (python-imenu-prev-index-position):
425 (python-imenu-format-item-label-function)
426 (python-imenu-format-parent-item-label-function)
427 (python-imenu-format-parent-item-jump-label-function):
428 New vars.
429 (python-imenu-format-item-label)
430 (python-imenu-format-parent-item-label)
431 (python-imenu-format-parent-item-jump-label)
432 (python-imenu--put-parent, python-imenu--build-tree)
433 (python-imenu-create-index, python-imenu-create-flat-index)
434 (python-util-popn): New functions.
435 (python-mode): Set imenu-create-index-function to
436 python-imenu-create-index.
437
cdca8255
SM
4382013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * winner.el (winner-active-region): Use region-active-p, activate-mark
441 and deactivate-mark (bug#14225).
442
443 * simple.el (deactivate-mark): Don't inline it.
444
beb42340
MA
4452013-04-18 Michael Albinus <michael.albinus@gmx.de>
446
447 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
448
fc7f4d7e
TH
4492013-04-18 Tassilo Horn <tsdh@gnu.org>
450
451 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
452 file extensions from the archive-mode entry in order to prefer
453 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
454
29f47822
LL
4552013-04-18 Leo Liu <sdl.web@gmail.com>
456
457 * bindings.el (help-event-list): Add ?\?.
458
d36ed1c8
SM
4592013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * subr.el (with-wrapper-hook): Declare obsolete.
462 * simple.el (filter-buffer-substring-function): New hook.
463 (filter-buffer-substring): Use it.
464 (filter-buffer-substring-functions): Mark obsolete.
465 * minibuffer.el (completion-in-region-function): New hook.
466 (completion-in-region): Use it.
467 (completion-in-region-functions): Mark obsolete.
468 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
469 * abbrev.el (abbrev-expand-function): New hook.
470 (expand-abbrev): Use it.
471 (abbrev-expand-functions): Mark obsolete.
472 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
473 and :filter-return.
474
04754d36
FEG
4752013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
476
477 * progmodes/python.el (python-nav--syntactically): Fix cornercases
478 and do not care about match data.
479
dd8791e9
SM
4802013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
483 completion tables when completing error conditions and
484 `declare' arguments.
485 (lisp-complete-symbol, field-complete): Mark as obsolete.
486 (check-parens): Unmatched parens are user errors.
487 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
488
ffe54a13
AM
4892013-04-17 Michal Nazarewicz <mina86@mina86.com>
490
dd8791e9
SM
491 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
492 command changed buffer (ie. `flyspell-pre-buffer' is not current
493 buffer), which prevents making decisions based on invalid value of
494 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
495 cause an error when `flyspell-pre-point' was nil after switching
496 buffers.
497 (flyspell-post-command-hook): No longer needs to change buffers when
498 checking pre-word. While at it remove unnecessary progn.
ffe54a13 499
ec7e39f2
AM
5002013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
501
502 * textmodes/ispell.el (ispell-add-per-file-word-list):
503 Fix `flyspell-correct-word-before-point' error when accepting
504 words and `coment-padding' is an integer by using
505 `comment-normalize-vars' (Bug #14214).
506
083850a6
FEG
5072013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
508
509 New defun movement commands.
510 * progmodes/python.el (python-nav--syntactically)
511 (python-nav--forward-defun, python-nav-backward-defun)
512 (python-nav-forward-defun): New functions.
513
619ed6e1
FEG
5142013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
515
516 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
517 (python-syntax-context): Use named compiler-macro for backwards
518 compatibility with Emacs 24.x.
519
7a1beb6c
LL
5202013-04-17 Leo Liu <sdl.web@gmail.com>
521
522 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
523 octave-hide-process-buffer.
524
2d3fa3e5
SM
5252013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
528 (bug#14216).
529
7ce5be54
JPG
5302013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
531
532 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
533 Fix adjustment of offset when receiving incomplete responses from GDB
534 (bug#14129).
535
351edece
SM
5362013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
539 python-mode-abbrev-table.
540 (python-skeleton-define): Adjust accordingly.
541 (python-mode-abbrev-table): New table that inherits from it so that
542 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
543
544 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
545 (abbrev-symbol): Use it.
546 (abbrev--before-point): Use it since we already handle inheritance.
547
613f9481
LL
5482013-04-16 Leo Liu <sdl.web@gmail.com>
549
550 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
551 binding to info-lookup-symbol.
552
51646b62
JB
5532013-04-16 Juanma Barranquero <lekktu@gmail.com>
554
555 * minibuffer.el (completion--twq-all):
556 * term/ns-win.el (ns-initialize-window-system):
557 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
558
efb3f01d
SM
5592013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
560
36c0a301
SM
561 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
562 global bindings.
563
efb3f01d
SM
564 * doc-view.el (doc-view-start-process): Handle url-handler directories.
565
fb549d64
DG
5662013-04-15 Dmitry Gutov <dgutov@yandex.ru>
567
568 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
569 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
570 to nil.
571 (ruby-end-of-defun): Remove the unused arg, change the docstring
572 to reflect that this function is only used as the value of
573 `end-of-defun-function'.
574 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
575 to reflect an earlier change that beginning/end-of-defun functions
576 jump between methods in a class definition, as well as top-level
577 functions.
578
21e8fe2f
SM
5792013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * minibuffer.el (minibuffer-complete): Don't just scroll
582 a *Completions* that's been iconified.
583 (minibuffer-force-complete): Make sure repetitions do cycle when going
584 through completion-in-region -> minibuffer-complete.
585
20e527d0
AM
5862013-04-15 Alan Mackenzie <acm@muc.de>
587
588 Correct the placement of c-cpp-delimiters when there're #s not at
589 col 0.
590
591 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
592 place a submatch around the #.
21e8fe2f
SM
593 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
594 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
595 on the #, not BOL.
596
dabefae5
SM
5972013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * emacs-lisp/nadvice.el: Properly test names when adding advice.
600 (advice--member-p): New arg `name'.
601 (advice--add-function, advice-member-p): Use it (bug#14202).
602
85c9ab64
AM
6032013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
604
605 Reformulate java imenu-generic-expression.
606 The old expression contained ill formed regexps.
607
608 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
609 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
610 (cc-imenu-java-method-arg-regexp): New defconsts.
611 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 612 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
613 handling of spaces in the regexp.
614
0f821d99
AM
6152013-03-15 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
616
617 * textmodes/ispell.el (ispell-command-loop): Remove
618 flyspell highlight of a word when ispell accepts it (bug #14178).
619
eb922adf
MA
6202013-04-15 Michael Albinus <michael.albinus@gmx.de>
621
622 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
623 uses code from the previous `ange-ftp-run-real-handler'.
624 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
625 only in case that function exist. This is needed for proper
626 unloading of Tramp.
627
4d9a0979
TH
6282013-04-15 Tassilo Horn <tsdh@gnu.org>
629
630 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
631
632 * textmodes/reftex.el (reftex-compile-variables): Use it.
633
a829b0dc
SM
6342013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
635
91e8293c
SM
636 * files.el (normal-mode): Only use default major-mode if no other mode
637 was specified.
638
830aed4d
SM
639 * emacs-lisp/trace.el (trace-values): New function.
640
a829b0dc
SM
641 * files.el: Allow : in local variables (bug#14089).
642 (hack-local-variable-regexp): New var.
643 (hack-local-variables-prop-line, hack-local-variables): Use it.
644
7ae9f0fb
RW
6452013-04-13 Roland Winkler <winkler@gnu.org>
646
647 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
648 data before it gets modified by bibtex-beginning-of-entry.
649
6646e848
RW
6502013-04-13 Roland Winkler <winkler@gnu.org>
651
652 * textmodes/bibtex.el (bibtex-url): Doc fix.
653
6542013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
655
656 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
657 does not visit a BibTeX file, exclude it from the list of buffers
658 returned by bibtex-initialize.
659
0aa3616e
SB
6602013-04-13 Stephen Berman <stephen.berman@gmx.net>
661
662 * window.el (split-window): Remove interactive form, since as a
663 command this function is a special case of split-window-below.
664 Correct doc string.
665
011cddd6
RW
6662013-04-12 Roland Winkler <winkler@gnu.org>
667
668 * faces.el (read-face-name): Do not override value of arg default.
669 Allow single faces and strings as default values. Remove those
670 elements from return value that are not faces.
671 (describe-face): Simplify.
672 (face-at-point): New optional args thing and multiple so that this
673 function can provide the same functionality previously provided by
674 read-face-name.
675 (make-face-bold, make-face-unbold, make-face-italic)
676 (make-face-unitalic, make-face-bold-italic, invert-face)
677 (modify-face, read-face-and-attribute): Use face-at-point.
678
679 * cus-edit.el (customize-face, customize-face-other-window)
680 * cus-theme.el (custom-theme-add-face)
681 * face-remap.el (buffer-face-set)
682 * facemenu.el (facemenu-set-face): Use face-at-point.
683
f24e0036
MA
6842013-04-12 Michael Albinus <michael.albinus@gmx.de>
685
686 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
687
da3cda2d
TH
6882013-04-10 Tassilo Horn <tsdh@gnu.org>
689
690 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
691 off leading { and trailing } from field values.
692
15e54145
SM
6932013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
694
78ce603d
SM
695 * emacs-lisp/timer.el (timer--check): New function.
696 (timer--time, timer-set-function, timer-event-handler): Use it.
697 (timer-set-idle-time): Simplify.
698 (timer--activate): CSE.
699 (timer-event-handler): Give more info in error message.
700 (internal-timer-start-idle): New function, moved from C.
701
15e54145
SM
702 * mpc.el (mpc-proc): Add `restart' argument.
703 (mpc-proc-cmd): Use it.
704 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
705 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
706 less often.
707
7144c627
MY
7082013-04-10 Masatake YAMATO <yamato@redhat.com>
709
710 * progmodes/sh-script.el: Implement `sh-mode' own
711 `add-log-current-defun-function' (bug#14112).
712 (sh-current-defun-name): New function.
713 (sh-mode): Use the function.
714
b39792eb
BG
7152013-04-09 Bastien Guerry <bzg@gnu.org>
716
717 * simple.el (choose-completion-string): Fix docstring (bug#14163).
718
8acdeb71
SM
7192013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
720
6fcdab68
SM
721 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
722
8acdeb71
SM
723 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
724 timer (bug#14156).
725
e3e7b504
NF
7262013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
727
728 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
729 declaration.
730
201bb296
LL
7312013-04-07 Leo Liu <sdl.web@gmail.com>
732
733 * pcmpl-x.el: New file.
734
ebb19708
DA
7352013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
736
737 Do not set x-display-name until X connection is established.
738 This is needed to prevent from weird situation described at
739 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
740 * frame.el (make-frame): Set x-display-name after call to
741 window system initialization function, not before.
742 * term/x-win.el (x-initialize-window-system): Add optional
743 display argument and use it.
744 * term/w32-win.el (w32-initialize-window-system):
745 * term/ns-win.el (ns-initialize-window-system):
746 * term/pc-win.el (msdos-initialize-window-system):
747 Add compatible optional display argument.
748
33bb237a
EZ
7492013-04-06 Eli Zaretskii <eliz@gnu.org>
750
751 * files.el (normal-backup-enable-predicate): On MS-Windows and
752 MS-DOS compare truenames of temporary-file-directory and of the
753 file, so that 8+3 aliases (usually found in $TEMP on Windows)
754 don't fail comparison by compare-strings. Also, compare file
755 names case-insensitively on MS-Windows and MS-DOS.
756
134abf1f
SM
7572013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
760 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
761
d695cb94
DG
7622013-04-05 Dmitry Gutov <dgutov@yandex.ru>
763
e3e7b504
NF
764 * whitespace.el (whitespace-color-on, whitespace-color-off):
765 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 766
f4ad7ea1 7672013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
768
769 * ispell.el (ispell-set-spellchecker-params):
770 Really set `ispell-args' for all equivs.
771
632556e4
SM
7722013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * ido.el (ido-completions): Use extra elements of ido-decorations
775 (bug#14143).
776 (ido-decorations): Update docstring.
777
2a417372
MA
7782013-04-05 Michael Albinus <michael.albinus@gmx.de>
779
780 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
781 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
782 nil during initialization, in order not to miss changes since the
783 file was opened. (Bug#14140)
784
fc164b0c
LL
7852013-04-05 Leo Liu <sdl.web@gmail.com>
786
787 * kmacro.el (kmacro-call-macro): Fix bug#14135.
788
0ccecc08
JB
7892013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
790
791 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
792
51af1aa2
GM
7932013-04-04 Glenn Morris <rgm@gnu.org>
794
795 * electric.el (electric-pair-inhibit-predicate): Add :version.
796
b208ebc6
SM
7972013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
800 when a package is required several times (bug#14082).
801
f3d3eaf0
RW
8022013-04-04 Roland Winkler <winkler@gnu.org>
803
804 * faces.el (read-face-name): Behave as promised by the docstring.
805 Assume that arg default is a list of faces.
806 (describe-face): Call read-face-name with list of default faces.
807
2575da50
TV
8082013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
809
810 * bookmark.el: Fix deletion of bookmarks (bug#13972).
811 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
812 (bookmark-bmenu-execute-deletions): Only skip first line if it's
813 the header.
814 (bookmark-exit-hook-internal): Save even if list is empty.
815
397703b4
YH
8162013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
817
818 * emacs-lisp/package.el (package-pinned-packages): New var.
819 (package--add-to-archive-contents): Obey it (bug#14118).
820
691e26ae
AM
8212013-04-03 Alan Mackenzie <acm@muc.de>
822
823 Handle `parse-partial-sexp' landing inside a comment opener
824 (Bug#13244). Also adapt to the new values of element 7 of a parse
825 state.
826
827 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
828 parameter `not-in-delimiter'. Handle being inside comment opener.
829 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
830 character in case we're typing a '*' after a '/'.
831 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
832 instead by passing the parameter to c-state-pp-to-literal.
833
834 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
835 for elt. 7 of a parse state.
836
4b725a70
PE
8372013-04-01 Paul Eggert <eggert@cs.ucla.edu>
838
839 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
840 * international/latin1-disp.el, international/mule-util.el:
841 * language/cyril-util.el, language/european.el, language/ind-util.el:
842 * language/lao-util.el, language/thai.el, language/tibet-util.el:
843 * language/tibetan.el, language/viet-util.el:
844 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
845
15c579f0
SM
8462013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
849 (electric-pair-post-self-insert-function): Use it.
850 (electric-pair-default-inhibit): New function, extracted from
851 electric-pair-post-self-insert-function.
852
a77e2924
RW
8532013-03-31 Roland Winkler <winkler@gnu.org>
854
855 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
856
2bd8a4a8
SM
8572013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
858
859 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
860
8d3655be 8612013-03-30 FabiĂ¡n Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
862
863 Un-indent after "pass" and "return" statements (Bug#13888)
864 * progmodes/python.el (python-indent-block-enders): New var.
865 (python-indent-calculate-indentation): Use it.
866
8d3655be 8672013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
868
869 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
870 defun. Defining it as defalias could introduce too eager
871 byte-compiler optimization. (Bug#14030)
872
8d3655be 8732013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
874
875 * iswitchb.el (iswitchb-read-buffer): Fix typo.
876
0b1619da
LL
8772013-03-30 Leo Liu <sdl.web@gmail.com>
878
879 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
880 (kmacro-execute-from-register): Pass the keyboard macro to
881 kmacro-call-macro or repeating won't work correctly.
882
0b938190
TZ
8832013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
884
885 * progmodes/subword.el: Back to using `forward-symbol'.
886
887 * subr.el (forward-whitespace, forward-symbol)
888 (forward-same-syntax): Move from thingatpt.el.
889
35710234
LL
8902013-03-29 Leo Liu <sdl.web@gmail.com>
891
892 * kmacro.el (kmacro-to-register): New command.
893 (kmacro-execute-from-register): New function.
894 (kmacro-keymap): Bind to 'x'. (Bug#14071)
895
efc0bb73
SM
8962013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * mpc.el: Use defvar-local and setq-local.
899 (mpc--proc-connect): Connection failures are not bugs.
900 (mpc-mode-map): `follow-link' only applies to the buffer's content.
901 (mpc-volume-map): Bind to the up-events.
902
75a2f981
TZ
9032013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
904
905 * progmodes/subword.el (superword-mode): Use `forward-sexp'
906 instead of `forward-symbol'.
907
17c781d1
SM
9082013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
911 (edebug--recursive-edit): Use it.
912 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
913 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
914
f67bfbcf
LL
9152013-03-28 Leo Liu <sdl.web@gmail.com>
916
917 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
918
b59f639d
EZ
9192013-03-27 Eli Zaretskii <eliz@gnu.org>
920
921 * facemenu.el (list-colors-callback): New defvar.
922 (list-colors-redisplay): New function.
923 (list-colors-display): Install list-colors-redisplay as the
924 revert-buffer-function. (Bug#14063)
925
f557c1b1
SM
9262013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
927
b1da2957
SM
928 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
929 and suffixes don't overlap (bug#14061).
930
f557c1b1
SM
931 * case-table.el: Use lexical-binding.
932 (case-table-get-table): New function.
933 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
934
002668e1
TZ
9352013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
936
937 * progmodes/subword.el: Add `superword-mode' to do word motion
938 over symbol_words (parallels and leverages `subword-mode' which
939 does word motion inside MixedCaseWords).
940
73572c72
AG
9412013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
942
78b8f320 943 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 944 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 945
69b2c07e
SM
9462013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
949 Change return value to be a sexp. Delay `get-buffer' to after
950 restoring the desktop (bug#13951).
951
08bb5ee2
LL
9522013-03-26 Leo Liu <sdl.web@gmail.com>
953
954 * register.el: Move semantic tag handling back to
955 cedet/semantic/senator.el. (Bug#14052)
956
8d4c974e
SM
9572013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
960 into the prompt either (bug#13963).
961
b234d92c
SM
9622013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
965 part of "(error-foo)".
966
ddfa3cb4
JL
9672013-03-24 Juri Linkov <juri@jurta.org>
968
969 * replace.el (list-matching-lines-prefix-face): New defcustom.
970 (occur-1): Pass `list-matching-lines-prefix-face' to the function
971 `occur-engine' if `face-differs-from-default-p' returns t.
972 (occur-engine): Add `,' inside backquote construct to evaluate
973 `prefix-face'. Propertize the prefix with the `prefix-face' face.
974 Pass `prefix-face' to the functions `occur-context-lines' and
975 `occur-engine-add-prefix'.
976 (occur-engine-add-prefix, occur-context-lines): Add optional arg
977 `prefix-face' and propertize the prefix with `prefix-face'.
978 (Bug#14017)
979
7b0e2f85
LL
9802013-03-24 Leo Liu <sdl.web@gmail.com>
981
982 * nxml/rng-valid.el (rng-validate-while-idle)
983 (rng-validate-quick-while-idle): Guard against deleted buffer.
984 (Bug#13999)
985
986 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
987 is the last entry in kill-buffer-hook.
988
989 * files.el (kill-buffer-hook): Doc fix.
990
b3082f49
DG
9912013-03-23 Dmitry Gutov <dgutov@yandex.ru>
992
b234d92c
SM
993 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
994 Make it safe-local.
bde73d27 995
b3082f49
DG
996 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
997
a320a2db
LL
9982013-03-23 Leo Liu <sdl.web@gmail.com>
999
7e74b0fb
LL
1000 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1001 Remove.
1002
1003 * nxml/rng-valid.el (rng-validate-mode)
1004 (rng-after-change-function, rng-do-some-validation):
1005 * nxml/rng-maint.el (rng-validate-buffer):
1006 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1007 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1008 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1009 (nxml-extend-after-change-region): Use with-silent-modifications.
1010
a320a2db
LL
1011 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1012 timer-idle-list.
1013
1014 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1015 (rng-next-error-1, rng-previous-error-1): Do not let-bind
1016 timer-idle-list. (Bug#13999)
1017
e38e6780
JL
10182013-03-23 Juri Linkov <juri@jurta.org>
1019
1020 * info.el (info-index-match): New face.
1021 (Info-index, Info-apropos-matches): Add a nested subgroup to the
1022 main pattern and add text properties with the new face to matches
1023 in index entries relative to the beginning of the index entry.
1024 (Bug#14015)
1025
e8cc7880
DE
10262013-03-21 Eric Ludlam <zappo@gnu.org>
1027
1028 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1029 Inhibit read only while inserting objects.
1030
9bb0d822
TZ
10312013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
1032
1033 * progmodes/cfengine.el: Update docs to mention
1034 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
1035 symbol motion. Remove "_" from the word syntax.
1036
aa703640
TZ
10372013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
1038
1039 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1040 syntax for both `cfengine2-mode' and `cfengine3-mode'.
1041
afff09d0
JL
10422013-03-20 Juri Linkov <juri@jurta.org>
1043
1044 * info.el (Info-next-reference-or-link)
1045 (Info-prev-reference-or-link): New functions.
1046 (Info-next-reference, Info-prev-reference): Use them.
1047 (Info-try-follow-nearest-node): Handle footnote navigation.
1048 (Info-fontify-node): Fontify footnotes. (Bug#13989)
1049
9a1ff164
SM
10502013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1053 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1054
2667d15d
PE
10552013-03-20 Paul Eggert <eggert@cs.ucla.edu>
1056
1057 Suppress unnecessary non-ASCII chatter during build process.
1058 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1059 (batch-skkdic-convert): Suppress most of the chatter.
1060 It's not needed so much now that machines are faster,
1061 and its non-ASCII component was confusing; see Dmitry Gutov in
1062 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1063
438b0579
LL
10642013-03-20 Leo Liu <sdl.web@gmail.com>
1065
1066 * ido.el (ido-chop): Fix bug#10994.
1067
c128ab07
DG
10682013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1069
1070 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1071 Remove vars.
9a1ff164
SM
1072 (whitespace-color-on, whitespace-color-off):
1073 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 1074
0e6008c5
SM
10752013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1078 remapping in mode-line.
1079 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1080
627b52b0
DG
10812013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1082
1083 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1084 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
1085 (whitespace-font-lock-keywords): Change description.
1086 (whitespace-color-on): Don't save `font-lock-keywords' value, save
1087 the constructed keywords instead.
1088 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 1089
50c3a20b
LL
10902013-03-19 Leo Liu <sdl.web@gmail.com>
1091
1092 * progmodes/compile.el (compilation-display-error): New command.
1093 (compilation-mode-map, compilation-minor-mode-map): Bind it to
1094 C-o. (Bug#13992)
1095
2aa2157b
PE
10962013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1097
1098 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1099
e477dbfa
JD
11002013-03-18 Jan Djärv <jan.h.d@swipnet.se>
1101
1102 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1103
64ab82d1
MA
11042013-03-18 Michael Albinus <michael.albinus@gmx.de>
1105
1106 * net/tramp-compat.el (tramp-compat-user-error): New defun.
1107
1108 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1109 * net/tramp-gvfs.el (top):
1110 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1111 (tramp-handle-shell-command): Use it.
1112 (tramp-dissect-file-name): Raise an error when hostname is a
1113 method name, and neither method nor user is specified.
1114
1115 * net/trampver.el: Update release number.
1116
33cef733
LL
11172013-03-18 Leo Liu <sdl.web@gmail.com>
1118
1119 Make sure eldoc can be turned off properly.
1120 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1121 eldoc-mode.
1122 (eldoc-display-message-p): Revert last change.
1123 (eldoc-display-message-no-interference-p)
1124 (eldoc-print-current-symbol-info): Tweak.
1125
2167b7b2
TH
11262013-03-18 Tassilo Horn <tsdh@gnu.org>
1127
1128 * doc-view.el (doc-view-new-window-function): Check the new window
1129 overlay's display property instead the char property of the
1130 buffer's first char. Use `with-selected-window' instead of
1131 `save-window-excursion' with `select-window'.
1132 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 1133 display property instead the char property of the buffer's first char.
2167b7b2 1134
982efbcd
PE
11352013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1136
1137 Automate the build of ja-dic.el (Bug#13984).
1138 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1139 from the input, rather than assume that it's been done for us by the
1140 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
1141 the current date into a ja-dic.el comment, as that complicates
1142 regression testing.
1143
2fcc7665
SM
11442013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * whitespace.el: Fix double evaluation.
1147 (whitespace-space, whitespace-hspace, whitespace-tab)
1148 (whitespace-newline, whitespace-trailing, whitespace-line)
1149 (whitespace-space-before-tab, whitespace-indentation)
1150 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1151 obsolete defvars.
1152 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1153 (whitespace-color-on): Use a single font-lock-add-keywords call.
1154 Fix double-evaluation of face variables.
1155
67c0a6e6
MA
11562013-03-17 Michael Albinus <michael.albinus@gmx.de>
1157
2fcc7665
SM
1158 * net/tramp-adb.el (tramp-adb-parse-device-names):
1159 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 1160 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 1161
69489f1d
LL
11622013-03-17 Leo Liu <sdl.web@gmail.com>
1163
1164 Extend eldoc to display info in the mode-line. (Bug#13978)
1165 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1166 (eldoc-mode-line-string): New variable.
1167 (eldoc-minibuffer-message): New function.
1168 (eldoc-message-function): New variable.
1169 (eldoc-message): Use it.
1170 (eldoc-display-message-p)
2fcc7665
SM
1171 (eldoc-display-message-no-interference-p):
1172 Support eldoc-post-insert-mode.
69489f1d
LL
1173
1174 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1175 (eval-expression): Run it.
1176
9c44569e
RW
11772013-03-17 Roland Winkler <winkler@gnu.org>
1178
1179 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1180 strings in the list of return values.
1181
327f1f6f
JB
11822013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1183
1184 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1185 radix before checking for HMS forms.
1186
67ed8fcd
LL
11872013-03-16 Leo Liu <sdl.web@gmail.com>
1188
1189 * progmodes/scheme.el: Add indentation and font-locking for λ.
1190 (Bug#13975)
1191
78be8b64 11922013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
1193
1194 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1195 token before point (bug#13942).
1196
78be8b64 11972013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 1198
95b43468 1199 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 1200
98e775e6
EZ
12012013-03-16 Eli Zaretskii <eliz@gnu.org>
1202
1203 * startup.el (command-line-normalize-file-name): Fix handling of
1204 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
1205 <xfq.free@gmail.com> in
1206 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1207
2edd6029
MA
12082013-03-15 Michael Albinus <michael.albinus@gmx.de>
1209
1210 Sync with Tramp 2.2.7.
1211
1212 * net/trampver.el: Update release number.
1213
d35f5864
TH
12142013-03-14 Tassilo Horn <tsdh@gnu.org>
1215
f35ffe5e
TH
1216 * doc-view.el Fix bug#13887.
1217 (doc-view-insert-image): Don't modify overlay associated to
1218 non-live windows, and implement horizontal centering of image in
1219 case it's smaller than the window.
1220 (doc-view-new-window-function): Force redisplay of new windows on
1221 doc-view buffers.
d35f5864 1222
1c4a85ed
KF
12232013-03-13 Karl Fogel <kfogel@red-bean.com>
1224
1225 * saveplace.el (save-place-alist-to-file): Don't sort
1226 `save-place-alist', just pretty-print it (bug#13882).
1227
85b66a21
MA
12282013-03-13 Michael Albinus <michael.albinus@gmx.de>
1229
1230 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1231 whether `default-file-name-coding-system' is bound. It isn't in
1232 XEmacs.
1233
175600da
SM
12342013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1235
e7f7cb1a
SM
1236 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1237 backquotes for `obsolete' (bug#13929).
1238
175600da
SM
1239 * international/mule.el (find-auto-coding): Include file name in
1240 obsolescence warning (bug#13922).
1241
ca68a22e
TZ
12422013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1243
1244 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1245 for CFEngine 3-specific indentation.
1246 (cfengine3-indent-line): Use it. Fix up category regex.
1247 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1248
940e5099
SM
12492013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * type-break.el (type-break-file-name):
1252 * textmodes/remember.el (remember-data-file):
1253 * strokes.el (strokes-file):
1254 * shadowfile.el (shadow-initialize):
1255 * saveplace.el (save-place-file):
1256 * ps-bdf.el (bdf-cache-file):
1257 * progmodes/idlwave.el (idlwave-config-directory):
1258 * net/quickurl.el (quickurl-url-file):
1259 * international/kkc.el (kkc-init-file-name):
1260 * ido.el (ido-save-directory-list-file):
1261 * emulation/viper.el (viper-custom-file-name):
1262 * emulation/vip.el (vip-startup-file):
1263 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1264 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1265
cc725808
PE
12662013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1267
1268 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1269 * language/thai-word.el: Switch to UTF-8.
1270
e56221d5
SM
12712013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1274
c6bdd110
TV
12752013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1276
1277 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1278 Use with-current-buffer and don't move point.
1279 (net-utils-run-simple): Remove useless code.
1280 (net-utils-remove-ctl-m): Remove unused custom.
1281
bd3921f0
PS
12822013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1283
1284 * international/characters.el (glyphless-set-char-table-range): New fun.
1285 (update-glyphless-char-display): Use it (bug#13744).
1286
ccc4f9f1
TZ
12872013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1288
1289 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1290 namespaces in the syntax, indent closer for hanging brace
1291 correctly, allow single-quote delimited 'strings', and make
1292 `cfengine3-mode' the default.
1293
6ff2c8f1
JPG
12942013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1295
1296 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1297 Use lexical-binding. Fix up docstring according to conventions.
1298 (gdbmi-debug-mode): New var.
1299 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1300 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1301 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1302 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1303 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1304 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1305 (gdbmi-bnf-incomplete-record-result): New functions.
1306 (gdb-car<): Remove function.
1307 (gdbmi-record-list): Remove variable.
1308 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1309 (gdbmi-bnf-result-state-configs): New const.
1310 (gud-gdbmi-marker-filter): Rewrite.
1311 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1312 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1313 Add `token' argument.
1314 (gdb-done, gdb-error): New functions.
1315 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1316
9b593980
SM
13172013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1318
2523c845
SM
1319 * term/xterm.el (xterm--report-background-handler): Don't burp
1320 upon timeout.
1321 (xterm--version-handler): Extract from terminal-init-xterm.
1322 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1323 Allow multiple handlers.
1324 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1325
9b593980
SM
1326 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1327 (xterm--report-background-handler, xterm--query): New functions.
1328 (terminal-init-xterm): Use them.
1329
e18e61cf
MM
13302013-03-11 Michael R. Mauger <michael@mauger.com>
1331
1332 * progmodes/sql.el Version 3.2
1333 Please note that my address changed to <michael@mauger.com>;
1334 the <mmaug@yahoo.com> address remains active.
1335 (sql-connection-alist): Updates documentation to fix bug#13715.
1336 (sql-connect): Handle missing `sql-connection-alist' correctly.
1337 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1338 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1339 property.
1340 (sql-default-value): New function.
1341 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1342 values were not used.
1343 (sql-rename-buffer): Make sure alternate buffer name has no text
1344 properties.
1345 (sql-input-sender, sql-execute-feature): Fetch variable with
1346 `buffer-local-value' rather than `with-current-buffer'.
1347 (sql-*): Use #' function syntax consistently.
1348 (sql-*): Use message/error/user-error consistently.
1349
25c09217
SM
13502013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * xt-mouse.el (xterm-mouse-event-read): Remove.
1353 (xterm-mouse--read-event-sequence-1000)
1354 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1355
d0ebc826
SM
13562013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1357
d3e9f3a8
SM
1358 * term/xterm.el (xterm-function-map): Support format used with
1359 formatOtherKeys=1 (bug#13839).
1360
17f32327
SM
1361 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1362 (with-no-warnings): Use `declare'.
1363
33f5bc1c
SM
1364 * whitespace.el (whitespace-enable-predicate): New variable.
1365 (whitespace-enable-predicate): Use it.
1366
d0ebc826
SM
1367 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1368 (comint-output-filter, comint-update-fence):
1369 Use with-silent-modifications.
1370
45ba025e
J
13712013-03-10 Jambunathan K <kjambunathan@gmail.com>
1372
1373 * replace.el (occur-read-regexp-defaults-function): New var.
1374 (occur-read-regexp-defaults): New defun.
1375 (occur-read-primary-args): Propagate above change (bug#13892).
1376
74dd4abc
SM
13772013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1380
3675b169
MA
13812013-03-09 Michael Albinus <michael.albinus@gmx.de>
1382
1383 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1384
1385 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1386 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1387 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1388 New defconst.
74dd4abc
SM
1389 (tramp-gvfs-file-name-handler-alist) [directory-files]
1390 [directory-files-and-attributes, file-exists-p, file-modes]:
1391 Use Tramp default handler.
3675b169
MA
1392 [file-acl, file-selinux-context, process-file, set-file-acl]:
1393 [set-file-modes, set-file-selinux-context, shell-command]:
d0ebc826 1394 [start-file-process]: Remove handler.
3675b169
MA
1395 [verify-visited-file-modtime]: New handler.
1396 (tramp-gvfs-dbus-string-to-byte-array)
1397 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1398 calls of `dbus-string-to-byte-array' and
1399 `tramp-gvfs-dbus-byte-array-to-string'.
1400 (tramp-gvfs-handle-copy-file)
1401 (tramp-gvfs-handle-delete-directory)
1402 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1403 (tramp-gvfs-handle-file-directory-p)
1404 (tramp-gvfs-handle-file-executable-p)
1405 (tramp-gvfs-handle-file-name-all-completions)
1406 (tramp-gvfs-handle-file-readable-p)
1407 (tramp-gvfs-handle-file-writable-p)
1408 (tramp-gvfs-handle-insert-directory)
1409 (tramp-gvfs-handle-insert-file-contents)
1410 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1411 (tramp-gvfs-handle-set-visited-file-modtime)
1412 (tramp-gvfs-handle-write-region): Rewrite.
1413 (tramp-gvfs-handle-file-acl)
1414 (tramp-gvfs-handle-file-selinux-context)
1415 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1416 (tramp-gvfs-handle-set-file-modes)
1417 (tramp-gvfs-handle-set-file-selinux-context)
1418 (tramp-gvfs-handle-shell-command)
1419 (tramp-gvfs-handle-start-file-process)
1420 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1421 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1422 over the symlinks. Fix user handling.
1423 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1424 of the D-Bus signals.
1425 (tramp-gvfs-connection-mounted-p): Handle different names of the
1426 D-Bus methods.
1427 (tramp-gvfs-mount-spec-entry): New defun.
1428 (tramp-gvfs-mount-spec): Use it.
1429 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1430 there is a share name. Handle different names of the D-Bus
85b66a21
MA
1431 signals and methods. Set connection properties needed for
1432 `tramp-check-cached-permissions'.
3675b169
MA
1433 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1434 Return t or nil.
1435
1436 * net/tramp.el (tramp-backtrace): Move up.
85b66a21 1437 (tramp-error): Dump a backtrace into the debug buffer when
3675b169
MA
1438 `tramp-verbose > 9.
1439 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1440 (tramp-file-mode-permissions, tramp-get-local-uid)
1441 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1442 tramp-sh.el.
1443
1444 * net/tramp-sh.el (tramp-file-mode-type-map)
1445 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1446 (tramp-file-mode-permissions, tramp-get-local-uid)
1447 (tramp-get-local-gid): Move to tramp.el.
1448
27a98a62
SM
14492013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 Separate mouse-1-click-follows-link from mouse-drag-region.
1452 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1453 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1454 (mouse-drag-line, mouse-drag-track):
1455 Remove mouse-1-click-follows-link code.
1456 (mouse--remap-link-click-p): Remove.
1457
eb1a6e15
J
14582013-03-08 Jambunathan K <kjambunathan@gmail.com>
1459
1460 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1461 (hi-lock-read-regexp-defaults): New defun.
1462 (hi-lock-line-face-buffer, hi-lock-face-buffer)
27a98a62
SM
1463 (hi-lock-face-phrase-buffer): Propagate above change.
1464 Update docstring (bug#13892).
eb1a6e15
J
1465
1466 * subr.el (find-tag-default-as-regexp): New defun.
1467 * replace.el (read-regexp): Propagate above change.
1468
6d7ebb72
JB
14692013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1470
1471 * calc/calc-units.el (calc-convert-units): Fix the way that default
1472 new units are stored.
1473
c34ae9da 14742013-03-07 Matthias Meulien <orontee@gmail.com>
c095b770
KF
1475
1476 * bookmark.el: Define a face to highlight bookmark names in
1477 bookmark menu buffers, where the default is a bold face similarly
c34ae9da 1478 to buffer names in buffer menu buffers.
c095b770
KF
1479 (bookmark-menu-bookmark): New face to highlight bookmark names.
1480 (bookmark-insert-location): Remove duplicated text property to
1481 conform to buffer list (see `list-buffers').
1482 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1483 `bookmark-menu-bookmark' to bookmark names.
1484
c34ae9da
GM
14852013-03-07 Matthias Meulien <orontee@gmail.com>
1486 Karl Fogel <kfogel@red-bean.com>
7a78e19f
KF
1487
1488 * bookmark.el: Display the bookmark list header similarly to the
1489 buffer list header (see `list-buffers'), where the default is now
c34ae9da 1490 an immovable/immutable header line.
7a78e19f
KF
1491 (bookmark-bmenu-use-header-line): New variable.
1492 (bookmark-bmenu-inline-header-height): New name for
1493 `bookmark-bmenu-header-height', to avoid confusion with the code
1494 for the new immovable header. All references changed.
1495 (bookmark-bmenu-set-header): New function.
1496 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1497 Conditionalize header construction accordingly.
1498 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1499 the inline header height.
1500 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1501 Conditionalize the skipping of the inline header height.
1502
94e48c7d
DG
15032013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1504
27a98a62
SM
1505 * progmodes/js.el (js--multi-line-declaration-indentation):
1506 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
94e48c7d 1507
ab89e9f9
DG
15082013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1509
27a98a62
SM
1510 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1511 Only propertize regexp when not inside a string (Bug#13885).
ab89e9f9 1512
33d1e2f5
AM
15132013-03-06 Alan Mackenzie <acm@muc.de>
1514
1515 Correct the position of point in some line-up functions.
1516 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1517 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1518 point at column 0 rather than at a random place in the line.
1519
11f4d68f
MA
15202013-03-05 Michael Albinus <michael.albinus@gmx.de>
1521
27a98a62
SM
1522 * net/tramp-compat.el (tramp-compat-delete-directory):
1523 Implement TRASH argument.
11f4d68f 1524
c7a409b6
DG
15252013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1526
1527 Keep pre-existing highlighting in completion candidates (Bug#13250).
1528 * minibuffer.el (completions-first-difference): State that the
1529 face is "added" in the docstring.
1530 (completions-common-part): Same. And don't inherit from default.
1531 (completion-hilit-commonality): Prepend 'completions-common-part
1532 and 'completion-first-difference faces to the 'face property,
1533 instead of replacing the value(s).
1534 (completion--insert-strings): Same with 'completions-annotations face.
1535 (completion-hilit-commonality): Use 'face instead of
1536 'font-lock-face, because it gets priority if the completion
1537 strings already have 'face set.
1538
e0bc0f33
AM
15392013-03-04 Alan Mackenzie <acm@muc.de>
1540
1541 Replace `last-command-event' by `last-command-char' in XEmacs.
1542 * progmodes/cc-defs.el (c-last-command-char): New macro.
1543 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1544 (c-semi&comma-no-newlines-before-nonblanks)
1545 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1546 in place of `last-command-event'.
1547 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1548 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1549 (c-electric-paren, c-electric-continued-statement): Use the new
1550 macro in place of `last-command-event'.
1551
cb05411f
GM
15522013-03-04 Glenn Morris <rgm@gnu.org>
1553
1554 * files.el (inhibit-local-variables-regexps):
1555 Add .diff and .patch. (Bug#13862)
1556
9a0f9ec3
MA
15572013-03-03 Michael Albinus <michael.albinus@gmx.de>
1558
1559 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1560 whether the "su" command is available on the device.
1561
7d11fc27
MA
15622013-03-01 Michael Albinus <michael.albinus@gmx.de>
1563
1564 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1565 (tramp-adb-handle-process-file): Remove superfluous setting.
1566 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1567 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1568 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1569
b5a5723d
SM
15702013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1573 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1574 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1575 Use dict-key rather than dict-name for the error message.
1576
7944eaa3
TV
15772013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1578
1579 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1580 when reverting (bug#13831).
1581
325b66a6
AM
15822013-03-01 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1583
7944eaa3 1584 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
325b66a6
AM
1585 Always expand affix-file before storing to protect against changed
1586 `default-directory'.
1587 (ispell-print-if-debug): Make sure message is printed at the end
1588 of the debug buffer.
1589
36a8b68b
MA
15902013-03-01 Michael Albinus <michael.albinus@gmx.de>
1591
1592 * net/tramp.el (tramp-obsolete-methods): New defconst.
1593 (tramp-warned-obsolete-methods): New defvar.
1594 (tramp-find-method): Check for obsolete methods. Map them to a
1595 replacement method if appropriate.
1596
1597 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1598 Remove methods.
1599 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1600 "ssh2" and "plink1".
1601
4a83d19e
DS
16022013-02-28 Dale Sedivec <dale@codefu.org>
1603
1604 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1605 Return valid syntax-table property value when converting
1606 quotes within text from string syntax to punctuation syntax (bug#13844).
1607
9d232fc4
JL
16082013-02-28 Juri Linkov <juri@jurta.org>
1609
1610 * dired-aux.el (dired-diff): If file at point is a backup file,
1611 use its original as the default value, and reverse the order
1612 of arguments to the `diff' call. Doc fix. (Bug#13772)
1613
779451da
MA
16142013-02-28 Michael Albinus <michael.albinus@gmx.de>
1615
1616 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1617 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1618
ef3761e3
AM
16192013-02-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1620
1621 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1622
1623 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1624 Ask hunspell about available and default dictionaries.
1625 (ispell-parse-hunspell-affix-file): Extract relevant info from
1626 hunspell affix file.
1627 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1628 `ispell-dictionary-alist' entry for given dictionary after info
1629 provided by `ispell-parse-hunspell-affix-file'.
1630 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1631 of parsed hunspell dicts and associated affix files.
1632 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1633 of parsed hunspell dicts and associated parameters.
1634 (ispell-set-spellchecker-params):
1635 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1636 previously done.
1637 (ispell-start-process):
1638 Call `ispell-hunspell-fill-dictionary-entry' for current
1639 dictionary if it is not initialized.
1640
930de676
SM
16412013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * imenu.el: Comment nitpicks.
1644
3602cceb
SS
16452013-02-28 Sam Steingold <sds@gnu.org>
1646
1647 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1648 See <http://stackoverflow.com/questions/14720205>.
1649
bd0dd755
TV
16502013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1651
1652 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1653 (net-utils-mode): Use it.
1654 (net-utils--revert-cmd): New var.
1655 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1656 (traceroute): Use net-utils-run-simple.
1657
929aeac6 16582013-02-28 Glenn Morris <rgm@gnu.org>
f0e19dc1
GM
1659
1660 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1661
e7a1c32d
SM
16622013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1665 (doc-view-fallback-mode): Remove overlays here.
1666 (doc-view-toggle-display): Instead of here. Don't throw away
1667 image-mode-winprops-alist.
1668 (doc-view-goto-page): Don't mess with hscroll.
1669
f2c88400
TV
16702013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1671
1672 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1673 &optional (bug#13819).
1674
fa550654
MA
16752013-02-27 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * net/tramp-adb.el (tramp-adb-parse-device-names)
1678 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1679
58bd4aa2
MA
16802013-02-26 Michael Albinus <michael.albinus@gmx.de>
1681
f2c88400
TV
1682 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1683 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
58bd4aa2
MA
1684 defined. POSIX environments fall back to the "C" locale then and
1685 emit a warning, which shall be suppressed.
1686
9f70f91e
SM
16872013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1690 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1691
4c514b0f
SM
16922013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1695
cd27a76d
JL
16962013-02-25 Juri Linkov <juri@jurta.org>
1697
1698 * replace.el (read-regexp): Let-bind `default' to the first
1699 element of `defaults' if it's a list, otherwise it should be
1700 a string or nil. Let-bind `suggestions' to `defaults' if it's
1701 a list, otherwise make a list with the string value. Doc fix.
1702 (Bug#13805)
1703
343a2aef
EZ
17042013-02-25 Eli Zaretskii <eliz@gnu.org>
1705
1706 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1707 that match "\`\.#", to avoid compiling lock files, even if they
1708 are readable (as they are on MS-Windows).
1709
944c37ef
SM
17102013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * files.el (basic-save-buffer): Remove redundant directory-creation.
1713
7a91562f
JB
17142013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1715
1716 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1717 Add option to force `pi' to remain symbolic.
1718 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1719 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1720 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1721 derivatives, when necessary.
1722
2ae3d736
PK
17232013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1724
1725 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1726 (ps-mode-octal-region): Use string-make-unibyte.
1727
fd743628
GM
17282013-02-23 Glenn Morris <rgm@gnu.org>
1729
e8ba2352
GM
1730 * emulation/viper-cmd.el (viper-submit-report):
1731 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1732 * progmodes/vera-mode.el (vera-mode-help-address):
1733 * textmodes/artist.el (artist-maintainer-address):
1734 * textmodes/reftex.el (reftex-report-bug):
1735 * vc/ediff-util.el (ediff-submit-report):
1736 Add bug-gnu-emacs to bug report address.
1737
3296c443
GM
1738 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1739 Remove bug report entries.
1740 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1741
fd743628
GM
1742 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1743 (byte-compile-file, byte-compile-from-buffer):
1744 Use separate input/output buffers for each level of recursive
1745 byte-compile-file calls. (Bug#13787)
1746
c57a0aff
MA
17472013-02-23 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * net/tramp.el (tramp-methods): Fix docstring.
1750 (tramp-ssh-controlmaster-options): Rename it from
1751 `tramp-ssh-controlmaster-template'. Return a string.
1752 (tramp-default-method): Adapt check for
1753 `tramp-ssh-controlmaster-options'.
1754
4c514b0f
SM
1755 * net/tramp-sh.el (tramp-methods):
1756 Replace `tramp-ssh-controlmaster-template' by "%c".
c57a0aff
MA
1757 (tramp-do-copy-or-rename-file-out-of-band)
1758 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1759 that it is applied for the first hop only.
1760
bba90ab2 17612013-02-22 Juri Linkov <juri@jurta.org>
54d9de11
JL
1762
1763 * isearch.el (isearch-lazy-highlight-new-loop):
1764 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1765 to `isearch-other-end' if it is not nil. (Bug#13402)
1766
1767 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1768 to `match-beg'.
1769
1770 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1771 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1772 and `isearch-error' to nil.
1773
78be8b64
SM
17742013-03-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1775
1776 * progmodes/python.el (python-info-current-defun):
1777 Enhance match-data cluttering prevention.
1778
29bb19dc
MA
17792013-02-22 Michael Albinus <michael.albinus@gmx.de>
1780
1781 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1782
4c514b0f
SM
1783 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1784 Handle multibyte file names.
29bb19dc 1785
153dd4d0
GM
17862013-02-22 Glenn Morris <rgm@gnu.org>
1787
5c11fc55
GM
1788 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1789 (sgml-transformation-function): Give it a :set function.
1790 (sgml-tag): Doc fix.
1791
f4146d98
GM
1792 * cmuscheme.el (scheme-buffer):
1793 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1794 * progmodes/tcl.el (inferior-tcl-buffer):
1795 * textmodes/tex-mode.el (tex-command): Doc fixes.
1796
5db881d0
GM
1797 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1798
153dd4d0
GM
1799 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1800
e224eb41
BG
18012013-02-21 Bastien Guerry <bzg@gnu.org>
1802
1803 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1804
cfbf790d 18052013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
c132ab79 1806
4c514b0f
SM
1807 * progmodes/python.el (python-info-current-defun):
1808 Enhance match-data cluttering prevention.
c132ab79 1809
cfbf790d 18102013-02-21 Glenn Morris <rgm@gnu.org>
e233e100
GM
1811
1812 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1813 loaded while outline-regexp is let bound. (Bug#9584)
1814
cfbf790d 18152013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
33c0cb25
FEG
1816
1817 * progmodes/python.el (python-info-current-defun): Fix failed
1818 defun name retrieval because of unwanted match-data cluttering.
1819
886bae77
MA
18202013-02-21 Michael Albinus <michael.albinus@gmx.de>
1821
d20e6e90
MA
1822 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1823 defconst. Apply independent check for ControlPersist.
1824
886bae77
MA
1825 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1826 temporarily, via "env".
1827
bed1791a
GM
18282013-02-21 Glenn Morris <rgm@gnu.org>
1829
5313bbc7
GM
1830 * info.el (Info-enable-edit): Remove.
1831 (Info-edit): Disable it rather than using Info-enable.
1832 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1833 (Info-cease-edit): Make editing of Info files obsolete.
1834
bed1791a
GM
1835 * informat.el (Info-tagify):
1836 Handle buffers not visiting files. (Bug#13763)
1837
c1bf363a
JB
18382013-02-21 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1841
b367ec7b
GM
18422013-02-21 Glenn Morris <rgm@gnu.org>
1843
1844 * files.el (basic-save-buffer): Move check for existing parent
1845 directory after hooks. (Bug#13773)
1846
b6c2bfff
SM
18472013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * simple.el (command-execute): Move from C. Add obsolete check.
1850 (extended-command-history): Move from C.
1851
3bf1099f
UM
18522013-02-20 Ulrich MĂ¼ller <ulm@gentoo.org>
1853
1854 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1855 (jka-compr-mode-alist-additions): Handle .txz suffix for
1856 XZ-compressed tar archives (bug#13770).
1857
d8d2d18a
BG
18582013-02-20 Bastien Guerry <bzg@gnu.org>
1859
3bf1099f
UM
1860 * outline.el (outline-regexp, outline-heading-end-regexp):
1861 Make variables, not options (bug#13731).
d8d2d18a 1862
1dfcc79e
GM
18632013-02-20 Glenn Morris <rgm@gnu.org>
1864
dc504515
GM
1865 * image.el (image-current-frame): Change from variable to function.
1866 (image-show-frame): Rename from image-nth-frame. Update callers.
1867 * image-mode.el (image-multi-frame): New variable.
1868 (image-mode-map, image-mode, image-goto-frame):
1869 Use image-multi-frame rather than image-current-frame.
1870 (image-mode, image-goto-frame): Use image-current-frame as
1871 function rather than as variable.
1872
1dfcc79e
GM
1873 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1874 * emacs-lisp/cl-macs.el (cl--make-type-test)
1875 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1876
81ed22e4
MA
18772013-02-19 Michael Albinus <michael.albinus@gmx.de>
1878
1879 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1880 (tramp-get-file-property, tramp-set-file-property)
1881 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1882 (tramp-flush-file-property, tramp-flush-directory-property):
1883 Rename argument to KEY.
1884 (tramp-flush-connection-property): Simplify a little bit.
1885 (tramp-connection-property-p): New defun.
1886 (top): Reapply saved values only if there isn't a corresponding
1887 entry in `tramp-connection-properties'.
1888
2af3b9c1
FEG
18892013-02-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1890
872faefb
GM
1891 * progmodes/python.el (python-indent-context):
1892 Fix python-info-line-ends-backslash-p call.
2af3b9c1 1893 (python-info-line-ends-backslash-p)
872faefb
GM
1894 (python-info-beginning-of-backslash): Respect line-number argument.
1895 (python-info-current-line-comment-p):
1896 Fix behavior when not at beginning-of-line.
2af3b9c1
FEG
1897 (python-util-position): Remove function.
1898 (python-util-goto-line): New function.
1899
872faefb 19002013-02-19 Michael Albinus <michael.albinus@gmx.de>
c9bcc580
MA
1901
1902 * eshell/em-unix.el (eshell/su): Require tramp.
1903 (eshell/sudo): Require tramp. Remove now unnecessary check.
1904
1905 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1906 `tramp-current-connection' in order to avoid an error when several
1907 commands are invoked in a short time in eshell and friends.
1908
8ca4f1e0
SM
19092013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 Cleanup some of EIEIO's namespace.
1912 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1913 Use it to define all the class-* and object-* field accessors (renamed
1914 to eieio--class-* and eieio--object-*). Update all uses.
1915 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1916 class-num-slots and object-num-slots.
1917 (eieio--check-type): New macro.
1918 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1919 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1920 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1921 (object-assoc-list-safe): Use it.
1922 (eieio-defclass): Tighten regexp.
1923 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1924 Remove unreachable code.
1925 (object-class-fast): Declare obsolete.
1926 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1927 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1928 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1929 Rename from class-name, object-name, object-set-name-string,
1930 object-class, object-class-name, class-parents, class-children,
1931 class-precedence-list, class-parent; with obsolete alias.
1932 (class-of, class-direct-superclasses, class-direct-subclasses):
1933 Declare obsolete.
1934 (eieio-defmethod): Use `memq'; remove unreachable code.
1935 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1936 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1937 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1938
73572c72
AG
19392013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1940
78b8f320
AG
1941 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1942 commentary.
73572c72 1943
587feed4
MH
19442013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1945
1946 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1947 Use font-lock-keyword-face for macros and special forms (bug#8345).
1948
a51e9ff7 19492013-02-17 Didier Verna <didier@didierverna.net>
e5b246e9
DV
1950
1951 * net/network-stream.el (network-stream-open-starttls):
1952 Check that response to the starttls-command is non-nil. (Bug#13706)
1953
913274cb
SM
19542013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1957 Don't assume all identifier chars have syntax word.
1958 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1959 Remove bar-not-symbol. Adjust callers.
1960 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1961
53db1d8b
LL
19622013-02-17 Leo Liu <sdl.web@gmail.com>
1963
1964 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1965
e630f18a
GM
19662013-02-17 Glenn Morris <rgm@gnu.org>
1967
1bb1e038
GM
1968 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1969
f05e2ff2
GM
1970 * image-mode.el (image-mode-map): Add image-dired menu entry.
1971
e630f18a
GM
1972 * image-dired.el (tumme): Make this alias obsolete.
1973
783b7b75
GM
19742013-02-16 Glenn Morris <rgm@gnu.org>
1975
ed8d7fca
GM
1976 * image.el (image-animated-types): Remove.
1977 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1978 (image-animated-p): Make obsolete alias.
1979 (image-animate, image-nth-frame, image-animate-timeout):
1980 Use image-multi-frame-p.
1981 (image-animate-timeout): If no delay, use image-default-frame-delay.
1982 * image-mode.el (image-mode, image-toggle-animation):
1983 Use image-multi-frame-p. (Bug#763, bug#10739)
1984 (image-mode): Adjust startup message for a multi-frame image.
1985
783b7b75
GM
1986 * image-mode.el (image-mode-map): Give it a menu.
1987
61addbc2
MA
19882013-02-16 Michael Albinus <michael.albinus@gmx.de>
1989
1990 * net/tramp-cache.el (tramp-connection-properties): New customer
1991 option.
1992 (tramp-get-connection-property): Use it.
1993
1994 * net/tramp-compat.el (top): Require 'trampver.
1995
913274cb
SM
1996 * net/tramp-sh.el (tramp-remote-process-environment):
1997 Set tramp-autoload cookie.
61addbc2 1998
a9bc03e2
KR
19992013-02-16 Kevin Ryde <user42@zip.com.au>
2000
2001 * info-look.el (info-lookup-select-mode): If major-mode has no
2002 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2003
2b0afdd9
J
20042013-02-16 Jambunathan K <kjambunathan@gmail.com>
2005
2006 * replace.el (read-regexp): Tighten the regexp that matches tag.
2007 When tag is retrieved with `find-tag-default', use regexp that
2008 matches tag at point. Also update docstring (Bug#13687).
2009
a7a84eea
EZ
20102013-02-16 Eli Zaretskii <eliz@gnu.org>
2011
2012 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2013 add watch for the file, not its parent directory, since w32notify
2014 sets up the watch for the directory internally. (Bug#13725)
2015
c0211c4e
GM
20162013-02-16 Glenn Morris <rgm@gnu.org>
2017
99e619b6
GM
2018 * image.el (image-default-frame-delay): New variable.
2019 (image-animated-p): Use image-default-frame-delay.
2020 (image-minimum-frame-delay): New constant.
2021 (image-animate-timeout): Use image-minimum-frame-delay.
2022
c0211c4e
GM
2023 * image.el (image-nth-frame): New, split from image-animate-timeout.
2024 (image-animate-timeout): Use image-nth-frame.
2025 * image-mode.el (image-goto-frame, image-next-frame)
2026 (image-previous-frame): New commands.
2027 (image-mode-map): Add new frame commands.
2028
6b6d804b
JB
20292013-02-16 Jonas Bernoulli <jonas@bernoul.li>
2030
2031 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2032 If col-desc already has help-echo, use it. (Bug#13563)
2033
ef5ae980
GM
20342013-02-16 Glenn Morris <rgm@gnu.org>
2035
bb9dfee1
GM
2036 * image.el (image-current-frame): New variable.
2037 (image-animate-timeout): Set image-current-frame.
2038 * image-mode.el (image-mode): For animated images,
2039 display a frame counter via mode-line-process.
2040
ef5ae980
GM
2041 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2042
6c8f113e
SM
20432013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2046
f852f6d8
AM
20472013-02-15 Alan Mackenzie <acm@muc.de>
2048
2049 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2050 global minor mode has been enabled, call the minor mode function
2051 for a new buffer once only, after the major mode hook, whilst
2052 allowing that hook explicitly to disable the minor mode.
6c8f113e
SM
2053 (MODE-disable-in-buffer): New (generated) function.
2054 (disable-MODE): New (generated) buffer local variable.
f852f6d8 2055
d7e76a89
J
20562013-02-15 Jambunathan K <kjambunathan@gmail.com>
2057
2058 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2059 `iswitchb-next-match' and `iswitchb-prev-match' resply.
d7e76a89
J
2060 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2061 `ido-next-match' and `ido-prev-match' resply.
d7e76a89
J
2062 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2063 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2064 `icomplete-backward-completions' (Bug#13708).
2065
ef5ae980 20662013-02-15 Glenn Morris <rgm@gnu.org>
9e16c3b4
GM
2067
2068 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2069
648e5523 20702013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
213ac168
SM
2071
2072 * net/goto-addr.el (goto-address-fontify): Add start and end args.
2073 (goto-address-fontify-region): Use them instead of narrowing, so
2074 syntax-ppss has access to the whole buffer.
2075
648e5523 20762013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
ea5f4192
FEG
2077
2078 * progmodes/python.el: Explain how to restore "cc-mode"-like
2079 forward-sexp movement in header documentation (Bug#13642).
2080 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2081 comments and strings (GH bug 114).
2082
648e5523 20832013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5cd3d1e5
FEG
2084
2085 * progmodes/python.el (python-info-current-defun): Fix current
2086 defun detection (Bug#13618).
2087
648e5523 20882013-02-15 Chong Yidong <cyd@gnu.org>
a1d23eb5
CY
2089
2090 * xml.el (xml-parse-string): Fix typo in handling of bad character
2091 references.
2092
dec2a322
GM
20932013-02-15 Glenn Morris <rgm@gnu.org>
2094
2095 * play/fortune.el (fortune-compile): Simplify and fix previous change.
2096
5267e6d3
MA
20972013-02-14 Michael Albinus <michael.albinus@gmx.de>
2098
6c8f113e
SM
2099 * net/tramp.el (tramp-debug-message):
2100 Add `tramp-condition-case-unless-debug'.
5267e6d3
MA
2101 (tramp-debug-on-error): New defvar.
2102 (tramp-condition-case-unless-debug): New defun.
2103 (tramp-file-name-handler): Use it.
2104
f6b6e113
JL
21052013-02-14 Juri Linkov <juri@jurta.org>
2106
2107 * info.el (Info-isearch-filter): Treat non-nil values of
2108 `search-invisible' including its default value `open'
2109 like the value `t' to match hidden text. (Bug#13402)
2110
6a378d89
GM
21112013-02-14 Glenn Morris <rgm@gnu.org>
2112
2113 * help-fns.el (find-lisp-object-file-name): Give special treatment
2114 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
2115
3ca2c015
DB
21162013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
2117
2118 * net/quickurl.el (quickurl-save-urls):
2119 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
2120
53ca88c4
DG
21212013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2122
2123 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2124 depth for unfinished percent literal. Not using it in the caller.
2125 (ruby-move-to-block): Jump over multiline literals of all types,
2126 ignoring code-looking contents inside them.
71a048c1
DG
2127 (ruby-add-log-current-method): Improve performance at the expense
2128 of accuracy. `ruby-block-contains-point' is relatively slow, so
2129 only use it for method and singleton class blocks.
53ca88c4 2130
d7291032
MA
21312013-02-13 Michael Albinus <michael.albinus@gmx.de>
2132
2133 Use ControlMaster where applicable. (Bug#13677)
2134
2135 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2136 replacing `tramp-detect-ssh-controlmaster'.
2137 (tramp-default-method): Use it.
2138
2139 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2140 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2141 arguments.
2142 [scpc, rsyncc]: Remove methods.
2143 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2144 and "ssh2_old".
f4ad7ea1 2145 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
d7291032
MA
2146 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2147
1ead7dbd
SM
21482013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * emacs-lisp/package.el (package--initialized): Move before first use.
2151
5cbfe5b9
J
21522013-02-13 Jambunathan K <kjambunathan@gmail.com>
2153
f4ad7ea1 2154 * icomplete.el (icomplete-hide-common-prefix): New user option.
5cbfe5b9
J
2155 (icomplete-first-match): New face.
2156 (icomplete-completions): Correct handling of "complete but not
2157 unique" (Bug#12638).
2158
67f3e54a
YQ
21592013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
2160
2161 * descr-text.el (describe-char): Display the script (bug#13698).
2162
4d0463b9
SM
21632013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * tmm.el: Use lexical-binding and current-active-maps.
2166 (tmm-menubar): Use map-keymap and pcase.
2167 (tmm--completion-table): New function.
2168 (tmm-prompt): Use it to fix the menu order.
2169 (tmm-get-keybind): Use current-active-maps.
2170
a2a538b1
CS
21712013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
2172
2173 Add dired-hide-details-mode. (Bug#6799)
2174
2175 * locate.el (locate-mode): Set parent mode property to dired-mode.
2176
2177 * find-dired.el (find-dired): Call dired-insert-set-properties on
2178 initial information line. Set process mark on end of buffer.
2179 (find-dired-sentinel):
2180 Call dired-insert-set-properties on summary.
2181
2182 * dired.el (dired-hide-details-hide-symlink-targets)
2183 (dired-hide-details-hide-information-lines): New options.
2184 (dired-insert-directory):
2185 Set properties after final treatment of output.
2186 (dired-insert-set-properties):
2187 Set dired-hide-details-* properties.
2188 (dired-mode-map): Bind dired-hide-details-mode.
2189 (dired-mode): Set buffer-invisibility-spec to a list.
2190 (dired-next-line): Skip hidden lines.
2191 (dired-previous-line): Use dired-next-line.
2192 (dired-hide-details-mode): New minor mode.
2193 (dired-hide-details-update-invisibility-spec): New function.
2194
4e16ddf4
GM
21952013-02-13 Glenn Morris <rgm@gnu.org>
2196
2197 * play/yow.el: Move to obsolete/. (Bug#9384)
2198
ef79c6ed
JL
21992013-02-13 Juri Linkov <juri@jurta.org>
2200
2201 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2202 to select `ediff-control-frame' and set input focus correctly on Xfce.
2203 (Bug#12218)
2204
9cec74cf
JL
22052013-02-13 Juri Linkov <juri@jurta.org>
2206
2207 * image-mode.el (image-mode-map):
2208 * doc-view.el (doc-view-mode-map):
2209 * vc/ediff-util.el (ediff-setup-keymap):
2210 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2211
7132e457
DG
22122013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2213
2214 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2215 performance. Instead of recalculating indentation fully for each
2216 line, sum up indentation depth based only on visited lines.
2217 (ruby-parse-partial): Increase the depth after "do" even when END
2218 is right after it.
2219 (ruby-parse-partial): When END is in the middle of a percent
2220 literal, increase the depth if the delimiter chars belong to the
2221 paren syntax class.
2222
3c4a4b23
KK
22232013-02-13 Kirill A. Korinskiy <catap@catap.ru>
2224
2225 * play/fortune.el (fortune-compile): Also make the compiled file
2226 if it does not exist at all, not just if it is old. (Bug#5338)
2227
eeb468da
GM
22282013-02-13 Glenn Morris <rgm@gnu.org>
2229
2230 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2231
22322013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
a7da0114
YB
2233
2234 * lisp/emacs-lisp/package.el (package-menu-execute):
2235 Add optional noquery argument. (Bug#13625)
2236
01fcc3a5 22372013-02-13 Michael Albinus <michael.albinus@gmx.de>
e08e7d91
MA
2238
2239 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2240 if DIR exists and PARENTS is non-nil.
2241
d6596b94
JB
22422013-02-13 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * progmodes/js.el (js--multi-line-declaration-indentation):
2245 Silence byte-compiler warning.
2246
f1f05871
MA
22472013-02-12 Michael Albinus <michael.albinus@gmx.de>
2248
2249 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2250
2251 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2252 only if it doesn't exist.
2253
6c8f113e
SM
2254 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2255 Set process marker.
f1f05871 2256
62c0e847
TH
22572013-02-12 Tassilo Horn <tsdh@gnu.org>
2258
2259 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2260 UserInstallation when calling soffice to work around LibreOffice
2261 bug 37531.
2262
958614cf
GM
22632013-02-12 Glenn Morris <rgm@gnu.org>
2264
0b244335
GM
2265 * files.el (basic-save-buffer):
2266 Offer to create a non-existing directory. (Bug#3016)
2267
958614cf
GM
2268 * calc/calc-graph.el (calc-graph-show-dumb):
2269 * calendar/calendar.el (calendar-mode-map):
2270 * cus-edit.el (custom-mode-map):
2271 * ehelp.el (electric-help-map):
2272 * emulation/vip.el (vip-mode-map):
2273 * epa.el (epa-key-list-mode-map):
2274 * info.el (Info-mode-map):
2275 * mail/rmail.el (rmail-mode-map):
2276 * mail/rmailsum.el (rmail-summary-mode-map):
2277 * man.el (Man-mode-map):
2278 * net/newst-plainview.el (newsticker-mode-map):
2279 * progmodes/cpp.el (cpp-edit-mode-map):
2280 * progmodes/grep.el (grep-mode-map):
2281 * progmodes/idlw-help.el (idlwave-help-mode-map):
2282 * simple.el (special-mode-map):
2283 * startup.el (splash-screen-keymap):
2284 * view.el (view-mode-map):
2285 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2286
4fa60c54
EP
22872013-02-11 Elias Pipping <pipping@lavabit.com>
2288
2289 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
7e561c10 2290 (bug#13679).
4fa60c54 2291
99d0d6dc
SM
22922013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2295
31db8c31
GM
22962013-02-11 Glenn Morris <rgm@gnu.org>
2297
5109429f
GM
2298 * vc/diff.el (diff-use-labels): New variable.
2299 (diff-no-select): Use --label rather than -L, and first
2300 check that it is supported. (Bug#11067)
2301
97a1cd9d
GM
2302 * files.el (enable-dir-local-variables): New variable.
2303 (hack-dir-local-variables): Respect enable-dir-local-variables.
2304 * tutorial.el (help-with-tutorial):
2305 Ignore directory-local variables. (Bug#11127)
2306
31db8c31
GM
2307 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2308 (vc-svn-global-switches): ... to here. (Bug#13513)
2309
2f108463
CS
23102013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2311
99d0d6dc
SM
2312 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2313 Handle "foo (bar, default: xxx): " prompts.
2f108463 2314
490a9458 23152013-02-10 Chong Yidong <cyd@gnu.org>
e78e7e48 2316
0ccdf61e
CY
2317 * files.el (basic-save-buffer-1): Do not set
2318 buffer-file-coding-system-explicit (Bug#4533).
2319
e78e7e48
CY
2320 * mail/emacsbug.el (report-emacs-bug): Change binding of
2321 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2322
5d9c6f17
JB
23232013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2324
2325 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2326 * calc/calc-units.el (calc-convert-units): Use new variable.
2327
8549f9e8
EZ
23282013-02-09 Eli Zaretskii <eliz@gnu.org>
2329
2d050423
EZ
2330 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2331
8549f9e8
EZ
2332 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2333 buffer-file-type.
2334
2335 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2336 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2337 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2338 coding-system-for-write instead.
2339
2340 * jka-compr.el (jka-compr-write-region): Don't bind
2341 buffer-file-type.
2342
2343 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2344 buffer-file-type.
2345
2346 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2347 (insert-file-contents-literally): Remove reference to
2348 file-name-buffer-file-type-alist.
2349
2350 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2351 make-obsolete.
2352 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2353 (find-buffer-file-type-coding-system): Remove references to
2354 find-buffer-file-type-match, find-buffer-file-type, and
2355 buffer-file-type.
2356 Don't put find-buffer-file-type-coding-system into
2357 file-coding-system-alist.
2358 (find-file-binary, find-file-text): Bind coding-system-for-read
2359 instead of file-name-buffer-file-type-alist.
2360
9cbab8d6 23612013-02-09 Jambunathan K <kjambunathan@gmail.com>
f63f9398
TH
2362
2363 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
9cbab8d6
GM
2364 converter (Bug#13622).
2365 (doc-view-unoconv-program): Make obsolete alias.
f63f9398
TH
2366 (doc-view-odf->pdf-converter-program): New variable.
2367 (doc-view-odf->pdf-converter-function): New variable.
2368 (doc-view-mode-p): Use it.
9cbab8d6
GM
2369 (doc-view-odf->pdf-converter-unoconv):
2370 Rename from `doc-view-odf->pdf-converter-unoconv'.
f63f9398 2371 (doc-view-odf->pdf-converter-soffice): New function.
9cbab8d6
GM
2372 (doc-view-convert-current-doc):
2373 Use `doc-view-odf->pdf-converter-function'.
f63f9398 2374
044a9eac
CY
23752013-02-09 Chong Yidong <cyd@gnu.org>
2376
123ecb68
CY
2377 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2378 view-echo-area-messages (Bug#13340).
2379
2380 * help.el (view-echo-area-messages): Use display-buffer.
2381
044a9eac
CY
2382 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2383 (Bug#13561).
2384
1a601680
SM
23852013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2386
7f526211
SM
2387 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2388 Eval body right away, now that we do eager macroexpansion (bug#13605).
2389
c9586acc
SM
2390 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2391 (fundamental-mode): Use run-mode-hooks.
2392
1a601680
SM
2393 * eshell/esh-proc.el (eshell/kill): Fix last change.
2394 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2395
276a61a6
AG
23962013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2397
2398 * eshell/esh-proc.el (eshell/kill): Rewrite.
2399
2400 * eshell/em-ls.el (show-almost-all): Declare.
2401 (eshell-do-ls): Add support for -A argument.
2402
6130b96a
J
24032013-02-08 Jambunathan K <kjambunathan@gmail.com>
2404
2405 * icomplete.el (icomplete-forward-completions)
2406 (icomplete-backward-completions): Handle corner case (bug#13602).
2407
fed00072
MA
24082013-02-07 Michael Albinus <michael.albinus@gmx.de>
2409
2410 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2411 be nil. Handle this. (Bug#13636)
2412
469c5a60
RS
24132013-02-07 Richard Stallman <rms@gnu.org>
2414
2415 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2416 `save-buffer-coding-system'.
2417
8c4b24b2 24182013-02-07 Alan Mackenzie <acm@muc.de>
d23b0804 2419
8c4b24b2 2420 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
d23b0804
AM
2421 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2422 (c-parse-state-get-strategy): Don't return 'BOD any more.
8c4b24b2
GM
2423 (c-append-lower-brace-pair-to-state-cache):
2424 Extra parameter HERE instead of narrowing.
2425 Widen to top of buffer before searching backwards for a brace pair.
2426 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2427 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2428 Narrow to parameter HERE, in place of being called narrowed.
d23b0804
AM
2429 (c-remove-stale-state-cache): Extra parameter HERE in place of
2430 narrowing. Check there's an open brace in the cache before
2431 searching for its match.
2432 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2433 (c-parse-state-1): Don't narrow here for 'forward strategy,
8c4b24b2
GM
2434 instead passing extra parameter HERE to several functions.
2435 Remove 'BOD strategy.
d23b0804 2436
f4ad7ea1 24372013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
55b056ba
NR
2438
2439 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2440 used to install the package.
2441
e86762ec
GM
24422013-02-06 Glenn Morris <rgm@gnu.org>
2443
5fd03926
GM
2444 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2445 if we can't get user input. (Bug#6567)
2446
e86762ec
GM
2447 * startup.el (command-line): If simple.el is missing,
2448 test and warn about for some possible causes.
2449
6871e574
JD
24502013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2451
2452 * cus-start.el (all): Add ns-use-native-fullscreen.
2453
3505fa02
GM
24542013-02-05 Glenn Morris <rgm@gnu.org>
2455
ed746aa7
GM
2456 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2457
3505fa02
GM
2458 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2459 Fix directory creation in fallback case.
2460
50fdf399
TV
24612013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2462
2463 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2464 (vc-update-change-log): Use dolist.
2465
6e5c1569
CY
24662013-02-04 Chong Yidong <cyd@gnu.org>
2467
2468 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2469 code from ffap.el.
2470 (thing-at-point-beginning-of-url-regexp): New var.
2471 (thing-at-point-uri-schemes): Update list of URI schemes.
2472 (thing-at-point-url-regexp): Variable deleted.
2473 (thing-at-point-markedup-url-regexp): Disallow newlines.
2474 (thing-at-point-newsgroup-regexp)
2475 (thing-at-point-newsgroup-heads)
2476 (thing-at-point-default-mail-uri-scheme): New variables.
2477 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
50fdf399
TV
2478 method to find the possible bounds of the URI at point.
2479 New optional argument to find ill-formed URIs.
6e5c1569
CY
2480 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2481 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2482 the scheme-adding heuristics from ffap-url-at-point.
50fdf399
TV
2483 (thing-at-point--bounds-of-well-formed-url): New function.
2484 Do parens matching to decide whether to include parens in the URI
6e5c1569
CY
2485 (Bug#9153).
2486
2487 * ffap.el: Require thingatpt.
2488 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2489 All URI-valid characters are now recognized (Bug#5673).
2490 (ffap-string-at-point): Use use-region-p.
2491 (ffap-url-regexp): Extra character is handled by thing-at-point.
2492 (ffap-string-at-point-mode-alist): Allow parentheses.
2493 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2494 Convert to aliases; code moved to thingatpt.el.
2495 (ffap-gnus-hook): Use setq-local.
2496
84a06b50
GM
24972013-02-04 Glenn Morris <rgm@gnu.org>
2498
2499 * emacs-lisp/ert.el (ert--explain-format-atom):
2500 Don't try to print non-characters as characters. (Bug#13543)
2501
5870b2b1
MA
25022013-02-03 Michael Albinus <michael.albinus@gmx.de>
2503
2504 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2505 (tramp-backtrace): New defun.
2506 (tramp-handle-insert-file-contents): Use `visit' when inserting
2507 the local copy.
2508
50fdf399
TV
2509 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2510 Use `remote-file-name-inhibit-cache'.
5870b2b1 2511
659a9010
SM
25122013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2513
4813c453
SM
2514 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2515 (bug#13614).
2516
659a9010
SM
2517 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2518 current-load-list (bug#13366).
2519
35114711
CS
25202013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2521
2522 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2523 Identify g++ template instantiation trace. (Bug#12287)
85a83ea0
CS
2524 (compilation-mode-hook, compilation-start-hook)
2525 (compilation-window-height): Simplify docstrings. (Bug#13379)
35114711 2526
94fbc901 25272013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13841bfc
SM
2528
2529 * mouse.el (mouse-drag-track): Always deactivate the mark before
2530 running the final event's command since that command is in charge of
2531 activating the mark if needed (bug#13523).
2532
94fbc901 25332013-02-02 Juri Linkov <juri@jurta.org>
dc2bc295
JL
2534
2535 * replace.el (perform-replace): Move let-bindings of isearch-*
2536 variables deeper to the loop that searches for the next match.
2537 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2538 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2539 (Bug#13579)
2540
2541 * isearch.el (isearch-search-fun-default): Check for null
2542 first element of isearch-cmds as a precaution when it's used
2543 with inactive isearch.
2544
94fbc901 25452013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
f864e0ea
AN
2546
2547 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2548 error when buffer in question is narrowed so position 1 is out of
2549 visible part.
2550
94fbc901 25512013-02-02 Glenn Morris <rgm@gnu.org>
fb77fe0f
GM
2552
2553 * textmodes/remember.el (remember-clipboard): Doc fix.
2554
94fbc901 25552013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
c517ec69
SM
2556
2557 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2558 properties (bug#13179).
2559
98da8c0f
JL
25602013-02-02 Juri Linkov <juri@jurta.org>
2561
2562 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2563 instead of hard-coded default face `match'. (Bug#9438)
2564
7b6d5ecf
CS
25652012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2566
af314ba0
CS
2567 * vc/vc-arch.el (vc-arch-registered):
2568 * vc/vc-bzr.el (vc-bzr-registered):
2569 * vc/vc-cvs.el (vc-cvs-registered):
2570 * vc/vc-git.el (vc-git-registered):
2571 * vc/vc-hg.el (vc-hg-registered):
2572 * vc/vc-mtn.el (vc-mtn-registered):
2573 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2574 (Bug#13139)
2575
7b6d5ecf
CS
2576 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2577 prefix argument. (Bug#11656)
2578
686d9fb6
SM
25792013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2582
48c828b9
GM
25832013-02-01 Glenn Morris <rgm@gnu.org>
2584
1f4f0f46
GM
2585 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2586 if the backend is known not to support it.
2587
48c828b9
GM
2588 * imenu.el (imenu-default-create-index-function):
2589 Tweak infinite loop test to check for forward motion as well as none.
2590
cd87ae10
AH
25912013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2592
2593 * net/soap-client.el (soap-invoke): Encode the string for
686d9fb6
SM
2594 `url-request-data' as UTF-8.
2595 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
cd87ae10 2596
86e100a6
GM
25972013-02-01 Glenn Morris <rgm@gnu.org>
2598
2599 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2600
0eb61895
GM
2601 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2602
61642d9a
MA
26032013-01-31 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp.el (tramp-tramp-file-p): Comment check for
2606 `string-as-unibyte'. The function does not exist on XEmacs, and
2607 likely we need another approach.
2608
2609 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2610 `tramp-gw-*' variables are bound.
2611
9dbda100
GM
26122013-01-31 Glenn Morris <rgm@gnu.org>
2613
2614 * files.el (basic-save-buffer-2): Choose coding system for
2615 writing the file before backing it up, to reduce delay between
2616 backing up and writing the new version. (Bug#13522)
2617
ad4de702
MN
26182013-01-31 Michal Nazarewicz <mina86@mina86.com>
2619
2620 * simple.el (cycle-spacing): New command.
2621 (just-one-space): Use it.
2622
9ca243c6
SM
26232013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2624
c4f268a1
SM
2625 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2626 (opascal-newline-always-indents): Remove custom.
2627 (opascal-tab, opascal-newline): Remove commands.
2628 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2629 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2630 (opascal-save-match-data): Remove, use save-match-data instead.
2631 (opascal-save-state): Use with-silent-modifications.
2632
9ca243c6
SM
2633 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2634 (bug#13585).
2635
64ced394
JL
26362013-01-30 Juri Linkov <juri@jurta.org>
2637
2638 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2639 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2640 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2641
c56d2269
SM
26422013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2645 column if we're just deleting the backslashes.
2646 (makefile-fill-paragraph): Use eolp.
2647
382936d1
MA
26482013-01-30 Michael Albinus <michael.albinus@gmx.de>
2649
2650 * autorevert.el (auto-revert-use-notify): Fix docstring.
2651
dd331297
LL
26522013-01-30 Leo Liu <sdl.web@gmail.com>
2653
686d9fb6 2654 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
dd331297 2655
c491dd70
GM
26562013-01-30 Glenn Morris <rgm@gnu.org>
2657
2658 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2659 unread-command-events twice in some cases. This tries to implement
2660 the 2012-07-26 changes in a different way. (Bug#13560)
2661
6ff930c3
FEG
26622013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2663
2664 * progmodes/python.el
2665 (python-pdbtrack-comint-output-filter-function): Enhancements on
2666 stacktrace detection. (thanks @gnovak)
2667
1d4e7225
SM
26682013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2671 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2672 Use defvar-local.
2673 (jit-lock-register): Use setq-local.
2674
7c3fb76f
JB
26752013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2676
2677 * calc-units.el (math-default-units-table): Remove initial value.
2678 (calc-convert-units): Treat expressions where all the units cancel as
2679 if they didn't have units.
2680
8bc8712e
MA
26812013-01-30 Michael Albinus <michael.albinus@gmx.de>
2682
2683 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2684 (tramp-completion-reread-directory-timeout): Fix type.
2685 (tramp-connection-min-time-diff): New defcustom.
2686
2687 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2688
1886a16d
GM
26892013-01-30 Glenn Morris <rgm@gnu.org>
2690
2691 * imenu.el (imenu-default-create-index-function):
2692 Put back a version of the infinite loop test removed 2013-01-23.
2693
3f82a88a 26942013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
e4497086 2695
1d4e7225
SM
2696 * progmodes/python.el (python-shell-parse-command):
2697 Find python-shell-interpreter with modified environment.
e4497086 2698
3f82a88a 26992013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
beb6d07d
SM
2700
2701 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2702
953e5b8c
AM
27032013-01-29 Alan Mackenzie <acm@muc.de>
2704
2705 Amend to fontify /regexp/s in actions correctly.
2706 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1d4e7225 2707 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
953e5b8c
AM
2708 are no longer included.
2709 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2710 What used to be these variables without "-line" in the name.
686d9fb6 2711 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
953e5b8c
AM
2712 (c-awk-non-arith-op-bra-re): Now also matches {.
2713 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2714 "return", and "case".
2715 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2716 by /.
2717 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
686d9fb6 2718 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
953e5b8c 2719
1b69262a
MA
27202013-01-29 Michael Albinus <michael.albinus@gmx.de>
2721
1d4e7225
SM
2722 * autorevert.el (auto-revert-use-notify):
2723 Use `custom-initialize-default' for initialization. (Bug#13583)
2f52b560 2724
1b69262a
MA
2725 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2726
1d4e7225
SM
2727 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2728 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
1b69262a 2729 in `tramp-file-name-handler'.
ea55064c
MA
2730 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2731 compatibility.
2732 (tramp-compute-multi-hops): Check, whether
2733 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
1b69262a 2734
b2dc4f52
SM
27352013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2738 (bug#13297).
2739
499572e4
DG
27402013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2741
2742 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2743 checks made superfluous by the \_< operator.
a324b8c7
DG
2744 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2745 temporarily) broken indentation.
b2dc4f52
SM
2746 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2747 Highlight nested constants, too. \_< broke that.
499572e4
DG
2748
27492013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2750
2751 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2752 instead of "\\b".
2753
629cb6ec
MA
27542013-01-27 Michael Albinus <michael.albinus@gmx.de>
2755
2756 * autorevert.el (auto-revert-handler): Notifications which result
2757 from a saved file shall not be taken into account. (Bug#13557)
2758
cc17363f
AS
27592013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2760
2761 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2762 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2763 (lisp-mode): Pass t for it. (Bug#13556)
2764
b7aea0ff
AM
27652013-01-25 Alan Mackenzie <acm@muc.de>
2766
2767 AWK Mode: Fix indentation bug at top level. Bug #12274.
2768
2769 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2770 just before CASE 5D.
2771
1314a64c
DA
27722013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2773
2774 * net/socks.el (socks-nslookup-host): Use string-to-number.
2775
ef3544f6
MA
27762013-01-25 Michael Albinus <michael.albinus@gmx.de>
2777
2778 * autorevert.el (auto-revert-remote-files)
2779 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2780 (auto-revert-notify-enabled, auto-revert-use-notify)
2781 (auto-revert-notify-watch-descriptor-hash-list)
2782 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2783 (auto-revert-notify-event-descriptor)
2784 (auto-revert-notify-event-action)
2785 (auto-revert-notify-event-file-name): Doc fix.
2786 (global-auto-revert-mode): Reorder checks.
2787 (auto-revert-notify-rm-watch): Respect changed values of
2788 `auto-revert-notify-watch-descriptor-hash-list'.
2789 (auto-revert-notify-add-watch): Check for
2790 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2791 `inotify-add-watch'. Watch `default-directory' instead of
2792 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2793 has a changed meaning now. (Bug#13540)
2794 (auto-revert-notify-handler): Change implementation wrt events
2795 returning from a directory.
2796 (auto-revert-handler): Reorder implementation for checks of remote
2797 files.
2798 (auto-revert-buffers): Fix parentheses error.
2799
830e46e6 28002013-01-25 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
345f866e
FEG
2801
2802 * progmodes/python.el: Enhancements to header documentation about
2803 skeletons. (Bug#5716)
2804
ddc62155
FEG
2805 * imenu.el (imenu-default-create-index-function): Remove useless
2806 infinite loop check. (Bug#13438)
2807
830e46e6 28082013-01-25 Alan Mackenzie <acm@muc.de>
267eacb5
AM
2809
2810 Fix a bug in the state cache mechanism. Refactor this a bit.
2811
2812 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2813 `cache-pos' element from the return value.
2814 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2815 buffer to enable proper searching from beyond HERE. Amend the
2816 test for detecting the sought brace pair. Amend the value written
2817 to the "brace desert cache" when the brace isn't found.
2818 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2819 and several other variables analogously.
2820 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2821 parameter to a locally calculated variable.
2822 (c-parse-state-1): Change the calling conventions to the two
2823 defuns involving `cache-pos'.
2824
830e46e6 28252013-01-25 Chong Yidong <cyd@gnu.org>
4d4ddaa7
CY
2826
2827 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2828
f4ad7ea1 28292013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
3d4147ba
BG
2830
2831 * paren.el (show-paren-function): Make sure to set 'priority and
2832 'face only if the overlay does exist.
2833
e1ffa412
MA
28342013-01-24 Michael Albinus <michael.albinus@gmx.de>
2835
2836 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2837
2838 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2839 basic attributes.
2840 (tramp-sh-handle-set-file-acl): Improve error checking.
2841
5ad86e34
DA
28422013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2843
2844 * doc-view.el (doc-view-display): Force mode line update until all
2845 document is converted. Suggested by Stefan Monnier (Bug#13164).
2846
d6f9c03f
BG
28472013-01-23 Bastien Guerry <bzg@gnu.org>
2848
2849 * paren.el (show-paren-function): Make sure an overlay exists
2850 before trying to delete it. Also use `pos' as a position only
2851 when it is an integer.
2852
3544e11a
DA
28532013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2854
2855 * play/gametree.el (gametree-break-line-here): Use point-marker.
2856
19b50424
MA
28572013-01-22 Michael Albinus <michael.albinus@gmx.de>
2858
b2dc4f52
SM
2859 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2860 Mark descriptive parts with `display' property.
19b50424 2861
7fd5a843
AM
28622013-01-21 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2863
2864 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2865 New variable to map standard dict names to hunspell ones.
2866 (ispell-set-spellchecker-params): Make sure specific dict names
2867 are used for standard dicts with hunspell.
2868
e6aff855
TH
28692013-01-21 Tassilo Horn <tsdh@gnu.org>
2870
2871 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2872 chars for note (%N) and url (%U).
2873 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2874
c84b0881
JL
28752013-01-21 Juri Linkov <juri@jurta.org>
2876
2877 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2878 in addition to existing separate binding `meta f10' in `global-map'.
2879 (Bug#13484)
2880
a36e2d26
MA
28812013-01-21 Michael Albinus <michael.albinus@gmx.de>
2882
2883 Improve XEmacs compatibility.
2884
2885 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2886
2887 * net/tramp-adb.el (top): Require `time-date'.
2888 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
b2dc4f52
SM
2889 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2890 Use `tramp-file-name-handler'.
2891 (tramp-adb-maybe-open-connection):
2892 Use `tramp-compat-set-process-query-on-exit-flag'.
a36e2d26 2893
b2dc4f52
SM
2894 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2895 Use `tramp-compat-funcall'.
a36e2d26
MA
2896
2897 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2898 `tramp-compat-funcall'.
2899
88c7dfa3
JH
29002013-01-21 JĂ¼rgen Hötzel <juergen@archlinux.org>
2901
2902 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2903 reimplementation using "adb shell command ..." instead of running
2904 remote shell interactively.
2905
15df6fa4
GM
29062013-01-20 Glenn Morris <rgm@gnu.org>
2907
a576cc76
GM
2908 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2909 Add native profiler menu entries.
2910
15df6fa4
GM
2911 * profiler.el (profiler-running-p): New function.
2912 (profiler-cpu-profile): Use profiler-running-p.
2913 (profiler-report-mode-map): Add some more menu entries.
2914
c4d1e0c3
GM
29152013-01-19 Glenn Morris <rgm@gnu.org>
2916
2917 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2918 fixes 2012-12-07 change. (Bug#13499)
2919
795e7a5b 29202013-01-19 Leo Liu <sdl.web@gmail.com>
2fc71e3c
LL
2921
2922 * dired.el (dired-get-marked-files): Prune erroneous values due to
2923 last change. (Bug#13152)
2924
795e7a5b 29252013-01-19 Glenn Morris <rgm@gnu.org>
19503d5a
GM
2926
2927 * progmodes/etags.el (tags-table-check-computed-list):
2928 Preserve point in tags buffer. (Bug#13412)
2929
f8a42ad6
GM
2930 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2931
20de6ab6
CW
29322013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2933 Chong Yidong <cyd@gnu.org>
2934
b2dc4f52
SM
2935 * image-mode.el (image-next-file, image-previous-file):
2936 New commands (Bug#8453).
20de6ab6
CW
2937 (image-mode-map): Bind them to n and p.
2938 (image-mode--images-in-directory): New helper function.
2939
2a43515a
CY
29402013-01-19 Chong Yidong <cyd@gnu.org>
2941
2942 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2943 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2944 save and restore the old window configuration.
2945
b1170947
LL
29462013-01-18 Leo Liu <sdl.web@gmail.com>
2947
2948 * progmodes/js.el: Tweak autoload cookie for alias.
2949
0eb87688
MA
29502013-01-17 Michael Albinus <michael.albinus@gmx.de>
2951
2952 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2953 buffer local, again. This was lost with the fix on 2013-01-12.
2954
99d36ea8
JH
29552013-01-17 JĂ¼rgen Hötzel <juergen@archlinux.org>
2956
2957 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2958 order to support several eshell buffers in parallel.
2959
68a08a32
MA
29602013-01-17 Michael Albinus <michael.albinus@gmx.de>
2961
2962 * autorevert.el (auto-revert-use-notify): In the :set function, do
2963 not modify `kill-buffer-hook'.
b2dc4f52
SM
2964 (auto-revert-notify-rm-watch):
2965 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
68a08a32
MA
2966 (auto-revert-notify-add-watch): Do not call
2967 `auto-revert-notify-rm-watch', but add it to a buffer local
2968 `kill-buffer-hook'.
2969
e59eee43
SM
29702013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2973 call to `eval' rather than a backquoted lambda.
2974
6e8cd0ae
SM
29752013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2976
cb9c0a53
SM
2977 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2978 to return an explicit nil.
2979 (advice--remove-function): Change accordingly.
2980
2981 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2982 the use of nadvice.el.
2983
6e8cd0ae
SM
2984 * progmodes/which-func.el (which-function): Silence imenu errors
2985 (bug#13433).
2986
4586ce8a
MM
29872013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2988
f4ad7ea1 2989 * progmodes/sql.el (sql-imenu-generic-expression):
4586ce8a
MM
2990 (sql-mode-font-lock-object-name): Match schema qualified names.
2991 (sql-connect): Use string keys.
2992 (sql-product-interactive): Wait for interpreter prompt.
2993 (sql-comint-oracle): Set process coding based on NLS_LANG.
2994
9d55215c
MM
29952013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2996
2997 * progmodes/sql.el (sql-output-to-send): Remove, unused.
6e8cd0ae
SM
2998 (sql-interactive-remove-continuation-prompt):
2999 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
9d55215c 3000
57dd9e68
LL
30012013-01-14 Leo Liu <sdl.web@gmail.com>
3002
3003 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3004 (Bug#13420)
3005
51e73492
GM
30062013-01-14 Glenn Morris <rgm@gnu.org>
3007
3008 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3009 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
3010
c0511b57 30112013-01-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
50620051 3012
6e8cd0ae
SM
3013 * progmodes/python.el (python-nav-end-of-statement):
3014 Fix cornercase when handling multiline strings.
50620051 3015
4c0a6d4a
RS
30162013-01-13 Richard Stallman <rms@gnu.org>
3017
9f7e86ef
RS
3018 * mail/sendmail.el (mail-position-on-field): Add doc string.
3019
6e8cd0ae
SM
3020 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3021 Get current message boundaries and pass them to
4c0a6d4a
RS
3022 message-forward-make-body-mime. Minor style changes.
3023
ad33a799
EZ
30242013-01-13 Eli Zaretskii <eliz@gnu.org>
3025
3026 * cus-start.el (all): Avoid warnings about
6e8cd0ae 3027 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
ad33a799 3028
616763d5
JD
30292013-01-11 Jan Djärv <jan.h.d@swipnet.se>
3030
3031 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3032
e5b5a34d
SM
30332013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * jit-lock.el (jit-lock-debug-mode): New minor mode.
3036 (jit-lock--debug-fontifying): New var.
3037 (jit-lock--debug-fontify): New function.
3038 * subr.el (condition-case-unless-debug): Don't prevent catching the
3039 error, just let the debbugger run.
3040 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3041 timer code and don't drop errors silently.
3042
2daddd9e
MA
30432013-01-12 Michael Albinus <michael.albinus@gmx.de>
3044
3045 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3046 `permanent-local' property.
71c661e4 3047 (auto-revert-notify-handler): Use `file-equal-p'.
2daddd9e 3048
86fbb162
EZ
30492013-01-12 Eli Zaretskii <eliz@gnu.org>
3050
3051 * autorevert.el (auto-revert-notify-handler): Fix filtering of
3052 file notification by ACTION. For filtering by file name, compare
3053 only the non-directory part of the file name.
3054
a0784609
SM
30552013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3056
96c421bb
SM
3057 * autorevert.el: Use cl-lib instead of cl.
3058
a0784609
SM
3059 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3060 (vc-bzr-checkin): Use it.
3061 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3062 will preserve match-data.
3063
f90ff906 30642013-01-11 Felix H. Dahlke <fhd@ubercode.de>
9fc9a531 3065
f90ff906
FD
3066 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3067 (js--declaration-keyword-re): New var.
3068 (js--multi-line-declaration-indentation): New function.
3069 (js--proper-indentation): Use it.
9fc9a531 3070
f90ff906 30712013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
9fc9a531 3072
f90ff906
FD
3073 * calc/calc.el (calc-highlight-selections-with-faces)
3074 (calc-dispatch):
3075 * comint.el (comint-history-isearch-message):
3076 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
9fc9a531
AH
3077 * ffap.el (ffap-string-at-point-region, ffap-next)
3078 (ffap-string-at-point, ffap-string-around)
3079 (ffap-copy-string-as-kill, ffap-highlight-overlay)
f90ff906 3080 (ffap-literally):
9fc9a531 3081 * font-lock.el (font-lock-keywords-alist)
f90ff906
FD
3082 (font-lock-removed-keywords-alist):
3083 * help-mode.el (help-xref-symbol-regexp):
3084 * info.el (Info-find-emacs-command-nodes):
3085 * international/mule.el (add-to-coding-system-list):
3086 * isearch.el (isearch-message-function, isearch-fail-pos):
3087 * misearch.el (multi-isearch-next-buffer-function):
3088 * newcomment.el (comment-box):
9fc9a531 3089 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
f90ff906 3090 (pr-setting-database):
9fc9a531
AH
3091 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3092 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3093 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
f90ff906
FD
3094 (pike-font-lock-keywords-3):
3095 * progmodes/compile.el (compile):
9fc9a531 3096 * progmodes/etags.el (tags-table-files)
f90ff906 3097 (tags-table-files-function, tags-included-tables-function):
9fc9a531 3098 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
f90ff906 3099 (gdb-restore-windows):
9fc9a531 3100 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
f90ff906
FD
3101 (ps-n-up-filling-database):
3102 * server.el (server-buffer, server-log):
9fc9a531
AH
3103 * simple.el (newline, delete-backward-char, delete-forward-char)
3104 (minibuffer-history-isearch-message, kill-line, track-eol)
f90ff906 3105 (temporary-goal-column):
9fc9a531 3106 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
f90ff906
FD
3107 (flyspell-default-deplacement-commands):
3108 * textmodes/ispell.el (ispell-accept-output):
3109 * textmodes/sgml-mode.el (html-tag-help):
9fc9a531 3110 * vc/compare-w.el (compare-ignore-whitespace)
f90ff906
FD
3111 (compare-ignore-case, compare-windows-dehighlight):
3112 * vc/diff.el (diff):
9fc9a531
AH
3113 * whitespace.el (whitespace-point)
3114 (whitespace-font-lock-refontify, whitespace-bob-marker)
f90ff906 3115 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
9fc9a531 3116
65adfa20
MA
31172013-01-11 Michael Albinus <michael.albinus@gmx.de>
3118
3119 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3120 (auto-revert-notify-rm-watch): Ignore errors.
3121 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
f90ff906
FD
3122 inotify, and '(size last-write-time) for w32notify.
3123 Set buffer-local `auto-revert-use-notify' to nil when adding a file
65adfa20
MA
3124 watch fails - this is a fallback to the file modification check.
3125 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3126 (auto-revert-notify-event-action)
3127 (auto-revert-notify-event-file-name): New defuns.
3128 (auto-revert-notify-handler): Use them. Implement first
3129 plausibility checks.
3130 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3131
43b2e2e7
JD
31322013-01-11 Julien Danjou <julien@danjou.info>
3133
3134 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3135 max are almost equal. Also return the correct value for V which is
3136 already between 0 and 1.
3137
30818a23
DA
31382013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3139
3140 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3141
10e714d5
EZ
31422013-01-11 Eli Zaretskii <eliz@gnu.org>
3143
3144 * autorevert.el (auto-revert-notify-rm-watch)
3145 (auto-revert-notify-add-watch): Fix typos in w32notify function
3146 names.
3147
a778dd57
MA
31482013-01-10 Michael Albinus <michael.albinus@gmx.de>
3149
3150 * autorevert.el (auto-revert-notify-enabled): Move up.
3151 (auto-revert-use-notify): New defcustom.
3152 (auto-revert-mode, global-auto-revert-mode)
3153 (auto-revert-notify-add-watch, auto-revert-handler)
3154 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3155 `auto-revert-notify-enabled'.
3156
72781fef
EP
31572013-01-10 Elias Pipping <pipping@exherbo.org>
3158
3159 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3160 * doc-view.el (doc-view-document->bitmap):
3161 Use doc-view-single-page-converter-function instead of
3162 single-page-converter arg; adjust callers.
3163
e6ed8f08
FL
31642013-01-10 Feng Li <fengli@gmail.com> (tiny change)
3165
3166 * progmodes/which-func.el (which-function): Understand Semantic's use
3167 of overlays in imenu--index-alist.
3168
327a6cca
WJ
31692013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
3170
3171 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
3172 (Man-man-k-use-anchor): New var.
3173 (Man-parse-man-k): New function.
3174 (Man-completion-table): Use it.
3175 (man): Flush the completion cache between uses.
3176
ed911257
MA
31772013-01-10 Michael Albinus <michael.albinus@gmx.de>
3178
3179 * autorevert.el: Add file watch support.
3180 (auto-revert-notify-enabled): New defconst.
3181 (auto-revert-notify-watch-descriptor-hash-list)
3182 (auto-revert-notify-watch-descriptor)
3183 (auto-revert-notify-modified-p): New defvars.
3184 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3185 (auto-revert-notify-handler): New defuns.
3186 (auto-revert-mode, global-auto-revert-mode): Remove file watches
3187 when mode is disabled.
3188 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3189 (auto-revert-buffers): Add file watches for active buffers.
3190
58cc0a01
DA
31912013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3192
3193 * cus-start.el (toplevel): Only allow float values for
3194 scroll-up-aggressively and scroll-down-aggressively.
3195 Allow any number for line-spacing.
3196
bbc7ff25
SM
31972013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3200 (doc-view-pdf->png-converter-function): Use mupdf if available.
3201 (doc-view-djvu->png-converter-function)
3202 (doc-view-ps->png-converter-function): Remove.
3203 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3204 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3205 (doc-view-already-converted-p): Adjust accordingly.
3206 (doc-view-mode-p): Simplify.
3207 (doc-view-enlarge): Use setq-local.
3208 (doc-view-pdf->png-converter-ghostscript)
3209 (doc-view-djvu->png-converter-ddjvu)
3210 (doc-view-pdf->png-converter-mupdf): Rework to call
3211 doc-view-start-process directly.
3212 (doc-view-pdf/ps->png): Simplify accordingly.
3213 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3214 (doc-view-document->bitmap): Rename from doc-view-document->png.
3215 (doc-view-convert-current-doc): Merge pdf and djvu cases.
3216 (doc-view-set-slice-from-bounding-box): Fix completion table.
3217 (doc-view-mode): Use add-hook for after-revert-hook.
3218
3c855b96
GM
32192013-01-10 Glenn Morris <rgm@gnu.org>
3220
3221 * emacs-lisp/authors.el (authors-ignored-files)
3222 (authors-valid-file-names, authors-renamed-files-alist):
3223 Add some more entries.
3224
3f9549e8 32252013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
08ce64e6
SM
3226
3227 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3228 `t' pseudo-window entry.
3229
3f9549e8 32302013-01-10 Alan Mackenzie <acm@muc.de>
8cff5feb
AM
3231
3232 Fix bugs in the c-parse-state mechanism. Reuse some markers
3233 instead of continually generating new ones.
3234
3235 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3236 (c-state-old-cpp-end-marker): New variables.
3237 (c-append-lower-brace-pair-to-state-cache): Start a backward
3238 search for "}" definitively outside CPP constructs.
3239 (c-remove-stale-state-cache): Inform the caller of a need to
3240 search back for a brace pair in certain circumstances.
3241 (c-state-maybe-marker): New macro.
3242 (c-parse-state): Reuse markers when appropriate.
3243
3f9549e8 32442013-01-10 Glenn Morris <rgm@gnu.org>
89c0dda8
GM
3245
3246 * simple.el (execute-extended-command): Doc fix.
3247 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3248
3f9549e8 32492013-01-10 Chong Yidong <cyd@gnu.org>
5b64ccd7
CY
3250
3251 * faces.el (read-face-name): Doc fix.
3252
b14abca9
RW
32532013-01-10 Roland Winkler <winkler@gnu.org>
3254
3255 * emacs-lisp/crm.el: Allow any regexp for separators.
3256 (crm-default-separator): All spaces around the default comma separator.
3257 (crm--completion-command): New macro.
3258 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3259 (crm-complete-and-exit): Handle non-single-char separators.
3260
2b541f9a
EP
32612013-01-09 Elias Pipping <pipping@lavabit.com>
3262
3263 * doc-view.el: Add support for DjVu (bug#13164).
3264 (doc-view-djvu->png-converter-function): New config var.
3265 (doc-view-single-page-converter-function, doc-view--image-type)
3266 (doc-view--image-file-extension): New vars.
3267 (doc-view-mode): Initialize them.
3268 (doc-view-goto-page): Use them.
3269 (doc-view-mode-p): Add support for ddjvu.
3270 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3271 (doc-view-set-up-single-converter): New funs.
3272 (doc-view-pdf/ps->png): Extend for djvu.
3273 (doc-view-document->png): Rename from doc-view-pdf->png.
3274 (doc-view-convert-current-doc): Handle djvu.
3275 (doc-view-insert-image, doc-view-display)
3276 (doc-view-already-converted-p): Don't hardcode png.
3277 (doc-view-set-doc-type): Recognize djvu docs.
3278
85f17e35
EP
32792013-01-09 Elias Pipping <pipping@lavabit.com>
3280
3281 * doc-view.el: Add support for mupdf converter (bug#13164).
3282 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3283 (doc-view-ps->png-converter-function): New config vars.
3284 (doc-view-pdf->png-converter-ghostscript)
3285 (doc-view-ps->png-converter-ghostscript)
3286 (doc-view-pdf->png-converter-mupdf): New functions.
3287 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3288
ccd04887
MA
32892013-01-09 JĂ¼rgen Hötzel <juergen@archlinux.org>
3290
3291 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3292 first in session cache: When `tramp-own-remote-path' is in
3293 `tramp-remote-path', the remote path is only set in the session
3294 cache.
3295
c5ad92de
GM
32962013-01-09 Glenn Morris <rgm@gnu.org>
3297
fb9f7146
GM
3298 * emacs-lisp/trace.el (trace-function-foreground)
3299 (trace-function-background): Doc fix.
c5ad92de 3300
39a0786e
JL
33012013-01-09 Juri Linkov <juri@jurta.org>
3302
3303 * international/mule-cmds.el (read-char-by-name): Move let-binding
3304 of completion-ignore-case around completing-read to fix regression
3305 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3306 `string-match-p' using the nil value of `case-fold-search' and
3307 `completion-ignore-case' in `completion-pcm--all-completions'.
3308 (Bug#12615).
3309
fb9f7146 33102013-01-09 Glenn Morris <rgm@gnu.org>
06364e64
GM
3311
3312 * progmodes/compile.el (compilation-parse-errors):
3313 Fix typo. (Bug#13369)
3314
fb9f7146 33152013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
236a8f0c
VS
3316
3317 * comint.el (comint-send-input): Check size of buffer before
3318 waiting for process output, in case already accepted. (Bug#13290)
3319
677d5c92
PE
33202013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3321
3322 Spelling fixes.
3323 * net/tramp-adb.el (tramp-adb-get-toolbox):
3324 Fix misspelling of 'unknown'.
3325
073ca75b
JL
33262013-01-08 Juri Linkov <juri@jurta.org>
3327
3328 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3329 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3330 Use underline style wave on terminals that support it. (Bug#13000)
3331
a4648137
SM
33322013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3333
4bdc3526
SM
3334 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3335 the predicate returns nil.
3336
a4648137
SM
3337 * simple.el: Use lexical-binding.
3338 (primitive-undo): Use pcase.
3339 (minibuffer-history-isearch-push-state): Use a closure.
3340
3bace969
AH
33412013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3342
3343 * simple.el (primitive-undo): Move from undo.c.
3344
a731fc1b
SM
33452013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3346
1c851e98
SM
3347 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3348 (cvs-mode-remove-handled): Use it (bug#13380).
3349
a731fc1b
SM
3350 * emacs-lisp/nadvice.el (advice--tweak): New function.
3351 (advice--remove-function, advice--subst-main): Use it.
3352
3353 * emacs-lisp/advice.el: Update commentary.
3354
2a22c83b
MA
33552013-01-08 Michael Albinus <michael.albinus@gmx.de>
3356
a731fc1b
SM
3357 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3358 Remove spurious entry.
2a22c83b 3359
83c1803a
GM
33602013-01-08 Glenn Morris <rgm@gnu.org>
3361
3362 * net/tramp.el (tramp-default-host-alist): Add :version.
3363
8a2e287c
JL
33642013-01-08 Juri Linkov <juri@jurta.org>
3365
3366 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3367 single completion. (Bug#12456)
3368 (info--manual-names): Expand node completions into an explicit list
3369 before appending it to another list. Filter out internal buffers
3370 with the leading space in the buffer name. (Bug#10771)
3371
c6a22ce2
JL
33722013-01-08 Juri Linkov <juri@jurta.org>
3373
3374 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3375 that defaults to the Top node.
3376 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3377 the short format (FILENAME) goes to the Top node.
3378 (Info-build-node-completions): Rename arg `file' to `filename'.
3379 (Bug#13365)
3380
acfe10b7
BG
33812013-01-07 Bastien Guerry <bzg@gnu.org>
3382
a731fc1b
SM
3383 * menu-bar.el (menu-bar-search-documentation-menu):
3384 Use `apropos-user-option' and fix the help message.
acfe10b7
BG
3385
33862013-01-07 Bastien Guerry <bzg@gnu.org>
3387
3388 * apropos.el (apropos-do-all): Update docstring.
3389 (apropos-user-option-button): New face.
3390 (apropos-user-option): Rename from `apropos-variable' and update
3391 docstring.
3392 (apropos-variable): Rewrite, now show all variables by default.
3393 (apropos-print): Mention "User option" instead of "Variable" when
3394 printing doc for user options. (Bug#13276)
3395
62bcf670
JH
33962013-01-07 JĂ¼rgen Hötzel <juergen@archlinux.org>
3397
3398 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3399 Handle filename correctly, when parsing "source -> target" symlink
3400 output.
3401 (tramp-adb-handle-set-file-times): New defun.
3402
4986fa21
SM
34032013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3406 advice list when the interactive-spec of ad-Advice-* changes.
3407
3bee311e
KY
34082013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3409
3410 * wid-edit.el (widget-default-get): Work for inlined elements.
3411 (Bug#12670)
3412
b49eebcc
MA
34132013-01-07 Michael Albinus <michael.albinus@gmx.de>
3414
3415 * net/tramp.el (tramp-default-host-alist): New defcustom.
3416 (tramp-find-host): Use it.
4986fa21 3417 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
b49eebcc
MA
3418 `eshell-directory-change-hook'.
3419
3420 * net/tramp-adb.el (top): Add adb specific entry in
3421 `tramp-default-host-alist'.
3422 (tramp-adb-file-name-host): Remove function.
3423 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3424 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3425
3bee311e 3426 * net/tramp-sh.el: Move eshell integration code to tramp.el.
b49eebcc 3427
84f6744a
JH
34282013-01-06 JĂ¼rgen Hötzel <juergen@archlinux.org>
3429
3430 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3431
b6cfbcd0
MA
34322013-01-06 Michael Albinus <michael.albinus@gmx.de>
3433
3434 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
b49eebcc 3435 consist of more than one digit.
4986fa21
SM
3436 (tramp-adb-file-name-handler-alist):
3437 Use `tramp-handle-file-exists-p' consistently.
b6cfbcd0
MA
3438 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3439 (tramp-adb-handle-file-exists-p): Remove function.
3440 (tramp-adb-file-name-host): New defun.
3441 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3442 Use it.
3443 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3444
58ba7b1b
CY
34452013-01-06 Chong Yidong <cyd@gnu.org>
3446
3447 * vc/vc.el (vc-next-action): Detect buffer modifications
3448 conflicting with locking VCS operation (Bug#11490).
3449
3450 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3451
f4566fe9
MA
34522013-01-05 Michael Albinus <michael.albinus@gmx.de>
3453
3454 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3455 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3456
838cf298
MA
34572013-01-05 JĂ¼rgen Hötzel <juergen@archlinux.org>
3458
3459 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3460 parsing of ls output using regular expression (handle filenames
3461 with spaces). Use virtual device number.
3462 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3463 cleanup).
3464
1bd71e9f
DU
34652013-01-04 Daiki Ueno <ueno@gnu.org>
3466
3467 * epg.el: Silence byte-compiler warnings.
3468 (epg--start): Use delete-char instead of delete-backward-char.
3469 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3470
00cd4c1c
DU
34712013-01-04 Daiki Ueno <ueno@gnu.org>
3472
3473 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3474 Suggested by Eli Zaretskii <eliz@gnu.org>.
3475
f99ced35
MA
34762013-01-04 Michael Albinus <michael.albinus@gmx.de>
3477
3478 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3479 non-negative integers. Otherwise, the default values are used.
3480 (tramp-convert-file-attributes): Convert uid and gid to integers.
3481
0f668a4d 34822013-01-04 Glenn Morris <rgm@gnu.org>
ad235a8b 3483
d2be4dcc
GM
3484 * term.el (term-handle-colors-array): Ensure face attributes
3485 are fully specified, not nil. (Bug#13337)
3486
5b00b749
GM
3487 * term.el (term-default-fg-color, term-default-bg-color):
3488 Fix custom type.
3489
220740a3
GM
3490 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3491 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3492 rather than 'jka-compr being loaded. (Bug#13338)
3493
bdd9367d
WD
34942013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3495
3496 * icomplete.el (icomplete-completions):
3497 Honor icomplete-prospects-height once more following
3498 2012-11-29 changes. (Bug#13224)
3499
96dd18b1
SM
35002013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3501
c0bd248c
SM
3502 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3503 of called-interactively-p as well (bug#13237).
3504
4a74c818
SM
3505 * view.el (view--enable, view--disable): Rename from view-mode-enable
3506 and view-mode-disable and assume it's called from view-mode.
3507 (view-mode-enable, view-mode-disable): Redefine as obsolete
3508 compatibility layer above view-mode.
3509 (view-mode-enter): Call `view-mode'.
3510
3511 * files.el (after-find-file): Call `view-mode'.
3512
96dd18b1
SM
3513 * doc-view.el (doc-view-scale-internally): New var.
3514 (doc-view-enlarge, doc-view-insert-image): Obey it.
3515
c2cf1829
DU
35162013-01-03 Daiki Ueno <ueno@gnu.org>
3517
3518 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3519 exist. (Bug#13344)
3520
ad235a8b
GM
35212013-01-03 Glenn Morris <rgm@gnu.org>
3522
a8aa6c2d
GM
3523 * mail/rmail.el (rmail-set-header-1): Ignore case.
3524 Handle multi-line headers. (Bug#13330)
3525
a6d6c20b
GM
3526 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3527 Handle paragraph starting at beginning of buffer.
3528
ed5bdeb9
GM
3529 * subr.el (eval-after-load): Don't purecopy the form, so that it
3530 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3531
ad235a8b
GM
3532 * emacs-lisp/byte-run.el (defun): Place cl declarations
3533 after any interactive spec. (Bug#13265)
3534
9539d465 35352013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5cebef2d
AS
3536
3537 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3538 defun. Don't check for DECL if DOCSTRING isn't a string.
3539 (defun): Likewise.
3540
9539d465 35412013-01-02 Glenn Morris <rgm@gnu.org>
4cddca30 3542
5ee1772e
GM
3543 * eshell/em-cmpl.el (eshell-pcomplete):
3544 More thoroughly imitate pcomplete. (Bug#13293)
3545
4cddca30
GM
3546 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3547 Return nil for empty path elements. (Bug#13296)
3548
9539d465 35492013-01-02 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6861432e
FEG
3550
3551 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3552 order to improve efficiency (Based on Daniel Colascione's
3553 <dancol@dancol.org> patch). (Bug#13182)
3554
9539d465 35552013-01-02 Glenn Morris <rgm@gnu.org>
b83a2ddd
GM
3556
3557 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3558
9539d465 35592013-01-02 Andreas Schwab <schwab@linux-m68k.org>
bdcad781
AS
3560
3561 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3562 neither DOCSTRING nor DECL was given. (Bug#13316)
3563
aca3d51d
MA
35642013-01-02 Michael Albinus <michael.albinus@gmx.de>
3565
3566 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3567 `error' call.
3568 (tramp-do-copy-or-rename-file): Ignore errors when calling
3569 `set-file-extended-attributes'.
3570
4986fa21
SM
3571 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3572 Add handler for `file-acl'.
aca3d51d
MA
3573 (tramp-smb-handle-file-acl): New defun.
3574
87e65f96
JB
35752013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3576
3577 * calc/README: Mention ISO 8601 week-numbering dates.
3578
0aac98ac
MR
35792013-01-01 Martin Rudalics <rudalics@gmx.at>
3580
3581 * view.el (view-mode-enable): New argument run-view-mode-hook.
3582 Run view-mode-hook only when it's non-nil (Bug#13315).
3583 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3584 argument t.
3585
1a82330c
JH
35862012-12-31 JĂ¼rgen Hötzel <juergen@archlinux.org>
3587
3588 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3589 (No device connected, invalid device name). (Bug #13299)
3590
27fcfe31
MR
35912012-12-31 Martin Rudalics <rudalics@gmx.at>
3592
3593 * window.el (window-resizable--p): Rename to window-resizable-p.
3594 (window-resize-no-error): New function.
3595
3596 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3597 broken in fix from 2012-12-28.
3598
96c052a5
SM
35992012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * subr.el (special-form-p): Don't signal errors on undef aliases.
3602
fd1f1603
JB
36032012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3604
3605 * calc/calc-forms.el (math-parse-date): Try using
96c052a5
SM
3606 `math-parse-iso-date' when it looks like it might be needed.
3607 Allow times of 24:00.
f4ad7ea1 3608 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
fd1f1603
JB
3609 of 24:00.
3610
8db39aeb
GM
36112012-12-30 Glenn Morris <rgm@gnu.org>
3612
3613 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3614 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3615 (rmail-summary-displayed, rmail-summary): Declare.
3616 (mairix-rmail-display): Just require rmail.
3617
d5e5e7b4 36182012-12-30 Chong Yidong <cyd@gnu.org>
3c94d7a6
CY
3619
3620 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3621 check for the tarball contents.
3622
d5e5e7b4 36232012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
af39894a
MF
3624
3625 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3626 tarfile content listings (Bug#13136).
3627
d5e5e7b4 36282012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
bb709253 3629
96c052a5
SM
3630 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3631 Insert the undecoded text of the message being forwarded. (Bug#9521)
bb709253 3632
4f752957
MA
36332012-12-30 Michael Albinus <michael.albinus@gmx.de>
3634
3ee24a3b
MA
3635 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3636 integers, if they are real numbers. (Bug#13282)
3637
4f752957
MA
3638 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3639 Return `t' on success.
3640
96c052a5
SM
3641 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3642 Add handler for `set-file-selinux-context'.
4f752957 3643
eff2eb58
MA
36442012-12-29 Michael Albinus <michael.albinus@gmx.de>
3645
3646 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3647 (tramp-sh-handle-set-file-acl): Return `t' on success.
3648
ccad023b
EZ
36492012-12-29 Eli Zaretskii <eliz@gnu.org>
3650
96c052a5
SM
3651 * files.el (backup-buffer-copy, basic-save-buffer-2):
3652 If set-file-extended-attributes fails, fall back on set-file-modes
ccad023b 3653 instead of signaling an error. (Bug#13298)
7e56b103 3654 (basic-save-buffer): Likewise.
ccad023b 3655
ccb1c17e
FEG
36562012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3657
3658 * progmodes/python.el: Support other commands triggering
3659 python-indent-line so indentation cycling continues to work.
3660 (python-indent-trigger-commands): New defcustom.
3661 (python-indent-line): Use it.
3662
16768034
FEG
36632012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3664
3665 * progmodes/python.el (python-shell-send-region): Add blank lines
3666 for non sent code so backtraces remain correct.
3667
66164d2f
FEG
36682012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3669
3670 * progmodes/python.el: Remove cl dependency.
3671 (python-syntax-count-quotes): Replace incf call.
3672 (python-fill-string): Replace setf call.
3673
761231d1
DC
36742012-12-29 Damien Cassou <damien.cassou@gmail.com>
3675
43ebd12b 3676 * info.el (info-other-window): New arg, for consistency with info.
761231d1 3677
7c3e220a
MR
36782012-12-28 Martin Rudalics <rudalics@gmx.at>
3679
96c052a5
SM
3680 * mail/rmail.el (rmail-maybe-display-summary):
3681 Rewrite (Bug#13066).
7c3e220a 3682
361828b5
AS
36832012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3684
3685 * epg.el (epg--start): Modify process-environment locally.
3686
23bd348c
DU
36872012-12-28 Daiki Ueno <ueno@gnu.org>
3688
3689 * epg.el: Support pinentry-curses.
3690 Suggested by Werner Koch in
3691 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3692 (epg-agent-file, epg-agent-mtime): New variable.
3693 (epg--start): Record the modified time of gpg-agent socket file,
3694 to restore Emacs frame after pinentry-curses termination.
3695 (epg-wait-for-completion): Restore Emacs frame here.
3696
313f39aa
JL
36972012-12-27 Juri Linkov <juri@jurta.org>
3698
3699 * info.el (Info-file-completions): New variable.
3700 (Info-read-node-name-1): Complete node names in the Info file
3701 when a file name is given. Call `Info-build-node-completions'
3702 with a file name.
3703 (Info-build-node-completions): Add new arg `file'. When it is
3704 non-nil, visit it in a temporary buffer and cache its completions in
3705 `Info-current-file-completions'. Move most of the function body to
3706 `Info-build-node-completions-1'.
3707 (Info-build-node-completions-1): New function with the body from
3708 `Info-build-node-completions'. (Bug#12456)
3709
a45b7647
JL
37102012-12-27 Juri Linkov <juri@jurta.org>
3711
3712 * frame.el (frame-maximization-style): Remove user option.
3713 (cycle-frame-maximized): Remove function.
3714 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3715 (toggle-frame-fullscreen): New command bound to <f11> instead of
3716 `toggle-frame-maximized'.
3717 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3718
10ffd0be
MA
37192012-12-27 Michael Albinus <michael.albinus@gmx.de>
3720
3721 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3722
3723 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3724 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3725 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3726 for `file-accessible-directory-p'. (Bug#13275)
3727
fd146719
SS
37282012-12-27 Sam Steingold <sds@gnu.org>
3729
3730 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3731 continuations, see <http://stackoverflow.com/questions/3582436>.
3732
82e2a1f0 37332012-12-27 Dmitry Gutov <dgutov@yandex.ru>
db590ef6
DG
3734
3735 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
96c052a5
SM
3736 "module" and "def" to have indentation before them.
3737 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
db590ef6 3738
ea0857a1
DG
3739 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3740
82e2a1f0 37412012-12-27 Alan Mackenzie <acm@muc.de>
3f6b93cd
AM
3742
3743 Speed up fontification where there's large brace blocks.
3744 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3745 to a call of c-beginning-of-decl-1.
3746
c34339f3
VS
37472012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3748
3749 * comint.el (comint-adjust-window-point): New function.
96c052a5
SM
3750 (comint-postoutput-scroll-to-bottom):
3751 Call comint-adjust-window-point (Bug#13248).
c34339f3 3752
78269b95
DG
37532012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3754
3755 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3756 Rakefile regexp.
3757 (auto-mode-alist): Associate .gemspec files with ruby-mode
3758 (https://bugs.ruby-lang.org/issues/5453).
3759
bd8c13f9
JH
37602012-12-26 JĂ¼rgen Hötzel <juergen@archlinux.org>
3761
96c052a5
SM
3762 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3763 Suppress coloring, if possible (required for BusyBox based systems like
677d5c92 3764 CyanogenMod).
bd8c13f9
JH
3765 (tramp-adb-handle-file-attributes)
3766 (tramp-adb-handle-insert-directory)
3767 (tramp-adb-handle-file-name-all-completions): Use it.
3768 (tramp-adb-get-toolbox): New defun. Check for remote shell
3769 implementation (BusyBox or Toolbox).
3770
f4ad7ea1 37712012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
dc646358
CK
3772
3773 * startup.el (initial-buffer-choice): Allow function as value
3774 (Bug#13251).
3775 (command-line-1): Handle case where initial-buffer-choice
3776 specifies a function.
3777 * server.el (server-execute): Handle case where
3778 initial-buffer-choice specifies a function.
3779
e7d52a4d
LI
37802012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3781
3782 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3783 its own function.
3784 (smtpmail-try-auth-methods): Forget the user name/password if the
3785 login is unsuccessful (bug#12424).
3786
cdb07539
MA
37872012-12-22 Michael Albinus <michael.albinus@gmx.de>
3788
1ef5f225
MA
3789 * notifications.el (notifications-notify): Protect body with
3790 `with-demoted-errors'.
3791
96c052a5
SM
3792 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3793 Check properties of remote device. Restart connection, if there is a
cdb07539
MA
3794 change.
3795
594f37aa
CY
37962012-12-21 Chong Yidong <cyd@gnu.org>
3797
3798 * sort.el (sort-subr): Doc fix (Bug#13056).
3799
a4b0cca1 38002012-12-21 Bastien Guerry <bzg@gnu.org>
acc650b8 3801
acc650b8
BG
3802 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3803
0e9c7693
MA
38042012-12-21 Michael Albinus <michael.albinus@gmx.de>
3805
3806 * simple.el (process-file): Overwrite stderr file, if exists.
3807
c6609164
DU
38082012-12-21 Daiki Ueno <ueno@gnu.org>
3809
3810 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3eb05092 3811 (epg-error): Set `error-message' property.
c6609164 3812
aa26f345
CY
38132012-12-21 Chong Yidong <cyd@gnu.org>
3814
34b4b7eb
CY
3815 * international/mule-cmds.el (read-char-by-name): Signal an error
3816 if the user does not supply a valid character (Bug#13177).
3817
aa26f345
CY
3818 * simple.el (transpose-subr-1): Preserve marker positions by
3819 changing the insertion sequence (Bug#13122).
3820
05c22d87
KD
38212012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3822
3823 * simple.el (kill-region): Deactivate mark even for empty regions
3824 (Bug#13169).
3825
f5733f87
CY
38262012-12-21 Chong Yidong <cyd@gnu.org>
3827
3828 * help-fns.el (describe-variable): Make sure we get the right
3829 buffer name (Bug#13105). Suggested by Kelly Dean.
3830
fab6916d
MM
38312012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3832
3833 * comint.el (comint-redirect-previous-input-string): New variable.
3834 (comint-redirect-setup, comint-redirect-cleanup)
3835 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3836 (comint-redirect-preoutput-filter): Fix verbose message.
3837
91b982a0
MA
38382012-12-20 Michael Albinus <michael.albinus@gmx.de>
3839
3840 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3841 is too long for Tramp. See discussion in
3842 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3843
3844 * progmodes/compile.el (compilation-start): Remove line escape
3845 template.
3846
87523aed
DA
38472012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3848
3849 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3850 Adjust comment.
3851
ee3c0aec
JB
38522012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3853
3854 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3855 following non-comment text (bug#13207).
3856 (lm-header-multiline): Continuation lines need to be indented more than
3857 the first line.
3858 (lm-homepage): New function.
3859 (lm-with-file): Don't be confused if narrowing is in effect.
f4d79bd0 3860
4a74c818
SM
38612012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3862
f4d79bd0
SM
3863 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3864 very beginning of a hunk (e.g. killing the first line).
3865
3c532af6
MA
38662012-12-19 Michael Albinus <michael.albinus@gmx.de>
3867
3868 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3869 and text properties from returned ACL string.
3870 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3871 for "setfacl" command.
3872
e0d01ef3
MA
38732012-12-18 Michael Albinus <michael.albinus@gmx.de>
3874
3875 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3876 `tramp-cleanup-this-connection', when the process has died.
3877 (Bug#13151)
3878
2387610d
SM
38792012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3880
3881 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3882
19156242
KR
38832012-12-17 Kevin Ryde <user42@zip.com.au>
3884
3885 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3886
53b6a8b1
MA
38872012-12-17 Michael Albinus <michael.albinus@gmx.de>
3888
3889 Add support for preserving ACL entries of files.
3890
3891 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3892 `set-file-acl' handlers.
3893
19156242
KR
3894 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3895 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 3896
19156242
KR
3897 * net/tramp-compat.el (tramp-compat-copy-file):
3898 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 3899
19156242
KR
3900 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3901 Add `file-acl' and `set-file-acl' handlers.
3902 (tramp-gvfs-handle-copy-file):
3903 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3904 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3905 New defuns.
53b6a8b1 3906
19156242
KR
3907 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3908 Add `file-acl' and `set-file-acl' handlers.
53b6a8b1
MA
3909 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3910 (tramp-sh-handle-set-file-acl): New defuns.
19156242
KR
3911 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3912 Handle PRESERVE-EXTENDED-ATTRIBUTES.
53b6a8b1 3913
19156242
KR
3914 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3915 Add `file-acl' and `set-file-acl' handlers.
53b6a8b1
MA
3916 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3917
f4ad7ea1 39182012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6ae57a67
KD
3919
3920 * help-macro.el (make-help-screen): Instead of switch-to-buffer
19156242 3921 use pop-to-buffer with NORECORD argument t. As buffer name, use
6ae57a67
KD
3922 *Metahelp* with a leading space (Bug#13190).
3923
7c3d167f
RF
39242012-12-16 Romain Francoise <romain@orebokech.com>
3925
3926 * files.el (file-extended-attributes)
3927 (set-file-extended-attributes): New functions.
3928 (backup-buffer): Use them to handle both SELinux context and ACL
3929 entries.
3930 (backup-buffer-copy): Work with an alist of extended attributes,
3931 rather than an SELinux context.
3932 (basic-save-buffer-2): Ditto.
3933
19b748ad
TM
39342012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3935
3936 * battery.el (battery-bsd-apm): New function.
3937
70042c64
JB
39382012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3939
3940 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3941 standard date formats.
3942
279f9b06
JL
39432012-12-15 Juri Linkov <juri@jurta.org>
3944
3945 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3946 `isearch-insert-char-by-name'.
3947 (with-isearch-suspended): New defmacro with body mostly from
3948 `isearch-edit-string' except the part that sets
3949 `isearch-new-string' and `isearch-new-message'.
3950 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3951 body that sets `isearch-new-string' and `isearch-new-message'.
3952 (isearch-insert-char-by-name): New command.
3953 * international/mule-cmds.el (read-char-by-name): Let-bind
3954 `enable-recursive-minibuffers' to t.
3955 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3956
8370def5
JL
39572012-12-15 Juri Linkov <juri@jurta.org>
3958
3959 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3960 (Bug#13175)
3961
178fb95d
CS
39622012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3963
3964 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3965 the prompt. (Bug#13045)
3966
a5f74442
GM
39672012-12-14 Glenn Morris <rgm@gnu.org>
3968
3969 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3970 Try to include filename in non-bytecomp warning. (Bug#13132)
3971
97976f9f
PE
39722012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3973
3974 Fix permissions bugs with setgid directories etc. (Bug#13125)
3975 * files.el (backup-buffer): Don't rely on 9th output of
3976 file-attributes, as it's now a placeholder. Instead, use the new
3977 optional arg of file-ownership-preserved-p.
3978 (file-ownership-preserved-p): New optional arg GROUP.
3979 Fix mishandling of setuid directories that would cause this
3980 function to return t when it should have returned nil.
3981 Document what happens if the file does not exist, and when
3982 it's not known whether the ownership will be preserved.
3983 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3984 Likewise.
3985 (tramp-get-local-gid): Use group-gid for integer, as that's
3986 faster and more reliable.
3987
016b2a42
JD
39882012-12-14 Julien Danjou <julien@danjou.info>
3989
19156242
KR
3990 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3991 Update keywords list, data type and PL/pgSQL.
016b2a42 3992
665e5e07
DA
39932012-12-14 Dave Abrahams <dave@boostpro.com>
3994
3995 * vc/ediff-util.el (ediff-buffer-type): New function.
3996 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3997 rather than taking it as as argument.
3998 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3999
d72e9e92
RC
40002012-12-14 Ryan Crum <ryan.crum@eleostech.com>
4001
4002 * json.el: Add pretty-print option (bug#12634).
4003 (json-encoding-separator, json-encoding-default-indentation)
4004 (json--encoding-current-indentation, json-encoding-pretty-print)
4005 (json-encoding-lisp-style-closings): New vars.
4006 (json--with-indentation): New macro.
4007 (json-encode-hash-table, json-encode-alist, json-encode-plist)
4008 (json-encode-array): Use it to obey json-encoding-pretty-print.
4009 (json-pretty-print-buffer, json-pretty-print): New commands.
4010
dbb530d9
DG
40112012-12-14 Dmitry Gutov <dgutov@yandex.ru>
4012
4013 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4014 Extract `ruby-syntax-propertize-expansions'.
4015 (ruby-syntax-propertize-expansions): Only change syntax on
4016 certain string delimiters, to punctuation. This way the common
4017 functions like forward-word and thing-at-point still work.
4018 (ruby-match-expression-expansion): Improve readability.
bb808526
DG
4019 (ruby-block-contains-point): New function.
4020 (ruby-add-log-current-method): Handle several edge cases.
dbb530d9 4021
ce0440ff
JB
40222012-12-13 Juanma Barranquero <lekktu@gmail.com>
4023
4024 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4025 unload-feature finishes even when aborting an ongoing edebug session.
4026 Also, do not worry about edebug-mode, unload-feature takes care of it.
4027
f10331bf
AS
40282012-12-13 Andreas Schwab <schwab@suse.de>
4029
4030 * net/tls.el (tls-program): Update customize type.
4031
5f3a3bb1
JB
40322012-12-13 Juanma Barranquero <lekktu@gmail.com>
4033
4034 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4035 (edebug-setup-hook, cl-read-load-hooks): Use it.
4036 (edebug-unload-function): New function. (Bug#13163)
4037
6ce21463
MA
40382012-12-13 Michael Albinus <michael.albinus@gmx.de>
4039
4040 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4041 Otherwise, there could be errors in autoloading. (Bug#13151)
4042
d754b364
JH
40432012-12-13 JĂ¼rgen Hötzel <juergen@archlinux.org>
4044
4045 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4046 sequences.
4047
727f9739 40482012-12-13 Alan Mackenzie <acm@muc.de>
14b8c3d9
AM
4049
4050 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
4051 * progmodes/cc-engine.el (c-backward-comments): Add code to work
4052 around `forward-comment' not recognizing ^M as whitespace.
4053
727f9739 40542012-12-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2c43a9ad
FEG
4055
4056 * progmodes/python.el (python-skeleton-class)
4057 (python-skeleton-def): Do not add space after defun name.
4058
eb8006c6
SM
40592012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4062 (cl--symbol-function): Remove (now that funbound is like nil).
4063
4c74b1e4
GM
40642012-12-12 Glenn Morris <rgm@gnu.org>
4065
4066 * button.el (button--area-button-p): Fix typo.
4067
37f38bca
SS
40682012-12-12 Sam Steingold <sds@gnu.org>
4069
4070 * frame.el (frame-maximization-style): New user option.
4071 (toggle-frame-maximized): Toggle frame maximization according to
4072 `frame-maximization-style', bound to <f11>.
4073 (cycle-frame-maximized): Cycle between all maximization styles and
4074 non-maximized frame, bound to shift-<f11>.
4075
fd49a218
DC
40762012-12-12 David Cadé <codename68@gmail.com>
4077
4078 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4079
69e1c203
JB
40802012-12-12 Jonas Bernoulli <jonas@bernoul.li>
4081
4082 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4083 (eieio-override-prin1): Don't quote kewords and booleans.
4084 (object-write) <eieio-default-superclass>: Don't put closing parens
4085 on new line, avoid needless empty lines, align values that are objects
4086 with the slot keyword (instead of beginning on the same line).
4087 (eieio-list-prin1): Align value with slot keyword; increase
4088 eieio-print-depth before printing members of the list.
4089
4b0df848
SM
40902012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4091
030f4af5
SM
4092 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4093 a display text-property.
4094 (report-emacs-bug-hook): Don't bother deleting it any more.
4095
6ac1f8ca
SM
4096 * hilit-chg.el (highlight-save-buffer-state): Delete.
4097 Use with-silent-modifications instead.
4098 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4099
4b0df848
SM
4100 * button.el: Handle buttons in display text-properties.
4101 (button--area-button-p, button--area-button-string):
4102 Use (STRING . STRING-POS) representation instead of just STRING.
4103
d46d2d3a
EZ
41042012-12-11 Eli Zaretskii <eliz@gnu.org>
4105
4106 * makefile.w32-in (compile4-SH): Fix a typo that caused term
4107 subdirectory be skipped.
4108
a0099d31
GM
41092012-12-11 Glenn Morris <rgm@gnu.org>
4110
36327e4f
GM
4111 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4112
a0099d31
GM
4113 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4114 Treat preprocessor lines embedded in continuations like comments.
4115 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
4116
ff3f6c26
JB
41172012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
4118
f4ad7ea1 4119 * calc/calc.el (calc-standard-date-formats): Add more date
ff3f6c26
JB
4120 formats.
4121 * calc/calc-forms.el (math-parse-iso-date): New function.
4122 (math-parse-date): Use `math-parse-iso-date' when appropriate.
4123 (math-parse-iso-date-validate): Add extra error checking.
4124 (calc-date-notation): Add ability to access new date formats.
4125
ed6f2cd4
SM
41262012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4129 font-lock as well as when there's no text-property.
4130
c868b919
J
41312012-12-10 Jambunathan K <kjambunathan@gmail.com>
4132
4133 * hi-lock.el: Refine the choice of default face.
4134 (hi-lock-keyword->face): New function. Use it wherever we used
4135 cadadadr instead.
4136 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4137 (hi-lock--last-face): Remove var.
4138 (hi-lock--unused-faces): New var to replace it.
4139 (hi-lock-read-face-name): Use/maintain it.
4140 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
4141 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4142 if it has another face.
4143
2b8c9064
EZ
41442012-12-10 Eli Zaretskii <eliz@gnu.org>
4145
4146 * subr.el (w32notify-handle-event): New function.
4147 (inotify-handle-event): Doc fix.
4148
81606b10
RS
41492012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
4150
4151 * subr.el (inotify-event-p, inotify-handle-event): New functions.
4152
f4ad7ea1 41532012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6ce49f24
DM
4154
4155 * simple.el (just-one-space): Doc fix.
4156
265c2fbf 41572012-12-10 Eli Zaretskii <eliz@gnu.org>
8d43bd30 4158
c868b919 4159 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
8d43bd30 4160
265c2fbf 41612012-12-10 Le Wang <l26wang@gmail.com>
3a21537c
LW
4162
4163 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4164 narrowed buffer (bug#12361).
4165
265c2fbf 41662012-12-10 Juanma Barranquero <lekktu@gmail.com>
bf741d33
JB
4167
4168 * vc/vc-hooks.el (vc-state): Doc fix.
4169
265c2fbf 41702012-12-10 Glenn Morris <rgm@gnu.org>
07026166
GM
4171
4172 * mail/rmail.el (rmail-maybe-display-summary):
4173 Preserve buffer, in case select-window changes it. (Bug#13066)
4174
265c2fbf 41752012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
82e1f390
SM
4176
4177 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4178 cl-load-hook where they belong.
4179
bad162fd
SM
41802012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4183
ca065258
EZ
41842012-12-09 Eli Zaretskii <eliz@gnu.org>
4185
4186 Parallelize byte compilation on MS-Windows.
4187 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
bad162fd 4188 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
ca065258
EZ
4189 (WINS_BASIC): Define as concatenation of the above.
4190 (compile): Subdivide into 4 separate and independent jobs that can
4191 be run in parallel.
4192 (compile0-CMD, compile0-SH): New targets for compiling
4193 COMPILE_FIRST files, which are prerequisites for the rest of the
4194 byte-compilation.
bad162fd
SM
4195 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4196 New targets for parallel compilation with cmd.exe.
ca065258
EZ
4197 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4198 compiling under a Unixy shell.
4199
5dea55d2
CY
42002012-12-09 Chong Yidong <cyd@gnu.org>
4201
4202 * simple.el (set-mark-default-inactive): Delete this
4203 accidentally-introduced option.
4204 (set-mark-command, exchange-point-and-mark): Remove calls.
4205
c6c08d3f
GM
42062012-12-09 Glenn Morris <rgm@gnu.org>
4207
4208 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4209 Respect a defcustom's :set function, if appropriate. (Bug#109)
4210 (eval-defun): Doc fix.
4211
858aab4c
JL
42122012-12-08 Juri Linkov <juri@jurta.org>
4213
4214 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4215 (Info-fontify-node, Info-bookmark-make-record): Remove the
4216 file extension from Info-current-file (Bug#13016).
4217
2e4ad7e5
SM
42182012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4221 point, still provide some default.
4222 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4223 names, since we don't use it right now. Actually return the list.
4224 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4225
75498db0
CY
42262012-12-07 Chong Yidong <cyd@gnu.org>
4227
ffe7ba8f
CY
4228 * novice.el (disabled-command-function): Remove a spurious help
4229 xref (Bug#13043). Suggested by Kelly Dean.
4230
454eb095
CY
4231 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4232 syntax is specified (Bug#13025).
4233
75498db0
CY
4234 * info.el (Info-set-mode-line): Remove the file extension from
4235 Info-current-file if there is one (Bug#13016).
4236
13a40633
GM
42372012-12-07 Glenn Morris <rgm@gnu.org>
4238
54c8b5ba
GM
4239 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4240 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4241 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4242 and rmail-mime-decoded. (Bug#9841)
4243
13a40633
GM
4244 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4245 (batch-unrmail, unrmail): Doc fixes.
4246 (unrmail): Respect unrmail-mbox-format.
4247 * mail/rmail.el (rmail-mbox-format): New option.
4248 (rmail-show-message-1): Respect rmail-mbox-format.
4249
4611a3cc
SM
42502012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4253
1812c724
SM
42542012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4255
338bfefa
SM
4256 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4257 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4258 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4259 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4260 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4261 (cl-progv): Don't rely on dynamic scoping to find the body.
4262 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4263 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4264 (cl-declaim): Use backquotes.
4265 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4266 Use "cl--" prefix for the object's tag.
4267
1812c724
SM
4268 * ses.el: Use advice-add/remove.
4269 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4270 (copy-region-as-kill, yank): Use advice-add.
4271 (ses-unload-function): Use advice-remove.
4272
24fc9480
JB
42732012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4274
4275 * button.el: Make them work in header-lines (bug#12817).
4276 (button-map): Add bindings for header-line and mode-line use.
4277 (button-get, button-put, button-label): `button' may now be a string.
4278 (button-activate): Don't make it a defsubst.
4279 (button--area-button-p, button--area-button-string): New functions.
4280 (make-text-button): Fix the return value when `beg' was a string.
4281 (push-button): Handle the mode-line case.
4282
853c1ffc
SM
42832012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4284
93852cb0
SM
4285 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4286 (sql-signum): Remove. Use `cl-signum' instead.
4287 (sql-read-passwd): Remove; use read-passwd instread.
4288 (sql-get-login-ext): Use read-string.
4289 (sql-get-login): Use dolist and pcase.
4290 (sql--completion-table): Rename from sql-try-completion.
4291 Use complete-with-action.
4292 (sql-mode): Don't change abbrev-all-caps globally.
4293 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4294 (sql-postgres-completion-object): Initialize vars in their `let'.
4295 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4296 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4297 (sql-comint-interbase): Use a single append, without setq.
4298 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4299
853c1ffc
SM
4300 * hi-lock.el: Rework the default face and the serialize regexp code.
4301 (hi-lock--auto-select-face-defaults): Remove.
4302 (hi-lock-string-serialize-serial): Remove.
4303 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4304 make weak.
4305 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4306 equal string.
4307 (hi-lock-set-pattern): Adjust accordingly.
4308 (hi-lock--regexps-at-point): Simplify accordingly.
4309 (hi-lock--auto-select-face-defaults): Remove.
4310 (hi-lock--last-face): New var to replace it.
4311 (hi-lock-read-face-name): Rewrite (bug#11095).
4312 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4313
5504e2c7
MA
43142012-12-06 Michael Albinus <michael.albinus@gmx.de>
4315
853c1ffc
SM
4316 * net/tramp.el (tramp-replace-environment-variables):
4317 Hide compiler warning.
5504e2c7
MA
4318 (tramp-file-name-for-operation): Remove `executable-find',
4319 `start-process', `call-process' and `call-process-region'.
4320
853c1ffc 4321 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
5504e2c7
MA
4322
4323 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4324 compatibility.
4325
4326 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4327
e1d51545
CY
43282012-12-06 Chong Yidong <cyd@gnu.org>
4329
4330 * ffap.el (ffap-replace-file-component): Fix typo.
4331
d8ad4d3f 43322012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
ef54d315
SM
4333
4334 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4335 fix open-paren-like token test (bug#12785).
4336
d8ad4d3f 43372012-12-06 Glenn Morris <rgm@gnu.org>
52d129cd
GM
4338
4339 * mail/rmailsum.el (rmail-new-summary): Tweak for
4340 rmail-maybe-display-summary changing buffer. (Bug#13066)
4341
d8ad4d3f 43422012-12-06 Juri Linkov <juri@jurta.org>
68bf4e09
JL
4343
4344 * info.el (Info-fontify-node): Don't hide the last newline.
4345 (Bug#12272)
4346
9ad948e2
KY
43472012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4348
4349 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4350 so as to enable message-read-from-minibuffer to expand mail aliases.
4351
4b5c89ee
SM
43522012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4355 the `intangible' property.
4356 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4357
5602a53a
DD
43582012-12-05 Deniz Dogan <deniz@dogan.se>
4359
4360 * net/rcirc.el (rcirc-urls): Update documentation.
4361 (rcirc-condition-filter): New function.
4362 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4363 and exclude consecutive duplicate URLs (Bug#6082).
4364
51b890ac
MA
43652012-12-05 Michael Albinus <michael.albinus@gmx.de>
4366
d5f97f62
MA
4367 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4368 Check return code of copy command.
4369
853c1ffc
SM
4370 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4371 Use group `tramp'. Add version.
51b890ac 4372
04b14f2b
CY
43732012-12-05 Chong Yidong <cyd@gnu.org>
4374
a3680194
CY
4375 * ffap.el (ffap-url-regexp): Don't require matching at front of
4376 string (Bug#4952).
4377 (ffap-url-p): If only a substring matches, return that.
4378 (ffap-url-at-point): Use the return value of ffap-url-p.
4379 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4380 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4381 (ffap-guess-file-name-at-point): Likewise.
4382 (ffap-replace-file-component): Fix typo.
4383
04b14f2b
CY
4384 * info.el (info-display-manual): Add existing Info buffers, whose
4385 files may not be in Info-directory-list, to the completion.
4386 (info--manual-names): New helper function.
4387
49596095
GM
43882012-12-05 Glenn Morris <rgm@gnu.org>
4389
4390 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4391 New functions, for detecting and resolving conflicts. (Bug#10709)
4392
b85aec93
J
43932012-12-04 Jambunathan K <kjambunathan@gmail.com>
4394
4395 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4396 (hi-lock-auto-select-face-defaults): New buffer local variable.
4397 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4398 (hi-lock-unface-buffer): Prompt user with useful defaults.
4399 With prefix arg, unhighlight all hi-lock patterns in buffer.
4400
8515507f
SM
44012012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4404
72cebfb7
MA
44052012-12-04 Michael Albinus <michael.albinus@gmx.de>
4406
4407 * Makefile.in (TRAMP_SRC):
4408 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4409
0ec3f7ea
JH
44102012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4411
4412 * net/tramp-adb.el: New package.
4413
770de7cf
CY
44142012-12-04 Chong Yidong <cyd@gnu.org>
4415
ce3e7725
CY
4416 * terminal.el: Move to obsolete/.
4417
770de7cf
CY
4418 * longlines.el: Move to obsolete/.
4419
4420 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4421 Remove code referring to longlines mode.
4422
c38a186c
JL
44232012-12-03 Juri Linkov <juri@jurta.org>
4424
4425 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4426
329bfd64
AM
44272012-12-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4428
4429 * textmodes/ispell.el (ispell-init-process)
475eea6f
AM
4430 (ispell-start-process, ispell-internal-change-dictionary):
4431 Make sure personal dictionary name is expanded after initial
4432 `default-directory' value. Use expanded strings for
4433 keep/restart checks and for value (Bug#13019).
329bfd64 4434
77a74935
JB
44352012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4436
4437 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4438
c5bc2d1d 44392012-12-03 Leo Liu <sdl.web@gmail.com>
ff3d86d0
LL
4440
4441 * files.el (dir-locals-read-from-file): Check file non-empty
4442 before reading. (Bug#13038)
4443
c5bc2d1d 44442012-12-03 Glenn Morris <rgm@gnu.org>
6247eff5
GM
4445
4446 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4447 Remove any version extension before checking filename. (Bug#13006)
4448 (jka-compr-compression-info-list): Belated :version bump.
4449
c5bc2d1d 44502012-12-03 Chong Yidong <cyd@gnu.org>
a5bf43ba 4451
8ecba97d
CY
4452 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4453
a5bf43ba
CY
4454 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4455 (buffer-menu): Doc fix (Bug#12294).
4456
c5bc2d1d 44572012-12-03 Roland Winkler <winkler@gnu.org>
34755291
RW
4458
4459 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4460 of diary-show-all-entries in the diary buffer (Bug#12994).
4461
c5bc2d1d 44622012-12-03 Michael Albinus <michael.albinus@gmx.de>
c2f5b60a
MA
4463
4464 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4465 "<STDIN>". This is binary safe.
4466
682ceaf8
JB
44672012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4468
4469 * calc/calc-forms.el (math-absolute-from-iso-dt)
4470 (math-date-to-iso-dt, math-parse-iso-date-validate)
4471 (math-iso-dt-to-date): New functions.
4472 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4473 (math-fd-isoweekday): New variables.
4474 (calc-date-notation, math-parse-standard-date, math-format-date)
4475 (math-format-date-part): Add support for more formatting codes.
4476
db47d5e9
DG
44772012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4478
4479 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4480 current buffer's file name when called interactively (Bug#12488).
4481
3faf4944
JL
44822012-12-02 Juri Linkov <juri@jurta.org>
4483
4484 * info.el (info-display-manual): Don't clobber an existing Info
010db6da 4485 buffer (Bug#10770). Add completion (Bug#10771).
3faf4944 4486
cb5d51dc
YN
44872012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4488
4489 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4490 before using it for comparison (Bug#5297).
4491
f38cd76e
JA
44922012-12-01 Jari Aalto <jari.aalto@cante.net>
4493
4494 * textmodes/css-mode.el (css-current-defun-name): New function.
4495 (css-mode): Use it.
4496
4497 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4498 (html-mode): Use it.
4499
ba03d0d9
CY
45002012-12-01 Chong Yidong <cyd@gnu.org>
4501
4502 Modularize add-log-current-defun (Bug#2224).
4503 Suggested by Jari Aalto.
4504
4505 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4506 (add-log-current-defun): Move mode-specific code to other files.
4507 (add-log-lisp-like-modes, add-log-c-like-modes)
4508 (add-log-tex-like-modes): Variables deleted.
4509
4510 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4511 (lisp-mode-variables): Use it.
4512
4513 * progmodes/cc-mode.el (c-common-init):
4514 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4515 add-log-current-defun-function.
4516
4517 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4518 (m4-mode): Use it.
4519
4520 * progmodes/perl-mode.el (perl-current-defun-name): New.
4521 (perl-mode): Use it.
4522
853c1ffc
SM
4523 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4524 Use lisp-current-defun-name.
ba03d0d9
CY
4525
4526 * textmodes/tex-mode.el (tex-current-defun-name): New.
4527 (tex-common-initialization): Use it.
4528
4529 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4530 (texinfo-mode): Use it.
4531
92eadba5
CY
45322012-12-01 Chong Yidong <cyd@gnu.org>
4533
4534 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4535 * progmodes/autoconf.el (autoconf-mode):
4536 * progmodes/js.el (js-mode):
4537 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4538 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4539 * progmodes/perl-mode.el (perl-mode):
4540 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4541 * textmodes/css-mode.el (css-mode):
4542 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4543 (sgml-tags-invisible, sgml-guess-indent):
4544 * textmodes/tex-mode.el (tex-common-initialization)
4545 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4546 (doctex-mode, plain-tex-mode, latex-mode):
4547 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4548
3ddbf803
KK
45492012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4550
4551 * vc/vc-hg.el (vc-hg-next-revision):
4552 Ensure use of default "tip" output format. (Bug#6968)
4553
f0b6ae63
KS
45542012-12-01 Kim F. Storm <storm@cua.dk>
4555
4556 * startup.el (fancy-startup-tail): Add a clickable link
4557 (Bug#2176).
4558
c01bf73e
CY
45592012-12-01 Chong Yidong <cyd@gnu.org>
4560
4561 * startup.el (fancy-startup-tail): Improve the message about
4562 auto-save files (Bug#2176).
4563
f0b6ae63
KS
4564 * files.el (recover-session): Improve the descriptive message, and
4565 use substitute-command-keys.
4566
a9400458
GM
45672012-12-01 Glenn Morris <rgm@gnu.org>
4568
4569 * ido.el (ido-file-internal):
4570 Handle other-window, other-frame for dired. (Bug#13036)
4571
fb3bf6ce
GM
45722012-11-30 Glenn Morris <rgm@gnu.org>
4573
4574 * icomplete.el (icomplete-separator): Fix :version.
4575
a813fe3f
CY
45762012-11-30 Chong Yidong <cyd@gnu.org>
4577
4578 * shell.el (shell): For C-u M-x shell, use an inactive shell
4579 buffer as the default (Bug#1975).
276479fd
CY
4580 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4581 (shell-mode): Use them to reapply ansi colorization if Shell mode
4582 is re-enabled.
a813fe3f 4583
a8b733a5
CY
45842012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4585
4586 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4587
6fccd6e8
SB
45882012-11-30 Samuel Bronson <naesten@gmail.com>
4589
4590 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4591 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4592
53c9a337
TT
45932012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4594
4595 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4596 by move-to-column (Bug#3234).
4597
ccf520bb
CY
45982012-11-30 Chong Yidong <cyd@gnu.org>
4599
4600 * longlines.el (longlines-wrap-line, longlines-encode-region):
4601 Preserve text properties (Bug#1425).
4602
171b0949
OT
46032012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4604
4605 * vc/vc.el (vc-register): Allow registering a file which is
4606 already registered with a different backend (Bug#10589).
4607
cc37e70f
J
46082012-11-29 Jambunathan K <kjambunathan@gmail.com>
4609 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * icomplete.el: Change separator; add ido-style commands.
4612 (icomplete-show-key-bindings): Remove custom var.
4613 (icomplete-get-keys): Remove function.
4614 (icomplete-forward-completions, icomplete-backward-completions):
4615 New commands.
4616 (icomplete-minibuffer-map): New var.
4617 (icomplete-minibuffer-setup): Use it.
4618 (icomplete-exhibit): Don't delay if the list of completions is known.
4619 (icomplete-separator): New custom.
4620 (icomplete-completions): Use it.
4621 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4622 (minibuffer-force-complete-and-exit): New command.
4623 (minibuffer--complete-and-exit): New function extracted from
4624 minibuffer-complete-and-exit.
4625 (minibuffer-complete-and-exit): Use it.
83e12fe0
SM
4626
4627 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4628 error message when the file doesn't exist (bug#12974).
4629
31646597
KD
46302012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4631
4632 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4633
e9df8f87
GM
46342012-11-29 Glenn Morris <rgm@gnu.org>
4635
824eefe4
GM
4636 * files.el (hack-dir-local-variables): Warn if try to set
4637 coding via dir-locals, since it doesn't work. (Bug#7169)
4638
4ad900d9
GM
4639 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4640 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4641 Set buffer-local value of desktop-save-buffer.
4642 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4643 New functions.
4644 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4645 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4646
e9df8f87
GM
4647 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4648 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4649 Doc fix.
4650 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4651 Doc fixes.
4652
e7c8fcc4
JB
46532012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4654
4655 * calc/calc-forms.el (calc-date-notation): Fix regexp
4656 used to find time codes. Fix symbol for seconds.
4657
48d6d9c0
GM
46582012-11-27 Glenn Morris <rgm@gnu.org>
4659
4660 * emacs-lisp/derived.el (derived-mode-make-docstring):
4661 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4662
369f945d
SM
46632012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4666 lexically scoped variables (bug#13005).
4667
5c9cf0a3 46682012-11-27 Glenn Morris <rgm@gnu.org>
98f99594 4669
999e745e
GM
4670 * vc/vc-hooks.el (vc-mistrust-permissions):
4671 Default to t, to avoid data-loss. (Bug#11490)
98f99594 4672
5c9cf0a3 46732012-11-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
207cb73c 4674
999e745e
GM
4675 * progmodes/python.el (python-indent-guess-indent-offset):
4676 If indentation is guessed make python-indent-offset buffer-local.
4677
207cb73c 4678 Fix Imenu regression.
999e745e
GM
4679 * progmodes/python.el (python-nav-beginning-of-defun):
4680 Fix forward movement when statement(s) separates point from defun.
207cb73c
FEG
4681 (python-imenu-prev-index-position): New function.
4682
5c9cf0a3 46832012-11-27 Eli Zaretskii <eliz@gnu.org>
33a488e4
EZ
4684
4685 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4686
4687 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
865f7d8f 4688 Don't set buffer-file-type. Return nil. (Bug#12989)
33a488e4 4689
5c9cf0a3 46902012-11-27 Glenn Morris <rgm@gnu.org>
50207191
GM
4691
4692 * hippie-exp.el (hippie-expand-try-functions-list):
4693 Re-autoload it. (Bug#12982)
4694
5c9cf0a3 46952012-11-27 Eli Zaretskii <eliz@gnu.org>
2147c6ab 4696
369f945d
SM
4697 * descr-text.el (describe-char-padded-string):
4698 Call internal-char-font only on GUI frames. (Bug#11964)
2147c6ab 4699
5c9cf0a3 47002012-11-27 Andreas Schwab <schwab@linux-m68k.org>
58b1ae1e
AS
4701
4702 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4703 and obsoletion message.
4704
5c9cf0a3 47052012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
35a10516
SM
4706
4707 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4708 the constructs to keep outside of the `cl-block' (bug#12977).
4709
5c9cf0a3 47102012-11-27 Chong Yidong <cyd@gnu.org>
0c5ef133
CY
4711
4712 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4713 keep reading until we get the up-event anyway, in order to process
4714 the up-event for mouse-1-click-follows-link (Bug#12971).
4715
848a2dd1
SM
47162012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4719 base function is not yet defined (bug#12965).
4720 (ad-activate-advised-definition): Use ad-compile-function.
4721 (ad-activate): Use cond.
4722
9ad79506
LL
47232012-11-25 Leo Liu <sdl.web@gmail.com>
4724
4725 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4726 (Bug#12979)
4727
e2cb57f5
VB
47282012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4729
4730 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4731 reftex-section-info-function in order to be compatible with
4732 Texinfo integration.
4733
4734 * textmodes/reftex.el (reftex-section-pre-regexp)
848a2dd1
SM
4735 (reftex-section-post-regexp, reftex-section-info-function):
4736 New variable.
4737 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4738 reftex-section-post-regexp, and reftex-section-info-function in order
4739 to be compatible with Texinfo integration.
4740
4741 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4742 use reftex-section-pre-regexp variable in order to be compatible with
e2cb57f5
VB
4743 Texinfo integration.
4744
1c4f115d
CY
47452012-11-25 Chong Yidong <cyd@gnu.org>
4746
4747 * faces.el: Make face-spec-set more analogous to setq.
4748 (face-spec-set): Change the third arg to specify whether this
4749 function is being called via defface, customize, or a third party.
4750 Set the appropriate symbol properties. Clear the override spec if
4751 setting via Custom. Initialize face if necessary. (Bug#4988)
4752 (face-spec-recalc): Allow theme faces to completely replace the
4753 defface spec, in the same way as custom faces (Bug#8454).
4754
4755 * cus-face.el (custom-declare-face): Move face initialization to
4756 face-spec-set.
4757 (custom-theme-set-faces): Don't initialize the face name here, as
4758 that is now done in face-spec-set.
4759
4760 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4761 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4762 Simplify by using the new arg to face-spec-set.
4763
4764 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4765 reset face-override-spec too, and use custom-declare-face.
4766
c2350548
JD
47672012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4768
4769 * term/ns-win.el (ns-initialize-window-system): Move creation of
4770 fontsets here (Bug#11964).
4771
ecfc364c
VB
47722012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4773
4774 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4775 cell renaming.
4776
0917cc54
CY
47772012-11-24 Chong Yidong <cyd@gnu.org>
4778
433212bf
CY
4779 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4780 obsolete.
4781
0917cc54
CY
4782 * custom.el (custom-theme-set-variables): Use a topological sort
4783 for ordering by custom dependencies (Bug#12952).
4784 (custom--sort-vars, custom--sort-vars-1): New functions.
4785
d125ca15 47862012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
002c019c
SM
4787
4788 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4789 lexical-binding (bug#12938).
4790
d125ca15 47912012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
977f9325
WJ
4792
4793 * image-mode.el (image-transform-check-size): Use assertions only
4794 for images of type imagemagick.
4795
4796 Otherwise no error, image-transform-fit-to-{width,height} is
4797 silently ignored, as before. Doc fix.
4798
d125ca15 47992012-11-24 Chong Yidong <cyd@gnu.org>
bccffa83
CY
4800
4801 * faces.el (color-defined-p): Doc fix (Bug#12853).
4802
d125ca15 48032012-11-24 Juri Linkov <juri@jurta.org>
61a2a122
JL
4804
4805 * dired.el (dired-mark): Add optional arg `interactive'.
4806 Check for `use-region-p' if `interactive' is non-nil.
4807 (dired-unmark, dired-flag-file-deletion): Add optional arg
4808 `interactive'. Call `dired-mark' with the arg `interactive'.
4809 (Bug#10624)
4810
cc4c01bd
JL
4811 * wdired.el: Revert 2012-10-17 change partly and replace it with
4812 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4813 (wdired-finish-edit): Add marks for new file names to
4814 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4815 after `revert-buffer'.
4816 (wdired-do-renames): Remove calls to `dired-remove-file',
4817 `dired-add-file', `dired-add-entry'. (Bug#11795)
4818
d125ca15 48192012-11-24 Alan Mackenzie <acm@muc.de>
b03aabda 4820
dc310ed0
AM
4821 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4822
b03aabda
AM
4823 Fix bugs in the state cache. Enhance a debugging mechanism.
4824 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4825 "brace at column zero" strategy for C++.
4826 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4827 (c-parse-state-point): New variable.
4828 (c-record-parse-state-state): Record old parse state with
4829 `copy-tree'. Record previous value of point.
4830 (c-debug-parse-state-double-cons): New debugging function.
4831 (c-debug-parse-state): Call the above new function.
4832 (c-toggle-parse-state-debug): Output a confirmatory message.
4833
002c019c
SM
4834 * progmodes/cc-mode.el (c-before-change, c-after-change):
4835 Call c-invalidate-state-cache from `c-before-change' instead of
b03aabda
AM
4836 `c-after-change'.
4837
930a6273
CY
48382012-11-23 Chong Yidong <cyd@gnu.org>
4839
4840 * find-cmd.el (find-constituents): Add executable, ipath,
4841 readable, samefile, writable, daystart, regextype (Bug#12856).
4842
15c9d04e
SM
48432012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4846
2ecb2679
PE
48472012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4848
4849 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4850 definition. This fixes a bootstrap failure.
a14a5a40
PE
4851 (calc-gregorian-switch): In menu, put dates before regions.
4852 This is easier to follow, lines up better in the menu, and lets us
4853 coalesce regions that switch at the same time. Give country
15c9d04e
SM
4854 names, not "Vatican", as that's better for non-expert users.
4855 Use names that are stable between the date of switch and now, e.g.,
a14a5a40
PE
4856 Bohemia and Moravia (which existed then and now) and not
4857 Czechoslovakia (which didn't exist then and doesn't exist now).
4858 What is now the U.S. mostly did not switch at the same time as
4859 Britain, so omit the U.S. Correct spelling of "Britain".
4860 Catholic Switzerland was too much of a mess, so omit it.
2ecb2679 4861
723da6aa
JB
48622012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4863
4864 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4865 after the variable is changed.
4866
21fa2482
DC
48672012-11-21 Daniel Colascione <dancol@dancol.org>
4868
4869 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
b6096e85
DC
4870 in SQL declarations for font-lock.
4871 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
21fa2482 4872
3ca2f1bf
GM
48732012-11-21 Glenn Morris <rgm@gnu.org>
4874
1bf335cf
GM
4875 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4876 (face-italic-p): Add optional argument "inherit".
4877
3ca2f1bf
GM
4878 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4879 Remove -p suffix from names, for consistency with other set-face-*.
4880 (set-face-inverse-video): Fix interactive spec.
4881 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4882 * textmodes/table.el (table--update-cell-face):
4883 Use set-face-inverse-video rather than now obsolete alias.
4884
6ef2e5ef 48852012-11-21 Eli Zaretskii <eliz@gnu.org>
7cf95797
EZ
4886
4887 * simple.el (line-move): Don't call line-move-partial if
4888 scroll-conservatively is in effect. (Bug#12927)
4889
6ef2e5ef 48902012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
63f25172 4891
93b05041
SM
4892 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4893 Fallback on completion-at-point rather than
4894 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4895 (eshell-cmpl-initialize): Setup completion-at-point.
4896
4897 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4898
bc715d67
SM
4899 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4900
6ef2e5ef 49012012-11-21 Michael Albinus <michael.albinus@gmx.de>
d7f2a65c
MA
4902
4903 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4904 are remote, check out-of-band property for both.
4905
6ef2e5ef 49062012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
d1c0cddf
SM
4907
4908 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4909 code rewrite.
4910
6ef2e5ef 49112012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38 4912
535efd4a
PE
4913 More minor time fixes.
4914 * calendar/time-date.el: Commentary fix.
4915 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4916 too much other code depends on (0 0) time stamps.
4917 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4918 Add a couple of FIXME comments.
4919
0c93aa38
PE
4920 Minor cleanup for times as lists of four integers.
4921 * files.el (dir-locals-directory-cache):
4922 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4923 Doc fixes.
4924 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4925 * ps-bdf.el (bdf-file-newer-than-time):
4926 Process four-integers time stamps, not two. Doc fixes.
4927
23ba2705
SM
49282012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4929
2e31777b
SM
4930 * uniquify.el (uniquify-managed): Use defvar-local.
4931 (rename-buffer, create-file-buffer): Advise with advice-add.
4932 (uniquify-unload-function): Unadvise accordingly.
4933
8b62d742
SM
4934 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4935 (trace-buffer): Don't purecopy.
4936 (trace-entry-message, trace-exit-message): Add `context' arg.
4937 (trace--timer): New var.
4938 (trace-make-advice): Adjust for use in nadvice.
4939 Add `context' argument. Delay `display-buffer' via a timer.
4940 (trace-function-internal): Use advice-add.
4941 (trace--read-args): New function.
4942 (trace-function-foreground, trace-function-background): Use it.
4943 (trace-function): Rename to trace-function-foreground and redefine as
4944 an alias to that new name.
4945 (untrace-function, untrace-all): Adjust to the use of nadvice.
4946
5d0ccd95
SM
4947 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4948
3837d988
SM
4949 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4950
23ba2705
SM
4951 * subr.el (called-interactively-p-functions): New var.
4952 (internal--called-interactively-p--get-frame): New macro.
4953 (called-interactively-p, interactive-p): Rewrite in Lisp.
4954 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4955 (called-interactively-p-functions): Use it.
4956 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4957 (called-interactively-p-functions): Use it.
4958 * allout.el (allout-called-interactively-p): Don't assume
4959 called-interactively-p is a subr.
4960
b0636be7
GM
49612012-11-20 Glenn Morris <rgm@gnu.org>
4962
4963 * profiler.el (profiler-report-mode-map): Add a menu.
4964 No need to bind `q' because we derive from special-mode.
4965 (profiler-report-find-entry): Handle calls from the menu-bar.
4966
855b17af
SM
49672012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4968
14146222
SM
4969 * emacs-lisp/byte-run.el (defun-declarations-alist):
4970 Allow a compiler-macro to be a lambda expression.
4971
4972 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4973 eval-when-compile.
4974 (python-syntax-context): Add compiler-macro.
4975 (python-font-lock-keywords): Simplify with De Morgan.
4976
1000d895
SM
4977 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4978
ac5392dc
SM
4979 * files.el (load-file): Require match in minibuffer selection, as was
4980 the case in Emacs-20 before we changed the spec to allow .elc files
4981 (bug#12935).
4982
19dc7206
SM
4983 * json.el: Don't require cl since we don't use it.
4984 * color.el: Don't require cl.
4985 (color-complement): `caddr' -> `nth 2'.
4986
855b17af
SM
4987 * calendar/time-date.el (time-to-seconds): De-obsolete.
4988
e8909bdc
JB
49892012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4990
f4ad7ea1 4991 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
e8909bdc
JB
4992 year numbers.
4993 (math-date-to-julian-dt): Adjust the initial approximation for the
4994 year to deal with the new definition of the DATE.
4995
6e9f7997
DC
49962012-11-19 Daniel Colascione <dancol@dancol.org>
4997
855b17af
SM
4998 * term/w32-win.el (cygwin-convert-path-from-windows):
4999 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6e9f7997 5000
6a3dd257
CY
50012012-11-18 Chong Yidong <cyd@gnu.org>
5002
5003 * filecache.el (file-cache--read-list): New function.
5004 (file-cache-add-directory-list, file-cache-add-file-list)
5005 (file-cache-delete-file-list, file-cache-delete-directory-list):
5006 Use it to read a list of files or directories (Bug#12846).
5007 (file-cache-add-file, file-cache-add-directory)
5008 (file-cache-delete-file-list, file-cache-delete-file-regexp)
5009 (file-cache-delete-directory): Print an message.
5010
eef97f35
JB
50112012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
5012
5013 * calc/calc-forms.el (math-date-to-dt): Use integer date when
5014 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5015
913c8291
GM
50162012-11-18 Glenn Morris <rgm@gnu.org>
5017
5018 * image.el (insert-image, insert-sliced-image): Doc fix.
5019
2ac9538d 50202012-11-18 Chong Yidong <cyd@gnu.org>
ec6f8ce6
CY
5021
5022 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5023 (Bug#12810).
5024
2ac9538d 50252012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
c2d07557
CY
5026
5027 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5028 response when the target file is in a subdirectory (Bug#12757).
5029
2ac9538d 50302012-11-18 Chong Yidong <cyd@gnu.org>
33f8917c
CY
5031
5032 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5033
2ac9538d 50342012-11-18 Glenn Morris <rgm@gnu.org>
65463c40 5035
9a5e2ee3
GM
5036 * emacs-lisp/cl-lib.el (face-underline-p):
5037 Use set-face-underline rather than the alias set-face-underline-p.
5038
65463c40 5039 * window.el (with-temp-buffer-window): Doc fix.
95f0501e
GM
5040 * subr.el (with-output-to-temp-buffer):
5041 Add doc xref to with-temp-buffer-window.
65463c40 5042
c9ed8e3d
JB
50432012-11-18 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5046 * calc/calc.el (math-format-date-cache): Declare.
5047
310e60d9
PE
50482012-11-17 Paul Eggert <eggert@cs.ucla.edu>
5049
6f6b82d6
PE
5050 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5051 It also uses January 1, 1 AD as its day number 1.
310e60d9 5052 * calc/calc-forms.el (math-julian-date-beginning)
6f6b82d6 5053 (math-julian-date-beginning-int): Implement this.
310e60d9 5054
d7fe6352
JB
50552012-11-17 Juanma Barranquero <lekktu@gmail.com>
5056
5057 * descr-text.el (quail-find-key):
5058 * dired.el (desktop-file-name):
5059 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5060 * generic-x.el (comint-mode, comint-exec):
5061 * image-dired.el (widget-forward):
5062 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5063 (speedbar-change-expand-button-char)
5064 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5065 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5066 * printing.el (easy-menu-add-item, easy-menu-remove-item)
5067 (widget-field-action, widget-value-set):
5068 * speedbar.el (imenu--make-index-alist):
5069 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5070 (ring-length, ring-insert):
5071 * vcursor.el (compare-windows-skip-whitespace):
5072 * woman.el (dired-get-filename):
5073 Declare functions.
5074
5075 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5076
c9f618db
JB
50772012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5078
5079 * calc/calc.el (calc-gregorian-switch): New variable.
5080
5081 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5082 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5083 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5084 (math-leap-year-p): Add option to distinguish between Julian
5085 and Gregorian calendars.
5086 (math-day-number): Use `math-day-in-year' to do the computations.
5087 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5088 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5089 to do the computations.
5090 (math-date-to-dt): Use `math-date-to-julian-dt' and
5091 `math-date-to-gregorian-dt' to do the computations.
5092 (calcFunc-weekday, math-format-date-part): Use the new version of
5093 the DATE to determine the weekday.
5094 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5095 when necessary.
5096
3804f7bc
EZ
50972012-11-17 Eli Zaretskii <eliz@gnu.org>
5098
5099 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5100 Cygwin; otherwise use 'file:'. (Bug#12914)
5101 (cygwin-convert-path-from-windows): Declare, to avoid
5102 byte-compiler warnings.
5103
de959d4d
AP
51042012-11-17 Andreas Politz <politza@fh-trier.de>
5105
5106 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5107 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5108 prefix and negative numeric prefix args (Bug#12795).
5109
e45deaef
SB
51102012-11-17 Stephen Berman <stephen.berman@gmx.net>
5111
5112 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5113 Don't signal an error with a score that is too low to add to the
5114 list of top scores. (Bug#12779)
5115
ec15e0ff
CY
51162012-11-17 Chong Yidong <cyd@gnu.org>
5117
8e7696a1
CY
5118 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5119
ec15e0ff
CY
5120 * filecache.el (file-cache-add-file): Handle relative file name in
5121 the argument (Bug#12694).
5122
60c4ee66
JH
51232012-11-16 JĂ¼rgen Hötzel <juergen@archlinux.org> (tiny change)
5124
5125 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5126
cdc5d88c
SM
51272012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5128
dd0c5bbb
SM
5129 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5130
cdc5d88c
SM
5131 * emacs-lisp/cl-lib.el: Set more meaningful version number.
5132
0ff7851c
MR
51332012-11-16 Martin Rudalics <rudalics@gmx.at>
5134
5135 * window.el (enlarge-window, shrink-window): Don't mention return
5136 value in doc-string (Bug#12896).
5137 (window--display-buffer): Don't resize frames - it won't work
5138 with all window managers and defeat pop-up-frame-alist.
5139 (display-buffer-alist): In doc-string explain that CONDITION can
5140 be a function and which arguments are passed to it (Bug#12854).
5141 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
5142 expressions (Bug#12854).
5143 (display-buffer): Pass ACTION argument to
5144 display-buffer-assq-regexp.
5145
dedd1884
GM
51462012-11-16 Glenn Morris <rgm@gnu.org>
5147
7c82753d
GM
5148 * window.el (fit-frame-to-buffer-bottom-margin)
5149 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5150
dedd1884
GM
5151 * faces.el (face-underline-p): Use face-attribute-specified-or.
5152
96e05507 51532012-11-16 Juanma Barranquero <lekktu@gmail.com>
662b0ee6
JB
5154
5155 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5156
96e05507 51572012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
eb31fa40
SM
5158
5159 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5160
96e05507 51612012-11-16 Glenn Morris <rgm@gnu.org>
e2e13f18 5162
17c083ac
GM
5163 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
5164 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5165
bde3c6c0
GM
5166 * faces.el (face-underline-p): Doc fix. Handle :underline being
5167 things other than `t' (a string, a list).
5168 (face-inverse-video-p): Doc fix.
5169 (set-face-underline): Rename it back from set-face-underline-p.
5170 Doc fix. Allow interactive input of values other than t.
5171 (read-face-attribute): Apply formatting to :underline,
5172 since like :box and :stipple it can take list values.
5173
e2e13f18
GM
5174 * term.el (ansi-term): Don't let C-x escape-char binding
5175 clobber the more standard C-c binding. (Bug#12842)
5176
e0ea8060
GM
5177 * subr.el (set-temporary-overlay-map): Doc fix.
5178
96e05507 51792012-11-16 Martin Rudalics <rudalics@gmx.at>
92346275
MR
5180
5181 * window.el (record-window-buffer)
5182 (display-buffer-record-window): When copying the markers to
5183 window-point preserve window-point-insertion-type. (Bug#12588)
5184
96e05507 51852012-11-16 Glenn Morris <rgm@gnu.org>
7b1bf173
GM
5186
5187 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5188 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5189 Use new names for hooks rather than obsolete aliases.
5190
faeafc01
DC
51912012-11-15 Daniel Colascione <dancol@dancol.org>
5192
5193 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
9533048d
DC
5194 prefix instead of "file:" so that when FILE-NAME begins with "//",
5195 as it does when the target file is on a network share, url-handler
5196 isn't confused.
5197
1232d6c2
SM
51982012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5199
5200 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5201 a preactivated advice from an old advice.el; they're not compatible!
5202
47f01a8a
KY
52032012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5204
5205 * emacs-lisp/nadvice.el (advice--make-interactive-form):
5206 Fix string-spec case.
5207
5208 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5209
a61428c4
SM
52102012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5211
5212 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5213 (advice--buffer-local-function-sample): New var.
5214 (advice--set-buffer-local, advice--buffer-local): New functions.
5215 (add-function, remove-function): Use them.
5216
875ce3a7
DA
52172012-11-15 Drew Adams <drew.adams@oracle.com>
5218
5219 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5220
589fc479
SM
52212012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5224 potential binding of print-gensym to t, and prettify (back)quotes in
5225 case they appear in args's default values (bug#12884).
5226
1668ea90
SM
52272012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5230 (advice-eval-interactive-spec): New function.
5231 (advice--make-interactive-form): Support around advice (bug#12844).
5232
8619323f
DG
52332012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5234
5235 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5236 more strict. Add docstring.
c62792e7
DG
5237 (ruby-expression-expansion-re): Extract from
5238 `ruby-match-expression-expansion'.
5239 (ruby-syntax-propertize-function): After everything else, search
5240 for expansions in string literals, mark their insides as
5241 whitespace syntax and save match data for font-lock.
5242 (ruby-font-lock-keywords): Use the 2nd group from expression
5243 expansion matches.
5244 (ruby-match-expression-expansion): Use the match data saved to the
5245 text property in ruby-syntax-propertize-function.
8619323f 5246
9c3912d3
SM
52472012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5250 (bug#12879).
5251
5e9419e8
DG
52522012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5253
5254 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5255 start/end keyword a bit harder. Works with different values of N.
5256 Add more comments.
5257 (ruby-end-of-block): Update accordingly.
5258
3c442f8b
SM
52592012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5260
fa470af0
SM
5261 * woman.el (woman-file-name): Don't mess with unread-command-events
5262 (bug#12861).
5263
3c442f8b
SM
5264 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5265 Remove out of date self-require hack.
5266 (ad-do-advised-functions): Use simple `dolist'.
5267 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5268 (ad-advice-definition): Redefine as functions.
5269 (ad-advice-classes): Move before first use.
5270 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
fa470af0 5271 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3c442f8b 5272 (ad--defalias-fset): Remove functions.
fa470af0 5273 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3c442f8b
SM
5274 (ad-get-orig-definition): Rewrite.
5275 (ad-make-advised-definition-docstring): Change base docstring.
5276 (ad-real-orig-definition): Rewrite.
5277 (ad-map-arglists): Change name of called function.
5278 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5279 (ad-make-advised-definition): Simplify.
5280 (ad-assemble-advised-definition): Tweak for new calling context.
fa470af0 5281 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3c442f8b
SM
5282 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5283 function and call ad-activate if needed.
5284 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5285 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5286 (ad-compile-function): Compile ad-Advice-*.
5287 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5288 (ad-start-advice, ad-stop-advice): Remove.
5289
5745cae6
DG
52902012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5291
5292 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5293 period before class method names, not after. Remove handling of
5294 one impossible case. Add comments.
5295
413d4689
SM
52962012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5297
7db1bda8
SM
5298 * emacs-lisp/advice.el: Remove support for freezing.
5299 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5300 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5301 Remove support for `freeze'.
5302
413d4689
SM
5303 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5304 override the default.
5305 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5306 cl--dotimes/dolist.
5307 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5308 `cl' is loaded.
5309
5310 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5311 from add-advice.
5312 (advice--strip-macro): New function.
5313 (advice--defalias-fset): Use them to handle macros.
5314 (advice-add): Use them.
5315 (advice-member-p): Correctly handle macros.
5316
f178c32d
DG
53172012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5318
7db1bda8
SM
5319 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5320 Never font-lock the beginning of singleton class as heredoc.
f178c32d 5321
f78ee6af 53222012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
f8705f6e
SM
5323
5324 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5325
f78ee6af 53262012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
9db94175
WJ
5327
5328 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
f78ee6af
GM
5329 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5330 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
9db94175 5331
f78ee6af 53322012-11-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2e6625b5
FEG
5333
5334 Fix end-of-defun misbehavior.
5335 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5336 python-beginning-of-defun-function. Handle nested defuns
5337 correctly.
5338 (python-nav-end-of-defun): Rename from
5339 python-end-of-defun-function. Ensure forward movement.
f8705f6e 5340 (python-info-current-defun): Reimplement to work as intended
2e6625b5
FEG
5341 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5342 parent defuns as soon as possible.
5343
f78ee6af 53442012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
5345
5346 * progmodes/flymake.el (flymake-error-bitmap)
5347 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5348 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5349
f78ee6af 53502012-11-13 Dmitry Gutov <dgutov@yandex.ru>
d1e1e53d
DG
5351
5352 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5353 backward, always stop at indentation. Reverts the change from
5354 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5355
f78ee6af 53562012-11-13 Glenn Morris <rgm@gnu.org>
68146aa5 5357
a1d3e07e
GM
5358 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5359 Add ibuffer-filter-by-derived-mode.
5360
84acf328
GM
5361 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5362 the same name shadowing each other.
5363
38785e75
GM
5364 * window.el (with-temp-buffer-window): Doc tweak.
5365
57fc0fee
GM
5366 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5367
6ba6a3e5
GM
5368 * help.el (temp-buffer-max-height):
5369 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
68146aa5
GM
5370 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5371
231d8498
SM
53722012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * emacs-lisp/nadvice.el: New package.
5375 * subr.el (special-form-p): New function.
5376 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5377 (elp-all-instrumented-list): Remove var.
5378 (elp-not-profilable): Remove elp-wrapper.
5379 (elp-profilable-p): Use autoloadp and special-form-p.
5380 (elp--advice-name): New const.
5381 (elp-instrument-function): Use advice-add.
5382 (elp--instrumented-p): New predicate.
5383 (elp-restore-function): Use advice-remove.
5384 (elp-restore-all, elp-reset-all): Use mapatoms.
5385 (elp-set-master): Use elp--instrumented-p.
5386 (elp--make-wrapper): Rename from elp-wrapper, return a function
5387 suitable for advice-add. Use cl-inf.
5388 (elp-results): Use mapatoms+elp--instrumented-p.
5389 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5390 (debug-function-list): Remove var.
5391 (debug): Rename arg, and then let-bind it explicitly inside.
5392 (debugger-setup-buffer): Rename arg.
5393 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5394 (debugger-frame-number): Adjust to new debug-on-entry setup.
5395 (debug--implement-debug-on-entry): Rename from
5396 implement-debug-on-entry, add argument.
5397 (debugger-special-form-p): Remove, use special-form-p instead.
5398 (debug-on-entry): Use advice-add.
5399 (debug--function-list): New function.
5400 (cancel-debug-on-entry): Use it, along with advice-remove.
5401 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5402 (debugger-list-functions): Use debug--function-list instead of
5403 debug-function-list.
5404 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5405 (ad-special-form-p): Remove, use special-form-p instead.
5406 (ad-set-advice-info): Use add-function and remove-function.
5407 (ad--defalias-fset): Adjust accordingly.
5408
19e09879
GM
54092012-11-10 Glenn Morris <rgm@gnu.org>
5410
714cebd1
GM
5411 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5412 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5413 (report-emacs-bug-create-existing-bugs-buffer)
5414 (report-emacs-bug-parse-query-results)
5415 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5416
bf67dafa
GM
5417 * term.el (term-default-fg-color, term-default-bg-color):
5418 Make obsolete, rather than just saying "deprecated" in the doc.
5419
19e09879
GM
5420 * term.el (term): Rename from `term-face'.
5421 (term-current-face, ansi-term-color-vector)
5422 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5423 Update all users.
5424
6baf66d5 54252012-11-10 Jan Djärv <jan.h.d@swipnet.se>
531bdce6
JD
5426
5427 * server.el (server-create-window-system-frame): Handle Nextstep
5428 specially (Bug#12780).
5429
6baf66d5 54302012-11-10 Glenn Morris <rgm@gnu.org>
fedb154e
GM
5431
5432 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5433 Unautoload, and make obsolete. (Bug#7449)
5434
6baf66d5 54352012-11-10 Chong Yidong <cyd@gnu.org>
9d9e48d9
CY
5436
5437 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5438 rename from diff-remove-trailing-whitespace (Bug#12831).
5439
6baf66d5 54402012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
32170f7f
SM
5441
5442 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5443 miscompilation of trace.el.
5444
6baf66d5 54452012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
5446
5447 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5448
6baf66d5 54492012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
41626722
SM
5450
5451 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5452 (bug#12812).
5453
6baf66d5 54542012-11-10 Chong Yidong <cyd@gnu.org>
7d806bfe
CY
5455
5456 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5457 a defcustom with an appropriate :set function.
5458 (minibuffer-default--in-prompt-regexps): New function.
5459
6baf66d5 54602012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f 5461
031b2ea7
GM
5462 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5463 (define-modify-macro): Doc fixes.
5464
2ee1d59f
GM
5465 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5466 (gv-define-simple-setter): Update doc of `fix-return'.
5467
6baf66d5 54682012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
d57c286e 5469
b715ed44
SM
5470 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5471 twice when `fix-return' is set (bug#12813).
5472
d57c286e
SM
5473 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5474 gv-define-simple-setter (bug#12812).
5475
c9cac599
SM
5476 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5477 (bug#12756).
5478
6baf66d5 54792012-11-10 Glenn Morris <rgm@gnu.org>
6b3770fb
GM
5480
5481 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5482
5593ed90
GM
5483 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5484 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5485 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5486 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5487
5488 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5489
05a859c1
LL
54902012-11-10 Leo Liu <sdl.web@gmail.com>
5491
5492 * ido.el (ido-set-matches-1): Improve flex matching performance by
5493 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5494
32e5c58c
SM
54952012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5498 (ad--defalias-fset): New function.
5499 (ad-safe-fset): Remove.
5500 (ad-make-freeze-definition): Use cl-letf*.
5501
f5925cd9
SM
55022012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5503
da03ef8a
SM
5504 * subr.el (dolist): Don't bind VAR in RESULT.
5505
6858633a
SM
5506 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5507 (fset, documentation): Don't save real def since we don't advise.
5508 (ad-do-advised-functions): Remove problematic `result-form'.
5509 (ad-safe-fset): `ad-real-fset' => `fset'.
5510 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5511 uses CL's dolist internally.
5512 (ad-arglist): Remove unused arg `name'.
5513 (ad-docstring, ad-make-advised-docstring):
5514 `ad-real-documentation' => `documentation'.
5515 (warning-suppress-types): Declare.
5516 (ad-set-arguments): Simple CSE.
5517 (ad-recover-normality): Sanity check.
5518
f5925cd9
SM
5519 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5520 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5521
93a66b3a
VB
55222012-11-09 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5523
5524 * ses.el: symbol to coordinate mapping is made by symbol property
f5925cd9
SM
5525 `ses-cell'. This means that the same mapping is done for all SES
5526 sheets. That is good enough for cells with standard A1 names, but
5527 not for named cell. So a hash map is added for the latter.
5528 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
93a66b3a
VB
5529 (ses-sym-rowcol): Use hashmap for named cell.
5530 (ses-is-cell-sym-p): New defun.
5531 (ses-decode-cell-symbol): New defun.
f5925cd9
SM
5532 (ses-create-cell-variable): Add cell to hashmap when name is not
5533 A1-like.
93a66b3a
VB
5534 (ses-rename-cell): Check that cell new name is not already in
5535 spreadsheet with the use of ses-is-cell-sym-p
5536 (ses-rename-cell): Use hash map for named cells, but accept also
5537 renaming back to A1-like.
5538
67dd8ad1
SM
55392012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5540
57618ecf
SM
5541 * emacs-lisp/advice.el: Use new dynamic docstrings.
5542 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5543 Use dynamic-docstring-function instead of ad-advice-info.
5544 (ad--make-advised-docstring): New function extracted from
5545 ad-make-advised-docstring.
5546 (ad-make-advised-docstring): Use it.
5547 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5548 from sql-help.
5549 (sql-help): Use it with dynamic-docstring-function.
5550
67dd8ad1
SM
5551 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5552
be883b34
SM
55532012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5554
d41706aa
SM
5555 * files.el (hack-one-local-variable--obsolete): New function.
5556 (hack-one-local-variable): Use it for obsolete settings.
5557
85e55412
SM
5558 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5559 the new name.
5560
be883b34
SM
5561 * progmodes/js.el (js--filling-paragraph): New var.
5562 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5563 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5564 less sneaky.
5565
cabc040a
JD
55662012-11-08 Julien Danjou <julien@danjou.info>
5567
5568 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5569 `auto-mode-alist' (Bug#12835).
5570
d14bb752
SM
55712012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5572
79b3e376
SM
5573 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5574 (perl--prettify-symbols-alist): New const.
5575 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5576 New functions.
5577 (perl-font-lock-keywords-2): Use them.
5578 (perl-electric-noindent-p): New function.
5579 (perl-mode): Use it to set up electric-indent-mode.
5580 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5581 (perl-mode-map): Remove bindings for them.
5582 (perl-imenu-generic-expression, perl-outline-level):
5583 Match functions&packages in column>0.
5584
3b11e6ac
SM
5585 * env.el (env--substitute-vars-regexp): New const.
5586 (substitute-env-vars): Use it. Add `only-defined' arg.
5587 * net/tramp.el (tramp-replace-environment-variables): Use it.
5588
784c1a7b
SM
5589 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5590 Byte-compile *before* eval in eval-and-compile.
5591 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5592 (byte-compile-file-form-autoload): Don't hide actual definition.
5593 (byte-compile-maybe-guarded): Accept `functionp' as well.
5594
d14bb752
SM
5595 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5596
499a0f7a
MA
55972012-11-07 Michael Albinus <michael.albinus@gmx.de>
5598
5599 * notifications.el (notifications-get-server-information-method):
5600 New defconst.
5601 (notifications-get-capabilities): Fix docstring.
5602 (notifications-get-server-information): New defun.
5603
f0704a9a
AM
56042012-11-06 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5605
5606 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5607 readability.
5608
b159a1fd
AM
5609 * textmodes/ispell.el: Experimental support for support debugging.
5610 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5611 buffer for ispell.
5612 (ispell-print-if-debug): New function to print stuff to
5613 `ispell-debug-buffer' if debugging is enabled.
5614 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5615 show some debugging info.
5616 (ispell-buffer-with-debug): New function that creates a debugging
5617 buffer and calls `ispell-buffer' with debugging enabled.
5618
056cb3a1
AM
5619 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5620 comment in autoconf mode. (Bug#12768)
5621
8e6a67b7
DA
56222012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5623
5624 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5625 frame-first-window, frame-root-window, frame-selected-window,
5626 minibuffer-selected-window, minibuffer-window,
5627 window-absolute-pixel-edges, window-at, window-body-height,
5628 window-body-width, window-display-table, window-combination-limit,
5629 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5630 window-inside-edges, window-inside-pixel-edges, window-left-child,
5631 window-left-column, window-margins, window-next-buffers,
5632 window-next-sibling, window-new-normal, window-new-total,
5633 window-normal-size, window-parameter, window-parameters, window-parent,
5634 window-pixel-edges, window-point, window-prev-buffers,
5635 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5636 window-start, window-text-height, window-top-child, window-top-line,
5637 window-total-height, window-total-width and window-use-time to the list
5638 of functions without side-effects.
5639 (toplevel): Add window-valid-p to the list of error-free functions
5640 without side-effects.
5641
53fc914f
AM
56422012-11-05 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5643
f5925cd9
SM
5644 * textmodes/ispell.el (ispell-program-name):
5645 Update spellchecker parameters when customized.
53fc914f 5646
9749e2b0
GM
56472012-11-04 Glenn Morris <rgm@gnu.org>
5648
5649 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5650
2cbafa56
CY
56512012-11-04 Chong Yidong <cyd@gnu.org>
5652
5653 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5654 same-window-* variables.
5655
85178ca1
JL
56562012-11-04 Juri Linkov <juri@jurta.org>
5657
5658 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5659 (isearch-describe-key, isearch-describe-mode): Use a display
5660 action instead of binding same-window-* variables (Bug#10040).
5661
5c677d44
GM
56622012-11-03 Glenn Morris <rgm@gnu.org>
5663
49138400
GM
5664 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5665 Rename handler properties back from cl-- to cl-. (Bug#12788)
5666
5c677d44
GM
5667 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5668
1d4341f9
EZ
56692012-11-03 Eli Zaretskii <eliz@gnu.org>
5670
5671 * term/pc-win.el: Don't load term/internal from here.
5672
5673 * loadup.el: Load term/internal from here.
5674
12fd5ee1
FEG
56752012-11-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5676
5677 * progmodes/python.el (inferior-python-mode): Fix hang in
5678 jit-lock (Bug#12645).
5679
43bcfda6
MR
56802012-11-03 Martin Rudalics <rudalics@gmx.at>
5681
5682 * window.el (switch-to-visible-buffer)
5683 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5684
376a8e83
GM
56852012-11-03 Glenn Morris <rgm@gnu.org>
5686
5687 * emacs-lisp/cl-lib.el (cl--random-time):
5688 Rename from cl-random-time. (Bug#12773)
5689 (cl--gensym-counter, cl--random-state): Update callers.
5690 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5691
0f7b074f
CY
56922012-11-03 Chong Yidong <cyd@gnu.org>
5693
5694 * cus-start.el: Make cursor-type customizable (Bug#11633).
5695
3a6851d9
GM
56962012-11-02 Glenn Morris <rgm@gnu.org>
5697
00a3b041
GM
5698 * filecache.el: No need to load find-lisp when compiling.
5699 (find-lisp-find-files): Autoload it.
5700 (file-cache-add-directory-recursively): Don't require find-lisp.
5701
11fef14a
GM
5702 * image.el (image-type-from-file-name): Trivial simplification.
5703
3a6851d9
GM
5704 * emacs-lisp/bytecomp.el (byte-compile-eval):
5705 Decouple "noruntime" and "cl-functions" warnings.
5706
b4b096e4
SB
57072012-11-01 Stephen Berman <stephen.berman@gmx.net>
5708
5709 * play/gomoku.el (gomoku-display-statistics): Update mode line
5710 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5711
218e997a
MR
57122012-10-31 Martin Rudalics <rudalics@gmx.at>
5713
5714 * window.el (quit-restore-window): If the window has been
5715 created on an existing frame and ended up as the sole window on
5716 that frame, do not delete it (Bug#12764).
5717
b08b6da7
SM
57182012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5719
3618df45
SM
5720 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5721 Rename from sh--inside-arithmetic-expression, handle more cases
5722 (bug#11263).
5723
b08b6da7
SM
5724 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5725 (sh-font-lock-open-heredoc): Use it (bug#12770).
5726
4ddedf94
GM
57272012-10-30 Glenn Morris <rgm@gnu.org>
5728
f43a5263
GM
5729 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5730
4ddedf94
GM
5731 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5732
748b0d84
CY
57332012-10-29 Chong Yidong <cyd@gnu.org>
5734
b5dd9a77
CY
5735 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5736 function key is stored in a keyboard macro (Bug#4894).
5737
748b0d84
CY
5738 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5739
e07fcbdc
SM
57402012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5741
d7f9cc85
SM
5742 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5743 header comments".
5744 (diff-unified->context, diff-context->unified)
5745 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5746
c606253c
SM
5747 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5748
e07fcbdc
SM
5749 * files.el (find-alternate-file): Only ask one question (bug#12487).
5750
894b9dd9
CY
57512012-10-29 Chong Yidong <cyd@gnu.org>
5752
1dc2755a
CY
5753 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5754 Suggested by Dan Nicolaescu (Bug#6326).
5755
329c48d8
CY
5756 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5757
2230fa5b 5758 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5c2f2631 5759
e84cad57
CY
5760 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5761
1913c5f5
CY
5762 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5763
894b9dd9
CY
5764 * face-remap.el (face-remap-add-relative): Handle the case where a
5765 face-remapping-alist entry is a cons cell (Bug#12762).
5766
329c48d8
CY
57672012-10-29 Kevin Ryde <user42@zip.com.au>
5768
5769 * woman.el (woman-parse-numeric-value): Handle picas correctly
5770 (Bug#12639).
5771
a0ccbcbd
GM
57722012-10-29 Glenn Morris <rgm@gnu.org>
5773
5774 * emacs-lisp/cl.el (defsetf): Doc fix.
5775
b3871e59
SM
57762012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5779 syntax to the matching opener, if any (bug#12547).
5780 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5781 matching open as a "case-(".
5782 (sh-smie-rc-grammar): Add a corresponding rule for it.
5783
cd44022c
DH
57842012-10-28 Daniel Hackney <dan@haxney.org>
5785
5786 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5787 "PKGNAME-autoloads.el" in case we created it.
5788
70edffb1
SM
57892012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5790
86957a0c
SM
5791 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5792 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
b9383404 5793 (completion--twq-all): Disable too-strict assertions.
86957a0c 5794
70edffb1
SM
5795 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5796
d069271c
EZ
57972012-10-27 Eli Zaretskii <eliz@gnu.org>
5798
5799 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5800 text to match the real keybindings.
5801
e2f022a3
JL
58022012-10-27 Juri Linkov <juri@jurta.org>
5803
5804 * wdired.el (wdired-keep-marker-rename): New defcustom.
5805 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5806 (Bug#11795)
5807
5808 * dired.el (dired-keep-marker-rename): Add reference to
5809 `wdired-keep-marker-rename' in the docstring.
5810 Add default character value ?R to display initially in
5811 Customization UI instead of ?@.
5812
df171c23
MR
58132012-10-27 Martin Rudalics <rudalics@gmx.at>
5814
5815 * window.el (display-buffer): In doc-string describe
5816 window-height and window-width alist entries.
5817
5818 * time.el (display-time-world): Restore fit-window-to-buffer
5819 behavior.
5820
05b621a6
CY
58212012-10-27 Chong Yidong <cyd@gnu.org>
5822
5823 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5824
55f197b2
J
58252012-10-26 Jambunathan K <kjambunathan@gmail.com>
5826
5827 * minibuffer.el (completion-category-overrides): New completion
5828 category `bookmark' (bug#11131).
5829
372212df
SM
58302012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5831
150f809c
SM
5832 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5833 Silence bogus compiler warnings for ad-do-it.
5834
372212df
SM
5835 * bookmark.el (bookmark-completing-read): Set the completion category
5836 to `bookmark' (bug#11131).
5837
c5772569
B
58382012-10-26 Bastien <bzg@altern.org>
5839 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * face-remap.el: Use lexical-binding.
5842 (text-scale-adjust): Improve docstring. Use itself for the temporary
5843 overlay-map bindings, so as to repeat the "Use..." message each time.
5844
a2be0357
SM
58452012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5846
63314e57
SM
5847 * emacs-lisp/macroexp.el (macroexp--expand-all):
5848 Obey byte-compile-warning-enabled-p (bug#12486).
5849
a2be0357
SM
5850 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5851 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5852
8c7727c3
MR
58532012-10-26 Martin Rudalics <rudalics@gmx.at>
5854
5855 * mouse.el (mouse-drag-line): Move last form into preceding when
5856 clause (Bug#12731).
5857
5858 * help.el (resize-temp-buffer-window): Fix doc-string.
5859
3f2a848d
DE
58602012-10-25 David Engster <deng@randomsample.de>
5861
5862 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
a2be0357 5863 Remove. This feature is already integrated in imenu.
3f2a848d
DE
5864
5865 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5866 always loaded. Require `speedbar' unconditionally.
5867
a7723be6
SM
58682012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5869
aaabfc8b
SM
5870 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5871
414a8595
SM
5872 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5873
fb5b9475
SM
5874 * net/ldap.el (ldap-search-internal): The official ldif format starts
5875 with a "version: 1" header (bug#12724).
5876
a7723be6
SM
5877 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5878 (bug#12721).
5879
a05cb6e3
GM
58802012-10-25 Glenn Morris <rgm@gnu.org>
5881
5882 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5883
3c92de70
SM
58842012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5885
5886 * minibuffer.el (minibuffer-force-complete): Use one more marker
5887 for the temporary-overlay-map command (bug#12619).
5888
a4b6d7c6
CY
58892012-10-24 Chong Yidong <cyd@gnu.org>
5890
5891 * time.el (display-time-world-mode): Derive from special-mode.
5892 (display-time-world): Use display-buffer (Bug#12708).
5893 (display-time-world-mode-map): Variable deleted.
9321d8d7
CY
5894 (display-time-world-display): Wrap the final delete-char inside
5895 inhibit-read-only.
a4b6d7c6 5896
75e8f9d2
CY
58972012-10-24 Chong Yidong <cyd@gnu.org>
5898
cd996018
CY
5899 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5900 Doc fix.
5901
75e8f9d2
CY
5902 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5903
d92df117
SM
59042012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * minibuffer.el (completion--all-sorted-completions-location): New var.
5907 (completion--cache-all-sorted-completions)
5908 (completion--flush-all-sorted-completions): Use it.
5909 (completion-in-region, completion-in-region--postch)
5910 (completion-at-point, completion-help-at-point): Use markers in
5911 completion-in-region--data (bug#12619).
5912
9c3e39f3
SM
59132012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5914
c79825bd
SM
5915 * progmodes/compile.el (compilation-start): Try to handle common
5916 quoting of `cd' argument (bug#12640).
5917
9c3e39f3
SM
5918 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5919 (bug#12671).
5920
a6709bc7
GM
59212012-10-23 Glenn Morris <rgm@gnu.org>
5922
5923 * progmodes/gud.el (gud-menu-map):
5924 Check gdb-active-process is bound. (Bug#12358)
5925
d1069532
SM
59262012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5927
d20d69c0
SM
5928 * repeat.el (repeat): Set real-this-command (bug#12232).
5929
d1069532
SM
5930 * htmlfontify.el (hfy-post-html-hook):
5931 * filesets.el (filesets-cache-fill-content-hook):
5932 * arc-mode.el (archive-extract-hook):
5933 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5934 * net/rcirc.el (rcirc-sentinel-functions)
5935 (rcirc-receive-message-functions, rcirc-activity-functions)
5936 (rcirc-print-functions):
5937 * net/dbus.el (dbus-event-error-functions):
5938 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5939 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5940 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5941 * term/sun.el (sun-raw-prefix-hooks):
5942 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5943
f7eac6d8
MA
59442012-10-23 Michael Albinus <michael.albinus@gmx.de>
5945
d1069532
SM
5946 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5947 Set `tramp-chunksize' to 1. This improves the performance.
f7eac6d8
MA
5948 (tramp-smb-wait-for-output): Add timeout to
5949 `tramp-accept-process-output' calls.
5950
608d9d7c
CY
59512012-10-23 Chong Yidong <cyd@gnu.org>
5952
49238e7f
CY
5953 * faces.el (font-list-limit): Define as an obsolete variable.
5954
5955 * startup.el (command-line):
5956 * cus-start.el: Don't refer to font-list-limit.
5957
608d9d7c
CY
5958 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5959
4ff5b1b2
SM
59602012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * subr.el (internal-temp-output-buffer-show): Rename from
5963 temp-output-buffer-show, since previously compiled files expect this name.
5964
ea1d4aac
GM
59652012-10-23 Glenn Morris <rgm@gnu.org>
5966
5967 * image.el (image-type-from-file-name): If multiple types match,
5968 return the first one that is supported. (Bug#9045)
5969
eda82a31
GM
59702012-10-22 Glenn Morris <rgm@gnu.org>
5971
5972 * image.el (imagemagick-enabled-types): Doc fix.
5973
4f020bec
TA
59742012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5975
5976 * progmodes/which-func.el (which-func-current): The hash-table may have
5977 an explicit nil (bug#12338).
5978
c77d37e2
SM
59792012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * electric.el (electric-pair-delete-selection-self-insert-function):
5982 Rename to electric-pair-will-use-region, return a boolean.
5983 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5984
5985 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5986 (delete-selection-pre-hook): Use use-region-p.
5987 (delete-selection-self-insert-function): Remove.
5988 (self-insert-command): Obey self-insert-uses-region-functions.
5989 (self-insert-iso): Revert to previous setting, since we don't actually
5990 know what that command does.
5991 (delete-selection-self-insert-hooks): Remove.
5992
b1d39ccc
SL
59932012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5994
5995 * delsel.el (delete-selection-helper): New function, extracted from
5996 delete-selection-pre-hook.
5997 (delete-selection-pre-hook): Use it.
5998 (delete-selection-self-insert-function): New function.
5999 (delete-selection-self-insert-hooks): New hook.
6000 (self-insert-command, self-insert-iso): Use it.
6001 * electric.el (electric-pair-syntax): New function, extracted from
6002 electric-pair-post-self-insert-function.
6003 (electric-pair-post-self-insert-function): Use it.
6004 (electric-pair-delete-selection-self-insert-function): New function.
6005 (electric-pair-mode): Require delsel and setup
6006 delete-selection-self-insert-hooks (bug#11520).
6007
045ef729
CY
60082012-10-20 Chong Yidong <cyd@gnu.org>
6009
4c5d08a8
CY
6010 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6011 no changes to show (Bug#12586).
6012
045ef729
CY
6013 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6014 list explicitly (Bug#12571).
6015
3503c798 60162012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 6017
b1d39ccc
SL
6018 * progmodes/flymake.el (flymake-create-temp-inplace):
6019 Use file-truename.
79e1997a 6020
2068905b
EZ
60212012-10-20 Eli Zaretskii <eliz@gnu.org>
6022
6023 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
6024
4c9e9550
JB
60252012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6026
6027 * calc/calc-units.el (math-extract-units): Properly extract powers
6028 of units.
6029
1a6e7e38
DC
60302012-10-20 Daniel Colascione <dancol@dancol.org>
6031
6032 * frame.el (make-frame): Set x-display-name as we used to in order
6033 to unbreak creating an X11 frame from an Emacs daemon started
6034 without a display.
6035
8e808318
SM
60362012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6037
6038 * minibuffer.el (minibuffer-force-complete): Make the next completion use
f5925cd9 6039 the same completion-field (bug#12221).
8e808318 6040
fb0104da
MR
60412012-10-19 Martin Rudalics <rudalics@gmx.at>
6042
6043 * emacs-lisp/debug.el (debug): Record height of debugger window
6044 also when debugger will be back (Bug#8789).
6045
8c27235e
CY
60462012-10-18 Chong Yidong <cyd@gnu.org>
6047
6048 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6049 Convert to defcustom.
6050 (gdb-get-source-file): Don't bind pop-up-windows.
6051
6052 * progmodes/gud.el (gud-display-line): Don't specially re-use
6053 other frames for the gdb-mi case (Bug#12648).
6054
90eacf99
SM
60552012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6056
aaf0c300
SM
6057 * emacs-lisp/advice.el: Clean up commentary a bit.
6058 (ad-do-advised-functions, ad-with-originals): Use `declare'.
6059 (byte-code-function-p): Never redefine.
6060
90eacf99
SM
6061 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6062
281c9d2b
GM
60632012-10-18 Glenn Morris <rgm@gnu.org>
6064
40714e3d
GM
6065 * dired.el (dired-sort-toggle): Some ls implementations only allow
6066 a single option string. (Bug#12666)
6067
281c9d2b
GM
6068 * minibuffer.el (completion-cycle-threshold): Doc fix.
6069
b278604e
KH
60702012-10-17 Kenichi Handa <handa@gnu.org>
6071
90eacf99
SM
6072 * international/mule.el (set-keyboard-coding-system):
6073 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
6074 Supply TERMINAL arg to set-input-meta-mode.
6075
f4ad7ea1 60762012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7ebc5f5a
MH
6077
6078 * wdired.el (wdired-old-marks): New variable.
6079 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6080 (wdired-do-renames): Move point with renamed file and don't lose
6081 mark status (Bug#11795).
6082
e5a94ec4
JL
60832012-10-16 Juri Linkov <juri@jurta.org>
6084
6085 * replace.el (query-replace-help): Mention multi-buffer replacement
6086 keys in the Help message. (Bug#12655)
6087
d18a0d24
CY
60882012-10-15 Chong Yidong <cyd@gnu.org>
6089
6090 * emacs-lisp/byte-run.el (defsubst): Doc fix.
6091
8111f5e6
EZ
60922012-10-14 Eli Zaretskii <eliz@gnu.org>
6093
7b9abf24
EZ
6094 * window.el (display-buffer): Doc fix.
6095
8111f5e6
EZ
6096 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6097 Adjust the msft regexp to the output of Studio 2010, and move msft
6098 before edg-1. See the discussion on emacs-devel,
6099 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6100 for the details.
6101
5046ef67
SM
61022012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6103
9760c73c
SM
6104 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6105 (oset): Move uses of object-class-fast macro after its definition.
6106
5046ef67
SM
6107 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6108
0d11ff1c
CY
61092012-10-13 Chong Yidong <cyd@gnu.org>
6110
6111 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6112 enabled, re-enable it (Bug#11963).
6113
88ded8ac
MR
61142012-10-13 Martin Rudalics <rudalics@gmx.at>
6115
6116 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6117 non-nil, restore window configuration (Bug#12623).
6118
bd0ffffd
SM
61192012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6120
06485aa8
SM
6121 * help-fns.el (describe-variable, describe-function-1):
6122 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6123
bd0ffffd
SM
6124 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6125
3a989246
GM
61262012-10-12 Glenn Morris <rgm@gnu.org>
6127
6128 * mail/rmailsum.el (rmail-header-summary):
6129 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
6130
55cd00c8
FEG
61312012-10-12 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6132
bd0ffffd
SM
6133 * progmodes/python.el (python-mode-map):
6134 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
6135 (python-nav--up-list): Fix behavior for blocks on the same level.
6136
ac9fc2c7
SM
61372012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6138
d8cc4c00 6139 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 6140
5253a5fd
SM
6141 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6142 changes to the format of load-history.
6143
ac9fc2c7
SM
6144 * international/mule-cmds.el (read-char-by-name): Move let-binding of
6145 completion-ignore-case in case that var is buffer-local (bug#12615).
6146
cde44a77
KH
61472012-10-11 Kenichi Handa <handa@gnu.org>
6148
6149 * international/eucjp-ms.el: Re-generated.
6150
4ef4a10d
KH
61512012-10-10 Kenichi Handa <handa@gnu.org>
6152
6153 * select.el (xselect--encode-string): If a coding is specified for
6154 selection, and that is compatible with COMPOUND_TEXT, use it.
6155
9d7f027b
MR
61562012-10-10 Martin Rudalics <rudalics@gmx.at>
6157
6158 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
6159 (switch-to-buffer):
6160 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 6161
238f3a58
SM
61622012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6165 Don't document nil as a useful value (bug#12583).
6166
1d51f99c
MA
61672012-10-09 Michael Albinus <michael.albinus@gmx.de>
6168
238f3a58
SM
6169 * net/tramp.el (tramp-debug-message):
6170 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
6171 (with-tramp-progress-reporter): Rename from
6172 `tramp-with-progress-reporter'.
238f3a58
SM
6173 (with-tramp-file-property, with-tramp-connection-property):
6174 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
6175 `with-connection-property', respectively.
6176
6177 * net/tramp-cache.el: Remove `with-file-property' and
6178 `with-connection-property'.
6179
6180 * net/tramp.el:
6181 * net/tramp-gvfs.el:
6182 * net/tramp-sh.el:
6183 * net/tramp-smb.el: Adapt callees.
6184
6185 * net/trampver.el: Update release number.
6186
26b77251
GM
61872012-10-09 Glenn Morris <rgm@gnu.org>
6188
9a5f296f
GM
6189 * w32-fns.el (set-message-beep):
6190 * term/w32-win.el (set-message-beep): Update declarations.
6191
94c66ce5
SM
61922012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6193
10766e9e
SM
6194 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6195 (mode-line-widen, mode-line-input-method-map)
6196 (mode-line-coding-system-map, mode-line-remote)
6197 (mode-line-unbury-buffer, mode-line-bury-buffer)
6198 (mode-line-next-buffer, mode-line-previous-buffer):
6199 Replace save-selected-window+select-window => with-selected-window.
6200
f754db08
SM
6201 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6202 * progmodes/cc-vars.el (bq-process): Remove, unused.
6203
94c66ce5
SM
6204 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6205
a4ff7fe1
FEG
62062012-10-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6207
6208 Implemented `backward-up-list'-like navigation.
6209 * progmodes/python.el (python-nav-up-list)
6210 (python-nav-backward-up-list): New functions.
6211 (python-mode-map): Define substitute key for backward-up-list to
6212 python-nav-backward-up-list.
6213
24517d82
FEG
62142012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6215
6216 * progmodes/python.el (python-fill-paragraph): Rename from
6217 python-fill-paragraph-function. Fixed fill-paragraph for
6218 decorators (Bug#12605).
6219
51867ae2
FEG
62202012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6221
6222 * progmodes/python.el (python-shell-output-filter): Handle extra
6223 carriage return in OSX (Bug#12409).
6224
a5b773c4
FEG
62252012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6226
6227 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 6228 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
6229 (python-syntax-propertize-function): Use it.
6230 (python-shell-output-syntax-table): New var.
6231 (inferior-python-mode): Prevent unbalanced parens/quotes from
6232 previous output mess with current input context.
6233
13373538
JB
62342012-10-08 Juanma Barranquero <lekktu@gmail.com>
6235
6236 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6237 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6238
775a132d
MA
62392012-10-08 Michael Albinus <michael.albinus@gmx.de>
6240
6241 * ffap.el (ffap-replace-file-component): Support Tramp file name
6242 syntax, not only ange-ftp's one.
6243
3ab44929
GM
62442012-10-08 Glenn Morris <rgm@gnu.org>
6245
57f1dee4
GM
6246 * cus-start.el (message-log-max): Set :version.
6247
3ab44929
GM
6248 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6249
6a088630
MR
62502012-10-08 Martin Rudalics <rudalics@gmx.at>
6251
6252 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6253 the minibuffer window (Bug#10851).
6254
8dbce54c
FEG
62552012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6256
6257 Enhancements on forward-sexp movement.
6258 * progmodes/python.el (python-nav-beginning-of-statement)
6259 (python-nav-end-of-statement): Return point-marker.
6260 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6261 (python-info-current-symbol)
6262 (python-info-statement-starts-block-p): Rename from
6263 python-info-beginning-of-block-p.
6264 (python-info-statement-ends-block-p): Rename from
6265 python-info-end-of-block-p.
6266 (python-info-beginning-of-statement-p)
6267 (python-info-end-of-statement-p)
6268 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6269 New functions.
6270
5acd2b3e
SM
62712012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6274 frame-selected-windows.
6275
e08348a0
DC
62762012-10-08 Daniel Colascione <dancol@dancol.org>
6277
6278 * battery.el (battery-status-function): Check for
6279 w32-battery-status itself, not system-time windows-nt.
6280
6281 * frame.el: Require cl-lib.
6282 (display-format-alist): New variable mapping frame types to
6283 functions that initialize them.
6284 (window-system-for-display): New function: interprets
6285 display-format-alist.
6286 (make-frame-on-display): Remove existing display-selection logic
6287 and just forward to make-frame, which will now DTRT.
6288 (make-frame): Restructure to use window-system-for-display to
6289 figure out how to create a frame on a given display.
6290 (display-mouse-p): Look for frame-type w32, not a particular
6291 system-type.
6292
6293 * loadup.el: Load w32 lisp code when we have the w32 feature.
6294
6295 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6296 system-type windows-nt.
6297
6298 * server.el (server-create-window-system-frame): Look for window
6299 type.
6300 (server-proces-filter): Only force a window system when windows-nt
6301 _and_ w32. Explain why.
6302
6303 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6304 of window systems we configure for the mode.
6305
6306 * startup.el (command-line): Mark window system is initialized
6307 after we've done it.
6308
6309 * common-win.el (x-select-text): Look for w32, not windows-nt.
6310
6311 * ns-win.el: Require cl-lib. Add ourselves to
6312 display-format-alist.
6313 (ns-initialize-window-system): Assert we're not initialized twice.
6314
6315 * w32-win.el: Enable lexical binding; require cl-lib; add
6316 ourselves to display-format-alist.
6317 (w32-handle-dropped-file): Convert incoming dropped files from
6318 Windows paths to Cygwin ones before passing them on to the rest of
6319 Emacs.
6320 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6321 (w32-initialize-window-system): Assert we're not initialized twice.
6322
6323 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6324 (x-initialize-window-system): Assert we're not initialized twice.
6325
6326 * w32-common-fns.el: New File.
6327 (w32-version, w32-using-nt, w32-get-clipboard-data)
6328 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6329 (w32-charset-info-alist, x-last-selected, text)
6330 (x-get-selection-value, x-selection-value): Move here.
6331
6332 * w32-fns.el: Require w32-common-fns.
6333 (w32-version, w32-using-nt, w32-get-clipboard-data)
6334 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6335 (w32-charset-info-alist, x-last-selected, text)
6336 (x-get-selection-value, x-selection-value): Move to
6337 w32-common-fns.
6338
6339 * w32-vars.el:
6340 (w32-allow-system-shell, w32-system-shells): Define only in
6341 non-cygwin case.
6342
795b1482
SM
63432012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6346 (read-passwd): Remove a few more potential sources of leaks.
6347
f27c99dc
FEG
63482012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6349
6350 * progmodes/python.el (inferior-python-mode)
795b1482 6351 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
6352 variables copied from parent buffer.
6353
fcacb558
JD
63542012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6355
6356 * term/ns-win.el (ns-read-file-name): Update declaration to match
6357 nsfns.m.
b9edfa5c 6358 (ns-respond-to-change-font): Change fontsize separately so we are sure
fcacb558
JD
6359 it is set when font is acted upon.
6360
be0d5bae
FEG
63612012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6362
6363 Enhancements to indentation.
6364 * progmodes/python.el (python-indent-context): Give priority to
6365 inside-string context. Make comments indentation markers.
6366 (python-indent-region): Do not mess with strings, unless it's the
6367 enclosing set of quotes.
6368
13af0d10
SM
63692012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6370
662a9d0e
SM
6371 * window.el (internal--before-save-selected-window)
6372 (internal--after-save-selected-window): New functions extracted from
6373 save-selected-window. Make sure we return the `alist' we construct.
6374 (save-selected-window): Use them.
6375
6376 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6377 Use with-selected-window.
6378
13af0d10
SM
6379 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6380 forms that define macros (bug#12593).
6381
6aa75fb6
KH
63822012-10-07 Kenichi Handa <handa@gnu.org>
6383
13af0d10
SM
6384 * international/mule-conf.el (compound-text-with-extensions):
6385 Add :mime-charset property as x-ctext.
6aa75fb6 6386
78d876b9
SM
63872012-10-07 Stefan Merten <smerten@oekonux.de>
6388
6389 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6390 (rst-indent-literal-normal, rst-indent-literal-minimized)
6391 (rst-indent-comment): Correct :version tag.
557337e9 6392 (rst-official-cvs-rev): Correct version string.
78d876b9 6393
99a1e701
GM
63942012-10-07 Glenn Morris <rgm@gnu.org>
6395
6396 * mail/rmailmm.el (rmail-mime-process-multipart):
6397 Do not confuse a multipart message with an epilogue
6398 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6399
08f18c3d
FEG
64002012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6401
6402 Fix shell output retrieval and comint-prompt-regexp init.
6403 * progmodes/python.el (inferior-python-mode):
6404 (python-shell-make-comint): Fix initialization of
6405 comint-prompt-regexp from copied file local variables.
6406 (python-shell-fetched-lines): Remove var.
6407 (python-shell-output-filter-in-progress): Rename from
6408 python-shell-fetch-lines-in-progress.
6409 (python-shell-output-filter-buffer): Rename from
6410 python-shell-fetch-lines-string.
6411 (python-shell-fetch-lines-filter): Delete function.
6412 (python-shell-output-filter): New function.
6413 (python-shell-send-string-no-output): Use them.
6414
82ed3ab4
GM
64152012-10-07 Glenn Morris <rgm@gnu.org>
6416
1595ecfa
GM
6417 * hi-lock.el (hi-lock-process-phrase):
6418 Try to make it less fragile. (Bug#7161)
6419
82ed3ab4
GM
6420 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6421
f1f4dba0
GM
64222012-10-06 Glenn Morris <rgm@gnu.org>
6423
addc11ed 6424 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
6425 non-existent mode `help'.
6426 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 6427
460042b8
GM
6428 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6429 (reftex-create-bibtex-footer): Fix custom types.
6430
67667c70
GM
6431 * progmodes/sh-script.el (sh-indent-after-continuation):
6432 Add explicit :group.
6433
18dec750
GM
6434 * textmodes/rst.el (rst-preferred-decorations)
6435 (rst-shift-basic-offset): Clarify obsolescence versions.
6436
d1a1c7e6
GM
6437 * profiler.el (profiler): Add missing group :version tag.
6438 * avoid.el (mouse-avoidance-banish-position):
6439 * proced.el (proced-renice-command):
6440 * calc/calc.el (calc-ensure-consistent-units):
6441 * calendar/icalendar.el (icalendar-import-format-uid):
6442 * net/tramp.el (tramp-save-ad-hoc-proxies):
6443 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6444 * progmodes/flymake.el (flymake-error-bitmap)
6445 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6446 * progmodes/sh-script.el (sh-indent-after-continuation):
6447 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6448 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6449 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6450 (vhdl-array-index-record-field-in-sensitivity-list)
6451 (vhdl-indent-comment-like-next-code-line):
6452 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6453 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6454 (reftex-cite-key-separator, reftex-create-bibtex-header)
6455 (reftex-create-bibtex-footer):
6456 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6457 (rst-indent-literal-normal, rst-indent-literal-minimized)
6458 (rst-indent-comment): Add missing custom :version tags.
6459
ef35abb4
GM
6460 * calendar/timeclock.el (timeclock-modeline-display):
6461 Add missing obsolete alias for renamed user option.
6462
d1aae614
GM
6463 * strokes.el (strokes-modeline-string):
6464 * emulation/crisp.el (crisp-mode-modeline-string):
6465 * eshell/esh-mode.el (eshell-status-in-modeline):
6466 Aliases to defcustoms must come before the defcustom.
6467
f1f4dba0
GM
6468 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6469 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6470 (cal-tex-cursor-week-monday): Doc fixes.
6471 (cal-tex-cursor-week2-summary): Doc fix.
6472 Rename from cal-tex-cursor-week-at-a-glance.
6473
6474 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6475 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6476
6477 * calendar/calendar.el (calendar-mode-map):
6478 Add cal-tex-cursor-week2-summary.
6479
d39109c3
SM
64802012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6481
685f87b0
SM
6482 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6483
d39109c3
SM
6484 * subr.el (read-passwd-map): New var.
6485 (read-passwd): Use `read-string' again.
6486 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6487
5694896d
J
64882012-10-06 Jambunathan K <kjambunathan@gmail.com>
6489
6490 * register.el (append-to-register, prepend-to-register):
6491 Deactivate mark, as does `copy-to-register' (bug#12389).
6492
9414dd8d
CY
64932012-10-06 Chong Yidong <cyd@gnu.org>
6494
6495 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6496
2b89bca4
KH
64972012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6498
6499 * international/characters.el: Fix simple mistake ((car chars) ->
6500 elt), delete duplicated code.
6501
d5acb99a
GM
65022012-10-06 Glenn Morris <rgm@gnu.org>
6503
6504 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6505
123ec157
JS
65062012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6507
6508 * color.el (color-hsl-to-rgb): Fix incorrect results for
6509 small and large hue values. (Bug#12559)
6510
7fa36ccb
FEG
65112012-10-05 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6512
6513 Enhancements to docstring formatting when filling paragraphs.
6514 * progmodes/python.el (python-fill-docstring-style): Rename from
6515 python-fill-string-style. Added new style.
6516 (python-fill-string): Use new style. Better checks for
6517 docstrings.
6518
d8788e1e
GM
65192012-10-05 Glenn Morris <rgm@gnu.org>
6520
204f3953
GM
6521 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6522
d8788e1e
GM
6523 * color.el (color-name-to-rgb, color-rgb-to-hex)
6524 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6525 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6526 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6527 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6528
8d956cef
GM
6529 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6530
e8757f09 65312012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
6532
6533 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6534 to get the correct size across symlinks.
6535
e8757f09
GM
6536 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6537
0e2ae83d
JL
65382012-10-04 Juri Linkov <juri@jurta.org>
6539
6540 * replace.el (query-replace-interactive): Declare obsolete.
6541 (query-replace-read-from): Add the last incremental search string
6542 to the list of default values accessible via M-n.
6543 (map-query-replace-regexp): Use `read-regexp'.
6544 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6545 (map-query-replace-regexp, replace-string, replace-regexp):
6546 Fix docstrings to replace mentions of `query-replace-interactive'
6547 with alternatives. (Bug#12526)
6548
93cacb6d
JL
65492012-10-04 Juri Linkov <juri@jurta.org>
6550
6551 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6552 (dired-pop-to-buffer): Declare obsolete.
6553 (dired-mark-pop-up): Doc fix.
6554
fc345011
FEG
65552012-10-04 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6556
6557 Allow user to set docstring style for fill-paragraph.
6558 * progmodes/python.el
6559 (python-fill-comment-function, python-fill-string-function)
6560 (python-fill-decorator-function, python-fill-paren-function):
6561 Remove :safe for defcustoms.
6562 (python-fill-string-style): New defcustom
5694896d 6563 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
6564 (python-fill-string): Honor python-fill-string-style settings.
6565
6bab5d8b
MR
65662012-10-04 Martin Rudalics <rudalics@gmx.at>
6567
6568 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6569 after setting its buffer (Bug#10805).
6570
a1a9f411
FEG
65712012-10-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6572
6573 Fix cornercase for string syntax.
6574 * progmodes/python.el (python-syntax-propertize-function):
6575 Simplify and enhance the regexp for unescaped quotes. Now it also
6576 matches quotes in weird situations like the single quote in
6577 "something\"'".
6578 (python-syntax-stringify): Simplify num-quotes detecting code.
6579
05e153a6
GM
65802012-10-03 Glenn Morris <rgm@gnu.org>
6581
6582 * help-macro.el (three-step-help):
6583 Revert 2012-09-29 change. (Bug#12567)
6584
2e566ecb
MR
65852012-10-03 Martin Rudalics <rudalics@gmx.at>
6586
96ef9ccd
MR
6587 * menu-bar.el (kill-this-buffer): Don't do anything when
6588 `menu-frame' is not alive or visible (Bug#8184).
6589
2e566ecb
MR
6590 * emacs-lisp/debug.el (debug): When quitting the debugger window
6591 restore current buffer (Bug#12502).
6592
a96e1cb7
CY
65932012-10-02 Chong Yidong <cyd@gnu.org>
6594
5694896d
J
6595 * progmodes/hideif.el (hif-lookup, hif-defined):
6596 Handle semantic-c-takeover-hideif.
a96e1cb7 6597
b3ecad33
PE
65982012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6599
6600 Change sampling interval units from ms to ns.
6601 * profiler.el (profiler-sampling-interval): Change units
6602 from ms to ns, multiplying the default by 1000000 so that
6603 it remains 1 ms.
6604 (profiler-report-cpu-line-format): Give enough room for
6605 the maximum counters on 64-bit hosts.
6606 (profiler-report-render-calltree-1): Call them "CPU samples",
6607 not "Time (ms)", since they are not milliseconds now (and
6608 never really were).
6609
8cb51b66 66102012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 6611
5694896d
J
6612 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6613 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 6614
fd795bf4
CY
66152012-10-02 Chong Yidong <cyd@gnu.org>
6616
6617 * emacs-lisp/eieio.el: Restore Version header.
6618
fe0a74f9
SM
66192012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6be9197e
SM
6621 * vc/diff-mode.el (diff--auto-refine-data): New var.
6622 (diff-hunk): Use it to delay refinement.
6623 (diff-mode): Remove overlays when we turn off font-lock.
6624
18486139
SM
6625 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6626 (table-initialize-table-fixed-width-mode)
6627 (table-set-table-fixed-width-mode): Remove functions.
6628 (table-command-list): Move initialization into declaration.
6629 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6630 (table-with-cache-buffer): Use `declare'.
6631 (table-span-cell): Simplify via CSE.
6632 (table-fixed-width-mode): Use define-minor-mode.
6633 (table-call-interactively, table-funcall, table-apply): Remove.
6634 (table-function): New function, to replace them.
6635
d83ef976
SM
6636 * bookmark.el (bookmark-search-pattern): Remove var.
6637 (bookmark-read-search-input): Remove function.
6638 (bookmark-bmenu-search): Reimplement using a minibuffer.
6639
cd386662
SM
6640 * faces.el (modeline): Remove obsolete face name.
6641
fe0a74f9
SM
6642 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6643 and give a non-nil default value.
6644 (add-change-log-entry): Simplify accordingly.
6645
9f7b98f8
DG
66462012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6647
6648 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6649 (vc-git-log-edit-toggle-amend): New function.
6650 (vc-git-log-edit-toggle-signoff): New function.
6651 (vc-git-log-edit-mode): New major mode.
6652 (vc-git-log-edit-mode-map): Keymap for it.
6653 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6654
6655 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6656 header names.
6657 (log-edit-toggle-header): New function.
6658 (log-edit-extract-headers): Accept function values in HEADERS alist.
6659
62a81506
CY
66602012-10-01 David Engster <deng@randomsample.de>
6661
6662 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6663 from symbol property and change message to be more consistent with
6664 Emacs proper.
6665 (eieio-describe-generic): Add filename for each implementation.
6666 Fix indices for generic and normal methods.
6667 (eieio-method-def, eieio-class-def): New buttons.
6668 (eieio-help-find-method-definition)
6669 (eieio-help-find-class-definition): New functions.
6670 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6671 class, constructor and method definitions.
6672
6673 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6674 information in symbol property.
6675 (scoped-class): Remove.
6676 (eieio-slot-name-index, call-next-method): Check if it is bound.
6677
66782012-10-01 Leo P. White <lpw25@cam.ac.uk>
6679
6680 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6681 (eieio-custom-mode): New major mode.
6682 (eieio-customize-object): Use it.
6683
66842012-10-01 Eric Ludlam <zappo@gnu.org>
6685
6686 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6687 specifying the expected class, and whether subclassing is allowed.
6688 (eieio-persistent-convert-list-to-object):
1f9f395d
JB
6689 (eieio-persistent-validate/fix-slot-value)
6690 (eieio-persistent-slot-type-is-class-p): New functions.
6691 (eieio-named::slot-missing): Doc fix.
62a81506
CY
6692
6693 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6694 Stop using unused publd variable.
6695
6696 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6697 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6698 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6699 (eieio-speedbar-handle-click): Do not specify a class for the
6700 method. Fixes method invocation order problems with EDE.
6701
375e49d4
SM
67022012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6705 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6706
16ce6ccd
KF
67072012-10-01 Karl Fogel <kfogel@red-bean.com>
6708
6709 * bookmark.el (bookmark-version-control): Give tags in the
6710 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
6711 (bookmark-write-file): Bind `print-circle' to `t' to allow
6712 circular custom bookmark types. (Bug#12503)
16ce6ccd 6713
19e54a4d
PE
67142012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6715
86ec63ba
PE
6716 Revert the FOLLOW-SYMLINKS change for file-attributes.
6717 * files.el (remote-file-name-inhibit-cache, after-find-file):
6718 * time.el (display-time-file-nonempty-p): Undo last change.
6719
19e54a4d
PE
6720 * profiler.el (profiler-sampling-interval): Change default back to 1.
6721 See Stefan Monnier in
6722 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6723
0478776b
FEG
67242012-10-01 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6725
6726 Shell output catching a la gud-gdb.
6727 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
6728 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6729 New Vars.
0478776b
FEG
6730 (python-shell-fetch-lines-filter): New function.
6731 (python-shell-send-string-no-output): Use them.
6732
c22bac2c
TM
67332012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6734
6735 * profiler.el (profiler-sampling-interval): Rename from
6736 profiler-sample-interval.
6737 (profiler-sampling-interval): Default to 10.
6738 (profiler-find-profile): New command (was profiler-find-log).
6739 (profiler-find-profile-other-window): New command.
6740 (profiler-find-profile-other-frame): New command.
6741 (profiler-profile): Introduce API-level data structure.
6742
e7a2937b
PE
67432012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6744
6745 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6746 * files.el (remote-file-name-inhibit-cache):
6747 * time.el (display-time-file-nonempty-p): Use it.
6748 * files.el (after-find-file): Don't chase links before calling
6749 file-exists-p, as file-exists-p already does the right thing.
6750
4f595e15
RA
67512012-09-30 Ralf Angeli <angeli@caeruleus.net>
6752
6753 Merge from standalone RefTeX repository.
6754
6755 The following ChangeLog entries are shortened versions of the
6756 original ones with file paths adapted. A not so strongly edited
6757 version of the original ChangeLog can be found in the commit log.
6758
6759 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
6760 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6761 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
6762
6763 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
6764 that entries with whitespace at various places are found.
6765 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
6766 Include @String definitions in the resulting bib file. Add header
6767 and footer defined in `reftex-create-bibtex-header' and
6768 `reftex-create-bibtex-footer'.
6769 (reftex-do-citation): Make it possible again to insert
6770 non-existent entries. Save match data when asking for optional
6771 arguments. Return all keys, not just the first one.
6772 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6773 all citations in the same line.
6774 (reftex-parse-bibtex-entry): Accept additional optional argument
6775 `raw' and keep quotes or braces if it is non-nil. Match fields
6776 containing hyphens besides word constituents.
6777 (reftex-get-string-refs): New function.
6778 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6779 and ask if it should be reread in case it did.
6780 (reftex-pop-to-bibtex-entry)
6781 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6782 entries with spaces or tabs in front of arguments.
6783 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
6784 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6785 Match entries containing numbers and symbol constituents.
6786 (reftex-do-citation, reftex-figure-out-cite-format):
6787 Use `reftex-cite-key-separator'.
4f595e15
RA
6788
6789 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6790 (reftex-mouse-view-crossref): Explain why point is set.
6791
6792 * textmodes/reftex-global.el: Whitespace changes.
6793
6794 * textmodes/reftex-index.el: Move provide statement to end of
6795 file.
6796 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6797 (reftex-index-visit-phrases-buffer): Set marker when visiting
6798 buffer. This allows for returning from the phrases file to the
6799 file one was just editing instead of the file where the last
6800 phrases was added from.
6801 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6802 punctuation syntax as it usually is not used as string quote in
6803 TeX-related modes and may occur unmatched. The change also
6804 prevents fontification of quoted content.
6805 (reftex-index-phrases-mode): Use it.
6806
375e49d4
SM
6807 * textmodes/reftex-parse.el (reftex-parse-from-file):
6808 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
6809 (reftex-parse-from-file): Use beginning of match instead of end as
6810 bound.
6811
6812 * textmodes/reftex-ref.el: Adapt creation of
6813 `reftex-<package>-<macro>' functions to new structure of
6814 `reftex-ref-style-alist'.
375e49d4
SM
6815 (reftex-reference): Use `reftex-ref-style-list' function.
6816 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
6817 reference macro if `reftex-ref-macro-prompt' is non-nil.
6818 (reftex-reference): Pass refstyle to `reftex-format-special'.
6819 Determine reference macro by looking at
375e49d4
SM
6820 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6821 Use only one special format function.
4f595e15
RA
6822 (reftex-varioref-vref, reftex-fancyref-fref)
6823 (reftex-fancyref-Fref): Remove definitions. The functions are now
6824 generated from `reftex-ref-style-alist'.
6825 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6826 Remove.
6827 (reftex-format-special): New function.
6828
6829 * textmodes/reftex-sel.el
6830 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6831 of `reftex-ref-style-alist'. Remove code for testing macro type.
6832 (reftex-select-toggle-varioref)
6833 (reftex-select-toggle-fancyref): Remove.
6834 (reftex-select-cycle-ref-style-internal)
6835 (reftex-select-cycle-ref-style-forward)
6836 (reftex-select-cycle-ref-style-backward): New functions.
6837 (reftex-select-label-map): Use `v' and `V' for general cycling
6838 through reference styles. Add `p' for switching between number
6839 and page reference types.
6840
375e49d4
SM
6841 * textmodes/reftex-toc.el (reftex-re-enlarge):
6842 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
6843 the horizontal version throws an error even if the parameter is 0.
6844
6845 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6846 (reftex-plug-into-AUCTeX): Doc fix.
6847 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6848 string. Adapt to new name.
6849 (reftex-ref-style-alist): Change structure so that it is not
6850 possible to use multiple different package names within a style.
375e49d4
SM
6851 Remove the symbols for symbols for macro type distinction.
6852 Add characters for macro selection.
4f595e15
RA
6853 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6854 (reftex-create-bibtex-footer): New variables.
6855 (reftex-format-ref-function): Mention third argument of special
6856 format function.
375e49d4
SM
6857 (reftex-ref-style-alist, reftex-ref-style-default-list):
6858 New variables.
4f595e15
RA
6859 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6860 to new implementation. Mark as obsolete. Add compatibility code
6861 for honoring the variable values in case they are set.
375e49d4
SM
6862 (reftex-cite-format-builtin, reftex-bibliography-commands):
6863 Add support for ConTeXt.
6864 (reftex-format-ref-function, reftex-format-cite-function):
6865 Fix custom type.
4f595e15
RA
6866 (reftex-cite-key-separator): New variable.
6867
6868 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6869 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6870 `reftex-syntax-table' because parens have to retain their paren
6871 syntax in order for parsing of BibTeX entries like @book(...) to
6872 work.
6873 (reftex-in-comment): Do not error out if `comment-start-skip' is
6874 not set. Deal correctly with escaped comment characters.
375e49d4
SM
6875 (reftex-tie-multifile-symbols): Add doc string.
6876 Initialize `reftex-ref-style-list'.
4f595e15
RA
6877 (reftex-untie-multifile-symbols): Add doc string.
6878 (reftex-add-index-macros): Doc fix.
6879 (reftex-ref-style-activate, reftex-ref-style-toggle)
6880 (reftex-ref-style-list): New functions.
6881 (reftex-mode-menu): Use them. Adapt to new structure of
6882 `reftex-ref-style-alist'.
6883 (reftex-select-with-char): Kill the RefTeX Select buffer when
6884 done.
6885 (reftex-remove-if): New function.
6886 (reftex-erase-all-selection-and-index-buffers)
6887 (reftex-mode-menu): Reference styles are now computed from
6888 `reftex-ref-style-alist'. Fix typo.
6889 (reftex-report-bug): New function.
6890 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6891 algorithms with O(n log n). Introduce optional argument SORT (not
6892 yet used).
6893
440ba395
FEG
68942012-09-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6895
6896 Enhancements for triple-quote string syntax.
375e49d4
SM
6897 * progmodes/python.el (python-syntax-propertize-function):
6898 Match both quote cases in one regexp.
440ba395
FEG
6899 (python-syntax-stringify): Handle matches properly.
6900
4c478e6b
JL
69012012-09-30 Juri Linkov <juri@jurta.org>
6902
6903 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 6904 to nil around the call to `insert' to prevent
4c478e6b
JL
6905 directory time modification by lock_file. (Bug#2295)
6906 * tar-mode.el (tar-summarize-buffer): Idem.
6907
d80d54b2
JL
69082012-09-30 Juri Linkov <juri@jurta.org>
6909
6910 * facemenu.el (list-colors-sort): Add option "Luminance".
6911 (list-colors-sort-key): Implement it.
6912
6913 * vc/diff-mode.el (diff-refine-removed):
6914 * vc/ediff-init.el (ediff-fine-diff-A):
6915 * vc/smerge-mode.el (smerge-refined-removed):
6916 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6917
d7e642cc
JD
69182012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6919
6920 * term/ns-win.el (x-file-dialog): New function.
6921
ee41332b
JB
69222012-09-30 Juanma Barranquero <lekktu@gmail.com>
6923
6924 * ido.el (ido-max-directory-size): Default to nil; the current
6925 default is small for POSIX systems, and impractical on Windows 7
6926 now that lstat returns directory sizes for NTFS.
6927
5938d519
MR
69282012-09-30 Martin Rudalics <rudalics@gmx.at>
6929
6930 In buffer display functions handle window-height/window-width
6931 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
6932 * window.el (window--display-buffer): New argument ALIST.
6933 Obey window-height and window-width alist entries.
6934 (window--try-to-split-window): New argument ALIST.
6935 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
6936 changed and window-combination-limit equals `window-size'.
6937 (display-buffer-in-atom-window)
6938 (display-buffer-in-major-side-window)
6939 (display-buffer-in-side-window, display-buffer-same-window)
6940 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6941 (display-buffer-pop-up-window, display-buffer-below-selected)
6942 (display-buffer-at-bottom, display-buffer-in-previous-window)
6943 (display-buffer-use-some-window): Adjust all callers of
6944 window--display-buffer and window--try-to-split-window.
6945 (fit-frame-to-buffer): New option.
6946 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6947 is non-nil.
6948 (display-buffer-in-major-side-window): Evaluate window-height /
6949 window-width alist entries.
6950
6951 * help.el (temp-buffer-resize-frames)
6952 (temp-buffer-resize-regexps): Remove options.
6953 (temp-buffer-resize-mode): Adjust doc-string.
6954 (resize-temp-buffer-window): Don't consult
6955 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6956 temp-buffer-resize-frames.
6957
375e49d4
SM
6958 * dired.el (dired-mark-pop-up):
6959 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
6960 entry.
6961
c4c0c2df
CY
69622012-09-30 Chong Yidong <cyd@gnu.org>
6963
48de8b12
CY
6964 * server.el (server-host): Document the security implications.
6965 (server-auth-key): Doc fix.
6966
6967 * startup.el (initial-buffer-choice): Doc fix.
6968
6969 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6970
a97dc380
CY
6971 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6972 restriction change.
6973
d39d3c8e
CY
6974 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6975
c4c0c2df
CY
6976 * help-fns.el (help-fns--obsolete): Fix last change.
6977
98a5e33b
SM
69782012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6979
34cf6f39
SM
6980 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6981 (minor-mode-map-alist): Remove redundant code.
6982
e01c13fe
SM
6983 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6984 visited in a buffer.
6985 (cvs-insert-visited-file): New function.
6986 (find-file-hook): Use it.
6987
6988 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6989
02661b3a
SM
6990 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6991 chose face.
6992 (log-edit-empty-buffer-p): Don't require a space after a header.
6993
43711d4b
SM
6994 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6995
38a30d64
SM
6996 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6997
4ffb41a9
SM
6998 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6999 a proper minor-mode.
7000
98a5e33b
SM
7001 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7002
de82e29b
GM
70032012-09-29 Glenn Morris <rgm@gnu.org>
7004
5cc2e639
GM
7005 * winner.el (winner-mode): Remove variable (let define-minor-mode
7006 handle it).
7007 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7008 Doc fixes.
7009 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7010 (winner-mode): Use define-minor-mode.
7011
7bd302eb
GM
7012 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7013 the full definition in loaddefs, rather than duplicating it.
7014
2923922f 7015 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 7016
0e3e4156
GM
7017 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7018 (inferior-lisp-program, inferior-lisp-load-command)
7019 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 7020 No need to autoload defcustoms.
0e3e4156 7021
de82e29b
GM
7022 * hippie-exp.el (hippie-expand-try-functions-list)
7023 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7024 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7025 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 7026 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
7027 * progmodes/vhdl-mode.el (vhdl-line-expand):
7028 Explicitly load hippie-exp, so it does not get autoloaded
7029 while hippie-expand-try-functions-list is let-bound.
7030
e60b51ab
GM
70312012-09-28 Glenn Morris <rgm@gnu.org>
7032
277f0cfa
GM
7033 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7034
e60b51ab
GM
7035 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7036 Only "cl.el" counts as cl these days.
7037
53baf48a
JL
70382012-09-28 Juri Linkov <juri@jurta.org>
7039
7040 Display archive errors in the echo area instead of inserting
7041 to the file buffer.
7042
7043 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7044 to STDERR-TEST that can be a regexp matching a successful output.
7045 Create a temporary file and redirect stderr to it. Search for
7046 STDERR-TEST in the stderr output and display it in the echo area
7047 if no match is found.
7048 (archive-extract-by-file): New function like
7049 `archive-extract-by-stdout' but extracting archives to files
7050 and looking for successful matches in stdout. Function body is
7051 mostly copied from `archive-rar-extract'.
7052 (archive-rar-extract): Use `archive-extract-by-file'.
7053 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
7054
9c1228c3
LL
70552012-09-28 Leo Liu <sdl.web@gmail.com>
7056
375e49d4
SM
7057 * pcomplete.el (pcomplete-show-completions):
7058 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 7059
9c1228c3
LL
7060 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7061
7f457c06
SM
70622012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7063
3df749b0
SM
7064 * type-break.el: Use lexical-binding.
7065 (type-break-mode): Use define-minor-mode.
7066
7f457c06
SM
7067 * emacs-lisp/pcase.el (pcase--mark-used): New.
7068 (pcase--u1): Use it (bug#12512).
7069
7070 * custom.el (load-theme): Set buffer-file-name so the load is recorded
7071 in load-history with the right file name.
7072
c00ebc98
TH
70732012-09-28 Tassilo Horn <tsdh@gnu.org>
7074
7075 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7076 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7077 (doc-view-get-bounding-box): Make bounding box slicing work for
7078 ODF and DVI documents.
7079
96fb7170
GM
70802012-09-28 Glenn Morris <rgm@gnu.org>
7081
7082 * type-break.el (type-break-mode, type-break-interval)
7083 (type-break-good-rest-interval, type-break-keystroke-threshold):
7084 No need to autoload.
7085 (type-break-good-rest-interval, type-break-keystroke-threshold):
7086 Add :set-after.
7087
5bc93c67
CY
70882012-09-28 Chong Yidong <cyd@gnu.org>
7089
7090 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7091 Add :version tag.
7092
9cad61d6
SM
70932012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7094
e28e67b3 7095 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 7096
daee954c
GM
70972012-09-27 Glenn Morris <rgm@gnu.org>
7098
a88324d4
GM
7099 * faces.el (x-display-name): Declare (for without-x builds).
7100
8e5064e5
GM
7101 * linum.el (linum-format): Don't autoload it. Improve :type.
7102
cc1783c2
GM
7103 * progmodes/tcl.el: Don't require outline when compiling.
7104 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
7105 * textmodes/sgml-mode.el: Don't require outline when compiling.
7106 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7107
48c339f2
GM
7108 * term.el (term-ansi-reset):
7109 Try setting term-ansi-face-already-done to nil. (Bug#11785)
7110
daee954c
GM
7111 * vc/vc.el (vc-next-action): Only gripe about committing read-only
7112 files for RCS and SCCS. (Bug#9781)
7113
b7f42161
CY
71142012-09-27 Chong Yidong <cyd@gnu.org>
7115
7116 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7117 change; value should be t.
7118
a2e770db
SM
71192012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7120
83600dc8
SM
7121 * image-mode.el: Use lexical-binding.
7122 (image-mode-winprops): Use t to stand for the window of
7123 a buffer that's not displayed.
7124 * doc-view.el (doc-view-new-window-function): Handle the new
7125 t in winprops.
7126 (doc-view-enlarge): Make it a real nop if the size is not changed.
7127 (doc-view-display): Handle the case where the buffer is not (yet?)
7128 displayed in any window.
7129 (doc-view-saved-settings): New var.
7130 (doc-view-mode): Use it.
7131 (doc-view-fallback-mode): Set it.
7132
a2e770db
SM
7133 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7134 Set lexical-binding.
7135 (minibuffer-eldef-shorten-default): New var.
7136 (minibuffer-default-in-prompt-regexps): Use it for new default.
7137 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7138
e3b60857
JB
71392012-09-26 Juanma Barranquero <lekktu@gmail.com>
7140
7141 * international/uni-bidi.el:
7142 * international/uni-category.el:
7143 * international/uni-name.el:
7144 * international/uni-numeric.el: Regenerate.
7145
3a880af4
SM
71462012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
7147 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * profiler.el: New file.
7150
07b1a5fb
SM
71512012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7154 (testcover-reinstrument): Simplify with CSE.
7155
42019c2e
JB
71562012-09-26 Juanma Barranquero <lekktu@gmail.com>
7157
7158 * window.el (temp-buffer-window-setup): Fix typo in docstring.
7159
179f044b
WS
71602012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
7161
7162 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7163 (verilog-auto-input, verilog-auto-insert-lisp)
7164 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7165 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7166 (verilog-auto-unused, verilog-auto-wire)
7167 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7168 newline. Reported by Andrew Jones.
7169 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7170 Reported by Brad Dobbie.
07b1a5fb
SM
7171 (verilog-batch-delete-trailing-whitespace):
7172 Create verilog-batch-delete-trailing-whitespace.
7173 Reported by Brad Dobbie.
179f044b
WS
7174 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7175 parameters from another module. Reported by Dan Katz.
7176 (verilog-auto, verilog-auto-assign-modport)
7177 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7178 AUTOINOUTMODPORT for UVM interface module shell generation.
7179 Reported by Brad Dobbie.
7180 (verilog-auto-inst-interfaced-ports): Make default nil, as more
7181 standard behavior.
7182 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7183 Reported by Matt Martin.
7184
9c52dd5a
MR
71852012-09-25 Martin Rudalics <rudalics@gmx.at>
7186
7187 * window.el (window--resize-child-windows): When resizing child
7188 windows proportionally, process them in reverse order to
7189 preserve the "when splitting a window the new one gets the odd
7190 line" behavior.
7191 (window--resize-root-window-vertically): When resizing the
7192 minibuffer window try to affect only windows at the bottom of the
7193 frame. (Bug#12419)
7194
863666eb
CY
71952012-09-25 Chong Yidong <cyd@gnu.org>
7196
7197 * subr.el (declare): Doc fix.
7198
7199 * help-fns.el (help-fns--obsolete): Handle macros properly.
7200
59f7af81
CY
72012012-09-25 Chong Yidong <cyd@gnu.org>
7202
7203 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7204 this function obsolete.
7205
7206 * calendar/cal-x.el (calendar-two-frame-setup)
7207 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7208 * calendar/calendar.el (american-calendar, european-calendar)
7209 (calendar-for-loop):
7210 * comint.el (comint-dynamic-simple-complete)
7211 (comint-dynamic-complete-as-filename, comint-unquote-filename):
7212 * desktop.el (desktop-load-default):
7213 * dired-x.el (dired-omit-here-always)
7214 (dired-hack-local-variables, dired-default-directory):
7215 * emacs-lisp/derived.el (derived-mode-class):
7216 * emacs-lisp/timer.el (timer-set-time-with-usecs):
7217 * emacs-lock.el (toggle-emacs-lock):
7218 * epa.el (epa-display-verify-result):
7219 * epg.el (epg-sign-keys, epg-start-sign-keys)
7220 (epg-passphrase-callback-function):
7221 * eshell/esh-util.el (eshell-for):
7222 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7223 (eshell-add-to-window-buffer-names):
7224 * files.el (locate-file-completion):
7225 * imenu.el (imenu-example--create-c-index)
7226 (imenu-example--create-lisp-index)
7227 (imenu-example--lisp-extract-index-name)
7228 (imenu-example--name-and-position):
7229 * international/mule-cmds.el (princ-list):
7230 * international/mule-diag.el (decode-codepage-char):
7231 * international/mule-util.el (detect-coding-with-priority):
7232 * iswitchb.el (iswitchb-read-buffer):
7233 * mail/mailalias.el (mail-complete):
7234 * mail/sendmail.el (mail-sent-via):
7235 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7236 (mouse-major-mode-menu):
7237 * password-cache.el (password-read-and-add):
7238 * pcomplete.el (pcomplete-parse-comint-arguments):
7239 * progmodes/sh-script.el (sh-maybe-here-document):
7240 * replace.el (query-replace-regexp-eval):
7241 * savehist.el (savehist-load):
7242 * simple.el (choose-completion-delete-max-match):
7243 * term.el (term-dynamic-simple-complete):
7244 * vc/ediff-init.el (ediff-check-version):
7245 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7246 * vc/vc.el (vc-diff-switches-list):
7247 * view.el (view-return-to-alist-update): Likewise.
7248
7249 * subr.el (eval-next-after-load, makehash, insert-string)
7250 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7251 mark obsolete.
7252 (mode-line-inverse-video): Variable deleted.
7253
7254 * international/mule-util.el (string-to-sequence): Remove.
7255
7256 * calendar/calendar.el (calendar-version):
7257 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7258 (icalendar-convert-diary-to-ical):
7259 * cus-edit.el (custom-mode):
7260 * ansi-color.el (ansi-color-unfontify-region):
7261 * international/latin1-disp.el (latin1-char-displayable-p):
7262 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
7263 * progmodes/which-func.el (which-func-update-1):
7264 Use define-obsolete-function-alias.
59f7af81
CY
7265
7266 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
7267 * net/newst-treeview.el (newsticker-groups-filename):
7268 Fix incorrect obsolescence declaration.
59f7af81
CY
7269
7270 * allout.el (allout-passphrase-hint-string): Likewise.
7271 (allout-init): Use a declare form to mark obsolete.
7272
7273 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7274 this applies to functions.
7275
7276 * iswitchb.el (iswitchb-read-buffer): Move code of
7277 iswitchb-define-mode-map here, and delete that obsolete function.
7278
7279 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7280 font-lock-reference-face.
7281
cca96c97
GM
72822012-09-25 Glenn Morris <rgm@gnu.org>
7283
b06eeda8
GM
7284 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7285 Doc fixes.
7286
cca96c97
GM
7287 * eshell/em-term.el (eshell-term-name):
7288 Default to term-term-name. (Bug#12485)
7289
dc4f818b
FEG
72902012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7291
cca96c97
GM
7292 * progmodes/python.el (python-shell-send-buffer): Better handling
7293 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 7294
289c24bd
GM
72952012-09-24 Glenn Morris <rgm@gnu.org>
7296
7297 * eshell/esh-cmd.el (eshell-find-alias-function):
7298 Tighten up file-name regexp. (Bug#12499)
7299
8fb8b88f
FEG
73002012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7301
7302 Enhancements for triple-quote string syntax.
7303 * progmodes/python.el (python-quote-syntax): Remove.
7304 (python-syntax-propertize-function): New value.
07b1a5fb
SM
7305 (python-syntax-count-quotes, python-syntax-stringify):
7306 New functions.
8fb8b88f 7307
6c27f0f8
CY
73082012-09-24 Chong Yidong <cyd@gnu.org>
7309
a5f2b6ec
CY
7310 * mail/supercite.el (sc-version): Remove obsolete function.
7311 (sc-describe): Don't mark as obsolete, since it is bound.
7312 (sc-submit-bug-report): Remove.
7313
7314 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7315 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
7316 (log-edit-require-final-newline)
7317 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
7318
7319 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7320 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7321 * vc/vc.el (vc-checkout-carefully): Likewise.
7322
7323 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7324 (emerge-version): Remove.
7325
7326 * progmodes/compile.el (compile-internal): Remove.
7327 (compilation-parse-errors-function): Fix typo.
7328
7329 * international/mule.el (set-char-table-default): Remove.
7330 (set-coding-priority, make-coding-system, generic-char-p)
7331 (charset-list, charset-bytes, charset-id): Use declare to mark
7332 functions as obsolete.
7333
7334 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7335 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7336 * vc/vc-hooks.el (vc-default-registered): Don't use
7337 vc-master-templates.
7338
07b1a5fb
SM
7339 * font-lock.el (font-lock-reference-face):
7340 Use define-obsolete-variable-alias.
6c27f0f8
CY
7341
7342 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7343 * calendar/calendar.el (calendar-font-lock-keywords):
7344 * calendar/diary-lib.el (diary-font-lock-keywords)
7345 (diary-fancy-font-lock-keywords):
7346 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7347 * textmodes/reftex-index.el (reftex-insert-index):
7348 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7349 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7350 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7351 * progmodes/prolog.el (prolog-font-lock-keywords):
7352 * progmodes/idlwave.el (idlwave-idl-keywords):
7353 * progmodes/ada-mode.el (ada-font-lock-keywords):
7354 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7355
bcc0adbf
GM
73562012-09-24 Glenn Morris <rgm@gnu.org>
7357
7358 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7359
095bb823
FEG
73602012-09-23 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7361
7362 * progmodes/python.el (python-indent-line): More consistent cursor
7363 movement behavior.
7364
70efc5c9
SM
73652012-09-23 Stefan Merten <smerten@oekonux.de>
7366
7367 * textmodes/rst.el: Fix compiler warning.
7368
2f438239
RW
73692012-09-23 Roland Winkler <winkler@gnu.org>
7370
07b1a5fb
SM
7371 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7372 Transcribe also LaTeX hyphenation.
2f438239
RW
7373 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7374 bibtex-reformat-previous-options.
7375
936ad041
RW
73762012-09-23 Roland Winkler <winkler@gnu.org>
7377
7378 * proced.el (proced-renice-command): New variable.
7379 (proced-marked-processes): New function.
7380 (proced-with-processes-buffer): New macro.
7381 (proced-send-signal): Use them.
7382 (proced-renice): New command bound to r.
7383
6fab0274
RW
73842012-09-23 Roland Winkler <winkler@gnu.org>
7385
7386 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7387 ibuffer-saved-filter-groups has one element, shortcut the call of
7388 completing-read. (Bug#12331)
7389
9a930676
CY
73902012-09-23 Chong Yidong <cyd@gnu.org>
7391
7392 * bindings.el (mode-line-toggle-read-only):
7393 * bs.el (bs-toggle-readonly):
7394 * buff-menu.el (Buffer-menu-toggle-read-only):
7395 * dired.el (dired-toggle-read-only):
7396 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7397
d07ff9db
CY
73982012-09-23 Chong Yidong <cyd@gnu.org>
7399
7400 * image.el (image-type-available-p): Adapt to init-image-library
7401 argument changes.
7402
51c4474e
JL
74032012-09-22 Juri Linkov <juri@jurta.org>
7404
7405 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7406 `dired-toggle-read-only'. (Bug#12462)
7407
43bf5e8e
MR
74082012-09-22 Martin Rudalics <rudalics@gmx.at>
7409
7410 * subr.el (temp-output-buffer-show): New function.
7411 (with-output-to-temp-buffer): Call temp-output-buffer-show
7412 instead of internal-temp-output-buffer-show.
7413
c88b867f
CY
74142012-09-22 Chong Yidong <cyd@gnu.org>
7415
3df47cd5
CY
7416 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7417 (Bug#12462).
7418
c88b867f
CY
7419 * repeat.el (repeat): Doc fix (Bug#12348).
7420
7421 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7422 (Bug#10909).
7423
7424 * simple.el (shell-command-on-region): Doc fix.
3171e303 7425 (read-only-mode): Doc fix.
c88b867f 7426
df9685f3
EZ
74272012-09-22 Eli Zaretskii <eliz@gnu.org>
7428
7429 * emacs-lisp/timer.el (run-with-idle-timer)
7430 (timer-activate-when-idle): Warn against reinvoking an idle timer
7431 from within its own timer action. (Bug#12447)
7432
8e17c9ba
MR
74332012-09-22 Martin Rudalics <rudalics@gmx.at>
7434
7435 * cus-start.el (window-combination-limit): Add new optional
7436 values.
7437 * window.el (temp-buffer-window-show)
7438 (window--try-to-split-window): Handle new values of
7439 window-combination-limit (Bug#1806).
7440 (split-window): Test window-combination-limit for t instead of
7441 non-nil.
7442 (display-buffer-at-bottom): New buffer display action function.
7443 * help.el (temp-buffer-resize-regexps): New option.
7444 (temp-buffer-resize-mode): Rewrite doc-string.
7445 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 7446 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 7447
48a24920
SM
74482012-09-22 Stefan Merten <smerten@oekonux.de>
7449
70efc5c9 7450 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
7451 (rst-official-version)
7452 (rst-package-emacs-version-alist): Sync with official version
7453 V1.4.0.
7454 (rst-faces-defaults, rst-set-level-default)
7455 (rst-level-face-max, rst-level-face-base-color)
7456 (rst-level-face-base-light, rst-level-face-format-light)
7457 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7458 (rst-adornment-faces-alist): Match new setup.
7459 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7460 (rst-level-5, rst-level-6): New faces.
7461
82f8cd94
CY
74622012-09-22 Chong Yidong <cyd@gnu.org>
7463
7464 * simple.el (undo): Handle indirect buffers (Bug#8207).
7465
acfa068f 74662012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
7467
7468 IDO: Disable match re-ordering for buffer switching.
2bc9406c 7469 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
7470 (ido-set-matches-1): Use it. (Bug#2042)
7471
acfa068f 74722012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
7473
7474 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7475 Fix 2011-05-17 change. (Bug#12418)
7476
acfa068f 74772012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
7478
7479 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7480
acfa068f 74812012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
7482
7483 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7484 Be more robust about locating simple.el.
7485
acfa068f 74862012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
7487
7488 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7489
acfa068f
CY
74902012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7491
7492 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7493
41a97e6f
JL
74942012-09-20 Juri Linkov <juri@jurta.org>
7495
eb2deaff
JL
7496 * replace.el (query-replace-read-from): Use `read-regexp' instead
7497 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7498 (occur-read-primary-args): Use `read-regexp' instead of
7499 `read-string'.
7500 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7501 `read-from-minibuffer'.
7502 * isearch.el (isearch-occur): Use `read-regexp' instead of
7503 `read-string'.
7504 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7505 `read-from-minibuffer'.
7506 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7507 of `read-string'. (Bug#7567)
7508
5825610b
JL
7509 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7510 and allow accepting a list of strings prepended to a list of
7511 standard default values. Doc fix. (Bug#12321)
7512
eebbf404
JL
7513 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7514
41a97e6f
JL
7515 * replace.el (read-regexp): Don't add ": " when PROMPT already
7516 ends with a colon and space. (Bug#12321)
7517
c9e452d3
TH
75182012-09-20 Tassilo Horn <tsdh@gnu.org>
7519
7520 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7521 error.
7522
ee97deee
SM
75232012-09-20 Stefan Merten <smerten@oekonux.de>
7524
70efc5c9 7525 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
7526 Fixes feature request bug#11711.
7527 (rst-mode): Create `imenu-create-index-function'.
7528 (rst-get-stripped-line): Delete after refactoring.
7529 (rst-section-tree, rst-section-tree-rec)
7530 (rst-section-tree-point): Refactor and document properly.
7531 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
7532 (rst-imenu-convert-cell, rst-imenu-create-index):
7533 New function.
ee97deee 7534
f490dab9
SM
75352012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7536
95b9712e
SM
7537 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7538 (macroexp--expand-all): Use it.
7539 (macroexp--funcall-and-return): Remove by folding it into its sole
7540 caller (macroexp--warn-and-return).
7541 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7542 Use macroexp--obsolete-warning.
7543
f490dab9
SM
7544 * calc/calc.el: Fix last change by removing the whole chunk, since it
7545 was only needed back when Calc was not bundled.
7546
96e8d411
MR
75472012-09-20 Martin Rudalics <rudalics@gmx.at>
7548
7549 * emacs-lisp/debug.el (debug): Restore assignment to
7550 debugger-old-buffer removed on 2012-09-08.
7551
0876a82d
JL
75522012-09-20 Juri Linkov <juri@jurta.org>
7553
7554 * dired-aux.el (dired-diff): Remove (require 'diff) since
7555 `diff-latest-backup-file' is now autoloaded.
7556
9f7c28f0
CY
75572012-09-20 Chong Yidong <cyd@gnu.org>
7558
7559 * vc/diff.el (diff-latest-backup-file): Autoload.
7560
7a04bee9
SM
75612012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7562
e6f0a80d
SM
7563 * calc/calc.el: Remove redundant autoload shape check.
7564 (sel-mode): Don't defvar.
7565 (calc-get-stack-element): Add `sel-mode' arg instead.
7566 (calc-top, calc-top-list): Pass it this additional argument.
7567 * calc/calc-store.el (calc-store-map):
7568 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7569 (calc-map-equation, calc-outer-product, calc-inner-product):
7570 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7571
7a04bee9
SM
7572 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7573
12734222
JL
75742012-09-19 Juri Linkov <juri@jurta.org>
7575
7576 * dired-aux.el (dired-diff): Add (require 'diff) because
7577 `diff-latest-backup-file' is not autoloaded.
7578 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7579 of `dired-get-filename' to t to not report error when there is
7580 no default file on the current line.
7581
46624b4f
SM
75822012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7583
ce97595b
SM
7584 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7585 macroexp--eval-if-compile.
7586 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7587 (macroexp--expand-all): Use them (bug#12371).
7588
46624b4f
SM
7589 * doc-view.el (doc-view-guess-paper-size)
7590 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7591
db8a5a18
TH
75922012-09-19 Tassilo Horn <tsdh@gnu.org>
7593
7594 New feature: set optimal slice from BoundingBox information.
7595 * doc-view.el (doc-view-mode-map): Add keybinding.
7596 (doc-view-menu): Add menu entry.
7597 (doc-view-set-slice): Adapt docstring.
7598 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7599 (doc-view-scale-bounding-box)
7600 (doc-view-set-slice-from-bounding-box): New functions.
7601 (doc-view-paper-sizes): New defvar.
7602
69f6644c
GM
76032012-09-19 Glenn Morris <rgm@gnu.org>
7604
35f5b19d
GM
7605 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7606 (byte-compile-log-warning): Autoload. (Bug#12371)
7607
69f6644c
GM
7608 * calendar/calendar.el (calendar-american-month-header)
7609 (calendar-european-month-header, calendar-iso-month-header)
7610 (calendar-month-header): New options.
7611 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7612 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7613
e543ae91
JD
76142012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7615
7616 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7617
2fd5e67d
JL
76182012-09-18 Juri Linkov <juri@jurta.org>
7619
7620 * dired-aux.el (dired-diff): Restore original functionality of
7621 getting the default value, but keep new feature of using the
7622 latest existing backup file (`diff-latest-backup-file').
7623
42917e79
JL
76242012-09-18 Juri Linkov <juri@jurta.org>
7625
7626 * dired.el (dired-mark): If the region is active in Transient Mark
7627 mode, mark all files in the active region. Doc fix.
7628 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7629 Doc fix. (Bug#10624)
7630
20f70ede
JL
76312012-09-18 Juri Linkov <juri@jurta.org>
7632
7633 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7634 attributes for M-n are pulled from the file at point.
7635 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7636 Suggested by Drew Adams. (Bug#10624)
7637
32fb8162
DG
76382012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7639
7640 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7641 whitespace after "end".
7642 (ruby-do-end-to-brace): Collapse block to one line if it fits
7643 within fill-column.
7644
37ab5092
MR
76452012-09-18 Martin Rudalics <rudalics@gmx.at>
7646
7647 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7648 value.
7649 (debug): Don't remove debugger window when debugger is expected
7650 to be back.
7651
ed1f0bd3
CY
76522012-09-18 Chong Yidong <cyd@gnu.org>
7653
7654 * custom.el (defface): Doc fix.
7655
7656 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7657
a11035b8
MB
76582012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7659
7660 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7661 to initialize query-on-exit; then test that instead (bug#12288).
7662
64f6a736
SM
76632012-09-17 Stefan Merten <smerten@oekonux.de>
7664
70efc5c9 7665 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
7666 (rst-defcustom-testcover, rst-testcover-add-compose)
7667 (rst-testcover-add-1value): New functions.
7668 (rst-portable-mark-active-p): Replace by `use-region-p'.
7669 (rst-update-section, rst-classify-adornment)
7670 (rst-find-title-line): Mark `1value' forms.
7671 (rst-classify-adornment): Remove superfluous form.
7672 (rst-update-section, rst-get-adornments-around)
7673 (rst-adornment-complete-p, rst-get-next-adornment)
7674 (rst-adjust, rst-promote-region)
7675 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7676 (rst-find-pfx-in-region, rst-section-tree-rec)
7677 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7678 (rst-toc-node, rst-toc, rst-forward-section)
7679 (rst-iterate-leftmost-paragraphs)
7680 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7681 (rst-bullet-list-region)
7682 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7683 (rst-compile-find-conf, rst-compile)
7684 (rst-repeat-last-character): Fix style.
7685
580bd868
CY
76862012-09-17 Chong Yidong <cyd@gnu.org>
7687
7688 * comint.el (comint--complete-file-name-data): Don't add a space
7689 if the status is `sole'; that adds a gratuitous space in the
7690 completion-cycling case (Bug#12092).
7691
7692 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7693
69de3ec6
RS
76942012-09-17 Richard Stallman <rms@gnu.org>
7695
0dee970c
RS
7696 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7697 only in the mime-shown mode, not in raw mode.
7698 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 7699 mime processing. (Bug#12305)
0dee970c 7700
6b250df6
GM
7701 * mail/rmail.el (rmail-retry-failure):
7702 Turn off mime processing first. (Bug#12037)
acb1c47b 7703
69de3ec6
RS
7704 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7705
d079ee5f
CY
77062012-09-17 Chong Yidong <cyd@gnu.org>
7707
7708 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7709 (shell-dynamic-complete-functions): Convert to defcustom.
7710 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7711
865fe16f
CY
7712 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7713 * comint.el (comint-prompt-read-only):
7714 * custom.el (defcustom):
7715 * hi-lock.el (hi-lock-mode):
7716 * ibuffer.el (ibuffer-formats):
7717 * ielm.el (ielm-prompt-read-only):
7718 * novice.el (disable-command):
7719 * saveplace.el (toggle-save-place):
7720 * speedbar.el (speedbar-supported-extension-expressions):
7721 * startup.el (auto-save-list-file-prefix, init-file-user)
7722 (after-init-hook, inhibit-startup-echo-area-message):
7723 * strokes.el (strokes-help):
7724 * time-stamp.el (time-stamp):
7725 * calendar/calendar.el (calendar, diary-file):
7726 * calendar/diary-lib.el (diary-mail-entries, diary)
7727 (diary-list-entries-hook):
7728 * calendar/holidays.el (holidays, calendar-holidays):
7729 * calendar/lunar.el (lunar-phases):
7730 * calendar/solar.el (sunrise-sunset):
7731 * emulation/edt.el (edt-load-keys):
7732 * emulation/viper.el (viper-mode):
7733 * eshell/em-alias.el (eshell-command-aliases-list):
7734 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7735 * international/ogonek.el (ogonek-information):
7736 * net/tramp-cmds.el (tramp-bug):
7737 * net/quickurl.el (quickurl-reread-hook-postfix):
7738 * play/decipher.el (decipher-font-lock-keywords):
7739 * progmodes/cc-styles.el (c-set-style):
7740 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7741 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7742 * progmodes/octave-mod.el (octave-mode):
7743 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7744 * progmodes/verilog-mode.el (verilog-read-defines):
7745 * textmodes/two-column.el (2C-mode): Likewise.
7746
48093eb9
KY
77472012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7748
7749 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7750 that holds many addresses.
7751
c584eaf9
CY
77522012-09-16 Chong Yidong <cyd@gnu.org>
7753
40d70ecb
CY
7754 * align.el (align-areas): Call the indication function with
7755 positions instead of markers for arguments (Bug#12343).
7756
1667e065
CY
7757 * files.el (parse-colon-path): Use split-string (Bug#12351).
7758
fdc2806d 7759 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 7760 (display-buffer-function): Mark as obsolete.
fdc2806d 7761
f1be615c 7762 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
7763 values similar to font-lock-keywords (Bug#12136).
7764 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
7765 (compilation-error-regexp-alist): Doc fix.
7766
f40a9709
GM
77672012-09-15 Glenn Morris <rgm@gnu.org>
7768
72aa16e1
GM
7769 * version.el (emacs-bzr-version-bzr): New function.
7770 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7771
82375160
GM
7772 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7773 checkouts, check the parent dirstate matches the branch.
7774 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7775 empty string.
7776
f40a9709
GM
7777 * version.el (emacs-bzr-version): Doc fix.
7778 (emacs-bzr-version-dirstate): New function.
7779 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7780 is local try and check that it matches the branch. If not, just
7781 use dirstate information. (Bug#12441)
7782
cb26b7f5
JL
77832012-09-14 Juri Linkov <juri@jurta.org>
7784
7785 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7786 (Bug#12399)
7787
2de39f08
SM
77882012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7789
0fb3cb7c
SM
7790 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7791
2de39f08
SM
7792 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7793 Remove obsolete byte-compiler hack that tried to silence some warnings.
7794 (edebug-submit-bug-report): Remove.
7795 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7796 Remove aliases, use the un-prefixed name instead.
7797 (edebug-pop-to-buffer): Consider other frames.
7798 (edebug-original-read):: Make it more obvious that it's always defined.
7799 (edebug--make-form-data-entry, edebug--form-data-name)
7800 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7801 single-dashed name, and implement with cl-defstruct.
7802 (edebug-set-form-data-entry): Use the standard accessors.
7803 (edebug-make-top-form-data-entry): Use push.
7804 (edebug-no-match): Drop useless `funcall'.
7805 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7806 to functions.
7807 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7808 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7809 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7810 (easy-menu-define, with-custom-print): Remove redundant specs.
7811 (edebug-outside-overriding-local-map)
7812 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7813 (edebug--display): Bind unread-command-events directly to nil rather
7814 than binding it to unread-command-events and later setting it to nil.
7815 (edebug--display): Kill edebug-eval-buffer here...
7816 (edebug--recursive-edit): ...rather than here.
7817 Bind standard-output and standard-input.
7818 (edebug-eval): Check cl-macroexpand-all is fboundp.
7819 (edebug-temp-display-freq-count): Fix last change.
7820
7821 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7822 * subr.el (noreturn, 1value): Add `debug' spec.
7823 * emacs-lisp/advice.el: Require cl-lib.
7824 (ad-copy-tree): Remove, use copy-tree instead.
7825 (ad-dolist): Remove use dolist or cl-dolist instead.
7826 (ad-do-return): Remove, use cl-return instead.
7827 (defadvice): Add `debug' spec.
7828
5b68b333
JL
78292012-09-13 Juri Linkov <juri@jurta.org>
7830
7831 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7832 (Bug#12399)
7833
b9800ec4
GM
78342012-09-13 Glenn Morris <rgm@gnu.org>
7835
6a2e6868
GM
7836 * calc/calc.el (math-compose-expr):
7837 * calc/calc-ext.el (math-compose-expr):
7838 * progmodes/cc-defs.el (cl-macroexpand-all):
7839 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7840 (cl-macroexpand-all): Update declarations.
7841
b9800ec4
GM
7842 * vc/vc.el: No need to require ediff.
7843 (ediff-load-version-control): Declare.
7844 (ediff-vc-internal): Fix declaration.
7845 (vc-version-ediff): Require ediff.
7846
c18e885b
PE
78472012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7848
7849 Use a more backwards-compatible timer format (Bug#12430).
7850 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7851 being right after USECS, as that better supports old code that
7852 inadvisedly looked directly at the timer vector.
7853
d607d303
KH
78542012-09-13 Kenichi Handa <handa@gnu.org>
7855
7856 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7857 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7858 `coding-priority' property of these language environment.
7859
72eac303
PE
78602012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7861
7862 Fix glitches caused by addition of psec to timers (Bug#12430).
7863 * image.el (image-animate-timer):
7864 * time.el (display-time-world-timer):
7865 Use timer--function and timer--args rather than raw access to
7866 timer vector.
7867
2168fe4f
GM
78682012-09-13 Glenn Morris <rgm@gnu.org>
7869
7870 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7871 If not compiling a file, try using load-file-name.
7872
bd8d6108
SM
78732012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7874
c0c54fbd
SM
7875 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7876 Fix last change.
7877 (edebug-update-eval-list): Use `push'.
7878
bd8d6108
SM
7879 * emacs-lisp/edebug.el: Use lexical-binding.
7880 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7881 Mark unused args with underscore.
7882 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7883 (edebug-form-data): Use defvar-local.
7884 (edebug-make-before-and-after-form, edebug-make-after-form):
7885 Use backquote.
7886 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7887 Not dynamically scoped any more.
7888 (edebug--enter-trace): Add arguments `function' and `args'.
7889 Rename from edebug-enter-trace.
7890 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7891 (edebug--update-coverage): Add `after-index' and `value' args.
7892 Rename from edebug-update-coverage.
7893 (edebug-slow-after): Call it accordingly.
7894 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7895 edebug-recursive-edit.
7896 (edebug--display): Call it accordingly. Add args `value',
7897 `offset-index', and `arg-mode'. Rename from edebug-display.
7898 (edebug-debugger, edebug): Call it accordingly.
7899 (edebug-eval-display-list): Use dolist.
7900
a9f9d9de
JL
79012012-09-12 Juri Linkov <juri@jurta.org>
7902
7903 * info.el (Info-search): Don't check for isearch-mode and
7904 isearch-regexp before let-binding search-spaces-regexp to
7905 Info-search-whitespace-regexp.
7906 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7907 search-whitespace-regexp if isearch-lax-whitespace or
7908 isearch-regexp-lax-whitespace is non-nil.
7909 (Info-mode): Don't set local variable search-whitespace-regexp.
7910 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7911
bfeae2cf
SM
79122012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7913
7914 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7915 (debugger-env-macro): Remove support for unread-command-char.
7916
7917 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7918 the temporary map re-appearing on emulation-mode-map-alists.
7919
7920 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7921 since 22.1.
7922
7923 * ehelp.el (with-electric-help): Accept functions in
7924 electric-help-form-to-execute.
7925 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7926 And replace unread-command-char -> unread-command-events.
7927
fbbcaf1b
MA
79282012-09-12 Michael Albinus <michael.albinus@gmx.de>
7929
7930 Sync with Tramp 2.2.6.
7931
7932 * net/tramp.el (tramp-accept-process-output): Don't use
7933 JUST-THIS-ONE in the XEmacs case.
7934
7935 * net/trampver.el: Update release number.
7936
4dece104
MR
79372012-09-12 Martin Rudalics <rudalics@gmx.at>
7938
bfeae2cf
SM
7939 * emacs-lisp/debug.el (debugger-previous-window-height):
7940 New variable.
4dece104
MR
7941 (debug): When debugger-jumping-flag is non-nil try to restore
7942 height of debugger window. (Bug#8789)
7943
45b82ad0
SM
79442012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7945
60c49c0f
SM
7946 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7947 overriding-local-map and pre/post-command-hook here.
7948 (edebug-recursive-edit): Do it here instead (bug#12345).
7949 (edebug-outside-unread-command-char): Remove all uses of
7950 unread-command-char.
7951
45b82ad0
SM
7952 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7953 inhibit-debugger is bound instead.
7954
baa26ea0
BG
79552012-09-11 Bastien Guerry <bzg@gnu.org>
7956
7957 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 7958 (Bug#12346)
baa26ea0 7959
04e8abfa
BG
79602012-09-11 Bastien Guerry <bzg@gnu.org>
7961
96d03571 7962 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 7963 (Bug#12347)
96d03571
BG
7964
79652012-09-11 Bastien Guerry <bzg@gnu.org>
7966
fc0c31f8 7967 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 7968
04e082b0
MM
79692012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7970
7971 * progmodes/sql.el: Version 3.1
7972 (sql-db2-escape-newlines): New variable.
7973 (sql-escape-newlines-filter): Use it.
7974
399a361b
JB
79752012-09-10 Juanma Barranquero <lekktu@gmail.com>
7976
7977 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7978
0780c517
DN
79792012-09-10 Dan Nicolaescu <dann@gnu.org>
7980
45b82ad0
SM
7981 * vc/diff-mode.el (diff-mode-menu):
7982 Bind diff-remove-trailing-whitespace.
0780c517 7983
9b851e25
SM
79842012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
7987 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7988 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
7989 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7990 (eval-defun-2): Remove bogus interactive spec.
7991 (lisp-indent-line): Remove redundant whole-exp code, now done in
7992 indent-according-to-mode.
7993 (save-match-data): Remove redundant indent data.
7994
7995 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7996 Use `declare'.
7997
3231d532
JL
79982012-09-09 Juri Linkov <juri@jurta.org>
7999
8000 * replace.el (replace-regexp-lax-whitespace): New defcustom.
8001 (replace-lax-whitespace, query-replace-regexp)
8002 (query-replace-regexp-eval, replace-regexp): Doc fix.
8003 (perform-replace, replace-highlight): Let-bind
8004 isearch-lax-whitespace to replace-lax-whitespace and
8005 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8006
8007 * isearch.el (isearch-query-replace): Let-bind
8008 replace-lax-whitespace to isearch-lax-whitespace and
8009 replace-regexp-lax-whitespace to
8010 isearch-regexp-lax-whitespace. (Bug#10885)
8011
70fe8236
SM
80122012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8015
8ed43f15
AM
80162012-09-09 Alan Mackenzie <acm@muc.de>
8017
70fe8236
SM
8018 * progmodes/cc-engine.el (c-state-cache-init):
8019 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8020 (c-record-parse-state-state):
8021 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 8022
bfabf70a
AS
80232012-09-09 Andreas Schwab <schwab@linux-m68k.org>
8024
8025 * register.el (register-separator): Rename from
8026 separator-register. All uses changed. Doc fix.
8027 (register): Fix version.
8028
011474aa
CY
80292012-09-09 Chong Yidong <cyd@gnu.org>
8030
8031 * replace.el (query-replace-map): Bind four new symbols for
8032 requesting window scrolling.
8033
8034 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8035 query-replace-map (Bug#8948).
8036
8037 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8038
8039 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8040 since they are now in query-replace-map.
8041
8042 * window.el (scroll-other-window-down): Make the arg optional.
8043
a8b7cd8d
CY
80442012-09-09 Chong Yidong <cyd@gnu.org>
8045
8046 * files.el (hack-local-variables-confirm): Use quit-window to kill
8047 the *Local Variables* buffer.
8048
c3268831
DG
80492012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8050
8051 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8052 not just expect to be at its beginning. Adjust callees.
8053 Succeed when do-end block has no space before the pipe character.
8054 (ruby-brace-to-do-end): When the original block is one-liner,
8055 convert to multiline. Reindent the result.
8056
0979429b
J
80572012-09-08 Jambunathan K <kjambunathan@gmail.com>
8058
8059 * register.el (register): New group.
27359e99 8060 (separator-register): New user option.
0979429b
J
8061 (increment-register): Route it to `append-to-register', if
8062 register contains text. Implication is that `C-x r +' can now be
8063 used for appending to a text register (bug#12217).
8064 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 8065 `separator-register'.
0979429b 8066
ace2989a
AM
80672012-09-08 Alan Mackenzie <acm@muc.de>
8068
8069 AWK Mode: make auto-newline work when there's "==" in the pattern.
8070 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8071 correctly.
0979429b
J
8072 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8073 Test more rigorously for "=" token.
ace2989a 8074
616c6c36
DG
80752012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8076
0979429b
J
8077 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8078 Only fail when reached LIMIT.
616c6c36 8079
35d98877
CY
80802012-09-08 Chong Yidong <cyd@gnu.org>
8081
8082 * dired.el (dired-mode-map): Don't bind M-=.
8083
8084 * dired-aux.el (dired-diff): Use backup file as default.
8085
1715f2db
DA
80862012-09-08 Drew Adams <drew.adams@oracle.com>
8087
8088 * subr.el (add-to-history): Fix delete usage (Bug#12314).
8089
6dcef6ec
CY
80902012-09-08 Chong Yidong <cyd@gnu.org>
8091
8092 * subr.el (syntax-after, syntax-class): Doc fix.
8093
fa2bcf43
MR
80942012-09-08 Martin Rudalics <rudalics@gmx.at>
8095
8096 * window.el (display-buffer-in-previous-window): New buffer
8097 display action function.
8098
8099 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8100 (debugger-previous-window): New variable.
8101 (debug): Rewrite using display-buffer-in-previous-window,
8102 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
8103
daac280a
SM
81042012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
8107
9dd40b00
MM
81082012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
8109
daac280a
SM
8110 * progmodes/python.el (python-shell-send-string):
8111 When default-directory is remote, create temp file on remote
9dd40b00
MM
8112 filesystem.
8113 (python-shell-send-file): When file is remote, pass local view of
8114 file paths to remote Python interpreter. (Bug#12340)
8115
145823ec
CY
81162012-09-07 Chong Yidong <cyd@gnu.org>
8117
cee2e90d
CY
8118 * window.el (switch-to-buffer): Doc fix (Bug#12181).
8119
0d7eb2ea
CY
8120 * files.el (after-find-file): Don't fail on a read-only buffer if
8121 require-final-newline is `visit' or `visit-save' (Bug#11156).
8122
145823ec
CY
8123 * subr.el (read-char-choice): Allow quitting via ESC ESC.
8124
daac280a
SM
8125 * userlock.el (ask-user-about-supersession-threat):
8126 Use read-char-choice (Bug#12093).
145823ec 8127
74c582e6
CY
81282012-09-07 Chong Yidong <cyd@gnu.org>
8129
e5c2edf7
CY
8130 * subr.el (buffer-narrowed-p): New function.
8131
8132 * ses.el (ses-widen):
8133 * simple.el (count-words--buffer-message):
1f9f395d 8134 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
8135
8136 * simple.el (count-words-region): Don't signal an error if there
8137 is a non-nil prefix arg and the mark is not set.
c640e87d 8138
74c582e6
CY
8139 * help.el (describe-key-briefly): Allow the message to be seen
8140 when invoked from the minibuffer (Bug#7014).
8141
d81ceaaf
DG
81422012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8143
8144 * progmodes/ruby-mode.el (ruby-end-of-defun)
8145 (ruby-beginning-of-defun): Simplify, allow indentation before
8146 block beginning and end keywords.
8f06acce
DG
8147 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8148 (ruby-end-of-defun): Expect that the point is at the beginning of
8149 the defun.
d81ceaaf 8150
d458ef98
SM
81512012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8154 (bug#12367).
8155 (cl--make-usage-args): Strip _ from argument names.
8156
20367d28
RS
81572012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
8158
8159 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8160 obsolete alias speedbar-key-map.
8161 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8162 (vhdl-index-menu-init): Don't use obsolete variable
8163 font-lock-maximum-size.
8164
3424a4f6
CY
81652012-09-06 Chong Yidong <cyd@gnu.org>
8166
8167 * frame.el (window-system-version): Mark as obsolete.
8168
fcbfbdea
CY
8169 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8170 of obsolete variable speedbar-key-map.
8171
826b3235
JL
81722012-09-06 Juri Linkov <juri@jurta.org>
8173
8174 * replace.el (replace-lax-whitespace): New defcustom.
8175 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8176 (replace-string, replace-regexp): Mention it in docstrings.
8177 (perform-replace, replace-highlight): Let-bind
8178 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8179 to the values of replace-lax-whitespace and regexp-flag.
8180 Don't let-bind search-whitespace-regexp. (Bug#10885)
8181
8182 * isearch.el (isearch-query-replace): Let-bind
8183 replace-lax-whitespace instead of let-binding
8184 replace-search-function and replace-re-search-function.
8185 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8186 and isearch-regexp-lax-whitespace to lazy-highlight variables.
8187 (isearch-toggle-symbol): Set isearch-regexp to nil
8188 in isearch-word mode (like in isearch-toggle-word).
8189
1ec5e41d
JL
81902012-09-06 Juri Linkov <juri@jurta.org>
8191
8192 * replace.el (replace-search-function)
8193 (replace-re-search-function): Set default values to nil.
8194 (perform-replace): Let-bind isearch-related variables based on
8195 replace-related values, call `isearch-search-fun' and let-bind
8196 the result to `search-function'. Remove code that sets
8197 `search-function' and `search-string' separately for
8198 `delimited-flag'.
8199 (replace-highlight): Add new argument `delimited-flag' and
8200 rename other arguments to the names used in `perform-replace'.
8201 Let-bind `isearch-word' to the argument `delimited-flag'.
8202 (Bug#10885, bug#10887)
8203
0ba2d4b6
DG
82042012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8205
8206 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8207 ruby-beginning-of-indent, simplify, allow all keywords to have
8208 indentation before them.
8209 (ruby-beginning-of-indent): Adjust for above. Search until the
8210 found point is not inside a string or comment.
8211 (ruby-font-lock-keywords): Allow symbols to start with "@"
8212 character, give them higher priority than variables.
8213 (ruby-syntax-propertize-function)
8214 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8215 matchers. Expression expansions are not comments when inside a
8216 string, and there comment syntax status is irrelevant.
8217 (ruby-match-expression-expansion): New function. Check that
8218 expression expansion is inside a string, and it's not escaped.
8219 (ruby-font-lock-keywords): Use it.
8220
ef654460
MR
82212012-09-05 Martin Rudalics <rudalics@gmx.at>
8222
8223 * help.el (temp-buffer-max-height): New default value.
8224 (temp-buffer-resize-frames): New option.
8225 (resize-temp-buffer-window): Optionally resize frame.
8226
8227 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8228 (fit-frame-to-buffer): New function.
8229
7e570fbf 82302012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
8231
8232 * emulation/cua-rect.el (cua--init-rectangles):
8233 * textmodes/picture.el (picture-mode-map):
8234 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8235 like forward-char and backward-char. (Bug#12317)
8236
7e570fbf 82372012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
8238
8239 * progmodes/flymake.el (flymake-warning-re): New variable.
8240 (flymake-parse-line): Use it.
8241
7e570fbf 82422012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
8243
8244 * calendar/holidays.el (holiday-christian-holidays):
8245 Rename an entry. (Bug#12289)
8246
7e570fbf 82472012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
8248
8249 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8250 (bug#12222).
8251
972debf2
SM
82522012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * loadup.el: Load macroexp. Remove hack.
8255 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8256 (macroexp--expand-all): Use it to get better warnings.
8257 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8258 (internal-macroexpand-for-load): New functions.
8259 (macroexp--pending-eager-loads): New var.
8260 (emacs-startup-hook): New hack to replace one in loadup.el.
8261 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8262 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8263 (cl-psetf): Simplify.
8264 (cl-defstruct): Add indent rule.
8265
8ce192e3
LI
82662012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8267
8268 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8269 over `user-mail-address' for the SMTP MAIL FROM envelope.
8270 (smtpmail-via-smtp): Ditto.
8271
6578b4d8
DG
82722012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8273
8274 * progmodes/ruby-mode.el: Clean up keybindings.
8275 (ruby-mode-map): Don't bind ruby-electric-brace,
8276 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8277 backward-kill-word, reindent-then-newline-and-indent.
8278 (ruby-mark-defun): Remove.
8279 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8280 (ruby-mode): Set local beginning-of-defun-function and
8281 end-of-defun-function values.
8282
c5e28e39
MR
82832012-09-03 Martin Rudalics <rudalics@gmx.at>
8284
8285 * window.el (temp-buffer-window-setup-hook)
8286 (temp-buffer-window-show-hook): New hooks.
8287 (temp-buffer-window-setup, temp-buffer-window-show)
8288 (with-temp-buffer-window): New functions.
972debf2
SM
8289 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8290 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
8291
8292 * help.el (temp-buffer-resize-mode): Fix doc-string.
8293 (resize-temp-buffer-window): New optional argument WINDOW.
8294
8295 * files.el (recover-file, save-buffers-kill-emacs):
8296 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8297
73406194
MA
82982012-09-02 Michael Albinus <michael.albinus@gmx.de>
8299
8300 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8301 remote definition of `default-directory', ensure we can connect.
8302
63dd1c6f
JL
83032012-09-02 Juri Linkov <juri@jurta.org>
8304
8305 Toggle whitespace matching mode with M-s SPC.
8306 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8307
8308 * isearch.el (search-whitespace-regexp): Doc fix.
8309 Remove cons cell customization.
8310 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8311 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8312 New variables.
8313 (isearch-forward, isearch-forward-regexp): Doc fix.
8314 (isearch-toggle-lax-whitespace): New command.
8315 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8316 (re-search-forward-lax-whitespace)
8317 (re-search-backward-lax-whitespace): New functions.
8318 (isearch-whitespace-regexp): Remove function.
8319 (isearch-query-replace): Let-bind replace-search-function and
8320 replace-re-search-function.
8321 (isearch-occur): Let-bind search-spaces-regexp according to the
8322 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8323 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8324 condition for C-q SPC.
8325 (isearch-search-fun-default): Use new functions mentioned above.
8326 (isearch-search-forward, isearch-search-backward): Remove functions.
8327 (isearch-search): Don't let-bind search-spaces-regexp.
8328 (isearch-lazy-highlight-space-regexp): Remove variable.
8329 (isearch-lazy-highlight-lax-whitespace)
8330 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8331 (isearch-lazy-highlight-new-loop): Use them.
8332 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8333
af7dda05
CY
83342012-09-02 Chong Yidong <cyd@gnu.org>
8335
8336 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8337
d67d3afd
GM
83382012-09-02 Glenn Morris <rgm@gnu.org>
8339
8340 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8341
69678719
GM
83422012-09-01 Glenn Morris <rgm@gnu.org>
8343
8344 * term.el: Tidy up menu definitions.
8345 (term-mode-map): Use easymenu for In/Out, Complete menus.
8346 (term-pager-break-map): Initialize in the defvar.
8347 (term-terminal-menu, term-signals-menu): Define with easymenu.
8348 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8349 (term-pager-menu): New, extracted from term-process-pager.
8350 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8351 (term-update-mode-line): Propertize line/char and page items.
8352 (term-process-pager): Move keymap initialization elsewhere.
8353
78dd6ab1
MR
83542012-09-01 Martin Rudalics <rudalics@gmx.at>
8355
8356 * window.el (switch-to-prev-buffer): Handle additional values of
8357 BURY-OR-KILL argument. Don't switch in minibuffer window.
8358 (switch-to-next-buffer): Don't switch in minibuffer window.
8359 (quit-restore-window): New function based on quit-window.
8360 Handle additional values of former KILL argument.
8361 (quit-window): Call quit-restore-window with appropriate
8362 interpretation of KILL argument.
8363 (display-buffer-below-selected): New buffer display action
8364 function.
8365
3d10e134
SM
83662012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * minibuffer.el (completion-at-point-functions): Complete docstring
8369 (bug#12254).
8370
0e23ef9d
PE
83712012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8372
8373 Better seed support for (random).
8374 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8375 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8376 * play/mpuz.el, play/tetris.el, play/zone.el:
8377 * calc/calc-comb.el (math-init-random-base):
8378 * play/blackbox.el (bb-init-board):
8379 * play/life.el (life):
8380 * server.el (server-use-tcp):
8381 * type-break.el (type-break):
8382 Remove unnecessary call to (random t).
8383 * net/sasl.el (sasl-unique-id-function):
8384 Change (random t) to (random), now that the latter is more random.
8385 * play/life.el (life-initialized): Remove no-longer-needed var.
8386
862382df
MR
83872012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8388
8389 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8390 Consider frame's buffer predicate when choosing the buffer.
8391 (Bug#12081)
8392
262a66e1
RS
83932012-08-30 Richard Stallman <rms@gnu.org>
8394
8395 * simple.el (special-mode-map): Delete binding for `z'.
8396
f17e1d00
AS
83972012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8398
8399 * progmodes/compile.el (compilation-always-kill): Doc fix.
8400
24777832
CY
84012012-08-30 Chong Yidong <cyd@gnu.org>
8402
8403 * window.el (display-buffer-reuse-frames): Make the obsolescence
8404 message more informative.
8405
69ba1f04
GM
84062012-08-30 Glenn Morris <rgm@gnu.org>
8407
8408 * paren.el (show-paren-delay):
8409 Add a :set function. Doc fix. (Bug#12297)
8410
f0019ede
MB
84112012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8412
8413 * progmodes/compile.el (compilation-always-kill): New var.
8414 (compilation-start): Use it.
8415
35e62fc9
SM
84162012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8417
af070a1c
SM
8418 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8419 * files.el (read-only-mode): Move to simple.el.
8420
35e62fc9
SM
8421 * files.el (read-only-mode): New minor mode.
8422 (toggle-read-only): Use it and mark obsolete.
8423 (find-file--read-only):
8424 * vc/vc.el (vc-next-action, vc-checkout):
8425 * vc/vc-cvs.el (vc-cvs-checkout):
8426 * obsolete/vc-mcvs.el (vc-mcvs-update):
8427 * ffap.el (ffap--toggle-read-only): Update callers.
8428
c2c43c23
MA
84292012-08-29 Michael Albinus <michael.albinus@gmx.de>
8430
8431 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
8432 remote shell scripts.
8433 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
8434
8435 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8436 "/usr/local/sbin".
8437
9fba804b
SM
84382012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8441
eada0861 84422012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 8443
806f0cc7
LL
8444 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8445 completion-at-point. (Bug#12220)
8446
3bb213b9
LL
8447 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8448
22ab32ef
LL
8449 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8450
eada0861 84512012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 8452
19c17fc1
CY
8453 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8454 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 8455
eada0861 84562012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
8457
8458 * progmodes/hideif.el (hif-compress-define-list):
8459 Fix typo. (Bug#11951)
8460
eada0861 84612012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
8462
8463 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8464 buffer local setting.
8465
27d6c5a8
LL
8466 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8467 rcirc-encode-coding-system.
8468
eada0861 84692012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
8470
8471 * net/rcirc.el (rcirc-split-message): New function.
8472 (rcirc-send-message): Use it. (Bug#12051)
8473
d44688e4
JL
84742012-08-28 Juri Linkov <juri@jurta.org>
8475
8476 * info.el (Info-fontify-node): Hide empty lines at the end of
8477 the node. (Bug#12272)
8478
34f10d41
MR
84792012-08-27 Drew Adams <drew.adams@oracle.com>
8480
8481 * dired.el (dired-pop-to-buffer): Make window start at beginning
8482 of buffer (Bug#12281).
8483
77f1f99c
CY
84842012-08-26 Chong Yidong <cyd@gnu.org>
8485
8486 * window.el (special-display-regexps, special-display-frame-alist)
8487 (special-display-buffer-names, special-display-function)
8488 (display-buffer-reuse-frames): Mark as obsolete.
8489
8490 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8491
8492 * help.el (help-print-return-message): Don't treat
8493 display-buffer-reuse-frames specially.
8494
d97af5a0
CY
84952012-08-26 Chong Yidong <cyd@gnu.org>
8496
9fba804b
SM
8497 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8498 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
8499 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8500 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8501 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8502 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8503 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8504 the functions directly with gdb-display-buffer-other-frame-action.
8505 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8506 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8507 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8508 (gdb-display-registers-buffer): Define directly.
8509 (def-gdb-display-buffer): Macro deleted.
8510 (gdb-display-buffer): Remove second and third args, callers don't
8511 use them. Defer to the default display-buffer behavior, apart
8512 from making windows dedicated.
8513 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8514
8515 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8516
8517 * window.el (display-buffer-pop-up-frame): Handle a
8518 pop-up-frame-parameters alist entry.
8519 (display-buffer): Document it.
8520
dd7ffad6
CY
85212012-08-26 Chong Yidong <cyd@gnu.org>
8522
8523 * isearch.el (search-whitespace-regexp): Make string and nil
8524 values apply to both ordinary and regexp search. Allow a cons
8525 cell value to distinguish between the two.
8526 (isearch-whitespace-regexp, isearch-search-forward)
8527 (isearch-search-backward): New functions.
8528 (isearch-occur, isearch-search-fun-default, isearch-search)
8529 (isearch-lazy-highlight-new-loop): Use them.
8530 (isearch-forward, isearch-forward-regexp): Doc fix.
8531
4c47bd1e
CY
85322012-08-26 Chong Yidong <cyd@gnu.org>
8533
8534 * faces.el (help-argument-name): Always inherit from italic
8535 (Bug#12213).
8536
9aba119d
MR
85372012-08-25 Martin Rudalics <rudalics@gmx.at>
8538
8539 * window.el (window--even-window-heights): Even heights when
8540 WINDOW and the selected window form a vertical combination.
8541 (display-buffer-use-some-window): Provide that window used gets
8542 sized back by quit-window. (Bug#11880) and (Bug#12091)
8543
ca5256ad
PE
85442012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8545
8546 Fix file time stamp problem with bzr and CVS (Bug#12001).
8547 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8548 in the file's time stamp, since the version control system loses
8549 that information.
8550
d1c0d176
JL
85512012-08-22 Juri Linkov <juri@jurta.org>
8552
8553 * info.el (Info-fontify-node): Hide the suffix of the
8554 Info file name in the header line. (Bug#12187)
8555
141562ff
GM
85562012-08-22 Glenn Morris <rgm@gnu.org>
8557
8558 * calendar/cal-tex.el (cal-tex-weekly-common):
8559 Restore leading blank page.
8560
3a21537c 85612012-08-22 Le Wang <l26wang@gmail.com>
add9ca2d
BG
8562
8563 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
8564 the region under `shift-select-mode'. (Bug#12231)
8565
85662012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
8567
8568 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8569 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8570 gives details on why the space is never needed.
8571
ea95074e
MR
85722012-08-22 Martin Rudalics <rudalics@gmx.at>
8573
9fba804b
SM
8574 * window.el (walk-window-tree, window-with-parameter):
8575 New optional argument MINIBUF to control whether these functions
ea95074e
MR
8576 should run on the minibuffer window.
8577 (window-at-side-list): Don't operate on minibuffer window.
8578 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
8579 (window--size-ignore): Rename to window--size-ignore-p.
8580 Update callers.
caceae25
MR
8581 (display-buffer-in-atom-window, window--major-non-side-window)
8582 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
8583 (delete-side-window, display-buffer-in-side-window):
8584 New functions.
caceae25
MR
8585 (window--side-check, window-deletable-p, delete-window)
8586 (delete-other-windows, split-window): Handle side windows and
8587 atomic windows appropriately.
8588 (window--display-buffer): Call display-buffer-record-window also
8589 when the window buffer did not change.
ea95074e 8590
80a51fa0
CS
85912012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8592
8593 * help-fns.el (help-fns--key-bindings):
8594 Abbreviate non-symbol remap targets. (Bug#12174)
8595
fbb6300b
MR
85962012-08-22 Martin Rudalics <rudalics@gmx.at>
8597
8598 * dired.el (dired-mark-remembered): Don't clobber point.
8599 (Bug#11795)
8600
2b2c0794
GM
86012012-08-22 Glenn Morris <rgm@gnu.org>
8602
8603 * progmodes/bug-reference.el (bug-reference): New custom group.
8604 (bug-reference-bug-regexp): Make it a defcustom.
8605
37219830
DU
86062012-08-22 Daiki Ueno <ueno@unixuser.org>
8607
8608 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8609 (js-paren-indent-offset, js-square-indent-offset)
8610 (js-curly-indent-offset): Add :safe (Bug#12257).
8611
94e0e559
EC
86122012-08-22 Edward O'Connor <hober0@gmail.com>
8613
8614 * json.el (json-key-format): Add error properties.
8615 (json-encode-key): New function.
8616 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8617 Use json-encode-key.
8618
da485f5e
GM
86192012-08-22 Glenn Morris <rgm@gnu.org>
8620
8621 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8622 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8623 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8624 Update for above change.
8625
c6cc78b8
AS
86262012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8627
8628 * cus-face.el (custom-face-attributes): Fix customize type for the
8629 :underline attribute. (Bug#11805)
8630
5481664a
MR
86312012-08-21 Martin Rudalics <rudalics@gmx.at>
8632
8633 * window.el (window-point-1, set-window-point-1): Remove.
8634 (window-in-direction, record-window-buffer)
8635 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
8636 (window--state-get-1, display-buffer-record-window):
8637 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
8638 window-point and set-window-point respectively.
8639
6d74698e
GM
86402012-08-21 Glenn Morris <rgm@gnu.org>
8641
b7fa2691
GM
8642 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8643 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8644 Use it.
8645
52f56d5a
GM
8646 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8647 (cal-tex-shortday): New function.
8648 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8649 (cal-tex-cursor-filofax-daily): Use the above.
8650
9f1ee09e
GM
8651 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8652 New functions.
8653 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8654 (cal-tex-cursor-filofax-week): Use them.
8655
79858159
GM
8656 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8657 New constants.
8658 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8659 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8660
d346b2b4
GM
8661 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8662 (cal-tex-end-document): Don't rely on buffer name.
8663
b2403709
GM
8664 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8665 Use cal-tex-vspace.
8666 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8667 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
8668 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8669 Use cal-tex-arg.
b2403709 8670
1cebb5c0
GM
8671 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8672 (cal-tex-cursor-week, cal-tex-cursor-week2)
8673 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8674 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8675 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8676 (cal-tex-insert-preamble, cal-tex-b-document)
8677 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8678 Improve cal-tex-cmd usage.
8679
c68cd5d4
GM
8680 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8681 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8682 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8683 (cal-tex-weekly-paper): New function.
8684 (cal-tex-cursor-week, cal-tex-cursor-week2)
8685 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8686 (cal-tex-cursor-day): Use it.
8687
9dca4801
GM
8688 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8689 (cal-tex-cursor-filofax-week): Remove leading blank page.
8690
1941e134
GM
8691 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8692 Add autoload cookie. For now at least, don't use color, since
8693 no other cal-tex function does.
8694
6d74698e
GM
8695 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8696 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8697 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8698
64cde199
JL
86992012-08-21 Juri Linkov <juri@jurta.org>
8700
8701 * info.el (Info-file-attributes): New variable.
8702 (info-insert-file-contents): Add file attributes to
8703 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8704 `Info-toc-nodes' when previous modtime of the Info file is less
8705 than new modtime.
8706 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8707 of info.el. (Bug#12230)
8708
32757648
GM
87092012-08-20 Glenn Morris <rgm@gnu.org>
8710
8711 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8712 * calendar/holidays.el (calendar-holiday-list):
8713 Report errors with display-warning rather than beep'n'sleep.
8714
a32fbbcf
MA
87152012-08-20 Michael Albinus <michael.albinus@gmx.de>
8716
8717 * net/tramp.el (tramp-accept-process-output): Accept only output
8718 from PROC. Otherwise, process filters and sentinels might be
8719 confused. (Bug#12145)
8720
a05731a0
CY
87212012-08-20 Chong Yidong <cyd@gnu.org>
8722
8723 * descr-text.el (describe-text-properties-1): Use overlays-in to
8724 report on empty overlays (Bug#3322).
8725
36e8d1eb
GM
87262012-08-20 Glenn Morris <rgm@gnu.org>
8727
3d300447
GM
8728 * mail/rmailout.el (rmail-output-read-file-name):
8729 Trap and report errors in rmail-output-file-alist elements.
8730
36e8d1eb
GM
8731 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8732 since most non-font-lock faces are not also variables).
8733
b96e5814
ER
87342012-08-20 Edward Reingold <reingold@iit.edu>
8735
8736 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8737 New function. (Bug12160)
8738
7cef3569
GM
87392012-08-19 Glenn Morris <rgm@gnu.org>
8740
8741 * mail/rmailout.el (rmail-output-read-file-name):
8742 Fix previous change (when the alist is nil or does not match).
8743
17975d7f
CY
87442012-08-19 Chong Yidong <cyd@gnu.org>
8745
8746 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8747 (Bug#12228).
8748
2170b1bd
CY
87492012-08-18 Chong Yidong <cyd@gnu.org>
8750
8751 * simple.el (yank-handled-properties): New defcustom.
8752 (yank-excluded-properties): Add font-lock-face and category.
8753 (yank): Doc fix.
8754
9fba804b
SM
8755 * subr.el (remove-yank-excluded-properties):
8756 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
8757 and category is now done this way, instead of being hard-coded.
8758 (insert-for-yank-1): Remove font-lock-face handling.
8759 (yank-handle-font-lock-face-property)
8760 (yank-handle-category-property): New function.
8761
ee218151
GM
87622012-08-17 Glenn Morris <rgm@gnu.org>
8763
8764 * mail/rmailout.el (rmail-output-read-file-name):
8765 Check rmail-output-file-alist against the full message body
8766 in the correct rmail buffer. (Bug#12214)
8767
4a6bc3fd
MA
87682012-08-17 Michael Albinus <michael.albinus@gmx.de>
8769
9fba804b
SM
8770 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8771 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 8772
383dcbf9
CY
87732012-08-17 Chong Yidong <cyd@gnu.org>
8774
8775 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8776 font spec, set the font directly (Bug#3228).
8777
998c4a6a
MR
87782012-08-17 Martin Rudalics <rudalics@gmx.at>
8779
8780 * window.el (delete-window): Fix last fix.
8781
52162052
MR
87822012-08-16 Martin Rudalics <rudalics@gmx.at>
8783
8784 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
8785 (window-child, window-child-count, window-last-child)
8786 (window-normalize-window, window-combined-p)
8787 (window-combinations, window-atom-root, window-min-size)
8788 (window-sizable, window-sizable-p, window-size-fixed-p)
8789 (window-min-delta, window-max-delta, window--resizable)
8790 (window--resizable-p, window-resizable, window-total-size)
8791 (window-full-height-p, window-full-width-p, window-body-size)
8792 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8793 (minimize-window, window-deletable-p, delete-window)
8794 (delete-other-windows, set-window-buffer-start-and-point)
8795 (next-buffer, previous-buffer, split-window, balance-windows-2)
8796 (set-window-text-height, window-buffer-height)
8797 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
8798 (truncated-partial-width-window-p): Minor code adjustments.
8799 In doc-strings state whether the argument window has to denote a
85c2386b 8800 live, valid or any window.
52162052 8801
1c308380
PS
88022012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8803
8804 * progmodes/subword.el (subword-forward-function)
8805 (subword-backward-function, subword-forward-regexp)
8806 (subword-backward-regexp): New variables.
8807 (subword-forward, subword-forward-internal, subword-backward-internal):
8808 Use new variables, eg so that different "word" definitions
8809 can be easily used. (Bug#11411)
8810
94c9ece1
SM
88112012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8812
8813 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8814 for composite selectors.
8815 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8816 operation just because we can't find a previous revision.
8817
f2045622
CY
88182012-08-15 Chong Yidong <cyd@gnu.org>
8819
8820 * frame.el (set-frame-font): Accept font objects.
8821
582db660
SM
88222012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8825
2f29c200
WJ
88262012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8827
456e62c2
WJ
8828 * man.el (Man-overstrike-face, Man-underline-face)
8829 (Man-reverse-face): Remove variables.
8830 (Man-overstrike, Man-underline, Man-reverse): New faces.
8831 (Man-fontify-manpage): Use them instead of the variables.
8832 (Man-cleanup-manpage): Comment change.
8833 (Man-ansi-color-map): New variable.
8834 (Man-fontify-manpage): Use it.
8835 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8836
2f29c200
WJ
8837 Implement ANSI SGR parameters 22-27 (bug#12146).
8838 * ansi-color.el (ansi-colors): Doc fix.
8839 (ansi-color-context, ansi-color-context-region): Doc fix.
8840 (ansi-color--find-face): New function.
8841 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8842 Rename the local variable `face' to `codes' since it is now a list of
8843 ansi codes. Doc fix.
8844 (ansi-color-get-face): Remove.
8845 (ansi-color-parse-sequence): New function, derived from
8846 ansi-color-get-face.
8847 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8848 codes 22-27.
8849
b4f5e9df
SM
88502012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * subr.el (read-passwd): Allow use from a minibuffer.
8853
ba025fbd
EZ
88542012-08-14 Eli Zaretskii <eliz@gnu.org>
8855
8856 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8857 inside comments and strings as identifiers.
8858
8859 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8860 expression to evaluate. This allows to evaluate expressions with
8861 embedded whitespace.
8862 (gud-tooltip-tips): Add a blank before the newline in the
8863 message-box text, for the benefit of message-box emulation on
8864 MS-Windows.
8865
8866 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8867 messages from GDB, pop them up in a tooltip to give feedback to
8868 user.
b4f5e9df
SM
8869 (gdb-tooltip-print-1): Quote the expression to evaluate.
8870 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
8871 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8872 if the TTY name is nil or empty (which happens when communicating
8873 with the inferior via pipes, e.g. on MS-Windows).
8874 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8875 don't send that to the GUD buffer.
8876
c548f821
GM
88772012-08-14 Glenn Morris <rgm@gnu.org>
8878
8879 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8880 Optimize away setq-default with no args, as for setq. (Bug#12195)
8881
55802e4a
CY
88822012-08-14 Chong Yidong <cyd@gnu.org>
8883
4abcdac8
CY
8884 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8885
55802e4a
CY
8886 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8887 (Bug#12085).
8888
3c3cda1a
GM
88892012-08-14 Glenn Morris <rgm@gnu.org>
8890
8891 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8892
e1873bd0
MA
88932012-08-14 Michael Albinus <michael.albinus@gmx.de>
8894
8895 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8896 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8897 Use cached shell name.
8898
925411b4
FEG
88992012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8900
8901 * progmodes/python.el (python-shell-send-string):
3c3cda1a 8902 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 8903
e636fafe
DG
89042012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8905
8906 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8907 (ruby-percent-literal-beg-re): New constant.
8908 (ruby-syntax-general-delimiters-goto-beg): Rename to
8909 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8910 (ruby-syntax-propertize-general-delimiters): Rename to
8911 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8912 popular term. Adjust comments everywhere.
8913 (ruby-syntax-propertize-percent-literal): Only propertize when not
8914 inside a simple string or comment. When the literal is unclosed,
8915 leave the text after it unpropertized.
f063063a
DG
8916 (ruby-syntax-methods-before-regexp): New constant.
8917 (ruby-syntax-propertize-function): Use it to recognize regexps.
8918 Don't look at the text after regexp, just use the whitelist.
e636fafe 8919
e5b19827
AS
89202012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8921
8922 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8923 non-nil always load the compiled file if it exists. (Bug#12197)
8924
a9f6f311
CY
89252012-08-14 Chong Yidong <cyd@gnu.org>
8926
8927 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8928 (hi-lock-set-pattern): When deciding whether to use font lock or
8929 overlays, look at font-lock-mode instead of font-lock-fontified
8930 (Bug#12168).
8931 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8932 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8933
7d806b1e
DU
89342012-08-14 Daiki Ueno <ueno@unixuser.org>
8935
8936 * subr.el (internal--after-with-selected-window): Fix typo
8937 (Bug#12193).
8938
5beed586
FEG
89392012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8940
8941 Use `completion-table-dynamic' for completion functions.
8942 * progmodes/python.el
8943 (python-shell-completion--do-completion-at-point)
e636fafe
DG
8944 (python-shell-completion--get-completions):
8945 Remove functions.
5beed586
FEG
8946 (python-shell-completion-complete-at-point): New function.
8947 (python-completion-complete-at-point): Use it.
8948
92cb3b04
J
89492012-08-13 Jambunathan K <kjambunathan@gmail.com>
8950
8951 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8952 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8953
89660017
SM
89542012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8955
3c98c962
SM
8956 * subr.el (function-get): Refine `autoload' arg so it can also
8957 autoload functions for gv.el (bug#12191).
8958 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8959 autoloads macros.
8960
aa7c6dbe
SM
8961 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8962 Prefer pcase-let over destructuring-bind.
8963 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8964 Also, remove whitespace as we go, rather than after accumulating the
8965 various places.
8966
89660017
SM
8967 * subr.el (internal--before-with-selected-window)
8968 (internal--after-with-selected-window): Fix typo seleted->selected.
8969 (with-selected-window): Adjust callers.
8970 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8971
31cd32c9
BG
89722012-08-13 Bastien Guerry <bzg@gnu.org>
8973
0fcd3d9f 8974 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
8975 enhancement. (Bug#12172)
8976
1b15d8ad
AS
89772012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8978
31e54db0
AS
8979 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8980 type 1-6.
8981 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8982 extended headers.
8983
1b15d8ad
AS
8984 * files.el (hack-local-variables-filter): Remove useless eval.
8985
35cb9c06
MR
89862012-08-13 Martin Rudalics <rudalics@gmx.at>
8987
8988 * subr.el (with-selected-window): Fix last change.
8989
1439443b
SM
89902012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * subr.el (internal--before-with-seleted-window)
8993 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
8994 (with-selected-window): Use them, to replace dependency on
8995 tty-top-frame.
1439443b 8996
0d9e2599
NN
89972012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8998
8999 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9000 binding for `newline'.
9001 (ruby-move-to-block): When moving backward, stop at block opening,
9002 not indentation.
9003 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9004 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9005 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9006 `ruby-toggle-block'.
9007
ba10c48c
SM
90082012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9009
9010 * ibuffer.el (ibuffer-do-toggle-read-only):
9011 * dired.el (dired-toggle-read-only):
9012 * buff-menu.el (Buffer-menu-toggle-read-only):
9013 * bindings.el (mode-line-toggle-read-only):
9014 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9015
9229c658
AS
90162012-08-12 Andreas Schwab <schwab@linux-m68k.org>
9017
9018 * descr-text.el (describe-char): Put the overlays over the
9019 "displayed as" character.
9020
0fd09128
JB
90212012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
9022
9023 * calc/calc-units.el (math-default-units-table): Give an
9024 initial value.
9025 (math-put-default-units): Add options to put composite units and
9026 unit systems in the default units table.
9027 (calc-convert-units): Send composite units to
9028 `math-put-default-units' when appropriate.
9029
9ff9402d 90302012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 9031
fbb5e336
GM
9032 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9033
7aacaf15
GM
9034 * tutorial.el (help-with-tutorial):
9035 * emacs-lisp/copyright.el (copyright-update-directory):
9036 * emacs-lisp/autoload.el (autoload-find-generated-file)
9037 (autoload-find-file): Disable local eval: (for insurance).
9038
f40b9f10
GM
9039 * files.el (hack-local-variables-filter): If an eval: form is not
9040 known to be safe, and enable-local-variables is :safe, then ignore
9041 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 9042 This is CVE-2012-3479.
f40b9f10 9043
daa9f1a6
SM
90442012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9045
9046 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9047 (rx-form): Simplify.
9048
9cd80478
DG
90492012-08-09 Dmitry Gutov <dgutov@yandex.ru>
9050
0d9e2599
NN
9051 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9052 ?, _, and : are symbol constituents, ! is not (but kinda should be).
9053 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9054 (ruby-syntax-propertize-function): Adjust for changes in
9055 `ruby-syntax-propertize-heredoc'.
9056
90572012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
9058
9cd80478
DG
9059 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9060 binding (use `M-;' instead).
9cd80478 9061 (ruby-singleton-class-p): New function.
0d9e2599 9062 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 9063
d301b413
SM
90642012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9065
9066 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9067
1530c98e
CY
90682012-08-10 Chong Yidong <cyd@gnu.org>
9069
9070 * progmodes/python.el (python-shell-get-process-name): Don't mess
9071 with same-window-buffer-names.
9072
9073 * eshell/eshell.el (eshell-add-to-window-buffer-names)
9074 (eshell-remove-from-window-buffer-names): Make obsolete.
9075 (eshell-buffer-name, eshell-unload-hook): Don't use them.
9076 (eshell): Just use pop-to-buffer-same-window instead.
9077
e1293765
CY
90782012-08-10 Chong Yidong <cyd@gnu.org>
9079
9080 * bindings.el: Bind M-= back to count-words-region.
9081
9082 * simple.el (count-words-region): Accept a prefix arg for acting
9083 on the entire buffer.
9084 (count-words--buffer-message): New helper function.
9085
e1894109
SM
90862012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9089 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9090 (event-start, event-end): Use posn-at-point to return a more
9091 informative posn.
9092 (posnp): New function.
9093 * mouse.el (popup-menu-normalize-position): Use it.
9094
c69f56a2
MY
90952012-08-10 Masatake YAMATO <yamato@redhat.com>
9096
9097 * mouse.el (popup-menu-normalize-position): New function.
9098 (popup-menu): Use `popup-menu-normalize-position' to normalize
9099 the form for POSITION argument.
9100
9101 * term/x-win.el (x-menu-bar-open):
9102 Use the value returend from (posn-at-point) as position
9103 passed to `popup-menu'.
9104
31673780
JB
91052012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9106
9107 * calc/calccomp.el (math-compose-expr): Add extra argument
9108 indicating that parentheses should be put around products in
9109 denominators. Give multiplication precedence over division during
9110 composition.
9111
dab7711b
CY
91122012-08-09 Chong Yidong <cyd@gnu.org>
9113
dee4ef93
CY
9114 * man.el (Man-switches, Man-sed-command, Man-awk-command)
9115 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9116 (Man-untabify-command, manual-program): Convert to defcustom
9117 (Bug#10429).
9118
73e2bbc5
CY
9119 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9120
3e861c8a
CY
9121 * descr-text.el (describe-char): Don't insert extra newlines
9122 (Bug#10127).
9123
a9f5a649
CY
9124 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9125 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9126
dab7711b
CY
9127 * align.el (align-region): Delete temporary markers (Bug#10047).
9128 Plus some code cleanups.
9129
e0cc4efa
FEG
91302012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9131
9132 * progmodes/python.el (python-pdbtrack-tracked-buffer)
9133 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9134 (python-shell-internal-last-output): Use make-local-variable
9135 instead of make-variable-buffer-local.
9136
489af14f
FEG
91372012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9138
9139 * progmodes/python.el: Enhancements to forward-sexp.
9140 (python-nav-forward-sexp): Rename from
9141 python-nav-forward-sexp-function.
c69f56a2
MY
9142 (python-nav--forward-sexp, python-nav--backward-sexp):
9143 New functions.
489af14f 9144
0fc50303
JB
91452012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9146
9147 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9148 modes and simplification modes.
9149
5d65606a
SM
91502012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * delsel.el (delete-selection-pre-hook): Don't propagate the
9153 file-supersession signals (bug#12161).
9154
4250fdf5
SM
91552012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9158 (cl-map-extents): Add compatibility aliases (bug#12135).
9159
d9f9b465
MA
91602012-08-08 Michael Albinus <michael.albinus@gmx.de>
9161
9162 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9163 tests by `ignore-error'.
9164 (tramp-find-shell): Open also a new shell, when cache is already
9165 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
9166
ce0fcefa
JL
91672012-08-08 Juri Linkov <juri@jurta.org>
9168
9169 * bookmark.el: Add `defaults' property to the bookmark record.
9170 (bookmark-current-buffer): Doc fix.
9171 (bookmark-make-record): Add `defaults' property with default values
9172 to the bookmark record.
9173 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9174 with `bookmark-insert-current-bookmark'.
9175 (bookmark-set): Get `defaults' property from the bookmark record
9176 and use it in `read-from-minibuffer'.
9177 (bookmark-insert-current-bookmark): Remove function.
9178
9179 * info.el (Info-bookmark-make-record): Add `defaults' property
9180 with values of canonical Info node name, the current Info file
9181 name and the current Info node name. (Bug#12107)
9182
53fa8652
JL
91832012-08-08 Juri Linkov <juri@jurta.org>
9184
9185 * files.el (basic-save-buffer): Use `buffer-name' as the default
9186 of `read-file-name' when buffer is not visiting a file (bug#12128).
9187
242c0a95
JL
91882012-08-08 Juri Linkov <juri@jurta.org>
9189
9190 * info.el (Info-isearch-search): Doc fix.
9191 (Info-search): Change search-failed message from "initial node" to
9192 "end of node" (bug#12078).
9193 (Info-isearch-search): Change `isearch-string-state' to
9194 `isearch--state-string'.
9195
32ac3a6b
GM
91962012-08-08 Glenn Morris <rgm@gnu.org>
9197
9198 * language/persian.el: Remove file.
f8c1afd5 9199 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
9200 * loadup.el: Remove language/persian.
9201
2c2d9c9c
OF
92022012-08-08 Ă“scar Fuentes <ofv@wanadoo.es>
9203
9204 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9205
2d79ec42
FEG
92062012-08-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9207
3c855b96 9208 * progmodes/python.el: Fix defsubst warning.
2d79ec42
FEG
9209 (python-syntax-context) Rename from python-info-ppss-context.
9210 (python-syntax-context-type): Rename from
9211 python-info-ppss-context-type.
9212 (python-syntax-comment-or-string-p): Rename from
9213 python-info-ppss-comment-or-string-p.
9214
2bd255dd
JB
92152012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9216
9217 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9218
c395097f
AS
92192012-08-07 Andreas Schwab <schwab@linux-m68k.org>
9220
6125983e
AS
9221 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9222 a defcustom that is quoted with backquote.
9223
4250fdf5
SM
9224 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9225 Fix handling of interactive spec when the body uses return.
651eaf36
AS
9226 (math-do-arg-check, math-define-function-body): Use backquote forms.
9227 * calc/calc-ext.el (math-defcache): Likewise.
9228 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9229 * allout.el (allout-new-exposure): Likewise.
9230 * calc/calcalg2.el (math-tracing-integral): Likewise.
9231 * info.el (Info-last-menu-item): Likewise.
9232 * emulation/vip.el (vip-loop): Likewise.
9233 * textmodes/artist.el (artist-funcall): Likewise.
9234 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9235 Construct menu-item directly.
9236
4250fdf5
SM
9237 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9238 Don't declare.
c395097f 9239
5fb50dd3
CY
92402012-08-07 Chong Yidong <cyd@gnu.org>
9241
9242 * simple.el (deactivate-mark): Preserve text properties when
9243 saving the primary selection (Bug#8384).
9244
54eea618
KR
92452012-08-07 Kevin Ryde <user42@zip.com.au>
9246
9247 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9248 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9249 and continue processing (Bug#12110).
9250
638eaeb9
SM
92512012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9254 syntax-propertize-function (bug#10095).
9255
ea376861
SM
92562012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9257
f91b35be
SM
9258 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9259 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9260 describe-function-1.
9261 (describe-function-1): Use them. Move compiler macro after sig.
9262 (help-fns--compiler-macro): Use function-get. Assume we're already in
9263 standard-output. Adjust layout to new call order.
9264
ea376861
SM
9265 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9266 re-binding a symbol that has a symbol-macro (bug#12119).
9267
d5be7bd0
MB
92682012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9269
9270 * language/persian.el: New file. (Bug#11812)
9271 * loadup.el: Add language/persian.el.
9272
90749b53
CY
92732012-08-06 Chong Yidong <cyd@gnu.org>
9274
9275 * window.el (window--maybe-raise-frame): New function.
9276 (window--display-buffer): Split off from here.
9277 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9278 (display-buffer-pop-up-window, display-buffer-use-some-window):
9279 Obey an inhibit-switch-frame action alist entry.
9280 (display-buffer): Update doc.
9281
9282 * replace.el (occur-after-change-function): Avoid losing focus by
9283 using the inhibit-switch-frame display parameter (Bug#12139).
9284
ba7b0154
FEG
92852012-08-06 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9286
9287 Make internal shell process buffer names start with space.
9288 * progmodes/python.el (python-shell-make-comint): Add optional
9289 argument INTERNAL.
9290 (run-python-internal): Use it.
9291 (python-shell-internal-get-or-create-process): Check for new
9292 internal buffer names.
9293
5eaeacb5
GM
92942012-08-06 Glenn Morris <rgm@gnu.org>
9295
e296d94b 9296 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
9297 Do less getting and setting of environment variables.
9298
b7ccbdc2
CY
92992012-08-05 Chong Yidong <cyd@gnu.org>
9300
777fe95e
CY
9301 * proced.el (proced): Add substitution string to docstring to
9302 trigger autoloading of the proced library on C-h f (Bug#1768).
9303
4250fdf5
SM
9304 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9305 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
9306
9307 * imenu.el (imenu-generic-expression): Move documentation here
9308 from imenu--generic-function.
9309 (imenu--generic-function): Refer to imenu-generic-expression.
9310
9e3b7800 93112012-08-05 Vegard Ă˜ye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
VĂ˜
9312
9313 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9314 indentation declaration.
9315 (viper-loop): Add indentation declaration (Bug#7025).
9316
e5d9c0d1
CY
93172012-08-05 Chong Yidong <cyd@gnu.org>
9318
f0422feb
CY
9319 * help-fns.el (describe-variable): Add hyperlink for
9320 directory-local variables files. Improve buffer-local and
9321 permanent-local reporting; suggested by MON KEY (Bug#6644).
9322
9323 * help-mode.el (help-dir-local-var-def): New button type.
9324
e5d9c0d1
CY
9325 * files.el (kill-buffer-hook): Provide a defvar.
9326
a4f2deaa
GM
93272012-08-05 Glenn Morris <rgm@gnu.org>
9328
9329 * eshell/esh-ext.el (eshell/addpath):
9330 Also update eshell-path-env. (Bug#12013)
9331
a9dd5754
CY
93322012-08-05 Chong Yidong <cyd@gnu.org>
9333
a4f2deaa 9334 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 9335
d014c740
CY
9336 * fringe.el (fringe-styles): Add docstring.
9337 (fringe--check-mode): New function.
9338 (set-fringe-mode, set-fringe-style): Use it.
9339 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9340
a9dd5754
CY
9341 * files.el (set-auto-mode): Fix invalid setq call.
9342
7c2dc8bd
SM
93432012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * isearch.el: Misc simplification; use defstruct.
9346 (isearch-mode-map): Dense maps now work like sparse ones.
9347 (isearch--state): New defstruct.
9348 (isearch-string-state, isearch-message-state, isearch-point-state)
9349 (isearch-success-state, isearch-forward-state)
9350 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9351 (isearch-wrapped-state, isearch-barrier-state)
9352 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9353 replaced by defstruct's accessors.
9354 (isearch--set-state): Rename from isearch-top-state and change
9355 calling convention.
9356 (isearch-push-state): Use new isearch--get-state.
9357 (isearch-toggle-word): Disable regexp when enabling word.
9358 (isearch-message-prefix): Remove unused arg _c-q-hack.
9359 (isearch-message-suffix): Remove unused arg _ellipsis.
9360
7fcc0070
AS
93612012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9362
9363 * simple.el (list-processes--refresh): For a server use :host or
9364 :local as the address.
97ad0769 9365 (list-processes): Doc fix.
7fcc0070 9366
a11035b8 93672012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
9368
9369 * lisp/mpc.el: Support password in host argument.
9370 (mpc--proc-connect): Parse and use new password element.
9371 Set mpc-proc variable instead of returning process.
9372 (mpc-proc): Adjust accordingly.
9373
6dad7178
EZ
93742012-08-03 Eli Zaretskii <eliz@gnu.org>
9375
18949c2f
EZ
9376 * whitespace.el (whitespace-display-mappings): Use Unicode
9377 codepoints, instead of emacs-mule codepoints. See
9378 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9379 for the details.
9380
6dad7178
EZ
9381 * files.el (file-truename): Don't skip symlink-chasing part on
9382 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
9383 Windows into the loop that recursively chases symlinks.
9384 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
9385 MS-DOS.
9386
385b0198
CY
93872012-08-03 Chong Yidong <cyd@gnu.org>
9388
6200f3c4
CY
9389 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9390
385b0198
CY
9391 * sort.el (sort-regexp-fields): Doc fix.
9392
b9e74744
TH
93932012-08-03 Tassilo Horn <tsdh@gnu.org>
9394
9395 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9396 labels regex position point at the expected place.
9397
41013cb4
MK
93982012-08-03 MON KEY <monkey@sandpframing.com>
9399
9400 * net/imap.el (imap-interactive-login, imap-authenticate)
9401 (imap-mailbox-lsub, imap-mailbox-list)
9402 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9403 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9404 (imap-parse-response): Doc fix.
9405
0ffee616
JT
94062012-08-03 JoĂ£o TĂ¡vora <joaotavora@gmail.com>
9407
9408 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9409 if sexp scanning does not move point (Bug#5734).
9410
cfcc9cc8
TH
94112012-08-02 Tassilo Horn <tsdh@gnu.org>
9412
9413 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9414 Add listings, minted, and ctable packages.
9415 (reftex-label-alist-builtin): Move listings, minted, and ctable
9416 entries before LaTeX.
a01bbb84 9417 (reftex-label-alist): Docfix.
cfcc9cc8 9418
66ec2442
BG
94192012-08-02 Bastien Guerry <bzg@gnu.org>
9420
9421 * replace.el (occur): Fix docstring (bug#12122).
9422
837b365b
GM
94232012-08-02 Glenn Morris <rgm@gnu.org>
9424
9425 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9426
e098de97
PE
94272012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9428
9429 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9430 * international/mule-cmds.el: Create
9431 inactivate-current-input-method-function as an obsolete alias for
9432 deactivate-current-input-method-function. See Katsumi Yamaoka in
9433 <http://bugs.gnu.org/10150#46>.
9434
a0f95636
JB
94352012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9436
9437 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9438 of nested `if's.
9439
0d26d7c4
GM
94402012-08-01 Glenn Morris <rgm@gnu.org>
9441
9442 * progmodes/autoconf.el (autoconf-definition-regexp):
9443 Add AH_TEMPLATE, adjust submatch numbering.
9444 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9445 (autoconf-current-defun-function): Update for above change.
9446 (autoconf-current-defun-function): First skip to end of current word.
9447
b686ba06
RS
94482012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9449
9450 * calendar/cal-html.el (cal-html-insert-agenda-days):
9451 Fix typo. (Bug#12018)
9452
0d49da68
FEG
94532012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9454
9455 Shell processes: enhancements to startup and CEDET compatibility.
9456 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9457 (python-shell-make-comint): accept-process-output at startup.
9458 (run-python-internal): Set inferior-python-mode-hook to nil.
9459 (python-shell-internal-get-or-create-process): call sit-for.
9460 (python-preoutput-result): Add obsolete alias.
9461 (python-shell-internal-send-string): Use it.
9462 (python-shell-send-setup-code): Remove call to
9463 accept-process-output.
9464
f1a71c6e
AS
94652012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9466
9467 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9468 (Bug#12108)
9469
d2605269
JB
94702012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9471
9472 * calc-mode.el (calc-basic-simplification-mode): Rename from
9473 `calc-limited-simplification-mode'.
9474 (calc-alg-simplification-mode): New function.
fc0c31f8 9475 (calc-set-simplify-mode): Adjust message.
f1a71c6e 9476
d2605269
JB
9477 * calc.el (calc-set-mode-line): Adjust mode line display for
9478 basic simplification mode.
9479
9480 * calc-help.el (calc-m-prefix-help): Update help message.
9481
9482 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9483 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9484
a3827a43
BG
94852012-07-31 Bastien Guerry <bzg@gnu.org>
9486
9487 * man.el (man): Fix comment. (bug#12101)
9488
502e3f89
MR
94892012-07-31 Martin Rudalics <rudalics@gmx.at>
9490
9491 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9492 Don't return a non-nil value when no suitable buffer was found.
9493
d7714961
FEG
94942012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9495
9496 * progmodes/python.el (run-python-internal): Disable font lock for
9497 internal shells.
9498
1f45e27e
SM
94992012-07-30 Stefan Merten <smerten@oekonux.de>
9500
70efc5c9 9501 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
9502 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9503 (rst-official-version, rst-official-cvs-rev)
9504 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9505 (rst-mode-map): New key binding.
9506
0aee6912
PE
95072012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9508
9509 Update .PHONY listings in makefiles.
9510 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9511 autoloads, update-subdirs, updates, bzr-update, update-authors,
9512 compile-onefile, compile-calc, backup-compiled-files,
9513 compile-after-backup, compile-one-process, mh-autoloads,
9514 bootstrap-clean, distclean, maintainer-clean.
9515
9052f9f0
JB
95162012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9517
1823ac5a
JB
9518 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9519 (calc-set-mode-line): Don't display "AlgSimp ".
9520
9521 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9522 (calc-lim-simplify-mode): New function.
9523 (calc-set-simplify-mode): Default to 'alg.
9524 (calc-default-simplify-mode): Make algebraic simplifications
9525 the default.
9526
9527 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9528 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9529
8d7c7eed 9530 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
9531 indicate new simplification modes.
9532
1823ac5a
JB
9533 * calc/README: Mention new default simplification mode.
9534
9052f9f0
JB
9535 * calc/calc.el (math-normalize-error): New variable.
9536 (math-normalize): Set `math-normalize-error' to t
9537 when there's an error.
9538
9539 * calc/calc-alg.el (math-simplify): Don't simplify when
9540 `math-normalize' returns an error.
9541
20ba0cb4
EZ
95422012-07-29 Eli Zaretskii <eliz@gnu.org>
9543
9544 * international/mule-cmds.el (set-locale-environment): Revert last
9545 change, since display-graphic-p returns nil when this function is
9546 called during startup. Instead...
9547
9548 * term/w32console.el (terminal-init-w32console): ...setup the
9549 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9550
a5dcc929
JL
95512012-07-29 Juri Linkov <juri@jurta.org>
9552
9553 * simple.el (goto-line): Don't display default line number in the
9554 prompt because it should be displayed by `read-number' (bug#9952).
9555 Add the current line number to the defaults of `goto-line' to
9556 allow its easier modification by users with `M-n' (bug#9201).
9557
9558 * subr.el (read-number): Support multiple default values like in
9559 other minibuffer reading functions. Replace `read' with
9560 `string-to-number' for consistency with `number-to-string'.
9561
72b255c7
PE
95622012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9563
9564 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9565 * emulation/viper-init.el (viper-deactivate-input-method-action):
9566 Rename from viper-inactivate-input-method-action.
9567 (viper-deactivate-input-method):
9568 Rename from viper-inactivate-input-method.
9569 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9570 * international/mule-cmds.el (deactivate-input-method):
9571 Rename from inactivate-input-method.
9572 Also run input-method-deactivate-hook.
9573 (deactivate-current-input-method-function):
9574 Rename from inactivate-current-input-method-function.
9575 (input-method-deactivate-hook): New hook.
9576 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
9577 (inactivate-input-method): Mark obsolete.
9578
72b255c7
PE
9579 * international/quail.el (quail-activate):
9580 Also run quail-deactivate-hook.
9581 (quail-deactivate): Rename from quail-inactivate.
9582 * international/robin.el (robin-activate):
9583 Also run robin-deactivate-hook.
9584 (robin-deactivate): Rename from robin-inactivate.
9585
2549c068
CY
95862012-07-29 Chong Yidong <cyd@gnu.org>
9587
9588 * simple.el (indicate-copied-region): New function.
9589 (kill-ring-save): Split off from here.
9590
9591 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9592 (kill-rectangle): Set deactivate-mark to t on read-only error.
9593
9594 * register.el (copy-to-register, copy-rectangle-to-register):
9595 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
9596 (append-to-register, prepend-to-register): Call indicate-copied-region.
9597
95982012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
9599
9600 * simple.el (async-shell-command-buffer): New defcustom.
9601 (shell-command): Use it. (Bug#4719)
9602
01bd1b0d
EZ
96032012-07-28 Eli Zaretskii <eliz@gnu.org>
9604
9605 * international/mule-cmds.el (set-locale-environment): In a
9606 console session on MS-Windows, set up keyboard and terminal
9607 encoding from the OEM codepage, not the ANSI codepage.
9608 (Bug#12055)
9609
a55739d3
CY
96102012-07-28 Chong Yidong <cyd@gnu.org>
9611
9612 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9613 gdb-get-location.
9614
0e1a094f 96152012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
9616
9617 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9618 the alist (bug#12029).
9619
20329d73
EZ
96202012-07-28 Eli Zaretskii <eliz@gnu.org>
9621
9622 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9623 (compile-always, compile-first)
9624 ($(lisp)/calendar/cal-loaddefs.el)
9625 ($(lisp)/calendar/diary-loaddefs.el)
9626 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9627 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9628 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9629 instead of on update-subdirs.
9630 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9631
345a2258
CY
96322012-07-28 Chong Yidong <cyd@gnu.org>
9633
1eee6341
CY
9634 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9635 directory if vc-deduce-backend returns nil (Bug#7350).
9636
345a2258
CY
9637 * simple.el (delete-trailing-lines): New option.
9638 (delete-trailing-whitespace): Obey it (Bug#11879).
9639
049a0936
DE
96402012-07-28 David Engster <deng@randomsample.de>
9641
9642 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9643 Explanation of new 'symbol-qnames feature in doc-strings.
9644 (xml-maybe-do-ns): Return expanded names as plain symbols if
9645 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9646 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9647
aa81af71
FEG
96482012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9649
9650 Consistent completion in inferior python with emacs -nw.
9651 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9652 binding in inferior-python-mode-map with "\t".
9653 (python-shell-completion-complete-at-point)
9654 (python-completion-complete-at-point): Remove interactive spec.
9655
e827b1eb
JB
96562012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9657
9658 * calc/calccomp.el (math-compose-expr): Undo previous change.
9659
a90dfb95
FEG
96602012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9661
4250fdf5 9662 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
9663 run-python.
9664 (python-shell-make-comint): Fix pop-to-buffer call.
9665 (run-python): Autoload. New arg SHOW.
9666 (python-shell-get-or-create-process): Do not pop python process
9667 buffer.
9668
32770973 96692012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
9670
9671 * notifications.el (notifications-on-action-signal)
9672 (notifications-on-closed-signal): Use also the bus address for the map.
9673 (notifications-notify, notifications-close-notification)
fc0c31f8 9674 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 9675
86332df2
TH
96762012-07-27 Tassilo Horn <tsdh@gnu.org>
9677
4250fdf5
SM
9678 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9679 Add support for the lstlisting and minted environments, and for the
86332df2
TH
9680 ctable macro.
9681 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9682 labels written in keyvals syntax.
9683
ca1302a4
JB
96842012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9685
9686 * calc/calccomp.el (math-compose-expr): Use parentheses when
9687 there is a product in the denominator of a fraction.
9688
f8b91036
EZ
96892012-07-26 Eli Zaretskii <eliz@gnu.org>
9690
9691 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9692 ($(lisp)/calendar/diary-loaddefs.el)
9693 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
9694 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9695 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
9696 rewritten while the autoload files are built at the same time,
9697 which needs to load subdirs.el.
9698
c8e5a42c
MR
96992012-07-26 Martin Rudalics <rudalics@gmx.at>
9700
9701 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9702 (mouse-drag-line): Don't exit tracking when a switch-frame or
9703 switch-window event occurs (Bug#12006).
9704
670d85ea
SM
97052012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * mouse.el (popup-menu): Fix last change.
9708
7abaf5cc
SM
97092012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9710
9711 Autoload from Lisp with more care. Follow aliases when looking for
9712 function properties.
9713 * subr.el (autoloadp): New function.
9714 (symbol-file): Use it.
9715 (function-get): New function.
9716 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9717 autoload-do-load.
9718 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9719 (lisp-indent-function):
9720 * emacs-lisp/gv.el (gv-get):
9721 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9722 * emacs-lisp/byte-opt.el (byte-optimize-form):
9723 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9724 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9725 Use function-get.
9726 * emacs-lisp/cl.el: Don't propagate function properties any more.
9727
9728 * speedbar.el (speedbar-add-localized-speedbar-support):
9729 * emacs-lisp/disass.el (disassemble-internal):
9730 * desktop.el (desktop-load-file):
9731 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9732 (describe-function-1):
9733 * emacs-lisp/find-func.el (find-function-noselect):
9734 * emacs-lisp/elp.el (elp-instrument-function):
9735 * emacs-lisp/advice.el (ad-has-proper-definition):
9736 * apropos.el (apropos-safe-documentation, apropos-macrop):
9737 * emacs-lisp/debug.el (debug-on-entry):
9738 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9739 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9740 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9741
b1364986
AA
97422012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9743
9744 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9745 function, not an obsolete variable (Bug#12046).
9746
67ada220
AS
97472012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9748
9749 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9750
f08088e3
CS
97512012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9752
9753 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9754 window only if it is still live (Bug#12034).
9755
8137e7b3
MR
97562012-07-25 Martin Rudalics <rudalics@gmx.at>
9757
9758 * subr.el (redirect-frame-focus): Add advertised calling
9759 convention (Bug#12030).
9760
09ae5da1
PE
97612012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9762
9763 Prefer typical American spelling for "acknowledgment".
9764 * vc/add-log.el (change-log-acknowledgment): Rename from
9765 change-log-acknowledgement, with an alias for the old name.
9766
3cc5a3a8
JB
97672012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9768
9769 * calc-alg.el (math-simplify-divide): Don't cross multiply
9770 in an equation when the lhs is a variable.
9771
b7af7f62
JD
97722012-07-24 Julien Danjou <julien@danjou.info>
9773
9774 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9775 Remove, unused.
9776
ec1b09b1
EZ
97772012-07-23 Eli Zaretskii <eliz@gnu.org>
9778
9779 * startup.el (command-line): Don't display an empty user name in
9780 the error message about non-existent home directory, when
9781 init-file-user was set to an empty string. See
9782 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9783 for the details and context.
9784
b525fd8a
VB
97852012-07-22 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9786
9787 * ses.el (ses-cell-formula-aset): New macro.
9788 (ses-cell-references-aset): New macro.
9789 (ses-cell-p): New function.
9790 (ses-rename-cell): Do no longer rely on complex operations like
9791 ses-cell-set-formula or ses-set-cell to change the cell and handle
9792 the undo at the same time, but rather use lower level new macros
9793 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 9794 the undo directly. Refresh the mode line.
b525fd8a 9795
2c73e345
LL
97962012-07-21 Leo Liu <sdl.web@gmail.com>
9797
670d85ea
SM
9798 * progmodes/cc-cmds.el (c-defun-name):
9799 Use match-string-no-properties instead for consistency.
2c73e345 9800
542dfbde
LL
98012012-07-20 Leo Liu <sdl.web@gmail.com>
9802
3646bcd6
LL
9803 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9804 (Bug#7879)
9805
542dfbde
LL
9806 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9807
25721031
CY
98082012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9811 * progmodes/bug-reference.el, misearch.el: Provide themselves
9812 (bug#11915).
9813
9814 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9815 of narrowed buffer (bug#11966).
9816
316e68a7
VB
98172012-07-20 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9818
9819 * ses.el (ses-rename-cell): Set new name also in reference list of
9820 cells of which the renamed cell depends.
9821
bbf0e7d9
MY
98222012-07-20 Masatake YAMATO <yamato@redhat.com>
9823
9824 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9825 to check whether menu-bar is shown or not. If not shown,
9826 show the menu-bar as a popup menu instead of using tmm.
9827 * mouse.el (popup-menu): Accept `point' as `position' argument.
9828
c28662a8
DG
98292012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9830
9831 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9832 up inside string symbol literal (bug#11923).
9833
87ab808f
EZ
98342012-07-20 Eli Zaretskii <eliz@gnu.org>
9835
9836 * startup.el (fancy-startup-text): Read the whole tutorial, not
9837 just its first 256 bytes. Prevents gibberish in display of the
9838 tutorial title.
9839
89dea803
DA
98402012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9841
9842 Drop idle buffer compaction due to an absence of the
9843 proved efficiency.
9844 * compact.el: Remove.
9845
8a4e6db8
SS
98462012-07-19 Sam Steingold <sds@gnu.org>
9847
9848 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9849 vc-bzr-pull & vc-bzr-merge-branch.
9850 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9851 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9852 for consistency with compilation-error-regexp-alist.
9853 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9854 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9855 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9856 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9857
5db81e33
SM
98582012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * emacs-lisp/chart.el: Use lexical-binding.
9861 (chart-emacs-storage): Don't hardcode the list of entries.
9862
5b835e1d
DA
98632012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9864
9865 Next round of tweaks caused by Fgarbage_collect changes.
9866 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9867
9cd47b72
DA
98682012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9869
9870 Compact buffers when idle.
9871 * compact.el: New file.
9872
1d6fc0df
SM
98732012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * subr.el (eventp): Presume that if it looks vaguely like an event,
9876 it's an event (bug#10190).
9877
1d29cc7d
FEG
98782012-07-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9879
9880 Enhancements to ppss related code (thanks Stefan).
9881 * progmodes/python.el (python-indent-context)
9882 (python-indent-calculate-indentation, python-indent-dedent-line)
9883 (python-indent-electric-colon, python-nav-forward-block)
9884 (python-mode-abbrev-table)
1d6fc0df 9885 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
9886 for ppss context.
9887 (python-info-continuation-line-p): Cleanup.
9888 (python-info-ppss-context): Do not catch 'quote.
9889 (python-info-ppss-context-type)
9890 (python-info-ppss-comment-or-string-p): Simplify.
9891
d583cbe6
FEG
98922012-07-18 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9893
9894 * progmodes/python.el: Enhancements to eldoc support.
9895 (python-info-current-symbol): New function.
9896 (python-eldoc-at-point): Use python-info-current-symbol.
9897 (python-info-current-defun): Fix cornercase on first defun scan.
9898 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9899 and signal error when no inferior python process is available.
9900
eceb6feb
DG
99012012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9902
9903 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9904 assume it's always t.
9905 (vc-git-registered): Remove caching, the function is only called
9906 once.
9907 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9908
4c8ff0fe
CY
99092012-07-18 Chong Yidong <cyd@gnu.org>
9910
19fb7186
CY
9911 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9912
9587c688
CY
9913 * simple.el (count-words): Report on narrowing (Bug#9959).
9914
0fe776a1
CY
9915 * bindings.el: Bind M-= to count-words.
9916
4c8ff0fe
CY
9917 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9918
7f5331cc
MY
99192012-07-18 Masatake YAMATO <yamato@redhat.com>
9920
9921 * progmodes/sh-script.el (sh-imenu-generic-expression):
9922 Capture a function with `function' keyword and without parentheses
9923 like "function FOO" (bug#11856).
9924
2dc2a609
TH
99252012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9926
9927 * window.el (split-window-sensibly): Make WINDOW argument
9928 optional.
9929
439f7677
CY
99302012-07-18 Chong Yidong <cyd@gnu.org>
9931
9aeb25a6
CY
9932 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9933
439f7677
CY
9934 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9935 and make C-x 8 RET exit isearch (Bug#11439).
9936
9937 * international/iso-transl.el: Move isearch-mode-map key
9938 definitions to isearch.el.
9939
12999ea8
SM
99402012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9943 (eieio-defclass): Use gv-define-setter when possible.
9944
3ab6e069
DA
99452012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9946
9947 Reflect recent changes in Fgarbage_collect.
9948 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9949 reflect new format of data returned by Fgarbage_collect.
9950
0a60bc10
FEG
99512012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9952
9953 New utility functions + python-info-ppss-context fix (Bug#11910).
9954 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9955 (python-info-ppss-comment-or-string-p): New functions.
9956 (python-info-ppss-context): Small fix for string check.
9957
6dafa0d5
JL
99582012-07-17 Juri Linkov <juri@jurta.org>
9959
9960 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9961 (dired-do-async-shell-command): Don't add `*' at the end of the
9962 command (Bug#11815).
9963 (dired-do-shell-command): Doc fix.
9964 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9965 Join the individual commands using either "&" or ";" as the
9966 separator depending on the values of these trailing characters.
9967 At the end re-add the trailing "&". (Bug#10598)
9968
9969 * simple.el (async-shell-command): Sync the interactive spec with
9970 `shell-command'. Doc fix.
9971 (shell-command): Doc fix.
9972
b19dd9d1
JL
99732012-07-17 Juri Linkov <juri@jurta.org>
9974
9975 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9976
bcdc27d7 99772012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7f5331cc 9978
bcdc27d7 9979 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
9980 * progmodes/python.el (python-nav-beginning-of-statement):
9981 Rename from python-nav-statement-start.
bcdc27d7
FEG
9982 (python-nav-end-of-statement): Rename from
9983 python-nav-statement-end.
9984 (python-nav-beginning-of-block): Rename from
9985 python-nav-block-start.
9986 (python-nav-end-of-block): Rename from python-nav-block-end.
9987
191da00e
FEG
99882012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9989
7f5331cc
MY
9990 * progmodes/python.el (python-shell-send-string-no-output):
9991 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
9992 future interactions (Bug#11868).
9993
4dc7c8d5 99942012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 9995
88ecaf8f
SM
9996 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9997
ef501ef0
SM
9998 * emacs-lisp/elint.el (elint-find-args-in-code):
9999 Use help-function-arglist, so as to handle lexical byte-code.
10000
aa7aaf8f
SM
10001 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10002 change (bug#11826).
10003
45fd731c
SM
100042012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10005
2143fa32
SM
10006 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10007 Avoid spuriously marking the buffer as modified because of c-is-sws.
10008
efc26dbe
SM
10009 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10010 as not-a-comment (bug#11946).
10011
f5695c9a
SM
10012 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10013 for uninterned vars.
10014
10015 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10016 Use read-event since we don't really want to read chars but bytes.
10017
45fd731c
SM
10018 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10019 $$..$$ but also $..$ using regexps (bug#11953).
10020 Use tex-verbatim for \url and \path.
10021 (tex-font-lock-keywords): Define as defconst like the others.
10022 (tex-common-initialization): Don't use font-lock-syntax-table any more.
10023
ddfc8813
RK
100242012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10025
10026 * international/mule-cmds.el (ucs-insert): Make it an obsolete
10027 alias for insert-char.
10028
758e556a
FEG
100292012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10030
10031 * progmodes/python.el: Simplified imenu implementation.
10032 (python-nav-jump-to-defun): Remove command.
10033 (python-mode-map): Use `imenu' instead.
10034 (python-nav-list-defun-positions-cache)
10035 (python-imenu-include-defun-type, python-imenu-make-tree)
10036 (python-imenu-subtree-root-label, python-imenu-index-alist):
10037 Remove vars.
10038 (python-nav-list-defun-positions, python-nav-read-defun)
10039 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
10040 (python-imenu-make-tree, python-imenu-create-index):
10041 Remove functions.
758e556a
FEG
10042 (python-mode): Update to interact with imenu by setting
10043 `imenu-extract-index-name-function' only.
10044
032d23ab
FEG
100452012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10046
10047 * progmodes/python.el: Enhancements to navigation commands.
10048 (python-nav-backward-sentence)
10049 (python-nav-forward-sentence): Remove.
10050 (python-nav-backward-statement, python-nav-forward-statement)
10051 (python-nav-statement-start, python-nav-statement-end)
10052 (python-nav-backward-block, python-nav-forward-block)
10053 (python-nav-block-start, python-nav-block-end)
10054 (python-nav-forward-sexp-function)
10055 (python-info-current-line-comment-p)
10056 (python-info-current-line-empty-p): New functions.
10057 (python-indent-context): Use `python-nav-statement-start'.
10058
01795a1b
MA
100592012-07-16 Michael Albinus <michael.albinus@gmx.de>
10060
9328d9aa
MA
10061 * eshell/em-ls.el (eshell/ls): Use `apply'.
10062
10063 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10064 multi-hops, instead of Tramp internals.
10065
01795a1b
MA
10066 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10067
10068 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10069 when F1 and F2 are located on different hosts.
10070
63408057
CY
100712012-07-14 Chong Yidong <cyd@gnu.org>
10072
10073 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10074 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10075 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10076 (xterm-mouse--read-event-sequence-1000)
10077 (xterm-mouse--read-event-sequence-1006): New functions. For old
10078 mouse protocol, handle M-mouse-X events correctly.
10079 (xterm-mouse-event): New arg specifying mouse protocol.
10080 (turn-on-xterm-mouse-tracking-on-terminal)
10081 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
10082 sequence to toggle extended coordinates on newer XTerms.
10083 This appears to be harmless on terminals which do not support this.
63408057 10084
cd276f6e
LL
100852012-07-14 Leo Liu <sdl.web@gmail.com>
10086
28ca98ac
LL
10087 Add fringe bitmap indicators for flymake. (Bug#11253)
10088 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10089 (flymake-make-overlay): New arg BITMAP.
10090 (flymake-error-bitmap, flymake-warning-bitmap)
10091 (flymake-fringe-indicator-position): New user variables.
10092
cd276f6e
LL
10093 * fringe.el: New bitmap exclamation-mark.
10094
04408072
JD
100952012-07-14 Jan Djärv <jan.h.d@swipnet.se>
10096
10097 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10098 also (Bug#7879).
10099
b5cf7fc4
CY
101002012-07-14 Chong Yidong <cyd@gnu.org>
10101
10102 * electric.el (electric-pair-post-self-insert-function): Fix pair
10103 insertion in empty-region case (Bug#11520).
10104
be755c79
RT
101052012-07-14 Chong Yidong <cyd@gnu.org>
10106
45fd731c
SM
10107 * bindings.el: Consolidate ctl-x-r-map bindings.
10108 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
10109
10110 * rect.el, register.el: Move bindings to bindings.el.
10111
101122012-07-14 Reuben Thomas <rrt@sc3d.org>
10113
10114 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10115
7f5b3198
AS
101162012-07-13 Andreas Schwab <schwab@linux-m68k.org>
10117
10118 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
10119
97662200
JB
101202012-07-13 Juanma Barranquero <lekktu@gmail.com>
10121
80185fed
JB
10122 * bindings.el (top): Use `mapc' instead of `mapcar'.
10123
97662200
JB
10124 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10125
2bb1ae55
MA
101262012-07-13 Michael Albinus <michael.albinus@gmx.de>
10127
10128 * progmodes/sql.el (sql-comint): Suppress the check for program on
10129 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
10130 (Bug#11908)
10131
dea31bd3
CY
101322012-07-13 Chong Yidong <cyd@gnu.org>
10133
10134 * bindings.el: Assign a non-nil permanent-local property to
10135 per-buffer variables which lack a default value (Bug#11930).
10136
10137 * help-fns.el (describe-variable): In the "automatically becomes
10138 local" notice, take note of permanent-local variables.
10139
b68b3337
CY
101402012-07-13 Chong Yidong <cyd@gnu.org>
10141
10142 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
10143 to allow printing the message when called from Lisp.
10144
10145 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10146 Remove toggle-read-only.
10147
10148 * bs.el (bs-toggle-readonly):
45fd731c
SM
10149 * buff-menu.el (Buffer-menu-toggle-read-only):
10150 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
10151
10152 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10153 Remove with-no-warnings around toggle-read-only.
10154 (ffap-read-only, ffap-read-only-other-window)
10155 (ffap-read-only-other-frame): Callers changed.
10156
10157 * help-mode.el: Don't require view package.
10158 (help-mode-finish): Set buffer-read-only instead of calling
10159 toggle-read-only.
10160
10161 * bindings.el (mode-line-toggle-read-only):
10162 * dired.el (dired-toggle-read-only):
10163 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10164 with non-nil second arg.
10165
10166 * emacs-lisp/eieio-custom.el (eieio-customize-object):
10167 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10168 directly.
10169
56bc1586
EZ
101702012-07-12 Eli Zaretskii <eliz@gnu.org>
10171
10172 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10173 not incf.
10174
a464a6c7
SM
101752012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10176
10177 More CL cleanups and reduction of use of cl.el.
10178 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10179 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10180 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10181 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10182 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10183 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10184 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10185 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10186 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10187 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10188 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10189 * eshell/em-cmpl.el, eshell/em-banner.el:
10190 * calendar/parse-time.el: Use cl-lib.
10191 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10192 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10193 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10194 * term/ns-win.el, term.el, shell.el, ps-samp.el:
10195 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10196 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10197 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10198 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10199 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10200 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10201 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10202 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10203 `lambda' rather than with `quote'.
10204 (eshell-do-opt): Adjust accordingly.
10205 (eshell-process-option): Simplify.
10206 * eshell/esh-var.el:
10207 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10208 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10209 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10210 to `pcase--dontcare'.
10211 * emacs-lisp/cl.el (labels): Mark obsolete.
10212 (cl--letf, letf): Move to cl-lib.
10213 (cl--letf*, letf*): Remove.
10214 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10215 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10216 (cl-progv): Rewrite.
10217 (cl--letf, cl-letf): Move from cl.el.
10218 (cl-letf*): New macro.
10219 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10220
7ad4afe1
MA
102212012-07-11 Michael Albinus <michael.albinus@gmx.de>
10222
10223 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10224
9af57756
CY
102252012-07-11 Chong Yidong <cyd@gnu.org>
10226
10227 * vc/log-edit.el (log-edit-vc-backend): New variable.
10228 (log-edit): Doc fix.
10229
10230 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10231 argument of log-edit to set up all local variables.
10232 (vc-start-logentry): New optional arg specifying VC backend.
10233
10234 * vc/vc.el (vc-checkin): Use it.
10235 (vc-deduce-fileset): Handle Log Edit buffers.
10236 (vc-diff): Make first argument optional too.
10237
10238 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10239
8477cc7a
MA
102402012-07-10 Michael Albinus <michael.albinus@gmx.de>
10241
10242 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10243 command, just in case. The function is not needed anymore.
10244 (eshell-external-command): Do not call `eshell-remote-command'.
10245
19faa8e8
SM
102462012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10247
f58e0fd5
SM
10248 Reduce use of (require 'cl).
10249 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10250 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10251 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10252 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10253 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10254 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10255 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10256 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10257 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10258 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10259 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10260 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10261 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10262 (byte-compile-unfold-bcf, byte-compile-check-variable):
10263 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10264 (byte-compile-nilconstp):
10265 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10266 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10267
2519d43a
SM
10268 * emacs-lisp/gv.el (cond): Make it a valid place.
10269 (if): Simplify slightly.
10270
19faa8e8
SM
10271 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10272 (pcase--self-quoting-p): New function.
10273 (pcase--u1): Use it.
10274
c4907a5e
GM
102752012-07-10 Glenn Morris <rgm@gnu.org>
10276
10277 * emacs-lisp/authors.el (authors-fixed-entries):
10278 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10279
c4444d16
PE
102802012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10281
10282 Rename configure.in to configure.ac (Bug#11603).
10283 * emacs-lisp/authors.el (authors-canonical-file-name):
10284 * progmodes/autoconf.el (autoconf-mode):
10285 Prefer configure.ac to configure.in.
10286
d75be97d
CY
102872012-07-08 Chong Yidong <cyd@gnu.org>
10288
01ac65bd
CY
10289 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10290 Implement the mouse-1-click-follows-link handling properly.
10291
10292 * info.el (Info-link-keymap): Use follow-link mechanism for
10293 header-line links (Bug#374).
10294
d75be97d
CY
10295 * simple.el (deactivate-mark): Do not set the primary selection
10296 if another program has acquired it (Bug#11772).
10297
87a92845 102982012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
10299
10300 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10301 (woman-decode-region): Replace escaped-escapes without destroying
10302 bold or underline (Bug#11552).
87a92845 10303 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 10304
621b9d6c
CY
103052012-07-07 Chong Yidong <cyd@gnu.org>
10306
10307 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
10308 (interprogram-cut-function, interprogram-paste-function):
10309 Mention that we typically mean the clipboard.
621b9d6c 10310
133a11fc
GM
103112012-07-06 Glenn Morris <rgm@gnu.org>
10312
0d27a45e
GM
10313 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10314
133a11fc
GM
10315 * files.el (toggle-read-only): Restrict message to interactive use.
10316
07b151f1
MA
103172012-07-06 Michael Albinus <michael.albinus@gmx.de>
10318
10319 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10320
10321 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10322
211b896b
GM
103232012-07-06 Glenn Morris <rgm@gnu.org>
10324
50394322
GM
10325 * Makefile.in (compile-one-process): Rename from "recompile".
10326
211b896b
GM
10327 * Makefile.in (bzr-update): "compile" is the same as "recompile
10328 autoloads", but parallelizable, so use that instead.
10329
4737eec9
DG
103302012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10331
10332 * window.el (quit-window): Always restore window height when
8137e7b3 10333 it's saved in quit-restore parameter (Bug#11810).
4737eec9 10334
226c3633 103352012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
10336
10337 * simple.el (kill-whole-line): Doc tweak.
10338
226c3633 103392012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
10340
10341 * files.el (file-relative-name): Compare file names
10342 case-insensitively if on MS-Windows or MS-DOS, or if
10343 read-file-name-completion-ignore-case is non-nil. Don't use
10344 case-fold-search for this purpose. (Bug#11827)
10345
4dc7c8d5
SM
103462012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10347
10348 * calendar/cal-dst.el (calendar-current-time-zone):
10349 Return calendar-current-time-zone-cache if non-nil.
10350
103512012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 103522012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 10353
19faa8e8
SM
10354 * calendar/cal-dst.el (calendar-current-time-zone):
10355 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 10356
60198fc9
GM
103572012-07-06 Glenn Morris <rgm@gnu.org>
10358
10359 * Makefile.in (cvs-update): Remove old alias.
10360
957b3189
MA
103612012-07-05 Michael Albinus <michael.albinus@gmx.de>
10362
10363 Sync with Tramp 2.2.6-pre.
10364
10365 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10366 compatible declaration.
10367
19faa8e8
SM
10368 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10369 Protect `list-load-path-shadows' call.
957b3189
MA
10370
10371 * net/tramp-compat.el (top): Require packages, which aren't
10372 autoloaded anymore for XEmacs. Protect call of
10373 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10374 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10375 it hurts at least for SXEmacs.
10376 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10377 standard-value for `temporary-file-directory'.
10378
10379 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10380 Redirect stderr to /dev/null.
10381 (tramp-sh-handle-write-region): uid and gid can be floats.
10382 Reported by Russell Sim <russell.sim@gmail.com>.
10383 (tramp-sh-handle-vc-registered): Hide errors.
10384 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10385 and `start-file-process'.
10386 (tramp-maybe-open-connection): Check also whether `non-essential'
10387 is bound.
10388
566df3fc
CY
103892012-07-04 Chong Yidong <cyd@gnu.org>
10390
10391 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10392 (xml-parse-tag): Likewise, and avoid changing entity tables.
10393 (xml-syntax-table): Define from scratch, making sure not to give
10394 x2000 and other Unicode spaces whitespace syntax, since those are
10395 not spaces in XML.
10396 (xml-parse-fragment): Delete unused function.
10397 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10398 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10399 (xml-entity-ref, xml-pe-reference-re)
10400 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10401 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10402 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10403 (xml-entity-value-re): Use syntax references in regexps where
10404 possible; no need to define inside a let-binding.
10405 (xml-parse-dtd): Use xml-pe-reference-re.
10406 (xml-entity-or-char-ref-re): New defconst.
10407 (xml-parse-string, xml-substitute-special): Use it.
10408
30eabd7a
SM
104092012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10410
0781098a
SM
10411 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10412 (find-file--read-only): New function.
10413 (find-file-read-only, find-file-read-only-other-window)
10414 (find-file-read-only-other-frame): Use it.
10415 (insert-file-contents-literally): Don't `fset'.
10416 (get-free-disk-space): Use locate-dominating-file.
10417
b5771c0d
SM
10418 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10419 function is already compiled.
10420
30eabd7a
SM
10421 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10422
b4886f6e
MA
104232012-07-03 Michael Albinus <michael.albinus@gmx.de>
10424
10425 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10426 files on the same host.
10427
b9d82339
AS
104282012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10429
10430 * help-fns.el (describe-function-1): Only call
10431 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10432
a76e6535
CY
104332012-07-03 Chong Yidong <cyd@gnu.org>
10434
10435 * xml.el: Protect parser against XML bombs.
10436 (xml-entity-expansion-limit): New variable.
10437 (xml-parse-string, xml-substitute-special): Use it.
10438 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10439
b544fef2
GM
104402012-07-03 Glenn Morris <rgm@gnu.org>
10441
10442 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10443 Allow linking to specific messages in debbugs reports (eg 123#5).
10444
a7aef6f5
CY
104452012-07-02 Chong Yidong <cyd@gnu.org>
10446
10447 * xml.el: Fix entity and character reference expansion, allowing
10448 them to expand into markup as per XML spec.
10449 (xml-default-ns): New variable.
10450 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
10451 (xml-parse-region): Make first two arguments optional.
10452 Discard text properties.
10453 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10454 All callers changed.
a7aef6f5
CY
10455 (xml-parse-tag): Call xml-parse-tag-1. For backward
10456 compatibility, this function should not modify buffer contents.
10457 (xml-parse-tag-1): Fix opening-tag regexp.
10458 (xml-parse-string): Rewrite, handling entity and character
10459 references properly.
10460 (xml--entity-replacement-text): Signal an error if a parameter
10461 entity is undefined.
10462
3df31c9f
SM
104632012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10464
2b5208f1
SM
10465 * comint.el (comint-output-filter): Filter out repeated prompts.
10466
3df31c9f
SM
10467 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10468 and file-name-absolute-p.
10469 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10470 internal calls.
10471
e3ac1281
PE
104722012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10473
10474 Spelling fixes.
10475 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10476 Rename from byte-compile--refiy-function. All uses changed.
10477
fbf2e7ad
CY
104782012-07-01 Chong Yidong <cyd@gnu.org>
10479
10480 * xml.el (xml--parse-buffer): New function. Move most of
10481 xml-parse-region here.
10482 (xml-parse-region): Copy region into a temporary buffer, since
10483 parameter entity substitution requires changing buffer contents.
10484 Use xml--parse-buffer.
10485 (xml-parse-file): Use xml--parse-buffer.
10486 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 10487 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 10488
9bf0aa15
GM
104892012-06-30 Glenn Morris <rgm@gnu.org>
10490
bbce2853
GM
10491 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10492
9bf0aa15
GM
10493 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10494 Remove outdated and unnecessary dbus declarations.
10495
0d23c240
EZ
104962012-06-30 Eli Zaretskii <eliz@gnu.org>
10497
10498 * emacs-lisp/timer.el (timer-until): Subtract results of
10499 float-time, instead of taking float-time of the result of
10500 time-subtract, since float-time signals an error for negative time
10501 arguments.
10502
b3218de1
CY
105032012-06-30 Chong Yidong <cyd@gnu.org>
10504
10505 * xml.el (xml-*-re): Convert defvars into defconsts, and
10506 eval-and-compile them so eval-and-compile works on derivatives.
10507 (xml--entity-replacement-text): Use eval-and-comple.
10508
a40c87a0
MA
105092012-06-30 Michael Albinus <michael.albinus@gmx.de>
10510
10511 * vc/vc-git.el (vc-git-registered): Use cache property
10512 `git-registered'.
10513 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10514 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 10515 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 10516
ac87de97
DG
105172012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10518
10519 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 10520 removed (likely outside Emacs). (Bug#11757)
ac87de97 10521
ac10fe06
SM
105222012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10523
3df31c9f 10524 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 10525
7f3fbd5d
CY
105262012-06-30 Chong Yidong <cyd@gnu.org>
10527
10528 * xml.el: Implement XML parameter entities.
10529 (xml-parameter-entity-alist): New variable.
10530 (xml-parse-region, xml-parse-fragment): Preserve previous values
10531 of xml-entity-alist and xml-parameter-entity-alist, so that
10532 repeated calls on different documents do not change them.
10533 (xml-parse-tag): Fix doctype regexp.
10534 (xml--entity-replacement-text): New function.
10535 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10536 properly requires url retrieval which is unimplemented.
10537 (xml-escape-string): Doc fix.
10538
3cfbebba
SM
105392012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10542
2af3565e
DA
105432012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10544
10545 * fringe.el (fringe-mode): Doc fix.
10546
929df0e7
MA
105472012-06-29 Michael Albinus <michael.albinus@gmx.de>
10548
10549 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10550 is non-nil.
10551 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10552 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10553
c8d3a25c 105542012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 10555
c8d3a25c
GM
10556 * calendar/cal-dst.el (calendar-current-time-zone):
10557 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 10558
c8d3a25c 105592012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
10560
10561 * progmodes/which-func.el (which-func-format):
10562 Add mouse-face. (Bug#11698)
10563
c8d3a25c
GM
105642012-06-29 Leo Liu <sdl.web@gmail.com>
10565
10566 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10567
105682012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * minibuffer.el (minibuffer-confirm-exit-commands):
10571 Add completion-at-point (bug#11725).
10572
105732012-06-29 Glenn Morris <rgm@gnu.org>
10574
10575 * progmodes/f90.el (f90-font-lock-keywords-2):
10576 Add some preprocessor elements. (Bug#10499)
10577
105782012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10581 Use syntax-propertize (bug#11739).
10582
2badeec4
JB
105832012-06-28 Juanma Barranquero <lekktu@gmail.com>
10584
10585 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10586
ae4969c2
JD
105872012-06-28 Julien Danjou <julien@danjou.info>
10588
10589 * term.el (term-handle-colors-array): Use a set of new faces to
10590 color the terminal. Also uses :inverse-video property.
10591 (term-default-fg-color): Set to nil by default, deprecate in favor
10592 of `term-face'.
10593 (term-default-bg-color): Set to nil by default, deprecate in favor
10594 of `term-face'.
10595 (term-current-face): Use `term-face' by default.
10596 (term-bold-attribute): Variable deleted.
10597
1c9bd870
GM
105982012-06-28 Glenn Morris <rgm@gnu.org>
10599
10600 * simple.el (completion-list-mode-finish):
10601 Don't use toggle-read-only. (Since completion-list-mode has
10602 a special mode-class, it wasn't doing anything extra anyway.)
10603
c207708c
SM
106042012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10605
10606 Make inlining of other-mode interpreted functions work (bug#11799).
10607 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10608 (byte-compile): Use it to fix compilation of lexical-binding closures.
10609 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10610 function, if needed.
10611
3fd56834
SM
106122012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10613
04901786
SM
10614 * help-mode.el (help-make-xrefs): Don't just withstand
10615 cyclic-variable-indirection but any error in documentation-property.
10616
1ec4b7b2
SM
10617 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10618 memory use.
10619 * bindings.el (bindings--define-key): New function.
10620 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10621 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10622 * bindings.el: Use it to purecopy define-key bindings.
10623
e309e2a5
SM
10624 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10625
d5c6faf9
SM
10626 * emacs-lisp/cl.el (flet): Mark obsolete.
10627 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10628 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10629 * progmodes/js.el (js-c-fill-paragraph):
10630 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10631 (ebrowse-switch-member-buffer-to-derived-class):
10632 * play/5x5.el (5x5-solver): Use cl-flet.
10633
6e9590e2
SM
10634 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10635 (cl--symbol-function): New macro.
10636 (cl--letf, cl--letf*): Use it.
10637
3fd56834
SM
10638 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10639 Strip "toggle-" if any.
10640
35ff222c
GM
106412012-06-27 Glenn Morris <rgm@gnu.org>
10642
1ba6038a
GM
10643 * info.el (Info-default-directory-list): Move here from paths.el.
10644 * paths.el: Remove file, which is now empty.
10645 * loadup.el: No longer load "paths".
10646
0ea0e51b
GM
10647 * custom.el (custom-initialize-delay): Doc fix.
10648
35ff222c
GM
10649 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10650 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10651 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10652 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10653 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10654 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10655 * eshell/eshell.el (eshell-defgroup): Remove alias.
10656
c89926a5
CY
106572012-06-27 Chong Yidong <cyd@gnu.org>
10658
10659 * help.el (help-enable-auto-load): New variable.
10660
10661 * help-fns.el (help-fns--autoloaded-p): New function.
10662 (describe-function-1): Refer to a function as "autoloaded" if it
10663 was autoloaded at any time in the past. Perform autoloading if
10664 help-enable-auto-load is non-nil.
10665
cc06e7e7
EZ
106662012-06-26 Eli Zaretskii <eliz@gnu.org>
10667
10668 * makefile.w32-in (compile, compile-always): Depend on
10669 update-subdirs, not on subdirs.el. Otherwise, several different
10670 sub-targets of 'bootstrap' running in parallel could
10671 simultaneously write to subdirs.el, producing a garbled file.
10672
d2c32364
SS
106732012-06-26 Sam Steingold <sds@gnu.org>
10674
10675 * files.el (file-name-base): New convenience function.
0d14cc21
GM
10676 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10677 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10678 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10679 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10680 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
10681 * textmodes/tex-mode.el: Use it.
10682 Did not touch cedet and org because they are maintained elsewhere.
10683
5cf983b2
MR
106842012-06-26 Martin Rudalics <rudalics@gmx.at>
10685
10686 * calendar/calendar.el (calendar-exit): Don't try to delete or
10687 iconify last frame. See:
10688 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10689
8c4f2952
JD
106902012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10691
10692 * server.el (server-process-filter): Remember dir in the
10693 process's `server-client-directory' properties.
10694
772b2e2c
CY
106952012-06-24 Chong Yidong <cyd@gnu.org>
10696
10697 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10698 non-tag text.
10699
711b11e1
JB
107002012-06-23 Juanma Barranquero <lekktu@gmail.com>
10701
10702 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10703
dc5d230c
SM
107042012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10705
10706 * help-fns.el (describe-variable): Don't croak when doc is not found.
10707 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10708 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10709 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10710 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10711 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10712 ((lambda ..) ..).
10713 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10714
136e1c1d
CY
107152012-06-23 Chong Yidong <cyd@gnu.org>
10716
e8c1cabf
CY
10717 * info.el (Info-mouse-follow-link): Accept symbol values of
10718 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
10719 (Info-fontify-node): Use Info-link-keymap for all navigation
10720 buttons, with link-args property to perform the desired action.
10721 (Info-link-keymap): Doc fix.
10722 (Info-next-link-keymap, Info-prev-link-keymap)
10723 (Info-up-link-keymap): Delete now-unused keymaps.
10724
0e9e6c6a
CY
107252012-06-23 Chong Yidong <cyd@gnu.org>
10726
05e89fea
CY
10727 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10728
0e9e6c6a
CY
10729 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10730 system abbrevs.
10731
10732 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10733
e33c6771
SM
107342012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10735
b68581e2
SM
10736 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10737 (bug#11719).
10738
e33c6771
SM
10739 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10740 the requote function doesn't work properly (bug#11714).
10741
7117e105
GM
107422012-06-23 Glenn Morris <rgm@gnu.org>
10743
10744 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10745
36cec983
SM
107462012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 Further GV/CL cleanups.
10749 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10750 gv-expander.
10751 (gv--defun-declaration): New function.
10752 (defun-declarations-alist): Use it.
10753 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10754 (gv-place): Autoload.
10755 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10756 original definition of dotimes and dolist.
10757 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10758 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10759 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10760 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10761 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10762 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10763 to the function's definition.
10764 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10765 * window.el:
10766 * files.el:
10767 * faces.el:
10768 * env.el: Don't use CL.
10769
d35af63c
PE
107702012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10771
10772 Support higher-resolution time stamps (Bug#9000).
10773
10774 * calendar/time-date.el (with-decoded-time-value): New arg
10775 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10776 (encode-time-value): New optional arg PICO. New type 3.
10777 (time-to-seconds) [!float-time]: Support the new picoseconds
10778 component if it's used.
10779 (seconds-to-time, time-subtract, time-add):
10780 Support ps-resolution time stamps as well.
10781
10782 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10783 (timerp): Timer vectors now have length 9, not 8.
10784 (timer--time): Support new-style (4-part) time stamps.
10785 (timer-next-integral-multiple-of-time): Time stamps now have
10786 picosecond resolution, so take a bit more care about rounding.
10787 (timer-relative-time, timer-inc-time): New optional arg psecs.
10788 (timer-set-time-with-usecs): Set psecs to 0.
10789 (timer--activate): Check psecs component, too.
10790
10791 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10792
ac77b21a
SM
107932012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10794
f143bfe3
SM
10795 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10796 Move the non-essential binding to the post/pre-command-hook where it is
10797 more obviously correct.
10798
ac77b21a
SM
10799 * subr.el (read-passwd): Don't use a history at all.
10800 * savehist.el (savehist-save): Remove password saved accidentally
10801 because of the above bug.
10802
76386c5a
BG
108032012-06-22 Bastien Guerry <bzg@gnu.org>
10804
10805 * files.el (toggle-read-only): Display a message telling whether
10806 the buffer is read-only or not (bug#11726).
10807
2ee3d7f0
SM
108082012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * emacs-lisp/gv.el: New file.
10811 * subr.el (push, pop): Extend to generalized variables.
10812 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10813 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10814 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10815 gv-define-simple-setter, and gv-define-expander.
10816 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10817 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10818 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10819 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10820 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10821 gv-letplace.
10822 (cl-defstruct): Don't define setf-method any more.
10823 * emacs-lisp/cl.el (flet): Don't autoload.
10824 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10825 (define-setf-expander, defsetf, define-modify-macro)
10826 (cl-struct-setf-expander): Move from cl-lib.el.
10827 * emacs-lisp/syntax.el:
10828 * emacs-lisp/ewoc.el:
10829 * emacs-lisp/smie.el:
10830 * emacs-lisp/cconv.el:
10831 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10832 (timer--time): Use gv-define-simple-setter.
10833 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10834 to avoid coding-system problems in subr.el. Adjust all users.
10835 (macroexp--maxsize, macroexp-small-p): New functions.
10836 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10837 * scroll-bar.el (scroll-bar-mode):
10838 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10839 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10840 * winner.el (winner-configuration, winner-make-point-alist)
10841 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10842 * files.el (locate-file-completion-table): Avoid list*.
10843
c5695d1d
CY
108442012-06-22 Chong Yidong <cyd@gnu.org>
10845
10846 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10847 (dired-create-files): Doc fix (Bug#11329).
10848 (dired-do-copy): Doc fix (Bug#11334).
10849 (dired-mark-read-string): Doc fix (Bug#11553).
10850
2ee3d7f0
SM
10851 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10852 Doc fix (Bug#11326).
c5695d1d
CY
10853 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10854 (dired-dwim-target): Doc fix.
10855
10856 * wdired.el (wdired-mode): Doc fix.
10857
89b5595a
GM
108582012-06-22 Glenn Morris <rgm@gnu.org>
10859
575db3f1
GM
10860 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10861 (pcmpl-rpm-cache-stamp-file): New constant.
10862 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10863 (pcmpl-rpm-packages): Optionally cache list of packages.
10864
a4c8dd51
GM
10865 * pcmpl-rpm.el (pcmpl-rpm): New group.
10866 (pcmpl-rpm-query-options): New option.
10867 (pcmpl-rpm-packages): No need to inline it.
10868 Use pcmpl-rpm-query-options.
10869
89b5595a
GM
10870 * calendar/calendar.el (calendar-in-read-only-buffer):
10871 Avoid some needless mode changes.
10872
e76f0800
CY
108732012-06-21 Chong Yidong <cyd@gnu.org>
10874
10875 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10876 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 10877 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 10878
297a8f1d
CY
108792012-06-20 Chong Yidong <cyd@gnu.org>
10880
10881 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10882
d34c18b1
DR
108832012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10884
10885 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10886 (bug#11201).
10887
32f7f28e
CY
108882012-06-20 Chong Yidong <cyd@gnu.org>
10889
10890 * term.el (term-window-width): Handle the case of a missing right
10891 fringe (Bug#8837).
10892 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
10893 (term-mode): Use define-derived-mode. Minor cleanups.
10894 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
10895 (term-move-columns, term-insert-char, term-emulate-terminal)
10896 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 10897
493c6688
MA
108982012-06-20 Michael Albinus <michael.albinus@gmx.de>
10899
d34c18b1
DR
10900 * net/ange-ftp.el (ange-ftp-get-passwd):
10901 Bind `enable-recursive-minibuffers'.
493c6688
MA
10902 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10903
3f06ecf4
DR
109042012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10905
10906 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10907
68f12411
GM
109082012-06-19 Glenn Morris <rgm@gnu.org>
10909
10910 * progmodes/python.el (python-mode): Derive from prog-mode.
10911
b3820318
KG
109122012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10913
10914 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10915 (edt-user-menu-bar-update-buffers): New functions.
10916 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10917
c6bf3022
CY
109182012-06-19 Chong Yidong <cyd@gnu.org>
10919
10920 * subr.el (with-selected-window): Preserve the selected window's
10921 terminal's top-frame (Bug#4702).
10922
10923 * window.el (save-selected-window): Likewise.
10924
25f09295
SM
109252012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * progmodes/python.el (python-rx-constituents): Move backquote.
10928 (python-skeleton-define, python-define-auxiliary-skeleton):
10929 Use `declare'.
10930
6b11952a
MA
109312012-06-18 Michael Albinus <michael.albinus@gmx.de>
10932
10933 * minibuffer.el (read-file-name-default): Revert the patch from
10934 2012-06-17.
10935
ee4b1330
SM
109362012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10937
10938 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10939 (pcase--u1, pcase--q1): Don't use apply-partially.
10940
35647f79
GM
109412012-06-18 Glenn Morris <rgm@gnu.org>
10942
10943 * progmodes/python.el (python-proc, python-buffer)
10944 (python-send-receive, python-send-string): Fix obsolete versions.
10945
24b0cff0
MR
109462012-06-18 Martin Rudalics <rudalics@gmx.at>
10947
10948 * window.el (special-display-p): Completely remove stringp
10949 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10950
29855149
MA
109512012-06-17 Michael Albinus <michael.albinus@gmx.de>
10952
10953 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10954
10955 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10956
10957 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10958 * net/tramp-sh.el (tramp-maybe-open-connection):
10959 Throw if `non-essential' is non-nil.
10960
07463363
MR
109612012-06-17 Martin Rudalics <rudalics@gmx.at>
10962
10963 * window.el (special-display-p): Signal an error if BUFFER-NAME
10964 is not a string (Bug#11713).
10965
48d1354e
PE
109662012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10967
10968 * progmodes/python.el (python-info-beginning-of-backslash):
10969 Rename from python-info-beginning-of-backlash, as a spelling fix.
10970
eb4a8a9a
CY
109712012-06-17 Chong Yidong <cyd@gnu.org>
10972
10973 * term.el (term-emulate-terminal): If term-check-size is called,
10974 move point to the process mark without resetting point (Bug#4635).
10975
ddfbf826 109762012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
10977
10978 * international/mule-cmds.el (mule-menu-keymap)
10979 (set-language-environment, set-locale-environment): Doc tweaks.
10980
9b0e3eba
AA
109812012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10982
10983 * cus-face.el (custom-face-attributes): Add wave-style underline
10984 attribute.
10985 * faces.el (set-face-attribute): Update docstring to describe
10986 wave-style underline attribute.
10987
771e3eae
CY
109882012-06-16 Chong Yidong <cyd@gnu.org>
10989
10990 * term/xterm.el (terminal-init-xterm): Discard input before
10991 querying background mode (Bug#10959).
10992
7ae2ea10
SM
109932012-06-16 Stefan Merten <smerten@oekonux.de>
10994
10995 * textmodes/rst.el: Added and corrected some comments.
10996 (rst-re-alist-def): Improve symbol syntax.
10997 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
10998 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10999 (rst-official-version, rst-official-cvs-rev): Update version
11000 information.
7ae2ea10 11001
b6974efa
JB
110022012-06-15 Juanma Barranquero <lekktu@gmail.com>
11003
11004 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11005 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11006
8826d473
GM
110072012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11008
11009 * progmodes/python.el: New python.el merge.
11010 (python-guess-indent): Obsolete var.
11011 (python-indent-guess-indent-offset): New defcustom.
11012 (python-indent): Obsolete var.
11013 (python-indent-offset): New defcustom.
11014 (python-python-command, python-jython-command): Delete var.
11015 (python-shell-interpreter): New defcustom.
11016 (python-pdbtrack-do-tracking-p): Delete var.
11017 (python-pdbtrack-activate): New defcustom.
11018 (python-use-skeletons): Obsolete var.
11019 (python-skeleton-autoinsert): New defcustom.
11020 (inferior-python-filter-regexp, python-continuation-offset)
11021 (python-honour-comment-indentation, python-indent-string-contents)
11022 (python-jython-packages, python-mode-hook)
11023 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11024 (python-shell-prompt-alist)
11025 (python-source-modes): Delete defcustoms.
11026 (python-check-buffer-name, python-eldoc-setup-code)
11027 (python-eldoc-string-code, python-ffap-setup-code)
11028 (python-ffap-string-code, python-fill-comment-function)
11029 (python-fill-decorator-function, python-fill-paren-function)
11030 (python-fill-string-function, python-imenu-include-defun-type)
11031 (python-imenu-make-tree, python-imenu-subtree-root-label)
11032 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11033 (python-shell-compilation-regexp-alist)
11034 (python-shell-completion-module-string-code)
11035 (python-shell-completion-pdb-string-code)
11036 (python-shell-completion-setup-code)
11037 (python-shell-completion-string-code)
11038 (python-shell-enable-font-lock, python-shell-exec-path)
11039 (python-shell-extra-pythonpaths)
11040 (python-shell-internal-buffer-name, python-shell-interpreter-args)
11041 (python-shell-process-environment)
11042 (python-shell-prompt-block-regexp)
11043 (python-shell-prompt-output-regexp)
11044 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11045 (python-shell-send-setup-max-wait, python-shell-setup-codes)
11046 (python-shell-virtualenv-path): New defcustoms.
11047 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11048 (inferior-python-mode-syntax-table, python--prompt-regexp)
11049 (python-buffer, python-command python-python-command)
11050 (python-default-template, python-imports, python-indent-index)
11051 (python-indent-list, python-indent-list-length)
11052 (python-mode-running, python-pdbtrack-is-tracking-p)
11053 (python-preoutput-continuation, python-preoutput-leftover)
11054 (python-preoutput-result, python-preoutput-skip-next-prompt)
11055 (python-prev-dir/file, python-recursing)
11056 (python-saved-check-command, python-version-checked)
11057 (python-which-func-length-limit)
11058 (view-return-to-alist): Delete vars.
11059 (python-check-custom-command, python-dotty-syntax-table)
11060 (python-imenu-index-alist, python-indent-current-level)
11061 (python-indent-dedenters, python-indent-levels)
11062 (python-nav-beginning-of-defun-regexp)
11063 (python-nav-list-defun-positions-cache)
11064 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11065 (python-shell-internal-buffer)
11066 (python-skeleton-available): New vars.
11067 (def-python-skeleton): Delete macro.
11068 (python-skeleton-define): New macro.
11069 (python-define-auxiliary-skeleton, python-rx): New macros.
11070 (python-insert-class): Delete command.
11071 (python-skeleton-class): New command.
11072 (python-insert-def): Delete command.
11073 (python-skeleton-def): New command.
11074 (python-insert-for): Delete command.
11075 (python-skeleton-for): New command.
11076 (python-insert-if): Delete command.
11077 (python-skeleton-if): New command.
11078 (python-insert-try/except, python-insert-try/finally): Delete commands.
11079 (python-skeleton-try): New command.
11080 (python-insert-while): Delete command.
11081 (python-skeleton-while): New command.
11082 (python-backspace): Delete command.
11083 (python-indent-dedent-line-backspace): New command.
11084 (python-electric-colon): Delete command.
11085 (python-indent-electric-colon): New command.
11086 (python-guess-indent): Delete command.
11087 (python-indent-guess-indent-offset): New command.
11088 (python-shift-left): Delete command.
11089 (python-indent-shift-left): New command.
11090 (python-shift-right): Delete command.
11091 (python-indent-shift-right): New command.
11092 (python-find-function): Delete command.
11093 (python-nav-jump-to-defun): New command.
11094 (python-next-statement): Delete command.
11095 (python-nav-forward-sentence): New command.
11096 (python-previous-statement): Delete command.
11097 (python-nav-backward-sentence): New command.
11098 (python-fill-paragraph): Delete command.
11099 (python-fill-paragraph-function): New command.
11100 (python-send-buffer): Delete command.
11101 (python-shell-send-buffer): New command.
11102 (python-send-defun): Delete command.
11103 (python-shell-send-defun): New command.
11104 (python-send-region, python-send-region-and-go): Delete commands.
11105 (python-shell-send-region)
11106 (python-shell-switch-to-shell): New commands.
11107 (python-send-string): Delete command.
11108 (python-shell-send-string): New command.
11109 (python-switch-to-python): Delete command.
11110 (python-shell-switch-to-shell): New command.
11111 (python-describe-symbol): Delete command.
11112 (python-eldoc-at-point): New command.
11113 (python--set-prompt-regexp, python-args-to-list)
11114 (python-after-info-look, python-check-version)
11115 (python-check-comint-prompt, python-find-imports)
11116 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11117 (python-unload-function, python-expand-template)
11118 (python-maybe-jython, python-preoutput-filter)
11119 (python-pdbtrack-get-source-buffer)
11120 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11121 (python-pdbtrack-toggle-stack-tracking)
11122 (python-pdbtrack-track-stack-file, python-initial-text)
11123 (python-first-word, python-comment-line-p, python-send-command)
11124 (python-setup-brm, python-sentinel, python-set-proc)
11125 (python-skip-out, python-input-filter, python-outdent-p)
11126 (python-outline-level, python-backslash-continuation-line-p)
11127 (python-end-of-block, python-end-of-statement, python-mark-block)
11128 (python-beginning-of-block, python-beginning-of-statement)
11129 (python-blank-line-p, python-beginning-of-string)
11130 (python-open-block-statement-p): Delete functions.
11131 (python-indent-line, python-indent-line-1): Delete functions.
11132 (python-indent-line): New function.
11133 (python-indentation-levels): Delete function.
11134 (python-indent-calculate-levels): New function.
11135 (python-proc): Delete function.
11136 (python-shell-get-process): New function.
11137 (python-send-receive): Delete function.
11138 (python-shell-send-string-no-output): New function.
11139 (python-module-path): Delete function.
11140 (python-ffap-module-path): New function.
11141 (python-completion-at-point)
11142 (python-symbol-completions): Delete functions.
11143 (python-completion-complete-at-point): New function.
11144 (python-load-file): Delete function.
11145 (python-shell-send-file): New function.
11146 (python-calculate-indentation): Delete function.
11147 (python-indent-calculate-indentation): New function.
11148 (python-skip-comments/blanks): Delete function.
11149 (python-util-forward-comment): New function.
11150 (python-continuation-line-p): Delete function.
11151 (python-info-continuation-line-p): New function.
11152 (python-which-func, python-current-defun): Delete function.
11153 (python-info-current-defun): New function.
11154 (python-beginning-of-defun): Delete function.
11155 (python-nav-beginning-of-defun): New function.
11156 (python-close-block-statement-p)
11157 (python-block-end-p): Delete function.
11158 (python-info-closing-block): New function.
11159 (python-comint-output-filter-function)
11160 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11161 (python-fill-comment, python-fill-decorator, python-fill-paren)
11162 (python-fill-string, python-imenu-make-element-tree)
11163 (python-imenu-make-tree, python-imenu-tree-assoc)
11164 (python-indent-context, python-indent-dedent-line)
11165 (python-indent-line-function)
11166 (python-indent-post-self-insert-function)
11167 (python-indent-toggle-levels)
11168 (python-info-assignment-continuation-line-p)
11169 (python-info-beginning-of-backlash)
11170 (python-info-block-continuation-line-p)
11171 (python-info-closing-block-message)
11172 (python-info-line-ends-backslash-p)
11173 (python-info-looking-at-beginning-of-defun)
11174 (python-info-ppss-context, python-info-ppss-context-type)
11175 (python-nav-list-defun-positions, python-nav-read-defun)
11176 (python-nav-sentence-end, python-nav-sentence-start)
11177 (python-pdbtrack-comint-output-filter-function)
11178 (python-pdbtrack-set-tracked-buffer)
11179 (python-shell-calculate-exec-path)
11180 (python-shell-calculate-process-environment)
11181 (python-shell-completion--do-completion-at-point)
11182 (python-shell-completion--get-completions)
11183 (python-shell-completion-complete-at-point)
11184 (python-shell-completion-complete-or-indent)
11185 (python-shell-get-or-create-process)
11186 (python-shell-get-process-name)
11187 (python-shell-internal-get-or-create-process)
11188 (python-shell-internal-get-process-name)
11189 (python-shell-internal-send-string, python-shell-make-comint)
11190 (python-shell-parse-command, python-shell-send-setup-code)
11191 (python-skeleton-add-menu-items)
11192 (python-util-clone-local-variables, python-util-position)
11193 (run-python-internal, python-indentation-levels)
11194 (python-nav-beginning-of-defun)
11195 (python-completion-complete-at-point): New functions.
11196 (run-python): Change arguments. New API requirements.
11197
4302f5ba
SM
111982012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11199
f38ea36d
SM
11200 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11201 (bug#11649).
11202
11203 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11204 (macroexp--expand-all): Use it.
11205
4302f5ba
SM
11206 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11207 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11208 Use `cl-function' instead.
11209
33377562
JB
112102012-06-14 Juanma Barranquero <lekktu@gmail.com>
11211
11212 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11213 Suggested by Stefan Monnier while discussing bug#11657.
11214
54c5ba1a
SS
112152012-06-14 Sam Steingold <sds@gnu.org>
11216
11217 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11218
f9f1b1fe
AS
112192012-06-14 Andreas Schwab <schwab@linux-m68k.org>
11220
11221 * play/doctor.el (doctor-doc): Remove parameter and use
11222 doctor-sent instead of sent.
11223 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
11224
a81068ba
SM
112252012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11226
5a315f9c
SM
11227 * files.el: Require cl-lib.
11228 (file-name-non-special): Replace case -> cl-case.
11229
11230 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11231
a81068ba
SM
11232 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11233 mapping from #' to function*.
11234
8cca9703
CY
112352012-06-13 Chong Yidong <cyd@gnu.org>
11236
11237 * mouse.el (mouse-drag-track): Do not set the mark if the user
11238 releases the mouse without selecting anything (Bug#11588).
11239
a12ac9d7
SM
112402012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11241
ccf1dc18
SM
11242 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11243 as well (bug#11646).
11244
ef62b23d
SM
11245 * loadup.el: Count byte-code functions as well.
11246
c4c8444a
SM
11247 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11248 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11249
a12ac9d7
SM
11250 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11251 (bug#11649). Add cl-defun and cl-defmacro.
11252
87e6e64f
DA
112532012-06-13 Drew Adams <drew.adams@oracle.com>
11254
11255 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11256 Fix last change.
11257
682cefaf
MA
112582012-06-13 Michael Albinus <michael.albinus@gmx.de>
11259
11260 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11261 Otherwise, it blocks in batch mode.
11262
773e1f08
JB
112632012-06-13 Juanma Barranquero <lekktu@gmail.com>
11264
11265 * help-mode.el (bookmark-make-record-default): Declare.
11266
60057926
CY
112672012-06-13 Chong Yidong <cyd@gnu.org>
11268
11269 * emacs-lisp/package.el (list-packages): Compute a list of
11270 packages that are newly-available since the last list-packages
11271 invocation.
11272 (package-menu--new-package-list): New var.
11273 (package-menu--generate, package-menu--print-info)
11274 (package-menu--status-predicate, package-menu-mark-install):
11275 Handle new status label "new".
11276
ad4d226c
SM
112772012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11280 conversion to backquotes.
11281
f1a4e679
CY
112822012-06-12 Chong Yidong <cyd@gnu.org>
11283
11284 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11285 Rename from gud-inhibit-global-bindings.
11286
11287 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11288
11289 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11290 hook from nxml-glyph-set-hook.
11291
11292 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11293 declaration.
11294
11295 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11296
11297 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11298 Convert to defcustom.
11299
0c9e42b5
DA
113002012-06-12 Drew Adams <drew.adams@oracle.com>
11301
11302 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11303 New functions.
11304 (help-mode): Use them.
11305
09e06855
GM
113062012-06-11 Glenn Morris <rgm@gnu.org>
11307
11308 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11309 Use preprocessor face for directives.
11310 (fortran-directive-re): Doc fix.
11311
71adb94b
SM
113122012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11313
2eb87922
SM
11314 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11315 conversion to backquotes (bug#11652).
11316
71adb94b
SM
11317 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11318 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11319 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11320 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11321 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11322 (cl-ninth, cl-tenth): Mark them as inlinable.
11323 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11324 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11325 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11326 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11327 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11328 (cl-list*, cl-adjoin): Don't put an autoload manually.
11329 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11330 (cl--compiler-macro-list*): Add autoload cookie.
11331 (cl--compiler-macro-cXXr): New function.
2eb87922 11332
71adb94b
SM
11333 * help-fns.el (help-fns--compiler-macro): New function extracted from
11334 describe-function-1; follow aliases and use `compiler-macro' property.
11335 (describe-function-1): Use it.
11336
a6674402
CY
113372012-06-11 Chong Yidong <cyd@gnu.org>
11338
11339 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11340 is uninstalled, if imagemagick is installed.
11341
bb3faf5b
SM
113422012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * emacs-lisp/cl-lib.el: Use lexical-binding.
11345 (cl-map-extents, cl-maclisp-member): Remove.
11346 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11347 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11348 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11349 * emacs-lisp/cl-extra.el: Use lexical-binding.
11350 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11351 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11352 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11353 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11354 * emacs-lisp/cl-seq.el: Use lexical-binding.
11355 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11356 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11357 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11358 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11359 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11360 CL's internals.
11361
2fe4b125
MA
113622012-06-11 Michael Albinus <michael.albinus@gmx.de>
11363
11364 Sync with Tramp 2.2.6-pre.
11365
11366 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11367 `print-length' and `print-level' to nil, in order to avoid
11368 truncation. Reported by Christopher Schmidt
11369 <christopher@ristopher.com>.
11370
11371 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11372
11373 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11374 New defmacro.
11375 (tramp-compat-copy-directory): Add optional argument
11376 COPY-CONTENTS. It is not handled yet.
11377
11378 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11379 (tramp-ftp-file-name-p): Simplify.
11380
11381 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11382 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11383 connection vector.
11384
11385 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11386 (tramp-methods): Do not use `tramp-password-end-of-line'.
11387 (tramp-completion-function-alist-putty): Handle UNIX case.
11388 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11389 (tramp-do-file-attributes-with-stat)
11390 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11391 gid as real numbers. They could run out of integer range on cygwin.
11392 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11393 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
11394 (tramp-open-connection-setup-interactive-shell):
11395 Use `tramp-cleanup'. Move check for busyboxes ...
11396 (tramp-find-shell): ... here. Simplify implementation.
11397 Set "remote-shell" property also for alternative shells.
11398 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11399 If failing, a regular file would be written otherwise.
11400 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
11401 (tramp-find-inline-encoding): Cache the coding commands in the
11402 process cache. Apply test command on the remote side, if defined.
11403 (tramp-find-inline-compress): Cache the compress commands in the
11404 process cache.
11405 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11406 when requested. Handle hops.
11407 (tramp-current-connection): New defvar.
87e6e64f
DA
11408 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11409 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 11410 Handle user interrupt. (Bug#10187)
87e6e64f
DA
11411 (tramp-get-inline-compress, tramp-get-inline-coding):
11412 Read connection properties from the process cache.
2fe4b125
MA
11413
11414 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
11415 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11416 New defconsts.
2fe4b125
MA
11417 (tramp-smb-prompt): Extend for powershell prompt.
11418 (tramp-smb-file-name-handler-alist): Add handlers for
11419 `process-file', `shell-command' and `start-file-process'.
11420 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11421 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11422 (tramp-smb-file-name-p): Simplify.
11423 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11424 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11425 (tramp-smb-shell-quote-argument): New defuns.
11426 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11427 Implement using "tar". By this, time-stamps are preserved.
11428 (tramp-smb-handle-copy-file): Handle also the case of directories.
11429 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
11430 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11431 Use `tramp-get-connection-buffer').
2fe4b125
MA
11432 (tramp-smb-handle-rename-file): Use "rename", when source and
11433 target are on the same share.
87e6e64f
DA
11434 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11435 Use `tramp-smb-server-version'.
2fe4b125
MA
11436 (tramp-smb-wait-for-output): Remove prompt.
11437
11438 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
11439 (tramp-methods, tramp-rsh-end-of-line):
11440 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
11441 (tramp-save-ad-hoc-proxies): New defcustom.
11442 (tramp-completion-function-alist): Adapt docstring.
11443 (tramp-default-password-end-of-line): Remove defcustom.
11444 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11445 (tramp-user-regexp, tramp-file-name-regexp-unified)
11446 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11447 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11448 (tramp-remote-file-name-spec-regexp): New defconst.
11449 (tramp-file-name-structure): Extend structure for hops.
11450 (tramp-get-method-parameter): Move up.
11451 (tramp-file-name-p, tramp-dissect-file-name)
11452 (with-parsed-tramp-file-name): Handle hops.
11453 (tramp-file-name-hop): New defun.
11454 (tramp-make-tramp-file-name): New optional arg HOP.
11455 (tramp-message-show-progress-reporter-message): New defvar.
11456 (tramp-with-progress-reporter): Use it. We cannot use
11457 `tramp-message-show-message' here, because this suppresses also
11458 error buffers.
11459 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
11460 `tramp-message-show-message' is nil.
11461 Use `tramp-get-connection-buffer'.
2fe4b125
MA
11462 (tramp-cleanup): New defun.
11463 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11464 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11465 an error unchanged.
11466 (tramp-completion-handle-file-name-all-completions): Handle hops.
11467 Fix an error when called from ido.
11468 (tramp-completion-dissect-file-name): Use better local variable
11469 name. Add hop to the vector.
11470 (tramp-handle-insert-file-contents): Use progress-reporter for the
11471 whole scenario.
11472 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11473 to `t'.
11474 (tramp-check-for-regexp): Simplify search.
11475 (tramp-enter-password): Remove it. Move implementation ...
11476 (tramp-action-password): ... here.
11477 (tramp-mode-string-to-int, tramp-local-host-p)
11478 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
11479 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11480 Set tramp-autoload cookie.
2fe4b125
MA
11481
11482 * net/trampver.el: Update release number.
11483
114842012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11485 Michael Albinus <michael.albinus@gmx.de>
11486
11487 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11488 (tramp-parse-group, tramp-parse-file)
11489 (tramp-parse-shostkeys-sknownhosts): New defuns.
11490 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11491 (tramp-parse-shosts-group, tramp-parse-sconfig)
11492 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11493 (tramp-parse-sknownhosts, tramp-parse-hosts)
11494 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11495 Use them.
11496 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11497 (tramp-parse-putty-group): Don't narrow.
11498 (tramp-parse-putty): Make a loop.
11499 (tramp-file-name-handler): Catch the `suppress' signal.
11500
72834e10
CY
115012012-06-11 Chong Yidong <cyd@gnu.org>
11502
11503 * image.el (imagemagick-register-types): Put the ImageMagick entry
11504 at the end of image-type-file-name-regexps.
11505
a4712e11
JB
115062012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
11507
11508 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11509 (pcase, pcase-let*, pcase-dolist): Use them.
11510
82ad98e3
SM
115112012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * emacs-lisp/pcase.el (pcase--let*): New function.
11514 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11515 (pcase--expand): Use macroexp-let².
11516
f80efb86
SM
115172012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11518
11519 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11520 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11521 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11522 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11523 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11524 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11525
31ca4639 115262012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 11527
31ca4639
CY
11528 * mail/rmail.el (rmail-yank-current-message): Leave point at
11529 correct position. (Bug#11660)
94f0aa34 11530
31ca4639 115312012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 11532
31ca4639 11533 * allout-widgets.el: Fix code header.
9e1b8ec4 11534
31ca4639 115352012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 11536
f80efb86
SM
11537 * cus-edit.el (customize-changed-options-previous-release):
11538 Bump to 24.1.
31ca4639 11539
642b6d30
AS
115402012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11541
11542 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11543
4f5d2ba1
CY
115442012-06-09 Chong Yidong <cyd@gnu.org>
11545
11546 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11547
e75852fd
MR
115482012-06-09 Martin Rudalics <rudalics@gmx.at>
11549
11550 * window.el (special-display-popup-frame): Don't use
11551 window--display-buffer (Bug#11651).
11552
1e48e282
EZ
115532012-06-09 Eli Zaretskii <eliz@gnu.org>
11554
8a26b487
EZ
11555 Fix parallel builds: make sure loaddefs.el is not being written
11556 while Lisp files are compiled.
11557 (compile): Don't depend on 'mh-autoloads'.
11558 (compile-CMD, compile-SH): Depend on 'autoloads'.
11559 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11560
1e48e282
EZ
11561 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11562
6175e34b
CY
115632012-06-09 Chong Yidong <cyd@gnu.org>
11564
11565 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11566 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11567 Doc fixes (Bug#11225).
11568
d9857e53
SM
115692012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11570
11571 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11572 a function if there's a clear indication that it has a compiler-macro.
11573 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11574 (macro-declarations-alist): Add arglist to declaration functions.
11575 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11576 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11577 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11578 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11579 Also add autoload to find the compiler macro.
11580 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11581 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11582 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11583 (cl--compiler-macro-get): New functions, replacing calls to
11584 cl-define-compiler-macro.
11585 (cl-typep) [compiler-macro]: Use macroexp-let².
11586
f81298f8 115872012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
11588
11589 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11590 string properly, fixes Bug#11473.
11591
4b56d0fe
CY
115922012-06-08 Chong Yidong <cyd@gnu.org>
11593
11594 * faces.el (set-face-attribute): Doc fix.
11595 (modify-face): Don't use :bold and :italic.
11596 (error, warning, success): Tweak definitions.
11597
11598 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11599 (custom-modified, custom-set, custom-changed, custom-themed)
11600 (custom-saved, custom-button, custom-button-mouse)
11601 (custom-button-pressed, custom-state, custom-comment-tag)
11602 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11603 (custom-group-subtitle): Use new-style face specs.
11604 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11605 (custom-set-face, custom-changed-face, custom-saved-face)
11606 (custom-button-face, custom-button-pressed-face)
11607 (custom-documentation-face, custom-state-face)
11608 (custom-comment-face, custom-comment-tag-face)
11609 (custom-variable-tag-face, custom-variable-button-face)
11610 (custom-face-tag-face, custom-group-tag-face-1)
11611 (custom-group-tag-face): Remove obsolete face alias.
11612
11613 * epa.el (epa-validity-high, epa-validity-medium)
11614 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11615 (epa-field-name, epa-field-body):
11616 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11617 (font-lock-keyword-face, font-lock-builtin-face)
11618 (font-lock-function-name-face, font-lock-variable-name-face)
11619 (font-lock-type-face, font-lock-constant-face):
11620 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11621 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11622 * speedbar.el (speedbar-button-face, speedbar-file-face)
11623 (speedbar-directory-face, speedbar-tag-face)
11624 (speedbar-selected-face, speedbar-highlight-face)
11625 (speedbar-separator-face):
11626 * whitespace.el (whitespace-newline, whitespace-space)
11627 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11628 (whitespace-line, whitespace-space-before-tab)
11629 (whitespace-space-after-tab, whitespace-indentation)
11630 (whitespace-empty):
11631 * emulation/cua-base.el (cua-global-mark):
11632 * eshell/em-prompt.el (eshell-prompt):
11633 * net/newst-plainview.el (newsticker-new-item-face)
11634 (newsticker-old-item-face, newsticker-immortal-item-face)
11635 (newsticker-obsolete-item-face, newsticker-date-face)
11636 (newsticker-statistics-face, newsticker-default-face):
11637 * net/newst-reader.el (newsticker-feed-face)
11638 (newsticker-extra-face, newsticker-enclosure-face):
11639 * net/newst-treeview.el (newsticker-treeview-face)
11640 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11641 (newsticker-treeview-immortal-face)
11642 (newsticker-treeview-obsolete-face)
11643 (newsticker-treeview-selection-face):
11644 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11645 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11646 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11647 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11648 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11649 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11650 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11651 (mpuz-text):
11652 * progmodes/vera-mode.el (vera-font-lock-number)
11653 (vera-font-lock-function, vera-font-lock-interface):
11654 * textmodes/table.el (table-cell): Use new-style face specs, and
11655 don't use the old :bold and :italic attributes.
11656
11657 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11658 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11659 (ebrowse-member-class, ebrowse-progress): Likewise.
11660 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11661 (ebrowse-file-name-face, ebrowse-default-face)
11662 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11663 (ebrowse-progress-face): Remove obsolete faces.
11664
11665 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11666 Inherit from error and warning faces respectively.
11667
11668 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11669 Likewise.
f80efb86
SM
11670 (flyspell-incorrect-face, flyspell-duplicate-face):
11671 Remove obsolete aliases.
4b56d0fe 11672
03310646
MA
116732012-06-08 Michael Albinus <michael.albinus@gmx.de>
11674
11675 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11676 Avoid infloop.
11677
513749ee
SM
116782012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * startup.el (argv, argi): Make lexically scoped.
11681 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11682 * emacs-lisp/cl-macs.el: Use lexical-binding.
11683 Rename cl-bind-* to cl--bind-*.
11684 * files.el: Don't require `cl' since it doesn't use it.
11685 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11686
595ef4ad
JB
116872012-06-08 Juanma Barranquero <lekktu@gmail.com>
11688
11689 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11690 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11691 instead of calling external sort utility.
11692 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11693
e9f66fcb
EZ
116942012-06-08 Eli Zaretskii <eliz@gnu.org>
11695
11696 * descr-text.el (describe-char): Mention how to insert the
11697 character, if the current input method doesn't support it.
11698 See the discussion in this thread for the details:
11699 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11700
3d10db47
SS
117012012-06-08 Sam Steingold <sds@gnu.org>
11702
11703 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11704 XF86Back to previous-buffer.
11705 (minibuffer-local-map): Bind them to next-history-element and
11706 previous-history-element respectively.
11707 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11708 help-go-back respectively.
11709 * info.el (Info-mode-map): Bind them to Info-history-forward and
11710 Info-history-back respectively.
11711 These are the keys next to Up on the ThinkPad keyboard.
11712
de7e2b36
SM
117132012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11716 * emacs-lisp/cl-macs.el: Provide itself.
11717 (cl--labels-convert-cache): New var.
11718 (cl--labels-convert): New function.
11719 (cl-flet, cl-labels): New implementation with new semantics, relying on
11720 lexical-binding.
11721 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11722 (cl-closure-vars, cl--function-convert-cache)
11723 (cl--function-convert): Move from cl-macs.el.
11724 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11725 rename by removing the "cl-" prefix.
11726 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11727
6fa6c4ae
SM
117282012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11731 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11732 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11733 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11734 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11735 (cl-hash-table-count): Add old compatibility aliases.
11736
11737 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11738 Use macroexpand-all-environment instead.
11739 (cl--old-macroexpand): New var.
11740 (cl--sm-macroexpand): New function.
11741 (cl-symbol-macrolet): Use it during macro expansion.
11742 (cl--function-convert-cache): New var.
11743 (cl--function-convert): New function, extracted from
11744 cl-macroexpand-all.
11745 (cl-lexical-let): Use it.
11746
11747 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11748 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11749 (cl-member): Remove old alias.
11750
11751 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11752 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11753 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11754 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11755 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11756 (cl-macroexpand-cmacs): Remove var.
11757 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11758 Use macroexpand-all instead.
11759
4dd1c416
SM
117602012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11763 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11764 (macroexp-copyable-p): New functions and macros.
11765 * emacs-lisp/edebug.el (edebug-unwrap):
11766 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11767 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11768 (pcase--let*): Remove.
11769 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11770 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11771 macroexp-const-p instead.
11772 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11773
11774 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11775 instead of "cl-" for internal definitions. Use macroexp-const-p.
11776 (cl-old-bc-file-form): Remove var.
11777 (cl-const-exprs-p): Remove fun.
11778 (cl-labels, cl-macrolet): Use backquote.
11779 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11780 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11781 (cl-define-setf-expander): Rename from cl-define-setf-method.
11782 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11783
11784 * international/mule-cmds.el: Don't require CL.
11785 (view-hello-file): Don't use `letf'.
11786
ed8bd4d7
SM
117872012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11788
7287f2f3
SM
11789 * tmm.el (tmm-prompt): Use string-prefix-p.
11790 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11791 (tmm-add-prompt): Use minibuffer-completion-help.
11792 (tmm-delete-map): Remove.
11793
ed8bd4d7
SM
11794 * subr.el (kbd): Make it its own function.
11795
7b4cdbf4
SM
117962012-06-07 Stefan Merten <smerten@oekonux.de>
11797
11798 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11799 Silence compiler warnings. Fix versions.
ed8bd4d7 11800 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 11801 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 11802 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
11803 (rst-package-emacs-version-alist): Correct Emacs version to
11804 represent major merge with upstream.
ed8bd4d7 11805 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 11806
2b48d721
GM
118072012-06-06 Glenn Morris <rgm@gnu.org>
11808
11809 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11810 Only print environment variables if set.
11811
fa779ab0
SM
118122012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11815 (macroexp--cons): Rename from maybe-cons.
11816 (macroexp--accumulate): Rename from macroexp-accumulate.
11817 (macroexp--all-forms): Rename from macroexpand-all-forms.
11818 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11819 (macroexp--expand-all): Rename from macroexpand-all-1.
11820
628299e0
SS
118212012-06-06 Sam Steingold <sds@gnu.org>
11822
11823 * calendar/calendar.el (calendar-in-read-only-buffer):
11824 Call `special-mode' to enable the standard read-only keybindings.
11825
b7bb5838
SM
118262012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11827
11828 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11829 with "loading" messages (bug#11635).
11830
dfb308ba
MA
118312012-06-06 Michael Albinus <michael.albinus@gmx.de>
11832
11833 * files.el (enable-remote-dir-locals): New option.
11834 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11835
0372ee92
MA
11836 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11837 Ensure, that the temp directory is local.
11838
11839 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11840 `temporary-file-directory'.
11841
eed0bb91
MA
11842 * progmodes/python.el (python-send-region): Ensure, that the
11843 temporary file is created also in the remote case.
11844
7a58f64d
GM
118452012-06-06 Glenn Morris <rgm@gnu.org>
11846
f7dd4e98
GM
11847 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11848 (vc-rcs-update-changelog): Use it.
11849
090bd7cb 11850 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 11851
7a58f64d
GM
11852 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11853 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11854 (vc-sccs-diff): Replace use of the external vcdiff script.
11855
daed4003
GM
118562012-06-05 Glenn Morris <rgm@gnu.org>
11857
11858 * ledit.el: Move to obsolete/.
11859
48c455c7
SS
118602012-06-05 Sam Steingold <sds@gnu.org>
11861
ed9265fc 11862 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
11863 patch (Bug#11140).
11864
57a7d507
SM
118652012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11866
090bd7cb 11867 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 11868
53aacf21
SM
11869 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11870 compiler-macro expansion.
11871
57a7d507
SM
11872 Add native compiler-macro support.
11873 * emacs-lisp/macroexp.el (macroexpand-all-1):
11874 Support compiler-macros directly. Properly follow aliases and apply
11875 the compiler macros more thoroughly.
11876 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11877 macroexpand now properly follows aliases.
11878 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11879 (cl-compiler-macroexpand): Use new prop.
11880 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11881
11882 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11883
51a5f9d8
MR
118842012-06-05 Martin Rudalics <rudalics@gmx.at>
11885
11886 * window.el (get-lru-window, get-mru-window, get-largest-window):
11887 New argument NOT-SELECTED to avoid picking the selected window.
11888 (window--display-buffer-1, window--display-buffer-2): Replace by
11889 new function window--display-buffer
11890 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
11891 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11892 Use window--display-buffer.
51a5f9d8
MR
11893 (display-buffer-use-some-window): Remove temporary dedication
11894 hack by calling get-lru-window and get-largest-window with
11895 NOT-SELECTED argument non-nil. Call window--display-buffer.
11896
08f9f738
GM
118972012-06-05 Glenn Morris <rgm@gnu.org>
11898
11899 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11900 Replace external vcdiff script.
11901
e364a2b7
SM
119022012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11905
041df390
CY
119062012-06-04 Chong Yidong <cyd@gnu.org>
11907
e364a2b7
SM
11908 * image.el (imagemagick-types-inhibit): Revert last change.
11909 Add INFO and M.
47b36b94 11910 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 11911
7c1898a7
SM
119122012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * emacs-lisp/cl-lib.el: Rename from cl.el.
11915 * emacs-lisp/cl.el: New compatibility file.
11916 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11917 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11918 to obey the "cl-" prefix.
11919 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11920
0c3461de
GM
119212012-06-03 Glenn Morris <rgm@gnu.org>
11922
1e266c88
GM
11923 * emacs-lisp/authors.el (authors-aliases): Addition.
11924
0c3461de
GM
11925 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11926 Fix :version.
11927
d8a52e15
SM
119282012-06-03 Stefan Merten <smerten@oekonux.de>
11929
11930 * textmodes/rst.el: Add comments.
11931 (rst-transition, rst-adornment): New faces.
11932 (rst-adornment-faces-alist): Make default safe to reevaluate.
11933 Fixes
11934 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11935 Improve customization tags.
11936 (rst-define-level-faces): Clarify meaning.
11937
5205d6f6
CY
119382012-06-03 Chong Yidong <cyd@gnu.org>
11939
11940 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
11941 (compilation-mode-line-run, compilation-mode-line-exit):
11942 New faces.
5205d6f6
CY
11943 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11944
757ee657
JD
119452012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11946
7c1898a7
SM
11947 * progmodes/which-func.el (which-func-update-ediff-windows):
11948 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 11949
5f2c76c6
CY
119502012-06-03 Chong Yidong <cyd@gnu.org>
11951
11952 * bindings.el: Remove explicit help text from format-mode-line.
11953 It is now supplied by mode-line-default-help-echo.
11954 (mode-line-front-space, mode-line-end-spaces)
11955 (mode-line-misc-info): New variables.
11956 (mode-line-modes, mode-line-position): Move the default value to
11957 the variable definition.
11958 (mode-line-default-help-echo): New defcustom.
383f7350
CY
11959 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11960 (mode-line-modified-help-echo): New functions.
11961 (mode-line-mule-info, mode-line-modified): Use them.
11962 (mode-line-eol-desc, propertized-buffer-identification):
11963 Consistency fixes for help text.
cbe46e5f
CY
11964 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11965 set-buffer-file-coding-system (Bug#289).
11966 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 11967
f2d6a3df
SM
119682012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * simple.el (execute-extended-command): Set real-this-command
11971 (bug#11506).
11972
37269466
CY
119732012-06-02 Chong Yidong <cyd@gnu.org>
11974
11975 Remove incorrect uses of "modeline" in comments, docstrings, and
11976 function/variable names (Bug#10329).
11977
11978 * cus-edit.el (mode-line):
11979 * dframe.el (dframe-mouse-hscroll):
11980 * emacs-lisp/re-builder.el:
11981 * emacs-lisp/easy-mmode.el (define-minor-mode):
11982 * frame.el (set-frame-name):
11983 * help.el (lookup-minor-mode-from-indicator):
11984 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11985 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11986 (c-toggle-hungry-state):
11987 * progmodes/antlr-mode.el (antlr-language-alist):
11988 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11989 * progmodes/vhdl-mode.el (vhdl-mode):
11990 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11991 * term/ns-win.el (ns-face-at-pos):
11992 * term/sup-mouse.el (sup-mouse-report):
11993 * textmodes/flyspell.el (flyspell-mode-line-string):
11994 * textmodes/ispell.el (ispell-highlight-face):
11995 * textmodes/reftex-global.el:
11996 * vc/vc-arch.el (vc-arch-mode-line-string):
11997 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11998 * vc/vc-git.el (vc-git-mode-line-string):
11999 * vc/vc-hooks.el (vc-display-status)
12000 (vc-default-mode-line-string):
12001 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12002
12003 * ansi-color.el (ansi-color-faces-vector): Change default faces.
12004
12005 * dired.el (dired-sort-set-mode-line): Rename from
12006 dired-sort-set-modeline. All callers changed.
12007
12008 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12009 eshell-status-in-modeline.
12010
12011 * foldout.el (foldout-mode-line-string): Rename from
12012 foldout-modeline-string. All callers changed.
12013 (foldout-update-mode-line): Rename from foldout-update-modeline.
12014
12015 * subr.el (redraw-modeline): Make into obsolete alias.
12016
12017 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12018 timeclock-modeline-display. Make old name an alias.
12019 (timeclock-update-mode-line): Likewise. All callers changed.
12020 (timeclock-mode-line-display): No need to check before using
12021 add-hook.
12022 (timeclock-relative, timeclock-day-over-hook)
12023 (timeclock-use-elapsed, timeclock-mode-string)
12024 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12025
12026 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12027 crisp-mode-modeline-string.
12028
12029 * play/solitaire.el (solitaire-build-mode-line): Rename from
12030 solitaire-build-modeline. All callers changed.
12031
12032 * play/zone.el (zone-hiding-mode-line): Rename from
12033 zone-hiding-modeline. All callers changed.
12034 (zone): Remove unusued `modeline-hidden-level' property.
12035
12036 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12037 xscheme-modeline-initialize. All callers changed.
12038
12039 * strokes.el (strokes-lighter): Rename from
12040 strokes-modeline-string.
12041
12042 * textmodes/sgml-mode.el (html-face-tag-alist)
12043 (html-tag-face-alist): Use mode-line face instead of obsolete
12044 alias modeline.
12045
42152ee4
SM
120462012-06-02 Stefan Merten <smerten@oekonux.de>
12047
12048 * textmodes/rst.el: Always require `cl'.
4cf9b38d 12049 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 12050
95f520b5
CY
120512012-06-02 Chong Yidong <cyd@gnu.org>
12052
12053 * image.el (imagemagick-enabled-types): Rename from
12054 imagemagick-types-enable. Add many more types.
12055 (imagemagick-types-inhibit): Change default to nil.
12056 (imagemagick-filter-types): Caller changed.
12057
4a5f187a
SM
120582012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12059
03fef3e6
SM
12060 * emacs-lisp/cl-macs.el: Use backquotes.
12061 (cl-transform-function-property): Use eval-and-compile rather than
12062 abusing `require'.
12063 (defstruct): Use declare-function instead of with-no-warnings.
12064
4a5f187a
SM
12065 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12066 (byte-compile-output-docform): Re-add the print-circle bindings.
12067 (byte-compile-fix-header): Use #$ just because it's shorter.
12068 (byte-compile-output-file-form): Remove defun/defmacro.
12069
bd56924f
MR
120702012-06-01 Martin Rudalics <rudalics@gmx.at>
12071
12072 * simple.el (choose-completion): Remove now obsolete binding for
12073 owindow.
12074
046e38ce
MA
120752012-06-01 Michael Albinus <michael.albinus@gmx.de>
12076
12077 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12078 in order to avoid "Stack overflow in regexp matcher".
12079
32d72c2f
GM
120802012-05-31 Glenn Morris <rgm@gnu.org>
12081
12082 * image.el: For clarity, call imagemagick-register-types at
12083 top-level, rather than relying on a custom :initialize.
12084 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
12085 (imagemagick-filter-types): New function. (Bug#7406)
12086 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
12087 If disabling support, remove elements altogether rather
12088 than using an impossible regexp.
12089 (imagemagick-types-inhibit): Give it the default init function.
12090
dd41169b
SM
120912012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12092
4a5f187a
SM
12093 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12094 Handle arbitrary file name lengths (Bug#11585).
dd41169b 12095
efc00ab1 120962012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
12097
12098 * desktop.el (desktop-read): Clear previous and next buffers for
12099 all windows and bury *Messages* buffer (bug#11556).
12100
500fcedc
SM
121012012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 Add `declare' for `defun'. Align `defmacro's with it.
12104 * emacs-lisp/easy-mmode.el (define-minor-mode)
12105 (define-globalized-minor-mode): Don't autoload the var definitions.
12106 * emacs-lisp/byte-run.el: Use lexical-binding.
12107 (defun-declarations-alist, macro-declarations-alist): New vars.
12108 (defmacro, defun): Use them.
12109 (make-obsolete, define-obsolete-function-alias)
12110 (make-obsolete-variable, define-obsolete-variable-alias):
12111 Use `declare'.
12112 (macro-declaration-function): Mark obsolete.
12113 * emacs-lisp/autoload.el: Use lexical-binding.
12114 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
12115
6e8a1786
AM
121162012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12117
12118 * textmodes/ispell.el (ispell-with-no-warnings):
12119 Define as a macro.
500fcedc
SM
12120 (ispell-kill-ispell, ispell-change-dictionary):
12121 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
12122 `interactive-p'.
12123
61b108cc
SM
121242012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12125
12126 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12127 (macro-declaration-function): Move var from C code.
12128 (macro-declaration-function): Define function with defalias.
12129 * emacs-lisp/macroexp.el (macroexpand-all-1):
12130 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12131 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12132 defun/defmacro any more.
12133 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12134 Provide fallback for unknown arglist.
12135 (byte-compile-arglist-warn): Change calling convention.
12136 (byte-compile-output-file-form): Move print-vars binding.
12137 (byte-compile-output-docform): Simplify accordingly.
12138 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12139 (byte-compile-defmacro-declaration): Remove.
12140 (byte-compile-file-form-defmumble): Generalize to defalias.
12141 (byte-compile-output-as-comment): Return byte-positions.
12142 Simplify callers accordingly.
12143 (byte-compile-lambda): Use `assert'.
12144 (byte-compile-defun, byte-compile-defmacro): Remove.
12145 (byte-compile-file-form-defalias):
12146 Use byte-compile-file-form-defmumble.
12147 (byte-compile-defalias-warn): Remove.
12148
6d3f7c2f
SM
121492012-05-29 Stefan Merten <smerten@oekonux.de>
12150
12151 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 12152 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
12153
12154 (rst-mode-abbrev-table): Merge definition.
12155 (rst-mode): Make sure `font-lock-defaults' is buffer local.
12156 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12157
6dbaa1c7
UJ
121582012-05-29 Ulf Jasper <ulf.jasper@web.de>
12159
12160 * calendar/icalendar.el
12161 (icalendar-export-region): Export UID properly.
12162
d209e2fb 121632012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
12164 * calendar/icalendar.el (icalendar-import-format):
12165 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
12166 (icalendar-import-format-uid): New.
12167 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12168 Export UID.
12169
6876a58d
SM
121702012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12171
12172 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12173 different alternative patterns.
12174 (pcase-codegen): Be more careful to preserve identity.
12175 (pcase--u1): Don't forget to mark vars as used.
12176
12177 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12178 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12179 (byte-compile-from-buffer): ...rather than here.
12180
12181 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12182 functions from byte-compile-function-environment.
12183
46b7967e
TN
121842012-05-29 Troels Nielsen <bn.troels@gmail.com>
12185
12186 * window.el (window-deletable-p): Avoid deleting the root window
12187 of a frame with an active minibuffer.
12188
69d565e2
MR
121892012-05-29 Martin Rudalics <rudalics@gmx.at>
12190
12191 * simple.el (choose-completion): Use quit-window (Bug#11567).
12192
a149fa51
CY
121932012-05-29 Chong Yidong <cyd@gnu.org>
12194
12195 * whitespace.el (whitespace-cleanup): Fix usage of
12196 whitespace-empty-at-bob-regexp (Bug#11492).
12197
2b311310
AH
121982012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12199
12200 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12201 revert (Bug#11488).
12202
b9cb2387
JL
122032012-05-29 Juri Linkov <juri@jurta.org>
12204
12205 * isearch.el (isearch-mode-map): Bind `M-s _' to
12206 `isearch-toggle-symbol'. Bind `M-s c' to
12207 `isearch-toggle-case-fold'.
12208 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12209 (isearch-forward): Add `M-s _' to the docstring.
12210 (isearch-forward-symbol, isearch-toggle-case-fold)
12211 (isearch-symbol-regexp): New functions. (Bug#11381)
12212
d5e61c1c
JL
122132012-05-29 Juri Linkov <juri@jurta.org>
12214
12215 * isearch.el (isearch-word): Add docstring. (Bug#11381)
12216 (isearch-occur, isearch-search-and-update): If `isearch-word' is
12217 a function, call it to get the regexp.
12218 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12219 property `isearch-message-prefix' instead of the string "word ".
12220 (isearch-search-fun-default): For the case of `isearch-word',
12221 return a lambda that calls re-search-forward/re-search-backward
12222 with a regexp returned by `word-search-regexp' or by the function
12223 in `isearch-word'.
12224
8cbd80f7
JL
122252012-05-29 Juri Linkov <juri@jurta.org>
12226
12227 * isearch.el (isearch-search-fun-default): New function.
12228 (isearch-search-fun): Move default part to the new function
12229 `isearch-search-fun-default'.
12230 (isearch-search-fun-function): Set the default value to
12231 `isearch-search-fun-default'. (Bug#11381)
12232
12233 * comint.el (comint-history-isearch-end):
12234 Use `isearch-search-fun-default'.
12235 (comint-history-isearch-search): Use `isearch-search-fun-default'
12236 and remove spacial case for `isearch-word'.
12237 (comint-history-isearch-wrap): Remove spacial case for
12238 `isearch-word'.
12239
12240 * hexl.el (hexl-isearch-search-function):
12241 Use `isearch-search-fun-default'.
12242
12243 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12244 Use `word-search-regexp' for `isearch-word'.
12245
12246 * misearch.el (multi-isearch-search-fun):
12247 Use `isearch-search-fun-default'.
12248
12249 * simple.el (minibuffer-history-isearch-search):
12250 Use `isearch-search-fun-default' and remove spacial case for
12251 `isearch-word'.
12252 (minibuffer-history-isearch-wrap): Remove spacial case for
12253 `isearch-word'.
12254
12255 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12256 Remove spacial case for `isearch-word'.
12257 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12258
85c8c5b6
AM
122592012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12260
12261 Decrease XEmacs incompatibilities.
12262 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12263 Use `string-match'.
12264 (flyspell-delete-region-overlays): Use alternative definition for
12265 XEmacs.
12266 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12267 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12268 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12269 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12270 `define-obsolete-face-alias' under XEmacs, but old method.
12271
12272 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12273 `with-no-warnings' definition or Emacs alias.
12274 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12275 (ispell-word): Do not use `region-p' if XEmacs.
12276
8cab9efc
AM
122772012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12278
12279 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12280 Check for `ispell-dictionary-base-alist' instead of full
12281 `ispell-dictionary-alist'.
12282 (ispell-init-process): Show spellchecker when starting new Ispell
12283 process.
12284
fda91268
RZ
122852012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12288 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12289
694ea8e3
JB
122902012-05-27 Juanma Barranquero <lekktu@gmail.com>
12291
12292 * version.el (motif-version-string, gtk-version-string)
12293 (ns-version-string): Declare.
12294
e4d4f539
JL
122952012-05-27 Juri Linkov <juri@jurta.org>
12296
12297 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12298 after the `eval-defun-1' specialcaseing
12299 like in `edebug-eval-defun' (bug#10181).
12300
12301 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12302 like in `eval-defun-1'.
12303
33017faf 123042012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 12305
fda91268
RZ
12306 * mail/sendmail.el (mail-yank-region):
12307 Recognize rmail-yank-current-message in addition to insert-buffer.
12308 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
12309 a *mail* buffer created through rmail-start-mail with sendmail as
12310 mail-user-agent.
12311
33017faf
GM
123122012-05-27 Chong Yidong <cyd@gnu.org>
12313
12314 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12315 Default to 256 (Bug#11267).
12316
12317 * help.el (describe-mode): Doc fix.
12318
04188bb9
GM
123192012-05-26 Glenn Morris <rgm@gnu.org>
12320
38264cc9
GM
12321 * w32-fns.el (w32-init-info): Remove.
12322 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12323
eb7afdad
GM
12324 * info.el (info-initialize): For self-contained NS builds, put the
12325 included info/ directory at the front. (Bug#2791)
12326
04188bb9
GM
12327 * paths.el (Info-default-directory-list): Make it a defcustom,
12328 mainly so that we can use custom-initialize-delay.
12329
a179e3f7
SM
123302012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12331
43416392
SM
12332 * subr.el (buffer-has-markers-at): Mark obsolete.
12333
a179e3f7 12334 * subr.el (lambda): Use declare.
43416392 12335
a179e3f7
SM
12336 * emacs-lisp/lisp-mode.el (lambda):
12337 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12338
34a008d9
AH
123392012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12340
12341 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12342
0a3b289f
GM
123432012-05-26 Glenn Morris <rgm@gnu.org>
12344
12345 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12346
758c81e8
GM
123472012-05-25 Glenn Morris <rgm@gnu.org>
12348
f9f334f0
GM
12349 * paths.el: Remove no-byte-compile.
12350 * loadup.el: No need to load paths.el uncompiled.
12351
87eb79c2
GM
12352 * image.el (imagemagick-types-inhibit): Doc fix.
12353
758c81e8
GM
12354 * version.el: Remove no-byte-compile and associated formatting.
12355 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12356 is ancient code from when there was an "inc-vers.el".
12357
e7e85dc0
SM
123582012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * progmodes/gdb-mi.el: Minor style changes.
12361 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12362 Turn into minor modes.
12363 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12364 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12365 (gdb-shell): Remove unneeded let-binding.
12366 (gdb-get-many-fields): Eliminate O(n²) behavior.
12367
f31237a4
EZ
123682012-05-25 Eli Zaretskii <eliz@gnu.org>
12369
12370 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12371 platforms that don't link in fontset.c.
12372
bc1b21bb
JL
123732012-05-25 Juri Linkov <juri@jurta.org>
12374
12375 Use the same diff color scheme as in modern VCSes (bug#10181).
12376
12377 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12378 to avoid confusion with `diff-added' that now uses green colors.
12379 (diff-removed): Use shades of red.
12380 (diff-added): Use shades of green.
12381 (diff-changed): Leave just the yellow color.
12382 (diff-use-changed-face): New variable.
12383 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12384 how to highlight context diff changes.
12385 (diff-refine-change): Use shades of yellow.
12386 (diff-refine-removed): New face that uses shades of red.
12387 (diff-refine-added): New face that uses shades of green.
12388 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12389 `diff-refine-removed' in the call to `smerge-refine-subst'
12390 depending on the value of `diff-use-changed-face'.
12391
12392 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12393 (smerge-other): Use shades of green.
12394 (smerge-base): Use shades of yellow.
12395 (smerge-refined-change): Empty face.
12396 (smerge-refined-removed): New face that uses shades of red.
12397 (smerge-refined-added): New face that uses shades of green.
12398 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12399 args `props-r' and `props-a', and use them. Doc fix.
12400 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12401 on its value use different faces `smerge-refined-change',
12402 `smerge-refined-removed', `smerge-refined-added' in the call to
12403 `smerge-refine-subst'.
12404
12405 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12406 Add face condition `min-colors 88' with shades of red.
12407 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12408 `min-colors 88' with shades of green.
12409 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12410 `min-colors 88' with shades of yellow.
12411
6df9112c
GM
124122012-05-24 Glenn Morris <rgm@gnu.org>
12413
ead5edc0
GM
12414 * paths.el (prune-directory-list, remote-shell-program): Move to...
12415 * files.el (prune-directory-list, remote-shell-program): ...here.
12416 For the latter, delay initialization, prefer ssh, just search PATH.
12417
f18b81e6
GM
12418 * paths.el (term-file-prefix): Move to faces.el (the only user).
12419 * faces.el (term-file-prefix): Move here, make it a defcustom.
12420
ee2f89a6
GM
12421 * paths.el (news-directory, news-path, news-inews-program):
12422 Move to gnus/nnspool.el.
61a583ca 12423
f8815e4c
GM
12424 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12425
c8f3b42c
GM
12426 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12427 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12428 Make the latter a defcustom, with a delayed initialization.
12429
6df9112c
GM
12430 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12431 These were deleted from Gnus itself late 2010.
12432
5dadff36
JB
124332012-05-22 Juanma Barranquero <lekktu@gmail.com>
12434
9e1701c6
JB
12435 * progmodes/which-func.el (which-func-ff-hook):
12436 Check against user-error, not error.
12437
bd7239f5 12438 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
12439 cl-specs.el, which no longer exists.
12440
3290526d
GM
124412012-05-22 Glenn Morris <rgm@gnu.org>
12442
12443 * info.el (info-emacs-bug): New command.
12444 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12445 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12446
ff0c3cfb
GM
124472012-05-21 Glenn Morris <rgm@gnu.org>
12448
12449 * makefile.w32-in (update-subdirs-SH):
12450 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12451
5814f126
SM
124522012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12453
a52c0aa0
SM
12454 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12455
5814f126
SM
12456 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12457 Simplify Maven regexp, and make sure the file can't start with a space
12458 (bug#11517).
12459
b847032c
GM
124602012-05-21 Glenn Morris <rgm@gnu.org>
12461
12462 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12463 Scrap superfluous subshells.
12464
3858bfe7
SM
124652012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12468 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12469
d14b0029
JB
124702012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12471
12472 * calc/calc.el (calc-ensure-consistent-units): New variable.
12473
a52c0aa0
SM
12474 * calc/calc-units.el (math-consistent-units-p)
12475 (math-check-unit-consistency): New functions.
12476 (calc-quick-units, calc-convert-units):
12477 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12478 is non-nil.
d14b0029
JB
12479 (calc-extract-units): Fix typo.
12480
60c4db3a
SM
124812012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12482
77f3b62e
SM
12483 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12484
60c4db3a
SM
12485 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12486 (flyspell-default-deplacement-commands): Don't spell check after
12487 repeated window/frame switches (e.g. triggered by mouse-movement).
12488 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12489 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12490 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12491 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12492 Remove unused vars.
12493 (flyspell-get-casechars, flyspell-get-not-casechars):
12494 Simplify; Don't bother removing a ] just to add it back.
12495 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12496
d209e2fb 124972012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
12498
12499 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12500 New functions.
bd7239f5 12501 (math-function-table): Add support for more C functions.
b1a10716 12502
3f1b25b5
AM
125032012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12504
090bd7cb
JB
12505 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12506 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12507 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 12508
b581bb5c
SM
125092012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12512 their respective macro declarations.
12513 * skeleton.el (define-skeleton):
12514 * progmodes/compile.el (define-compilation-mode):
12515 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12516 (define-ibuffer-filter):
12517 * emacs-lisp/generic.el (define-generic-mode):
12518 * emacs-lisp/easy-mmode.el (define-minor-mode)
12519 (define-globalized-minor-mode):
12520 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12521 * emacs-lisp/byte-run.el (defsubst):
12522 * custom.el (deftheme): Add doc-string metadata.
12523
70b8ef8f
SM
125242012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12525
12526 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12527
b1198e17
SM
125282012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12529
9abdc45d
SM
12530 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12531
b1198e17
SM
12532 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12533 * emacs-lisp/cl-macs.el: Idem.
12534 * emacs-lisp/cl-specs.el: Remove.
12535
4735906a
SM
125362012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12537
12538 Minor renaming of internal CL functions and variables.
12539 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12540 (cl--position): Rename from cl-position.
12541 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12542 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12543 (cl--random-state): Rename from *random-state*.
12544
ac348012
SM
125452012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12548 parens around the arg list (bug#11499).
12549
a0a79cde
JL
125502012-05-17 Juri Linkov <juri@jurta.org>
12551
12552 * isearch.el (word-search-regexp, word-search-backward)
12553 (word-search-forward, word-search-backward-lax)
12554 (word-search-forward-lax): Move functions from search.c
12555 (bug#10145, bug#11381).
12556
65034a51
AM
125572012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12558
090bd7cb
JB
12559 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12560 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12561 Delay for otherchars as for normal word components.
65034a51 12562
1a72a195
SM
125632012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12564
12565 * minibuffer.el (completion--sifn-requote): Fix last change.
12566 (minibuffer-local-must-match-filename-map):
12567 Move define-obsolete-variable-alias before its var.
12568
fdb058c2
SM
125692012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12570
c41045e6
SM
12571 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12572
036dfb8b
SM
12573 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12574 behavior.
12575 (completion--string-equal-p): New function.
12576 (completion--twq-all): Use it to get better assertion failure data.
12577
2473256d
SM
12578 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12579 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12580 (shell--requote-argument): New functions.
12581 (shell-completion-vars): Use them.
12582 (shell--parse-pcomplete-arguments): Rename from
12583 shell-parse-pcomplete-arguments.
12584 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12585 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12586 Obey comint-file-name-quote-list.
12587
fdb058c2
SM
12588 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12589 (smie-indent-keyword): Use it.
12590
51fa99f1
SM
125912012-05-14 Stefan Merten <smerten@oekonux.de>
12592
12593 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12594
e18afed7 125952012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
12596
12597 * net/rlogin.el (rlogin-mode-map): Fix last change.
12598
e18afed7 125992012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
12600
12601 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12602 the following \r\n using a single `process-send-string', since the
12603 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 12604 with two `process-send-string's (Bug#11444).
8633b1f4 12605
e18afed7 126062012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 12607
fdb058c2
SM
12608 * shell.el (shell-parse-pcomplete-arguments):
12609 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 12610
2d21d7f6
WJ
126112012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12612
e18afed7 12613 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
12614 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12615 (image-transform-width, image-transform-fit-width): New functions.
12616 (image-transform-properties): Use them.
12617 (image-transform-check-size): New function.
12618 (image-toggle-display-image): Use it (for testing).
12619 (image-transform-set-rotation): Reduce angle mod 360.
12620 Delete obsolete comment.
12621
7102e6d0
WJ
126222012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12623
12624 * image-mode.el: Fix scaling (bug#11399).
12625 (image-transform-resize): Doc fix.
12626 (image-transform-properties): Default scale is 1 and height should
12627 be an integer.
12628
06bc5e6e
SM
126292012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
12630
12631 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12632 than hard-coding `car', to fix misbehavior when moving forward.
12633
0ae03b6a
CY
126342012-05-13 Chong Yidong <cyd@gnu.org>
12635
12636 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12637 (tabulated-list-entries, tabulated-list-padding)
12638 (tabulated-list-sort-key): Make permanent-local.
12639
12640 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12641 (electric-buffer-list): Put electric buffer menu
12642 command descriptions in this docstring, instead of the docstring
12643 of electric-buffer-menu-mode. Code cleanups.
12644 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12645 Electric-buffer-menu-mode.
12646 (electric-buffer-update-highlight): Minor code cleanup.
12647
205a7391
MA
126482012-05-13 Michael Albinus <michael.albinus@gmx.de>
12649
12650 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12651 (Bug#11447)
12652
e5bd0a28
SM
126532012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 Move define-obsolete-variable-alias before the var's definition.
12656 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12657 * tooltip.el (tooltip-hook):
12658 * textmodes/reftex-toc.el (reftex-toc-map):
12659 * textmodes/reftex-sel.el (reftex-select-label-map)
12660 (reftex-select-bib-map):
12661 * textmodes/reftex-index.el (reftex-index-map)
12662 (reftex-index-phrases-map):
12663 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12664 * progmodes/meta-mode.el (meta-mode-map):
12665 * novice.el (disabled-command-hook):
12666 * loadhist.el (unload-hook-features-list):
12667 * frame.el (blink-cursor):
12668 * files.el (find-file-not-found-hooks, write-file-hooks)
12669 (write-contents-hooks):
12670 * emulation/tpu-edt.el (GOLD-map):
12671 * emacs-lock.el (emacs-lock-from-exiting):
12672 * emacs-lisp/generic.el (generic-font-lock-defaults):
12673 * emacs-lisp/chart.el (chart-map):
12674 * dos-fns.el (register-name-alist):
12675 * dired-x.el (dired-omit-files-p):
12676 * desktop.el (desktop-enable):
12677 * cus-edit.el (custom-mode-hook):
12678 * buff-menu.el (buffer-menu-mode-hook):
12679 * bookmark.el (bookmark-read-annotation-text-func)
12680 (bookmark-exit-hooks):
12681 * allout.el (allout-mode-deactivate-hook)
12682 (allout-exposure-change-hook, allout-structure-added-hook)
12683 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12684 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12685 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12686 comes before the corresponding variable's definition.
12687
ac59c2f6
CY
126882012-05-12 Chong Yidong <cyd@gnu.org>
12689
12690 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
12691 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12692 (Buffer-menu-mode-map): Bind it.
12693 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 12694
dee6c9a3
SM
126952012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12696
2171cea5
SM
12697 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12698 (prolog-upper-case-string, prolog-lower-case-string)
12699 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12700 (prolog-use-smie, prolog-smie-grammar): New vars.
12701 (prolog-smie-forward-token, prolog-smie-backward-token)
12702 (prolog-smie-rules): New funs.
12703 (prolog-comment-indent): Remove.
12704 (prolog-mode-variables): Use default comment indentation instead.
12705 Setup SMIE.
12706 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12707 (prolog-mode): Don't call them any more.
12708 (prolog-electric-colon, prolog-electric-dash)
12709 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12710
aa0382bd
SM
12711 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12712
dbacb4bd
SM
12713 * minibuffer.el (completion--twq-all): Again, allow case differences.
12714
13bdd94c
SM
12715 * term.el: Move keymap initialization code to be more idiomatic.
12716 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12717 (term-terminal-menu): Move initialization into declaration.
12718 (term-escape-char): Let the user set it in her .emacs.
12719
ff46c759
SM
12720 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12721 Provide SMIE-based indentation (not enabled by default yet).
12722 (sh-mode-map): Don't bind electric keys.
12723 Use electric-pair-mode instead of skeleton-pair.
12724 (sh-assignment-regexp): Fit within 80 columns.
12725 (sh-indent-supported): Specify actual shell name instead of boolean.
12726 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12727 (sh-maybe-here-document): Use it. Make obsolete.
12728 (sh-electric-here-document-mode) New minor mode.
12729 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12730 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12731 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12732 (sh-smie-rc-grammar, sh-use-smie): New vars.
12733 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12734 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12735 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12736 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12737 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12738 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12739 (sh-set-shell): Use smie-setup if requested.
12740
dee6c9a3
SM
12741 * term.el (term-set-escape-char): Properly set term-escape-char.
12742 See http://stackoverflow.com/questions/10524656.
12743
9f9aa044
CY
127442012-05-10 Chong Yidong <cyd@gnu.org>
12745
12746 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12747 Use url-generic-parse-url, and handle host names and Windows
12748 filenames properly.
12749 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12750 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12751 URL schemes to work on.
12752 (ffap--toggle-read-only): New function.
12753 (ffap-read-only, ffap-read-only-other-window)
12754 (ffap-read-only-other-frame): Use it.
12755 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12756 necessary for ffap-url-unwrap-remote.
12757
836d29b3
DA
127582012-05-10 Dave Abrahams <dave@boostpro.com>
12759
12760 * cus-start.el (create-lockfiles): Add it.
12761
00fd78ed
CY
127622012-05-09 Chong Yidong <cyd@gnu.org>
12763
12764 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12765 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12766
666b903b 127672012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
12768
12769 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12770
666b903b 127712012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
12772
12773 * ansi-color.el (ansi-color-process-output): Check for validity of
12774 comint-last-output-start before using it. This avoids a bad
12775 interaction with gdb-mi's input/output buffer.
12776
666b903b 127772012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
12778
12779 * files.el (dir-locals-read-from-file):
12780 Mention dir-locals in any error message.
12781
666b903b 127822012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
12783
12784 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12785 package (Bug#11410).
12786
f677562b
CY
12787 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12788 variables into description.
12789
666b903b 127902012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
12791
12792 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12793 shell-delimiter-argument-list (bug#11348).
12794 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12795
b499d8d0
JB
127962012-05-09 Juanma Barranquero <lekktu@gmail.com>
12797
8f6b6da8
JB
12798 * textmodes/rst.el: Silence byte-compiler warnings.
12799 (rst-re-alist, rst-reset-section-caches): Move around.
12800 (rst-re): Use `characterp', not `char-valid-p'.
12801 (font-lock-beg, font-lock-end): Declare.
12802
4824146a
JB
12803 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12804 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12805
b499d8d0
JB
12806 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12807
ad89bb83
GM
128082012-05-08 Glenn Morris <rgm@gnu.org>
12809
12810 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12811
8bba5a75
SM
128122012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12813
49ed9c8e
SM
12814 * vc/log-edit.el: Add GNU coding standards highlighting.
12815 (log-edit-font-lock-gnu-style)
12816 (log-edit-font-lock-gnu-keywords): New vars.
12817 (log-edit-font-lock-keywords): New fun.
12818 (log-edit-mode): Don't fold case in font-lock.
12819 (log-edit-font-lock-keywords): Do not assume case-folding.
12820
07d00b56
SM
12821 * imenu.el: Misc cleanup. Make docstrings out of comments.
12822 Use lexical-binding.
12823 (imenu--index-alist, imenu--last-menubar-index-alist)
12824 (imenu-menubar-modified-tick): Use defvar-local.
12825 (imenu--split-menu): Remove unused var.
12826 (imenu--cleanup-seen): Declare as global.
12827 (imenu--cleanup): Use dolist.
12828
8bba5a75
SM
12829 * subr.el (defvar-local): Add debug spec and doc-string position.
12830
5075bdb5
GM
128312012-05-08 Glenn Morris <rgm@gnu.org>
12832
090bd7cb 12833 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
12834 * language/english.el, language/georgian.el, language/greek.el:
12835 * language/japanese.el, language/khmer.el, language/korean.el:
12836 * language/lao.el, language/misc-lang.el, language/romanian.el:
12837 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12838 * language/thai.el, language/utf-8-lang.el:
12839 Remove no-byte-compile setting.
12840
5075bdb5
GM
12841 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12842
06f679a7
AH
128432012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12844
12845 * progmodes/make-mode.el (makefile-browse):
12846 Remove unnecessary interactive. (Bug#11324)
12847
03794570
GM
128482012-05-07 Glenn Morris <rgm@gnu.org>
12849
af8630f4
GM
12850 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12851
03794570
GM
12852 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12853
f0809a9d
SM
128542012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12855
28be5ce7
SM
12856 * loadup.el: Preload newcomment.el.
12857 * newcomment.el: Move autoload-only code to toplevel.
12858
f0809a9d
SM
12859 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12860 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12861 Handle new :right-align column property.
12862 (tabulated-list-print-col): Idem, plus use `display' text-property to
12863 try and preserve alignment for variable pitch fonts.
12864
1241b724
CY
128652012-05-07 Chong Yidong <cyd@gnu.org>
12866
12867 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12868 (tabulated-list-use-header-line): New var.
12869 (tabulated-list-init-header): Use it.
12870 (tabulated-list-print-fake-header): New function.
12871 (tabulated-list-print): Use it.
12872 (tabulated-list-sort-button-map): Add non-header-line commands.
12873 (tabulated-list-init-header): Add column name property to basic
12874 labels as well.
12875 (tabulated-list-col-sort): Handle non-header-line button case.
12876 (tabulated-list--sort-by-column-name): Fix a corner case.
12877
f0809a9d
SM
12878 * buff-menu.el (list-buffers--refresh):
12879 Handle Buffer-menu-use-header-line.
1241b724 12880
e5f9458f
CY
128812012-05-06 Chong Yidong <cyd@gnu.org>
12882
12883 * buff-menu.el: Convert to Tabulated List mode.
12884 (Buffer-menu-buffer+size-width): Make obsolete.
12885 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12886 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12887 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12888 documentation into docstring of buffer-menu.
12889 (Buffer-menu-toggle-files-only): Add an informative message.
12890 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12891 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12892 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12893 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12894 (Buffer-menu-execute, Buffer-menu-select)
12895 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12896 (Buffer-menu-bury): Use Tabulated List machinery.
12897 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12898 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 12899 Delete.
e5f9458f
CY
12900 (list-buffers--refresh): New function.
12901 (list-buffers-noselect): Use it.
12902 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12903 (Buffer-menu--pretty-file-name): New helper functions.
12904
12905 * loadup.el: Preload tabulated-list.
12906
12907 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12908 tabulated-list-sort-column.
12909 (tabulated-list-init-header): Add the initial aligning space even
12910 if tabulated-list-padding is zero.
12911
e129292c
CS
129122012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12913
12914 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12915 whose cdr is not a cons cell correctly (bug#11038).
12916
6632d361
CY
129172012-05-06 Chong Yidong <cyd@gnu.org>
12918
e129292c
CS
12919 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12920 Accept additional plist in column descriptors.
6632d361
CY
12921 (tabulated-list-init-header): Obey it.
12922 (tabulated-list-get-entry): New function.
12923 (tabulated-list-put-tag): Use it. Use string-width instead of
12924 length.
12925 (tabulated-list--column-number): New function.
12926 (tabulated-list-print): Use it.
e129292c
CS
12927 (tabulated-list-print-col): New function.
12928 Set `tabulated-list-column-name' property on each column's text.
6632d361 12929 (tabulated-list-print-entry): Use it.
e129292c
CS
12930 (tabulated-list-delete-entry, tabulated-list-set-col):
12931 New functions.
6632d361
CY
12932 (tabulated-list-sort-column): New command (Bug#11337).
12933
3cc99f68
CY
12934 * buff-menu.el (list-buffers): Move C-x C-b binding from
12935 buff-menu.el to bindings.el.
12936
12937 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12938 :advertised-binding feature.
12939
52b61776
TN
129402012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12941
12942 * progmodes/compile.el (compilation-internal-error-properties):
12943 Calculate start position correctly when end-col is set but
12944 end-line is not (Bug#11382).
12945
ebfe2597
WJ
129462012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12947
12948 * man.el (Man-unindent): Use text-property-default-nonsticky to
12949 prevent untabify from inheriting face properties (Bug#11408).
12950
6d3f7c2f
SM
129512012-05-05 Stefan Merten <smerten@oekonux.de>
12952
12953 * textmodes/rst.el: Major merge with upstream development up to
12954 Docutils SVN r7399 / rst.el V1.2.1.
12955
12956 Clarify maintainership and authors.
12957
12958 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12959 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12960 (rst-official-version, rst-official-cvs-rev, rst-version)
12961 (rst-package-emacs-version-alist): New functions and variables
12962 for version information.
12963
12964 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12965 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12966 (rst-mode-syntax-table, rst-mode): New and corrected functions
12967 and variables representing reStructuredText features.
12968
12969 (rst-re): New function for reStructuredText regexes. Use in
12970 many places.
12971
12972 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12973 (rst-mode-map): Rebind keys.
12974
12975 (rst-mode-lazy, rst-font-lock-keywords)
12976 (rst-font-lock-extend-region)
12977 (rst-font-lock-extend-region-internal)
12978 (rst-font-lock-extend-region-extend)
12979 (rst-font-lock-find-unindented-line-limit)
12980 (rst-font-lock-find-unindented-line-match)
12981 (rst-adornment-level, rst-font-lock-adornment-level)
12982 (rst-font-lock-adornment-match)
12983 (rst-font-lock-handle-adornment-pre-match-form)
12984 (rst-font-lock-handle-adornment-matcher): Major revision of
12985 font-locking. Integrate with other code. Use `jit-lock-mode'.
12986
12987 (rst-preferred-adornments, rst-adjust-hook)
12988 (rst-new-adornment-down, rst-preferred-bullets)
12989 (rst-preferred-bullets, rst-indent, rst-indent-width)
12990 (rst-indent-field, rst-indent-literal-normal)
12991 (rst-indent-literal-minimized, rst-indent-comment): Change,
12992 extend and improve customization.
12993
12994 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12995 (rst-normalize-cursor-position, rst-get-decoration)
12996 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12997 (rst-rstrip, rst-toc-insert-find-delete-contents)
12998 (rst-shift-fill-region, rst-compute-bullet-tabs)
12999 (rst-debug-print-tabs, rst-debug-mark-found)
13000 (rst-shift-region-guts, rst-shift-region-right)
13001 (rst-shift-region-left, rst-use-char-classes)
13002 (rst-font-lock-keywords-function)
13003 (rst-font-lock-indentation-point)
13004 (rst-font-lock-find-unindented-line-begin)
13005 (rst-font-lock-find-unindented-line-end)
13006 (rst-font-lock-find-unindented-line)
13007 (rst-font-lock-adornment-point, rst-font-lock-level)
13008 (rst-adornment-level-alist): Remove functions and variables.
13009
13010 (rst-compare-adornments, rst-get-adornment-match)
13011 (rst-suggest-new-adornment, rst-get-adornments-around)
13012 (rst-adornment-complete-p, rst-get-next-adornment)
13013 (rst-adjust-adornment, rst-display-adornments-hierarchy)
13014 (rst-straighten-adornments): Standardize function names to
13015 use "adornment" instead of "decoration". Correct callers.
13016 Similar standardizing in many places.
13017
13018 (rst-update-section, rst-adjust, rst-promote-region)
13019 (rst-enumerate-region, rst-bullet-list-region)
13020 (rst-repeat-last-character): Correct use of `interactive'.
13021
13022 (rst-classify-adornment, rst-find-all-adornments)
13023 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13024 (rst-find-leftmost-column, rst-repeat-last-character):
13025 Refactor functions.
13026
13027 (rst-find-title-line, rst-reset-section-caches)
13028 (rst-get-adornments-around, rst-adjust-adornment-work)
13029 (rst-arabic-to-roman, rst-roman-to-arabic)
13030 (rst-insert-list-pos, rst-insert-list-new-item)
13031 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13032 New functions.
13033
13034 (rst-all-sections, rst-section-hierarchy)
13035 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13036 New variables.
13037
13038 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13039 configuration instead of only buffer. Change where necessary.
13040
13041 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13042 (rst-shift-region, rst-adaptive-fill): New functions for
13043 indentation and filling.
13044
13045 (rst-comment-line-break, rst-comment-indent)
13046 (rst-comment-insert-comment, rst-comment-region)
13047 (rst-uncomment-region): New functions for handling comments.
13048
13049 (rst-compile): Quote shell arguments.
13050
13051 (rst-compile-pdf-preview, rst-compile-slides-preview):
13052 Delete temporary files after use.
13053
a43f98b3
GM
130542012-05-05 Glenn Morris <rgm@gnu.org>
13055
48176e8b
GM
13056 * calendar/cal-html.el: Optionally include holidays in the output.
13057 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13058 (cal-html-holidays): New option.
13059 (cal-html-css-default): Add holiday entry.
13060 (holiday-in-range): Autoload it.
13061 (cal-html-htmlify-entry): Add optional class argument.
13062 (cal-html-htmlify-list): Add optional holidays argument.
13063 (cal-html-insert-agenda-days): Include holidays in the output.
13064 (cal-html-one-month): Maybe include holidays.
13065
a43f98b3
GM
13066 * calendar/holidays.el (holiday-in-range):
13067 Move here from cal-tex-list-holidays.
13068 * calendar/cal-tex.el (cal-tex-list-holidays):
13069 Make it an obsolete alias for holiday-in-range. Update all callers.
13070
fef9d149 130712012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
13072
13073 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13074 Nextstep.
13075
248da2f4
RW
130762012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
13077
13078 * files.el (file-auto-mode-skip): New var.
13079 (set-auto-mode-1): Use it.
13080
f95e9344
SM
130812012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13082
df96ab1e
SM
13083 * repeat.el: Use lexical-binding.
13084 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13085 (repeat-undo-count): Remove.
13086 (repeat):
13087 * progmodes/octave-mod.el (octave-abbrev-start):
13088 * progmodes/f90.el (f90-abbrev-start):
13089 * face-remap.el (text-scale-adjust):
13090 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13091
5342bb06
SM
13092 * emacs-lisp/pcase.el (pcase--let*): New function.
13093 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13094 a bit more.
13095 (pcase--split-pred): Be more clever about ruling out overlap between
13096 a predicate and some constant pattern.
13097 (pcase--q1): Use `null' instead of (eq foo nil).
13098
f95e9344
SM
13099 * subr.el (setq-local, defvar-local): New macros.
13100 (kbd): Redefine as an alias.
13101 (with-selected-window): Leave unrelated frames alone.
13102 (set-temporary-overlay-map): New function.
13103
71873e2b
SM
131042012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13105
13106 * subr.el (user-error): New function.
13107 * window.el (switch-to-buffer):
13108 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13109 (smerge-match-conflict):
13110 * simple.el (previous-matching-history-element)
13111 (next-matching-history-element, goto-history-element, undo-more)
13112 (undo-start):
13113 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13114 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13115 (next-file, tags-loop-scan, list-tags, complete-tag):
13116 * progmodes/compile.el (compilation-loop):
13117 * mouse.el (mouse-minibuffer-check):
13118 * man.el (Man-bgproc-sentinel, Man-goto-page):
13119 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13120 (Info-history-forward, Info-follow-reference, Info-menu)
13121 (Info-extract-menu-item, Info-extract-menu-counting)
13122 (Info-forward-node, Info-backward-node, Info-next-menu-item)
13123 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13124 (Info-next-reference, Info-prev-reference, Info-index)
13125 (Info-index-next, Info-follow-nearest-node)
13126 (Info-copy-current-node-name):
13127 * imenu.el (imenu--make-index-alist)
13128 (imenu-default-create-index-function, imenu-add-to-menubar):
13129 * files.el (basic-save-buffer, recover-file):
13130 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13131 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13132 (checkdoc-message-text, checkdoc-defun):
13133 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13134 * cus-edit.el (customize-changed-options, customize-rogue)
13135 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13136 (custom-variable-mark-to-reset-standard)
13137 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13138 (custom-file):
13139 * completion.el (check-completion-length):
13140 * comint.el (comint-search-arg)
13141 (comint-previous-matching-input-string-position)
13142 (comint-previous-matching-input)
13143 (comint-replace-by-expanded-history-before-point, comint-send-input)
13144 (comint-copy-old-input, comint-backward-matching-input)
13145 (comint-goto-process-mark, comint-set-process-mark):
13146 * calendar/calendar.el (calendar-cursor-to-date): Use it.
13147 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13148
8a61ee22
SM
131492012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13150
66408d1e
SM
13151 * dabbrev.el (dabbrev--ignore-case-p): New function.
13152 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13153 Use it.
13154
8a61ee22
SM
13155 * files.el (automount-dir-prefix): Mark as obsolete.
13156
3c74813a
GM
131572012-05-04 Glenn Morris <rgm@gnu.org>
13158
13159 * patcomp.el, play/bruce.el: Move to obsolete/.
13160
0bfcf5c5
PE
131612012-05-04 Paul Eggert <eggert@cs.ucla.edu>
13162
13163 Fix minor Y10k bugs.
13164 * arc-mode.el (archive-unixdate):
13165 * autoinsert.el (auto-insert-alist):
13166 * calc/calc-forms.el (math-this-year):
13167 * emacs-lisp/copyright.el (copyright-current-year)
13168 (copyright-update-year, copyright):
13169 * tar-mode.el (tar-clip-time-string):
13170 * time.el (display-time-update):
13171 Don't assume years have 4 digits.
13172
78f3273a
CY
131732012-05-04 Chong Yidong <cyd@gnu.org>
13174
13175 * dos-w32.el (file-name-buffer-file-type-alist)
13176 (direct-print-region-use-command-dot-com):
13177 * ffap.el (ffap-menu-regexp):
13178 * find-file.el (ff-special-constructs):
13179 * follow.el (follow-debug):
13180 * forms.el (forms--debug):
13181 * iswitchb.el (iswitchb-all-frames):
13182 * ido.el (ido-all-frames):
13183 * emacs-lisp/timer.el (timer-max-repeats):
13184 * mail/feedmail.el (feedmail-mail-send-hook)
13185 (feedmail-mail-send-hook-queued):
13186 * mail/footnote.el (footnote-signature-separator):
13187 * mail/mailabbrev.el (mail-alias-separator-string)
13188 (mail-abbrev-mode-regexp):
13189 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13190 * progmodes/idlwave.el (idlwave-libinfo-file)
13191 (idlwave-default-completion-case-is-down)
13192 (idlwave-library-routines): Convert defvars to defcustoms.
13193
13194 * mail/rmail.el (rmail-decode-mime-charset):
13195 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13196 (idlwave-shell-fix-inserted-breaks)
13197 (idlwave-shell-activate-alt-keybindings)
13198 (idlwave-shell-use-breakpoint-glyph):
13199 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13200
f7ae6719
SM
132012012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13204
47086495
WS
132052012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
13206
13207 * progmodes/verilog-mode.el (font-lock-keywords):
13208 Fix mis-highligting auto. Reported by Craig Barner.
13209 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 13210 defines from global name space. Reported by Dan Dever.
47086495
WS
13211 (verilog-auto-reset, verilog-auto-reset-widths)
13212 (verilog-auto-tieoff): Support using unbased numbers for
13213 AUTORESET and AUTOTIEOFF.
13214 (verilog-submit-bug-report): Update variable list.
13215 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 13216 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
13217 (verilog-auto-template-lint): Fix hash error when linting modules
13218 with no used templates.
13219 (verilog-warn, verilog-warn-error)
13220 (verilog-warn-fatal): When non-interactive report multiple
13221 warnings before exiting. Suggested by Brad Dobbie.
13222 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13223 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13224 to report unused template errors. Reported by Brad Dobbie.
13225 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 13226 nets, bug438. Reported by Vns Blore.
47086495
WS
13227 (verilog-auto-inout-module, verilog-auto-reg)
13228 (verilog-read-decls, verilog-read-sub-decls-sig)
13229 (verilog-signals-edit-wire-reg, verilog-signals-with):
13230 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 13231 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
13232 "reg" for backwards compatibility presuming Verilog 2001.
13233 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13234 (verilog-preprocess): Fix replication of preprocess output.
13235 Reported by Brad Dobbie.
13236 (verilog-auto-inst-interfaced-ports):
13237 Create verilog-auto-inst-interfaced-ports, bug429.
13238 Reported by Julian Gorfajn.
13239 (verilog-after-save-font-hook)
13240 (verilog-before-save-font-hook): New variable.
13241 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13242 (verilog-save-font-mods): Wrap disabling fontification, reported
13243 by David Rogoff.
13244 (verilog-do-indent, verilog-pretty-declarations-auto)
13245 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13246 Reported by Pierre-David Pfister.
13247 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13248 of class declarations, bug292. Reported by Kevin Heilman.
13249 (verilog-read-decls): Fix 'parameter type' not appearing in
13250 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13251 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 13252 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
13253 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13254 Reported by David Kravitz.
13255
132562012-05-03 Michael McNamara <mac@mail.brushroad.com>
13257
13258 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13259 assignment with tests in ifs and for loops.
13260 (verilog-extended-complete-re, verilog-complete-reg): Change so
13261 that DPI inport functions don't look like fuction declarations.
13262 (verilog-pretty-expr): Don't line up assignment
13263 operations to the test and increment in if and for loops
13264 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 13265 that DPI inport functions don't look like fuction declarations.
47086495 13266
2e51d4b5
KH
132672012-05-03 Kenichi Handa <handa@m17n.org>
13268
13269 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 13270 decoding, and show a warning message without signaling an error
2e51d4b5
KH
13271 (Bug#11282).
13272
2bd785a2
SM
132732012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * emacs-lisp/bytecomp.el
13276 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13277 since cconv.el might have introduced :fun-body, internal-make-closure,
13278 and friends for bytecomp to handle (bug#11391).
13279 * custom.el (defcustom): Avoid ((λ ..) ..).
13280
99d27583
SM
132812012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13282
13283 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13284
55a71479
JB
132852012-05-02 Juanma Barranquero <lekktu@gmail.com>
13286
13287 * notifications.el (dbus-debug):
13288 * term/linux.el (gpm-mouse-enable):
13289 * term/screen.el (xterm-register-default-colors): Declare.
13290
7b97c764
CY
132912012-05-02 Chong Yidong <cyd@gnu.org>
13292
2bc356d7
CY
13293 * cus-start.el (gc-cons-percentage, exec-suffixes)
13294 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13295 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13296 (make-cursor-line-fully-visible, void-text-area-pointer)
13297 (font-list-limit): Add customization data.
13298
7b97c764
CY
13299 * allout.el (allout-exposure-change-functions)
13300 (allout-structure-added-functions)
13301 (allout-structure-deleted-functions)
13302 (allout-structure-shifted-functions): Rename abnormal hooks from
13303 *-hook, and convert to defcustoms.
5d3385a0
JB
13304 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13305 Convert to defcustoms.
7b97c764
CY
13306 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13307
13308 * allout-widgets.el: Hook callers changed.
13309
90207a15 133102012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
13311
13312 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13313 the yanked message in preference to the default value of
13314 buffer-file-coding-system.
13315
90207a15 133162012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 13317
5d3385a0
JB
13318 * window.el (display-buffer--action-function-custom-type):
13319 Fix entry.
d9558cad 13320
90207a15 133212012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
13322
13323 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13324
d80ac57b
GM
133252012-05-01 Glenn Morris <rgm@gnu.org>
13326
976f7668
GM
13327 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13328
beb83b5a
GM
13329 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13330
d80ac57b
GM
13331 * cus-edit.el (custom-variable-documentation): Simplify with format.
13332
b593d6a9 133332012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 13334 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
13335
13336 * simple.el (suggest-key-bindings, execute-extended-command):
13337 Move from keyboard.c.
13338
782fbf2a
CY
133392012-05-01 Chong Yidong <cyd@gnu.org>
13340
13341 * follow.el: Eliminate advice.
13342 (set-process-filter, process-filter, sit-for): Advice deleted.
13343 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
13344 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13345 Vars deleted.
782fbf2a
CY
13346 (follow-auto): Use a :set function.
13347 (follow-mode): Rewritten. Don't advise process filters.
13348 (follow-switch-to-current-buffer-all, follow-scroll-up)
13349 (follow-scroll-down): Assume follow-mode is bound.
13350 (follow-comint-scroll-to-bottom)
13351 (follow-align-compilation-windows): New functions.
13352 (follow--window-sorter): New function.
13353 (follow-all-followers): Use it to explicitly sort windows by their
13354 positions; don't make assumptions about next-window order.
13355 (follow-windows-start-end, follow-delete-other-windows-and-split)
13356 (follow-calc-win-start): Doc fix.
13357 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13358 vertical-motion unnecessarily.
13359 (follow-adjust-window): New function.
13360 (follow-post-command-hook): Use it.
13361 (follow-call-set-process-filter, follow-call-process-filter)
13362 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13363 (follow-stop-intercept-process-output, follow-generic-filter):
13364 Functions deleted.
13365 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
13366 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13367 New functions, replacing advice on scroll-bar-* commands.
87233a14 13368 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
13369
13370 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
13371 (comint-postoutput-scroll-to-bottom): Use it.
13372 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 13373
290af740
GM
133742012-05-01 Glenn Morris <rgm@gnu.org>
13375
13376 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13377 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13378 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13379 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13380 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13381 Remove no-byte-compile setting.
13382
6eac8dc9
SM
133832012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13386 all-completions code to not return a number in the last cdr.
13387
9cc7819c
LL
133882012-04-30 Leo Liu <sdl.web@gmail.com>
13389
13390 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13391 read-only error.
13392
c93b886f
CY
133932012-04-29 Chong Yidong <cyd@gnu.org>
13394
13395 * follow.el (follow-calc-win-end): Rewrite to handle partial
13396 screen lines correctly (Bug#8390).
13397 (follow-avoid-tail-recenter): Minor cleanup.
13398
8b6c19f4
SM
133992012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 Avoid the obsolete `assoc' package.
13402 * speedbar.el (speedbar-refresh): Avoid adelete.
13403 (speedbar-file-lists): Simplify and avoid aput.
13404 * man.el (Man--sections, Man--refpages): New vars, replacing
13405 Man-sections-alist and Man-refpages-alist.
13406 (Man-build-section-alist, Man-build-references-alist):
13407 Use them; avoid aput.
13408 (Man--last-section, Man--last-refpage): New vars.
13409 (Man-follow-manual-reference): Use them.
13410 Use the `default' arg of completing-read.
13411 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13412
c5bb7569
CY
134132012-04-27 Chong Yidong <cyd@gnu.org>
13414
d1d2e2e8
CY
13415 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13416
15cd8efd
CY
13417 * startup.el (x-apply-session-resources): New function.
13418
13419 * term/ns-win.el (ns-initialize-window-system):
13420 * term/w32-win.el (w32-initialize-window-system):
13421 * term/x-win.el (x-initialize-window-system): Use it to properly
13422 set menu-bar-mode and other vars from X resources, even if the
13423 initial frame is not a window-system frame (Bug#2299).
13424
c5bb7569
CY
13425 * subr.el (read-key): Avoid running filter function when setting
13426 up temporary tool bar entries (Bug#9922).
13427
a8e7d6d7 134282012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
13429
13430 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13431 (Bug#11344)
13432
a8e7d6d7 134332012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
13434
13435 * select.el (xselect--encode-string): New function, split from
13436 xselect-convert-to-string.
13437 (xselect-convert-to-string): Use it.
13438 (xselect-convert-to-filename, xselect-convert-to-os)
13439 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13440 returned strings are properly encoded (Bug#11315).
13441
a8e7d6d7 134422012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
13443
13444 * simple.el (delete-active-region): Move to killing custom group.
13445
a8e7d6d7 134462012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
13447
13448 * progmodes/which-func.el (which-func-current): Quote %
13449 characters for mode-line processing.
13450
578c1d4b 134512012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
13452
13453 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13454 reaching eob (Bug#11286).
13455
a8e7d6d7 134562012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
13457
13458 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13459 (gdb): Make it buffer-local and init to zero.
13460 (gdb-control-commands-regexp): New variable.
13461 (gdb-send): Don't wrap in "-interpreter-exec console" if
13462 gdb-control-level is positive. Increment gdb-control-level
13463 whenever the command matches gdb-control-commands-regexp, and
13464 decrement it each time the command is "end". (Bug#11279)
13465
a8e7d6d7 134662012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
13467
13468 * window.el (adjust-window-trailing-edge, enlarge-window)
13469 (shrink-window, window-resize):
13470 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13471 windows (Bug#11276).
13472
b3608390
CY
134732012-04-27 Chong Yidong <cyd@gnu.org>
13474
13475 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 13476 fix "missing prefix" warning. All callers changed.
b3608390 13477
797e6e88
SM
134782012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * emacs-lisp/assoc.el: Move to obsolete/.
13481
e95a67dc
SM
134822012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13483
657c21e4 13484 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
13485
13486 * term/ns-win.el (ns-define-service):
13487 * progmodes/pascal.el (pascal-goto-defun):
13488 * progmodes/js.el (js--read-tab):
13489 * progmodes/etags.el (tags-lazy-completion-table):
13490 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13491 * emacs-lisp/ewoc.el (ewoc--wrap):
13492 * emacs-lisp/assoc.el (aput, adelete, amake):
13493 * doc-view.el (doc-view-convert-current-doc):
13494 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13495
cb3e7ae0
CY
134962012-04-26 Chong Yidong <cyd@gnu.org>
13497
dce04f7f
CY
13498 * image.el (image-type-from-buffer): Only return supported image
13499 type (Bug#9045).
13500
cb3e7ae0
CY
13501 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13502 value, for symmetry with diff-end-of-hunk.
13503 (diff-split-hunk, diff-find-source-location)
13504 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13505 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13506 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13507 compute the relevant hunk or file properly (Bug#6005).
13508 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13509
0d42eb3e
SM
135102012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * vc/vc-mtn.el:
13513 * vc/vc-hg.el:
13514 * vc/vc-git.el:
13515 * vc/vc-dir.el:
13516 * vc/vc-cvs.el:
13517 * vc/vc-bzr.el:
13518 * vc/vc-arch.el:
13519 * vc/vc.el: Replace lexical-let by lexical-binding.
13520 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13521 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13522 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13523
f08ae1c9
CY
135242012-04-26 Chong Yidong <cyd@gnu.org>
13525
8b71081d
CY
13526 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13527 (diff-mode-shared-map): Bind it to / and [remap undo].
13528
f08ae1c9
CY
13529 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13530 (ediff-window-setup-function): Use it as the default, to set up
13531 windows based on whether the current frame is graphical (Bug#2138).
13532 (ediff-choose-window-setup-function-automatically): Make obsolete.
13533
13534 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13535
ef24141c
SM
135362012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13537
cc356a5d
SM
13538 * ffap.el: Remove old code for obsolete package.
13539 (ffap-complete-as-file-p): Remove.
13540
b4ff4f1f
SM
13541 Use completion-table-with-quoting for comint and pcomplete.
13542 * comint.el (comint--unquote&requote-argument)
13543 (comint--unquote-argument, comint--requote-argument): New functions.
13544 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13545 (comint-quote-filename): Use regexp-opt-charset.
13546 (comint--common-suffix, comint--common-quoted-suffix)
13547 (comint--table-subvert): Remove.
13548 (comint-unquote-function, comint-requote-function): New vars.
13549 (comint--complete-file-name-data): Use them with
13550 completion-table-with-quoting.
13551 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13552 * pcomplete.el (pcomplete-arg-quote-list)
13553 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13554 (pcomplete-unquote-argument-function): Default to non-nil.
13555 (pcomplete-unquote-argument): Simplify.
13556 (pcomplete--common-quoted-suffix): Remove.
13557 (pcomplete-requote-argument-function): New var.
13558 (pcomplete--common-suffix): New function.
13559 (pcomplete-completions-at-point): Use completion-table-with-quoting
13560 and completion-table-subvert.
13561
79c4eeb4
SM
13562 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13563 (minibuffer--double-dollars): Preserve properties.
13564 (completion--sifn-requote): New function.
13565 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13566
ef24141c
SM
13567 * minibuffer.el: Add support for completion of quoted/escaped data.
13568 (completion-table-with-quoting, completion-table-subvert): New funs.
13569 (completion--twq-try, completion--twq-all): New functions.
13570 (completion--nth-completion): New function.
13571 (completion-try-completion, completion-all-completions): Use it.
13572
784e7d6e
LL
135732012-04-25 Leo Liu <sdl.web@gmail.com>
13574
dd2ac746
SM
13575 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13576 Use compilation-message if available to find real filename.
784e7d6e 13577
07875ee7
CY
135782012-04-25 Chong Yidong <cyd@gnu.org>
13579
13580 * vc/diff-mode.el (diff-setup-whitespace): New function.
13581 (diff-mode): Use it.
13582
13583 * vc/diff.el (diff-sentinel):
13584 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13585 Whitespace mode variables based on diff style (Bug#8612).
13586
5055880d
LL
135872012-04-25 Leo Liu <sdl.web@gmail.com>
13588
daf75653
LL
13589 * progmodes/python.el (python-send-region): Add suffix .py to the
13590 temp file.
13591
5055880d
LL
13592 * files.el (auto-mode-alist): Use javascript-mode instead.
13593
db9b177b
AH
135942012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13595
ef24141c 13596 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 13597
090bd7cb 13598 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 13599 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 13600 references, see Bug#9.
ef24141c 13601 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 13602 when receiving a fault reply.
ef24141c 13603 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 13604
090bd7cb 13605 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 13606 (soap-inspect-simple-type): New function.
db9b177b 13607
090bd7cb 13608 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 13609 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
13610 (soap-decode-basic-type, soap-encode-basic-type):
13611 support unsignedInt and double basic types.
db9b177b 13612 (soap-resolve-references-for-simple-type)
ef24141c
SM
13613 (soap-parse-simple-type, soap-encode-simple-type): New function.
13614 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 13615
090bd7cb 13616 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
13617 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13618 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13619 the local name of "soapenc:Array".
13620 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
13621 decoding integer, byte and anyURI xsd types.
13622
1fc6097b
CY
136232012-04-25 Chong Yidong <cyd@gnu.org>
13624
13625 * cus-edit.el (custom-buffer-create-internal): Update header text.
13626
afc6df87
EZ
136272012-04-25 Eli Zaretskii <eliz@gnu.org>
13628
13629 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13630 settings on 'system-type', not on 'window-system'. On MS-Windows,
13631 set interactive-mode on in GDB.
13632
dfbd787f
SM
136332012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13634
13635 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13636 (ruby-syntax-propertize-regexp): Remove.
13637 (ruby-syntax-propertize-function): Split regexp into chunks.
13638 Match following code directly.
13639
85222d44
DG
136402012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13641
51a8ea2a
DG
13642 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13643 (ruby-syntax-propertize-regexp): New function.
13644 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13645 by a special keyword.
13646
85222d44
DG
13647 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13648 (ruby-syntax-general-delimiters-goto-beg)
13649 (ruby-syntax-propertize-general-delimiters): New functions.
13650 (ruby-syntax-propertize-function): Use them to handle GDL.
13651 (ruby-font-lock-keywords): Move old handling of GDL...
13652 (ruby-font-lock-syntactic-keywords): .. to here.
13653 (ruby-calculate-indent): Adjust indentation for GDL.
13654
b613912b
MA
136552012-04-24 Michael Albinus <michael.albinus@gmx.de>
13656
b5380639
MA
13657 * notifications.el (top): Remove unneeded declarations.
13658 (notifications-specification-version): Change to "1.2".
e43042fe 13659 (notifications-interface, notifications-notify-method)
b613912b
MA
13660 (notifications-close-notification-method): Fix docstring.
13661 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
13662 (notifications-notify): Add :action-items, :resident and
13663 :transient hints. Change "image_data" to "image-data" and
13664 "image_path" to "image-path".
b613912b
MA
13665 (notifications-get-capabilities): New defun.
13666
257440aa
LL
136672012-04-24 Leo Liu <sdl.web@gmail.com>
13668
13669 * progmodes/python.el: Move hideshow setup to the end.
13670
b1bac16e
MR
136712012-04-24 Martin Rudalics <rudalics@gmx.at>
13672
13673 * window.el (handle-select-window): Clear echo area since this is
13674 no more done by read_char (Bug#11304).
13675
d81bd059
SM
136762012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13677
13678 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13679 and `/ M' to filter-derived-mode.
13680 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13681 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13682 (ibuffer-mark-by-mode): Use default rather than initial-input.
13683 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13684
c4cf6d91
IA
136852012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13686
13687 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13688 (ibuffer-filter-by-derived-mode): New filter.
13689 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13690
7511ded8
CY
136912012-04-23 Andreas Politz <politza@fh-trier.de>
13692
13693 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13694
775c916b
CY
136952012-04-23 Chong Yidong <cyd@gnu.org>
13696
13697 * cus-edit.el (customize-apropos, customize-apropos-options):
13698 Disable matching of non-option variables (Bug#11176).
13699 (customize-option, customize-option-other-window)
13700 (customize-changed-options): Doc fix.
13701 (customize-apropos-options, customize-apropos-faces)
13702 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13703
13704 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 13705 Fix word list splitting (Bug#11132).
46c71e23
CY
13706 (apropos-symbol, apropos-keybinding, apropos-label)
13707 (apropos-property, apropos-function-button)
13708 (apropos-variable-button, apropos-misc-button): New faces.
13709 (apropos-symbol-face, apropos-keybinding-face)
13710 (apropos-label-face, apropos-property-face, apropos-match-face):
13711 Variables removed (Bug#8396).
13712 (apropos-library-button, apropos-format-plist, apropos-print)
13713 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 13714
2df41f9c
MA
137152012-04-23 Michael Albinus <michael.albinus@gmx.de>
13716
13717 * net/xesam.el (xesam-mode-map): Use let-bound map in
13718 initialization. (Bug#11292)
13719
da00640a
AM
137202012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13721
13722 Preserve ispell session localwords when switching back to
13723 original buffer.
13724
090bd7cb
JB
13725 * textmodes/ispell.el (ispell-buffer-session-localwords):
13726 New buffer-local variable to hold buffer session localwords.
ed9265fc 13727 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
13728 localwords.
13729 (ispell-command-loop, ispell-change-dictionary)
13730 (ispell-buffer-local-words): Preserve session localwords when
13731 needed.
13732
090bd7cb
JB
13733 * textmodes/flyspell.el (flyspell-process-localwords)
13734 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 13735
f621ccf5
AM
137362012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13737
090bd7cb
JB
13738 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13739 using obsolete `translation-table-for-input'.
ef24141c
SM
13740 (ispell-word, ispell-process-line, ispell-complete-word):
13741 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 13742
c2d1019e
CY
137432012-04-22 Chong Yidong <cyd@gnu.org>
13744
13745 * cus-edit.el (custom-variable-menu)
13746 (custom-variable-reset-saved, custom-face-menu)
13747 (custom-face-reset-saved): If there is no saved value, make the
13748 "reset-saved" operation bring back the default (Bug#9509).
13749 (custom-face-state): Properly detect themed faces.
13750
eeddc531
CY
13751 * faces.el (face-spec-set): Stop supporting deprecated form of
13752 third arg.
13753
dcbf5805
MA
137542012-04-22 Michael Albinus <michael.albinus@gmx.de>
13755
13756 Move functions from C to Lisp. Make non-blocking method calls
13757 the default. Implement further D-Bus standard interfaces.
13758
ef24141c
SM
13759 * net/dbus.el (dbus-message-internal): Declare function.
13760 Remove unneeded function declarations.
dcbf5805
MA
13761 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13762 (dbus-message-type-method-return, dbus-message-type-error)
13763 (dbus-message-type-signal): Declare variables. Remove local
13764 definitions.
13765 (dbus-interface-dbus, dbus-interface-peer)
13766 (dbus-interface-introspectable, dbus-interface-properties)
13767 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13768 Adapt docstring.
13769 (dbus-interface-objectmanager): New defconst.
13770 (dbus-call-method, dbus-call-method-asynchronously)
13771 (dbus-send-signal, dbus-method-return-internal)
13772 (dbus-method-error-internal, dbus-register-service)
13773 (dbus-register-signal, dbus-register-method): New defuns, moved
13774 from dbusbind.c
13775 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
13776 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13777 New defuns.
dcbf5805
MA
13778 (dbus-call-method-non-blocking): Make it an obsolete function.
13779 (dbus-unregister-object, dbus-unregister-service)
13780 (dbus-handle-event, dbus-register-property)
13781 (dbus-property-handler): Obey the new structure of
13782 `bus-registered-objects'.
13783 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13784 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13785 Use `dbus-call-method'.
13786
cf20dee0
CY
137872012-04-22 Chong Yidong <cyd@gnu.org>
13788
13789 * cus-edit.el (custom-commands, custom-reset-menu)
13790 (Custom-reset-standard): Tweak labels.
13791 (custom-reset-button-menu): Change default to t.
13792 (custom-buffer-create-internal): For the custom-reset-button-menu
13793 case, put the revert button first.
13794 (custom-group-subtitle): New face.
13795 (custom-group-value-create): Align docstring to a specific column.
13796
13797 * wid-edit.el (widget-documentation-link-add): Don't handle
13798 indentation in this function.
13799 (widget-documentation-string-indent-to): New function.
13800 (widget-documentation-string-value-create): Use it.
13801
13802 * autorevert.el (auto-revert):
13803 * epg-config.el (epg):
13804 * ibuffer.el (ibuffer):
13805 * mpc.el (mpc):
13806 * ses.el (ses):
13807 * eshell/eshell.el (eshell):
13808 * net/ange-ftp.el (ange-ftp):
13809 * progmodes/ebnf2ps.el (postscript):
13810 * progmodes/flymake.el (flymake):
13811 * progmodes/prolog.el (prolog):
13812 * progmodes/verilog-mode.el (verilog-mode):
13813 * progmodes/which-func.el (which-func):
13814 * term/xterm.el (xterm):
13815 * textmodes/picture.el (picture):
13816 * textmodes/tildify.el (tildify):
13817 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13818 customization buffers.
13819
583e23bd
AM
138202012-04-22 Alan Mackenzie <acm@muc.de>
13821
13822 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13823 Adding a ) can hide the resulting (..) from searches. Fix it.
13824 Bound the backward search to the position of the existing (.
13825
7dd51bf1
JB
138262012-04-21 Juanma Barranquero <lekktu@gmail.com>
13827
13828 * progmodes/verilog-mode.el (verilog-mode): Check whether
13829 which-func-modes is t before adding verilog-mode.
13830 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13831
d64a438f
LL
138322012-04-21 Leo Liu <sdl.web@gmail.com>
13833
7dd51bf1 13834 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 13835
081e8d65
MV
138362012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13837
13838 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13839 filling of the last column of a table (Bug#5635).
13840 (woman-find-next-control-line): New arg, specifying an additional
13841 regexp component for the control line.
13842 (woman2-roff-buffer): Use it.
13843 (woman-break-table): New function.
13844 (woman2-TS): Use it.
13845
138462012-04-21 Chong Yidong <cyd@gnu.org>
13847
13848 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13849 (woman-horizontal-escapes, woman-negative-vertical-space)
13850 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13851 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13852
ed571ccb
SM
138532012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13854
13855 * minibuffer.el (completion-file-name-table): Complete user names.
13856
39773899
LL
138572012-04-20 Leo Liu <sdl.web@gmail.com>
13858
13859 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13860 and pcase-let*.
13861
de6ff46d
CY
138622012-04-20 Chong Yidong <cyd@gnu.org>
13863
13864 * server.el (server-execute): Respect initial-buffer-choice if it
13865 is a string and there are no files to open (Bug#2825).
13866 (server-create-window-system-frame, server-create-tty-frame):
13867 Don't switch buffers here.
2d0e8e61
CY
13868 (server-process-filter): Only try to open a window system frame if
13869 compiled with graphical support (Bug#8314).
de6ff46d 13870
54071013
DN
138712012-04-20 Dan Nicolaescu <dann@gnu.org>
13872
13873 * battery.el (battery-echo-area-format): Display remaining time
13874 for sysfs backend too (Bug#11269).
13875 (battery-linux-sysfs): Fix conditional for the charge.
13876
f30d612a
CY
138772012-04-20 Chong Yidong <cyd@gnu.org>
13878
c07a4c0b 13879 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
13880 (gdb-inferior-io--init-proc): New function.
13881 (gdb-init-1): Use it.
13882 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13883 responsible for allocating a new pty and hooking it to gdb when
13884 the old pty gets an EIO due to process exit.
13885 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13886 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13887 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13888
2116e93c
EZ
138892012-04-20 Eli Zaretskii <eliz@gnu.org>
13890
13891 * window.el (window-min-size, window-sizable, window-min-delta)
13892 (window-max-delta, window--resizable, window-resizable)
13893 (window-total-size, window-full-height-p, window-full-width-p)
13894 (window-in-direction, window--resize-mini-window, window-resize)
13895 (window--resize-child-windows-normal)
13896 (window--resize-child-windows, window--resize-siblings)
13897 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 13898 (enlarge-window, shrink-window): Doc fixes.
2116e93c 13899
c07a4c0b 139002012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 13901
ef24141c
SM
13902 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13903 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
13904 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13905 pty process (Bug#11273).
13906 (gdb-update): New arg to suppress talking to the gdb process.
13907 (gdb-done-or-error): Use it.
13908 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13909 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13910 sentinel not being called.
13911
13912 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13913
d02766ab
CY
13914 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13915
c07a4c0b 139162012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
13917
13918 * net/network-stream.el (open-network-stream): Doc fix.
13919
c07a4c0b 139202012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
13921
13922 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13923
c07a4c0b 139242012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
13925
13926 Ensure searching for keywords is case sensitive.
13927
13928 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13929 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13930 (c-defun-name, c-mark-function, c-cpp-define-name)
13931 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 13932 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 13933
ef24141c
SM
13934 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13935 Bind case-fold-search to nil.
f0f6bc35 13936
c07a4c0b 139372012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
13938
13939 * mail/sendmail.el (mail-bury): Call return action with the right
13940 Rmail buffer (Bug#11242).
13941
9a864fa2
CY
13942 * server.el (server-process-filter): Handle corner case where both
13943 tty and nowait options are present (Bug#11102).
13944
539aa513
EZ
139452012-04-20 Eli Zaretskii <eliz@gnu.org>
13946
13947 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
13948 (top level): Put into the executable the ident-style '$Id:' tag on
13949 windows-nt as well.
539aa513 13950
cfc7d5da
SM
139512012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13952
13953 * electric.el (electric-indent-post-self-insert-function): Check that
13954 electric-indent-mode is enabled in current buffer.
13955
5b01685c
JB
139562012-04-19 Juanma Barranquero <lekktu@gmail.com>
13957
13958 * imenu.el (imenu-progress-message): Restore; it is "used" in
13959 erc/erc-imenu.el and net/snmp-mode.el.
13960
4d6769e1
JB
139612012-04-19 Juanma Barranquero <lekktu@gmail.com>
13962
13963 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13964 (mouse-avoidance-nudge-mouse): Remove unused binding.
13965
13966 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13967
13968 * descr-text.el (describe-char):
13969 * progmodes/python.el (python-describe-symbol):
13970 Don't call `toggle-read-only', set `buffer-read-only'.
13971
13972 * imenu.el (imenu-default-goto-function): Mark unused args.
13973 (imenu-progress-message): Remove obsolete macro; all callers changed.
13974
13975 * subr.el (keymap-canonicalize): Remove unused binding.
13976 (read-passwd): Mark unused arg.
13977
13978 * tutorial.el (tutorial--display-changes): Remove unused binding.
13979 (tutorial--save-tutorial-to): Remove unused variable.
13980
13981 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13982 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13983 (package-generate-autoloads, package-menu--generate)
13984 (package-menu--find-upgrades): Remove unused bindings.
13985
13986 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13987 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13988 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13989 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13990 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13991 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13992 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13993 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13994 (cua-delete-char-rectangle): Mark unused args.
13995 (cua-align-rectangle): Remove unused binding.
13996
13997 * mail/rmail.el (compilation--message->loc)
13998 (epa--find-coding-system-for-mime-charset): Declare.
13999
14000 * net/dbus.el (dbus-register-service): Declare.
14001 (dbus-name-owner-changed-handler): Remove unused binding.
14002
14003 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14004 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14005 (nxml-scan-backward-within): Mark unused arg.
14006 (nxml-dynamic-markup-word): Remove unused binding.
14007
14008 * mouse.el (mouse-menu-major-mode-map):
14009 * emacs-lisp/authors.el (authors-scan-change-log)
14010 (authors-add-to-author-list):
14011 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14012 * emacs-lisp/smie.el (smie-auto-fill):
14013 * mail/sendmail.el (mail-bury):
14014 * mail/unrmail.el (unrmail):
14015 * net/tls.el (open-tls-stream):
14016 * textmodes/picture.el (picture-mouse-set-point):
14017 Remove unused bindings.
14018
8c8fc5df
MA
140192012-04-19 Michael Albinus <michael.albinus@gmx.de>
14020
14021 * net/tramp.el (tramp-action-password): Let-bind
14022 `enable-recursive-minibuffers' to t.
14023
a77b0ac9
SS
140242012-04-18 Sam Steingold <sds@gnu.org>
14025
14026 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14027 instead of 'string to accommodate values like [f11].
14028 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14029 * progmodes/gdb-mi.el: Likewise.
14030
12a106a9
LL
140312012-04-18 Leo Liu <sdl.web@gmail.com>
14032
14033 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14034 current buffer.
14035 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14036 LOCAL is nil.
14037
bc6494ef
CY
140382012-04-18 Chong Yidong <cyd@gnu.org>
14039
14040 * simple.el (line-move): Use forward-line if in batch mode
14041 (Bug#11053).
14042
c09c46b2
CS
140432012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
14044
14045 * files.el (after-find-file): Do not try to add a final newline if
14046 the buffer is read-only (Bug#11156).
14047
5f6530ea
RS
140482012-04-17 Richard Stallman <rms@gnu.org>
14049
14050 * mail/rmail.el (rmail-start-mail):
14051 Pass (rmail-mail-return...) for the return-action.
14052 Pass (rmail-yank-current-message...) for the yank-action.
14053 (rmail-yank-current-message): New function.
14054 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14055 (rmail-reply): Likewise.
14056 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14057
14058 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 14059 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
14060 buffer, not newbuf.
14061
197b6f3c
JB
140622012-04-17 Juanma Barranquero <lekktu@gmail.com>
14063
14064 * server.el (server-ensure-safe-dir): Simplify.
14065
2311d8e5 140662012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 14067
2311d8e5
GM
14068 * emacs-lisp/smie.el: Provide smarter auto-filling.
14069 (smie-auto-fill): New function.
14070 (smie-setup): Use it.
98fb480e 14071
2311d8e5
GM
14072 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14073
140742012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
14075
14076 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14077 (comment-indent): Use it.
14078
2311d8e5 140792012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
14080
14081 * ses.el: The overall change is to add cell renaming, that is
14082 setting fancy names for cell symbols other than name matching
14083 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 14084 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 14085 (ses-create-cell-variable): New defun.
2311d8e5 14086 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
14087 (ses-relocate-formula): Relocate formulas only for cells the
14088 symbols of which are not renamed, i.e. symbols whose names do not
14089 match regexp "\\`[A-Z]+[0-9]+\\'".
14090 (ses-relocate-all): Relocate values only for cells the symbols of
14091 which are not renamed.
14092 (ses-load): Create cells variables as the (ses-cell ...) are read,
14093 in order to check row col consistency with cell symbol name only
14094 for cells that are not renamed.
14095 (ses-replace-name-in-formula): New defun.
14096 (ses-rename-cell): New defun.
4bdf2ad2 14097
fc72b15c
PO
140982012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
14099
14100 * progmodes/perl-mode.el (perl-indent-parens-as-block):
14101 New option (bug#11118).
14102 (perl-calculate-indent): Respect it.
14103
12e10e61
GM
141042012-04-17 Glenn Morris <rgm@gnu.org>
14105
14106 * dired-aux.el (dired-mark-read-string): Doc fix.
14107
30009afd
DA
141082012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14109
14110 * dired-aux.el (dired-mark-read-string): Offer optional completion.
14111 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
14112
41f03f4d
GM
141132012-04-17 Glenn Morris <rgm@gnu.org>
14114
14115 * mouse.el (mouse-drag-track):
14116 * speedbar.el (speedbar-frame-mode):
14117 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14118
f45f90f3
LL
141192012-04-16 Leo Liu <sdl.web@gmail.com>
14120
14121 * progmodes/python.el: Trivial cleanup.
14122
94ee8db5
GM
141232012-04-16 Glenn Morris <rgm@gnu.org>
14124
121b8917
GM
14125 * vc/vc.el (vc-string-prefix-p):
14126 * vc/pcvs-util.el (cvs-string-prefix-p):
14127 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14128 * mpc.el (mpc-string-prefix-p):
14129 Make all of these into obsolete aliases for string-prefix-p.
14130 Update callers.
14131 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14132
1197ecfa
GM
14133 * textmodes/two-column.el: Move custom options to the start.
14134 (frame-width): Remove compat definition.
14135 (2C-associate-buffer, 2C-dissociate):
14136 Use with-current-buffer rather than save-excursion.
14137 (2C-dissociate): Force a mode-line update.
14138 (2C-autoscroll): Use ignore-errors.
14139
099e7202
GM
14140 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14141 Autoload trivia.
14142
bf350d6a
GM
14143 * emacs-lisp/cl-extra.el (*random-state*):
14144 Remove unnecessary declaration.
14145
0e829eab
GM
14146 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14147
e3ad7552
GM
14148 * play/cookie1.el (cookie-snarf):
14149 Give an explicit error if input file cannot be read.
14150
68892d27
GM
14151 * play/yow.el (yow-file): Use expand-file-name rather than concat.
14152
20f0c46d
GM
14153 * progmodes/perl-mode.el (c-macro-expand):
14154 Remove unnecessary autoload (it is in loaddefs.el).
14155
5a0978ce
GM
14156 * textmodes/picture.el (picture-desired-column)
14157 (picture-update-desired-column): Convert comments to doc-strings.
14158 (picture-substitute): Remove function.
14159 (picture-mode-map): Initialize in the defvar.
14160
6b955486
GM
14161 * woman.el: Remove eval-after-load for tar-mode.
14162 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14163 (woman-tar-extract-file): Autoload it.
14164
94ee8db5
GM
14165 * frame.el (automatic-hscrolling): Make this alias obsolete.
14166
177eca34
AM
141672012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14168
090bd7cb 14169 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 14170 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
14171 (ispell-dictionary-base-alist): Revert to original XEmacs
14172 friendly version for default. [:alpha:] will be added in
090bd7cb 14173 `ispell-set-spellchecker-params' if needed.
177eca34 14174
c505aaeb
CY
141752012-04-16 Chong Yidong <cyd@gnu.org>
14176
b19dd9d1 14177 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
14178 (imagemagick-register-types): Use it.
14179 (imagemagick-types-inhibit): Add :set function. Allow new value
14180 of t to inhibit all types.
14181
14182 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14183 so we can preload it.
14184
14185 * loadup.el (fboundp): Preload regexp-opt, needed by
14186 imagemagick-register-types.
14187
60efac0f
CY
141882012-04-15 Chong Yidong <cyd@gnu.org>
14189
14190 * frame.el (scrolling): Remove nearly unused customization group.
14191
14192 * scroll-all.el (scroll-all-mode): Move to windows group.
14193
5dd1713e
CY
141942012-04-15 Chong Yidong <cyd@gnu.org>
14195
14196 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14197
e6fd457e
CY
141982012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14199
14200 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 14201 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 14202
e153c136
GM
142032012-04-15 Glenn Morris <rgm@gnu.org>
14204
14205 * simple.el (process-file-side-effects): Doc fix.
14206
e6fd457e 142072012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
14208
14209 * international/mule-cmds.el (set-language-environment): Doc fix.
14210
3603c3b1
JB
142112012-04-14 Juanma Barranquero <lekktu@gmail.com>
14212
14213 * server.el (server-auth-key, server-generate-key): Doc fixes.
14214 (server-get-auth-key): Doc fix. Use `string-match-p'.
14215 (server-start): Reflow docstring.
14216
e6de100c
LI
142172012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
14218
14219 * server.el (server-generate-key): `called-interactively-p'
14220 requires a parameter.
14221
29734c21
MN
142222012-04-14 Michal Nazarewicz <mina86@mina86.com>
14223
14224 * server.el (server-auth-key): New variable.
75f1671a 14225 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
14226 (server-start): Use the new variable and functions to allow
14227 setting a permanent server key (bug#9423).
14228
d65c9521
LL
142292012-04-14 Leo Liu <sdl.web@gmail.com>
14230
14231 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14232
5ae255c7
PE
142332012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14234
14235 Spelling fixes.
14236 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14237 Emacs uses American spelling.
14238
d5e6342e
JB
142392012-04-14 Juanma Barranquero <lekktu@gmail.com>
14240
14241 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14242 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14243 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14244 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14245
ab036cd7
SM
142462012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * progmodes/which-func.el (which-func-modes): Change default.
14249
35dc09a1 142502012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
14251
14252 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14253 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14254
35dc09a1 142552012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
14256
14257 * custom.el (custom-theme-set-variables): Doc fix.
14258
35dc09a1 142592012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
14260
14261 * international/mule.el (set-auto-coding-for-load): Doc fix.
14262
35dc09a1 142632012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 14264
35dc09a1
GM
14265 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14266 imenu work again for Objective C Mode. Correct the *-index values,
14267 these having been disturbed by a previous change in 2011-08.
57f845ee 14268
0de3da9f
AM
14269 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14270 Correct two search limits.
14271
35dc09a1 142722012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
14273
14274 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14275
35dc09a1 142762012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
14277
14278 * international/characters.el: Fix sorting.
14279
35dc09a1 142802012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
14281
14282 * international/characters.el: Add more missing Latin case pairs.
14283
35dc09a1 142842012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
14285
14286 * files.el (dir-locals-set-class-variables): Doc fix.
14287
35dc09a1 142882012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 14289
3f1b5bf8
EZ
14290 * international/characters.el: Add set-case-syntax-pair call for
14291 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14292 counterpart. (Bug#11209)
14293
9f847f41
EZ
14294 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14295
35dc09a1 142962012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
14297
14298 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14299
35dc09a1 143002012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 14301
35dc09a1
GM
14302 * textmodes/ispell.el (ispell-dictionary-base-alist):
14303 Add data for Hebrew.
e2627d21 14304
35dc09a1 143052012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 14306
35dc09a1
GM
14307 * net/rcirc.el (rcirc-cmd-quit):
14308 Revert 2012-03-18 change (Bug#11192).
5c14e333 14309
35dc09a1 143102012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
14311
14312 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14313
35dc09a1 143142012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 14315
4517fe3a
SM
14316 * minibuffer.el (completion-in-region-mode-map):
14317 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 14318
b472a594
VD
143192012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14320
14321 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14322
09b95ce3
MY
143232012-04-13 Masatake YAMATO <yamato@redhat.com>
14324
14325 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14326 to allow `C-M-f' and `C-M-b' to move to the nearest path
14327 separator (bug#9511).
14328
4b63a9ca
LI
143292012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14330
14331 * avoid.el: Require cl when compiling. And also move the
14332 `provide' to the end.
14333
7b55b8bf
TV
143342012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14335
14336 * avoid.el (mouse-avoidance-banish-position): New variable.
14337 (mouse-avoidance-banish-destination): Use it (bug#10165).
14338
adedaa1f
LL
143392012-04-13 Leo Liu <sdl.web@gmail.com>
14340
14341 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14342
70e74021
KB
143432012-04-13 Ken Brown <kbrown@cornell.edu>
14344
14345 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 14346 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
14347 (browse-url-filename-alist): For the same reason, don't modify
14348 file:// URLs on Cygwin.
14349
e75e89ba
SM
143502012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14351
14352 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14353 the region on shift if the binding is already shifted (bug#11221).
14354
82f289a4
GM
143552012-04-12 Glenn Morris <rgm@gnu.org>
14356
14357 * mail/mailpost.el: Move to obsolete/.
14358
d333dc4c
DA
143592012-04-12 Drew Adams <drew.adams@oracle.com>
14360
14361 * imenu.el (imenu--generic-function): Ignore invisible definitions
14362 (bug#10123).
14363
0d15b5ba
VD
143642012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14365
14366 * hexl.el (hexl-bits): New variable.
14367 (hexl-options): Mention the variable in the doc string.
75f1671a 14368 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 14369 (hexl-mode): Mention the new variable.
75f1671a
JB
14370 (hexl-mode, hexl-current-address, hexl-current-address):
14371 Use the displen.
0d15b5ba
VD
14372 (hexl-ascii-start-column): New function.
14373 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14374 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14375
64a440db
AM
143762012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14377
14378 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14379 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14380 the encoding, as expected by hunspell.
14381
6decb6c2
SM
143822012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14383
14384 * battery.el (battery--linux-sysfs-regexp): New const.
14385 (battery-status-function): Use it. Remove yeeloong special case.
14386 (battery-yeeloong-sysfs): Remove.
14387 (battery-echo-area-format): Remove yeeloong special case.
14388
088be6fb
SM
143892012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14390
6622e416
SM
14391 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14392 Reported by Noah Friedman.
14393
088be6fb
SM
14394 * subr.el (read-passwd): Use read-string.
14395
b49f886e
LMI
143962012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14397
14398 * vcursor.el (vcursor-move): Increase the priority of the overlay
14399 (bug#9663).
14400
a63067fc
DD
144012012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14402
14403 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14404 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14405
ac3cf14a
WS
144062012-04-11 William Stevenson <yhvh2000@gmail.com>
14407
14408 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14409 define-minor-mode (bug#10760).
14410
c4fc691b 144112012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 14412
4d6769e1 14413 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
14414 that directories matching `grep-find-ignored-files' won't be
14415 pruned (bug#10351).
14416
af23e2e5
CY
144172012-04-11 Chong Yidong <cyd@gnu.org>
14418
14419 * startup.el (command-line): Remove support for long-obsolete
14420 variable font-lock-face-attributes.
14421
ab7ce8c1
GM
144222012-04-11 Glenn Morris <rgm@gnu.org>
14423
14424 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14425
de8c03dc
SM
144262012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14427
14428 * window.el (window--state-get-1): Obey window-point-insertion-type.
14429
050cc68b
LB
144302012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14431
14432 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14433 to previous function when point is on the first character of a
75f1671a 14434 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 14435
a38c310c
GM
144362012-04-11 Glenn Morris <rgm@gnu.org>
14437
effed0c2
GM
14438 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14439 not just file-errors.
14440
a38c310c
GM
14441 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14442 (vc-bzr-sha1): Use internal sha1.
14443
0221e323
SM
144442012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14445
14446 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14447
43956923
SG
144482012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
14449
14450 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14451 that start in the middle of the line (bug#10496).
14452
6a8c9eaf
DN
144532012-04-10 Dan Nicolaescu <dann@gnu.org>
14454
14455 * battery.el (battery-linux-proc-acpi): Only one battery is
14456 discharged at a time, but that seems to confuse battery.el when
14457 computing `rate-type' for the battery not being discharged
14458 (bug#10332).
14459
1930bf5d
SM
144602012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14461
2a718f6f
SM
14462 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14463
599430d0
SM
14464 * international/quail.el: Use dolist and simplify.
14465 (quail-define-package, quail-update-keyboard-layout)
14466 (quail-define-rules): Use dolist.
14467 (quail-insert-kbd-layout, quail-get-translation): CSE.
14468
a2754b6c
SM
14469 * tmm.el: Use dolist, remove left over hook.
14470 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14471 Use dolist.
14472 (calendar-load-hook): Don't mess with it.
14473
1930bf5d
SM
14474 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14475 Use derived-mode-p. Run the diff asynchronously.
14476
9f67961c
LMI
144772012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14478
14479 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14480
2a8ce227
JB
144812012-04-10 Juanma Barranquero <lekktu@gmail.com>
14482
14483 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14484 (list-dynamic-libraries--loaded): New function.
14485 (list-dynamic-libraries--refresh): Use it.
14486
8f33b5f8
NW
144872012-04-10 Nathan Weizenbaum <nweiz@google.com>
14488
1930bf5d
SM
14489 * progmodes/python.el (python-fill-paragraph):
14490 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
14491 disabled (bug#7018).
14492
b12f0439
L
144932012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
14494
1930bf5d 14495 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
14496 DOS/MS Windows for the Baltic languages. There are still plenty
14497 of texts written in this encoding/codepage (bug#6519).
b12f0439 14498
57c3bd01
GM
144992012-04-10 Glenn Morris <rgm@gnu.org>
14500
14501 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14502 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14503
6c3eab30
FA
145042012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14505
1930bf5d 14506 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
14507 next-line "n" and previous-line "p" in order to make recentf more
14508 consistent with ibuffer, dired or org-mode (bug#9387).
14509
24d78a88
LMI
145102012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14511
bc72b5d9
LMI
14512 * image.el (put-image): Return the overlay created instead of the
14513 optional input string (bug#7834). Note that this may break code
14514 that is (for some reason or other) depending on `put-image'
14515 returning the string.
14516
bd2dba5a
LMI
14517 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14518
74beb59f
LMI
14519 * simple.el (zap-to-char): Allow zapping using input methods
14520 (bug#1580).
14521
24d78a88
LMI
14522 * textmodes/fill.el (fill-region): Leave point and mark where they
14523 were before filling (bug#5399).
14524
263f20cd
GM
145252012-04-09 Glenn Morris <rgm@gnu.org>
14526
14527 * version.el (emacs-bzr-get-version):
14528 Handle lightweight checkouts of local branches.
14529
58d1f797
AS
145302012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14531
263f20cd 14532 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 14533
b4d3bc10
CY
145342012-04-09 Chong Yidong <cyd@gnu.org>
14535
14536 * custom.el (custom-variable-p): Return nil for non-symbol
14537 arguments instead of signaling an error.
14538 (user-variable-p): Obsolete alias for custom-variable-p.
14539
14540 * apropos.el (apropos-variable):
14541 * files-x.el (read-file-local-variable):
14542 * simple.el (set-variable):
14543 * woman.el (woman-mini-help):
14544 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14545
fd06db5d
GM
145462012-04-09 Glenn Morris <rgm@gnu.org>
14547
e5fcdb5e
GM
14548 * startup.el (normal-top-level): Don't look for leim-list.el
14549 in places where it will not be found. (Bug#910)
14550
fd06db5d
GM
14551 * international/mule-cmds.el (set-default-coding-systems):
14552 * files.el (normal-mode):
14553 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14554 This function was removed with ucs-tables.el in 2008.
14555
b39bb7e1
EZ
145562012-04-08 Eli Zaretskii <eliz@gnu.org>
14557
14558 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14559 ispell-encoding8-command to "-i", without a trailing space.
14560 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14561 separate command-line arguments, to specify the encoding, since
14562 that's how hunspell expects it.
14563
5c5b8e23
GM
145642012-04-08 Glenn Morris <rgm@gnu.org>
14565
14566 * loadup.el: Load bindings before cus-start.
14567 This reduces somewhat the number of "rogue" settings in emacs -Q.
14568
a1ed8b05
GM
145692012-04-07 Glenn Morris <rgm@gnu.org>
14570
14571 * version.el (emacs-bzr-get-version): New function.
dfae128a 14572 (emacs-bzr-version): New variable.
a1ed8b05
GM
14573 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14574 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14575
b142f158
EZ
145762012-04-07 Eli Zaretskii <eliz@gnu.org>
14577
dfae128a
GM
14578 * international/uni-bidi.el, international/uni-category.el:
14579 * international/uni-combining.el, international/uni-decimal.el:
14580 * international/uni-decomposition.el, international/uni-digit.el:
14581 * international/uni-lowercase.el, international/uni-mirrored.el:
14582 * international/uni-name.el, international/uni-numeric.el:
14583 * international/uni-titlecase.el, international/uni-uppercase.el:
14584 Update for Unicode 6.1.
b142f158 14585
9078ead6
EZ
145862012-04-07 Eli Zaretskii <eliz@gnu.org>
14587
14588 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14589
f23d2c7d
LMI
145902012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14591
14592 * window.el (shrink-window): Mention the `window-min-height'
14593 variable in the doc string.
14594
0a0a3573
BG
145952012-04-05 Bastien Guerry <bzg@altern.org>
14596
14597 * color.el (color-lighten-name): Fix typo.
14598
e5248ac9
SM
145992012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * server.el (server--on-display-p): New function.
14602 (server--on-display-p): Use it.
14603
a8e4d516 146042012-04-04 GĂ¡bor Vida <vidagabor@gmail.com> (tiny change)
b4243e22
GV
14605
14606 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14607 (bug#11145).
14608
305d9f44
SM
146092012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * comint.el (comint--common-quoted-suffix): Check string boundary
14612 before comparing (bug#11158).
14613 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14614
3d439cd1
CY
146152012-04-04 Chong Yidong <cyd@gnu.org>
14616
321cc491
CY
14617 * minibuffer.el (completion-extra-properties): Doc fix.
14618
3d439cd1
CY
14619 * subr.el (delayed-warnings-hook): Doc fix.
14620
2d562c0f
DU
146212012-04-04 Daiki Ueno <ueno@unixuser.org>
14622
14623 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14624 selection (Bug#11159).
14625 (epa-insert-keys): Inform that the default public key will be
14626 exported if no key is selected.
14627
4443f204
RS
146282012-04-04 Richard Stallman <rms@gnu.org>
14629
14630 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14631
529c06b6
CY
146322012-04-03 Chong Yidong <cyd@gnu.org>
14633
14634 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14635 mail-insert-file, not its obsolete alias mail-attach-file.
14636
66b907dc
MA
146372012-04-03 Michael Albinus <michael.albinus@gmx.de>
14638
14639 * notifications.el (notifications-notify): Fix docstring.
14640
c0ea195d
GM
146412012-04-02 Glenn Morris <rgm@gnu.org>
14642
14643 * emacs-lisp/authors.el (authors-aliases): Another addition.
14644
5ca64e00
MA
146452012-04-02 Michael Albinus <michael.albinus@gmx.de>
14646
14647 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14648 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14649 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14650
42ee526b
CY
146512012-04-01 Chong Yidong <cyd@gnu.org>
14652
14653 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14654 Handle root directory properly.
14655 (copy-directory): Caller changed.
14656
14657 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14658 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14659
0b021094
GM
146602012-03-31 Glenn Morris <rgm@gnu.org>
14661
40f86458
GM
14662 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14663
7019c177
GM
14664 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14665
a1daddd6
GM
14666 * calendar/calendar.el (calendar-window-list)
14667 (calendar-hide-window): Restore. (Bug#11140)
14668 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14669
0b021094
GM
14670 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14671
40311efc
TV
146722012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14673
14674 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14675 Check if file is a symlink (Bug#10489).
14676
14677 * files.el (copy-directory): Likewise.
14678
5319014e
CY
146792012-03-30 Chong Yidong <cyd@gnu.org>
14680
14681 * image.el (imagemagick-types-inhibit)
14682 (imagemagick-register-types): Doc fix.
14683
935d1290
AM
146842012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14685
090bd7cb 14686 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 14687 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 14688 and treats ~word as ordinary words in pipe mode.
935d1290 14689
61c6e8fd
GM
146902012-03-30 Glenn Morris <rgm@gnu.org>
14691
14692 * tutorial.el (help-with-tutorial): Ensure local variables don't
14693 happen to make the buffer read-only. (Bug#11127)
14694
81fdff00
SM
146952012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14696
14697 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14698 (perl-calculate-indent): Return `noindent' in strings.
14699
6e7a6ec0
SS
147002012-03-28 Sam Steingold <sds@gnu.org>
14701
14702 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14703 instead of the broken adhockery which does not prevent calendar
14704 buffers from being displayed at random after exit.
14705 (calendar-window-list, calendar-hide-window): Remove the broken
14706 adhockery.
14707
fee88ca0
GM
147082012-03-28 Glenn Morris <rgm@gnu.org>
14709
14710 * replace.el (query-replace-map): Doc fix.
14711
38de3354
AS
147122012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14713
14714 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14715 contents. (Bug#11109)
14716
b973155e
SM
147172012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14718
14719 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14720 (bug#11077).
14721 (avl-tree--check, avl-tree--check-node): New funs.
14722
dcb6e7b3
MR
147232012-03-27 Martin Rudalics <rudalics@gmx.at>
14724
14725 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
14726 (switch-to-prev-buffer, switch-to-next-buffer):
14727 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
14728 showing a buffer already is done on the same frame.
14729
b4fa35fa
GM
147302012-03-27 Glenn Morris <rgm@gnu.org>
14731
14732 * startup.el (mail-host-address): Doc fix.
14733
f9210e18
SM
147342012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14737 than 197 variables.
14738
c0bf7753
AF
147392012-03-26 Ami Fischman <ami@fischman.org>
14740
14741 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14742
33da7b16
GM
147432012-03-26 Glenn Morris <rgm@gnu.org>
14744
02243d9d
GM
14745 * files.el (save-buffers-kill-emacs): Doc fix.
14746
33da7b16
GM
14747 * startup.el (normal-top-level, command-line, command-line-1):
14748 Give them doc strings.
14749
e5a69fd0
EZ
147502012-03-25 Eli Zaretskii <eliz@gnu.org>
14751
14752 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 14753 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 14754
9a69676a
CY
147552012-03-25 Chong Yidong <cyd@gnu.org>
14756
4125cb8b
CY
14757 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14758 theme if it was previously enabled before (Bug#11031).
14759
dd470960
CY
14760 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14761 spec with custom-face-get-current-spec if its :shown-value is not
14762 determined yet (Bug#9337).
4125cb8b 14763 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 14764
9a69676a
CY
14765 * button.el (button-at): Minor addition to docstring.
14766
6e7e90fa
SL
147672012-03-24 Simon Leinen <simon.leinen@gmail.com>
14768
14769 * vc/vc.el (vc-merge): Fix a prompt.
14770
f06e2758
CY
147712012-03-24 Chong Yidong <cyd@gnu.org>
14772
14773 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14774 point (Bug#9623).
14775
6e7e90fa
SL
14776 * button.el (button-at): Minor addition to docstring.
14777
b9d0879b
SM
147782012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14779
14780 * newcomment.el (comment-choose-indent): No space after BOL.
14781
e71cebb3
SS
147822012-03-22 Sam Steingold <sds@gnu.org>
14783
14784 * window.el (switch-to-prev-buffer): Revert last patch because the
14785 bug turned out to be an advertised feature (Elisp manual 28.14).
14786
335aff35
GM
147872012-03-22 Glenn Morris <rgm@gnu.org>
14788
14789 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14790 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14791
c676576a
LMI
147922012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14793
14794 * net/network-stream.el (network-stream-open-starttls): Make error
14795 message under Windows be less misleading.
14796
126f3d39
LW
147972012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14798
14799 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14800 understands (bug#9942).
14801
64fee311
CY
148022012-03-22 Chong Yidong <cyd@gnu.org>
14803
14804 * simple.el (end-of-visible-line): Handle return value of
14805 next-single-property-change properly (Bug#9371).
14806
a640d29a
KH
148072012-03-22 Kenichi Handa <handa@m17n.org>
14808
14809 * international/quail.el (quail-insert-kbd-layout): Fix previous
14810 change. To avoid unwanted bidi reordering, use
14811 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14812
39675016
DG
148132012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14814
14815 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14816 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14817 (ruby-beginning-of-indent): Be more careful with the difference
14818 between word-boundary and symbol boundary.
14819 (ruby-mode-syntax-table): Make : a symbol constituent.
14820
0a6934fc 148212012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 14822
3d008e4f
SM
14823 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14824
0a6934fc
SM
148252012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14826
af67c9d7
SM
14827 * progmodes/etags.el (tags-completion-at-point-function):
14828 Improve last fix.
14829
1acad97c
SM
14830 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14831
e298b5da
SS
148322012-03-21 Sam Steingold <sds@gnu.org>
14833
14834 * progmodes/etags.el (tags-completion-at-point-function):
14835 Avoid the error when point is inside the pattern.
14836
91d82a70
JY
148372012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14838
14839 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14840 line (Bug#10855).
14841
69188b79
CY
148422012-03-21 Drew Adams <drew.adams@oracle.com>
14843
14844 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14845
99fc91fe
AK
148462012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14847
14848 * ido.el (ido-set-current-directory, ido-read-internal)
14849 (ido-choose-completion-string, ido-completion-help): Handle nil
14850 value of ido-completion-buffer (Bug#11008).
14851
087bbb4c
SS
148522012-03-21 Sam Steingold <sds@gnu.org>
14853
14854 * window.el (switch-to-prev-buffer): Do not switch to a visible
14855 window previous buffer, just like with the frame previous buffers.
14856
fb5b8aca
CY
148572012-03-21 Chong Yidong <cyd@gnu.org>
14858
14859 * faces.el (make-face, make-empty-face, copy-face):
14860 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14861 Doc fixes.
14862
dc9924b8
SM
148632012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14864
14865 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14866 (widget-complete): Remove broken use of it.
14867
f0bcceb9
CY
148682012-03-20 Chong Yidong <cyd@gnu.org>
14869
dc9924b8
SM
14870 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14871 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
14872 characters.
14873
ee52ebf3
TH
148742012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14875
14876 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14877 to draw rectangles, not squares. (Regression introduced by revno
14878 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14879
4c5779ab
CY
148802012-03-18 Chong Yidong <cyd@gnu.org>
14881
14882 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14883 it is not yet defined (for temacs).
14884
15360934
LL
148852012-03-18 Leo Liu <sdl.web@gmail.com>
14886
735135f9
PE
14887 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14888 prefix.
15360934 14889
d9a8eb66
EZ
148902012-03-17 Eli Zaretskii <eliz@gnu.org>
14891
14892 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14893 (ispell-choices-win-default-height, ispell-silently-savep)
14894 (ispell-dictionary-alist, ispell-encoding8-command)
14895 (ispell-check-version, ispell-aspell-find-dictionary)
14896 (ispell-valid-dictionary-list, ispell-words-keyword)
14897 (ispell-get-word, ispell-internal-change-dictionary)
14898 (ispell-region, ispell-skip-region-list)
14899 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14900 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14901 (ispell-message-text-end, ispell-message)
14902 (ispell-buffer-local-parsing): Doc fix.
14903
f02ff80d
J
149042012-03-13 Jambunathan K <kjambunathan@gmail.com>
14905
14906 * htmlfontify.el: Add support for code block fontification for ODT
14907 export (Bug #9914).
14908 (hfy-optimisations): Define new option
14909 `body-text-only'
14910 (hfy-fontify-buffer): Honor above setting.
14911 (hfy-begin-span, hfy-end-span): New routines factored out form
14912 `hfy-fontify-buffer'.
14913 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14914 that permit insertion of custom tags.
14915 (hfy-fontify-buffer): Use above handlers.
14916 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14917 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 14918 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 14919 over multiple runs. This is made possible by having the caller let
f02ff80d
J
14920 bind a special variable `hfy-user-sheet-assoc'.
14921 (htmlfontify-string): New defun.
14922 (hfy-compile-face-map): Make sure that the last char in the
14923 buffer is correctly fontified.
14924 (hfy-face-resolve-face): Whitespace only change.
14925
9ac7a13f
EZ
149262012-03-17 Eli Zaretskii <eliz@gnu.org>
14927
14928 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14929 message more clear.
14930
e2b5bdd7
LL
149312012-03-16 Leo Liu <sdl.web@gmail.com>
14932
14933 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14934
2e492df3
AM
149352012-03-16 Alan Mackenzie <acm@muc.de>
14936
677d5c92 14937 Further optimize the handling of large macros.
2e492df3
AM
14938
14939 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14940 limit to a call of `c-literal-limits'.
14941 (c-determine-+ve-limit): New function.
dc9924b8
SM
14942 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14943 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
14944 In CASE 5B, restrict a search limit to 500.
14945 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14946
14947 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14948 Restrict macro bounds to +-500 from after-change's BEG END.
14949
50e94f0c
LL
149502012-03-16 Leo Liu <sdl.web@gmail.com>
14951
14952 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14953
6f09f6ed
AH
149542012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14955
14956 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 14957 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 14958
c7e73d51
GM
149592012-03-16 Glenn Morris <rgm@gnu.org>
14960
da986230
GM
14961 * view.el (view-buffer, view-buffer-other-window)
14962 (view-buffer-other-frame): Doc fixes re special mode-class.
14963
0835f01e
GM
14964 * subr.el (eval-after-load): If named feature is provided not from
14965 a file, run after-load forms. (Bug#10946)
14966
c7e73d51
GM
14967 * calendar/calendar.el (calendar-insert-at-column):
14968 Handle non-unit-width characters a bit better. (Bug#10978)
14969
3f2eafd1
CY
149702012-03-15 Chong Yidong <cyd@gnu.org>
14971
14972 * emacs-lisp/ring.el (ring-extend): New function.
14973 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14974
14975 * comint.el (comint-read-input-ring)
14976 (comint-add-to-input-history): Grow comint-input-ring lazily.
14977
103af3fe
SM
149782012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14979
663b1677
SM
14980 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14981 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14982
103af3fe
SM
14983 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14984 (imenu-add-to-menubar): Don't add a redundant index.
14985 (imenu-update-menubar): Handle a dynamically composed keymap.
14986
899cb7cb
KY
149872012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14988
14989 * mail/sendmail.el (mail-encode-header):
14990 Bind rfc2047-encode-encoded-words to nil.
14991
3809f91d
GM
149922012-03-13 Glenn Morris <rgm@gnu.org>
14993
14994 * calendar/calendar.el (calendar-string-spread):
14995 Handle non-unit-width characters a bit better. (Bug#10978)
14996
9e345a01
LL
149972012-03-13 Leo Liu <sdl.web@gmail.com>
14998
14999 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15000 directory and file as argument (Bug#10822).
15001
4a07df36
KS
150022012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15003
15004 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15005 For dynamically generated code, follow $PC.
15006 (gdb-disassembly-handler-custom): Handle no function name case.
15007
4aaa9356
TL
150082012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
15009
15010 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15011 * emulation/ws-mode.el (ws-query-replace):
15012 * sort.el (sort-regexp-fields):
15013 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
15014
225979da
SM
150152012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15016
15017 * dabbrev.el: Fix cycle completion order (bug#10963).
15018 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15019 (dabbrev-completion): Don't use an obarray; provide
15020 a cycle-sort-function.
15021
e2f1fdab
LL
150222012-03-12 Leo Liu <sdl.web@gmail.com>
15023
dc9924b8 15024 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
15025 (kill-do-not-save-duplicates): Doc fix.
15026
b19490ed
SM
150272012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15028
15029 * dabbrev.el: Fix cycle completion (bug#10963).
15030 Use lexical binding and wrap to 80 columns.
15031 (dabbrev-completion): Delay computing the list of completions.
15032
4b05d722
KH
150332012-03-12 Kenichi Handa <handa@m17n.org>
15034
15035 * international/quail.el (quail-insert-kbd-layout): Surround each
15036 row by LRO and PDF instead of inserting many LRMs. Pad the left
15037 and right of each non-spacing marks. Insert invisible space
15038 between lower and upper characters to prevent composition.
15039
dbbc2e69
SM
150402012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15041
15042 * minibuffer.el (minibuffer-complete): Don't get confused when the
15043 function is run twice via different commands (bug#10958).
15044 (complete-with-action): Fix docstring.
15045
292112ed
CY
150462012-03-12 Chong Yidong <cyd@gnu.org>
15047
5d1ac394
CY
15048 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15049 (nxml-completion-at-point-function): New function.
15050 (nxml-mode): Use it.
15051 (nxml-bind-meta-tab-to-complete-flag): Default to t.
15052
292112ed
CY
15053 * emacs-lisp/package.el (package-unpack, package-unpack-single):
15054 Load generated autoloads file before byte compiling (Bug#10970).
15055 (package--make-autoloads-and-compile): New helper fun.
15056
4098f8f7
CS
150572012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
15058
15059 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15060
8f754691
MA
150612012-03-11 Michael Albinus <michael.albinus@gmx.de>
15062
15063 * autorevert.el (auto-revert-handler): Ensure, that
15064 file-readable-p is applied only for local files or in
15065 auto-revert-tail-mode.
15066
e29ab36b
AS
150672012-03-11 Andreas Schwab <schwab@linux-m68k.org>
15068
dbbc2e69
SM
15069 * server.el (server-eval-at): Handle non-tcp connections.
15070 Decode result string.
ad0bf5b6 15071
e29ab36b
AS
15072 * server.el (server-msg-size): New constant.
15073 (server-reply-print): New function.
15074 (server-eval-and-print): Use it.
15075 (server-eval-at): Use server-quote-arg and server-unquote-arg.
15076 Handle -print-nonl.
15077
de5939ba
CS
150782012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
15079
15080 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15081 (Bug#10987).
15082
0c93eabf
CY
150832012-03-11 Chong Yidong <cyd@gnu.org>
15084
397a688f
CY
15085 * simple.el (goto-line): Doc fix (Bug#9938).
15086
2cc775f9
CY
15087 * subr.el (save-window-excursion): Doc fix (Bug#9979).
15088
0c93eabf
CY
15089 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15090 when finished (Bug#10963).
15091
c491fa41
MR
150922012-03-11 Martin Rudalics <rudalics@gmx.at>
15093
15094 * window.el (split-window-below): Fix bug in case where
15095 split-window-keep-point is nil (Bug#10971).
15096
300e8fa5
JL
150972012-03-11 Juri Linkov <juri@jurta.org>
15098
15099 * replace.el (replace-highlight): Set isearch-word to nil
15100 unconditionally. (Bug#10887)
15101
dbf6c5a1
EZ
151022012-03-10 Eli Zaretskii <eliz@gnu.org>
15103
15104 * net/mairix.el (mairix-replace-invalid-chars): Rename from
15105 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 15106 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
15107 (mairix-widget-create-query): Add usage information about mairix
15108 search forms: negating words, searching for substrings, etc.
15109
b9e501de
JP
151102012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
15111
15112 * international/fontset.el (font-encoding-alist): Add an entry for
15113 ksx1001 (Bug#5667).
15114
92795c91
RS
151152012-03-10 Richard Stallman <rms@gnu.org>
15116
1694e6c1
RS
15117 * mail/sendmail.el (mail-encode-header):
15118 Set rfc2047-encode-encoded-words.
15119
607e8555
RS
15120 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15121
de3bc99a
RS
15122 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15123 view buffer means not swapped.
15124 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15125 (rmail-write-region-annotate): Error if real text has disappeared.
15126
92795c91
RS
15127 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15128
699bd04e
CY
151292012-03-10 Chong Yidong <cyd@gnu.org>
15130
15131 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
15132 * emulation/cua-base.el (cua--init-keymaps):
15133 Add delete-forward-char to remappings (Bug#9666).
699bd04e 15134
570a1714
MR
151352012-03-10 Martin Rudalics <rudalics@gmx.at>
15136
dbbc2e69
SM
15137 * speedbar.el (speedbar-unhighlight-one-tag-line):
15138 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 15139
82dcf4e4
CY
151402012-03-10 Chong Yidong <cyd@gnu.org>
15141
7a2c7ca7
CY
15142 * minibuffer.el (completion-in-region, completion-help-at-point):
15143 Give the completion field overlay a high priority (Bug#6830).
15144
82dcf4e4
CY
15145 * dired.el (dired-goto-file): Recognize absolute file name
15146 listings (Bug#7126).
15147 (dired-goto-file-1): New helper function.
15148 (dired-toggle-read-only): Inhibit warnings.
15149
052e28ac
MA
151502012-03-09 Michael Albinus <michael.albinus@gmx.de>
15151
75f1671a 15152 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
15153 there are no properties.
15154
95d5e396
LL
151552012-03-09 Leo Liu <sdl.web@gmail.com>
15156
15157 * savehist.el (savehist-printable): Stricter check for string
15158 value (Bug#10937).
15159
3f018d6d
EZ
151602012-03-09 Eli Zaretskii <eliz@gnu.org>
15161
dbbc2e69
SM
15162 * mail/smtpmail.el (smtpmail-send-it):
15163 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
15164 valid mbox format.
15165
f7fd3d79
GM
151662012-03-09 Glenn Morris <rgm@gnu.org>
15167
15168 * files.el (dir-locals-find-file):
15169 Don't check result is regular, readable.
15170 (dir-locals-read-from-file): Demote errors.
15171
6ff6e72f
EZ
151722012-03-08 Eli Zaretskii <eliz@gnu.org>
15173
dbbc2e69
SM
15174 * international/quail.el (quail-insert-kbd-layout):
15175 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
15176 layout cell, to prevent their reordering by bidi display engine.
15177 For details, see the discussion in
15178 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15179
9cec7834
AM
151802012-03-08 Alan Mackenzie <acm@muc.de>
15181
15182 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15183 the starting position; make it extend the marked region when
15184 invoked repeatedly - all under appropriate circumstances.
15185 Fixes bugs #5525, #10906.
15186
9a40b8d4
GM
151872012-03-08 Glenn Morris <rgm@gnu.org>
15188
15189 * files.el (locate-dominating-file, dir-locals-find-file):
15190 Undo 2012-03-06 change.
15191
7a08ed35
EZ
151922012-03-07 Eli Zaretskii <eliz@gnu.org>
15193
dbbc2e69
SM
15194 * international/quail.el (quail-help):
15195 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
15196 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15197 for the reason.
15198
5aca4f71 151992012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
15200
15201 Avoid superfluous registering of signals. (Bug#10807)
15202
15203 * notifications.el (notifications-on-action-object)
15204 (notifications-on-close-object): New defvars.
15205 (notifications-on-action-signal, notifications-on-closed-signal):
15206 Unregister the signal if not needed any longer.
15207 (notifications-notify): Register `notifications-action-signal' or
15208 `notifications-closed-signal', if :on-action or :on-close has been
15209 passed as argument.
15210
78e8b10a
CY
152112012-03-07 Chong Yidong <cyd@gnu.org>
15212
15213 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15214 non-X platforms.
15215
69481eb8
GM
152162012-03-06 Glenn Morris <rgm@gnu.org>
15217
15218 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15219 (x-disown-selection-internal, x-get-selection-internal):
15220 Doc fix (add arglist signatures). (Bug#10783)
15221
133b8e11
KS
152222012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15223
15224 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15225 Handle breakpoints with no "type".
15226
99a83064
GM
152272012-03-06 Glenn Morris <rgm@gnu.org>
15228
15229 * files.el (locate-dominating-file): Add optional predicate argument.
15230 (dir-locals-find-file): Make use of above change.
15231
17798e78
TTN
152322012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15233
15234 * info.el (Info-insert-dir): Also try "dir.gz".
15235
eb182446
GM
152362012-03-06 Glenn Morris <rgm@gnu.org>
15237
8f2114ee
GM
15238 * files.el (dir-locals-find-file):
15239 Ignore non-readable or non-regular files. (Bug#10928)
15240
eb182446
GM
15241 * files.el (locate-dominating-file): Doc fix.
15242
24679323
AS
152432012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15244
15245 * calendar/calendar.el (calendar-set-mode-line):
15246 `getenv' returns a string. (Bug#10951)
15247
01d972a9
LL
152482012-03-05 Leo Liu <sdl.web@gmail.com>
15249
109aa8a9
LL
15250 * simple.el (backward-delete-char-untabify): Constrain point to
15251 field (Bug#10939).
15252
01d972a9
LL
15253 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15254
10607bea
CY
152552012-03-05 Chong Yidong <cyd@gnu.org>
15256
15257 * simple.el (count-words): If called from Lisp, return the word
15258 count, for symmetry with `count-lines'. Arglist changed.
15259 (count-words--message): Args changed. Consolidate counting code
15260 from count-words and count-words-region.
15261 (count-words-region): Caller changed.
15262 (count-lines-region): Make it an obsolete alias.
15263
5dd11cfe
TH
152642012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15265
15266 * saveplace.el (save-place-to-alist)
15267 (save-place-ignore-files-regexp): Allow value nil to disable this
15268 feature.
15269
c349f4e6
CY
152702012-03-04 Chong Yidong <cyd@gnu.org>
15271
15272 * faces.el (face-spec-reset-face): For the default face, reset the
15273 attributes to default values (Bug#10748).
15274
e627be4c
LMI
152752012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15276
15277 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15278 previous patch: Check `message-send-mail-function', and not the
15279 default function (bug#10897).
15280
ebeabff4
MA
152812012-03-04 Michael Albinus <michael.albinus@gmx.de>
15282
a41a6cf4
MA
15283 * notifications.el (notifications-on-action-signal)
15284 (notifications-on-closed-signal): Check for unique service name of
15285 incoming event. Fix error in removing entry.
ebeabff4 15286 (top): Register for signals with wildcard service name.
a41a6cf4 15287 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 15288
c1ca42b4
CY
152892012-03-04 Chong Yidong <cyd@gnu.org>
15290
dc9924b8 15291 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 15292
ea16568d
GM
152932012-03-04 Glenn Morris <rgm@gnu.org>
15294
15295 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15296 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15297 (expand-abbrev, define-abbrev-table): Doc fixes.
15298
fbae4637
LMI
152992012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15300
15301 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15302 `message-default-send-mail-function' and not `send-mail-function'
15303 when doing the prompting for `sendmail-query-once' before sending
15304 in Message buffers (bug#10897).
15305
a1e7225c
LMI
15306 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15307 This is inconsistent with all the other stream functions, which leave
15308 the setting up to the higher levels (if so wanted) (bug#10931).
15309
56d093a9
AM
153102012-03-02 Alan Mackenzie <acm@muc.de>
15311
15312 Depessimize the handling of very large macros.
15313
15314 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15315 (c-macro-cache-syntactic): New variables to implement a one
15316 element macro cache.
15317 (c-invalidate-macro-cache): New function.
15318 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15319 Adapt to use the new cache.
15320 (c-state-safe-place): Use better the cache of safe positions.
15321 (c-state-semi-nonlit-pos-cache)
15322 (c-state-semi-nonlit-pos-cache-limit):
15323 New variables for...
15324 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15325 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
15326 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15327 Use c-state-semi-safe-place.
56d093a9 15328
dbbc2e69
SM
15329 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15330 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 15331
817e5c3d
MA
153322012-03-02 Michael Albinus <michael.albinus@gmx.de>
15333
dbbc2e69
SM
15334 * jka-compr.el (jka-compr-call-process):
15335 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
15336 not remote.
15337
a032a702
MA
153382012-03-01 Michael Albinus <michael.albinus@gmx.de>
15339
15340 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15341 access of FILE2, if FILE1 does not exist.
15342
99a54f21
MA
15343 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15344 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15345
15346 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15347 Add "PAGER=" to `process-environment'.
15348
f6561e1f
MM
153492012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15350
15351 * progmodes/sql.el: Bug fix
15352 (sql-get-login-ext): Save login values in globals.
15353 (sql-get-login): Use new version of `sql-get-login-ext'.
15354 (sql-interactive-mode): Set global `sql-connection' to nil.
15355 (sql-connect): Set global values for connection.
15356 (sql-product-interactive): Save global values as buffer local.
15357
2d44d9cc
LL
153582012-02-29 Leo Liu <sdl.web@gmail.com>
15359
15360 * abbrev.el (define-abbrevs): Reset sys to nil.
15361
96b49301 153622012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15363
bf7f9bc5
JB
15364 * files.el (file-equal-p): Rename from `files-equal-p'.
15365 Return nil when one or both files don't exist.
96b49301 15366 (file-subdir-of-p): Now only top directory must exists,
15367 return nil if it doesn't.
bf7f9bc5
JB
15368 (copy-directory): No need to test with `file-subdir-of-p' after
15369 creating dir.
15370 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15371 to `file-equal-p'.
96b49301 15372
44e97401
GM
153732012-02-28 Glenn Morris <rgm@gnu.org>
15374
15375 * shell.el (shell-mode):
15376 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15377 * play/landmark.el (landmark-font-lock-face-O):
15378 * play/handwrite.el (handwrite):
15379 * play/gomoku.el (gomoku-O):
15380 * net/browse-url.el (browse-url-browser-display):
15381 * international/mule.el (define-charset):
15382 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15383 * filesets.el (filesets-find-file-delay):
15384 * eshell/em-xtra.el (eshell-xtra):
15385 * eshell/em-unix.el (eshell-grep):
15386 * emulation/viper.el (viper-mode):
15387 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15388 * emacs-lisp/easymenu.el (easy-menu-define):
15389 * calendar/timeclock.el (timeclock-use-display-time):
15390 * bs.el (bs-mode):
15391 * bookmark.el (bookmark-save-flag):
15392 Doc fix (standardize possessive apostrophe usage).
15393
c98c6276
CY
153942012-02-27 Chong Yidong <cyd@gnu.org>
15395
bf7f9bc5
JB
15396 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15397 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 15398
c98c6276
CY
15399 * font-lock.el (font-lock-specified-p): Rename from
15400 font-lock-spec-present. Callers changed.
15401
9c62cd04 154022012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 15403
bf7f9bc5
JB
15404 * emacs-lisp/package.el (package-compute-transaction):
15405 Handle holding a package version to t in package-load-list.
8ac9e529 15406
530739c9
MA
154072012-02-26 Michael Albinus <michael.albinus@gmx.de>
15408
15409 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15410 (tramp-get-inode, tramp-get-device): Use cached values.
15411
487915d7
AM
154122012-02-26 Alan Mackenzie <acm@muc.de>
15413
15414 Check there is a font-lock specification before doing initial
15415 fontification.
15416
15417 * font-core.el (font-lock-mode): Move the conditional from
15418 :after-hook to font-lock-initial-fontify.
15419 (font-lock-default-function): Move the check for a specification
15420 to font-lock-spec-present.
15421
dc9924b8 15422 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
15423 (font-lock-spec-present): New function.
15424
4fd96557
JB
154252012-02-26 Jim Blandy <jimb@red-bean.com>
15426
15427 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15428 (gdb-send): Apply it to the operand of the '-interpreter-exec
15429 console' command, so that we can pass arguments with (say) quotes
15430 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15431
9a4888c0
CY
154322012-02-26 Chong Yidong <cyd@gnu.org>
15433
07498861
CY
15434 * help-fns.el (describe-function-1): Clarify description of
15435 remapping (Bug#10844).
15436
9a4888c0
CY
15437 * files.el (files-equal-p): Doc fix.
15438 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15439 and quit the loop once a mismatch is found.
15440
ea8fb88d
JB
154412012-02-25 Juanma Barranquero <lekktu@gmail.com>
15442
15443 * bs.el (bs--show-with-configuration): Don't throw an error
15444 if the window cannot be split; otherwise, subsequent calls to
15445 bs-show fail, restoring a stale window config. (Bug#10882)
15446
525795c1
JD
154472012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15448
15449 * term/ns-win.el (global-map): Bind ns-drag-file to
15450 ns-find-file (Bug#5855, Bug#10050).
15451
f008086f
AS
154522012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15453
15454 * calendar/parse-time.el (parse-time-string): Allow extractor to
15455 return nil.
15456
a3fcfa99
MA
154572012-02-25 Michael Albinus <michael.albinus@gmx.de>
15458
91027d08
JB
15459 * net/tramp.el (tramp-file-name-for-operation):
15460 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
15461
15462 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
15463 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15464 Add COPY-CONTENTS argument.
a3fcfa99 15465
67b0de11
CY
154662012-02-25 Chong Yidong <cyd@gnu.org>
15467
15468 Add custom groups for VC backends, for consistency with vc-bzr.
15469
15470 * vc/vc-arch.el (vc-arch):
15471 * vc/vc-cvs.el (vc-cvs):
15472 * vc/vc-git.el (vc-git):
15473 * vc/vc-hg.el (vc-hg):
15474 * vc/vc-mtn.el (vc-mtn):
15475 * vc/vc-rcs.el (vc-rcs):
15476 * vc/vc-sccs.el (vc-sccs):
15477 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15478 All relevant defcustoms reassigned.
15479
3c9dfce6
CY
154802012-02-25 Chong Yidong <cyd@gnu.org>
15481
1339bf43
CY
15482 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15483
3c9dfce6
CY
15484 * term/x-win.el (x-initialize-window-system): Reduce default for
15485 x-selection-timeout to 5 seconds (Bug#8869).
15486
25b2e303 154872012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15488
ec70a47d
GM
15489 * files.el (files-equal-p, file-subdir-of-p): New functions.
15490 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 15491 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
15492 * dired-aux.el (dired-copy-file-recursive): Same.
15493 (dired-create-files): Modify destination when source is equal to
15494 dest when copying files.
53a46cd0 15495 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 15496
914260cd
MA
154972012-02-24 Michael Albinus <michael.albinus@gmx.de>
15498
15499 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15500 (Bug#10874)
15501
2cb228f7
AM
155022012-02-23 Alan Mackenzie <acm@muc.de>
15503
15504 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15505 parameter "after-hook:" to allow the expansion to run code after
15506 the execution of the mode hooks.
15507
15508 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 15509 from font-lock-mode-internal.
2cb228f7 15510
91027d08 15511 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
15512 :after-hook.
15513
8f0fde21
SM
155142012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15515
3e88618b
SM
15516 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15517 (completion--cache-all-sorted-completions): New function.
15518 (completion-all-sorted-completions): Use it.
15519 (completion--do-completion, minibuffer-force-complete):
15520 Use it to re-instate the flush hook.
15521
8f0fde21
SM
15522 * icomplete.el (icomplete-completions): Replace last fix with a better
15523 one (bug#10850).
15524
8e911f6f
DG
155252012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15526
15527 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15528 when it might call us back infinitely (bug#10797).
15529
49fe4321
GM
155302012-02-23 Glenn Morris <rgm@gnu.org>
15531
15532 * minibuffer.el (completion-category-overrides): Doc fix.
15533
b291b572
SM
155342012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15535
15536 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15537 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15538
31a9ef2e
GM
155392012-02-23 Glenn Morris <rgm@gnu.org>
15540
5e6e6794 15541 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
15542 (authors-obsolete-files-regexps, authors-ignored-files)
15543 (authors-ambiguous-files, authors-renamed-files-alist):
15544 Add more entries.
15545
0bd1e074
JL
155462012-02-23 Juri Linkov <juri@jurta.org>
15547
15548 * isearch.el (isearch-occur): Sync interactive spec with occur's
15549 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15550
b617673c
JL
15551 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15552
19e9789e
JL
155532012-02-22 Juri Linkov <juri@jurta.org>
15554
15555 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15556 (ucs-insert): Doc fix. Check for hex digits in the string.
15557 Don't display `nil' in the error message. (Bug#10857)
15558
f41ce09d
AM
155592012-02-22 Alan Mackenzie <acm@muc.de>
15560
7a71b18d 15561 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 15562
ac2eceee
GM
155632012-02-22 Glenn Morris <rgm@gnu.org>
15564
15565 * ffap.el (ffap-c-path):
15566 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15567
abd1f678
CY
155682012-02-22 Chong Yidong <cyd@gnu.org>
15569
15570 * custom.el (load-theme): Doc fix.
15571
f25aef2e
GM
155722012-02-22 Glenn Morris <rgm@gnu.org>
15573
15574 * dired-x.el (dired-guess-shell-alist-default):
15575 Remove escape sequences from nroff output. (Bug#172)
15576
5f8dc2ca
GM
155772012-02-21 Glenn Morris <rgm@gnu.org>
15578
6ff86ec4
GM
15579 * vc/emerge.el (emerge-defvar-local):
15580 Set `permanent-local' property rather than unused `preserved'.
15581
be3223a3 15582 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
15583 (picture-mode-map): Use it. (Bug#10860)
15584 (picture-mode): Doc fix.
15585
3fe58f4f
JB
155862012-02-21 Juanma Barranquero <lekktu@gmail.com>
15587
15588 * newcomment.el (uncomment-region-default): Remove unused binding.
15589
f9a998c3
GM
155902012-02-21 Glenn Morris <rgm@gnu.org>
15591
15592 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15593 (picture-self-insert, picture-tab-chars): Doc fix.
15594 (picture-mode-map): Fix C-a, C-e.
15595
c6029348
GM
155962012-02-20 Glenn Morris <rgm@gnu.org>
15597
15598 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15599
ab1ce9d7
LL
156002012-02-20 Leo Liu <sdl.web@gmail.com>
15601
15602 * icomplete.el (icomplete-completions): Check FROM arg before
15603 passing to substring (Bug#10850).
15604
0fd40f89
CY
156052012-02-19 Chong Yidong <cyd@gnu.org>
15606
15607 * comint.el: Require ansi-color.
15608 (comint-output-filter-functions): Add ansi-color-process-output.
15609
15610 * ansi-color.el: Don't set comint-output-filter-functions; it is
15611 now in the initial value defined in comint.el.
15612 (ansi-color-apply-face-function): New variable.
15613 (ansi-color-apply-on-region): Use it.
15614 (ansi-color-apply-overlay-face): New function.
15615
15616 * shell.el (shell): No need to require ansi-color.
15617 (shell-mode): Use ansi-color-apply-face-function to highlight
15618 color escapes using font-lock-face property (Bug#10835).
15619
20af2394
CY
156202012-02-19 Chong Yidong <cyd@gnu.org>
15621
15622 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15623 mode-line formats (Bug#10839).
15624
e23a3fbe
GM
156252012-02-18 Glenn Morris <rgm@gnu.org>
15626
b474519e
GM
15627 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15628
15629 * mail/undigest.el (unforward-rmail-message): Doc fix.
15630
e23a3fbe
GM
15631 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15632
57939ff4
EZ
156332012-02-18 Eli Zaretskii <eliz@gnu.org>
15634
15635 * international/characters.el (script-list): Sync with the latest
15636 Unicode Character Database.
15637
0c23686e
AS
156382012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15639
15640 * international/titdic-cnv.el: Remove duplicate coding tag.
15641 * language/cham.el: Likewise.
15642 * language/tai-viet.el: Likewise.
15643
6818b449
GM
156442012-02-18 Glenn Morris <rgm@gnu.org>
15645
15646 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15647 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15648 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15649 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15650 * calendar/holidays.el (holiday-bahai-holidays)
15651 (calendar-holidays, list-holidays):
15652 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15653
0311a3fc
TH
156542012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15655
15656 * saveplace.el (save-place-ignore-files-regexp): New variable
15657 allowing for excluding files from saving their location of point.
15658 The default value matches the temporary commit message editing
15659 files from Git, SVN, Bazaar, and Mercurial.
15660 (save-place-to-alist): Use it.
15661
d209e2fb 156622012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 15663 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
15664
15665 * newcomment.el (uncomment-region-default): Don't leave extra space
15666 when an arg is provided (bug#8150).
15667
ee0ce425
TZ
156682012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15669
eb864a71 15670 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 15671
95ddf442
GM
156722012-02-17 Glenn Morris <rgm@gnu.org>
15673
15674 * net/socks.el: Require network-stream. (Bug#10599)
15675
48dd1e39 156762012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
15677
15678 * international/charprop.el:
15679 * international/uni-name.el:
15680 * international/uni-old-name.el:
15681 * international/uni-comment.el: Regenerate.
15682
d68cd087
GM
156832012-02-16 Glenn Morris <rgm@gnu.org>
15684
15685 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15686 Interactively in calendar buffer, give an error if not on a date.
15687
13932042
GM
156882012-02-15 Glenn Morris <rgm@gnu.org>
15689
15690 * shell.el (shell-delimiter-argument-list):
15691 Revert 2011-02-17 change. (Bug#8027)
15692
c3a70e2b
CY
156932012-02-15 Chong Yidong <cyd@gnu.org>
15694
60236b0d
CY
15695 * minibuffer.el (completion-at-point-functions): Doc fix.
15696
c3a70e2b
CY
15697 * custom.el (defcustom): Doc fix; note use of defvar.
15698
9f26dc24
GM
156992012-02-15 Glenn Morris <rgm@gnu.org>
15700
15701 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15702 Doc fixes.
15703
6546b134
GM
157042012-02-14 Glenn Morris <rgm@gnu.org>
15705
15706 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15707
d29b2b4c
LI
157082012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15709
15710 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15711 way the ports list is computed.
835bdcba
LI
15712 (smtpmail-query-smtp-server): Prompt the user for a port number if
15713 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 15714
08dcdbc9
TZ
157152012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15716
15717 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15718
2605051a
GM
157192012-02-13 Glenn Morris <rgm@gnu.org>
15720
15721 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15722
7ee99f32
TZ
157232012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15724
15725 * net/gnutls.el (gnutls-trustfiles): New variable.
15726 (gnutls-negotiate): Use it.
15727
5f0af64f
LI
157282012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15729
15730 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15731 does its stuff if Gnus is running.
15732
c14fcc95
AM
157332012-02-13 Alan Mackenzie <acm@muc.de>
15734
15735 Fix a loop in c-set-fl-decl-start.
15736
7a71b18d 15737 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
15738 c-backward-syntactic-ws actually moves backwards.
15739
142b4d90
LL
157402012-02-13 Leo Liu <sdl.web@gmail.com>
15741
15742 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15743 beginning so that all \C-o chars are removed.
15744
fa9958a6
TZ
157452012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15746
dc9924b8 15747 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 15748
0bc5886a
AM
157492012-02-12 Alan Mackenzie <acm@muc.de>
15750
15751 Fix infinite loop with long macros.
4d6769e1 15752 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 15753
d4bd55e7
CY
157542012-02-12 Chong Yidong <cyd@gnu.org>
15755
15756 * window.el (display-buffer): Doc fix (Bug#10785).
15757
66f3fe22
GM
157582012-02-12 Glenn Morris <rgm@gnu.org>
15759
bd7da63e
GM
15760 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15761 (x-disown-selection-internal, x-get-selection-internal):
15762 Sync docs with the xselect.c versions.
15763
66f3fe22
GM
15764 * allout-widgets.el: Add missing license notice.
15765
3e0d2fa7
GM
157662012-02-11 Glenn Morris <rgm@gnu.org>
15767
cfecdf09
GM
15768 * select.el (x-get-selection-internal, x-own-selection-internal)
15769 (x-disown-selection-internal):
15770 * x-dnd.el (x-get-selection-internal): Update declarations.
15771
6d216d7f
GM
15772 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15773
2bed3f04
GM
15774 * window.el (window-sides-slots):
15775 * tool-bar.el (tool-bar-position):
15776 * term/xterm.el (xterm-extra-capabilities):
15777 * ses.el (ses-self-reference-early-detection):
15778 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15779 (verilog-auto-wire-type)
15780 (verilog-auto-delete-trailing-whitespace)
15781 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15782 (verilog-auto-tieoff-declaration):
15783 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15784 (sql-oracle-statement-starters, sql-oracle-scan-on):
15785 * progmodes/prolog.el (prolog-align-comments-flag)
15786 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15787 (prolog-left-indent-regexp, prolog-paren-indent-p)
15788 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15789 (prolog-types, prolog-mode-specificators)
15790 (prolog-determinism-specificators, prolog-directives)
15791 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15792 (prolog-electric-dot-flag)
15793 (prolog-electric-dot-full-predicate-template)
15794 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15795 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15796 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15797 (prolog-program-switches, prolog-prompt-regexp)
15798 (prolog-debug-on-string, prolog-debug-off-string)
15799 (prolog-trace-on-string, prolog-trace-off-string)
15800 (prolog-zip-on-string, prolog-zip-off-string)
15801 (prolog-use-standard-consult-compile-method-flag)
15802 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15803 (prolog-imenu-max-lines, prolog-info-predicate-index)
15804 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15805 (prolog-char-quote-workaround):
15806 * progmodes/cc-vars.el (c-defun-tactic):
15807 * net/tramp.el (tramp-encoding-command-interactive)
15808 (tramp-local-end-of-line):
15809 * net/soap-client.el (soap-client):
15810 * net/netrc.el (netrc-file):
15811 * net/gnutls.el (gnutls):
15812 * minibuffer.el (completion-category-overrides)
15813 (completion-cycle-threshold)
15814 (completion-pcm-complete-word-inserts-delimiters):
15815 * man.el (Man-name-local-regexp):
15816 * mail/feedmail.el (feedmail-display-full-frame):
15817 * international/characters.el (glyphless-char-display-control):
15818 * eshell/em-ls.el (eshell-ls-date-format):
15819 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15820 (lisp-lambda-list-keyword-parameter-indentation)
15821 (lisp-lambda-list-keyword-parameter-alignment):
15822 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15823 * dired-x.el (dired-omit-verbose):
15824 * cus-theme.el (custom-theme-allow-multiple-selections):
15825 * calc/calc.el (calc-highlight-selections-with-faces)
15826 (calc-lu-field-reference, calc-lu-power-reference)
15827 (calc-note-threshold):
15828 * battery.el (battery-mode-line-limit):
15829 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15830 (archive-7z-update):
15831 * allout.el (allout-prefixed-keybindings)
15832 (allout-unprefixed-keybindings)
15833 (allout-inhibit-auto-fill-on-headline)
15834 (allout-flattened-numbering-abbreviation):
15835 * allout-widgets.el (allout-widgets-auto-activation)
15836 (allout-widgets-icons-dark-subdir)
15837 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15838 (allout-widgets-theme-dark-background)
15839 (allout-widgets-theme-light-background)
15840 (allout-widgets-item-image-properties-emacs)
15841 (allout-widgets-item-image-properties-xemacs)
15842 (allout-widgets-run-unit-tests-on-load)
15843 (allout-widgets-time-decoration-activity)
15844 (allout-widgets-hook-error-post-time)
15845 (allout-widgets-track-decoration):
15846 Add missing :version tags to new defcustoms and defgroups.
15847
5fec1b8e
GM
15848 * progmodes/sql.el (sql-ansi-statement-starters)
15849 (sql-oracle-statement-starters): Add custom type.
15850
3e0d2fa7
GM
15851 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15852 (prolog-system-version): Give it a type.
15853
90b671e2
EZ
158542012-02-11 Eli Zaretskii <eliz@gnu.org>
15855
15856 * term/pc-win.el (x-select-text, x-selection-owner-p)
15857 (x-own-selection-internal, x-disown-selection-internal)
15858 (x-get-selection-internal): Sync doc strings and argument lists
15859 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15860
5eac0c02
LL
158612012-02-11 Leo Liu <sdl.web@gmail.com>
15862
15863 * progmodes/python.el (python-end-of-statement): Fix infinite
15864 loop. (Bug#10788)
15865
f82cb659
GM
158662012-02-10 Glenn Morris <rgm@gnu.org>
15867
15868 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15869 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15870
cc26d239
LI
158712012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15872
15873 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15874 about SMTP before checking the From header.
15875
91027d08 15876 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
15877 into own function for reuse by emacsbug.el.
15878
1be3ca5a
LL
158792012-02-10 Leo Liu <sdl.web@gmail.com>
15880
15881 * subr.el (condition-case-unless-debug): Rename from
15882 condition-case-no-debug. All callers changed.
15883 (with-demoted-errors): Fix caller.
15884
15885 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15886 * nxml/rng-valid.el (rng-do-some-validation):
15887 * emacs-lisp/package.el (package-refresh-contents)
15888 (package-menu-execute):
15889 * desktop.el (desktop-create-buffer):
91027d08 15890 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 15891
b011fbfe
GM
158922012-02-10 Glenn Morris <rgm@gnu.org>
15893
b2096d72
GM
15894 * textmodes/bibtex.el:
15895 Add missing :version tags for new/changed defcustoms.
15896
b011fbfe
GM
15897 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15898
4c7e65bf
LI
158992012-02-09 Lars Ingebrigtsen <larsi@rusty>
15900
15901 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15902 (smtpmail-via-smtp): Use it, or fall back on the From address.
15903 (smtpmail-send-it): Ditto.
15904
f3934f6f
SM
159052012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15906
15907 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15908 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15909 (byte-compile-tmp-var): New const.
15910 (byte-compile-defvar): Use it to minimize .elc size.
15911 Just use `defvar' rather than simulate it (bug#10761).
15912
a075a2c5
GM
159132012-02-09 Glenn Morris <rgm@gnu.org>
15914
cf3aa21b
GM
15915 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15916
354998cd
GM
15917 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15918 Add :version tags.
15919
dc9924b8
SM
15920 * progmodes/compile.el (compilation-error-screen-columns)
15921 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 15922
dab3703d
GM
15923 * vc/log-view.el (log-view-toggle-entry-display):
15924 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15925
3f88cd72
GM
15926 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15927 (report-emacs-bug-can-use-xdg-email):
15928 (report-emacs-bug-insert-to-mailer): Doc fixes.
15929 (report-emacs-bug): Message fix.
15930
d95b247d
GM
15931 * net/browse-url.el (browse-url-can-use-xdg-open)
15932 (browse-url-xdg-open): Doc fixes.
15933
a075a2c5
GM
15934 * electric.el (electric-indent-mode, electric-pair-mode)
15935 (electric-layout-rules, electric-layout-mode): Doc fixes.
15936 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15937
ffb6157e
MR
159382012-02-08 Martin Rudalics <rudalics@gmx.at>
15939
15940 * server.el (server-unselect-display): Don't inadvertently kill
15941 the current buffer. (Bug#10729)
15942
e1ac4066
GM
159432012-02-08 Glenn Morris <rgm@gnu.org>
15944
34e8a2da
GM
15945 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15946 (sql-list-table): Doc fixes.
15947
b4ac6e8c
GM
15948 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15949 Comment out (does nothing).
15950
e1ac4066
GM
15951 * completion.el (dynamic-completion-mode):
15952 * dirtrack.el (dirtrack-debug-mode):
15953 * electric.el (electric-layout-mode):
15954 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15955 * face-remap.el (text-scale-mode, buffer-face-mode):
15956 * iimage.el (iimage-mode):
15957 * image-mode.el (image-transform-mode):
15958 * minibuffer.el (completion-in-region-mode):
15959 * scroll-lock.el (scroll-lock-mode):
15960 * simple.el (next-error-follow-minor-mode):
15961 * tar-mode.el (tar-subfile-mode):
15962 * tooltip.el (tooltip-mode):
15963 * vcursor.el (vcursor-use-vcursor-map):
15964 * wid-browse.el (widget-minor-mode):
15965 * emulation/tpu-edt.el (tpu-edt-mode):
15966 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15967 * international/iso-ascii.el (iso-ascii-mode):
15968 * language/thai-util.el (thai-word-mode):
15969 * mail/supercite.el (sc-minor-mode):
15970 * net/goto-addr.el (goto-address-mode):
15971 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15972 * progmodes/cwarn.el (cwarn-mode):
15973 * progmodes/flymake.el (flymake-mode):
15974 * progmodes/glasses.el (glasses-mode):
15975 * progmodes/hideshow.el (hs-minor-mode):
15976 * progmodes/pascal.el (pascal-outline-mode):
15977 * textmodes/enriched.el (enriched-mode):
15978 * vc/smerge-mode.el (smerge-mode):
15979 Doc fixes (minor mode argument).
15980
5e0d957f
EZ
159812012-02-07 Eli Zaretskii <eliz@gnu.org>
15982
15983 * ls-lisp.el (ls-lisp-sanitize): New function.
15984 (ls-lisp-insert-directory): Use it to fix or remove any elements
15985 in file-alist with missing attributes. (Bug#4673)
15986
98d7371e
AM
159872012-02-07 Alan Mackenzie <acm@muc.de>
15988
15989 Fix spurious recognition of c-in-knr-argdecl.
15990
15991 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15992 putative K&R region.
15993
667ced3a
AM
159942012-02-07 Alan Mackenzie <acm@muc.de>
15995
eb864a71
LM
15996 * progmodes/cc-engine.el (c-forward-objc-directive):
15997 Prevent looping in "#pragma mark @implementation".
667ced3a 15998
5b77774d
MA
159992012-02-07 Michael Albinus <michael.albinus@gmx.de>
16000
16001 * notifications.el (notifications-on-closed-signal): Make `reason'
16002 optional. (Bug#10744)
16003
af008560
GM
160042012-02-07 Glenn Morris <rgm@gnu.org>
16005
60d47423
GM
16006 * emacs-lisp/easy-mmode.el (define-minor-mode):
16007 Doc fixes for the macro and the mode it defines.
16008
dd605cc4
GM
16009 * image.el (imagemagick-types-inhibit): Doc fix.
16010
af008560
GM
16011 * cus-start.el (imagemagick-render-type): Add it.
16012
5cc59a37
LI
160132012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16014
4d6769e1
JB
16015 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16016 Set the default at load time, too, so that `font-lock-fontify-buffer'
16017 can be called without setting up the entire mode first. This fixes
16018 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 16019
9a6dd747
CY
160202012-02-06 Chong Yidong <cyd@gnu.org>
16021
2d16b285
CY
16022 * simple.el (list-processes--refresh): Delete exited processes
16023 (Bug#8094).
16024
171e9b6e
CY
16025 * comint.el (comint-next-prompt): next-single-char-property-change
16026 and prev-single-char-property-change never return nil (Bug#8657).
16027
9a6dd747
CY
16028 * custom.el (defcustom): Doc fix (Bug#9711).
16029
aa4589a7
CY
160302012-02-05 Chong Yidong <cyd@gnu.org>
16031
5c2a252f
CY
16032 * cus-edit.el (custom-variable-reset-backup): Quote the value
16033 before storing it in the customized-value property (Bug#6712).
4aab9006 16034 (custom-display): Add a customization type tag.
983b9602 16035 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 16036
aa4589a7
CY
16037 * wid-edit.el (widget-field-value-get): New optional arg to
16038 suppress trailing whitespace truncation.
16039 (character): Use it (Bug#2689).
16040
1ff980ae
AS
160412012-02-05 Andreas Schwab <schwab@linux-m68k.org>
16042
16043 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16044 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16045
03988c98
CY
160462012-02-05 Chong Yidong <cyd@gnu.org>
16047
eeb6cc88
CY
16048 * cus-edit.el (custom-variable-value-create): For mismatched
16049 types, show the current value (Bug#7600).
16050
03988c98
CY
16051 * custom.el (defcustom): Doc fix.
16052
f8cdeef0
GM
160532012-02-05 Glenn Morris <rgm@gnu.org>
16054
16055 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16056
0696d255
JB
160572012-02-05 Juanma Barranquero <lekktu@gmail.com>
16058
16059 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16060 (pp-buffer): Use `ignore-errors', `looking-at-p'.
16061 (pp-last-sexp): Use `looking-at-p'.
16062
34c99998
GM
160632012-02-04 Glenn Morris <rgm@gnu.org>
16064
8f05da42
GM
16065 * files.el (revert-buffer):
16066 Doc fix (mention revert-buffer-in-progress-p).
16067
f160676e
GM
16068 * emacs-lisp/ert-x.el (ert-simulate-command):
16069 Check deferred-action-list (which is obsolete) is bound.
16070
c7291ad9
GM
16071 * subr.el (with-wrapper-hook): Doc fixes.
16072
34c99998
GM
16073 * simple.el (filter-buffer-substring-functions)
16074 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16075
6283a7d3
LL
160762012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
16077
16078 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16079 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
16080
e96e3013
LL
160812012-02-04 Leo Liu <sdl.web@gmail.com>
16082
16083 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16084
8ded50f2
GM
160852012-02-04 Glenn Morris <rgm@gnu.org>
16086
82ff1d13
GM
16087 * image.el (image-extension-data): Add obsolete alias.
16088
987a0a16
GM
16089 * isearch.el (isearch-update): Doc fix.
16090
ea32ef46
GM
16091 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16092
8ded50f2
GM
16093 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16094
eea14f31
GM
160952012-02-03 Glenn Morris <rgm@gnu.org>
16096
16097 * image.el (image-animated-p): Doc fix. Use image-animated-types.
16098 (image-animate-timeout): Doc fix.
16099
16100 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16101
12f381b7
GM
161022012-02-02 Glenn Morris <rgm@gnu.org>
16103
953cebf5
GM
16104 * server.el (server-auth-dir): Doc fix.
16105 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
16106
12f381b7
GM
16107 * subr.el (run-mode-hooks): Doc fix.
16108
953a8c3b
JL
161092012-02-02 Juri Linkov <juri@jurta.org>
16110
16111 * image-mode.el (image-toggle-display-image): Remove tautological
16112 `major-mode' from the `derived-mode-p' test.
16113
c5d3843c
KH
161142012-02-02 Kenichi Handa <handa@m17n.org>
16115
9f6e692e 16116 * composite.el (compose-region): Cancel previous change.
c5d3843c 16117
159462d4 161182012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
16119
16120 * composite.el (compose-region, compose-string): Signal error for
16121 a null string component (Bug#6988).
16122
9f562668
CY
161232012-02-01 Chong Yidong <cyd@gnu.org>
16124
e2cef717
CY
16125 * view.el (view-buffer-other-window, view-buffer-other-frame):
16126 Handle special modes like view-buffer (Bug#10650).
16127 (view-buffer): Simplify.
16128
9f562668
CY
16129 * frame.el (set-frame-font): Tweak meaning of third argument.
16130
9f6e692e
JB
16131 * dynamic-setting.el (font-setting-change-default-font):
16132 Use set-frame-font (Bug#9982).
9f562668 16133
781acb9f
GM
161342012-02-01 Glenn Morris <rgm@gnu.org>
16135
6035be52
GM
16136 * progmodes/compile.el (compilation-internal-error-properties):
16137 Respect compilation-first-column in the "*compilation*" buffer.
16138
781acb9f
GM
16139 * emacs-lisp/easy-mmode.el (define-minor-mode):
16140 Relax :variable's test for a named function.
16141
abbceb00
AM
161422012-01-31 Alan Mackenzie <acm@muc.de>
16143
16144 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16145 off by one error.
16146
fce3fdeb
CY
161472012-01-31 Chong Yidong <cyd@gnu.org>
16148
16149 * frame.el (set-frame-font): New arg ALL-FRAMES.
16150
16151 * menu-bar.el (menu-set-font): Use set-frame-font.
16152
16153 * faces.el (face-spec-reset-face): Don't apply unspecified
16154 attribute values to the default face.
16155
47893581
JB
161562012-01-31 Juanma Barranquero <lekktu@gmail.com>
16157
16158 * progmodes/cwarn.el (cwarn): Remove dead link.
16159 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16160 Remove * from defcustom docstrings.
16161 (turn-on-cwarn-mode): Make obsolete.
16162 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16163 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16164
e58e988a
GM
161652012-01-31 Glenn Morris <rgm@gnu.org>
16166
60dc2671 16167 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 16168 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 16169 Allow named functions to be used as the cdr of :variable.
e58e988a 16170
7a3f511d
GM
161712012-01-30 Glenn Morris <rgm@gnu.org>
16172
16173 * emacs-lisp/authors.el (authors-fixed-entries):
16174 Remove reference to deleted file rnewspost.el.
16175
cb882333
JB
161762012-01-29 Juanma Barranquero <lekktu@gmail.com>
16177
16178 * window.el (window-with-parameter): Remove unused variable `windows'.
16179 (window--side-check): Remove unused variable `code'.
16180 (window--resize-siblings): Remove unused variable `first'.
16181 (adjust-window-trailing-edge): Remove unused variable `failed'.
16182 (window-deletable-p, window--delete): Remove unused variable `buffer'.
16183 Use `let', not `let*'.
16184 (balance-windows-2): Remove unused variable `found'.
16185 (window--state-put-2): Remove unused variable `splits'.
16186 (window-state-put): Remove unused variable `selected'.
16187 (same-window-p): Use `string-match-p'.
16188 (display-buffer-assq-regexp): Remove unused variable `value'.
16189 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16190 Mark argument ALIST as ignored.
16191 (pop-to-buffer): Remove unused variable `old-window'.
16192
907201af
EZ
161932012-01-29 Eli Zaretskii <eliz@gnu.org>
16194
16195 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16196 and .lzma compressed files.
16197
ea162670
CY
161982012-01-29 Chong Yidong <cyd@gnu.org>
16199
5b95ee8a
CY
16200 * frame.el (window-system-default-frame-alist): Doc fix.
16201
ea162670
CY
16202 * dynamic-setting.el (font-setting-change-default-font): Don't
16203 change the default face if SET-FONT argument is non-nil (Bug#9982).
16204
6fccd6e8 162052012-01-29 Samuel Bronson <naesten@gmail.com>
d6e6f4b1
SB
16206
16207 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16208
0f29fa41 162092012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
16210
16211 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16212 breakpoints in files outside current directory (Bug#6098).
16213
db174434
CY
162142012-01-29 Chong Yidong <cyd@gnu.org>
16215
6b25e4e2
SE
16216 * progmodes/python.el: Require ansi-color at top-level.
16217
6df6ae42
JB
16218 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16219 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
16220 (lisp-mode-abbrev-table): Add doc.
16221 (lisp-mode-variables): Don't set local-abbrev-table.
16222 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16223
e70ee681
RW
162242012-01-28 Roland Winkler <winkler@gnu.org>
16225
16226 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16227
ace88aa2
RW
162282012-01-28 Roland Winkler <winkler@gnu.org>
16229
16230 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16231 (bibtex-set-dialect): Use it. Either set global values of
16232 dialect-dependent variables or bind these variables buffer-locally
16233 (Bug#10254).
16234 (bibtex-mode): Call bibtex-set-dialect via
16235 hack-local-variables-hook.
eb864a71
LM
16236 (bibtex-dialect): Update docstring.
16237 Add safe-local-variable predicate.
ace88aa2
RW
16238 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16239 bibtex-set-dialect.
16240 (bibtex-mode-map): Define menu for each dialect.
16241 (bibtex-entry): Fix docstring.
16242
93376c5b
CY
162432012-01-28 Chong Yidong <cyd@gnu.org>
16244
16245 * eshell/esh-arg.el (eshell-quote-argument): New function.
16246
16247 * eshell/esh-ext.el (eshell-invoke-batch-file):
16248 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16249 first arg to eshell-parse-command (Bug#10523).
16250
4372494f
DA
162512012-01-28 Drew Adams <drew.adams@oracle.com>
16252
16253 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16254 `default-directory' is non-nil.
16255
4d4ec1f8
EZ
162562012-01-28 Eli Zaretskii <eliz@gnu.org>
16257
16258 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16259 line that displays system-configuration-options. (Bug#9924)
16260
7c188927
DA
162612012-01-28 Drew Adams <drew.adams@oracle.com>
16262
16263 * descr-text.el (describe-char): Show information about POS, in
16264 addition to information about the character at POS. Improve and
16265 update the doc string. Change "code point" to "code point in
16266 charset", to avoid confusion with the character's Unicode code
16267 point shown above that. (Bug#10129)
16268
e0da685a
EZ
162692012-01-28 Eli Zaretskii <eliz@gnu.org>
16270
16271 * descr-text.el (describe-char): Show the raw character, not only
16272 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16273 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16274 for the reasons.
16275
70550acf
PH
162762012-01-28 Phil Hagelberg <phil@hagelb.org>
16277
eb864a71
LM
16278 * emacs-lisp/package.el (package-install):
16279 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 16280
0ce8e868
CY
162812012-01-28 Chong Yidong <cyd@gnu.org>
16282
cb882333
JB
16283 * emacs-lisp/package.el (package-maybe-load-descriptor):
16284 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
16285 (package-maybe-load-descriptor): Use it.
16286 (package-download-transaction): Fully load required packages
16287 inside the loop, so that `require' calls work (Bug#10593).
16288 (package-install): No need to call package-initialize now.
16289
2e7f3bea
CY
162902012-01-28 Chong Yidong <cyd@gnu.org>
16291
6e9bad14
CY
16292 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16293
f823b8ca
CY
16294 * tooltip.el (tooltip-mode): Doc fix.
16295 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16296
2680c309
CY
16297 * frame.el (set-cursor-color): Doc fix (Bug#352).
16298
d7a9e63b
CY
16299 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16300 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16301
2e7f3bea
CY
16302 * cus-edit.el (custom-buffer-create-internal): Fix search button
16303 action (Bug#10542).
2ae01800 16304 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 16305
fc4f7a23
EW
163062012-01-27 Eduard Wiebe <usenet@pusto.de>
16307
16308 * dired.el (dired-mark-files-regexp):
16309 Include any subdirectory components. (Bug#10445)
16310
7dd37071
ML
163112012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16312
16313 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16314 Handle [host]:port syntax. (Bug#10533)
16315
a268160b
AH
163162012-01-27 Alex Harsanyi <harsanyi@mac.com>
16317
16318 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16319
e43273ef
GM
163202012-01-26 Glenn Morris <rgm@gnu.org>
16321
16322 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16323 * term.el (term-raw-escape-map): Use Control-X-prefix.
16324 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16325
1edf595d
MR
163262012-01-25 Martin Rudalics <rudalics@gmx.at>
16327
16328 * window.el (window-state-get, window--state-get-1): Don't deal
16329 with fixed-sizeness of windows. Simplify code.
16330
fa8eafef
JC
163312012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16332
6df6ae42
JB
16333 * window.el (window--state-get-1, window--state-put-2):
16334 Don't save and restore the mark.
fa8eafef 16335
0b21c100
CY
163362012-01-25 Chong Yidong <cyd@gnu.org>
16337
16338 * custom.el (custom-variable-p): Doc fix.
16339
5ae1a6c8
GM
163402012-01-25 Glenn Morris <rgm@gnu.org>
16341
40047858
GM
16342 * dired.el (dired-goto-file): Handle some of the more common
16343 characters that `ls -b' escapes. (Bug#10596)
16344
5ddce96c
GM
16345 * progmodes/compile.el (compilation-next-error-function):
16346 Respect compilation-first-column in the "*compilation*" buffer.
16347 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16348
5ae1a6c8
GM
16349 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16350
b559f1a9
GM
163512012-01-24 Glenn Morris <rgm@gnu.org>
16352
16353 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16354
6725d21a
JD
163552012-01-24 Julien Danjou <julien@danjou.info>
16356
16357 * color.el (color-rgb-to-hsl): Fix value computing.
16358 (color-hue-to-rgb): New function.
16359 (color-hsl-to-rgb): New function.
16360 (color-clamp, color-saturate-hsl, color-saturate-name)
16361 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16362 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16363
70df4bbe
GM
163642012-01-24 Glenn Morris <rgm@gnu.org>
16365
16366 * vc/vc-rcs.el (vc-rcs-create-tag):
16367 * vc/vc-sccs.el (vc-sccs-create-tag):
16368 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16369
802a2ae2
ML
163702012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16371
16372 * eshell/esh-util.el (eshell-read-hosts-file):
16373 Skip comment lines. (Bug#10549)
16374
d7128bb1
ML
16375 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16376
d1a5c3b4
JB
163772012-01-23 Juanma Barranquero <lekktu@gmail.com>
16378
2724d9c7
JB
16379 * subr.el (display-delayed-warnings): Doc fix.
16380 (collapse-delayed-warnings): New function to collapse identical
16381 adjacent warnings.
16382 (delayed-warnings-hook): Add it.
d1a5c3b4 16383
a5509865
MA
163842012-01-22 Michael Albinus <michael.albinus@gmx.de>
16385
16386 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16387
a5509865
MA
16388 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16389 (tramp-default-user-alist): Don't add "pscp".
16390 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16391 property "login-as", if set. (Bug#10530)
16392
cc6d5805
MA
163932012-01-21 Michael Albinus <michael.albinus@gmx.de>
16394
16395 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16396 "plink1" and "psftp". (Bug#10530)
16397
163982012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
16399
16400 * international/mule-cmds.el (prefer-coding-system): Show a
16401 warning message if the default value of file-name-coding-system
16402 was not changed.
16403
f0960428
JC
164042012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16405
cb882333
JB
16406 * windmove.el (windmove-reference-loc):
16407 Fix windmove-reference-loc miscalculation.
f0960428 16408
dd6f2a63
JB
164092012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16410
16411 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16412 default unit.
16413
7b447e9b
GM
164142012-01-21 Glenn Morris <rgm@gnu.org>
16415
117a9ea1
GM
16416 * international/mule.el (auto-coding-alist): Add .tbz.
16417
7b447e9b
GM
16418 * files.el (local-enable-local-variables): Doc fix.
16419 (inhibit-local-variables-regexps): Rename from
16420 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16421 Doc fix. Add some extensions from auto-coding-alist.
16422 (inhibit-local-variables-suffixes):
16423 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16424 (inhibit-local-variables-p):
16425 New function, extracted from set-auto-mode-1.
16426 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16427 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16428 (hack-local-variables): Doc fix. Make the mode-only case
16429 respect enable-local-variables and friends.
16430 Respect inhibit-local-variables-regexps for file-locals, but
16431 not for directory-locals.
16432 (set-visited-file-name):
16433 Take account of inhibit-local-variables-regexps.
16434 Whether it applies may change as the file name is changed.
16435 * jka-cmpr-hook.el (jka-compr-install):
16436 * jka-compr.el (jka-compr-uninstall):
16437 Update for inhibit-first-line-modes-suffixes name change.
16438
dd6e3cdd
MR
164392012-01-20 Martin Rudalics <rudalics@gmx.at>
16440
16441 * help-macro.el (make-help-screen): Temporarily restore original
16442 binding for minor-mode-map-alist (Bug#10454).
16443
0d0deb38
JD
164442012-01-19 Julien Danjou <julien@danjou.info>
16445
16446 * color.el (color-name-to-rgb): Use the white color to find the max
16447 color component value and return correctly computed values.
16448 (color-name-to-rgb): Add missing float conversion for max value.
16449
34a02f46
MR
164502012-01-19 Martin Rudalics <rudalics@gmx.at>
16451
16452 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
16453 special state value for window-persistent-parameters.
16454 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
16455 (window--state-put-2): Reset all window parameters to nil before
16456 assigning values of persistent parameters.
16457
606c44c4
AM
164582012-01-18 Alan Mackenzie <acm@muc.de>
16459
16460 Eliminate sluggishness and hangs in fontification of "semicolon
16461 deserts".
16462
cb882333
JB
16463 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16464 Change value 10000 -> 3000.
606c44c4
AM
16465 (c-state-safe-place): Reformulate so it doesn't stack up an
16466 infinite number of wrong entries in c-state-nonlit-pos-cache.
16467 (c-determine-limit-get-base, c-determine-limit): New functions to
16468 determine backward search limits disregarding literals.
16469 (c-find-decl-spots): Amend commenting.
16470 (c-cheap-inside-bracelist-p): New function which detects "={".
16471
16472 * progmodes/cc-fonts.el
16473 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16474 backward search.
16475 (c-font-lock-declarations): Fix an occurrence of point being
16476 undefined. Check additionally for point being in a bracelist or
16477 near a macro invocation without a semicolon so as to avoid a
16478 fruitless time consuming search for a declarator. Give a more
16479 precise search limit for declarators using the new
16480 c-determine-limit.
16481
f3860cea
GM
164822012-01-18 Glenn Morris <rgm@gnu.org>
16483
16484 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16485 (set-auto-mode): Doc fixes.
16486
1db03b16
GM
164872012-01-17 Glenn Morris <rgm@gnu.org>
16488
0e6038be
GM
16489 * isearch.el (search-nonincremental-instead): Fix doc typo.
16490
1db03b16
GM
16491 * dired.el (dired-insert-directory): Handle newlines in directory name.
16492 (dired-build-subdir-alist): Unescape newlines in directory name.
16493
4cb0aa75
MA
164942012-01-17 Michael Albinus <michael.albinus@gmx.de>
16495
16496 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16497 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16498 (tramp-action-terminal): Use it. (Bug#10530)
16499
1d00653d
SM
165002012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16501
16502 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16503
6a6ee00d
MR
165042012-01-16 Martin Rudalics <rudalics@gmx.at>
16505
16506 * window.el (window-state-ignored-parameters): Remove variable.
16507 (window--state-get-1): Rename argument MARKERS to IGNORE.
16508 Handle persistent window parameters. Make copy of clone-of
16509 parameter only if requested. (Bug#10348)
16510 (window--state-put-2): Install a window parameter only if it has
16511 a non-nil value or an existing parameter shall be overwritten.
16512
97912def
MA
165132012-01-15 Michael Albinus <michael.albinus@gmx.de>
16514
16515 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16516
688070a5
EZ
165172012-01-14 Eli Zaretskii <eliz@gnu.org>
16518
16519 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16520 don't pass the (nil) value of `upnode' to string-match.
16521
301afadc
CY
165222012-01-14 Chong Yidong <cyd@gnu.org>
16523
16524 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 16525 Fix values recognized by the cursorBlink resource.
301afadc 16526
9e5788aa
PE
165272012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16528
16529 * epg.el (epg--make-temp-file): Avoid permission race condition
16530 when running on old Emacs versions (bug#10403).
16531
3cdb7f5a
GM
165322012-01-14 Glenn Morris <rgm@gnu.org>
16533
16534 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16535
8c82b1b4
AM
165362012-01-13 Alan Mackenzie <acm@muc.de>
16537
16538 Fix filling for when filladapt mode is enabled.
16539
16540 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16541 c-mask-paragraph, pass in `fill-paragraph' rather than
16542 `fill-region-as-paragraph'. (This is a reversion of a previous
16543 change.)
eb864a71
LM
16544 * progmodes/cc-mode.el (c-basic-common-init):
16545 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 16546
e517eda4
GM
165472012-01-13 Glenn Morris <rgm@gnu.org>
16548
1498536e
GM
16549 * dired.el (dired-switches-escape-p): New function.
16550 (dired-insert-directory): Use dired-switches-escape-p.
16551 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16552
e517eda4
GM
16553 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16554
328f984d
GM
165552012-01-12 Glenn Morris <rgm@gnu.org>
16556
16557 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16558 changes in adaptive-fill-regexp. (Bug#10276)
16559
2cc769a8
AM
165602012-01-11 Alan Mackenzie <acm@muc.de>
16561
16562 Fix Emacs bug #10463 - put `widen's around the critical spots.
16563
1d00653d 16564 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
16565 widen around each invocation of c-state-pp-to-literal. Remove an
16566 unused let variable.
16567
e52c37fa
GM
165682012-01-11 Glenn Morris <rgm@gnu.org>
16569
16570 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 16571 Doc fix.
e52c37fa 16572
96f8741e
CY
165732012-01-10 Chong Yidong <cyd@gnu.org>
16574
1d00653d
SM
16575 * net/network-stream.el (network-stream-open-starttls):
16576 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
16577 response to the capability command.
16578
b09a806e
GM
165792012-01-10 Glenn Morris <rgm@gnu.org>
16580
16581 * mail/unrmail.el (unrmail): Tweak previous change.
16582
7655cb66
CY
165832012-01-09 Chong Yidong <cyd@gnu.org>
16584
16585 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16586
9d5a8f0b
AM
165872012-01-08 Alan Mackenzie <acm@muc.de>
16588
677d5c92 16589 Optimize font locking in long enum definitions.
9d5a8f0b
AM
16590
16591 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16592 arm to a cond form to handle enums.
16593 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16594 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16595
9a0115ab 165962012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
16597
16598 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 16599 (Bug#10401)
6bb72cbd 16600
f186bb95
LMI
166012012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16602
29232a68
LMI
16603 * faces.el (set-face-attribute): Clarify the meaning of the nil
16604 frame (bug#10294).
16605
4e5d086d
LMI
16606 * subr.el (with-selected-frame): Mention that the selected frame
16607 is restored (bug#9980).
16608
8e66aebe
LMI
16609 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16610 (bug#9759).
16611
cd394be1 16612 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
16613 (password-read): Don't autoload unused function.
16614
adf4e762
JB
166152012-01-07 Juanma Barranquero <lekktu@gmail.com>
16616
16617 * progmodes/which-func.el (which-func-mode): Turn into a
16618 non-interactive function and mark as obsolete (bug#10428).
16619
89bd9ccd
CY
166202012-01-06 Chong Yidong <cyd@gnu.org>
16621
16622 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16623 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16624 functions, along with 1 and -1.
16625
4afee9d5
EZ
166262012-01-06 Eli Zaretskii <eliz@gnu.org>
16627
16628 * time.el (display-time-load-average)
16629 (display-time-default-load-average): Doc fixes. See the thread
16630 starting at
16631 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16632 for the details.
16633
536aea70
GM
166342012-01-06 Glenn Morris <rgm@gnu.org>
16635
665ae865
GM
16636 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16637 has no messages. (Bug#10377)
16638
c869783d
GM
16639 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16640 than Info-edit. (Bug#10385)
16641
2bb4227e
GM
16642 * time.el (display-time-load-average, display-time-next-load-average):
16643 Doc fixes.
16644
7d5944b9
GM
16645 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16646 local setting of buffer-read-only to the input buffer. (Bug#10419)
16647
536aea70
GM
16648 * calendar/calendar.el (calendar-mode):
16649 Locally set scroll-margin to 0. (Bug#10379)
16650
7dccca16
UM
166512012-01-06 Ulrich Mueller <ulm@gentoo.org>
16652
16653 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16654
afbb7930
GM
166552012-01-05 Glenn Morris <rgm@gnu.org>
16656
16657 * eshell/em-unix.el (diff-no-select): Autoload it.
16658 (eshell/diff): Use diff-no-select. (Bug#10420)
16659
04482335
CY
166602012-01-05 Chong Yidong <cyd@gnu.org>
16661
7baca3bc
CY
16662 * shell.el (shell-dynamic-complete-functions): Revert last change.
16663 (shell-command-completion-function): New function.
16664 (shell-completion-vars): Use it to implement
16665 shell-completion-execonly (Bug#10417).
16666
04482335
CY
16667 * custom.el (enable-theme): Don't set custom-safe-themes.
16668
1d00653d
SM
16669 * cus-theme.el (custom-theme-merge-theme):
16670 Ignore custom-enabled-themes and custom-safe-themes.
04482335 16671
bb5aa5d6
MM
166722012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16673
16674 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16675 first prompt in `sql-interacive-mode'.
16676 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 16677 keywords.
6df6ae42 16678 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
16679 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16680 context of original buffer. Invoke `sql-login-hook'.
16681
a7183d7c
EZ
166822012-01-04 Eli Zaretskii <eliz@gnu.org>
16683
16684 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16685 letters in cite-prefix.
16686
a1eacd1e
LMI
166872012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16688
16689 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16690
787cdb34
CY
166912012-01-03 Chong Yidong <cyd@gnu.org>
16692
1d00653d
SM
16693 * shell.el (shell-dynamic-complete-functions):
16694 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
16695 comint-filename-completion first (Bug#10417).
16696
30710442
RS
166972012-01-02 Richard Stallman <rms@gnu.org>
16698
16699 * battery.el (battery-status-function):
16700 Detect when to use battery-yeeloong-sysfs.
16701 (battery-echo-area-format): Add string for Yeeloong.
16702 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16703 (battery-yeeloong-sysfs): New function.
16704
f75bfc33
CY
167052012-01-02 Chong Yidong <cyd@gnu.org>
16706
16707 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16708 (dirtrack): Merge code for handling relative filenames in prompt
16709 from shell-dir-cookie-watcher.
16710 (dirtrack-debug-message): New arg to avoid excess format calls.
16711
16712 * shell.el (shell-dir-cookie-re): Variable deleted.
16713 (shell-dir-cookie-watcher): Function deleted.
16714 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16715 with dirtrack-mode.
16716
651e947e
EZ
167172012-01-01 Eli Zaretskii <eliz@gnu.org>
16718
1d00653d
SM
16719 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16720 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
16721 libgnutls-26.dll.
16722
94d4c7dc
AS
167232011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16724
16725 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16726
8d43f3cd
EZ
167272011-12-31 Eli Zaretskii <eliz@gnu.org>
16728
16729 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16730 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16731
98c8795a
MA
167322011-12-29 Michael Albinus <michael.albinus@gmx.de>
16733
16734 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16735 also for alternative shells.
16736 (tramp-open-connection-setup-interactive-shell): Check, whether
16737 the shell is a busybox.
16738 (tramp-send-command): Don't suppress multiple prompts for
16739 busyboxes, it hurts.
16740
51281b32
CY
167412011-12-28 Chong Yidong <cyd@gnu.org>
16742
16743 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16744 (gdb-get-source-file): Move mode line update to
16745 gdb-get-source-file (Bug#10087).
16746
2170cb53
CY
167472011-12-25 Chong Yidong <cyd@gnu.org>
16748
16749 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16750 gud-gdb-marker-filter without taking it as an argument.
16751 (gud-gdb-run-command-fetch-lines): Caller changed.
16752 (gud-gdb-completion-function): New variable.
16753 (gud-gdb-completion-at-point): Use it.
16754 (gud-gdb-completions-1): Split from gud-gdb-completions.
16755
16756 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16757 function as separate arguments.
16758 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16759 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16760 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16761 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16762 (gdb-stopped, def-gdb-auto-update-trigger)
16763 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
16764 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16765 Callers changed.
2170cb53
CY
16766 (gud-gdbmi-completions): New function.
16767 (gdb): Use it for generating the completion table.
16768
be8b11bb
AM
167692011-12-24 Alan Mackenzie <acm@muc.de>
16770
16771 Introduce a mechanism to widen the region used in context font
1d00653d 16772 locking. Use this to protect declarations from losing their contexts.
be8b11bb 16773
1d00653d
SM
16774 * progmodes/cc-langs.el (c-before-font-lock-functions):
16775 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 16776 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
16777 functions to be run just before context (etc.) font locking.
16778
16779 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 16780 New, functionality extracted from
be8b11bb 16781 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 16782 (c-in-after-change-fontification): New variable.
be8b11bb
AM
16783 (c-after-change): Set c-in-after-change-fontification.
16784 (c-set-fl-decl-start): Rejig its interface, so it can be called
16785 from both after-change and context fontifying.
b81d40f0
JB
16786 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16787 New functions.
16788 (c-standard-font-lock-fontify-region-function): New variable.
16789 (c-font-lock-fontify-region): New function.
be8b11bb 16790
341cf6ac
JL
167912011-12-24 Juri Linkov <juri@jurta.org>
16792
16793 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16794 (Bug#10348)
16795
bffcee0a
MA
167962011-12-23 Michael Albinus <michael.albinus@gmx.de>
16797
16798 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16799 existence of source file. (Bug#10325)
16800
cb5e207c
AM
168012011-12-23 Alan Mackenzie <acm@muc.de>
16802
16803 Fix unstable fontification inside templates.
16804
b81d40f0
JB
16805 * progmodes/cc-langs.el (c-before-font-lock-functions):
16806 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
16807 additionally has c-set-fl-decl-start. The other languages (apart
16808 from AWK) have that as a single entry.
16809
b81d40f0
JB
16810 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16811 The functionality for "local" declarations has been extracted to
cb5e207c
AM
16812 c-set-fl-decl-start.
16813
b81d40f0
JB
16814 * progmodes/cc-mode.el (c-common-init, c-after-change):
16815 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
16816 (c-set-fl-decl-start): New function, extracted from
16817 c-font-lock-enclosing-decls and enhanced.
16818
60ff536c
JB
168192011-12-23 Juanma Barranquero <lekktu@gmail.com>
16820
16821 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16822
1c4757d6
JL
168232011-12-22 Juri Linkov <juri@jurta.org>
16824
16825 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16826
d031f2c7
CY
168272011-12-22 Chong Yidong <cyd@gnu.org>
16828
16829 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16830
bace743a
DA
168312011-12-21 Drew Adams <drew.adams@oracle.com>
16832
16833 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16834
728a1f2b
JC
168352011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16836
16837 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16838
0d373f73
TZ
168392011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16840
fec0aaa4
TZ
16841 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16842 highlighting and support. Fix up comments for capitalization.
16843 (cfengine-mode-debug): New var.
16844 (cfengine3-mode): Change the modeline indicator to "CFE3".
16845 (cfengine3-font-lock-keywords): Improve defun highlighting.
16846 (cfengine2-actions): Rename from `cfengine-actions'.
16847 (cfengine2-font-lock-keywords): Rename from
16848 `cfengine-font-lock-keywords'.
16849 (cfengine2-imenu-expression): Rename from
16850 `cfengine-imenu-expression'.
16851 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16852 (cfengine2-beginning-of-defun): Rename from
16853 `cfengine-beginning-of-defun'.
16854 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16855 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16856 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16857 modeline indicator to "CFE2".
16858 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16859 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 16860
bc86f573
CY
168612011-12-21 Chong Yidong <cyd@gnu.org>
16862
16863 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16864 filename argument.
16865
d45ba96b
MR
168662011-12-20 Martin Rudalics <rudalics@gmx.at>
16867
16868 * window.el (window-normalize-buffer-to-display): Remove.
16869 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16870
a6198c90
CY
168712011-12-19 Chong Yidong <cyd@gnu.org>
16872
16873 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16874 Don't signal an error in a predicate function; return non-nil.
16875 (vc-dir-mark-file): Move the error here.
16876 (vc-dir-mark-unmark): If acting on the region, keep going if one
16877 of the entries cannot be marked/unmarked.
16878 (vc-dir-mark-all-files): If current entry is a directory, mark
16879 only child files, as documented.
16880
34c5fb55
VB
168812011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
16882
16883 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16884 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16885 addition.
16886
c803b2b7
JD
168872011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16888
16889 * term/ns-win.el (ns-get-selection-internal)
16890 (ns-store-selection-internal): Declare.
1154d12e
JB
16891 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16892 Declare as obsolete.
16893 (ns-get-pasteboard, ns-paste-secondary):
16894 Use ns-get-selection-internal.
41e9b956 16895 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 16896 Use ns-store-selection-internal.
c803b2b7 16897
9cff91f8 168982011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
16899
16900 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 16901 (vc-deduce-fileset): Doc fix.
99a289d9 16902
f16c898a
AS
169032011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16904
16905 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16906
763237c4
SS
169072011-12-13 Sam Steingold <sds@gnu.org>
16908
16909 * man.el (Man-getpage-in-background): When running under a
16910 window-system, ignore $MANWIDTH and $COLUMNS.
16911
5fc1c122
KH
169122011-12-15 Kenichi Handa <handa@m17n.org>
16913
16914 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16915 (setup-ethiopic-environment-internal): Comment out key-binding for
16916 ethio-toggle-punctuation.
16917
13d49cbb
AM
169182011-12-13 Alan Mackenzie <acm@muc.de>
16919
898169a2
AM
16920 Add the switch statement to AWK Mode.
16921
7a71b18d 16922 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
16923 "default" to the keywords regexp.
16924
7a71b18d 16925 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 16926 expression as the rest.
1d00653d
SM
16927 (c-nonlabel-token-key): Allow string literals for AWK.
16928 Refactor for the other modes.
898169a2 16929
13d49cbb 16930 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 16931 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
16932 routines. Limit backward searching in c-font-lock-enclosing.decl.
16933
16934 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16935 pp-state and literal type in addition to the limits.
1d00653d 16936 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 16937 (c-state-literal-at): Use the above new defun.
1d00653d
SM
16938 (c-slow-in-literal, c-fast-in-literal): Remove.
16939 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
16940
16941 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16942 being in a literal. Add a limit for backward searching.
16943
16944 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16945 c-slow-in-literal.
16946
15e0efc7
SM
169472011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16948
16949 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16950
454592a6
MR
169512011-12-13 Martin Rudalics <rudalics@gmx.at>
16952
16953 * window.el (delete-other-windows): Use correct frame in call to
16954 window-with-parameter.
16955
87393f26
DP
169562011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16957
16958 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16959 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16960 (makefile-gmake-statements, makefile-makepp-statements):
16961 Use it and add new makepp keywords.
16962 (makefile-makepp-font-lock-keywords): Add new patterns.
16963 (makefile-match-function-end): Match new [...] and [[...]].
16964
11636b22
JB
169652011-12-11 Juanma Barranquero <lekktu@gmail.com>
16966
16967 * ses.el (ses-call-printer-return, ses-cell-property-get)
16968 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16969 (ses-create-cell-variable, ses-reset-header-string)
16970 (ses-cell-set-formula, ses-repair-cell-reference-all)
16971 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16972 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16973 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16974 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16975 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16976 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16977 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16978 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16979 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16980 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16981 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16982 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16983
cf018193
VB
169842011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
16985
16986 * ses.el: The overall change is to add cell renaming, that is
16987 setting fancy names for cell symbols other than name matching
16988 "\\`[A-Z]+[0-9]+\\'" regexp .
16989 (ses-create-cell-variable): New defun.
16990 (ses-relocate-formula): Relocate formulas only for cells the
16991 symbols of which are not renamed, i.e. symbols whose names do not
16992 match regexp "\\`[A-Z]+[0-9]+\\'".
16993 (ses-relocate-all): Relocate values only for cells the symbols of
16994 which are not renamed.
16995 (ses-load): Create cells variables as the (ses-cell ...) are read,
16996 in order to check row col consistency with cell symbol name only
16997 for cells that are not renamed.
16998 (ses-replace-name-in-formula): New defun.
16999 (ses-rename-cell): New defun.
17000
ee957461
CY
170012011-12-11 Chong Yidong <cyd@gnu.org>
17002
17003 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17004 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17005
9a9e9ef0
MR
170062011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
17007
17008 * window.el (other-window): Fix docstring.
17009
92a8eba5
EZ
170102011-12-10 Eli Zaretskii <eliz@gnu.org>
17011
17012 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
17013 `from' or `to' address before taking its substring.
17014 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
17015 encoded name is chopped in the middle of the encoded string, and
17016 thus displayed encoded.
17017
e152e577
JB
170182011-12-10 Juanma Barranquero <lekktu@gmail.com>
17019
17020 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17021
e5d84bfe
EZ
170222011-12-10 Eli Zaretskii <eliz@gnu.org>
17023
17024 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
17025 to use texinfo-update-node and commands that call it if the
17026 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 17027 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
17028 (texinfo-all-menus-update, texinfo-master-menu)
17029 (texinfo-update-node, texinfo-every-node-update)
17030 (texinfo-multiple-files-update): Doc fix. Warn against updating
17031 all the @node lines.
17032 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
17033 argument is numeric. Explain better in the doc string what the
17034 function really does.
17035 (texinfo-insert-master-menu-list): Improve the error message
17036 displayed if there's no menu in the Top node.
17037 (Bug#2975) See also this thread:
e5d84bfe
EZ
17038 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17039
1d84e9bb
MG
170402011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
17041
17042 * speedbar.el (speedbar-supported-extension-expressions):
17043 Add .adb and .ads, commonly used for Ada source code (bug#10256).
17044
382c953b
JB
170452011-12-09 Juanma Barranquero <lekktu@gmail.com>
17046
17047 * printing.el (pr-mode-alist):
17048 * simple.el (filter-buffer-substring-functions)
17049 (completion-list-insert-choice-function):
17050 * window.el (window-with-parameter, window-atom-root)
17051 (window-sides-slots, window-size-fixed, window-min-delta)
17052 (window-max-delta, window--resize-mini-window)
17053 (window--resize-child-windows-normal, window-tree)
17054 (delete-other-windows, quit-window, split-window)
17055 (display-buffer-record-window, special-display-buffer-names)
17056 (special-display-regexps, special-display-popup-frame)
17057 (same-window-p, split-window-sensibly)
17058 (display-buffer-overriding-action, display-buffer-alist)
17059 (display-buffer-base-action, display-buffer, switch-to-buffer)
17060 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17061 (fit-window-to-buffer, recenter-positions)
17062 (mouse-autoselect-window-state, mouse-autoselect-window-select):
17063 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17064 and remove unneeded backslashes in docstrings.
17065
39c9faef
SM
170662011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17067
98449af8
SM
17068 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17069
39c9faef
SM
17070 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17071 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17072 end in ".mk".
17073 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17074 when reading the makefile (bug#10116).
17075
86ed9fdc
SM
170762011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17077
17078 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17079 (bug#10116).
17080
5580f89d
GM
170812011-12-06 Glenn Morris <rgm@gnu.org>
17082
17083 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17084
28d3917c
CY
170852011-12-06 Chong Yidong <cyd@gnu.org>
17086
17087 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17088
a98edce9
JB
170892011-12-06 Juanma Barranquero <lekktu@gmail.com>
17090
17091 * textmodes/table.el (table-shorten-cell): Fix typo.
17092
e65adfac
CG
170932011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
17094
17095 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17096
71cc0b74
EZ
170972011-12-05 Eli Zaretskii <eliz@gnu.org>
17098
17099 * descr-text.el (describe-char): Fix display of strong
17100 right-to-left characters and directional embeddings and overrides.
17101
17102 * simple.el (what-cursor-position): Fix display of codepoints of
17103 strong right-to-left characters.
17104
315bc30d
CY
171052011-12-05 Chong Yidong <cyd@gnu.org>
17106
17107 * faces.el (read-color): Doc fix.
17108
58a70b94
GM
171092011-12-05 Glenn Morris <rgm@gnu.org>
17110
17111 * align.el (align--set-marker): Add doc-string.
17112 Don't try to move something that is not a marker. (Bug#10216)
17113
5158face
GM
171142011-12-04 Glenn Morris <rgm@gnu.org>
17115
17116 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17117 overly zealous deletion of trailing whitespace.
17118
520fca41
JB
171192011-12-04 Juanma Barranquero <lekktu@gmail.com>
17120
17121 * server.el (server-delete-client): On Windows, do not try to delete
17122 the only terminal.
17123 (server-process-filter): On Windows, treat requests for a tty frame as
17124 if they were for a GUI frame if the running server is in GUI mode.
17125
5e605a2e
GM
171262011-12-03 Glenn Morris <rgm@gnu.org>
17127
17128 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
17129
5c3fe83f
SM
171302011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
17131
6f5e57e7
SM
17132 * electric.el: Streamline electric-indent's hook.
17133 (electric-indent-chars): Revert to simple list.
17134 (electric-indent-functions): New var.
17135 (electric-indent-post-self-insert-function): Use it.
17136
5c3fe83f
SM
17137 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17138 there's no inferior buffer (bug#10196).
17139 (prolog-consult-compile): Don't use toggle-read-only.
17140
6bdac736
MA
171412011-12-02 Michael Albinus <michael.albinus@gmx.de>
17142
17143 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17144 interrupt. (Bug#10187)
17145
6131ba7f
SM
171462011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17147
99c79fee
SM
17148 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17149 (bug#9160).
17150
6131ba7f
SM
17151 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17152 (bug#10191).
17153
cb0a02ea
JL
171542011-12-02 Juri Linkov <juri@jurta.org>
17155
17156 * info.el (Info-search): Display "end of manual" when Isearch
17157 reaches the end of single-file Info manual. (Bug#9918)
17158
66e0570c
EZ
171592011-12-02 Eli Zaretskii <eliz@gnu.org>
17160
17161 * isearch.el (isearch-message-prefix): Run the input method part
17162 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
17163
02b16839
JL
171642011-12-02 Juri Linkov <juri@jurta.org>
17165
17166 * isearch.el (isearch-occur): Use `word-search-regexp' for
17167 `isearch-word'.
17168 (isearch-search-and-update): Add condition for `isearch-word' and
17169 call `word-search-regexp'. (Bug#10145)
17170
0b950688
GM
171712011-12-01 Glenn Morris <rgm@gnu.org>
17172
17173 * eshell/em-hist.el (eshell-hist-initialize):
17174 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 17175 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 17176
9505c3c7
SM
171772011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17178
17179 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17180
1bbe96b2 171812011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 17182
a1beca85
SM
17183 * progmodes/verilog-mode.el (verilog-pretty-expr):
17184 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
17185 verilog, such as += *= and the like.
17186 (verilog-assignment-operator-re): Regular expression to find the
17187 assigment operator in a verilog assignment.
17188 (verilog-assignment-operation-re): Regular expression to find an
17189 assignment statement for pretty-expr.
17190 (verilog-in-attribute-p): Query returns true if point is in an
17191 attribute context; used to skip these for expression line up from
17192 pretty-expr.
17193 (verilog-in-parameter-p): Query returns true if point is in an
17194 parameter definition context; used to skip these for expression
17195 line up from pretty-expr.
17196 (verilog-in-parenthesis-p): Query returns true if point is in a
17197 parenthetical expression, specifically ( ) but not [ ] or { };
17198 used by pretty-expr.
17199 (verilog-just-one-space): If there is no space, don't add one.
17200 (verilog-get-lineup-indent-2): Specifically skip just attribute
17201 contexts for expression lineup, rather than skipping all
17202 parenthetical expressions.
17203 (verilog-calculate-indent): Fix comment, and fix indent.
17204 (verilog-do-indent): Indent declarations in lists (suggested by
17205 Joachim Lechner).
17206 (verilog-mode-abbrev-table): Populate abbrev mode with the various
17207 skeleton items.
17208 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17209 by Alain Mellan).
17210
1bbe96b2 172112011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
17212
17213 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17214 parameters with embedded comments. Reported by Ray Stevens.
17215 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17216 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17217 Reported by Tim Holt.
17218 (verilog-auto): Fix AUTOing a upper module then AUTOing module
17219 instantiated by upper module causing wrong expansion until AUTOed a
17220 second time. Reported by K C Buckenmaier.
17221 (verilog-diff-auto): Fix showing .* as a difference when
17222 `verilog-auto-star-save' off. Reported by Dan Dever.
17223 (verilog-auto-reset, verilog-read-always-signals)
17224 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17225 temporary signals in reset list if
17226 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
17227 style to each signal's assignment type, bug381.
17228 Reported by Thomas Esposito.
6288f0ca
WS
17229 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17230 (verilog-uvm-statement-re): Support UVM indentation and
17231 highlighting, with old OVM keywords only.
a1beca85 17232 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
17233 Support AUTOTIEOFF creating non-wire data types.
17234 Suggested by Jonathan Greenlaw.
6288f0ca
WS
17235 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17236 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17237 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
17238 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17239 Fix mismatching parenthesis inside commented out code when deleting
382c953b 17240 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
17241 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17242 non-numeric vector width. Reported by Alex Reed.
17243 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 17244 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
17245 (verilog-auto-delete-trailing-whitespace):
17246 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
17247 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17248 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17249 Fix verilog-scan-cache corruption when running user AUTO expansion
17250 hooks that call indentation routines.
17251 (verilog-simplify-range-expression): Fix typo ignoring lower case
17252 identifiers.
17253 (verilog-delete-auto): Fix delete-autos to also remove user created
17254 automatics, as long as they start with AUTO.
17255 (verilog-batch-diff-auto, verilog-diff-auto)
17256 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17257 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17258 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17259 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
17260 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17261 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
17262 is disabled and its cache will get corrupt, causing AUTOS not to
17263 expand. Instead use only -quick functions.
17264 (verilog-scan-region): Fix scanning over escaped quotes.
17265 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17266 (verilog-re-search-backward-quick)
17267 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17268 related functions now ignore strings, to fix misparsing of strings
17269 with magic comments embedded in them.
a1beca85
SM
17270 (verilog-read-auto-template):
17271 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17272 Reported by Brad Dobbie.
17273 (verilog-read-auto-template):
17274 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 17275 Reported by Brad Dobbie.
6288f0ca
WS
17276 (verilog-auto-inst, verilog-auto-inst-param)
17277 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17278 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17279 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
17280 debugging templates without merge conflicts, bug357.
17281 Reported by Brad Dobbie.
17282 (verilog-read-auto-template):
17283 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
17284 Reported by Brad Dobbie.
17285 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17286 abbrevs so user won't be asked to save.
17287 (verilog-read-auto-lisp-present): Fix to start at beginning of
17288 buffer in case called outside of verilog-auto.
17289 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17290 to "X-2". Reported by Matthew Myers.
17291 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17292 all inputs from module templates. Reported by Leith Johnson.
17293 (verilog-module-inside-filename-p): Fix locating programs as with
17294 modules.
17295 (verilog-auto-inst-port): Fix vl-width expressions when using
17296 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17297 (verilog-decls-get-regs, verilog-decls-get-signals,
17298 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17299 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17300 verilog-read-decls): Combine reg and wire structures into one var
17301 structure to represent SystemVerilog concepts.
17302 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17303 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
17304 (verilog-auto-wire-type, verilog-insert-definition):
17305 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
17306 SystemVerilog "logic" keyword instead of "wire"/"reg".
17307 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17308 to declares outputs that also have assignments (presumably in an
a1beca85
SM
17309 ifdef or generate if so there's not a driver conflict).
17310 Reported by Matthew Myers.
17311 (verilog-auto-declare-nettype, verilog-insert-definition):
17312 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
17313 `default_nettype none. Reported by Julian Gorfajn.
17314 (verilog-read-always-signals-recurse, verilog-read-decls)
17315 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17316 malformed end statement, bug325. Reported by Joshua Wise and
17317 Andrew Drake.
17318 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17319 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
17320 when expanding .* in interfaces, bug320.
17321 Reported by Pierre-David Pfister.
6288f0ca 17322 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
17323 name and open parenthesis, bug317.
17324 Reported by Pierre-David Pfister.
6288f0ca
WS
17325 (verilog-simplify-range-expression): Fix simplification of
17326 multiplications inside AUTOWIRE connections, bug303.
17327 (verilog-auto-inst-port): Support parameter expansion in
17328 multidimensional arrays.
17329 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17330 after "assert property". Reported by Julian Gorfajn.
17331 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17332 with multiplication, bug303.
17333 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17334 Reported by Jan Frode Lonnum.
17335
1bbe96b2
GM
173362011-11-30 Juanma Barranquero <lekktu@gmail.com>
17337
17338 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17339 (hfy-shell-file-name, hfy-shell):
17340 * international/fontset.el (x-decompose-font-name): Fix typos.
17341
173422011-11-29 Ken Brown <kbrown@cornell.edu>
17343
17344 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17345 (gdb-version): Remove defvar.
17346 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17347 (gdb-gud-context-command, gdb-non-stop-handler)
17348 (gdb-current-context-command, gdb-stopped): Use it.
17349 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
17350 (gdb-non-stop-handler): Don't enable pretty-printing here.
17351 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
17352 non-stop mode. Use the following.
17353 (gdb-check-target-async): New defun.
17354 (gud-watch, gdb-stopped): Fix whitespace.
17355 (gdb-get-source-file): Don't try to display the source file if
17356 `gdb-main-file' is nil.
17357
173582011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17359
17360 * align.el: Try to generate fewer markers (bug#10047).
17361 (align--set-marker): New macro.
17362 (align-region): Use it.
17363
c935221f
SM
173642011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17365
17366 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17367
e70b5064
CY
173682011-11-29 Chong Yidong <cyd@gnu.org>
17369
17370 * indent.el (indent-for-tab-command, indent-according-to-mode):
17371 Doc fix.
17372 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17373
f3af92b7
MA
173742011-11-29 Michael Albinus <michael.albinus@gmx.de>
17375
17376 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17377 aware of remote file names. (Bug#10124)
17378
ed472be9
CY
173792011-11-29 Chong Yidong <cyd@gnu.org>
17380
17381 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17382
24510c22
SM
173832011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17384
17385 * files.el (find-file): Don't use force-same-window (bug#10144).
17386 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17387 use pop-to-buffer if the selected window can't be used.
17388 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17389
c60c3703
EZ
173902011-11-28 Eli Zaretskii <eliz@gnu.org>
17391
17392 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17393 special-mode-map.
17394
e95def75
CY
173952011-11-28 Chong Yidong <cyd@gnu.org>
17396
17397 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17398
c3f1c606
NR
173992011-11-27 Nick Roberts <nickrob@snap.net.nz>
17400
17401 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17402 gdb-get-source-file-list on gdb-create-source-file-list.
17403
00db469c
EZ
174042011-11-26 Eli Zaretskii <eliz@gnu.org>
17405
17406 * whitespace.el (whitespace-newline): Use a different foreground
17407 color for 16-color light-background displays.
17408
4ad3bc2a
CY
174092011-11-24 Chong Yidong <cyd@gnu.org>
17410
17411 * window.el (display-buffer--special-action): Doc fix.
17412
e9fce1ac
JB
174132011-11-25 Juanma Barranquero <lekktu@gmail.com>
17414
17415 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17416 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17417 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17418 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17419 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17420 (avl-tree-stack-first):
17421 * emacs-lisp/cconv.el (cconv--analyse-use):
17422 * net/gnutls.el (gnutls-negotiate): Fix typos.
17423
cb825e5d
GM
174242011-11-24 Glenn Morris <rgm@gnu.org>
17425
3adbe224
GM
17426 * lpr.el (lpr-windows-system, lpr-lp-system):
17427 * mail/binhex.el (binhex-begin-line):
17428 * progmodes/grep.el (grep-history, grep-find-history):
17429 * textmodes/flyspell.el:
17430 * vc/pcvs-defs.el (cvs-global-menu):
17431 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17432 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17433 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17434
321decc8
GM
17435 * net/tls.el: Fix case of "GnuTLS".
17436
420b63ad
GM
17437 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17438
cb825e5d
GM
17439 * version.el (emacs-build-system): Give it a doc-string.
17440
a0649f08
JL
174412011-11-24 Juri Linkov <juri@jurta.org>
17442
17443 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17444
c0bc0fd4
GM
174452011-11-24 Glenn Morris <rgm@gnu.org>
17446
17447 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17448 if called on a non-mime message just toggle the headers. (Bug#8006)
17449
20db1522
JB
174502011-11-24 Juanma Barranquero <lekktu@gmail.com>
17451
17452 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17453 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17454 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17455 (allout-rebullet-heading, allout-open-sibtopic)
17456 (allout-toggle-current-subtree-encryption)
17457 (allout-toggle-subtree-encryption, allout-encrypt-string)
17458 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17459 (allout-distinctive-bullets-string, allout-auto-activation):
17460 * window.el (window-normalize-buffer-to-display):
17461 * progmodes/verilog-mode.el (verilog-batch-indent):
17462 * textmodes/bibtex.el (bibtex-field-braces-opt)
17463 (bibtex-field-strings-opt):
17464 * vc/cvs-status.el (cvs-tree-merge):
17465 Fix typos.
17466
7262a87c
MA
174672011-11-23 Michael Albinus <michael.albinus@gmx.de>
17468
17469 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17470 `non-essential' to t, in order to avoid remote connections.
17471
283430a1
EZ
174722011-11-23 Eli Zaretskii <eliz@gnu.org>
17473
a1beca85
SM
17474 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17475 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
17476 case-insensitively.
17477
d2992a38
ML
174782011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17479
17480 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17481
50419064
GM
174822011-11-23 Glenn Morris <rgm@gnu.org>
17483
da94eca1
GM
17484 * paths.el (rmail-file-name): Reformat the doc-string so that it
17485 is picked up.
17486
9aac4de2
GM
17487 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17488 (rmail-auto-file): Ignore case in the "special" field names,
17489 as mail-fetch-field does for all others.
17490
8038d2d2
GM
17491 * mail/rmail.el (rmail-forward):
17492 * mail/rmailkwd.el (rmail-set-label):
17493 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17494 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17495
f3fe222a
GM
17496 * mail/rmail.el (rmail-current-message): Doc fix.
17497
50419064
GM
17498 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17499
28109f49
SM
175002011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17501
17502 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17503
394c65f1
GM
175042011-11-22 Glenn Morris <rgm@gnu.org>
17505
17506 * mail/rmailmm.el (test-rmail-mime-handler)
17507 (test-rmail-mime-bulk-handler)
17508 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17509
f2a0aa3a
JL
175102011-11-21 Juri Linkov <juri@jurta.org>
17511
1154d12e
JB
17512 * calc/calc.el (calc-read-key-sequence):
17513 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 17514
9c34a344
LMI
175152011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17516
17517 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17518 Tell the caller that the next line needs recomputation, even
17519 though it doesn't start a sexp (bug#10094).
17520
f04a3be9
SM
175212011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17522
17523 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17524
7978747f
SM
175252011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17526
f04a3be9
SM
17527 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17528 Use force-same-window.
7978747f 17529
fe7a3057
JB
175302011-11-20 Juanma Barranquero <lekktu@gmail.com>
17531
17532 * descr-text.el (describe-char-unicode-data):
17533 * json.el (json-string-escape):
17534 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17535 (Footnote-unicode, Footnote-style-p):
17536 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17537
24901d61
CY
175382011-11-20 Chong Yidong <cyd@gnu.org>
17539
17540 * window.el (replace-buffer-in-windows): Restore interactive spec.
17541
bac7ff22
SM
175422011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17543
24f3d7b9
SM
17544 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17545
bac7ff22
SM
17546 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17547 (byte-compile-global-not-obsolete-vars): New var.
17548 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17549 Use it.
17550 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17551
cd1181db
JB
175522011-11-20 Juanma Barranquero <lekktu@gmail.com>
17553
17554 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17555 * progmodes/pascal.el (electric-pascal-equal):
17556 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17557 * xml.el (xml-substitute-special): Fix typos.
17558
7fb18e9e
GM
175592011-11-20 Glenn Morris <rgm@gnu.org>
17560
17561 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17562 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17563 Doc fixes.
17564 (rmail-decode-mime-charset): Mark as obsolete.
17565
17566 * mail/rmailsum.el (rmail-message-regexp-p-1):
17567 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17568 Before using mime functions, check they are set. (Bug#10077)
17569
d5a6b3ba
JL
175702011-11-19 Juri Linkov <juri@jurta.org>
17571
17572 * info.el (Info-finder-find-node): Use `package--builtins' instead
17573 of `package-alist'. Use node names formed by the pattern "Keyword "
17574 and the keyword name.
17575
e981b61f
AS
175762011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17577
1d00653d 17578 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 17579
3ffbc301
JL
175802011-11-19 Juri Linkov <juri@jurta.org>
17581
17582 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17583 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17584 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17585 `old-history', `old-history-forward'. Add let-binding
17586 `window-selected'. Remove calls to `kill-buffer',
17587 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17588 before calling `Info-find-node', so `Info-find-node-2' will reread
17589 the Info file. Restore window positions only when `window-selected'
17590 is non-nil.
17591
30c62133
JL
175922011-11-19 Juri Linkov <juri@jurta.org>
17593
17594 * isearch.el (isearch-lazy-highlight-new-loop):
17595 Remove condition `(not isearch-error)'. (Bug#9918)
17596
17597 * misearch.el (multi-isearch-search-fun): Add condition
17598 `(not bound)' to ignore lazy-highlighting search.
17599 Add the search-failed message "end of multi" when the end of
17600 multi-sequence is reached. Uncapitalize the search-failed
17601 message "Repeat for next buffer".
17602
17603 * info.el (Info-search): Add the search-failed message
17604 "end of the manual" when the end of the manual is reached
17605 in Isearch mode.
17606
645ca9cf
JL
176072011-11-19 Juri Linkov <juri@jurta.org>
17608
17609 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17610 Use non-destructive `remove' instead of `delete' because
17611 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17612 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17613
df754f66
JL
176142011-11-19 Juri Linkov <juri@jurta.org>
17615
17616 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17617 to nil instead of binding `search-ring' and `regexp-search-ring'.
17618 (Bug#9185)
17619
0e23d96a
EZ
176202011-11-19 Eli Zaretskii <eliz@gnu.org>
17621
17622 * simple.el (line-move): Force movement by logical lines for any
17623 hscrolled window, not only when auto-hscroll-mode is on.
17624 (line-move-visual): Update doc string to that effect. (Bug#10076)
17625
8a6ccb66
AS
176262011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17627
17628 * language/european.el (macintosh): Define as alias for mac-roman.
17629
49ae5b39
EZ
176302011-11-19 Eli Zaretskii <eliz@gnu.org>
17631
17632 * mail/rmailmm.el (rmail-mime-display-header)
17633 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17634 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17635 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17636 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17637 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17638 of a raw aref.
17639 (rmail-mime-entity-segment): To get past the tagline, move forward
17640 2 more lines, to account for the 2 empty lines that precede and
17641 follow the line with the buttons.
17642 (rmail-mime-update-tagline): Move one more line, to get past the
17643 empty line that follows the buttons in the tagline. (Bug#9520)
17644
c56cad4a
MR
176452011-11-19 Martin Rudalics <rudalics@gmx.at>
17646
17647 * window.el (window-max-delta-1, window-min-delta-1)
17648 (window-min-size-1, window-state-get-1, window-state-put-1)
17649 (window-state-put-2): Use "window--" prefix.
17650
cbe71af3
SM
176512011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17652
2ad52c60
SM
17653 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17654 (smie-warning-count): New var.
17655 (smie-set-prec2tab): Use it.
17656 (smie-bnf->prec2): Improve warnings. Add docstring.
17657 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17658 (smie-bnf--set-class): New function.
17659 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17660 corner case.
17661
6944dbc1
SM
17662 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17663 (compilation-error-properties, compilation-move-to-column):
17664 Handle compilation-first-column while in the target buffer.
17665
c400c4d7
SM
17666 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17667 Don't hardcode point-min==1.
17668
6dbe3e96
SM
17669 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17670 (eshell-rewrite-for-command): Remove workaround.
17671 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17672 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17673 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17674
cbe71af3
SM
17675 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17676
a8e1496d
GM
176772011-11-17 Glenn Morris <rgm@gnu.org>
17678
17679 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17680 Ignore buffer-local generated-autoload-file if it is the same
17681 as the global value. (Bug#10049)
17682
df85d315
JB
176832011-11-17 Juanma Barranquero <lekktu@gmail.com>
17684
17685 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17686 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17687 (reftex-toc-previous-heading, reftex-toc-max-level)
17688 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17689 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17690 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17691 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17692 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17693 (reftex-toc-rename-label, reftex-toc-visit-location)
17694 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17695 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17696 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17697 leaving "*toc*" only for references to the buffer.
17698
a0c2d0ae
MR
176992011-11-17 Martin Rudalics <rudalics@gmx.at>
17700
17701 * window.el (window-resize, delete-window, split-window):
17702 Replace window-splits by window-combination-resize.
1d00653d 17703 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 17704
35c0bac8
GM
177052011-11-17 Glenn Morris <rgm@gnu.org>
17706
17707 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17708 Make bash entry derive from sh entry, not shell entry.
17709
d0c8fc8a
MA
177102011-11-16 Michael Albinus <michael.albinus@gmx.de>
17711
7262a87c
MA
17712 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17713 local file name.
17714
7877f373
JB
177152011-11-16 Juanma Barranquero <lekktu@gmail.com>
17716
17717 * menu-bar.el (menu-bar-file-menu):
17718 * printing.el (pr-ps-utility):
17719 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17720 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17721 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17722 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17723 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17724 (icalendar--convert-cyclic-to-ical)
17725 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17726 (icalendar--convert-ical-to-diary)
17727 (icalendar--convert-recurring-to-diary)
17728 (icalendar--convert-non-recurring-all-day-to-diary)
17729 (icalendar-import-format-sample):
17730 * progmodes/idlw-shell.el (idlwave-shell-mode):
17731 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17732 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17733 (vhdl-ps-print-init): Fix typos.
17734
10649b82
KM
177352011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17736
9d0cfcd6
GM
17737 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17738 FSF and collapse date sequence, obscure author/maintainer email address
17739 better, remove extra version line, track relocation of author's webpage.
10649b82 17740
9d0cfcd6
GM
17741 * progmodes/python.el (python-pdbtrack-input-prompt)
17742 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17743 regular python pdb prompts. Adjustments shamelessly taken exactly as
17744 suggested in EmacsWiki page (tiny change):
17745 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 17746
58179cce
JB
177472011-11-16 Juanma Barranquero <lekktu@gmail.com>
17748
17749 * expand.el (expand-pos, expand-index, expand-point):
17750 Remove redundant info from docstring.
17751 (expand-add-abbrevs): Doc fix.
17752 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17753 (expand-sample-perl-mode-expand-list): Fix typos.
17754
17755 * net/dbus.el (dbus-event-member-name):
17756 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17757 * term/pc-win.el (msdos-create-frame-with-faces):
17758 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17759
b6f67890
MR
177602011-11-16 Martin Rudalics <rudalics@gmx.at>
17761
17762 * window.el (split-window, window-state-get-1)
17763 (window-state-put-1, window-state-put-2): Rename occurrences of
17764 window-nest to window-combination-limit.
1d00653d 17765 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 17766
ce7ddba0
CY
177672011-11-16 Chong Yidong <cyd@gnu.org>
17768
17769 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17770 regexp (Bug#10033).
17771
3ae704f4
SM
177722011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17773
17774 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17775 `completing-read' will remove *Completions* and will preserve
17776 current-buffer for us.
17777 (tmm-add-prompt): Users of *Completions* will always (re)set its
17778 major mode.
17779 (tmm-old-comp-map): Remove.
17780
6ad1cdde
GM
177812011-11-16 Glenn Morris <rgm@gnu.org>
17782
17783 * mail/rmailedit.el: Require rmailmm when compiling.
17784 (rmail-old-mime-state): New declaration.
17785 (rmail-edit-current-message): If editing a mime message,
17786 edit the "raw" message from the mbox buffer.
17787 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17788
d20faa20
GM
177892011-11-15 Glenn Morris <rgm@gnu.org>
17790
17791 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17792 which wasn't being used. Add optional arg to force given state.
17793 (rmail-mime): Add optional arg to force given state.
17794
c7015153
JB
177952011-11-15 Juanma Barranquero <lekktu@gmail.com>
17796
17797 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17798 * frame.el (display-mm-dimensions-alist):
17799 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17800 (outline-move-subtree-down):
17801 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17802 (newsticker--treeview-do-get-node):
17803 * net/quickurl.el (quickurl-list-buffer-name):
17804 * progmodes/dcl-mode.el (dcl-mode):
17805 * progmodes/gdb-mi.el (gdb-mapcar*):
17806 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17807
45261b50
GM
178082011-11-15 Glenn Morris <rgm@gnu.org>
17809
17810 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17811 in a boolean sense, so just make it a boolean, and fix the doc.
17812 (rmail-show-mime-function, rmail-mime-feature)
17813 (rmail-require-mime-maybe): Doc fixes.
17814 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17815
17816 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17817
0d26e0b6
JB
178182011-11-15 Juanma Barranquero <lekktu@gmail.com>
17819
17820 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17821 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17822 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17823 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17824
447f30f6
GM
178252011-11-15 Glenn Morris <rgm@gnu.org>
17826
672b871d
GM
17827 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17828 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17829 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17830 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17831 (rmail-mime, rmail-show-mime): Doc fixes.
17832
f6aa5bb1
GM
17833 * term/ns-win.el (mode-line-frame-identification):
17834 Leave it alone. (Bug#10051)
17835
947cd66b
GM
17836 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17837
447f30f6
GM
17838 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17839 Handle empty buffers. (Bug#9978)
17840
0b381c7e
JB
178412011-11-14 Juanma Barranquero <lekktu@gmail.com>
17842
17843 * international/mule.el (define-charset):
17844 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17845 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17846 * progmodes/verilog-mode.el (verilog-backward-token):
17847 * textmodes/ispell.el (lookup-words):
17848 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17849
71e027ac
GM
178502011-11-14 Glenn Morris <rgm@gnu.org>
17851
56632ce4
GM
17852 * progmodes/executable.el
17853 (executable-make-buffer-file-executable-if-script-p):
17854 Handle file-modes returning nil.
17855
40500957
GM
17856 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17857 message - not necessary, and causes problems. (Bug#9831)
17858
071c2340
GM
17859 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17860
d3cfca60
GM
17861 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17862
71e027ac
GM
17863 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17864 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17865 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17866
89d61221
MR
178672011-11-12 Martin Rudalics <rudalics@gmx.at>
17868
17869 * window.el (window-resize, delete-window): Use window-splits
17870 variable instead of function.
17871 (window-state-get-1, window-state-put-2, window-state-put):
17872 Don't deal with windows' splits status.
17873
98282f6f
GM
178742011-11-12 Glenn Morris <rgm@gnu.org>
17875
17876 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17877 (apropos-documentation): Doc fixes.
17878
40a8bdf6
JB
178792011-11-11 Juanma Barranquero <lekktu@gmail.com>
17880
17881 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17882 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17883
65bd19ff
SM
178842011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17885
17886 * electric.el (electric-indent-post-self-insert-function): Make it
17887 possible for a char to only indent in some circumstances.
17888 (electric-indent-mode): Simplify.
17889
54f9154c
MR
178902011-11-11 Martin Rudalics <rudalics@gmx.at>
17891
17892 * window.el (windows-with-parameter): Remove unused function.
17893 (windows-at-side): Rename to window-at-side-list.
17894 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
17895 (window-side-check, window-size-ignore, window-size-fixed-1)
17896 (window-in-direction-2): Prefix with "window--".
17897 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 17898
68cbc58b
GM
178992011-11-11 Glenn Morris <rgm@gnu.org>
17900
17901 * subr.el (eval-after-load): If FILE is already loaded,
17902 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17903
b2621720
GM
179042011-11-10 Glenn Morris <rgm@gnu.org>
17905
9a4de110
GM
17906 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17907 Call svn via vc-svn-command rather than vc-do-command.
17908 (vc-svn-command): Add --non-interactive. (Bug#9993)
17909 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17910
b2621720
GM
17911 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17912 Add toggle-read-only. (Bug#7292)
17913 * files.el (toggle-read-only): Mention that it should only
17914 be used interactively. (Bug#10006)
17915
1dce7193
SM
179162011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17917
d9ac1a1e
SM
17918 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17919 Adjust regexp for OCaml warnings.
17920
0c325082
SM
17921 * electric.el (electric-pair-post-self-insert-function): Let user
17922 turn it off buffer-locally (bug#9932).
17923
90132c14
SM
17924 * progmodes/python.el (python-beginning-of-statement):
17925 Rewrite (bug#2703).
17926
1dce7193
SM
17927 * progmodes/compile.el: Better handle TABs (bug#9749).
17928 (compilation-internal-error-properties)
17929 (compilation-next-error-function): Obey the target buffer's
17930 compilation-error-screen-columns.
17931
c4e7c63a
JB
179322011-11-09 Juanma Barranquero <lekktu@gmail.com>
17933
17934 * progmodes/meta-mode.el: Remove obsolete comments.
17935 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17936 Fix typos in docstrings.
17937
2cffd681
MR
179382011-11-09 Martin Rudalics <rudalics@gmx.at>
17939
17940 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 17941 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
17942 (window--resizable): New function. Make all callers of
17943 window-resizable call window--resizable instead.
17944 (window-resizable): Rewrite in terms of window--resizable.
17945
0edcba87
GM
179462011-11-08 Glenn Morris <rgm@gnu.org>
17947
17948 * progmodes/delphi.el (delphi-mode-syntax-table):
17949 Let define-derived-mode define a proper syntax table. (Bug#9994)
17950
4b0d61e3
SM
179512011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17952
17953 * window.el: Stay away from defsubst.
17954 (window-list-no-nils): Remove.
17955 (window-state-get-1, window-state-get): Use backquote instead.
17956
cd394be1 179572011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 17958
4b0d61e3 17959 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 17960 Fix incorrect use of default argument in `completing-read'.
17961
e1c2c6f2
MR
179622011-11-08 Martin Rudalics <rudalics@gmx.at>
17963
17964 * window.el (display-buffer-function, special-display-function):
17965 Mention display-buffer-record-window but do not mention
17966 help-setup parameter in doc-strings.
b3f4a882 17967 (window-min-delta): Fix doc-string typo.
e1c2c6f2 17968
105216ed
CY
179692011-11-08 Chong Yidong <cyd@gnu.org>
17970
17971 * window.el (window-total-height, window-total-width): Doc fix.
17972 (window-body-size): Move from C.
17973 (window-body-height, window-body-width): Move to C.
17974
0a9f9ab5
SM
179752011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17976
17977 * window.el: Make special-display like display-buffer-alist (bug#9532).
17978 (display-buffer--special-action): New function, morphed
17979 from display-buffer--special.
17980 (display-buffer): Use it to handle special-display-buffers at higher
17981 priority (just after display-buffer-alist).
17982 (display-buffer-fallback-action, display-buffer--other-frame-action)
17983 (pop-to-buffer-same-window): Remove display-buffer--special.
17984
a769dd15
GM
179852011-11-07 Glenn Morris <rgm@gnu.org>
17986
17987 * calendar/cal-menu.el (cal-menu-set-date-title):
17988 Do nothing if not in a calendar. (Bug#9976)
17989
05a61ee3
SM
179902011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17991
17992 * files.el (find-file): Always use selected-window.
17993
be7f5545
MR
179942011-11-07 Martin Rudalics <rudalics@gmx.at>
17995
17996 * window.el (window-combinations): Make WINDOW argument
17997 mandatory. Rewrite doc-string.
17998 (walk-window-subtree, window-atom-check, window-min-delta)
17999 (window-max-delta, window--resize-this-window)
18000 (window--resize-root-window-vertically, window-tree)
18001 (balance-windows, window-state-put): Rewrite doc-strings as to
18002 not mention the term "subwindow".
18003 (window--resize-subwindows-skip-p): Rename to
18004 window--resize-child-windows-skip-p.
18005 (window--resize-subwindows-normal): Rename to
18006 window--resize-child-windows-normal.
18007 (window--resize-subwindows): Rename to
18008 window--resize-child-windows.
18009 (window-or-subwindow-p): Rename to window--in-subtree-p.
18010
3c6702ef
ML
180112011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18012
18013 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18014 Ensure that mbox format messages end in two newlines (Bug#9974).
18015
49745b39
CY
180162011-11-06 Chong Yidong <cyd@gnu.org>
18017
18018 * window.el (window-combination-p): Function deleted; its
18019 side-effect is not used in any existing code.
18020 (window-combinations, window-combined-p): Call window-*-child
18021 directly.
18022
24300f5f
CY
180232011-11-05 Chong Yidong <cyd@gnu.org>
18024
18025 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
18026 (window-size-ignore, window-state-get): Callers changed.
18027 (window-normalize-window): Rename from window-normalize-any-window.
18028 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 18029 (window-normalize-live-window): Delete.
447f16b8
CY
18030 (window-combination-p, window-combined-p, window-combinations)
18031 (walk-window-subtree, window-atom-root, window-min-size)
18032 (window-sizable, window-sizable-p, window-size-fixed-p)
18033 (window-min-delta, window-max-delta, window-resizable)
18034 (window-resizable-p, window-full-height-p, window-full-width-p)
18035 (window-current-scroll-bars, window-point-1, set-window-point-1)
18036 (window-at-side-p, window-in-direction, window-resize)
18037 (adjust-window-trailing-edge, maximize-window, minimize-window)
18038 (window-deletable-p, delete-window, delete-other-windows)
18039 (record-window-buffer, unrecord-window-buffer)
18040 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18041 (quit-window, split-window, window-state-put)
18042 (set-window-text-height, fit-window-to-buffer)
18043 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 18044
89bd5ee1
EZ
180452011-11-04 Eli Zaretskii <eliz@gnu.org>
18046
53479029
EZ
18047 * mail/rmail.el (rmail-simplified-subject): Decode subject with
18048 rfc2047-decode-string.
18049 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18050 warnings.
18051
89bd5ee1
EZ
18052 * window.el (window-body-height, window-body-width): Mention in
18053 the doc string that the return values are in frame's canonical
18054 units. (Bug#9949)
18055
bd17fdee
AM
180562011-11-03 Alan Mackenzie <acm@muc.de>
18057
18058 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18059 change in cc-engine.el.
18060
acc825c5
SM
180612011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18062
18063 * window.el (switch-to-buffer): Use `force-same-window' interactively.
18064
1885e5b8
MR
180652011-11-02 Martin Rudalics <rudalics@gmx.at>
18066
18067 * window.el (quit-window): Call unrecord-window-buffer after
18068 showing another buffer in the window. (Bug#9937)
acc825c5 18069 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 18070
ebe06da9
JB
180712011-11-02 Juanma Barranquero <lekktu@gmail.com>
18072
18073 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18074 Accept status with more than 9 shelves. (Bug#9935)
18075 Reported by Colin D Bennett <colin@gibibit.com>.
18076
4ee88440
MR
180772011-11-01 Martin Rudalics <rudalics@gmx.at>
18078
18079 * help.el (with-help-window): Don't reference
18080 temp-buffer-show-specifiers in doc-string.
18081
08e1d82c
AS
180822011-10-31 Andreas Schwab <schwab@linux-m68k.org>
18083
18084 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18085 menu-item.
18086
84bd6e9e
VJL
180872011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18088
18089 * whitespace.el: New version 13.2.2.
18090 (whitespace-newline-mode): Disable properly. Reported by Sarah
18091 <EmacsWiki>.
18092
dba0634a
UJ
180932011-10-30 Ulf Jasper <ulf.jasper@web.de>
18094
18095 * net/newst-treeview.el: Remove "Time-stamp".
18096 (newsticker--group-manage-orphan-feeds): Do not call
18097 newsticker--treeview-tree-update.
db22a3c2
JB
18098 (newsticker-treeview-update, newsticker-treeview):
18099 Call newsticker--treeview-tree-update if necessary.
dba0634a 18100
3d8daefe
MR
181012011-10-30 Martin Rudalics <rudalics@gmx.at>
18102
18103 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
18104 (window-iso-combinations): Remove "iso-" infix.
18105 Suggested by Chong Yidong.
3d8daefe
MR
18106 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18107 (window-max-delta-1, window-resize, window--resize-siblings)
18108 (window--resize-this-window, adjust-window-trailing-edge)
18109 (split-window, balance-windows-1)
18110 (shrink-window-if-larger-than-buffer):
18111 * calendar/calendar.el (calendar-generate-window):
db22a3c2 18112 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 18113
1bc4c3ae
SM
181142011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18117 in place (bug#9907).
18118 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18119 (eshell-rewrite-if-command, eshell-rewrite-for-command)
18120 (eshell-structure-basic-command, eshell-rewrite-while-command)
18121 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18122 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18123 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18124 (eshell-do-pipelines-synchronously, eshell-eval-command):
18125 Use backquotes and prefer setq to set.
18126 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18127 (eshell-macrop): Use functionp.
c1e2f5fa 18128 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 18129
30b65d9c
CY
181302011-10-30 Chong Yidong <cyd@gnu.org>
18131
18132 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18133 instead of set-mark (Bug#9810).
18134
2d197ffb
CY
181352011-10-30 Chong Yidong <cyd@gnu.org>
18136
18137 * window.el (split-window-below, split-window-right): Rename from
18138 split-window-above-each-other and split-window-side-by-side
18139 respectively. All callers changed.
18140 (split-window-sensibly, split-window-sensibly): Use them.
18141 (split-window-keep-point): Doc fix.
18142
18143 * isearch.el: Add isearch-scroll property to split-window-below
18144 and split-window-right.
18145
18146 * follow.el (follow-mode):
18147 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18148 * progmodes/ada-xref.el (ada-gdb-application):
18149 * emulation/vip.el (vip-buffer-in-two-windows):
18150 * image-dired.el (image-dired-dired-with-window-configuration):
18151 * dired-x.el (dired-do-find-marked-files):
18152 * dired.el (dired-pop-to-buffer):
18153 * bs.el (bs--show-with-configuration):
18154 * vc/emerge.el (emerge-setup-windows):
18155 * textmodes/two-column.el (2C-two-columns):
18156 * textmodes/reftex-toc.el (reftex-toc):
18157 * progmodes/gdb-mi.el (gdb-setup-windows):
18158 * progmodes/fortran.el (fortran-window-create):
18159 * net/newst-treeview.el (newsticker--treeview-window-init):
18160 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18161 * emulation/tpu-edt.el (tpu-gold-map):
18162 * emulation/crisp.el (crisp-mode-map):
18163 * calendar/calendar.el (calendar-basic-setup): Callers changed.
18164
38bb2ca8
CY
181652011-10-29 Chong Yidong <cyd@gnu.org>
18166
aa4de341
CY
18167 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18168
e1eb5385
CY
18169 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18170
5d2ece3c
CY
18171 * textmodes/flyspell.el (flyspell-word): Fix char offset for
18172 forged Ispell output (Bug#7904).
18173
38bb2ca8
CY
18174 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18175
d0af9f77
SM
181762011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18177
18178 * doc-view.el: Avoid ugly errors about not finding nil.
18179 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18180 (doc-view-dvipdf-program, doc-view-unoconv-program)
18181 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18182 Avoid nil or absolute file name as default value.
18183 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18184
52bedd34
AM
181852011-10-28 Alan Mackenzie <acm@muc.de>
18186
db22a3c2 18187 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 18188
7e43cfa5
AM
181892011-10-28 Alan Mackenzie <acm@muc.de>
18190
18191 Amend the handling of c-beginning/end-of-defun in nested declaration
18192 scopes.
18193
52bedd34
AM
18194 * progmodes/cc-vars.el (c-defun-tactic): Move here from
18195 cc-langs.el. Change it to a defcustom.
7e43cfa5 18196
52bedd34
AM
18197 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18198 cc-vars.el.
7e43cfa5 18199
d0af9f77
SM
18200 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18201 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 18202
52bedd34 18203 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 18204 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
18205 (c-widen-to-enclosing-decl-scope): New function.
18206 (c-while-widening-to-decl-block): New macro.
18207 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18208 outward for defun boundaries, and correspondingly change symbol
18209 `respect-enclosure' to `go-outward'.
18210 (c-declaration-limits): Change algorithm to report only the "innermost"
18211 defun's boundaries.
18212
1a2ce9ee
DD
182132011-10-28 Deniz Dogan <deniz@dogan.se>
18214
18215 * net/rcirc.el (rcirc-mode): Use hard newlines.
18216
bc97a826
AM
182172011-10-28 Alan Mackenzie <acm@muc.de>
18218
18219 Amend to indent and fontify macros "which include their own semicolon"
18220 correctly, using the "virtual semicolon" mechanism.
18221
52bedd34 18222 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 18223
d0af9f77 18224 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 18225 Recode to scan one line at a time rather than having \n and \r
58179cce 18226 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 18227 (c-forward-label): Amend for virtual semicolons.
58179cce 18228 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 18229
52bedd34
AM
18230 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18231 of the new C macros.
bc97a826 18232
52bedd34 18233 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
18234 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18235 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
18236 (c-opt-cpp-macro-define): Make into a full language variable.
18237 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18238 AWK Mode (including \n, \r) removed, no longer needed.
18239
d0af9f77
SM
18240 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18241 Invoke c-make-macro-with-semi-re.
bc97a826 18242
52bedd34
AM
18243 * progmodes/cc-vars.el (c-macro-with-semi-re):
18244 (c-macro-names-with-semicolon): New variables.
58179cce 18245 (c-make-macro-with-semi-re): New function.
bc97a826 18246
7a6c0941
SM
182472011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18248
18249 * vc/log-edit.el: Fill empty field rather than adding new one.
18250 (log-edit-add-field): New function.
18251 (log-edit-insert-changelog): Use it.
18252
b0c4cdcf
ML
182532011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18254
18255 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18256
ee1f1da9
SM
182572011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18258
18259 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18260 (gdb--check-interpreter): New function.
18261 (gdb): Use it.
18262
51bc5f8b
GM
182632011-10-27 Glenn Morris <rgm@gnu.org>
18264
416a2c45
GM
18265 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18266 (least-positive-float, least-negative-float)
18267 (least-positive-normalized-float, least-negative-normalized-float)
18268 (float-epsilon, float-negative-epsilon):
18269 Remove unnecessary declarations.
18270
18271 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18272 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18273 (least-positive-float, least-negative-float)
18274 (least-positive-normalized-float, least-negative-normalized-float)
18275 (float-epsilon, float-negative-epsilon): Add doc-strings,
18276 based on those in cl.texi.
18277
51bc5f8b
GM
18278 * files.el (set-visited-file-name): If the major-mode changed,
18279 reload the local variables. (Bug#9796)
18280
15de15c6
CY
182812011-10-27 Chong Yidong <cyd@gnu.org>
18282
18283 * subr.el (change-major-mode-after-body-hook): New hook.
18284 (run-mode-hooks): Run it.
18285
ee1f1da9
SM
18286 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18287 Use change-major-mode-before-body-hook.
15de15c6
CY
18288
18289 * simple.el (fundamental-mode):
18290 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18291 change introducing fundamental-mode-hook.
18292
5430d399
JB
182932011-10-26 Juanma Barranquero <lekktu@gmail.com>
18294
acc825c5 18295 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 18296
ad74a69e
MA
182972011-10-26 Michael Albinus <michael.albinus@gmx.de>
18298
18299 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 18300 tramp.el explicitly. (Bug#7583)
ad74a69e 18301
71d4c2a5
SM
183022011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18303
18304 * progmodes/octave-mod.el:
18305 * progmodes/octave-inf.el: Update maintainer.
18306
b1f6fa26
CY
183072011-10-26 Chong Yidong <cyd@gnu.org>
18308
18309 * subr.el (with-wrapper-hook): Rewrite doc.
18310
3f04efd6
MA
183112011-10-25 Michael Albinus <michael.albinus@gmx.de>
18312
18313 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 18314 filenames "/method:foo:". (Bug#9793)
3f04efd6 18315
410488d3
SM
183162011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18317
18318 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18319 (bug#9865).
18320
c1ebb47e
GM
183212011-10-24 Glenn Morris <rgm@gnu.org>
18322
18323 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18324
7f5c46c7
MA
183252011-10-24 Michael Albinus <michael.albinus@gmx.de>
18326
18327 * notifications.el: Add the requirement of a running D-Bus session
18328 bus to the Commentary.
18329
db2440b6
JL
183302011-10-24 Juri Linkov <juri@jurta.org>
18331
18332 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18333 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18334 (Bug#9364)
18335
feecf435
JL
183362011-10-24 Juri Linkov <juri@jurta.org>
18337
18338 * info.el (Info-following-node-name-re): Add newline to the list
18339 of allowed characters for leading space. (Bug#9824)
18340
a3839de2
SM
183412011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18342
acc825c5
SM
18343 * progmodes/octave-inf.el (inferior-octave-mode-map):
18344 Fix C-c C-h binding.
a3839de2
SM
18345 * progmodes/octave-mod.el (octave-help): Remove.
18346
09388e76
MA
183472011-10-23 Michael Albinus <michael.albinus@gmx.de>
18348
18349 Sync with Tramp 2.2.3.
18350
18351 * net/tramp-cache.el (top): Pacify byte-compiler using
18352 `init-file-user' and `site-run-file'.
18353
18354 * net/trampver.el: Update release number.
18355
86c60681
CY
183562011-10-23 Chong Yidong <cyd@gnu.org>
18357
18358 * files.el (toggle-read-only): Remove obsolete comment about
18359 version control.
18360
18361 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18362 for toggle-read-only. Note that this hasn't called vc-next-action
18363 since 2008-05-02, though it wasn't documented at the time.
18364
a3839de2
SM
18365 * vc/ediff-init.el (ediff-toggle-read-only-function):
18366 Use toggle-read-only.
86c60681 18367
cd5495ff
AM
183682011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18369
18370 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18371 of c-parse-state.
18372
00b77525 18373 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 18374 correct faulty logical expression.
cd5495ff
AM
18375 (c-parse-state-state, c-record-parse-state-state):
18376 (c-replay-parse-state-state): New defvar/defuns.
18377 (c-debug-parse-state): Use new functions.
18378
42ee24ed
MR
183792011-10-22 Martin Rudalics <rudalics@gmx.at>
18380
18381 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 18382 last fix. Use window-in-direction correctly.
42ee24ed 18383
a7dee7e7
CY
183842011-10-21 Chong Yidong <cyd@gnu.org>
18385
18386 * progmodes/idlwave.el (idlwave-mode):
18387 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
18388 require-final-newline; that's done in prog-mode.
18389 Suggested by Stefan Monnier.
a7dee7e7 18390
e07b9a6d
MR
183912011-10-21 Martin Rudalics <rudalics@gmx.at>
18392
18393 * mouse.el (mouse-drag-window-above)
18394 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18395 (mouse-drag-mode-line-1, mouse-drag-header-line)
18396 (mouse-drag-vertical-line-rightward-window): Remove.
18397 (mouse-drag-line): New function.
18398 (mouse-drag-mode-line, mouse-drag-header-line)
18399 (mouse-drag-vertical-line): Call mouse-drag-line.
18400 * window.el (window-at-side-p, windows-at-side): New functions.
18401
7e1361d9
UM
184022011-10-21 Ulrich Mueller <ulm@gentoo.org>
18403
18404 * tar-mode.el (tar-grind-file-mode):
18405 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18406
30fcaf3a
CY
184072011-10-21 Chong Yidong <cyd@gnu.org>
18408
18409 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
18410 * progmodes/vera-mode.el (vera-mode):
18411 Use mode-require-final-newline.
30fcaf3a 18412
516eddb0
GM
184132011-10-20 Glenn Morris <rgm@gnu.org>
18414
db22a3c2 18415 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 18416
10d5f513
CS
184172011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18418
18419 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18420
ac6c8639
CY
184212011-10-20 Chong Yidong <cyd@gnu.org>
18422
18423 * emulation/cua-base.el (cua-mode):
18424 * mail/footnote.el (footnote-mode):
18425 * mail/mailabbrev.el (mail-abbrevs-mode):
18426 * net/xesam.el (xesam-minor-mode):
18427 * progmodes/bug-reference.el (bug-reference-mode):
18428 * progmodes/cap-words.el (capitalized-words-mode):
18429 * progmodes/compile.el (compilation-minor-mode)
18430 (compilation-shell-minor-mode):
18431 * progmodes/gud.el (gud-tooltip-mode):
18432 * progmodes/hideif.el (hide-ifdef-mode):
18433 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18434 * progmodes/subword.el (subword-mode):
18435 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18436 * progmodes/which-func.el (which-function-mode):
18437 * term/tvi970.el (tvi970-set-keypad-mode):
18438 * term/vt100.el (vt100-wide-mode):
18439 * textmodes/flyspell.el (flyspell-mode):
18440 * textmodes/ispell.el (ispell-minor-mode):
18441 * textmodes/nroff-mode.el (nroff-electric-mode):
18442 * textmodes/paragraphs.el (use-hard-newlines):
18443 * textmodes/refill.el (refill-mode):
18444 * textmodes/reftex.el (reftex-mode):
18445 * textmodes/rst.el (rst-minor-mode):
18446 * textmodes/sgml-mode.el (html-autoview-mode)
18447 (sgml-electric-tag-pair-mode):
18448 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18449 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18450 * emulation/crisp.el (crisp-mode):
18451 * emacs-lisp/eldoc.el (eldoc-mode):
18452 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18453 minor mode behavior.
18454
aa42ab43
JL
184552011-10-19 Juri Linkov <juri@jurta.org>
18456
18457 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18458 the list of hard-coded chars with escape-glyph face.
18459
89400f1d
SM
184602011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18461
18462 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18463
305c07f6
MA
184642011-10-19 Michael Albinus <michael.albinus@gmx.de>
18465
18466 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18467 running process.
18468
13754b54
GM
184692011-10-19 Glenn Morris <rgm@gnu.org>
18470
18471 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18472 Ignore ignored files. (Bug#9726)
18473
06e21633
CY
184742011-10-19 Chong Yidong <cyd@gnu.org>
18475
18476 Doc fix for minor modes, stating that an omitted argument enables
18477 the mode unconditionally when called from Lisp.
18478
18479 * abbrev.el (abbrev-mode):
18480 * allout.el (allout-mode):
18481 * autoinsert.el (auto-insert-mode):
18482 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18483 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18484 (global-auto-revert-mode):
18485 * battery.el (display-battery-mode):
18486 * composite.el (global-auto-composition-mode)
18487 (auto-composition-mode):
18488 * delsel.el (delete-selection-mode):
18489 * desktop.el (desktop-save-mode):
18490 * dired-x.el (dired-omit-mode):
18491 * dirtrack.el (dirtrack-mode):
18492 * doc-view.el (doc-view-minor-mode):
18493 * double.el (double-mode):
18494 * electric.el (electric-indent-mode, electric-pair-mode):
18495 * emacs-lock.el (emacs-lock-mode):
18496 * epa-hook.el (auto-encryption-mode):
18497 * follow.el (follow-mode):
18498 * font-core.el (font-lock-mode):
18499 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18500 * help.el (temp-buffer-resize-mode):
18501 * hilit-chg.el (highlight-changes-mode)
18502 (highlight-changes-visible-mode):
18503 * hi-lock.el (hi-lock-mode):
18504 * hl-line.el (hl-line-mode, global-hl-line-mode):
18505 * icomplete.el (icomplete-mode):
18506 * ido.el (ido-everywhere):
18507 * image-file.el (auto-image-file-mode):
18508 * image-mode.el (image-minor-mode):
18509 * iswitchb.el (iswitchb-mode):
18510 * jka-cmpr-hook.el (auto-compression-mode):
18511 * linum.el (linum-mode):
18512 * longlines.el (longlines-mode):
18513 * master.el (master-mode):
18514 * mb-depth.el (minibuffer-depth-indicate-mode):
18515 * menu-bar.el (menu-bar-mode):
18516 * minibuf-eldef.el (minibuffer-electric-default-mode):
18517 * mouse-sel.el (mouse-sel-mode):
18518 * msb.el (msb-mode):
18519 * mwheel.el (mouse-wheel-mode):
18520 * outline.el (outline-minor-mode):
18521 * paren.el (show-paren-mode):
18522 * recentf.el (recentf-mode):
18523 * reveal.el (reveal-mode, global-reveal-mode):
18524 * rfn-eshadow.el (file-name-shadow-mode):
18525 * ruler-mode.el (ruler-mode):
18526 * savehist.el (savehist-mode):
18527 * scroll-all.el (scroll-all-mode):
18528 * scroll-bar.el (scroll-bar-mode):
18529 * server.el (server-mode):
18530 * shell.el (shell-dirtrack-mode):
18531 * simple.el (auto-fill-mode, transient-mark-mode)
18532 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18533 (line-number-mode, column-number-mode, size-indication-mode)
18534 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18535 * strokes.el (strokes-mode):
18536 * time.el (display-time-mode):
18537 * t-mouse.el (gpm-mouse-mode):
18538 * tool-bar.el (tool-bar-mode):
18539 * tooltip.el (tooltip-mode):
18540 * type-break.el (type-break-mode-line-message-mode)
18541 (type-break-query-mode):
18542 * view.el (view-mode):
18543 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18544 (global-whitespace-mode, global-whitespace-newline-mode):
18545 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18546
a3839de2
SM
18547 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18548 Fix autogenerated docstring.
06e21633 18549
5214e501
JL
185502011-10-19 Juri Linkov <juri@jurta.org>
18551
18552 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18553 by checking environment variables "DESKTOP_SESSION" and
18554 "XDG_CURRENT_DESKTOP". (Bug#9779)
18555
195f8db9
JL
185562011-10-19 Juri Linkov <juri@jurta.org>
18557
18558 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18559 (browse-url-chromium-program, browse-url-chromium-arguments):
18560 New defcustoms.
18561 (browse-url-default-browser): Check for `browse-url-chromium' and
18562 call `browse-url-chromium-program'.
18563 (browse-url-chromium): New command. (Bug#9779)
18564
343a34ff
JB
185652011-10-18 Juanma Barranquero <lekktu@gmail.com>
18566
18567 * facemenu.el (list-colors-duplicates): On Windows, detect more
18568 duplicates by assuming that only colors matching "^System" are
18569 special "system colors". (Bug#9722)
18570
6978a151
SM
185712011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18572
18573 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18574 to distinguish the author from the committer.
18575
6a80b297
MA
185762011-10-18 Michael Albinus <michael.albinus@gmx.de>
18577
18578 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18579
b31a5677
JK
185802011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18581
18582 * international/mule.el (sgml-html-meta-auto-coding-function):
18583 Add support for detecting encoding in HTML5 specified only as
18584 <meta charset="UTF-8">. Implementation just makes http-equiv and
18585 content-type parts from HTML4 encoding string optional. (Bug#9716)
18586
80c6d77f
GM
185872011-10-18 Glenn Morris <rgm@gnu.org>
18588
18589 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18590
08b0fee8
CY
185912011-10-18 Chong Yidong <cyd@gnu.org>
18592
18593 * faces.el (cursor): Doc fix.
18594
67e729a5
CY
185952011-10-17 Chong Yidong <cyd@gnu.org>
18596
18597 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18598
343a34ff 185992011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
18600
18601 * dirtrack.el (dirtrack): Support shell buffers with path
18602 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18603
0bc06380
TZ
186042011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18605
18606 * json.el: Bump version to 1.3 and note change in History.
18607 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18608
8b79f3e0
SM
186092011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18610
5a7c536b
SM
18611 * comint.el (comint-insert-input, comint-send-input)
18612 (comint-get-old-input-default, comint-backward-matching-input)
18613 (comint-next-prompt): Use nil instead of `input' for field property of
18614 past user input (bug#114).
18615
96a8a0df
SM
18616 * minibuffer.el (completion--replace): Inherit surrounding properties
18617 (bug#114).
18618 (minibuffer-complete-and-exit): Use it.
18619
8b79f3e0
SM
18620 * comint.el (comint--table-subvert): Quote the all-completions output
18621 (bug#9160).
18622
b8f7ff0d
MR
186232011-10-17 Martin Rudalics <rudalics@gmx.at>
18624
8b79f3e0 18625 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 18626
b8f7ff0d 18627 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 18628 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
18629 entries and separate them from frame entries.
18630
c235b555
GM
186312011-10-15 Glenn Morris <rgm@gnu.org>
18632
18633 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18634 Doc fixes.
18635
6bbfa6e1
CY
186362011-10-15 Chong Yidong <cyd@stupidchicken.com>
18637
8b79f3e0
SM
18638 * net/network-stream.el (network-stream-open-starttls):
18639 Improve detection of failure due to lack of TLS support.
ec5c990d 18640
6bbfa6e1
CY
18641 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18642 putting the input text in front and in bold.
18643
98488977
SM
186442011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18645
3d1337be
SM
18646 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18647
ee0b45e4
SM
18648 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18649 empty buffer.
18650
98488977
SM
18651 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18652 unread-command-events rather than pushing yet-another event.
18653
186f4720
EZ
186542011-10-14 Eli Zaretskii <eliz@gnu.org>
18655
18656 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18657 the explanation of the possible choices. Make the options passed
18658 to completing-read shorter.
18659
8b7a997c
AM
186602011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
18661
18662 * textmodes/flyspell.el (flyspell-large-region): Make sure
18663 extended character mode is used if defined (Bug#1339).
18664
12587bbb
EZ
186652011-10-13 Eli Zaretskii <eliz@gnu.org>
18666
18667 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
18668 character info for LRE, LRO, RLE, and RLO characters by appending
18669 an invisible PDF.
12587bbb 18670
bad41229
SM
186712011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18672
18673 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18674 even in case of error; add debug spec; simplify data flow.
18675 (with-timeout-handler): Remove.
18676
28dbc92f
MA
186772011-10-12 Michael Albinus <michael.albinus@gmx.de>
18678
18679 Fix Bug#6019, Bug#9315.
18680
18681 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18682 complete `buffer-file-name', the local file name part could look
18683 remotely (for example on VMS).
18684
18685 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18686 `tramp-run-real-handler'.
18687 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18688 already quoted by '"'.
18689
18690 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18691 Let `file-name-handler-alist' be nil, the local file name part
18692 could look remotely (for example on VMS).
18693
e1b0b23a
SM
186942011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18695
18696 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18697 from here...
18698 (flyspell-post-command-hook): ...to here.
18699
a120bde9
SM
187002011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18701
18702 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18703 if not needed.
18704 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18705 using completion. Protect against "slow" callers.
18706 Remove the "message hack".
18707
7ce7717b
JL
187082011-10-11 Juri Linkov <juri@jurta.org>
18709
18710 * isearch.el (isearch-lazy-highlight-word): New variable.
18711 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18712 Use it. (Bug#9727)
18713
c02ee9d6
GM
187142011-10-11 Glenn Morris <rgm@gnu.org>
18715
18716 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18717 like f90-previous-statement does.
18718
93e616fd 187192011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18720
1f190e73 18721 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
18722 only in interactive use, to avoid error.
18723
af7b6078
SM
187242011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18725
18726 * minibuffer.el (completion-file-name-table): Fix last change,
18727 i.e. ignore normal errors but not the other ones.
18728
0563dae9
MR
187292011-10-10 Martin Rudalics <rudalics@gmx.at>
18730
18731 * window.el (special-display-buffer-names)
18732 (special-display-regexps): Remove some remnants of earlier
18733 changes from doc-strings.
366ca7f3
MR
18734 (quit-windows-on): New function.
18735
18736 * vc/vc.el (vc-revert, vc-rollback):
18737 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18738 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 18739 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 18740
49677495
MR
187412011-10-09 Martin Rudalics <rudalics@gmx.at>
18742
18743 * window.el (frame-auto-hide-function): Add version tag.
18744 (Bug#9699)
18745
56f2d1e1
MA
187462011-10-09 Michael Albinus <michael.albinus@gmx.de>
18747
18748 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18749 condition.
18750
112a6592
LL
187512011-10-09 Leo Liu <sdl.web@gmail.com>
18752
18753 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18754 (Bug#9701)
18755
0812589b
GM
187562011-10-08 Glenn Morris <rgm@gnu.org>
18757
18758 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18759 before the first code statement zero indent. (Bug#9690)
18760
b2b0776e
CY
187612011-10-08 Chong Yidong <cyd@stupidchicken.com>
18762
18763 * simple.el (count-words-region): Always count in the region.
18764 Report the number of lines and characters too.
18765 (count-words): New command, which counts in the buffer if the
18766 region is inactive, as count-words-region used to.
18767 (count-words--message): New function. Handle plurals.
18768 (count-lines-region): Make it an alias for count-words-region.
18769
18770 * bindings.el (esc-map): Replace count-lines-region with
18771 count-words-region.
18772
c557cd6b
MR
187732011-10-08 Martin Rudalics <rudalics@gmx.at>
18774
18775 * window.el (window--delete): Delete dedicated frame
18776 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 18777 (switch-to-buffer): Fix doc-string typo.
c557cd6b 18778
61a57ef4 187792011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18780
3a7d293b 18781 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 18782
c3833279
CY
187832011-10-07 Chong Yidong <cyd@stupidchicken.com>
18784
18785 * bindings.el ([M-left],[M-right]): Bind to left-word and
18786 right-word respectively.
18787
21ce8245
GM
187882011-10-07 Glenn Morris <rgm@gnu.org>
18789
18790 * cus-start.el (debug-on-quit): Fix custom type.
18791
6d823bb2
LMI
187922011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18793
0181e193
LMI
18794 * subr.el (define-key-after): Clarify that the function is not
18795 useful for non-menu keymaps.
18796
6d823bb2
LMI
18797 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18798
8e3459ce 187992011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18800
21ce8245 18801 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 18802 in current minibuffer (Fix bug with recursive minibuffers).
18803
a1c2d21e
CY
188042011-10-06 Chong Yidong <cyd@stupidchicken.com>
18805
18806 * progmodes/gdb-mi.el (gdb): Doc fix.
18807
5a4cf282
MR
188082011-10-05 Martin Rudalics <rudalics@gmx.at>
18809
18810 * window.el (frame-auto-hide-function): New option replacing
18811 frame-auto-delete. Suggested by Stefan Monnier.
18812 (window--delete): Call frame-auto-hide-function instead of
18813 investigating frame-auto-delete.
c96111ea
MR
18814 (window-point-1, set-window-point-1): New functions.
18815 (window-in-direction, record-window-buffer, window-state-get-1)
18816 (display-buffer-record-window): Use window-point-1 instead of
18817 window-point.
18818 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 18819
9854542e
SM
188202011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18821
18822 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18823
8943cfb0
GM
188242011-10-05 Glenn Morris <rgm@gnu.org>
18825
18826 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18827 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18828
647ab967
LL
188292011-10-05 Leo Liu <sdl.web@gmail.com>
18830
18831 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18832 works with buffer object.
18833
3ddfbced
SM
188342011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18835
18836 * mpc.el (mpc-tool-bar-map): Add labels.
18837
bdfa5dd2
GM
188382011-10-04 Glenn Morris <rgm@gnu.org>
18839
18840 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18841
0e2070b5
MR
188422011-10-04 Martin Rudalics <rudalics@gmx.at>
18843
18844 * window.el (window--delete): New function.
18845 (frame-auto-delete): Resuscitate option.
18846 (bury-buffer, replace-buffer-in-windows)
18847 (quit-window): Rewrite using window--delete.
18848 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18849 Pass display-buffer-mark-dedicated to window--display-buffer-2
18850 (Bug#9639).
18851
3dc61a09
SM
188522011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18853
915a9b64
SM
18854 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18855 returns a list (bug#9554). Add remote file name completion.
18856 * comint.el (comint--table-subvert): Curry and get quote&unquote
18857 functions as arguments.
18858 (comint--complete-file-name-data): Adjust call accordingly.
18859 * pcomplete.el (pcomplete--table-subvert): Remove.
18860 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18861
3dc61a09
SM
18862 * minibuffer.el (completion-table-case-fold): Use currying.
18863 (completion--styles-type, completion--cycling-threshold-type):
18864 New constants.
18865 (completion-styles, completion-category-overrides)
18866 (completion-cycle-threshold): Use them.
18867 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18868 completion-table-case-fold.
18869
8ea0a993
SB
188702011-10-03 Stephen Berman <stephen.berman@gmx.net>
18871
18872 * minibuffer.el (completion-category-overrides): Fix type of styles
18873 and add more user friendly tags (bug#9660).
18874
8c24b7f6
SM
188752011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18876
18877 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18878 (mule-input-method-string): New widget.
18879 (default-input-method, language-info-custom-alist): Use it.
18880
428fe61a
SM
188812011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18882
32c1fffd
SM
18883 * pcomplete.el: Require comint.
18884 (pcomplete--common-suffix): Remove.
18885 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18886 (pcomplete--table-subvert): Sync with comint--table-subvert.
18887 (pcomplete--entries): Use comint-completion-file-name-table.
18888 * comint.el (comint-unquote-filename): Simplify.
18889 (comint-completion-file-name-table): New function (bug#9616).
18890 (comint--complete-file-name-data): Use it.
18891
428fe61a
SM
18892 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18893 (pcmpl-gnu-tar-buffer): Remove.
18894 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
18895 around. Make sure pcomplete-suffix-list is only changed temporarily.
18896 Don't look inside the tar's file if it's too large.
428fe61a 18897
04c52e2f
CY
188982011-10-01 Chong Yidong <cyd@stupidchicken.com>
18899
ce3cefcc
CY
18900 * cus-edit.el (custom-mode-map):
18901 * epa.el (epa-key-list-mode-map):
18902 * man.el (Man-mode-map):
18903 * startup.el (splash-screen-keymap):
18904 * simple.el (special-mode-map): Use scroll-up-command and
18905 scroll-down-command.
18906
18907 * progmodes/idlw-help.el (idlwave-help-mode-map):
18908 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18909 * net/newst-plainview.el (newsticker-mode-map):
18910 * emulation/ws-mode.el (wordstar-mode-map):
18911 * emulation/vi.el (vi-com-map):
18912 * calc/calc-graph.el (calc-graph-show-dumb):
18913 * term/sun.el (terminal-init-sun):
18914 * term/ns-win.el (global-map):
18915 * progmodes/grep.el (grep-mode-map):
18916 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18917 * mail/rmail.el (rmail-mode-map):
18918 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18919
04c52e2f
CY
18920 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18921 custom-safe-themes as special.
18922
79adf8c8
JD
189232011-10-01 Julien Danjou <julien@danjou.info>
18924
18925 * notifications.el (notifications-notify): Fix docstring.
18926
63bd50d3
PS
189272011-10-01 Per Starbäck <per@starback.se>
18928
18929 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18930
199e4c7e
MR
189312011-09-30 Martin Rudalics <rudalics@gmx.at>
18932
18933 * startup.el (command-line-1): Fix last fix by inserting
18934 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 18935 (Bug#9605) and (Bug#9636)
199e4c7e 18936
fe5f08dd
EZ
189372011-09-29 Eli Zaretskii <eliz@gnu.org>
18938
18939 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18940 window is hscrolled, move by logical lines. (Bug#9607)
18941 (line-move-visual): Update the doc string to the above effect.
18942
b5516bbd
MR
189432011-09-29 Martin Rudalics <rudalics@gmx.at>
18944
ccee00c0
MR
18945 * window.el (display-buffer-record-window): When WINDOW is the
18946 selected window use `point' instead of `window-point'. (Bug#9626)
18947
b5516bbd
MR
18948 * startup.el (command-line-1): Use insert-before-markers when
18949 inserting initial-scratch-message. (Bug#9605)
ccee00c0 18950
b5516bbd
MR
18951 * help.el (help-window): Remove variable.
18952
52aa0014
GM
189532011-09-29 Glenn Morris <rgm@gnu.org>
18954
18955 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18956
df9a7357
JB
189572011-09-29 Juanma Barranquero <lekktu@gmail.com>
18958
18959 * descr-text.el (describe-char-categories): Accept category
18960 descriptions more than one line long.
18961
a8406c20
SM
189622011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18963
88d9610c
SM
18964 * simple.el (delete-trailing-whitespace): Fix last change.
18965
a5daf810
SM
18966 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18967 Don't confuse "y => 3" as the beginning of a `y' operation.
18968
a8406c20
SM
18969 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18970 object has more than 4 slots (bug#9613).
18971
a239d4e9
JB
189722011-09-28 Juanma Barranquero <lekktu@gmail.com>
18973
18974 * subr.el (with-output-to-temp-buffer):
18975 * net/quickurl.el (quickurl, quickurl-browse-url):
18976 Fix typos in docstrings.
18977
693fbdb6
EZ
189782011-09-27 Eli Zaretskii <eliz@gnu.org>
18979
18980 * minibuffer.el (completion-styles)
18981 (completion-category-overrides): Cross reference each other in doc
18982 strings.
18983
8b457e28
GM
189842011-09-27 Glenn Morris <rgm@gnu.org>
18985
18986 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18987 to split-string. (Bug#9606)
18988
85a16208
LMI
189892011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18990
18991 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18992 (bug#9615).
18993
502f9ebd
CY
189942011-09-27 Chong Yidong <cyd@stupidchicken.com>
18995
18996 * emacs-lisp/package.el (list-packages): Fix echo area message.
18997
7690bdea
LL
189982011-09-27 Leo Liu <sdl.web@gmail.com>
18999
19000 * ido.el (ido-read-internal): Accept cons cell HIST arg.
19001
e2ee6f30
MA
190022011-09-25 Michael Albinus <michael.albinus@gmx.de>
19003
19004 * net/dbus.el (dbus-unregister-object): Don't release services for
19005 registered signals. (Bug#9581)
19006
f3f98342
TZ
190072011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
19008
19009 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19010 function that picks between cfengine 2 and 3 support
19011 automatically. Update docs accordingly.
19012
dd7aa8dd
KH
190132011-09-22 Kenichi Handa <handa@m17n.org>
19014
19015 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19016 ZERO.
19017 (indian-itrans-v5-table-for-tamil): New variable.
19018 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19019
3f2b07f8
KM
190202011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
19021
19022 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19023 that's true if the current command involved collapsing of text.
19024 It's reset to false at the beginning of the next command.
19025 (allout-post-command-business): Move the cursor to the beginning
19026 of entry if the cursor is hidden and collapsing activity just
19027 happened.
19028
371d6a61
CY
190292011-09-24 Chong Yidong <cyd@stupidchicken.com>
19030
19031 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19032 tracking (Bug#9541).
19033
2ac2721a
UJ
190342011-09-24 Ulf Jasper <ulf.jasper@web.de>
19035
19036 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
19037 (newsticker-show-news): Automatically load html rendering package
19038 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
19039 because w3m-fill-column is let-bound" and the error "Symbol's value
19040 as variable is void: w3m-fill-column".
2ac2721a 19041
fac7ae53
MA
190422011-09-24 Michael Albinus <michael.albinus@gmx.de>
19043
19044 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19045 Release services only if they are defined. (Bug#9581)
19046
e08b633b
RS
190472011-09-23 Richard Stallman <rms@gnu.org>
19048
e488d29c
RS
19049 * textmodes/paragraphs.el (forward-sentence): For backwards case,
19050 distinguish start of paragraph from start of its text.
19051
19c38752
RS
19052 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19053
e08b633b
RS
19054 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19055 (rmail-generate-viewer-buffer): Put that hook on view buffer.
19056 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19057
0a39f27e
AS
190582011-09-23 Andreas Schwab <schwab@linux-m68k.org>
19059
19060 * international/mule-diag.el (mule-diag): Insert a newline after
19061 each fontset description.
19062
db4e950d
SM
190632011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19064
19065 * simple.el (delete-trailing-whitespace):
19066 Document last change; simplify.
19067
eca3f3ea
PW
190682011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
19069
d68e189a
PW
19070 * simple.el (delete-trailing-whitespace): Also delete
19071 extra newlines at the end of the buffer.
19072
eca3f3ea
PW
19073 * textmodes/picture.el: Make motion commands obey shift-select-mode.
19074 (picture-newline): Use forward-line so as to ignore fields.
19075
01c157cc
SM
190762011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19077
19078 * subr.el (with-wrapper-hook): Fix edebug spec.
19079
022de23e
LMI
190802011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19081
19082 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19083 (bug#4538).
19084
91683089
MA
190852011-09-23 Michael Albinus <michael.albinus@gmx.de>
19086
eca3f3ea
PW
19087 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19088 Fix nasty bug using wrong cached values.
91683089 19089
5bdd6fa4
AM
190902011-09-23 Alan Mackenzie <acm@muc.de>
19091
19092 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19093
97adfb97
CY
190942011-09-23 Chong Yidong <cyd@stupidchicken.com>
19095
19096 * window.el (pop-to-buffer): Ensure right window is selected if we
19097 chose another frame.
19098
d4ef2b50
EZ
190992011-09-22 Eli Zaretskii <eliz@gnu.org>
19100
19101 * simple.el (what-cursor-position): Use get-char-property-change
19102 and next-single-char-property-change, to be able to show display
19103 properties that come from overlays as well as text properties.
19104
72258fe5
CY
191052011-09-22 Chong Yidong <cyd@stupidchicken.com>
19106
19107 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19108
19109 * cmuscheme.el (run-scheme, switch-to-scheme):
19110 * cus-edit.el (customize-group, custom-buffer-create)
19111 (customize-browse):
19112 * info.el (info):
19113 * shell.el (shell):
19114 * mail/sendmail.el (mail):
19115 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19116
8f098516
RS
191172011-09-22 Richard Stallman <rms@gnu.org>
19118
19119 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19120 move back only to line beg, don't move back over blank lines.
19121
e74f1bb6
MA
191222011-09-22 Michael Albinus <michael.albinus@gmx.de>
19123
19124 * files.el (copy-directory): Set directory attributes only in case
19125 they could be retrieved from the source directory. (Bug#9565)
19126
bfeef8b6
DK
191272011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
19128
19129 * progmodes/hideshow.el (hs-looking-at-block-start-p)
19130 (hs-find-block-beginning, hs-hide-level-recursive):
19131 Ignore strings as well as comments. (Bug#9502)
19132
7e423bb8
AS
191332011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
19134
19135 * progmodes/sql.el (sql-comint-postgres):
19136 Convert port number to a string. (Bug#9566)
19137
b4d72fcf
MR
191382011-09-22 Martin Rudalics <rudalics@gmx.at>
19139
19140 * window.el (quit-window): Undedicate window when switching to
19141 previous buffer. Reported by Thierry Volpiatto
19142 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
19143 (special-display-popup-frame): When popping up a new frame reset
19144 its previous buffers to nil. Simplify code.
b4d72fcf 19145
a7b88dc6
MA
191462011-09-21 Michael Albinus <michael.albinus@gmx.de>
19147
19148 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19149 and process filter, as done also in `shell-command'.
19150
cf4eacfd
MR
191512011-09-21 Martin Rudalics <rudalics@gmx.at>
19152
eca3f3ea 19153 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
19154 Call set-window-start with NOFORCE argument t.
19155 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
19156 (quit-window): Reword doc-string. Handle new format of
19157 quit-restore parameter. Don't delete window if it has a
19158 previous buffer we can show instead of the present one.
19159 (display-buffer-record-window): Rewrite using a new format for
19160 the quit-restore window parameter
19161 (special-display-popup-frame, display-buffer-same-window)
19162 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19163 (display-buffer-pop-up-window, display-buffer-use-some-window):
19164 Adapt symbol passed to display-buffer-record-window.
19165 * help.el (help-window-setup): Handle new format of quit-restore
19166 parameter.
19167
8d28cb95
SM
191682011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19169
94ab793f
SM
19170 * faces.el (face-list): Fix docstring (bug#9564).
19171
8d28cb95
SM
19172 * window.el (display-buffer--action-function-custom-type):
19173 Don't include internal functions in the Custom interface.
19174
3820edeb
JL
191752011-09-20 Juri Linkov <juri@jurta.org>
19176
19177 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19178 (Info-forward-node, Info-backward-node, Info-next-preorder)
19179 (Info-last-preorder): Use it. (Bug#9528)
19180
5147931d
JL
191812011-09-20 Juri Linkov <juri@jurta.org>
19182
19183 * info.el (Info-last-preorder): Visit last menu item only when
19184 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19185
cf499a1a
JD
191862011-09-20 Julien Danjou <julien@danjou.info>
19187
19188 * password-cache.el (password-cache-remove): Remove entries even if the
19189 value is nil, so that password with a nil value (negative caching) is
19190 possible to invalidate.
19191
f84e2fe2
LM
191922011-09-20 Lawrence Mitchell <wence@gmx.li>
19193
19194 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19195 all whitespace around breakpoint. (Bug#9553)
19196 (f90-find-breakpoint): Only break at whitespace inside a comment.
19197
78054a46
SM
191982011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19199
19200 * minibuffer.el (completion-file-name-table): Keep track of errors.
19201 (completion-table-with-predicate): Handle the case where pred1 is nil.
19202 * pcomplete.el (pcomplete-completions-at-point): Simplify.
19203
345083b2
SM
192042011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19205
e24e27be
SM
19206 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19207 (debugger-return-value): Signal an error if the debugging context does
19208 not await any return value.
19209
345083b2
SM
19210 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19211 * image-mode.el (image-toggle-display-text)
19212 (image-toggle-display-image): Stay away from evil `intangible'.
19213
08d355e3
LL
192142011-09-19 Leo Liu <sdl.web@gmail.com>
19215
19216 * replace.el (occur-revert-arguments): Make it permanent-local.
19217 (occur-mode): Don't call font-lock-defontify.
19218
f01da43f
CY
192192011-09-19 Chong Yidong <cyd@stupidchicken.com>
19220
19221 * net/ldap.el (ldap-search-internal): Don't push empty search
19222 result (Bug#9508).
19223
b6072fa6
SM
192242011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19225
19226 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19227
443d6696
MA
192282011-09-19 Michael Albinus <michael.albinus@gmx.de>
19229
19230 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19231 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19232
7cc6e154
JL
192332011-09-18 Juri Linkov <juri@jurta.org>
19234
19235 * buff-menu.el (Buffer-menu-mode-map):
19236 * dired.el (dired-mode-map):
19237 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19238 (lisp-interaction-mode-map):
19239 * emacs-lisp/package.el (package-menu-mode-map):
19240 * epa.el (epa-key-list-mode-map):
19241 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19242 (menu-bar-options-menu):
19243 * outline.el (outline-mode-menu-bar-map):
19244 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19245 * vc/vc-dir.el (vc-dir-menu-map):
19246 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19247 Capitalize non-function content words in menu item strings.
19248
19249 * dired.el (dired-mode-map): Add menu item for
19250 `image-dired-dired-toggle-marked-thumbs'.
19251
80302a81
JL
192522011-09-18 Juri Linkov <juri@jurta.org>
19253
19254 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19255 to `isearch-case-fold-search' and restore its original value
19256 after the `isearch-mode' call.
19257
46c5cf66
JL
192582011-09-18 Juri Linkov <juri@jurta.org>
19259
19260 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19261 because `zgrep' returns 1 for successful matches (bug#9226).
19262
d18b513b
JL
192632011-09-18 Juri Linkov <juri@jurta.org>
19264
19265 * info.el (Info-extract-menu-node-name): Check the second match
19266 for empty string (second test-case of bug#9528).
19267 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19268 intermediate nodes to the history (first test-case of bug#9528).
19269
72753f87
JL
192702011-09-18 Juri Linkov <juri@jurta.org>
19271
19272 * info.el (Info-mode-syntax-table): New variable.
1154d12e 19273 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 19274
c9384295
JL
192752011-09-18 Juri Linkov <juri@jurta.org>
19276
1154d12e
JB
19277 * info.el (Info-file-supports-index-cookies):
19278 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19279 outputs one more line for long file names (bug#4142).
c9384295 19280
d473dce8
CY
192812011-09-18 Chong Yidong <cyd@stupidchicken.com>
19282
19283 * newcomment.el (comment-normalize-vars): If prompting for
19284 comment-start, set comment-start-skip too (Bug#8424).
19285
2176854d
JB
192862011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
19287
19288 * icomplete.el: Fix previous fix of Bug#5849.
19289 (icomplete-mode): Don't set completion-show-inline-help.
19290 (icomplete-minibuffer-setup): Set completion-show-inline-help
19291 locally during icompletion.
19292
3aace4e4
CY
192932011-09-18 Chong Yidong <cyd@stupidchicken.com>
19294
c940224f
CY
19295 * woman.el (woman2-process-escapes): Don't delete unrecognized
19296 escapes (Bug#7843).
19297
3aace4e4
CY
19298 * files.el (inhibit-first-line-modes-regexps): Add image files.
19299 (hack-local-variables-prop-line): Return nil for malformed
19300 prop-lines (Bug#9044).
19301
710dec63
MA
193022011-09-18 Michael Albinus <michael.albinus@gmx.de>
19303
19304 * net/tramp.el (top): Don't require 'shell.
19305 (tramp-methods): Fix docstring.
19306 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
19307 Return complete remote file name. Handle "smb" case.
19308 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
19309 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19310
19311 * net/tramp-compat.el (top): Require 'shell.
19312
19313 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19314 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19315 `tramp-current-host'.
19316 (tramp-get-remote-tmpdir): Remove.
19317
19318 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19319 `tramp-tmpdir' entries.
19320 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19321 (tramp-smb-handle-file-attributes): Ignore errors.
19322 (tramp-smb-wait-for-output): Check also for process end.
19323
5d5ac8ec
LMI
193242011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19325
19326 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19327 when sending QUIT (bug#9312).
19328
8c0f49f0
CY
193292011-09-17 Chong Yidong <cyd@stupidchicken.com>
19330
19331 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19332 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19333 occur-mode-display-occurrence.
19334 (occur-edit-mode): Add usage message.
19335 (occur-cease-edit): New command.
19336 (occur-after-change-function): Use text properties to find the
19337 position of the prefix text.
19338 (occur-engine): Set stickiness of prefix text properties.
19339
8f1383f7
GM
193402011-09-17 Glenn Morris <rgm@gnu.org>
19341
19342 * progmodes/etags.el (complete-tag):
19343 Fix call to completion-in-region. (Bug#9526)
19344
744ba0e3
JL
193452011-09-17 Juri Linkov <juri@jurta.org>
19346
19347 * textmodes/ispell.el (ispell-word): Add to the error message
19348 the word, ispell program name and current dictionary (bug#9121).
19349 (ispell-tex-arg-end): Capitalize "error" in the error message.
19350
d9bbf400
AS
193512011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19352
19353 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19354 check. (Bug#4251)
19355
8da11505
JL
193562011-09-17 Juri Linkov <juri@jurta.org>
19357
19358 * window.el (window-safe-min-height, window-safe-min-width):
19359 Fix typos (followup to bug#9522).
19360
a91adc7e
SJ
193612011-09-17 Sven Joachim <svenjoac@gmx.de>
19362
19363 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19364
064f328a
EZ
193652011-09-16 Eli Zaretskii <eliz@gnu.org>
19366
19367 * simple.el (line-move): If goal-column is set, move by logical
19368 lines, not by display lines. (Bug#971)
19369 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19370 to reflect the above change.
19371
e69df516
SM
193722011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19373
19374 * image.el (imagemagick-register-types): Use regexp-opt.
19375
cbb0f9ab
CY
193762011-09-15 Chong Yidong <cyd@stupidchicken.com>
19377
19378 * window.el (display-buffer-base-action): Rename from
19379 display-buffer-default-action. Make default value empty.
19380 (display-buffer-overriding-action): Convert to defvar.
19381 (display-buffer-fallback-action): New var.
19382
25322144
CY
193832011-09-15 Chong Yidong <cyd@stupidchicken.com>
19384
19385 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19386 declaration.
19387 (package--add-to-archive-contents): If there is a duplicate entry
19388 with an older version, remove it.
19389 (package-menu-mark-delete, package-menu-mark-install)
19390 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
19391 (package-menu-mark-obsolete-for-deletion):
19392 Use package-menu-get-status instead of a regexp search.
25322144
CY
19393 (package-menu-get-status): Use tabulated-list-entry.
19394 (package-menu-mark-upgrades): New command.
d770725a 19395 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
19396 (package-menu-execute): Do installation before deletion.
19397 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19398 instead of checking major-mode.
19399 (package-menu--find-upgrades): New function.
19400
7520339c
LMI
194012011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19402
19403 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19404 passwords in the log buffer.
65a046c4
LMI
19405 (smtpmail-process-filter): Update the process marker so that the
19406 "broken by peer" status message is inserted in the right place.
7520339c 19407
d3c30954
SM
194082011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19409
3fe48822
SM
19410 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19411 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19412 bibtex-completion-at-point-function.
19413 (bibtex-completion-at-point-function): Use them.
19414
1b8b3954
SM
19415 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19416
d3c30954
SM
19417 * mpc.el (mpc-constraints-tag-lookup): New function.
19418 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19419 also to browser "album|playlist".
19420
72779976
JL
194212011-09-14 Juri Linkov <juri@jurta.org>
19422
19423 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19424 (isearch-edit-string): Use length of `isearch-string' when
19425 `isearch-fail-pos' returns nil.
19426 (isearch-message): Remove duplicate code and call
19427 `isearch-fail-pos' with arg `t'.
19428
a0bf2bcd
CY
194292011-09-14 Chong Yidong <cyd@stupidchicken.com>
19430
17bb0a2d
CY
19431 * replace.el (occur-mode-goto-occurrence): Don't force using other
19432 window (Bug#9499).
19433
a0bf2bcd
CY
19434 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19435
f678e0b6
MR
194362011-09-14 Martin Rudalics <rudalics@gmx.at>
19437
19438 * window.el (display-buffer-window): Remove.
19439 (display-buffer-record-window): Use help-setup window parameter
19440 instead of variable display-buffer-window.
19441 (display-buffer-function, special-display-buffer-names)
19442 (special-display-function): Mention help-setup parameter instead
19443 of display-buffer-window in doc-string.
d3c30954
SM
19444 * help.el (help-window-setup): New argument help-window.
19445 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
19446 Reword some messages.
19447 (with-help-window): Pass window used for displaying the buffer
19448 to help-window-setup. Don't set display-buffer-window.
19449
8e39b2e8
GM
194502011-09-13 Glenn Morris <rgm@gnu.org>
19451
19452 * emacs-lisp/debug.el (debugger-make-xrefs):
19453 Preserve point. (Bug#9462)
19454
85e9c04b
CY
194552011-09-13 Chong Yidong <cyd@stupidchicken.com>
19456
19457 * window.el (window-deletable-p): Use next-frame.
19458
1b36ed6a
MR
194592011-09-13 Martin Rudalics <rudalics@gmx.at>
19460
19461 * window.el (window-auto-delete): Remove.
19462 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 19463 dedication and previous buffers.
1b36ed6a
MR
19464 (switch-to-prev-buffer): Don't delete window.
19465 (delete-windows-on): Delete a window's frame if and only if the
19466 window is dedicated.
19467 (replace-buffer-in-windows): Delete buffer's window or frame if
19468 and only if window is dedicated.
19469 (quit-window): Handle quit-restore as before last change.
4d61f28d 19470 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 19471
ef8ef9fb
CY
194722011-09-13 Chong Yidong <cyd@stupidchicken.com>
19473
19474 * window.el (window-deletable-p): Never delete the last frame on a
19475 given terminal.
19476
b2cba41e
GM
194772011-09-13 Glenn Morris <rgm@gnu.org>
19478
19479 * help.el (describe-key-briefly): Copy previous standard-output change.
19480
51553db6 194812011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
19482
19483 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19484
b7556719
GM
194852011-09-13 Glenn Morris <rgm@gnu.org>
19486
19487 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19488 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19489
64b51947
CY
194902011-09-12 Chong Yidong <cyd@stupidchicken.com>
19491
19492 * dired-aux.el (dired-mark-read-string): Don't return default
19493 value on empty input (Bug#9361).
19494 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19495 Omit initial minibuffer contents.
19496 (dired-do-chmod): Signal an error on empty input.
19497 (dired-mark-read-string): Don't return default on empty input.
19498
19499 * files.el (file-modes-symbolic-to-number): Doc fix.
19500
393a301e
SM
195012011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19502
19503 * international/mule-cmds.el (ucs-completions): Remove.
19504 (read-char-by-name): Use complete-with-action instead; add metadata.
19505
fa5660f9
CY
195062011-09-11 Chong Yidong <cyd@stupidchicken.com>
19507
19508 * window.el (display-buffer--action-function-custom-type)
19509 (display-buffer--action-custom-type): New vars.
19510 (display-buffer-alist, display-buffer-default-action)
19511 (display-buffer-overriding-action): Add defcustom types.
19512
4a592f66
CY
19513 * frame.el (delete-other-frames): Doc fix (Bug#276).
19514
73d56dbd
LMI
195152011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19516
19517 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19518
37ac18a3
CY
195192011-09-11 Chong Yidong <cyd@stupidchicken.com>
19520
19521 Change modes that used same-window-* vars to use switch-to-buffer.
19522
19523 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19524 Use switch-to-buffer.
19525
19526 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
19527 (customize-browse, custom-buffer-create-other-window):
19528 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
19529
19530 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19531 (Info-prev, Info-up, Info-speedbar-goto-node)
19532 (info-display-manual): Use switch-to-buffer.
19533 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19534
19535 * mail/sendmail.el (mail): Use switch-to-buffer.
19536 (mail-recover): Use switch-to-buffer-other-window.
19537
19538 * cmuscheme.el (run-scheme, switch-to-scheme):
19539 * ielm.el (ielm):
19540 * shell.el (shell):
19541 * net/rlogin.el (rlogin):
19542 * net/telnet.el (telnet, rsh):
19543 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19544
10195bd6
AS
195452011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19546
19547 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19548
b322f63a
LMI
195492011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19550
39d7fed6
LMI
19551 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19552 so don't mention it (bug#9301).
ba5a81f1 19553 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 19554
ee0e9f11
LMI
19555 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19556 match `x', `w32' and `ns', like the manual says (bug#9029).
19557
0b1c89c1 19558 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
19559 (process-kill-buffer-query-function): Mention the buffer name in
19560 the query.
0b1c89c1 19561
77549ea8
LMI
19562 * image-mode.el (image-next-line): The line parameter is mandatory
19563 (bug#9258).
19564
803ef892
LMI
19565 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19566 which can be useful (bug#9301).
19567
12980837
LMI
19568 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19569
91054f8f
LMI
19570 * subr.el (match-string): Mention that the current buffer should
19571 be the same as the search was done in (bug#9282).
19572
b322f63a
LMI
19573 * facemenu.el: Disable the remove-* commands if the mark isn't
19574 active (bug#9162).
19575
3199b96f
CY
195762011-09-10 Chong Yidong <cyd@stupidchicken.com>
19577
19578 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19579 of display-buffer.
19580 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19581
19582 * replace.el (occur-mode-goto-occurrence)
19583 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19584 and display-buffer.
19585
19586 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19587 display-buffer.
19588
19589 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19590 special-display and same-window variables.
19591 (mail-other-window): Use switch-to-buffer-other-window.
19592 (mail-other-frame): USe switch-to-buffer-other-frame.
19593
393a301e
SM
19594 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19595 Use display-buffer-other-frame.
3199b96f
CY
19596 (gdb-display-gdb-buffer): Use pop-to-buffer.
19597
19598 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19599
19600 * progmodes/python.el: Don't set same-window-buffer-names.
19601
19602 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19603
19604 * window.el (display-buffer-alist): Add *Python*.
19605
8319e0bf
CY
196062011-09-10 Chong Yidong <cyd@stupidchicken.com>
19607
19608 * window.el (display-buffer-alist): Add entry for buffers
19609 previously handled same-window-*.
19610 (display-buffer-alist, display-buffer-default-action)
19611 (display-buffer-overriding-action): Mark as risky.
19612 (display-buffer-alist): Document action function changes.
19613 (display-buffer--same-window-action)
19614 (display-buffer--other-frame-action): New variables.
19615 (switch-to-buffer, display-buffer-other-frame): Use them.
19616 (display-buffer): Rename reuse-frame entry to reusable-frames.
19617 (display-buffer-reuse-selected-window): Function deleted.
19618 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19619 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19620 (display-buffer-special): New function.
19621 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19622 display-buffer-reuse-or-pop-window. Split off special-display
19623 part into display-buffer-special.
19624 (display-buffer-use-some-window): Don't perform any special
19625 pop-up-frames handling.
19626 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 19627 (display-buffer--maybe-same-window): Rename from
0d3ff375 19628 display-buffer-maybe-same-window.
8319e0bf 19629
919a69aa
CY
19630 * info.el: Don't set same-window-regexps.
19631 (info-setup): New function.
19632 (info-other-window, info): Call it.
19633
19634 * cus-edit.el: Don't set same-window-regexps.
19635 (customize-group): New argument.
19636 (customize-group-other-window): Use it.
19637 (customize-face, customize-face-other-window): Likewise.
19638 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19639
8319e0bf
CY
19640 * net/rlogin.el:
19641 * net/telnet.el:
19642 * progmodes/gud.el: Don't set same-window-regexps.
19643
19644 * cmuscheme.el:
19645 * ielm.el:
19646 * shell.el:
19647 * mail/sendmail.el:
19648 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19649
25173000
JL
196502011-09-10 Juri Linkov <juri@jurta.org>
19651
19652 * isearch.el (isearch-edit-string): Remove obsolete mention of
19653 `C-w' (`isearch-yank-word-or-char') from docstring.
19654 (isearch-query-replace): Fix typo in docstring (bug#9466).
19655
056e44ef
JL
196562011-09-10 Juri Linkov <juri@jurta.org>
19657
19658 * paren.el (show-paren-function): Don't show escaped parens.
19659 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19660
c3760c17
EZ
196612011-09-10 Eli Zaretskii <eliz@gnu.org>
19662
19663 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19664 (mm-default-file-encoding): Remove autoload forms, they are
19665 replaced with autoload cookies in mml.el and mm-encode.el.
19666 (mail-add-attachment): New command.
19667 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19668 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19669 the doc string.
19670 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19671
fece895e
RT
196722011-09-10 Reuben Thomas <rrt@sc3d.org>
19673
e69df516
SM
19674 * simple.el (count-words-region): Use buffer if there's no region
19675 (bug#9429).
fece895e 19676
5e68ce4a
JL
196772011-09-09 Juri Linkov <juri@jurta.org>
19678
19679 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19680 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19681 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19682
0a6b9622
AM
196832011-09-09 Alan Mackenzie <acm@muc.de>
19684
19685 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19686 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19687
14a29deb
EZ
196882011-09-09 Eli Zaretskii <eliz@gnu.org>
19689
19690 Fix for Savannah bug#9392.
19691 * simple.el (mail-encode-mml): New defvar.
19692
19693 * mail/rmail.el (mail-encode-mml): Add a defvar.
19694 (rmail-enable-mime-composing): Default to t.
19695 (rmail-forward): Use MIME method of forwarding only if both
19696 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19697 Set mail-encode-mml non-nil if the MIME method was used.
19698
19699 * mail/sendmail.el (mml-to-mime): Add autoload form.
19700 (mail-encode-mml): Add a defvar.
19701 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19702 to nil.
19703 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19704 message through mml-to-mime, and reset mail-encode-mml to nil.
19705
28c45130
GM
197062011-09-09 Glenn Morris <rgm@gnu.org>
19707
19708 * woman.el (woman-if-body): When processing an .el block,
19709 do not delete the next .el block as well. (Bug#9447)
69f4b618 19710 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 19711
9b1c252e
MR
197122011-09-08 Martin Rudalics <rudalics@gmx.at>
19713
19714 * window.el (window-deletable-p): Make sure window is live before
19715 invoking window-prev-buffers.
19716
567457e3
LL
197172011-09-08 Leo Liu <sdl.web@gmail.com>
19718
19719 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19720
97f05794
JL
197212011-09-08 Juri Linkov <juri@jurta.org>
19722
19723 * progmodes/compile.el (compilation-environment): Make it
19724 a defcustom (bug#8340).
19725
8b0874b5
MR
197262011-09-08 Martin Rudalics <rudalics@gmx.at>
19727
19728 * window.el (frame-auto-delete): Rename to window-auto-delete.
19729 Make it control auto-deletion of windows and/or frames.
19730 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 19731 for deleting window/frame. (Bug#9419)
8b0874b5
MR
19732 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19733 Rewrite handling of case when window/frame can be deleted.
19734 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 19735 argument t. (Bug#9456)
8b0874b5 19736
4feb6e73
CY
197372011-09-07 Chong Yidong <cyd@stupidchicken.com>
19738
19739 * help-mode.el (help-mode): Restore autoload.
19740
91ab9c13
JL
197412011-09-07 Juri Linkov <juri@jurta.org>
19742
19743 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19744 `compilation-environment'. Set buffer-local
19745 `compilation-environment' to `thisenv' later after (funcall mode).
19746 (Bug#8340)
19747
19748 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19749 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19750 instead of replacing its value. (Bug#8340)
19751
0527e251
JL
197522011-09-07 Juri Linkov <juri@jurta.org>
19753
19754 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19755 based on text properties put by `grep-filter' instead of matching
19756 escape sequences.
19757 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19758 to the value of `grep-error-screen-columns' (bug#9438).
19759
249f792c
JL
197602011-09-07 Juri Linkov <juri@jurta.org>
19761
19762 * simple.el (next-error-highlight, next-error-highlight-no-select):
19763 Doc fix (bug#9432).
19764
ff7271b9
OT
197652011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19766
19767 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19768 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19769
183fc730
LL
197702011-09-07 Leo Liu <sdl.web@gmail.com>
19771
19772 * net/rcirc.el (rcirc-mode): Conditionally initialize
19773 rcirc-input-ring.
19774
77694924
SM
197752011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19776
19777 * emacs-lisp/find-func.el (find-function-C-source): Only set
19778 find-function-C-source-directory after checking that we found a source
19779 file there (bug#9440).
19780
d809b8eb
AM
197812011-09-06 Alan Mackenzie <acm@muc.de>
19782
19783 * isearch.el (isearch-other-meta-char): Wherever a key list is
19784 unread, "unread" the prefix arg, too. This fixes bug #8901.
19785
453de99f
OG
197862011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19787
19788 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19789
90439906
JL
197902011-09-05 Juri Linkov <juri@jurta.org>
19791
19792 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19793
f62bd846
JL
197942011-09-05 Juri Linkov <juri@jurta.org>
19795
19796 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19797 keeping point where processing of grep matches begins, and
19798 continue to delete remaining escape sequences from the same point.
19799 (grep-filter): Make leading zero optional in "0?1;31m" because
19800 git-grep emits "\033[1;31m" escape sequences unlike expected
19801 "\033[01;31m" as GNU Grep does (bug#9408).
19802 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19803
045820ec
JL
198042011-09-05 Juri Linkov <juri@jurta.org>
19805
19806 * subr.el (y-or-n-p): Capitalize "yes".
19807
f5e29b9b
MA
198082011-09-04 Michael Albinus <michael.albinus@gmx.de>
19809
19810 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19811 `tramp-cache-unload-hook' where appropriate.
19812 (tramp-methods): Rename `tramp-remote-sh' to
19813 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19814 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19815
19816 * net/tramp-sh.el (top): Don't require 'shell.
19817 (tramp-methods): Add `tramp-remote-shell' and
19818 `tramp-remote-shell-args' entries.
19819 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19820 (tramp-sh-handle-shell-command): Remove.
19821 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19822 Use `tramp-remote-shell'.
19823
2784c434
CY
198242011-09-03 Chong Yidong <cyd@stupidchicken.com>
19825
393a301e 19826 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
19827 (sendmail-query-once): Save directly to send-mail-function.
19828 Update message-send-mail-function too.
19829
19830 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19831
464cdf56
CS
198322011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19833
19834 * progmodes/python.el (python-mode-map): Use correct function to
19835 start python interpreter from menu-bar (as reported by Geert
19836 Kloosterman).
19837 (inferior-python-mode-map): Fix typo.
393a301e 19838 (python-shell-map): Remove.
464cdf56 19839
d37e5c87
DD
198402011-09-03 Deniz Dogan <deniz@dogan.se>
19841
19842 * net/rcirc.el (rcirc-print): Simplify code for
19843 rcirc-scroll-show-maximum-output. There is no need to walk
19844 through all windows to find the right one.
19845
f3ada0ee
CS
198462011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19847
19848 * help.el (help-return-method): Doc fix.
19849
1f3c99ca
MR
198502011-09-03 Martin Rudalics <rudalics@gmx.at>
19851
19852 * window.el (window-deletable-p): Don't return a non-nil value
19853 when there's a buffer that was shown in the window before.
19854 (Bug#9419)
393a301e
SM
19855 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19856 Set window's previous buffers to nil.
1f3c99ca 19857
a3cf097f
EZ
198582011-09-03 Eli Zaretskii <eliz@gnu.org>
19859
19860 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19861 newline before and after the tag line, so it doesn't interfere
19862 with determining the paragraph direction of bidirectional text.
19863
3d03de90
LL
198642011-09-03 Leo Liu <sdl.web@gmail.com>
19865
19866 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19867
c3313451
CY
198682011-09-02 Chong Yidong <cyd@stupidchicken.com>
19869
393a301e 19870 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
19871 (pop-to-buffer): Change interactive spec. Pass second argument
19872 directly to display-buffer.
19873 (display-buffer): Fix interactive spec. Use functionp to
19874 distinguish between a function and a list of functions.
19875
19876 * abbrev.el (edit-abbrevs):
19877 * arc-mode.el (archive-extract):
19878 * autoinsert.el (auto-insert):
19879 * bookmark.el (bookmark-bmenu-list):
19880 * files.el (find-file):
19881 * view.el (view-buffer):
19882 * progmodes/compile.el (compilation-goto-locus):
19883 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19884
89894cd8
CY
198852011-09-02 Chong Yidong <cyd@stupidchicken.com>
19886
19887 * window.el (display-buffer-alist): Doc fix.
19888 (display-buffer): Add docstring. Don't treat
19889 display-buffer-default specially.
19890 (display-buffer-reuse-selected-window)
19891 (display-buffer-same-window, display-buffer-maybe-same-window)
19892 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19893 (display-buffer-pop-up-window)
19894 (display-buffer-reuse-or-pop-window)
19895 (display-buffer-use-some-window): New functions.
19896 (display-buffer-default-action): Use them.
393a301e 19897 (display-buffer-default): Delete.
89894cd8
CY
19898 (pop-to-buffer-1): Fix choice of actions.
19899
ae0bc9fb
SM
199002011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19901
19902 * minibuffer.el (completion--insert-strings): Don't get confused by
19903 completion entries that end with an LF char.
19904
e9d90883
EZ
199052011-09-01 Eli Zaretskii <eliz@gnu.org>
19906
19907 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19908
437014c8
CY
199092011-09-01 Chong Yidong <cyd@stupidchicken.com>
19910
19911 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
19912 (display-buffer-same-window, display-buffer-other-window):
19913 New functions.
437014c8
CY
19914 (pop-to-buffer-1): New function. Use the above.
19915 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 19916 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
19917
19918 * view.el (view-buffer-other-window, view-buffer-other-frame):
19919 Just use pop-to-buffer.
19920
a5e063d5
TV
199212011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19922
19923 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19924
793d32bb
WH
199252011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19926
19927 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19928
d65e4c15
RS
199292011-08-31 Richard Stallman <rms@gnu.org>
19930
19931 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19932 of the separation of rmail-view-buffer from rmail-buffer.
19933 If you say no to "replace original", the decrypt is in the
19934 view buffer. If you say yes, the decrypt goes into the
19935 rmail buffer also.
19936
f818cd2a
MR
199372011-08-31 Martin Rudalics <rudalics@gmx.at>
19938
19939 * window.el (display-buffer-window): Rewrite doc-string.
19940 (display-buffer-record-window): New function.
19941 (display-buffer-macro-specifiers)
19942 (display-buffer-even-window-sizes, display-buffer-set-height)
19943 (display-buffer-set-width, display-buffer-in-window)
19944 (display-buffer-reuse-window, display-buffer-split-specifiers)
19945 (display-buffer-side-specifiers, display-buffer-split-window-1)
19946 (display-buffer-split-window, display-buffer-split-atom-window)
19947 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19948 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19949 (display-buffer-other-window-means-other-frame)
19950 (display-buffer-normalize-special)
19951 (display-buffer-normalize-default)
19952 (display-buffer-normalize-argument)
19953 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19954 (display-buffer-normalize-specifiers, display-buffer-frame)
19955 (display-buffer-same-window, display-buffer-same-frame)
19956 (display-buffer-other-window)
19957 (display-buffer-same-frame-other-window)
19958 (display-buffer-other-frame, pop-to-buffer-same-window)
19959 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19960 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19961 (switch-to-buffer-same-frame)
19962 (switch-to-buffer-other-window-same-frame)
19963 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19964 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19965 (display-buffer-alist-set): Remove.
19966 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
19967 (special-display-regexps, special-display-function):
19968 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
19969 parameter.
19970 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19971 (special-display-frame-alist, special-display-popup-frame)
19972 (same-window-buffer-names, same-window-regexps, same-window-p)
19973 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19974 (split-window-preferred-function, split-height-threshold)
19975 (split-width-threshold, window-splittable-p)
19976 (split-window-sensibly, window--try-to-split-window)
19977 (window--frame-usable-p, even-window-heights)
19978 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
19979 (window--display-buffer-2, display-buffer-other-frame):
19980 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
19981 (display-buffer-default, display-buffer-assq-regexp): New functions.
19982 (display-buffer-alist): Rewrite doc-string.
19983 (display-buffer-default-action)
19984 (display-buffer-overriding-action): New variables.
19985 (display-buffer, switch-to-buffer): Rewrite.
19986 (pop-to-buffer): Restore Emacs 23 behavior but use
19987 window-normalize-buffer-to-display.
19988 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19989 Restore Emacs 23 behavior but use
19990 window-normalize-buffer-to-switch-to.
19991 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
19992 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19993 Rewrite using Emacs 23 options.
f818cd2a 19994
5bc3b51d
MA
199952011-08-31 Michael Albinus <michael.albinus@gmx.de>
19996
19997 * net/tramp.el (tramp-root-regexp): Remove.
19998 (tramp-completion-file-name-regexp-unified)
19999 (tramp-completion-file-name-regexp-separate)
20000 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 20001 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
20002 (tramp-drop-volume-letter): Simplify definition.
20003 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 20004
b1a4f8e1
SM
200052011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20006
20007 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20008 (bug#9356).
20009
5664fa7b
RT
200102011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
20011
b1a4f8e1 20012 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 20013
9a45d6c3
JL
200142011-08-29 Juri Linkov <juri@jurta.org>
20015
20016 * isearch.el (isearch-done): Don't display message "Mark saved"
20017 when arg `edit' is non-nil to prevent its flicker in the echo area.
20018
fb87e0fb
CY
200192011-08-28 Chong Yidong <cyd@stupidchicken.com>
20020
20021 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20022 obsolete packages for deletion.
20023
09ac1c2a
CS
200242011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
20025
20026 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 20027 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
20028 view-mode from help-mode.
20029 (help-xref-override-view-map): Remove.
20030 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20031 view-mode is not used anymore.
20032
7a1ff57f
CY
200332011-08-28 Chong Yidong <cyd@stupidchicken.com>
20034
20035 * server.el (server-port): Doc fix.
20036
b9696605
CY
20037 * cus-theme.el (custom-theme-choose-mode): Inherit from
20038 special-mode (Bug#9124).
20039 (custom-theme-choose-mode-map): Add special-mode to parent.
20040
ef8cdf8c
AM
200412011-08-28 Alan Mackenzie <acm@muc.de>
20042
20043 * progmodes/cc-fonts.el
20044 (c-make-font-lock-BO-decl-search-function): New function.
20045 (c-basic-matchers-after - "Fontify the clauses after various
20046 keywords"): Extract the three keyword lists for the 3 erroneous
20047 constructs from the list of four, and use the new function above
20048 in place of an old one.
20049
27de4e20
DD
200502011-08-28 Deniz Dogan <deniz@dogan.se>
20051
20052 * net/rcirc.el (rcirc-insert-prev-input)
20053 (rcirc-insert-next-input): Remove unused argument.
20054
356a3681
SM
200552011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20056
20057 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20058
3fc9b218
AM
200592011-08-27 Alan Mackenzie <acm@muc.de>
20060
20061 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20062 handle function pointer parameters properly.
20063
538a061c
MR
200642011-08-27 Martin Rudalics <rudalics@gmx.at>
20065
20066 * window.el (display-buffer-reuse-window): Fix case where
20067 selected window was reused with non-nil OTHER-WINDOW argument.
20068 (Bug#9381)
20069
35b1c40c
DD
200702011-08-27 Deniz Dogan <deniz@dogan.se>
20071
20072 * net/rcirc.el (rcirc-check-auth-status): Adding support for
20073 oftc's NickServ messages.
20074
2f6a3e79
GM
200752011-08-27 Glenn Morris <rgm@gnu.org>
20076
20077 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
20078
7254299e
CY
200792011-08-26 Chong Yidong <cyd@stupidchicken.com>
20080
20081 * emacs-lisp/package.el (package-install): Call package-initialize
20082 if called interactively.
20083
f8ccf167
LL
200842011-08-26 Leo Liu <sdl.web@gmail.com>
20085
20086 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
20087
3e8cd5ce
JL
200882011-08-25 Juri Linkov <juri@jurta.org>
20089
20090 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20091 `search-whitespace-regexp' (bug#9364).
20092
93eb7113
JL
200932011-08-25 Juri Linkov <juri@jurta.org>
20094
20095 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20096 `regexp-search-ring' to their global values to protect from
20097 updating by `read-from-minibuffer' (bug#9185).
20098
f65d1611
JL
200992011-08-25 Juri Linkov <juri@jurta.org>
20100
20101 * textmodes/ispell.el (ispell-command-loop): Add newline
20102 at the end of the "Use option `i'..." line.
20103
f1cf7a31
JL
201042011-08-25 Juri Linkov <juri@jurta.org>
20105
20106 * battery.el (display-battery-mode): If `battery-status-function'
20107 or `battery-mode-line-format' is nil, display the message and set
20108 `display-battery-mode' to nil (bug#9363).
20109
0c95fcf7
EZ
201102011-08-25 Eli Zaretskii <eliz@gnu.org>
20111
20112 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20113 bidi-string-mark-left-to-right; they are unnecessary now.
20114
a2ebe600
DD
201152011-08-25 Deniz Dogan <deniz@dogan.se>
20116
20117 * net/quickurl.el: Documentation typo fixes.
20118
e4ed06f1
CY
201192011-08-25 Chong Yidong <cyd@stupidchicken.com>
20120
20121 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20122
e5f1c99e
GM
201232011-08-25 Glenn Morris <rgm@gnu.org>
20124
b2948976
GM
20125 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20126
e5f1c99e
GM
20127 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20128 (smtpmail-via-smtp): Handle nil response from smtp.
20129
f22f4808
JL
201302011-08-24 Juri Linkov <juri@jurta.org>
20131
20132 * proced.el (proced-marked): Inherit from `error' instead of
20133 `font-lock-warning-face'.
20134
20135 * ibuffer.el (ibuffer-marked-face): Change default face from
20136 `font-lock-warning-face' to `warning'.
20137 (ibuffer-deletion-face): Change default face from
20138 `font-lock-type-face' to `error'.
20139
20140 * battery.el (battery-update): Use the face `error' instead of
20141 `font-lock-warning-face' (bug#6117).
20142
6a93965e
JL
201432011-08-24 Juri Linkov <juri@jurta.org>
20144
20145 * faces.el (success): Change face color from "Green3" to
20146 "ForestGreen" on light background (bug#9353).
20147
1ed43b09
CY
201482011-08-24 Chong Yidong <cyd@stupidchicken.com>
20149
5664fa7b
RT
20150 * window.el (quit-window): Rename from quit-restore-window.
20151 Use same arglist as old quit-window.
1ed43b09
CY
20152 (frame-auto-delete): Doc fix.
20153
20154 * view.el (view-mode-exit): Use quit-window.
20155
11dcdbb2
JL
201562011-08-24 Juri Linkov <juri@jurta.org>
20157
20158 * isearch.el (isearch-ring-adjust1): Start visiting previous
20159 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20160 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20161 for empty search string (when the last search string is reused
20162 automatically) to adjust the isearch ring to the last element and
20163 prepare the correct index for further M-p commands (bug#9185).
20164
de62b4df
KH
201652011-08-24 Kenichi Handa <handa@m17n.org>
20166
20167 * international/ucs-normalize.el: If decomposition property of
20168 CHAR is the default one (i.e. a list of CHAR itself), treat it as
20169 nil.
20170 (nfd, nfkd): Likewise.
20171
963b492b
SM
201722011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20173
20174 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20175 from process filters aren't reliably transmitted to the surrounding
20176 accept-process-output.
20177 (mpc-proc-check): New function.
20178 (mpc-proc-sync): Use it (bug#8293)
20179
93b6b5e1
SM
201802011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20181
20182 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20183 Add compatibility functions (bug#9313).
20184
bca633fb
EZ
201852011-08-23 Eli Zaretskii <eliz@gnu.org>
20186
b177498a
EZ
20187 * cus-start.el (all): Add entry for bidi-paragraph-direction.
20188
6df6ae42 20189 * international/uni-bidi.el: Regenerate.
bca633fb 20190
0902a04e
KH
201912011-08-23 Kenichi Handa <handa@m17n.org>
20192
20193 * international/charprop.el:
20194 * international/uni-bidi.el:
20195 * international/uni-category.el:
20196 * international/uni-combining.el:
20197 * international/uni-comment.el:
20198 * international/uni-decimal.el:
20199 * international/uni-decomposition.el:
20200 * international/uni-digit.el:
20201 * international/uni-lowercase.el:
20202 * international/uni-mirrored.el:
20203 * international/uni-name.el:
20204 * international/uni-numeric.el:
20205 * international/uni-old-name.el:
20206 * international/uni-titlecase.el:
20207 * international/uni-uppercase.el: Regenerate.
20208
3bbf23bc
MR
202092011-08-23 Martin Rudalics <rudalics@gmx.at>
20210
20211 * help.el (help-window-setup): Fix message displayed when other
20212 window is reused. (Bug#9341)
20213
b3fd59bd
SM
202142011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20215
1802e444
SM
20216 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20217 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20218
b3fd59bd
SM
20219 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20220 Mark obsolete.
20221 * shell.el (shell-parse-pcomplete-arguments): New function.
20222 (shell-completion-vars): Use it instead (bug#9160).
20223
4eb61348
SM
202242011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20225
867cab74
SM
20226 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20227 strings and comments (bug#9333).
20228
4eb61348
SM
20229 * emacs-lisp/debug.el (debug-arglist): New function.
20230 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20231 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20232
262a1439
JL
202332011-08-22 Juri Linkov <juri@jurta.org>
20234
56ee679c
JL
20235 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20236 Revert regexp that highlights output switches to its old
20237 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20238
262a1439
JL
20239 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20240 to check for empty output (bug#9226).
20241
f13f86fb
CY
202422011-08-22 Chong Yidong <cyd@stupidchicken.com>
20243
20244 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20245 symbol-constituent as the default, as that stops font-lock from
20246 working properly (Bug#8843).
20247
c65c9622
LMI
202482011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20249
20250 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20251 `coding-system-for-*' around the process open call to avoid
20252 auth-source side effects.
e7f2c178 20253 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
20254 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20255 probe hangs.
c65c9622 20256
23a8a5ab
CY
202572011-08-21 Chong Yidong <cyd@stupidchicken.com>
20258
ff98b2dd
CY
20259 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20260
23a8a5ab
CY
20261 * emacs-lisp/find-func.el (find-function-noselect): New arg
20262 lisp-only.
20263
20264 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20265 signal an error for built-in functions (Bug#6664).
20266
f5e3c598
LMI
202672011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20268
20269 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20270 (smtpmail-try-auth-methods): Use it.
20271
a3f2468a
CY
202722011-08-21 Chong Yidong <cyd@stupidchicken.com>
20273
2c34e8da
CY
20274 * font-lock.el (font-lock-fontify-region)
20275 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20276 (font-lock-default-unfontify-buffer)
20277 (font-lock-default-fontify-region)
20278 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20279
b3fd59bd
SM
20280 * progmodes/compile.el (compilation-error-properties):
20281 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
20282 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20283 `ant' regexp.
ee31aabc 20284
a3f2468a
CY
20285 * net/browse-url.el (browse-url-firefox): Don't call
20286 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20287
8e999f70
GM
202882011-08-20 Glenn Morris <rgm@gnu.org>
20289
c21a496a
GM
20290 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20291
59ee0542
GM
20292 * tutorial.el (tutorial--default-keys): Update some default bindings.
20293
8e999f70
GM
20294 * files.el (hack-local-variables): Fully ignore case for "mode:".
20295
e3715033
AM
202962011-08-20 Alan Mackenzie <acm@muc.de>
20297
20298 Resolve invalid use of a regexp in regexp-opt.
20299
4d61f28d
JB
20300 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20301 detection for a java annotation.
e3715033 20302
4d61f28d 20303 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
20304 detection for a java annotation.
20305
4d61f28d
JB
20306 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20307 handling for java.
e3715033
AM
20308 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20309
04ed2e9c
CY
203102011-08-20 Chong Yidong <cyd@stupidchicken.com>
20311
20312 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20313 (Bug#9274).
20314
826cee64
AM
203152011-08-20 Alan Mackenzie <acm@muc.de>
20316
58179cce 20317 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
20318 such a construct. Mainly for when jit-lock etc. starts a chunk
20319 here.
20320
58179cce 20321 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 20322 variable.
58179cce 20323 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
20324 c-make-font-lock-search-function.
20325 (c-make-font-lock-search-function): Use the above function.
20326 (c-make-font-lock-context-search-function): New function.
20327 (c-cpp-matchers): Enhance the preprocessor expression case with
20328 the above function
20329 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20330 which takes an expression.
20331
20332 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20333
13009bd8
MR
203342011-08-20 Martin Rudalics <rudalics@gmx.at>
20335
20336 * window.el (display-buffer-reuse-window)
20337 (display-buffer-pop-up-window): Don't reuse or split a side
20338 window.
20339
9234ff7f
GM
203402011-08-19 Glenn Morris <rgm@gnu.org>
20341
20342 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 20343 Downcase "Mode:". (Bug#9331)
9234ff7f 20344
f635daa1
CY
203452011-08-18 Chong Yidong <cyd@stupidchicken.com>
20346
20347 * international/characters.el: Add L and R categories.
20348
20349 * subr.el (bidi-string-mark-left-to-right): Rename from
20350 string-mark-left-to-right. Use category search.
20351
20352 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20353
bc987f8b
JL
203542011-08-18 Juri Linkov <juri@jurta.org>
20355
20356 * faces.el (error, warning, success): New faces with definitions
20357 copied from old default values of `font-lock-warning-face',
20358 `compilation-warning', `compilation-info' (bug#6117).
20359
20360 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20361
20362 * progmodes/compile.el (compilation-error): Inherit from `error'.
20363 (compilation-warning): Inherit from `warning'.
20364 (compilation-info): Inherit from `success'.
20365
20366 * dired.el (dired-marked): Inherit from `warning'.
20367 (dired-flagged): Inherit from `error'.
20368
57173b96
LMI
203692011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20370
3e79eb87
LMI
20371 * mail/smtpmail.el (auth-source): Require to avoid problems with
20372 binding variables (bug#9298). Also clean up some unused
20373 autoloads.
20374
b3fd59bd
SM
20375 * net/network-stream.el (network-stream-open-starttls):
20376 Support using starttls.el without using gnutls-cli.
57173b96 20377
02b404de
JL
203782011-08-17 Juri Linkov <juri@jurta.org>
20379
20380 * progmodes/grep.el (rgrep): Handle the case when
20381 `grep-find-command' is a cons cell (bug#9278).
20382
8c9177f2
MR
203832011-08-17 Martin Rudalics <rudalics@gmx.at>
20384
20385 * window.el (display-buffer-pop-up-frame): Run frame creation
20386 function with BUFFER current (as special-display-popup-frame
20387 does). Reported by Drew Adams.
20388
3644a0ab
DU
203892011-08-17 Daiki Ueno <ueno@unixuser.org>
20390
20391 * epa-mail.el: Simplify GnuPG group expansion using
20392 epg-expand-group.
20393 (epa-mail-group-alist, epa-mail-group-modtime)
20394 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20395 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20396 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20397 Remove.
20398
5e617bc2 203992011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
20400
20401 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20402
9c4aeabf
AM
204032011-08-16 Alan Mackenzie <acm@muc.de>
20404
20405 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20406 Correct, to avoid the inside of macros.
20407
3a99bf64
RS
204082011-08-16 Richard Stallman <rms@gnu.org>
20409
04963aa8
RS
20410 * epa-mail.el: Handle GnuPG group definitions.
20411 (epa-mail-group-alist, epa-mail-group-modtime)
20412 (epa-mail-gnupg-conf-file): New variables.
20413 (epa-mail-parse-groups, epa-mail-sync-groups)
20414 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20415 (epa-mail-expand-recipients): New functions.
20416 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20417
177549d0
RS
20418 * mail/rmail.el (rmail-epa-decrypt): New command.
20419
fe38beef
RS
20420 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20421 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
20422 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20423 (epa-decrypt-armor-in-region): Make error message clearer.
20424
934eacb9
SM
204252011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20426
20427 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20428 and "a2b" to "ab" for `prefix'.
20429
d024fb4e
CY
204302011-08-14 Chong Yidong <cyd@stupidchicken.com>
20431
20432 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20433 filter groups.
de148fee
CY
20434 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20435 Fourquet (Bug#8804).
d024fb4e 20436
62f1ca49
JB
204372011-08-12 Juanma Barranquero <lekktu@gmail.com>
20438
20439 * startup.el (argi): Declare as global variable (bug#9275).
20440
9ccaaa4b
CY
204412011-08-12 Chong Yidong <cyd@stupidchicken.com>
20442
20443 * subr.el (string-mark-left-to-right): Search the entire string
20444 for RTL script, not just the terminating character. Doc fix.
20445
a3dae87a
SM
204462011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20447
6cd18349
SM
20448 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20449 New function.
20450 (js--regexp-literal, js-syntax-propertize-function): Remove.
20451 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20452 (js-mode-map): Don't rebind electric keys.
20453 (js-insert-and-indent): Remove.
20454 (js-mode): Setup electric-layout and electric-indent instead.
20455
a3dae87a
SM
20456 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20457
9d5cb631
DU
204582011-08-12 Daiki Ueno <ueno@unixuser.org>
20459
20460 * epa.el (epa-progress-callback-function): Fix the logic of
20461 displaying progress.
20462 * epa-file.el (epa-file-insert-file-contents): Make progress
20463 display more user-friendly.
20464 (epa-file-write-region): Ditto.
20465
3e26a4a2
CY
204662011-08-10 Chong Yidong <cyd@stupidchicken.com>
20467
20468 * subr.el (string-mark-left-to-right): New function.
20469
20470 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20471 Use string-mark-left-to-right.
20472 (list-buffers-noselect): Caller changed.
20473
a3dae87a
SM
20474 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20475 Use string-mark-left-to-right.
3e26a4a2
CY
20476 (tabulated-list-print): Recenter after moving point.
20477
ac8cf6e6
JL
204782011-08-10 Juri Linkov <juri@jurta.org>
20479
20480 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20481 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20482 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20483
8d96c9a4
CY
204842011-08-09 Chong Yidong <cyd@stupidchicken.com>
20485
20486 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20487 (Bug#7554).
20488
7be1c708 204892011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
20490
20491 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20492 character. (Bug#6594)
20493
37e11a63
CY
204942011-08-08 Chong Yidong <cyd@stupidchicken.com>
20495
839dde57
CY
20496 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20497 (image-dired--with-db-file): New macro.
20498 (image-dired-write-tags, image-dired-remove-tag)
20499 (image-dired-create-gallery-lists, image-dired-write-comments)
20500 (image-dired-get-comment, image-dired-mark-tagged-files)
20501 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20502 (image-dired-gallery-generate): Use insert-file-contents.
20503
37e11a63
CY
20504 * time.el (display-time-world-list, display-time-world-display):
20505 * time-stamp.el (time-stamp-string):
20506 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20507 set-time-zone-rule (Bug#7337).
20508
0b4946c4
DU
205092011-08-08 Daiki Ueno <ueno@unixuser.org>
20510
20511 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20512 (epg-error-to-string, epg-errors-to-string): New function.
20513 (epg-wait-for-completion): Reverse errors list.
20514 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20515 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20516 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20517 (epg-sign-keys, epg-generate-key-from-file)
20518 (epg-generate-key-from-string): Format errors by using
20519 epg-errors-to-string (bug#9255).
20520 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20521
75bfc667
JL
205222011-08-07 Juri Linkov <juri@jurta.org>
20523
20524 * faces.el (list-faces-display): Remove extra angle bracket
20525 from `help-mode-map'.
20526
20527 * info.el (Info-history-toc-nodes): Doc fix.
20528
20529 * longlines.el (longlines-mode): Doc fix.
20530
673e08bb
SM
205312011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20532
4640dd88
SM
20533 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20534 of statements and in a few more cases (bug#9183).
20535
673e08bb
SM
20536 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20537 New functions.
20538 (cl-transform-lambda): Use them (bug#9239).
20539
89b3f019
MR
205402011-08-05 Martin Rudalics <rudalics@gmx.at>
20541
20542 * window.el (display-buffer-same-window)
20543 (display-buffer-same-frame, display-buffer-other-window)
20544 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20545 (pop-to-buffer-other-window)
20546 (pop-to-buffer-same-frame-other-window)
20547 (pop-to-buffer-other-frame): Make them defuns.
20548 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20549
640c8776
SM
205502011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20551
20552 * subr.el (make-composed-keymap): Move from C. Change calling
20553 convention, and improve docstring to bring attention to a subtle point.
20554 * minibuffer.el (completing-read-default): Adjust accordingly.
20555
63648a95
MA
205562011-08-03 Michael Albinus <michael.albinus@gmx.de>
20557
20558 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20559 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20560
20561 * net/trampver.el: Update release number.
20562
b796c9b7
SM
205632011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20564
20565 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20566 "in" (bug#9190).
20567
2239d7d5
LMI
205682011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20569
e07dd7c3
LMI
20570 * mail/sendmail.el (sendmail-query-once): Restore the current
20571 buffer after querying (bug#9074).
20572
0e6a2bd7
LMI
20573 * dired.el (dired-flagged): Use different faces for marked and
20574 flagged files (bug#6117).
20575
ce887515
LMI
20576 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20577 (bug#4433).
20578
92f2affc
LMI
20579 * ido.el (ido-mode): Switch off the message if called
20580 non-interactively.
20581
57d5aff0
LMI
20582 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20583 before 587, since it appears that that's more likely to work for
20584 more people.
20585
98cd6c18 20586 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 20587 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
20588 exist.
20589
b96dec83
LMI
20590 * info.el: Remove the `Info-beginning-of-buffer' function
20591 (bug#8325).
20592
b796c9b7
SM
20593 * net/network-stream.el (network-stream-open-starttls):
20594 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 20595
d90e2ea0
MR
205962011-08-01 Martin Rudalics <rudalics@gmx.at>
20597
20598 * window.el (display-buffer-in-window): Don't set dedicated status
20599 of window here (Bug#9215).
20600 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20601 (display-buffer-pop-up-side-window)
b796c9b7 20602 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 20603
cca09170
SM
206042011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20605
20606 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20607 before binding generated-autoload-file.
20608
027b979c
DD
206092011-08-01 Deniz Dogan <deniz@dogan.se>
20610
20611 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20612
3c7ee4f3
MA
206132011-07-30 Michael Albinus <michael.albinus@gmx.de>
20614
20615 Sync with Tramp 2.2.2.
20616
20617 * net/trampver.el: Update release number.
20618
2cc8e51a
JL
206192011-07-30 Juri Linkov <juri@jurta.org>
20620
20621 * dired-aux.el (dired-touch-initial): Remove function.
20622 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20623 current time, and `default' to the last modification time of the
20624 current marked file (bug#6887).
20625
a514d856
JM
206262011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20627
20628 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 20629 numeric argument to read-number (bug#9163).
a514d856 20630
8a7eddd7
MA
206312011-07-27 Michael Albinus <michael.albinus@gmx.de>
20632
20633 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20634 connection process, it could be nil.
20635
1ddd96f5
LL
206362011-07-27 Leo Liu <sdl.web@gmail.com>
20637
20638 Simplify url handling in rcirc-mode.
20639
20640 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20641 (rcirc-browse-url-at-mouse): Remove.
20642 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20643
b248a85d
AM
206442011-07-26 Alan Mackenzie <acm@muc.de>
20645
20646 Fontify bitfield declarations properly.
20647
20648 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20649 (c-symbol-chars): Now exported as a lang variable.
20650 (c-not-primitive-type-keywords): New lang variable.
20651
20652 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20653 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 20654 parsed as a bitfield declaration.
b248a85d 20655
b796c9b7
SM
20656 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20657 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
20658 (c-punctuation-in): New function.
20659 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20660 declarations properly.
20661
68575ab0
UJ
206622011-07-26 Ulf Jasper <ulf.jasper@web.de>
20663
20664 * calendar/icalendar.el (icalendar--all-events): Take care of
20665 multiple vcalendars in a single file.
b796c9b7 20666 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 20667
0f0a88b9
DD
206682011-07-25 Deniz Dogan <deniz@dogan.se>
20669
20670 * image.el (insert-image): Clarifying docstring.
20671
0b3f36df
MA
206722011-07-24 Michael Albinus <michael.albinus@gmx.de>
20673
20674 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20675 `tramp-send-command-and-check' if there is no error.
20676 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20677
a9901f61
AM
206782011-07-22 Alan Mackenzie <acm@muc.de>
20679
20680 Prevent cc-langs.elc being loaded at run time.
20681
20682 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20683 cc-langs.
20684
4d61f28d 20685 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
20686 "(require 'cc-langs)". Quote a form so it will evaluate at
20687 (cc-mode's) compilation time.
20688
11d074b2
MA
206892011-07-22 Michael Albinus <michael.albinus@gmx.de>
20690
20691 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20692 loading. (Bug#9114)
20693
938b94c8
MR
206942011-07-21 Martin Rudalics <rudalics@gmx.at>
20695
20696 * window.el (display-buffer-pop-up-window)
20697 (display-buffer-pop-up-side-window)
20698 (display-buffer-in-side-window): Call display-buffer-set-height
20699 and display-buffer-set-width after setting the new window's
b796c9b7 20700 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 20701
bfa4f190
SS
207022011-07-20 Sam Steingold <sds@gnu.org>
20703
20704 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20705 (etags-tags-included-tables): Call `convert-standard-filename' on
20706 the file names contained in TAGS so that windows Emacs can handle
20707 TAGS files created by cygwin ctags.
20708
8ca42262
LMI
207092011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20710
20711 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20712 which apparently didn't work.
20713
5db2afd2 207142011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 20715
5db2afd2
RW
20716 * proced.el (proced-send-signal): For *Marked Processes* buffer
20717 put point at beginning of buffer.
20718
92e15d10
SB
207192011-07-19 Stephen Berman <stephen.berman@gmx.net>
20720
20721 * proced.el (proced-format): Make header lines align with the text
20722 (bug#1779).
20723
1bfd59e5
LMI
207242011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20725
20726 * view.el (view-buffer): Allow running in `special' modes if we're
20727 visiting a file (bug#8615).
20728
f5aae37c
MR
207292011-07-19 Martin Rudalics <rudalics@gmx.at>
20730
20731 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
20732 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20733 New functions.
f5aae37c
MR
20734 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20735 more accurately.
20736
bf2c1571
AM
207372011-07-18 Alan Mackenzie <acm@muc.de>
20738
20739 Fontify declarators properly when, e.g., a jit-lock chunk begins
20740 inside a declaration.
20741
20742 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20743
b796c9b7
SM
20744 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20745 New function.
bf2c1571
AM
20746 (c-complex-decl-matchers): Insert reference to
20747 c-font-lock-enclosing-decls.
20748
20749 * progmodes/cc-engine.el (c-backward-single-comment):
20750 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20751 to nil around calls to (forward-comment -1).
20752
4e190b80
LMI
207532011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20754
12dc863d
LMI
20755 * image.el (put-image): Doc typo fix.
20756
a762e966
LMI
20757 * progmodes/etags.el (tags-search): Doc typo fix.
20758
4e190b80
LMI
20759 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20760 password if we get errors 550 to 554.
20761
f019fb21
LMI
207622011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20763
b796c9b7 20764 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 20765
81746738
LMI
20766 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20767 indentation character (bug#6380).
20768
3ee3a1b5
LMI
20769 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20770
c82f64de
LMI
20771 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20772 to clarify what the problem is (bug#4291).
20773
f019fb21
LMI
20774 * simple.el (current-kill): Clarify what
20775 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
20776 (auto-fill-mode): Document `auto-fill-function' in relation to
20777 `auto-fill-mode' (bug#2470).
f019fb21 20778
0794775d
LM
207792011-07-16 Lawrence Mitchell <wence@gmx.li>
20780
20781 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20782 method if slot is read-only (bug#9035).
20783
be39b8cc
MR
207842011-07-16 Martin Rudalics <rudalics@gmx.at>
20785
b796c9b7 20786 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 20787 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
20788 selected before, see discussion of (Bug#8615), (Bug#6954).
20789 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 20790
6ccf7859
GM
207912011-07-15 Glenn Morris <rgm@gnu.org>
20792
20793 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 20794 Respect help-form.
6ccf7859 20795
87e86684
LM
207962011-07-09 Lawrence Mitchell <wence@gmx.li>
20797
20798 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20799 (gnutls-negotiate): Use it.
20800
d6066239
LMI
208012011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20802
b796c9b7
SM
20803 * net/gnutls.el (gnutls-negotiate):
20804 Upcase `gnutls-algorithm-priority'.
d6066239 20805
bd23ebc0
GM
208062011-07-15 Glenn Morris <rgm@gnu.org>
20807
c65bca65
GM
20808 * jka-compr.el (jka-compr-verbose): Move from here...
20809 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20810 Add missing :version tag.
20811 * info.el: No need to require jka-compr when compiling.
bd23ebc0 20812
478615cc
LMI
208132011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20814
7b41decb
LMI
20815 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20816 (gnutls-negotiate): Use it.
20817
dbc44fcd
LMI
20818 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20819
06789f97
LMI
20820 * info.el (Info-beginning-of-buffer): New command.
20821 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20822 announcing `b' as the key (bug#8325).
ab896c37 20823 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 20824
c39da690
LMI
20825 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20826
3aa5f34b
LMI
20827 * international/mule-cmds.el
20828 (describe-specified-language-support): Make the error message
20829 clearer (bug#8905).
20830
4bf0979f
LMI
20831 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20832
478615cc
LMI
20833 * isearch.el (isearch-barrier): Add a doc string, since it's
20834 mentioned in a function doc string (bug#8678).
20835
75c68aa1
MR
208362011-07-15 Martin Rudalics <rudalics@gmx.at>
20837
20838 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20839 buffer argument (Bug#9083) and self-identifying label argument.
20840
a7c33da2
GM
208412011-07-15 Glenn Morris <rgm@gnu.org>
20842
20843 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20844
2f5c6024
LMI
208452011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20846
20847 * man.el (Man-fontify-manpage): Fix message when formatting the
20848 man page (bug#7929).
20849
0bb23927 208502011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
20851
20852 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20853 argument LRM; if non-nil, append an invisible LRM character to the
20854 buffer name.
20855 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20856 last argument non-nil, when formatting buffer names.
0bb23927
EZ
20857 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20858 paragraph direction.
cce4b0a7 20859
621ef9ab
LMI
208602011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20861
d1583c48
LMI
20862 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20863 the man page name (bug#7929).
20864
6a57fb5f
LMI
20865 * image.el (put-image): Mention the `put-image' overlay property
20866 (bug#7834).
20867
d7956b14
LMI
20868 * scroll-bar.el (set-scroll-bar-mode): Mention that
20869 `scroll-bar-mode' lists the values (bug#7772).
20870
5b2d4a66
LMI
20871 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20872 command (bug#7729).
20873
7509a874
LMI
20874 * rect.el (apply-on-rectangle): Return the point after the last
20875 operation.
20876 (string-rectangle): Go to the point after the last operation
20877 (bug#7522).
20878
4fe74b19
LMI
20879 * printing.el (pr-toggle-region): Clarify the documentation
20880 slightly (bug#7493).
20881
b796c9b7
SM
20882 * time.el (display-time-update):
20883 Allow `display-time-mail-function' to return nil (bug#7158).
20884 Fix suggested by Detlev Zundel.
ab283561 20885
fc233c9d
LMI
20886 * vc/diff.el (diff): Clarify the order the file names are read
20887 (bug#7111).
20888
43f5740b
LMI
20889 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20890 the doc string (bug#7015).
20891
f2182a76
LMI
20892 * font-lock.el (font-lock-maximum-decoration): Mention what
20893 numeric levels mean (bug#6935).
20894
621ef9ab
LMI
20895 * startup.el (initial-buffer-choice): Don't mention the `none'
20896 selection, which is against policy.
20897
adc47434
MR
208982011-07-14 Martin Rudalics <rudalics@gmx.at>
20899
b796c9b7
SM
20900 * window.el (display-buffer-normalize-special):
20901 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 20902
7e5bfb8f
EZ
209032011-07-14 Eli Zaretskii <eliz@gnu.org>
20904
20905 * subr.el (version<, version<=, version=): Mention "-CVS" and
20906 "-12345" alpha version numbers.
20907
27fa387a
CY
209082011-07-14 Chong Yidong <cyd@stupidchicken.com>
20909
20910 * bindings.el: Add advertised binding for set-mark-command
20911 (Bug#5772).
20912
8bdfa064
CY
209132011-07-14 Chong Yidong <cyd@stupidchicken.com>
20914
20915 * bindings.el (mode-line-other-buffer):
20916 * bookmark.el (bookmark-bmenu-2-window):
20917 * bs.el (bs-cycle-next, bs-cycle-previous):
20918 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20919 switch-to-buffer.
20920
20921 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 20922 Delete.
8bdfa064 20923
5eba16a3
JB
209242011-07-14 Juanma Barranquero <lekktu@gmail.com>
20925
20926 * follow.el (follow-debug-message, follow-redisplay):
20927 * jka-cmpr-hook.el (with-auto-compression-mode):
20928 Fix typos in docstrings.
20929
15853710
LMI
209302011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20931
a28e4607
LMI
20932 * subr.el (with-silent-modifications): Clarify somewhat what the
20933 macro inhibits (bug#6525).
20934
15853710
LMI
20935 * simple.el (eval-expression): Note what it does if called
20936 interactively (bug#6495).
20937
bee0fcef
CY
209382011-07-13 Chong Yidong <cyd@stupidchicken.com>
20939
b796c9b7
SM
20940 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20941 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
20942
20943 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20944 Remove switch-to-buffer.
20945
58274504
LMI
209462011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20947
bd2fcc8d
LMI
20948 * files.el (make-directory): Clarify that an error will be raised
20949 if there's an error (bug#6397).
20950
0f04b32c
LMI
20951 * startup.el (initial-buffer-choice): Add `none' as a choice
20952 (bug#6234).
20953
465c5fc8
LMI
20954 * subr.el (add-hook): Clarify section about buffer-local hooks
20955 (bug#6218).
20956
58274504
LMI
20957 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20958
bead9a43
JB
209592011-07-13 Juanma Barranquero <lekktu@gmail.com>
20960
20961 * tabify.el (untabify): Preserve the current column so that point
20962 doesn't move (bug#6032).
20963
3af98a7b
LMI
209642011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20965
b796c9b7
SM
20966 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20967 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 20968
6240145a
GM
209692011-07-13 Glenn Morris <rgm@gnu.org>
20970
20971 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20972 (dired-insert-directory): Give a message the first time
20973 if ls is found not to support --dired.
20974
1d8c2ccc
LMI
209752011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20976
20977 * simple.el (toggle-truncate-lines): Clarify what is toggled
20978 (bug#5580). Text by Drew Adams.
20979
5fc4038e
CY
209802011-07-13 Chong Yidong <cyd@stupidchicken.com>
20981
20982 * simple.el (blink-matching-open): Make the error message from the
20983 last change less verbose.
20984
bf6012e5
DN
209852011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20986
20987 * font-lock.el (font-lock-comment-face): Use the high contrast
20988 "yellow" color for font-lock-comment-face on low color terminals
20989 using a dark background color (bug#4221).
20990
343c3b5a
LMI
209912011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20992
7e9505c5
LMI
20993 * dired.el (dired-insert-set-properties): Make the doc string
20994 reflect what it does now (bug#5325).
20995
c26fdcf5
LMI
20996 * simple.el (blink-matching-open): Say that we were unable to find
20997 the match within the limit, if we're limited (bug#5122).
20998
bb388cc5
LMI
20999 * international/mule-cmds.el (prefer-coding-system): Add an
21000 example (bug#4869).
21001
343c3b5a
LMI
21002 * progmodes/etags.el (tags-search): Document `file-list-form'
21003 (bug#4731).
21004
2a517d45
LM
210052011-07-13 Lawrence Mitchell <wence@gmx.li>
21006
21007 * net/browse-url.el (browse-url-default-browser)
21008 (browse-url-browser-function): Make the default browser choice a
21009 bit more logical (bug#4300). Also clean up the doc string.
21010
b6c78ef2
JB
210112011-07-13 Juanma Barranquero <lekktu@gmail.com>
21012
21013 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21014 binary endings (bug#4440).
21015
1c4dd947
LMI
210162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21017
a2014063
LMI
21018 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21019 which can be pretty annoying (bug#8971).
21020
9c9c2d88
LMI
21021 * jka-compr.el (jka-compr-verbose): New variable, and use
21022 throughout (bug#8971).
21023
1c4dd947
LMI
21024 * info.el (Info-find-file): Fall back on the installation
21025 directory if we can't find the info node anywhere else.
21026
a1c9f41b
SO
210272011-07-13 Sergei Organov <osv@javad.com> (tiny change)
21028
21029 * vc/vc.el (vc-revert-file):
21030 Don't set file time-stamp in the past. (Bug#5181)
21031
536f3d36
LMI
210322011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21033
7152b011
LMI
21034 * files.el (after-find-file): Give a better error message when
21035 trying to find a symlink that points to a file that doesn't exist
21036 (bug#4398).
21037
536f3d36
LMI
21038 * progmodes/cc-vars.el: Remove (probably) misleading comment
21039 (bug#4396).
21040
460c0fba
JB
210412011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21042
21043 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21044
7a6bda45
CY
210452011-07-12 Chong Yidong <cyd@stupidchicken.com>
21046
21047 * mouse-sel.el: Hack restoring functionality, while keeping
21048 compatibility with 2010-07-03 changes to mouse selection.
21049 (mouse-sel-primary-overlay): New var.
21050 (mouse-sel-selection-alist): Use it.
21051 (mouse-sel-mode): Doc fix; remove points that are default features
21052 of mouse.el.
21053
c79598ef
JB
210542011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21055
21056 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21057 Fix previous fix (bug#2490).
21058
ff8be6ef
RW
210592011-07-12 Roland Winkler <winkler@gnu.org>
21060
b796c9b7
SM
21061 * textmodes/bibtex.el (bibtex-initialize):
21062 Use pop-to-buffer-same-window.
ff8be6ef
RW
21063 (bibtex-search-entries): Fix interactive call.
21064
296ba3ee
LMI
210652011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21066
f5242a02 21067 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
21068 Fontise bytecomp Error lines more correctly (bug#2490).
21069 Fix suggested by Johan BockgĂ¥rd.
f5242a02 21070
296ba3ee
LMI
21071 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21072
21073 * dired-x.el (dired-guess-default): Use `delete-dups'.
21074
f69fd0d2
CY
210752011-07-12 Chong Yidong <cyd@stupidchicken.com>
21076
21077 * dired.el (dired-mark-prompt):
21078 * dired-aux.el (dired-read-shell-command): Doc fix.
21079
eab5dc07
LMI
210802011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21081
b796c9b7
SM
21082 * mail/sendmail.el (sendmail-query-once):
21083 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
21084 emacs -Q.
21085
21086 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21087
eab5dc07
LMI
21088 * cus-edit.el (custom-file): Take an optional no-error variable.
21089 (customize-save-variable): Set the variable, and give a warning if
21090 running under "emacs -q".
21091
a1e65d42
JB
210922011-07-11 Juanma Barranquero <lekktu@gmail.com>
21093
21094 * loadhist.el (unload-feature-special-hooks):
21095 Add `auto-coding-functions', `fill-nobreak-predicate' and
21096 `find-directory-functions' (bug#5327).
21097
1d52da10
LMI
210982011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21099
be958f1d
LMI
21100 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21101
5bedb26c
LMI
21102 * cus-edit.el (custom-guess-name-alist): -alist variables should
21103 use the `alist' type (bug#3120). Suggested by Drew Adams.
21104
1d52da10
LMI
21105 * printing.el: Add documentation to all the `pr-toggle-' commands.
21106
cd394be1 211072011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
21108
21109 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21110 backends where it makes sense (bug#2623).
21111
dcc88d8a
LMI
211122011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21113
c3de9feb
LMI
21114 * dired-x.el (dired-guess-default): Remove duplicate shell command
21115 entries (bug#2028).
8a93078b 21116 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 21117 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 21118
dcc88d8a
LMI
21119 * subr.el (remove-duplicates): New conveniency function.
21120
505e3645
LMI
211212011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21122
21123 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21124 (bug#1526).
21125
211262011-07-10 Martin Rudalics <rudalics@gmx.at>
21127
21128 * window.el (display-buffer-normalize-default): Don't invert
21129 meaning of even-window-heights. Reported by Eli Zaretskii
21130 <eliz@gnu.org>.
21131
455e4fa1
BR
211322011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
21133
21134 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21135
8e0bc3e9
CY
211362011-07-10 Chong Yidong <cyd@stupidchicken.com>
21137
21138 * window.el (display-buffer): Fix arguments to
21139 display-buffer-reuse-window in last change.
21140
fa7c3228
CY
21141 * faces.el (link): Use a less saturated blue on light backgrounds.
21142
21143 * startup.el (fancy-startup-text, fancy-about-text)
21144 (fancy-startup-tail): Use font-lock faces, for background safety.
21145
c0a7f300
BN
211462011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
21147
b796c9b7
SM
21148 * emulation/viper-cmd.el (viper-change-state-to-vi):
21149 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 21150
4dc2a129
MR
211512011-07-09 Martin Rudalics <rudalics@gmx.at>
21152
21153 * window.el (display-buffer-default-specifiers): Remove.
21154 (display-buffer-macro-specifiers): Remove default specifiers.
21155 (display-buffer-alist): Default to nil.
b796c9b7 21156 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
21157 (display-buffer-pop-up-window): Allow splitting internal
21158 windows. Check whether a live window was created.
21159 (display-buffer-other-window-means-other-frame)
21160 (display-buffer-normalize-arguments): Rename to
21161 display-buffer-normalize-argument and rewrite. Set the
21162 other-window specifier.
21163 (display-buffer-normalize-special): New function.
21164 (display-buffer-normalize-options): Rename to
21165 display-buffer-normalize-default and rewrite.
21166 (display-buffer-normalize-options-inhibit): Remove.
21167 (display-buffer-normalize-specifiers): Rewrite.
21168 (display-buffer): Process other-window specifier and call
21169 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
21170 more faithfully.
b796c9b7 21171 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 21172 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
21173 (display-buffer-in-window, display-buffer-alist-set):
21174 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
21175 <tassilo@member.fsf.org>.
21176
2d43b8c9
LL
211772011-07-09 Leo Liu <sdl.web@gmail.com>
21178
21179 * register.el (insert-register): Restore accidental change on
21180 2011-06-26. (Bug#9028)
21181
7f9b7c53
GM
211822011-07-09 Glenn Morris <rgm@gnu.org>
21183
21184 * subr.el (remq): Handle the empty list. (Bug#9024)
21185
f042cfd8
AS
211862011-07-08 Andreas Schwab <schwab@linux-m68k.org>
21187
21188 * mail/sendmail.el (send-mail-function): No longer delay custom
21189 initialization.
21190 * custom.el (custom-initialize-delay): Doc fix.
21191
856b2f11
SM
211922011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21193
21194 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21195
afae1d68
MA
211962011-07-08 Michael Albinus <michael.albinus@gmx.de>
21197
21198 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21199 human-friendly prompt.
21200
0757af94
SM
212012011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21202
21203 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21204 provided by a particular plugin.
21205
d760b731
LMI
212062011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
21207
21208 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21209 save customizations (with "emacs -Q"), just set the variable
21210 instead of erroring out.
21211
21212 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21213
cd79ce90
JL
212142011-07-08 Juri Linkov <juri@jurta.org>
21215
21216 * arc-mode.el (archive-zip-expunge, archive-zip-update)
21217 (archive-zip-update-case): Use 7z if found by `executable-find'.
21218 The order of searching the available programs is the same as in
21219 `archive-zip-extract' (bug#8968).
21220
14cc04aa
CY
212212011-07-07 Chong Yidong <cyd@stupidchicken.com>
21222
21223 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21224 (menu-bar-options-menu): Tweak descriptions.
21225
0a1848ec
LMI
212262011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21227
21228 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21229 menu items into verb phrases (bug#1421). Also refill to fit under
21230 80 columns.
21231
f5bd0689
CY
212322011-07-07 Chong Yidong <cyd@stupidchicken.com>
21233
538e85c6
CY
21234 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21235 (Info-read-node-name): Doc fix (Bug#1084).
21236
f5bd0689
CY
21237 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21238 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21239 (end-of-sexp, beginning-of-sexp)
21240 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21241 (forward-symbol, forward-same-syntax, word-at-point)
21242 (sentence-at-point): Doc fix (Bug#1144).
21243
56ec5115
LMI
212442011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21245
f3f8e37f
LMI
21246 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21247 should cover it (bug#1281).
21248
0757af94 21249 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 21250
e9fce1ac 21251 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
21252 negotiation fails, then possibly try again with a non-encrypted
21253 connection (bug#9017).
21254
56ec5115
LMI
21255 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21256 be used.
21257
c2f9aec8
RS
212582011-07-07 Richard Stallman <rms@gnu.org>
21259
21260 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21261 property, and handle its changed format.
21262 Look for the correct line number.
21263 Use file's line contents (but not past first =) to find
21264 correct line in message.
21265
ef7b981d 212662011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
21267
21268 * international/characters.el (build-unicode-category-table):
21269 Delete it.
0757af94 21270 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 21271
0757af94 21272 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
21273 to src/chartab.c.
21274 (get-char-code-property): Call unicode-property-table-internal to
21275 load a file. Call get-unicode-property-internal where necessary.
21276 (put-char-code-property): Call unicode-property-table-internal to
21277 load a file. Call put-unicode-property-internal where necessary.
21278 put-unicode-property-internal where necessary.
0757af94
SM
21279 (char-code-property-description):
21280 Call unicode-property-table-internal to load a file.
c805dec0
KH
21281
21282 * international/charprop.el:
21283 * international/uni-bidi.el:
21284 * international/uni-category.el:
21285 * international/uni-combining.el:
21286 * international/uni-comment.el:
21287 * international/uni-decimal.el:
21288 * international/uni-decomposition.el:
21289 * international/uni-digit.el:
21290 * international/uni-lowercase.el:
21291 * international/uni-mirrored.el:
21292 * international/uni-name.el:
21293 * international/uni-numeric.el:
21294 * international/uni-old-name.el:
21295 * international/uni-titlecase.el:
21296 * international/uni-uppercase.el: Regenerate.
21297
21298 * loadup.el: Load international/charprop.el before
21299 international/characters.
21300
e14b388a
CY
213012011-07-07 Chong Yidong <cyd@stupidchicken.com>
21302
21303 * window.el (next-buffer, previous-buffer): Signal an error if
21304 called from a minibuffer window.
21305
21306 * bindings.el: Revert 2011-07-04 change.
21307
354cf0ba
RS
213082011-07-06 Richard Stallman <rms@gnu.org>
21309
21310 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21311 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21312 Treat markers like ints.
21313 (rmail-mime-entity): Doc fix.
21314
a48868a7
LMI
213152011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21316
4906cd3d
LMI
21317 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21318 defcustom again for backwards compatibility.
21319
e0457abe
LMI
21320 * simple.el (shell-command-on-region): Fill.
21321
d67f7e1f
LMI
21322 * dired-aux.el (dired-kill-line): Add a doc string.
21323
fe204702
LMI
21324 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21325 to "\\sw\\|\\s_" (bug#358).
21326
a48868a7
LMI
21327 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21328 (dired-unmark-backward): Ditto.
21329 (dired-flag-backup-files): Ditto.
21330
21331 * dired-x.el (dired-mark-sexp): Ditto.
21332
aa8a705c
RS
213332011-07-06 Richard Stallman <rms@gnu.org>
21334
21335 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21336 (rmail-mime-entity): New arg TRUNCATED.
21337 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21338 New functions.
21339 (rmail-mime-save): Warn if entity is truncated.
21340 (rmail-mime-toggle-hidden): Likewise, for showing.
21341 (rmail-mime-process-multipart): Record when an entity is truncated.
21342
a9a936b9
RS
21343 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21344 if ENTITY is a string.
21345
1f2b92cb
LMI
213462011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21347
f4f73198 21348 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
21349 of faces when `M-C-x'-ing their definitions (bug#8378).
21350 Also clean up the code slightly.
f4f73198 21351
12b16734 21352 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 21353 because that makes the colors go away.
12b16734 21354
f0691d22
LMI
21355 * mail/sendmail.el (send-mail-function): Change the default to
21356 `sendmail-query-once'.
9e87df06 21357 (sendmail-query-once): Add an autoload cookie.
f0691d22 21358
1f2b92cb
LMI
21359 * net/network-stream.el (network-stream-open-starttls): Try using
21360 a plain connection even if the server offered STARTTLS, and we
21361 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21362 capability. This should make smtpmail.el work in slightly more
21363 configurations.
21364
1cdd2a1b
MA
213652011-07-06 Michael Albinus <michael.albinus@gmx.de>
21366
21367 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21368 New defun.
21369 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21370
fbcc67e2
MM
213712011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21372
21373 * progmodes/sql.el: Version 3.0
0757af94 21374 (sql-product-alist): Add product :completion-object,
fbcc67e2 21375 :completion-column, and :statement attributes.
0757af94 21376 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 21377 (sql-mode-syntax-table): Mark all punctuation.
0757af94 21378 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
21379 ansi keywords.
21380 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 21381 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
21382 (sql-oracle-show-reserved-words): New function for development.
21383 (sql-product-font-lock): Simplify for source code buffers.
21384 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21385 New functions.
21386 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
21387 (sql-mode-map): Add statement movement functions.
21388 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21389 New variable.
fbcc67e2
MM
21390 (sql-statement-regexp, sql-beginning-of-statement)
21391 (sql-end-of-statement, sql-signum): New functions.
0757af94 21392 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
21393 (sql-show-sqli-buffer): Bug fix.
21394 (sql-interactive-mode): Store connection data as buffer local.
0757af94 21395 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
21396 with sql-interactive-mode.
21397 (sql-save-connection): Save buffer local settings.
0757af94 21398 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
21399 (sql-product-interactive): Bug fix.
21400 (sql-preoutput-hold): New variable.
21401 (sql-interactive-remove-continuation-prompt): Bug fixes.
21402 (sql-debug-redirect): New variable.
21403 (sql-str-literal): New function.
21404 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 21405 Redesign.
fbcc67e2
MM
21406 (sql-oracle-save-settings, sql-oracle-restore-settings)
21407 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21408 (sql-completion-object, sql-completion-column)
21409 (sql-completion-sqlbuf): New variables.
21410 (sql-build-completions-1, sql-build-completions)
21411 (sql-try-completion): New functions.
21412 (sql-read-table-name): Use them.
21413 (sql-contains-names): New buffer local variable.
21414 (sql-list-all, sql-list-table): Use it.
21415 (sql-oracle-completion-types): New variable.
21416 (sql-oracle-completion-object, sql-sqlite-completion-object)
21417 (sql-postgres-completion-object): New functions.
21418
d4eaeab1
GM
214192011-07-06 Glenn Morris <rgm@gnu.org>
21420
21421 * window.el (pop-to-buffer): Doc fix.
21422
322b7dab 214232011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
21424
21425 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21426
322b7dab 214272011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 21428
322b7dab 21429 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 21430
322b7dab 21431 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 21432
605dd5bf
CY
214332011-07-05 Chong Yidong <cyd@stupidchicken.com>
21434
21435 * button.el (button): Inherit from link face. Suggested by Dan
21436 Nicolaescu.
21437
7dbfa719
SM
214382011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21439
3db614b0
SM
21440 * progmodes/gdb-mi.el: Fit in 80 columns.
21441 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21442 switch-to-buffer.
21443
7dbfa719
SM
21444 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21445 if imenu is simply not configured (bug#8941).
21446
919d884a
KM
214472011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21448
21449 * allout.el (allout-post-undo-hook): New allout outline-change
21450 event hook to signal undo activity.
21451 (allout-post-command-business): Run allout-post-undo-hook if an
21452 undo just occurred.
7dbfa719
SM
21453 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21454 * allout-widgets.el (allout-widgets-after-undo-function):
21455 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
21456 in the vicinity of an undo.
21457 (allout-widgets-mode): Include allout-widgets-after-undo-function
21458 on the new allout-post-undo-hook.
21459
450a0f09
SM
214602011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21461
21462 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21463 Let define-derived-mode define it.
21464 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21465 cycles of abbrev-table inheritance (bug#8998).
21466
2de69e00
RW
214672011-07-05 Roland Winkler <winkler@gnu.org>
21468
21469 * textmodes/bibtex.el: Add support for biblatex.
21470 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21471 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21472 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21473 (bibtex-entry-alist, bibtex-field-alist): New variables.
21474 (bibtex-entry-field-alist): Obsolete alias for
21475 bibtex-BibTeX-entry-alist.
21476 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21477 (bibtex-set-dialect): New command.
21478 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
21479 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21480 Bind via bibtex-set-dialect.
2de69e00
RW
21481 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21482 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21483 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21484 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21485 Define via bibtex-set-dialect.
450a0f09
SM
21486 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21487 Obey bibtex-no-opt-remove-re.
2de69e00
RW
21488 (bibtex-vec-push, bibtex-vec-incr): New functions.
21489 (bibtex-format-entry, bibtex-field-list)
21490 (bibtex-print-help-message, bibtex-validate)
21491 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21492
2dcdbdd9
SM
214932011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21494
21495 * progmodes/compile.el (compilation-goto-locus):
21496 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21497 * bs.el (bs-cycle-next, bs-cycle-previous):
21498 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21499 * bindings.el (mode-line-other-buffer):
21500 * autoinsert.el (auto-insert):
21501 * arc-mode.el (archive-extract):
21502 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21503
b27640fe
JB
215042011-07-05 Juanma Barranquero <lekktu@gmail.com>
21505
21506 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21507 Fix check of `emacs-lock-unlockable-modes'.
21508 Coerce true values of `emacs-lock--try-unlocking' to t.
21509
53bbe3ad
JB
215102011-07-05 Juanma Barranquero <lekktu@gmail.com>
21511
21512 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21513 * emacs-lock.el: New file.
21514
1d3cdbc7
JD
215152011-07-05 Julien Danjou <julien@danjou.info>
21516
21517 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21518 than `boundp' to check if face is set.
21519
9173deec
JB
215202011-07-05 Juanma Barranquero <lekktu@gmail.com>
21521
21522 * register.el (registerv-make):
21523 * window.el (window-min-height): Fix typos in docstrings.
21524
869795d6
JD
215252011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21526
9173deec 21527 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
21528 Update doc string.
21529
b768cdcd
JB
215302011-07-04 Juanma Barranquero <lekktu@gmail.com>
21531
21532 * server.el (server-execute): Catch quit and call
21533 `server-return-error' to pass the error back to emacsclient and
21534 close the connection (bug#8942).
21535
13aa217b
KM
215362011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21537
21538 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21539 insecure exception for current topic. Also note that auto-saves
21540 are handled differently.
21541
5d3385a0 21542 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
21543 State variables for tracking auto-save inhibition situation.
21544
21545 (allout-write-contents-hook-handler): Rename from
21546 'allout-write-file-hook-handler', and describe how it depends on
21547 write-contents-functions sensitivity to non-nil value to prevent
21548 file write.
21549
21550 (allout-auto-save-hook-handler): Remove. auto-save does not check
21551 this in individual buffers, only in the starting buffer, so this
21552 is not the right way for us to inhibit auto-save in a buffer
21553 according to its condition.
21554
21555 (allout-mode): Use new allout-write-contents-hook-handler, and
21556 only with write-contents-functions. Remove auto-save provisions -
21557 they're implemented elsewhere.
21558
21559 (allout-before-change-handler): If undo is in progress, note that
21560 for attention of allout-post-command-business.
21561
21562 (allout-post-command-business): If the command we're following was
21563 an undo, check for change in the status of encrypted items and
21564 adjust auto-save inhibitions accordingly.
21565
21566 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21567 according to whether there are or aren't any plain-text topics
21568 pending encryption.
21569
2dcdbdd9 21570 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
21571 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21572 if there are plain-text topics pending encryption.
13aa217b
KM
21573
21574 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21575 buffer-saved-size and some allout state to not inhibit auto-saves
21576 if there are no longer any plain-text topics pending encryption.
21577
0757af94
SM
21578 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21579 No longer provide for exemption of the current topic.
13aa217b 21580
ac89b32c
JL
215812011-07-04 Juri Linkov <juri@jurta.org>
21582
21583 Add 7z operations to delete and save changed members (bug#8968).
21584 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21585 New defcustoms.
21586 (archive-7z-write-file-member): New function.
21587 (archive-7z-summarize): Fix the number of dashes in the
21588 listing output.
21589
8fa39615
SM
215902011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21591
21592 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21593 (bug#8958).
21594
2f11b3f1
CY
215952011-07-04 Chong Yidong <cyd@stupidchicken.com>
21596
d66fef2b
CY
21597 * bindings.el: Ignore next-buffer and previous-buffer in
21598 minibuffer-local-map.
21599
2f11b3f1
CY
21600 * font-lock.el (font-lock-builtin-face): Change light background
21601 color to dark slate blue (Bug#6693).
21602
f932a347
WD
216032011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21604
21605 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21606
c8af70e1
SM
216072011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21608
21609 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21610 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21611 Add switch-to-buffer.
21612
f158badc
LMI
216132011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21614
21615 * isearch.el (isearch-search-fun-function): Clarify further the
21616 meaning of the function returned.
21617
6d95bd46
MA
216182011-07-04 Michael Albinus <michael.albinus@gmx.de>
21619
21620 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21621
21622 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21623 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21624 Use it.
21625 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21626 `tramp-default-remote-path' does not exist.
21627 (tramp-send-command-and-read): New optional argument NOERROR.
21628 (tramp-open-connection-setup-interactive-shell)
21629 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21630 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21631 (tramp-process-sentinel): Flush also process' connection property.
21632 (tramp-sh-handle-start-file-process): Do not set process
21633 sentinel. It is done now ...
21634 (tramp-maybe-open-connection): ... here. (Bug#8929)
21635
909e6b67
MK
216362011-07-04 MON KEY <monkey@sandpframing.com>
21637
21638 * play/animate.el (animate-string): Doc fixes and allow changing
21639 the buffer name (bug#5417).
21640
216412011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21642
c8af70e1 21643 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 21644
f34755dc
PE
216452011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21646
396cec72
PE
21647 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21648 This is simpler and helps future-proof the code.
21649 (timer-until): Use time-subtract and float-time.
08235028 21650 (timer--time-less-p): Use time-less-p.
f34755dc 21651
56e6cc31
JB
216522011-07-04 Juanma Barranquero <lekktu@gmail.com>
21653
3abb79e5
JB
21654 * type-break.el (timep): Use the value of `float-time' to avoid a
21655 byte-compiler warning.
21656
56e6cc31
JB
21657 * server.el (server-eval-and-print): Return any result, even nil.
21658
7b9430b4
PE
216592011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21660
21661 * type-break.el: Accept time formats that the builtins accept.
21662 (timep, type-break-time-difference): Accept any format that
21663 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21664 This is simpler and helps future-proof the code.
21665 (type-break-time-difference): Round rather than ignoring
21666 subseconds components.
21667
3034e9e7
LMI
216682011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21669
21670 * info.el (Info-apropos-matches): Make non-interactive, since it
21671 doesn't seem to do anything useful as a command (bug#8829).
21672
1485f4c0
CY
216732011-07-03 Chong Yidong <cyd@stupidchicken.com>
21674
21675 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 21676 Move from faces.el.
1485f4c0
CY
21677 (frame-default-terminal-background): New function.
21678
21679 * custom.el (custom-push-theme): Don't record faces in `changed'
21680 theme; this doesn't work correctly for per-frame face settings.
21681 (disable-theme): Use face-set-after-frame-default to reset faces.
21682 (custom--frame-color-default): New function.
21683
9fa3dd45
LMI
216842011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21685
c8af70e1 21686 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
21687 (bug#8769).
21688
6cbbc20c
KR
216892011-03-29 Kevin Ryde <user42@zip.com.au>
21690
21691 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21692 `perl-Test2' extend to match possible "fail #N" rep count
21693 (bug#8377).
21694
c7f98048
LMI
216952011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21696
65676592
LMI
21697 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21698 `smtpmail-via-smtp' now returns the error instead of nil.
21699
c7f98048
LMI
21700 * isearch.el (isearch-search-fun-function): Clarify the doc string
21701 (bug#8101).
21702
56e6cc31 217032011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
21704
21705 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21706 unnecessary spaces (bug#8987).
21707
2b216704
LMI
217082011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21709
21710 * net/network-stream.el (open-network-stream): Use the
21711 :end-of-capability command thoughout.
21712
217132011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21714
21715 * net/network-stream.el (open-network-stream): Add the
21716 :end-of-capability command parameter, used by pop3.el.
21717
36adf6ce
LMI
217182011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21719
1ca0da0e
LMI
21720 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21721
fc00f69c
LMI
21722 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21723 for list)" (bug#6475).
21724
28fd8759 21725 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 21726 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
21727 an error (bug#6297).
21728
0dd8b6da
LMI
21729 * man.el (Man-reference-regexp): Allow matching possible
21730 word-wrapped references (bug#6289).
21731
ce1438d6
LMI
21732 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21733 for consistency with the other vc buffers (bug#6197).
21734 (vc-checkin): Ditto.
21735
21736 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21737
36adf6ce
LMI
21738 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21739
e83cc1f7
LMI
217402011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21741
8a20ca4c
LMI
21742 * custom.el (defcustom): Clarify that :set is only used in the
21743 Customize user interface (bug#6089).
21744
83319045
LMI
21745 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21746 associated with a file, refuse to run instead of erroring out
21747 (bug#6084).
21748
a8392169
LMI
21749 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21750 the doc string, since it appears that using `fill-column' always
21751 controls the width (bug#7845).
21752
e83cc1f7
LMI
21753 * simple.el (shell-command-on-region): Say where the error output
21754 went if `shell-command-default-error-buffer' is set (bug#6857).
21755
e47ca23b
KM
217562011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21757
21758 * allout.el (allout-yank-processing): Adjust cursor position for
21759 backwards-deleted space.
21760
21761 (allout-rebullet-heading): Register changes with
21762 allout-exposure-changed-hook, so the modified topic is properly
21763 decorated.
21764
5cf56143
LMI
217652011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21766
08549772
LMI
21767 * minibuffer.el (completion-in-region): Document PREDICATE
21768 (bug#7136).
21769
48e96771
LMI
21770 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21771 of keyword/argument pairs (bug#6904).
21772
c8af70e1
SM
21773 * replace.el (multi-occur):
21774 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 21775
e17d05e2
LMI
217762011-07-02 Drew Adams <drew.adams@oracle.com>
21777
21778 * dired.el (dired-mark-if): Make the message about whether it's
21779 marking or unmarking clearer (bug#8523).
21780
063b0e45
LMI
217812011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21782
21783 * disp-table.el (display-table-print-array): New function.
21784 (describe-display-table): Use it to print the vectors more pretty
21785 (Bug#8859).
21786
28545e04
MR
217872011-07-02 Martin Rudalics <rudalics@gmx.at>
21788
21789 * window.el (window-state-get-1): Don't assign clone numbers.
21790 Add clone-of item to list of window parameters.
21791 (window-state-put-2): Don't process clone numbers.
21792 (display-buffer-alist): Fix doc-string.
21793
3349e122
SM
217942011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21795
21796 * subr.el (remq): Don't allocate if it's not needed.
21797 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21798 (keymap--merge-bindings): New functions.
21799 (keymap-canonicalize): Use them to refine the canonicalization.
21800 * minibuffer.el (minibuffer-local-completion-map)
21801 (minibuffer-local-must-match-map): Move initialization from C.
21802 (minibuffer-local-filename-completion-map): Move initialization from C;
21803 don't inherit from anything here.
21804 (minibuffer-local-filename-must-match-map): Make obsolete.
21805 (completing-read-default): Use make-composed-keymap to combine
21806 minibuffer-local-filename-completion-map with either
21807 minibuffer-local-must-match-map or
21808 minibuffer-local-filename-completion-map.
21809
d224ac83
GM
218102011-07-01 Glenn Morris <rgm@gnu.org>
21811
3de63bf8
GM
21812 * type-break.el (type-break-time-sum): Use dolist.
21813
d224ac83
GM
21814 * textmodes/flyspell.el (flyspell-word-search-backward):
21815 Replace CL function.
21816
1a1e3f32
SM
218172011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21818
fe3f64d5
SM
21819 * mouse.el (mouse--strip-first-event): New function.
21820 (function-key-map): Use it to map fringe clicks to normal clicks
21821 by default.
21822
eb604e34
SM
21823 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21824 (vc-bzr-revision-completion-table): Add support for annotate and date.
21825
1a1e3f32
SM
21826 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21827 inherit from parent.
21828
5bd35902
LMI
218292011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21830
ace6c69c 21831 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 21832 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 21833
191e2bed
LMI
21834 * dired.el (dired-mode): Fix up the doc string as suggested by
21835 Drew Adams (bug#8817).
21836
5bd35902
LMI
21837 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21838 cookie, since the manual says that it should be possible to add
21839 this function to `find-file-hook' (bug#8709).
21840
eee8207a
TZ
218412011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21842
21843 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21844 here. Noted Ted Zlatanov as the maintainer.
21845 (cfengine-common-settings, cfengine-common-syntax): New functions
21846 to set up common things between `cfengine-mode' and
21847 `cfengine3-mode'.
21848 (cfengine3-mode): New mode.
21849 (cfengine3-defuns cfengine3-defuns-regex
21850 (cfengine3-class-selector-regex cfengine3-category-regex)
21851 (cfengine3-vartypes cfengine3-font-lock-keywords)
21852 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 21853 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 21854
36b148cf
MA
218552011-07-01 Michael Albinus <michael.albinus@gmx.de>
21856
21857 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21858
21859 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21860
0bf4ba9a
MR
218612011-07-01 Martin Rudalics <rudalics@gmx.at>
21862
21863 * window.el (same-window-buffer-names, same-window-regexps)
21864 (same-window-p, special-display-frame-alist)
21865 (special-display-popup-frame, special-display-function)
21866 (special-display-buffer-names, special-display-regexps)
21867 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21868 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21869 (split-window-preferred-function, split-height-threshold)
21870 (split-width-threshold, even-window-heights)
21871 (display-buffer-mark-dedicated, window-splittable-p)
21872 (split-window-sensibly, window-safely-shrinkable-p):
21873 Un-obsolete.
21874 (display-buffer): Don't spread args with function specifier
21875 because special-display-popup-frame won't like it.
21876
35837f51
PE
218772011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21878
d0672f86
PE
21879 Time-stamp simplifications and fixes.
21880 These improve accuracy slightly, and future-proof the code
21881 against some potential changes to current-time format.
21882
b9444d97
PE
21883 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21884 by using time-since and float-time.
21885
0ef923dc
PE
21886 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21887 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21888 + NNN microseconds".
21889
2f81380d
PE
21890 * type-break.el (type-break-time-sum): Rewrite using time-add.
21891
845b5c3e
PE
21892 * play/hanoi.el (hanoi-current-time-float): Remove.
21893 All uses replaced by float-time.
21894
ee6f1be0
PE
21895 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21896 This yields a more-accurate answer.
21897 (rng-time-to-float): Remove; no longer needed.
21898
fe955043
PE
21899 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21900
5777162a
PE
21901 * calendar/timeclock.el (timeclock-seconds-to-time):
21902 Defalias to seconds-to-time, since they're the same thing.
21903
3103f8b6 21904 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 21905 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
21906 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21907
0e61a35f
SM
219082011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21909
21910 * window.el (bury-buffer): Don't iconify the only frame.
21911 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21912 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21913
ddd63a1e
CY
219142011-07-01 Chong Yidong <cyd@stupidchicken.com>
21915
0e61a35f
SM
21916 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21917 Add mouse-yank-primary.
ddd63a1e 21918
055f4923
TZ
219192011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21920
21921 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21922
6a2fb145
SM
219232011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21924
21925 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21926 (find-library-name): Use it to find relative load names when provided
21927 absolute file name (bug#8803).
21928
fd4983f2
LMI
219292011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21930
887d14ad
LMI
21931 * textmodes/flyspell.el (flyspell-word): Consider words that
21932 differ only in case as potential doublons (bug#5687).
21933
c53dc7fc
LMI
21934 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21935 Remove two rather uninteresting debugging-like messages to make
21936 debbugs.el more silent.
21937
fd4983f2
LMI
21938 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21939 a password-like phrase.
21940
7a71b18d 219412011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
21942
21943 * progmodes/cc-guess.el: New file.
21944
6a2fb145 21945 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
21946
21947 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21948 derived from `c-basic-common-init'.
21949
21950 * progmodes/cc-mode.el (top-level): Require cc-guess.
21951 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21952
1fa280a3
LM
219532011-06-30 Lawrence Mitchell <wence@gmx.li>
21954
21955 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21956
e6597158
AM
219572011-06-30 Alan Mackenzie <acm@muc.de>
21958
1fa280a3
LM
21959 * progmodes/cc-engine.el (c-guess-continued-construct):
21960 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
21961 lock is disabled. Name this case as "CASE G".
21962
68ba37fb
KM
219632011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21964
21965 * allout.el (allout-yank-processing): Fix injection of extra space
21966 between bullet and non-whitespace character in first topic when
21967 pasting, ensuring that the actual spacing in the pasted topic
21968 following the bullet char is preserved. This extra space was
21969 causing pasted encrypted topics to get a decrypted status even
21970 when the content was actually still encrypted. Now the decryption
21971 status from before the paste is preserved.
21972
21973 (allout-flag-region): Set all allout overlays so they evaporate
21974 when reduced to zero length (evanescent), to prevent overlay
21975 leakage.
21976
887a0b34
GM
219772011-06-30 Glenn Morris <rgm@gnu.org>
21978
94b9acce
GM
21979 * w32-fns.el (w32-charset-info-alist): Declare.
21980
1d9b46d4
GM
21981 * find-dired.el (find-grep-options): Simplify.
21982
cc232200
GM
21983 * term/ns-win.el (ns-set-resource): Declare.
21984
28e77c46
GM
21985 * ses.el (row, col): Declare dynamic variables honestly.
21986
887a0b34
GM
21987 * textmodes/reftex-parse.el (index-tags): Declare.
21988
658d8eb8
CY
219892011-06-30 Chong Yidong <cyd@stupidchicken.com>
21990
21991 * cus-edit.el (customize-push-and-save): New function.
21992
21993 * files.el (hack-local-variables-confirm): Use it.
21994
1fa280a3
LM
21995 * custom.el (load-theme): New arg NO-CONFIRM.
21996 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
21997 (custom-enabled-themes): Doc fix.
21998
21999 * cus-theme.el (customize-create-theme)
22000 (custom-theme-merge-theme): Callers to load-theme changed.
22001
bb617717
LMI
220022011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22003
d61bdd5d
LMI
22004 * thingatpt.el (thing-at-point-short-url-regexp): Require that
22005 short URLs have at least one dot in them (bug #7614).
22006
bb617717
LMI
22007 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22008 nil, because using a pty is apparently too slow (bug #895).
22009
2f31f37a
LMI
220102011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22011
22012 * mail/sendmail.el (sendmail-query-once): New function.
22013 (sendmail-query-once-function): New variable.
22014
3076b24e
GM
220152011-06-29 Glenn Morris <rgm@gnu.org>
22016
faf2a174
GM
22017 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22018
3076b24e
GM
22019 * ses.el (top-level): Require cl when compiling.
22020 (ses-set-localvars): Fix error statement.
22021 Call it at compile time to silence a storm of warnings.
22022
5386012d
MR
220232011-06-29 Martin Rudalics <rudalics@gmx.at>
22024
22025 * window.el (normalize-live-buffer): Rename to
22026 window-normalize-buffer.
22027 (normalize-live-frame): Rename to window-normalize-frame.
22028 (normalize-any-window): Rename to window-normalize-any-window.
22029 (normalize-live-window): Rename to window-normalize-live-window.
22030 (make-window-atom): Rename to window-make-atom.
22031 (window-resize-reset): Rename to window--resize-reset.
22032 (window-resize-reset-1): Rename to window--resize-reset-1.
22033 (resize-mini-window): Rename to window--resize-mini-window.
22034 (resize-subwindows-skip-p): Rename to
22035 window--resize-subwindows-skip-p.
22036 (resize-subwindows-normal): Rename to
22037 window--resize-subwindows-normal.
22038 (resize-subwindows): Rename to window--resize-subwindows.
22039 (resize-other-windows): Rename to window--resize-siblings.
22040 (resize-this-window): Rename to window--resize-this-window.
22041 (resize-root-window): Rename to window--resize-root-window.
22042 (resize-root-window-vertically): Rename to
22043 window--resize-root-window-vertically.
22044 (normalize-buffer-to-display): Rename to
22045 window-normalize-buffer-to-display.
22046 (normalize-buffer-to-switch-to): Rename to
22047 window-normalize-buffer-to-switch-to.
22048 Correspondingly update all callers of the functions listed
22049 above.
22050 (display-buffer-alist, display-buffer-normalize-arguments)
22051 (display-buffer-normalize-options, display-buffer)
22052 (display-buffer-alist-set): Use "function" instead of
22053 "fun-with-args".
22054
1176868d
CY
220552011-06-28 Chong Yidong <cyd@stupidchicken.com>
22056
22057 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22058 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
22059 debbugs.gnu.org. Mention acknowledgment email.
22060
20a7a65f
LMI
220612011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
22062
22063 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22064 buffer multibyteness, since it shouldn't matter.
22065
5f45cca5
MR
220662011-06-28 Martin Rudalics <rudalics@gmx.at>
22067
22068 * window.el (display-buffer-in-side-window): Handle dedicated
22069 windows as in display-buffer-reuse-window.
22070 (display-buffer-normalize-alist): Use value of override
22071 specifier.
22072 (display-buffer-normalize-specifiers): Use value of
22073 other-window-means-other-frame specifier.
22074 (display-buffer-alist): Rewrite some texts in widgets.
22075 (display-buffer): Spread arguments when calling function
22076 specified by fun-with-args.
22077
ad85fe1f
DD
220782011-06-28 Deniz Dogan <deniz@dogan.se>
22079
1fa280a3
LM
22080 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22081 Unnest `let'.
da68c4c8 22082
ad85fe1f
DD
22083 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22084 selectors (Bug#5732).
ec49bd31 22085 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 22086
a08cc025
JA
220872011-06-27 Jari Aalto <jari.aalto@cante.net>
22088
22089 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22090 (eshell-ls-date-format): New defcustom.
22091 (eshell-ls-file): Use it.
22092
e2b551c5
SM
220932011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22094
22095 * help-fns.el (describe-variable): Fix message for terminal-local vars.
22096
8982b231
KY
220972011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
22098
22099 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22100 (ange-ftp-make-tmp-name): New arg.
22101 (ange-ftp-file-local-copy): Use it.
22102
36c9fa27
J
221032011-06-27 Jambunathan K <kjambunathan@gmail.com>
22104
22105 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22106 no-conversion (Bug#8870).
22107
d68443dc
MR
221082011-06-27 Martin Rudalics <rudalics@gmx.at>
22109
22110 * window.el (window-right, window-left, window-child)
22111 (window-child-count, window-last-child)
22112 (window-iso-combination-p, walk-window-tree-1)
22113 (window-atom-check-1, window-tree-1, delete-window)
22114 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22115 new naming conventions - window-vchild, window-hchild,
22116 window-next and window-prev are now called window-top-child,
22117 window-left-child, window-next-sibling and window-prev-sibling
22118 respectively.
d615d6d2
MR
22119 (resize-window-reset): Rename to window-resize-reset.
22120 (resize-window-reset-1): Rename to window-resize-reset-1.
22121 (resize-window): Rename to window-resize.
22122 (window-min-height, window-min-width)
22123 (resize-mini-window, resize-this-window, resize-root-window)
22124 (resize-root-window-vertically, adjust-window-trailing-edge)
22125 (enlarge-window, shrink-window, maximize-window)
22126 (minimize-window, delete-window, quit-restore-window)
22127 (split-window, balance-windows, balance-windows-area-adjust)
22128 (balance-windows-area, window-state-put-2)
22129 (display-buffer-even-window-sizes, display-buffer-set-height)
22130 (display-buffer-set-width, set-window-text-height)
22131 (fit-window-to-buffer): Rename all "resize-window" prefixed
22132 calls to use the "window-resize" prefix convention.
22133 (display-buffer-alist): Fix symbol for label specifier.
22134 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22135 corresponding specifier.
22136 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 22137
b6458526
VB
221382011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22139
22140 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22141 convention.
22142 (ses-call-printer): Does not pass an empty string to formatter when the
22143 cell is empty to keep from barking printer Calc math-format-value.
22144
d31fd9ac
RS
221452011-06-27 Richard Stallman <rms@gnu.org>
22146
43d5bf84
RS
22147 * battery.el (battery-mode-line-limit): New variable.
22148 (battery-update): Handle it.
22149
d31fd9ac
RS
22150 * mail/rmailmm.el (rmail-mime-process-multipart):
22151 Handle truncated messages.
22152
819a6054
GM
221532011-06-27 Glenn Morris <rgm@gnu.org>
22154
22155 * progmodes/flymake.el (flymake-err-line-patterns):
22156 Allow for column numbers in the ant/javac pattern. (Bug#8866)
22157
cedc73f2
VB
221582011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22159
819a6054 22160 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
22161 (ses--clean-!, ses--clean-_): New functions.
22162 (ses-range): Add configurability of readout order, and conversion
22163 to Calc vector.
22164
5e5d49b6
VB
22165 * ses.el (ses-repair-cell-reference-all): New function.
22166 (ses-cell-symbol): Set macro as safe, so that it can be used in
22167 formulas.
22168
56e6cc31 22169 * ses.el: Update cycle detection algorithm.
90ca8b49 22170 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 22171 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
22172 (ses-set-localvars): New function.
22173 (ses-make-cell): Add property-list as a cell element.
22174 (ses-cell-property-get-fun, ses-cell-property-get)
22175 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
22176 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22177 New functions.
90ca8b49
VB
22178 (ses-cell-property-set, ses-cell-property-pop)
22179 (ses-cell-property-get-handle): New macro.
22180 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22181 New aliases, used for code readability.
22182 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22183 cycle detection.
22184 (ses-self-reference-early-detection): New defcustom.
fac916bf 22185 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
22186 (ses-mode): Use ses-set-localvars.
22187 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22188 before lauching the update processing.
22189 (ses-initialize-Dijkstra-attempt): New function.
22190 (ses-recalculate-cell): Update for cycle detection based on
22191 Dijkstra algorithm.
22192
2bb63e81
VB
22193 * ses.el: Fix commenting and indenting convention.
22194
c9d29fb8
SM
221952011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22196
22197 * bs.el (bs-cycle-next): Complete last change.
22198
d8e4b68b
JB
221992011-06-27 Drew Adams <drew.adams@oracle.com>
22200
22201 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22202
40098786
LMI
222032011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22204
c9d29fb8
SM
22205 * net/network-stream.el (network-stream-open-starttls):
22206 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
22207 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22208
40098786
LMI
22209 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22210 to binary to possibly avoid line encoding issues on Windows (among
22211 other things).
22212
468d09d4
LMI
222132011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22214
22215 * net/network-stream.el (open-network-stream): Return an :error
22216 saying what the problem was, if possible.
22217
22218 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22219 server.
22220
22221 * net/network-stream.el (network-stream-open-starttls): If we
22222 wanted to use STARTTLS, and the server offered it, but we weren't
22223 able to because we had no STARTTLS support, then close the connection.
22224 (open-network-stream): Return an :error element, if present.
22225
16f07dd7
CY
222262011-06-26 Chong Yidong <cyd@stupidchicken.com>
22227
88821ca0
CY
22228 * hl-line.el (hl-line-sticky-flag): Doc fix.
22229 (global-hl-line-sticky-flag): New option (Bug#8323).
22230 (global-hl-line-highlight): Obey it.
22231
16f07dd7
CY
22232 * vc/vc.el (vc-revert-show-diff): Default to t.
22233
6b5ccddf
KM
222342011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22235
c9d29fb8
SM
22236 * allout-widgets.el (allout-widgets-post-command-business):
22237 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
22238 undecorated when an isearch is continued past, and isearch
22239 automatically collapses them. This leads to "widget leaks", where
22240 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
22241 hidden widgets can slow down cursor travel, substantially.
22242 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
22243 so we're doing without this nicety.
22244
22245 (allout-widgets-tally-string): Don't try to do a hash-table-count
22246 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22247 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22248 *Messages* when allout-widgets-maintain-tally is t.
22249
355f2e07
MR
222502011-06-26 Martin Rudalics <rudalics@gmx.at>
22251
22252 * window.el (display-buffer-normalize-argument): Rename to
22253 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
22254 LABEL argument. Respect special-display-function when popping up
22255 a new frame. Fix code searching for a window showing the buffer
22256 on another frame.
c9d29fb8
SM
22257 (display-buffer-normalize-specifiers):
22258 Call display-buffer-normalize-arguments.
355f2e07
MR
22259 (display-buffer-in-window): Don't undedicate the window if its
22260 buffer remains the same.
22261 Reported by Drew Adams <drew.adams@oracle.com>.
22262 (display-buffer-alist): Add choice for same-window macro
22263 specfier.
22264 (display-buffer): Mention special meaning of LABEL argument in
22265 doc-string. Fix quoting. Don't pop up a new frame even as
22266 fallback.
22267
7ca8fc42
JB
222682011-06-26 Juanma Barranquero <lekktu@gmail.com>
22269
22270 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22271 avoid deleting the current window in some cases (bug#8911).
22272
bc312254
AS
222732011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22274
22275 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22276 (Bug#8934)
22277
2db18f3f
LMI
222782011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22279
c9d29fb8
SM
22280 * net/network-stream.el (network-stream-open-starttls):
22281 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
22282 (network-stream-open-tls): Ditto.
22283
6302e0d3
LL
222842011-06-26 Leo Liu <sdl.web@gmail.com>
22285
22286 * register.el (registerv): New struct.
22287 (registerv-make): New function.
c9d29fb8
SM
22288 (jump-to-register, describe-register-1, insert-register):
22289 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
22290 struct. (Bug#8415)
22291
5fdd4046
CY
222922011-06-26 Chong Yidong <cyd@stupidchicken.com>
22293
2afef60a
CY
22294 * vc/vc.el (vc-revert-show-diff): New defcustom.
22295 (vc-diff-internal): New arg specifying diff buffer.
22296 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22297 reuse an existing *vc-diff* buffer (Bug#8927).
22298
5fdd4046
CY
22299 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22300
e93db24a
GM
223012011-06-26 Glenn Morris <rgm@gnu.org>
22302
22303 * progmodes/f90.el (f90-critical-indent): New option.
22304 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22305 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22306 (f90-mode): Doc fix.
22307 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22308 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22309 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22310 (f90-match-end): Handle block, critical.
22311
eefff499
GM
223122011-06-25 Glenn Morris <rgm@gnu.org>
22313
f6ba4cc9
GM
22314 * calendar/diary-lib.el (diary-included-files): Doc fix.
22315 (diary-include-files): New function, extracted from
22316 diary-include-other-diary-files and diary-mark-included-diary-files.
22317 (diary-include-other-diary-files, diary-mark-included-diary-files):
22318 Just call diary-include-files.
22319 (diary-mark-entries): Reset diary-included-files on first call.
22320
16712304
GM
22321 * calendar/diary-lib.el (diary-mark-entries)
22322 (diary-mark-included-diary-files):
22323 Visit included diary-files in temp buffers.
22324
5d8e0d43
GM
22325 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22326 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22327 (f90-start-block-re, f90-imenu-generic-expression)
22328 (f90-looking-at-program-block-start, f90-no-block-limit):
22329 Add support for submodules.
22330
ccf7a5d5
GM
22331 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22332 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 22333
11fdef7d 223342011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
22335
22336 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22337 buffer-file-type before setting its value, to avoid disastrous
eefff499 22338 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 22339
74f53697
JB
223402011-06-25 Juanma Barranquero <lekktu@gmail.com>
22341
22342 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22343
22344 * ses.el (ses-unload-function):
22345 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22346
22347 * proced.el (proced-unload-function):
22348 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22349
18a4ce5e
AR
223502011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22351
22352 * server.el (server-create-window-system-frame): Add parameters arg.
22353 (server-process-filter): Doc fix. Handle frame-parameters.
22354
519d22cc
JB
223552011-06-25 Juanma Barranquero <lekktu@gmail.com>
22356
22357 Fix bug#8730, bug#8781.
22358
22359 * loadhist.el (unload--set-major-mode): New function.
22360 (unload-feature): Use it.
22361
22362 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22363 (python-unload-function): New function.
22364
c206f5b0
SM
223652011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22366
22367 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22368
f9ad64f3
GS
223692011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22370
22371 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22372 the candidates list.
22373
7d0da90e
JB
223742011-06-24 Juanma Barranquero <lekktu@gmail.com>
22375
22376 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22377
14b4e83d
RS
223782011-06-23 Richard Stallman <rms@gnu.org>
22379
22380 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22381 (rmail-variables): Set next-error-move-function.
22382 (rmail-what-message): Take argument POS.
22383 (rmail-next-error-move): New function.
22384
273d2baf
SM
223852011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22386
22387 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22388 messages for adjacent non-terminals.
22389
56c2cc9a
RS
223902011-06-23 Richard Stallman <rms@gnu.org>
22391
22392 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 22393 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
22394 (rmail-start-mail): Don't specify use of rmail-mail-return;
22395 that's done by mail-bury now.
22396 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 22397
d59eb518
MA
223982011-06-23 Michael Albinus <michael.albinus@gmx.de>
22399
22400 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22401 SIZE is a number.
22402
02cfc6d6
MR
224032011-06-23 Martin Rudalics <rudalics@gmx.at>
22404
22405 * window.el (get-lru-window, get-mru-window)
22406 (get-largest-window): Never return a minibuffer window.
22407 (display-buffer-pop-up-window): Fix a bug that could lead to
22408 reusing the minibuffer window.
22409 (display-buffer): Pass original specifier argument to
22410 display-buffer-function instead of the normalized one.
22411 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22412
4e323265
LL
224132011-06-22 Leo Liu <sdl.web@gmail.com>
22414
22415 * minibuffer.el (completing-read-function)
1f9f395d 22416 (completing-read-default): Move from minibuf.c.
4e323265 22417
7a70468f
RS
224182011-06-22 Richard Stallman <rms@gnu.org>
22419
50718fc2
RS
22420 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22421 to Rmail even if not started by a special Rmail command.
22422
7a70468f
RS
22423 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22424 Copy the buffer currently showing just one message.
22425
297dde5a
RW
224262011-06-22 Roland Winkler <winkler@gnu.org>
22427
22428 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22429 (bibtex-clean-entry): First delete the old key so that a
22430 customized algorithm for generating the new key does not get
22431 confused by the old key.
22432 (bibtex-url): Obey regexp of first step.
22433 (bibtex-search-entries): Do not use add-to-list with local
22434 list-var.
22435
97bb1093
LMI
224362011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22437
22438 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22439 stored a user name, then query for the password first, instead of
22440 waiting for SMTP to give an error message and the trying again.
22441
1c0f1a19
JD
224422011-06-22 Lawrence Mitchell <wence@gmx.li>
22443
22444 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22445 BUFFER in call-process.
22446
396f7c9d
LMI
224472011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22448
22449 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22450 QUIT twice.
ddb7ffee
LMI
22451 (smtpmail-try-auth-methods): Require user name and password from
22452 auth-source.
396f7c9d 22453
8998d1b3
MR
224542011-06-22 Martin Rudalics <rudalics@gmx.at>
22455
22456 * window.el (display-buffer-default-specifiers)
22457 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22458 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 22459 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
22460
22461 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22462 (special-display-frame-alist, special-display-popup-frame):
22463 Remove duplicate declarations. These are now in window.el.
22464
4ea31e07
LMI
224652011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22466
c9d29fb8
SM
22467 * mail/smtpmail.el (smtpmail-via-smtp):
22468 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
22469 server supports it. SMTP servers that support STARTTLS commonly
22470 require it.
22471
22472 * net/network-stream.el (network-stream-open-starttls): Support
22473 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 22474 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 22475
95f41d9a
LMI
22476 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22477 upgrades with `open-network-stream', and rely solely on
22478 auth-source for all credentials. Big changes throughout the file,
22479 but in particular:
c9d29fb8
SM
22480 (smtpmail-auth-credentials): Remove.
22481 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
22482 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22483 MAIL FROM, too.
95f41d9a 22484
c9d29fb8
SM
22485 * net/network-stream.el (network-stream-open-starttls):
22486 Provide support for client certificates both for external and built-in
4ea31e07
LMI
22487 STARTTLS.
22488 (auth-source): Require.
22489 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
22490 (network-stream-certificate): Change cert-cert to cert and
22491 cert-key to key.
4ea31e07 22492
065ec2c7
MA
224932011-06-21 Michael Albinus <michael.albinus@gmx.de>
22494
22495 * net/tramp-cache.el (top): Don't load the persistency file when
22496 "emacs -Q" has been called.
22497
cd93b359
DR
224982011-06-21 Tim Harper <timcharper@gmail.com>
22499
d8e4b68b
JB
22500 * term/ns-win.el (ns-initialize-window-system):
22501 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
22502 resource to NO as it is not yet supported by the NS port.
22503
ae9c0411
JB
225042011-06-21 Juanma Barranquero <lekktu@gmail.com>
22505
22506 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22507 (list-dynamic-libraries): ...not here.
22508
7f3f739f
LL
225092011-06-21 Leo Liu <sdl.web@gmail.com>
22510
22511 * subr.el (sha1): Implement sha1 using secure-hash.
22512
327c8fb1
MR
225132011-06-21 Martin Rudalics <rudalics@gmx.at>
22514
22515 * window.el (display-buffer-alist): In default value do not
22516 enforce searching a window on any but the selected frame.
22517 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22518 (display-buffer-select-window): Remove function.
22519 (display-buffer-in-window): When a window on another frame gets
22520 reused, do not select it any more but just raise its frame if
22521 necessary (Bug#8851) and (Bug#8856).
22522 (display-buffer-normalize-options): Handle pop-up-frames related
22523 options more faithfully.
22524 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22525 window if it is on another frame.
c9d29fb8
SM
22526 (display-buffer-alist, display-buffer-default-specifiers):
22527 Don't make new frame unsplittable by default.
9e9de014
MR
22528 (display-buffer-normalize-argument): Fix doc-string typo and use
22529 'same-frame-other-window instead of 'other-window when associating
22530 with display-buffer-macro-specifiers.
327c8fb1 22531
7cf3f556
VB
225322011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
22533
22534 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22535 New functions.
22536 (5x5-mode-map, 5x5-mode-menu): Bind them.
22537 (5x5-draw-grid): Tweak the solver's rendering.
22538
60a406cf
SM
225392011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22540
22541 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22542 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22543
d8e4b68b 225442011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
22545
22546 * menu-bar.el: Use function variable instead of switch-to-buffer.
22547 (menu-bar-select-buffer-function): New variable.
60a406cf 22548 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 22549
478d6f95
SM
225502011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22551
22552 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22553 variable's status.
22554
ca530739
JD
225552011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22556
22557 * x-dnd.el (x-dnd-version-from-flags)
22558 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22559 and long as number (Bug#8899).
22560 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22561
bcd70d97
SM
225622011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22563
60a406cf 22564 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
22565 (completion-try-completion, completion-all-completions): Compute the
22566 metadata argument if it's missing; make it optional (bug#8795).
22567
60a406cf 22568 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
22569 (widget-complete): Use new :completion-function property.
22570 (widget-completions-at-point): New function.
22571 (default): Use :completion-function instead of :complete.
60a406cf
SM
22572 (widget-default-completions): Rename from widget-default-complete;
22573 Rewrite.
bcd70d97
SM
22574 (widget-string-complete, widget-file-complete, widget-color-complete):
22575 Remove functions.
22576 (file, symbol, function, variable, coding-system, color):
22577 * international/mule-cmds.el (default-input-method, charset)
22578 (language-info-custom-alist):
22579 * cus-edit.el (face): Use new property :completions.
22580
22581 * progmodes/pascal.el (pascal-completions-at-point): New function.
22582 (pascal-mode): Use it.
22583 (pascal-mode-map): Use completion-at-point.
22584 (pascal-toggle-completions): Make obsolete.
22585 (pascal-complete-word, pascal-show-completions):
22586 * progmodes/octave-mod.el (octave-complete-symbol):
22587 Redefine as obsolete alias.
22588 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22589 Signal absence of completion info for old Octave,
22590 (inferior-octave-complete): Redefine as obsolete alias.
22591 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22592 (meta-completions-at-point): Rename from meta-complete-symbol and
22593 adapt it for use on completion-at-point-functions.
22594 (meta-common-mode): Use it.
22595 (meta-looking-at-backward, meta-match-buffer): Remove.
22596 (meta-complete-symbol): Redefine as obsolete alias.
22597 (meta-common-mode-map): Use completion-at-point.
22598 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22599 (makefile-mode-map): Use completion-at-point.
22600 (makefile-completions-at-point): Rename from makefile-complete and
22601 adapt it for use on completion-at-point-functions.
22602 (makefile-mode): Use it.
22603 (makefile-complete): Redefine as obsolete alias.
22604
aebf69c8
DD
226052011-06-20 Deniz Dogan <deniz@dogan.se>
22606
22607 * net/rcirc.el: Delete trailing whitespaces once and for all.
22608
bfbbb27d
DC
226092011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22610
22611 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22612
d264a46b
CY
226132011-06-19 Chong Yidong <cyd@stupidchicken.com>
22614
4ca009e5
CY
22615 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22616
d264a46b
CY
22617 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22618
fbf5b3ce
MR
226192011-06-19 Martin Rudalics <rudalics@gmx.at>
22620
22621 * window.el (display-buffer-other-window-means-other-frame):
22622 Call display-buffer-normalize-alist.
22623 (display-buffer-normalize-specifiers-1): Rename to
22624 display-buffer-normalize-argument. New argument other-frame.
22625 Rewrite.
22626 (display-buffer-normalize-specifiers-2): Rename to
22627 display-buffer-normalize-options.
22628 (display-buffer-normalize-alist-1): New function.
22629 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
22630 display-buffer-normalize-alist.
22631 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
22632 (display-buffer-normalize-options-inhibit): New variable.
22633 (display-buffer-normalize-specifiers): Rewrite calling
22634 display-buffer-normalize-alist,
22635 display-buffer-normalize-argument, and
22636 display-buffer-normalize-options. Don't call the latter if
22637 display-buffer-normalize-options-inhibit is non-nil.
22638 (frame-auto-delete): New option.
22639 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
22640 (window-list-no-nils, window-state-ignored-parameters)
22641 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
22642 (window-state-put-1, window-state-put-2, window-state-put):
22643 New functions.
9a028c23
MR
22644 (display-buffer-normalize-options): Move special-display-p group
22645 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 22646
6d10d800
CY
226472011-06-18 Chong Yidong <cyd@stupidchicken.com>
22648
6420d28b
CY
22649 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22650 groups (Bug#8776).
22651 (rx-submatch-n): New function.
22652 (rx): Document it.
22653
ddb8b596
CY
22654 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22655 (Bug#8768).
22656
22657 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22658
77080289
CY
22659 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22660
61dfb316
CY
22661 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22662 anytime existing face settings are present (Bug#8889).
22663
6d10d800
CY
22664 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22665 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22666 Remove unused argument.
22667
be3fb2b8
MR
226682011-06-18 Martin Rudalics <rudalics@gmx.at>
22669
bcd70d97
SM
22670 * window.el (display-buffer-default-specifiers):
22671 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
22672 pop-up-window-min-width, and another reuse-window specifier
22673 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
22674 (display-buffer-normalize-specifiers-2):
22675 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
22676 pop-up-windows is unset. Add a reuse-window specifier for the
22677 case popping up a new window fails.
22678 (special-display-popup-frame): Remove double quoting.
28dec25a 22679 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 22680
1c6d8c76
SM
226812011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22682
22683 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22684 according to comint-completion-addsuffix.
22685
22686 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22687 (pcomplete-suffix-list): Mark as obsolete.
22688 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22689 pcomplete-seen in the closure.
22690 (pcomplete-comint-setup): Setup completion-at-point as well.
22691 (pcomplete--entries): New function.
22692 (pcomplete--env-regexp): New var.
22693 (pcomplete-entries): Rewrite to work with partial-completion and
22694 without relying on pcomplete-suffix-list.
22695 (pcomplete-pare-list): Remove, unused.
22696
25aef8b8
MR
226972011-06-17 Martin Rudalics <rudalics@gmx.at>
22698
22699 * window.el (display-buffer-alist): Set pop-up-window-min-height
22700 and pop-up-window-min-width in default value. Reported by
22701 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22702 other-window-means-other-frame.
22703 (display-buffer-macro-specifiers): Comment out entry for
22704 other-window specifier.
22705 (display-buffer-other-window-means-other-frame): New function.
22706 (display-buffer-normalize-specifiers-1): New arguments
22707 buffer-name and label. Treat other-window case specially.
22708 (display-buffer-normalize-specifiers-2): Treat other-window case
22709 specially.
22710 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
22711 (display-buffer-normalize-specifiers):
22712 Call display-buffer-normalize-specifiers-3.
25aef8b8 22713
dbad4f69
MR
227142011-06-17 Martin Rudalics <rudalics@gmx.at>
22715
22716 * window.el (same-window-p): Fix two typos introduced when
22717 adding with-no-warnings.
d1067961
MR
22718 (display-buffer-normalize-specifiers-1): Don't check
22719 pop-up-frames for 'unset initialization.
22720 (display-buffer-normalize-specifiers-2): Major rewrite using
22721 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22722 (pop-up-frames, display-buffer-reuse-frames)
22723 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22724 Suggested by David Engster <deng@randomsample.de>.
22725 (even-window-heights): Initialize to 'unset.
22726 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
22727 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22728 other window case.
dbad4f69 22729
9b9c9e3a
MR
227302011-06-16 Martin Rudalics <rudalics@gmx.at>
22731
bcd70d97
SM
22732 * window.el (display-buffer-normalize-specifiers-1):
22733 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 22734 second argument of display-buffer (Bug#8865).
981d5c09
MR
22735 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22736 (switch-to-buffer-other-window-same-frame)
22737 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22738 Adams (Bug#8875).
9c2755e9
MR
22739 (display-buffer): Don't check noninteractive when calling
22740 display-buffer-pop-up-frame.
22741 (display-buffer-pop-up-frame): Never pop up a frame in
22742 noninteractive mode (Bug#8857).
67222e1d
MR
22743 (enlarge-window, shrink-window): Don't report an error when the
22744 window can't be resized as requested (Bug#8862).
9b9c9e3a 22745
2b75be67
SM
227462011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22747
9ffdd3ba
SM
22748 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22749
cb581a67
SM
22750 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22751
2b75be67
SM
22752 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22753
8c0e3589
AM
227542011-06-15 Alan Mackenzie <acm@muc.de>
22755
cb581a67
SM
22756 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22757 for declarators, disable knr checking to speed up for normal files.
22758 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 22759
b96e6cde
LMI
227602011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22761
4bba86e6
LMI
22762 * net/network-stream.el (open-network-stream): Add the keyword
22763 :always-query-capabilities for the case where you want to force a
22764 `plain' network connection, but the protocol still requires the
22765 capabilitiy command (i.e., SMTP and EHLO).
22766
2b75be67 22767 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
22768 consistency with other `-live-p' functions.
22769
efdcdbf8
SM
227702011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22771
22772 * window.el (same-window-buffer-names, same-window-regexps)
22773 (special-display-frame-alist, special-display-popup-frame)
22774 (special-display-function, special-display-buffer-names)
22775 (special-display-regexps, pop-up-frame-alist)
22776 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22777 (pop-up-windows, split-window-preferred-function)
22778 (split-height-threshold, split-width-threshold, even-window-heights)
22779 (display-buffer-mark-dedicated): Don't encourage the use of
22780 display-buffer-alist from Elisp code.
22781
c5cde042
DN
227822011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22783
22784 * progmodes/python.el (python-mode): Derive from prog-mode.
22785 * progmodes/ps-mode.el (ps-mode):
22786 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 22787 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
22788 * progmodes/ld-script.el (ld-script-mode): Likewise.
22789
baa1c9ab
MR
227902011-06-15 Martin Rudalics <rudalics@gmx.at>
22791
22792 * window.el (display-buffer-alist): Trim default value to avoid
22793 popping up a new frame (Bug#8857) or reusing an arbitrary window
22794 on another frame.
22795 (display-buffer): Do not fall back on popping up a new frame in
22796 batch mode (Bug#8857).
22797
c5dd5a51
CY
227982011-06-14 Chong Yidong <cyd@stupidchicken.com>
22799
22800 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22801 (custom-theme-summary): New function.
22802 (customize-themes): Use it.
22803
d647b7c4
GM
228042011-06-13 Glenn Morris <rgm@gnu.org>
22805
22806 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22807
9481c002
MR
228082011-06-13 Martin Rudalics <rudalics@gmx.at>
22809
357f93d2
MR
22810 * help.el (help-window): Remove variable.
22811 (help-window-point-marker, temp-buffer-max-height)
22812 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22813 (help-print-return-message): Don't set help-window.
22814 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22815 (help-window-setup-finish): Remove.
22816 (help-window-display-message, help-window-setup)
22817 (with-help-window): Major rewrite based on new
22818 display-buffer-window variable.
22819
22820 * help-mode.el (help-mode-finish): Remove help-window related
22821 code.
22822
22823 * view.el (view-exits-all-viewing-windows): Remove reference to
22824 view-return-to-alist in doc-string.
22825 (view-return-to-alist): Make obsolete.
22826 (view-buffer): Call pop-to-buffer-same-window and remove
22827 undo-window code.
22828 (view-buffer-other-window): Call pop-to-buffer-other-window and
22829 simplify code. Ignore second argument.
22830 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22831 simplify code. Ignore second argument.
22832 (view-return-to-alist-update): Make obsolete.
22833 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22834 Rewrite using quit-restore window parameters.
2b75be67
SM
22835 (view-mode-exit): Rename second argument to EXIT-ONLY.
22836 Rewrite using quit-restore-window.
357f93d2
MR
22837 (View-exit, View-exit-and-edit, View-leave, View-quit)
22838 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22839 appropriate arguments.
22840 (view-end-message): Use quit-restore window parameter.
22841
9481c002
MR
22842 * window.el (display-buffer-function): Rewrite doc-string.
22843 (display-buffer-window, display-buffer-alist): New variables.
22844 (display-buffer-split-specifiers)
22845 (display-buffer-side-specifiers)
22846 (display-buffer-macro-specifiers): New constants.
22847 (display-buffer-even-window-sizes, display-buffer-set-height)
22848 (display-buffer-set-width, display-buffer-select-window)
22849 (display-buffer-in-window, display-buffer-reuse-window)
22850 (display-buffer-split-window-1, display-buffer-split-window)
22851 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22852 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22853 (display-buffer-in-side-window, normalize-buffer-to-display)
22854 (display-buffer-normalize-specifiers-1)
22855 (display-buffer-normalize-specifiers-2)
2b75be67
SM
22856 (display-buffer-normalize-specifiers, display-buffer-frame):
22857 New functions.
9481c002
MR
22858 (display-buffer): Major rewrite.
22859 (display-buffer-other-window, display-buffer-other-frame)
22860 (pop-to-buffer, switch-to-buffer-other-window)
22861 (switch-to-buffer-other-frame): Rewrite.
22862 (display-buffer-same-window, display-buffer-same-frame)
22863 (display-buffer-same-frame-other-window)
22864 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22865 (pop-to-buffer-other-window)
22866 (pop-to-buffer-same-frame-other-window)
22867 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22868 (switch-to-buffer-other-window-same-frame): New functions.
22869 (same-window-p, special-display-p): Rewrite disabling warnings.
22870 Make obsolete.
22871 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22872 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22873 Make obsolete
22874 (same-window-buffer-names, same-window-regexps)
22875 (special-display-frame-alist, special-display-popup-frame)
22876 (special-display-function, special-display-buffer-names)
22877 (special-display-regexps, pop-up-frame-alist)
22878 (pop-up-frame-function, split-window-preferred-function)
22879 (split-height-threshold, split-width-threshold)
22880 (even-window-heights): Make obsolete.
22881
9db51aca
GM
228822011-06-12 Glenn Morris <rgm@gnu.org>
22883
22884 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 22885 Misc simplifications.
9db51aca 22886
39cffb44
MR
228872011-06-12 Martin Rudalics <rudalics@gmx.at>
22888
22889 * window.el (window-safely-shrinkable-p): Restore function which
22890 was inadvertently removed in change from 2011-06-11. Declare as
22891 obsolete.
22892
2b75be67
SM
22893 * calendar/calendar.el (calendar-generate-window):
22894 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
22895 window-safely-shrinkable-p.
22896
a8955be7
GM
228972011-06-12 Glenn Morris <rgm@gnu.org>
22898
22899 * progmodes/fortran.el (fortran-mode-syntax-table):
22900 * progmodes/f90.el (f90-mode-syntax-table):
22901 Set % to punctuation. (Bug#8820)
22902 (f90-find-tag-default): Remove, no longer needed.
22903
f0d4059d
DC
229042011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22905
22906 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22907
1100a63c
CY
229082011-06-11 Chong Yidong <cyd@stupidchicken.com>
22909
22910 * image.el (image-animated-p): Return animation delay in seconds.
22911 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22912 (image-animate-timeout): Remove DELAY argument. Don't assume
22913 every subimage has the same delay; get it from image-animated-p.
22914 (image-animate): Caller changed.
22915
def722bf
MA
229162011-06-11 Michael Albinus <michael.albinus@gmx.de>
22917
22918 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22919 to ignored backtrace functions.
22920
0a2bb1a9
GM
229212011-06-11 Glenn Morris <rgm@gnu.org>
22922
22923 * calendar/appt.el (appt-disp-window-function): Doc fix.
22924 (appt-check): Handle overlapping appointments. (Bug#8337)
22925
6198ccd0
MR
229262011-06-11 Martin Rudalics <rudalics@gmx.at>
22927
22928 * window.el (window-tree-1, window-tree): New functions, moving
22929 the latter to window.el.
22930 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22931 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22932 (bw-refresh-edges): Remove.
22933 (balance-windows-1, balance-windows-2): New functions.
22934 (balance-windows): Rewrite in terms of window tree functions,
22935 balance-windows-1 and balance-windows-2.
22936 (bw-adjust-window): Remove.
22937 (balance-windows-area-adjust): New function with functionality of
22938 bw-adjust-window but using resize-window.
2b75be67
SM
22939 (set-window-text-height): Rewrite doc-string.
22940 Use normalize-live-window and resize-window.
22941 (enlarge-window-horizontally, shrink-window-horizontally):
22942 Rename argument to DELTA.
6198ccd0
MR
22943 (window-buffer-height): New function.
22944 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22945 Rewrite using new window resize routines.
2b75be67
SM
22946 (kill-buffer-and-window, mouse-autoselect-window-select):
22947 Use ignore-errors instead of condition-case.
6198ccd0
MR
22948 (quit-window): Call delete-frame instead of delete-windows-on
22949 for the only buffer on frame.
22950
9397e56f
MR
229512011-06-10 Martin Rudalics <rudalics@gmx.at>
22952
22953 * loadup.el (top-level): Load window before files for the sake
22954 of replace-buffer-in-windows.
22955
22956 * files.el (read-buffer-to-switch)
22957 (switch-to-buffer-other-window)
2b75be67
SM
22958 (switch-to-buffer-other-frame, display-buffer-other-frame):
22959 Move to window.el.
9397e56f
MR
22960
22961 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22962 (previous-buffer): Move to window.el.
22963
22964 * bindings.el (unbury-buffer): Move to window.el.
22965
22966 * window.el (delete-other-windows-vertically): Move after
22967 definition of delete-other-windows.
22968 (other-window, delete-windows-on, replace-buffer-in-windows):
22969 Move here from window.c.
22970 (record-window-buffer, unrecord-window-buffer)
22971 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22972 (switch-to-next-buffer): New functions.
22973 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22974 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
22975 (previous-buffer): Move here from simple.el.
22976 Call switch-to-prev-buffer.
9397e56f
MR
22977 (bury-buffer): Move here from buffer.c. Switch to previous
22978 buffer when window cannot be deleted.
22979 (unbury-buffer): Move here from bindings.el.
22980 (ctl-x-map): Move binding for other-window from window.c to
22981 here.
22982 (read-buffer-to-switch, switch-to-buffer-other-window)
22983 (switch-to-buffer-other-frame): Move here from files.el.
22984 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
22985 (switch-to-buffer): Move here from buffer.c.
22986 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 22987
562dd5e9
MR
229882011-06-10 Martin Rudalics <rudalics@gmx.at>
22989
22990 * window.el (window-min-height, window-min-width): Move here
22991 from window.c. Add defcustoms and rewrite doc-strings.
22992 (resize-mini-window, resize-window): New functions.
22993 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22994 Move here from window.c.
22995 (maximize-window, minimize-window): New functions.
22996 (delete-window, delete-other-windows, split-window): Move here
22997 from window.c.
22998 (window-split-min-size): New function.
22999 (split-window-keep-point): Mention split-window-above-each-other
23000 instead of split-window-vertically.
2b75be67 23001 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
23002 Rename split-window-vertically to split-window-above-each-other
23003 and provide defalias for old definition.
23004 (split-window-side-by-side, split-window-horizontally):
23005 Rename split-window-horizontally to split-window-side-by-side
23006 and provide defalias for the old definition.
562dd5e9
MR
23007 (ctl-x-map): Move bindings for delete-window,
23008 delete-other-windows and enlarge-window here from window.c.
23009 Replace bindings for split-window-vertically and
23010 split-window-horizontally by bindings for
23011 split-window-above-each-other and split-window-side-by-side.
23012
23013 * cus-start.el (all): Remove entries for window-min-height and
23014 window-min-width. Add entries for window-splits and
23015 window-nest.
23016
f0da764a
GM
230172011-06-09 Glenn Morris <rgm@gnu.org>
23018
80675c21
GM
23019 * calendar/appt.el (appt-mode-line): New function.
23020 (appt-check, appt-disp-window): Use it.
23021
f0da764a
GM
23022 * files.el (hack-one-local-variable-eval-safep):
23023 Allow minor-modes with explicit +/-1 arguments.
23024
59f623b7
TZ
230252011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
23026
23027 * term/xterm.el (xterm): Add defgroup.
23028 (xterm-extra-capabilities): Add defcustom to supply known xterm
23029 capabilities, skip querying them, or query them (default).
23030 (terminal-init-xterm): Use it.
23031 (terminal-init-xterm-modify-other-keys): New function to set up
23032 modifyOtherKeys support to simplify `terminal-init-xterm'.
23033
9aab8e0d
MR
230342011-06-09 Martin Rudalics <rudalics@gmx.at>
23035
23036 * window.el (resize-window-reset, resize-window-reset-1)
23037 (resize-subwindows-skip-p, resize-subwindows-normal)
23038 (resize-subwindows, resize-other-windows, resize-this-window)
23039 (resize-root-window, resize-root-window-vertically)
23040 (window-deletable-p, window-or-subwindow-p)
23041 (frame-root-window-p): New functions.
23042
e8b08aee
GM
230432011-06-09 Glenn Morris <rgm@gnu.org>
23044
23045 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23046 (ange-ftp-get-files): Use it.
23047
254c37a5
AK
230482011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23049
23050 * mail/sendmail.el (mail-recover-1, mail-recover):
23051 * files.el (recover-file, recover-session):
23052 Handle dired-listing-switches not being just a single short option.
23053
35d7dbd3
GM
230542011-06-09 Glenn Morris <rgm@gnu.org>
23055
23056 * calendar/appt.el (appt-display-message, appt-disp-window):
23057 Handle lists of appointments.
23058
387522b2
MR
230592011-06-08 Martin Rudalics <rudalics@gmx.at>
23060
2b75be67
SM
23061 * window.el (one-window-p): Move down in code.
23062 Rewrite doc-string.
23063 (window-current-scroll-bars): Rewrite doc-string.
23064 Normalize live window argument.
387522b2
MR
23065 (walk-windows, get-window-with-predicate, count-windows):
23066 Rewrite doc-string. Use window-list-1.
23067 (window-in-direction-2, window-in-direction, get-mru-window):
23068 New functions.
23069
d8e4b68b 230702011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
23071
23072 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23073 Doc fix (Bug#8713).
23074
230752011-06-08 Chong Yidong <cyd@stupidchicken.com>
23076
23077 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23078
230792011-06-08 Juanma Barranquero <lekktu@gmail.com>
23080
23081 * loadhist.el (unload-feature-special-hooks):
23082 Add `comint-output-filter-functions'.
23083
0de12c52
IK
230842011-06-08 Ivan Kanis <gnu@kanis.fr>
23085
23086 * calendar/appt.el (appt-check): Move some initializations into the let.
23087
f3d1777e
MR
230882011-06-08 Martin Rudalics <rudalics@gmx.at>
23089
23090 * window.el (window-height): Defalias to window-total-height.
23091 (window-width): Defalias to window-body-width.
23092
18af70d0
CY
230932011-06-07 Chong Yidong <cyd@stupidchicken.com>
23094
23095 * image-mode.el (image-toggle-animation): New command.
23096 (image-mode-map): Bind it to RET.
23097 (image-mode): Update message.
23098 (image-toggle-display-image): Avoid a spurious cache flush.
23099 (image-transform-rotation): Doc fix.
23100 (image-transform-properties): Return quickly in the normal case.
23101 (image-animate-loop): Rename from image-animate-max-time.
23102
2b75be67 23103 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
23104 (create-animated-image): Remove unnecessary function.
23105 (image-animate): Rename from image-animate-start. New arg.
2b75be67 23106 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
23107 (image-animate-timer): Use car-safe.
23108 (image-animate-timeout): Rename argument.
23109
190b47e6
MR
231102011-06-07 Martin Rudalics <rudalics@gmx.at>
23111
23112 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
23113 window.c. Rename first argument to ALL-FRAMES.
23114 Rephrase doc-strings.
23115 (get-buffer-window-list): Rewrite using window-list-1.
23116 Rephrase doc-string.
a1511caf
MR
23117 (window-safe-min-height, window-safe-min-width): New constants.
23118 (window-size-ignore, window-min-size, window-min-size-1)
23119 (window-sizable, window-sizable-p, window-size-fixed-1)
23120 (window-size-fixed-p, window-min-delta-1, window-min-delta)
23121 (window-max-delta-1, window-max-delta, window-resizable)
23122 (window-resizable-p, window-total-height, window-total-width)
23123 (window-body-width): New functions.
23124 (window-full-height-p, window-full-width-p): Rewrite using
23125 window-total-size.
23126 (window-body-height): Rewrite using window-body-size.
190b47e6 23127
85cc1f11
MR
231282011-06-06 Martin Rudalics <rudalics@gmx.at>
23129
23130 * window.el (window-right, window-left, window-child)
23131 (window-child-count, window-last-child, window-any-p)
23132 (normalize-live-buffer, normalize-live-frame)
23133 (normalize-any-window, normalize-live-window)
23134 (window-iso-combination-p, window-iso-combined-p)
23135 (window-iso-combinations)
23136 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23137 (windows-with-parameter, window-with-parameter)
23138 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
23139 (window-atom-check, window-side-check, window-check):
23140 New functions.
85cc1f11
MR
23141 (ignore-window-parameters, window-sides, window-sides-vertical)
23142 (window-sides-slots): New variables.
23143 (window-size-fixed): Move down in code. Minor doc-string fix.
23144
e7156492
AS
231452011-06-05 Andreas Schwab <schwab@linux-m68k.org>
23146
23147 * comint.el (comint-dynamic-complete-as-filename)
23148 (comint-dynamic-complete-filename): Correctly call
23149 completion-in-region.
23150
7e821d0d
DD
231512011-06-05 Deniz Dogan <deniz@dogan.se>
23152
23153 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23154 in last change.
23155
ac09b8a1
DD
231562011-06-05 Deniz Dogan <deniz@dogan.se>
23157
23158 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23159 (rcirc): Use it to prompt for encryption.
23160
34699b85
RW
231612011-06-05 Roland Winkler <winkler@gnu.org>
23162
23163 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23164 (bibtex-search-entries): New command bound to C-c C-a.
23165 (bibtex-display-entries): New function.
23166
004dedd3
RW
231672011-06-05 Roland Winkler <winkler@gnu.org>
23168
23169 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23170 (bibtex-insert-kill): After yanking insert newline if necessary.
23171 (bibtex-initialize): Call bibtex-string-files-init only once.
23172 (bibtex-mode): Do not call easy-menu-add.
23173 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23174 (bibtex-yank): Set arg properly if nil.
23175
022fe7ce
RW
231762011-06-05 Roland Winkler <winkler@gnu.org>
23177
2b75be67
SM
23178 * textmodes/bibtex.el (bibtex-search-entry-globally):
23179 New variable.
022fe7ce
RW
23180 (bibtex-search-entry): Use it.
23181
b7c3692a
RW
231822011-06-05 Roland Winkler <winkler@gnu.org>
23183
23184 * textmodes/bibtex.el (bibtex-entry-format): New option
23185 sort-fields.
23186 (bibtex-format-entry, bibtex-reformat): Honor this option.
23187 (bibtex-parse-entry): Return fields in proper order.
23188
8eda563d
JB
231892011-06-05 Juanma Barranquero <lekktu@gmail.com>
23190
23191 * doc-view.el (doc-view-remove-if): Move computation of result out
23192 of `dolist' to silence misleading lexical-binding warning.
23193
7dbe3dbc
CY
231942011-06-04 Chong Yidong <cyd@stupidchicken.com>
23195
23196 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23197 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23198
0c33dd17
MA
231992011-06-04 Michael Albinus <michael.albinus@gmx.de>
23200
23201 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23202 "SunOS 5.10".
23203
f8f91c2b
MA
232042011-06-04 Michael Albinus <michael.albinus@gmx.de>
23205
23206 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23207 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23208 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23209 (tramp-parse-putty):
23210 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23211 (tramp-completion-function-alist-ssh)
23212 (tramp-completion-function-alist-telnet)
23213 (tramp-completion-function-alist-su)
23214 (tramp-completion-function-alist-putty): Set `tramp-autoload'
23215 cookie.
23216
23217 * net/tramp-ftp.el:
23218 * net/tramp-sh.el:
23219 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23220 load "tramp.el" `tramp-set-completion-function'.
23221
e17d9003
SM
232222011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
23223
23224 * shell.el: Require and use pcomplete.
23225 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23226 (shell-completion-vars): Set pcomplete-default-completion-function.
23227
6c4cab03
DD
232282011-06-04 Deniz Dogan <deniz@dogan.se>
23229
23230 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23231 `memq' (Bug#8799).
23232
ea9fafe0
SM
232332011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23234
23235 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23236
b3e945d3
JB
232372011-06-02 Juanma Barranquero <lekktu@gmail.com>
23238
23239 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23240 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23241 * vc/log-view.el (log-view-beginning-of-defun):
23242 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23243 (smerge-refine-forward, smerge-refine-chopup-region):
23244 Silence warning for unused `dotimes' counter variables.
23245
7d520089
SM
232462011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23247
23248 * net/tramp.el (tramp-with-progress-reporter): Rename from
23249 with-progress-reporter. Use `declare'.
23250 * net/tramp-smb.el:
23251 * net/tramp-sh.el:
23252 * net/tramp-gvfs.el: Update all uses.
23253
a1c2400f
JB
232542011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23255
23256 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23257 buffer isn't killed before making it current.
23258
2403c841
SM
232592011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23260
23261 Silence various byte-compiler warnings.
23262 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23263 `access-type' and new obsolescence format.
23264 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23265 new format.
23266 (byte-compile-check-variable): New `access-type' argument.
23267 Only warn if the access-type is obsolete.
23268 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23269 (byte-compile-variable-set): Adjust callers.
23270 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23271 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23272 setting it as obsolete.
23273 * simple.el (minibuffer-completing-symbol):
23274 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23275 access as obsolete.
23276 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23277 obsolete yet.
23278 * international/quail.el (quail-mouse-choose-completion): Remove unused
23279 code referring to obsolete var.
23280 (quail-choose-completion-string): Remove.
23281 * server.el (server-clients-with, server-kill-buffer-query-function)
23282 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23283 * proced.el (proced-send-signal):
23284 * emacs-lisp/lisp.el (lisp-complete-symbol):
23285 Replace completion-annotate-function with completion-extra-properties.
23286
2462470b
SM
232872011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23288
fb5b2591
SM
23289 * simple.el (goto-line): Use read-number.
23290 (overriding-map-is-bound): Remove.
23291 (saved-overriding-map): Change default.
23292 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23293 Take the map as argument.
23294 (universal-argument, negative-argument, digit-argument): Use it.
23295 (restore-overriding-map): Adjust.
23296 (do-auto-fill): Use fill-forward-paragraph.
23297 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23298
fd6fa53f
SM
23299 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23300 (minibuffer-inactive-mode): New major mode.
23301 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23302 the *Messages* buffer" hack.
23303 (mouse-popup-menubar): Don't burp if the event is a normal key.
23304
2462470b
SM
23305 Miscellaneous tweaks.
23306 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23307 lexical scoping as in subr.el's dolist and dotimes.
23308 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23309 Silence compiler warning.
23310 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23311 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23312 * international/ccl.el (ccl-compile): Trivial simplification.
23313 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23314 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23315 `printflag' argument.
23316 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23317 Purecopy the whole obsolescence data.
23318
108bf785
LL
233192011-06-01 Leo Liu <sdl.web@gmail.com>
23320
23321 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23322 improve doc-string as suggested by Marco Pessotto
23323 <melmothx@gmail.com>.
23324 (rcirc-print): Fix last change.
23325
30a23501
SM
233262011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23327
23328 * minibuffer.el (complete-with-action): Return nil for the metadata and
23329 boundaries of non-functional tables.
23330 (completion-table-dynamic): Return nil for the metadata.
23331 (completion-table-with-terminator): Add default case, using
23332 complete-with-action.
23333 (completion--metadata): New function.
23334 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23335 to try and avoid pathological performance problems.
23336 (completion--embedded-envvar-table): Return `category' metadata.
23337
bcd54f83
LMI
233382011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23339
23340 * subr.el (process-alive-p): New tiny convenience function.
23341
e227544d
SM
233422011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23343
23344 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23345 content but also its previous major mode.
23346
e8296fdc
HE
233472011-05-31 Helmut Eller <eller.helmut@gmail.com>
23348
4d61f28d 23349 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
23350 *Backtrace* buffer when we exit with C-M-c.
23351
620c53a6
SM
233522011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23353
23354 * minibuffer.el: Add metadata method to completion tables.
23355 (completion-category-overrides): New defcustom.
23356 (completion-metadata, completion--field-metadata)
23357 (completion-metadata-get, completion--styles)
23358 (completion--cycle-threshold): New functions.
23359 (completion-try-completion, completion-all-completions):
23360 Add `metadata' argument to choose completion-styles.
23361 (completion--do-completion): Use metadata to choose cycling.
23362 (completion-all-sorted-completions): Use metadata for sorting.
23363 Remove :completion-cycle-penalty which is not needed any more.
23364 (completion--try-word-completion): Add `metadata' argument.
23365 (minibuffer-completion-help): Check metadata for annotation function
23366 and sorting.
23367 (completion-file-name-table): Return `category' metadata.
23368 (minibuffer-completing-file-name): Make obsolete.
23369 * simple.el (minibuffer-completing-symbol): Make obsolete.
23370 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23371 completion-try-completion.
23372
1257e755
SM
233732011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23374
23375 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23376
3767e706
LL
233772011-05-30 Leo Liu <sdl.web@gmail.com>
23378
23379 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
23380 (rcirc-print): Decode all incoming messages (bug#8744).
23381 (rcirc-decode-coding-system): Allow value nil for automatic coding
23382 system detection.
3767e706 23383
d1a5d56a
GM
233842011-06-01 Glenn Morris <rgm@gnu.org>
23385
23386 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23387
e8cbec34
CY
233882011-05-29 Chong Yidong <cyd@stupidchicken.com>
23389
23390 * image.el (image-animate-max-time): Allow nil and t values.
23391 Default to nil.
23392 (create-animated-image): Doc fix.
23393 (image-animate-start): Remove second arg; just use
23394 image-animate-max-time.
23395 (image-animate-timeout): Doc fix. Args changed.
23396
23397 * image-mode.el (image-toggle-display-image): Ensure that the
23398 image spec passed to the animate timer is the same object as in
58179cce 23399 the buffer's display property (Bug#6981).
e8cbec34
CY
23400 (image-transform-properties): Doc fix.
23401
23402 * image.el (image-animate-max-time): Default to nil.
23403
159daf87
MR
234042011-05-29 Martin Rudalics <rudalics@gmx.at>
23405
23406 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23407 entire buffer list (Bug#8184).
23408
d66c4c7c
CY
234092011-05-29 Chong Yidong <cyd@stupidchicken.com>
23410
23411 * image.el (imagemagick-types-inhibit)
23412 (imagemagick-register-types): Doc fix.
23413
80aec780
DD
234142011-05-29 Deniz Dogan <deniz@dogan.se>
23415
23416 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23417 default.
23418
1dd3c2d9
CY
234192011-05-29 Chong Yidong <cyd@stupidchicken.com>
23420
23421 * select.el: Don't perform clipboard-manager saving in hooks;
23422 leave the hooks empty.
23423
60e56523
LL
234242011-05-28 Leo Liu <sdl.web@gmail.com>
23425
23426 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23427 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23428 (occur-edit-mode): New major mode (Bug#8463).
23429 (occur-after-change-function): New function.
23430 (occur-engine): Give Occur tags a read-only property.
23431
2b1e1a22
KR
234322011-05-28 Kevin Ryde <user42@zip.com.au>
23433
23434 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23435
5d344e88
CY
234362011-05-28 Chong Yidong <cyd@stupidchicken.com>
23437
8e6ca83d
CY
23438 * bindings.el (help-echo): Make the initial non-indicator dash
23439 empty on graphical terminals (Bug#7295).
23440
5d344e88
CY
23441 * files.el (auto-mode-alist): Move config rule after the
23442 in-stripping one (Bug#8547).
23443
bfbbace7
CY
23444 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23445
fbeba6e2
CY
23446 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23447 setting (Bug#8740).
23448
60ed8c72
AA
234492011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23450
4ac619f0
AA
23451 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23452 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23453 (Bug#8539).
60ed8c72 23454
23db196e
CY
234552011-05-28 Chong Yidong <cyd@stupidchicken.com>
23456
23457 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23458
5012f24c
DK
234592011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23460
23461 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23462 (hs-hide-block-at-point, hs-find-block-beginning)
23463 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23464 (Bug#8279).
23465
6a639b16
GM
234662011-05-28 Glenn Morris <rgm@gnu.org>
23467
23468 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23469
d43eaf2c
CY
234702011-05-28 Chong Yidong <cyd@stupidchicken.com>
23471
5199bde1
CY
23472 * help-fns.el (describe-function-1): If the function is a derived
23473 major mode, print the parent mode.
23474
d43eaf2c
CY
23475 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23476 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23477
423428a8
SM
234782011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23479
0ff8e1ba 23480 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 23481 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
23482 * progmodes/etags.el (tags-completion-at-point-function):
23483 * info-look.el (info-lookup-completions-at-point): Mark as
23484 non-exclusive.
23485 (info-complete): Adjust accordingly.
23486
423428a8
SM
23487 * info-look.el: Convert to lexical-binding and completion-at-point.
23488 (info-lookup-completions-at-point): New function.
23489 (info-complete): Use it and completion-in-region.
23490
b74aa22b
DA
234912011-05-28 Drew Adams <drew.adams@oracle.com>
23492
23493 * isearch.el: Let M-e start with point at the first mismatched char.
23494 (isearch-fail-pos): New function.
23495 (isearch-edit-string): Use it.
23496
66e2e71d
DK
234972011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23498
23499 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23500
b1890b0f 235012011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
23502
23503 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23504 traversal functions for avl-trees.
23505 (avl-tree--stack): New struct.
23506 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23507 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
23508 (avl-tree--do-enter): Add optional `updatefun' arg.
23509 Change return value.
eb95d01d 23510 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
23511 (avl-tree--do-delete): Add `test' and `nilflag' args.
23512 Change return value.
eb95d01d
TC
23513 (avl-tree-member): Add optional `nilflag'
23514 (avl-tree-member-p): New function.
23515 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23516 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23517 (avl-tree-stack-empty-p): New functions.
23518
3769ddcf
TC
23519 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23520 avl-tree--del-balance1 and make it work both ways.
23521 (avl-tree--del-balance2): Remove.
23522 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23523 make it work both ways.
23524 (avl-tree--enter-balance2): Remove.
23525 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23526 New macros.
23527 (avl-tree--mapc, avl-tree-map): Add direction argument.
23528
eb95d01d 235292011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
23530
23531 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23532
a9f737ee
CY
235332011-05-27 Chong Yidong <cyd@stupidchicken.com>
23534
23535 * select.el: Support clipboard managers with built-in function
23536 x-clipboard-manager-save, via delete-frame-functions and
23537 kill-emacs-hook.
23538 (xselect-convert-to-targets): Add MULTIPLE target to list.
23539 (xselect-convert-to-save-targets): New function.
23540
c92a1e54
KH
235412011-05-27 Kenichi Handa <handa@m17n.org>
23542
23543 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23544 let-binding rfc2047-encode-encoded-words to nil.
23545
e145f188
GM
235462011-05-27 Glenn Morris <rgm@gnu.org>
23547
5ec8a862
GM
23548 * mail/emacsbug.el: Don't require url-util.
23549
4b29d9fb
GM
23550 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23551
e145f188
GM
23552 * files.el (set-auto-mode):
23553 Also respect mode: entries at the end of the file. (Bug#8586)
23554
7d15102b
GM
235552011-05-26 Glenn Morris <rgm@gnu.org>
23556
98f593b8
GM
23557 * files.el (hack-local-variables-prop-line, hack-local-variables):
23558 Downcase mode names, as seems to be traditional.
27b48e63 23559 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 23560
7d15102b
GM
23561 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23562 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23563
51d5b4ec
JD
235642011-05-25 Julien Danjou <julien@danjou.info>
23565
23566 * textmodes/rst.el (rst-define-level-faces): Do not define face
23567 symbol if it is already defined.
23568
91513f63
VB
235692011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23570
23571 * play/5x5.el (5x5-new-game, 5x5-randomize):
23572 Reset 5x5-solver-output to nil when a new grid is cast.
23573 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23574 these debugging traces, as defmacro breaks the compiled code.
23575
4d90d6d0
DK
235762011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23577
23578 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23579
e1b90ef6
LL
235802011-05-24 Leo Liu <sdl.web@gmail.com>
23581
23582 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23583 (vc-bzr-sha1): Adapt.
23584
d8e4b68b 23585 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
23586
23587 * bindings.el: Provide sha1 feature.
23588
db0406bb 235892011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
23590
23591 * mail/sendmail.el: Require `rfc2047'.
23592 (mail-insert-from-field): Do not perform RFC2047 encoding.
23593 (mail-encode-header): New function.
23594 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
23595 buffer to the return value of select-message-coding-system.
23596 Call mail-encode-header.
b8d747b9
KH
23597
23598 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23599
db0406bb 236002011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 23601
4d90d6d0
DK
23602 * mail/supercite.el (sc-default-cite-frame):
23603 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 23604
eb8a5e9b
GM
236052011-05-24 Glenn Morris <rgm@gnu.org>
23606
f8630703
GM
23607 * progmodes/python.el (brm-menu): Declare.
23608
8831bbed
GM
23609 * emulation/viper.el (viper-set-hooks): Declare.
23610
eb8a5e9b
GM
23611 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23612 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23613 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23614 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23615 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23616 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23617
a2a25d24
SM
236182011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23619
23620 Add an :exit-function for completion-at-point.
23621
23622 * minibuffer.el (completion--done): New fun.
23623 (completion--do-completion): Use it. New arg `expect-exact'.
23624 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23625 since completion--do-completion does it for us now.
23626 (minibuffer-force-complete): Use completion--done and
23627 completion--replace. Handle sole-completion case with more care.
23628 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23629 (completion-extra-properties): New var.
23630 (completion-annotate-function): Make obsolete.
23631 (minibuffer-completion-help): Adjust accordingly.
23632 Use completion-list-insert-choice-function.
23633 (completion-at-point, completion-help-at-point):
23634 Bind completion-extra-properties.
23635 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23636 * simple.el (completion-list-insert-choice-function): New var.
23637 (completion-setup-function): Preserve it.
23638 (choose-completion): Pay attention to it, shuffle the code a bit.
23639 (choose-completion-string): New arg `insert-function'.
23640
23641 * textmodes/bibtex.el: Convert to lexical binding.
23642 (bibtex-mode-map): Use completion-at-point.
23643 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23644 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23645 (bibtex-complete): Define as obsolete alias.
23646 (bibtex-complete-internal): Remove.
23647 (bibtex-format-entry): Remove unused sub-group in regexp.
23648 * shell.el (shell--command-completion-data)
23649 (shell-environment-variable-completion):
23650 * pcomplete.el (pcomplete-completions-at-point):
23651 * comint.el (comint--complete-file-name-data): Use :exit-function
23652 instead of completion-table-with-terminator so it also works for
23653 choose-completion.
23654
e44e373d
SM
236552011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23656
4f91a816
SM
23657 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23658
782fc819
SM
23659 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23660 (bug#8710).
23661
e44e373d
SM
23662 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23663
381987c3
KM
236642011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23665
23666 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23667 customization variable and implement: If non-nil, auto-fill will
23668 be inhibited while on topic's header line.
23669
b776bc70
VB
236702011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23671
23672 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 23673 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
23674 always have a solution in grid size = 5 cases.
23675 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23676 (5x5-solver-output, 5x5-log-buffer): New vars.
23677 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23678 Make these variables buffer local to achieve 5x5 multi-session-ness.
23679 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23680 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23681 (5x5-solve-suggest): New funs.
23682 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23683 randomize a grid so that we ensure that there is always a solution.
23684 (5x5-make-random-grid): Allow other movement than flipping.
23685
7de88b6e
KR
236862011-05-23 Kevin Ryde <user42@zip.com.au>
23687
23688 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 23689 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
23690 advice and passes PREDICATE.
23691
b1ef1257
SM
236922011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23693
bbca48fe
SM
23694 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23695 byte-compile-lambda if it's actually a lambda.
23696
b1ef1257
SM
23697 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23698 Fix function quoting. Use backquote better.
23699
92a9cc65
YS
237002011-05-22 Yuanle Song <sylecn@gmail.com>
23701
23702 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23703 matching (Bug#8516).
23704
fe93f41a 237052011-05-22 Jari Aalto <jari.aalto@cante.net>
f0fb8059
JA
23706
23707 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23708 different face (Bug#8178).
23709
d5b44c93
CY
237102011-05-22 Chong Yidong <cyd@stupidchicken.com>
23711
23712 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23713 defface (Bug#8144).
23714
79106a44
SM
237152011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23716
9c848d8a
SM
23717 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23718 funcall as well (bug#8712). Warn when performing those conversions.
23719 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23720
79106a44
SM
23721 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23722
88dfa756
GM
237232011-05-22 Glenn Morris <rgm@gnu.org>
23724
23725 * files.el (hack-local-variables-prop-line): Small simplifications.
23726 (hack-local-variables, hack-local-variables-prop-line):
23727 If MODE-ONLY, return the mode, rather than just `t'.
23728
b7cf2c79
SM
237292011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23730
23731 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23732
3f1a8558
GM
237332011-05-21 Glenn Morris <rgm@gnu.org>
23734
7e4ccca3
GM
23735 * files.el (hack-local-variables-prop-line, hack-local-variables):
23736 If only interested in the mode, don't bother doing the other stuff.
23737
637d46ca
GM
23738 * image-mode.el (image-after-revert-hook):
23739 Redraw all frames on which the image is visible. (Bug#8567)
23740
973d955b
GM
23741 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23742
3f1a8558
GM
23743 * wid-edit.el (widget-checklist-match-inline):
23744 Fix 2011-04-19 change. (Bug#8649)
23745
96479927
SM
237462011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23747
1dcf791f
SM
23748 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23749 Also allow singlespace after single-letter capitals followed by a dot.
23750
96479927
SM
23751 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23752 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23753
35fd0881
N
237542011-05-20 Nix <nix@esperi.org.uk>
23755
23756 * files.el (basic-save-buffer-2):
23757 Fix handling of break-hardlink-on-save with non-existent files.
23758
82745640
DD
237592011-05-19 Deniz Dogan <deniz@dogan.se>
23760
23761 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 23762 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 23763
4a720484
GM
237642011-05-19 Glenn Morris <rgm@gnu.org>
23765
d1f21341
GM
23766 * progmodes/f90.el (f90-type-def-re):
23767 Handle "type, bind(c)". (Bug#8691)
23768
4a720484
GM
23769 * emacs-lisp/autoload.el (batch-update-autoloads):
23770 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23771
2fb0a219
MA
237722011-05-18 Michael Albinus <michael.albinus@gmx.de>
23773
23774 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23775 property for the correct connection in case of multihops.
23776
e565dd37
GM
237772011-05-18 Glenn Morris <rgm@gnu.org>
23778
c2571358 23779 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
23780 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23781
e565dd37
GM
23782 Rationalize calendar handling of day and month abbrev-arrays.
23783 * calendar/calendar.el (calendar-customized-p): New function.
23784 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23785 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23786 Add :set function.
23787 (calendar-abbrev-length, calendar-day-abbrev-array)
23788 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23789 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23790 Elements may no longer be nil.
23791 (calendar-day-name, calendar-month-name):
23792 Update for changed nature of abbrev arrays.
23793 * calendar/diary-lib.el (diary-name-pattern):
23794 Update for changed nature of abbrev arrays.
23795 (diary-mark-entries-1): Update calendar-make-alist calls.
23796 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23797 * calendar/cal-html.el (cal-html-day-abbrev-array):
23798 Simply inherit from calendar-day-abbrev-array.
23799
1d99a745
SM
238002011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23801
23802 * progmodes/grep.el (grep-mode): Disable default
23803 compilation-directory-matcher setting (bug#8684).
23804
7c1d9aa0
MA
238052011-05-17 Michael Albinus <michael.albinus@gmx.de>
23806
23807 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23808 instead of "head" and "tail". There were problems with SunOS 5.9,
23809 and it performs better.
23810
3952e9d8
GM
238112011-05-17 Glenn Morris <rgm@gnu.org>
23812
2dd12e7f
GM
23813 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23814
e4157b9c
GM
23815 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23816 Replace obsolete function.
23817
8e249bbd
GM
23818 * shell.el (pcomplete-parse-arguments-function): Declare.
23819
3952e9d8
GM
23820 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23821 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23822 (appt-check): Doc fixes.
23823 (appt-disp-window-function, appt-delete-window-function):
23824 Remove needless special case in custom :type.
23825 (appt-display-count): Default to 0, not nil.
23826 (appt-check): Reset appt-display-count to 0, not nil.
23827
c71a0d48 238282011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 23829
c71a0d48
GM
23830 * progmodes/python.el (python-font-lock-keywords):
23831 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 23832
31d55be9
SM
238332011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23834
23835 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23836
3bfacb2f
KR
238372011-05-16 Kevin Ryde <user42@zip.com.au>
23838
23839 * info-look.el (makefile-automake-mode): New setups, looking in
23840 automake manual, then makefile-mode.
23841 (makefile-mode): Remove automake manual, have it just in
23842 makefile-automake-mode since there's various things different or
23843 not relevant to plain make.
23844 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23845 believe a hypothetical automake-mode would go to makefile-mode,
23846 not the other way around.
23847
c8e83751
CY
238482011-05-15 Chong Yidong <cyd@stupidchicken.com>
23849
5e9e35cd
CY
23850 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23851 hunk-end tags (Bug#8672).
23852
c8e83751
CY
23853 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23854 vc-annotate-show-diff-revision-at-line (Bug#8671).
23855
50b23e5a
GM
238562011-05-14 Glenn Morris <rgm@gnu.org>
23857
7210a739
GM
23858 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23859 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
23860 (change-log-font-lock-keywords): Also handle multiple author lines
23861 with leading tabs. (Bug#8644)
7210a739 23862
4691905a
GM
23863 * calendar/appt.el (appt-check): Rename some local variables.
23864 Some simplification/reordering.
23865
50b23e5a
GM
23866 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23867 (feedmail-sendmail-f-doesnt-sell-me-out)
23868 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23869 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23870 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
23871 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23872 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
23873 (feedmail-binmail-gnulinuxish-template):
23874 Rename from feedmail-binmail-linuxish-template.
23875 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23876 Use insert-buffer-substring.
23877
215cda7c
BC
238782011-05-14 Bill Carpenter <bill@carpenter.org>
23879
23880 * mail/feedmail.el (feedmail-patch-level): Increase.
23881 (feedmail-debug): New custom group.
23882 (feedmail-confirm-outgoing-timeout)
23883 (feedmail-sendmail-f-doesnt-sell-me-out)
23884 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23885 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23886 (feedmail-sender-line, feedmail-from-line)
23887 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 23888 (feedmail-spray-this-address)
215cda7c
BC
23889 (feedmail-spray-address-fiddle-plex-list)
23890 (feedmail-queue-use-send-time-for-date)
23891 (feedmail-queue-use-send-time-for-message-id)
23892 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23893 (feedmail-buffer-eating-function):
23894 Doc fixes.
23895 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23896 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23897 (feedmail-message-action-scroll-down): New functions.
23898 (feedmail-queue-directory, feedmail-queue-draft-directory):
23899 Use expand-file-name.
23900 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23901 Remove C-v help entry.
23902 (feedmail-queue-buffer-file-name): New variable.
23903 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23904 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23905 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23906 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23907 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23908 (feedmail-message-action-toggle-spray)
23909 (feedmail-run-the-queue-no-prompts)
23910 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23911 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23912 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23913 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23914 (feedmail-envelope-deducer, feedmail-fiddle-from)
23915 (feedmail-fiddle-sender, feedmail-default-date-generator)
23916 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23917 (feedmail-fiddle-spray-address)
23918 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23919 (feedmail-fiddle-list-of-fiddle-plexes)
23920 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23921 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23922 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23923 Change default. Doc fix.
23924 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23925 (feedmail-binmail-linuxish-template): New constant.
23926 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23927 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23928 (feedmail-send-it): Add debug call.
23929 Use feedmail-queue-buffer-file-name, and
23930 feedmail-send-it-immediately-wrapper.
23931 (feedmail-message-action-send): Add debug call.
23932 Use feedmail-send-it-immediately-wrapper.
23933 (feedmail-queue-express-to-queue): Add debug call.
23934 Run feedmail-queue-express-hook.
23935 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23936 (feedmail-message-action-help-blat):
23937 Rename from feedmail-queue-send-edit-prompt-help-first.
23938 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23939 Check line-endings. Handle errors better.
23940 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23941 Doc fix. Add debug call.
23942 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23943 Use feedmail-queue-send-edit-prompt-inner.
23944 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23945 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23946 from feedmail-queue-send-edit-prompt.
23947 (feedmail-queue-send-edit-prompt-help)
23948 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23949 (feedmail-tidy-up-slug): Add debug call.
23950 Respect feedmail-queue-slug-suspect-regexp.
23951 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23952 (feedmail-dump-message-to-queue): Add debug call.
23953 Expand queue-directory.
23954 (feedmail-dump-message-to-queue): Change message slightly.
23955 Use feedmail-say-chatter.
23956 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23957 (feedmail-send-it-immediately-wrapper): New function.
23958 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23959 Insert empty string rather than newline. Handle full-frame case.
23960 Use catch/throw. Use feedmail-say-chatter.
23961 (feedmail-fiddle-from): Try mail-host-address.
23962 (feedmail-default-message-id-generator): Doc fix.
23963 Bind system-time-locale. Handle missing end.
23964 (feedmail-fiddle-x-mailer): Add debug call.
23965 Handle feedmail-x-mailer-line being nil.
23966 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23967 Add debug call. Use buffer-substring-no-properties.
23968 (feedmail-say-debug, feedmail-say-chatter): New functions.
23969 (feedmail-find-eoh): Give an explicit error.
23970
42c7e61e
UJ
239712011-05-13 Ulf Jasper <ulf.jasper@web.de>
23972
c2571358 23973 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 23974 family from helvetica to sans.
c2571358 23975 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
23976 etc/images/newsticker.
23977
c2571358 23978 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
23979 family from helvetica to sans.
23980
23981 * net/newst-plainview.el (newsticker-new-item-face)
23982 (newsticker-old-item-face, newsticker-immortal-item-face)
23983 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 23984 (newsticker-statistics-face): Change default family from
42c7e61e 23985 helvetica to sans.
c2571358 23986 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
23987 etc/images/newsticker.
23988
5d3385a0
JB
23989 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23990 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
23991 auto-marking.
23992
8497a297
DV
239932011-05-13 Didier Verna <didier@xemacs.org>
23994
23995 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
23996 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23997 TODO entries.
8497a297
DV
23998 (lisp-lambda-list-keyword-parameter-indentation)
23999 (lisp-lambda-list-keyword-parameter-alignment)
24000 (lisp-lambda-list-keyword-alignment): New customizable user options.
24001 (lisp-indent-defun-method): Improve docstring.
24002 (extended-loop-p): Fix comment.
24003 (lisp-indent-lambda-list-keywords-regexp): New variable.
24004 (lisp-indent-lambda-list): New function.
24005 (lisp-indent-259): Use it.
24006 (lisp-indent-defmethod): Support for more than one
24007 method qualifier and properly indent methods lambda-lists.
24008 (defgeneric): Provide a missing common-lisp-indent-function property.
24009
f278f87f
SM
240102011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
24011
24012 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24013 bounds for the empty string (bug#8667).
24014
5233edd7
GM
240152011-05-13 Glenn Morris <rgm@gnu.org>
24016
5237a44f
GM
24017 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24018
8340026c 24019 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 24020 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 24021
5233edd7 24022 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 24023 (appt-time-msg-list): Doc fix.
a5464014 24024 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 24025
92d10796
AS
240262011-05-12 Andreas Schwab <schwab@linux-m68k.org>
24027
24028 * progmodes/ld-script.el (ld-script-keywords)
24029 (ld-script-builtins): Update keywords list.
24030
914a0ae1
SM
240312011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24032
c89be45f
SM
24033 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24034
914a0ae1
SM
24035 * shell.el (shell-completion-vars): New function.
24036 (shell-mode):
24037 * simple.el (read-shell-command): Use it.
24038 (blink-matching-open): No need for " [...]" in minibuffer-message.
24039
98dc3df3
GM
240402011-05-12 Glenn Morris <rgm@gnu.org>
24041
24042 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24043 (appt-check): Simplify.
24044
d2fc7e3d 240452011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 24046
4d61f28d 24047 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
24048 literal "/dev/null".
24049
d2fc7e3d 240502011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
24051
24052 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24053 Fix typo.
24054
d2fc7e3d 240552011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 24056
3f254caa
SM
24057 * progmodes/which-func.el (which-function):
24058 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
24059 which might not be defined (Bug#8260).
24060
d45885f7
GM
240612011-05-12 Glenn Morris <rgm@gnu.org>
24062
24063 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24064 Let byte-compile-initial-macro-environment always take precedence.
24065
488086f4
SM
240662011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24067
24068 * net/rcirc.el: Add support for SSL/TLS connections.
24069 (rcirc-server-alist): New field `encryption'.
24070 (rcirc): Check `encryption' settings.
24071 (rcirc-connect): New arg `encryption'. Use open-network-stream.
24072 Merge make-local-variable into `set'.
24073 (rcirc--connection-open-p): New function.
24074 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24075 the process is not a network process (e.g. running gnutls-cli).
24076 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24077 Make rcirc-(en|de)code-coding-system local here.
24078 (rcirc-mode): Merge make-local-variable into `set'.
24079 (rcirc-parent-buffer): Make permanent buffer-local.
24080 (rcirc-multiline-minor-mode): Don't do it here.
24081 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24082 there's no server buffer.
24083
7d3b9d44
GM
240842011-05-11 Glenn Morris <rgm@gnu.org>
24085
f64049c6
GM
24086 * newcomment.el (comment-kill): Prefix "unused" local.
24087
93c9df73
GM
24088 * term/w32console.el (get-screen-color): Declare.
24089
7d3b9d44
GM
24090 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24091 Handle symbol elements of byte-compile-initial-macro-environment.
24092
9e2dd53f
LL
240932011-05-10 Leo Liu <sdl.web@gmail.com>
24094
488086f4
SM
24095 * bookmark.el (bookmark-bmenu-mode-map):
24096 Bind bookmark-bmenu-search to `/'.
8b340240 24097
9e2dd53f 24098 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
24099 (footnote-unicode-string, footnote-unicode-regexp): New variable.
24100 (Footnote-unicode): New function.
24101 (footnote-style-alist): Add unicode style to the list.
24102 (footnote-style): Doc fix.
9e2dd53f 24103
79b70037
GM
241042011-05-10 Jim Meyering <meyering@redhat.com>
24105
24106 Fix doubled-word typos.
24107 * international/quail.el (quail-insert-kbd-layout): and and -> and
24108 * kermit.el: and and -> and
24109 * net/ldap.el (ldap-search-internal): to to -> to
24110 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24111 * progmodes/js.el (js-mode): and and -> and
24112 * textmodes/artist.el (artist-move-to-xy): at at -> at
24113 (artist-draw-region-trim-line-endings): if if -> if
24114 And Safetyc -> Safety.
24115 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24116
b8f82dc1 241172011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 24118 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
24119
24120 * files.el (hack-one-local-variable-eval-safep):
24121 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
24122
4f99f44b
GM
241232011-05-10 Glenn Morris <rgm@gnu.org>
24124
24125 * calendar/diary-lib.el (diary-list-entries-hook)
24126 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24127 (diary-nongregorian-marking-hook, diary-list-entries)
24128 (diary-include-other-diary-files, diary-mark-entries)
24129 (diary-mark-included-diary-files): Doc fixes.
24130
84f29e6b
JB
241312011-05-09 Juanma Barranquero <lekktu@gmail.com>
24132
24133 * misc.el: Require tabulated-list.el during compilation.
24134
9bedd73a
CY
241352011-05-09 Chong Yidong <cyd@stupidchicken.com>
24136
488086f4
SM
24137 * progmodes/compile.el (compilation-start):
24138 Run compilation-filter-hook for the async case too.
9bedd73a
CY
24139 (compilation-filter-hook): Doc fix.
24140
797c735c
DD
241412011-05-09 Deniz Dogan <deniz@dogan.se>
24142
24143 * wdired.el: Remove outdated installation comment. Fix usage
24144 comment.
24145
5f4b1dfe
JB
241462011-05-09 Juanma Barranquero <lekktu@gmail.com>
24147
24148 * misc.el: Implement new command `list-dynamic-libraries'.
24149 (list-dynamic-libraries--loaded-only-p): New variable.
24150 (list-dynamic-libraries--refresh): New function.
24151 (list-dynamic-libraries): New command.
24152
4c44026c
CY
241532011-05-09 Chong Yidong <cyd@stupidchicken.com>
24154
488086f4
SM
24155 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24156 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
24157 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24158 higher priority to avoid clobbering by gnu.
24159
027f966d
CY
241602011-05-08 Chong Yidong <cyd@stupidchicken.com>
24161
24162 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24163 if the face has existing theme settings (Bug#8454).
24164
085f5d7d
CY
241652011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
24166
488086f4
SM
24167 * progmodes/perl-mode.el (perl-imenu-generic-expression):
24168 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 24169
2a86a00c
RS
24170 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24171 special file names `.' and `..' (Bug#8259).
24172
d9c54a06
CY
241732011-05-08 Chong Yidong <cyd@stupidchicken.com>
24174
488086f4
SM
24175 * progmodes/grep.el (grep-mode-font-lock-keywords):
24176 Remove buffer-changing entries.
d9c54a06
CY
24177 (grep-filter): New function.
24178 (grep-mode): Add it to compilation-filter-hook.
24179
24180 * progmodes/compile.el (compilation-filter-hook)
24181 (compilation-filter-start): New defvars.
24182 (compilation-filter): Call compilation-filter-hook prior to
24183 updating the process mark.
24184
c4662635
SM
241852011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24186
24187 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24188
b0512a1d
EZ
241892011-05-07 Eli Zaretskii <eliz@gnu.org>
24190
605c9376
EZ
24191 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24192 mailclient-send-it even if window-system is nil. (Bug#8595)
24193
c4662635
SM
24194 * term/w32console.el (terminal-init-w32console):
24195 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
24196 background-mode. (Bug#8597)
24197
d1dc2cc2
SM
241982011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24199
24200 Make bytecomp.el understand that defmethod defines funs (bug#8631).
24201 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24202 New functions.
24203 (defgeneric, eieio--defmethod): Use them.
24204 (eieio-defgeneric): Remove.
24205 (defmethod): Call defgeneric in a way visible to the byte-compiler.
24206
915d1300
GM
242072011-05-07 Glenn Morris <rgm@gnu.org>
24208
a3961c3e
GM
24209 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24210 Use let rather than let*.
24211 (timeclock-find-discrep): Remove unused local.
24212
314347b9
GM
24213 * calendar/diary-lib.el (diary-comment-start): Doc fix.
24214
915d1300
GM
24215 * calendar/appt.el (appt-time-msg-list): Doc fix.
24216
275b59b0
NF
242172011-05-06 Noah Friedman <friedman@splode.com>
24218
24219 * apropos.el (apropos-print-doc): Only use
24220 emacs-lisp-docstring-fill-column when it is bound to an integer,
24221 per that variable's documentation.
24222
6c19f744
SM
242232011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24224
24225 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 24226 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 24227
60f884b2
GM
242282011-05-06 Glenn Morris <rgm@gnu.org>
24229
5006e634
GM
24230 * calendar/appt.el (appt-message-warning-time): Doc fix.
24231 (appt-warning-time-regexp): New option.
24232 (appt-make-list): Respect appt-message-warning-time.
24233
548d0a63
GM
24234 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24235 New options.
24236 (diary-add-to-list): Strip comments from the displayed string.
24237 (diary-mode): Set comment-start and comment-end.
24238
60f884b2
GM
24239 * vc/diff-mode.el (smerge-refine-subst): Declare.
24240 (diff-refine-hunk): Don't require smerge-mode when compiling.
24241
989681bb
JB
242422011-05-06 Juanma Barranquero <lekktu@gmail.com>
24243
24244 * simple.el (list-processes): Return nil as the docstring says.
24245
a6bc05e1
MA
242462011-05-05 Michael Albinus <michael.albinus@gmx.de>
24247
24248 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24249 to "".
24250 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24251 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24252 determining of binary transfer. (Bug#7383)
24253
23c22e9a
MA
242542011-05-05 Michael Albinus <michael.albinus@gmx.de>
24255
c4662635
SM
24256 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24257 Fix port computation bug. (Bug#8618)
23c22e9a 24258
0bff894f
GM
242592011-05-05 Glenn Morris <rgm@gnu.org>
24260
b8296902
GM
24261 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24262
1f522ce8
GM
24263 * simple.el (shell-dynamic-complete-functions)
24264 (comint-dynamic-complete-functions): Declare.
24265
cf5bee67
GM
24266 * net/network-stream.el (gnutls-negotiate):
24267 * simple.el (tabulated-list-print): Fix declarations.
24268
24269 * progmodes/gud.el (syntax-symbol, syntax-point):
24270 Remove unnecessary and incorrect declarations.
24271
0bff894f 24272 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 24273 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 24274
9869b3ae
SM
242752011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24276
24277 Fix earlier half-done eieio-defmethod change (bug#8338).
24278 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24279 Streamline and change calling convention.
24280 (defmethod): Adjust accordingly and simplify.
24281 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24282 new eieio--defmethod.
24283 (slot-boundp): Minor CSE simplification.
24284
9c1d5ac5
MZ
242852011-05-05 Milan Zamazal <pdm@zamazal.org>
24286
24287 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24288 (glasses-make-readable): Use glasses-separate-capital-groups.
24289
455c834e
JB
242902011-05-05 Juanma Barranquero <lekktu@gmail.com>
24291
24292 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24293 (warning-series): Doc fix.
24294 (display-warning): Don't try to create the buffer if we just found it.
24295
9ed7c8cb
CY
242962011-05-04 Chong Yidong <cyd@stupidchicken.com>
24297
24298 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24299 (autoload-find-generated-file): New function.
24300 (generate-file-autoloads): Bind generated-autoload-file to
24301 buffer-file-name.
9869b3ae
SM
24302 (update-file-autoloads, update-directory-autoloads):
24303 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
24304 output file (Bug#7989).
24305 (batch-update-autoloads): Doc fix.
24306
0898ca10
JB
243072011-05-04 Juanma Barranquero <lekktu@gmail.com>
24308
24309 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24310
31dfb76c
GM
243112011-05-04 Glenn Morris <rgm@gnu.org>
24312
f330b642
GM
24313 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24314 function, so it follows changes in calendar-date-style.
24315 (diary-fancy-date-matcher): New function.
24316 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24317 (diary-fancy-font-lock-fontify-region-function):
24318 Use diary-fancy-date-pattern as a function.
24319
31dfb76c
GM
24320 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24321 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24322
48e79d6a
TZ
243232011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24324
24325 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24326 instead of positional arguments. Allow :keylist and :crlfiles
24327 arguments.
24328 (open-gnutls-stream): Call it.
24329
24330 * net/network-stream.el (network-stream-open-starttls): Adjust to
24331 call `gnutls-negotiate' with :process and :hostname arguments.
24332
dd5a5ee0
SM
243332011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24334
ef80fc09
SM
24335 * minibuffer.el (completion--message): New function.
24336 (completion--do-completion, minibuffer-complete)
24337 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24338 (completion--do-completion): Don't ignore completion-auto-help when in
24339 icomplete-mode.
24340
dd5a5ee0
SM
24341 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24342 internal encoding (e.g. tibetan zero is not whitespace).
24343 (global-whitespace-mode): Prefer save-current-buffer.
24344 (whitespace-trailing-regexp): Remove useless save-match-data.
24345 (whitespace-empty-at-bob-regexp): Minor simplification.
24346
b7d22a83
CY
243472011-05-03 Chong Yidong <cyd@stupidchicken.com>
24348
24349 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24350
5192af46
AM
243512011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
24352
24353 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 24354 Use `concat' to create string for insertion.
5192af46 24355
5767d190
SM
243562011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24357
24358 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24359 Avoid open-line which runs post-self-insert-hook.
24360 (bibtex-fill-entry): Remove unused `end' var.
24361
bf242939
AM
243622011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24363
5767d190
SM
24364 * textmodes/ispell.el (ispell-add-per-file-word-list):
24365 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 24366
25666126
LL
243672011-05-03 Leo Liu <sdl.web@gmail.com>
24368
24369 * isearch.el (isearch-yank-pop): New command.
5767d190 24370 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
24371 (isearch-forward): Mention it.
24372
52d3c2d0
SM
243732011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24374
1bcace58
SM
24375 * simple.el (minibuffer-complete-shell-command): Remove.
24376 (minibuffer-local-shell-command-map): Use completion-at-point.
24377 (read-shell-command): Setup completion vars here instead.
24378 (read-expression-map): Bind TAB to symbol completion.
24379
52d3c2d0
SM
24380 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24381 error directly rather via storing it into `results'.
24382
35813471
LL
243832011-05-02 Leo Liu <sdl.web@gmail.com>
24384
24385 * vc/diff.el: Fix description.
24386
e793a940
LMI
243872011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24388
24389 * server.el (server-eval-at): New function.
24390
8de66e05
LMI
243912011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24392
24393 * net/network-stream.el (open-network-stream): Take a :nowait
24394 parameter and pass it on to `make-network-process'.
24395 (network-stream-open-plain): Ditto.
24396
dcb79f20
AS
243972011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24398
24399 * faces.el (face-spec-set-match-display): Don't match toolkit
24400 options on terminal frames.
24401
14a7fbd8
SM
244022011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24403
7eabc1be
SM
24404 * progmodes/pascal.el: Use lexical binding.
24405 (pascal-mode-map): Remove author preferences.
24406
14a7fbd8
SM
24407 * pcomplete.el (pcomplete-std-complete): Don't abuse
24408 completion-at-point.
24409
50f84510
JB
244102011-04-28 Juanma Barranquero <lekktu@gmail.com>
24411
6e087a44
JB
24412 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24413 removing code that has been dead since 1991 or so.
24414
50f84510
JB
24415 * startup.el (command-line): When warning about "_emacs", use a
24416 delayed warning to allow the user to filter it out.
24417
0ba690bd
DD
244182011-04-28 Deniz Dogan <deniz@dogan.se>
24419
24420 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24421 user has not joined.
24422
08abfaad
SM
244232011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24424
24425 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24426 aren't any completions at point.
24427
638f053a
JB
244282011-04-28 Juanma Barranquero <lekktu@gmail.com>
24429
24430 * subr.el (display-delayed-warnings): New function.
24431 (delayed-warnings-hook): New variable.
24432
8fff8daa
SM
244332011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24434
08abfaad
SM
24435 * minibuffer.el (completion-at-point, completion-help-at-point):
24436 Don't presume that a given completion-at-point-function will always
24437 use the same calling convention.
24438
8fff8daa
SM
24439 * pcomplete.el (pcomplete-completions-at-point):
24440 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24441 pcomplete-seen is non-nil.
24442 (pcomplete-comint-setup): Also recognize the new comint/shell
24443 completion functions.
24444 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24445 pcomplete-seen is non-nil.
24446
841a1577 244472011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 24448
841a1577 24449 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 24450 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 24451 the first character in the entry. This allows for code to add its
211ec907
UJ
24452 own uid to the entry.
24453 (icalendar--convert-float-to-ical): Add export of
24454 `diary-float'-entries save for those with the optional DAY
24455 argument.
24456
2a782793
DC
244572011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24458
24459 * subr.el (shell-quote-argument): Use alternate escaping strategy
24460 when we spot a variable reference in a string.
24461
0438ce91
DC
244622011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24463
24464 * cus-start.el (all): Define customization for debug-on-event.
24465
841a1577 244662011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
24467
24468 * subr.el (shell-quote-argument): Escape correctly under Windows.
24469
d090ed6c
SM
244702011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24471
24472 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24473
bfd31217
MA
244742011-04-25 Michael Albinus <michael.albinus@gmx.de>
24475
d090ed6c
SM
24476 * net/tramp.el (tramp-process-actions): Add POS argument.
24477 Delete region between POS and (pos).
bfd31217 24478
d090ed6c
SM
24479 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24480 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
24481 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24482
24483 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24484 position in `tramp-process-actions' call.
24485
24486 * net/trampver.el: Update release number.
24487
e92f3bd3
SM
244882011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24489
850256b5
SM
24490 * custom.el (defcustom): Obey lexical-binding.
24491
e92f3bd3
SM
24492 Fix octave-inf completion problems reported by Alexander Klimov.
24493 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24494 Inherit from octave-mode-syntax-table.
24495 (inferior-octave-mode): Set info-lookup-mode.
24496 (inferior-octave-completion-at-point): New function.
24497 (inferior-octave-complete): Use it and completion-in-region.
24498 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24499 comint-filename-completion.
24500 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24501 symbol elements which shouldn't be word elements.
24502 (octave-font-lock-keywords, octave-beginning-of-defun)
24503 (octave-function-header-regexp): Adjust regexps accordingly.
24504 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24505
cd22b309
JB
245062011-04-25 Juanma Barranquero <lekktu@gmail.com>
24507
24508 * net/gnutls.el (gnutls-errorp): Declare before first use.
24509
8b492194
TZ
245102011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24511
24512 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24513 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 24514 default trustfile exists before going to use it. Add missing
5a5fa834 24515 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
24516 Reported by Claudio Bley <claudio.bley@gmail.com>.
24517 (open-gnutls-stream): Add usage example.
24518
24519 * net/network-stream.el (network-stream-open-starttls): Give host
24520 parameter to `gnutls-negotiate'.
24521 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 24522 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 24523
841a1577 245242011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 24525
cd22b309
JB
24526 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24527 Use correct match group (bug#8438).
05842630 24528
3ba7869c
CY
245292011-04-24 Chong Yidong <cyd@stupidchicken.com>
24530
512e3ae1
CY
24531 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24532 (package-menu--generate): New arg specifying packages to show.
24533 (package-menu-refresh, package-menu-execute, list-packages):
24534 Callers changed.
24535 (package-show-package-list): New function, replacing deleted
24536 package--list-packages (renamed because it is non-internal).
24537
24538 * finder.el (finder-list-matches): Use package-show-package-list
24539 instead of deleted package--list-packages.
24540
e92f3bd3
SM
24541 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24542 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
24543 (vc-annotate-mode-map): Bind it to RET.
24544
7031be6d
UR
245452011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24546
24547 * progmodes/etags.el (next-file): Don't use set-buffer to change
24548 buffers (Bug#8478).
24549
4ef177aa
CY
245502011-04-24 Chong Yidong <cyd@stupidchicken.com>
24551
c8d173eb
CY
24552 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24553
4ef177aa
CY
24554 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24555 (apropos-accumulator): Doc fix.
24556 (apropos-function, apropos-macro, apropos-command)
24557 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24558 (apropos-plist): Add face property.
24559 (apropos-symbols-internal): Fix indentation.
24560 (apropos-print): Simplify help, and recognize apropos-multi-type.
24561 (apropos-print-doc): Use button-type-get to extract the button's
24562 face property. Fill docstring (Bug#8352).
24563
4ffd0d6b 245642011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
24565
24566 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24567
c6c32125 24568 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 24569 (mpuz-mode-map): Use mapc.
c6c32125
JB
24570 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24571 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24572 Fix typos in docstrings.
24573
58d468b4
JB
24574 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24575 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24576
6470c3c6
JB
24577 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24578
4ffd0d6b 245792011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
24580
24581 * minibuffer.el (completion--do-completion): Avoid the "Next char
24582 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24583
3ad8bad0
CY
24584 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24585 mouse-2 into unread-command-events, it is interpreted correctly.
24586
71d73c9c 24587 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 24588 (image-toggle-display): Doc fix.
71d73c9c 24589
841a1577 245902011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 24591
4ffd0d6b
GM
24592 * textmodes/page.el (what-page): Use line-number-at-pos to
24593 calculate line number (Bug#6825).
6e1dbaa9 24594
c2fb1b60
JB
245952011-04-22 Juanma Barranquero <lekktu@gmail.com>
24596
24597 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24598 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24599 Pass argument NO-DEFAULT to `find-tag-interactive'.
24600
e02f48d7
JB
246012011-04-22 Juanma Barranquero <lekktu@gmail.com>
24602
24603 Lexical-binding cleanup.
24604
24605 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24606 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24607 * progmodes/ada-prj.el (ada-prj-initialize-values)
24608 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24609 (ada-prj-show-value):
24610 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24611 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24612 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24613 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24614 * progmodes/bug-reference.el (bug-reference-push-button):
24615 * progmodes/fortran.el (fortran-line-length):
24616 * progmodes/glasses.el (glasses-change):
24617 * progmodes/octave-mod.el (octave-fill-paragraph):
24618 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24619 (python-pdbtrack-grub-for-buffer, python-sentinel):
24620 * progmodes/sql.el (sql-save-connection):
24621 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24622 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24623 Mark unused parameters.
24624
24625 * progmodes/compile.el (compilation--flush-directory-cache)
24626 (compilation--flush-parse, compile-internal): Mark unused parameters.
24627 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24628 (compilation-next-error-function): Remove unused variable `timestamp'.
24629
24630 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24631 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24632
24633 * progmodes/dcl-mode.el (dcl-end-of-command):
24634 Remove unused variable `start'.
24635 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24636 (dcl-option-value-basic, dcl-option-value-offset)
24637 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24638 Mark unused parameters.
24639 (dcl-save-local-variable): Remove unused variable `val'.
24640 (mode): Declare.
24641
24642 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24643 Mark unused parameters.
24644 (delphi-ignore-changes): Move before first use.
24645 (delphi-charset-token-at): Remove unused variable `start'.
24646 (delphi-else-start): Remove unused variable `if-count'.
24647 (delphi-comment-block-start, delphi-comment-block-end):
24648 Remove unused variable `kind'.
24649 (delphi-indent-line): Remove unused variable `new-point'.
24650
24651 * progmodes/ebrowse.el (ebrowse-files-list)
24652 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24653 Mark unused parameters. Don't quote `lambda'.
24654 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24655 Don't quote `lambda'.
24656 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24657 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24658 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24659 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24660 Use `ignore-errors'.
24661 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24662 (ebrowse-view/find-file-and-search-pattern)
24663 (ebrowse-view/find-member-declaration/definition):
24664 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24665 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24666 Rename parameter PREFIX-ARG to PREFIX.
24667 (ebrowse-tags-read-name): Remove unused variables `start' and
24668 `member-info'.
24669 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24670 to `tags-file'.
24671
24672 * progmodes/etags.el (local-find-tag-hook): Declare.
24673 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24674 Mark unused parameters.
24675
24676 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24677 (executable-interpret): Mark unused parameter.
24678
24679 * progmodes/flymake.el (flymake-process-sentinel)
24680 (flymake-after-change-function)
24681 (flymake-create-temp-with-folder-structure)
24682 (flymake-get-include-dirs-dot): Mark unused parameters.
24683 (flymake-safe-delete-directory): Remove unused variable `err'.
24684
24685 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24686 (speedbar-timer-fn, speedbar-line-text)
24687 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24688 (speedbar-center-buffer-smartly): Declare functions.
24689 (gdb-find-watch-expression): Remove unused variable `array'.
24690 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24691 (gdb-starting): Mark unused parameters.
24692 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24693 (gdb-table-string): Remove unused variable `res'.
24694 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24695 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24696 (gdb-display-buffer): Remove unused variable `cur-size'.
24697
24698 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24699 allow lexical-binding compilation.
24700 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24701 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24702 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24703 Mark unused parameters.
24704 (gud-gdb-marker-filter): Remove unused variable `match'.
24705 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24706 lambda expressions and funcall them, instead of using `fset'.
24707
24708 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24709 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24710
24711 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24712 variable `header-beg'; use `let'.
24713
24714 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24715 `restart', `last-sexp' and `at-do'.
24716
24717 * progmodes/js.el (js--debug): Mark unused parameter.
24718 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24719 (js--splice-into-items): Remove unused variable `item'.
24720 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24721
24722 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24723 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24724 (makefile-complete): Remove unused variable `try'.
24725 (makefile-fill-paragraph, makefile-match-function-end):
24726 Mark unused parameters.
24727
24728 * progmodes/octave-inf.el (inferior-octave-complete):
24729 Remove unused variable `proc'.
24730 (inferior-octave-output-digest): Mark unused parameter.
24731
24732 * progmodes/perl-mode.el (perl-calculate-indent):
24733 Remove unused variable `err'.
24734
24735 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24736 (prolog-indent-line): Mark unused parameters.
24737 (prolog-indent-line): Remove unused variable `beg'.
24738
24739 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24740 (reporter-dont-compact-list): Declare.
24741
24742 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24743 Remove unused variable `char'.
24744 (sh-debug): Mark unused parameter.
24745 (sh-get-indent-info): Remove unused variable `start'.
24746 (sh-calculate-indent): Remove unused variable `var'.
24747
24748 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24749 (simula-electric-keyword): Remove unused variable `null'.
24750 (simula-search-backward, simula-search-forward): Remove unused
24751 variables `begin' and `end'.
24752
24753 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24754 Remove unused variable `pos'.
24755 (vera-electric-tab, vera-comment-uncomment-region):
24756 Mark unused parameters.
24757 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24758
7ede3b65
CY
247592011-04-22 Chong Yidong <cyd@stupidchicken.com>
24760
24761 * emacs-lisp/package.el (package--builtins, package-alist)
24762 (package-load-descriptor, package-built-in-p, package-activate)
24763 (define-package, package-installed-p)
24764 (package-compute-transaction, package-buffer-info)
24765 (package--push): Doc fix. Distinguish more clearly between
24766 version strings and version lists.
24767
121656e9
JB
247682011-04-21 Juanma Barranquero <lekktu@gmail.com>
24769
24770 Lexical-binding cleanup.
24771
24772 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24773 (5x5-make-mutate-best):
24774 * play/fortune.el (fortune-in-buffer):
24775 * play/gomoku.el (gomoku-init-display):
24776 * play/solitaire.el (solitaire, solitaire-do-check):
24777 * play/tetris.el (tetris-default-update-speed-function):
24778 Mark unused parameters.
24779
24780 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24781 (bubbles--shift): Remove unused variable `char-org'.
24782 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24783 (bubbles--show-images): Remove unused variable `char'.
24784
24785 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24786 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24787 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24788 (decipher-analyze-buffer): Use ?\s.
24789 (decipher-make-checkpoint): Remove unused variable `mapping'.
24790
24791 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24792
24793 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24794 Remove unused variable `result'; use `let'.
24795
24796 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24797 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24798 (gametree-children-shown-p, gametree-compute-reduced-score):
24799 Use `ignore-errors'.
24800
24801 * play/handwrite.el (ps-lpr-switches): Declare.
24802 (handwrite): Remove unused variables `pmin' and `lastp'.
24803
24804 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24805
24806 * play/landmark.el (landmark-init-display)
24807 (landmark-update-naught-weights): Mark unused parameters.
24808 (landmark-y): Remove unused variable `noise'. Simplify.
24809 (landmark-human-plays): Remove unused variable `score'.
24810
24811 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24812 (mpuz-try-proposal): Remove unused variable `game'.
24813
24814 * play/zone.el (life-patterns): Declare.
24815
80f499c7
JB
248162011-04-20 Juanma Barranquero <lekktu@gmail.com>
24817
24818 * vc/vc.el (ediff-vc-internal): Declare function.
24819
024ff170
SM
248202011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24821
c0a193ea
SM
24822 * shell.el: Use lexical-binding and std completion UI.
24823 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24824 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24825 comint-preoutput-filter-functions rather than on
24826 comint-output-filter-functions.
24827 (shell-command-completion, shell--command-completion-data)
24828 (shell-filename-completion, shell-environment-variable-completion)
24829 (shell-c-a-p-replace-by-expanded-directory): New functions.
24830 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24831 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24832 (shell-dynamic-complete-environment-variable): Use them.
24833 (shell-dynamic-complete-as-environment-variable)
24834 (shell-dynamic-complete-as-command): Remove.
24835 (shell-match-partial-variable): Match past point.
24836 * comint.el: Clean up use of completion-at-point-functions.
24837 (comint-completion-at-point): New function.
24838 (comint-mode): Use it completion-at-point-functions.
24839 (comint-dynamic-complete): Make it obsolete.
24840 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24841 (comint-c-a-p-replace-by-expanded-history): New function.
24842 (comint-dynamic-complete-functions)
24843 (comint-replace-by-expanded-history): Use it.
24844 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24845 termination strings. Try harder to avoid second try-completion.
24846 (completion-in-region-mode-map): Disable bindings that don't work yet.
24847
2dbaa080
SM
24848 * comint.el: Use lexical-binding. Require CL.
24849 (comint-dynamic-complete-functions): Use comint-filename-completion.
24850 (comint-completion-addsuffix): Tweak custom type.
24851 (comint-filename-completion, comint--common-suffix)
24852 (comint--common-quoted-suffix, comint--table-subvert)
24853 (comint--complete-file-name-data): New functions.
24854 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24855 (comint-dynamic-list-filename-completions): Use them.
24856 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 24857
2dbaa080
SM
24858 * minibuffer.el (completion-in-region-mode):
24859 Keep completion-in-region-mode--predicate global.
24860 (completion-in-region--postch):
24861 Assume completion-in-region-mode--predicate is not null.
24862
c79a6f38
SM
24863 * progmodes/flymake.el (flymake-start-syntax-check-process):
24864 Obey `dir'. Simplify.
24865
024ff170
SM
24866 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24867 we're in VC after all.
24868
1c6c854e
CS
248692011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24870
24871 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 24872 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
24873 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24874
bed7f140
SM
248752011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24876
332e62ab
SM
24877 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24878 add sanity check.
24879
bed7f140
SM
24880 * obsolete/erc-hecomplete.el: Make obsolete.
24881 * obsolete/: Standardize obsolescence info in the header.
24882
f195c582
GM
248832011-04-20 Glenn Morris <rgm@gnu.org>
24884
24885 * calendar/solar.el (solar-horizontal-coordinates):
24886 Use the longitude argument rather than `calendar-longitude'.
24887 (solar-date-next-longitude): Remove unused locals.
24888
cb79b8c0
VJL
248892011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24890
24891 * whitespace.el: New version 13.2.1.
24892
248932011-04-20 felix <EmacsWiki> (tiny change)
24894
d8e4b68b 24895 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
24896 switching between major modes on a file.
24897
602ea69d
SM
248982011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24899
24900 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24901 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24902 multi-line comments as well.
24903
06b60517
JB
249042011-04-19 Juanma Barranquero <lekktu@gmail.com>
24905
24906 Lexical-binding cleanup.
24907
24908 * arc-mode.el (archive-mode-revert):
24909 * cmuscheme.el (scheme-interactively-start-process):
24910 * custom.el (custom-initialize-delay):
24911 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24912 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24913 * emacs-lock.el (emacs-lock-clear-sentinel):
24914 * ezimage.el (defezimage):
24915 * follow.el (follow-avoid-tail-recenter):
24916 * fringe.el (set-fringe-mode-1):
24917 * generic-x.el (bat-generic-mode-compile):
24918 * help-mode.el (help-info-variable, help-do-xref)
24919 (help-mode-revert-buffer):
24920 * help.el (view-emacs-todo):
24921 * iswitchb.el (iswitchb-completion-help):
24922 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24923 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24924 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24925 * locate.el (locate-update):
24926 * longlines.el (longlines-encode-region)
24927 (longlines-after-change-function):
24928 * outline.el (outline-isearch-open-invisible):
24929 * ps-def.el (declare-function, charset-dimension, char-width)
24930 (encode-char):
24931 * ps-mule.el (ps-mule-plot-string):
24932 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24933 (recentf-edit-list-select, recentf-edit-list-validate)
24934 (recentf-open-files-action):
24935 * rect.el (delete-whitespace-rectangle-line)
24936 (rectangle-number-line-callback):
24937 * register.el (window-configuration-to-register)
24938 (frame-configuration-to-register):
24939 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24940 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24941 (xselect-convert-to-targets, xselect-convert-to-delete)
24942 (xselect-convert-to-filename, xselect-convert-to-charpos)
24943 (xselect-convert-to-lineno, xselect-convert-to-colno)
24944 (xselect-convert-to-os, xselect-convert-to-host)
24945 (xselect-convert-to-user, xselect-convert-to-class)
24946 (xselect-convert-to-name, xselect-convert-to-integer)
24947 (xselect-convert-to-atom, xselect-convert-to-identity):
24948 * subr.el (declare, ignore, process-kill-without-query)
24949 (text-clone-maintain):
24950 * terminal.el (te-get-char, te-tic-sentinel):
24951 * tool-bar.el (tool-bar-make-keymap):
24952 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24953 * type-break.el (type-break-mode, type-break-noninteractive-query):
24954 * view.el (View-back-to-mark):
24955 * wid-browse.el (widget-browse-action, widget-browse-widget)
24956 (widget-browse-widgets, widget-browse-sexp):
24957 * widget.el (define-widget-keywords):
24958 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24959 Mark unused parameters.
24960
24961 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24962 (align-areas): Remove unused variable `look'.
24963 (align-region): Remove unused variables `real-end' and `pos-list'.
24964
24965 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24966
24967 * bindings.el (mode-line-modified, mode-line-remote):
24968 Mark unused parameters.
24969 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24970
24971 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24972 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24973
24974 * comint.el (comint-history-isearch-pop-state)
24975 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24976 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24977 (comint-substitute-in-file-name): Doc fix.
24978
24979 * completion.el (cmpl-statistics-block): Mark unused parameter.
24980 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24981 (save-completions-to-file, load-completions-from-file):
24982 Remove unused local variable `e'.
24983
24984 * composite.el (compose-chars): Remove unused variable `len'.
24985 (lgstring-insert-glyph): Remove unused variable `g'.
24986 (compose-glyph-string): Remove unused variables `ascent',
24987 `descent', `lbearing' and `rbearing'.
24988 (compose-glyph-string-relative): Remove unused variables
24989 `lbearing', `rbearing' and `wadjust'.
24990 (compose-gstring-for-graphic): Remove unused variables `header',
24991 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24992 (compose-gstring-for-terminal): Remove unused variables `header'
24993 and `nchars'. Use `let', not `let*'.
24994
24995 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24996 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24997 (Custom-buffer-done, custom-buffer-create-internal)
24998 (custom-browse-visibility-action, custom-browse-group-tag-action)
24999 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25000 (widget-magic-mouse-down-action, custom-toggle-parent)
25001 (custom-add-parent-links, custom-toggle-hide-variable)
25002 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25003 (custom-toggle-hide-face, face, hook, custom-group-link-action)
25004 (custom-face-menu-create, custom-variable-menu-create, get)
25005 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25006 (custom-reset-standard-save-and-update): Remove unused variable `value'.
25007 (customize-apropos): Remove unused variable `tests'.
25008 (custom-group-value-create): Remove unused variable `hidden-p'.
25009 (sort-fold-case): Declare.
25010
25011 * cus-theme.el (custom-reset-standard-faces-list)
25012 (custom-reset-standard-variables-list): Declare.
25013 (customize-create-theme, custom-theme-revert, custom-theme-write)
25014 (custom-theme-choose-mode, customize-themes, custom-theme-save):
25015 Mark unused parameters.
25016
25017 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25018
25019 * delim-col.el (delimit-columns-max): Move defvar before first use.
25020
25021 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 25022 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
25023
25024 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25025 (auto-insert): Declare.
25026 (desktop-restore-file-buffer): Rename desktop-* parameters;
25027 mark unused ones.
25028 (desktop-create-buffer): Rename desktop-* parameters and bind them.
25029 (desktop-buffer): Rename desktop-* parameters.
25030
25031 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25032 (dframe-reposition-frame-xemacs, dframe-help-echo)
25033 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25034 Mark unused parameters.
25035
25036 * dired-aux.el (backup-extract-version-start, overwrite-query)
25037 (overwrite-backup-query, rename-regexp-query)
25038 (rename-non-directory-query): Declare.
25039 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25040 (dired-add-entry): Remove unused variable `orig-file-name'.
25041 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25042 Use parameter PRESERVE-TIME instead of accessing dynamic variable
25043 `dired-copy-preserve-time' directly.
25044 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25045 (dired-insert-subdir-newpos): Rename unused variable `pos'.
25046
25047 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25048 (dired-virtual-revert, dired-make-relative-symlink):
25049 Mark unused parameters.
25050 (manual-program): Declare.
25051 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25052 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25053 wrapped in `with-no-warnings' to avoid replacing one warning by another.
25054
25055 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25056
25057 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25058
25059 * echistory.el (electric-history-in-progress, Helper-return-blurb):
25060 Declare.
25061
25062 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25063
25064 * electric.el (Electric-command-loop): Rename parameter
25065 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25066
25067 * expand.el (expand-in-literal): Remove unused variable `here'.
25068
25069 * facemenu.el (facemenu-add-new-color):
25070 Remove unused variable `docstring'.
25071
25072 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25073 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25074 (face-attr-construct): Mark unused parameter. Doc fix.
25075 (read-color): Remove unused variable `hex-string'.
25076
25077 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25078 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25079 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25080 (display-buffer-other-frame): Remove unused variable `old-window'.
25081 (kill-buffer-hook): Declare.
25082 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25083 Mark unused parameters.
25084 (after-find-file): Pass 1 to `auto-save-mode', not t.
25085
25086 * files-x.el (auto-insert): Declare.
25087 (modify-file-local-variable-prop-line): Remove unused variable `val'.
25088
25089 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 25090 variable `buf'. Mark unused parameter.
06b60517
JB
25091 (find-lisp-insert-directory): Mark unused parameter.
25092
25093 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25094 (format-encode-region): Remove unused variables `cur-buf' and `result'.
25095 (format-common-tail): Remove, unused.
25096 (format-deannotate-region): Remove unused variable `loc'.
25097 (format-annotate-region): Remove unused variable `p'.
25098 (format-annotate-single-property-change): Remove unused variables
25099 `default' and `tail'.
25100
25101 * forms.el (read-file-filter): Declare.
25102 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25103
25104 * frame.el (frame-creation-function-alist): Mark unused parameter.
25105 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25106
25107 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25108 Remove unused parameters.
25109 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25110 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25111
25112 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25113 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25114 (hfy-prepare-tag-map): Mark unused parameters.
25115 (htmlfontify-buffer): Use `called-interactively-p'.
25116
25117 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25118 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25119 (ibuffer-do-occur): Mark unused parameters.
25120 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25121 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25122
25123 * ibuffer.el: Don't quote `lambda'.
25124 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25125 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25126 Mark unused parameters.
25127
25128 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25129 (ido-completing-read): Mark unused parameters.
25130 (ido-copy-current-word): Mark unused parameters;
25131 remove unused variable `name'.
25132 (ido-sort-merged-list): Remove unused parameter `dirs'.
25133
25134 * ielm.el (ielm-input-sender): Mark unused parameter.
25135 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25136 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25137 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25138 `ielm-string' as a dynamic variable accessible from the IELM prompt.
25139 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
25140
25141 * image-dired.el (image-dired-display-thumbs): Remove unused
25142 variables `curr-file' and `count'.
25143 (image-dired-remove-tag): Remove unused variable `start'.
25144 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25145 variable `curr-file'
25146 (image-dired-rotate-original): Remove unused variable `temp-file'.
25147 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25148 Remove unused variable `file'.
25149 (image-dired-gallery-generate): Remove unused variable `curr'.
25150 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25151
25152 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25153
25154 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25155
25156 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25157
25158 * isearch.el (minibuffer-history-symbol): Declare.
25159 (isearch-edit-string): Remove unused variable `err'.
25160 (isearch-message-prefix, isearch-message-suffix):
25161 Mark unused parameters.
25162
25163 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25164
25165 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25166
25167 * makesum.el (double-column): Remove unused variable `cnt'.
25168
25169 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25170 (ido-ignore-item-temp-list): Declare.
25171
25172 * mouse-drag.el (mouse-drag-throw): Remove unused variables
25173 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25174 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25175 (mouse-drag-drag): Remove unused variables `mouse-delta' and
25176 `mouse-col-delta'.
25177
25178 * mouse-sel.el (mouse-extend-internal):
25179 Remove unused variable `orig-window-frame'.
25180
25181 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25182 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25183 Move declarations before first use.
25184 (pcomplete-opt): Mark unused parameters; doc fix.
25185
25186 * proced.el (proced-revert): Mark unused parameter.
25187 (proced-send-signal): Remove unused variable `err'.
25188
25189 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25190 Rename parameter PREFIX-ARG to ARG.
25191 (ps-basic-plot-string, ps-basic-plot-whitespace):
25192 Mark unused parameters.
25193
25194 * replace.el (replace-count): Define.
25195 (occur-revert-function): Mark unused parameters.
25196 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25197 (isearch-case-fold-search, isearch-string): Declare.
25198 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25199 bind `case-fold-search'. Remove unused variables `beg' and `end',
25200 and simplify.
25201 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25202 COUNT and bind `replace-count'.
25203 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25204 to COUNT.
25205
25206 * savehist.el (print-readably, print-string-length): Declare.
25207
25208 * shadowfile.el (shadow-expand-cluster-in-file-name):
25209 Remove unused variable `cluster'.
25210 (shadow-copy-file): Remove unused variable `i'.
25211 (shadow-noquery, shadow-clusters, shadow-site-cluster)
25212 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25213 (shadow-define-literal-group, shadow-define-regexp-group)
25214 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25215
25216 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25217 (shell): Use `called-interactively-p'.
25218 (shell-directory-tracker): Remove unused variable `chdir-failure'.
25219
25220 * simple.el (compilation-context-lines, comint-file-name-quote-list)
25221 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25222 (delete-backward-char): Remove unused variable `ocol'.
25223 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25224 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25225 (event-apply-hyper-modifier, event-apply-shift-modifier)
25226 (event-apply-control-modifier, event-apply-meta-modifier):
25227 Mark unused parameters.
25228 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25229 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25230
25231 * speedbar.el (speedbar-ignored-directory-expressions)
25232 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25233 (speedbar-find-file, speedbar-dir-follow)
25234 (speedbar-directory-buttons-follow, speedbar-tag-find)
25235 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25236 (speedbar-buffers-line-directory, speedbar-buffer-click):
25237 Mark unused parameters.
25238 (speedbar-tag-file): Remove unused variable `mode'.
25239 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25240
25241 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25242
25243 * talk.el (talk): Remove unused variable `display'.
25244
25245 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25246 (tar-write-region-annotate): Mark unused parameter.
25247
25248 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25249 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25250 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25251 warning by another.
25252
25253 * time-stamp.el (time-stamp-string-preprocess):
25254 Remove unused variable `require-padding'.
25255
25256 * tree-widget.el (widget-glyph-enable): Declare.
25257 (tree-widget-action): Mark unused parameter.
25258
25259 * w32-fns.el (x-get-selection): Mark unused parameter.
25260 (autoload-make-program, generated-autoload-file): Declare.
25261
25262 * wdired.el (wdired-revert): Mark unused parameters.
25263 (wdired-xcase-word): Remove unused variable `err'.
25264
25265 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25266 (whitespace-help-scroll): Remove unused variable `data-help'.
25267
25268 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25269 (widget-image-insert, widget-after-change, default)
25270 (widget-default-format-handler, widget-default-notify)
25271 (widget-default-prompt-value, widget-info-link-action)
25272 (widget-url-link-action, widget-function-link-action)
25273 (widget-variable-link-action, widget-file-link-action)
25274 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25275 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25276 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25277 (widget-insert-button-action, widget-delete-button-action, visibility)
25278 (widget-documentation-link-action, widget-documentation-string-action)
25279 (widget-const-prompt-value, widget-regexp-match, symbol)
25280 (widget-coding-system-prompt-value)
25281 (widget-key-sequence-value-to-external, sexp)
25282 (widget-sexp-value-to-internal, character, vector, cons)
25283 (widget-choice-prompt-value, widget-boolean-prompt-value)
25284 (widget-color--choose-action): Mark unused parameters.
25285 (widget-item-match-inline, widget-choice-match-inline)
25286 (widget-checklist-match, widget-checklist-match-inline)
25287 (widget-group-match): Rename parameter VALUES to VALS.
25288 (widget-field-value-set): Remove unused variable `size'.
25289 (widget-color-action): Remove unused variables `value' and `start'.
25290
25291 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 25292 variable `dir'. Doc fix.
06b60517
JB
25293 (windmove-find-other-window): Don't pass it.
25294
25295 * window.el (count-windows): Mark unused parameter.
25296 (bw-adjust-window): Remove unused variable `err'.
25297
25298 * woman.el (woman-file-name): Remove unused variable `default'.
25299 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25300 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25301 (global-font-lock-mode): Declare.
25302 (woman-decode-region): Mark unused parameter.
25303 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25304
25305 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25306 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25307 (x-dnd-handle-moz-url): Remove unused variable `title'.
25308 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25309
25310 * xml.el (xml-parse-tag, xml-parse-attlist):
25311 Remove unused variable `pos'.
25312
bc4f7f3d
GM
253132011-04-19 Glenn Morris <rgm@gnu.org>
25314
25315 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25316 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25317 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25318 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25319 * calendar/cal-html.el (cal-html-insert-minical):
25320 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25321 (calendar-mark-date-pattern):
25322 Prefix "unused" locals.
25323
25324 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25325 optional argument `style'.
25326
25327 * calendar/appt.el (appt-make-list):
25328 * calendar/cal-china.el (calendar-chinese-date-string):
25329 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25330 (diary-hebrew-yahrzeit):
25331 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25332 * calendar/calendar.el (calendar-generate-window):
25333 * calendar/time-date.el (time-to-days):
25334 Remove unused local variables.
25335
16a43933
CY
253362011-04-18 Chong Yidong <cyd@stupidchicken.com>
25337
25338 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25339 glyphless-char-display table.
25340 (tabulated-list-glyphless-char-display): New var.
25341
7eed1860
SS
253422011-04-18 Sam Steingold <sds@gnu.org>
25343
25344 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25345 to acknowledgments.
25346
4d2d1ccd
GM
253472011-04-17 Glenn Morris <rgm@gnu.org>
25348
25349 * calendar/diary-lib.el (diary-sexp-entry):
25350 * calendar/holidays.el (holiday-sexp):
25351 Set debug-on-error rather than the removed stack-trace-on-error.
25352
239da61d
GM
253532011-04-16 Glenn Morris <rgm@gnu.org>
25354
25355 * progmodes/f90.el: Use lexical-binding.
25356 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25357
8b05752a
SM
253582011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25359
daca8ba5
SM
25360 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25361 (mail-mode): Setup mailalias completion here instead.
25362 * mail/mailalias.el: Use lexical-binding.
25363 (pattern, mailalias-done): Declare dynamic.
25364 (mail-completion-at-point-function): New function, from mail-complete.
25365 (mail-complete): Use it.
25366 (mail-completion-expand): New function.
25367 (mail-get-names): Use it.
25368 (mail-directory, mail-directory-process, mail-directory-stream):
25369 Don't use `pattern' for lexically bound arg.
25370
6f542485
SM
25371 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25372
037e7c3f
SM
25373 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25374 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25375 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25376
8b05752a
SM
25377 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25378 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25379 (byte-interactive-p): Define them again, for use when inlining
25380 old code.
25381
49093f60
JB
253822011-04-15 Juanma Barranquero <lekktu@gmail.com>
25383
25384 * loadup.el: Use `string-to-number', not `string-to-int'.
25385
b5b8e7de
SM
253862011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25387
25388 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25389 gud-gdb-complete-command.
25390 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25391 (gud-gdb-completion-at-point): New function.
25392 (gud-gdb-completions): Remove.
25393
f42efeb5
MA
253942011-04-14 Michael Albinus <michael.albinus@gmx.de>
25395
49093f60
JB
25396 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25397 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25398 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25399 whether `executable-find' is bound.
f42efeb5
MA
25400
25401 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25402
e240cc21
SM
254032011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25404
25405 * minibuffer.el (completion-in-region-mode-predicate)
25406 (completion-in-region-mode--predicate): New vars.
25407 (completion-in-region, completion-in-region--postch)
25408 (completion-in-region-mode): Use them.
25409 (completion--capf-wrapper): Also return the hook function.
25410 (completion-at-point, completion-help-at-point):
25411 Adjust and provide a predicate.
c2bd2ab0
SM
25412
25413 Preserve arg names for advice of subr and lexical functions (bug#8457).
25414 * help-fns.el (help-function-arglist): Consolidate the subr and
25415 new-byte-code cases. Add argument `preserve-names' to extract names
25416 from the docstring when needed.
25417 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25418 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25419 (ad-arglist): Use help-function-arglist's new arg.
25420 (ad-definition-type): Use cond.
25421
c183f693
JB
254222011-04-13 Juanma Barranquero <lekktu@gmail.com>
25423
06641a47
JB
25424 * autorevert.el (auto-revert-handler):
25425 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25426 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25427 Don't quote lambda.
25428
c183f693
JB
25429 * image-mode.el (image-transform-set-scale):
25430 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25431
1e3b6001
G
254322011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25433
25434 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 25435 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
25436 Upgrades via gnutls-cli are too slow to be done opportunistically.
25437
2d6af8dd
JB
254382011-04-12 Juanma Barranquero <lekktu@gmail.com>
25439
25440 * dframe.el (dframe-current-frame): Remove spurious quote.
25441
c0749a51
GM
254422011-04-12 Glenn Morris <rgm@gnu.org>
25443
088d0d61
GM
25444 * calendar/cal-tex.el (cal-tex-end-document):
25445 Try to automatically use latin1 input if needed.
25446
c0749a51
GM
25447 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25448 Don't try to cons a mark onto an empty element.
25449
5c90fde0
LL
254502011-04-11 Leo Liu <sdl.web@gmail.com>
25451
25452 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25453 buffers.
25454 (ido-kill-buffer-at-head): Support killing virtual buffers.
25455
369e974d
CY
254562011-04-10 Chong Yidong <cyd@stupidchicken.com>
25457
25458 * minibuffer.el (completion-show-inline-help): New var.
25459 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
25460 (minibuffer-force-complete, minibuffer-complete-word):
25461 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
25462
25463 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25464 to avoid interference from inline help (Bug#5849).
25465
37f1c930
LL
254662011-04-10 Leo Liu <sdl.web@gmail.com>
25467
099c39a4
JB
25468 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25469 Fix typo.
37f1c930 25470
a32d4040
CY
254712011-04-09 Chong Yidong <cyd@stupidchicken.com>
25472
25473 * image-mode.el (image-toggle-display-image): Signal an error if
25474 not in Image mode.
25475 (image-transform-mode, image-transform-resize)
25476 (image-transform-set-rotation): Doc fix.
daca8ba5 25477 (image-transform-set-resize): Delete.
a32d4040
CY
25478 (image-transform-set-scale, image-transform-fit-to-height)
25479 (image-transform-fit-to-width): Handle image-toggle-display-image
25480 and image-transform-resize directly.
25481
099c39a4 254822011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
25483
25484 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
25485 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25486 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
25487 (doc-view-mode-map): Add bindings for the new functions.
25488
099c39a4 254892011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 25490
4d61f28d 25491 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
25492 Fix typo in docstring.
25493
3726838a
EZ
254942011-04-08 Eli Zaretskii <eliz@gnu.org>
25495
04f33f1e
EZ
25496 * files.el (file-size-human-readable): Produce one digit after
25497 decimal, like "ls -lh" does.
25498
25499 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25500 the file size representation.
25501
3726838a
EZ
25502 * simple.el (list-processes): If async subprocesses are not
25503 available, error out with a clear error message.
25504
cbb59342
CY
255052011-04-08 Chong Yidong <cyd@stupidchicken.com>
25506
25507 * help.el (help-form-show): New function, to be called from C.
25508 Put help-form output in a buffer named differently than *Help*.
25509
e3971c44
EZ
255102011-04-08 Eli Zaretskii <eliz@gnu.org>
25511
25512 * files.el (file-size-human-readable): New function.
25513
25514 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25515 computing the representation inline. Don't require `cl'.
25516
12544bbe
GM
255172011-04-08 Glenn Morris <rgm@gnu.org>
25518
a1de6c6a
GM
25519 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25520
3c4671f4
GM
25521 * net/browse-url.el (browse-url-firefox):
25522 Test system-type, not system-configuration.
25523
b605679c
GM
25524 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25525 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25526 Use log-edit-empty-buffer-p. (Bug#7598)
25527
56442f0c
GM
25528 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25529 (rlogin-mode-map): Initialize in the defvar.
25530 (rlogin): Use ignore-errors.
25531
12544bbe
GM
25532 * replace.el (occur-mode-map): Some fixes for menu items.
25533
eb237b0f
AH
255342011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25535
25536 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25537
7d668f2c
CY
255382011-04-06 Chong Yidong <cyd@stupidchicken.com>
25539
e67a13ab
CY
25540 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25541 issuing unused warnings.
25542
25543 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25544 macro directly.
25545
7d668f2c
CY
25546 * simple.el: Lisp reimplement of list-processes. Based on an
25547 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25548 (process-menu-mode): New major mode.
25549 (list-processes--refresh, list-processes):
25550 (process-menu-visit-buffer): New functions.
25551
25552 * files.el (save-buffers-kill-emacs): Don't assume any return
25553 value of list-processes, which is undocumented anyway.
25554
a83ec3c9
CY
255552011-04-06 Chong Yidong <cyd@stupidchicken.com>
25556
25557 * emacs-lisp/tabulated-list.el: New file.
25558
e91a96fe
CY
25559 * emacs-lisp/package.el: Use Tabulated List mode.
25560 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25561 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25562 table format using Tabulated List mode variables.
25563 (package--push): New macro, replacing package-list-maybe-add.
25564 (package-menu--generate): Use package--push. Renamed from
25565 package--generate-package-list.
25566 (package-menu-refresh, list-packages): Use it.
daca8ba5 25567 (package-menu--print-info): Rename from package-print-package.
e91a96fe 25568 Return insertion data instead of inserting it directly.
099c39a4
JB
25569 (package-menu-describe-package, package-menu-execute):
25570 Use tabulated-list-get-id.
e91a96fe
CY
25571 (package-menu-mark-delete, package-menu-mark-install)
25572 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
25573 (package-menu-mark-obsolete-for-deletion):
25574 Use tabulated-list-put-tag.
e91a96fe
CY
25575 (package--list-packages, package-menu-revert)
25576 (package-menu-get-package, package-menu-get-version)
25577 (package-menu-sort-by-column): Functions deleted.
25578 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25579 (package-menu--status-predicate, package-menu--version-predicate)
25580 (package-menu--name-predicate)
25581 (package-menu--description-predicate): Handle arguments in the
25582 Tabulated List format.
25583 (package-list-packages-no-fetch): Call list-packages.
25584
3e214b50
JB
255852011-04-06 Juanma Barranquero <lekktu@gmail.com>
25586
25587 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 25588 (after-find-file): Don't bind it.
3e214b50
JB
25589 (revert-buffer-in-progress-p): New variable.
25590 (revert-buffer): Bind it.
25591 Pass nil for `after-find-file-from-revert-buffer'.
25592
25593 * saveplace.el (save-place-find-file-hook): Use new variable
25594 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25595
3f0f1700
GM
255962011-04-06 Glenn Morris <rgm@gnu.org>
25597
c0274801
GM
25598 * Makefile.in (AUTOGEN_VCS): New variable.
25599 (autoloads): Use $AUTOGEN_VCS.
25600
3f0f1700
GM
25601 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25602 * calendar/calendar.el (calendar-mode-map):
25603 Check for toolkit scroll bars. (Bug#8305)
25604
41ea9e48
CY
256052011-04-05 Chong Yidong <cyd@stupidchicken.com>
25606
25607 * minibuffer.el (completion-in-region--postch)
25608 (completion-in-region-mode): Remove unnecessary messages.
25609
6194c800
JB
256102011-04-05 Juanma Barranquero <lekktu@gmail.com>
25611
33256f14
JB
25612 * font-lock.el (font-lock-refresh-defaults):
25613 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25614 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25615
6194c800
JB
25616 * info.el (Info-directory-list, Info-read-node-name-2)
25617 (Info-split-parameter-string): Doc fixes.
25618 (Info-virtual-nodes): Reflow docstring.
25619 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25620 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25621 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25622 Fix typos in docstrings.
25623 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25624 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25625 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25626 (Info-restore-desktop-buffer): Mark unused parameters.
25627 (Info-directory-find-file, Info-directory-find-node)
25628 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25629 (Info-virtual-index-find-node, Info-apropos-find-file)
25630 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 25631 Mark unused parameters; fix typos in docstrings.
6194c800
JB
25632 (Info-virtual-index): Remove unused local variable `nodename'.
25633
b87a8200 256342011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 25635
b87a8200
DD
25636 * net/rcirc.el: Update my e-mail address.
25637 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 25638
3b2ff876
CY
256392011-04-05 Chong Yidong <cyd@stupidchicken.com>
25640
25641 * startup.el (command-line): Save the cursor's theme-face
25642 directly, instead of using face-override-spec.
25643
25644 * custom.el (load-theme): Minor optimization in assigning faces.
25645
8d17e7ca
JB
256462011-04-04 Juanma Barranquero <lekktu@gmail.com>
25647
25648 * help-fns.el (describe-variable): Complete all variables having
25649 documentation, including keywords.
25650 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25651
2fbc1934
JB
256522011-04-04 Juanma Barranquero <lekktu@gmail.com>
25653
25654 Convert to lexical-binding.
25655
25656 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25657 (bs--get-marked-string, bs--get-modified-string)
25658 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25659 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25660 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25661
25662 * ehelp.el (electric-help-execute-extended)
25663 (electric-help-ctrl-x-prefix):
25664 * hexl.el (hexl-revert-buffer-function):
25665 * linum.el (linum-after-change, linum-after-scroll):
25666 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25667
25668 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25669
74f50695
DU
256702011-04-04 Daiki Ueno <ueno@unixuser.org>
25671
25672 * epa-dired.el:
25673 * epa-mail.el:
25674 * epa-hook.el:
25675 * epa-file.el:
25676 * epa.el:
25677 * epg.el: Use lexical binding.
25678
c11325f7
CY
256792011-04-03 Chong Yidong <cyd@stupidchicken.com>
25680
0d9e9a12
CY
25681 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25682
c11325f7 25683 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
25684 dictionary case for flyspell-mark-duplications-exceptions.
25685 Use regexp matching for languages.
c11325f7
CY
25686 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25687 default dictionary (Bug#7926).
25688
da91b5f2
CY
256892011-04-02 Chong Yidong <cyd@stupidchicken.com>
25690
099c39a4
JB
25691 * emacs-lisp/package.el (package--with-work-buffer):
25692 Recognize https URLs.
da91b5f2 25693
099c39a4
JB
25694 * net/network-stream.el: Move from gnus/proto-stream.el.
25695 Change prefix to network-stream throughout.
da91b5f2
CY
25696 (open-protocol-stream): Merge into open-network-stream, leaving
25697 open-protocol-stream as an alias. Handle nil BUFFER args.
25698
25699 * subr.el (open-network-stream): Move to net/network-stream.el.
25700
afa8e9f6
GM
257012011-04-02 Glenn Morris <rgm@gnu.org>
25702
1d2e369d
GM
25703 * find-dired.el (find-exec-terminator): New option.
25704 (find-ls-option): Test for -ls support.
25705 (find-ls-subdir-switches): Test for -b in find-ls-option.
25706 (find-dired, find-grep-dired): Doc fixes.
25707 (find-dired): Use find-exec-terminator.
25708
8abb7da8 25709 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
25710 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25711 (find-name-arg): Remove purecopy.
8abb7da8 25712
f3ca7378
GM
25713 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25714 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25715 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25716 accordingly. Don't add the null-device if not needed.
25717
afa8e9f6
GM
25718 * files.el (save-some-buffers): Doc fix.
25719
35eae264
EZ
257202011-04-02 Eli Zaretskii <eliz@gnu.org>
25721
25722 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25723
26b51db5
JB
257242011-04-01 Juanma Barranquero <lekktu@gmail.com>
25725
25726 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25727 Use `dolist' rather than `mapcar'.
25728
7200d79c
SM
257292011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25730
03408648 25731 Add lexical binding.
7200d79c 25732
03408648
SM
25733 * subr.el (apply-partially): Use new closures rather than CL.
25734 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25735 (dolist, dotimes): Use slightly different expansion for lexical code.
25736 (functionp): Move to C.
25737 (letrec): New macro.
25738 (with-wrapper-hook): Use it and apply-partially instead of CL.
25739 (eval-after-load): Preserve lexical-binding.
25740 (save-window-excursion, with-output-to-temp-buffer): Turn them
25741 into macros.
7200d79c 25742
03408648
SM
25743 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25744
25745 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25746 than the arglist.
25747 (help-add-fundoc-usage): Don't add `Not documented'.
25748 (help-function-arglist): Handle closures, subroutines, and new
25749 byte-code-functions.
25750 (help-make-usage): Remove leading underscores.
25751 (describe-function-1): Handle closures.
25752 (describe-variable): Use special-variable-p for completion.
25753
25754 * files.el (lexical-binding): Declare safe.
f488fb65 25755
03408648
SM
25756 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25757 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25758 (pcase): Add `let' pattern.
25759 Change memoization so it actually works.
25760 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25761 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25762 <let>: New case.
f488fb65 25763
03408648
SM
25764 * emacs-lisp/macroexp.el: Use lexical binding.
25765 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25766 Don't convert ' to #' without checking that it's indeed quoting
25767 a lambda.
25768
25769 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 25770 Use eval-sexp-add-defvars.
03408648
SM
25771 (eval-sexp-add-defvars): New fun.
25772
25773 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25774
25775 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25776 Don't autoload.
25777 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25778 than the internal `byte-compile-lambda'.
25779 (defmethod): Don't hide code under quotes.
25780 (eieio-defmethod): New `code' argument.
25781
25782 * emacs-lisp/eieio-comp.el: Remove.
25783
25784 * emacs-lisp/edebug.el (edebug-eval-defun)
25785 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25786 (edebug-toggle): Avoid `eval'.
25787
25788 * emacs-lisp/disass.el (disassemble-internal): Handle new
25789 `closure' objects.
25790 (disassemble-1): Handle new byte codes.
25791
25792 * emacs-lisp/cl.el (pushnew): Silence warning.
25793
25794 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25795 (cl-byte-compile-throw): Remove.
25796 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25797
25798 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25799 closures.
25800
25801 * emacs-lisp/cconv.el: New file.
25802
25803 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25804 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25805 (byte-compile-initial-macro-environment):
25806 Handle declare-function here.
25807 (byte-compile--lexical-environment): New var.
25808 (byte-stack-ref, byte-stack-set, byte-discardN)
25809 (byte-discardN-preserve-tos): New lap codes.
25810 (byte-interactive-p): Don't use any more.
25811 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25812 New macros.
25813 (byte-compile-lapcode): Use them and handle new lap codes.
25814 (byte-compile-obsolete): Remove.
25815 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25816 (byte-compile-arglist-warn): Check late def of inlinable funs.
25817 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25818 since they should have been expanded by now.
25819 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25820 (byte-compile-from-buffer): Remove unused second arg.
25821 (byte-compile-preprocess): New function.
25822 (byte-compile-toplevel-file-form): New function to distinguish
25823 file-form calls from outside from file-form calls from hunk-handlers.
25824 (byte-compile-file-form): Simplify.
25825 (byte-compile-file-form-defsubst): Remove.
25826 (byte-compile-file-form-defmumble): Simplify now that
25827 byte-compile-lambda always returns a byte-code-function.
25828 (byte-compile): Preprocess.
25829 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25830 Remove, not used any more.
25831 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25832 (byte-compile-make-args-desc): New funs.
25833 (byte-compile-lambda): Handle lexical functions. Always return
25834 a byte-code-function.
25835 (byte-compile-reserved-constants): New var, to make up room for
25836 closed-over variables.
25837 (byte-compile-constants-vector): Obey it.
25838 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25839 (byte-compile-macroexpand-declare-function): New function.
25840 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25841 byte-code-functions.
25842 (byte-compile-form): Check obsolescence here.
25843 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25844 (byte-compile-variable-ref): Remove.
25845 (byte-compile-dynamic-variable-op): New fun.
25846 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25847 (byte-compile-variable-set): New funs.
25848 (byte-compile-discard): Add 2 args.
25849 (byte-compile-stack-ref, byte-compile-stack-set)
25850 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25851 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25852 macroexpand-all instead.
25853 (byte-compile-quote-form): Remove.
25854 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25855 (byte-compile-bind, byte-compile-unbind): New funs.
25856 (byte-compile-let): Handle let* and lexical binding.
25857 (byte-compile-let*): Remove.
25858 (byte-compile-catch, byte-compile-unwind-protect)
25859 (byte-compile-track-mouse, byte-compile-condition-case):
25860 Handle a new :fun-body form, used for lexical scoping.
25861 (byte-compile-save-window-excursion)
25862 (byte-compile-with-output-to-temp-buffer): Remove.
25863 (byte-compile-defun): Simplify.
25864 (byte-compile-stack-adjustment): New fun.
25865 (byte-compile-out): Use it.
25866 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25867
25868 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25869 handler any more.
25870
25871 * emacs-lisp/byte-opt.el: Use lexical binding.
25872 (byte-inline-lapcode): Remove (to bytecomp).
25873 (byte-compile-inline-expand): Pay attention to inlining to/from
25874 lexically bound code.
25875 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25876 any more.
25877 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25878 any more and don't call compiler-macros.
25879 (byte-compile-splice-in-already-compiled-code): Remove.
25880 (byte-code): Don't inline any more.
25881 (disassemble-offset): Receive `bytes' as argument rather than via
25882 dynamic scoping.
25883 (byte-compile-tag-number): Declare before first use.
25884 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25885 `return' even if make-spliceable.
25886 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25887 obsolete interactive-p.
25888 (byte-optimize-lapcode): Optimize new lap-codes.
25889 Don't trip up on new form of `byte-constant' lap code.
25890
25891 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25892
25893 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25894
25895 * custom.el (custom-initialize-default, custom-declare-variable):
25896 Use `defvar'.
25897
25898 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25899 New variables.
25900 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25901 (COMPILE_FIRST): Add macroexp and cconv.
25902 * makefile.w32-in: Mirror changes in Makefile.in.
25903
25904 * vc/cvs-status.el:
25905 * vc/diff-mode.el:
25906 * vc/log-edit.el:
25907 * vc/log-view.el:
25908 * vc/smerge-mode.el:
25909 * textmodes/bibtex-style.el:
090bd7cb 25910 * textmodes/css-mode.el:
03408648
SM
25911 * startup.el:
25912 * uniquify.el:
da91b5f2
CY
25913 * minibuffer.el:
25914 * newcomment.el:
25915 * reveal.el:
25916 * server.el:
25917 * mpc.el:
25918 * emacs-lisp/smie.el:
25919 * doc-view.el:
25920 * dired.el:
03408648
SM
25921 * abbrev.el: Use lexical binding.
25922
0f0c1f27
EZ
259232011-04-01 Eli Zaretskii <eliz@gnu.org>
25924
25925 * info.el (info-display-manual): New function.
25926
c82b2579
SM
259272011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25928
25929 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25930
221ddf68
TH
259312011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25932
25933 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 25934 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 25935
cba6e77e
GM
259362011-03-31 Glenn Morris <rgm@gnu.org>
25937
e040639f
GM
25938 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25939
cba6e77e
GM
25940 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25941
6d0f1c9e
CS
259422011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25943
25944 * progmodes/python.el (python-default-interpreter)
25945 (python-python-command-args, python-jython-command-args)
25946 (python-which-shell, python-which-args, python-which-bufname)
25947 (python-file-queue, python-comint-output-filter-function)
25948 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25949 variables and functions.
25950
3e2d70fd
SM
259512011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25952
25953 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25954 (completion-in-region-mode): New minor mode.
25955 (completion-in-region): Use it.
25956 (completion-in-region--data, completion-in-region-mode-map): New vars.
25957 (completion-in-region--postch): New function.
25958 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25959 New vars.
25960 (completion--capf-wrapper): New function.
25961 (completion-at-point): Use it to track well-behavedness of
25962 hook functions.
25963 (completion-help-at-point): New command.
25964
f3e4086c
JM
259652011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25966
25967 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25968 syntax class to search for whitespace on a single line
25969 (Message-ID: <4D938140.4030905@redhat.com>).
25970
eb7ffc14
LL
259712011-03-30 Leo Liu <sdl.web@gmail.com>
25972
25973 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25974 New commands.
25975 (edit-abbrevs-map): Bind them here.
25976 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25977
d806ab68
KM
259782011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25979
25980 * allout.el (allout-hide-by-annotation, allout-flag-region):
25981 Reduce possibility of overlay leakage by making them volatile.
25982
25983 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25984 hash is not shared between buffers. Mode initialization is
25985 responsible for giving it a useful starting value.
25986 (allout-item-span): Reduce possibility of overlay leakage by
25987 making them volatile.
25988 (allout-widgets-count-buttons-in-region): Add diagnostic function
25989 for tracking down button overlay leaks.
25990
ea622834
LL
259912011-03-29 Leo Liu <sdl.web@gmail.com>
25992
25993 * ido.el (ido-read-internal): Use the default history var
25994 minibuffer-history if no HISTORY is specified.
25995
b62f8267
G
259962011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25997
03408648
SM
25998 * net/imap.el (imap-shell-open, imap-process-connection-type):
25999 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
26000 Kerberos, SSL, other subprocesses.
26001
947b6566
LL
260022011-03-28 Leo Liu <sdl.web@gmail.com>
26003
26004 * abbrev.el (abbrev-table-empty-p): New function.
26005 (prepare-abbrev-list-buffer): Place empty abbrev tables after
26006 nonempty ones. (Bug#5937)
26007
5ffb62aa
JD
260082011-03-27 Jan Djärv <jan.h.d@swipnet.se>
26009
26010 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26011
7a097943
LL
260122011-03-27 Leo Liu <sdl.web@gmail.com>
26013
26014 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26015 for foreground and background colors.
26016 (ansi-color-make-color-map): Adapt.
26017
c5b40130
LL
260182011-03-25 Leo Liu <sdl.web@gmail.com>
26019
1f48f7d2
LL
26020 * midnight.el (midnight-time-float): Remove. Note it calculates
26021 the microsecond component incorrectly and seconds-to-time does the
26022 same job.
625897ec 26023 Remove redundant (require 'timer).
1f48f7d2 26024
c5b40130
LL
26025 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26026 (ido-completions): Remove unused arguments. (Bug#8329)
26027
d86d2721
SM
260282011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26029
26030 * minibuffer.el (completion--flush-all-sorted-completions):
26031 Remove itself from hook.
26032 (completion-at-point): Let the functions perform the completion
26033 immediately and return nil or t.
26034 * comint.el (comint-dynamic-complete-functions): Now identical to
26035 completion-at-point-functions.
26036 (comint-dynamic-list-input-ring): Remove unused var `index'.
26037 (comint--match-partial-filename, comint--unquote&expand-filename):
26038 New funs, split from comint-match-partial-filename.
26039 (comint-dynamic-complete): Use completion-at-point.
26040 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26041
e8974c48
DA
260422011-03-24 Drew Adams <drew.adams@oracle.com>
26043
26044 * thingatpt.el: Support `defun'.
26045
def71b5e
LL
260462011-03-23 Leo Liu <sdl.web@gmail.com>
26047
cb5af48e
LL
26048 * abbrevlist.el: Move to obsolete/abbrevlist.el.
26049
def71b5e
LL
26050 * help-mode.el (help-mode-finish): Tweak regexp.
26051
927c53e7
GM
260522011-03-23 Glenn Morris <rgm@gnu.org>
26053
18d05bed
GM
26054 * eshell/esh-opt.el (eshell-eval-using-options):
26055 Do not bind unused local variable `eshell-option-stub'.
26056
927c53e7
GM
26057 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26058
9d0da923
JB
260592011-03-22 Juanma Barranquero <lekktu@gmail.com>
26060
26061 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26062 keymap variable in `with-no-warnings' to avoid a warning when the
26063 keymap has been already `defconst'ed.
26064
4b978a67
LL
260652011-03-22 Leo Liu <sdl.web@gmail.com>
26066
26067 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26068 encode all chars in abbrevs; otherwise use emacs-mule or
26069 utf-8-emacs. (Bug#8308)
26070
5fd62452
JB
260712011-03-22 Juanma Barranquero <lekktu@gmail.com>
26072
0b1596c6
JB
26073 * simple.el (backward-delete-char-untabify):
26074 Avoid warning about using `delete-backward-char'.
26075
5fd62452
JB
26076 * image.el (image-type-file-name-regexps): Make it variable.
26077 `imagemagick-register-types' modifies it, and the user may want
26078 to add new extensions for known image types.
26079 (imagemagick-register-types): Throw error if not using ImageMagick.
26080
0b4e93f1
LL
260812011-03-22 Leo Liu <sdl.web@gmail.com>
26082
26083 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26084 located before rcirc-prompt-end-marker.
26085 (rcirc-complete): Error if point is not after rcirc prompt.
26086 Handle the case when table is nil.
9882e214 26087 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 26088
fccee4ab
CY
260892011-03-22 Chong Yidong <cyd@stupidchicken.com>
26090
26091 * custom.el (custom--inhibit-theme-enable): Make it affect only
26092 custom-theme-set-variables and custom-theme-set-faces.
26093 (provide-theme): Ignore custom--inhibit-theme-enable.
26094 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26095 (custom-enabling-themes): Delete variable.
d86d2721
SM
26096 (enable-theme): Accept only loaded themes as arguments.
26097 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
26098 (custom-enabled-themes): Forbid themes from setting this.
26099 Eliminate use of custom-enabling-themes.
26100 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 26101
af896da6
LL
261022011-03-21 Leo Liu <sdl.web@gmail.com>
26103
26104 * ido.el (ido-read-internal): Add ido-selected to history instead
26105 of user input.
26106
78f64af0
SM
261072011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26108
26109 * subr.el (deferred-action-list, deferred-action-function):
26110 Mark obsolete.
26111
b16ac1ec
LL
261122011-03-21 Leo Liu <sdl.web@gmail.com>
26113
810f7698
LL
26114 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26115 change on 2011-02-13 (bug#8309).
26116
b16ac1ec
LL
26117 * minibuffer.el (read-file-name-function): Change default value.
26118 (read-file-name--defaults): Rename from read-file-name-defaults.
26119 (read-file-name-default): Rename from read-file-name.
26120 (read-file-name): Call read-file-name-function.
26121
4e05e67e
GM
261222011-03-21 Glenn Morris <rgm@gnu.org>
26123
26124 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26125 Doc fixes.
26126
4359915b
CY
261272011-03-21 Chong Yidong <cyd@stupidchicken.com>
26128
26129 * cus-theme.el: Add missing provide statement.
26130 (customize-create-theme): Extract theme value correctly.
26131 (custom-theme-visit-theme): Autoload.
26132 (customize-create-theme): Prompt before inserting default faces.
26133
1fe275ee
JB
261342011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
26135
26136 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26137 units and musical notes.
26138
cd394be1 261392011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
26140
26141 * ido.el (ido-read-internal): Use completing-read-default.
26142 (ido-completing-read): Fix compatibility with completing-read.
26143
7d476bde
CO
261442011-03-20 Christian Ohler <ohler@gnu.org>
26145
26146 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26147 (ert-delete-all-tests): Use `called-interactively-p' rather than
26148 `interactive-p'.
26149 (ert--make-xrefs-region): Respect END.
26150
fe0fb33e
CY
261512011-03-19 Chong Yidong <cyd@stupidchicken.com>
26152
ff854b0b
CY
26153 * dired-aux.el (dired-create-directory): Signal an error if the
26154 directory already exists (Bug#8246).
26155
fe0fb33e
CY
26156 * facemenu.el (list-colors-display): Call list-faces-display
26157 inside with-help-window.
26158 (list-colors-print): Use display property to align the final
26159 column, instead of checking window-width.
26160
576bce32
EZ
261612011-03-19 Eli Zaretskii <eliz@gnu.org>
26162
4d61f28d 26163 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
26164 windows-nt systems.
26165 (emerge-protect-metachars): Quote correctly for ms-dos and
26166 windows-nt systems.
26167
89c41d68 261682011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
26169
26170 * info.el (info-initialize): Replace all uses of `:' with
26171 path-separator for compatibility with non-Unix systems.
26172 Cache quoting of path-separator. (Bug#8258)
26173
b14e3e21 261742011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
26175
26176 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26177 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26178 (mouse-avoidance-mode): Fix typos in docstrings.
26179
4525ce3e
CY
261802011-03-19 Chong Yidong <cyd@stupidchicken.com>
26181
26182 * startup.el (package-subdirectory-regexp): Move from package.el.
26183 Omit \\` and \\', and let callers add them.
26184
26185 * emacs-lisp/package.el (package-strip-version)
26186 (package-load-all-descriptors): Add \\` and \\' to
26187 package-subdirectory-regexp before using it.
26188 (package-untar-buffer): New arg DIR; ensure that file untars only
26189 into this expected directory. Remove superfluous delete-region.
26190 (package-unpack): Caller changed.
26191 (package-tar-file-info): Use package-subdirectory-regexp.
26192
a904a09a 261932011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 26194
a904a09a
SM
26195 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26196 diff-mode-shared-map (bug#8284).
26197 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
26198
261992011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
26200
26201 * calendar/time-date.el (format-seconds): Use assoc instead of
26202 assoc-string, since assoc-string doesn't exist in XEmacs.
26203
171fc304
JB
262042011-03-17 Juanma Barranquero <lekktu@gmail.com>
26205
26206 * custom.el (custom-known-themes): Reflow docstring.
26207 (custom-theme-load-path): Fix typo in docstring.
26208 (load-theme): Fix typo in error message.
26209 (custom-available-themes, custom-variable-theme-value):
26210 Use `let', not `let*'.
26211
d71990a1
JB
262122011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
26213
26214 * calc/README: Mention inclusion of musical notes.
26215
26216 * calc/calc-units.el (calc-lu-quant): Rename from
26217 `calc-logunits-quantity'.
26218 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26219 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26220 (calc-db): Rename from `calc-dblevel'.
26221 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26222 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26223 (calc-np): Rename from `calc-nplevel'.
26224 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26225 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26226 (calc-lu-plus): Rename from `calc-logunits-add'.
26227 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26228 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26229 (calc-lu-minus): Rename from `calc-logunits-sub'.
26230 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26231 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26232 (calc-lu-times): Rename from `calc-logunits-mul'.
26233 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26234 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26235 (calc-lu-divide): Rename from `calc-logunits-div'.
26236 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26237 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26238
26239 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26240 functions being autoloaded.
26241
26242 * calc/calc.el (calc-lu-power-reference): Rename from
26243 `calc-logunits-power-reference'.
26244 (calc-lu-field-reference): Rename from
26245 `calc-logunits-field-reference'.
26246
7a71b18d
GM
26247 * calc/calc-help.el (calc-l-prefix-help):
26248 Mention musical note functions.
d71990a1 26249
40c2934b
SM
262502011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26251
26252 * minibuffer.el (completion-all-sorted-completions):
26253 Use :completion-cycle-penalty text property if present.
26254
b0911414
KM
262552011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26256
26257 * allout.el (allout-yank-processing): Adjust for new rebulleting
26258 regime so bullet being yanked is used without prompting the user
26259 for a choice.
26260
8a05b668
JB
262612011-03-16 Juanma Barranquero <lekktu@gmail.com>
26262
26263 * startup.el (command-line): Warn the user that _emacs is deprecated.
26264
5ba5fb81
JB
262652011-03-16 Juanma Barranquero <lekktu@gmail.com>
26266
26267 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26268 (delphi-verbose, delphi-comment-face, delphi-string-face)
26269 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26270 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26271 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26272 (delphi-new-comment-line, delphi-font-lock-defaults)
26273 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26274 Fix typos in docstrings.
26275
2dab465b
KM
262762011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26277
5ba5fb81 26278 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
26279 Invert the roles of character and string values for INSTEAD, so a
26280 string is used for the more common case of a defaulting prompt.
26281
0adf5618
SM
262822011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26283
26284 * progmodes/ruby-mode.el (ruby-backward-sexp):
26285 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26286 * play/gamegrid.el (gamegrid-make-face):
26287 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26288 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26289 * notifications.el (notifications-notify):
26290 * net/xesam.el (xesam-search-engines):
26291 * net/quickurl.el (quickurl-list-insert):
26292 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26293
d72700e5
CY
262942011-03-15 Chong Yidong <cyd@stupidchicken.com>
26295
26296 * startup.el (command-line): Update package subdirectory regexp.
26297
49c5410a
SM
262982011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26299
c6eee9aa
SM
26300 * allout.el (allout-abbreviate-flattened-numbering)
26301 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26302
49c5410a
SM
26303 * subr.el (read-char-choice): Only show the cursor after the prompt,
26304 not after the answer.
26305
047b2bb9
KR
263062011-03-15 Kevin Ryde <user42@zip.com.au>
26307
26308 * help-fns.el (variable-at-point): Skip leading quotes, if any
26309 (bug#8253).
26310
0a57d256
SM
263112011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26312
26313 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26314 warning message.
26315
77c992bc
MA
263162011-03-14 Michael Albinus <michael.albinus@gmx.de>
26317
26318 * shell.el (shell): When called interactively, offer to change the
26319 shell file name on remote hosts.
26320
eebc475d
TZ
263212011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26322
26323 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26324 integration for LDAP parameters. The host, base, user or binddn,
26325 and secret tokens can be specified in a netrc file, for instance.
26326 This is optional because an `auth-source' parameter must be
26327 specified in the search attributes.
26328
9d05d1ba
JB
263292011-03-13 Juanma Barranquero <lekktu@gmail.com>
26330
26331 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26332
09d9db2c
GM
263332011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26334
26335 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26336 into declaration. Remove redundant and harmful binding.
26337
263382011-03-12 Eli Zaretskii <eliz@gnu.org>
26339
26340 * files.el (file-ownership-preserved-p): Pass `integer' as an
26341 explicit 2nd argument to `file-attributes'. If the file's owner
26342 is the Administrators group on Windows, and the current user is
26343 Administrator, consider that a match.
26344
26345 * server.el (server-ensure-safe-dir): Consider server directory
26346 safe on MS-Windows if its owner is the Administrators group while
26347 the current Emacs user is Administrator. Use `=' to compare
26348 numerical UIDs, since they could be integers or floats.
26349
219bd536
JB
263502011-03-12 Juanma Barranquero <lekktu@gmail.com>
26351
26352 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26353
f3afd36b
MA
263542011-03-12 Michael Albinus <michael.albinus@gmx.de>
26355
26356 Sync with Tramp 2.2.1.
26357
26358 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26359
26360 * net/trampver.el: Update release number.
26361
3aaaa6f1
SM
263622011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26363
94642599
SM
26364 * progmodes/compile.el (compilation--previous-directory): Fix up
26365 various nil/dead-marker mismatches (bug#8014).
26366 (compilation-directory-properties, compilation-error-properties):
26367 Don't call it at a position past the one we're about to change.
26368
3aaaa6f1
SM
26369 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26370 Disable obsolescence warnings in the file that declares it.
26371
14239447
KM
263722011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26373
099c39a4
JB
26374 * allout-widgets.el (allout-widgets-tally):
26375 Initialize allout-widgets-tally as a hash table rather than nil to
26376 prevent mode-line redisplay warnings. Also, clarify the module
26377 description and fix a comment typo.
14239447 26378
135e287c
JB
263792011-03-11 Juanma Barranquero <lekktu@gmail.com>
26380
26381 * help-fns.el (describe-variable): Don't complete keywords.
26382 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26383
ffbf300e
CY
263842011-03-10 Chong Yidong <cyd@stupidchicken.com>
26385
ba08b241
CY
26386 * emacs-lisp/package.el (package-version-join): Impose a standard
26387 string representation for pre/alpha/beta version lists.
26388 (package-unpack-single): Standardize the directory name by passing
26389 it through package-version-join.
26390 (package-strip-rcs-id): Accept any version string that does not
26391 signal an error in version-to-list.
ffbf300e 26392
f346fd6b
MA
263932011-03-10 Michael Albinus <michael.albinus@gmx.de>
26394
26395 * simple.el (delete-trailing-whitespace): Return nil for the
26396 benefit of `write-file-functions'.
26397
ccb55d27
GM
263982011-03-10 Glenn Morris <rgm@gnu.org>
26399
5ceaac0c
GM
26400 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26401
02da65ff
GM
26402 * vc/vc-git.el (vc-git-program): New option.
26403 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26404 (vc-git--call): Use it.
26405
b2f603cc
GM
26406 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26407
5772caab
GM
26408 * cus-edit.el (Custom-newline): If no button at point, look
26409 for a subgroup button at start-of-line. (Bug#2298)
26410
ccb55d27
GM
26411 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26412
ec6ecaed
JD
264132011-03-10 Julien Danjou <julien@danjou.info>
26414
26415 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26416 `cursor-type' is nil.
26417
9d5aa01d
JB
264182011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26419
26420 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26421
b6a5875b
KM
264222011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26423
7a71b18d 26424 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
26425 preserves the existing header prefix, rebulleting it if necessary,
26426 rather than replacing it. This is necessary for proper operation
26427 of cooperative addons like allout-widgets.
1154d12e
JB
26428 (allout-make-topic-prefix, allout-rebullet-heading):
26429 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26430 value as alternate bullet to be used, instead of prompting the user
26431 for a bullet character.
b6a5875b 26432
ee545c35
MA
264332011-03-09 Michael Albinus <michael.albinus@gmx.de>
26434
d86d2721
SM
26435 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26436 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
26437 `tramp-default-port'.
26438
c47971d7
DD
264392011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26440
26441 * net/rcirc.el (rcirc-handler-001): Remove useless
26442 with-rcirc-process-buffer.
26443 (rcirc-check-auth-status): Swap arguments to string-match.
26444
13522cb4
GM
264452011-03-09 Glenn Morris <rgm@gnu.org>
26446
0be6f4f1
GM
26447 * shell.el (shell-mode):
26448 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26449
13522cb4
GM
26450 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26451 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26452
515de2e3
CY
264532011-03-08 Chong Yidong <cyd@stupidchicken.com>
26454
26455 * emacs-lisp/package.el (package-refresh-contents)
26456 (package-menu-execute): Use condition-case-no-debug.
26457
b511b994
MA
264582011-03-08 Michael Albinus <michael.albinus@gmx.de>
26459
26460 * simple.el (shell-command-to-string): Use `process-file'.
26461
26462 * emacs-lisp/package.el (package-tar-file-info): Handle also
26463 remote files.
26464
d86d2721
SM
26465 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26466 Use `equal' for upload base check.
b511b994 26467
25bbfb31
AM
264682011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26469
26470 * textmodes/texinfo.el (texinfo-environments):
26471 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26472
be996521
GM
264732011-03-08 Glenn Morris <rgm@gnu.org>
26474
e9c8529f
GM
26475 * cus-start.el (cursor-in-non-selected-windows):
26476 Fix :set quoting oddness. (Bug#8192)
26477
be996521
GM
26478 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26479 in some setf expressions. (Bug#2159)
26480
2bb5649e
CY
264812011-03-08 Chong Yidong <cyd@stupidchicken.com>
26482
26483 * custom.el (custom-available-themes): Return themes in
26484 alphabetical order.
26485
33383987 26486See ChangeLog.15 for earlier changes.
e3d51b27
MR
26487
26488;; Local Variables:
26489;; coding: utf-8
e3d51b27
MR
26490;; End:
26491
ab422c4d 26492 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
26493
26494 This file is part of GNU Emacs.
26495
26496 GNU Emacs is free software: you can redistribute it and/or modify
26497 it under the terms of the GNU General Public License as published by
26498 the Free Software Foundation, either version 3 of the License, or
26499 (at your option) any later version.
26500
26501 GNU Emacs is distributed in the hope that it will be useful,
26502 but WITHOUT ANY WARRANTY; without even the implied warranty of
26503 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26504 GNU General Public License for more details.
26505
26506 You should have received a copy of the GNU General Public License
26507 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.