* progmodes/octave.el (octave-syntax-propertize-function): Include
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-02 Leo Liu <sdl.web@gmail.com>
2
3 * progmodes/octave.el (octave-syntax-propertize-function): Include
4 the case when ' is at line beginning. (Bug#14336)
5
6 2013-05-02 Glenn Morris <rgm@gnu.org>
7
8 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9 * desktop.el (vc-dir-mode): Just autoload it here.
10
11 2013-05-02 Alan Mackenzie <acm@muc.de>
12
13 Eliminate variable c-standard-font-lock-fontify-region-function.
14 * progmodes/cc-mode.el
15 (c-standard-font-lock-fontify-region-function): Remove.
16 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
17
18 2013-05-01 Leo Liu <sdl.web@gmail.com>
19
20 * progmodes/octave.el: Compatible with older emacs-24 releases.
21 (inferior-octave-has-built-in-variables): Remove. Buil-in
22 variables were removed from Octave in 2007.
23 (inferior-octave-startup): Fix uses.
24 (comint-line-beginning-position): Remove compatibility code for
25 emacs 21.
26
27 2013-05-01 Juri Linkov <juri@jurta.org>
28
29 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
30
31 2013-05-01 Juri Linkov <juri@jurta.org>
32
33 * comint.el (comint-previous-matching-input): Don't print message
34 "History item: %d" when `isearch-mode' is active.
35 (comint-history-isearch-message): Print message "History item: %d"
36 when `comint-input-ring-index' is not empty and this function is
37 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
38
39 2013-05-01 Leo Liu <sdl.web@gmail.com>
40
41 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
42 definitions. Use completion-at-point to insert keywords.
43 (octave-abbrev-start): Remove.
44 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
45
46 2013-04-30 Leo Liu <sdl.web@gmail.com>
47
48 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
49 change.
50
51 2013-04-30 Alan Mackenzie <acm@muc.de>
52
53 Handle arbitrarily long C++ member initialisation lists.
54 * progmodes/cc-engine.el (c-back-over-member-initializers): new
55 function.
56 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
57 (most) member init lists.
58
59 2013-04-30 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
60
61 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
62 variable.
63
64 2013-04-30 Leo Liu <sdl.web@gmail.com>
65
66 * progmodes/octave.el (octave-variables): Remove. No builtin
67 variables any more. All converted to functions.
68 (octave-font-lock-keywords, octave-completion-at-point-function):
69 Fix uses.
70 (octave-font-lock-texinfo-comment): New user variable.
71 (octave-texinfo-font-lock-keywords): New variable for texinfo
72 comment block.
73 (octave-function-comment-block): New face.
74 (octave-font-lock-texinfo-comment): New function.
75 (octave-mode): Font lock texinfo comment block.
76
77 2013-04-29 Leo Liu <sdl.web@gmail.com>
78
79 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
80 indexing expression.
81 (octave-continuation-string): Do not use \.
82 (inferior-octave-complete-impossible): Remove.
83 (inferior-octave-completion-table)
84 (inferior-octave-completion-at-point): Remove its uses.
85 (inferior-octave-startup): completion_matches was introduced to
86 Octave in 1996 so safe to assume it.
87 (octave-function-file-comment): Improve to follow how Octave does it.
88 (octave-update-function-file-comment): Tweak.
89
90 2013-04-29 Leo Liu <sdl.web@gmail.com>
91
92 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
93 (inferior-octave-startup): Remove inferior-octave-startup-hook.
94 (octave-function-file-comment): Fix typo.
95 (octave-sync-function-file-names): Use read-char-choice.
96
97 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
98
99 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
100 to t for the less important warnings.
101
102 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
103
104 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
105
106 2013-04-27 Glenn Morris <rgm@gnu.org>
107
108 * vc/log-view.el (log-view-current-entry):
109 Treat "---" separator lines as part of the following rev. (Bug#14169)
110
111 2013-04-27 Juri Linkov <juri@jurta.org>
112
113 * subr.el (read-number): Doc fix about using it by interactive
114 code letter `n'. (Bug#14254)
115
116 2013-04-27 Juri Linkov <juri@jurta.org>
117
118 * desktop.el (desktop-auto-save-timeout): New option.
119 (desktop-file-checksum): New variable.
120 (desktop-save): Add optional arg `auto-save' and don't auto-save
121 if nothing changed.
122 (desktop-auto-save-timer): New variable.
123 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
124 (after-init-hook): Call `desktop-auto-save-set-timer'.
125 Suggested by Reuben Thomas <rrt@sc3d.org> in
126 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
127
128 2013-04-27 Leo Liu <sdl.web@gmail.com>
129
130 * progmodes/octave.el (octave-function-file-p)
131 (octave-skip-comment-forward, octave-function-file-comment)
132 (octave-update-function-file-comment): New functions.
133 (octave-mode-map): Bind C-c ; to
134 octave-update-function-file-comment.
135 (octave-mode-menu): Add octave-update-function-file-comment.
136 (octave-mode, inferior-octave-mode): Fix doc-string.
137 (octave-insert-defun): Conform to Octave's coding convention.
138 (Bug#14285)
139
140 * files.el (basic-save-buffer): Don't let errors in
141 before-save-hook prevent saving buffer.
142
143 2013-04-20 Roland Winkler <winkler@gnu.org>
144
145 * faces.el (read-face-name): Use completing-read if arg multiple
146 is nil.
147
148 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
149
150 * ls-lisp.el (ls-lisp-insert-directory): If no files are
151 displayed, move point to after the totals line. See
152 http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
153 for the details.
154
155 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
156
157 * emacs-lisp/package.el (package-autoload-ensure-default-file):
158 Add current dir to the load-path.
159 (package-generate-autoloads): Don't rely on
160 autoload-ensure-default-file.
161
162 2013-04-26 Reuben Thomas <rrt@sc3d.org>
163
164 * textmodes/remember.el (remember-store-in-files): Document that
165 the file name format is passed to `format-time-string'.
166
167 2013-04-26 Leo Liu <sdl.web@gmail.com>
168
169 * progmodes/octave.el (octave-sync-function-file-names): New function.
170 (octave-mode): Use it in before-save-hook.
171
172 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
175 (bug#14274).
176
177 * progmodes/octave.el (octave-smie-forward-token): Properly skip
178 \n and comment, even if it's not an implicit ; (bug#14218).
179
180 2013-04-26 Glenn Morris <rgm@gnu.org>
181
182 * subr.el (read-number): Once more use `read' rather than
183 `string-to-number', to trap non-numeric input. (Bug#14254)
184
185 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
186
187 * emacs-lisp/syntax.el (syntax-propertize-multiline):
188 Use `syntax-multiline' text property consistently instead of
189 `font-lock-multiline'. (bug#14237).
190
191 2013-04-26 Glenn Morris <rgm@gnu.org>
192
193 * emacs-lisp/shadow.el (list-load-path-shadows):
194 No longer necessary to check for duplicate simple.el, since
195 2012-07-07 change to init_lread to not include installation lisp
196 directories in load-path when running uninstalled. (Bug#14270)
197
198 2013-04-26 Leo Liu <sdl.web@gmail.com>
199
200 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
201 (octave-mode, inferior-octave-mode): Use setq-local.
202 (octave-not-in-string-or-comment-p): Rename to
203 octave-in-string-or-comment-p.
204 (octave-in-comment-p, octave-in-string-p)
205 (octave-in-string-or-comment-p): Replace defsubst with defun.
206
207 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
208
209 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
210
211 2013-04-25 Bastien Guerry <bzg@gnu.org>
212
213 * textmodes/remember.el (remember-data-directory)
214 (remember-directory-file-name-format): Fix custom types.
215
216 2013-04-25 Leo Liu <sdl.web@gmail.com>
217
218 * progmodes/octave.el (octave-completion-at-point-function):
219 Make use of inferior octave process.
220 (octave-initialize-completions): Remove.
221 (inferior-octave-completion-table): New function.
222 (inferior-octave-completion-at-point): Use it.
223 (octave-completion-alist): Remove.
224
225 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * progmodes/opascal.el: Use font-lock and syntax-propertize.
228 (opascal-mode-syntax-table): New var.
229 (opascal-literal-kind, opascal-is-literal-end)
230 (opascal-literal-token-at): Rewrite.
231 (opascal--literal-start-re, opascal-font-lock-keywords)
232 (opascal--syntax-propertize): New constants.
233 (opascal-font-lock-defaults): Adjust.
234 (opascal-mode): Use them. Set comment-<foo> variables as well.
235 (delphi-comment-face, opascal-comment-face, delphi-string-face)
236 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
237 (delphi-other-face, opascal-other-face): Remove face variables.
238 (opascal-save-state): Remove macro.
239 (opascal-fontifying-progress-step): Remove constant.
240 (opascal--ignore-changes): Remove var.
241 (opascal-set-token-property, opascal-parse-next-literal)
242 (opascal-is-stable-literal, opascal-complete-literal)
243 (opascal-is-literal-start, opascal-face-of)
244 (opascal-parse-region, opascal-parse-region-until-stable)
245 (opascal-fontify-region, opascal-after-change)
246 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
247 (opascal-debug-parse-region, opascal-debug-parse-window)
248 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
249 (opascal-debug-fontify-buffer): Remove.
250 (opascal-debug-mode-map): Adjust accordingly.
251
252 2013-04-25 Leo Liu <sdl.web@gmail.com>
253
254 Merge octave-mod.el and octave-inf.el into octave.el with some
255 cleanups.
256 * progmodes/octave.el: New file renamed from octave-mod.el.
257 * progmodes/octave-inf.el: Merged into octave.el.
258 * progmodes/octave-mod.el: Renamed to octave.el.
259
260 2013-04-25 Tassilo Horn <tsdh@gnu.org>
261
262 * textmodes/reftex-vars.el
263 (reftex-label-ignored-macros-and-environments): New defcustom.
264
265 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
266
267 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
270 (smie-indent-keyword): Improve the check to ensure that the next
271 comment is really on the same line.
272 (smie-indent-comment): Don't align with a subsequent closer (or eob).
273
274 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
275 semi-colons if the line is not otherwise empty (bug#14218).
276
277 2013-04-25 Glenn Morris <rgm@gnu.org>
278
279 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
280
281 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * progmodes/opascal.el (opascal-set-token-property): Rename from
284 opascal-set-text-properties and only set `token' (bug#14134).
285 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
286 (opascal-literal-text-properties): Remove.
287 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
288 Adjust callers.
289
290 2013-04-24 Reuben Thomas <rrt@sc3d.org>
291
292 * textmodes/remember.el (remember-handler-functions): Add an
293 option for a new handler `remember-store-in-files'.
294 (remember-data-directory, remember-directory-file-name-format):
295 New options.
296 (remember-store-in-files): New function to store remember notes
297 as separate files within a directory.
298
299 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
300
301 * progmodes/compile.el (compilation-next-error-function):
302 Pass "formats" to compilation-find-file (bug#11777).
303
304 2013-04-24 Glenn Morris <rgm@gnu.org>
305
306 * vc/vc-bzr.el (vc-bzr-print-log):
307 * vc/vc-hg.el (vc-hg-print-log):
308 * vc/vc-svn.el (vc-svn-print-log):
309 Fix START-REVISION with LIMIT != 1. (Bug#14168)
310
311 * vc/vc-bzr.el (vc-bzr-print-log):
312 * vc/vc-cvs.el (vc-cvs-print-log):
313 * vc/vc-git.el (vc-git-print-log):
314 * vc/vc-hg.el (vc-hg-print-log):
315 * vc/vc-mtn.el (vc-mtn-print-log):
316 * vc/vc-rcs.el (vc-rcs-print-log):
317 * vc/vc-sccs.el (vc-sccs-print-log):
318 * vc/vc-svn.el (vc-svn-print-log):
319 * vc/vc.el (vc-print-log-internal): Doc fixes.
320
321 2013-04-23 Glenn Morris <rgm@gnu.org>
322
323 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
324 Remove venerable code attempting to avoid substitute-command-keys.
325
326 2013-04-23 Tassilo Horn <tsdh@gnu.org>
327
328 * textmodes/reftex-vars.el (reftex-label-regexps):
329 Call `reftex-compile-variables' after changes to this variable.
330
331 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
334 Use lexical-binding.
335 (jit-lock-force-redisplay): Use markers, check buffer's continued
336 existence and beware narrowed buffers.
337 (jit-lock-fontify-now): Adjust call accordingly.
338
339 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
342 to avoid misleading the user.
343
344 2013-04-22 Leo Liu <sdl.web@gmail.com>
345
346 * info-look.el: Prefer latex2e.info. (Bug#14240)
347
348 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
349
350 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
351
352 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
353 * net/tramp.el (tramp-call-process): ... here
354 (tramp-set-completion-function, tramp-parse-putty):
355 * net/tramp-adb.el (tramp-adb-execute-adb-command):
356 * net/tramp-gvfs.el (tramp-gvfs-send-command):
357 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
358 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
359 (tramp-call-local-coding-command): Use `tramp-call-process'
360 instead of `tramp-compat-call-process'.
361
362 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
363 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
364 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
365 (tramp-find-inline-compress):Improve traces.
366 (tramp-maybe-send-script): Check for Perl binary.
367 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
368
369 2013-04-22 Daiki Ueno <ueno@gnu.org>
370
371 * epg.el (epg-context-pinentry-mode): New function.
372 (epg-context-set-pinentry-mode): New function.
373 (epg--start): Pass --pinentry-mode option to gpg command.
374
375 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
376
377 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
378 `comint-dynamic-complete' is obsolete since 24.1, replaced by
379 `completion-at-point'. (Bug#13774)
380
381 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
382 default key binding for `describe-distribution' has been moved to
383 `C-h C-o'. (Bug#13970)
384
385 2013-04-21 Glenn Morris <rgm@gnu.org>
386
387 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
388 Add doc strings.
389 (vc-print-log): Clarify interactive prompt.
390
391 2013-04-20 Glenn Morris <rgm@gnu.org>
392
393 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
394 No longer include timestamp etc information.
395
396 2013-04-20 Roland Winkler <winkler@gnu.org>
397
398 * faces.el (read-face-name): Bug fix, return just one face if arg
399 multiple is nil. (Bug#14209)
400
401 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
404 (remove-function): Autoload.
405
406 * comint.el (comint-redirect-original-filter-function): Remove.
407 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
408 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
409 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
410 * progmodes/prolog.el (prolog-consult-compile):
411 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
412 Use add/remove-function instead.
413 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
414 (gud-tooltip-process-output, gud-tooltip-tips):
415 Use add/remove-function instead.
416 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
417 (scheme-interaction-mode, exit-scheme-interaction-mode):
418 Use add/remove-function instead.
419
420 * vc/vc-dispatcher.el: Use lexical-binding.
421 (vc--process-sentinel): Rename from vc-process-sentinel.
422 Change last arg to be the code to run. Don't use vc-previous-sentinel
423 and vc-sentinel-commands any more.
424 (vc-exec-after): Allow code to be a function. Use add/remove-function.
425 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
426
427 2013-04-19 Masatake YAMATO <yamato@redhat.com>
428
429 * progmodes/sh-script.el (sh-imenu-generic-expression):
430 Handle function names with a single character. (Bug#14111)
431
432 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
433
434 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
435 for subroutines defined in an eval (bug#14182).
436
437 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
438
439 * bookmark.el (bookmark-completing-read): Improve handling of empty
440 string (bug#14176).
441
442 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
445
446 2013-04-19 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
447
448 New faster Imenu implementation (bug#14058).
449 * progmodes/python.el:
450 (python-imenu-prev-index-position):
451 (python-imenu-format-item-label-function)
452 (python-imenu-format-parent-item-label-function)
453 (python-imenu-format-parent-item-jump-label-function):
454 New vars.
455 (python-imenu-format-item-label)
456 (python-imenu-format-parent-item-label)
457 (python-imenu-format-parent-item-jump-label)
458 (python-imenu--put-parent, python-imenu--build-tree)
459 (python-imenu-create-index, python-imenu-create-flat-index)
460 (python-util-popn): New functions.
461 (python-mode): Set imenu-create-index-function to
462 python-imenu-create-index.
463
464 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
465
466 * winner.el (winner-active-region): Use region-active-p, activate-mark
467 and deactivate-mark (bug#14225).
468
469 * simple.el (deactivate-mark): Don't inline it.
470
471 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
472
473 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
474
475 2013-04-18 Tassilo Horn <tsdh@gnu.org>
476
477 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
478 file extensions from the archive-mode entry in order to prefer
479 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
480
481 2013-04-18 Leo Liu <sdl.web@gmail.com>
482
483 * bindings.el (help-event-list): Add ?\?.
484
485 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * subr.el (with-wrapper-hook): Declare obsolete.
488 * simple.el (filter-buffer-substring-function): New hook.
489 (filter-buffer-substring): Use it.
490 (filter-buffer-substring-functions): Mark obsolete.
491 * minibuffer.el (completion-in-region-function): New hook.
492 (completion-in-region): Use it.
493 (completion-in-region-functions): Mark obsolete.
494 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
495 * abbrev.el (abbrev-expand-function): New hook.
496 (expand-abbrev): Use it.
497 (abbrev-expand-functions): Mark obsolete.
498 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
499 and :filter-return.
500
501 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
502
503 * progmodes/python.el (python-nav--syntactically): Fix cornercases
504 and do not care about match data.
505
506 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
509 completion tables when completing error conditions and
510 `declare' arguments.
511 (lisp-complete-symbol, field-complete): Mark as obsolete.
512 (check-parens): Unmatched parens are user errors.
513 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
514
515 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
516
517 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
518 command changed buffer (ie. `flyspell-pre-buffer' is not current
519 buffer), which prevents making decisions based on invalid value of
520 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
521 cause an error when `flyspell-pre-point' was nil after switching
522 buffers.
523 (flyspell-post-command-hook): No longer needs to change buffers when
524 checking pre-word. While at it remove unnecessary progn.
525
526 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
527
528 * textmodes/ispell.el (ispell-add-per-file-word-list):
529 Fix `flyspell-correct-word-before-point' error when accepting
530 words and `coment-padding' is an integer by using
531 `comment-normalize-vars' (Bug #14214).
532
533 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
534
535 New defun movement commands.
536 * progmodes/python.el (python-nav--syntactically)
537 (python-nav--forward-defun, python-nav-backward-defun)
538 (python-nav-forward-defun): New functions.
539
540 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
541
542 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
543 (python-syntax-context): Use named compiler-macro for backwards
544 compatibility with Emacs 24.x.
545
546 2013-04-17 Leo Liu <sdl.web@gmail.com>
547
548 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
549 octave-hide-process-buffer.
550
551 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
554 (bug#14216).
555
556 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
557
558 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
559 Fix adjustment of offset when receiving incomplete responses from GDB
560 (bug#14129).
561
562 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
565 python-mode-abbrev-table.
566 (python-skeleton-define): Adjust accordingly.
567 (python-mode-abbrev-table): New table that inherits from it so that
568 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
569
570 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
571 (abbrev-symbol): Use it.
572 (abbrev--before-point): Use it since we already handle inheritance.
573
574 2013-04-16 Leo Liu <sdl.web@gmail.com>
575
576 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
577 binding to info-lookup-symbol.
578
579 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
580
581 * minibuffer.el (completion--twq-all):
582 * term/ns-win.el (ns-initialize-window-system):
583 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
584
585 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
588 global bindings.
589
590 * doc-view.el (doc-view-start-process): Handle url-handler directories.
591
592 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
593
594 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
595 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
596 to nil.
597 (ruby-end-of-defun): Remove the unused arg, change the docstring
598 to reflect that this function is only used as the value of
599 `end-of-defun-function'.
600 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
601 to reflect an earlier change that beginning/end-of-defun functions
602 jump between methods in a class definition, as well as top-level
603 functions.
604
605 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * minibuffer.el (minibuffer-complete): Don't just scroll
608 a *Completions* that's been iconified.
609 (minibuffer-force-complete): Make sure repetitions do cycle when going
610 through completion-in-region -> minibuffer-complete.
611
612 2013-04-15 Alan Mackenzie <acm@muc.de>
613
614 Correct the placement of c-cpp-delimiters when there're #s not at
615 col 0.
616
617 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
618 place a submatch around the #.
619 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
620 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
621 on the #, not BOL.
622
623 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * emacs-lisp/nadvice.el: Properly test names when adding advice.
626 (advice--member-p): New arg `name'.
627 (advice--add-function, advice-member-p): Use it (bug#14202).
628
629 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
630
631 Reformulate java imenu-generic-expression.
632 The old expression contained ill formed regexps.
633
634 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
635 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
636 (cc-imenu-java-method-arg-regexp): New defconsts.
637 (cc-imenu-java-build-type-args-regex): New defun.
638 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
639 handling of spaces in the regexp.
640
641 2013-03-15 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
642
643 * textmodes/ispell.el (ispell-command-loop): Remove
644 flyspell highlight of a word when ispell accepts it (bug #14178).
645
646 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
647
648 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
649 uses code from the previous `ange-ftp-run-real-handler'.
650 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
651 only in case that function exist. This is needed for proper
652 unloading of Tramp.
653
654 2013-04-15 Tassilo Horn <tsdh@gnu.org>
655
656 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
657
658 * textmodes/reftex.el (reftex-compile-variables): Use it.
659
660 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * files.el (normal-mode): Only use default major-mode if no other mode
663 was specified.
664
665 * emacs-lisp/trace.el (trace-values): New function.
666
667 * files.el: Allow : in local variables (bug#14089).
668 (hack-local-variable-regexp): New var.
669 (hack-local-variables-prop-line, hack-local-variables): Use it.
670
671 2013-04-13 Roland Winkler <winkler@gnu.org>
672
673 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
674 data before it gets modified by bibtex-beginning-of-entry.
675
676 2013-04-13 Roland Winkler <winkler@gnu.org>
677
678 * textmodes/bibtex.el (bibtex-url): Doc fix.
679
680 2013-04-13 Roland Winkler <winkler@gnu.org>
681
682 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
683 does not visit a BibTeX file, exclude it from the list of buffers
684 returned by bibtex-initialize.
685
686 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
687
688 * window.el (split-window): Remove interactive form, since as a
689 command this function is a special case of split-window-below.
690 Correct doc string.
691
692 2013-04-12 Roland Winkler <winkler@gnu.org>
693
694 * faces.el (read-face-name): Do not override value of arg default.
695 Allow single faces and strings as default values. Remove those
696 elements from return value that are not faces.
697 (describe-face): Simplify.
698 (face-at-point): New optional args thing and multiple so that this
699 function can provide the same functionality previously provided by
700 read-face-name.
701 (make-face-bold, make-face-unbold, make-face-italic)
702 (make-face-unitalic, make-face-bold-italic, invert-face)
703 (modify-face, read-face-and-attribute): Use face-at-point.
704
705 * cus-edit.el (customize-face, customize-face-other-window)
706 * cus-theme.el (custom-theme-add-face)
707 * face-remap.el (buffer-face-set)
708 * facemenu.el (facemenu-set-face): Use face-at-point.
709
710 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
711
712 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
713
714 2013-04-10 Tassilo Horn <tsdh@gnu.org>
715
716 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
717 off leading { and trailing } from field values.
718
719 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * emacs-lisp/timer.el (timer--check): New function.
722 (timer--time, timer-set-function, timer-event-handler): Use it.
723 (timer-set-idle-time): Simplify.
724 (timer--activate): CSE.
725 (timer-event-handler): Give more info in error message.
726 (internal-timer-start-idle): New function, moved from C.
727
728 * mpc.el (mpc-proc): Add `restart' argument.
729 (mpc-proc-cmd): Use it.
730 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
731 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
732 less often.
733
734 2013-04-10 Masatake YAMATO <yamato@redhat.com>
735
736 * progmodes/sh-script.el: Implement `sh-mode' own
737 `add-log-current-defun-function' (bug#14112).
738 (sh-current-defun-name): New function.
739 (sh-mode): Use the function.
740
741 2013-04-09 Bastien Guerry <bzg@gnu.org>
742
743 * simple.el (choose-completion-string): Fix docstring (bug#14163).
744
745 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
748
749 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
750 timer (bug#14156).
751
752 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
753
754 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
755 declaration.
756
757 2013-04-07 Leo Liu <sdl.web@gmail.com>
758
759 * pcmpl-x.el: New file.
760
761 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
762
763 Do not set x-display-name until X connection is established.
764 This is needed to prevent from weird situation described at
765 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
766 * frame.el (make-frame): Set x-display-name after call to
767 window system initialization function, not before.
768 * term/x-win.el (x-initialize-window-system): Add optional
769 display argument and use it.
770 * term/w32-win.el (w32-initialize-window-system):
771 * term/ns-win.el (ns-initialize-window-system):
772 * term/pc-win.el (msdos-initialize-window-system):
773 Add compatible optional display argument.
774
775 2013-04-06 Eli Zaretskii <eliz@gnu.org>
776
777 * files.el (normal-backup-enable-predicate): On MS-Windows and
778 MS-DOS compare truenames of temporary-file-directory and of the
779 file, so that 8+3 aliases (usually found in $TEMP on Windows)
780 don't fail comparison by compare-strings. Also, compare file
781 names case-insensitively on MS-Windows and MS-DOS.
782
783 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
786 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
787
788 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
789
790 * whitespace.el (whitespace-color-on, whitespace-color-off):
791 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
792
793 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
794
795 * ispell.el (ispell-set-spellchecker-params):
796 Really set `ispell-args' for all equivs.
797
798 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * ido.el (ido-completions): Use extra elements of ido-decorations
801 (bug#14143).
802 (ido-decorations): Update docstring.
803
804 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
805
806 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
807 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
808 nil during initialization, in order not to miss changes since the
809 file was opened. (Bug#14140)
810
811 2013-04-05 Leo Liu <sdl.web@gmail.com>
812
813 * kmacro.el (kmacro-call-macro): Fix bug#14135.
814
815 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
816
817 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
818
819 2013-04-04 Glenn Morris <rgm@gnu.org>
820
821 * electric.el (electric-pair-inhibit-predicate): Add :version.
822
823 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
826 when a package is required several times (bug#14082).
827
828 2013-04-04 Roland Winkler <winkler@gnu.org>
829
830 * faces.el (read-face-name): Behave as promised by the docstring.
831 Assume that arg default is a list of faces.
832 (describe-face): Call read-face-name with list of default faces.
833
834 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
835
836 * bookmark.el: Fix deletion of bookmarks (bug#13972).
837 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
838 (bookmark-bmenu-execute-deletions): Only skip first line if it's
839 the header.
840 (bookmark-exit-hook-internal): Save even if list is empty.
841
842 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
843
844 * emacs-lisp/package.el (package-pinned-packages): New var.
845 (package--add-to-archive-contents): Obey it (bug#14118).
846
847 2013-04-03 Alan Mackenzie <acm@muc.de>
848
849 Handle `parse-partial-sexp' landing inside a comment opener
850 (Bug#13244). Also adapt to the new values of element 7 of a parse
851 state.
852
853 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
854 parameter `not-in-delimiter'. Handle being inside comment opener.
855 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
856 character in case we're typing a '*' after a '/'.
857 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
858 instead by passing the parameter to c-state-pp-to-literal.
859
860 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
861 for elt. 7 of a parse state.
862
863 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
864
865 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
866 * international/latin1-disp.el, international/mule-util.el:
867 * language/cyril-util.el, language/european.el, language/ind-util.el:
868 * language/lao-util.el, language/thai.el, language/tibet-util.el:
869 * language/tibetan.el, language/viet-util.el:
870 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
871
872 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
875 (electric-pair-post-self-insert-function): Use it.
876 (electric-pair-default-inhibit): New function, extracted from
877 electric-pair-post-self-insert-function.
878
879 2013-03-31 Roland Winkler <winkler@gnu.org>
880
881 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
882
883 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
886
887 2013-03-30 FabiĂ¡n Ezequiel Gallina <fabian@anue.biz>
888
889 Un-indent after "pass" and "return" statements (Bug#13888)
890 * progmodes/python.el (python-indent-block-enders): New var.
891 (python-indent-calculate-indentation): Use it.
892
893 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
894
895 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
896 defun. Defining it as defalias could introduce too eager
897 byte-compiler optimization. (Bug#14030)
898
899 2013-03-30 Chong Yidong <cyd@gnu.org>
900
901 * iswitchb.el (iswitchb-read-buffer): Fix typo.
902
903 2013-03-30 Leo Liu <sdl.web@gmail.com>
904
905 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
906 (kmacro-execute-from-register): Pass the keyboard macro to
907 kmacro-call-macro or repeating won't work correctly.
908
909 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
910
911 * progmodes/subword.el: Back to using `forward-symbol'.
912
913 * subr.el (forward-whitespace, forward-symbol)
914 (forward-same-syntax): Move from thingatpt.el.
915
916 2013-03-29 Leo Liu <sdl.web@gmail.com>
917
918 * kmacro.el (kmacro-to-register): New command.
919 (kmacro-execute-from-register): New function.
920 (kmacro-keymap): Bind to 'x'. (Bug#14071)
921
922 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * mpc.el: Use defvar-local and setq-local.
925 (mpc--proc-connect): Connection failures are not bugs.
926 (mpc-mode-map): `follow-link' only applies to the buffer's content.
927 (mpc-volume-map): Bind to the up-events.
928
929 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
930
931 * progmodes/subword.el (superword-mode): Use `forward-sexp'
932 instead of `forward-symbol'.
933
934 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
937 (edebug--recursive-edit): Use it.
938 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
939 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
940
941 2013-03-28 Leo Liu <sdl.web@gmail.com>
942
943 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
944
945 2013-03-27 Eli Zaretskii <eliz@gnu.org>
946
947 * facemenu.el (list-colors-callback): New defvar.
948 (list-colors-redisplay): New function.
949 (list-colors-display): Install list-colors-redisplay as the
950 revert-buffer-function. (Bug#14063)
951
952 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
953
954 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
955 and suffixes don't overlap (bug#14061).
956
957 * case-table.el: Use lexical-binding.
958 (case-table-get-table): New function.
959 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
960
961 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
962
963 * progmodes/subword.el: Add `superword-mode' to do word motion
964 over symbol_words (parallels and leverages `subword-mode' which
965 does word motion inside MixedCaseWords).
966
967 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
968
969 * eshell/em-unix.el: Move su and sudo to...
970 * eshell/em-tramp.el: ...Eshell tramp module.
971
972 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
975 Change return value to be a sexp. Delay `get-buffer' to after
976 restoring the desktop (bug#13951).
977
978 2013-03-26 Leo Liu <sdl.web@gmail.com>
979
980 * register.el: Move semantic tag handling back to
981 cedet/semantic/senator.el. (Bug#14052)
982
983 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
986 into the prompt either (bug#13963).
987
988 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
991 part of "(error-foo)".
992
993 2013-03-24 Juri Linkov <juri@jurta.org>
994
995 * replace.el (list-matching-lines-prefix-face): New defcustom.
996 (occur-1): Pass `list-matching-lines-prefix-face' to the function
997 `occur-engine' if `face-differs-from-default-p' returns t.
998 (occur-engine): Add `,' inside backquote construct to evaluate
999 `prefix-face'. Propertize the prefix with the `prefix-face' face.
1000 Pass `prefix-face' to the functions `occur-context-lines' and
1001 `occur-engine-add-prefix'.
1002 (occur-engine-add-prefix, occur-context-lines): Add optional arg
1003 `prefix-face' and propertize the prefix with `prefix-face'.
1004 (Bug#14017)
1005
1006 2013-03-24 Leo Liu <sdl.web@gmail.com>
1007
1008 * nxml/rng-valid.el (rng-validate-while-idle)
1009 (rng-validate-quick-while-idle): Guard against deleted buffer.
1010 (Bug#13999)
1011
1012 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1013 is the last entry in kill-buffer-hook.
1014
1015 * files.el (kill-buffer-hook): Doc fix.
1016
1017 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
1018
1019 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1020 Make it safe-local.
1021
1022 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1023
1024 2013-03-23 Leo Liu <sdl.web@gmail.com>
1025
1026 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1027 Remove.
1028
1029 * nxml/rng-valid.el (rng-validate-mode)
1030 (rng-after-change-function, rng-do-some-validation):
1031 * nxml/rng-maint.el (rng-validate-buffer):
1032 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1033 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1034 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1035 (nxml-extend-after-change-region): Use with-silent-modifications.
1036
1037 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1038 timer-idle-list.
1039
1040 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1041 (rng-next-error-1, rng-previous-error-1): Do not let-bind
1042 timer-idle-list. (Bug#13999)
1043
1044 2013-03-23 Juri Linkov <juri@jurta.org>
1045
1046 * info.el (info-index-match): New face.
1047 (Info-index, Info-apropos-matches): Add a nested subgroup to the
1048 main pattern and add text properties with the new face to matches
1049 in index entries relative to the beginning of the index entry.
1050 (Bug#14015)
1051
1052 2013-03-21 Eric Ludlam <zappo@gnu.org>
1053
1054 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1055 Inhibit read only while inserting objects.
1056
1057 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
1058
1059 * progmodes/cfengine.el: Update docs to mention
1060 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
1061 symbol motion. Remove "_" from the word syntax.
1062
1063 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
1064
1065 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1066 syntax for both `cfengine2-mode' and `cfengine3-mode'.
1067
1068 2013-03-20 Juri Linkov <juri@jurta.org>
1069
1070 * info.el (Info-next-reference-or-link)
1071 (Info-prev-reference-or-link): New functions.
1072 (Info-next-reference, Info-prev-reference): Use them.
1073 (Info-try-follow-nearest-node): Handle footnote navigation.
1074 (Info-fontify-node): Fontify footnotes. (Bug#13989)
1075
1076 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1079 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1080
1081 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
1082
1083 Suppress unnecessary non-ASCII chatter during build process.
1084 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1085 (batch-skkdic-convert): Suppress most of the chatter.
1086 It's not needed so much now that machines are faster,
1087 and its non-ASCII component was confusing; see Dmitry Gutov in
1088 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1089
1090 2013-03-20 Leo Liu <sdl.web@gmail.com>
1091
1092 * ido.el (ido-chop): Fix bug#10994.
1093
1094 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1095
1096 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1097 Remove vars.
1098 (whitespace-color-on, whitespace-color-off):
1099 Use `font-lock-fontify-buffer' (Bug#13817).
1100
1101 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1102
1103 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1104 remapping in mode-line.
1105 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1106
1107 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1108
1109 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1110 value for `whitespace-line' face (Bug#13875).
1111 (whitespace-font-lock-keywords): Change description.
1112 (whitespace-color-on): Don't save `font-lock-keywords' value, save
1113 the constructed keywords instead.
1114 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1115
1116 2013-03-19 Leo Liu <sdl.web@gmail.com>
1117
1118 * progmodes/compile.el (compilation-display-error): New command.
1119 (compilation-mode-map, compilation-minor-mode-map): Bind it to
1120 C-o. (Bug#13992)
1121
1122 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1123
1124 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1125
1126 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
1127
1128 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1129
1130 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1131
1132 * net/tramp-compat.el (tramp-compat-user-error): New defun.
1133
1134 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1135 * net/tramp-gvfs.el (top):
1136 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1137 (tramp-handle-shell-command): Use it.
1138 (tramp-dissect-file-name): Raise an error when hostname is a
1139 method name, and neither method nor user is specified.
1140
1141 * net/trampver.el: Update release number.
1142
1143 2013-03-18 Leo Liu <sdl.web@gmail.com>
1144
1145 Make sure eldoc can be turned off properly.
1146 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1147 eldoc-mode.
1148 (eldoc-display-message-p): Revert last change.
1149 (eldoc-display-message-no-interference-p)
1150 (eldoc-print-current-symbol-info): Tweak.
1151
1152 2013-03-18 Tassilo Horn <tsdh@gnu.org>
1153
1154 * doc-view.el (doc-view-new-window-function): Check the new window
1155 overlay's display property instead the char property of the
1156 buffer's first char. Use `with-selected-window' instead of
1157 `save-window-excursion' with `select-window'.
1158 (doc-view-document->bitmap): Check the current doc-view overlay's
1159 display property instead the char property of the buffer's first char.
1160
1161 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1162
1163 Automate the build of ja-dic.el (Bug#13984).
1164 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1165 from the input, rather than assume that it's been done for us by the
1166 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
1167 the current date into a ja-dic.el comment, as that complicates
1168 regression testing.
1169
1170 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * whitespace.el: Fix double evaluation.
1173 (whitespace-space, whitespace-hspace, whitespace-tab)
1174 (whitespace-newline, whitespace-trailing, whitespace-line)
1175 (whitespace-space-before-tab, whitespace-indentation)
1176 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1177 obsolete defvars.
1178 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1179 (whitespace-color-on): Use a single font-lock-add-keywords call.
1180 Fix double-evaluation of face variables.
1181
1182 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
1183
1184 * net/tramp-adb.el (tramp-adb-parse-device-names):
1185 Use `start-process' instead of `call-process'. Otherwise, the
1186 function might be blocked under MS Windows. (Bug#13299)
1187
1188 2013-03-17 Leo Liu <sdl.web@gmail.com>
1189
1190 Extend eldoc to display info in the mode-line. (Bug#13978)
1191 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1192 (eldoc-mode-line-string): New variable.
1193 (eldoc-minibuffer-message): New function.
1194 (eldoc-message-function): New variable.
1195 (eldoc-message): Use it.
1196 (eldoc-display-message-p)
1197 (eldoc-display-message-no-interference-p):
1198 Support eldoc-post-insert-mode.
1199
1200 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1201 (eval-expression): Run it.
1202
1203 2013-03-17 Roland Winkler <winkler@gnu.org>
1204
1205 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1206 strings in the list of return values.
1207
1208 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1209
1210 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1211 radix before checking for HMS forms.
1212
1213 2013-03-16 Leo Liu <sdl.web@gmail.com>
1214
1215 * progmodes/scheme.el: Add indentation and font-locking for λ.
1216 (Bug#13975)
1217
1218 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1221 token before point (bug#13942).
1222
1223 2013-03-16 Leo Liu <sdl.web@gmail.com>
1224
1225 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
1226
1227 2013-03-16 Eli Zaretskii <eliz@gnu.org>
1228
1229 * startup.el (command-line-normalize-file-name): Fix handling of
1230 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
1231 <xfq.free@gmail.com> in
1232 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1233
1234 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1235
1236 Sync with Tramp 2.2.7.
1237
1238 * net/trampver.el: Update release number.
1239
1240 2013-03-14 Tassilo Horn <tsdh@gnu.org>
1241
1242 * doc-view.el Fix bug#13887.
1243 (doc-view-insert-image): Don't modify overlay associated to
1244 non-live windows, and implement horizontal centering of image in
1245 case it's smaller than the window.
1246 (doc-view-new-window-function): Force redisplay of new windows on
1247 doc-view buffers.
1248
1249 2013-03-13 Karl Fogel <kfogel@red-bean.com>
1250
1251 * saveplace.el (save-place-alist-to-file): Don't sort
1252 `save-place-alist', just pretty-print it (bug#13882).
1253
1254 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
1255
1256 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1257 whether `default-file-name-coding-system' is bound. It isn't in
1258 XEmacs.
1259
1260 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1263 backquotes for `obsolete' (bug#13929).
1264
1265 * international/mule.el (find-auto-coding): Include file name in
1266 obsolescence warning (bug#13922).
1267
1268 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1269
1270 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1271 for CFEngine 3-specific indentation.
1272 (cfengine3-indent-line): Use it. Fix up category regex.
1273 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1274
1275 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * type-break.el (type-break-file-name):
1278 * textmodes/remember.el (remember-data-file):
1279 * strokes.el (strokes-file):
1280 * shadowfile.el (shadow-initialize):
1281 * saveplace.el (save-place-file):
1282 * ps-bdf.el (bdf-cache-file):
1283 * progmodes/idlwave.el (idlwave-config-directory):
1284 * net/quickurl.el (quickurl-url-file):
1285 * international/kkc.el (kkc-init-file-name):
1286 * ido.el (ido-save-directory-list-file):
1287 * emulation/viper.el (viper-custom-file-name):
1288 * emulation/vip.el (vip-startup-file):
1289 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1290 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1291
1292 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1293
1294 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1295 * language/thai-word.el: Switch to UTF-8.
1296
1297 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1300
1301 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1302
1303 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1304 Use with-current-buffer and don't move point.
1305 (net-utils-run-simple): Remove useless code.
1306 (net-utils-remove-ctl-m): Remove unused custom.
1307
1308 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1309
1310 * international/characters.el (glyphless-set-char-table-range): New fun.
1311 (update-glyphless-char-display): Use it (bug#13744).
1312
1313 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1314
1315 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1316 namespaces in the syntax, indent closer for hanging brace
1317 correctly, allow single-quote delimited 'strings', and make
1318 `cfengine3-mode' the default.
1319
1320 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1321
1322 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1323 Use lexical-binding. Fix up docstring according to conventions.
1324 (gdbmi-debug-mode): New var.
1325 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1326 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1327 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1328 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1329 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1330 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1331 (gdbmi-bnf-incomplete-record-result): New functions.
1332 (gdb-car<): Remove function.
1333 (gdbmi-record-list): Remove variable.
1334 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1335 (gdbmi-bnf-result-state-configs): New const.
1336 (gud-gdbmi-marker-filter): Rewrite.
1337 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1338 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1339 Add `token' argument.
1340 (gdb-done, gdb-error): New functions.
1341 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1342
1343 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * term/xterm.el (xterm--report-background-handler): Don't burp
1346 upon timeout.
1347 (xterm--version-handler): Extract from terminal-init-xterm.
1348 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1349 Allow multiple handlers.
1350 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1351
1352 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1353 (xterm--report-background-handler, xterm--query): New functions.
1354 (terminal-init-xterm): Use them.
1355
1356 2013-03-11 Michael R. Mauger <michael@mauger.com>
1357
1358 * progmodes/sql.el Version 3.2
1359 Please note that my address changed to <michael@mauger.com>;
1360 the <mmaug@yahoo.com> address remains active.
1361 (sql-connection-alist): Updates documentation to fix bug#13715.
1362 (sql-connect): Handle missing `sql-connection-alist' correctly.
1363 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1364 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1365 property.
1366 (sql-default-value): New function.
1367 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1368 values were not used.
1369 (sql-rename-buffer): Make sure alternate buffer name has no text
1370 properties.
1371 (sql-input-sender, sql-execute-feature): Fetch variable with
1372 `buffer-local-value' rather than `with-current-buffer'.
1373 (sql-*): Use #' function syntax consistently.
1374 (sql-*): Use message/error/user-error consistently.
1375
1376 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1377
1378 * xt-mouse.el (xterm-mouse-event-read): Remove.
1379 (xterm-mouse--read-event-sequence-1000)
1380 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1381
1382 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1383
1384 * term/xterm.el (xterm-function-map): Support format used with
1385 formatOtherKeys=1 (bug#13839).
1386
1387 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1388 (with-no-warnings): Use `declare'.
1389
1390 * whitespace.el (whitespace-enable-predicate): New variable.
1391 (whitespace-enable-predicate): Use it.
1392
1393 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1394 (comint-output-filter, comint-update-fence):
1395 Use with-silent-modifications.
1396
1397 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1398
1399 * replace.el (occur-read-regexp-defaults-function): New var.
1400 (occur-read-regexp-defaults): New defun.
1401 (occur-read-primary-args): Propagate above change (bug#13892).
1402
1403 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1406
1407 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1408
1409 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1410
1411 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1412 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1413 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1414 New defconst.
1415 (tramp-gvfs-file-name-handler-alist) [directory-files]
1416 [directory-files-and-attributes, file-exists-p, file-modes]:
1417 Use Tramp default handler.
1418 [file-acl, file-selinux-context, process-file, set-file-acl]:
1419 [set-file-modes, set-file-selinux-context, shell-command]:
1420 [start-file-process]: Remove handler.
1421 [verify-visited-file-modtime]: New handler.
1422 (tramp-gvfs-dbus-string-to-byte-array)
1423 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1424 calls of `dbus-string-to-byte-array' and
1425 `tramp-gvfs-dbus-byte-array-to-string'.
1426 (tramp-gvfs-handle-copy-file)
1427 (tramp-gvfs-handle-delete-directory)
1428 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1429 (tramp-gvfs-handle-file-directory-p)
1430 (tramp-gvfs-handle-file-executable-p)
1431 (tramp-gvfs-handle-file-name-all-completions)
1432 (tramp-gvfs-handle-file-readable-p)
1433 (tramp-gvfs-handle-file-writable-p)
1434 (tramp-gvfs-handle-insert-directory)
1435 (tramp-gvfs-handle-insert-file-contents)
1436 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1437 (tramp-gvfs-handle-set-visited-file-modtime)
1438 (tramp-gvfs-handle-write-region): Rewrite.
1439 (tramp-gvfs-handle-file-acl)
1440 (tramp-gvfs-handle-file-selinux-context)
1441 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1442 (tramp-gvfs-handle-set-file-modes)
1443 (tramp-gvfs-handle-set-file-selinux-context)
1444 (tramp-gvfs-handle-shell-command)
1445 (tramp-gvfs-handle-start-file-process)
1446 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1447 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1448 over the symlinks. Fix user handling.
1449 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1450 of the D-Bus signals.
1451 (tramp-gvfs-connection-mounted-p): Handle different names of the
1452 D-Bus methods.
1453 (tramp-gvfs-mount-spec-entry): New defun.
1454 (tramp-gvfs-mount-spec): Use it.
1455 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1456 there is a share name. Handle different names of the D-Bus
1457 signals and methods. Set connection properties needed for
1458 `tramp-check-cached-permissions'.
1459 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1460 Return t or nil.
1461
1462 * net/tramp.el (tramp-backtrace): Move up.
1463 (tramp-error): Dump a backtrace into the debug buffer when
1464 `tramp-verbose > 9.
1465 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1466 (tramp-file-mode-permissions, tramp-get-local-uid)
1467 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1468 tramp-sh.el.
1469
1470 * net/tramp-sh.el (tramp-file-mode-type-map)
1471 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1472 (tramp-file-mode-permissions, tramp-get-local-uid)
1473 (tramp-get-local-gid): Move to tramp.el.
1474
1475 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 Separate mouse-1-click-follows-link from mouse-drag-region.
1478 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1479 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1480 (mouse-drag-line, mouse-drag-track):
1481 Remove mouse-1-click-follows-link code.
1482 (mouse--remap-link-click-p): Remove.
1483
1484 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1485
1486 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1487 (hi-lock-read-regexp-defaults): New defun.
1488 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1489 (hi-lock-face-phrase-buffer): Propagate above change.
1490 Update docstring (bug#13892).
1491
1492 * subr.el (find-tag-default-as-regexp): New defun.
1493 * replace.el (read-regexp): Propagate above change.
1494
1495 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1496
1497 * calc/calc-units.el (calc-convert-units): Fix the way that default
1498 new units are stored.
1499
1500 2013-03-07 Matthias Meulien <orontee@gmail.com>
1501
1502 * bookmark.el: Define a face to highlight bookmark names in
1503 bookmark menu buffers, where the default is a bold face similarly
1504 to buffer names in buffer menu buffers.
1505 (bookmark-menu-bookmark): New face to highlight bookmark names.
1506 (bookmark-insert-location): Remove duplicated text property to
1507 conform to buffer list (see `list-buffers').
1508 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1509 `bookmark-menu-bookmark' to bookmark names.
1510
1511 2013-03-07 Matthias Meulien <orontee@gmail.com>
1512 Karl Fogel <kfogel@red-bean.com>
1513
1514 * bookmark.el: Display the bookmark list header similarly to the
1515 buffer list header (see `list-buffers'), where the default is now
1516 an immovable/immutable header line.
1517 (bookmark-bmenu-use-header-line): New variable.
1518 (bookmark-bmenu-inline-header-height): New name for
1519 `bookmark-bmenu-header-height', to avoid confusion with the code
1520 for the new immovable header. All references changed.
1521 (bookmark-bmenu-set-header): New function.
1522 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1523 Conditionalize header construction accordingly.
1524 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1525 the inline header height.
1526 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1527 Conditionalize the skipping of the inline header height.
1528
1529 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1530
1531 * progmodes/js.el (js--multi-line-declaration-indentation):
1532 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1533
1534 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1535
1536 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1537 Only propertize regexp when not inside a string (Bug#13885).
1538
1539 2013-03-06 Alan Mackenzie <acm@muc.de>
1540
1541 Correct the position of point in some line-up functions.
1542 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1543 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1544 point at column 0 rather than at a random place in the line.
1545
1546 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1547
1548 * net/tramp-compat.el (tramp-compat-delete-directory):
1549 Implement TRASH argument.
1550
1551 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1552
1553 Keep pre-existing highlighting in completion candidates (Bug#13250).
1554 * minibuffer.el (completions-first-difference): State that the
1555 face is "added" in the docstring.
1556 (completions-common-part): Same. And don't inherit from default.
1557 (completion-hilit-commonality): Prepend 'completions-common-part
1558 and 'completion-first-difference faces to the 'face property,
1559 instead of replacing the value(s).
1560 (completion--insert-strings): Same with 'completions-annotations face.
1561 (completion-hilit-commonality): Use 'face instead of
1562 'font-lock-face, because it gets priority if the completion
1563 strings already have 'face set.
1564
1565 2013-03-04 Alan Mackenzie <acm@muc.de>
1566
1567 Replace `last-command-event' by `last-command-char' in XEmacs.
1568 * progmodes/cc-defs.el (c-last-command-char): New macro.
1569 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1570 (c-semi&comma-no-newlines-before-nonblanks)
1571 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1572 in place of `last-command-event'.
1573 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1574 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1575 (c-electric-paren, c-electric-continued-statement): Use the new
1576 macro in place of `last-command-event'.
1577
1578 2013-03-04 Glenn Morris <rgm@gnu.org>
1579
1580 * files.el (inhibit-local-variables-regexps):
1581 Add .diff and .patch. (Bug#13862)
1582
1583 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1586 whether the "su" command is available on the device.
1587
1588 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1589
1590 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1591 (tramp-adb-handle-process-file): Remove superfluous setting.
1592 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1593 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1594 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1595
1596 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1597
1598 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1599 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1600 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1601 Use dict-key rather than dict-name for the error message.
1602
1603 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1604
1605 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1606 when reverting (bug#13831).
1607
1608 2013-03-01 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1609
1610 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1611 Always expand affix-file before storing to protect against changed
1612 `default-directory'.
1613 (ispell-print-if-debug): Make sure message is printed at the end
1614 of the debug buffer.
1615
1616 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1617
1618 * net/tramp.el (tramp-obsolete-methods): New defconst.
1619 (tramp-warned-obsolete-methods): New defvar.
1620 (tramp-find-method): Check for obsolete methods. Map them to a
1621 replacement method if appropriate.
1622
1623 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1624 Remove methods.
1625 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1626 "ssh2" and "plink1".
1627
1628 2013-02-28 Dale Sedivec <dale@codefu.org>
1629
1630 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1631 Return valid syntax-table property value when converting
1632 quotes within text from string syntax to punctuation syntax (bug#13844).
1633
1634 2013-02-28 Juri Linkov <juri@jurta.org>
1635
1636 * dired-aux.el (dired-diff): If file at point is a backup file,
1637 use its original as the default value, and reverse the order
1638 of arguments to the `diff' call. Doc fix. (Bug#13772)
1639
1640 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1641
1642 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1643 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1644
1645 2013-02-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1646
1647 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1648
1649 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1650 Ask hunspell about available and default dictionaries.
1651 (ispell-parse-hunspell-affix-file): Extract relevant info from
1652 hunspell affix file.
1653 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1654 `ispell-dictionary-alist' entry for given dictionary after info
1655 provided by `ispell-parse-hunspell-affix-file'.
1656 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1657 of parsed hunspell dicts and associated affix files.
1658 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1659 of parsed hunspell dicts and associated parameters.
1660 (ispell-set-spellchecker-params):
1661 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1662 previously done.
1663 (ispell-start-process):
1664 Call `ispell-hunspell-fill-dictionary-entry' for current
1665 dictionary if it is not initialized.
1666
1667 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * imenu.el: Comment nitpicks.
1670
1671 2013-02-28 Sam Steingold <sds@gnu.org>
1672
1673 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1674 See <http://stackoverflow.com/questions/14720205>.
1675
1676 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1677
1678 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1679 (net-utils-mode): Use it.
1680 (net-utils--revert-cmd): New var.
1681 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1682 (traceroute): Use net-utils-run-simple.
1683
1684 2013-02-28 Glenn Morris <rgm@gnu.org>
1685
1686 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1687
1688 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1691 (doc-view-fallback-mode): Remove overlays here.
1692 (doc-view-toggle-display): Instead of here. Don't throw away
1693 image-mode-winprops-alist.
1694 (doc-view-goto-page): Don't mess with hscroll.
1695
1696 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1697
1698 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1699 &optional (bug#13819).
1700
1701 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1702
1703 * net/tramp-adb.el (tramp-adb-parse-device-names)
1704 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1705
1706 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1707
1708 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1709 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1710 defined. POSIX environments fall back to the "C" locale then and
1711 emit a warning, which shall be suppressed.
1712
1713 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1716 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1717
1718 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1721
1722 2013-02-25 Juri Linkov <juri@jurta.org>
1723
1724 * replace.el (read-regexp): Let-bind `default' to the first
1725 element of `defaults' if it's a list, otherwise it should be
1726 a string or nil. Let-bind `suggestions' to `defaults' if it's
1727 a list, otherwise make a list with the string value. Doc fix.
1728 (Bug#13805)
1729
1730 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1731
1732 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1733 that match "\`\.#", to avoid compiling lock files, even if they
1734 are readable (as they are on MS-Windows).
1735
1736 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * files.el (basic-save-buffer): Remove redundant directory-creation.
1739
1740 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1741
1742 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1743 Add option to force `pi' to remain symbolic.
1744 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1745 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1746 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1747 derivatives, when necessary.
1748
1749 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1750
1751 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1752 (ps-mode-octal-region): Use string-make-unibyte.
1753
1754 2013-02-23 Glenn Morris <rgm@gnu.org>
1755
1756 * emulation/viper-cmd.el (viper-submit-report):
1757 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1758 * progmodes/vera-mode.el (vera-mode-help-address):
1759 * textmodes/artist.el (artist-maintainer-address):
1760 * textmodes/reftex.el (reftex-report-bug):
1761 * vc/ediff-util.el (ediff-submit-report):
1762 Add bug-gnu-emacs to bug report address.
1763
1764 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1765 Remove bug report entries.
1766 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1767
1768 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1769 (byte-compile-file, byte-compile-from-buffer):
1770 Use separate input/output buffers for each level of recursive
1771 byte-compile-file calls. (Bug#13787)
1772
1773 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1774
1775 * net/tramp.el (tramp-methods): Fix docstring.
1776 (tramp-ssh-controlmaster-options): Rename it from
1777 `tramp-ssh-controlmaster-template'. Return a string.
1778 (tramp-default-method): Adapt check for
1779 `tramp-ssh-controlmaster-options'.
1780
1781 * net/tramp-sh.el (tramp-methods):
1782 Replace `tramp-ssh-controlmaster-template' by "%c".
1783 (tramp-do-copy-or-rename-file-out-of-band)
1784 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1785 that it is applied for the first hop only.
1786
1787 2013-02-22 Juri Linkov <juri@jurta.org>
1788
1789 * isearch.el (isearch-lazy-highlight-new-loop):
1790 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1791 to `isearch-other-end' if it is not nil. (Bug#13402)
1792
1793 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1794 to `match-beg'.
1795
1796 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1797 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1798 and `isearch-error' to nil.
1799
1800 2013-03-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1801
1802 * progmodes/python.el (python-info-current-defun):
1803 Enhance match-data cluttering prevention.
1804
1805 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1806
1807 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1808
1809 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1810 Handle multibyte file names.
1811
1812 2013-02-22 Glenn Morris <rgm@gnu.org>
1813
1814 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1815 (sgml-transformation-function): Give it a :set function.
1816 (sgml-tag): Doc fix.
1817
1818 * cmuscheme.el (scheme-buffer):
1819 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1820 * progmodes/tcl.el (inferior-tcl-buffer):
1821 * textmodes/tex-mode.el (tex-command): Doc fixes.
1822
1823 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1824
1825 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1826
1827 2013-02-21 Bastien Guerry <bzg@gnu.org>
1828
1829 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1830
1831 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1832
1833 * progmodes/python.el (python-info-current-defun):
1834 Enhance match-data cluttering prevention.
1835
1836 2013-02-21 Glenn Morris <rgm@gnu.org>
1837
1838 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1839 loaded while outline-regexp is let bound. (Bug#9584)
1840
1841 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1842
1843 * progmodes/python.el (python-info-current-defun): Fix failed
1844 defun name retrieval because of unwanted match-data cluttering.
1845
1846 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1847
1848 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1849 defconst. Apply independent check for ControlPersist.
1850
1851 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1852 temporarily, via "env".
1853
1854 2013-02-21 Glenn Morris <rgm@gnu.org>
1855
1856 * info.el (Info-enable-edit): Remove.
1857 (Info-edit): Disable it rather than using Info-enable.
1858 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1859 (Info-cease-edit): Make editing of Info files obsolete.
1860
1861 * informat.el (Info-tagify):
1862 Handle buffers not visiting files. (Bug#13763)
1863
1864 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1865
1866 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1867
1868 2013-02-21 Glenn Morris <rgm@gnu.org>
1869
1870 * files.el (basic-save-buffer): Move check for existing parent
1871 directory after hooks. (Bug#13773)
1872
1873 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * simple.el (command-execute): Move from C. Add obsolete check.
1876 (extended-command-history): Move from C.
1877
1878 2013-02-20 Ulrich MĂ¼ller <ulm@gentoo.org>
1879
1880 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1881 (jka-compr-mode-alist-additions): Handle .txz suffix for
1882 XZ-compressed tar archives (bug#13770).
1883
1884 2013-02-20 Bastien Guerry <bzg@gnu.org>
1885
1886 * outline.el (outline-regexp, outline-heading-end-regexp):
1887 Make variables, not options (bug#13731).
1888
1889 2013-02-20 Glenn Morris <rgm@gnu.org>
1890
1891 * image.el (image-current-frame): Change from variable to function.
1892 (image-show-frame): Rename from image-nth-frame. Update callers.
1893 * image-mode.el (image-multi-frame): New variable.
1894 (image-mode-map, image-mode, image-goto-frame):
1895 Use image-multi-frame rather than image-current-frame.
1896 (image-mode, image-goto-frame): Use image-current-frame as
1897 function rather than as variable.
1898
1899 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1900 * emacs-lisp/cl-macs.el (cl--make-type-test)
1901 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1902
1903 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1904
1905 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1906 (tramp-get-file-property, tramp-set-file-property)
1907 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1908 (tramp-flush-file-property, tramp-flush-directory-property):
1909 Rename argument to KEY.
1910 (tramp-flush-connection-property): Simplify a little bit.
1911 (tramp-connection-property-p): New defun.
1912 (top): Reapply saved values only if there isn't a corresponding
1913 entry in `tramp-connection-properties'.
1914
1915 2013-02-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1916
1917 * progmodes/python.el (python-indent-context):
1918 Fix python-info-line-ends-backslash-p call.
1919 (python-info-line-ends-backslash-p)
1920 (python-info-beginning-of-backslash): Respect line-number argument.
1921 (python-info-current-line-comment-p):
1922 Fix behavior when not at beginning-of-line.
1923 (python-util-position): Remove function.
1924 (python-util-goto-line): New function.
1925
1926 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1927
1928 * eshell/em-unix.el (eshell/su): Require tramp.
1929 (eshell/sudo): Require tramp. Remove now unnecessary check.
1930
1931 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1932 `tramp-current-connection' in order to avoid an error when several
1933 commands are invoked in a short time in eshell and friends.
1934
1935 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 Cleanup some of EIEIO's namespace.
1938 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1939 Use it to define all the class-* and object-* field accessors (renamed
1940 to eieio--class-* and eieio--object-*). Update all uses.
1941 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1942 class-num-slots and object-num-slots.
1943 (eieio--check-type): New macro.
1944 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1945 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1946 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1947 (object-assoc-list-safe): Use it.
1948 (eieio-defclass): Tighten regexp.
1949 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1950 Remove unreachable code.
1951 (object-class-fast): Declare obsolete.
1952 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1953 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1954 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1955 Rename from class-name, object-name, object-set-name-string,
1956 object-class, object-class-name, class-parents, class-children,
1957 class-precedence-list, class-parent; with obsolete alias.
1958 (class-of, class-direct-superclasses, class-direct-subclasses):
1959 Declare obsolete.
1960 (eieio-defmethod): Use `memq'; remove unreachable code.
1961 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1962 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1963 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1964
1965 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1966
1967 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1968 commentary.
1969
1970 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1971
1972 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1973 Use font-lock-keyword-face for macros and special forms (bug#8345).
1974
1975 2013-02-17 Didier Verna <didier@didierverna.net>
1976
1977 * net/network-stream.el (network-stream-open-starttls):
1978 Check that response to the starttls-command is non-nil. (Bug#13706)
1979
1980 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1983 Don't assume all identifier chars have syntax word.
1984 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1985 Remove bar-not-symbol. Adjust callers.
1986 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1987
1988 2013-02-17 Leo Liu <sdl.web@gmail.com>
1989
1990 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1991
1992 2013-02-17 Glenn Morris <rgm@gnu.org>
1993
1994 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1995
1996 * image-mode.el (image-mode-map): Add image-dired menu entry.
1997
1998 * image-dired.el (tumme): Make this alias obsolete.
1999
2000 2013-02-16 Glenn Morris <rgm@gnu.org>
2001
2002 * image.el (image-animated-types): Remove.
2003 (image-multi-frame-p): Rename from image-animated-p, and generalize.
2004 (image-animated-p): Make obsolete alias.
2005 (image-animate, image-nth-frame, image-animate-timeout):
2006 Use image-multi-frame-p.
2007 (image-animate-timeout): If no delay, use image-default-frame-delay.
2008 * image-mode.el (image-mode, image-toggle-animation):
2009 Use image-multi-frame-p. (Bug#763, bug#10739)
2010 (image-mode): Adjust startup message for a multi-frame image.
2011
2012 * image-mode.el (image-mode-map): Give it a menu.
2013
2014 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
2015
2016 * net/tramp-cache.el (tramp-connection-properties): New customer
2017 option.
2018 (tramp-get-connection-property): Use it.
2019
2020 * net/tramp-compat.el (top): Require 'trampver.
2021
2022 * net/tramp-sh.el (tramp-remote-process-environment):
2023 Set tramp-autoload cookie.
2024
2025 2013-02-16 Kevin Ryde <user42@zip.com.au>
2026
2027 * info-look.el (info-lookup-select-mode): If major-mode has no
2028 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2029
2030 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
2031
2032 * replace.el (read-regexp): Tighten the regexp that matches tag.
2033 When tag is retrieved with `find-tag-default', use regexp that
2034 matches tag at point. Also update docstring (Bug#13687).
2035
2036 2013-02-16 Eli Zaretskii <eliz@gnu.org>
2037
2038 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2039 add watch for the file, not its parent directory, since w32notify
2040 sets up the watch for the directory internally. (Bug#13725)
2041
2042 2013-02-16 Glenn Morris <rgm@gnu.org>
2043
2044 * image.el (image-default-frame-delay): New variable.
2045 (image-animated-p): Use image-default-frame-delay.
2046 (image-minimum-frame-delay): New constant.
2047 (image-animate-timeout): Use image-minimum-frame-delay.
2048
2049 * image.el (image-nth-frame): New, split from image-animate-timeout.
2050 (image-animate-timeout): Use image-nth-frame.
2051 * image-mode.el (image-goto-frame, image-next-frame)
2052 (image-previous-frame): New commands.
2053 (image-mode-map): Add new frame commands.
2054
2055 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
2056
2057 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2058 If col-desc already has help-echo, use it. (Bug#13563)
2059
2060 2013-02-16 Glenn Morris <rgm@gnu.org>
2061
2062 * image.el (image-current-frame): New variable.
2063 (image-animate-timeout): Set image-current-frame.
2064 * image-mode.el (image-mode): For animated images,
2065 display a frame counter via mode-line-process.
2066
2067 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2068
2069 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2072
2073 2013-02-15 Alan Mackenzie <acm@muc.de>
2074
2075 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2076 global minor mode has been enabled, call the minor mode function
2077 for a new buffer once only, after the major mode hook, whilst
2078 allowing that hook explicitly to disable the minor mode.
2079 (MODE-disable-in-buffer): New (generated) function.
2080 (disable-MODE): New (generated) buffer local variable.
2081
2082 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
2083
2084 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2085 `iswitchb-next-match' and `iswitchb-prev-match' resply.
2086 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2087 `ido-next-match' and `ido-prev-match' resply.
2088 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2089 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2090 `icomplete-backward-completions' (Bug#13708).
2091
2092 2013-02-15 Glenn Morris <rgm@gnu.org>
2093
2094 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2095
2096 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * net/goto-addr.el (goto-address-fontify): Add start and end args.
2099 (goto-address-fontify-region): Use them instead of narrowing, so
2100 syntax-ppss has access to the whole buffer.
2101
2102 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2103
2104 * progmodes/python.el: Explain how to restore "cc-mode"-like
2105 forward-sexp movement in header documentation (Bug#13642).
2106 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2107 comments and strings (GH bug 114).
2108
2109 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2110
2111 * progmodes/python.el (python-info-current-defun): Fix current
2112 defun detection (Bug#13618).
2113
2114 2013-02-15 Chong Yidong <cyd@gnu.org>
2115
2116 * xml.el (xml-parse-string): Fix typo in handling of bad character
2117 references.
2118
2119 2013-02-15 Glenn Morris <rgm@gnu.org>
2120
2121 * play/fortune.el (fortune-compile): Simplify and fix previous change.
2122
2123 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
2124
2125 * net/tramp.el (tramp-debug-message):
2126 Add `tramp-condition-case-unless-debug'.
2127 (tramp-debug-on-error): New defvar.
2128 (tramp-condition-case-unless-debug): New defun.
2129 (tramp-file-name-handler): Use it.
2130
2131 2013-02-14 Juri Linkov <juri@jurta.org>
2132
2133 * info.el (Info-isearch-filter): Treat non-nil values of
2134 `search-invisible' including its default value `open'
2135 like the value `t' to match hidden text. (Bug#13402)
2136
2137 2013-02-14 Glenn Morris <rgm@gnu.org>
2138
2139 * help-fns.el (find-lisp-object-file-name): Give special treatment
2140 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
2141
2142 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
2143
2144 * net/quickurl.el (quickurl-save-urls):
2145 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
2146
2147 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2148
2149 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2150 depth for unfinished percent literal. Not using it in the caller.
2151 (ruby-move-to-block): Jump over multiline literals of all types,
2152 ignoring code-looking contents inside them.
2153 (ruby-add-log-current-method): Improve performance at the expense
2154 of accuracy. `ruby-block-contains-point' is relatively slow, so
2155 only use it for method and singleton class blocks.
2156
2157 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2158
2159 Use ControlMaster where applicable. (Bug#13677)
2160
2161 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2162 replacing `tramp-detect-ssh-controlmaster'.
2163 (tramp-default-method): Use it.
2164
2165 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2166 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2167 arguments.
2168 [scpc, rsyncc]: Remove methods.
2169 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2170 and "ssh2_old".
2171 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2172 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2173
2174 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * emacs-lisp/package.el (package--initialized): Move before first use.
2177
2178 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
2179
2180 * icomplete.el (icomplete-hide-common-prefix): New user option.
2181 (icomplete-first-match): New face.
2182 (icomplete-completions): Correct handling of "complete but not
2183 unique" (Bug#12638).
2184
2185 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
2186
2187 * descr-text.el (describe-char): Display the script (bug#13698).
2188
2189 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * tmm.el: Use lexical-binding and current-active-maps.
2192 (tmm-menubar): Use map-keymap and pcase.
2193 (tmm--completion-table): New function.
2194 (tmm-prompt): Use it to fix the menu order.
2195 (tmm-get-keybind): Use current-active-maps.
2196
2197 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
2198
2199 Add dired-hide-details-mode. (Bug#6799)
2200
2201 * locate.el (locate-mode): Set parent mode property to dired-mode.
2202
2203 * find-dired.el (find-dired): Call dired-insert-set-properties on
2204 initial information line. Set process mark on end of buffer.
2205 (find-dired-sentinel):
2206 Call dired-insert-set-properties on summary.
2207
2208 * dired.el (dired-hide-details-hide-symlink-targets)
2209 (dired-hide-details-hide-information-lines): New options.
2210 (dired-insert-directory):
2211 Set properties after final treatment of output.
2212 (dired-insert-set-properties):
2213 Set dired-hide-details-* properties.
2214 (dired-mode-map): Bind dired-hide-details-mode.
2215 (dired-mode): Set buffer-invisibility-spec to a list.
2216 (dired-next-line): Skip hidden lines.
2217 (dired-previous-line): Use dired-next-line.
2218 (dired-hide-details-mode): New minor mode.
2219 (dired-hide-details-update-invisibility-spec): New function.
2220
2221 2013-02-13 Glenn Morris <rgm@gnu.org>
2222
2223 * play/yow.el: Move to obsolete/. (Bug#9384)
2224
2225 2013-02-13 Juri Linkov <juri@jurta.org>
2226
2227 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2228 to select `ediff-control-frame' and set input focus correctly on Xfce.
2229 (Bug#12218)
2230
2231 2013-02-13 Juri Linkov <juri@jurta.org>
2232
2233 * image-mode.el (image-mode-map):
2234 * doc-view.el (doc-view-mode-map):
2235 * vc/ediff-util.el (ediff-setup-keymap):
2236 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2237
2238 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2239
2240 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2241 performance. Instead of recalculating indentation fully for each
2242 line, sum up indentation depth based only on visited lines.
2243 (ruby-parse-partial): Increase the depth after "do" even when END
2244 is right after it.
2245 (ruby-parse-partial): When END is in the middle of a percent
2246 literal, increase the depth if the delimiter chars belong to the
2247 paren syntax class.
2248
2249 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
2250
2251 * play/fortune.el (fortune-compile): Also make the compiled file
2252 if it does not exist at all, not just if it is old. (Bug#5338)
2253
2254 2013-02-13 Glenn Morris <rgm@gnu.org>
2255
2256 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2257
2258 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
2259
2260 * lisp/emacs-lisp/package.el (package-menu-execute):
2261 Add optional noquery argument. (Bug#13625)
2262
2263 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2264
2265 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2266 if DIR exists and PARENTS is non-nil.
2267
2268 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2269
2270 * progmodes/js.el (js--multi-line-declaration-indentation):
2271 Silence byte-compiler warning.
2272
2273 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
2274
2275 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2276
2277 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2278 only if it doesn't exist.
2279
2280 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2281 Set process marker.
2282
2283 2013-02-12 Tassilo Horn <tsdh@gnu.org>
2284
2285 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2286 UserInstallation when calling soffice to work around LibreOffice
2287 bug 37531.
2288
2289 2013-02-12 Glenn Morris <rgm@gnu.org>
2290
2291 * files.el (basic-save-buffer):
2292 Offer to create a non-existing directory. (Bug#3016)
2293
2294 * calc/calc-graph.el (calc-graph-show-dumb):
2295 * calendar/calendar.el (calendar-mode-map):
2296 * cus-edit.el (custom-mode-map):
2297 * ehelp.el (electric-help-map):
2298 * emulation/vip.el (vip-mode-map):
2299 * epa.el (epa-key-list-mode-map):
2300 * info.el (Info-mode-map):
2301 * mail/rmail.el (rmail-mode-map):
2302 * mail/rmailsum.el (rmail-summary-mode-map):
2303 * man.el (Man-mode-map):
2304 * net/newst-plainview.el (newsticker-mode-map):
2305 * progmodes/cpp.el (cpp-edit-mode-map):
2306 * progmodes/grep.el (grep-mode-map):
2307 * progmodes/idlw-help.el (idlwave-help-mode-map):
2308 * simple.el (special-mode-map):
2309 * startup.el (splash-screen-keymap):
2310 * view.el (view-mode-map):
2311 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2312
2313 2013-02-11 Elias Pipping <pipping@lavabit.com>
2314
2315 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2316 (bug#13679).
2317
2318 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2321
2322 2013-02-11 Glenn Morris <rgm@gnu.org>
2323
2324 * vc/diff.el (diff-use-labels): New variable.
2325 (diff-no-select): Use --label rather than -L, and first
2326 check that it is supported. (Bug#11067)
2327
2328 * files.el (enable-dir-local-variables): New variable.
2329 (hack-dir-local-variables): Respect enable-dir-local-variables.
2330 * tutorial.el (help-with-tutorial):
2331 Ignore directory-local variables. (Bug#11127)
2332
2333 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2334 (vc-svn-global-switches): ... to here. (Bug#13513)
2335
2336 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2337
2338 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2339 Handle "foo (bar, default: xxx): " prompts.
2340
2341 2013-02-10 Chong Yidong <cyd@gnu.org>
2342
2343 * files.el (basic-save-buffer-1): Do not set
2344 buffer-file-coding-system-explicit (Bug#4533).
2345
2346 * mail/emacsbug.el (report-emacs-bug): Change binding of
2347 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2348
2349 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2350
2351 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2352 * calc/calc-units.el (calc-convert-units): Use new variable.
2353
2354 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2355
2356 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2357
2358 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2359 buffer-file-type.
2360
2361 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2362 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2363 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2364 coding-system-for-write instead.
2365
2366 * jka-compr.el (jka-compr-write-region): Don't bind
2367 buffer-file-type.
2368
2369 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2370 buffer-file-type.
2371
2372 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2373 (insert-file-contents-literally): Remove reference to
2374 file-name-buffer-file-type-alist.
2375
2376 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2377 make-obsolete.
2378 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2379 (find-buffer-file-type-coding-system): Remove references to
2380 find-buffer-file-type-match, find-buffer-file-type, and
2381 buffer-file-type.
2382 Don't put find-buffer-file-type-coding-system into
2383 file-coding-system-alist.
2384 (find-file-binary, find-file-text): Bind coding-system-for-read
2385 instead of file-name-buffer-file-type-alist.
2386
2387 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2388
2389 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2390 converter (Bug#13622).
2391 (doc-view-unoconv-program): Make obsolete alias.
2392 (doc-view-odf->pdf-converter-program): New variable.
2393 (doc-view-odf->pdf-converter-function): New variable.
2394 (doc-view-mode-p): Use it.
2395 (doc-view-odf->pdf-converter-unoconv):
2396 Rename from `doc-view-odf->pdf-converter-unoconv'.
2397 (doc-view-odf->pdf-converter-soffice): New function.
2398 (doc-view-convert-current-doc):
2399 Use `doc-view-odf->pdf-converter-function'.
2400
2401 2013-02-09 Chong Yidong <cyd@gnu.org>
2402
2403 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2404 view-echo-area-messages (Bug#13340).
2405
2406 * help.el (view-echo-area-messages): Use display-buffer.
2407
2408 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2409 (Bug#13561).
2410
2411 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2414 Eval body right away, now that we do eager macroexpansion (bug#13605).
2415
2416 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2417 (fundamental-mode): Use run-mode-hooks.
2418
2419 * eshell/esh-proc.el (eshell/kill): Fix last change.
2420 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2421
2422 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2423
2424 * eshell/esh-proc.el (eshell/kill): Rewrite.
2425
2426 * eshell/em-ls.el (show-almost-all): Declare.
2427 (eshell-do-ls): Add support for -A argument.
2428
2429 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2430
2431 * icomplete.el (icomplete-forward-completions)
2432 (icomplete-backward-completions): Handle corner case (bug#13602).
2433
2434 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2435
2436 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2437 be nil. Handle this. (Bug#13636)
2438
2439 2013-02-07 Richard Stallman <rms@gnu.org>
2440
2441 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2442 `save-buffer-coding-system'.
2443
2444 2013-02-07 Alan Mackenzie <acm@muc.de>
2445
2446 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2447 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2448 (c-parse-state-get-strategy): Don't return 'BOD any more.
2449 (c-append-lower-brace-pair-to-state-cache):
2450 Extra parameter HERE instead of narrowing.
2451 Widen to top of buffer before searching backwards for a brace pair.
2452 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2453 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2454 Narrow to parameter HERE, in place of being called narrowed.
2455 (c-remove-stale-state-cache): Extra parameter HERE in place of
2456 narrowing. Check there's an open brace in the cache before
2457 searching for its match.
2458 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2459 (c-parse-state-1): Don't narrow here for 'forward strategy,
2460 instead passing extra parameter HERE to several functions.
2461 Remove 'BOD strategy.
2462
2463 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2464
2465 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2466 used to install the package.
2467
2468 2013-02-06 Glenn Morris <rgm@gnu.org>
2469
2470 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2471 if we can't get user input. (Bug#6567)
2472
2473 * startup.el (command-line): If simple.el is missing,
2474 test and warn about for some possible causes.
2475
2476 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2477
2478 * cus-start.el (all): Add ns-use-native-fullscreen.
2479
2480 2013-02-05 Glenn Morris <rgm@gnu.org>
2481
2482 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2483
2484 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2485 Fix directory creation in fallback case.
2486
2487 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2488
2489 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2490 (vc-update-change-log): Use dolist.
2491
2492 2013-02-04 Chong Yidong <cyd@gnu.org>
2493
2494 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2495 code from ffap.el.
2496 (thing-at-point-beginning-of-url-regexp): New var.
2497 (thing-at-point-uri-schemes): Update list of URI schemes.
2498 (thing-at-point-url-regexp): Variable deleted.
2499 (thing-at-point-markedup-url-regexp): Disallow newlines.
2500 (thing-at-point-newsgroup-regexp)
2501 (thing-at-point-newsgroup-heads)
2502 (thing-at-point-default-mail-uri-scheme): New variables.
2503 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2504 method to find the possible bounds of the URI at point.
2505 New optional argument to find ill-formed URIs.
2506 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2507 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2508 the scheme-adding heuristics from ffap-url-at-point.
2509 (thing-at-point--bounds-of-well-formed-url): New function.
2510 Do parens matching to decide whether to include parens in the URI
2511 (Bug#9153).
2512
2513 * ffap.el: Require thingatpt.
2514 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2515 All URI-valid characters are now recognized (Bug#5673).
2516 (ffap-string-at-point): Use use-region-p.
2517 (ffap-url-regexp): Extra character is handled by thing-at-point.
2518 (ffap-string-at-point-mode-alist): Allow parentheses.
2519 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2520 Convert to aliases; code moved to thingatpt.el.
2521 (ffap-gnus-hook): Use setq-local.
2522
2523 2013-02-04 Glenn Morris <rgm@gnu.org>
2524
2525 * emacs-lisp/ert.el (ert--explain-format-atom):
2526 Don't try to print non-characters as characters. (Bug#13543)
2527
2528 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2529
2530 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2531 (tramp-backtrace): New defun.
2532 (tramp-handle-insert-file-contents): Use `visit' when inserting
2533 the local copy.
2534
2535 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2536 Use `remote-file-name-inhibit-cache'.
2537
2538 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2539
2540 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2541 (bug#13614).
2542
2543 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2544 current-load-list (bug#13366).
2545
2546 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2547
2548 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2549 Identify g++ template instantiation trace. (Bug#12287)
2550 (compilation-mode-hook, compilation-start-hook)
2551 (compilation-window-height): Simplify docstrings. (Bug#13379)
2552
2553 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * mouse.el (mouse-drag-track): Always deactivate the mark before
2556 running the final event's command since that command is in charge of
2557 activating the mark if needed (bug#13523).
2558
2559 2013-02-02 Juri Linkov <juri@jurta.org>
2560
2561 * replace.el (perform-replace): Move let-bindings of isearch-*
2562 variables deeper to the loop that searches for the next match.
2563 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2564 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2565 (Bug#13579)
2566
2567 * isearch.el (isearch-search-fun-default): Check for null
2568 first element of isearch-cmds as a precaution when it's used
2569 with inactive isearch.
2570
2571 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2572
2573 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2574 error when buffer in question is narrowed so position 1 is out of
2575 visible part.
2576
2577 2013-02-02 Glenn Morris <rgm@gnu.org>
2578
2579 * textmodes/remember.el (remember-clipboard): Doc fix.
2580
2581 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2584 properties (bug#13179).
2585
2586 2013-02-02 Juri Linkov <juri@jurta.org>
2587
2588 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2589 instead of hard-coded default face `match'. (Bug#9438)
2590
2591 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2592
2593 * vc/vc-arch.el (vc-arch-registered):
2594 * vc/vc-bzr.el (vc-bzr-registered):
2595 * vc/vc-cvs.el (vc-cvs-registered):
2596 * vc/vc-git.el (vc-git-registered):
2597 * vc/vc-hg.el (vc-hg-registered):
2598 * vc/vc-mtn.el (vc-mtn-registered):
2599 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2600 (Bug#13139)
2601
2602 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2603 prefix argument. (Bug#11656)
2604
2605 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2608
2609 2013-02-01 Glenn Morris <rgm@gnu.org>
2610
2611 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2612 if the backend is known not to support it.
2613
2614 * imenu.el (imenu-default-create-index-function):
2615 Tweak infinite loop test to check for forward motion as well as none.
2616
2617 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2618
2619 * net/soap-client.el (soap-invoke): Encode the string for
2620 `url-request-data' as UTF-8.
2621 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2622
2623 2013-02-01 Glenn Morris <rgm@gnu.org>
2624
2625 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2626
2627 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2628
2629 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2630
2631 * net/tramp.el (tramp-tramp-file-p): Comment check for
2632 `string-as-unibyte'. The function does not exist on XEmacs, and
2633 likely we need another approach.
2634
2635 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2636 `tramp-gw-*' variables are bound.
2637
2638 2013-01-31 Glenn Morris <rgm@gnu.org>
2639
2640 * files.el (basic-save-buffer-2): Choose coding system for
2641 writing the file before backing it up, to reduce delay between
2642 backing up and writing the new version. (Bug#13522)
2643
2644 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2645
2646 * simple.el (cycle-spacing): New command.
2647 (just-one-space): Use it.
2648
2649 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2652 (opascal-newline-always-indents): Remove custom.
2653 (opascal-tab, opascal-newline): Remove commands.
2654 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2655 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2656 (opascal-save-match-data): Remove, use save-match-data instead.
2657 (opascal-save-state): Use with-silent-modifications.
2658
2659 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2660 (bug#13585).
2661
2662 2013-01-30 Juri Linkov <juri@jurta.org>
2663
2664 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2665 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2666 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2667
2668 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2671 column if we're just deleting the backslashes.
2672 (makefile-fill-paragraph): Use eolp.
2673
2674 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2675
2676 * autorevert.el (auto-revert-use-notify): Fix docstring.
2677
2678 2013-01-30 Leo Liu <sdl.web@gmail.com>
2679
2680 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2681
2682 2013-01-30 Glenn Morris <rgm@gnu.org>
2683
2684 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2685 unread-command-events twice in some cases. This tries to implement
2686 the 2012-07-26 changes in a different way. (Bug#13560)
2687
2688 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2689
2690 * progmodes/python.el
2691 (python-pdbtrack-comint-output-filter-function): Enhancements on
2692 stacktrace detection. (thanks @gnovak)
2693
2694 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2697 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2698 Use defvar-local.
2699 (jit-lock-register): Use setq-local.
2700
2701 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2702
2703 * calc-units.el (math-default-units-table): Remove initial value.
2704 (calc-convert-units): Treat expressions where all the units cancel as
2705 if they didn't have units.
2706
2707 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2708
2709 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2710 (tramp-completion-reread-directory-timeout): Fix type.
2711 (tramp-connection-min-time-diff): New defcustom.
2712
2713 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2714
2715 2013-01-30 Glenn Morris <rgm@gnu.org>
2716
2717 * imenu.el (imenu-default-create-index-function):
2718 Put back a version of the infinite loop test removed 2013-01-23.
2719
2720 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2721
2722 * progmodes/python.el (python-shell-parse-command):
2723 Find python-shell-interpreter with modified environment.
2724
2725 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2728
2729 2013-01-29 Alan Mackenzie <acm@muc.de>
2730
2731 Amend to fontify /regexp/s in actions correctly.
2732 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2733 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2734 are no longer included.
2735 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2736 What used to be these variables without "-line" in the name.
2737 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2738 (c-awk-non-arith-op-bra-re): Now also matches {.
2739 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2740 "return", and "case".
2741 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2742 by /.
2743 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2744 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2745
2746 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2747
2748 * autorevert.el (auto-revert-use-notify):
2749 Use `custom-initialize-default' for initialization. (Bug#13583)
2750
2751 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2752
2753 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2754 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2755 in `tramp-file-name-handler'.
2756 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2757 compatibility.
2758 (tramp-compute-multi-hops): Check, whether
2759 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2760
2761 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2764 (bug#13297).
2765
2766 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2767
2768 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2769 checks made superfluous by the \_< operator.
2770 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2771 temporarily) broken indentation.
2772 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2773 Highlight nested constants, too. \_< broke that.
2774
2775 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2776
2777 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2778 instead of "\\b".
2779
2780 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * autorevert.el (auto-revert-handler): Notifications which result
2783 from a saved file shall not be taken into account. (Bug#13557)
2784
2785 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2786
2787 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2788 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2789 (lisp-mode): Pass t for it. (Bug#13556)
2790
2791 2013-01-25 Alan Mackenzie <acm@muc.de>
2792
2793 AWK Mode: Fix indentation bug at top level. Bug #12274.
2794
2795 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2796 just before CASE 5D.
2797
2798 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2799
2800 * net/socks.el (socks-nslookup-host): Use string-to-number.
2801
2802 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2803
2804 * autorevert.el (auto-revert-remote-files)
2805 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2806 (auto-revert-notify-enabled, auto-revert-use-notify)
2807 (auto-revert-notify-watch-descriptor-hash-list)
2808 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2809 (auto-revert-notify-event-descriptor)
2810 (auto-revert-notify-event-action)
2811 (auto-revert-notify-event-file-name): Doc fix.
2812 (global-auto-revert-mode): Reorder checks.
2813 (auto-revert-notify-rm-watch): Respect changed values of
2814 `auto-revert-notify-watch-descriptor-hash-list'.
2815 (auto-revert-notify-add-watch): Check for
2816 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2817 `inotify-add-watch'. Watch `default-directory' instead of
2818 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2819 has a changed meaning now. (Bug#13540)
2820 (auto-revert-notify-handler): Change implementation wrt events
2821 returning from a directory.
2822 (auto-revert-handler): Reorder implementation for checks of remote
2823 files.
2824 (auto-revert-buffers): Fix parentheses error.
2825
2826 2013-01-25 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2827
2828 * progmodes/python.el: Enhancements to header documentation about
2829 skeletons. (Bug#5716)
2830
2831 * imenu.el (imenu-default-create-index-function): Remove useless
2832 infinite loop check. (Bug#13438)
2833
2834 2013-01-25 Alan Mackenzie <acm@muc.de>
2835
2836 Fix a bug in the state cache mechanism. Refactor this a bit.
2837
2838 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2839 `cache-pos' element from the return value.
2840 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2841 buffer to enable proper searching from beyond HERE. Amend the
2842 test for detecting the sought brace pair. Amend the value written
2843 to the "brace desert cache" when the brace isn't found.
2844 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2845 and several other variables analogously.
2846 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2847 parameter to a locally calculated variable.
2848 (c-parse-state-1): Change the calling conventions to the two
2849 defuns involving `cache-pos'.
2850
2851 2013-01-25 Chong Yidong <cyd@gnu.org>
2852
2853 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2854
2855 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2856
2857 * paren.el (show-paren-function): Make sure to set 'priority and
2858 'face only if the overlay does exist.
2859
2860 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2861
2862 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2863
2864 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2865 basic attributes.
2866 (tramp-sh-handle-set-file-acl): Improve error checking.
2867
2868 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2869
2870 * doc-view.el (doc-view-display): Force mode line update until all
2871 document is converted. Suggested by Stefan Monnier (Bug#13164).
2872
2873 2013-01-23 Bastien Guerry <bzg@gnu.org>
2874
2875 * paren.el (show-paren-function): Make sure an overlay exists
2876 before trying to delete it. Also use `pos' as a position only
2877 when it is an integer.
2878
2879 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2880
2881 * play/gametree.el (gametree-break-line-here): Use point-marker.
2882
2883 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2884
2885 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2886 Mark descriptive parts with `display' property.
2887
2888 2013-01-21 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2889
2890 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2891 New variable to map standard dict names to hunspell ones.
2892 (ispell-set-spellchecker-params): Make sure specific dict names
2893 are used for standard dicts with hunspell.
2894
2895 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2896
2897 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2898 chars for note (%N) and url (%U).
2899 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2900
2901 2013-01-21 Juri Linkov <juri@jurta.org>
2902
2903 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2904 in addition to existing separate binding `meta f10' in `global-map'.
2905 (Bug#13484)
2906
2907 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2908
2909 Improve XEmacs compatibility.
2910
2911 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2912
2913 * net/tramp-adb.el (top): Require `time-date'.
2914 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2915 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2916 Use `tramp-file-name-handler'.
2917 (tramp-adb-maybe-open-connection):
2918 Use `tramp-compat-set-process-query-on-exit-flag'.
2919
2920 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2921 Use `tramp-compat-funcall'.
2922
2923 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2924 `tramp-compat-funcall'.
2925
2926 2013-01-21 JĂ¼rgen Hötzel <juergen@archlinux.org>
2927
2928 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2929 reimplementation using "adb shell command ..." instead of running
2930 remote shell interactively.
2931
2932 2013-01-20 Glenn Morris <rgm@gnu.org>
2933
2934 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2935 Add native profiler menu entries.
2936
2937 * profiler.el (profiler-running-p): New function.
2938 (profiler-cpu-profile): Use profiler-running-p.
2939 (profiler-report-mode-map): Add some more menu entries.
2940
2941 2013-01-19 Glenn Morris <rgm@gnu.org>
2942
2943 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2944 fixes 2012-12-07 change. (Bug#13499)
2945
2946 2013-01-19 Leo Liu <sdl.web@gmail.com>
2947
2948 * dired.el (dired-get-marked-files): Prune erroneous values due to
2949 last change. (Bug#13152)
2950
2951 2013-01-19 Glenn Morris <rgm@gnu.org>
2952
2953 * progmodes/etags.el (tags-table-check-computed-list):
2954 Preserve point in tags buffer. (Bug#13412)
2955
2956 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2957
2958 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2959 Chong Yidong <cyd@gnu.org>
2960
2961 * image-mode.el (image-next-file, image-previous-file):
2962 New commands (Bug#8453).
2963 (image-mode-map): Bind them to n and p.
2964 (image-mode--images-in-directory): New helper function.
2965
2966 2013-01-19 Chong Yidong <cyd@gnu.org>
2967
2968 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2969 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2970 save and restore the old window configuration.
2971
2972 2013-01-18 Leo Liu <sdl.web@gmail.com>
2973
2974 * progmodes/js.el: Tweak autoload cookie for alias.
2975
2976 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2977
2978 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2979 buffer local, again. This was lost with the fix on 2013-01-12.
2980
2981 2013-01-17 JĂ¼rgen Hötzel <juergen@archlinux.org>
2982
2983 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2984 order to support several eshell buffers in parallel.
2985
2986 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2987
2988 * autorevert.el (auto-revert-use-notify): In the :set function, do
2989 not modify `kill-buffer-hook'.
2990 (auto-revert-notify-rm-watch):
2991 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2992 (auto-revert-notify-add-watch): Do not call
2993 `auto-revert-notify-rm-watch', but add it to a buffer local
2994 `kill-buffer-hook'.
2995
2996 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2999 call to `eval' rather than a backquoted lambda.
3000
3001 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3004 to return an explicit nil.
3005 (advice--remove-function): Change accordingly.
3006
3007 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3008 the use of nadvice.el.
3009
3010 * progmodes/which-func.el (which-function): Silence imenu errors
3011 (bug#13433).
3012
3013 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3014
3015 * progmodes/sql.el (sql-imenu-generic-expression):
3016 (sql-mode-font-lock-object-name): Match schema qualified names.
3017 (sql-connect): Use string keys.
3018 (sql-product-interactive): Wait for interpreter prompt.
3019 (sql-comint-oracle): Set process coding based on NLS_LANG.
3020
3021 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3022
3023 * progmodes/sql.el (sql-output-to-send): Remove, unused.
3024 (sql-interactive-remove-continuation-prompt):
3025 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3026
3027 2013-01-14 Leo Liu <sdl.web@gmail.com>
3028
3029 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3030 (Bug#13420)
3031
3032 2013-01-14 Glenn Morris <rgm@gnu.org>
3033
3034 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3035 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
3036
3037 2013-01-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3038
3039 * progmodes/python.el (python-nav-end-of-statement):
3040 Fix cornercase when handling multiline strings.
3041
3042 2013-01-13 Richard Stallman <rms@gnu.org>
3043
3044 * mail/sendmail.el (mail-position-on-field): Add doc string.
3045
3046 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3047 Get current message boundaries and pass them to
3048 message-forward-make-body-mime. Minor style changes.
3049
3050 2013-01-13 Eli Zaretskii <eliz@gnu.org>
3051
3052 * cus-start.el (all): Avoid warnings about
3053 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3054
3055 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
3056
3057 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3058
3059 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * jit-lock.el (jit-lock-debug-mode): New minor mode.
3062 (jit-lock--debug-fontifying): New var.
3063 (jit-lock--debug-fontify): New function.
3064 * subr.el (condition-case-unless-debug): Don't prevent catching the
3065 error, just let the debbugger run.
3066 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3067 timer code and don't drop errors silently.
3068
3069 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
3070
3071 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3072 `permanent-local' property.
3073 (auto-revert-notify-handler): Use `file-equal-p'.
3074
3075 2013-01-12 Eli Zaretskii <eliz@gnu.org>
3076
3077 * autorevert.el (auto-revert-notify-handler): Fix filtering of
3078 file notification by ACTION. For filtering by file name, compare
3079 only the non-directory part of the file name.
3080
3081 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * autorevert.el: Use cl-lib instead of cl.
3084
3085 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3086 (vc-bzr-checkin): Use it.
3087 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3088 will preserve match-data.
3089
3090 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
3091
3092 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3093 (js--declaration-keyword-re): New var.
3094 (js--multi-line-declaration-indentation): New function.
3095 (js--proper-indentation): Use it.
3096
3097 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
3098
3099 * calc/calc.el (calc-highlight-selections-with-faces)
3100 (calc-dispatch):
3101 * comint.el (comint-history-isearch-message):
3102 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3103 * ffap.el (ffap-string-at-point-region, ffap-next)
3104 (ffap-string-at-point, ffap-string-around)
3105 (ffap-copy-string-as-kill, ffap-highlight-overlay)
3106 (ffap-literally):
3107 * font-lock.el (font-lock-keywords-alist)
3108 (font-lock-removed-keywords-alist):
3109 * help-mode.el (help-xref-symbol-regexp):
3110 * info.el (Info-find-emacs-command-nodes):
3111 * international/mule.el (add-to-coding-system-list):
3112 * isearch.el (isearch-message-function, isearch-fail-pos):
3113 * misearch.el (multi-isearch-next-buffer-function):
3114 * newcomment.el (comment-box):
3115 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3116 (pr-setting-database):
3117 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3118 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3119 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3120 (pike-font-lock-keywords-3):
3121 * progmodes/compile.el (compile):
3122 * progmodes/etags.el (tags-table-files)
3123 (tags-table-files-function, tags-included-tables-function):
3124 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3125 (gdb-restore-windows):
3126 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3127 (ps-n-up-filling-database):
3128 * server.el (server-buffer, server-log):
3129 * simple.el (newline, delete-backward-char, delete-forward-char)
3130 (minibuffer-history-isearch-message, kill-line, track-eol)
3131 (temporary-goal-column):
3132 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3133 (flyspell-default-deplacement-commands):
3134 * textmodes/ispell.el (ispell-accept-output):
3135 * textmodes/sgml-mode.el (html-tag-help):
3136 * vc/compare-w.el (compare-ignore-whitespace)
3137 (compare-ignore-case, compare-windows-dehighlight):
3138 * vc/diff.el (diff):
3139 * whitespace.el (whitespace-point)
3140 (whitespace-font-lock-refontify, whitespace-bob-marker)
3141 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3142
3143 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
3144
3145 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3146 (auto-revert-notify-rm-watch): Ignore errors.
3147 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
3148 inotify, and '(size last-write-time) for w32notify.
3149 Set buffer-local `auto-revert-use-notify' to nil when adding a file
3150 watch fails - this is a fallback to the file modification check.
3151 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3152 (auto-revert-notify-event-action)
3153 (auto-revert-notify-event-file-name): New defuns.
3154 (auto-revert-notify-handler): Use them. Implement first
3155 plausibility checks.
3156 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3157
3158 2013-01-11 Julien Danjou <julien@danjou.info>
3159
3160 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3161 max are almost equal. Also return the correct value for V which is
3162 already between 0 and 1.
3163
3164 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3165
3166 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3167
3168 2013-01-11 Eli Zaretskii <eliz@gnu.org>
3169
3170 * autorevert.el (auto-revert-notify-rm-watch)
3171 (auto-revert-notify-add-watch): Fix typos in w32notify function
3172 names.
3173
3174 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3175
3176 * autorevert.el (auto-revert-notify-enabled): Move up.
3177 (auto-revert-use-notify): New defcustom.
3178 (auto-revert-mode, global-auto-revert-mode)
3179 (auto-revert-notify-add-watch, auto-revert-handler)
3180 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3181 `auto-revert-notify-enabled'.
3182
3183 2013-01-10 Elias Pipping <pipping@exherbo.org>
3184
3185 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3186 * doc-view.el (doc-view-document->bitmap):
3187 Use doc-view-single-page-converter-function instead of
3188 single-page-converter arg; adjust callers.
3189
3190 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
3191
3192 * progmodes/which-func.el (which-function): Understand Semantic's use
3193 of overlays in imenu--index-alist.
3194
3195 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
3196
3197 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
3198 (Man-man-k-use-anchor): New var.
3199 (Man-parse-man-k): New function.
3200 (Man-completion-table): Use it.
3201 (man): Flush the completion cache between uses.
3202
3203 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3204
3205 * autorevert.el: Add file watch support.
3206 (auto-revert-notify-enabled): New defconst.
3207 (auto-revert-notify-watch-descriptor-hash-list)
3208 (auto-revert-notify-watch-descriptor)
3209 (auto-revert-notify-modified-p): New defvars.
3210 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3211 (auto-revert-notify-handler): New defuns.
3212 (auto-revert-mode, global-auto-revert-mode): Remove file watches
3213 when mode is disabled.
3214 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3215 (auto-revert-buffers): Add file watches for active buffers.
3216
3217 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3218
3219 * cus-start.el (toplevel): Only allow float values for
3220 scroll-up-aggressively and scroll-down-aggressively.
3221 Allow any number for line-spacing.
3222
3223 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3226 (doc-view-pdf->png-converter-function): Use mupdf if available.
3227 (doc-view-djvu->png-converter-function)
3228 (doc-view-ps->png-converter-function): Remove.
3229 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3230 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3231 (doc-view-already-converted-p): Adjust accordingly.
3232 (doc-view-mode-p): Simplify.
3233 (doc-view-enlarge): Use setq-local.
3234 (doc-view-pdf->png-converter-ghostscript)
3235 (doc-view-djvu->png-converter-ddjvu)
3236 (doc-view-pdf->png-converter-mupdf): Rework to call
3237 doc-view-start-process directly.
3238 (doc-view-pdf/ps->png): Simplify accordingly.
3239 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3240 (doc-view-document->bitmap): Rename from doc-view-document->png.
3241 (doc-view-convert-current-doc): Merge pdf and djvu cases.
3242 (doc-view-set-slice-from-bounding-box): Fix completion table.
3243 (doc-view-mode): Use add-hook for after-revert-hook.
3244
3245 2013-01-10 Glenn Morris <rgm@gnu.org>
3246
3247 * emacs-lisp/authors.el (authors-ignored-files)
3248 (authors-valid-file-names, authors-renamed-files-alist):
3249 Add some more entries.
3250
3251 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3254 `t' pseudo-window entry.
3255
3256 2013-01-10 Alan Mackenzie <acm@muc.de>
3257
3258 Fix bugs in the c-parse-state mechanism. Reuse some markers
3259 instead of continually generating new ones.
3260
3261 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3262 (c-state-old-cpp-end-marker): New variables.
3263 (c-append-lower-brace-pair-to-state-cache): Start a backward
3264 search for "}" definitively outside CPP constructs.
3265 (c-remove-stale-state-cache): Inform the caller of a need to
3266 search back for a brace pair in certain circumstances.
3267 (c-state-maybe-marker): New macro.
3268 (c-parse-state): Reuse markers when appropriate.
3269
3270 2013-01-10 Glenn Morris <rgm@gnu.org>
3271
3272 * simple.el (execute-extended-command): Doc fix.
3273 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3274
3275 2013-01-10 Chong Yidong <cyd@gnu.org>
3276
3277 * faces.el (read-face-name): Doc fix.
3278
3279 2013-01-10 Roland Winkler <winkler@gnu.org>
3280
3281 * emacs-lisp/crm.el: Allow any regexp for separators.
3282 (crm-default-separator): All spaces around the default comma separator.
3283 (crm--completion-command): New macro.
3284 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3285 (crm-complete-and-exit): Handle non-single-char separators.
3286
3287 2013-01-09 Elias Pipping <pipping@lavabit.com>
3288
3289 * doc-view.el: Add support for DjVu (bug#13164).
3290 (doc-view-djvu->png-converter-function): New config var.
3291 (doc-view-single-page-converter-function, doc-view--image-type)
3292 (doc-view--image-file-extension): New vars.
3293 (doc-view-mode): Initialize them.
3294 (doc-view-goto-page): Use them.
3295 (doc-view-mode-p): Add support for ddjvu.
3296 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3297 (doc-view-set-up-single-converter): New funs.
3298 (doc-view-pdf/ps->png): Extend for djvu.
3299 (doc-view-document->png): Rename from doc-view-pdf->png.
3300 (doc-view-convert-current-doc): Handle djvu.
3301 (doc-view-insert-image, doc-view-display)
3302 (doc-view-already-converted-p): Don't hardcode png.
3303 (doc-view-set-doc-type): Recognize djvu docs.
3304
3305 2013-01-09 Elias Pipping <pipping@lavabit.com>
3306
3307 * doc-view.el: Add support for mupdf converter (bug#13164).
3308 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3309 (doc-view-ps->png-converter-function): New config vars.
3310 (doc-view-pdf->png-converter-ghostscript)
3311 (doc-view-ps->png-converter-ghostscript)
3312 (doc-view-pdf->png-converter-mupdf): New functions.
3313 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3314
3315 2013-01-09 JĂ¼rgen Hötzel <juergen@archlinux.org>
3316
3317 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3318 first in session cache: When `tramp-own-remote-path' is in
3319 `tramp-remote-path', the remote path is only set in the session
3320 cache.
3321
3322 2013-01-09 Glenn Morris <rgm@gnu.org>
3323
3324 * emacs-lisp/trace.el (trace-function-foreground)
3325 (trace-function-background): Doc fix.
3326
3327 2013-01-09 Juri Linkov <juri@jurta.org>
3328
3329 * international/mule-cmds.el (read-char-by-name): Move let-binding
3330 of completion-ignore-case around completing-read to fix regression
3331 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3332 `string-match-p' using the nil value of `case-fold-search' and
3333 `completion-ignore-case' in `completion-pcm--all-completions'.
3334 (Bug#12615).
3335
3336 2013-01-09 Glenn Morris <rgm@gnu.org>
3337
3338 * progmodes/compile.el (compilation-parse-errors):
3339 Fix typo. (Bug#13369)
3340
3341 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3342
3343 * comint.el (comint-send-input): Check size of buffer before
3344 waiting for process output, in case already accepted. (Bug#13290)
3345
3346 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3347
3348 Spelling fixes.
3349 * net/tramp-adb.el (tramp-adb-get-toolbox):
3350 Fix misspelling of 'unknown'.
3351
3352 2013-01-08 Juri Linkov <juri@jurta.org>
3353
3354 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3355 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3356 Use underline style wave on terminals that support it. (Bug#13000)
3357
3358 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3359
3360 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3361 the predicate returns nil.
3362
3363 * simple.el: Use lexical-binding.
3364 (primitive-undo): Use pcase.
3365 (minibuffer-history-isearch-push-state): Use a closure.
3366
3367 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3368
3369 * simple.el (primitive-undo): Move from undo.c.
3370
3371 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3374 (cvs-mode-remove-handled): Use it (bug#13380).
3375
3376 * emacs-lisp/nadvice.el (advice--tweak): New function.
3377 (advice--remove-function, advice--subst-main): Use it.
3378
3379 * emacs-lisp/advice.el: Update commentary.
3380
3381 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3382
3383 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3384 Remove spurious entry.
3385
3386 2013-01-08 Glenn Morris <rgm@gnu.org>
3387
3388 * net/tramp.el (tramp-default-host-alist): Add :version.
3389
3390 2013-01-08 Juri Linkov <juri@jurta.org>
3391
3392 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3393 single completion. (Bug#12456)
3394 (info--manual-names): Expand node completions into an explicit list
3395 before appending it to another list. Filter out internal buffers
3396 with the leading space in the buffer name. (Bug#10771)
3397
3398 2013-01-08 Juri Linkov <juri@jurta.org>
3399
3400 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3401 that defaults to the Top node.
3402 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3403 the short format (FILENAME) goes to the Top node.
3404 (Info-build-node-completions): Rename arg `file' to `filename'.
3405 (Bug#13365)
3406
3407 2013-01-07 Bastien Guerry <bzg@gnu.org>
3408
3409 * menu-bar.el (menu-bar-search-documentation-menu):
3410 Use `apropos-user-option' and fix the help message.
3411
3412 2013-01-07 Bastien Guerry <bzg@gnu.org>
3413
3414 * apropos.el (apropos-do-all): Update docstring.
3415 (apropos-user-option-button): New face.
3416 (apropos-user-option): Rename from `apropos-variable' and update
3417 docstring.
3418 (apropos-variable): Rewrite, now show all variables by default.
3419 (apropos-print): Mention "User option" instead of "Variable" when
3420 printing doc for user options. (Bug#13276)
3421
3422 2013-01-07 JĂ¼rgen Hötzel <juergen@archlinux.org>
3423
3424 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3425 Handle filename correctly, when parsing "source -> target" symlink
3426 output.
3427 (tramp-adb-handle-set-file-times): New defun.
3428
3429 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3432 advice list when the interactive-spec of ad-Advice-* changes.
3433
3434 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3435
3436 * wid-edit.el (widget-default-get): Work for inlined elements.
3437 (Bug#12670)
3438
3439 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3440
3441 * net/tramp.el (tramp-default-host-alist): New defcustom.
3442 (tramp-find-host): Use it.
3443 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3444 `eshell-directory-change-hook'.
3445
3446 * net/tramp-adb.el (top): Add adb specific entry in
3447 `tramp-default-host-alist'.
3448 (tramp-adb-file-name-host): Remove function.
3449 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3450 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3451
3452 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3453
3454 2013-01-06 JĂ¼rgen Hötzel <juergen@archlinux.org>
3455
3456 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3457
3458 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3459
3460 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3461 consist of more than one digit.
3462 (tramp-adb-file-name-handler-alist):
3463 Use `tramp-handle-file-exists-p' consistently.
3464 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3465 (tramp-adb-handle-file-exists-p): Remove function.
3466 (tramp-adb-file-name-host): New defun.
3467 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3468 Use it.
3469 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3470
3471 2013-01-06 Chong Yidong <cyd@gnu.org>
3472
3473 * vc/vc.el (vc-next-action): Detect buffer modifications
3474 conflicting with locking VCS operation (Bug#11490).
3475
3476 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3477
3478 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3479
3480 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3481 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3482
3483 2013-01-05 JĂ¼rgen Hötzel <juergen@archlinux.org>
3484
3485 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3486 parsing of ls output using regular expression (handle filenames
3487 with spaces). Use virtual device number.
3488 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3489 cleanup).
3490
3491 2013-01-04 Daiki Ueno <ueno@gnu.org>
3492
3493 * epg.el: Silence byte-compiler warnings.
3494 (epg--start): Use delete-char instead of delete-backward-char.
3495 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3496
3497 2013-01-04 Daiki Ueno <ueno@gnu.org>
3498
3499 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3500 Suggested by Eli Zaretskii <eliz@gnu.org>.
3501
3502 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3503
3504 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3505 non-negative integers. Otherwise, the default values are used.
3506 (tramp-convert-file-attributes): Convert uid and gid to integers.
3507
3508 2013-01-04 Glenn Morris <rgm@gnu.org>
3509
3510 * term.el (term-handle-colors-array): Ensure face attributes
3511 are fully specified, not nil. (Bug#13337)
3512
3513 * term.el (term-default-fg-color, term-default-bg-color):
3514 Fix custom type.
3515
3516 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3517 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3518 rather than 'jka-compr being loaded. (Bug#13338)
3519
3520 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3521
3522 * icomplete.el (icomplete-completions):
3523 Honor icomplete-prospects-height once more following
3524 2012-11-29 changes. (Bug#13224)
3525
3526 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3527
3528 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3529 of called-interactively-p as well (bug#13237).
3530
3531 * view.el (view--enable, view--disable): Rename from view-mode-enable
3532 and view-mode-disable and assume it's called from view-mode.
3533 (view-mode-enable, view-mode-disable): Redefine as obsolete
3534 compatibility layer above view-mode.
3535 (view-mode-enter): Call `view-mode'.
3536
3537 * files.el (after-find-file): Call `view-mode'.
3538
3539 * doc-view.el (doc-view-scale-internally): New var.
3540 (doc-view-enlarge, doc-view-insert-image): Obey it.
3541
3542 2013-01-03 Daiki Ueno <ueno@gnu.org>
3543
3544 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3545 exist. (Bug#13344)
3546
3547 2013-01-03 Glenn Morris <rgm@gnu.org>
3548
3549 * mail/rmail.el (rmail-set-header-1): Ignore case.
3550 Handle multi-line headers. (Bug#13330)
3551
3552 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3553 Handle paragraph starting at beginning of buffer.
3554
3555 * subr.el (eval-after-load): Don't purecopy the form, so that it
3556 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3557
3558 * emacs-lisp/byte-run.el (defun): Place cl declarations
3559 after any interactive spec. (Bug#13265)
3560
3561 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3562
3563 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3564 defun. Don't check for DECL if DOCSTRING isn't a string.
3565 (defun): Likewise.
3566
3567 2013-01-02 Glenn Morris <rgm@gnu.org>
3568
3569 * eshell/em-cmpl.el (eshell-pcomplete):
3570 More thoroughly imitate pcomplete. (Bug#13293)
3571
3572 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3573 Return nil for empty path elements. (Bug#13296)
3574
3575 2013-01-02 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3576
3577 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3578 order to improve efficiency (Based on Daniel Colascione's
3579 <dancol@dancol.org> patch). (Bug#13182)
3580
3581 2013-01-02 Glenn Morris <rgm@gnu.org>
3582
3583 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3584
3585 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3586
3587 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3588 neither DOCSTRING nor DECL was given. (Bug#13316)
3589
3590 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3591
3592 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3593 `error' call.
3594 (tramp-do-copy-or-rename-file): Ignore errors when calling
3595 `set-file-extended-attributes'.
3596
3597 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3598 Add handler for `file-acl'.
3599 (tramp-smb-handle-file-acl): New defun.
3600
3601 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3602
3603 * calc/README: Mention ISO 8601 week-numbering dates.
3604
3605 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3606
3607 * view.el (view-mode-enable): New argument run-view-mode-hook.
3608 Run view-mode-hook only when it's non-nil (Bug#13315).
3609 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3610 argument t.
3611
3612 2012-12-31 JĂ¼rgen Hötzel <juergen@archlinux.org>
3613
3614 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3615 (No device connected, invalid device name). (Bug #13299)
3616
3617 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3618
3619 * window.el (window-resizable--p): Rename to window-resizable-p.
3620 (window-resize-no-error): New function.
3621
3622 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3623 broken in fix from 2012-12-28.
3624
3625 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * subr.el (special-form-p): Don't signal errors on undef aliases.
3628
3629 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3630
3631 * calc/calc-forms.el (math-parse-date): Try using
3632 `math-parse-iso-date' when it looks like it might be needed.
3633 Allow times of 24:00.
3634 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3635 of 24:00.
3636
3637 2012-12-30 Glenn Morris <rgm@gnu.org>
3638
3639 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3640 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3641 (rmail-summary-displayed, rmail-summary): Declare.
3642 (mairix-rmail-display): Just require rmail.
3643
3644 2012-12-30 Chong Yidong <cyd@gnu.org>
3645
3646 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3647 check for the tarball contents.
3648
3649 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3650
3651 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3652 tarfile content listings (Bug#13136).
3653
3654 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3655
3656 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3657 Insert the undecoded text of the message being forwarded. (Bug#9521)
3658
3659 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3662 integers, if they are real numbers. (Bug#13282)
3663
3664 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3665 Return `t' on success.
3666
3667 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3668 Add handler for `set-file-selinux-context'.
3669
3670 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3671
3672 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3673 (tramp-sh-handle-set-file-acl): Return `t' on success.
3674
3675 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3676
3677 * files.el (backup-buffer-copy, basic-save-buffer-2):
3678 If set-file-extended-attributes fails, fall back on set-file-modes
3679 instead of signaling an error. (Bug#13298)
3680 (basic-save-buffer): Likewise.
3681
3682 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3683
3684 * progmodes/python.el: Support other commands triggering
3685 python-indent-line so indentation cycling continues to work.
3686 (python-indent-trigger-commands): New defcustom.
3687 (python-indent-line): Use it.
3688
3689 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3690
3691 * progmodes/python.el (python-shell-send-region): Add blank lines
3692 for non sent code so backtraces remain correct.
3693
3694 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3695
3696 * progmodes/python.el: Remove cl dependency.
3697 (python-syntax-count-quotes): Replace incf call.
3698 (python-fill-string): Replace setf call.
3699
3700 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3701
3702 * info.el (info-other-window): New arg, for consistency with info.
3703
3704 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3705
3706 * mail/rmail.el (rmail-maybe-display-summary):
3707 Rewrite (Bug#13066).
3708
3709 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3710
3711 * epg.el (epg--start): Modify process-environment locally.
3712
3713 2012-12-28 Daiki Ueno <ueno@gnu.org>
3714
3715 * epg.el: Support pinentry-curses.
3716 Suggested by Werner Koch in
3717 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3718 (epg-agent-file, epg-agent-mtime): New variable.
3719 (epg--start): Record the modified time of gpg-agent socket file,
3720 to restore Emacs frame after pinentry-curses termination.
3721 (epg-wait-for-completion): Restore Emacs frame here.
3722
3723 2012-12-27 Juri Linkov <juri@jurta.org>
3724
3725 * info.el (Info-file-completions): New variable.
3726 (Info-read-node-name-1): Complete node names in the Info file
3727 when a file name is given. Call `Info-build-node-completions'
3728 with a file name.
3729 (Info-build-node-completions): Add new arg `file'. When it is
3730 non-nil, visit it in a temporary buffer and cache its completions in
3731 `Info-current-file-completions'. Move most of the function body to
3732 `Info-build-node-completions-1'.
3733 (Info-build-node-completions-1): New function with the body from
3734 `Info-build-node-completions'. (Bug#12456)
3735
3736 2012-12-27 Juri Linkov <juri@jurta.org>
3737
3738 * frame.el (frame-maximization-style): Remove user option.
3739 (cycle-frame-maximized): Remove function.
3740 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3741 (toggle-frame-fullscreen): New command bound to <f11> instead of
3742 `toggle-frame-maximized'.
3743 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3744
3745 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3746
3747 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3748
3749 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3750 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3751 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3752 for `file-accessible-directory-p'. (Bug#13275)
3753
3754 2012-12-27 Sam Steingold <sds@gnu.org>
3755
3756 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3757 continuations, see <http://stackoverflow.com/questions/3582436>.
3758
3759 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3760
3761 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3762 "module" and "def" to have indentation before them.
3763 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3764
3765 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3766
3767 2012-12-27 Alan Mackenzie <acm@muc.de>
3768
3769 Speed up fontification where there's large brace blocks.
3770 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3771 to a call of c-beginning-of-decl-1.
3772
3773 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3774
3775 * comint.el (comint-adjust-window-point): New function.
3776 (comint-postoutput-scroll-to-bottom):
3777 Call comint-adjust-window-point (Bug#13248).
3778
3779 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3780
3781 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3782 Rakefile regexp.
3783 (auto-mode-alist): Associate .gemspec files with ruby-mode
3784 (https://bugs.ruby-lang.org/issues/5453).
3785
3786 2012-12-26 JĂ¼rgen Hötzel <juergen@archlinux.org>
3787
3788 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3789 Suppress coloring, if possible (required for BusyBox based systems like
3790 CyanogenMod).
3791 (tramp-adb-handle-file-attributes)
3792 (tramp-adb-handle-insert-directory)
3793 (tramp-adb-handle-file-name-all-completions): Use it.
3794 (tramp-adb-get-toolbox): New defun. Check for remote shell
3795 implementation (BusyBox or Toolbox).
3796
3797 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3798
3799 * startup.el (initial-buffer-choice): Allow function as value
3800 (Bug#13251).
3801 (command-line-1): Handle case where initial-buffer-choice
3802 specifies a function.
3803 * server.el (server-execute): Handle case where
3804 initial-buffer-choice specifies a function.
3805
3806 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3807
3808 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3809 its own function.
3810 (smtpmail-try-auth-methods): Forget the user name/password if the
3811 login is unsuccessful (bug#12424).
3812
3813 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * notifications.el (notifications-notify): Protect body with
3816 `with-demoted-errors'.
3817
3818 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3819 Check properties of remote device. Restart connection, if there is a
3820 change.
3821
3822 2012-12-21 Chong Yidong <cyd@gnu.org>
3823
3824 * sort.el (sort-subr): Doc fix (Bug#13056).
3825
3826 2012-12-21 Bastien Guerry <bzg@gnu.org>
3827
3828 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3829
3830 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3831
3832 * simple.el (process-file): Overwrite stderr file, if exists.
3833
3834 2012-12-21 Daiki Ueno <ueno@gnu.org>
3835
3836 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3837 (epg-error): Set `error-message' property.
3838
3839 2012-12-21 Chong Yidong <cyd@gnu.org>
3840
3841 * international/mule-cmds.el (read-char-by-name): Signal an error
3842 if the user does not supply a valid character (Bug#13177).
3843
3844 * simple.el (transpose-subr-1): Preserve marker positions by
3845 changing the insertion sequence (Bug#13122).
3846
3847 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3848
3849 * simple.el (kill-region): Deactivate mark even for empty regions
3850 (Bug#13169).
3851
3852 2012-12-21 Chong Yidong <cyd@gnu.org>
3853
3854 * help-fns.el (describe-variable): Make sure we get the right
3855 buffer name (Bug#13105). Suggested by Kelly Dean.
3856
3857 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3858
3859 * comint.el (comint-redirect-previous-input-string): New variable.
3860 (comint-redirect-setup, comint-redirect-cleanup)
3861 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3862 (comint-redirect-preoutput-filter): Fix verbose message.
3863
3864 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3865
3866 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3867 is too long for Tramp. See discussion in
3868 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3869
3870 * progmodes/compile.el (compilation-start): Remove line escape
3871 template.
3872
3873 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3874
3875 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3876 Adjust comment.
3877
3878 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3879
3880 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3881 following non-comment text (bug#13207).
3882 (lm-header-multiline): Continuation lines need to be indented more than
3883 the first line.
3884 (lm-homepage): New function.
3885 (lm-with-file): Don't be confused if narrowing is in effect.
3886
3887 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3890 very beginning of a hunk (e.g. killing the first line).
3891
3892 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3893
3894 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3895 and text properties from returned ACL string.
3896 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3897 for "setfacl" command.
3898
3899 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3900
3901 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3902 `tramp-cleanup-this-connection', when the process has died.
3903 (Bug#13151)
3904
3905 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3908
3909 2012-12-17 Kevin Ryde <user42@zip.com.au>
3910
3911 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3912
3913 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3914
3915 Add support for preserving ACL entries of files.
3916
3917 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3918 `set-file-acl' handlers.
3919
3920 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3921 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3922
3923 * net/tramp-compat.el (tramp-compat-copy-file):
3924 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3925
3926 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3927 Add `file-acl' and `set-file-acl' handlers.
3928 (tramp-gvfs-handle-copy-file):
3929 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3930 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3931 New defuns.
3932
3933 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3934 Add `file-acl' and `set-file-acl' handlers.
3935 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3936 (tramp-sh-handle-set-file-acl): New defuns.
3937 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3938 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3939
3940 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3941 Add `file-acl' and `set-file-acl' handlers.
3942 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3943
3944 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3945
3946 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3947 use pop-to-buffer with NORECORD argument t. As buffer name, use
3948 *Metahelp* with a leading space (Bug#13190).
3949
3950 2012-12-16 Romain Francoise <romain@orebokech.com>
3951
3952 * files.el (file-extended-attributes)
3953 (set-file-extended-attributes): New functions.
3954 (backup-buffer): Use them to handle both SELinux context and ACL
3955 entries.
3956 (backup-buffer-copy): Work with an alist of extended attributes,
3957 rather than an SELinux context.
3958 (basic-save-buffer-2): Ditto.
3959
3960 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3961
3962 * battery.el (battery-bsd-apm): New function.
3963
3964 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3965
3966 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3967 standard date formats.
3968
3969 2012-12-15 Juri Linkov <juri@jurta.org>
3970
3971 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3972 `isearch-insert-char-by-name'.
3973 (with-isearch-suspended): New defmacro with body mostly from
3974 `isearch-edit-string' except the part that sets
3975 `isearch-new-string' and `isearch-new-message'.
3976 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3977 body that sets `isearch-new-string' and `isearch-new-message'.
3978 (isearch-insert-char-by-name): New command.
3979 * international/mule-cmds.el (read-char-by-name): Let-bind
3980 `enable-recursive-minibuffers' to t.
3981 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3982
3983 2012-12-15 Juri Linkov <juri@jurta.org>
3984
3985 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3986 (Bug#13175)
3987
3988 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3989
3990 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3991 the prompt. (Bug#13045)
3992
3993 2012-12-14 Glenn Morris <rgm@gnu.org>
3994
3995 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3996 Try to include filename in non-bytecomp warning. (Bug#13132)
3997
3998 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3999
4000 Fix permissions bugs with setgid directories etc. (Bug#13125)
4001 * files.el (backup-buffer): Don't rely on 9th output of
4002 file-attributes, as it's now a placeholder. Instead, use the new
4003 optional arg of file-ownership-preserved-p.
4004 (file-ownership-preserved-p): New optional arg GROUP.
4005 Fix mishandling of setuid directories that would cause this
4006 function to return t when it should have returned nil.
4007 Document what happens if the file does not exist, and when
4008 it's not known whether the ownership will be preserved.
4009 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4010 Likewise.
4011 (tramp-get-local-gid): Use group-gid for integer, as that's
4012 faster and more reliable.
4013
4014 2012-12-14 Julien Danjou <julien@danjou.info>
4015
4016 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4017 Update keywords list, data type and PL/pgSQL.
4018
4019 2012-12-14 Dave Abrahams <dave@boostpro.com>
4020
4021 * vc/ediff-util.el (ediff-buffer-type): New function.
4022 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4023 rather than taking it as as argument.
4024 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4025
4026 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
4027
4028 * json.el: Add pretty-print option (bug#12634).
4029 (json-encoding-separator, json-encoding-default-indentation)
4030 (json--encoding-current-indentation, json-encoding-pretty-print)
4031 (json-encoding-lisp-style-closings): New vars.
4032 (json--with-indentation): New macro.
4033 (json-encode-hash-table, json-encode-alist, json-encode-plist)
4034 (json-encode-array): Use it to obey json-encoding-pretty-print.
4035 (json-pretty-print-buffer, json-pretty-print): New commands.
4036
4037 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
4038
4039 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4040 Extract `ruby-syntax-propertize-expansions'.
4041 (ruby-syntax-propertize-expansions): Only change syntax on
4042 certain string delimiters, to punctuation. This way the common
4043 functions like forward-word and thing-at-point still work.
4044 (ruby-match-expression-expansion): Improve readability.
4045 (ruby-block-contains-point): New function.
4046 (ruby-add-log-current-method): Handle several edge cases.
4047
4048 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4049
4050 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4051 unload-feature finishes even when aborting an ongoing edebug session.
4052 Also, do not worry about edebug-mode, unload-feature takes care of it.
4053
4054 2012-12-13 Andreas Schwab <schwab@suse.de>
4055
4056 * net/tls.el (tls-program): Update customize type.
4057
4058 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4061 (edebug-setup-hook, cl-read-load-hooks): Use it.
4062 (edebug-unload-function): New function. (Bug#13163)
4063
4064 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
4065
4066 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4067 Otherwise, there could be errors in autoloading. (Bug#13151)
4068
4069 2012-12-13 JĂ¼rgen Hötzel <juergen@archlinux.org>
4070
4071 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4072 sequences.
4073
4074 2012-12-13 Alan Mackenzie <acm@muc.de>
4075
4076 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
4077 * progmodes/cc-engine.el (c-backward-comments): Add code to work
4078 around `forward-comment' not recognizing ^M as whitespace.
4079
4080 2012-12-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4081
4082 * progmodes/python.el (python-skeleton-class)
4083 (python-skeleton-def): Do not add space after defun name.
4084
4085 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4086
4087 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4088 (cl--symbol-function): Remove (now that funbound is like nil).
4089
4090 2012-12-12 Glenn Morris <rgm@gnu.org>
4091
4092 * button.el (button--area-button-p): Fix typo.
4093
4094 2012-12-12 Sam Steingold <sds@gnu.org>
4095
4096 * frame.el (frame-maximization-style): New user option.
4097 (toggle-frame-maximized): Toggle frame maximization according to
4098 `frame-maximization-style', bound to <f11>.
4099 (cycle-frame-maximized): Cycle between all maximization styles and
4100 non-maximized frame, bound to shift-<f11>.
4101
4102 2012-12-12 David Cadé <codename68@gmail.com>
4103
4104 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4105
4106 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
4107
4108 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4109 (eieio-override-prin1): Don't quote kewords and booleans.
4110 (object-write) <eieio-default-superclass>: Don't put closing parens
4111 on new line, avoid needless empty lines, align values that are objects
4112 with the slot keyword (instead of beginning on the same line).
4113 (eieio-list-prin1): Align value with slot keyword; increase
4114 eieio-print-depth before printing members of the list.
4115
4116 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4119 a display text-property.
4120 (report-emacs-bug-hook): Don't bother deleting it any more.
4121
4122 * hilit-chg.el (highlight-save-buffer-state): Delete.
4123 Use with-silent-modifications instead.
4124 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4125
4126 * button.el: Handle buttons in display text-properties.
4127 (button--area-button-p, button--area-button-string):
4128 Use (STRING . STRING-POS) representation instead of just STRING.
4129
4130 2012-12-11 Eli Zaretskii <eliz@gnu.org>
4131
4132 * makefile.w32-in (compile4-SH): Fix a typo that caused term
4133 subdirectory be skipped.
4134
4135 2012-12-11 Glenn Morris <rgm@gnu.org>
4136
4137 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4138
4139 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4140 Treat preprocessor lines embedded in continuations like comments.
4141 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
4142
4143 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
4144
4145 * calc/calc.el (calc-standard-date-formats): Add more date
4146 formats.
4147 * calc/calc-forms.el (math-parse-iso-date): New function.
4148 (math-parse-date): Use `math-parse-iso-date' when appropriate.
4149 (math-parse-iso-date-validate): Add extra error checking.
4150 (calc-date-notation): Add ability to access new date formats.
4151
4152 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4155 font-lock as well as when there's no text-property.
4156
4157 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
4158
4159 * hi-lock.el: Refine the choice of default face.
4160 (hi-lock-keyword->face): New function. Use it wherever we used
4161 cadadadr instead.
4162 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4163 (hi-lock--last-face): Remove var.
4164 (hi-lock--unused-faces): New var to replace it.
4165 (hi-lock-read-face-name): Use/maintain it.
4166 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
4167 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4168 if it has another face.
4169
4170 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4171
4172 * subr.el (w32notify-handle-event): New function.
4173 (inotify-handle-event): Doc fix.
4174
4175 2012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
4176
4177 * subr.el (inotify-event-p, inotify-handle-event): New functions.
4178
4179 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
4180
4181 * simple.el (just-one-space): Doc fix.
4182
4183 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4184
4185 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4186
4187 2012-12-10 Le Wang <l26wang@gmail.com>
4188
4189 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4190 narrowed buffer (bug#12361).
4191
4192 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
4193
4194 * vc/vc-hooks.el (vc-state): Doc fix.
4195
4196 2012-12-10 Glenn Morris <rgm@gnu.org>
4197
4198 * mail/rmail.el (rmail-maybe-display-summary):
4199 Preserve buffer, in case select-window changes it. (Bug#13066)
4200
4201 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4204 cl-load-hook where they belong.
4205
4206 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4209
4210 2012-12-09 Eli Zaretskii <eliz@gnu.org>
4211
4212 Parallelize byte compilation on MS-Windows.
4213 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4214 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4215 (WINS_BASIC): Define as concatenation of the above.
4216 (compile): Subdivide into 4 separate and independent jobs that can
4217 be run in parallel.
4218 (compile0-CMD, compile0-SH): New targets for compiling
4219 COMPILE_FIRST files, which are prerequisites for the rest of the
4220 byte-compilation.
4221 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4222 New targets for parallel compilation with cmd.exe.
4223 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4224 compiling under a Unixy shell.
4225
4226 2012-12-09 Chong Yidong <cyd@gnu.org>
4227
4228 * simple.el (set-mark-default-inactive): Delete this
4229 accidentally-introduced option.
4230 (set-mark-command, exchange-point-and-mark): Remove calls.
4231
4232 2012-12-09 Glenn Morris <rgm@gnu.org>
4233
4234 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4235 Respect a defcustom's :set function, if appropriate. (Bug#109)
4236 (eval-defun): Doc fix.
4237
4238 2012-12-08 Juri Linkov <juri@jurta.org>
4239
4240 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4241 (Info-fontify-node, Info-bookmark-make-record): Remove the
4242 file extension from Info-current-file (Bug#13016).
4243
4244 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4247 point, still provide some default.
4248 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4249 names, since we don't use it right now. Actually return the list.
4250 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4251
4252 2012-12-07 Chong Yidong <cyd@gnu.org>
4253
4254 * novice.el (disabled-command-function): Remove a spurious help
4255 xref (Bug#13043). Suggested by Kelly Dean.
4256
4257 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4258 syntax is specified (Bug#13025).
4259
4260 * info.el (Info-set-mode-line): Remove the file extension from
4261 Info-current-file if there is one (Bug#13016).
4262
4263 2012-12-07 Glenn Morris <rgm@gnu.org>
4264
4265 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4266 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4267 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4268 and rmail-mime-decoded. (Bug#9841)
4269
4270 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4271 (batch-unrmail, unrmail): Doc fixes.
4272 (unrmail): Respect unrmail-mbox-format.
4273 * mail/rmail.el (rmail-mbox-format): New option.
4274 (rmail-show-message-1): Respect rmail-mbox-format.
4275
4276 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4279
4280 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4281
4282 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4283 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4284 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4285 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4286 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4287 (cl-progv): Don't rely on dynamic scoping to find the body.
4288 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4289 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4290 (cl-declaim): Use backquotes.
4291 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4292 Use "cl--" prefix for the object's tag.
4293
4294 * ses.el: Use advice-add/remove.
4295 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4296 (copy-region-as-kill, yank): Use advice-add.
4297 (ses-unload-function): Use advice-remove.
4298
4299 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4300
4301 * button.el: Make them work in header-lines (bug#12817).
4302 (button-map): Add bindings for header-line and mode-line use.
4303 (button-get, button-put, button-label): `button' may now be a string.
4304 (button-activate): Don't make it a defsubst.
4305 (button--area-button-p, button--area-button-string): New functions.
4306 (make-text-button): Fix the return value when `beg' was a string.
4307 (push-button): Handle the mode-line case.
4308
4309 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4310
4311 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4312 (sql-signum): Remove. Use `cl-signum' instead.
4313 (sql-read-passwd): Remove; use read-passwd instread.
4314 (sql-get-login-ext): Use read-string.
4315 (sql-get-login): Use dolist and pcase.
4316 (sql--completion-table): Rename from sql-try-completion.
4317 Use complete-with-action.
4318 (sql-mode): Don't change abbrev-all-caps globally.
4319 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4320 (sql-postgres-completion-object): Initialize vars in their `let'.
4321 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4322 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4323 (sql-comint-interbase): Use a single append, without setq.
4324 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4325
4326 * hi-lock.el: Rework the default face and the serialize regexp code.
4327 (hi-lock--auto-select-face-defaults): Remove.
4328 (hi-lock-string-serialize-serial): Remove.
4329 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4330 make weak.
4331 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4332 equal string.
4333 (hi-lock-set-pattern): Adjust accordingly.
4334 (hi-lock--regexps-at-point): Simplify accordingly.
4335 (hi-lock--auto-select-face-defaults): Remove.
4336 (hi-lock--last-face): New var to replace it.
4337 (hi-lock-read-face-name): Rewrite (bug#11095).
4338 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4339
4340 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4341
4342 * net/tramp.el (tramp-replace-environment-variables):
4343 Hide compiler warning.
4344 (tramp-file-name-for-operation): Remove `executable-find',
4345 `start-process', `call-process' and `call-process-region'.
4346
4347 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4348
4349 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4350 compatibility.
4351
4352 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4353
4354 2012-12-06 Chong Yidong <cyd@gnu.org>
4355
4356 * ffap.el (ffap-replace-file-component): Fix typo.
4357
4358 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4361 fix open-paren-like token test (bug#12785).
4362
4363 2012-12-06 Glenn Morris <rgm@gnu.org>
4364
4365 * mail/rmailsum.el (rmail-new-summary): Tweak for
4366 rmail-maybe-display-summary changing buffer. (Bug#13066)
4367
4368 2012-12-06 Juri Linkov <juri@jurta.org>
4369
4370 * info.el (Info-fontify-node): Don't hide the last newline.
4371 (Bug#12272)
4372
4373 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4374
4375 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4376 so as to enable message-read-from-minibuffer to expand mail aliases.
4377
4378 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4381 the `intangible' property.
4382 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4383
4384 2012-12-05 Deniz Dogan <deniz@dogan.se>
4385
4386 * net/rcirc.el (rcirc-urls): Update documentation.
4387 (rcirc-condition-filter): New function.
4388 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4389 and exclude consecutive duplicate URLs (Bug#6082).
4390
4391 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4392
4393 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4394 Check return code of copy command.
4395
4396 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4397 Use group `tramp'. Add version.
4398
4399 2012-12-05 Chong Yidong <cyd@gnu.org>
4400
4401 * ffap.el (ffap-url-regexp): Don't require matching at front of
4402 string (Bug#4952).
4403 (ffap-url-p): If only a substring matches, return that.
4404 (ffap-url-at-point): Use the return value of ffap-url-p.
4405 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4406 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4407 (ffap-guess-file-name-at-point): Likewise.
4408 (ffap-replace-file-component): Fix typo.
4409
4410 * info.el (info-display-manual): Add existing Info buffers, whose
4411 files may not be in Info-directory-list, to the completion.
4412 (info--manual-names): New helper function.
4413
4414 2012-12-05 Glenn Morris <rgm@gnu.org>
4415
4416 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4417 New functions, for detecting and resolving conflicts. (Bug#10709)
4418
4419 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4420
4421 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4422 (hi-lock-auto-select-face-defaults): New buffer local variable.
4423 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4424 (hi-lock-unface-buffer): Prompt user with useful defaults.
4425 With prefix arg, unhighlight all hi-lock patterns in buffer.
4426
4427 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4430
4431 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4432
4433 * Makefile.in (TRAMP_SRC):
4434 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4435
4436 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4437
4438 * net/tramp-adb.el: New package.
4439
4440 2012-12-04 Chong Yidong <cyd@gnu.org>
4441
4442 * terminal.el: Move to obsolete/.
4443
4444 * longlines.el: Move to obsolete/.
4445
4446 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4447 Remove code referring to longlines mode.
4448
4449 2012-12-03 Juri Linkov <juri@jurta.org>
4450
4451 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4452
4453 2012-12-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4454
4455 * textmodes/ispell.el (ispell-init-process)
4456 (ispell-start-process, ispell-internal-change-dictionary):
4457 Make sure personal dictionary name is expanded after initial
4458 `default-directory' value. Use expanded strings for
4459 keep/restart checks and for value (Bug#13019).
4460
4461 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4462
4463 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4464
4465 2012-12-03 Leo Liu <sdl.web@gmail.com>
4466
4467 * files.el (dir-locals-read-from-file): Check file non-empty
4468 before reading. (Bug#13038)
4469
4470 2012-12-03 Glenn Morris <rgm@gnu.org>
4471
4472 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4473 Remove any version extension before checking filename. (Bug#13006)
4474 (jka-compr-compression-info-list): Belated :version bump.
4475
4476 2012-12-03 Chong Yidong <cyd@gnu.org>
4477
4478 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4479
4480 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4481 (buffer-menu): Doc fix (Bug#12294).
4482
4483 2012-12-03 Roland Winkler <winkler@gnu.org>
4484
4485 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4486 of diary-show-all-entries in the diary buffer (Bug#12994).
4487
4488 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4489
4490 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4491 "<STDIN>". This is binary safe.
4492
4493 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4494
4495 * calc/calc-forms.el (math-absolute-from-iso-dt)
4496 (math-date-to-iso-dt, math-parse-iso-date-validate)
4497 (math-iso-dt-to-date): New functions.
4498 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4499 (math-fd-isoweekday): New variables.
4500 (calc-date-notation, math-parse-standard-date, math-format-date)
4501 (math-format-date-part): Add support for more formatting codes.
4502
4503 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4504
4505 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4506 current buffer's file name when called interactively (Bug#12488).
4507
4508 2012-12-02 Juri Linkov <juri@jurta.org>
4509
4510 * info.el (info-display-manual): Don't clobber an existing Info
4511 buffer (Bug#10770). Add completion (Bug#10771).
4512
4513 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4514
4515 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4516 before using it for comparison (Bug#5297).
4517
4518 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4519
4520 * textmodes/css-mode.el (css-current-defun-name): New function.
4521 (css-mode): Use it.
4522
4523 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4524 (html-mode): Use it.
4525
4526 2012-12-01 Chong Yidong <cyd@gnu.org>
4527
4528 Modularize add-log-current-defun (Bug#2224).
4529 Suggested by Jari Aalto.
4530
4531 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4532 (add-log-current-defun): Move mode-specific code to other files.
4533 (add-log-lisp-like-modes, add-log-c-like-modes)
4534 (add-log-tex-like-modes): Variables deleted.
4535
4536 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4537 (lisp-mode-variables): Use it.
4538
4539 * progmodes/cc-mode.el (c-common-init):
4540 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4541 add-log-current-defun-function.
4542
4543 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4544 (m4-mode): Use it.
4545
4546 * progmodes/perl-mode.el (perl-current-defun-name): New.
4547 (perl-mode): Use it.
4548
4549 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4550 Use lisp-current-defun-name.
4551
4552 * textmodes/tex-mode.el (tex-current-defun-name): New.
4553 (tex-common-initialization): Use it.
4554
4555 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4556 (texinfo-mode): Use it.
4557
4558 2012-12-01 Chong Yidong <cyd@gnu.org>
4559
4560 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4561 * progmodes/autoconf.el (autoconf-mode):
4562 * progmodes/js.el (js-mode):
4563 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4564 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4565 * progmodes/perl-mode.el (perl-mode):
4566 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4567 * textmodes/css-mode.el (css-mode):
4568 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4569 (sgml-tags-invisible, sgml-guess-indent):
4570 * textmodes/tex-mode.el (tex-common-initialization)
4571 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4572 (doctex-mode, plain-tex-mode, latex-mode):
4573 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4574
4575 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4576
4577 * vc/vc-hg.el (vc-hg-next-revision):
4578 Ensure use of default "tip" output format. (Bug#6968)
4579
4580 2012-12-01 Kim F. Storm <storm@cua.dk>
4581
4582 * startup.el (fancy-startup-tail): Add a clickable link
4583 (Bug#2176).
4584
4585 2012-12-01 Chong Yidong <cyd@gnu.org>
4586
4587 * startup.el (fancy-startup-tail): Improve the message about
4588 auto-save files (Bug#2176).
4589
4590 * files.el (recover-session): Improve the descriptive message, and
4591 use substitute-command-keys.
4592
4593 2012-12-01 Glenn Morris <rgm@gnu.org>
4594
4595 * ido.el (ido-file-internal):
4596 Handle other-window, other-frame for dired. (Bug#13036)
4597
4598 2012-11-30 Glenn Morris <rgm@gnu.org>
4599
4600 * icomplete.el (icomplete-separator): Fix :version.
4601
4602 2012-11-30 Chong Yidong <cyd@gnu.org>
4603
4604 * shell.el (shell): For C-u M-x shell, use an inactive shell
4605 buffer as the default (Bug#1975).
4606 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4607 (shell-mode): Use them to reapply ansi colorization if Shell mode
4608 is re-enabled.
4609
4610 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4611
4612 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4613
4614 2012-11-30 Samuel Bronson <naesten@gmail.com>
4615
4616 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4617 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4618
4619 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4620
4621 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4622 by move-to-column (Bug#3234).
4623
4624 2012-11-30 Chong Yidong <cyd@gnu.org>
4625
4626 * longlines.el (longlines-wrap-line, longlines-encode-region):
4627 Preserve text properties (Bug#1425).
4628
4629 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4630
4631 * vc/vc.el (vc-register): Allow registering a file which is
4632 already registered with a different backend (Bug#10589).
4633
4634 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4635 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * icomplete.el: Change separator; add ido-style commands.
4638 (icomplete-show-key-bindings): Remove custom var.
4639 (icomplete-get-keys): Remove function.
4640 (icomplete-forward-completions, icomplete-backward-completions):
4641 New commands.
4642 (icomplete-minibuffer-map): New var.
4643 (icomplete-minibuffer-setup): Use it.
4644 (icomplete-exhibit): Don't delay if the list of completions is known.
4645 (icomplete-separator): New custom.
4646 (icomplete-completions): Use it.
4647 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4648 (minibuffer-force-complete-and-exit): New command.
4649 (minibuffer--complete-and-exit): New function extracted from
4650 minibuffer-complete-and-exit.
4651 (minibuffer-complete-and-exit): Use it.
4652
4653 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4654 error message when the file doesn't exist (bug#12974).
4655
4656 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4657
4658 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4659
4660 2012-11-29 Glenn Morris <rgm@gnu.org>
4661
4662 * files.el (hack-dir-local-variables): Warn if try to set
4663 coding via dir-locals, since it doesn't work. (Bug#7169)
4664
4665 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4666 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4667 Set buffer-local value of desktop-save-buffer.
4668 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4669 New functions.
4670 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4671 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4672
4673 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4674 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4675 Doc fix.
4676 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4677 Doc fixes.
4678
4679 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4680
4681 * calc/calc-forms.el (calc-date-notation): Fix regexp
4682 used to find time codes. Fix symbol for seconds.
4683
4684 2012-11-27 Glenn Morris <rgm@gnu.org>
4685
4686 * emacs-lisp/derived.el (derived-mode-make-docstring):
4687 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4688
4689 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4692 lexically scoped variables (bug#13005).
4693
4694 2012-11-27 Glenn Morris <rgm@gnu.org>
4695
4696 * vc/vc-hooks.el (vc-mistrust-permissions):
4697 Default to t, to avoid data-loss. (Bug#11490)
4698
4699 2012-11-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4700
4701 * progmodes/python.el (python-indent-guess-indent-offset):
4702 If indentation is guessed make python-indent-offset buffer-local.
4703
4704 Fix Imenu regression.
4705 * progmodes/python.el (python-nav-beginning-of-defun):
4706 Fix forward movement when statement(s) separates point from defun.
4707 (python-imenu-prev-index-position): New function.
4708
4709 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4710
4711 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4712
4713 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4714 Don't set buffer-file-type. Return nil. (Bug#12989)
4715
4716 2012-11-27 Glenn Morris <rgm@gnu.org>
4717
4718 * hippie-exp.el (hippie-expand-try-functions-list):
4719 Re-autoload it. (Bug#12982)
4720
4721 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4722
4723 * descr-text.el (describe-char-padded-string):
4724 Call internal-char-font only on GUI frames. (Bug#11964)
4725
4726 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4727
4728 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4729 and obsoletion message.
4730
4731 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4734 the constructs to keep outside of the `cl-block' (bug#12977).
4735
4736 2012-11-27 Chong Yidong <cyd@gnu.org>
4737
4738 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4739 keep reading until we get the up-event anyway, in order to process
4740 the up-event for mouse-1-click-follows-link (Bug#12971).
4741
4742 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4745 base function is not yet defined (bug#12965).
4746 (ad-activate-advised-definition): Use ad-compile-function.
4747 (ad-activate): Use cond.
4748
4749 2012-11-25 Leo Liu <sdl.web@gmail.com>
4750
4751 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4752 (Bug#12979)
4753
4754 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4755
4756 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4757 reftex-section-info-function in order to be compatible with
4758 Texinfo integration.
4759
4760 * textmodes/reftex.el (reftex-section-pre-regexp)
4761 (reftex-section-post-regexp, reftex-section-info-function):
4762 New variable.
4763 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4764 reftex-section-post-regexp, and reftex-section-info-function in order
4765 to be compatible with Texinfo integration.
4766
4767 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4768 use reftex-section-pre-regexp variable in order to be compatible with
4769 Texinfo integration.
4770
4771 2012-11-25 Chong Yidong <cyd@gnu.org>
4772
4773 * faces.el: Make face-spec-set more analogous to setq.
4774 (face-spec-set): Change the third arg to specify whether this
4775 function is being called via defface, customize, or a third party.
4776 Set the appropriate symbol properties. Clear the override spec if
4777 setting via Custom. Initialize face if necessary. (Bug#4988)
4778 (face-spec-recalc): Allow theme faces to completely replace the
4779 defface spec, in the same way as custom faces (Bug#8454).
4780
4781 * cus-face.el (custom-declare-face): Move face initialization to
4782 face-spec-set.
4783 (custom-theme-set-faces): Don't initialize the face name here, as
4784 that is now done in face-spec-set.
4785
4786 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4787 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4788 Simplify by using the new arg to face-spec-set.
4789
4790 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4791 reset face-override-spec too, and use custom-declare-face.
4792
4793 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4794
4795 * term/ns-win.el (ns-initialize-window-system): Move creation of
4796 fontsets here (Bug#11964).
4797
4798 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4799
4800 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4801 cell renaming.
4802
4803 2012-11-24 Chong Yidong <cyd@gnu.org>
4804
4805 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4806 obsolete.
4807
4808 * custom.el (custom-theme-set-variables): Use a topological sort
4809 for ordering by custom dependencies (Bug#12952).
4810 (custom--sort-vars, custom--sort-vars-1): New functions.
4811
4812 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4815 lexical-binding (bug#12938).
4816
4817 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4818
4819 * image-mode.el (image-transform-check-size): Use assertions only
4820 for images of type imagemagick.
4821
4822 Otherwise no error, image-transform-fit-to-{width,height} is
4823 silently ignored, as before. Doc fix.
4824
4825 2012-11-24 Chong Yidong <cyd@gnu.org>
4826
4827 * faces.el (color-defined-p): Doc fix (Bug#12853).
4828
4829 2012-11-24 Juri Linkov <juri@jurta.org>
4830
4831 * dired.el (dired-mark): Add optional arg `interactive'.
4832 Check for `use-region-p' if `interactive' is non-nil.
4833 (dired-unmark, dired-flag-file-deletion): Add optional arg
4834 `interactive'. Call `dired-mark' with the arg `interactive'.
4835 (Bug#10624)
4836
4837 * wdired.el: Revert 2012-10-17 change partly and replace it with
4838 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4839 (wdired-finish-edit): Add marks for new file names to
4840 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4841 after `revert-buffer'.
4842 (wdired-do-renames): Remove calls to `dired-remove-file',
4843 `dired-add-file', `dired-add-entry'. (Bug#11795)
4844
4845 2012-11-24 Alan Mackenzie <acm@muc.de>
4846
4847 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4848
4849 Fix bugs in the state cache. Enhance a debugging mechanism.
4850 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4851 "brace at column zero" strategy for C++.
4852 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4853 (c-parse-state-point): New variable.
4854 (c-record-parse-state-state): Record old parse state with
4855 `copy-tree'. Record previous value of point.
4856 (c-debug-parse-state-double-cons): New debugging function.
4857 (c-debug-parse-state): Call the above new function.
4858 (c-toggle-parse-state-debug): Output a confirmatory message.
4859
4860 * progmodes/cc-mode.el (c-before-change, c-after-change):
4861 Call c-invalidate-state-cache from `c-before-change' instead of
4862 `c-after-change'.
4863
4864 2012-11-23 Chong Yidong <cyd@gnu.org>
4865
4866 * find-cmd.el (find-constituents): Add executable, ipath,
4867 readable, samefile, writable, daystart, regextype (Bug#12856).
4868
4869 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4872
4873 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4874
4875 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4876 definition. This fixes a bootstrap failure.
4877 (calc-gregorian-switch): In menu, put dates before regions.
4878 This is easier to follow, lines up better in the menu, and lets us
4879 coalesce regions that switch at the same time. Give country
4880 names, not "Vatican", as that's better for non-expert users.
4881 Use names that are stable between the date of switch and now, e.g.,
4882 Bohemia and Moravia (which existed then and now) and not
4883 Czechoslovakia (which didn't exist then and doesn't exist now).
4884 What is now the U.S. mostly did not switch at the same time as
4885 Britain, so omit the U.S. Correct spelling of "Britain".
4886 Catholic Switzerland was too much of a mess, so omit it.
4887
4888 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4889
4890 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4891 after the variable is changed.
4892
4893 2012-11-21 Daniel Colascione <dancol@dancol.org>
4894
4895 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4896 in SQL declarations for font-lock.
4897 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4898
4899 2012-11-21 Glenn Morris <rgm@gnu.org>
4900
4901 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4902 (face-italic-p): Add optional argument "inherit".
4903
4904 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4905 Remove -p suffix from names, for consistency with other set-face-*.
4906 (set-face-inverse-video): Fix interactive spec.
4907 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4908 * textmodes/table.el (table--update-cell-face):
4909 Use set-face-inverse-video rather than now obsolete alias.
4910
4911 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4912
4913 * simple.el (line-move): Don't call line-move-partial if
4914 scroll-conservatively is in effect. (Bug#12927)
4915
4916 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4919 Fallback on completion-at-point rather than
4920 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4921 (eshell-cmpl-initialize): Setup completion-at-point.
4922
4923 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4924
4925 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4926
4927 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4928
4929 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4930 are remote, check out-of-band property for both.
4931
4932 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4935 code rewrite.
4936
4937 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4938
4939 More minor time fixes.
4940 * calendar/time-date.el: Commentary fix.
4941 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4942 too much other code depends on (0 0) time stamps.
4943 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4944 Add a couple of FIXME comments.
4945
4946 Minor cleanup for times as lists of four integers.
4947 * files.el (dir-locals-directory-cache):
4948 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4949 Doc fixes.
4950 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4951 * ps-bdf.el (bdf-file-newer-than-time):
4952 Process four-integers time stamps, not two. Doc fixes.
4953
4954 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4955
4956 * uniquify.el (uniquify-managed): Use defvar-local.
4957 (rename-buffer, create-file-buffer): Advise with advice-add.
4958 (uniquify-unload-function): Unadvise accordingly.
4959
4960 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4961 (trace-buffer): Don't purecopy.
4962 (trace-entry-message, trace-exit-message): Add `context' arg.
4963 (trace--timer): New var.
4964 (trace-make-advice): Adjust for use in nadvice.
4965 Add `context' argument. Delay `display-buffer' via a timer.
4966 (trace-function-internal): Use advice-add.
4967 (trace--read-args): New function.
4968 (trace-function-foreground, trace-function-background): Use it.
4969 (trace-function): Rename to trace-function-foreground and redefine as
4970 an alias to that new name.
4971 (untrace-function, untrace-all): Adjust to the use of nadvice.
4972
4973 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4974
4975 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4976
4977 * subr.el (called-interactively-p-functions): New var.
4978 (internal--called-interactively-p--get-frame): New macro.
4979 (called-interactively-p, interactive-p): Rewrite in Lisp.
4980 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4981 (called-interactively-p-functions): Use it.
4982 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4983 (called-interactively-p-functions): Use it.
4984 * allout.el (allout-called-interactively-p): Don't assume
4985 called-interactively-p is a subr.
4986
4987 2012-11-20 Glenn Morris <rgm@gnu.org>
4988
4989 * profiler.el (profiler-report-mode-map): Add a menu.
4990 No need to bind `q' because we derive from special-mode.
4991 (profiler-report-find-entry): Handle calls from the menu-bar.
4992
4993 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4994
4995 * emacs-lisp/byte-run.el (defun-declarations-alist):
4996 Allow a compiler-macro to be a lambda expression.
4997
4998 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4999 eval-when-compile.
5000 (python-syntax-context): Add compiler-macro.
5001 (python-font-lock-keywords): Simplify with De Morgan.
5002
5003 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5004
5005 * files.el (load-file): Require match in minibuffer selection, as was
5006 the case in Emacs-20 before we changed the spec to allow .elc files
5007 (bug#12935).
5008
5009 * json.el: Don't require cl since we don't use it.
5010 * color.el: Don't require cl.
5011 (color-complement): `caddr' -> `nth 2'.
5012
5013 * calendar/time-date.el (time-to-seconds): De-obsolete.
5014
5015 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
5016
5017 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5018 year numbers.
5019 (math-date-to-julian-dt): Adjust the initial approximation for the
5020 year to deal with the new definition of the DATE.
5021
5022 2012-11-19 Daniel Colascione <dancol@dancol.org>
5023
5024 * term/w32-win.el (cygwin-convert-path-from-windows):
5025 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5026
5027 2012-11-18 Chong Yidong <cyd@gnu.org>
5028
5029 * filecache.el (file-cache--read-list): New function.
5030 (file-cache-add-directory-list, file-cache-add-file-list)
5031 (file-cache-delete-file-list, file-cache-delete-directory-list):
5032 Use it to read a list of files or directories (Bug#12846).
5033 (file-cache-add-file, file-cache-add-directory)
5034 (file-cache-delete-file-list, file-cache-delete-file-regexp)
5035 (file-cache-delete-directory): Print an message.
5036
5037 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
5038
5039 * calc/calc-forms.el (math-date-to-dt): Use integer date when
5040 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5041
5042 2012-11-18 Glenn Morris <rgm@gnu.org>
5043
5044 * image.el (insert-image, insert-sliced-image): Doc fix.
5045
5046 2012-11-18 Chong Yidong <cyd@gnu.org>
5047
5048 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5049 (Bug#12810).
5050
5051 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5052
5053 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5054 response when the target file is in a subdirectory (Bug#12757).
5055
5056 2012-11-18 Chong Yidong <cyd@gnu.org>
5057
5058 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5059
5060 2012-11-18 Glenn Morris <rgm@gnu.org>
5061
5062 * emacs-lisp/cl-lib.el (face-underline-p):
5063 Use set-face-underline rather than the alias set-face-underline-p.
5064
5065 * window.el (with-temp-buffer-window): Doc fix.
5066 * subr.el (with-output-to-temp-buffer):
5067 Add doc xref to with-temp-buffer-window.
5068
5069 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
5070
5071 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5072 * calc/calc.el (math-format-date-cache): Declare.
5073
5074 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
5075
5076 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5077 It also uses January 1, 1 AD as its day number 1.
5078 * calc/calc-forms.el (math-julian-date-beginning)
5079 (math-julian-date-beginning-int): Implement this.
5080
5081 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
5082
5083 * descr-text.el (quail-find-key):
5084 * dired.el (desktop-file-name):
5085 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5086 * generic-x.el (comint-mode, comint-exec):
5087 * image-dired.el (widget-forward):
5088 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5089 (speedbar-change-expand-button-char)
5090 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5091 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5092 * printing.el (easy-menu-add-item, easy-menu-remove-item)
5093 (widget-field-action, widget-value-set):
5094 * speedbar.el (imenu--make-index-alist):
5095 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5096 (ring-length, ring-insert):
5097 * vcursor.el (compare-windows-skip-whitespace):
5098 * woman.el (dired-get-filename):
5099 Declare functions.
5100
5101 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5102
5103 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5104
5105 * calc/calc.el (calc-gregorian-switch): New variable.
5106
5107 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5108 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5109 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5110 (math-leap-year-p): Add option to distinguish between Julian
5111 and Gregorian calendars.
5112 (math-day-number): Use `math-day-in-year' to do the computations.
5113 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5114 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5115 to do the computations.
5116 (math-date-to-dt): Use `math-date-to-julian-dt' and
5117 `math-date-to-gregorian-dt' to do the computations.
5118 (calcFunc-weekday, math-format-date-part): Use the new version of
5119 the DATE to determine the weekday.
5120 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5121 when necessary.
5122
5123 2012-11-17 Eli Zaretskii <eliz@gnu.org>
5124
5125 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5126 Cygwin; otherwise use 'file:'. (Bug#12914)
5127 (cygwin-convert-path-from-windows): Declare, to avoid
5128 byte-compiler warnings.
5129
5130 2012-11-17 Andreas Politz <politza@fh-trier.de>
5131
5132 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5133 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5134 prefix and negative numeric prefix args (Bug#12795).
5135
5136 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
5137
5138 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5139 Don't signal an error with a score that is too low to add to the
5140 list of top scores. (Bug#12779)
5141
5142 2012-11-17 Chong Yidong <cyd@gnu.org>
5143
5144 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5145
5146 * filecache.el (file-cache-add-file): Handle relative file name in
5147 the argument (Bug#12694).
5148
5149 2012-11-16 JĂ¼rgen Hötzel <juergen@archlinux.org> (tiny change)
5150
5151 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5152
5153 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5156
5157 * emacs-lisp/cl-lib.el: Set more meaningful version number.
5158
5159 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5160
5161 * window.el (enlarge-window, shrink-window): Don't mention return
5162 value in doc-string (Bug#12896).
5163 (window--display-buffer): Don't resize frames - it won't work
5164 with all window managers and defeat pop-up-frame-alist.
5165 (display-buffer-alist): In doc-string explain that CONDITION can
5166 be a function and which arguments are passed to it (Bug#12854).
5167 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
5168 expressions (Bug#12854).
5169 (display-buffer): Pass ACTION argument to
5170 display-buffer-assq-regexp.
5171
5172 2012-11-16 Glenn Morris <rgm@gnu.org>
5173
5174 * window.el (fit-frame-to-buffer-bottom-margin)
5175 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5176
5177 * faces.el (face-underline-p): Use face-attribute-specified-or.
5178
5179 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
5180
5181 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5182
5183 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5186
5187 2012-11-16 Glenn Morris <rgm@gnu.org>
5188
5189 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
5190 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5191
5192 * faces.el (face-underline-p): Doc fix. Handle :underline being
5193 things other than `t' (a string, a list).
5194 (face-inverse-video-p): Doc fix.
5195 (set-face-underline): Rename it back from set-face-underline-p.
5196 Doc fix. Allow interactive input of values other than t.
5197 (read-face-attribute): Apply formatting to :underline,
5198 since like :box and :stipple it can take list values.
5199
5200 * term.el (ansi-term): Don't let C-x escape-char binding
5201 clobber the more standard C-c binding. (Bug#12842)
5202
5203 * subr.el (set-temporary-overlay-map): Doc fix.
5204
5205 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5206
5207 * window.el (record-window-buffer)
5208 (display-buffer-record-window): When copying the markers to
5209 window-point preserve window-point-insertion-type. (Bug#12588)
5210
5211 2012-11-16 Glenn Morris <rgm@gnu.org>
5212
5213 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5214 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5215 Use new names for hooks rather than obsolete aliases.
5216
5217 2012-11-15 Daniel Colascione <dancol@dancol.org>
5218
5219 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5220 prefix instead of "file:" so that when FILE-NAME begins with "//",
5221 as it does when the target file is on a network share, url-handler
5222 isn't confused.
5223
5224 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5227 a preactivated advice from an old advice.el; they're not compatible!
5228
5229 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5230
5231 * emacs-lisp/nadvice.el (advice--make-interactive-form):
5232 Fix string-spec case.
5233
5234 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5235
5236 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5239 (advice--buffer-local-function-sample): New var.
5240 (advice--set-buffer-local, advice--buffer-local): New functions.
5241 (add-function, remove-function): Use them.
5242
5243 2012-11-15 Drew Adams <drew.adams@oracle.com>
5244
5245 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5246
5247 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5250 potential binding of print-gensym to t, and prettify (back)quotes in
5251 case they appear in args's default values (bug#12884).
5252
5253 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5256 (advice-eval-interactive-spec): New function.
5257 (advice--make-interactive-form): Support around advice (bug#12844).
5258
5259 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5260
5261 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5262 more strict. Add docstring.
5263 (ruby-expression-expansion-re): Extract from
5264 `ruby-match-expression-expansion'.
5265 (ruby-syntax-propertize-function): After everything else, search
5266 for expansions in string literals, mark their insides as
5267 whitespace syntax and save match data for font-lock.
5268 (ruby-font-lock-keywords): Use the 2nd group from expression
5269 expansion matches.
5270 (ruby-match-expression-expansion): Use the match data saved to the
5271 text property in ruby-syntax-propertize-function.
5272
5273 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5276 (bug#12879).
5277
5278 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5279
5280 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5281 start/end keyword a bit harder. Works with different values of N.
5282 Add more comments.
5283 (ruby-end-of-block): Update accordingly.
5284
5285 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 * woman.el (woman-file-name): Don't mess with unread-command-events
5288 (bug#12861).
5289
5290 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5291 Remove out of date self-require hack.
5292 (ad-do-advised-functions): Use simple `dolist'.
5293 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5294 (ad-advice-definition): Redefine as functions.
5295 (ad-advice-classes): Move before first use.
5296 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5297 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5298 (ad--defalias-fset): Remove functions.
5299 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5300 (ad-get-orig-definition): Rewrite.
5301 (ad-make-advised-definition-docstring): Change base docstring.
5302 (ad-real-orig-definition): Rewrite.
5303 (ad-map-arglists): Change name of called function.
5304 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5305 (ad-make-advised-definition): Simplify.
5306 (ad-assemble-advised-definition): Tweak for new calling context.
5307 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5308 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5309 function and call ad-activate if needed.
5310 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5311 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5312 (ad-compile-function): Compile ad-Advice-*.
5313 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5314 (ad-start-advice, ad-stop-advice): Remove.
5315
5316 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5317
5318 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5319 period before class method names, not after. Remove handling of
5320 one impossible case. Add comments.
5321
5322 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * emacs-lisp/advice.el: Remove support for freezing.
5325 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5326 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5327 Remove support for `freeze'.
5328
5329 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5330 override the default.
5331 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5332 cl--dotimes/dolist.
5333 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5334 `cl' is loaded.
5335
5336 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5337 from add-advice.
5338 (advice--strip-macro): New function.
5339 (advice--defalias-fset): Use them to handle macros.
5340 (advice-add): Use them.
5341 (advice-member-p): Correctly handle macros.
5342
5343 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5344
5345 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5346 Never font-lock the beginning of singleton class as heredoc.
5347
5348 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5351
5352 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5353
5354 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5355 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5356 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5357
5358 2012-11-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5359
5360 Fix end-of-defun misbehavior.
5361 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5362 python-beginning-of-defun-function. Handle nested defuns
5363 correctly.
5364 (python-nav-end-of-defun): Rename from
5365 python-end-of-defun-function. Ensure forward movement.
5366 (python-info-current-defun): Reimplement to work as intended
5367 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5368 parent defuns as soon as possible.
5369
5370 2012-11-13 Glenn Morris <rgm@gnu.org>
5371
5372 * progmodes/flymake.el (flymake-error-bitmap)
5373 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5374 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5375
5376 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5377
5378 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5379 backward, always stop at indentation. Reverts the change from
5380 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5381
5382 2012-11-13 Glenn Morris <rgm@gnu.org>
5383
5384 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5385 Add ibuffer-filter-by-derived-mode.
5386
5387 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5388 the same name shadowing each other.
5389
5390 * window.el (with-temp-buffer-window): Doc tweak.
5391
5392 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5393
5394 * help.el (temp-buffer-max-height):
5395 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5396 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5397
5398 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * emacs-lisp/nadvice.el: New package.
5401 * subr.el (special-form-p): New function.
5402 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5403 (elp-all-instrumented-list): Remove var.
5404 (elp-not-profilable): Remove elp-wrapper.
5405 (elp-profilable-p): Use autoloadp and special-form-p.
5406 (elp--advice-name): New const.
5407 (elp-instrument-function): Use advice-add.
5408 (elp--instrumented-p): New predicate.
5409 (elp-restore-function): Use advice-remove.
5410 (elp-restore-all, elp-reset-all): Use mapatoms.
5411 (elp-set-master): Use elp--instrumented-p.
5412 (elp--make-wrapper): Rename from elp-wrapper, return a function
5413 suitable for advice-add. Use cl-inf.
5414 (elp-results): Use mapatoms+elp--instrumented-p.
5415 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5416 (debug-function-list): Remove var.
5417 (debug): Rename arg, and then let-bind it explicitly inside.
5418 (debugger-setup-buffer): Rename arg.
5419 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5420 (debugger-frame-number): Adjust to new debug-on-entry setup.
5421 (debug--implement-debug-on-entry): Rename from
5422 implement-debug-on-entry, add argument.
5423 (debugger-special-form-p): Remove, use special-form-p instead.
5424 (debug-on-entry): Use advice-add.
5425 (debug--function-list): New function.
5426 (cancel-debug-on-entry): Use it, along with advice-remove.
5427 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5428 (debugger-list-functions): Use debug--function-list instead of
5429 debug-function-list.
5430 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5431 (ad-special-form-p): Remove, use special-form-p instead.
5432 (ad-set-advice-info): Use add-function and remove-function.
5433 (ad--defalias-fset): Adjust accordingly.
5434
5435 2012-11-10 Glenn Morris <rgm@gnu.org>
5436
5437 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5438 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5439 (report-emacs-bug-create-existing-bugs-buffer)
5440 (report-emacs-bug-parse-query-results)
5441 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5442
5443 * term.el (term-default-fg-color, term-default-bg-color):
5444 Make obsolete, rather than just saying "deprecated" in the doc.
5445
5446 * term.el (term): Rename from `term-face'.
5447 (term-current-face, ansi-term-color-vector)
5448 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5449 Update all users.
5450
5451 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5452
5453 * server.el (server-create-window-system-frame): Handle Nextstep
5454 specially (Bug#12780).
5455
5456 2012-11-10 Glenn Morris <rgm@gnu.org>
5457
5458 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5459 Unautoload, and make obsolete. (Bug#7449)
5460
5461 2012-11-10 Chong Yidong <cyd@gnu.org>
5462
5463 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5464 rename from diff-remove-trailing-whitespace (Bug#12831).
5465
5466 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5469 miscompilation of trace.el.
5470
5471 2012-11-10 Glenn Morris <rgm@gnu.org>
5472
5473 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5474
5475 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5478 (bug#12812).
5479
5480 2012-11-10 Chong Yidong <cyd@gnu.org>
5481
5482 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5483 a defcustom with an appropriate :set function.
5484 (minibuffer-default--in-prompt-regexps): New function.
5485
5486 2012-11-10 Glenn Morris <rgm@gnu.org>
5487
5488 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5489 (define-modify-macro): Doc fixes.
5490
5491 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5492 (gv-define-simple-setter): Update doc of `fix-return'.
5493
5494 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5497 twice when `fix-return' is set (bug#12813).
5498
5499 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5500 gv-define-simple-setter (bug#12812).
5501
5502 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5503 (bug#12756).
5504
5505 2012-11-10 Glenn Morris <rgm@gnu.org>
5506
5507 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5508
5509 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5510 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5511 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5512 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5513
5514 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5515
5516 2012-11-10 Leo Liu <sdl.web@gmail.com>
5517
5518 * ido.el (ido-set-matches-1): Improve flex matching performance by
5519 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5520
5521 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5522
5523 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5524 (ad--defalias-fset): New function.
5525 (ad-safe-fset): Remove.
5526 (ad-make-freeze-definition): Use cl-letf*.
5527
5528 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * subr.el (dolist): Don't bind VAR in RESULT.
5531
5532 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5533 (fset, documentation): Don't save real def since we don't advise.
5534 (ad-do-advised-functions): Remove problematic `result-form'.
5535 (ad-safe-fset): `ad-real-fset' => `fset'.
5536 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5537 uses CL's dolist internally.
5538 (ad-arglist): Remove unused arg `name'.
5539 (ad-docstring, ad-make-advised-docstring):
5540 `ad-real-documentation' => `documentation'.
5541 (warning-suppress-types): Declare.
5542 (ad-set-arguments): Simple CSE.
5543 (ad-recover-normality): Sanity check.
5544
5545 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5546 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5547
5548 2012-11-09 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5549
5550 * ses.el: symbol to coordinate mapping is made by symbol property
5551 `ses-cell'. This means that the same mapping is done for all SES
5552 sheets. That is good enough for cells with standard A1 names, but
5553 not for named cell. So a hash map is added for the latter.
5554 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5555 (ses-sym-rowcol): Use hashmap for named cell.
5556 (ses-is-cell-sym-p): New defun.
5557 (ses-decode-cell-symbol): New defun.
5558 (ses-create-cell-variable): Add cell to hashmap when name is not
5559 A1-like.
5560 (ses-rename-cell): Check that cell new name is not already in
5561 spreadsheet with the use of ses-is-cell-sym-p
5562 (ses-rename-cell): Use hash map for named cells, but accept also
5563 renaming back to A1-like.
5564
5565 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * emacs-lisp/advice.el: Use new dynamic docstrings.
5568 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5569 Use dynamic-docstring-function instead of ad-advice-info.
5570 (ad--make-advised-docstring): New function extracted from
5571 ad-make-advised-docstring.
5572 (ad-make-advised-docstring): Use it.
5573 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5574 from sql-help.
5575 (sql-help): Use it with dynamic-docstring-function.
5576
5577 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5578
5579 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * files.el (hack-one-local-variable--obsolete): New function.
5582 (hack-one-local-variable): Use it for obsolete settings.
5583
5584 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5585 the new name.
5586
5587 * progmodes/js.el (js--filling-paragraph): New var.
5588 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5589 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5590 less sneaky.
5591
5592 2012-11-08 Julien Danjou <julien@danjou.info>
5593
5594 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5595 `auto-mode-alist' (Bug#12835).
5596
5597 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5600 (perl--prettify-symbols-alist): New const.
5601 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5602 New functions.
5603 (perl-font-lock-keywords-2): Use them.
5604 (perl-electric-noindent-p): New function.
5605 (perl-mode): Use it to set up electric-indent-mode.
5606 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5607 (perl-mode-map): Remove bindings for them.
5608 (perl-imenu-generic-expression, perl-outline-level):
5609 Match functions&packages in column>0.
5610
5611 * env.el (env--substitute-vars-regexp): New const.
5612 (substitute-env-vars): Use it. Add `only-defined' arg.
5613 * net/tramp.el (tramp-replace-environment-variables): Use it.
5614
5615 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5616 Byte-compile *before* eval in eval-and-compile.
5617 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5618 (byte-compile-file-form-autoload): Don't hide actual definition.
5619 (byte-compile-maybe-guarded): Accept `functionp' as well.
5620
5621 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5622
5623 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5624
5625 * notifications.el (notifications-get-server-information-method):
5626 New defconst.
5627 (notifications-get-capabilities): Fix docstring.
5628 (notifications-get-server-information): New defun.
5629
5630 2012-11-06 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5631
5632 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5633 readability.
5634
5635 * textmodes/ispell.el: Experimental support for support debugging.
5636 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5637 buffer for ispell.
5638 (ispell-print-if-debug): New function to print stuff to
5639 `ispell-debug-buffer' if debugging is enabled.
5640 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5641 show some debugging info.
5642 (ispell-buffer-with-debug): New function that creates a debugging
5643 buffer and calls `ispell-buffer' with debugging enabled.
5644
5645 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5646 comment in autoconf mode. (Bug#12768)
5647
5648 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5649
5650 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5651 frame-first-window, frame-root-window, frame-selected-window,
5652 minibuffer-selected-window, minibuffer-window,
5653 window-absolute-pixel-edges, window-at, window-body-height,
5654 window-body-width, window-display-table, window-combination-limit,
5655 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5656 window-inside-edges, window-inside-pixel-edges, window-left-child,
5657 window-left-column, window-margins, window-next-buffers,
5658 window-next-sibling, window-new-normal, window-new-total,
5659 window-normal-size, window-parameter, window-parameters, window-parent,
5660 window-pixel-edges, window-point, window-prev-buffers,
5661 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5662 window-start, window-text-height, window-top-child, window-top-line,
5663 window-total-height, window-total-width and window-use-time to the list
5664 of functions without side-effects.
5665 (toplevel): Add window-valid-p to the list of error-free functions
5666 without side-effects.
5667
5668 2012-11-05 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5669
5670 * textmodes/ispell.el (ispell-program-name):
5671 Update spellchecker parameters when customized.
5672
5673 2012-11-04 Glenn Morris <rgm@gnu.org>
5674
5675 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5676
5677 2012-11-04 Chong Yidong <cyd@gnu.org>
5678
5679 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5680 same-window-* variables.
5681
5682 2012-11-04 Juri Linkov <juri@jurta.org>
5683
5684 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5685 (isearch-describe-key, isearch-describe-mode): Use a display
5686 action instead of binding same-window-* variables (Bug#10040).
5687
5688 2012-11-03 Glenn Morris <rgm@gnu.org>
5689
5690 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5691 Rename handler properties back from cl-- to cl-. (Bug#12788)
5692
5693 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5694
5695 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5696
5697 * term/pc-win.el: Don't load term/internal from here.
5698
5699 * loadup.el: Load term/internal from here.
5700
5701 2012-11-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5702
5703 * progmodes/python.el (inferior-python-mode): Fix hang in
5704 jit-lock (Bug#12645).
5705
5706 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5707
5708 * window.el (switch-to-visible-buffer)
5709 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5710
5711 2012-11-03 Glenn Morris <rgm@gnu.org>
5712
5713 * emacs-lisp/cl-lib.el (cl--random-time):
5714 Rename from cl-random-time. (Bug#12773)
5715 (cl--gensym-counter, cl--random-state): Update callers.
5716 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5717
5718 2012-11-03 Chong Yidong <cyd@gnu.org>
5719
5720 * cus-start.el: Make cursor-type customizable (Bug#11633).
5721
5722 2012-11-02 Glenn Morris <rgm@gnu.org>
5723
5724 * filecache.el: No need to load find-lisp when compiling.
5725 (find-lisp-find-files): Autoload it.
5726 (file-cache-add-directory-recursively): Don't require find-lisp.
5727
5728 * image.el (image-type-from-file-name): Trivial simplification.
5729
5730 * emacs-lisp/bytecomp.el (byte-compile-eval):
5731 Decouple "noruntime" and "cl-functions" warnings.
5732
5733 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5734
5735 * play/gomoku.el (gomoku-display-statistics): Update mode line
5736 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5737
5738 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5739
5740 * window.el (quit-restore-window): If the window has been
5741 created on an existing frame and ended up as the sole window on
5742 that frame, do not delete it (Bug#12764).
5743
5744 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5747 Rename from sh--inside-arithmetic-expression, handle more cases
5748 (bug#11263).
5749
5750 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5751 (sh-font-lock-open-heredoc): Use it (bug#12770).
5752
5753 2012-10-30 Glenn Morris <rgm@gnu.org>
5754
5755 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5756
5757 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5758
5759 2012-10-29 Chong Yidong <cyd@gnu.org>
5760
5761 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5762 function key is stored in a keyboard macro (Bug#4894).
5763
5764 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5765
5766 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5767
5768 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5769 header comments".
5770 (diff-unified->context, diff-context->unified)
5771 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5772
5773 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5774
5775 * files.el (find-alternate-file): Only ask one question (bug#12487).
5776
5777 2012-10-29 Chong Yidong <cyd@gnu.org>
5778
5779 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5780 Suggested by Dan Nicolaescu (Bug#6326).
5781
5782 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5783
5784 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5785
5786 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5787
5788 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5789
5790 * face-remap.el (face-remap-add-relative): Handle the case where a
5791 face-remapping-alist entry is a cons cell (Bug#12762).
5792
5793 2012-10-29 Kevin Ryde <user42@zip.com.au>
5794
5795 * woman.el (woman-parse-numeric-value): Handle picas correctly
5796 (Bug#12639).
5797
5798 2012-10-29 Glenn Morris <rgm@gnu.org>
5799
5800 * emacs-lisp/cl.el (defsetf): Doc fix.
5801
5802 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5805 syntax to the matching opener, if any (bug#12547).
5806 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5807 matching open as a "case-(".
5808 (sh-smie-rc-grammar): Add a corresponding rule for it.
5809
5810 2012-10-28 Daniel Hackney <dan@haxney.org>
5811
5812 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5813 "PKGNAME-autoloads.el" in case we created it.
5814
5815 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5816
5817 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5818 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5819 (completion--twq-all): Disable too-strict assertions.
5820
5821 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5822
5823 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5824
5825 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5826 text to match the real keybindings.
5827
5828 2012-10-27 Juri Linkov <juri@jurta.org>
5829
5830 * wdired.el (wdired-keep-marker-rename): New defcustom.
5831 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5832 (Bug#11795)
5833
5834 * dired.el (dired-keep-marker-rename): Add reference to
5835 `wdired-keep-marker-rename' in the docstring.
5836 Add default character value ?R to display initially in
5837 Customization UI instead of ?@.
5838
5839 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5840
5841 * window.el (display-buffer): In doc-string describe
5842 window-height and window-width alist entries.
5843
5844 * time.el (display-time-world): Restore fit-window-to-buffer
5845 behavior.
5846
5847 2012-10-27 Chong Yidong <cyd@gnu.org>
5848
5849 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5850
5851 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5852
5853 * minibuffer.el (completion-category-overrides): New completion
5854 category `bookmark' (bug#11131).
5855
5856 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5857
5858 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5859 Silence bogus compiler warnings for ad-do-it.
5860
5861 * bookmark.el (bookmark-completing-read): Set the completion category
5862 to `bookmark' (bug#11131).
5863
5864 2012-10-26 Bastien <bzg@altern.org>
5865 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * face-remap.el: Use lexical-binding.
5868 (text-scale-adjust): Improve docstring. Use itself for the temporary
5869 overlay-map bindings, so as to repeat the "Use..." message each time.
5870
5871 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * emacs-lisp/macroexp.el (macroexp--expand-all):
5874 Obey byte-compile-warning-enabled-p (bug#12486).
5875
5876 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5877 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5878
5879 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5880
5881 * mouse.el (mouse-drag-line): Move last form into preceding when
5882 clause (Bug#12731).
5883
5884 * help.el (resize-temp-buffer-window): Fix doc-string.
5885
5886 2012-10-25 David Engster <deng@randomsample.de>
5887
5888 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5889 Remove. This feature is already integrated in imenu.
5890
5891 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5892 always loaded. Require `speedbar' unconditionally.
5893
5894 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5897
5898 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5899
5900 * net/ldap.el (ldap-search-internal): The official ldif format starts
5901 with a "version: 1" header (bug#12724).
5902
5903 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5904 (bug#12721).
5905
5906 2012-10-25 Glenn Morris <rgm@gnu.org>
5907
5908 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5909
5910 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * minibuffer.el (minibuffer-force-complete): Use one more marker
5913 for the temporary-overlay-map command (bug#12619).
5914
5915 2012-10-24 Chong Yidong <cyd@gnu.org>
5916
5917 * time.el (display-time-world-mode): Derive from special-mode.
5918 (display-time-world): Use display-buffer (Bug#12708).
5919 (display-time-world-mode-map): Variable deleted.
5920 (display-time-world-display): Wrap the final delete-char inside
5921 inhibit-read-only.
5922
5923 2012-10-24 Chong Yidong <cyd@gnu.org>
5924
5925 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5926 Doc fix.
5927
5928 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5929
5930 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * minibuffer.el (completion--all-sorted-completions-location): New var.
5933 (completion--cache-all-sorted-completions)
5934 (completion--flush-all-sorted-completions): Use it.
5935 (completion-in-region, completion-in-region--postch)
5936 (completion-at-point, completion-help-at-point): Use markers in
5937 completion-in-region--data (bug#12619).
5938
5939 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5940
5941 * progmodes/compile.el (compilation-start): Try to handle common
5942 quoting of `cd' argument (bug#12640).
5943
5944 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5945 (bug#12671).
5946
5947 2012-10-23 Glenn Morris <rgm@gnu.org>
5948
5949 * progmodes/gud.el (gud-menu-map):
5950 Check gdb-active-process is bound. (Bug#12358)
5951
5952 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * repeat.el (repeat): Set real-this-command (bug#12232).
5955
5956 * htmlfontify.el (hfy-post-html-hook):
5957 * filesets.el (filesets-cache-fill-content-hook):
5958 * arc-mode.el (archive-extract-hook):
5959 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5960 * net/rcirc.el (rcirc-sentinel-functions)
5961 (rcirc-receive-message-functions, rcirc-activity-functions)
5962 (rcirc-print-functions):
5963 * net/dbus.el (dbus-event-error-functions):
5964 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5965 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5966 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5967 * term/sun.el (sun-raw-prefix-hooks):
5968 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5969
5970 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5971
5972 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5973 Set `tramp-chunksize' to 1. This improves the performance.
5974 (tramp-smb-wait-for-output): Add timeout to
5975 `tramp-accept-process-output' calls.
5976
5977 2012-10-23 Chong Yidong <cyd@gnu.org>
5978
5979 * faces.el (font-list-limit): Define as an obsolete variable.
5980
5981 * startup.el (command-line):
5982 * cus-start.el: Don't refer to font-list-limit.
5983
5984 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5985
5986 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5987
5988 * subr.el (internal-temp-output-buffer-show): Rename from
5989 temp-output-buffer-show, since previously compiled files expect this name.
5990
5991 2012-10-23 Glenn Morris <rgm@gnu.org>
5992
5993 * image.el (image-type-from-file-name): If multiple types match,
5994 return the first one that is supported. (Bug#9045)
5995
5996 2012-10-22 Glenn Morris <rgm@gnu.org>
5997
5998 * image.el (imagemagick-enabled-types): Doc fix.
5999
6000 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
6001
6002 * progmodes/which-func.el (which-func-current): The hash-table may have
6003 an explicit nil (bug#12338).
6004
6005 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * electric.el (electric-pair-delete-selection-self-insert-function):
6008 Rename to electric-pair-will-use-region, return a boolean.
6009 (electric-pair-mode): Adjust accordingly. Don't require delsel.
6010
6011 * delsel.el (delete-selection-helper): Use a function instead of a hook.
6012 (delete-selection-pre-hook): Use use-region-p.
6013 (delete-selection-self-insert-function): Remove.
6014 (self-insert-command): Obey self-insert-uses-region-functions.
6015 (self-insert-iso): Revert to previous setting, since we don't actually
6016 know what that command does.
6017 (delete-selection-self-insert-hooks): Remove.
6018
6019 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
6020
6021 * delsel.el (delete-selection-helper): New function, extracted from
6022 delete-selection-pre-hook.
6023 (delete-selection-pre-hook): Use it.
6024 (delete-selection-self-insert-function): New function.
6025 (delete-selection-self-insert-hooks): New hook.
6026 (self-insert-command, self-insert-iso): Use it.
6027 * electric.el (electric-pair-syntax): New function, extracted from
6028 electric-pair-post-self-insert-function.
6029 (electric-pair-post-self-insert-function): Use it.
6030 (electric-pair-delete-selection-self-insert-function): New function.
6031 (electric-pair-mode): Require delsel and setup
6032 delete-selection-self-insert-hooks (bug#11520).
6033
6034 2012-10-20 Chong Yidong <cyd@gnu.org>
6035
6036 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6037 no changes to show (Bug#12586).
6038
6039 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6040 list explicitly (Bug#12571).
6041
6042 2012-10-20 Arne Jørgensen <arne@arnested.dk>
6043
6044 * progmodes/flymake.el (flymake-create-temp-inplace):
6045 Use file-truename.
6046
6047 2012-10-20 Eli Zaretskii <eliz@gnu.org>
6048
6049 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
6050
6051 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6052
6053 * calc/calc-units.el (math-extract-units): Properly extract powers
6054 of units.
6055
6056 2012-10-20 Daniel Colascione <dancol@dancol.org>
6057
6058 * frame.el (make-frame): Set x-display-name as we used to in order
6059 to unbreak creating an X11 frame from an Emacs daemon started
6060 without a display.
6061
6062 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6063
6064 * minibuffer.el (minibuffer-force-complete): Make the next completion use
6065 the same completion-field (bug#12221).
6066
6067 2012-10-19 Martin Rudalics <rudalics@gmx.at>
6068
6069 * emacs-lisp/debug.el (debug): Record height of debugger window
6070 also when debugger will be back (Bug#8789).
6071
6072 2012-10-18 Chong Yidong <cyd@gnu.org>
6073
6074 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6075 Convert to defcustom.
6076 (gdb-get-source-file): Don't bind pop-up-windows.
6077
6078 * progmodes/gud.el (gud-display-line): Don't specially re-use
6079 other frames for the gdb-mi case (Bug#12648).
6080
6081 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * emacs-lisp/advice.el: Clean up commentary a bit.
6084 (ad-do-advised-functions, ad-with-originals): Use `declare'.
6085 (byte-code-function-p): Never redefine.
6086
6087 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6088
6089 2012-10-18 Glenn Morris <rgm@gnu.org>
6090
6091 * dired.el (dired-sort-toggle): Some ls implementations only allow
6092 a single option string. (Bug#12666)
6093
6094 * minibuffer.el (completion-cycle-threshold): Doc fix.
6095
6096 2012-10-17 Kenichi Handa <handa@gnu.org>
6097
6098 * international/mule.el (set-keyboard-coding-system):
6099 Recover input meta mode when the new coding system doesn not use 8-bit.
6100 Supply TERMINAL arg to set-input-meta-mode.
6101
6102 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
6103
6104 * wdired.el (wdired-old-marks): New variable.
6105 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6106 (wdired-do-renames): Move point with renamed file and don't lose
6107 mark status (Bug#11795).
6108
6109 2012-10-16 Juri Linkov <juri@jurta.org>
6110
6111 * replace.el (query-replace-help): Mention multi-buffer replacement
6112 keys in the Help message. (Bug#12655)
6113
6114 2012-10-15 Chong Yidong <cyd@gnu.org>
6115
6116 * emacs-lisp/byte-run.el (defsubst): Doc fix.
6117
6118 2012-10-14 Eli Zaretskii <eliz@gnu.org>
6119
6120 * window.el (display-buffer): Doc fix.
6121
6122 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6123 Adjust the msft regexp to the output of Studio 2010, and move msft
6124 before edg-1. See the discussion on emacs-devel,
6125 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6126 for the details.
6127
6128 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6129
6130 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6131 (oset): Move uses of object-class-fast macro after its definition.
6132
6133 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6134
6135 2012-10-13 Chong Yidong <cyd@gnu.org>
6136
6137 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6138 enabled, re-enable it (Bug#11963).
6139
6140 2012-10-13 Martin Rudalics <rudalics@gmx.at>
6141
6142 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6143 non-nil, restore window configuration (Bug#12623).
6144
6145 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * help-fns.el (describe-variable, describe-function-1):
6148 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6149
6150 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6151
6152 2012-10-12 Glenn Morris <rgm@gnu.org>
6153
6154 * mail/rmailsum.el (rmail-header-summary):
6155 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
6156
6157 2012-10-12 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6158
6159 * progmodes/python.el (python-mode-map):
6160 Replace subtitute-key-definition with proper command remapping.
6161 (python-nav--up-list): Fix behavior for blocks on the same level.
6162
6163 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6164
6165 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6166
6167 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6168 changes to the format of load-history.
6169
6170 * international/mule-cmds.el (read-char-by-name): Move let-binding of
6171 completion-ignore-case in case that var is buffer-local (bug#12615).
6172
6173 2012-10-11 Kenichi Handa <handa@gnu.org>
6174
6175 * international/eucjp-ms.el: Re-generated.
6176
6177 2012-10-10 Kenichi Handa <handa@gnu.org>
6178
6179 * select.el (xselect--encode-string): If a coding is specified for
6180 selection, and that is compatible with COMPOUND_TEXT, use it.
6181
6182 2012-10-10 Martin Rudalics <rudalics@gmx.at>
6183
6184 * window.el (switch-to-buffer-preserve-window-point): New option.
6185 (switch-to-buffer):
6186 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6187
6188 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6191 Don't document nil as a useful value (bug#12583).
6192
6193 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
6194
6195 * net/tramp.el (tramp-debug-message):
6196 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6197 (with-tramp-progress-reporter): Rename from
6198 `tramp-with-progress-reporter'.
6199 (with-tramp-file-property, with-tramp-connection-property):
6200 Move from tramp-cache.el, rename from `with-file-property' and
6201 `with-connection-property', respectively.
6202
6203 * net/tramp-cache.el: Remove `with-file-property' and
6204 `with-connection-property'.
6205
6206 * net/tramp.el:
6207 * net/tramp-gvfs.el:
6208 * net/tramp-sh.el:
6209 * net/tramp-smb.el: Adapt callees.
6210
6211 * net/trampver.el: Update release number.
6212
6213 2012-10-09 Glenn Morris <rgm@gnu.org>
6214
6215 * w32-fns.el (set-message-beep):
6216 * term/w32-win.el (set-message-beep): Update declarations.
6217
6218 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6221 (mode-line-widen, mode-line-input-method-map)
6222 (mode-line-coding-system-map, mode-line-remote)
6223 (mode-line-unbury-buffer, mode-line-bury-buffer)
6224 (mode-line-next-buffer, mode-line-previous-buffer):
6225 Replace save-selected-window+select-window => with-selected-window.
6226
6227 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6228 * progmodes/cc-vars.el (bq-process): Remove, unused.
6229
6230 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6231
6232 2012-10-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6233
6234 Implemented `backward-up-list'-like navigation.
6235 * progmodes/python.el (python-nav-up-list)
6236 (python-nav-backward-up-list): New functions.
6237 (python-mode-map): Define substitute key for backward-up-list to
6238 python-nav-backward-up-list.
6239
6240 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6241
6242 * progmodes/python.el (python-fill-paragraph): Rename from
6243 python-fill-paragraph-function. Fixed fill-paragraph for
6244 decorators (Bug#12605).
6245
6246 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6247
6248 * progmodes/python.el (python-shell-output-filter): Handle extra
6249 carriage return in OSX (Bug#12409).
6250
6251 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6252
6253 Fix shell handling of unbalanced quotes and parens in output.
6254 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6255 (python-syntax-propertize-function): Use it.
6256 (python-shell-output-syntax-table): New var.
6257 (inferior-python-mode): Prevent unbalanced parens/quotes from
6258 previous output mess with current input context.
6259
6260 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
6261
6262 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6263 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6264
6265 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
6266
6267 * ffap.el (ffap-replace-file-component): Support Tramp file name
6268 syntax, not only ange-ftp's one.
6269
6270 2012-10-08 Glenn Morris <rgm@gnu.org>
6271
6272 * cus-start.el (message-log-max): Set :version.
6273
6274 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6275
6276 2012-10-08 Martin Rudalics <rudalics@gmx.at>
6277
6278 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6279 the minibuffer window (Bug#10851).
6280
6281 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6282
6283 Enhancements on forward-sexp movement.
6284 * progmodes/python.el (python-nav-beginning-of-statement)
6285 (python-nav-end-of-statement): Return point-marker.
6286 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6287 (python-info-current-symbol)
6288 (python-info-statement-starts-block-p): Rename from
6289 python-info-beginning-of-block-p.
6290 (python-info-statement-ends-block-p): Rename from
6291 python-info-end-of-block-p.
6292 (python-info-beginning-of-statement-p)
6293 (python-info-end-of-statement-p)
6294 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6295 New functions.
6296
6297 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6300 frame-selected-windows.
6301
6302 2012-10-08 Daniel Colascione <dancol@dancol.org>
6303
6304 * battery.el (battery-status-function): Check for
6305 w32-battery-status itself, not system-time windows-nt.
6306
6307 * frame.el: Require cl-lib.
6308 (display-format-alist): New variable mapping frame types to
6309 functions that initialize them.
6310 (window-system-for-display): New function: interprets
6311 display-format-alist.
6312 (make-frame-on-display): Remove existing display-selection logic
6313 and just forward to make-frame, which will now DTRT.
6314 (make-frame): Restructure to use window-system-for-display to
6315 figure out how to create a frame on a given display.
6316 (display-mouse-p): Look for frame-type w32, not a particular
6317 system-type.
6318
6319 * loadup.el: Load w32 lisp code when we have the w32 feature.
6320
6321 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6322 system-type windows-nt.
6323
6324 * server.el (server-create-window-system-frame): Look for window
6325 type.
6326 (server-proces-filter): Only force a window system when windows-nt
6327 _and_ w32. Explain why.
6328
6329 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6330 of window systems we configure for the mode.
6331
6332 * startup.el (command-line): Mark window system is initialized
6333 after we've done it.
6334
6335 * common-win.el (x-select-text): Look for w32, not windows-nt.
6336
6337 * ns-win.el: Require cl-lib. Add ourselves to
6338 display-format-alist.
6339 (ns-initialize-window-system): Assert we're not initialized twice.
6340
6341 * w32-win.el: Enable lexical binding; require cl-lib; add
6342 ourselves to display-format-alist.
6343 (w32-handle-dropped-file): Convert incoming dropped files from
6344 Windows paths to Cygwin ones before passing them on to the rest of
6345 Emacs.
6346 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6347 (w32-initialize-window-system): Assert we're not initialized twice.
6348
6349 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6350 (x-initialize-window-system): Assert we're not initialized twice.
6351
6352 * w32-common-fns.el: New File.
6353 (w32-version, w32-using-nt, w32-get-clipboard-data)
6354 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6355 (w32-charset-info-alist, x-last-selected, text)
6356 (x-get-selection-value, x-selection-value): Move here.
6357
6358 * w32-fns.el: Require w32-common-fns.
6359 (w32-version, w32-using-nt, w32-get-clipboard-data)
6360 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6361 (w32-charset-info-alist, x-last-selected, text)
6362 (x-get-selection-value, x-selection-value): Move to
6363 w32-common-fns.
6364
6365 * w32-vars.el:
6366 (w32-allow-system-shell, w32-system-shells): Define only in
6367 non-cygwin case.
6368
6369 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6372 (read-passwd): Remove a few more potential sources of leaks.
6373
6374 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6375
6376 * progmodes/python.el (inferior-python-mode)
6377 (python-shell-make-comint): Fix initialization of local
6378 variables copied from parent buffer.
6379
6380 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6381
6382 * term/ns-win.el (ns-read-file-name): Update declaration to match
6383 nsfns.m.
6384 (ns-respond-to-change-font): Change fontsize separately so we are sure
6385 it is set when font is acted upon.
6386
6387 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6388
6389 Enhancements to indentation.
6390 * progmodes/python.el (python-indent-context): Give priority to
6391 inside-string context. Make comments indentation markers.
6392 (python-indent-region): Do not mess with strings, unless it's the
6393 enclosing set of quotes.
6394
6395 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * window.el (internal--before-save-selected-window)
6398 (internal--after-save-selected-window): New functions extracted from
6399 save-selected-window. Make sure we return the `alist' we construct.
6400 (save-selected-window): Use them.
6401
6402 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6403 Use with-selected-window.
6404
6405 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6406 forms that define macros (bug#12593).
6407
6408 2012-10-07 Kenichi Handa <handa@gnu.org>
6409
6410 * international/mule-conf.el (compound-text-with-extensions):
6411 Add :mime-charset property as x-ctext.
6412
6413 2012-10-07 Stefan Merten <smerten@oekonux.de>
6414
6415 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6416 (rst-indent-literal-normal, rst-indent-literal-minimized)
6417 (rst-indent-comment): Correct :version tag.
6418 (rst-official-cvs-rev): Correct version string.
6419
6420 2012-10-07 Glenn Morris <rgm@gnu.org>
6421
6422 * mail/rmailmm.el (rmail-mime-process-multipart):
6423 Do not confuse a multipart message with an epilogue
6424 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6425
6426 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6427
6428 Fix shell output retrieval and comint-prompt-regexp init.
6429 * progmodes/python.el (inferior-python-mode):
6430 (python-shell-make-comint): Fix initialization of
6431 comint-prompt-regexp from copied file local variables.
6432 (python-shell-fetched-lines): Remove var.
6433 (python-shell-output-filter-in-progress): Rename from
6434 python-shell-fetch-lines-in-progress.
6435 (python-shell-output-filter-buffer): Rename from
6436 python-shell-fetch-lines-string.
6437 (python-shell-fetch-lines-filter): Delete function.
6438 (python-shell-output-filter): New function.
6439 (python-shell-send-string-no-output): Use them.
6440
6441 2012-10-07 Glenn Morris <rgm@gnu.org>
6442
6443 * hi-lock.el (hi-lock-process-phrase):
6444 Try to make it less fragile. (Bug#7161)
6445
6446 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6447
6448 2012-10-06 Glenn Morris <rgm@gnu.org>
6449
6450 * ehelp.el (electric-help-mode): Use help-mode rather than
6451 non-existent mode `help'.
6452 (electric-help-map): Use button-buffer-map. (Bug#10917)
6453
6454 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6455 (reftex-create-bibtex-footer): Fix custom types.
6456
6457 * progmodes/sh-script.el (sh-indent-after-continuation):
6458 Add explicit :group.
6459
6460 * textmodes/rst.el (rst-preferred-decorations)
6461 (rst-shift-basic-offset): Clarify obsolescence versions.
6462
6463 * profiler.el (profiler): Add missing group :version tag.
6464 * avoid.el (mouse-avoidance-banish-position):
6465 * proced.el (proced-renice-command):
6466 * calc/calc.el (calc-ensure-consistent-units):
6467 * calendar/icalendar.el (icalendar-import-format-uid):
6468 * net/tramp.el (tramp-save-ad-hoc-proxies):
6469 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6470 * progmodes/flymake.el (flymake-error-bitmap)
6471 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6472 * progmodes/sh-script.el (sh-indent-after-continuation):
6473 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6474 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6475 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6476 (vhdl-array-index-record-field-in-sensitivity-list)
6477 (vhdl-indent-comment-like-next-code-line):
6478 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6479 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6480 (reftex-cite-key-separator, reftex-create-bibtex-header)
6481 (reftex-create-bibtex-footer):
6482 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6483 (rst-indent-literal-normal, rst-indent-literal-minimized)
6484 (rst-indent-comment): Add missing custom :version tags.
6485
6486 * calendar/timeclock.el (timeclock-modeline-display):
6487 Add missing obsolete alias for renamed user option.
6488
6489 * strokes.el (strokes-modeline-string):
6490 * emulation/crisp.el (crisp-mode-modeline-string):
6491 * eshell/esh-mode.el (eshell-status-in-modeline):
6492 Aliases to defcustoms must come before the defcustom.
6493
6494 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6495 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6496 (cal-tex-cursor-week-monday): Doc fixes.
6497 (cal-tex-cursor-week2-summary): Doc fix.
6498 Rename from cal-tex-cursor-week-at-a-glance.
6499
6500 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6501 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6502
6503 * calendar/calendar.el (calendar-mode-map):
6504 Add cal-tex-cursor-week2-summary.
6505
6506 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6509
6510 * subr.el (read-passwd-map): New var.
6511 (read-passwd): Use `read-string' again.
6512 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6513
6514 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6515
6516 * register.el (append-to-register, prepend-to-register):
6517 Deactivate mark, as does `copy-to-register' (bug#12389).
6518
6519 2012-10-06 Chong Yidong <cyd@gnu.org>
6520
6521 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6522
6523 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6524
6525 * international/characters.el: Fix simple mistake ((car chars) ->
6526 elt), delete duplicated code.
6527
6528 2012-10-06 Glenn Morris <rgm@gnu.org>
6529
6530 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6531
6532 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6533
6534 * color.el (color-hsl-to-rgb): Fix incorrect results for
6535 small and large hue values. (Bug#12559)
6536
6537 2012-10-05 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6538
6539 Enhancements to docstring formatting when filling paragraphs.
6540 * progmodes/python.el (python-fill-docstring-style): Rename from
6541 python-fill-string-style. Added new style.
6542 (python-fill-string): Use new style. Better checks for
6543 docstrings.
6544
6545 2012-10-05 Glenn Morris <rgm@gnu.org>
6546
6547 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6548
6549 * color.el (color-name-to-rgb, color-rgb-to-hex)
6550 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6551 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6552 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6553 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6554
6555 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6556
6557 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6558
6559 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6560 to get the correct size across symlinks.
6561
6562 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6563
6564 2012-10-04 Juri Linkov <juri@jurta.org>
6565
6566 * replace.el (query-replace-interactive): Declare obsolete.
6567 (query-replace-read-from): Add the last incremental search string
6568 to the list of default values accessible via M-n.
6569 (map-query-replace-regexp): Use `read-regexp'.
6570 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6571 (map-query-replace-regexp, replace-string, replace-regexp):
6572 Fix docstrings to replace mentions of `query-replace-interactive'
6573 with alternatives. (Bug#12526)
6574
6575 2012-10-04 Juri Linkov <juri@jurta.org>
6576
6577 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6578 (dired-pop-to-buffer): Declare obsolete.
6579 (dired-mark-pop-up): Doc fix.
6580
6581 2012-10-04 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6582
6583 Allow user to set docstring style for fill-paragraph.
6584 * progmodes/python.el
6585 (python-fill-comment-function, python-fill-string-function)
6586 (python-fill-decorator-function, python-fill-paren-function):
6587 Remove :safe for defcustoms.
6588 (python-fill-string-style): New defcustom
6589 (python-fill-paragraph-function): Enhance context detection.
6590 (python-fill-string): Honor python-fill-string-style settings.
6591
6592 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6593
6594 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6595 after setting its buffer (Bug#10805).
6596
6597 2012-10-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6598
6599 Fix cornercase for string syntax.
6600 * progmodes/python.el (python-syntax-propertize-function):
6601 Simplify and enhance the regexp for unescaped quotes. Now it also
6602 matches quotes in weird situations like the single quote in
6603 "something\"'".
6604 (python-syntax-stringify): Simplify num-quotes detecting code.
6605
6606 2012-10-03 Glenn Morris <rgm@gnu.org>
6607
6608 * help-macro.el (three-step-help):
6609 Revert 2012-09-29 change. (Bug#12567)
6610
6611 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6612
6613 * menu-bar.el (kill-this-buffer): Don't do anything when
6614 `menu-frame' is not alive or visible (Bug#8184).
6615
6616 * emacs-lisp/debug.el (debug): When quitting the debugger window
6617 restore current buffer (Bug#12502).
6618
6619 2012-10-02 Chong Yidong <cyd@gnu.org>
6620
6621 * progmodes/hideif.el (hif-lookup, hif-defined):
6622 Handle semantic-c-takeover-hideif.
6623
6624 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6625
6626 Change sampling interval units from ms to ns.
6627 * profiler.el (profiler-sampling-interval): Change units
6628 from ms to ns, multiplying the default by 1000000 so that
6629 it remains 1 ms.
6630 (profiler-report-cpu-line-format): Give enough room for
6631 the maximum counters on 64-bit hosts.
6632 (profiler-report-render-calltree-1): Call them "CPU samples",
6633 not "Time (ms)", since they are not milliseconds now (and
6634 never really were).
6635
6636 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6637
6638 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6639 Fix querying BBDB for entries without a last name (Bug#11580).
6640
6641 2012-10-02 Chong Yidong <cyd@gnu.org>
6642
6643 * emacs-lisp/eieio.el: Restore Version header.
6644
6645 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * vc/diff-mode.el (diff--auto-refine-data): New var.
6648 (diff-hunk): Use it to delay refinement.
6649 (diff-mode): Remove overlays when we turn off font-lock.
6650
6651 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6652 (table-initialize-table-fixed-width-mode)
6653 (table-set-table-fixed-width-mode): Remove functions.
6654 (table-command-list): Move initialization into declaration.
6655 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6656 (table-with-cache-buffer): Use `declare'.
6657 (table-span-cell): Simplify via CSE.
6658 (table-fixed-width-mode): Use define-minor-mode.
6659 (table-call-interactively, table-funcall, table-apply): Remove.
6660 (table-function): New function, to replace them.
6661
6662 * bookmark.el (bookmark-search-pattern): Remove var.
6663 (bookmark-read-search-input): Remove function.
6664 (bookmark-bmenu-search): Reimplement using a minibuffer.
6665
6666 * faces.el (modeline): Remove obsolete face name.
6667
6668 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6669 and give a non-nil default value.
6670 (add-change-log-entry): Simplify accordingly.
6671
6672 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6673
6674 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6675 (vc-git-log-edit-toggle-amend): New function.
6676 (vc-git-log-edit-toggle-signoff): New function.
6677 (vc-git-log-edit-mode): New major mode.
6678 (vc-git-log-edit-mode-map): Keymap for it.
6679 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6680
6681 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6682 header names.
6683 (log-edit-toggle-header): New function.
6684 (log-edit-extract-headers): Accept function values in HEADERS alist.
6685
6686 2012-10-01 David Engster <deng@randomsample.de>
6687
6688 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6689 from symbol property and change message to be more consistent with
6690 Emacs proper.
6691 (eieio-describe-generic): Add filename for each implementation.
6692 Fix indices for generic and normal methods.
6693 (eieio-method-def, eieio-class-def): New buttons.
6694 (eieio-help-find-method-definition)
6695 (eieio-help-find-class-definition): New functions.
6696 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6697 class, constructor and method definitions.
6698
6699 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6700 information in symbol property.
6701 (scoped-class): Remove.
6702 (eieio-slot-name-index, call-next-method): Check if it is bound.
6703
6704 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6705
6706 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6707 (eieio-custom-mode): New major mode.
6708 (eieio-customize-object): Use it.
6709
6710 2012-10-01 Eric Ludlam <zappo@gnu.org>
6711
6712 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6713 specifying the expected class, and whether subclassing is allowed.
6714 (eieio-persistent-convert-list-to-object):
6715 (eieio-persistent-validate/fix-slot-value)
6716 (eieio-persistent-slot-type-is-class-p): New functions.
6717 (eieio-named::slot-missing): Doc fix.
6718
6719 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6720 Stop using unused publd variable.
6721
6722 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6723 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6724 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6725 (eieio-speedbar-handle-click): Do not specify a class for the
6726 method. Fixes method invocation order problems with EDE.
6727
6728 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6731 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6732
6733 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6734
6735 * bookmark.el (bookmark-version-control): Give tags in the
6736 :type choices (Bug#12309), and improve doc string.
6737 (bookmark-write-file): Bind `print-circle' to `t' to allow
6738 circular custom bookmark types. (Bug#12503)
6739
6740 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6741
6742 Revert the FOLLOW-SYMLINKS change for file-attributes.
6743 * files.el (remote-file-name-inhibit-cache, after-find-file):
6744 * time.el (display-time-file-nonempty-p): Undo last change.
6745
6746 * profiler.el (profiler-sampling-interval): Change default back to 1.
6747 See Stefan Monnier in
6748 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6749
6750 2012-10-01 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6751
6752 Shell output catching a la gud-gdb.
6753 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6754 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6755 New Vars.
6756 (python-shell-fetch-lines-filter): New function.
6757 (python-shell-send-string-no-output): Use them.
6758
6759 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6760
6761 * profiler.el (profiler-sampling-interval): Rename from
6762 profiler-sample-interval.
6763 (profiler-sampling-interval): Default to 10.
6764 (profiler-find-profile): New command (was profiler-find-log).
6765 (profiler-find-profile-other-window): New command.
6766 (profiler-find-profile-other-frame): New command.
6767 (profiler-profile): Introduce API-level data structure.
6768
6769 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6770
6771 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6772 * files.el (remote-file-name-inhibit-cache):
6773 * time.el (display-time-file-nonempty-p): Use it.
6774 * files.el (after-find-file): Don't chase links before calling
6775 file-exists-p, as file-exists-p already does the right thing.
6776
6777 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6778
6779 Merge from standalone RefTeX repository.
6780
6781 The following ChangeLog entries are shortened versions of the
6782 original ones with file paths adapted. A not so strongly edited
6783 version of the original ChangeLog can be found in the commit log.
6784
6785 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6786 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6787 Correctly handle new value type returned by `reftex-citation'.
6788
6789 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6790 that entries with whitespace at various places are found.
6791 Doc fix. Include entries that are cross-referenced from cited entries.
6792 Include @String definitions in the resulting bib file. Add header
6793 and footer defined in `reftex-create-bibtex-header' and
6794 `reftex-create-bibtex-footer'.
6795 (reftex-do-citation): Make it possible again to insert
6796 non-existent entries. Save match data when asking for optional
6797 arguments. Return all keys, not just the first one.
6798 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6799 all citations in the same line.
6800 (reftex-parse-bibtex-entry): Accept additional optional argument
6801 `raw' and keep quotes or braces if it is non-nil. Match fields
6802 containing hyphens besides word constituents.
6803 (reftex-get-string-refs): New function.
6804 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6805 and ask if it should be reread in case it did.
6806 (reftex-pop-to-bibtex-entry)
6807 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6808 entries with spaces or tabs in front of arguments.
6809 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6810 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6811 Match entries containing numbers and symbol constituents.
6812 (reftex-do-citation, reftex-figure-out-cite-format):
6813 Use `reftex-cite-key-separator'.
6814
6815 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6816 (reftex-mouse-view-crossref): Explain why point is set.
6817
6818 * textmodes/reftex-global.el: Whitespace changes.
6819
6820 * textmodes/reftex-index.el: Move provide statement to end of
6821 file.
6822 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6823 (reftex-index-visit-phrases-buffer): Set marker when visiting
6824 buffer. This allows for returning from the phrases file to the
6825 file one was just editing instead of the file where the last
6826 phrases was added from.
6827 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6828 punctuation syntax as it usually is not used as string quote in
6829 TeX-related modes and may occur unmatched. The change also
6830 prevents fontification of quoted content.
6831 (reftex-index-phrases-mode): Use it.
6832
6833 * textmodes/reftex-parse.el (reftex-parse-from-file):
6834 Move backward one char if a `\' was matched after a section macro.
6835 (reftex-parse-from-file): Use beginning of match instead of end as
6836 bound.
6837
6838 * textmodes/reftex-ref.el: Adapt creation of
6839 `reftex-<package>-<macro>' functions to new structure of
6840 `reftex-ref-style-alist'.
6841 (reftex-reference): Use `reftex-ref-style-list' function.
6842 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6843 reference macro if `reftex-ref-macro-prompt' is non-nil.
6844 (reftex-reference): Pass refstyle to `reftex-format-special'.
6845 Determine reference macro by looking at
6846 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6847 Use only one special format function.
6848 (reftex-varioref-vref, reftex-fancyref-fref)
6849 (reftex-fancyref-Fref): Remove definitions. The functions are now
6850 generated from `reftex-ref-style-alist'.
6851 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6852 Remove.
6853 (reftex-format-special): New function.
6854
6855 * textmodes/reftex-sel.el
6856 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6857 of `reftex-ref-style-alist'. Remove code for testing macro type.
6858 (reftex-select-toggle-varioref)
6859 (reftex-select-toggle-fancyref): Remove.
6860 (reftex-select-cycle-ref-style-internal)
6861 (reftex-select-cycle-ref-style-forward)
6862 (reftex-select-cycle-ref-style-backward): New functions.
6863 (reftex-select-label-map): Use `v' and `V' for general cycling
6864 through reference styles. Add `p' for switching between number
6865 and page reference types.
6866
6867 * textmodes/reftex-toc.el (reftex-re-enlarge):
6868 Call `enlarge-window' only if there is something to do because in Emacs
6869 the horizontal version throws an error even if the parameter is 0.
6870
6871 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6872 (reftex-plug-into-AUCTeX): Doc fix.
6873 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6874 string. Adapt to new name.
6875 (reftex-ref-style-alist): Change structure so that it is not
6876 possible to use multiple different package names within a style.
6877 Remove the symbols for symbols for macro type distinction.
6878 Add characters for macro selection.
6879 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6880 (reftex-create-bibtex-footer): New variables.
6881 (reftex-format-ref-function): Mention third argument of special
6882 format function.
6883 (reftex-ref-style-alist, reftex-ref-style-default-list):
6884 New variables.
6885 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6886 to new implementation. Mark as obsolete. Add compatibility code
6887 for honoring the variable values in case they are set.
6888 (reftex-cite-format-builtin, reftex-bibliography-commands):
6889 Add support for ConTeXt.
6890 (reftex-format-ref-function, reftex-format-cite-function):
6891 Fix custom type.
6892 (reftex-cite-key-separator): New variable.
6893
6894 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6895 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6896 `reftex-syntax-table' because parens have to retain their paren
6897 syntax in order for parsing of BibTeX entries like @book(...) to
6898 work.
6899 (reftex-in-comment): Do not error out if `comment-start-skip' is
6900 not set. Deal correctly with escaped comment characters.
6901 (reftex-tie-multifile-symbols): Add doc string.
6902 Initialize `reftex-ref-style-list'.
6903 (reftex-untie-multifile-symbols): Add doc string.
6904 (reftex-add-index-macros): Doc fix.
6905 (reftex-ref-style-activate, reftex-ref-style-toggle)
6906 (reftex-ref-style-list): New functions.
6907 (reftex-mode-menu): Use them. Adapt to new structure of
6908 `reftex-ref-style-alist'.
6909 (reftex-select-with-char): Kill the RefTeX Select buffer when
6910 done.
6911 (reftex-remove-if): New function.
6912 (reftex-erase-all-selection-and-index-buffers)
6913 (reftex-mode-menu): Reference styles are now computed from
6914 `reftex-ref-style-alist'. Fix typo.
6915 (reftex-report-bug): New function.
6916 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6917 algorithms with O(n log n). Introduce optional argument SORT (not
6918 yet used).
6919
6920 2012-09-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6921
6922 Enhancements for triple-quote string syntax.
6923 * progmodes/python.el (python-syntax-propertize-function):
6924 Match both quote cases in one regexp.
6925 (python-syntax-stringify): Handle matches properly.
6926
6927 2012-09-30 Juri Linkov <juri@jurta.org>
6928
6929 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6930 to nil around the call to `insert' to prevent
6931 directory time modification by lock_file. (Bug#2295)
6932 * tar-mode.el (tar-summarize-buffer): Idem.
6933
6934 2012-09-30 Juri Linkov <juri@jurta.org>
6935
6936 * facemenu.el (list-colors-sort): Add option "Luminance".
6937 (list-colors-sort-key): Implement it.
6938
6939 * vc/diff-mode.el (diff-refine-removed):
6940 * vc/ediff-init.el (ediff-fine-diff-A):
6941 * vc/smerge-mode.el (smerge-refined-removed):
6942 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6943
6944 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6945
6946 * term/ns-win.el (x-file-dialog): New function.
6947
6948 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6949
6950 * ido.el (ido-max-directory-size): Default to nil; the current
6951 default is small for POSIX systems, and impractical on Windows 7
6952 now that lstat returns directory sizes for NTFS.
6953
6954 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6955
6956 In buffer display functions handle window-height/window-width
6957 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6958 * window.el (window--display-buffer): New argument ALIST.
6959 Obey window-height and window-width alist entries.
6960 (window--try-to-split-window): New argument ALIST.
6961 Bind window-combination-limit to t when the window's size shall be
6962 changed and window-combination-limit equals `window-size'.
6963 (display-buffer-in-atom-window)
6964 (display-buffer-in-major-side-window)
6965 (display-buffer-in-side-window, display-buffer-same-window)
6966 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6967 (display-buffer-pop-up-window, display-buffer-below-selected)
6968 (display-buffer-at-bottom, display-buffer-in-previous-window)
6969 (display-buffer-use-some-window): Adjust all callers of
6970 window--display-buffer and window--try-to-split-window.
6971 (fit-frame-to-buffer): New option.
6972 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6973 is non-nil.
6974 (display-buffer-in-major-side-window): Evaluate window-height /
6975 window-width alist entries.
6976
6977 * help.el (temp-buffer-resize-frames)
6978 (temp-buffer-resize-regexps): Remove options.
6979 (temp-buffer-resize-mode): Adjust doc-string.
6980 (resize-temp-buffer-window): Don't consult
6981 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6982 temp-buffer-resize-frames.
6983
6984 * dired.el (dired-mark-pop-up):
6985 Call display-buffer-below-selected with a fit-window-to-buffer alist
6986 entry.
6987
6988 2012-09-30 Chong Yidong <cyd@gnu.org>
6989
6990 * server.el (server-host): Document the security implications.
6991 (server-auth-key): Doc fix.
6992
6993 * startup.el (initial-buffer-choice): Doc fix.
6994
6995 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6996
6997 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6998 restriction change.
6999
7000 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7001
7002 * help-fns.el (help-fns--obsolete): Fix last change.
7003
7004 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7007 (minor-mode-map-alist): Remove redundant code.
7008
7009 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7010 visited in a buffer.
7011 (cvs-insert-visited-file): New function.
7012 (find-file-hook): Use it.
7013
7014 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7015
7016 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7017 chose face.
7018 (log-edit-empty-buffer-p): Don't require a space after a header.
7019
7020 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7021
7022 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7023
7024 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7025 a proper minor-mode.
7026
7027 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7028
7029 2012-09-29 Glenn Morris <rgm@gnu.org>
7030
7031 * winner.el (winner-mode): Remove variable (let define-minor-mode
7032 handle it).
7033 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7034 Doc fixes.
7035 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7036 (winner-mode): Use define-minor-mode.
7037
7038 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7039 the full definition in loaddefs, rather than duplicating it.
7040
7041 * help-macro.el (three-step-help): No need to autoload defcustom.
7042
7043 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7044 (inferior-lisp-program, inferior-lisp-load-command)
7045 (inferior-lisp-prompt, inferior-lisp-mode-hook):
7046 No need to autoload defcustoms.
7047
7048 * hippie-exp.el (hippie-expand-try-functions-list)
7049 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7050 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7051 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7052 (hippie-expand-only-buffers): No need to autoload defcustoms.
7053 * progmodes/vhdl-mode.el (vhdl-line-expand):
7054 Explicitly load hippie-exp, so it does not get autoloaded
7055 while hippie-expand-try-functions-list is let-bound.
7056
7057 2012-09-28 Glenn Morris <rgm@gnu.org>
7058
7059 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7060
7061 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7062 Only "cl.el" counts as cl these days.
7063
7064 2012-09-28 Juri Linkov <juri@jurta.org>
7065
7066 Display archive errors in the echo area instead of inserting
7067 to the file buffer.
7068
7069 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7070 to STDERR-TEST that can be a regexp matching a successful output.
7071 Create a temporary file and redirect stderr to it. Search for
7072 STDERR-TEST in the stderr output and display it in the echo area
7073 if no match is found.
7074 (archive-extract-by-file): New function like
7075 `archive-extract-by-stdout' but extracting archives to files
7076 and looking for successful matches in stdout. Function body is
7077 mostly copied from `archive-rar-extract'.
7078 (archive-rar-extract): Use `archive-extract-by-file'.
7079 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
7080
7081 2012-09-28 Leo Liu <sdl.web@gmail.com>
7082
7083 * pcomplete.el (pcomplete-show-completions):
7084 Use minibuffer-message to make pcomplete usable in minibuffer.
7085
7086 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7087
7088 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * type-break.el: Use lexical-binding.
7091 (type-break-mode): Use define-minor-mode.
7092
7093 * emacs-lisp/pcase.el (pcase--mark-used): New.
7094 (pcase--u1): Use it (bug#12512).
7095
7096 * custom.el (load-theme): Set buffer-file-name so the load is recorded
7097 in load-history with the right file name.
7098
7099 2012-09-28 Tassilo Horn <tsdh@gnu.org>
7100
7101 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7102 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7103 (doc-view-get-bounding-box): Make bounding box slicing work for
7104 ODF and DVI documents.
7105
7106 2012-09-28 Glenn Morris <rgm@gnu.org>
7107
7108 * type-break.el (type-break-mode, type-break-interval)
7109 (type-break-good-rest-interval, type-break-keystroke-threshold):
7110 No need to autoload.
7111 (type-break-good-rest-interval, type-break-keystroke-threshold):
7112 Add :set-after.
7113
7114 2012-09-28 Chong Yidong <cyd@gnu.org>
7115
7116 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7117 Add :version tag.
7118
7119 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7122
7123 2012-09-27 Glenn Morris <rgm@gnu.org>
7124
7125 * faces.el (x-display-name): Declare (for without-x builds).
7126
7127 * linum.el (linum-format): Don't autoload it. Improve :type.
7128
7129 * progmodes/tcl.el: Don't require outline when compiling.
7130 (outline-regexp, outline-level): Declare.
7131 * textmodes/sgml-mode.el: Don't require outline when compiling.
7132 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7133
7134 * term.el (term-ansi-reset):
7135 Try setting term-ansi-face-already-done to nil. (Bug#11785)
7136
7137 * vc/vc.el (vc-next-action): Only gripe about committing read-only
7138 files for RCS and SCCS. (Bug#9781)
7139
7140 2012-09-27 Chong Yidong <cyd@gnu.org>
7141
7142 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7143 change; value should be t.
7144
7145 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * image-mode.el: Use lexical-binding.
7148 (image-mode-winprops): Use t to stand for the window of
7149 a buffer that's not displayed.
7150 * doc-view.el (doc-view-new-window-function): Handle the new
7151 t in winprops.
7152 (doc-view-enlarge): Make it a real nop if the size is not changed.
7153 (doc-view-display): Handle the case where the buffer is not (yet?)
7154 displayed in any window.
7155 (doc-view-saved-settings): New var.
7156 (doc-view-mode): Use it.
7157 (doc-view-fallback-mode): Set it.
7158
7159 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7160 Set lexical-binding.
7161 (minibuffer-eldef-shorten-default): New var.
7162 (minibuffer-default-in-prompt-regexps): Use it for new default.
7163 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7164
7165 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7166
7167 * international/uni-bidi.el:
7168 * international/uni-category.el:
7169 * international/uni-name.el:
7170 * international/uni-numeric.el: Regenerate.
7171
7172 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
7173 Stefan Monnier <monnier@iro.umontreal.ca>
7174
7175 * profiler.el: New file.
7176
7177 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7180 (testcover-reinstrument): Simplify with CSE.
7181
7182 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7183
7184 * window.el (temp-buffer-window-setup): Fix typo in docstring.
7185
7186 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
7187
7188 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7189 (verilog-auto-input, verilog-auto-insert-lisp)
7190 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7191 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7192 (verilog-auto-unused, verilog-auto-wire)
7193 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7194 newline. Reported by Andrew Jones.
7195 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7196 Reported by Brad Dobbie.
7197 (verilog-batch-delete-trailing-whitespace):
7198 Create verilog-batch-delete-trailing-whitespace.
7199 Reported by Brad Dobbie.
7200 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7201 parameters from another module. Reported by Dan Katz.
7202 (verilog-auto, verilog-auto-assign-modport)
7203 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7204 AUTOINOUTMODPORT for UVM interface module shell generation.
7205 Reported by Brad Dobbie.
7206 (verilog-auto-inst-interfaced-ports): Make default nil, as more
7207 standard behavior.
7208 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7209 Reported by Matt Martin.
7210
7211 2012-09-25 Martin Rudalics <rudalics@gmx.at>
7212
7213 * window.el (window--resize-child-windows): When resizing child
7214 windows proportionally, process them in reverse order to
7215 preserve the "when splitting a window the new one gets the odd
7216 line" behavior.
7217 (window--resize-root-window-vertically): When resizing the
7218 minibuffer window try to affect only windows at the bottom of the
7219 frame. (Bug#12419)
7220
7221 2012-09-25 Chong Yidong <cyd@gnu.org>
7222
7223 * subr.el (declare): Doc fix.
7224
7225 * help-fns.el (help-fns--obsolete): Handle macros properly.
7226
7227 2012-09-25 Chong Yidong <cyd@gnu.org>
7228
7229 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7230 this function obsolete.
7231
7232 * calendar/cal-x.el (calendar-two-frame-setup)
7233 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7234 * calendar/calendar.el (american-calendar, european-calendar)
7235 (calendar-for-loop):
7236 * comint.el (comint-dynamic-simple-complete)
7237 (comint-dynamic-complete-as-filename, comint-unquote-filename):
7238 * desktop.el (desktop-load-default):
7239 * dired-x.el (dired-omit-here-always)
7240 (dired-hack-local-variables, dired-default-directory):
7241 * emacs-lisp/derived.el (derived-mode-class):
7242 * emacs-lisp/timer.el (timer-set-time-with-usecs):
7243 * emacs-lock.el (toggle-emacs-lock):
7244 * epa.el (epa-display-verify-result):
7245 * epg.el (epg-sign-keys, epg-start-sign-keys)
7246 (epg-passphrase-callback-function):
7247 * eshell/esh-util.el (eshell-for):
7248 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7249 (eshell-add-to-window-buffer-names):
7250 * files.el (locate-file-completion):
7251 * imenu.el (imenu-example--create-c-index)
7252 (imenu-example--create-lisp-index)
7253 (imenu-example--lisp-extract-index-name)
7254 (imenu-example--name-and-position):
7255 * international/mule-cmds.el (princ-list):
7256 * international/mule-diag.el (decode-codepage-char):
7257 * international/mule-util.el (detect-coding-with-priority):
7258 * iswitchb.el (iswitchb-read-buffer):
7259 * mail/mailalias.el (mail-complete):
7260 * mail/sendmail.el (mail-sent-via):
7261 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7262 (mouse-major-mode-menu):
7263 * password-cache.el (password-read-and-add):
7264 * pcomplete.el (pcomplete-parse-comint-arguments):
7265 * progmodes/sh-script.el (sh-maybe-here-document):
7266 * replace.el (query-replace-regexp-eval):
7267 * savehist.el (savehist-load):
7268 * simple.el (choose-completion-delete-max-match):
7269 * term.el (term-dynamic-simple-complete):
7270 * vc/ediff-init.el (ediff-check-version):
7271 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7272 * vc/vc.el (vc-diff-switches-list):
7273 * view.el (view-return-to-alist-update): Likewise.
7274
7275 * subr.el (eval-next-after-load, makehash, insert-string)
7276 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7277 mark obsolete.
7278 (mode-line-inverse-video): Variable deleted.
7279
7280 * international/mule-util.el (string-to-sequence): Remove.
7281
7282 * calendar/calendar.el (calendar-version):
7283 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7284 (icalendar-convert-diary-to-ical):
7285 * cus-edit.el (custom-mode):
7286 * ansi-color.el (ansi-color-unfontify-region):
7287 * international/latin1-disp.el (latin1-char-displayable-p):
7288 * progmodes/cwarn.el (turn-on-cwarn-mode):
7289 * progmodes/which-func.el (which-func-update-1):
7290 Use define-obsolete-function-alias.
7291
7292 * net/newst-backend.el (newsticker-cache-filename):
7293 * net/newst-treeview.el (newsticker-groups-filename):
7294 Fix incorrect obsolescence declaration.
7295
7296 * allout.el (allout-passphrase-hint-string): Likewise.
7297 (allout-init): Use a declare form to mark obsolete.
7298
7299 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7300 this applies to functions.
7301
7302 * iswitchb.el (iswitchb-read-buffer): Move code of
7303 iswitchb-define-mode-map here, and delete that obsolete function.
7304
7305 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7306 font-lock-reference-face.
7307
7308 2012-09-25 Glenn Morris <rgm@gnu.org>
7309
7310 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7311 Doc fixes.
7312
7313 * eshell/em-term.el (eshell-term-name):
7314 Default to term-term-name. (Bug#12485)
7315
7316 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7317
7318 * progmodes/python.el (python-shell-send-buffer): Better handling
7319 of "if __name__ == '__main__':" conditionals when sending the buffer.
7320
7321 2012-09-24 Glenn Morris <rgm@gnu.org>
7322
7323 * eshell/esh-cmd.el (eshell-find-alias-function):
7324 Tighten up file-name regexp. (Bug#12499)
7325
7326 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7327
7328 Enhancements for triple-quote string syntax.
7329 * progmodes/python.el (python-quote-syntax): Remove.
7330 (python-syntax-propertize-function): New value.
7331 (python-syntax-count-quotes, python-syntax-stringify):
7332 New functions.
7333
7334 2012-09-24 Chong Yidong <cyd@gnu.org>
7335
7336 * mail/supercite.el (sc-version): Remove obsolete function.
7337 (sc-describe): Don't mark as obsolete, since it is bound.
7338 (sc-submit-bug-report): Remove.
7339
7340 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7341 (cvs-commit-buffer-require-final-newline): Remove.
7342 (log-edit-require-final-newline)
7343 (log-edit-changelog-full-paragraphs): Default to t.
7344
7345 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7346 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7347 * vc/vc.el (vc-checkout-carefully): Likewise.
7348
7349 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7350 (emerge-version): Remove.
7351
7352 * progmodes/compile.el (compile-internal): Remove.
7353 (compilation-parse-errors-function): Fix typo.
7354
7355 * international/mule.el (set-char-table-default): Remove.
7356 (set-coding-priority, make-coding-system, generic-char-p)
7357 (charset-list, charset-bytes, charset-id): Use declare to mark
7358 functions as obsolete.
7359
7360 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7361 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7362 * vc/vc-hooks.el (vc-default-registered): Don't use
7363 vc-master-templates.
7364
7365 * font-lock.el (font-lock-reference-face):
7366 Use define-obsolete-variable-alias.
7367
7368 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7369 * calendar/calendar.el (calendar-font-lock-keywords):
7370 * calendar/diary-lib.el (diary-font-lock-keywords)
7371 (diary-fancy-font-lock-keywords):
7372 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7373 * textmodes/reftex-index.el (reftex-insert-index):
7374 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7375 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7376 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7377 * progmodes/prolog.el (prolog-font-lock-keywords):
7378 * progmodes/idlwave.el (idlwave-idl-keywords):
7379 * progmodes/ada-mode.el (ada-font-lock-keywords):
7380 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7381
7382 2012-09-24 Glenn Morris <rgm@gnu.org>
7383
7384 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7385
7386 2012-09-23 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7387
7388 * progmodes/python.el (python-indent-line): More consistent cursor
7389 movement behavior.
7390
7391 2012-09-23 Stefan Merten <smerten@oekonux.de>
7392
7393 * textmodes/rst.el: Fix compiler warning.
7394
7395 2012-09-23 Roland Winkler <winkler@gnu.org>
7396
7397 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7398 Transcribe also LaTeX hyphenation.
7399 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7400 bibtex-reformat-previous-options.
7401
7402 2012-09-23 Roland Winkler <winkler@gnu.org>
7403
7404 * proced.el (proced-renice-command): New variable.
7405 (proced-marked-processes): New function.
7406 (proced-with-processes-buffer): New macro.
7407 (proced-send-signal): Use them.
7408 (proced-renice): New command bound to r.
7409
7410 2012-09-23 Roland Winkler <winkler@gnu.org>
7411
7412 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7413 ibuffer-saved-filter-groups has one element, shortcut the call of
7414 completing-read. (Bug#12331)
7415
7416 2012-09-23 Chong Yidong <cyd@gnu.org>
7417
7418 * bindings.el (mode-line-toggle-read-only):
7419 * bs.el (bs-toggle-readonly):
7420 * buff-menu.el (Buffer-menu-toggle-read-only):
7421 * dired.el (dired-toggle-read-only):
7422 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7423
7424 2012-09-23 Chong Yidong <cyd@gnu.org>
7425
7426 * image.el (image-type-available-p): Adapt to init-image-library
7427 argument changes.
7428
7429 2012-09-22 Juri Linkov <juri@jurta.org>
7430
7431 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7432 `dired-toggle-read-only'. (Bug#12462)
7433
7434 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7435
7436 * subr.el (temp-output-buffer-show): New function.
7437 (with-output-to-temp-buffer): Call temp-output-buffer-show
7438 instead of internal-temp-output-buffer-show.
7439
7440 2012-09-22 Chong Yidong <cyd@gnu.org>
7441
7442 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7443 (Bug#12462).
7444
7445 * repeat.el (repeat): Doc fix (Bug#12348).
7446
7447 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7448 (Bug#10909).
7449
7450 * simple.el (shell-command-on-region): Doc fix.
7451 (read-only-mode): Doc fix.
7452
7453 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7454
7455 * emacs-lisp/timer.el (run-with-idle-timer)
7456 (timer-activate-when-idle): Warn against reinvoking an idle timer
7457 from within its own timer action. (Bug#12447)
7458
7459 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7460
7461 * cus-start.el (window-combination-limit): Add new optional
7462 values.
7463 * window.el (temp-buffer-window-show)
7464 (window--try-to-split-window): Handle new values of
7465 window-combination-limit (Bug#1806).
7466 (split-window): Test window-combination-limit for t instead of
7467 non-nil.
7468 (display-buffer-at-bottom): New buffer display action function.
7469 * help.el (temp-buffer-resize-regexps): New option.
7470 (temp-buffer-resize-mode): Rewrite doc-string.
7471 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7472 Don't resize reused window. Suggested by Glenn Morris.
7473
7474 2012-09-22 Stefan Merten <smerten@oekonux.de>
7475
7476 * textmodes/rst.el: Revamp section title faces.
7477 (rst-official-version)
7478 (rst-package-emacs-version-alist): Sync with official version
7479 V1.4.0.
7480 (rst-faces-defaults, rst-set-level-default)
7481 (rst-level-face-max, rst-level-face-base-color)
7482 (rst-level-face-base-light, rst-level-face-format-light)
7483 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7484 (rst-adornment-faces-alist): Match new setup.
7485 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7486 (rst-level-5, rst-level-6): New faces.
7487
7488 2012-09-22 Chong Yidong <cyd@gnu.org>
7489
7490 * simple.el (undo): Handle indirect buffers (Bug#8207).
7491
7492 2012-09-21 Leo Liu <sdl.web@gmail.com>
7493
7494 IDO: Disable match re-ordering for buffer switching.
7495 * ido.el (ido-buffer-disable-smart-matches): New variable.
7496 (ido-set-matches-1): Use it. (Bug#2042)
7497
7498 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7499
7500 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7501 Fix 2011-05-17 change. (Bug#12418)
7502
7503 2012-09-21 Leo Liu <sdl.web@gmail.com>
7504
7505 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7506
7507 2012-09-21 Glenn Morris <rgm@gnu.org>
7508
7509 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7510 Be more robust about locating simple.el.
7511
7512 2012-09-21 Glenn Morris <rgm@gnu.org>
7513
7514 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7515
7516 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7517
7518 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7519
7520 2012-09-20 Juri Linkov <juri@jurta.org>
7521
7522 * replace.el (query-replace-read-from): Use `read-regexp' instead
7523 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7524 (occur-read-primary-args): Use `read-regexp' instead of
7525 `read-string'.
7526 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7527 `read-from-minibuffer'.
7528 * isearch.el (isearch-occur): Use `read-regexp' instead of
7529 `read-string'.
7530 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7531 `read-from-minibuffer'.
7532 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7533 of `read-string'. (Bug#7567)
7534
7535 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7536 and allow accepting a list of strings prepended to a list of
7537 standard default values. Doc fix. (Bug#12321)
7538
7539 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7540
7541 * replace.el (read-regexp): Don't add ": " when PROMPT already
7542 ends with a colon and space. (Bug#12321)
7543
7544 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7545
7546 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7547 error.
7548
7549 2012-09-20 Stefan Merten <smerten@oekonux.de>
7550
7551 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7552 Fixes feature request bug#11711.
7553 (rst-mode): Create `imenu-create-index-function'.
7554 (rst-get-stripped-line): Delete after refactoring.
7555 (rst-section-tree, rst-section-tree-rec)
7556 (rst-section-tree-point): Refactor and document properly.
7557 (rst-imenu-find-adornments-for-position)
7558 (rst-imenu-convert-cell, rst-imenu-create-index):
7559 New function.
7560
7561 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7564 (macroexp--expand-all): Use it.
7565 (macroexp--funcall-and-return): Remove by folding it into its sole
7566 caller (macroexp--warn-and-return).
7567 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7568 Use macroexp--obsolete-warning.
7569
7570 * calc/calc.el: Fix last change by removing the whole chunk, since it
7571 was only needed back when Calc was not bundled.
7572
7573 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7574
7575 * emacs-lisp/debug.el (debug): Restore assignment to
7576 debugger-old-buffer removed on 2012-09-08.
7577
7578 2012-09-20 Juri Linkov <juri@jurta.org>
7579
7580 * dired-aux.el (dired-diff): Remove (require 'diff) since
7581 `diff-latest-backup-file' is now autoloaded.
7582
7583 2012-09-20 Chong Yidong <cyd@gnu.org>
7584
7585 * vc/diff.el (diff-latest-backup-file): Autoload.
7586
7587 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * calc/calc.el: Remove redundant autoload shape check.
7590 (sel-mode): Don't defvar.
7591 (calc-get-stack-element): Add `sel-mode' arg instead.
7592 (calc-top, calc-top-list): Pass it this additional argument.
7593 * calc/calc-store.el (calc-store-map):
7594 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7595 (calc-map-equation, calc-outer-product, calc-inner-product):
7596 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7597
7598 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7599
7600 2012-09-19 Juri Linkov <juri@jurta.org>
7601
7602 * dired-aux.el (dired-diff): Add (require 'diff) because
7603 `diff-latest-backup-file' is not autoloaded.
7604 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7605 of `dired-get-filename' to t to not report error when there is
7606 no default file on the current line.
7607
7608 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7611 macroexp--eval-if-compile.
7612 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7613 (macroexp--expand-all): Use them (bug#12371).
7614
7615 * doc-view.el (doc-view-guess-paper-size)
7616 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7617
7618 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7619
7620 New feature: set optimal slice from BoundingBox information.
7621 * doc-view.el (doc-view-mode-map): Add keybinding.
7622 (doc-view-menu): Add menu entry.
7623 (doc-view-set-slice): Adapt docstring.
7624 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7625 (doc-view-scale-bounding-box)
7626 (doc-view-set-slice-from-bounding-box): New functions.
7627 (doc-view-paper-sizes): New defvar.
7628
7629 2012-09-19 Glenn Morris <rgm@gnu.org>
7630
7631 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7632 (byte-compile-log-warning): Autoload. (Bug#12371)
7633
7634 * calendar/calendar.el (calendar-american-month-header)
7635 (calendar-european-month-header, calendar-iso-month-header)
7636 (calendar-month-header): New options.
7637 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7638 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7639
7640 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7641
7642 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7643
7644 2012-09-18 Juri Linkov <juri@jurta.org>
7645
7646 * dired-aux.el (dired-diff): Restore original functionality of
7647 getting the default value, but keep new feature of using the
7648 latest existing backup file (`diff-latest-backup-file').
7649
7650 2012-09-18 Juri Linkov <juri@jurta.org>
7651
7652 * dired.el (dired-mark): If the region is active in Transient Mark
7653 mode, mark all files in the active region. Doc fix.
7654 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7655 Doc fix. (Bug#10624)
7656
7657 2012-09-18 Juri Linkov <juri@jurta.org>
7658
7659 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7660 attributes for M-n are pulled from the file at point.
7661 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7662 Suggested by Drew Adams. (Bug#10624)
7663
7664 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7665
7666 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7667 whitespace after "end".
7668 (ruby-do-end-to-brace): Collapse block to one line if it fits
7669 within fill-column.
7670
7671 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7672
7673 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7674 value.
7675 (debug): Don't remove debugger window when debugger is expected
7676 to be back.
7677
7678 2012-09-18 Chong Yidong <cyd@gnu.org>
7679
7680 * custom.el (defface): Doc fix.
7681
7682 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7683
7684 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7685
7686 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7687 to initialize query-on-exit; then test that instead (bug#12288).
7688
7689 2012-09-17 Stefan Merten <smerten@oekonux.de>
7690
7691 * textmodes/rst.el: Add support for `testcover'.
7692 (rst-defcustom-testcover, rst-testcover-add-compose)
7693 (rst-testcover-add-1value): New functions.
7694 (rst-portable-mark-active-p): Replace by `use-region-p'.
7695 (rst-update-section, rst-classify-adornment)
7696 (rst-find-title-line): Mark `1value' forms.
7697 (rst-classify-adornment): Remove superfluous form.
7698 (rst-update-section, rst-get-adornments-around)
7699 (rst-adornment-complete-p, rst-get-next-adornment)
7700 (rst-adjust, rst-promote-region)
7701 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7702 (rst-find-pfx-in-region, rst-section-tree-rec)
7703 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7704 (rst-toc-node, rst-toc, rst-forward-section)
7705 (rst-iterate-leftmost-paragraphs)
7706 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7707 (rst-bullet-list-region)
7708 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7709 (rst-compile-find-conf, rst-compile)
7710 (rst-repeat-last-character): Fix style.
7711
7712 2012-09-17 Chong Yidong <cyd@gnu.org>
7713
7714 * comint.el (comint--complete-file-name-data): Don't add a space
7715 if the status is `sole'; that adds a gratuitous space in the
7716 completion-cycling case (Bug#12092).
7717
7718 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7719
7720 2012-09-17 Richard Stallman <rms@gnu.org>
7721
7722 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7723 only in the mime-shown mode, not in raw mode.
7724 (rmail-mime): Toggle off mime by displaying the message without
7725 mime processing. (Bug#12305)
7726
7727 * mail/rmail.el (rmail-retry-failure):
7728 Turn off mime processing first. (Bug#12037)
7729
7730 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7731
7732 2012-09-17 Chong Yidong <cyd@gnu.org>
7733
7734 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7735 (shell-dynamic-complete-functions): Convert to defcustom.
7736 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7737
7738 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7739 * comint.el (comint-prompt-read-only):
7740 * custom.el (defcustom):
7741 * hi-lock.el (hi-lock-mode):
7742 * ibuffer.el (ibuffer-formats):
7743 * ielm.el (ielm-prompt-read-only):
7744 * novice.el (disable-command):
7745 * saveplace.el (toggle-save-place):
7746 * speedbar.el (speedbar-supported-extension-expressions):
7747 * startup.el (auto-save-list-file-prefix, init-file-user)
7748 (after-init-hook, inhibit-startup-echo-area-message):
7749 * strokes.el (strokes-help):
7750 * time-stamp.el (time-stamp):
7751 * calendar/calendar.el (calendar, diary-file):
7752 * calendar/diary-lib.el (diary-mail-entries, diary)
7753 (diary-list-entries-hook):
7754 * calendar/holidays.el (holidays, calendar-holidays):
7755 * calendar/lunar.el (lunar-phases):
7756 * calendar/solar.el (sunrise-sunset):
7757 * emulation/edt.el (edt-load-keys):
7758 * emulation/viper.el (viper-mode):
7759 * eshell/em-alias.el (eshell-command-aliases-list):
7760 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7761 * international/ogonek.el (ogonek-information):
7762 * net/tramp-cmds.el (tramp-bug):
7763 * net/quickurl.el (quickurl-reread-hook-postfix):
7764 * play/decipher.el (decipher-font-lock-keywords):
7765 * progmodes/cc-styles.el (c-set-style):
7766 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7767 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7768 * progmodes/octave-mod.el (octave-mode):
7769 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7770 * progmodes/verilog-mode.el (verilog-read-defines):
7771 * textmodes/two-column.el (2C-mode): Likewise.
7772
7773 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7774
7775 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7776 that holds many addresses.
7777
7778 2012-09-16 Chong Yidong <cyd@gnu.org>
7779
7780 * align.el (align-areas): Call the indication function with
7781 positions instead of markers for arguments (Bug#12343).
7782
7783 * files.el (parse-colon-path): Use split-string (Bug#12351).
7784
7785 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7786 (display-buffer-function): Mark as obsolete.
7787
7788 * progmodes/compile.el (compilation-parse-errors): Accept list
7789 values similar to font-lock-keywords (Bug#12136).
7790 Suggested by Oleksandr Manzyuk.
7791 (compilation-error-regexp-alist): Doc fix.
7792
7793 2012-09-15 Glenn Morris <rgm@gnu.org>
7794
7795 * version.el (emacs-bzr-version-bzr): New function.
7796 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7797
7798 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7799 checkouts, check the parent dirstate matches the branch.
7800 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7801 empty string.
7802
7803 * version.el (emacs-bzr-version): Doc fix.
7804 (emacs-bzr-version-dirstate): New function.
7805 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7806 is local try and check that it matches the branch. If not, just
7807 use dirstate information. (Bug#12441)
7808
7809 2012-09-14 Juri Linkov <juri@jurta.org>
7810
7811 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7812 (Bug#12399)
7813
7814 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7817
7818 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7819 Remove obsolete byte-compiler hack that tried to silence some warnings.
7820 (edebug-submit-bug-report): Remove.
7821 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7822 Remove aliases, use the un-prefixed name instead.
7823 (edebug-pop-to-buffer): Consider other frames.
7824 (edebug-original-read):: Make it more obvious that it's always defined.
7825 (edebug--make-form-data-entry, edebug--form-data-name)
7826 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7827 single-dashed name, and implement with cl-defstruct.
7828 (edebug-set-form-data-entry): Use the standard accessors.
7829 (edebug-make-top-form-data-entry): Use push.
7830 (edebug-no-match): Drop useless `funcall'.
7831 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7832 to functions.
7833 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7834 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7835 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7836 (easy-menu-define, with-custom-print): Remove redundant specs.
7837 (edebug-outside-overriding-local-map)
7838 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7839 (edebug--display): Bind unread-command-events directly to nil rather
7840 than binding it to unread-command-events and later setting it to nil.
7841 (edebug--display): Kill edebug-eval-buffer here...
7842 (edebug--recursive-edit): ...rather than here.
7843 Bind standard-output and standard-input.
7844 (edebug-eval): Check cl-macroexpand-all is fboundp.
7845 (edebug-temp-display-freq-count): Fix last change.
7846
7847 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7848 * subr.el (noreturn, 1value): Add `debug' spec.
7849 * emacs-lisp/advice.el: Require cl-lib.
7850 (ad-copy-tree): Remove, use copy-tree instead.
7851 (ad-dolist): Remove use dolist or cl-dolist instead.
7852 (ad-do-return): Remove, use cl-return instead.
7853 (defadvice): Add `debug' spec.
7854
7855 2012-09-13 Juri Linkov <juri@jurta.org>
7856
7857 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7858 (Bug#12399)
7859
7860 2012-09-13 Glenn Morris <rgm@gnu.org>
7861
7862 * calc/calc.el (math-compose-expr):
7863 * calc/calc-ext.el (math-compose-expr):
7864 * progmodes/cc-defs.el (cl-macroexpand-all):
7865 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7866 (cl-macroexpand-all): Update declarations.
7867
7868 * vc/vc.el: No need to require ediff.
7869 (ediff-load-version-control): Declare.
7870 (ediff-vc-internal): Fix declaration.
7871 (vc-version-ediff): Require ediff.
7872
7873 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7874
7875 Use a more backwards-compatible timer format (Bug#12430).
7876 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7877 being right after USECS, as that better supports old code that
7878 inadvisedly looked directly at the timer vector.
7879
7880 2012-09-13 Kenichi Handa <handa@gnu.org>
7881
7882 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7883 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7884 `coding-priority' property of these language environment.
7885
7886 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7887
7888 Fix glitches caused by addition of psec to timers (Bug#12430).
7889 * image.el (image-animate-timer):
7890 * time.el (display-time-world-timer):
7891 Use timer--function and timer--args rather than raw access to
7892 timer vector.
7893
7894 2012-09-13 Glenn Morris <rgm@gnu.org>
7895
7896 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7897 If not compiling a file, try using load-file-name.
7898
7899 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7900
7901 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7902 Fix last change.
7903 (edebug-update-eval-list): Use `push'.
7904
7905 * emacs-lisp/edebug.el: Use lexical-binding.
7906 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7907 Mark unused args with underscore.
7908 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7909 (edebug-form-data): Use defvar-local.
7910 (edebug-make-before-and-after-form, edebug-make-after-form):
7911 Use backquote.
7912 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7913 Not dynamically scoped any more.
7914 (edebug--enter-trace): Add arguments `function' and `args'.
7915 Rename from edebug-enter-trace.
7916 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7917 (edebug--update-coverage): Add `after-index' and `value' args.
7918 Rename from edebug-update-coverage.
7919 (edebug-slow-after): Call it accordingly.
7920 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7921 edebug-recursive-edit.
7922 (edebug--display): Call it accordingly. Add args `value',
7923 `offset-index', and `arg-mode'. Rename from edebug-display.
7924 (edebug-debugger, edebug): Call it accordingly.
7925 (edebug-eval-display-list): Use dolist.
7926
7927 2012-09-12 Juri Linkov <juri@jurta.org>
7928
7929 * info.el (Info-search): Don't check for isearch-mode and
7930 isearch-regexp before let-binding search-spaces-regexp to
7931 Info-search-whitespace-regexp.
7932 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7933 search-whitespace-regexp if isearch-lax-whitespace or
7934 isearch-regexp-lax-whitespace is non-nil.
7935 (Info-mode): Don't set local variable search-whitespace-regexp.
7936 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7937
7938 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7941 (debugger-env-macro): Remove support for unread-command-char.
7942
7943 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7944 the temporary map re-appearing on emulation-mode-map-alists.
7945
7946 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7947 since 22.1.
7948
7949 * ehelp.el (with-electric-help): Accept functions in
7950 electric-help-form-to-execute.
7951 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7952 And replace unread-command-char -> unread-command-events.
7953
7954 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7955
7956 Sync with Tramp 2.2.6.
7957
7958 * net/tramp.el (tramp-accept-process-output): Don't use
7959 JUST-THIS-ONE in the XEmacs case.
7960
7961 * net/trampver.el: Update release number.
7962
7963 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7964
7965 * emacs-lisp/debug.el (debugger-previous-window-height):
7966 New variable.
7967 (debug): When debugger-jumping-flag is non-nil try to restore
7968 height of debugger window. (Bug#8789)
7969
7970 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7973 overriding-local-map and pre/post-command-hook here.
7974 (edebug-recursive-edit): Do it here instead (bug#12345).
7975 (edebug-outside-unread-command-char): Remove all uses of
7976 unread-command-char.
7977
7978 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7979 inhibit-debugger is bound instead.
7980
7981 2012-09-11 Bastien Guerry <bzg@gnu.org>
7982
7983 * subr.el (set-temporary-overlay-map): Add a docstring.
7984 (Bug#12346)
7985
7986 2012-09-11 Bastien Guerry <bzg@gnu.org>
7987
7988 * minibuffer.el (completion-table-subvert): Fix docstring.
7989 (Bug#12347)
7990
7991 2012-09-11 Bastien Guerry <bzg@gnu.org>
7992
7993 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7994
7995 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7996
7997 * progmodes/sql.el: Version 3.1
7998 (sql-db2-escape-newlines): New variable.
7999 (sql-escape-newlines-filter): Use it.
8000
8001 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
8002
8003 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8004
8005 2012-09-10 Dan Nicolaescu <dann@gnu.org>
8006
8007 * vc/diff-mode.el (diff-mode-menu):
8008 Bind diff-remove-trailing-whitespace.
8009
8010 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8013 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8014 (emacs-lisp-byte-code-mode): New functions.
8015 (eval-sexp-add-defvars): Don't skip defvars in column >0.
8016 (eval-defun-2): Remove bogus interactive spec.
8017 (lisp-indent-line): Remove redundant whole-exp code, now done in
8018 indent-according-to-mode.
8019 (save-match-data): Remove redundant indent data.
8020
8021 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8022 Use `declare'.
8023
8024 2012-09-09 Juri Linkov <juri@jurta.org>
8025
8026 * replace.el (replace-regexp-lax-whitespace): New defcustom.
8027 (replace-lax-whitespace, query-replace-regexp)
8028 (query-replace-regexp-eval, replace-regexp): Doc fix.
8029 (perform-replace, replace-highlight): Let-bind
8030 isearch-lax-whitespace to replace-lax-whitespace and
8031 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8032
8033 * isearch.el (isearch-query-replace): Let-bind
8034 replace-lax-whitespace to isearch-lax-whitespace and
8035 replace-regexp-lax-whitespace to
8036 isearch-regexp-lax-whitespace. (Bug#10885)
8037
8038 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8041
8042 2012-09-09 Alan Mackenzie <acm@muc.de>
8043
8044 * progmodes/cc-engine.el (c-state-cache-init):
8045 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8046 (c-record-parse-state-state):
8047 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8048
8049 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
8050
8051 * register.el (register-separator): Rename from
8052 separator-register. All uses changed. Doc fix.
8053 (register): Fix version.
8054
8055 2012-09-09 Chong Yidong <cyd@gnu.org>
8056
8057 * replace.el (query-replace-map): Bind four new symbols for
8058 requesting window scrolling.
8059
8060 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8061 query-replace-map (Bug#8948).
8062
8063 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8064
8065 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8066 since they are now in query-replace-map.
8067
8068 * window.el (scroll-other-window-down): Make the arg optional.
8069
8070 2012-09-09 Chong Yidong <cyd@gnu.org>
8071
8072 * files.el (hack-local-variables-confirm): Use quit-window to kill
8073 the *Local Variables* buffer.
8074
8075 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8076
8077 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8078 not just expect to be at its beginning. Adjust callees.
8079 Succeed when do-end block has no space before the pipe character.
8080 (ruby-brace-to-do-end): When the original block is one-liner,
8081 convert to multiline. Reindent the result.
8082
8083 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
8084
8085 * register.el (register): New group.
8086 (separator-register): New user option.
8087 (increment-register): Route it to `append-to-register', if
8088 register contains text. Implication is that `C-x r +' can now be
8089 used for appending to a text register (bug#12217).
8090 (append-to-register, prepend-to-register): Add separator based on
8091 `separator-register'.
8092
8093 2012-09-08 Alan Mackenzie <acm@muc.de>
8094
8095 AWK Mode: make auto-newline work when there's "==" in the pattern.
8096 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8097 correctly.
8098 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8099 Test more rigorously for "=" token.
8100
8101 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8102
8103 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8104 Only fail when reached LIMIT.
8105
8106 2012-09-08 Chong Yidong <cyd@gnu.org>
8107
8108 * dired.el (dired-mode-map): Don't bind M-=.
8109
8110 * dired-aux.el (dired-diff): Use backup file as default.
8111
8112 2012-09-08 Drew Adams <drew.adams@oracle.com>
8113
8114 * subr.el (add-to-history): Fix delete usage (Bug#12314).
8115
8116 2012-09-08 Chong Yidong <cyd@gnu.org>
8117
8118 * subr.el (syntax-after, syntax-class): Doc fix.
8119
8120 2012-09-08 Martin Rudalics <rudalics@gmx.at>
8121
8122 * window.el (display-buffer-in-previous-window): New buffer
8123 display action function.
8124
8125 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8126 (debugger-previous-window): New variable.
8127 (debug): Rewrite using display-buffer-in-previous-window,
8128 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
8129
8130 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
8133
8134 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
8135
8136 * progmodes/python.el (python-shell-send-string):
8137 When default-directory is remote, create temp file on remote
8138 filesystem.
8139 (python-shell-send-file): When file is remote, pass local view of
8140 file paths to remote Python interpreter. (Bug#12340)
8141
8142 2012-09-07 Chong Yidong <cyd@gnu.org>
8143
8144 * window.el (switch-to-buffer): Doc fix (Bug#12181).
8145
8146 * files.el (after-find-file): Don't fail on a read-only buffer if
8147 require-final-newline is `visit' or `visit-save' (Bug#11156).
8148
8149 * subr.el (read-char-choice): Allow quitting via ESC ESC.
8150
8151 * userlock.el (ask-user-about-supersession-threat):
8152 Use read-char-choice (Bug#12093).
8153
8154 2012-09-07 Chong Yidong <cyd@gnu.org>
8155
8156 * subr.el (buffer-narrowed-p): New function.
8157
8158 * ses.el (ses-widen):
8159 * simple.el (count-words--buffer-message):
8160 * net/browse-url.el (browse-url-of-buffer): Use it.
8161
8162 * simple.el (count-words-region): Don't signal an error if there
8163 is a non-nil prefix arg and the mark is not set.
8164
8165 * help.el (describe-key-briefly): Allow the message to be seen
8166 when invoked from the minibuffer (Bug#7014).
8167
8168 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8169
8170 * progmodes/ruby-mode.el (ruby-end-of-defun)
8171 (ruby-beginning-of-defun): Simplify, allow indentation before
8172 block beginning and end keywords.
8173 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8174 (ruby-end-of-defun): Expect that the point is at the beginning of
8175 the defun.
8176
8177 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8180 (bug#12367).
8181 (cl--make-usage-args): Strip _ from argument names.
8182
8183 2012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
8184
8185 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8186 obsolete alias speedbar-key-map.
8187 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8188 (vhdl-index-menu-init): Don't use obsolete variable
8189 font-lock-maximum-size.
8190
8191 2012-09-06 Chong Yidong <cyd@gnu.org>
8192
8193 * frame.el (window-system-version): Mark as obsolete.
8194
8195 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8196 of obsolete variable speedbar-key-map.
8197
8198 2012-09-06 Juri Linkov <juri@jurta.org>
8199
8200 * replace.el (replace-lax-whitespace): New defcustom.
8201 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8202 (replace-string, replace-regexp): Mention it in docstrings.
8203 (perform-replace, replace-highlight): Let-bind
8204 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8205 to the values of replace-lax-whitespace and regexp-flag.
8206 Don't let-bind search-whitespace-regexp. (Bug#10885)
8207
8208 * isearch.el (isearch-query-replace): Let-bind
8209 replace-lax-whitespace instead of let-binding
8210 replace-search-function and replace-re-search-function.
8211 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8212 and isearch-regexp-lax-whitespace to lazy-highlight variables.
8213 (isearch-toggle-symbol): Set isearch-regexp to nil
8214 in isearch-word mode (like in isearch-toggle-word).
8215
8216 2012-09-06 Juri Linkov <juri@jurta.org>
8217
8218 * replace.el (replace-search-function)
8219 (replace-re-search-function): Set default values to nil.
8220 (perform-replace): Let-bind isearch-related variables based on
8221 replace-related values, call `isearch-search-fun' and let-bind
8222 the result to `search-function'. Remove code that sets
8223 `search-function' and `search-string' separately for
8224 `delimited-flag'.
8225 (replace-highlight): Add new argument `delimited-flag' and
8226 rename other arguments to the names used in `perform-replace'.
8227 Let-bind `isearch-word' to the argument `delimited-flag'.
8228 (Bug#10885, bug#10887)
8229
8230 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8231
8232 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8233 ruby-beginning-of-indent, simplify, allow all keywords to have
8234 indentation before them.
8235 (ruby-beginning-of-indent): Adjust for above. Search until the
8236 found point is not inside a string or comment.
8237 (ruby-font-lock-keywords): Allow symbols to start with "@"
8238 character, give them higher priority than variables.
8239 (ruby-syntax-propertize-function)
8240 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8241 matchers. Expression expansions are not comments when inside a
8242 string, and there comment syntax status is irrelevant.
8243 (ruby-match-expression-expansion): New function. Check that
8244 expression expansion is inside a string, and it's not escaped.
8245 (ruby-font-lock-keywords): Use it.
8246
8247 2012-09-05 Martin Rudalics <rudalics@gmx.at>
8248
8249 * help.el (temp-buffer-max-height): New default value.
8250 (temp-buffer-resize-frames): New option.
8251 (resize-temp-buffer-window): Optionally resize frame.
8252
8253 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8254 (fit-frame-to-buffer): New function.
8255
8256 2012-09-05 Glenn Morris <rgm@gnu.org>
8257
8258 * emulation/cua-rect.el (cua--init-rectangles):
8259 * textmodes/picture.el (picture-mode-map):
8260 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8261 like forward-char and backward-char. (Bug#12317)
8262
8263 2012-09-05 Leo Liu <sdl.web@gmail.com>
8264
8265 * progmodes/flymake.el (flymake-warning-re): New variable.
8266 (flymake-parse-line): Use it.
8267
8268 2012-09-05 Glenn Morris <rgm@gnu.org>
8269
8270 * calendar/holidays.el (holiday-christian-holidays):
8271 Rename an entry. (Bug#12289)
8272
8273 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8274
8275 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8276 (bug#12222).
8277
8278 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8279
8280 * loadup.el: Load macroexp. Remove hack.
8281 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8282 (macroexp--expand-all): Use it to get better warnings.
8283 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8284 (internal-macroexpand-for-load): New functions.
8285 (macroexp--pending-eager-loads): New var.
8286 (emacs-startup-hook): New hack to replace one in loadup.el.
8287 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8288 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8289 (cl-psetf): Simplify.
8290 (cl-defstruct): Add indent rule.
8291
8292 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8293
8294 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8295 over `user-mail-address' for the SMTP MAIL FROM envelope.
8296 (smtpmail-via-smtp): Ditto.
8297
8298 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8299
8300 * progmodes/ruby-mode.el: Clean up keybindings.
8301 (ruby-mode-map): Don't bind ruby-electric-brace,
8302 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8303 backward-kill-word, reindent-then-newline-and-indent.
8304 (ruby-mark-defun): Remove.
8305 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8306 (ruby-mode): Set local beginning-of-defun-function and
8307 end-of-defun-function values.
8308
8309 2012-09-03 Martin Rudalics <rudalics@gmx.at>
8310
8311 * window.el (temp-buffer-window-setup-hook)
8312 (temp-buffer-window-show-hook): New hooks.
8313 (temp-buffer-window-setup, temp-buffer-window-show)
8314 (with-temp-buffer-window): New functions.
8315 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8316 (special-display-popup-frame): Make sure the window used shows BUFFER.
8317
8318 * help.el (temp-buffer-resize-mode): Fix doc-string.
8319 (resize-temp-buffer-window): New optional argument WINDOW.
8320
8321 * files.el (recover-file, save-buffers-kill-emacs):
8322 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8323
8324 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8325
8326 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8327 remote definition of `default-directory', ensure we can connect.
8328
8329 2012-09-02 Juri Linkov <juri@jurta.org>
8330
8331 Toggle whitespace matching mode with M-s SPC.
8332 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8333
8334 * isearch.el (search-whitespace-regexp): Doc fix.
8335 Remove cons cell customization.
8336 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8337 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8338 New variables.
8339 (isearch-forward, isearch-forward-regexp): Doc fix.
8340 (isearch-toggle-lax-whitespace): New command.
8341 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8342 (re-search-forward-lax-whitespace)
8343 (re-search-backward-lax-whitespace): New functions.
8344 (isearch-whitespace-regexp): Remove function.
8345 (isearch-query-replace): Let-bind replace-search-function and
8346 replace-re-search-function.
8347 (isearch-occur): Let-bind search-spaces-regexp according to the
8348 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8349 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8350 condition for C-q SPC.
8351 (isearch-search-fun-default): Use new functions mentioned above.
8352 (isearch-search-forward, isearch-search-backward): Remove functions.
8353 (isearch-search): Don't let-bind search-spaces-regexp.
8354 (isearch-lazy-highlight-space-regexp): Remove variable.
8355 (isearch-lazy-highlight-lax-whitespace)
8356 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8357 (isearch-lazy-highlight-new-loop): Use them.
8358 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8359
8360 2012-09-02 Chong Yidong <cyd@gnu.org>
8361
8362 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8363
8364 2012-09-02 Glenn Morris <rgm@gnu.org>
8365
8366 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8367
8368 2012-09-01 Glenn Morris <rgm@gnu.org>
8369
8370 * term.el: Tidy up menu definitions.
8371 (term-mode-map): Use easymenu for In/Out, Complete menus.
8372 (term-pager-break-map): Initialize in the defvar.
8373 (term-terminal-menu, term-signals-menu): Define with easymenu.
8374 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8375 (term-pager-menu): New, extracted from term-process-pager.
8376 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8377 (term-update-mode-line): Propertize line/char and page items.
8378 (term-process-pager): Move keymap initialization elsewhere.
8379
8380 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8381
8382 * window.el (switch-to-prev-buffer): Handle additional values of
8383 BURY-OR-KILL argument. Don't switch in minibuffer window.
8384 (switch-to-next-buffer): Don't switch in minibuffer window.
8385 (quit-restore-window): New function based on quit-window.
8386 Handle additional values of former KILL argument.
8387 (quit-window): Call quit-restore-window with appropriate
8388 interpretation of KILL argument.
8389 (display-buffer-below-selected): New buffer display action
8390 function.
8391
8392 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * minibuffer.el (completion-at-point-functions): Complete docstring
8395 (bug#12254).
8396
8397 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8398
8399 Better seed support for (random).
8400 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8401 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8402 * play/mpuz.el, play/tetris.el, play/zone.el:
8403 * calc/calc-comb.el (math-init-random-base):
8404 * play/blackbox.el (bb-init-board):
8405 * play/life.el (life):
8406 * server.el (server-use-tcp):
8407 * type-break.el (type-break):
8408 Remove unnecessary call to (random t).
8409 * net/sasl.el (sasl-unique-id-function):
8410 Change (random t) to (random), now that the latter is more random.
8411 * play/life.el (life-initialized): Remove no-longer-needed var.
8412
8413 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8414
8415 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8416 Consider frame's buffer predicate when choosing the buffer.
8417 (Bug#12081)
8418
8419 2012-08-30 Richard Stallman <rms@gnu.org>
8420
8421 * simple.el (special-mode-map): Delete binding for `z'.
8422
8423 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8424
8425 * progmodes/compile.el (compilation-always-kill): Doc fix.
8426
8427 2012-08-30 Chong Yidong <cyd@gnu.org>
8428
8429 * window.el (display-buffer-reuse-frames): Make the obsolescence
8430 message more informative.
8431
8432 2012-08-30 Glenn Morris <rgm@gnu.org>
8433
8434 * paren.el (show-paren-delay):
8435 Add a :set function. Doc fix. (Bug#12297)
8436
8437 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8438
8439 * progmodes/compile.el (compilation-always-kill): New var.
8440 (compilation-start): Use it.
8441
8442 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8443
8444 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8445 * files.el (read-only-mode): Move to simple.el.
8446
8447 * files.el (read-only-mode): New minor mode.
8448 (toggle-read-only): Use it and mark obsolete.
8449 (find-file--read-only):
8450 * vc/vc.el (vc-next-action, vc-checkout):
8451 * vc/vc-cvs.el (vc-cvs-checkout):
8452 * obsolete/vc-mcvs.el (vc-mcvs-update):
8453 * ffap.el (ffap--toggle-read-only): Update callers.
8454
8455 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8456
8457 * eshell/esh-ext.el (eshell-external-command): Do not examine
8458 remote shell scripts.
8459 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8460
8461 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8462 "/usr/local/sbin".
8463
8464 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8467
8468 2012-08-28 Leo Liu <sdl.web@gmail.com>
8469
8470 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8471 completion-at-point. (Bug#12220)
8472
8473 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8474
8475 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8476
8477 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8480 be buffer-local; add delete-trailing-whitespace (bug#12259).
8481
8482 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8483
8484 * progmodes/hideif.el (hif-compress-define-list):
8485 Fix typo. (Bug#11951)
8486
8487 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8488
8489 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8490 buffer local setting.
8491
8492 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8493 rcirc-encode-coding-system.
8494
8495 2012-08-28 Leo Liu <sdl.web@gmail.com>
8496
8497 * net/rcirc.el (rcirc-split-message): New function.
8498 (rcirc-send-message): Use it. (Bug#12051)
8499
8500 2012-08-28 Juri Linkov <juri@jurta.org>
8501
8502 * info.el (Info-fontify-node): Hide empty lines at the end of
8503 the node. (Bug#12272)
8504
8505 2012-08-27 Drew Adams <drew.adams@oracle.com>
8506
8507 * dired.el (dired-pop-to-buffer): Make window start at beginning
8508 of buffer (Bug#12281).
8509
8510 2012-08-26 Chong Yidong <cyd@gnu.org>
8511
8512 * window.el (special-display-regexps, special-display-frame-alist)
8513 (special-display-buffer-names, special-display-function)
8514 (display-buffer-reuse-frames): Mark as obsolete.
8515
8516 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8517
8518 * help.el (help-print-return-message): Don't treat
8519 display-buffer-reuse-frames specially.
8520
8521 2012-08-26 Chong Yidong <cyd@gnu.org>
8522
8523 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8524 New variable, replacing gdb-frame-parameters.
8525 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8526 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8527 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8528 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8529 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8530 the functions directly with gdb-display-buffer-other-frame-action.
8531 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8532 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8533 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8534 (gdb-display-registers-buffer): Define directly.
8535 (def-gdb-display-buffer): Macro deleted.
8536 (gdb-display-buffer): Remove second and third args, callers don't
8537 use them. Defer to the default display-buffer behavior, apart
8538 from making windows dedicated.
8539 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8540
8541 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8542
8543 * window.el (display-buffer-pop-up-frame): Handle a
8544 pop-up-frame-parameters alist entry.
8545 (display-buffer): Document it.
8546
8547 2012-08-26 Chong Yidong <cyd@gnu.org>
8548
8549 * isearch.el (search-whitespace-regexp): Make string and nil
8550 values apply to both ordinary and regexp search. Allow a cons
8551 cell value to distinguish between the two.
8552 (isearch-whitespace-regexp, isearch-search-forward)
8553 (isearch-search-backward): New functions.
8554 (isearch-occur, isearch-search-fun-default, isearch-search)
8555 (isearch-lazy-highlight-new-loop): Use them.
8556 (isearch-forward, isearch-forward-regexp): Doc fix.
8557
8558 2012-08-26 Chong Yidong <cyd@gnu.org>
8559
8560 * faces.el (help-argument-name): Always inherit from italic
8561 (Bug#12213).
8562
8563 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8564
8565 * window.el (window--even-window-heights): Even heights when
8566 WINDOW and the selected window form a vertical combination.
8567 (display-buffer-use-some-window): Provide that window used gets
8568 sized back by quit-window. (Bug#11880) and (Bug#12091)
8569
8570 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8571
8572 Fix file time stamp problem with bzr and CVS (Bug#12001).
8573 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8574 in the file's time stamp, since the version control system loses
8575 that information.
8576
8577 2012-08-22 Juri Linkov <juri@jurta.org>
8578
8579 * info.el (Info-fontify-node): Hide the suffix of the
8580 Info file name in the header line. (Bug#12187)
8581
8582 2012-08-22 Glenn Morris <rgm@gnu.org>
8583
8584 * calendar/cal-tex.el (cal-tex-weekly-common):
8585 Restore leading blank page.
8586
8587 2012-08-22 Le Wang <l26wang@gmail.com>
8588
8589 * misc.el (forward-to-word, backward-to-word): Activate or extend
8590 the region under `shift-select-mode'. (Bug#12231)
8591
8592 2012-08-22 Bastien Guerry <bzg@gnu.org>
8593
8594 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8595 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8596 gives details on why the space is never needed.
8597
8598 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8599
8600 * window.el (walk-window-tree, window-with-parameter):
8601 New optional argument MINIBUF to control whether these functions
8602 should run on the minibuffer window.
8603 (window-at-side-list): Don't operate on minibuffer window.
8604 (window-in-direction): Simplify and rewrite doc-string.
8605 (window--size-ignore): Rename to window--size-ignore-p.
8606 Update callers.
8607 (display-buffer-in-atom-window, window--major-non-side-window)
8608 (window--major-side-window, display-buffer-in-major-side-window)
8609 (delete-side-window, display-buffer-in-side-window):
8610 New functions.
8611 (window--side-check, window-deletable-p, delete-window)
8612 (delete-other-windows, split-window): Handle side windows and
8613 atomic windows appropriately.
8614 (window--display-buffer): Call display-buffer-record-window also
8615 when the window buffer did not change.
8616
8617 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8618
8619 * help-fns.el (help-fns--key-bindings):
8620 Abbreviate non-symbol remap targets. (Bug#12174)
8621
8622 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8623
8624 * dired.el (dired-mark-remembered): Don't clobber point.
8625 (Bug#11795)
8626
8627 2012-08-22 Glenn Morris <rgm@gnu.org>
8628
8629 * progmodes/bug-reference.el (bug-reference): New custom group.
8630 (bug-reference-bug-regexp): Make it a defcustom.
8631
8632 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8633
8634 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8635 (js-paren-indent-offset, js-square-indent-offset)
8636 (js-curly-indent-offset): Add :safe (Bug#12257).
8637
8638 2012-08-22 Edward O'Connor <hober0@gmail.com>
8639
8640 * json.el (json-key-format): Add error properties.
8641 (json-encode-key): New function.
8642 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8643 Use json-encode-key.
8644
8645 2012-08-22 Glenn Morris <rgm@gnu.org>
8646
8647 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8648 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8649 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8650 Update for above change.
8651
8652 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8653
8654 * cus-face.el (custom-face-attributes): Fix customize type for the
8655 :underline attribute. (Bug#11805)
8656
8657 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8658
8659 * window.el (window-point-1, set-window-point-1): Remove.
8660 (window-in-direction, record-window-buffer)
8661 (set-window-buffer-start-and-point, split-window-below)
8662 (window--state-get-1, display-buffer-record-window):
8663 Replace calls to window-point-1 and set-window-point-1 by calls to
8664 window-point and set-window-point respectively.
8665
8666 2012-08-21 Glenn Morris <rgm@gnu.org>
8667
8668 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8669 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8670 Use it.
8671
8672 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8673 (cal-tex-shortday): New function.
8674 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8675 (cal-tex-cursor-filofax-daily): Use the above.
8676
8677 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8678 New functions.
8679 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8680 (cal-tex-cursor-filofax-week): Use them.
8681
8682 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8683 New constants.
8684 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8685 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8686
8687 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8688 (cal-tex-end-document): Don't rely on buffer name.
8689
8690 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8691 Use cal-tex-vspace.
8692 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8693 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8694 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8695 Use cal-tex-arg.
8696
8697 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8698 (cal-tex-cursor-week, cal-tex-cursor-week2)
8699 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8700 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8701 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8702 (cal-tex-insert-preamble, cal-tex-b-document)
8703 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8704 Improve cal-tex-cmd usage.
8705
8706 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8707 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8708 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8709 (cal-tex-weekly-paper): New function.
8710 (cal-tex-cursor-week, cal-tex-cursor-week2)
8711 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8712 (cal-tex-cursor-day): Use it.
8713
8714 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8715 (cal-tex-cursor-filofax-week): Remove leading blank page.
8716
8717 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8718 Add autoload cookie. For now at least, don't use color, since
8719 no other cal-tex function does.
8720
8721 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8722 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8723 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8724
8725 2012-08-21 Juri Linkov <juri@jurta.org>
8726
8727 * info.el (Info-file-attributes): New variable.
8728 (info-insert-file-contents): Add file attributes to
8729 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8730 `Info-toc-nodes' when previous modtime of the Info file is less
8731 than new modtime.
8732 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8733 of info.el. (Bug#12230)
8734
8735 2012-08-20 Glenn Morris <rgm@gnu.org>
8736
8737 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8738 * calendar/holidays.el (calendar-holiday-list):
8739 Report errors with display-warning rather than beep'n'sleep.
8740
8741 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8742
8743 * net/tramp.el (tramp-accept-process-output): Accept only output
8744 from PROC. Otherwise, process filters and sentinels might be
8745 confused. (Bug#12145)
8746
8747 2012-08-20 Chong Yidong <cyd@gnu.org>
8748
8749 * descr-text.el (describe-text-properties-1): Use overlays-in to
8750 report on empty overlays (Bug#3322).
8751
8752 2012-08-20 Glenn Morris <rgm@gnu.org>
8753
8754 * mail/rmailout.el (rmail-output-read-file-name):
8755 Trap and report errors in rmail-output-file-alist elements.
8756
8757 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8758 since most non-font-lock faces are not also variables).
8759
8760 2012-08-20 Edward Reingold <reingold@iit.edu>
8761
8762 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8763 New function. (Bug12160)
8764
8765 2012-08-19 Glenn Morris <rgm@gnu.org>
8766
8767 * mail/rmailout.el (rmail-output-read-file-name):
8768 Fix previous change (when the alist is nil or does not match).
8769
8770 2012-08-19 Chong Yidong <cyd@gnu.org>
8771
8772 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8773 (Bug#12228).
8774
8775 2012-08-18 Chong Yidong <cyd@gnu.org>
8776
8777 * simple.el (yank-handled-properties): New defcustom.
8778 (yank-excluded-properties): Add font-lock-face and category.
8779 (yank): Doc fix.
8780
8781 * subr.el (remove-yank-excluded-properties):
8782 Obey yank-handled-properties. The special handling of font-lock-face
8783 and category is now done this way, instead of being hard-coded.
8784 (insert-for-yank-1): Remove font-lock-face handling.
8785 (yank-handle-font-lock-face-property)
8786 (yank-handle-category-property): New function.
8787
8788 2012-08-17 Glenn Morris <rgm@gnu.org>
8789
8790 * mail/rmailout.el (rmail-output-read-file-name):
8791 Check rmail-output-file-alist against the full message body
8792 in the correct rmail buffer. (Bug#12214)
8793
8794 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8795
8796 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8797 Eliminate superfluous prompt. (Bug#12203)
8798
8799 2012-08-17 Chong Yidong <cyd@gnu.org>
8800
8801 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8802 font spec, set the font directly (Bug#3228).
8803
8804 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8805
8806 * window.el (delete-window): Fix last fix.
8807
8808 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8809
8810 * window.el (window-valid-p): Move to window.c.
8811 (window-child, window-child-count, window-last-child)
8812 (window-normalize-window, window-combined-p)
8813 (window-combinations, window-atom-root, window-min-size)
8814 (window-sizable, window-sizable-p, window-size-fixed-p)
8815 (window-min-delta, window-max-delta, window--resizable)
8816 (window--resizable-p, window-resizable, window-total-size)
8817 (window-full-height-p, window-full-width-p, window-body-size)
8818 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8819 (minimize-window, window-deletable-p, delete-window)
8820 (delete-other-windows, set-window-buffer-start-and-point)
8821 (next-buffer, previous-buffer, split-window, balance-windows-2)
8822 (set-window-text-height, window-buffer-height)
8823 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8824 (truncated-partial-width-window-p): Minor code adjustments.
8825 In doc-strings state whether the argument window has to denote a
8826 live, valid or any window.
8827
8828 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8829
8830 * progmodes/subword.el (subword-forward-function)
8831 (subword-backward-function, subword-forward-regexp)
8832 (subword-backward-regexp): New variables.
8833 (subword-forward, subword-forward-internal, subword-backward-internal):
8834 Use new variables, eg so that different "word" definitions
8835 can be easily used. (Bug#11411)
8836
8837 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8840 for composite selectors.
8841 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8842 operation just because we can't find a previous revision.
8843
8844 2012-08-15 Chong Yidong <cyd@gnu.org>
8845
8846 * frame.el (set-frame-font): Accept font objects.
8847
8848 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8849
8850 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8851
8852 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8853
8854 * man.el (Man-overstrike-face, Man-underline-face)
8855 (Man-reverse-face): Remove variables.
8856 (Man-overstrike, Man-underline, Man-reverse): New faces.
8857 (Man-fontify-manpage): Use them instead of the variables.
8858 (Man-cleanup-manpage): Comment change.
8859 (Man-ansi-color-map): New variable.
8860 (Man-fontify-manpage): Use it.
8861 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8862
8863 Implement ANSI SGR parameters 22-27 (bug#12146).
8864 * ansi-color.el (ansi-colors): Doc fix.
8865 (ansi-color-context, ansi-color-context-region): Doc fix.
8866 (ansi-color--find-face): New function.
8867 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8868 Rename the local variable `face' to `codes' since it is now a list of
8869 ansi codes. Doc fix.
8870 (ansi-color-get-face): Remove.
8871 (ansi-color-parse-sequence): New function, derived from
8872 ansi-color-get-face.
8873 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8874 codes 22-27.
8875
8876 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8877
8878 * subr.el (read-passwd): Allow use from a minibuffer.
8879
8880 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8881
8882 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8883 inside comments and strings as identifiers.
8884
8885 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8886 expression to evaluate. This allows to evaluate expressions with
8887 embedded whitespace.
8888 (gud-tooltip-tips): Add a blank before the newline in the
8889 message-box text, for the benefit of message-box emulation on
8890 MS-Windows.
8891
8892 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8893 messages from GDB, pop them up in a tooltip to give feedback to
8894 user.
8895 (gdb-tooltip-print-1): Quote the expression to evaluate.
8896 This allows to evaluate expressions with embedded whitespace.
8897 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8898 if the TTY name is nil or empty (which happens when communicating
8899 with the inferior via pipes, e.g. on MS-Windows).
8900 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8901 don't send that to the GUD buffer.
8902
8903 2012-08-14 Glenn Morris <rgm@gnu.org>
8904
8905 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8906 Optimize away setq-default with no args, as for setq. (Bug#12195)
8907
8908 2012-08-14 Chong Yidong <cyd@gnu.org>
8909
8910 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8911
8912 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8913 (Bug#12085).
8914
8915 2012-08-14 Glenn Morris <rgm@gnu.org>
8916
8917 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8918
8919 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8920
8921 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8922 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8923 Use cached shell name.
8924
8925 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8926
8927 * progmodes/python.el (python-shell-send-string):
8928 (python-shell-send-setup-code): Do not use `format' with `message'.
8929
8930 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8931
8932 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8933 (ruby-percent-literal-beg-re): New constant.
8934 (ruby-syntax-general-delimiters-goto-beg): Rename to
8935 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8936 (ruby-syntax-propertize-general-delimiters): Rename to
8937 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8938 popular term. Adjust comments everywhere.
8939 (ruby-syntax-propertize-percent-literal): Only propertize when not
8940 inside a simple string or comment. When the literal is unclosed,
8941 leave the text after it unpropertized.
8942 (ruby-syntax-methods-before-regexp): New constant.
8943 (ruby-syntax-propertize-function): Use it to recognize regexps.
8944 Don't look at the text after regexp, just use the whitelist.
8945
8946 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8947
8948 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8949 non-nil always load the compiled file if it exists. (Bug#12197)
8950
8951 2012-08-14 Chong Yidong <cyd@gnu.org>
8952
8953 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8954 (hi-lock-set-pattern): When deciding whether to use font lock or
8955 overlays, look at font-lock-mode instead of font-lock-fontified
8956 (Bug#12168).
8957 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8958 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8959
8960 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8961
8962 * subr.el (internal--after-with-selected-window): Fix typo
8963 (Bug#12193).
8964
8965 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8966
8967 Use `completion-table-dynamic' for completion functions.
8968 * progmodes/python.el
8969 (python-shell-completion--do-completion-at-point)
8970 (python-shell-completion--get-completions):
8971 Remove functions.
8972 (python-shell-completion-complete-at-point): New function.
8973 (python-completion-complete-at-point): Use it.
8974
8975 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8976
8977 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8978 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8979
8980 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8981
8982 * subr.el (function-get): Refine `autoload' arg so it can also
8983 autoload functions for gv.el (bug#12191).
8984 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8985 autoloads macros.
8986
8987 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8988 Prefer pcase-let over destructuring-bind.
8989 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8990 Also, remove whitespace as we go, rather than after accumulating the
8991 various places.
8992
8993 * subr.el (internal--before-with-selected-window)
8994 (internal--after-with-selected-window): Fix typo seleted->selected.
8995 (with-selected-window): Adjust callers.
8996 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8997
8998 2012-08-13 Bastien Guerry <bzg@gnu.org>
8999
9000 * window.el (special-display-popup-frame): Minor docstring
9001 enhancement. (Bug#12172)
9002
9003 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
9004
9005 * tar-mode.el (tar-header-data-end): Only ignore size for files of
9006 type 1-6.
9007 (tar-header-block-summarize, tar-get-descriptor): Handle pax
9008 extended headers.
9009
9010 * files.el (hack-local-variables-filter): Remove useless eval.
9011
9012 2012-08-13 Martin Rudalics <rudalics@gmx.at>
9013
9014 * subr.el (with-selected-window): Fix last change.
9015
9016 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * subr.el (internal--before-with-seleted-window)
9019 (internal--after-with-seleted-window): New functions.
9020 (with-selected-window): Use them, to replace dependency on
9021 tty-top-frame.
9022
9023 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
9024
9025 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9026 binding for `newline'.
9027 (ruby-move-to-block): When moving backward, stop at block opening,
9028 not indentation.
9029 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9030 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9031 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9032 `ruby-toggle-block'.
9033
9034 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * ibuffer.el (ibuffer-do-toggle-read-only):
9037 * dired.el (dired-toggle-read-only):
9038 * buff-menu.el (Buffer-menu-toggle-read-only):
9039 * bindings.el (mode-line-toggle-read-only):
9040 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9041
9042 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
9043
9044 * descr-text.el (describe-char): Put the overlays over the
9045 "displayed as" character.
9046
9047 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
9048
9049 * calc/calc-units.el (math-default-units-table): Give an
9050 initial value.
9051 (math-put-default-units): Add options to put composite units and
9052 unit systems in the default units table.
9053 (calc-convert-units): Send composite units to
9054 `math-put-default-units' when appropriate.
9055
9056 2012-08-11 Glenn Morris <rgm@gnu.org>
9057
9058 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9059
9060 * tutorial.el (help-with-tutorial):
9061 * emacs-lisp/copyright.el (copyright-update-directory):
9062 * emacs-lisp/autoload.el (autoload-find-generated-file)
9063 (autoload-find-file): Disable local eval: (for insurance).
9064
9065 * files.el (hack-local-variables-filter): If an eval: form is not
9066 known to be safe, and enable-local-variables is :safe, then ignore
9067 the form totally, as is done for non-eval forms. (Bug#12155)
9068 This is CVE-2012-3479.
9069
9070 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9073 (rx-form): Simplify.
9074
9075 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
9076
9077 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9078 ?, _, and : are symbol constituents, ! is not (but kinda should be).
9079 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9080 (ruby-syntax-propertize-function): Adjust for changes in
9081 `ruby-syntax-propertize-heredoc'.
9082
9083 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
9084
9085 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9086 binding (use `M-;' instead).
9087 (ruby-singleton-class-p): New function.
9088 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9089
9090 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9093
9094 2012-08-10 Chong Yidong <cyd@gnu.org>
9095
9096 * progmodes/python.el (python-shell-get-process-name): Don't mess
9097 with same-window-buffer-names.
9098
9099 * eshell/eshell.el (eshell-add-to-window-buffer-names)
9100 (eshell-remove-from-window-buffer-names): Make obsolete.
9101 (eshell-buffer-name, eshell-unload-hook): Don't use them.
9102 (eshell): Just use pop-to-buffer-same-window instead.
9103
9104 2012-08-10 Chong Yidong <cyd@gnu.org>
9105
9106 * bindings.el: Bind M-= back to count-words-region.
9107
9108 * simple.el (count-words-region): Accept a prefix arg for acting
9109 on the entire buffer.
9110 (count-words--buffer-message): New helper function.
9111
9112 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9115 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9116 (event-start, event-end): Use posn-at-point to return a more
9117 informative posn.
9118 (posnp): New function.
9119 * mouse.el (popup-menu-normalize-position): Use it.
9120
9121 2012-08-10 Masatake YAMATO <yamato@redhat.com>
9122
9123 * mouse.el (popup-menu-normalize-position): New function.
9124 (popup-menu): Use `popup-menu-normalize-position' to normalize
9125 the form for POSITION argument.
9126
9127 * term/x-win.el (x-menu-bar-open):
9128 Use the value returend from (posn-at-point) as position
9129 passed to `popup-menu'.
9130
9131 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9132
9133 * calc/calccomp.el (math-compose-expr): Add extra argument
9134 indicating that parentheses should be put around products in
9135 denominators. Give multiplication precedence over division during
9136 composition.
9137
9138 2012-08-09 Chong Yidong <cyd@gnu.org>
9139
9140 * man.el (Man-switches, Man-sed-command, Man-awk-command)
9141 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9142 (Man-untabify-command, manual-program): Convert to defcustom
9143 (Bug#10429).
9144
9145 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9146
9147 * descr-text.el (describe-char): Don't insert extra newlines
9148 (Bug#10127).
9149
9150 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9151 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9152
9153 * align.el (align-region): Delete temporary markers (Bug#10047).
9154 Plus some code cleanups.
9155
9156 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9157
9158 * progmodes/python.el (python-pdbtrack-tracked-buffer)
9159 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9160 (python-shell-internal-last-output): Use make-local-variable
9161 instead of make-variable-buffer-local.
9162
9163 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9164
9165 * progmodes/python.el: Enhancements to forward-sexp.
9166 (python-nav-forward-sexp): Rename from
9167 python-nav-forward-sexp-function.
9168 (python-nav--forward-sexp, python-nav--backward-sexp):
9169 New functions.
9170
9171 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9172
9173 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9174 modes and simplification modes.
9175
9176 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * delsel.el (delete-selection-pre-hook): Don't propagate the
9179 file-supersession signals (bug#12161).
9180
9181 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9182
9183 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9184 (cl-map-extents): Add compatibility aliases (bug#12135).
9185
9186 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
9187
9188 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9189 tests by `ignore-error'.
9190 (tramp-find-shell): Open also a new shell, when cache is already
9191 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
9192
9193 2012-08-08 Juri Linkov <juri@jurta.org>
9194
9195 * bookmark.el: Add `defaults' property to the bookmark record.
9196 (bookmark-current-buffer): Doc fix.
9197 (bookmark-make-record): Add `defaults' property with default values
9198 to the bookmark record.
9199 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9200 with `bookmark-insert-current-bookmark'.
9201 (bookmark-set): Get `defaults' property from the bookmark record
9202 and use it in `read-from-minibuffer'.
9203 (bookmark-insert-current-bookmark): Remove function.
9204
9205 * info.el (Info-bookmark-make-record): Add `defaults' property
9206 with values of canonical Info node name, the current Info file
9207 name and the current Info node name. (Bug#12107)
9208
9209 2012-08-08 Juri Linkov <juri@jurta.org>
9210
9211 * files.el (basic-save-buffer): Use `buffer-name' as the default
9212 of `read-file-name' when buffer is not visiting a file (bug#12128).
9213
9214 2012-08-08 Juri Linkov <juri@jurta.org>
9215
9216 * info.el (Info-isearch-search): Doc fix.
9217 (Info-search): Change search-failed message from "initial node" to
9218 "end of node" (bug#12078).
9219 (Info-isearch-search): Change `isearch-string-state' to
9220 `isearch--state-string'.
9221
9222 2012-08-08 Glenn Morris <rgm@gnu.org>
9223
9224 * language/persian.el: Remove file.
9225 * language/misc-lang.el: Move unique part of persian.el here.
9226 * loadup.el: Remove language/persian.
9227
9228 2012-08-08 Ă“scar Fuentes <ofv@wanadoo.es>
9229
9230 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9231
9232 2012-08-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9233
9234 * progmodes/python.el: Fix defsubst warning.
9235 (python-syntax-context) Rename from python-info-ppss-context.
9236 (python-syntax-context-type): Rename from
9237 python-info-ppss-context-type.
9238 (python-syntax-comment-or-string-p): Rename from
9239 python-info-ppss-comment-or-string-p.
9240
9241 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9242
9243 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9244
9245 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
9246
9247 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9248 a defcustom that is quoted with backquote.
9249
9250 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9251 Fix handling of interactive spec when the body uses return.
9252 (math-do-arg-check, math-define-function-body): Use backquote forms.
9253 * calc/calc-ext.el (math-defcache): Likewise.
9254 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9255 * allout.el (allout-new-exposure): Likewise.
9256 * calc/calcalg2.el (math-tracing-integral): Likewise.
9257 * info.el (Info-last-menu-item): Likewise.
9258 * emulation/vip.el (vip-loop): Likewise.
9259 * textmodes/artist.el (artist-funcall): Likewise.
9260 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9261 Construct menu-item directly.
9262
9263 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9264 Don't declare.
9265
9266 2012-08-07 Chong Yidong <cyd@gnu.org>
9267
9268 * simple.el (deactivate-mark): Preserve text properties when
9269 saving the primary selection (Bug#8384).
9270
9271 2012-08-07 Kevin Ryde <user42@zip.com.au>
9272
9273 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9274 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9275 and continue processing (Bug#12110).
9276
9277 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9280 syntax-propertize-function (bug#10095).
9281
9282 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9285 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9286 describe-function-1.
9287 (describe-function-1): Use them. Move compiler macro after sig.
9288 (help-fns--compiler-macro): Use function-get. Assume we're already in
9289 standard-output. Adjust layout to new call order.
9290
9291 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9292 re-binding a symbol that has a symbol-macro (bug#12119).
9293
9294 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9295
9296 * language/persian.el: New file. (Bug#11812)
9297 * loadup.el: Add language/persian.el.
9298
9299 2012-08-06 Chong Yidong <cyd@gnu.org>
9300
9301 * window.el (window--maybe-raise-frame): New function.
9302 (window--display-buffer): Split off from here.
9303 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9304 (display-buffer-pop-up-window, display-buffer-use-some-window):
9305 Obey an inhibit-switch-frame action alist entry.
9306 (display-buffer): Update doc.
9307
9308 * replace.el (occur-after-change-function): Avoid losing focus by
9309 using the inhibit-switch-frame display parameter (Bug#12139).
9310
9311 2012-08-06 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9312
9313 Make internal shell process buffer names start with space.
9314 * progmodes/python.el (python-shell-make-comint): Add optional
9315 argument INTERNAL.
9316 (run-python-internal): Use it.
9317 (python-shell-internal-get-or-create-process): Check for new
9318 internal buffer names.
9319
9320 2012-08-06 Glenn Morris <rgm@gnu.org>
9321
9322 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9323 Do less getting and setting of environment variables.
9324
9325 2012-08-05 Chong Yidong <cyd@gnu.org>
9326
9327 * proced.el (proced): Add substitution string to docstring to
9328 trigger autoloading of the proced library on C-h f (Bug#1768).
9329
9330 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9331 Don't show defvars which have no second argument (Bug#8638).
9332
9333 * imenu.el (imenu-generic-expression): Move documentation here
9334 from imenu--generic-function.
9335 (imenu--generic-function): Refer to imenu-generic-expression.
9336
9337 2012-08-05 Vegard Ă˜ye <vegard_oye@hotmail.com> (tiny change)
9338
9339 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9340 indentation declaration.
9341 (viper-loop): Add indentation declaration (Bug#7025).
9342
9343 2012-08-05 Chong Yidong <cyd@gnu.org>
9344
9345 * help-fns.el (describe-variable): Add hyperlink for
9346 directory-local variables files. Improve buffer-local and
9347 permanent-local reporting; suggested by MON KEY (Bug#6644).
9348
9349 * help-mode.el (help-dir-local-var-def): New button type.
9350
9351 * files.el (kill-buffer-hook): Provide a defvar.
9352
9353 2012-08-05 Glenn Morris <rgm@gnu.org>
9354
9355 * eshell/esh-ext.el (eshell/addpath):
9356 Also update eshell-path-env. (Bug#12013)
9357
9358 2012-08-05 Chong Yidong <cyd@gnu.org>
9359
9360 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9361
9362 * fringe.el (fringe-styles): Add docstring.
9363 (fringe--check-mode): New function.
9364 (set-fringe-mode, set-fringe-style): Use it.
9365 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9366
9367 * files.el (set-auto-mode): Fix invalid setq call.
9368
9369 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * isearch.el: Misc simplification; use defstruct.
9372 (isearch-mode-map): Dense maps now work like sparse ones.
9373 (isearch--state): New defstruct.
9374 (isearch-string-state, isearch-message-state, isearch-point-state)
9375 (isearch-success-state, isearch-forward-state)
9376 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9377 (isearch-wrapped-state, isearch-barrier-state)
9378 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9379 replaced by defstruct's accessors.
9380 (isearch--set-state): Rename from isearch-top-state and change
9381 calling convention.
9382 (isearch-push-state): Use new isearch--get-state.
9383 (isearch-toggle-word): Disable regexp when enabling word.
9384 (isearch-message-prefix): Remove unused arg _c-q-hack.
9385 (isearch-message-suffix): Remove unused arg _ellipsis.
9386
9387 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9388
9389 * simple.el (list-processes--refresh): For a server use :host or
9390 :local as the address.
9391 (list-processes): Doc fix.
9392
9393 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9394
9395 * lisp/mpc.el: Support password in host argument.
9396 (mpc--proc-connect): Parse and use new password element.
9397 Set mpc-proc variable instead of returning process.
9398 (mpc-proc): Adjust accordingly.
9399
9400 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9401
9402 * whitespace.el (whitespace-display-mappings): Use Unicode
9403 codepoints, instead of emacs-mule codepoints. See
9404 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9405 for the details.
9406
9407 * files.el (file-truename): Don't skip symlink-chasing part on
9408 windows-nt. Incorporate the resolution of 8+3 short aliases on
9409 Windows into the loop that recursively chases symlinks.
9410 Compare directory and its parent case-insensitively on MS-Windows and
9411 MS-DOS.
9412
9413 2012-08-03 Chong Yidong <cyd@gnu.org>
9414
9415 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9416
9417 * sort.el (sort-regexp-fields): Doc fix.
9418
9419 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9420
9421 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9422 labels regex position point at the expected place.
9423
9424 2012-08-03 MON KEY <monkey@sandpframing.com>
9425
9426 * net/imap.el (imap-interactive-login, imap-authenticate)
9427 (imap-mailbox-lsub, imap-mailbox-list)
9428 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9429 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9430 (imap-parse-response): Doc fix.
9431
9432 2012-08-03 JoĂ£o TĂ¡vora <joaotavora@gmail.com>
9433
9434 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9435 if sexp scanning does not move point (Bug#5734).
9436
9437 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9438
9439 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9440 Add listings, minted, and ctable packages.
9441 (reftex-label-alist-builtin): Move listings, minted, and ctable
9442 entries before LaTeX.
9443 (reftex-label-alist): Docfix.
9444
9445 2012-08-02 Bastien Guerry <bzg@gnu.org>
9446
9447 * replace.el (occur): Fix docstring (bug#12122).
9448
9449 2012-08-02 Glenn Morris <rgm@gnu.org>
9450
9451 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9452
9453 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9454
9455 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9456 * international/mule-cmds.el: Create
9457 inactivate-current-input-method-function as an obsolete alias for
9458 deactivate-current-input-method-function. See Katsumi Yamaoka in
9459 <http://bugs.gnu.org/10150#46>.
9460
9461 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9462
9463 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9464 of nested `if's.
9465
9466 2012-08-01 Glenn Morris <rgm@gnu.org>
9467
9468 * progmodes/autoconf.el (autoconf-definition-regexp):
9469 Add AH_TEMPLATE, adjust submatch numbering.
9470 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9471 (autoconf-current-defun-function): Update for above change.
9472 (autoconf-current-defun-function): First skip to end of current word.
9473
9474 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9475
9476 * calendar/cal-html.el (cal-html-insert-agenda-days):
9477 Fix typo. (Bug#12018)
9478
9479 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9480
9481 Shell processes: enhancements to startup and CEDET compatibility.
9482 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9483 (python-shell-make-comint): accept-process-output at startup.
9484 (run-python-internal): Set inferior-python-mode-hook to nil.
9485 (python-shell-internal-get-or-create-process): call sit-for.
9486 (python-preoutput-result): Add obsolete alias.
9487 (python-shell-internal-send-string): Use it.
9488 (python-shell-send-setup-code): Remove call to
9489 accept-process-output.
9490
9491 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9492
9493 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9494 (Bug#12108)
9495
9496 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9497
9498 * calc-mode.el (calc-basic-simplification-mode): Rename from
9499 `calc-limited-simplification-mode'.
9500 (calc-alg-simplification-mode): New function.
9501 (calc-set-simplify-mode): Adjust message.
9502
9503 * calc.el (calc-set-mode-line): Adjust mode line display for
9504 basic simplification mode.
9505
9506 * calc-help.el (calc-m-prefix-help): Update help message.
9507
9508 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9509 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9510
9511 2012-07-31 Bastien Guerry <bzg@gnu.org>
9512
9513 * man.el (man): Fix comment. (bug#12101)
9514
9515 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9516
9517 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9518 Don't return a non-nil value when no suitable buffer was found.
9519
9520 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9521
9522 * progmodes/python.el (run-python-internal): Disable font lock for
9523 internal shells.
9524
9525 2012-07-30 Stefan Merten <smerten@oekonux.de>
9526
9527 * textmodes/rst.el: Silence `checkdoc-ispell'.
9528 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9529 (rst-official-version, rst-official-cvs-rev)
9530 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9531 (rst-mode-map): New key binding.
9532
9533 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9534
9535 Update .PHONY listings in makefiles.
9536 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9537 autoloads, update-subdirs, updates, bzr-update, update-authors,
9538 compile-onefile, compile-calc, backup-compiled-files,
9539 compile-after-backup, compile-one-process, mh-autoloads,
9540 bootstrap-clean, distclean, maintainer-clean.
9541
9542 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9543
9544 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9545 (calc-set-mode-line): Don't display "AlgSimp ".
9546
9547 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9548 (calc-lim-simplify-mode): New function.
9549 (calc-set-simplify-mode): Default to 'alg.
9550 (calc-default-simplify-mode): Make algebraic simplifications
9551 the default.
9552
9553 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9554 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9555
9556 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9557 indicate new simplification modes.
9558
9559 * calc/README: Mention new default simplification mode.
9560
9561 * calc/calc.el (math-normalize-error): New variable.
9562 (math-normalize): Set `math-normalize-error' to t
9563 when there's an error.
9564
9565 * calc/calc-alg.el (math-simplify): Don't simplify when
9566 `math-normalize' returns an error.
9567
9568 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9569
9570 * international/mule-cmds.el (set-locale-environment): Revert last
9571 change, since display-graphic-p returns nil when this function is
9572 called during startup. Instead...
9573
9574 * term/w32console.el (terminal-init-w32console): ...setup the
9575 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9576
9577 2012-07-29 Juri Linkov <juri@jurta.org>
9578
9579 * simple.el (goto-line): Don't display default line number in the
9580 prompt because it should be displayed by `read-number' (bug#9952).
9581 Add the current line number to the defaults of `goto-line' to
9582 allow its easier modification by users with `M-n' (bug#9201).
9583
9584 * subr.el (read-number): Support multiple default values like in
9585 other minibuffer reading functions. Replace `read' with
9586 `string-to-number' for consistency with `number-to-string'.
9587
9588 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9589
9590 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9591 * emulation/viper-init.el (viper-deactivate-input-method-action):
9592 Rename from viper-inactivate-input-method-action.
9593 (viper-deactivate-input-method):
9594 Rename from viper-inactivate-input-method.
9595 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9596 * international/mule-cmds.el (deactivate-input-method):
9597 Rename from inactivate-input-method.
9598 Also run input-method-deactivate-hook.
9599 (deactivate-current-input-method-function):
9600 Rename from inactivate-current-input-method-function.
9601 (input-method-deactivate-hook): New hook.
9602 (input-method-inactivate-hook): Mark obsolete.
9603 (inactivate-input-method): Mark obsolete.
9604
9605 * international/quail.el (quail-activate):
9606 Also run quail-deactivate-hook.
9607 (quail-deactivate): Rename from quail-inactivate.
9608 * international/robin.el (robin-activate):
9609 Also run robin-deactivate-hook.
9610 (robin-deactivate): Rename from robin-inactivate.
9611
9612 2012-07-29 Chong Yidong <cyd@gnu.org>
9613
9614 * simple.el (indicate-copied-region): New function.
9615 (kill-ring-save): Split off from here.
9616
9617 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9618 (kill-rectangle): Set deactivate-mark to t on read-only error.
9619
9620 * register.el (copy-to-register, copy-rectangle-to-register):
9621 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9622 (append-to-register, prepend-to-register): Call indicate-copied-region.
9623
9624 2012-07-29 Juri Linkov <juri@jurta.org>
9625
9626 * simple.el (async-shell-command-buffer): New defcustom.
9627 (shell-command): Use it. (Bug#4719)
9628
9629 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9630
9631 * international/mule-cmds.el (set-locale-environment): In a
9632 console session on MS-Windows, set up keyboard and terminal
9633 encoding from the OEM codepage, not the ANSI codepage.
9634 (Bug#12055)
9635
9636 2012-07-28 Chong Yidong <cyd@gnu.org>
9637
9638 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9639 gdb-get-location.
9640
9641 2012-07-28 Leo Liu <sdl.web@gmail.com>
9642
9643 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9644 the alist (bug#12029).
9645
9646 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9647
9648 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9649 (compile-always, compile-first)
9650 ($(lisp)/calendar/cal-loaddefs.el)
9651 ($(lisp)/calendar/diary-loaddefs.el)
9652 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9653 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9654 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9655 instead of on update-subdirs.
9656 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9657
9658 2012-07-28 Chong Yidong <cyd@gnu.org>
9659
9660 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9661 directory if vc-deduce-backend returns nil (Bug#7350).
9662
9663 * simple.el (delete-trailing-lines): New option.
9664 (delete-trailing-whitespace): Obey it (Bug#11879).
9665
9666 2012-07-28 David Engster <deng@randomsample.de>
9667
9668 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9669 Explanation of new 'symbol-qnames feature in doc-strings.
9670 (xml-maybe-do-ns): Return expanded names as plain symbols if
9671 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9672 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9673
9674 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9675
9676 Consistent completion in inferior python with emacs -nw.
9677 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9678 binding in inferior-python-mode-map with "\t".
9679 (python-shell-completion-complete-at-point)
9680 (python-completion-complete-at-point): Remove interactive spec.
9681
9682 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9683
9684 * calc/calccomp.el (math-compose-expr): Undo previous change.
9685
9686 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9687
9688 * progmodes/python.el (python-mode-map): Add keybinding for
9689 run-python.
9690 (python-shell-make-comint): Fix pop-to-buffer call.
9691 (run-python): Autoload. New arg SHOW.
9692 (python-shell-get-or-create-process): Do not pop python process
9693 buffer.
9694
9695 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9696
9697 * notifications.el (notifications-on-action-signal)
9698 (notifications-on-closed-signal): Use also the bus address for the map.
9699 (notifications-notify, notifications-close-notification)
9700 (notifications-get-capabilities): Add optional argument BUS.
9701
9702 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9703
9704 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9705 Add support for the lstlisting and minted environments, and for the
9706 ctable macro.
9707 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9708 labels written in keyvals syntax.
9709
9710 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9711
9712 * calc/calccomp.el (math-compose-expr): Use parentheses when
9713 there is a product in the denominator of a fraction.
9714
9715 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9716
9717 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9718 ($(lisp)/calendar/diary-loaddefs.el)
9719 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9720 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9721 Fixes failures in parallel bootstrap because subdirs.el is being
9722 rewritten while the autoload files are built at the same time,
9723 which needs to load subdirs.el.
9724
9725 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9726
9727 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9728 (mouse-drag-line): Don't exit tracking when a switch-frame or
9729 switch-window event occurs (Bug#12006).
9730
9731 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * mouse.el (popup-menu): Fix last change.
9734
9735 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 Autoload from Lisp with more care. Follow aliases when looking for
9738 function properties.
9739 * subr.el (autoloadp): New function.
9740 (symbol-file): Use it.
9741 (function-get): New function.
9742 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9743 autoload-do-load.
9744 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9745 (lisp-indent-function):
9746 * emacs-lisp/gv.el (gv-get):
9747 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9748 * emacs-lisp/byte-opt.el (byte-optimize-form):
9749 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9750 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9751 Use function-get.
9752 * emacs-lisp/cl.el: Don't propagate function properties any more.
9753
9754 * speedbar.el (speedbar-add-localized-speedbar-support):
9755 * emacs-lisp/disass.el (disassemble-internal):
9756 * desktop.el (desktop-load-file):
9757 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9758 (describe-function-1):
9759 * emacs-lisp/find-func.el (find-function-noselect):
9760 * emacs-lisp/elp.el (elp-instrument-function):
9761 * emacs-lisp/advice.el (ad-has-proper-definition):
9762 * apropos.el (apropos-safe-documentation, apropos-macrop):
9763 * emacs-lisp/debug.el (debug-on-entry):
9764 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9765 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9766 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9767
9768 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9769
9770 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9771 function, not an obsolete variable (Bug#12046).
9772
9773 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9774
9775 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9776
9777 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9778
9779 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9780 window only if it is still live (Bug#12034).
9781
9782 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9783
9784 * subr.el (redirect-frame-focus): Add advertised calling
9785 convention (Bug#12030).
9786
9787 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9788
9789 Prefer typical American spelling for "acknowledgment".
9790 * vc/add-log.el (change-log-acknowledgment): Rename from
9791 change-log-acknowledgement, with an alias for the old name.
9792
9793 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9794
9795 * calc-alg.el (math-simplify-divide): Don't cross multiply
9796 in an equation when the lhs is a variable.
9797
9798 2012-07-24 Julien Danjou <julien@danjou.info>
9799
9800 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9801 Remove, unused.
9802
9803 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9804
9805 * startup.el (command-line): Don't display an empty user name in
9806 the error message about non-existent home directory, when
9807 init-file-user was set to an empty string. See
9808 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9809 for the details and context.
9810
9811 2012-07-22 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9812
9813 * ses.el (ses-cell-formula-aset): New macro.
9814 (ses-cell-references-aset): New macro.
9815 (ses-cell-p): New function.
9816 (ses-rename-cell): Do no longer rely on complex operations like
9817 ses-cell-set-formula or ses-set-cell to change the cell and handle
9818 the undo at the same time, but rather use lower level new macros
9819 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9820 the undo directly. Refresh the mode line.
9821
9822 2012-07-21 Leo Liu <sdl.web@gmail.com>
9823
9824 * progmodes/cc-cmds.el (c-defun-name):
9825 Use match-string-no-properties instead for consistency.
9826
9827 2012-07-20 Leo Liu <sdl.web@gmail.com>
9828
9829 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9830 (Bug#7879)
9831
9832 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9833
9834 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9837 * progmodes/bug-reference.el, misearch.el: Provide themselves
9838 (bug#11915).
9839
9840 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9841 of narrowed buffer (bug#11966).
9842
9843 2012-07-20 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9844
9845 * ses.el (ses-rename-cell): Set new name also in reference list of
9846 cells of which the renamed cell depends.
9847
9848 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9849
9850 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9851 to check whether menu-bar is shown or not. If not shown,
9852 show the menu-bar as a popup menu instead of using tmm.
9853 * mouse.el (popup-menu): Accept `point' as `position' argument.
9854
9855 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9856
9857 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9858 up inside string symbol literal (bug#11923).
9859
9860 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9861
9862 * startup.el (fancy-startup-text): Read the whole tutorial, not
9863 just its first 256 bytes. Prevents gibberish in display of the
9864 tutorial title.
9865
9866 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9867
9868 Drop idle buffer compaction due to an absence of the
9869 proved efficiency.
9870 * compact.el: Remove.
9871
9872 2012-07-19 Sam Steingold <sds@gnu.org>
9873
9874 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9875 vc-bzr-pull & vc-bzr-merge-branch.
9876 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9877 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9878 for consistency with compilation-error-regexp-alist.
9879 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9880 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9881 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9882 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9883
9884 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * emacs-lisp/chart.el: Use lexical-binding.
9887 (chart-emacs-storage): Don't hardcode the list of entries.
9888
9889 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9890
9891 Next round of tweaks caused by Fgarbage_collect changes.
9892 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9893
9894 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9895
9896 Compact buffers when idle.
9897 * compact.el: New file.
9898
9899 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9900
9901 * subr.el (eventp): Presume that if it looks vaguely like an event,
9902 it's an event (bug#10190).
9903
9904 2012-07-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9905
9906 Enhancements to ppss related code (thanks Stefan).
9907 * progmodes/python.el (python-indent-context)
9908 (python-indent-calculate-indentation, python-indent-dedent-line)
9909 (python-indent-electric-colon, python-nav-forward-block)
9910 (python-mode-abbrev-table)
9911 (python-info-assignment-continuation-line-p): Simplify checks
9912 for ppss context.
9913 (python-info-continuation-line-p): Cleanup.
9914 (python-info-ppss-context): Do not catch 'quote.
9915 (python-info-ppss-context-type)
9916 (python-info-ppss-comment-or-string-p): Simplify.
9917
9918 2012-07-18 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9919
9920 * progmodes/python.el: Enhancements to eldoc support.
9921 (python-info-current-symbol): New function.
9922 (python-eldoc-at-point): Use python-info-current-symbol.
9923 (python-info-current-defun): Fix cornercase on first defun scan.
9924 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9925 and signal error when no inferior python process is available.
9926
9927 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9928
9929 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9930 assume it's always t.
9931 (vc-git-registered): Remove caching, the function is only called
9932 once.
9933 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9934
9935 2012-07-18 Chong Yidong <cyd@gnu.org>
9936
9937 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9938
9939 * simple.el (count-words): Report on narrowing (Bug#9959).
9940
9941 * bindings.el: Bind M-= to count-words.
9942
9943 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9944
9945 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9946
9947 * progmodes/sh-script.el (sh-imenu-generic-expression):
9948 Capture a function with `function' keyword and without parentheses
9949 like "function FOO" (bug#11856).
9950
9951 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9952
9953 * window.el (split-window-sensibly): Make WINDOW argument
9954 optional.
9955
9956 2012-07-18 Chong Yidong <cyd@gnu.org>
9957
9958 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9959
9960 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9961 and make C-x 8 RET exit isearch (Bug#11439).
9962
9963 * international/iso-transl.el: Move isearch-mode-map key
9964 definitions to isearch.el.
9965
9966 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9969 (eieio-defclass): Use gv-define-setter when possible.
9970
9971 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9972
9973 Reflect recent changes in Fgarbage_collect.
9974 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9975 reflect new format of data returned by Fgarbage_collect.
9976
9977 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9978
9979 New utility functions + python-info-ppss-context fix (Bug#11910).
9980 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9981 (python-info-ppss-comment-or-string-p): New functions.
9982 (python-info-ppss-context): Small fix for string check.
9983
9984 2012-07-17 Juri Linkov <juri@jurta.org>
9985
9986 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9987 (dired-do-async-shell-command): Don't add `*' at the end of the
9988 command (Bug#11815).
9989 (dired-do-shell-command): Doc fix.
9990 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9991 Join the individual commands using either "&" or ";" as the
9992 separator depending on the values of these trailing characters.
9993 At the end re-add the trailing "&". (Bug#10598)
9994
9995 * simple.el (async-shell-command): Sync the interactive spec with
9996 `shell-command'. Doc fix.
9997 (shell-command): Doc fix.
9998
9999 2012-07-17 Juri Linkov <juri@jurta.org>
10000
10001 * descr-text.el (describe-char): Fix format args. (Bug#10129)
10002
10003 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10004
10005 Final renames and doc fixes for movement commands (bug#11899).
10006 * progmodes/python.el (python-nav-beginning-of-statement):
10007 Rename from python-nav-statement-start.
10008 (python-nav-end-of-statement): Rename from
10009 python-nav-statement-end.
10010 (python-nav-beginning-of-block): Rename from
10011 python-nav-block-start.
10012 (python-nav-end-of-block): Rename from python-nav-block-end.
10013
10014 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10015
10016 * progmodes/python.el (python-shell-send-string-no-output):
10017 Allow accept-process-output to quit, keeping shell process ready for
10018 future interactions (Bug#11868).
10019
10020 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10023
10024 * emacs-lisp/elint.el (elint-find-args-in-code):
10025 Use help-function-arglist, so as to handle lexical byte-code.
10026
10027 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10028 change (bug#11826).
10029
10030 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10031
10032 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10033 Avoid spuriously marking the buffer as modified because of c-is-sws.
10034
10035 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10036 as not-a-comment (bug#11946).
10037
10038 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10039 for uninterned vars.
10040
10041 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10042 Use read-event since we don't really want to read chars but bytes.
10043
10044 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10045 $$..$$ but also $..$ using regexps (bug#11953).
10046 Use tex-verbatim for \url and \path.
10047 (tex-font-lock-keywords): Define as defconst like the others.
10048 (tex-common-initialization): Don't use font-lock-syntax-table any more.
10049
10050 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10051
10052 * international/mule-cmds.el (ucs-insert): Make it an obsolete
10053 alias for insert-char.
10054
10055 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10056
10057 * progmodes/python.el: Simplified imenu implementation.
10058 (python-nav-jump-to-defun): Remove command.
10059 (python-mode-map): Use `imenu' instead.
10060 (python-nav-list-defun-positions-cache)
10061 (python-imenu-include-defun-type, python-imenu-make-tree)
10062 (python-imenu-subtree-root-label, python-imenu-index-alist):
10063 Remove vars.
10064 (python-nav-list-defun-positions, python-nav-read-defun)
10065 (python-imenu-tree-assoc, python-imenu-make-element-tree)
10066 (python-imenu-make-tree, python-imenu-create-index):
10067 Remove functions.
10068 (python-mode): Update to interact with imenu by setting
10069 `imenu-extract-index-name-function' only.
10070
10071 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10072
10073 * progmodes/python.el: Enhancements to navigation commands.
10074 (python-nav-backward-sentence)
10075 (python-nav-forward-sentence): Remove.
10076 (python-nav-backward-statement, python-nav-forward-statement)
10077 (python-nav-statement-start, python-nav-statement-end)
10078 (python-nav-backward-block, python-nav-forward-block)
10079 (python-nav-block-start, python-nav-block-end)
10080 (python-nav-forward-sexp-function)
10081 (python-info-current-line-comment-p)
10082 (python-info-current-line-empty-p): New functions.
10083 (python-indent-context): Use `python-nav-statement-start'.
10084
10085 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
10086
10087 * eshell/em-ls.el (eshell/ls): Use `apply'.
10088
10089 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10090 multi-hops, instead of Tramp internals.
10091
10092 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10093
10094 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10095 when F1 and F2 are located on different hosts.
10096
10097 2012-07-14 Chong Yidong <cyd@gnu.org>
10098
10099 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10100 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10101 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10102 (xterm-mouse--read-event-sequence-1000)
10103 (xterm-mouse--read-event-sequence-1006): New functions. For old
10104 mouse protocol, handle M-mouse-X events correctly.
10105 (xterm-mouse-event): New arg specifying mouse protocol.
10106 (turn-on-xterm-mouse-tracking-on-terminal)
10107 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10108 sequence to toggle extended coordinates on newer XTerms.
10109 This appears to be harmless on terminals which do not support this.
10110
10111 2012-07-14 Leo Liu <sdl.web@gmail.com>
10112
10113 Add fringe bitmap indicators for flymake. (Bug#11253)
10114 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10115 (flymake-make-overlay): New arg BITMAP.
10116 (flymake-error-bitmap, flymake-warning-bitmap)
10117 (flymake-fringe-indicator-position): New user variables.
10118
10119 * fringe.el: New bitmap exclamation-mark.
10120
10121 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
10122
10123 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10124 also (Bug#7879).
10125
10126 2012-07-14 Chong Yidong <cyd@gnu.org>
10127
10128 * electric.el (electric-pair-post-self-insert-function): Fix pair
10129 insertion in empty-region case (Bug#11520).
10130
10131 2012-07-14 Chong Yidong <cyd@gnu.org>
10132
10133 * bindings.el: Consolidate ctl-x-r-map bindings.
10134 Bind copy-rectangle-as-kill to C-x r w.
10135
10136 * rect.el, register.el: Move bindings to bindings.el.
10137
10138 2012-07-14 Reuben Thomas <rrt@sc3d.org>
10139
10140 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10141
10142 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
10143
10144 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
10145
10146 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
10147
10148 * bindings.el (top): Use `mapc' instead of `mapcar'.
10149
10150 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10151
10152 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
10153
10154 * progmodes/sql.el (sql-comint): Suppress the check for program on
10155 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
10156 (Bug#11908)
10157
10158 2012-07-13 Chong Yidong <cyd@gnu.org>
10159
10160 * bindings.el: Assign a non-nil permanent-local property to
10161 per-buffer variables which lack a default value (Bug#11930).
10162
10163 * help-fns.el (describe-variable): In the "automatically becomes
10164 local" notice, take note of permanent-local variables.
10165
10166 2012-07-13 Chong Yidong <cyd@gnu.org>
10167
10168 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
10169 to allow printing the message when called from Lisp.
10170
10171 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10172 Remove toggle-read-only.
10173
10174 * bs.el (bs-toggle-readonly):
10175 * buff-menu.el (Buffer-menu-toggle-read-only):
10176 Remove with-no-warnings around toggle-read-only.
10177
10178 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10179 Remove with-no-warnings around toggle-read-only.
10180 (ffap-read-only, ffap-read-only-other-window)
10181 (ffap-read-only-other-frame): Callers changed.
10182
10183 * help-mode.el: Don't require view package.
10184 (help-mode-finish): Set buffer-read-only instead of calling
10185 toggle-read-only.
10186
10187 * bindings.el (mode-line-toggle-read-only):
10188 * dired.el (dired-toggle-read-only):
10189 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10190 with non-nil second arg.
10191
10192 * emacs-lisp/eieio-custom.el (eieio-customize-object):
10193 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10194 directly.
10195
10196 2012-07-12 Eli Zaretskii <eliz@gnu.org>
10197
10198 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10199 not incf.
10200
10201 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 More CL cleanups and reduction of use of cl.el.
10204 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10205 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10206 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10207 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10208 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10209 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10210 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10211 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10212 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10213 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10214 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10215 * eshell/em-cmpl.el, eshell/em-banner.el:
10216 * calendar/parse-time.el: Use cl-lib.
10217 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10218 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10219 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10220 * term/ns-win.el, term.el, shell.el, ps-samp.el:
10221 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10222 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10223 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10224 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10225 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10226 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10227 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10228 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10229 `lambda' rather than with `quote'.
10230 (eshell-do-opt): Adjust accordingly.
10231 (eshell-process-option): Simplify.
10232 * eshell/esh-var.el:
10233 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10234 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10235 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10236 to `pcase--dontcare'.
10237 * emacs-lisp/cl.el (labels): Mark obsolete.
10238 (cl--letf, letf): Move to cl-lib.
10239 (cl--letf*, letf*): Remove.
10240 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10241 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10242 (cl-progv): Rewrite.
10243 (cl--letf, cl-letf): Move from cl.el.
10244 (cl-letf*): New macro.
10245 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10246
10247 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
10248
10249 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10250
10251 2012-07-11 Chong Yidong <cyd@gnu.org>
10252
10253 * vc/log-edit.el (log-edit-vc-backend): New variable.
10254 (log-edit): Doc fix.
10255
10256 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10257 argument of log-edit to set up all local variables.
10258 (vc-start-logentry): New optional arg specifying VC backend.
10259
10260 * vc/vc.el (vc-checkin): Use it.
10261 (vc-deduce-fileset): Handle Log Edit buffers.
10262 (vc-diff): Make first argument optional too.
10263
10264 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10265
10266 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
10267
10268 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10269 command, just in case. The function is not needed anymore.
10270 (eshell-external-command): Do not call `eshell-remote-command'.
10271
10272 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10273
10274 Reduce use of (require 'cl).
10275 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10276 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10277 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10278 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10279 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10280 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10281 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10282 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10283 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10284 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10285 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10286 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10287 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10288 (byte-compile-unfold-bcf, byte-compile-check-variable):
10289 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10290 (byte-compile-nilconstp):
10291 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10292 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10293
10294 * emacs-lisp/gv.el (cond): Make it a valid place.
10295 (if): Simplify slightly.
10296
10297 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10298 (pcase--self-quoting-p): New function.
10299 (pcase--u1): Use it.
10300
10301 2012-07-10 Glenn Morris <rgm@gnu.org>
10302
10303 * emacs-lisp/authors.el (authors-fixed-entries):
10304 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10305
10306 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10307
10308 Rename configure.in to configure.ac (Bug#11603).
10309 * emacs-lisp/authors.el (authors-canonical-file-name):
10310 * progmodes/autoconf.el (autoconf-mode):
10311 Prefer configure.ac to configure.in.
10312
10313 2012-07-08 Chong Yidong <cyd@gnu.org>
10314
10315 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10316 Implement the mouse-1-click-follows-link handling properly.
10317
10318 * info.el (Info-link-keymap): Use follow-link mechanism for
10319 header-line links (Bug#374).
10320
10321 * simple.el (deactivate-mark): Do not set the primary selection
10322 if another program has acquired it (Bug#11772).
10323
10324 2012-07-07 Kevin Ryde <user42@zip.com.au>
10325
10326 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10327 (woman-decode-region): Replace escaped-escapes without destroying
10328 bold or underline (Bug#11552).
10329 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10330
10331 2012-07-07 Chong Yidong <cyd@gnu.org>
10332
10333 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10334 (interprogram-cut-function, interprogram-paste-function):
10335 Mention that we typically mean the clipboard.
10336
10337 2012-07-06 Glenn Morris <rgm@gnu.org>
10338
10339 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10340
10341 * files.el (toggle-read-only): Restrict message to interactive use.
10342
10343 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10344
10345 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10346
10347 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10348
10349 2012-07-06 Glenn Morris <rgm@gnu.org>
10350
10351 * Makefile.in (compile-one-process): Rename from "recompile".
10352
10353 * Makefile.in (bzr-update): "compile" is the same as "recompile
10354 autoloads", but parallelizable, so use that instead.
10355
10356 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10357
10358 * window.el (quit-window): Always restore window height when
10359 it's saved in quit-restore parameter (Bug#11810).
10360
10361 2012-07-06 Glenn Morris <rgm@gnu.org>
10362
10363 * simple.el (kill-whole-line): Doc tweak.
10364
10365 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10366
10367 * files.el (file-relative-name): Compare file names
10368 case-insensitively if on MS-Windows or MS-DOS, or if
10369 read-file-name-completion-ignore-case is non-nil. Don't use
10370 case-fold-search for this purpose. (Bug#11827)
10371
10372 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10373
10374 * calendar/cal-dst.el (calendar-current-time-zone):
10375 Return calendar-current-time-zone-cache if non-nil.
10376
10377 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10378 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10379
10380 * calendar/cal-dst.el (calendar-current-time-zone):
10381 Return calendar-current-time-zone-cache if non-nil.
10382
10383 2012-07-06 Glenn Morris <rgm@gnu.org>
10384
10385 * Makefile.in (cvs-update): Remove old alias.
10386
10387 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10388
10389 Sync with Tramp 2.2.6-pre.
10390
10391 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10392 compatible declaration.
10393
10394 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10395 Protect `list-load-path-shadows' call.
10396
10397 * net/tramp-compat.el (top): Require packages, which aren't
10398 autoloaded anymore for XEmacs. Protect call of
10399 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10400 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10401 it hurts at least for SXEmacs.
10402 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10403 standard-value for `temporary-file-directory'.
10404
10405 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10406 Redirect stderr to /dev/null.
10407 (tramp-sh-handle-write-region): uid and gid can be floats.
10408 Reported by Russell Sim <russell.sim@gmail.com>.
10409 (tramp-sh-handle-vc-registered): Hide errors.
10410 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10411 and `start-file-process'.
10412 (tramp-maybe-open-connection): Check also whether `non-essential'
10413 is bound.
10414
10415 2012-07-04 Chong Yidong <cyd@gnu.org>
10416
10417 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10418 (xml-parse-tag): Likewise, and avoid changing entity tables.
10419 (xml-syntax-table): Define from scratch, making sure not to give
10420 x2000 and other Unicode spaces whitespace syntax, since those are
10421 not spaces in XML.
10422 (xml-parse-fragment): Delete unused function.
10423 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10424 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10425 (xml-entity-ref, xml-pe-reference-re)
10426 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10427 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10428 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10429 (xml-entity-value-re): Use syntax references in regexps where
10430 possible; no need to define inside a let-binding.
10431 (xml-parse-dtd): Use xml-pe-reference-re.
10432 (xml-entity-or-char-ref-re): New defconst.
10433 (xml-parse-string, xml-substitute-special): Use it.
10434
10435 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10438 (find-file--read-only): New function.
10439 (find-file-read-only, find-file-read-only-other-window)
10440 (find-file-read-only-other-frame): Use it.
10441 (insert-file-contents-literally): Don't `fset'.
10442 (get-free-disk-space): Use locate-dominating-file.
10443
10444 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10445 function is already compiled.
10446
10447 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10448
10449 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10450
10451 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10452 files on the same host.
10453
10454 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10455
10456 * help-fns.el (describe-function-1): Only call
10457 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10458
10459 2012-07-03 Chong Yidong <cyd@gnu.org>
10460
10461 * xml.el: Protect parser against XML bombs.
10462 (xml-entity-expansion-limit): New variable.
10463 (xml-parse-string, xml-substitute-special): Use it.
10464 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10465
10466 2012-07-03 Glenn Morris <rgm@gnu.org>
10467
10468 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10469 Allow linking to specific messages in debbugs reports (eg 123#5).
10470
10471 2012-07-02 Chong Yidong <cyd@gnu.org>
10472
10473 * xml.el: Fix entity and character reference expansion, allowing
10474 them to expand into markup as per XML spec.
10475 (xml-default-ns): New variable.
10476 (xml-entity-alist): Use XML spec definitions for lt and amp.
10477 (xml-parse-region): Make first two arguments optional.
10478 Discard text properties.
10479 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10480 All callers changed.
10481 (xml-parse-tag): Call xml-parse-tag-1. For backward
10482 compatibility, this function should not modify buffer contents.
10483 (xml-parse-tag-1): Fix opening-tag regexp.
10484 (xml-parse-string): Rewrite, handling entity and character
10485 references properly.
10486 (xml--entity-replacement-text): Signal an error if a parameter
10487 entity is undefined.
10488
10489 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10490
10491 * comint.el (comint-output-filter): Filter out repeated prompts.
10492
10493 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10494 and file-name-absolute-p.
10495 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10496 internal calls.
10497
10498 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10499
10500 Spelling fixes.
10501 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10502 Rename from byte-compile--refiy-function. All uses changed.
10503
10504 2012-07-01 Chong Yidong <cyd@gnu.org>
10505
10506 * xml.el (xml--parse-buffer): New function. Move most of
10507 xml-parse-region here.
10508 (xml-parse-region): Copy region into a temporary buffer, since
10509 parameter entity substitution requires changing buffer contents.
10510 Use xml--parse-buffer.
10511 (xml-parse-file): Use xml--parse-buffer.
10512 (xml-parse-dtd): Make parameter entity substitution work right.
10513 Use proper regexps for ELEMENT declarations (Bug#7172).
10514
10515 2012-06-30 Glenn Morris <rgm@gnu.org>
10516
10517 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10518
10519 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10520 Remove outdated and unnecessary dbus declarations.
10521
10522 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10523
10524 * emacs-lisp/timer.el (timer-until): Subtract results of
10525 float-time, instead of taking float-time of the result of
10526 time-subtract, since float-time signals an error for negative time
10527 arguments.
10528
10529 2012-06-30 Chong Yidong <cyd@gnu.org>
10530
10531 * xml.el (xml-*-re): Convert defvars into defconsts, and
10532 eval-and-compile them so eval-and-compile works on derivatives.
10533 (xml--entity-replacement-text): Use eval-and-comple.
10534
10535 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10536
10537 * vc/vc-git.el (vc-git-registered): Use cache property
10538 `git-registered'.
10539 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10540 `vc-git-working-revision' in order to benefit from the cache.
10541 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10542
10543 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10544
10545 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10546 removed (likely outside Emacs). (Bug#11757)
10547
10548 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * emacs-lisp/cl-lib.el: Require macroexp.
10551
10552 2012-06-30 Chong Yidong <cyd@gnu.org>
10553
10554 * xml.el: Implement XML parameter entities.
10555 (xml-parameter-entity-alist): New variable.
10556 (xml-parse-region, xml-parse-fragment): Preserve previous values
10557 of xml-entity-alist and xml-parameter-entity-alist, so that
10558 repeated calls on different documents do not change them.
10559 (xml-parse-tag): Fix doctype regexp.
10560 (xml--entity-replacement-text): New function.
10561 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10562 properly requires url retrieval which is unimplemented.
10563 (xml-escape-string): Doc fix.
10564
10565 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10568
10569 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10570
10571 * fringe.el (fringe-mode): Doc fix.
10572
10573 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10574
10575 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10576 is non-nil.
10577 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10578 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10579
10580 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10581
10582 * calendar/cal-dst.el (calendar-current-time-zone):
10583 Return calendar-current-time-zone-cache if non-nil.
10584
10585 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10586
10587 * progmodes/which-func.el (which-func-format):
10588 Add mouse-face. (Bug#11698)
10589
10590 2012-06-29 Leo Liu <sdl.web@gmail.com>
10591
10592 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10593
10594 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * minibuffer.el (minibuffer-confirm-exit-commands):
10597 Add completion-at-point (bug#11725).
10598
10599 2012-06-29 Glenn Morris <rgm@gnu.org>
10600
10601 * progmodes/f90.el (f90-font-lock-keywords-2):
10602 Add some preprocessor elements. (Bug#10499)
10603
10604 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10605
10606 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10607 Use syntax-propertize (bug#11739).
10608
10609 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10610
10611 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10612
10613 2012-06-28 Julien Danjou <julien@danjou.info>
10614
10615 * term.el (term-handle-colors-array): Use a set of new faces to
10616 color the terminal. Also uses :inverse-video property.
10617 (term-default-fg-color): Set to nil by default, deprecate in favor
10618 of `term-face'.
10619 (term-default-bg-color): Set to nil by default, deprecate in favor
10620 of `term-face'.
10621 (term-current-face): Use `term-face' by default.
10622 (term-bold-attribute): Variable deleted.
10623
10624 2012-06-28 Glenn Morris <rgm@gnu.org>
10625
10626 * simple.el (completion-list-mode-finish):
10627 Don't use toggle-read-only. (Since completion-list-mode has
10628 a special mode-class, it wasn't doing anything extra anyway.)
10629
10630 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 Make inlining of other-mode interpreted functions work (bug#11799).
10633 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10634 (byte-compile): Use it to fix compilation of lexical-binding closures.
10635 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10636 function, if needed.
10637
10638 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10639
10640 * help-mode.el (help-make-xrefs): Don't just withstand
10641 cyclic-variable-indirection but any error in documentation-property.
10642
10643 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10644 memory use.
10645 * bindings.el (bindings--define-key): New function.
10646 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10647 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10648 * bindings.el: Use it to purecopy define-key bindings.
10649
10650 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10651
10652 * emacs-lisp/cl.el (flet): Mark obsolete.
10653 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10654 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10655 * progmodes/js.el (js-c-fill-paragraph):
10656 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10657 (ebrowse-switch-member-buffer-to-derived-class):
10658 * play/5x5.el (5x5-solver): Use cl-flet.
10659
10660 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10661 (cl--symbol-function): New macro.
10662 (cl--letf, cl--letf*): Use it.
10663
10664 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10665 Strip "toggle-" if any.
10666
10667 2012-06-27 Glenn Morris <rgm@gnu.org>
10668
10669 * info.el (Info-default-directory-list): Move here from paths.el.
10670 * paths.el: Remove file, which is now empty.
10671 * loadup.el: No longer load "paths".
10672
10673 * custom.el (custom-initialize-delay): Doc fix.
10674
10675 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10676 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10677 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10678 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10679 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10680 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10681 * eshell/eshell.el (eshell-defgroup): Remove alias.
10682
10683 2012-06-27 Chong Yidong <cyd@gnu.org>
10684
10685 * help.el (help-enable-auto-load): New variable.
10686
10687 * help-fns.el (help-fns--autoloaded-p): New function.
10688 (describe-function-1): Refer to a function as "autoloaded" if it
10689 was autoloaded at any time in the past. Perform autoloading if
10690 help-enable-auto-load is non-nil.
10691
10692 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10693
10694 * makefile.w32-in (compile, compile-always): Depend on
10695 update-subdirs, not on subdirs.el. Otherwise, several different
10696 sub-targets of 'bootstrap' running in parallel could
10697 simultaneously write to subdirs.el, producing a garbled file.
10698
10699 2012-06-26 Sam Steingold <sds@gnu.org>
10700
10701 * files.el (file-name-base): New convenience function.
10702 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10703 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10704 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10705 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10706 * textmodes/ispell.el, textmodes/reftex-ref.el:
10707 * textmodes/tex-mode.el: Use it.
10708 Did not touch cedet and org because they are maintained elsewhere.
10709
10710 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10711
10712 * calendar/calendar.el (calendar-exit): Don't try to delete or
10713 iconify last frame. See:
10714 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10715
10716 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10717
10718 * server.el (server-process-filter): Remember dir in the
10719 process's `server-client-directory' properties.
10720
10721 2012-06-24 Chong Yidong <cyd@gnu.org>
10722
10723 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10724 non-tag text.
10725
10726 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10727
10728 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10729
10730 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 * help-fns.el (describe-variable): Don't croak when doc is not found.
10733 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10734 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10735 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10736 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10737 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10738 ((lambda ..) ..).
10739 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10740
10741 2012-06-23 Chong Yidong <cyd@gnu.org>
10742
10743 * info.el (Info-mouse-follow-link): Accept symbol values of
10744 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10745 (Info-fontify-node): Use Info-link-keymap for all navigation
10746 buttons, with link-args property to perform the desired action.
10747 (Info-link-keymap): Doc fix.
10748 (Info-next-link-keymap, Info-prev-link-keymap)
10749 (Info-up-link-keymap): Delete now-unused keymaps.
10750
10751 2012-06-23 Chong Yidong <cyd@gnu.org>
10752
10753 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10754
10755 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10756 system abbrevs.
10757
10758 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10759
10760 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10761
10762 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10763 (bug#11719).
10764
10765 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10766 the requote function doesn't work properly (bug#11714).
10767
10768 2012-06-23 Glenn Morris <rgm@gnu.org>
10769
10770 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10771
10772 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 Further GV/CL cleanups.
10775 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10776 gv-expander.
10777 (gv--defun-declaration): New function.
10778 (defun-declarations-alist): Use it.
10779 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10780 (gv-place): Autoload.
10781 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10782 original definition of dotimes and dolist.
10783 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10784 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10785 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10786 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10787 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10788 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10789 to the function's definition.
10790 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10791 * window.el:
10792 * files.el:
10793 * faces.el:
10794 * env.el: Don't use CL.
10795
10796 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10797
10798 Support higher-resolution time stamps (Bug#9000).
10799
10800 * calendar/time-date.el (with-decoded-time-value): New arg
10801 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10802 (encode-time-value): New optional arg PICO. New type 3.
10803 (time-to-seconds) [!float-time]: Support the new picoseconds
10804 component if it's used.
10805 (seconds-to-time, time-subtract, time-add):
10806 Support ps-resolution time stamps as well.
10807
10808 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10809 (timerp): Timer vectors now have length 9, not 8.
10810 (timer--time): Support new-style (4-part) time stamps.
10811 (timer-next-integral-multiple-of-time): Time stamps now have
10812 picosecond resolution, so take a bit more care about rounding.
10813 (timer-relative-time, timer-inc-time): New optional arg psecs.
10814 (timer-set-time-with-usecs): Set psecs to 0.
10815 (timer--activate): Check psecs component, too.
10816
10817 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10818
10819 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10820
10821 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10822 Move the non-essential binding to the post/pre-command-hook where it is
10823 more obviously correct.
10824
10825 * subr.el (read-passwd): Don't use a history at all.
10826 * savehist.el (savehist-save): Remove password saved accidentally
10827 because of the above bug.
10828
10829 2012-06-22 Bastien Guerry <bzg@gnu.org>
10830
10831 * files.el (toggle-read-only): Display a message telling whether
10832 the buffer is read-only or not (bug#11726).
10833
10834 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10835
10836 * emacs-lisp/gv.el: New file.
10837 * subr.el (push, pop): Extend to generalized variables.
10838 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10839 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10840 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10841 gv-define-simple-setter, and gv-define-expander.
10842 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10843 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10844 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10845 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10846 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10847 gv-letplace.
10848 (cl-defstruct): Don't define setf-method any more.
10849 * emacs-lisp/cl.el (flet): Don't autoload.
10850 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10851 (define-setf-expander, defsetf, define-modify-macro)
10852 (cl-struct-setf-expander): Move from cl-lib.el.
10853 * emacs-lisp/syntax.el:
10854 * emacs-lisp/ewoc.el:
10855 * emacs-lisp/smie.el:
10856 * emacs-lisp/cconv.el:
10857 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10858 (timer--time): Use gv-define-simple-setter.
10859 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10860 to avoid coding-system problems in subr.el. Adjust all users.
10861 (macroexp--maxsize, macroexp-small-p): New functions.
10862 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10863 * scroll-bar.el (scroll-bar-mode):
10864 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10865 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10866 * winner.el (winner-configuration, winner-make-point-alist)
10867 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10868 * files.el (locate-file-completion-table): Avoid list*.
10869
10870 2012-06-22 Chong Yidong <cyd@gnu.org>
10871
10872 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10873 (dired-create-files): Doc fix (Bug#11329).
10874 (dired-do-copy): Doc fix (Bug#11334).
10875 (dired-mark-read-string): Doc fix (Bug#11553).
10876
10877 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10878 Doc fix (Bug#11326).
10879 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10880 (dired-dwim-target): Doc fix.
10881
10882 * wdired.el (wdired-mode): Doc fix.
10883
10884 2012-06-22 Glenn Morris <rgm@gnu.org>
10885
10886 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10887 (pcmpl-rpm-cache-stamp-file): New constant.
10888 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10889 (pcmpl-rpm-packages): Optionally cache list of packages.
10890
10891 * pcmpl-rpm.el (pcmpl-rpm): New group.
10892 (pcmpl-rpm-query-options): New option.
10893 (pcmpl-rpm-packages): No need to inline it.
10894 Use pcmpl-rpm-query-options.
10895
10896 * calendar/calendar.el (calendar-in-read-only-buffer):
10897 Avoid some needless mode changes.
10898
10899 2012-06-21 Chong Yidong <cyd@gnu.org>
10900
10901 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10902 (desktop-path): Remove . from the default value (Bug#10977).
10903 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10904
10905 2012-06-20 Chong Yidong <cyd@gnu.org>
10906
10907 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10908
10909 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10910
10911 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10912 (bug#11201).
10913
10914 2012-06-20 Chong Yidong <cyd@gnu.org>
10915
10916 * term.el (term-window-width): Handle the case of a missing right
10917 fringe (Bug#8837).
10918 (term-check-size): Use window-text-height (Bug#5445).
10919 (term-mode): Use define-derived-mode. Minor cleanups.
10920 Set font-lock-defaults (Bug#7692).
10921 (term-move-columns, term-insert-char, term-emulate-terminal)
10922 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10923
10924 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10925
10926 * net/ange-ftp.el (ange-ftp-get-passwd):
10927 Bind `enable-recursive-minibuffers'.
10928 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10929
10930 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10931
10932 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10933
10934 2012-06-19 Glenn Morris <rgm@gnu.org>
10935
10936 * progmodes/python.el (python-mode): Derive from prog-mode.
10937
10938 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10939
10940 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10941 (edt-user-menu-bar-update-buffers): New functions.
10942 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10943
10944 2012-06-19 Chong Yidong <cyd@gnu.org>
10945
10946 * subr.el (with-selected-window): Preserve the selected window's
10947 terminal's top-frame (Bug#4702).
10948
10949 * window.el (save-selected-window): Likewise.
10950
10951 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * progmodes/python.el (python-rx-constituents): Move backquote.
10954 (python-skeleton-define, python-define-auxiliary-skeleton):
10955 Use `declare'.
10956
10957 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10958
10959 * minibuffer.el (read-file-name-default): Revert the patch from
10960 2012-06-17.
10961
10962 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10963
10964 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10965 (pcase--u1, pcase--q1): Don't use apply-partially.
10966
10967 2012-06-18 Glenn Morris <rgm@gnu.org>
10968
10969 * progmodes/python.el (python-proc, python-buffer)
10970 (python-send-receive, python-send-string): Fix obsolete versions.
10971
10972 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10973
10974 * window.el (special-display-p): Completely remove stringp
10975 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10976
10977 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10978
10979 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10980
10981 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10982
10983 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10984 * net/tramp-sh.el (tramp-maybe-open-connection):
10985 Throw if `non-essential' is non-nil.
10986
10987 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10988
10989 * window.el (special-display-p): Signal an error if BUFFER-NAME
10990 is not a string (Bug#11713).
10991
10992 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10993
10994 * progmodes/python.el (python-info-beginning-of-backslash):
10995 Rename from python-info-beginning-of-backlash, as a spelling fix.
10996
10997 2012-06-17 Chong Yidong <cyd@gnu.org>
10998
10999 * term.el (term-emulate-terminal): If term-check-size is called,
11000 move point to the process mark without resetting point (Bug#4635).
11001
11002 2012-06-17 Glenn Morris <rgm@gnu.org>
11003
11004 * international/mule-cmds.el (mule-menu-keymap)
11005 (set-language-environment, set-locale-environment): Doc tweaks.
11006
11007 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
11008
11009 * cus-face.el (custom-face-attributes): Add wave-style underline
11010 attribute.
11011 * faces.el (set-face-attribute): Update docstring to describe
11012 wave-style underline attribute.
11013
11014 2012-06-16 Chong Yidong <cyd@gnu.org>
11015
11016 * term/xterm.el (terminal-init-xterm): Discard input before
11017 querying background mode (Bug#10959).
11018
11019 2012-06-16 Stefan Merten <smerten@oekonux.de>
11020
11021 * textmodes/rst.el: Added and corrected some comments.
11022 (rst-re-alist-def): Improve symbol syntax.
11023 (rst-mode-syntax-table): Correct syntax entries.
11024 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11025 (rst-official-version, rst-official-cvs-rev): Update version
11026 information.
11027
11028 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
11029
11030 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11031 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11032
11033 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11034
11035 * progmodes/python.el: New python.el merge.
11036 (python-guess-indent): Obsolete var.
11037 (python-indent-guess-indent-offset): New defcustom.
11038 (python-indent): Obsolete var.
11039 (python-indent-offset): New defcustom.
11040 (python-python-command, python-jython-command): Delete var.
11041 (python-shell-interpreter): New defcustom.
11042 (python-pdbtrack-do-tracking-p): Delete var.
11043 (python-pdbtrack-activate): New defcustom.
11044 (python-use-skeletons): Obsolete var.
11045 (python-skeleton-autoinsert): New defcustom.
11046 (inferior-python-filter-regexp, python-continuation-offset)
11047 (python-honour-comment-indentation, python-indent-string-contents)
11048 (python-jython-packages, python-mode-hook)
11049 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11050 (python-shell-prompt-alist)
11051 (python-source-modes): Delete defcustoms.
11052 (python-check-buffer-name, python-eldoc-setup-code)
11053 (python-eldoc-string-code, python-ffap-setup-code)
11054 (python-ffap-string-code, python-fill-comment-function)
11055 (python-fill-decorator-function, python-fill-paren-function)
11056 (python-fill-string-function, python-imenu-include-defun-type)
11057 (python-imenu-make-tree, python-imenu-subtree-root-label)
11058 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11059 (python-shell-compilation-regexp-alist)
11060 (python-shell-completion-module-string-code)
11061 (python-shell-completion-pdb-string-code)
11062 (python-shell-completion-setup-code)
11063 (python-shell-completion-string-code)
11064 (python-shell-enable-font-lock, python-shell-exec-path)
11065 (python-shell-extra-pythonpaths)
11066 (python-shell-internal-buffer-name, python-shell-interpreter-args)
11067 (python-shell-process-environment)
11068 (python-shell-prompt-block-regexp)
11069 (python-shell-prompt-output-regexp)
11070 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11071 (python-shell-send-setup-max-wait, python-shell-setup-codes)
11072 (python-shell-virtualenv-path): New defcustoms.
11073 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11074 (inferior-python-mode-syntax-table, python--prompt-regexp)
11075 (python-buffer, python-command python-python-command)
11076 (python-default-template, python-imports, python-indent-index)
11077 (python-indent-list, python-indent-list-length)
11078 (python-mode-running, python-pdbtrack-is-tracking-p)
11079 (python-preoutput-continuation, python-preoutput-leftover)
11080 (python-preoutput-result, python-preoutput-skip-next-prompt)
11081 (python-prev-dir/file, python-recursing)
11082 (python-saved-check-command, python-version-checked)
11083 (python-which-func-length-limit)
11084 (view-return-to-alist): Delete vars.
11085 (python-check-custom-command, python-dotty-syntax-table)
11086 (python-imenu-index-alist, python-indent-current-level)
11087 (python-indent-dedenters, python-indent-levels)
11088 (python-nav-beginning-of-defun-regexp)
11089 (python-nav-list-defun-positions-cache)
11090 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11091 (python-shell-internal-buffer)
11092 (python-skeleton-available): New vars.
11093 (def-python-skeleton): Delete macro.
11094 (python-skeleton-define): New macro.
11095 (python-define-auxiliary-skeleton, python-rx): New macros.
11096 (python-insert-class): Delete command.
11097 (python-skeleton-class): New command.
11098 (python-insert-def): Delete command.
11099 (python-skeleton-def): New command.
11100 (python-insert-for): Delete command.
11101 (python-skeleton-for): New command.
11102 (python-insert-if): Delete command.
11103 (python-skeleton-if): New command.
11104 (python-insert-try/except, python-insert-try/finally): Delete commands.
11105 (python-skeleton-try): New command.
11106 (python-insert-while): Delete command.
11107 (python-skeleton-while): New command.
11108 (python-backspace): Delete command.
11109 (python-indent-dedent-line-backspace): New command.
11110 (python-electric-colon): Delete command.
11111 (python-indent-electric-colon): New command.
11112 (python-guess-indent): Delete command.
11113 (python-indent-guess-indent-offset): New command.
11114 (python-shift-left): Delete command.
11115 (python-indent-shift-left): New command.
11116 (python-shift-right): Delete command.
11117 (python-indent-shift-right): New command.
11118 (python-find-function): Delete command.
11119 (python-nav-jump-to-defun): New command.
11120 (python-next-statement): Delete command.
11121 (python-nav-forward-sentence): New command.
11122 (python-previous-statement): Delete command.
11123 (python-nav-backward-sentence): New command.
11124 (python-fill-paragraph): Delete command.
11125 (python-fill-paragraph-function): New command.
11126 (python-send-buffer): Delete command.
11127 (python-shell-send-buffer): New command.
11128 (python-send-defun): Delete command.
11129 (python-shell-send-defun): New command.
11130 (python-send-region, python-send-region-and-go): Delete commands.
11131 (python-shell-send-region)
11132 (python-shell-switch-to-shell): New commands.
11133 (python-send-string): Delete command.
11134 (python-shell-send-string): New command.
11135 (python-switch-to-python): Delete command.
11136 (python-shell-switch-to-shell): New command.
11137 (python-describe-symbol): Delete command.
11138 (python-eldoc-at-point): New command.
11139 (python--set-prompt-regexp, python-args-to-list)
11140 (python-after-info-look, python-check-version)
11141 (python-check-comint-prompt, python-find-imports)
11142 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11143 (python-unload-function, python-expand-template)
11144 (python-maybe-jython, python-preoutput-filter)
11145 (python-pdbtrack-get-source-buffer)
11146 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11147 (python-pdbtrack-toggle-stack-tracking)
11148 (python-pdbtrack-track-stack-file, python-initial-text)
11149 (python-first-word, python-comment-line-p, python-send-command)
11150 (python-setup-brm, python-sentinel, python-set-proc)
11151 (python-skip-out, python-input-filter, python-outdent-p)
11152 (python-outline-level, python-backslash-continuation-line-p)
11153 (python-end-of-block, python-end-of-statement, python-mark-block)
11154 (python-beginning-of-block, python-beginning-of-statement)
11155 (python-blank-line-p, python-beginning-of-string)
11156 (python-open-block-statement-p): Delete functions.
11157 (python-indent-line, python-indent-line-1): Delete functions.
11158 (python-indent-line): New function.
11159 (python-indentation-levels): Delete function.
11160 (python-indent-calculate-levels): New function.
11161 (python-proc): Delete function.
11162 (python-shell-get-process): New function.
11163 (python-send-receive): Delete function.
11164 (python-shell-send-string-no-output): New function.
11165 (python-module-path): Delete function.
11166 (python-ffap-module-path): New function.
11167 (python-completion-at-point)
11168 (python-symbol-completions): Delete functions.
11169 (python-completion-complete-at-point): New function.
11170 (python-load-file): Delete function.
11171 (python-shell-send-file): New function.
11172 (python-calculate-indentation): Delete function.
11173 (python-indent-calculate-indentation): New function.
11174 (python-skip-comments/blanks): Delete function.
11175 (python-util-forward-comment): New function.
11176 (python-continuation-line-p): Delete function.
11177 (python-info-continuation-line-p): New function.
11178 (python-which-func, python-current-defun): Delete function.
11179 (python-info-current-defun): New function.
11180 (python-beginning-of-defun): Delete function.
11181 (python-nav-beginning-of-defun): New function.
11182 (python-close-block-statement-p)
11183 (python-block-end-p): Delete function.
11184 (python-info-closing-block): New function.
11185 (python-comint-output-filter-function)
11186 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11187 (python-fill-comment, python-fill-decorator, python-fill-paren)
11188 (python-fill-string, python-imenu-make-element-tree)
11189 (python-imenu-make-tree, python-imenu-tree-assoc)
11190 (python-indent-context, python-indent-dedent-line)
11191 (python-indent-line-function)
11192 (python-indent-post-self-insert-function)
11193 (python-indent-toggle-levels)
11194 (python-info-assignment-continuation-line-p)
11195 (python-info-beginning-of-backlash)
11196 (python-info-block-continuation-line-p)
11197 (python-info-closing-block-message)
11198 (python-info-line-ends-backslash-p)
11199 (python-info-looking-at-beginning-of-defun)
11200 (python-info-ppss-context, python-info-ppss-context-type)
11201 (python-nav-list-defun-positions, python-nav-read-defun)
11202 (python-nav-sentence-end, python-nav-sentence-start)
11203 (python-pdbtrack-comint-output-filter-function)
11204 (python-pdbtrack-set-tracked-buffer)
11205 (python-shell-calculate-exec-path)
11206 (python-shell-calculate-process-environment)
11207 (python-shell-completion--do-completion-at-point)
11208 (python-shell-completion--get-completions)
11209 (python-shell-completion-complete-at-point)
11210 (python-shell-completion-complete-or-indent)
11211 (python-shell-get-or-create-process)
11212 (python-shell-get-process-name)
11213 (python-shell-internal-get-or-create-process)
11214 (python-shell-internal-get-process-name)
11215 (python-shell-internal-send-string, python-shell-make-comint)
11216 (python-shell-parse-command, python-shell-send-setup-code)
11217 (python-skeleton-add-menu-items)
11218 (python-util-clone-local-variables, python-util-position)
11219 (run-python-internal, python-indentation-levels)
11220 (python-nav-beginning-of-defun)
11221 (python-completion-complete-at-point): New functions.
11222 (run-python): Change arguments. New API requirements.
11223
11224 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11227 (bug#11649).
11228
11229 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11230 (macroexp--expand-all): Use it.
11231
11232 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11233 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11234 Use `cl-function' instead.
11235
11236 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
11237
11238 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11239 Suggested by Stefan Monnier while discussing bug#11657.
11240
11241 2012-06-14 Sam Steingold <sds@gnu.org>
11242
11243 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11244
11245 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
11246
11247 * play/doctor.el (doctor-doc): Remove parameter and use
11248 doctor-sent instead of sent.
11249 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
11250
11251 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * files.el: Require cl-lib.
11254 (file-name-non-special): Replace case -> cl-case.
11255
11256 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11257
11258 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11259 mapping from #' to function*.
11260
11261 2012-06-13 Chong Yidong <cyd@gnu.org>
11262
11263 * mouse.el (mouse-drag-track): Do not set the mark if the user
11264 releases the mouse without selecting anything (Bug#11588).
11265
11266 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11269 as well (bug#11646).
11270
11271 * loadup.el: Count byte-code functions as well.
11272
11273 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11274 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11275
11276 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11277 (bug#11649). Add cl-defun and cl-defmacro.
11278
11279 2012-06-13 Drew Adams <drew.adams@oracle.com>
11280
11281 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11282 Fix last change.
11283
11284 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
11285
11286 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11287 Otherwise, it blocks in batch mode.
11288
11289 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11290
11291 * help-mode.el (bookmark-make-record-default): Declare.
11292
11293 2012-06-13 Chong Yidong <cyd@gnu.org>
11294
11295 * emacs-lisp/package.el (list-packages): Compute a list of
11296 packages that are newly-available since the last list-packages
11297 invocation.
11298 (package-menu--new-package-list): New var.
11299 (package-menu--generate, package-menu--print-info)
11300 (package-menu--status-predicate, package-menu-mark-install):
11301 Handle new status label "new".
11302
11303 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11306 conversion to backquotes.
11307
11308 2012-06-12 Chong Yidong <cyd@gnu.org>
11309
11310 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11311 Rename from gud-inhibit-global-bindings.
11312
11313 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11314
11315 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11316 hook from nxml-glyph-set-hook.
11317
11318 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11319 declaration.
11320
11321 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11322
11323 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11324 Convert to defcustom.
11325
11326 2012-06-12 Drew Adams <drew.adams@oracle.com>
11327
11328 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11329 New functions.
11330 (help-mode): Use them.
11331
11332 2012-06-11 Glenn Morris <rgm@gnu.org>
11333
11334 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11335 Use preprocessor face for directives.
11336 (fortran-directive-re): Doc fix.
11337
11338 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11341 conversion to backquotes (bug#11652).
11342
11343 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11344 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11345 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11346 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11347 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11348 (cl-ninth, cl-tenth): Mark them as inlinable.
11349 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11350 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11351 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11352 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11353 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11354 (cl-list*, cl-adjoin): Don't put an autoload manually.
11355 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11356 (cl--compiler-macro-list*): Add autoload cookie.
11357 (cl--compiler-macro-cXXr): New function.
11358
11359 * help-fns.el (help-fns--compiler-macro): New function extracted from
11360 describe-function-1; follow aliases and use `compiler-macro' property.
11361 (describe-function-1): Use it.
11362
11363 2012-06-11 Chong Yidong <cyd@gnu.org>
11364
11365 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11366 is uninstalled, if imagemagick is installed.
11367
11368 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * emacs-lisp/cl-lib.el: Use lexical-binding.
11371 (cl-map-extents, cl-maclisp-member): Remove.
11372 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11373 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11374 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11375 * emacs-lisp/cl-extra.el: Use lexical-binding.
11376 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11377 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11378 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11379 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11380 * emacs-lisp/cl-seq.el: Use lexical-binding.
11381 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11382 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11383 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11384 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11385 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11386 CL's internals.
11387
11388 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11389
11390 Sync with Tramp 2.2.6-pre.
11391
11392 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11393 `print-length' and `print-level' to nil, in order to avoid
11394 truncation. Reported by Christopher Schmidt
11395 <christopher@ristopher.com>.
11396
11397 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11398
11399 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11400 New defmacro.
11401 (tramp-compat-copy-directory): Add optional argument
11402 COPY-CONTENTS. It is not handled yet.
11403
11404 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11405 (tramp-ftp-file-name-p): Simplify.
11406
11407 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11408 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11409 connection vector.
11410
11411 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11412 (tramp-methods): Do not use `tramp-password-end-of-line'.
11413 (tramp-completion-function-alist-putty): Handle UNIX case.
11414 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11415 (tramp-do-file-attributes-with-stat)
11416 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11417 gid as real numbers. They could run out of integer range on cygwin.
11418 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11419 (tramp-sh-handle-expand-file-name): Handle hops.
11420 (tramp-open-connection-setup-interactive-shell):
11421 Use `tramp-cleanup'. Move check for busyboxes ...
11422 (tramp-find-shell): ... here. Simplify implementation.
11423 Set "remote-shell" property also for alternative shells.
11424 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11425 If failing, a regular file would be written otherwise.
11426 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11427 (tramp-find-inline-encoding): Cache the coding commands in the
11428 process cache. Apply test command on the remote side, if defined.
11429 (tramp-find-inline-compress): Cache the compress commands in the
11430 process cache.
11431 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11432 when requested. Handle hops.
11433 (tramp-current-connection): New defvar.
11434 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11435 Throw `suppress', if there was a failed connection shortly before.
11436 Handle user interrupt. (Bug#10187)
11437 (tramp-get-inline-compress, tramp-get-inline-coding):
11438 Read connection properties from the process cache.
11439
11440 * net/tramp-smb.el (tramp-smb-server-version)
11441 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11442 New defconsts.
11443 (tramp-smb-prompt): Extend for powershell prompt.
11444 (tramp-smb-file-name-handler-alist): Add handlers for
11445 `process-file', `shell-command' and `start-file-process'.
11446 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11447 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11448 (tramp-smb-file-name-p): Simplify.
11449 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11450 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11451 (tramp-smb-shell-quote-argument): New defuns.
11452 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11453 Implement using "tar". By this, time-stamps are preserved.
11454 (tramp-smb-handle-copy-file): Handle also the case of directories.
11455 (tramp-smb-do-file-attributes-with-stat)
11456 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11457 Use `tramp-get-connection-buffer').
11458 (tramp-smb-handle-rename-file): Use "rename", when source and
11459 target are on the same share.
11460 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11461 Use `tramp-smb-server-version'.
11462 (tramp-smb-wait-for-output): Remove prompt.
11463
11464 * net/tramp.el (top): Require 'cl.
11465 (tramp-methods, tramp-rsh-end-of-line):
11466 Remove `tramp-password-end-of-line' from docstring.
11467 (tramp-save-ad-hoc-proxies): New defcustom.
11468 (tramp-completion-function-alist): Adapt docstring.
11469 (tramp-default-password-end-of-line): Remove defcustom.
11470 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11471 (tramp-user-regexp, tramp-file-name-regexp-unified)
11472 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11473 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11474 (tramp-remote-file-name-spec-regexp): New defconst.
11475 (tramp-file-name-structure): Extend structure for hops.
11476 (tramp-get-method-parameter): Move up.
11477 (tramp-file-name-p, tramp-dissect-file-name)
11478 (with-parsed-tramp-file-name): Handle hops.
11479 (tramp-file-name-hop): New defun.
11480 (tramp-make-tramp-file-name): New optional arg HOP.
11481 (tramp-message-show-progress-reporter-message): New defvar.
11482 (tramp-with-progress-reporter): Use it. We cannot use
11483 `tramp-message-show-message' here, because this suppresses also
11484 error buffers.
11485 (tramp-error-with-buffer): Suppress buffer view, if
11486 `tramp-message-show-message' is nil.
11487 Use `tramp-get-connection-buffer'.
11488 (tramp-cleanup): New defun.
11489 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11490 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11491 an error unchanged.
11492 (tramp-completion-handle-file-name-all-completions): Handle hops.
11493 Fix an error when called from ido.
11494 (tramp-completion-dissect-file-name): Use better local variable
11495 name. Add hop to the vector.
11496 (tramp-handle-insert-file-contents): Use progress-reporter for the
11497 whole scenario.
11498 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11499 to `t'.
11500 (tramp-check-for-regexp): Simplify search.
11501 (tramp-enter-password): Remove it. Move implementation ...
11502 (tramp-action-password): ... here.
11503 (tramp-mode-string-to-int, tramp-local-host-p)
11504 (tramp-make-tramp-temp-file, tramp-read-passwd)
11505 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11506 Set tramp-autoload cookie.
11507
11508 * net/trampver.el: Update release number.
11509
11510 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11511 Michael Albinus <michael.albinus@gmx.de>
11512
11513 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11514 (tramp-parse-group, tramp-parse-file)
11515 (tramp-parse-shostkeys-sknownhosts): New defuns.
11516 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11517 (tramp-parse-shosts-group, tramp-parse-sconfig)
11518 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11519 (tramp-parse-sknownhosts, tramp-parse-hosts)
11520 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11521 Use them.
11522 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11523 (tramp-parse-putty-group): Don't narrow.
11524 (tramp-parse-putty): Make a loop.
11525 (tramp-file-name-handler): Catch the `suppress' signal.
11526
11527 2012-06-11 Chong Yidong <cyd@gnu.org>
11528
11529 * image.el (imagemagick-register-types): Put the ImageMagick entry
11530 at the end of image-type-file-name-regexps.
11531
11532 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
11533
11534 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11535 (pcase, pcase-let*, pcase-dolist): Use them.
11536
11537 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 * emacs-lisp/pcase.el (pcase--let*): New function.
11540 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11541 (pcase--expand): Use macroexp-let².
11542
11543 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11546 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11547 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11548 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11549 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11550 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11551
11552 2012-06-10 Glenn Morris <rgm@gnu.org>
11553
11554 * mail/rmail.el (rmail-yank-current-message): Leave point at
11555 correct position. (Bug#11660)
11556
11557 2012-06-10 Chong Yidong <cyd@gnu.org>
11558
11559 * allout-widgets.el: Fix code header.
11560
11561 2012-06-10 Chong Yidong <cyd@gnu.org>
11562
11563 * cus-edit.el (customize-changed-options-previous-release):
11564 Bump to 24.1.
11565
11566 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11567
11568 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11569
11570 2012-06-09 Chong Yidong <cyd@gnu.org>
11571
11572 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11573
11574 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11575
11576 * window.el (special-display-popup-frame): Don't use
11577 window--display-buffer (Bug#11651).
11578
11579 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11580
11581 Fix parallel builds: make sure loaddefs.el is not being written
11582 while Lisp files are compiled.
11583 (compile): Don't depend on 'mh-autoloads'.
11584 (compile-CMD, compile-SH): Depend on 'autoloads'.
11585 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11586
11587 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11588
11589 2012-06-09 Chong Yidong <cyd@gnu.org>
11590
11591 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11592 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11593 Doc fixes (Bug#11225).
11594
11595 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11598 a function if there's a clear indication that it has a compiler-macro.
11599 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11600 (macro-declarations-alist): Add arglist to declaration functions.
11601 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11602 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11603 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11604 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11605 Also add autoload to find the compiler macro.
11606 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11607 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11608 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11609 (cl--compiler-macro-get): New functions, replacing calls to
11610 cl-define-compiler-macro.
11611 (cl-typep) [compiler-macro]: Use macroexp-let².
11612
11613 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11614
11615 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11616 string properly, fixes Bug#11473.
11617
11618 2012-06-08 Chong Yidong <cyd@gnu.org>
11619
11620 * faces.el (set-face-attribute): Doc fix.
11621 (modify-face): Don't use :bold and :italic.
11622 (error, warning, success): Tweak definitions.
11623
11624 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11625 (custom-modified, custom-set, custom-changed, custom-themed)
11626 (custom-saved, custom-button, custom-button-mouse)
11627 (custom-button-pressed, custom-state, custom-comment-tag)
11628 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11629 (custom-group-subtitle): Use new-style face specs.
11630 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11631 (custom-set-face, custom-changed-face, custom-saved-face)
11632 (custom-button-face, custom-button-pressed-face)
11633 (custom-documentation-face, custom-state-face)
11634 (custom-comment-face, custom-comment-tag-face)
11635 (custom-variable-tag-face, custom-variable-button-face)
11636 (custom-face-tag-face, custom-group-tag-face-1)
11637 (custom-group-tag-face): Remove obsolete face alias.
11638
11639 * epa.el (epa-validity-high, epa-validity-medium)
11640 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11641 (epa-field-name, epa-field-body):
11642 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11643 (font-lock-keyword-face, font-lock-builtin-face)
11644 (font-lock-function-name-face, font-lock-variable-name-face)
11645 (font-lock-type-face, font-lock-constant-face):
11646 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11647 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11648 * speedbar.el (speedbar-button-face, speedbar-file-face)
11649 (speedbar-directory-face, speedbar-tag-face)
11650 (speedbar-selected-face, speedbar-highlight-face)
11651 (speedbar-separator-face):
11652 * whitespace.el (whitespace-newline, whitespace-space)
11653 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11654 (whitespace-line, whitespace-space-before-tab)
11655 (whitespace-space-after-tab, whitespace-indentation)
11656 (whitespace-empty):
11657 * emulation/cua-base.el (cua-global-mark):
11658 * eshell/em-prompt.el (eshell-prompt):
11659 * net/newst-plainview.el (newsticker-new-item-face)
11660 (newsticker-old-item-face, newsticker-immortal-item-face)
11661 (newsticker-obsolete-item-face, newsticker-date-face)
11662 (newsticker-statistics-face, newsticker-default-face):
11663 * net/newst-reader.el (newsticker-feed-face)
11664 (newsticker-extra-face, newsticker-enclosure-face):
11665 * net/newst-treeview.el (newsticker-treeview-face)
11666 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11667 (newsticker-treeview-immortal-face)
11668 (newsticker-treeview-obsolete-face)
11669 (newsticker-treeview-selection-face):
11670 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11671 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11672 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11673 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11674 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11675 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11676 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11677 (mpuz-text):
11678 * progmodes/vera-mode.el (vera-font-lock-number)
11679 (vera-font-lock-function, vera-font-lock-interface):
11680 * textmodes/table.el (table-cell): Use new-style face specs, and
11681 don't use the old :bold and :italic attributes.
11682
11683 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11684 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11685 (ebrowse-member-class, ebrowse-progress): Likewise.
11686 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11687 (ebrowse-file-name-face, ebrowse-default-face)
11688 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11689 (ebrowse-progress-face): Remove obsolete faces.
11690
11691 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11692 Inherit from error and warning faces respectively.
11693
11694 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11695 Likewise.
11696 (flyspell-incorrect-face, flyspell-duplicate-face):
11697 Remove obsolete aliases.
11698
11699 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11700
11701 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11702 Avoid infloop.
11703
11704 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11705
11706 * startup.el (argv, argi): Make lexically scoped.
11707 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11708 * emacs-lisp/cl-macs.el: Use lexical-binding.
11709 Rename cl-bind-* to cl--bind-*.
11710 * files.el: Don't require `cl' since it doesn't use it.
11711 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11712
11713 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11714
11715 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11716 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11717 instead of calling external sort utility.
11718 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11719
11720 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11721
11722 * descr-text.el (describe-char): Mention how to insert the
11723 character, if the current input method doesn't support it.
11724 See the discussion in this thread for the details:
11725 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11726
11727 2012-06-08 Sam Steingold <sds@gnu.org>
11728
11729 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11730 XF86Back to previous-buffer.
11731 (minibuffer-local-map): Bind them to next-history-element and
11732 previous-history-element respectively.
11733 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11734 help-go-back respectively.
11735 * info.el (Info-mode-map): Bind them to Info-history-forward and
11736 Info-history-back respectively.
11737 These are the keys next to Up on the ThinkPad keyboard.
11738
11739 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11740
11741 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11742 * emacs-lisp/cl-macs.el: Provide itself.
11743 (cl--labels-convert-cache): New var.
11744 (cl--labels-convert): New function.
11745 (cl-flet, cl-labels): New implementation with new semantics, relying on
11746 lexical-binding.
11747 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11748 (cl-closure-vars, cl--function-convert-cache)
11749 (cl--function-convert): Move from cl-macs.el.
11750 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11751 rename by removing the "cl-" prefix.
11752 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11753
11754 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11757 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11758 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11759 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11760 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11761 (cl-hash-table-count): Add old compatibility aliases.
11762
11763 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11764 Use macroexpand-all-environment instead.
11765 (cl--old-macroexpand): New var.
11766 (cl--sm-macroexpand): New function.
11767 (cl-symbol-macrolet): Use it during macro expansion.
11768 (cl--function-convert-cache): New var.
11769 (cl--function-convert): New function, extracted from
11770 cl-macroexpand-all.
11771 (cl-lexical-let): Use it.
11772
11773 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11774 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11775 (cl-member): Remove old alias.
11776
11777 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11778 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11779 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11780 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11781 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11782 (cl-macroexpand-cmacs): Remove var.
11783 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11784 Use macroexpand-all instead.
11785
11786 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11789 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11790 (macroexp-copyable-p): New functions and macros.
11791 * emacs-lisp/edebug.el (edebug-unwrap):
11792 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11793 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11794 (pcase--let*): Remove.
11795 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11796 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11797 macroexp-const-p instead.
11798 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11799
11800 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11801 instead of "cl-" for internal definitions. Use macroexp-const-p.
11802 (cl-old-bc-file-form): Remove var.
11803 (cl-const-exprs-p): Remove fun.
11804 (cl-labels, cl-macrolet): Use backquote.
11805 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11806 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11807 (cl-define-setf-expander): Rename from cl-define-setf-method.
11808 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11809
11810 * international/mule-cmds.el: Don't require CL.
11811 (view-hello-file): Don't use `letf'.
11812
11813 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11814
11815 * tmm.el (tmm-prompt): Use string-prefix-p.
11816 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11817 (tmm-add-prompt): Use minibuffer-completion-help.
11818 (tmm-delete-map): Remove.
11819
11820 * subr.el (kbd): Make it its own function.
11821
11822 2012-06-07 Stefan Merten <smerten@oekonux.de>
11823
11824 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11825 Silence compiler warnings. Fix versions.
11826 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11827 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11828 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11829 (rst-package-emacs-version-alist): Correct Emacs version to
11830 represent major merge with upstream.
11831 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11832
11833 2012-06-06 Glenn Morris <rgm@gnu.org>
11834
11835 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11836 Only print environment variables if set.
11837
11838 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11839
11840 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11841 (macroexp--cons): Rename from maybe-cons.
11842 (macroexp--accumulate): Rename from macroexp-accumulate.
11843 (macroexp--all-forms): Rename from macroexpand-all-forms.
11844 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11845 (macroexp--expand-all): Rename from macroexpand-all-1.
11846
11847 2012-06-06 Sam Steingold <sds@gnu.org>
11848
11849 * calendar/calendar.el (calendar-in-read-only-buffer):
11850 Call `special-mode' to enable the standard read-only keybindings.
11851
11852 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11853
11854 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11855 with "loading" messages (bug#11635).
11856
11857 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11858
11859 * files.el (enable-remote-dir-locals): New option.
11860 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11861
11862 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11863 Ensure, that the temp directory is local.
11864
11865 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11866 `temporary-file-directory'.
11867
11868 * progmodes/python.el (python-send-region): Ensure, that the
11869 temporary file is created also in the remote case.
11870
11871 2012-06-06 Glenn Morris <rgm@gnu.org>
11872
11873 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11874 (vc-rcs-update-changelog): Use it.
11875
11876 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11877
11878 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11879 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11880 (vc-sccs-diff): Replace use of the external vcdiff script.
11881
11882 2012-06-05 Glenn Morris <rgm@gnu.org>
11883
11884 * ledit.el: Move to obsolete/.
11885
11886 2012-06-05 Sam Steingold <sds@gnu.org>
11887
11888 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11889 patch (Bug#11140).
11890
11891 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * emacs-lisp/cust-print.el: Move to obsolete.
11894
11895 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11896 compiler-macro expansion.
11897
11898 Add native compiler-macro support.
11899 * emacs-lisp/macroexp.el (macroexpand-all-1):
11900 Support compiler-macros directly. Properly follow aliases and apply
11901 the compiler macros more thoroughly.
11902 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11903 macroexpand now properly follows aliases.
11904 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11905 (cl-compiler-macroexpand): Use new prop.
11906 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11907
11908 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11909
11910 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11911
11912 * window.el (get-lru-window, get-mru-window, get-largest-window):
11913 New argument NOT-SELECTED to avoid picking the selected window.
11914 (window--display-buffer-1, window--display-buffer-2): Replace by
11915 new function window--display-buffer
11916 (display-buffer-same-window, display-buffer-reuse-window)
11917 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11918 Use window--display-buffer.
11919 (display-buffer-use-some-window): Remove temporary dedication
11920 hack by calling get-lru-window and get-largest-window with
11921 NOT-SELECTED argument non-nil. Call window--display-buffer.
11922
11923 2012-06-05 Glenn Morris <rgm@gnu.org>
11924
11925 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11926 Replace external vcdiff script.
11927
11928 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11929
11930 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11931
11932 2012-06-04 Chong Yidong <cyd@gnu.org>
11933
11934 * image.el (imagemagick-types-inhibit): Revert last change.
11935 Add INFO and M.
11936 (imagemagick-enabled-types): Remove CIN and EPS*.
11937
11938 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * emacs-lisp/cl-lib.el: Rename from cl.el.
11941 * emacs-lisp/cl.el: New compatibility file.
11942 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11943 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11944 to obey the "cl-" prefix.
11945 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11946
11947 2012-06-03 Glenn Morris <rgm@gnu.org>
11948
11949 * emacs-lisp/authors.el (authors-aliases): Addition.
11950
11951 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11952 Fix :version.
11953
11954 2012-06-03 Stefan Merten <smerten@oekonux.de>
11955
11956 * textmodes/rst.el: Add comments.
11957 (rst-transition, rst-adornment): New faces.
11958 (rst-adornment-faces-alist): Make default safe to reevaluate.
11959 Fixes
11960 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11961 Improve customization tags.
11962 (rst-define-level-faces): Clarify meaning.
11963
11964 2012-06-03 Chong Yidong <cyd@gnu.org>
11965
11966 * progmodes/compile.el (compilation-mode-line-fail)
11967 (compilation-mode-line-run, compilation-mode-line-exit):
11968 New faces.
11969 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11970
11971 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11972
11973 * progmodes/which-func.el (which-func-update-ediff-windows):
11974 New function. Use it in ediff-select-hook (Bug#11478).
11975
11976 2012-06-03 Chong Yidong <cyd@gnu.org>
11977
11978 * bindings.el: Remove explicit help text from format-mode-line.
11979 It is now supplied by mode-line-default-help-echo.
11980 (mode-line-front-space, mode-line-end-spaces)
11981 (mode-line-misc-info): New variables.
11982 (mode-line-modes, mode-line-position): Move the default value to
11983 the variable definition.
11984 (mode-line-default-help-echo): New defcustom.
11985 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11986 (mode-line-modified-help-echo): New functions.
11987 (mode-line-mule-info, mode-line-modified): Use them.
11988 (mode-line-eol-desc, propertized-buffer-identification):
11989 Consistency fixes for help text.
11990 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11991 set-buffer-file-coding-system (Bug#289).
11992 (mode-line-mule-info-help-echo): Update help text.
11993
11994 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * simple.el (execute-extended-command): Set real-this-command
11997 (bug#11506).
11998
11999 2012-06-02 Chong Yidong <cyd@gnu.org>
12000
12001 Remove incorrect uses of "modeline" in comments, docstrings, and
12002 function/variable names (Bug#10329).
12003
12004 * cus-edit.el (mode-line):
12005 * dframe.el (dframe-mouse-hscroll):
12006 * emacs-lisp/re-builder.el:
12007 * emacs-lisp/easy-mmode.el (define-minor-mode):
12008 * frame.el (set-frame-name):
12009 * help.el (lookup-minor-mode-from-indicator):
12010 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12011 * progmodes/cc-cmds.el (c-toggle-auto-newline)
12012 (c-toggle-hungry-state):
12013 * progmodes/antlr-mode.el (antlr-language-alist):
12014 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12015 * progmodes/vhdl-mode.el (vhdl-mode):
12016 * progmodes/which-func.el (which-func, which-func-cleanup-function):
12017 * term/ns-win.el (ns-face-at-pos):
12018 * term/sup-mouse.el (sup-mouse-report):
12019 * textmodes/flyspell.el (flyspell-mode-line-string):
12020 * textmodes/ispell.el (ispell-highlight-face):
12021 * textmodes/reftex-global.el:
12022 * vc/vc-arch.el (vc-arch-mode-line-string):
12023 * vc/vc-cvs.el (vc-cvs-mode-line-string):
12024 * vc/vc-git.el (vc-git-mode-line-string):
12025 * vc/vc-hooks.el (vc-display-status)
12026 (vc-default-mode-line-string):
12027 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12028
12029 * ansi-color.el (ansi-color-faces-vector): Change default faces.
12030
12031 * dired.el (dired-sort-set-mode-line): Rename from
12032 dired-sort-set-modeline. All callers changed.
12033
12034 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12035 eshell-status-in-modeline.
12036
12037 * foldout.el (foldout-mode-line-string): Rename from
12038 foldout-modeline-string. All callers changed.
12039 (foldout-update-mode-line): Rename from foldout-update-modeline.
12040
12041 * subr.el (redraw-modeline): Make into obsolete alias.
12042
12043 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12044 timeclock-modeline-display. Make old name an alias.
12045 (timeclock-update-mode-line): Likewise. All callers changed.
12046 (timeclock-mode-line-display): No need to check before using
12047 add-hook.
12048 (timeclock-relative, timeclock-day-over-hook)
12049 (timeclock-use-elapsed, timeclock-mode-string)
12050 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12051
12052 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12053 crisp-mode-modeline-string.
12054
12055 * play/solitaire.el (solitaire-build-mode-line): Rename from
12056 solitaire-build-modeline. All callers changed.
12057
12058 * play/zone.el (zone-hiding-mode-line): Rename from
12059 zone-hiding-modeline. All callers changed.
12060 (zone): Remove unusued `modeline-hidden-level' property.
12061
12062 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12063 xscheme-modeline-initialize. All callers changed.
12064
12065 * strokes.el (strokes-lighter): Rename from
12066 strokes-modeline-string.
12067
12068 * textmodes/sgml-mode.el (html-face-tag-alist)
12069 (html-tag-face-alist): Use mode-line face instead of obsolete
12070 alias modeline.
12071
12072 2012-06-02 Stefan Merten <smerten@oekonux.de>
12073
12074 * textmodes/rst.el: Always require `cl'.
12075 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12076
12077 2012-06-02 Chong Yidong <cyd@gnu.org>
12078
12079 * image.el (imagemagick-enabled-types): Rename from
12080 imagemagick-types-enable. Add many more types.
12081 (imagemagick-types-inhibit): Change default to nil.
12082 (imagemagick-filter-types): Caller changed.
12083
12084 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12085
12086 * emacs-lisp/cl-macs.el: Use backquotes.
12087 (cl-transform-function-property): Use eval-and-compile rather than
12088 abusing `require'.
12089 (defstruct): Use declare-function instead of with-no-warnings.
12090
12091 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12092 (byte-compile-output-docform): Re-add the print-circle bindings.
12093 (byte-compile-fix-header): Use #$ just because it's shorter.
12094 (byte-compile-output-file-form): Remove defun/defmacro.
12095
12096 2012-06-01 Martin Rudalics <rudalics@gmx.at>
12097
12098 * simple.el (choose-completion): Remove now obsolete binding for
12099 owindow.
12100
12101 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
12102
12103 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12104 in order to avoid "Stack overflow in regexp matcher".
12105
12106 2012-05-31 Glenn Morris <rgm@gnu.org>
12107
12108 * image.el: For clarity, call imagemagick-register-types at
12109 top-level, rather than relying on a custom :initialize.
12110 (imagemagick-types-enable): New option. (Bug#11557)
12111 (imagemagick-filter-types): New function. (Bug#7406)
12112 (imagemagick-register-types): Use imagemagick-filter-types.
12113 If disabling support, remove elements altogether rather
12114 than using an impossible regexp.
12115 (imagemagick-types-inhibit): Give it the default init function.
12116
12117 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12120 Handle arbitrary file name lengths (Bug#11585).
12121
12122 2012-05-31 Martin Rudalics <rudalics@gmx.at>
12123
12124 * desktop.el (desktop-read): Clear previous and next buffers for
12125 all windows and bury *Messages* buffer (bug#11556).
12126
12127 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12128
12129 Add `declare' for `defun'. Align `defmacro's with it.
12130 * emacs-lisp/easy-mmode.el (define-minor-mode)
12131 (define-globalized-minor-mode): Don't autoload the var definitions.
12132 * emacs-lisp/byte-run.el: Use lexical-binding.
12133 (defun-declarations-alist, macro-declarations-alist): New vars.
12134 (defmacro, defun): Use them.
12135 (make-obsolete, define-obsolete-function-alias)
12136 (make-obsolete-variable, define-obsolete-variable-alias):
12137 Use `declare'.
12138 (macro-declaration-function): Mark obsolete.
12139 * emacs-lisp/autoload.el: Use lexical-binding.
12140 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
12141
12142 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12143
12144 * textmodes/ispell.el (ispell-with-no-warnings):
12145 Define as a macro.
12146 (ispell-kill-ispell, ispell-change-dictionary):
12147 Use `called-interactively-p' for Emacs instead of obsolete
12148 `interactive-p'.
12149
12150 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12151
12152 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12153 (macro-declaration-function): Move var from C code.
12154 (macro-declaration-function): Define function with defalias.
12155 * emacs-lisp/macroexp.el (macroexpand-all-1):
12156 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12157 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12158 defun/defmacro any more.
12159 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12160 Provide fallback for unknown arglist.
12161 (byte-compile-arglist-warn): Change calling convention.
12162 (byte-compile-output-file-form): Move print-vars binding.
12163 (byte-compile-output-docform): Simplify accordingly.
12164 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12165 (byte-compile-defmacro-declaration): Remove.
12166 (byte-compile-file-form-defmumble): Generalize to defalias.
12167 (byte-compile-output-as-comment): Return byte-positions.
12168 Simplify callers accordingly.
12169 (byte-compile-lambda): Use `assert'.
12170 (byte-compile-defun, byte-compile-defmacro): Remove.
12171 (byte-compile-file-form-defalias):
12172 Use byte-compile-file-form-defmumble.
12173 (byte-compile-defalias-warn): Remove.
12174
12175 2012-05-29 Stefan Merten <smerten@oekonux.de>
12176
12177 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12178 possible. Fix authors. Improve comments. Improve loading of `cl'.
12179
12180 (rst-mode-abbrev-table): Merge definition.
12181 (rst-mode): Make sure `font-lock-defaults' is buffer local.
12182 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12183
12184 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
12185
12186 * calendar/icalendar.el
12187 (icalendar-export-region): Export UID properly.
12188
12189 2012-05-29 Leo Liu <sdl.web@gmail.com>
12190 * calendar/icalendar.el (icalendar-import-format):
12191 Add `icalendar-import-format-uid' (Bug#11525).
12192 (icalendar-import-format-uid): New.
12193 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12194 Export UID.
12195
12196 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12197
12198 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12199 different alternative patterns.
12200 (pcase-codegen): Be more careful to preserve identity.
12201 (pcase--u1): Don't forget to mark vars as used.
12202
12203 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12204 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12205 (byte-compile-from-buffer): ...rather than here.
12206
12207 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12208 functions from byte-compile-function-environment.
12209
12210 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
12211
12212 * window.el (window-deletable-p): Avoid deleting the root window
12213 of a frame with an active minibuffer.
12214
12215 2012-05-29 Martin Rudalics <rudalics@gmx.at>
12216
12217 * simple.el (choose-completion): Use quit-window (Bug#11567).
12218
12219 2012-05-29 Chong Yidong <cyd@gnu.org>
12220
12221 * whitespace.el (whitespace-cleanup): Fix usage of
12222 whitespace-empty-at-bob-regexp (Bug#11492).
12223
12224 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12225
12226 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12227 revert (Bug#11488).
12228
12229 2012-05-29 Juri Linkov <juri@jurta.org>
12230
12231 * isearch.el (isearch-mode-map): Bind `M-s _' to
12232 `isearch-toggle-symbol'. Bind `M-s c' to
12233 `isearch-toggle-case-fold'.
12234 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12235 (isearch-forward): Add `M-s _' to the docstring.
12236 (isearch-forward-symbol, isearch-toggle-case-fold)
12237 (isearch-symbol-regexp): New functions. (Bug#11381)
12238
12239 2012-05-29 Juri Linkov <juri@jurta.org>
12240
12241 * isearch.el (isearch-word): Add docstring. (Bug#11381)
12242 (isearch-occur, isearch-search-and-update): If `isearch-word' is
12243 a function, call it to get the regexp.
12244 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12245 property `isearch-message-prefix' instead of the string "word ".
12246 (isearch-search-fun-default): For the case of `isearch-word',
12247 return a lambda that calls re-search-forward/re-search-backward
12248 with a regexp returned by `word-search-regexp' or by the function
12249 in `isearch-word'.
12250
12251 2012-05-29 Juri Linkov <juri@jurta.org>
12252
12253 * isearch.el (isearch-search-fun-default): New function.
12254 (isearch-search-fun): Move default part to the new function
12255 `isearch-search-fun-default'.
12256 (isearch-search-fun-function): Set the default value to
12257 `isearch-search-fun-default'. (Bug#11381)
12258
12259 * comint.el (comint-history-isearch-end):
12260 Use `isearch-search-fun-default'.
12261 (comint-history-isearch-search): Use `isearch-search-fun-default'
12262 and remove spacial case for `isearch-word'.
12263 (comint-history-isearch-wrap): Remove spacial case for
12264 `isearch-word'.
12265
12266 * hexl.el (hexl-isearch-search-function):
12267 Use `isearch-search-fun-default'.
12268
12269 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12270 Use `word-search-regexp' for `isearch-word'.
12271
12272 * misearch.el (multi-isearch-search-fun):
12273 Use `isearch-search-fun-default'.
12274
12275 * simple.el (minibuffer-history-isearch-search):
12276 Use `isearch-search-fun-default' and remove spacial case for
12277 `isearch-word'.
12278 (minibuffer-history-isearch-wrap): Remove spacial case for
12279 `isearch-word'.
12280
12281 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12282 Remove spacial case for `isearch-word'.
12283 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12284
12285 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12286
12287 Decrease XEmacs incompatibilities.
12288 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12289 Use `string-match'.
12290 (flyspell-delete-region-overlays): Use alternative definition for
12291 XEmacs.
12292 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12293 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12294 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12295 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12296 `define-obsolete-face-alias' under XEmacs, but old method.
12297
12298 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12299 `with-no-warnings' definition or Emacs alias.
12300 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12301 (ispell-word): Do not use `region-p' if XEmacs.
12302
12303 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12304
12305 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12306 Check for `ispell-dictionary-base-alist' instead of full
12307 `ispell-dictionary-alist'.
12308 (ispell-init-process): Show spellchecker when starting new Ispell
12309 process.
12310
12311 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12312
12313 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12314 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12315
12316 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
12317
12318 * version.el (motif-version-string, gtk-version-string)
12319 (ns-version-string): Declare.
12320
12321 2012-05-27 Juri Linkov <juri@jurta.org>
12322
12323 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12324 after the `eval-defun-1' specialcaseing
12325 like in `edebug-eval-defun' (bug#10181).
12326
12327 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12328 like in `eval-defun-1'.
12329
12330 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12331
12332 * mail/sendmail.el (mail-yank-region):
12333 Recognize rmail-yank-current-message in addition to insert-buffer.
12334 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12335 a *mail* buffer created through rmail-start-mail with sendmail as
12336 mail-user-agent.
12337
12338 2012-05-27 Chong Yidong <cyd@gnu.org>
12339
12340 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12341 Default to 256 (Bug#11267).
12342
12343 * help.el (describe-mode): Doc fix.
12344
12345 2012-05-26 Glenn Morris <rgm@gnu.org>
12346
12347 * w32-fns.el (w32-init-info): Remove.
12348 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12349
12350 * info.el (info-initialize): For self-contained NS builds, put the
12351 included info/ directory at the front. (Bug#2791)
12352
12353 * paths.el (Info-default-directory-list): Make it a defcustom,
12354 mainly so that we can use custom-initialize-delay.
12355
12356 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12357
12358 * subr.el (buffer-has-markers-at): Mark obsolete.
12359
12360 * subr.el (lambda): Use declare.
12361
12362 * emacs-lisp/lisp-mode.el (lambda):
12363 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12364
12365 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12366
12367 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12368
12369 2012-05-26 Glenn Morris <rgm@gnu.org>
12370
12371 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12372
12373 2012-05-25 Glenn Morris <rgm@gnu.org>
12374
12375 * paths.el: Remove no-byte-compile.
12376 * loadup.el: No need to load paths.el uncompiled.
12377
12378 * image.el (imagemagick-types-inhibit): Doc fix.
12379
12380 * version.el: Remove no-byte-compile and associated formatting.
12381 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12382 is ancient code from when there was an "inc-vers.el".
12383
12384 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12385
12386 * progmodes/gdb-mi.el: Minor style changes.
12387 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12388 Turn into minor modes.
12389 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12390 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12391 (gdb-shell): Remove unneeded let-binding.
12392 (gdb-get-many-fields): Eliminate O(n²) behavior.
12393
12394 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12395
12396 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12397 platforms that don't link in fontset.c.
12398
12399 2012-05-25 Juri Linkov <juri@jurta.org>
12400
12401 Use the same diff color scheme as in modern VCSes (bug#10181).
12402
12403 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12404 to avoid confusion with `diff-added' that now uses green colors.
12405 (diff-removed): Use shades of red.
12406 (diff-added): Use shades of green.
12407 (diff-changed): Leave just the yellow color.
12408 (diff-use-changed-face): New variable.
12409 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12410 how to highlight context diff changes.
12411 (diff-refine-change): Use shades of yellow.
12412 (diff-refine-removed): New face that uses shades of red.
12413 (diff-refine-added): New face that uses shades of green.
12414 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12415 `diff-refine-removed' in the call to `smerge-refine-subst'
12416 depending on the value of `diff-use-changed-face'.
12417
12418 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12419 (smerge-other): Use shades of green.
12420 (smerge-base): Use shades of yellow.
12421 (smerge-refined-change): Empty face.
12422 (smerge-refined-removed): New face that uses shades of red.
12423 (smerge-refined-added): New face that uses shades of green.
12424 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12425 args `props-r' and `props-a', and use them. Doc fix.
12426 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12427 on its value use different faces `smerge-refined-change',
12428 `smerge-refined-removed', `smerge-refined-added' in the call to
12429 `smerge-refine-subst'.
12430
12431 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12432 Add face condition `min-colors 88' with shades of red.
12433 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12434 `min-colors 88' with shades of green.
12435 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12436 `min-colors 88' with shades of yellow.
12437
12438 2012-05-24 Glenn Morris <rgm@gnu.org>
12439
12440 * paths.el (prune-directory-list, remote-shell-program): Move to...
12441 * files.el (prune-directory-list, remote-shell-program): ...here.
12442 For the latter, delay initialization, prefer ssh, just search PATH.
12443
12444 * paths.el (term-file-prefix): Move to faces.el (the only user).
12445 * faces.el (term-file-prefix): Move here, make it a defcustom.
12446
12447 * paths.el (news-directory, news-path, news-inews-program):
12448 Move to gnus/nnspool.el.
12449
12450 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12451
12452 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12453 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12454 Make the latter a defcustom, with a delayed initialization.
12455
12456 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12457 These were deleted from Gnus itself late 2010.
12458
12459 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12460
12461 * progmodes/which-func.el (which-func-ff-hook):
12462 Check against user-error, not error.
12463
12464 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12465 cl-specs.el, which no longer exists.
12466
12467 2012-05-22 Glenn Morris <rgm@gnu.org>
12468
12469 * info.el (info-emacs-bug): New command.
12470 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12471 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12472
12473 2012-05-21 Glenn Morris <rgm@gnu.org>
12474
12475 * makefile.w32-in (update-subdirs-SH):
12476 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12477
12478 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12479
12480 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12481
12482 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12483 Simplify Maven regexp, and make sure the file can't start with a space
12484 (bug#11517).
12485
12486 2012-05-21 Glenn Morris <rgm@gnu.org>
12487
12488 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12489 Scrap superfluous subshells.
12490
12491 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12492
12493 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12494 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12495
12496 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12497
12498 * calc/calc.el (calc-ensure-consistent-units): New variable.
12499
12500 * calc/calc-units.el (math-consistent-units-p)
12501 (math-check-unit-consistency): New functions.
12502 (calc-quick-units, calc-convert-units):
12503 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12504 is non-nil.
12505 (calc-extract-units): Fix typo.
12506
12507 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12510
12511 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12512 (flyspell-default-deplacement-commands): Don't spell check after
12513 repeated window/frame switches (e.g. triggered by mouse-movement).
12514 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12515 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12516 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12517 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12518 Remove unused vars.
12519 (flyspell-get-casechars, flyspell-get-not-casechars):
12520 Simplify; Don't bother removing a ] just to add it back.
12521 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12522
12523 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
12524
12525 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12526 New functions.
12527 (math-function-table): Add support for more C functions.
12528
12529 2012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12530
12531 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12532 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12533 Protect delay handling for otherchars against empty otherchars.
12534
12535 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12538 their respective macro declarations.
12539 * skeleton.el (define-skeleton):
12540 * progmodes/compile.el (define-compilation-mode):
12541 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12542 (define-ibuffer-filter):
12543 * emacs-lisp/generic.el (define-generic-mode):
12544 * emacs-lisp/easy-mmode.el (define-minor-mode)
12545 (define-globalized-minor-mode):
12546 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12547 * emacs-lisp/byte-run.el (defsubst):
12548 * custom.el (deftheme): Add doc-string metadata.
12549
12550 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12553
12554 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12555
12556 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12557
12558 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12559 * emacs-lisp/cl-macs.el: Idem.
12560 * emacs-lisp/cl-specs.el: Remove.
12561
12562 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 Minor renaming of internal CL functions and variables.
12565 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12566 (cl--position): Rename from cl-position.
12567 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12568 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12569 (cl--random-state): Rename from *random-state*.
12570
12571 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12574 parens around the arg list (bug#11499).
12575
12576 2012-05-17 Juri Linkov <juri@jurta.org>
12577
12578 * isearch.el (word-search-regexp, word-search-backward)
12579 (word-search-forward, word-search-backward-lax)
12580 (word-search-forward-lax): Move functions from search.c
12581 (bug#10145, bug#11381).
12582
12583 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12584
12585 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12586 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12587 Delay for otherchars as for normal word components.
12588
12589 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12590
12591 * minibuffer.el (completion--sifn-requote): Fix last change.
12592 (minibuffer-local-must-match-filename-map):
12593 Move define-obsolete-variable-alias before its var.
12594
12595 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12598
12599 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12600 behavior.
12601 (completion--string-equal-p): New function.
12602 (completion--twq-all): Use it to get better assertion failure data.
12603
12604 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12605 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12606 (shell--requote-argument): New functions.
12607 (shell-completion-vars): Use them.
12608 (shell--parse-pcomplete-arguments): Rename from
12609 shell-parse-pcomplete-arguments.
12610 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12611 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12612 Obey comint-file-name-quote-list.
12613
12614 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12615 (smie-indent-keyword): Use it.
12616
12617 2012-05-14 Stefan Merten <smerten@oekonux.de>
12618
12619 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12620
12621 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * net/rlogin.el (rlogin-mode-map): Fix last change.
12624
12625 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12626
12627 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12628 the following \r\n using a single `process-send-string', since the
12629 Lotus SMTP server refuses to accept any commands if they are sent
12630 with two `process-send-string's (Bug#11444).
12631
12632 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12633
12634 * shell.el (shell-parse-pcomplete-arguments):
12635 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12636
12637 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12638
12639 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12640 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12641 (image-transform-width, image-transform-fit-width): New functions.
12642 (image-transform-properties): Use them.
12643 (image-transform-check-size): New function.
12644 (image-toggle-display-image): Use it (for testing).
12645 (image-transform-set-rotation): Reduce angle mod 360.
12646 Delete obsolete comment.
12647
12648 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12649
12650 * image-mode.el: Fix scaling (bug#11399).
12651 (image-transform-resize): Doc fix.
12652 (image-transform-properties): Default scale is 1 and height should
12653 be an integer.
12654
12655 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
12656
12657 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12658 than hard-coding `car', to fix misbehavior when moving forward.
12659
12660 2012-05-13 Chong Yidong <cyd@gnu.org>
12661
12662 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12663 (tabulated-list-entries, tabulated-list-padding)
12664 (tabulated-list-sort-key): Make permanent-local.
12665
12666 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12667 (electric-buffer-list): Put electric buffer menu
12668 command descriptions in this docstring, instead of the docstring
12669 of electric-buffer-menu-mode. Code cleanups.
12670 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12671 Electric-buffer-menu-mode.
12672 (electric-buffer-update-highlight): Minor code cleanup.
12673
12674 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12675
12676 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12677 (Bug#11447)
12678
12679 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12680
12681 Move define-obsolete-variable-alias before the var's definition.
12682 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12683 * tooltip.el (tooltip-hook):
12684 * textmodes/reftex-toc.el (reftex-toc-map):
12685 * textmodes/reftex-sel.el (reftex-select-label-map)
12686 (reftex-select-bib-map):
12687 * textmodes/reftex-index.el (reftex-index-map)
12688 (reftex-index-phrases-map):
12689 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12690 * progmodes/meta-mode.el (meta-mode-map):
12691 * novice.el (disabled-command-hook):
12692 * loadhist.el (unload-hook-features-list):
12693 * frame.el (blink-cursor):
12694 * files.el (find-file-not-found-hooks, write-file-hooks)
12695 (write-contents-hooks):
12696 * emulation/tpu-edt.el (GOLD-map):
12697 * emacs-lock.el (emacs-lock-from-exiting):
12698 * emacs-lisp/generic.el (generic-font-lock-defaults):
12699 * emacs-lisp/chart.el (chart-map):
12700 * dos-fns.el (register-name-alist):
12701 * dired-x.el (dired-omit-files-p):
12702 * desktop.el (desktop-enable):
12703 * cus-edit.el (custom-mode-hook):
12704 * buff-menu.el (buffer-menu-mode-hook):
12705 * bookmark.el (bookmark-read-annotation-text-func)
12706 (bookmark-exit-hooks):
12707 * allout.el (allout-mode-deactivate-hook)
12708 (allout-exposure-change-hook, allout-structure-added-hook)
12709 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12710 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12711 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12712 comes before the corresponding variable's definition.
12713
12714 2012-05-12 Chong Yidong <cyd@gnu.org>
12715
12716 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12717 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12718 (Buffer-menu-mode-map): Bind it.
12719 (Buffer-menu--pretty-name): Add a mouse-face property.
12720
12721 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12724 (prolog-upper-case-string, prolog-lower-case-string)
12725 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12726 (prolog-use-smie, prolog-smie-grammar): New vars.
12727 (prolog-smie-forward-token, prolog-smie-backward-token)
12728 (prolog-smie-rules): New funs.
12729 (prolog-comment-indent): Remove.
12730 (prolog-mode-variables): Use default comment indentation instead.
12731 Setup SMIE.
12732 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12733 (prolog-mode): Don't call them any more.
12734 (prolog-electric-colon, prolog-electric-dash)
12735 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12736
12737 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12738
12739 * minibuffer.el (completion--twq-all): Again, allow case differences.
12740
12741 * term.el: Move keymap initialization code to be more idiomatic.
12742 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12743 (term-terminal-menu): Move initialization into declaration.
12744 (term-escape-char): Let the user set it in her .emacs.
12745
12746 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12747 Provide SMIE-based indentation (not enabled by default yet).
12748 (sh-mode-map): Don't bind electric keys.
12749 Use electric-pair-mode instead of skeleton-pair.
12750 (sh-assignment-regexp): Fit within 80 columns.
12751 (sh-indent-supported): Specify actual shell name instead of boolean.
12752 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12753 (sh-maybe-here-document): Use it. Make obsolete.
12754 (sh-electric-here-document-mode) New minor mode.
12755 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12756 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12757 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12758 (sh-smie-rc-grammar, sh-use-smie): New vars.
12759 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12760 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12761 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12762 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12763 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12764 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12765 (sh-set-shell): Use smie-setup if requested.
12766
12767 * term.el (term-set-escape-char): Properly set term-escape-char.
12768 See http://stackoverflow.com/questions/10524656.
12769
12770 2012-05-10 Chong Yidong <cyd@gnu.org>
12771
12772 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12773 Use url-generic-parse-url, and handle host names and Windows
12774 filenames properly.
12775 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12776 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12777 URL schemes to work on.
12778 (ffap--toggle-read-only): New function.
12779 (ffap-read-only, ffap-read-only-other-window)
12780 (ffap-read-only-other-frame): Use it.
12781 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12782 necessary for ffap-url-unwrap-remote.
12783
12784 2012-05-10 Dave Abrahams <dave@boostpro.com>
12785
12786 * cus-start.el (create-lockfiles): Add it.
12787
12788 2012-05-09 Chong Yidong <cyd@gnu.org>
12789
12790 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12791 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12792
12793 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12794
12795 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12796
12797 2012-05-09 Chong Yidong <cyd@gnu.org>
12798
12799 * ansi-color.el (ansi-color-process-output): Check for validity of
12800 comint-last-output-start before using it. This avoids a bad
12801 interaction with gdb-mi's input/output buffer.
12802
12803 2012-05-09 Glenn Morris <rgm@gnu.org>
12804
12805 * files.el (dir-locals-read-from-file):
12806 Mention dir-locals in any error message.
12807
12808 2012-05-09 Chong Yidong <cyd@gnu.org>
12809
12810 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12811 package (Bug#11410).
12812
12813 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12814 variables into description.
12815
12816 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12817
12818 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12819 shell-delimiter-argument-list (bug#11348).
12820 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12821
12822 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12823
12824 * textmodes/rst.el: Silence byte-compiler warnings.
12825 (rst-re-alist, rst-reset-section-caches): Move around.
12826 (rst-re): Use `characterp', not `char-valid-p'.
12827 (font-lock-beg, font-lock-end): Declare.
12828
12829 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12830 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12831
12832 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12833
12834 2012-05-08 Glenn Morris <rgm@gnu.org>
12835
12836 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12837
12838 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12839
12840 * vc/log-edit.el: Add GNU coding standards highlighting.
12841 (log-edit-font-lock-gnu-style)
12842 (log-edit-font-lock-gnu-keywords): New vars.
12843 (log-edit-font-lock-keywords): New fun.
12844 (log-edit-mode): Don't fold case in font-lock.
12845 (log-edit-font-lock-keywords): Do not assume case-folding.
12846
12847 * imenu.el: Misc cleanup. Make docstrings out of comments.
12848 Use lexical-binding.
12849 (imenu--index-alist, imenu--last-menubar-index-alist)
12850 (imenu-menubar-modified-tick): Use defvar-local.
12851 (imenu--split-menu): Remove unused var.
12852 (imenu--cleanup-seen): Declare as global.
12853 (imenu--cleanup): Use dolist.
12854
12855 * subr.el (defvar-local): Add debug spec and doc-string position.
12856
12857 2012-05-08 Glenn Morris <rgm@gnu.org>
12858
12859 * language/burmese.el, language/cham.el, language/czech.el:
12860 * language/english.el, language/georgian.el, language/greek.el:
12861 * language/japanese.el, language/khmer.el, language/korean.el:
12862 * language/lao.el, language/misc-lang.el, language/romanian.el:
12863 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12864 * language/thai.el, language/utf-8-lang.el:
12865 Remove no-byte-compile setting.
12866
12867 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12868
12869 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12870
12871 * progmodes/make-mode.el (makefile-browse):
12872 Remove unnecessary interactive. (Bug#11324)
12873
12874 2012-05-07 Glenn Morris <rgm@gnu.org>
12875
12876 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12877
12878 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12879
12880 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * loadup.el: Preload newcomment.el.
12883 * newcomment.el: Move autoload-only code to toplevel.
12884
12885 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12886 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12887 Handle new :right-align column property.
12888 (tabulated-list-print-col): Idem, plus use `display' text-property to
12889 try and preserve alignment for variable pitch fonts.
12890
12891 2012-05-07 Chong Yidong <cyd@gnu.org>
12892
12893 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12894 (tabulated-list-use-header-line): New var.
12895 (tabulated-list-init-header): Use it.
12896 (tabulated-list-print-fake-header): New function.
12897 (tabulated-list-print): Use it.
12898 (tabulated-list-sort-button-map): Add non-header-line commands.
12899 (tabulated-list-init-header): Add column name property to basic
12900 labels as well.
12901 (tabulated-list-col-sort): Handle non-header-line button case.
12902 (tabulated-list--sort-by-column-name): Fix a corner case.
12903
12904 * buff-menu.el (list-buffers--refresh):
12905 Handle Buffer-menu-use-header-line.
12906
12907 2012-05-06 Chong Yidong <cyd@gnu.org>
12908
12909 * buff-menu.el: Convert to Tabulated List mode.
12910 (Buffer-menu-buffer+size-width): Make obsolete.
12911 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12912 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12913 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12914 documentation into docstring of buffer-menu.
12915 (Buffer-menu-toggle-files-only): Add an informative message.
12916 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12917 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12918 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12919 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12920 (Buffer-menu-execute, Buffer-menu-select)
12921 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12922 (Buffer-menu-bury): Use Tabulated List machinery.
12923 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12924 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12925 Delete.
12926 (list-buffers--refresh): New function.
12927 (list-buffers-noselect): Use it.
12928 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12929 (Buffer-menu--pretty-file-name): New helper functions.
12930
12931 * loadup.el: Preload tabulated-list.
12932
12933 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12934 tabulated-list-sort-column.
12935 (tabulated-list-init-header): Add the initial aligning space even
12936 if tabulated-list-padding is zero.
12937
12938 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12939
12940 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12941 whose cdr is not a cons cell correctly (bug#11038).
12942
12943 2012-05-06 Chong Yidong <cyd@gnu.org>
12944
12945 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12946 Accept additional plist in column descriptors.
12947 (tabulated-list-init-header): Obey it.
12948 (tabulated-list-get-entry): New function.
12949 (tabulated-list-put-tag): Use it. Use string-width instead of
12950 length.
12951 (tabulated-list--column-number): New function.
12952 (tabulated-list-print): Use it.
12953 (tabulated-list-print-col): New function.
12954 Set `tabulated-list-column-name' property on each column's text.
12955 (tabulated-list-print-entry): Use it.
12956 (tabulated-list-delete-entry, tabulated-list-set-col):
12957 New functions.
12958 (tabulated-list-sort-column): New command (Bug#11337).
12959
12960 * buff-menu.el (list-buffers): Move C-x C-b binding from
12961 buff-menu.el to bindings.el.
12962
12963 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12964 :advertised-binding feature.
12965
12966 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12967
12968 * progmodes/compile.el (compilation-internal-error-properties):
12969 Calculate start position correctly when end-col is set but
12970 end-line is not (Bug#11382).
12971
12972 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12973
12974 * man.el (Man-unindent): Use text-property-default-nonsticky to
12975 prevent untabify from inheriting face properties (Bug#11408).
12976
12977 2012-05-05 Stefan Merten <smerten@oekonux.de>
12978
12979 * textmodes/rst.el: Major merge with upstream development up to
12980 Docutils SVN r7399 / rst.el V1.2.1.
12981
12982 Clarify maintainership and authors.
12983
12984 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12985 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12986 (rst-official-version, rst-official-cvs-rev, rst-version)
12987 (rst-package-emacs-version-alist): New functions and variables
12988 for version information.
12989
12990 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12991 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12992 (rst-mode-syntax-table, rst-mode): New and corrected functions
12993 and variables representing reStructuredText features.
12994
12995 (rst-re): New function for reStructuredText regexes. Use in
12996 many places.
12997
12998 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12999 (rst-mode-map): Rebind keys.
13000
13001 (rst-mode-lazy, rst-font-lock-keywords)
13002 (rst-font-lock-extend-region)
13003 (rst-font-lock-extend-region-internal)
13004 (rst-font-lock-extend-region-extend)
13005 (rst-font-lock-find-unindented-line-limit)
13006 (rst-font-lock-find-unindented-line-match)
13007 (rst-adornment-level, rst-font-lock-adornment-level)
13008 (rst-font-lock-adornment-match)
13009 (rst-font-lock-handle-adornment-pre-match-form)
13010 (rst-font-lock-handle-adornment-matcher): Major revision of
13011 font-locking. Integrate with other code. Use `jit-lock-mode'.
13012
13013 (rst-preferred-adornments, rst-adjust-hook)
13014 (rst-new-adornment-down, rst-preferred-bullets)
13015 (rst-preferred-bullets, rst-indent, rst-indent-width)
13016 (rst-indent-field, rst-indent-literal-normal)
13017 (rst-indent-literal-minimized, rst-indent-comment): Change,
13018 extend and improve customization.
13019
13020 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13021 (rst-normalize-cursor-position, rst-get-decoration)
13022 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13023 (rst-rstrip, rst-toc-insert-find-delete-contents)
13024 (rst-shift-fill-region, rst-compute-bullet-tabs)
13025 (rst-debug-print-tabs, rst-debug-mark-found)
13026 (rst-shift-region-guts, rst-shift-region-right)
13027 (rst-shift-region-left, rst-use-char-classes)
13028 (rst-font-lock-keywords-function)
13029 (rst-font-lock-indentation-point)
13030 (rst-font-lock-find-unindented-line-begin)
13031 (rst-font-lock-find-unindented-line-end)
13032 (rst-font-lock-find-unindented-line)
13033 (rst-font-lock-adornment-point, rst-font-lock-level)
13034 (rst-adornment-level-alist): Remove functions and variables.
13035
13036 (rst-compare-adornments, rst-get-adornment-match)
13037 (rst-suggest-new-adornment, rst-get-adornments-around)
13038 (rst-adornment-complete-p, rst-get-next-adornment)
13039 (rst-adjust-adornment, rst-display-adornments-hierarchy)
13040 (rst-straighten-adornments): Standardize function names to
13041 use "adornment" instead of "decoration". Correct callers.
13042 Similar standardizing in many places.
13043
13044 (rst-update-section, rst-adjust, rst-promote-region)
13045 (rst-enumerate-region, rst-bullet-list-region)
13046 (rst-repeat-last-character): Correct use of `interactive'.
13047
13048 (rst-classify-adornment, rst-find-all-adornments)
13049 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13050 (rst-find-leftmost-column, rst-repeat-last-character):
13051 Refactor functions.
13052
13053 (rst-find-title-line, rst-reset-section-caches)
13054 (rst-get-adornments-around, rst-adjust-adornment-work)
13055 (rst-arabic-to-roman, rst-roman-to-arabic)
13056 (rst-insert-list-pos, rst-insert-list-new-item)
13057 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13058 New functions.
13059
13060 (rst-all-sections, rst-section-hierarchy)
13061 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13062 New variables.
13063
13064 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13065 configuration instead of only buffer. Change where necessary.
13066
13067 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13068 (rst-shift-region, rst-adaptive-fill): New functions for
13069 indentation and filling.
13070
13071 (rst-comment-line-break, rst-comment-indent)
13072 (rst-comment-insert-comment, rst-comment-region)
13073 (rst-uncomment-region): New functions for handling comments.
13074
13075 (rst-compile): Quote shell arguments.
13076
13077 (rst-compile-pdf-preview, rst-compile-slides-preview):
13078 Delete temporary files after use.
13079
13080 2012-05-05 Glenn Morris <rgm@gnu.org>
13081
13082 * calendar/cal-html.el: Optionally include holidays in the output.
13083 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13084 (cal-html-holidays): New option.
13085 (cal-html-css-default): Add holiday entry.
13086 (holiday-in-range): Autoload it.
13087 (cal-html-htmlify-entry): Add optional class argument.
13088 (cal-html-htmlify-list): Add optional holidays argument.
13089 (cal-html-insert-agenda-days): Include holidays in the output.
13090 (cal-html-one-month): Maybe include holidays.
13091
13092 * calendar/holidays.el (holiday-in-range):
13093 Move here from cal-tex-list-holidays.
13094 * calendar/cal-tex.el (cal-tex-list-holidays):
13095 Make it an obsolete alias for holiday-in-range. Update all callers.
13096
13097 2012-05-05 Chong Yidong <cyd@gnu.org>
13098
13099 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13100 Nextstep.
13101
13102 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
13103
13104 * files.el (file-auto-mode-skip): New var.
13105 (set-auto-mode-1): Use it.
13106
13107 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13108
13109 * repeat.el: Use lexical-binding.
13110 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13111 (repeat-undo-count): Remove.
13112 (repeat):
13113 * progmodes/octave-mod.el (octave-abbrev-start):
13114 * progmodes/f90.el (f90-abbrev-start):
13115 * face-remap.el (text-scale-adjust):
13116 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13117
13118 * emacs-lisp/pcase.el (pcase--let*): New function.
13119 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13120 a bit more.
13121 (pcase--split-pred): Be more clever about ruling out overlap between
13122 a predicate and some constant pattern.
13123 (pcase--q1): Use `null' instead of (eq foo nil).
13124
13125 * subr.el (setq-local, defvar-local): New macros.
13126 (kbd): Redefine as an alias.
13127 (with-selected-window): Leave unrelated frames alone.
13128 (set-temporary-overlay-map): New function.
13129
13130 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13131
13132 * subr.el (user-error): New function.
13133 * window.el (switch-to-buffer):
13134 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13135 (smerge-match-conflict):
13136 * simple.el (previous-matching-history-element)
13137 (next-matching-history-element, goto-history-element, undo-more)
13138 (undo-start):
13139 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13140 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13141 (next-file, tags-loop-scan, list-tags, complete-tag):
13142 * progmodes/compile.el (compilation-loop):
13143 * mouse.el (mouse-minibuffer-check):
13144 * man.el (Man-bgproc-sentinel, Man-goto-page):
13145 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13146 (Info-history-forward, Info-follow-reference, Info-menu)
13147 (Info-extract-menu-item, Info-extract-menu-counting)
13148 (Info-forward-node, Info-backward-node, Info-next-menu-item)
13149 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13150 (Info-next-reference, Info-prev-reference, Info-index)
13151 (Info-index-next, Info-follow-nearest-node)
13152 (Info-copy-current-node-name):
13153 * imenu.el (imenu--make-index-alist)
13154 (imenu-default-create-index-function, imenu-add-to-menubar):
13155 * files.el (basic-save-buffer, recover-file):
13156 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13157 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13158 (checkdoc-message-text, checkdoc-defun):
13159 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13160 * cus-edit.el (customize-changed-options, customize-rogue)
13161 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13162 (custom-variable-mark-to-reset-standard)
13163 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13164 (custom-file):
13165 * completion.el (check-completion-length):
13166 * comint.el (comint-search-arg)
13167 (comint-previous-matching-input-string-position)
13168 (comint-previous-matching-input)
13169 (comint-replace-by-expanded-history-before-point, comint-send-input)
13170 (comint-copy-old-input, comint-backward-matching-input)
13171 (comint-goto-process-mark, comint-set-process-mark):
13172 * calendar/calendar.el (calendar-cursor-to-date): Use it.
13173 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13174
13175 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13176
13177 * dabbrev.el (dabbrev--ignore-case-p): New function.
13178 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13179 Use it.
13180
13181 * files.el (automount-dir-prefix): Mark as obsolete.
13182
13183 2012-05-04 Glenn Morris <rgm@gnu.org>
13184
13185 * patcomp.el, play/bruce.el: Move to obsolete/.
13186
13187 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
13188
13189 Fix minor Y10k bugs.
13190 * arc-mode.el (archive-unixdate):
13191 * autoinsert.el (auto-insert-alist):
13192 * calc/calc-forms.el (math-this-year):
13193 * emacs-lisp/copyright.el (copyright-current-year)
13194 (copyright-update-year, copyright):
13195 * tar-mode.el (tar-clip-time-string):
13196 * time.el (display-time-update):
13197 Don't assume years have 4 digits.
13198
13199 2012-05-04 Chong Yidong <cyd@gnu.org>
13200
13201 * dos-w32.el (file-name-buffer-file-type-alist)
13202 (direct-print-region-use-command-dot-com):
13203 * ffap.el (ffap-menu-regexp):
13204 * find-file.el (ff-special-constructs):
13205 * follow.el (follow-debug):
13206 * forms.el (forms--debug):
13207 * iswitchb.el (iswitchb-all-frames):
13208 * ido.el (ido-all-frames):
13209 * emacs-lisp/timer.el (timer-max-repeats):
13210 * mail/feedmail.el (feedmail-mail-send-hook)
13211 (feedmail-mail-send-hook-queued):
13212 * mail/footnote.el (footnote-signature-separator):
13213 * mail/mailabbrev.el (mail-alias-separator-string)
13214 (mail-abbrev-mode-regexp):
13215 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13216 * progmodes/idlwave.el (idlwave-libinfo-file)
13217 (idlwave-default-completion-case-is-down)
13218 (idlwave-library-routines): Convert defvars to defcustoms.
13219
13220 * mail/rmail.el (rmail-decode-mime-charset):
13221 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13222 (idlwave-shell-fix-inserted-breaks)
13223 (idlwave-shell-activate-alt-keybindings)
13224 (idlwave-shell-use-breakpoint-glyph):
13225 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13226
13227 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13228
13229 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13230
13231 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
13232
13233 * progmodes/verilog-mode.el (font-lock-keywords):
13234 Fix mis-highligting auto. Reported by Craig Barner.
13235 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13236 defines from global name space. Reported by Dan Dever.
13237 (verilog-auto-reset, verilog-auto-reset-widths)
13238 (verilog-auto-tieoff): Support using unbased numbers for
13239 AUTORESET and AUTOTIEOFF.
13240 (verilog-submit-bug-report): Update variable list.
13241 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13242 parenthesis from not matching. Reported by Michael Rytting.
13243 (verilog-auto-template-lint): Fix hash error when linting modules
13244 with no used templates.
13245 (verilog-warn, verilog-warn-error)
13246 (verilog-warn-fatal): When non-interactive report multiple
13247 warnings before exiting. Suggested by Brad Dobbie.
13248 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13249 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13250 to report unused template errors. Reported by Brad Dobbie.
13251 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13252 nets, bug438. Reported by Vns Blore.
13253 (verilog-auto-inout-module, verilog-auto-reg)
13254 (verilog-read-decls, verilog-read-sub-decls-sig)
13255 (verilog-signals-edit-wire-reg, verilog-signals-with):
13256 Fix passing of Verilog data types in ANSI input/output ports
13257 such as "output logic" into the AUTOs. Special case "wire" and
13258 "reg" for backwards compatibility presuming Verilog 2001.
13259 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13260 (verilog-preprocess): Fix replication of preprocess output.
13261 Reported by Brad Dobbie.
13262 (verilog-auto-inst-interfaced-ports):
13263 Create verilog-auto-inst-interfaced-ports, bug429.
13264 Reported by Julian Gorfajn.
13265 (verilog-after-save-font-hook)
13266 (verilog-before-save-font-hook): New variable.
13267 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13268 (verilog-save-font-mods): Wrap disabling fontification, reported
13269 by David Rogoff.
13270 (verilog-do-indent, verilog-pretty-declarations-auto)
13271 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13272 Reported by Pierre-David Pfister.
13273 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13274 of class declarations, bug292. Reported by Kevin Heilman.
13275 (verilog-read-decls): Fix 'parameter type' not appearing in
13276 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13277 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13278 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
13279 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13280 Reported by David Kravitz.
13281
13282 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
13283
13284 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13285 assignment with tests in ifs and for loops.
13286 (verilog-extended-complete-re, verilog-complete-reg): Change so
13287 that DPI inport functions don't look like fuction declarations.
13288 (verilog-pretty-expr): Don't line up assignment
13289 operations to the test and increment in if and for loops
13290 (verilog-extended-complete-re, verilog-complete-reg): Change so
13291 that DPI inport functions don't look like fuction declarations.
13292
13293 2012-05-03 Kenichi Handa <handa@m17n.org>
13294
13295 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13296 decoding, and show a warning message without signaling an error
13297 (Bug#11282).
13298
13299 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * emacs-lisp/bytecomp.el
13302 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13303 since cconv.el might have introduced :fun-body, internal-make-closure,
13304 and friends for bytecomp to handle (bug#11391).
13305 * custom.el (defcustom): Avoid ((λ ..) ..).
13306
13307 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13308
13309 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13310
13311 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
13312
13313 * notifications.el (dbus-debug):
13314 * term/linux.el (gpm-mouse-enable):
13315 * term/screen.el (xterm-register-default-colors): Declare.
13316
13317 2012-05-02 Chong Yidong <cyd@gnu.org>
13318
13319 * cus-start.el (gc-cons-percentage, exec-suffixes)
13320 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13321 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13322 (make-cursor-line-fully-visible, void-text-area-pointer)
13323 (font-list-limit): Add customization data.
13324
13325 * allout.el (allout-exposure-change-functions)
13326 (allout-structure-added-functions)
13327 (allout-structure-deleted-functions)
13328 (allout-structure-shifted-functions): Rename abnormal hooks from
13329 *-hook, and convert to defcustoms.
13330 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13331 Convert to defcustoms.
13332 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13333
13334 * allout-widgets.el: Hook callers changed.
13335
13336 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13337
13338 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13339 the yanked message in preference to the default value of
13340 buffer-file-coding-system.
13341
13342 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13343
13344 * window.el (display-buffer--action-function-custom-type):
13345 Fix entry.
13346
13347 2012-05-02 Alan Mackenzie <acm@muc.de>
13348
13349 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13350
13351 2012-05-01 Glenn Morris <rgm@gnu.org>
13352
13353 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13354
13355 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13356
13357 * cus-edit.el (custom-variable-documentation): Simplify with format.
13358
13359 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13360 Stefan Monnier <monnier@iro.umontreal.ca>
13361
13362 * simple.el (suggest-key-bindings, execute-extended-command):
13363 Move from keyboard.c.
13364
13365 2012-05-01 Chong Yidong <cyd@gnu.org>
13366
13367 * follow.el: Eliminate advice.
13368 (set-process-filter, process-filter, sit-for): Advice deleted.
13369 (follow-mode-off-hook): Obsolete hook removed.
13370 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13371 Vars deleted.
13372 (follow-auto): Use a :set function.
13373 (follow-mode): Rewritten. Don't advise process filters.
13374 (follow-switch-to-current-buffer-all, follow-scroll-up)
13375 (follow-scroll-down): Assume follow-mode is bound.
13376 (follow-comint-scroll-to-bottom)
13377 (follow-align-compilation-windows): New functions.
13378 (follow--window-sorter): New function.
13379 (follow-all-followers): Use it to explicitly sort windows by their
13380 positions; don't make assumptions about next-window order.
13381 (follow-windows-start-end, follow-delete-other-windows-and-split)
13382 (follow-calc-win-start): Doc fix.
13383 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13384 vertical-motion unnecessarily.
13385 (follow-adjust-window): New function.
13386 (follow-post-command-hook): Use it.
13387 (follow-call-set-process-filter, follow-call-process-filter)
13388 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13389 (follow-stop-intercept-process-output, follow-generic-filter):
13390 Functions deleted.
13391 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13392 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13393 New functions, replacing advice on scroll-bar-* commands.
13394 (follow-mwheel-scroll): New function (Bug#4112).
13395
13396 * comint.el (comint-adjust-point): New function.
13397 (comint-postoutput-scroll-to-bottom): Use it.
13398 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13399
13400 2012-05-01 Glenn Morris <rgm@gnu.org>
13401
13402 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13403 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13404 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13405 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13406 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13407 Remove no-byte-compile setting.
13408
13409 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13410
13411 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13412 all-completions code to not return a number in the last cdr.
13413
13414 2012-04-30 Leo Liu <sdl.web@gmail.com>
13415
13416 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13417 read-only error.
13418
13419 2012-04-29 Chong Yidong <cyd@gnu.org>
13420
13421 * follow.el (follow-calc-win-end): Rewrite to handle partial
13422 screen lines correctly (Bug#8390).
13423 (follow-avoid-tail-recenter): Minor cleanup.
13424
13425 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13426
13427 Avoid the obsolete `assoc' package.
13428 * speedbar.el (speedbar-refresh): Avoid adelete.
13429 (speedbar-file-lists): Simplify and avoid aput.
13430 * man.el (Man--sections, Man--refpages): New vars, replacing
13431 Man-sections-alist and Man-refpages-alist.
13432 (Man-build-section-alist, Man-build-references-alist):
13433 Use them; avoid aput.
13434 (Man--last-section, Man--last-refpage): New vars.
13435 (Man-follow-manual-reference): Use them.
13436 Use the `default' arg of completing-read.
13437 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13438
13439 2012-04-27 Chong Yidong <cyd@gnu.org>
13440
13441 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13442
13443 * startup.el (x-apply-session-resources): New function.
13444
13445 * term/ns-win.el (ns-initialize-window-system):
13446 * term/w32-win.el (w32-initialize-window-system):
13447 * term/x-win.el (x-initialize-window-system): Use it to properly
13448 set menu-bar-mode and other vars from X resources, even if the
13449 initial frame is not a window-system frame (Bug#2299).
13450
13451 * subr.el (read-key): Avoid running filter function when setting
13452 up temporary tool bar entries (Bug#9922).
13453
13454 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13455
13456 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13457 (Bug#11344)
13458
13459 2012-04-27 Chong Yidong <cyd@gnu.org>
13460
13461 * select.el (xselect--encode-string): New function, split from
13462 xselect-convert-to-string.
13463 (xselect-convert-to-string): Use it.
13464 (xselect-convert-to-filename, xselect-convert-to-os)
13465 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13466 returned strings are properly encoded (Bug#11315).
13467
13468 2012-04-27 Chong Yidong <cyd@gnu.org>
13469
13470 * simple.el (delete-active-region): Move to killing custom group.
13471
13472 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13473
13474 * progmodes/which-func.el (which-func-current): Quote %
13475 characters for mode-line processing.
13476
13477 2012-04-27 Chong Yidong <cyd@gnu.org>
13478
13479 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13480 reaching eob (Bug#11286).
13481
13482 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13483
13484 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13485 (gdb): Make it buffer-local and init to zero.
13486 (gdb-control-commands-regexp): New variable.
13487 (gdb-send): Don't wrap in "-interpreter-exec console" if
13488 gdb-control-level is positive. Increment gdb-control-level
13489 whenever the command matches gdb-control-commands-regexp, and
13490 decrement it each time the command is "end". (Bug#11279)
13491
13492 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13493
13494 * window.el (adjust-window-trailing-edge, enlarge-window)
13495 (shrink-window, window-resize):
13496 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13497 windows (Bug#11276).
13498
13499 2012-04-27 Chong Yidong <cyd@gnu.org>
13500
13501 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13502 fix "missing prefix" warning. All callers changed.
13503
13504 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13505
13506 * emacs-lisp/assoc.el: Move to obsolete/.
13507
13508 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13511
13512 * term/ns-win.el (ns-define-service):
13513 * progmodes/pascal.el (pascal-goto-defun):
13514 * progmodes/js.el (js--read-tab):
13515 * progmodes/etags.el (tags-lazy-completion-table):
13516 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13517 * emacs-lisp/ewoc.el (ewoc--wrap):
13518 * emacs-lisp/assoc.el (aput, adelete, amake):
13519 * doc-view.el (doc-view-convert-current-doc):
13520 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13521
13522 2012-04-26 Chong Yidong <cyd@gnu.org>
13523
13524 * image.el (image-type-from-buffer): Only return supported image
13525 type (Bug#9045).
13526
13527 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13528 value, for symmetry with diff-end-of-hunk.
13529 (diff-split-hunk, diff-find-source-location)
13530 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13531 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13532 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13533 compute the relevant hunk or file properly (Bug#6005).
13534 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13535
13536 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13537
13538 * vc/vc-mtn.el:
13539 * vc/vc-hg.el:
13540 * vc/vc-git.el:
13541 * vc/vc-dir.el:
13542 * vc/vc-cvs.el:
13543 * vc/vc-bzr.el:
13544 * vc/vc-arch.el:
13545 * vc/vc.el: Replace lexical-let by lexical-binding.
13546 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13547 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13548 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13549
13550 2012-04-26 Chong Yidong <cyd@gnu.org>
13551
13552 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13553 (diff-mode-shared-map): Bind it to / and [remap undo].
13554
13555 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13556 (ediff-window-setup-function): Use it as the default, to set up
13557 windows based on whether the current frame is graphical (Bug#2138).
13558 (ediff-choose-window-setup-function-automatically): Make obsolete.
13559
13560 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13561
13562 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 * ffap.el: Remove old code for obsolete package.
13565 (ffap-complete-as-file-p): Remove.
13566
13567 Use completion-table-with-quoting for comint and pcomplete.
13568 * comint.el (comint--unquote&requote-argument)
13569 (comint--unquote-argument, comint--requote-argument): New functions.
13570 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13571 (comint-quote-filename): Use regexp-opt-charset.
13572 (comint--common-suffix, comint--common-quoted-suffix)
13573 (comint--table-subvert): Remove.
13574 (comint-unquote-function, comint-requote-function): New vars.
13575 (comint--complete-file-name-data): Use them with
13576 completion-table-with-quoting.
13577 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13578 * pcomplete.el (pcomplete-arg-quote-list)
13579 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13580 (pcomplete-unquote-argument-function): Default to non-nil.
13581 (pcomplete-unquote-argument): Simplify.
13582 (pcomplete--common-quoted-suffix): Remove.
13583 (pcomplete-requote-argument-function): New var.
13584 (pcomplete--common-suffix): New function.
13585 (pcomplete-completions-at-point): Use completion-table-with-quoting
13586 and completion-table-subvert.
13587
13588 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13589 (minibuffer--double-dollars): Preserve properties.
13590 (completion--sifn-requote): New function.
13591 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13592
13593 * minibuffer.el: Add support for completion of quoted/escaped data.
13594 (completion-table-with-quoting, completion-table-subvert): New funs.
13595 (completion--twq-try, completion--twq-all): New functions.
13596 (completion--nth-completion): New function.
13597 (completion-try-completion, completion-all-completions): Use it.
13598
13599 2012-04-25 Leo Liu <sdl.web@gmail.com>
13600
13601 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13602 Use compilation-message if available to find real filename.
13603
13604 2012-04-25 Chong Yidong <cyd@gnu.org>
13605
13606 * vc/diff-mode.el (diff-setup-whitespace): New function.
13607 (diff-mode): Use it.
13608
13609 * vc/diff.el (diff-sentinel):
13610 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13611 Whitespace mode variables based on diff style (Bug#8612).
13612
13613 2012-04-25 Leo Liu <sdl.web@gmail.com>
13614
13615 * progmodes/python.el (python-send-region): Add suffix .py to the
13616 temp file.
13617
13618 * files.el (auto-mode-alist): Use javascript-mode instead.
13619
13620 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13621
13622 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13623
13624 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13625 (soap-resolve-references-for-array-type): Hack to prevent self
13626 references, see Bug#9.
13627 (soap-parse-envelope): Report the contents of the 'detail' node
13628 when receiving a fault reply.
13629 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13630
13631 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13632 (soap-inspect-simple-type): New function.
13633
13634 * net/soap-client.el (soap-simple-type): New struct.
13635 (soap-default-xsd-types, soap-default-soapenc-types)
13636 (soap-decode-basic-type, soap-encode-basic-type):
13637 support unsignedInt and double basic types.
13638 (soap-resolve-references-for-simple-type)
13639 (soap-parse-simple-type, soap-encode-simple-type): New function.
13640 (soap-parse-schema): Parse xsd:simpleType declarations.
13641
13642 * net/soap-client.el (soap-default-xsd-types)
13643 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13644 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13645 the local name of "soapenc:Array".
13646 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13647 decoding integer, byte and anyURI xsd types.
13648
13649 2012-04-25 Chong Yidong <cyd@gnu.org>
13650
13651 * cus-edit.el (custom-buffer-create-internal): Update header text.
13652
13653 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13654
13655 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13656 settings on 'system-type', not on 'window-system'. On MS-Windows,
13657 set interactive-mode on in GDB.
13658
13659 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13660
13661 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13662 (ruby-syntax-propertize-regexp): Remove.
13663 (ruby-syntax-propertize-function): Split regexp into chunks.
13664 Match following code directly.
13665
13666 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13667
13668 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13669 (ruby-syntax-propertize-regexp): New function.
13670 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13671 by a special keyword.
13672
13673 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13674 (ruby-syntax-general-delimiters-goto-beg)
13675 (ruby-syntax-propertize-general-delimiters): New functions.
13676 (ruby-syntax-propertize-function): Use them to handle GDL.
13677 (ruby-font-lock-keywords): Move old handling of GDL...
13678 (ruby-font-lock-syntactic-keywords): .. to here.
13679 (ruby-calculate-indent): Adjust indentation for GDL.
13680
13681 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13682
13683 * notifications.el (top): Remove unneeded declarations.
13684 (notifications-specification-version): Change to "1.2".
13685 (notifications-interface, notifications-notify-method)
13686 (notifications-close-notification-method): Fix docstring.
13687 (notifications-get-capabilities-method): New defconst.
13688 (notifications-notify): Add :action-items, :resident and
13689 :transient hints. Change "image_data" to "image-data" and
13690 "image_path" to "image-path".
13691 (notifications-get-capabilities): New defun.
13692
13693 2012-04-24 Leo Liu <sdl.web@gmail.com>
13694
13695 * progmodes/python.el: Move hideshow setup to the end.
13696
13697 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13698
13699 * window.el (handle-select-window): Clear echo area since this is
13700 no more done by read_char (Bug#11304).
13701
13702 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13703
13704 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13705 and `/ M' to filter-derived-mode.
13706 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13707 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13708 (ibuffer-mark-by-mode): Use default rather than initial-input.
13709 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13710
13711 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13712
13713 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13714 (ibuffer-filter-by-derived-mode): New filter.
13715 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13716
13717 2012-04-23 Andreas Politz <politza@fh-trier.de>
13718
13719 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13720
13721 2012-04-23 Chong Yidong <cyd@gnu.org>
13722
13723 * cus-edit.el (customize-apropos, customize-apropos-options):
13724 Disable matching of non-option variables (Bug#11176).
13725 (customize-option, customize-option-other-window)
13726 (customize-changed-options): Doc fix.
13727 (customize-apropos-options, customize-apropos-faces)
13728 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13729
13730 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13731 Fix word list splitting (Bug#11132).
13732 (apropos-symbol, apropos-keybinding, apropos-label)
13733 (apropos-property, apropos-function-button)
13734 (apropos-variable-button, apropos-misc-button): New faces.
13735 (apropos-symbol-face, apropos-keybinding-face)
13736 (apropos-label-face, apropos-property-face, apropos-match-face):
13737 Variables removed (Bug#8396).
13738 (apropos-library-button, apropos-format-plist, apropos-print)
13739 (apropos-print-doc, apropos-describe-plist): Callers changed.
13740
13741 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13742
13743 * net/xesam.el (xesam-mode-map): Use let-bound map in
13744 initialization. (Bug#11292)
13745
13746 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13747
13748 Preserve ispell session localwords when switching back to
13749 original buffer.
13750
13751 * textmodes/ispell.el (ispell-buffer-session-localwords):
13752 New buffer-local variable to hold buffer session localwords.
13753 (ispell-kill-ispell): Add option 'clear to delete session
13754 localwords.
13755 (ispell-command-loop, ispell-change-dictionary)
13756 (ispell-buffer-local-words): Preserve session localwords when
13757 needed.
13758
13759 * textmodes/flyspell.el (flyspell-process-localwords)
13760 (flyspell-do-correct): Preserve session localwords when needed.
13761
13762 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13763
13764 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13765 using obsolete `translation-table-for-input'.
13766 (ispell-word, ispell-process-line, ispell-complete-word):
13767 Use plain `insert' instead of removed `ispell-insert-word'.
13768
13769 2012-04-22 Chong Yidong <cyd@gnu.org>
13770
13771 * cus-edit.el (custom-variable-menu)
13772 (custom-variable-reset-saved, custom-face-menu)
13773 (custom-face-reset-saved): If there is no saved value, make the
13774 "reset-saved" operation bring back the default (Bug#9509).
13775 (custom-face-state): Properly detect themed faces.
13776
13777 * faces.el (face-spec-set): Stop supporting deprecated form of
13778 third arg.
13779
13780 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13781
13782 Move functions from C to Lisp. Make non-blocking method calls
13783 the default. Implement further D-Bus standard interfaces.
13784
13785 * net/dbus.el (dbus-message-internal): Declare function.
13786 Remove unneeded function declarations.
13787 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13788 (dbus-message-type-method-return, dbus-message-type-error)
13789 (dbus-message-type-signal): Declare variables. Remove local
13790 definitions.
13791 (dbus-interface-dbus, dbus-interface-peer)
13792 (dbus-interface-introspectable, dbus-interface-properties)
13793 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13794 Adapt docstring.
13795 (dbus-interface-objectmanager): New defconst.
13796 (dbus-call-method, dbus-call-method-asynchronously)
13797 (dbus-send-signal, dbus-method-return-internal)
13798 (dbus-method-error-internal, dbus-register-service)
13799 (dbus-register-signal, dbus-register-method): New defuns, moved
13800 from dbusbind.c
13801 (dbus-call-method-handler, dbus-setenv)
13802 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13803 New defuns.
13804 (dbus-call-method-non-blocking): Make it an obsolete function.
13805 (dbus-unregister-object, dbus-unregister-service)
13806 (dbus-handle-event, dbus-register-property)
13807 (dbus-property-handler): Obey the new structure of
13808 `bus-registered-objects'.
13809 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13810 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13811 Use `dbus-call-method'.
13812
13813 2012-04-22 Chong Yidong <cyd@gnu.org>
13814
13815 * cus-edit.el (custom-commands, custom-reset-menu)
13816 (Custom-reset-standard): Tweak labels.
13817 (custom-reset-button-menu): Change default to t.
13818 (custom-buffer-create-internal): For the custom-reset-button-menu
13819 case, put the revert button first.
13820 (custom-group-subtitle): New face.
13821 (custom-group-value-create): Align docstring to a specific column.
13822
13823 * wid-edit.el (widget-documentation-link-add): Don't handle
13824 indentation in this function.
13825 (widget-documentation-string-indent-to): New function.
13826 (widget-documentation-string-value-create): Use it.
13827
13828 * autorevert.el (auto-revert):
13829 * epg-config.el (epg):
13830 * ibuffer.el (ibuffer):
13831 * mpc.el (mpc):
13832 * ses.el (ses):
13833 * eshell/eshell.el (eshell):
13834 * net/ange-ftp.el (ange-ftp):
13835 * progmodes/ebnf2ps.el (postscript):
13836 * progmodes/flymake.el (flymake):
13837 * progmodes/prolog.el (prolog):
13838 * progmodes/verilog-mode.el (verilog-mode):
13839 * progmodes/which-func.el (which-func):
13840 * term/xterm.el (xterm):
13841 * textmodes/picture.el (picture):
13842 * textmodes/tildify.el (tildify):
13843 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13844 customization buffers.
13845
13846 2012-04-22 Alan Mackenzie <acm@muc.de>
13847
13848 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13849 Adding a ) can hide the resulting (..) from searches. Fix it.
13850 Bound the backward search to the position of the existing (.
13851
13852 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13853
13854 * progmodes/verilog-mode.el (verilog-mode): Check whether
13855 which-func-modes is t before adding verilog-mode.
13856 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13857
13858 2012-04-21 Leo Liu <sdl.web@gmail.com>
13859
13860 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13861
13862 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13863
13864 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13865 filling of the last column of a table (Bug#5635).
13866 (woman-find-next-control-line): New arg, specifying an additional
13867 regexp component for the control line.
13868 (woman2-roff-buffer): Use it.
13869 (woman-break-table): New function.
13870 (woman2-TS): Use it.
13871
13872 2012-04-21 Chong Yidong <cyd@gnu.org>
13873
13874 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13875 (woman-horizontal-escapes, woman-negative-vertical-space)
13876 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13877 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13878
13879 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13880
13881 * minibuffer.el (completion-file-name-table): Complete user names.
13882
13883 2012-04-20 Leo Liu <sdl.web@gmail.com>
13884
13885 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13886 and pcase-let*.
13887
13888 2012-04-20 Chong Yidong <cyd@gnu.org>
13889
13890 * server.el (server-execute): Respect initial-buffer-choice if it
13891 is a string and there are no files to open (Bug#2825).
13892 (server-create-window-system-frame, server-create-tty-frame):
13893 Don't switch buffers here.
13894 (server-process-filter): Only try to open a window system frame if
13895 compiled with graphical support (Bug#8314).
13896
13897 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13898
13899 * battery.el (battery-echo-area-format): Display remaining time
13900 for sysfs backend too (Bug#11269).
13901 (battery-linux-sysfs): Fix conditional for the charge.
13902
13903 2012-04-20 Chong Yidong <cyd@gnu.org>
13904
13905 * progmodes/gdb-mi.el (gdb): Revert previous change.
13906 (gdb-inferior-io--init-proc): New function.
13907 (gdb-init-1): Use it.
13908 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13909 responsible for allocating a new pty and hooking it to gdb when
13910 the old pty gets an EIO due to process exit.
13911 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13912 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13913 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13914
13915 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13916
13917 * window.el (window-min-size, window-sizable, window-min-delta)
13918 (window-max-delta, window--resizable, window-resizable)
13919 (window-total-size, window-full-height-p, window-full-width-p)
13920 (window-in-direction, window--resize-mini-window, window-resize)
13921 (window--resize-child-windows-normal)
13922 (window--resize-child-windows, window--resize-siblings)
13923 (window--resize-this-window, adjust-window-trailing-edge)
13924 (enlarge-window, shrink-window): Doc fixes.
13925
13926 2012-04-20 Chong Yidong <cyd@gnu.org>
13927
13928 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13929 New function to call delete-process on the gdb-inferior buffer's pty.
13930 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13931 pty process (Bug#11273).
13932 (gdb-update): New arg to suppress talking to the gdb process.
13933 (gdb-done-or-error): Use it.
13934 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13935 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13936 sentinel not being called.
13937
13938 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13939
13940 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13941
13942 2012-04-20 Glenn Morris <rgm@gnu.org>
13943
13944 * net/network-stream.el (open-network-stream): Doc fix.
13945
13946 2012-04-20 Chong Yidong <cyd@gnu.org>
13947
13948 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13949
13950 2012-04-20 Alan Mackenzie <acm@muc.de>
13951
13952 Ensure searching for keywords is case sensitive.
13953
13954 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13955 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13956 (c-defun-name, c-mark-function, c-cpp-define-name)
13957 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13958 (c-context-line-break): Bind case-fold-search to nil.
13959
13960 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13961 Bind case-fold-search to nil.
13962
13963 2012-04-20 Chong Yidong <cyd@gnu.org>
13964
13965 * mail/sendmail.el (mail-bury): Call return action with the right
13966 Rmail buffer (Bug#11242).
13967
13968 * server.el (server-process-filter): Handle corner case where both
13969 tty and nowait options are present (Bug#11102).
13970
13971 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13972
13973 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13974 (top level): Put into the executable the ident-style '$Id:' tag on
13975 windows-nt as well.
13976
13977 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * electric.el (electric-indent-post-self-insert-function): Check that
13980 electric-indent-mode is enabled in current buffer.
13981
13982 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13983
13984 * imenu.el (imenu-progress-message): Restore; it is "used" in
13985 erc/erc-imenu.el and net/snmp-mode.el.
13986
13987 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13988
13989 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13990 (mouse-avoidance-nudge-mouse): Remove unused binding.
13991
13992 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13993
13994 * descr-text.el (describe-char):
13995 * progmodes/python.el (python-describe-symbol):
13996 Don't call `toggle-read-only', set `buffer-read-only'.
13997
13998 * imenu.el (imenu-default-goto-function): Mark unused args.
13999 (imenu-progress-message): Remove obsolete macro; all callers changed.
14000
14001 * subr.el (keymap-canonicalize): Remove unused binding.
14002 (read-passwd): Mark unused arg.
14003
14004 * tutorial.el (tutorial--display-changes): Remove unused binding.
14005 (tutorial--save-tutorial-to): Remove unused variable.
14006
14007 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14008 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14009 (package-generate-autoloads, package-menu--generate)
14010 (package-menu--find-upgrades): Remove unused bindings.
14011
14012 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14013 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
14014 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14015 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14016 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14017 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14018 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14019 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14020 (cua-delete-char-rectangle): Mark unused args.
14021 (cua-align-rectangle): Remove unused binding.
14022
14023 * mail/rmail.el (compilation--message->loc)
14024 (epa--find-coding-system-for-mime-charset): Declare.
14025
14026 * net/dbus.el (dbus-register-service): Declare.
14027 (dbus-name-owner-changed-handler): Remove unused binding.
14028
14029 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14030 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14031 (nxml-scan-backward-within): Mark unused arg.
14032 (nxml-dynamic-markup-word): Remove unused binding.
14033
14034 * mouse.el (mouse-menu-major-mode-map):
14035 * emacs-lisp/authors.el (authors-scan-change-log)
14036 (authors-add-to-author-list):
14037 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14038 * emacs-lisp/smie.el (smie-auto-fill):
14039 * mail/sendmail.el (mail-bury):
14040 * mail/unrmail.el (unrmail):
14041 * net/tls.el (open-tls-stream):
14042 * textmodes/picture.el (picture-mouse-set-point):
14043 Remove unused bindings.
14044
14045 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
14046
14047 * net/tramp.el (tramp-action-password): Let-bind
14048 `enable-recursive-minibuffers' to t.
14049
14050 2012-04-18 Sam Steingold <sds@gnu.org>
14051
14052 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14053 instead of 'string to accommodate values like [f11].
14054 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14055 * progmodes/gdb-mi.el: Likewise.
14056
14057 2012-04-18 Leo Liu <sdl.web@gmail.com>
14058
14059 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14060 current buffer.
14061 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14062 LOCAL is nil.
14063
14064 2012-04-18 Chong Yidong <cyd@gnu.org>
14065
14066 * simple.el (line-move): Use forward-line if in batch mode
14067 (Bug#11053).
14068
14069 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
14070
14071 * files.el (after-find-file): Do not try to add a final newline if
14072 the buffer is read-only (Bug#11156).
14073
14074 2012-04-17 Richard Stallman <rms@gnu.org>
14075
14076 * mail/rmail.el (rmail-start-mail):
14077 Pass (rmail-mail-return...) for the return-action.
14078 Pass (rmail-yank-current-message...) for the yank-action.
14079 (rmail-yank-current-message): New function.
14080 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14081 (rmail-reply): Likewise.
14082 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14083
14084 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14085 buffer, not the last. Reject temp buffers. Use the rmail-mode
14086 buffer, not newbuf.
14087
14088 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
14089
14090 * server.el (server-ensure-safe-dir): Simplify.
14091
14092 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14093
14094 * emacs-lisp/smie.el: Provide smarter auto-filling.
14095 (smie-auto-fill): New function.
14096 (smie-setup): Use it.
14097
14098 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14099
14100 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
14101
14102 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14103 (comment-indent): Use it.
14104
14105 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
14106
14107 * ses.el: The overall change is to add cell renaming, that is
14108 setting fancy names for cell symbols other than name matching
14109 "\\`[A-Z]+[0-9]+\\'" regexp .
14110 (ses-localvars): Add ses--renamed-cell-symb-list.
14111 (ses-create-cell-variable): New defun.
14112 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14113 (ses-relocate-formula): Relocate formulas only for cells the
14114 symbols of which are not renamed, i.e. symbols whose names do not
14115 match regexp "\\`[A-Z]+[0-9]+\\'".
14116 (ses-relocate-all): Relocate values only for cells the symbols of
14117 which are not renamed.
14118 (ses-load): Create cells variables as the (ses-cell ...) are read,
14119 in order to check row col consistency with cell symbol name only
14120 for cells that are not renamed.
14121 (ses-replace-name-in-formula): New defun.
14122 (ses-rename-cell): New defun.
14123
14124 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
14125
14126 * progmodes/perl-mode.el (perl-indent-parens-as-block):
14127 New option (bug#11118).
14128 (perl-calculate-indent): Respect it.
14129
14130 2012-04-17 Glenn Morris <rgm@gnu.org>
14131
14132 * dired-aux.el (dired-mark-read-string): Doc fix.
14133
14134 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14135
14136 * dired-aux.el (dired-mark-read-string): Offer optional completion.
14137 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
14138
14139 2012-04-17 Glenn Morris <rgm@gnu.org>
14140
14141 * mouse.el (mouse-drag-track):
14142 * speedbar.el (speedbar-frame-mode):
14143 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14144
14145 2012-04-16 Leo Liu <sdl.web@gmail.com>
14146
14147 * progmodes/python.el: Trivial cleanup.
14148
14149 2012-04-16 Glenn Morris <rgm@gnu.org>
14150
14151 * vc/vc.el (vc-string-prefix-p):
14152 * vc/pcvs-util.el (cvs-string-prefix-p):
14153 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14154 * mpc.el (mpc-string-prefix-p):
14155 Make all of these into obsolete aliases for string-prefix-p.
14156 Update callers.
14157 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14158
14159 * textmodes/two-column.el: Move custom options to the start.
14160 (frame-width): Remove compat definition.
14161 (2C-associate-buffer, 2C-dissociate):
14162 Use with-current-buffer rather than save-excursion.
14163 (2C-dissociate): Force a mode-line update.
14164 (2C-autoscroll): Use ignore-errors.
14165
14166 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14167 Autoload trivia.
14168
14169 * emacs-lisp/cl-extra.el (*random-state*):
14170 Remove unnecessary declaration.
14171
14172 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14173
14174 * play/cookie1.el (cookie-snarf):
14175 Give an explicit error if input file cannot be read.
14176
14177 * play/yow.el (yow-file): Use expand-file-name rather than concat.
14178
14179 * progmodes/perl-mode.el (c-macro-expand):
14180 Remove unnecessary autoload (it is in loaddefs.el).
14181
14182 * textmodes/picture.el (picture-desired-column)
14183 (picture-update-desired-column): Convert comments to doc-strings.
14184 (picture-substitute): Remove function.
14185 (picture-mode-map): Initialize in the defvar.
14186
14187 * woman.el: Remove eval-after-load for tar-mode.
14188 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14189 (woman-tar-extract-file): Autoload it.
14190
14191 * frame.el (automatic-hscrolling): Make this alias obsolete.
14192
14193 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14194
14195 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14196 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14197 (ispell-dictionary-base-alist): Revert to original XEmacs
14198 friendly version for default. [:alpha:] will be added in
14199 `ispell-set-spellchecker-params' if needed.
14200
14201 2012-04-16 Chong Yidong <cyd@gnu.org>
14202
14203 * image.el (imagemagick--file-regexp): New variable.
14204 (imagemagick-register-types): Use it.
14205 (imagemagick-types-inhibit): Add :set function. Allow new value
14206 of t to inhibit all types.
14207
14208 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14209 so we can preload it.
14210
14211 * loadup.el (fboundp): Preload regexp-opt, needed by
14212 imagemagick-register-types.
14213
14214 2012-04-15 Chong Yidong <cyd@gnu.org>
14215
14216 * frame.el (scrolling): Remove nearly unused customization group.
14217
14218 * scroll-all.el (scroll-all-mode): Move to windows group.
14219
14220 2012-04-15 Chong Yidong <cyd@gnu.org>
14221
14222 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14223
14224 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14225
14226 Avoid the use of ((lambda ...) ...) in lexical-binding code.
14227 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14228
14229 2012-04-15 Glenn Morris <rgm@gnu.org>
14230
14231 * simple.el (process-file-side-effects): Doc fix.
14232
14233 2012-04-15 Glenn Morris <rgm@gnu.org>
14234
14235 * international/mule-cmds.el (set-language-environment): Doc fix.
14236
14237 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14238
14239 * server.el (server-auth-key, server-generate-key): Doc fixes.
14240 (server-get-auth-key): Doc fix. Use `string-match-p'.
14241 (server-start): Reflow docstring.
14242
14243 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
14244
14245 * server.el (server-generate-key): `called-interactively-p'
14246 requires a parameter.
14247
14248 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
14249
14250 * server.el (server-auth-key): New variable.
14251 (server-generate-key, server-get-auth-key): New function.
14252 (server-start): Use the new variable and functions to allow
14253 setting a permanent server key (bug#9423).
14254
14255 2012-04-14 Leo Liu <sdl.web@gmail.com>
14256
14257 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14258
14259 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14260
14261 Spelling fixes.
14262 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14263 Emacs uses American spelling.
14264
14265 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14266
14267 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14268 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14269 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14270 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14271
14272 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * progmodes/which-func.el (which-func-modes): Change default.
14275
14276 2012-04-14 Kim F. Storm <storm@cua.dk>
14277
14278 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14279 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14280
14281 2012-04-14 Chong Yidong <cyd@gnu.org>
14282
14283 * custom.el (custom-theme-set-variables): Doc fix.
14284
14285 2012-04-14 Glenn Morris <rgm@gnu.org>
14286
14287 * international/mule.el (set-auto-coding-for-load): Doc fix.
14288
14289 2012-04-14 Alan Mackenzie <acm@muc.de>
14290
14291 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14292 imenu work again for Objective C Mode. Correct the *-index values,
14293 these having been disturbed by a previous change in 2011-08.
14294
14295 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14296 Correct two search limits.
14297
14298 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14299
14300 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14301
14302 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
14303
14304 * international/characters.el: Fix sorting.
14305
14306 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14307
14308 * international/characters.el: Add more missing Latin case pairs.
14309
14310 2012-04-14 Glenn Morris <rgm@gnu.org>
14311
14312 * files.el (dir-locals-set-class-variables): Doc fix.
14313
14314 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14315
14316 * international/characters.el: Add set-case-syntax-pair call for
14317 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14318 counterpart. (Bug#11209)
14319
14320 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14321
14322 2012-04-14 Glenn Morris <rgm@gnu.org>
14323
14324 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14325
14326 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14327
14328 * textmodes/ispell.el (ispell-dictionary-base-alist):
14329 Add data for Hebrew.
14330
14331 2012-04-14 Chong Yidong <cyd@gnu.org>
14332
14333 * net/rcirc.el (rcirc-cmd-quit):
14334 Revert 2012-03-18 change (Bug#11192).
14335
14336 2012-04-14 Glenn Morris <rgm@gnu.org>
14337
14338 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14339
14340 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14341
14342 * minibuffer.el (completion-in-region-mode-map):
14343 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14344
14345 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14346
14347 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14348
14349 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14350
14351 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14352 to allow `C-M-f' and `C-M-b' to move to the nearest path
14353 separator (bug#9511).
14354
14355 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14356
14357 * avoid.el: Require cl when compiling. And also move the
14358 `provide' to the end.
14359
14360 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14361
14362 * avoid.el (mouse-avoidance-banish-position): New variable.
14363 (mouse-avoidance-banish-destination): Use it (bug#10165).
14364
14365 2012-04-13 Leo Liu <sdl.web@gmail.com>
14366
14367 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14368
14369 2012-04-13 Ken Brown <kbrown@cornell.edu>
14370
14371 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14372 this is no longer needed now that cygstart understands file:// URLs.
14373 (browse-url-filename-alist): For the same reason, don't modify
14374 file:// URLs on Cygwin.
14375
14376 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14377
14378 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14379 the region on shift if the binding is already shifted (bug#11221).
14380
14381 2012-04-12 Glenn Morris <rgm@gnu.org>
14382
14383 * mail/mailpost.el: Move to obsolete/.
14384
14385 2012-04-12 Drew Adams <drew.adams@oracle.com>
14386
14387 * imenu.el (imenu--generic-function): Ignore invisible definitions
14388 (bug#10123).
14389
14390 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14391
14392 * hexl.el (hexl-bits): New variable.
14393 (hexl-options): Mention the variable in the doc string.
14394 (hexl-rulerise, hexl-line-displen): New functions.
14395 (hexl-mode): Mention the new variable.
14396 (hexl-mode, hexl-current-address, hexl-current-address):
14397 Use the displen.
14398 (hexl-ascii-start-column): New function.
14399 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14400 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14401
14402 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14403
14404 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14405 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14406 the encoding, as expected by hunspell.
14407
14408 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14409
14410 * battery.el (battery--linux-sysfs-regexp): New const.
14411 (battery-status-function): Use it. Remove yeeloong special case.
14412 (battery-yeeloong-sysfs): Remove.
14413 (battery-echo-area-format): Remove yeeloong special case.
14414
14415 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14418 Reported by Noah Friedman.
14419
14420 * subr.el (read-passwd): Use read-string.
14421
14422 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14423
14424 * vcursor.el (vcursor-move): Increase the priority of the overlay
14425 (bug#9663).
14426
14427 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14428
14429 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14430 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14431
14432 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14433
14434 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14435 define-minor-mode (bug#10760).
14436
14437 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14438
14439 * progmodes/grep.el (rgrep): Tweak the find command line so
14440 that directories matching `grep-find-ignored-files' won't be
14441 pruned (bug#10351).
14442
14443 2012-04-11 Chong Yidong <cyd@gnu.org>
14444
14445 * startup.el (command-line): Remove support for long-obsolete
14446 variable font-lock-face-attributes.
14447
14448 2012-04-11 Glenn Morris <rgm@gnu.org>
14449
14450 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14451
14452 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * window.el (window--state-get-1): Obey window-point-insertion-type.
14455
14456 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14457
14458 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14459 to previous function when point is on the first character of a
14460 function. Take care of that in `narrow-to-defun' (bug#6157).
14461
14462 2012-04-11 Glenn Morris <rgm@gnu.org>
14463
14464 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14465 not just file-errors.
14466
14467 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14468 (vc-bzr-sha1): Use internal sha1.
14469
14470 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14471
14472 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14473
14474 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
14475
14476 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14477 that start in the middle of the line (bug#10496).
14478
14479 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14480
14481 * battery.el (battery-linux-proc-acpi): Only one battery is
14482 discharged at a time, but that seems to confuse battery.el when
14483 computing `rate-type' for the battery not being discharged
14484 (bug#10332).
14485
14486 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14487
14488 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14489
14490 * international/quail.el: Use dolist and simplify.
14491 (quail-define-package, quail-update-keyboard-layout)
14492 (quail-define-rules): Use dolist.
14493 (quail-insert-kbd-layout, quail-get-translation): CSE.
14494
14495 * tmm.el: Use dolist, remove left over hook.
14496 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14497 Use dolist.
14498 (calendar-load-hook): Don't mess with it.
14499
14500 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14501 Use derived-mode-p. Run the diff asynchronously.
14502
14503 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14504
14505 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14506
14507 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14508
14509 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14510 (list-dynamic-libraries--loaded): New function.
14511 (list-dynamic-libraries--refresh): Use it.
14512
14513 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14514
14515 * progmodes/python.el (python-fill-paragraph):
14516 Make python-fill-region in a multiline string work when font-lock is
14517 disabled (bug#7018).
14518
14519 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
14520
14521 * language/european.el (cp775): Add oem/legacy (en)coding on
14522 DOS/MS Windows for the Baltic languages. There are still plenty
14523 of texts written in this encoding/codepage (bug#6519).
14524
14525 2012-04-10 Glenn Morris <rgm@gnu.org>
14526
14527 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14528 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14529
14530 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14531
14532 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14533 next-line "n" and previous-line "p" in order to make recentf more
14534 consistent with ibuffer, dired or org-mode (bug#9387).
14535
14536 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14537
14538 * image.el (put-image): Return the overlay created instead of the
14539 optional input string (bug#7834). Note that this may break code
14540 that is (for some reason or other) depending on `put-image'
14541 returning the string.
14542
14543 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14544
14545 * simple.el (zap-to-char): Allow zapping using input methods
14546 (bug#1580).
14547
14548 * textmodes/fill.el (fill-region): Leave point and mark where they
14549 were before filling (bug#5399).
14550
14551 2012-04-09 Glenn Morris <rgm@gnu.org>
14552
14553 * version.el (emacs-bzr-get-version):
14554 Handle lightweight checkouts of local branches.
14555
14556 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14557
14558 * international/characters.el: Recover lost case pairs. (Bug#11209)
14559
14560 2012-04-09 Chong Yidong <cyd@gnu.org>
14561
14562 * custom.el (custom-variable-p): Return nil for non-symbol
14563 arguments instead of signaling an error.
14564 (user-variable-p): Obsolete alias for custom-variable-p.
14565
14566 * apropos.el (apropos-variable):
14567 * files-x.el (read-file-local-variable):
14568 * simple.el (set-variable):
14569 * woman.el (woman-mini-help):
14570 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14571
14572 2012-04-09 Glenn Morris <rgm@gnu.org>
14573
14574 * startup.el (normal-top-level): Don't look for leim-list.el
14575 in places where it will not be found. (Bug#910)
14576
14577 * international/mule-cmds.el (set-default-coding-systems):
14578 * files.el (normal-mode):
14579 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14580 This function was removed with ucs-tables.el in 2008.
14581
14582 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14583
14584 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14585 ispell-encoding8-command to "-i", without a trailing space.
14586 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14587 separate command-line arguments, to specify the encoding, since
14588 that's how hunspell expects it.
14589
14590 2012-04-08 Glenn Morris <rgm@gnu.org>
14591
14592 * loadup.el: Load bindings before cus-start.
14593 This reduces somewhat the number of "rogue" settings in emacs -Q.
14594
14595 2012-04-07 Glenn Morris <rgm@gnu.org>
14596
14597 * version.el (emacs-bzr-get-version): New function.
14598 (emacs-bzr-version): New variable.
14599 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14600 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14601
14602 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14603
14604 * international/uni-bidi.el, international/uni-category.el:
14605 * international/uni-combining.el, international/uni-decimal.el:
14606 * international/uni-decomposition.el, international/uni-digit.el:
14607 * international/uni-lowercase.el, international/uni-mirrored.el:
14608 * international/uni-name.el, international/uni-numeric.el:
14609 * international/uni-titlecase.el, international/uni-uppercase.el:
14610 Update for Unicode 6.1.
14611
14612 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14613
14614 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14615
14616 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14617
14618 * window.el (shrink-window): Mention the `window-min-height'
14619 variable in the doc string.
14620
14621 2012-04-05 Bastien Guerry <bzg@altern.org>
14622
14623 * color.el (color-lighten-name): Fix typo.
14624
14625 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14626
14627 * server.el (server--on-display-p): New function.
14628 (server--on-display-p): Use it.
14629
14630 2012-04-04 GĂ¡bor Vida <vidagabor@gmail.com> (tiny change)
14631
14632 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14633 (bug#11145).
14634
14635 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14636
14637 * comint.el (comint--common-quoted-suffix): Check string boundary
14638 before comparing (bug#11158).
14639 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14640
14641 2012-04-04 Chong Yidong <cyd@gnu.org>
14642
14643 * minibuffer.el (completion-extra-properties): Doc fix.
14644
14645 * subr.el (delayed-warnings-hook): Doc fix.
14646
14647 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14648
14649 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14650 selection (Bug#11159).
14651 (epa-insert-keys): Inform that the default public key will be
14652 exported if no key is selected.
14653
14654 2012-04-04 Richard Stallman <rms@gnu.org>
14655
14656 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14657
14658 2012-04-03 Chong Yidong <cyd@gnu.org>
14659
14660 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14661 mail-insert-file, not its obsolete alias mail-attach-file.
14662
14663 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14664
14665 * notifications.el (notifications-notify): Fix docstring.
14666
14667 2012-04-02 Glenn Morris <rgm@gnu.org>
14668
14669 * emacs-lisp/authors.el (authors-aliases): Another addition.
14670
14671 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14672
14673 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14674 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14675 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14676
14677 2012-04-01 Chong Yidong <cyd@gnu.org>
14678
14679 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14680 Handle root directory properly.
14681 (copy-directory): Caller changed.
14682
14683 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14684 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14685
14686 2012-03-31 Glenn Morris <rgm@gnu.org>
14687
14688 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14689
14690 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14691
14692 * calendar/calendar.el (calendar-window-list)
14693 (calendar-hide-window): Restore. (Bug#11140)
14694 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14695
14696 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14697
14698 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14699
14700 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14701 Check if file is a symlink (Bug#10489).
14702
14703 * files.el (copy-directory): Likewise.
14704
14705 2012-03-30 Chong Yidong <cyd@gnu.org>
14706
14707 * image.el (imagemagick-types-inhibit)
14708 (imagemagick-register-types): Doc fix.
14709
14710 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14711
14712 * textmodes/ispell.el (ispell-get-extended-character-mode):
14713 Disable extended-char-mode for hunspell. hunspell does not support it
14714 and treats ~word as ordinary words in pipe mode.
14715
14716 2012-03-30 Glenn Morris <rgm@gnu.org>
14717
14718 * tutorial.el (help-with-tutorial): Ensure local variables don't
14719 happen to make the buffer read-only. (Bug#11127)
14720
14721 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14724 (perl-calculate-indent): Return `noindent' in strings.
14725
14726 2012-03-28 Sam Steingold <sds@gnu.org>
14727
14728 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14729 instead of the broken adhockery which does not prevent calendar
14730 buffers from being displayed at random after exit.
14731 (calendar-window-list, calendar-hide-window): Remove the broken
14732 adhockery.
14733
14734 2012-03-28 Glenn Morris <rgm@gnu.org>
14735
14736 * replace.el (query-replace-map): Doc fix.
14737
14738 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14739
14740 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14741 contents. (Bug#11109)
14742
14743 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14744
14745 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14746 (bug#11077).
14747 (avl-tree--check, avl-tree--check-node): New funs.
14748
14749 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14750
14751 * window.el (switch-to-visible-buffer): New option.
14752 (switch-to-prev-buffer, switch-to-next-buffer):
14753 Observe switch-to-visible-buffer. Make sure that checking for a window
14754 showing a buffer already is done on the same frame.
14755
14756 2012-03-27 Glenn Morris <rgm@gnu.org>
14757
14758 * startup.el (mail-host-address): Doc fix.
14759
14760 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14761
14762 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14763 than 197 variables.
14764
14765 2012-03-26 Ami Fischman <ami@fischman.org>
14766
14767 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14768
14769 2012-03-26 Glenn Morris <rgm@gnu.org>
14770
14771 * files.el (save-buffers-kill-emacs): Doc fix.
14772
14773 * startup.el (normal-top-level, command-line, command-line-1):
14774 Give them doc strings.
14775
14776 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14777
14778 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14779 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14780
14781 2012-03-25 Chong Yidong <cyd@gnu.org>
14782
14783 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14784 theme if it was previously enabled before (Bug#11031).
14785
14786 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14787 spec with custom-face-get-current-spec if its :shown-value is not
14788 determined yet (Bug#9337).
14789 (customize-create-theme, custom-theme-revert): Doc fixes.
14790
14791 * button.el (button-at): Minor addition to docstring.
14792
14793 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14794
14795 * vc/vc.el (vc-merge): Fix a prompt.
14796
14797 2012-03-24 Chong Yidong <cyd@gnu.org>
14798
14799 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14800 point (Bug#9623).
14801
14802 * button.el (button-at): Minor addition to docstring.
14803
14804 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14805
14806 * newcomment.el (comment-choose-indent): No space after BOL.
14807
14808 2012-03-22 Sam Steingold <sds@gnu.org>
14809
14810 * window.el (switch-to-prev-buffer): Revert last patch because the
14811 bug turned out to be an advertised feature (Elisp manual 28.14).
14812
14813 2012-03-22 Glenn Morris <rgm@gnu.org>
14814
14815 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14816 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14817
14818 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14819
14820 * net/network-stream.el (network-stream-open-starttls): Make error
14821 message under Windows be less misleading.
14822
14823 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14824
14825 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14826 understands (bug#9942).
14827
14828 2012-03-22 Chong Yidong <cyd@gnu.org>
14829
14830 * simple.el (end-of-visible-line): Handle return value of
14831 next-single-property-change properly (Bug#9371).
14832
14833 2012-03-22 Kenichi Handa <handa@m17n.org>
14834
14835 * international/quail.el (quail-insert-kbd-layout): Fix previous
14836 change. To avoid unwanted bidi reordering, use
14837 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14838
14839 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14840
14841 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14842 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14843 (ruby-beginning-of-indent): Be more careful with the difference
14844 between word-boundary and symbol boundary.
14845 (ruby-mode-syntax-table): Make : a symbol constituent.
14846
14847 2012-03-21 Andreas Politz <politza@fh-trier.de>
14848
14849 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14850
14851 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14852
14853 * progmodes/etags.el (tags-completion-at-point-function):
14854 Improve last fix.
14855
14856 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14857
14858 2012-03-21 Sam Steingold <sds@gnu.org>
14859
14860 * progmodes/etags.el (tags-completion-at-point-function):
14861 Avoid the error when point is inside the pattern.
14862
14863 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14864
14865 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14866 line (Bug#10855).
14867
14868 2012-03-21 Drew Adams <drew.adams@oracle.com>
14869
14870 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14871
14872 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14873
14874 * ido.el (ido-set-current-directory, ido-read-internal)
14875 (ido-choose-completion-string, ido-completion-help): Handle nil
14876 value of ido-completion-buffer (Bug#11008).
14877
14878 2012-03-21 Sam Steingold <sds@gnu.org>
14879
14880 * window.el (switch-to-prev-buffer): Do not switch to a visible
14881 window previous buffer, just like with the frame previous buffers.
14882
14883 2012-03-21 Chong Yidong <cyd@gnu.org>
14884
14885 * faces.el (make-face, make-empty-face, copy-face):
14886 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14887 Doc fixes.
14888
14889 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14890
14891 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14892 (widget-complete): Remove broken use of it.
14893
14894 2012-03-20 Chong Yidong <cyd@gnu.org>
14895
14896 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14897 Use string-width and truncate-string-width to handle arbitrary
14898 characters.
14899
14900 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14901
14902 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14903 to draw rectangles, not squares. (Regression introduced by revno
14904 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14905
14906 2012-03-18 Chong Yidong <cyd@gnu.org>
14907
14908 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14909 it is not yet defined (for temacs).
14910
14911 2012-03-18 Leo Liu <sdl.web@gmail.com>
14912
14913 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14914 prefix.
14915
14916 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14917
14918 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14919 (ispell-choices-win-default-height, ispell-silently-savep)
14920 (ispell-dictionary-alist, ispell-encoding8-command)
14921 (ispell-check-version, ispell-aspell-find-dictionary)
14922 (ispell-valid-dictionary-list, ispell-words-keyword)
14923 (ispell-get-word, ispell-internal-change-dictionary)
14924 (ispell-region, ispell-skip-region-list)
14925 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14926 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14927 (ispell-message-text-end, ispell-message)
14928 (ispell-buffer-local-parsing): Doc fix.
14929
14930 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14931
14932 * htmlfontify.el: Add support for code block fontification for ODT
14933 export (Bug #9914).
14934 (hfy-optimisations): Define new option
14935 `body-text-only'
14936 (hfy-fontify-buffer): Honor above setting.
14937 (hfy-begin-span, hfy-end-span): New routines factored out form
14938 `hfy-fontify-buffer'.
14939 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14940 that permit insertion of custom tags.
14941 (hfy-fontify-buffer): Use above handlers.
14942 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14943 (hfy-face-to-css): Re-defined to be a variable.
14944 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14945 over multiple runs. This is made possible by having the caller let
14946 bind a special variable `hfy-user-sheet-assoc'.
14947 (htmlfontify-string): New defun.
14948 (hfy-compile-face-map): Make sure that the last char in the
14949 buffer is correctly fontified.
14950 (hfy-face-resolve-face): Whitespace only change.
14951
14952 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14953
14954 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14955 message more clear.
14956
14957 2012-03-16 Leo Liu <sdl.web@gmail.com>
14958
14959 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14960
14961 2012-03-16 Alan Mackenzie <acm@muc.de>
14962
14963 Further optimize the handling of large macros.
14964
14965 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14966 limit to a call of `c-literal-limits'.
14967 (c-determine-+ve-limit): New function.
14968 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14969 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14970 In CASE 5B, restrict a search limit to 500.
14971 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14972
14973 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14974 Restrict macro bounds to +-500 from after-change's BEG END.
14975
14976 2012-03-16 Leo Liu <sdl.web@gmail.com>
14977
14978 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14979
14980 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14981
14982 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14983 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14984
14985 2012-03-16 Glenn Morris <rgm@gnu.org>
14986
14987 * view.el (view-buffer, view-buffer-other-window)
14988 (view-buffer-other-frame): Doc fixes re special mode-class.
14989
14990 * subr.el (eval-after-load): If named feature is provided not from
14991 a file, run after-load forms. (Bug#10946)
14992
14993 * calendar/calendar.el (calendar-insert-at-column):
14994 Handle non-unit-width characters a bit better. (Bug#10978)
14995
14996 2012-03-15 Chong Yidong <cyd@gnu.org>
14997
14998 * emacs-lisp/ring.el (ring-extend): New function.
14999 (ring-insert+extend): Extend the ring correctly (Bug#11019).
15000
15001 * comint.el (comint-read-input-ring)
15002 (comint-add-to-input-history): Grow comint-input-ring lazily.
15003
15004 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15005
15006 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15007 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15008
15009 * imenu.el: Fix multiple inheritance breakage (bug#9199).
15010 (imenu-add-to-menubar): Don't add a redundant index.
15011 (imenu-update-menubar): Handle a dynamically composed keymap.
15012
15013 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15014
15015 * mail/sendmail.el (mail-encode-header):
15016 Bind rfc2047-encode-encoded-words to nil.
15017
15018 2012-03-13 Glenn Morris <rgm@gnu.org>
15019
15020 * calendar/calendar.el (calendar-string-spread):
15021 Handle non-unit-width characters a bit better. (Bug#10978)
15022
15023 2012-03-13 Leo Liu <sdl.web@gmail.com>
15024
15025 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15026 directory and file as argument (Bug#10822).
15027
15028 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15029
15030 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15031 For dynamically generated code, follow $PC.
15032 (gdb-disassembly-handler-custom): Handle no function name case.
15033
15034 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
15035
15036 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15037 * emulation/ws-mode.el (ws-query-replace):
15038 * sort.el (sort-regexp-fields):
15039 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
15040
15041 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15042
15043 * dabbrev.el: Fix cycle completion order (bug#10963).
15044 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15045 (dabbrev-completion): Don't use an obarray; provide
15046 a cycle-sort-function.
15047
15048 2012-03-12 Leo Liu <sdl.web@gmail.com>
15049
15050 * simple.el (kill-new): Use equal-including-properties for comparison.
15051 (kill-do-not-save-duplicates): Doc fix.
15052
15053 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15054
15055 * dabbrev.el: Fix cycle completion (bug#10963).
15056 Use lexical binding and wrap to 80 columns.
15057 (dabbrev-completion): Delay computing the list of completions.
15058
15059 2012-03-12 Kenichi Handa <handa@m17n.org>
15060
15061 * international/quail.el (quail-insert-kbd-layout): Surround each
15062 row by LRO and PDF instead of inserting many LRMs. Pad the left
15063 and right of each non-spacing marks. Insert invisible space
15064 between lower and upper characters to prevent composition.
15065
15066 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15067
15068 * minibuffer.el (minibuffer-complete): Don't get confused when the
15069 function is run twice via different commands (bug#10958).
15070 (complete-with-action): Fix docstring.
15071
15072 2012-03-12 Chong Yidong <cyd@gnu.org>
15073
15074 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15075 (nxml-completion-at-point-function): New function.
15076 (nxml-mode): Use it.
15077 (nxml-bind-meta-tab-to-complete-flag): Default to t.
15078
15079 * emacs-lisp/package.el (package-unpack, package-unpack-single):
15080 Load generated autoloads file before byte compiling (Bug#10970).
15081 (package--make-autoloads-and-compile): New helper fun.
15082
15083 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
15084
15085 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15086
15087 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
15088
15089 * autorevert.el (auto-revert-handler): Ensure, that
15090 file-readable-p is applied only for local files or in
15091 auto-revert-tail-mode.
15092
15093 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
15094
15095 * server.el (server-eval-at): Handle non-tcp connections.
15096 Decode result string.
15097
15098 * server.el (server-msg-size): New constant.
15099 (server-reply-print): New function.
15100 (server-eval-and-print): Use it.
15101 (server-eval-at): Use server-quote-arg and server-unquote-arg.
15102 Handle -print-nonl.
15103
15104 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
15105
15106 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15107 (Bug#10987).
15108
15109 2012-03-11 Chong Yidong <cyd@gnu.org>
15110
15111 * simple.el (goto-line): Doc fix (Bug#9938).
15112
15113 * subr.el (save-window-excursion): Doc fix (Bug#9979).
15114
15115 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15116 when finished (Bug#10963).
15117
15118 2012-03-11 Martin Rudalics <rudalics@gmx.at>
15119
15120 * window.el (split-window-below): Fix bug in case where
15121 split-window-keep-point is nil (Bug#10971).
15122
15123 2012-03-11 Juri Linkov <juri@jurta.org>
15124
15125 * replace.el (replace-highlight): Set isearch-word to nil
15126 unconditionally. (Bug#10887)
15127
15128 2012-03-10 Eli Zaretskii <eliz@gnu.org>
15129
15130 * net/mairix.el (mairix-replace-invalid-chars): Rename from
15131 mairix-replace-illegal-chars; all callers changed. Don't remove
15132 ^, ~, and = characters: they are meaningful in mairix search specs.
15133 (mairix-widget-create-query): Add usage information about mairix
15134 search forms: negating words, searching for substrings, etc.
15135
15136 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
15137
15138 * international/fontset.el (font-encoding-alist): Add an entry for
15139 ksx1001 (Bug#5667).
15140
15141 2012-03-10 Richard Stallman <rms@gnu.org>
15142
15143 * mail/sendmail.el (mail-encode-header):
15144 Set rfc2047-encode-encoded-words.
15145
15146 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15147
15148 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15149 view buffer means not swapped.
15150 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15151 (rmail-write-region-annotate): Error if real text has disappeared.
15152
15153 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15154
15155 2012-03-10 Chong Yidong <cyd@gnu.org>
15156
15157 * emulation/cua-rect.el (cua--init-rectangles):
15158 * emulation/cua-base.el (cua--init-keymaps):
15159 Add delete-forward-char to remappings (Bug#9666).
15160
15161 2012-03-10 Martin Rudalics <rudalics@gmx.at>
15162
15163 * speedbar.el (speedbar-unhighlight-one-tag-line):
15164 Avoid unhighlighting due to frame switching (Bug#10275).
15165
15166 2012-03-10 Chong Yidong <cyd@gnu.org>
15167
15168 * minibuffer.el (completion-in-region, completion-help-at-point):
15169 Give the completion field overlay a high priority (Bug#6830).
15170
15171 * dired.el (dired-goto-file): Recognize absolute file name
15172 listings (Bug#7126).
15173 (dired-goto-file-1): New helper function.
15174 (dired-toggle-read-only): Inhibit warnings.
15175
15176 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
15177
15178 * net/dbus.el (dbus-property-handler): Return empty array if
15179 there are no properties.
15180
15181 2012-03-09 Leo Liu <sdl.web@gmail.com>
15182
15183 * savehist.el (savehist-printable): Stricter check for string
15184 value (Bug#10937).
15185
15186 2012-03-09 Eli Zaretskii <eliz@gnu.org>
15187
15188 * mail/smtpmail.el (smtpmail-send-it):
15189 Bind coding-system-for-write to *-unix, so that FCC files are kept in
15190 valid mbox format.
15191
15192 2012-03-09 Glenn Morris <rgm@gnu.org>
15193
15194 * files.el (dir-locals-find-file):
15195 Don't check result is regular, readable.
15196 (dir-locals-read-from-file): Demote errors.
15197
15198 2012-03-08 Eli Zaretskii <eliz@gnu.org>
15199
15200 * international/quail.el (quail-insert-kbd-layout):
15201 Insert invisible LRM characters before each character in a keyboard
15202 layout cell, to prevent their reordering by bidi display engine.
15203 For details, see the discussion in
15204 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15205
15206 2012-03-08 Alan Mackenzie <acm@muc.de>
15207
15208 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15209 the starting position; make it extend the marked region when
15210 invoked repeatedly - all under appropriate circumstances.
15211 Fixes bugs #5525, #10906.
15212
15213 2012-03-08 Glenn Morris <rgm@gnu.org>
15214
15215 * files.el (locate-dominating-file, dir-locals-find-file):
15216 Undo 2012-03-06 change.
15217
15218 2012-03-07 Eli Zaretskii <eliz@gnu.org>
15219
15220 * international/quail.el (quail-help):
15221 Force bidi-paragraph-direction be left-to-right. See discussion in
15222 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15223 for the reason.
15224
15225 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
15226
15227 Avoid superfluous registering of signals. (Bug#10807)
15228
15229 * notifications.el (notifications-on-action-object)
15230 (notifications-on-close-object): New defvars.
15231 (notifications-on-action-signal, notifications-on-closed-signal):
15232 Unregister the signal if not needed any longer.
15233 (notifications-notify): Register `notifications-action-signal' or
15234 `notifications-closed-signal', if :on-action or :on-close has been
15235 passed as argument.
15236
15237 2012-03-07 Chong Yidong <cyd@gnu.org>
15238
15239 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15240 non-X platforms.
15241
15242 2012-03-06 Glenn Morris <rgm@gnu.org>
15243
15244 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15245 (x-disown-selection-internal, x-get-selection-internal):
15246 Doc fix (add arglist signatures). (Bug#10783)
15247
15248 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15249
15250 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15251 Handle breakpoints with no "type".
15252
15253 2012-03-06 Glenn Morris <rgm@gnu.org>
15254
15255 * files.el (locate-dominating-file): Add optional predicate argument.
15256 (dir-locals-find-file): Make use of above change.
15257
15258 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15259
15260 * info.el (Info-insert-dir): Also try "dir.gz".
15261
15262 2012-03-06 Glenn Morris <rgm@gnu.org>
15263
15264 * files.el (dir-locals-find-file):
15265 Ignore non-readable or non-regular files. (Bug#10928)
15266
15267 * files.el (locate-dominating-file): Doc fix.
15268
15269 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15270
15271 * calendar/calendar.el (calendar-set-mode-line):
15272 `getenv' returns a string. (Bug#10951)
15273
15274 2012-03-05 Leo Liu <sdl.web@gmail.com>
15275
15276 * simple.el (backward-delete-char-untabify): Constrain point to
15277 field (Bug#10939).
15278
15279 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15280
15281 2012-03-05 Chong Yidong <cyd@gnu.org>
15282
15283 * simple.el (count-words): If called from Lisp, return the word
15284 count, for symmetry with `count-lines'. Arglist changed.
15285 (count-words--message): Args changed. Consolidate counting code
15286 from count-words and count-words-region.
15287 (count-words-region): Caller changed.
15288 (count-lines-region): Make it an obsolete alias.
15289
15290 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15291
15292 * saveplace.el (save-place-to-alist)
15293 (save-place-ignore-files-regexp): Allow value nil to disable this
15294 feature.
15295
15296 2012-03-04 Chong Yidong <cyd@gnu.org>
15297
15298 * faces.el (face-spec-reset-face): For the default face, reset the
15299 attributes to default values (Bug#10748).
15300
15301 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15302
15303 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15304 previous patch: Check `message-send-mail-function', and not the
15305 default function (bug#10897).
15306
15307 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
15308
15309 * notifications.el (notifications-on-action-signal)
15310 (notifications-on-closed-signal): Check for unique service name of
15311 incoming event. Fix error in removing entry.
15312 (top): Register for signals with wildcard service name.
15313 (notifications-notify): Use daemon unique service name for map entries.
15314
15315 2012-03-04 Chong Yidong <cyd@gnu.org>
15316
15317 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15318
15319 2012-03-04 Glenn Morris <rgm@gnu.org>
15320
15321 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15322 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15323 (expand-abbrev, define-abbrev-table): Doc fixes.
15324
15325 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15326
15327 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15328 `message-default-send-mail-function' and not `send-mail-function'
15329 when doing the prompting for `sendmail-query-once' before sending
15330 in Message buffers (bug#10897).
15331
15332 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15333 This is inconsistent with all the other stream functions, which leave
15334 the setting up to the higher levels (if so wanted) (bug#10931).
15335
15336 2012-03-02 Alan Mackenzie <acm@muc.de>
15337
15338 Depessimize the handling of very large macros.
15339
15340 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15341 (c-macro-cache-syntactic): New variables to implement a one
15342 element macro cache.
15343 (c-invalidate-macro-cache): New function.
15344 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15345 Adapt to use the new cache.
15346 (c-state-safe-place): Use better the cache of safe positions.
15347 (c-state-semi-nonlit-pos-cache)
15348 (c-state-semi-nonlit-pos-cache-limit):
15349 New variables for...
15350 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15351 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15352 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15353 Use c-state-semi-safe-place.
15354
15355 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15356 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15357
15358 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15359
15360 * jka-compr.el (jka-compr-call-process):
15361 Apply `file-accessible-directory-p' only when the default directory is
15362 not remote.
15363
15364 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15365
15366 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15367 access of FILE2, if FILE1 does not exist.
15368
15369 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15370 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15371
15372 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15373 Add "PAGER=" to `process-environment'.
15374
15375 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15376
15377 * progmodes/sql.el: Bug fix
15378 (sql-get-login-ext): Save login values in globals.
15379 (sql-get-login): Use new version of `sql-get-login-ext'.
15380 (sql-interactive-mode): Set global `sql-connection' to nil.
15381 (sql-connect): Set global values for connection.
15382 (sql-product-interactive): Save global values as buffer local.
15383
15384 2012-02-29 Leo Liu <sdl.web@gmail.com>
15385
15386 * abbrev.el (define-abbrevs): Reset sys to nil.
15387
15388 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15389
15390 * files.el (file-equal-p): Rename from `files-equal-p'.
15391 Return nil when one or both files don't exist.
15392 (file-subdir-of-p): Now only top directory must exists,
15393 return nil if it doesn't.
15394 (copy-directory): No need to test with `file-subdir-of-p' after
15395 creating dir.
15396 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15397 to `file-equal-p'.
15398
15399 2012-02-28 Glenn Morris <rgm@gnu.org>
15400
15401 * shell.el (shell-mode):
15402 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15403 * play/landmark.el (landmark-font-lock-face-O):
15404 * play/handwrite.el (handwrite):
15405 * play/gomoku.el (gomoku-O):
15406 * net/browse-url.el (browse-url-browser-display):
15407 * international/mule.el (define-charset):
15408 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15409 * filesets.el (filesets-find-file-delay):
15410 * eshell/em-xtra.el (eshell-xtra):
15411 * eshell/em-unix.el (eshell-grep):
15412 * emulation/viper.el (viper-mode):
15413 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15414 * emacs-lisp/easymenu.el (easy-menu-define):
15415 * calendar/timeclock.el (timeclock-use-display-time):
15416 * bs.el (bs-mode):
15417 * bookmark.el (bookmark-save-flag):
15418 Doc fix (standardize possessive apostrophe usage).
15419
15420 2012-02-27 Chong Yidong <cyd@gnu.org>
15421
15422 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15423 Fix key-binding lookup for ESC key (Bug#9146).
15424
15425 * font-lock.el (font-lock-specified-p): Rename from
15426 font-lock-spec-present. Callers changed.
15427
15428 2012-02-27 Daniel Hackney <dan@haxney.org>
15429
15430 * emacs-lisp/package.el (package-compute-transaction):
15431 Handle holding a package version to t in package-load-list.
15432
15433 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15434
15435 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15436 (tramp-get-inode, tramp-get-device): Use cached values.
15437
15438 2012-02-26 Alan Mackenzie <acm@muc.de>
15439
15440 Check there is a font-lock specification before doing initial
15441 fontification.
15442
15443 * font-core.el (font-lock-mode): Move the conditional from
15444 :after-hook to font-lock-initial-fontify.
15445 (font-lock-default-function): Move the check for a specification
15446 to font-lock-spec-present.
15447
15448 * font-lock.el (font-lock-initial-fontify): Call ...
15449 (font-lock-spec-present): New function.
15450
15451 2012-02-26 Jim Blandy <jimb@red-bean.com>
15452
15453 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15454 (gdb-send): Apply it to the operand of the '-interpreter-exec
15455 console' command, so that we can pass arguments with (say) quotes
15456 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15457
15458 2012-02-26 Chong Yidong <cyd@gnu.org>
15459
15460 * help-fns.el (describe-function-1): Clarify description of
15461 remapping (Bug#10844).
15462
15463 * files.el (files-equal-p): Doc fix.
15464 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15465 and quit the loop once a mismatch is found.
15466
15467 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15468
15469 * bs.el (bs--show-with-configuration): Don't throw an error
15470 if the window cannot be split; otherwise, subsequent calls to
15471 bs-show fail, restoring a stale window config. (Bug#10882)
15472
15473 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15474
15475 * term/ns-win.el (global-map): Bind ns-drag-file to
15476 ns-find-file (Bug#5855, Bug#10050).
15477
15478 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15479
15480 * calendar/parse-time.el (parse-time-string): Allow extractor to
15481 return nil.
15482
15483 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15484
15485 * net/tramp.el (tramp-file-name-for-operation):
15486 Add `files-equal-p' and `file-subdir-of-p'.
15487
15488 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15489 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15490 Add COPY-CONTENTS argument.
15491
15492 2012-02-25 Chong Yidong <cyd@gnu.org>
15493
15494 Add custom groups for VC backends, for consistency with vc-bzr.
15495
15496 * vc/vc-arch.el (vc-arch):
15497 * vc/vc-cvs.el (vc-cvs):
15498 * vc/vc-git.el (vc-git):
15499 * vc/vc-hg.el (vc-hg):
15500 * vc/vc-mtn.el (vc-mtn):
15501 * vc/vc-rcs.el (vc-rcs):
15502 * vc/vc-sccs.el (vc-sccs):
15503 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15504 All relevant defcustoms reassigned.
15505
15506 2012-02-25 Chong Yidong <cyd@gnu.org>
15507
15508 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15509
15510 * term/x-win.el (x-initialize-window-system): Reduce default for
15511 x-selection-timeout to 5 seconds (Bug#8869).
15512
15513 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15514
15515 * files.el (files-equal-p, file-subdir-of-p): New functions.
15516 (copy-directory): Error when trying to copy a directory on itself.
15517 Add missing copy-contents arg to tramp handler.
15518 * dired-aux.el (dired-copy-file-recursive): Same.
15519 (dired-create-files): Modify destination when source is equal to
15520 dest when copying files.
15521 Return also when dest is a subdir of source. (Bug#10489)
15522
15523 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15524
15525 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15526 (Bug#10874)
15527
15528 2012-02-23 Alan Mackenzie <acm@muc.de>
15529
15530 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15531 parameter "after-hook:" to allow the expansion to run code after
15532 the execution of the mode hooks.
15533
15534 * font-lock.el (font-lock-initial-fontify): New function extracted
15535 from font-lock-mode-internal.
15536
15537 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15538 :after-hook.
15539
15540 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15541
15542 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15543 (completion--cache-all-sorted-completions): New function.
15544 (completion-all-sorted-completions): Use it.
15545 (completion--do-completion, minibuffer-force-complete):
15546 Use it to re-instate the flush hook.
15547
15548 * icomplete.el (icomplete-completions): Replace last fix with a better
15549 one (bug#10850).
15550
15551 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15552
15553 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15554 when it might call us back infinitely (bug#10797).
15555
15556 2012-02-23 Glenn Morris <rgm@gnu.org>
15557
15558 * minibuffer.el (completion-category-overrides): Doc fix.
15559
15560 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15561
15562 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15563 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15564
15565 2012-02-23 Glenn Morris <rgm@gnu.org>
15566
15567 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15568 (authors-obsolete-files-regexps, authors-ignored-files)
15569 (authors-ambiguous-files, authors-renamed-files-alist):
15570 Add more entries.
15571
15572 2012-02-23 Juri Linkov <juri@jurta.org>
15573
15574 * isearch.el (isearch-occur): Sync interactive spec with occur's
15575 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15576
15577 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15578
15579 2012-02-22 Juri Linkov <juri@jurta.org>
15580
15581 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15582 (ucs-insert): Doc fix. Check for hex digits in the string.
15583 Don't display `nil' in the error message. (Bug#10857)
15584
15585 2012-02-22 Alan Mackenzie <acm@muc.de>
15586
15587 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15588
15589 2012-02-22 Glenn Morris <rgm@gnu.org>
15590
15591 * ffap.el (ffap-c-path):
15592 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15593
15594 2012-02-22 Chong Yidong <cyd@gnu.org>
15595
15596 * custom.el (load-theme): Doc fix.
15597
15598 2012-02-22 Glenn Morris <rgm@gnu.org>
15599
15600 * dired-x.el (dired-guess-shell-alist-default):
15601 Remove escape sequences from nroff output. (Bug#172)
15602
15603 2012-02-21 Glenn Morris <rgm@gnu.org>
15604
15605 * vc/emerge.el (emerge-defvar-local):
15606 Set `permanent-local' property rather than unused `preserved'.
15607
15608 * textmodes/picture.el (picture-delete-char): New alias.
15609 (picture-mode-map): Use it. (Bug#10860)
15610 (picture-mode): Doc fix.
15611
15612 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15613
15614 * newcomment.el (uncomment-region-default): Remove unused binding.
15615
15616 2012-02-21 Glenn Morris <rgm@gnu.org>
15617
15618 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15619 (picture-self-insert, picture-tab-chars): Doc fix.
15620 (picture-mode-map): Fix C-a, C-e.
15621
15622 2012-02-20 Glenn Morris <rgm@gnu.org>
15623
15624 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15625
15626 2012-02-20 Leo Liu <sdl.web@gmail.com>
15627
15628 * icomplete.el (icomplete-completions): Check FROM arg before
15629 passing to substring (Bug#10850).
15630
15631 2012-02-19 Chong Yidong <cyd@gnu.org>
15632
15633 * comint.el: Require ansi-color.
15634 (comint-output-filter-functions): Add ansi-color-process-output.
15635
15636 * ansi-color.el: Don't set comint-output-filter-functions; it is
15637 now in the initial value defined in comint.el.
15638 (ansi-color-apply-face-function): New variable.
15639 (ansi-color-apply-on-region): Use it.
15640 (ansi-color-apply-overlay-face): New function.
15641
15642 * shell.el (shell): No need to require ansi-color.
15643 (shell-mode): Use ansi-color-apply-face-function to highlight
15644 color escapes using font-lock-face property (Bug#10835).
15645
15646 2012-02-19 Chong Yidong <cyd@gnu.org>
15647
15648 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15649 mode-line formats (Bug#10839).
15650
15651 2012-02-18 Glenn Morris <rgm@gnu.org>
15652
15653 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15654
15655 * mail/undigest.el (unforward-rmail-message): Doc fix.
15656
15657 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15658
15659 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15660
15661 * international/characters.el (script-list): Sync with the latest
15662 Unicode Character Database.
15663
15664 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15665
15666 * international/titdic-cnv.el: Remove duplicate coding tag.
15667 * language/cham.el: Likewise.
15668 * language/tai-viet.el: Likewise.
15669
15670 2012-02-18 Glenn Morris <rgm@gnu.org>
15671
15672 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15673 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15674 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15675 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15676 * calendar/holidays.el (holiday-bahai-holidays)
15677 (calendar-holidays, list-holidays):
15678 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15679
15680 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15681
15682 * saveplace.el (save-place-ignore-files-regexp): New variable
15683 allowing for excluding files from saving their location of point.
15684 The default value matches the temporary commit message editing
15685 files from Git, SVN, Bazaar, and Mercurial.
15686 (save-place-to-alist): Use it.
15687
15688 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15689 Stefan Monnier <monnier@iro.umontreal.ca>
15690
15691 * newcomment.el (uncomment-region-default): Don't leave extra space
15692 when an arg is provided (bug#8150).
15693
15694 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15695
15696 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15697
15698 2012-02-17 Glenn Morris <rgm@gnu.org>
15699
15700 * net/socks.el: Require network-stream. (Bug#10599)
15701
15702 2012-02-17 Kenichi Handa <handa@m17n.org>
15703
15704 * international/charprop.el:
15705 * international/uni-name.el:
15706 * international/uni-old-name.el:
15707 * international/uni-comment.el: Regenerate.
15708
15709 2012-02-16 Glenn Morris <rgm@gnu.org>
15710
15711 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15712 Interactively in calendar buffer, give an error if not on a date.
15713
15714 2012-02-15 Glenn Morris <rgm@gnu.org>
15715
15716 * shell.el (shell-delimiter-argument-list):
15717 Revert 2011-02-17 change. (Bug#8027)
15718
15719 2012-02-15 Chong Yidong <cyd@gnu.org>
15720
15721 * minibuffer.el (completion-at-point-functions): Doc fix.
15722
15723 * custom.el (defcustom): Doc fix; note use of defvar.
15724
15725 2012-02-15 Glenn Morris <rgm@gnu.org>
15726
15727 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15728 Doc fixes.
15729
15730 2012-02-14 Glenn Morris <rgm@gnu.org>
15731
15732 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15733
15734 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15735
15736 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15737 way the ports list is computed.
15738 (smtpmail-query-smtp-server): Prompt the user for a port number if
15739 we can't connect to any of the standard ports (bug#10810).
15740
15741 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15742
15743 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15744
15745 2012-02-13 Glenn Morris <rgm@gnu.org>
15746
15747 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15748
15749 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15750
15751 * net/gnutls.el (gnutls-trustfiles): New variable.
15752 (gnutls-negotiate): Use it.
15753
15754 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15755
15756 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15757 does its stuff if Gnus is running.
15758
15759 2012-02-13 Alan Mackenzie <acm@muc.de>
15760
15761 Fix a loop in c-set-fl-decl-start.
15762
15763 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15764 c-backward-syntactic-ws actually moves backwards.
15765
15766 2012-02-13 Leo Liu <sdl.web@gmail.com>
15767
15768 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15769 beginning so that all \C-o chars are removed.
15770
15771 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15772
15773 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15774
15775 2012-02-12 Alan Mackenzie <acm@muc.de>
15776
15777 Fix infinite loop with long macros.
15778 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15779
15780 2012-02-12 Chong Yidong <cyd@gnu.org>
15781
15782 * window.el (display-buffer): Doc fix (Bug#10785).
15783
15784 2012-02-12 Glenn Morris <rgm@gnu.org>
15785
15786 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15787 (x-disown-selection-internal, x-get-selection-internal):
15788 Sync docs with the xselect.c versions.
15789
15790 * allout-widgets.el: Add missing license notice.
15791
15792 2012-02-11 Glenn Morris <rgm@gnu.org>
15793
15794 * select.el (x-get-selection-internal, x-own-selection-internal)
15795 (x-disown-selection-internal):
15796 * x-dnd.el (x-get-selection-internal): Update declarations.
15797
15798 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15799
15800 * window.el (window-sides-slots):
15801 * tool-bar.el (tool-bar-position):
15802 * term/xterm.el (xterm-extra-capabilities):
15803 * ses.el (ses-self-reference-early-detection):
15804 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15805 (verilog-auto-wire-type)
15806 (verilog-auto-delete-trailing-whitespace)
15807 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15808 (verilog-auto-tieoff-declaration):
15809 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15810 (sql-oracle-statement-starters, sql-oracle-scan-on):
15811 * progmodes/prolog.el (prolog-align-comments-flag)
15812 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15813 (prolog-left-indent-regexp, prolog-paren-indent-p)
15814 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15815 (prolog-types, prolog-mode-specificators)
15816 (prolog-determinism-specificators, prolog-directives)
15817 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15818 (prolog-electric-dot-flag)
15819 (prolog-electric-dot-full-predicate-template)
15820 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15821 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15822 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15823 (prolog-program-switches, prolog-prompt-regexp)
15824 (prolog-debug-on-string, prolog-debug-off-string)
15825 (prolog-trace-on-string, prolog-trace-off-string)
15826 (prolog-zip-on-string, prolog-zip-off-string)
15827 (prolog-use-standard-consult-compile-method-flag)
15828 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15829 (prolog-imenu-max-lines, prolog-info-predicate-index)
15830 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15831 (prolog-char-quote-workaround):
15832 * progmodes/cc-vars.el (c-defun-tactic):
15833 * net/tramp.el (tramp-encoding-command-interactive)
15834 (tramp-local-end-of-line):
15835 * net/soap-client.el (soap-client):
15836 * net/netrc.el (netrc-file):
15837 * net/gnutls.el (gnutls):
15838 * minibuffer.el (completion-category-overrides)
15839 (completion-cycle-threshold)
15840 (completion-pcm-complete-word-inserts-delimiters):
15841 * man.el (Man-name-local-regexp):
15842 * mail/feedmail.el (feedmail-display-full-frame):
15843 * international/characters.el (glyphless-char-display-control):
15844 * eshell/em-ls.el (eshell-ls-date-format):
15845 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15846 (lisp-lambda-list-keyword-parameter-indentation)
15847 (lisp-lambda-list-keyword-parameter-alignment):
15848 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15849 * dired-x.el (dired-omit-verbose):
15850 * cus-theme.el (custom-theme-allow-multiple-selections):
15851 * calc/calc.el (calc-highlight-selections-with-faces)
15852 (calc-lu-field-reference, calc-lu-power-reference)
15853 (calc-note-threshold):
15854 * battery.el (battery-mode-line-limit):
15855 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15856 (archive-7z-update):
15857 * allout.el (allout-prefixed-keybindings)
15858 (allout-unprefixed-keybindings)
15859 (allout-inhibit-auto-fill-on-headline)
15860 (allout-flattened-numbering-abbreviation):
15861 * allout-widgets.el (allout-widgets-auto-activation)
15862 (allout-widgets-icons-dark-subdir)
15863 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15864 (allout-widgets-theme-dark-background)
15865 (allout-widgets-theme-light-background)
15866 (allout-widgets-item-image-properties-emacs)
15867 (allout-widgets-item-image-properties-xemacs)
15868 (allout-widgets-run-unit-tests-on-load)
15869 (allout-widgets-time-decoration-activity)
15870 (allout-widgets-hook-error-post-time)
15871 (allout-widgets-track-decoration):
15872 Add missing :version tags to new defcustoms and defgroups.
15873
15874 * progmodes/sql.el (sql-ansi-statement-starters)
15875 (sql-oracle-statement-starters): Add custom type.
15876
15877 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15878 (prolog-system-version): Give it a type.
15879
15880 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15881
15882 * term/pc-win.el (x-select-text, x-selection-owner-p)
15883 (x-own-selection-internal, x-disown-selection-internal)
15884 (x-get-selection-internal): Sync doc strings and argument lists
15885 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15886
15887 2012-02-11 Leo Liu <sdl.web@gmail.com>
15888
15889 * progmodes/python.el (python-end-of-statement): Fix infinite
15890 loop. (Bug#10788)
15891
15892 2012-02-10 Glenn Morris <rgm@gnu.org>
15893
15894 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15895 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15896
15897 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15898
15899 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15900 about SMTP before checking the From header.
15901
15902 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15903 into own function for reuse by emacsbug.el.
15904
15905 2012-02-10 Leo Liu <sdl.web@gmail.com>
15906
15907 * subr.el (condition-case-unless-debug): Rename from
15908 condition-case-no-debug. All callers changed.
15909 (with-demoted-errors): Fix caller.
15910
15911 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15912 * nxml/rng-valid.el (rng-do-some-validation):
15913 * emacs-lisp/package.el (package-refresh-contents)
15914 (package-menu-execute):
15915 * desktop.el (desktop-create-buffer):
15916 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15917
15918 2012-02-10 Glenn Morris <rgm@gnu.org>
15919
15920 * textmodes/bibtex.el:
15921 Add missing :version tags for new/changed defcustoms.
15922
15923 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15924
15925 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15926
15927 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15928 (smtpmail-via-smtp): Use it, or fall back on the From address.
15929 (smtpmail-send-it): Ditto.
15930
15931 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15932
15933 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15934 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15935 (byte-compile-tmp-var): New const.
15936 (byte-compile-defvar): Use it to minimize .elc size.
15937 Just use `defvar' rather than simulate it (bug#10761).
15938
15939 2012-02-09 Glenn Morris <rgm@gnu.org>
15940
15941 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15942
15943 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15944 Add :version tags.
15945
15946 * progmodes/compile.el (compilation-error-screen-columns)
15947 (compilation-first-column, compilation-filter-start): Doc fixes.
15948
15949 * vc/log-view.el (log-view-toggle-entry-display):
15950 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15951
15952 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15953 (report-emacs-bug-can-use-xdg-email):
15954 (report-emacs-bug-insert-to-mailer): Doc fixes.
15955 (report-emacs-bug): Message fix.
15956
15957 * net/browse-url.el (browse-url-can-use-xdg-open)
15958 (browse-url-xdg-open): Doc fixes.
15959
15960 * electric.el (electric-indent-mode, electric-pair-mode)
15961 (electric-layout-rules, electric-layout-mode): Doc fixes.
15962 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15963
15964 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15965
15966 * server.el (server-unselect-display): Don't inadvertently kill
15967 the current buffer. (Bug#10729)
15968
15969 2012-02-08 Glenn Morris <rgm@gnu.org>
15970
15971 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15972 (sql-list-table): Doc fixes.
15973
15974 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15975 Comment out (does nothing).
15976
15977 * completion.el (dynamic-completion-mode):
15978 * dirtrack.el (dirtrack-debug-mode):
15979 * electric.el (electric-layout-mode):
15980 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15981 * face-remap.el (text-scale-mode, buffer-face-mode):
15982 * iimage.el (iimage-mode):
15983 * image-mode.el (image-transform-mode):
15984 * minibuffer.el (completion-in-region-mode):
15985 * scroll-lock.el (scroll-lock-mode):
15986 * simple.el (next-error-follow-minor-mode):
15987 * tar-mode.el (tar-subfile-mode):
15988 * tooltip.el (tooltip-mode):
15989 * vcursor.el (vcursor-use-vcursor-map):
15990 * wid-browse.el (widget-minor-mode):
15991 * emulation/tpu-edt.el (tpu-edt-mode):
15992 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15993 * international/iso-ascii.el (iso-ascii-mode):
15994 * language/thai-util.el (thai-word-mode):
15995 * mail/supercite.el (sc-minor-mode):
15996 * net/goto-addr.el (goto-address-mode):
15997 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15998 * progmodes/cwarn.el (cwarn-mode):
15999 * progmodes/flymake.el (flymake-mode):
16000 * progmodes/glasses.el (glasses-mode):
16001 * progmodes/hideshow.el (hs-minor-mode):
16002 * progmodes/pascal.el (pascal-outline-mode):
16003 * textmodes/enriched.el (enriched-mode):
16004 * vc/smerge-mode.el (smerge-mode):
16005 Doc fixes (minor mode argument).
16006
16007 2012-02-07 Eli Zaretskii <eliz@gnu.org>
16008
16009 * ls-lisp.el (ls-lisp-sanitize): New function.
16010 (ls-lisp-insert-directory): Use it to fix or remove any elements
16011 in file-alist with missing attributes. (Bug#4673)
16012
16013 2012-02-07 Alan Mackenzie <acm@muc.de>
16014
16015 Fix spurious recognition of c-in-knr-argdecl.
16016
16017 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16018 putative K&R region.
16019
16020 2012-02-07 Alan Mackenzie <acm@muc.de>
16021
16022 * progmodes/cc-engine.el (c-forward-objc-directive):
16023 Prevent looping in "#pragma mark @implementation".
16024
16025 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
16026
16027 * notifications.el (notifications-on-closed-signal): Make `reason'
16028 optional. (Bug#10744)
16029
16030 2012-02-07 Glenn Morris <rgm@gnu.org>
16031
16032 * emacs-lisp/easy-mmode.el (define-minor-mode):
16033 Doc fixes for the macro and the mode it defines.
16034
16035 * image.el (imagemagick-types-inhibit): Doc fix.
16036
16037 * cus-start.el (imagemagick-render-type): Add it.
16038
16039 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16040
16041 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16042 Set the default at load time, too, so that `font-lock-fontify-buffer'
16043 can be called without setting up the entire mode first. This fixes
16044 a bug in `mm-inline-text' with C MIME parts.
16045
16046 2012-02-06 Chong Yidong <cyd@gnu.org>
16047
16048 * simple.el (list-processes--refresh): Delete exited processes
16049 (Bug#8094).
16050
16051 * comint.el (comint-next-prompt): next-single-char-property-change
16052 and prev-single-char-property-change never return nil (Bug#8657).
16053
16054 * custom.el (defcustom): Doc fix (Bug#9711).
16055
16056 2012-02-05 Chong Yidong <cyd@gnu.org>
16057
16058 * cus-edit.el (custom-variable-reset-backup): Quote the value
16059 before storing it in the customized-value property (Bug#6712).
16060 (custom-display): Add a customization type tag.
16061 (custom-buffer-create-internal): Improve tooltip message.
16062
16063 * wid-edit.el (widget-field-value-get): New optional arg to
16064 suppress trailing whitespace truncation.
16065 (character): Use it (Bug#2689).
16066
16067 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
16068
16069 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16070 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16071
16072 2012-02-05 Chong Yidong <cyd@gnu.org>
16073
16074 * cus-edit.el (custom-variable-value-create): For mismatched
16075 types, show the current value (Bug#7600).
16076
16077 * custom.el (defcustom): Doc fix.
16078
16079 2012-02-05 Glenn Morris <rgm@gnu.org>
16080
16081 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16082
16083 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
16084
16085 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16086 (pp-buffer): Use `ignore-errors', `looking-at-p'.
16087 (pp-last-sexp): Use `looking-at-p'.
16088
16089 2012-02-04 Glenn Morris <rgm@gnu.org>
16090
16091 * files.el (revert-buffer):
16092 Doc fix (mention revert-buffer-in-progress-p).
16093
16094 * emacs-lisp/ert-x.el (ert-simulate-command):
16095 Check deferred-action-list (which is obsolete) is bound.
16096
16097 * subr.el (with-wrapper-hook): Doc fixes.
16098
16099 * simple.el (filter-buffer-substring-functions)
16100 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16101
16102 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
16103
16104 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16105 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
16106
16107 2012-02-04 Leo Liu <sdl.web@gmail.com>
16108
16109 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16110
16111 2012-02-04 Glenn Morris <rgm@gnu.org>
16112
16113 * image.el (image-extension-data): Add obsolete alias.
16114
16115 * isearch.el (isearch-update): Doc fix.
16116
16117 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16118
16119 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16120
16121 2012-02-03 Glenn Morris <rgm@gnu.org>
16122
16123 * image.el (image-animated-p): Doc fix. Use image-animated-types.
16124 (image-animate-timeout): Doc fix.
16125
16126 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16127
16128 2012-02-02 Glenn Morris <rgm@gnu.org>
16129
16130 * server.el (server-auth-dir): Doc fix.
16131 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
16132
16133 * subr.el (run-mode-hooks): Doc fix.
16134
16135 2012-02-02 Juri Linkov <juri@jurta.org>
16136
16137 * image-mode.el (image-toggle-display-image): Remove tautological
16138 `major-mode' from the `derived-mode-p' test.
16139
16140 2012-02-02 Kenichi Handa <handa@m17n.org>
16141
16142 * composite.el (compose-region): Cancel previous change.
16143
16144 2012-02-02 Kenichi Handa <handa@m17n.org>
16145
16146 * composite.el (compose-region, compose-string): Signal error for
16147 a null string component (Bug#6988).
16148
16149 2012-02-01 Chong Yidong <cyd@gnu.org>
16150
16151 * view.el (view-buffer-other-window, view-buffer-other-frame):
16152 Handle special modes like view-buffer (Bug#10650).
16153 (view-buffer): Simplify.
16154
16155 * frame.el (set-frame-font): Tweak meaning of third argument.
16156
16157 * dynamic-setting.el (font-setting-change-default-font):
16158 Use set-frame-font (Bug#9982).
16159
16160 2012-02-01 Glenn Morris <rgm@gnu.org>
16161
16162 * progmodes/compile.el (compilation-internal-error-properties):
16163 Respect compilation-first-column in the "*compilation*" buffer.
16164
16165 * emacs-lisp/easy-mmode.el (define-minor-mode):
16166 Relax :variable's test for a named function.
16167
16168 2012-01-31 Alan Mackenzie <acm@muc.de>
16169
16170 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16171 off by one error.
16172
16173 2012-01-31 Chong Yidong <cyd@gnu.org>
16174
16175 * frame.el (set-frame-font): New arg ALL-FRAMES.
16176
16177 * menu-bar.el (menu-set-font): Use set-frame-font.
16178
16179 * faces.el (face-spec-reset-face): Don't apply unspecified
16180 attribute values to the default face.
16181
16182 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
16183
16184 * progmodes/cwarn.el (cwarn): Remove dead link.
16185 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16186 Remove * from defcustom docstrings.
16187 (turn-on-cwarn-mode): Make obsolete.
16188 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16189 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16190
16191 2012-01-31 Glenn Morris <rgm@gnu.org>
16192
16193 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16194 Fix :variable handling of mode a symbol not equal to modefun.
16195 Allow named functions to be used as the cdr of :variable.
16196
16197 2012-01-30 Glenn Morris <rgm@gnu.org>
16198
16199 * emacs-lisp/authors.el (authors-fixed-entries):
16200 Remove reference to deleted file rnewspost.el.
16201
16202 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
16203
16204 * window.el (window-with-parameter): Remove unused variable `windows'.
16205 (window--side-check): Remove unused variable `code'.
16206 (window--resize-siblings): Remove unused variable `first'.
16207 (adjust-window-trailing-edge): Remove unused variable `failed'.
16208 (window-deletable-p, window--delete): Remove unused variable `buffer'.
16209 Use `let', not `let*'.
16210 (balance-windows-2): Remove unused variable `found'.
16211 (window--state-put-2): Remove unused variable `splits'.
16212 (window-state-put): Remove unused variable `selected'.
16213 (same-window-p): Use `string-match-p'.
16214 (display-buffer-assq-regexp): Remove unused variable `value'.
16215 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16216 Mark argument ALIST as ignored.
16217 (pop-to-buffer): Remove unused variable `old-window'.
16218
16219 2012-01-29 Eli Zaretskii <eliz@gnu.org>
16220
16221 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16222 and .lzma compressed files.
16223
16224 2012-01-29 Chong Yidong <cyd@gnu.org>
16225
16226 * frame.el (window-system-default-frame-alist): Doc fix.
16227
16228 * dynamic-setting.el (font-setting-change-default-font): Don't
16229 change the default face if SET-FONT argument is non-nil (Bug#9982).
16230
16231 2012-01-29 Samuel Bronson <naesten@gmail.com>
16232
16233 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16234
16235 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
16236
16237 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16238 breakpoints in files outside current directory (Bug#6098).
16239
16240 2012-01-29 Chong Yidong <cyd@gnu.org>
16241
16242 * progmodes/python.el: Require ansi-color at top-level.
16243
16244 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16245 Define and use in Emacs Lisp mode (Bug#9360).
16246 (lisp-mode-abbrev-table): Add doc.
16247 (lisp-mode-variables): Don't set local-abbrev-table.
16248 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16249
16250 2012-01-28 Roland Winkler <winkler@gnu.org>
16251
16252 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16253
16254 2012-01-28 Roland Winkler <winkler@gnu.org>
16255
16256 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16257 (bibtex-set-dialect): Use it. Either set global values of
16258 dialect-dependent variables or bind these variables buffer-locally
16259 (Bug#10254).
16260 (bibtex-mode): Call bibtex-set-dialect via
16261 hack-local-variables-hook.
16262 (bibtex-dialect): Update docstring.
16263 Add safe-local-variable predicate.
16264 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16265 bibtex-set-dialect.
16266 (bibtex-mode-map): Define menu for each dialect.
16267 (bibtex-entry): Fix docstring.
16268
16269 2012-01-28 Chong Yidong <cyd@gnu.org>
16270
16271 * eshell/esh-arg.el (eshell-quote-argument): New function.
16272
16273 * eshell/esh-ext.el (eshell-invoke-batch-file):
16274 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16275 first arg to eshell-parse-command (Bug#10523).
16276
16277 2012-01-28 Drew Adams <drew.adams@oracle.com>
16278
16279 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16280 `default-directory' is non-nil.
16281
16282 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16283
16284 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16285 line that displays system-configuration-options. (Bug#9924)
16286
16287 2012-01-28 Drew Adams <drew.adams@oracle.com>
16288
16289 * descr-text.el (describe-char): Show information about POS, in
16290 addition to information about the character at POS. Improve and
16291 update the doc string. Change "code point" to "code point in
16292 charset", to avoid confusion with the character's Unicode code
16293 point shown above that. (Bug#10129)
16294
16295 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16296
16297 * descr-text.el (describe-char): Show the raw character, not only
16298 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16299 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16300 for the reasons.
16301
16302 2012-01-28 Phil Hagelberg <phil@hagelb.org>
16303
16304 * emacs-lisp/package.el (package-install):
16305 Run package-refresh-contents if there is no archive yet (Bug#9798).
16306
16307 2012-01-28 Chong Yidong <cyd@gnu.org>
16308
16309 * emacs-lisp/package.el (package-maybe-load-descriptor):
16310 New function, split from package-maybe-load-descriptor.
16311 (package-maybe-load-descriptor): Use it.
16312 (package-download-transaction): Fully load required packages
16313 inside the loop, so that `require' calls work (Bug#10593).
16314 (package-install): No need to call package-initialize now.
16315
16316 2012-01-28 Chong Yidong <cyd@gnu.org>
16317
16318 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16319
16320 * tooltip.el (tooltip-mode): Doc fix.
16321 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16322
16323 * frame.el (set-cursor-color): Doc fix (Bug#352).
16324
16325 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16326 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16327
16328 * cus-edit.el (custom-buffer-create-internal): Fix search button
16329 action (Bug#10542).
16330 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16331
16332 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16333
16334 * dired.el (dired-mark-files-regexp):
16335 Include any subdirectory components. (Bug#10445)
16336
16337 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16338
16339 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16340 Handle [host]:port syntax. (Bug#10533)
16341
16342 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16343
16344 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16345
16346 2012-01-26 Glenn Morris <rgm@gnu.org>
16347
16348 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16349 * term.el (term-raw-escape-map): Use Control-X-prefix.
16350 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16351
16352 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16353
16354 * window.el (window-state-get, window--state-get-1): Don't deal
16355 with fixed-sizeness of windows. Simplify code.
16356
16357 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16358
16359 * window.el (window--state-get-1, window--state-put-2):
16360 Don't save and restore the mark.
16361
16362 2012-01-25 Chong Yidong <cyd@gnu.org>
16363
16364 * custom.el (custom-variable-p): Doc fix.
16365
16366 2012-01-25 Glenn Morris <rgm@gnu.org>
16367
16368 * dired.el (dired-goto-file): Handle some of the more common
16369 characters that `ls -b' escapes. (Bug#10596)
16370
16371 * progmodes/compile.el (compilation-next-error-function):
16372 Respect compilation-first-column in the "*compilation*" buffer.
16373 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16374
16375 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16376
16377 2012-01-24 Glenn Morris <rgm@gnu.org>
16378
16379 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16380
16381 2012-01-24 Julien Danjou <julien@danjou.info>
16382
16383 * color.el (color-rgb-to-hsl): Fix value computing.
16384 (color-hue-to-rgb): New function.
16385 (color-hsl-to-rgb): New function.
16386 (color-clamp, color-saturate-hsl, color-saturate-name)
16387 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16388 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16389
16390 2012-01-24 Glenn Morris <rgm@gnu.org>
16391
16392 * vc/vc-rcs.el (vc-rcs-create-tag):
16393 * vc/vc-sccs.el (vc-sccs-create-tag):
16394 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16395
16396 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16397
16398 * eshell/esh-util.el (eshell-read-hosts-file):
16399 Skip comment lines. (Bug#10549)
16400
16401 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16402
16403 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16404
16405 * subr.el (display-delayed-warnings): Doc fix.
16406 (collapse-delayed-warnings): New function to collapse identical
16407 adjacent warnings.
16408 (delayed-warnings-hook): Add it.
16409
16410 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16411
16412 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16413
16414 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16415 (tramp-default-user-alist): Don't add "pscp".
16416 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16417 property "login-as", if set. (Bug#10530)
16418
16419 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16420
16421 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16422 "plink1" and "psftp". (Bug#10530)
16423
16424 2012-01-21 Kenichi Handa <handa@m17n.org>
16425
16426 * international/mule-cmds.el (prefer-coding-system): Show a
16427 warning message if the default value of file-name-coding-system
16428 was not changed.
16429
16430 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16431
16432 * windmove.el (windmove-reference-loc):
16433 Fix windmove-reference-loc miscalculation.
16434
16435 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16436
16437 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16438 default unit.
16439
16440 2012-01-21 Glenn Morris <rgm@gnu.org>
16441
16442 * international/mule.el (auto-coding-alist): Add .tbz.
16443
16444 * files.el (local-enable-local-variables): Doc fix.
16445 (inhibit-local-variables-regexps): Rename from
16446 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16447 Doc fix. Add some extensions from auto-coding-alist.
16448 (inhibit-local-variables-suffixes):
16449 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16450 (inhibit-local-variables-p):
16451 New function, extracted from set-auto-mode-1.
16452 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16453 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16454 (hack-local-variables): Doc fix. Make the mode-only case
16455 respect enable-local-variables and friends.
16456 Respect inhibit-local-variables-regexps for file-locals, but
16457 not for directory-locals.
16458 (set-visited-file-name):
16459 Take account of inhibit-local-variables-regexps.
16460 Whether it applies may change as the file name is changed.
16461 * jka-cmpr-hook.el (jka-compr-install):
16462 * jka-compr.el (jka-compr-uninstall):
16463 Update for inhibit-first-line-modes-suffixes name change.
16464
16465 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16466
16467 * help-macro.el (make-help-screen): Temporarily restore original
16468 binding for minor-mode-map-alist (Bug#10454).
16469
16470 2012-01-19 Julien Danjou <julien@danjou.info>
16471
16472 * color.el (color-name-to-rgb): Use the white color to find the max
16473 color component value and return correctly computed values.
16474 (color-name-to-rgb): Add missing float conversion for max value.
16475
16476 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16477
16478 * window.el (window--state-get-1, window-state-get): Do not use
16479 special state value for window-persistent-parameters.
16480 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16481 (window--state-put-2): Reset all window parameters to nil before
16482 assigning values of persistent parameters.
16483
16484 2012-01-18 Alan Mackenzie <acm@muc.de>
16485
16486 Eliminate sluggishness and hangs in fontification of "semicolon
16487 deserts".
16488
16489 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16490 Change value 10000 -> 3000.
16491 (c-state-safe-place): Reformulate so it doesn't stack up an
16492 infinite number of wrong entries in c-state-nonlit-pos-cache.
16493 (c-determine-limit-get-base, c-determine-limit): New functions to
16494 determine backward search limits disregarding literals.
16495 (c-find-decl-spots): Amend commenting.
16496 (c-cheap-inside-bracelist-p): New function which detects "={".
16497
16498 * progmodes/cc-fonts.el
16499 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16500 backward search.
16501 (c-font-lock-declarations): Fix an occurrence of point being
16502 undefined. Check additionally for point being in a bracelist or
16503 near a macro invocation without a semicolon so as to avoid a
16504 fruitless time consuming search for a declarator. Give a more
16505 precise search limit for declarators using the new
16506 c-determine-limit.
16507
16508 2012-01-18 Glenn Morris <rgm@gnu.org>
16509
16510 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16511 (set-auto-mode): Doc fixes.
16512
16513 2012-01-17 Glenn Morris <rgm@gnu.org>
16514
16515 * isearch.el (search-nonincremental-instead): Fix doc typo.
16516
16517 * dired.el (dired-insert-directory): Handle newlines in directory name.
16518 (dired-build-subdir-alist): Unescape newlines in directory name.
16519
16520 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16521
16522 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16523 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16524 (tramp-action-terminal): Use it. (Bug#10530)
16525
16526 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16527
16528 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16529
16530 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16531
16532 * window.el (window-state-ignored-parameters): Remove variable.
16533 (window--state-get-1): Rename argument MARKERS to IGNORE.
16534 Handle persistent window parameters. Make copy of clone-of
16535 parameter only if requested. (Bug#10348)
16536 (window--state-put-2): Install a window parameter only if it has
16537 a non-nil value or an existing parameter shall be overwritten.
16538
16539 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16540
16541 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16542
16543 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16544
16545 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16546 don't pass the (nil) value of `upnode' to string-match.
16547
16548 2012-01-14 Chong Yidong <cyd@gnu.org>
16549
16550 * startup.el (command-line): Fix X resource class for cursorColor.
16551 Fix values recognized by the cursorBlink resource.
16552
16553 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16554
16555 * epg.el (epg--make-temp-file): Avoid permission race condition
16556 when running on old Emacs versions (bug#10403).
16557
16558 2012-01-14 Glenn Morris <rgm@gnu.org>
16559
16560 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16561
16562 2012-01-13 Alan Mackenzie <acm@muc.de>
16563
16564 Fix filling for when filladapt mode is enabled.
16565
16566 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16567 c-mask-paragraph, pass in `fill-paragraph' rather than
16568 `fill-region-as-paragraph'. (This is a reversion of a previous
16569 change.)
16570 * progmodes/cc-mode.el (c-basic-common-init):
16571 Make fill-paragraph-handle-comment buffer local and set it to nil.
16572
16573 2012-01-13 Glenn Morris <rgm@gnu.org>
16574
16575 * dired.el (dired-switches-escape-p): New function.
16576 (dired-insert-directory): Use dired-switches-escape-p.
16577 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16578
16579 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16580
16581 2012-01-12 Glenn Morris <rgm@gnu.org>
16582
16583 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16584 changes in adaptive-fill-regexp. (Bug#10276)
16585
16586 2012-01-11 Alan Mackenzie <acm@muc.de>
16587
16588 Fix Emacs bug #10463 - put `widen's around the critical spots.
16589
16590 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16591 widen around each invocation of c-state-pp-to-literal. Remove an
16592 unused let variable.
16593
16594 2012-01-11 Glenn Morris <rgm@gnu.org>
16595
16596 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16597 Doc fix.
16598
16599 2012-01-10 Chong Yidong <cyd@gnu.org>
16600
16601 * net/network-stream.el (network-stream-open-starttls):
16602 Avoid emitting a confusing error message when the server gives a bad
16603 response to the capability command.
16604
16605 2012-01-10 Glenn Morris <rgm@gnu.org>
16606
16607 * mail/unrmail.el (unrmail): Tweak previous change.
16608
16609 2012-01-09 Chong Yidong <cyd@gnu.org>
16610
16611 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16612
16613 2012-01-08 Alan Mackenzie <acm@muc.de>
16614
16615 Optimize font locking in long enum definitions.
16616
16617 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16618 arm to a cond form to handle enums.
16619 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16620 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16621
16622 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16623
16624 * files.el (move-file-to-trash): Preserve default file modes on error.
16625 (Bug#10401)
16626
16627 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16628
16629 * faces.el (set-face-attribute): Clarify the meaning of the nil
16630 frame (bug#10294).
16631
16632 * subr.el (with-selected-frame): Mention that the selected frame
16633 is restored (bug#9980).
16634
16635 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16636 (bug#9759).
16637
16638 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16639 (password-read): Don't autoload unused function.
16640
16641 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16642
16643 * progmodes/which-func.el (which-func-mode): Turn into a
16644 non-interactive function and mark as obsolete (bug#10428).
16645
16646 2012-01-06 Chong Yidong <cyd@gnu.org>
16647
16648 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16649 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16650 functions, along with 1 and -1.
16651
16652 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16653
16654 * time.el (display-time-load-average)
16655 (display-time-default-load-average): Doc fixes. See the thread
16656 starting at
16657 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16658 for the details.
16659
16660 2012-01-06 Glenn Morris <rgm@gnu.org>
16661
16662 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16663 has no messages. (Bug#10377)
16664
16665 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16666 than Info-edit. (Bug#10385)
16667
16668 * time.el (display-time-load-average, display-time-next-load-average):
16669 Doc fixes.
16670
16671 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16672 local setting of buffer-read-only to the input buffer. (Bug#10419)
16673
16674 * calendar/calendar.el (calendar-mode):
16675 Locally set scroll-margin to 0. (Bug#10379)
16676
16677 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16678
16679 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16680
16681 2012-01-05 Glenn Morris <rgm@gnu.org>
16682
16683 * eshell/em-unix.el (diff-no-select): Autoload it.
16684 (eshell/diff): Use diff-no-select. (Bug#10420)
16685
16686 2012-01-05 Chong Yidong <cyd@gnu.org>
16687
16688 * shell.el (shell-dynamic-complete-functions): Revert last change.
16689 (shell-command-completion-function): New function.
16690 (shell-completion-vars): Use it to implement
16691 shell-completion-execonly (Bug#10417).
16692
16693 * custom.el (enable-theme): Don't set custom-safe-themes.
16694
16695 * cus-theme.el (custom-theme-merge-theme):
16696 Ignore custom-enabled-themes and custom-safe-themes.
16697
16698 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16699
16700 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16701 first prompt in `sql-interacive-mode'.
16702 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16703 keywords.
16704 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16705 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16706 context of original buffer. Invoke `sql-login-hook'.
16707
16708 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16709
16710 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16711 letters in cite-prefix.
16712
16713 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16714
16715 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16716
16717 2012-01-03 Chong Yidong <cyd@gnu.org>
16718
16719 * shell.el (shell-dynamic-complete-functions):
16720 Put pcomplete-completions-at-point, so as to try
16721 comint-filename-completion first (Bug#10417).
16722
16723 2012-01-02 Richard Stallman <rms@gnu.org>
16724
16725 * battery.el (battery-status-function):
16726 Detect when to use battery-yeeloong-sysfs.
16727 (battery-echo-area-format): Add string for Yeeloong.
16728 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16729 (battery-yeeloong-sysfs): New function.
16730
16731 2012-01-02 Chong Yidong <cyd@gnu.org>
16732
16733 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16734 (dirtrack): Merge code for handling relative filenames in prompt
16735 from shell-dir-cookie-watcher.
16736 (dirtrack-debug-message): New arg to avoid excess format calls.
16737
16738 * shell.el (shell-dir-cookie-re): Variable deleted.
16739 (shell-dir-cookie-watcher): Function deleted.
16740 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16741 with dirtrack-mode.
16742
16743 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16744
16745 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16746 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16747 libgnutls-26.dll.
16748
16749 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16750
16751 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16752
16753 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16754
16755 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16756 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16757
16758 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16759
16760 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16761 also for alternative shells.
16762 (tramp-open-connection-setup-interactive-shell): Check, whether
16763 the shell is a busybox.
16764 (tramp-send-command): Don't suppress multiple prompts for
16765 busyboxes, it hurts.
16766
16767 2011-12-28 Chong Yidong <cyd@gnu.org>
16768
16769 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16770 (gdb-get-source-file): Move mode line update to
16771 gdb-get-source-file (Bug#10087).
16772
16773 2011-12-25 Chong Yidong <cyd@gnu.org>
16774
16775 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16776 gud-gdb-marker-filter without taking it as an argument.
16777 (gud-gdb-run-command-fetch-lines): Caller changed.
16778 (gud-gdb-completion-function): New variable.
16779 (gud-gdb-completion-at-point): Use it.
16780 (gud-gdb-completions-1): Split from gud-gdb-completions.
16781
16782 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16783 function as separate arguments.
16784 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16785 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16786 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16787 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16788 (gdb-stopped, def-gdb-auto-update-trigger)
16789 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16790 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16791 Callers changed.
16792 (gud-gdbmi-completions): New function.
16793 (gdb): Use it for generating the completion table.
16794
16795 2011-12-24 Alan Mackenzie <acm@muc.de>
16796
16797 Introduce a mechanism to widen the region used in context font
16798 locking. Use this to protect declarations from losing their contexts.
16799
16800 * progmodes/cc-langs.el (c-before-font-lock-functions):
16801 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16802 (c-before-context-fontification-functions): New defvar, a list of
16803 functions to be run just before context (etc.) font locking.
16804
16805 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16806 New, functionality extracted from
16807 c-neutralize-syntax-in-and-mark-CPP.
16808 (c-in-after-change-fontification): New variable.
16809 (c-after-change): Set c-in-after-change-fontification.
16810 (c-set-fl-decl-start): Rejig its interface, so it can be called
16811 from both after-change and context fontifying.
16812 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16813 New functions.
16814 (c-standard-font-lock-fontify-region-function): New variable.
16815 (c-font-lock-fontify-region): New function.
16816
16817 2011-12-24 Juri Linkov <juri@jurta.org>
16818
16819 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16820 (Bug#10348)
16821
16822 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16823
16824 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16825 existence of source file. (Bug#10325)
16826
16827 2011-12-23 Alan Mackenzie <acm@muc.de>
16828
16829 Fix unstable fontification inside templates.
16830
16831 * progmodes/cc-langs.el (c-before-font-lock-functions):
16832 Newly created from the singular version. The (c c++ objc) entry now
16833 additionally has c-set-fl-decl-start. The other languages (apart
16834 from AWK) have that as a single entry.
16835
16836 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16837 The functionality for "local" declarations has been extracted to
16838 c-set-fl-decl-start.
16839
16840 * progmodes/cc-mode.el (c-common-init, c-after-change):
16841 Changes due to pluralisation of c-before-font-lock-functions.
16842 (c-set-fl-decl-start): New function, extracted from
16843 c-font-lock-enclosing-decls and enhanced.
16844
16845 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16846
16847 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16848
16849 2011-12-22 Juri Linkov <juri@jurta.org>
16850
16851 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16852
16853 2011-12-22 Chong Yidong <cyd@gnu.org>
16854
16855 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16856
16857 2011-12-21 Drew Adams <drew.adams@oracle.com>
16858
16859 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16860
16861 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16862
16863 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16864
16865 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16866
16867 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16868 highlighting and support. Fix up comments for capitalization.
16869 (cfengine-mode-debug): New var.
16870 (cfengine3-mode): Change the modeline indicator to "CFE3".
16871 (cfengine3-font-lock-keywords): Improve defun highlighting.
16872 (cfengine2-actions): Rename from `cfengine-actions'.
16873 (cfengine2-font-lock-keywords): Rename from
16874 `cfengine-font-lock-keywords'.
16875 (cfengine2-imenu-expression): Rename from
16876 `cfengine-imenu-expression'.
16877 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16878 (cfengine2-beginning-of-defun): Rename from
16879 `cfengine-beginning-of-defun'.
16880 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16881 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16882 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16883 modeline indicator to "CFE2".
16884 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16885 (cfengine-mode-abbrevs): Mark obsolete.
16886
16887 2011-12-21 Chong Yidong <cyd@gnu.org>
16888
16889 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16890 filename argument.
16891
16892 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16893
16894 * window.el (window-normalize-buffer-to-display): Remove.
16895 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16896
16897 2011-12-19 Chong Yidong <cyd@gnu.org>
16898
16899 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16900 Don't signal an error in a predicate function; return non-nil.
16901 (vc-dir-mark-file): Move the error here.
16902 (vc-dir-mark-unmark): If acting on the region, keep going if one
16903 of the entries cannot be marked/unmarked.
16904 (vc-dir-mark-all-files): If current entry is a directory, mark
16905 only child files, as documented.
16906
16907 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
16908
16909 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16910 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16911 addition.
16912
16913 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16914
16915 * term/ns-win.el (ns-get-selection-internal)
16916 (ns-store-selection-internal): Declare.
16917 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16918 Declare as obsolete.
16919 (ns-get-pasteboard, ns-paste-secondary):
16920 Use ns-get-selection-internal.
16921 (ns-set-pasteboard, ns-copy-including-secondary):
16922 Use ns-store-selection-internal.
16923
16924 2011-12-17 Chong Yidong <cyd@gnu.org>
16925
16926 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16927 (vc-deduce-fileset): Doc fix.
16928
16929 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16930
16931 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16932
16933 2011-12-13 Sam Steingold <sds@gnu.org>
16934
16935 * man.el (Man-getpage-in-background): When running under a
16936 window-system, ignore $MANWIDTH and $COLUMNS.
16937
16938 2011-12-15 Kenichi Handa <handa@m17n.org>
16939
16940 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16941 (setup-ethiopic-environment-internal): Comment out key-binding for
16942 ethio-toggle-punctuation.
16943
16944 2011-12-13 Alan Mackenzie <acm@muc.de>
16945
16946 Add the switch statement to AWK Mode.
16947
16948 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16949 "default" to the keywords regexp.
16950
16951 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16952 expression as the rest.
16953 (c-nonlabel-token-key): Allow string literals for AWK.
16954 Refactor for the other modes.
16955
16956 Large brace-block initialisation makes CC Mode slow: Fix.
16957 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16958 routines. Limit backward searching in c-font-lock-enclosing.decl.
16959
16960 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16961 pp-state and literal type in addition to the limits.
16962 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16963 (c-state-literal-at): Use the above new defun.
16964 (c-slow-in-literal, c-fast-in-literal): Remove.
16965 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16966
16967 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16968 being in a literal. Add a limit for backward searching.
16969
16970 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16971 c-slow-in-literal.
16972
16973 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16974
16975 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16976
16977 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16978
16979 * window.el (delete-other-windows): Use correct frame in call to
16980 window-with-parameter.
16981
16982 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16983
16984 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16985 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16986 (makefile-gmake-statements, makefile-makepp-statements):
16987 Use it and add new makepp keywords.
16988 (makefile-makepp-font-lock-keywords): Add new patterns.
16989 (makefile-match-function-end): Match new [...] and [[...]].
16990
16991 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16992
16993 * ses.el (ses-call-printer-return, ses-cell-property-get)
16994 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16995 (ses-create-cell-variable, ses-reset-header-string)
16996 (ses-cell-set-formula, ses-repair-cell-reference-all)
16997 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16998 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16999 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17000 (ses-aset-with-undo, ses-load, ses-truncate-cell)
17001 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17002 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17003 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17004 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17005 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17006 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17007 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17008 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17009
17010 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
17011
17012 * ses.el: The overall change is to add cell renaming, that is
17013 setting fancy names for cell symbols other than name matching
17014 "\\`[A-Z]+[0-9]+\\'" regexp .
17015 (ses-create-cell-variable): New defun.
17016 (ses-relocate-formula): Relocate formulas only for cells the
17017 symbols of which are not renamed, i.e. symbols whose names do not
17018 match regexp "\\`[A-Z]+[0-9]+\\'".
17019 (ses-relocate-all): Relocate values only for cells the symbols of
17020 which are not renamed.
17021 (ses-load): Create cells variables as the (ses-cell ...) are read,
17022 in order to check row col consistency with cell symbol name only
17023 for cells that are not renamed.
17024 (ses-replace-name-in-formula): New defun.
17025 (ses-rename-cell): New defun.
17026
17027 2011-12-11 Chong Yidong <cyd@gnu.org>
17028
17029 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17030 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17031
17032 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
17033
17034 * window.el (other-window): Fix docstring.
17035
17036 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17037
17038 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17039 `from' or `to' address before taking its substring.
17040 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17041 encoded name is chopped in the middle of the encoded string, and
17042 thus displayed encoded.
17043
17044 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
17045
17046 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17047
17048 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17049
17050 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
17051 to use texinfo-update-node and commands that call it if the
17052 Texinfo file uses @node lines without next/prev/up pointers.
17053 Correct outdated description about texinfo-master-menu.
17054 (texinfo-all-menus-update, texinfo-master-menu)
17055 (texinfo-update-node, texinfo-every-node-update)
17056 (texinfo-multiple-files-update): Doc fix. Warn against updating
17057 all the @node lines.
17058 (texinfo-master-menu): Only call texinfo-update-node if the prefix
17059 argument is numeric. Explain better in the doc string what the
17060 function really does.
17061 (texinfo-insert-master-menu-list): Improve the error message
17062 displayed if there's no menu in the Top node.
17063 (Bug#2975) See also this thread:
17064 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17065
17066 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
17067
17068 * speedbar.el (speedbar-supported-extension-expressions):
17069 Add .adb and .ads, commonly used for Ada source code (bug#10256).
17070
17071 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
17072
17073 * printing.el (pr-mode-alist):
17074 * simple.el (filter-buffer-substring-functions)
17075 (completion-list-insert-choice-function):
17076 * window.el (window-with-parameter, window-atom-root)
17077 (window-sides-slots, window-size-fixed, window-min-delta)
17078 (window-max-delta, window--resize-mini-window)
17079 (window--resize-child-windows-normal, window-tree)
17080 (delete-other-windows, quit-window, split-window)
17081 (display-buffer-record-window, special-display-buffer-names)
17082 (special-display-regexps, special-display-popup-frame)
17083 (same-window-p, split-window-sensibly)
17084 (display-buffer-overriding-action, display-buffer-alist)
17085 (display-buffer-base-action, display-buffer, switch-to-buffer)
17086 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17087 (fit-window-to-buffer, recenter-positions)
17088 (mouse-autoselect-window-state, mouse-autoselect-window-select):
17089 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17090 and remove unneeded backslashes in docstrings.
17091
17092 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17093
17094 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17095
17096 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17097 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17098 end in ".mk".
17099 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17100 when reading the makefile (bug#10116).
17101
17102 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17103
17104 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17105 (bug#10116).
17106
17107 2011-12-06 Glenn Morris <rgm@gnu.org>
17108
17109 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17110
17111 2011-12-06 Chong Yidong <cyd@gnu.org>
17112
17113 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17114
17115 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
17116
17117 * textmodes/table.el (table-shorten-cell): Fix typo.
17118
17119 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
17120
17121 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17122
17123 2011-12-05 Eli Zaretskii <eliz@gnu.org>
17124
17125 * descr-text.el (describe-char): Fix display of strong
17126 right-to-left characters and directional embeddings and overrides.
17127
17128 * simple.el (what-cursor-position): Fix display of codepoints of
17129 strong right-to-left characters.
17130
17131 2011-12-05 Chong Yidong <cyd@gnu.org>
17132
17133 * faces.el (read-color): Doc fix.
17134
17135 2011-12-05 Glenn Morris <rgm@gnu.org>
17136
17137 * align.el (align--set-marker): Add doc-string.
17138 Don't try to move something that is not a marker. (Bug#10216)
17139
17140 2011-12-04 Glenn Morris <rgm@gnu.org>
17141
17142 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17143 overly zealous deletion of trailing whitespace.
17144
17145 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
17146
17147 * server.el (server-delete-client): On Windows, do not try to delete
17148 the only terminal.
17149 (server-process-filter): On Windows, treat requests for a tty frame as
17150 if they were for a GUI frame if the running server is in GUI mode.
17151
17152 2011-12-03 Glenn Morris <rgm@gnu.org>
17153
17154 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
17155
17156 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
17157
17158 * electric.el: Streamline electric-indent's hook.
17159 (electric-indent-chars): Revert to simple list.
17160 (electric-indent-functions): New var.
17161 (electric-indent-post-self-insert-function): Use it.
17162
17163 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17164 there's no inferior buffer (bug#10196).
17165 (prolog-consult-compile): Don't use toggle-read-only.
17166
17167 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
17168
17169 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17170 interrupt. (Bug#10187)
17171
17172 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17173
17174 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17175 (bug#9160).
17176
17177 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17178 (bug#10191).
17179
17180 2011-12-02 Juri Linkov <juri@jurta.org>
17181
17182 * info.el (Info-search): Display "end of manual" when Isearch
17183 reaches the end of single-file Info manual. (Bug#9918)
17184
17185 2011-12-02 Eli Zaretskii <eliz@gnu.org>
17186
17187 * isearch.el (isearch-message-prefix): Run the input method part
17188 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
17189
17190 2011-12-02 Juri Linkov <juri@jurta.org>
17191
17192 * isearch.el (isearch-occur): Use `word-search-regexp' for
17193 `isearch-word'.
17194 (isearch-search-and-update): Add condition for `isearch-word' and
17195 call `word-search-regexp'. (Bug#10145)
17196
17197 2011-12-01 Glenn Morris <rgm@gnu.org>
17198
17199 * eshell/em-hist.el (eshell-hist-initialize):
17200 Handle eshell-history-size nil and HISTSIZE set or unset.
17201 (eshell-history-file-name, eshell-history-size): Fix custom type.
17202
17203 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17204
17205 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17206
17207 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
17208
17209 * progmodes/verilog-mode.el (verilog-pretty-expr):
17210 Rework verilog-pretty-expr to handle new assignment operators in system
17211 verilog, such as += *= and the like.
17212 (verilog-assignment-operator-re): Regular expression to find the
17213 assigment operator in a verilog assignment.
17214 (verilog-assignment-operation-re): Regular expression to find an
17215 assignment statement for pretty-expr.
17216 (verilog-in-attribute-p): Query returns true if point is in an
17217 attribute context; used to skip these for expression line up from
17218 pretty-expr.
17219 (verilog-in-parameter-p): Query returns true if point is in an
17220 parameter definition context; used to skip these for expression
17221 line up from pretty-expr.
17222 (verilog-in-parenthesis-p): Query returns true if point is in a
17223 parenthetical expression, specifically ( ) but not [ ] or { };
17224 used by pretty-expr.
17225 (verilog-just-one-space): If there is no space, don't add one.
17226 (verilog-get-lineup-indent-2): Specifically skip just attribute
17227 contexts for expression lineup, rather than skipping all
17228 parenthetical expressions.
17229 (verilog-calculate-indent): Fix comment, and fix indent.
17230 (verilog-do-indent): Indent declarations in lists (suggested by
17231 Joachim Lechner).
17232 (verilog-mode-abbrev-table): Populate abbrev mode with the various
17233 skeleton items.
17234 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17235 by Alain Mellan).
17236
17237 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
17238
17239 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17240 parameters with embedded comments. Reported by Ray Stevens.
17241 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17242 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17243 Reported by Tim Holt.
17244 (verilog-auto): Fix AUTOing a upper module then AUTOing module
17245 instantiated by upper module causing wrong expansion until AUTOed a
17246 second time. Reported by K C Buckenmaier.
17247 (verilog-diff-auto): Fix showing .* as a difference when
17248 `verilog-auto-star-save' off. Reported by Dan Dever.
17249 (verilog-auto-reset, verilog-read-always-signals)
17250 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17251 temporary signals in reset list if
17252 verilog-auto-reset-blocking-in-non is nil, and match assignment
17253 style to each signal's assignment type, bug381.
17254 Reported by Thomas Esposito.
17255 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17256 (verilog-uvm-statement-re): Support UVM indentation and
17257 highlighting, with old OVM keywords only.
17258 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17259 Support AUTOTIEOFF creating non-wire data types.
17260 Suggested by Jonathan Greenlaw.
17261 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17262 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17263 (verilog-inject-sense, verilog-read-inst-pins)
17264 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17265 Fix mismatching parenthesis inside commented out code when deleting
17266 AUTOINST, bug383. Reported by Jonathan Greenlaw.
17267 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17268 non-numeric vector width. Reported by Alex Reed.
17269 (verilog-auto-ascii-enum): Add "onehot" option to work around not
17270 detecting signals with parameter widths. Reported by Alex Reed.
17271 (verilog-auto-delete-trailing-whitespace):
17272 With `verilog-auto-delete-trailing-whitespace' remove trailing
17273 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17274 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17275 Fix verilog-scan-cache corruption when running user AUTO expansion
17276 hooks that call indentation routines.
17277 (verilog-simplify-range-expression): Fix typo ignoring lower case
17278 identifiers.
17279 (verilog-delete-auto): Fix delete-autos to also remove user created
17280 automatics, as long as they start with AUTO.
17281 (verilog-batch-diff-auto, verilog-diff-auto)
17282 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17283 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17284 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17285 (verilog-in-paren-quick, verilog-re-search-backward-quick)
17286 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17287 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17288 is disabled and its cache will get corrupt, causing AUTOS not to
17289 expand. Instead use only -quick functions.
17290 (verilog-scan-region): Fix scanning over escaped quotes.
17291 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17292 (verilog-re-search-backward-quick)
17293 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17294 related functions now ignore strings, to fix misparsing of strings
17295 with magic comments embedded in them.
17296 (verilog-read-auto-template):
17297 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17298 Reported by Brad Dobbie.
17299 (verilog-read-auto-template):
17300 Fix 'verilog-auto-inst-template-numbers' with comments.
17301 Reported by Brad Dobbie.
17302 (verilog-auto-inst, verilog-auto-inst-param)
17303 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17304 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17305 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17306 debugging templates without merge conflicts, bug357.
17307 Reported by Brad Dobbie.
17308 (verilog-read-auto-template):
17309 Fix verilog-auto-inst-template-numbers with multiple templates.
17310 Reported by Brad Dobbie.
17311 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17312 abbrevs so user won't be asked to save.
17313 (verilog-read-auto-lisp-present): Fix to start at beginning of
17314 buffer in case called outside of verilog-auto.
17315 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17316 to "X-2". Reported by Matthew Myers.
17317 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17318 all inputs from module templates. Reported by Leith Johnson.
17319 (verilog-module-inside-filename-p): Fix locating programs as with
17320 modules.
17321 (verilog-auto-inst-port): Fix vl-width expressions when using
17322 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17323 (verilog-decls-get-regs, verilog-decls-get-signals,
17324 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17325 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17326 verilog-read-decls): Combine reg and wire structures into one var
17327 structure to represent SystemVerilog concepts.
17328 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17329 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17330 (verilog-auto-wire-type, verilog-insert-definition):
17331 Add verilog-auto-wire-type and AUTOLOGIC to support using
17332 SystemVerilog "logic" keyword instead of "wire"/"reg".
17333 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17334 to declares outputs that also have assignments (presumably in an
17335 ifdef or generate if so there's not a driver conflict).
17336 Reported by Matthew Myers.
17337 (verilog-auto-declare-nettype, verilog-insert-definition):
17338 Add verilog-auto-declare-nettype to fix declarations using
17339 `default_nettype none. Reported by Julian Gorfajn.
17340 (verilog-read-always-signals-recurse, verilog-read-decls)
17341 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17342 malformed end statement, bug325. Reported by Joshua Wise and
17343 Andrew Drake.
17344 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17345 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17346 when expanding .* in interfaces, bug320.
17347 Reported by Pierre-David Pfister.
17348 (verilog-read-module-name): Fix import statements between module
17349 name and open parenthesis, bug317.
17350 Reported by Pierre-David Pfister.
17351 (verilog-simplify-range-expression): Fix simplification of
17352 multiplications inside AUTOWIRE connections, bug303.
17353 (verilog-auto-inst-port): Support parameter expansion in
17354 multidimensional arrays.
17355 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17356 after "assert property". Reported by Julian Gorfajn.
17357 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17358 with multiplication, bug303.
17359 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17360 Reported by Jan Frode Lonnum.
17361
17362 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17363
17364 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17365 (hfy-shell-file-name, hfy-shell):
17366 * international/fontset.el (x-decompose-font-name): Fix typos.
17367
17368 2011-11-29 Ken Brown <kbrown@cornell.edu>
17369
17370 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17371 (gdb-version): Remove defvar.
17372 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17373 (gdb-gud-context-command, gdb-non-stop-handler)
17374 (gdb-current-context-command, gdb-stopped): Use it.
17375 (gdb-init-1): Enable pretty printing here.
17376 (gdb-non-stop-handler): Don't enable pretty-printing here.
17377 Check to see if the target supports non-stop mode; if not, turn off
17378 non-stop mode. Use the following.
17379 (gdb-check-target-async): New defun.
17380 (gud-watch, gdb-stopped): Fix whitespace.
17381 (gdb-get-source-file): Don't try to display the source file if
17382 `gdb-main-file' is nil.
17383
17384 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17385
17386 * align.el: Try to generate fewer markers (bug#10047).
17387 (align--set-marker): New macro.
17388 (align-region): Use it.
17389
17390 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17391
17392 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17393
17394 2011-11-29 Chong Yidong <cyd@gnu.org>
17395
17396 * indent.el (indent-for-tab-command, indent-according-to-mode):
17397 Doc fix.
17398 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17399
17400 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17401
17402 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17403 aware of remote file names. (Bug#10124)
17404
17405 2011-11-29 Chong Yidong <cyd@gnu.org>
17406
17407 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17408
17409 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17410
17411 * files.el (find-file): Don't use force-same-window (bug#10144).
17412 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17413 use pop-to-buffer if the selected window can't be used.
17414 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17415
17416 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17417
17418 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17419 special-mode-map.
17420
17421 2011-11-28 Chong Yidong <cyd@gnu.org>
17422
17423 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17424
17425 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17426
17427 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17428 gdb-get-source-file-list on gdb-create-source-file-list.
17429
17430 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17431
17432 * whitespace.el (whitespace-newline): Use a different foreground
17433 color for 16-color light-background displays.
17434
17435 2011-11-24 Chong Yidong <cyd@gnu.org>
17436
17437 * window.el (display-buffer--special-action): Doc fix.
17438
17439 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17440
17441 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17442 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17443 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17444 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17445 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17446 (avl-tree-stack-first):
17447 * emacs-lisp/cconv.el (cconv--analyse-use):
17448 * net/gnutls.el (gnutls-negotiate): Fix typos.
17449
17450 2011-11-24 Glenn Morris <rgm@gnu.org>
17451
17452 * lpr.el (lpr-windows-system, lpr-lp-system):
17453 * mail/binhex.el (binhex-begin-line):
17454 * progmodes/grep.el (grep-history, grep-find-history):
17455 * textmodes/flyspell.el:
17456 * vc/pcvs-defs.el (cvs-global-menu):
17457 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17458 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17459 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17460
17461 * net/tls.el: Fix case of "GnuTLS".
17462
17463 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17464
17465 * version.el (emacs-build-system): Give it a doc-string.
17466
17467 2011-11-24 Juri Linkov <juri@jurta.org>
17468
17469 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17470
17471 2011-11-24 Glenn Morris <rgm@gnu.org>
17472
17473 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17474 if called on a non-mime message just toggle the headers. (Bug#8006)
17475
17476 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17477
17478 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17479 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17480 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17481 (allout-rebullet-heading, allout-open-sibtopic)
17482 (allout-toggle-current-subtree-encryption)
17483 (allout-toggle-subtree-encryption, allout-encrypt-string)
17484 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17485 (allout-distinctive-bullets-string, allout-auto-activation):
17486 * window.el (window-normalize-buffer-to-display):
17487 * progmodes/verilog-mode.el (verilog-batch-indent):
17488 * textmodes/bibtex.el (bibtex-field-braces-opt)
17489 (bibtex-field-strings-opt):
17490 * vc/cvs-status.el (cvs-tree-merge):
17491 Fix typos.
17492
17493 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17494
17495 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17496 `non-essential' to t, in order to avoid remote connections.
17497
17498 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17499
17500 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17501 On MS-DOS and MS-Windows, compare with loaddefs.el
17502 case-insensitively.
17503
17504 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17505
17506 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17507
17508 2011-11-23 Glenn Morris <rgm@gnu.org>
17509
17510 * paths.el (rmail-file-name): Reformat the doc-string so that it
17511 is picked up.
17512
17513 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17514 (rmail-auto-file): Ignore case in the "special" field names,
17515 as mail-fetch-field does for all others.
17516
17517 * mail/rmail.el (rmail-forward):
17518 * mail/rmailkwd.el (rmail-set-label):
17519 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17520 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17521
17522 * mail/rmail.el (rmail-current-message): Doc fix.
17523
17524 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17525
17526 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17527
17528 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17529
17530 2011-11-22 Glenn Morris <rgm@gnu.org>
17531
17532 * mail/rmailmm.el (test-rmail-mime-handler)
17533 (test-rmail-mime-bulk-handler)
17534 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17535
17536 2011-11-21 Juri Linkov <juri@jurta.org>
17537
17538 * calc/calc.el (calc-read-key-sequence):
17539 Let-bind `input-method-function' to nil. (Bug#10018)
17540
17541 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17542
17543 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17544 Tell the caller that the next line needs recomputation, even
17545 though it doesn't start a sexp (bug#10094).
17546
17547 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17548
17549 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17550
17551 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17552
17553 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17554 Use force-same-window.
17555
17556 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17557
17558 * descr-text.el (describe-char-unicode-data):
17559 * json.el (json-string-escape):
17560 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17561 (Footnote-unicode, Footnote-style-p):
17562 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17563
17564 2011-11-20 Chong Yidong <cyd@gnu.org>
17565
17566 * window.el (replace-buffer-in-windows): Restore interactive spec.
17567
17568 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17569
17570 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17571
17572 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17573 (byte-compile-global-not-obsolete-vars): New var.
17574 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17575 Use it.
17576 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17577
17578 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17579
17580 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17581 * progmodes/pascal.el (electric-pascal-equal):
17582 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17583 * xml.el (xml-substitute-special): Fix typos.
17584
17585 2011-11-20 Glenn Morris <rgm@gnu.org>
17586
17587 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17588 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17589 Doc fixes.
17590 (rmail-decode-mime-charset): Mark as obsolete.
17591
17592 * mail/rmailsum.el (rmail-message-regexp-p-1):
17593 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17594 Before using mime functions, check they are set. (Bug#10077)
17595
17596 2011-11-19 Juri Linkov <juri@jurta.org>
17597
17598 * info.el (Info-finder-find-node): Use `package--builtins' instead
17599 of `package-alist'. Use node names formed by the pattern "Keyword "
17600 and the keyword name.
17601
17602 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17603
17604 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17605
17606 2011-11-19 Juri Linkov <juri@jurta.org>
17607
17608 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17609 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17610 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17611 `old-history', `old-history-forward'. Add let-binding
17612 `window-selected'. Remove calls to `kill-buffer',
17613 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17614 before calling `Info-find-node', so `Info-find-node-2' will reread
17615 the Info file. Restore window positions only when `window-selected'
17616 is non-nil.
17617
17618 2011-11-19 Juri Linkov <juri@jurta.org>
17619
17620 * isearch.el (isearch-lazy-highlight-new-loop):
17621 Remove condition `(not isearch-error)'. (Bug#9918)
17622
17623 * misearch.el (multi-isearch-search-fun): Add condition
17624 `(not bound)' to ignore lazy-highlighting search.
17625 Add the search-failed message "end of multi" when the end of
17626 multi-sequence is reached. Uncapitalize the search-failed
17627 message "Repeat for next buffer".
17628
17629 * info.el (Info-search): Add the search-failed message
17630 "end of the manual" when the end of the manual is reached
17631 in Isearch mode.
17632
17633 2011-11-19 Juri Linkov <juri@jurta.org>
17634
17635 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17636 Use non-destructive `remove' instead of `delete' because
17637 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17638 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17639
17640 2011-11-19 Juri Linkov <juri@jurta.org>
17641
17642 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17643 to nil instead of binding `search-ring' and `regexp-search-ring'.
17644 (Bug#9185)
17645
17646 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17647
17648 * simple.el (line-move): Force movement by logical lines for any
17649 hscrolled window, not only when auto-hscroll-mode is on.
17650 (line-move-visual): Update doc string to that effect. (Bug#10076)
17651
17652 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17653
17654 * language/european.el (macintosh): Define as alias for mac-roman.
17655
17656 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17657
17658 * mail/rmailmm.el (rmail-mime-display-header)
17659 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17660 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17661 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17662 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17663 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17664 of a raw aref.
17665 (rmail-mime-entity-segment): To get past the tagline, move forward
17666 2 more lines, to account for the 2 empty lines that precede and
17667 follow the line with the buttons.
17668 (rmail-mime-update-tagline): Move one more line, to get past the
17669 empty line that follows the buttons in the tagline. (Bug#9520)
17670
17671 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17672
17673 * window.el (window-max-delta-1, window-min-delta-1)
17674 (window-min-size-1, window-state-get-1, window-state-put-1)
17675 (window-state-put-2): Use "window--" prefix.
17676
17677 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17678
17679 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17680 (smie-warning-count): New var.
17681 (smie-set-prec2tab): Use it.
17682 (smie-bnf->prec2): Improve warnings. Add docstring.
17683 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17684 (smie-bnf--set-class): New function.
17685 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17686 corner case.
17687
17688 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17689 (compilation-error-properties, compilation-move-to-column):
17690 Handle compilation-first-column while in the target buffer.
17691
17692 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17693 Don't hardcode point-min==1.
17694
17695 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17696 (eshell-rewrite-for-command): Remove workaround.
17697 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17698 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17699 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17700
17701 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17702
17703 2011-11-17 Glenn Morris <rgm@gnu.org>
17704
17705 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17706 Ignore buffer-local generated-autoload-file if it is the same
17707 as the global value. (Bug#10049)
17708
17709 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17710
17711 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17712 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17713 (reftex-toc-previous-heading, reftex-toc-max-level)
17714 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17715 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17716 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17717 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17718 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17719 (reftex-toc-rename-label, reftex-toc-visit-location)
17720 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17721 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17722 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17723 leaving "*toc*" only for references to the buffer.
17724
17725 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17726
17727 * window.el (window-resize, delete-window, split-window):
17728 Replace window-splits by window-combination-resize.
17729 * cus-start.el (window-splits): Replace by window-combination-resize.
17730
17731 2011-11-17 Glenn Morris <rgm@gnu.org>
17732
17733 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17734 Make bash entry derive from sh entry, not shell entry.
17735
17736 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17737
17738 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17739 local file name.
17740
17741 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17742
17743 * menu-bar.el (menu-bar-file-menu):
17744 * printing.el (pr-ps-utility):
17745 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17746 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17747 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17748 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17749 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17750 (icalendar--convert-cyclic-to-ical)
17751 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17752 (icalendar--convert-ical-to-diary)
17753 (icalendar--convert-recurring-to-diary)
17754 (icalendar--convert-non-recurring-all-day-to-diary)
17755 (icalendar-import-format-sample):
17756 * progmodes/idlw-shell.el (idlwave-shell-mode):
17757 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17758 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17759 (vhdl-ps-print-init): Fix typos.
17760
17761 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17762
17763 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17764 FSF and collapse date sequence, obscure author/maintainer email address
17765 better, remove extra version line, track relocation of author's webpage.
17766
17767 * progmodes/python.el (python-pdbtrack-input-prompt)
17768 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17769 regular python pdb prompts. Adjustments shamelessly taken exactly as
17770 suggested in EmacsWiki page (tiny change):
17771 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17772
17773 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17774
17775 * expand.el (expand-pos, expand-index, expand-point):
17776 Remove redundant info from docstring.
17777 (expand-add-abbrevs): Doc fix.
17778 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17779 (expand-sample-perl-mode-expand-list): Fix typos.
17780
17781 * net/dbus.el (dbus-event-member-name):
17782 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17783 * term/pc-win.el (msdos-create-frame-with-faces):
17784 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17785
17786 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17787
17788 * window.el (split-window, window-state-get-1)
17789 (window-state-put-1, window-state-put-2): Rename occurrences of
17790 window-nest to window-combination-limit.
17791 * cus-start.el (window-nest): Rename to window-combination-limit.
17792
17793 2011-11-16 Chong Yidong <cyd@gnu.org>
17794
17795 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17796 regexp (Bug#10033).
17797
17798 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17799
17800 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17801 `completing-read' will remove *Completions* and will preserve
17802 current-buffer for us.
17803 (tmm-add-prompt): Users of *Completions* will always (re)set its
17804 major mode.
17805 (tmm-old-comp-map): Remove.
17806
17807 2011-11-16 Glenn Morris <rgm@gnu.org>
17808
17809 * mail/rmailedit.el: Require rmailmm when compiling.
17810 (rmail-old-mime-state): New declaration.
17811 (rmail-edit-current-message): If editing a mime message,
17812 edit the "raw" message from the mbox buffer.
17813 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17814
17815 2011-11-15 Glenn Morris <rgm@gnu.org>
17816
17817 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17818 which wasn't being used. Add optional arg to force given state.
17819 (rmail-mime): Add optional arg to force given state.
17820
17821 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17822
17823 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17824 * frame.el (display-mm-dimensions-alist):
17825 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17826 (outline-move-subtree-down):
17827 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17828 (newsticker--treeview-do-get-node):
17829 * net/quickurl.el (quickurl-list-buffer-name):
17830 * progmodes/dcl-mode.el (dcl-mode):
17831 * progmodes/gdb-mi.el (gdb-mapcar*):
17832 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17833
17834 2011-11-15 Glenn Morris <rgm@gnu.org>
17835
17836 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17837 in a boolean sense, so just make it a boolean, and fix the doc.
17838 (rmail-show-mime-function, rmail-mime-feature)
17839 (rmail-require-mime-maybe): Doc fixes.
17840 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17841
17842 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17843
17844 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17845
17846 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17847 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17848 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17849 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17850
17851 2011-11-15 Glenn Morris <rgm@gnu.org>
17852
17853 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17854 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17855 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17856 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17857 (rmail-mime, rmail-show-mime): Doc fixes.
17858
17859 * term/ns-win.el (mode-line-frame-identification):
17860 Leave it alone. (Bug#10051)
17861
17862 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17863
17864 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17865 Handle empty buffers. (Bug#9978)
17866
17867 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17868
17869 * international/mule.el (define-charset):
17870 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17871 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17872 * progmodes/verilog-mode.el (verilog-backward-token):
17873 * textmodes/ispell.el (lookup-words):
17874 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17875
17876 2011-11-14 Glenn Morris <rgm@gnu.org>
17877
17878 * progmodes/executable.el
17879 (executable-make-buffer-file-executable-if-script-p):
17880 Handle file-modes returning nil.
17881
17882 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17883 message - not necessary, and causes problems. (Bug#9831)
17884
17885 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17886
17887 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17888
17889 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17890 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17891 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17892
17893 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17894
17895 * window.el (window-resize, delete-window): Use window-splits
17896 variable instead of function.
17897 (window-state-get-1, window-state-put-2, window-state-put):
17898 Don't deal with windows' splits status.
17899
17900 2011-11-12 Glenn Morris <rgm@gnu.org>
17901
17902 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17903 (apropos-documentation): Doc fixes.
17904
17905 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17906
17907 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17908 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17909
17910 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17911
17912 * electric.el (electric-indent-post-self-insert-function): Make it
17913 possible for a char to only indent in some circumstances.
17914 (electric-indent-mode): Simplify.
17915
17916 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17917
17918 * window.el (windows-with-parameter): Remove unused function.
17919 (windows-at-side): Rename to window-at-side-list.
17920 (window-check, window-atom-check, window-atom-check-1)
17921 (window-side-check, window-size-ignore, window-size-fixed-1)
17922 (window-in-direction-2): Prefix with "window--".
17923 (window-tree-1): Rename to window--subtree, fix doc-string.
17924
17925 2011-11-11 Glenn Morris <rgm@gnu.org>
17926
17927 * subr.el (eval-after-load): If FILE is already loaded,
17928 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17929
17930 2011-11-10 Glenn Morris <rgm@gnu.org>
17931
17932 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17933 Call svn via vc-svn-command rather than vc-do-command.
17934 (vc-svn-command): Add --non-interactive. (Bug#9993)
17935 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17936
17937 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17938 Add toggle-read-only. (Bug#7292)
17939 * files.el (toggle-read-only): Mention that it should only
17940 be used interactively. (Bug#10006)
17941
17942 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17943
17944 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17945 Adjust regexp for OCaml warnings.
17946
17947 * electric.el (electric-pair-post-self-insert-function): Let user
17948 turn it off buffer-locally (bug#9932).
17949
17950 * progmodes/python.el (python-beginning-of-statement):
17951 Rewrite (bug#2703).
17952
17953 * progmodes/compile.el: Better handle TABs (bug#9749).
17954 (compilation-internal-error-properties)
17955 (compilation-next-error-function): Obey the target buffer's
17956 compilation-error-screen-columns.
17957
17958 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17959
17960 * progmodes/meta-mode.el: Remove obsolete comments.
17961 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17962 Fix typos in docstrings.
17963
17964 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17965
17966 * window.el (window-size-fixed-p): Rewrite doc-string.
17967 (window-resizable-p): Rename to window--resizable-p. Update callers.
17968 (window--resizable): New function. Make all callers of
17969 window-resizable call window--resizable instead.
17970 (window-resizable): Rewrite in terms of window--resizable.
17971
17972 2011-11-08 Glenn Morris <rgm@gnu.org>
17973
17974 * progmodes/delphi.el (delphi-mode-syntax-table):
17975 Let define-derived-mode define a proper syntax table. (Bug#9994)
17976
17977 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17978
17979 * window.el: Stay away from defsubst.
17980 (window-list-no-nils): Remove.
17981 (window-state-get-1, window-state-get): Use backquote instead.
17982
17983 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17984
17985 * emacs-lisp/find-func.el (find-function-read):
17986 Fix incorrect use of default argument in `completing-read'.
17987
17988 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17989
17990 * window.el (display-buffer-function, special-display-function):
17991 Mention display-buffer-record-window but do not mention
17992 help-setup parameter in doc-strings.
17993 (window-min-delta): Fix doc-string typo.
17994
17995 2011-11-08 Chong Yidong <cyd@gnu.org>
17996
17997 * window.el (window-total-height, window-total-width): Doc fix.
17998 (window-body-size): Move from C.
17999 (window-body-height, window-body-width): Move to C.
18000
18001 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18002
18003 * window.el: Make special-display like display-buffer-alist (bug#9532).
18004 (display-buffer--special-action): New function, morphed
18005 from display-buffer--special.
18006 (display-buffer): Use it to handle special-display-buffers at higher
18007 priority (just after display-buffer-alist).
18008 (display-buffer-fallback-action, display-buffer--other-frame-action)
18009 (pop-to-buffer-same-window): Remove display-buffer--special.
18010
18011 2011-11-07 Glenn Morris <rgm@gnu.org>
18012
18013 * calendar/cal-menu.el (cal-menu-set-date-title):
18014 Do nothing if not in a calendar. (Bug#9976)
18015
18016 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18017
18018 * files.el (find-file): Always use selected-window.
18019
18020 2011-11-07 Martin Rudalics <rudalics@gmx.at>
18021
18022 * window.el (window-combinations): Make WINDOW argument
18023 mandatory. Rewrite doc-string.
18024 (walk-window-subtree, window-atom-check, window-min-delta)
18025 (window-max-delta, window--resize-this-window)
18026 (window--resize-root-window-vertically, window-tree)
18027 (balance-windows, window-state-put): Rewrite doc-strings as to
18028 not mention the term "subwindow".
18029 (window--resize-subwindows-skip-p): Rename to
18030 window--resize-child-windows-skip-p.
18031 (window--resize-subwindows-normal): Rename to
18032 window--resize-child-windows-normal.
18033 (window--resize-subwindows): Rename to
18034 window--resize-child-windows.
18035 (window-or-subwindow-p): Rename to window--in-subtree-p.
18036
18037 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18038
18039 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18040 Ensure that mbox format messages end in two newlines (Bug#9974).
18041
18042 2011-11-06 Chong Yidong <cyd@gnu.org>
18043
18044 * window.el (window-combination-p): Function deleted; its
18045 side-effect is not used in any existing code.
18046 (window-combinations, window-combined-p): Call window-*-child
18047 directly.
18048
18049 2011-11-05 Chong Yidong <cyd@gnu.org>
18050
18051 * window.el (window-valid-p): Rename from window-any-p.
18052 (window-size-ignore, window-state-get): Callers changed.
18053 (window-normalize-window): Rename from window-normalize-any-window.
18054 New arg LIVE-ONLY, replacing window-normalize-live-window.
18055 (window-normalize-live-window): Delete.
18056 (window-combination-p, window-combined-p, window-combinations)
18057 (walk-window-subtree, window-atom-root, window-min-size)
18058 (window-sizable, window-sizable-p, window-size-fixed-p)
18059 (window-min-delta, window-max-delta, window-resizable)
18060 (window-resizable-p, window-full-height-p, window-full-width-p)
18061 (window-current-scroll-bars, window-point-1, set-window-point-1)
18062 (window-at-side-p, window-in-direction, window-resize)
18063 (adjust-window-trailing-edge, maximize-window, minimize-window)
18064 (window-deletable-p, delete-window, delete-other-windows)
18065 (record-window-buffer, unrecord-window-buffer)
18066 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18067 (quit-window, split-window, window-state-put)
18068 (set-window-text-height, fit-window-to-buffer)
18069 (shrink-window-if-larger-than-buffer): Callers changed.
18070
18071 2011-11-04 Eli Zaretskii <eliz@gnu.org>
18072
18073 * mail/rmail.el (rmail-simplified-subject): Decode subject with
18074 rfc2047-decode-string.
18075 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18076 warnings.
18077
18078 * window.el (window-body-height, window-body-width): Mention in
18079 the doc string that the return values are in frame's canonical
18080 units. (Bug#9949)
18081
18082 2011-11-03 Alan Mackenzie <acm@muc.de>
18083
18084 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18085 change in cc-engine.el.
18086
18087 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18088
18089 * window.el (switch-to-buffer): Use `force-same-window' interactively.
18090
18091 2011-11-02 Martin Rudalics <rudalics@gmx.at>
18092
18093 * window.el (quit-window): Call unrecord-window-buffer after
18094 showing another buffer in the window. (Bug#9937)
18095 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18096
18097 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
18098
18099 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18100 Accept status with more than 9 shelves. (Bug#9935)
18101 Reported by Colin D Bennett <colin@gibibit.com>.
18102
18103 2011-11-01 Martin Rudalics <rudalics@gmx.at>
18104
18105 * help.el (with-help-window): Don't reference
18106 temp-buffer-show-specifiers in doc-string.
18107
18108 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
18109
18110 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18111 menu-item.
18112
18113 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18114
18115 * whitespace.el: New version 13.2.2.
18116 (whitespace-newline-mode): Disable properly. Reported by Sarah
18117 <EmacsWiki>.
18118
18119 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
18120
18121 * net/newst-treeview.el: Remove "Time-stamp".
18122 (newsticker--group-manage-orphan-feeds): Do not call
18123 newsticker--treeview-tree-update.
18124 (newsticker-treeview-update, newsticker-treeview):
18125 Call newsticker--treeview-tree-update if necessary.
18126
18127 2011-10-30 Martin Rudalics <rudalics@gmx.at>
18128
18129 * window.el (window-iso-combination-p, window-iso-combined-p)
18130 (window-iso-combinations): Remove "iso-" infix.
18131 Suggested by Chong Yidong.
18132 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18133 (window-max-delta-1, window-resize, window--resize-siblings)
18134 (window--resize-this-window, adjust-window-trailing-edge)
18135 (split-window, balance-windows-1)
18136 (shrink-window-if-larger-than-buffer):
18137 * calendar/calendar.el (calendar-generate-window):
18138 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18139
18140 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18143 in place (bug#9907).
18144 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18145 (eshell-rewrite-if-command, eshell-rewrite-for-command)
18146 (eshell-structure-basic-command, eshell-rewrite-while-command)
18147 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18148 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18149 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18150 (eshell-do-pipelines-synchronously, eshell-eval-command):
18151 Use backquotes and prefer setq to set.
18152 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18153 (eshell-macrop): Use functionp.
18154 (eshell-do-eval): Handle multiple expressions in `while' body.
18155
18156 2011-10-30 Chong Yidong <cyd@gnu.org>
18157
18158 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18159 instead of set-mark (Bug#9810).
18160
18161 2011-10-30 Chong Yidong <cyd@gnu.org>
18162
18163 * window.el (split-window-below, split-window-right): Rename from
18164 split-window-above-each-other and split-window-side-by-side
18165 respectively. All callers changed.
18166 (split-window-sensibly, split-window-sensibly): Use them.
18167 (split-window-keep-point): Doc fix.
18168
18169 * isearch.el: Add isearch-scroll property to split-window-below
18170 and split-window-right.
18171
18172 * follow.el (follow-mode):
18173 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18174 * progmodes/ada-xref.el (ada-gdb-application):
18175 * emulation/vip.el (vip-buffer-in-two-windows):
18176 * image-dired.el (image-dired-dired-with-window-configuration):
18177 * dired-x.el (dired-do-find-marked-files):
18178 * dired.el (dired-pop-to-buffer):
18179 * bs.el (bs--show-with-configuration):
18180 * vc/emerge.el (emerge-setup-windows):
18181 * textmodes/two-column.el (2C-two-columns):
18182 * textmodes/reftex-toc.el (reftex-toc):
18183 * progmodes/gdb-mi.el (gdb-setup-windows):
18184 * progmodes/fortran.el (fortran-window-create):
18185 * net/newst-treeview.el (newsticker--treeview-window-init):
18186 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18187 * emulation/tpu-edt.el (tpu-gold-map):
18188 * emulation/crisp.el (crisp-mode-map):
18189 * calendar/calendar.el (calendar-basic-setup): Callers changed.
18190
18191 2011-10-29 Chong Yidong <cyd@gnu.org>
18192
18193 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18194
18195 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18196
18197 * textmodes/flyspell.el (flyspell-word): Fix char offset for
18198 forged Ispell output (Bug#7904).
18199
18200 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18201
18202 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18203
18204 * doc-view.el: Avoid ugly errors about not finding nil.
18205 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18206 (doc-view-dvipdf-program, doc-view-unoconv-program)
18207 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18208 Avoid nil or absolute file name as default value.
18209 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18210
18211 2011-10-28 Alan Mackenzie <acm@muc.de>
18212
18213 * progmodes/cc-defs.el (c-version): -> 5.32.2.
18214
18215 2011-10-28 Alan Mackenzie <acm@muc.de>
18216
18217 Amend the handling of c-beginning/end-of-defun in nested declaration
18218 scopes.
18219
18220 * progmodes/cc-vars.el (c-defun-tactic): Move here from
18221 cc-langs.el. Change it to a defcustom.
18222
18223 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18224 cc-vars.el.
18225
18226 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18227 Prevent "class foo : bar" being spuriously recognized as a label.
18228
18229 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18230 Add parameter `inclusive' (to include enclosing braces in the region).
18231 (c-widen-to-enclosing-decl-scope): New function.
18232 (c-while-widening-to-decl-block): New macro.
18233 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18234 outward for defun boundaries, and correspondingly change symbol
18235 `respect-enclosure' to `go-outward'.
18236 (c-declaration-limits): Change algorithm to report only the "innermost"
18237 defun's boundaries.
18238
18239 2011-10-28 Deniz Dogan <deniz@dogan.se>
18240
18241 * net/rcirc.el (rcirc-mode): Use hard newlines.
18242
18243 2011-10-28 Alan Mackenzie <acm@muc.de>
18244
18245 Amend to indent and fontify macros "which include their own semicolon"
18246 correctly, using the "virtual semicolon" mechanism.
18247
18248 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18249
18250 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18251 Recode to scan one line at a time rather than having \n and \r
18252 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18253 (c-forward-label): Amend for virtual semicolons.
18254 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18255
18256 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18257 of the new C macros.
18258
18259 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18260 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18261 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18262 (c-opt-cpp-macro-define): Make into a full language variable.
18263 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18264 AWK Mode (including \n, \r) removed, no longer needed.
18265
18266 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18267 Invoke c-make-macro-with-semi-re.
18268
18269 * progmodes/cc-vars.el (c-macro-with-semi-re):
18270 (c-macro-names-with-semicolon): New variables.
18271 (c-make-macro-with-semi-re): New function.
18272
18273 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18274
18275 * vc/log-edit.el: Fill empty field rather than adding new one.
18276 (log-edit-add-field): New function.
18277 (log-edit-insert-changelog): Use it.
18278
18279 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18280
18281 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18282
18283 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18284
18285 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18286 (gdb--check-interpreter): New function.
18287 (gdb): Use it.
18288
18289 2011-10-27 Glenn Morris <rgm@gnu.org>
18290
18291 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18292 (least-positive-float, least-negative-float)
18293 (least-positive-normalized-float, least-negative-normalized-float)
18294 (float-epsilon, float-negative-epsilon):
18295 Remove unnecessary declarations.
18296
18297 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18298 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18299 (least-positive-float, least-negative-float)
18300 (least-positive-normalized-float, least-negative-normalized-float)
18301 (float-epsilon, float-negative-epsilon): Add doc-strings,
18302 based on those in cl.texi.
18303
18304 * files.el (set-visited-file-name): If the major-mode changed,
18305 reload the local variables. (Bug#9796)
18306
18307 2011-10-27 Chong Yidong <cyd@gnu.org>
18308
18309 * subr.el (change-major-mode-after-body-hook): New hook.
18310 (run-mode-hooks): Run it.
18311
18312 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18313 Use change-major-mode-before-body-hook.
18314
18315 * simple.el (fundamental-mode):
18316 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18317 change introducing fundamental-mode-hook.
18318
18319 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18320
18321 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18322
18323 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18324
18325 * ido.el (ido-file-name-all-completions-1): Do not require
18326 tramp.el explicitly. (Bug#7583)
18327
18328 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18329
18330 * progmodes/octave-mod.el:
18331 * progmodes/octave-inf.el: Update maintainer.
18332
18333 2011-10-26 Chong Yidong <cyd@gnu.org>
18334
18335 * subr.el (with-wrapper-hook): Rewrite doc.
18336
18337 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18338
18339 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18340 filenames "/method:foo:". (Bug#9793)
18341
18342 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18343
18344 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18345 (bug#9865).
18346
18347 2011-10-24 Glenn Morris <rgm@gnu.org>
18348
18349 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18350
18351 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18352
18353 * notifications.el: Add the requirement of a running D-Bus session
18354 bus to the Commentary.
18355
18356 2011-10-24 Juri Linkov <juri@jurta.org>
18357
18358 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18359 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18360 (Bug#9364)
18361
18362 2011-10-24 Juri Linkov <juri@jurta.org>
18363
18364 * info.el (Info-following-node-name-re): Add newline to the list
18365 of allowed characters for leading space. (Bug#9824)
18366
18367 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18368
18369 * progmodes/octave-inf.el (inferior-octave-mode-map):
18370 Fix C-c C-h binding.
18371 * progmodes/octave-mod.el (octave-help): Remove.
18372
18373 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18374
18375 Sync with Tramp 2.2.3.
18376
18377 * net/tramp-cache.el (top): Pacify byte-compiler using
18378 `init-file-user' and `site-run-file'.
18379
18380 * net/trampver.el: Update release number.
18381
18382 2011-10-23 Chong Yidong <cyd@gnu.org>
18383
18384 * files.el (toggle-read-only): Remove obsolete comment about
18385 version control.
18386
18387 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18388 for toggle-read-only. Note that this hasn't called vc-next-action
18389 since 2008-05-02, though it wasn't documented at the time.
18390
18391 * vc/ediff-init.el (ediff-toggle-read-only-function):
18392 Use toggle-read-only.
18393
18394 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18395
18396 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18397 of c-parse-state.
18398
18399 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18400 correct faulty logical expression.
18401 (c-parse-state-state, c-record-parse-state-state):
18402 (c-replay-parse-state-state): New defvar/defuns.
18403 (c-debug-parse-state): Use new functions.
18404
18405 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18406
18407 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18408 last fix. Use window-in-direction correctly.
18409
18410 2011-10-21 Chong Yidong <cyd@gnu.org>
18411
18412 * progmodes/idlwave.el (idlwave-mode):
18413 * progmodes/vera-mode.el (vera-mode): No need to set
18414 require-final-newline; that's done in prog-mode.
18415 Suggested by Stefan Monnier.
18416
18417 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18418
18419 * mouse.el (mouse-drag-window-above)
18420 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18421 (mouse-drag-mode-line-1, mouse-drag-header-line)
18422 (mouse-drag-vertical-line-rightward-window): Remove.
18423 (mouse-drag-line): New function.
18424 (mouse-drag-mode-line, mouse-drag-header-line)
18425 (mouse-drag-vertical-line): Call mouse-drag-line.
18426 * window.el (window-at-side-p, windows-at-side): New functions.
18427
18428 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18429
18430 * tar-mode.el (tar-grind-file-mode):
18431 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18432
18433 2011-10-21 Chong Yidong <cyd@gnu.org>
18434
18435 * progmodes/idlwave.el (idlwave-mode):
18436 * progmodes/vera-mode.el (vera-mode):
18437 Use mode-require-final-newline.
18438
18439 2011-10-20 Glenn Morris <rgm@gnu.org>
18440
18441 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18442
18443 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18444
18445 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18446
18447 2011-10-20 Chong Yidong <cyd@gnu.org>
18448
18449 * emulation/cua-base.el (cua-mode):
18450 * mail/footnote.el (footnote-mode):
18451 * mail/mailabbrev.el (mail-abbrevs-mode):
18452 * net/xesam.el (xesam-minor-mode):
18453 * progmodes/bug-reference.el (bug-reference-mode):
18454 * progmodes/cap-words.el (capitalized-words-mode):
18455 * progmodes/compile.el (compilation-minor-mode)
18456 (compilation-shell-minor-mode):
18457 * progmodes/gud.el (gud-tooltip-mode):
18458 * progmodes/hideif.el (hide-ifdef-mode):
18459 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18460 * progmodes/subword.el (subword-mode):
18461 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18462 * progmodes/which-func.el (which-function-mode):
18463 * term/tvi970.el (tvi970-set-keypad-mode):
18464 * term/vt100.el (vt100-wide-mode):
18465 * textmodes/flyspell.el (flyspell-mode):
18466 * textmodes/ispell.el (ispell-minor-mode):
18467 * textmodes/nroff-mode.el (nroff-electric-mode):
18468 * textmodes/paragraphs.el (use-hard-newlines):
18469 * textmodes/refill.el (refill-mode):
18470 * textmodes/reftex.el (reftex-mode):
18471 * textmodes/rst.el (rst-minor-mode):
18472 * textmodes/sgml-mode.el (html-autoview-mode)
18473 (sgml-electric-tag-pair-mode):
18474 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18475 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18476 * emulation/crisp.el (crisp-mode):
18477 * emacs-lisp/eldoc.el (eldoc-mode):
18478 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18479 minor mode behavior.
18480
18481 2011-10-19 Juri Linkov <juri@jurta.org>
18482
18483 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18484 the list of hard-coded chars with escape-glyph face.
18485
18486 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18487
18488 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18489
18490 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18491
18492 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18493 running process.
18494
18495 2011-10-19 Glenn Morris <rgm@gnu.org>
18496
18497 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18498 Ignore ignored files. (Bug#9726)
18499
18500 2011-10-19 Chong Yidong <cyd@gnu.org>
18501
18502 Doc fix for minor modes, stating that an omitted argument enables
18503 the mode unconditionally when called from Lisp.
18504
18505 * abbrev.el (abbrev-mode):
18506 * allout.el (allout-mode):
18507 * autoinsert.el (auto-insert-mode):
18508 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18509 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18510 (global-auto-revert-mode):
18511 * battery.el (display-battery-mode):
18512 * composite.el (global-auto-composition-mode)
18513 (auto-composition-mode):
18514 * delsel.el (delete-selection-mode):
18515 * desktop.el (desktop-save-mode):
18516 * dired-x.el (dired-omit-mode):
18517 * dirtrack.el (dirtrack-mode):
18518 * doc-view.el (doc-view-minor-mode):
18519 * double.el (double-mode):
18520 * electric.el (electric-indent-mode, electric-pair-mode):
18521 * emacs-lock.el (emacs-lock-mode):
18522 * epa-hook.el (auto-encryption-mode):
18523 * follow.el (follow-mode):
18524 * font-core.el (font-lock-mode):
18525 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18526 * help.el (temp-buffer-resize-mode):
18527 * hilit-chg.el (highlight-changes-mode)
18528 (highlight-changes-visible-mode):
18529 * hi-lock.el (hi-lock-mode):
18530 * hl-line.el (hl-line-mode, global-hl-line-mode):
18531 * icomplete.el (icomplete-mode):
18532 * ido.el (ido-everywhere):
18533 * image-file.el (auto-image-file-mode):
18534 * image-mode.el (image-minor-mode):
18535 * iswitchb.el (iswitchb-mode):
18536 * jka-cmpr-hook.el (auto-compression-mode):
18537 * linum.el (linum-mode):
18538 * longlines.el (longlines-mode):
18539 * master.el (master-mode):
18540 * mb-depth.el (minibuffer-depth-indicate-mode):
18541 * menu-bar.el (menu-bar-mode):
18542 * minibuf-eldef.el (minibuffer-electric-default-mode):
18543 * mouse-sel.el (mouse-sel-mode):
18544 * msb.el (msb-mode):
18545 * mwheel.el (mouse-wheel-mode):
18546 * outline.el (outline-minor-mode):
18547 * paren.el (show-paren-mode):
18548 * recentf.el (recentf-mode):
18549 * reveal.el (reveal-mode, global-reveal-mode):
18550 * rfn-eshadow.el (file-name-shadow-mode):
18551 * ruler-mode.el (ruler-mode):
18552 * savehist.el (savehist-mode):
18553 * scroll-all.el (scroll-all-mode):
18554 * scroll-bar.el (scroll-bar-mode):
18555 * server.el (server-mode):
18556 * shell.el (shell-dirtrack-mode):
18557 * simple.el (auto-fill-mode, transient-mark-mode)
18558 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18559 (line-number-mode, column-number-mode, size-indication-mode)
18560 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18561 * strokes.el (strokes-mode):
18562 * time.el (display-time-mode):
18563 * t-mouse.el (gpm-mouse-mode):
18564 * tool-bar.el (tool-bar-mode):
18565 * tooltip.el (tooltip-mode):
18566 * type-break.el (type-break-mode-line-message-mode)
18567 (type-break-query-mode):
18568 * view.el (view-mode):
18569 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18570 (global-whitespace-mode, global-whitespace-newline-mode):
18571 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18572
18573 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18574 Fix autogenerated docstring.
18575
18576 2011-10-19 Juri Linkov <juri@jurta.org>
18577
18578 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18579 by checking environment variables "DESKTOP_SESSION" and
18580 "XDG_CURRENT_DESKTOP". (Bug#9779)
18581
18582 2011-10-19 Juri Linkov <juri@jurta.org>
18583
18584 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18585 (browse-url-chromium-program, browse-url-chromium-arguments):
18586 New defcustoms.
18587 (browse-url-default-browser): Check for `browse-url-chromium' and
18588 call `browse-url-chromium-program'.
18589 (browse-url-chromium): New command. (Bug#9779)
18590
18591 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18592
18593 * facemenu.el (list-colors-duplicates): On Windows, detect more
18594 duplicates by assuming that only colors matching "^System" are
18595 special "system colors". (Bug#9722)
18596
18597 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18598
18599 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18600 to distinguish the author from the committer.
18601
18602 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18603
18604 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18605
18606 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18607
18608 * international/mule.el (sgml-html-meta-auto-coding-function):
18609 Add support for detecting encoding in HTML5 specified only as
18610 <meta charset="UTF-8">. Implementation just makes http-equiv and
18611 content-type parts from HTML4 encoding string optional. (Bug#9716)
18612
18613 2011-10-18 Glenn Morris <rgm@gnu.org>
18614
18615 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18616
18617 2011-10-18 Chong Yidong <cyd@gnu.org>
18618
18619 * faces.el (cursor): Doc fix.
18620
18621 2011-10-17 Chong Yidong <cyd@gnu.org>
18622
18623 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18624
18625 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18626
18627 * dirtrack.el (dirtrack): Support shell buffers with path
18628 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18629
18630 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18631
18632 * json.el: Bump version to 1.3 and note change in History.
18633 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18634
18635 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18636
18637 * comint.el (comint-insert-input, comint-send-input)
18638 (comint-get-old-input-default, comint-backward-matching-input)
18639 (comint-next-prompt): Use nil instead of `input' for field property of
18640 past user input (bug#114).
18641
18642 * minibuffer.el (completion--replace): Inherit surrounding properties
18643 (bug#114).
18644 (minibuffer-complete-and-exit): Use it.
18645
18646 * comint.el (comint--table-subvert): Quote the all-completions output
18647 (bug#9160).
18648
18649 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18650
18651 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18652
18653 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18654 window on right of selected. (Bug#9350) Reword other window
18655 entries and separate them from frame entries.
18656
18657 2011-10-15 Glenn Morris <rgm@gnu.org>
18658
18659 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18660 Doc fixes.
18661
18662 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18663
18664 * net/network-stream.el (network-stream-open-starttls):
18665 Improve detection of failure due to lack of TLS support.
18666
18667 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18668 putting the input text in front and in bold.
18669
18670 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18671
18672 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18673
18674 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18675 empty buffer.
18676
18677 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18678 unread-command-events rather than pushing yet-another event.
18679
18680 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18681
18682 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18683 the explanation of the possible choices. Make the options passed
18684 to completing-read shorter.
18685
18686 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
18687
18688 * textmodes/flyspell.el (flyspell-large-region): Make sure
18689 extended character mode is used if defined (Bug#1339).
18690
18691 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18692
18693 * simple.el (what-cursor-position): Fix the display of the
18694 character info for LRE, LRO, RLE, and RLO characters by appending
18695 an invisible PDF.
18696
18697 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18698
18699 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18700 even in case of error; add debug spec; simplify data flow.
18701 (with-timeout-handler): Remove.
18702
18703 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18704
18705 Fix Bug#6019, Bug#9315.
18706
18707 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18708 complete `buffer-file-name', the local file name part could look
18709 remotely (for example on VMS).
18710
18711 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18712 `tramp-run-real-handler'.
18713 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18714 already quoted by '"'.
18715
18716 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18717 Let `file-name-handler-alist' be nil, the local file name part
18718 could look remotely (for example on VMS).
18719
18720 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18721
18722 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18723 from here...
18724 (flyspell-post-command-hook): ...to here.
18725
18726 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18727
18728 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18729 if not needed.
18730 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18731 using completion. Protect against "slow" callers.
18732 Remove the "message hack".
18733
18734 2011-10-11 Juri Linkov <juri@jurta.org>
18735
18736 * isearch.el (isearch-lazy-highlight-word): New variable.
18737 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18738 Use it. (Bug#9727)
18739
18740 2011-10-11 Glenn Morris <rgm@gnu.org>
18741
18742 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18743 like f90-previous-statement does.
18744
18745 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18746
18747 * eshell/eshell.el (eshell-command): History should be saved
18748 only in interactive use, to avoid error.
18749
18750 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18751
18752 * minibuffer.el (completion-file-name-table): Fix last change,
18753 i.e. ignore normal errors but not the other ones.
18754
18755 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18756
18757 * window.el (special-display-buffer-names)
18758 (special-display-regexps): Remove some remnants of earlier
18759 changes from doc-strings.
18760 (quit-windows-on): New function.
18761
18762 * vc/vc.el (vc-revert, vc-rollback):
18763 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18764 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18765 (Bug#6183) (Bug#7074) (Bug#7447)
18766
18767 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18768
18769 * window.el (frame-auto-hide-function): Add version tag.
18770 (Bug#9699)
18771
18772 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18773
18774 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18775 condition.
18776
18777 2011-10-09 Leo Liu <sdl.web@gmail.com>
18778
18779 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18780 (Bug#9701)
18781
18782 2011-10-08 Glenn Morris <rgm@gnu.org>
18783
18784 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18785 before the first code statement zero indent. (Bug#9690)
18786
18787 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18788
18789 * simple.el (count-words-region): Always count in the region.
18790 Report the number of lines and characters too.
18791 (count-words): New command, which counts in the buffer if the
18792 region is inactive, as count-words-region used to.
18793 (count-words--message): New function. Handle plurals.
18794 (count-lines-region): Make it an alias for count-words-region.
18795
18796 * bindings.el (esc-map): Replace count-lines-region with
18797 count-words-region.
18798
18799 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18800
18801 * window.el (window--delete): Delete dedicated frame
18802 unconditionally when argument KILL is non-nil. (Bug#9699)
18803 (switch-to-buffer): Fix doc-string typo.
18804
18805 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18806
18807 * eshell/eshell.el (eshell-command): Avoid using hooks.
18808
18809 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18810
18811 * bindings.el ([M-left],[M-right]): Bind to left-word and
18812 right-word respectively.
18813
18814 2011-10-07 Glenn Morris <rgm@gnu.org>
18815
18816 * cus-start.el (debug-on-quit): Fix custom type.
18817
18818 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18819
18820 * subr.el (define-key-after): Clarify that the function is not
18821 useful for non-menu keymaps.
18822
18823 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18824
18825 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18826
18827 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18828 in current minibuffer (Fix bug with recursive minibuffers).
18829
18830 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18831
18832 * progmodes/gdb-mi.el (gdb): Doc fix.
18833
18834 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18835
18836 * window.el (frame-auto-hide-function): New option replacing
18837 frame-auto-delete. Suggested by Stefan Monnier.
18838 (window--delete): Call frame-auto-hide-function instead of
18839 investigating frame-auto-delete.
18840 (window-point-1, set-window-point-1): New functions.
18841 (window-in-direction, record-window-buffer, window-state-get-1)
18842 (display-buffer-record-window): Use window-point-1 instead of
18843 window-point.
18844 (set-window-buffer-start-and-point): Use set-window-point-1.
18845
18846 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18847
18848 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18849
18850 2011-10-05 Glenn Morris <rgm@gnu.org>
18851
18852 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18853 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18854
18855 2011-10-05 Leo Liu <sdl.web@gmail.com>
18856
18857 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18858 works with buffer object.
18859
18860 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18861
18862 * mpc.el (mpc-tool-bar-map): Add labels.
18863
18864 2011-10-04 Glenn Morris <rgm@gnu.org>
18865
18866 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18867
18868 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18869
18870 * window.el (window--delete): New function.
18871 (frame-auto-delete): Resuscitate option.
18872 (bury-buffer, replace-buffer-in-windows)
18873 (quit-window): Rewrite using window--delete.
18874 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18875 Pass display-buffer-mark-dedicated to window--display-buffer-2
18876 (Bug#9639).
18877
18878 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18879
18880 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18881 returns a list (bug#9554). Add remote file name completion.
18882 * comint.el (comint--table-subvert): Curry and get quote&unquote
18883 functions as arguments.
18884 (comint--complete-file-name-data): Adjust call accordingly.
18885 * pcomplete.el (pcomplete--table-subvert): Remove.
18886 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18887
18888 * minibuffer.el (completion-table-case-fold): Use currying.
18889 (completion--styles-type, completion--cycling-threshold-type):
18890 New constants.
18891 (completion-styles, completion-category-overrides)
18892 (completion-cycle-threshold): Use them.
18893 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18894 completion-table-case-fold.
18895
18896 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18897
18898 * minibuffer.el (completion-category-overrides): Fix type of styles
18899 and add more user friendly tags (bug#9660).
18900
18901 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18902
18903 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18904 (mule-input-method-string): New widget.
18905 (default-input-method, language-info-custom-alist): Use it.
18906
18907 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18908
18909 * pcomplete.el: Require comint.
18910 (pcomplete--common-suffix): Remove.
18911 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18912 (pcomplete--table-subvert): Sync with comint--table-subvert.
18913 (pcomplete--entries): Use comint-completion-file-name-table.
18914 * comint.el (comint-unquote-filename): Simplify.
18915 (comint-completion-file-name-table): New function (bug#9616).
18916 (comint--complete-file-name-data): Use it.
18917
18918 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18919 (pcmpl-gnu-tar-buffer): Remove.
18920 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18921 around. Make sure pcomplete-suffix-list is only changed temporarily.
18922 Don't look inside the tar's file if it's too large.
18923
18924 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18925
18926 * cus-edit.el (custom-mode-map):
18927 * epa.el (epa-key-list-mode-map):
18928 * man.el (Man-mode-map):
18929 * startup.el (splash-screen-keymap):
18930 * simple.el (special-mode-map): Use scroll-up-command and
18931 scroll-down-command.
18932
18933 * progmodes/idlw-help.el (idlwave-help-mode-map):
18934 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18935 * net/newst-plainview.el (newsticker-mode-map):
18936 * emulation/ws-mode.el (wordstar-mode-map):
18937 * emulation/vi.el (vi-com-map):
18938 * calc/calc-graph.el (calc-graph-show-dumb):
18939 * term/sun.el (terminal-init-sun):
18940 * term/ns-win.el (global-map):
18941 * progmodes/grep.el (grep-mode-map):
18942 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18943 * mail/rmail.el (rmail-mode-map):
18944 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18945
18946 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18947 custom-safe-themes as special.
18948
18949 2011-10-01 Julien Danjou <julien@danjou.info>
18950
18951 * notifications.el (notifications-notify): Fix docstring.
18952
18953 2011-10-01 Per Starbäck <per@starback.se>
18954
18955 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18956
18957 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18958
18959 * startup.el (command-line-1): Fix last fix by inserting
18960 initial-scratch-message into *scratch* before displaying it.
18961 (Bug#9605) and (Bug#9636)
18962
18963 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18964
18965 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18966 window is hscrolled, move by logical lines. (Bug#9607)
18967 (line-move-visual): Update the doc string to the above effect.
18968
18969 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18970
18971 * window.el (display-buffer-record-window): When WINDOW is the
18972 selected window use `point' instead of `window-point'. (Bug#9626)
18973
18974 * startup.el (command-line-1): Use insert-before-markers when
18975 inserting initial-scratch-message. (Bug#9605)
18976
18977 * help.el (help-window): Remove variable.
18978
18979 2011-09-29 Glenn Morris <rgm@gnu.org>
18980
18981 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18982
18983 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18984
18985 * descr-text.el (describe-char-categories): Accept category
18986 descriptions more than one line long.
18987
18988 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18989
18990 * simple.el (delete-trailing-whitespace): Fix last change.
18991
18992 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18993 Don't confuse "y => 3" as the beginning of a `y' operation.
18994
18995 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18996 object has more than 4 slots (bug#9613).
18997
18998 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18999
19000 * subr.el (with-output-to-temp-buffer):
19001 * net/quickurl.el (quickurl, quickurl-browse-url):
19002 Fix typos in docstrings.
19003
19004 2011-09-27 Eli Zaretskii <eliz@gnu.org>
19005
19006 * minibuffer.el (completion-styles)
19007 (completion-category-overrides): Cross reference each other in doc
19008 strings.
19009
19010 2011-09-27 Glenn Morris <rgm@gnu.org>
19011
19012 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19013 to split-string. (Bug#9606)
19014
19015 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19016
19017 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19018 (bug#9615).
19019
19020 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
19021
19022 * emacs-lisp/package.el (list-packages): Fix echo area message.
19023
19024 2011-09-27 Leo Liu <sdl.web@gmail.com>
19025
19026 * ido.el (ido-read-internal): Accept cons cell HIST arg.
19027
19028 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
19029
19030 * net/dbus.el (dbus-unregister-object): Don't release services for
19031 registered signals. (Bug#9581)
19032
19033 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
19034
19035 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19036 function that picks between cfengine 2 and 3 support
19037 automatically. Update docs accordingly.
19038
19039 2011-09-22 Kenichi Handa <handa@m17n.org>
19040
19041 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19042 ZERO.
19043 (indian-itrans-v5-table-for-tamil): New variable.
19044 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19045
19046 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
19047
19048 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19049 that's true if the current command involved collapsing of text.
19050 It's reset to false at the beginning of the next command.
19051 (allout-post-command-business): Move the cursor to the beginning
19052 of entry if the cursor is hidden and collapsing activity just
19053 happened.
19054
19055 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
19056
19057 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19058 tracking (Bug#9541).
19059
19060 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
19061
19062 * net/newst-reader.el (newsticker-html-renderer)
19063 (newsticker-show-news): Automatically load html rendering package
19064 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
19065 because w3m-fill-column is let-bound" and the error "Symbol's value
19066 as variable is void: w3m-fill-column".
19067
19068 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
19069
19070 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19071 Release services only if they are defined. (Bug#9581)
19072
19073 2011-09-23 Richard Stallman <rms@gnu.org>
19074
19075 * textmodes/paragraphs.el (forward-sentence): For backwards case,
19076 distinguish start of paragraph from start of its text.
19077
19078 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19079
19080 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19081 (rmail-generate-viewer-buffer): Put that hook on view buffer.
19082 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19083
19084 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
19085
19086 * international/mule-diag.el (mule-diag): Insert a newline after
19087 each fontset description.
19088
19089 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19090
19091 * simple.el (delete-trailing-whitespace):
19092 Document last change; simplify.
19093
19094 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
19095
19096 * simple.el (delete-trailing-whitespace): Also delete
19097 extra newlines at the end of the buffer.
19098
19099 * textmodes/picture.el: Make motion commands obey shift-select-mode.
19100 (picture-newline): Use forward-line so as to ignore fields.
19101
19102 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19103
19104 * subr.el (with-wrapper-hook): Fix edebug spec.
19105
19106 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19107
19108 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19109 (bug#4538).
19110
19111 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
19112
19113 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19114 Fix nasty bug using wrong cached values.
19115
19116 2011-09-23 Alan Mackenzie <acm@muc.de>
19117
19118 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19119
19120 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
19121
19122 * window.el (pop-to-buffer): Ensure right window is selected if we
19123 chose another frame.
19124
19125 2011-09-22 Eli Zaretskii <eliz@gnu.org>
19126
19127 * simple.el (what-cursor-position): Use get-char-property-change
19128 and next-single-char-property-change, to be able to show display
19129 properties that come from overlays as well as text properties.
19130
19131 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
19132
19133 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19134
19135 * cmuscheme.el (run-scheme, switch-to-scheme):
19136 * cus-edit.el (customize-group, custom-buffer-create)
19137 (customize-browse):
19138 * info.el (info):
19139 * shell.el (shell):
19140 * mail/sendmail.el (mail):
19141 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19142
19143 2011-09-22 Richard Stallman <rms@gnu.org>
19144
19145 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19146 move back only to line beg, don't move back over blank lines.
19147
19148 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
19149
19150 * files.el (copy-directory): Set directory attributes only in case
19151 they could be retrieved from the source directory. (Bug#9565)
19152
19153 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
19154
19155 * progmodes/hideshow.el (hs-looking-at-block-start-p)
19156 (hs-find-block-beginning, hs-hide-level-recursive):
19157 Ignore strings as well as comments. (Bug#9502)
19158
19159 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
19160
19161 * progmodes/sql.el (sql-comint-postgres):
19162 Convert port number to a string. (Bug#9566)
19163
19164 2011-09-22 Martin Rudalics <rudalics@gmx.at>
19165
19166 * window.el (quit-window): Undedicate window when switching to
19167 previous buffer. Reported by Thierry Volpiatto
19168 <thierry.volpiatto@gmail.com>.
19169 (special-display-popup-frame): When popping up a new frame reset
19170 its previous buffers to nil. Simplify code.
19171
19172 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
19173
19174 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19175 and process filter, as done also in `shell-command'.
19176
19177 2011-09-21 Martin Rudalics <rudalics@gmx.at>
19178
19179 * window.el (set-window-buffer-start-and-point):
19180 Call set-window-start with NOFORCE argument t.
19181 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19182 (quit-window): Reword doc-string. Handle new format of
19183 quit-restore parameter. Don't delete window if it has a
19184 previous buffer we can show instead of the present one.
19185 (display-buffer-record-window): Rewrite using a new format for
19186 the quit-restore window parameter
19187 (special-display-popup-frame, display-buffer-same-window)
19188 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19189 (display-buffer-pop-up-window, display-buffer-use-some-window):
19190 Adapt symbol passed to display-buffer-record-window.
19191 * help.el (help-window-setup): Handle new format of quit-restore
19192 parameter.
19193
19194 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19195
19196 * faces.el (face-list): Fix docstring (bug#9564).
19197
19198 * window.el (display-buffer--action-function-custom-type):
19199 Don't include internal functions in the Custom interface.
19200
19201 2011-09-20 Juri Linkov <juri@jurta.org>
19202
19203 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19204 (Info-forward-node, Info-backward-node, Info-next-preorder)
19205 (Info-last-preorder): Use it. (Bug#9528)
19206
19207 2011-09-20 Juri Linkov <juri@jurta.org>
19208
19209 * info.el (Info-last-preorder): Visit last menu item only when
19210 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19211
19212 2011-09-20 Julien Danjou <julien@danjou.info>
19213
19214 * password-cache.el (password-cache-remove): Remove entries even if the
19215 value is nil, so that password with a nil value (negative caching) is
19216 possible to invalidate.
19217
19218 2011-09-20 Lawrence Mitchell <wence@gmx.li>
19219
19220 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19221 all whitespace around breakpoint. (Bug#9553)
19222 (f90-find-breakpoint): Only break at whitespace inside a comment.
19223
19224 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19225
19226 * minibuffer.el (completion-file-name-table): Keep track of errors.
19227 (completion-table-with-predicate): Handle the case where pred1 is nil.
19228 * pcomplete.el (pcomplete-completions-at-point): Simplify.
19229
19230 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19231
19232 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19233 (debugger-return-value): Signal an error if the debugging context does
19234 not await any return value.
19235
19236 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19237 * image-mode.el (image-toggle-display-text)
19238 (image-toggle-display-image): Stay away from evil `intangible'.
19239
19240 2011-09-19 Leo Liu <sdl.web@gmail.com>
19241
19242 * replace.el (occur-revert-arguments): Make it permanent-local.
19243 (occur-mode): Don't call font-lock-defontify.
19244
19245 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
19246
19247 * net/ldap.el (ldap-search-internal): Don't push empty search
19248 result (Bug#9508).
19249
19250 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19251
19252 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19253
19254 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
19255
19256 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19257 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19258
19259 2011-09-18 Juri Linkov <juri@jurta.org>
19260
19261 * buff-menu.el (Buffer-menu-mode-map):
19262 * dired.el (dired-mode-map):
19263 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19264 (lisp-interaction-mode-map):
19265 * emacs-lisp/package.el (package-menu-mode-map):
19266 * epa.el (epa-key-list-mode-map):
19267 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19268 (menu-bar-options-menu):
19269 * outline.el (outline-mode-menu-bar-map):
19270 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19271 * vc/vc-dir.el (vc-dir-menu-map):
19272 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19273 Capitalize non-function content words in menu item strings.
19274
19275 * dired.el (dired-mode-map): Add menu item for
19276 `image-dired-dired-toggle-marked-thumbs'.
19277
19278 2011-09-18 Juri Linkov <juri@jurta.org>
19279
19280 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19281 to `isearch-case-fold-search' and restore its original value
19282 after the `isearch-mode' call.
19283
19284 2011-09-18 Juri Linkov <juri@jurta.org>
19285
19286 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19287 because `zgrep' returns 1 for successful matches (bug#9226).
19288
19289 2011-09-18 Juri Linkov <juri@jurta.org>
19290
19291 * info.el (Info-extract-menu-node-name): Check the second match
19292 for empty string (second test-case of bug#9528).
19293 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19294 intermediate nodes to the history (first test-case of bug#9528).
19295
19296 2011-09-18 Juri Linkov <juri@jurta.org>
19297
19298 * info.el (Info-mode-syntax-table): New variable.
19299 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19300
19301 2011-09-18 Juri Linkov <juri@jurta.org>
19302
19303 * info.el (Info-file-supports-index-cookies):
19304 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19305 outputs one more line for long file names (bug#4142).
19306
19307 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19308
19309 * newcomment.el (comment-normalize-vars): If prompting for
19310 comment-start, set comment-start-skip too (Bug#8424).
19311
19312 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
19313
19314 * icomplete.el: Fix previous fix of Bug#5849.
19315 (icomplete-mode): Don't set completion-show-inline-help.
19316 (icomplete-minibuffer-setup): Set completion-show-inline-help
19317 locally during icompletion.
19318
19319 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19320
19321 * woman.el (woman2-process-escapes): Don't delete unrecognized
19322 escapes (Bug#7843).
19323
19324 * files.el (inhibit-first-line-modes-regexps): Add image files.
19325 (hack-local-variables-prop-line): Return nil for malformed
19326 prop-lines (Bug#9044).
19327
19328 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19329
19330 * net/tramp.el (top): Don't require 'shell.
19331 (tramp-methods): Fix docstring.
19332 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19333 Return complete remote file name. Handle "smb" case.
19334 Use `tramp-tmpdir', if defined for the respective method.
19335 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19336
19337 * net/tramp-compat.el (top): Require 'shell.
19338
19339 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19340 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19341 `tramp-current-host'.
19342 (tramp-get-remote-tmpdir): Remove.
19343
19344 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19345 `tramp-tmpdir' entries.
19346 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19347 (tramp-smb-handle-file-attributes): Ignore errors.
19348 (tramp-smb-wait-for-output): Check also for process end.
19349
19350 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19351
19352 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19353 when sending QUIT (bug#9312).
19354
19355 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19356
19357 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19358 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19359 occur-mode-display-occurrence.
19360 (occur-edit-mode): Add usage message.
19361 (occur-cease-edit): New command.
19362 (occur-after-change-function): Use text properties to find the
19363 position of the prefix text.
19364 (occur-engine): Set stickiness of prefix text properties.
19365
19366 2011-09-17 Glenn Morris <rgm@gnu.org>
19367
19368 * progmodes/etags.el (complete-tag):
19369 Fix call to completion-in-region. (Bug#9526)
19370
19371 2011-09-17 Juri Linkov <juri@jurta.org>
19372
19373 * textmodes/ispell.el (ispell-word): Add to the error message
19374 the word, ispell program name and current dictionary (bug#9121).
19375 (ispell-tex-arg-end): Capitalize "error" in the error message.
19376
19377 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19378
19379 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19380 check. (Bug#4251)
19381
19382 2011-09-17 Juri Linkov <juri@jurta.org>
19383
19384 * window.el (window-safe-min-height, window-safe-min-width):
19385 Fix typos (followup to bug#9522).
19386
19387 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19388
19389 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19390
19391 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19392
19393 * simple.el (line-move): If goal-column is set, move by logical
19394 lines, not by display lines. (Bug#971)
19395 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19396 to reflect the above change.
19397
19398 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19399
19400 * image.el (imagemagick-register-types): Use regexp-opt.
19401
19402 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19403
19404 * window.el (display-buffer-base-action): Rename from
19405 display-buffer-default-action. Make default value empty.
19406 (display-buffer-overriding-action): Convert to defvar.
19407 (display-buffer-fallback-action): New var.
19408
19409 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19410
19411 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19412 declaration.
19413 (package--add-to-archive-contents): If there is a duplicate entry
19414 with an older version, remove it.
19415 (package-menu-mark-delete, package-menu-mark-install)
19416 (package-menu-mark-unmark): Make unused args optional.
19417 (package-menu-mark-obsolete-for-deletion):
19418 Use package-menu-get-status instead of a regexp search.
19419 (package-menu-get-status): Use tabulated-list-entry.
19420 (package-menu-mark-upgrades): New command.
19421 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19422 (package-menu-execute): Do installation before deletion.
19423 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19424 instead of checking major-mode.
19425 (package-menu--find-upgrades): New function.
19426
19427 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19428
19429 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19430 passwords in the log buffer.
19431 (smtpmail-process-filter): Update the process marker so that the
19432 "broken by peer" status message is inserted in the right place.
19433
19434 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19435
19436 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19437 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19438 bibtex-completion-at-point-function.
19439 (bibtex-completion-at-point-function): Use them.
19440
19441 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19442
19443 * mpc.el (mpc-constraints-tag-lookup): New function.
19444 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19445 also to browser "album|playlist".
19446
19447 2011-09-14 Juri Linkov <juri@jurta.org>
19448
19449 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19450 (isearch-edit-string): Use length of `isearch-string' when
19451 `isearch-fail-pos' returns nil.
19452 (isearch-message): Remove duplicate code and call
19453 `isearch-fail-pos' with arg `t'.
19454
19455 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19456
19457 * replace.el (occur-mode-goto-occurrence): Don't force using other
19458 window (Bug#9499).
19459
19460 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19461
19462 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19463
19464 * window.el (display-buffer-window): Remove.
19465 (display-buffer-record-window): Use help-setup window parameter
19466 instead of variable display-buffer-window.
19467 (display-buffer-function, special-display-buffer-names)
19468 (special-display-function): Mention help-setup parameter instead
19469 of display-buffer-window in doc-string.
19470 * help.el (help-window-setup): New argument help-window.
19471 Use help-window-setup parameter instead of display-buffer-window.
19472 Reword some messages.
19473 (with-help-window): Pass window used for displaying the buffer
19474 to help-window-setup. Don't set display-buffer-window.
19475
19476 2011-09-13 Glenn Morris <rgm@gnu.org>
19477
19478 * emacs-lisp/debug.el (debugger-make-xrefs):
19479 Preserve point. (Bug#9462)
19480
19481 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19482
19483 * window.el (window-deletable-p): Use next-frame.
19484
19485 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19486
19487 * window.el (window-auto-delete): Remove.
19488 (window-deletable-p): Remove argument FORCE. Don't deal with
19489 dedication and previous buffers.
19490 (switch-to-prev-buffer): Don't delete window.
19491 (delete-windows-on): Delete a window's frame if and only if the
19492 window is dedicated.
19493 (replace-buffer-in-windows): Delete buffer's window or frame if
19494 and only if window is dedicated.
19495 (quit-window): Handle quit-restore as before last change.
19496 (bury-buffer): Delete window only if window-deletable-p returns t.
19497
19498 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19499
19500 * window.el (window-deletable-p): Never delete the last frame on a
19501 given terminal.
19502
19503 2011-09-13 Glenn Morris <rgm@gnu.org>
19504
19505 * help.el (describe-key-briefly): Copy previous standard-output change.
19506
19507 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19508
19509 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19510
19511 2011-09-13 Glenn Morris <rgm@gnu.org>
19512
19513 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19514 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19515
19516 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19517
19518 * dired-aux.el (dired-mark-read-string): Don't return default
19519 value on empty input (Bug#9361).
19520 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19521 Omit initial minibuffer contents.
19522 (dired-do-chmod): Signal an error on empty input.
19523 (dired-mark-read-string): Don't return default on empty input.
19524
19525 * files.el (file-modes-symbolic-to-number): Doc fix.
19526
19527 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19528
19529 * international/mule-cmds.el (ucs-completions): Remove.
19530 (read-char-by-name): Use complete-with-action instead; add metadata.
19531
19532 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19533
19534 * window.el (display-buffer--action-function-custom-type)
19535 (display-buffer--action-custom-type): New vars.
19536 (display-buffer-alist, display-buffer-default-action)
19537 (display-buffer-overriding-action): Add defcustom types.
19538
19539 * frame.el (delete-other-frames): Doc fix (Bug#276).
19540
19541 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19542
19543 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19544
19545 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19546
19547 Change modes that used same-window-* vars to use switch-to-buffer.
19548
19549 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19550 Use switch-to-buffer.
19551
19552 * cus-edit.el (customize-group, custom-buffer-create)
19553 (customize-browse, custom-buffer-create-other-window):
19554 Use switch-to-buffer or switch-to-buffer-other-window.
19555
19556 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19557 (Info-prev, Info-up, Info-speedbar-goto-node)
19558 (info-display-manual): Use switch-to-buffer.
19559 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19560
19561 * mail/sendmail.el (mail): Use switch-to-buffer.
19562 (mail-recover): Use switch-to-buffer-other-window.
19563
19564 * cmuscheme.el (run-scheme, switch-to-scheme):
19565 * ielm.el (ielm):
19566 * shell.el (shell):
19567 * net/rlogin.el (rlogin):
19568 * net/telnet.el (telnet, rsh):
19569 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19570
19571 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19572
19573 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19574
19575 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19576
19577 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19578 so don't mention it (bug#9301).
19579 (dired-sort-toggle-or-edit): Clarify string further.
19580
19581 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19582 match `x', `w32' and `ns', like the manual says (bug#9029).
19583
19584 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19585 (process-kill-buffer-query-function): Mention the buffer name in
19586 the query.
19587
19588 * image-mode.el (image-next-line): The line parameter is mandatory
19589 (bug#9258).
19590
19591 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19592 which can be useful (bug#9301).
19593
19594 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19595
19596 * subr.el (match-string): Mention that the current buffer should
19597 be the same as the search was done in (bug#9282).
19598
19599 * facemenu.el: Disable the remove-* commands if the mark isn't
19600 active (bug#9162).
19601
19602 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19603
19604 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19605 of display-buffer.
19606 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19607
19608 * replace.el (occur-mode-goto-occurrence)
19609 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19610 and display-buffer.
19611
19612 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19613 display-buffer.
19614
19615 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19616 special-display and same-window variables.
19617 (mail-other-window): Use switch-to-buffer-other-window.
19618 (mail-other-frame): USe switch-to-buffer-other-frame.
19619
19620 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19621 Use display-buffer-other-frame.
19622 (gdb-display-gdb-buffer): Use pop-to-buffer.
19623
19624 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19625
19626 * progmodes/python.el: Don't set same-window-buffer-names.
19627
19628 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19629
19630 * window.el (display-buffer-alist): Add *Python*.
19631
19632 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19633
19634 * window.el (display-buffer-alist): Add entry for buffers
19635 previously handled same-window-*.
19636 (display-buffer-alist, display-buffer-default-action)
19637 (display-buffer-overriding-action): Mark as risky.
19638 (display-buffer-alist): Document action function changes.
19639 (display-buffer--same-window-action)
19640 (display-buffer--other-frame-action): New variables.
19641 (switch-to-buffer, display-buffer-other-frame): Use them.
19642 (display-buffer): Rename reuse-frame entry to reusable-frames.
19643 (display-buffer-reuse-selected-window): Function deleted.
19644 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19645 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19646 (display-buffer-special): New function.
19647 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19648 display-buffer-reuse-or-pop-window. Split off special-display
19649 part into display-buffer-special.
19650 (display-buffer-use-some-window): Don't perform any special
19651 pop-up-frames handling.
19652 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19653 (display-buffer--maybe-same-window): Rename from
19654 display-buffer-maybe-same-window.
19655
19656 * info.el: Don't set same-window-regexps.
19657 (info-setup): New function.
19658 (info-other-window, info): Call it.
19659
19660 * cus-edit.el: Don't set same-window-regexps.
19661 (customize-group): New argument.
19662 (customize-group-other-window): Use it.
19663 (customize-face, customize-face-other-window): Likewise.
19664 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19665
19666 * net/rlogin.el:
19667 * net/telnet.el:
19668 * progmodes/gud.el: Don't set same-window-regexps.
19669
19670 * cmuscheme.el:
19671 * ielm.el:
19672 * shell.el:
19673 * mail/sendmail.el:
19674 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19675
19676 2011-09-10 Juri Linkov <juri@jurta.org>
19677
19678 * isearch.el (isearch-edit-string): Remove obsolete mention of
19679 `C-w' (`isearch-yank-word-or-char') from docstring.
19680 (isearch-query-replace): Fix typo in docstring (bug#9466).
19681
19682 2011-09-10 Juri Linkov <juri@jurta.org>
19683
19684 * paren.el (show-paren-function): Don't show escaped parens.
19685 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19686
19687 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19688
19689 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19690 (mm-default-file-encoding): Remove autoload forms, they are
19691 replaced with autoload cookies in mml.el and mm-encode.el.
19692 (mail-add-attachment): New command.
19693 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19694 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19695 the doc string.
19696 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19697
19698 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19699
19700 * simple.el (count-words-region): Use buffer if there's no region
19701 (bug#9429).
19702
19703 2011-09-09 Juri Linkov <juri@jurta.org>
19704
19705 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19706 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19707 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19708
19709 2011-09-09 Alan Mackenzie <acm@muc.de>
19710
19711 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19712 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19713
19714 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19715
19716 Fix for Savannah bug#9392.
19717 * simple.el (mail-encode-mml): New defvar.
19718
19719 * mail/rmail.el (mail-encode-mml): Add a defvar.
19720 (rmail-enable-mime-composing): Default to t.
19721 (rmail-forward): Use MIME method of forwarding only if both
19722 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19723 Set mail-encode-mml non-nil if the MIME method was used.
19724
19725 * mail/sendmail.el (mml-to-mime): Add autoload form.
19726 (mail-encode-mml): Add a defvar.
19727 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19728 to nil.
19729 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19730 message through mml-to-mime, and reset mail-encode-mml to nil.
19731
19732 2011-09-09 Glenn Morris <rgm@gnu.org>
19733
19734 * woman.el (woman-if-body): When processing an .el block,
19735 do not delete the next .el block as well. (Bug#9447)
19736 (woman-special-characters): Add oq, cq, and hy characters.
19737
19738 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19739
19740 * window.el (window-deletable-p): Make sure window is live before
19741 invoking window-prev-buffers.
19742
19743 2011-09-08 Leo Liu <sdl.web@gmail.com>
19744
19745 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19746
19747 2011-09-08 Juri Linkov <juri@jurta.org>
19748
19749 * progmodes/compile.el (compilation-environment): Make it
19750 a defcustom (bug#8340).
19751
19752 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19753
19754 * window.el (frame-auto-delete): Rename to window-auto-delete.
19755 Make it control auto-deletion of windows and/or frames.
19756 (window-deletable-p): New argument FORCE. Rewrite conditions
19757 for deleting window/frame. (Bug#9419)
19758 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19759 Rewrite handling of case when window/frame can be deleted.
19760 (delete-windows-on): Call window-deletable-p with new FORCE
19761 argument t. (Bug#9456)
19762
19763 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19764
19765 * help-mode.el (help-mode): Restore autoload.
19766
19767 2011-09-07 Juri Linkov <juri@jurta.org>
19768
19769 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19770 `compilation-environment'. Set buffer-local
19771 `compilation-environment' to `thisenv' later after (funcall mode).
19772 (Bug#8340)
19773
19774 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19775 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19776 instead of replacing its value. (Bug#8340)
19777
19778 2011-09-07 Juri Linkov <juri@jurta.org>
19779
19780 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19781 based on text properties put by `grep-filter' instead of matching
19782 escape sequences.
19783 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19784 to the value of `grep-error-screen-columns' (bug#9438).
19785
19786 2011-09-07 Juri Linkov <juri@jurta.org>
19787
19788 * simple.el (next-error-highlight, next-error-highlight-no-select):
19789 Doc fix (bug#9432).
19790
19791 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19792
19793 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19794 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19795
19796 2011-09-07 Leo Liu <sdl.web@gmail.com>
19797
19798 * net/rcirc.el (rcirc-mode): Conditionally initialize
19799 rcirc-input-ring.
19800
19801 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19802
19803 * emacs-lisp/find-func.el (find-function-C-source): Only set
19804 find-function-C-source-directory after checking that we found a source
19805 file there (bug#9440).
19806
19807 2011-09-06 Alan Mackenzie <acm@muc.de>
19808
19809 * isearch.el (isearch-other-meta-char): Wherever a key list is
19810 unread, "unread" the prefix arg, too. This fixes bug #8901.
19811
19812 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19813
19814 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19815
19816 2011-09-05 Juri Linkov <juri@jurta.org>
19817
19818 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19819
19820 2011-09-05 Juri Linkov <juri@jurta.org>
19821
19822 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19823 keeping point where processing of grep matches begins, and
19824 continue to delete remaining escape sequences from the same point.
19825 (grep-filter): Make leading zero optional in "0?1;31m" because
19826 git-grep emits "\033[1;31m" escape sequences unlike expected
19827 "\033[01;31m" as GNU Grep does (bug#9408).
19828 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19829
19830 2011-09-05 Juri Linkov <juri@jurta.org>
19831
19832 * subr.el (y-or-n-p): Capitalize "yes".
19833
19834 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19835
19836 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19837 `tramp-cache-unload-hook' where appropriate.
19838 (tramp-methods): Rename `tramp-remote-sh' to
19839 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19840 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19841
19842 * net/tramp-sh.el (top): Don't require 'shell.
19843 (tramp-methods): Add `tramp-remote-shell' and
19844 `tramp-remote-shell-args' entries.
19845 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19846 (tramp-sh-handle-shell-command): Remove.
19847 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19848 Use `tramp-remote-shell'.
19849
19850 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19851
19852 * mail/sendmail.el (sendmail-query-once-function): Delete.
19853 (sendmail-query-once): Save directly to send-mail-function.
19854 Update message-send-mail-function too.
19855
19856 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19857
19858 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19859
19860 * progmodes/python.el (python-mode-map): Use correct function to
19861 start python interpreter from menu-bar (as reported by Geert
19862 Kloosterman).
19863 (inferior-python-mode-map): Fix typo.
19864 (python-shell-map): Remove.
19865
19866 2011-09-03 Deniz Dogan <deniz@dogan.se>
19867
19868 * net/rcirc.el (rcirc-print): Simplify code for
19869 rcirc-scroll-show-maximum-output. There is no need to walk
19870 through all windows to find the right one.
19871
19872 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19873
19874 * help.el (help-return-method): Doc fix.
19875
19876 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19877
19878 * window.el (window-deletable-p): Don't return a non-nil value
19879 when there's a buffer that was shown in the window before.
19880 (Bug#9419)
19881 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19882 Set window's previous buffers to nil.
19883
19884 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19885
19886 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19887 newline before and after the tag line, so it doesn't interfere
19888 with determining the paragraph direction of bidirectional text.
19889
19890 2011-09-03 Leo Liu <sdl.web@gmail.com>
19891
19892 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19893
19894 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19895
19896 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19897 (pop-to-buffer): Change interactive spec. Pass second argument
19898 directly to display-buffer.
19899 (display-buffer): Fix interactive spec. Use functionp to
19900 distinguish between a function and a list of functions.
19901
19902 * abbrev.el (edit-abbrevs):
19903 * arc-mode.el (archive-extract):
19904 * autoinsert.el (auto-insert):
19905 * bookmark.el (bookmark-bmenu-list):
19906 * files.el (find-file):
19907 * view.el (view-buffer):
19908 * progmodes/compile.el (compilation-goto-locus):
19909 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19910
19911 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19912
19913 * window.el (display-buffer-alist): Doc fix.
19914 (display-buffer): Add docstring. Don't treat
19915 display-buffer-default specially.
19916 (display-buffer-reuse-selected-window)
19917 (display-buffer-same-window, display-buffer-maybe-same-window)
19918 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19919 (display-buffer-pop-up-window)
19920 (display-buffer-reuse-or-pop-window)
19921 (display-buffer-use-some-window): New functions.
19922 (display-buffer-default-action): Use them.
19923 (display-buffer-default): Delete.
19924 (pop-to-buffer-1): Fix choice of actions.
19925
19926 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19927
19928 * minibuffer.el (completion--insert-strings): Don't get confused by
19929 completion entries that end with an LF char.
19930
19931 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19932
19933 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19934
19935 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19936
19937 * window.el (display-buffer): Restore interactive spec.
19938 (display-buffer-same-window, display-buffer-other-window):
19939 New functions.
19940 (pop-to-buffer-1): New function. Use the above.
19941 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19942 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19943
19944 * view.el (view-buffer-other-window, view-buffer-other-frame):
19945 Just use pop-to-buffer.
19946
19947 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19948
19949 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19950
19951 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19952
19953 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19954
19955 2011-08-31 Richard Stallman <rms@gnu.org>
19956
19957 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19958 of the separation of rmail-view-buffer from rmail-buffer.
19959 If you say no to "replace original", the decrypt is in the
19960 view buffer. If you say yes, the decrypt goes into the
19961 rmail buffer also.
19962
19963 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19964
19965 * window.el (display-buffer-window): Rewrite doc-string.
19966 (display-buffer-record-window): New function.
19967 (display-buffer-macro-specifiers)
19968 (display-buffer-even-window-sizes, display-buffer-set-height)
19969 (display-buffer-set-width, display-buffer-in-window)
19970 (display-buffer-reuse-window, display-buffer-split-specifiers)
19971 (display-buffer-side-specifiers, display-buffer-split-window-1)
19972 (display-buffer-split-window, display-buffer-split-atom-window)
19973 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19974 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19975 (display-buffer-other-window-means-other-frame)
19976 (display-buffer-normalize-special)
19977 (display-buffer-normalize-default)
19978 (display-buffer-normalize-argument)
19979 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19980 (display-buffer-normalize-specifiers, display-buffer-frame)
19981 (display-buffer-same-window, display-buffer-same-frame)
19982 (display-buffer-other-window)
19983 (display-buffer-same-frame-other-window)
19984 (display-buffer-other-frame, pop-to-buffer-same-window)
19985 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19986 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19987 (switch-to-buffer-same-frame)
19988 (switch-to-buffer-other-window-same-frame)
19989 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19990 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19991 (display-buffer-alist-set): Remove.
19992 (display-buffer-function, special-display-buffer-names)
19993 (special-display-regexps, special-display-function):
19994 In doc-string refer to display-buffer-window and quit-restore
19995 parameter.
19996 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19997 (special-display-frame-alist, special-display-popup-frame)
19998 (same-window-buffer-names, same-window-regexps, same-window-p)
19999 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20000 (split-window-preferred-function, split-height-threshold)
20001 (split-width-threshold, window-splittable-p)
20002 (split-window-sensibly, window--try-to-split-window)
20003 (window--frame-usable-p, even-window-heights)
20004 (window--even-window-heights, window--display-buffer-1)
20005 (window--display-buffer-2, display-buffer-other-frame):
20006 Restore old Emacs 23 code, order and doc-strings where applicable.
20007 (display-buffer-default, display-buffer-assq-regexp): New functions.
20008 (display-buffer-alist): Rewrite doc-string.
20009 (display-buffer-default-action)
20010 (display-buffer-overriding-action): New variables.
20011 (display-buffer, switch-to-buffer): Rewrite.
20012 (pop-to-buffer): Restore Emacs 23 behavior but use
20013 window-normalize-buffer-to-display.
20014 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20015 Restore Emacs 23 behavior but use
20016 window-normalize-buffer-to-switch-to.
20017 (pop-to-buffer-same-window): Rewrite.
20018 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20019 Rewrite using Emacs 23 options.
20020
20021 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
20022
20023 * net/tramp.el (tramp-root-regexp): Remove.
20024 (tramp-completion-file-name-regexp-unified)
20025 (tramp-completion-file-name-regexp-separate)
20026 (tramp-completion-file-name-regexp-url): Don't use leading volume
20027 letter on w32 systems. (Bug#5303, Bug#9311)
20028 (tramp-drop-volume-letter): Simplify definition.
20029 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20030
20031 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20032
20033 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20034 (bug#9356).
20035
20036 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
20037
20038 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20039
20040 2011-08-29 Juri Linkov <juri@jurta.org>
20041
20042 * isearch.el (isearch-done): Don't display message "Mark saved"
20043 when arg `edit' is non-nil to prevent its flicker in the echo area.
20044
20045 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20046
20047 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20048 obsolete packages for deletion.
20049
20050 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
20051
20052 * help-mode.el (help-mode-map): Add special-mode-map to parent.
20053 (help-mode): Derive help-mode from special-mode. Don't invoke
20054 view-mode from help-mode.
20055 (help-xref-override-view-map): Remove.
20056 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20057 view-mode is not used anymore.
20058
20059 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20060
20061 * server.el (server-port): Doc fix.
20062
20063 * cus-theme.el (custom-theme-choose-mode): Inherit from
20064 special-mode (Bug#9124).
20065 (custom-theme-choose-mode-map): Add special-mode to parent.
20066
20067 2011-08-28 Alan Mackenzie <acm@muc.de>
20068
20069 * progmodes/cc-fonts.el
20070 (c-make-font-lock-BO-decl-search-function): New function.
20071 (c-basic-matchers-after - "Fontify the clauses after various
20072 keywords"): Extract the three keyword lists for the 3 erroneous
20073 constructs from the list of four, and use the new function above
20074 in place of an old one.
20075
20076 2011-08-28 Deniz Dogan <deniz@dogan.se>
20077
20078 * net/rcirc.el (rcirc-insert-prev-input)
20079 (rcirc-insert-next-input): Remove unused argument.
20080
20081 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20082
20083 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20084
20085 2011-08-27 Alan Mackenzie <acm@muc.de>
20086
20087 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20088 handle function pointer parameters properly.
20089
20090 2011-08-27 Martin Rudalics <rudalics@gmx.at>
20091
20092 * window.el (display-buffer-reuse-window): Fix case where
20093 selected window was reused with non-nil OTHER-WINDOW argument.
20094 (Bug#9381)
20095
20096 2011-08-27 Deniz Dogan <deniz@dogan.se>
20097
20098 * net/rcirc.el (rcirc-check-auth-status): Adding support for
20099 oftc's NickServ messages.
20100
20101 2011-08-27 Glenn Morris <rgm@gnu.org>
20102
20103 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
20104
20105 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
20106
20107 * emacs-lisp/package.el (package-install): Call package-initialize
20108 if called interactively.
20109
20110 2011-08-26 Leo Liu <sdl.web@gmail.com>
20111
20112 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
20113
20114 2011-08-25 Juri Linkov <juri@jurta.org>
20115
20116 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20117 `search-whitespace-regexp' (bug#9364).
20118
20119 2011-08-25 Juri Linkov <juri@jurta.org>
20120
20121 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20122 `regexp-search-ring' to their global values to protect from
20123 updating by `read-from-minibuffer' (bug#9185).
20124
20125 2011-08-25 Juri Linkov <juri@jurta.org>
20126
20127 * textmodes/ispell.el (ispell-command-loop): Add newline
20128 at the end of the "Use option `i'..." line.
20129
20130 2011-08-25 Juri Linkov <juri@jurta.org>
20131
20132 * battery.el (display-battery-mode): If `battery-status-function'
20133 or `battery-mode-line-format' is nil, display the message and set
20134 `display-battery-mode' to nil (bug#9363).
20135
20136 2011-08-25 Eli Zaretskii <eliz@gnu.org>
20137
20138 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20139 bidi-string-mark-left-to-right; they are unnecessary now.
20140
20141 2011-08-25 Deniz Dogan <deniz@dogan.se>
20142
20143 * net/quickurl.el: Documentation typo fixes.
20144
20145 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
20146
20147 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20148
20149 2011-08-25 Glenn Morris <rgm@gnu.org>
20150
20151 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20152
20153 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20154 (smtpmail-via-smtp): Handle nil response from smtp.
20155
20156 2011-08-24 Juri Linkov <juri@jurta.org>
20157
20158 * proced.el (proced-marked): Inherit from `error' instead of
20159 `font-lock-warning-face'.
20160
20161 * ibuffer.el (ibuffer-marked-face): Change default face from
20162 `font-lock-warning-face' to `warning'.
20163 (ibuffer-deletion-face): Change default face from
20164 `font-lock-type-face' to `error'.
20165
20166 * battery.el (battery-update): Use the face `error' instead of
20167 `font-lock-warning-face' (bug#6117).
20168
20169 2011-08-24 Juri Linkov <juri@jurta.org>
20170
20171 * faces.el (success): Change face color from "Green3" to
20172 "ForestGreen" on light background (bug#9353).
20173
20174 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
20175
20176 * window.el (quit-window): Rename from quit-restore-window.
20177 Use same arglist as old quit-window.
20178 (frame-auto-delete): Doc fix.
20179
20180 * view.el (view-mode-exit): Use quit-window.
20181
20182 2011-08-24 Juri Linkov <juri@jurta.org>
20183
20184 * isearch.el (isearch-ring-adjust1): Start visiting previous
20185 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20186 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20187 for empty search string (when the last search string is reused
20188 automatically) to adjust the isearch ring to the last element and
20189 prepare the correct index for further M-p commands (bug#9185).
20190
20191 2011-08-24 Kenichi Handa <handa@m17n.org>
20192
20193 * international/ucs-normalize.el: If decomposition property of
20194 CHAR is the default one (i.e. a list of CHAR itself), treat it as
20195 nil.
20196 (nfd, nfkd): Likewise.
20197
20198 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20199
20200 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20201 from process filters aren't reliably transmitted to the surrounding
20202 accept-process-output.
20203 (mpc-proc-check): New function.
20204 (mpc-proc-sync): Use it (bug#8293)
20205
20206 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20209 Add compatibility functions (bug#9313).
20210
20211 2011-08-23 Eli Zaretskii <eliz@gnu.org>
20212
20213 * cus-start.el (all): Add entry for bidi-paragraph-direction.
20214
20215 * international/uni-bidi.el: Regenerate.
20216
20217 2011-08-23 Kenichi Handa <handa@m17n.org>
20218
20219 * international/charprop.el:
20220 * international/uni-bidi.el:
20221 * international/uni-category.el:
20222 * international/uni-combining.el:
20223 * international/uni-comment.el:
20224 * international/uni-decimal.el:
20225 * international/uni-decomposition.el:
20226 * international/uni-digit.el:
20227 * international/uni-lowercase.el:
20228 * international/uni-mirrored.el:
20229 * international/uni-name.el:
20230 * international/uni-numeric.el:
20231 * international/uni-old-name.el:
20232 * international/uni-titlecase.el:
20233 * international/uni-uppercase.el: Regenerate.
20234
20235 2011-08-23 Martin Rudalics <rudalics@gmx.at>
20236
20237 * help.el (help-window-setup): Fix message displayed when other
20238 window is reused. (Bug#9341)
20239
20240 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20241
20242 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20243 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20244
20245 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20246 Mark obsolete.
20247 * shell.el (shell-parse-pcomplete-arguments): New function.
20248 (shell-completion-vars): Use it instead (bug#9160).
20249
20250 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20251
20252 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20253 strings and comments (bug#9333).
20254
20255 * emacs-lisp/debug.el (debug-arglist): New function.
20256 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20257 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20258
20259 2011-08-22 Juri Linkov <juri@jurta.org>
20260
20261 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20262 Revert regexp that highlights output switches to its old
20263 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20264
20265 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20266 to check for empty output (bug#9226).
20267
20268 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
20269
20270 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20271 symbol-constituent as the default, as that stops font-lock from
20272 working properly (Bug#8843).
20273
20274 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20275
20276 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20277 `coding-system-for-*' around the process open call to avoid
20278 auth-source side effects.
20279 (smtpmail-try-auth-methods): Expand the secret password.
20280 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20281 probe hangs.
20282
20283 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20284
20285 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20286
20287 * emacs-lisp/find-func.el (find-function-noselect): New arg
20288 lisp-only.
20289
20290 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20291 signal an error for built-in functions (Bug#6664).
20292
20293 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20294
20295 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20296 (smtpmail-try-auth-methods): Use it.
20297
20298 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20299
20300 * font-lock.el (font-lock-fontify-region)
20301 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20302 (font-lock-default-unfontify-buffer)
20303 (font-lock-default-fontify-region)
20304 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20305
20306 * progmodes/compile.el (compilation-error-properties):
20307 Fix confusion between file struct and message struct (Bug#9319).
20308 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20309 `ant' regexp.
20310
20311 * net/browse-url.el (browse-url-firefox): Don't call
20312 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20313
20314 2011-08-20 Glenn Morris <rgm@gnu.org>
20315
20316 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20317
20318 * tutorial.el (tutorial--default-keys): Update some default bindings.
20319
20320 * files.el (hack-local-variables): Fully ignore case for "mode:".
20321
20322 2011-08-20 Alan Mackenzie <acm@muc.de>
20323
20324 Resolve invalid use of a regexp in regexp-opt.
20325
20326 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20327 detection for a java annotation.
20328
20329 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20330 detection for a java annotation.
20331
20332 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20333 handling for java.
20334 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20335
20336 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20337
20338 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20339 (Bug#9274).
20340
20341 2011-08-20 Alan Mackenzie <acm@muc.de>
20342
20343 Fontify CPP expressions correctly when starting in the middle of
20344 such a construct. Mainly for when jit-lock etc. starts a chunk
20345 here.
20346
20347 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20348 variable.
20349 (c-make-font-lock-search-form): New function, extracted from
20350 c-make-font-lock-search-function.
20351 (c-make-font-lock-search-function): Use the above function.
20352 (c-make-font-lock-context-search-function): New function.
20353 (c-cpp-matchers): Enhance the preprocessor expression case with
20354 the above function
20355 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20356 which takes an expression.
20357
20358 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20359
20360 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20361
20362 * window.el (display-buffer-reuse-window)
20363 (display-buffer-pop-up-window): Don't reuse or split a side
20364 window.
20365
20366 2011-08-19 Glenn Morris <rgm@gnu.org>
20367
20368 * files.el (hack-local-variables-prop-line, hack-local-variables):
20369 Downcase "Mode:". (Bug#9331)
20370
20371 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20372
20373 * international/characters.el: Add L and R categories.
20374
20375 * subr.el (bidi-string-mark-left-to-right): Rename from
20376 string-mark-left-to-right. Use category search.
20377
20378 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20379
20380 2011-08-18 Juri Linkov <juri@jurta.org>
20381
20382 * faces.el (error, warning, success): New faces with definitions
20383 copied from old default values of `font-lock-warning-face',
20384 `compilation-warning', `compilation-info' (bug#6117).
20385
20386 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20387
20388 * progmodes/compile.el (compilation-error): Inherit from `error'.
20389 (compilation-warning): Inherit from `warning'.
20390 (compilation-info): Inherit from `success'.
20391
20392 * dired.el (dired-marked): Inherit from `warning'.
20393 (dired-flagged): Inherit from `error'.
20394
20395 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20396
20397 * mail/smtpmail.el (auth-source): Require to avoid problems with
20398 binding variables (bug#9298). Also clean up some unused
20399 autoloads.
20400
20401 * net/network-stream.el (network-stream-open-starttls):
20402 Support using starttls.el without using gnutls-cli.
20403
20404 2011-08-17 Juri Linkov <juri@jurta.org>
20405
20406 * progmodes/grep.el (rgrep): Handle the case when
20407 `grep-find-command' is a cons cell (bug#9278).
20408
20409 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20410
20411 * window.el (display-buffer-pop-up-frame): Run frame creation
20412 function with BUFFER current (as special-display-popup-frame
20413 does). Reported by Drew Adams.
20414
20415 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20416
20417 * epa-mail.el: Simplify GnuPG group expansion using
20418 epg-expand-group.
20419 (epa-mail-group-alist, epa-mail-group-modtime)
20420 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20421 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20422 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20423 Remove.
20424
20425 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20426
20427 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20428
20429 2011-08-16 Alan Mackenzie <acm@muc.de>
20430
20431 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20432 Correct, to avoid the inside of macros.
20433
20434 2011-08-16 Richard Stallman <rms@gnu.org>
20435
20436 * epa-mail.el: Handle GnuPG group definitions.
20437 (epa-mail-group-alist, epa-mail-group-modtime)
20438 (epa-mail-gnupg-conf-file): New variables.
20439 (epa-mail-parse-groups, epa-mail-sync-groups)
20440 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20441 (epa-mail-expand-recipients): New functions.
20442 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20443
20444 * mail/rmail.el (rmail-epa-decrypt): New command.
20445
20446 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20447 Don't bind buffer-read-only, just inhibit-read-only.
20448 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20449 (epa-decrypt-armor-in-region): Make error message clearer.
20450
20451 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20452
20453 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20454 and "a2b" to "ab" for `prefix'.
20455
20456 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20457
20458 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20459 filter groups.
20460 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20461 Fourquet (Bug#8804).
20462
20463 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20464
20465 * startup.el (argi): Declare as global variable (bug#9275).
20466
20467 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20468
20469 * subr.el (string-mark-left-to-right): Search the entire string
20470 for RTL script, not just the terminating character. Doc fix.
20471
20472 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20473
20474 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20475 New function.
20476 (js--regexp-literal, js-syntax-propertize-function): Remove.
20477 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20478 (js-mode-map): Don't rebind electric keys.
20479 (js-insert-and-indent): Remove.
20480 (js-mode): Setup electric-layout and electric-indent instead.
20481
20482 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20483
20484 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20485
20486 * epa.el (epa-progress-callback-function): Fix the logic of
20487 displaying progress.
20488 * epa-file.el (epa-file-insert-file-contents): Make progress
20489 display more user-friendly.
20490 (epa-file-write-region): Ditto.
20491
20492 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20493
20494 * subr.el (string-mark-left-to-right): New function.
20495
20496 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20497 Use string-mark-left-to-right.
20498 (list-buffers-noselect): Caller changed.
20499
20500 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20501 Use string-mark-left-to-right.
20502 (tabulated-list-print): Recenter after moving point.
20503
20504 2011-08-10 Juri Linkov <juri@jurta.org>
20505
20506 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20507 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20508 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20509
20510 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20511
20512 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20513 (Bug#7554).
20514
20515 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20516
20517 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20518 character. (Bug#6594)
20519
20520 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20521
20522 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20523 (image-dired--with-db-file): New macro.
20524 (image-dired-write-tags, image-dired-remove-tag)
20525 (image-dired-create-gallery-lists, image-dired-write-comments)
20526 (image-dired-get-comment, image-dired-mark-tagged-files)
20527 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20528 (image-dired-gallery-generate): Use insert-file-contents.
20529
20530 * time.el (display-time-world-list, display-time-world-display):
20531 * time-stamp.el (time-stamp-string):
20532 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20533 set-time-zone-rule (Bug#7337).
20534
20535 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20536
20537 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20538 (epg-error-to-string, epg-errors-to-string): New function.
20539 (epg-wait-for-completion): Reverse errors list.
20540 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20541 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20542 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20543 (epg-sign-keys, epg-generate-key-from-file)
20544 (epg-generate-key-from-string): Format errors by using
20545 epg-errors-to-string (bug#9255).
20546 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20547
20548 2011-08-07 Juri Linkov <juri@jurta.org>
20549
20550 * faces.el (list-faces-display): Remove extra angle bracket
20551 from `help-mode-map'.
20552
20553 * info.el (Info-history-toc-nodes): Doc fix.
20554
20555 * longlines.el (longlines-mode): Doc fix.
20556
20557 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20558
20559 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20560 of statements and in a few more cases (bug#9183).
20561
20562 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20563 New functions.
20564 (cl-transform-lambda): Use them (bug#9239).
20565
20566 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20567
20568 * window.el (display-buffer-same-window)
20569 (display-buffer-same-frame, display-buffer-other-window)
20570 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20571 (pop-to-buffer-other-window)
20572 (pop-to-buffer-same-frame-other-window)
20573 (pop-to-buffer-other-frame): Make them defuns.
20574 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20575
20576 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20577
20578 * subr.el (make-composed-keymap): Move from C. Change calling
20579 convention, and improve docstring to bring attention to a subtle point.
20580 * minibuffer.el (completing-read-default): Adjust accordingly.
20581
20582 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20583
20584 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20585 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20586
20587 * net/trampver.el: Update release number.
20588
20589 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20590
20591 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20592 "in" (bug#9190).
20593
20594 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20595
20596 * mail/sendmail.el (sendmail-query-once): Restore the current
20597 buffer after querying (bug#9074).
20598
20599 * dired.el (dired-flagged): Use different faces for marked and
20600 flagged files (bug#6117).
20601
20602 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20603 (bug#4433).
20604
20605 * ido.el (ido-mode): Switch off the message if called
20606 non-interactively.
20607
20608 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20609 before 587, since it appears that that's more likely to work for
20610 more people.
20611
20612 * cus-edit.el (custom-file): When running under emacs -q, always
20613 refuse to save the customizations, even if the .emacs file doesn't
20614 exist.
20615
20616 * info.el: Remove the `Info-beginning-of-buffer' function
20617 (bug#8325).
20618
20619 * net/network-stream.el (network-stream-open-starttls):
20620 Use `starttls-available-p' to see whether starttls.el can be used.
20621
20622 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20623
20624 * window.el (display-buffer-in-window): Don't set dedicated status
20625 of window here (Bug#9215).
20626 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20627 (display-buffer-pop-up-side-window)
20628 (display-buffer-in-side-window): Set dedicated status of window here.
20629
20630 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20631
20632 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20633 before binding generated-autoload-file.
20634
20635 2011-08-01 Deniz Dogan <deniz@dogan.se>
20636
20637 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20638
20639 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20640
20641 Sync with Tramp 2.2.2.
20642
20643 * net/trampver.el: Update release number.
20644
20645 2011-07-30 Juri Linkov <juri@jurta.org>
20646
20647 * dired-aux.el (dired-touch-initial): Remove function.
20648 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20649 current time, and `default' to the last modification time of the
20650 current marked file (bug#6887).
20651
20652 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20653
20654 * simple.el (goto-line): Use string-to-number to provide a
20655 numeric argument to read-number (bug#9163).
20656
20657 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20658
20659 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20660 connection process, it could be nil.
20661
20662 2011-07-27 Leo Liu <sdl.web@gmail.com>
20663
20664 Simplify url handling in rcirc-mode.
20665
20666 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20667 (rcirc-browse-url-at-mouse): Remove.
20668 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20669
20670 2011-07-26 Alan Mackenzie <acm@muc.de>
20671
20672 Fontify bitfield declarations properly.
20673
20674 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20675 (c-symbol-chars): Now exported as a lang variable.
20676 (c-not-primitive-type-keywords): New lang variable.
20677
20678 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20679 QT keyword "more" to prevent "more slots: ...." being spuriously
20680 parsed as a bitfield declaration.
20681
20682 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20683 Refactor and enhance to handle bitfield declarations.
20684 (c-punctuation-in): New function.
20685 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20686 declarations properly.
20687
20688 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20689
20690 * calendar/icalendar.el (icalendar--all-events): Take care of
20691 multiple vcalendars in a single file.
20692 (icalendar--convert-float-to-ical): Checkdoc fixes.
20693
20694 2011-07-25 Deniz Dogan <deniz@dogan.se>
20695
20696 * image.el (insert-image): Clarifying docstring.
20697
20698 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20699
20700 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20701 `tramp-send-command-and-check' if there is no error.
20702 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20703
20704 2011-07-22 Alan Mackenzie <acm@muc.de>
20705
20706 Prevent cc-langs.elc being loaded at run time.
20707
20708 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20709 cc-langs.
20710
20711 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20712 "(require 'cc-langs)". Quote a form so it will evaluate at
20713 (cc-mode's) compilation time.
20714
20715 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20716
20717 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20718 loading. (Bug#9114)
20719
20720 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20721
20722 * window.el (display-buffer-pop-up-window)
20723 (display-buffer-pop-up-side-window)
20724 (display-buffer-in-side-window): Call display-buffer-set-height
20725 and display-buffer-set-width after setting the new window's
20726 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20727
20728 2011-07-20 Sam Steingold <sds@gnu.org>
20729
20730 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20731 (etags-tags-included-tables): Call `convert-standard-filename' on
20732 the file names contained in TAGS so that windows Emacs can handle
20733 TAGS files created by cygwin ctags.
20734
20735 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20736
20737 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20738 which apparently didn't work.
20739
20740 2011-07-19 Roland Winkler <winkler@gnu.org>
20741
20742 * proced.el (proced-send-signal): For *Marked Processes* buffer
20743 put point at beginning of buffer.
20744
20745 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20746
20747 * proced.el (proced-format): Make header lines align with the text
20748 (bug#1779).
20749
20750 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20751
20752 * view.el (view-buffer): Allow running in `special' modes if we're
20753 visiting a file (bug#8615).
20754
20755 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20756
20757 * window.el (display-buffer-alist-of-strings-p)
20758 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20759 New functions.
20760 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20761 more accurately.
20762
20763 2011-07-18 Alan Mackenzie <acm@muc.de>
20764
20765 Fontify declarators properly when, e.g., a jit-lock chunk begins
20766 inside a declaration.
20767
20768 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20769
20770 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20771 New function.
20772 (c-complex-decl-matchers): Insert reference to
20773 c-font-lock-enclosing-decls.
20774
20775 * progmodes/cc-engine.el (c-backward-single-comment):
20776 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20777 to nil around calls to (forward-comment -1).
20778
20779 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20780
20781 * image.el (put-image): Doc typo fix.
20782
20783 * progmodes/etags.el (tags-search): Doc typo fix.
20784
20785 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20786 password if we get errors 550 to 554.
20787
20788 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20789
20790 * net/gnutls.el (gnutls-log-level): Remove.
20791
20792 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20793 indentation character (bug#6380).
20794
20795 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20796
20797 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20798 to clarify what the problem is (bug#4291).
20799
20800 * simple.el (current-kill): Clarify what
20801 `interprogram-paste-function' does (bug#7500).
20802 (auto-fill-mode): Document `auto-fill-function' in relation to
20803 `auto-fill-mode' (bug#2470).
20804
20805 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20806
20807 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20808 method if slot is read-only (bug#9035).
20809
20810 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20811
20812 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20813 * window.el (pop-to-buffer): Select window used even if it was
20814 selected before, see discussion of (Bug#8615), (Bug#6954).
20815 Pass argument NORECORD on to select-frame-set-input-focus.
20816
20817 2011-07-15 Glenn Morris <rgm@gnu.org>
20818
20819 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20820 Respect help-form.
20821
20822 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20823
20824 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20825 (gnutls-negotiate): Use it.
20826
20827 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20828
20829 * net/gnutls.el (gnutls-negotiate):
20830 Upcase `gnutls-algorithm-priority'.
20831
20832 2011-07-15 Glenn Morris <rgm@gnu.org>
20833
20834 * jka-compr.el (jka-compr-verbose): Move from here...
20835 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20836 Add missing :version tag.
20837 * info.el: No need to require jka-compr when compiling.
20838
20839 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20840
20841 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20842 (gnutls-negotiate): Use it.
20843
20844 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20845
20846 * info.el (Info-beginning-of-buffer): New command.
20847 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20848 announcing `b' as the key (bug#8325).
20849 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20850
20851 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20852
20853 * international/mule-cmds.el
20854 (describe-specified-language-support): Make the error message
20855 clearer (bug#8905).
20856
20857 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20858
20859 * isearch.el (isearch-barrier): Add a doc string, since it's
20860 mentioned in a function doc string (bug#8678).
20861
20862 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20863
20864 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20865 buffer argument (Bug#9083) and self-identifying label argument.
20866
20867 2011-07-15 Glenn Morris <rgm@gnu.org>
20868
20869 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20870
20871 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20872
20873 * man.el (Man-fontify-manpage): Fix message when formatting the
20874 man page (bug#7929).
20875
20876 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20877
20878 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20879 argument LRM; if non-nil, append an invisible LRM character to the
20880 buffer name.
20881 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20882 last argument non-nil, when formatting buffer names.
20883 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20884 paragraph direction.
20885
20886 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20887
20888 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20889 the man page name (bug#7929).
20890
20891 * image.el (put-image): Mention the `put-image' overlay property
20892 (bug#7834).
20893
20894 * scroll-bar.el (set-scroll-bar-mode): Mention that
20895 `scroll-bar-mode' lists the values (bug#7772).
20896
20897 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20898 command (bug#7729).
20899
20900 * rect.el (apply-on-rectangle): Return the point after the last
20901 operation.
20902 (string-rectangle): Go to the point after the last operation
20903 (bug#7522).
20904
20905 * printing.el (pr-toggle-region): Clarify the documentation
20906 slightly (bug#7493).
20907
20908 * time.el (display-time-update):
20909 Allow `display-time-mail-function' to return nil (bug#7158).
20910 Fix suggested by Detlev Zundel.
20911
20912 * vc/diff.el (diff): Clarify the order the file names are read
20913 (bug#7111).
20914
20915 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20916 the doc string (bug#7015).
20917
20918 * font-lock.el (font-lock-maximum-decoration): Mention what
20919 numeric levels mean (bug#6935).
20920
20921 * startup.el (initial-buffer-choice): Don't mention the `none'
20922 selection, which is against policy.
20923
20924 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20925
20926 * window.el (display-buffer-normalize-special):
20927 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20928
20929 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20930
20931 * subr.el (version<, version<=, version=): Mention "-CVS" and
20932 "-12345" alpha version numbers.
20933
20934 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20935
20936 * bindings.el: Add advertised binding for set-mark-command
20937 (Bug#5772).
20938
20939 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20940
20941 * bindings.el (mode-line-other-buffer):
20942 * bookmark.el (bookmark-bmenu-2-window):
20943 * bs.el (bs-cycle-next, bs-cycle-previous):
20944 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20945 switch-to-buffer.
20946
20947 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20948 Delete.
20949
20950 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20951
20952 * follow.el (follow-debug-message, follow-redisplay):
20953 * jka-cmpr-hook.el (with-auto-compression-mode):
20954 Fix typos in docstrings.
20955
20956 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20957
20958 * subr.el (with-silent-modifications): Clarify somewhat what the
20959 macro inhibits (bug#6525).
20960
20961 * simple.el (eval-expression): Note what it does if called
20962 interactively (bug#6495).
20963
20964 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20965
20966 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20967 Use pop-to-buffer buffer-or-name if it is nil.
20968
20969 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20970 Remove switch-to-buffer.
20971
20972 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20973
20974 * files.el (make-directory): Clarify that an error will be raised
20975 if there's an error (bug#6397).
20976
20977 * startup.el (initial-buffer-choice): Add `none' as a choice
20978 (bug#6234).
20979
20980 * subr.el (add-hook): Clarify section about buffer-local hooks
20981 (bug#6218).
20982
20983 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20984
20985 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20986
20987 * tabify.el (untabify): Preserve the current column so that point
20988 doesn't move (bug#6032).
20989
20990 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20991
20992 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20993 Rewrite to avoid awkward possessive "s" (bug#5986).
20994
20995 2011-07-13 Glenn Morris <rgm@gnu.org>
20996
20997 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20998 (dired-insert-directory): Give a message the first time
20999 if ls is found not to support --dired.
21000
21001 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21002
21003 * simple.el (toggle-truncate-lines): Clarify what is toggled
21004 (bug#5580). Text by Drew Adams.
21005
21006 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21007
21008 * simple.el (blink-matching-open): Make the error message from the
21009 last change less verbose.
21010
21011 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21012
21013 * font-lock.el (font-lock-comment-face): Use the high contrast
21014 "yellow" color for font-lock-comment-face on low color terminals
21015 using a dark background color (bug#4221).
21016
21017 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21018
21019 * dired.el (dired-insert-set-properties): Make the doc string
21020 reflect what it does now (bug#5325).
21021
21022 * simple.el (blink-matching-open): Say that we were unable to find
21023 the match within the limit, if we're limited (bug#5122).
21024
21025 * international/mule-cmds.el (prefer-coding-system): Add an
21026 example (bug#4869).
21027
21028 * progmodes/etags.el (tags-search): Document `file-list-form'
21029 (bug#4731).
21030
21031 2011-07-13 Lawrence Mitchell <wence@gmx.li>
21032
21033 * net/browse-url.el (browse-url-default-browser)
21034 (browse-url-browser-function): Make the default browser choice a
21035 bit more logical (bug#4300). Also clean up the doc string.
21036
21037 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21038
21039 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21040 binary endings (bug#4440).
21041
21042 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21043
21044 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21045 which can be pretty annoying (bug#8971).
21046
21047 * jka-compr.el (jka-compr-verbose): New variable, and use
21048 throughout (bug#8971).
21049
21050 * info.el (Info-find-file): Fall back on the installation
21051 directory if we can't find the info node anywhere else.
21052
21053 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
21054
21055 * vc/vc.el (vc-revert-file):
21056 Don't set file time-stamp in the past. (Bug#5181)
21057
21058 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21059
21060 * files.el (after-find-file): Give a better error message when
21061 trying to find a symlink that points to a file that doesn't exist
21062 (bug#4398).
21063
21064 * progmodes/cc-vars.el: Remove (probably) misleading comment
21065 (bug#4396).
21066
21067 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21068
21069 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21070
21071 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21072
21073 * mouse-sel.el: Hack restoring functionality, while keeping
21074 compatibility with 2010-07-03 changes to mouse selection.
21075 (mouse-sel-primary-overlay): New var.
21076 (mouse-sel-selection-alist): Use it.
21077 (mouse-sel-mode): Doc fix; remove points that are default features
21078 of mouse.el.
21079
21080 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21081
21082 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21083 Fix previous fix (bug#2490).
21084
21085 2011-07-12 Roland Winkler <winkler@gnu.org>
21086
21087 * textmodes/bibtex.el (bibtex-initialize):
21088 Use pop-to-buffer-same-window.
21089 (bibtex-search-entries): Fix interactive call.
21090
21091 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21092
21093 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21094 Fontise bytecomp Error lines more correctly (bug#2490).
21095 Fix suggested by Johan BockgĂ¥rd.
21096
21097 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21098
21099 * dired-x.el (dired-guess-default): Use `delete-dups'.
21100
21101 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21102
21103 * dired.el (dired-mark-prompt):
21104 * dired-aux.el (dired-read-shell-command): Doc fix.
21105
21106 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21107
21108 * mail/sendmail.el (sendmail-query-once):
21109 Use `customize-save-variable' unconditionally, now that it works under
21110 emacs -Q.
21111
21112 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21113
21114 * cus-edit.el (custom-file): Take an optional no-error variable.
21115 (customize-save-variable): Set the variable, and give a warning if
21116 running under "emacs -q".
21117
21118 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
21119
21120 * loadhist.el (unload-feature-special-hooks):
21121 Add `auto-coding-functions', `fill-nobreak-predicate' and
21122 `find-directory-functions' (bug#5327).
21123
21124 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21125
21126 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21127
21128 * cus-edit.el (custom-guess-name-alist): -alist variables should
21129 use the `alist' type (bug#3120). Suggested by Drew Adams.
21130
21131 * printing.el: Add documentation to all the `pr-toggle-' commands.
21132
21133 2011-07-11 Leo Liu <sdl.web@gmail.com>
21134
21135 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21136 backends where it makes sense (bug#2623).
21137
21138 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21139
21140 * dired-x.el (dired-guess-default): Remove duplicate shell command
21141 entries (bug#2028).
21142 (dired-guess-default): Fix grammar in doc string (bug#2028).
21143 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21144
21145 * subr.el (remove-duplicates): New conveniency function.
21146
21147 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21148
21149 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21150 (bug#1526).
21151
21152 2011-07-10 Martin Rudalics <rudalics@gmx.at>
21153
21154 * window.el (display-buffer-normalize-default): Don't invert
21155 meaning of even-window-heights. Reported by Eli Zaretskii
21156 <eliz@gnu.org>.
21157
21158 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
21159
21160 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21161
21162 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
21163
21164 * window.el (display-buffer): Fix arguments to
21165 display-buffer-reuse-window in last change.
21166
21167 * faces.el (link): Use a less saturated blue on light backgrounds.
21168
21169 * startup.el (fancy-startup-text, fancy-about-text)
21170 (fancy-startup-tail): Use font-lock faces, for background safety.
21171
21172 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
21173
21174 * emulation/viper-cmd.el (viper-change-state-to-vi):
21175 Limit triggering of abbrev expansion (Bug#9038).
21176
21177 2011-07-09 Martin Rudalics <rudalics@gmx.at>
21178
21179 * window.el (display-buffer-default-specifiers): Remove.
21180 (display-buffer-macro-specifiers): Remove default specifiers.
21181 (display-buffer-alist): Default to nil.
21182 (display-buffer-reuse-window): New optional argument other-window.
21183 (display-buffer-pop-up-window): Allow splitting internal
21184 windows. Check whether a live window was created.
21185 (display-buffer-other-window-means-other-frame)
21186 (display-buffer-normalize-arguments): Rename to
21187 display-buffer-normalize-argument and rewrite. Set the
21188 other-window specifier.
21189 (display-buffer-normalize-special): New function.
21190 (display-buffer-normalize-options): Rename to
21191 display-buffer-normalize-default and rewrite.
21192 (display-buffer-normalize-options-inhibit): Remove.
21193 (display-buffer-normalize-specifiers): Rewrite.
21194 (display-buffer): Process other-window specifier and call
21195 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
21196 more faithfully.
21197 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21198 (display-buffer-alist-set): Don't handle 'unset default values.
21199 (display-buffer-in-window, display-buffer-alist-set):
21200 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
21201 <tassilo@member.fsf.org>.
21202
21203 2011-07-09 Leo Liu <sdl.web@gmail.com>
21204
21205 * register.el (insert-register): Restore accidental change on
21206 2011-06-26. (Bug#9028)
21207
21208 2011-07-09 Glenn Morris <rgm@gnu.org>
21209
21210 * subr.el (remq): Handle the empty list. (Bug#9024)
21211
21212 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
21213
21214 * mail/sendmail.el (send-mail-function): No longer delay custom
21215 initialization.
21216 * custom.el (custom-initialize-delay): Doc fix.
21217
21218 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21219
21220 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21221
21222 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
21223
21224 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21225 human-friendly prompt.
21226
21227 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21228
21229 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21230 provided by a particular plugin.
21231
21232 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
21233
21234 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21235 save customizations (with "emacs -Q"), just set the variable
21236 instead of erroring out.
21237
21238 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21239
21240 2011-07-08 Juri Linkov <juri@jurta.org>
21241
21242 * arc-mode.el (archive-zip-expunge, archive-zip-update)
21243 (archive-zip-update-case): Use 7z if found by `executable-find'.
21244 The order of searching the available programs is the same as in
21245 `archive-zip-extract' (bug#8968).
21246
21247 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21248
21249 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21250 (menu-bar-options-menu): Tweak descriptions.
21251
21252 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21253
21254 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21255 menu items into verb phrases (bug#1421). Also refill to fit under
21256 80 columns.
21257
21258 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21259
21260 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21261 (Info-read-node-name): Doc fix (Bug#1084).
21262
21263 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21264 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21265 (end-of-sexp, beginning-of-sexp)
21266 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21267 (forward-symbol, forward-same-syntax, word-at-point)
21268 (sentence-at-point): Doc fix (Bug#1144).
21269
21270 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21271
21272 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21273 should cover it (bug#1281).
21274
21275 * cus-edit.el (custom-show): Mark as obsolete.
21276
21277 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21278 negotiation fails, then possibly try again with a non-encrypted
21279 connection (bug#9017).
21280
21281 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21282 be used.
21283
21284 2011-07-07 Richard Stallman <rms@gnu.org>
21285
21286 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21287 property, and handle its changed format.
21288 Look for the correct line number.
21289 Use file's line contents (but not past first =) to find
21290 correct line in message.
21291
21292 2011-07-07 Kenichi Handa <handa@m17n.org>
21293
21294 * international/characters.el (build-unicode-category-table):
21295 Delete it.
21296 (unicode-category-table): Set it by unicode-property-table-internal.
21297
21298 * international/mule-cmds.el (char-code-property-alist): Move to
21299 to src/chartab.c.
21300 (get-char-code-property): Call unicode-property-table-internal to
21301 load a file. Call get-unicode-property-internal where necessary.
21302 (put-char-code-property): Call unicode-property-table-internal to
21303 load a file. Call put-unicode-property-internal where necessary.
21304 put-unicode-property-internal where necessary.
21305 (char-code-property-description):
21306 Call unicode-property-table-internal to load a file.
21307
21308 * international/charprop.el:
21309 * international/uni-bidi.el:
21310 * international/uni-category.el:
21311 * international/uni-combining.el:
21312 * international/uni-comment.el:
21313 * international/uni-decimal.el:
21314 * international/uni-decomposition.el:
21315 * international/uni-digit.el:
21316 * international/uni-lowercase.el:
21317 * international/uni-mirrored.el:
21318 * international/uni-name.el:
21319 * international/uni-numeric.el:
21320 * international/uni-old-name.el:
21321 * international/uni-titlecase.el:
21322 * international/uni-uppercase.el: Regenerate.
21323
21324 * loadup.el: Load international/charprop.el before
21325 international/characters.
21326
21327 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21328
21329 * window.el (next-buffer, previous-buffer): Signal an error if
21330 called from a minibuffer window.
21331
21332 * bindings.el: Revert 2011-07-04 change.
21333
21334 2011-07-06 Richard Stallman <rms@gnu.org>
21335
21336 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21337 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21338 Treat markers like ints.
21339 (rmail-mime-entity): Doc fix.
21340
21341 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21342
21343 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21344 defcustom again for backwards compatibility.
21345
21346 * simple.el (shell-command-on-region): Fill.
21347
21348 * dired-aux.el (dired-kill-line): Add a doc string.
21349
21350 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21351 to "\\sw\\|\\s_" (bug#358).
21352
21353 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21354 (dired-unmark-backward): Ditto.
21355 (dired-flag-backup-files): Ditto.
21356
21357 * dired-x.el (dired-mark-sexp): Ditto.
21358
21359 2011-07-06 Richard Stallman <rms@gnu.org>
21360
21361 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21362 (rmail-mime-entity): New arg TRUNCATED.
21363 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21364 New functions.
21365 (rmail-mime-save): Warn if entity is truncated.
21366 (rmail-mime-toggle-hidden): Likewise, for showing.
21367 (rmail-mime-process-multipart): Record when an entity is truncated.
21368
21369 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21370 if ENTITY is a string.
21371
21372 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21373
21374 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21375 of faces when `M-C-x'-ing their definitions (bug#8378).
21376 Also clean up the code slightly.
21377
21378 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21379 because that makes the colors go away.
21380
21381 * mail/sendmail.el (send-mail-function): Change the default to
21382 `sendmail-query-once'.
21383 (sendmail-query-once): Add an autoload cookie.
21384
21385 * net/network-stream.el (network-stream-open-starttls): Try using
21386 a plain connection even if the server offered STARTTLS, and we
21387 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21388 capability. This should make smtpmail.el work in slightly more
21389 configurations.
21390
21391 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21392
21393 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21394 New defun.
21395 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21396
21397 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21398
21399 * progmodes/sql.el: Version 3.0
21400 (sql-product-alist): Add product :completion-object,
21401 :completion-column, and :statement attributes.
21402 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21403 (sql-mode-syntax-table): Mark all punctuation.
21404 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21405 ansi keywords.
21406 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21407 (sql-mode-oracle-font-lock-keywords): Improve.
21408 (sql-oracle-show-reserved-words): New function for development.
21409 (sql-product-font-lock): Simplify for source code buffers.
21410 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21411 New functions.
21412 (sql-highlight-product): Set product specific syntax table.
21413 (sql-mode-map): Add statement movement functions.
21414 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21415 New variable.
21416 (sql-statement-regexp, sql-beginning-of-statement)
21417 (sql-end-of-statement, sql-signum): New functions.
21418 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21419 (sql-show-sqli-buffer): Bug fix.
21420 (sql-interactive-mode): Store connection data as buffer local.
21421 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21422 with sql-interactive-mode.
21423 (sql-save-connection): Save buffer local settings.
21424 (sql-connection-menu-filter): Change menu entry name.
21425 (sql-product-interactive): Bug fix.
21426 (sql-preoutput-hold): New variable.
21427 (sql-interactive-remove-continuation-prompt): Bug fixes.
21428 (sql-debug-redirect): New variable.
21429 (sql-str-literal): New function.
21430 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21431 Redesign.
21432 (sql-oracle-save-settings, sql-oracle-restore-settings)
21433 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21434 (sql-completion-object, sql-completion-column)
21435 (sql-completion-sqlbuf): New variables.
21436 (sql-build-completions-1, sql-build-completions)
21437 (sql-try-completion): New functions.
21438 (sql-read-table-name): Use them.
21439 (sql-contains-names): New buffer local variable.
21440 (sql-list-all, sql-list-table): Use it.
21441 (sql-oracle-completion-types): New variable.
21442 (sql-oracle-completion-object, sql-sqlite-completion-object)
21443 (sql-postgres-completion-object): New functions.
21444
21445 2011-07-06 Glenn Morris <rgm@gnu.org>
21446
21447 * window.el (pop-to-buffer): Doc fix.
21448
21449 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21450
21451 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21452
21453 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21454
21455 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21456
21457 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21458
21459 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21460
21461 * button.el (button): Inherit from link face. Suggested by Dan
21462 Nicolaescu.
21463
21464 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21465
21466 * progmodes/gdb-mi.el: Fit in 80 columns.
21467 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21468 switch-to-buffer.
21469
21470 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21471 if imenu is simply not configured (bug#8941).
21472
21473 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21474
21475 * allout.el (allout-post-undo-hook): New allout outline-change
21476 event hook to signal undo activity.
21477 (allout-post-command-business): Run allout-post-undo-hook if an
21478 undo just occurred.
21479 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21480 * allout-widgets.el (allout-widgets-after-undo-function):
21481 Ensure the integrity of the current item's decoration after it has been
21482 in the vicinity of an undo.
21483 (allout-widgets-mode): Include allout-widgets-after-undo-function
21484 on the new allout-post-undo-hook.
21485
21486 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21487
21488 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21489 Let define-derived-mode define it.
21490 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21491 cycles of abbrev-table inheritance (bug#8998).
21492
21493 2011-07-05 Roland Winkler <winkler@gnu.org>
21494
21495 * textmodes/bibtex.el: Add support for biblatex.
21496 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21497 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21498 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21499 (bibtex-entry-alist, bibtex-field-alist): New variables.
21500 (bibtex-entry-field-alist): Obsolete alias for
21501 bibtex-BibTeX-entry-alist.
21502 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21503 (bibtex-set-dialect): New command.
21504 (bibtex-entry-type, bibtex-entry-head)
21505 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21506 Bind via bibtex-set-dialect.
21507 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21508 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21509 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21510 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21511 Define via bibtex-set-dialect.
21512 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21513 Obey bibtex-no-opt-remove-re.
21514 (bibtex-vec-push, bibtex-vec-incr): New functions.
21515 (bibtex-format-entry, bibtex-field-list)
21516 (bibtex-print-help-message, bibtex-validate)
21517 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21518
21519 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21520
21521 * progmodes/compile.el (compilation-goto-locus):
21522 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21523 * bs.el (bs-cycle-next, bs-cycle-previous):
21524 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21525 * bindings.el (mode-line-other-buffer):
21526 * autoinsert.el (auto-insert):
21527 * arc-mode.el (archive-extract):
21528 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21529
21530 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21531
21532 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21533 Fix check of `emacs-lock-unlockable-modes'.
21534 Coerce true values of `emacs-lock--try-unlocking' to t.
21535
21536 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21537
21538 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21539 * emacs-lock.el: New file.
21540
21541 2011-07-05 Julien Danjou <julien@danjou.info>
21542
21543 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21544 than `boundp' to check if face is set.
21545
21546 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21547
21548 * register.el (registerv-make):
21549 * window.el (window-min-height): Fix typos in docstrings.
21550
21551 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21552
21553 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21554 Update doc string.
21555
21556 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21557
21558 * server.el (server-execute): Catch quit and call
21559 `server-return-error' to pass the error back to emacsclient and
21560 close the connection (bug#8942).
21561
21562 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21563
21564 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21565 insecure exception for current topic. Also note that auto-saves
21566 are handled differently.
21567
21568 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21569 State variables for tracking auto-save inhibition situation.
21570
21571 (allout-write-contents-hook-handler): Rename from
21572 'allout-write-file-hook-handler', and describe how it depends on
21573 write-contents-functions sensitivity to non-nil value to prevent
21574 file write.
21575
21576 (allout-auto-save-hook-handler): Remove. auto-save does not check
21577 this in individual buffers, only in the starting buffer, so this
21578 is not the right way for us to inhibit auto-save in a buffer
21579 according to its condition.
21580
21581 (allout-mode): Use new allout-write-contents-hook-handler, and
21582 only with write-contents-functions. Remove auto-save provisions -
21583 they're implemented elsewhere.
21584
21585 (allout-before-change-handler): If undo is in progress, note that
21586 for attention of allout-post-command-business.
21587
21588 (allout-post-command-business): If the command we're following was
21589 an undo, check for change in the status of encrypted items and
21590 adjust auto-save inhibitions accordingly.
21591
21592 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21593 according to whether there are or aren't any plain-text topics
21594 pending encryption.
21595
21596 (allout-inhibit-auto-save-info-for-decryption):
21597 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21598 if there are plain-text topics pending encryption.
21599
21600 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21601 buffer-saved-size and some allout state to not inhibit auto-saves
21602 if there are no longer any plain-text topics pending encryption.
21603
21604 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21605 No longer provide for exemption of the current topic.
21606
21607 2011-07-04 Juri Linkov <juri@jurta.org>
21608
21609 Add 7z operations to delete and save changed members (bug#8968).
21610 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21611 New defcustoms.
21612 (archive-7z-write-file-member): New function.
21613 (archive-7z-summarize): Fix the number of dashes in the
21614 listing output.
21615
21616 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21617
21618 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21619 (bug#8958).
21620
21621 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21622
21623 * bindings.el: Ignore next-buffer and previous-buffer in
21624 minibuffer-local-map.
21625
21626 * font-lock.el (font-lock-builtin-face): Change light background
21627 color to dark slate blue (Bug#6693).
21628
21629 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21630
21631 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21632
21633 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21634
21635 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21636 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21637 Add switch-to-buffer.
21638
21639 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21640
21641 * isearch.el (isearch-search-fun-function): Clarify further the
21642 meaning of the function returned.
21643
21644 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21645
21646 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21647
21648 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21649 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21650 Use it.
21651 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21652 `tramp-default-remote-path' does not exist.
21653 (tramp-send-command-and-read): New optional argument NOERROR.
21654 (tramp-open-connection-setup-interactive-shell)
21655 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21656 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21657 (tramp-process-sentinel): Flush also process' connection property.
21658 (tramp-sh-handle-start-file-process): Do not set process
21659 sentinel. It is done now ...
21660 (tramp-maybe-open-connection): ... here. (Bug#8929)
21661
21662 2011-07-04 MON KEY <monkey@sandpframing.com>
21663
21664 * play/animate.el (animate-string): Doc fixes and allow changing
21665 the buffer name (bug#5417).
21666
21667 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21668
21669 * play/animate.el (animation-buffer-name): Rename from *animate*.
21670
21671 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21672
21673 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21674 This is simpler and helps future-proof the code.
21675 (timer-until): Use time-subtract and float-time.
21676 (timer--time-less-p): Use time-less-p.
21677
21678 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21679
21680 * type-break.el (timep): Use the value of `float-time' to avoid a
21681 byte-compiler warning.
21682
21683 * server.el (server-eval-and-print): Return any result, even nil.
21684
21685 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21686
21687 * type-break.el: Accept time formats that the builtins accept.
21688 (timep, type-break-time-difference): Accept any format that
21689 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21690 This is simpler and helps future-proof the code.
21691 (type-break-time-difference): Round rather than ignoring
21692 subseconds components.
21693
21694 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21695
21696 * info.el (Info-apropos-matches): Make non-interactive, since it
21697 doesn't seem to do anything useful as a command (bug#8829).
21698
21699 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21700
21701 * frame.el (frame-background-mode, frame-set-background-mode):
21702 Move from faces.el.
21703 (frame-default-terminal-background): New function.
21704
21705 * custom.el (custom-push-theme): Don't record faces in `changed'
21706 theme; this doesn't work correctly for per-frame face settings.
21707 (disable-theme): Use face-set-after-frame-default to reset faces.
21708 (custom--frame-color-default): New function.
21709
21710 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21711
21712 * dired.el (dired-flagging-regexp): Remove unused variable
21713 (bug#8769).
21714
21715 2011-03-29 Kevin Ryde <user42@zip.com.au>
21716
21717 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21718 `perl-Test2' extend to match possible "fail #N" rep count
21719 (bug#8377).
21720
21721 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21722
21723 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21724 `smtpmail-via-smtp' now returns the error instead of nil.
21725
21726 * isearch.el (isearch-search-fun-function): Clarify the doc string
21727 (bug#8101).
21728
21729 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21730
21731 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21732 unnecessary spaces (bug#8987).
21733
21734 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21735
21736 * net/network-stream.el (open-network-stream): Use the
21737 :end-of-capability command thoughout.
21738
21739 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21740
21741 * net/network-stream.el (open-network-stream): Add the
21742 :end-of-capability command parameter, used by pop3.el.
21743
21744 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21745
21746 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21747
21748 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21749 for list)" (bug#6475).
21750
21751 * files.el (file-expand-wildcards): Ignore non-readable
21752 sub-directories while trying to find matches instead of signaling
21753 an error (bug#6297).
21754
21755 * man.el (Man-reference-regexp): Allow matching possible
21756 word-wrapped references (bug#6289).
21757
21758 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21759 for consistency with the other vc buffers (bug#6197).
21760 (vc-checkin): Ditto.
21761
21762 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21763
21764 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21765
21766 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21767
21768 * custom.el (defcustom): Clarify that :set is only used in the
21769 Customize user interface (bug#6089).
21770
21771 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21772 associated with a file, refuse to run instead of erroring out
21773 (bug#6084).
21774
21775 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21776 the doc string, since it appears that using `fill-column' always
21777 controls the width (bug#7845).
21778
21779 * simple.el (shell-command-on-region): Say where the error output
21780 went if `shell-command-default-error-buffer' is set (bug#6857).
21781
21782 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21783
21784 * allout.el (allout-yank-processing): Adjust cursor position for
21785 backwards-deleted space.
21786
21787 (allout-rebullet-heading): Register changes with
21788 allout-exposure-changed-hook, so the modified topic is properly
21789 decorated.
21790
21791 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21792
21793 * minibuffer.el (completion-in-region): Document PREDICATE
21794 (bug#7136).
21795
21796 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21797 of keyword/argument pairs (bug#6904).
21798
21799 * replace.el (multi-occur):
21800 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21801
21802 2011-07-02 Drew Adams <drew.adams@oracle.com>
21803
21804 * dired.el (dired-mark-if): Make the message about whether it's
21805 marking or unmarking clearer (bug#8523).
21806
21807 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21808
21809 * disp-table.el (display-table-print-array): New function.
21810 (describe-display-table): Use it to print the vectors more pretty
21811 (Bug#8859).
21812
21813 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21814
21815 * window.el (window-state-get-1): Don't assign clone numbers.
21816 Add clone-of item to list of window parameters.
21817 (window-state-put-2): Don't process clone numbers.
21818 (display-buffer-alist): Fix doc-string.
21819
21820 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21821
21822 * subr.el (remq): Don't allocate if it's not needed.
21823 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21824 (keymap--merge-bindings): New functions.
21825 (keymap-canonicalize): Use them to refine the canonicalization.
21826 * minibuffer.el (minibuffer-local-completion-map)
21827 (minibuffer-local-must-match-map): Move initialization from C.
21828 (minibuffer-local-filename-completion-map): Move initialization from C;
21829 don't inherit from anything here.
21830 (minibuffer-local-filename-must-match-map): Make obsolete.
21831 (completing-read-default): Use make-composed-keymap to combine
21832 minibuffer-local-filename-completion-map with either
21833 minibuffer-local-must-match-map or
21834 minibuffer-local-filename-completion-map.
21835
21836 2011-07-01 Glenn Morris <rgm@gnu.org>
21837
21838 * type-break.el (type-break-time-sum): Use dolist.
21839
21840 * textmodes/flyspell.el (flyspell-word-search-backward):
21841 Replace CL function.
21842
21843 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21844
21845 * mouse.el (mouse--strip-first-event): New function.
21846 (function-key-map): Use it to map fringe clicks to normal clicks
21847 by default.
21848
21849 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21850 (vc-bzr-revision-completion-table): Add support for annotate and date.
21851
21852 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21853 inherit from parent.
21854
21855 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21856
21857 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21858 (dired-show-file-type): Doc fixup (bug#8818).
21859
21860 * dired.el (dired-mode): Fix up the doc string as suggested by
21861 Drew Adams (bug#8817).
21862
21863 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21864 cookie, since the manual says that it should be possible to add
21865 this function to `find-file-hook' (bug#8709).
21866
21867 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21868
21869 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21870 here. Noted Ted Zlatanov as the maintainer.
21871 (cfengine-common-settings, cfengine-common-syntax): New functions
21872 to set up common things between `cfengine-mode' and
21873 `cfengine3-mode'.
21874 (cfengine3-mode): New mode.
21875 (cfengine3-defuns cfengine3-defuns-regex
21876 (cfengine3-class-selector-regex cfengine3-category-regex)
21877 (cfengine3-vartypes cfengine3-font-lock-keywords)
21878 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21879 (cfengine3-indent-line): Add from cfengine3.el.
21880
21881 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21882
21883 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21884
21885 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21886
21887 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21888
21889 * window.el (same-window-buffer-names, same-window-regexps)
21890 (same-window-p, special-display-frame-alist)
21891 (special-display-popup-frame, special-display-function)
21892 (special-display-buffer-names, special-display-regexps)
21893 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21894 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21895 (split-window-preferred-function, split-height-threshold)
21896 (split-width-threshold, even-window-heights)
21897 (display-buffer-mark-dedicated, window-splittable-p)
21898 (split-window-sensibly, window-safely-shrinkable-p):
21899 Un-obsolete.
21900 (display-buffer): Don't spread args with function specifier
21901 because special-display-popup-frame won't like it.
21902
21903 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21904
21905 Time-stamp simplifications and fixes.
21906 These improve accuracy slightly, and future-proof the code
21907 against some potential changes to current-time format.
21908
21909 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21910 by using time-since and float-time.
21911
21912 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21913 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21914 + NNN microseconds".
21915
21916 * type-break.el (type-break-time-sum): Rewrite using time-add.
21917
21918 * play/hanoi.el (hanoi-current-time-float): Remove.
21919 All uses replaced by float-time.
21920
21921 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21922 This yields a more-accurate answer.
21923 (rng-time-to-float): Remove; no longer needed.
21924
21925 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21926
21927 * calendar/timeclock.el (timeclock-seconds-to-time):
21928 Defalias to seconds-to-time, since they're the same thing.
21929
21930 * emacs-lisp/elp.el (elp-elapsed-time):
21931 * emacs-lisp/benchmark.el (benchmark-elapse):
21932 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21933
21934 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21935
21936 * window.el (bury-buffer): Don't iconify the only frame.
21937 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21938 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21939
21940 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21941
21942 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21943 Add mouse-yank-primary.
21944
21945 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21946
21947 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21948
21949 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21950
21951 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21952 (find-library-name): Use it to find relative load names when provided
21953 absolute file name (bug#8803).
21954
21955 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21956
21957 * textmodes/flyspell.el (flyspell-word): Consider words that
21958 differ only in case as potential doublons (bug#5687).
21959
21960 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21961 Remove two rather uninteresting debugging-like messages to make
21962 debbugs.el more silent.
21963
21964 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21965 a password-like phrase.
21966
21967 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21968
21969 * progmodes/cc-guess.el: New file.
21970
21971 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21972
21973 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21974 derived from `c-basic-common-init'.
21975
21976 * progmodes/cc-mode.el (top-level): Require cc-guess.
21977 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21978
21979 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21980
21981 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21982
21983 2011-06-30 Alan Mackenzie <acm@muc.de>
21984
21985 * progmodes/cc-engine.el (c-guess-continued-construct):
21986 Correct the handling of template-args-cont, particularly for when font
21987 lock is disabled. Name this case as "CASE G".
21988
21989 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21990
21991 * allout.el (allout-yank-processing): Fix injection of extra space
21992 between bullet and non-whitespace character in first topic when
21993 pasting, ensuring that the actual spacing in the pasted topic
21994 following the bullet char is preserved. This extra space was
21995 causing pasted encrypted topics to get a decrypted status even
21996 when the content was actually still encrypted. Now the decryption
21997 status from before the paste is preserved.
21998
21999 (allout-flag-region): Set all allout overlays so they evaporate
22000 when reduced to zero length (evanescent), to prevent overlay
22001 leakage.
22002
22003 2011-06-30 Glenn Morris <rgm@gnu.org>
22004
22005 * w32-fns.el (w32-charset-info-alist): Declare.
22006
22007 * find-dired.el (find-grep-options): Simplify.
22008
22009 * term/ns-win.el (ns-set-resource): Declare.
22010
22011 * ses.el (row, col): Declare dynamic variables honestly.
22012
22013 * textmodes/reftex-parse.el (index-tags): Declare.
22014
22015 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
22016
22017 * cus-edit.el (customize-push-and-save): New function.
22018
22019 * files.el (hack-local-variables-confirm): Use it.
22020
22021 * custom.el (load-theme): New arg NO-CONFIRM.
22022 Use customize-push-and-save (Bug#8720).
22023 (custom-enabled-themes): Doc fix.
22024
22025 * cus-theme.el (customize-create-theme)
22026 (custom-theme-merge-theme): Callers to load-theme changed.
22027
22028 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22029
22030 * thingatpt.el (thing-at-point-short-url-regexp): Require that
22031 short URLs have at least one dot in them (bug #7614).
22032
22033 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22034 nil, because using a pty is apparently too slow (bug #895).
22035
22036 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22037
22038 * mail/sendmail.el (sendmail-query-once): New function.
22039 (sendmail-query-once-function): New variable.
22040
22041 2011-06-29 Glenn Morris <rgm@gnu.org>
22042
22043 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22044
22045 * ses.el (top-level): Require cl when compiling.
22046 (ses-set-localvars): Fix error statement.
22047 Call it at compile time to silence a storm of warnings.
22048
22049 2011-06-29 Martin Rudalics <rudalics@gmx.at>
22050
22051 * window.el (normalize-live-buffer): Rename to
22052 window-normalize-buffer.
22053 (normalize-live-frame): Rename to window-normalize-frame.
22054 (normalize-any-window): Rename to window-normalize-any-window.
22055 (normalize-live-window): Rename to window-normalize-live-window.
22056 (make-window-atom): Rename to window-make-atom.
22057 (window-resize-reset): Rename to window--resize-reset.
22058 (window-resize-reset-1): Rename to window--resize-reset-1.
22059 (resize-mini-window): Rename to window--resize-mini-window.
22060 (resize-subwindows-skip-p): Rename to
22061 window--resize-subwindows-skip-p.
22062 (resize-subwindows-normal): Rename to
22063 window--resize-subwindows-normal.
22064 (resize-subwindows): Rename to window--resize-subwindows.
22065 (resize-other-windows): Rename to window--resize-siblings.
22066 (resize-this-window): Rename to window--resize-this-window.
22067 (resize-root-window): Rename to window--resize-root-window.
22068 (resize-root-window-vertically): Rename to
22069 window--resize-root-window-vertically.
22070 (normalize-buffer-to-display): Rename to
22071 window-normalize-buffer-to-display.
22072 (normalize-buffer-to-switch-to): Rename to
22073 window-normalize-buffer-to-switch-to.
22074 Correspondingly update all callers of the functions listed
22075 above.
22076 (display-buffer-alist, display-buffer-normalize-arguments)
22077 (display-buffer-normalize-options, display-buffer)
22078 (display-buffer-alist-set): Use "function" instead of
22079 "fun-with-args".
22080
22081 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
22082
22083 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22084 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
22085 debbugs.gnu.org. Mention acknowledgment email.
22086
22087 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
22088
22089 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22090 buffer multibyteness, since it shouldn't matter.
22091
22092 2011-06-28 Martin Rudalics <rudalics@gmx.at>
22093
22094 * window.el (display-buffer-in-side-window): Handle dedicated
22095 windows as in display-buffer-reuse-window.
22096 (display-buffer-normalize-alist): Use value of override
22097 specifier.
22098 (display-buffer-normalize-specifiers): Use value of
22099 other-window-means-other-frame specifier.
22100 (display-buffer-alist): Rewrite some texts in widgets.
22101 (display-buffer): Spread arguments when calling function
22102 specified by fun-with-args.
22103
22104 2011-06-28 Deniz Dogan <deniz@dogan.se>
22105
22106 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22107 Unnest `let'.
22108
22109 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22110 selectors (Bug#5732).
22111 (css-proprietary-nmstart-re): Use `regexp-opt'.
22112
22113 2011-06-27 Jari Aalto <jari.aalto@cante.net>
22114
22115 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22116 (eshell-ls-date-format): New defcustom.
22117 (eshell-ls-file): Use it.
22118
22119 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22120
22121 * help-fns.el (describe-variable): Fix message for terminal-local vars.
22122
22123 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
22124
22125 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22126 (ange-ftp-make-tmp-name): New arg.
22127 (ange-ftp-file-local-copy): Use it.
22128
22129 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
22130
22131 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22132 no-conversion (Bug#8870).
22133
22134 2011-06-27 Martin Rudalics <rudalics@gmx.at>
22135
22136 * window.el (window-right, window-left, window-child)
22137 (window-child-count, window-last-child)
22138 (window-iso-combination-p, walk-window-tree-1)
22139 (window-atom-check-1, window-tree-1, delete-window)
22140 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22141 new naming conventions - window-vchild, window-hchild,
22142 window-next and window-prev are now called window-top-child,
22143 window-left-child, window-next-sibling and window-prev-sibling
22144 respectively.
22145 (resize-window-reset): Rename to window-resize-reset.
22146 (resize-window-reset-1): Rename to window-resize-reset-1.
22147 (resize-window): Rename to window-resize.
22148 (window-min-height, window-min-width)
22149 (resize-mini-window, resize-this-window, resize-root-window)
22150 (resize-root-window-vertically, adjust-window-trailing-edge)
22151 (enlarge-window, shrink-window, maximize-window)
22152 (minimize-window, delete-window, quit-restore-window)
22153 (split-window, balance-windows, balance-windows-area-adjust)
22154 (balance-windows-area, window-state-put-2)
22155 (display-buffer-even-window-sizes, display-buffer-set-height)
22156 (display-buffer-set-width, set-window-text-height)
22157 (fit-window-to-buffer): Rename all "resize-window" prefixed
22158 calls to use the "window-resize" prefix convention.
22159 (display-buffer-alist): Fix symbol for label specifier.
22160 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22161 corresponding specifier.
22162 Reported by Juanma Barranquero <lekktu@gmail.com>.
22163
22164 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22165
22166 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22167 convention.
22168 (ses-call-printer): Does not pass an empty string to formatter when the
22169 cell is empty to keep from barking printer Calc math-format-value.
22170
22171 2011-06-27 Richard Stallman <rms@gnu.org>
22172
22173 * battery.el (battery-mode-line-limit): New variable.
22174 (battery-update): Handle it.
22175
22176 * mail/rmailmm.el (rmail-mime-process-multipart):
22177 Handle truncated messages.
22178
22179 2011-06-27 Glenn Morris <rgm@gnu.org>
22180
22181 * progmodes/flymake.el (flymake-err-line-patterns):
22182 Allow for column numbers in the ant/javac pattern. (Bug#8866)
22183
22184 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22185
22186 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22187 (ses--clean-!, ses--clean-_): New functions.
22188 (ses-range): Add configurability of readout order, and conversion
22189 to Calc vector.
22190
22191 * ses.el (ses-repair-cell-reference-all): New function.
22192 (ses-cell-symbol): Set macro as safe, so that it can be used in
22193 formulas.
22194
22195 * ses.el: Update cycle detection algorithm.
22196 (ses-localvars): Add ses--Dijkstra-attempt-nb and
22197 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22198 (ses-set-localvars): New function.
22199 (ses-make-cell): Add property-list as a cell element.
22200 (ses-cell-property-get-fun, ses-cell-property-get)
22201 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22202 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22203 New functions.
22204 (ses-cell-property-set, ses-cell-property-pop)
22205 (ses-cell-property-get-handle): New macro.
22206 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22207 New aliases, used for code readability.
22208 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22209 cycle detection.
22210 (ses-self-reference-early-detection): New defcustom.
22211 (ses-formula-references): Robustify against self-referring cells.
22212 (ses-mode): Use ses-set-localvars.
22213 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22214 before lauching the update processing.
22215 (ses-initialize-Dijkstra-attempt): New function.
22216 (ses-recalculate-cell): Update for cycle detection based on
22217 Dijkstra algorithm.
22218
22219 * ses.el: Fix commenting and indenting convention.
22220
22221 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22222
22223 * bs.el (bs-cycle-next): Complete last change.
22224
22225 2011-06-27 Drew Adams <drew.adams@oracle.com>
22226
22227 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22228
22229 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22230
22231 * net/network-stream.el (network-stream-open-starttls):
22232 Don't re-get capabilities unless we've reestablished connection.
22233 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22234
22235 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22236 to binary to possibly avoid line encoding issues on Windows (among
22237 other things).
22238
22239 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22240
22241 * net/network-stream.el (open-network-stream): Return an :error
22242 saying what the problem was, if possible.
22243
22244 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22245 server.
22246
22247 * net/network-stream.el (network-stream-open-starttls): If we
22248 wanted to use STARTTLS, and the server offered it, but we weren't
22249 able to because we had no STARTTLS support, then close the connection.
22250 (open-network-stream): Return an :error element, if present.
22251
22252 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22253
22254 * hl-line.el (hl-line-sticky-flag): Doc fix.
22255 (global-hl-line-sticky-flag): New option (Bug#8323).
22256 (global-hl-line-highlight): Obey it.
22257
22258 * vc/vc.el (vc-revert-show-diff): Default to t.
22259
22260 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22261
22262 * allout-widgets.el (allout-widgets-post-command-business):
22263 Stop decorating intermediate isearch matches. They're not being
22264 undecorated when an isearch is continued past, and isearch
22265 automatically collapses them. This leads to "widget leaks", where
22266 decorated items accumulate in collapsed areas. Lines with lots of
22267 hidden widgets can slow down cursor travel, substantially.
22268 Too much complicated machinery would be needed to ensure undecoration,
22269 so we're doing without this nicety.
22270
22271 (allout-widgets-tally-string): Don't try to do a hash-table-count
22272 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22273 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22274 *Messages* when allout-widgets-maintain-tally is t.
22275
22276 2011-06-26 Martin Rudalics <rudalics@gmx.at>
22277
22278 * window.el (display-buffer-normalize-argument): Rename to
22279 display-buffer-normalize-arguments. Handle special meaning of
22280 LABEL argument. Respect special-display-function when popping up
22281 a new frame. Fix code searching for a window showing the buffer
22282 on another frame.
22283 (display-buffer-normalize-specifiers):
22284 Call display-buffer-normalize-arguments.
22285 (display-buffer-in-window): Don't undedicate the window if its
22286 buffer remains the same.
22287 Reported by Drew Adams <drew.adams@oracle.com>.
22288 (display-buffer-alist): Add choice for same-window macro
22289 specfier.
22290 (display-buffer): Mention special meaning of LABEL argument in
22291 doc-string. Fix quoting. Don't pop up a new frame even as
22292 fallback.
22293
22294 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
22295
22296 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22297 avoid deleting the current window in some cases (bug#8911).
22298
22299 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22300
22301 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22302 (Bug#8934)
22303
22304 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22305
22306 * net/network-stream.el (network-stream-open-starttls):
22307 Use built-in TLS support if `gnutls-available-p' is true.
22308 (network-stream-open-tls): Ditto.
22309
22310 2011-06-26 Leo Liu <sdl.web@gmail.com>
22311
22312 * register.el (registerv): New struct.
22313 (registerv-make): New function.
22314 (jump-to-register, describe-register-1, insert-register):
22315 Support the jump-func, print-func and insert-func slot of a registerv
22316 struct. (Bug#8415)
22317
22318 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22319
22320 * vc/vc.el (vc-revert-show-diff): New defcustom.
22321 (vc-diff-internal): New arg specifying diff buffer.
22322 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22323 reuse an existing *vc-diff* buffer (Bug#8927).
22324
22325 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22326
22327 2011-06-26 Glenn Morris <rgm@gnu.org>
22328
22329 * progmodes/f90.el (f90-critical-indent): New option.
22330 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22331 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22332 (f90-mode): Doc fix.
22333 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22334 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22335 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22336 (f90-match-end): Handle block, critical.
22337
22338 2011-06-25 Glenn Morris <rgm@gnu.org>
22339
22340 * calendar/diary-lib.el (diary-included-files): Doc fix.
22341 (diary-include-files): New function, extracted from
22342 diary-include-other-diary-files and diary-mark-included-diary-files.
22343 (diary-include-other-diary-files, diary-mark-included-diary-files):
22344 Just call diary-include-files.
22345 (diary-mark-entries): Reset diary-included-files on first call.
22346
22347 * calendar/diary-lib.el (diary-mark-entries)
22348 (diary-mark-included-diary-files):
22349 Visit included diary-files in temp buffers.
22350
22351 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22352 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22353 (f90-start-block-re, f90-imenu-generic-expression)
22354 (f90-looking-at-program-block-start, f90-no-block-limit):
22355 Add support for submodules.
22356
22357 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22358 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22359
22360 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22361
22362 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22363 buffer-file-type before setting its value, to avoid disastrous
22364 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22365
22366 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22367
22368 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22369
22370 * ses.el (ses-unload-function):
22371 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22372
22373 * proced.el (proced-unload-function):
22374 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22375
22376 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22377
22378 * server.el (server-create-window-system-frame): Add parameters arg.
22379 (server-process-filter): Doc fix. Handle frame-parameters.
22380
22381 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22382
22383 Fix bug#8730, bug#8781.
22384
22385 * loadhist.el (unload--set-major-mode): New function.
22386 (unload-feature): Use it.
22387
22388 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22389 (python-unload-function): New function.
22390
22391 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22392
22393 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22394
22395 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22396
22397 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22398 the candidates list.
22399
22400 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22401
22402 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22403
22404 2011-06-23 Richard Stallman <rms@gnu.org>
22405
22406 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22407 (rmail-variables): Set next-error-move-function.
22408 (rmail-what-message): Take argument POS.
22409 (rmail-next-error-move): New function.
22410
22411 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22412
22413 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22414 messages for adjacent non-terminals.
22415
22416 2011-06-23 Richard Stallman <rms@gnu.org>
22417
22418 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22419 (rmail-show-message-1): Preserve buffer modified flag.
22420 (rmail-start-mail): Don't specify use of rmail-mail-return;
22421 that's done by mail-bury now.
22422 (rmail-mail-return): Handle arg NEWBUF.
22423
22424 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22425
22426 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22427 SIZE is a number.
22428
22429 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22430
22431 * window.el (get-lru-window, get-mru-window)
22432 (get-largest-window): Never return a minibuffer window.
22433 (display-buffer-pop-up-window): Fix a bug that could lead to
22434 reusing the minibuffer window.
22435 (display-buffer): Pass original specifier argument to
22436 display-buffer-function instead of the normalized one.
22437 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22438
22439 2011-06-22 Leo Liu <sdl.web@gmail.com>
22440
22441 * minibuffer.el (completing-read-function)
22442 (completing-read-default): Move from minibuf.c.
22443
22444 2011-06-22 Richard Stallman <rms@gnu.org>
22445
22446 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22447 to Rmail even if not started by a special Rmail command.
22448
22449 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22450 Copy the buffer currently showing just one message.
22451
22452 2011-06-22 Roland Winkler <winkler@gnu.org>
22453
22454 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22455 (bibtex-clean-entry): First delete the old key so that a
22456 customized algorithm for generating the new key does not get
22457 confused by the old key.
22458 (bibtex-url): Obey regexp of first step.
22459 (bibtex-search-entries): Do not use add-to-list with local
22460 list-var.
22461
22462 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22463
22464 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22465 stored a user name, then query for the password first, instead of
22466 waiting for SMTP to give an error message and the trying again.
22467
22468 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22469
22470 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22471 BUFFER in call-process.
22472
22473 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22474
22475 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22476 QUIT twice.
22477 (smtpmail-try-auth-methods): Require user name and password from
22478 auth-source.
22479
22480 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22481
22482 * window.el (display-buffer-default-specifiers)
22483 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22484 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22485 (split-window): Normalize SIDE argument (Bug#8916).
22486
22487 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22488 (special-display-frame-alist, special-display-popup-frame):
22489 Remove duplicate declarations. These are now in window.el.
22490
22491 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22492
22493 * mail/smtpmail.el (smtpmail-via-smtp):
22494 Set :use-starttls-if-possible so that we always use STARTTLS if the
22495 server supports it. SMTP servers that support STARTTLS commonly
22496 require it.
22497
22498 * net/network-stream.el (network-stream-open-starttls): Support
22499 upgrading to STARTTLS always, even if we don't have built-in support.
22500 (open-network-stream): Add the :always-query-capabilities keyword.
22501
22502 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22503 upgrades with `open-network-stream', and rely solely on
22504 auth-source for all credentials. Big changes throughout the file,
22505 but in particular:
22506 (smtpmail-auth-credentials): Remove.
22507 (smtpmail-starttls-credentials): Remove.
22508 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22509 MAIL FROM, too.
22510
22511 * net/network-stream.el (network-stream-open-starttls):
22512 Provide support for client certificates both for external and built-in
22513 STARTTLS.
22514 (auth-source): Require.
22515 (open-network-stream): Document the :client-certificate keyword.
22516 (network-stream-certificate): Change cert-cert to cert and
22517 cert-key to key.
22518
22519 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22520
22521 * net/tramp-cache.el (top): Don't load the persistency file when
22522 "emacs -Q" has been called.
22523
22524 2011-06-21 Tim Harper <timcharper@gmail.com>
22525
22526 * term/ns-win.el (ns-initialize-window-system):
22527 Set application-specific `ApplePressAndHoldEnabled' system
22528 resource to NO as it is not yet supported by the NS port.
22529
22530 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22531
22532 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22533 (list-dynamic-libraries): ...not here.
22534
22535 2011-06-21 Leo Liu <sdl.web@gmail.com>
22536
22537 * subr.el (sha1): Implement sha1 using secure-hash.
22538
22539 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22540
22541 * window.el (display-buffer-alist): In default value do not
22542 enforce searching a window on any but the selected frame.
22543 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22544 (display-buffer-select-window): Remove function.
22545 (display-buffer-in-window): When a window on another frame gets
22546 reused, do not select it any more but just raise its frame if
22547 necessary (Bug#8851) and (Bug#8856).
22548 (display-buffer-normalize-options): Handle pop-up-frames related
22549 options more faithfully.
22550 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22551 window if it is on another frame.
22552 (display-buffer-alist, display-buffer-default-specifiers):
22553 Don't make new frame unsplittable by default.
22554 (display-buffer-normalize-argument): Fix doc-string typo and use
22555 'same-frame-other-window instead of 'other-window when associating
22556 with display-buffer-macro-specifiers.
22557
22558 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
22559
22560 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22561 New functions.
22562 (5x5-mode-map, 5x5-mode-menu): Bind them.
22563 (5x5-draw-grid): Tweak the solver's rendering.
22564
22565 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22566
22567 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22568 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22569
22570 2011-06-21 Drew Adams <drew.adams@oracle.com>
22571
22572 * menu-bar.el: Use function variable instead of switch-to-buffer.
22573 (menu-bar-select-buffer-function): New variable.
22574 (menu-bar-update-buffers): Use it (bug#8876).
22575
22576 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22577
22578 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22579 variable's status.
22580
22581 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22582
22583 * x-dnd.el (x-dnd-version-from-flags)
22584 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22585 and long as number (Bug#8899).
22586 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22587
22588 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22589
22590 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22591 (completion-try-completion, completion-all-completions): Compute the
22592 metadata argument if it's missing; make it optional (bug#8795).
22593
22594 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22595 (widget-complete): Use new :completion-function property.
22596 (widget-completions-at-point): New function.
22597 (default): Use :completion-function instead of :complete.
22598 (widget-default-completions): Rename from widget-default-complete;
22599 Rewrite.
22600 (widget-string-complete, widget-file-complete, widget-color-complete):
22601 Remove functions.
22602 (file, symbol, function, variable, coding-system, color):
22603 * international/mule-cmds.el (default-input-method, charset)
22604 (language-info-custom-alist):
22605 * cus-edit.el (face): Use new property :completions.
22606
22607 * progmodes/pascal.el (pascal-completions-at-point): New function.
22608 (pascal-mode): Use it.
22609 (pascal-mode-map): Use completion-at-point.
22610 (pascal-toggle-completions): Make obsolete.
22611 (pascal-complete-word, pascal-show-completions):
22612 * progmodes/octave-mod.el (octave-complete-symbol):
22613 Redefine as obsolete alias.
22614 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22615 Signal absence of completion info for old Octave,
22616 (inferior-octave-complete): Redefine as obsolete alias.
22617 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22618 (meta-completions-at-point): Rename from meta-complete-symbol and
22619 adapt it for use on completion-at-point-functions.
22620 (meta-common-mode): Use it.
22621 (meta-looking-at-backward, meta-match-buffer): Remove.
22622 (meta-complete-symbol): Redefine as obsolete alias.
22623 (meta-common-mode-map): Use completion-at-point.
22624 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22625 (makefile-mode-map): Use completion-at-point.
22626 (makefile-completions-at-point): Rename from makefile-complete and
22627 adapt it for use on completion-at-point-functions.
22628 (makefile-mode): Use it.
22629 (makefile-complete): Redefine as obsolete alias.
22630
22631 2011-06-20 Deniz Dogan <deniz@dogan.se>
22632
22633 * net/rcirc.el: Delete trailing whitespaces once and for all.
22634
22635 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22636
22637 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22638
22639 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22640
22641 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22642
22643 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22644
22645 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22646
22647 * window.el (display-buffer-other-window-means-other-frame):
22648 Call display-buffer-normalize-alist.
22649 (display-buffer-normalize-specifiers-1): Rename to
22650 display-buffer-normalize-argument. New argument other-frame.
22651 Rewrite.
22652 (display-buffer-normalize-specifiers-2): Rename to
22653 display-buffer-normalize-options.
22654 (display-buffer-normalize-alist-1): New function.
22655 (display-buffer-normalize-specifiers-3): Rename to
22656 display-buffer-normalize-alist.
22657 Call display-buffer-normalize-alist-1.
22658 (display-buffer-normalize-options-inhibit): New variable.
22659 (display-buffer-normalize-specifiers): Rewrite calling
22660 display-buffer-normalize-alist,
22661 display-buffer-normalize-argument, and
22662 display-buffer-normalize-options. Don't call the latter if
22663 display-buffer-normalize-options-inhibit is non-nil.
22664 (frame-auto-delete): New option.
22665 (window-deletable-p): Use frame-auto-delete.
22666 (window-list-no-nils, window-state-ignored-parameters)
22667 (window-state-get-1, window-state-get, window-state-put-list)
22668 (window-state-put-1, window-state-put-2, window-state-put):
22669 New functions.
22670 (display-buffer-normalize-options): Move special-display-p group
22671 after pop-up-frame group (Bug#8851) and (Bug#8856).
22672
22673 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22674
22675 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22676 groups (Bug#8776).
22677 (rx-submatch-n): New function.
22678 (rx): Document it.
22679
22680 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22681 (Bug#8768).
22682
22683 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22684
22685 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22686
22687 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22688 anytime existing face settings are present (Bug#8889).
22689
22690 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22691 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22692 Remove unused argument.
22693
22694 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22695
22696 * window.el (display-buffer-default-specifiers):
22697 Remove pop-up-frame. Add pop-up-window-min-height,
22698 pop-up-window-min-width, and another reuse-window specifier
22699 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22700 (display-buffer-normalize-specifiers-2):
22701 Handle split-height-threshold and split-width-threshold also when
22702 pop-up-windows is unset. Add a reuse-window specifier for the
22703 case popping up a new window fails.
22704 (special-display-popup-frame): Remove double quoting.
22705 (display-buffer-normalize-specifiers-1): Fix thinko.
22706
22707 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22708
22709 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22710 according to comint-completion-addsuffix.
22711
22712 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22713 (pcomplete-suffix-list): Mark as obsolete.
22714 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22715 pcomplete-seen in the closure.
22716 (pcomplete-comint-setup): Setup completion-at-point as well.
22717 (pcomplete--entries): New function.
22718 (pcomplete--env-regexp): New var.
22719 (pcomplete-entries): Rewrite to work with partial-completion and
22720 without relying on pcomplete-suffix-list.
22721 (pcomplete-pare-list): Remove, unused.
22722
22723 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22724
22725 * window.el (display-buffer-alist): Set pop-up-window-min-height
22726 and pop-up-window-min-width in default value. Reported by
22727 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22728 other-window-means-other-frame.
22729 (display-buffer-macro-specifiers): Comment out entry for
22730 other-window specifier.
22731 (display-buffer-other-window-means-other-frame): New function.
22732 (display-buffer-normalize-specifiers-1): New arguments
22733 buffer-name and label. Treat other-window case specially.
22734 (display-buffer-normalize-specifiers-2): Treat other-window case
22735 specially.
22736 (display-buffer-normalize-specifiers-3): New function.
22737 (display-buffer-normalize-specifiers):
22738 Call display-buffer-normalize-specifiers-3.
22739
22740 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22741
22742 * window.el (same-window-p): Fix two typos introduced when
22743 adding with-no-warnings.
22744 (display-buffer-normalize-specifiers-1): Don't check
22745 pop-up-frames for 'unset initialization.
22746 (display-buffer-normalize-specifiers-2): Major rewrite using
22747 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22748 (pop-up-frames, display-buffer-reuse-frames)
22749 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22750 Suggested by David Engster <deng@randomsample.de>.
22751 (even-window-heights): Initialize to 'unset.
22752 (display-buffer-alist-set): Handle new 'unset initializations.
22753 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22754 other window case.
22755
22756 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22757
22758 * window.el (display-buffer-normalize-specifiers-1):
22759 Respect current value of pop-up-frames for most reasonable values of
22760 second argument of display-buffer (Bug#8865).
22761 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22762 (switch-to-buffer-other-window-same-frame)
22763 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22764 Adams (Bug#8875).
22765 (display-buffer): Don't check noninteractive when calling
22766 display-buffer-pop-up-frame.
22767 (display-buffer-pop-up-frame): Never pop up a frame in
22768 noninteractive mode (Bug#8857).
22769 (enlarge-window, shrink-window): Don't report an error when the
22770 window can't be resized as requested (Bug#8862).
22771
22772 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22773
22774 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22775
22776 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22777
22778 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22779
22780 2011-06-15 Alan Mackenzie <acm@muc.de>
22781
22782 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22783 for declarators, disable knr checking to speed up for normal files.
22784 2: Refactor, replacing a sequence of nested if forms by a cond form.
22785
22786 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22787
22788 * net/network-stream.el (open-network-stream): Add the keyword
22789 :always-query-capabilities for the case where you want to force a
22790 `plain' network connection, but the protocol still requires the
22791 capabilitiy command (i.e., SMTP and EHLO).
22792
22793 * subr.el (process-live-p): Rename from `process-alive-p' for
22794 consistency with other `-live-p' functions.
22795
22796 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22797
22798 * window.el (same-window-buffer-names, same-window-regexps)
22799 (special-display-frame-alist, special-display-popup-frame)
22800 (special-display-function, special-display-buffer-names)
22801 (special-display-regexps, pop-up-frame-alist)
22802 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22803 (pop-up-windows, split-window-preferred-function)
22804 (split-height-threshold, split-width-threshold, even-window-heights)
22805 (display-buffer-mark-dedicated): Don't encourage the use of
22806 display-buffer-alist from Elisp code.
22807
22808 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22809
22810 * progmodes/python.el (python-mode): Derive from prog-mode.
22811 * progmodes/ps-mode.el (ps-mode):
22812 * progmodes/mixal-mode.el (mixal-mode):
22813 * progmodes/cfengine.el (cfengine-mode):
22814 * progmodes/ld-script.el (ld-script-mode): Likewise.
22815
22816 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22817
22818 * window.el (display-buffer-alist): Trim default value to avoid
22819 popping up a new frame (Bug#8857) or reusing an arbitrary window
22820 on another frame.
22821 (display-buffer): Do not fall back on popping up a new frame in
22822 batch mode (Bug#8857).
22823
22824 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22825
22826 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22827 (custom-theme-summary): New function.
22828 (customize-themes): Use it.
22829
22830 2011-06-13 Glenn Morris <rgm@gnu.org>
22831
22832 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22833
22834 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22835
22836 * help.el (help-window): Remove variable.
22837 (help-window-point-marker, temp-buffer-max-height)
22838 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22839 (help-print-return-message): Don't set help-window.
22840 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22841 (help-window-setup-finish): Remove.
22842 (help-window-display-message, help-window-setup)
22843 (with-help-window): Major rewrite based on new
22844 display-buffer-window variable.
22845
22846 * help-mode.el (help-mode-finish): Remove help-window related
22847 code.
22848
22849 * view.el (view-exits-all-viewing-windows): Remove reference to
22850 view-return-to-alist in doc-string.
22851 (view-return-to-alist): Make obsolete.
22852 (view-buffer): Call pop-to-buffer-same-window and remove
22853 undo-window code.
22854 (view-buffer-other-window): Call pop-to-buffer-other-window and
22855 simplify code. Ignore second argument.
22856 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22857 simplify code. Ignore second argument.
22858 (view-return-to-alist-update): Make obsolete.
22859 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22860 Rewrite using quit-restore window parameters.
22861 (view-mode-exit): Rename second argument to EXIT-ONLY.
22862 Rewrite using quit-restore-window.
22863 (View-exit, View-exit-and-edit, View-leave, View-quit)
22864 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22865 appropriate arguments.
22866 (view-end-message): Use quit-restore window parameter.
22867
22868 * window.el (display-buffer-function): Rewrite doc-string.
22869 (display-buffer-window, display-buffer-alist): New variables.
22870 (display-buffer-split-specifiers)
22871 (display-buffer-side-specifiers)
22872 (display-buffer-macro-specifiers): New constants.
22873 (display-buffer-even-window-sizes, display-buffer-set-height)
22874 (display-buffer-set-width, display-buffer-select-window)
22875 (display-buffer-in-window, display-buffer-reuse-window)
22876 (display-buffer-split-window-1, display-buffer-split-window)
22877 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22878 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22879 (display-buffer-in-side-window, normalize-buffer-to-display)
22880 (display-buffer-normalize-specifiers-1)
22881 (display-buffer-normalize-specifiers-2)
22882 (display-buffer-normalize-specifiers, display-buffer-frame):
22883 New functions.
22884 (display-buffer): Major rewrite.
22885 (display-buffer-other-window, display-buffer-other-frame)
22886 (pop-to-buffer, switch-to-buffer-other-window)
22887 (switch-to-buffer-other-frame): Rewrite.
22888 (display-buffer-same-window, display-buffer-same-frame)
22889 (display-buffer-same-frame-other-window)
22890 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22891 (pop-to-buffer-other-window)
22892 (pop-to-buffer-same-frame-other-window)
22893 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22894 (switch-to-buffer-other-window-same-frame): New functions.
22895 (same-window-p, special-display-p): Rewrite disabling warnings.
22896 Make obsolete.
22897 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22898 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22899 Make obsolete
22900 (same-window-buffer-names, same-window-regexps)
22901 (special-display-frame-alist, special-display-popup-frame)
22902 (special-display-function, special-display-buffer-names)
22903 (special-display-regexps, pop-up-frame-alist)
22904 (pop-up-frame-function, split-window-preferred-function)
22905 (split-height-threshold, split-width-threshold)
22906 (even-window-heights): Make obsolete.
22907
22908 2011-06-12 Glenn Morris <rgm@gnu.org>
22909
22910 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22911 Misc simplifications.
22912
22913 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22914
22915 * window.el (window-safely-shrinkable-p): Restore function which
22916 was inadvertently removed in change from 2011-06-11. Declare as
22917 obsolete.
22918
22919 * calendar/calendar.el (calendar-generate-window):
22920 Use window-iso-combined-p instead of combination of one-window-p and
22921 window-safely-shrinkable-p.
22922
22923 2011-06-12 Glenn Morris <rgm@gnu.org>
22924
22925 * progmodes/fortran.el (fortran-mode-syntax-table):
22926 * progmodes/f90.el (f90-mode-syntax-table):
22927 Set % to punctuation. (Bug#8820)
22928 (f90-find-tag-default): Remove, no longer needed.
22929
22930 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22931
22932 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22933
22934 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22935
22936 * image.el (image-animated-p): Return animation delay in seconds.
22937 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22938 (image-animate-timeout): Remove DELAY argument. Don't assume
22939 every subimage has the same delay; get it from image-animated-p.
22940 (image-animate): Caller changed.
22941
22942 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22943
22944 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22945 to ignored backtrace functions.
22946
22947 2011-06-11 Glenn Morris <rgm@gnu.org>
22948
22949 * calendar/appt.el (appt-disp-window-function): Doc fix.
22950 (appt-check): Handle overlapping appointments. (Bug#8337)
22951
22952 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22953
22954 * window.el (window-tree-1, window-tree): New functions, moving
22955 the latter to window.el.
22956 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22957 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22958 (bw-refresh-edges): Remove.
22959 (balance-windows-1, balance-windows-2): New functions.
22960 (balance-windows): Rewrite in terms of window tree functions,
22961 balance-windows-1 and balance-windows-2.
22962 (bw-adjust-window): Remove.
22963 (balance-windows-area-adjust): New function with functionality of
22964 bw-adjust-window but using resize-window.
22965 (set-window-text-height): Rewrite doc-string.
22966 Use normalize-live-window and resize-window.
22967 (enlarge-window-horizontally, shrink-window-horizontally):
22968 Rename argument to DELTA.
22969 (window-buffer-height): New function.
22970 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22971 Rewrite using new window resize routines.
22972 (kill-buffer-and-window, mouse-autoselect-window-select):
22973 Use ignore-errors instead of condition-case.
22974 (quit-window): Call delete-frame instead of delete-windows-on
22975 for the only buffer on frame.
22976
22977 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22978
22979 * loadup.el (top-level): Load window before files for the sake
22980 of replace-buffer-in-windows.
22981
22982 * files.el (read-buffer-to-switch)
22983 (switch-to-buffer-other-window)
22984 (switch-to-buffer-other-frame, display-buffer-other-frame):
22985 Move to window.el.
22986
22987 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22988 (previous-buffer): Move to window.el.
22989
22990 * bindings.el (unbury-buffer): Move to window.el.
22991
22992 * window.el (delete-other-windows-vertically): Move after
22993 definition of delete-other-windows.
22994 (other-window, delete-windows-on, replace-buffer-in-windows):
22995 Move here from window.c.
22996 (record-window-buffer, unrecord-window-buffer)
22997 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22998 (switch-to-next-buffer): New functions.
22999 (get-next-valid-buffer, last-buffer, next-buffer): Move here
23000 from simple.el. Call switch-to-next-buffer.
23001 (previous-buffer): Move here from simple.el.
23002 Call switch-to-prev-buffer.
23003 (bury-buffer): Move here from buffer.c. Switch to previous
23004 buffer when window cannot be deleted.
23005 (unbury-buffer): Move here from bindings.el.
23006 (ctl-x-map): Move binding for other-window from window.c to
23007 here.
23008 (read-buffer-to-switch, switch-to-buffer-other-window)
23009 (switch-to-buffer-other-frame): Move here from files.el.
23010 (normalize-buffer-to-switch-to): New functions.
23011 (switch-to-buffer): Move here from buffer.c.
23012 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23013
23014 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23015
23016 * window.el (window-min-height, window-min-width): Move here
23017 from window.c. Add defcustoms and rewrite doc-strings.
23018 (resize-mini-window, resize-window): New functions.
23019 (adjust-window-trailing-edge, enlarge-window, shrink-window):
23020 Move here from window.c.
23021 (maximize-window, minimize-window): New functions.
23022 (delete-window, delete-other-windows, split-window): Move here
23023 from window.c.
23024 (window-split-min-size): New function.
23025 (split-window-keep-point): Mention split-window-above-each-other
23026 instead of split-window-vertically.
23027 (split-window-above-each-other, split-window-vertically):
23028 Rename split-window-vertically to split-window-above-each-other
23029 and provide defalias for old definition.
23030 (split-window-side-by-side, split-window-horizontally):
23031 Rename split-window-horizontally to split-window-side-by-side
23032 and provide defalias for the old definition.
23033 (ctl-x-map): Move bindings for delete-window,
23034 delete-other-windows and enlarge-window here from window.c.
23035 Replace bindings for split-window-vertically and
23036 split-window-horizontally by bindings for
23037 split-window-above-each-other and split-window-side-by-side.
23038
23039 * cus-start.el (all): Remove entries for window-min-height and
23040 window-min-width. Add entries for window-splits and
23041 window-nest.
23042
23043 2011-06-09 Glenn Morris <rgm@gnu.org>
23044
23045 * calendar/appt.el (appt-mode-line): New function.
23046 (appt-check, appt-disp-window): Use it.
23047
23048 * files.el (hack-one-local-variable-eval-safep):
23049 Allow minor-modes with explicit +/-1 arguments.
23050
23051 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
23052
23053 * term/xterm.el (xterm): Add defgroup.
23054 (xterm-extra-capabilities): Add defcustom to supply known xterm
23055 capabilities, skip querying them, or query them (default).
23056 (terminal-init-xterm): Use it.
23057 (terminal-init-xterm-modify-other-keys): New function to set up
23058 modifyOtherKeys support to simplify `terminal-init-xterm'.
23059
23060 2011-06-09 Martin Rudalics <rudalics@gmx.at>
23061
23062 * window.el (resize-window-reset, resize-window-reset-1)
23063 (resize-subwindows-skip-p, resize-subwindows-normal)
23064 (resize-subwindows, resize-other-windows, resize-this-window)
23065 (resize-root-window, resize-root-window-vertically)
23066 (window-deletable-p, window-or-subwindow-p)
23067 (frame-root-window-p): New functions.
23068
23069 2011-06-09 Glenn Morris <rgm@gnu.org>
23070
23071 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23072 (ange-ftp-get-files): Use it.
23073
23074 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23075
23076 * mail/sendmail.el (mail-recover-1, mail-recover):
23077 * files.el (recover-file, recover-session):
23078 Handle dired-listing-switches not being just a single short option.
23079
23080 2011-06-09 Glenn Morris <rgm@gnu.org>
23081
23082 * calendar/appt.el (appt-display-message, appt-disp-window):
23083 Handle lists of appointments.
23084
23085 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23086
23087 * window.el (one-window-p): Move down in code.
23088 Rewrite doc-string.
23089 (window-current-scroll-bars): Rewrite doc-string.
23090 Normalize live window argument.
23091 (walk-windows, get-window-with-predicate, count-windows):
23092 Rewrite doc-string. Use window-list-1.
23093 (window-in-direction-2, window-in-direction, get-mru-window):
23094 New functions.
23095
23096 2011-06-08 Reuben Thomas <rrt@sc3d.org>
23097
23098 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23099 Doc fix (Bug#8713).
23100
23101 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
23102
23103 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23104
23105 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
23106
23107 * loadhist.el (unload-feature-special-hooks):
23108 Add `comint-output-filter-functions'.
23109
23110 2011-06-08 Ivan Kanis <gnu@kanis.fr>
23111
23112 * calendar/appt.el (appt-check): Move some initializations into the let.
23113
23114 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23115
23116 * window.el (window-height): Defalias to window-total-height.
23117 (window-width): Defalias to window-body-width.
23118
23119 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
23120
23121 * image-mode.el (image-toggle-animation): New command.
23122 (image-mode-map): Bind it to RET.
23123 (image-mode): Update message.
23124 (image-toggle-display-image): Avoid a spurious cache flush.
23125 (image-transform-rotation): Doc fix.
23126 (image-transform-properties): Return quickly in the normal case.
23127 (image-animate-loop): Rename from image-animate-max-time.
23128
23129 * image.el (image-animate-max-time): Move to image-mode.el.
23130 (create-animated-image): Remove unnecessary function.
23131 (image-animate): Rename from image-animate-start. New arg.
23132 (image-animate-stop): Remove; just use image-animate-timer.
23133 (image-animate-timer): Use car-safe.
23134 (image-animate-timeout): Rename argument.
23135
23136 2011-06-07 Martin Rudalics <rudalics@gmx.at>
23137
23138 * window.el (get-lru-window, get-largest-window): Move here from
23139 window.c. Rename first argument to ALL-FRAMES.
23140 Rephrase doc-strings.
23141 (get-buffer-window-list): Rewrite using window-list-1.
23142 Rephrase doc-string.
23143 (window-safe-min-height, window-safe-min-width): New constants.
23144 (window-size-ignore, window-min-size, window-min-size-1)
23145 (window-sizable, window-sizable-p, window-size-fixed-1)
23146 (window-size-fixed-p, window-min-delta-1, window-min-delta)
23147 (window-max-delta-1, window-max-delta, window-resizable)
23148 (window-resizable-p, window-total-height, window-total-width)
23149 (window-body-width): New functions.
23150 (window-full-height-p, window-full-width-p): Rewrite using
23151 window-total-size.
23152 (window-body-height): Rewrite using window-body-size.
23153
23154 2011-06-06 Martin Rudalics <rudalics@gmx.at>
23155
23156 * window.el (window-right, window-left, window-child)
23157 (window-child-count, window-last-child, window-any-p)
23158 (normalize-live-buffer, normalize-live-frame)
23159 (normalize-any-window, normalize-live-window)
23160 (window-iso-combination-p, window-iso-combined-p)
23161 (window-iso-combinations)
23162 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23163 (windows-with-parameter, window-with-parameter)
23164 (window-atom-root, make-window-atom, window-atom-check-1)
23165 (window-atom-check, window-side-check, window-check):
23166 New functions.
23167 (ignore-window-parameters, window-sides, window-sides-vertical)
23168 (window-sides-slots): New variables.
23169 (window-size-fixed): Move down in code. Minor doc-string fix.
23170
23171 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
23172
23173 * comint.el (comint-dynamic-complete-as-filename)
23174 (comint-dynamic-complete-filename): Correctly call
23175 completion-in-region.
23176
23177 2011-06-05 Deniz Dogan <deniz@dogan.se>
23178
23179 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23180 in last change.
23181
23182 2011-06-05 Deniz Dogan <deniz@dogan.se>
23183
23184 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23185 (rcirc): Use it to prompt for encryption.
23186
23187 2011-06-05 Roland Winkler <winkler@gnu.org>
23188
23189 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23190 (bibtex-search-entries): New command bound to C-c C-a.
23191 (bibtex-display-entries): New function.
23192
23193 2011-06-05 Roland Winkler <winkler@gnu.org>
23194
23195 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23196 (bibtex-insert-kill): After yanking insert newline if necessary.
23197 (bibtex-initialize): Call bibtex-string-files-init only once.
23198 (bibtex-mode): Do not call easy-menu-add.
23199 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23200 (bibtex-yank): Set arg properly if nil.
23201
23202 2011-06-05 Roland Winkler <winkler@gnu.org>
23203
23204 * textmodes/bibtex.el (bibtex-search-entry-globally):
23205 New variable.
23206 (bibtex-search-entry): Use it.
23207
23208 2011-06-05 Roland Winkler <winkler@gnu.org>
23209
23210 * textmodes/bibtex.el (bibtex-entry-format): New option
23211 sort-fields.
23212 (bibtex-format-entry, bibtex-reformat): Honor this option.
23213 (bibtex-parse-entry): Return fields in proper order.
23214
23215 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
23216
23217 * doc-view.el (doc-view-remove-if): Move computation of result out
23218 of `dolist' to silence misleading lexical-binding warning.
23219
23220 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
23221
23222 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23223 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23224
23225 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23226
23227 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23228 "SunOS 5.10".
23229
23230 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23231
23232 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23233 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23234 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23235 (tramp-parse-putty):
23236 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23237 (tramp-completion-function-alist-ssh)
23238 (tramp-completion-function-alist-telnet)
23239 (tramp-completion-function-alist-su)
23240 (tramp-completion-function-alist-putty): Set `tramp-autoload'
23241 cookie.
23242
23243 * net/tramp-ftp.el:
23244 * net/tramp-sh.el:
23245 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23246 load "tramp.el" `tramp-set-completion-function'.
23247
23248 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
23249
23250 * shell.el: Require and use pcomplete.
23251 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23252 (shell-completion-vars): Set pcomplete-default-completion-function.
23253
23254 2011-06-04 Deniz Dogan <deniz@dogan.se>
23255
23256 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23257 `memq' (Bug#8799).
23258
23259 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23260
23261 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23262
23263 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
23264
23265 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23266 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23267 * vc/log-view.el (log-view-beginning-of-defun):
23268 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23269 (smerge-refine-forward, smerge-refine-chopup-region):
23270 Silence warning for unused `dotimes' counter variables.
23271
23272 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23273
23274 * net/tramp.el (tramp-with-progress-reporter): Rename from
23275 with-progress-reporter. Use `declare'.
23276 * net/tramp-smb.el:
23277 * net/tramp-sh.el:
23278 * net/tramp-gvfs.el: Update all uses.
23279
23280 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23281
23282 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23283 buffer isn't killed before making it current.
23284
23285 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23286
23287 Silence various byte-compiler warnings.
23288 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23289 `access-type' and new obsolescence format.
23290 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23291 new format.
23292 (byte-compile-check-variable): New `access-type' argument.
23293 Only warn if the access-type is obsolete.
23294 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23295 (byte-compile-variable-set): Adjust callers.
23296 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23297 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23298 setting it as obsolete.
23299 * simple.el (minibuffer-completing-symbol):
23300 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23301 access as obsolete.
23302 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23303 obsolete yet.
23304 * international/quail.el (quail-mouse-choose-completion): Remove unused
23305 code referring to obsolete var.
23306 (quail-choose-completion-string): Remove.
23307 * server.el (server-clients-with, server-kill-buffer-query-function)
23308 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23309 * proced.el (proced-send-signal):
23310 * emacs-lisp/lisp.el (lisp-complete-symbol):
23311 Replace completion-annotate-function with completion-extra-properties.
23312
23313 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23314
23315 * simple.el (goto-line): Use read-number.
23316 (overriding-map-is-bound): Remove.
23317 (saved-overriding-map): Change default.
23318 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23319 Take the map as argument.
23320 (universal-argument, negative-argument, digit-argument): Use it.
23321 (restore-overriding-map): Adjust.
23322 (do-auto-fill): Use fill-forward-paragraph.
23323 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23324
23325 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23326 (minibuffer-inactive-mode): New major mode.
23327 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23328 the *Messages* buffer" hack.
23329 (mouse-popup-menubar): Don't burp if the event is a normal key.
23330
23331 Miscellaneous tweaks.
23332 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23333 lexical scoping as in subr.el's dolist and dotimes.
23334 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23335 Silence compiler warning.
23336 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23337 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23338 * international/ccl.el (ccl-compile): Trivial simplification.
23339 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23340 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23341 `printflag' argument.
23342 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23343 Purecopy the whole obsolescence data.
23344
23345 2011-06-01 Leo Liu <sdl.web@gmail.com>
23346
23347 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23348 improve doc-string as suggested by Marco Pessotto
23349 <melmothx@gmail.com>.
23350 (rcirc-print): Fix last change.
23351
23352 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23353
23354 * minibuffer.el (complete-with-action): Return nil for the metadata and
23355 boundaries of non-functional tables.
23356 (completion-table-dynamic): Return nil for the metadata.
23357 (completion-table-with-terminator): Add default case, using
23358 complete-with-action.
23359 (completion--metadata): New function.
23360 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23361 to try and avoid pathological performance problems.
23362 (completion--embedded-envvar-table): Return `category' metadata.
23363
23364 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23365
23366 * subr.el (process-alive-p): New tiny convenience function.
23367
23368 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23369
23370 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23371 content but also its previous major mode.
23372
23373 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23374
23375 * emacs-lisp/debug.el (debug): Restore the previous content of the
23376 *Backtrace* buffer when we exit with C-M-c.
23377
23378 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23379
23380 * minibuffer.el: Add metadata method to completion tables.
23381 (completion-category-overrides): New defcustom.
23382 (completion-metadata, completion--field-metadata)
23383 (completion-metadata-get, completion--styles)
23384 (completion--cycle-threshold): New functions.
23385 (completion-try-completion, completion-all-completions):
23386 Add `metadata' argument to choose completion-styles.
23387 (completion--do-completion): Use metadata to choose cycling.
23388 (completion-all-sorted-completions): Use metadata for sorting.
23389 Remove :completion-cycle-penalty which is not needed any more.
23390 (completion--try-word-completion): Add `metadata' argument.
23391 (minibuffer-completion-help): Check metadata for annotation function
23392 and sorting.
23393 (completion-file-name-table): Return `category' metadata.
23394 (minibuffer-completing-file-name): Make obsolete.
23395 * simple.el (minibuffer-completing-symbol): Make obsolete.
23396 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23397 completion-try-completion.
23398
23399 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23400
23401 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23402
23403 2011-05-30 Leo Liu <sdl.web@gmail.com>
23404
23405 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23406 (rcirc-print): Decode all incoming messages (bug#8744).
23407 (rcirc-decode-coding-system): Allow value nil for automatic coding
23408 system detection.
23409
23410 2011-06-01 Glenn Morris <rgm@gnu.org>
23411
23412 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23413
23414 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23415
23416 * image.el (image-animate-max-time): Allow nil and t values.
23417 Default to nil.
23418 (create-animated-image): Doc fix.
23419 (image-animate-start): Remove second arg; just use
23420 image-animate-max-time.
23421 (image-animate-timeout): Doc fix. Args changed.
23422
23423 * image-mode.el (image-toggle-display-image): Ensure that the
23424 image spec passed to the animate timer is the same object as in
23425 the buffer's display property (Bug#6981).
23426 (image-transform-properties): Doc fix.
23427
23428 * image.el (image-animate-max-time): Default to nil.
23429
23430 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23431
23432 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23433 entire buffer list (Bug#8184).
23434
23435 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23436
23437 * image.el (imagemagick-types-inhibit)
23438 (imagemagick-register-types): Doc fix.
23439
23440 2011-05-29 Deniz Dogan <deniz@dogan.se>
23441
23442 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23443 default.
23444
23445 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23446
23447 * select.el: Don't perform clipboard-manager saving in hooks;
23448 leave the hooks empty.
23449
23450 2011-05-28 Leo Liu <sdl.web@gmail.com>
23451
23452 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23453 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23454 (occur-edit-mode): New major mode (Bug#8463).
23455 (occur-after-change-function): New function.
23456 (occur-engine): Give Occur tags a read-only property.
23457
23458 2011-05-28 Kevin Ryde <user42@zip.com.au>
23459
23460 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23461
23462 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23463
23464 * bindings.el (help-echo): Make the initial non-indicator dash
23465 empty on graphical terminals (Bug#7295).
23466
23467 * files.el (auto-mode-alist): Move config rule after the
23468 in-stripping one (Bug#8547).
23469
23470 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23471
23472 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23473 setting (Bug#8740).
23474
23475 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23476
23477 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23478 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23479 (Bug#8539).
23480
23481 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23482
23483 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23484
23485 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23486
23487 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23488 (hs-hide-block-at-point, hs-find-block-beginning)
23489 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23490 (Bug#8279).
23491
23492 2011-05-28 Glenn Morris <rgm@gnu.org>
23493
23494 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23495
23496 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23497
23498 * help-fns.el (describe-function-1): If the function is a derived
23499 major mode, print the parent mode.
23500
23501 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23502 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23503
23504 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23505
23506 * minibuffer.el (completion--capf-wrapper): Check applicability before
23507 returning non-nil for non-exclusive completion data.
23508 * progmodes/etags.el (tags-completion-at-point-function):
23509 * info-look.el (info-lookup-completions-at-point): Mark as
23510 non-exclusive.
23511 (info-complete): Adjust accordingly.
23512
23513 * info-look.el: Convert to lexical-binding and completion-at-point.
23514 (info-lookup-completions-at-point): New function.
23515 (info-complete): Use it and completion-in-region.
23516
23517 2011-05-28 Drew Adams <drew.adams@oracle.com>
23518
23519 * isearch.el: Let M-e start with point at the first mismatched char.
23520 (isearch-fail-pos): New function.
23521 (isearch-edit-string): Use it.
23522
23523 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23524
23525 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23526
23527 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23528
23529 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23530 traversal functions for avl-trees.
23531 (avl-tree--stack): New struct.
23532 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23533 (avl-tree-enter): Add optional `updatefun' arg.
23534 (avl-tree--do-enter): Add optional `updatefun' arg.
23535 Change return value.
23536 (avl-tree-delete): Add optional `test' and `nilflag' args.
23537 (avl-tree--do-delete): Add `test' and `nilflag' args.
23538 Change return value.
23539 (avl-tree-member): Add optional `nilflag'
23540 (avl-tree-member-p): New function.
23541 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23542 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23543 (avl-tree-stack-empty-p): New functions.
23544
23545 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23546 avl-tree--del-balance1 and make it work both ways.
23547 (avl-tree--del-balance2): Remove.
23548 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23549 make it work both ways.
23550 (avl-tree--enter-balance2): Remove.
23551 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23552 New macros.
23553 (avl-tree--mapc, avl-tree-map): Add direction argument.
23554
23555 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23556
23557 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23558
23559 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23560
23561 * select.el: Support clipboard managers with built-in function
23562 x-clipboard-manager-save, via delete-frame-functions and
23563 kill-emacs-hook.
23564 (xselect-convert-to-targets): Add MULTIPLE target to list.
23565 (xselect-convert-to-save-targets): New function.
23566
23567 2011-05-27 Kenichi Handa <handa@m17n.org>
23568
23569 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23570 let-binding rfc2047-encode-encoded-words to nil.
23571
23572 2011-05-27 Glenn Morris <rgm@gnu.org>
23573
23574 * mail/emacsbug.el: Don't require url-util.
23575
23576 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23577
23578 * files.el (set-auto-mode):
23579 Also respect mode: entries at the end of the file. (Bug#8586)
23580
23581 2011-05-26 Glenn Morris <rgm@gnu.org>
23582
23583 * files.el (hack-local-variables-prop-line, hack-local-variables):
23584 Downcase mode names, as seems to be traditional.
23585 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23586
23587 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23588 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23589
23590 2011-05-25 Julien Danjou <julien@danjou.info>
23591
23592 * textmodes/rst.el (rst-define-level-faces): Do not define face
23593 symbol if it is already defined.
23594
23595 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23596
23597 * play/5x5.el (5x5-new-game, 5x5-randomize):
23598 Reset 5x5-solver-output to nil when a new grid is cast.
23599 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23600 these debugging traces, as defmacro breaks the compiled code.
23601
23602 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23603
23604 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23605
23606 2011-05-24 Leo Liu <sdl.web@gmail.com>
23607
23608 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23609 (vc-bzr-sha1): Adapt.
23610
23611 * sha1.el: Remove. Function `sha1' is now builtin.
23612
23613 * bindings.el: Provide sha1 feature.
23614
23615 2011-05-24 Kenichi Handa <handa@m17n.org>
23616
23617 * mail/sendmail.el: Require `rfc2047'.
23618 (mail-insert-from-field): Do not perform RFC2047 encoding.
23619 (mail-encode-header): New function.
23620 (sendmail-send-it): Set buffer-file-coding-system of the work
23621 buffer to the return value of select-message-coding-system.
23622 Call mail-encode-header.
23623
23624 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23625
23626 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23627
23628 * mail/supercite.el (sc-default-cite-frame):
23629 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23630
23631 2011-05-24 Glenn Morris <rgm@gnu.org>
23632
23633 * progmodes/python.el (brm-menu): Declare.
23634
23635 * emulation/viper.el (viper-set-hooks): Declare.
23636
23637 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23638 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23639 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23640 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23641 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23642 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23643
23644 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23645
23646 Add an :exit-function for completion-at-point.
23647
23648 * minibuffer.el (completion--done): New fun.
23649 (completion--do-completion): Use it. New arg `expect-exact'.
23650 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23651 since completion--do-completion does it for us now.
23652 (minibuffer-force-complete): Use completion--done and
23653 completion--replace. Handle sole-completion case with more care.
23654 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23655 (completion-extra-properties): New var.
23656 (completion-annotate-function): Make obsolete.
23657 (minibuffer-completion-help): Adjust accordingly.
23658 Use completion-list-insert-choice-function.
23659 (completion-at-point, completion-help-at-point):
23660 Bind completion-extra-properties.
23661 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23662 * simple.el (completion-list-insert-choice-function): New var.
23663 (completion-setup-function): Preserve it.
23664 (choose-completion): Pay attention to it, shuffle the code a bit.
23665 (choose-completion-string): New arg `insert-function'.
23666
23667 * textmodes/bibtex.el: Convert to lexical binding.
23668 (bibtex-mode-map): Use completion-at-point.
23669 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23670 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23671 (bibtex-complete): Define as obsolete alias.
23672 (bibtex-complete-internal): Remove.
23673 (bibtex-format-entry): Remove unused sub-group in regexp.
23674 * shell.el (shell--command-completion-data)
23675 (shell-environment-variable-completion):
23676 * pcomplete.el (pcomplete-completions-at-point):
23677 * comint.el (comint--complete-file-name-data): Use :exit-function
23678 instead of completion-table-with-terminator so it also works for
23679 choose-completion.
23680
23681 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23682
23683 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23684
23685 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23686 (bug#8710).
23687
23688 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23689
23690 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23691
23692 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23693 customization variable and implement: If non-nil, auto-fill will
23694 be inhibited while on topic's header line.
23695
23696 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23697
23698 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23699 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23700 always have a solution in grid size = 5 cases.
23701 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23702 (5x5-solver-output, 5x5-log-buffer): New vars.
23703 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23704 Make these variables buffer local to achieve 5x5 multi-session-ness.
23705 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23706 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23707 (5x5-solve-suggest): New funs.
23708 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23709 randomize a grid so that we ensure that there is always a solution.
23710 (5x5-make-random-grid): Allow other movement than flipping.
23711
23712 2011-05-23 Kevin Ryde <user42@zip.com.au>
23713
23714 * emacs-lisp/advice.el (ad-read-advised-function):
23715 Use `function-called-at-point' as the default, if it has
23716 advice and passes PREDICATE.
23717
23718 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23719
23720 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23721 byte-compile-lambda if it's actually a lambda.
23722
23723 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23724 Fix function quoting. Use backquote better.
23725
23726 2011-05-22 Yuanle Song <sylecn@gmail.com>
23727
23728 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23729 matching (Bug#8516).
23730
23731 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23732
23733 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23734 different face (Bug#8178).
23735
23736 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23737
23738 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23739 defface (Bug#8144).
23740
23741 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23742
23743 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23744 funcall as well (bug#8712). Warn when performing those conversions.
23745 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23746
23747 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23748
23749 2011-05-22 Glenn Morris <rgm@gnu.org>
23750
23751 * files.el (hack-local-variables-prop-line): Small simplifications.
23752 (hack-local-variables, hack-local-variables-prop-line):
23753 If MODE-ONLY, return the mode, rather than just `t'.
23754
23755 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23756
23757 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23758
23759 2011-05-21 Glenn Morris <rgm@gnu.org>
23760
23761 * files.el (hack-local-variables-prop-line, hack-local-variables):
23762 If only interested in the mode, don't bother doing the other stuff.
23763
23764 * image-mode.el (image-after-revert-hook):
23765 Redraw all frames on which the image is visible. (Bug#8567)
23766
23767 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23768
23769 * wid-edit.el (widget-checklist-match-inline):
23770 Fix 2011-04-19 change. (Bug#8649)
23771
23772 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23773
23774 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23775 Also allow singlespace after single-letter capitals followed by a dot.
23776
23777 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23778 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23779
23780 2011-05-20 Nix <nix@esperi.org.uk>
23781
23782 * files.el (basic-save-buffer-2):
23783 Fix handling of break-hardlink-on-save with non-existent files.
23784
23785 2011-05-19 Deniz Dogan <deniz@dogan.se>
23786
23787 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23788 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23789
23790 2011-05-19 Glenn Morris <rgm@gnu.org>
23791
23792 * progmodes/f90.el (f90-type-def-re):
23793 Handle "type, bind(c)". (Bug#8691)
23794
23795 * emacs-lisp/autoload.el (batch-update-autoloads):
23796 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23797
23798 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23799
23800 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23801 property for the correct connection in case of multihops.
23802
23803 2011-05-18 Glenn Morris <rgm@gnu.org>
23804
23805 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23806 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23807
23808 Rationalize calendar handling of day and month abbrev-arrays.
23809 * calendar/calendar.el (calendar-customized-p): New function.
23810 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23811 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23812 Add :set function.
23813 (calendar-abbrev-length, calendar-day-abbrev-array)
23814 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23815 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23816 Elements may no longer be nil.
23817 (calendar-day-name, calendar-month-name):
23818 Update for changed nature of abbrev arrays.
23819 * calendar/diary-lib.el (diary-name-pattern):
23820 Update for changed nature of abbrev arrays.
23821 (diary-mark-entries-1): Update calendar-make-alist calls.
23822 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23823 * calendar/cal-html.el (cal-html-day-abbrev-array):
23824 Simply inherit from calendar-day-abbrev-array.
23825
23826 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23827
23828 * progmodes/grep.el (grep-mode): Disable default
23829 compilation-directory-matcher setting (bug#8684).
23830
23831 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23832
23833 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23834 instead of "head" and "tail". There were problems with SunOS 5.9,
23835 and it performs better.
23836
23837 2011-05-17 Glenn Morris <rgm@gnu.org>
23838
23839 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23840
23841 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23842 Replace obsolete function.
23843
23844 * shell.el (pcomplete-parse-arguments-function): Declare.
23845
23846 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23847 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23848 (appt-check): Doc fixes.
23849 (appt-disp-window-function, appt-delete-window-function):
23850 Remove needless special case in custom :type.
23851 (appt-display-count): Default to 0, not nil.
23852 (appt-check): Reset appt-display-count to 0, not nil.
23853
23854 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23855
23856 * progmodes/python.el (python-font-lock-keywords):
23857 Add the Python 3.X keyword "nonlocal" (bug#8639).
23858
23859 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23860
23861 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23862
23863 2011-05-16 Kevin Ryde <user42@zip.com.au>
23864
23865 * info-look.el (makefile-automake-mode): New setups, looking in
23866 automake manual, then makefile-mode.
23867 (makefile-mode): Remove automake manual, have it just in
23868 makefile-automake-mode since there's various things different or
23869 not relevant to plain make.
23870 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23871 believe a hypothetical automake-mode would go to makefile-mode,
23872 not the other way around.
23873
23874 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23875
23876 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23877 hunk-end tags (Bug#8672).
23878
23879 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23880 vc-annotate-show-diff-revision-at-line (Bug#8671).
23881
23882 2011-05-14 Glenn Morris <rgm@gnu.org>
23883
23884 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23885 in the middle of an existing one with multiple authors. (Bug#8645)
23886 (change-log-font-lock-keywords): Also handle multiple author lines
23887 with leading tabs. (Bug#8644)
23888
23889 * calendar/appt.el (appt-check): Rename some local variables.
23890 Some simplification/reordering.
23891
23892 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23893 (feedmail-sendmail-f-doesnt-sell-me-out)
23894 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23895 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23896 (feedmail-queue-runner-message-sender): Set :version.
23897 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23898 (bbdb-dwim-net-address, vm-mail): Declare.
23899 (feedmail-binmail-gnulinuxish-template):
23900 Rename from feedmail-binmail-linuxish-template.
23901 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23902 Use insert-buffer-substring.
23903
23904 2011-05-14 Bill Carpenter <bill@carpenter.org>
23905
23906 * mail/feedmail.el (feedmail-patch-level): Increase.
23907 (feedmail-debug): New custom group.
23908 (feedmail-confirm-outgoing-timeout)
23909 (feedmail-sendmail-f-doesnt-sell-me-out)
23910 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23911 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23912 (feedmail-sender-line, feedmail-from-line)
23913 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23914 (feedmail-spray-this-address)
23915 (feedmail-spray-address-fiddle-plex-list)
23916 (feedmail-queue-use-send-time-for-date)
23917 (feedmail-queue-use-send-time-for-message-id)
23918 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23919 (feedmail-buffer-eating-function):
23920 Doc fixes.
23921 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23922 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23923 (feedmail-message-action-scroll-down): New functions.
23924 (feedmail-queue-directory, feedmail-queue-draft-directory):
23925 Use expand-file-name.
23926 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23927 Remove C-v help entry.
23928 (feedmail-queue-buffer-file-name): New variable.
23929 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23930 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23931 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23932 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23933 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23934 (feedmail-message-action-toggle-spray)
23935 (feedmail-run-the-queue-no-prompts)
23936 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23937 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23938 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23939 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23940 (feedmail-envelope-deducer, feedmail-fiddle-from)
23941 (feedmail-fiddle-sender, feedmail-default-date-generator)
23942 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23943 (feedmail-fiddle-spray-address)
23944 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23945 (feedmail-fiddle-list-of-fiddle-plexes)
23946 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23947 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23948 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23949 Change default. Doc fix.
23950 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23951 (feedmail-binmail-linuxish-template): New constant.
23952 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23953 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23954 (feedmail-send-it): Add debug call.
23955 Use feedmail-queue-buffer-file-name, and
23956 feedmail-send-it-immediately-wrapper.
23957 (feedmail-message-action-send): Add debug call.
23958 Use feedmail-send-it-immediately-wrapper.
23959 (feedmail-queue-express-to-queue): Add debug call.
23960 Run feedmail-queue-express-hook.
23961 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23962 (feedmail-message-action-help-blat):
23963 Rename from feedmail-queue-send-edit-prompt-help-first.
23964 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23965 Check line-endings. Handle errors better.
23966 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23967 Doc fix. Add debug call.
23968 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23969 Use feedmail-queue-send-edit-prompt-inner.
23970 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23971 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23972 from feedmail-queue-send-edit-prompt.
23973 (feedmail-queue-send-edit-prompt-help)
23974 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23975 (feedmail-tidy-up-slug): Add debug call.
23976 Respect feedmail-queue-slug-suspect-regexp.
23977 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23978 (feedmail-dump-message-to-queue): Add debug call.
23979 Expand queue-directory.
23980 (feedmail-dump-message-to-queue): Change message slightly.
23981 Use feedmail-say-chatter.
23982 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23983 (feedmail-send-it-immediately-wrapper): New function.
23984 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23985 Insert empty string rather than newline. Handle full-frame case.
23986 Use catch/throw. Use feedmail-say-chatter.
23987 (feedmail-fiddle-from): Try mail-host-address.
23988 (feedmail-default-message-id-generator): Doc fix.
23989 Bind system-time-locale. Handle missing end.
23990 (feedmail-fiddle-x-mailer): Add debug call.
23991 Handle feedmail-x-mailer-line being nil.
23992 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23993 Add debug call. Use buffer-substring-no-properties.
23994 (feedmail-say-debug, feedmail-say-chatter): New functions.
23995 (feedmail-find-eoh): Give an explicit error.
23996
23997 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23998
23999 * net/newst-treeview.el (newsticker-treeview-face): Change default
24000 family from helvetica to sans.
24001 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24002 etc/images/newsticker.
24003
24004 * net/newst-reader.el (newsticker-feed-face): Change default
24005 family from helvetica to sans.
24006
24007 * net/newst-plainview.el (newsticker-new-item-face)
24008 (newsticker-old-item-face, newsticker-immortal-item-face)
24009 (newsticker-obsolete-item-face, newsticker-date-face)
24010 (newsticker-statistics-face): Change default family from
24011 helvetica to sans.
24012 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24013 etc/images/newsticker.
24014
24015 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24016 (newsticker--process-auto-mark-filter-match): Tell user about
24017 auto-marking.
24018
24019 2011-05-13 Didier Verna <didier@xemacs.org>
24020
24021 Common Lisp indentation improvements on defmethod and lambda-lists.
24022 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24023 TODO entries.
24024 (lisp-lambda-list-keyword-parameter-indentation)
24025 (lisp-lambda-list-keyword-parameter-alignment)
24026 (lisp-lambda-list-keyword-alignment): New customizable user options.
24027 (lisp-indent-defun-method): Improve docstring.
24028 (extended-loop-p): Fix comment.
24029 (lisp-indent-lambda-list-keywords-regexp): New variable.
24030 (lisp-indent-lambda-list): New function.
24031 (lisp-indent-259): Use it.
24032 (lisp-indent-defmethod): Support for more than one
24033 method qualifier and properly indent methods lambda-lists.
24034 (defgeneric): Provide a missing common-lisp-indent-function property.
24035
24036 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
24037
24038 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24039 bounds for the empty string (bug#8667).
24040
24041 2011-05-13 Glenn Morris <rgm@gnu.org>
24042
24043 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24044
24045 * mail/sendmail.el (sendmail-program): Try executable-find first.
24046 (sendmail-send-it): `sendmail-program' cannot be unbound.
24047
24048 * calendar/appt.el (appt-make-list): Simplify.
24049 (appt-time-msg-list): Doc fix.
24050 (appt-check): Change mode-line message at the time of the appointment.
24051
24052 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
24053
24054 * progmodes/ld-script.el (ld-script-keywords)
24055 (ld-script-builtins): Update keywords list.
24056
24057 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24058
24059 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24060
24061 * shell.el (shell-completion-vars): New function.
24062 (shell-mode):
24063 * simple.el (read-shell-command): Use it.
24064 (blink-matching-open): No need for " [...]" in minibuffer-message.
24065
24066 2011-05-12 Glenn Morris <rgm@gnu.org>
24067
24068 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24069 (appt-check): Simplify.
24070
24071 2011-05-12 Eli Zaretskii <eliz@gnu.org>
24072
24073 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24074 literal "/dev/null".
24075
24076 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24077
24078 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24079 Fix typo.
24080
24081 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
24082
24083 * progmodes/which-func.el (which-function):
24084 Use add-log-current-defun instead of add-log-current-defun-function,
24085 which might not be defined (Bug#8260).
24086
24087 2011-05-12 Glenn Morris <rgm@gnu.org>
24088
24089 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24090 Let byte-compile-initial-macro-environment always take precedence.
24091
24092 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24093
24094 * net/rcirc.el: Add support for SSL/TLS connections.
24095 (rcirc-server-alist): New field `encryption'.
24096 (rcirc): Check `encryption' settings.
24097 (rcirc-connect): New arg `encryption'. Use open-network-stream.
24098 Merge make-local-variable into `set'.
24099 (rcirc--connection-open-p): New function.
24100 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24101 the process is not a network process (e.g. running gnutls-cli).
24102 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24103 Make rcirc-(en|de)code-coding-system local here.
24104 (rcirc-mode): Merge make-local-variable into `set'.
24105 (rcirc-parent-buffer): Make permanent buffer-local.
24106 (rcirc-multiline-minor-mode): Don't do it here.
24107 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24108 there's no server buffer.
24109
24110 2011-05-11 Glenn Morris <rgm@gnu.org>
24111
24112 * newcomment.el (comment-kill): Prefix "unused" local.
24113
24114 * term/w32console.el (get-screen-color): Declare.
24115
24116 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24117 Handle symbol elements of byte-compile-initial-macro-environment.
24118
24119 2011-05-10 Leo Liu <sdl.web@gmail.com>
24120
24121 * bookmark.el (bookmark-bmenu-mode-map):
24122 Bind bookmark-bmenu-search to `/'.
24123
24124 * mail/footnote.el: Convert to utf-8 encoding.
24125 (footnote-unicode-string, footnote-unicode-regexp): New variable.
24126 (Footnote-unicode): New function.
24127 (footnote-style-alist): Add unicode style to the list.
24128 (footnote-style): Doc fix.
24129
24130 2011-05-10 Jim Meyering <meyering@redhat.com>
24131
24132 Fix doubled-word typos.
24133 * international/quail.el (quail-insert-kbd-layout): and and -> and
24134 * kermit.el: and and -> and
24135 * net/ldap.el (ldap-search-internal): to to -> to
24136 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24137 * progmodes/js.el (js-mode): and and -> and
24138 * textmodes/artist.el (artist-move-to-xy): at at -> at
24139 (artist-draw-region-trim-line-endings): if if -> if
24140 And Safetyc -> Safety.
24141 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24142
24143 2011-05-10 Glenn Morris <rgm@gnu.org>
24144 Stefan Monnier <monnier@iro.umontreal.ca>
24145
24146 * files.el (hack-one-local-variable-eval-safep):
24147 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
24148
24149 2011-05-10 Glenn Morris <rgm@gnu.org>
24150
24151 * calendar/diary-lib.el (diary-list-entries-hook)
24152 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24153 (diary-nongregorian-marking-hook, diary-list-entries)
24154 (diary-include-other-diary-files, diary-mark-entries)
24155 (diary-mark-included-diary-files): Doc fixes.
24156
24157 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24158
24159 * misc.el: Require tabulated-list.el during compilation.
24160
24161 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24162
24163 * progmodes/compile.el (compilation-start):
24164 Run compilation-filter-hook for the async case too.
24165 (compilation-filter-hook): Doc fix.
24166
24167 2011-05-09 Deniz Dogan <deniz@dogan.se>
24168
24169 * wdired.el: Remove outdated installation comment. Fix usage
24170 comment.
24171
24172 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24173
24174 * misc.el: Implement new command `list-dynamic-libraries'.
24175 (list-dynamic-libraries--loaded-only-p): New variable.
24176 (list-dynamic-libraries--refresh): New function.
24177 (list-dynamic-libraries): New command.
24178
24179 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24180
24181 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24182 Fix the ant regexp to handle end-line and end-column info from jikes.
24183 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24184 higher priority to avoid clobbering by gnu.
24185
24186 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24187
24188 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24189 if the face has existing theme settings (Bug#8454).
24190
24191 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
24192
24193 * progmodes/perl-mode.el (perl-imenu-generic-expression):
24194 Only match variables declared via `my' or `our' (Bug#8261).
24195
24196 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24197 special file names `.' and `..' (Bug#8259).
24198
24199 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24200
24201 * progmodes/grep.el (grep-mode-font-lock-keywords):
24202 Remove buffer-changing entries.
24203 (grep-filter): New function.
24204 (grep-mode): Add it to compilation-filter-hook.
24205
24206 * progmodes/compile.el (compilation-filter-hook)
24207 (compilation-filter-start): New defvars.
24208 (compilation-filter): Call compilation-filter-hook prior to
24209 updating the process mark.
24210
24211 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24212
24213 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24214
24215 2011-05-07 Eli Zaretskii <eliz@gnu.org>
24216
24217 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24218 mailclient-send-it even if window-system is nil. (Bug#8595)
24219
24220 * term/w32console.el (terminal-init-w32console):
24221 Call get-screen-color and use its output to set the frame
24222 background-mode. (Bug#8597)
24223
24224 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24225
24226 Make bytecomp.el understand that defmethod defines funs (bug#8631).
24227 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24228 New functions.
24229 (defgeneric, eieio--defmethod): Use them.
24230 (eieio-defgeneric): Remove.
24231 (defmethod): Call defgeneric in a way visible to the byte-compiler.
24232
24233 2011-05-07 Glenn Morris <rgm@gnu.org>
24234
24235 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24236 Use let rather than let*.
24237 (timeclock-find-discrep): Remove unused local.
24238
24239 * calendar/diary-lib.el (diary-comment-start): Doc fix.
24240
24241 * calendar/appt.el (appt-time-msg-list): Doc fix.
24242
24243 2011-05-06 Noah Friedman <friedman@splode.com>
24244
24245 * apropos.el (apropos-print-doc): Only use
24246 emacs-lisp-docstring-fill-column when it is bound to an integer,
24247 per that variable's documentation.
24248
24249 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24250
24251 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24252 and warnings are not silently discarded (e.g. use -d instead of -P).
24253
24254 2011-05-06 Glenn Morris <rgm@gnu.org>
24255
24256 * calendar/appt.el (appt-message-warning-time): Doc fix.
24257 (appt-warning-time-regexp): New option.
24258 (appt-make-list): Respect appt-message-warning-time.
24259
24260 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24261 New options.
24262 (diary-add-to-list): Strip comments from the displayed string.
24263 (diary-mode): Set comment-start and comment-end.
24264
24265 * vc/diff-mode.el (smerge-refine-subst): Declare.
24266 (diff-refine-hunk): Don't require smerge-mode when compiling.
24267
24268 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
24269
24270 * simple.el (list-processes): Return nil as the docstring says.
24271
24272 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24273
24274 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24275 to "".
24276 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24277 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24278 determining of binary transfer. (Bug#7383)
24279
24280 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24281
24282 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24283 Fix port computation bug. (Bug#8618)
24284
24285 2011-05-05 Glenn Morris <rgm@gnu.org>
24286
24287 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24288
24289 * simple.el (shell-dynamic-complete-functions)
24290 (comint-dynamic-complete-functions): Declare.
24291
24292 * net/network-stream.el (gnutls-negotiate):
24293 * simple.el (tabulated-list-print): Fix declarations.
24294
24295 * progmodes/gud.el (syntax-symbol, syntax-point):
24296 Remove unnecessary and incorrect declarations.
24297
24298 * emacs-lisp/check-declare.el (check-declare-scan):
24299 Handle byte-compile-initial-macro-environment in bytecomp.el.
24300
24301 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24302
24303 Fix earlier half-done eieio-defmethod change (bug#8338).
24304 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24305 Streamline and change calling convention.
24306 (defmethod): Adjust accordingly and simplify.
24307 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24308 new eieio--defmethod.
24309 (slot-boundp): Minor CSE simplification.
24310
24311 2011-05-05 Milan Zamazal <pdm@zamazal.org>
24312
24313 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24314 (glasses-make-readable): Use glasses-separate-capital-groups.
24315
24316 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
24317
24318 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24319 (warning-series): Doc fix.
24320 (display-warning): Don't try to create the buffer if we just found it.
24321
24322 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24323
24324 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24325 (autoload-find-generated-file): New function.
24326 (generate-file-autoloads): Bind generated-autoload-file to
24327 buffer-file-name.
24328 (update-file-autoloads, update-directory-autoloads):
24329 Use autoload-find-generated-file. If called interactively, prompt for
24330 output file (Bug#7989).
24331 (batch-update-autoloads): Doc fix.
24332
24333 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24334
24335 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24336
24337 2011-05-04 Glenn Morris <rgm@gnu.org>
24338
24339 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24340 function, so it follows changes in calendar-date-style.
24341 (diary-fancy-date-matcher): New function.
24342 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24343 (diary-fancy-font-lock-fontify-region-function):
24344 Use diary-fancy-date-pattern as a function.
24345
24346 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24347 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24348
24349 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24350
24351 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24352 instead of positional arguments. Allow :keylist and :crlfiles
24353 arguments.
24354 (open-gnutls-stream): Call it.
24355
24356 * net/network-stream.el (network-stream-open-starttls): Adjust to
24357 call `gnutls-negotiate' with :process and :hostname arguments.
24358
24359 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24360
24361 * minibuffer.el (completion--message): New function.
24362 (completion--do-completion, minibuffer-complete)
24363 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24364 (completion--do-completion): Don't ignore completion-auto-help when in
24365 icomplete-mode.
24366
24367 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24368 internal encoding (e.g. tibetan zero is not whitespace).
24369 (global-whitespace-mode): Prefer save-current-buffer.
24370 (whitespace-trailing-regexp): Remove useless save-match-data.
24371 (whitespace-empty-at-bob-regexp): Minor simplification.
24372
24373 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24374
24375 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24376
24377 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
24378
24379 * textmodes/ispell.el (ispell-add-per-file-word-list):
24380 Use `concat' to create string for insertion.
24381
24382 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24383
24384 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24385 Avoid open-line which runs post-self-insert-hook.
24386 (bibtex-fill-entry): Remove unused `end' var.
24387
24388 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24389
24390 * textmodes/ispell.el (ispell-add-per-file-word-list):
24391 Protect against `nil' value of `comment-start' (Bug#8579).
24392
24393 2011-05-03 Leo Liu <sdl.web@gmail.com>
24394
24395 * isearch.el (isearch-yank-pop): New command.
24396 (isearch-mode-map): Bind it to `M-y'.
24397 (isearch-forward): Mention it.
24398
24399 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24400
24401 * simple.el (minibuffer-complete-shell-command): Remove.
24402 (minibuffer-local-shell-command-map): Use completion-at-point.
24403 (read-shell-command): Setup completion vars here instead.
24404 (read-expression-map): Bind TAB to symbol completion.
24405
24406 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24407 error directly rather via storing it into `results'.
24408
24409 2011-05-02 Leo Liu <sdl.web@gmail.com>
24410
24411 * vc/diff.el: Fix description.
24412
24413 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24414
24415 * server.el (server-eval-at): New function.
24416
24417 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24418
24419 * net/network-stream.el (open-network-stream): Take a :nowait
24420 parameter and pass it on to `make-network-process'.
24421 (network-stream-open-plain): Ditto.
24422
24423 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24424
24425 * faces.el (face-spec-set-match-display): Don't match toolkit
24426 options on terminal frames.
24427
24428 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24429
24430 * progmodes/pascal.el: Use lexical binding.
24431 (pascal-mode-map): Remove author preferences.
24432
24433 * pcomplete.el (pcomplete-std-complete): Don't abuse
24434 completion-at-point.
24435
24436 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24437
24438 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24439 removing code that has been dead since 1991 or so.
24440
24441 * startup.el (command-line): When warning about "_emacs", use a
24442 delayed warning to allow the user to filter it out.
24443
24444 2011-04-28 Deniz Dogan <deniz@dogan.se>
24445
24446 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24447 user has not joined.
24448
24449 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24450
24451 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24452 aren't any completions at point.
24453
24454 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24455
24456 * subr.el (display-delayed-warnings): New function.
24457 (delayed-warnings-hook): New variable.
24458
24459 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24460
24461 * minibuffer.el (completion-at-point, completion-help-at-point):
24462 Don't presume that a given completion-at-point-function will always
24463 use the same calling convention.
24464
24465 * pcomplete.el (pcomplete-completions-at-point):
24466 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24467 pcomplete-seen is non-nil.
24468 (pcomplete-comint-setup): Also recognize the new comint/shell
24469 completion functions.
24470 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24471 pcomplete-seen is non-nil.
24472
24473 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24474
24475 * calendar/icalendar.el (diary-lib): Add require statement.
24476 (icalendar--create-uid): Read out a uid from a text-property on
24477 the first character in the entry. This allows for code to add its
24478 own uid to the entry.
24479 (icalendar--convert-float-to-ical): Add export of
24480 `diary-float'-entries save for those with the optional DAY
24481 argument.
24482
24483 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24484
24485 * subr.el (shell-quote-argument): Use alternate escaping strategy
24486 when we spot a variable reference in a string.
24487
24488 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24489
24490 * cus-start.el (all): Define customization for debug-on-event.
24491
24492 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24493
24494 * subr.el (shell-quote-argument): Escape correctly under Windows.
24495
24496 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24497
24498 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24499
24500 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24501
24502 * net/tramp.el (tramp-process-actions): Add POS argument.
24503 Delete region between POS and (pos).
24504
24505 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24506 Use `nil' position in `tramp-process-actions' call.
24507 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24508
24509 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24510 position in `tramp-process-actions' call.
24511
24512 * net/trampver.el: Update release number.
24513
24514 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24515
24516 * custom.el (defcustom): Obey lexical-binding.
24517
24518 Fix octave-inf completion problems reported by Alexander Klimov.
24519 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24520 Inherit from octave-mode-syntax-table.
24521 (inferior-octave-mode): Set info-lookup-mode.
24522 (inferior-octave-completion-at-point): New function.
24523 (inferior-octave-complete): Use it and completion-in-region.
24524 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24525 comint-filename-completion.
24526 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24527 symbol elements which shouldn't be word elements.
24528 (octave-font-lock-keywords, octave-beginning-of-defun)
24529 (octave-function-header-regexp): Adjust regexps accordingly.
24530 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24531
24532 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24533
24534 * net/gnutls.el (gnutls-errorp): Declare before first use.
24535
24536 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24537
24538 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24539 verify-error, and verify-hostname-error parameters. Check whether
24540 default trustfile exists before going to use it. Add missing
24541 argument to gnutls-message-maybe call. Return value.
24542 Reported by Claudio Bley <claudio.bley@gmail.com>.
24543 (open-gnutls-stream): Add usage example.
24544
24545 * net/network-stream.el (network-stream-open-starttls): Give host
24546 parameter to `gnutls-negotiate'.
24547 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24548 * subr.el (shell-quote-argument): Escape correctly under Windows.
24549
24550 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24551
24552 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24553 Use correct match group (bug#8438).
24554
24555 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24556
24557 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24558 (package-menu--generate): New arg specifying packages to show.
24559 (package-menu-refresh, package-menu-execute, list-packages):
24560 Callers changed.
24561 (package-show-package-list): New function, replacing deleted
24562 package--list-packages (renamed because it is non-internal).
24563
24564 * finder.el (finder-list-matches): Use package-show-package-list
24565 instead of deleted package--list-packages.
24566
24567 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24568 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24569 (vc-annotate-mode-map): Bind it to RET.
24570
24571 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24572
24573 * progmodes/etags.el (next-file): Don't use set-buffer to change
24574 buffers (Bug#8478).
24575
24576 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24577
24578 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24579
24580 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24581 (apropos-accumulator): Doc fix.
24582 (apropos-function, apropos-macro, apropos-command)
24583 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24584 (apropos-plist): Add face property.
24585 (apropos-symbols-internal): Fix indentation.
24586 (apropos-print): Simplify help, and recognize apropos-multi-type.
24587 (apropos-print-doc): Use button-type-get to extract the button's
24588 face property. Fill docstring (Bug#8352).
24589
24590 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24591
24592 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24593
24594 * play/mpuz.el (mpuz-silent): Doc fix.
24595 (mpuz-mode-map): Use mapc.
24596 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24597 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24598 Fix typos in docstrings.
24599
24600 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24601 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24602
24603 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24604
24605 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24606
24607 * minibuffer.el (completion--do-completion): Avoid the "Next char
24608 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24609
24610 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24611 mouse-2 into unread-command-events, it is interpreted correctly.
24612
24613 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24614 (image-toggle-display): Doc fix.
24615
24616 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24617
24618 * textmodes/page.el (what-page): Use line-number-at-pos to
24619 calculate line number (Bug#6825).
24620
24621 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24622
24623 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24624 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24625 Pass argument NO-DEFAULT to `find-tag-interactive'.
24626
24627 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24628
24629 Lexical-binding cleanup.
24630
24631 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24632 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24633 * progmodes/ada-prj.el (ada-prj-initialize-values)
24634 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24635 (ada-prj-show-value):
24636 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24637 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24638 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24639 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24640 * progmodes/bug-reference.el (bug-reference-push-button):
24641 * progmodes/fortran.el (fortran-line-length):
24642 * progmodes/glasses.el (glasses-change):
24643 * progmodes/octave-mod.el (octave-fill-paragraph):
24644 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24645 (python-pdbtrack-grub-for-buffer, python-sentinel):
24646 * progmodes/sql.el (sql-save-connection):
24647 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24648 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24649 Mark unused parameters.
24650
24651 * progmodes/compile.el (compilation--flush-directory-cache)
24652 (compilation--flush-parse, compile-internal): Mark unused parameters.
24653 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24654 (compilation-next-error-function): Remove unused variable `timestamp'.
24655
24656 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24657 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24658
24659 * progmodes/dcl-mode.el (dcl-end-of-command):
24660 Remove unused variable `start'.
24661 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24662 (dcl-option-value-basic, dcl-option-value-offset)
24663 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24664 Mark unused parameters.
24665 (dcl-save-local-variable): Remove unused variable `val'.
24666 (mode): Declare.
24667
24668 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24669 Mark unused parameters.
24670 (delphi-ignore-changes): Move before first use.
24671 (delphi-charset-token-at): Remove unused variable `start'.
24672 (delphi-else-start): Remove unused variable `if-count'.
24673 (delphi-comment-block-start, delphi-comment-block-end):
24674 Remove unused variable `kind'.
24675 (delphi-indent-line): Remove unused variable `new-point'.
24676
24677 * progmodes/ebrowse.el (ebrowse-files-list)
24678 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24679 Mark unused parameters. Don't quote `lambda'.
24680 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24681 Don't quote `lambda'.
24682 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24683 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24684 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24685 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24686 Use `ignore-errors'.
24687 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24688 (ebrowse-view/find-file-and-search-pattern)
24689 (ebrowse-view/find-member-declaration/definition):
24690 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24691 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24692 Rename parameter PREFIX-ARG to PREFIX.
24693 (ebrowse-tags-read-name): Remove unused variables `start' and
24694 `member-info'.
24695 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24696 to `tags-file'.
24697
24698 * progmodes/etags.el (local-find-tag-hook): Declare.
24699 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24700 Mark unused parameters.
24701
24702 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24703 (executable-interpret): Mark unused parameter.
24704
24705 * progmodes/flymake.el (flymake-process-sentinel)
24706 (flymake-after-change-function)
24707 (flymake-create-temp-with-folder-structure)
24708 (flymake-get-include-dirs-dot): Mark unused parameters.
24709 (flymake-safe-delete-directory): Remove unused variable `err'.
24710
24711 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24712 (speedbar-timer-fn, speedbar-line-text)
24713 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24714 (speedbar-center-buffer-smartly): Declare functions.
24715 (gdb-find-watch-expression): Remove unused variable `array'.
24716 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24717 (gdb-starting): Mark unused parameters.
24718 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24719 (gdb-table-string): Remove unused variable `res'.
24720 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24721 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24722 (gdb-display-buffer): Remove unused variable `cur-size'.
24723
24724 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24725 allow lexical-binding compilation.
24726 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24727 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24728 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24729 Mark unused parameters.
24730 (gud-gdb-marker-filter): Remove unused variable `match'.
24731 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24732 lambda expressions and funcall them, instead of using `fset'.
24733
24734 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24735 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24736
24737 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24738 variable `header-beg'; use `let'.
24739
24740 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24741 `restart', `last-sexp' and `at-do'.
24742
24743 * progmodes/js.el (js--debug): Mark unused parameter.
24744 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24745 (js--splice-into-items): Remove unused variable `item'.
24746 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24747
24748 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24749 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24750 (makefile-complete): Remove unused variable `try'.
24751 (makefile-fill-paragraph, makefile-match-function-end):
24752 Mark unused parameters.
24753
24754 * progmodes/octave-inf.el (inferior-octave-complete):
24755 Remove unused variable `proc'.
24756 (inferior-octave-output-digest): Mark unused parameter.
24757
24758 * progmodes/perl-mode.el (perl-calculate-indent):
24759 Remove unused variable `err'.
24760
24761 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24762 (prolog-indent-line): Mark unused parameters.
24763 (prolog-indent-line): Remove unused variable `beg'.
24764
24765 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24766 (reporter-dont-compact-list): Declare.
24767
24768 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24769 Remove unused variable `char'.
24770 (sh-debug): Mark unused parameter.
24771 (sh-get-indent-info): Remove unused variable `start'.
24772 (sh-calculate-indent): Remove unused variable `var'.
24773
24774 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24775 (simula-electric-keyword): Remove unused variable `null'.
24776 (simula-search-backward, simula-search-forward): Remove unused
24777 variables `begin' and `end'.
24778
24779 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24780 Remove unused variable `pos'.
24781 (vera-electric-tab, vera-comment-uncomment-region):
24782 Mark unused parameters.
24783 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24784
24785 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24786
24787 * emacs-lisp/package.el (package--builtins, package-alist)
24788 (package-load-descriptor, package-built-in-p, package-activate)
24789 (define-package, package-installed-p)
24790 (package-compute-transaction, package-buffer-info)
24791 (package--push): Doc fix. Distinguish more clearly between
24792 version strings and version lists.
24793
24794 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24795
24796 Lexical-binding cleanup.
24797
24798 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24799 (5x5-make-mutate-best):
24800 * play/fortune.el (fortune-in-buffer):
24801 * play/gomoku.el (gomoku-init-display):
24802 * play/solitaire.el (solitaire, solitaire-do-check):
24803 * play/tetris.el (tetris-default-update-speed-function):
24804 Mark unused parameters.
24805
24806 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24807 (bubbles--shift): Remove unused variable `char-org'.
24808 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24809 (bubbles--show-images): Remove unused variable `char'.
24810
24811 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24812 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24813 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24814 (decipher-analyze-buffer): Use ?\s.
24815 (decipher-make-checkpoint): Remove unused variable `mapping'.
24816
24817 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24818
24819 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24820 Remove unused variable `result'; use `let'.
24821
24822 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24823 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24824 (gametree-children-shown-p, gametree-compute-reduced-score):
24825 Use `ignore-errors'.
24826
24827 * play/handwrite.el (ps-lpr-switches): Declare.
24828 (handwrite): Remove unused variables `pmin' and `lastp'.
24829
24830 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24831
24832 * play/landmark.el (landmark-init-display)
24833 (landmark-update-naught-weights): Mark unused parameters.
24834 (landmark-y): Remove unused variable `noise'. Simplify.
24835 (landmark-human-plays): Remove unused variable `score'.
24836
24837 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24838 (mpuz-try-proposal): Remove unused variable `game'.
24839
24840 * play/zone.el (life-patterns): Declare.
24841
24842 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24843
24844 * vc/vc.el (ediff-vc-internal): Declare function.
24845
24846 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24847
24848 * shell.el: Use lexical-binding and std completion UI.
24849 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24850 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24851 comint-preoutput-filter-functions rather than on
24852 comint-output-filter-functions.
24853 (shell-command-completion, shell--command-completion-data)
24854 (shell-filename-completion, shell-environment-variable-completion)
24855 (shell-c-a-p-replace-by-expanded-directory): New functions.
24856 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24857 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24858 (shell-dynamic-complete-environment-variable): Use them.
24859 (shell-dynamic-complete-as-environment-variable)
24860 (shell-dynamic-complete-as-command): Remove.
24861 (shell-match-partial-variable): Match past point.
24862 * comint.el: Clean up use of completion-at-point-functions.
24863 (comint-completion-at-point): New function.
24864 (comint-mode): Use it completion-at-point-functions.
24865 (comint-dynamic-complete): Make it obsolete.
24866 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24867 (comint-c-a-p-replace-by-expanded-history): New function.
24868 (comint-dynamic-complete-functions)
24869 (comint-replace-by-expanded-history): Use it.
24870 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24871 termination strings. Try harder to avoid second try-completion.
24872 (completion-in-region-mode-map): Disable bindings that don't work yet.
24873
24874 * comint.el: Use lexical-binding. Require CL.
24875 (comint-dynamic-complete-functions): Use comint-filename-completion.
24876 (comint-completion-addsuffix): Tweak custom type.
24877 (comint-filename-completion, comint--common-suffix)
24878 (comint--common-quoted-suffix, comint--table-subvert)
24879 (comint--complete-file-name-data): New functions.
24880 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24881 (comint-dynamic-list-filename-completions): Use them.
24882 (comint-dynamic-simple-complete): Make obsolete.
24883
24884 * minibuffer.el (completion-in-region-mode):
24885 Keep completion-in-region-mode--predicate global.
24886 (completion-in-region--postch):
24887 Assume completion-in-region-mode--predicate is not null.
24888
24889 * progmodes/flymake.el (flymake-start-syntax-check-process):
24890 Obey `dir'. Simplify.
24891
24892 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24893 we're in VC after all.
24894
24895 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24896
24897 * vc/vc.el (vc-diff-build-argument-list-internal)
24898 (vc-version-ediff, vc-ediff): New commands.
24899 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24900
24901 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24902
24903 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24904 add sanity check.
24905
24906 * obsolete/erc-hecomplete.el: Make obsolete.
24907 * obsolete/: Standardize obsolescence info in the header.
24908
24909 2011-04-20 Glenn Morris <rgm@gnu.org>
24910
24911 * calendar/solar.el (solar-horizontal-coordinates):
24912 Use the longitude argument rather than `calendar-longitude'.
24913 (solar-date-next-longitude): Remove unused locals.
24914
24915 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24916
24917 * whitespace.el: New version 13.2.1.
24918
24919 2011-04-20 felix <EmacsWiki> (tiny change)
24920
24921 * whitespace.el (global-whitespace-mode): Keep highlight when
24922 switching between major modes on a file.
24923
24924 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24925
24926 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24927 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24928 multi-line comments as well.
24929
24930 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24931
24932 Lexical-binding cleanup.
24933
24934 * arc-mode.el (archive-mode-revert):
24935 * cmuscheme.el (scheme-interactively-start-process):
24936 * custom.el (custom-initialize-delay):
24937 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24938 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24939 * emacs-lock.el (emacs-lock-clear-sentinel):
24940 * ezimage.el (defezimage):
24941 * follow.el (follow-avoid-tail-recenter):
24942 * fringe.el (set-fringe-mode-1):
24943 * generic-x.el (bat-generic-mode-compile):
24944 * help-mode.el (help-info-variable, help-do-xref)
24945 (help-mode-revert-buffer):
24946 * help.el (view-emacs-todo):
24947 * iswitchb.el (iswitchb-completion-help):
24948 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24949 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24950 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24951 * locate.el (locate-update):
24952 * longlines.el (longlines-encode-region)
24953 (longlines-after-change-function):
24954 * outline.el (outline-isearch-open-invisible):
24955 * ps-def.el (declare-function, charset-dimension, char-width)
24956 (encode-char):
24957 * ps-mule.el (ps-mule-plot-string):
24958 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24959 (recentf-edit-list-select, recentf-edit-list-validate)
24960 (recentf-open-files-action):
24961 * rect.el (delete-whitespace-rectangle-line)
24962 (rectangle-number-line-callback):
24963 * register.el (window-configuration-to-register)
24964 (frame-configuration-to-register):
24965 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24966 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24967 (xselect-convert-to-targets, xselect-convert-to-delete)
24968 (xselect-convert-to-filename, xselect-convert-to-charpos)
24969 (xselect-convert-to-lineno, xselect-convert-to-colno)
24970 (xselect-convert-to-os, xselect-convert-to-host)
24971 (xselect-convert-to-user, xselect-convert-to-class)
24972 (xselect-convert-to-name, xselect-convert-to-integer)
24973 (xselect-convert-to-atom, xselect-convert-to-identity):
24974 * subr.el (declare, ignore, process-kill-without-query)
24975 (text-clone-maintain):
24976 * terminal.el (te-get-char, te-tic-sentinel):
24977 * tool-bar.el (tool-bar-make-keymap):
24978 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24979 * type-break.el (type-break-mode, type-break-noninteractive-query):
24980 * view.el (View-back-to-mark):
24981 * wid-browse.el (widget-browse-action, widget-browse-widget)
24982 (widget-browse-widgets, widget-browse-sexp):
24983 * widget.el (define-widget-keywords):
24984 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24985 Mark unused parameters.
24986
24987 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24988 (align-areas): Remove unused variable `look'.
24989 (align-region): Remove unused variables `real-end' and `pos-list'.
24990
24991 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24992
24993 * bindings.el (mode-line-modified, mode-line-remote):
24994 Mark unused parameters.
24995 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24996
24997 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24998 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24999
25000 * comint.el (comint-history-isearch-pop-state)
25001 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25002 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25003 (comint-substitute-in-file-name): Doc fix.
25004
25005 * completion.el (cmpl-statistics-block): Mark unused parameter.
25006 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25007 (save-completions-to-file, load-completions-from-file):
25008 Remove unused local variable `e'.
25009
25010 * composite.el (compose-chars): Remove unused variable `len'.
25011 (lgstring-insert-glyph): Remove unused variable `g'.
25012 (compose-glyph-string): Remove unused variables `ascent',
25013 `descent', `lbearing' and `rbearing'.
25014 (compose-glyph-string-relative): Remove unused variables
25015 `lbearing', `rbearing' and `wadjust'.
25016 (compose-gstring-for-graphic): Remove unused variables `header',
25017 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
25018 (compose-gstring-for-terminal): Remove unused variables `header'
25019 and `nchars'. Use `let', not `let*'.
25020
25021 * cus-edit.el (Custom-set, Custom-save, custom-reset)
25022 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25023 (Custom-buffer-done, custom-buffer-create-internal)
25024 (custom-browse-visibility-action, custom-browse-group-tag-action)
25025 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25026 (widget-magic-mouse-down-action, custom-toggle-parent)
25027 (custom-add-parent-links, custom-toggle-hide-variable)
25028 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25029 (custom-toggle-hide-face, face, hook, custom-group-link-action)
25030 (custom-face-menu-create, custom-variable-menu-create, get)
25031 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25032 (custom-reset-standard-save-and-update): Remove unused variable `value'.
25033 (customize-apropos): Remove unused variable `tests'.
25034 (custom-group-value-create): Remove unused variable `hidden-p'.
25035 (sort-fold-case): Declare.
25036
25037 * cus-theme.el (custom-reset-standard-faces-list)
25038 (custom-reset-standard-variables-list): Declare.
25039 (customize-create-theme, custom-theme-revert, custom-theme-write)
25040 (custom-theme-choose-mode, customize-themes, custom-theme-save):
25041 Mark unused parameters.
25042
25043 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25044
25045 * delim-col.el (delimit-columns-max): Move defvar before first use.
25046
25047 * descr-text.el (describe-char-categories): Don't quote `lambda'.
25048 (describe-char): Don't quote `lambda'. Mark unused parameter.
25049
25050 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25051 (auto-insert): Declare.
25052 (desktop-restore-file-buffer): Rename desktop-* parameters;
25053 mark unused ones.
25054 (desktop-create-buffer): Rename desktop-* parameters and bind them.
25055 (desktop-buffer): Rename desktop-* parameters.
25056
25057 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25058 (dframe-reposition-frame-xemacs, dframe-help-echo)
25059 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25060 Mark unused parameters.
25061
25062 * dired-aux.el (backup-extract-version-start, overwrite-query)
25063 (overwrite-backup-query, rename-regexp-query)
25064 (rename-non-directory-query): Declare.
25065 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25066 (dired-add-entry): Remove unused variable `orig-file-name'.
25067 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25068 Use parameter PRESERVE-TIME instead of accessing dynamic variable
25069 `dired-copy-preserve-time' directly.
25070 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25071 (dired-insert-subdir-newpos): Rename unused variable `pos'.
25072
25073 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25074 (dired-virtual-revert, dired-make-relative-symlink):
25075 Mark unused parameters.
25076 (manual-program): Declare.
25077 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25078 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25079 wrapped in `with-no-warnings' to avoid replacing one warning by another.
25080
25081 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25082
25083 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25084
25085 * echistory.el (electric-history-in-progress, Helper-return-blurb):
25086 Declare.
25087
25088 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25089
25090 * electric.el (Electric-command-loop): Rename parameter
25091 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25092
25093 * expand.el (expand-in-literal): Remove unused variable `here'.
25094
25095 * facemenu.el (facemenu-add-new-color):
25096 Remove unused variable `docstring'.
25097
25098 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25099 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25100 (face-attr-construct): Mark unused parameter. Doc fix.
25101 (read-color): Remove unused variable `hex-string'.
25102
25103 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25104 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25105 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25106 (display-buffer-other-frame): Remove unused variable `old-window'.
25107 (kill-buffer-hook): Declare.
25108 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25109 Mark unused parameters.
25110 (after-find-file): Pass 1 to `auto-save-mode', not t.
25111
25112 * files-x.el (auto-insert): Declare.
25113 (modify-file-local-variable-prop-line): Remove unused variable `val'.
25114
25115 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25116 variable `buf'. Mark unused parameter.
25117 (find-lisp-insert-directory): Mark unused parameter.
25118
25119 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25120 (format-encode-region): Remove unused variables `cur-buf' and `result'.
25121 (format-common-tail): Remove, unused.
25122 (format-deannotate-region): Remove unused variable `loc'.
25123 (format-annotate-region): Remove unused variable `p'.
25124 (format-annotate-single-property-change): Remove unused variables
25125 `default' and `tail'.
25126
25127 * forms.el (read-file-filter): Declare.
25128 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25129
25130 * frame.el (frame-creation-function-alist): Mark unused parameter.
25131 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25132
25133 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25134 Remove unused parameters.
25135 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25136 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25137
25138 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25139 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25140 (hfy-prepare-tag-map): Mark unused parameters.
25141 (htmlfontify-buffer): Use `called-interactively-p'.
25142
25143 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25144 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25145 (ibuffer-do-occur): Mark unused parameters.
25146 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25147 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25148
25149 * ibuffer.el: Don't quote `lambda'.
25150 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25151 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25152 Mark unused parameters.
25153
25154 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25155 (ido-completing-read): Mark unused parameters.
25156 (ido-copy-current-word): Mark unused parameters;
25157 remove unused variable `name'.
25158 (ido-sort-merged-list): Remove unused parameter `dirs'.
25159
25160 * ielm.el (ielm-input-sender): Mark unused parameter.
25161 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25162 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25163 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25164 `ielm-string' as a dynamic variable accessible from the IELM prompt.
25165 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
25166
25167 * image-dired.el (image-dired-display-thumbs): Remove unused
25168 variables `curr-file' and `count'.
25169 (image-dired-remove-tag): Remove unused variable `start'.
25170 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25171 variable `curr-file'
25172 (image-dired-rotate-original): Remove unused variable `temp-file'.
25173 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25174 Remove unused variable `file'.
25175 (image-dired-gallery-generate): Remove unused variable `curr'.
25176 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25177
25178 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25179
25180 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25181
25182 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25183
25184 * isearch.el (minibuffer-history-symbol): Declare.
25185 (isearch-edit-string): Remove unused variable `err'.
25186 (isearch-message-prefix, isearch-message-suffix):
25187 Mark unused parameters.
25188
25189 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25190
25191 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25192
25193 * makesum.el (double-column): Remove unused variable `cnt'.
25194
25195 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25196 (ido-ignore-item-temp-list): Declare.
25197
25198 * mouse-drag.el (mouse-drag-throw): Remove unused variables
25199 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25200 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25201 (mouse-drag-drag): Remove unused variables `mouse-delta' and
25202 `mouse-col-delta'.
25203
25204 * mouse-sel.el (mouse-extend-internal):
25205 Remove unused variable `orig-window-frame'.
25206
25207 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25208 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25209 Move declarations before first use.
25210 (pcomplete-opt): Mark unused parameters; doc fix.
25211
25212 * proced.el (proced-revert): Mark unused parameter.
25213 (proced-send-signal): Remove unused variable `err'.
25214
25215 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25216 Rename parameter PREFIX-ARG to ARG.
25217 (ps-basic-plot-string, ps-basic-plot-whitespace):
25218 Mark unused parameters.
25219
25220 * replace.el (replace-count): Define.
25221 (occur-revert-function): Mark unused parameters.
25222 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25223 (isearch-case-fold-search, isearch-string): Declare.
25224 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25225 bind `case-fold-search'. Remove unused variables `beg' and `end',
25226 and simplify.
25227 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25228 COUNT and bind `replace-count'.
25229 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25230 to COUNT.
25231
25232 * savehist.el (print-readably, print-string-length): Declare.
25233
25234 * shadowfile.el (shadow-expand-cluster-in-file-name):
25235 Remove unused variable `cluster'.
25236 (shadow-copy-file): Remove unused variable `i'.
25237 (shadow-noquery, shadow-clusters, shadow-site-cluster)
25238 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25239 (shadow-define-literal-group, shadow-define-regexp-group)
25240 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25241
25242 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25243 (shell): Use `called-interactively-p'.
25244 (shell-directory-tracker): Remove unused variable `chdir-failure'.
25245
25246 * simple.el (compilation-context-lines, comint-file-name-quote-list)
25247 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25248 (delete-backward-char): Remove unused variable `ocol'.
25249 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25250 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25251 (event-apply-hyper-modifier, event-apply-shift-modifier)
25252 (event-apply-control-modifier, event-apply-meta-modifier):
25253 Mark unused parameters.
25254 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25255 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25256
25257 * speedbar.el (speedbar-ignored-directory-expressions)
25258 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25259 (speedbar-find-file, speedbar-dir-follow)
25260 (speedbar-directory-buttons-follow, speedbar-tag-find)
25261 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25262 (speedbar-buffers-line-directory, speedbar-buffer-click):
25263 Mark unused parameters.
25264 (speedbar-tag-file): Remove unused variable `mode'.
25265 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25266
25267 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25268
25269 * talk.el (talk): Remove unused variable `display'.
25270
25271 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25272 (tar-write-region-annotate): Mark unused parameter.
25273
25274 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25275 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25276 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25277 warning by another.
25278
25279 * time-stamp.el (time-stamp-string-preprocess):
25280 Remove unused variable `require-padding'.
25281
25282 * tree-widget.el (widget-glyph-enable): Declare.
25283 (tree-widget-action): Mark unused parameter.
25284
25285 * w32-fns.el (x-get-selection): Mark unused parameter.
25286 (autoload-make-program, generated-autoload-file): Declare.
25287
25288 * wdired.el (wdired-revert): Mark unused parameters.
25289 (wdired-xcase-word): Remove unused variable `err'.
25290
25291 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25292 (whitespace-help-scroll): Remove unused variable `data-help'.
25293
25294 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25295 (widget-image-insert, widget-after-change, default)
25296 (widget-default-format-handler, widget-default-notify)
25297 (widget-default-prompt-value, widget-info-link-action)
25298 (widget-url-link-action, widget-function-link-action)
25299 (widget-variable-link-action, widget-file-link-action)
25300 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25301 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25302 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25303 (widget-insert-button-action, widget-delete-button-action, visibility)
25304 (widget-documentation-link-action, widget-documentation-string-action)
25305 (widget-const-prompt-value, widget-regexp-match, symbol)
25306 (widget-coding-system-prompt-value)
25307 (widget-key-sequence-value-to-external, sexp)
25308 (widget-sexp-value-to-internal, character, vector, cons)
25309 (widget-choice-prompt-value, widget-boolean-prompt-value)
25310 (widget-color--choose-action): Mark unused parameters.
25311 (widget-item-match-inline, widget-choice-match-inline)
25312 (widget-checklist-match, widget-checklist-match-inline)
25313 (widget-group-match): Rename parameter VALUES to VALS.
25314 (widget-field-value-set): Remove unused variable `size'.
25315 (widget-color-action): Remove unused variables `value' and `start'.
25316
25317 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25318 variable `dir'. Doc fix.
25319 (windmove-find-other-window): Don't pass it.
25320
25321 * window.el (count-windows): Mark unused parameter.
25322 (bw-adjust-window): Remove unused variable `err'.
25323
25324 * woman.el (woman-file-name): Remove unused variable `default'.
25325 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25326 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25327 (global-font-lock-mode): Declare.
25328 (woman-decode-region): Mark unused parameter.
25329 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25330
25331 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25332 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25333 (x-dnd-handle-moz-url): Remove unused variable `title'.
25334 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25335
25336 * xml.el (xml-parse-tag, xml-parse-attlist):
25337 Remove unused variable `pos'.
25338
25339 2011-04-19 Glenn Morris <rgm@gnu.org>
25340
25341 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25342 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25343 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25344 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25345 * calendar/cal-html.el (cal-html-insert-minical):
25346 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25347 (calendar-mark-date-pattern):
25348 Prefix "unused" locals.
25349
25350 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25351 optional argument `style'.
25352
25353 * calendar/appt.el (appt-make-list):
25354 * calendar/cal-china.el (calendar-chinese-date-string):
25355 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25356 (diary-hebrew-yahrzeit):
25357 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25358 * calendar/calendar.el (calendar-generate-window):
25359 * calendar/time-date.el (time-to-days):
25360 Remove unused local variables.
25361
25362 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25363
25364 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25365 glyphless-char-display table.
25366 (tabulated-list-glyphless-char-display): New var.
25367
25368 2011-04-18 Sam Steingold <sds@gnu.org>
25369
25370 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25371 to acknowledgments.
25372
25373 2011-04-17 Glenn Morris <rgm@gnu.org>
25374
25375 * calendar/diary-lib.el (diary-sexp-entry):
25376 * calendar/holidays.el (holiday-sexp):
25377 Set debug-on-error rather than the removed stack-trace-on-error.
25378
25379 2011-04-16 Glenn Morris <rgm@gnu.org>
25380
25381 * progmodes/f90.el: Use lexical-binding.
25382 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25383
25384 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25385
25386 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25387 (mail-mode): Setup mailalias completion here instead.
25388 * mail/mailalias.el: Use lexical-binding.
25389 (pattern, mailalias-done): Declare dynamic.
25390 (mail-completion-at-point-function): New function, from mail-complete.
25391 (mail-complete): Use it.
25392 (mail-completion-expand): New function.
25393 (mail-get-names): Use it.
25394 (mail-directory, mail-directory-process, mail-directory-stream):
25395 Don't use `pattern' for lexically bound arg.
25396
25397 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25398
25399 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25400 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25401 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25402
25403 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25404 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25405 (byte-interactive-p): Define them again, for use when inlining
25406 old code.
25407
25408 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25409
25410 * loadup.el: Use `string-to-number', not `string-to-int'.
25411
25412 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25413
25414 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25415 gud-gdb-complete-command.
25416 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25417 (gud-gdb-completion-at-point): New function.
25418 (gud-gdb-completions): Remove.
25419
25420 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25421
25422 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25423 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25424 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25425 whether `executable-find' is bound.
25426
25427 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25428
25429 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25430
25431 * minibuffer.el (completion-in-region-mode-predicate)
25432 (completion-in-region-mode--predicate): New vars.
25433 (completion-in-region, completion-in-region--postch)
25434 (completion-in-region-mode): Use them.
25435 (completion--capf-wrapper): Also return the hook function.
25436 (completion-at-point, completion-help-at-point):
25437 Adjust and provide a predicate.
25438
25439 Preserve arg names for advice of subr and lexical functions (bug#8457).
25440 * help-fns.el (help-function-arglist): Consolidate the subr and
25441 new-byte-code cases. Add argument `preserve-names' to extract names
25442 from the docstring when needed.
25443 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25444 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25445 (ad-arglist): Use help-function-arglist's new arg.
25446 (ad-definition-type): Use cond.
25447
25448 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25449
25450 * autorevert.el (auto-revert-handler):
25451 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25452 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25453 Don't quote lambda.
25454
25455 * image-mode.el (image-transform-set-scale):
25456 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25457
25458 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25459
25460 * net/network-stream.el (network-stream-open-starttls): Only do
25461 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25462 Upgrades via gnutls-cli are too slow to be done opportunistically.
25463
25464 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25465
25466 * dframe.el (dframe-current-frame): Remove spurious quote.
25467
25468 2011-04-12 Glenn Morris <rgm@gnu.org>
25469
25470 * calendar/cal-tex.el (cal-tex-end-document):
25471 Try to automatically use latin1 input if needed.
25472
25473 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25474 Don't try to cons a mark onto an empty element.
25475
25476 2011-04-11 Leo Liu <sdl.web@gmail.com>
25477
25478 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25479 buffers.
25480 (ido-kill-buffer-at-head): Support killing virtual buffers.
25481
25482 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25483
25484 * minibuffer.el (completion-show-inline-help): New var.
25485 (completion--do-completion, minibuffer-complete)
25486 (minibuffer-force-complete, minibuffer-complete-word):
25487 Inhibit minibuffer messages if completion-show-inline-help is nil.
25488
25489 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25490 to avoid interference from inline help (Bug#5849).
25491
25492 2011-04-10 Leo Liu <sdl.web@gmail.com>
25493
25494 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25495 Fix typo.
25496
25497 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25498
25499 * image-mode.el (image-toggle-display-image): Signal an error if
25500 not in Image mode.
25501 (image-transform-mode, image-transform-resize)
25502 (image-transform-set-rotation): Doc fix.
25503 (image-transform-set-resize): Delete.
25504 (image-transform-set-scale, image-transform-fit-to-height)
25505 (image-transform-fit-to-width): Handle image-toggle-display-image
25506 and image-transform-resize directly.
25507
25508 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25509
25510 * doc-view.el (doc-view-fit-width-to-window)
25511 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25512 New functions for fitting the shown image to the Emacs window size.
25513 (doc-view-mode-map): Add bindings for the new functions.
25514
25515 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25516
25517 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25518 Fix typo in docstring.
25519
25520 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25521
25522 * files.el (file-size-human-readable): Produce one digit after
25523 decimal, like "ls -lh" does.
25524
25525 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25526 the file size representation.
25527
25528 * simple.el (list-processes): If async subprocesses are not
25529 available, error out with a clear error message.
25530
25531 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25532
25533 * help.el (help-form-show): New function, to be called from C.
25534 Put help-form output in a buffer named differently than *Help*.
25535
25536 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25537
25538 * files.el (file-size-human-readable): New function.
25539
25540 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25541 computing the representation inline. Don't require `cl'.
25542
25543 2011-04-08 Glenn Morris <rgm@gnu.org>
25544
25545 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25546
25547 * net/browse-url.el (browse-url-firefox):
25548 Test system-type, not system-configuration.
25549
25550 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25551 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25552 Use log-edit-empty-buffer-p. (Bug#7598)
25553
25554 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25555 (rlogin-mode-map): Initialize in the defvar.
25556 (rlogin): Use ignore-errors.
25557
25558 * replace.el (occur-mode-map): Some fixes for menu items.
25559
25560 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25561
25562 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25563
25564 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25565
25566 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25567 issuing unused warnings.
25568
25569 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25570 macro directly.
25571
25572 * simple.el: Lisp reimplement of list-processes. Based on an
25573 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25574 (process-menu-mode): New major mode.
25575 (list-processes--refresh, list-processes):
25576 (process-menu-visit-buffer): New functions.
25577
25578 * files.el (save-buffers-kill-emacs): Don't assume any return
25579 value of list-processes, which is undocumented anyway.
25580
25581 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25582
25583 * emacs-lisp/tabulated-list.el: New file.
25584
25585 * emacs-lisp/package.el: Use Tabulated List mode.
25586 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25587 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25588 table format using Tabulated List mode variables.
25589 (package--push): New macro, replacing package-list-maybe-add.
25590 (package-menu--generate): Use package--push. Renamed from
25591 package--generate-package-list.
25592 (package-menu-refresh, list-packages): Use it.
25593 (package-menu--print-info): Rename from package-print-package.
25594 Return insertion data instead of inserting it directly.
25595 (package-menu-describe-package, package-menu-execute):
25596 Use tabulated-list-get-id.
25597 (package-menu-mark-delete, package-menu-mark-install)
25598 (package-menu-mark-unmark, package-menu-backup-unmark)
25599 (package-menu-mark-obsolete-for-deletion):
25600 Use tabulated-list-put-tag.
25601 (package--list-packages, package-menu-revert)
25602 (package-menu-get-package, package-menu-get-version)
25603 (package-menu-sort-by-column): Functions deleted.
25604 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25605 (package-menu--status-predicate, package-menu--version-predicate)
25606 (package-menu--name-predicate)
25607 (package-menu--description-predicate): Handle arguments in the
25608 Tabulated List format.
25609 (package-list-packages-no-fetch): Call list-packages.
25610
25611 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25612
25613 * files.el (after-find-file-from-revert-buffer): Remove variable.
25614 (after-find-file): Don't bind it.
25615 (revert-buffer-in-progress-p): New variable.
25616 (revert-buffer): Bind it.
25617 Pass nil for `after-find-file-from-revert-buffer'.
25618
25619 * saveplace.el (save-place-find-file-hook): Use new variable
25620 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25621
25622 2011-04-06 Glenn Morris <rgm@gnu.org>
25623
25624 * Makefile.in (AUTOGEN_VCS): New variable.
25625 (autoloads): Use $AUTOGEN_VCS.
25626
25627 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25628 * calendar/calendar.el (calendar-mode-map):
25629 Check for toolkit scroll bars. (Bug#8305)
25630
25631 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25632
25633 * minibuffer.el (completion-in-region--postch)
25634 (completion-in-region-mode): Remove unnecessary messages.
25635
25636 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25637
25638 * font-lock.el (font-lock-refresh-defaults):
25639 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25640 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25641
25642 * info.el (Info-directory-list, Info-read-node-name-2)
25643 (Info-split-parameter-string): Doc fixes.
25644 (Info-virtual-nodes): Reflow docstring.
25645 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25646 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25647 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25648 Fix typos in docstrings.
25649 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25650 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25651 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25652 (Info-restore-desktop-buffer): Mark unused parameters.
25653 (Info-directory-find-file, Info-directory-find-node)
25654 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25655 (Info-virtual-index-find-node, Info-apropos-find-file)
25656 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25657 Mark unused parameters; fix typos in docstrings.
25658 (Info-virtual-index): Remove unused local variable `nodename'.
25659
25660 2011-04-05 Deniz Dogan <deniz@dogan.se>
25661
25662 * net/rcirc.el: Update my e-mail address.
25663 (rcirc-mode-map): Remove M-o binding.
25664
25665 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25666
25667 * startup.el (command-line): Save the cursor's theme-face
25668 directly, instead of using face-override-spec.
25669
25670 * custom.el (load-theme): Minor optimization in assigning faces.
25671
25672 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25673
25674 * help-fns.el (describe-variable): Complete all variables having
25675 documentation, including keywords.
25676 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25677
25678 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25679
25680 Convert to lexical-binding.
25681
25682 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25683 (bs--get-marked-string, bs--get-modified-string)
25684 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25685 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25686 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25687
25688 * ehelp.el (electric-help-execute-extended)
25689 (electric-help-ctrl-x-prefix):
25690 * hexl.el (hexl-revert-buffer-function):
25691 * linum.el (linum-after-change, linum-after-scroll):
25692 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25693
25694 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25695
25696 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25697
25698 * epa-dired.el:
25699 * epa-mail.el:
25700 * epa-hook.el:
25701 * epa-file.el:
25702 * epa.el:
25703 * epg.el: Use lexical binding.
25704
25705 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25706
25707 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25708
25709 * textmodes/flyspell.el (flyspell-word): Recognize default
25710 dictionary case for flyspell-mark-duplications-exceptions.
25711 Use regexp matching for languages.
25712 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25713 default dictionary (Bug#7926).
25714
25715 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25716
25717 * emacs-lisp/package.el (package--with-work-buffer):
25718 Recognize https URLs.
25719
25720 * net/network-stream.el: Move from gnus/proto-stream.el.
25721 Change prefix to network-stream throughout.
25722 (open-protocol-stream): Merge into open-network-stream, leaving
25723 open-protocol-stream as an alias. Handle nil BUFFER args.
25724
25725 * subr.el (open-network-stream): Move to net/network-stream.el.
25726
25727 2011-04-02 Glenn Morris <rgm@gnu.org>
25728
25729 * find-dired.el (find-exec-terminator): New option.
25730 (find-ls-option): Test for -ls support.
25731 (find-ls-subdir-switches): Test for -b in find-ls-option.
25732 (find-dired, find-grep-dired): Doc fixes.
25733 (find-dired): Use find-exec-terminator.
25734
25735 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25736 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25737 (find-name-arg): Remove purecopy.
25738
25739 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25740 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25741 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25742 accordingly. Don't add the null-device if not needed.
25743
25744 * files.el (save-some-buffers): Doc fix.
25745
25746 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25747
25748 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25749
25750 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25751
25752 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25753 Use `dolist' rather than `mapcar'.
25754
25755 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25756
25757 Add lexical binding.
25758
25759 * subr.el (apply-partially): Use new closures rather than CL.
25760 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25761 (dolist, dotimes): Use slightly different expansion for lexical code.
25762 (functionp): Move to C.
25763 (letrec): New macro.
25764 (with-wrapper-hook): Use it and apply-partially instead of CL.
25765 (eval-after-load): Preserve lexical-binding.
25766 (save-window-excursion, with-output-to-temp-buffer): Turn them
25767 into macros.
25768
25769 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25770
25771 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25772 than the arglist.
25773 (help-add-fundoc-usage): Don't add `Not documented'.
25774 (help-function-arglist): Handle closures, subroutines, and new
25775 byte-code-functions.
25776 (help-make-usage): Remove leading underscores.
25777 (describe-function-1): Handle closures.
25778 (describe-variable): Use special-variable-p for completion.
25779
25780 * files.el (lexical-binding): Declare safe.
25781
25782 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25783 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25784 (pcase): Add `let' pattern.
25785 Change memoization so it actually works.
25786 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25787 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25788 <let>: New case.
25789
25790 * emacs-lisp/macroexp.el: Use lexical binding.
25791 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25792 Don't convert ' to #' without checking that it's indeed quoting
25793 a lambda.
25794
25795 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25796 Use eval-sexp-add-defvars.
25797 (eval-sexp-add-defvars): New fun.
25798
25799 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25800
25801 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25802 Don't autoload.
25803 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25804 than the internal `byte-compile-lambda'.
25805 (defmethod): Don't hide code under quotes.
25806 (eieio-defmethod): New `code' argument.
25807
25808 * emacs-lisp/eieio-comp.el: Remove.
25809
25810 * emacs-lisp/edebug.el (edebug-eval-defun)
25811 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25812 (edebug-toggle): Avoid `eval'.
25813
25814 * emacs-lisp/disass.el (disassemble-internal): Handle new
25815 `closure' objects.
25816 (disassemble-1): Handle new byte codes.
25817
25818 * emacs-lisp/cl.el (pushnew): Silence warning.
25819
25820 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25821 (cl-byte-compile-throw): Remove.
25822 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25823
25824 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25825 closures.
25826
25827 * emacs-lisp/cconv.el: New file.
25828
25829 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25830 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25831 (byte-compile-initial-macro-environment):
25832 Handle declare-function here.
25833 (byte-compile--lexical-environment): New var.
25834 (byte-stack-ref, byte-stack-set, byte-discardN)
25835 (byte-discardN-preserve-tos): New lap codes.
25836 (byte-interactive-p): Don't use any more.
25837 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25838 New macros.
25839 (byte-compile-lapcode): Use them and handle new lap codes.
25840 (byte-compile-obsolete): Remove.
25841 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25842 (byte-compile-arglist-warn): Check late def of inlinable funs.
25843 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25844 since they should have been expanded by now.
25845 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25846 (byte-compile-from-buffer): Remove unused second arg.
25847 (byte-compile-preprocess): New function.
25848 (byte-compile-toplevel-file-form): New function to distinguish
25849 file-form calls from outside from file-form calls from hunk-handlers.
25850 (byte-compile-file-form): Simplify.
25851 (byte-compile-file-form-defsubst): Remove.
25852 (byte-compile-file-form-defmumble): Simplify now that
25853 byte-compile-lambda always returns a byte-code-function.
25854 (byte-compile): Preprocess.
25855 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25856 Remove, not used any more.
25857 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25858 (byte-compile-make-args-desc): New funs.
25859 (byte-compile-lambda): Handle lexical functions. Always return
25860 a byte-code-function.
25861 (byte-compile-reserved-constants): New var, to make up room for
25862 closed-over variables.
25863 (byte-compile-constants-vector): Obey it.
25864 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25865 (byte-compile-macroexpand-declare-function): New function.
25866 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25867 byte-code-functions.
25868 (byte-compile-form): Check obsolescence here.
25869 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25870 (byte-compile-variable-ref): Remove.
25871 (byte-compile-dynamic-variable-op): New fun.
25872 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25873 (byte-compile-variable-set): New funs.
25874 (byte-compile-discard): Add 2 args.
25875 (byte-compile-stack-ref, byte-compile-stack-set)
25876 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25877 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25878 macroexpand-all instead.
25879 (byte-compile-quote-form): Remove.
25880 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25881 (byte-compile-bind, byte-compile-unbind): New funs.
25882 (byte-compile-let): Handle let* and lexical binding.
25883 (byte-compile-let*): Remove.
25884 (byte-compile-catch, byte-compile-unwind-protect)
25885 (byte-compile-track-mouse, byte-compile-condition-case):
25886 Handle a new :fun-body form, used for lexical scoping.
25887 (byte-compile-save-window-excursion)
25888 (byte-compile-with-output-to-temp-buffer): Remove.
25889 (byte-compile-defun): Simplify.
25890 (byte-compile-stack-adjustment): New fun.
25891 (byte-compile-out): Use it.
25892 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25893
25894 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25895 handler any more.
25896
25897 * emacs-lisp/byte-opt.el: Use lexical binding.
25898 (byte-inline-lapcode): Remove (to bytecomp).
25899 (byte-compile-inline-expand): Pay attention to inlining to/from
25900 lexically bound code.
25901 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25902 any more.
25903 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25904 any more and don't call compiler-macros.
25905 (byte-compile-splice-in-already-compiled-code): Remove.
25906 (byte-code): Don't inline any more.
25907 (disassemble-offset): Receive `bytes' as argument rather than via
25908 dynamic scoping.
25909 (byte-compile-tag-number): Declare before first use.
25910 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25911 `return' even if make-spliceable.
25912 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25913 obsolete interactive-p.
25914 (byte-optimize-lapcode): Optimize new lap-codes.
25915 Don't trip up on new form of `byte-constant' lap code.
25916
25917 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25918
25919 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25920
25921 * custom.el (custom-initialize-default, custom-declare-variable):
25922 Use `defvar'.
25923
25924 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25925 New variables.
25926 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25927 (COMPILE_FIRST): Add macroexp and cconv.
25928 * makefile.w32-in: Mirror changes in Makefile.in.
25929
25930 * vc/cvs-status.el:
25931 * vc/diff-mode.el:
25932 * vc/log-edit.el:
25933 * vc/log-view.el:
25934 * vc/smerge-mode.el:
25935 * textmodes/bibtex-style.el:
25936 * textmodes/css-mode.el:
25937 * startup.el:
25938 * uniquify.el:
25939 * minibuffer.el:
25940 * newcomment.el:
25941 * reveal.el:
25942 * server.el:
25943 * mpc.el:
25944 * emacs-lisp/smie.el:
25945 * doc-view.el:
25946 * dired.el:
25947 * abbrev.el: Use lexical binding.
25948
25949 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25950
25951 * info.el (info-display-manual): New function.
25952
25953 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25954
25955 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25956
25957 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25958
25959 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25960 an entry for that server in rcirc-authinfo. (Bug#8385)
25961
25962 2011-03-31 Glenn Morris <rgm@gnu.org>
25963
25964 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25965
25966 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25967
25968 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25969
25970 * progmodes/python.el (python-default-interpreter)
25971 (python-python-command-args, python-jython-command-args)
25972 (python-which-shell, python-which-args, python-which-bufname)
25973 (python-file-queue, python-comint-output-filter-function)
25974 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25975 variables and functions.
25976
25977 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25978
25979 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25980 (completion-in-region-mode): New minor mode.
25981 (completion-in-region): Use it.
25982 (completion-in-region--data, completion-in-region-mode-map): New vars.
25983 (completion-in-region--postch): New function.
25984 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25985 New vars.
25986 (completion--capf-wrapper): New function.
25987 (completion-at-point): Use it to track well-behavedness of
25988 hook functions.
25989 (completion-help-at-point): New command.
25990
25991 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25992
25993 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25994 syntax class to search for whitespace on a single line
25995 (Message-ID: <4D938140.4030905@redhat.com>).
25996
25997 2011-03-30 Leo Liu <sdl.web@gmail.com>
25998
25999 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26000 New commands.
26001 (edit-abbrevs-map): Bind them here.
26002 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
26003
26004 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
26005
26006 * allout.el (allout-hide-by-annotation, allout-flag-region):
26007 Reduce possibility of overlay leakage by making them volatile.
26008
26009 * allout-widgets.el (allout-widgets-tally): Define as nil so the
26010 hash is not shared between buffers. Mode initialization is
26011 responsible for giving it a useful starting value.
26012 (allout-item-span): Reduce possibility of overlay leakage by
26013 making them volatile.
26014 (allout-widgets-count-buttons-in-region): Add diagnostic function
26015 for tracking down button overlay leaks.
26016
26017 2011-03-29 Leo Liu <sdl.web@gmail.com>
26018
26019 * ido.el (ido-read-internal): Use the default history var
26020 minibuffer-history if no HISTORY is specified.
26021
26022 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
26023
26024 * net/imap.el (imap-shell-open, imap-process-connection-type):
26025 Use imap-process-connection-type for 'shell' streams as well as
26026 Kerberos, SSL, other subprocesses.
26027
26028 2011-03-28 Leo Liu <sdl.web@gmail.com>
26029
26030 * abbrev.el (abbrev-table-empty-p): New function.
26031 (prepare-abbrev-list-buffer): Place empty abbrev tables after
26032 nonempty ones. (Bug#5937)
26033
26034 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
26035
26036 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26037
26038 2011-03-27 Leo Liu <sdl.web@gmail.com>
26039
26040 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26041 for foreground and background colors.
26042 (ansi-color-make-color-map): Adapt.
26043
26044 2011-03-25 Leo Liu <sdl.web@gmail.com>
26045
26046 * midnight.el (midnight-time-float): Remove. Note it calculates
26047 the microsecond component incorrectly and seconds-to-time does the
26048 same job.
26049 Remove redundant (require 'timer).
26050
26051 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26052 (ido-completions): Remove unused arguments. (Bug#8329)
26053
26054 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26055
26056 * minibuffer.el (completion--flush-all-sorted-completions):
26057 Remove itself from hook.
26058 (completion-at-point): Let the functions perform the completion
26059 immediately and return nil or t.
26060 * comint.el (comint-dynamic-complete-functions): Now identical to
26061 completion-at-point-functions.
26062 (comint-dynamic-list-input-ring): Remove unused var `index'.
26063 (comint--match-partial-filename, comint--unquote&expand-filename):
26064 New funs, split from comint-match-partial-filename.
26065 (comint-dynamic-complete): Use completion-at-point.
26066 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26067
26068 2011-03-24 Drew Adams <drew.adams@oracle.com>
26069
26070 * thingatpt.el: Support `defun'.
26071
26072 2011-03-23 Leo Liu <sdl.web@gmail.com>
26073
26074 * abbrevlist.el: Move to obsolete/abbrevlist.el.
26075
26076 * help-mode.el (help-mode-finish): Tweak regexp.
26077
26078 2011-03-23 Glenn Morris <rgm@gnu.org>
26079
26080 * eshell/esh-opt.el (eshell-eval-using-options):
26081 Do not bind unused local variable `eshell-option-stub'.
26082
26083 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26084
26085 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26086
26087 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26088 keymap variable in `with-no-warnings' to avoid a warning when the
26089 keymap has been already `defconst'ed.
26090
26091 2011-03-22 Leo Liu <sdl.web@gmail.com>
26092
26093 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26094 encode all chars in abbrevs; otherwise use emacs-mule or
26095 utf-8-emacs. (Bug#8308)
26096
26097 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26098
26099 * simple.el (backward-delete-char-untabify):
26100 Avoid warning about using `delete-backward-char'.
26101
26102 * image.el (image-type-file-name-regexps): Make it variable.
26103 `imagemagick-register-types' modifies it, and the user may want
26104 to add new extensions for known image types.
26105 (imagemagick-register-types): Throw error if not using ImageMagick.
26106
26107 2011-03-22 Leo Liu <sdl.web@gmail.com>
26108
26109 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26110 located before rcirc-prompt-end-marker.
26111 (rcirc-complete): Error if point is not after rcirc prompt.
26112 Handle the case when table is nil.
26113 (rcirc-user-authenticated): Define to fix compiler warning.
26114
26115 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
26116
26117 * custom.el (custom--inhibit-theme-enable): Make it affect only
26118 custom-theme-set-variables and custom-theme-set-faces.
26119 (provide-theme): Ignore custom--inhibit-theme-enable.
26120 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26121 (custom-enabling-themes): Delete variable.
26122 (enable-theme): Accept only loaded themes as arguments.
26123 Ignore the special custom-enabled-themes variable.
26124 (custom-enabled-themes): Forbid themes from setting this.
26125 Eliminate use of custom-enabling-themes.
26126 (custom-push-theme): Quote "changed" custom var entry.
26127
26128 2011-03-21 Leo Liu <sdl.web@gmail.com>
26129
26130 * ido.el (ido-read-internal): Add ido-selected to history instead
26131 of user input.
26132
26133 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26134
26135 * subr.el (deferred-action-list, deferred-action-function):
26136 Mark obsolete.
26137
26138 2011-03-21 Leo Liu <sdl.web@gmail.com>
26139
26140 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26141 change on 2011-02-13 (bug#8309).
26142
26143 * minibuffer.el (read-file-name-function): Change default value.
26144 (read-file-name--defaults): Rename from read-file-name-defaults.
26145 (read-file-name-default): Rename from read-file-name.
26146 (read-file-name): Call read-file-name-function.
26147
26148 2011-03-21 Glenn Morris <rgm@gnu.org>
26149
26150 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26151 Doc fixes.
26152
26153 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
26154
26155 * cus-theme.el: Add missing provide statement.
26156 (customize-create-theme): Extract theme value correctly.
26157 (custom-theme-visit-theme): Autoload.
26158 (customize-create-theme): Prompt before inserting default faces.
26159
26160 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
26161
26162 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26163 units and musical notes.
26164
26165 2011-03-20 Leo Liu <sdl.web@gmail.com>
26166
26167 * ido.el (ido-read-internal): Use completing-read-default.
26168 (ido-completing-read): Fix compatibility with completing-read.
26169
26170 2011-03-20 Christian Ohler <ohler@gnu.org>
26171
26172 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26173 (ert-delete-all-tests): Use `called-interactively-p' rather than
26174 `interactive-p'.
26175 (ert--make-xrefs-region): Respect END.
26176
26177 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26178
26179 * dired-aux.el (dired-create-directory): Signal an error if the
26180 directory already exists (Bug#8246).
26181
26182 * facemenu.el (list-colors-display): Call list-faces-display
26183 inside with-help-window.
26184 (list-colors-print): Use display property to align the final
26185 column, instead of checking window-width.
26186
26187 2011-03-19 Eli Zaretskii <eliz@gnu.org>
26188
26189 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26190 windows-nt systems.
26191 (emerge-protect-metachars): Quote correctly for ms-dos and
26192 windows-nt systems.
26193
26194 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
26195
26196 * info.el (info-initialize): Replace all uses of `:' with
26197 path-separator for compatibility with non-Unix systems.
26198 Cache quoting of path-separator. (Bug#8258)
26199
26200 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
26201
26202 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26203 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26204 (mouse-avoidance-mode): Fix typos in docstrings.
26205
26206 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26207
26208 * startup.el (package-subdirectory-regexp): Move from package.el.
26209 Omit \\` and \\', and let callers add them.
26210
26211 * emacs-lisp/package.el (package-strip-version)
26212 (package-load-all-descriptors): Add \\` and \\' to
26213 package-subdirectory-regexp before using it.
26214 (package-untar-buffer): New arg DIR; ensure that file untars only
26215 into this expected directory. Remove superfluous delete-region.
26216 (package-unpack): Caller changed.
26217 (package-tar-file-info): Use package-subdirectory-regexp.
26218
26219 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
26220
26221 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26222 diff-mode-shared-map (bug#8284).
26223 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26224
26225 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
26226
26227 * calendar/time-date.el (format-seconds): Use assoc instead of
26228 assoc-string, since assoc-string doesn't exist in XEmacs.
26229
26230 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
26231
26232 * custom.el (custom-known-themes): Reflow docstring.
26233 (custom-theme-load-path): Fix typo in docstring.
26234 (load-theme): Fix typo in error message.
26235 (custom-available-themes, custom-variable-theme-value):
26236 Use `let', not `let*'.
26237
26238 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
26239
26240 * calc/README: Mention inclusion of musical notes.
26241
26242 * calc/calc-units.el (calc-lu-quant): Rename from
26243 `calc-logunits-quantity'.
26244 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26245 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26246 (calc-db): Rename from `calc-dblevel'.
26247 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26248 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26249 (calc-np): Rename from `calc-nplevel'.
26250 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26251 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26252 (calc-lu-plus): Rename from `calc-logunits-add'.
26253 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26254 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26255 (calc-lu-minus): Rename from `calc-logunits-sub'.
26256 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26257 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26258 (calc-lu-times): Rename from `calc-logunits-mul'.
26259 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26260 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26261 (calc-lu-divide): Rename from `calc-logunits-div'.
26262 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26263 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26264
26265 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26266 functions being autoloaded.
26267
26268 * calc/calc.el (calc-lu-power-reference): Rename from
26269 `calc-logunits-power-reference'.
26270 (calc-lu-field-reference): Rename from
26271 `calc-logunits-field-reference'.
26272
26273 * calc/calc-help.el (calc-l-prefix-help):
26274 Mention musical note functions.
26275
26276 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26277
26278 * minibuffer.el (completion-all-sorted-completions):
26279 Use :completion-cycle-penalty text property if present.
26280
26281 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26282
26283 * allout.el (allout-yank-processing): Adjust for new rebulleting
26284 regime so bullet being yanked is used without prompting the user
26285 for a choice.
26286
26287 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26288
26289 * startup.el (command-line): Warn the user that _emacs is deprecated.
26290
26291 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26292
26293 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26294 (delphi-verbose, delphi-comment-face, delphi-string-face)
26295 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26296 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26297 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26298 (delphi-new-comment-line, delphi-font-lock-defaults)
26299 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26300 Fix typos in docstrings.
26301
26302 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26303
26304 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26305 Invert the roles of character and string values for INSTEAD, so a
26306 string is used for the more common case of a defaulting prompt.
26307
26308 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26309
26310 * progmodes/ruby-mode.el (ruby-backward-sexp):
26311 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26312 * play/gamegrid.el (gamegrid-make-face):
26313 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26314 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26315 * notifications.el (notifications-notify):
26316 * net/xesam.el (xesam-search-engines):
26317 * net/quickurl.el (quickurl-list-insert):
26318 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26319
26320 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26321
26322 * startup.el (command-line): Update package subdirectory regexp.
26323
26324 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26325
26326 * allout.el (allout-abbreviate-flattened-numbering)
26327 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26328
26329 * subr.el (read-char-choice): Only show the cursor after the prompt,
26330 not after the answer.
26331
26332 2011-03-15 Kevin Ryde <user42@zip.com.au>
26333
26334 * help-fns.el (variable-at-point): Skip leading quotes, if any
26335 (bug#8253).
26336
26337 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26338
26339 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26340 warning message.
26341
26342 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26343
26344 * shell.el (shell): When called interactively, offer to change the
26345 shell file name on remote hosts.
26346
26347 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26348
26349 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26350 integration for LDAP parameters. The host, base, user or binddn,
26351 and secret tokens can be specified in a netrc file, for instance.
26352 This is optional because an `auth-source' parameter must be
26353 specified in the search attributes.
26354
26355 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26356
26357 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26358
26359 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26360
26361 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26362 into declaration. Remove redundant and harmful binding.
26363
26364 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26365
26366 * files.el (file-ownership-preserved-p): Pass `integer' as an
26367 explicit 2nd argument to `file-attributes'. If the file's owner
26368 is the Administrators group on Windows, and the current user is
26369 Administrator, consider that a match.
26370
26371 * server.el (server-ensure-safe-dir): Consider server directory
26372 safe on MS-Windows if its owner is the Administrators group while
26373 the current Emacs user is Administrator. Use `=' to compare
26374 numerical UIDs, since they could be integers or floats.
26375
26376 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26377
26378 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26379
26380 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26381
26382 Sync with Tramp 2.2.1.
26383
26384 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26385
26386 * net/trampver.el: Update release number.
26387
26388 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26389
26390 * progmodes/compile.el (compilation--previous-directory): Fix up
26391 various nil/dead-marker mismatches (bug#8014).
26392 (compilation-directory-properties, compilation-error-properties):
26393 Don't call it at a position past the one we're about to change.
26394
26395 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26396 Disable obsolescence warnings in the file that declares it.
26397
26398 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26399
26400 * allout-widgets.el (allout-widgets-tally):
26401 Initialize allout-widgets-tally as a hash table rather than nil to
26402 prevent mode-line redisplay warnings. Also, clarify the module
26403 description and fix a comment typo.
26404
26405 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26406
26407 * help-fns.el (describe-variable): Don't complete keywords.
26408 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26409
26410 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26411
26412 * emacs-lisp/package.el (package-version-join): Impose a standard
26413 string representation for pre/alpha/beta version lists.
26414 (package-unpack-single): Standardize the directory name by passing
26415 it through package-version-join.
26416 (package-strip-rcs-id): Accept any version string that does not
26417 signal an error in version-to-list.
26418
26419 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26420
26421 * simple.el (delete-trailing-whitespace): Return nil for the
26422 benefit of `write-file-functions'.
26423
26424 2011-03-10 Glenn Morris <rgm@gnu.org>
26425
26426 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26427
26428 * vc/vc-git.el (vc-git-program): New option.
26429 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26430 (vc-git--call): Use it.
26431
26432 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26433
26434 * cus-edit.el (Custom-newline): If no button at point, look
26435 for a subgroup button at start-of-line. (Bug#2298)
26436
26437 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26438
26439 2011-03-10 Julien Danjou <julien@danjou.info>
26440
26441 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26442 `cursor-type' is nil.
26443
26444 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26445
26446 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26447
26448 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26449
26450 * allout.el: Change so yank of distinctive-bullet items
26451 preserves the existing header prefix, rebulleting it if necessary,
26452 rather than replacing it. This is necessary for proper operation
26453 of cooperative addons like allout-widgets.
26454 (allout-make-topic-prefix, allout-rebullet-heading):
26455 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26456 value as alternate bullet to be used, instead of prompting the user
26457 for a bullet character.
26458
26459 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26460
26461 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26462 Do not use `tramp-file-name-port', because this returns also
26463 `tramp-default-port'.
26464
26465 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26466
26467 * net/rcirc.el (rcirc-handler-001): Remove useless
26468 with-rcirc-process-buffer.
26469 (rcirc-check-auth-status): Swap arguments to string-match.
26470
26471 2011-03-09 Glenn Morris <rgm@gnu.org>
26472
26473 * shell.el (shell-mode):
26474 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26475
26476 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26477 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26478
26479 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26480
26481 * emacs-lisp/package.el (package-refresh-contents)
26482 (package-menu-execute): Use condition-case-no-debug.
26483
26484 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26485
26486 * simple.el (shell-command-to-string): Use `process-file'.
26487
26488 * emacs-lisp/package.el (package-tar-file-info): Handle also
26489 remote files.
26490
26491 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26492 Use `equal' for upload base check.
26493
26494 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26495
26496 * textmodes/texinfo.el (texinfo-environments):
26497 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26498
26499 2011-03-08 Glenn Morris <rgm@gnu.org>
26500
26501 * cus-start.el (cursor-in-non-selected-windows):
26502 Fix :set quoting oddness. (Bug#8192)
26503
26504 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26505 in some setf expressions. (Bug#2159)
26506
26507 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26508
26509 * custom.el (custom-available-themes): Return themes in
26510 alphabetical order.
26511
26512 See ChangeLog.15 for earlier changes.
26513
26514 ;; Local Variables:
26515 ;; coding: utf-8
26516 ;; End:
26517
26518 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26519
26520 This file is part of GNU Emacs.
26521
26522 GNU Emacs is free software: you can redistribute it and/or modify
26523 it under the terms of the GNU General Public License as published by
26524 the Free Software Foundation, either version 3 of the License, or
26525 (at your option) any later version.
26526
26527 GNU Emacs is distributed in the hope that it will be useful,
26528 but WITHOUT ANY WARRANTY; without even the implied warranty of
26529 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26530 GNU General Public License for more details.
26531
26532 You should have received a copy of the GNU General Public License
26533 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.