be8329a856cd91c6830e95665769554f106153fa
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-01 Leo Liu <sdl.web@gmail.com>
2
3 * progmodes/octave.el: Compatible with older emacs-24 releases.
4 (inferior-octave-has-built-in-variables): Remove. Buil-in
5 variables were removed from Octave in 2007.
6 (inferior-octave-startup): Fix uses.
7 (comint-line-beginning-position): Remove compatibility code for
8 emacs 21.
9
10 2013-05-01 Juri Linkov <juri@jurta.org>
11
12 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
13
14 2013-05-01 Juri Linkov <juri@jurta.org>
15
16 * comint.el (comint-previous-matching-input): Don't print message
17 "History item: %d" when `isearch-mode' is active.
18 (comint-history-isearch-message): Print message "History item: %d"
19 when `comint-input-ring-index' is not empty and this function is
20 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
21
22 2013-05-01 Leo Liu <sdl.web@gmail.com>
23
24 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
25 definitions. Use completion-at-point to insert keywords.
26 (octave-abbrev-start): Remove.
27 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
28
29 2013-04-30 Leo Liu <sdl.web@gmail.com>
30
31 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
32 change.
33
34 2013-04-30 Alan Mackenzie <acm@muc.de>
35
36 Handle arbitrarily long C++ member initialisation lists.
37 * progmodes/cc-engine.el (c-back-over-member-initializers): new
38 function.
39 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
40 (most) member init lists.
41
42 2013-04-30 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
43
44 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
45 variable.
46
47 2013-04-30 Leo Liu <sdl.web@gmail.com>
48
49 * progmodes/octave.el (octave-variables): Remove. No builtin
50 variables any more. All converted to functions.
51 (octave-font-lock-keywords, octave-completion-at-point-function):
52 Fix uses.
53 (octave-font-lock-texinfo-comment): New user variable.
54 (octave-texinfo-font-lock-keywords): New variable for texinfo
55 comment block.
56 (octave-function-comment-block): New face.
57 (octave-font-lock-texinfo-comment): New function.
58 (octave-mode): Font lock texinfo comment block.
59
60 2013-04-29 Leo Liu <sdl.web@gmail.com>
61
62 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
63 indexing expression.
64 (octave-continuation-string): Do not use \.
65 (inferior-octave-complete-impossible): Remove.
66 (inferior-octave-completion-table)
67 (inferior-octave-completion-at-point): Remove its uses.
68 (inferior-octave-startup): completion_matches was introduced to
69 Octave in 1996 so safe to assume it.
70 (octave-function-file-comment): Improve to follow how Octave does it.
71 (octave-update-function-file-comment): Tweak.
72
73 2013-04-29 Leo Liu <sdl.web@gmail.com>
74
75 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
76 (inferior-octave-startup): Remove inferior-octave-startup-hook.
77 (octave-function-file-comment): Fix typo.
78 (octave-sync-function-file-names): Use read-char-choice.
79
80 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
81
82 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
83 to t for the less important warnings.
84
85 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
86
87 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
88
89 2013-04-27 Glenn Morris <rgm@gnu.org>
90
91 * vc/log-view.el (log-view-current-entry):
92 Treat "---" separator lines as part of the following rev. (Bug#14169)
93
94 2013-04-27 Juri Linkov <juri@jurta.org>
95
96 * subr.el (read-number): Doc fix about using it by interactive
97 code letter `n'. (Bug#14254)
98
99 2013-04-27 Juri Linkov <juri@jurta.org>
100
101 * desktop.el (desktop-auto-save-timeout): New option.
102 (desktop-file-checksum): New variable.
103 (desktop-save): Add optional arg `auto-save' and don't auto-save
104 if nothing changed.
105 (desktop-auto-save-timer): New variable.
106 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
107 (after-init-hook): Call `desktop-auto-save-set-timer'.
108 Suggested by Reuben Thomas <rrt@sc3d.org> in
109 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
110
111 2013-04-27 Leo Liu <sdl.web@gmail.com>
112
113 * progmodes/octave.el (octave-function-file-p)
114 (octave-skip-comment-forward, octave-function-file-comment)
115 (octave-update-function-file-comment): New functions.
116 (octave-mode-map): Bind C-c ; to
117 octave-update-function-file-comment.
118 (octave-mode-menu): Add octave-update-function-file-comment.
119 (octave-mode, inferior-octave-mode): Fix doc-string.
120 (octave-insert-defun): Conform to Octave's coding convention.
121 (Bug#14285)
122
123 * files.el (basic-save-buffer): Don't let errors in
124 before-save-hook prevent saving buffer.
125
126 2013-04-20 Roland Winkler <winkler@gnu.org>
127
128 * faces.el (read-face-name): Use completing-read if arg multiple
129 is nil.
130
131 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
132
133 * ls-lisp.el (ls-lisp-insert-directory): If no files are
134 displayed, move point to after the totals line. See
135 http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
136 for the details.
137
138 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * emacs-lisp/package.el (package-autoload-ensure-default-file):
141 Add current dir to the load-path.
142 (package-generate-autoloads): Don't rely on
143 autoload-ensure-default-file.
144
145 2013-04-26 Reuben Thomas <rrt@sc3d.org>
146
147 * textmodes/remember.el (remember-store-in-files): Document that
148 the file name format is passed to `format-time-string'.
149
150 2013-04-26 Leo Liu <sdl.web@gmail.com>
151
152 * progmodes/octave.el (octave-sync-function-file-names): New function.
153 (octave-mode): Use it in before-save-hook.
154
155 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
156
157 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
158 (bug#14274).
159
160 * progmodes/octave.el (octave-smie-forward-token): Properly skip
161 \n and comment, even if it's not an implicit ; (bug#14218).
162
163 2013-04-26 Glenn Morris <rgm@gnu.org>
164
165 * subr.el (read-number): Once more use `read' rather than
166 `string-to-number', to trap non-numeric input. (Bug#14254)
167
168 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
169
170 * emacs-lisp/syntax.el (syntax-propertize-multiline):
171 Use `syntax-multiline' text property consistently instead of
172 `font-lock-multiline'. (bug#14237).
173
174 2013-04-26 Glenn Morris <rgm@gnu.org>
175
176 * emacs-lisp/shadow.el (list-load-path-shadows):
177 No longer necessary to check for duplicate simple.el, since
178 2012-07-07 change to init_lread to not include installation lisp
179 directories in load-path when running uninstalled. (Bug#14270)
180
181 2013-04-26 Leo Liu <sdl.web@gmail.com>
182
183 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
184 (octave-mode, inferior-octave-mode): Use setq-local.
185 (octave-not-in-string-or-comment-p): Rename to
186 octave-in-string-or-comment-p.
187 (octave-in-comment-p, octave-in-string-p)
188 (octave-in-string-or-comment-p): Replace defsubst with defun.
189
190 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
191
192 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
193
194 2013-04-25 Bastien Guerry <bzg@gnu.org>
195
196 * textmodes/remember.el (remember-data-directory)
197 (remember-directory-file-name-format): Fix custom types.
198
199 2013-04-25 Leo Liu <sdl.web@gmail.com>
200
201 * progmodes/octave.el (octave-completion-at-point-function):
202 Make use of inferior octave process.
203 (octave-initialize-completions): Remove.
204 (inferior-octave-completion-table): New function.
205 (inferior-octave-completion-at-point): Use it.
206 (octave-completion-alist): Remove.
207
208 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * progmodes/opascal.el: Use font-lock and syntax-propertize.
211 (opascal-mode-syntax-table): New var.
212 (opascal-literal-kind, opascal-is-literal-end)
213 (opascal-literal-token-at): Rewrite.
214 (opascal--literal-start-re, opascal-font-lock-keywords)
215 (opascal--syntax-propertize): New constants.
216 (opascal-font-lock-defaults): Adjust.
217 (opascal-mode): Use them. Set comment-<foo> variables as well.
218 (delphi-comment-face, opascal-comment-face, delphi-string-face)
219 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
220 (delphi-other-face, opascal-other-face): Remove face variables.
221 (opascal-save-state): Remove macro.
222 (opascal-fontifying-progress-step): Remove constant.
223 (opascal--ignore-changes): Remove var.
224 (opascal-set-token-property, opascal-parse-next-literal)
225 (opascal-is-stable-literal, opascal-complete-literal)
226 (opascal-is-literal-start, opascal-face-of)
227 (opascal-parse-region, opascal-parse-region-until-stable)
228 (opascal-fontify-region, opascal-after-change)
229 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
230 (opascal-debug-parse-region, opascal-debug-parse-window)
231 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
232 (opascal-debug-fontify-buffer): Remove.
233 (opascal-debug-mode-map): Adjust accordingly.
234
235 2013-04-25 Leo Liu <sdl.web@gmail.com>
236
237 Merge octave-mod.el and octave-inf.el into octave.el with some
238 cleanups.
239 * progmodes/octave.el: New file renamed from octave-mod.el.
240 * progmodes/octave-inf.el: Merged into octave.el.
241 * progmodes/octave-mod.el: Renamed to octave.el.
242
243 2013-04-25 Tassilo Horn <tsdh@gnu.org>
244
245 * textmodes/reftex-vars.el
246 (reftex-label-ignored-macros-and-environments): New defcustom.
247
248 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
249
250 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
251
252 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
253 (smie-indent-keyword): Improve the check to ensure that the next
254 comment is really on the same line.
255 (smie-indent-comment): Don't align with a subsequent closer (or eob).
256
257 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
258 semi-colons if the line is not otherwise empty (bug#14218).
259
260 2013-04-25 Glenn Morris <rgm@gnu.org>
261
262 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
263
264 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 * progmodes/opascal.el (opascal-set-token-property): Rename from
267 opascal-set-text-properties and only set `token' (bug#14134).
268 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
269 (opascal-literal-text-properties): Remove.
270 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
271 Adjust callers.
272
273 2013-04-24 Reuben Thomas <rrt@sc3d.org>
274
275 * textmodes/remember.el (remember-handler-functions): Add an
276 option for a new handler `remember-store-in-files'.
277 (remember-data-directory, remember-directory-file-name-format):
278 New options.
279 (remember-store-in-files): New function to store remember notes
280 as separate files within a directory.
281
282 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
283
284 * progmodes/compile.el (compilation-next-error-function):
285 Pass "formats" to compilation-find-file (bug#11777).
286
287 2013-04-24 Glenn Morris <rgm@gnu.org>
288
289 * vc/vc-bzr.el (vc-bzr-print-log):
290 * vc/vc-hg.el (vc-hg-print-log):
291 * vc/vc-svn.el (vc-svn-print-log):
292 Fix START-REVISION with LIMIT != 1. (Bug#14168)
293
294 * vc/vc-bzr.el (vc-bzr-print-log):
295 * vc/vc-cvs.el (vc-cvs-print-log):
296 * vc/vc-git.el (vc-git-print-log):
297 * vc/vc-hg.el (vc-hg-print-log):
298 * vc/vc-mtn.el (vc-mtn-print-log):
299 * vc/vc-rcs.el (vc-rcs-print-log):
300 * vc/vc-sccs.el (vc-sccs-print-log):
301 * vc/vc-svn.el (vc-svn-print-log):
302 * vc/vc.el (vc-print-log-internal): Doc fixes.
303
304 2013-04-23 Glenn Morris <rgm@gnu.org>
305
306 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
307 Remove venerable code attempting to avoid substitute-command-keys.
308
309 2013-04-23 Tassilo Horn <tsdh@gnu.org>
310
311 * textmodes/reftex-vars.el (reftex-label-regexps):
312 Call `reftex-compile-variables' after changes to this variable.
313
314 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
317 Use lexical-binding.
318 (jit-lock-force-redisplay): Use markers, check buffer's continued
319 existence and beware narrowed buffers.
320 (jit-lock-fontify-now): Adjust call accordingly.
321
322 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
325 to avoid misleading the user.
326
327 2013-04-22 Leo Liu <sdl.web@gmail.com>
328
329 * info-look.el: Prefer latex2e.info. (Bug#14240)
330
331 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
332
333 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
334
335 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
336 * net/tramp.el (tramp-call-process): ... here
337 (tramp-set-completion-function, tramp-parse-putty):
338 * net/tramp-adb.el (tramp-adb-execute-adb-command):
339 * net/tramp-gvfs.el (tramp-gvfs-send-command):
340 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
341 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
342 (tramp-call-local-coding-command): Use `tramp-call-process'
343 instead of `tramp-compat-call-process'.
344
345 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
346 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
347 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
348 (tramp-find-inline-compress):Improve traces.
349 (tramp-maybe-send-script): Check for Perl binary.
350 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
351
352 2013-04-22 Daiki Ueno <ueno@gnu.org>
353
354 * epg.el (epg-context-pinentry-mode): New function.
355 (epg-context-set-pinentry-mode): New function.
356 (epg--start): Pass --pinentry-mode option to gpg command.
357
358 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
359
360 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
361 `comint-dynamic-complete' is obsolete since 24.1, replaced by
362 `completion-at-point'. (Bug#13774)
363
364 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
365 default key binding for `describe-distribution' has been moved to
366 `C-h C-o'. (Bug#13970)
367
368 2013-04-21 Glenn Morris <rgm@gnu.org>
369
370 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
371 Add doc strings.
372 (vc-print-log): Clarify interactive prompt.
373
374 2013-04-20 Glenn Morris <rgm@gnu.org>
375
376 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
377 No longer include timestamp etc information.
378
379 2013-04-20 Roland Winkler <winkler@gnu.org>
380
381 * faces.el (read-face-name): Bug fix, return just one face if arg
382 multiple is nil. (Bug#14209)
383
384 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
387 (remove-function): Autoload.
388
389 * comint.el (comint-redirect-original-filter-function): Remove.
390 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
391 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
392 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
393 * progmodes/prolog.el (prolog-consult-compile):
394 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
395 Use add/remove-function instead.
396 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
397 (gud-tooltip-process-output, gud-tooltip-tips):
398 Use add/remove-function instead.
399 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
400 (scheme-interaction-mode, exit-scheme-interaction-mode):
401 Use add/remove-function instead.
402
403 * vc/vc-dispatcher.el: Use lexical-binding.
404 (vc--process-sentinel): Rename from vc-process-sentinel.
405 Change last arg to be the code to run. Don't use vc-previous-sentinel
406 and vc-sentinel-commands any more.
407 (vc-exec-after): Allow code to be a function. Use add/remove-function.
408 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
409
410 2013-04-19 Masatake YAMATO <yamato@redhat.com>
411
412 * progmodes/sh-script.el (sh-imenu-generic-expression):
413 Handle function names with a single character. (Bug#14111)
414
415 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
416
417 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
418 for subroutines defined in an eval (bug#14182).
419
420 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
421
422 * bookmark.el (bookmark-completing-read): Improve handling of empty
423 string (bug#14176).
424
425 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
426
427 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
428
429 2013-04-19 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
430
431 New faster Imenu implementation (bug#14058).
432 * progmodes/python.el:
433 (python-imenu-prev-index-position):
434 (python-imenu-format-item-label-function)
435 (python-imenu-format-parent-item-label-function)
436 (python-imenu-format-parent-item-jump-label-function):
437 New vars.
438 (python-imenu-format-item-label)
439 (python-imenu-format-parent-item-label)
440 (python-imenu-format-parent-item-jump-label)
441 (python-imenu--put-parent, python-imenu--build-tree)
442 (python-imenu-create-index, python-imenu-create-flat-index)
443 (python-util-popn): New functions.
444 (python-mode): Set imenu-create-index-function to
445 python-imenu-create-index.
446
447 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * winner.el (winner-active-region): Use region-active-p, activate-mark
450 and deactivate-mark (bug#14225).
451
452 * simple.el (deactivate-mark): Don't inline it.
453
454 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
455
456 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
457
458 2013-04-18 Tassilo Horn <tsdh@gnu.org>
459
460 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
461 file extensions from the archive-mode entry in order to prefer
462 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
463
464 2013-04-18 Leo Liu <sdl.web@gmail.com>
465
466 * bindings.el (help-event-list): Add ?\?.
467
468 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 * subr.el (with-wrapper-hook): Declare obsolete.
471 * simple.el (filter-buffer-substring-function): New hook.
472 (filter-buffer-substring): Use it.
473 (filter-buffer-substring-functions): Mark obsolete.
474 * minibuffer.el (completion-in-region-function): New hook.
475 (completion-in-region): Use it.
476 (completion-in-region-functions): Mark obsolete.
477 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
478 * abbrev.el (abbrev-expand-function): New hook.
479 (expand-abbrev): Use it.
480 (abbrev-expand-functions): Mark obsolete.
481 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
482 and :filter-return.
483
484 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
485
486 * progmodes/python.el (python-nav--syntactically): Fix cornercases
487 and do not care about match data.
488
489 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
492 completion tables when completing error conditions and
493 `declare' arguments.
494 (lisp-complete-symbol, field-complete): Mark as obsolete.
495 (check-parens): Unmatched parens are user errors.
496 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
497
498 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
499
500 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
501 command changed buffer (ie. `flyspell-pre-buffer' is not current
502 buffer), which prevents making decisions based on invalid value of
503 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
504 cause an error when `flyspell-pre-point' was nil after switching
505 buffers.
506 (flyspell-post-command-hook): No longer needs to change buffers when
507 checking pre-word. While at it remove unnecessary progn.
508
509 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
510
511 * textmodes/ispell.el (ispell-add-per-file-word-list):
512 Fix `flyspell-correct-word-before-point' error when accepting
513 words and `coment-padding' is an integer by using
514 `comment-normalize-vars' (Bug #14214).
515
516 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
517
518 New defun movement commands.
519 * progmodes/python.el (python-nav--syntactically)
520 (python-nav--forward-defun, python-nav-backward-defun)
521 (python-nav-forward-defun): New functions.
522
523 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
524
525 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
526 (python-syntax-context): Use named compiler-macro for backwards
527 compatibility with Emacs 24.x.
528
529 2013-04-17 Leo Liu <sdl.web@gmail.com>
530
531 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
532 octave-hide-process-buffer.
533
534 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
537 (bug#14216).
538
539 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
540
541 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
542 Fix adjustment of offset when receiving incomplete responses from GDB
543 (bug#14129).
544
545 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
548 python-mode-abbrev-table.
549 (python-skeleton-define): Adjust accordingly.
550 (python-mode-abbrev-table): New table that inherits from it so that
551 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
552
553 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
554 (abbrev-symbol): Use it.
555 (abbrev--before-point): Use it since we already handle inheritance.
556
557 2013-04-16 Leo Liu <sdl.web@gmail.com>
558
559 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
560 binding to info-lookup-symbol.
561
562 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
563
564 * minibuffer.el (completion--twq-all):
565 * term/ns-win.el (ns-initialize-window-system):
566 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
567
568 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
571 global bindings.
572
573 * doc-view.el (doc-view-start-process): Handle url-handler directories.
574
575 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
576
577 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
578 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
579 to nil.
580 (ruby-end-of-defun): Remove the unused arg, change the docstring
581 to reflect that this function is only used as the value of
582 `end-of-defun-function'.
583 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
584 to reflect an earlier change that beginning/end-of-defun functions
585 jump between methods in a class definition, as well as top-level
586 functions.
587
588 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * minibuffer.el (minibuffer-complete): Don't just scroll
591 a *Completions* that's been iconified.
592 (minibuffer-force-complete): Make sure repetitions do cycle when going
593 through completion-in-region -> minibuffer-complete.
594
595 2013-04-15 Alan Mackenzie <acm@muc.de>
596
597 Correct the placement of c-cpp-delimiters when there're #s not at
598 col 0.
599
600 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
601 place a submatch around the #.
602 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
603 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
604 on the #, not BOL.
605
606 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * emacs-lisp/nadvice.el: Properly test names when adding advice.
609 (advice--member-p): New arg `name'.
610 (advice--add-function, advice-member-p): Use it (bug#14202).
611
612 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
613
614 Reformulate java imenu-generic-expression.
615 The old expression contained ill formed regexps.
616
617 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
618 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
619 (cc-imenu-java-method-arg-regexp): New defconsts.
620 (cc-imenu-java-build-type-args-regex): New defun.
621 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
622 handling of spaces in the regexp.
623
624 2013-03-15 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
625
626 * textmodes/ispell.el (ispell-command-loop): Remove
627 flyspell highlight of a word when ispell accepts it (bug #14178).
628
629 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
630
631 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
632 uses code from the previous `ange-ftp-run-real-handler'.
633 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
634 only in case that function exist. This is needed for proper
635 unloading of Tramp.
636
637 2013-04-15 Tassilo Horn <tsdh@gnu.org>
638
639 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
640
641 * textmodes/reftex.el (reftex-compile-variables): Use it.
642
643 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * files.el (normal-mode): Only use default major-mode if no other mode
646 was specified.
647
648 * emacs-lisp/trace.el (trace-values): New function.
649
650 * files.el: Allow : in local variables (bug#14089).
651 (hack-local-variable-regexp): New var.
652 (hack-local-variables-prop-line, hack-local-variables): Use it.
653
654 2013-04-13 Roland Winkler <winkler@gnu.org>
655
656 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
657 data before it gets modified by bibtex-beginning-of-entry.
658
659 2013-04-13 Roland Winkler <winkler@gnu.org>
660
661 * textmodes/bibtex.el (bibtex-url): Doc fix.
662
663 2013-04-13 Roland Winkler <winkler@gnu.org>
664
665 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
666 does not visit a BibTeX file, exclude it from the list of buffers
667 returned by bibtex-initialize.
668
669 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
670
671 * window.el (split-window): Remove interactive form, since as a
672 command this function is a special case of split-window-below.
673 Correct doc string.
674
675 2013-04-12 Roland Winkler <winkler@gnu.org>
676
677 * faces.el (read-face-name): Do not override value of arg default.
678 Allow single faces and strings as default values. Remove those
679 elements from return value that are not faces.
680 (describe-face): Simplify.
681 (face-at-point): New optional args thing and multiple so that this
682 function can provide the same functionality previously provided by
683 read-face-name.
684 (make-face-bold, make-face-unbold, make-face-italic)
685 (make-face-unitalic, make-face-bold-italic, invert-face)
686 (modify-face, read-face-and-attribute): Use face-at-point.
687
688 * cus-edit.el (customize-face, customize-face-other-window)
689 * cus-theme.el (custom-theme-add-face)
690 * face-remap.el (buffer-face-set)
691 * facemenu.el (facemenu-set-face): Use face-at-point.
692
693 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
694
695 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
696
697 2013-04-10 Tassilo Horn <tsdh@gnu.org>
698
699 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
700 off leading { and trailing } from field values.
701
702 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * emacs-lisp/timer.el (timer--check): New function.
705 (timer--time, timer-set-function, timer-event-handler): Use it.
706 (timer-set-idle-time): Simplify.
707 (timer--activate): CSE.
708 (timer-event-handler): Give more info in error message.
709 (internal-timer-start-idle): New function, moved from C.
710
711 * mpc.el (mpc-proc): Add `restart' argument.
712 (mpc-proc-cmd): Use it.
713 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
714 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
715 less often.
716
717 2013-04-10 Masatake YAMATO <yamato@redhat.com>
718
719 * progmodes/sh-script.el: Implement `sh-mode' own
720 `add-log-current-defun-function' (bug#14112).
721 (sh-current-defun-name): New function.
722 (sh-mode): Use the function.
723
724 2013-04-09 Bastien Guerry <bzg@gnu.org>
725
726 * simple.el (choose-completion-string): Fix docstring (bug#14163).
727
728 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
731
732 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
733 timer (bug#14156).
734
735 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
736
737 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
738 declaration.
739
740 2013-04-07 Leo Liu <sdl.web@gmail.com>
741
742 * pcmpl-x.el: New file.
743
744 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
745
746 Do not set x-display-name until X connection is established.
747 This is needed to prevent from weird situation described at
748 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
749 * frame.el (make-frame): Set x-display-name after call to
750 window system initialization function, not before.
751 * term/x-win.el (x-initialize-window-system): Add optional
752 display argument and use it.
753 * term/w32-win.el (w32-initialize-window-system):
754 * term/ns-win.el (ns-initialize-window-system):
755 * term/pc-win.el (msdos-initialize-window-system):
756 Add compatible optional display argument.
757
758 2013-04-06 Eli Zaretskii <eliz@gnu.org>
759
760 * files.el (normal-backup-enable-predicate): On MS-Windows and
761 MS-DOS compare truenames of temporary-file-directory and of the
762 file, so that 8+3 aliases (usually found in $TEMP on Windows)
763 don't fail comparison by compare-strings. Also, compare file
764 names case-insensitively on MS-Windows and MS-DOS.
765
766 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
769 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
770
771 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
772
773 * whitespace.el (whitespace-color-on, whitespace-color-off):
774 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
775
776 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
777
778 * ispell.el (ispell-set-spellchecker-params):
779 Really set `ispell-args' for all equivs.
780
781 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * ido.el (ido-completions): Use extra elements of ido-decorations
784 (bug#14143).
785 (ido-decorations): Update docstring.
786
787 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
788
789 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
790 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
791 nil during initialization, in order not to miss changes since the
792 file was opened. (Bug#14140)
793
794 2013-04-05 Leo Liu <sdl.web@gmail.com>
795
796 * kmacro.el (kmacro-call-macro): Fix bug#14135.
797
798 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
799
800 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
801
802 2013-04-04 Glenn Morris <rgm@gnu.org>
803
804 * electric.el (electric-pair-inhibit-predicate): Add :version.
805
806 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
809 when a package is required several times (bug#14082).
810
811 2013-04-04 Roland Winkler <winkler@gnu.org>
812
813 * faces.el (read-face-name): Behave as promised by the docstring.
814 Assume that arg default is a list of faces.
815 (describe-face): Call read-face-name with list of default faces.
816
817 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
818
819 * bookmark.el: Fix deletion of bookmarks (bug#13972).
820 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
821 (bookmark-bmenu-execute-deletions): Only skip first line if it's
822 the header.
823 (bookmark-exit-hook-internal): Save even if list is empty.
824
825 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
826
827 * emacs-lisp/package.el (package-pinned-packages): New var.
828 (package--add-to-archive-contents): Obey it (bug#14118).
829
830 2013-04-03 Alan Mackenzie <acm@muc.de>
831
832 Handle `parse-partial-sexp' landing inside a comment opener
833 (Bug#13244). Also adapt to the new values of element 7 of a parse
834 state.
835
836 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
837 parameter `not-in-delimiter'. Handle being inside comment opener.
838 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
839 character in case we're typing a '*' after a '/'.
840 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
841 instead by passing the parameter to c-state-pp-to-literal.
842
843 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
844 for elt. 7 of a parse state.
845
846 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
847
848 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
849 * international/latin1-disp.el, international/mule-util.el:
850 * language/cyril-util.el, language/european.el, language/ind-util.el:
851 * language/lao-util.el, language/thai.el, language/tibet-util.el:
852 * language/tibetan.el, language/viet-util.el:
853 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
854
855 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
858 (electric-pair-post-self-insert-function): Use it.
859 (electric-pair-default-inhibit): New function, extracted from
860 electric-pair-post-self-insert-function.
861
862 2013-03-31 Roland Winkler <winkler@gnu.org>
863
864 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
865
866 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
869
870 2013-03-30 FabiĂ¡n Ezequiel Gallina <fabian@anue.biz>
871
872 Un-indent after "pass" and "return" statements (Bug#13888)
873 * progmodes/python.el (python-indent-block-enders): New var.
874 (python-indent-calculate-indentation): Use it.
875
876 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
877
878 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
879 defun. Defining it as defalias could introduce too eager
880 byte-compiler optimization. (Bug#14030)
881
882 2013-03-30 Chong Yidong <cyd@gnu.org>
883
884 * iswitchb.el (iswitchb-read-buffer): Fix typo.
885
886 2013-03-30 Leo Liu <sdl.web@gmail.com>
887
888 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
889 (kmacro-execute-from-register): Pass the keyboard macro to
890 kmacro-call-macro or repeating won't work correctly.
891
892 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
893
894 * progmodes/subword.el: Back to using `forward-symbol'.
895
896 * subr.el (forward-whitespace, forward-symbol)
897 (forward-same-syntax): Move from thingatpt.el.
898
899 2013-03-29 Leo Liu <sdl.web@gmail.com>
900
901 * kmacro.el (kmacro-to-register): New command.
902 (kmacro-execute-from-register): New function.
903 (kmacro-keymap): Bind to 'x'. (Bug#14071)
904
905 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * mpc.el: Use defvar-local and setq-local.
908 (mpc--proc-connect): Connection failures are not bugs.
909 (mpc-mode-map): `follow-link' only applies to the buffer's content.
910 (mpc-volume-map): Bind to the up-events.
911
912 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
913
914 * progmodes/subword.el (superword-mode): Use `forward-sexp'
915 instead of `forward-symbol'.
916
917 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
920 (edebug--recursive-edit): Use it.
921 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
922 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
923
924 2013-03-28 Leo Liu <sdl.web@gmail.com>
925
926 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
927
928 2013-03-27 Eli Zaretskii <eliz@gnu.org>
929
930 * facemenu.el (list-colors-callback): New defvar.
931 (list-colors-redisplay): New function.
932 (list-colors-display): Install list-colors-redisplay as the
933 revert-buffer-function. (Bug#14063)
934
935 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
938 and suffixes don't overlap (bug#14061).
939
940 * case-table.el: Use lexical-binding.
941 (case-table-get-table): New function.
942 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
943
944 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
945
946 * progmodes/subword.el: Add `superword-mode' to do word motion
947 over symbol_words (parallels and leverages `subword-mode' which
948 does word motion inside MixedCaseWords).
949
950 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
951
952 * eshell/em-unix.el: Move su and sudo to...
953 * eshell/em-tramp.el: ...Eshell tramp module.
954
955 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
958 Change return value to be a sexp. Delay `get-buffer' to after
959 restoring the desktop (bug#13951).
960
961 2013-03-26 Leo Liu <sdl.web@gmail.com>
962
963 * register.el: Move semantic tag handling back to
964 cedet/semantic/senator.el. (Bug#14052)
965
966 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
969 into the prompt either (bug#13963).
970
971 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
972
973 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
974 part of "(error-foo)".
975
976 2013-03-24 Juri Linkov <juri@jurta.org>
977
978 * replace.el (list-matching-lines-prefix-face): New defcustom.
979 (occur-1): Pass `list-matching-lines-prefix-face' to the function
980 `occur-engine' if `face-differs-from-default-p' returns t.
981 (occur-engine): Add `,' inside backquote construct to evaluate
982 `prefix-face'. Propertize the prefix with the `prefix-face' face.
983 Pass `prefix-face' to the functions `occur-context-lines' and
984 `occur-engine-add-prefix'.
985 (occur-engine-add-prefix, occur-context-lines): Add optional arg
986 `prefix-face' and propertize the prefix with `prefix-face'.
987 (Bug#14017)
988
989 2013-03-24 Leo Liu <sdl.web@gmail.com>
990
991 * nxml/rng-valid.el (rng-validate-while-idle)
992 (rng-validate-quick-while-idle): Guard against deleted buffer.
993 (Bug#13999)
994
995 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
996 is the last entry in kill-buffer-hook.
997
998 * files.el (kill-buffer-hook): Doc fix.
999
1000 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
1001
1002 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1003 Make it safe-local.
1004
1005 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1006
1007 2013-03-23 Leo Liu <sdl.web@gmail.com>
1008
1009 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1010 Remove.
1011
1012 * nxml/rng-valid.el (rng-validate-mode)
1013 (rng-after-change-function, rng-do-some-validation):
1014 * nxml/rng-maint.el (rng-validate-buffer):
1015 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1016 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1017 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1018 (nxml-extend-after-change-region): Use with-silent-modifications.
1019
1020 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1021 timer-idle-list.
1022
1023 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1024 (rng-next-error-1, rng-previous-error-1): Do not let-bind
1025 timer-idle-list. (Bug#13999)
1026
1027 2013-03-23 Juri Linkov <juri@jurta.org>
1028
1029 * info.el (info-index-match): New face.
1030 (Info-index, Info-apropos-matches): Add a nested subgroup to the
1031 main pattern and add text properties with the new face to matches
1032 in index entries relative to the beginning of the index entry.
1033 (Bug#14015)
1034
1035 2013-03-21 Eric Ludlam <zappo@gnu.org>
1036
1037 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1038 Inhibit read only while inserting objects.
1039
1040 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
1041
1042 * progmodes/cfengine.el: Update docs to mention
1043 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
1044 symbol motion. Remove "_" from the word syntax.
1045
1046 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
1047
1048 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1049 syntax for both `cfengine2-mode' and `cfengine3-mode'.
1050
1051 2013-03-20 Juri Linkov <juri@jurta.org>
1052
1053 * info.el (Info-next-reference-or-link)
1054 (Info-prev-reference-or-link): New functions.
1055 (Info-next-reference, Info-prev-reference): Use them.
1056 (Info-try-follow-nearest-node): Handle footnote navigation.
1057 (Info-fontify-node): Fontify footnotes. (Bug#13989)
1058
1059 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1062 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1063
1064 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
1065
1066 Suppress unnecessary non-ASCII chatter during build process.
1067 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1068 (batch-skkdic-convert): Suppress most of the chatter.
1069 It's not needed so much now that machines are faster,
1070 and its non-ASCII component was confusing; see Dmitry Gutov in
1071 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1072
1073 2013-03-20 Leo Liu <sdl.web@gmail.com>
1074
1075 * ido.el (ido-chop): Fix bug#10994.
1076
1077 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1078
1079 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1080 Remove vars.
1081 (whitespace-color-on, whitespace-color-off):
1082 Use `font-lock-fontify-buffer' (Bug#13817).
1083
1084 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1087 remapping in mode-line.
1088 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1089
1090 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1091
1092 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1093 value for `whitespace-line' face (Bug#13875).
1094 (whitespace-font-lock-keywords): Change description.
1095 (whitespace-color-on): Don't save `font-lock-keywords' value, save
1096 the constructed keywords instead.
1097 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1098
1099 2013-03-19 Leo Liu <sdl.web@gmail.com>
1100
1101 * progmodes/compile.el (compilation-display-error): New command.
1102 (compilation-mode-map, compilation-minor-mode-map): Bind it to
1103 C-o. (Bug#13992)
1104
1105 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1106
1107 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1108
1109 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
1110
1111 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1112
1113 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1114
1115 * net/tramp-compat.el (tramp-compat-user-error): New defun.
1116
1117 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1118 * net/tramp-gvfs.el (top):
1119 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1120 (tramp-handle-shell-command): Use it.
1121 (tramp-dissect-file-name): Raise an error when hostname is a
1122 method name, and neither method nor user is specified.
1123
1124 * net/trampver.el: Update release number.
1125
1126 2013-03-18 Leo Liu <sdl.web@gmail.com>
1127
1128 Make sure eldoc can be turned off properly.
1129 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1130 eldoc-mode.
1131 (eldoc-display-message-p): Revert last change.
1132 (eldoc-display-message-no-interference-p)
1133 (eldoc-print-current-symbol-info): Tweak.
1134
1135 2013-03-18 Tassilo Horn <tsdh@gnu.org>
1136
1137 * doc-view.el (doc-view-new-window-function): Check the new window
1138 overlay's display property instead the char property of the
1139 buffer's first char. Use `with-selected-window' instead of
1140 `save-window-excursion' with `select-window'.
1141 (doc-view-document->bitmap): Check the current doc-view overlay's
1142 display property instead the char property of the buffer's first char.
1143
1144 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1145
1146 Automate the build of ja-dic.el (Bug#13984).
1147 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1148 from the input, rather than assume that it's been done for us by the
1149 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
1150 the current date into a ja-dic.el comment, as that complicates
1151 regression testing.
1152
1153 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * whitespace.el: Fix double evaluation.
1156 (whitespace-space, whitespace-hspace, whitespace-tab)
1157 (whitespace-newline, whitespace-trailing, whitespace-line)
1158 (whitespace-space-before-tab, whitespace-indentation)
1159 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1160 obsolete defvars.
1161 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1162 (whitespace-color-on): Use a single font-lock-add-keywords call.
1163 Fix double-evaluation of face variables.
1164
1165 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
1166
1167 * net/tramp-adb.el (tramp-adb-parse-device-names):
1168 Use `start-process' instead of `call-process'. Otherwise, the
1169 function might be blocked under MS Windows. (Bug#13299)
1170
1171 2013-03-17 Leo Liu <sdl.web@gmail.com>
1172
1173 Extend eldoc to display info in the mode-line. (Bug#13978)
1174 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1175 (eldoc-mode-line-string): New variable.
1176 (eldoc-minibuffer-message): New function.
1177 (eldoc-message-function): New variable.
1178 (eldoc-message): Use it.
1179 (eldoc-display-message-p)
1180 (eldoc-display-message-no-interference-p):
1181 Support eldoc-post-insert-mode.
1182
1183 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1184 (eval-expression): Run it.
1185
1186 2013-03-17 Roland Winkler <winkler@gnu.org>
1187
1188 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1189 strings in the list of return values.
1190
1191 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1192
1193 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1194 radix before checking for HMS forms.
1195
1196 2013-03-16 Leo Liu <sdl.web@gmail.com>
1197
1198 * progmodes/scheme.el: Add indentation and font-locking for λ.
1199 (Bug#13975)
1200
1201 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1204 token before point (bug#13942).
1205
1206 2013-03-16 Leo Liu <sdl.web@gmail.com>
1207
1208 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
1209
1210 2013-03-16 Eli Zaretskii <eliz@gnu.org>
1211
1212 * startup.el (command-line-normalize-file-name): Fix handling of
1213 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
1214 <xfq.free@gmail.com> in
1215 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1216
1217 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1218
1219 Sync with Tramp 2.2.7.
1220
1221 * net/trampver.el: Update release number.
1222
1223 2013-03-14 Tassilo Horn <tsdh@gnu.org>
1224
1225 * doc-view.el Fix bug#13887.
1226 (doc-view-insert-image): Don't modify overlay associated to
1227 non-live windows, and implement horizontal centering of image in
1228 case it's smaller than the window.
1229 (doc-view-new-window-function): Force redisplay of new windows on
1230 doc-view buffers.
1231
1232 2013-03-13 Karl Fogel <kfogel@red-bean.com>
1233
1234 * saveplace.el (save-place-alist-to-file): Don't sort
1235 `save-place-alist', just pretty-print it (bug#13882).
1236
1237 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
1238
1239 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1240 whether `default-file-name-coding-system' is bound. It isn't in
1241 XEmacs.
1242
1243 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1246 backquotes for `obsolete' (bug#13929).
1247
1248 * international/mule.el (find-auto-coding): Include file name in
1249 obsolescence warning (bug#13922).
1250
1251 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1252
1253 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1254 for CFEngine 3-specific indentation.
1255 (cfengine3-indent-line): Use it. Fix up category regex.
1256 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1257
1258 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * type-break.el (type-break-file-name):
1261 * textmodes/remember.el (remember-data-file):
1262 * strokes.el (strokes-file):
1263 * shadowfile.el (shadow-initialize):
1264 * saveplace.el (save-place-file):
1265 * ps-bdf.el (bdf-cache-file):
1266 * progmodes/idlwave.el (idlwave-config-directory):
1267 * net/quickurl.el (quickurl-url-file):
1268 * international/kkc.el (kkc-init-file-name):
1269 * ido.el (ido-save-directory-list-file):
1270 * emulation/viper.el (viper-custom-file-name):
1271 * emulation/vip.el (vip-startup-file):
1272 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1273 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1274
1275 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1276
1277 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1278 * language/thai-word.el: Switch to UTF-8.
1279
1280 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1283
1284 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1285
1286 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1287 Use with-current-buffer and don't move point.
1288 (net-utils-run-simple): Remove useless code.
1289 (net-utils-remove-ctl-m): Remove unused custom.
1290
1291 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1292
1293 * international/characters.el (glyphless-set-char-table-range): New fun.
1294 (update-glyphless-char-display): Use it (bug#13744).
1295
1296 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1297
1298 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1299 namespaces in the syntax, indent closer for hanging brace
1300 correctly, allow single-quote delimited 'strings', and make
1301 `cfengine3-mode' the default.
1302
1303 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1304
1305 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1306 Use lexical-binding. Fix up docstring according to conventions.
1307 (gdbmi-debug-mode): New var.
1308 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1309 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1310 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1311 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1312 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1313 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1314 (gdbmi-bnf-incomplete-record-result): New functions.
1315 (gdb-car<): Remove function.
1316 (gdbmi-record-list): Remove variable.
1317 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1318 (gdbmi-bnf-result-state-configs): New const.
1319 (gud-gdbmi-marker-filter): Rewrite.
1320 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1321 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1322 Add `token' argument.
1323 (gdb-done, gdb-error): New functions.
1324 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1325
1326 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * term/xterm.el (xterm--report-background-handler): Don't burp
1329 upon timeout.
1330 (xterm--version-handler): Extract from terminal-init-xterm.
1331 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1332 Allow multiple handlers.
1333 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1334
1335 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1336 (xterm--report-background-handler, xterm--query): New functions.
1337 (terminal-init-xterm): Use them.
1338
1339 2013-03-11 Michael R. Mauger <michael@mauger.com>
1340
1341 * progmodes/sql.el Version 3.2
1342 Please note that my address changed to <michael@mauger.com>;
1343 the <mmaug@yahoo.com> address remains active.
1344 (sql-connection-alist): Updates documentation to fix bug#13715.
1345 (sql-connect): Handle missing `sql-connection-alist' correctly.
1346 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1347 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1348 property.
1349 (sql-default-value): New function.
1350 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1351 values were not used.
1352 (sql-rename-buffer): Make sure alternate buffer name has no text
1353 properties.
1354 (sql-input-sender, sql-execute-feature): Fetch variable with
1355 `buffer-local-value' rather than `with-current-buffer'.
1356 (sql-*): Use #' function syntax consistently.
1357 (sql-*): Use message/error/user-error consistently.
1358
1359 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * xt-mouse.el (xterm-mouse-event-read): Remove.
1362 (xterm-mouse--read-event-sequence-1000)
1363 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1364
1365 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * term/xterm.el (xterm-function-map): Support format used with
1368 formatOtherKeys=1 (bug#13839).
1369
1370 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1371 (with-no-warnings): Use `declare'.
1372
1373 * whitespace.el (whitespace-enable-predicate): New variable.
1374 (whitespace-enable-predicate): Use it.
1375
1376 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1377 (comint-output-filter, comint-update-fence):
1378 Use with-silent-modifications.
1379
1380 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1381
1382 * replace.el (occur-read-regexp-defaults-function): New var.
1383 (occur-read-regexp-defaults): New defun.
1384 (occur-read-primary-args): Propagate above change (bug#13892).
1385
1386 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1389
1390 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1391
1392 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1393
1394 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1395 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1396 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1397 New defconst.
1398 (tramp-gvfs-file-name-handler-alist) [directory-files]
1399 [directory-files-and-attributes, file-exists-p, file-modes]:
1400 Use Tramp default handler.
1401 [file-acl, file-selinux-context, process-file, set-file-acl]:
1402 [set-file-modes, set-file-selinux-context, shell-command]:
1403 [start-file-process]: Remove handler.
1404 [verify-visited-file-modtime]: New handler.
1405 (tramp-gvfs-dbus-string-to-byte-array)
1406 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1407 calls of `dbus-string-to-byte-array' and
1408 `tramp-gvfs-dbus-byte-array-to-string'.
1409 (tramp-gvfs-handle-copy-file)
1410 (tramp-gvfs-handle-delete-directory)
1411 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1412 (tramp-gvfs-handle-file-directory-p)
1413 (tramp-gvfs-handle-file-executable-p)
1414 (tramp-gvfs-handle-file-name-all-completions)
1415 (tramp-gvfs-handle-file-readable-p)
1416 (tramp-gvfs-handle-file-writable-p)
1417 (tramp-gvfs-handle-insert-directory)
1418 (tramp-gvfs-handle-insert-file-contents)
1419 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1420 (tramp-gvfs-handle-set-visited-file-modtime)
1421 (tramp-gvfs-handle-write-region): Rewrite.
1422 (tramp-gvfs-handle-file-acl)
1423 (tramp-gvfs-handle-file-selinux-context)
1424 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1425 (tramp-gvfs-handle-set-file-modes)
1426 (tramp-gvfs-handle-set-file-selinux-context)
1427 (tramp-gvfs-handle-shell-command)
1428 (tramp-gvfs-handle-start-file-process)
1429 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1430 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1431 over the symlinks. Fix user handling.
1432 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1433 of the D-Bus signals.
1434 (tramp-gvfs-connection-mounted-p): Handle different names of the
1435 D-Bus methods.
1436 (tramp-gvfs-mount-spec-entry): New defun.
1437 (tramp-gvfs-mount-spec): Use it.
1438 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1439 there is a share name. Handle different names of the D-Bus
1440 signals and methods. Set connection properties needed for
1441 `tramp-check-cached-permissions'.
1442 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1443 Return t or nil.
1444
1445 * net/tramp.el (tramp-backtrace): Move up.
1446 (tramp-error): Dump a backtrace into the debug buffer when
1447 `tramp-verbose > 9.
1448 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1449 (tramp-file-mode-permissions, tramp-get-local-uid)
1450 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1451 tramp-sh.el.
1452
1453 * net/tramp-sh.el (tramp-file-mode-type-map)
1454 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1455 (tramp-file-mode-permissions, tramp-get-local-uid)
1456 (tramp-get-local-gid): Move to tramp.el.
1457
1458 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 Separate mouse-1-click-follows-link from mouse-drag-region.
1461 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1462 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1463 (mouse-drag-line, mouse-drag-track):
1464 Remove mouse-1-click-follows-link code.
1465 (mouse--remap-link-click-p): Remove.
1466
1467 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1468
1469 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1470 (hi-lock-read-regexp-defaults): New defun.
1471 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1472 (hi-lock-face-phrase-buffer): Propagate above change.
1473 Update docstring (bug#13892).
1474
1475 * subr.el (find-tag-default-as-regexp): New defun.
1476 * replace.el (read-regexp): Propagate above change.
1477
1478 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1479
1480 * calc/calc-units.el (calc-convert-units): Fix the way that default
1481 new units are stored.
1482
1483 2013-03-07 Matthias Meulien <orontee@gmail.com>
1484
1485 * bookmark.el: Define a face to highlight bookmark names in
1486 bookmark menu buffers, where the default is a bold face similarly
1487 to buffer names in buffer menu buffers.
1488 (bookmark-menu-bookmark): New face to highlight bookmark names.
1489 (bookmark-insert-location): Remove duplicated text property to
1490 conform to buffer list (see `list-buffers').
1491 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1492 `bookmark-menu-bookmark' to bookmark names.
1493
1494 2013-03-07 Matthias Meulien <orontee@gmail.com>
1495 Karl Fogel <kfogel@red-bean.com>
1496
1497 * bookmark.el: Display the bookmark list header similarly to the
1498 buffer list header (see `list-buffers'), where the default is now
1499 an immovable/immutable header line.
1500 (bookmark-bmenu-use-header-line): New variable.
1501 (bookmark-bmenu-inline-header-height): New name for
1502 `bookmark-bmenu-header-height', to avoid confusion with the code
1503 for the new immovable header. All references changed.
1504 (bookmark-bmenu-set-header): New function.
1505 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1506 Conditionalize header construction accordingly.
1507 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1508 the inline header height.
1509 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1510 Conditionalize the skipping of the inline header height.
1511
1512 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1513
1514 * progmodes/js.el (js--multi-line-declaration-indentation):
1515 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1516
1517 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1518
1519 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1520 Only propertize regexp when not inside a string (Bug#13885).
1521
1522 2013-03-06 Alan Mackenzie <acm@muc.de>
1523
1524 Correct the position of point in some line-up functions.
1525 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1526 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1527 point at column 0 rather than at a random place in the line.
1528
1529 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1530
1531 * net/tramp-compat.el (tramp-compat-delete-directory):
1532 Implement TRASH argument.
1533
1534 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1535
1536 Keep pre-existing highlighting in completion candidates (Bug#13250).
1537 * minibuffer.el (completions-first-difference): State that the
1538 face is "added" in the docstring.
1539 (completions-common-part): Same. And don't inherit from default.
1540 (completion-hilit-commonality): Prepend 'completions-common-part
1541 and 'completion-first-difference faces to the 'face property,
1542 instead of replacing the value(s).
1543 (completion--insert-strings): Same with 'completions-annotations face.
1544 (completion-hilit-commonality): Use 'face instead of
1545 'font-lock-face, because it gets priority if the completion
1546 strings already have 'face set.
1547
1548 2013-03-04 Alan Mackenzie <acm@muc.de>
1549
1550 Replace `last-command-event' by `last-command-char' in XEmacs.
1551 * progmodes/cc-defs.el (c-last-command-char): New macro.
1552 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1553 (c-semi&comma-no-newlines-before-nonblanks)
1554 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1555 in place of `last-command-event'.
1556 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1557 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1558 (c-electric-paren, c-electric-continued-statement): Use the new
1559 macro in place of `last-command-event'.
1560
1561 2013-03-04 Glenn Morris <rgm@gnu.org>
1562
1563 * files.el (inhibit-local-variables-regexps):
1564 Add .diff and .patch. (Bug#13862)
1565
1566 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1567
1568 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1569 whether the "su" command is available on the device.
1570
1571 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1572
1573 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1574 (tramp-adb-handle-process-file): Remove superfluous setting.
1575 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1576 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1577 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1578
1579 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1582 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1583 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1584 Use dict-key rather than dict-name for the error message.
1585
1586 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1587
1588 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1589 when reverting (bug#13831).
1590
1591 2013-03-01 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1592
1593 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1594 Always expand affix-file before storing to protect against changed
1595 `default-directory'.
1596 (ispell-print-if-debug): Make sure message is printed at the end
1597 of the debug buffer.
1598
1599 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1600
1601 * net/tramp.el (tramp-obsolete-methods): New defconst.
1602 (tramp-warned-obsolete-methods): New defvar.
1603 (tramp-find-method): Check for obsolete methods. Map them to a
1604 replacement method if appropriate.
1605
1606 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1607 Remove methods.
1608 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1609 "ssh2" and "plink1".
1610
1611 2013-02-28 Dale Sedivec <dale@codefu.org>
1612
1613 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1614 Return valid syntax-table property value when converting
1615 quotes within text from string syntax to punctuation syntax (bug#13844).
1616
1617 2013-02-28 Juri Linkov <juri@jurta.org>
1618
1619 * dired-aux.el (dired-diff): If file at point is a backup file,
1620 use its original as the default value, and reverse the order
1621 of arguments to the `diff' call. Doc fix. (Bug#13772)
1622
1623 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1624
1625 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1626 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1627
1628 2013-02-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1629
1630 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1631
1632 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1633 Ask hunspell about available and default dictionaries.
1634 (ispell-parse-hunspell-affix-file): Extract relevant info from
1635 hunspell affix file.
1636 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1637 `ispell-dictionary-alist' entry for given dictionary after info
1638 provided by `ispell-parse-hunspell-affix-file'.
1639 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1640 of parsed hunspell dicts and associated affix files.
1641 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1642 of parsed hunspell dicts and associated parameters.
1643 (ispell-set-spellchecker-params):
1644 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1645 previously done.
1646 (ispell-start-process):
1647 Call `ispell-hunspell-fill-dictionary-entry' for current
1648 dictionary if it is not initialized.
1649
1650 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1651
1652 * imenu.el: Comment nitpicks.
1653
1654 2013-02-28 Sam Steingold <sds@gnu.org>
1655
1656 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1657 See <http://stackoverflow.com/questions/14720205>.
1658
1659 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1660
1661 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1662 (net-utils-mode): Use it.
1663 (net-utils--revert-cmd): New var.
1664 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1665 (traceroute): Use net-utils-run-simple.
1666
1667 2013-02-28 Glenn Morris <rgm@gnu.org>
1668
1669 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1670
1671 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1674 (doc-view-fallback-mode): Remove overlays here.
1675 (doc-view-toggle-display): Instead of here. Don't throw away
1676 image-mode-winprops-alist.
1677 (doc-view-goto-page): Don't mess with hscroll.
1678
1679 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1680
1681 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1682 &optional (bug#13819).
1683
1684 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1685
1686 * net/tramp-adb.el (tramp-adb-parse-device-names)
1687 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1688
1689 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1690
1691 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1692 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1693 defined. POSIX environments fall back to the "C" locale then and
1694 emit a warning, which shall be suppressed.
1695
1696 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1699 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1700
1701 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1704
1705 2013-02-25 Juri Linkov <juri@jurta.org>
1706
1707 * replace.el (read-regexp): Let-bind `default' to the first
1708 element of `defaults' if it's a list, otherwise it should be
1709 a string or nil. Let-bind `suggestions' to `defaults' if it's
1710 a list, otherwise make a list with the string value. Doc fix.
1711 (Bug#13805)
1712
1713 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1714
1715 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1716 that match "\`\.#", to avoid compiling lock files, even if they
1717 are readable (as they are on MS-Windows).
1718
1719 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * files.el (basic-save-buffer): Remove redundant directory-creation.
1722
1723 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1724
1725 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1726 Add option to force `pi' to remain symbolic.
1727 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1728 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1729 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1730 derivatives, when necessary.
1731
1732 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1733
1734 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1735 (ps-mode-octal-region): Use string-make-unibyte.
1736
1737 2013-02-23 Glenn Morris <rgm@gnu.org>
1738
1739 * emulation/viper-cmd.el (viper-submit-report):
1740 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1741 * progmodes/vera-mode.el (vera-mode-help-address):
1742 * textmodes/artist.el (artist-maintainer-address):
1743 * textmodes/reftex.el (reftex-report-bug):
1744 * vc/ediff-util.el (ediff-submit-report):
1745 Add bug-gnu-emacs to bug report address.
1746
1747 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1748 Remove bug report entries.
1749 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1750
1751 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1752 (byte-compile-file, byte-compile-from-buffer):
1753 Use separate input/output buffers for each level of recursive
1754 byte-compile-file calls. (Bug#13787)
1755
1756 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1757
1758 * net/tramp.el (tramp-methods): Fix docstring.
1759 (tramp-ssh-controlmaster-options): Rename it from
1760 `tramp-ssh-controlmaster-template'. Return a string.
1761 (tramp-default-method): Adapt check for
1762 `tramp-ssh-controlmaster-options'.
1763
1764 * net/tramp-sh.el (tramp-methods):
1765 Replace `tramp-ssh-controlmaster-template' by "%c".
1766 (tramp-do-copy-or-rename-file-out-of-band)
1767 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1768 that it is applied for the first hop only.
1769
1770 2013-02-22 Juri Linkov <juri@jurta.org>
1771
1772 * isearch.el (isearch-lazy-highlight-new-loop):
1773 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1774 to `isearch-other-end' if it is not nil. (Bug#13402)
1775
1776 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1777 to `match-beg'.
1778
1779 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1780 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1781 and `isearch-error' to nil.
1782
1783 2013-03-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1784
1785 * progmodes/python.el (python-info-current-defun):
1786 Enhance match-data cluttering prevention.
1787
1788 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1789
1790 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1791
1792 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1793 Handle multibyte file names.
1794
1795 2013-02-22 Glenn Morris <rgm@gnu.org>
1796
1797 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1798 (sgml-transformation-function): Give it a :set function.
1799 (sgml-tag): Doc fix.
1800
1801 * cmuscheme.el (scheme-buffer):
1802 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1803 * progmodes/tcl.el (inferior-tcl-buffer):
1804 * textmodes/tex-mode.el (tex-command): Doc fixes.
1805
1806 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1807
1808 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1809
1810 2013-02-21 Bastien Guerry <bzg@gnu.org>
1811
1812 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1813
1814 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1815
1816 * progmodes/python.el (python-info-current-defun):
1817 Enhance match-data cluttering prevention.
1818
1819 2013-02-21 Glenn Morris <rgm@gnu.org>
1820
1821 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1822 loaded while outline-regexp is let bound. (Bug#9584)
1823
1824 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1825
1826 * progmodes/python.el (python-info-current-defun): Fix failed
1827 defun name retrieval because of unwanted match-data cluttering.
1828
1829 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1830
1831 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1832 defconst. Apply independent check for ControlPersist.
1833
1834 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1835 temporarily, via "env".
1836
1837 2013-02-21 Glenn Morris <rgm@gnu.org>
1838
1839 * info.el (Info-enable-edit): Remove.
1840 (Info-edit): Disable it rather than using Info-enable.
1841 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1842 (Info-cease-edit): Make editing of Info files obsolete.
1843
1844 * informat.el (Info-tagify):
1845 Handle buffers not visiting files. (Bug#13763)
1846
1847 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1848
1849 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1850
1851 2013-02-21 Glenn Morris <rgm@gnu.org>
1852
1853 * files.el (basic-save-buffer): Move check for existing parent
1854 directory after hooks. (Bug#13773)
1855
1856 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * simple.el (command-execute): Move from C. Add obsolete check.
1859 (extended-command-history): Move from C.
1860
1861 2013-02-20 Ulrich MĂ¼ller <ulm@gentoo.org>
1862
1863 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1864 (jka-compr-mode-alist-additions): Handle .txz suffix for
1865 XZ-compressed tar archives (bug#13770).
1866
1867 2013-02-20 Bastien Guerry <bzg@gnu.org>
1868
1869 * outline.el (outline-regexp, outline-heading-end-regexp):
1870 Make variables, not options (bug#13731).
1871
1872 2013-02-20 Glenn Morris <rgm@gnu.org>
1873
1874 * image.el (image-current-frame): Change from variable to function.
1875 (image-show-frame): Rename from image-nth-frame. Update callers.
1876 * image-mode.el (image-multi-frame): New variable.
1877 (image-mode-map, image-mode, image-goto-frame):
1878 Use image-multi-frame rather than image-current-frame.
1879 (image-mode, image-goto-frame): Use image-current-frame as
1880 function rather than as variable.
1881
1882 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1883 * emacs-lisp/cl-macs.el (cl--make-type-test)
1884 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1885
1886 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1887
1888 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1889 (tramp-get-file-property, tramp-set-file-property)
1890 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1891 (tramp-flush-file-property, tramp-flush-directory-property):
1892 Rename argument to KEY.
1893 (tramp-flush-connection-property): Simplify a little bit.
1894 (tramp-connection-property-p): New defun.
1895 (top): Reapply saved values only if there isn't a corresponding
1896 entry in `tramp-connection-properties'.
1897
1898 2013-02-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1899
1900 * progmodes/python.el (python-indent-context):
1901 Fix python-info-line-ends-backslash-p call.
1902 (python-info-line-ends-backslash-p)
1903 (python-info-beginning-of-backslash): Respect line-number argument.
1904 (python-info-current-line-comment-p):
1905 Fix behavior when not at beginning-of-line.
1906 (python-util-position): Remove function.
1907 (python-util-goto-line): New function.
1908
1909 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1910
1911 * eshell/em-unix.el (eshell/su): Require tramp.
1912 (eshell/sudo): Require tramp. Remove now unnecessary check.
1913
1914 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1915 `tramp-current-connection' in order to avoid an error when several
1916 commands are invoked in a short time in eshell and friends.
1917
1918 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 Cleanup some of EIEIO's namespace.
1921 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1922 Use it to define all the class-* and object-* field accessors (renamed
1923 to eieio--class-* and eieio--object-*). Update all uses.
1924 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1925 class-num-slots and object-num-slots.
1926 (eieio--check-type): New macro.
1927 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1928 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1929 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1930 (object-assoc-list-safe): Use it.
1931 (eieio-defclass): Tighten regexp.
1932 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1933 Remove unreachable code.
1934 (object-class-fast): Declare obsolete.
1935 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1936 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1937 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1938 Rename from class-name, object-name, object-set-name-string,
1939 object-class, object-class-name, class-parents, class-children,
1940 class-precedence-list, class-parent; with obsolete alias.
1941 (class-of, class-direct-superclasses, class-direct-subclasses):
1942 Declare obsolete.
1943 (eieio-defmethod): Use `memq'; remove unreachable code.
1944 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1945 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1946 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1947
1948 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1949
1950 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1951 commentary.
1952
1953 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1954
1955 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1956 Use font-lock-keyword-face for macros and special forms (bug#8345).
1957
1958 2013-02-17 Didier Verna <didier@didierverna.net>
1959
1960 * net/network-stream.el (network-stream-open-starttls):
1961 Check that response to the starttls-command is non-nil. (Bug#13706)
1962
1963 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1966 Don't assume all identifier chars have syntax word.
1967 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1968 Remove bar-not-symbol. Adjust callers.
1969 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1970
1971 2013-02-17 Leo Liu <sdl.web@gmail.com>
1972
1973 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1974
1975 2013-02-17 Glenn Morris <rgm@gnu.org>
1976
1977 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1978
1979 * image-mode.el (image-mode-map): Add image-dired menu entry.
1980
1981 * image-dired.el (tumme): Make this alias obsolete.
1982
1983 2013-02-16 Glenn Morris <rgm@gnu.org>
1984
1985 * image.el (image-animated-types): Remove.
1986 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1987 (image-animated-p): Make obsolete alias.
1988 (image-animate, image-nth-frame, image-animate-timeout):
1989 Use image-multi-frame-p.
1990 (image-animate-timeout): If no delay, use image-default-frame-delay.
1991 * image-mode.el (image-mode, image-toggle-animation):
1992 Use image-multi-frame-p. (Bug#763, bug#10739)
1993 (image-mode): Adjust startup message for a multi-frame image.
1994
1995 * image-mode.el (image-mode-map): Give it a menu.
1996
1997 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1998
1999 * net/tramp-cache.el (tramp-connection-properties): New customer
2000 option.
2001 (tramp-get-connection-property): Use it.
2002
2003 * net/tramp-compat.el (top): Require 'trampver.
2004
2005 * net/tramp-sh.el (tramp-remote-process-environment):
2006 Set tramp-autoload cookie.
2007
2008 2013-02-16 Kevin Ryde <user42@zip.com.au>
2009
2010 * info-look.el (info-lookup-select-mode): If major-mode has no
2011 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2012
2013 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
2014
2015 * replace.el (read-regexp): Tighten the regexp that matches tag.
2016 When tag is retrieved with `find-tag-default', use regexp that
2017 matches tag at point. Also update docstring (Bug#13687).
2018
2019 2013-02-16 Eli Zaretskii <eliz@gnu.org>
2020
2021 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2022 add watch for the file, not its parent directory, since w32notify
2023 sets up the watch for the directory internally. (Bug#13725)
2024
2025 2013-02-16 Glenn Morris <rgm@gnu.org>
2026
2027 * image.el (image-default-frame-delay): New variable.
2028 (image-animated-p): Use image-default-frame-delay.
2029 (image-minimum-frame-delay): New constant.
2030 (image-animate-timeout): Use image-minimum-frame-delay.
2031
2032 * image.el (image-nth-frame): New, split from image-animate-timeout.
2033 (image-animate-timeout): Use image-nth-frame.
2034 * image-mode.el (image-goto-frame, image-next-frame)
2035 (image-previous-frame): New commands.
2036 (image-mode-map): Add new frame commands.
2037
2038 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
2039
2040 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2041 If col-desc already has help-echo, use it. (Bug#13563)
2042
2043 2013-02-16 Glenn Morris <rgm@gnu.org>
2044
2045 * image.el (image-current-frame): New variable.
2046 (image-animate-timeout): Set image-current-frame.
2047 * image-mode.el (image-mode): For animated images,
2048 display a frame counter via mode-line-process.
2049
2050 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2051
2052 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2053
2054 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2055
2056 2013-02-15 Alan Mackenzie <acm@muc.de>
2057
2058 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2059 global minor mode has been enabled, call the minor mode function
2060 for a new buffer once only, after the major mode hook, whilst
2061 allowing that hook explicitly to disable the minor mode.
2062 (MODE-disable-in-buffer): New (generated) function.
2063 (disable-MODE): New (generated) buffer local variable.
2064
2065 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
2066
2067 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2068 `iswitchb-next-match' and `iswitchb-prev-match' resply.
2069 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2070 `ido-next-match' and `ido-prev-match' resply.
2071 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2072 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2073 `icomplete-backward-completions' (Bug#13708).
2074
2075 2013-02-15 Glenn Morris <rgm@gnu.org>
2076
2077 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2078
2079 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * net/goto-addr.el (goto-address-fontify): Add start and end args.
2082 (goto-address-fontify-region): Use them instead of narrowing, so
2083 syntax-ppss has access to the whole buffer.
2084
2085 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2086
2087 * progmodes/python.el: Explain how to restore "cc-mode"-like
2088 forward-sexp movement in header documentation (Bug#13642).
2089 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2090 comments and strings (GH bug 114).
2091
2092 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2093
2094 * progmodes/python.el (python-info-current-defun): Fix current
2095 defun detection (Bug#13618).
2096
2097 2013-02-15 Chong Yidong <cyd@gnu.org>
2098
2099 * xml.el (xml-parse-string): Fix typo in handling of bad character
2100 references.
2101
2102 2013-02-15 Glenn Morris <rgm@gnu.org>
2103
2104 * play/fortune.el (fortune-compile): Simplify and fix previous change.
2105
2106 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
2107
2108 * net/tramp.el (tramp-debug-message):
2109 Add `tramp-condition-case-unless-debug'.
2110 (tramp-debug-on-error): New defvar.
2111 (tramp-condition-case-unless-debug): New defun.
2112 (tramp-file-name-handler): Use it.
2113
2114 2013-02-14 Juri Linkov <juri@jurta.org>
2115
2116 * info.el (Info-isearch-filter): Treat non-nil values of
2117 `search-invisible' including its default value `open'
2118 like the value `t' to match hidden text. (Bug#13402)
2119
2120 2013-02-14 Glenn Morris <rgm@gnu.org>
2121
2122 * help-fns.el (find-lisp-object-file-name): Give special treatment
2123 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
2124
2125 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
2126
2127 * net/quickurl.el (quickurl-save-urls):
2128 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
2129
2130 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2131
2132 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2133 depth for unfinished percent literal. Not using it in the caller.
2134 (ruby-move-to-block): Jump over multiline literals of all types,
2135 ignoring code-looking contents inside them.
2136 (ruby-add-log-current-method): Improve performance at the expense
2137 of accuracy. `ruby-block-contains-point' is relatively slow, so
2138 only use it for method and singleton class blocks.
2139
2140 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2141
2142 Use ControlMaster where applicable. (Bug#13677)
2143
2144 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2145 replacing `tramp-detect-ssh-controlmaster'.
2146 (tramp-default-method): Use it.
2147
2148 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2149 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2150 arguments.
2151 [scpc, rsyncc]: Remove methods.
2152 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2153 and "ssh2_old".
2154 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2155 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2156
2157 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2158
2159 * emacs-lisp/package.el (package--initialized): Move before first use.
2160
2161 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
2162
2163 * icomplete.el (icomplete-hide-common-prefix): New user option.
2164 (icomplete-first-match): New face.
2165 (icomplete-completions): Correct handling of "complete but not
2166 unique" (Bug#12638).
2167
2168 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
2169
2170 * descr-text.el (describe-char): Display the script (bug#13698).
2171
2172 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * tmm.el: Use lexical-binding and current-active-maps.
2175 (tmm-menubar): Use map-keymap and pcase.
2176 (tmm--completion-table): New function.
2177 (tmm-prompt): Use it to fix the menu order.
2178 (tmm-get-keybind): Use current-active-maps.
2179
2180 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
2181
2182 Add dired-hide-details-mode. (Bug#6799)
2183
2184 * locate.el (locate-mode): Set parent mode property to dired-mode.
2185
2186 * find-dired.el (find-dired): Call dired-insert-set-properties on
2187 initial information line. Set process mark on end of buffer.
2188 (find-dired-sentinel):
2189 Call dired-insert-set-properties on summary.
2190
2191 * dired.el (dired-hide-details-hide-symlink-targets)
2192 (dired-hide-details-hide-information-lines): New options.
2193 (dired-insert-directory):
2194 Set properties after final treatment of output.
2195 (dired-insert-set-properties):
2196 Set dired-hide-details-* properties.
2197 (dired-mode-map): Bind dired-hide-details-mode.
2198 (dired-mode): Set buffer-invisibility-spec to a list.
2199 (dired-next-line): Skip hidden lines.
2200 (dired-previous-line): Use dired-next-line.
2201 (dired-hide-details-mode): New minor mode.
2202 (dired-hide-details-update-invisibility-spec): New function.
2203
2204 2013-02-13 Glenn Morris <rgm@gnu.org>
2205
2206 * play/yow.el: Move to obsolete/. (Bug#9384)
2207
2208 2013-02-13 Juri Linkov <juri@jurta.org>
2209
2210 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2211 to select `ediff-control-frame' and set input focus correctly on Xfce.
2212 (Bug#12218)
2213
2214 2013-02-13 Juri Linkov <juri@jurta.org>
2215
2216 * image-mode.el (image-mode-map):
2217 * doc-view.el (doc-view-mode-map):
2218 * vc/ediff-util.el (ediff-setup-keymap):
2219 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2220
2221 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2222
2223 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2224 performance. Instead of recalculating indentation fully for each
2225 line, sum up indentation depth based only on visited lines.
2226 (ruby-parse-partial): Increase the depth after "do" even when END
2227 is right after it.
2228 (ruby-parse-partial): When END is in the middle of a percent
2229 literal, increase the depth if the delimiter chars belong to the
2230 paren syntax class.
2231
2232 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
2233
2234 * play/fortune.el (fortune-compile): Also make the compiled file
2235 if it does not exist at all, not just if it is old. (Bug#5338)
2236
2237 2013-02-13 Glenn Morris <rgm@gnu.org>
2238
2239 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2240
2241 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
2242
2243 * lisp/emacs-lisp/package.el (package-menu-execute):
2244 Add optional noquery argument. (Bug#13625)
2245
2246 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2247
2248 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2249 if DIR exists and PARENTS is non-nil.
2250
2251 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2252
2253 * progmodes/js.el (js--multi-line-declaration-indentation):
2254 Silence byte-compiler warning.
2255
2256 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
2257
2258 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2259
2260 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2261 only if it doesn't exist.
2262
2263 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2264 Set process marker.
2265
2266 2013-02-12 Tassilo Horn <tsdh@gnu.org>
2267
2268 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2269 UserInstallation when calling soffice to work around LibreOffice
2270 bug 37531.
2271
2272 2013-02-12 Glenn Morris <rgm@gnu.org>
2273
2274 * files.el (basic-save-buffer):
2275 Offer to create a non-existing directory. (Bug#3016)
2276
2277 * calc/calc-graph.el (calc-graph-show-dumb):
2278 * calendar/calendar.el (calendar-mode-map):
2279 * cus-edit.el (custom-mode-map):
2280 * ehelp.el (electric-help-map):
2281 * emulation/vip.el (vip-mode-map):
2282 * epa.el (epa-key-list-mode-map):
2283 * info.el (Info-mode-map):
2284 * mail/rmail.el (rmail-mode-map):
2285 * mail/rmailsum.el (rmail-summary-mode-map):
2286 * man.el (Man-mode-map):
2287 * net/newst-plainview.el (newsticker-mode-map):
2288 * progmodes/cpp.el (cpp-edit-mode-map):
2289 * progmodes/grep.el (grep-mode-map):
2290 * progmodes/idlw-help.el (idlwave-help-mode-map):
2291 * simple.el (special-mode-map):
2292 * startup.el (splash-screen-keymap):
2293 * view.el (view-mode-map):
2294 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2295
2296 2013-02-11 Elias Pipping <pipping@lavabit.com>
2297
2298 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2299 (bug#13679).
2300
2301 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2304
2305 2013-02-11 Glenn Morris <rgm@gnu.org>
2306
2307 * vc/diff.el (diff-use-labels): New variable.
2308 (diff-no-select): Use --label rather than -L, and first
2309 check that it is supported. (Bug#11067)
2310
2311 * files.el (enable-dir-local-variables): New variable.
2312 (hack-dir-local-variables): Respect enable-dir-local-variables.
2313 * tutorial.el (help-with-tutorial):
2314 Ignore directory-local variables. (Bug#11127)
2315
2316 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2317 (vc-svn-global-switches): ... to here. (Bug#13513)
2318
2319 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2320
2321 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2322 Handle "foo (bar, default: xxx): " prompts.
2323
2324 2013-02-10 Chong Yidong <cyd@gnu.org>
2325
2326 * files.el (basic-save-buffer-1): Do not set
2327 buffer-file-coding-system-explicit (Bug#4533).
2328
2329 * mail/emacsbug.el (report-emacs-bug): Change binding of
2330 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2331
2332 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2333
2334 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2335 * calc/calc-units.el (calc-convert-units): Use new variable.
2336
2337 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2338
2339 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2340
2341 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2342 buffer-file-type.
2343
2344 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2345 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2346 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2347 coding-system-for-write instead.
2348
2349 * jka-compr.el (jka-compr-write-region): Don't bind
2350 buffer-file-type.
2351
2352 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2353 buffer-file-type.
2354
2355 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2356 (insert-file-contents-literally): Remove reference to
2357 file-name-buffer-file-type-alist.
2358
2359 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2360 make-obsolete.
2361 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2362 (find-buffer-file-type-coding-system): Remove references to
2363 find-buffer-file-type-match, find-buffer-file-type, and
2364 buffer-file-type.
2365 Don't put find-buffer-file-type-coding-system into
2366 file-coding-system-alist.
2367 (find-file-binary, find-file-text): Bind coding-system-for-read
2368 instead of file-name-buffer-file-type-alist.
2369
2370 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2371
2372 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2373 converter (Bug#13622).
2374 (doc-view-unoconv-program): Make obsolete alias.
2375 (doc-view-odf->pdf-converter-program): New variable.
2376 (doc-view-odf->pdf-converter-function): New variable.
2377 (doc-view-mode-p): Use it.
2378 (doc-view-odf->pdf-converter-unoconv):
2379 Rename from `doc-view-odf->pdf-converter-unoconv'.
2380 (doc-view-odf->pdf-converter-soffice): New function.
2381 (doc-view-convert-current-doc):
2382 Use `doc-view-odf->pdf-converter-function'.
2383
2384 2013-02-09 Chong Yidong <cyd@gnu.org>
2385
2386 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2387 view-echo-area-messages (Bug#13340).
2388
2389 * help.el (view-echo-area-messages): Use display-buffer.
2390
2391 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2392 (Bug#13561).
2393
2394 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2397 Eval body right away, now that we do eager macroexpansion (bug#13605).
2398
2399 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2400 (fundamental-mode): Use run-mode-hooks.
2401
2402 * eshell/esh-proc.el (eshell/kill): Fix last change.
2403 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2404
2405 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2406
2407 * eshell/esh-proc.el (eshell/kill): Rewrite.
2408
2409 * eshell/em-ls.el (show-almost-all): Declare.
2410 (eshell-do-ls): Add support for -A argument.
2411
2412 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2413
2414 * icomplete.el (icomplete-forward-completions)
2415 (icomplete-backward-completions): Handle corner case (bug#13602).
2416
2417 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2418
2419 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2420 be nil. Handle this. (Bug#13636)
2421
2422 2013-02-07 Richard Stallman <rms@gnu.org>
2423
2424 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2425 `save-buffer-coding-system'.
2426
2427 2013-02-07 Alan Mackenzie <acm@muc.de>
2428
2429 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2430 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2431 (c-parse-state-get-strategy): Don't return 'BOD any more.
2432 (c-append-lower-brace-pair-to-state-cache):
2433 Extra parameter HERE instead of narrowing.
2434 Widen to top of buffer before searching backwards for a brace pair.
2435 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2436 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2437 Narrow to parameter HERE, in place of being called narrowed.
2438 (c-remove-stale-state-cache): Extra parameter HERE in place of
2439 narrowing. Check there's an open brace in the cache before
2440 searching for its match.
2441 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2442 (c-parse-state-1): Don't narrow here for 'forward strategy,
2443 instead passing extra parameter HERE to several functions.
2444 Remove 'BOD strategy.
2445
2446 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2447
2448 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2449 used to install the package.
2450
2451 2013-02-06 Glenn Morris <rgm@gnu.org>
2452
2453 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2454 if we can't get user input. (Bug#6567)
2455
2456 * startup.el (command-line): If simple.el is missing,
2457 test and warn about for some possible causes.
2458
2459 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2460
2461 * cus-start.el (all): Add ns-use-native-fullscreen.
2462
2463 2013-02-05 Glenn Morris <rgm@gnu.org>
2464
2465 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2466
2467 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2468 Fix directory creation in fallback case.
2469
2470 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2471
2472 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2473 (vc-update-change-log): Use dolist.
2474
2475 2013-02-04 Chong Yidong <cyd@gnu.org>
2476
2477 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2478 code from ffap.el.
2479 (thing-at-point-beginning-of-url-regexp): New var.
2480 (thing-at-point-uri-schemes): Update list of URI schemes.
2481 (thing-at-point-url-regexp): Variable deleted.
2482 (thing-at-point-markedup-url-regexp): Disallow newlines.
2483 (thing-at-point-newsgroup-regexp)
2484 (thing-at-point-newsgroup-heads)
2485 (thing-at-point-default-mail-uri-scheme): New variables.
2486 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2487 method to find the possible bounds of the URI at point.
2488 New optional argument to find ill-formed URIs.
2489 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2490 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2491 the scheme-adding heuristics from ffap-url-at-point.
2492 (thing-at-point--bounds-of-well-formed-url): New function.
2493 Do parens matching to decide whether to include parens in the URI
2494 (Bug#9153).
2495
2496 * ffap.el: Require thingatpt.
2497 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2498 All URI-valid characters are now recognized (Bug#5673).
2499 (ffap-string-at-point): Use use-region-p.
2500 (ffap-url-regexp): Extra character is handled by thing-at-point.
2501 (ffap-string-at-point-mode-alist): Allow parentheses.
2502 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2503 Convert to aliases; code moved to thingatpt.el.
2504 (ffap-gnus-hook): Use setq-local.
2505
2506 2013-02-04 Glenn Morris <rgm@gnu.org>
2507
2508 * emacs-lisp/ert.el (ert--explain-format-atom):
2509 Don't try to print non-characters as characters. (Bug#13543)
2510
2511 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2512
2513 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2514 (tramp-backtrace): New defun.
2515 (tramp-handle-insert-file-contents): Use `visit' when inserting
2516 the local copy.
2517
2518 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2519 Use `remote-file-name-inhibit-cache'.
2520
2521 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2524 (bug#13614).
2525
2526 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2527 current-load-list (bug#13366).
2528
2529 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2530
2531 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2532 Identify g++ template instantiation trace. (Bug#12287)
2533 (compilation-mode-hook, compilation-start-hook)
2534 (compilation-window-height): Simplify docstrings. (Bug#13379)
2535
2536 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * mouse.el (mouse-drag-track): Always deactivate the mark before
2539 running the final event's command since that command is in charge of
2540 activating the mark if needed (bug#13523).
2541
2542 2013-02-02 Juri Linkov <juri@jurta.org>
2543
2544 * replace.el (perform-replace): Move let-bindings of isearch-*
2545 variables deeper to the loop that searches for the next match.
2546 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2547 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2548 (Bug#13579)
2549
2550 * isearch.el (isearch-search-fun-default): Check for null
2551 first element of isearch-cmds as a precaution when it's used
2552 with inactive isearch.
2553
2554 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2555
2556 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2557 error when buffer in question is narrowed so position 1 is out of
2558 visible part.
2559
2560 2013-02-02 Glenn Morris <rgm@gnu.org>
2561
2562 * textmodes/remember.el (remember-clipboard): Doc fix.
2563
2564 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2567 properties (bug#13179).
2568
2569 2013-02-02 Juri Linkov <juri@jurta.org>
2570
2571 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2572 instead of hard-coded default face `match'. (Bug#9438)
2573
2574 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2575
2576 * vc/vc-arch.el (vc-arch-registered):
2577 * vc/vc-bzr.el (vc-bzr-registered):
2578 * vc/vc-cvs.el (vc-cvs-registered):
2579 * vc/vc-git.el (vc-git-registered):
2580 * vc/vc-hg.el (vc-hg-registered):
2581 * vc/vc-mtn.el (vc-mtn-registered):
2582 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2583 (Bug#13139)
2584
2585 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2586 prefix argument. (Bug#11656)
2587
2588 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2591
2592 2013-02-01 Glenn Morris <rgm@gnu.org>
2593
2594 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2595 if the backend is known not to support it.
2596
2597 * imenu.el (imenu-default-create-index-function):
2598 Tweak infinite loop test to check for forward motion as well as none.
2599
2600 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2601
2602 * net/soap-client.el (soap-invoke): Encode the string for
2603 `url-request-data' as UTF-8.
2604 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2605
2606 2013-02-01 Glenn Morris <rgm@gnu.org>
2607
2608 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2609
2610 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2611
2612 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2613
2614 * net/tramp.el (tramp-tramp-file-p): Comment check for
2615 `string-as-unibyte'. The function does not exist on XEmacs, and
2616 likely we need another approach.
2617
2618 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2619 `tramp-gw-*' variables are bound.
2620
2621 2013-01-31 Glenn Morris <rgm@gnu.org>
2622
2623 * files.el (basic-save-buffer-2): Choose coding system for
2624 writing the file before backing it up, to reduce delay between
2625 backing up and writing the new version. (Bug#13522)
2626
2627 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2628
2629 * simple.el (cycle-spacing): New command.
2630 (just-one-space): Use it.
2631
2632 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2635 (opascal-newline-always-indents): Remove custom.
2636 (opascal-tab, opascal-newline): Remove commands.
2637 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2638 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2639 (opascal-save-match-data): Remove, use save-match-data instead.
2640 (opascal-save-state): Use with-silent-modifications.
2641
2642 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2643 (bug#13585).
2644
2645 2013-01-30 Juri Linkov <juri@jurta.org>
2646
2647 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2648 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2649 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2650
2651 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2654 column if we're just deleting the backslashes.
2655 (makefile-fill-paragraph): Use eolp.
2656
2657 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2658
2659 * autorevert.el (auto-revert-use-notify): Fix docstring.
2660
2661 2013-01-30 Leo Liu <sdl.web@gmail.com>
2662
2663 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2664
2665 2013-01-30 Glenn Morris <rgm@gnu.org>
2666
2667 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2668 unread-command-events twice in some cases. This tries to implement
2669 the 2012-07-26 changes in a different way. (Bug#13560)
2670
2671 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2672
2673 * progmodes/python.el
2674 (python-pdbtrack-comint-output-filter-function): Enhancements on
2675 stacktrace detection. (thanks @gnovak)
2676
2677 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2680 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2681 Use defvar-local.
2682 (jit-lock-register): Use setq-local.
2683
2684 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2685
2686 * calc-units.el (math-default-units-table): Remove initial value.
2687 (calc-convert-units): Treat expressions where all the units cancel as
2688 if they didn't have units.
2689
2690 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2691
2692 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2693 (tramp-completion-reread-directory-timeout): Fix type.
2694 (tramp-connection-min-time-diff): New defcustom.
2695
2696 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2697
2698 2013-01-30 Glenn Morris <rgm@gnu.org>
2699
2700 * imenu.el (imenu-default-create-index-function):
2701 Put back a version of the infinite loop test removed 2013-01-23.
2702
2703 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2704
2705 * progmodes/python.el (python-shell-parse-command):
2706 Find python-shell-interpreter with modified environment.
2707
2708 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2711
2712 2013-01-29 Alan Mackenzie <acm@muc.de>
2713
2714 Amend to fontify /regexp/s in actions correctly.
2715 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2716 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2717 are no longer included.
2718 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2719 What used to be these variables without "-line" in the name.
2720 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2721 (c-awk-non-arith-op-bra-re): Now also matches {.
2722 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2723 "return", and "case".
2724 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2725 by /.
2726 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2727 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2728
2729 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2730
2731 * autorevert.el (auto-revert-use-notify):
2732 Use `custom-initialize-default' for initialization. (Bug#13583)
2733
2734 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2735
2736 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2737 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2738 in `tramp-file-name-handler'.
2739 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2740 compatibility.
2741 (tramp-compute-multi-hops): Check, whether
2742 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2743
2744 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2747 (bug#13297).
2748
2749 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2750
2751 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2752 checks made superfluous by the \_< operator.
2753 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2754 temporarily) broken indentation.
2755 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2756 Highlight nested constants, too. \_< broke that.
2757
2758 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2759
2760 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2761 instead of "\\b".
2762
2763 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2764
2765 * autorevert.el (auto-revert-handler): Notifications which result
2766 from a saved file shall not be taken into account. (Bug#13557)
2767
2768 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2769
2770 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2771 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2772 (lisp-mode): Pass t for it. (Bug#13556)
2773
2774 2013-01-25 Alan Mackenzie <acm@muc.de>
2775
2776 AWK Mode: Fix indentation bug at top level. Bug #12274.
2777
2778 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2779 just before CASE 5D.
2780
2781 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2782
2783 * net/socks.el (socks-nslookup-host): Use string-to-number.
2784
2785 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2786
2787 * autorevert.el (auto-revert-remote-files)
2788 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2789 (auto-revert-notify-enabled, auto-revert-use-notify)
2790 (auto-revert-notify-watch-descriptor-hash-list)
2791 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2792 (auto-revert-notify-event-descriptor)
2793 (auto-revert-notify-event-action)
2794 (auto-revert-notify-event-file-name): Doc fix.
2795 (global-auto-revert-mode): Reorder checks.
2796 (auto-revert-notify-rm-watch): Respect changed values of
2797 `auto-revert-notify-watch-descriptor-hash-list'.
2798 (auto-revert-notify-add-watch): Check for
2799 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2800 `inotify-add-watch'. Watch `default-directory' instead of
2801 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2802 has a changed meaning now. (Bug#13540)
2803 (auto-revert-notify-handler): Change implementation wrt events
2804 returning from a directory.
2805 (auto-revert-handler): Reorder implementation for checks of remote
2806 files.
2807 (auto-revert-buffers): Fix parentheses error.
2808
2809 2013-01-25 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2810
2811 * progmodes/python.el: Enhancements to header documentation about
2812 skeletons. (Bug#5716)
2813
2814 * imenu.el (imenu-default-create-index-function): Remove useless
2815 infinite loop check. (Bug#13438)
2816
2817 2013-01-25 Alan Mackenzie <acm@muc.de>
2818
2819 Fix a bug in the state cache mechanism. Refactor this a bit.
2820
2821 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2822 `cache-pos' element from the return value.
2823 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2824 buffer to enable proper searching from beyond HERE. Amend the
2825 test for detecting the sought brace pair. Amend the value written
2826 to the "brace desert cache" when the brace isn't found.
2827 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2828 and several other variables analogously.
2829 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2830 parameter to a locally calculated variable.
2831 (c-parse-state-1): Change the calling conventions to the two
2832 defuns involving `cache-pos'.
2833
2834 2013-01-25 Chong Yidong <cyd@gnu.org>
2835
2836 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2837
2838 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2839
2840 * paren.el (show-paren-function): Make sure to set 'priority and
2841 'face only if the overlay does exist.
2842
2843 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2844
2845 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2846
2847 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2848 basic attributes.
2849 (tramp-sh-handle-set-file-acl): Improve error checking.
2850
2851 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2852
2853 * doc-view.el (doc-view-display): Force mode line update until all
2854 document is converted. Suggested by Stefan Monnier (Bug#13164).
2855
2856 2013-01-23 Bastien Guerry <bzg@gnu.org>
2857
2858 * paren.el (show-paren-function): Make sure an overlay exists
2859 before trying to delete it. Also use `pos' as a position only
2860 when it is an integer.
2861
2862 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2863
2864 * play/gametree.el (gametree-break-line-here): Use point-marker.
2865
2866 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2867
2868 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2869 Mark descriptive parts with `display' property.
2870
2871 2013-01-21 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2872
2873 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2874 New variable to map standard dict names to hunspell ones.
2875 (ispell-set-spellchecker-params): Make sure specific dict names
2876 are used for standard dicts with hunspell.
2877
2878 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2879
2880 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2881 chars for note (%N) and url (%U).
2882 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2883
2884 2013-01-21 Juri Linkov <juri@jurta.org>
2885
2886 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2887 in addition to existing separate binding `meta f10' in `global-map'.
2888 (Bug#13484)
2889
2890 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2891
2892 Improve XEmacs compatibility.
2893
2894 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2895
2896 * net/tramp-adb.el (top): Require `time-date'.
2897 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2898 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2899 Use `tramp-file-name-handler'.
2900 (tramp-adb-maybe-open-connection):
2901 Use `tramp-compat-set-process-query-on-exit-flag'.
2902
2903 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2904 Use `tramp-compat-funcall'.
2905
2906 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2907 `tramp-compat-funcall'.
2908
2909 2013-01-21 JĂ¼rgen Hötzel <juergen@archlinux.org>
2910
2911 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2912 reimplementation using "adb shell command ..." instead of running
2913 remote shell interactively.
2914
2915 2013-01-20 Glenn Morris <rgm@gnu.org>
2916
2917 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2918 Add native profiler menu entries.
2919
2920 * profiler.el (profiler-running-p): New function.
2921 (profiler-cpu-profile): Use profiler-running-p.
2922 (profiler-report-mode-map): Add some more menu entries.
2923
2924 2013-01-19 Glenn Morris <rgm@gnu.org>
2925
2926 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2927 fixes 2012-12-07 change. (Bug#13499)
2928
2929 2013-01-19 Leo Liu <sdl.web@gmail.com>
2930
2931 * dired.el (dired-get-marked-files): Prune erroneous values due to
2932 last change. (Bug#13152)
2933
2934 2013-01-19 Glenn Morris <rgm@gnu.org>
2935
2936 * progmodes/etags.el (tags-table-check-computed-list):
2937 Preserve point in tags buffer. (Bug#13412)
2938
2939 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2940
2941 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2942 Chong Yidong <cyd@gnu.org>
2943
2944 * image-mode.el (image-next-file, image-previous-file):
2945 New commands (Bug#8453).
2946 (image-mode-map): Bind them to n and p.
2947 (image-mode--images-in-directory): New helper function.
2948
2949 2013-01-19 Chong Yidong <cyd@gnu.org>
2950
2951 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2952 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2953 save and restore the old window configuration.
2954
2955 2013-01-18 Leo Liu <sdl.web@gmail.com>
2956
2957 * progmodes/js.el: Tweak autoload cookie for alias.
2958
2959 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2960
2961 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2962 buffer local, again. This was lost with the fix on 2013-01-12.
2963
2964 2013-01-17 JĂ¼rgen Hötzel <juergen@archlinux.org>
2965
2966 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2967 order to support several eshell buffers in parallel.
2968
2969 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * autorevert.el (auto-revert-use-notify): In the :set function, do
2972 not modify `kill-buffer-hook'.
2973 (auto-revert-notify-rm-watch):
2974 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2975 (auto-revert-notify-add-watch): Do not call
2976 `auto-revert-notify-rm-watch', but add it to a buffer local
2977 `kill-buffer-hook'.
2978
2979 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2982 call to `eval' rather than a backquoted lambda.
2983
2984 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2987 to return an explicit nil.
2988 (advice--remove-function): Change accordingly.
2989
2990 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2991 the use of nadvice.el.
2992
2993 * progmodes/which-func.el (which-function): Silence imenu errors
2994 (bug#13433).
2995
2996 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2997
2998 * progmodes/sql.el (sql-imenu-generic-expression):
2999 (sql-mode-font-lock-object-name): Match schema qualified names.
3000 (sql-connect): Use string keys.
3001 (sql-product-interactive): Wait for interpreter prompt.
3002 (sql-comint-oracle): Set process coding based on NLS_LANG.
3003
3004 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3005
3006 * progmodes/sql.el (sql-output-to-send): Remove, unused.
3007 (sql-interactive-remove-continuation-prompt):
3008 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3009
3010 2013-01-14 Leo Liu <sdl.web@gmail.com>
3011
3012 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3013 (Bug#13420)
3014
3015 2013-01-14 Glenn Morris <rgm@gnu.org>
3016
3017 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3018 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
3019
3020 2013-01-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3021
3022 * progmodes/python.el (python-nav-end-of-statement):
3023 Fix cornercase when handling multiline strings.
3024
3025 2013-01-13 Richard Stallman <rms@gnu.org>
3026
3027 * mail/sendmail.el (mail-position-on-field): Add doc string.
3028
3029 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3030 Get current message boundaries and pass them to
3031 message-forward-make-body-mime. Minor style changes.
3032
3033 2013-01-13 Eli Zaretskii <eliz@gnu.org>
3034
3035 * cus-start.el (all): Avoid warnings about
3036 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3037
3038 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
3039
3040 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3041
3042 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3043
3044 * jit-lock.el (jit-lock-debug-mode): New minor mode.
3045 (jit-lock--debug-fontifying): New var.
3046 (jit-lock--debug-fontify): New function.
3047 * subr.el (condition-case-unless-debug): Don't prevent catching the
3048 error, just let the debbugger run.
3049 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3050 timer code and don't drop errors silently.
3051
3052 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
3053
3054 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3055 `permanent-local' property.
3056 (auto-revert-notify-handler): Use `file-equal-p'.
3057
3058 2013-01-12 Eli Zaretskii <eliz@gnu.org>
3059
3060 * autorevert.el (auto-revert-notify-handler): Fix filtering of
3061 file notification by ACTION. For filtering by file name, compare
3062 only the non-directory part of the file name.
3063
3064 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3065
3066 * autorevert.el: Use cl-lib instead of cl.
3067
3068 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3069 (vc-bzr-checkin): Use it.
3070 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3071 will preserve match-data.
3072
3073 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
3074
3075 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3076 (js--declaration-keyword-re): New var.
3077 (js--multi-line-declaration-indentation): New function.
3078 (js--proper-indentation): Use it.
3079
3080 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
3081
3082 * calc/calc.el (calc-highlight-selections-with-faces)
3083 (calc-dispatch):
3084 * comint.el (comint-history-isearch-message):
3085 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3086 * ffap.el (ffap-string-at-point-region, ffap-next)
3087 (ffap-string-at-point, ffap-string-around)
3088 (ffap-copy-string-as-kill, ffap-highlight-overlay)
3089 (ffap-literally):
3090 * font-lock.el (font-lock-keywords-alist)
3091 (font-lock-removed-keywords-alist):
3092 * help-mode.el (help-xref-symbol-regexp):
3093 * info.el (Info-find-emacs-command-nodes):
3094 * international/mule.el (add-to-coding-system-list):
3095 * isearch.el (isearch-message-function, isearch-fail-pos):
3096 * misearch.el (multi-isearch-next-buffer-function):
3097 * newcomment.el (comment-box):
3098 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3099 (pr-setting-database):
3100 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3101 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3102 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3103 (pike-font-lock-keywords-3):
3104 * progmodes/compile.el (compile):
3105 * progmodes/etags.el (tags-table-files)
3106 (tags-table-files-function, tags-included-tables-function):
3107 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3108 (gdb-restore-windows):
3109 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3110 (ps-n-up-filling-database):
3111 * server.el (server-buffer, server-log):
3112 * simple.el (newline, delete-backward-char, delete-forward-char)
3113 (minibuffer-history-isearch-message, kill-line, track-eol)
3114 (temporary-goal-column):
3115 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3116 (flyspell-default-deplacement-commands):
3117 * textmodes/ispell.el (ispell-accept-output):
3118 * textmodes/sgml-mode.el (html-tag-help):
3119 * vc/compare-w.el (compare-ignore-whitespace)
3120 (compare-ignore-case, compare-windows-dehighlight):
3121 * vc/diff.el (diff):
3122 * whitespace.el (whitespace-point)
3123 (whitespace-font-lock-refontify, whitespace-bob-marker)
3124 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3125
3126 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
3127
3128 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3129 (auto-revert-notify-rm-watch): Ignore errors.
3130 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
3131 inotify, and '(size last-write-time) for w32notify.
3132 Set buffer-local `auto-revert-use-notify' to nil when adding a file
3133 watch fails - this is a fallback to the file modification check.
3134 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3135 (auto-revert-notify-event-action)
3136 (auto-revert-notify-event-file-name): New defuns.
3137 (auto-revert-notify-handler): Use them. Implement first
3138 plausibility checks.
3139 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3140
3141 2013-01-11 Julien Danjou <julien@danjou.info>
3142
3143 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3144 max are almost equal. Also return the correct value for V which is
3145 already between 0 and 1.
3146
3147 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3148
3149 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3150
3151 2013-01-11 Eli Zaretskii <eliz@gnu.org>
3152
3153 * autorevert.el (auto-revert-notify-rm-watch)
3154 (auto-revert-notify-add-watch): Fix typos in w32notify function
3155 names.
3156
3157 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3158
3159 * autorevert.el (auto-revert-notify-enabled): Move up.
3160 (auto-revert-use-notify): New defcustom.
3161 (auto-revert-mode, global-auto-revert-mode)
3162 (auto-revert-notify-add-watch, auto-revert-handler)
3163 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3164 `auto-revert-notify-enabled'.
3165
3166 2013-01-10 Elias Pipping <pipping@exherbo.org>
3167
3168 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3169 * doc-view.el (doc-view-document->bitmap):
3170 Use doc-view-single-page-converter-function instead of
3171 single-page-converter arg; adjust callers.
3172
3173 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
3174
3175 * progmodes/which-func.el (which-function): Understand Semantic's use
3176 of overlays in imenu--index-alist.
3177
3178 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
3179
3180 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
3181 (Man-man-k-use-anchor): New var.
3182 (Man-parse-man-k): New function.
3183 (Man-completion-table): Use it.
3184 (man): Flush the completion cache between uses.
3185
3186 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3187
3188 * autorevert.el: Add file watch support.
3189 (auto-revert-notify-enabled): New defconst.
3190 (auto-revert-notify-watch-descriptor-hash-list)
3191 (auto-revert-notify-watch-descriptor)
3192 (auto-revert-notify-modified-p): New defvars.
3193 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3194 (auto-revert-notify-handler): New defuns.
3195 (auto-revert-mode, global-auto-revert-mode): Remove file watches
3196 when mode is disabled.
3197 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3198 (auto-revert-buffers): Add file watches for active buffers.
3199
3200 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3201
3202 * cus-start.el (toplevel): Only allow float values for
3203 scroll-up-aggressively and scroll-down-aggressively.
3204 Allow any number for line-spacing.
3205
3206 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3209 (doc-view-pdf->png-converter-function): Use mupdf if available.
3210 (doc-view-djvu->png-converter-function)
3211 (doc-view-ps->png-converter-function): Remove.
3212 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3213 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3214 (doc-view-already-converted-p): Adjust accordingly.
3215 (doc-view-mode-p): Simplify.
3216 (doc-view-enlarge): Use setq-local.
3217 (doc-view-pdf->png-converter-ghostscript)
3218 (doc-view-djvu->png-converter-ddjvu)
3219 (doc-view-pdf->png-converter-mupdf): Rework to call
3220 doc-view-start-process directly.
3221 (doc-view-pdf/ps->png): Simplify accordingly.
3222 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3223 (doc-view-document->bitmap): Rename from doc-view-document->png.
3224 (doc-view-convert-current-doc): Merge pdf and djvu cases.
3225 (doc-view-set-slice-from-bounding-box): Fix completion table.
3226 (doc-view-mode): Use add-hook for after-revert-hook.
3227
3228 2013-01-10 Glenn Morris <rgm@gnu.org>
3229
3230 * emacs-lisp/authors.el (authors-ignored-files)
3231 (authors-valid-file-names, authors-renamed-files-alist):
3232 Add some more entries.
3233
3234 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3237 `t' pseudo-window entry.
3238
3239 2013-01-10 Alan Mackenzie <acm@muc.de>
3240
3241 Fix bugs in the c-parse-state mechanism. Reuse some markers
3242 instead of continually generating new ones.
3243
3244 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3245 (c-state-old-cpp-end-marker): New variables.
3246 (c-append-lower-brace-pair-to-state-cache): Start a backward
3247 search for "}" definitively outside CPP constructs.
3248 (c-remove-stale-state-cache): Inform the caller of a need to
3249 search back for a brace pair in certain circumstances.
3250 (c-state-maybe-marker): New macro.
3251 (c-parse-state): Reuse markers when appropriate.
3252
3253 2013-01-10 Glenn Morris <rgm@gnu.org>
3254
3255 * simple.el (execute-extended-command): Doc fix.
3256 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3257
3258 2013-01-10 Chong Yidong <cyd@gnu.org>
3259
3260 * faces.el (read-face-name): Doc fix.
3261
3262 2013-01-10 Roland Winkler <winkler@gnu.org>
3263
3264 * emacs-lisp/crm.el: Allow any regexp for separators.
3265 (crm-default-separator): All spaces around the default comma separator.
3266 (crm--completion-command): New macro.
3267 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3268 (crm-complete-and-exit): Handle non-single-char separators.
3269
3270 2013-01-09 Elias Pipping <pipping@lavabit.com>
3271
3272 * doc-view.el: Add support for DjVu (bug#13164).
3273 (doc-view-djvu->png-converter-function): New config var.
3274 (doc-view-single-page-converter-function, doc-view--image-type)
3275 (doc-view--image-file-extension): New vars.
3276 (doc-view-mode): Initialize them.
3277 (doc-view-goto-page): Use them.
3278 (doc-view-mode-p): Add support for ddjvu.
3279 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3280 (doc-view-set-up-single-converter): New funs.
3281 (doc-view-pdf/ps->png): Extend for djvu.
3282 (doc-view-document->png): Rename from doc-view-pdf->png.
3283 (doc-view-convert-current-doc): Handle djvu.
3284 (doc-view-insert-image, doc-view-display)
3285 (doc-view-already-converted-p): Don't hardcode png.
3286 (doc-view-set-doc-type): Recognize djvu docs.
3287
3288 2013-01-09 Elias Pipping <pipping@lavabit.com>
3289
3290 * doc-view.el: Add support for mupdf converter (bug#13164).
3291 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3292 (doc-view-ps->png-converter-function): New config vars.
3293 (doc-view-pdf->png-converter-ghostscript)
3294 (doc-view-ps->png-converter-ghostscript)
3295 (doc-view-pdf->png-converter-mupdf): New functions.
3296 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3297
3298 2013-01-09 JĂ¼rgen Hötzel <juergen@archlinux.org>
3299
3300 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3301 first in session cache: When `tramp-own-remote-path' is in
3302 `tramp-remote-path', the remote path is only set in the session
3303 cache.
3304
3305 2013-01-09 Glenn Morris <rgm@gnu.org>
3306
3307 * emacs-lisp/trace.el (trace-function-foreground)
3308 (trace-function-background): Doc fix.
3309
3310 2013-01-09 Juri Linkov <juri@jurta.org>
3311
3312 * international/mule-cmds.el (read-char-by-name): Move let-binding
3313 of completion-ignore-case around completing-read to fix regression
3314 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3315 `string-match-p' using the nil value of `case-fold-search' and
3316 `completion-ignore-case' in `completion-pcm--all-completions'.
3317 (Bug#12615).
3318
3319 2013-01-09 Glenn Morris <rgm@gnu.org>
3320
3321 * progmodes/compile.el (compilation-parse-errors):
3322 Fix typo. (Bug#13369)
3323
3324 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3325
3326 * comint.el (comint-send-input): Check size of buffer before
3327 waiting for process output, in case already accepted. (Bug#13290)
3328
3329 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3330
3331 Spelling fixes.
3332 * net/tramp-adb.el (tramp-adb-get-toolbox):
3333 Fix misspelling of 'unknown'.
3334
3335 2013-01-08 Juri Linkov <juri@jurta.org>
3336
3337 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3338 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3339 Use underline style wave on terminals that support it. (Bug#13000)
3340
3341 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3344 the predicate returns nil.
3345
3346 * simple.el: Use lexical-binding.
3347 (primitive-undo): Use pcase.
3348 (minibuffer-history-isearch-push-state): Use a closure.
3349
3350 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3351
3352 * simple.el (primitive-undo): Move from undo.c.
3353
3354 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3357 (cvs-mode-remove-handled): Use it (bug#13380).
3358
3359 * emacs-lisp/nadvice.el (advice--tweak): New function.
3360 (advice--remove-function, advice--subst-main): Use it.
3361
3362 * emacs-lisp/advice.el: Update commentary.
3363
3364 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3365
3366 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3367 Remove spurious entry.
3368
3369 2013-01-08 Glenn Morris <rgm@gnu.org>
3370
3371 * net/tramp.el (tramp-default-host-alist): Add :version.
3372
3373 2013-01-08 Juri Linkov <juri@jurta.org>
3374
3375 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3376 single completion. (Bug#12456)
3377 (info--manual-names): Expand node completions into an explicit list
3378 before appending it to another list. Filter out internal buffers
3379 with the leading space in the buffer name. (Bug#10771)
3380
3381 2013-01-08 Juri Linkov <juri@jurta.org>
3382
3383 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3384 that defaults to the Top node.
3385 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3386 the short format (FILENAME) goes to the Top node.
3387 (Info-build-node-completions): Rename arg `file' to `filename'.
3388 (Bug#13365)
3389
3390 2013-01-07 Bastien Guerry <bzg@gnu.org>
3391
3392 * menu-bar.el (menu-bar-search-documentation-menu):
3393 Use `apropos-user-option' and fix the help message.
3394
3395 2013-01-07 Bastien Guerry <bzg@gnu.org>
3396
3397 * apropos.el (apropos-do-all): Update docstring.
3398 (apropos-user-option-button): New face.
3399 (apropos-user-option): Rename from `apropos-variable' and update
3400 docstring.
3401 (apropos-variable): Rewrite, now show all variables by default.
3402 (apropos-print): Mention "User option" instead of "Variable" when
3403 printing doc for user options. (Bug#13276)
3404
3405 2013-01-07 JĂ¼rgen Hötzel <juergen@archlinux.org>
3406
3407 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3408 Handle filename correctly, when parsing "source -> target" symlink
3409 output.
3410 (tramp-adb-handle-set-file-times): New defun.
3411
3412 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3415 advice list when the interactive-spec of ad-Advice-* changes.
3416
3417 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3418
3419 * wid-edit.el (widget-default-get): Work for inlined elements.
3420 (Bug#12670)
3421
3422 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3423
3424 * net/tramp.el (tramp-default-host-alist): New defcustom.
3425 (tramp-find-host): Use it.
3426 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3427 `eshell-directory-change-hook'.
3428
3429 * net/tramp-adb.el (top): Add adb specific entry in
3430 `tramp-default-host-alist'.
3431 (tramp-adb-file-name-host): Remove function.
3432 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3433 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3434
3435 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3436
3437 2013-01-06 JĂ¼rgen Hötzel <juergen@archlinux.org>
3438
3439 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3440
3441 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3442
3443 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3444 consist of more than one digit.
3445 (tramp-adb-file-name-handler-alist):
3446 Use `tramp-handle-file-exists-p' consistently.
3447 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3448 (tramp-adb-handle-file-exists-p): Remove function.
3449 (tramp-adb-file-name-host): New defun.
3450 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3451 Use it.
3452 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3453
3454 2013-01-06 Chong Yidong <cyd@gnu.org>
3455
3456 * vc/vc.el (vc-next-action): Detect buffer modifications
3457 conflicting with locking VCS operation (Bug#11490).
3458
3459 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3460
3461 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3462
3463 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3464 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3465
3466 2013-01-05 JĂ¼rgen Hötzel <juergen@archlinux.org>
3467
3468 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3469 parsing of ls output using regular expression (handle filenames
3470 with spaces). Use virtual device number.
3471 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3472 cleanup).
3473
3474 2013-01-04 Daiki Ueno <ueno@gnu.org>
3475
3476 * epg.el: Silence byte-compiler warnings.
3477 (epg--start): Use delete-char instead of delete-backward-char.
3478 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3479
3480 2013-01-04 Daiki Ueno <ueno@gnu.org>
3481
3482 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3483 Suggested by Eli Zaretskii <eliz@gnu.org>.
3484
3485 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3486
3487 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3488 non-negative integers. Otherwise, the default values are used.
3489 (tramp-convert-file-attributes): Convert uid and gid to integers.
3490
3491 2013-01-04 Glenn Morris <rgm@gnu.org>
3492
3493 * term.el (term-handle-colors-array): Ensure face attributes
3494 are fully specified, not nil. (Bug#13337)
3495
3496 * term.el (term-default-fg-color, term-default-bg-color):
3497 Fix custom type.
3498
3499 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3500 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3501 rather than 'jka-compr being loaded. (Bug#13338)
3502
3503 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3504
3505 * icomplete.el (icomplete-completions):
3506 Honor icomplete-prospects-height once more following
3507 2012-11-29 changes. (Bug#13224)
3508
3509 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3512 of called-interactively-p as well (bug#13237).
3513
3514 * view.el (view--enable, view--disable): Rename from view-mode-enable
3515 and view-mode-disable and assume it's called from view-mode.
3516 (view-mode-enable, view-mode-disable): Redefine as obsolete
3517 compatibility layer above view-mode.
3518 (view-mode-enter): Call `view-mode'.
3519
3520 * files.el (after-find-file): Call `view-mode'.
3521
3522 * doc-view.el (doc-view-scale-internally): New var.
3523 (doc-view-enlarge, doc-view-insert-image): Obey it.
3524
3525 2013-01-03 Daiki Ueno <ueno@gnu.org>
3526
3527 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3528 exist. (Bug#13344)
3529
3530 2013-01-03 Glenn Morris <rgm@gnu.org>
3531
3532 * mail/rmail.el (rmail-set-header-1): Ignore case.
3533 Handle multi-line headers. (Bug#13330)
3534
3535 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3536 Handle paragraph starting at beginning of buffer.
3537
3538 * subr.el (eval-after-load): Don't purecopy the form, so that it
3539 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3540
3541 * emacs-lisp/byte-run.el (defun): Place cl declarations
3542 after any interactive spec. (Bug#13265)
3543
3544 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3545
3546 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3547 defun. Don't check for DECL if DOCSTRING isn't a string.
3548 (defun): Likewise.
3549
3550 2013-01-02 Glenn Morris <rgm@gnu.org>
3551
3552 * eshell/em-cmpl.el (eshell-pcomplete):
3553 More thoroughly imitate pcomplete. (Bug#13293)
3554
3555 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3556 Return nil for empty path elements. (Bug#13296)
3557
3558 2013-01-02 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3559
3560 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3561 order to improve efficiency (Based on Daniel Colascione's
3562 <dancol@dancol.org> patch). (Bug#13182)
3563
3564 2013-01-02 Glenn Morris <rgm@gnu.org>
3565
3566 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3567
3568 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3569
3570 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3571 neither DOCSTRING nor DECL was given. (Bug#13316)
3572
3573 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3574
3575 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3576 `error' call.
3577 (tramp-do-copy-or-rename-file): Ignore errors when calling
3578 `set-file-extended-attributes'.
3579
3580 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3581 Add handler for `file-acl'.
3582 (tramp-smb-handle-file-acl): New defun.
3583
3584 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3585
3586 * calc/README: Mention ISO 8601 week-numbering dates.
3587
3588 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3589
3590 * view.el (view-mode-enable): New argument run-view-mode-hook.
3591 Run view-mode-hook only when it's non-nil (Bug#13315).
3592 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3593 argument t.
3594
3595 2012-12-31 JĂ¼rgen Hötzel <juergen@archlinux.org>
3596
3597 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3598 (No device connected, invalid device name). (Bug #13299)
3599
3600 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3601
3602 * window.el (window-resizable--p): Rename to window-resizable-p.
3603 (window-resize-no-error): New function.
3604
3605 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3606 broken in fix from 2012-12-28.
3607
3608 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * subr.el (special-form-p): Don't signal errors on undef aliases.
3611
3612 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3613
3614 * calc/calc-forms.el (math-parse-date): Try using
3615 `math-parse-iso-date' when it looks like it might be needed.
3616 Allow times of 24:00.
3617 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3618 of 24:00.
3619
3620 2012-12-30 Glenn Morris <rgm@gnu.org>
3621
3622 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3623 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3624 (rmail-summary-displayed, rmail-summary): Declare.
3625 (mairix-rmail-display): Just require rmail.
3626
3627 2012-12-30 Chong Yidong <cyd@gnu.org>
3628
3629 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3630 check for the tarball contents.
3631
3632 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3633
3634 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3635 tarfile content listings (Bug#13136).
3636
3637 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3638
3639 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3640 Insert the undecoded text of the message being forwarded. (Bug#9521)
3641
3642 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3643
3644 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3645 integers, if they are real numbers. (Bug#13282)
3646
3647 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3648 Return `t' on success.
3649
3650 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3651 Add handler for `set-file-selinux-context'.
3652
3653 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3654
3655 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3656 (tramp-sh-handle-set-file-acl): Return `t' on success.
3657
3658 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3659
3660 * files.el (backup-buffer-copy, basic-save-buffer-2):
3661 If set-file-extended-attributes fails, fall back on set-file-modes
3662 instead of signaling an error. (Bug#13298)
3663 (basic-save-buffer): Likewise.
3664
3665 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3666
3667 * progmodes/python.el: Support other commands triggering
3668 python-indent-line so indentation cycling continues to work.
3669 (python-indent-trigger-commands): New defcustom.
3670 (python-indent-line): Use it.
3671
3672 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3673
3674 * progmodes/python.el (python-shell-send-region): Add blank lines
3675 for non sent code so backtraces remain correct.
3676
3677 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3678
3679 * progmodes/python.el: Remove cl dependency.
3680 (python-syntax-count-quotes): Replace incf call.
3681 (python-fill-string): Replace setf call.
3682
3683 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3684
3685 * info.el (info-other-window): New arg, for consistency with info.
3686
3687 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3688
3689 * mail/rmail.el (rmail-maybe-display-summary):
3690 Rewrite (Bug#13066).
3691
3692 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3693
3694 * epg.el (epg--start): Modify process-environment locally.
3695
3696 2012-12-28 Daiki Ueno <ueno@gnu.org>
3697
3698 * epg.el: Support pinentry-curses.
3699 Suggested by Werner Koch in
3700 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3701 (epg-agent-file, epg-agent-mtime): New variable.
3702 (epg--start): Record the modified time of gpg-agent socket file,
3703 to restore Emacs frame after pinentry-curses termination.
3704 (epg-wait-for-completion): Restore Emacs frame here.
3705
3706 2012-12-27 Juri Linkov <juri@jurta.org>
3707
3708 * info.el (Info-file-completions): New variable.
3709 (Info-read-node-name-1): Complete node names in the Info file
3710 when a file name is given. Call `Info-build-node-completions'
3711 with a file name.
3712 (Info-build-node-completions): Add new arg `file'. When it is
3713 non-nil, visit it in a temporary buffer and cache its completions in
3714 `Info-current-file-completions'. Move most of the function body to
3715 `Info-build-node-completions-1'.
3716 (Info-build-node-completions-1): New function with the body from
3717 `Info-build-node-completions'. (Bug#12456)
3718
3719 2012-12-27 Juri Linkov <juri@jurta.org>
3720
3721 * frame.el (frame-maximization-style): Remove user option.
3722 (cycle-frame-maximized): Remove function.
3723 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3724 (toggle-frame-fullscreen): New command bound to <f11> instead of
3725 `toggle-frame-maximized'.
3726 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3727
3728 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3729
3730 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3731
3732 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3733 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3734 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3735 for `file-accessible-directory-p'. (Bug#13275)
3736
3737 2012-12-27 Sam Steingold <sds@gnu.org>
3738
3739 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3740 continuations, see <http://stackoverflow.com/questions/3582436>.
3741
3742 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3743
3744 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3745 "module" and "def" to have indentation before them.
3746 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3747
3748 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3749
3750 2012-12-27 Alan Mackenzie <acm@muc.de>
3751
3752 Speed up fontification where there's large brace blocks.
3753 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3754 to a call of c-beginning-of-decl-1.
3755
3756 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3757
3758 * comint.el (comint-adjust-window-point): New function.
3759 (comint-postoutput-scroll-to-bottom):
3760 Call comint-adjust-window-point (Bug#13248).
3761
3762 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3763
3764 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3765 Rakefile regexp.
3766 (auto-mode-alist): Associate .gemspec files with ruby-mode
3767 (https://bugs.ruby-lang.org/issues/5453).
3768
3769 2012-12-26 JĂ¼rgen Hötzel <juergen@archlinux.org>
3770
3771 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3772 Suppress coloring, if possible (required for BusyBox based systems like
3773 CyanogenMod).
3774 (tramp-adb-handle-file-attributes)
3775 (tramp-adb-handle-insert-directory)
3776 (tramp-adb-handle-file-name-all-completions): Use it.
3777 (tramp-adb-get-toolbox): New defun. Check for remote shell
3778 implementation (BusyBox or Toolbox).
3779
3780 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3781
3782 * startup.el (initial-buffer-choice): Allow function as value
3783 (Bug#13251).
3784 (command-line-1): Handle case where initial-buffer-choice
3785 specifies a function.
3786 * server.el (server-execute): Handle case where
3787 initial-buffer-choice specifies a function.
3788
3789 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3790
3791 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3792 its own function.
3793 (smtpmail-try-auth-methods): Forget the user name/password if the
3794 login is unsuccessful (bug#12424).
3795
3796 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3797
3798 * notifications.el (notifications-notify): Protect body with
3799 `with-demoted-errors'.
3800
3801 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3802 Check properties of remote device. Restart connection, if there is a
3803 change.
3804
3805 2012-12-21 Chong Yidong <cyd@gnu.org>
3806
3807 * sort.el (sort-subr): Doc fix (Bug#13056).
3808
3809 2012-12-21 Bastien Guerry <bzg@gnu.org>
3810
3811 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3812
3813 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3814
3815 * simple.el (process-file): Overwrite stderr file, if exists.
3816
3817 2012-12-21 Daiki Ueno <ueno@gnu.org>
3818
3819 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3820 (epg-error): Set `error-message' property.
3821
3822 2012-12-21 Chong Yidong <cyd@gnu.org>
3823
3824 * international/mule-cmds.el (read-char-by-name): Signal an error
3825 if the user does not supply a valid character (Bug#13177).
3826
3827 * simple.el (transpose-subr-1): Preserve marker positions by
3828 changing the insertion sequence (Bug#13122).
3829
3830 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3831
3832 * simple.el (kill-region): Deactivate mark even for empty regions
3833 (Bug#13169).
3834
3835 2012-12-21 Chong Yidong <cyd@gnu.org>
3836
3837 * help-fns.el (describe-variable): Make sure we get the right
3838 buffer name (Bug#13105). Suggested by Kelly Dean.
3839
3840 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3841
3842 * comint.el (comint-redirect-previous-input-string): New variable.
3843 (comint-redirect-setup, comint-redirect-cleanup)
3844 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3845 (comint-redirect-preoutput-filter): Fix verbose message.
3846
3847 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3848
3849 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3850 is too long for Tramp. See discussion in
3851 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3852
3853 * progmodes/compile.el (compilation-start): Remove line escape
3854 template.
3855
3856 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3857
3858 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3859 Adjust comment.
3860
3861 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3862
3863 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3864 following non-comment text (bug#13207).
3865 (lm-header-multiline): Continuation lines need to be indented more than
3866 the first line.
3867 (lm-homepage): New function.
3868 (lm-with-file): Don't be confused if narrowing is in effect.
3869
3870 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3871
3872 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3873 very beginning of a hunk (e.g. killing the first line).
3874
3875 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3876
3877 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3878 and text properties from returned ACL string.
3879 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3880 for "setfacl" command.
3881
3882 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3883
3884 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3885 `tramp-cleanup-this-connection', when the process has died.
3886 (Bug#13151)
3887
3888 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3889
3890 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3891
3892 2012-12-17 Kevin Ryde <user42@zip.com.au>
3893
3894 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3895
3896 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3897
3898 Add support for preserving ACL entries of files.
3899
3900 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3901 `set-file-acl' handlers.
3902
3903 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3904 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3905
3906 * net/tramp-compat.el (tramp-compat-copy-file):
3907 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3908
3909 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3910 Add `file-acl' and `set-file-acl' handlers.
3911 (tramp-gvfs-handle-copy-file):
3912 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3913 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3914 New defuns.
3915
3916 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3917 Add `file-acl' and `set-file-acl' handlers.
3918 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3919 (tramp-sh-handle-set-file-acl): New defuns.
3920 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3921 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3922
3923 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3924 Add `file-acl' and `set-file-acl' handlers.
3925 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3926
3927 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3928
3929 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3930 use pop-to-buffer with NORECORD argument t. As buffer name, use
3931 *Metahelp* with a leading space (Bug#13190).
3932
3933 2012-12-16 Romain Francoise <romain@orebokech.com>
3934
3935 * files.el (file-extended-attributes)
3936 (set-file-extended-attributes): New functions.
3937 (backup-buffer): Use them to handle both SELinux context and ACL
3938 entries.
3939 (backup-buffer-copy): Work with an alist of extended attributes,
3940 rather than an SELinux context.
3941 (basic-save-buffer-2): Ditto.
3942
3943 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3944
3945 * battery.el (battery-bsd-apm): New function.
3946
3947 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3948
3949 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3950 standard date formats.
3951
3952 2012-12-15 Juri Linkov <juri@jurta.org>
3953
3954 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3955 `isearch-insert-char-by-name'.
3956 (with-isearch-suspended): New defmacro with body mostly from
3957 `isearch-edit-string' except the part that sets
3958 `isearch-new-string' and `isearch-new-message'.
3959 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3960 body that sets `isearch-new-string' and `isearch-new-message'.
3961 (isearch-insert-char-by-name): New command.
3962 * international/mule-cmds.el (read-char-by-name): Let-bind
3963 `enable-recursive-minibuffers' to t.
3964 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3965
3966 2012-12-15 Juri Linkov <juri@jurta.org>
3967
3968 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3969 (Bug#13175)
3970
3971 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3972
3973 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3974 the prompt. (Bug#13045)
3975
3976 2012-12-14 Glenn Morris <rgm@gnu.org>
3977
3978 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3979 Try to include filename in non-bytecomp warning. (Bug#13132)
3980
3981 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3982
3983 Fix permissions bugs with setgid directories etc. (Bug#13125)
3984 * files.el (backup-buffer): Don't rely on 9th output of
3985 file-attributes, as it's now a placeholder. Instead, use the new
3986 optional arg of file-ownership-preserved-p.
3987 (file-ownership-preserved-p): New optional arg GROUP.
3988 Fix mishandling of setuid directories that would cause this
3989 function to return t when it should have returned nil.
3990 Document what happens if the file does not exist, and when
3991 it's not known whether the ownership will be preserved.
3992 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3993 Likewise.
3994 (tramp-get-local-gid): Use group-gid for integer, as that's
3995 faster and more reliable.
3996
3997 2012-12-14 Julien Danjou <julien@danjou.info>
3998
3999 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4000 Update keywords list, data type and PL/pgSQL.
4001
4002 2012-12-14 Dave Abrahams <dave@boostpro.com>
4003
4004 * vc/ediff-util.el (ediff-buffer-type): New function.
4005 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4006 rather than taking it as as argument.
4007 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4008
4009 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
4010
4011 * json.el: Add pretty-print option (bug#12634).
4012 (json-encoding-separator, json-encoding-default-indentation)
4013 (json--encoding-current-indentation, json-encoding-pretty-print)
4014 (json-encoding-lisp-style-closings): New vars.
4015 (json--with-indentation): New macro.
4016 (json-encode-hash-table, json-encode-alist, json-encode-plist)
4017 (json-encode-array): Use it to obey json-encoding-pretty-print.
4018 (json-pretty-print-buffer, json-pretty-print): New commands.
4019
4020 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
4021
4022 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4023 Extract `ruby-syntax-propertize-expansions'.
4024 (ruby-syntax-propertize-expansions): Only change syntax on
4025 certain string delimiters, to punctuation. This way the common
4026 functions like forward-word and thing-at-point still work.
4027 (ruby-match-expression-expansion): Improve readability.
4028 (ruby-block-contains-point): New function.
4029 (ruby-add-log-current-method): Handle several edge cases.
4030
4031 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4032
4033 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4034 unload-feature finishes even when aborting an ongoing edebug session.
4035 Also, do not worry about edebug-mode, unload-feature takes care of it.
4036
4037 2012-12-13 Andreas Schwab <schwab@suse.de>
4038
4039 * net/tls.el (tls-program): Update customize type.
4040
4041 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4042
4043 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4044 (edebug-setup-hook, cl-read-load-hooks): Use it.
4045 (edebug-unload-function): New function. (Bug#13163)
4046
4047 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
4048
4049 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4050 Otherwise, there could be errors in autoloading. (Bug#13151)
4051
4052 2012-12-13 JĂ¼rgen Hötzel <juergen@archlinux.org>
4053
4054 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4055 sequences.
4056
4057 2012-12-13 Alan Mackenzie <acm@muc.de>
4058
4059 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
4060 * progmodes/cc-engine.el (c-backward-comments): Add code to work
4061 around `forward-comment' not recognizing ^M as whitespace.
4062
4063 2012-12-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4064
4065 * progmodes/python.el (python-skeleton-class)
4066 (python-skeleton-def): Do not add space after defun name.
4067
4068 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4071 (cl--symbol-function): Remove (now that funbound is like nil).
4072
4073 2012-12-12 Glenn Morris <rgm@gnu.org>
4074
4075 * button.el (button--area-button-p): Fix typo.
4076
4077 2012-12-12 Sam Steingold <sds@gnu.org>
4078
4079 * frame.el (frame-maximization-style): New user option.
4080 (toggle-frame-maximized): Toggle frame maximization according to
4081 `frame-maximization-style', bound to <f11>.
4082 (cycle-frame-maximized): Cycle between all maximization styles and
4083 non-maximized frame, bound to shift-<f11>.
4084
4085 2012-12-12 David Cadé <codename68@gmail.com>
4086
4087 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4088
4089 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
4090
4091 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4092 (eieio-override-prin1): Don't quote kewords and booleans.
4093 (object-write) <eieio-default-superclass>: Don't put closing parens
4094 on new line, avoid needless empty lines, align values that are objects
4095 with the slot keyword (instead of beginning on the same line).
4096 (eieio-list-prin1): Align value with slot keyword; increase
4097 eieio-print-depth before printing members of the list.
4098
4099 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4102 a display text-property.
4103 (report-emacs-bug-hook): Don't bother deleting it any more.
4104
4105 * hilit-chg.el (highlight-save-buffer-state): Delete.
4106 Use with-silent-modifications instead.
4107 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4108
4109 * button.el: Handle buttons in display text-properties.
4110 (button--area-button-p, button--area-button-string):
4111 Use (STRING . STRING-POS) representation instead of just STRING.
4112
4113 2012-12-11 Eli Zaretskii <eliz@gnu.org>
4114
4115 * makefile.w32-in (compile4-SH): Fix a typo that caused term
4116 subdirectory be skipped.
4117
4118 2012-12-11 Glenn Morris <rgm@gnu.org>
4119
4120 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4121
4122 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4123 Treat preprocessor lines embedded in continuations like comments.
4124 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
4125
4126 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
4127
4128 * calc/calc.el (calc-standard-date-formats): Add more date
4129 formats.
4130 * calc/calc-forms.el (math-parse-iso-date): New function.
4131 (math-parse-date): Use `math-parse-iso-date' when appropriate.
4132 (math-parse-iso-date-validate): Add extra error checking.
4133 (calc-date-notation): Add ability to access new date formats.
4134
4135 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4138 font-lock as well as when there's no text-property.
4139
4140 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
4141
4142 * hi-lock.el: Refine the choice of default face.
4143 (hi-lock-keyword->face): New function. Use it wherever we used
4144 cadadadr instead.
4145 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4146 (hi-lock--last-face): Remove var.
4147 (hi-lock--unused-faces): New var to replace it.
4148 (hi-lock-read-face-name): Use/maintain it.
4149 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
4150 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4151 if it has another face.
4152
4153 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4154
4155 * subr.el (w32notify-handle-event): New function.
4156 (inotify-handle-event): Doc fix.
4157
4158 2012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
4159
4160 * subr.el (inotify-event-p, inotify-handle-event): New functions.
4161
4162 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
4163
4164 * simple.el (just-one-space): Doc fix.
4165
4166 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4167
4168 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4169
4170 2012-12-10 Le Wang <l26wang@gmail.com>
4171
4172 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4173 narrowed buffer (bug#12361).
4174
4175 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * vc/vc-hooks.el (vc-state): Doc fix.
4178
4179 2012-12-10 Glenn Morris <rgm@gnu.org>
4180
4181 * mail/rmail.el (rmail-maybe-display-summary):
4182 Preserve buffer, in case select-window changes it. (Bug#13066)
4183
4184 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4187 cl-load-hook where they belong.
4188
4189 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4192
4193 2012-12-09 Eli Zaretskii <eliz@gnu.org>
4194
4195 Parallelize byte compilation on MS-Windows.
4196 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4197 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4198 (WINS_BASIC): Define as concatenation of the above.
4199 (compile): Subdivide into 4 separate and independent jobs that can
4200 be run in parallel.
4201 (compile0-CMD, compile0-SH): New targets for compiling
4202 COMPILE_FIRST files, which are prerequisites for the rest of the
4203 byte-compilation.
4204 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4205 New targets for parallel compilation with cmd.exe.
4206 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4207 compiling under a Unixy shell.
4208
4209 2012-12-09 Chong Yidong <cyd@gnu.org>
4210
4211 * simple.el (set-mark-default-inactive): Delete this
4212 accidentally-introduced option.
4213 (set-mark-command, exchange-point-and-mark): Remove calls.
4214
4215 2012-12-09 Glenn Morris <rgm@gnu.org>
4216
4217 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4218 Respect a defcustom's :set function, if appropriate. (Bug#109)
4219 (eval-defun): Doc fix.
4220
4221 2012-12-08 Juri Linkov <juri@jurta.org>
4222
4223 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4224 (Info-fontify-node, Info-bookmark-make-record): Remove the
4225 file extension from Info-current-file (Bug#13016).
4226
4227 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4230 point, still provide some default.
4231 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4232 names, since we don't use it right now. Actually return the list.
4233 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4234
4235 2012-12-07 Chong Yidong <cyd@gnu.org>
4236
4237 * novice.el (disabled-command-function): Remove a spurious help
4238 xref (Bug#13043). Suggested by Kelly Dean.
4239
4240 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4241 syntax is specified (Bug#13025).
4242
4243 * info.el (Info-set-mode-line): Remove the file extension from
4244 Info-current-file if there is one (Bug#13016).
4245
4246 2012-12-07 Glenn Morris <rgm@gnu.org>
4247
4248 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4249 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4250 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4251 and rmail-mime-decoded. (Bug#9841)
4252
4253 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4254 (batch-unrmail, unrmail): Doc fixes.
4255 (unrmail): Respect unrmail-mbox-format.
4256 * mail/rmail.el (rmail-mbox-format): New option.
4257 (rmail-show-message-1): Respect rmail-mbox-format.
4258
4259 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4262
4263 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4266 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4267 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4268 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4269 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4270 (cl-progv): Don't rely on dynamic scoping to find the body.
4271 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4272 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4273 (cl-declaim): Use backquotes.
4274 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4275 Use "cl--" prefix for the object's tag.
4276
4277 * ses.el: Use advice-add/remove.
4278 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4279 (copy-region-as-kill, yank): Use advice-add.
4280 (ses-unload-function): Use advice-remove.
4281
4282 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4283
4284 * button.el: Make them work in header-lines (bug#12817).
4285 (button-map): Add bindings for header-line and mode-line use.
4286 (button-get, button-put, button-label): `button' may now be a string.
4287 (button-activate): Don't make it a defsubst.
4288 (button--area-button-p, button--area-button-string): New functions.
4289 (make-text-button): Fix the return value when `beg' was a string.
4290 (push-button): Handle the mode-line case.
4291
4292 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4295 (sql-signum): Remove. Use `cl-signum' instead.
4296 (sql-read-passwd): Remove; use read-passwd instread.
4297 (sql-get-login-ext): Use read-string.
4298 (sql-get-login): Use dolist and pcase.
4299 (sql--completion-table): Rename from sql-try-completion.
4300 Use complete-with-action.
4301 (sql-mode): Don't change abbrev-all-caps globally.
4302 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4303 (sql-postgres-completion-object): Initialize vars in their `let'.
4304 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4305 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4306 (sql-comint-interbase): Use a single append, without setq.
4307 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4308
4309 * hi-lock.el: Rework the default face and the serialize regexp code.
4310 (hi-lock--auto-select-face-defaults): Remove.
4311 (hi-lock-string-serialize-serial): Remove.
4312 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4313 make weak.
4314 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4315 equal string.
4316 (hi-lock-set-pattern): Adjust accordingly.
4317 (hi-lock--regexps-at-point): Simplify accordingly.
4318 (hi-lock--auto-select-face-defaults): Remove.
4319 (hi-lock--last-face): New var to replace it.
4320 (hi-lock-read-face-name): Rewrite (bug#11095).
4321 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4322
4323 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4324
4325 * net/tramp.el (tramp-replace-environment-variables):
4326 Hide compiler warning.
4327 (tramp-file-name-for-operation): Remove `executable-find',
4328 `start-process', `call-process' and `call-process-region'.
4329
4330 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4331
4332 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4333 compatibility.
4334
4335 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4336
4337 2012-12-06 Chong Yidong <cyd@gnu.org>
4338
4339 * ffap.el (ffap-replace-file-component): Fix typo.
4340
4341 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4344 fix open-paren-like token test (bug#12785).
4345
4346 2012-12-06 Glenn Morris <rgm@gnu.org>
4347
4348 * mail/rmailsum.el (rmail-new-summary): Tweak for
4349 rmail-maybe-display-summary changing buffer. (Bug#13066)
4350
4351 2012-12-06 Juri Linkov <juri@jurta.org>
4352
4353 * info.el (Info-fontify-node): Don't hide the last newline.
4354 (Bug#12272)
4355
4356 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4357
4358 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4359 so as to enable message-read-from-minibuffer to expand mail aliases.
4360
4361 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4364 the `intangible' property.
4365 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4366
4367 2012-12-05 Deniz Dogan <deniz@dogan.se>
4368
4369 * net/rcirc.el (rcirc-urls): Update documentation.
4370 (rcirc-condition-filter): New function.
4371 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4372 and exclude consecutive duplicate URLs (Bug#6082).
4373
4374 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4375
4376 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4377 Check return code of copy command.
4378
4379 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4380 Use group `tramp'. Add version.
4381
4382 2012-12-05 Chong Yidong <cyd@gnu.org>
4383
4384 * ffap.el (ffap-url-regexp): Don't require matching at front of
4385 string (Bug#4952).
4386 (ffap-url-p): If only a substring matches, return that.
4387 (ffap-url-at-point): Use the return value of ffap-url-p.
4388 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4389 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4390 (ffap-guess-file-name-at-point): Likewise.
4391 (ffap-replace-file-component): Fix typo.
4392
4393 * info.el (info-display-manual): Add existing Info buffers, whose
4394 files may not be in Info-directory-list, to the completion.
4395 (info--manual-names): New helper function.
4396
4397 2012-12-05 Glenn Morris <rgm@gnu.org>
4398
4399 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4400 New functions, for detecting and resolving conflicts. (Bug#10709)
4401
4402 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4403
4404 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4405 (hi-lock-auto-select-face-defaults): New buffer local variable.
4406 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4407 (hi-lock-unface-buffer): Prompt user with useful defaults.
4408 With prefix arg, unhighlight all hi-lock patterns in buffer.
4409
4410 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4413
4414 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4415
4416 * Makefile.in (TRAMP_SRC):
4417 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4418
4419 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4420
4421 * net/tramp-adb.el: New package.
4422
4423 2012-12-04 Chong Yidong <cyd@gnu.org>
4424
4425 * terminal.el: Move to obsolete/.
4426
4427 * longlines.el: Move to obsolete/.
4428
4429 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4430 Remove code referring to longlines mode.
4431
4432 2012-12-03 Juri Linkov <juri@jurta.org>
4433
4434 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4435
4436 2012-12-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4437
4438 * textmodes/ispell.el (ispell-init-process)
4439 (ispell-start-process, ispell-internal-change-dictionary):
4440 Make sure personal dictionary name is expanded after initial
4441 `default-directory' value. Use expanded strings for
4442 keep/restart checks and for value (Bug#13019).
4443
4444 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4445
4446 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4447
4448 2012-12-03 Leo Liu <sdl.web@gmail.com>
4449
4450 * files.el (dir-locals-read-from-file): Check file non-empty
4451 before reading. (Bug#13038)
4452
4453 2012-12-03 Glenn Morris <rgm@gnu.org>
4454
4455 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4456 Remove any version extension before checking filename. (Bug#13006)
4457 (jka-compr-compression-info-list): Belated :version bump.
4458
4459 2012-12-03 Chong Yidong <cyd@gnu.org>
4460
4461 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4462
4463 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4464 (buffer-menu): Doc fix (Bug#12294).
4465
4466 2012-12-03 Roland Winkler <winkler@gnu.org>
4467
4468 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4469 of diary-show-all-entries in the diary buffer (Bug#12994).
4470
4471 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4472
4473 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4474 "<STDIN>". This is binary safe.
4475
4476 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4477
4478 * calc/calc-forms.el (math-absolute-from-iso-dt)
4479 (math-date-to-iso-dt, math-parse-iso-date-validate)
4480 (math-iso-dt-to-date): New functions.
4481 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4482 (math-fd-isoweekday): New variables.
4483 (calc-date-notation, math-parse-standard-date, math-format-date)
4484 (math-format-date-part): Add support for more formatting codes.
4485
4486 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4487
4488 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4489 current buffer's file name when called interactively (Bug#12488).
4490
4491 2012-12-02 Juri Linkov <juri@jurta.org>
4492
4493 * info.el (info-display-manual): Don't clobber an existing Info
4494 buffer (Bug#10770). Add completion (Bug#10771).
4495
4496 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4497
4498 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4499 before using it for comparison (Bug#5297).
4500
4501 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4502
4503 * textmodes/css-mode.el (css-current-defun-name): New function.
4504 (css-mode): Use it.
4505
4506 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4507 (html-mode): Use it.
4508
4509 2012-12-01 Chong Yidong <cyd@gnu.org>
4510
4511 Modularize add-log-current-defun (Bug#2224).
4512 Suggested by Jari Aalto.
4513
4514 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4515 (add-log-current-defun): Move mode-specific code to other files.
4516 (add-log-lisp-like-modes, add-log-c-like-modes)
4517 (add-log-tex-like-modes): Variables deleted.
4518
4519 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4520 (lisp-mode-variables): Use it.
4521
4522 * progmodes/cc-mode.el (c-common-init):
4523 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4524 add-log-current-defun-function.
4525
4526 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4527 (m4-mode): Use it.
4528
4529 * progmodes/perl-mode.el (perl-current-defun-name): New.
4530 (perl-mode): Use it.
4531
4532 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4533 Use lisp-current-defun-name.
4534
4535 * textmodes/tex-mode.el (tex-current-defun-name): New.
4536 (tex-common-initialization): Use it.
4537
4538 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4539 (texinfo-mode): Use it.
4540
4541 2012-12-01 Chong Yidong <cyd@gnu.org>
4542
4543 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4544 * progmodes/autoconf.el (autoconf-mode):
4545 * progmodes/js.el (js-mode):
4546 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4547 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4548 * progmodes/perl-mode.el (perl-mode):
4549 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4550 * textmodes/css-mode.el (css-mode):
4551 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4552 (sgml-tags-invisible, sgml-guess-indent):
4553 * textmodes/tex-mode.el (tex-common-initialization)
4554 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4555 (doctex-mode, plain-tex-mode, latex-mode):
4556 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4557
4558 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4559
4560 * vc/vc-hg.el (vc-hg-next-revision):
4561 Ensure use of default "tip" output format. (Bug#6968)
4562
4563 2012-12-01 Kim F. Storm <storm@cua.dk>
4564
4565 * startup.el (fancy-startup-tail): Add a clickable link
4566 (Bug#2176).
4567
4568 2012-12-01 Chong Yidong <cyd@gnu.org>
4569
4570 * startup.el (fancy-startup-tail): Improve the message about
4571 auto-save files (Bug#2176).
4572
4573 * files.el (recover-session): Improve the descriptive message, and
4574 use substitute-command-keys.
4575
4576 2012-12-01 Glenn Morris <rgm@gnu.org>
4577
4578 * ido.el (ido-file-internal):
4579 Handle other-window, other-frame for dired. (Bug#13036)
4580
4581 2012-11-30 Glenn Morris <rgm@gnu.org>
4582
4583 * icomplete.el (icomplete-separator): Fix :version.
4584
4585 2012-11-30 Chong Yidong <cyd@gnu.org>
4586
4587 * shell.el (shell): For C-u M-x shell, use an inactive shell
4588 buffer as the default (Bug#1975).
4589 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4590 (shell-mode): Use them to reapply ansi colorization if Shell mode
4591 is re-enabled.
4592
4593 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4594
4595 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4596
4597 2012-11-30 Samuel Bronson <naesten@gmail.com>
4598
4599 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4600 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4601
4602 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4603
4604 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4605 by move-to-column (Bug#3234).
4606
4607 2012-11-30 Chong Yidong <cyd@gnu.org>
4608
4609 * longlines.el (longlines-wrap-line, longlines-encode-region):
4610 Preserve text properties (Bug#1425).
4611
4612 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4613
4614 * vc/vc.el (vc-register): Allow registering a file which is
4615 already registered with a different backend (Bug#10589).
4616
4617 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4618 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * icomplete.el: Change separator; add ido-style commands.
4621 (icomplete-show-key-bindings): Remove custom var.
4622 (icomplete-get-keys): Remove function.
4623 (icomplete-forward-completions, icomplete-backward-completions):
4624 New commands.
4625 (icomplete-minibuffer-map): New var.
4626 (icomplete-minibuffer-setup): Use it.
4627 (icomplete-exhibit): Don't delay if the list of completions is known.
4628 (icomplete-separator): New custom.
4629 (icomplete-completions): Use it.
4630 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4631 (minibuffer-force-complete-and-exit): New command.
4632 (minibuffer--complete-and-exit): New function extracted from
4633 minibuffer-complete-and-exit.
4634 (minibuffer-complete-and-exit): Use it.
4635
4636 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4637 error message when the file doesn't exist (bug#12974).
4638
4639 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4640
4641 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4642
4643 2012-11-29 Glenn Morris <rgm@gnu.org>
4644
4645 * files.el (hack-dir-local-variables): Warn if try to set
4646 coding via dir-locals, since it doesn't work. (Bug#7169)
4647
4648 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4649 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4650 Set buffer-local value of desktop-save-buffer.
4651 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4652 New functions.
4653 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4654 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4655
4656 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4657 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4658 Doc fix.
4659 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4660 Doc fixes.
4661
4662 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4663
4664 * calc/calc-forms.el (calc-date-notation): Fix regexp
4665 used to find time codes. Fix symbol for seconds.
4666
4667 2012-11-27 Glenn Morris <rgm@gnu.org>
4668
4669 * emacs-lisp/derived.el (derived-mode-make-docstring):
4670 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4671
4672 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4675 lexically scoped variables (bug#13005).
4676
4677 2012-11-27 Glenn Morris <rgm@gnu.org>
4678
4679 * vc/vc-hooks.el (vc-mistrust-permissions):
4680 Default to t, to avoid data-loss. (Bug#11490)
4681
4682 2012-11-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4683
4684 * progmodes/python.el (python-indent-guess-indent-offset):
4685 If indentation is guessed make python-indent-offset buffer-local.
4686
4687 Fix Imenu regression.
4688 * progmodes/python.el (python-nav-beginning-of-defun):
4689 Fix forward movement when statement(s) separates point from defun.
4690 (python-imenu-prev-index-position): New function.
4691
4692 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4693
4694 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4695
4696 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4697 Don't set buffer-file-type. Return nil. (Bug#12989)
4698
4699 2012-11-27 Glenn Morris <rgm@gnu.org>
4700
4701 * hippie-exp.el (hippie-expand-try-functions-list):
4702 Re-autoload it. (Bug#12982)
4703
4704 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4705
4706 * descr-text.el (describe-char-padded-string):
4707 Call internal-char-font only on GUI frames. (Bug#11964)
4708
4709 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4710
4711 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4712 and obsoletion message.
4713
4714 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4717 the constructs to keep outside of the `cl-block' (bug#12977).
4718
4719 2012-11-27 Chong Yidong <cyd@gnu.org>
4720
4721 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4722 keep reading until we get the up-event anyway, in order to process
4723 the up-event for mouse-1-click-follows-link (Bug#12971).
4724
4725 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4728 base function is not yet defined (bug#12965).
4729 (ad-activate-advised-definition): Use ad-compile-function.
4730 (ad-activate): Use cond.
4731
4732 2012-11-25 Leo Liu <sdl.web@gmail.com>
4733
4734 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4735 (Bug#12979)
4736
4737 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4738
4739 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4740 reftex-section-info-function in order to be compatible with
4741 Texinfo integration.
4742
4743 * textmodes/reftex.el (reftex-section-pre-regexp)
4744 (reftex-section-post-regexp, reftex-section-info-function):
4745 New variable.
4746 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4747 reftex-section-post-regexp, and reftex-section-info-function in order
4748 to be compatible with Texinfo integration.
4749
4750 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4751 use reftex-section-pre-regexp variable in order to be compatible with
4752 Texinfo integration.
4753
4754 2012-11-25 Chong Yidong <cyd@gnu.org>
4755
4756 * faces.el: Make face-spec-set more analogous to setq.
4757 (face-spec-set): Change the third arg to specify whether this
4758 function is being called via defface, customize, or a third party.
4759 Set the appropriate symbol properties. Clear the override spec if
4760 setting via Custom. Initialize face if necessary. (Bug#4988)
4761 (face-spec-recalc): Allow theme faces to completely replace the
4762 defface spec, in the same way as custom faces (Bug#8454).
4763
4764 * cus-face.el (custom-declare-face): Move face initialization to
4765 face-spec-set.
4766 (custom-theme-set-faces): Don't initialize the face name here, as
4767 that is now done in face-spec-set.
4768
4769 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4770 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4771 Simplify by using the new arg to face-spec-set.
4772
4773 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4774 reset face-override-spec too, and use custom-declare-face.
4775
4776 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4777
4778 * term/ns-win.el (ns-initialize-window-system): Move creation of
4779 fontsets here (Bug#11964).
4780
4781 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4782
4783 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4784 cell renaming.
4785
4786 2012-11-24 Chong Yidong <cyd@gnu.org>
4787
4788 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4789 obsolete.
4790
4791 * custom.el (custom-theme-set-variables): Use a topological sort
4792 for ordering by custom dependencies (Bug#12952).
4793 (custom--sort-vars, custom--sort-vars-1): New functions.
4794
4795 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4798 lexical-binding (bug#12938).
4799
4800 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4801
4802 * image-mode.el (image-transform-check-size): Use assertions only
4803 for images of type imagemagick.
4804
4805 Otherwise no error, image-transform-fit-to-{width,height} is
4806 silently ignored, as before. Doc fix.
4807
4808 2012-11-24 Chong Yidong <cyd@gnu.org>
4809
4810 * faces.el (color-defined-p): Doc fix (Bug#12853).
4811
4812 2012-11-24 Juri Linkov <juri@jurta.org>
4813
4814 * dired.el (dired-mark): Add optional arg `interactive'.
4815 Check for `use-region-p' if `interactive' is non-nil.
4816 (dired-unmark, dired-flag-file-deletion): Add optional arg
4817 `interactive'. Call `dired-mark' with the arg `interactive'.
4818 (Bug#10624)
4819
4820 * wdired.el: Revert 2012-10-17 change partly and replace it with
4821 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4822 (wdired-finish-edit): Add marks for new file names to
4823 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4824 after `revert-buffer'.
4825 (wdired-do-renames): Remove calls to `dired-remove-file',
4826 `dired-add-file', `dired-add-entry'. (Bug#11795)
4827
4828 2012-11-24 Alan Mackenzie <acm@muc.de>
4829
4830 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4831
4832 Fix bugs in the state cache. Enhance a debugging mechanism.
4833 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4834 "brace at column zero" strategy for C++.
4835 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4836 (c-parse-state-point): New variable.
4837 (c-record-parse-state-state): Record old parse state with
4838 `copy-tree'. Record previous value of point.
4839 (c-debug-parse-state-double-cons): New debugging function.
4840 (c-debug-parse-state): Call the above new function.
4841 (c-toggle-parse-state-debug): Output a confirmatory message.
4842
4843 * progmodes/cc-mode.el (c-before-change, c-after-change):
4844 Call c-invalidate-state-cache from `c-before-change' instead of
4845 `c-after-change'.
4846
4847 2012-11-23 Chong Yidong <cyd@gnu.org>
4848
4849 * find-cmd.el (find-constituents): Add executable, ipath,
4850 readable, samefile, writable, daystart, regextype (Bug#12856).
4851
4852 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4855
4856 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4857
4858 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4859 definition. This fixes a bootstrap failure.
4860 (calc-gregorian-switch): In menu, put dates before regions.
4861 This is easier to follow, lines up better in the menu, and lets us
4862 coalesce regions that switch at the same time. Give country
4863 names, not "Vatican", as that's better for non-expert users.
4864 Use names that are stable between the date of switch and now, e.g.,
4865 Bohemia and Moravia (which existed then and now) and not
4866 Czechoslovakia (which didn't exist then and doesn't exist now).
4867 What is now the U.S. mostly did not switch at the same time as
4868 Britain, so omit the U.S. Correct spelling of "Britain".
4869 Catholic Switzerland was too much of a mess, so omit it.
4870
4871 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4872
4873 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4874 after the variable is changed.
4875
4876 2012-11-21 Daniel Colascione <dancol@dancol.org>
4877
4878 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4879 in SQL declarations for font-lock.
4880 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4881
4882 2012-11-21 Glenn Morris <rgm@gnu.org>
4883
4884 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4885 (face-italic-p): Add optional argument "inherit".
4886
4887 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4888 Remove -p suffix from names, for consistency with other set-face-*.
4889 (set-face-inverse-video): Fix interactive spec.
4890 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4891 * textmodes/table.el (table--update-cell-face):
4892 Use set-face-inverse-video rather than now obsolete alias.
4893
4894 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4895
4896 * simple.el (line-move): Don't call line-move-partial if
4897 scroll-conservatively is in effect. (Bug#12927)
4898
4899 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4902 Fallback on completion-at-point rather than
4903 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4904 (eshell-cmpl-initialize): Setup completion-at-point.
4905
4906 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4907
4908 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4909
4910 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4911
4912 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4913 are remote, check out-of-band property for both.
4914
4915 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4918 code rewrite.
4919
4920 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4921
4922 More minor time fixes.
4923 * calendar/time-date.el: Commentary fix.
4924 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4925 too much other code depends on (0 0) time stamps.
4926 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4927 Add a couple of FIXME comments.
4928
4929 Minor cleanup for times as lists of four integers.
4930 * files.el (dir-locals-directory-cache):
4931 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4932 Doc fixes.
4933 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4934 * ps-bdf.el (bdf-file-newer-than-time):
4935 Process four-integers time stamps, not two. Doc fixes.
4936
4937 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * uniquify.el (uniquify-managed): Use defvar-local.
4940 (rename-buffer, create-file-buffer): Advise with advice-add.
4941 (uniquify-unload-function): Unadvise accordingly.
4942
4943 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4944 (trace-buffer): Don't purecopy.
4945 (trace-entry-message, trace-exit-message): Add `context' arg.
4946 (trace--timer): New var.
4947 (trace-make-advice): Adjust for use in nadvice.
4948 Add `context' argument. Delay `display-buffer' via a timer.
4949 (trace-function-internal): Use advice-add.
4950 (trace--read-args): New function.
4951 (trace-function-foreground, trace-function-background): Use it.
4952 (trace-function): Rename to trace-function-foreground and redefine as
4953 an alias to that new name.
4954 (untrace-function, untrace-all): Adjust to the use of nadvice.
4955
4956 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4957
4958 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4959
4960 * subr.el (called-interactively-p-functions): New var.
4961 (internal--called-interactively-p--get-frame): New macro.
4962 (called-interactively-p, interactive-p): Rewrite in Lisp.
4963 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4964 (called-interactively-p-functions): Use it.
4965 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4966 (called-interactively-p-functions): Use it.
4967 * allout.el (allout-called-interactively-p): Don't assume
4968 called-interactively-p is a subr.
4969
4970 2012-11-20 Glenn Morris <rgm@gnu.org>
4971
4972 * profiler.el (profiler-report-mode-map): Add a menu.
4973 No need to bind `q' because we derive from special-mode.
4974 (profiler-report-find-entry): Handle calls from the menu-bar.
4975
4976 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4977
4978 * emacs-lisp/byte-run.el (defun-declarations-alist):
4979 Allow a compiler-macro to be a lambda expression.
4980
4981 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4982 eval-when-compile.
4983 (python-syntax-context): Add compiler-macro.
4984 (python-font-lock-keywords): Simplify with De Morgan.
4985
4986 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4987
4988 * files.el (load-file): Require match in minibuffer selection, as was
4989 the case in Emacs-20 before we changed the spec to allow .elc files
4990 (bug#12935).
4991
4992 * json.el: Don't require cl since we don't use it.
4993 * color.el: Don't require cl.
4994 (color-complement): `caddr' -> `nth 2'.
4995
4996 * calendar/time-date.el (time-to-seconds): De-obsolete.
4997
4998 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4999
5000 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5001 year numbers.
5002 (math-date-to-julian-dt): Adjust the initial approximation for the
5003 year to deal with the new definition of the DATE.
5004
5005 2012-11-19 Daniel Colascione <dancol@dancol.org>
5006
5007 * term/w32-win.el (cygwin-convert-path-from-windows):
5008 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5009
5010 2012-11-18 Chong Yidong <cyd@gnu.org>
5011
5012 * filecache.el (file-cache--read-list): New function.
5013 (file-cache-add-directory-list, file-cache-add-file-list)
5014 (file-cache-delete-file-list, file-cache-delete-directory-list):
5015 Use it to read a list of files or directories (Bug#12846).
5016 (file-cache-add-file, file-cache-add-directory)
5017 (file-cache-delete-file-list, file-cache-delete-file-regexp)
5018 (file-cache-delete-directory): Print an message.
5019
5020 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
5021
5022 * calc/calc-forms.el (math-date-to-dt): Use integer date when
5023 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5024
5025 2012-11-18 Glenn Morris <rgm@gnu.org>
5026
5027 * image.el (insert-image, insert-sliced-image): Doc fix.
5028
5029 2012-11-18 Chong Yidong <cyd@gnu.org>
5030
5031 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5032 (Bug#12810).
5033
5034 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5035
5036 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5037 response when the target file is in a subdirectory (Bug#12757).
5038
5039 2012-11-18 Chong Yidong <cyd@gnu.org>
5040
5041 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5042
5043 2012-11-18 Glenn Morris <rgm@gnu.org>
5044
5045 * emacs-lisp/cl-lib.el (face-underline-p):
5046 Use set-face-underline rather than the alias set-face-underline-p.
5047
5048 * window.el (with-temp-buffer-window): Doc fix.
5049 * subr.el (with-output-to-temp-buffer):
5050 Add doc xref to with-temp-buffer-window.
5051
5052 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
5053
5054 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5055 * calc/calc.el (math-format-date-cache): Declare.
5056
5057 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
5058
5059 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5060 It also uses January 1, 1 AD as its day number 1.
5061 * calc/calc-forms.el (math-julian-date-beginning)
5062 (math-julian-date-beginning-int): Implement this.
5063
5064 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
5065
5066 * descr-text.el (quail-find-key):
5067 * dired.el (desktop-file-name):
5068 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5069 * generic-x.el (comint-mode, comint-exec):
5070 * image-dired.el (widget-forward):
5071 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5072 (speedbar-change-expand-button-char)
5073 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5074 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5075 * printing.el (easy-menu-add-item, easy-menu-remove-item)
5076 (widget-field-action, widget-value-set):
5077 * speedbar.el (imenu--make-index-alist):
5078 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5079 (ring-length, ring-insert):
5080 * vcursor.el (compare-windows-skip-whitespace):
5081 * woman.el (dired-get-filename):
5082 Declare functions.
5083
5084 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5085
5086 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5087
5088 * calc/calc.el (calc-gregorian-switch): New variable.
5089
5090 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5091 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5092 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5093 (math-leap-year-p): Add option to distinguish between Julian
5094 and Gregorian calendars.
5095 (math-day-number): Use `math-day-in-year' to do the computations.
5096 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5097 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5098 to do the computations.
5099 (math-date-to-dt): Use `math-date-to-julian-dt' and
5100 `math-date-to-gregorian-dt' to do the computations.
5101 (calcFunc-weekday, math-format-date-part): Use the new version of
5102 the DATE to determine the weekday.
5103 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5104 when necessary.
5105
5106 2012-11-17 Eli Zaretskii <eliz@gnu.org>
5107
5108 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5109 Cygwin; otherwise use 'file:'. (Bug#12914)
5110 (cygwin-convert-path-from-windows): Declare, to avoid
5111 byte-compiler warnings.
5112
5113 2012-11-17 Andreas Politz <politza@fh-trier.de>
5114
5115 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5116 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5117 prefix and negative numeric prefix args (Bug#12795).
5118
5119 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
5120
5121 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5122 Don't signal an error with a score that is too low to add to the
5123 list of top scores. (Bug#12779)
5124
5125 2012-11-17 Chong Yidong <cyd@gnu.org>
5126
5127 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5128
5129 * filecache.el (file-cache-add-file): Handle relative file name in
5130 the argument (Bug#12694).
5131
5132 2012-11-16 JĂ¼rgen Hötzel <juergen@archlinux.org> (tiny change)
5133
5134 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5135
5136 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5139
5140 * emacs-lisp/cl-lib.el: Set more meaningful version number.
5141
5142 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5143
5144 * window.el (enlarge-window, shrink-window): Don't mention return
5145 value in doc-string (Bug#12896).
5146 (window--display-buffer): Don't resize frames - it won't work
5147 with all window managers and defeat pop-up-frame-alist.
5148 (display-buffer-alist): In doc-string explain that CONDITION can
5149 be a function and which arguments are passed to it (Bug#12854).
5150 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
5151 expressions (Bug#12854).
5152 (display-buffer): Pass ACTION argument to
5153 display-buffer-assq-regexp.
5154
5155 2012-11-16 Glenn Morris <rgm@gnu.org>
5156
5157 * window.el (fit-frame-to-buffer-bottom-margin)
5158 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5159
5160 * faces.el (face-underline-p): Use face-attribute-specified-or.
5161
5162 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
5163
5164 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5165
5166 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5167
5168 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5169
5170 2012-11-16 Glenn Morris <rgm@gnu.org>
5171
5172 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
5173 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5174
5175 * faces.el (face-underline-p): Doc fix. Handle :underline being
5176 things other than `t' (a string, a list).
5177 (face-inverse-video-p): Doc fix.
5178 (set-face-underline): Rename it back from set-face-underline-p.
5179 Doc fix. Allow interactive input of values other than t.
5180 (read-face-attribute): Apply formatting to :underline,
5181 since like :box and :stipple it can take list values.
5182
5183 * term.el (ansi-term): Don't let C-x escape-char binding
5184 clobber the more standard C-c binding. (Bug#12842)
5185
5186 * subr.el (set-temporary-overlay-map): Doc fix.
5187
5188 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5189
5190 * window.el (record-window-buffer)
5191 (display-buffer-record-window): When copying the markers to
5192 window-point preserve window-point-insertion-type. (Bug#12588)
5193
5194 2012-11-16 Glenn Morris <rgm@gnu.org>
5195
5196 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5197 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5198 Use new names for hooks rather than obsolete aliases.
5199
5200 2012-11-15 Daniel Colascione <dancol@dancol.org>
5201
5202 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5203 prefix instead of "file:" so that when FILE-NAME begins with "//",
5204 as it does when the target file is on a network share, url-handler
5205 isn't confused.
5206
5207 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5210 a preactivated advice from an old advice.el; they're not compatible!
5211
5212 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5213
5214 * emacs-lisp/nadvice.el (advice--make-interactive-form):
5215 Fix string-spec case.
5216
5217 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5218
5219 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5222 (advice--buffer-local-function-sample): New var.
5223 (advice--set-buffer-local, advice--buffer-local): New functions.
5224 (add-function, remove-function): Use them.
5225
5226 2012-11-15 Drew Adams <drew.adams@oracle.com>
5227
5228 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5229
5230 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5231
5232 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5233 potential binding of print-gensym to t, and prettify (back)quotes in
5234 case they appear in args's default values (bug#12884).
5235
5236 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5239 (advice-eval-interactive-spec): New function.
5240 (advice--make-interactive-form): Support around advice (bug#12844).
5241
5242 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5243
5244 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5245 more strict. Add docstring.
5246 (ruby-expression-expansion-re): Extract from
5247 `ruby-match-expression-expansion'.
5248 (ruby-syntax-propertize-function): After everything else, search
5249 for expansions in string literals, mark their insides as
5250 whitespace syntax and save match data for font-lock.
5251 (ruby-font-lock-keywords): Use the 2nd group from expression
5252 expansion matches.
5253 (ruby-match-expression-expansion): Use the match data saved to the
5254 text property in ruby-syntax-propertize-function.
5255
5256 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5259 (bug#12879).
5260
5261 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5262
5263 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5264 start/end keyword a bit harder. Works with different values of N.
5265 Add more comments.
5266 (ruby-end-of-block): Update accordingly.
5267
5268 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * woman.el (woman-file-name): Don't mess with unread-command-events
5271 (bug#12861).
5272
5273 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5274 Remove out of date self-require hack.
5275 (ad-do-advised-functions): Use simple `dolist'.
5276 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5277 (ad-advice-definition): Redefine as functions.
5278 (ad-advice-classes): Move before first use.
5279 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5280 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5281 (ad--defalias-fset): Remove functions.
5282 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5283 (ad-get-orig-definition): Rewrite.
5284 (ad-make-advised-definition-docstring): Change base docstring.
5285 (ad-real-orig-definition): Rewrite.
5286 (ad-map-arglists): Change name of called function.
5287 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5288 (ad-make-advised-definition): Simplify.
5289 (ad-assemble-advised-definition): Tweak for new calling context.
5290 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5291 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5292 function and call ad-activate if needed.
5293 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5294 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5295 (ad-compile-function): Compile ad-Advice-*.
5296 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5297 (ad-start-advice, ad-stop-advice): Remove.
5298
5299 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5300
5301 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5302 period before class method names, not after. Remove handling of
5303 one impossible case. Add comments.
5304
5305 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5306
5307 * emacs-lisp/advice.el: Remove support for freezing.
5308 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5309 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5310 Remove support for `freeze'.
5311
5312 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5313 override the default.
5314 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5315 cl--dotimes/dolist.
5316 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5317 `cl' is loaded.
5318
5319 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5320 from add-advice.
5321 (advice--strip-macro): New function.
5322 (advice--defalias-fset): Use them to handle macros.
5323 (advice-add): Use them.
5324 (advice-member-p): Correctly handle macros.
5325
5326 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5327
5328 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5329 Never font-lock the beginning of singleton class as heredoc.
5330
5331 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5334
5335 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5336
5337 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5338 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5339 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5340
5341 2012-11-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5342
5343 Fix end-of-defun misbehavior.
5344 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5345 python-beginning-of-defun-function. Handle nested defuns
5346 correctly.
5347 (python-nav-end-of-defun): Rename from
5348 python-end-of-defun-function. Ensure forward movement.
5349 (python-info-current-defun): Reimplement to work as intended
5350 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5351 parent defuns as soon as possible.
5352
5353 2012-11-13 Glenn Morris <rgm@gnu.org>
5354
5355 * progmodes/flymake.el (flymake-error-bitmap)
5356 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5357 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5358
5359 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5360
5361 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5362 backward, always stop at indentation. Reverts the change from
5363 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5364
5365 2012-11-13 Glenn Morris <rgm@gnu.org>
5366
5367 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5368 Add ibuffer-filter-by-derived-mode.
5369
5370 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5371 the same name shadowing each other.
5372
5373 * window.el (with-temp-buffer-window): Doc tweak.
5374
5375 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5376
5377 * help.el (temp-buffer-max-height):
5378 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5379 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5380
5381 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * emacs-lisp/nadvice.el: New package.
5384 * subr.el (special-form-p): New function.
5385 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5386 (elp-all-instrumented-list): Remove var.
5387 (elp-not-profilable): Remove elp-wrapper.
5388 (elp-profilable-p): Use autoloadp and special-form-p.
5389 (elp--advice-name): New const.
5390 (elp-instrument-function): Use advice-add.
5391 (elp--instrumented-p): New predicate.
5392 (elp-restore-function): Use advice-remove.
5393 (elp-restore-all, elp-reset-all): Use mapatoms.
5394 (elp-set-master): Use elp--instrumented-p.
5395 (elp--make-wrapper): Rename from elp-wrapper, return a function
5396 suitable for advice-add. Use cl-inf.
5397 (elp-results): Use mapatoms+elp--instrumented-p.
5398 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5399 (debug-function-list): Remove var.
5400 (debug): Rename arg, and then let-bind it explicitly inside.
5401 (debugger-setup-buffer): Rename arg.
5402 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5403 (debugger-frame-number): Adjust to new debug-on-entry setup.
5404 (debug--implement-debug-on-entry): Rename from
5405 implement-debug-on-entry, add argument.
5406 (debugger-special-form-p): Remove, use special-form-p instead.
5407 (debug-on-entry): Use advice-add.
5408 (debug--function-list): New function.
5409 (cancel-debug-on-entry): Use it, along with advice-remove.
5410 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5411 (debugger-list-functions): Use debug--function-list instead of
5412 debug-function-list.
5413 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5414 (ad-special-form-p): Remove, use special-form-p instead.
5415 (ad-set-advice-info): Use add-function and remove-function.
5416 (ad--defalias-fset): Adjust accordingly.
5417
5418 2012-11-10 Glenn Morris <rgm@gnu.org>
5419
5420 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5421 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5422 (report-emacs-bug-create-existing-bugs-buffer)
5423 (report-emacs-bug-parse-query-results)
5424 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5425
5426 * term.el (term-default-fg-color, term-default-bg-color):
5427 Make obsolete, rather than just saying "deprecated" in the doc.
5428
5429 * term.el (term): Rename from `term-face'.
5430 (term-current-face, ansi-term-color-vector)
5431 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5432 Update all users.
5433
5434 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5435
5436 * server.el (server-create-window-system-frame): Handle Nextstep
5437 specially (Bug#12780).
5438
5439 2012-11-10 Glenn Morris <rgm@gnu.org>
5440
5441 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5442 Unautoload, and make obsolete. (Bug#7449)
5443
5444 2012-11-10 Chong Yidong <cyd@gnu.org>
5445
5446 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5447 rename from diff-remove-trailing-whitespace (Bug#12831).
5448
5449 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5452 miscompilation of trace.el.
5453
5454 2012-11-10 Glenn Morris <rgm@gnu.org>
5455
5456 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5457
5458 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5461 (bug#12812).
5462
5463 2012-11-10 Chong Yidong <cyd@gnu.org>
5464
5465 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5466 a defcustom with an appropriate :set function.
5467 (minibuffer-default--in-prompt-regexps): New function.
5468
5469 2012-11-10 Glenn Morris <rgm@gnu.org>
5470
5471 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5472 (define-modify-macro): Doc fixes.
5473
5474 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5475 (gv-define-simple-setter): Update doc of `fix-return'.
5476
5477 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5480 twice when `fix-return' is set (bug#12813).
5481
5482 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5483 gv-define-simple-setter (bug#12812).
5484
5485 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5486 (bug#12756).
5487
5488 2012-11-10 Glenn Morris <rgm@gnu.org>
5489
5490 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5491
5492 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5493 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5494 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5495 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5496
5497 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5498
5499 2012-11-10 Leo Liu <sdl.web@gmail.com>
5500
5501 * ido.el (ido-set-matches-1): Improve flex matching performance by
5502 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5503
5504 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5505
5506 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5507 (ad--defalias-fset): New function.
5508 (ad-safe-fset): Remove.
5509 (ad-make-freeze-definition): Use cl-letf*.
5510
5511 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 * subr.el (dolist): Don't bind VAR in RESULT.
5514
5515 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5516 (fset, documentation): Don't save real def since we don't advise.
5517 (ad-do-advised-functions): Remove problematic `result-form'.
5518 (ad-safe-fset): `ad-real-fset' => `fset'.
5519 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5520 uses CL's dolist internally.
5521 (ad-arglist): Remove unused arg `name'.
5522 (ad-docstring, ad-make-advised-docstring):
5523 `ad-real-documentation' => `documentation'.
5524 (warning-suppress-types): Declare.
5525 (ad-set-arguments): Simple CSE.
5526 (ad-recover-normality): Sanity check.
5527
5528 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5529 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5530
5531 2012-11-09 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5532
5533 * ses.el: symbol to coordinate mapping is made by symbol property
5534 `ses-cell'. This means that the same mapping is done for all SES
5535 sheets. That is good enough for cells with standard A1 names, but
5536 not for named cell. So a hash map is added for the latter.
5537 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5538 (ses-sym-rowcol): Use hashmap for named cell.
5539 (ses-is-cell-sym-p): New defun.
5540 (ses-decode-cell-symbol): New defun.
5541 (ses-create-cell-variable): Add cell to hashmap when name is not
5542 A1-like.
5543 (ses-rename-cell): Check that cell new name is not already in
5544 spreadsheet with the use of ses-is-cell-sym-p
5545 (ses-rename-cell): Use hash map for named cells, but accept also
5546 renaming back to A1-like.
5547
5548 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * emacs-lisp/advice.el: Use new dynamic docstrings.
5551 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5552 Use dynamic-docstring-function instead of ad-advice-info.
5553 (ad--make-advised-docstring): New function extracted from
5554 ad-make-advised-docstring.
5555 (ad-make-advised-docstring): Use it.
5556 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5557 from sql-help.
5558 (sql-help): Use it with dynamic-docstring-function.
5559
5560 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5561
5562 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * files.el (hack-one-local-variable--obsolete): New function.
5565 (hack-one-local-variable): Use it for obsolete settings.
5566
5567 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5568 the new name.
5569
5570 * progmodes/js.el (js--filling-paragraph): New var.
5571 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5572 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5573 less sneaky.
5574
5575 2012-11-08 Julien Danjou <julien@danjou.info>
5576
5577 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5578 `auto-mode-alist' (Bug#12835).
5579
5580 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5581
5582 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5583 (perl--prettify-symbols-alist): New const.
5584 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5585 New functions.
5586 (perl-font-lock-keywords-2): Use them.
5587 (perl-electric-noindent-p): New function.
5588 (perl-mode): Use it to set up electric-indent-mode.
5589 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5590 (perl-mode-map): Remove bindings for them.
5591 (perl-imenu-generic-expression, perl-outline-level):
5592 Match functions&packages in column>0.
5593
5594 * env.el (env--substitute-vars-regexp): New const.
5595 (substitute-env-vars): Use it. Add `only-defined' arg.
5596 * net/tramp.el (tramp-replace-environment-variables): Use it.
5597
5598 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5599 Byte-compile *before* eval in eval-and-compile.
5600 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5601 (byte-compile-file-form-autoload): Don't hide actual definition.
5602 (byte-compile-maybe-guarded): Accept `functionp' as well.
5603
5604 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5605
5606 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5607
5608 * notifications.el (notifications-get-server-information-method):
5609 New defconst.
5610 (notifications-get-capabilities): Fix docstring.
5611 (notifications-get-server-information): New defun.
5612
5613 2012-11-06 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5614
5615 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5616 readability.
5617
5618 * textmodes/ispell.el: Experimental support for support debugging.
5619 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5620 buffer for ispell.
5621 (ispell-print-if-debug): New function to print stuff to
5622 `ispell-debug-buffer' if debugging is enabled.
5623 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5624 show some debugging info.
5625 (ispell-buffer-with-debug): New function that creates a debugging
5626 buffer and calls `ispell-buffer' with debugging enabled.
5627
5628 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5629 comment in autoconf mode. (Bug#12768)
5630
5631 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5632
5633 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5634 frame-first-window, frame-root-window, frame-selected-window,
5635 minibuffer-selected-window, minibuffer-window,
5636 window-absolute-pixel-edges, window-at, window-body-height,
5637 window-body-width, window-display-table, window-combination-limit,
5638 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5639 window-inside-edges, window-inside-pixel-edges, window-left-child,
5640 window-left-column, window-margins, window-next-buffers,
5641 window-next-sibling, window-new-normal, window-new-total,
5642 window-normal-size, window-parameter, window-parameters, window-parent,
5643 window-pixel-edges, window-point, window-prev-buffers,
5644 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5645 window-start, window-text-height, window-top-child, window-top-line,
5646 window-total-height, window-total-width and window-use-time to the list
5647 of functions without side-effects.
5648 (toplevel): Add window-valid-p to the list of error-free functions
5649 without side-effects.
5650
5651 2012-11-05 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5652
5653 * textmodes/ispell.el (ispell-program-name):
5654 Update spellchecker parameters when customized.
5655
5656 2012-11-04 Glenn Morris <rgm@gnu.org>
5657
5658 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5659
5660 2012-11-04 Chong Yidong <cyd@gnu.org>
5661
5662 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5663 same-window-* variables.
5664
5665 2012-11-04 Juri Linkov <juri@jurta.org>
5666
5667 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5668 (isearch-describe-key, isearch-describe-mode): Use a display
5669 action instead of binding same-window-* variables (Bug#10040).
5670
5671 2012-11-03 Glenn Morris <rgm@gnu.org>
5672
5673 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5674 Rename handler properties back from cl-- to cl-. (Bug#12788)
5675
5676 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5677
5678 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5679
5680 * term/pc-win.el: Don't load term/internal from here.
5681
5682 * loadup.el: Load term/internal from here.
5683
5684 2012-11-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5685
5686 * progmodes/python.el (inferior-python-mode): Fix hang in
5687 jit-lock (Bug#12645).
5688
5689 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5690
5691 * window.el (switch-to-visible-buffer)
5692 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5693
5694 2012-11-03 Glenn Morris <rgm@gnu.org>
5695
5696 * emacs-lisp/cl-lib.el (cl--random-time):
5697 Rename from cl-random-time. (Bug#12773)
5698 (cl--gensym-counter, cl--random-state): Update callers.
5699 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5700
5701 2012-11-03 Chong Yidong <cyd@gnu.org>
5702
5703 * cus-start.el: Make cursor-type customizable (Bug#11633).
5704
5705 2012-11-02 Glenn Morris <rgm@gnu.org>
5706
5707 * filecache.el: No need to load find-lisp when compiling.
5708 (find-lisp-find-files): Autoload it.
5709 (file-cache-add-directory-recursively): Don't require find-lisp.
5710
5711 * image.el (image-type-from-file-name): Trivial simplification.
5712
5713 * emacs-lisp/bytecomp.el (byte-compile-eval):
5714 Decouple "noruntime" and "cl-functions" warnings.
5715
5716 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5717
5718 * play/gomoku.el (gomoku-display-statistics): Update mode line
5719 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5720
5721 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5722
5723 * window.el (quit-restore-window): If the window has been
5724 created on an existing frame and ended up as the sole window on
5725 that frame, do not delete it (Bug#12764).
5726
5727 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5730 Rename from sh--inside-arithmetic-expression, handle more cases
5731 (bug#11263).
5732
5733 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5734 (sh-font-lock-open-heredoc): Use it (bug#12770).
5735
5736 2012-10-30 Glenn Morris <rgm@gnu.org>
5737
5738 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5739
5740 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5741
5742 2012-10-29 Chong Yidong <cyd@gnu.org>
5743
5744 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5745 function key is stored in a keyboard macro (Bug#4894).
5746
5747 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5748
5749 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5750
5751 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5752 header comments".
5753 (diff-unified->context, diff-context->unified)
5754 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5755
5756 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5757
5758 * files.el (find-alternate-file): Only ask one question (bug#12487).
5759
5760 2012-10-29 Chong Yidong <cyd@gnu.org>
5761
5762 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5763 Suggested by Dan Nicolaescu (Bug#6326).
5764
5765 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5766
5767 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5768
5769 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5770
5771 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5772
5773 * face-remap.el (face-remap-add-relative): Handle the case where a
5774 face-remapping-alist entry is a cons cell (Bug#12762).
5775
5776 2012-10-29 Kevin Ryde <user42@zip.com.au>
5777
5778 * woman.el (woman-parse-numeric-value): Handle picas correctly
5779 (Bug#12639).
5780
5781 2012-10-29 Glenn Morris <rgm@gnu.org>
5782
5783 * emacs-lisp/cl.el (defsetf): Doc fix.
5784
5785 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5788 syntax to the matching opener, if any (bug#12547).
5789 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5790 matching open as a "case-(".
5791 (sh-smie-rc-grammar): Add a corresponding rule for it.
5792
5793 2012-10-28 Daniel Hackney <dan@haxney.org>
5794
5795 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5796 "PKGNAME-autoloads.el" in case we created it.
5797
5798 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5801 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5802 (completion--twq-all): Disable too-strict assertions.
5803
5804 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5805
5806 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5807
5808 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5809 text to match the real keybindings.
5810
5811 2012-10-27 Juri Linkov <juri@jurta.org>
5812
5813 * wdired.el (wdired-keep-marker-rename): New defcustom.
5814 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5815 (Bug#11795)
5816
5817 * dired.el (dired-keep-marker-rename): Add reference to
5818 `wdired-keep-marker-rename' in the docstring.
5819 Add default character value ?R to display initially in
5820 Customization UI instead of ?@.
5821
5822 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5823
5824 * window.el (display-buffer): In doc-string describe
5825 window-height and window-width alist entries.
5826
5827 * time.el (display-time-world): Restore fit-window-to-buffer
5828 behavior.
5829
5830 2012-10-27 Chong Yidong <cyd@gnu.org>
5831
5832 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5833
5834 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5835
5836 * minibuffer.el (completion-category-overrides): New completion
5837 category `bookmark' (bug#11131).
5838
5839 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5842 Silence bogus compiler warnings for ad-do-it.
5843
5844 * bookmark.el (bookmark-completing-read): Set the completion category
5845 to `bookmark' (bug#11131).
5846
5847 2012-10-26 Bastien <bzg@altern.org>
5848 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * face-remap.el: Use lexical-binding.
5851 (text-scale-adjust): Improve docstring. Use itself for the temporary
5852 overlay-map bindings, so as to repeat the "Use..." message each time.
5853
5854 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * emacs-lisp/macroexp.el (macroexp--expand-all):
5857 Obey byte-compile-warning-enabled-p (bug#12486).
5858
5859 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5860 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5861
5862 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5863
5864 * mouse.el (mouse-drag-line): Move last form into preceding when
5865 clause (Bug#12731).
5866
5867 * help.el (resize-temp-buffer-window): Fix doc-string.
5868
5869 2012-10-25 David Engster <deng@randomsample.de>
5870
5871 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5872 Remove. This feature is already integrated in imenu.
5873
5874 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5875 always loaded. Require `speedbar' unconditionally.
5876
5877 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5880
5881 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5882
5883 * net/ldap.el (ldap-search-internal): The official ldif format starts
5884 with a "version: 1" header (bug#12724).
5885
5886 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5887 (bug#12721).
5888
5889 2012-10-25 Glenn Morris <rgm@gnu.org>
5890
5891 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5892
5893 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5894
5895 * minibuffer.el (minibuffer-force-complete): Use one more marker
5896 for the temporary-overlay-map command (bug#12619).
5897
5898 2012-10-24 Chong Yidong <cyd@gnu.org>
5899
5900 * time.el (display-time-world-mode): Derive from special-mode.
5901 (display-time-world): Use display-buffer (Bug#12708).
5902 (display-time-world-mode-map): Variable deleted.
5903 (display-time-world-display): Wrap the final delete-char inside
5904 inhibit-read-only.
5905
5906 2012-10-24 Chong Yidong <cyd@gnu.org>
5907
5908 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5909 Doc fix.
5910
5911 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5912
5913 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * minibuffer.el (completion--all-sorted-completions-location): New var.
5916 (completion--cache-all-sorted-completions)
5917 (completion--flush-all-sorted-completions): Use it.
5918 (completion-in-region, completion-in-region--postch)
5919 (completion-at-point, completion-help-at-point): Use markers in
5920 completion-in-region--data (bug#12619).
5921
5922 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * progmodes/compile.el (compilation-start): Try to handle common
5925 quoting of `cd' argument (bug#12640).
5926
5927 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5928 (bug#12671).
5929
5930 2012-10-23 Glenn Morris <rgm@gnu.org>
5931
5932 * progmodes/gud.el (gud-menu-map):
5933 Check gdb-active-process is bound. (Bug#12358)
5934
5935 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * repeat.el (repeat): Set real-this-command (bug#12232).
5938
5939 * htmlfontify.el (hfy-post-html-hook):
5940 * filesets.el (filesets-cache-fill-content-hook):
5941 * arc-mode.el (archive-extract-hook):
5942 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5943 * net/rcirc.el (rcirc-sentinel-functions)
5944 (rcirc-receive-message-functions, rcirc-activity-functions)
5945 (rcirc-print-functions):
5946 * net/dbus.el (dbus-event-error-functions):
5947 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5948 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5949 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5950 * term/sun.el (sun-raw-prefix-hooks):
5951 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5952
5953 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5954
5955 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5956 Set `tramp-chunksize' to 1. This improves the performance.
5957 (tramp-smb-wait-for-output): Add timeout to
5958 `tramp-accept-process-output' calls.
5959
5960 2012-10-23 Chong Yidong <cyd@gnu.org>
5961
5962 * faces.el (font-list-limit): Define as an obsolete variable.
5963
5964 * startup.el (command-line):
5965 * cus-start.el: Don't refer to font-list-limit.
5966
5967 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5968
5969 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5970
5971 * subr.el (internal-temp-output-buffer-show): Rename from
5972 temp-output-buffer-show, since previously compiled files expect this name.
5973
5974 2012-10-23 Glenn Morris <rgm@gnu.org>
5975
5976 * image.el (image-type-from-file-name): If multiple types match,
5977 return the first one that is supported. (Bug#9045)
5978
5979 2012-10-22 Glenn Morris <rgm@gnu.org>
5980
5981 * image.el (imagemagick-enabled-types): Doc fix.
5982
5983 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5984
5985 * progmodes/which-func.el (which-func-current): The hash-table may have
5986 an explicit nil (bug#12338).
5987
5988 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * electric.el (electric-pair-delete-selection-self-insert-function):
5991 Rename to electric-pair-will-use-region, return a boolean.
5992 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5993
5994 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5995 (delete-selection-pre-hook): Use use-region-p.
5996 (delete-selection-self-insert-function): Remove.
5997 (self-insert-command): Obey self-insert-uses-region-functions.
5998 (self-insert-iso): Revert to previous setting, since we don't actually
5999 know what that command does.
6000 (delete-selection-self-insert-hooks): Remove.
6001
6002 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
6003
6004 * delsel.el (delete-selection-helper): New function, extracted from
6005 delete-selection-pre-hook.
6006 (delete-selection-pre-hook): Use it.
6007 (delete-selection-self-insert-function): New function.
6008 (delete-selection-self-insert-hooks): New hook.
6009 (self-insert-command, self-insert-iso): Use it.
6010 * electric.el (electric-pair-syntax): New function, extracted from
6011 electric-pair-post-self-insert-function.
6012 (electric-pair-post-self-insert-function): Use it.
6013 (electric-pair-delete-selection-self-insert-function): New function.
6014 (electric-pair-mode): Require delsel and setup
6015 delete-selection-self-insert-hooks (bug#11520).
6016
6017 2012-10-20 Chong Yidong <cyd@gnu.org>
6018
6019 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6020 no changes to show (Bug#12586).
6021
6022 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6023 list explicitly (Bug#12571).
6024
6025 2012-10-20 Arne Jørgensen <arne@arnested.dk>
6026
6027 * progmodes/flymake.el (flymake-create-temp-inplace):
6028 Use file-truename.
6029
6030 2012-10-20 Eli Zaretskii <eliz@gnu.org>
6031
6032 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
6033
6034 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6035
6036 * calc/calc-units.el (math-extract-units): Properly extract powers
6037 of units.
6038
6039 2012-10-20 Daniel Colascione <dancol@dancol.org>
6040
6041 * frame.el (make-frame): Set x-display-name as we used to in order
6042 to unbreak creating an X11 frame from an Emacs daemon started
6043 without a display.
6044
6045 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * minibuffer.el (minibuffer-force-complete): Make the next completion use
6048 the same completion-field (bug#12221).
6049
6050 2012-10-19 Martin Rudalics <rudalics@gmx.at>
6051
6052 * emacs-lisp/debug.el (debug): Record height of debugger window
6053 also when debugger will be back (Bug#8789).
6054
6055 2012-10-18 Chong Yidong <cyd@gnu.org>
6056
6057 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6058 Convert to defcustom.
6059 (gdb-get-source-file): Don't bind pop-up-windows.
6060
6061 * progmodes/gud.el (gud-display-line): Don't specially re-use
6062 other frames for the gdb-mi case (Bug#12648).
6063
6064 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * emacs-lisp/advice.el: Clean up commentary a bit.
6067 (ad-do-advised-functions, ad-with-originals): Use `declare'.
6068 (byte-code-function-p): Never redefine.
6069
6070 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6071
6072 2012-10-18 Glenn Morris <rgm@gnu.org>
6073
6074 * dired.el (dired-sort-toggle): Some ls implementations only allow
6075 a single option string. (Bug#12666)
6076
6077 * minibuffer.el (completion-cycle-threshold): Doc fix.
6078
6079 2012-10-17 Kenichi Handa <handa@gnu.org>
6080
6081 * international/mule.el (set-keyboard-coding-system):
6082 Recover input meta mode when the new coding system doesn not use 8-bit.
6083 Supply TERMINAL arg to set-input-meta-mode.
6084
6085 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
6086
6087 * wdired.el (wdired-old-marks): New variable.
6088 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6089 (wdired-do-renames): Move point with renamed file and don't lose
6090 mark status (Bug#11795).
6091
6092 2012-10-16 Juri Linkov <juri@jurta.org>
6093
6094 * replace.el (query-replace-help): Mention multi-buffer replacement
6095 keys in the Help message. (Bug#12655)
6096
6097 2012-10-15 Chong Yidong <cyd@gnu.org>
6098
6099 * emacs-lisp/byte-run.el (defsubst): Doc fix.
6100
6101 2012-10-14 Eli Zaretskii <eliz@gnu.org>
6102
6103 * window.el (display-buffer): Doc fix.
6104
6105 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6106 Adjust the msft regexp to the output of Studio 2010, and move msft
6107 before edg-1. See the discussion on emacs-devel,
6108 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6109 for the details.
6110
6111 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6113 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6114 (oset): Move uses of object-class-fast macro after its definition.
6115
6116 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6117
6118 2012-10-13 Chong Yidong <cyd@gnu.org>
6119
6120 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6121 enabled, re-enable it (Bug#11963).
6122
6123 2012-10-13 Martin Rudalics <rudalics@gmx.at>
6124
6125 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6126 non-nil, restore window configuration (Bug#12623).
6127
6128 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6129
6130 * help-fns.el (describe-variable, describe-function-1):
6131 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6132
6133 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6134
6135 2012-10-12 Glenn Morris <rgm@gnu.org>
6136
6137 * mail/rmailsum.el (rmail-header-summary):
6138 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
6139
6140 2012-10-12 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6141
6142 * progmodes/python.el (python-mode-map):
6143 Replace subtitute-key-definition with proper command remapping.
6144 (python-nav--up-list): Fix behavior for blocks on the same level.
6145
6146 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6149
6150 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6151 changes to the format of load-history.
6152
6153 * international/mule-cmds.el (read-char-by-name): Move let-binding of
6154 completion-ignore-case in case that var is buffer-local (bug#12615).
6155
6156 2012-10-11 Kenichi Handa <handa@gnu.org>
6157
6158 * international/eucjp-ms.el: Re-generated.
6159
6160 2012-10-10 Kenichi Handa <handa@gnu.org>
6161
6162 * select.el (xselect--encode-string): If a coding is specified for
6163 selection, and that is compatible with COMPOUND_TEXT, use it.
6164
6165 2012-10-10 Martin Rudalics <rudalics@gmx.at>
6166
6167 * window.el (switch-to-buffer-preserve-window-point): New option.
6168 (switch-to-buffer):
6169 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6170
6171 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6172
6173 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6174 Don't document nil as a useful value (bug#12583).
6175
6176 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
6177
6178 * net/tramp.el (tramp-debug-message):
6179 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6180 (with-tramp-progress-reporter): Rename from
6181 `tramp-with-progress-reporter'.
6182 (with-tramp-file-property, with-tramp-connection-property):
6183 Move from tramp-cache.el, rename from `with-file-property' and
6184 `with-connection-property', respectively.
6185
6186 * net/tramp-cache.el: Remove `with-file-property' and
6187 `with-connection-property'.
6188
6189 * net/tramp.el:
6190 * net/tramp-gvfs.el:
6191 * net/tramp-sh.el:
6192 * net/tramp-smb.el: Adapt callees.
6193
6194 * net/trampver.el: Update release number.
6195
6196 2012-10-09 Glenn Morris <rgm@gnu.org>
6197
6198 * w32-fns.el (set-message-beep):
6199 * term/w32-win.el (set-message-beep): Update declarations.
6200
6201 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6202
6203 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6204 (mode-line-widen, mode-line-input-method-map)
6205 (mode-line-coding-system-map, mode-line-remote)
6206 (mode-line-unbury-buffer, mode-line-bury-buffer)
6207 (mode-line-next-buffer, mode-line-previous-buffer):
6208 Replace save-selected-window+select-window => with-selected-window.
6209
6210 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6211 * progmodes/cc-vars.el (bq-process): Remove, unused.
6212
6213 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6214
6215 2012-10-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6216
6217 Implemented `backward-up-list'-like navigation.
6218 * progmodes/python.el (python-nav-up-list)
6219 (python-nav-backward-up-list): New functions.
6220 (python-mode-map): Define substitute key for backward-up-list to
6221 python-nav-backward-up-list.
6222
6223 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6224
6225 * progmodes/python.el (python-fill-paragraph): Rename from
6226 python-fill-paragraph-function. Fixed fill-paragraph for
6227 decorators (Bug#12605).
6228
6229 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6230
6231 * progmodes/python.el (python-shell-output-filter): Handle extra
6232 carriage return in OSX (Bug#12409).
6233
6234 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6235
6236 Fix shell handling of unbalanced quotes and parens in output.
6237 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6238 (python-syntax-propertize-function): Use it.
6239 (python-shell-output-syntax-table): New var.
6240 (inferior-python-mode): Prevent unbalanced parens/quotes from
6241 previous output mess with current input context.
6242
6243 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
6244
6245 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6246 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6247
6248 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
6249
6250 * ffap.el (ffap-replace-file-component): Support Tramp file name
6251 syntax, not only ange-ftp's one.
6252
6253 2012-10-08 Glenn Morris <rgm@gnu.org>
6254
6255 * cus-start.el (message-log-max): Set :version.
6256
6257 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6258
6259 2012-10-08 Martin Rudalics <rudalics@gmx.at>
6260
6261 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6262 the minibuffer window (Bug#10851).
6263
6264 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6265
6266 Enhancements on forward-sexp movement.
6267 * progmodes/python.el (python-nav-beginning-of-statement)
6268 (python-nav-end-of-statement): Return point-marker.
6269 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6270 (python-info-current-symbol)
6271 (python-info-statement-starts-block-p): Rename from
6272 python-info-beginning-of-block-p.
6273 (python-info-statement-ends-block-p): Rename from
6274 python-info-end-of-block-p.
6275 (python-info-beginning-of-statement-p)
6276 (python-info-end-of-statement-p)
6277 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6278 New functions.
6279
6280 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6283 frame-selected-windows.
6284
6285 2012-10-08 Daniel Colascione <dancol@dancol.org>
6286
6287 * battery.el (battery-status-function): Check for
6288 w32-battery-status itself, not system-time windows-nt.
6289
6290 * frame.el: Require cl-lib.
6291 (display-format-alist): New variable mapping frame types to
6292 functions that initialize them.
6293 (window-system-for-display): New function: interprets
6294 display-format-alist.
6295 (make-frame-on-display): Remove existing display-selection logic
6296 and just forward to make-frame, which will now DTRT.
6297 (make-frame): Restructure to use window-system-for-display to
6298 figure out how to create a frame on a given display.
6299 (display-mouse-p): Look for frame-type w32, not a particular
6300 system-type.
6301
6302 * loadup.el: Load w32 lisp code when we have the w32 feature.
6303
6304 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6305 system-type windows-nt.
6306
6307 * server.el (server-create-window-system-frame): Look for window
6308 type.
6309 (server-proces-filter): Only force a window system when windows-nt
6310 _and_ w32. Explain why.
6311
6312 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6313 of window systems we configure for the mode.
6314
6315 * startup.el (command-line): Mark window system is initialized
6316 after we've done it.
6317
6318 * common-win.el (x-select-text): Look for w32, not windows-nt.
6319
6320 * ns-win.el: Require cl-lib. Add ourselves to
6321 display-format-alist.
6322 (ns-initialize-window-system): Assert we're not initialized twice.
6323
6324 * w32-win.el: Enable lexical binding; require cl-lib; add
6325 ourselves to display-format-alist.
6326 (w32-handle-dropped-file): Convert incoming dropped files from
6327 Windows paths to Cygwin ones before passing them on to the rest of
6328 Emacs.
6329 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6330 (w32-initialize-window-system): Assert we're not initialized twice.
6331
6332 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6333 (x-initialize-window-system): Assert we're not initialized twice.
6334
6335 * w32-common-fns.el: New File.
6336 (w32-version, w32-using-nt, w32-get-clipboard-data)
6337 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6338 (w32-charset-info-alist, x-last-selected, text)
6339 (x-get-selection-value, x-selection-value): Move here.
6340
6341 * w32-fns.el: Require w32-common-fns.
6342 (w32-version, w32-using-nt, w32-get-clipboard-data)
6343 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6344 (w32-charset-info-alist, x-last-selected, text)
6345 (x-get-selection-value, x-selection-value): Move to
6346 w32-common-fns.
6347
6348 * w32-vars.el:
6349 (w32-allow-system-shell, w32-system-shells): Define only in
6350 non-cygwin case.
6351
6352 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6355 (read-passwd): Remove a few more potential sources of leaks.
6356
6357 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6358
6359 * progmodes/python.el (inferior-python-mode)
6360 (python-shell-make-comint): Fix initialization of local
6361 variables copied from parent buffer.
6362
6363 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6364
6365 * term/ns-win.el (ns-read-file-name): Update declaration to match
6366 nsfns.m.
6367 (ns-respond-to-change-font): Change fontsize separately so we are sure
6368 it is set when font is acted upon.
6369
6370 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6371
6372 Enhancements to indentation.
6373 * progmodes/python.el (python-indent-context): Give priority to
6374 inside-string context. Make comments indentation markers.
6375 (python-indent-region): Do not mess with strings, unless it's the
6376 enclosing set of quotes.
6377
6378 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * window.el (internal--before-save-selected-window)
6381 (internal--after-save-selected-window): New functions extracted from
6382 save-selected-window. Make sure we return the `alist' we construct.
6383 (save-selected-window): Use them.
6384
6385 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6386 Use with-selected-window.
6387
6388 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6389 forms that define macros (bug#12593).
6390
6391 2012-10-07 Kenichi Handa <handa@gnu.org>
6392
6393 * international/mule-conf.el (compound-text-with-extensions):
6394 Add :mime-charset property as x-ctext.
6395
6396 2012-10-07 Stefan Merten <smerten@oekonux.de>
6397
6398 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6399 (rst-indent-literal-normal, rst-indent-literal-minimized)
6400 (rst-indent-comment): Correct :version tag.
6401 (rst-official-cvs-rev): Correct version string.
6402
6403 2012-10-07 Glenn Morris <rgm@gnu.org>
6404
6405 * mail/rmailmm.el (rmail-mime-process-multipart):
6406 Do not confuse a multipart message with an epilogue
6407 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6408
6409 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6410
6411 Fix shell output retrieval and comint-prompt-regexp init.
6412 * progmodes/python.el (inferior-python-mode):
6413 (python-shell-make-comint): Fix initialization of
6414 comint-prompt-regexp from copied file local variables.
6415 (python-shell-fetched-lines): Remove var.
6416 (python-shell-output-filter-in-progress): Rename from
6417 python-shell-fetch-lines-in-progress.
6418 (python-shell-output-filter-buffer): Rename from
6419 python-shell-fetch-lines-string.
6420 (python-shell-fetch-lines-filter): Delete function.
6421 (python-shell-output-filter): New function.
6422 (python-shell-send-string-no-output): Use them.
6423
6424 2012-10-07 Glenn Morris <rgm@gnu.org>
6425
6426 * hi-lock.el (hi-lock-process-phrase):
6427 Try to make it less fragile. (Bug#7161)
6428
6429 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6430
6431 2012-10-06 Glenn Morris <rgm@gnu.org>
6432
6433 * ehelp.el (electric-help-mode): Use help-mode rather than
6434 non-existent mode `help'.
6435 (electric-help-map): Use button-buffer-map. (Bug#10917)
6436
6437 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6438 (reftex-create-bibtex-footer): Fix custom types.
6439
6440 * progmodes/sh-script.el (sh-indent-after-continuation):
6441 Add explicit :group.
6442
6443 * textmodes/rst.el (rst-preferred-decorations)
6444 (rst-shift-basic-offset): Clarify obsolescence versions.
6445
6446 * profiler.el (profiler): Add missing group :version tag.
6447 * avoid.el (mouse-avoidance-banish-position):
6448 * proced.el (proced-renice-command):
6449 * calc/calc.el (calc-ensure-consistent-units):
6450 * calendar/icalendar.el (icalendar-import-format-uid):
6451 * net/tramp.el (tramp-save-ad-hoc-proxies):
6452 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6453 * progmodes/flymake.el (flymake-error-bitmap)
6454 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6455 * progmodes/sh-script.el (sh-indent-after-continuation):
6456 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6457 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6458 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6459 (vhdl-array-index-record-field-in-sensitivity-list)
6460 (vhdl-indent-comment-like-next-code-line):
6461 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6462 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6463 (reftex-cite-key-separator, reftex-create-bibtex-header)
6464 (reftex-create-bibtex-footer):
6465 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6466 (rst-indent-literal-normal, rst-indent-literal-minimized)
6467 (rst-indent-comment): Add missing custom :version tags.
6468
6469 * calendar/timeclock.el (timeclock-modeline-display):
6470 Add missing obsolete alias for renamed user option.
6471
6472 * strokes.el (strokes-modeline-string):
6473 * emulation/crisp.el (crisp-mode-modeline-string):
6474 * eshell/esh-mode.el (eshell-status-in-modeline):
6475 Aliases to defcustoms must come before the defcustom.
6476
6477 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6478 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6479 (cal-tex-cursor-week-monday): Doc fixes.
6480 (cal-tex-cursor-week2-summary): Doc fix.
6481 Rename from cal-tex-cursor-week-at-a-glance.
6482
6483 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6484 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6485
6486 * calendar/calendar.el (calendar-mode-map):
6487 Add cal-tex-cursor-week2-summary.
6488
6489 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6490
6491 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6492
6493 * subr.el (read-passwd-map): New var.
6494 (read-passwd): Use `read-string' again.
6495 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6496
6497 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6498
6499 * register.el (append-to-register, prepend-to-register):
6500 Deactivate mark, as does `copy-to-register' (bug#12389).
6501
6502 2012-10-06 Chong Yidong <cyd@gnu.org>
6503
6504 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6505
6506 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6507
6508 * international/characters.el: Fix simple mistake ((car chars) ->
6509 elt), delete duplicated code.
6510
6511 2012-10-06 Glenn Morris <rgm@gnu.org>
6512
6513 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6514
6515 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6516
6517 * color.el (color-hsl-to-rgb): Fix incorrect results for
6518 small and large hue values. (Bug#12559)
6519
6520 2012-10-05 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6521
6522 Enhancements to docstring formatting when filling paragraphs.
6523 * progmodes/python.el (python-fill-docstring-style): Rename from
6524 python-fill-string-style. Added new style.
6525 (python-fill-string): Use new style. Better checks for
6526 docstrings.
6527
6528 2012-10-05 Glenn Morris <rgm@gnu.org>
6529
6530 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6531
6532 * color.el (color-name-to-rgb, color-rgb-to-hex)
6533 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6534 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6535 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6536 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6537
6538 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6539
6540 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6541
6542 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6543 to get the correct size across symlinks.
6544
6545 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6546
6547 2012-10-04 Juri Linkov <juri@jurta.org>
6548
6549 * replace.el (query-replace-interactive): Declare obsolete.
6550 (query-replace-read-from): Add the last incremental search string
6551 to the list of default values accessible via M-n.
6552 (map-query-replace-regexp): Use `read-regexp'.
6553 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6554 (map-query-replace-regexp, replace-string, replace-regexp):
6555 Fix docstrings to replace mentions of `query-replace-interactive'
6556 with alternatives. (Bug#12526)
6557
6558 2012-10-04 Juri Linkov <juri@jurta.org>
6559
6560 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6561 (dired-pop-to-buffer): Declare obsolete.
6562 (dired-mark-pop-up): Doc fix.
6563
6564 2012-10-04 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6565
6566 Allow user to set docstring style for fill-paragraph.
6567 * progmodes/python.el
6568 (python-fill-comment-function, python-fill-string-function)
6569 (python-fill-decorator-function, python-fill-paren-function):
6570 Remove :safe for defcustoms.
6571 (python-fill-string-style): New defcustom
6572 (python-fill-paragraph-function): Enhance context detection.
6573 (python-fill-string): Honor python-fill-string-style settings.
6574
6575 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6576
6577 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6578 after setting its buffer (Bug#10805).
6579
6580 2012-10-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6581
6582 Fix cornercase for string syntax.
6583 * progmodes/python.el (python-syntax-propertize-function):
6584 Simplify and enhance the regexp for unescaped quotes. Now it also
6585 matches quotes in weird situations like the single quote in
6586 "something\"'".
6587 (python-syntax-stringify): Simplify num-quotes detecting code.
6588
6589 2012-10-03 Glenn Morris <rgm@gnu.org>
6590
6591 * help-macro.el (three-step-help):
6592 Revert 2012-09-29 change. (Bug#12567)
6593
6594 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6595
6596 * menu-bar.el (kill-this-buffer): Don't do anything when
6597 `menu-frame' is not alive or visible (Bug#8184).
6598
6599 * emacs-lisp/debug.el (debug): When quitting the debugger window
6600 restore current buffer (Bug#12502).
6601
6602 2012-10-02 Chong Yidong <cyd@gnu.org>
6603
6604 * progmodes/hideif.el (hif-lookup, hif-defined):
6605 Handle semantic-c-takeover-hideif.
6606
6607 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6608
6609 Change sampling interval units from ms to ns.
6610 * profiler.el (profiler-sampling-interval): Change units
6611 from ms to ns, multiplying the default by 1000000 so that
6612 it remains 1 ms.
6613 (profiler-report-cpu-line-format): Give enough room for
6614 the maximum counters on 64-bit hosts.
6615 (profiler-report-render-calltree-1): Call them "CPU samples",
6616 not "Time (ms)", since they are not milliseconds now (and
6617 never really were).
6618
6619 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6620
6621 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6622 Fix querying BBDB for entries without a last name (Bug#11580).
6623
6624 2012-10-02 Chong Yidong <cyd@gnu.org>
6625
6626 * emacs-lisp/eieio.el: Restore Version header.
6627
6628 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * vc/diff-mode.el (diff--auto-refine-data): New var.
6631 (diff-hunk): Use it to delay refinement.
6632 (diff-mode): Remove overlays when we turn off font-lock.
6633
6634 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6635 (table-initialize-table-fixed-width-mode)
6636 (table-set-table-fixed-width-mode): Remove functions.
6637 (table-command-list): Move initialization into declaration.
6638 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6639 (table-with-cache-buffer): Use `declare'.
6640 (table-span-cell): Simplify via CSE.
6641 (table-fixed-width-mode): Use define-minor-mode.
6642 (table-call-interactively, table-funcall, table-apply): Remove.
6643 (table-function): New function, to replace them.
6644
6645 * bookmark.el (bookmark-search-pattern): Remove var.
6646 (bookmark-read-search-input): Remove function.
6647 (bookmark-bmenu-search): Reimplement using a minibuffer.
6648
6649 * faces.el (modeline): Remove obsolete face name.
6650
6651 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6652 and give a non-nil default value.
6653 (add-change-log-entry): Simplify accordingly.
6654
6655 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6656
6657 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6658 (vc-git-log-edit-toggle-amend): New function.
6659 (vc-git-log-edit-toggle-signoff): New function.
6660 (vc-git-log-edit-mode): New major mode.
6661 (vc-git-log-edit-mode-map): Keymap for it.
6662 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6663
6664 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6665 header names.
6666 (log-edit-toggle-header): New function.
6667 (log-edit-extract-headers): Accept function values in HEADERS alist.
6668
6669 2012-10-01 David Engster <deng@randomsample.de>
6670
6671 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6672 from symbol property and change message to be more consistent with
6673 Emacs proper.
6674 (eieio-describe-generic): Add filename for each implementation.
6675 Fix indices for generic and normal methods.
6676 (eieio-method-def, eieio-class-def): New buttons.
6677 (eieio-help-find-method-definition)
6678 (eieio-help-find-class-definition): New functions.
6679 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6680 class, constructor and method definitions.
6681
6682 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6683 information in symbol property.
6684 (scoped-class): Remove.
6685 (eieio-slot-name-index, call-next-method): Check if it is bound.
6686
6687 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6688
6689 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6690 (eieio-custom-mode): New major mode.
6691 (eieio-customize-object): Use it.
6692
6693 2012-10-01 Eric Ludlam <zappo@gnu.org>
6694
6695 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6696 specifying the expected class, and whether subclassing is allowed.
6697 (eieio-persistent-convert-list-to-object):
6698 (eieio-persistent-validate/fix-slot-value)
6699 (eieio-persistent-slot-type-is-class-p): New functions.
6700 (eieio-named::slot-missing): Doc fix.
6701
6702 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6703 Stop using unused publd variable.
6704
6705 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6706 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6707 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6708 (eieio-speedbar-handle-click): Do not specify a class for the
6709 method. Fixes method invocation order problems with EDE.
6710
6711 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6714 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6715
6716 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6717
6718 * bookmark.el (bookmark-version-control): Give tags in the
6719 :type choices (Bug#12309), and improve doc string.
6720 (bookmark-write-file): Bind `print-circle' to `t' to allow
6721 circular custom bookmark types. (Bug#12503)
6722
6723 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6724
6725 Revert the FOLLOW-SYMLINKS change for file-attributes.
6726 * files.el (remote-file-name-inhibit-cache, after-find-file):
6727 * time.el (display-time-file-nonempty-p): Undo last change.
6728
6729 * profiler.el (profiler-sampling-interval): Change default back to 1.
6730 See Stefan Monnier in
6731 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6732
6733 2012-10-01 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6734
6735 Shell output catching a la gud-gdb.
6736 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6737 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6738 New Vars.
6739 (python-shell-fetch-lines-filter): New function.
6740 (python-shell-send-string-no-output): Use them.
6741
6742 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6743
6744 * profiler.el (profiler-sampling-interval): Rename from
6745 profiler-sample-interval.
6746 (profiler-sampling-interval): Default to 10.
6747 (profiler-find-profile): New command (was profiler-find-log).
6748 (profiler-find-profile-other-window): New command.
6749 (profiler-find-profile-other-frame): New command.
6750 (profiler-profile): Introduce API-level data structure.
6751
6752 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6753
6754 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6755 * files.el (remote-file-name-inhibit-cache):
6756 * time.el (display-time-file-nonempty-p): Use it.
6757 * files.el (after-find-file): Don't chase links before calling
6758 file-exists-p, as file-exists-p already does the right thing.
6759
6760 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6761
6762 Merge from standalone RefTeX repository.
6763
6764 The following ChangeLog entries are shortened versions of the
6765 original ones with file paths adapted. A not so strongly edited
6766 version of the original ChangeLog can be found in the commit log.
6767
6768 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6769 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6770 Correctly handle new value type returned by `reftex-citation'.
6771
6772 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6773 that entries with whitespace at various places are found.
6774 Doc fix. Include entries that are cross-referenced from cited entries.
6775 Include @String definitions in the resulting bib file. Add header
6776 and footer defined in `reftex-create-bibtex-header' and
6777 `reftex-create-bibtex-footer'.
6778 (reftex-do-citation): Make it possible again to insert
6779 non-existent entries. Save match data when asking for optional
6780 arguments. Return all keys, not just the first one.
6781 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6782 all citations in the same line.
6783 (reftex-parse-bibtex-entry): Accept additional optional argument
6784 `raw' and keep quotes or braces if it is non-nil. Match fields
6785 containing hyphens besides word constituents.
6786 (reftex-get-string-refs): New function.
6787 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6788 and ask if it should be reread in case it did.
6789 (reftex-pop-to-bibtex-entry)
6790 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6791 entries with spaces or tabs in front of arguments.
6792 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6793 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6794 Match entries containing numbers and symbol constituents.
6795 (reftex-do-citation, reftex-figure-out-cite-format):
6796 Use `reftex-cite-key-separator'.
6797
6798 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6799 (reftex-mouse-view-crossref): Explain why point is set.
6800
6801 * textmodes/reftex-global.el: Whitespace changes.
6802
6803 * textmodes/reftex-index.el: Move provide statement to end of
6804 file.
6805 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6806 (reftex-index-visit-phrases-buffer): Set marker when visiting
6807 buffer. This allows for returning from the phrases file to the
6808 file one was just editing instead of the file where the last
6809 phrases was added from.
6810 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6811 punctuation syntax as it usually is not used as string quote in
6812 TeX-related modes and may occur unmatched. The change also
6813 prevents fontification of quoted content.
6814 (reftex-index-phrases-mode): Use it.
6815
6816 * textmodes/reftex-parse.el (reftex-parse-from-file):
6817 Move backward one char if a `\' was matched after a section macro.
6818 (reftex-parse-from-file): Use beginning of match instead of end as
6819 bound.
6820
6821 * textmodes/reftex-ref.el: Adapt creation of
6822 `reftex-<package>-<macro>' functions to new structure of
6823 `reftex-ref-style-alist'.
6824 (reftex-reference): Use `reftex-ref-style-list' function.
6825 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6826 reference macro if `reftex-ref-macro-prompt' is non-nil.
6827 (reftex-reference): Pass refstyle to `reftex-format-special'.
6828 Determine reference macro by looking at
6829 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6830 Use only one special format function.
6831 (reftex-varioref-vref, reftex-fancyref-fref)
6832 (reftex-fancyref-Fref): Remove definitions. The functions are now
6833 generated from `reftex-ref-style-alist'.
6834 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6835 Remove.
6836 (reftex-format-special): New function.
6837
6838 * textmodes/reftex-sel.el
6839 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6840 of `reftex-ref-style-alist'. Remove code for testing macro type.
6841 (reftex-select-toggle-varioref)
6842 (reftex-select-toggle-fancyref): Remove.
6843 (reftex-select-cycle-ref-style-internal)
6844 (reftex-select-cycle-ref-style-forward)
6845 (reftex-select-cycle-ref-style-backward): New functions.
6846 (reftex-select-label-map): Use `v' and `V' for general cycling
6847 through reference styles. Add `p' for switching between number
6848 and page reference types.
6849
6850 * textmodes/reftex-toc.el (reftex-re-enlarge):
6851 Call `enlarge-window' only if there is something to do because in Emacs
6852 the horizontal version throws an error even if the parameter is 0.
6853
6854 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6855 (reftex-plug-into-AUCTeX): Doc fix.
6856 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6857 string. Adapt to new name.
6858 (reftex-ref-style-alist): Change structure so that it is not
6859 possible to use multiple different package names within a style.
6860 Remove the symbols for symbols for macro type distinction.
6861 Add characters for macro selection.
6862 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6863 (reftex-create-bibtex-footer): New variables.
6864 (reftex-format-ref-function): Mention third argument of special
6865 format function.
6866 (reftex-ref-style-alist, reftex-ref-style-default-list):
6867 New variables.
6868 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6869 to new implementation. Mark as obsolete. Add compatibility code
6870 for honoring the variable values in case they are set.
6871 (reftex-cite-format-builtin, reftex-bibliography-commands):
6872 Add support for ConTeXt.
6873 (reftex-format-ref-function, reftex-format-cite-function):
6874 Fix custom type.
6875 (reftex-cite-key-separator): New variable.
6876
6877 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6878 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6879 `reftex-syntax-table' because parens have to retain their paren
6880 syntax in order for parsing of BibTeX entries like @book(...) to
6881 work.
6882 (reftex-in-comment): Do not error out if `comment-start-skip' is
6883 not set. Deal correctly with escaped comment characters.
6884 (reftex-tie-multifile-symbols): Add doc string.
6885 Initialize `reftex-ref-style-list'.
6886 (reftex-untie-multifile-symbols): Add doc string.
6887 (reftex-add-index-macros): Doc fix.
6888 (reftex-ref-style-activate, reftex-ref-style-toggle)
6889 (reftex-ref-style-list): New functions.
6890 (reftex-mode-menu): Use them. Adapt to new structure of
6891 `reftex-ref-style-alist'.
6892 (reftex-select-with-char): Kill the RefTeX Select buffer when
6893 done.
6894 (reftex-remove-if): New function.
6895 (reftex-erase-all-selection-and-index-buffers)
6896 (reftex-mode-menu): Reference styles are now computed from
6897 `reftex-ref-style-alist'. Fix typo.
6898 (reftex-report-bug): New function.
6899 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6900 algorithms with O(n log n). Introduce optional argument SORT (not
6901 yet used).
6902
6903 2012-09-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6904
6905 Enhancements for triple-quote string syntax.
6906 * progmodes/python.el (python-syntax-propertize-function):
6907 Match both quote cases in one regexp.
6908 (python-syntax-stringify): Handle matches properly.
6909
6910 2012-09-30 Juri Linkov <juri@jurta.org>
6911
6912 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6913 to nil around the call to `insert' to prevent
6914 directory time modification by lock_file. (Bug#2295)
6915 * tar-mode.el (tar-summarize-buffer): Idem.
6916
6917 2012-09-30 Juri Linkov <juri@jurta.org>
6918
6919 * facemenu.el (list-colors-sort): Add option "Luminance".
6920 (list-colors-sort-key): Implement it.
6921
6922 * vc/diff-mode.el (diff-refine-removed):
6923 * vc/ediff-init.el (ediff-fine-diff-A):
6924 * vc/smerge-mode.el (smerge-refined-removed):
6925 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6926
6927 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6928
6929 * term/ns-win.el (x-file-dialog): New function.
6930
6931 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6932
6933 * ido.el (ido-max-directory-size): Default to nil; the current
6934 default is small for POSIX systems, and impractical on Windows 7
6935 now that lstat returns directory sizes for NTFS.
6936
6937 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6938
6939 In buffer display functions handle window-height/window-width
6940 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6941 * window.el (window--display-buffer): New argument ALIST.
6942 Obey window-height and window-width alist entries.
6943 (window--try-to-split-window): New argument ALIST.
6944 Bind window-combination-limit to t when the window's size shall be
6945 changed and window-combination-limit equals `window-size'.
6946 (display-buffer-in-atom-window)
6947 (display-buffer-in-major-side-window)
6948 (display-buffer-in-side-window, display-buffer-same-window)
6949 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6950 (display-buffer-pop-up-window, display-buffer-below-selected)
6951 (display-buffer-at-bottom, display-buffer-in-previous-window)
6952 (display-buffer-use-some-window): Adjust all callers of
6953 window--display-buffer and window--try-to-split-window.
6954 (fit-frame-to-buffer): New option.
6955 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6956 is non-nil.
6957 (display-buffer-in-major-side-window): Evaluate window-height /
6958 window-width alist entries.
6959
6960 * help.el (temp-buffer-resize-frames)
6961 (temp-buffer-resize-regexps): Remove options.
6962 (temp-buffer-resize-mode): Adjust doc-string.
6963 (resize-temp-buffer-window): Don't consult
6964 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6965 temp-buffer-resize-frames.
6966
6967 * dired.el (dired-mark-pop-up):
6968 Call display-buffer-below-selected with a fit-window-to-buffer alist
6969 entry.
6970
6971 2012-09-30 Chong Yidong <cyd@gnu.org>
6972
6973 * server.el (server-host): Document the security implications.
6974 (server-auth-key): Doc fix.
6975
6976 * startup.el (initial-buffer-choice): Doc fix.
6977
6978 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6979
6980 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6981 restriction change.
6982
6983 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6984
6985 * help-fns.el (help-fns--obsolete): Fix last change.
6986
6987 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6990 (minor-mode-map-alist): Remove redundant code.
6991
6992 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6993 visited in a buffer.
6994 (cvs-insert-visited-file): New function.
6995 (find-file-hook): Use it.
6996
6997 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6998
6999 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7000 chose face.
7001 (log-edit-empty-buffer-p): Don't require a space after a header.
7002
7003 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7004
7005 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7006
7007 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7008 a proper minor-mode.
7009
7010 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7011
7012 2012-09-29 Glenn Morris <rgm@gnu.org>
7013
7014 * winner.el (winner-mode): Remove variable (let define-minor-mode
7015 handle it).
7016 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7017 Doc fixes.
7018 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7019 (winner-mode): Use define-minor-mode.
7020
7021 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7022 the full definition in loaddefs, rather than duplicating it.
7023
7024 * help-macro.el (three-step-help): No need to autoload defcustom.
7025
7026 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7027 (inferior-lisp-program, inferior-lisp-load-command)
7028 (inferior-lisp-prompt, inferior-lisp-mode-hook):
7029 No need to autoload defcustoms.
7030
7031 * hippie-exp.el (hippie-expand-try-functions-list)
7032 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7033 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7034 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7035 (hippie-expand-only-buffers): No need to autoload defcustoms.
7036 * progmodes/vhdl-mode.el (vhdl-line-expand):
7037 Explicitly load hippie-exp, so it does not get autoloaded
7038 while hippie-expand-try-functions-list is let-bound.
7039
7040 2012-09-28 Glenn Morris <rgm@gnu.org>
7041
7042 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7043
7044 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7045 Only "cl.el" counts as cl these days.
7046
7047 2012-09-28 Juri Linkov <juri@jurta.org>
7048
7049 Display archive errors in the echo area instead of inserting
7050 to the file buffer.
7051
7052 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7053 to STDERR-TEST that can be a regexp matching a successful output.
7054 Create a temporary file and redirect stderr to it. Search for
7055 STDERR-TEST in the stderr output and display it in the echo area
7056 if no match is found.
7057 (archive-extract-by-file): New function like
7058 `archive-extract-by-stdout' but extracting archives to files
7059 and looking for successful matches in stdout. Function body is
7060 mostly copied from `archive-rar-extract'.
7061 (archive-rar-extract): Use `archive-extract-by-file'.
7062 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
7063
7064 2012-09-28 Leo Liu <sdl.web@gmail.com>
7065
7066 * pcomplete.el (pcomplete-show-completions):
7067 Use minibuffer-message to make pcomplete usable in minibuffer.
7068
7069 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7070
7071 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * type-break.el: Use lexical-binding.
7074 (type-break-mode): Use define-minor-mode.
7075
7076 * emacs-lisp/pcase.el (pcase--mark-used): New.
7077 (pcase--u1): Use it (bug#12512).
7078
7079 * custom.el (load-theme): Set buffer-file-name so the load is recorded
7080 in load-history with the right file name.
7081
7082 2012-09-28 Tassilo Horn <tsdh@gnu.org>
7083
7084 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7085 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7086 (doc-view-get-bounding-box): Make bounding box slicing work for
7087 ODF and DVI documents.
7088
7089 2012-09-28 Glenn Morris <rgm@gnu.org>
7090
7091 * type-break.el (type-break-mode, type-break-interval)
7092 (type-break-good-rest-interval, type-break-keystroke-threshold):
7093 No need to autoload.
7094 (type-break-good-rest-interval, type-break-keystroke-threshold):
7095 Add :set-after.
7096
7097 2012-09-28 Chong Yidong <cyd@gnu.org>
7098
7099 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7100 Add :version tag.
7101
7102 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7105
7106 2012-09-27 Glenn Morris <rgm@gnu.org>
7107
7108 * faces.el (x-display-name): Declare (for without-x builds).
7109
7110 * linum.el (linum-format): Don't autoload it. Improve :type.
7111
7112 * progmodes/tcl.el: Don't require outline when compiling.
7113 (outline-regexp, outline-level): Declare.
7114 * textmodes/sgml-mode.el: Don't require outline when compiling.
7115 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7116
7117 * term.el (term-ansi-reset):
7118 Try setting term-ansi-face-already-done to nil. (Bug#11785)
7119
7120 * vc/vc.el (vc-next-action): Only gripe about committing read-only
7121 files for RCS and SCCS. (Bug#9781)
7122
7123 2012-09-27 Chong Yidong <cyd@gnu.org>
7124
7125 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7126 change; value should be t.
7127
7128 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * image-mode.el: Use lexical-binding.
7131 (image-mode-winprops): Use t to stand for the window of
7132 a buffer that's not displayed.
7133 * doc-view.el (doc-view-new-window-function): Handle the new
7134 t in winprops.
7135 (doc-view-enlarge): Make it a real nop if the size is not changed.
7136 (doc-view-display): Handle the case where the buffer is not (yet?)
7137 displayed in any window.
7138 (doc-view-saved-settings): New var.
7139 (doc-view-mode): Use it.
7140 (doc-view-fallback-mode): Set it.
7141
7142 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7143 Set lexical-binding.
7144 (minibuffer-eldef-shorten-default): New var.
7145 (minibuffer-default-in-prompt-regexps): Use it for new default.
7146 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7147
7148 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7149
7150 * international/uni-bidi.el:
7151 * international/uni-category.el:
7152 * international/uni-name.el:
7153 * international/uni-numeric.el: Regenerate.
7154
7155 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
7156 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * profiler.el: New file.
7159
7160 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7163 (testcover-reinstrument): Simplify with CSE.
7164
7165 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7166
7167 * window.el (temp-buffer-window-setup): Fix typo in docstring.
7168
7169 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
7170
7171 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7172 (verilog-auto-input, verilog-auto-insert-lisp)
7173 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7174 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7175 (verilog-auto-unused, verilog-auto-wire)
7176 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7177 newline. Reported by Andrew Jones.
7178 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7179 Reported by Brad Dobbie.
7180 (verilog-batch-delete-trailing-whitespace):
7181 Create verilog-batch-delete-trailing-whitespace.
7182 Reported by Brad Dobbie.
7183 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7184 parameters from another module. Reported by Dan Katz.
7185 (verilog-auto, verilog-auto-assign-modport)
7186 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7187 AUTOINOUTMODPORT for UVM interface module shell generation.
7188 Reported by Brad Dobbie.
7189 (verilog-auto-inst-interfaced-ports): Make default nil, as more
7190 standard behavior.
7191 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7192 Reported by Matt Martin.
7193
7194 2012-09-25 Martin Rudalics <rudalics@gmx.at>
7195
7196 * window.el (window--resize-child-windows): When resizing child
7197 windows proportionally, process them in reverse order to
7198 preserve the "when splitting a window the new one gets the odd
7199 line" behavior.
7200 (window--resize-root-window-vertically): When resizing the
7201 minibuffer window try to affect only windows at the bottom of the
7202 frame. (Bug#12419)
7203
7204 2012-09-25 Chong Yidong <cyd@gnu.org>
7205
7206 * subr.el (declare): Doc fix.
7207
7208 * help-fns.el (help-fns--obsolete): Handle macros properly.
7209
7210 2012-09-25 Chong Yidong <cyd@gnu.org>
7211
7212 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7213 this function obsolete.
7214
7215 * calendar/cal-x.el (calendar-two-frame-setup)
7216 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7217 * calendar/calendar.el (american-calendar, european-calendar)
7218 (calendar-for-loop):
7219 * comint.el (comint-dynamic-simple-complete)
7220 (comint-dynamic-complete-as-filename, comint-unquote-filename):
7221 * desktop.el (desktop-load-default):
7222 * dired-x.el (dired-omit-here-always)
7223 (dired-hack-local-variables, dired-default-directory):
7224 * emacs-lisp/derived.el (derived-mode-class):
7225 * emacs-lisp/timer.el (timer-set-time-with-usecs):
7226 * emacs-lock.el (toggle-emacs-lock):
7227 * epa.el (epa-display-verify-result):
7228 * epg.el (epg-sign-keys, epg-start-sign-keys)
7229 (epg-passphrase-callback-function):
7230 * eshell/esh-util.el (eshell-for):
7231 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7232 (eshell-add-to-window-buffer-names):
7233 * files.el (locate-file-completion):
7234 * imenu.el (imenu-example--create-c-index)
7235 (imenu-example--create-lisp-index)
7236 (imenu-example--lisp-extract-index-name)
7237 (imenu-example--name-and-position):
7238 * international/mule-cmds.el (princ-list):
7239 * international/mule-diag.el (decode-codepage-char):
7240 * international/mule-util.el (detect-coding-with-priority):
7241 * iswitchb.el (iswitchb-read-buffer):
7242 * mail/mailalias.el (mail-complete):
7243 * mail/sendmail.el (mail-sent-via):
7244 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7245 (mouse-major-mode-menu):
7246 * password-cache.el (password-read-and-add):
7247 * pcomplete.el (pcomplete-parse-comint-arguments):
7248 * progmodes/sh-script.el (sh-maybe-here-document):
7249 * replace.el (query-replace-regexp-eval):
7250 * savehist.el (savehist-load):
7251 * simple.el (choose-completion-delete-max-match):
7252 * term.el (term-dynamic-simple-complete):
7253 * vc/ediff-init.el (ediff-check-version):
7254 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7255 * vc/vc.el (vc-diff-switches-list):
7256 * view.el (view-return-to-alist-update): Likewise.
7257
7258 * subr.el (eval-next-after-load, makehash, insert-string)
7259 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7260 mark obsolete.
7261 (mode-line-inverse-video): Variable deleted.
7262
7263 * international/mule-util.el (string-to-sequence): Remove.
7264
7265 * calendar/calendar.el (calendar-version):
7266 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7267 (icalendar-convert-diary-to-ical):
7268 * cus-edit.el (custom-mode):
7269 * ansi-color.el (ansi-color-unfontify-region):
7270 * international/latin1-disp.el (latin1-char-displayable-p):
7271 * progmodes/cwarn.el (turn-on-cwarn-mode):
7272 * progmodes/which-func.el (which-func-update-1):
7273 Use define-obsolete-function-alias.
7274
7275 * net/newst-backend.el (newsticker-cache-filename):
7276 * net/newst-treeview.el (newsticker-groups-filename):
7277 Fix incorrect obsolescence declaration.
7278
7279 * allout.el (allout-passphrase-hint-string): Likewise.
7280 (allout-init): Use a declare form to mark obsolete.
7281
7282 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7283 this applies to functions.
7284
7285 * iswitchb.el (iswitchb-read-buffer): Move code of
7286 iswitchb-define-mode-map here, and delete that obsolete function.
7287
7288 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7289 font-lock-reference-face.
7290
7291 2012-09-25 Glenn Morris <rgm@gnu.org>
7292
7293 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7294 Doc fixes.
7295
7296 * eshell/em-term.el (eshell-term-name):
7297 Default to term-term-name. (Bug#12485)
7298
7299 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7300
7301 * progmodes/python.el (python-shell-send-buffer): Better handling
7302 of "if __name__ == '__main__':" conditionals when sending the buffer.
7303
7304 2012-09-24 Glenn Morris <rgm@gnu.org>
7305
7306 * eshell/esh-cmd.el (eshell-find-alias-function):
7307 Tighten up file-name regexp. (Bug#12499)
7308
7309 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7310
7311 Enhancements for triple-quote string syntax.
7312 * progmodes/python.el (python-quote-syntax): Remove.
7313 (python-syntax-propertize-function): New value.
7314 (python-syntax-count-quotes, python-syntax-stringify):
7315 New functions.
7316
7317 2012-09-24 Chong Yidong <cyd@gnu.org>
7318
7319 * mail/supercite.el (sc-version): Remove obsolete function.
7320 (sc-describe): Don't mark as obsolete, since it is bound.
7321 (sc-submit-bug-report): Remove.
7322
7323 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7324 (cvs-commit-buffer-require-final-newline): Remove.
7325 (log-edit-require-final-newline)
7326 (log-edit-changelog-full-paragraphs): Default to t.
7327
7328 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7329 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7330 * vc/vc.el (vc-checkout-carefully): Likewise.
7331
7332 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7333 (emerge-version): Remove.
7334
7335 * progmodes/compile.el (compile-internal): Remove.
7336 (compilation-parse-errors-function): Fix typo.
7337
7338 * international/mule.el (set-char-table-default): Remove.
7339 (set-coding-priority, make-coding-system, generic-char-p)
7340 (charset-list, charset-bytes, charset-id): Use declare to mark
7341 functions as obsolete.
7342
7343 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7344 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7345 * vc/vc-hooks.el (vc-default-registered): Don't use
7346 vc-master-templates.
7347
7348 * font-lock.el (font-lock-reference-face):
7349 Use define-obsolete-variable-alias.
7350
7351 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7352 * calendar/calendar.el (calendar-font-lock-keywords):
7353 * calendar/diary-lib.el (diary-font-lock-keywords)
7354 (diary-fancy-font-lock-keywords):
7355 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7356 * textmodes/reftex-index.el (reftex-insert-index):
7357 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7358 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7359 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7360 * progmodes/prolog.el (prolog-font-lock-keywords):
7361 * progmodes/idlwave.el (idlwave-idl-keywords):
7362 * progmodes/ada-mode.el (ada-font-lock-keywords):
7363 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7364
7365 2012-09-24 Glenn Morris <rgm@gnu.org>
7366
7367 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7368
7369 2012-09-23 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7370
7371 * progmodes/python.el (python-indent-line): More consistent cursor
7372 movement behavior.
7373
7374 2012-09-23 Stefan Merten <smerten@oekonux.de>
7375
7376 * textmodes/rst.el: Fix compiler warning.
7377
7378 2012-09-23 Roland Winkler <winkler@gnu.org>
7379
7380 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7381 Transcribe also LaTeX hyphenation.
7382 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7383 bibtex-reformat-previous-options.
7384
7385 2012-09-23 Roland Winkler <winkler@gnu.org>
7386
7387 * proced.el (proced-renice-command): New variable.
7388 (proced-marked-processes): New function.
7389 (proced-with-processes-buffer): New macro.
7390 (proced-send-signal): Use them.
7391 (proced-renice): New command bound to r.
7392
7393 2012-09-23 Roland Winkler <winkler@gnu.org>
7394
7395 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7396 ibuffer-saved-filter-groups has one element, shortcut the call of
7397 completing-read. (Bug#12331)
7398
7399 2012-09-23 Chong Yidong <cyd@gnu.org>
7400
7401 * bindings.el (mode-line-toggle-read-only):
7402 * bs.el (bs-toggle-readonly):
7403 * buff-menu.el (Buffer-menu-toggle-read-only):
7404 * dired.el (dired-toggle-read-only):
7405 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7406
7407 2012-09-23 Chong Yidong <cyd@gnu.org>
7408
7409 * image.el (image-type-available-p): Adapt to init-image-library
7410 argument changes.
7411
7412 2012-09-22 Juri Linkov <juri@jurta.org>
7413
7414 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7415 `dired-toggle-read-only'. (Bug#12462)
7416
7417 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7418
7419 * subr.el (temp-output-buffer-show): New function.
7420 (with-output-to-temp-buffer): Call temp-output-buffer-show
7421 instead of internal-temp-output-buffer-show.
7422
7423 2012-09-22 Chong Yidong <cyd@gnu.org>
7424
7425 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7426 (Bug#12462).
7427
7428 * repeat.el (repeat): Doc fix (Bug#12348).
7429
7430 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7431 (Bug#10909).
7432
7433 * simple.el (shell-command-on-region): Doc fix.
7434 (read-only-mode): Doc fix.
7435
7436 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7437
7438 * emacs-lisp/timer.el (run-with-idle-timer)
7439 (timer-activate-when-idle): Warn against reinvoking an idle timer
7440 from within its own timer action. (Bug#12447)
7441
7442 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7443
7444 * cus-start.el (window-combination-limit): Add new optional
7445 values.
7446 * window.el (temp-buffer-window-show)
7447 (window--try-to-split-window): Handle new values of
7448 window-combination-limit (Bug#1806).
7449 (split-window): Test window-combination-limit for t instead of
7450 non-nil.
7451 (display-buffer-at-bottom): New buffer display action function.
7452 * help.el (temp-buffer-resize-regexps): New option.
7453 (temp-buffer-resize-mode): Rewrite doc-string.
7454 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7455 Don't resize reused window. Suggested by Glenn Morris.
7456
7457 2012-09-22 Stefan Merten <smerten@oekonux.de>
7458
7459 * textmodes/rst.el: Revamp section title faces.
7460 (rst-official-version)
7461 (rst-package-emacs-version-alist): Sync with official version
7462 V1.4.0.
7463 (rst-faces-defaults, rst-set-level-default)
7464 (rst-level-face-max, rst-level-face-base-color)
7465 (rst-level-face-base-light, rst-level-face-format-light)
7466 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7467 (rst-adornment-faces-alist): Match new setup.
7468 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7469 (rst-level-5, rst-level-6): New faces.
7470
7471 2012-09-22 Chong Yidong <cyd@gnu.org>
7472
7473 * simple.el (undo): Handle indirect buffers (Bug#8207).
7474
7475 2012-09-21 Leo Liu <sdl.web@gmail.com>
7476
7477 IDO: Disable match re-ordering for buffer switching.
7478 * ido.el (ido-buffer-disable-smart-matches): New variable.
7479 (ido-set-matches-1): Use it. (Bug#2042)
7480
7481 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7482
7483 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7484 Fix 2011-05-17 change. (Bug#12418)
7485
7486 2012-09-21 Leo Liu <sdl.web@gmail.com>
7487
7488 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7489
7490 2012-09-21 Glenn Morris <rgm@gnu.org>
7491
7492 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7493 Be more robust about locating simple.el.
7494
7495 2012-09-21 Glenn Morris <rgm@gnu.org>
7496
7497 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7498
7499 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7500
7501 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7502
7503 2012-09-20 Juri Linkov <juri@jurta.org>
7504
7505 * replace.el (query-replace-read-from): Use `read-regexp' instead
7506 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7507 (occur-read-primary-args): Use `read-regexp' instead of
7508 `read-string'.
7509 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7510 `read-from-minibuffer'.
7511 * isearch.el (isearch-occur): Use `read-regexp' instead of
7512 `read-string'.
7513 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7514 `read-from-minibuffer'.
7515 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7516 of `read-string'. (Bug#7567)
7517
7518 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7519 and allow accepting a list of strings prepended to a list of
7520 standard default values. Doc fix. (Bug#12321)
7521
7522 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7523
7524 * replace.el (read-regexp): Don't add ": " when PROMPT already
7525 ends with a colon and space. (Bug#12321)
7526
7527 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7528
7529 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7530 error.
7531
7532 2012-09-20 Stefan Merten <smerten@oekonux.de>
7533
7534 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7535 Fixes feature request bug#11711.
7536 (rst-mode): Create `imenu-create-index-function'.
7537 (rst-get-stripped-line): Delete after refactoring.
7538 (rst-section-tree, rst-section-tree-rec)
7539 (rst-section-tree-point): Refactor and document properly.
7540 (rst-imenu-find-adornments-for-position)
7541 (rst-imenu-convert-cell, rst-imenu-create-index):
7542 New function.
7543
7544 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7547 (macroexp--expand-all): Use it.
7548 (macroexp--funcall-and-return): Remove by folding it into its sole
7549 caller (macroexp--warn-and-return).
7550 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7551 Use macroexp--obsolete-warning.
7552
7553 * calc/calc.el: Fix last change by removing the whole chunk, since it
7554 was only needed back when Calc was not bundled.
7555
7556 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7557
7558 * emacs-lisp/debug.el (debug): Restore assignment to
7559 debugger-old-buffer removed on 2012-09-08.
7560
7561 2012-09-20 Juri Linkov <juri@jurta.org>
7562
7563 * dired-aux.el (dired-diff): Remove (require 'diff) since
7564 `diff-latest-backup-file' is now autoloaded.
7565
7566 2012-09-20 Chong Yidong <cyd@gnu.org>
7567
7568 * vc/diff.el (diff-latest-backup-file): Autoload.
7569
7570 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * calc/calc.el: Remove redundant autoload shape check.
7573 (sel-mode): Don't defvar.
7574 (calc-get-stack-element): Add `sel-mode' arg instead.
7575 (calc-top, calc-top-list): Pass it this additional argument.
7576 * calc/calc-store.el (calc-store-map):
7577 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7578 (calc-map-equation, calc-outer-product, calc-inner-product):
7579 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7580
7581 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7582
7583 2012-09-19 Juri Linkov <juri@jurta.org>
7584
7585 * dired-aux.el (dired-diff): Add (require 'diff) because
7586 `diff-latest-backup-file' is not autoloaded.
7587 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7588 of `dired-get-filename' to t to not report error when there is
7589 no default file on the current line.
7590
7591 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7594 macroexp--eval-if-compile.
7595 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7596 (macroexp--expand-all): Use them (bug#12371).
7597
7598 * doc-view.el (doc-view-guess-paper-size)
7599 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7600
7601 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7602
7603 New feature: set optimal slice from BoundingBox information.
7604 * doc-view.el (doc-view-mode-map): Add keybinding.
7605 (doc-view-menu): Add menu entry.
7606 (doc-view-set-slice): Adapt docstring.
7607 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7608 (doc-view-scale-bounding-box)
7609 (doc-view-set-slice-from-bounding-box): New functions.
7610 (doc-view-paper-sizes): New defvar.
7611
7612 2012-09-19 Glenn Morris <rgm@gnu.org>
7613
7614 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7615 (byte-compile-log-warning): Autoload. (Bug#12371)
7616
7617 * calendar/calendar.el (calendar-american-month-header)
7618 (calendar-european-month-header, calendar-iso-month-header)
7619 (calendar-month-header): New options.
7620 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7621 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7622
7623 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7624
7625 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7626
7627 2012-09-18 Juri Linkov <juri@jurta.org>
7628
7629 * dired-aux.el (dired-diff): Restore original functionality of
7630 getting the default value, but keep new feature of using the
7631 latest existing backup file (`diff-latest-backup-file').
7632
7633 2012-09-18 Juri Linkov <juri@jurta.org>
7634
7635 * dired.el (dired-mark): If the region is active in Transient Mark
7636 mode, mark all files in the active region. Doc fix.
7637 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7638 Doc fix. (Bug#10624)
7639
7640 2012-09-18 Juri Linkov <juri@jurta.org>
7641
7642 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7643 attributes for M-n are pulled from the file at point.
7644 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7645 Suggested by Drew Adams. (Bug#10624)
7646
7647 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7648
7649 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7650 whitespace after "end".
7651 (ruby-do-end-to-brace): Collapse block to one line if it fits
7652 within fill-column.
7653
7654 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7655
7656 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7657 value.
7658 (debug): Don't remove debugger window when debugger is expected
7659 to be back.
7660
7661 2012-09-18 Chong Yidong <cyd@gnu.org>
7662
7663 * custom.el (defface): Doc fix.
7664
7665 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7666
7667 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7668
7669 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7670 to initialize query-on-exit; then test that instead (bug#12288).
7671
7672 2012-09-17 Stefan Merten <smerten@oekonux.de>
7673
7674 * textmodes/rst.el: Add support for `testcover'.
7675 (rst-defcustom-testcover, rst-testcover-add-compose)
7676 (rst-testcover-add-1value): New functions.
7677 (rst-portable-mark-active-p): Replace by `use-region-p'.
7678 (rst-update-section, rst-classify-adornment)
7679 (rst-find-title-line): Mark `1value' forms.
7680 (rst-classify-adornment): Remove superfluous form.
7681 (rst-update-section, rst-get-adornments-around)
7682 (rst-adornment-complete-p, rst-get-next-adornment)
7683 (rst-adjust, rst-promote-region)
7684 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7685 (rst-find-pfx-in-region, rst-section-tree-rec)
7686 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7687 (rst-toc-node, rst-toc, rst-forward-section)
7688 (rst-iterate-leftmost-paragraphs)
7689 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7690 (rst-bullet-list-region)
7691 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7692 (rst-compile-find-conf, rst-compile)
7693 (rst-repeat-last-character): Fix style.
7694
7695 2012-09-17 Chong Yidong <cyd@gnu.org>
7696
7697 * comint.el (comint--complete-file-name-data): Don't add a space
7698 if the status is `sole'; that adds a gratuitous space in the
7699 completion-cycling case (Bug#12092).
7700
7701 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7702
7703 2012-09-17 Richard Stallman <rms@gnu.org>
7704
7705 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7706 only in the mime-shown mode, not in raw mode.
7707 (rmail-mime): Toggle off mime by displaying the message without
7708 mime processing. (Bug#12305)
7709
7710 * mail/rmail.el (rmail-retry-failure):
7711 Turn off mime processing first. (Bug#12037)
7712
7713 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7714
7715 2012-09-17 Chong Yidong <cyd@gnu.org>
7716
7717 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7718 (shell-dynamic-complete-functions): Convert to defcustom.
7719 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7720
7721 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7722 * comint.el (comint-prompt-read-only):
7723 * custom.el (defcustom):
7724 * hi-lock.el (hi-lock-mode):
7725 * ibuffer.el (ibuffer-formats):
7726 * ielm.el (ielm-prompt-read-only):
7727 * novice.el (disable-command):
7728 * saveplace.el (toggle-save-place):
7729 * speedbar.el (speedbar-supported-extension-expressions):
7730 * startup.el (auto-save-list-file-prefix, init-file-user)
7731 (after-init-hook, inhibit-startup-echo-area-message):
7732 * strokes.el (strokes-help):
7733 * time-stamp.el (time-stamp):
7734 * calendar/calendar.el (calendar, diary-file):
7735 * calendar/diary-lib.el (diary-mail-entries, diary)
7736 (diary-list-entries-hook):
7737 * calendar/holidays.el (holidays, calendar-holidays):
7738 * calendar/lunar.el (lunar-phases):
7739 * calendar/solar.el (sunrise-sunset):
7740 * emulation/edt.el (edt-load-keys):
7741 * emulation/viper.el (viper-mode):
7742 * eshell/em-alias.el (eshell-command-aliases-list):
7743 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7744 * international/ogonek.el (ogonek-information):
7745 * net/tramp-cmds.el (tramp-bug):
7746 * net/quickurl.el (quickurl-reread-hook-postfix):
7747 * play/decipher.el (decipher-font-lock-keywords):
7748 * progmodes/cc-styles.el (c-set-style):
7749 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7750 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7751 * progmodes/octave-mod.el (octave-mode):
7752 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7753 * progmodes/verilog-mode.el (verilog-read-defines):
7754 * textmodes/two-column.el (2C-mode): Likewise.
7755
7756 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7757
7758 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7759 that holds many addresses.
7760
7761 2012-09-16 Chong Yidong <cyd@gnu.org>
7762
7763 * align.el (align-areas): Call the indication function with
7764 positions instead of markers for arguments (Bug#12343).
7765
7766 * files.el (parse-colon-path): Use split-string (Bug#12351).
7767
7768 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7769 (display-buffer-function): Mark as obsolete.
7770
7771 * progmodes/compile.el (compilation-parse-errors): Accept list
7772 values similar to font-lock-keywords (Bug#12136).
7773 Suggested by Oleksandr Manzyuk.
7774 (compilation-error-regexp-alist): Doc fix.
7775
7776 2012-09-15 Glenn Morris <rgm@gnu.org>
7777
7778 * version.el (emacs-bzr-version-bzr): New function.
7779 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7780
7781 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7782 checkouts, check the parent dirstate matches the branch.
7783 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7784 empty string.
7785
7786 * version.el (emacs-bzr-version): Doc fix.
7787 (emacs-bzr-version-dirstate): New function.
7788 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7789 is local try and check that it matches the branch. If not, just
7790 use dirstate information. (Bug#12441)
7791
7792 2012-09-14 Juri Linkov <juri@jurta.org>
7793
7794 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7795 (Bug#12399)
7796
7797 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7800
7801 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7802 Remove obsolete byte-compiler hack that tried to silence some warnings.
7803 (edebug-submit-bug-report): Remove.
7804 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7805 Remove aliases, use the un-prefixed name instead.
7806 (edebug-pop-to-buffer): Consider other frames.
7807 (edebug-original-read):: Make it more obvious that it's always defined.
7808 (edebug--make-form-data-entry, edebug--form-data-name)
7809 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7810 single-dashed name, and implement with cl-defstruct.
7811 (edebug-set-form-data-entry): Use the standard accessors.
7812 (edebug-make-top-form-data-entry): Use push.
7813 (edebug-no-match): Drop useless `funcall'.
7814 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7815 to functions.
7816 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7817 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7818 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7819 (easy-menu-define, with-custom-print): Remove redundant specs.
7820 (edebug-outside-overriding-local-map)
7821 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7822 (edebug--display): Bind unread-command-events directly to nil rather
7823 than binding it to unread-command-events and later setting it to nil.
7824 (edebug--display): Kill edebug-eval-buffer here...
7825 (edebug--recursive-edit): ...rather than here.
7826 Bind standard-output and standard-input.
7827 (edebug-eval): Check cl-macroexpand-all is fboundp.
7828 (edebug-temp-display-freq-count): Fix last change.
7829
7830 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7831 * subr.el (noreturn, 1value): Add `debug' spec.
7832 * emacs-lisp/advice.el: Require cl-lib.
7833 (ad-copy-tree): Remove, use copy-tree instead.
7834 (ad-dolist): Remove use dolist or cl-dolist instead.
7835 (ad-do-return): Remove, use cl-return instead.
7836 (defadvice): Add `debug' spec.
7837
7838 2012-09-13 Juri Linkov <juri@jurta.org>
7839
7840 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7841 (Bug#12399)
7842
7843 2012-09-13 Glenn Morris <rgm@gnu.org>
7844
7845 * calc/calc.el (math-compose-expr):
7846 * calc/calc-ext.el (math-compose-expr):
7847 * progmodes/cc-defs.el (cl-macroexpand-all):
7848 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7849 (cl-macroexpand-all): Update declarations.
7850
7851 * vc/vc.el: No need to require ediff.
7852 (ediff-load-version-control): Declare.
7853 (ediff-vc-internal): Fix declaration.
7854 (vc-version-ediff): Require ediff.
7855
7856 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7857
7858 Use a more backwards-compatible timer format (Bug#12430).
7859 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7860 being right after USECS, as that better supports old code that
7861 inadvisedly looked directly at the timer vector.
7862
7863 2012-09-13 Kenichi Handa <handa@gnu.org>
7864
7865 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7866 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7867 `coding-priority' property of these language environment.
7868
7869 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7870
7871 Fix glitches caused by addition of psec to timers (Bug#12430).
7872 * image.el (image-animate-timer):
7873 * time.el (display-time-world-timer):
7874 Use timer--function and timer--args rather than raw access to
7875 timer vector.
7876
7877 2012-09-13 Glenn Morris <rgm@gnu.org>
7878
7879 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7880 If not compiling a file, try using load-file-name.
7881
7882 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7885 Fix last change.
7886 (edebug-update-eval-list): Use `push'.
7887
7888 * emacs-lisp/edebug.el: Use lexical-binding.
7889 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7890 Mark unused args with underscore.
7891 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7892 (edebug-form-data): Use defvar-local.
7893 (edebug-make-before-and-after-form, edebug-make-after-form):
7894 Use backquote.
7895 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7896 Not dynamically scoped any more.
7897 (edebug--enter-trace): Add arguments `function' and `args'.
7898 Rename from edebug-enter-trace.
7899 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7900 (edebug--update-coverage): Add `after-index' and `value' args.
7901 Rename from edebug-update-coverage.
7902 (edebug-slow-after): Call it accordingly.
7903 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7904 edebug-recursive-edit.
7905 (edebug--display): Call it accordingly. Add args `value',
7906 `offset-index', and `arg-mode'. Rename from edebug-display.
7907 (edebug-debugger, edebug): Call it accordingly.
7908 (edebug-eval-display-list): Use dolist.
7909
7910 2012-09-12 Juri Linkov <juri@jurta.org>
7911
7912 * info.el (Info-search): Don't check for isearch-mode and
7913 isearch-regexp before let-binding search-spaces-regexp to
7914 Info-search-whitespace-regexp.
7915 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7916 search-whitespace-regexp if isearch-lax-whitespace or
7917 isearch-regexp-lax-whitespace is non-nil.
7918 (Info-mode): Don't set local variable search-whitespace-regexp.
7919 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7920
7921 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7924 (debugger-env-macro): Remove support for unread-command-char.
7925
7926 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7927 the temporary map re-appearing on emulation-mode-map-alists.
7928
7929 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7930 since 22.1.
7931
7932 * ehelp.el (with-electric-help): Accept functions in
7933 electric-help-form-to-execute.
7934 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7935 And replace unread-command-char -> unread-command-events.
7936
7937 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7938
7939 Sync with Tramp 2.2.6.
7940
7941 * net/tramp.el (tramp-accept-process-output): Don't use
7942 JUST-THIS-ONE in the XEmacs case.
7943
7944 * net/trampver.el: Update release number.
7945
7946 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7947
7948 * emacs-lisp/debug.el (debugger-previous-window-height):
7949 New variable.
7950 (debug): When debugger-jumping-flag is non-nil try to restore
7951 height of debugger window. (Bug#8789)
7952
7953 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7956 overriding-local-map and pre/post-command-hook here.
7957 (edebug-recursive-edit): Do it here instead (bug#12345).
7958 (edebug-outside-unread-command-char): Remove all uses of
7959 unread-command-char.
7960
7961 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7962 inhibit-debugger is bound instead.
7963
7964 2012-09-11 Bastien Guerry <bzg@gnu.org>
7965
7966 * subr.el (set-temporary-overlay-map): Add a docstring.
7967 (Bug#12346)
7968
7969 2012-09-11 Bastien Guerry <bzg@gnu.org>
7970
7971 * minibuffer.el (completion-table-subvert): Fix docstring.
7972 (Bug#12347)
7973
7974 2012-09-11 Bastien Guerry <bzg@gnu.org>
7975
7976 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7977
7978 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7979
7980 * progmodes/sql.el: Version 3.1
7981 (sql-db2-escape-newlines): New variable.
7982 (sql-escape-newlines-filter): Use it.
7983
7984 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7985
7986 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7987
7988 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7989
7990 * vc/diff-mode.el (diff-mode-menu):
7991 Bind diff-remove-trailing-whitespace.
7992
7993 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7996 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7997 (emacs-lisp-byte-code-mode): New functions.
7998 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7999 (eval-defun-2): Remove bogus interactive spec.
8000 (lisp-indent-line): Remove redundant whole-exp code, now done in
8001 indent-according-to-mode.
8002 (save-match-data): Remove redundant indent data.
8003
8004 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8005 Use `declare'.
8006
8007 2012-09-09 Juri Linkov <juri@jurta.org>
8008
8009 * replace.el (replace-regexp-lax-whitespace): New defcustom.
8010 (replace-lax-whitespace, query-replace-regexp)
8011 (query-replace-regexp-eval, replace-regexp): Doc fix.
8012 (perform-replace, replace-highlight): Let-bind
8013 isearch-lax-whitespace to replace-lax-whitespace and
8014 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8015
8016 * isearch.el (isearch-query-replace): Let-bind
8017 replace-lax-whitespace to isearch-lax-whitespace and
8018 replace-regexp-lax-whitespace to
8019 isearch-regexp-lax-whitespace. (Bug#10885)
8020
8021 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8024
8025 2012-09-09 Alan Mackenzie <acm@muc.de>
8026
8027 * progmodes/cc-engine.el (c-state-cache-init):
8028 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8029 (c-record-parse-state-state):
8030 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8031
8032 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
8033
8034 * register.el (register-separator): Rename from
8035 separator-register. All uses changed. Doc fix.
8036 (register): Fix version.
8037
8038 2012-09-09 Chong Yidong <cyd@gnu.org>
8039
8040 * replace.el (query-replace-map): Bind four new symbols for
8041 requesting window scrolling.
8042
8043 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8044 query-replace-map (Bug#8948).
8045
8046 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8047
8048 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8049 since they are now in query-replace-map.
8050
8051 * window.el (scroll-other-window-down): Make the arg optional.
8052
8053 2012-09-09 Chong Yidong <cyd@gnu.org>
8054
8055 * files.el (hack-local-variables-confirm): Use quit-window to kill
8056 the *Local Variables* buffer.
8057
8058 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8059
8060 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8061 not just expect to be at its beginning. Adjust callees.
8062 Succeed when do-end block has no space before the pipe character.
8063 (ruby-brace-to-do-end): When the original block is one-liner,
8064 convert to multiline. Reindent the result.
8065
8066 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
8067
8068 * register.el (register): New group.
8069 (separator-register): New user option.
8070 (increment-register): Route it to `append-to-register', if
8071 register contains text. Implication is that `C-x r +' can now be
8072 used for appending to a text register (bug#12217).
8073 (append-to-register, prepend-to-register): Add separator based on
8074 `separator-register'.
8075
8076 2012-09-08 Alan Mackenzie <acm@muc.de>
8077
8078 AWK Mode: make auto-newline work when there's "==" in the pattern.
8079 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8080 correctly.
8081 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8082 Test more rigorously for "=" token.
8083
8084 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8085
8086 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8087 Only fail when reached LIMIT.
8088
8089 2012-09-08 Chong Yidong <cyd@gnu.org>
8090
8091 * dired.el (dired-mode-map): Don't bind M-=.
8092
8093 * dired-aux.el (dired-diff): Use backup file as default.
8094
8095 2012-09-08 Drew Adams <drew.adams@oracle.com>
8096
8097 * subr.el (add-to-history): Fix delete usage (Bug#12314).
8098
8099 2012-09-08 Chong Yidong <cyd@gnu.org>
8100
8101 * subr.el (syntax-after, syntax-class): Doc fix.
8102
8103 2012-09-08 Martin Rudalics <rudalics@gmx.at>
8104
8105 * window.el (display-buffer-in-previous-window): New buffer
8106 display action function.
8107
8108 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8109 (debugger-previous-window): New variable.
8110 (debug): Rewrite using display-buffer-in-previous-window,
8111 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
8112
8113 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
8116
8117 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
8118
8119 * progmodes/python.el (python-shell-send-string):
8120 When default-directory is remote, create temp file on remote
8121 filesystem.
8122 (python-shell-send-file): When file is remote, pass local view of
8123 file paths to remote Python interpreter. (Bug#12340)
8124
8125 2012-09-07 Chong Yidong <cyd@gnu.org>
8126
8127 * window.el (switch-to-buffer): Doc fix (Bug#12181).
8128
8129 * files.el (after-find-file): Don't fail on a read-only buffer if
8130 require-final-newline is `visit' or `visit-save' (Bug#11156).
8131
8132 * subr.el (read-char-choice): Allow quitting via ESC ESC.
8133
8134 * userlock.el (ask-user-about-supersession-threat):
8135 Use read-char-choice (Bug#12093).
8136
8137 2012-09-07 Chong Yidong <cyd@gnu.org>
8138
8139 * subr.el (buffer-narrowed-p): New function.
8140
8141 * ses.el (ses-widen):
8142 * simple.el (count-words--buffer-message):
8143 * net/browse-url.el (browse-url-of-buffer): Use it.
8144
8145 * simple.el (count-words-region): Don't signal an error if there
8146 is a non-nil prefix arg and the mark is not set.
8147
8148 * help.el (describe-key-briefly): Allow the message to be seen
8149 when invoked from the minibuffer (Bug#7014).
8150
8151 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8152
8153 * progmodes/ruby-mode.el (ruby-end-of-defun)
8154 (ruby-beginning-of-defun): Simplify, allow indentation before
8155 block beginning and end keywords.
8156 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8157 (ruby-end-of-defun): Expect that the point is at the beginning of
8158 the defun.
8159
8160 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8163 (bug#12367).
8164 (cl--make-usage-args): Strip _ from argument names.
8165
8166 2012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
8167
8168 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8169 obsolete alias speedbar-key-map.
8170 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8171 (vhdl-index-menu-init): Don't use obsolete variable
8172 font-lock-maximum-size.
8173
8174 2012-09-06 Chong Yidong <cyd@gnu.org>
8175
8176 * frame.el (window-system-version): Mark as obsolete.
8177
8178 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8179 of obsolete variable speedbar-key-map.
8180
8181 2012-09-06 Juri Linkov <juri@jurta.org>
8182
8183 * replace.el (replace-lax-whitespace): New defcustom.
8184 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8185 (replace-string, replace-regexp): Mention it in docstrings.
8186 (perform-replace, replace-highlight): Let-bind
8187 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8188 to the values of replace-lax-whitespace and regexp-flag.
8189 Don't let-bind search-whitespace-regexp. (Bug#10885)
8190
8191 * isearch.el (isearch-query-replace): Let-bind
8192 replace-lax-whitespace instead of let-binding
8193 replace-search-function and replace-re-search-function.
8194 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8195 and isearch-regexp-lax-whitespace to lazy-highlight variables.
8196 (isearch-toggle-symbol): Set isearch-regexp to nil
8197 in isearch-word mode (like in isearch-toggle-word).
8198
8199 2012-09-06 Juri Linkov <juri@jurta.org>
8200
8201 * replace.el (replace-search-function)
8202 (replace-re-search-function): Set default values to nil.
8203 (perform-replace): Let-bind isearch-related variables based on
8204 replace-related values, call `isearch-search-fun' and let-bind
8205 the result to `search-function'. Remove code that sets
8206 `search-function' and `search-string' separately for
8207 `delimited-flag'.
8208 (replace-highlight): Add new argument `delimited-flag' and
8209 rename other arguments to the names used in `perform-replace'.
8210 Let-bind `isearch-word' to the argument `delimited-flag'.
8211 (Bug#10885, bug#10887)
8212
8213 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8214
8215 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8216 ruby-beginning-of-indent, simplify, allow all keywords to have
8217 indentation before them.
8218 (ruby-beginning-of-indent): Adjust for above. Search until the
8219 found point is not inside a string or comment.
8220 (ruby-font-lock-keywords): Allow symbols to start with "@"
8221 character, give them higher priority than variables.
8222 (ruby-syntax-propertize-function)
8223 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8224 matchers. Expression expansions are not comments when inside a
8225 string, and there comment syntax status is irrelevant.
8226 (ruby-match-expression-expansion): New function. Check that
8227 expression expansion is inside a string, and it's not escaped.
8228 (ruby-font-lock-keywords): Use it.
8229
8230 2012-09-05 Martin Rudalics <rudalics@gmx.at>
8231
8232 * help.el (temp-buffer-max-height): New default value.
8233 (temp-buffer-resize-frames): New option.
8234 (resize-temp-buffer-window): Optionally resize frame.
8235
8236 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8237 (fit-frame-to-buffer): New function.
8238
8239 2012-09-05 Glenn Morris <rgm@gnu.org>
8240
8241 * emulation/cua-rect.el (cua--init-rectangles):
8242 * textmodes/picture.el (picture-mode-map):
8243 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8244 like forward-char and backward-char. (Bug#12317)
8245
8246 2012-09-05 Leo Liu <sdl.web@gmail.com>
8247
8248 * progmodes/flymake.el (flymake-warning-re): New variable.
8249 (flymake-parse-line): Use it.
8250
8251 2012-09-05 Glenn Morris <rgm@gnu.org>
8252
8253 * calendar/holidays.el (holiday-christian-holidays):
8254 Rename an entry. (Bug#12289)
8255
8256 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8259 (bug#12222).
8260
8261 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * loadup.el: Load macroexp. Remove hack.
8264 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8265 (macroexp--expand-all): Use it to get better warnings.
8266 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8267 (internal-macroexpand-for-load): New functions.
8268 (macroexp--pending-eager-loads): New var.
8269 (emacs-startup-hook): New hack to replace one in loadup.el.
8270 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8271 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8272 (cl-psetf): Simplify.
8273 (cl-defstruct): Add indent rule.
8274
8275 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8276
8277 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8278 over `user-mail-address' for the SMTP MAIL FROM envelope.
8279 (smtpmail-via-smtp): Ditto.
8280
8281 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8282
8283 * progmodes/ruby-mode.el: Clean up keybindings.
8284 (ruby-mode-map): Don't bind ruby-electric-brace,
8285 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8286 backward-kill-word, reindent-then-newline-and-indent.
8287 (ruby-mark-defun): Remove.
8288 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8289 (ruby-mode): Set local beginning-of-defun-function and
8290 end-of-defun-function values.
8291
8292 2012-09-03 Martin Rudalics <rudalics@gmx.at>
8293
8294 * window.el (temp-buffer-window-setup-hook)
8295 (temp-buffer-window-show-hook): New hooks.
8296 (temp-buffer-window-setup, temp-buffer-window-show)
8297 (with-temp-buffer-window): New functions.
8298 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8299 (special-display-popup-frame): Make sure the window used shows BUFFER.
8300
8301 * help.el (temp-buffer-resize-mode): Fix doc-string.
8302 (resize-temp-buffer-window): New optional argument WINDOW.
8303
8304 * files.el (recover-file, save-buffers-kill-emacs):
8305 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8306
8307 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8308
8309 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8310 remote definition of `default-directory', ensure we can connect.
8311
8312 2012-09-02 Juri Linkov <juri@jurta.org>
8313
8314 Toggle whitespace matching mode with M-s SPC.
8315 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8316
8317 * isearch.el (search-whitespace-regexp): Doc fix.
8318 Remove cons cell customization.
8319 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8320 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8321 New variables.
8322 (isearch-forward, isearch-forward-regexp): Doc fix.
8323 (isearch-toggle-lax-whitespace): New command.
8324 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8325 (re-search-forward-lax-whitespace)
8326 (re-search-backward-lax-whitespace): New functions.
8327 (isearch-whitespace-regexp): Remove function.
8328 (isearch-query-replace): Let-bind replace-search-function and
8329 replace-re-search-function.
8330 (isearch-occur): Let-bind search-spaces-regexp according to the
8331 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8332 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8333 condition for C-q SPC.
8334 (isearch-search-fun-default): Use new functions mentioned above.
8335 (isearch-search-forward, isearch-search-backward): Remove functions.
8336 (isearch-search): Don't let-bind search-spaces-regexp.
8337 (isearch-lazy-highlight-space-regexp): Remove variable.
8338 (isearch-lazy-highlight-lax-whitespace)
8339 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8340 (isearch-lazy-highlight-new-loop): Use them.
8341 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8342
8343 2012-09-02 Chong Yidong <cyd@gnu.org>
8344
8345 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8346
8347 2012-09-02 Glenn Morris <rgm@gnu.org>
8348
8349 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8350
8351 2012-09-01 Glenn Morris <rgm@gnu.org>
8352
8353 * term.el: Tidy up menu definitions.
8354 (term-mode-map): Use easymenu for In/Out, Complete menus.
8355 (term-pager-break-map): Initialize in the defvar.
8356 (term-terminal-menu, term-signals-menu): Define with easymenu.
8357 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8358 (term-pager-menu): New, extracted from term-process-pager.
8359 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8360 (term-update-mode-line): Propertize line/char and page items.
8361 (term-process-pager): Move keymap initialization elsewhere.
8362
8363 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8364
8365 * window.el (switch-to-prev-buffer): Handle additional values of
8366 BURY-OR-KILL argument. Don't switch in minibuffer window.
8367 (switch-to-next-buffer): Don't switch in minibuffer window.
8368 (quit-restore-window): New function based on quit-window.
8369 Handle additional values of former KILL argument.
8370 (quit-window): Call quit-restore-window with appropriate
8371 interpretation of KILL argument.
8372 (display-buffer-below-selected): New buffer display action
8373 function.
8374
8375 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * minibuffer.el (completion-at-point-functions): Complete docstring
8378 (bug#12254).
8379
8380 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8381
8382 Better seed support for (random).
8383 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8384 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8385 * play/mpuz.el, play/tetris.el, play/zone.el:
8386 * calc/calc-comb.el (math-init-random-base):
8387 * play/blackbox.el (bb-init-board):
8388 * play/life.el (life):
8389 * server.el (server-use-tcp):
8390 * type-break.el (type-break):
8391 Remove unnecessary call to (random t).
8392 * net/sasl.el (sasl-unique-id-function):
8393 Change (random t) to (random), now that the latter is more random.
8394 * play/life.el (life-initialized): Remove no-longer-needed var.
8395
8396 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8397
8398 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8399 Consider frame's buffer predicate when choosing the buffer.
8400 (Bug#12081)
8401
8402 2012-08-30 Richard Stallman <rms@gnu.org>
8403
8404 * simple.el (special-mode-map): Delete binding for `z'.
8405
8406 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8407
8408 * progmodes/compile.el (compilation-always-kill): Doc fix.
8409
8410 2012-08-30 Chong Yidong <cyd@gnu.org>
8411
8412 * window.el (display-buffer-reuse-frames): Make the obsolescence
8413 message more informative.
8414
8415 2012-08-30 Glenn Morris <rgm@gnu.org>
8416
8417 * paren.el (show-paren-delay):
8418 Add a :set function. Doc fix. (Bug#12297)
8419
8420 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8421
8422 * progmodes/compile.el (compilation-always-kill): New var.
8423 (compilation-start): Use it.
8424
8425 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8426
8427 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8428 * files.el (read-only-mode): Move to simple.el.
8429
8430 * files.el (read-only-mode): New minor mode.
8431 (toggle-read-only): Use it and mark obsolete.
8432 (find-file--read-only):
8433 * vc/vc.el (vc-next-action, vc-checkout):
8434 * vc/vc-cvs.el (vc-cvs-checkout):
8435 * obsolete/vc-mcvs.el (vc-mcvs-update):
8436 * ffap.el (ffap--toggle-read-only): Update callers.
8437
8438 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8439
8440 * eshell/esh-ext.el (eshell-external-command): Do not examine
8441 remote shell scripts.
8442 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8443
8444 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8445 "/usr/local/sbin".
8446
8447 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8450
8451 2012-08-28 Leo Liu <sdl.web@gmail.com>
8452
8453 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8454 completion-at-point. (Bug#12220)
8455
8456 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8457
8458 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8459
8460 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8463 be buffer-local; add delete-trailing-whitespace (bug#12259).
8464
8465 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8466
8467 * progmodes/hideif.el (hif-compress-define-list):
8468 Fix typo. (Bug#11951)
8469
8470 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8471
8472 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8473 buffer local setting.
8474
8475 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8476 rcirc-encode-coding-system.
8477
8478 2012-08-28 Leo Liu <sdl.web@gmail.com>
8479
8480 * net/rcirc.el (rcirc-split-message): New function.
8481 (rcirc-send-message): Use it. (Bug#12051)
8482
8483 2012-08-28 Juri Linkov <juri@jurta.org>
8484
8485 * info.el (Info-fontify-node): Hide empty lines at the end of
8486 the node. (Bug#12272)
8487
8488 2012-08-27 Drew Adams <drew.adams@oracle.com>
8489
8490 * dired.el (dired-pop-to-buffer): Make window start at beginning
8491 of buffer (Bug#12281).
8492
8493 2012-08-26 Chong Yidong <cyd@gnu.org>
8494
8495 * window.el (special-display-regexps, special-display-frame-alist)
8496 (special-display-buffer-names, special-display-function)
8497 (display-buffer-reuse-frames): Mark as obsolete.
8498
8499 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8500
8501 * help.el (help-print-return-message): Don't treat
8502 display-buffer-reuse-frames specially.
8503
8504 2012-08-26 Chong Yidong <cyd@gnu.org>
8505
8506 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8507 New variable, replacing gdb-frame-parameters.
8508 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8509 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8510 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8511 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8512 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8513 the functions directly with gdb-display-buffer-other-frame-action.
8514 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8515 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8516 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8517 (gdb-display-registers-buffer): Define directly.
8518 (def-gdb-display-buffer): Macro deleted.
8519 (gdb-display-buffer): Remove second and third args, callers don't
8520 use them. Defer to the default display-buffer behavior, apart
8521 from making windows dedicated.
8522 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8523
8524 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8525
8526 * window.el (display-buffer-pop-up-frame): Handle a
8527 pop-up-frame-parameters alist entry.
8528 (display-buffer): Document it.
8529
8530 2012-08-26 Chong Yidong <cyd@gnu.org>
8531
8532 * isearch.el (search-whitespace-regexp): Make string and nil
8533 values apply to both ordinary and regexp search. Allow a cons
8534 cell value to distinguish between the two.
8535 (isearch-whitespace-regexp, isearch-search-forward)
8536 (isearch-search-backward): New functions.
8537 (isearch-occur, isearch-search-fun-default, isearch-search)
8538 (isearch-lazy-highlight-new-loop): Use them.
8539 (isearch-forward, isearch-forward-regexp): Doc fix.
8540
8541 2012-08-26 Chong Yidong <cyd@gnu.org>
8542
8543 * faces.el (help-argument-name): Always inherit from italic
8544 (Bug#12213).
8545
8546 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8547
8548 * window.el (window--even-window-heights): Even heights when
8549 WINDOW and the selected window form a vertical combination.
8550 (display-buffer-use-some-window): Provide that window used gets
8551 sized back by quit-window. (Bug#11880) and (Bug#12091)
8552
8553 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8554
8555 Fix file time stamp problem with bzr and CVS (Bug#12001).
8556 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8557 in the file's time stamp, since the version control system loses
8558 that information.
8559
8560 2012-08-22 Juri Linkov <juri@jurta.org>
8561
8562 * info.el (Info-fontify-node): Hide the suffix of the
8563 Info file name in the header line. (Bug#12187)
8564
8565 2012-08-22 Glenn Morris <rgm@gnu.org>
8566
8567 * calendar/cal-tex.el (cal-tex-weekly-common):
8568 Restore leading blank page.
8569
8570 2012-08-22 Le Wang <l26wang@gmail.com>
8571
8572 * misc.el (forward-to-word, backward-to-word): Activate or extend
8573 the region under `shift-select-mode'. (Bug#12231)
8574
8575 2012-08-22 Bastien Guerry <bzg@gnu.org>
8576
8577 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8578 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8579 gives details on why the space is never needed.
8580
8581 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8582
8583 * window.el (walk-window-tree, window-with-parameter):
8584 New optional argument MINIBUF to control whether these functions
8585 should run on the minibuffer window.
8586 (window-at-side-list): Don't operate on minibuffer window.
8587 (window-in-direction): Simplify and rewrite doc-string.
8588 (window--size-ignore): Rename to window--size-ignore-p.
8589 Update callers.
8590 (display-buffer-in-atom-window, window--major-non-side-window)
8591 (window--major-side-window, display-buffer-in-major-side-window)
8592 (delete-side-window, display-buffer-in-side-window):
8593 New functions.
8594 (window--side-check, window-deletable-p, delete-window)
8595 (delete-other-windows, split-window): Handle side windows and
8596 atomic windows appropriately.
8597 (window--display-buffer): Call display-buffer-record-window also
8598 when the window buffer did not change.
8599
8600 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8601
8602 * help-fns.el (help-fns--key-bindings):
8603 Abbreviate non-symbol remap targets. (Bug#12174)
8604
8605 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8606
8607 * dired.el (dired-mark-remembered): Don't clobber point.
8608 (Bug#11795)
8609
8610 2012-08-22 Glenn Morris <rgm@gnu.org>
8611
8612 * progmodes/bug-reference.el (bug-reference): New custom group.
8613 (bug-reference-bug-regexp): Make it a defcustom.
8614
8615 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8616
8617 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8618 (js-paren-indent-offset, js-square-indent-offset)
8619 (js-curly-indent-offset): Add :safe (Bug#12257).
8620
8621 2012-08-22 Edward O'Connor <hober0@gmail.com>
8622
8623 * json.el (json-key-format): Add error properties.
8624 (json-encode-key): New function.
8625 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8626 Use json-encode-key.
8627
8628 2012-08-22 Glenn Morris <rgm@gnu.org>
8629
8630 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8631 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8632 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8633 Update for above change.
8634
8635 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8636
8637 * cus-face.el (custom-face-attributes): Fix customize type for the
8638 :underline attribute. (Bug#11805)
8639
8640 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8641
8642 * window.el (window-point-1, set-window-point-1): Remove.
8643 (window-in-direction, record-window-buffer)
8644 (set-window-buffer-start-and-point, split-window-below)
8645 (window--state-get-1, display-buffer-record-window):
8646 Replace calls to window-point-1 and set-window-point-1 by calls to
8647 window-point and set-window-point respectively.
8648
8649 2012-08-21 Glenn Morris <rgm@gnu.org>
8650
8651 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8652 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8653 Use it.
8654
8655 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8656 (cal-tex-shortday): New function.
8657 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8658 (cal-tex-cursor-filofax-daily): Use the above.
8659
8660 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8661 New functions.
8662 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8663 (cal-tex-cursor-filofax-week): Use them.
8664
8665 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8666 New constants.
8667 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8668 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8669
8670 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8671 (cal-tex-end-document): Don't rely on buffer name.
8672
8673 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8674 Use cal-tex-vspace.
8675 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8676 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8677 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8678 Use cal-tex-arg.
8679
8680 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8681 (cal-tex-cursor-week, cal-tex-cursor-week2)
8682 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8683 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8684 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8685 (cal-tex-insert-preamble, cal-tex-b-document)
8686 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8687 Improve cal-tex-cmd usage.
8688
8689 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8690 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8691 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8692 (cal-tex-weekly-paper): New function.
8693 (cal-tex-cursor-week, cal-tex-cursor-week2)
8694 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8695 (cal-tex-cursor-day): Use it.
8696
8697 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8698 (cal-tex-cursor-filofax-week): Remove leading blank page.
8699
8700 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8701 Add autoload cookie. For now at least, don't use color, since
8702 no other cal-tex function does.
8703
8704 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8705 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8706 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8707
8708 2012-08-21 Juri Linkov <juri@jurta.org>
8709
8710 * info.el (Info-file-attributes): New variable.
8711 (info-insert-file-contents): Add file attributes to
8712 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8713 `Info-toc-nodes' when previous modtime of the Info file is less
8714 than new modtime.
8715 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8716 of info.el. (Bug#12230)
8717
8718 2012-08-20 Glenn Morris <rgm@gnu.org>
8719
8720 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8721 * calendar/holidays.el (calendar-holiday-list):
8722 Report errors with display-warning rather than beep'n'sleep.
8723
8724 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8725
8726 * net/tramp.el (tramp-accept-process-output): Accept only output
8727 from PROC. Otherwise, process filters and sentinels might be
8728 confused. (Bug#12145)
8729
8730 2012-08-20 Chong Yidong <cyd@gnu.org>
8731
8732 * descr-text.el (describe-text-properties-1): Use overlays-in to
8733 report on empty overlays (Bug#3322).
8734
8735 2012-08-20 Glenn Morris <rgm@gnu.org>
8736
8737 * mail/rmailout.el (rmail-output-read-file-name):
8738 Trap and report errors in rmail-output-file-alist elements.
8739
8740 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8741 since most non-font-lock faces are not also variables).
8742
8743 2012-08-20 Edward Reingold <reingold@iit.edu>
8744
8745 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8746 New function. (Bug12160)
8747
8748 2012-08-19 Glenn Morris <rgm@gnu.org>
8749
8750 * mail/rmailout.el (rmail-output-read-file-name):
8751 Fix previous change (when the alist is nil or does not match).
8752
8753 2012-08-19 Chong Yidong <cyd@gnu.org>
8754
8755 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8756 (Bug#12228).
8757
8758 2012-08-18 Chong Yidong <cyd@gnu.org>
8759
8760 * simple.el (yank-handled-properties): New defcustom.
8761 (yank-excluded-properties): Add font-lock-face and category.
8762 (yank): Doc fix.
8763
8764 * subr.el (remove-yank-excluded-properties):
8765 Obey yank-handled-properties. The special handling of font-lock-face
8766 and category is now done this way, instead of being hard-coded.
8767 (insert-for-yank-1): Remove font-lock-face handling.
8768 (yank-handle-font-lock-face-property)
8769 (yank-handle-category-property): New function.
8770
8771 2012-08-17 Glenn Morris <rgm@gnu.org>
8772
8773 * mail/rmailout.el (rmail-output-read-file-name):
8774 Check rmail-output-file-alist against the full message body
8775 in the correct rmail buffer. (Bug#12214)
8776
8777 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8778
8779 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8780 Eliminate superfluous prompt. (Bug#12203)
8781
8782 2012-08-17 Chong Yidong <cyd@gnu.org>
8783
8784 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8785 font spec, set the font directly (Bug#3228).
8786
8787 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8788
8789 * window.el (delete-window): Fix last fix.
8790
8791 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8792
8793 * window.el (window-valid-p): Move to window.c.
8794 (window-child, window-child-count, window-last-child)
8795 (window-normalize-window, window-combined-p)
8796 (window-combinations, window-atom-root, window-min-size)
8797 (window-sizable, window-sizable-p, window-size-fixed-p)
8798 (window-min-delta, window-max-delta, window--resizable)
8799 (window--resizable-p, window-resizable, window-total-size)
8800 (window-full-height-p, window-full-width-p, window-body-size)
8801 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8802 (minimize-window, window-deletable-p, delete-window)
8803 (delete-other-windows, set-window-buffer-start-and-point)
8804 (next-buffer, previous-buffer, split-window, balance-windows-2)
8805 (set-window-text-height, window-buffer-height)
8806 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8807 (truncated-partial-width-window-p): Minor code adjustments.
8808 In doc-strings state whether the argument window has to denote a
8809 live, valid or any window.
8810
8811 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8812
8813 * progmodes/subword.el (subword-forward-function)
8814 (subword-backward-function, subword-forward-regexp)
8815 (subword-backward-regexp): New variables.
8816 (subword-forward, subword-forward-internal, subword-backward-internal):
8817 Use new variables, eg so that different "word" definitions
8818 can be easily used. (Bug#11411)
8819
8820 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8823 for composite selectors.
8824 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8825 operation just because we can't find a previous revision.
8826
8827 2012-08-15 Chong Yidong <cyd@gnu.org>
8828
8829 * frame.el (set-frame-font): Accept font objects.
8830
8831 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8834
8835 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8836
8837 * man.el (Man-overstrike-face, Man-underline-face)
8838 (Man-reverse-face): Remove variables.
8839 (Man-overstrike, Man-underline, Man-reverse): New faces.
8840 (Man-fontify-manpage): Use them instead of the variables.
8841 (Man-cleanup-manpage): Comment change.
8842 (Man-ansi-color-map): New variable.
8843 (Man-fontify-manpage): Use it.
8844 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8845
8846 Implement ANSI SGR parameters 22-27 (bug#12146).
8847 * ansi-color.el (ansi-colors): Doc fix.
8848 (ansi-color-context, ansi-color-context-region): Doc fix.
8849 (ansi-color--find-face): New function.
8850 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8851 Rename the local variable `face' to `codes' since it is now a list of
8852 ansi codes. Doc fix.
8853 (ansi-color-get-face): Remove.
8854 (ansi-color-parse-sequence): New function, derived from
8855 ansi-color-get-face.
8856 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8857 codes 22-27.
8858
8859 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * subr.el (read-passwd): Allow use from a minibuffer.
8862
8863 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8864
8865 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8866 inside comments and strings as identifiers.
8867
8868 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8869 expression to evaluate. This allows to evaluate expressions with
8870 embedded whitespace.
8871 (gud-tooltip-tips): Add a blank before the newline in the
8872 message-box text, for the benefit of message-box emulation on
8873 MS-Windows.
8874
8875 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8876 messages from GDB, pop them up in a tooltip to give feedback to
8877 user.
8878 (gdb-tooltip-print-1): Quote the expression to evaluate.
8879 This allows to evaluate expressions with embedded whitespace.
8880 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8881 if the TTY name is nil or empty (which happens when communicating
8882 with the inferior via pipes, e.g. on MS-Windows).
8883 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8884 don't send that to the GUD buffer.
8885
8886 2012-08-14 Glenn Morris <rgm@gnu.org>
8887
8888 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8889 Optimize away setq-default with no args, as for setq. (Bug#12195)
8890
8891 2012-08-14 Chong Yidong <cyd@gnu.org>
8892
8893 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8894
8895 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8896 (Bug#12085).
8897
8898 2012-08-14 Glenn Morris <rgm@gnu.org>
8899
8900 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8901
8902 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8903
8904 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8905 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8906 Use cached shell name.
8907
8908 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8909
8910 * progmodes/python.el (python-shell-send-string):
8911 (python-shell-send-setup-code): Do not use `format' with `message'.
8912
8913 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8914
8915 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8916 (ruby-percent-literal-beg-re): New constant.
8917 (ruby-syntax-general-delimiters-goto-beg): Rename to
8918 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8919 (ruby-syntax-propertize-general-delimiters): Rename to
8920 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8921 popular term. Adjust comments everywhere.
8922 (ruby-syntax-propertize-percent-literal): Only propertize when not
8923 inside a simple string or comment. When the literal is unclosed,
8924 leave the text after it unpropertized.
8925 (ruby-syntax-methods-before-regexp): New constant.
8926 (ruby-syntax-propertize-function): Use it to recognize regexps.
8927 Don't look at the text after regexp, just use the whitelist.
8928
8929 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8930
8931 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8932 non-nil always load the compiled file if it exists. (Bug#12197)
8933
8934 2012-08-14 Chong Yidong <cyd@gnu.org>
8935
8936 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8937 (hi-lock-set-pattern): When deciding whether to use font lock or
8938 overlays, look at font-lock-mode instead of font-lock-fontified
8939 (Bug#12168).
8940 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8941 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8942
8943 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8944
8945 * subr.el (internal--after-with-selected-window): Fix typo
8946 (Bug#12193).
8947
8948 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8949
8950 Use `completion-table-dynamic' for completion functions.
8951 * progmodes/python.el
8952 (python-shell-completion--do-completion-at-point)
8953 (python-shell-completion--get-completions):
8954 Remove functions.
8955 (python-shell-completion-complete-at-point): New function.
8956 (python-completion-complete-at-point): Use it.
8957
8958 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8959
8960 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8961 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8962
8963 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8964
8965 * subr.el (function-get): Refine `autoload' arg so it can also
8966 autoload functions for gv.el (bug#12191).
8967 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8968 autoloads macros.
8969
8970 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8971 Prefer pcase-let over destructuring-bind.
8972 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8973 Also, remove whitespace as we go, rather than after accumulating the
8974 various places.
8975
8976 * subr.el (internal--before-with-selected-window)
8977 (internal--after-with-selected-window): Fix typo seleted->selected.
8978 (with-selected-window): Adjust callers.
8979 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8980
8981 2012-08-13 Bastien Guerry <bzg@gnu.org>
8982
8983 * window.el (special-display-popup-frame): Minor docstring
8984 enhancement. (Bug#12172)
8985
8986 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8987
8988 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8989 type 1-6.
8990 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8991 extended headers.
8992
8993 * files.el (hack-local-variables-filter): Remove useless eval.
8994
8995 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8996
8997 * subr.el (with-selected-window): Fix last change.
8998
8999 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 * subr.el (internal--before-with-seleted-window)
9002 (internal--after-with-seleted-window): New functions.
9003 (with-selected-window): Use them, to replace dependency on
9004 tty-top-frame.
9005
9006 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
9007
9008 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9009 binding for `newline'.
9010 (ruby-move-to-block): When moving backward, stop at block opening,
9011 not indentation.
9012 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9013 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9014 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9015 `ruby-toggle-block'.
9016
9017 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9018
9019 * ibuffer.el (ibuffer-do-toggle-read-only):
9020 * dired.el (dired-toggle-read-only):
9021 * buff-menu.el (Buffer-menu-toggle-read-only):
9022 * bindings.el (mode-line-toggle-read-only):
9023 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9024
9025 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
9026
9027 * descr-text.el (describe-char): Put the overlays over the
9028 "displayed as" character.
9029
9030 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
9031
9032 * calc/calc-units.el (math-default-units-table): Give an
9033 initial value.
9034 (math-put-default-units): Add options to put composite units and
9035 unit systems in the default units table.
9036 (calc-convert-units): Send composite units to
9037 `math-put-default-units' when appropriate.
9038
9039 2012-08-11 Glenn Morris <rgm@gnu.org>
9040
9041 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9042
9043 * tutorial.el (help-with-tutorial):
9044 * emacs-lisp/copyright.el (copyright-update-directory):
9045 * emacs-lisp/autoload.el (autoload-find-generated-file)
9046 (autoload-find-file): Disable local eval: (for insurance).
9047
9048 * files.el (hack-local-variables-filter): If an eval: form is not
9049 known to be safe, and enable-local-variables is :safe, then ignore
9050 the form totally, as is done for non-eval forms. (Bug#12155)
9051 This is CVE-2012-3479.
9052
9053 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9056 (rx-form): Simplify.
9057
9058 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
9059
9060 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9061 ?, _, and : are symbol constituents, ! is not (but kinda should be).
9062 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9063 (ruby-syntax-propertize-function): Adjust for changes in
9064 `ruby-syntax-propertize-heredoc'.
9065
9066 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
9067
9068 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9069 binding (use `M-;' instead).
9070 (ruby-singleton-class-p): New function.
9071 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9072
9073 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9076
9077 2012-08-10 Chong Yidong <cyd@gnu.org>
9078
9079 * progmodes/python.el (python-shell-get-process-name): Don't mess
9080 with same-window-buffer-names.
9081
9082 * eshell/eshell.el (eshell-add-to-window-buffer-names)
9083 (eshell-remove-from-window-buffer-names): Make obsolete.
9084 (eshell-buffer-name, eshell-unload-hook): Don't use them.
9085 (eshell): Just use pop-to-buffer-same-window instead.
9086
9087 2012-08-10 Chong Yidong <cyd@gnu.org>
9088
9089 * bindings.el: Bind M-= back to count-words-region.
9090
9091 * simple.el (count-words-region): Accept a prefix arg for acting
9092 on the entire buffer.
9093 (count-words--buffer-message): New helper function.
9094
9095 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9098 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9099 (event-start, event-end): Use posn-at-point to return a more
9100 informative posn.
9101 (posnp): New function.
9102 * mouse.el (popup-menu-normalize-position): Use it.
9103
9104 2012-08-10 Masatake YAMATO <yamato@redhat.com>
9105
9106 * mouse.el (popup-menu-normalize-position): New function.
9107 (popup-menu): Use `popup-menu-normalize-position' to normalize
9108 the form for POSITION argument.
9109
9110 * term/x-win.el (x-menu-bar-open):
9111 Use the value returend from (posn-at-point) as position
9112 passed to `popup-menu'.
9113
9114 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9115
9116 * calc/calccomp.el (math-compose-expr): Add extra argument
9117 indicating that parentheses should be put around products in
9118 denominators. Give multiplication precedence over division during
9119 composition.
9120
9121 2012-08-09 Chong Yidong <cyd@gnu.org>
9122
9123 * man.el (Man-switches, Man-sed-command, Man-awk-command)
9124 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9125 (Man-untabify-command, manual-program): Convert to defcustom
9126 (Bug#10429).
9127
9128 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9129
9130 * descr-text.el (describe-char): Don't insert extra newlines
9131 (Bug#10127).
9132
9133 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9134 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9135
9136 * align.el (align-region): Delete temporary markers (Bug#10047).
9137 Plus some code cleanups.
9138
9139 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9140
9141 * progmodes/python.el (python-pdbtrack-tracked-buffer)
9142 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9143 (python-shell-internal-last-output): Use make-local-variable
9144 instead of make-variable-buffer-local.
9145
9146 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9147
9148 * progmodes/python.el: Enhancements to forward-sexp.
9149 (python-nav-forward-sexp): Rename from
9150 python-nav-forward-sexp-function.
9151 (python-nav--forward-sexp, python-nav--backward-sexp):
9152 New functions.
9153
9154 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9155
9156 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9157 modes and simplification modes.
9158
9159 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * delsel.el (delete-selection-pre-hook): Don't propagate the
9162 file-supersession signals (bug#12161).
9163
9164 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9167 (cl-map-extents): Add compatibility aliases (bug#12135).
9168
9169 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
9170
9171 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9172 tests by `ignore-error'.
9173 (tramp-find-shell): Open also a new shell, when cache is already
9174 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
9175
9176 2012-08-08 Juri Linkov <juri@jurta.org>
9177
9178 * bookmark.el: Add `defaults' property to the bookmark record.
9179 (bookmark-current-buffer): Doc fix.
9180 (bookmark-make-record): Add `defaults' property with default values
9181 to the bookmark record.
9182 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9183 with `bookmark-insert-current-bookmark'.
9184 (bookmark-set): Get `defaults' property from the bookmark record
9185 and use it in `read-from-minibuffer'.
9186 (bookmark-insert-current-bookmark): Remove function.
9187
9188 * info.el (Info-bookmark-make-record): Add `defaults' property
9189 with values of canonical Info node name, the current Info file
9190 name and the current Info node name. (Bug#12107)
9191
9192 2012-08-08 Juri Linkov <juri@jurta.org>
9193
9194 * files.el (basic-save-buffer): Use `buffer-name' as the default
9195 of `read-file-name' when buffer is not visiting a file (bug#12128).
9196
9197 2012-08-08 Juri Linkov <juri@jurta.org>
9198
9199 * info.el (Info-isearch-search): Doc fix.
9200 (Info-search): Change search-failed message from "initial node" to
9201 "end of node" (bug#12078).
9202 (Info-isearch-search): Change `isearch-string-state' to
9203 `isearch--state-string'.
9204
9205 2012-08-08 Glenn Morris <rgm@gnu.org>
9206
9207 * language/persian.el: Remove file.
9208 * language/misc-lang.el: Move unique part of persian.el here.
9209 * loadup.el: Remove language/persian.
9210
9211 2012-08-08 Ă“scar Fuentes <ofv@wanadoo.es>
9212
9213 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9214
9215 2012-08-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9216
9217 * progmodes/python.el: Fix defsubst warning.
9218 (python-syntax-context) Rename from python-info-ppss-context.
9219 (python-syntax-context-type): Rename from
9220 python-info-ppss-context-type.
9221 (python-syntax-comment-or-string-p): Rename from
9222 python-info-ppss-comment-or-string-p.
9223
9224 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9225
9226 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9227
9228 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
9229
9230 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9231 a defcustom that is quoted with backquote.
9232
9233 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9234 Fix handling of interactive spec when the body uses return.
9235 (math-do-arg-check, math-define-function-body): Use backquote forms.
9236 * calc/calc-ext.el (math-defcache): Likewise.
9237 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9238 * allout.el (allout-new-exposure): Likewise.
9239 * calc/calcalg2.el (math-tracing-integral): Likewise.
9240 * info.el (Info-last-menu-item): Likewise.
9241 * emulation/vip.el (vip-loop): Likewise.
9242 * textmodes/artist.el (artist-funcall): Likewise.
9243 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9244 Construct menu-item directly.
9245
9246 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9247 Don't declare.
9248
9249 2012-08-07 Chong Yidong <cyd@gnu.org>
9250
9251 * simple.el (deactivate-mark): Preserve text properties when
9252 saving the primary selection (Bug#8384).
9253
9254 2012-08-07 Kevin Ryde <user42@zip.com.au>
9255
9256 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9257 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9258 and continue processing (Bug#12110).
9259
9260 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9263 syntax-propertize-function (bug#10095).
9264
9265 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9268 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9269 describe-function-1.
9270 (describe-function-1): Use them. Move compiler macro after sig.
9271 (help-fns--compiler-macro): Use function-get. Assume we're already in
9272 standard-output. Adjust layout to new call order.
9273
9274 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9275 re-binding a symbol that has a symbol-macro (bug#12119).
9276
9277 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9278
9279 * language/persian.el: New file. (Bug#11812)
9280 * loadup.el: Add language/persian.el.
9281
9282 2012-08-06 Chong Yidong <cyd@gnu.org>
9283
9284 * window.el (window--maybe-raise-frame): New function.
9285 (window--display-buffer): Split off from here.
9286 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9287 (display-buffer-pop-up-window, display-buffer-use-some-window):
9288 Obey an inhibit-switch-frame action alist entry.
9289 (display-buffer): Update doc.
9290
9291 * replace.el (occur-after-change-function): Avoid losing focus by
9292 using the inhibit-switch-frame display parameter (Bug#12139).
9293
9294 2012-08-06 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9295
9296 Make internal shell process buffer names start with space.
9297 * progmodes/python.el (python-shell-make-comint): Add optional
9298 argument INTERNAL.
9299 (run-python-internal): Use it.
9300 (python-shell-internal-get-or-create-process): Check for new
9301 internal buffer names.
9302
9303 2012-08-06 Glenn Morris <rgm@gnu.org>
9304
9305 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9306 Do less getting and setting of environment variables.
9307
9308 2012-08-05 Chong Yidong <cyd@gnu.org>
9309
9310 * proced.el (proced): Add substitution string to docstring to
9311 trigger autoloading of the proced library on C-h f (Bug#1768).
9312
9313 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9314 Don't show defvars which have no second argument (Bug#8638).
9315
9316 * imenu.el (imenu-generic-expression): Move documentation here
9317 from imenu--generic-function.
9318 (imenu--generic-function): Refer to imenu-generic-expression.
9319
9320 2012-08-05 Vegard Ă˜ye <vegard_oye@hotmail.com> (tiny change)
9321
9322 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9323 indentation declaration.
9324 (viper-loop): Add indentation declaration (Bug#7025).
9325
9326 2012-08-05 Chong Yidong <cyd@gnu.org>
9327
9328 * help-fns.el (describe-variable): Add hyperlink for
9329 directory-local variables files. Improve buffer-local and
9330 permanent-local reporting; suggested by MON KEY (Bug#6644).
9331
9332 * help-mode.el (help-dir-local-var-def): New button type.
9333
9334 * files.el (kill-buffer-hook): Provide a defvar.
9335
9336 2012-08-05 Glenn Morris <rgm@gnu.org>
9337
9338 * eshell/esh-ext.el (eshell/addpath):
9339 Also update eshell-path-env. (Bug#12013)
9340
9341 2012-08-05 Chong Yidong <cyd@gnu.org>
9342
9343 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9344
9345 * fringe.el (fringe-styles): Add docstring.
9346 (fringe--check-mode): New function.
9347 (set-fringe-mode, set-fringe-style): Use it.
9348 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9349
9350 * files.el (set-auto-mode): Fix invalid setq call.
9351
9352 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9353
9354 * isearch.el: Misc simplification; use defstruct.
9355 (isearch-mode-map): Dense maps now work like sparse ones.
9356 (isearch--state): New defstruct.
9357 (isearch-string-state, isearch-message-state, isearch-point-state)
9358 (isearch-success-state, isearch-forward-state)
9359 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9360 (isearch-wrapped-state, isearch-barrier-state)
9361 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9362 replaced by defstruct's accessors.
9363 (isearch--set-state): Rename from isearch-top-state and change
9364 calling convention.
9365 (isearch-push-state): Use new isearch--get-state.
9366 (isearch-toggle-word): Disable regexp when enabling word.
9367 (isearch-message-prefix): Remove unused arg _c-q-hack.
9368 (isearch-message-suffix): Remove unused arg _ellipsis.
9369
9370 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9371
9372 * simple.el (list-processes--refresh): For a server use :host or
9373 :local as the address.
9374 (list-processes): Doc fix.
9375
9376 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9377
9378 * lisp/mpc.el: Support password in host argument.
9379 (mpc--proc-connect): Parse and use new password element.
9380 Set mpc-proc variable instead of returning process.
9381 (mpc-proc): Adjust accordingly.
9382
9383 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9384
9385 * whitespace.el (whitespace-display-mappings): Use Unicode
9386 codepoints, instead of emacs-mule codepoints. See
9387 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9388 for the details.
9389
9390 * files.el (file-truename): Don't skip symlink-chasing part on
9391 windows-nt. Incorporate the resolution of 8+3 short aliases on
9392 Windows into the loop that recursively chases symlinks.
9393 Compare directory and its parent case-insensitively on MS-Windows and
9394 MS-DOS.
9395
9396 2012-08-03 Chong Yidong <cyd@gnu.org>
9397
9398 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9399
9400 * sort.el (sort-regexp-fields): Doc fix.
9401
9402 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9403
9404 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9405 labels regex position point at the expected place.
9406
9407 2012-08-03 MON KEY <monkey@sandpframing.com>
9408
9409 * net/imap.el (imap-interactive-login, imap-authenticate)
9410 (imap-mailbox-lsub, imap-mailbox-list)
9411 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9412 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9413 (imap-parse-response): Doc fix.
9414
9415 2012-08-03 JoĂ£o TĂ¡vora <joaotavora@gmail.com>
9416
9417 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9418 if sexp scanning does not move point (Bug#5734).
9419
9420 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9421
9422 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9423 Add listings, minted, and ctable packages.
9424 (reftex-label-alist-builtin): Move listings, minted, and ctable
9425 entries before LaTeX.
9426 (reftex-label-alist): Docfix.
9427
9428 2012-08-02 Bastien Guerry <bzg@gnu.org>
9429
9430 * replace.el (occur): Fix docstring (bug#12122).
9431
9432 2012-08-02 Glenn Morris <rgm@gnu.org>
9433
9434 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9435
9436 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9437
9438 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9439 * international/mule-cmds.el: Create
9440 inactivate-current-input-method-function as an obsolete alias for
9441 deactivate-current-input-method-function. See Katsumi Yamaoka in
9442 <http://bugs.gnu.org/10150#46>.
9443
9444 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9445
9446 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9447 of nested `if's.
9448
9449 2012-08-01 Glenn Morris <rgm@gnu.org>
9450
9451 * progmodes/autoconf.el (autoconf-definition-regexp):
9452 Add AH_TEMPLATE, adjust submatch numbering.
9453 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9454 (autoconf-current-defun-function): Update for above change.
9455 (autoconf-current-defun-function): First skip to end of current word.
9456
9457 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9458
9459 * calendar/cal-html.el (cal-html-insert-agenda-days):
9460 Fix typo. (Bug#12018)
9461
9462 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9463
9464 Shell processes: enhancements to startup and CEDET compatibility.
9465 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9466 (python-shell-make-comint): accept-process-output at startup.
9467 (run-python-internal): Set inferior-python-mode-hook to nil.
9468 (python-shell-internal-get-or-create-process): call sit-for.
9469 (python-preoutput-result): Add obsolete alias.
9470 (python-shell-internal-send-string): Use it.
9471 (python-shell-send-setup-code): Remove call to
9472 accept-process-output.
9473
9474 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9475
9476 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9477 (Bug#12108)
9478
9479 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9480
9481 * calc-mode.el (calc-basic-simplification-mode): Rename from
9482 `calc-limited-simplification-mode'.
9483 (calc-alg-simplification-mode): New function.
9484 (calc-set-simplify-mode): Adjust message.
9485
9486 * calc.el (calc-set-mode-line): Adjust mode line display for
9487 basic simplification mode.
9488
9489 * calc-help.el (calc-m-prefix-help): Update help message.
9490
9491 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9492 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9493
9494 2012-07-31 Bastien Guerry <bzg@gnu.org>
9495
9496 * man.el (man): Fix comment. (bug#12101)
9497
9498 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9499
9500 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9501 Don't return a non-nil value when no suitable buffer was found.
9502
9503 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9504
9505 * progmodes/python.el (run-python-internal): Disable font lock for
9506 internal shells.
9507
9508 2012-07-30 Stefan Merten <smerten@oekonux.de>
9509
9510 * textmodes/rst.el: Silence `checkdoc-ispell'.
9511 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9512 (rst-official-version, rst-official-cvs-rev)
9513 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9514 (rst-mode-map): New key binding.
9515
9516 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9517
9518 Update .PHONY listings in makefiles.
9519 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9520 autoloads, update-subdirs, updates, bzr-update, update-authors,
9521 compile-onefile, compile-calc, backup-compiled-files,
9522 compile-after-backup, compile-one-process, mh-autoloads,
9523 bootstrap-clean, distclean, maintainer-clean.
9524
9525 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9526
9527 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9528 (calc-set-mode-line): Don't display "AlgSimp ".
9529
9530 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9531 (calc-lim-simplify-mode): New function.
9532 (calc-set-simplify-mode): Default to 'alg.
9533 (calc-default-simplify-mode): Make algebraic simplifications
9534 the default.
9535
9536 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9537 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9538
9539 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9540 indicate new simplification modes.
9541
9542 * calc/README: Mention new default simplification mode.
9543
9544 * calc/calc.el (math-normalize-error): New variable.
9545 (math-normalize): Set `math-normalize-error' to t
9546 when there's an error.
9547
9548 * calc/calc-alg.el (math-simplify): Don't simplify when
9549 `math-normalize' returns an error.
9550
9551 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9552
9553 * international/mule-cmds.el (set-locale-environment): Revert last
9554 change, since display-graphic-p returns nil when this function is
9555 called during startup. Instead...
9556
9557 * term/w32console.el (terminal-init-w32console): ...setup the
9558 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9559
9560 2012-07-29 Juri Linkov <juri@jurta.org>
9561
9562 * simple.el (goto-line): Don't display default line number in the
9563 prompt because it should be displayed by `read-number' (bug#9952).
9564 Add the current line number to the defaults of `goto-line' to
9565 allow its easier modification by users with `M-n' (bug#9201).
9566
9567 * subr.el (read-number): Support multiple default values like in
9568 other minibuffer reading functions. Replace `read' with
9569 `string-to-number' for consistency with `number-to-string'.
9570
9571 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9572
9573 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9574 * emulation/viper-init.el (viper-deactivate-input-method-action):
9575 Rename from viper-inactivate-input-method-action.
9576 (viper-deactivate-input-method):
9577 Rename from viper-inactivate-input-method.
9578 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9579 * international/mule-cmds.el (deactivate-input-method):
9580 Rename from inactivate-input-method.
9581 Also run input-method-deactivate-hook.
9582 (deactivate-current-input-method-function):
9583 Rename from inactivate-current-input-method-function.
9584 (input-method-deactivate-hook): New hook.
9585 (input-method-inactivate-hook): Mark obsolete.
9586 (inactivate-input-method): Mark obsolete.
9587
9588 * international/quail.el (quail-activate):
9589 Also run quail-deactivate-hook.
9590 (quail-deactivate): Rename from quail-inactivate.
9591 * international/robin.el (robin-activate):
9592 Also run robin-deactivate-hook.
9593 (robin-deactivate): Rename from robin-inactivate.
9594
9595 2012-07-29 Chong Yidong <cyd@gnu.org>
9596
9597 * simple.el (indicate-copied-region): New function.
9598 (kill-ring-save): Split off from here.
9599
9600 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9601 (kill-rectangle): Set deactivate-mark to t on read-only error.
9602
9603 * register.el (copy-to-register, copy-rectangle-to-register):
9604 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9605 (append-to-register, prepend-to-register): Call indicate-copied-region.
9606
9607 2012-07-29 Juri Linkov <juri@jurta.org>
9608
9609 * simple.el (async-shell-command-buffer): New defcustom.
9610 (shell-command): Use it. (Bug#4719)
9611
9612 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9613
9614 * international/mule-cmds.el (set-locale-environment): In a
9615 console session on MS-Windows, set up keyboard and terminal
9616 encoding from the OEM codepage, not the ANSI codepage.
9617 (Bug#12055)
9618
9619 2012-07-28 Chong Yidong <cyd@gnu.org>
9620
9621 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9622 gdb-get-location.
9623
9624 2012-07-28 Leo Liu <sdl.web@gmail.com>
9625
9626 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9627 the alist (bug#12029).
9628
9629 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9630
9631 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9632 (compile-always, compile-first)
9633 ($(lisp)/calendar/cal-loaddefs.el)
9634 ($(lisp)/calendar/diary-loaddefs.el)
9635 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9636 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9637 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9638 instead of on update-subdirs.
9639 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9640
9641 2012-07-28 Chong Yidong <cyd@gnu.org>
9642
9643 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9644 directory if vc-deduce-backend returns nil (Bug#7350).
9645
9646 * simple.el (delete-trailing-lines): New option.
9647 (delete-trailing-whitespace): Obey it (Bug#11879).
9648
9649 2012-07-28 David Engster <deng@randomsample.de>
9650
9651 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9652 Explanation of new 'symbol-qnames feature in doc-strings.
9653 (xml-maybe-do-ns): Return expanded names as plain symbols if
9654 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9655 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9656
9657 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9658
9659 Consistent completion in inferior python with emacs -nw.
9660 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9661 binding in inferior-python-mode-map with "\t".
9662 (python-shell-completion-complete-at-point)
9663 (python-completion-complete-at-point): Remove interactive spec.
9664
9665 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9666
9667 * calc/calccomp.el (math-compose-expr): Undo previous change.
9668
9669 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9670
9671 * progmodes/python.el (python-mode-map): Add keybinding for
9672 run-python.
9673 (python-shell-make-comint): Fix pop-to-buffer call.
9674 (run-python): Autoload. New arg SHOW.
9675 (python-shell-get-or-create-process): Do not pop python process
9676 buffer.
9677
9678 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9679
9680 * notifications.el (notifications-on-action-signal)
9681 (notifications-on-closed-signal): Use also the bus address for the map.
9682 (notifications-notify, notifications-close-notification)
9683 (notifications-get-capabilities): Add optional argument BUS.
9684
9685 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9686
9687 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9688 Add support for the lstlisting and minted environments, and for the
9689 ctable macro.
9690 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9691 labels written in keyvals syntax.
9692
9693 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9694
9695 * calc/calccomp.el (math-compose-expr): Use parentheses when
9696 there is a product in the denominator of a fraction.
9697
9698 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9699
9700 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9701 ($(lisp)/calendar/diary-loaddefs.el)
9702 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9703 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9704 Fixes failures in parallel bootstrap because subdirs.el is being
9705 rewritten while the autoload files are built at the same time,
9706 which needs to load subdirs.el.
9707
9708 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9709
9710 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9711 (mouse-drag-line): Don't exit tracking when a switch-frame or
9712 switch-window event occurs (Bug#12006).
9713
9714 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * mouse.el (popup-menu): Fix last change.
9717
9718 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 Autoload from Lisp with more care. Follow aliases when looking for
9721 function properties.
9722 * subr.el (autoloadp): New function.
9723 (symbol-file): Use it.
9724 (function-get): New function.
9725 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9726 autoload-do-load.
9727 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9728 (lisp-indent-function):
9729 * emacs-lisp/gv.el (gv-get):
9730 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9731 * emacs-lisp/byte-opt.el (byte-optimize-form):
9732 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9733 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9734 Use function-get.
9735 * emacs-lisp/cl.el: Don't propagate function properties any more.
9736
9737 * speedbar.el (speedbar-add-localized-speedbar-support):
9738 * emacs-lisp/disass.el (disassemble-internal):
9739 * desktop.el (desktop-load-file):
9740 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9741 (describe-function-1):
9742 * emacs-lisp/find-func.el (find-function-noselect):
9743 * emacs-lisp/elp.el (elp-instrument-function):
9744 * emacs-lisp/advice.el (ad-has-proper-definition):
9745 * apropos.el (apropos-safe-documentation, apropos-macrop):
9746 * emacs-lisp/debug.el (debug-on-entry):
9747 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9748 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9749 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9750
9751 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9752
9753 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9754 function, not an obsolete variable (Bug#12046).
9755
9756 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9757
9758 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9759
9760 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9761
9762 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9763 window only if it is still live (Bug#12034).
9764
9765 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9766
9767 * subr.el (redirect-frame-focus): Add advertised calling
9768 convention (Bug#12030).
9769
9770 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9771
9772 Prefer typical American spelling for "acknowledgment".
9773 * vc/add-log.el (change-log-acknowledgment): Rename from
9774 change-log-acknowledgement, with an alias for the old name.
9775
9776 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9777
9778 * calc-alg.el (math-simplify-divide): Don't cross multiply
9779 in an equation when the lhs is a variable.
9780
9781 2012-07-24 Julien Danjou <julien@danjou.info>
9782
9783 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9784 Remove, unused.
9785
9786 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9787
9788 * startup.el (command-line): Don't display an empty user name in
9789 the error message about non-existent home directory, when
9790 init-file-user was set to an empty string. See
9791 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9792 for the details and context.
9793
9794 2012-07-22 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9795
9796 * ses.el (ses-cell-formula-aset): New macro.
9797 (ses-cell-references-aset): New macro.
9798 (ses-cell-p): New function.
9799 (ses-rename-cell): Do no longer rely on complex operations like
9800 ses-cell-set-formula or ses-set-cell to change the cell and handle
9801 the undo at the same time, but rather use lower level new macros
9802 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9803 the undo directly. Refresh the mode line.
9804
9805 2012-07-21 Leo Liu <sdl.web@gmail.com>
9806
9807 * progmodes/cc-cmds.el (c-defun-name):
9808 Use match-string-no-properties instead for consistency.
9809
9810 2012-07-20 Leo Liu <sdl.web@gmail.com>
9811
9812 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9813 (Bug#7879)
9814
9815 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9816
9817 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9818
9819 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9820 * progmodes/bug-reference.el, misearch.el: Provide themselves
9821 (bug#11915).
9822
9823 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9824 of narrowed buffer (bug#11966).
9825
9826 2012-07-20 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9827
9828 * ses.el (ses-rename-cell): Set new name also in reference list of
9829 cells of which the renamed cell depends.
9830
9831 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9832
9833 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9834 to check whether menu-bar is shown or not. If not shown,
9835 show the menu-bar as a popup menu instead of using tmm.
9836 * mouse.el (popup-menu): Accept `point' as `position' argument.
9837
9838 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9839
9840 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9841 up inside string symbol literal (bug#11923).
9842
9843 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9844
9845 * startup.el (fancy-startup-text): Read the whole tutorial, not
9846 just its first 256 bytes. Prevents gibberish in display of the
9847 tutorial title.
9848
9849 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9850
9851 Drop idle buffer compaction due to an absence of the
9852 proved efficiency.
9853 * compact.el: Remove.
9854
9855 2012-07-19 Sam Steingold <sds@gnu.org>
9856
9857 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9858 vc-bzr-pull & vc-bzr-merge-branch.
9859 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9860 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9861 for consistency with compilation-error-regexp-alist.
9862 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9863 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9864 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9865 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9866
9867 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * emacs-lisp/chart.el: Use lexical-binding.
9870 (chart-emacs-storage): Don't hardcode the list of entries.
9871
9872 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9873
9874 Next round of tweaks caused by Fgarbage_collect changes.
9875 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9876
9877 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9878
9879 Compact buffers when idle.
9880 * compact.el: New file.
9881
9882 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * subr.el (eventp): Presume that if it looks vaguely like an event,
9885 it's an event (bug#10190).
9886
9887 2012-07-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9888
9889 Enhancements to ppss related code (thanks Stefan).
9890 * progmodes/python.el (python-indent-context)
9891 (python-indent-calculate-indentation, python-indent-dedent-line)
9892 (python-indent-electric-colon, python-nav-forward-block)
9893 (python-mode-abbrev-table)
9894 (python-info-assignment-continuation-line-p): Simplify checks
9895 for ppss context.
9896 (python-info-continuation-line-p): Cleanup.
9897 (python-info-ppss-context): Do not catch 'quote.
9898 (python-info-ppss-context-type)
9899 (python-info-ppss-comment-or-string-p): Simplify.
9900
9901 2012-07-18 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9902
9903 * progmodes/python.el: Enhancements to eldoc support.
9904 (python-info-current-symbol): New function.
9905 (python-eldoc-at-point): Use python-info-current-symbol.
9906 (python-info-current-defun): Fix cornercase on first defun scan.
9907 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9908 and signal error when no inferior python process is available.
9909
9910 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9911
9912 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9913 assume it's always t.
9914 (vc-git-registered): Remove caching, the function is only called
9915 once.
9916 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9917
9918 2012-07-18 Chong Yidong <cyd@gnu.org>
9919
9920 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9921
9922 * simple.el (count-words): Report on narrowing (Bug#9959).
9923
9924 * bindings.el: Bind M-= to count-words.
9925
9926 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9927
9928 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9929
9930 * progmodes/sh-script.el (sh-imenu-generic-expression):
9931 Capture a function with `function' keyword and without parentheses
9932 like "function FOO" (bug#11856).
9933
9934 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9935
9936 * window.el (split-window-sensibly): Make WINDOW argument
9937 optional.
9938
9939 2012-07-18 Chong Yidong <cyd@gnu.org>
9940
9941 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9942
9943 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9944 and make C-x 8 RET exit isearch (Bug#11439).
9945
9946 * international/iso-transl.el: Move isearch-mode-map key
9947 definitions to isearch.el.
9948
9949 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9952 (eieio-defclass): Use gv-define-setter when possible.
9953
9954 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9955
9956 Reflect recent changes in Fgarbage_collect.
9957 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9958 reflect new format of data returned by Fgarbage_collect.
9959
9960 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9961
9962 New utility functions + python-info-ppss-context fix (Bug#11910).
9963 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9964 (python-info-ppss-comment-or-string-p): New functions.
9965 (python-info-ppss-context): Small fix for string check.
9966
9967 2012-07-17 Juri Linkov <juri@jurta.org>
9968
9969 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9970 (dired-do-async-shell-command): Don't add `*' at the end of the
9971 command (Bug#11815).
9972 (dired-do-shell-command): Doc fix.
9973 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9974 Join the individual commands using either "&" or ";" as the
9975 separator depending on the values of these trailing characters.
9976 At the end re-add the trailing "&". (Bug#10598)
9977
9978 * simple.el (async-shell-command): Sync the interactive spec with
9979 `shell-command'. Doc fix.
9980 (shell-command): Doc fix.
9981
9982 2012-07-17 Juri Linkov <juri@jurta.org>
9983
9984 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9985
9986 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9987
9988 Final renames and doc fixes for movement commands (bug#11899).
9989 * progmodes/python.el (python-nav-beginning-of-statement):
9990 Rename from python-nav-statement-start.
9991 (python-nav-end-of-statement): Rename from
9992 python-nav-statement-end.
9993 (python-nav-beginning-of-block): Rename from
9994 python-nav-block-start.
9995 (python-nav-end-of-block): Rename from python-nav-block-end.
9996
9997 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9998
9999 * progmodes/python.el (python-shell-send-string-no-output):
10000 Allow accept-process-output to quit, keeping shell process ready for
10001 future interactions (Bug#11868).
10002
10003 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10006
10007 * emacs-lisp/elint.el (elint-find-args-in-code):
10008 Use help-function-arglist, so as to handle lexical byte-code.
10009
10010 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10011 change (bug#11826).
10012
10013 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10016 Avoid spuriously marking the buffer as modified because of c-is-sws.
10017
10018 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10019 as not-a-comment (bug#11946).
10020
10021 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10022 for uninterned vars.
10023
10024 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10025 Use read-event since we don't really want to read chars but bytes.
10026
10027 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10028 $$..$$ but also $..$ using regexps (bug#11953).
10029 Use tex-verbatim for \url and \path.
10030 (tex-font-lock-keywords): Define as defconst like the others.
10031 (tex-common-initialization): Don't use font-lock-syntax-table any more.
10032
10033 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10034
10035 * international/mule-cmds.el (ucs-insert): Make it an obsolete
10036 alias for insert-char.
10037
10038 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10039
10040 * progmodes/python.el: Simplified imenu implementation.
10041 (python-nav-jump-to-defun): Remove command.
10042 (python-mode-map): Use `imenu' instead.
10043 (python-nav-list-defun-positions-cache)
10044 (python-imenu-include-defun-type, python-imenu-make-tree)
10045 (python-imenu-subtree-root-label, python-imenu-index-alist):
10046 Remove vars.
10047 (python-nav-list-defun-positions, python-nav-read-defun)
10048 (python-imenu-tree-assoc, python-imenu-make-element-tree)
10049 (python-imenu-make-tree, python-imenu-create-index):
10050 Remove functions.
10051 (python-mode): Update to interact with imenu by setting
10052 `imenu-extract-index-name-function' only.
10053
10054 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10055
10056 * progmodes/python.el: Enhancements to navigation commands.
10057 (python-nav-backward-sentence)
10058 (python-nav-forward-sentence): Remove.
10059 (python-nav-backward-statement, python-nav-forward-statement)
10060 (python-nav-statement-start, python-nav-statement-end)
10061 (python-nav-backward-block, python-nav-forward-block)
10062 (python-nav-block-start, python-nav-block-end)
10063 (python-nav-forward-sexp-function)
10064 (python-info-current-line-comment-p)
10065 (python-info-current-line-empty-p): New functions.
10066 (python-indent-context): Use `python-nav-statement-start'.
10067
10068 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
10069
10070 * eshell/em-ls.el (eshell/ls): Use `apply'.
10071
10072 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10073 multi-hops, instead of Tramp internals.
10074
10075 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10076
10077 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10078 when F1 and F2 are located on different hosts.
10079
10080 2012-07-14 Chong Yidong <cyd@gnu.org>
10081
10082 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10083 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10084 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10085 (xterm-mouse--read-event-sequence-1000)
10086 (xterm-mouse--read-event-sequence-1006): New functions. For old
10087 mouse protocol, handle M-mouse-X events correctly.
10088 (xterm-mouse-event): New arg specifying mouse protocol.
10089 (turn-on-xterm-mouse-tracking-on-terminal)
10090 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10091 sequence to toggle extended coordinates on newer XTerms.
10092 This appears to be harmless on terminals which do not support this.
10093
10094 2012-07-14 Leo Liu <sdl.web@gmail.com>
10095
10096 Add fringe bitmap indicators for flymake. (Bug#11253)
10097 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10098 (flymake-make-overlay): New arg BITMAP.
10099 (flymake-error-bitmap, flymake-warning-bitmap)
10100 (flymake-fringe-indicator-position): New user variables.
10101
10102 * fringe.el: New bitmap exclamation-mark.
10103
10104 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
10105
10106 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10107 also (Bug#7879).
10108
10109 2012-07-14 Chong Yidong <cyd@gnu.org>
10110
10111 * electric.el (electric-pair-post-self-insert-function): Fix pair
10112 insertion in empty-region case (Bug#11520).
10113
10114 2012-07-14 Chong Yidong <cyd@gnu.org>
10115
10116 * bindings.el: Consolidate ctl-x-r-map bindings.
10117 Bind copy-rectangle-as-kill to C-x r w.
10118
10119 * rect.el, register.el: Move bindings to bindings.el.
10120
10121 2012-07-14 Reuben Thomas <rrt@sc3d.org>
10122
10123 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10124
10125 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
10126
10127 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
10128
10129 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
10130
10131 * bindings.el (top): Use `mapc' instead of `mapcar'.
10132
10133 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10134
10135 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
10136
10137 * progmodes/sql.el (sql-comint): Suppress the check for program on
10138 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
10139 (Bug#11908)
10140
10141 2012-07-13 Chong Yidong <cyd@gnu.org>
10142
10143 * bindings.el: Assign a non-nil permanent-local property to
10144 per-buffer variables which lack a default value (Bug#11930).
10145
10146 * help-fns.el (describe-variable): In the "automatically becomes
10147 local" notice, take note of permanent-local variables.
10148
10149 2012-07-13 Chong Yidong <cyd@gnu.org>
10150
10151 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
10152 to allow printing the message when called from Lisp.
10153
10154 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10155 Remove toggle-read-only.
10156
10157 * bs.el (bs-toggle-readonly):
10158 * buff-menu.el (Buffer-menu-toggle-read-only):
10159 Remove with-no-warnings around toggle-read-only.
10160
10161 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10162 Remove with-no-warnings around toggle-read-only.
10163 (ffap-read-only, ffap-read-only-other-window)
10164 (ffap-read-only-other-frame): Callers changed.
10165
10166 * help-mode.el: Don't require view package.
10167 (help-mode-finish): Set buffer-read-only instead of calling
10168 toggle-read-only.
10169
10170 * bindings.el (mode-line-toggle-read-only):
10171 * dired.el (dired-toggle-read-only):
10172 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10173 with non-nil second arg.
10174
10175 * emacs-lisp/eieio-custom.el (eieio-customize-object):
10176 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10177 directly.
10178
10179 2012-07-12 Eli Zaretskii <eliz@gnu.org>
10180
10181 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10182 not incf.
10183
10184 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10185
10186 More CL cleanups and reduction of use of cl.el.
10187 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10188 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10189 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10190 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10191 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10192 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10193 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10194 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10195 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10196 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10197 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10198 * eshell/em-cmpl.el, eshell/em-banner.el:
10199 * calendar/parse-time.el: Use cl-lib.
10200 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10201 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10202 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10203 * term/ns-win.el, term.el, shell.el, ps-samp.el:
10204 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10205 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10206 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10207 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10208 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10209 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10210 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10211 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10212 `lambda' rather than with `quote'.
10213 (eshell-do-opt): Adjust accordingly.
10214 (eshell-process-option): Simplify.
10215 * eshell/esh-var.el:
10216 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10217 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10218 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10219 to `pcase--dontcare'.
10220 * emacs-lisp/cl.el (labels): Mark obsolete.
10221 (cl--letf, letf): Move to cl-lib.
10222 (cl--letf*, letf*): Remove.
10223 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10224 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10225 (cl-progv): Rewrite.
10226 (cl--letf, cl-letf): Move from cl.el.
10227 (cl-letf*): New macro.
10228 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10229
10230 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
10231
10232 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10233
10234 2012-07-11 Chong Yidong <cyd@gnu.org>
10235
10236 * vc/log-edit.el (log-edit-vc-backend): New variable.
10237 (log-edit): Doc fix.
10238
10239 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10240 argument of log-edit to set up all local variables.
10241 (vc-start-logentry): New optional arg specifying VC backend.
10242
10243 * vc/vc.el (vc-checkin): Use it.
10244 (vc-deduce-fileset): Handle Log Edit buffers.
10245 (vc-diff): Make first argument optional too.
10246
10247 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10248
10249 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
10250
10251 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10252 command, just in case. The function is not needed anymore.
10253 (eshell-external-command): Do not call `eshell-remote-command'.
10254
10255 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10256
10257 Reduce use of (require 'cl).
10258 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10259 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10260 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10261 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10262 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10263 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10264 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10265 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10266 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10267 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10268 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10269 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10270 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10271 (byte-compile-unfold-bcf, byte-compile-check-variable):
10272 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10273 (byte-compile-nilconstp):
10274 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10275 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10276
10277 * emacs-lisp/gv.el (cond): Make it a valid place.
10278 (if): Simplify slightly.
10279
10280 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10281 (pcase--self-quoting-p): New function.
10282 (pcase--u1): Use it.
10283
10284 2012-07-10 Glenn Morris <rgm@gnu.org>
10285
10286 * emacs-lisp/authors.el (authors-fixed-entries):
10287 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10288
10289 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10290
10291 Rename configure.in to configure.ac (Bug#11603).
10292 * emacs-lisp/authors.el (authors-canonical-file-name):
10293 * progmodes/autoconf.el (autoconf-mode):
10294 Prefer configure.ac to configure.in.
10295
10296 2012-07-08 Chong Yidong <cyd@gnu.org>
10297
10298 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10299 Implement the mouse-1-click-follows-link handling properly.
10300
10301 * info.el (Info-link-keymap): Use follow-link mechanism for
10302 header-line links (Bug#374).
10303
10304 * simple.el (deactivate-mark): Do not set the primary selection
10305 if another program has acquired it (Bug#11772).
10306
10307 2012-07-07 Kevin Ryde <user42@zip.com.au>
10308
10309 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10310 (woman-decode-region): Replace escaped-escapes without destroying
10311 bold or underline (Bug#11552).
10312 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10313
10314 2012-07-07 Chong Yidong <cyd@gnu.org>
10315
10316 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10317 (interprogram-cut-function, interprogram-paste-function):
10318 Mention that we typically mean the clipboard.
10319
10320 2012-07-06 Glenn Morris <rgm@gnu.org>
10321
10322 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10323
10324 * files.el (toggle-read-only): Restrict message to interactive use.
10325
10326 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10327
10328 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10329
10330 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10331
10332 2012-07-06 Glenn Morris <rgm@gnu.org>
10333
10334 * Makefile.in (compile-one-process): Rename from "recompile".
10335
10336 * Makefile.in (bzr-update): "compile" is the same as "recompile
10337 autoloads", but parallelizable, so use that instead.
10338
10339 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10340
10341 * window.el (quit-window): Always restore window height when
10342 it's saved in quit-restore parameter (Bug#11810).
10343
10344 2012-07-06 Glenn Morris <rgm@gnu.org>
10345
10346 * simple.el (kill-whole-line): Doc tweak.
10347
10348 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10349
10350 * files.el (file-relative-name): Compare file names
10351 case-insensitively if on MS-Windows or MS-DOS, or if
10352 read-file-name-completion-ignore-case is non-nil. Don't use
10353 case-fold-search for this purpose. (Bug#11827)
10354
10355 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10356
10357 * calendar/cal-dst.el (calendar-current-time-zone):
10358 Return calendar-current-time-zone-cache if non-nil.
10359
10360 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10361 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10362
10363 * calendar/cal-dst.el (calendar-current-time-zone):
10364 Return calendar-current-time-zone-cache if non-nil.
10365
10366 2012-07-06 Glenn Morris <rgm@gnu.org>
10367
10368 * Makefile.in (cvs-update): Remove old alias.
10369
10370 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10371
10372 Sync with Tramp 2.2.6-pre.
10373
10374 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10375 compatible declaration.
10376
10377 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10378 Protect `list-load-path-shadows' call.
10379
10380 * net/tramp-compat.el (top): Require packages, which aren't
10381 autoloaded anymore for XEmacs. Protect call of
10382 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10383 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10384 it hurts at least for SXEmacs.
10385 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10386 standard-value for `temporary-file-directory'.
10387
10388 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10389 Redirect stderr to /dev/null.
10390 (tramp-sh-handle-write-region): uid and gid can be floats.
10391 Reported by Russell Sim <russell.sim@gmail.com>.
10392 (tramp-sh-handle-vc-registered): Hide errors.
10393 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10394 and `start-file-process'.
10395 (tramp-maybe-open-connection): Check also whether `non-essential'
10396 is bound.
10397
10398 2012-07-04 Chong Yidong <cyd@gnu.org>
10399
10400 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10401 (xml-parse-tag): Likewise, and avoid changing entity tables.
10402 (xml-syntax-table): Define from scratch, making sure not to give
10403 x2000 and other Unicode spaces whitespace syntax, since those are
10404 not spaces in XML.
10405 (xml-parse-fragment): Delete unused function.
10406 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10407 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10408 (xml-entity-ref, xml-pe-reference-re)
10409 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10410 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10411 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10412 (xml-entity-value-re): Use syntax references in regexps where
10413 possible; no need to define inside a let-binding.
10414 (xml-parse-dtd): Use xml-pe-reference-re.
10415 (xml-entity-or-char-ref-re): New defconst.
10416 (xml-parse-string, xml-substitute-special): Use it.
10417
10418 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10419
10420 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10421 (find-file--read-only): New function.
10422 (find-file-read-only, find-file-read-only-other-window)
10423 (find-file-read-only-other-frame): Use it.
10424 (insert-file-contents-literally): Don't `fset'.
10425 (get-free-disk-space): Use locate-dominating-file.
10426
10427 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10428 function is already compiled.
10429
10430 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10431
10432 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10433
10434 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10435 files on the same host.
10436
10437 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10438
10439 * help-fns.el (describe-function-1): Only call
10440 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10441
10442 2012-07-03 Chong Yidong <cyd@gnu.org>
10443
10444 * xml.el: Protect parser against XML bombs.
10445 (xml-entity-expansion-limit): New variable.
10446 (xml-parse-string, xml-substitute-special): Use it.
10447 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10448
10449 2012-07-03 Glenn Morris <rgm@gnu.org>
10450
10451 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10452 Allow linking to specific messages in debbugs reports (eg 123#5).
10453
10454 2012-07-02 Chong Yidong <cyd@gnu.org>
10455
10456 * xml.el: Fix entity and character reference expansion, allowing
10457 them to expand into markup as per XML spec.
10458 (xml-default-ns): New variable.
10459 (xml-entity-alist): Use XML spec definitions for lt and amp.
10460 (xml-parse-region): Make first two arguments optional.
10461 Discard text properties.
10462 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10463 All callers changed.
10464 (xml-parse-tag): Call xml-parse-tag-1. For backward
10465 compatibility, this function should not modify buffer contents.
10466 (xml-parse-tag-1): Fix opening-tag regexp.
10467 (xml-parse-string): Rewrite, handling entity and character
10468 references properly.
10469 (xml--entity-replacement-text): Signal an error if a parameter
10470 entity is undefined.
10471
10472 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * comint.el (comint-output-filter): Filter out repeated prompts.
10475
10476 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10477 and file-name-absolute-p.
10478 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10479 internal calls.
10480
10481 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10482
10483 Spelling fixes.
10484 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10485 Rename from byte-compile--refiy-function. All uses changed.
10486
10487 2012-07-01 Chong Yidong <cyd@gnu.org>
10488
10489 * xml.el (xml--parse-buffer): New function. Move most of
10490 xml-parse-region here.
10491 (xml-parse-region): Copy region into a temporary buffer, since
10492 parameter entity substitution requires changing buffer contents.
10493 Use xml--parse-buffer.
10494 (xml-parse-file): Use xml--parse-buffer.
10495 (xml-parse-dtd): Make parameter entity substitution work right.
10496 Use proper regexps for ELEMENT declarations (Bug#7172).
10497
10498 2012-06-30 Glenn Morris <rgm@gnu.org>
10499
10500 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10501
10502 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10503 Remove outdated and unnecessary dbus declarations.
10504
10505 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10506
10507 * emacs-lisp/timer.el (timer-until): Subtract results of
10508 float-time, instead of taking float-time of the result of
10509 time-subtract, since float-time signals an error for negative time
10510 arguments.
10511
10512 2012-06-30 Chong Yidong <cyd@gnu.org>
10513
10514 * xml.el (xml-*-re): Convert defvars into defconsts, and
10515 eval-and-compile them so eval-and-compile works on derivatives.
10516 (xml--entity-replacement-text): Use eval-and-comple.
10517
10518 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10519
10520 * vc/vc-git.el (vc-git-registered): Use cache property
10521 `git-registered'.
10522 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10523 `vc-git-working-revision' in order to benefit from the cache.
10524 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10525
10526 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10527
10528 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10529 removed (likely outside Emacs). (Bug#11757)
10530
10531 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * emacs-lisp/cl-lib.el: Require macroexp.
10534
10535 2012-06-30 Chong Yidong <cyd@gnu.org>
10536
10537 * xml.el: Implement XML parameter entities.
10538 (xml-parameter-entity-alist): New variable.
10539 (xml-parse-region, xml-parse-fragment): Preserve previous values
10540 of xml-entity-alist and xml-parameter-entity-alist, so that
10541 repeated calls on different documents do not change them.
10542 (xml-parse-tag): Fix doctype regexp.
10543 (xml--entity-replacement-text): New function.
10544 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10545 properly requires url retrieval which is unimplemented.
10546 (xml-escape-string): Doc fix.
10547
10548 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10551
10552 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10553
10554 * fringe.el (fringe-mode): Doc fix.
10555
10556 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10557
10558 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10559 is non-nil.
10560 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10561 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10562
10563 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10564
10565 * calendar/cal-dst.el (calendar-current-time-zone):
10566 Return calendar-current-time-zone-cache if non-nil.
10567
10568 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10569
10570 * progmodes/which-func.el (which-func-format):
10571 Add mouse-face. (Bug#11698)
10572
10573 2012-06-29 Leo Liu <sdl.web@gmail.com>
10574
10575 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10576
10577 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * minibuffer.el (minibuffer-confirm-exit-commands):
10580 Add completion-at-point (bug#11725).
10581
10582 2012-06-29 Glenn Morris <rgm@gnu.org>
10583
10584 * progmodes/f90.el (f90-font-lock-keywords-2):
10585 Add some preprocessor elements. (Bug#10499)
10586
10587 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10588
10589 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10590 Use syntax-propertize (bug#11739).
10591
10592 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10593
10594 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10595
10596 2012-06-28 Julien Danjou <julien@danjou.info>
10597
10598 * term.el (term-handle-colors-array): Use a set of new faces to
10599 color the terminal. Also uses :inverse-video property.
10600 (term-default-fg-color): Set to nil by default, deprecate in favor
10601 of `term-face'.
10602 (term-default-bg-color): Set to nil by default, deprecate in favor
10603 of `term-face'.
10604 (term-current-face): Use `term-face' by default.
10605 (term-bold-attribute): Variable deleted.
10606
10607 2012-06-28 Glenn Morris <rgm@gnu.org>
10608
10609 * simple.el (completion-list-mode-finish):
10610 Don't use toggle-read-only. (Since completion-list-mode has
10611 a special mode-class, it wasn't doing anything extra anyway.)
10612
10613 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 Make inlining of other-mode interpreted functions work (bug#11799).
10616 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10617 (byte-compile): Use it to fix compilation of lexical-binding closures.
10618 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10619 function, if needed.
10620
10621 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10622
10623 * help-mode.el (help-make-xrefs): Don't just withstand
10624 cyclic-variable-indirection but any error in documentation-property.
10625
10626 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10627 memory use.
10628 * bindings.el (bindings--define-key): New function.
10629 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10630 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10631 * bindings.el: Use it to purecopy define-key bindings.
10632
10633 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10634
10635 * emacs-lisp/cl.el (flet): Mark obsolete.
10636 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10637 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10638 * progmodes/js.el (js-c-fill-paragraph):
10639 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10640 (ebrowse-switch-member-buffer-to-derived-class):
10641 * play/5x5.el (5x5-solver): Use cl-flet.
10642
10643 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10644 (cl--symbol-function): New macro.
10645 (cl--letf, cl--letf*): Use it.
10646
10647 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10648 Strip "toggle-" if any.
10649
10650 2012-06-27 Glenn Morris <rgm@gnu.org>
10651
10652 * info.el (Info-default-directory-list): Move here from paths.el.
10653 * paths.el: Remove file, which is now empty.
10654 * loadup.el: No longer load "paths".
10655
10656 * custom.el (custom-initialize-delay): Doc fix.
10657
10658 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10659 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10660 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10661 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10662 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10663 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10664 * eshell/eshell.el (eshell-defgroup): Remove alias.
10665
10666 2012-06-27 Chong Yidong <cyd@gnu.org>
10667
10668 * help.el (help-enable-auto-load): New variable.
10669
10670 * help-fns.el (help-fns--autoloaded-p): New function.
10671 (describe-function-1): Refer to a function as "autoloaded" if it
10672 was autoloaded at any time in the past. Perform autoloading if
10673 help-enable-auto-load is non-nil.
10674
10675 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10676
10677 * makefile.w32-in (compile, compile-always): Depend on
10678 update-subdirs, not on subdirs.el. Otherwise, several different
10679 sub-targets of 'bootstrap' running in parallel could
10680 simultaneously write to subdirs.el, producing a garbled file.
10681
10682 2012-06-26 Sam Steingold <sds@gnu.org>
10683
10684 * files.el (file-name-base): New convenience function.
10685 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10686 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10687 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10688 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10689 * textmodes/ispell.el, textmodes/reftex-ref.el:
10690 * textmodes/tex-mode.el: Use it.
10691 Did not touch cedet and org because they are maintained elsewhere.
10692
10693 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10694
10695 * calendar/calendar.el (calendar-exit): Don't try to delete or
10696 iconify last frame. See:
10697 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10698
10699 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10700
10701 * server.el (server-process-filter): Remember dir in the
10702 process's `server-client-directory' properties.
10703
10704 2012-06-24 Chong Yidong <cyd@gnu.org>
10705
10706 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10707 non-tag text.
10708
10709 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10710
10711 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10712
10713 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10714
10715 * help-fns.el (describe-variable): Don't croak when doc is not found.
10716 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10717 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10718 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10719 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10720 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10721 ((lambda ..) ..).
10722 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10723
10724 2012-06-23 Chong Yidong <cyd@gnu.org>
10725
10726 * info.el (Info-mouse-follow-link): Accept symbol values of
10727 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10728 (Info-fontify-node): Use Info-link-keymap for all navigation
10729 buttons, with link-args property to perform the desired action.
10730 (Info-link-keymap): Doc fix.
10731 (Info-next-link-keymap, Info-prev-link-keymap)
10732 (Info-up-link-keymap): Delete now-unused keymaps.
10733
10734 2012-06-23 Chong Yidong <cyd@gnu.org>
10735
10736 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10737
10738 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10739 system abbrevs.
10740
10741 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10742
10743 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10744
10745 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10746 (bug#11719).
10747
10748 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10749 the requote function doesn't work properly (bug#11714).
10750
10751 2012-06-23 Glenn Morris <rgm@gnu.org>
10752
10753 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10754
10755 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 Further GV/CL cleanups.
10758 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10759 gv-expander.
10760 (gv--defun-declaration): New function.
10761 (defun-declarations-alist): Use it.
10762 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10763 (gv-place): Autoload.
10764 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10765 original definition of dotimes and dolist.
10766 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10767 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10768 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10769 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10770 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10771 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10772 to the function's definition.
10773 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10774 * window.el:
10775 * files.el:
10776 * faces.el:
10777 * env.el: Don't use CL.
10778
10779 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10780
10781 Support higher-resolution time stamps (Bug#9000).
10782
10783 * calendar/time-date.el (with-decoded-time-value): New arg
10784 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10785 (encode-time-value): New optional arg PICO. New type 3.
10786 (time-to-seconds) [!float-time]: Support the new picoseconds
10787 component if it's used.
10788 (seconds-to-time, time-subtract, time-add):
10789 Support ps-resolution time stamps as well.
10790
10791 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10792 (timerp): Timer vectors now have length 9, not 8.
10793 (timer--time): Support new-style (4-part) time stamps.
10794 (timer-next-integral-multiple-of-time): Time stamps now have
10795 picosecond resolution, so take a bit more care about rounding.
10796 (timer-relative-time, timer-inc-time): New optional arg psecs.
10797 (timer-set-time-with-usecs): Set psecs to 0.
10798 (timer--activate): Check psecs component, too.
10799
10800 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10801
10802 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10805 Move the non-essential binding to the post/pre-command-hook where it is
10806 more obviously correct.
10807
10808 * subr.el (read-passwd): Don't use a history at all.
10809 * savehist.el (savehist-save): Remove password saved accidentally
10810 because of the above bug.
10811
10812 2012-06-22 Bastien Guerry <bzg@gnu.org>
10813
10814 * files.el (toggle-read-only): Display a message telling whether
10815 the buffer is read-only or not (bug#11726).
10816
10817 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * emacs-lisp/gv.el: New file.
10820 * subr.el (push, pop): Extend to generalized variables.
10821 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10822 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10823 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10824 gv-define-simple-setter, and gv-define-expander.
10825 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10826 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10827 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10828 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10829 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10830 gv-letplace.
10831 (cl-defstruct): Don't define setf-method any more.
10832 * emacs-lisp/cl.el (flet): Don't autoload.
10833 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10834 (define-setf-expander, defsetf, define-modify-macro)
10835 (cl-struct-setf-expander): Move from cl-lib.el.
10836 * emacs-lisp/syntax.el:
10837 * emacs-lisp/ewoc.el:
10838 * emacs-lisp/smie.el:
10839 * emacs-lisp/cconv.el:
10840 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10841 (timer--time): Use gv-define-simple-setter.
10842 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10843 to avoid coding-system problems in subr.el. Adjust all users.
10844 (macroexp--maxsize, macroexp-small-p): New functions.
10845 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10846 * scroll-bar.el (scroll-bar-mode):
10847 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10848 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10849 * winner.el (winner-configuration, winner-make-point-alist)
10850 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10851 * files.el (locate-file-completion-table): Avoid list*.
10852
10853 2012-06-22 Chong Yidong <cyd@gnu.org>
10854
10855 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10856 (dired-create-files): Doc fix (Bug#11329).
10857 (dired-do-copy): Doc fix (Bug#11334).
10858 (dired-mark-read-string): Doc fix (Bug#11553).
10859
10860 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10861 Doc fix (Bug#11326).
10862 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10863 (dired-dwim-target): Doc fix.
10864
10865 * wdired.el (wdired-mode): Doc fix.
10866
10867 2012-06-22 Glenn Morris <rgm@gnu.org>
10868
10869 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10870 (pcmpl-rpm-cache-stamp-file): New constant.
10871 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10872 (pcmpl-rpm-packages): Optionally cache list of packages.
10873
10874 * pcmpl-rpm.el (pcmpl-rpm): New group.
10875 (pcmpl-rpm-query-options): New option.
10876 (pcmpl-rpm-packages): No need to inline it.
10877 Use pcmpl-rpm-query-options.
10878
10879 * calendar/calendar.el (calendar-in-read-only-buffer):
10880 Avoid some needless mode changes.
10881
10882 2012-06-21 Chong Yidong <cyd@gnu.org>
10883
10884 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10885 (desktop-path): Remove . from the default value (Bug#10977).
10886 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10887
10888 2012-06-20 Chong Yidong <cyd@gnu.org>
10889
10890 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10891
10892 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10893
10894 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10895 (bug#11201).
10896
10897 2012-06-20 Chong Yidong <cyd@gnu.org>
10898
10899 * term.el (term-window-width): Handle the case of a missing right
10900 fringe (Bug#8837).
10901 (term-check-size): Use window-text-height (Bug#5445).
10902 (term-mode): Use define-derived-mode. Minor cleanups.
10903 Set font-lock-defaults (Bug#7692).
10904 (term-move-columns, term-insert-char, term-emulate-terminal)
10905 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10906
10907 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10908
10909 * net/ange-ftp.el (ange-ftp-get-passwd):
10910 Bind `enable-recursive-minibuffers'.
10911 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10912
10913 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10914
10915 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10916
10917 2012-06-19 Glenn Morris <rgm@gnu.org>
10918
10919 * progmodes/python.el (python-mode): Derive from prog-mode.
10920
10921 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10922
10923 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10924 (edt-user-menu-bar-update-buffers): New functions.
10925 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10926
10927 2012-06-19 Chong Yidong <cyd@gnu.org>
10928
10929 * subr.el (with-selected-window): Preserve the selected window's
10930 terminal's top-frame (Bug#4702).
10931
10932 * window.el (save-selected-window): Likewise.
10933
10934 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 * progmodes/python.el (python-rx-constituents): Move backquote.
10937 (python-skeleton-define, python-define-auxiliary-skeleton):
10938 Use `declare'.
10939
10940 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10941
10942 * minibuffer.el (read-file-name-default): Revert the patch from
10943 2012-06-17.
10944
10945 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10948 (pcase--u1, pcase--q1): Don't use apply-partially.
10949
10950 2012-06-18 Glenn Morris <rgm@gnu.org>
10951
10952 * progmodes/python.el (python-proc, python-buffer)
10953 (python-send-receive, python-send-string): Fix obsolete versions.
10954
10955 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10956
10957 * window.el (special-display-p): Completely remove stringp
10958 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10959
10960 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10961
10962 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10963
10964 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10965
10966 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10967 * net/tramp-sh.el (tramp-maybe-open-connection):
10968 Throw if `non-essential' is non-nil.
10969
10970 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10971
10972 * window.el (special-display-p): Signal an error if BUFFER-NAME
10973 is not a string (Bug#11713).
10974
10975 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10976
10977 * progmodes/python.el (python-info-beginning-of-backslash):
10978 Rename from python-info-beginning-of-backlash, as a spelling fix.
10979
10980 2012-06-17 Chong Yidong <cyd@gnu.org>
10981
10982 * term.el (term-emulate-terminal): If term-check-size is called,
10983 move point to the process mark without resetting point (Bug#4635).
10984
10985 2012-06-17 Glenn Morris <rgm@gnu.org>
10986
10987 * international/mule-cmds.el (mule-menu-keymap)
10988 (set-language-environment, set-locale-environment): Doc tweaks.
10989
10990 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10991
10992 * cus-face.el (custom-face-attributes): Add wave-style underline
10993 attribute.
10994 * faces.el (set-face-attribute): Update docstring to describe
10995 wave-style underline attribute.
10996
10997 2012-06-16 Chong Yidong <cyd@gnu.org>
10998
10999 * term/xterm.el (terminal-init-xterm): Discard input before
11000 querying background mode (Bug#10959).
11001
11002 2012-06-16 Stefan Merten <smerten@oekonux.de>
11003
11004 * textmodes/rst.el: Added and corrected some comments.
11005 (rst-re-alist-def): Improve symbol syntax.
11006 (rst-mode-syntax-table): Correct syntax entries.
11007 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11008 (rst-official-version, rst-official-cvs-rev): Update version
11009 information.
11010
11011 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
11012
11013 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11014 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11015
11016 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11017
11018 * progmodes/python.el: New python.el merge.
11019 (python-guess-indent): Obsolete var.
11020 (python-indent-guess-indent-offset): New defcustom.
11021 (python-indent): Obsolete var.
11022 (python-indent-offset): New defcustom.
11023 (python-python-command, python-jython-command): Delete var.
11024 (python-shell-interpreter): New defcustom.
11025 (python-pdbtrack-do-tracking-p): Delete var.
11026 (python-pdbtrack-activate): New defcustom.
11027 (python-use-skeletons): Obsolete var.
11028 (python-skeleton-autoinsert): New defcustom.
11029 (inferior-python-filter-regexp, python-continuation-offset)
11030 (python-honour-comment-indentation, python-indent-string-contents)
11031 (python-jython-packages, python-mode-hook)
11032 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11033 (python-shell-prompt-alist)
11034 (python-source-modes): Delete defcustoms.
11035 (python-check-buffer-name, python-eldoc-setup-code)
11036 (python-eldoc-string-code, python-ffap-setup-code)
11037 (python-ffap-string-code, python-fill-comment-function)
11038 (python-fill-decorator-function, python-fill-paren-function)
11039 (python-fill-string-function, python-imenu-include-defun-type)
11040 (python-imenu-make-tree, python-imenu-subtree-root-label)
11041 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11042 (python-shell-compilation-regexp-alist)
11043 (python-shell-completion-module-string-code)
11044 (python-shell-completion-pdb-string-code)
11045 (python-shell-completion-setup-code)
11046 (python-shell-completion-string-code)
11047 (python-shell-enable-font-lock, python-shell-exec-path)
11048 (python-shell-extra-pythonpaths)
11049 (python-shell-internal-buffer-name, python-shell-interpreter-args)
11050 (python-shell-process-environment)
11051 (python-shell-prompt-block-regexp)
11052 (python-shell-prompt-output-regexp)
11053 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11054 (python-shell-send-setup-max-wait, python-shell-setup-codes)
11055 (python-shell-virtualenv-path): New defcustoms.
11056 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11057 (inferior-python-mode-syntax-table, python--prompt-regexp)
11058 (python-buffer, python-command python-python-command)
11059 (python-default-template, python-imports, python-indent-index)
11060 (python-indent-list, python-indent-list-length)
11061 (python-mode-running, python-pdbtrack-is-tracking-p)
11062 (python-preoutput-continuation, python-preoutput-leftover)
11063 (python-preoutput-result, python-preoutput-skip-next-prompt)
11064 (python-prev-dir/file, python-recursing)
11065 (python-saved-check-command, python-version-checked)
11066 (python-which-func-length-limit)
11067 (view-return-to-alist): Delete vars.
11068 (python-check-custom-command, python-dotty-syntax-table)
11069 (python-imenu-index-alist, python-indent-current-level)
11070 (python-indent-dedenters, python-indent-levels)
11071 (python-nav-beginning-of-defun-regexp)
11072 (python-nav-list-defun-positions-cache)
11073 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11074 (python-shell-internal-buffer)
11075 (python-skeleton-available): New vars.
11076 (def-python-skeleton): Delete macro.
11077 (python-skeleton-define): New macro.
11078 (python-define-auxiliary-skeleton, python-rx): New macros.
11079 (python-insert-class): Delete command.
11080 (python-skeleton-class): New command.
11081 (python-insert-def): Delete command.
11082 (python-skeleton-def): New command.
11083 (python-insert-for): Delete command.
11084 (python-skeleton-for): New command.
11085 (python-insert-if): Delete command.
11086 (python-skeleton-if): New command.
11087 (python-insert-try/except, python-insert-try/finally): Delete commands.
11088 (python-skeleton-try): New command.
11089 (python-insert-while): Delete command.
11090 (python-skeleton-while): New command.
11091 (python-backspace): Delete command.
11092 (python-indent-dedent-line-backspace): New command.
11093 (python-electric-colon): Delete command.
11094 (python-indent-electric-colon): New command.
11095 (python-guess-indent): Delete command.
11096 (python-indent-guess-indent-offset): New command.
11097 (python-shift-left): Delete command.
11098 (python-indent-shift-left): New command.
11099 (python-shift-right): Delete command.
11100 (python-indent-shift-right): New command.
11101 (python-find-function): Delete command.
11102 (python-nav-jump-to-defun): New command.
11103 (python-next-statement): Delete command.
11104 (python-nav-forward-sentence): New command.
11105 (python-previous-statement): Delete command.
11106 (python-nav-backward-sentence): New command.
11107 (python-fill-paragraph): Delete command.
11108 (python-fill-paragraph-function): New command.
11109 (python-send-buffer): Delete command.
11110 (python-shell-send-buffer): New command.
11111 (python-send-defun): Delete command.
11112 (python-shell-send-defun): New command.
11113 (python-send-region, python-send-region-and-go): Delete commands.
11114 (python-shell-send-region)
11115 (python-shell-switch-to-shell): New commands.
11116 (python-send-string): Delete command.
11117 (python-shell-send-string): New command.
11118 (python-switch-to-python): Delete command.
11119 (python-shell-switch-to-shell): New command.
11120 (python-describe-symbol): Delete command.
11121 (python-eldoc-at-point): New command.
11122 (python--set-prompt-regexp, python-args-to-list)
11123 (python-after-info-look, python-check-version)
11124 (python-check-comint-prompt, python-find-imports)
11125 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11126 (python-unload-function, python-expand-template)
11127 (python-maybe-jython, python-preoutput-filter)
11128 (python-pdbtrack-get-source-buffer)
11129 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11130 (python-pdbtrack-toggle-stack-tracking)
11131 (python-pdbtrack-track-stack-file, python-initial-text)
11132 (python-first-word, python-comment-line-p, python-send-command)
11133 (python-setup-brm, python-sentinel, python-set-proc)
11134 (python-skip-out, python-input-filter, python-outdent-p)
11135 (python-outline-level, python-backslash-continuation-line-p)
11136 (python-end-of-block, python-end-of-statement, python-mark-block)
11137 (python-beginning-of-block, python-beginning-of-statement)
11138 (python-blank-line-p, python-beginning-of-string)
11139 (python-open-block-statement-p): Delete functions.
11140 (python-indent-line, python-indent-line-1): Delete functions.
11141 (python-indent-line): New function.
11142 (python-indentation-levels): Delete function.
11143 (python-indent-calculate-levels): New function.
11144 (python-proc): Delete function.
11145 (python-shell-get-process): New function.
11146 (python-send-receive): Delete function.
11147 (python-shell-send-string-no-output): New function.
11148 (python-module-path): Delete function.
11149 (python-ffap-module-path): New function.
11150 (python-completion-at-point)
11151 (python-symbol-completions): Delete functions.
11152 (python-completion-complete-at-point): New function.
11153 (python-load-file): Delete function.
11154 (python-shell-send-file): New function.
11155 (python-calculate-indentation): Delete function.
11156 (python-indent-calculate-indentation): New function.
11157 (python-skip-comments/blanks): Delete function.
11158 (python-util-forward-comment): New function.
11159 (python-continuation-line-p): Delete function.
11160 (python-info-continuation-line-p): New function.
11161 (python-which-func, python-current-defun): Delete function.
11162 (python-info-current-defun): New function.
11163 (python-beginning-of-defun): Delete function.
11164 (python-nav-beginning-of-defun): New function.
11165 (python-close-block-statement-p)
11166 (python-block-end-p): Delete function.
11167 (python-info-closing-block): New function.
11168 (python-comint-output-filter-function)
11169 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11170 (python-fill-comment, python-fill-decorator, python-fill-paren)
11171 (python-fill-string, python-imenu-make-element-tree)
11172 (python-imenu-make-tree, python-imenu-tree-assoc)
11173 (python-indent-context, python-indent-dedent-line)
11174 (python-indent-line-function)
11175 (python-indent-post-self-insert-function)
11176 (python-indent-toggle-levels)
11177 (python-info-assignment-continuation-line-p)
11178 (python-info-beginning-of-backlash)
11179 (python-info-block-continuation-line-p)
11180 (python-info-closing-block-message)
11181 (python-info-line-ends-backslash-p)
11182 (python-info-looking-at-beginning-of-defun)
11183 (python-info-ppss-context, python-info-ppss-context-type)
11184 (python-nav-list-defun-positions, python-nav-read-defun)
11185 (python-nav-sentence-end, python-nav-sentence-start)
11186 (python-pdbtrack-comint-output-filter-function)
11187 (python-pdbtrack-set-tracked-buffer)
11188 (python-shell-calculate-exec-path)
11189 (python-shell-calculate-process-environment)
11190 (python-shell-completion--do-completion-at-point)
11191 (python-shell-completion--get-completions)
11192 (python-shell-completion-complete-at-point)
11193 (python-shell-completion-complete-or-indent)
11194 (python-shell-get-or-create-process)
11195 (python-shell-get-process-name)
11196 (python-shell-internal-get-or-create-process)
11197 (python-shell-internal-get-process-name)
11198 (python-shell-internal-send-string, python-shell-make-comint)
11199 (python-shell-parse-command, python-shell-send-setup-code)
11200 (python-skeleton-add-menu-items)
11201 (python-util-clone-local-variables, python-util-position)
11202 (run-python-internal, python-indentation-levels)
11203 (python-nav-beginning-of-defun)
11204 (python-completion-complete-at-point): New functions.
11205 (run-python): Change arguments. New API requirements.
11206
11207 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11210 (bug#11649).
11211
11212 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11213 (macroexp--expand-all): Use it.
11214
11215 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11216 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11217 Use `cl-function' instead.
11218
11219 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
11220
11221 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11222 Suggested by Stefan Monnier while discussing bug#11657.
11223
11224 2012-06-14 Sam Steingold <sds@gnu.org>
11225
11226 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11227
11228 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
11229
11230 * play/doctor.el (doctor-doc): Remove parameter and use
11231 doctor-sent instead of sent.
11232 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
11233
11234 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11235
11236 * files.el: Require cl-lib.
11237 (file-name-non-special): Replace case -> cl-case.
11238
11239 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11240
11241 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11242 mapping from #' to function*.
11243
11244 2012-06-13 Chong Yidong <cyd@gnu.org>
11245
11246 * mouse.el (mouse-drag-track): Do not set the mark if the user
11247 releases the mouse without selecting anything (Bug#11588).
11248
11249 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11250
11251 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11252 as well (bug#11646).
11253
11254 * loadup.el: Count byte-code functions as well.
11255
11256 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11257 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11258
11259 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11260 (bug#11649). Add cl-defun and cl-defmacro.
11261
11262 2012-06-13 Drew Adams <drew.adams@oracle.com>
11263
11264 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11265 Fix last change.
11266
11267 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
11268
11269 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11270 Otherwise, it blocks in batch mode.
11271
11272 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11273
11274 * help-mode.el (bookmark-make-record-default): Declare.
11275
11276 2012-06-13 Chong Yidong <cyd@gnu.org>
11277
11278 * emacs-lisp/package.el (list-packages): Compute a list of
11279 packages that are newly-available since the last list-packages
11280 invocation.
11281 (package-menu--new-package-list): New var.
11282 (package-menu--generate, package-menu--print-info)
11283 (package-menu--status-predicate, package-menu-mark-install):
11284 Handle new status label "new".
11285
11286 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11289 conversion to backquotes.
11290
11291 2012-06-12 Chong Yidong <cyd@gnu.org>
11292
11293 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11294 Rename from gud-inhibit-global-bindings.
11295
11296 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11297
11298 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11299 hook from nxml-glyph-set-hook.
11300
11301 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11302 declaration.
11303
11304 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11305
11306 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11307 Convert to defcustom.
11308
11309 2012-06-12 Drew Adams <drew.adams@oracle.com>
11310
11311 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11312 New functions.
11313 (help-mode): Use them.
11314
11315 2012-06-11 Glenn Morris <rgm@gnu.org>
11316
11317 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11318 Use preprocessor face for directives.
11319 (fortran-directive-re): Doc fix.
11320
11321 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11322
11323 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11324 conversion to backquotes (bug#11652).
11325
11326 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11327 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11328 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11329 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11330 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11331 (cl-ninth, cl-tenth): Mark them as inlinable.
11332 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11333 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11334 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11335 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11336 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11337 (cl-list*, cl-adjoin): Don't put an autoload manually.
11338 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11339 (cl--compiler-macro-list*): Add autoload cookie.
11340 (cl--compiler-macro-cXXr): New function.
11341
11342 * help-fns.el (help-fns--compiler-macro): New function extracted from
11343 describe-function-1; follow aliases and use `compiler-macro' property.
11344 (describe-function-1): Use it.
11345
11346 2012-06-11 Chong Yidong <cyd@gnu.org>
11347
11348 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11349 is uninstalled, if imagemagick is installed.
11350
11351 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * emacs-lisp/cl-lib.el: Use lexical-binding.
11354 (cl-map-extents, cl-maclisp-member): Remove.
11355 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11356 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11357 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11358 * emacs-lisp/cl-extra.el: Use lexical-binding.
11359 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11360 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11361 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11362 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11363 * emacs-lisp/cl-seq.el: Use lexical-binding.
11364 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11365 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11366 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11367 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11368 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11369 CL's internals.
11370
11371 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11372
11373 Sync with Tramp 2.2.6-pre.
11374
11375 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11376 `print-length' and `print-level' to nil, in order to avoid
11377 truncation. Reported by Christopher Schmidt
11378 <christopher@ristopher.com>.
11379
11380 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11381
11382 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11383 New defmacro.
11384 (tramp-compat-copy-directory): Add optional argument
11385 COPY-CONTENTS. It is not handled yet.
11386
11387 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11388 (tramp-ftp-file-name-p): Simplify.
11389
11390 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11391 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11392 connection vector.
11393
11394 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11395 (tramp-methods): Do not use `tramp-password-end-of-line'.
11396 (tramp-completion-function-alist-putty): Handle UNIX case.
11397 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11398 (tramp-do-file-attributes-with-stat)
11399 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11400 gid as real numbers. They could run out of integer range on cygwin.
11401 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11402 (tramp-sh-handle-expand-file-name): Handle hops.
11403 (tramp-open-connection-setup-interactive-shell):
11404 Use `tramp-cleanup'. Move check for busyboxes ...
11405 (tramp-find-shell): ... here. Simplify implementation.
11406 Set "remote-shell" property also for alternative shells.
11407 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11408 If failing, a regular file would be written otherwise.
11409 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11410 (tramp-find-inline-encoding): Cache the coding commands in the
11411 process cache. Apply test command on the remote side, if defined.
11412 (tramp-find-inline-compress): Cache the compress commands in the
11413 process cache.
11414 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11415 when requested. Handle hops.
11416 (tramp-current-connection): New defvar.
11417 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11418 Throw `suppress', if there was a failed connection shortly before.
11419 Handle user interrupt. (Bug#10187)
11420 (tramp-get-inline-compress, tramp-get-inline-coding):
11421 Read connection properties from the process cache.
11422
11423 * net/tramp-smb.el (tramp-smb-server-version)
11424 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11425 New defconsts.
11426 (tramp-smb-prompt): Extend for powershell prompt.
11427 (tramp-smb-file-name-handler-alist): Add handlers for
11428 `process-file', `shell-command' and `start-file-process'.
11429 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11430 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11431 (tramp-smb-file-name-p): Simplify.
11432 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11433 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11434 (tramp-smb-shell-quote-argument): New defuns.
11435 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11436 Implement using "tar". By this, time-stamps are preserved.
11437 (tramp-smb-handle-copy-file): Handle also the case of directories.
11438 (tramp-smb-do-file-attributes-with-stat)
11439 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11440 Use `tramp-get-connection-buffer').
11441 (tramp-smb-handle-rename-file): Use "rename", when source and
11442 target are on the same share.
11443 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11444 Use `tramp-smb-server-version'.
11445 (tramp-smb-wait-for-output): Remove prompt.
11446
11447 * net/tramp.el (top): Require 'cl.
11448 (tramp-methods, tramp-rsh-end-of-line):
11449 Remove `tramp-password-end-of-line' from docstring.
11450 (tramp-save-ad-hoc-proxies): New defcustom.
11451 (tramp-completion-function-alist): Adapt docstring.
11452 (tramp-default-password-end-of-line): Remove defcustom.
11453 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11454 (tramp-user-regexp, tramp-file-name-regexp-unified)
11455 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11456 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11457 (tramp-remote-file-name-spec-regexp): New defconst.
11458 (tramp-file-name-structure): Extend structure for hops.
11459 (tramp-get-method-parameter): Move up.
11460 (tramp-file-name-p, tramp-dissect-file-name)
11461 (with-parsed-tramp-file-name): Handle hops.
11462 (tramp-file-name-hop): New defun.
11463 (tramp-make-tramp-file-name): New optional arg HOP.
11464 (tramp-message-show-progress-reporter-message): New defvar.
11465 (tramp-with-progress-reporter): Use it. We cannot use
11466 `tramp-message-show-message' here, because this suppresses also
11467 error buffers.
11468 (tramp-error-with-buffer): Suppress buffer view, if
11469 `tramp-message-show-message' is nil.
11470 Use `tramp-get-connection-buffer'.
11471 (tramp-cleanup): New defun.
11472 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11473 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11474 an error unchanged.
11475 (tramp-completion-handle-file-name-all-completions): Handle hops.
11476 Fix an error when called from ido.
11477 (tramp-completion-dissect-file-name): Use better local variable
11478 name. Add hop to the vector.
11479 (tramp-handle-insert-file-contents): Use progress-reporter for the
11480 whole scenario.
11481 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11482 to `t'.
11483 (tramp-check-for-regexp): Simplify search.
11484 (tramp-enter-password): Remove it. Move implementation ...
11485 (tramp-action-password): ... here.
11486 (tramp-mode-string-to-int, tramp-local-host-p)
11487 (tramp-make-tramp-temp-file, tramp-read-passwd)
11488 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11489 Set tramp-autoload cookie.
11490
11491 * net/trampver.el: Update release number.
11492
11493 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11494 Michael Albinus <michael.albinus@gmx.de>
11495
11496 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11497 (tramp-parse-group, tramp-parse-file)
11498 (tramp-parse-shostkeys-sknownhosts): New defuns.
11499 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11500 (tramp-parse-shosts-group, tramp-parse-sconfig)
11501 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11502 (tramp-parse-sknownhosts, tramp-parse-hosts)
11503 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11504 Use them.
11505 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11506 (tramp-parse-putty-group): Don't narrow.
11507 (tramp-parse-putty): Make a loop.
11508 (tramp-file-name-handler): Catch the `suppress' signal.
11509
11510 2012-06-11 Chong Yidong <cyd@gnu.org>
11511
11512 * image.el (imagemagick-register-types): Put the ImageMagick entry
11513 at the end of image-type-file-name-regexps.
11514
11515 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
11516
11517 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11518 (pcase, pcase-let*, pcase-dolist): Use them.
11519
11520 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11521
11522 * emacs-lisp/pcase.el (pcase--let*): New function.
11523 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11524 (pcase--expand): Use macroexp-let².
11525
11526 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11527
11528 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11529 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11530 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11531 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11532 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11533 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11534
11535 2012-06-10 Glenn Morris <rgm@gnu.org>
11536
11537 * mail/rmail.el (rmail-yank-current-message): Leave point at
11538 correct position. (Bug#11660)
11539
11540 2012-06-10 Chong Yidong <cyd@gnu.org>
11541
11542 * allout-widgets.el: Fix code header.
11543
11544 2012-06-10 Chong Yidong <cyd@gnu.org>
11545
11546 * cus-edit.el (customize-changed-options-previous-release):
11547 Bump to 24.1.
11548
11549 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11550
11551 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11552
11553 2012-06-09 Chong Yidong <cyd@gnu.org>
11554
11555 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11556
11557 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11558
11559 * window.el (special-display-popup-frame): Don't use
11560 window--display-buffer (Bug#11651).
11561
11562 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11563
11564 Fix parallel builds: make sure loaddefs.el is not being written
11565 while Lisp files are compiled.
11566 (compile): Don't depend on 'mh-autoloads'.
11567 (compile-CMD, compile-SH): Depend on 'autoloads'.
11568 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11569
11570 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11571
11572 2012-06-09 Chong Yidong <cyd@gnu.org>
11573
11574 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11575 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11576 Doc fixes (Bug#11225).
11577
11578 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11579
11580 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11581 a function if there's a clear indication that it has a compiler-macro.
11582 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11583 (macro-declarations-alist): Add arglist to declaration functions.
11584 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11585 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11586 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11587 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11588 Also add autoload to find the compiler macro.
11589 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11590 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11591 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11592 (cl--compiler-macro-get): New functions, replacing calls to
11593 cl-define-compiler-macro.
11594 (cl-typep) [compiler-macro]: Use macroexp-let².
11595
11596 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11597
11598 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11599 string properly, fixes Bug#11473.
11600
11601 2012-06-08 Chong Yidong <cyd@gnu.org>
11602
11603 * faces.el (set-face-attribute): Doc fix.
11604 (modify-face): Don't use :bold and :italic.
11605 (error, warning, success): Tweak definitions.
11606
11607 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11608 (custom-modified, custom-set, custom-changed, custom-themed)
11609 (custom-saved, custom-button, custom-button-mouse)
11610 (custom-button-pressed, custom-state, custom-comment-tag)
11611 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11612 (custom-group-subtitle): Use new-style face specs.
11613 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11614 (custom-set-face, custom-changed-face, custom-saved-face)
11615 (custom-button-face, custom-button-pressed-face)
11616 (custom-documentation-face, custom-state-face)
11617 (custom-comment-face, custom-comment-tag-face)
11618 (custom-variable-tag-face, custom-variable-button-face)
11619 (custom-face-tag-face, custom-group-tag-face-1)
11620 (custom-group-tag-face): Remove obsolete face alias.
11621
11622 * epa.el (epa-validity-high, epa-validity-medium)
11623 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11624 (epa-field-name, epa-field-body):
11625 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11626 (font-lock-keyword-face, font-lock-builtin-face)
11627 (font-lock-function-name-face, font-lock-variable-name-face)
11628 (font-lock-type-face, font-lock-constant-face):
11629 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11630 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11631 * speedbar.el (speedbar-button-face, speedbar-file-face)
11632 (speedbar-directory-face, speedbar-tag-face)
11633 (speedbar-selected-face, speedbar-highlight-face)
11634 (speedbar-separator-face):
11635 * whitespace.el (whitespace-newline, whitespace-space)
11636 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11637 (whitespace-line, whitespace-space-before-tab)
11638 (whitespace-space-after-tab, whitespace-indentation)
11639 (whitespace-empty):
11640 * emulation/cua-base.el (cua-global-mark):
11641 * eshell/em-prompt.el (eshell-prompt):
11642 * net/newst-plainview.el (newsticker-new-item-face)
11643 (newsticker-old-item-face, newsticker-immortal-item-face)
11644 (newsticker-obsolete-item-face, newsticker-date-face)
11645 (newsticker-statistics-face, newsticker-default-face):
11646 * net/newst-reader.el (newsticker-feed-face)
11647 (newsticker-extra-face, newsticker-enclosure-face):
11648 * net/newst-treeview.el (newsticker-treeview-face)
11649 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11650 (newsticker-treeview-immortal-face)
11651 (newsticker-treeview-obsolete-face)
11652 (newsticker-treeview-selection-face):
11653 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11654 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11655 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11656 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11657 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11658 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11659 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11660 (mpuz-text):
11661 * progmodes/vera-mode.el (vera-font-lock-number)
11662 (vera-font-lock-function, vera-font-lock-interface):
11663 * textmodes/table.el (table-cell): Use new-style face specs, and
11664 don't use the old :bold and :italic attributes.
11665
11666 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11667 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11668 (ebrowse-member-class, ebrowse-progress): Likewise.
11669 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11670 (ebrowse-file-name-face, ebrowse-default-face)
11671 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11672 (ebrowse-progress-face): Remove obsolete faces.
11673
11674 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11675 Inherit from error and warning faces respectively.
11676
11677 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11678 Likewise.
11679 (flyspell-incorrect-face, flyspell-duplicate-face):
11680 Remove obsolete aliases.
11681
11682 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11683
11684 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11685 Avoid infloop.
11686
11687 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11688
11689 * startup.el (argv, argi): Make lexically scoped.
11690 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11691 * emacs-lisp/cl-macs.el: Use lexical-binding.
11692 Rename cl-bind-* to cl--bind-*.
11693 * files.el: Don't require `cl' since it doesn't use it.
11694 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11695
11696 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11697
11698 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11699 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11700 instead of calling external sort utility.
11701 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11702
11703 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11704
11705 * descr-text.el (describe-char): Mention how to insert the
11706 character, if the current input method doesn't support it.
11707 See the discussion in this thread for the details:
11708 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11709
11710 2012-06-08 Sam Steingold <sds@gnu.org>
11711
11712 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11713 XF86Back to previous-buffer.
11714 (minibuffer-local-map): Bind them to next-history-element and
11715 previous-history-element respectively.
11716 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11717 help-go-back respectively.
11718 * info.el (Info-mode-map): Bind them to Info-history-forward and
11719 Info-history-back respectively.
11720 These are the keys next to Up on the ThinkPad keyboard.
11721
11722 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11723
11724 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11725 * emacs-lisp/cl-macs.el: Provide itself.
11726 (cl--labels-convert-cache): New var.
11727 (cl--labels-convert): New function.
11728 (cl-flet, cl-labels): New implementation with new semantics, relying on
11729 lexical-binding.
11730 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11731 (cl-closure-vars, cl--function-convert-cache)
11732 (cl--function-convert): Move from cl-macs.el.
11733 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11734 rename by removing the "cl-" prefix.
11735 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11736
11737 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11738
11739 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11740 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11741 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11742 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11743 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11744 (cl-hash-table-count): Add old compatibility aliases.
11745
11746 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11747 Use macroexpand-all-environment instead.
11748 (cl--old-macroexpand): New var.
11749 (cl--sm-macroexpand): New function.
11750 (cl-symbol-macrolet): Use it during macro expansion.
11751 (cl--function-convert-cache): New var.
11752 (cl--function-convert): New function, extracted from
11753 cl-macroexpand-all.
11754 (cl-lexical-let): Use it.
11755
11756 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11757 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11758 (cl-member): Remove old alias.
11759
11760 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11761 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11762 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11763 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11764 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11765 (cl-macroexpand-cmacs): Remove var.
11766 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11767 Use macroexpand-all instead.
11768
11769 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11772 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11773 (macroexp-copyable-p): New functions and macros.
11774 * emacs-lisp/edebug.el (edebug-unwrap):
11775 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11776 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11777 (pcase--let*): Remove.
11778 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11779 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11780 macroexp-const-p instead.
11781 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11782
11783 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11784 instead of "cl-" for internal definitions. Use macroexp-const-p.
11785 (cl-old-bc-file-form): Remove var.
11786 (cl-const-exprs-p): Remove fun.
11787 (cl-labels, cl-macrolet): Use backquote.
11788 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11789 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11790 (cl-define-setf-expander): Rename from cl-define-setf-method.
11791 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11792
11793 * international/mule-cmds.el: Don't require CL.
11794 (view-hello-file): Don't use `letf'.
11795
11796 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11797
11798 * tmm.el (tmm-prompt): Use string-prefix-p.
11799 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11800 (tmm-add-prompt): Use minibuffer-completion-help.
11801 (tmm-delete-map): Remove.
11802
11803 * subr.el (kbd): Make it its own function.
11804
11805 2012-06-07 Stefan Merten <smerten@oekonux.de>
11806
11807 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11808 Silence compiler warnings. Fix versions.
11809 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11810 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11811 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11812 (rst-package-emacs-version-alist): Correct Emacs version to
11813 represent major merge with upstream.
11814 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11815
11816 2012-06-06 Glenn Morris <rgm@gnu.org>
11817
11818 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11819 Only print environment variables if set.
11820
11821 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11824 (macroexp--cons): Rename from maybe-cons.
11825 (macroexp--accumulate): Rename from macroexp-accumulate.
11826 (macroexp--all-forms): Rename from macroexpand-all-forms.
11827 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11828 (macroexp--expand-all): Rename from macroexpand-all-1.
11829
11830 2012-06-06 Sam Steingold <sds@gnu.org>
11831
11832 * calendar/calendar.el (calendar-in-read-only-buffer):
11833 Call `special-mode' to enable the standard read-only keybindings.
11834
11835 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11836
11837 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11838 with "loading" messages (bug#11635).
11839
11840 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11841
11842 * files.el (enable-remote-dir-locals): New option.
11843 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11844
11845 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11846 Ensure, that the temp directory is local.
11847
11848 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11849 `temporary-file-directory'.
11850
11851 * progmodes/python.el (python-send-region): Ensure, that the
11852 temporary file is created also in the remote case.
11853
11854 2012-06-06 Glenn Morris <rgm@gnu.org>
11855
11856 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11857 (vc-rcs-update-changelog): Use it.
11858
11859 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11860
11861 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11862 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11863 (vc-sccs-diff): Replace use of the external vcdiff script.
11864
11865 2012-06-05 Glenn Morris <rgm@gnu.org>
11866
11867 * ledit.el: Move to obsolete/.
11868
11869 2012-06-05 Sam Steingold <sds@gnu.org>
11870
11871 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11872 patch (Bug#11140).
11873
11874 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * emacs-lisp/cust-print.el: Move to obsolete.
11877
11878 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11879 compiler-macro expansion.
11880
11881 Add native compiler-macro support.
11882 * emacs-lisp/macroexp.el (macroexpand-all-1):
11883 Support compiler-macros directly. Properly follow aliases and apply
11884 the compiler macros more thoroughly.
11885 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11886 macroexpand now properly follows aliases.
11887 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11888 (cl-compiler-macroexpand): Use new prop.
11889 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11890
11891 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11892
11893 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11894
11895 * window.el (get-lru-window, get-mru-window, get-largest-window):
11896 New argument NOT-SELECTED to avoid picking the selected window.
11897 (window--display-buffer-1, window--display-buffer-2): Replace by
11898 new function window--display-buffer
11899 (display-buffer-same-window, display-buffer-reuse-window)
11900 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11901 Use window--display-buffer.
11902 (display-buffer-use-some-window): Remove temporary dedication
11903 hack by calling get-lru-window and get-largest-window with
11904 NOT-SELECTED argument non-nil. Call window--display-buffer.
11905
11906 2012-06-05 Glenn Morris <rgm@gnu.org>
11907
11908 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11909 Replace external vcdiff script.
11910
11911 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11914
11915 2012-06-04 Chong Yidong <cyd@gnu.org>
11916
11917 * image.el (imagemagick-types-inhibit): Revert last change.
11918 Add INFO and M.
11919 (imagemagick-enabled-types): Remove CIN and EPS*.
11920
11921 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11922
11923 * emacs-lisp/cl-lib.el: Rename from cl.el.
11924 * emacs-lisp/cl.el: New compatibility file.
11925 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11926 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11927 to obey the "cl-" prefix.
11928 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11929
11930 2012-06-03 Glenn Morris <rgm@gnu.org>
11931
11932 * emacs-lisp/authors.el (authors-aliases): Addition.
11933
11934 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11935 Fix :version.
11936
11937 2012-06-03 Stefan Merten <smerten@oekonux.de>
11938
11939 * textmodes/rst.el: Add comments.
11940 (rst-transition, rst-adornment): New faces.
11941 (rst-adornment-faces-alist): Make default safe to reevaluate.
11942 Fixes
11943 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11944 Improve customization tags.
11945 (rst-define-level-faces): Clarify meaning.
11946
11947 2012-06-03 Chong Yidong <cyd@gnu.org>
11948
11949 * progmodes/compile.el (compilation-mode-line-fail)
11950 (compilation-mode-line-run, compilation-mode-line-exit):
11951 New faces.
11952 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11953
11954 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11955
11956 * progmodes/which-func.el (which-func-update-ediff-windows):
11957 New function. Use it in ediff-select-hook (Bug#11478).
11958
11959 2012-06-03 Chong Yidong <cyd@gnu.org>
11960
11961 * bindings.el: Remove explicit help text from format-mode-line.
11962 It is now supplied by mode-line-default-help-echo.
11963 (mode-line-front-space, mode-line-end-spaces)
11964 (mode-line-misc-info): New variables.
11965 (mode-line-modes, mode-line-position): Move the default value to
11966 the variable definition.
11967 (mode-line-default-help-echo): New defcustom.
11968 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11969 (mode-line-modified-help-echo): New functions.
11970 (mode-line-mule-info, mode-line-modified): Use them.
11971 (mode-line-eol-desc, propertized-buffer-identification):
11972 Consistency fixes for help text.
11973 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11974 set-buffer-file-coding-system (Bug#289).
11975 (mode-line-mule-info-help-echo): Update help text.
11976
11977 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11978
11979 * simple.el (execute-extended-command): Set real-this-command
11980 (bug#11506).
11981
11982 2012-06-02 Chong Yidong <cyd@gnu.org>
11983
11984 Remove incorrect uses of "modeline" in comments, docstrings, and
11985 function/variable names (Bug#10329).
11986
11987 * cus-edit.el (mode-line):
11988 * dframe.el (dframe-mouse-hscroll):
11989 * emacs-lisp/re-builder.el:
11990 * emacs-lisp/easy-mmode.el (define-minor-mode):
11991 * frame.el (set-frame-name):
11992 * help.el (lookup-minor-mode-from-indicator):
11993 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11994 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11995 (c-toggle-hungry-state):
11996 * progmodes/antlr-mode.el (antlr-language-alist):
11997 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11998 * progmodes/vhdl-mode.el (vhdl-mode):
11999 * progmodes/which-func.el (which-func, which-func-cleanup-function):
12000 * term/ns-win.el (ns-face-at-pos):
12001 * term/sup-mouse.el (sup-mouse-report):
12002 * textmodes/flyspell.el (flyspell-mode-line-string):
12003 * textmodes/ispell.el (ispell-highlight-face):
12004 * textmodes/reftex-global.el:
12005 * vc/vc-arch.el (vc-arch-mode-line-string):
12006 * vc/vc-cvs.el (vc-cvs-mode-line-string):
12007 * vc/vc-git.el (vc-git-mode-line-string):
12008 * vc/vc-hooks.el (vc-display-status)
12009 (vc-default-mode-line-string):
12010 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12011
12012 * ansi-color.el (ansi-color-faces-vector): Change default faces.
12013
12014 * dired.el (dired-sort-set-mode-line): Rename from
12015 dired-sort-set-modeline. All callers changed.
12016
12017 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12018 eshell-status-in-modeline.
12019
12020 * foldout.el (foldout-mode-line-string): Rename from
12021 foldout-modeline-string. All callers changed.
12022 (foldout-update-mode-line): Rename from foldout-update-modeline.
12023
12024 * subr.el (redraw-modeline): Make into obsolete alias.
12025
12026 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12027 timeclock-modeline-display. Make old name an alias.
12028 (timeclock-update-mode-line): Likewise. All callers changed.
12029 (timeclock-mode-line-display): No need to check before using
12030 add-hook.
12031 (timeclock-relative, timeclock-day-over-hook)
12032 (timeclock-use-elapsed, timeclock-mode-string)
12033 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12034
12035 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12036 crisp-mode-modeline-string.
12037
12038 * play/solitaire.el (solitaire-build-mode-line): Rename from
12039 solitaire-build-modeline. All callers changed.
12040
12041 * play/zone.el (zone-hiding-mode-line): Rename from
12042 zone-hiding-modeline. All callers changed.
12043 (zone): Remove unusued `modeline-hidden-level' property.
12044
12045 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12046 xscheme-modeline-initialize. All callers changed.
12047
12048 * strokes.el (strokes-lighter): Rename from
12049 strokes-modeline-string.
12050
12051 * textmodes/sgml-mode.el (html-face-tag-alist)
12052 (html-tag-face-alist): Use mode-line face instead of obsolete
12053 alias modeline.
12054
12055 2012-06-02 Stefan Merten <smerten@oekonux.de>
12056
12057 * textmodes/rst.el: Always require `cl'.
12058 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12059
12060 2012-06-02 Chong Yidong <cyd@gnu.org>
12061
12062 * image.el (imagemagick-enabled-types): Rename from
12063 imagemagick-types-enable. Add many more types.
12064 (imagemagick-types-inhibit): Change default to nil.
12065 (imagemagick-filter-types): Caller changed.
12066
12067 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12068
12069 * emacs-lisp/cl-macs.el: Use backquotes.
12070 (cl-transform-function-property): Use eval-and-compile rather than
12071 abusing `require'.
12072 (defstruct): Use declare-function instead of with-no-warnings.
12073
12074 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12075 (byte-compile-output-docform): Re-add the print-circle bindings.
12076 (byte-compile-fix-header): Use #$ just because it's shorter.
12077 (byte-compile-output-file-form): Remove defun/defmacro.
12078
12079 2012-06-01 Martin Rudalics <rudalics@gmx.at>
12080
12081 * simple.el (choose-completion): Remove now obsolete binding for
12082 owindow.
12083
12084 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
12085
12086 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12087 in order to avoid "Stack overflow in regexp matcher".
12088
12089 2012-05-31 Glenn Morris <rgm@gnu.org>
12090
12091 * image.el: For clarity, call imagemagick-register-types at
12092 top-level, rather than relying on a custom :initialize.
12093 (imagemagick-types-enable): New option. (Bug#11557)
12094 (imagemagick-filter-types): New function. (Bug#7406)
12095 (imagemagick-register-types): Use imagemagick-filter-types.
12096 If disabling support, remove elements altogether rather
12097 than using an impossible regexp.
12098 (imagemagick-types-inhibit): Give it the default init function.
12099
12100 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12101
12102 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12103 Handle arbitrary file name lengths (Bug#11585).
12104
12105 2012-05-31 Martin Rudalics <rudalics@gmx.at>
12106
12107 * desktop.el (desktop-read): Clear previous and next buffers for
12108 all windows and bury *Messages* buffer (bug#11556).
12109
12110 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12111
12112 Add `declare' for `defun'. Align `defmacro's with it.
12113 * emacs-lisp/easy-mmode.el (define-minor-mode)
12114 (define-globalized-minor-mode): Don't autoload the var definitions.
12115 * emacs-lisp/byte-run.el: Use lexical-binding.
12116 (defun-declarations-alist, macro-declarations-alist): New vars.
12117 (defmacro, defun): Use them.
12118 (make-obsolete, define-obsolete-function-alias)
12119 (make-obsolete-variable, define-obsolete-variable-alias):
12120 Use `declare'.
12121 (macro-declaration-function): Mark obsolete.
12122 * emacs-lisp/autoload.el: Use lexical-binding.
12123 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
12124
12125 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12126
12127 * textmodes/ispell.el (ispell-with-no-warnings):
12128 Define as a macro.
12129 (ispell-kill-ispell, ispell-change-dictionary):
12130 Use `called-interactively-p' for Emacs instead of obsolete
12131 `interactive-p'.
12132
12133 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12136 (macro-declaration-function): Move var from C code.
12137 (macro-declaration-function): Define function with defalias.
12138 * emacs-lisp/macroexp.el (macroexpand-all-1):
12139 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12140 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12141 defun/defmacro any more.
12142 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12143 Provide fallback for unknown arglist.
12144 (byte-compile-arglist-warn): Change calling convention.
12145 (byte-compile-output-file-form): Move print-vars binding.
12146 (byte-compile-output-docform): Simplify accordingly.
12147 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12148 (byte-compile-defmacro-declaration): Remove.
12149 (byte-compile-file-form-defmumble): Generalize to defalias.
12150 (byte-compile-output-as-comment): Return byte-positions.
12151 Simplify callers accordingly.
12152 (byte-compile-lambda): Use `assert'.
12153 (byte-compile-defun, byte-compile-defmacro): Remove.
12154 (byte-compile-file-form-defalias):
12155 Use byte-compile-file-form-defmumble.
12156 (byte-compile-defalias-warn): Remove.
12157
12158 2012-05-29 Stefan Merten <smerten@oekonux.de>
12159
12160 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12161 possible. Fix authors. Improve comments. Improve loading of `cl'.
12162
12163 (rst-mode-abbrev-table): Merge definition.
12164 (rst-mode): Make sure `font-lock-defaults' is buffer local.
12165 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12166
12167 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
12168
12169 * calendar/icalendar.el
12170 (icalendar-export-region): Export UID properly.
12171
12172 2012-05-29 Leo Liu <sdl.web@gmail.com>
12173 * calendar/icalendar.el (icalendar-import-format):
12174 Add `icalendar-import-format-uid' (Bug#11525).
12175 (icalendar-import-format-uid): New.
12176 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12177 Export UID.
12178
12179 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12182 different alternative patterns.
12183 (pcase-codegen): Be more careful to preserve identity.
12184 (pcase--u1): Don't forget to mark vars as used.
12185
12186 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12187 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12188 (byte-compile-from-buffer): ...rather than here.
12189
12190 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12191 functions from byte-compile-function-environment.
12192
12193 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
12194
12195 * window.el (window-deletable-p): Avoid deleting the root window
12196 of a frame with an active minibuffer.
12197
12198 2012-05-29 Martin Rudalics <rudalics@gmx.at>
12199
12200 * simple.el (choose-completion): Use quit-window (Bug#11567).
12201
12202 2012-05-29 Chong Yidong <cyd@gnu.org>
12203
12204 * whitespace.el (whitespace-cleanup): Fix usage of
12205 whitespace-empty-at-bob-regexp (Bug#11492).
12206
12207 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12208
12209 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12210 revert (Bug#11488).
12211
12212 2012-05-29 Juri Linkov <juri@jurta.org>
12213
12214 * isearch.el (isearch-mode-map): Bind `M-s _' to
12215 `isearch-toggle-symbol'. Bind `M-s c' to
12216 `isearch-toggle-case-fold'.
12217 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12218 (isearch-forward): Add `M-s _' to the docstring.
12219 (isearch-forward-symbol, isearch-toggle-case-fold)
12220 (isearch-symbol-regexp): New functions. (Bug#11381)
12221
12222 2012-05-29 Juri Linkov <juri@jurta.org>
12223
12224 * isearch.el (isearch-word): Add docstring. (Bug#11381)
12225 (isearch-occur, isearch-search-and-update): If `isearch-word' is
12226 a function, call it to get the regexp.
12227 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12228 property `isearch-message-prefix' instead of the string "word ".
12229 (isearch-search-fun-default): For the case of `isearch-word',
12230 return a lambda that calls re-search-forward/re-search-backward
12231 with a regexp returned by `word-search-regexp' or by the function
12232 in `isearch-word'.
12233
12234 2012-05-29 Juri Linkov <juri@jurta.org>
12235
12236 * isearch.el (isearch-search-fun-default): New function.
12237 (isearch-search-fun): Move default part to the new function
12238 `isearch-search-fun-default'.
12239 (isearch-search-fun-function): Set the default value to
12240 `isearch-search-fun-default'. (Bug#11381)
12241
12242 * comint.el (comint-history-isearch-end):
12243 Use `isearch-search-fun-default'.
12244 (comint-history-isearch-search): Use `isearch-search-fun-default'
12245 and remove spacial case for `isearch-word'.
12246 (comint-history-isearch-wrap): Remove spacial case for
12247 `isearch-word'.
12248
12249 * hexl.el (hexl-isearch-search-function):
12250 Use `isearch-search-fun-default'.
12251
12252 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12253 Use `word-search-regexp' for `isearch-word'.
12254
12255 * misearch.el (multi-isearch-search-fun):
12256 Use `isearch-search-fun-default'.
12257
12258 * simple.el (minibuffer-history-isearch-search):
12259 Use `isearch-search-fun-default' and remove spacial case for
12260 `isearch-word'.
12261 (minibuffer-history-isearch-wrap): Remove spacial case for
12262 `isearch-word'.
12263
12264 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12265 Remove spacial case for `isearch-word'.
12266 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12267
12268 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12269
12270 Decrease XEmacs incompatibilities.
12271 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12272 Use `string-match'.
12273 (flyspell-delete-region-overlays): Use alternative definition for
12274 XEmacs.
12275 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12276 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12277 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12278 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12279 `define-obsolete-face-alias' under XEmacs, but old method.
12280
12281 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12282 `with-no-warnings' definition or Emacs alias.
12283 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12284 (ispell-word): Do not use `region-p' if XEmacs.
12285
12286 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12287
12288 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12289 Check for `ispell-dictionary-base-alist' instead of full
12290 `ispell-dictionary-alist'.
12291 (ispell-init-process): Show spellchecker when starting new Ispell
12292 process.
12293
12294 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12297 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12298
12299 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
12300
12301 * version.el (motif-version-string, gtk-version-string)
12302 (ns-version-string): Declare.
12303
12304 2012-05-27 Juri Linkov <juri@jurta.org>
12305
12306 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12307 after the `eval-defun-1' specialcaseing
12308 like in `edebug-eval-defun' (bug#10181).
12309
12310 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12311 like in `eval-defun-1'.
12312
12313 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12314
12315 * mail/sendmail.el (mail-yank-region):
12316 Recognize rmail-yank-current-message in addition to insert-buffer.
12317 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12318 a *mail* buffer created through rmail-start-mail with sendmail as
12319 mail-user-agent.
12320
12321 2012-05-27 Chong Yidong <cyd@gnu.org>
12322
12323 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12324 Default to 256 (Bug#11267).
12325
12326 * help.el (describe-mode): Doc fix.
12327
12328 2012-05-26 Glenn Morris <rgm@gnu.org>
12329
12330 * w32-fns.el (w32-init-info): Remove.
12331 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12332
12333 * info.el (info-initialize): For self-contained NS builds, put the
12334 included info/ directory at the front. (Bug#2791)
12335
12336 * paths.el (Info-default-directory-list): Make it a defcustom,
12337 mainly so that we can use custom-initialize-delay.
12338
12339 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12340
12341 * subr.el (buffer-has-markers-at): Mark obsolete.
12342
12343 * subr.el (lambda): Use declare.
12344
12345 * emacs-lisp/lisp-mode.el (lambda):
12346 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12347
12348 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12349
12350 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12351
12352 2012-05-26 Glenn Morris <rgm@gnu.org>
12353
12354 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12355
12356 2012-05-25 Glenn Morris <rgm@gnu.org>
12357
12358 * paths.el: Remove no-byte-compile.
12359 * loadup.el: No need to load paths.el uncompiled.
12360
12361 * image.el (imagemagick-types-inhibit): Doc fix.
12362
12363 * version.el: Remove no-byte-compile and associated formatting.
12364 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12365 is ancient code from when there was an "inc-vers.el".
12366
12367 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12368
12369 * progmodes/gdb-mi.el: Minor style changes.
12370 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12371 Turn into minor modes.
12372 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12373 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12374 (gdb-shell): Remove unneeded let-binding.
12375 (gdb-get-many-fields): Eliminate O(n²) behavior.
12376
12377 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12378
12379 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12380 platforms that don't link in fontset.c.
12381
12382 2012-05-25 Juri Linkov <juri@jurta.org>
12383
12384 Use the same diff color scheme as in modern VCSes (bug#10181).
12385
12386 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12387 to avoid confusion with `diff-added' that now uses green colors.
12388 (diff-removed): Use shades of red.
12389 (diff-added): Use shades of green.
12390 (diff-changed): Leave just the yellow color.
12391 (diff-use-changed-face): New variable.
12392 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12393 how to highlight context diff changes.
12394 (diff-refine-change): Use shades of yellow.
12395 (diff-refine-removed): New face that uses shades of red.
12396 (diff-refine-added): New face that uses shades of green.
12397 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12398 `diff-refine-removed' in the call to `smerge-refine-subst'
12399 depending on the value of `diff-use-changed-face'.
12400
12401 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12402 (smerge-other): Use shades of green.
12403 (smerge-base): Use shades of yellow.
12404 (smerge-refined-change): Empty face.
12405 (smerge-refined-removed): New face that uses shades of red.
12406 (smerge-refined-added): New face that uses shades of green.
12407 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12408 args `props-r' and `props-a', and use them. Doc fix.
12409 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12410 on its value use different faces `smerge-refined-change',
12411 `smerge-refined-removed', `smerge-refined-added' in the call to
12412 `smerge-refine-subst'.
12413
12414 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12415 Add face condition `min-colors 88' with shades of red.
12416 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12417 `min-colors 88' with shades of green.
12418 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12419 `min-colors 88' with shades of yellow.
12420
12421 2012-05-24 Glenn Morris <rgm@gnu.org>
12422
12423 * paths.el (prune-directory-list, remote-shell-program): Move to...
12424 * files.el (prune-directory-list, remote-shell-program): ...here.
12425 For the latter, delay initialization, prefer ssh, just search PATH.
12426
12427 * paths.el (term-file-prefix): Move to faces.el (the only user).
12428 * faces.el (term-file-prefix): Move here, make it a defcustom.
12429
12430 * paths.el (news-directory, news-path, news-inews-program):
12431 Move to gnus/nnspool.el.
12432
12433 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12434
12435 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12436 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12437 Make the latter a defcustom, with a delayed initialization.
12438
12439 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12440 These were deleted from Gnus itself late 2010.
12441
12442 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12443
12444 * progmodes/which-func.el (which-func-ff-hook):
12445 Check against user-error, not error.
12446
12447 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12448 cl-specs.el, which no longer exists.
12449
12450 2012-05-22 Glenn Morris <rgm@gnu.org>
12451
12452 * info.el (info-emacs-bug): New command.
12453 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12454 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12455
12456 2012-05-21 Glenn Morris <rgm@gnu.org>
12457
12458 * makefile.w32-in (update-subdirs-SH):
12459 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12460
12461 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12464
12465 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12466 Simplify Maven regexp, and make sure the file can't start with a space
12467 (bug#11517).
12468
12469 2012-05-21 Glenn Morris <rgm@gnu.org>
12470
12471 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12472 Scrap superfluous subshells.
12473
12474 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12477 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12478
12479 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12480
12481 * calc/calc.el (calc-ensure-consistent-units): New variable.
12482
12483 * calc/calc-units.el (math-consistent-units-p)
12484 (math-check-unit-consistency): New functions.
12485 (calc-quick-units, calc-convert-units):
12486 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12487 is non-nil.
12488 (calc-extract-units): Fix typo.
12489
12490 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12491
12492 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12493
12494 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12495 (flyspell-default-deplacement-commands): Don't spell check after
12496 repeated window/frame switches (e.g. triggered by mouse-movement).
12497 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12498 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12499 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12500 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12501 Remove unused vars.
12502 (flyspell-get-casechars, flyspell-get-not-casechars):
12503 Simplify; Don't bother removing a ] just to add it back.
12504 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12505
12506 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
12507
12508 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12509 New functions.
12510 (math-function-table): Add support for more C functions.
12511
12512 2012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12513
12514 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12515 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12516 Protect delay handling for otherchars against empty otherchars.
12517
12518 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12521 their respective macro declarations.
12522 * skeleton.el (define-skeleton):
12523 * progmodes/compile.el (define-compilation-mode):
12524 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12525 (define-ibuffer-filter):
12526 * emacs-lisp/generic.el (define-generic-mode):
12527 * emacs-lisp/easy-mmode.el (define-minor-mode)
12528 (define-globalized-minor-mode):
12529 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12530 * emacs-lisp/byte-run.el (defsubst):
12531 * custom.el (deftheme): Add doc-string metadata.
12532
12533 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12536
12537 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12540
12541 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12542 * emacs-lisp/cl-macs.el: Idem.
12543 * emacs-lisp/cl-specs.el: Remove.
12544
12545 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 Minor renaming of internal CL functions and variables.
12548 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12549 (cl--position): Rename from cl-position.
12550 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12551 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12552 (cl--random-state): Rename from *random-state*.
12553
12554 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12555
12556 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12557 parens around the arg list (bug#11499).
12558
12559 2012-05-17 Juri Linkov <juri@jurta.org>
12560
12561 * isearch.el (word-search-regexp, word-search-backward)
12562 (word-search-forward, word-search-backward-lax)
12563 (word-search-forward-lax): Move functions from search.c
12564 (bug#10145, bug#11381).
12565
12566 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12567
12568 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12569 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12570 Delay for otherchars as for normal word components.
12571
12572 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * minibuffer.el (completion--sifn-requote): Fix last change.
12575 (minibuffer-local-must-match-filename-map):
12576 Move define-obsolete-variable-alias before its var.
12577
12578 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12581
12582 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12583 behavior.
12584 (completion--string-equal-p): New function.
12585 (completion--twq-all): Use it to get better assertion failure data.
12586
12587 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12588 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12589 (shell--requote-argument): New functions.
12590 (shell-completion-vars): Use them.
12591 (shell--parse-pcomplete-arguments): Rename from
12592 shell-parse-pcomplete-arguments.
12593 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12594 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12595 Obey comint-file-name-quote-list.
12596
12597 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12598 (smie-indent-keyword): Use it.
12599
12600 2012-05-14 Stefan Merten <smerten@oekonux.de>
12601
12602 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12603
12604 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12605
12606 * net/rlogin.el (rlogin-mode-map): Fix last change.
12607
12608 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12609
12610 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12611 the following \r\n using a single `process-send-string', since the
12612 Lotus SMTP server refuses to accept any commands if they are sent
12613 with two `process-send-string's (Bug#11444).
12614
12615 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 * shell.el (shell-parse-pcomplete-arguments):
12618 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12619
12620 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12621
12622 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12623 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12624 (image-transform-width, image-transform-fit-width): New functions.
12625 (image-transform-properties): Use them.
12626 (image-transform-check-size): New function.
12627 (image-toggle-display-image): Use it (for testing).
12628 (image-transform-set-rotation): Reduce angle mod 360.
12629 Delete obsolete comment.
12630
12631 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12632
12633 * image-mode.el: Fix scaling (bug#11399).
12634 (image-transform-resize): Doc fix.
12635 (image-transform-properties): Default scale is 1 and height should
12636 be an integer.
12637
12638 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
12639
12640 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12641 than hard-coding `car', to fix misbehavior when moving forward.
12642
12643 2012-05-13 Chong Yidong <cyd@gnu.org>
12644
12645 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12646 (tabulated-list-entries, tabulated-list-padding)
12647 (tabulated-list-sort-key): Make permanent-local.
12648
12649 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12650 (electric-buffer-list): Put electric buffer menu
12651 command descriptions in this docstring, instead of the docstring
12652 of electric-buffer-menu-mode. Code cleanups.
12653 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12654 Electric-buffer-menu-mode.
12655 (electric-buffer-update-highlight): Minor code cleanup.
12656
12657 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12658
12659 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12660 (Bug#11447)
12661
12662 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12663
12664 Move define-obsolete-variable-alias before the var's definition.
12665 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12666 * tooltip.el (tooltip-hook):
12667 * textmodes/reftex-toc.el (reftex-toc-map):
12668 * textmodes/reftex-sel.el (reftex-select-label-map)
12669 (reftex-select-bib-map):
12670 * textmodes/reftex-index.el (reftex-index-map)
12671 (reftex-index-phrases-map):
12672 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12673 * progmodes/meta-mode.el (meta-mode-map):
12674 * novice.el (disabled-command-hook):
12675 * loadhist.el (unload-hook-features-list):
12676 * frame.el (blink-cursor):
12677 * files.el (find-file-not-found-hooks, write-file-hooks)
12678 (write-contents-hooks):
12679 * emulation/tpu-edt.el (GOLD-map):
12680 * emacs-lock.el (emacs-lock-from-exiting):
12681 * emacs-lisp/generic.el (generic-font-lock-defaults):
12682 * emacs-lisp/chart.el (chart-map):
12683 * dos-fns.el (register-name-alist):
12684 * dired-x.el (dired-omit-files-p):
12685 * desktop.el (desktop-enable):
12686 * cus-edit.el (custom-mode-hook):
12687 * buff-menu.el (buffer-menu-mode-hook):
12688 * bookmark.el (bookmark-read-annotation-text-func)
12689 (bookmark-exit-hooks):
12690 * allout.el (allout-mode-deactivate-hook)
12691 (allout-exposure-change-hook, allout-structure-added-hook)
12692 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12693 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12694 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12695 comes before the corresponding variable's definition.
12696
12697 2012-05-12 Chong Yidong <cyd@gnu.org>
12698
12699 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12700 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12701 (Buffer-menu-mode-map): Bind it.
12702 (Buffer-menu--pretty-name): Add a mouse-face property.
12703
12704 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12705
12706 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12707 (prolog-upper-case-string, prolog-lower-case-string)
12708 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12709 (prolog-use-smie, prolog-smie-grammar): New vars.
12710 (prolog-smie-forward-token, prolog-smie-backward-token)
12711 (prolog-smie-rules): New funs.
12712 (prolog-comment-indent): Remove.
12713 (prolog-mode-variables): Use default comment indentation instead.
12714 Setup SMIE.
12715 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12716 (prolog-mode): Don't call them any more.
12717 (prolog-electric-colon, prolog-electric-dash)
12718 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12719
12720 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12721
12722 * minibuffer.el (completion--twq-all): Again, allow case differences.
12723
12724 * term.el: Move keymap initialization code to be more idiomatic.
12725 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12726 (term-terminal-menu): Move initialization into declaration.
12727 (term-escape-char): Let the user set it in her .emacs.
12728
12729 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12730 Provide SMIE-based indentation (not enabled by default yet).
12731 (sh-mode-map): Don't bind electric keys.
12732 Use electric-pair-mode instead of skeleton-pair.
12733 (sh-assignment-regexp): Fit within 80 columns.
12734 (sh-indent-supported): Specify actual shell name instead of boolean.
12735 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12736 (sh-maybe-here-document): Use it. Make obsolete.
12737 (sh-electric-here-document-mode) New minor mode.
12738 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12739 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12740 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12741 (sh-smie-rc-grammar, sh-use-smie): New vars.
12742 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12743 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12744 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12745 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12746 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12747 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12748 (sh-set-shell): Use smie-setup if requested.
12749
12750 * term.el (term-set-escape-char): Properly set term-escape-char.
12751 See http://stackoverflow.com/questions/10524656.
12752
12753 2012-05-10 Chong Yidong <cyd@gnu.org>
12754
12755 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12756 Use url-generic-parse-url, and handle host names and Windows
12757 filenames properly.
12758 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12759 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12760 URL schemes to work on.
12761 (ffap--toggle-read-only): New function.
12762 (ffap-read-only, ffap-read-only-other-window)
12763 (ffap-read-only-other-frame): Use it.
12764 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12765 necessary for ffap-url-unwrap-remote.
12766
12767 2012-05-10 Dave Abrahams <dave@boostpro.com>
12768
12769 * cus-start.el (create-lockfiles): Add it.
12770
12771 2012-05-09 Chong Yidong <cyd@gnu.org>
12772
12773 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12774 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12775
12776 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12779
12780 2012-05-09 Chong Yidong <cyd@gnu.org>
12781
12782 * ansi-color.el (ansi-color-process-output): Check for validity of
12783 comint-last-output-start before using it. This avoids a bad
12784 interaction with gdb-mi's input/output buffer.
12785
12786 2012-05-09 Glenn Morris <rgm@gnu.org>
12787
12788 * files.el (dir-locals-read-from-file):
12789 Mention dir-locals in any error message.
12790
12791 2012-05-09 Chong Yidong <cyd@gnu.org>
12792
12793 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12794 package (Bug#11410).
12795
12796 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12797 variables into description.
12798
12799 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12802 shell-delimiter-argument-list (bug#11348).
12803 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12804
12805 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12806
12807 * textmodes/rst.el: Silence byte-compiler warnings.
12808 (rst-re-alist, rst-reset-section-caches): Move around.
12809 (rst-re): Use `characterp', not `char-valid-p'.
12810 (font-lock-beg, font-lock-end): Declare.
12811
12812 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12813 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12814
12815 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12816
12817 2012-05-08 Glenn Morris <rgm@gnu.org>
12818
12819 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12820
12821 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * vc/log-edit.el: Add GNU coding standards highlighting.
12824 (log-edit-font-lock-gnu-style)
12825 (log-edit-font-lock-gnu-keywords): New vars.
12826 (log-edit-font-lock-keywords): New fun.
12827 (log-edit-mode): Don't fold case in font-lock.
12828 (log-edit-font-lock-keywords): Do not assume case-folding.
12829
12830 * imenu.el: Misc cleanup. Make docstrings out of comments.
12831 Use lexical-binding.
12832 (imenu--index-alist, imenu--last-menubar-index-alist)
12833 (imenu-menubar-modified-tick): Use defvar-local.
12834 (imenu--split-menu): Remove unused var.
12835 (imenu--cleanup-seen): Declare as global.
12836 (imenu--cleanup): Use dolist.
12837
12838 * subr.el (defvar-local): Add debug spec and doc-string position.
12839
12840 2012-05-08 Glenn Morris <rgm@gnu.org>
12841
12842 * language/burmese.el, language/cham.el, language/czech.el:
12843 * language/english.el, language/georgian.el, language/greek.el:
12844 * language/japanese.el, language/khmer.el, language/korean.el:
12845 * language/lao.el, language/misc-lang.el, language/romanian.el:
12846 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12847 * language/thai.el, language/utf-8-lang.el:
12848 Remove no-byte-compile setting.
12849
12850 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12851
12852 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12853
12854 * progmodes/make-mode.el (makefile-browse):
12855 Remove unnecessary interactive. (Bug#11324)
12856
12857 2012-05-07 Glenn Morris <rgm@gnu.org>
12858
12859 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12860
12861 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12862
12863 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * loadup.el: Preload newcomment.el.
12866 * newcomment.el: Move autoload-only code to toplevel.
12867
12868 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12869 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12870 Handle new :right-align column property.
12871 (tabulated-list-print-col): Idem, plus use `display' text-property to
12872 try and preserve alignment for variable pitch fonts.
12873
12874 2012-05-07 Chong Yidong <cyd@gnu.org>
12875
12876 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12877 (tabulated-list-use-header-line): New var.
12878 (tabulated-list-init-header): Use it.
12879 (tabulated-list-print-fake-header): New function.
12880 (tabulated-list-print): Use it.
12881 (tabulated-list-sort-button-map): Add non-header-line commands.
12882 (tabulated-list-init-header): Add column name property to basic
12883 labels as well.
12884 (tabulated-list-col-sort): Handle non-header-line button case.
12885 (tabulated-list--sort-by-column-name): Fix a corner case.
12886
12887 * buff-menu.el (list-buffers--refresh):
12888 Handle Buffer-menu-use-header-line.
12889
12890 2012-05-06 Chong Yidong <cyd@gnu.org>
12891
12892 * buff-menu.el: Convert to Tabulated List mode.
12893 (Buffer-menu-buffer+size-width): Make obsolete.
12894 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12895 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12896 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12897 documentation into docstring of buffer-menu.
12898 (Buffer-menu-toggle-files-only): Add an informative message.
12899 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12900 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12901 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12902 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12903 (Buffer-menu-execute, Buffer-menu-select)
12904 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12905 (Buffer-menu-bury): Use Tabulated List machinery.
12906 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12907 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12908 Delete.
12909 (list-buffers--refresh): New function.
12910 (list-buffers-noselect): Use it.
12911 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12912 (Buffer-menu--pretty-file-name): New helper functions.
12913
12914 * loadup.el: Preload tabulated-list.
12915
12916 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12917 tabulated-list-sort-column.
12918 (tabulated-list-init-header): Add the initial aligning space even
12919 if tabulated-list-padding is zero.
12920
12921 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12922
12923 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12924 whose cdr is not a cons cell correctly (bug#11038).
12925
12926 2012-05-06 Chong Yidong <cyd@gnu.org>
12927
12928 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12929 Accept additional plist in column descriptors.
12930 (tabulated-list-init-header): Obey it.
12931 (tabulated-list-get-entry): New function.
12932 (tabulated-list-put-tag): Use it. Use string-width instead of
12933 length.
12934 (tabulated-list--column-number): New function.
12935 (tabulated-list-print): Use it.
12936 (tabulated-list-print-col): New function.
12937 Set `tabulated-list-column-name' property on each column's text.
12938 (tabulated-list-print-entry): Use it.
12939 (tabulated-list-delete-entry, tabulated-list-set-col):
12940 New functions.
12941 (tabulated-list-sort-column): New command (Bug#11337).
12942
12943 * buff-menu.el (list-buffers): Move C-x C-b binding from
12944 buff-menu.el to bindings.el.
12945
12946 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12947 :advertised-binding feature.
12948
12949 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12950
12951 * progmodes/compile.el (compilation-internal-error-properties):
12952 Calculate start position correctly when end-col is set but
12953 end-line is not (Bug#11382).
12954
12955 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12956
12957 * man.el (Man-unindent): Use text-property-default-nonsticky to
12958 prevent untabify from inheriting face properties (Bug#11408).
12959
12960 2012-05-05 Stefan Merten <smerten@oekonux.de>
12961
12962 * textmodes/rst.el: Major merge with upstream development up to
12963 Docutils SVN r7399 / rst.el V1.2.1.
12964
12965 Clarify maintainership and authors.
12966
12967 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12968 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12969 (rst-official-version, rst-official-cvs-rev, rst-version)
12970 (rst-package-emacs-version-alist): New functions and variables
12971 for version information.
12972
12973 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12974 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12975 (rst-mode-syntax-table, rst-mode): New and corrected functions
12976 and variables representing reStructuredText features.
12977
12978 (rst-re): New function for reStructuredText regexes. Use in
12979 many places.
12980
12981 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12982 (rst-mode-map): Rebind keys.
12983
12984 (rst-mode-lazy, rst-font-lock-keywords)
12985 (rst-font-lock-extend-region)
12986 (rst-font-lock-extend-region-internal)
12987 (rst-font-lock-extend-region-extend)
12988 (rst-font-lock-find-unindented-line-limit)
12989 (rst-font-lock-find-unindented-line-match)
12990 (rst-adornment-level, rst-font-lock-adornment-level)
12991 (rst-font-lock-adornment-match)
12992 (rst-font-lock-handle-adornment-pre-match-form)
12993 (rst-font-lock-handle-adornment-matcher): Major revision of
12994 font-locking. Integrate with other code. Use `jit-lock-mode'.
12995
12996 (rst-preferred-adornments, rst-adjust-hook)
12997 (rst-new-adornment-down, rst-preferred-bullets)
12998 (rst-preferred-bullets, rst-indent, rst-indent-width)
12999 (rst-indent-field, rst-indent-literal-normal)
13000 (rst-indent-literal-minimized, rst-indent-comment): Change,
13001 extend and improve customization.
13002
13003 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13004 (rst-normalize-cursor-position, rst-get-decoration)
13005 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13006 (rst-rstrip, rst-toc-insert-find-delete-contents)
13007 (rst-shift-fill-region, rst-compute-bullet-tabs)
13008 (rst-debug-print-tabs, rst-debug-mark-found)
13009 (rst-shift-region-guts, rst-shift-region-right)
13010 (rst-shift-region-left, rst-use-char-classes)
13011 (rst-font-lock-keywords-function)
13012 (rst-font-lock-indentation-point)
13013 (rst-font-lock-find-unindented-line-begin)
13014 (rst-font-lock-find-unindented-line-end)
13015 (rst-font-lock-find-unindented-line)
13016 (rst-font-lock-adornment-point, rst-font-lock-level)
13017 (rst-adornment-level-alist): Remove functions and variables.
13018
13019 (rst-compare-adornments, rst-get-adornment-match)
13020 (rst-suggest-new-adornment, rst-get-adornments-around)
13021 (rst-adornment-complete-p, rst-get-next-adornment)
13022 (rst-adjust-adornment, rst-display-adornments-hierarchy)
13023 (rst-straighten-adornments): Standardize function names to
13024 use "adornment" instead of "decoration". Correct callers.
13025 Similar standardizing in many places.
13026
13027 (rst-update-section, rst-adjust, rst-promote-region)
13028 (rst-enumerate-region, rst-bullet-list-region)
13029 (rst-repeat-last-character): Correct use of `interactive'.
13030
13031 (rst-classify-adornment, rst-find-all-adornments)
13032 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13033 (rst-find-leftmost-column, rst-repeat-last-character):
13034 Refactor functions.
13035
13036 (rst-find-title-line, rst-reset-section-caches)
13037 (rst-get-adornments-around, rst-adjust-adornment-work)
13038 (rst-arabic-to-roman, rst-roman-to-arabic)
13039 (rst-insert-list-pos, rst-insert-list-new-item)
13040 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13041 New functions.
13042
13043 (rst-all-sections, rst-section-hierarchy)
13044 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13045 New variables.
13046
13047 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13048 configuration instead of only buffer. Change where necessary.
13049
13050 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13051 (rst-shift-region, rst-adaptive-fill): New functions for
13052 indentation and filling.
13053
13054 (rst-comment-line-break, rst-comment-indent)
13055 (rst-comment-insert-comment, rst-comment-region)
13056 (rst-uncomment-region): New functions for handling comments.
13057
13058 (rst-compile): Quote shell arguments.
13059
13060 (rst-compile-pdf-preview, rst-compile-slides-preview):
13061 Delete temporary files after use.
13062
13063 2012-05-05 Glenn Morris <rgm@gnu.org>
13064
13065 * calendar/cal-html.el: Optionally include holidays in the output.
13066 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13067 (cal-html-holidays): New option.
13068 (cal-html-css-default): Add holiday entry.
13069 (holiday-in-range): Autoload it.
13070 (cal-html-htmlify-entry): Add optional class argument.
13071 (cal-html-htmlify-list): Add optional holidays argument.
13072 (cal-html-insert-agenda-days): Include holidays in the output.
13073 (cal-html-one-month): Maybe include holidays.
13074
13075 * calendar/holidays.el (holiday-in-range):
13076 Move here from cal-tex-list-holidays.
13077 * calendar/cal-tex.el (cal-tex-list-holidays):
13078 Make it an obsolete alias for holiday-in-range. Update all callers.
13079
13080 2012-05-05 Chong Yidong <cyd@gnu.org>
13081
13082 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13083 Nextstep.
13084
13085 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
13086
13087 * files.el (file-auto-mode-skip): New var.
13088 (set-auto-mode-1): Use it.
13089
13090 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13091
13092 * repeat.el: Use lexical-binding.
13093 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13094 (repeat-undo-count): Remove.
13095 (repeat):
13096 * progmodes/octave-mod.el (octave-abbrev-start):
13097 * progmodes/f90.el (f90-abbrev-start):
13098 * face-remap.el (text-scale-adjust):
13099 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13100
13101 * emacs-lisp/pcase.el (pcase--let*): New function.
13102 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13103 a bit more.
13104 (pcase--split-pred): Be more clever about ruling out overlap between
13105 a predicate and some constant pattern.
13106 (pcase--q1): Use `null' instead of (eq foo nil).
13107
13108 * subr.el (setq-local, defvar-local): New macros.
13109 (kbd): Redefine as an alias.
13110 (with-selected-window): Leave unrelated frames alone.
13111 (set-temporary-overlay-map): New function.
13112
13113 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13114
13115 * subr.el (user-error): New function.
13116 * window.el (switch-to-buffer):
13117 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13118 (smerge-match-conflict):
13119 * simple.el (previous-matching-history-element)
13120 (next-matching-history-element, goto-history-element, undo-more)
13121 (undo-start):
13122 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13123 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13124 (next-file, tags-loop-scan, list-tags, complete-tag):
13125 * progmodes/compile.el (compilation-loop):
13126 * mouse.el (mouse-minibuffer-check):
13127 * man.el (Man-bgproc-sentinel, Man-goto-page):
13128 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13129 (Info-history-forward, Info-follow-reference, Info-menu)
13130 (Info-extract-menu-item, Info-extract-menu-counting)
13131 (Info-forward-node, Info-backward-node, Info-next-menu-item)
13132 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13133 (Info-next-reference, Info-prev-reference, Info-index)
13134 (Info-index-next, Info-follow-nearest-node)
13135 (Info-copy-current-node-name):
13136 * imenu.el (imenu--make-index-alist)
13137 (imenu-default-create-index-function, imenu-add-to-menubar):
13138 * files.el (basic-save-buffer, recover-file):
13139 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13140 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13141 (checkdoc-message-text, checkdoc-defun):
13142 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13143 * cus-edit.el (customize-changed-options, customize-rogue)
13144 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13145 (custom-variable-mark-to-reset-standard)
13146 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13147 (custom-file):
13148 * completion.el (check-completion-length):
13149 * comint.el (comint-search-arg)
13150 (comint-previous-matching-input-string-position)
13151 (comint-previous-matching-input)
13152 (comint-replace-by-expanded-history-before-point, comint-send-input)
13153 (comint-copy-old-input, comint-backward-matching-input)
13154 (comint-goto-process-mark, comint-set-process-mark):
13155 * calendar/calendar.el (calendar-cursor-to-date): Use it.
13156 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13157
13158 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 * dabbrev.el (dabbrev--ignore-case-p): New function.
13161 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13162 Use it.
13163
13164 * files.el (automount-dir-prefix): Mark as obsolete.
13165
13166 2012-05-04 Glenn Morris <rgm@gnu.org>
13167
13168 * patcomp.el, play/bruce.el: Move to obsolete/.
13169
13170 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
13171
13172 Fix minor Y10k bugs.
13173 * arc-mode.el (archive-unixdate):
13174 * autoinsert.el (auto-insert-alist):
13175 * calc/calc-forms.el (math-this-year):
13176 * emacs-lisp/copyright.el (copyright-current-year)
13177 (copyright-update-year, copyright):
13178 * tar-mode.el (tar-clip-time-string):
13179 * time.el (display-time-update):
13180 Don't assume years have 4 digits.
13181
13182 2012-05-04 Chong Yidong <cyd@gnu.org>
13183
13184 * dos-w32.el (file-name-buffer-file-type-alist)
13185 (direct-print-region-use-command-dot-com):
13186 * ffap.el (ffap-menu-regexp):
13187 * find-file.el (ff-special-constructs):
13188 * follow.el (follow-debug):
13189 * forms.el (forms--debug):
13190 * iswitchb.el (iswitchb-all-frames):
13191 * ido.el (ido-all-frames):
13192 * emacs-lisp/timer.el (timer-max-repeats):
13193 * mail/feedmail.el (feedmail-mail-send-hook)
13194 (feedmail-mail-send-hook-queued):
13195 * mail/footnote.el (footnote-signature-separator):
13196 * mail/mailabbrev.el (mail-alias-separator-string)
13197 (mail-abbrev-mode-regexp):
13198 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13199 * progmodes/idlwave.el (idlwave-libinfo-file)
13200 (idlwave-default-completion-case-is-down)
13201 (idlwave-library-routines): Convert defvars to defcustoms.
13202
13203 * mail/rmail.el (rmail-decode-mime-charset):
13204 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13205 (idlwave-shell-fix-inserted-breaks)
13206 (idlwave-shell-activate-alt-keybindings)
13207 (idlwave-shell-use-breakpoint-glyph):
13208 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13209
13210 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13213
13214 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
13215
13216 * progmodes/verilog-mode.el (font-lock-keywords):
13217 Fix mis-highligting auto. Reported by Craig Barner.
13218 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13219 defines from global name space. Reported by Dan Dever.
13220 (verilog-auto-reset, verilog-auto-reset-widths)
13221 (verilog-auto-tieoff): Support using unbased numbers for
13222 AUTORESET and AUTOTIEOFF.
13223 (verilog-submit-bug-report): Update variable list.
13224 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13225 parenthesis from not matching. Reported by Michael Rytting.
13226 (verilog-auto-template-lint): Fix hash error when linting modules
13227 with no used templates.
13228 (verilog-warn, verilog-warn-error)
13229 (verilog-warn-fatal): When non-interactive report multiple
13230 warnings before exiting. Suggested by Brad Dobbie.
13231 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13232 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13233 to report unused template errors. Reported by Brad Dobbie.
13234 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13235 nets, bug438. Reported by Vns Blore.
13236 (verilog-auto-inout-module, verilog-auto-reg)
13237 (verilog-read-decls, verilog-read-sub-decls-sig)
13238 (verilog-signals-edit-wire-reg, verilog-signals-with):
13239 Fix passing of Verilog data types in ANSI input/output ports
13240 such as "output logic" into the AUTOs. Special case "wire" and
13241 "reg" for backwards compatibility presuming Verilog 2001.
13242 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13243 (verilog-preprocess): Fix replication of preprocess output.
13244 Reported by Brad Dobbie.
13245 (verilog-auto-inst-interfaced-ports):
13246 Create verilog-auto-inst-interfaced-ports, bug429.
13247 Reported by Julian Gorfajn.
13248 (verilog-after-save-font-hook)
13249 (verilog-before-save-font-hook): New variable.
13250 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13251 (verilog-save-font-mods): Wrap disabling fontification, reported
13252 by David Rogoff.
13253 (verilog-do-indent, verilog-pretty-declarations-auto)
13254 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13255 Reported by Pierre-David Pfister.
13256 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13257 of class declarations, bug292. Reported by Kevin Heilman.
13258 (verilog-read-decls): Fix 'parameter type' not appearing in
13259 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13260 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13261 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
13262 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13263 Reported by David Kravitz.
13264
13265 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
13266
13267 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13268 assignment with tests in ifs and for loops.
13269 (verilog-extended-complete-re, verilog-complete-reg): Change so
13270 that DPI inport functions don't look like fuction declarations.
13271 (verilog-pretty-expr): Don't line up assignment
13272 operations to the test and increment in if and for loops
13273 (verilog-extended-complete-re, verilog-complete-reg): Change so
13274 that DPI inport functions don't look like fuction declarations.
13275
13276 2012-05-03 Kenichi Handa <handa@m17n.org>
13277
13278 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13279 decoding, and show a warning message without signaling an error
13280 (Bug#11282).
13281
13282 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13283
13284 * emacs-lisp/bytecomp.el
13285 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13286 since cconv.el might have introduced :fun-body, internal-make-closure,
13287 and friends for bytecomp to handle (bug#11391).
13288 * custom.el (defcustom): Avoid ((λ ..) ..).
13289
13290 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13293
13294 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
13295
13296 * notifications.el (dbus-debug):
13297 * term/linux.el (gpm-mouse-enable):
13298 * term/screen.el (xterm-register-default-colors): Declare.
13299
13300 2012-05-02 Chong Yidong <cyd@gnu.org>
13301
13302 * cus-start.el (gc-cons-percentage, exec-suffixes)
13303 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13304 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13305 (make-cursor-line-fully-visible, void-text-area-pointer)
13306 (font-list-limit): Add customization data.
13307
13308 * allout.el (allout-exposure-change-functions)
13309 (allout-structure-added-functions)
13310 (allout-structure-deleted-functions)
13311 (allout-structure-shifted-functions): Rename abnormal hooks from
13312 *-hook, and convert to defcustoms.
13313 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13314 Convert to defcustoms.
13315 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13316
13317 * allout-widgets.el: Hook callers changed.
13318
13319 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13320
13321 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13322 the yanked message in preference to the default value of
13323 buffer-file-coding-system.
13324
13325 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13326
13327 * window.el (display-buffer--action-function-custom-type):
13328 Fix entry.
13329
13330 2012-05-02 Alan Mackenzie <acm@muc.de>
13331
13332 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13333
13334 2012-05-01 Glenn Morris <rgm@gnu.org>
13335
13336 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13337
13338 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13339
13340 * cus-edit.el (custom-variable-documentation): Simplify with format.
13341
13342 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13343 Stefan Monnier <monnier@iro.umontreal.ca>
13344
13345 * simple.el (suggest-key-bindings, execute-extended-command):
13346 Move from keyboard.c.
13347
13348 2012-05-01 Chong Yidong <cyd@gnu.org>
13349
13350 * follow.el: Eliminate advice.
13351 (set-process-filter, process-filter, sit-for): Advice deleted.
13352 (follow-mode-off-hook): Obsolete hook removed.
13353 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13354 Vars deleted.
13355 (follow-auto): Use a :set function.
13356 (follow-mode): Rewritten. Don't advise process filters.
13357 (follow-switch-to-current-buffer-all, follow-scroll-up)
13358 (follow-scroll-down): Assume follow-mode is bound.
13359 (follow-comint-scroll-to-bottom)
13360 (follow-align-compilation-windows): New functions.
13361 (follow--window-sorter): New function.
13362 (follow-all-followers): Use it to explicitly sort windows by their
13363 positions; don't make assumptions about next-window order.
13364 (follow-windows-start-end, follow-delete-other-windows-and-split)
13365 (follow-calc-win-start): Doc fix.
13366 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13367 vertical-motion unnecessarily.
13368 (follow-adjust-window): New function.
13369 (follow-post-command-hook): Use it.
13370 (follow-call-set-process-filter, follow-call-process-filter)
13371 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13372 (follow-stop-intercept-process-output, follow-generic-filter):
13373 Functions deleted.
13374 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13375 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13376 New functions, replacing advice on scroll-bar-* commands.
13377 (follow-mwheel-scroll): New function (Bug#4112).
13378
13379 * comint.el (comint-adjust-point): New function.
13380 (comint-postoutput-scroll-to-bottom): Use it.
13381 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13382
13383 2012-05-01 Glenn Morris <rgm@gnu.org>
13384
13385 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13386 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13387 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13388 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13389 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13390 Remove no-byte-compile setting.
13391
13392 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13395 all-completions code to not return a number in the last cdr.
13396
13397 2012-04-30 Leo Liu <sdl.web@gmail.com>
13398
13399 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13400 read-only error.
13401
13402 2012-04-29 Chong Yidong <cyd@gnu.org>
13403
13404 * follow.el (follow-calc-win-end): Rewrite to handle partial
13405 screen lines correctly (Bug#8390).
13406 (follow-avoid-tail-recenter): Minor cleanup.
13407
13408 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13409
13410 Avoid the obsolete `assoc' package.
13411 * speedbar.el (speedbar-refresh): Avoid adelete.
13412 (speedbar-file-lists): Simplify and avoid aput.
13413 * man.el (Man--sections, Man--refpages): New vars, replacing
13414 Man-sections-alist and Man-refpages-alist.
13415 (Man-build-section-alist, Man-build-references-alist):
13416 Use them; avoid aput.
13417 (Man--last-section, Man--last-refpage): New vars.
13418 (Man-follow-manual-reference): Use them.
13419 Use the `default' arg of completing-read.
13420 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13421
13422 2012-04-27 Chong Yidong <cyd@gnu.org>
13423
13424 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13425
13426 * startup.el (x-apply-session-resources): New function.
13427
13428 * term/ns-win.el (ns-initialize-window-system):
13429 * term/w32-win.el (w32-initialize-window-system):
13430 * term/x-win.el (x-initialize-window-system): Use it to properly
13431 set menu-bar-mode and other vars from X resources, even if the
13432 initial frame is not a window-system frame (Bug#2299).
13433
13434 * subr.el (read-key): Avoid running filter function when setting
13435 up temporary tool bar entries (Bug#9922).
13436
13437 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13438
13439 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13440 (Bug#11344)
13441
13442 2012-04-27 Chong Yidong <cyd@gnu.org>
13443
13444 * select.el (xselect--encode-string): New function, split from
13445 xselect-convert-to-string.
13446 (xselect-convert-to-string): Use it.
13447 (xselect-convert-to-filename, xselect-convert-to-os)
13448 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13449 returned strings are properly encoded (Bug#11315).
13450
13451 2012-04-27 Chong Yidong <cyd@gnu.org>
13452
13453 * simple.el (delete-active-region): Move to killing custom group.
13454
13455 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13456
13457 * progmodes/which-func.el (which-func-current): Quote %
13458 characters for mode-line processing.
13459
13460 2012-04-27 Chong Yidong <cyd@gnu.org>
13461
13462 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13463 reaching eob (Bug#11286).
13464
13465 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13466
13467 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13468 (gdb): Make it buffer-local and init to zero.
13469 (gdb-control-commands-regexp): New variable.
13470 (gdb-send): Don't wrap in "-interpreter-exec console" if
13471 gdb-control-level is positive. Increment gdb-control-level
13472 whenever the command matches gdb-control-commands-regexp, and
13473 decrement it each time the command is "end". (Bug#11279)
13474
13475 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13476
13477 * window.el (adjust-window-trailing-edge, enlarge-window)
13478 (shrink-window, window-resize):
13479 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13480 windows (Bug#11276).
13481
13482 2012-04-27 Chong Yidong <cyd@gnu.org>
13483
13484 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13485 fix "missing prefix" warning. All callers changed.
13486
13487 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13488
13489 * emacs-lisp/assoc.el: Move to obsolete/.
13490
13491 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13494
13495 * term/ns-win.el (ns-define-service):
13496 * progmodes/pascal.el (pascal-goto-defun):
13497 * progmodes/js.el (js--read-tab):
13498 * progmodes/etags.el (tags-lazy-completion-table):
13499 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13500 * emacs-lisp/ewoc.el (ewoc--wrap):
13501 * emacs-lisp/assoc.el (aput, adelete, amake):
13502 * doc-view.el (doc-view-convert-current-doc):
13503 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13504
13505 2012-04-26 Chong Yidong <cyd@gnu.org>
13506
13507 * image.el (image-type-from-buffer): Only return supported image
13508 type (Bug#9045).
13509
13510 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13511 value, for symmetry with diff-end-of-hunk.
13512 (diff-split-hunk, diff-find-source-location)
13513 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13514 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13515 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13516 compute the relevant hunk or file properly (Bug#6005).
13517 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13518
13519 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * vc/vc-mtn.el:
13522 * vc/vc-hg.el:
13523 * vc/vc-git.el:
13524 * vc/vc-dir.el:
13525 * vc/vc-cvs.el:
13526 * vc/vc-bzr.el:
13527 * vc/vc-arch.el:
13528 * vc/vc.el: Replace lexical-let by lexical-binding.
13529 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13530 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13531 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13532
13533 2012-04-26 Chong Yidong <cyd@gnu.org>
13534
13535 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13536 (diff-mode-shared-map): Bind it to / and [remap undo].
13537
13538 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13539 (ediff-window-setup-function): Use it as the default, to set up
13540 windows based on whether the current frame is graphical (Bug#2138).
13541 (ediff-choose-window-setup-function-automatically): Make obsolete.
13542
13543 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13544
13545 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * ffap.el: Remove old code for obsolete package.
13548 (ffap-complete-as-file-p): Remove.
13549
13550 Use completion-table-with-quoting for comint and pcomplete.
13551 * comint.el (comint--unquote&requote-argument)
13552 (comint--unquote-argument, comint--requote-argument): New functions.
13553 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13554 (comint-quote-filename): Use regexp-opt-charset.
13555 (comint--common-suffix, comint--common-quoted-suffix)
13556 (comint--table-subvert): Remove.
13557 (comint-unquote-function, comint-requote-function): New vars.
13558 (comint--complete-file-name-data): Use them with
13559 completion-table-with-quoting.
13560 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13561 * pcomplete.el (pcomplete-arg-quote-list)
13562 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13563 (pcomplete-unquote-argument-function): Default to non-nil.
13564 (pcomplete-unquote-argument): Simplify.
13565 (pcomplete--common-quoted-suffix): Remove.
13566 (pcomplete-requote-argument-function): New var.
13567 (pcomplete--common-suffix): New function.
13568 (pcomplete-completions-at-point): Use completion-table-with-quoting
13569 and completion-table-subvert.
13570
13571 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13572 (minibuffer--double-dollars): Preserve properties.
13573 (completion--sifn-requote): New function.
13574 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13575
13576 * minibuffer.el: Add support for completion of quoted/escaped data.
13577 (completion-table-with-quoting, completion-table-subvert): New funs.
13578 (completion--twq-try, completion--twq-all): New functions.
13579 (completion--nth-completion): New function.
13580 (completion-try-completion, completion-all-completions): Use it.
13581
13582 2012-04-25 Leo Liu <sdl.web@gmail.com>
13583
13584 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13585 Use compilation-message if available to find real filename.
13586
13587 2012-04-25 Chong Yidong <cyd@gnu.org>
13588
13589 * vc/diff-mode.el (diff-setup-whitespace): New function.
13590 (diff-mode): Use it.
13591
13592 * vc/diff.el (diff-sentinel):
13593 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13594 Whitespace mode variables based on diff style (Bug#8612).
13595
13596 2012-04-25 Leo Liu <sdl.web@gmail.com>
13597
13598 * progmodes/python.el (python-send-region): Add suffix .py to the
13599 temp file.
13600
13601 * files.el (auto-mode-alist): Use javascript-mode instead.
13602
13603 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13604
13605 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13606
13607 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13608 (soap-resolve-references-for-array-type): Hack to prevent self
13609 references, see Bug#9.
13610 (soap-parse-envelope): Report the contents of the 'detail' node
13611 when receiving a fault reply.
13612 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13613
13614 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13615 (soap-inspect-simple-type): New function.
13616
13617 * net/soap-client.el (soap-simple-type): New struct.
13618 (soap-default-xsd-types, soap-default-soapenc-types)
13619 (soap-decode-basic-type, soap-encode-basic-type):
13620 support unsignedInt and double basic types.
13621 (soap-resolve-references-for-simple-type)
13622 (soap-parse-simple-type, soap-encode-simple-type): New function.
13623 (soap-parse-schema): Parse xsd:simpleType declarations.
13624
13625 * net/soap-client.el (soap-default-xsd-types)
13626 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13627 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13628 the local name of "soapenc:Array".
13629 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13630 decoding integer, byte and anyURI xsd types.
13631
13632 2012-04-25 Chong Yidong <cyd@gnu.org>
13633
13634 * cus-edit.el (custom-buffer-create-internal): Update header text.
13635
13636 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13637
13638 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13639 settings on 'system-type', not on 'window-system'. On MS-Windows,
13640 set interactive-mode on in GDB.
13641
13642 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13643
13644 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13645 (ruby-syntax-propertize-regexp): Remove.
13646 (ruby-syntax-propertize-function): Split regexp into chunks.
13647 Match following code directly.
13648
13649 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13650
13651 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13652 (ruby-syntax-propertize-regexp): New function.
13653 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13654 by a special keyword.
13655
13656 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13657 (ruby-syntax-general-delimiters-goto-beg)
13658 (ruby-syntax-propertize-general-delimiters): New functions.
13659 (ruby-syntax-propertize-function): Use them to handle GDL.
13660 (ruby-font-lock-keywords): Move old handling of GDL...
13661 (ruby-font-lock-syntactic-keywords): .. to here.
13662 (ruby-calculate-indent): Adjust indentation for GDL.
13663
13664 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13665
13666 * notifications.el (top): Remove unneeded declarations.
13667 (notifications-specification-version): Change to "1.2".
13668 (notifications-interface, notifications-notify-method)
13669 (notifications-close-notification-method): Fix docstring.
13670 (notifications-get-capabilities-method): New defconst.
13671 (notifications-notify): Add :action-items, :resident and
13672 :transient hints. Change "image_data" to "image-data" and
13673 "image_path" to "image-path".
13674 (notifications-get-capabilities): New defun.
13675
13676 2012-04-24 Leo Liu <sdl.web@gmail.com>
13677
13678 * progmodes/python.el: Move hideshow setup to the end.
13679
13680 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13681
13682 * window.el (handle-select-window): Clear echo area since this is
13683 no more done by read_char (Bug#11304).
13684
13685 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13686
13687 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13688 and `/ M' to filter-derived-mode.
13689 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13690 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13691 (ibuffer-mark-by-mode): Use default rather than initial-input.
13692 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13693
13694 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13695
13696 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13697 (ibuffer-filter-by-derived-mode): New filter.
13698 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13699
13700 2012-04-23 Andreas Politz <politza@fh-trier.de>
13701
13702 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13703
13704 2012-04-23 Chong Yidong <cyd@gnu.org>
13705
13706 * cus-edit.el (customize-apropos, customize-apropos-options):
13707 Disable matching of non-option variables (Bug#11176).
13708 (customize-option, customize-option-other-window)
13709 (customize-changed-options): Doc fix.
13710 (customize-apropos-options, customize-apropos-faces)
13711 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13712
13713 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13714 Fix word list splitting (Bug#11132).
13715 (apropos-symbol, apropos-keybinding, apropos-label)
13716 (apropos-property, apropos-function-button)
13717 (apropos-variable-button, apropos-misc-button): New faces.
13718 (apropos-symbol-face, apropos-keybinding-face)
13719 (apropos-label-face, apropos-property-face, apropos-match-face):
13720 Variables removed (Bug#8396).
13721 (apropos-library-button, apropos-format-plist, apropos-print)
13722 (apropos-print-doc, apropos-describe-plist): Callers changed.
13723
13724 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13725
13726 * net/xesam.el (xesam-mode-map): Use let-bound map in
13727 initialization. (Bug#11292)
13728
13729 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13730
13731 Preserve ispell session localwords when switching back to
13732 original buffer.
13733
13734 * textmodes/ispell.el (ispell-buffer-session-localwords):
13735 New buffer-local variable to hold buffer session localwords.
13736 (ispell-kill-ispell): Add option 'clear to delete session
13737 localwords.
13738 (ispell-command-loop, ispell-change-dictionary)
13739 (ispell-buffer-local-words): Preserve session localwords when
13740 needed.
13741
13742 * textmodes/flyspell.el (flyspell-process-localwords)
13743 (flyspell-do-correct): Preserve session localwords when needed.
13744
13745 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13746
13747 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13748 using obsolete `translation-table-for-input'.
13749 (ispell-word, ispell-process-line, ispell-complete-word):
13750 Use plain `insert' instead of removed `ispell-insert-word'.
13751
13752 2012-04-22 Chong Yidong <cyd@gnu.org>
13753
13754 * cus-edit.el (custom-variable-menu)
13755 (custom-variable-reset-saved, custom-face-menu)
13756 (custom-face-reset-saved): If there is no saved value, make the
13757 "reset-saved" operation bring back the default (Bug#9509).
13758 (custom-face-state): Properly detect themed faces.
13759
13760 * faces.el (face-spec-set): Stop supporting deprecated form of
13761 third arg.
13762
13763 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13764
13765 Move functions from C to Lisp. Make non-blocking method calls
13766 the default. Implement further D-Bus standard interfaces.
13767
13768 * net/dbus.el (dbus-message-internal): Declare function.
13769 Remove unneeded function declarations.
13770 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13771 (dbus-message-type-method-return, dbus-message-type-error)
13772 (dbus-message-type-signal): Declare variables. Remove local
13773 definitions.
13774 (dbus-interface-dbus, dbus-interface-peer)
13775 (dbus-interface-introspectable, dbus-interface-properties)
13776 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13777 Adapt docstring.
13778 (dbus-interface-objectmanager): New defconst.
13779 (dbus-call-method, dbus-call-method-asynchronously)
13780 (dbus-send-signal, dbus-method-return-internal)
13781 (dbus-method-error-internal, dbus-register-service)
13782 (dbus-register-signal, dbus-register-method): New defuns, moved
13783 from dbusbind.c
13784 (dbus-call-method-handler, dbus-setenv)
13785 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13786 New defuns.
13787 (dbus-call-method-non-blocking): Make it an obsolete function.
13788 (dbus-unregister-object, dbus-unregister-service)
13789 (dbus-handle-event, dbus-register-property)
13790 (dbus-property-handler): Obey the new structure of
13791 `bus-registered-objects'.
13792 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13793 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13794 Use `dbus-call-method'.
13795
13796 2012-04-22 Chong Yidong <cyd@gnu.org>
13797
13798 * cus-edit.el (custom-commands, custom-reset-menu)
13799 (Custom-reset-standard): Tweak labels.
13800 (custom-reset-button-menu): Change default to t.
13801 (custom-buffer-create-internal): For the custom-reset-button-menu
13802 case, put the revert button first.
13803 (custom-group-subtitle): New face.
13804 (custom-group-value-create): Align docstring to a specific column.
13805
13806 * wid-edit.el (widget-documentation-link-add): Don't handle
13807 indentation in this function.
13808 (widget-documentation-string-indent-to): New function.
13809 (widget-documentation-string-value-create): Use it.
13810
13811 * autorevert.el (auto-revert):
13812 * epg-config.el (epg):
13813 * ibuffer.el (ibuffer):
13814 * mpc.el (mpc):
13815 * ses.el (ses):
13816 * eshell/eshell.el (eshell):
13817 * net/ange-ftp.el (ange-ftp):
13818 * progmodes/ebnf2ps.el (postscript):
13819 * progmodes/flymake.el (flymake):
13820 * progmodes/prolog.el (prolog):
13821 * progmodes/verilog-mode.el (verilog-mode):
13822 * progmodes/which-func.el (which-func):
13823 * term/xterm.el (xterm):
13824 * textmodes/picture.el (picture):
13825 * textmodes/tildify.el (tildify):
13826 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13827 customization buffers.
13828
13829 2012-04-22 Alan Mackenzie <acm@muc.de>
13830
13831 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13832 Adding a ) can hide the resulting (..) from searches. Fix it.
13833 Bound the backward search to the position of the existing (.
13834
13835 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13836
13837 * progmodes/verilog-mode.el (verilog-mode): Check whether
13838 which-func-modes is t before adding verilog-mode.
13839 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13840
13841 2012-04-21 Leo Liu <sdl.web@gmail.com>
13842
13843 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13844
13845 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13846
13847 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13848 filling of the last column of a table (Bug#5635).
13849 (woman-find-next-control-line): New arg, specifying an additional
13850 regexp component for the control line.
13851 (woman2-roff-buffer): Use it.
13852 (woman-break-table): New function.
13853 (woman2-TS): Use it.
13854
13855 2012-04-21 Chong Yidong <cyd@gnu.org>
13856
13857 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13858 (woman-horizontal-escapes, woman-negative-vertical-space)
13859 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13860 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13861
13862 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * minibuffer.el (completion-file-name-table): Complete user names.
13865
13866 2012-04-20 Leo Liu <sdl.web@gmail.com>
13867
13868 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13869 and pcase-let*.
13870
13871 2012-04-20 Chong Yidong <cyd@gnu.org>
13872
13873 * server.el (server-execute): Respect initial-buffer-choice if it
13874 is a string and there are no files to open (Bug#2825).
13875 (server-create-window-system-frame, server-create-tty-frame):
13876 Don't switch buffers here.
13877 (server-process-filter): Only try to open a window system frame if
13878 compiled with graphical support (Bug#8314).
13879
13880 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13881
13882 * battery.el (battery-echo-area-format): Display remaining time
13883 for sysfs backend too (Bug#11269).
13884 (battery-linux-sysfs): Fix conditional for the charge.
13885
13886 2012-04-20 Chong Yidong <cyd@gnu.org>
13887
13888 * progmodes/gdb-mi.el (gdb): Revert previous change.
13889 (gdb-inferior-io--init-proc): New function.
13890 (gdb-init-1): Use it.
13891 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13892 responsible for allocating a new pty and hooking it to gdb when
13893 the old pty gets an EIO due to process exit.
13894 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13895 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13896 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13897
13898 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13899
13900 * window.el (window-min-size, window-sizable, window-min-delta)
13901 (window-max-delta, window--resizable, window-resizable)
13902 (window-total-size, window-full-height-p, window-full-width-p)
13903 (window-in-direction, window--resize-mini-window, window-resize)
13904 (window--resize-child-windows-normal)
13905 (window--resize-child-windows, window--resize-siblings)
13906 (window--resize-this-window, adjust-window-trailing-edge)
13907 (enlarge-window, shrink-window): Doc fixes.
13908
13909 2012-04-20 Chong Yidong <cyd@gnu.org>
13910
13911 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13912 New function to call delete-process on the gdb-inferior buffer's pty.
13913 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13914 pty process (Bug#11273).
13915 (gdb-update): New arg to suppress talking to the gdb process.
13916 (gdb-done-or-error): Use it.
13917 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13918 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13919 sentinel not being called.
13920
13921 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13922
13923 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13924
13925 2012-04-20 Glenn Morris <rgm@gnu.org>
13926
13927 * net/network-stream.el (open-network-stream): Doc fix.
13928
13929 2012-04-20 Chong Yidong <cyd@gnu.org>
13930
13931 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13932
13933 2012-04-20 Alan Mackenzie <acm@muc.de>
13934
13935 Ensure searching for keywords is case sensitive.
13936
13937 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13938 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13939 (c-defun-name, c-mark-function, c-cpp-define-name)
13940 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13941 (c-context-line-break): Bind case-fold-search to nil.
13942
13943 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13944 Bind case-fold-search to nil.
13945
13946 2012-04-20 Chong Yidong <cyd@gnu.org>
13947
13948 * mail/sendmail.el (mail-bury): Call return action with the right
13949 Rmail buffer (Bug#11242).
13950
13951 * server.el (server-process-filter): Handle corner case where both
13952 tty and nowait options are present (Bug#11102).
13953
13954 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13955
13956 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13957 (top level): Put into the executable the ident-style '$Id:' tag on
13958 windows-nt as well.
13959
13960 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13961
13962 * electric.el (electric-indent-post-self-insert-function): Check that
13963 electric-indent-mode is enabled in current buffer.
13964
13965 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13966
13967 * imenu.el (imenu-progress-message): Restore; it is "used" in
13968 erc/erc-imenu.el and net/snmp-mode.el.
13969
13970 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13971
13972 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13973 (mouse-avoidance-nudge-mouse): Remove unused binding.
13974
13975 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13976
13977 * descr-text.el (describe-char):
13978 * progmodes/python.el (python-describe-symbol):
13979 Don't call `toggle-read-only', set `buffer-read-only'.
13980
13981 * imenu.el (imenu-default-goto-function): Mark unused args.
13982 (imenu-progress-message): Remove obsolete macro; all callers changed.
13983
13984 * subr.el (keymap-canonicalize): Remove unused binding.
13985 (read-passwd): Mark unused arg.
13986
13987 * tutorial.el (tutorial--display-changes): Remove unused binding.
13988 (tutorial--save-tutorial-to): Remove unused variable.
13989
13990 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13991 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13992 (package-generate-autoloads, package-menu--generate)
13993 (package-menu--find-upgrades): Remove unused bindings.
13994
13995 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13996 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13997 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13998 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13999 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14000 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14001 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14002 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14003 (cua-delete-char-rectangle): Mark unused args.
14004 (cua-align-rectangle): Remove unused binding.
14005
14006 * mail/rmail.el (compilation--message->loc)
14007 (epa--find-coding-system-for-mime-charset): Declare.
14008
14009 * net/dbus.el (dbus-register-service): Declare.
14010 (dbus-name-owner-changed-handler): Remove unused binding.
14011
14012 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14013 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14014 (nxml-scan-backward-within): Mark unused arg.
14015 (nxml-dynamic-markup-word): Remove unused binding.
14016
14017 * mouse.el (mouse-menu-major-mode-map):
14018 * emacs-lisp/authors.el (authors-scan-change-log)
14019 (authors-add-to-author-list):
14020 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14021 * emacs-lisp/smie.el (smie-auto-fill):
14022 * mail/sendmail.el (mail-bury):
14023 * mail/unrmail.el (unrmail):
14024 * net/tls.el (open-tls-stream):
14025 * textmodes/picture.el (picture-mouse-set-point):
14026 Remove unused bindings.
14027
14028 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
14029
14030 * net/tramp.el (tramp-action-password): Let-bind
14031 `enable-recursive-minibuffers' to t.
14032
14033 2012-04-18 Sam Steingold <sds@gnu.org>
14034
14035 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14036 instead of 'string to accommodate values like [f11].
14037 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14038 * progmodes/gdb-mi.el: Likewise.
14039
14040 2012-04-18 Leo Liu <sdl.web@gmail.com>
14041
14042 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14043 current buffer.
14044 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14045 LOCAL is nil.
14046
14047 2012-04-18 Chong Yidong <cyd@gnu.org>
14048
14049 * simple.el (line-move): Use forward-line if in batch mode
14050 (Bug#11053).
14051
14052 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
14053
14054 * files.el (after-find-file): Do not try to add a final newline if
14055 the buffer is read-only (Bug#11156).
14056
14057 2012-04-17 Richard Stallman <rms@gnu.org>
14058
14059 * mail/rmail.el (rmail-start-mail):
14060 Pass (rmail-mail-return...) for the return-action.
14061 Pass (rmail-yank-current-message...) for the yank-action.
14062 (rmail-yank-current-message): New function.
14063 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14064 (rmail-reply): Likewise.
14065 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14066
14067 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14068 buffer, not the last. Reject temp buffers. Use the rmail-mode
14069 buffer, not newbuf.
14070
14071 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
14072
14073 * server.el (server-ensure-safe-dir): Simplify.
14074
14075 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14076
14077 * emacs-lisp/smie.el: Provide smarter auto-filling.
14078 (smie-auto-fill): New function.
14079 (smie-setup): Use it.
14080
14081 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14082
14083 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
14084
14085 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14086 (comment-indent): Use it.
14087
14088 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
14089
14090 * ses.el: The overall change is to add cell renaming, that is
14091 setting fancy names for cell symbols other than name matching
14092 "\\`[A-Z]+[0-9]+\\'" regexp .
14093 (ses-localvars): Add ses--renamed-cell-symb-list.
14094 (ses-create-cell-variable): New defun.
14095 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14096 (ses-relocate-formula): Relocate formulas only for cells the
14097 symbols of which are not renamed, i.e. symbols whose names do not
14098 match regexp "\\`[A-Z]+[0-9]+\\'".
14099 (ses-relocate-all): Relocate values only for cells the symbols of
14100 which are not renamed.
14101 (ses-load): Create cells variables as the (ses-cell ...) are read,
14102 in order to check row col consistency with cell symbol name only
14103 for cells that are not renamed.
14104 (ses-replace-name-in-formula): New defun.
14105 (ses-rename-cell): New defun.
14106
14107 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
14108
14109 * progmodes/perl-mode.el (perl-indent-parens-as-block):
14110 New option (bug#11118).
14111 (perl-calculate-indent): Respect it.
14112
14113 2012-04-17 Glenn Morris <rgm@gnu.org>
14114
14115 * dired-aux.el (dired-mark-read-string): Doc fix.
14116
14117 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14118
14119 * dired-aux.el (dired-mark-read-string): Offer optional completion.
14120 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
14121
14122 2012-04-17 Glenn Morris <rgm@gnu.org>
14123
14124 * mouse.el (mouse-drag-track):
14125 * speedbar.el (speedbar-frame-mode):
14126 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14127
14128 2012-04-16 Leo Liu <sdl.web@gmail.com>
14129
14130 * progmodes/python.el: Trivial cleanup.
14131
14132 2012-04-16 Glenn Morris <rgm@gnu.org>
14133
14134 * vc/vc.el (vc-string-prefix-p):
14135 * vc/pcvs-util.el (cvs-string-prefix-p):
14136 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14137 * mpc.el (mpc-string-prefix-p):
14138 Make all of these into obsolete aliases for string-prefix-p.
14139 Update callers.
14140 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14141
14142 * textmodes/two-column.el: Move custom options to the start.
14143 (frame-width): Remove compat definition.
14144 (2C-associate-buffer, 2C-dissociate):
14145 Use with-current-buffer rather than save-excursion.
14146 (2C-dissociate): Force a mode-line update.
14147 (2C-autoscroll): Use ignore-errors.
14148
14149 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14150 Autoload trivia.
14151
14152 * emacs-lisp/cl-extra.el (*random-state*):
14153 Remove unnecessary declaration.
14154
14155 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14156
14157 * play/cookie1.el (cookie-snarf):
14158 Give an explicit error if input file cannot be read.
14159
14160 * play/yow.el (yow-file): Use expand-file-name rather than concat.
14161
14162 * progmodes/perl-mode.el (c-macro-expand):
14163 Remove unnecessary autoload (it is in loaddefs.el).
14164
14165 * textmodes/picture.el (picture-desired-column)
14166 (picture-update-desired-column): Convert comments to doc-strings.
14167 (picture-substitute): Remove function.
14168 (picture-mode-map): Initialize in the defvar.
14169
14170 * woman.el: Remove eval-after-load for tar-mode.
14171 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14172 (woman-tar-extract-file): Autoload it.
14173
14174 * frame.el (automatic-hscrolling): Make this alias obsolete.
14175
14176 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14177
14178 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14179 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14180 (ispell-dictionary-base-alist): Revert to original XEmacs
14181 friendly version for default. [:alpha:] will be added in
14182 `ispell-set-spellchecker-params' if needed.
14183
14184 2012-04-16 Chong Yidong <cyd@gnu.org>
14185
14186 * image.el (imagemagick--file-regexp): New variable.
14187 (imagemagick-register-types): Use it.
14188 (imagemagick-types-inhibit): Add :set function. Allow new value
14189 of t to inhibit all types.
14190
14191 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14192 so we can preload it.
14193
14194 * loadup.el (fboundp): Preload regexp-opt, needed by
14195 imagemagick-register-types.
14196
14197 2012-04-15 Chong Yidong <cyd@gnu.org>
14198
14199 * frame.el (scrolling): Remove nearly unused customization group.
14200
14201 * scroll-all.el (scroll-all-mode): Move to windows group.
14202
14203 2012-04-15 Chong Yidong <cyd@gnu.org>
14204
14205 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14206
14207 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 Avoid the use of ((lambda ...) ...) in lexical-binding code.
14210 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14211
14212 2012-04-15 Glenn Morris <rgm@gnu.org>
14213
14214 * simple.el (process-file-side-effects): Doc fix.
14215
14216 2012-04-15 Glenn Morris <rgm@gnu.org>
14217
14218 * international/mule-cmds.el (set-language-environment): Doc fix.
14219
14220 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14221
14222 * server.el (server-auth-key, server-generate-key): Doc fixes.
14223 (server-get-auth-key): Doc fix. Use `string-match-p'.
14224 (server-start): Reflow docstring.
14225
14226 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
14227
14228 * server.el (server-generate-key): `called-interactively-p'
14229 requires a parameter.
14230
14231 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
14232
14233 * server.el (server-auth-key): New variable.
14234 (server-generate-key, server-get-auth-key): New function.
14235 (server-start): Use the new variable and functions to allow
14236 setting a permanent server key (bug#9423).
14237
14238 2012-04-14 Leo Liu <sdl.web@gmail.com>
14239
14240 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14241
14242 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14243
14244 Spelling fixes.
14245 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14246 Emacs uses American spelling.
14247
14248 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14249
14250 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14251 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14252 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14253 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14254
14255 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14256
14257 * progmodes/which-func.el (which-func-modes): Change default.
14258
14259 2012-04-14 Kim F. Storm <storm@cua.dk>
14260
14261 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14262 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14263
14264 2012-04-14 Chong Yidong <cyd@gnu.org>
14265
14266 * custom.el (custom-theme-set-variables): Doc fix.
14267
14268 2012-04-14 Glenn Morris <rgm@gnu.org>
14269
14270 * international/mule.el (set-auto-coding-for-load): Doc fix.
14271
14272 2012-04-14 Alan Mackenzie <acm@muc.de>
14273
14274 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14275 imenu work again for Objective C Mode. Correct the *-index values,
14276 these having been disturbed by a previous change in 2011-08.
14277
14278 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14279 Correct two search limits.
14280
14281 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14282
14283 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14284
14285 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
14286
14287 * international/characters.el: Fix sorting.
14288
14289 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14290
14291 * international/characters.el: Add more missing Latin case pairs.
14292
14293 2012-04-14 Glenn Morris <rgm@gnu.org>
14294
14295 * files.el (dir-locals-set-class-variables): Doc fix.
14296
14297 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14298
14299 * international/characters.el: Add set-case-syntax-pair call for
14300 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14301 counterpart. (Bug#11209)
14302
14303 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14304
14305 2012-04-14 Glenn Morris <rgm@gnu.org>
14306
14307 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14308
14309 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14310
14311 * textmodes/ispell.el (ispell-dictionary-base-alist):
14312 Add data for Hebrew.
14313
14314 2012-04-14 Chong Yidong <cyd@gnu.org>
14315
14316 * net/rcirc.el (rcirc-cmd-quit):
14317 Revert 2012-03-18 change (Bug#11192).
14318
14319 2012-04-14 Glenn Morris <rgm@gnu.org>
14320
14321 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14322
14323 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14324
14325 * minibuffer.el (completion-in-region-mode-map):
14326 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14327
14328 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14329
14330 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14331
14332 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14333
14334 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14335 to allow `C-M-f' and `C-M-b' to move to the nearest path
14336 separator (bug#9511).
14337
14338 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14339
14340 * avoid.el: Require cl when compiling. And also move the
14341 `provide' to the end.
14342
14343 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14344
14345 * avoid.el (mouse-avoidance-banish-position): New variable.
14346 (mouse-avoidance-banish-destination): Use it (bug#10165).
14347
14348 2012-04-13 Leo Liu <sdl.web@gmail.com>
14349
14350 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14351
14352 2012-04-13 Ken Brown <kbrown@cornell.edu>
14353
14354 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14355 this is no longer needed now that cygstart understands file:// URLs.
14356 (browse-url-filename-alist): For the same reason, don't modify
14357 file:// URLs on Cygwin.
14358
14359 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14360
14361 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14362 the region on shift if the binding is already shifted (bug#11221).
14363
14364 2012-04-12 Glenn Morris <rgm@gnu.org>
14365
14366 * mail/mailpost.el: Move to obsolete/.
14367
14368 2012-04-12 Drew Adams <drew.adams@oracle.com>
14369
14370 * imenu.el (imenu--generic-function): Ignore invisible definitions
14371 (bug#10123).
14372
14373 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14374
14375 * hexl.el (hexl-bits): New variable.
14376 (hexl-options): Mention the variable in the doc string.
14377 (hexl-rulerise, hexl-line-displen): New functions.
14378 (hexl-mode): Mention the new variable.
14379 (hexl-mode, hexl-current-address, hexl-current-address):
14380 Use the displen.
14381 (hexl-ascii-start-column): New function.
14382 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14383 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14384
14385 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14386
14387 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14388 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14389 the encoding, as expected by hunspell.
14390
14391 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14392
14393 * battery.el (battery--linux-sysfs-regexp): New const.
14394 (battery-status-function): Use it. Remove yeeloong special case.
14395 (battery-yeeloong-sysfs): Remove.
14396 (battery-echo-area-format): Remove yeeloong special case.
14397
14398 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14399
14400 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14401 Reported by Noah Friedman.
14402
14403 * subr.el (read-passwd): Use read-string.
14404
14405 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14406
14407 * vcursor.el (vcursor-move): Increase the priority of the overlay
14408 (bug#9663).
14409
14410 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14411
14412 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14413 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14414
14415 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14416
14417 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14418 define-minor-mode (bug#10760).
14419
14420 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14421
14422 * progmodes/grep.el (rgrep): Tweak the find command line so
14423 that directories matching `grep-find-ignored-files' won't be
14424 pruned (bug#10351).
14425
14426 2012-04-11 Chong Yidong <cyd@gnu.org>
14427
14428 * startup.el (command-line): Remove support for long-obsolete
14429 variable font-lock-face-attributes.
14430
14431 2012-04-11 Glenn Morris <rgm@gnu.org>
14432
14433 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14434
14435 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14436
14437 * window.el (window--state-get-1): Obey window-point-insertion-type.
14438
14439 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14440
14441 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14442 to previous function when point is on the first character of a
14443 function. Take care of that in `narrow-to-defun' (bug#6157).
14444
14445 2012-04-11 Glenn Morris <rgm@gnu.org>
14446
14447 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14448 not just file-errors.
14449
14450 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14451 (vc-bzr-sha1): Use internal sha1.
14452
14453 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14454
14455 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14456
14457 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
14458
14459 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14460 that start in the middle of the line (bug#10496).
14461
14462 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14463
14464 * battery.el (battery-linux-proc-acpi): Only one battery is
14465 discharged at a time, but that seems to confuse battery.el when
14466 computing `rate-type' for the battery not being discharged
14467 (bug#10332).
14468
14469 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14470
14471 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14472
14473 * international/quail.el: Use dolist and simplify.
14474 (quail-define-package, quail-update-keyboard-layout)
14475 (quail-define-rules): Use dolist.
14476 (quail-insert-kbd-layout, quail-get-translation): CSE.
14477
14478 * tmm.el: Use dolist, remove left over hook.
14479 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14480 Use dolist.
14481 (calendar-load-hook): Don't mess with it.
14482
14483 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14484 Use derived-mode-p. Run the diff asynchronously.
14485
14486 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14487
14488 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14489
14490 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14491
14492 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14493 (list-dynamic-libraries--loaded): New function.
14494 (list-dynamic-libraries--refresh): Use it.
14495
14496 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14497
14498 * progmodes/python.el (python-fill-paragraph):
14499 Make python-fill-region in a multiline string work when font-lock is
14500 disabled (bug#7018).
14501
14502 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
14503
14504 * language/european.el (cp775): Add oem/legacy (en)coding on
14505 DOS/MS Windows for the Baltic languages. There are still plenty
14506 of texts written in this encoding/codepage (bug#6519).
14507
14508 2012-04-10 Glenn Morris <rgm@gnu.org>
14509
14510 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14511 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14512
14513 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14514
14515 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14516 next-line "n" and previous-line "p" in order to make recentf more
14517 consistent with ibuffer, dired or org-mode (bug#9387).
14518
14519 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14520
14521 * image.el (put-image): Return the overlay created instead of the
14522 optional input string (bug#7834). Note that this may break code
14523 that is (for some reason or other) depending on `put-image'
14524 returning the string.
14525
14526 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14527
14528 * simple.el (zap-to-char): Allow zapping using input methods
14529 (bug#1580).
14530
14531 * textmodes/fill.el (fill-region): Leave point and mark where they
14532 were before filling (bug#5399).
14533
14534 2012-04-09 Glenn Morris <rgm@gnu.org>
14535
14536 * version.el (emacs-bzr-get-version):
14537 Handle lightweight checkouts of local branches.
14538
14539 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14540
14541 * international/characters.el: Recover lost case pairs. (Bug#11209)
14542
14543 2012-04-09 Chong Yidong <cyd@gnu.org>
14544
14545 * custom.el (custom-variable-p): Return nil for non-symbol
14546 arguments instead of signaling an error.
14547 (user-variable-p): Obsolete alias for custom-variable-p.
14548
14549 * apropos.el (apropos-variable):
14550 * files-x.el (read-file-local-variable):
14551 * simple.el (set-variable):
14552 * woman.el (woman-mini-help):
14553 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14554
14555 2012-04-09 Glenn Morris <rgm@gnu.org>
14556
14557 * startup.el (normal-top-level): Don't look for leim-list.el
14558 in places where it will not be found. (Bug#910)
14559
14560 * international/mule-cmds.el (set-default-coding-systems):
14561 * files.el (normal-mode):
14562 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14563 This function was removed with ucs-tables.el in 2008.
14564
14565 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14566
14567 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14568 ispell-encoding8-command to "-i", without a trailing space.
14569 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14570 separate command-line arguments, to specify the encoding, since
14571 that's how hunspell expects it.
14572
14573 2012-04-08 Glenn Morris <rgm@gnu.org>
14574
14575 * loadup.el: Load bindings before cus-start.
14576 This reduces somewhat the number of "rogue" settings in emacs -Q.
14577
14578 2012-04-07 Glenn Morris <rgm@gnu.org>
14579
14580 * version.el (emacs-bzr-get-version): New function.
14581 (emacs-bzr-version): New variable.
14582 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14583 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14584
14585 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14586
14587 * international/uni-bidi.el, international/uni-category.el:
14588 * international/uni-combining.el, international/uni-decimal.el:
14589 * international/uni-decomposition.el, international/uni-digit.el:
14590 * international/uni-lowercase.el, international/uni-mirrored.el:
14591 * international/uni-name.el, international/uni-numeric.el:
14592 * international/uni-titlecase.el, international/uni-uppercase.el:
14593 Update for Unicode 6.1.
14594
14595 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14596
14597 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14598
14599 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14600
14601 * window.el (shrink-window): Mention the `window-min-height'
14602 variable in the doc string.
14603
14604 2012-04-05 Bastien Guerry <bzg@altern.org>
14605
14606 * color.el (color-lighten-name): Fix typo.
14607
14608 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14609
14610 * server.el (server--on-display-p): New function.
14611 (server--on-display-p): Use it.
14612
14613 2012-04-04 GĂ¡bor Vida <vidagabor@gmail.com> (tiny change)
14614
14615 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14616 (bug#11145).
14617
14618 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14619
14620 * comint.el (comint--common-quoted-suffix): Check string boundary
14621 before comparing (bug#11158).
14622 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14623
14624 2012-04-04 Chong Yidong <cyd@gnu.org>
14625
14626 * minibuffer.el (completion-extra-properties): Doc fix.
14627
14628 * subr.el (delayed-warnings-hook): Doc fix.
14629
14630 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14631
14632 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14633 selection (Bug#11159).
14634 (epa-insert-keys): Inform that the default public key will be
14635 exported if no key is selected.
14636
14637 2012-04-04 Richard Stallman <rms@gnu.org>
14638
14639 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14640
14641 2012-04-03 Chong Yidong <cyd@gnu.org>
14642
14643 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14644 mail-insert-file, not its obsolete alias mail-attach-file.
14645
14646 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14647
14648 * notifications.el (notifications-notify): Fix docstring.
14649
14650 2012-04-02 Glenn Morris <rgm@gnu.org>
14651
14652 * emacs-lisp/authors.el (authors-aliases): Another addition.
14653
14654 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14655
14656 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14657 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14658 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14659
14660 2012-04-01 Chong Yidong <cyd@gnu.org>
14661
14662 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14663 Handle root directory properly.
14664 (copy-directory): Caller changed.
14665
14666 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14667 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14668
14669 2012-03-31 Glenn Morris <rgm@gnu.org>
14670
14671 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14672
14673 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14674
14675 * calendar/calendar.el (calendar-window-list)
14676 (calendar-hide-window): Restore. (Bug#11140)
14677 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14678
14679 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14680
14681 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14682
14683 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14684 Check if file is a symlink (Bug#10489).
14685
14686 * files.el (copy-directory): Likewise.
14687
14688 2012-03-30 Chong Yidong <cyd@gnu.org>
14689
14690 * image.el (imagemagick-types-inhibit)
14691 (imagemagick-register-types): Doc fix.
14692
14693 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14694
14695 * textmodes/ispell.el (ispell-get-extended-character-mode):
14696 Disable extended-char-mode for hunspell. hunspell does not support it
14697 and treats ~word as ordinary words in pipe mode.
14698
14699 2012-03-30 Glenn Morris <rgm@gnu.org>
14700
14701 * tutorial.el (help-with-tutorial): Ensure local variables don't
14702 happen to make the buffer read-only. (Bug#11127)
14703
14704 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14705
14706 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14707 (perl-calculate-indent): Return `noindent' in strings.
14708
14709 2012-03-28 Sam Steingold <sds@gnu.org>
14710
14711 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14712 instead of the broken adhockery which does not prevent calendar
14713 buffers from being displayed at random after exit.
14714 (calendar-window-list, calendar-hide-window): Remove the broken
14715 adhockery.
14716
14717 2012-03-28 Glenn Morris <rgm@gnu.org>
14718
14719 * replace.el (query-replace-map): Doc fix.
14720
14721 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14722
14723 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14724 contents. (Bug#11109)
14725
14726 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14729 (bug#11077).
14730 (avl-tree--check, avl-tree--check-node): New funs.
14731
14732 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14733
14734 * window.el (switch-to-visible-buffer): New option.
14735 (switch-to-prev-buffer, switch-to-next-buffer):
14736 Observe switch-to-visible-buffer. Make sure that checking for a window
14737 showing a buffer already is done on the same frame.
14738
14739 2012-03-27 Glenn Morris <rgm@gnu.org>
14740
14741 * startup.el (mail-host-address): Doc fix.
14742
14743 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14744
14745 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14746 than 197 variables.
14747
14748 2012-03-26 Ami Fischman <ami@fischman.org>
14749
14750 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14751
14752 2012-03-26 Glenn Morris <rgm@gnu.org>
14753
14754 * files.el (save-buffers-kill-emacs): Doc fix.
14755
14756 * startup.el (normal-top-level, command-line, command-line-1):
14757 Give them doc strings.
14758
14759 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14760
14761 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14762 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14763
14764 2012-03-25 Chong Yidong <cyd@gnu.org>
14765
14766 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14767 theme if it was previously enabled before (Bug#11031).
14768
14769 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14770 spec with custom-face-get-current-spec if its :shown-value is not
14771 determined yet (Bug#9337).
14772 (customize-create-theme, custom-theme-revert): Doc fixes.
14773
14774 * button.el (button-at): Minor addition to docstring.
14775
14776 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14777
14778 * vc/vc.el (vc-merge): Fix a prompt.
14779
14780 2012-03-24 Chong Yidong <cyd@gnu.org>
14781
14782 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14783 point (Bug#9623).
14784
14785 * button.el (button-at): Minor addition to docstring.
14786
14787 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14788
14789 * newcomment.el (comment-choose-indent): No space after BOL.
14790
14791 2012-03-22 Sam Steingold <sds@gnu.org>
14792
14793 * window.el (switch-to-prev-buffer): Revert last patch because the
14794 bug turned out to be an advertised feature (Elisp manual 28.14).
14795
14796 2012-03-22 Glenn Morris <rgm@gnu.org>
14797
14798 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14799 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14800
14801 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14802
14803 * net/network-stream.el (network-stream-open-starttls): Make error
14804 message under Windows be less misleading.
14805
14806 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14807
14808 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14809 understands (bug#9942).
14810
14811 2012-03-22 Chong Yidong <cyd@gnu.org>
14812
14813 * simple.el (end-of-visible-line): Handle return value of
14814 next-single-property-change properly (Bug#9371).
14815
14816 2012-03-22 Kenichi Handa <handa@m17n.org>
14817
14818 * international/quail.el (quail-insert-kbd-layout): Fix previous
14819 change. To avoid unwanted bidi reordering, use
14820 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14821
14822 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14823
14824 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14825 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14826 (ruby-beginning-of-indent): Be more careful with the difference
14827 between word-boundary and symbol boundary.
14828 (ruby-mode-syntax-table): Make : a symbol constituent.
14829
14830 2012-03-21 Andreas Politz <politza@fh-trier.de>
14831
14832 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14833
14834 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14835
14836 * progmodes/etags.el (tags-completion-at-point-function):
14837 Improve last fix.
14838
14839 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14840
14841 2012-03-21 Sam Steingold <sds@gnu.org>
14842
14843 * progmodes/etags.el (tags-completion-at-point-function):
14844 Avoid the error when point is inside the pattern.
14845
14846 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14847
14848 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14849 line (Bug#10855).
14850
14851 2012-03-21 Drew Adams <drew.adams@oracle.com>
14852
14853 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14854
14855 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14856
14857 * ido.el (ido-set-current-directory, ido-read-internal)
14858 (ido-choose-completion-string, ido-completion-help): Handle nil
14859 value of ido-completion-buffer (Bug#11008).
14860
14861 2012-03-21 Sam Steingold <sds@gnu.org>
14862
14863 * window.el (switch-to-prev-buffer): Do not switch to a visible
14864 window previous buffer, just like with the frame previous buffers.
14865
14866 2012-03-21 Chong Yidong <cyd@gnu.org>
14867
14868 * faces.el (make-face, make-empty-face, copy-face):
14869 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14870 Doc fixes.
14871
14872 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14873
14874 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14875 (widget-complete): Remove broken use of it.
14876
14877 2012-03-20 Chong Yidong <cyd@gnu.org>
14878
14879 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14880 Use string-width and truncate-string-width to handle arbitrary
14881 characters.
14882
14883 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14884
14885 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14886 to draw rectangles, not squares. (Regression introduced by revno
14887 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14888
14889 2012-03-18 Chong Yidong <cyd@gnu.org>
14890
14891 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14892 it is not yet defined (for temacs).
14893
14894 2012-03-18 Leo Liu <sdl.web@gmail.com>
14895
14896 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14897 prefix.
14898
14899 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14900
14901 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14902 (ispell-choices-win-default-height, ispell-silently-savep)
14903 (ispell-dictionary-alist, ispell-encoding8-command)
14904 (ispell-check-version, ispell-aspell-find-dictionary)
14905 (ispell-valid-dictionary-list, ispell-words-keyword)
14906 (ispell-get-word, ispell-internal-change-dictionary)
14907 (ispell-region, ispell-skip-region-list)
14908 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14909 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14910 (ispell-message-text-end, ispell-message)
14911 (ispell-buffer-local-parsing): Doc fix.
14912
14913 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14914
14915 * htmlfontify.el: Add support for code block fontification for ODT
14916 export (Bug #9914).
14917 (hfy-optimisations): Define new option
14918 `body-text-only'
14919 (hfy-fontify-buffer): Honor above setting.
14920 (hfy-begin-span, hfy-end-span): New routines factored out form
14921 `hfy-fontify-buffer'.
14922 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14923 that permit insertion of custom tags.
14924 (hfy-fontify-buffer): Use above handlers.
14925 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14926 (hfy-face-to-css): Re-defined to be a variable.
14927 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14928 over multiple runs. This is made possible by having the caller let
14929 bind a special variable `hfy-user-sheet-assoc'.
14930 (htmlfontify-string): New defun.
14931 (hfy-compile-face-map): Make sure that the last char in the
14932 buffer is correctly fontified.
14933 (hfy-face-resolve-face): Whitespace only change.
14934
14935 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14936
14937 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14938 message more clear.
14939
14940 2012-03-16 Leo Liu <sdl.web@gmail.com>
14941
14942 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14943
14944 2012-03-16 Alan Mackenzie <acm@muc.de>
14945
14946 Further optimize the handling of large macros.
14947
14948 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14949 limit to a call of `c-literal-limits'.
14950 (c-determine-+ve-limit): New function.
14951 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14952 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14953 In CASE 5B, restrict a search limit to 500.
14954 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14955
14956 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14957 Restrict macro bounds to +-500 from after-change's BEG END.
14958
14959 2012-03-16 Leo Liu <sdl.web@gmail.com>
14960
14961 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14962
14963 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14964
14965 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14966 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14967
14968 2012-03-16 Glenn Morris <rgm@gnu.org>
14969
14970 * view.el (view-buffer, view-buffer-other-window)
14971 (view-buffer-other-frame): Doc fixes re special mode-class.
14972
14973 * subr.el (eval-after-load): If named feature is provided not from
14974 a file, run after-load forms. (Bug#10946)
14975
14976 * calendar/calendar.el (calendar-insert-at-column):
14977 Handle non-unit-width characters a bit better. (Bug#10978)
14978
14979 2012-03-15 Chong Yidong <cyd@gnu.org>
14980
14981 * emacs-lisp/ring.el (ring-extend): New function.
14982 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14983
14984 * comint.el (comint-read-input-ring)
14985 (comint-add-to-input-history): Grow comint-input-ring lazily.
14986
14987 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14988
14989 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14990 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14991
14992 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14993 (imenu-add-to-menubar): Don't add a redundant index.
14994 (imenu-update-menubar): Handle a dynamically composed keymap.
14995
14996 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14997
14998 * mail/sendmail.el (mail-encode-header):
14999 Bind rfc2047-encode-encoded-words to nil.
15000
15001 2012-03-13 Glenn Morris <rgm@gnu.org>
15002
15003 * calendar/calendar.el (calendar-string-spread):
15004 Handle non-unit-width characters a bit better. (Bug#10978)
15005
15006 2012-03-13 Leo Liu <sdl.web@gmail.com>
15007
15008 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15009 directory and file as argument (Bug#10822).
15010
15011 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15012
15013 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15014 For dynamically generated code, follow $PC.
15015 (gdb-disassembly-handler-custom): Handle no function name case.
15016
15017 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
15018
15019 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15020 * emulation/ws-mode.el (ws-query-replace):
15021 * sort.el (sort-regexp-fields):
15022 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
15023
15024 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15025
15026 * dabbrev.el: Fix cycle completion order (bug#10963).
15027 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15028 (dabbrev-completion): Don't use an obarray; provide
15029 a cycle-sort-function.
15030
15031 2012-03-12 Leo Liu <sdl.web@gmail.com>
15032
15033 * simple.el (kill-new): Use equal-including-properties for comparison.
15034 (kill-do-not-save-duplicates): Doc fix.
15035
15036 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * dabbrev.el: Fix cycle completion (bug#10963).
15039 Use lexical binding and wrap to 80 columns.
15040 (dabbrev-completion): Delay computing the list of completions.
15041
15042 2012-03-12 Kenichi Handa <handa@m17n.org>
15043
15044 * international/quail.el (quail-insert-kbd-layout): Surround each
15045 row by LRO and PDF instead of inserting many LRMs. Pad the left
15046 and right of each non-spacing marks. Insert invisible space
15047 between lower and upper characters to prevent composition.
15048
15049 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15050
15051 * minibuffer.el (minibuffer-complete): Don't get confused when the
15052 function is run twice via different commands (bug#10958).
15053 (complete-with-action): Fix docstring.
15054
15055 2012-03-12 Chong Yidong <cyd@gnu.org>
15056
15057 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15058 (nxml-completion-at-point-function): New function.
15059 (nxml-mode): Use it.
15060 (nxml-bind-meta-tab-to-complete-flag): Default to t.
15061
15062 * emacs-lisp/package.el (package-unpack, package-unpack-single):
15063 Load generated autoloads file before byte compiling (Bug#10970).
15064 (package--make-autoloads-and-compile): New helper fun.
15065
15066 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
15067
15068 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15069
15070 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
15071
15072 * autorevert.el (auto-revert-handler): Ensure, that
15073 file-readable-p is applied only for local files or in
15074 auto-revert-tail-mode.
15075
15076 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
15077
15078 * server.el (server-eval-at): Handle non-tcp connections.
15079 Decode result string.
15080
15081 * server.el (server-msg-size): New constant.
15082 (server-reply-print): New function.
15083 (server-eval-and-print): Use it.
15084 (server-eval-at): Use server-quote-arg and server-unquote-arg.
15085 Handle -print-nonl.
15086
15087 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
15088
15089 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15090 (Bug#10987).
15091
15092 2012-03-11 Chong Yidong <cyd@gnu.org>
15093
15094 * simple.el (goto-line): Doc fix (Bug#9938).
15095
15096 * subr.el (save-window-excursion): Doc fix (Bug#9979).
15097
15098 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15099 when finished (Bug#10963).
15100
15101 2012-03-11 Martin Rudalics <rudalics@gmx.at>
15102
15103 * window.el (split-window-below): Fix bug in case where
15104 split-window-keep-point is nil (Bug#10971).
15105
15106 2012-03-11 Juri Linkov <juri@jurta.org>
15107
15108 * replace.el (replace-highlight): Set isearch-word to nil
15109 unconditionally. (Bug#10887)
15110
15111 2012-03-10 Eli Zaretskii <eliz@gnu.org>
15112
15113 * net/mairix.el (mairix-replace-invalid-chars): Rename from
15114 mairix-replace-illegal-chars; all callers changed. Don't remove
15115 ^, ~, and = characters: they are meaningful in mairix search specs.
15116 (mairix-widget-create-query): Add usage information about mairix
15117 search forms: negating words, searching for substrings, etc.
15118
15119 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
15120
15121 * international/fontset.el (font-encoding-alist): Add an entry for
15122 ksx1001 (Bug#5667).
15123
15124 2012-03-10 Richard Stallman <rms@gnu.org>
15125
15126 * mail/sendmail.el (mail-encode-header):
15127 Set rfc2047-encode-encoded-words.
15128
15129 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15130
15131 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15132 view buffer means not swapped.
15133 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15134 (rmail-write-region-annotate): Error if real text has disappeared.
15135
15136 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15137
15138 2012-03-10 Chong Yidong <cyd@gnu.org>
15139
15140 * emulation/cua-rect.el (cua--init-rectangles):
15141 * emulation/cua-base.el (cua--init-keymaps):
15142 Add delete-forward-char to remappings (Bug#9666).
15143
15144 2012-03-10 Martin Rudalics <rudalics@gmx.at>
15145
15146 * speedbar.el (speedbar-unhighlight-one-tag-line):
15147 Avoid unhighlighting due to frame switching (Bug#10275).
15148
15149 2012-03-10 Chong Yidong <cyd@gnu.org>
15150
15151 * minibuffer.el (completion-in-region, completion-help-at-point):
15152 Give the completion field overlay a high priority (Bug#6830).
15153
15154 * dired.el (dired-goto-file): Recognize absolute file name
15155 listings (Bug#7126).
15156 (dired-goto-file-1): New helper function.
15157 (dired-toggle-read-only): Inhibit warnings.
15158
15159 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
15160
15161 * net/dbus.el (dbus-property-handler): Return empty array if
15162 there are no properties.
15163
15164 2012-03-09 Leo Liu <sdl.web@gmail.com>
15165
15166 * savehist.el (savehist-printable): Stricter check for string
15167 value (Bug#10937).
15168
15169 2012-03-09 Eli Zaretskii <eliz@gnu.org>
15170
15171 * mail/smtpmail.el (smtpmail-send-it):
15172 Bind coding-system-for-write to *-unix, so that FCC files are kept in
15173 valid mbox format.
15174
15175 2012-03-09 Glenn Morris <rgm@gnu.org>
15176
15177 * files.el (dir-locals-find-file):
15178 Don't check result is regular, readable.
15179 (dir-locals-read-from-file): Demote errors.
15180
15181 2012-03-08 Eli Zaretskii <eliz@gnu.org>
15182
15183 * international/quail.el (quail-insert-kbd-layout):
15184 Insert invisible LRM characters before each character in a keyboard
15185 layout cell, to prevent their reordering by bidi display engine.
15186 For details, see the discussion in
15187 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15188
15189 2012-03-08 Alan Mackenzie <acm@muc.de>
15190
15191 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15192 the starting position; make it extend the marked region when
15193 invoked repeatedly - all under appropriate circumstances.
15194 Fixes bugs #5525, #10906.
15195
15196 2012-03-08 Glenn Morris <rgm@gnu.org>
15197
15198 * files.el (locate-dominating-file, dir-locals-find-file):
15199 Undo 2012-03-06 change.
15200
15201 2012-03-07 Eli Zaretskii <eliz@gnu.org>
15202
15203 * international/quail.el (quail-help):
15204 Force bidi-paragraph-direction be left-to-right. See discussion in
15205 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15206 for the reason.
15207
15208 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
15209
15210 Avoid superfluous registering of signals. (Bug#10807)
15211
15212 * notifications.el (notifications-on-action-object)
15213 (notifications-on-close-object): New defvars.
15214 (notifications-on-action-signal, notifications-on-closed-signal):
15215 Unregister the signal if not needed any longer.
15216 (notifications-notify): Register `notifications-action-signal' or
15217 `notifications-closed-signal', if :on-action or :on-close has been
15218 passed as argument.
15219
15220 2012-03-07 Chong Yidong <cyd@gnu.org>
15221
15222 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15223 non-X platforms.
15224
15225 2012-03-06 Glenn Morris <rgm@gnu.org>
15226
15227 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15228 (x-disown-selection-internal, x-get-selection-internal):
15229 Doc fix (add arglist signatures). (Bug#10783)
15230
15231 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15232
15233 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15234 Handle breakpoints with no "type".
15235
15236 2012-03-06 Glenn Morris <rgm@gnu.org>
15237
15238 * files.el (locate-dominating-file): Add optional predicate argument.
15239 (dir-locals-find-file): Make use of above change.
15240
15241 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15242
15243 * info.el (Info-insert-dir): Also try "dir.gz".
15244
15245 2012-03-06 Glenn Morris <rgm@gnu.org>
15246
15247 * files.el (dir-locals-find-file):
15248 Ignore non-readable or non-regular files. (Bug#10928)
15249
15250 * files.el (locate-dominating-file): Doc fix.
15251
15252 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15253
15254 * calendar/calendar.el (calendar-set-mode-line):
15255 `getenv' returns a string. (Bug#10951)
15256
15257 2012-03-05 Leo Liu <sdl.web@gmail.com>
15258
15259 * simple.el (backward-delete-char-untabify): Constrain point to
15260 field (Bug#10939).
15261
15262 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15263
15264 2012-03-05 Chong Yidong <cyd@gnu.org>
15265
15266 * simple.el (count-words): If called from Lisp, return the word
15267 count, for symmetry with `count-lines'. Arglist changed.
15268 (count-words--message): Args changed. Consolidate counting code
15269 from count-words and count-words-region.
15270 (count-words-region): Caller changed.
15271 (count-lines-region): Make it an obsolete alias.
15272
15273 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15274
15275 * saveplace.el (save-place-to-alist)
15276 (save-place-ignore-files-regexp): Allow value nil to disable this
15277 feature.
15278
15279 2012-03-04 Chong Yidong <cyd@gnu.org>
15280
15281 * faces.el (face-spec-reset-face): For the default face, reset the
15282 attributes to default values (Bug#10748).
15283
15284 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15285
15286 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15287 previous patch: Check `message-send-mail-function', and not the
15288 default function (bug#10897).
15289
15290 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
15291
15292 * notifications.el (notifications-on-action-signal)
15293 (notifications-on-closed-signal): Check for unique service name of
15294 incoming event. Fix error in removing entry.
15295 (top): Register for signals with wildcard service name.
15296 (notifications-notify): Use daemon unique service name for map entries.
15297
15298 2012-03-04 Chong Yidong <cyd@gnu.org>
15299
15300 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15301
15302 2012-03-04 Glenn Morris <rgm@gnu.org>
15303
15304 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15305 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15306 (expand-abbrev, define-abbrev-table): Doc fixes.
15307
15308 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15309
15310 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15311 `message-default-send-mail-function' and not `send-mail-function'
15312 when doing the prompting for `sendmail-query-once' before sending
15313 in Message buffers (bug#10897).
15314
15315 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15316 This is inconsistent with all the other stream functions, which leave
15317 the setting up to the higher levels (if so wanted) (bug#10931).
15318
15319 2012-03-02 Alan Mackenzie <acm@muc.de>
15320
15321 Depessimize the handling of very large macros.
15322
15323 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15324 (c-macro-cache-syntactic): New variables to implement a one
15325 element macro cache.
15326 (c-invalidate-macro-cache): New function.
15327 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15328 Adapt to use the new cache.
15329 (c-state-safe-place): Use better the cache of safe positions.
15330 (c-state-semi-nonlit-pos-cache)
15331 (c-state-semi-nonlit-pos-cache-limit):
15332 New variables for...
15333 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15334 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15335 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15336 Use c-state-semi-safe-place.
15337
15338 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15339 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15340
15341 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15342
15343 * jka-compr.el (jka-compr-call-process):
15344 Apply `file-accessible-directory-p' only when the default directory is
15345 not remote.
15346
15347 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15348
15349 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15350 access of FILE2, if FILE1 does not exist.
15351
15352 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15353 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15354
15355 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15356 Add "PAGER=" to `process-environment'.
15357
15358 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15359
15360 * progmodes/sql.el: Bug fix
15361 (sql-get-login-ext): Save login values in globals.
15362 (sql-get-login): Use new version of `sql-get-login-ext'.
15363 (sql-interactive-mode): Set global `sql-connection' to nil.
15364 (sql-connect): Set global values for connection.
15365 (sql-product-interactive): Save global values as buffer local.
15366
15367 2012-02-29 Leo Liu <sdl.web@gmail.com>
15368
15369 * abbrev.el (define-abbrevs): Reset sys to nil.
15370
15371 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15372
15373 * files.el (file-equal-p): Rename from `files-equal-p'.
15374 Return nil when one or both files don't exist.
15375 (file-subdir-of-p): Now only top directory must exists,
15376 return nil if it doesn't.
15377 (copy-directory): No need to test with `file-subdir-of-p' after
15378 creating dir.
15379 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15380 to `file-equal-p'.
15381
15382 2012-02-28 Glenn Morris <rgm@gnu.org>
15383
15384 * shell.el (shell-mode):
15385 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15386 * play/landmark.el (landmark-font-lock-face-O):
15387 * play/handwrite.el (handwrite):
15388 * play/gomoku.el (gomoku-O):
15389 * net/browse-url.el (browse-url-browser-display):
15390 * international/mule.el (define-charset):
15391 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15392 * filesets.el (filesets-find-file-delay):
15393 * eshell/em-xtra.el (eshell-xtra):
15394 * eshell/em-unix.el (eshell-grep):
15395 * emulation/viper.el (viper-mode):
15396 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15397 * emacs-lisp/easymenu.el (easy-menu-define):
15398 * calendar/timeclock.el (timeclock-use-display-time):
15399 * bs.el (bs-mode):
15400 * bookmark.el (bookmark-save-flag):
15401 Doc fix (standardize possessive apostrophe usage).
15402
15403 2012-02-27 Chong Yidong <cyd@gnu.org>
15404
15405 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15406 Fix key-binding lookup for ESC key (Bug#9146).
15407
15408 * font-lock.el (font-lock-specified-p): Rename from
15409 font-lock-spec-present. Callers changed.
15410
15411 2012-02-27 Daniel Hackney <dan@haxney.org>
15412
15413 * emacs-lisp/package.el (package-compute-transaction):
15414 Handle holding a package version to t in package-load-list.
15415
15416 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15417
15418 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15419 (tramp-get-inode, tramp-get-device): Use cached values.
15420
15421 2012-02-26 Alan Mackenzie <acm@muc.de>
15422
15423 Check there is a font-lock specification before doing initial
15424 fontification.
15425
15426 * font-core.el (font-lock-mode): Move the conditional from
15427 :after-hook to font-lock-initial-fontify.
15428 (font-lock-default-function): Move the check for a specification
15429 to font-lock-spec-present.
15430
15431 * font-lock.el (font-lock-initial-fontify): Call ...
15432 (font-lock-spec-present): New function.
15433
15434 2012-02-26 Jim Blandy <jimb@red-bean.com>
15435
15436 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15437 (gdb-send): Apply it to the operand of the '-interpreter-exec
15438 console' command, so that we can pass arguments with (say) quotes
15439 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15440
15441 2012-02-26 Chong Yidong <cyd@gnu.org>
15442
15443 * help-fns.el (describe-function-1): Clarify description of
15444 remapping (Bug#10844).
15445
15446 * files.el (files-equal-p): Doc fix.
15447 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15448 and quit the loop once a mismatch is found.
15449
15450 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15451
15452 * bs.el (bs--show-with-configuration): Don't throw an error
15453 if the window cannot be split; otherwise, subsequent calls to
15454 bs-show fail, restoring a stale window config. (Bug#10882)
15455
15456 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15457
15458 * term/ns-win.el (global-map): Bind ns-drag-file to
15459 ns-find-file (Bug#5855, Bug#10050).
15460
15461 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15462
15463 * calendar/parse-time.el (parse-time-string): Allow extractor to
15464 return nil.
15465
15466 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15467
15468 * net/tramp.el (tramp-file-name-for-operation):
15469 Add `files-equal-p' and `file-subdir-of-p'.
15470
15471 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15472 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15473 Add COPY-CONTENTS argument.
15474
15475 2012-02-25 Chong Yidong <cyd@gnu.org>
15476
15477 Add custom groups for VC backends, for consistency with vc-bzr.
15478
15479 * vc/vc-arch.el (vc-arch):
15480 * vc/vc-cvs.el (vc-cvs):
15481 * vc/vc-git.el (vc-git):
15482 * vc/vc-hg.el (vc-hg):
15483 * vc/vc-mtn.el (vc-mtn):
15484 * vc/vc-rcs.el (vc-rcs):
15485 * vc/vc-sccs.el (vc-sccs):
15486 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15487 All relevant defcustoms reassigned.
15488
15489 2012-02-25 Chong Yidong <cyd@gnu.org>
15490
15491 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15492
15493 * term/x-win.el (x-initialize-window-system): Reduce default for
15494 x-selection-timeout to 5 seconds (Bug#8869).
15495
15496 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15497
15498 * files.el (files-equal-p, file-subdir-of-p): New functions.
15499 (copy-directory): Error when trying to copy a directory on itself.
15500 Add missing copy-contents arg to tramp handler.
15501 * dired-aux.el (dired-copy-file-recursive): Same.
15502 (dired-create-files): Modify destination when source is equal to
15503 dest when copying files.
15504 Return also when dest is a subdir of source. (Bug#10489)
15505
15506 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15507
15508 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15509 (Bug#10874)
15510
15511 2012-02-23 Alan Mackenzie <acm@muc.de>
15512
15513 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15514 parameter "after-hook:" to allow the expansion to run code after
15515 the execution of the mode hooks.
15516
15517 * font-lock.el (font-lock-initial-fontify): New function extracted
15518 from font-lock-mode-internal.
15519
15520 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15521 :after-hook.
15522
15523 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15524
15525 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15526 (completion--cache-all-sorted-completions): New function.
15527 (completion-all-sorted-completions): Use it.
15528 (completion--do-completion, minibuffer-force-complete):
15529 Use it to re-instate the flush hook.
15530
15531 * icomplete.el (icomplete-completions): Replace last fix with a better
15532 one (bug#10850).
15533
15534 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15535
15536 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15537 when it might call us back infinitely (bug#10797).
15538
15539 2012-02-23 Glenn Morris <rgm@gnu.org>
15540
15541 * minibuffer.el (completion-category-overrides): Doc fix.
15542
15543 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15546 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15547
15548 2012-02-23 Glenn Morris <rgm@gnu.org>
15549
15550 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15551 (authors-obsolete-files-regexps, authors-ignored-files)
15552 (authors-ambiguous-files, authors-renamed-files-alist):
15553 Add more entries.
15554
15555 2012-02-23 Juri Linkov <juri@jurta.org>
15556
15557 * isearch.el (isearch-occur): Sync interactive spec with occur's
15558 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15559
15560 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15561
15562 2012-02-22 Juri Linkov <juri@jurta.org>
15563
15564 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15565 (ucs-insert): Doc fix. Check for hex digits in the string.
15566 Don't display `nil' in the error message. (Bug#10857)
15567
15568 2012-02-22 Alan Mackenzie <acm@muc.de>
15569
15570 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15571
15572 2012-02-22 Glenn Morris <rgm@gnu.org>
15573
15574 * ffap.el (ffap-c-path):
15575 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15576
15577 2012-02-22 Chong Yidong <cyd@gnu.org>
15578
15579 * custom.el (load-theme): Doc fix.
15580
15581 2012-02-22 Glenn Morris <rgm@gnu.org>
15582
15583 * dired-x.el (dired-guess-shell-alist-default):
15584 Remove escape sequences from nroff output. (Bug#172)
15585
15586 2012-02-21 Glenn Morris <rgm@gnu.org>
15587
15588 * vc/emerge.el (emerge-defvar-local):
15589 Set `permanent-local' property rather than unused `preserved'.
15590
15591 * textmodes/picture.el (picture-delete-char): New alias.
15592 (picture-mode-map): Use it. (Bug#10860)
15593 (picture-mode): Doc fix.
15594
15595 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15596
15597 * newcomment.el (uncomment-region-default): Remove unused binding.
15598
15599 2012-02-21 Glenn Morris <rgm@gnu.org>
15600
15601 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15602 (picture-self-insert, picture-tab-chars): Doc fix.
15603 (picture-mode-map): Fix C-a, C-e.
15604
15605 2012-02-20 Glenn Morris <rgm@gnu.org>
15606
15607 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15608
15609 2012-02-20 Leo Liu <sdl.web@gmail.com>
15610
15611 * icomplete.el (icomplete-completions): Check FROM arg before
15612 passing to substring (Bug#10850).
15613
15614 2012-02-19 Chong Yidong <cyd@gnu.org>
15615
15616 * comint.el: Require ansi-color.
15617 (comint-output-filter-functions): Add ansi-color-process-output.
15618
15619 * ansi-color.el: Don't set comint-output-filter-functions; it is
15620 now in the initial value defined in comint.el.
15621 (ansi-color-apply-face-function): New variable.
15622 (ansi-color-apply-on-region): Use it.
15623 (ansi-color-apply-overlay-face): New function.
15624
15625 * shell.el (shell): No need to require ansi-color.
15626 (shell-mode): Use ansi-color-apply-face-function to highlight
15627 color escapes using font-lock-face property (Bug#10835).
15628
15629 2012-02-19 Chong Yidong <cyd@gnu.org>
15630
15631 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15632 mode-line formats (Bug#10839).
15633
15634 2012-02-18 Glenn Morris <rgm@gnu.org>
15635
15636 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15637
15638 * mail/undigest.el (unforward-rmail-message): Doc fix.
15639
15640 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15641
15642 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15643
15644 * international/characters.el (script-list): Sync with the latest
15645 Unicode Character Database.
15646
15647 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15648
15649 * international/titdic-cnv.el: Remove duplicate coding tag.
15650 * language/cham.el: Likewise.
15651 * language/tai-viet.el: Likewise.
15652
15653 2012-02-18 Glenn Morris <rgm@gnu.org>
15654
15655 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15656 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15657 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15658 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15659 * calendar/holidays.el (holiday-bahai-holidays)
15660 (calendar-holidays, list-holidays):
15661 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15662
15663 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15664
15665 * saveplace.el (save-place-ignore-files-regexp): New variable
15666 allowing for excluding files from saving their location of point.
15667 The default value matches the temporary commit message editing
15668 files from Git, SVN, Bazaar, and Mercurial.
15669 (save-place-to-alist): Use it.
15670
15671 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15672 Stefan Monnier <monnier@iro.umontreal.ca>
15673
15674 * newcomment.el (uncomment-region-default): Don't leave extra space
15675 when an arg is provided (bug#8150).
15676
15677 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15678
15679 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15680
15681 2012-02-17 Glenn Morris <rgm@gnu.org>
15682
15683 * net/socks.el: Require network-stream. (Bug#10599)
15684
15685 2012-02-17 Kenichi Handa <handa@m17n.org>
15686
15687 * international/charprop.el:
15688 * international/uni-name.el:
15689 * international/uni-old-name.el:
15690 * international/uni-comment.el: Regenerate.
15691
15692 2012-02-16 Glenn Morris <rgm@gnu.org>
15693
15694 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15695 Interactively in calendar buffer, give an error if not on a date.
15696
15697 2012-02-15 Glenn Morris <rgm@gnu.org>
15698
15699 * shell.el (shell-delimiter-argument-list):
15700 Revert 2011-02-17 change. (Bug#8027)
15701
15702 2012-02-15 Chong Yidong <cyd@gnu.org>
15703
15704 * minibuffer.el (completion-at-point-functions): Doc fix.
15705
15706 * custom.el (defcustom): Doc fix; note use of defvar.
15707
15708 2012-02-15 Glenn Morris <rgm@gnu.org>
15709
15710 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15711 Doc fixes.
15712
15713 2012-02-14 Glenn Morris <rgm@gnu.org>
15714
15715 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15716
15717 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15718
15719 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15720 way the ports list is computed.
15721 (smtpmail-query-smtp-server): Prompt the user for a port number if
15722 we can't connect to any of the standard ports (bug#10810).
15723
15724 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15725
15726 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15727
15728 2012-02-13 Glenn Morris <rgm@gnu.org>
15729
15730 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15731
15732 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15733
15734 * net/gnutls.el (gnutls-trustfiles): New variable.
15735 (gnutls-negotiate): Use it.
15736
15737 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15738
15739 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15740 does its stuff if Gnus is running.
15741
15742 2012-02-13 Alan Mackenzie <acm@muc.de>
15743
15744 Fix a loop in c-set-fl-decl-start.
15745
15746 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15747 c-backward-syntactic-ws actually moves backwards.
15748
15749 2012-02-13 Leo Liu <sdl.web@gmail.com>
15750
15751 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15752 beginning so that all \C-o chars are removed.
15753
15754 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15755
15756 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15757
15758 2012-02-12 Alan Mackenzie <acm@muc.de>
15759
15760 Fix infinite loop with long macros.
15761 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15762
15763 2012-02-12 Chong Yidong <cyd@gnu.org>
15764
15765 * window.el (display-buffer): Doc fix (Bug#10785).
15766
15767 2012-02-12 Glenn Morris <rgm@gnu.org>
15768
15769 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15770 (x-disown-selection-internal, x-get-selection-internal):
15771 Sync docs with the xselect.c versions.
15772
15773 * allout-widgets.el: Add missing license notice.
15774
15775 2012-02-11 Glenn Morris <rgm@gnu.org>
15776
15777 * select.el (x-get-selection-internal, x-own-selection-internal)
15778 (x-disown-selection-internal):
15779 * x-dnd.el (x-get-selection-internal): Update declarations.
15780
15781 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15782
15783 * window.el (window-sides-slots):
15784 * tool-bar.el (tool-bar-position):
15785 * term/xterm.el (xterm-extra-capabilities):
15786 * ses.el (ses-self-reference-early-detection):
15787 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15788 (verilog-auto-wire-type)
15789 (verilog-auto-delete-trailing-whitespace)
15790 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15791 (verilog-auto-tieoff-declaration):
15792 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15793 (sql-oracle-statement-starters, sql-oracle-scan-on):
15794 * progmodes/prolog.el (prolog-align-comments-flag)
15795 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15796 (prolog-left-indent-regexp, prolog-paren-indent-p)
15797 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15798 (prolog-types, prolog-mode-specificators)
15799 (prolog-determinism-specificators, prolog-directives)
15800 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15801 (prolog-electric-dot-flag)
15802 (prolog-electric-dot-full-predicate-template)
15803 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15804 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15805 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15806 (prolog-program-switches, prolog-prompt-regexp)
15807 (prolog-debug-on-string, prolog-debug-off-string)
15808 (prolog-trace-on-string, prolog-trace-off-string)
15809 (prolog-zip-on-string, prolog-zip-off-string)
15810 (prolog-use-standard-consult-compile-method-flag)
15811 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15812 (prolog-imenu-max-lines, prolog-info-predicate-index)
15813 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15814 (prolog-char-quote-workaround):
15815 * progmodes/cc-vars.el (c-defun-tactic):
15816 * net/tramp.el (tramp-encoding-command-interactive)
15817 (tramp-local-end-of-line):
15818 * net/soap-client.el (soap-client):
15819 * net/netrc.el (netrc-file):
15820 * net/gnutls.el (gnutls):
15821 * minibuffer.el (completion-category-overrides)
15822 (completion-cycle-threshold)
15823 (completion-pcm-complete-word-inserts-delimiters):
15824 * man.el (Man-name-local-regexp):
15825 * mail/feedmail.el (feedmail-display-full-frame):
15826 * international/characters.el (glyphless-char-display-control):
15827 * eshell/em-ls.el (eshell-ls-date-format):
15828 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15829 (lisp-lambda-list-keyword-parameter-indentation)
15830 (lisp-lambda-list-keyword-parameter-alignment):
15831 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15832 * dired-x.el (dired-omit-verbose):
15833 * cus-theme.el (custom-theme-allow-multiple-selections):
15834 * calc/calc.el (calc-highlight-selections-with-faces)
15835 (calc-lu-field-reference, calc-lu-power-reference)
15836 (calc-note-threshold):
15837 * battery.el (battery-mode-line-limit):
15838 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15839 (archive-7z-update):
15840 * allout.el (allout-prefixed-keybindings)
15841 (allout-unprefixed-keybindings)
15842 (allout-inhibit-auto-fill-on-headline)
15843 (allout-flattened-numbering-abbreviation):
15844 * allout-widgets.el (allout-widgets-auto-activation)
15845 (allout-widgets-icons-dark-subdir)
15846 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15847 (allout-widgets-theme-dark-background)
15848 (allout-widgets-theme-light-background)
15849 (allout-widgets-item-image-properties-emacs)
15850 (allout-widgets-item-image-properties-xemacs)
15851 (allout-widgets-run-unit-tests-on-load)
15852 (allout-widgets-time-decoration-activity)
15853 (allout-widgets-hook-error-post-time)
15854 (allout-widgets-track-decoration):
15855 Add missing :version tags to new defcustoms and defgroups.
15856
15857 * progmodes/sql.el (sql-ansi-statement-starters)
15858 (sql-oracle-statement-starters): Add custom type.
15859
15860 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15861 (prolog-system-version): Give it a type.
15862
15863 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15864
15865 * term/pc-win.el (x-select-text, x-selection-owner-p)
15866 (x-own-selection-internal, x-disown-selection-internal)
15867 (x-get-selection-internal): Sync doc strings and argument lists
15868 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15869
15870 2012-02-11 Leo Liu <sdl.web@gmail.com>
15871
15872 * progmodes/python.el (python-end-of-statement): Fix infinite
15873 loop. (Bug#10788)
15874
15875 2012-02-10 Glenn Morris <rgm@gnu.org>
15876
15877 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15878 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15879
15880 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15881
15882 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15883 about SMTP before checking the From header.
15884
15885 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15886 into own function for reuse by emacsbug.el.
15887
15888 2012-02-10 Leo Liu <sdl.web@gmail.com>
15889
15890 * subr.el (condition-case-unless-debug): Rename from
15891 condition-case-no-debug. All callers changed.
15892 (with-demoted-errors): Fix caller.
15893
15894 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15895 * nxml/rng-valid.el (rng-do-some-validation):
15896 * emacs-lisp/package.el (package-refresh-contents)
15897 (package-menu-execute):
15898 * desktop.el (desktop-create-buffer):
15899 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15900
15901 2012-02-10 Glenn Morris <rgm@gnu.org>
15902
15903 * textmodes/bibtex.el:
15904 Add missing :version tags for new/changed defcustoms.
15905
15906 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15907
15908 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15909
15910 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15911 (smtpmail-via-smtp): Use it, or fall back on the From address.
15912 (smtpmail-send-it): Ditto.
15913
15914 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15915
15916 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15917 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15918 (byte-compile-tmp-var): New const.
15919 (byte-compile-defvar): Use it to minimize .elc size.
15920 Just use `defvar' rather than simulate it (bug#10761).
15921
15922 2012-02-09 Glenn Morris <rgm@gnu.org>
15923
15924 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15925
15926 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15927 Add :version tags.
15928
15929 * progmodes/compile.el (compilation-error-screen-columns)
15930 (compilation-first-column, compilation-filter-start): Doc fixes.
15931
15932 * vc/log-view.el (log-view-toggle-entry-display):
15933 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15934
15935 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15936 (report-emacs-bug-can-use-xdg-email):
15937 (report-emacs-bug-insert-to-mailer): Doc fixes.
15938 (report-emacs-bug): Message fix.
15939
15940 * net/browse-url.el (browse-url-can-use-xdg-open)
15941 (browse-url-xdg-open): Doc fixes.
15942
15943 * electric.el (electric-indent-mode, electric-pair-mode)
15944 (electric-layout-rules, electric-layout-mode): Doc fixes.
15945 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15946
15947 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15948
15949 * server.el (server-unselect-display): Don't inadvertently kill
15950 the current buffer. (Bug#10729)
15951
15952 2012-02-08 Glenn Morris <rgm@gnu.org>
15953
15954 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15955 (sql-list-table): Doc fixes.
15956
15957 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15958 Comment out (does nothing).
15959
15960 * completion.el (dynamic-completion-mode):
15961 * dirtrack.el (dirtrack-debug-mode):
15962 * electric.el (electric-layout-mode):
15963 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15964 * face-remap.el (text-scale-mode, buffer-face-mode):
15965 * iimage.el (iimage-mode):
15966 * image-mode.el (image-transform-mode):
15967 * minibuffer.el (completion-in-region-mode):
15968 * scroll-lock.el (scroll-lock-mode):
15969 * simple.el (next-error-follow-minor-mode):
15970 * tar-mode.el (tar-subfile-mode):
15971 * tooltip.el (tooltip-mode):
15972 * vcursor.el (vcursor-use-vcursor-map):
15973 * wid-browse.el (widget-minor-mode):
15974 * emulation/tpu-edt.el (tpu-edt-mode):
15975 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15976 * international/iso-ascii.el (iso-ascii-mode):
15977 * language/thai-util.el (thai-word-mode):
15978 * mail/supercite.el (sc-minor-mode):
15979 * net/goto-addr.el (goto-address-mode):
15980 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15981 * progmodes/cwarn.el (cwarn-mode):
15982 * progmodes/flymake.el (flymake-mode):
15983 * progmodes/glasses.el (glasses-mode):
15984 * progmodes/hideshow.el (hs-minor-mode):
15985 * progmodes/pascal.el (pascal-outline-mode):
15986 * textmodes/enriched.el (enriched-mode):
15987 * vc/smerge-mode.el (smerge-mode):
15988 Doc fixes (minor mode argument).
15989
15990 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15991
15992 * ls-lisp.el (ls-lisp-sanitize): New function.
15993 (ls-lisp-insert-directory): Use it to fix or remove any elements
15994 in file-alist with missing attributes. (Bug#4673)
15995
15996 2012-02-07 Alan Mackenzie <acm@muc.de>
15997
15998 Fix spurious recognition of c-in-knr-argdecl.
15999
16000 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16001 putative K&R region.
16002
16003 2012-02-07 Alan Mackenzie <acm@muc.de>
16004
16005 * progmodes/cc-engine.el (c-forward-objc-directive):
16006 Prevent looping in "#pragma mark @implementation".
16007
16008 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
16009
16010 * notifications.el (notifications-on-closed-signal): Make `reason'
16011 optional. (Bug#10744)
16012
16013 2012-02-07 Glenn Morris <rgm@gnu.org>
16014
16015 * emacs-lisp/easy-mmode.el (define-minor-mode):
16016 Doc fixes for the macro and the mode it defines.
16017
16018 * image.el (imagemagick-types-inhibit): Doc fix.
16019
16020 * cus-start.el (imagemagick-render-type): Add it.
16021
16022 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16023
16024 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16025 Set the default at load time, too, so that `font-lock-fontify-buffer'
16026 can be called without setting up the entire mode first. This fixes
16027 a bug in `mm-inline-text' with C MIME parts.
16028
16029 2012-02-06 Chong Yidong <cyd@gnu.org>
16030
16031 * simple.el (list-processes--refresh): Delete exited processes
16032 (Bug#8094).
16033
16034 * comint.el (comint-next-prompt): next-single-char-property-change
16035 and prev-single-char-property-change never return nil (Bug#8657).
16036
16037 * custom.el (defcustom): Doc fix (Bug#9711).
16038
16039 2012-02-05 Chong Yidong <cyd@gnu.org>
16040
16041 * cus-edit.el (custom-variable-reset-backup): Quote the value
16042 before storing it in the customized-value property (Bug#6712).
16043 (custom-display): Add a customization type tag.
16044 (custom-buffer-create-internal): Improve tooltip message.
16045
16046 * wid-edit.el (widget-field-value-get): New optional arg to
16047 suppress trailing whitespace truncation.
16048 (character): Use it (Bug#2689).
16049
16050 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
16051
16052 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16053 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16054
16055 2012-02-05 Chong Yidong <cyd@gnu.org>
16056
16057 * cus-edit.el (custom-variable-value-create): For mismatched
16058 types, show the current value (Bug#7600).
16059
16060 * custom.el (defcustom): Doc fix.
16061
16062 2012-02-05 Glenn Morris <rgm@gnu.org>
16063
16064 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16065
16066 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
16067
16068 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16069 (pp-buffer): Use `ignore-errors', `looking-at-p'.
16070 (pp-last-sexp): Use `looking-at-p'.
16071
16072 2012-02-04 Glenn Morris <rgm@gnu.org>
16073
16074 * files.el (revert-buffer):
16075 Doc fix (mention revert-buffer-in-progress-p).
16076
16077 * emacs-lisp/ert-x.el (ert-simulate-command):
16078 Check deferred-action-list (which is obsolete) is bound.
16079
16080 * subr.el (with-wrapper-hook): Doc fixes.
16081
16082 * simple.el (filter-buffer-substring-functions)
16083 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16084
16085 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
16086
16087 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16088 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
16089
16090 2012-02-04 Leo Liu <sdl.web@gmail.com>
16091
16092 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16093
16094 2012-02-04 Glenn Morris <rgm@gnu.org>
16095
16096 * image.el (image-extension-data): Add obsolete alias.
16097
16098 * isearch.el (isearch-update): Doc fix.
16099
16100 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16101
16102 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16103
16104 2012-02-03 Glenn Morris <rgm@gnu.org>
16105
16106 * image.el (image-animated-p): Doc fix. Use image-animated-types.
16107 (image-animate-timeout): Doc fix.
16108
16109 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16110
16111 2012-02-02 Glenn Morris <rgm@gnu.org>
16112
16113 * server.el (server-auth-dir): Doc fix.
16114 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
16115
16116 * subr.el (run-mode-hooks): Doc fix.
16117
16118 2012-02-02 Juri Linkov <juri@jurta.org>
16119
16120 * image-mode.el (image-toggle-display-image): Remove tautological
16121 `major-mode' from the `derived-mode-p' test.
16122
16123 2012-02-02 Kenichi Handa <handa@m17n.org>
16124
16125 * composite.el (compose-region): Cancel previous change.
16126
16127 2012-02-02 Kenichi Handa <handa@m17n.org>
16128
16129 * composite.el (compose-region, compose-string): Signal error for
16130 a null string component (Bug#6988).
16131
16132 2012-02-01 Chong Yidong <cyd@gnu.org>
16133
16134 * view.el (view-buffer-other-window, view-buffer-other-frame):
16135 Handle special modes like view-buffer (Bug#10650).
16136 (view-buffer): Simplify.
16137
16138 * frame.el (set-frame-font): Tweak meaning of third argument.
16139
16140 * dynamic-setting.el (font-setting-change-default-font):
16141 Use set-frame-font (Bug#9982).
16142
16143 2012-02-01 Glenn Morris <rgm@gnu.org>
16144
16145 * progmodes/compile.el (compilation-internal-error-properties):
16146 Respect compilation-first-column in the "*compilation*" buffer.
16147
16148 * emacs-lisp/easy-mmode.el (define-minor-mode):
16149 Relax :variable's test for a named function.
16150
16151 2012-01-31 Alan Mackenzie <acm@muc.de>
16152
16153 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16154 off by one error.
16155
16156 2012-01-31 Chong Yidong <cyd@gnu.org>
16157
16158 * frame.el (set-frame-font): New arg ALL-FRAMES.
16159
16160 * menu-bar.el (menu-set-font): Use set-frame-font.
16161
16162 * faces.el (face-spec-reset-face): Don't apply unspecified
16163 attribute values to the default face.
16164
16165 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
16166
16167 * progmodes/cwarn.el (cwarn): Remove dead link.
16168 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16169 Remove * from defcustom docstrings.
16170 (turn-on-cwarn-mode): Make obsolete.
16171 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16172 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16173
16174 2012-01-31 Glenn Morris <rgm@gnu.org>
16175
16176 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16177 Fix :variable handling of mode a symbol not equal to modefun.
16178 Allow named functions to be used as the cdr of :variable.
16179
16180 2012-01-30 Glenn Morris <rgm@gnu.org>
16181
16182 * emacs-lisp/authors.el (authors-fixed-entries):
16183 Remove reference to deleted file rnewspost.el.
16184
16185 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
16186
16187 * window.el (window-with-parameter): Remove unused variable `windows'.
16188 (window--side-check): Remove unused variable `code'.
16189 (window--resize-siblings): Remove unused variable `first'.
16190 (adjust-window-trailing-edge): Remove unused variable `failed'.
16191 (window-deletable-p, window--delete): Remove unused variable `buffer'.
16192 Use `let', not `let*'.
16193 (balance-windows-2): Remove unused variable `found'.
16194 (window--state-put-2): Remove unused variable `splits'.
16195 (window-state-put): Remove unused variable `selected'.
16196 (same-window-p): Use `string-match-p'.
16197 (display-buffer-assq-regexp): Remove unused variable `value'.
16198 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16199 Mark argument ALIST as ignored.
16200 (pop-to-buffer): Remove unused variable `old-window'.
16201
16202 2012-01-29 Eli Zaretskii <eliz@gnu.org>
16203
16204 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16205 and .lzma compressed files.
16206
16207 2012-01-29 Chong Yidong <cyd@gnu.org>
16208
16209 * frame.el (window-system-default-frame-alist): Doc fix.
16210
16211 * dynamic-setting.el (font-setting-change-default-font): Don't
16212 change the default face if SET-FONT argument is non-nil (Bug#9982).
16213
16214 2012-01-29 Samuel Bronson <naesten@gmail.com>
16215
16216 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16217
16218 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
16219
16220 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16221 breakpoints in files outside current directory (Bug#6098).
16222
16223 2012-01-29 Chong Yidong <cyd@gnu.org>
16224
16225 * progmodes/python.el: Require ansi-color at top-level.
16226
16227 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16228 Define and use in Emacs Lisp mode (Bug#9360).
16229 (lisp-mode-abbrev-table): Add doc.
16230 (lisp-mode-variables): Don't set local-abbrev-table.
16231 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16232
16233 2012-01-28 Roland Winkler <winkler@gnu.org>
16234
16235 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16236
16237 2012-01-28 Roland Winkler <winkler@gnu.org>
16238
16239 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16240 (bibtex-set-dialect): Use it. Either set global values of
16241 dialect-dependent variables or bind these variables buffer-locally
16242 (Bug#10254).
16243 (bibtex-mode): Call bibtex-set-dialect via
16244 hack-local-variables-hook.
16245 (bibtex-dialect): Update docstring.
16246 Add safe-local-variable predicate.
16247 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16248 bibtex-set-dialect.
16249 (bibtex-mode-map): Define menu for each dialect.
16250 (bibtex-entry): Fix docstring.
16251
16252 2012-01-28 Chong Yidong <cyd@gnu.org>
16253
16254 * eshell/esh-arg.el (eshell-quote-argument): New function.
16255
16256 * eshell/esh-ext.el (eshell-invoke-batch-file):
16257 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16258 first arg to eshell-parse-command (Bug#10523).
16259
16260 2012-01-28 Drew Adams <drew.adams@oracle.com>
16261
16262 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16263 `default-directory' is non-nil.
16264
16265 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16266
16267 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16268 line that displays system-configuration-options. (Bug#9924)
16269
16270 2012-01-28 Drew Adams <drew.adams@oracle.com>
16271
16272 * descr-text.el (describe-char): Show information about POS, in
16273 addition to information about the character at POS. Improve and
16274 update the doc string. Change "code point" to "code point in
16275 charset", to avoid confusion with the character's Unicode code
16276 point shown above that. (Bug#10129)
16277
16278 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16279
16280 * descr-text.el (describe-char): Show the raw character, not only
16281 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16282 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16283 for the reasons.
16284
16285 2012-01-28 Phil Hagelberg <phil@hagelb.org>
16286
16287 * emacs-lisp/package.el (package-install):
16288 Run package-refresh-contents if there is no archive yet (Bug#9798).
16289
16290 2012-01-28 Chong Yidong <cyd@gnu.org>
16291
16292 * emacs-lisp/package.el (package-maybe-load-descriptor):
16293 New function, split from package-maybe-load-descriptor.
16294 (package-maybe-load-descriptor): Use it.
16295 (package-download-transaction): Fully load required packages
16296 inside the loop, so that `require' calls work (Bug#10593).
16297 (package-install): No need to call package-initialize now.
16298
16299 2012-01-28 Chong Yidong <cyd@gnu.org>
16300
16301 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16302
16303 * tooltip.el (tooltip-mode): Doc fix.
16304 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16305
16306 * frame.el (set-cursor-color): Doc fix (Bug#352).
16307
16308 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16309 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16310
16311 * cus-edit.el (custom-buffer-create-internal): Fix search button
16312 action (Bug#10542).
16313 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16314
16315 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16316
16317 * dired.el (dired-mark-files-regexp):
16318 Include any subdirectory components. (Bug#10445)
16319
16320 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16321
16322 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16323 Handle [host]:port syntax. (Bug#10533)
16324
16325 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16326
16327 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16328
16329 2012-01-26 Glenn Morris <rgm@gnu.org>
16330
16331 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16332 * term.el (term-raw-escape-map): Use Control-X-prefix.
16333 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16334
16335 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16336
16337 * window.el (window-state-get, window--state-get-1): Don't deal
16338 with fixed-sizeness of windows. Simplify code.
16339
16340 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16341
16342 * window.el (window--state-get-1, window--state-put-2):
16343 Don't save and restore the mark.
16344
16345 2012-01-25 Chong Yidong <cyd@gnu.org>
16346
16347 * custom.el (custom-variable-p): Doc fix.
16348
16349 2012-01-25 Glenn Morris <rgm@gnu.org>
16350
16351 * dired.el (dired-goto-file): Handle some of the more common
16352 characters that `ls -b' escapes. (Bug#10596)
16353
16354 * progmodes/compile.el (compilation-next-error-function):
16355 Respect compilation-first-column in the "*compilation*" buffer.
16356 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16357
16358 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16359
16360 2012-01-24 Glenn Morris <rgm@gnu.org>
16361
16362 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16363
16364 2012-01-24 Julien Danjou <julien@danjou.info>
16365
16366 * color.el (color-rgb-to-hsl): Fix value computing.
16367 (color-hue-to-rgb): New function.
16368 (color-hsl-to-rgb): New function.
16369 (color-clamp, color-saturate-hsl, color-saturate-name)
16370 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16371 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16372
16373 2012-01-24 Glenn Morris <rgm@gnu.org>
16374
16375 * vc/vc-rcs.el (vc-rcs-create-tag):
16376 * vc/vc-sccs.el (vc-sccs-create-tag):
16377 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16378
16379 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16380
16381 * eshell/esh-util.el (eshell-read-hosts-file):
16382 Skip comment lines. (Bug#10549)
16383
16384 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16385
16386 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16387
16388 * subr.el (display-delayed-warnings): Doc fix.
16389 (collapse-delayed-warnings): New function to collapse identical
16390 adjacent warnings.
16391 (delayed-warnings-hook): Add it.
16392
16393 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16394
16395 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16396
16397 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16398 (tramp-default-user-alist): Don't add "pscp".
16399 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16400 property "login-as", if set. (Bug#10530)
16401
16402 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16403
16404 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16405 "plink1" and "psftp". (Bug#10530)
16406
16407 2012-01-21 Kenichi Handa <handa@m17n.org>
16408
16409 * international/mule-cmds.el (prefer-coding-system): Show a
16410 warning message if the default value of file-name-coding-system
16411 was not changed.
16412
16413 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16414
16415 * windmove.el (windmove-reference-loc):
16416 Fix windmove-reference-loc miscalculation.
16417
16418 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16419
16420 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16421 default unit.
16422
16423 2012-01-21 Glenn Morris <rgm@gnu.org>
16424
16425 * international/mule.el (auto-coding-alist): Add .tbz.
16426
16427 * files.el (local-enable-local-variables): Doc fix.
16428 (inhibit-local-variables-regexps): Rename from
16429 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16430 Doc fix. Add some extensions from auto-coding-alist.
16431 (inhibit-local-variables-suffixes):
16432 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16433 (inhibit-local-variables-p):
16434 New function, extracted from set-auto-mode-1.
16435 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16436 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16437 (hack-local-variables): Doc fix. Make the mode-only case
16438 respect enable-local-variables and friends.
16439 Respect inhibit-local-variables-regexps for file-locals, but
16440 not for directory-locals.
16441 (set-visited-file-name):
16442 Take account of inhibit-local-variables-regexps.
16443 Whether it applies may change as the file name is changed.
16444 * jka-cmpr-hook.el (jka-compr-install):
16445 * jka-compr.el (jka-compr-uninstall):
16446 Update for inhibit-first-line-modes-suffixes name change.
16447
16448 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16449
16450 * help-macro.el (make-help-screen): Temporarily restore original
16451 binding for minor-mode-map-alist (Bug#10454).
16452
16453 2012-01-19 Julien Danjou <julien@danjou.info>
16454
16455 * color.el (color-name-to-rgb): Use the white color to find the max
16456 color component value and return correctly computed values.
16457 (color-name-to-rgb): Add missing float conversion for max value.
16458
16459 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16460
16461 * window.el (window--state-get-1, window-state-get): Do not use
16462 special state value for window-persistent-parameters.
16463 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16464 (window--state-put-2): Reset all window parameters to nil before
16465 assigning values of persistent parameters.
16466
16467 2012-01-18 Alan Mackenzie <acm@muc.de>
16468
16469 Eliminate sluggishness and hangs in fontification of "semicolon
16470 deserts".
16471
16472 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16473 Change value 10000 -> 3000.
16474 (c-state-safe-place): Reformulate so it doesn't stack up an
16475 infinite number of wrong entries in c-state-nonlit-pos-cache.
16476 (c-determine-limit-get-base, c-determine-limit): New functions to
16477 determine backward search limits disregarding literals.
16478 (c-find-decl-spots): Amend commenting.
16479 (c-cheap-inside-bracelist-p): New function which detects "={".
16480
16481 * progmodes/cc-fonts.el
16482 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16483 backward search.
16484 (c-font-lock-declarations): Fix an occurrence of point being
16485 undefined. Check additionally for point being in a bracelist or
16486 near a macro invocation without a semicolon so as to avoid a
16487 fruitless time consuming search for a declarator. Give a more
16488 precise search limit for declarators using the new
16489 c-determine-limit.
16490
16491 2012-01-18 Glenn Morris <rgm@gnu.org>
16492
16493 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16494 (set-auto-mode): Doc fixes.
16495
16496 2012-01-17 Glenn Morris <rgm@gnu.org>
16497
16498 * isearch.el (search-nonincremental-instead): Fix doc typo.
16499
16500 * dired.el (dired-insert-directory): Handle newlines in directory name.
16501 (dired-build-subdir-alist): Unescape newlines in directory name.
16502
16503 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16504
16505 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16506 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16507 (tramp-action-terminal): Use it. (Bug#10530)
16508
16509 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16510
16511 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16512
16513 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16514
16515 * window.el (window-state-ignored-parameters): Remove variable.
16516 (window--state-get-1): Rename argument MARKERS to IGNORE.
16517 Handle persistent window parameters. Make copy of clone-of
16518 parameter only if requested. (Bug#10348)
16519 (window--state-put-2): Install a window parameter only if it has
16520 a non-nil value or an existing parameter shall be overwritten.
16521
16522 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16523
16524 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16525
16526 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16527
16528 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16529 don't pass the (nil) value of `upnode' to string-match.
16530
16531 2012-01-14 Chong Yidong <cyd@gnu.org>
16532
16533 * startup.el (command-line): Fix X resource class for cursorColor.
16534 Fix values recognized by the cursorBlink resource.
16535
16536 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16537
16538 * epg.el (epg--make-temp-file): Avoid permission race condition
16539 when running on old Emacs versions (bug#10403).
16540
16541 2012-01-14 Glenn Morris <rgm@gnu.org>
16542
16543 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16544
16545 2012-01-13 Alan Mackenzie <acm@muc.de>
16546
16547 Fix filling for when filladapt mode is enabled.
16548
16549 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16550 c-mask-paragraph, pass in `fill-paragraph' rather than
16551 `fill-region-as-paragraph'. (This is a reversion of a previous
16552 change.)
16553 * progmodes/cc-mode.el (c-basic-common-init):
16554 Make fill-paragraph-handle-comment buffer local and set it to nil.
16555
16556 2012-01-13 Glenn Morris <rgm@gnu.org>
16557
16558 * dired.el (dired-switches-escape-p): New function.
16559 (dired-insert-directory): Use dired-switches-escape-p.
16560 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16561
16562 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16563
16564 2012-01-12 Glenn Morris <rgm@gnu.org>
16565
16566 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16567 changes in adaptive-fill-regexp. (Bug#10276)
16568
16569 2012-01-11 Alan Mackenzie <acm@muc.de>
16570
16571 Fix Emacs bug #10463 - put `widen's around the critical spots.
16572
16573 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16574 widen around each invocation of c-state-pp-to-literal. Remove an
16575 unused let variable.
16576
16577 2012-01-11 Glenn Morris <rgm@gnu.org>
16578
16579 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16580 Doc fix.
16581
16582 2012-01-10 Chong Yidong <cyd@gnu.org>
16583
16584 * net/network-stream.el (network-stream-open-starttls):
16585 Avoid emitting a confusing error message when the server gives a bad
16586 response to the capability command.
16587
16588 2012-01-10 Glenn Morris <rgm@gnu.org>
16589
16590 * mail/unrmail.el (unrmail): Tweak previous change.
16591
16592 2012-01-09 Chong Yidong <cyd@gnu.org>
16593
16594 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16595
16596 2012-01-08 Alan Mackenzie <acm@muc.de>
16597
16598 Optimize font locking in long enum definitions.
16599
16600 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16601 arm to a cond form to handle enums.
16602 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16603 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16604
16605 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16606
16607 * files.el (move-file-to-trash): Preserve default file modes on error.
16608 (Bug#10401)
16609
16610 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16611
16612 * faces.el (set-face-attribute): Clarify the meaning of the nil
16613 frame (bug#10294).
16614
16615 * subr.el (with-selected-frame): Mention that the selected frame
16616 is restored (bug#9980).
16617
16618 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16619 (bug#9759).
16620
16621 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16622 (password-read): Don't autoload unused function.
16623
16624 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16625
16626 * progmodes/which-func.el (which-func-mode): Turn into a
16627 non-interactive function and mark as obsolete (bug#10428).
16628
16629 2012-01-06 Chong Yidong <cyd@gnu.org>
16630
16631 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16632 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16633 functions, along with 1 and -1.
16634
16635 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16636
16637 * time.el (display-time-load-average)
16638 (display-time-default-load-average): Doc fixes. See the thread
16639 starting at
16640 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16641 for the details.
16642
16643 2012-01-06 Glenn Morris <rgm@gnu.org>
16644
16645 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16646 has no messages. (Bug#10377)
16647
16648 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16649 than Info-edit. (Bug#10385)
16650
16651 * time.el (display-time-load-average, display-time-next-load-average):
16652 Doc fixes.
16653
16654 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16655 local setting of buffer-read-only to the input buffer. (Bug#10419)
16656
16657 * calendar/calendar.el (calendar-mode):
16658 Locally set scroll-margin to 0. (Bug#10379)
16659
16660 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16661
16662 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16663
16664 2012-01-05 Glenn Morris <rgm@gnu.org>
16665
16666 * eshell/em-unix.el (diff-no-select): Autoload it.
16667 (eshell/diff): Use diff-no-select. (Bug#10420)
16668
16669 2012-01-05 Chong Yidong <cyd@gnu.org>
16670
16671 * shell.el (shell-dynamic-complete-functions): Revert last change.
16672 (shell-command-completion-function): New function.
16673 (shell-completion-vars): Use it to implement
16674 shell-completion-execonly (Bug#10417).
16675
16676 * custom.el (enable-theme): Don't set custom-safe-themes.
16677
16678 * cus-theme.el (custom-theme-merge-theme):
16679 Ignore custom-enabled-themes and custom-safe-themes.
16680
16681 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16682
16683 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16684 first prompt in `sql-interacive-mode'.
16685 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16686 keywords.
16687 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16688 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16689 context of original buffer. Invoke `sql-login-hook'.
16690
16691 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16692
16693 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16694 letters in cite-prefix.
16695
16696 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16697
16698 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16699
16700 2012-01-03 Chong Yidong <cyd@gnu.org>
16701
16702 * shell.el (shell-dynamic-complete-functions):
16703 Put pcomplete-completions-at-point, so as to try
16704 comint-filename-completion first (Bug#10417).
16705
16706 2012-01-02 Richard Stallman <rms@gnu.org>
16707
16708 * battery.el (battery-status-function):
16709 Detect when to use battery-yeeloong-sysfs.
16710 (battery-echo-area-format): Add string for Yeeloong.
16711 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16712 (battery-yeeloong-sysfs): New function.
16713
16714 2012-01-02 Chong Yidong <cyd@gnu.org>
16715
16716 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16717 (dirtrack): Merge code for handling relative filenames in prompt
16718 from shell-dir-cookie-watcher.
16719 (dirtrack-debug-message): New arg to avoid excess format calls.
16720
16721 * shell.el (shell-dir-cookie-re): Variable deleted.
16722 (shell-dir-cookie-watcher): Function deleted.
16723 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16724 with dirtrack-mode.
16725
16726 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16727
16728 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16729 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16730 libgnutls-26.dll.
16731
16732 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16733
16734 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16735
16736 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16737
16738 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16739 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16740
16741 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16742
16743 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16744 also for alternative shells.
16745 (tramp-open-connection-setup-interactive-shell): Check, whether
16746 the shell is a busybox.
16747 (tramp-send-command): Don't suppress multiple prompts for
16748 busyboxes, it hurts.
16749
16750 2011-12-28 Chong Yidong <cyd@gnu.org>
16751
16752 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16753 (gdb-get-source-file): Move mode line update to
16754 gdb-get-source-file (Bug#10087).
16755
16756 2011-12-25 Chong Yidong <cyd@gnu.org>
16757
16758 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16759 gud-gdb-marker-filter without taking it as an argument.
16760 (gud-gdb-run-command-fetch-lines): Caller changed.
16761 (gud-gdb-completion-function): New variable.
16762 (gud-gdb-completion-at-point): Use it.
16763 (gud-gdb-completions-1): Split from gud-gdb-completions.
16764
16765 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16766 function as separate arguments.
16767 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16768 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16769 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16770 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16771 (gdb-stopped, def-gdb-auto-update-trigger)
16772 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16773 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16774 Callers changed.
16775 (gud-gdbmi-completions): New function.
16776 (gdb): Use it for generating the completion table.
16777
16778 2011-12-24 Alan Mackenzie <acm@muc.de>
16779
16780 Introduce a mechanism to widen the region used in context font
16781 locking. Use this to protect declarations from losing their contexts.
16782
16783 * progmodes/cc-langs.el (c-before-font-lock-functions):
16784 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16785 (c-before-context-fontification-functions): New defvar, a list of
16786 functions to be run just before context (etc.) font locking.
16787
16788 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16789 New, functionality extracted from
16790 c-neutralize-syntax-in-and-mark-CPP.
16791 (c-in-after-change-fontification): New variable.
16792 (c-after-change): Set c-in-after-change-fontification.
16793 (c-set-fl-decl-start): Rejig its interface, so it can be called
16794 from both after-change and context fontifying.
16795 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16796 New functions.
16797 (c-standard-font-lock-fontify-region-function): New variable.
16798 (c-font-lock-fontify-region): New function.
16799
16800 2011-12-24 Juri Linkov <juri@jurta.org>
16801
16802 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16803 (Bug#10348)
16804
16805 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16806
16807 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16808 existence of source file. (Bug#10325)
16809
16810 2011-12-23 Alan Mackenzie <acm@muc.de>
16811
16812 Fix unstable fontification inside templates.
16813
16814 * progmodes/cc-langs.el (c-before-font-lock-functions):
16815 Newly created from the singular version. The (c c++ objc) entry now
16816 additionally has c-set-fl-decl-start. The other languages (apart
16817 from AWK) have that as a single entry.
16818
16819 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16820 The functionality for "local" declarations has been extracted to
16821 c-set-fl-decl-start.
16822
16823 * progmodes/cc-mode.el (c-common-init, c-after-change):
16824 Changes due to pluralisation of c-before-font-lock-functions.
16825 (c-set-fl-decl-start): New function, extracted from
16826 c-font-lock-enclosing-decls and enhanced.
16827
16828 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16829
16830 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16831
16832 2011-12-22 Juri Linkov <juri@jurta.org>
16833
16834 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16835
16836 2011-12-22 Chong Yidong <cyd@gnu.org>
16837
16838 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16839
16840 2011-12-21 Drew Adams <drew.adams@oracle.com>
16841
16842 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16843
16844 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16845
16846 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16847
16848 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16849
16850 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16851 highlighting and support. Fix up comments for capitalization.
16852 (cfengine-mode-debug): New var.
16853 (cfengine3-mode): Change the modeline indicator to "CFE3".
16854 (cfengine3-font-lock-keywords): Improve defun highlighting.
16855 (cfengine2-actions): Rename from `cfengine-actions'.
16856 (cfengine2-font-lock-keywords): Rename from
16857 `cfengine-font-lock-keywords'.
16858 (cfengine2-imenu-expression): Rename from
16859 `cfengine-imenu-expression'.
16860 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16861 (cfengine2-beginning-of-defun): Rename from
16862 `cfengine-beginning-of-defun'.
16863 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16864 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16865 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16866 modeline indicator to "CFE2".
16867 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16868 (cfengine-mode-abbrevs): Mark obsolete.
16869
16870 2011-12-21 Chong Yidong <cyd@gnu.org>
16871
16872 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16873 filename argument.
16874
16875 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16876
16877 * window.el (window-normalize-buffer-to-display): Remove.
16878 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16879
16880 2011-12-19 Chong Yidong <cyd@gnu.org>
16881
16882 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16883 Don't signal an error in a predicate function; return non-nil.
16884 (vc-dir-mark-file): Move the error here.
16885 (vc-dir-mark-unmark): If acting on the region, keep going if one
16886 of the entries cannot be marked/unmarked.
16887 (vc-dir-mark-all-files): If current entry is a directory, mark
16888 only child files, as documented.
16889
16890 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
16891
16892 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16893 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16894 addition.
16895
16896 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16897
16898 * term/ns-win.el (ns-get-selection-internal)
16899 (ns-store-selection-internal): Declare.
16900 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16901 Declare as obsolete.
16902 (ns-get-pasteboard, ns-paste-secondary):
16903 Use ns-get-selection-internal.
16904 (ns-set-pasteboard, ns-copy-including-secondary):
16905 Use ns-store-selection-internal.
16906
16907 2011-12-17 Chong Yidong <cyd@gnu.org>
16908
16909 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16910 (vc-deduce-fileset): Doc fix.
16911
16912 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16913
16914 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16915
16916 2011-12-13 Sam Steingold <sds@gnu.org>
16917
16918 * man.el (Man-getpage-in-background): When running under a
16919 window-system, ignore $MANWIDTH and $COLUMNS.
16920
16921 2011-12-15 Kenichi Handa <handa@m17n.org>
16922
16923 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16924 (setup-ethiopic-environment-internal): Comment out key-binding for
16925 ethio-toggle-punctuation.
16926
16927 2011-12-13 Alan Mackenzie <acm@muc.de>
16928
16929 Add the switch statement to AWK Mode.
16930
16931 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16932 "default" to the keywords regexp.
16933
16934 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16935 expression as the rest.
16936 (c-nonlabel-token-key): Allow string literals for AWK.
16937 Refactor for the other modes.
16938
16939 Large brace-block initialisation makes CC Mode slow: Fix.
16940 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16941 routines. Limit backward searching in c-font-lock-enclosing.decl.
16942
16943 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16944 pp-state and literal type in addition to the limits.
16945 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16946 (c-state-literal-at): Use the above new defun.
16947 (c-slow-in-literal, c-fast-in-literal): Remove.
16948 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16949
16950 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16951 being in a literal. Add a limit for backward searching.
16952
16953 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16954 c-slow-in-literal.
16955
16956 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16957
16958 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16959
16960 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16961
16962 * window.el (delete-other-windows): Use correct frame in call to
16963 window-with-parameter.
16964
16965 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16966
16967 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16968 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16969 (makefile-gmake-statements, makefile-makepp-statements):
16970 Use it and add new makepp keywords.
16971 (makefile-makepp-font-lock-keywords): Add new patterns.
16972 (makefile-match-function-end): Match new [...] and [[...]].
16973
16974 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16975
16976 * ses.el (ses-call-printer-return, ses-cell-property-get)
16977 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16978 (ses-create-cell-variable, ses-reset-header-string)
16979 (ses-cell-set-formula, ses-repair-cell-reference-all)
16980 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16981 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16982 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16983 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16984 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16985 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16986 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16987 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16988 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16989 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16990 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16991 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16992
16993 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
16994
16995 * ses.el: The overall change is to add cell renaming, that is
16996 setting fancy names for cell symbols other than name matching
16997 "\\`[A-Z]+[0-9]+\\'" regexp .
16998 (ses-create-cell-variable): New defun.
16999 (ses-relocate-formula): Relocate formulas only for cells the
17000 symbols of which are not renamed, i.e. symbols whose names do not
17001 match regexp "\\`[A-Z]+[0-9]+\\'".
17002 (ses-relocate-all): Relocate values only for cells the symbols of
17003 which are not renamed.
17004 (ses-load): Create cells variables as the (ses-cell ...) are read,
17005 in order to check row col consistency with cell symbol name only
17006 for cells that are not renamed.
17007 (ses-replace-name-in-formula): New defun.
17008 (ses-rename-cell): New defun.
17009
17010 2011-12-11 Chong Yidong <cyd@gnu.org>
17011
17012 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17013 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17014
17015 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
17016
17017 * window.el (other-window): Fix docstring.
17018
17019 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17020
17021 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17022 `from' or `to' address before taking its substring.
17023 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17024 encoded name is chopped in the middle of the encoded string, and
17025 thus displayed encoded.
17026
17027 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
17028
17029 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17030
17031 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17032
17033 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
17034 to use texinfo-update-node and commands that call it if the
17035 Texinfo file uses @node lines without next/prev/up pointers.
17036 Correct outdated description about texinfo-master-menu.
17037 (texinfo-all-menus-update, texinfo-master-menu)
17038 (texinfo-update-node, texinfo-every-node-update)
17039 (texinfo-multiple-files-update): Doc fix. Warn against updating
17040 all the @node lines.
17041 (texinfo-master-menu): Only call texinfo-update-node if the prefix
17042 argument is numeric. Explain better in the doc string what the
17043 function really does.
17044 (texinfo-insert-master-menu-list): Improve the error message
17045 displayed if there's no menu in the Top node.
17046 (Bug#2975) See also this thread:
17047 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17048
17049 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
17050
17051 * speedbar.el (speedbar-supported-extension-expressions):
17052 Add .adb and .ads, commonly used for Ada source code (bug#10256).
17053
17054 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
17055
17056 * printing.el (pr-mode-alist):
17057 * simple.el (filter-buffer-substring-functions)
17058 (completion-list-insert-choice-function):
17059 * window.el (window-with-parameter, window-atom-root)
17060 (window-sides-slots, window-size-fixed, window-min-delta)
17061 (window-max-delta, window--resize-mini-window)
17062 (window--resize-child-windows-normal, window-tree)
17063 (delete-other-windows, quit-window, split-window)
17064 (display-buffer-record-window, special-display-buffer-names)
17065 (special-display-regexps, special-display-popup-frame)
17066 (same-window-p, split-window-sensibly)
17067 (display-buffer-overriding-action, display-buffer-alist)
17068 (display-buffer-base-action, display-buffer, switch-to-buffer)
17069 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17070 (fit-window-to-buffer, recenter-positions)
17071 (mouse-autoselect-window-state, mouse-autoselect-window-select):
17072 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17073 and remove unneeded backslashes in docstrings.
17074
17075 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17076
17077 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17078
17079 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17080 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17081 end in ".mk".
17082 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17083 when reading the makefile (bug#10116).
17084
17085 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17086
17087 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17088 (bug#10116).
17089
17090 2011-12-06 Glenn Morris <rgm@gnu.org>
17091
17092 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17093
17094 2011-12-06 Chong Yidong <cyd@gnu.org>
17095
17096 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17097
17098 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
17099
17100 * textmodes/table.el (table-shorten-cell): Fix typo.
17101
17102 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
17103
17104 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17105
17106 2011-12-05 Eli Zaretskii <eliz@gnu.org>
17107
17108 * descr-text.el (describe-char): Fix display of strong
17109 right-to-left characters and directional embeddings and overrides.
17110
17111 * simple.el (what-cursor-position): Fix display of codepoints of
17112 strong right-to-left characters.
17113
17114 2011-12-05 Chong Yidong <cyd@gnu.org>
17115
17116 * faces.el (read-color): Doc fix.
17117
17118 2011-12-05 Glenn Morris <rgm@gnu.org>
17119
17120 * align.el (align--set-marker): Add doc-string.
17121 Don't try to move something that is not a marker. (Bug#10216)
17122
17123 2011-12-04 Glenn Morris <rgm@gnu.org>
17124
17125 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17126 overly zealous deletion of trailing whitespace.
17127
17128 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
17129
17130 * server.el (server-delete-client): On Windows, do not try to delete
17131 the only terminal.
17132 (server-process-filter): On Windows, treat requests for a tty frame as
17133 if they were for a GUI frame if the running server is in GUI mode.
17134
17135 2011-12-03 Glenn Morris <rgm@gnu.org>
17136
17137 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
17138
17139 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
17140
17141 * electric.el: Streamline electric-indent's hook.
17142 (electric-indent-chars): Revert to simple list.
17143 (electric-indent-functions): New var.
17144 (electric-indent-post-self-insert-function): Use it.
17145
17146 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17147 there's no inferior buffer (bug#10196).
17148 (prolog-consult-compile): Don't use toggle-read-only.
17149
17150 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
17151
17152 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17153 interrupt. (Bug#10187)
17154
17155 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17156
17157 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17158 (bug#9160).
17159
17160 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17161 (bug#10191).
17162
17163 2011-12-02 Juri Linkov <juri@jurta.org>
17164
17165 * info.el (Info-search): Display "end of manual" when Isearch
17166 reaches the end of single-file Info manual. (Bug#9918)
17167
17168 2011-12-02 Eli Zaretskii <eliz@gnu.org>
17169
17170 * isearch.el (isearch-message-prefix): Run the input method part
17171 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
17172
17173 2011-12-02 Juri Linkov <juri@jurta.org>
17174
17175 * isearch.el (isearch-occur): Use `word-search-regexp' for
17176 `isearch-word'.
17177 (isearch-search-and-update): Add condition for `isearch-word' and
17178 call `word-search-regexp'. (Bug#10145)
17179
17180 2011-12-01 Glenn Morris <rgm@gnu.org>
17181
17182 * eshell/em-hist.el (eshell-hist-initialize):
17183 Handle eshell-history-size nil and HISTSIZE set or unset.
17184 (eshell-history-file-name, eshell-history-size): Fix custom type.
17185
17186 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17187
17188 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17189
17190 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
17191
17192 * progmodes/verilog-mode.el (verilog-pretty-expr):
17193 Rework verilog-pretty-expr to handle new assignment operators in system
17194 verilog, such as += *= and the like.
17195 (verilog-assignment-operator-re): Regular expression to find the
17196 assigment operator in a verilog assignment.
17197 (verilog-assignment-operation-re): Regular expression to find an
17198 assignment statement for pretty-expr.
17199 (verilog-in-attribute-p): Query returns true if point is in an
17200 attribute context; used to skip these for expression line up from
17201 pretty-expr.
17202 (verilog-in-parameter-p): Query returns true if point is in an
17203 parameter definition context; used to skip these for expression
17204 line up from pretty-expr.
17205 (verilog-in-parenthesis-p): Query returns true if point is in a
17206 parenthetical expression, specifically ( ) but not [ ] or { };
17207 used by pretty-expr.
17208 (verilog-just-one-space): If there is no space, don't add one.
17209 (verilog-get-lineup-indent-2): Specifically skip just attribute
17210 contexts for expression lineup, rather than skipping all
17211 parenthetical expressions.
17212 (verilog-calculate-indent): Fix comment, and fix indent.
17213 (verilog-do-indent): Indent declarations in lists (suggested by
17214 Joachim Lechner).
17215 (verilog-mode-abbrev-table): Populate abbrev mode with the various
17216 skeleton items.
17217 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17218 by Alain Mellan).
17219
17220 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
17221
17222 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17223 parameters with embedded comments. Reported by Ray Stevens.
17224 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17225 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17226 Reported by Tim Holt.
17227 (verilog-auto): Fix AUTOing a upper module then AUTOing module
17228 instantiated by upper module causing wrong expansion until AUTOed a
17229 second time. Reported by K C Buckenmaier.
17230 (verilog-diff-auto): Fix showing .* as a difference when
17231 `verilog-auto-star-save' off. Reported by Dan Dever.
17232 (verilog-auto-reset, verilog-read-always-signals)
17233 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17234 temporary signals in reset list if
17235 verilog-auto-reset-blocking-in-non is nil, and match assignment
17236 style to each signal's assignment type, bug381.
17237 Reported by Thomas Esposito.
17238 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17239 (verilog-uvm-statement-re): Support UVM indentation and
17240 highlighting, with old OVM keywords only.
17241 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17242 Support AUTOTIEOFF creating non-wire data types.
17243 Suggested by Jonathan Greenlaw.
17244 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17245 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17246 (verilog-inject-sense, verilog-read-inst-pins)
17247 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17248 Fix mismatching parenthesis inside commented out code when deleting
17249 AUTOINST, bug383. Reported by Jonathan Greenlaw.
17250 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17251 non-numeric vector width. Reported by Alex Reed.
17252 (verilog-auto-ascii-enum): Add "onehot" option to work around not
17253 detecting signals with parameter widths. Reported by Alex Reed.
17254 (verilog-auto-delete-trailing-whitespace):
17255 With `verilog-auto-delete-trailing-whitespace' remove trailing
17256 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17257 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17258 Fix verilog-scan-cache corruption when running user AUTO expansion
17259 hooks that call indentation routines.
17260 (verilog-simplify-range-expression): Fix typo ignoring lower case
17261 identifiers.
17262 (verilog-delete-auto): Fix delete-autos to also remove user created
17263 automatics, as long as they start with AUTO.
17264 (verilog-batch-diff-auto, verilog-diff-auto)
17265 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17266 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17267 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17268 (verilog-in-paren-quick, verilog-re-search-backward-quick)
17269 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17270 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17271 is disabled and its cache will get corrupt, causing AUTOS not to
17272 expand. Instead use only -quick functions.
17273 (verilog-scan-region): Fix scanning over escaped quotes.
17274 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17275 (verilog-re-search-backward-quick)
17276 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17277 related functions now ignore strings, to fix misparsing of strings
17278 with magic comments embedded in them.
17279 (verilog-read-auto-template):
17280 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17281 Reported by Brad Dobbie.
17282 (verilog-read-auto-template):
17283 Fix 'verilog-auto-inst-template-numbers' with comments.
17284 Reported by Brad Dobbie.
17285 (verilog-auto-inst, verilog-auto-inst-param)
17286 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17287 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17288 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17289 debugging templates without merge conflicts, bug357.
17290 Reported by Brad Dobbie.
17291 (verilog-read-auto-template):
17292 Fix verilog-auto-inst-template-numbers with multiple templates.
17293 Reported by Brad Dobbie.
17294 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17295 abbrevs so user won't be asked to save.
17296 (verilog-read-auto-lisp-present): Fix to start at beginning of
17297 buffer in case called outside of verilog-auto.
17298 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17299 to "X-2". Reported by Matthew Myers.
17300 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17301 all inputs from module templates. Reported by Leith Johnson.
17302 (verilog-module-inside-filename-p): Fix locating programs as with
17303 modules.
17304 (verilog-auto-inst-port): Fix vl-width expressions when using
17305 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17306 (verilog-decls-get-regs, verilog-decls-get-signals,
17307 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17308 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17309 verilog-read-decls): Combine reg and wire structures into one var
17310 structure to represent SystemVerilog concepts.
17311 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17312 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17313 (verilog-auto-wire-type, verilog-insert-definition):
17314 Add verilog-auto-wire-type and AUTOLOGIC to support using
17315 SystemVerilog "logic" keyword instead of "wire"/"reg".
17316 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17317 to declares outputs that also have assignments (presumably in an
17318 ifdef or generate if so there's not a driver conflict).
17319 Reported by Matthew Myers.
17320 (verilog-auto-declare-nettype, verilog-insert-definition):
17321 Add verilog-auto-declare-nettype to fix declarations using
17322 `default_nettype none. Reported by Julian Gorfajn.
17323 (verilog-read-always-signals-recurse, verilog-read-decls)
17324 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17325 malformed end statement, bug325. Reported by Joshua Wise and
17326 Andrew Drake.
17327 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17328 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17329 when expanding .* in interfaces, bug320.
17330 Reported by Pierre-David Pfister.
17331 (verilog-read-module-name): Fix import statements between module
17332 name and open parenthesis, bug317.
17333 Reported by Pierre-David Pfister.
17334 (verilog-simplify-range-expression): Fix simplification of
17335 multiplications inside AUTOWIRE connections, bug303.
17336 (verilog-auto-inst-port): Support parameter expansion in
17337 multidimensional arrays.
17338 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17339 after "assert property". Reported by Julian Gorfajn.
17340 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17341 with multiplication, bug303.
17342 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17343 Reported by Jan Frode Lonnum.
17344
17345 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17346
17347 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17348 (hfy-shell-file-name, hfy-shell):
17349 * international/fontset.el (x-decompose-font-name): Fix typos.
17350
17351 2011-11-29 Ken Brown <kbrown@cornell.edu>
17352
17353 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17354 (gdb-version): Remove defvar.
17355 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17356 (gdb-gud-context-command, gdb-non-stop-handler)
17357 (gdb-current-context-command, gdb-stopped): Use it.
17358 (gdb-init-1): Enable pretty printing here.
17359 (gdb-non-stop-handler): Don't enable pretty-printing here.
17360 Check to see if the target supports non-stop mode; if not, turn off
17361 non-stop mode. Use the following.
17362 (gdb-check-target-async): New defun.
17363 (gud-watch, gdb-stopped): Fix whitespace.
17364 (gdb-get-source-file): Don't try to display the source file if
17365 `gdb-main-file' is nil.
17366
17367 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17368
17369 * align.el: Try to generate fewer markers (bug#10047).
17370 (align--set-marker): New macro.
17371 (align-region): Use it.
17372
17373 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17374
17375 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17376
17377 2011-11-29 Chong Yidong <cyd@gnu.org>
17378
17379 * indent.el (indent-for-tab-command, indent-according-to-mode):
17380 Doc fix.
17381 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17382
17383 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17384
17385 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17386 aware of remote file names. (Bug#10124)
17387
17388 2011-11-29 Chong Yidong <cyd@gnu.org>
17389
17390 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17391
17392 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17393
17394 * files.el (find-file): Don't use force-same-window (bug#10144).
17395 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17396 use pop-to-buffer if the selected window can't be used.
17397 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17398
17399 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17400
17401 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17402 special-mode-map.
17403
17404 2011-11-28 Chong Yidong <cyd@gnu.org>
17405
17406 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17407
17408 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17409
17410 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17411 gdb-get-source-file-list on gdb-create-source-file-list.
17412
17413 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17414
17415 * whitespace.el (whitespace-newline): Use a different foreground
17416 color for 16-color light-background displays.
17417
17418 2011-11-24 Chong Yidong <cyd@gnu.org>
17419
17420 * window.el (display-buffer--special-action): Doc fix.
17421
17422 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17423
17424 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17425 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17426 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17427 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17428 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17429 (avl-tree-stack-first):
17430 * emacs-lisp/cconv.el (cconv--analyse-use):
17431 * net/gnutls.el (gnutls-negotiate): Fix typos.
17432
17433 2011-11-24 Glenn Morris <rgm@gnu.org>
17434
17435 * lpr.el (lpr-windows-system, lpr-lp-system):
17436 * mail/binhex.el (binhex-begin-line):
17437 * progmodes/grep.el (grep-history, grep-find-history):
17438 * textmodes/flyspell.el:
17439 * vc/pcvs-defs.el (cvs-global-menu):
17440 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17441 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17442 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17443
17444 * net/tls.el: Fix case of "GnuTLS".
17445
17446 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17447
17448 * version.el (emacs-build-system): Give it a doc-string.
17449
17450 2011-11-24 Juri Linkov <juri@jurta.org>
17451
17452 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17453
17454 2011-11-24 Glenn Morris <rgm@gnu.org>
17455
17456 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17457 if called on a non-mime message just toggle the headers. (Bug#8006)
17458
17459 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17460
17461 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17462 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17463 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17464 (allout-rebullet-heading, allout-open-sibtopic)
17465 (allout-toggle-current-subtree-encryption)
17466 (allout-toggle-subtree-encryption, allout-encrypt-string)
17467 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17468 (allout-distinctive-bullets-string, allout-auto-activation):
17469 * window.el (window-normalize-buffer-to-display):
17470 * progmodes/verilog-mode.el (verilog-batch-indent):
17471 * textmodes/bibtex.el (bibtex-field-braces-opt)
17472 (bibtex-field-strings-opt):
17473 * vc/cvs-status.el (cvs-tree-merge):
17474 Fix typos.
17475
17476 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17477
17478 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17479 `non-essential' to t, in order to avoid remote connections.
17480
17481 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17482
17483 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17484 On MS-DOS and MS-Windows, compare with loaddefs.el
17485 case-insensitively.
17486
17487 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17488
17489 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17490
17491 2011-11-23 Glenn Morris <rgm@gnu.org>
17492
17493 * paths.el (rmail-file-name): Reformat the doc-string so that it
17494 is picked up.
17495
17496 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17497 (rmail-auto-file): Ignore case in the "special" field names,
17498 as mail-fetch-field does for all others.
17499
17500 * mail/rmail.el (rmail-forward):
17501 * mail/rmailkwd.el (rmail-set-label):
17502 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17503 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17504
17505 * mail/rmail.el (rmail-current-message): Doc fix.
17506
17507 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17508
17509 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17510
17511 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17512
17513 2011-11-22 Glenn Morris <rgm@gnu.org>
17514
17515 * mail/rmailmm.el (test-rmail-mime-handler)
17516 (test-rmail-mime-bulk-handler)
17517 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17518
17519 2011-11-21 Juri Linkov <juri@jurta.org>
17520
17521 * calc/calc.el (calc-read-key-sequence):
17522 Let-bind `input-method-function' to nil. (Bug#10018)
17523
17524 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17525
17526 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17527 Tell the caller that the next line needs recomputation, even
17528 though it doesn't start a sexp (bug#10094).
17529
17530 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17531
17532 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17533
17534 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17535
17536 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17537 Use force-same-window.
17538
17539 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17540
17541 * descr-text.el (describe-char-unicode-data):
17542 * json.el (json-string-escape):
17543 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17544 (Footnote-unicode, Footnote-style-p):
17545 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17546
17547 2011-11-20 Chong Yidong <cyd@gnu.org>
17548
17549 * window.el (replace-buffer-in-windows): Restore interactive spec.
17550
17551 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17552
17553 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17554
17555 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17556 (byte-compile-global-not-obsolete-vars): New var.
17557 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17558 Use it.
17559 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17560
17561 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17562
17563 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17564 * progmodes/pascal.el (electric-pascal-equal):
17565 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17566 * xml.el (xml-substitute-special): Fix typos.
17567
17568 2011-11-20 Glenn Morris <rgm@gnu.org>
17569
17570 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17571 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17572 Doc fixes.
17573 (rmail-decode-mime-charset): Mark as obsolete.
17574
17575 * mail/rmailsum.el (rmail-message-regexp-p-1):
17576 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17577 Before using mime functions, check they are set. (Bug#10077)
17578
17579 2011-11-19 Juri Linkov <juri@jurta.org>
17580
17581 * info.el (Info-finder-find-node): Use `package--builtins' instead
17582 of `package-alist'. Use node names formed by the pattern "Keyword "
17583 and the keyword name.
17584
17585 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17586
17587 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17588
17589 2011-11-19 Juri Linkov <juri@jurta.org>
17590
17591 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17592 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17593 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17594 `old-history', `old-history-forward'. Add let-binding
17595 `window-selected'. Remove calls to `kill-buffer',
17596 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17597 before calling `Info-find-node', so `Info-find-node-2' will reread
17598 the Info file. Restore window positions only when `window-selected'
17599 is non-nil.
17600
17601 2011-11-19 Juri Linkov <juri@jurta.org>
17602
17603 * isearch.el (isearch-lazy-highlight-new-loop):
17604 Remove condition `(not isearch-error)'. (Bug#9918)
17605
17606 * misearch.el (multi-isearch-search-fun): Add condition
17607 `(not bound)' to ignore lazy-highlighting search.
17608 Add the search-failed message "end of multi" when the end of
17609 multi-sequence is reached. Uncapitalize the search-failed
17610 message "Repeat for next buffer".
17611
17612 * info.el (Info-search): Add the search-failed message
17613 "end of the manual" when the end of the manual is reached
17614 in Isearch mode.
17615
17616 2011-11-19 Juri Linkov <juri@jurta.org>
17617
17618 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17619 Use non-destructive `remove' instead of `delete' because
17620 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17621 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17622
17623 2011-11-19 Juri Linkov <juri@jurta.org>
17624
17625 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17626 to nil instead of binding `search-ring' and `regexp-search-ring'.
17627 (Bug#9185)
17628
17629 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17630
17631 * simple.el (line-move): Force movement by logical lines for any
17632 hscrolled window, not only when auto-hscroll-mode is on.
17633 (line-move-visual): Update doc string to that effect. (Bug#10076)
17634
17635 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17636
17637 * language/european.el (macintosh): Define as alias for mac-roman.
17638
17639 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17640
17641 * mail/rmailmm.el (rmail-mime-display-header)
17642 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17643 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17644 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17645 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17646 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17647 of a raw aref.
17648 (rmail-mime-entity-segment): To get past the tagline, move forward
17649 2 more lines, to account for the 2 empty lines that precede and
17650 follow the line with the buttons.
17651 (rmail-mime-update-tagline): Move one more line, to get past the
17652 empty line that follows the buttons in the tagline. (Bug#9520)
17653
17654 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17655
17656 * window.el (window-max-delta-1, window-min-delta-1)
17657 (window-min-size-1, window-state-get-1, window-state-put-1)
17658 (window-state-put-2): Use "window--" prefix.
17659
17660 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17661
17662 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17663 (smie-warning-count): New var.
17664 (smie-set-prec2tab): Use it.
17665 (smie-bnf->prec2): Improve warnings. Add docstring.
17666 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17667 (smie-bnf--set-class): New function.
17668 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17669 corner case.
17670
17671 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17672 (compilation-error-properties, compilation-move-to-column):
17673 Handle compilation-first-column while in the target buffer.
17674
17675 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17676 Don't hardcode point-min==1.
17677
17678 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17679 (eshell-rewrite-for-command): Remove workaround.
17680 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17681 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17682 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17683
17684 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17685
17686 2011-11-17 Glenn Morris <rgm@gnu.org>
17687
17688 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17689 Ignore buffer-local generated-autoload-file if it is the same
17690 as the global value. (Bug#10049)
17691
17692 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17693
17694 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17695 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17696 (reftex-toc-previous-heading, reftex-toc-max-level)
17697 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17698 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17699 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17700 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17701 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17702 (reftex-toc-rename-label, reftex-toc-visit-location)
17703 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17704 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17705 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17706 leaving "*toc*" only for references to the buffer.
17707
17708 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17709
17710 * window.el (window-resize, delete-window, split-window):
17711 Replace window-splits by window-combination-resize.
17712 * cus-start.el (window-splits): Replace by window-combination-resize.
17713
17714 2011-11-17 Glenn Morris <rgm@gnu.org>
17715
17716 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17717 Make bash entry derive from sh entry, not shell entry.
17718
17719 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17720
17721 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17722 local file name.
17723
17724 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17725
17726 * menu-bar.el (menu-bar-file-menu):
17727 * printing.el (pr-ps-utility):
17728 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17729 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17730 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17731 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17732 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17733 (icalendar--convert-cyclic-to-ical)
17734 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17735 (icalendar--convert-ical-to-diary)
17736 (icalendar--convert-recurring-to-diary)
17737 (icalendar--convert-non-recurring-all-day-to-diary)
17738 (icalendar-import-format-sample):
17739 * progmodes/idlw-shell.el (idlwave-shell-mode):
17740 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17741 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17742 (vhdl-ps-print-init): Fix typos.
17743
17744 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17745
17746 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17747 FSF and collapse date sequence, obscure author/maintainer email address
17748 better, remove extra version line, track relocation of author's webpage.
17749
17750 * progmodes/python.el (python-pdbtrack-input-prompt)
17751 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17752 regular python pdb prompts. Adjustments shamelessly taken exactly as
17753 suggested in EmacsWiki page (tiny change):
17754 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17755
17756 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17757
17758 * expand.el (expand-pos, expand-index, expand-point):
17759 Remove redundant info from docstring.
17760 (expand-add-abbrevs): Doc fix.
17761 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17762 (expand-sample-perl-mode-expand-list): Fix typos.
17763
17764 * net/dbus.el (dbus-event-member-name):
17765 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17766 * term/pc-win.el (msdos-create-frame-with-faces):
17767 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17768
17769 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17770
17771 * window.el (split-window, window-state-get-1)
17772 (window-state-put-1, window-state-put-2): Rename occurrences of
17773 window-nest to window-combination-limit.
17774 * cus-start.el (window-nest): Rename to window-combination-limit.
17775
17776 2011-11-16 Chong Yidong <cyd@gnu.org>
17777
17778 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17779 regexp (Bug#10033).
17780
17781 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17782
17783 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17784 `completing-read' will remove *Completions* and will preserve
17785 current-buffer for us.
17786 (tmm-add-prompt): Users of *Completions* will always (re)set its
17787 major mode.
17788 (tmm-old-comp-map): Remove.
17789
17790 2011-11-16 Glenn Morris <rgm@gnu.org>
17791
17792 * mail/rmailedit.el: Require rmailmm when compiling.
17793 (rmail-old-mime-state): New declaration.
17794 (rmail-edit-current-message): If editing a mime message,
17795 edit the "raw" message from the mbox buffer.
17796 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17797
17798 2011-11-15 Glenn Morris <rgm@gnu.org>
17799
17800 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17801 which wasn't being used. Add optional arg to force given state.
17802 (rmail-mime): Add optional arg to force given state.
17803
17804 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17805
17806 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17807 * frame.el (display-mm-dimensions-alist):
17808 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17809 (outline-move-subtree-down):
17810 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17811 (newsticker--treeview-do-get-node):
17812 * net/quickurl.el (quickurl-list-buffer-name):
17813 * progmodes/dcl-mode.el (dcl-mode):
17814 * progmodes/gdb-mi.el (gdb-mapcar*):
17815 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17816
17817 2011-11-15 Glenn Morris <rgm@gnu.org>
17818
17819 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17820 in a boolean sense, so just make it a boolean, and fix the doc.
17821 (rmail-show-mime-function, rmail-mime-feature)
17822 (rmail-require-mime-maybe): Doc fixes.
17823 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17824
17825 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17826
17827 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17828
17829 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17830 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17831 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17832 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17833
17834 2011-11-15 Glenn Morris <rgm@gnu.org>
17835
17836 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17837 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17838 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17839 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17840 (rmail-mime, rmail-show-mime): Doc fixes.
17841
17842 * term/ns-win.el (mode-line-frame-identification):
17843 Leave it alone. (Bug#10051)
17844
17845 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17846
17847 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17848 Handle empty buffers. (Bug#9978)
17849
17850 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17851
17852 * international/mule.el (define-charset):
17853 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17854 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17855 * progmodes/verilog-mode.el (verilog-backward-token):
17856 * textmodes/ispell.el (lookup-words):
17857 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17858
17859 2011-11-14 Glenn Morris <rgm@gnu.org>
17860
17861 * progmodes/executable.el
17862 (executable-make-buffer-file-executable-if-script-p):
17863 Handle file-modes returning nil.
17864
17865 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17866 message - not necessary, and causes problems. (Bug#9831)
17867
17868 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17869
17870 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17871
17872 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17873 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17874 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17875
17876 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17877
17878 * window.el (window-resize, delete-window): Use window-splits
17879 variable instead of function.
17880 (window-state-get-1, window-state-put-2, window-state-put):
17881 Don't deal with windows' splits status.
17882
17883 2011-11-12 Glenn Morris <rgm@gnu.org>
17884
17885 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17886 (apropos-documentation): Doc fixes.
17887
17888 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17889
17890 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17891 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17892
17893 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17894
17895 * electric.el (electric-indent-post-self-insert-function): Make it
17896 possible for a char to only indent in some circumstances.
17897 (electric-indent-mode): Simplify.
17898
17899 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17900
17901 * window.el (windows-with-parameter): Remove unused function.
17902 (windows-at-side): Rename to window-at-side-list.
17903 (window-check, window-atom-check, window-atom-check-1)
17904 (window-side-check, window-size-ignore, window-size-fixed-1)
17905 (window-in-direction-2): Prefix with "window--".
17906 (window-tree-1): Rename to window--subtree, fix doc-string.
17907
17908 2011-11-11 Glenn Morris <rgm@gnu.org>
17909
17910 * subr.el (eval-after-load): If FILE is already loaded,
17911 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17912
17913 2011-11-10 Glenn Morris <rgm@gnu.org>
17914
17915 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17916 Call svn via vc-svn-command rather than vc-do-command.
17917 (vc-svn-command): Add --non-interactive. (Bug#9993)
17918 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17919
17920 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17921 Add toggle-read-only. (Bug#7292)
17922 * files.el (toggle-read-only): Mention that it should only
17923 be used interactively. (Bug#10006)
17924
17925 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17926
17927 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17928 Adjust regexp for OCaml warnings.
17929
17930 * electric.el (electric-pair-post-self-insert-function): Let user
17931 turn it off buffer-locally (bug#9932).
17932
17933 * progmodes/python.el (python-beginning-of-statement):
17934 Rewrite (bug#2703).
17935
17936 * progmodes/compile.el: Better handle TABs (bug#9749).
17937 (compilation-internal-error-properties)
17938 (compilation-next-error-function): Obey the target buffer's
17939 compilation-error-screen-columns.
17940
17941 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17942
17943 * progmodes/meta-mode.el: Remove obsolete comments.
17944 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17945 Fix typos in docstrings.
17946
17947 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17948
17949 * window.el (window-size-fixed-p): Rewrite doc-string.
17950 (window-resizable-p): Rename to window--resizable-p. Update callers.
17951 (window--resizable): New function. Make all callers of
17952 window-resizable call window--resizable instead.
17953 (window-resizable): Rewrite in terms of window--resizable.
17954
17955 2011-11-08 Glenn Morris <rgm@gnu.org>
17956
17957 * progmodes/delphi.el (delphi-mode-syntax-table):
17958 Let define-derived-mode define a proper syntax table. (Bug#9994)
17959
17960 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17961
17962 * window.el: Stay away from defsubst.
17963 (window-list-no-nils): Remove.
17964 (window-state-get-1, window-state-get): Use backquote instead.
17965
17966 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17967
17968 * emacs-lisp/find-func.el (find-function-read):
17969 Fix incorrect use of default argument in `completing-read'.
17970
17971 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17972
17973 * window.el (display-buffer-function, special-display-function):
17974 Mention display-buffer-record-window but do not mention
17975 help-setup parameter in doc-strings.
17976 (window-min-delta): Fix doc-string typo.
17977
17978 2011-11-08 Chong Yidong <cyd@gnu.org>
17979
17980 * window.el (window-total-height, window-total-width): Doc fix.
17981 (window-body-size): Move from C.
17982 (window-body-height, window-body-width): Move to C.
17983
17984 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17985
17986 * window.el: Make special-display like display-buffer-alist (bug#9532).
17987 (display-buffer--special-action): New function, morphed
17988 from display-buffer--special.
17989 (display-buffer): Use it to handle special-display-buffers at higher
17990 priority (just after display-buffer-alist).
17991 (display-buffer-fallback-action, display-buffer--other-frame-action)
17992 (pop-to-buffer-same-window): Remove display-buffer--special.
17993
17994 2011-11-07 Glenn Morris <rgm@gnu.org>
17995
17996 * calendar/cal-menu.el (cal-menu-set-date-title):
17997 Do nothing if not in a calendar. (Bug#9976)
17998
17999 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * files.el (find-file): Always use selected-window.
18002
18003 2011-11-07 Martin Rudalics <rudalics@gmx.at>
18004
18005 * window.el (window-combinations): Make WINDOW argument
18006 mandatory. Rewrite doc-string.
18007 (walk-window-subtree, window-atom-check, window-min-delta)
18008 (window-max-delta, window--resize-this-window)
18009 (window--resize-root-window-vertically, window-tree)
18010 (balance-windows, window-state-put): Rewrite doc-strings as to
18011 not mention the term "subwindow".
18012 (window--resize-subwindows-skip-p): Rename to
18013 window--resize-child-windows-skip-p.
18014 (window--resize-subwindows-normal): Rename to
18015 window--resize-child-windows-normal.
18016 (window--resize-subwindows): Rename to
18017 window--resize-child-windows.
18018 (window-or-subwindow-p): Rename to window--in-subtree-p.
18019
18020 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18021
18022 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18023 Ensure that mbox format messages end in two newlines (Bug#9974).
18024
18025 2011-11-06 Chong Yidong <cyd@gnu.org>
18026
18027 * window.el (window-combination-p): Function deleted; its
18028 side-effect is not used in any existing code.
18029 (window-combinations, window-combined-p): Call window-*-child
18030 directly.
18031
18032 2011-11-05 Chong Yidong <cyd@gnu.org>
18033
18034 * window.el (window-valid-p): Rename from window-any-p.
18035 (window-size-ignore, window-state-get): Callers changed.
18036 (window-normalize-window): Rename from window-normalize-any-window.
18037 New arg LIVE-ONLY, replacing window-normalize-live-window.
18038 (window-normalize-live-window): Delete.
18039 (window-combination-p, window-combined-p, window-combinations)
18040 (walk-window-subtree, window-atom-root, window-min-size)
18041 (window-sizable, window-sizable-p, window-size-fixed-p)
18042 (window-min-delta, window-max-delta, window-resizable)
18043 (window-resizable-p, window-full-height-p, window-full-width-p)
18044 (window-current-scroll-bars, window-point-1, set-window-point-1)
18045 (window-at-side-p, window-in-direction, window-resize)
18046 (adjust-window-trailing-edge, maximize-window, minimize-window)
18047 (window-deletable-p, delete-window, delete-other-windows)
18048 (record-window-buffer, unrecord-window-buffer)
18049 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18050 (quit-window, split-window, window-state-put)
18051 (set-window-text-height, fit-window-to-buffer)
18052 (shrink-window-if-larger-than-buffer): Callers changed.
18053
18054 2011-11-04 Eli Zaretskii <eliz@gnu.org>
18055
18056 * mail/rmail.el (rmail-simplified-subject): Decode subject with
18057 rfc2047-decode-string.
18058 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18059 warnings.
18060
18061 * window.el (window-body-height, window-body-width): Mention in
18062 the doc string that the return values are in frame's canonical
18063 units. (Bug#9949)
18064
18065 2011-11-03 Alan Mackenzie <acm@muc.de>
18066
18067 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18068 change in cc-engine.el.
18069
18070 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18071
18072 * window.el (switch-to-buffer): Use `force-same-window' interactively.
18073
18074 2011-11-02 Martin Rudalics <rudalics@gmx.at>
18075
18076 * window.el (quit-window): Call unrecord-window-buffer after
18077 showing another buffer in the window. (Bug#9937)
18078 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18079
18080 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
18081
18082 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18083 Accept status with more than 9 shelves. (Bug#9935)
18084 Reported by Colin D Bennett <colin@gibibit.com>.
18085
18086 2011-11-01 Martin Rudalics <rudalics@gmx.at>
18087
18088 * help.el (with-help-window): Don't reference
18089 temp-buffer-show-specifiers in doc-string.
18090
18091 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
18092
18093 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18094 menu-item.
18095
18096 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18097
18098 * whitespace.el: New version 13.2.2.
18099 (whitespace-newline-mode): Disable properly. Reported by Sarah
18100 <EmacsWiki>.
18101
18102 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
18103
18104 * net/newst-treeview.el: Remove "Time-stamp".
18105 (newsticker--group-manage-orphan-feeds): Do not call
18106 newsticker--treeview-tree-update.
18107 (newsticker-treeview-update, newsticker-treeview):
18108 Call newsticker--treeview-tree-update if necessary.
18109
18110 2011-10-30 Martin Rudalics <rudalics@gmx.at>
18111
18112 * window.el (window-iso-combination-p, window-iso-combined-p)
18113 (window-iso-combinations): Remove "iso-" infix.
18114 Suggested by Chong Yidong.
18115 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18116 (window-max-delta-1, window-resize, window--resize-siblings)
18117 (window--resize-this-window, adjust-window-trailing-edge)
18118 (split-window, balance-windows-1)
18119 (shrink-window-if-larger-than-buffer):
18120 * calendar/calendar.el (calendar-generate-window):
18121 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18122
18123 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18124
18125 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18126 in place (bug#9907).
18127 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18128 (eshell-rewrite-if-command, eshell-rewrite-for-command)
18129 (eshell-structure-basic-command, eshell-rewrite-while-command)
18130 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18131 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18132 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18133 (eshell-do-pipelines-synchronously, eshell-eval-command):
18134 Use backquotes and prefer setq to set.
18135 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18136 (eshell-macrop): Use functionp.
18137 (eshell-do-eval): Handle multiple expressions in `while' body.
18138
18139 2011-10-30 Chong Yidong <cyd@gnu.org>
18140
18141 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18142 instead of set-mark (Bug#9810).
18143
18144 2011-10-30 Chong Yidong <cyd@gnu.org>
18145
18146 * window.el (split-window-below, split-window-right): Rename from
18147 split-window-above-each-other and split-window-side-by-side
18148 respectively. All callers changed.
18149 (split-window-sensibly, split-window-sensibly): Use them.
18150 (split-window-keep-point): Doc fix.
18151
18152 * isearch.el: Add isearch-scroll property to split-window-below
18153 and split-window-right.
18154
18155 * follow.el (follow-mode):
18156 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18157 * progmodes/ada-xref.el (ada-gdb-application):
18158 * emulation/vip.el (vip-buffer-in-two-windows):
18159 * image-dired.el (image-dired-dired-with-window-configuration):
18160 * dired-x.el (dired-do-find-marked-files):
18161 * dired.el (dired-pop-to-buffer):
18162 * bs.el (bs--show-with-configuration):
18163 * vc/emerge.el (emerge-setup-windows):
18164 * textmodes/two-column.el (2C-two-columns):
18165 * textmodes/reftex-toc.el (reftex-toc):
18166 * progmodes/gdb-mi.el (gdb-setup-windows):
18167 * progmodes/fortran.el (fortran-window-create):
18168 * net/newst-treeview.el (newsticker--treeview-window-init):
18169 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18170 * emulation/tpu-edt.el (tpu-gold-map):
18171 * emulation/crisp.el (crisp-mode-map):
18172 * calendar/calendar.el (calendar-basic-setup): Callers changed.
18173
18174 2011-10-29 Chong Yidong <cyd@gnu.org>
18175
18176 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18177
18178 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18179
18180 * textmodes/flyspell.el (flyspell-word): Fix char offset for
18181 forged Ispell output (Bug#7904).
18182
18183 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18184
18185 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18186
18187 * doc-view.el: Avoid ugly errors about not finding nil.
18188 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18189 (doc-view-dvipdf-program, doc-view-unoconv-program)
18190 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18191 Avoid nil or absolute file name as default value.
18192 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18193
18194 2011-10-28 Alan Mackenzie <acm@muc.de>
18195
18196 * progmodes/cc-defs.el (c-version): -> 5.32.2.
18197
18198 2011-10-28 Alan Mackenzie <acm@muc.de>
18199
18200 Amend the handling of c-beginning/end-of-defun in nested declaration
18201 scopes.
18202
18203 * progmodes/cc-vars.el (c-defun-tactic): Move here from
18204 cc-langs.el. Change it to a defcustom.
18205
18206 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18207 cc-vars.el.
18208
18209 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18210 Prevent "class foo : bar" being spuriously recognized as a label.
18211
18212 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18213 Add parameter `inclusive' (to include enclosing braces in the region).
18214 (c-widen-to-enclosing-decl-scope): New function.
18215 (c-while-widening-to-decl-block): New macro.
18216 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18217 outward for defun boundaries, and correspondingly change symbol
18218 `respect-enclosure' to `go-outward'.
18219 (c-declaration-limits): Change algorithm to report only the "innermost"
18220 defun's boundaries.
18221
18222 2011-10-28 Deniz Dogan <deniz@dogan.se>
18223
18224 * net/rcirc.el (rcirc-mode): Use hard newlines.
18225
18226 2011-10-28 Alan Mackenzie <acm@muc.de>
18227
18228 Amend to indent and fontify macros "which include their own semicolon"
18229 correctly, using the "virtual semicolon" mechanism.
18230
18231 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18232
18233 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18234 Recode to scan one line at a time rather than having \n and \r
18235 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18236 (c-forward-label): Amend for virtual semicolons.
18237 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18238
18239 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18240 of the new C macros.
18241
18242 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18243 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18244 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18245 (c-opt-cpp-macro-define): Make into a full language variable.
18246 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18247 AWK Mode (including \n, \r) removed, no longer needed.
18248
18249 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18250 Invoke c-make-macro-with-semi-re.
18251
18252 * progmodes/cc-vars.el (c-macro-with-semi-re):
18253 (c-macro-names-with-semicolon): New variables.
18254 (c-make-macro-with-semi-re): New function.
18255
18256 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18257
18258 * vc/log-edit.el: Fill empty field rather than adding new one.
18259 (log-edit-add-field): New function.
18260 (log-edit-insert-changelog): Use it.
18261
18262 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18263
18264 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18265
18266 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18267
18268 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18269 (gdb--check-interpreter): New function.
18270 (gdb): Use it.
18271
18272 2011-10-27 Glenn Morris <rgm@gnu.org>
18273
18274 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18275 (least-positive-float, least-negative-float)
18276 (least-positive-normalized-float, least-negative-normalized-float)
18277 (float-epsilon, float-negative-epsilon):
18278 Remove unnecessary declarations.
18279
18280 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18281 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18282 (least-positive-float, least-negative-float)
18283 (least-positive-normalized-float, least-negative-normalized-float)
18284 (float-epsilon, float-negative-epsilon): Add doc-strings,
18285 based on those in cl.texi.
18286
18287 * files.el (set-visited-file-name): If the major-mode changed,
18288 reload the local variables. (Bug#9796)
18289
18290 2011-10-27 Chong Yidong <cyd@gnu.org>
18291
18292 * subr.el (change-major-mode-after-body-hook): New hook.
18293 (run-mode-hooks): Run it.
18294
18295 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18296 Use change-major-mode-before-body-hook.
18297
18298 * simple.el (fundamental-mode):
18299 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18300 change introducing fundamental-mode-hook.
18301
18302 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18303
18304 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18305
18306 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18307
18308 * ido.el (ido-file-name-all-completions-1): Do not require
18309 tramp.el explicitly. (Bug#7583)
18310
18311 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18312
18313 * progmodes/octave-mod.el:
18314 * progmodes/octave-inf.el: Update maintainer.
18315
18316 2011-10-26 Chong Yidong <cyd@gnu.org>
18317
18318 * subr.el (with-wrapper-hook): Rewrite doc.
18319
18320 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18321
18322 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18323 filenames "/method:foo:". (Bug#9793)
18324
18325 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18326
18327 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18328 (bug#9865).
18329
18330 2011-10-24 Glenn Morris <rgm@gnu.org>
18331
18332 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18333
18334 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18335
18336 * notifications.el: Add the requirement of a running D-Bus session
18337 bus to the Commentary.
18338
18339 2011-10-24 Juri Linkov <juri@jurta.org>
18340
18341 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18342 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18343 (Bug#9364)
18344
18345 2011-10-24 Juri Linkov <juri@jurta.org>
18346
18347 * info.el (Info-following-node-name-re): Add newline to the list
18348 of allowed characters for leading space. (Bug#9824)
18349
18350 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18351
18352 * progmodes/octave-inf.el (inferior-octave-mode-map):
18353 Fix C-c C-h binding.
18354 * progmodes/octave-mod.el (octave-help): Remove.
18355
18356 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18357
18358 Sync with Tramp 2.2.3.
18359
18360 * net/tramp-cache.el (top): Pacify byte-compiler using
18361 `init-file-user' and `site-run-file'.
18362
18363 * net/trampver.el: Update release number.
18364
18365 2011-10-23 Chong Yidong <cyd@gnu.org>
18366
18367 * files.el (toggle-read-only): Remove obsolete comment about
18368 version control.
18369
18370 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18371 for toggle-read-only. Note that this hasn't called vc-next-action
18372 since 2008-05-02, though it wasn't documented at the time.
18373
18374 * vc/ediff-init.el (ediff-toggle-read-only-function):
18375 Use toggle-read-only.
18376
18377 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18378
18379 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18380 of c-parse-state.
18381
18382 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18383 correct faulty logical expression.
18384 (c-parse-state-state, c-record-parse-state-state):
18385 (c-replay-parse-state-state): New defvar/defuns.
18386 (c-debug-parse-state): Use new functions.
18387
18388 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18389
18390 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18391 last fix. Use window-in-direction correctly.
18392
18393 2011-10-21 Chong Yidong <cyd@gnu.org>
18394
18395 * progmodes/idlwave.el (idlwave-mode):
18396 * progmodes/vera-mode.el (vera-mode): No need to set
18397 require-final-newline; that's done in prog-mode.
18398 Suggested by Stefan Monnier.
18399
18400 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18401
18402 * mouse.el (mouse-drag-window-above)
18403 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18404 (mouse-drag-mode-line-1, mouse-drag-header-line)
18405 (mouse-drag-vertical-line-rightward-window): Remove.
18406 (mouse-drag-line): New function.
18407 (mouse-drag-mode-line, mouse-drag-header-line)
18408 (mouse-drag-vertical-line): Call mouse-drag-line.
18409 * window.el (window-at-side-p, windows-at-side): New functions.
18410
18411 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18412
18413 * tar-mode.el (tar-grind-file-mode):
18414 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18415
18416 2011-10-21 Chong Yidong <cyd@gnu.org>
18417
18418 * progmodes/idlwave.el (idlwave-mode):
18419 * progmodes/vera-mode.el (vera-mode):
18420 Use mode-require-final-newline.
18421
18422 2011-10-20 Glenn Morris <rgm@gnu.org>
18423
18424 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18425
18426 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18427
18428 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18429
18430 2011-10-20 Chong Yidong <cyd@gnu.org>
18431
18432 * emulation/cua-base.el (cua-mode):
18433 * mail/footnote.el (footnote-mode):
18434 * mail/mailabbrev.el (mail-abbrevs-mode):
18435 * net/xesam.el (xesam-minor-mode):
18436 * progmodes/bug-reference.el (bug-reference-mode):
18437 * progmodes/cap-words.el (capitalized-words-mode):
18438 * progmodes/compile.el (compilation-minor-mode)
18439 (compilation-shell-minor-mode):
18440 * progmodes/gud.el (gud-tooltip-mode):
18441 * progmodes/hideif.el (hide-ifdef-mode):
18442 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18443 * progmodes/subword.el (subword-mode):
18444 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18445 * progmodes/which-func.el (which-function-mode):
18446 * term/tvi970.el (tvi970-set-keypad-mode):
18447 * term/vt100.el (vt100-wide-mode):
18448 * textmodes/flyspell.el (flyspell-mode):
18449 * textmodes/ispell.el (ispell-minor-mode):
18450 * textmodes/nroff-mode.el (nroff-electric-mode):
18451 * textmodes/paragraphs.el (use-hard-newlines):
18452 * textmodes/refill.el (refill-mode):
18453 * textmodes/reftex.el (reftex-mode):
18454 * textmodes/rst.el (rst-minor-mode):
18455 * textmodes/sgml-mode.el (html-autoview-mode)
18456 (sgml-electric-tag-pair-mode):
18457 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18458 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18459 * emulation/crisp.el (crisp-mode):
18460 * emacs-lisp/eldoc.el (eldoc-mode):
18461 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18462 minor mode behavior.
18463
18464 2011-10-19 Juri Linkov <juri@jurta.org>
18465
18466 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18467 the list of hard-coded chars with escape-glyph face.
18468
18469 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18470
18471 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18472
18473 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18474
18475 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18476 running process.
18477
18478 2011-10-19 Glenn Morris <rgm@gnu.org>
18479
18480 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18481 Ignore ignored files. (Bug#9726)
18482
18483 2011-10-19 Chong Yidong <cyd@gnu.org>
18484
18485 Doc fix for minor modes, stating that an omitted argument enables
18486 the mode unconditionally when called from Lisp.
18487
18488 * abbrev.el (abbrev-mode):
18489 * allout.el (allout-mode):
18490 * autoinsert.el (auto-insert-mode):
18491 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18492 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18493 (global-auto-revert-mode):
18494 * battery.el (display-battery-mode):
18495 * composite.el (global-auto-composition-mode)
18496 (auto-composition-mode):
18497 * delsel.el (delete-selection-mode):
18498 * desktop.el (desktop-save-mode):
18499 * dired-x.el (dired-omit-mode):
18500 * dirtrack.el (dirtrack-mode):
18501 * doc-view.el (doc-view-minor-mode):
18502 * double.el (double-mode):
18503 * electric.el (electric-indent-mode, electric-pair-mode):
18504 * emacs-lock.el (emacs-lock-mode):
18505 * epa-hook.el (auto-encryption-mode):
18506 * follow.el (follow-mode):
18507 * font-core.el (font-lock-mode):
18508 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18509 * help.el (temp-buffer-resize-mode):
18510 * hilit-chg.el (highlight-changes-mode)
18511 (highlight-changes-visible-mode):
18512 * hi-lock.el (hi-lock-mode):
18513 * hl-line.el (hl-line-mode, global-hl-line-mode):
18514 * icomplete.el (icomplete-mode):
18515 * ido.el (ido-everywhere):
18516 * image-file.el (auto-image-file-mode):
18517 * image-mode.el (image-minor-mode):
18518 * iswitchb.el (iswitchb-mode):
18519 * jka-cmpr-hook.el (auto-compression-mode):
18520 * linum.el (linum-mode):
18521 * longlines.el (longlines-mode):
18522 * master.el (master-mode):
18523 * mb-depth.el (minibuffer-depth-indicate-mode):
18524 * menu-bar.el (menu-bar-mode):
18525 * minibuf-eldef.el (minibuffer-electric-default-mode):
18526 * mouse-sel.el (mouse-sel-mode):
18527 * msb.el (msb-mode):
18528 * mwheel.el (mouse-wheel-mode):
18529 * outline.el (outline-minor-mode):
18530 * paren.el (show-paren-mode):
18531 * recentf.el (recentf-mode):
18532 * reveal.el (reveal-mode, global-reveal-mode):
18533 * rfn-eshadow.el (file-name-shadow-mode):
18534 * ruler-mode.el (ruler-mode):
18535 * savehist.el (savehist-mode):
18536 * scroll-all.el (scroll-all-mode):
18537 * scroll-bar.el (scroll-bar-mode):
18538 * server.el (server-mode):
18539 * shell.el (shell-dirtrack-mode):
18540 * simple.el (auto-fill-mode, transient-mark-mode)
18541 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18542 (line-number-mode, column-number-mode, size-indication-mode)
18543 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18544 * strokes.el (strokes-mode):
18545 * time.el (display-time-mode):
18546 * t-mouse.el (gpm-mouse-mode):
18547 * tool-bar.el (tool-bar-mode):
18548 * tooltip.el (tooltip-mode):
18549 * type-break.el (type-break-mode-line-message-mode)
18550 (type-break-query-mode):
18551 * view.el (view-mode):
18552 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18553 (global-whitespace-mode, global-whitespace-newline-mode):
18554 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18555
18556 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18557 Fix autogenerated docstring.
18558
18559 2011-10-19 Juri Linkov <juri@jurta.org>
18560
18561 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18562 by checking environment variables "DESKTOP_SESSION" and
18563 "XDG_CURRENT_DESKTOP". (Bug#9779)
18564
18565 2011-10-19 Juri Linkov <juri@jurta.org>
18566
18567 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18568 (browse-url-chromium-program, browse-url-chromium-arguments):
18569 New defcustoms.
18570 (browse-url-default-browser): Check for `browse-url-chromium' and
18571 call `browse-url-chromium-program'.
18572 (browse-url-chromium): New command. (Bug#9779)
18573
18574 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18575
18576 * facemenu.el (list-colors-duplicates): On Windows, detect more
18577 duplicates by assuming that only colors matching "^System" are
18578 special "system colors". (Bug#9722)
18579
18580 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18581
18582 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18583 to distinguish the author from the committer.
18584
18585 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18586
18587 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18588
18589 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18590
18591 * international/mule.el (sgml-html-meta-auto-coding-function):
18592 Add support for detecting encoding in HTML5 specified only as
18593 <meta charset="UTF-8">. Implementation just makes http-equiv and
18594 content-type parts from HTML4 encoding string optional. (Bug#9716)
18595
18596 2011-10-18 Glenn Morris <rgm@gnu.org>
18597
18598 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18599
18600 2011-10-18 Chong Yidong <cyd@gnu.org>
18601
18602 * faces.el (cursor): Doc fix.
18603
18604 2011-10-17 Chong Yidong <cyd@gnu.org>
18605
18606 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18607
18608 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18609
18610 * dirtrack.el (dirtrack): Support shell buffers with path
18611 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18612
18613 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18614
18615 * json.el: Bump version to 1.3 and note change in History.
18616 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18617
18618 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18619
18620 * comint.el (comint-insert-input, comint-send-input)
18621 (comint-get-old-input-default, comint-backward-matching-input)
18622 (comint-next-prompt): Use nil instead of `input' for field property of
18623 past user input (bug#114).
18624
18625 * minibuffer.el (completion--replace): Inherit surrounding properties
18626 (bug#114).
18627 (minibuffer-complete-and-exit): Use it.
18628
18629 * comint.el (comint--table-subvert): Quote the all-completions output
18630 (bug#9160).
18631
18632 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18633
18634 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18635
18636 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18637 window on right of selected. (Bug#9350) Reword other window
18638 entries and separate them from frame entries.
18639
18640 2011-10-15 Glenn Morris <rgm@gnu.org>
18641
18642 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18643 Doc fixes.
18644
18645 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18646
18647 * net/network-stream.el (network-stream-open-starttls):
18648 Improve detection of failure due to lack of TLS support.
18649
18650 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18651 putting the input text in front and in bold.
18652
18653 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18654
18655 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18656
18657 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18658 empty buffer.
18659
18660 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18661 unread-command-events rather than pushing yet-another event.
18662
18663 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18664
18665 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18666 the explanation of the possible choices. Make the options passed
18667 to completing-read shorter.
18668
18669 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
18670
18671 * textmodes/flyspell.el (flyspell-large-region): Make sure
18672 extended character mode is used if defined (Bug#1339).
18673
18674 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18675
18676 * simple.el (what-cursor-position): Fix the display of the
18677 character info for LRE, LRO, RLE, and RLO characters by appending
18678 an invisible PDF.
18679
18680 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18681
18682 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18683 even in case of error; add debug spec; simplify data flow.
18684 (with-timeout-handler): Remove.
18685
18686 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18687
18688 Fix Bug#6019, Bug#9315.
18689
18690 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18691 complete `buffer-file-name', the local file name part could look
18692 remotely (for example on VMS).
18693
18694 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18695 `tramp-run-real-handler'.
18696 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18697 already quoted by '"'.
18698
18699 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18700 Let `file-name-handler-alist' be nil, the local file name part
18701 could look remotely (for example on VMS).
18702
18703 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18704
18705 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18706 from here...
18707 (flyspell-post-command-hook): ...to here.
18708
18709 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18710
18711 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18712 if not needed.
18713 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18714 using completion. Protect against "slow" callers.
18715 Remove the "message hack".
18716
18717 2011-10-11 Juri Linkov <juri@jurta.org>
18718
18719 * isearch.el (isearch-lazy-highlight-word): New variable.
18720 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18721 Use it. (Bug#9727)
18722
18723 2011-10-11 Glenn Morris <rgm@gnu.org>
18724
18725 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18726 like f90-previous-statement does.
18727
18728 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18729
18730 * eshell/eshell.el (eshell-command): History should be saved
18731 only in interactive use, to avoid error.
18732
18733 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18734
18735 * minibuffer.el (completion-file-name-table): Fix last change,
18736 i.e. ignore normal errors but not the other ones.
18737
18738 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18739
18740 * window.el (special-display-buffer-names)
18741 (special-display-regexps): Remove some remnants of earlier
18742 changes from doc-strings.
18743 (quit-windows-on): New function.
18744
18745 * vc/vc.el (vc-revert, vc-rollback):
18746 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18747 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18748 (Bug#6183) (Bug#7074) (Bug#7447)
18749
18750 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18751
18752 * window.el (frame-auto-hide-function): Add version tag.
18753 (Bug#9699)
18754
18755 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18756
18757 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18758 condition.
18759
18760 2011-10-09 Leo Liu <sdl.web@gmail.com>
18761
18762 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18763 (Bug#9701)
18764
18765 2011-10-08 Glenn Morris <rgm@gnu.org>
18766
18767 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18768 before the first code statement zero indent. (Bug#9690)
18769
18770 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18771
18772 * simple.el (count-words-region): Always count in the region.
18773 Report the number of lines and characters too.
18774 (count-words): New command, which counts in the buffer if the
18775 region is inactive, as count-words-region used to.
18776 (count-words--message): New function. Handle plurals.
18777 (count-lines-region): Make it an alias for count-words-region.
18778
18779 * bindings.el (esc-map): Replace count-lines-region with
18780 count-words-region.
18781
18782 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18783
18784 * window.el (window--delete): Delete dedicated frame
18785 unconditionally when argument KILL is non-nil. (Bug#9699)
18786 (switch-to-buffer): Fix doc-string typo.
18787
18788 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18789
18790 * eshell/eshell.el (eshell-command): Avoid using hooks.
18791
18792 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18793
18794 * bindings.el ([M-left],[M-right]): Bind to left-word and
18795 right-word respectively.
18796
18797 2011-10-07 Glenn Morris <rgm@gnu.org>
18798
18799 * cus-start.el (debug-on-quit): Fix custom type.
18800
18801 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18802
18803 * subr.el (define-key-after): Clarify that the function is not
18804 useful for non-menu keymaps.
18805
18806 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18807
18808 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18809
18810 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18811 in current minibuffer (Fix bug with recursive minibuffers).
18812
18813 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18814
18815 * progmodes/gdb-mi.el (gdb): Doc fix.
18816
18817 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18818
18819 * window.el (frame-auto-hide-function): New option replacing
18820 frame-auto-delete. Suggested by Stefan Monnier.
18821 (window--delete): Call frame-auto-hide-function instead of
18822 investigating frame-auto-delete.
18823 (window-point-1, set-window-point-1): New functions.
18824 (window-in-direction, record-window-buffer, window-state-get-1)
18825 (display-buffer-record-window): Use window-point-1 instead of
18826 window-point.
18827 (set-window-buffer-start-and-point): Use set-window-point-1.
18828
18829 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18830
18831 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18832
18833 2011-10-05 Glenn Morris <rgm@gnu.org>
18834
18835 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18836 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18837
18838 2011-10-05 Leo Liu <sdl.web@gmail.com>
18839
18840 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18841 works with buffer object.
18842
18843 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18844
18845 * mpc.el (mpc-tool-bar-map): Add labels.
18846
18847 2011-10-04 Glenn Morris <rgm@gnu.org>
18848
18849 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18850
18851 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18852
18853 * window.el (window--delete): New function.
18854 (frame-auto-delete): Resuscitate option.
18855 (bury-buffer, replace-buffer-in-windows)
18856 (quit-window): Rewrite using window--delete.
18857 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18858 Pass display-buffer-mark-dedicated to window--display-buffer-2
18859 (Bug#9639).
18860
18861 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18862
18863 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18864 returns a list (bug#9554). Add remote file name completion.
18865 * comint.el (comint--table-subvert): Curry and get quote&unquote
18866 functions as arguments.
18867 (comint--complete-file-name-data): Adjust call accordingly.
18868 * pcomplete.el (pcomplete--table-subvert): Remove.
18869 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18870
18871 * minibuffer.el (completion-table-case-fold): Use currying.
18872 (completion--styles-type, completion--cycling-threshold-type):
18873 New constants.
18874 (completion-styles, completion-category-overrides)
18875 (completion-cycle-threshold): Use them.
18876 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18877 completion-table-case-fold.
18878
18879 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18880
18881 * minibuffer.el (completion-category-overrides): Fix type of styles
18882 and add more user friendly tags (bug#9660).
18883
18884 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18885
18886 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18887 (mule-input-method-string): New widget.
18888 (default-input-method, language-info-custom-alist): Use it.
18889
18890 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18891
18892 * pcomplete.el: Require comint.
18893 (pcomplete--common-suffix): Remove.
18894 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18895 (pcomplete--table-subvert): Sync with comint--table-subvert.
18896 (pcomplete--entries): Use comint-completion-file-name-table.
18897 * comint.el (comint-unquote-filename): Simplify.
18898 (comint-completion-file-name-table): New function (bug#9616).
18899 (comint--complete-file-name-data): Use it.
18900
18901 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18902 (pcmpl-gnu-tar-buffer): Remove.
18903 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18904 around. Make sure pcomplete-suffix-list is only changed temporarily.
18905 Don't look inside the tar's file if it's too large.
18906
18907 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18908
18909 * cus-edit.el (custom-mode-map):
18910 * epa.el (epa-key-list-mode-map):
18911 * man.el (Man-mode-map):
18912 * startup.el (splash-screen-keymap):
18913 * simple.el (special-mode-map): Use scroll-up-command and
18914 scroll-down-command.
18915
18916 * progmodes/idlw-help.el (idlwave-help-mode-map):
18917 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18918 * net/newst-plainview.el (newsticker-mode-map):
18919 * emulation/ws-mode.el (wordstar-mode-map):
18920 * emulation/vi.el (vi-com-map):
18921 * calc/calc-graph.el (calc-graph-show-dumb):
18922 * term/sun.el (terminal-init-sun):
18923 * term/ns-win.el (global-map):
18924 * progmodes/grep.el (grep-mode-map):
18925 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18926 * mail/rmail.el (rmail-mode-map):
18927 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18928
18929 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18930 custom-safe-themes as special.
18931
18932 2011-10-01 Julien Danjou <julien@danjou.info>
18933
18934 * notifications.el (notifications-notify): Fix docstring.
18935
18936 2011-10-01 Per Starbäck <per@starback.se>
18937
18938 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18939
18940 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18941
18942 * startup.el (command-line-1): Fix last fix by inserting
18943 initial-scratch-message into *scratch* before displaying it.
18944 (Bug#9605) and (Bug#9636)
18945
18946 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18947
18948 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18949 window is hscrolled, move by logical lines. (Bug#9607)
18950 (line-move-visual): Update the doc string to the above effect.
18951
18952 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18953
18954 * window.el (display-buffer-record-window): When WINDOW is the
18955 selected window use `point' instead of `window-point'. (Bug#9626)
18956
18957 * startup.el (command-line-1): Use insert-before-markers when
18958 inserting initial-scratch-message. (Bug#9605)
18959
18960 * help.el (help-window): Remove variable.
18961
18962 2011-09-29 Glenn Morris <rgm@gnu.org>
18963
18964 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18965
18966 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18967
18968 * descr-text.el (describe-char-categories): Accept category
18969 descriptions more than one line long.
18970
18971 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18972
18973 * simple.el (delete-trailing-whitespace): Fix last change.
18974
18975 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18976 Don't confuse "y => 3" as the beginning of a `y' operation.
18977
18978 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18979 object has more than 4 slots (bug#9613).
18980
18981 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18982
18983 * subr.el (with-output-to-temp-buffer):
18984 * net/quickurl.el (quickurl, quickurl-browse-url):
18985 Fix typos in docstrings.
18986
18987 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18988
18989 * minibuffer.el (completion-styles)
18990 (completion-category-overrides): Cross reference each other in doc
18991 strings.
18992
18993 2011-09-27 Glenn Morris <rgm@gnu.org>
18994
18995 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18996 to split-string. (Bug#9606)
18997
18998 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18999
19000 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19001 (bug#9615).
19002
19003 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
19004
19005 * emacs-lisp/package.el (list-packages): Fix echo area message.
19006
19007 2011-09-27 Leo Liu <sdl.web@gmail.com>
19008
19009 * ido.el (ido-read-internal): Accept cons cell HIST arg.
19010
19011 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
19012
19013 * net/dbus.el (dbus-unregister-object): Don't release services for
19014 registered signals. (Bug#9581)
19015
19016 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
19017
19018 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19019 function that picks between cfengine 2 and 3 support
19020 automatically. Update docs accordingly.
19021
19022 2011-09-22 Kenichi Handa <handa@m17n.org>
19023
19024 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19025 ZERO.
19026 (indian-itrans-v5-table-for-tamil): New variable.
19027 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19028
19029 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
19030
19031 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19032 that's true if the current command involved collapsing of text.
19033 It's reset to false at the beginning of the next command.
19034 (allout-post-command-business): Move the cursor to the beginning
19035 of entry if the cursor is hidden and collapsing activity just
19036 happened.
19037
19038 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
19039
19040 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19041 tracking (Bug#9541).
19042
19043 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
19044
19045 * net/newst-reader.el (newsticker-html-renderer)
19046 (newsticker-show-news): Automatically load html rendering package
19047 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
19048 because w3m-fill-column is let-bound" and the error "Symbol's value
19049 as variable is void: w3m-fill-column".
19050
19051 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
19052
19053 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19054 Release services only if they are defined. (Bug#9581)
19055
19056 2011-09-23 Richard Stallman <rms@gnu.org>
19057
19058 * textmodes/paragraphs.el (forward-sentence): For backwards case,
19059 distinguish start of paragraph from start of its text.
19060
19061 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19062
19063 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19064 (rmail-generate-viewer-buffer): Put that hook on view buffer.
19065 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19066
19067 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
19068
19069 * international/mule-diag.el (mule-diag): Insert a newline after
19070 each fontset description.
19071
19072 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19073
19074 * simple.el (delete-trailing-whitespace):
19075 Document last change; simplify.
19076
19077 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
19078
19079 * simple.el (delete-trailing-whitespace): Also delete
19080 extra newlines at the end of the buffer.
19081
19082 * textmodes/picture.el: Make motion commands obey shift-select-mode.
19083 (picture-newline): Use forward-line so as to ignore fields.
19084
19085 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19086
19087 * subr.el (with-wrapper-hook): Fix edebug spec.
19088
19089 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19090
19091 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19092 (bug#4538).
19093
19094 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
19095
19096 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19097 Fix nasty bug using wrong cached values.
19098
19099 2011-09-23 Alan Mackenzie <acm@muc.de>
19100
19101 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19102
19103 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
19104
19105 * window.el (pop-to-buffer): Ensure right window is selected if we
19106 chose another frame.
19107
19108 2011-09-22 Eli Zaretskii <eliz@gnu.org>
19109
19110 * simple.el (what-cursor-position): Use get-char-property-change
19111 and next-single-char-property-change, to be able to show display
19112 properties that come from overlays as well as text properties.
19113
19114 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
19115
19116 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19117
19118 * cmuscheme.el (run-scheme, switch-to-scheme):
19119 * cus-edit.el (customize-group, custom-buffer-create)
19120 (customize-browse):
19121 * info.el (info):
19122 * shell.el (shell):
19123 * mail/sendmail.el (mail):
19124 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19125
19126 2011-09-22 Richard Stallman <rms@gnu.org>
19127
19128 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19129 move back only to line beg, don't move back over blank lines.
19130
19131 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
19132
19133 * files.el (copy-directory): Set directory attributes only in case
19134 they could be retrieved from the source directory. (Bug#9565)
19135
19136 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
19137
19138 * progmodes/hideshow.el (hs-looking-at-block-start-p)
19139 (hs-find-block-beginning, hs-hide-level-recursive):
19140 Ignore strings as well as comments. (Bug#9502)
19141
19142 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
19143
19144 * progmodes/sql.el (sql-comint-postgres):
19145 Convert port number to a string. (Bug#9566)
19146
19147 2011-09-22 Martin Rudalics <rudalics@gmx.at>
19148
19149 * window.el (quit-window): Undedicate window when switching to
19150 previous buffer. Reported by Thierry Volpiatto
19151 <thierry.volpiatto@gmail.com>.
19152 (special-display-popup-frame): When popping up a new frame reset
19153 its previous buffers to nil. Simplify code.
19154
19155 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
19156
19157 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19158 and process filter, as done also in `shell-command'.
19159
19160 2011-09-21 Martin Rudalics <rudalics@gmx.at>
19161
19162 * window.el (set-window-buffer-start-and-point):
19163 Call set-window-start with NOFORCE argument t.
19164 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19165 (quit-window): Reword doc-string. Handle new format of
19166 quit-restore parameter. Don't delete window if it has a
19167 previous buffer we can show instead of the present one.
19168 (display-buffer-record-window): Rewrite using a new format for
19169 the quit-restore window parameter
19170 (special-display-popup-frame, display-buffer-same-window)
19171 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19172 (display-buffer-pop-up-window, display-buffer-use-some-window):
19173 Adapt symbol passed to display-buffer-record-window.
19174 * help.el (help-window-setup): Handle new format of quit-restore
19175 parameter.
19176
19177 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19178
19179 * faces.el (face-list): Fix docstring (bug#9564).
19180
19181 * window.el (display-buffer--action-function-custom-type):
19182 Don't include internal functions in the Custom interface.
19183
19184 2011-09-20 Juri Linkov <juri@jurta.org>
19185
19186 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19187 (Info-forward-node, Info-backward-node, Info-next-preorder)
19188 (Info-last-preorder): Use it. (Bug#9528)
19189
19190 2011-09-20 Juri Linkov <juri@jurta.org>
19191
19192 * info.el (Info-last-preorder): Visit last menu item only when
19193 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19194
19195 2011-09-20 Julien Danjou <julien@danjou.info>
19196
19197 * password-cache.el (password-cache-remove): Remove entries even if the
19198 value is nil, so that password with a nil value (negative caching) is
19199 possible to invalidate.
19200
19201 2011-09-20 Lawrence Mitchell <wence@gmx.li>
19202
19203 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19204 all whitespace around breakpoint. (Bug#9553)
19205 (f90-find-breakpoint): Only break at whitespace inside a comment.
19206
19207 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19208
19209 * minibuffer.el (completion-file-name-table): Keep track of errors.
19210 (completion-table-with-predicate): Handle the case where pred1 is nil.
19211 * pcomplete.el (pcomplete-completions-at-point): Simplify.
19212
19213 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19214
19215 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19216 (debugger-return-value): Signal an error if the debugging context does
19217 not await any return value.
19218
19219 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19220 * image-mode.el (image-toggle-display-text)
19221 (image-toggle-display-image): Stay away from evil `intangible'.
19222
19223 2011-09-19 Leo Liu <sdl.web@gmail.com>
19224
19225 * replace.el (occur-revert-arguments): Make it permanent-local.
19226 (occur-mode): Don't call font-lock-defontify.
19227
19228 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
19229
19230 * net/ldap.el (ldap-search-internal): Don't push empty search
19231 result (Bug#9508).
19232
19233 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19234
19235 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19236
19237 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
19238
19239 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19240 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19241
19242 2011-09-18 Juri Linkov <juri@jurta.org>
19243
19244 * buff-menu.el (Buffer-menu-mode-map):
19245 * dired.el (dired-mode-map):
19246 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19247 (lisp-interaction-mode-map):
19248 * emacs-lisp/package.el (package-menu-mode-map):
19249 * epa.el (epa-key-list-mode-map):
19250 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19251 (menu-bar-options-menu):
19252 * outline.el (outline-mode-menu-bar-map):
19253 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19254 * vc/vc-dir.el (vc-dir-menu-map):
19255 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19256 Capitalize non-function content words in menu item strings.
19257
19258 * dired.el (dired-mode-map): Add menu item for
19259 `image-dired-dired-toggle-marked-thumbs'.
19260
19261 2011-09-18 Juri Linkov <juri@jurta.org>
19262
19263 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19264 to `isearch-case-fold-search' and restore its original value
19265 after the `isearch-mode' call.
19266
19267 2011-09-18 Juri Linkov <juri@jurta.org>
19268
19269 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19270 because `zgrep' returns 1 for successful matches (bug#9226).
19271
19272 2011-09-18 Juri Linkov <juri@jurta.org>
19273
19274 * info.el (Info-extract-menu-node-name): Check the second match
19275 for empty string (second test-case of bug#9528).
19276 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19277 intermediate nodes to the history (first test-case of bug#9528).
19278
19279 2011-09-18 Juri Linkov <juri@jurta.org>
19280
19281 * info.el (Info-mode-syntax-table): New variable.
19282 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19283
19284 2011-09-18 Juri Linkov <juri@jurta.org>
19285
19286 * info.el (Info-file-supports-index-cookies):
19287 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19288 outputs one more line for long file names (bug#4142).
19289
19290 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19291
19292 * newcomment.el (comment-normalize-vars): If prompting for
19293 comment-start, set comment-start-skip too (Bug#8424).
19294
19295 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
19296
19297 * icomplete.el: Fix previous fix of Bug#5849.
19298 (icomplete-mode): Don't set completion-show-inline-help.
19299 (icomplete-minibuffer-setup): Set completion-show-inline-help
19300 locally during icompletion.
19301
19302 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19303
19304 * woman.el (woman2-process-escapes): Don't delete unrecognized
19305 escapes (Bug#7843).
19306
19307 * files.el (inhibit-first-line-modes-regexps): Add image files.
19308 (hack-local-variables-prop-line): Return nil for malformed
19309 prop-lines (Bug#9044).
19310
19311 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19312
19313 * net/tramp.el (top): Don't require 'shell.
19314 (tramp-methods): Fix docstring.
19315 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19316 Return complete remote file name. Handle "smb" case.
19317 Use `tramp-tmpdir', if defined for the respective method.
19318 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19319
19320 * net/tramp-compat.el (top): Require 'shell.
19321
19322 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19323 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19324 `tramp-current-host'.
19325 (tramp-get-remote-tmpdir): Remove.
19326
19327 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19328 `tramp-tmpdir' entries.
19329 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19330 (tramp-smb-handle-file-attributes): Ignore errors.
19331 (tramp-smb-wait-for-output): Check also for process end.
19332
19333 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19334
19335 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19336 when sending QUIT (bug#9312).
19337
19338 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19339
19340 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19341 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19342 occur-mode-display-occurrence.
19343 (occur-edit-mode): Add usage message.
19344 (occur-cease-edit): New command.
19345 (occur-after-change-function): Use text properties to find the
19346 position of the prefix text.
19347 (occur-engine): Set stickiness of prefix text properties.
19348
19349 2011-09-17 Glenn Morris <rgm@gnu.org>
19350
19351 * progmodes/etags.el (complete-tag):
19352 Fix call to completion-in-region. (Bug#9526)
19353
19354 2011-09-17 Juri Linkov <juri@jurta.org>
19355
19356 * textmodes/ispell.el (ispell-word): Add to the error message
19357 the word, ispell program name and current dictionary (bug#9121).
19358 (ispell-tex-arg-end): Capitalize "error" in the error message.
19359
19360 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19361
19362 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19363 check. (Bug#4251)
19364
19365 2011-09-17 Juri Linkov <juri@jurta.org>
19366
19367 * window.el (window-safe-min-height, window-safe-min-width):
19368 Fix typos (followup to bug#9522).
19369
19370 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19371
19372 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19373
19374 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19375
19376 * simple.el (line-move): If goal-column is set, move by logical
19377 lines, not by display lines. (Bug#971)
19378 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19379 to reflect the above change.
19380
19381 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19382
19383 * image.el (imagemagick-register-types): Use regexp-opt.
19384
19385 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19386
19387 * window.el (display-buffer-base-action): Rename from
19388 display-buffer-default-action. Make default value empty.
19389 (display-buffer-overriding-action): Convert to defvar.
19390 (display-buffer-fallback-action): New var.
19391
19392 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19393
19394 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19395 declaration.
19396 (package--add-to-archive-contents): If there is a duplicate entry
19397 with an older version, remove it.
19398 (package-menu-mark-delete, package-menu-mark-install)
19399 (package-menu-mark-unmark): Make unused args optional.
19400 (package-menu-mark-obsolete-for-deletion):
19401 Use package-menu-get-status instead of a regexp search.
19402 (package-menu-get-status): Use tabulated-list-entry.
19403 (package-menu-mark-upgrades): New command.
19404 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19405 (package-menu-execute): Do installation before deletion.
19406 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19407 instead of checking major-mode.
19408 (package-menu--find-upgrades): New function.
19409
19410 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19411
19412 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19413 passwords in the log buffer.
19414 (smtpmail-process-filter): Update the process marker so that the
19415 "broken by peer" status message is inserted in the right place.
19416
19417 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19420 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19421 bibtex-completion-at-point-function.
19422 (bibtex-completion-at-point-function): Use them.
19423
19424 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19425
19426 * mpc.el (mpc-constraints-tag-lookup): New function.
19427 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19428 also to browser "album|playlist".
19429
19430 2011-09-14 Juri Linkov <juri@jurta.org>
19431
19432 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19433 (isearch-edit-string): Use length of `isearch-string' when
19434 `isearch-fail-pos' returns nil.
19435 (isearch-message): Remove duplicate code and call
19436 `isearch-fail-pos' with arg `t'.
19437
19438 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19439
19440 * replace.el (occur-mode-goto-occurrence): Don't force using other
19441 window (Bug#9499).
19442
19443 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19444
19445 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19446
19447 * window.el (display-buffer-window): Remove.
19448 (display-buffer-record-window): Use help-setup window parameter
19449 instead of variable display-buffer-window.
19450 (display-buffer-function, special-display-buffer-names)
19451 (special-display-function): Mention help-setup parameter instead
19452 of display-buffer-window in doc-string.
19453 * help.el (help-window-setup): New argument help-window.
19454 Use help-window-setup parameter instead of display-buffer-window.
19455 Reword some messages.
19456 (with-help-window): Pass window used for displaying the buffer
19457 to help-window-setup. Don't set display-buffer-window.
19458
19459 2011-09-13 Glenn Morris <rgm@gnu.org>
19460
19461 * emacs-lisp/debug.el (debugger-make-xrefs):
19462 Preserve point. (Bug#9462)
19463
19464 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19465
19466 * window.el (window-deletable-p): Use next-frame.
19467
19468 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19469
19470 * window.el (window-auto-delete): Remove.
19471 (window-deletable-p): Remove argument FORCE. Don't deal with
19472 dedication and previous buffers.
19473 (switch-to-prev-buffer): Don't delete window.
19474 (delete-windows-on): Delete a window's frame if and only if the
19475 window is dedicated.
19476 (replace-buffer-in-windows): Delete buffer's window or frame if
19477 and only if window is dedicated.
19478 (quit-window): Handle quit-restore as before last change.
19479 (bury-buffer): Delete window only if window-deletable-p returns t.
19480
19481 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19482
19483 * window.el (window-deletable-p): Never delete the last frame on a
19484 given terminal.
19485
19486 2011-09-13 Glenn Morris <rgm@gnu.org>
19487
19488 * help.el (describe-key-briefly): Copy previous standard-output change.
19489
19490 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19491
19492 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19493
19494 2011-09-13 Glenn Morris <rgm@gnu.org>
19495
19496 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19497 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19498
19499 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19500
19501 * dired-aux.el (dired-mark-read-string): Don't return default
19502 value on empty input (Bug#9361).
19503 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19504 Omit initial minibuffer contents.
19505 (dired-do-chmod): Signal an error on empty input.
19506 (dired-mark-read-string): Don't return default on empty input.
19507
19508 * files.el (file-modes-symbolic-to-number): Doc fix.
19509
19510 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19511
19512 * international/mule-cmds.el (ucs-completions): Remove.
19513 (read-char-by-name): Use complete-with-action instead; add metadata.
19514
19515 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19516
19517 * window.el (display-buffer--action-function-custom-type)
19518 (display-buffer--action-custom-type): New vars.
19519 (display-buffer-alist, display-buffer-default-action)
19520 (display-buffer-overriding-action): Add defcustom types.
19521
19522 * frame.el (delete-other-frames): Doc fix (Bug#276).
19523
19524 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19525
19526 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19527
19528 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19529
19530 Change modes that used same-window-* vars to use switch-to-buffer.
19531
19532 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19533 Use switch-to-buffer.
19534
19535 * cus-edit.el (customize-group, custom-buffer-create)
19536 (customize-browse, custom-buffer-create-other-window):
19537 Use switch-to-buffer or switch-to-buffer-other-window.
19538
19539 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19540 (Info-prev, Info-up, Info-speedbar-goto-node)
19541 (info-display-manual): Use switch-to-buffer.
19542 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19543
19544 * mail/sendmail.el (mail): Use switch-to-buffer.
19545 (mail-recover): Use switch-to-buffer-other-window.
19546
19547 * cmuscheme.el (run-scheme, switch-to-scheme):
19548 * ielm.el (ielm):
19549 * shell.el (shell):
19550 * net/rlogin.el (rlogin):
19551 * net/telnet.el (telnet, rsh):
19552 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19553
19554 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19555
19556 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19557
19558 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19559
19560 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19561 so don't mention it (bug#9301).
19562 (dired-sort-toggle-or-edit): Clarify string further.
19563
19564 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19565 match `x', `w32' and `ns', like the manual says (bug#9029).
19566
19567 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19568 (process-kill-buffer-query-function): Mention the buffer name in
19569 the query.
19570
19571 * image-mode.el (image-next-line): The line parameter is mandatory
19572 (bug#9258).
19573
19574 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19575 which can be useful (bug#9301).
19576
19577 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19578
19579 * subr.el (match-string): Mention that the current buffer should
19580 be the same as the search was done in (bug#9282).
19581
19582 * facemenu.el: Disable the remove-* commands if the mark isn't
19583 active (bug#9162).
19584
19585 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19586
19587 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19588 of display-buffer.
19589 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19590
19591 * replace.el (occur-mode-goto-occurrence)
19592 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19593 and display-buffer.
19594
19595 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19596 display-buffer.
19597
19598 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19599 special-display and same-window variables.
19600 (mail-other-window): Use switch-to-buffer-other-window.
19601 (mail-other-frame): USe switch-to-buffer-other-frame.
19602
19603 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19604 Use display-buffer-other-frame.
19605 (gdb-display-gdb-buffer): Use pop-to-buffer.
19606
19607 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19608
19609 * progmodes/python.el: Don't set same-window-buffer-names.
19610
19611 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19612
19613 * window.el (display-buffer-alist): Add *Python*.
19614
19615 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19616
19617 * window.el (display-buffer-alist): Add entry for buffers
19618 previously handled same-window-*.
19619 (display-buffer-alist, display-buffer-default-action)
19620 (display-buffer-overriding-action): Mark as risky.
19621 (display-buffer-alist): Document action function changes.
19622 (display-buffer--same-window-action)
19623 (display-buffer--other-frame-action): New variables.
19624 (switch-to-buffer, display-buffer-other-frame): Use them.
19625 (display-buffer): Rename reuse-frame entry to reusable-frames.
19626 (display-buffer-reuse-selected-window): Function deleted.
19627 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19628 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19629 (display-buffer-special): New function.
19630 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19631 display-buffer-reuse-or-pop-window. Split off special-display
19632 part into display-buffer-special.
19633 (display-buffer-use-some-window): Don't perform any special
19634 pop-up-frames handling.
19635 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19636 (display-buffer--maybe-same-window): Rename from
19637 display-buffer-maybe-same-window.
19638
19639 * info.el: Don't set same-window-regexps.
19640 (info-setup): New function.
19641 (info-other-window, info): Call it.
19642
19643 * cus-edit.el: Don't set same-window-regexps.
19644 (customize-group): New argument.
19645 (customize-group-other-window): Use it.
19646 (customize-face, customize-face-other-window): Likewise.
19647 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19648
19649 * net/rlogin.el:
19650 * net/telnet.el:
19651 * progmodes/gud.el: Don't set same-window-regexps.
19652
19653 * cmuscheme.el:
19654 * ielm.el:
19655 * shell.el:
19656 * mail/sendmail.el:
19657 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19658
19659 2011-09-10 Juri Linkov <juri@jurta.org>
19660
19661 * isearch.el (isearch-edit-string): Remove obsolete mention of
19662 `C-w' (`isearch-yank-word-or-char') from docstring.
19663 (isearch-query-replace): Fix typo in docstring (bug#9466).
19664
19665 2011-09-10 Juri Linkov <juri@jurta.org>
19666
19667 * paren.el (show-paren-function): Don't show escaped parens.
19668 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19669
19670 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19671
19672 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19673 (mm-default-file-encoding): Remove autoload forms, they are
19674 replaced with autoload cookies in mml.el and mm-encode.el.
19675 (mail-add-attachment): New command.
19676 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19677 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19678 the doc string.
19679 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19680
19681 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19682
19683 * simple.el (count-words-region): Use buffer if there's no region
19684 (bug#9429).
19685
19686 2011-09-09 Juri Linkov <juri@jurta.org>
19687
19688 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19689 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19690 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19691
19692 2011-09-09 Alan Mackenzie <acm@muc.de>
19693
19694 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19695 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19696
19697 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19698
19699 Fix for Savannah bug#9392.
19700 * simple.el (mail-encode-mml): New defvar.
19701
19702 * mail/rmail.el (mail-encode-mml): Add a defvar.
19703 (rmail-enable-mime-composing): Default to t.
19704 (rmail-forward): Use MIME method of forwarding only if both
19705 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19706 Set mail-encode-mml non-nil if the MIME method was used.
19707
19708 * mail/sendmail.el (mml-to-mime): Add autoload form.
19709 (mail-encode-mml): Add a defvar.
19710 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19711 to nil.
19712 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19713 message through mml-to-mime, and reset mail-encode-mml to nil.
19714
19715 2011-09-09 Glenn Morris <rgm@gnu.org>
19716
19717 * woman.el (woman-if-body): When processing an .el block,
19718 do not delete the next .el block as well. (Bug#9447)
19719 (woman-special-characters): Add oq, cq, and hy characters.
19720
19721 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19722
19723 * window.el (window-deletable-p): Make sure window is live before
19724 invoking window-prev-buffers.
19725
19726 2011-09-08 Leo Liu <sdl.web@gmail.com>
19727
19728 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19729
19730 2011-09-08 Juri Linkov <juri@jurta.org>
19731
19732 * progmodes/compile.el (compilation-environment): Make it
19733 a defcustom (bug#8340).
19734
19735 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19736
19737 * window.el (frame-auto-delete): Rename to window-auto-delete.
19738 Make it control auto-deletion of windows and/or frames.
19739 (window-deletable-p): New argument FORCE. Rewrite conditions
19740 for deleting window/frame. (Bug#9419)
19741 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19742 Rewrite handling of case when window/frame can be deleted.
19743 (delete-windows-on): Call window-deletable-p with new FORCE
19744 argument t. (Bug#9456)
19745
19746 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19747
19748 * help-mode.el (help-mode): Restore autoload.
19749
19750 2011-09-07 Juri Linkov <juri@jurta.org>
19751
19752 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19753 `compilation-environment'. Set buffer-local
19754 `compilation-environment' to `thisenv' later after (funcall mode).
19755 (Bug#8340)
19756
19757 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19758 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19759 instead of replacing its value. (Bug#8340)
19760
19761 2011-09-07 Juri Linkov <juri@jurta.org>
19762
19763 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19764 based on text properties put by `grep-filter' instead of matching
19765 escape sequences.
19766 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19767 to the value of `grep-error-screen-columns' (bug#9438).
19768
19769 2011-09-07 Juri Linkov <juri@jurta.org>
19770
19771 * simple.el (next-error-highlight, next-error-highlight-no-select):
19772 Doc fix (bug#9432).
19773
19774 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19775
19776 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19777 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19778
19779 2011-09-07 Leo Liu <sdl.web@gmail.com>
19780
19781 * net/rcirc.el (rcirc-mode): Conditionally initialize
19782 rcirc-input-ring.
19783
19784 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19785
19786 * emacs-lisp/find-func.el (find-function-C-source): Only set
19787 find-function-C-source-directory after checking that we found a source
19788 file there (bug#9440).
19789
19790 2011-09-06 Alan Mackenzie <acm@muc.de>
19791
19792 * isearch.el (isearch-other-meta-char): Wherever a key list is
19793 unread, "unread" the prefix arg, too. This fixes bug #8901.
19794
19795 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19796
19797 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19798
19799 2011-09-05 Juri Linkov <juri@jurta.org>
19800
19801 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19802
19803 2011-09-05 Juri Linkov <juri@jurta.org>
19804
19805 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19806 keeping point where processing of grep matches begins, and
19807 continue to delete remaining escape sequences from the same point.
19808 (grep-filter): Make leading zero optional in "0?1;31m" because
19809 git-grep emits "\033[1;31m" escape sequences unlike expected
19810 "\033[01;31m" as GNU Grep does (bug#9408).
19811 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19812
19813 2011-09-05 Juri Linkov <juri@jurta.org>
19814
19815 * subr.el (y-or-n-p): Capitalize "yes".
19816
19817 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19818
19819 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19820 `tramp-cache-unload-hook' where appropriate.
19821 (tramp-methods): Rename `tramp-remote-sh' to
19822 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19823 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19824
19825 * net/tramp-sh.el (top): Don't require 'shell.
19826 (tramp-methods): Add `tramp-remote-shell' and
19827 `tramp-remote-shell-args' entries.
19828 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19829 (tramp-sh-handle-shell-command): Remove.
19830 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19831 Use `tramp-remote-shell'.
19832
19833 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19834
19835 * mail/sendmail.el (sendmail-query-once-function): Delete.
19836 (sendmail-query-once): Save directly to send-mail-function.
19837 Update message-send-mail-function too.
19838
19839 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19840
19841 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19842
19843 * progmodes/python.el (python-mode-map): Use correct function to
19844 start python interpreter from menu-bar (as reported by Geert
19845 Kloosterman).
19846 (inferior-python-mode-map): Fix typo.
19847 (python-shell-map): Remove.
19848
19849 2011-09-03 Deniz Dogan <deniz@dogan.se>
19850
19851 * net/rcirc.el (rcirc-print): Simplify code for
19852 rcirc-scroll-show-maximum-output. There is no need to walk
19853 through all windows to find the right one.
19854
19855 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19856
19857 * help.el (help-return-method): Doc fix.
19858
19859 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19860
19861 * window.el (window-deletable-p): Don't return a non-nil value
19862 when there's a buffer that was shown in the window before.
19863 (Bug#9419)
19864 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19865 Set window's previous buffers to nil.
19866
19867 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19868
19869 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19870 newline before and after the tag line, so it doesn't interfere
19871 with determining the paragraph direction of bidirectional text.
19872
19873 2011-09-03 Leo Liu <sdl.web@gmail.com>
19874
19875 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19876
19877 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19878
19879 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19880 (pop-to-buffer): Change interactive spec. Pass second argument
19881 directly to display-buffer.
19882 (display-buffer): Fix interactive spec. Use functionp to
19883 distinguish between a function and a list of functions.
19884
19885 * abbrev.el (edit-abbrevs):
19886 * arc-mode.el (archive-extract):
19887 * autoinsert.el (auto-insert):
19888 * bookmark.el (bookmark-bmenu-list):
19889 * files.el (find-file):
19890 * view.el (view-buffer):
19891 * progmodes/compile.el (compilation-goto-locus):
19892 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19893
19894 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19895
19896 * window.el (display-buffer-alist): Doc fix.
19897 (display-buffer): Add docstring. Don't treat
19898 display-buffer-default specially.
19899 (display-buffer-reuse-selected-window)
19900 (display-buffer-same-window, display-buffer-maybe-same-window)
19901 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19902 (display-buffer-pop-up-window)
19903 (display-buffer-reuse-or-pop-window)
19904 (display-buffer-use-some-window): New functions.
19905 (display-buffer-default-action): Use them.
19906 (display-buffer-default): Delete.
19907 (pop-to-buffer-1): Fix choice of actions.
19908
19909 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19910
19911 * minibuffer.el (completion--insert-strings): Don't get confused by
19912 completion entries that end with an LF char.
19913
19914 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19915
19916 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19917
19918 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19919
19920 * window.el (display-buffer): Restore interactive spec.
19921 (display-buffer-same-window, display-buffer-other-window):
19922 New functions.
19923 (pop-to-buffer-1): New function. Use the above.
19924 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19925 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19926
19927 * view.el (view-buffer-other-window, view-buffer-other-frame):
19928 Just use pop-to-buffer.
19929
19930 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19931
19932 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19933
19934 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19935
19936 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19937
19938 2011-08-31 Richard Stallman <rms@gnu.org>
19939
19940 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19941 of the separation of rmail-view-buffer from rmail-buffer.
19942 If you say no to "replace original", the decrypt is in the
19943 view buffer. If you say yes, the decrypt goes into the
19944 rmail buffer also.
19945
19946 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19947
19948 * window.el (display-buffer-window): Rewrite doc-string.
19949 (display-buffer-record-window): New function.
19950 (display-buffer-macro-specifiers)
19951 (display-buffer-even-window-sizes, display-buffer-set-height)
19952 (display-buffer-set-width, display-buffer-in-window)
19953 (display-buffer-reuse-window, display-buffer-split-specifiers)
19954 (display-buffer-side-specifiers, display-buffer-split-window-1)
19955 (display-buffer-split-window, display-buffer-split-atom-window)
19956 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19957 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19958 (display-buffer-other-window-means-other-frame)
19959 (display-buffer-normalize-special)
19960 (display-buffer-normalize-default)
19961 (display-buffer-normalize-argument)
19962 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19963 (display-buffer-normalize-specifiers, display-buffer-frame)
19964 (display-buffer-same-window, display-buffer-same-frame)
19965 (display-buffer-other-window)
19966 (display-buffer-same-frame-other-window)
19967 (display-buffer-other-frame, pop-to-buffer-same-window)
19968 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19969 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19970 (switch-to-buffer-same-frame)
19971 (switch-to-buffer-other-window-same-frame)
19972 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19973 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19974 (display-buffer-alist-set): Remove.
19975 (display-buffer-function, special-display-buffer-names)
19976 (special-display-regexps, special-display-function):
19977 In doc-string refer to display-buffer-window and quit-restore
19978 parameter.
19979 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19980 (special-display-frame-alist, special-display-popup-frame)
19981 (same-window-buffer-names, same-window-regexps, same-window-p)
19982 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19983 (split-window-preferred-function, split-height-threshold)
19984 (split-width-threshold, window-splittable-p)
19985 (split-window-sensibly, window--try-to-split-window)
19986 (window--frame-usable-p, even-window-heights)
19987 (window--even-window-heights, window--display-buffer-1)
19988 (window--display-buffer-2, display-buffer-other-frame):
19989 Restore old Emacs 23 code, order and doc-strings where applicable.
19990 (display-buffer-default, display-buffer-assq-regexp): New functions.
19991 (display-buffer-alist): Rewrite doc-string.
19992 (display-buffer-default-action)
19993 (display-buffer-overriding-action): New variables.
19994 (display-buffer, switch-to-buffer): Rewrite.
19995 (pop-to-buffer): Restore Emacs 23 behavior but use
19996 window-normalize-buffer-to-display.
19997 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19998 Restore Emacs 23 behavior but use
19999 window-normalize-buffer-to-switch-to.
20000 (pop-to-buffer-same-window): Rewrite.
20001 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20002 Rewrite using Emacs 23 options.
20003
20004 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
20005
20006 * net/tramp.el (tramp-root-regexp): Remove.
20007 (tramp-completion-file-name-regexp-unified)
20008 (tramp-completion-file-name-regexp-separate)
20009 (tramp-completion-file-name-regexp-url): Don't use leading volume
20010 letter on w32 systems. (Bug#5303, Bug#9311)
20011 (tramp-drop-volume-letter): Simplify definition.
20012 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20013
20014 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20015
20016 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20017 (bug#9356).
20018
20019 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
20020
20021 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20022
20023 2011-08-29 Juri Linkov <juri@jurta.org>
20024
20025 * isearch.el (isearch-done): Don't display message "Mark saved"
20026 when arg `edit' is non-nil to prevent its flicker in the echo area.
20027
20028 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20029
20030 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20031 obsolete packages for deletion.
20032
20033 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
20034
20035 * help-mode.el (help-mode-map): Add special-mode-map to parent.
20036 (help-mode): Derive help-mode from special-mode. Don't invoke
20037 view-mode from help-mode.
20038 (help-xref-override-view-map): Remove.
20039 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20040 view-mode is not used anymore.
20041
20042 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20043
20044 * server.el (server-port): Doc fix.
20045
20046 * cus-theme.el (custom-theme-choose-mode): Inherit from
20047 special-mode (Bug#9124).
20048 (custom-theme-choose-mode-map): Add special-mode to parent.
20049
20050 2011-08-28 Alan Mackenzie <acm@muc.de>
20051
20052 * progmodes/cc-fonts.el
20053 (c-make-font-lock-BO-decl-search-function): New function.
20054 (c-basic-matchers-after - "Fontify the clauses after various
20055 keywords"): Extract the three keyword lists for the 3 erroneous
20056 constructs from the list of four, and use the new function above
20057 in place of an old one.
20058
20059 2011-08-28 Deniz Dogan <deniz@dogan.se>
20060
20061 * net/rcirc.el (rcirc-insert-prev-input)
20062 (rcirc-insert-next-input): Remove unused argument.
20063
20064 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20065
20066 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20067
20068 2011-08-27 Alan Mackenzie <acm@muc.de>
20069
20070 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20071 handle function pointer parameters properly.
20072
20073 2011-08-27 Martin Rudalics <rudalics@gmx.at>
20074
20075 * window.el (display-buffer-reuse-window): Fix case where
20076 selected window was reused with non-nil OTHER-WINDOW argument.
20077 (Bug#9381)
20078
20079 2011-08-27 Deniz Dogan <deniz@dogan.se>
20080
20081 * net/rcirc.el (rcirc-check-auth-status): Adding support for
20082 oftc's NickServ messages.
20083
20084 2011-08-27 Glenn Morris <rgm@gnu.org>
20085
20086 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
20087
20088 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
20089
20090 * emacs-lisp/package.el (package-install): Call package-initialize
20091 if called interactively.
20092
20093 2011-08-26 Leo Liu <sdl.web@gmail.com>
20094
20095 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
20096
20097 2011-08-25 Juri Linkov <juri@jurta.org>
20098
20099 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20100 `search-whitespace-regexp' (bug#9364).
20101
20102 2011-08-25 Juri Linkov <juri@jurta.org>
20103
20104 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20105 `regexp-search-ring' to their global values to protect from
20106 updating by `read-from-minibuffer' (bug#9185).
20107
20108 2011-08-25 Juri Linkov <juri@jurta.org>
20109
20110 * textmodes/ispell.el (ispell-command-loop): Add newline
20111 at the end of the "Use option `i'..." line.
20112
20113 2011-08-25 Juri Linkov <juri@jurta.org>
20114
20115 * battery.el (display-battery-mode): If `battery-status-function'
20116 or `battery-mode-line-format' is nil, display the message and set
20117 `display-battery-mode' to nil (bug#9363).
20118
20119 2011-08-25 Eli Zaretskii <eliz@gnu.org>
20120
20121 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20122 bidi-string-mark-left-to-right; they are unnecessary now.
20123
20124 2011-08-25 Deniz Dogan <deniz@dogan.se>
20125
20126 * net/quickurl.el: Documentation typo fixes.
20127
20128 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
20129
20130 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20131
20132 2011-08-25 Glenn Morris <rgm@gnu.org>
20133
20134 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20135
20136 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20137 (smtpmail-via-smtp): Handle nil response from smtp.
20138
20139 2011-08-24 Juri Linkov <juri@jurta.org>
20140
20141 * proced.el (proced-marked): Inherit from `error' instead of
20142 `font-lock-warning-face'.
20143
20144 * ibuffer.el (ibuffer-marked-face): Change default face from
20145 `font-lock-warning-face' to `warning'.
20146 (ibuffer-deletion-face): Change default face from
20147 `font-lock-type-face' to `error'.
20148
20149 * battery.el (battery-update): Use the face `error' instead of
20150 `font-lock-warning-face' (bug#6117).
20151
20152 2011-08-24 Juri Linkov <juri@jurta.org>
20153
20154 * faces.el (success): Change face color from "Green3" to
20155 "ForestGreen" on light background (bug#9353).
20156
20157 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
20158
20159 * window.el (quit-window): Rename from quit-restore-window.
20160 Use same arglist as old quit-window.
20161 (frame-auto-delete): Doc fix.
20162
20163 * view.el (view-mode-exit): Use quit-window.
20164
20165 2011-08-24 Juri Linkov <juri@jurta.org>
20166
20167 * isearch.el (isearch-ring-adjust1): Start visiting previous
20168 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20169 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20170 for empty search string (when the last search string is reused
20171 automatically) to adjust the isearch ring to the last element and
20172 prepare the correct index for further M-p commands (bug#9185).
20173
20174 2011-08-24 Kenichi Handa <handa@m17n.org>
20175
20176 * international/ucs-normalize.el: If decomposition property of
20177 CHAR is the default one (i.e. a list of CHAR itself), treat it as
20178 nil.
20179 (nfd, nfkd): Likewise.
20180
20181 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20182
20183 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20184 from process filters aren't reliably transmitted to the surrounding
20185 accept-process-output.
20186 (mpc-proc-check): New function.
20187 (mpc-proc-sync): Use it (bug#8293)
20188
20189 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20190
20191 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20192 Add compatibility functions (bug#9313).
20193
20194 2011-08-23 Eli Zaretskii <eliz@gnu.org>
20195
20196 * cus-start.el (all): Add entry for bidi-paragraph-direction.
20197
20198 * international/uni-bidi.el: Regenerate.
20199
20200 2011-08-23 Kenichi Handa <handa@m17n.org>
20201
20202 * international/charprop.el:
20203 * international/uni-bidi.el:
20204 * international/uni-category.el:
20205 * international/uni-combining.el:
20206 * international/uni-comment.el:
20207 * international/uni-decimal.el:
20208 * international/uni-decomposition.el:
20209 * international/uni-digit.el:
20210 * international/uni-lowercase.el:
20211 * international/uni-mirrored.el:
20212 * international/uni-name.el:
20213 * international/uni-numeric.el:
20214 * international/uni-old-name.el:
20215 * international/uni-titlecase.el:
20216 * international/uni-uppercase.el: Regenerate.
20217
20218 2011-08-23 Martin Rudalics <rudalics@gmx.at>
20219
20220 * help.el (help-window-setup): Fix message displayed when other
20221 window is reused. (Bug#9341)
20222
20223 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20224
20225 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20226 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20227
20228 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20229 Mark obsolete.
20230 * shell.el (shell-parse-pcomplete-arguments): New function.
20231 (shell-completion-vars): Use it instead (bug#9160).
20232
20233 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20234
20235 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20236 strings and comments (bug#9333).
20237
20238 * emacs-lisp/debug.el (debug-arglist): New function.
20239 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20240 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20241
20242 2011-08-22 Juri Linkov <juri@jurta.org>
20243
20244 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20245 Revert regexp that highlights output switches to its old
20246 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20247
20248 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20249 to check for empty output (bug#9226).
20250
20251 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
20252
20253 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20254 symbol-constituent as the default, as that stops font-lock from
20255 working properly (Bug#8843).
20256
20257 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20258
20259 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20260 `coding-system-for-*' around the process open call to avoid
20261 auth-source side effects.
20262 (smtpmail-try-auth-methods): Expand the secret password.
20263 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20264 probe hangs.
20265
20266 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20267
20268 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20269
20270 * emacs-lisp/find-func.el (find-function-noselect): New arg
20271 lisp-only.
20272
20273 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20274 signal an error for built-in functions (Bug#6664).
20275
20276 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20277
20278 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20279 (smtpmail-try-auth-methods): Use it.
20280
20281 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20282
20283 * font-lock.el (font-lock-fontify-region)
20284 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20285 (font-lock-default-unfontify-buffer)
20286 (font-lock-default-fontify-region)
20287 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20288
20289 * progmodes/compile.el (compilation-error-properties):
20290 Fix confusion between file struct and message struct (Bug#9319).
20291 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20292 `ant' regexp.
20293
20294 * net/browse-url.el (browse-url-firefox): Don't call
20295 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20296
20297 2011-08-20 Glenn Morris <rgm@gnu.org>
20298
20299 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20300
20301 * tutorial.el (tutorial--default-keys): Update some default bindings.
20302
20303 * files.el (hack-local-variables): Fully ignore case for "mode:".
20304
20305 2011-08-20 Alan Mackenzie <acm@muc.de>
20306
20307 Resolve invalid use of a regexp in regexp-opt.
20308
20309 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20310 detection for a java annotation.
20311
20312 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20313 detection for a java annotation.
20314
20315 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20316 handling for java.
20317 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20318
20319 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20320
20321 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20322 (Bug#9274).
20323
20324 2011-08-20 Alan Mackenzie <acm@muc.de>
20325
20326 Fontify CPP expressions correctly when starting in the middle of
20327 such a construct. Mainly for when jit-lock etc. starts a chunk
20328 here.
20329
20330 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20331 variable.
20332 (c-make-font-lock-search-form): New function, extracted from
20333 c-make-font-lock-search-function.
20334 (c-make-font-lock-search-function): Use the above function.
20335 (c-make-font-lock-context-search-function): New function.
20336 (c-cpp-matchers): Enhance the preprocessor expression case with
20337 the above function
20338 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20339 which takes an expression.
20340
20341 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20342
20343 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20344
20345 * window.el (display-buffer-reuse-window)
20346 (display-buffer-pop-up-window): Don't reuse or split a side
20347 window.
20348
20349 2011-08-19 Glenn Morris <rgm@gnu.org>
20350
20351 * files.el (hack-local-variables-prop-line, hack-local-variables):
20352 Downcase "Mode:". (Bug#9331)
20353
20354 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20355
20356 * international/characters.el: Add L and R categories.
20357
20358 * subr.el (bidi-string-mark-left-to-right): Rename from
20359 string-mark-left-to-right. Use category search.
20360
20361 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20362
20363 2011-08-18 Juri Linkov <juri@jurta.org>
20364
20365 * faces.el (error, warning, success): New faces with definitions
20366 copied from old default values of `font-lock-warning-face',
20367 `compilation-warning', `compilation-info' (bug#6117).
20368
20369 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20370
20371 * progmodes/compile.el (compilation-error): Inherit from `error'.
20372 (compilation-warning): Inherit from `warning'.
20373 (compilation-info): Inherit from `success'.
20374
20375 * dired.el (dired-marked): Inherit from `warning'.
20376 (dired-flagged): Inherit from `error'.
20377
20378 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20379
20380 * mail/smtpmail.el (auth-source): Require to avoid problems with
20381 binding variables (bug#9298). Also clean up some unused
20382 autoloads.
20383
20384 * net/network-stream.el (network-stream-open-starttls):
20385 Support using starttls.el without using gnutls-cli.
20386
20387 2011-08-17 Juri Linkov <juri@jurta.org>
20388
20389 * progmodes/grep.el (rgrep): Handle the case when
20390 `grep-find-command' is a cons cell (bug#9278).
20391
20392 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20393
20394 * window.el (display-buffer-pop-up-frame): Run frame creation
20395 function with BUFFER current (as special-display-popup-frame
20396 does). Reported by Drew Adams.
20397
20398 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20399
20400 * epa-mail.el: Simplify GnuPG group expansion using
20401 epg-expand-group.
20402 (epa-mail-group-alist, epa-mail-group-modtime)
20403 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20404 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20405 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20406 Remove.
20407
20408 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20409
20410 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20411
20412 2011-08-16 Alan Mackenzie <acm@muc.de>
20413
20414 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20415 Correct, to avoid the inside of macros.
20416
20417 2011-08-16 Richard Stallman <rms@gnu.org>
20418
20419 * epa-mail.el: Handle GnuPG group definitions.
20420 (epa-mail-group-alist, epa-mail-group-modtime)
20421 (epa-mail-gnupg-conf-file): New variables.
20422 (epa-mail-parse-groups, epa-mail-sync-groups)
20423 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20424 (epa-mail-expand-recipients): New functions.
20425 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20426
20427 * mail/rmail.el (rmail-epa-decrypt): New command.
20428
20429 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20430 Don't bind buffer-read-only, just inhibit-read-only.
20431 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20432 (epa-decrypt-armor-in-region): Make error message clearer.
20433
20434 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20435
20436 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20437 and "a2b" to "ab" for `prefix'.
20438
20439 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20440
20441 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20442 filter groups.
20443 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20444 Fourquet (Bug#8804).
20445
20446 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20447
20448 * startup.el (argi): Declare as global variable (bug#9275).
20449
20450 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20451
20452 * subr.el (string-mark-left-to-right): Search the entire string
20453 for RTL script, not just the terminating character. Doc fix.
20454
20455 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20456
20457 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20458 New function.
20459 (js--regexp-literal, js-syntax-propertize-function): Remove.
20460 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20461 (js-mode-map): Don't rebind electric keys.
20462 (js-insert-and-indent): Remove.
20463 (js-mode): Setup electric-layout and electric-indent instead.
20464
20465 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20466
20467 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20468
20469 * epa.el (epa-progress-callback-function): Fix the logic of
20470 displaying progress.
20471 * epa-file.el (epa-file-insert-file-contents): Make progress
20472 display more user-friendly.
20473 (epa-file-write-region): Ditto.
20474
20475 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20476
20477 * subr.el (string-mark-left-to-right): New function.
20478
20479 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20480 Use string-mark-left-to-right.
20481 (list-buffers-noselect): Caller changed.
20482
20483 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20484 Use string-mark-left-to-right.
20485 (tabulated-list-print): Recenter after moving point.
20486
20487 2011-08-10 Juri Linkov <juri@jurta.org>
20488
20489 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20490 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20491 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20492
20493 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20494
20495 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20496 (Bug#7554).
20497
20498 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20499
20500 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20501 character. (Bug#6594)
20502
20503 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20504
20505 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20506 (image-dired--with-db-file): New macro.
20507 (image-dired-write-tags, image-dired-remove-tag)
20508 (image-dired-create-gallery-lists, image-dired-write-comments)
20509 (image-dired-get-comment, image-dired-mark-tagged-files)
20510 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20511 (image-dired-gallery-generate): Use insert-file-contents.
20512
20513 * time.el (display-time-world-list, display-time-world-display):
20514 * time-stamp.el (time-stamp-string):
20515 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20516 set-time-zone-rule (Bug#7337).
20517
20518 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20519
20520 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20521 (epg-error-to-string, epg-errors-to-string): New function.
20522 (epg-wait-for-completion): Reverse errors list.
20523 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20524 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20525 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20526 (epg-sign-keys, epg-generate-key-from-file)
20527 (epg-generate-key-from-string): Format errors by using
20528 epg-errors-to-string (bug#9255).
20529 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20530
20531 2011-08-07 Juri Linkov <juri@jurta.org>
20532
20533 * faces.el (list-faces-display): Remove extra angle bracket
20534 from `help-mode-map'.
20535
20536 * info.el (Info-history-toc-nodes): Doc fix.
20537
20538 * longlines.el (longlines-mode): Doc fix.
20539
20540 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20541
20542 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20543 of statements and in a few more cases (bug#9183).
20544
20545 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20546 New functions.
20547 (cl-transform-lambda): Use them (bug#9239).
20548
20549 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20550
20551 * window.el (display-buffer-same-window)
20552 (display-buffer-same-frame, display-buffer-other-window)
20553 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20554 (pop-to-buffer-other-window)
20555 (pop-to-buffer-same-frame-other-window)
20556 (pop-to-buffer-other-frame): Make them defuns.
20557 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20558
20559 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20560
20561 * subr.el (make-composed-keymap): Move from C. Change calling
20562 convention, and improve docstring to bring attention to a subtle point.
20563 * minibuffer.el (completing-read-default): Adjust accordingly.
20564
20565 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20566
20567 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20568 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20569
20570 * net/trampver.el: Update release number.
20571
20572 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20573
20574 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20575 "in" (bug#9190).
20576
20577 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20578
20579 * mail/sendmail.el (sendmail-query-once): Restore the current
20580 buffer after querying (bug#9074).
20581
20582 * dired.el (dired-flagged): Use different faces for marked and
20583 flagged files (bug#6117).
20584
20585 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20586 (bug#4433).
20587
20588 * ido.el (ido-mode): Switch off the message if called
20589 non-interactively.
20590
20591 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20592 before 587, since it appears that that's more likely to work for
20593 more people.
20594
20595 * cus-edit.el (custom-file): When running under emacs -q, always
20596 refuse to save the customizations, even if the .emacs file doesn't
20597 exist.
20598
20599 * info.el: Remove the `Info-beginning-of-buffer' function
20600 (bug#8325).
20601
20602 * net/network-stream.el (network-stream-open-starttls):
20603 Use `starttls-available-p' to see whether starttls.el can be used.
20604
20605 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20606
20607 * window.el (display-buffer-in-window): Don't set dedicated status
20608 of window here (Bug#9215).
20609 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20610 (display-buffer-pop-up-side-window)
20611 (display-buffer-in-side-window): Set dedicated status of window here.
20612
20613 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20614
20615 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20616 before binding generated-autoload-file.
20617
20618 2011-08-01 Deniz Dogan <deniz@dogan.se>
20619
20620 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20621
20622 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20623
20624 Sync with Tramp 2.2.2.
20625
20626 * net/trampver.el: Update release number.
20627
20628 2011-07-30 Juri Linkov <juri@jurta.org>
20629
20630 * dired-aux.el (dired-touch-initial): Remove function.
20631 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20632 current time, and `default' to the last modification time of the
20633 current marked file (bug#6887).
20634
20635 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20636
20637 * simple.el (goto-line): Use string-to-number to provide a
20638 numeric argument to read-number (bug#9163).
20639
20640 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20641
20642 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20643 connection process, it could be nil.
20644
20645 2011-07-27 Leo Liu <sdl.web@gmail.com>
20646
20647 Simplify url handling in rcirc-mode.
20648
20649 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20650 (rcirc-browse-url-at-mouse): Remove.
20651 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20652
20653 2011-07-26 Alan Mackenzie <acm@muc.de>
20654
20655 Fontify bitfield declarations properly.
20656
20657 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20658 (c-symbol-chars): Now exported as a lang variable.
20659 (c-not-primitive-type-keywords): New lang variable.
20660
20661 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20662 QT keyword "more" to prevent "more slots: ...." being spuriously
20663 parsed as a bitfield declaration.
20664
20665 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20666 Refactor and enhance to handle bitfield declarations.
20667 (c-punctuation-in): New function.
20668 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20669 declarations properly.
20670
20671 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20672
20673 * calendar/icalendar.el (icalendar--all-events): Take care of
20674 multiple vcalendars in a single file.
20675 (icalendar--convert-float-to-ical): Checkdoc fixes.
20676
20677 2011-07-25 Deniz Dogan <deniz@dogan.se>
20678
20679 * image.el (insert-image): Clarifying docstring.
20680
20681 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20682
20683 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20684 `tramp-send-command-and-check' if there is no error.
20685 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20686
20687 2011-07-22 Alan Mackenzie <acm@muc.de>
20688
20689 Prevent cc-langs.elc being loaded at run time.
20690
20691 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20692 cc-langs.
20693
20694 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20695 "(require 'cc-langs)". Quote a form so it will evaluate at
20696 (cc-mode's) compilation time.
20697
20698 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20699
20700 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20701 loading. (Bug#9114)
20702
20703 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20704
20705 * window.el (display-buffer-pop-up-window)
20706 (display-buffer-pop-up-side-window)
20707 (display-buffer-in-side-window): Call display-buffer-set-height
20708 and display-buffer-set-width after setting the new window's
20709 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20710
20711 2011-07-20 Sam Steingold <sds@gnu.org>
20712
20713 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20714 (etags-tags-included-tables): Call `convert-standard-filename' on
20715 the file names contained in TAGS so that windows Emacs can handle
20716 TAGS files created by cygwin ctags.
20717
20718 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20719
20720 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20721 which apparently didn't work.
20722
20723 2011-07-19 Roland Winkler <winkler@gnu.org>
20724
20725 * proced.el (proced-send-signal): For *Marked Processes* buffer
20726 put point at beginning of buffer.
20727
20728 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20729
20730 * proced.el (proced-format): Make header lines align with the text
20731 (bug#1779).
20732
20733 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20734
20735 * view.el (view-buffer): Allow running in `special' modes if we're
20736 visiting a file (bug#8615).
20737
20738 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20739
20740 * window.el (display-buffer-alist-of-strings-p)
20741 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20742 New functions.
20743 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20744 more accurately.
20745
20746 2011-07-18 Alan Mackenzie <acm@muc.de>
20747
20748 Fontify declarators properly when, e.g., a jit-lock chunk begins
20749 inside a declaration.
20750
20751 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20752
20753 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20754 New function.
20755 (c-complex-decl-matchers): Insert reference to
20756 c-font-lock-enclosing-decls.
20757
20758 * progmodes/cc-engine.el (c-backward-single-comment):
20759 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20760 to nil around calls to (forward-comment -1).
20761
20762 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20763
20764 * image.el (put-image): Doc typo fix.
20765
20766 * progmodes/etags.el (tags-search): Doc typo fix.
20767
20768 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20769 password if we get errors 550 to 554.
20770
20771 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20772
20773 * net/gnutls.el (gnutls-log-level): Remove.
20774
20775 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20776 indentation character (bug#6380).
20777
20778 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20779
20780 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20781 to clarify what the problem is (bug#4291).
20782
20783 * simple.el (current-kill): Clarify what
20784 `interprogram-paste-function' does (bug#7500).
20785 (auto-fill-mode): Document `auto-fill-function' in relation to
20786 `auto-fill-mode' (bug#2470).
20787
20788 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20789
20790 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20791 method if slot is read-only (bug#9035).
20792
20793 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20794
20795 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20796 * window.el (pop-to-buffer): Select window used even if it was
20797 selected before, see discussion of (Bug#8615), (Bug#6954).
20798 Pass argument NORECORD on to select-frame-set-input-focus.
20799
20800 2011-07-15 Glenn Morris <rgm@gnu.org>
20801
20802 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20803 Respect help-form.
20804
20805 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20806
20807 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20808 (gnutls-negotiate): Use it.
20809
20810 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20811
20812 * net/gnutls.el (gnutls-negotiate):
20813 Upcase `gnutls-algorithm-priority'.
20814
20815 2011-07-15 Glenn Morris <rgm@gnu.org>
20816
20817 * jka-compr.el (jka-compr-verbose): Move from here...
20818 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20819 Add missing :version tag.
20820 * info.el: No need to require jka-compr when compiling.
20821
20822 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20823
20824 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20825 (gnutls-negotiate): Use it.
20826
20827 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20828
20829 * info.el (Info-beginning-of-buffer): New command.
20830 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20831 announcing `b' as the key (bug#8325).
20832 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20833
20834 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20835
20836 * international/mule-cmds.el
20837 (describe-specified-language-support): Make the error message
20838 clearer (bug#8905).
20839
20840 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20841
20842 * isearch.el (isearch-barrier): Add a doc string, since it's
20843 mentioned in a function doc string (bug#8678).
20844
20845 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20846
20847 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20848 buffer argument (Bug#9083) and self-identifying label argument.
20849
20850 2011-07-15 Glenn Morris <rgm@gnu.org>
20851
20852 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20853
20854 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20855
20856 * man.el (Man-fontify-manpage): Fix message when formatting the
20857 man page (bug#7929).
20858
20859 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20860
20861 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20862 argument LRM; if non-nil, append an invisible LRM character to the
20863 buffer name.
20864 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20865 last argument non-nil, when formatting buffer names.
20866 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20867 paragraph direction.
20868
20869 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20870
20871 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20872 the man page name (bug#7929).
20873
20874 * image.el (put-image): Mention the `put-image' overlay property
20875 (bug#7834).
20876
20877 * scroll-bar.el (set-scroll-bar-mode): Mention that
20878 `scroll-bar-mode' lists the values (bug#7772).
20879
20880 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20881 command (bug#7729).
20882
20883 * rect.el (apply-on-rectangle): Return the point after the last
20884 operation.
20885 (string-rectangle): Go to the point after the last operation
20886 (bug#7522).
20887
20888 * printing.el (pr-toggle-region): Clarify the documentation
20889 slightly (bug#7493).
20890
20891 * time.el (display-time-update):
20892 Allow `display-time-mail-function' to return nil (bug#7158).
20893 Fix suggested by Detlev Zundel.
20894
20895 * vc/diff.el (diff): Clarify the order the file names are read
20896 (bug#7111).
20897
20898 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20899 the doc string (bug#7015).
20900
20901 * font-lock.el (font-lock-maximum-decoration): Mention what
20902 numeric levels mean (bug#6935).
20903
20904 * startup.el (initial-buffer-choice): Don't mention the `none'
20905 selection, which is against policy.
20906
20907 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20908
20909 * window.el (display-buffer-normalize-special):
20910 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20911
20912 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20913
20914 * subr.el (version<, version<=, version=): Mention "-CVS" and
20915 "-12345" alpha version numbers.
20916
20917 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20918
20919 * bindings.el: Add advertised binding for set-mark-command
20920 (Bug#5772).
20921
20922 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20923
20924 * bindings.el (mode-line-other-buffer):
20925 * bookmark.el (bookmark-bmenu-2-window):
20926 * bs.el (bs-cycle-next, bs-cycle-previous):
20927 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20928 switch-to-buffer.
20929
20930 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20931 Delete.
20932
20933 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20934
20935 * follow.el (follow-debug-message, follow-redisplay):
20936 * jka-cmpr-hook.el (with-auto-compression-mode):
20937 Fix typos in docstrings.
20938
20939 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20940
20941 * subr.el (with-silent-modifications): Clarify somewhat what the
20942 macro inhibits (bug#6525).
20943
20944 * simple.el (eval-expression): Note what it does if called
20945 interactively (bug#6495).
20946
20947 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20948
20949 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20950 Use pop-to-buffer buffer-or-name if it is nil.
20951
20952 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20953 Remove switch-to-buffer.
20954
20955 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20956
20957 * files.el (make-directory): Clarify that an error will be raised
20958 if there's an error (bug#6397).
20959
20960 * startup.el (initial-buffer-choice): Add `none' as a choice
20961 (bug#6234).
20962
20963 * subr.el (add-hook): Clarify section about buffer-local hooks
20964 (bug#6218).
20965
20966 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20967
20968 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20969
20970 * tabify.el (untabify): Preserve the current column so that point
20971 doesn't move (bug#6032).
20972
20973 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20974
20975 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20976 Rewrite to avoid awkward possessive "s" (bug#5986).
20977
20978 2011-07-13 Glenn Morris <rgm@gnu.org>
20979
20980 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20981 (dired-insert-directory): Give a message the first time
20982 if ls is found not to support --dired.
20983
20984 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20985
20986 * simple.el (toggle-truncate-lines): Clarify what is toggled
20987 (bug#5580). Text by Drew Adams.
20988
20989 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20990
20991 * simple.el (blink-matching-open): Make the error message from the
20992 last change less verbose.
20993
20994 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20995
20996 * font-lock.el (font-lock-comment-face): Use the high contrast
20997 "yellow" color for font-lock-comment-face on low color terminals
20998 using a dark background color (bug#4221).
20999
21000 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21001
21002 * dired.el (dired-insert-set-properties): Make the doc string
21003 reflect what it does now (bug#5325).
21004
21005 * simple.el (blink-matching-open): Say that we were unable to find
21006 the match within the limit, if we're limited (bug#5122).
21007
21008 * international/mule-cmds.el (prefer-coding-system): Add an
21009 example (bug#4869).
21010
21011 * progmodes/etags.el (tags-search): Document `file-list-form'
21012 (bug#4731).
21013
21014 2011-07-13 Lawrence Mitchell <wence@gmx.li>
21015
21016 * net/browse-url.el (browse-url-default-browser)
21017 (browse-url-browser-function): Make the default browser choice a
21018 bit more logical (bug#4300). Also clean up the doc string.
21019
21020 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21021
21022 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21023 binary endings (bug#4440).
21024
21025 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21026
21027 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21028 which can be pretty annoying (bug#8971).
21029
21030 * jka-compr.el (jka-compr-verbose): New variable, and use
21031 throughout (bug#8971).
21032
21033 * info.el (Info-find-file): Fall back on the installation
21034 directory if we can't find the info node anywhere else.
21035
21036 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
21037
21038 * vc/vc.el (vc-revert-file):
21039 Don't set file time-stamp in the past. (Bug#5181)
21040
21041 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21042
21043 * files.el (after-find-file): Give a better error message when
21044 trying to find a symlink that points to a file that doesn't exist
21045 (bug#4398).
21046
21047 * progmodes/cc-vars.el: Remove (probably) misleading comment
21048 (bug#4396).
21049
21050 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21051
21052 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21053
21054 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21055
21056 * mouse-sel.el: Hack restoring functionality, while keeping
21057 compatibility with 2010-07-03 changes to mouse selection.
21058 (mouse-sel-primary-overlay): New var.
21059 (mouse-sel-selection-alist): Use it.
21060 (mouse-sel-mode): Doc fix; remove points that are default features
21061 of mouse.el.
21062
21063 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21064
21065 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21066 Fix previous fix (bug#2490).
21067
21068 2011-07-12 Roland Winkler <winkler@gnu.org>
21069
21070 * textmodes/bibtex.el (bibtex-initialize):
21071 Use pop-to-buffer-same-window.
21072 (bibtex-search-entries): Fix interactive call.
21073
21074 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21075
21076 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21077 Fontise bytecomp Error lines more correctly (bug#2490).
21078 Fix suggested by Johan BockgĂ¥rd.
21079
21080 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21081
21082 * dired-x.el (dired-guess-default): Use `delete-dups'.
21083
21084 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21085
21086 * dired.el (dired-mark-prompt):
21087 * dired-aux.el (dired-read-shell-command): Doc fix.
21088
21089 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21090
21091 * mail/sendmail.el (sendmail-query-once):
21092 Use `customize-save-variable' unconditionally, now that it works under
21093 emacs -Q.
21094
21095 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21096
21097 * cus-edit.el (custom-file): Take an optional no-error variable.
21098 (customize-save-variable): Set the variable, and give a warning if
21099 running under "emacs -q".
21100
21101 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
21102
21103 * loadhist.el (unload-feature-special-hooks):
21104 Add `auto-coding-functions', `fill-nobreak-predicate' and
21105 `find-directory-functions' (bug#5327).
21106
21107 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21108
21109 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21110
21111 * cus-edit.el (custom-guess-name-alist): -alist variables should
21112 use the `alist' type (bug#3120). Suggested by Drew Adams.
21113
21114 * printing.el: Add documentation to all the `pr-toggle-' commands.
21115
21116 2011-07-11 Leo Liu <sdl.web@gmail.com>
21117
21118 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21119 backends where it makes sense (bug#2623).
21120
21121 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21122
21123 * dired-x.el (dired-guess-default): Remove duplicate shell command
21124 entries (bug#2028).
21125 (dired-guess-default): Fix grammar in doc string (bug#2028).
21126 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21127
21128 * subr.el (remove-duplicates): New conveniency function.
21129
21130 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21131
21132 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21133 (bug#1526).
21134
21135 2011-07-10 Martin Rudalics <rudalics@gmx.at>
21136
21137 * window.el (display-buffer-normalize-default): Don't invert
21138 meaning of even-window-heights. Reported by Eli Zaretskii
21139 <eliz@gnu.org>.
21140
21141 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
21142
21143 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21144
21145 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
21146
21147 * window.el (display-buffer): Fix arguments to
21148 display-buffer-reuse-window in last change.
21149
21150 * faces.el (link): Use a less saturated blue on light backgrounds.
21151
21152 * startup.el (fancy-startup-text, fancy-about-text)
21153 (fancy-startup-tail): Use font-lock faces, for background safety.
21154
21155 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
21156
21157 * emulation/viper-cmd.el (viper-change-state-to-vi):
21158 Limit triggering of abbrev expansion (Bug#9038).
21159
21160 2011-07-09 Martin Rudalics <rudalics@gmx.at>
21161
21162 * window.el (display-buffer-default-specifiers): Remove.
21163 (display-buffer-macro-specifiers): Remove default specifiers.
21164 (display-buffer-alist): Default to nil.
21165 (display-buffer-reuse-window): New optional argument other-window.
21166 (display-buffer-pop-up-window): Allow splitting internal
21167 windows. Check whether a live window was created.
21168 (display-buffer-other-window-means-other-frame)
21169 (display-buffer-normalize-arguments): Rename to
21170 display-buffer-normalize-argument and rewrite. Set the
21171 other-window specifier.
21172 (display-buffer-normalize-special): New function.
21173 (display-buffer-normalize-options): Rename to
21174 display-buffer-normalize-default and rewrite.
21175 (display-buffer-normalize-options-inhibit): Remove.
21176 (display-buffer-normalize-specifiers): Rewrite.
21177 (display-buffer): Process other-window specifier and call
21178 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
21179 more faithfully.
21180 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21181 (display-buffer-alist-set): Don't handle 'unset default values.
21182 (display-buffer-in-window, display-buffer-alist-set):
21183 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
21184 <tassilo@member.fsf.org>.
21185
21186 2011-07-09 Leo Liu <sdl.web@gmail.com>
21187
21188 * register.el (insert-register): Restore accidental change on
21189 2011-06-26. (Bug#9028)
21190
21191 2011-07-09 Glenn Morris <rgm@gnu.org>
21192
21193 * subr.el (remq): Handle the empty list. (Bug#9024)
21194
21195 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
21196
21197 * mail/sendmail.el (send-mail-function): No longer delay custom
21198 initialization.
21199 * custom.el (custom-initialize-delay): Doc fix.
21200
21201 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21202
21203 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21204
21205 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
21206
21207 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21208 human-friendly prompt.
21209
21210 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21211
21212 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21213 provided by a particular plugin.
21214
21215 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
21216
21217 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21218 save customizations (with "emacs -Q"), just set the variable
21219 instead of erroring out.
21220
21221 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21222
21223 2011-07-08 Juri Linkov <juri@jurta.org>
21224
21225 * arc-mode.el (archive-zip-expunge, archive-zip-update)
21226 (archive-zip-update-case): Use 7z if found by `executable-find'.
21227 The order of searching the available programs is the same as in
21228 `archive-zip-extract' (bug#8968).
21229
21230 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21231
21232 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21233 (menu-bar-options-menu): Tweak descriptions.
21234
21235 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21236
21237 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21238 menu items into verb phrases (bug#1421). Also refill to fit under
21239 80 columns.
21240
21241 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21242
21243 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21244 (Info-read-node-name): Doc fix (Bug#1084).
21245
21246 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21247 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21248 (end-of-sexp, beginning-of-sexp)
21249 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21250 (forward-symbol, forward-same-syntax, word-at-point)
21251 (sentence-at-point): Doc fix (Bug#1144).
21252
21253 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21254
21255 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21256 should cover it (bug#1281).
21257
21258 * cus-edit.el (custom-show): Mark as obsolete.
21259
21260 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21261 negotiation fails, then possibly try again with a non-encrypted
21262 connection (bug#9017).
21263
21264 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21265 be used.
21266
21267 2011-07-07 Richard Stallman <rms@gnu.org>
21268
21269 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21270 property, and handle its changed format.
21271 Look for the correct line number.
21272 Use file's line contents (but not past first =) to find
21273 correct line in message.
21274
21275 2011-07-07 Kenichi Handa <handa@m17n.org>
21276
21277 * international/characters.el (build-unicode-category-table):
21278 Delete it.
21279 (unicode-category-table): Set it by unicode-property-table-internal.
21280
21281 * international/mule-cmds.el (char-code-property-alist): Move to
21282 to src/chartab.c.
21283 (get-char-code-property): Call unicode-property-table-internal to
21284 load a file. Call get-unicode-property-internal where necessary.
21285 (put-char-code-property): Call unicode-property-table-internal to
21286 load a file. Call put-unicode-property-internal where necessary.
21287 put-unicode-property-internal where necessary.
21288 (char-code-property-description):
21289 Call unicode-property-table-internal to load a file.
21290
21291 * international/charprop.el:
21292 * international/uni-bidi.el:
21293 * international/uni-category.el:
21294 * international/uni-combining.el:
21295 * international/uni-comment.el:
21296 * international/uni-decimal.el:
21297 * international/uni-decomposition.el:
21298 * international/uni-digit.el:
21299 * international/uni-lowercase.el:
21300 * international/uni-mirrored.el:
21301 * international/uni-name.el:
21302 * international/uni-numeric.el:
21303 * international/uni-old-name.el:
21304 * international/uni-titlecase.el:
21305 * international/uni-uppercase.el: Regenerate.
21306
21307 * loadup.el: Load international/charprop.el before
21308 international/characters.
21309
21310 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21311
21312 * window.el (next-buffer, previous-buffer): Signal an error if
21313 called from a minibuffer window.
21314
21315 * bindings.el: Revert 2011-07-04 change.
21316
21317 2011-07-06 Richard Stallman <rms@gnu.org>
21318
21319 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21320 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21321 Treat markers like ints.
21322 (rmail-mime-entity): Doc fix.
21323
21324 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21325
21326 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21327 defcustom again for backwards compatibility.
21328
21329 * simple.el (shell-command-on-region): Fill.
21330
21331 * dired-aux.el (dired-kill-line): Add a doc string.
21332
21333 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21334 to "\\sw\\|\\s_" (bug#358).
21335
21336 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21337 (dired-unmark-backward): Ditto.
21338 (dired-flag-backup-files): Ditto.
21339
21340 * dired-x.el (dired-mark-sexp): Ditto.
21341
21342 2011-07-06 Richard Stallman <rms@gnu.org>
21343
21344 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21345 (rmail-mime-entity): New arg TRUNCATED.
21346 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21347 New functions.
21348 (rmail-mime-save): Warn if entity is truncated.
21349 (rmail-mime-toggle-hidden): Likewise, for showing.
21350 (rmail-mime-process-multipart): Record when an entity is truncated.
21351
21352 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21353 if ENTITY is a string.
21354
21355 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21356
21357 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21358 of faces when `M-C-x'-ing their definitions (bug#8378).
21359 Also clean up the code slightly.
21360
21361 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21362 because that makes the colors go away.
21363
21364 * mail/sendmail.el (send-mail-function): Change the default to
21365 `sendmail-query-once'.
21366 (sendmail-query-once): Add an autoload cookie.
21367
21368 * net/network-stream.el (network-stream-open-starttls): Try using
21369 a plain connection even if the server offered STARTTLS, and we
21370 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21371 capability. This should make smtpmail.el work in slightly more
21372 configurations.
21373
21374 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21375
21376 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21377 New defun.
21378 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21379
21380 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21381
21382 * progmodes/sql.el: Version 3.0
21383 (sql-product-alist): Add product :completion-object,
21384 :completion-column, and :statement attributes.
21385 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21386 (sql-mode-syntax-table): Mark all punctuation.
21387 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21388 ansi keywords.
21389 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21390 (sql-mode-oracle-font-lock-keywords): Improve.
21391 (sql-oracle-show-reserved-words): New function for development.
21392 (sql-product-font-lock): Simplify for source code buffers.
21393 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21394 New functions.
21395 (sql-highlight-product): Set product specific syntax table.
21396 (sql-mode-map): Add statement movement functions.
21397 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21398 New variable.
21399 (sql-statement-regexp, sql-beginning-of-statement)
21400 (sql-end-of-statement, sql-signum): New functions.
21401 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21402 (sql-show-sqli-buffer): Bug fix.
21403 (sql-interactive-mode): Store connection data as buffer local.
21404 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21405 with sql-interactive-mode.
21406 (sql-save-connection): Save buffer local settings.
21407 (sql-connection-menu-filter): Change menu entry name.
21408 (sql-product-interactive): Bug fix.
21409 (sql-preoutput-hold): New variable.
21410 (sql-interactive-remove-continuation-prompt): Bug fixes.
21411 (sql-debug-redirect): New variable.
21412 (sql-str-literal): New function.
21413 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21414 Redesign.
21415 (sql-oracle-save-settings, sql-oracle-restore-settings)
21416 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21417 (sql-completion-object, sql-completion-column)
21418 (sql-completion-sqlbuf): New variables.
21419 (sql-build-completions-1, sql-build-completions)
21420 (sql-try-completion): New functions.
21421 (sql-read-table-name): Use them.
21422 (sql-contains-names): New buffer local variable.
21423 (sql-list-all, sql-list-table): Use it.
21424 (sql-oracle-completion-types): New variable.
21425 (sql-oracle-completion-object, sql-sqlite-completion-object)
21426 (sql-postgres-completion-object): New functions.
21427
21428 2011-07-06 Glenn Morris <rgm@gnu.org>
21429
21430 * window.el (pop-to-buffer): Doc fix.
21431
21432 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21433
21434 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21435
21436 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21437
21438 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21439
21440 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21441
21442 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21443
21444 * button.el (button): Inherit from link face. Suggested by Dan
21445 Nicolaescu.
21446
21447 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21448
21449 * progmodes/gdb-mi.el: Fit in 80 columns.
21450 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21451 switch-to-buffer.
21452
21453 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21454 if imenu is simply not configured (bug#8941).
21455
21456 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21457
21458 * allout.el (allout-post-undo-hook): New allout outline-change
21459 event hook to signal undo activity.
21460 (allout-post-command-business): Run allout-post-undo-hook if an
21461 undo just occurred.
21462 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21463 * allout-widgets.el (allout-widgets-after-undo-function):
21464 Ensure the integrity of the current item's decoration after it has been
21465 in the vicinity of an undo.
21466 (allout-widgets-mode): Include allout-widgets-after-undo-function
21467 on the new allout-post-undo-hook.
21468
21469 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21470
21471 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21472 Let define-derived-mode define it.
21473 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21474 cycles of abbrev-table inheritance (bug#8998).
21475
21476 2011-07-05 Roland Winkler <winkler@gnu.org>
21477
21478 * textmodes/bibtex.el: Add support for biblatex.
21479 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21480 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21481 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21482 (bibtex-entry-alist, bibtex-field-alist): New variables.
21483 (bibtex-entry-field-alist): Obsolete alias for
21484 bibtex-BibTeX-entry-alist.
21485 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21486 (bibtex-set-dialect): New command.
21487 (bibtex-entry-type, bibtex-entry-head)
21488 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21489 Bind via bibtex-set-dialect.
21490 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21491 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21492 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21493 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21494 Define via bibtex-set-dialect.
21495 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21496 Obey bibtex-no-opt-remove-re.
21497 (bibtex-vec-push, bibtex-vec-incr): New functions.
21498 (bibtex-format-entry, bibtex-field-list)
21499 (bibtex-print-help-message, bibtex-validate)
21500 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21501
21502 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21503
21504 * progmodes/compile.el (compilation-goto-locus):
21505 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21506 * bs.el (bs-cycle-next, bs-cycle-previous):
21507 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21508 * bindings.el (mode-line-other-buffer):
21509 * autoinsert.el (auto-insert):
21510 * arc-mode.el (archive-extract):
21511 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21512
21513 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21514
21515 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21516 Fix check of `emacs-lock-unlockable-modes'.
21517 Coerce true values of `emacs-lock--try-unlocking' to t.
21518
21519 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21520
21521 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21522 * emacs-lock.el: New file.
21523
21524 2011-07-05 Julien Danjou <julien@danjou.info>
21525
21526 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21527 than `boundp' to check if face is set.
21528
21529 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21530
21531 * register.el (registerv-make):
21532 * window.el (window-min-height): Fix typos in docstrings.
21533
21534 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21535
21536 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21537 Update doc string.
21538
21539 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21540
21541 * server.el (server-execute): Catch quit and call
21542 `server-return-error' to pass the error back to emacsclient and
21543 close the connection (bug#8942).
21544
21545 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21546
21547 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21548 insecure exception for current topic. Also note that auto-saves
21549 are handled differently.
21550
21551 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21552 State variables for tracking auto-save inhibition situation.
21553
21554 (allout-write-contents-hook-handler): Rename from
21555 'allout-write-file-hook-handler', and describe how it depends on
21556 write-contents-functions sensitivity to non-nil value to prevent
21557 file write.
21558
21559 (allout-auto-save-hook-handler): Remove. auto-save does not check
21560 this in individual buffers, only in the starting buffer, so this
21561 is not the right way for us to inhibit auto-save in a buffer
21562 according to its condition.
21563
21564 (allout-mode): Use new allout-write-contents-hook-handler, and
21565 only with write-contents-functions. Remove auto-save provisions -
21566 they're implemented elsewhere.
21567
21568 (allout-before-change-handler): If undo is in progress, note that
21569 for attention of allout-post-command-business.
21570
21571 (allout-post-command-business): If the command we're following was
21572 an undo, check for change in the status of encrypted items and
21573 adjust auto-save inhibitions accordingly.
21574
21575 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21576 according to whether there are or aren't any plain-text topics
21577 pending encryption.
21578
21579 (allout-inhibit-auto-save-info-for-decryption):
21580 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21581 if there are plain-text topics pending encryption.
21582
21583 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21584 buffer-saved-size and some allout state to not inhibit auto-saves
21585 if there are no longer any plain-text topics pending encryption.
21586
21587 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21588 No longer provide for exemption of the current topic.
21589
21590 2011-07-04 Juri Linkov <juri@jurta.org>
21591
21592 Add 7z operations to delete and save changed members (bug#8968).
21593 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21594 New defcustoms.
21595 (archive-7z-write-file-member): New function.
21596 (archive-7z-summarize): Fix the number of dashes in the
21597 listing output.
21598
21599 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21600
21601 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21602 (bug#8958).
21603
21604 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21605
21606 * bindings.el: Ignore next-buffer and previous-buffer in
21607 minibuffer-local-map.
21608
21609 * font-lock.el (font-lock-builtin-face): Change light background
21610 color to dark slate blue (Bug#6693).
21611
21612 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21613
21614 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21615
21616 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21617
21618 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21619 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21620 Add switch-to-buffer.
21621
21622 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21623
21624 * isearch.el (isearch-search-fun-function): Clarify further the
21625 meaning of the function returned.
21626
21627 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21628
21629 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21630
21631 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21632 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21633 Use it.
21634 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21635 `tramp-default-remote-path' does not exist.
21636 (tramp-send-command-and-read): New optional argument NOERROR.
21637 (tramp-open-connection-setup-interactive-shell)
21638 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21639 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21640 (tramp-process-sentinel): Flush also process' connection property.
21641 (tramp-sh-handle-start-file-process): Do not set process
21642 sentinel. It is done now ...
21643 (tramp-maybe-open-connection): ... here. (Bug#8929)
21644
21645 2011-07-04 MON KEY <monkey@sandpframing.com>
21646
21647 * play/animate.el (animate-string): Doc fixes and allow changing
21648 the buffer name (bug#5417).
21649
21650 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21651
21652 * play/animate.el (animation-buffer-name): Rename from *animate*.
21653
21654 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21655
21656 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21657 This is simpler and helps future-proof the code.
21658 (timer-until): Use time-subtract and float-time.
21659 (timer--time-less-p): Use time-less-p.
21660
21661 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21662
21663 * type-break.el (timep): Use the value of `float-time' to avoid a
21664 byte-compiler warning.
21665
21666 * server.el (server-eval-and-print): Return any result, even nil.
21667
21668 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21669
21670 * type-break.el: Accept time formats that the builtins accept.
21671 (timep, type-break-time-difference): Accept any format that
21672 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21673 This is simpler and helps future-proof the code.
21674 (type-break-time-difference): Round rather than ignoring
21675 subseconds components.
21676
21677 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21678
21679 * info.el (Info-apropos-matches): Make non-interactive, since it
21680 doesn't seem to do anything useful as a command (bug#8829).
21681
21682 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21683
21684 * frame.el (frame-background-mode, frame-set-background-mode):
21685 Move from faces.el.
21686 (frame-default-terminal-background): New function.
21687
21688 * custom.el (custom-push-theme): Don't record faces in `changed'
21689 theme; this doesn't work correctly for per-frame face settings.
21690 (disable-theme): Use face-set-after-frame-default to reset faces.
21691 (custom--frame-color-default): New function.
21692
21693 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21694
21695 * dired.el (dired-flagging-regexp): Remove unused variable
21696 (bug#8769).
21697
21698 2011-03-29 Kevin Ryde <user42@zip.com.au>
21699
21700 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21701 `perl-Test2' extend to match possible "fail #N" rep count
21702 (bug#8377).
21703
21704 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21705
21706 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21707 `smtpmail-via-smtp' now returns the error instead of nil.
21708
21709 * isearch.el (isearch-search-fun-function): Clarify the doc string
21710 (bug#8101).
21711
21712 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21713
21714 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21715 unnecessary spaces (bug#8987).
21716
21717 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21718
21719 * net/network-stream.el (open-network-stream): Use the
21720 :end-of-capability command thoughout.
21721
21722 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21723
21724 * net/network-stream.el (open-network-stream): Add the
21725 :end-of-capability command parameter, used by pop3.el.
21726
21727 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21728
21729 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21730
21731 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21732 for list)" (bug#6475).
21733
21734 * files.el (file-expand-wildcards): Ignore non-readable
21735 sub-directories while trying to find matches instead of signaling
21736 an error (bug#6297).
21737
21738 * man.el (Man-reference-regexp): Allow matching possible
21739 word-wrapped references (bug#6289).
21740
21741 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21742 for consistency with the other vc buffers (bug#6197).
21743 (vc-checkin): Ditto.
21744
21745 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21746
21747 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21748
21749 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21750
21751 * custom.el (defcustom): Clarify that :set is only used in the
21752 Customize user interface (bug#6089).
21753
21754 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21755 associated with a file, refuse to run instead of erroring out
21756 (bug#6084).
21757
21758 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21759 the doc string, since it appears that using `fill-column' always
21760 controls the width (bug#7845).
21761
21762 * simple.el (shell-command-on-region): Say where the error output
21763 went if `shell-command-default-error-buffer' is set (bug#6857).
21764
21765 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21766
21767 * allout.el (allout-yank-processing): Adjust cursor position for
21768 backwards-deleted space.
21769
21770 (allout-rebullet-heading): Register changes with
21771 allout-exposure-changed-hook, so the modified topic is properly
21772 decorated.
21773
21774 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21775
21776 * minibuffer.el (completion-in-region): Document PREDICATE
21777 (bug#7136).
21778
21779 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21780 of keyword/argument pairs (bug#6904).
21781
21782 * replace.el (multi-occur):
21783 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21784
21785 2011-07-02 Drew Adams <drew.adams@oracle.com>
21786
21787 * dired.el (dired-mark-if): Make the message about whether it's
21788 marking or unmarking clearer (bug#8523).
21789
21790 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21791
21792 * disp-table.el (display-table-print-array): New function.
21793 (describe-display-table): Use it to print the vectors more pretty
21794 (Bug#8859).
21795
21796 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21797
21798 * window.el (window-state-get-1): Don't assign clone numbers.
21799 Add clone-of item to list of window parameters.
21800 (window-state-put-2): Don't process clone numbers.
21801 (display-buffer-alist): Fix doc-string.
21802
21803 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21804
21805 * subr.el (remq): Don't allocate if it's not needed.
21806 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21807 (keymap--merge-bindings): New functions.
21808 (keymap-canonicalize): Use them to refine the canonicalization.
21809 * minibuffer.el (minibuffer-local-completion-map)
21810 (minibuffer-local-must-match-map): Move initialization from C.
21811 (minibuffer-local-filename-completion-map): Move initialization from C;
21812 don't inherit from anything here.
21813 (minibuffer-local-filename-must-match-map): Make obsolete.
21814 (completing-read-default): Use make-composed-keymap to combine
21815 minibuffer-local-filename-completion-map with either
21816 minibuffer-local-must-match-map or
21817 minibuffer-local-filename-completion-map.
21818
21819 2011-07-01 Glenn Morris <rgm@gnu.org>
21820
21821 * type-break.el (type-break-time-sum): Use dolist.
21822
21823 * textmodes/flyspell.el (flyspell-word-search-backward):
21824 Replace CL function.
21825
21826 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21827
21828 * mouse.el (mouse--strip-first-event): New function.
21829 (function-key-map): Use it to map fringe clicks to normal clicks
21830 by default.
21831
21832 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21833 (vc-bzr-revision-completion-table): Add support for annotate and date.
21834
21835 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21836 inherit from parent.
21837
21838 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21839
21840 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21841 (dired-show-file-type): Doc fixup (bug#8818).
21842
21843 * dired.el (dired-mode): Fix up the doc string as suggested by
21844 Drew Adams (bug#8817).
21845
21846 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21847 cookie, since the manual says that it should be possible to add
21848 this function to `find-file-hook' (bug#8709).
21849
21850 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21851
21852 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21853 here. Noted Ted Zlatanov as the maintainer.
21854 (cfengine-common-settings, cfengine-common-syntax): New functions
21855 to set up common things between `cfengine-mode' and
21856 `cfengine3-mode'.
21857 (cfengine3-mode): New mode.
21858 (cfengine3-defuns cfengine3-defuns-regex
21859 (cfengine3-class-selector-regex cfengine3-category-regex)
21860 (cfengine3-vartypes cfengine3-font-lock-keywords)
21861 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21862 (cfengine3-indent-line): Add from cfengine3.el.
21863
21864 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21865
21866 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21867
21868 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21869
21870 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21871
21872 * window.el (same-window-buffer-names, same-window-regexps)
21873 (same-window-p, special-display-frame-alist)
21874 (special-display-popup-frame, special-display-function)
21875 (special-display-buffer-names, special-display-regexps)
21876 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21877 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21878 (split-window-preferred-function, split-height-threshold)
21879 (split-width-threshold, even-window-heights)
21880 (display-buffer-mark-dedicated, window-splittable-p)
21881 (split-window-sensibly, window-safely-shrinkable-p):
21882 Un-obsolete.
21883 (display-buffer): Don't spread args with function specifier
21884 because special-display-popup-frame won't like it.
21885
21886 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21887
21888 Time-stamp simplifications and fixes.
21889 These improve accuracy slightly, and future-proof the code
21890 against some potential changes to current-time format.
21891
21892 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21893 by using time-since and float-time.
21894
21895 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21896 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21897 + NNN microseconds".
21898
21899 * type-break.el (type-break-time-sum): Rewrite using time-add.
21900
21901 * play/hanoi.el (hanoi-current-time-float): Remove.
21902 All uses replaced by float-time.
21903
21904 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21905 This yields a more-accurate answer.
21906 (rng-time-to-float): Remove; no longer needed.
21907
21908 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21909
21910 * calendar/timeclock.el (timeclock-seconds-to-time):
21911 Defalias to seconds-to-time, since they're the same thing.
21912
21913 * emacs-lisp/elp.el (elp-elapsed-time):
21914 * emacs-lisp/benchmark.el (benchmark-elapse):
21915 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21916
21917 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21918
21919 * window.el (bury-buffer): Don't iconify the only frame.
21920 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21921 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21922
21923 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21924
21925 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21926 Add mouse-yank-primary.
21927
21928 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21929
21930 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21931
21932 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21933
21934 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21935 (find-library-name): Use it to find relative load names when provided
21936 absolute file name (bug#8803).
21937
21938 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21939
21940 * textmodes/flyspell.el (flyspell-word): Consider words that
21941 differ only in case as potential doublons (bug#5687).
21942
21943 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21944 Remove two rather uninteresting debugging-like messages to make
21945 debbugs.el more silent.
21946
21947 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21948 a password-like phrase.
21949
21950 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21951
21952 * progmodes/cc-guess.el: New file.
21953
21954 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21955
21956 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21957 derived from `c-basic-common-init'.
21958
21959 * progmodes/cc-mode.el (top-level): Require cc-guess.
21960 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21961
21962 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21963
21964 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21965
21966 2011-06-30 Alan Mackenzie <acm@muc.de>
21967
21968 * progmodes/cc-engine.el (c-guess-continued-construct):
21969 Correct the handling of template-args-cont, particularly for when font
21970 lock is disabled. Name this case as "CASE G".
21971
21972 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21973
21974 * allout.el (allout-yank-processing): Fix injection of extra space
21975 between bullet and non-whitespace character in first topic when
21976 pasting, ensuring that the actual spacing in the pasted topic
21977 following the bullet char is preserved. This extra space was
21978 causing pasted encrypted topics to get a decrypted status even
21979 when the content was actually still encrypted. Now the decryption
21980 status from before the paste is preserved.
21981
21982 (allout-flag-region): Set all allout overlays so they evaporate
21983 when reduced to zero length (evanescent), to prevent overlay
21984 leakage.
21985
21986 2011-06-30 Glenn Morris <rgm@gnu.org>
21987
21988 * w32-fns.el (w32-charset-info-alist): Declare.
21989
21990 * find-dired.el (find-grep-options): Simplify.
21991
21992 * term/ns-win.el (ns-set-resource): Declare.
21993
21994 * ses.el (row, col): Declare dynamic variables honestly.
21995
21996 * textmodes/reftex-parse.el (index-tags): Declare.
21997
21998 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21999
22000 * cus-edit.el (customize-push-and-save): New function.
22001
22002 * files.el (hack-local-variables-confirm): Use it.
22003
22004 * custom.el (load-theme): New arg NO-CONFIRM.
22005 Use customize-push-and-save (Bug#8720).
22006 (custom-enabled-themes): Doc fix.
22007
22008 * cus-theme.el (customize-create-theme)
22009 (custom-theme-merge-theme): Callers to load-theme changed.
22010
22011 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22012
22013 * thingatpt.el (thing-at-point-short-url-regexp): Require that
22014 short URLs have at least one dot in them (bug #7614).
22015
22016 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22017 nil, because using a pty is apparently too slow (bug #895).
22018
22019 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22020
22021 * mail/sendmail.el (sendmail-query-once): New function.
22022 (sendmail-query-once-function): New variable.
22023
22024 2011-06-29 Glenn Morris <rgm@gnu.org>
22025
22026 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22027
22028 * ses.el (top-level): Require cl when compiling.
22029 (ses-set-localvars): Fix error statement.
22030 Call it at compile time to silence a storm of warnings.
22031
22032 2011-06-29 Martin Rudalics <rudalics@gmx.at>
22033
22034 * window.el (normalize-live-buffer): Rename to
22035 window-normalize-buffer.
22036 (normalize-live-frame): Rename to window-normalize-frame.
22037 (normalize-any-window): Rename to window-normalize-any-window.
22038 (normalize-live-window): Rename to window-normalize-live-window.
22039 (make-window-atom): Rename to window-make-atom.
22040 (window-resize-reset): Rename to window--resize-reset.
22041 (window-resize-reset-1): Rename to window--resize-reset-1.
22042 (resize-mini-window): Rename to window--resize-mini-window.
22043 (resize-subwindows-skip-p): Rename to
22044 window--resize-subwindows-skip-p.
22045 (resize-subwindows-normal): Rename to
22046 window--resize-subwindows-normal.
22047 (resize-subwindows): Rename to window--resize-subwindows.
22048 (resize-other-windows): Rename to window--resize-siblings.
22049 (resize-this-window): Rename to window--resize-this-window.
22050 (resize-root-window): Rename to window--resize-root-window.
22051 (resize-root-window-vertically): Rename to
22052 window--resize-root-window-vertically.
22053 (normalize-buffer-to-display): Rename to
22054 window-normalize-buffer-to-display.
22055 (normalize-buffer-to-switch-to): Rename to
22056 window-normalize-buffer-to-switch-to.
22057 Correspondingly update all callers of the functions listed
22058 above.
22059 (display-buffer-alist, display-buffer-normalize-arguments)
22060 (display-buffer-normalize-options, display-buffer)
22061 (display-buffer-alist-set): Use "function" instead of
22062 "fun-with-args".
22063
22064 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
22065
22066 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22067 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
22068 debbugs.gnu.org. Mention acknowledgment email.
22069
22070 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
22071
22072 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22073 buffer multibyteness, since it shouldn't matter.
22074
22075 2011-06-28 Martin Rudalics <rudalics@gmx.at>
22076
22077 * window.el (display-buffer-in-side-window): Handle dedicated
22078 windows as in display-buffer-reuse-window.
22079 (display-buffer-normalize-alist): Use value of override
22080 specifier.
22081 (display-buffer-normalize-specifiers): Use value of
22082 other-window-means-other-frame specifier.
22083 (display-buffer-alist): Rewrite some texts in widgets.
22084 (display-buffer): Spread arguments when calling function
22085 specified by fun-with-args.
22086
22087 2011-06-28 Deniz Dogan <deniz@dogan.se>
22088
22089 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22090 Unnest `let'.
22091
22092 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22093 selectors (Bug#5732).
22094 (css-proprietary-nmstart-re): Use `regexp-opt'.
22095
22096 2011-06-27 Jari Aalto <jari.aalto@cante.net>
22097
22098 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22099 (eshell-ls-date-format): New defcustom.
22100 (eshell-ls-file): Use it.
22101
22102 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22103
22104 * help-fns.el (describe-variable): Fix message for terminal-local vars.
22105
22106 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
22107
22108 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22109 (ange-ftp-make-tmp-name): New arg.
22110 (ange-ftp-file-local-copy): Use it.
22111
22112 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
22113
22114 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22115 no-conversion (Bug#8870).
22116
22117 2011-06-27 Martin Rudalics <rudalics@gmx.at>
22118
22119 * window.el (window-right, window-left, window-child)
22120 (window-child-count, window-last-child)
22121 (window-iso-combination-p, walk-window-tree-1)
22122 (window-atom-check-1, window-tree-1, delete-window)
22123 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22124 new naming conventions - window-vchild, window-hchild,
22125 window-next and window-prev are now called window-top-child,
22126 window-left-child, window-next-sibling and window-prev-sibling
22127 respectively.
22128 (resize-window-reset): Rename to window-resize-reset.
22129 (resize-window-reset-1): Rename to window-resize-reset-1.
22130 (resize-window): Rename to window-resize.
22131 (window-min-height, window-min-width)
22132 (resize-mini-window, resize-this-window, resize-root-window)
22133 (resize-root-window-vertically, adjust-window-trailing-edge)
22134 (enlarge-window, shrink-window, maximize-window)
22135 (minimize-window, delete-window, quit-restore-window)
22136 (split-window, balance-windows, balance-windows-area-adjust)
22137 (balance-windows-area, window-state-put-2)
22138 (display-buffer-even-window-sizes, display-buffer-set-height)
22139 (display-buffer-set-width, set-window-text-height)
22140 (fit-window-to-buffer): Rename all "resize-window" prefixed
22141 calls to use the "window-resize" prefix convention.
22142 (display-buffer-alist): Fix symbol for label specifier.
22143 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22144 corresponding specifier.
22145 Reported by Juanma Barranquero <lekktu@gmail.com>.
22146
22147 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22148
22149 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22150 convention.
22151 (ses-call-printer): Does not pass an empty string to formatter when the
22152 cell is empty to keep from barking printer Calc math-format-value.
22153
22154 2011-06-27 Richard Stallman <rms@gnu.org>
22155
22156 * battery.el (battery-mode-line-limit): New variable.
22157 (battery-update): Handle it.
22158
22159 * mail/rmailmm.el (rmail-mime-process-multipart):
22160 Handle truncated messages.
22161
22162 2011-06-27 Glenn Morris <rgm@gnu.org>
22163
22164 * progmodes/flymake.el (flymake-err-line-patterns):
22165 Allow for column numbers in the ant/javac pattern. (Bug#8866)
22166
22167 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22168
22169 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22170 (ses--clean-!, ses--clean-_): New functions.
22171 (ses-range): Add configurability of readout order, and conversion
22172 to Calc vector.
22173
22174 * ses.el (ses-repair-cell-reference-all): New function.
22175 (ses-cell-symbol): Set macro as safe, so that it can be used in
22176 formulas.
22177
22178 * ses.el: Update cycle detection algorithm.
22179 (ses-localvars): Add ses--Dijkstra-attempt-nb and
22180 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22181 (ses-set-localvars): New function.
22182 (ses-make-cell): Add property-list as a cell element.
22183 (ses-cell-property-get-fun, ses-cell-property-get)
22184 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22185 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22186 New functions.
22187 (ses-cell-property-set, ses-cell-property-pop)
22188 (ses-cell-property-get-handle): New macro.
22189 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22190 New aliases, used for code readability.
22191 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22192 cycle detection.
22193 (ses-self-reference-early-detection): New defcustom.
22194 (ses-formula-references): Robustify against self-referring cells.
22195 (ses-mode): Use ses-set-localvars.
22196 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22197 before lauching the update processing.
22198 (ses-initialize-Dijkstra-attempt): New function.
22199 (ses-recalculate-cell): Update for cycle detection based on
22200 Dijkstra algorithm.
22201
22202 * ses.el: Fix commenting and indenting convention.
22203
22204 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22205
22206 * bs.el (bs-cycle-next): Complete last change.
22207
22208 2011-06-27 Drew Adams <drew.adams@oracle.com>
22209
22210 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22211
22212 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22213
22214 * net/network-stream.el (network-stream-open-starttls):
22215 Don't re-get capabilities unless we've reestablished connection.
22216 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22217
22218 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22219 to binary to possibly avoid line encoding issues on Windows (among
22220 other things).
22221
22222 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22223
22224 * net/network-stream.el (open-network-stream): Return an :error
22225 saying what the problem was, if possible.
22226
22227 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22228 server.
22229
22230 * net/network-stream.el (network-stream-open-starttls): If we
22231 wanted to use STARTTLS, and the server offered it, but we weren't
22232 able to because we had no STARTTLS support, then close the connection.
22233 (open-network-stream): Return an :error element, if present.
22234
22235 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22236
22237 * hl-line.el (hl-line-sticky-flag): Doc fix.
22238 (global-hl-line-sticky-flag): New option (Bug#8323).
22239 (global-hl-line-highlight): Obey it.
22240
22241 * vc/vc.el (vc-revert-show-diff): Default to t.
22242
22243 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22244
22245 * allout-widgets.el (allout-widgets-post-command-business):
22246 Stop decorating intermediate isearch matches. They're not being
22247 undecorated when an isearch is continued past, and isearch
22248 automatically collapses them. This leads to "widget leaks", where
22249 decorated items accumulate in collapsed areas. Lines with lots of
22250 hidden widgets can slow down cursor travel, substantially.
22251 Too much complicated machinery would be needed to ensure undecoration,
22252 so we're doing without this nicety.
22253
22254 (allout-widgets-tally-string): Don't try to do a hash-table-count
22255 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22256 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22257 *Messages* when allout-widgets-maintain-tally is t.
22258
22259 2011-06-26 Martin Rudalics <rudalics@gmx.at>
22260
22261 * window.el (display-buffer-normalize-argument): Rename to
22262 display-buffer-normalize-arguments. Handle special meaning of
22263 LABEL argument. Respect special-display-function when popping up
22264 a new frame. Fix code searching for a window showing the buffer
22265 on another frame.
22266 (display-buffer-normalize-specifiers):
22267 Call display-buffer-normalize-arguments.
22268 (display-buffer-in-window): Don't undedicate the window if its
22269 buffer remains the same.
22270 Reported by Drew Adams <drew.adams@oracle.com>.
22271 (display-buffer-alist): Add choice for same-window macro
22272 specfier.
22273 (display-buffer): Mention special meaning of LABEL argument in
22274 doc-string. Fix quoting. Don't pop up a new frame even as
22275 fallback.
22276
22277 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
22278
22279 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22280 avoid deleting the current window in some cases (bug#8911).
22281
22282 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22283
22284 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22285 (Bug#8934)
22286
22287 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22288
22289 * net/network-stream.el (network-stream-open-starttls):
22290 Use built-in TLS support if `gnutls-available-p' is true.
22291 (network-stream-open-tls): Ditto.
22292
22293 2011-06-26 Leo Liu <sdl.web@gmail.com>
22294
22295 * register.el (registerv): New struct.
22296 (registerv-make): New function.
22297 (jump-to-register, describe-register-1, insert-register):
22298 Support the jump-func, print-func and insert-func slot of a registerv
22299 struct. (Bug#8415)
22300
22301 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22302
22303 * vc/vc.el (vc-revert-show-diff): New defcustom.
22304 (vc-diff-internal): New arg specifying diff buffer.
22305 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22306 reuse an existing *vc-diff* buffer (Bug#8927).
22307
22308 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22309
22310 2011-06-26 Glenn Morris <rgm@gnu.org>
22311
22312 * progmodes/f90.el (f90-critical-indent): New option.
22313 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22314 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22315 (f90-mode): Doc fix.
22316 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22317 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22318 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22319 (f90-match-end): Handle block, critical.
22320
22321 2011-06-25 Glenn Morris <rgm@gnu.org>
22322
22323 * calendar/diary-lib.el (diary-included-files): Doc fix.
22324 (diary-include-files): New function, extracted from
22325 diary-include-other-diary-files and diary-mark-included-diary-files.
22326 (diary-include-other-diary-files, diary-mark-included-diary-files):
22327 Just call diary-include-files.
22328 (diary-mark-entries): Reset diary-included-files on first call.
22329
22330 * calendar/diary-lib.el (diary-mark-entries)
22331 (diary-mark-included-diary-files):
22332 Visit included diary-files in temp buffers.
22333
22334 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22335 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22336 (f90-start-block-re, f90-imenu-generic-expression)
22337 (f90-looking-at-program-block-start, f90-no-block-limit):
22338 Add support for submodules.
22339
22340 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22341 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22342
22343 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22344
22345 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22346 buffer-file-type before setting its value, to avoid disastrous
22347 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22348
22349 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22350
22351 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22352
22353 * ses.el (ses-unload-function):
22354 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22355
22356 * proced.el (proced-unload-function):
22357 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22358
22359 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22360
22361 * server.el (server-create-window-system-frame): Add parameters arg.
22362 (server-process-filter): Doc fix. Handle frame-parameters.
22363
22364 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22365
22366 Fix bug#8730, bug#8781.
22367
22368 * loadhist.el (unload--set-major-mode): New function.
22369 (unload-feature): Use it.
22370
22371 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22372 (python-unload-function): New function.
22373
22374 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22375
22376 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22377
22378 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22379
22380 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22381 the candidates list.
22382
22383 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22384
22385 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22386
22387 2011-06-23 Richard Stallman <rms@gnu.org>
22388
22389 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22390 (rmail-variables): Set next-error-move-function.
22391 (rmail-what-message): Take argument POS.
22392 (rmail-next-error-move): New function.
22393
22394 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22395
22396 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22397 messages for adjacent non-terminals.
22398
22399 2011-06-23 Richard Stallman <rms@gnu.org>
22400
22401 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22402 (rmail-show-message-1): Preserve buffer modified flag.
22403 (rmail-start-mail): Don't specify use of rmail-mail-return;
22404 that's done by mail-bury now.
22405 (rmail-mail-return): Handle arg NEWBUF.
22406
22407 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22408
22409 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22410 SIZE is a number.
22411
22412 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22413
22414 * window.el (get-lru-window, get-mru-window)
22415 (get-largest-window): Never return a minibuffer window.
22416 (display-buffer-pop-up-window): Fix a bug that could lead to
22417 reusing the minibuffer window.
22418 (display-buffer): Pass original specifier argument to
22419 display-buffer-function instead of the normalized one.
22420 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22421
22422 2011-06-22 Leo Liu <sdl.web@gmail.com>
22423
22424 * minibuffer.el (completing-read-function)
22425 (completing-read-default): Move from minibuf.c.
22426
22427 2011-06-22 Richard Stallman <rms@gnu.org>
22428
22429 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22430 to Rmail even if not started by a special Rmail command.
22431
22432 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22433 Copy the buffer currently showing just one message.
22434
22435 2011-06-22 Roland Winkler <winkler@gnu.org>
22436
22437 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22438 (bibtex-clean-entry): First delete the old key so that a
22439 customized algorithm for generating the new key does not get
22440 confused by the old key.
22441 (bibtex-url): Obey regexp of first step.
22442 (bibtex-search-entries): Do not use add-to-list with local
22443 list-var.
22444
22445 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22446
22447 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22448 stored a user name, then query for the password first, instead of
22449 waiting for SMTP to give an error message and the trying again.
22450
22451 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22452
22453 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22454 BUFFER in call-process.
22455
22456 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22457
22458 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22459 QUIT twice.
22460 (smtpmail-try-auth-methods): Require user name and password from
22461 auth-source.
22462
22463 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22464
22465 * window.el (display-buffer-default-specifiers)
22466 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22467 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22468 (split-window): Normalize SIDE argument (Bug#8916).
22469
22470 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22471 (special-display-frame-alist, special-display-popup-frame):
22472 Remove duplicate declarations. These are now in window.el.
22473
22474 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22475
22476 * mail/smtpmail.el (smtpmail-via-smtp):
22477 Set :use-starttls-if-possible so that we always use STARTTLS if the
22478 server supports it. SMTP servers that support STARTTLS commonly
22479 require it.
22480
22481 * net/network-stream.el (network-stream-open-starttls): Support
22482 upgrading to STARTTLS always, even if we don't have built-in support.
22483 (open-network-stream): Add the :always-query-capabilities keyword.
22484
22485 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22486 upgrades with `open-network-stream', and rely solely on
22487 auth-source for all credentials. Big changes throughout the file,
22488 but in particular:
22489 (smtpmail-auth-credentials): Remove.
22490 (smtpmail-starttls-credentials): Remove.
22491 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22492 MAIL FROM, too.
22493
22494 * net/network-stream.el (network-stream-open-starttls):
22495 Provide support for client certificates both for external and built-in
22496 STARTTLS.
22497 (auth-source): Require.
22498 (open-network-stream): Document the :client-certificate keyword.
22499 (network-stream-certificate): Change cert-cert to cert and
22500 cert-key to key.
22501
22502 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22503
22504 * net/tramp-cache.el (top): Don't load the persistency file when
22505 "emacs -Q" has been called.
22506
22507 2011-06-21 Tim Harper <timcharper@gmail.com>
22508
22509 * term/ns-win.el (ns-initialize-window-system):
22510 Set application-specific `ApplePressAndHoldEnabled' system
22511 resource to NO as it is not yet supported by the NS port.
22512
22513 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22514
22515 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22516 (list-dynamic-libraries): ...not here.
22517
22518 2011-06-21 Leo Liu <sdl.web@gmail.com>
22519
22520 * subr.el (sha1): Implement sha1 using secure-hash.
22521
22522 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22523
22524 * window.el (display-buffer-alist): In default value do not
22525 enforce searching a window on any but the selected frame.
22526 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22527 (display-buffer-select-window): Remove function.
22528 (display-buffer-in-window): When a window on another frame gets
22529 reused, do not select it any more but just raise its frame if
22530 necessary (Bug#8851) and (Bug#8856).
22531 (display-buffer-normalize-options): Handle pop-up-frames related
22532 options more faithfully.
22533 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22534 window if it is on another frame.
22535 (display-buffer-alist, display-buffer-default-specifiers):
22536 Don't make new frame unsplittable by default.
22537 (display-buffer-normalize-argument): Fix doc-string typo and use
22538 'same-frame-other-window instead of 'other-window when associating
22539 with display-buffer-macro-specifiers.
22540
22541 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
22542
22543 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22544 New functions.
22545 (5x5-mode-map, 5x5-mode-menu): Bind them.
22546 (5x5-draw-grid): Tweak the solver's rendering.
22547
22548 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22549
22550 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22551 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22552
22553 2011-06-21 Drew Adams <drew.adams@oracle.com>
22554
22555 * menu-bar.el: Use function variable instead of switch-to-buffer.
22556 (menu-bar-select-buffer-function): New variable.
22557 (menu-bar-update-buffers): Use it (bug#8876).
22558
22559 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22560
22561 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22562 variable's status.
22563
22564 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22565
22566 * x-dnd.el (x-dnd-version-from-flags)
22567 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22568 and long as number (Bug#8899).
22569 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22570
22571 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22572
22573 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22574 (completion-try-completion, completion-all-completions): Compute the
22575 metadata argument if it's missing; make it optional (bug#8795).
22576
22577 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22578 (widget-complete): Use new :completion-function property.
22579 (widget-completions-at-point): New function.
22580 (default): Use :completion-function instead of :complete.
22581 (widget-default-completions): Rename from widget-default-complete;
22582 Rewrite.
22583 (widget-string-complete, widget-file-complete, widget-color-complete):
22584 Remove functions.
22585 (file, symbol, function, variable, coding-system, color):
22586 * international/mule-cmds.el (default-input-method, charset)
22587 (language-info-custom-alist):
22588 * cus-edit.el (face): Use new property :completions.
22589
22590 * progmodes/pascal.el (pascal-completions-at-point): New function.
22591 (pascal-mode): Use it.
22592 (pascal-mode-map): Use completion-at-point.
22593 (pascal-toggle-completions): Make obsolete.
22594 (pascal-complete-word, pascal-show-completions):
22595 * progmodes/octave-mod.el (octave-complete-symbol):
22596 Redefine as obsolete alias.
22597 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22598 Signal absence of completion info for old Octave,
22599 (inferior-octave-complete): Redefine as obsolete alias.
22600 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22601 (meta-completions-at-point): Rename from meta-complete-symbol and
22602 adapt it for use on completion-at-point-functions.
22603 (meta-common-mode): Use it.
22604 (meta-looking-at-backward, meta-match-buffer): Remove.
22605 (meta-complete-symbol): Redefine as obsolete alias.
22606 (meta-common-mode-map): Use completion-at-point.
22607 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22608 (makefile-mode-map): Use completion-at-point.
22609 (makefile-completions-at-point): Rename from makefile-complete and
22610 adapt it for use on completion-at-point-functions.
22611 (makefile-mode): Use it.
22612 (makefile-complete): Redefine as obsolete alias.
22613
22614 2011-06-20 Deniz Dogan <deniz@dogan.se>
22615
22616 * net/rcirc.el: Delete trailing whitespaces once and for all.
22617
22618 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22619
22620 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22621
22622 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22623
22624 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22625
22626 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22627
22628 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22629
22630 * window.el (display-buffer-other-window-means-other-frame):
22631 Call display-buffer-normalize-alist.
22632 (display-buffer-normalize-specifiers-1): Rename to
22633 display-buffer-normalize-argument. New argument other-frame.
22634 Rewrite.
22635 (display-buffer-normalize-specifiers-2): Rename to
22636 display-buffer-normalize-options.
22637 (display-buffer-normalize-alist-1): New function.
22638 (display-buffer-normalize-specifiers-3): Rename to
22639 display-buffer-normalize-alist.
22640 Call display-buffer-normalize-alist-1.
22641 (display-buffer-normalize-options-inhibit): New variable.
22642 (display-buffer-normalize-specifiers): Rewrite calling
22643 display-buffer-normalize-alist,
22644 display-buffer-normalize-argument, and
22645 display-buffer-normalize-options. Don't call the latter if
22646 display-buffer-normalize-options-inhibit is non-nil.
22647 (frame-auto-delete): New option.
22648 (window-deletable-p): Use frame-auto-delete.
22649 (window-list-no-nils, window-state-ignored-parameters)
22650 (window-state-get-1, window-state-get, window-state-put-list)
22651 (window-state-put-1, window-state-put-2, window-state-put):
22652 New functions.
22653 (display-buffer-normalize-options): Move special-display-p group
22654 after pop-up-frame group (Bug#8851) and (Bug#8856).
22655
22656 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22657
22658 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22659 groups (Bug#8776).
22660 (rx-submatch-n): New function.
22661 (rx): Document it.
22662
22663 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22664 (Bug#8768).
22665
22666 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22667
22668 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22669
22670 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22671 anytime existing face settings are present (Bug#8889).
22672
22673 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22674 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22675 Remove unused argument.
22676
22677 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22678
22679 * window.el (display-buffer-default-specifiers):
22680 Remove pop-up-frame. Add pop-up-window-min-height,
22681 pop-up-window-min-width, and another reuse-window specifier
22682 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22683 (display-buffer-normalize-specifiers-2):
22684 Handle split-height-threshold and split-width-threshold also when
22685 pop-up-windows is unset. Add a reuse-window specifier for the
22686 case popping up a new window fails.
22687 (special-display-popup-frame): Remove double quoting.
22688 (display-buffer-normalize-specifiers-1): Fix thinko.
22689
22690 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22691
22692 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22693 according to comint-completion-addsuffix.
22694
22695 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22696 (pcomplete-suffix-list): Mark as obsolete.
22697 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22698 pcomplete-seen in the closure.
22699 (pcomplete-comint-setup): Setup completion-at-point as well.
22700 (pcomplete--entries): New function.
22701 (pcomplete--env-regexp): New var.
22702 (pcomplete-entries): Rewrite to work with partial-completion and
22703 without relying on pcomplete-suffix-list.
22704 (pcomplete-pare-list): Remove, unused.
22705
22706 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22707
22708 * window.el (display-buffer-alist): Set pop-up-window-min-height
22709 and pop-up-window-min-width in default value. Reported by
22710 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22711 other-window-means-other-frame.
22712 (display-buffer-macro-specifiers): Comment out entry for
22713 other-window specifier.
22714 (display-buffer-other-window-means-other-frame): New function.
22715 (display-buffer-normalize-specifiers-1): New arguments
22716 buffer-name and label. Treat other-window case specially.
22717 (display-buffer-normalize-specifiers-2): Treat other-window case
22718 specially.
22719 (display-buffer-normalize-specifiers-3): New function.
22720 (display-buffer-normalize-specifiers):
22721 Call display-buffer-normalize-specifiers-3.
22722
22723 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22724
22725 * window.el (same-window-p): Fix two typos introduced when
22726 adding with-no-warnings.
22727 (display-buffer-normalize-specifiers-1): Don't check
22728 pop-up-frames for 'unset initialization.
22729 (display-buffer-normalize-specifiers-2): Major rewrite using
22730 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22731 (pop-up-frames, display-buffer-reuse-frames)
22732 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22733 Suggested by David Engster <deng@randomsample.de>.
22734 (even-window-heights): Initialize to 'unset.
22735 (display-buffer-alist-set): Handle new 'unset initializations.
22736 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22737 other window case.
22738
22739 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22740
22741 * window.el (display-buffer-normalize-specifiers-1):
22742 Respect current value of pop-up-frames for most reasonable values of
22743 second argument of display-buffer (Bug#8865).
22744 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22745 (switch-to-buffer-other-window-same-frame)
22746 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22747 Adams (Bug#8875).
22748 (display-buffer): Don't check noninteractive when calling
22749 display-buffer-pop-up-frame.
22750 (display-buffer-pop-up-frame): Never pop up a frame in
22751 noninteractive mode (Bug#8857).
22752 (enlarge-window, shrink-window): Don't report an error when the
22753 window can't be resized as requested (Bug#8862).
22754
22755 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22756
22757 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22758
22759 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22760
22761 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22762
22763 2011-06-15 Alan Mackenzie <acm@muc.de>
22764
22765 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22766 for declarators, disable knr checking to speed up for normal files.
22767 2: Refactor, replacing a sequence of nested if forms by a cond form.
22768
22769 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22770
22771 * net/network-stream.el (open-network-stream): Add the keyword
22772 :always-query-capabilities for the case where you want to force a
22773 `plain' network connection, but the protocol still requires the
22774 capabilitiy command (i.e., SMTP and EHLO).
22775
22776 * subr.el (process-live-p): Rename from `process-alive-p' for
22777 consistency with other `-live-p' functions.
22778
22779 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22780
22781 * window.el (same-window-buffer-names, same-window-regexps)
22782 (special-display-frame-alist, special-display-popup-frame)
22783 (special-display-function, special-display-buffer-names)
22784 (special-display-regexps, pop-up-frame-alist)
22785 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22786 (pop-up-windows, split-window-preferred-function)
22787 (split-height-threshold, split-width-threshold, even-window-heights)
22788 (display-buffer-mark-dedicated): Don't encourage the use of
22789 display-buffer-alist from Elisp code.
22790
22791 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22792
22793 * progmodes/python.el (python-mode): Derive from prog-mode.
22794 * progmodes/ps-mode.el (ps-mode):
22795 * progmodes/mixal-mode.el (mixal-mode):
22796 * progmodes/cfengine.el (cfengine-mode):
22797 * progmodes/ld-script.el (ld-script-mode): Likewise.
22798
22799 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22800
22801 * window.el (display-buffer-alist): Trim default value to avoid
22802 popping up a new frame (Bug#8857) or reusing an arbitrary window
22803 on another frame.
22804 (display-buffer): Do not fall back on popping up a new frame in
22805 batch mode (Bug#8857).
22806
22807 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22808
22809 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22810 (custom-theme-summary): New function.
22811 (customize-themes): Use it.
22812
22813 2011-06-13 Glenn Morris <rgm@gnu.org>
22814
22815 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22816
22817 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22818
22819 * help.el (help-window): Remove variable.
22820 (help-window-point-marker, temp-buffer-max-height)
22821 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22822 (help-print-return-message): Don't set help-window.
22823 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22824 (help-window-setup-finish): Remove.
22825 (help-window-display-message, help-window-setup)
22826 (with-help-window): Major rewrite based on new
22827 display-buffer-window variable.
22828
22829 * help-mode.el (help-mode-finish): Remove help-window related
22830 code.
22831
22832 * view.el (view-exits-all-viewing-windows): Remove reference to
22833 view-return-to-alist in doc-string.
22834 (view-return-to-alist): Make obsolete.
22835 (view-buffer): Call pop-to-buffer-same-window and remove
22836 undo-window code.
22837 (view-buffer-other-window): Call pop-to-buffer-other-window and
22838 simplify code. Ignore second argument.
22839 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22840 simplify code. Ignore second argument.
22841 (view-return-to-alist-update): Make obsolete.
22842 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22843 Rewrite using quit-restore window parameters.
22844 (view-mode-exit): Rename second argument to EXIT-ONLY.
22845 Rewrite using quit-restore-window.
22846 (View-exit, View-exit-and-edit, View-leave, View-quit)
22847 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22848 appropriate arguments.
22849 (view-end-message): Use quit-restore window parameter.
22850
22851 * window.el (display-buffer-function): Rewrite doc-string.
22852 (display-buffer-window, display-buffer-alist): New variables.
22853 (display-buffer-split-specifiers)
22854 (display-buffer-side-specifiers)
22855 (display-buffer-macro-specifiers): New constants.
22856 (display-buffer-even-window-sizes, display-buffer-set-height)
22857 (display-buffer-set-width, display-buffer-select-window)
22858 (display-buffer-in-window, display-buffer-reuse-window)
22859 (display-buffer-split-window-1, display-buffer-split-window)
22860 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22861 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22862 (display-buffer-in-side-window, normalize-buffer-to-display)
22863 (display-buffer-normalize-specifiers-1)
22864 (display-buffer-normalize-specifiers-2)
22865 (display-buffer-normalize-specifiers, display-buffer-frame):
22866 New functions.
22867 (display-buffer): Major rewrite.
22868 (display-buffer-other-window, display-buffer-other-frame)
22869 (pop-to-buffer, switch-to-buffer-other-window)
22870 (switch-to-buffer-other-frame): Rewrite.
22871 (display-buffer-same-window, display-buffer-same-frame)
22872 (display-buffer-same-frame-other-window)
22873 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22874 (pop-to-buffer-other-window)
22875 (pop-to-buffer-same-frame-other-window)
22876 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22877 (switch-to-buffer-other-window-same-frame): New functions.
22878 (same-window-p, special-display-p): Rewrite disabling warnings.
22879 Make obsolete.
22880 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22881 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22882 Make obsolete
22883 (same-window-buffer-names, same-window-regexps)
22884 (special-display-frame-alist, special-display-popup-frame)
22885 (special-display-function, special-display-buffer-names)
22886 (special-display-regexps, pop-up-frame-alist)
22887 (pop-up-frame-function, split-window-preferred-function)
22888 (split-height-threshold, split-width-threshold)
22889 (even-window-heights): Make obsolete.
22890
22891 2011-06-12 Glenn Morris <rgm@gnu.org>
22892
22893 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22894 Misc simplifications.
22895
22896 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22897
22898 * window.el (window-safely-shrinkable-p): Restore function which
22899 was inadvertently removed in change from 2011-06-11. Declare as
22900 obsolete.
22901
22902 * calendar/calendar.el (calendar-generate-window):
22903 Use window-iso-combined-p instead of combination of one-window-p and
22904 window-safely-shrinkable-p.
22905
22906 2011-06-12 Glenn Morris <rgm@gnu.org>
22907
22908 * progmodes/fortran.el (fortran-mode-syntax-table):
22909 * progmodes/f90.el (f90-mode-syntax-table):
22910 Set % to punctuation. (Bug#8820)
22911 (f90-find-tag-default): Remove, no longer needed.
22912
22913 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22914
22915 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22916
22917 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22918
22919 * image.el (image-animated-p): Return animation delay in seconds.
22920 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22921 (image-animate-timeout): Remove DELAY argument. Don't assume
22922 every subimage has the same delay; get it from image-animated-p.
22923 (image-animate): Caller changed.
22924
22925 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22926
22927 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22928 to ignored backtrace functions.
22929
22930 2011-06-11 Glenn Morris <rgm@gnu.org>
22931
22932 * calendar/appt.el (appt-disp-window-function): Doc fix.
22933 (appt-check): Handle overlapping appointments. (Bug#8337)
22934
22935 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22936
22937 * window.el (window-tree-1, window-tree): New functions, moving
22938 the latter to window.el.
22939 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22940 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22941 (bw-refresh-edges): Remove.
22942 (balance-windows-1, balance-windows-2): New functions.
22943 (balance-windows): Rewrite in terms of window tree functions,
22944 balance-windows-1 and balance-windows-2.
22945 (bw-adjust-window): Remove.
22946 (balance-windows-area-adjust): New function with functionality of
22947 bw-adjust-window but using resize-window.
22948 (set-window-text-height): Rewrite doc-string.
22949 Use normalize-live-window and resize-window.
22950 (enlarge-window-horizontally, shrink-window-horizontally):
22951 Rename argument to DELTA.
22952 (window-buffer-height): New function.
22953 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22954 Rewrite using new window resize routines.
22955 (kill-buffer-and-window, mouse-autoselect-window-select):
22956 Use ignore-errors instead of condition-case.
22957 (quit-window): Call delete-frame instead of delete-windows-on
22958 for the only buffer on frame.
22959
22960 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22961
22962 * loadup.el (top-level): Load window before files for the sake
22963 of replace-buffer-in-windows.
22964
22965 * files.el (read-buffer-to-switch)
22966 (switch-to-buffer-other-window)
22967 (switch-to-buffer-other-frame, display-buffer-other-frame):
22968 Move to window.el.
22969
22970 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22971 (previous-buffer): Move to window.el.
22972
22973 * bindings.el (unbury-buffer): Move to window.el.
22974
22975 * window.el (delete-other-windows-vertically): Move after
22976 definition of delete-other-windows.
22977 (other-window, delete-windows-on, replace-buffer-in-windows):
22978 Move here from window.c.
22979 (record-window-buffer, unrecord-window-buffer)
22980 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22981 (switch-to-next-buffer): New functions.
22982 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22983 from simple.el. Call switch-to-next-buffer.
22984 (previous-buffer): Move here from simple.el.
22985 Call switch-to-prev-buffer.
22986 (bury-buffer): Move here from buffer.c. Switch to previous
22987 buffer when window cannot be deleted.
22988 (unbury-buffer): Move here from bindings.el.
22989 (ctl-x-map): Move binding for other-window from window.c to
22990 here.
22991 (read-buffer-to-switch, switch-to-buffer-other-window)
22992 (switch-to-buffer-other-frame): Move here from files.el.
22993 (normalize-buffer-to-switch-to): New functions.
22994 (switch-to-buffer): Move here from buffer.c.
22995 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22996
22997 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22998
22999 * window.el (window-min-height, window-min-width): Move here
23000 from window.c. Add defcustoms and rewrite doc-strings.
23001 (resize-mini-window, resize-window): New functions.
23002 (adjust-window-trailing-edge, enlarge-window, shrink-window):
23003 Move here from window.c.
23004 (maximize-window, minimize-window): New functions.
23005 (delete-window, delete-other-windows, split-window): Move here
23006 from window.c.
23007 (window-split-min-size): New function.
23008 (split-window-keep-point): Mention split-window-above-each-other
23009 instead of split-window-vertically.
23010 (split-window-above-each-other, split-window-vertically):
23011 Rename split-window-vertically to split-window-above-each-other
23012 and provide defalias for old definition.
23013 (split-window-side-by-side, split-window-horizontally):
23014 Rename split-window-horizontally to split-window-side-by-side
23015 and provide defalias for the old definition.
23016 (ctl-x-map): Move bindings for delete-window,
23017 delete-other-windows and enlarge-window here from window.c.
23018 Replace bindings for split-window-vertically and
23019 split-window-horizontally by bindings for
23020 split-window-above-each-other and split-window-side-by-side.
23021
23022 * cus-start.el (all): Remove entries for window-min-height and
23023 window-min-width. Add entries for window-splits and
23024 window-nest.
23025
23026 2011-06-09 Glenn Morris <rgm@gnu.org>
23027
23028 * calendar/appt.el (appt-mode-line): New function.
23029 (appt-check, appt-disp-window): Use it.
23030
23031 * files.el (hack-one-local-variable-eval-safep):
23032 Allow minor-modes with explicit +/-1 arguments.
23033
23034 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
23035
23036 * term/xterm.el (xterm): Add defgroup.
23037 (xterm-extra-capabilities): Add defcustom to supply known xterm
23038 capabilities, skip querying them, or query them (default).
23039 (terminal-init-xterm): Use it.
23040 (terminal-init-xterm-modify-other-keys): New function to set up
23041 modifyOtherKeys support to simplify `terminal-init-xterm'.
23042
23043 2011-06-09 Martin Rudalics <rudalics@gmx.at>
23044
23045 * window.el (resize-window-reset, resize-window-reset-1)
23046 (resize-subwindows-skip-p, resize-subwindows-normal)
23047 (resize-subwindows, resize-other-windows, resize-this-window)
23048 (resize-root-window, resize-root-window-vertically)
23049 (window-deletable-p, window-or-subwindow-p)
23050 (frame-root-window-p): New functions.
23051
23052 2011-06-09 Glenn Morris <rgm@gnu.org>
23053
23054 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23055 (ange-ftp-get-files): Use it.
23056
23057 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23058
23059 * mail/sendmail.el (mail-recover-1, mail-recover):
23060 * files.el (recover-file, recover-session):
23061 Handle dired-listing-switches not being just a single short option.
23062
23063 2011-06-09 Glenn Morris <rgm@gnu.org>
23064
23065 * calendar/appt.el (appt-display-message, appt-disp-window):
23066 Handle lists of appointments.
23067
23068 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23069
23070 * window.el (one-window-p): Move down in code.
23071 Rewrite doc-string.
23072 (window-current-scroll-bars): Rewrite doc-string.
23073 Normalize live window argument.
23074 (walk-windows, get-window-with-predicate, count-windows):
23075 Rewrite doc-string. Use window-list-1.
23076 (window-in-direction-2, window-in-direction, get-mru-window):
23077 New functions.
23078
23079 2011-06-08 Reuben Thomas <rrt@sc3d.org>
23080
23081 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23082 Doc fix (Bug#8713).
23083
23084 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
23085
23086 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23087
23088 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
23089
23090 * loadhist.el (unload-feature-special-hooks):
23091 Add `comint-output-filter-functions'.
23092
23093 2011-06-08 Ivan Kanis <gnu@kanis.fr>
23094
23095 * calendar/appt.el (appt-check): Move some initializations into the let.
23096
23097 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23098
23099 * window.el (window-height): Defalias to window-total-height.
23100 (window-width): Defalias to window-body-width.
23101
23102 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
23103
23104 * image-mode.el (image-toggle-animation): New command.
23105 (image-mode-map): Bind it to RET.
23106 (image-mode): Update message.
23107 (image-toggle-display-image): Avoid a spurious cache flush.
23108 (image-transform-rotation): Doc fix.
23109 (image-transform-properties): Return quickly in the normal case.
23110 (image-animate-loop): Rename from image-animate-max-time.
23111
23112 * image.el (image-animate-max-time): Move to image-mode.el.
23113 (create-animated-image): Remove unnecessary function.
23114 (image-animate): Rename from image-animate-start. New arg.
23115 (image-animate-stop): Remove; just use image-animate-timer.
23116 (image-animate-timer): Use car-safe.
23117 (image-animate-timeout): Rename argument.
23118
23119 2011-06-07 Martin Rudalics <rudalics@gmx.at>
23120
23121 * window.el (get-lru-window, get-largest-window): Move here from
23122 window.c. Rename first argument to ALL-FRAMES.
23123 Rephrase doc-strings.
23124 (get-buffer-window-list): Rewrite using window-list-1.
23125 Rephrase doc-string.
23126 (window-safe-min-height, window-safe-min-width): New constants.
23127 (window-size-ignore, window-min-size, window-min-size-1)
23128 (window-sizable, window-sizable-p, window-size-fixed-1)
23129 (window-size-fixed-p, window-min-delta-1, window-min-delta)
23130 (window-max-delta-1, window-max-delta, window-resizable)
23131 (window-resizable-p, window-total-height, window-total-width)
23132 (window-body-width): New functions.
23133 (window-full-height-p, window-full-width-p): Rewrite using
23134 window-total-size.
23135 (window-body-height): Rewrite using window-body-size.
23136
23137 2011-06-06 Martin Rudalics <rudalics@gmx.at>
23138
23139 * window.el (window-right, window-left, window-child)
23140 (window-child-count, window-last-child, window-any-p)
23141 (normalize-live-buffer, normalize-live-frame)
23142 (normalize-any-window, normalize-live-window)
23143 (window-iso-combination-p, window-iso-combined-p)
23144 (window-iso-combinations)
23145 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23146 (windows-with-parameter, window-with-parameter)
23147 (window-atom-root, make-window-atom, window-atom-check-1)
23148 (window-atom-check, window-side-check, window-check):
23149 New functions.
23150 (ignore-window-parameters, window-sides, window-sides-vertical)
23151 (window-sides-slots): New variables.
23152 (window-size-fixed): Move down in code. Minor doc-string fix.
23153
23154 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
23155
23156 * comint.el (comint-dynamic-complete-as-filename)
23157 (comint-dynamic-complete-filename): Correctly call
23158 completion-in-region.
23159
23160 2011-06-05 Deniz Dogan <deniz@dogan.se>
23161
23162 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23163 in last change.
23164
23165 2011-06-05 Deniz Dogan <deniz@dogan.se>
23166
23167 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23168 (rcirc): Use it to prompt for encryption.
23169
23170 2011-06-05 Roland Winkler <winkler@gnu.org>
23171
23172 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23173 (bibtex-search-entries): New command bound to C-c C-a.
23174 (bibtex-display-entries): New function.
23175
23176 2011-06-05 Roland Winkler <winkler@gnu.org>
23177
23178 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23179 (bibtex-insert-kill): After yanking insert newline if necessary.
23180 (bibtex-initialize): Call bibtex-string-files-init only once.
23181 (bibtex-mode): Do not call easy-menu-add.
23182 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23183 (bibtex-yank): Set arg properly if nil.
23184
23185 2011-06-05 Roland Winkler <winkler@gnu.org>
23186
23187 * textmodes/bibtex.el (bibtex-search-entry-globally):
23188 New variable.
23189 (bibtex-search-entry): Use it.
23190
23191 2011-06-05 Roland Winkler <winkler@gnu.org>
23192
23193 * textmodes/bibtex.el (bibtex-entry-format): New option
23194 sort-fields.
23195 (bibtex-format-entry, bibtex-reformat): Honor this option.
23196 (bibtex-parse-entry): Return fields in proper order.
23197
23198 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
23199
23200 * doc-view.el (doc-view-remove-if): Move computation of result out
23201 of `dolist' to silence misleading lexical-binding warning.
23202
23203 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
23204
23205 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23206 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23207
23208 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23209
23210 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23211 "SunOS 5.10".
23212
23213 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23214
23215 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23216 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23217 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23218 (tramp-parse-putty):
23219 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23220 (tramp-completion-function-alist-ssh)
23221 (tramp-completion-function-alist-telnet)
23222 (tramp-completion-function-alist-su)
23223 (tramp-completion-function-alist-putty): Set `tramp-autoload'
23224 cookie.
23225
23226 * net/tramp-ftp.el:
23227 * net/tramp-sh.el:
23228 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23229 load "tramp.el" `tramp-set-completion-function'.
23230
23231 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
23232
23233 * shell.el: Require and use pcomplete.
23234 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23235 (shell-completion-vars): Set pcomplete-default-completion-function.
23236
23237 2011-06-04 Deniz Dogan <deniz@dogan.se>
23238
23239 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23240 `memq' (Bug#8799).
23241
23242 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23243
23244 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23245
23246 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
23247
23248 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23249 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23250 * vc/log-view.el (log-view-beginning-of-defun):
23251 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23252 (smerge-refine-forward, smerge-refine-chopup-region):
23253 Silence warning for unused `dotimes' counter variables.
23254
23255 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23256
23257 * net/tramp.el (tramp-with-progress-reporter): Rename from
23258 with-progress-reporter. Use `declare'.
23259 * net/tramp-smb.el:
23260 * net/tramp-sh.el:
23261 * net/tramp-gvfs.el: Update all uses.
23262
23263 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23264
23265 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23266 buffer isn't killed before making it current.
23267
23268 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23269
23270 Silence various byte-compiler warnings.
23271 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23272 `access-type' and new obsolescence format.
23273 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23274 new format.
23275 (byte-compile-check-variable): New `access-type' argument.
23276 Only warn if the access-type is obsolete.
23277 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23278 (byte-compile-variable-set): Adjust callers.
23279 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23280 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23281 setting it as obsolete.
23282 * simple.el (minibuffer-completing-symbol):
23283 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23284 access as obsolete.
23285 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23286 obsolete yet.
23287 * international/quail.el (quail-mouse-choose-completion): Remove unused
23288 code referring to obsolete var.
23289 (quail-choose-completion-string): Remove.
23290 * server.el (server-clients-with, server-kill-buffer-query-function)
23291 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23292 * proced.el (proced-send-signal):
23293 * emacs-lisp/lisp.el (lisp-complete-symbol):
23294 Replace completion-annotate-function with completion-extra-properties.
23295
23296 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23297
23298 * simple.el (goto-line): Use read-number.
23299 (overriding-map-is-bound): Remove.
23300 (saved-overriding-map): Change default.
23301 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23302 Take the map as argument.
23303 (universal-argument, negative-argument, digit-argument): Use it.
23304 (restore-overriding-map): Adjust.
23305 (do-auto-fill): Use fill-forward-paragraph.
23306 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23307
23308 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23309 (minibuffer-inactive-mode): New major mode.
23310 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23311 the *Messages* buffer" hack.
23312 (mouse-popup-menubar): Don't burp if the event is a normal key.
23313
23314 Miscellaneous tweaks.
23315 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23316 lexical scoping as in subr.el's dolist and dotimes.
23317 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23318 Silence compiler warning.
23319 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23320 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23321 * international/ccl.el (ccl-compile): Trivial simplification.
23322 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23323 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23324 `printflag' argument.
23325 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23326 Purecopy the whole obsolescence data.
23327
23328 2011-06-01 Leo Liu <sdl.web@gmail.com>
23329
23330 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23331 improve doc-string as suggested by Marco Pessotto
23332 <melmothx@gmail.com>.
23333 (rcirc-print): Fix last change.
23334
23335 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23336
23337 * minibuffer.el (complete-with-action): Return nil for the metadata and
23338 boundaries of non-functional tables.
23339 (completion-table-dynamic): Return nil for the metadata.
23340 (completion-table-with-terminator): Add default case, using
23341 complete-with-action.
23342 (completion--metadata): New function.
23343 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23344 to try and avoid pathological performance problems.
23345 (completion--embedded-envvar-table): Return `category' metadata.
23346
23347 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23348
23349 * subr.el (process-alive-p): New tiny convenience function.
23350
23351 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23352
23353 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23354 content but also its previous major mode.
23355
23356 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23357
23358 * emacs-lisp/debug.el (debug): Restore the previous content of the
23359 *Backtrace* buffer when we exit with C-M-c.
23360
23361 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23362
23363 * minibuffer.el: Add metadata method to completion tables.
23364 (completion-category-overrides): New defcustom.
23365 (completion-metadata, completion--field-metadata)
23366 (completion-metadata-get, completion--styles)
23367 (completion--cycle-threshold): New functions.
23368 (completion-try-completion, completion-all-completions):
23369 Add `metadata' argument to choose completion-styles.
23370 (completion--do-completion): Use metadata to choose cycling.
23371 (completion-all-sorted-completions): Use metadata for sorting.
23372 Remove :completion-cycle-penalty which is not needed any more.
23373 (completion--try-word-completion): Add `metadata' argument.
23374 (minibuffer-completion-help): Check metadata for annotation function
23375 and sorting.
23376 (completion-file-name-table): Return `category' metadata.
23377 (minibuffer-completing-file-name): Make obsolete.
23378 * simple.el (minibuffer-completing-symbol): Make obsolete.
23379 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23380 completion-try-completion.
23381
23382 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23383
23384 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23385
23386 2011-05-30 Leo Liu <sdl.web@gmail.com>
23387
23388 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23389 (rcirc-print): Decode all incoming messages (bug#8744).
23390 (rcirc-decode-coding-system): Allow value nil for automatic coding
23391 system detection.
23392
23393 2011-06-01 Glenn Morris <rgm@gnu.org>
23394
23395 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23396
23397 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23398
23399 * image.el (image-animate-max-time): Allow nil and t values.
23400 Default to nil.
23401 (create-animated-image): Doc fix.
23402 (image-animate-start): Remove second arg; just use
23403 image-animate-max-time.
23404 (image-animate-timeout): Doc fix. Args changed.
23405
23406 * image-mode.el (image-toggle-display-image): Ensure that the
23407 image spec passed to the animate timer is the same object as in
23408 the buffer's display property (Bug#6981).
23409 (image-transform-properties): Doc fix.
23410
23411 * image.el (image-animate-max-time): Default to nil.
23412
23413 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23414
23415 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23416 entire buffer list (Bug#8184).
23417
23418 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23419
23420 * image.el (imagemagick-types-inhibit)
23421 (imagemagick-register-types): Doc fix.
23422
23423 2011-05-29 Deniz Dogan <deniz@dogan.se>
23424
23425 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23426 default.
23427
23428 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23429
23430 * select.el: Don't perform clipboard-manager saving in hooks;
23431 leave the hooks empty.
23432
23433 2011-05-28 Leo Liu <sdl.web@gmail.com>
23434
23435 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23436 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23437 (occur-edit-mode): New major mode (Bug#8463).
23438 (occur-after-change-function): New function.
23439 (occur-engine): Give Occur tags a read-only property.
23440
23441 2011-05-28 Kevin Ryde <user42@zip.com.au>
23442
23443 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23444
23445 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23446
23447 * bindings.el (help-echo): Make the initial non-indicator dash
23448 empty on graphical terminals (Bug#7295).
23449
23450 * files.el (auto-mode-alist): Move config rule after the
23451 in-stripping one (Bug#8547).
23452
23453 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23454
23455 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23456 setting (Bug#8740).
23457
23458 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23459
23460 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23461 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23462 (Bug#8539).
23463
23464 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23465
23466 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23467
23468 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23469
23470 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23471 (hs-hide-block-at-point, hs-find-block-beginning)
23472 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23473 (Bug#8279).
23474
23475 2011-05-28 Glenn Morris <rgm@gnu.org>
23476
23477 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23478
23479 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23480
23481 * help-fns.el (describe-function-1): If the function is a derived
23482 major mode, print the parent mode.
23483
23484 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23485 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23486
23487 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23488
23489 * minibuffer.el (completion--capf-wrapper): Check applicability before
23490 returning non-nil for non-exclusive completion data.
23491 * progmodes/etags.el (tags-completion-at-point-function):
23492 * info-look.el (info-lookup-completions-at-point): Mark as
23493 non-exclusive.
23494 (info-complete): Adjust accordingly.
23495
23496 * info-look.el: Convert to lexical-binding and completion-at-point.
23497 (info-lookup-completions-at-point): New function.
23498 (info-complete): Use it and completion-in-region.
23499
23500 2011-05-28 Drew Adams <drew.adams@oracle.com>
23501
23502 * isearch.el: Let M-e start with point at the first mismatched char.
23503 (isearch-fail-pos): New function.
23504 (isearch-edit-string): Use it.
23505
23506 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23507
23508 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23509
23510 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23511
23512 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23513 traversal functions for avl-trees.
23514 (avl-tree--stack): New struct.
23515 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23516 (avl-tree-enter): Add optional `updatefun' arg.
23517 (avl-tree--do-enter): Add optional `updatefun' arg.
23518 Change return value.
23519 (avl-tree-delete): Add optional `test' and `nilflag' args.
23520 (avl-tree--do-delete): Add `test' and `nilflag' args.
23521 Change return value.
23522 (avl-tree-member): Add optional `nilflag'
23523 (avl-tree-member-p): New function.
23524 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23525 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23526 (avl-tree-stack-empty-p): New functions.
23527
23528 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23529 avl-tree--del-balance1 and make it work both ways.
23530 (avl-tree--del-balance2): Remove.
23531 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23532 make it work both ways.
23533 (avl-tree--enter-balance2): Remove.
23534 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23535 New macros.
23536 (avl-tree--mapc, avl-tree-map): Add direction argument.
23537
23538 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23539
23540 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23541
23542 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23543
23544 * select.el: Support clipboard managers with built-in function
23545 x-clipboard-manager-save, via delete-frame-functions and
23546 kill-emacs-hook.
23547 (xselect-convert-to-targets): Add MULTIPLE target to list.
23548 (xselect-convert-to-save-targets): New function.
23549
23550 2011-05-27 Kenichi Handa <handa@m17n.org>
23551
23552 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23553 let-binding rfc2047-encode-encoded-words to nil.
23554
23555 2011-05-27 Glenn Morris <rgm@gnu.org>
23556
23557 * mail/emacsbug.el: Don't require url-util.
23558
23559 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23560
23561 * files.el (set-auto-mode):
23562 Also respect mode: entries at the end of the file. (Bug#8586)
23563
23564 2011-05-26 Glenn Morris <rgm@gnu.org>
23565
23566 * files.el (hack-local-variables-prop-line, hack-local-variables):
23567 Downcase mode names, as seems to be traditional.
23568 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23569
23570 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23571 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23572
23573 2011-05-25 Julien Danjou <julien@danjou.info>
23574
23575 * textmodes/rst.el (rst-define-level-faces): Do not define face
23576 symbol if it is already defined.
23577
23578 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23579
23580 * play/5x5.el (5x5-new-game, 5x5-randomize):
23581 Reset 5x5-solver-output to nil when a new grid is cast.
23582 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23583 these debugging traces, as defmacro breaks the compiled code.
23584
23585 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23586
23587 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23588
23589 2011-05-24 Leo Liu <sdl.web@gmail.com>
23590
23591 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23592 (vc-bzr-sha1): Adapt.
23593
23594 * sha1.el: Remove. Function `sha1' is now builtin.
23595
23596 * bindings.el: Provide sha1 feature.
23597
23598 2011-05-24 Kenichi Handa <handa@m17n.org>
23599
23600 * mail/sendmail.el: Require `rfc2047'.
23601 (mail-insert-from-field): Do not perform RFC2047 encoding.
23602 (mail-encode-header): New function.
23603 (sendmail-send-it): Set buffer-file-coding-system of the work
23604 buffer to the return value of select-message-coding-system.
23605 Call mail-encode-header.
23606
23607 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23608
23609 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23610
23611 * mail/supercite.el (sc-default-cite-frame):
23612 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23613
23614 2011-05-24 Glenn Morris <rgm@gnu.org>
23615
23616 * progmodes/python.el (brm-menu): Declare.
23617
23618 * emulation/viper.el (viper-set-hooks): Declare.
23619
23620 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23621 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23622 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23623 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23624 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23625 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23626
23627 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23628
23629 Add an :exit-function for completion-at-point.
23630
23631 * minibuffer.el (completion--done): New fun.
23632 (completion--do-completion): Use it. New arg `expect-exact'.
23633 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23634 since completion--do-completion does it for us now.
23635 (minibuffer-force-complete): Use completion--done and
23636 completion--replace. Handle sole-completion case with more care.
23637 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23638 (completion-extra-properties): New var.
23639 (completion-annotate-function): Make obsolete.
23640 (minibuffer-completion-help): Adjust accordingly.
23641 Use completion-list-insert-choice-function.
23642 (completion-at-point, completion-help-at-point):
23643 Bind completion-extra-properties.
23644 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23645 * simple.el (completion-list-insert-choice-function): New var.
23646 (completion-setup-function): Preserve it.
23647 (choose-completion): Pay attention to it, shuffle the code a bit.
23648 (choose-completion-string): New arg `insert-function'.
23649
23650 * textmodes/bibtex.el: Convert to lexical binding.
23651 (bibtex-mode-map): Use completion-at-point.
23652 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23653 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23654 (bibtex-complete): Define as obsolete alias.
23655 (bibtex-complete-internal): Remove.
23656 (bibtex-format-entry): Remove unused sub-group in regexp.
23657 * shell.el (shell--command-completion-data)
23658 (shell-environment-variable-completion):
23659 * pcomplete.el (pcomplete-completions-at-point):
23660 * comint.el (comint--complete-file-name-data): Use :exit-function
23661 instead of completion-table-with-terminator so it also works for
23662 choose-completion.
23663
23664 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23665
23666 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23667
23668 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23669 (bug#8710).
23670
23671 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23672
23673 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23674
23675 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23676 customization variable and implement: If non-nil, auto-fill will
23677 be inhibited while on topic's header line.
23678
23679 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23680
23681 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23682 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23683 always have a solution in grid size = 5 cases.
23684 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23685 (5x5-solver-output, 5x5-log-buffer): New vars.
23686 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23687 Make these variables buffer local to achieve 5x5 multi-session-ness.
23688 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23689 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23690 (5x5-solve-suggest): New funs.
23691 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23692 randomize a grid so that we ensure that there is always a solution.
23693 (5x5-make-random-grid): Allow other movement than flipping.
23694
23695 2011-05-23 Kevin Ryde <user42@zip.com.au>
23696
23697 * emacs-lisp/advice.el (ad-read-advised-function):
23698 Use `function-called-at-point' as the default, if it has
23699 advice and passes PREDICATE.
23700
23701 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23702
23703 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23704 byte-compile-lambda if it's actually a lambda.
23705
23706 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23707 Fix function quoting. Use backquote better.
23708
23709 2011-05-22 Yuanle Song <sylecn@gmail.com>
23710
23711 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23712 matching (Bug#8516).
23713
23714 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23715
23716 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23717 different face (Bug#8178).
23718
23719 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23720
23721 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23722 defface (Bug#8144).
23723
23724 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23725
23726 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23727 funcall as well (bug#8712). Warn when performing those conversions.
23728 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23729
23730 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23731
23732 2011-05-22 Glenn Morris <rgm@gnu.org>
23733
23734 * files.el (hack-local-variables-prop-line): Small simplifications.
23735 (hack-local-variables, hack-local-variables-prop-line):
23736 If MODE-ONLY, return the mode, rather than just `t'.
23737
23738 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23739
23740 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23741
23742 2011-05-21 Glenn Morris <rgm@gnu.org>
23743
23744 * files.el (hack-local-variables-prop-line, hack-local-variables):
23745 If only interested in the mode, don't bother doing the other stuff.
23746
23747 * image-mode.el (image-after-revert-hook):
23748 Redraw all frames on which the image is visible. (Bug#8567)
23749
23750 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23751
23752 * wid-edit.el (widget-checklist-match-inline):
23753 Fix 2011-04-19 change. (Bug#8649)
23754
23755 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23756
23757 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23758 Also allow singlespace after single-letter capitals followed by a dot.
23759
23760 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23761 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23762
23763 2011-05-20 Nix <nix@esperi.org.uk>
23764
23765 * files.el (basic-save-buffer-2):
23766 Fix handling of break-hardlink-on-save with non-existent files.
23767
23768 2011-05-19 Deniz Dogan <deniz@dogan.se>
23769
23770 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23771 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23772
23773 2011-05-19 Glenn Morris <rgm@gnu.org>
23774
23775 * progmodes/f90.el (f90-type-def-re):
23776 Handle "type, bind(c)". (Bug#8691)
23777
23778 * emacs-lisp/autoload.el (batch-update-autoloads):
23779 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23780
23781 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23782
23783 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23784 property for the correct connection in case of multihops.
23785
23786 2011-05-18 Glenn Morris <rgm@gnu.org>
23787
23788 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23789 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23790
23791 Rationalize calendar handling of day and month abbrev-arrays.
23792 * calendar/calendar.el (calendar-customized-p): New function.
23793 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23794 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23795 Add :set function.
23796 (calendar-abbrev-length, calendar-day-abbrev-array)
23797 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23798 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23799 Elements may no longer be nil.
23800 (calendar-day-name, calendar-month-name):
23801 Update for changed nature of abbrev arrays.
23802 * calendar/diary-lib.el (diary-name-pattern):
23803 Update for changed nature of abbrev arrays.
23804 (diary-mark-entries-1): Update calendar-make-alist calls.
23805 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23806 * calendar/cal-html.el (cal-html-day-abbrev-array):
23807 Simply inherit from calendar-day-abbrev-array.
23808
23809 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23810
23811 * progmodes/grep.el (grep-mode): Disable default
23812 compilation-directory-matcher setting (bug#8684).
23813
23814 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23815
23816 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23817 instead of "head" and "tail". There were problems with SunOS 5.9,
23818 and it performs better.
23819
23820 2011-05-17 Glenn Morris <rgm@gnu.org>
23821
23822 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23823
23824 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23825 Replace obsolete function.
23826
23827 * shell.el (pcomplete-parse-arguments-function): Declare.
23828
23829 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23830 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23831 (appt-check): Doc fixes.
23832 (appt-disp-window-function, appt-delete-window-function):
23833 Remove needless special case in custom :type.
23834 (appt-display-count): Default to 0, not nil.
23835 (appt-check): Reset appt-display-count to 0, not nil.
23836
23837 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23838
23839 * progmodes/python.el (python-font-lock-keywords):
23840 Add the Python 3.X keyword "nonlocal" (bug#8639).
23841
23842 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23843
23844 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23845
23846 2011-05-16 Kevin Ryde <user42@zip.com.au>
23847
23848 * info-look.el (makefile-automake-mode): New setups, looking in
23849 automake manual, then makefile-mode.
23850 (makefile-mode): Remove automake manual, have it just in
23851 makefile-automake-mode since there's various things different or
23852 not relevant to plain make.
23853 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23854 believe a hypothetical automake-mode would go to makefile-mode,
23855 not the other way around.
23856
23857 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23858
23859 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23860 hunk-end tags (Bug#8672).
23861
23862 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23863 vc-annotate-show-diff-revision-at-line (Bug#8671).
23864
23865 2011-05-14 Glenn Morris <rgm@gnu.org>
23866
23867 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23868 in the middle of an existing one with multiple authors. (Bug#8645)
23869 (change-log-font-lock-keywords): Also handle multiple author lines
23870 with leading tabs. (Bug#8644)
23871
23872 * calendar/appt.el (appt-check): Rename some local variables.
23873 Some simplification/reordering.
23874
23875 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23876 (feedmail-sendmail-f-doesnt-sell-me-out)
23877 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23878 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23879 (feedmail-queue-runner-message-sender): Set :version.
23880 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23881 (bbdb-dwim-net-address, vm-mail): Declare.
23882 (feedmail-binmail-gnulinuxish-template):
23883 Rename from feedmail-binmail-linuxish-template.
23884 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23885 Use insert-buffer-substring.
23886
23887 2011-05-14 Bill Carpenter <bill@carpenter.org>
23888
23889 * mail/feedmail.el (feedmail-patch-level): Increase.
23890 (feedmail-debug): New custom group.
23891 (feedmail-confirm-outgoing-timeout)
23892 (feedmail-sendmail-f-doesnt-sell-me-out)
23893 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23894 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23895 (feedmail-sender-line, feedmail-from-line)
23896 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23897 (feedmail-spray-this-address)
23898 (feedmail-spray-address-fiddle-plex-list)
23899 (feedmail-queue-use-send-time-for-date)
23900 (feedmail-queue-use-send-time-for-message-id)
23901 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23902 (feedmail-buffer-eating-function):
23903 Doc fixes.
23904 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23905 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23906 (feedmail-message-action-scroll-down): New functions.
23907 (feedmail-queue-directory, feedmail-queue-draft-directory):
23908 Use expand-file-name.
23909 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23910 Remove C-v help entry.
23911 (feedmail-queue-buffer-file-name): New variable.
23912 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23913 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23914 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23915 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23916 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23917 (feedmail-message-action-toggle-spray)
23918 (feedmail-run-the-queue-no-prompts)
23919 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23920 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23921 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23922 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23923 (feedmail-envelope-deducer, feedmail-fiddle-from)
23924 (feedmail-fiddle-sender, feedmail-default-date-generator)
23925 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23926 (feedmail-fiddle-spray-address)
23927 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23928 (feedmail-fiddle-list-of-fiddle-plexes)
23929 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23930 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23931 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23932 Change default. Doc fix.
23933 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23934 (feedmail-binmail-linuxish-template): New constant.
23935 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23936 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23937 (feedmail-send-it): Add debug call.
23938 Use feedmail-queue-buffer-file-name, and
23939 feedmail-send-it-immediately-wrapper.
23940 (feedmail-message-action-send): Add debug call.
23941 Use feedmail-send-it-immediately-wrapper.
23942 (feedmail-queue-express-to-queue): Add debug call.
23943 Run feedmail-queue-express-hook.
23944 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23945 (feedmail-message-action-help-blat):
23946 Rename from feedmail-queue-send-edit-prompt-help-first.
23947 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23948 Check line-endings. Handle errors better.
23949 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23950 Doc fix. Add debug call.
23951 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23952 Use feedmail-queue-send-edit-prompt-inner.
23953 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23954 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23955 from feedmail-queue-send-edit-prompt.
23956 (feedmail-queue-send-edit-prompt-help)
23957 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23958 (feedmail-tidy-up-slug): Add debug call.
23959 Respect feedmail-queue-slug-suspect-regexp.
23960 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23961 (feedmail-dump-message-to-queue): Add debug call.
23962 Expand queue-directory.
23963 (feedmail-dump-message-to-queue): Change message slightly.
23964 Use feedmail-say-chatter.
23965 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23966 (feedmail-send-it-immediately-wrapper): New function.
23967 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23968 Insert empty string rather than newline. Handle full-frame case.
23969 Use catch/throw. Use feedmail-say-chatter.
23970 (feedmail-fiddle-from): Try mail-host-address.
23971 (feedmail-default-message-id-generator): Doc fix.
23972 Bind system-time-locale. Handle missing end.
23973 (feedmail-fiddle-x-mailer): Add debug call.
23974 Handle feedmail-x-mailer-line being nil.
23975 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23976 Add debug call. Use buffer-substring-no-properties.
23977 (feedmail-say-debug, feedmail-say-chatter): New functions.
23978 (feedmail-find-eoh): Give an explicit error.
23979
23980 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23981
23982 * net/newst-treeview.el (newsticker-treeview-face): Change default
23983 family from helvetica to sans.
23984 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23985 etc/images/newsticker.
23986
23987 * net/newst-reader.el (newsticker-feed-face): Change default
23988 family from helvetica to sans.
23989
23990 * net/newst-plainview.el (newsticker-new-item-face)
23991 (newsticker-old-item-face, newsticker-immortal-item-face)
23992 (newsticker-obsolete-item-face, newsticker-date-face)
23993 (newsticker-statistics-face): Change default family from
23994 helvetica to sans.
23995 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23996 etc/images/newsticker.
23997
23998 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23999 (newsticker--process-auto-mark-filter-match): Tell user about
24000 auto-marking.
24001
24002 2011-05-13 Didier Verna <didier@xemacs.org>
24003
24004 Common Lisp indentation improvements on defmethod and lambda-lists.
24005 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24006 TODO entries.
24007 (lisp-lambda-list-keyword-parameter-indentation)
24008 (lisp-lambda-list-keyword-parameter-alignment)
24009 (lisp-lambda-list-keyword-alignment): New customizable user options.
24010 (lisp-indent-defun-method): Improve docstring.
24011 (extended-loop-p): Fix comment.
24012 (lisp-indent-lambda-list-keywords-regexp): New variable.
24013 (lisp-indent-lambda-list): New function.
24014 (lisp-indent-259): Use it.
24015 (lisp-indent-defmethod): Support for more than one
24016 method qualifier and properly indent methods lambda-lists.
24017 (defgeneric): Provide a missing common-lisp-indent-function property.
24018
24019 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
24020
24021 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24022 bounds for the empty string (bug#8667).
24023
24024 2011-05-13 Glenn Morris <rgm@gnu.org>
24025
24026 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24027
24028 * mail/sendmail.el (sendmail-program): Try executable-find first.
24029 (sendmail-send-it): `sendmail-program' cannot be unbound.
24030
24031 * calendar/appt.el (appt-make-list): Simplify.
24032 (appt-time-msg-list): Doc fix.
24033 (appt-check): Change mode-line message at the time of the appointment.
24034
24035 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
24036
24037 * progmodes/ld-script.el (ld-script-keywords)
24038 (ld-script-builtins): Update keywords list.
24039
24040 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24041
24042 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24043
24044 * shell.el (shell-completion-vars): New function.
24045 (shell-mode):
24046 * simple.el (read-shell-command): Use it.
24047 (blink-matching-open): No need for " [...]" in minibuffer-message.
24048
24049 2011-05-12 Glenn Morris <rgm@gnu.org>
24050
24051 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24052 (appt-check): Simplify.
24053
24054 2011-05-12 Eli Zaretskii <eliz@gnu.org>
24055
24056 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24057 literal "/dev/null".
24058
24059 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24060
24061 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24062 Fix typo.
24063
24064 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
24065
24066 * progmodes/which-func.el (which-function):
24067 Use add-log-current-defun instead of add-log-current-defun-function,
24068 which might not be defined (Bug#8260).
24069
24070 2011-05-12 Glenn Morris <rgm@gnu.org>
24071
24072 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24073 Let byte-compile-initial-macro-environment always take precedence.
24074
24075 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24076
24077 * net/rcirc.el: Add support for SSL/TLS connections.
24078 (rcirc-server-alist): New field `encryption'.
24079 (rcirc): Check `encryption' settings.
24080 (rcirc-connect): New arg `encryption'. Use open-network-stream.
24081 Merge make-local-variable into `set'.
24082 (rcirc--connection-open-p): New function.
24083 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24084 the process is not a network process (e.g. running gnutls-cli).
24085 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24086 Make rcirc-(en|de)code-coding-system local here.
24087 (rcirc-mode): Merge make-local-variable into `set'.
24088 (rcirc-parent-buffer): Make permanent buffer-local.
24089 (rcirc-multiline-minor-mode): Don't do it here.
24090 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24091 there's no server buffer.
24092
24093 2011-05-11 Glenn Morris <rgm@gnu.org>
24094
24095 * newcomment.el (comment-kill): Prefix "unused" local.
24096
24097 * term/w32console.el (get-screen-color): Declare.
24098
24099 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24100 Handle symbol elements of byte-compile-initial-macro-environment.
24101
24102 2011-05-10 Leo Liu <sdl.web@gmail.com>
24103
24104 * bookmark.el (bookmark-bmenu-mode-map):
24105 Bind bookmark-bmenu-search to `/'.
24106
24107 * mail/footnote.el: Convert to utf-8 encoding.
24108 (footnote-unicode-string, footnote-unicode-regexp): New variable.
24109 (Footnote-unicode): New function.
24110 (footnote-style-alist): Add unicode style to the list.
24111 (footnote-style): Doc fix.
24112
24113 2011-05-10 Jim Meyering <meyering@redhat.com>
24114
24115 Fix doubled-word typos.
24116 * international/quail.el (quail-insert-kbd-layout): and and -> and
24117 * kermit.el: and and -> and
24118 * net/ldap.el (ldap-search-internal): to to -> to
24119 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24120 * progmodes/js.el (js-mode): and and -> and
24121 * textmodes/artist.el (artist-move-to-xy): at at -> at
24122 (artist-draw-region-trim-line-endings): if if -> if
24123 And Safetyc -> Safety.
24124 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24125
24126 2011-05-10 Glenn Morris <rgm@gnu.org>
24127 Stefan Monnier <monnier@iro.umontreal.ca>
24128
24129 * files.el (hack-one-local-variable-eval-safep):
24130 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
24131
24132 2011-05-10 Glenn Morris <rgm@gnu.org>
24133
24134 * calendar/diary-lib.el (diary-list-entries-hook)
24135 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24136 (diary-nongregorian-marking-hook, diary-list-entries)
24137 (diary-include-other-diary-files, diary-mark-entries)
24138 (diary-mark-included-diary-files): Doc fixes.
24139
24140 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24141
24142 * misc.el: Require tabulated-list.el during compilation.
24143
24144 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24145
24146 * progmodes/compile.el (compilation-start):
24147 Run compilation-filter-hook for the async case too.
24148 (compilation-filter-hook): Doc fix.
24149
24150 2011-05-09 Deniz Dogan <deniz@dogan.se>
24151
24152 * wdired.el: Remove outdated installation comment. Fix usage
24153 comment.
24154
24155 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24156
24157 * misc.el: Implement new command `list-dynamic-libraries'.
24158 (list-dynamic-libraries--loaded-only-p): New variable.
24159 (list-dynamic-libraries--refresh): New function.
24160 (list-dynamic-libraries): New command.
24161
24162 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24163
24164 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24165 Fix the ant regexp to handle end-line and end-column info from jikes.
24166 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24167 higher priority to avoid clobbering by gnu.
24168
24169 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24170
24171 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24172 if the face has existing theme settings (Bug#8454).
24173
24174 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
24175
24176 * progmodes/perl-mode.el (perl-imenu-generic-expression):
24177 Only match variables declared via `my' or `our' (Bug#8261).
24178
24179 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24180 special file names `.' and `..' (Bug#8259).
24181
24182 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24183
24184 * progmodes/grep.el (grep-mode-font-lock-keywords):
24185 Remove buffer-changing entries.
24186 (grep-filter): New function.
24187 (grep-mode): Add it to compilation-filter-hook.
24188
24189 * progmodes/compile.el (compilation-filter-hook)
24190 (compilation-filter-start): New defvars.
24191 (compilation-filter): Call compilation-filter-hook prior to
24192 updating the process mark.
24193
24194 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24195
24196 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24197
24198 2011-05-07 Eli Zaretskii <eliz@gnu.org>
24199
24200 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24201 mailclient-send-it even if window-system is nil. (Bug#8595)
24202
24203 * term/w32console.el (terminal-init-w32console):
24204 Call get-screen-color and use its output to set the frame
24205 background-mode. (Bug#8597)
24206
24207 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24208
24209 Make bytecomp.el understand that defmethod defines funs (bug#8631).
24210 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24211 New functions.
24212 (defgeneric, eieio--defmethod): Use them.
24213 (eieio-defgeneric): Remove.
24214 (defmethod): Call defgeneric in a way visible to the byte-compiler.
24215
24216 2011-05-07 Glenn Morris <rgm@gnu.org>
24217
24218 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24219 Use let rather than let*.
24220 (timeclock-find-discrep): Remove unused local.
24221
24222 * calendar/diary-lib.el (diary-comment-start): Doc fix.
24223
24224 * calendar/appt.el (appt-time-msg-list): Doc fix.
24225
24226 2011-05-06 Noah Friedman <friedman@splode.com>
24227
24228 * apropos.el (apropos-print-doc): Only use
24229 emacs-lisp-docstring-fill-column when it is bound to an integer,
24230 per that variable's documentation.
24231
24232 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24233
24234 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24235 and warnings are not silently discarded (e.g. use -d instead of -P).
24236
24237 2011-05-06 Glenn Morris <rgm@gnu.org>
24238
24239 * calendar/appt.el (appt-message-warning-time): Doc fix.
24240 (appt-warning-time-regexp): New option.
24241 (appt-make-list): Respect appt-message-warning-time.
24242
24243 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24244 New options.
24245 (diary-add-to-list): Strip comments from the displayed string.
24246 (diary-mode): Set comment-start and comment-end.
24247
24248 * vc/diff-mode.el (smerge-refine-subst): Declare.
24249 (diff-refine-hunk): Don't require smerge-mode when compiling.
24250
24251 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
24252
24253 * simple.el (list-processes): Return nil as the docstring says.
24254
24255 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24256
24257 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24258 to "".
24259 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24260 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24261 determining of binary transfer. (Bug#7383)
24262
24263 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24264
24265 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24266 Fix port computation bug. (Bug#8618)
24267
24268 2011-05-05 Glenn Morris <rgm@gnu.org>
24269
24270 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24271
24272 * simple.el (shell-dynamic-complete-functions)
24273 (comint-dynamic-complete-functions): Declare.
24274
24275 * net/network-stream.el (gnutls-negotiate):
24276 * simple.el (tabulated-list-print): Fix declarations.
24277
24278 * progmodes/gud.el (syntax-symbol, syntax-point):
24279 Remove unnecessary and incorrect declarations.
24280
24281 * emacs-lisp/check-declare.el (check-declare-scan):
24282 Handle byte-compile-initial-macro-environment in bytecomp.el.
24283
24284 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24285
24286 Fix earlier half-done eieio-defmethod change (bug#8338).
24287 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24288 Streamline and change calling convention.
24289 (defmethod): Adjust accordingly and simplify.
24290 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24291 new eieio--defmethod.
24292 (slot-boundp): Minor CSE simplification.
24293
24294 2011-05-05 Milan Zamazal <pdm@zamazal.org>
24295
24296 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24297 (glasses-make-readable): Use glasses-separate-capital-groups.
24298
24299 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
24300
24301 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24302 (warning-series): Doc fix.
24303 (display-warning): Don't try to create the buffer if we just found it.
24304
24305 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24306
24307 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24308 (autoload-find-generated-file): New function.
24309 (generate-file-autoloads): Bind generated-autoload-file to
24310 buffer-file-name.
24311 (update-file-autoloads, update-directory-autoloads):
24312 Use autoload-find-generated-file. If called interactively, prompt for
24313 output file (Bug#7989).
24314 (batch-update-autoloads): Doc fix.
24315
24316 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24317
24318 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24319
24320 2011-05-04 Glenn Morris <rgm@gnu.org>
24321
24322 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24323 function, so it follows changes in calendar-date-style.
24324 (diary-fancy-date-matcher): New function.
24325 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24326 (diary-fancy-font-lock-fontify-region-function):
24327 Use diary-fancy-date-pattern as a function.
24328
24329 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24330 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24331
24332 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24333
24334 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24335 instead of positional arguments. Allow :keylist and :crlfiles
24336 arguments.
24337 (open-gnutls-stream): Call it.
24338
24339 * net/network-stream.el (network-stream-open-starttls): Adjust to
24340 call `gnutls-negotiate' with :process and :hostname arguments.
24341
24342 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24343
24344 * minibuffer.el (completion--message): New function.
24345 (completion--do-completion, minibuffer-complete)
24346 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24347 (completion--do-completion): Don't ignore completion-auto-help when in
24348 icomplete-mode.
24349
24350 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24351 internal encoding (e.g. tibetan zero is not whitespace).
24352 (global-whitespace-mode): Prefer save-current-buffer.
24353 (whitespace-trailing-regexp): Remove useless save-match-data.
24354 (whitespace-empty-at-bob-regexp): Minor simplification.
24355
24356 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24357
24358 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24359
24360 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
24361
24362 * textmodes/ispell.el (ispell-add-per-file-word-list):
24363 Use `concat' to create string for insertion.
24364
24365 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24366
24367 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24368 Avoid open-line which runs post-self-insert-hook.
24369 (bibtex-fill-entry): Remove unused `end' var.
24370
24371 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24372
24373 * textmodes/ispell.el (ispell-add-per-file-word-list):
24374 Protect against `nil' value of `comment-start' (Bug#8579).
24375
24376 2011-05-03 Leo Liu <sdl.web@gmail.com>
24377
24378 * isearch.el (isearch-yank-pop): New command.
24379 (isearch-mode-map): Bind it to `M-y'.
24380 (isearch-forward): Mention it.
24381
24382 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24383
24384 * simple.el (minibuffer-complete-shell-command): Remove.
24385 (minibuffer-local-shell-command-map): Use completion-at-point.
24386 (read-shell-command): Setup completion vars here instead.
24387 (read-expression-map): Bind TAB to symbol completion.
24388
24389 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24390 error directly rather via storing it into `results'.
24391
24392 2011-05-02 Leo Liu <sdl.web@gmail.com>
24393
24394 * vc/diff.el: Fix description.
24395
24396 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24397
24398 * server.el (server-eval-at): New function.
24399
24400 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24401
24402 * net/network-stream.el (open-network-stream): Take a :nowait
24403 parameter and pass it on to `make-network-process'.
24404 (network-stream-open-plain): Ditto.
24405
24406 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24407
24408 * faces.el (face-spec-set-match-display): Don't match toolkit
24409 options on terminal frames.
24410
24411 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24412
24413 * progmodes/pascal.el: Use lexical binding.
24414 (pascal-mode-map): Remove author preferences.
24415
24416 * pcomplete.el (pcomplete-std-complete): Don't abuse
24417 completion-at-point.
24418
24419 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24420
24421 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24422 removing code that has been dead since 1991 or so.
24423
24424 * startup.el (command-line): When warning about "_emacs", use a
24425 delayed warning to allow the user to filter it out.
24426
24427 2011-04-28 Deniz Dogan <deniz@dogan.se>
24428
24429 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24430 user has not joined.
24431
24432 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24433
24434 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24435 aren't any completions at point.
24436
24437 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24438
24439 * subr.el (display-delayed-warnings): New function.
24440 (delayed-warnings-hook): New variable.
24441
24442 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24443
24444 * minibuffer.el (completion-at-point, completion-help-at-point):
24445 Don't presume that a given completion-at-point-function will always
24446 use the same calling convention.
24447
24448 * pcomplete.el (pcomplete-completions-at-point):
24449 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24450 pcomplete-seen is non-nil.
24451 (pcomplete-comint-setup): Also recognize the new comint/shell
24452 completion functions.
24453 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24454 pcomplete-seen is non-nil.
24455
24456 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24457
24458 * calendar/icalendar.el (diary-lib): Add require statement.
24459 (icalendar--create-uid): Read out a uid from a text-property on
24460 the first character in the entry. This allows for code to add its
24461 own uid to the entry.
24462 (icalendar--convert-float-to-ical): Add export of
24463 `diary-float'-entries save for those with the optional DAY
24464 argument.
24465
24466 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24467
24468 * subr.el (shell-quote-argument): Use alternate escaping strategy
24469 when we spot a variable reference in a string.
24470
24471 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24472
24473 * cus-start.el (all): Define customization for debug-on-event.
24474
24475 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24476
24477 * subr.el (shell-quote-argument): Escape correctly under Windows.
24478
24479 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24480
24481 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24482
24483 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24484
24485 * net/tramp.el (tramp-process-actions): Add POS argument.
24486 Delete region between POS and (pos).
24487
24488 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24489 Use `nil' position in `tramp-process-actions' call.
24490 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24491
24492 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24493 position in `tramp-process-actions' call.
24494
24495 * net/trampver.el: Update release number.
24496
24497 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24498
24499 * custom.el (defcustom): Obey lexical-binding.
24500
24501 Fix octave-inf completion problems reported by Alexander Klimov.
24502 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24503 Inherit from octave-mode-syntax-table.
24504 (inferior-octave-mode): Set info-lookup-mode.
24505 (inferior-octave-completion-at-point): New function.
24506 (inferior-octave-complete): Use it and completion-in-region.
24507 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24508 comint-filename-completion.
24509 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24510 symbol elements which shouldn't be word elements.
24511 (octave-font-lock-keywords, octave-beginning-of-defun)
24512 (octave-function-header-regexp): Adjust regexps accordingly.
24513 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24514
24515 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24516
24517 * net/gnutls.el (gnutls-errorp): Declare before first use.
24518
24519 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24520
24521 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24522 verify-error, and verify-hostname-error parameters. Check whether
24523 default trustfile exists before going to use it. Add missing
24524 argument to gnutls-message-maybe call. Return value.
24525 Reported by Claudio Bley <claudio.bley@gmail.com>.
24526 (open-gnutls-stream): Add usage example.
24527
24528 * net/network-stream.el (network-stream-open-starttls): Give host
24529 parameter to `gnutls-negotiate'.
24530 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24531 * subr.el (shell-quote-argument): Escape correctly under Windows.
24532
24533 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24534
24535 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24536 Use correct match group (bug#8438).
24537
24538 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24539
24540 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24541 (package-menu--generate): New arg specifying packages to show.
24542 (package-menu-refresh, package-menu-execute, list-packages):
24543 Callers changed.
24544 (package-show-package-list): New function, replacing deleted
24545 package--list-packages (renamed because it is non-internal).
24546
24547 * finder.el (finder-list-matches): Use package-show-package-list
24548 instead of deleted package--list-packages.
24549
24550 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24551 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24552 (vc-annotate-mode-map): Bind it to RET.
24553
24554 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24555
24556 * progmodes/etags.el (next-file): Don't use set-buffer to change
24557 buffers (Bug#8478).
24558
24559 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24560
24561 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24562
24563 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24564 (apropos-accumulator): Doc fix.
24565 (apropos-function, apropos-macro, apropos-command)
24566 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24567 (apropos-plist): Add face property.
24568 (apropos-symbols-internal): Fix indentation.
24569 (apropos-print): Simplify help, and recognize apropos-multi-type.
24570 (apropos-print-doc): Use button-type-get to extract the button's
24571 face property. Fill docstring (Bug#8352).
24572
24573 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24574
24575 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24576
24577 * play/mpuz.el (mpuz-silent): Doc fix.
24578 (mpuz-mode-map): Use mapc.
24579 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24580 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24581 Fix typos in docstrings.
24582
24583 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24584 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24585
24586 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24587
24588 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24589
24590 * minibuffer.el (completion--do-completion): Avoid the "Next char
24591 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24592
24593 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24594 mouse-2 into unread-command-events, it is interpreted correctly.
24595
24596 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24597 (image-toggle-display): Doc fix.
24598
24599 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24600
24601 * textmodes/page.el (what-page): Use line-number-at-pos to
24602 calculate line number (Bug#6825).
24603
24604 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24605
24606 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24607 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24608 Pass argument NO-DEFAULT to `find-tag-interactive'.
24609
24610 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24611
24612 Lexical-binding cleanup.
24613
24614 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24615 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24616 * progmodes/ada-prj.el (ada-prj-initialize-values)
24617 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24618 (ada-prj-show-value):
24619 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24620 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24621 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24622 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24623 * progmodes/bug-reference.el (bug-reference-push-button):
24624 * progmodes/fortran.el (fortran-line-length):
24625 * progmodes/glasses.el (glasses-change):
24626 * progmodes/octave-mod.el (octave-fill-paragraph):
24627 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24628 (python-pdbtrack-grub-for-buffer, python-sentinel):
24629 * progmodes/sql.el (sql-save-connection):
24630 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24631 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24632 Mark unused parameters.
24633
24634 * progmodes/compile.el (compilation--flush-directory-cache)
24635 (compilation--flush-parse, compile-internal): Mark unused parameters.
24636 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24637 (compilation-next-error-function): Remove unused variable `timestamp'.
24638
24639 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24640 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24641
24642 * progmodes/dcl-mode.el (dcl-end-of-command):
24643 Remove unused variable `start'.
24644 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24645 (dcl-option-value-basic, dcl-option-value-offset)
24646 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24647 Mark unused parameters.
24648 (dcl-save-local-variable): Remove unused variable `val'.
24649 (mode): Declare.
24650
24651 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24652 Mark unused parameters.
24653 (delphi-ignore-changes): Move before first use.
24654 (delphi-charset-token-at): Remove unused variable `start'.
24655 (delphi-else-start): Remove unused variable `if-count'.
24656 (delphi-comment-block-start, delphi-comment-block-end):
24657 Remove unused variable `kind'.
24658 (delphi-indent-line): Remove unused variable `new-point'.
24659
24660 * progmodes/ebrowse.el (ebrowse-files-list)
24661 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24662 Mark unused parameters. Don't quote `lambda'.
24663 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24664 Don't quote `lambda'.
24665 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24666 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24667 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24668 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24669 Use `ignore-errors'.
24670 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24671 (ebrowse-view/find-file-and-search-pattern)
24672 (ebrowse-view/find-member-declaration/definition):
24673 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24674 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24675 Rename parameter PREFIX-ARG to PREFIX.
24676 (ebrowse-tags-read-name): Remove unused variables `start' and
24677 `member-info'.
24678 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24679 to `tags-file'.
24680
24681 * progmodes/etags.el (local-find-tag-hook): Declare.
24682 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24683 Mark unused parameters.
24684
24685 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24686 (executable-interpret): Mark unused parameter.
24687
24688 * progmodes/flymake.el (flymake-process-sentinel)
24689 (flymake-after-change-function)
24690 (flymake-create-temp-with-folder-structure)
24691 (flymake-get-include-dirs-dot): Mark unused parameters.
24692 (flymake-safe-delete-directory): Remove unused variable `err'.
24693
24694 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24695 (speedbar-timer-fn, speedbar-line-text)
24696 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24697 (speedbar-center-buffer-smartly): Declare functions.
24698 (gdb-find-watch-expression): Remove unused variable `array'.
24699 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24700 (gdb-starting): Mark unused parameters.
24701 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24702 (gdb-table-string): Remove unused variable `res'.
24703 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24704 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24705 (gdb-display-buffer): Remove unused variable `cur-size'.
24706
24707 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24708 allow lexical-binding compilation.
24709 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24710 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24711 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24712 Mark unused parameters.
24713 (gud-gdb-marker-filter): Remove unused variable `match'.
24714 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24715 lambda expressions and funcall them, instead of using `fset'.
24716
24717 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24718 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24719
24720 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24721 variable `header-beg'; use `let'.
24722
24723 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24724 `restart', `last-sexp' and `at-do'.
24725
24726 * progmodes/js.el (js--debug): Mark unused parameter.
24727 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24728 (js--splice-into-items): Remove unused variable `item'.
24729 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24730
24731 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24732 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24733 (makefile-complete): Remove unused variable `try'.
24734 (makefile-fill-paragraph, makefile-match-function-end):
24735 Mark unused parameters.
24736
24737 * progmodes/octave-inf.el (inferior-octave-complete):
24738 Remove unused variable `proc'.
24739 (inferior-octave-output-digest): Mark unused parameter.
24740
24741 * progmodes/perl-mode.el (perl-calculate-indent):
24742 Remove unused variable `err'.
24743
24744 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24745 (prolog-indent-line): Mark unused parameters.
24746 (prolog-indent-line): Remove unused variable `beg'.
24747
24748 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24749 (reporter-dont-compact-list): Declare.
24750
24751 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24752 Remove unused variable `char'.
24753 (sh-debug): Mark unused parameter.
24754 (sh-get-indent-info): Remove unused variable `start'.
24755 (sh-calculate-indent): Remove unused variable `var'.
24756
24757 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24758 (simula-electric-keyword): Remove unused variable `null'.
24759 (simula-search-backward, simula-search-forward): Remove unused
24760 variables `begin' and `end'.
24761
24762 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24763 Remove unused variable `pos'.
24764 (vera-electric-tab, vera-comment-uncomment-region):
24765 Mark unused parameters.
24766 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24767
24768 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24769
24770 * emacs-lisp/package.el (package--builtins, package-alist)
24771 (package-load-descriptor, package-built-in-p, package-activate)
24772 (define-package, package-installed-p)
24773 (package-compute-transaction, package-buffer-info)
24774 (package--push): Doc fix. Distinguish more clearly between
24775 version strings and version lists.
24776
24777 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24778
24779 Lexical-binding cleanup.
24780
24781 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24782 (5x5-make-mutate-best):
24783 * play/fortune.el (fortune-in-buffer):
24784 * play/gomoku.el (gomoku-init-display):
24785 * play/solitaire.el (solitaire, solitaire-do-check):
24786 * play/tetris.el (tetris-default-update-speed-function):
24787 Mark unused parameters.
24788
24789 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24790 (bubbles--shift): Remove unused variable `char-org'.
24791 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24792 (bubbles--show-images): Remove unused variable `char'.
24793
24794 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24795 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24796 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24797 (decipher-analyze-buffer): Use ?\s.
24798 (decipher-make-checkpoint): Remove unused variable `mapping'.
24799
24800 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24801
24802 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24803 Remove unused variable `result'; use `let'.
24804
24805 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24806 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24807 (gametree-children-shown-p, gametree-compute-reduced-score):
24808 Use `ignore-errors'.
24809
24810 * play/handwrite.el (ps-lpr-switches): Declare.
24811 (handwrite): Remove unused variables `pmin' and `lastp'.
24812
24813 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24814
24815 * play/landmark.el (landmark-init-display)
24816 (landmark-update-naught-weights): Mark unused parameters.
24817 (landmark-y): Remove unused variable `noise'. Simplify.
24818 (landmark-human-plays): Remove unused variable `score'.
24819
24820 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24821 (mpuz-try-proposal): Remove unused variable `game'.
24822
24823 * play/zone.el (life-patterns): Declare.
24824
24825 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24826
24827 * vc/vc.el (ediff-vc-internal): Declare function.
24828
24829 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24830
24831 * shell.el: Use lexical-binding and std completion UI.
24832 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24833 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24834 comint-preoutput-filter-functions rather than on
24835 comint-output-filter-functions.
24836 (shell-command-completion, shell--command-completion-data)
24837 (shell-filename-completion, shell-environment-variable-completion)
24838 (shell-c-a-p-replace-by-expanded-directory): New functions.
24839 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24840 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24841 (shell-dynamic-complete-environment-variable): Use them.
24842 (shell-dynamic-complete-as-environment-variable)
24843 (shell-dynamic-complete-as-command): Remove.
24844 (shell-match-partial-variable): Match past point.
24845 * comint.el: Clean up use of completion-at-point-functions.
24846 (comint-completion-at-point): New function.
24847 (comint-mode): Use it completion-at-point-functions.
24848 (comint-dynamic-complete): Make it obsolete.
24849 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24850 (comint-c-a-p-replace-by-expanded-history): New function.
24851 (comint-dynamic-complete-functions)
24852 (comint-replace-by-expanded-history): Use it.
24853 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24854 termination strings. Try harder to avoid second try-completion.
24855 (completion-in-region-mode-map): Disable bindings that don't work yet.
24856
24857 * comint.el: Use lexical-binding. Require CL.
24858 (comint-dynamic-complete-functions): Use comint-filename-completion.
24859 (comint-completion-addsuffix): Tweak custom type.
24860 (comint-filename-completion, comint--common-suffix)
24861 (comint--common-quoted-suffix, comint--table-subvert)
24862 (comint--complete-file-name-data): New functions.
24863 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24864 (comint-dynamic-list-filename-completions): Use them.
24865 (comint-dynamic-simple-complete): Make obsolete.
24866
24867 * minibuffer.el (completion-in-region-mode):
24868 Keep completion-in-region-mode--predicate global.
24869 (completion-in-region--postch):
24870 Assume completion-in-region-mode--predicate is not null.
24871
24872 * progmodes/flymake.el (flymake-start-syntax-check-process):
24873 Obey `dir'. Simplify.
24874
24875 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24876 we're in VC after all.
24877
24878 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24879
24880 * vc/vc.el (vc-diff-build-argument-list-internal)
24881 (vc-version-ediff, vc-ediff): New commands.
24882 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24883
24884 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24885
24886 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24887 add sanity check.
24888
24889 * obsolete/erc-hecomplete.el: Make obsolete.
24890 * obsolete/: Standardize obsolescence info in the header.
24891
24892 2011-04-20 Glenn Morris <rgm@gnu.org>
24893
24894 * calendar/solar.el (solar-horizontal-coordinates):
24895 Use the longitude argument rather than `calendar-longitude'.
24896 (solar-date-next-longitude): Remove unused locals.
24897
24898 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24899
24900 * whitespace.el: New version 13.2.1.
24901
24902 2011-04-20 felix <EmacsWiki> (tiny change)
24903
24904 * whitespace.el (global-whitespace-mode): Keep highlight when
24905 switching between major modes on a file.
24906
24907 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24908
24909 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24910 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24911 multi-line comments as well.
24912
24913 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24914
24915 Lexical-binding cleanup.
24916
24917 * arc-mode.el (archive-mode-revert):
24918 * cmuscheme.el (scheme-interactively-start-process):
24919 * custom.el (custom-initialize-delay):
24920 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24921 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24922 * emacs-lock.el (emacs-lock-clear-sentinel):
24923 * ezimage.el (defezimage):
24924 * follow.el (follow-avoid-tail-recenter):
24925 * fringe.el (set-fringe-mode-1):
24926 * generic-x.el (bat-generic-mode-compile):
24927 * help-mode.el (help-info-variable, help-do-xref)
24928 (help-mode-revert-buffer):
24929 * help.el (view-emacs-todo):
24930 * iswitchb.el (iswitchb-completion-help):
24931 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24932 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24933 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24934 * locate.el (locate-update):
24935 * longlines.el (longlines-encode-region)
24936 (longlines-after-change-function):
24937 * outline.el (outline-isearch-open-invisible):
24938 * ps-def.el (declare-function, charset-dimension, char-width)
24939 (encode-char):
24940 * ps-mule.el (ps-mule-plot-string):
24941 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24942 (recentf-edit-list-select, recentf-edit-list-validate)
24943 (recentf-open-files-action):
24944 * rect.el (delete-whitespace-rectangle-line)
24945 (rectangle-number-line-callback):
24946 * register.el (window-configuration-to-register)
24947 (frame-configuration-to-register):
24948 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24949 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24950 (xselect-convert-to-targets, xselect-convert-to-delete)
24951 (xselect-convert-to-filename, xselect-convert-to-charpos)
24952 (xselect-convert-to-lineno, xselect-convert-to-colno)
24953 (xselect-convert-to-os, xselect-convert-to-host)
24954 (xselect-convert-to-user, xselect-convert-to-class)
24955 (xselect-convert-to-name, xselect-convert-to-integer)
24956 (xselect-convert-to-atom, xselect-convert-to-identity):
24957 * subr.el (declare, ignore, process-kill-without-query)
24958 (text-clone-maintain):
24959 * terminal.el (te-get-char, te-tic-sentinel):
24960 * tool-bar.el (tool-bar-make-keymap):
24961 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24962 * type-break.el (type-break-mode, type-break-noninteractive-query):
24963 * view.el (View-back-to-mark):
24964 * wid-browse.el (widget-browse-action, widget-browse-widget)
24965 (widget-browse-widgets, widget-browse-sexp):
24966 * widget.el (define-widget-keywords):
24967 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24968 Mark unused parameters.
24969
24970 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24971 (align-areas): Remove unused variable `look'.
24972 (align-region): Remove unused variables `real-end' and `pos-list'.
24973
24974 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24975
24976 * bindings.el (mode-line-modified, mode-line-remote):
24977 Mark unused parameters.
24978 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24979
24980 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24981 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24982
24983 * comint.el (comint-history-isearch-pop-state)
24984 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24985 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24986 (comint-substitute-in-file-name): Doc fix.
24987
24988 * completion.el (cmpl-statistics-block): Mark unused parameter.
24989 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24990 (save-completions-to-file, load-completions-from-file):
24991 Remove unused local variable `e'.
24992
24993 * composite.el (compose-chars): Remove unused variable `len'.
24994 (lgstring-insert-glyph): Remove unused variable `g'.
24995 (compose-glyph-string): Remove unused variables `ascent',
24996 `descent', `lbearing' and `rbearing'.
24997 (compose-glyph-string-relative): Remove unused variables
24998 `lbearing', `rbearing' and `wadjust'.
24999 (compose-gstring-for-graphic): Remove unused variables `header',
25000 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
25001 (compose-gstring-for-terminal): Remove unused variables `header'
25002 and `nchars'. Use `let', not `let*'.
25003
25004 * cus-edit.el (Custom-set, Custom-save, custom-reset)
25005 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25006 (Custom-buffer-done, custom-buffer-create-internal)
25007 (custom-browse-visibility-action, custom-browse-group-tag-action)
25008 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25009 (widget-magic-mouse-down-action, custom-toggle-parent)
25010 (custom-add-parent-links, custom-toggle-hide-variable)
25011 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25012 (custom-toggle-hide-face, face, hook, custom-group-link-action)
25013 (custom-face-menu-create, custom-variable-menu-create, get)
25014 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25015 (custom-reset-standard-save-and-update): Remove unused variable `value'.
25016 (customize-apropos): Remove unused variable `tests'.
25017 (custom-group-value-create): Remove unused variable `hidden-p'.
25018 (sort-fold-case): Declare.
25019
25020 * cus-theme.el (custom-reset-standard-faces-list)
25021 (custom-reset-standard-variables-list): Declare.
25022 (customize-create-theme, custom-theme-revert, custom-theme-write)
25023 (custom-theme-choose-mode, customize-themes, custom-theme-save):
25024 Mark unused parameters.
25025
25026 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25027
25028 * delim-col.el (delimit-columns-max): Move defvar before first use.
25029
25030 * descr-text.el (describe-char-categories): Don't quote `lambda'.
25031 (describe-char): Don't quote `lambda'. Mark unused parameter.
25032
25033 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25034 (auto-insert): Declare.
25035 (desktop-restore-file-buffer): Rename desktop-* parameters;
25036 mark unused ones.
25037 (desktop-create-buffer): Rename desktop-* parameters and bind them.
25038 (desktop-buffer): Rename desktop-* parameters.
25039
25040 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25041 (dframe-reposition-frame-xemacs, dframe-help-echo)
25042 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25043 Mark unused parameters.
25044
25045 * dired-aux.el (backup-extract-version-start, overwrite-query)
25046 (overwrite-backup-query, rename-regexp-query)
25047 (rename-non-directory-query): Declare.
25048 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25049 (dired-add-entry): Remove unused variable `orig-file-name'.
25050 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25051 Use parameter PRESERVE-TIME instead of accessing dynamic variable
25052 `dired-copy-preserve-time' directly.
25053 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25054 (dired-insert-subdir-newpos): Rename unused variable `pos'.
25055
25056 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25057 (dired-virtual-revert, dired-make-relative-symlink):
25058 Mark unused parameters.
25059 (manual-program): Declare.
25060 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25061 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25062 wrapped in `with-no-warnings' to avoid replacing one warning by another.
25063
25064 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25065
25066 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25067
25068 * echistory.el (electric-history-in-progress, Helper-return-blurb):
25069 Declare.
25070
25071 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25072
25073 * electric.el (Electric-command-loop): Rename parameter
25074 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25075
25076 * expand.el (expand-in-literal): Remove unused variable `here'.
25077
25078 * facemenu.el (facemenu-add-new-color):
25079 Remove unused variable `docstring'.
25080
25081 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25082 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25083 (face-attr-construct): Mark unused parameter. Doc fix.
25084 (read-color): Remove unused variable `hex-string'.
25085
25086 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25087 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25088 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25089 (display-buffer-other-frame): Remove unused variable `old-window'.
25090 (kill-buffer-hook): Declare.
25091 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25092 Mark unused parameters.
25093 (after-find-file): Pass 1 to `auto-save-mode', not t.
25094
25095 * files-x.el (auto-insert): Declare.
25096 (modify-file-local-variable-prop-line): Remove unused variable `val'.
25097
25098 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25099 variable `buf'. Mark unused parameter.
25100 (find-lisp-insert-directory): Mark unused parameter.
25101
25102 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25103 (format-encode-region): Remove unused variables `cur-buf' and `result'.
25104 (format-common-tail): Remove, unused.
25105 (format-deannotate-region): Remove unused variable `loc'.
25106 (format-annotate-region): Remove unused variable `p'.
25107 (format-annotate-single-property-change): Remove unused variables
25108 `default' and `tail'.
25109
25110 * forms.el (read-file-filter): Declare.
25111 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25112
25113 * frame.el (frame-creation-function-alist): Mark unused parameter.
25114 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25115
25116 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25117 Remove unused parameters.
25118 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25119 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25120
25121 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25122 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25123 (hfy-prepare-tag-map): Mark unused parameters.
25124 (htmlfontify-buffer): Use `called-interactively-p'.
25125
25126 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25127 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25128 (ibuffer-do-occur): Mark unused parameters.
25129 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25130 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25131
25132 * ibuffer.el: Don't quote `lambda'.
25133 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25134 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25135 Mark unused parameters.
25136
25137 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25138 (ido-completing-read): Mark unused parameters.
25139 (ido-copy-current-word): Mark unused parameters;
25140 remove unused variable `name'.
25141 (ido-sort-merged-list): Remove unused parameter `dirs'.
25142
25143 * ielm.el (ielm-input-sender): Mark unused parameter.
25144 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25145 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25146 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25147 `ielm-string' as a dynamic variable accessible from the IELM prompt.
25148 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
25149
25150 * image-dired.el (image-dired-display-thumbs): Remove unused
25151 variables `curr-file' and `count'.
25152 (image-dired-remove-tag): Remove unused variable `start'.
25153 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25154 variable `curr-file'
25155 (image-dired-rotate-original): Remove unused variable `temp-file'.
25156 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25157 Remove unused variable `file'.
25158 (image-dired-gallery-generate): Remove unused variable `curr'.
25159 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25160
25161 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25162
25163 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25164
25165 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25166
25167 * isearch.el (minibuffer-history-symbol): Declare.
25168 (isearch-edit-string): Remove unused variable `err'.
25169 (isearch-message-prefix, isearch-message-suffix):
25170 Mark unused parameters.
25171
25172 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25173
25174 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25175
25176 * makesum.el (double-column): Remove unused variable `cnt'.
25177
25178 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25179 (ido-ignore-item-temp-list): Declare.
25180
25181 * mouse-drag.el (mouse-drag-throw): Remove unused variables
25182 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25183 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25184 (mouse-drag-drag): Remove unused variables `mouse-delta' and
25185 `mouse-col-delta'.
25186
25187 * mouse-sel.el (mouse-extend-internal):
25188 Remove unused variable `orig-window-frame'.
25189
25190 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25191 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25192 Move declarations before first use.
25193 (pcomplete-opt): Mark unused parameters; doc fix.
25194
25195 * proced.el (proced-revert): Mark unused parameter.
25196 (proced-send-signal): Remove unused variable `err'.
25197
25198 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25199 Rename parameter PREFIX-ARG to ARG.
25200 (ps-basic-plot-string, ps-basic-plot-whitespace):
25201 Mark unused parameters.
25202
25203 * replace.el (replace-count): Define.
25204 (occur-revert-function): Mark unused parameters.
25205 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25206 (isearch-case-fold-search, isearch-string): Declare.
25207 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25208 bind `case-fold-search'. Remove unused variables `beg' and `end',
25209 and simplify.
25210 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25211 COUNT and bind `replace-count'.
25212 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25213 to COUNT.
25214
25215 * savehist.el (print-readably, print-string-length): Declare.
25216
25217 * shadowfile.el (shadow-expand-cluster-in-file-name):
25218 Remove unused variable `cluster'.
25219 (shadow-copy-file): Remove unused variable `i'.
25220 (shadow-noquery, shadow-clusters, shadow-site-cluster)
25221 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25222 (shadow-define-literal-group, shadow-define-regexp-group)
25223 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25224
25225 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25226 (shell): Use `called-interactively-p'.
25227 (shell-directory-tracker): Remove unused variable `chdir-failure'.
25228
25229 * simple.el (compilation-context-lines, comint-file-name-quote-list)
25230 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25231 (delete-backward-char): Remove unused variable `ocol'.
25232 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25233 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25234 (event-apply-hyper-modifier, event-apply-shift-modifier)
25235 (event-apply-control-modifier, event-apply-meta-modifier):
25236 Mark unused parameters.
25237 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25238 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25239
25240 * speedbar.el (speedbar-ignored-directory-expressions)
25241 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25242 (speedbar-find-file, speedbar-dir-follow)
25243 (speedbar-directory-buttons-follow, speedbar-tag-find)
25244 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25245 (speedbar-buffers-line-directory, speedbar-buffer-click):
25246 Mark unused parameters.
25247 (speedbar-tag-file): Remove unused variable `mode'.
25248 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25249
25250 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25251
25252 * talk.el (talk): Remove unused variable `display'.
25253
25254 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25255 (tar-write-region-annotate): Mark unused parameter.
25256
25257 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25258 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25259 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25260 warning by another.
25261
25262 * time-stamp.el (time-stamp-string-preprocess):
25263 Remove unused variable `require-padding'.
25264
25265 * tree-widget.el (widget-glyph-enable): Declare.
25266 (tree-widget-action): Mark unused parameter.
25267
25268 * w32-fns.el (x-get-selection): Mark unused parameter.
25269 (autoload-make-program, generated-autoload-file): Declare.
25270
25271 * wdired.el (wdired-revert): Mark unused parameters.
25272 (wdired-xcase-word): Remove unused variable `err'.
25273
25274 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25275 (whitespace-help-scroll): Remove unused variable `data-help'.
25276
25277 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25278 (widget-image-insert, widget-after-change, default)
25279 (widget-default-format-handler, widget-default-notify)
25280 (widget-default-prompt-value, widget-info-link-action)
25281 (widget-url-link-action, widget-function-link-action)
25282 (widget-variable-link-action, widget-file-link-action)
25283 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25284 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25285 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25286 (widget-insert-button-action, widget-delete-button-action, visibility)
25287 (widget-documentation-link-action, widget-documentation-string-action)
25288 (widget-const-prompt-value, widget-regexp-match, symbol)
25289 (widget-coding-system-prompt-value)
25290 (widget-key-sequence-value-to-external, sexp)
25291 (widget-sexp-value-to-internal, character, vector, cons)
25292 (widget-choice-prompt-value, widget-boolean-prompt-value)
25293 (widget-color--choose-action): Mark unused parameters.
25294 (widget-item-match-inline, widget-choice-match-inline)
25295 (widget-checklist-match, widget-checklist-match-inline)
25296 (widget-group-match): Rename parameter VALUES to VALS.
25297 (widget-field-value-set): Remove unused variable `size'.
25298 (widget-color-action): Remove unused variables `value' and `start'.
25299
25300 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25301 variable `dir'. Doc fix.
25302 (windmove-find-other-window): Don't pass it.
25303
25304 * window.el (count-windows): Mark unused parameter.
25305 (bw-adjust-window): Remove unused variable `err'.
25306
25307 * woman.el (woman-file-name): Remove unused variable `default'.
25308 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25309 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25310 (global-font-lock-mode): Declare.
25311 (woman-decode-region): Mark unused parameter.
25312 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25313
25314 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25315 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25316 (x-dnd-handle-moz-url): Remove unused variable `title'.
25317 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25318
25319 * xml.el (xml-parse-tag, xml-parse-attlist):
25320 Remove unused variable `pos'.
25321
25322 2011-04-19 Glenn Morris <rgm@gnu.org>
25323
25324 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25325 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25326 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25327 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25328 * calendar/cal-html.el (cal-html-insert-minical):
25329 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25330 (calendar-mark-date-pattern):
25331 Prefix "unused" locals.
25332
25333 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25334 optional argument `style'.
25335
25336 * calendar/appt.el (appt-make-list):
25337 * calendar/cal-china.el (calendar-chinese-date-string):
25338 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25339 (diary-hebrew-yahrzeit):
25340 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25341 * calendar/calendar.el (calendar-generate-window):
25342 * calendar/time-date.el (time-to-days):
25343 Remove unused local variables.
25344
25345 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25346
25347 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25348 glyphless-char-display table.
25349 (tabulated-list-glyphless-char-display): New var.
25350
25351 2011-04-18 Sam Steingold <sds@gnu.org>
25352
25353 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25354 to acknowledgments.
25355
25356 2011-04-17 Glenn Morris <rgm@gnu.org>
25357
25358 * calendar/diary-lib.el (diary-sexp-entry):
25359 * calendar/holidays.el (holiday-sexp):
25360 Set debug-on-error rather than the removed stack-trace-on-error.
25361
25362 2011-04-16 Glenn Morris <rgm@gnu.org>
25363
25364 * progmodes/f90.el: Use lexical-binding.
25365 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25366
25367 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25368
25369 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25370 (mail-mode): Setup mailalias completion here instead.
25371 * mail/mailalias.el: Use lexical-binding.
25372 (pattern, mailalias-done): Declare dynamic.
25373 (mail-completion-at-point-function): New function, from mail-complete.
25374 (mail-complete): Use it.
25375 (mail-completion-expand): New function.
25376 (mail-get-names): Use it.
25377 (mail-directory, mail-directory-process, mail-directory-stream):
25378 Don't use `pattern' for lexically bound arg.
25379
25380 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25381
25382 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25383 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25384 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25385
25386 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25387 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25388 (byte-interactive-p): Define them again, for use when inlining
25389 old code.
25390
25391 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25392
25393 * loadup.el: Use `string-to-number', not `string-to-int'.
25394
25395 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25396
25397 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25398 gud-gdb-complete-command.
25399 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25400 (gud-gdb-completion-at-point): New function.
25401 (gud-gdb-completions): Remove.
25402
25403 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25404
25405 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25406 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25407 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25408 whether `executable-find' is bound.
25409
25410 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25411
25412 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25413
25414 * minibuffer.el (completion-in-region-mode-predicate)
25415 (completion-in-region-mode--predicate): New vars.
25416 (completion-in-region, completion-in-region--postch)
25417 (completion-in-region-mode): Use them.
25418 (completion--capf-wrapper): Also return the hook function.
25419 (completion-at-point, completion-help-at-point):
25420 Adjust and provide a predicate.
25421
25422 Preserve arg names for advice of subr and lexical functions (bug#8457).
25423 * help-fns.el (help-function-arglist): Consolidate the subr and
25424 new-byte-code cases. Add argument `preserve-names' to extract names
25425 from the docstring when needed.
25426 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25427 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25428 (ad-arglist): Use help-function-arglist's new arg.
25429 (ad-definition-type): Use cond.
25430
25431 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25432
25433 * autorevert.el (auto-revert-handler):
25434 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25435 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25436 Don't quote lambda.
25437
25438 * image-mode.el (image-transform-set-scale):
25439 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25440
25441 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25442
25443 * net/network-stream.el (network-stream-open-starttls): Only do
25444 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25445 Upgrades via gnutls-cli are too slow to be done opportunistically.
25446
25447 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25448
25449 * dframe.el (dframe-current-frame): Remove spurious quote.
25450
25451 2011-04-12 Glenn Morris <rgm@gnu.org>
25452
25453 * calendar/cal-tex.el (cal-tex-end-document):
25454 Try to automatically use latin1 input if needed.
25455
25456 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25457 Don't try to cons a mark onto an empty element.
25458
25459 2011-04-11 Leo Liu <sdl.web@gmail.com>
25460
25461 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25462 buffers.
25463 (ido-kill-buffer-at-head): Support killing virtual buffers.
25464
25465 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25466
25467 * minibuffer.el (completion-show-inline-help): New var.
25468 (completion--do-completion, minibuffer-complete)
25469 (minibuffer-force-complete, minibuffer-complete-word):
25470 Inhibit minibuffer messages if completion-show-inline-help is nil.
25471
25472 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25473 to avoid interference from inline help (Bug#5849).
25474
25475 2011-04-10 Leo Liu <sdl.web@gmail.com>
25476
25477 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25478 Fix typo.
25479
25480 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25481
25482 * image-mode.el (image-toggle-display-image): Signal an error if
25483 not in Image mode.
25484 (image-transform-mode, image-transform-resize)
25485 (image-transform-set-rotation): Doc fix.
25486 (image-transform-set-resize): Delete.
25487 (image-transform-set-scale, image-transform-fit-to-height)
25488 (image-transform-fit-to-width): Handle image-toggle-display-image
25489 and image-transform-resize directly.
25490
25491 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25492
25493 * doc-view.el (doc-view-fit-width-to-window)
25494 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25495 New functions for fitting the shown image to the Emacs window size.
25496 (doc-view-mode-map): Add bindings for the new functions.
25497
25498 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25499
25500 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25501 Fix typo in docstring.
25502
25503 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25504
25505 * files.el (file-size-human-readable): Produce one digit after
25506 decimal, like "ls -lh" does.
25507
25508 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25509 the file size representation.
25510
25511 * simple.el (list-processes): If async subprocesses are not
25512 available, error out with a clear error message.
25513
25514 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25515
25516 * help.el (help-form-show): New function, to be called from C.
25517 Put help-form output in a buffer named differently than *Help*.
25518
25519 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25520
25521 * files.el (file-size-human-readable): New function.
25522
25523 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25524 computing the representation inline. Don't require `cl'.
25525
25526 2011-04-08 Glenn Morris <rgm@gnu.org>
25527
25528 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25529
25530 * net/browse-url.el (browse-url-firefox):
25531 Test system-type, not system-configuration.
25532
25533 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25534 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25535 Use log-edit-empty-buffer-p. (Bug#7598)
25536
25537 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25538 (rlogin-mode-map): Initialize in the defvar.
25539 (rlogin): Use ignore-errors.
25540
25541 * replace.el (occur-mode-map): Some fixes for menu items.
25542
25543 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25544
25545 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25546
25547 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25548
25549 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25550 issuing unused warnings.
25551
25552 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25553 macro directly.
25554
25555 * simple.el: Lisp reimplement of list-processes. Based on an
25556 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25557 (process-menu-mode): New major mode.
25558 (list-processes--refresh, list-processes):
25559 (process-menu-visit-buffer): New functions.
25560
25561 * files.el (save-buffers-kill-emacs): Don't assume any return
25562 value of list-processes, which is undocumented anyway.
25563
25564 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25565
25566 * emacs-lisp/tabulated-list.el: New file.
25567
25568 * emacs-lisp/package.el: Use Tabulated List mode.
25569 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25570 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25571 table format using Tabulated List mode variables.
25572 (package--push): New macro, replacing package-list-maybe-add.
25573 (package-menu--generate): Use package--push. Renamed from
25574 package--generate-package-list.
25575 (package-menu-refresh, list-packages): Use it.
25576 (package-menu--print-info): Rename from package-print-package.
25577 Return insertion data instead of inserting it directly.
25578 (package-menu-describe-package, package-menu-execute):
25579 Use tabulated-list-get-id.
25580 (package-menu-mark-delete, package-menu-mark-install)
25581 (package-menu-mark-unmark, package-menu-backup-unmark)
25582 (package-menu-mark-obsolete-for-deletion):
25583 Use tabulated-list-put-tag.
25584 (package--list-packages, package-menu-revert)
25585 (package-menu-get-package, package-menu-get-version)
25586 (package-menu-sort-by-column): Functions deleted.
25587 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25588 (package-menu--status-predicate, package-menu--version-predicate)
25589 (package-menu--name-predicate)
25590 (package-menu--description-predicate): Handle arguments in the
25591 Tabulated List format.
25592 (package-list-packages-no-fetch): Call list-packages.
25593
25594 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25595
25596 * files.el (after-find-file-from-revert-buffer): Remove variable.
25597 (after-find-file): Don't bind it.
25598 (revert-buffer-in-progress-p): New variable.
25599 (revert-buffer): Bind it.
25600 Pass nil for `after-find-file-from-revert-buffer'.
25601
25602 * saveplace.el (save-place-find-file-hook): Use new variable
25603 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25604
25605 2011-04-06 Glenn Morris <rgm@gnu.org>
25606
25607 * Makefile.in (AUTOGEN_VCS): New variable.
25608 (autoloads): Use $AUTOGEN_VCS.
25609
25610 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25611 * calendar/calendar.el (calendar-mode-map):
25612 Check for toolkit scroll bars. (Bug#8305)
25613
25614 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25615
25616 * minibuffer.el (completion-in-region--postch)
25617 (completion-in-region-mode): Remove unnecessary messages.
25618
25619 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25620
25621 * font-lock.el (font-lock-refresh-defaults):
25622 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25623 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25624
25625 * info.el (Info-directory-list, Info-read-node-name-2)
25626 (Info-split-parameter-string): Doc fixes.
25627 (Info-virtual-nodes): Reflow docstring.
25628 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25629 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25630 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25631 Fix typos in docstrings.
25632 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25633 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25634 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25635 (Info-restore-desktop-buffer): Mark unused parameters.
25636 (Info-directory-find-file, Info-directory-find-node)
25637 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25638 (Info-virtual-index-find-node, Info-apropos-find-file)
25639 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25640 Mark unused parameters; fix typos in docstrings.
25641 (Info-virtual-index): Remove unused local variable `nodename'.
25642
25643 2011-04-05 Deniz Dogan <deniz@dogan.se>
25644
25645 * net/rcirc.el: Update my e-mail address.
25646 (rcirc-mode-map): Remove M-o binding.
25647
25648 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25649
25650 * startup.el (command-line): Save the cursor's theme-face
25651 directly, instead of using face-override-spec.
25652
25653 * custom.el (load-theme): Minor optimization in assigning faces.
25654
25655 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25656
25657 * help-fns.el (describe-variable): Complete all variables having
25658 documentation, including keywords.
25659 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25660
25661 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25662
25663 Convert to lexical-binding.
25664
25665 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25666 (bs--get-marked-string, bs--get-modified-string)
25667 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25668 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25669 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25670
25671 * ehelp.el (electric-help-execute-extended)
25672 (electric-help-ctrl-x-prefix):
25673 * hexl.el (hexl-revert-buffer-function):
25674 * linum.el (linum-after-change, linum-after-scroll):
25675 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25676
25677 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25678
25679 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25680
25681 * epa-dired.el:
25682 * epa-mail.el:
25683 * epa-hook.el:
25684 * epa-file.el:
25685 * epa.el:
25686 * epg.el: Use lexical binding.
25687
25688 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25689
25690 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25691
25692 * textmodes/flyspell.el (flyspell-word): Recognize default
25693 dictionary case for flyspell-mark-duplications-exceptions.
25694 Use regexp matching for languages.
25695 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25696 default dictionary (Bug#7926).
25697
25698 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25699
25700 * emacs-lisp/package.el (package--with-work-buffer):
25701 Recognize https URLs.
25702
25703 * net/network-stream.el: Move from gnus/proto-stream.el.
25704 Change prefix to network-stream throughout.
25705 (open-protocol-stream): Merge into open-network-stream, leaving
25706 open-protocol-stream as an alias. Handle nil BUFFER args.
25707
25708 * subr.el (open-network-stream): Move to net/network-stream.el.
25709
25710 2011-04-02 Glenn Morris <rgm@gnu.org>
25711
25712 * find-dired.el (find-exec-terminator): New option.
25713 (find-ls-option): Test for -ls support.
25714 (find-ls-subdir-switches): Test for -b in find-ls-option.
25715 (find-dired, find-grep-dired): Doc fixes.
25716 (find-dired): Use find-exec-terminator.
25717
25718 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25719 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25720 (find-name-arg): Remove purecopy.
25721
25722 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25723 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25724 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25725 accordingly. Don't add the null-device if not needed.
25726
25727 * files.el (save-some-buffers): Doc fix.
25728
25729 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25730
25731 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25732
25733 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25734
25735 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25736 Use `dolist' rather than `mapcar'.
25737
25738 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25739
25740 Add lexical binding.
25741
25742 * subr.el (apply-partially): Use new closures rather than CL.
25743 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25744 (dolist, dotimes): Use slightly different expansion for lexical code.
25745 (functionp): Move to C.
25746 (letrec): New macro.
25747 (with-wrapper-hook): Use it and apply-partially instead of CL.
25748 (eval-after-load): Preserve lexical-binding.
25749 (save-window-excursion, with-output-to-temp-buffer): Turn them
25750 into macros.
25751
25752 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25753
25754 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25755 than the arglist.
25756 (help-add-fundoc-usage): Don't add `Not documented'.
25757 (help-function-arglist): Handle closures, subroutines, and new
25758 byte-code-functions.
25759 (help-make-usage): Remove leading underscores.
25760 (describe-function-1): Handle closures.
25761 (describe-variable): Use special-variable-p for completion.
25762
25763 * files.el (lexical-binding): Declare safe.
25764
25765 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25766 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25767 (pcase): Add `let' pattern.
25768 Change memoization so it actually works.
25769 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25770 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25771 <let>: New case.
25772
25773 * emacs-lisp/macroexp.el: Use lexical binding.
25774 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25775 Don't convert ' to #' without checking that it's indeed quoting
25776 a lambda.
25777
25778 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25779 Use eval-sexp-add-defvars.
25780 (eval-sexp-add-defvars): New fun.
25781
25782 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25783
25784 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25785 Don't autoload.
25786 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25787 than the internal `byte-compile-lambda'.
25788 (defmethod): Don't hide code under quotes.
25789 (eieio-defmethod): New `code' argument.
25790
25791 * emacs-lisp/eieio-comp.el: Remove.
25792
25793 * emacs-lisp/edebug.el (edebug-eval-defun)
25794 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25795 (edebug-toggle): Avoid `eval'.
25796
25797 * emacs-lisp/disass.el (disassemble-internal): Handle new
25798 `closure' objects.
25799 (disassemble-1): Handle new byte codes.
25800
25801 * emacs-lisp/cl.el (pushnew): Silence warning.
25802
25803 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25804 (cl-byte-compile-throw): Remove.
25805 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25806
25807 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25808 closures.
25809
25810 * emacs-lisp/cconv.el: New file.
25811
25812 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25813 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25814 (byte-compile-initial-macro-environment):
25815 Handle declare-function here.
25816 (byte-compile--lexical-environment): New var.
25817 (byte-stack-ref, byte-stack-set, byte-discardN)
25818 (byte-discardN-preserve-tos): New lap codes.
25819 (byte-interactive-p): Don't use any more.
25820 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25821 New macros.
25822 (byte-compile-lapcode): Use them and handle new lap codes.
25823 (byte-compile-obsolete): Remove.
25824 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25825 (byte-compile-arglist-warn): Check late def of inlinable funs.
25826 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25827 since they should have been expanded by now.
25828 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25829 (byte-compile-from-buffer): Remove unused second arg.
25830 (byte-compile-preprocess): New function.
25831 (byte-compile-toplevel-file-form): New function to distinguish
25832 file-form calls from outside from file-form calls from hunk-handlers.
25833 (byte-compile-file-form): Simplify.
25834 (byte-compile-file-form-defsubst): Remove.
25835 (byte-compile-file-form-defmumble): Simplify now that
25836 byte-compile-lambda always returns a byte-code-function.
25837 (byte-compile): Preprocess.
25838 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25839 Remove, not used any more.
25840 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25841 (byte-compile-make-args-desc): New funs.
25842 (byte-compile-lambda): Handle lexical functions. Always return
25843 a byte-code-function.
25844 (byte-compile-reserved-constants): New var, to make up room for
25845 closed-over variables.
25846 (byte-compile-constants-vector): Obey it.
25847 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25848 (byte-compile-macroexpand-declare-function): New function.
25849 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25850 byte-code-functions.
25851 (byte-compile-form): Check obsolescence here.
25852 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25853 (byte-compile-variable-ref): Remove.
25854 (byte-compile-dynamic-variable-op): New fun.
25855 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25856 (byte-compile-variable-set): New funs.
25857 (byte-compile-discard): Add 2 args.
25858 (byte-compile-stack-ref, byte-compile-stack-set)
25859 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25860 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25861 macroexpand-all instead.
25862 (byte-compile-quote-form): Remove.
25863 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25864 (byte-compile-bind, byte-compile-unbind): New funs.
25865 (byte-compile-let): Handle let* and lexical binding.
25866 (byte-compile-let*): Remove.
25867 (byte-compile-catch, byte-compile-unwind-protect)
25868 (byte-compile-track-mouse, byte-compile-condition-case):
25869 Handle a new :fun-body form, used for lexical scoping.
25870 (byte-compile-save-window-excursion)
25871 (byte-compile-with-output-to-temp-buffer): Remove.
25872 (byte-compile-defun): Simplify.
25873 (byte-compile-stack-adjustment): New fun.
25874 (byte-compile-out): Use it.
25875 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25876
25877 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25878 handler any more.
25879
25880 * emacs-lisp/byte-opt.el: Use lexical binding.
25881 (byte-inline-lapcode): Remove (to bytecomp).
25882 (byte-compile-inline-expand): Pay attention to inlining to/from
25883 lexically bound code.
25884 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25885 any more.
25886 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25887 any more and don't call compiler-macros.
25888 (byte-compile-splice-in-already-compiled-code): Remove.
25889 (byte-code): Don't inline any more.
25890 (disassemble-offset): Receive `bytes' as argument rather than via
25891 dynamic scoping.
25892 (byte-compile-tag-number): Declare before first use.
25893 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25894 `return' even if make-spliceable.
25895 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25896 obsolete interactive-p.
25897 (byte-optimize-lapcode): Optimize new lap-codes.
25898 Don't trip up on new form of `byte-constant' lap code.
25899
25900 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25901
25902 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25903
25904 * custom.el (custom-initialize-default, custom-declare-variable):
25905 Use `defvar'.
25906
25907 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25908 New variables.
25909 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25910 (COMPILE_FIRST): Add macroexp and cconv.
25911 * makefile.w32-in: Mirror changes in Makefile.in.
25912
25913 * vc/cvs-status.el:
25914 * vc/diff-mode.el:
25915 * vc/log-edit.el:
25916 * vc/log-view.el:
25917 * vc/smerge-mode.el:
25918 * textmodes/bibtex-style.el:
25919 * textmodes/css-mode.el:
25920 * startup.el:
25921 * uniquify.el:
25922 * minibuffer.el:
25923 * newcomment.el:
25924 * reveal.el:
25925 * server.el:
25926 * mpc.el:
25927 * emacs-lisp/smie.el:
25928 * doc-view.el:
25929 * dired.el:
25930 * abbrev.el: Use lexical binding.
25931
25932 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25933
25934 * info.el (info-display-manual): New function.
25935
25936 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25937
25938 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25939
25940 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25941
25942 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25943 an entry for that server in rcirc-authinfo. (Bug#8385)
25944
25945 2011-03-31 Glenn Morris <rgm@gnu.org>
25946
25947 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25948
25949 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25950
25951 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25952
25953 * progmodes/python.el (python-default-interpreter)
25954 (python-python-command-args, python-jython-command-args)
25955 (python-which-shell, python-which-args, python-which-bufname)
25956 (python-file-queue, python-comint-output-filter-function)
25957 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25958 variables and functions.
25959
25960 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25961
25962 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25963 (completion-in-region-mode): New minor mode.
25964 (completion-in-region): Use it.
25965 (completion-in-region--data, completion-in-region-mode-map): New vars.
25966 (completion-in-region--postch): New function.
25967 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25968 New vars.
25969 (completion--capf-wrapper): New function.
25970 (completion-at-point): Use it to track well-behavedness of
25971 hook functions.
25972 (completion-help-at-point): New command.
25973
25974 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25975
25976 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25977 syntax class to search for whitespace on a single line
25978 (Message-ID: <4D938140.4030905@redhat.com>).
25979
25980 2011-03-30 Leo Liu <sdl.web@gmail.com>
25981
25982 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25983 New commands.
25984 (edit-abbrevs-map): Bind them here.
25985 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25986
25987 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25988
25989 * allout.el (allout-hide-by-annotation, allout-flag-region):
25990 Reduce possibility of overlay leakage by making them volatile.
25991
25992 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25993 hash is not shared between buffers. Mode initialization is
25994 responsible for giving it a useful starting value.
25995 (allout-item-span): Reduce possibility of overlay leakage by
25996 making them volatile.
25997 (allout-widgets-count-buttons-in-region): Add diagnostic function
25998 for tracking down button overlay leaks.
25999
26000 2011-03-29 Leo Liu <sdl.web@gmail.com>
26001
26002 * ido.el (ido-read-internal): Use the default history var
26003 minibuffer-history if no HISTORY is specified.
26004
26005 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
26006
26007 * net/imap.el (imap-shell-open, imap-process-connection-type):
26008 Use imap-process-connection-type for 'shell' streams as well as
26009 Kerberos, SSL, other subprocesses.
26010
26011 2011-03-28 Leo Liu <sdl.web@gmail.com>
26012
26013 * abbrev.el (abbrev-table-empty-p): New function.
26014 (prepare-abbrev-list-buffer): Place empty abbrev tables after
26015 nonempty ones. (Bug#5937)
26016
26017 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
26018
26019 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26020
26021 2011-03-27 Leo Liu <sdl.web@gmail.com>
26022
26023 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26024 for foreground and background colors.
26025 (ansi-color-make-color-map): Adapt.
26026
26027 2011-03-25 Leo Liu <sdl.web@gmail.com>
26028
26029 * midnight.el (midnight-time-float): Remove. Note it calculates
26030 the microsecond component incorrectly and seconds-to-time does the
26031 same job.
26032 Remove redundant (require 'timer).
26033
26034 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26035 (ido-completions): Remove unused arguments. (Bug#8329)
26036
26037 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26038
26039 * minibuffer.el (completion--flush-all-sorted-completions):
26040 Remove itself from hook.
26041 (completion-at-point): Let the functions perform the completion
26042 immediately and return nil or t.
26043 * comint.el (comint-dynamic-complete-functions): Now identical to
26044 completion-at-point-functions.
26045 (comint-dynamic-list-input-ring): Remove unused var `index'.
26046 (comint--match-partial-filename, comint--unquote&expand-filename):
26047 New funs, split from comint-match-partial-filename.
26048 (comint-dynamic-complete): Use completion-at-point.
26049 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26050
26051 2011-03-24 Drew Adams <drew.adams@oracle.com>
26052
26053 * thingatpt.el: Support `defun'.
26054
26055 2011-03-23 Leo Liu <sdl.web@gmail.com>
26056
26057 * abbrevlist.el: Move to obsolete/abbrevlist.el.
26058
26059 * help-mode.el (help-mode-finish): Tweak regexp.
26060
26061 2011-03-23 Glenn Morris <rgm@gnu.org>
26062
26063 * eshell/esh-opt.el (eshell-eval-using-options):
26064 Do not bind unused local variable `eshell-option-stub'.
26065
26066 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26067
26068 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26069
26070 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26071 keymap variable in `with-no-warnings' to avoid a warning when the
26072 keymap has been already `defconst'ed.
26073
26074 2011-03-22 Leo Liu <sdl.web@gmail.com>
26075
26076 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26077 encode all chars in abbrevs; otherwise use emacs-mule or
26078 utf-8-emacs. (Bug#8308)
26079
26080 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26081
26082 * simple.el (backward-delete-char-untabify):
26083 Avoid warning about using `delete-backward-char'.
26084
26085 * image.el (image-type-file-name-regexps): Make it variable.
26086 `imagemagick-register-types' modifies it, and the user may want
26087 to add new extensions for known image types.
26088 (imagemagick-register-types): Throw error if not using ImageMagick.
26089
26090 2011-03-22 Leo Liu <sdl.web@gmail.com>
26091
26092 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26093 located before rcirc-prompt-end-marker.
26094 (rcirc-complete): Error if point is not after rcirc prompt.
26095 Handle the case when table is nil.
26096 (rcirc-user-authenticated): Define to fix compiler warning.
26097
26098 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
26099
26100 * custom.el (custom--inhibit-theme-enable): Make it affect only
26101 custom-theme-set-variables and custom-theme-set-faces.
26102 (provide-theme): Ignore custom--inhibit-theme-enable.
26103 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26104 (custom-enabling-themes): Delete variable.
26105 (enable-theme): Accept only loaded themes as arguments.
26106 Ignore the special custom-enabled-themes variable.
26107 (custom-enabled-themes): Forbid themes from setting this.
26108 Eliminate use of custom-enabling-themes.
26109 (custom-push-theme): Quote "changed" custom var entry.
26110
26111 2011-03-21 Leo Liu <sdl.web@gmail.com>
26112
26113 * ido.el (ido-read-internal): Add ido-selected to history instead
26114 of user input.
26115
26116 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26117
26118 * subr.el (deferred-action-list, deferred-action-function):
26119 Mark obsolete.
26120
26121 2011-03-21 Leo Liu <sdl.web@gmail.com>
26122
26123 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26124 change on 2011-02-13 (bug#8309).
26125
26126 * minibuffer.el (read-file-name-function): Change default value.
26127 (read-file-name--defaults): Rename from read-file-name-defaults.
26128 (read-file-name-default): Rename from read-file-name.
26129 (read-file-name): Call read-file-name-function.
26130
26131 2011-03-21 Glenn Morris <rgm@gnu.org>
26132
26133 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26134 Doc fixes.
26135
26136 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
26137
26138 * cus-theme.el: Add missing provide statement.
26139 (customize-create-theme): Extract theme value correctly.
26140 (custom-theme-visit-theme): Autoload.
26141 (customize-create-theme): Prompt before inserting default faces.
26142
26143 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
26144
26145 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26146 units and musical notes.
26147
26148 2011-03-20 Leo Liu <sdl.web@gmail.com>
26149
26150 * ido.el (ido-read-internal): Use completing-read-default.
26151 (ido-completing-read): Fix compatibility with completing-read.
26152
26153 2011-03-20 Christian Ohler <ohler@gnu.org>
26154
26155 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26156 (ert-delete-all-tests): Use `called-interactively-p' rather than
26157 `interactive-p'.
26158 (ert--make-xrefs-region): Respect END.
26159
26160 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26161
26162 * dired-aux.el (dired-create-directory): Signal an error if the
26163 directory already exists (Bug#8246).
26164
26165 * facemenu.el (list-colors-display): Call list-faces-display
26166 inside with-help-window.
26167 (list-colors-print): Use display property to align the final
26168 column, instead of checking window-width.
26169
26170 2011-03-19 Eli Zaretskii <eliz@gnu.org>
26171
26172 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26173 windows-nt systems.
26174 (emerge-protect-metachars): Quote correctly for ms-dos and
26175 windows-nt systems.
26176
26177 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
26178
26179 * info.el (info-initialize): Replace all uses of `:' with
26180 path-separator for compatibility with non-Unix systems.
26181 Cache quoting of path-separator. (Bug#8258)
26182
26183 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
26184
26185 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26186 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26187 (mouse-avoidance-mode): Fix typos in docstrings.
26188
26189 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26190
26191 * startup.el (package-subdirectory-regexp): Move from package.el.
26192 Omit \\` and \\', and let callers add them.
26193
26194 * emacs-lisp/package.el (package-strip-version)
26195 (package-load-all-descriptors): Add \\` and \\' to
26196 package-subdirectory-regexp before using it.
26197 (package-untar-buffer): New arg DIR; ensure that file untars only
26198 into this expected directory. Remove superfluous delete-region.
26199 (package-unpack): Caller changed.
26200 (package-tar-file-info): Use package-subdirectory-regexp.
26201
26202 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
26203
26204 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26205 diff-mode-shared-map (bug#8284).
26206 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26207
26208 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
26209
26210 * calendar/time-date.el (format-seconds): Use assoc instead of
26211 assoc-string, since assoc-string doesn't exist in XEmacs.
26212
26213 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
26214
26215 * custom.el (custom-known-themes): Reflow docstring.
26216 (custom-theme-load-path): Fix typo in docstring.
26217 (load-theme): Fix typo in error message.
26218 (custom-available-themes, custom-variable-theme-value):
26219 Use `let', not `let*'.
26220
26221 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
26222
26223 * calc/README: Mention inclusion of musical notes.
26224
26225 * calc/calc-units.el (calc-lu-quant): Rename from
26226 `calc-logunits-quantity'.
26227 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26228 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26229 (calc-db): Rename from `calc-dblevel'.
26230 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26231 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26232 (calc-np): Rename from `calc-nplevel'.
26233 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26234 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26235 (calc-lu-plus): Rename from `calc-logunits-add'.
26236 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26237 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26238 (calc-lu-minus): Rename from `calc-logunits-sub'.
26239 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26240 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26241 (calc-lu-times): Rename from `calc-logunits-mul'.
26242 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26243 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26244 (calc-lu-divide): Rename from `calc-logunits-div'.
26245 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26246 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26247
26248 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26249 functions being autoloaded.
26250
26251 * calc/calc.el (calc-lu-power-reference): Rename from
26252 `calc-logunits-power-reference'.
26253 (calc-lu-field-reference): Rename from
26254 `calc-logunits-field-reference'.
26255
26256 * calc/calc-help.el (calc-l-prefix-help):
26257 Mention musical note functions.
26258
26259 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26260
26261 * minibuffer.el (completion-all-sorted-completions):
26262 Use :completion-cycle-penalty text property if present.
26263
26264 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26265
26266 * allout.el (allout-yank-processing): Adjust for new rebulleting
26267 regime so bullet being yanked is used without prompting the user
26268 for a choice.
26269
26270 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26271
26272 * startup.el (command-line): Warn the user that _emacs is deprecated.
26273
26274 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26275
26276 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26277 (delphi-verbose, delphi-comment-face, delphi-string-face)
26278 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26279 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26280 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26281 (delphi-new-comment-line, delphi-font-lock-defaults)
26282 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26283 Fix typos in docstrings.
26284
26285 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26286
26287 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26288 Invert the roles of character and string values for INSTEAD, so a
26289 string is used for the more common case of a defaulting prompt.
26290
26291 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26292
26293 * progmodes/ruby-mode.el (ruby-backward-sexp):
26294 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26295 * play/gamegrid.el (gamegrid-make-face):
26296 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26297 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26298 * notifications.el (notifications-notify):
26299 * net/xesam.el (xesam-search-engines):
26300 * net/quickurl.el (quickurl-list-insert):
26301 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26302
26303 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26304
26305 * startup.el (command-line): Update package subdirectory regexp.
26306
26307 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26308
26309 * allout.el (allout-abbreviate-flattened-numbering)
26310 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26311
26312 * subr.el (read-char-choice): Only show the cursor after the prompt,
26313 not after the answer.
26314
26315 2011-03-15 Kevin Ryde <user42@zip.com.au>
26316
26317 * help-fns.el (variable-at-point): Skip leading quotes, if any
26318 (bug#8253).
26319
26320 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26321
26322 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26323 warning message.
26324
26325 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26326
26327 * shell.el (shell): When called interactively, offer to change the
26328 shell file name on remote hosts.
26329
26330 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26331
26332 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26333 integration for LDAP parameters. The host, base, user or binddn,
26334 and secret tokens can be specified in a netrc file, for instance.
26335 This is optional because an `auth-source' parameter must be
26336 specified in the search attributes.
26337
26338 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26339
26340 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26341
26342 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26343
26344 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26345 into declaration. Remove redundant and harmful binding.
26346
26347 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26348
26349 * files.el (file-ownership-preserved-p): Pass `integer' as an
26350 explicit 2nd argument to `file-attributes'. If the file's owner
26351 is the Administrators group on Windows, and the current user is
26352 Administrator, consider that a match.
26353
26354 * server.el (server-ensure-safe-dir): Consider server directory
26355 safe on MS-Windows if its owner is the Administrators group while
26356 the current Emacs user is Administrator. Use `=' to compare
26357 numerical UIDs, since they could be integers or floats.
26358
26359 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26360
26361 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26362
26363 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26364
26365 Sync with Tramp 2.2.1.
26366
26367 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26368
26369 * net/trampver.el: Update release number.
26370
26371 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26372
26373 * progmodes/compile.el (compilation--previous-directory): Fix up
26374 various nil/dead-marker mismatches (bug#8014).
26375 (compilation-directory-properties, compilation-error-properties):
26376 Don't call it at a position past the one we're about to change.
26377
26378 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26379 Disable obsolescence warnings in the file that declares it.
26380
26381 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26382
26383 * allout-widgets.el (allout-widgets-tally):
26384 Initialize allout-widgets-tally as a hash table rather than nil to
26385 prevent mode-line redisplay warnings. Also, clarify the module
26386 description and fix a comment typo.
26387
26388 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26389
26390 * help-fns.el (describe-variable): Don't complete keywords.
26391 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26392
26393 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26394
26395 * emacs-lisp/package.el (package-version-join): Impose a standard
26396 string representation for pre/alpha/beta version lists.
26397 (package-unpack-single): Standardize the directory name by passing
26398 it through package-version-join.
26399 (package-strip-rcs-id): Accept any version string that does not
26400 signal an error in version-to-list.
26401
26402 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26403
26404 * simple.el (delete-trailing-whitespace): Return nil for the
26405 benefit of `write-file-functions'.
26406
26407 2011-03-10 Glenn Morris <rgm@gnu.org>
26408
26409 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26410
26411 * vc/vc-git.el (vc-git-program): New option.
26412 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26413 (vc-git--call): Use it.
26414
26415 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26416
26417 * cus-edit.el (Custom-newline): If no button at point, look
26418 for a subgroup button at start-of-line. (Bug#2298)
26419
26420 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26421
26422 2011-03-10 Julien Danjou <julien@danjou.info>
26423
26424 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26425 `cursor-type' is nil.
26426
26427 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26428
26429 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26430
26431 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26432
26433 * allout.el: Change so yank of distinctive-bullet items
26434 preserves the existing header prefix, rebulleting it if necessary,
26435 rather than replacing it. This is necessary for proper operation
26436 of cooperative addons like allout-widgets.
26437 (allout-make-topic-prefix, allout-rebullet-heading):
26438 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26439 value as alternate bullet to be used, instead of prompting the user
26440 for a bullet character.
26441
26442 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26443
26444 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26445 Do not use `tramp-file-name-port', because this returns also
26446 `tramp-default-port'.
26447
26448 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26449
26450 * net/rcirc.el (rcirc-handler-001): Remove useless
26451 with-rcirc-process-buffer.
26452 (rcirc-check-auth-status): Swap arguments to string-match.
26453
26454 2011-03-09 Glenn Morris <rgm@gnu.org>
26455
26456 * shell.el (shell-mode):
26457 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26458
26459 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26460 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26461
26462 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26463
26464 * emacs-lisp/package.el (package-refresh-contents)
26465 (package-menu-execute): Use condition-case-no-debug.
26466
26467 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26468
26469 * simple.el (shell-command-to-string): Use `process-file'.
26470
26471 * emacs-lisp/package.el (package-tar-file-info): Handle also
26472 remote files.
26473
26474 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26475 Use `equal' for upload base check.
26476
26477 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26478
26479 * textmodes/texinfo.el (texinfo-environments):
26480 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26481
26482 2011-03-08 Glenn Morris <rgm@gnu.org>
26483
26484 * cus-start.el (cursor-in-non-selected-windows):
26485 Fix :set quoting oddness. (Bug#8192)
26486
26487 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26488 in some setf expressions. (Bug#2159)
26489
26490 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26491
26492 * custom.el (custom-available-themes): Return themes in
26493 alphabetical order.
26494
26495 See ChangeLog.15 for earlier changes.
26496
26497 ;; Local Variables:
26498 ;; coding: utf-8
26499 ;; End:
26500
26501 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26502
26503 This file is part of GNU Emacs.
26504
26505 GNU Emacs is free software: you can redistribute it and/or modify
26506 it under the terms of the GNU General Public License as published by
26507 the Free Software Foundation, either version 3 of the License, or
26508 (at your option) any later version.
26509
26510 GNU Emacs is distributed in the hope that it will be useful,
26511 but WITHOUT ANY WARRANTY; without even the implied warranty of
26512 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26513 GNU General Public License for more details.
26514
26515 You should have received a copy of the GNU General Public License
26516 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.