Auto-commit of loaddefs files.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-01 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
4
5 2013-05-01 Juri Linkov <juri@jurta.org>
6
7 * comint.el (comint-previous-matching-input): Don't print message
8 "History item: %d" when `isearch-mode' is active.
9 (comint-history-isearch-message): Print message "History item: %d"
10 when `comint-input-ring-index' is not empty and this function is
11 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
12
13 2013-05-01 Leo Liu <sdl.web@gmail.com>
14
15 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
16 definitions. Use completion-at-point to insert keywords.
17 (octave-abbrev-start): Remove.
18 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
19
20 2013-04-30 Leo Liu <sdl.web@gmail.com>
21
22 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
23 change.
24
25 2013-04-30 Alan Mackenzie <acm@muc.de>
26
27 Handle arbitrarily long C++ member initialisation lists.
28 * progmodes/cc-engine.el (c-back-over-member-initializers): new
29 function.
30 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
31 (most) member init lists.
32
33 2013-04-30 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
34
35 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
36 variable.
37
38 2013-04-30 Leo Liu <sdl.web@gmail.com>
39
40 * progmodes/octave.el (octave-variables): Remove. No builtin
41 variables any more. All converted to functions.
42 (octave-font-lock-keywords, octave-completion-at-point-function):
43 Fix uses.
44 (octave-font-lock-texinfo-comment): New user variable.
45 (octave-texinfo-font-lock-keywords): New variable for texinfo
46 comment block.
47 (octave-function-comment-block): New face.
48 (octave-font-lock-texinfo-comment): New function.
49 (octave-mode): Font lock texinfo comment block.
50
51 2013-04-29 Leo Liu <sdl.web@gmail.com>
52
53 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
54 indexing expression.
55 (octave-continuation-string): Do not use \.
56 (inferior-octave-complete-impossible): Remove.
57 (inferior-octave-completion-table)
58 (inferior-octave-completion-at-point): Remove its uses.
59 (inferior-octave-startup): completion_matches was introduced to
60 Octave in 1996 so safe to assume it.
61 (octave-function-file-comment): Improve to follow how Octave does it.
62 (octave-update-function-file-comment): Tweak.
63
64 2013-04-29 Leo Liu <sdl.web@gmail.com>
65
66 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
67 (inferior-octave-startup): Remove inferior-octave-startup-hook.
68 (octave-function-file-comment): Fix typo.
69 (octave-sync-function-file-names): Use read-char-choice.
70
71 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
72
73 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
74 to t for the less important warnings.
75
76 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
77
78 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
79
80 2013-04-27 Glenn Morris <rgm@gnu.org>
81
82 * vc/log-view.el (log-view-current-entry):
83 Treat "---" separator lines as part of the following rev. (Bug#14169)
84
85 2013-04-27 Juri Linkov <juri@jurta.org>
86
87 * subr.el (read-number): Doc fix about using it by interactive
88 code letter `n'. (Bug#14254)
89
90 2013-04-27 Juri Linkov <juri@jurta.org>
91
92 * desktop.el (desktop-auto-save-timeout): New option.
93 (desktop-file-checksum): New variable.
94 (desktop-save): Add optional arg `auto-save' and don't auto-save
95 if nothing changed.
96 (desktop-auto-save-timer): New variable.
97 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
98 (after-init-hook): Call `desktop-auto-save-set-timer'.
99 Suggested by Reuben Thomas <rrt@sc3d.org> in
100 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
101
102 2013-04-27 Leo Liu <sdl.web@gmail.com>
103
104 * progmodes/octave.el (octave-function-file-p)
105 (octave-skip-comment-forward, octave-function-file-comment)
106 (octave-update-function-file-comment): New functions.
107 (octave-mode-map): Bind C-c ; to
108 octave-update-function-file-comment.
109 (octave-mode-menu): Add octave-update-function-file-comment.
110 (octave-mode, inferior-octave-mode): Fix doc-string.
111 (octave-insert-defun): Conform to Octave's coding convention.
112 (Bug#14285)
113
114 * files.el (basic-save-buffer): Don't let errors in
115 before-save-hook prevent saving buffer.
116
117 2013-04-20 Roland Winkler <winkler@gnu.org>
118
119 * faces.el (read-face-name): Use completing-read if arg multiple
120 is nil.
121
122 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
123
124 * ls-lisp.el (ls-lisp-insert-directory): If no files are
125 displayed, move point to after the totals line. See
126 http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
127 for the details.
128
129 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * emacs-lisp/package.el (package-autoload-ensure-default-file):
132 Add current dir to the load-path.
133 (package-generate-autoloads): Don't rely on
134 autoload-ensure-default-file.
135
136 2013-04-26 Reuben Thomas <rrt@sc3d.org>
137
138 * textmodes/remember.el (remember-store-in-files): Document that
139 the file name format is passed to `format-time-string'.
140
141 2013-04-26 Leo Liu <sdl.web@gmail.com>
142
143 * progmodes/octave.el (octave-sync-function-file-names): New function.
144 (octave-mode): Use it in before-save-hook.
145
146 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
149 (bug#14274).
150
151 * progmodes/octave.el (octave-smie-forward-token): Properly skip
152 \n and comment, even if it's not an implicit ; (bug#14218).
153
154 2013-04-26 Glenn Morris <rgm@gnu.org>
155
156 * subr.el (read-number): Once more use `read' rather than
157 `string-to-number', to trap non-numeric input. (Bug#14254)
158
159 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
160
161 * emacs-lisp/syntax.el (syntax-propertize-multiline):
162 Use `syntax-multiline' text property consistently instead of
163 `font-lock-multiline'. (bug#14237).
164
165 2013-04-26 Glenn Morris <rgm@gnu.org>
166
167 * emacs-lisp/shadow.el (list-load-path-shadows):
168 No longer necessary to check for duplicate simple.el, since
169 2012-07-07 change to init_lread to not include installation lisp
170 directories in load-path when running uninstalled. (Bug#14270)
171
172 2013-04-26 Leo Liu <sdl.web@gmail.com>
173
174 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
175 (octave-mode, inferior-octave-mode): Use setq-local.
176 (octave-not-in-string-or-comment-p): Rename to
177 octave-in-string-or-comment-p.
178 (octave-in-comment-p, octave-in-string-p)
179 (octave-in-string-or-comment-p): Replace defsubst with defun.
180
181 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
182
183 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
184
185 2013-04-25 Bastien Guerry <bzg@gnu.org>
186
187 * textmodes/remember.el (remember-data-directory)
188 (remember-directory-file-name-format): Fix custom types.
189
190 2013-04-25 Leo Liu <sdl.web@gmail.com>
191
192 * progmodes/octave.el (octave-completion-at-point-function):
193 Make use of inferior octave process.
194 (octave-initialize-completions): Remove.
195 (inferior-octave-completion-table): New function.
196 (inferior-octave-completion-at-point): Use it.
197 (octave-completion-alist): Remove.
198
199 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * progmodes/opascal.el: Use font-lock and syntax-propertize.
202 (opascal-mode-syntax-table): New var.
203 (opascal-literal-kind, opascal-is-literal-end)
204 (opascal-literal-token-at): Rewrite.
205 (opascal--literal-start-re, opascal-font-lock-keywords)
206 (opascal--syntax-propertize): New constants.
207 (opascal-font-lock-defaults): Adjust.
208 (opascal-mode): Use them. Set comment-<foo> variables as well.
209 (delphi-comment-face, opascal-comment-face, delphi-string-face)
210 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
211 (delphi-other-face, opascal-other-face): Remove face variables.
212 (opascal-save-state): Remove macro.
213 (opascal-fontifying-progress-step): Remove constant.
214 (opascal--ignore-changes): Remove var.
215 (opascal-set-token-property, opascal-parse-next-literal)
216 (opascal-is-stable-literal, opascal-complete-literal)
217 (opascal-is-literal-start, opascal-face-of)
218 (opascal-parse-region, opascal-parse-region-until-stable)
219 (opascal-fontify-region, opascal-after-change)
220 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
221 (opascal-debug-parse-region, opascal-debug-parse-window)
222 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
223 (opascal-debug-fontify-buffer): Remove.
224 (opascal-debug-mode-map): Adjust accordingly.
225
226 2013-04-25 Leo Liu <sdl.web@gmail.com>
227
228 Merge octave-mod.el and octave-inf.el into octave.el with some
229 cleanups.
230 * progmodes/octave.el: New file renamed from octave-mod.el.
231 * progmodes/octave-inf.el: Merged into octave.el.
232 * progmodes/octave-mod.el: Renamed to octave.el.
233
234 2013-04-25 Tassilo Horn <tsdh@gnu.org>
235
236 * textmodes/reftex-vars.el
237 (reftex-label-ignored-macros-and-environments): New defcustom.
238
239 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
240
241 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
244 (smie-indent-keyword): Improve the check to ensure that the next
245 comment is really on the same line.
246 (smie-indent-comment): Don't align with a subsequent closer (or eob).
247
248 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
249 semi-colons if the line is not otherwise empty (bug#14218).
250
251 2013-04-25 Glenn Morris <rgm@gnu.org>
252
253 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
254
255 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * progmodes/opascal.el (opascal-set-token-property): Rename from
258 opascal-set-text-properties and only set `token' (bug#14134).
259 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
260 (opascal-literal-text-properties): Remove.
261 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
262 Adjust callers.
263
264 2013-04-24 Reuben Thomas <rrt@sc3d.org>
265
266 * textmodes/remember.el (remember-handler-functions): Add an
267 option for a new handler `remember-store-in-files'.
268 (remember-data-directory, remember-directory-file-name-format):
269 New options.
270 (remember-store-in-files): New function to store remember notes
271 as separate files within a directory.
272
273 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
274
275 * progmodes/compile.el (compilation-next-error-function):
276 Pass "formats" to compilation-find-file (bug#11777).
277
278 2013-04-24 Glenn Morris <rgm@gnu.org>
279
280 * vc/vc-bzr.el (vc-bzr-print-log):
281 * vc/vc-hg.el (vc-hg-print-log):
282 * vc/vc-svn.el (vc-svn-print-log):
283 Fix START-REVISION with LIMIT != 1. (Bug#14168)
284
285 * vc/vc-bzr.el (vc-bzr-print-log):
286 * vc/vc-cvs.el (vc-cvs-print-log):
287 * vc/vc-git.el (vc-git-print-log):
288 * vc/vc-hg.el (vc-hg-print-log):
289 * vc/vc-mtn.el (vc-mtn-print-log):
290 * vc/vc-rcs.el (vc-rcs-print-log):
291 * vc/vc-sccs.el (vc-sccs-print-log):
292 * vc/vc-svn.el (vc-svn-print-log):
293 * vc/vc.el (vc-print-log-internal): Doc fixes.
294
295 2013-04-23 Glenn Morris <rgm@gnu.org>
296
297 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
298 Remove venerable code attempting to avoid substitute-command-keys.
299
300 2013-04-23 Tassilo Horn <tsdh@gnu.org>
301
302 * textmodes/reftex-vars.el (reftex-label-regexps):
303 Call `reftex-compile-variables' after changes to this variable.
304
305 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
308 Use lexical-binding.
309 (jit-lock-force-redisplay): Use markers, check buffer's continued
310 existence and beware narrowed buffers.
311 (jit-lock-fontify-now): Adjust call accordingly.
312
313 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
316 to avoid misleading the user.
317
318 2013-04-22 Leo Liu <sdl.web@gmail.com>
319
320 * info-look.el: Prefer latex2e.info. (Bug#14240)
321
322 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
323
324 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
325
326 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
327 * net/tramp.el (tramp-call-process): ... here
328 (tramp-set-completion-function, tramp-parse-putty):
329 * net/tramp-adb.el (tramp-adb-execute-adb-command):
330 * net/tramp-gvfs.el (tramp-gvfs-send-command):
331 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
332 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
333 (tramp-call-local-coding-command): Use `tramp-call-process'
334 instead of `tramp-compat-call-process'.
335
336 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
337 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
338 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
339 (tramp-find-inline-compress):Improve traces.
340 (tramp-maybe-send-script): Check for Perl binary.
341 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
342
343 2013-04-22 Daiki Ueno <ueno@gnu.org>
344
345 * epg.el (epg-context-pinentry-mode): New function.
346 (epg-context-set-pinentry-mode): New function.
347 (epg--start): Pass --pinentry-mode option to gpg command.
348
349 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
350
351 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
352 `comint-dynamic-complete' is obsolete since 24.1, replaced by
353 `completion-at-point'. (Bug#13774)
354
355 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
356 default key binding for `describe-distribution' has been moved to
357 `C-h C-o'. (Bug#13970)
358
359 2013-04-21 Glenn Morris <rgm@gnu.org>
360
361 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
362 Add doc strings.
363 (vc-print-log): Clarify interactive prompt.
364
365 2013-04-20 Glenn Morris <rgm@gnu.org>
366
367 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
368 No longer include timestamp etc information.
369
370 2013-04-20 Roland Winkler <winkler@gnu.org>
371
372 * faces.el (read-face-name): Bug fix, return just one face if arg
373 multiple is nil. (Bug#14209)
374
375 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
378 (remove-function): Autoload.
379
380 * comint.el (comint-redirect-original-filter-function): Remove.
381 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
382 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
383 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
384 * progmodes/prolog.el (prolog-consult-compile):
385 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
386 Use add/remove-function instead.
387 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
388 (gud-tooltip-process-output, gud-tooltip-tips):
389 Use add/remove-function instead.
390 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
391 (scheme-interaction-mode, exit-scheme-interaction-mode):
392 Use add/remove-function instead.
393
394 * vc/vc-dispatcher.el: Use lexical-binding.
395 (vc--process-sentinel): Rename from vc-process-sentinel.
396 Change last arg to be the code to run. Don't use vc-previous-sentinel
397 and vc-sentinel-commands any more.
398 (vc-exec-after): Allow code to be a function. Use add/remove-function.
399 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
400
401 2013-04-19 Masatake YAMATO <yamato@redhat.com>
402
403 * progmodes/sh-script.el (sh-imenu-generic-expression):
404 Handle function names with a single character. (Bug#14111)
405
406 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
407
408 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
409 for subroutines defined in an eval (bug#14182).
410
411 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
412
413 * bookmark.el (bookmark-completing-read): Improve handling of empty
414 string (bug#14176).
415
416 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
419
420 2013-04-19 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
421
422 New faster Imenu implementation (bug#14058).
423 * progmodes/python.el:
424 (python-imenu-prev-index-position):
425 (python-imenu-format-item-label-function)
426 (python-imenu-format-parent-item-label-function)
427 (python-imenu-format-parent-item-jump-label-function):
428 New vars.
429 (python-imenu-format-item-label)
430 (python-imenu-format-parent-item-label)
431 (python-imenu-format-parent-item-jump-label)
432 (python-imenu--put-parent, python-imenu--build-tree)
433 (python-imenu-create-index, python-imenu-create-flat-index)
434 (python-util-popn): New functions.
435 (python-mode): Set imenu-create-index-function to
436 python-imenu-create-index.
437
438 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * winner.el (winner-active-region): Use region-active-p, activate-mark
441 and deactivate-mark (bug#14225).
442
443 * simple.el (deactivate-mark): Don't inline it.
444
445 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
446
447 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
448
449 2013-04-18 Tassilo Horn <tsdh@gnu.org>
450
451 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
452 file extensions from the archive-mode entry in order to prefer
453 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
454
455 2013-04-18 Leo Liu <sdl.web@gmail.com>
456
457 * bindings.el (help-event-list): Add ?\?.
458
459 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * subr.el (with-wrapper-hook): Declare obsolete.
462 * simple.el (filter-buffer-substring-function): New hook.
463 (filter-buffer-substring): Use it.
464 (filter-buffer-substring-functions): Mark obsolete.
465 * minibuffer.el (completion-in-region-function): New hook.
466 (completion-in-region): Use it.
467 (completion-in-region-functions): Mark obsolete.
468 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
469 * abbrev.el (abbrev-expand-function): New hook.
470 (expand-abbrev): Use it.
471 (abbrev-expand-functions): Mark obsolete.
472 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
473 and :filter-return.
474
475 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
476
477 * progmodes/python.el (python-nav--syntactically): Fix cornercases
478 and do not care about match data.
479
480 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
483 completion tables when completing error conditions and
484 `declare' arguments.
485 (lisp-complete-symbol, field-complete): Mark as obsolete.
486 (check-parens): Unmatched parens are user errors.
487 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
488
489 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
490
491 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
492 command changed buffer (ie. `flyspell-pre-buffer' is not current
493 buffer), which prevents making decisions based on invalid value of
494 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
495 cause an error when `flyspell-pre-point' was nil after switching
496 buffers.
497 (flyspell-post-command-hook): No longer needs to change buffers when
498 checking pre-word. While at it remove unnecessary progn.
499
500 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
501
502 * textmodes/ispell.el (ispell-add-per-file-word-list):
503 Fix `flyspell-correct-word-before-point' error when accepting
504 words and `coment-padding' is an integer by using
505 `comment-normalize-vars' (Bug #14214).
506
507 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
508
509 New defun movement commands.
510 * progmodes/python.el (python-nav--syntactically)
511 (python-nav--forward-defun, python-nav-backward-defun)
512 (python-nav-forward-defun): New functions.
513
514 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
515
516 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
517 (python-syntax-context): Use named compiler-macro for backwards
518 compatibility with Emacs 24.x.
519
520 2013-04-17 Leo Liu <sdl.web@gmail.com>
521
522 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
523 octave-hide-process-buffer.
524
525 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
528 (bug#14216).
529
530 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
531
532 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
533 Fix adjustment of offset when receiving incomplete responses from GDB
534 (bug#14129).
535
536 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
539 python-mode-abbrev-table.
540 (python-skeleton-define): Adjust accordingly.
541 (python-mode-abbrev-table): New table that inherits from it so that
542 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
543
544 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
545 (abbrev-symbol): Use it.
546 (abbrev--before-point): Use it since we already handle inheritance.
547
548 2013-04-16 Leo Liu <sdl.web@gmail.com>
549
550 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
551 binding to info-lookup-symbol.
552
553 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
554
555 * minibuffer.el (completion--twq-all):
556 * term/ns-win.el (ns-initialize-window-system):
557 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
558
559 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
562 global bindings.
563
564 * doc-view.el (doc-view-start-process): Handle url-handler directories.
565
566 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
567
568 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
569 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
570 to nil.
571 (ruby-end-of-defun): Remove the unused arg, change the docstring
572 to reflect that this function is only used as the value of
573 `end-of-defun-function'.
574 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
575 to reflect an earlier change that beginning/end-of-defun functions
576 jump between methods in a class definition, as well as top-level
577 functions.
578
579 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * minibuffer.el (minibuffer-complete): Don't just scroll
582 a *Completions* that's been iconified.
583 (minibuffer-force-complete): Make sure repetitions do cycle when going
584 through completion-in-region -> minibuffer-complete.
585
586 2013-04-15 Alan Mackenzie <acm@muc.de>
587
588 Correct the placement of c-cpp-delimiters when there're #s not at
589 col 0.
590
591 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
592 place a submatch around the #.
593 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
594 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
595 on the #, not BOL.
596
597 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * emacs-lisp/nadvice.el: Properly test names when adding advice.
600 (advice--member-p): New arg `name'.
601 (advice--add-function, advice-member-p): Use it (bug#14202).
602
603 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
604
605 Reformulate java imenu-generic-expression.
606 The old expression contained ill formed regexps.
607
608 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
609 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
610 (cc-imenu-java-method-arg-regexp): New defconsts.
611 (cc-imenu-java-build-type-args-regex): New defun.
612 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
613 handling of spaces in the regexp.
614
615 2013-03-15 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
616
617 * textmodes/ispell.el (ispell-command-loop): Remove
618 flyspell highlight of a word when ispell accepts it (bug #14178).
619
620 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
621
622 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
623 uses code from the previous `ange-ftp-run-real-handler'.
624 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
625 only in case that function exist. This is needed for proper
626 unloading of Tramp.
627
628 2013-04-15 Tassilo Horn <tsdh@gnu.org>
629
630 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
631
632 * textmodes/reftex.el (reftex-compile-variables): Use it.
633
634 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * files.el (normal-mode): Only use default major-mode if no other mode
637 was specified.
638
639 * emacs-lisp/trace.el (trace-values): New function.
640
641 * files.el: Allow : in local variables (bug#14089).
642 (hack-local-variable-regexp): New var.
643 (hack-local-variables-prop-line, hack-local-variables): Use it.
644
645 2013-04-13 Roland Winkler <winkler@gnu.org>
646
647 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
648 data before it gets modified by bibtex-beginning-of-entry.
649
650 2013-04-13 Roland Winkler <winkler@gnu.org>
651
652 * textmodes/bibtex.el (bibtex-url): Doc fix.
653
654 2013-04-13 Roland Winkler <winkler@gnu.org>
655
656 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
657 does not visit a BibTeX file, exclude it from the list of buffers
658 returned by bibtex-initialize.
659
660 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
661
662 * window.el (split-window): Remove interactive form, since as a
663 command this function is a special case of split-window-below.
664 Correct doc string.
665
666 2013-04-12 Roland Winkler <winkler@gnu.org>
667
668 * faces.el (read-face-name): Do not override value of arg default.
669 Allow single faces and strings as default values. Remove those
670 elements from return value that are not faces.
671 (describe-face): Simplify.
672 (face-at-point): New optional args thing and multiple so that this
673 function can provide the same functionality previously provided by
674 read-face-name.
675 (make-face-bold, make-face-unbold, make-face-italic)
676 (make-face-unitalic, make-face-bold-italic, invert-face)
677 (modify-face, read-face-and-attribute): Use face-at-point.
678
679 * cus-edit.el (customize-face, customize-face-other-window)
680 * cus-theme.el (custom-theme-add-face)
681 * face-remap.el (buffer-face-set)
682 * facemenu.el (facemenu-set-face): Use face-at-point.
683
684 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
685
686 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
687
688 2013-04-10 Tassilo Horn <tsdh@gnu.org>
689
690 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
691 off leading { and trailing } from field values.
692
693 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * emacs-lisp/timer.el (timer--check): New function.
696 (timer--time, timer-set-function, timer-event-handler): Use it.
697 (timer-set-idle-time): Simplify.
698 (timer--activate): CSE.
699 (timer-event-handler): Give more info in error message.
700 (internal-timer-start-idle): New function, moved from C.
701
702 * mpc.el (mpc-proc): Add `restart' argument.
703 (mpc-proc-cmd): Use it.
704 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
705 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
706 less often.
707
708 2013-04-10 Masatake YAMATO <yamato@redhat.com>
709
710 * progmodes/sh-script.el: Implement `sh-mode' own
711 `add-log-current-defun-function' (bug#14112).
712 (sh-current-defun-name): New function.
713 (sh-mode): Use the function.
714
715 2013-04-09 Bastien Guerry <bzg@gnu.org>
716
717 * simple.el (choose-completion-string): Fix docstring (bug#14163).
718
719 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
722
723 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
724 timer (bug#14156).
725
726 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
727
728 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
729 declaration.
730
731 2013-04-07 Leo Liu <sdl.web@gmail.com>
732
733 * pcmpl-x.el: New file.
734
735 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
736
737 Do not set x-display-name until X connection is established.
738 This is needed to prevent from weird situation described at
739 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
740 * frame.el (make-frame): Set x-display-name after call to
741 window system initialization function, not before.
742 * term/x-win.el (x-initialize-window-system): Add optional
743 display argument and use it.
744 * term/w32-win.el (w32-initialize-window-system):
745 * term/ns-win.el (ns-initialize-window-system):
746 * term/pc-win.el (msdos-initialize-window-system):
747 Add compatible optional display argument.
748
749 2013-04-06 Eli Zaretskii <eliz@gnu.org>
750
751 * files.el (normal-backup-enable-predicate): On MS-Windows and
752 MS-DOS compare truenames of temporary-file-directory and of the
753 file, so that 8+3 aliases (usually found in $TEMP on Windows)
754 don't fail comparison by compare-strings. Also, compare file
755 names case-insensitively on MS-Windows and MS-DOS.
756
757 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
760 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
761
762 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
763
764 * whitespace.el (whitespace-color-on, whitespace-color-off):
765 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
766
767 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
768
769 * ispell.el (ispell-set-spellchecker-params):
770 Really set `ispell-args' for all equivs.
771
772 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * ido.el (ido-completions): Use extra elements of ido-decorations
775 (bug#14143).
776 (ido-decorations): Update docstring.
777
778 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
779
780 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
781 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
782 nil during initialization, in order not to miss changes since the
783 file was opened. (Bug#14140)
784
785 2013-04-05 Leo Liu <sdl.web@gmail.com>
786
787 * kmacro.el (kmacro-call-macro): Fix bug#14135.
788
789 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
790
791 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
792
793 2013-04-04 Glenn Morris <rgm@gnu.org>
794
795 * electric.el (electric-pair-inhibit-predicate): Add :version.
796
797 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
800 when a package is required several times (bug#14082).
801
802 2013-04-04 Roland Winkler <winkler@gnu.org>
803
804 * faces.el (read-face-name): Behave as promised by the docstring.
805 Assume that arg default is a list of faces.
806 (describe-face): Call read-face-name with list of default faces.
807
808 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
809
810 * bookmark.el: Fix deletion of bookmarks (bug#13972).
811 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
812 (bookmark-bmenu-execute-deletions): Only skip first line if it's
813 the header.
814 (bookmark-exit-hook-internal): Save even if list is empty.
815
816 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
817
818 * emacs-lisp/package.el (package-pinned-packages): New var.
819 (package--add-to-archive-contents): Obey it (bug#14118).
820
821 2013-04-03 Alan Mackenzie <acm@muc.de>
822
823 Handle `parse-partial-sexp' landing inside a comment opener
824 (Bug#13244). Also adapt to the new values of element 7 of a parse
825 state.
826
827 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
828 parameter `not-in-delimiter'. Handle being inside comment opener.
829 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
830 character in case we're typing a '*' after a '/'.
831 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
832 instead by passing the parameter to c-state-pp-to-literal.
833
834 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
835 for elt. 7 of a parse state.
836
837 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
838
839 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
840 * international/latin1-disp.el, international/mule-util.el:
841 * language/cyril-util.el, language/european.el, language/ind-util.el:
842 * language/lao-util.el, language/thai.el, language/tibet-util.el:
843 * language/tibetan.el, language/viet-util.el:
844 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
845
846 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
849 (electric-pair-post-self-insert-function): Use it.
850 (electric-pair-default-inhibit): New function, extracted from
851 electric-pair-post-self-insert-function.
852
853 2013-03-31 Roland Winkler <winkler@gnu.org>
854
855 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
856
857 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
858
859 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
860
861 2013-03-30 FabiĂ¡n Ezequiel Gallina <fabian@anue.biz>
862
863 Un-indent after "pass" and "return" statements (Bug#13888)
864 * progmodes/python.el (python-indent-block-enders): New var.
865 (python-indent-calculate-indentation): Use it.
866
867 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
868
869 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
870 defun. Defining it as defalias could introduce too eager
871 byte-compiler optimization. (Bug#14030)
872
873 2013-03-30 Chong Yidong <cyd@gnu.org>
874
875 * iswitchb.el (iswitchb-read-buffer): Fix typo.
876
877 2013-03-30 Leo Liu <sdl.web@gmail.com>
878
879 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
880 (kmacro-execute-from-register): Pass the keyboard macro to
881 kmacro-call-macro or repeating won't work correctly.
882
883 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
884
885 * progmodes/subword.el: Back to using `forward-symbol'.
886
887 * subr.el (forward-whitespace, forward-symbol)
888 (forward-same-syntax): Move from thingatpt.el.
889
890 2013-03-29 Leo Liu <sdl.web@gmail.com>
891
892 * kmacro.el (kmacro-to-register): New command.
893 (kmacro-execute-from-register): New function.
894 (kmacro-keymap): Bind to 'x'. (Bug#14071)
895
896 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * mpc.el: Use defvar-local and setq-local.
899 (mpc--proc-connect): Connection failures are not bugs.
900 (mpc-mode-map): `follow-link' only applies to the buffer's content.
901 (mpc-volume-map): Bind to the up-events.
902
903 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
904
905 * progmodes/subword.el (superword-mode): Use `forward-sexp'
906 instead of `forward-symbol'.
907
908 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
911 (edebug--recursive-edit): Use it.
912 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
913 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
914
915 2013-03-28 Leo Liu <sdl.web@gmail.com>
916
917 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
918
919 2013-03-27 Eli Zaretskii <eliz@gnu.org>
920
921 * facemenu.el (list-colors-callback): New defvar.
922 (list-colors-redisplay): New function.
923 (list-colors-display): Install list-colors-redisplay as the
924 revert-buffer-function. (Bug#14063)
925
926 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
929 and suffixes don't overlap (bug#14061).
930
931 * case-table.el: Use lexical-binding.
932 (case-table-get-table): New function.
933 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
934
935 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
936
937 * progmodes/subword.el: Add `superword-mode' to do word motion
938 over symbol_words (parallels and leverages `subword-mode' which
939 does word motion inside MixedCaseWords).
940
941 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
942
943 * eshell/em-unix.el: Move su and sudo to...
944 * eshell/em-tramp.el: ...Eshell tramp module.
945
946 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
949 Change return value to be a sexp. Delay `get-buffer' to after
950 restoring the desktop (bug#13951).
951
952 2013-03-26 Leo Liu <sdl.web@gmail.com>
953
954 * register.el: Move semantic tag handling back to
955 cedet/semantic/senator.el. (Bug#14052)
956
957 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
960 into the prompt either (bug#13963).
961
962 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
965 part of "(error-foo)".
966
967 2013-03-24 Juri Linkov <juri@jurta.org>
968
969 * replace.el (list-matching-lines-prefix-face): New defcustom.
970 (occur-1): Pass `list-matching-lines-prefix-face' to the function
971 `occur-engine' if `face-differs-from-default-p' returns t.
972 (occur-engine): Add `,' inside backquote construct to evaluate
973 `prefix-face'. Propertize the prefix with the `prefix-face' face.
974 Pass `prefix-face' to the functions `occur-context-lines' and
975 `occur-engine-add-prefix'.
976 (occur-engine-add-prefix, occur-context-lines): Add optional arg
977 `prefix-face' and propertize the prefix with `prefix-face'.
978 (Bug#14017)
979
980 2013-03-24 Leo Liu <sdl.web@gmail.com>
981
982 * nxml/rng-valid.el (rng-validate-while-idle)
983 (rng-validate-quick-while-idle): Guard against deleted buffer.
984 (Bug#13999)
985
986 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
987 is the last entry in kill-buffer-hook.
988
989 * files.el (kill-buffer-hook): Doc fix.
990
991 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
992
993 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
994 Make it safe-local.
995
996 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
997
998 2013-03-23 Leo Liu <sdl.web@gmail.com>
999
1000 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1001 Remove.
1002
1003 * nxml/rng-valid.el (rng-validate-mode)
1004 (rng-after-change-function, rng-do-some-validation):
1005 * nxml/rng-maint.el (rng-validate-buffer):
1006 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1007 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1008 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1009 (nxml-extend-after-change-region): Use with-silent-modifications.
1010
1011 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1012 timer-idle-list.
1013
1014 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1015 (rng-next-error-1, rng-previous-error-1): Do not let-bind
1016 timer-idle-list. (Bug#13999)
1017
1018 2013-03-23 Juri Linkov <juri@jurta.org>
1019
1020 * info.el (info-index-match): New face.
1021 (Info-index, Info-apropos-matches): Add a nested subgroup to the
1022 main pattern and add text properties with the new face to matches
1023 in index entries relative to the beginning of the index entry.
1024 (Bug#14015)
1025
1026 2013-03-21 Eric Ludlam <zappo@gnu.org>
1027
1028 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1029 Inhibit read only while inserting objects.
1030
1031 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
1032
1033 * progmodes/cfengine.el: Update docs to mention
1034 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
1035 symbol motion. Remove "_" from the word syntax.
1036
1037 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
1038
1039 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1040 syntax for both `cfengine2-mode' and `cfengine3-mode'.
1041
1042 2013-03-20 Juri Linkov <juri@jurta.org>
1043
1044 * info.el (Info-next-reference-or-link)
1045 (Info-prev-reference-or-link): New functions.
1046 (Info-next-reference, Info-prev-reference): Use them.
1047 (Info-try-follow-nearest-node): Handle footnote navigation.
1048 (Info-fontify-node): Fontify footnotes. (Bug#13989)
1049
1050 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1053 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1054
1055 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
1056
1057 Suppress unnecessary non-ASCII chatter during build process.
1058 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1059 (batch-skkdic-convert): Suppress most of the chatter.
1060 It's not needed so much now that machines are faster,
1061 and its non-ASCII component was confusing; see Dmitry Gutov in
1062 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1063
1064 2013-03-20 Leo Liu <sdl.web@gmail.com>
1065
1066 * ido.el (ido-chop): Fix bug#10994.
1067
1068 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1069
1070 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1071 Remove vars.
1072 (whitespace-color-on, whitespace-color-off):
1073 Use `font-lock-fontify-buffer' (Bug#13817).
1074
1075 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1078 remapping in mode-line.
1079 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1080
1081 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1082
1083 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1084 value for `whitespace-line' face (Bug#13875).
1085 (whitespace-font-lock-keywords): Change description.
1086 (whitespace-color-on): Don't save `font-lock-keywords' value, save
1087 the constructed keywords instead.
1088 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1089
1090 2013-03-19 Leo Liu <sdl.web@gmail.com>
1091
1092 * progmodes/compile.el (compilation-display-error): New command.
1093 (compilation-mode-map, compilation-minor-mode-map): Bind it to
1094 C-o. (Bug#13992)
1095
1096 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1097
1098 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1099
1100 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
1101
1102 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1103
1104 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1105
1106 * net/tramp-compat.el (tramp-compat-user-error): New defun.
1107
1108 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1109 * net/tramp-gvfs.el (top):
1110 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1111 (tramp-handle-shell-command): Use it.
1112 (tramp-dissect-file-name): Raise an error when hostname is a
1113 method name, and neither method nor user is specified.
1114
1115 * net/trampver.el: Update release number.
1116
1117 2013-03-18 Leo Liu <sdl.web@gmail.com>
1118
1119 Make sure eldoc can be turned off properly.
1120 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1121 eldoc-mode.
1122 (eldoc-display-message-p): Revert last change.
1123 (eldoc-display-message-no-interference-p)
1124 (eldoc-print-current-symbol-info): Tweak.
1125
1126 2013-03-18 Tassilo Horn <tsdh@gnu.org>
1127
1128 * doc-view.el (doc-view-new-window-function): Check the new window
1129 overlay's display property instead the char property of the
1130 buffer's first char. Use `with-selected-window' instead of
1131 `save-window-excursion' with `select-window'.
1132 (doc-view-document->bitmap): Check the current doc-view overlay's
1133 display property instead the char property of the buffer's first char.
1134
1135 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1136
1137 Automate the build of ja-dic.el (Bug#13984).
1138 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1139 from the input, rather than assume that it's been done for us by the
1140 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
1141 the current date into a ja-dic.el comment, as that complicates
1142 regression testing.
1143
1144 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * whitespace.el: Fix double evaluation.
1147 (whitespace-space, whitespace-hspace, whitespace-tab)
1148 (whitespace-newline, whitespace-trailing, whitespace-line)
1149 (whitespace-space-before-tab, whitespace-indentation)
1150 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1151 obsolete defvars.
1152 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1153 (whitespace-color-on): Use a single font-lock-add-keywords call.
1154 Fix double-evaluation of face variables.
1155
1156 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
1157
1158 * net/tramp-adb.el (tramp-adb-parse-device-names):
1159 Use `start-process' instead of `call-process'. Otherwise, the
1160 function might be blocked under MS Windows. (Bug#13299)
1161
1162 2013-03-17 Leo Liu <sdl.web@gmail.com>
1163
1164 Extend eldoc to display info in the mode-line. (Bug#13978)
1165 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1166 (eldoc-mode-line-string): New variable.
1167 (eldoc-minibuffer-message): New function.
1168 (eldoc-message-function): New variable.
1169 (eldoc-message): Use it.
1170 (eldoc-display-message-p)
1171 (eldoc-display-message-no-interference-p):
1172 Support eldoc-post-insert-mode.
1173
1174 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1175 (eval-expression): Run it.
1176
1177 2013-03-17 Roland Winkler <winkler@gnu.org>
1178
1179 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1180 strings in the list of return values.
1181
1182 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1183
1184 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1185 radix before checking for HMS forms.
1186
1187 2013-03-16 Leo Liu <sdl.web@gmail.com>
1188
1189 * progmodes/scheme.el: Add indentation and font-locking for λ.
1190 (Bug#13975)
1191
1192 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1195 token before point (bug#13942).
1196
1197 2013-03-16 Leo Liu <sdl.web@gmail.com>
1198
1199 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
1200
1201 2013-03-16 Eli Zaretskii <eliz@gnu.org>
1202
1203 * startup.el (command-line-normalize-file-name): Fix handling of
1204 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
1205 <xfq.free@gmail.com> in
1206 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1207
1208 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1209
1210 Sync with Tramp 2.2.7.
1211
1212 * net/trampver.el: Update release number.
1213
1214 2013-03-14 Tassilo Horn <tsdh@gnu.org>
1215
1216 * doc-view.el Fix bug#13887.
1217 (doc-view-insert-image): Don't modify overlay associated to
1218 non-live windows, and implement horizontal centering of image in
1219 case it's smaller than the window.
1220 (doc-view-new-window-function): Force redisplay of new windows on
1221 doc-view buffers.
1222
1223 2013-03-13 Karl Fogel <kfogel@red-bean.com>
1224
1225 * saveplace.el (save-place-alist-to-file): Don't sort
1226 `save-place-alist', just pretty-print it (bug#13882).
1227
1228 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
1229
1230 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1231 whether `default-file-name-coding-system' is bound. It isn't in
1232 XEmacs.
1233
1234 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1237 backquotes for `obsolete' (bug#13929).
1238
1239 * international/mule.el (find-auto-coding): Include file name in
1240 obsolescence warning (bug#13922).
1241
1242 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1243
1244 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1245 for CFEngine 3-specific indentation.
1246 (cfengine3-indent-line): Use it. Fix up category regex.
1247 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1248
1249 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * type-break.el (type-break-file-name):
1252 * textmodes/remember.el (remember-data-file):
1253 * strokes.el (strokes-file):
1254 * shadowfile.el (shadow-initialize):
1255 * saveplace.el (save-place-file):
1256 * ps-bdf.el (bdf-cache-file):
1257 * progmodes/idlwave.el (idlwave-config-directory):
1258 * net/quickurl.el (quickurl-url-file):
1259 * international/kkc.el (kkc-init-file-name):
1260 * ido.el (ido-save-directory-list-file):
1261 * emulation/viper.el (viper-custom-file-name):
1262 * emulation/vip.el (vip-startup-file):
1263 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1264 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1265
1266 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1267
1268 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1269 * language/thai-word.el: Switch to UTF-8.
1270
1271 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1274
1275 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1276
1277 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1278 Use with-current-buffer and don't move point.
1279 (net-utils-run-simple): Remove useless code.
1280 (net-utils-remove-ctl-m): Remove unused custom.
1281
1282 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1283
1284 * international/characters.el (glyphless-set-char-table-range): New fun.
1285 (update-glyphless-char-display): Use it (bug#13744).
1286
1287 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1288
1289 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1290 namespaces in the syntax, indent closer for hanging brace
1291 correctly, allow single-quote delimited 'strings', and make
1292 `cfengine3-mode' the default.
1293
1294 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1295
1296 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1297 Use lexical-binding. Fix up docstring according to conventions.
1298 (gdbmi-debug-mode): New var.
1299 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1300 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1301 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1302 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1303 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1304 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1305 (gdbmi-bnf-incomplete-record-result): New functions.
1306 (gdb-car<): Remove function.
1307 (gdbmi-record-list): Remove variable.
1308 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1309 (gdbmi-bnf-result-state-configs): New const.
1310 (gud-gdbmi-marker-filter): Rewrite.
1311 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1312 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1313 Add `token' argument.
1314 (gdb-done, gdb-error): New functions.
1315 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1316
1317 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * term/xterm.el (xterm--report-background-handler): Don't burp
1320 upon timeout.
1321 (xterm--version-handler): Extract from terminal-init-xterm.
1322 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1323 Allow multiple handlers.
1324 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1325
1326 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1327 (xterm--report-background-handler, xterm--query): New functions.
1328 (terminal-init-xterm): Use them.
1329
1330 2013-03-11 Michael R. Mauger <michael@mauger.com>
1331
1332 * progmodes/sql.el Version 3.2
1333 Please note that my address changed to <michael@mauger.com>;
1334 the <mmaug@yahoo.com> address remains active.
1335 (sql-connection-alist): Updates documentation to fix bug#13715.
1336 (sql-connect): Handle missing `sql-connection-alist' correctly.
1337 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1338 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1339 property.
1340 (sql-default-value): New function.
1341 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1342 values were not used.
1343 (sql-rename-buffer): Make sure alternate buffer name has no text
1344 properties.
1345 (sql-input-sender, sql-execute-feature): Fetch variable with
1346 `buffer-local-value' rather than `with-current-buffer'.
1347 (sql-*): Use #' function syntax consistently.
1348 (sql-*): Use message/error/user-error consistently.
1349
1350 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * xt-mouse.el (xterm-mouse-event-read): Remove.
1353 (xterm-mouse--read-event-sequence-1000)
1354 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1355
1356 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * term/xterm.el (xterm-function-map): Support format used with
1359 formatOtherKeys=1 (bug#13839).
1360
1361 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1362 (with-no-warnings): Use `declare'.
1363
1364 * whitespace.el (whitespace-enable-predicate): New variable.
1365 (whitespace-enable-predicate): Use it.
1366
1367 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1368 (comint-output-filter, comint-update-fence):
1369 Use with-silent-modifications.
1370
1371 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1372
1373 * replace.el (occur-read-regexp-defaults-function): New var.
1374 (occur-read-regexp-defaults): New defun.
1375 (occur-read-primary-args): Propagate above change (bug#13892).
1376
1377 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1380
1381 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1382
1383 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1384
1385 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1386 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1387 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1388 New defconst.
1389 (tramp-gvfs-file-name-handler-alist) [directory-files]
1390 [directory-files-and-attributes, file-exists-p, file-modes]:
1391 Use Tramp default handler.
1392 [file-acl, file-selinux-context, process-file, set-file-acl]:
1393 [set-file-modes, set-file-selinux-context, shell-command]:
1394 [start-file-process]: Remove handler.
1395 [verify-visited-file-modtime]: New handler.
1396 (tramp-gvfs-dbus-string-to-byte-array)
1397 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1398 calls of `dbus-string-to-byte-array' and
1399 `tramp-gvfs-dbus-byte-array-to-string'.
1400 (tramp-gvfs-handle-copy-file)
1401 (tramp-gvfs-handle-delete-directory)
1402 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1403 (tramp-gvfs-handle-file-directory-p)
1404 (tramp-gvfs-handle-file-executable-p)
1405 (tramp-gvfs-handle-file-name-all-completions)
1406 (tramp-gvfs-handle-file-readable-p)
1407 (tramp-gvfs-handle-file-writable-p)
1408 (tramp-gvfs-handle-insert-directory)
1409 (tramp-gvfs-handle-insert-file-contents)
1410 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1411 (tramp-gvfs-handle-set-visited-file-modtime)
1412 (tramp-gvfs-handle-write-region): Rewrite.
1413 (tramp-gvfs-handle-file-acl)
1414 (tramp-gvfs-handle-file-selinux-context)
1415 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1416 (tramp-gvfs-handle-set-file-modes)
1417 (tramp-gvfs-handle-set-file-selinux-context)
1418 (tramp-gvfs-handle-shell-command)
1419 (tramp-gvfs-handle-start-file-process)
1420 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1421 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1422 over the symlinks. Fix user handling.
1423 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1424 of the D-Bus signals.
1425 (tramp-gvfs-connection-mounted-p): Handle different names of the
1426 D-Bus methods.
1427 (tramp-gvfs-mount-spec-entry): New defun.
1428 (tramp-gvfs-mount-spec): Use it.
1429 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1430 there is a share name. Handle different names of the D-Bus
1431 signals and methods. Set connection properties needed for
1432 `tramp-check-cached-permissions'.
1433 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1434 Return t or nil.
1435
1436 * net/tramp.el (tramp-backtrace): Move up.
1437 (tramp-error): Dump a backtrace into the debug buffer when
1438 `tramp-verbose > 9.
1439 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1440 (tramp-file-mode-permissions, tramp-get-local-uid)
1441 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1442 tramp-sh.el.
1443
1444 * net/tramp-sh.el (tramp-file-mode-type-map)
1445 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1446 (tramp-file-mode-permissions, tramp-get-local-uid)
1447 (tramp-get-local-gid): Move to tramp.el.
1448
1449 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 Separate mouse-1-click-follows-link from mouse-drag-region.
1452 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1453 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1454 (mouse-drag-line, mouse-drag-track):
1455 Remove mouse-1-click-follows-link code.
1456 (mouse--remap-link-click-p): Remove.
1457
1458 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1459
1460 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1461 (hi-lock-read-regexp-defaults): New defun.
1462 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1463 (hi-lock-face-phrase-buffer): Propagate above change.
1464 Update docstring (bug#13892).
1465
1466 * subr.el (find-tag-default-as-regexp): New defun.
1467 * replace.el (read-regexp): Propagate above change.
1468
1469 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1470
1471 * calc/calc-units.el (calc-convert-units): Fix the way that default
1472 new units are stored.
1473
1474 2013-03-07 Matthias Meulien <orontee@gmail.com>
1475
1476 * bookmark.el: Define a face to highlight bookmark names in
1477 bookmark menu buffers, where the default is a bold face similarly
1478 to buffer names in buffer menu buffers.
1479 (bookmark-menu-bookmark): New face to highlight bookmark names.
1480 (bookmark-insert-location): Remove duplicated text property to
1481 conform to buffer list (see `list-buffers').
1482 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1483 `bookmark-menu-bookmark' to bookmark names.
1484
1485 2013-03-07 Matthias Meulien <orontee@gmail.com>
1486 Karl Fogel <kfogel@red-bean.com>
1487
1488 * bookmark.el: Display the bookmark list header similarly to the
1489 buffer list header (see `list-buffers'), where the default is now
1490 an immovable/immutable header line.
1491 (bookmark-bmenu-use-header-line): New variable.
1492 (bookmark-bmenu-inline-header-height): New name for
1493 `bookmark-bmenu-header-height', to avoid confusion with the code
1494 for the new immovable header. All references changed.
1495 (bookmark-bmenu-set-header): New function.
1496 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1497 Conditionalize header construction accordingly.
1498 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1499 the inline header height.
1500 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1501 Conditionalize the skipping of the inline header height.
1502
1503 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1504
1505 * progmodes/js.el (js--multi-line-declaration-indentation):
1506 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1507
1508 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1509
1510 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1511 Only propertize regexp when not inside a string (Bug#13885).
1512
1513 2013-03-06 Alan Mackenzie <acm@muc.de>
1514
1515 Correct the position of point in some line-up functions.
1516 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1517 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1518 point at column 0 rather than at a random place in the line.
1519
1520 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1521
1522 * net/tramp-compat.el (tramp-compat-delete-directory):
1523 Implement TRASH argument.
1524
1525 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1526
1527 Keep pre-existing highlighting in completion candidates (Bug#13250).
1528 * minibuffer.el (completions-first-difference): State that the
1529 face is "added" in the docstring.
1530 (completions-common-part): Same. And don't inherit from default.
1531 (completion-hilit-commonality): Prepend 'completions-common-part
1532 and 'completion-first-difference faces to the 'face property,
1533 instead of replacing the value(s).
1534 (completion--insert-strings): Same with 'completions-annotations face.
1535 (completion-hilit-commonality): Use 'face instead of
1536 'font-lock-face, because it gets priority if the completion
1537 strings already have 'face set.
1538
1539 2013-03-04 Alan Mackenzie <acm@muc.de>
1540
1541 Replace `last-command-event' by `last-command-char' in XEmacs.
1542 * progmodes/cc-defs.el (c-last-command-char): New macro.
1543 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1544 (c-semi&comma-no-newlines-before-nonblanks)
1545 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1546 in place of `last-command-event'.
1547 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1548 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1549 (c-electric-paren, c-electric-continued-statement): Use the new
1550 macro in place of `last-command-event'.
1551
1552 2013-03-04 Glenn Morris <rgm@gnu.org>
1553
1554 * files.el (inhibit-local-variables-regexps):
1555 Add .diff and .patch. (Bug#13862)
1556
1557 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1558
1559 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1560 whether the "su" command is available on the device.
1561
1562 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1563
1564 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1565 (tramp-adb-handle-process-file): Remove superfluous setting.
1566 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1567 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1568 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1569
1570 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1573 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1574 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1575 Use dict-key rather than dict-name for the error message.
1576
1577 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1578
1579 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1580 when reverting (bug#13831).
1581
1582 2013-03-01 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1583
1584 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1585 Always expand affix-file before storing to protect against changed
1586 `default-directory'.
1587 (ispell-print-if-debug): Make sure message is printed at the end
1588 of the debug buffer.
1589
1590 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1591
1592 * net/tramp.el (tramp-obsolete-methods): New defconst.
1593 (tramp-warned-obsolete-methods): New defvar.
1594 (tramp-find-method): Check for obsolete methods. Map them to a
1595 replacement method if appropriate.
1596
1597 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1598 Remove methods.
1599 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1600 "ssh2" and "plink1".
1601
1602 2013-02-28 Dale Sedivec <dale@codefu.org>
1603
1604 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1605 Return valid syntax-table property value when converting
1606 quotes within text from string syntax to punctuation syntax (bug#13844).
1607
1608 2013-02-28 Juri Linkov <juri@jurta.org>
1609
1610 * dired-aux.el (dired-diff): If file at point is a backup file,
1611 use its original as the default value, and reverse the order
1612 of arguments to the `diff' call. Doc fix. (Bug#13772)
1613
1614 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1615
1616 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1617 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1618
1619 2013-02-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1620
1621 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1622
1623 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1624 Ask hunspell about available and default dictionaries.
1625 (ispell-parse-hunspell-affix-file): Extract relevant info from
1626 hunspell affix file.
1627 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1628 `ispell-dictionary-alist' entry for given dictionary after info
1629 provided by `ispell-parse-hunspell-affix-file'.
1630 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1631 of parsed hunspell dicts and associated affix files.
1632 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1633 of parsed hunspell dicts and associated parameters.
1634 (ispell-set-spellchecker-params):
1635 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1636 previously done.
1637 (ispell-start-process):
1638 Call `ispell-hunspell-fill-dictionary-entry' for current
1639 dictionary if it is not initialized.
1640
1641 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * imenu.el: Comment nitpicks.
1644
1645 2013-02-28 Sam Steingold <sds@gnu.org>
1646
1647 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1648 See <http://stackoverflow.com/questions/14720205>.
1649
1650 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1651
1652 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1653 (net-utils-mode): Use it.
1654 (net-utils--revert-cmd): New var.
1655 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1656 (traceroute): Use net-utils-run-simple.
1657
1658 2013-02-28 Glenn Morris <rgm@gnu.org>
1659
1660 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1661
1662 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1665 (doc-view-fallback-mode): Remove overlays here.
1666 (doc-view-toggle-display): Instead of here. Don't throw away
1667 image-mode-winprops-alist.
1668 (doc-view-goto-page): Don't mess with hscroll.
1669
1670 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1671
1672 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1673 &optional (bug#13819).
1674
1675 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * net/tramp-adb.el (tramp-adb-parse-device-names)
1678 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1679
1680 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1681
1682 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1683 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1684 defined. POSIX environments fall back to the "C" locale then and
1685 emit a warning, which shall be suppressed.
1686
1687 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1690 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1691
1692 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1695
1696 2013-02-25 Juri Linkov <juri@jurta.org>
1697
1698 * replace.el (read-regexp): Let-bind `default' to the first
1699 element of `defaults' if it's a list, otherwise it should be
1700 a string or nil. Let-bind `suggestions' to `defaults' if it's
1701 a list, otherwise make a list with the string value. Doc fix.
1702 (Bug#13805)
1703
1704 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1705
1706 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1707 that match "\`\.#", to avoid compiling lock files, even if they
1708 are readable (as they are on MS-Windows).
1709
1710 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * files.el (basic-save-buffer): Remove redundant directory-creation.
1713
1714 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1715
1716 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1717 Add option to force `pi' to remain symbolic.
1718 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1719 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1720 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1721 derivatives, when necessary.
1722
1723 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1724
1725 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1726 (ps-mode-octal-region): Use string-make-unibyte.
1727
1728 2013-02-23 Glenn Morris <rgm@gnu.org>
1729
1730 * emulation/viper-cmd.el (viper-submit-report):
1731 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1732 * progmodes/vera-mode.el (vera-mode-help-address):
1733 * textmodes/artist.el (artist-maintainer-address):
1734 * textmodes/reftex.el (reftex-report-bug):
1735 * vc/ediff-util.el (ediff-submit-report):
1736 Add bug-gnu-emacs to bug report address.
1737
1738 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1739 Remove bug report entries.
1740 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1741
1742 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1743 (byte-compile-file, byte-compile-from-buffer):
1744 Use separate input/output buffers for each level of recursive
1745 byte-compile-file calls. (Bug#13787)
1746
1747 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * net/tramp.el (tramp-methods): Fix docstring.
1750 (tramp-ssh-controlmaster-options): Rename it from
1751 `tramp-ssh-controlmaster-template'. Return a string.
1752 (tramp-default-method): Adapt check for
1753 `tramp-ssh-controlmaster-options'.
1754
1755 * net/tramp-sh.el (tramp-methods):
1756 Replace `tramp-ssh-controlmaster-template' by "%c".
1757 (tramp-do-copy-or-rename-file-out-of-band)
1758 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1759 that it is applied for the first hop only.
1760
1761 2013-02-22 Juri Linkov <juri@jurta.org>
1762
1763 * isearch.el (isearch-lazy-highlight-new-loop):
1764 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1765 to `isearch-other-end' if it is not nil. (Bug#13402)
1766
1767 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1768 to `match-beg'.
1769
1770 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1771 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1772 and `isearch-error' to nil.
1773
1774 2013-03-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1775
1776 * progmodes/python.el (python-info-current-defun):
1777 Enhance match-data cluttering prevention.
1778
1779 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1780
1781 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1782
1783 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1784 Handle multibyte file names.
1785
1786 2013-02-22 Glenn Morris <rgm@gnu.org>
1787
1788 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1789 (sgml-transformation-function): Give it a :set function.
1790 (sgml-tag): Doc fix.
1791
1792 * cmuscheme.el (scheme-buffer):
1793 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1794 * progmodes/tcl.el (inferior-tcl-buffer):
1795 * textmodes/tex-mode.el (tex-command): Doc fixes.
1796
1797 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1798
1799 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1800
1801 2013-02-21 Bastien Guerry <bzg@gnu.org>
1802
1803 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1804
1805 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1806
1807 * progmodes/python.el (python-info-current-defun):
1808 Enhance match-data cluttering prevention.
1809
1810 2013-02-21 Glenn Morris <rgm@gnu.org>
1811
1812 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1813 loaded while outline-regexp is let bound. (Bug#9584)
1814
1815 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1816
1817 * progmodes/python.el (python-info-current-defun): Fix failed
1818 defun name retrieval because of unwanted match-data cluttering.
1819
1820 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1821
1822 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1823 defconst. Apply independent check for ControlPersist.
1824
1825 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1826 temporarily, via "env".
1827
1828 2013-02-21 Glenn Morris <rgm@gnu.org>
1829
1830 * info.el (Info-enable-edit): Remove.
1831 (Info-edit): Disable it rather than using Info-enable.
1832 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1833 (Info-cease-edit): Make editing of Info files obsolete.
1834
1835 * informat.el (Info-tagify):
1836 Handle buffers not visiting files. (Bug#13763)
1837
1838 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1841
1842 2013-02-21 Glenn Morris <rgm@gnu.org>
1843
1844 * files.el (basic-save-buffer): Move check for existing parent
1845 directory after hooks. (Bug#13773)
1846
1847 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * simple.el (command-execute): Move from C. Add obsolete check.
1850 (extended-command-history): Move from C.
1851
1852 2013-02-20 Ulrich MĂ¼ller <ulm@gentoo.org>
1853
1854 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1855 (jka-compr-mode-alist-additions): Handle .txz suffix for
1856 XZ-compressed tar archives (bug#13770).
1857
1858 2013-02-20 Bastien Guerry <bzg@gnu.org>
1859
1860 * outline.el (outline-regexp, outline-heading-end-regexp):
1861 Make variables, not options (bug#13731).
1862
1863 2013-02-20 Glenn Morris <rgm@gnu.org>
1864
1865 * image.el (image-current-frame): Change from variable to function.
1866 (image-show-frame): Rename from image-nth-frame. Update callers.
1867 * image-mode.el (image-multi-frame): New variable.
1868 (image-mode-map, image-mode, image-goto-frame):
1869 Use image-multi-frame rather than image-current-frame.
1870 (image-mode, image-goto-frame): Use image-current-frame as
1871 function rather than as variable.
1872
1873 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1874 * emacs-lisp/cl-macs.el (cl--make-type-test)
1875 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1876
1877 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1878
1879 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1880 (tramp-get-file-property, tramp-set-file-property)
1881 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1882 (tramp-flush-file-property, tramp-flush-directory-property):
1883 Rename argument to KEY.
1884 (tramp-flush-connection-property): Simplify a little bit.
1885 (tramp-connection-property-p): New defun.
1886 (top): Reapply saved values only if there isn't a corresponding
1887 entry in `tramp-connection-properties'.
1888
1889 2013-02-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1890
1891 * progmodes/python.el (python-indent-context):
1892 Fix python-info-line-ends-backslash-p call.
1893 (python-info-line-ends-backslash-p)
1894 (python-info-beginning-of-backslash): Respect line-number argument.
1895 (python-info-current-line-comment-p):
1896 Fix behavior when not at beginning-of-line.
1897 (python-util-position): Remove function.
1898 (python-util-goto-line): New function.
1899
1900 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1901
1902 * eshell/em-unix.el (eshell/su): Require tramp.
1903 (eshell/sudo): Require tramp. Remove now unnecessary check.
1904
1905 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1906 `tramp-current-connection' in order to avoid an error when several
1907 commands are invoked in a short time in eshell and friends.
1908
1909 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1910
1911 Cleanup some of EIEIO's namespace.
1912 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1913 Use it to define all the class-* and object-* field accessors (renamed
1914 to eieio--class-* and eieio--object-*). Update all uses.
1915 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1916 class-num-slots and object-num-slots.
1917 (eieio--check-type): New macro.
1918 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1919 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1920 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1921 (object-assoc-list-safe): Use it.
1922 (eieio-defclass): Tighten regexp.
1923 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1924 Remove unreachable code.
1925 (object-class-fast): Declare obsolete.
1926 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1927 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1928 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1929 Rename from class-name, object-name, object-set-name-string,
1930 object-class, object-class-name, class-parents, class-children,
1931 class-precedence-list, class-parent; with obsolete alias.
1932 (class-of, class-direct-superclasses, class-direct-subclasses):
1933 Declare obsolete.
1934 (eieio-defmethod): Use `memq'; remove unreachable code.
1935 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1936 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1937 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1938
1939 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1940
1941 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1942 commentary.
1943
1944 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1945
1946 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1947 Use font-lock-keyword-face for macros and special forms (bug#8345).
1948
1949 2013-02-17 Didier Verna <didier@didierverna.net>
1950
1951 * net/network-stream.el (network-stream-open-starttls):
1952 Check that response to the starttls-command is non-nil. (Bug#13706)
1953
1954 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1957 Don't assume all identifier chars have syntax word.
1958 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1959 Remove bar-not-symbol. Adjust callers.
1960 (lisp-mode-variables): Don't set a font-lock-syntax-table.
1961
1962 2013-02-17 Leo Liu <sdl.web@gmail.com>
1963
1964 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1965
1966 2013-02-17 Glenn Morris <rgm@gnu.org>
1967
1968 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1969
1970 * image-mode.el (image-mode-map): Add image-dired menu entry.
1971
1972 * image-dired.el (tumme): Make this alias obsolete.
1973
1974 2013-02-16 Glenn Morris <rgm@gnu.org>
1975
1976 * image.el (image-animated-types): Remove.
1977 (image-multi-frame-p): Rename from image-animated-p, and generalize.
1978 (image-animated-p): Make obsolete alias.
1979 (image-animate, image-nth-frame, image-animate-timeout):
1980 Use image-multi-frame-p.
1981 (image-animate-timeout): If no delay, use image-default-frame-delay.
1982 * image-mode.el (image-mode, image-toggle-animation):
1983 Use image-multi-frame-p. (Bug#763, bug#10739)
1984 (image-mode): Adjust startup message for a multi-frame image.
1985
1986 * image-mode.el (image-mode-map): Give it a menu.
1987
1988 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
1989
1990 * net/tramp-cache.el (tramp-connection-properties): New customer
1991 option.
1992 (tramp-get-connection-property): Use it.
1993
1994 * net/tramp-compat.el (top): Require 'trampver.
1995
1996 * net/tramp-sh.el (tramp-remote-process-environment):
1997 Set tramp-autoload cookie.
1998
1999 2013-02-16 Kevin Ryde <user42@zip.com.au>
2000
2001 * info-look.el (info-lookup-select-mode): If major-mode has no
2002 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2003
2004 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
2005
2006 * replace.el (read-regexp): Tighten the regexp that matches tag.
2007 When tag is retrieved with `find-tag-default', use regexp that
2008 matches tag at point. Also update docstring (Bug#13687).
2009
2010 2013-02-16 Eli Zaretskii <eliz@gnu.org>
2011
2012 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2013 add watch for the file, not its parent directory, since w32notify
2014 sets up the watch for the directory internally. (Bug#13725)
2015
2016 2013-02-16 Glenn Morris <rgm@gnu.org>
2017
2018 * image.el (image-default-frame-delay): New variable.
2019 (image-animated-p): Use image-default-frame-delay.
2020 (image-minimum-frame-delay): New constant.
2021 (image-animate-timeout): Use image-minimum-frame-delay.
2022
2023 * image.el (image-nth-frame): New, split from image-animate-timeout.
2024 (image-animate-timeout): Use image-nth-frame.
2025 * image-mode.el (image-goto-frame, image-next-frame)
2026 (image-previous-frame): New commands.
2027 (image-mode-map): Add new frame commands.
2028
2029 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
2030
2031 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2032 If col-desc already has help-echo, use it. (Bug#13563)
2033
2034 2013-02-16 Glenn Morris <rgm@gnu.org>
2035
2036 * image.el (image-current-frame): New variable.
2037 (image-animate-timeout): Set image-current-frame.
2038 * image-mode.el (image-mode): For animated images,
2039 display a frame counter via mode-line-process.
2040
2041 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2042
2043 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2046
2047 2013-02-15 Alan Mackenzie <acm@muc.de>
2048
2049 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2050 global minor mode has been enabled, call the minor mode function
2051 for a new buffer once only, after the major mode hook, whilst
2052 allowing that hook explicitly to disable the minor mode.
2053 (MODE-disable-in-buffer): New (generated) function.
2054 (disable-MODE): New (generated) buffer local variable.
2055
2056 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
2057
2058 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2059 `iswitchb-next-match' and `iswitchb-prev-match' resply.
2060 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2061 `ido-next-match' and `ido-prev-match' resply.
2062 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2063 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2064 `icomplete-backward-completions' (Bug#13708).
2065
2066 2013-02-15 Glenn Morris <rgm@gnu.org>
2067
2068 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2069
2070 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * net/goto-addr.el (goto-address-fontify): Add start and end args.
2073 (goto-address-fontify-region): Use them instead of narrowing, so
2074 syntax-ppss has access to the whole buffer.
2075
2076 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2077
2078 * progmodes/python.el: Explain how to restore "cc-mode"-like
2079 forward-sexp movement in header documentation (Bug#13642).
2080 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2081 comments and strings (GH bug 114).
2082
2083 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2084
2085 * progmodes/python.el (python-info-current-defun): Fix current
2086 defun detection (Bug#13618).
2087
2088 2013-02-15 Chong Yidong <cyd@gnu.org>
2089
2090 * xml.el (xml-parse-string): Fix typo in handling of bad character
2091 references.
2092
2093 2013-02-15 Glenn Morris <rgm@gnu.org>
2094
2095 * play/fortune.el (fortune-compile): Simplify and fix previous change.
2096
2097 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
2098
2099 * net/tramp.el (tramp-debug-message):
2100 Add `tramp-condition-case-unless-debug'.
2101 (tramp-debug-on-error): New defvar.
2102 (tramp-condition-case-unless-debug): New defun.
2103 (tramp-file-name-handler): Use it.
2104
2105 2013-02-14 Juri Linkov <juri@jurta.org>
2106
2107 * info.el (Info-isearch-filter): Treat non-nil values of
2108 `search-invisible' including its default value `open'
2109 like the value `t' to match hidden text. (Bug#13402)
2110
2111 2013-02-14 Glenn Morris <rgm@gnu.org>
2112
2113 * help-fns.el (find-lisp-object-file-name): Give special treatment
2114 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
2115
2116 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
2117
2118 * net/quickurl.el (quickurl-save-urls):
2119 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
2120
2121 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2122
2123 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2124 depth for unfinished percent literal. Not using it in the caller.
2125 (ruby-move-to-block): Jump over multiline literals of all types,
2126 ignoring code-looking contents inside them.
2127 (ruby-add-log-current-method): Improve performance at the expense
2128 of accuracy. `ruby-block-contains-point' is relatively slow, so
2129 only use it for method and singleton class blocks.
2130
2131 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2132
2133 Use ControlMaster where applicable. (Bug#13677)
2134
2135 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2136 replacing `tramp-detect-ssh-controlmaster'.
2137 (tramp-default-method): Use it.
2138
2139 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2140 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2141 arguments.
2142 [scpc, rsyncc]: Remove methods.
2143 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2144 and "ssh2_old".
2145 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2146 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2147
2148 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * emacs-lisp/package.el (package--initialized): Move before first use.
2151
2152 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
2153
2154 * icomplete.el (icomplete-hide-common-prefix): New user option.
2155 (icomplete-first-match): New face.
2156 (icomplete-completions): Correct handling of "complete but not
2157 unique" (Bug#12638).
2158
2159 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
2160
2161 * descr-text.el (describe-char): Display the script (bug#13698).
2162
2163 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * tmm.el: Use lexical-binding and current-active-maps.
2166 (tmm-menubar): Use map-keymap and pcase.
2167 (tmm--completion-table): New function.
2168 (tmm-prompt): Use it to fix the menu order.
2169 (tmm-get-keybind): Use current-active-maps.
2170
2171 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
2172
2173 Add dired-hide-details-mode. (Bug#6799)
2174
2175 * locate.el (locate-mode): Set parent mode property to dired-mode.
2176
2177 * find-dired.el (find-dired): Call dired-insert-set-properties on
2178 initial information line. Set process mark on end of buffer.
2179 (find-dired-sentinel):
2180 Call dired-insert-set-properties on summary.
2181
2182 * dired.el (dired-hide-details-hide-symlink-targets)
2183 (dired-hide-details-hide-information-lines): New options.
2184 (dired-insert-directory):
2185 Set properties after final treatment of output.
2186 (dired-insert-set-properties):
2187 Set dired-hide-details-* properties.
2188 (dired-mode-map): Bind dired-hide-details-mode.
2189 (dired-mode): Set buffer-invisibility-spec to a list.
2190 (dired-next-line): Skip hidden lines.
2191 (dired-previous-line): Use dired-next-line.
2192 (dired-hide-details-mode): New minor mode.
2193 (dired-hide-details-update-invisibility-spec): New function.
2194
2195 2013-02-13 Glenn Morris <rgm@gnu.org>
2196
2197 * play/yow.el: Move to obsolete/. (Bug#9384)
2198
2199 2013-02-13 Juri Linkov <juri@jurta.org>
2200
2201 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2202 to select `ediff-control-frame' and set input focus correctly on Xfce.
2203 (Bug#12218)
2204
2205 2013-02-13 Juri Linkov <juri@jurta.org>
2206
2207 * image-mode.el (image-mode-map):
2208 * doc-view.el (doc-view-mode-map):
2209 * vc/ediff-util.el (ediff-setup-keymap):
2210 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2211
2212 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2213
2214 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2215 performance. Instead of recalculating indentation fully for each
2216 line, sum up indentation depth based only on visited lines.
2217 (ruby-parse-partial): Increase the depth after "do" even when END
2218 is right after it.
2219 (ruby-parse-partial): When END is in the middle of a percent
2220 literal, increase the depth if the delimiter chars belong to the
2221 paren syntax class.
2222
2223 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
2224
2225 * play/fortune.el (fortune-compile): Also make the compiled file
2226 if it does not exist at all, not just if it is old. (Bug#5338)
2227
2228 2013-02-13 Glenn Morris <rgm@gnu.org>
2229
2230 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2231
2232 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
2233
2234 * lisp/emacs-lisp/package.el (package-menu-execute):
2235 Add optional noquery argument. (Bug#13625)
2236
2237 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2238
2239 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2240 if DIR exists and PARENTS is non-nil.
2241
2242 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * progmodes/js.el (js--multi-line-declaration-indentation):
2245 Silence byte-compiler warning.
2246
2247 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
2248
2249 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2250
2251 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2252 only if it doesn't exist.
2253
2254 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2255 Set process marker.
2256
2257 2013-02-12 Tassilo Horn <tsdh@gnu.org>
2258
2259 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2260 UserInstallation when calling soffice to work around LibreOffice
2261 bug 37531.
2262
2263 2013-02-12 Glenn Morris <rgm@gnu.org>
2264
2265 * files.el (basic-save-buffer):
2266 Offer to create a non-existing directory. (Bug#3016)
2267
2268 * calc/calc-graph.el (calc-graph-show-dumb):
2269 * calendar/calendar.el (calendar-mode-map):
2270 * cus-edit.el (custom-mode-map):
2271 * ehelp.el (electric-help-map):
2272 * emulation/vip.el (vip-mode-map):
2273 * epa.el (epa-key-list-mode-map):
2274 * info.el (Info-mode-map):
2275 * mail/rmail.el (rmail-mode-map):
2276 * mail/rmailsum.el (rmail-summary-mode-map):
2277 * man.el (Man-mode-map):
2278 * net/newst-plainview.el (newsticker-mode-map):
2279 * progmodes/cpp.el (cpp-edit-mode-map):
2280 * progmodes/grep.el (grep-mode-map):
2281 * progmodes/idlw-help.el (idlwave-help-mode-map):
2282 * simple.el (special-mode-map):
2283 * startup.el (splash-screen-keymap):
2284 * view.el (view-mode-map):
2285 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2286
2287 2013-02-11 Elias Pipping <pipping@lavabit.com>
2288
2289 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2290 (bug#13679).
2291
2292 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2295
2296 2013-02-11 Glenn Morris <rgm@gnu.org>
2297
2298 * vc/diff.el (diff-use-labels): New variable.
2299 (diff-no-select): Use --label rather than -L, and first
2300 check that it is supported. (Bug#11067)
2301
2302 * files.el (enable-dir-local-variables): New variable.
2303 (hack-dir-local-variables): Respect enable-dir-local-variables.
2304 * tutorial.el (help-with-tutorial):
2305 Ignore directory-local variables. (Bug#11127)
2306
2307 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2308 (vc-svn-global-switches): ... to here. (Bug#13513)
2309
2310 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2311
2312 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2313 Handle "foo (bar, default: xxx): " prompts.
2314
2315 2013-02-10 Chong Yidong <cyd@gnu.org>
2316
2317 * files.el (basic-save-buffer-1): Do not set
2318 buffer-file-coding-system-explicit (Bug#4533).
2319
2320 * mail/emacsbug.el (report-emacs-bug): Change binding of
2321 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2322
2323 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2324
2325 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2326 * calc/calc-units.el (calc-convert-units): Use new variable.
2327
2328 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2329
2330 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2331
2332 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2333 buffer-file-type.
2334
2335 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2336 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2337 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2338 coding-system-for-write instead.
2339
2340 * jka-compr.el (jka-compr-write-region): Don't bind
2341 buffer-file-type.
2342
2343 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2344 buffer-file-type.
2345
2346 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2347 (insert-file-contents-literally): Remove reference to
2348 file-name-buffer-file-type-alist.
2349
2350 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2351 make-obsolete.
2352 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2353 (find-buffer-file-type-coding-system): Remove references to
2354 find-buffer-file-type-match, find-buffer-file-type, and
2355 buffer-file-type.
2356 Don't put find-buffer-file-type-coding-system into
2357 file-coding-system-alist.
2358 (find-file-binary, find-file-text): Bind coding-system-for-read
2359 instead of file-name-buffer-file-type-alist.
2360
2361 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2362
2363 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2364 converter (Bug#13622).
2365 (doc-view-unoconv-program): Make obsolete alias.
2366 (doc-view-odf->pdf-converter-program): New variable.
2367 (doc-view-odf->pdf-converter-function): New variable.
2368 (doc-view-mode-p): Use it.
2369 (doc-view-odf->pdf-converter-unoconv):
2370 Rename from `doc-view-odf->pdf-converter-unoconv'.
2371 (doc-view-odf->pdf-converter-soffice): New function.
2372 (doc-view-convert-current-doc):
2373 Use `doc-view-odf->pdf-converter-function'.
2374
2375 2013-02-09 Chong Yidong <cyd@gnu.org>
2376
2377 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2378 view-echo-area-messages (Bug#13340).
2379
2380 * help.el (view-echo-area-messages): Use display-buffer.
2381
2382 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2383 (Bug#13561).
2384
2385 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2388 Eval body right away, now that we do eager macroexpansion (bug#13605).
2389
2390 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2391 (fundamental-mode): Use run-mode-hooks.
2392
2393 * eshell/esh-proc.el (eshell/kill): Fix last change.
2394 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2395
2396 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2397
2398 * eshell/esh-proc.el (eshell/kill): Rewrite.
2399
2400 * eshell/em-ls.el (show-almost-all): Declare.
2401 (eshell-do-ls): Add support for -A argument.
2402
2403 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2404
2405 * icomplete.el (icomplete-forward-completions)
2406 (icomplete-backward-completions): Handle corner case (bug#13602).
2407
2408 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2409
2410 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2411 be nil. Handle this. (Bug#13636)
2412
2413 2013-02-07 Richard Stallman <rms@gnu.org>
2414
2415 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2416 `save-buffer-coding-system'.
2417
2418 2013-02-07 Alan Mackenzie <acm@muc.de>
2419
2420 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2421 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2422 (c-parse-state-get-strategy): Don't return 'BOD any more.
2423 (c-append-lower-brace-pair-to-state-cache):
2424 Extra parameter HERE instead of narrowing.
2425 Widen to top of buffer before searching backwards for a brace pair.
2426 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2427 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2428 Narrow to parameter HERE, in place of being called narrowed.
2429 (c-remove-stale-state-cache): Extra parameter HERE in place of
2430 narrowing. Check there's an open brace in the cache before
2431 searching for its match.
2432 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2433 (c-parse-state-1): Don't narrow here for 'forward strategy,
2434 instead passing extra parameter HERE to several functions.
2435 Remove 'BOD strategy.
2436
2437 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2438
2439 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2440 used to install the package.
2441
2442 2013-02-06 Glenn Morris <rgm@gnu.org>
2443
2444 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2445 if we can't get user input. (Bug#6567)
2446
2447 * startup.el (command-line): If simple.el is missing,
2448 test and warn about for some possible causes.
2449
2450 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2451
2452 * cus-start.el (all): Add ns-use-native-fullscreen.
2453
2454 2013-02-05 Glenn Morris <rgm@gnu.org>
2455
2456 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2457
2458 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2459 Fix directory creation in fallback case.
2460
2461 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2462
2463 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2464 (vc-update-change-log): Use dolist.
2465
2466 2013-02-04 Chong Yidong <cyd@gnu.org>
2467
2468 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2469 code from ffap.el.
2470 (thing-at-point-beginning-of-url-regexp): New var.
2471 (thing-at-point-uri-schemes): Update list of URI schemes.
2472 (thing-at-point-url-regexp): Variable deleted.
2473 (thing-at-point-markedup-url-regexp): Disallow newlines.
2474 (thing-at-point-newsgroup-regexp)
2475 (thing-at-point-newsgroup-heads)
2476 (thing-at-point-default-mail-uri-scheme): New variables.
2477 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2478 method to find the possible bounds of the URI at point.
2479 New optional argument to find ill-formed URIs.
2480 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2481 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2482 the scheme-adding heuristics from ffap-url-at-point.
2483 (thing-at-point--bounds-of-well-formed-url): New function.
2484 Do parens matching to decide whether to include parens in the URI
2485 (Bug#9153).
2486
2487 * ffap.el: Require thingatpt.
2488 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2489 All URI-valid characters are now recognized (Bug#5673).
2490 (ffap-string-at-point): Use use-region-p.
2491 (ffap-url-regexp): Extra character is handled by thing-at-point.
2492 (ffap-string-at-point-mode-alist): Allow parentheses.
2493 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2494 Convert to aliases; code moved to thingatpt.el.
2495 (ffap-gnus-hook): Use setq-local.
2496
2497 2013-02-04 Glenn Morris <rgm@gnu.org>
2498
2499 * emacs-lisp/ert.el (ert--explain-format-atom):
2500 Don't try to print non-characters as characters. (Bug#13543)
2501
2502 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2503
2504 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2505 (tramp-backtrace): New defun.
2506 (tramp-handle-insert-file-contents): Use `visit' when inserting
2507 the local copy.
2508
2509 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2510 Use `remote-file-name-inhibit-cache'.
2511
2512 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2515 (bug#13614).
2516
2517 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2518 current-load-list (bug#13366).
2519
2520 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2521
2522 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2523 Identify g++ template instantiation trace. (Bug#12287)
2524 (compilation-mode-hook, compilation-start-hook)
2525 (compilation-window-height): Simplify docstrings. (Bug#13379)
2526
2527 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * mouse.el (mouse-drag-track): Always deactivate the mark before
2530 running the final event's command since that command is in charge of
2531 activating the mark if needed (bug#13523).
2532
2533 2013-02-02 Juri Linkov <juri@jurta.org>
2534
2535 * replace.el (perform-replace): Move let-bindings of isearch-*
2536 variables deeper to the loop that searches for the next match.
2537 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2538 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2539 (Bug#13579)
2540
2541 * isearch.el (isearch-search-fun-default): Check for null
2542 first element of isearch-cmds as a precaution when it's used
2543 with inactive isearch.
2544
2545 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2546
2547 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2548 error when buffer in question is narrowed so position 1 is out of
2549 visible part.
2550
2551 2013-02-02 Glenn Morris <rgm@gnu.org>
2552
2553 * textmodes/remember.el (remember-clipboard): Doc fix.
2554
2555 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2558 properties (bug#13179).
2559
2560 2013-02-02 Juri Linkov <juri@jurta.org>
2561
2562 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2563 instead of hard-coded default face `match'. (Bug#9438)
2564
2565 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2566
2567 * vc/vc-arch.el (vc-arch-registered):
2568 * vc/vc-bzr.el (vc-bzr-registered):
2569 * vc/vc-cvs.el (vc-cvs-registered):
2570 * vc/vc-git.el (vc-git-registered):
2571 * vc/vc-hg.el (vc-hg-registered):
2572 * vc/vc-mtn.el (vc-mtn-registered):
2573 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2574 (Bug#13139)
2575
2576 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2577 prefix argument. (Bug#11656)
2578
2579 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2582
2583 2013-02-01 Glenn Morris <rgm@gnu.org>
2584
2585 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2586 if the backend is known not to support it.
2587
2588 * imenu.el (imenu-default-create-index-function):
2589 Tweak infinite loop test to check for forward motion as well as none.
2590
2591 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2592
2593 * net/soap-client.el (soap-invoke): Encode the string for
2594 `url-request-data' as UTF-8.
2595 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2596
2597 2013-02-01 Glenn Morris <rgm@gnu.org>
2598
2599 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2600
2601 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2602
2603 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp.el (tramp-tramp-file-p): Comment check for
2606 `string-as-unibyte'. The function does not exist on XEmacs, and
2607 likely we need another approach.
2608
2609 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2610 `tramp-gw-*' variables are bound.
2611
2612 2013-01-31 Glenn Morris <rgm@gnu.org>
2613
2614 * files.el (basic-save-buffer-2): Choose coding system for
2615 writing the file before backing it up, to reduce delay between
2616 backing up and writing the new version. (Bug#13522)
2617
2618 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2619
2620 * simple.el (cycle-spacing): New command.
2621 (just-one-space): Use it.
2622
2623 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2626 (opascal-newline-always-indents): Remove custom.
2627 (opascal-tab, opascal-newline): Remove commands.
2628 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2629 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2630 (opascal-save-match-data): Remove, use save-match-data instead.
2631 (opascal-save-state): Use with-silent-modifications.
2632
2633 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2634 (bug#13585).
2635
2636 2013-01-30 Juri Linkov <juri@jurta.org>
2637
2638 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2639 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2640 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2641
2642 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2645 column if we're just deleting the backslashes.
2646 (makefile-fill-paragraph): Use eolp.
2647
2648 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2649
2650 * autorevert.el (auto-revert-use-notify): Fix docstring.
2651
2652 2013-01-30 Leo Liu <sdl.web@gmail.com>
2653
2654 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2655
2656 2013-01-30 Glenn Morris <rgm@gnu.org>
2657
2658 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2659 unread-command-events twice in some cases. This tries to implement
2660 the 2012-07-26 changes in a different way. (Bug#13560)
2661
2662 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2663
2664 * progmodes/python.el
2665 (python-pdbtrack-comint-output-filter-function): Enhancements on
2666 stacktrace detection. (thanks @gnovak)
2667
2668 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2671 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2672 Use defvar-local.
2673 (jit-lock-register): Use setq-local.
2674
2675 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2676
2677 * calc-units.el (math-default-units-table): Remove initial value.
2678 (calc-convert-units): Treat expressions where all the units cancel as
2679 if they didn't have units.
2680
2681 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2682
2683 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2684 (tramp-completion-reread-directory-timeout): Fix type.
2685 (tramp-connection-min-time-diff): New defcustom.
2686
2687 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2688
2689 2013-01-30 Glenn Morris <rgm@gnu.org>
2690
2691 * imenu.el (imenu-default-create-index-function):
2692 Put back a version of the infinite loop test removed 2013-01-23.
2693
2694 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2695
2696 * progmodes/python.el (python-shell-parse-command):
2697 Find python-shell-interpreter with modified environment.
2698
2699 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2702
2703 2013-01-29 Alan Mackenzie <acm@muc.de>
2704
2705 Amend to fontify /regexp/s in actions correctly.
2706 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2707 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2708 are no longer included.
2709 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2710 What used to be these variables without "-line" in the name.
2711 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2712 (c-awk-non-arith-op-bra-re): Now also matches {.
2713 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2714 "return", and "case".
2715 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2716 by /.
2717 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2718 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2719
2720 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2721
2722 * autorevert.el (auto-revert-use-notify):
2723 Use `custom-initialize-default' for initialization. (Bug#13583)
2724
2725 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2726
2727 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2728 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2729 in `tramp-file-name-handler'.
2730 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2731 compatibility.
2732 (tramp-compute-multi-hops): Check, whether
2733 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2734
2735 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2738 (bug#13297).
2739
2740 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2741
2742 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2743 checks made superfluous by the \_< operator.
2744 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2745 temporarily) broken indentation.
2746 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2747 Highlight nested constants, too. \_< broke that.
2748
2749 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2750
2751 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2752 instead of "\\b".
2753
2754 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2755
2756 * autorevert.el (auto-revert-handler): Notifications which result
2757 from a saved file shall not be taken into account. (Bug#13557)
2758
2759 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2760
2761 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2762 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2763 (lisp-mode): Pass t for it. (Bug#13556)
2764
2765 2013-01-25 Alan Mackenzie <acm@muc.de>
2766
2767 AWK Mode: Fix indentation bug at top level. Bug #12274.
2768
2769 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2770 just before CASE 5D.
2771
2772 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2773
2774 * net/socks.el (socks-nslookup-host): Use string-to-number.
2775
2776 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2777
2778 * autorevert.el (auto-revert-remote-files)
2779 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2780 (auto-revert-notify-enabled, auto-revert-use-notify)
2781 (auto-revert-notify-watch-descriptor-hash-list)
2782 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2783 (auto-revert-notify-event-descriptor)
2784 (auto-revert-notify-event-action)
2785 (auto-revert-notify-event-file-name): Doc fix.
2786 (global-auto-revert-mode): Reorder checks.
2787 (auto-revert-notify-rm-watch): Respect changed values of
2788 `auto-revert-notify-watch-descriptor-hash-list'.
2789 (auto-revert-notify-add-watch): Check for
2790 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2791 `inotify-add-watch'. Watch `default-directory' instead of
2792 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2793 has a changed meaning now. (Bug#13540)
2794 (auto-revert-notify-handler): Change implementation wrt events
2795 returning from a directory.
2796 (auto-revert-handler): Reorder implementation for checks of remote
2797 files.
2798 (auto-revert-buffers): Fix parentheses error.
2799
2800 2013-01-25 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2801
2802 * progmodes/python.el: Enhancements to header documentation about
2803 skeletons. (Bug#5716)
2804
2805 * imenu.el (imenu-default-create-index-function): Remove useless
2806 infinite loop check. (Bug#13438)
2807
2808 2013-01-25 Alan Mackenzie <acm@muc.de>
2809
2810 Fix a bug in the state cache mechanism. Refactor this a bit.
2811
2812 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2813 `cache-pos' element from the return value.
2814 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2815 buffer to enable proper searching from beyond HERE. Amend the
2816 test for detecting the sought brace pair. Amend the value written
2817 to the "brace desert cache" when the brace isn't found.
2818 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2819 and several other variables analogously.
2820 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2821 parameter to a locally calculated variable.
2822 (c-parse-state-1): Change the calling conventions to the two
2823 defuns involving `cache-pos'.
2824
2825 2013-01-25 Chong Yidong <cyd@gnu.org>
2826
2827 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2828
2829 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2830
2831 * paren.el (show-paren-function): Make sure to set 'priority and
2832 'face only if the overlay does exist.
2833
2834 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2835
2836 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2837
2838 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2839 basic attributes.
2840 (tramp-sh-handle-set-file-acl): Improve error checking.
2841
2842 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2843
2844 * doc-view.el (doc-view-display): Force mode line update until all
2845 document is converted. Suggested by Stefan Monnier (Bug#13164).
2846
2847 2013-01-23 Bastien Guerry <bzg@gnu.org>
2848
2849 * paren.el (show-paren-function): Make sure an overlay exists
2850 before trying to delete it. Also use `pos' as a position only
2851 when it is an integer.
2852
2853 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2854
2855 * play/gametree.el (gametree-break-line-here): Use point-marker.
2856
2857 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2858
2859 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2860 Mark descriptive parts with `display' property.
2861
2862 2013-01-21 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2863
2864 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2865 New variable to map standard dict names to hunspell ones.
2866 (ispell-set-spellchecker-params): Make sure specific dict names
2867 are used for standard dicts with hunspell.
2868
2869 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2870
2871 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2872 chars for note (%N) and url (%U).
2873 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2874
2875 2013-01-21 Juri Linkov <juri@jurta.org>
2876
2877 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2878 in addition to existing separate binding `meta f10' in `global-map'.
2879 (Bug#13484)
2880
2881 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2882
2883 Improve XEmacs compatibility.
2884
2885 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2886
2887 * net/tramp-adb.el (top): Require `time-date'.
2888 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2889 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2890 Use `tramp-file-name-handler'.
2891 (tramp-adb-maybe-open-connection):
2892 Use `tramp-compat-set-process-query-on-exit-flag'.
2893
2894 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2895 Use `tramp-compat-funcall'.
2896
2897 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2898 `tramp-compat-funcall'.
2899
2900 2013-01-21 JĂ¼rgen Hötzel <juergen@archlinux.org>
2901
2902 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2903 reimplementation using "adb shell command ..." instead of running
2904 remote shell interactively.
2905
2906 2013-01-20 Glenn Morris <rgm@gnu.org>
2907
2908 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2909 Add native profiler menu entries.
2910
2911 * profiler.el (profiler-running-p): New function.
2912 (profiler-cpu-profile): Use profiler-running-p.
2913 (profiler-report-mode-map): Add some more menu entries.
2914
2915 2013-01-19 Glenn Morris <rgm@gnu.org>
2916
2917 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2918 fixes 2012-12-07 change. (Bug#13499)
2919
2920 2013-01-19 Leo Liu <sdl.web@gmail.com>
2921
2922 * dired.el (dired-get-marked-files): Prune erroneous values due to
2923 last change. (Bug#13152)
2924
2925 2013-01-19 Glenn Morris <rgm@gnu.org>
2926
2927 * progmodes/etags.el (tags-table-check-computed-list):
2928 Preserve point in tags buffer. (Bug#13412)
2929
2930 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2931
2932 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2933 Chong Yidong <cyd@gnu.org>
2934
2935 * image-mode.el (image-next-file, image-previous-file):
2936 New commands (Bug#8453).
2937 (image-mode-map): Bind them to n and p.
2938 (image-mode--images-in-directory): New helper function.
2939
2940 2013-01-19 Chong Yidong <cyd@gnu.org>
2941
2942 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2943 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2944 save and restore the old window configuration.
2945
2946 2013-01-18 Leo Liu <sdl.web@gmail.com>
2947
2948 * progmodes/js.el: Tweak autoload cookie for alias.
2949
2950 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2951
2952 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2953 buffer local, again. This was lost with the fix on 2013-01-12.
2954
2955 2013-01-17 JĂ¼rgen Hötzel <juergen@archlinux.org>
2956
2957 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2958 order to support several eshell buffers in parallel.
2959
2960 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2961
2962 * autorevert.el (auto-revert-use-notify): In the :set function, do
2963 not modify `kill-buffer-hook'.
2964 (auto-revert-notify-rm-watch):
2965 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2966 (auto-revert-notify-add-watch): Do not call
2967 `auto-revert-notify-rm-watch', but add it to a buffer local
2968 `kill-buffer-hook'.
2969
2970 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2973 call to `eval' rather than a backquoted lambda.
2974
2975 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2978 to return an explicit nil.
2979 (advice--remove-function): Change accordingly.
2980
2981 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2982 the use of nadvice.el.
2983
2984 * progmodes/which-func.el (which-function): Silence imenu errors
2985 (bug#13433).
2986
2987 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2988
2989 * progmodes/sql.el (sql-imenu-generic-expression):
2990 (sql-mode-font-lock-object-name): Match schema qualified names.
2991 (sql-connect): Use string keys.
2992 (sql-product-interactive): Wait for interpreter prompt.
2993 (sql-comint-oracle): Set process coding based on NLS_LANG.
2994
2995 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
2996
2997 * progmodes/sql.el (sql-output-to-send): Remove, unused.
2998 (sql-interactive-remove-continuation-prompt):
2999 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3000
3001 2013-01-14 Leo Liu <sdl.web@gmail.com>
3002
3003 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3004 (Bug#13420)
3005
3006 2013-01-14 Glenn Morris <rgm@gnu.org>
3007
3008 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3009 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
3010
3011 2013-01-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3012
3013 * progmodes/python.el (python-nav-end-of-statement):
3014 Fix cornercase when handling multiline strings.
3015
3016 2013-01-13 Richard Stallman <rms@gnu.org>
3017
3018 * mail/sendmail.el (mail-position-on-field): Add doc string.
3019
3020 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3021 Get current message boundaries and pass them to
3022 message-forward-make-body-mime. Minor style changes.
3023
3024 2013-01-13 Eli Zaretskii <eliz@gnu.org>
3025
3026 * cus-start.el (all): Avoid warnings about
3027 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3028
3029 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
3030
3031 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3032
3033 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * jit-lock.el (jit-lock-debug-mode): New minor mode.
3036 (jit-lock--debug-fontifying): New var.
3037 (jit-lock--debug-fontify): New function.
3038 * subr.el (condition-case-unless-debug): Don't prevent catching the
3039 error, just let the debbugger run.
3040 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3041 timer code and don't drop errors silently.
3042
3043 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
3044
3045 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3046 `permanent-local' property.
3047 (auto-revert-notify-handler): Use `file-equal-p'.
3048
3049 2013-01-12 Eli Zaretskii <eliz@gnu.org>
3050
3051 * autorevert.el (auto-revert-notify-handler): Fix filtering of
3052 file notification by ACTION. For filtering by file name, compare
3053 only the non-directory part of the file name.
3054
3055 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * autorevert.el: Use cl-lib instead of cl.
3058
3059 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3060 (vc-bzr-checkin): Use it.
3061 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3062 will preserve match-data.
3063
3064 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
3065
3066 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3067 (js--declaration-keyword-re): New var.
3068 (js--multi-line-declaration-indentation): New function.
3069 (js--proper-indentation): Use it.
3070
3071 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
3072
3073 * calc/calc.el (calc-highlight-selections-with-faces)
3074 (calc-dispatch):
3075 * comint.el (comint-history-isearch-message):
3076 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3077 * ffap.el (ffap-string-at-point-region, ffap-next)
3078 (ffap-string-at-point, ffap-string-around)
3079 (ffap-copy-string-as-kill, ffap-highlight-overlay)
3080 (ffap-literally):
3081 * font-lock.el (font-lock-keywords-alist)
3082 (font-lock-removed-keywords-alist):
3083 * help-mode.el (help-xref-symbol-regexp):
3084 * info.el (Info-find-emacs-command-nodes):
3085 * international/mule.el (add-to-coding-system-list):
3086 * isearch.el (isearch-message-function, isearch-fail-pos):
3087 * misearch.el (multi-isearch-next-buffer-function):
3088 * newcomment.el (comment-box):
3089 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3090 (pr-setting-database):
3091 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3092 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3093 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3094 (pike-font-lock-keywords-3):
3095 * progmodes/compile.el (compile):
3096 * progmodes/etags.el (tags-table-files)
3097 (tags-table-files-function, tags-included-tables-function):
3098 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3099 (gdb-restore-windows):
3100 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3101 (ps-n-up-filling-database):
3102 * server.el (server-buffer, server-log):
3103 * simple.el (newline, delete-backward-char, delete-forward-char)
3104 (minibuffer-history-isearch-message, kill-line, track-eol)
3105 (temporary-goal-column):
3106 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3107 (flyspell-default-deplacement-commands):
3108 * textmodes/ispell.el (ispell-accept-output):
3109 * textmodes/sgml-mode.el (html-tag-help):
3110 * vc/compare-w.el (compare-ignore-whitespace)
3111 (compare-ignore-case, compare-windows-dehighlight):
3112 * vc/diff.el (diff):
3113 * whitespace.el (whitespace-point)
3114 (whitespace-font-lock-refontify, whitespace-bob-marker)
3115 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3116
3117 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
3118
3119 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3120 (auto-revert-notify-rm-watch): Ignore errors.
3121 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
3122 inotify, and '(size last-write-time) for w32notify.
3123 Set buffer-local `auto-revert-use-notify' to nil when adding a file
3124 watch fails - this is a fallback to the file modification check.
3125 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3126 (auto-revert-notify-event-action)
3127 (auto-revert-notify-event-file-name): New defuns.
3128 (auto-revert-notify-handler): Use them. Implement first
3129 plausibility checks.
3130 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3131
3132 2013-01-11 Julien Danjou <julien@danjou.info>
3133
3134 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3135 max are almost equal. Also return the correct value for V which is
3136 already between 0 and 1.
3137
3138 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3139
3140 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3141
3142 2013-01-11 Eli Zaretskii <eliz@gnu.org>
3143
3144 * autorevert.el (auto-revert-notify-rm-watch)
3145 (auto-revert-notify-add-watch): Fix typos in w32notify function
3146 names.
3147
3148 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3149
3150 * autorevert.el (auto-revert-notify-enabled): Move up.
3151 (auto-revert-use-notify): New defcustom.
3152 (auto-revert-mode, global-auto-revert-mode)
3153 (auto-revert-notify-add-watch, auto-revert-handler)
3154 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3155 `auto-revert-notify-enabled'.
3156
3157 2013-01-10 Elias Pipping <pipping@exherbo.org>
3158
3159 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3160 * doc-view.el (doc-view-document->bitmap):
3161 Use doc-view-single-page-converter-function instead of
3162 single-page-converter arg; adjust callers.
3163
3164 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
3165
3166 * progmodes/which-func.el (which-function): Understand Semantic's use
3167 of overlays in imenu--index-alist.
3168
3169 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
3170
3171 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
3172 (Man-man-k-use-anchor): New var.
3173 (Man-parse-man-k): New function.
3174 (Man-completion-table): Use it.
3175 (man): Flush the completion cache between uses.
3176
3177 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3178
3179 * autorevert.el: Add file watch support.
3180 (auto-revert-notify-enabled): New defconst.
3181 (auto-revert-notify-watch-descriptor-hash-list)
3182 (auto-revert-notify-watch-descriptor)
3183 (auto-revert-notify-modified-p): New defvars.
3184 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3185 (auto-revert-notify-handler): New defuns.
3186 (auto-revert-mode, global-auto-revert-mode): Remove file watches
3187 when mode is disabled.
3188 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3189 (auto-revert-buffers): Add file watches for active buffers.
3190
3191 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3192
3193 * cus-start.el (toplevel): Only allow float values for
3194 scroll-up-aggressively and scroll-down-aggressively.
3195 Allow any number for line-spacing.
3196
3197 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3200 (doc-view-pdf->png-converter-function): Use mupdf if available.
3201 (doc-view-djvu->png-converter-function)
3202 (doc-view-ps->png-converter-function): Remove.
3203 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3204 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3205 (doc-view-already-converted-p): Adjust accordingly.
3206 (doc-view-mode-p): Simplify.
3207 (doc-view-enlarge): Use setq-local.
3208 (doc-view-pdf->png-converter-ghostscript)
3209 (doc-view-djvu->png-converter-ddjvu)
3210 (doc-view-pdf->png-converter-mupdf): Rework to call
3211 doc-view-start-process directly.
3212 (doc-view-pdf/ps->png): Simplify accordingly.
3213 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3214 (doc-view-document->bitmap): Rename from doc-view-document->png.
3215 (doc-view-convert-current-doc): Merge pdf and djvu cases.
3216 (doc-view-set-slice-from-bounding-box): Fix completion table.
3217 (doc-view-mode): Use add-hook for after-revert-hook.
3218
3219 2013-01-10 Glenn Morris <rgm@gnu.org>
3220
3221 * emacs-lisp/authors.el (authors-ignored-files)
3222 (authors-valid-file-names, authors-renamed-files-alist):
3223 Add some more entries.
3224
3225 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3228 `t' pseudo-window entry.
3229
3230 2013-01-10 Alan Mackenzie <acm@muc.de>
3231
3232 Fix bugs in the c-parse-state mechanism. Reuse some markers
3233 instead of continually generating new ones.
3234
3235 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3236 (c-state-old-cpp-end-marker): New variables.
3237 (c-append-lower-brace-pair-to-state-cache): Start a backward
3238 search for "}" definitively outside CPP constructs.
3239 (c-remove-stale-state-cache): Inform the caller of a need to
3240 search back for a brace pair in certain circumstances.
3241 (c-state-maybe-marker): New macro.
3242 (c-parse-state): Reuse markers when appropriate.
3243
3244 2013-01-10 Glenn Morris <rgm@gnu.org>
3245
3246 * simple.el (execute-extended-command): Doc fix.
3247 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3248
3249 2013-01-10 Chong Yidong <cyd@gnu.org>
3250
3251 * faces.el (read-face-name): Doc fix.
3252
3253 2013-01-10 Roland Winkler <winkler@gnu.org>
3254
3255 * emacs-lisp/crm.el: Allow any regexp for separators.
3256 (crm-default-separator): All spaces around the default comma separator.
3257 (crm--completion-command): New macro.
3258 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3259 (crm-complete-and-exit): Handle non-single-char separators.
3260
3261 2013-01-09 Elias Pipping <pipping@lavabit.com>
3262
3263 * doc-view.el: Add support for DjVu (bug#13164).
3264 (doc-view-djvu->png-converter-function): New config var.
3265 (doc-view-single-page-converter-function, doc-view--image-type)
3266 (doc-view--image-file-extension): New vars.
3267 (doc-view-mode): Initialize them.
3268 (doc-view-goto-page): Use them.
3269 (doc-view-mode-p): Add support for ddjvu.
3270 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3271 (doc-view-set-up-single-converter): New funs.
3272 (doc-view-pdf/ps->png): Extend for djvu.
3273 (doc-view-document->png): Rename from doc-view-pdf->png.
3274 (doc-view-convert-current-doc): Handle djvu.
3275 (doc-view-insert-image, doc-view-display)
3276 (doc-view-already-converted-p): Don't hardcode png.
3277 (doc-view-set-doc-type): Recognize djvu docs.
3278
3279 2013-01-09 Elias Pipping <pipping@lavabit.com>
3280
3281 * doc-view.el: Add support for mupdf converter (bug#13164).
3282 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3283 (doc-view-ps->png-converter-function): New config vars.
3284 (doc-view-pdf->png-converter-ghostscript)
3285 (doc-view-ps->png-converter-ghostscript)
3286 (doc-view-pdf->png-converter-mupdf): New functions.
3287 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3288
3289 2013-01-09 JĂ¼rgen Hötzel <juergen@archlinux.org>
3290
3291 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3292 first in session cache: When `tramp-own-remote-path' is in
3293 `tramp-remote-path', the remote path is only set in the session
3294 cache.
3295
3296 2013-01-09 Glenn Morris <rgm@gnu.org>
3297
3298 * emacs-lisp/trace.el (trace-function-foreground)
3299 (trace-function-background): Doc fix.
3300
3301 2013-01-09 Juri Linkov <juri@jurta.org>
3302
3303 * international/mule-cmds.el (read-char-by-name): Move let-binding
3304 of completion-ignore-case around completing-read to fix regression
3305 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3306 `string-match-p' using the nil value of `case-fold-search' and
3307 `completion-ignore-case' in `completion-pcm--all-completions'.
3308 (Bug#12615).
3309
3310 2013-01-09 Glenn Morris <rgm@gnu.org>
3311
3312 * progmodes/compile.el (compilation-parse-errors):
3313 Fix typo. (Bug#13369)
3314
3315 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3316
3317 * comint.el (comint-send-input): Check size of buffer before
3318 waiting for process output, in case already accepted. (Bug#13290)
3319
3320 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3321
3322 Spelling fixes.
3323 * net/tramp-adb.el (tramp-adb-get-toolbox):
3324 Fix misspelling of 'unknown'.
3325
3326 2013-01-08 Juri Linkov <juri@jurta.org>
3327
3328 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3329 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3330 Use underline style wave on terminals that support it. (Bug#13000)
3331
3332 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3335 the predicate returns nil.
3336
3337 * simple.el: Use lexical-binding.
3338 (primitive-undo): Use pcase.
3339 (minibuffer-history-isearch-push-state): Use a closure.
3340
3341 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3342
3343 * simple.el (primitive-undo): Move from undo.c.
3344
3345 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3348 (cvs-mode-remove-handled): Use it (bug#13380).
3349
3350 * emacs-lisp/nadvice.el (advice--tweak): New function.
3351 (advice--remove-function, advice--subst-main): Use it.
3352
3353 * emacs-lisp/advice.el: Update commentary.
3354
3355 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3356
3357 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3358 Remove spurious entry.
3359
3360 2013-01-08 Glenn Morris <rgm@gnu.org>
3361
3362 * net/tramp.el (tramp-default-host-alist): Add :version.
3363
3364 2013-01-08 Juri Linkov <juri@jurta.org>
3365
3366 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3367 single completion. (Bug#12456)
3368 (info--manual-names): Expand node completions into an explicit list
3369 before appending it to another list. Filter out internal buffers
3370 with the leading space in the buffer name. (Bug#10771)
3371
3372 2013-01-08 Juri Linkov <juri@jurta.org>
3373
3374 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3375 that defaults to the Top node.
3376 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3377 the short format (FILENAME) goes to the Top node.
3378 (Info-build-node-completions): Rename arg `file' to `filename'.
3379 (Bug#13365)
3380
3381 2013-01-07 Bastien Guerry <bzg@gnu.org>
3382
3383 * menu-bar.el (menu-bar-search-documentation-menu):
3384 Use `apropos-user-option' and fix the help message.
3385
3386 2013-01-07 Bastien Guerry <bzg@gnu.org>
3387
3388 * apropos.el (apropos-do-all): Update docstring.
3389 (apropos-user-option-button): New face.
3390 (apropos-user-option): Rename from `apropos-variable' and update
3391 docstring.
3392 (apropos-variable): Rewrite, now show all variables by default.
3393 (apropos-print): Mention "User option" instead of "Variable" when
3394 printing doc for user options. (Bug#13276)
3395
3396 2013-01-07 JĂ¼rgen Hötzel <juergen@archlinux.org>
3397
3398 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3399 Handle filename correctly, when parsing "source -> target" symlink
3400 output.
3401 (tramp-adb-handle-set-file-times): New defun.
3402
3403 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3406 advice list when the interactive-spec of ad-Advice-* changes.
3407
3408 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3409
3410 * wid-edit.el (widget-default-get): Work for inlined elements.
3411 (Bug#12670)
3412
3413 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3414
3415 * net/tramp.el (tramp-default-host-alist): New defcustom.
3416 (tramp-find-host): Use it.
3417 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3418 `eshell-directory-change-hook'.
3419
3420 * net/tramp-adb.el (top): Add adb specific entry in
3421 `tramp-default-host-alist'.
3422 (tramp-adb-file-name-host): Remove function.
3423 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3424 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3425
3426 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3427
3428 2013-01-06 JĂ¼rgen Hötzel <juergen@archlinux.org>
3429
3430 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3431
3432 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3433
3434 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3435 consist of more than one digit.
3436 (tramp-adb-file-name-handler-alist):
3437 Use `tramp-handle-file-exists-p' consistently.
3438 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3439 (tramp-adb-handle-file-exists-p): Remove function.
3440 (tramp-adb-file-name-host): New defun.
3441 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3442 Use it.
3443 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3444
3445 2013-01-06 Chong Yidong <cyd@gnu.org>
3446
3447 * vc/vc.el (vc-next-action): Detect buffer modifications
3448 conflicting with locking VCS operation (Bug#11490).
3449
3450 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3451
3452 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3453
3454 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3455 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3456
3457 2013-01-05 JĂ¼rgen Hötzel <juergen@archlinux.org>
3458
3459 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3460 parsing of ls output using regular expression (handle filenames
3461 with spaces). Use virtual device number.
3462 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3463 cleanup).
3464
3465 2013-01-04 Daiki Ueno <ueno@gnu.org>
3466
3467 * epg.el: Silence byte-compiler warnings.
3468 (epg--start): Use delete-char instead of delete-backward-char.
3469 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3470
3471 2013-01-04 Daiki Ueno <ueno@gnu.org>
3472
3473 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3474 Suggested by Eli Zaretskii <eliz@gnu.org>.
3475
3476 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3477
3478 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3479 non-negative integers. Otherwise, the default values are used.
3480 (tramp-convert-file-attributes): Convert uid and gid to integers.
3481
3482 2013-01-04 Glenn Morris <rgm@gnu.org>
3483
3484 * term.el (term-handle-colors-array): Ensure face attributes
3485 are fully specified, not nil. (Bug#13337)
3486
3487 * term.el (term-default-fg-color, term-default-bg-color):
3488 Fix custom type.
3489
3490 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3491 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3492 rather than 'jka-compr being loaded. (Bug#13338)
3493
3494 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3495
3496 * icomplete.el (icomplete-completions):
3497 Honor icomplete-prospects-height once more following
3498 2012-11-29 changes. (Bug#13224)
3499
3500 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3503 of called-interactively-p as well (bug#13237).
3504
3505 * view.el (view--enable, view--disable): Rename from view-mode-enable
3506 and view-mode-disable and assume it's called from view-mode.
3507 (view-mode-enable, view-mode-disable): Redefine as obsolete
3508 compatibility layer above view-mode.
3509 (view-mode-enter): Call `view-mode'.
3510
3511 * files.el (after-find-file): Call `view-mode'.
3512
3513 * doc-view.el (doc-view-scale-internally): New var.
3514 (doc-view-enlarge, doc-view-insert-image): Obey it.
3515
3516 2013-01-03 Daiki Ueno <ueno@gnu.org>
3517
3518 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3519 exist. (Bug#13344)
3520
3521 2013-01-03 Glenn Morris <rgm@gnu.org>
3522
3523 * mail/rmail.el (rmail-set-header-1): Ignore case.
3524 Handle multi-line headers. (Bug#13330)
3525
3526 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3527 Handle paragraph starting at beginning of buffer.
3528
3529 * subr.el (eval-after-load): Don't purecopy the form, so that it
3530 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3531
3532 * emacs-lisp/byte-run.el (defun): Place cl declarations
3533 after any interactive spec. (Bug#13265)
3534
3535 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3536
3537 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3538 defun. Don't check for DECL if DOCSTRING isn't a string.
3539 (defun): Likewise.
3540
3541 2013-01-02 Glenn Morris <rgm@gnu.org>
3542
3543 * eshell/em-cmpl.el (eshell-pcomplete):
3544 More thoroughly imitate pcomplete. (Bug#13293)
3545
3546 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3547 Return nil for empty path elements. (Bug#13296)
3548
3549 2013-01-02 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3550
3551 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3552 order to improve efficiency (Based on Daniel Colascione's
3553 <dancol@dancol.org> patch). (Bug#13182)
3554
3555 2013-01-02 Glenn Morris <rgm@gnu.org>
3556
3557 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3558
3559 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3560
3561 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3562 neither DOCSTRING nor DECL was given. (Bug#13316)
3563
3564 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3565
3566 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3567 `error' call.
3568 (tramp-do-copy-or-rename-file): Ignore errors when calling
3569 `set-file-extended-attributes'.
3570
3571 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3572 Add handler for `file-acl'.
3573 (tramp-smb-handle-file-acl): New defun.
3574
3575 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3576
3577 * calc/README: Mention ISO 8601 week-numbering dates.
3578
3579 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3580
3581 * view.el (view-mode-enable): New argument run-view-mode-hook.
3582 Run view-mode-hook only when it's non-nil (Bug#13315).
3583 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3584 argument t.
3585
3586 2012-12-31 JĂ¼rgen Hötzel <juergen@archlinux.org>
3587
3588 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3589 (No device connected, invalid device name). (Bug #13299)
3590
3591 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3592
3593 * window.el (window-resizable--p): Rename to window-resizable-p.
3594 (window-resize-no-error): New function.
3595
3596 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3597 broken in fix from 2012-12-28.
3598
3599 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * subr.el (special-form-p): Don't signal errors on undef aliases.
3602
3603 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3604
3605 * calc/calc-forms.el (math-parse-date): Try using
3606 `math-parse-iso-date' when it looks like it might be needed.
3607 Allow times of 24:00.
3608 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3609 of 24:00.
3610
3611 2012-12-30 Glenn Morris <rgm@gnu.org>
3612
3613 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3614 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3615 (rmail-summary-displayed, rmail-summary): Declare.
3616 (mairix-rmail-display): Just require rmail.
3617
3618 2012-12-30 Chong Yidong <cyd@gnu.org>
3619
3620 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3621 check for the tarball contents.
3622
3623 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3624
3625 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3626 tarfile content listings (Bug#13136).
3627
3628 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3629
3630 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3631 Insert the undecoded text of the message being forwarded. (Bug#9521)
3632
3633 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3634
3635 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3636 integers, if they are real numbers. (Bug#13282)
3637
3638 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3639 Return `t' on success.
3640
3641 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3642 Add handler for `set-file-selinux-context'.
3643
3644 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3645
3646 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3647 (tramp-sh-handle-set-file-acl): Return `t' on success.
3648
3649 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3650
3651 * files.el (backup-buffer-copy, basic-save-buffer-2):
3652 If set-file-extended-attributes fails, fall back on set-file-modes
3653 instead of signaling an error. (Bug#13298)
3654 (basic-save-buffer): Likewise.
3655
3656 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3657
3658 * progmodes/python.el: Support other commands triggering
3659 python-indent-line so indentation cycling continues to work.
3660 (python-indent-trigger-commands): New defcustom.
3661 (python-indent-line): Use it.
3662
3663 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3664
3665 * progmodes/python.el (python-shell-send-region): Add blank lines
3666 for non sent code so backtraces remain correct.
3667
3668 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3669
3670 * progmodes/python.el: Remove cl dependency.
3671 (python-syntax-count-quotes): Replace incf call.
3672 (python-fill-string): Replace setf call.
3673
3674 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3675
3676 * info.el (info-other-window): New arg, for consistency with info.
3677
3678 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3679
3680 * mail/rmail.el (rmail-maybe-display-summary):
3681 Rewrite (Bug#13066).
3682
3683 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3684
3685 * epg.el (epg--start): Modify process-environment locally.
3686
3687 2012-12-28 Daiki Ueno <ueno@gnu.org>
3688
3689 * epg.el: Support pinentry-curses.
3690 Suggested by Werner Koch in
3691 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3692 (epg-agent-file, epg-agent-mtime): New variable.
3693 (epg--start): Record the modified time of gpg-agent socket file,
3694 to restore Emacs frame after pinentry-curses termination.
3695 (epg-wait-for-completion): Restore Emacs frame here.
3696
3697 2012-12-27 Juri Linkov <juri@jurta.org>
3698
3699 * info.el (Info-file-completions): New variable.
3700 (Info-read-node-name-1): Complete node names in the Info file
3701 when a file name is given. Call `Info-build-node-completions'
3702 with a file name.
3703 (Info-build-node-completions): Add new arg `file'. When it is
3704 non-nil, visit it in a temporary buffer and cache its completions in
3705 `Info-current-file-completions'. Move most of the function body to
3706 `Info-build-node-completions-1'.
3707 (Info-build-node-completions-1): New function with the body from
3708 `Info-build-node-completions'. (Bug#12456)
3709
3710 2012-12-27 Juri Linkov <juri@jurta.org>
3711
3712 * frame.el (frame-maximization-style): Remove user option.
3713 (cycle-frame-maximized): Remove function.
3714 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3715 (toggle-frame-fullscreen): New command bound to <f11> instead of
3716 `toggle-frame-maximized'.
3717 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3718
3719 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3720
3721 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3722
3723 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3724 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3725 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3726 for `file-accessible-directory-p'. (Bug#13275)
3727
3728 2012-12-27 Sam Steingold <sds@gnu.org>
3729
3730 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3731 continuations, see <http://stackoverflow.com/questions/3582436>.
3732
3733 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3734
3735 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3736 "module" and "def" to have indentation before them.
3737 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3738
3739 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3740
3741 2012-12-27 Alan Mackenzie <acm@muc.de>
3742
3743 Speed up fontification where there's large brace blocks.
3744 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3745 to a call of c-beginning-of-decl-1.
3746
3747 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3748
3749 * comint.el (comint-adjust-window-point): New function.
3750 (comint-postoutput-scroll-to-bottom):
3751 Call comint-adjust-window-point (Bug#13248).
3752
3753 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3754
3755 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3756 Rakefile regexp.
3757 (auto-mode-alist): Associate .gemspec files with ruby-mode
3758 (https://bugs.ruby-lang.org/issues/5453).
3759
3760 2012-12-26 JĂ¼rgen Hötzel <juergen@archlinux.org>
3761
3762 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3763 Suppress coloring, if possible (required for BusyBox based systems like
3764 CyanogenMod).
3765 (tramp-adb-handle-file-attributes)
3766 (tramp-adb-handle-insert-directory)
3767 (tramp-adb-handle-file-name-all-completions): Use it.
3768 (tramp-adb-get-toolbox): New defun. Check for remote shell
3769 implementation (BusyBox or Toolbox).
3770
3771 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3772
3773 * startup.el (initial-buffer-choice): Allow function as value
3774 (Bug#13251).
3775 (command-line-1): Handle case where initial-buffer-choice
3776 specifies a function.
3777 * server.el (server-execute): Handle case where
3778 initial-buffer-choice specifies a function.
3779
3780 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3781
3782 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3783 its own function.
3784 (smtpmail-try-auth-methods): Forget the user name/password if the
3785 login is unsuccessful (bug#12424).
3786
3787 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3788
3789 * notifications.el (notifications-notify): Protect body with
3790 `with-demoted-errors'.
3791
3792 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3793 Check properties of remote device. Restart connection, if there is a
3794 change.
3795
3796 2012-12-21 Chong Yidong <cyd@gnu.org>
3797
3798 * sort.el (sort-subr): Doc fix (Bug#13056).
3799
3800 2012-12-21 Bastien Guerry <bzg@gnu.org>
3801
3802 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3803
3804 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3805
3806 * simple.el (process-file): Overwrite stderr file, if exists.
3807
3808 2012-12-21 Daiki Ueno <ueno@gnu.org>
3809
3810 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3811 (epg-error): Set `error-message' property.
3812
3813 2012-12-21 Chong Yidong <cyd@gnu.org>
3814
3815 * international/mule-cmds.el (read-char-by-name): Signal an error
3816 if the user does not supply a valid character (Bug#13177).
3817
3818 * simple.el (transpose-subr-1): Preserve marker positions by
3819 changing the insertion sequence (Bug#13122).
3820
3821 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3822
3823 * simple.el (kill-region): Deactivate mark even for empty regions
3824 (Bug#13169).
3825
3826 2012-12-21 Chong Yidong <cyd@gnu.org>
3827
3828 * help-fns.el (describe-variable): Make sure we get the right
3829 buffer name (Bug#13105). Suggested by Kelly Dean.
3830
3831 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3832
3833 * comint.el (comint-redirect-previous-input-string): New variable.
3834 (comint-redirect-setup, comint-redirect-cleanup)
3835 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3836 (comint-redirect-preoutput-filter): Fix verbose message.
3837
3838 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3839
3840 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3841 is too long for Tramp. See discussion in
3842 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3843
3844 * progmodes/compile.el (compilation-start): Remove line escape
3845 template.
3846
3847 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3848
3849 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3850 Adjust comment.
3851
3852 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3853
3854 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3855 following non-comment text (bug#13207).
3856 (lm-header-multiline): Continuation lines need to be indented more than
3857 the first line.
3858 (lm-homepage): New function.
3859 (lm-with-file): Don't be confused if narrowing is in effect.
3860
3861 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3864 very beginning of a hunk (e.g. killing the first line).
3865
3866 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3867
3868 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3869 and text properties from returned ACL string.
3870 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3871 for "setfacl" command.
3872
3873 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3874
3875 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3876 `tramp-cleanup-this-connection', when the process has died.
3877 (Bug#13151)
3878
3879 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3880
3881 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3882
3883 2012-12-17 Kevin Ryde <user42@zip.com.au>
3884
3885 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3886
3887 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3888
3889 Add support for preserving ACL entries of files.
3890
3891 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3892 `set-file-acl' handlers.
3893
3894 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3895 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3896
3897 * net/tramp-compat.el (tramp-compat-copy-file):
3898 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3899
3900 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3901 Add `file-acl' and `set-file-acl' handlers.
3902 (tramp-gvfs-handle-copy-file):
3903 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3904 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3905 New defuns.
3906
3907 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3908 Add `file-acl' and `set-file-acl' handlers.
3909 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3910 (tramp-sh-handle-set-file-acl): New defuns.
3911 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3912 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3913
3914 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3915 Add `file-acl' and `set-file-acl' handlers.
3916 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3917
3918 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3919
3920 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3921 use pop-to-buffer with NORECORD argument t. As buffer name, use
3922 *Metahelp* with a leading space (Bug#13190).
3923
3924 2012-12-16 Romain Francoise <romain@orebokech.com>
3925
3926 * files.el (file-extended-attributes)
3927 (set-file-extended-attributes): New functions.
3928 (backup-buffer): Use them to handle both SELinux context and ACL
3929 entries.
3930 (backup-buffer-copy): Work with an alist of extended attributes,
3931 rather than an SELinux context.
3932 (basic-save-buffer-2): Ditto.
3933
3934 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3935
3936 * battery.el (battery-bsd-apm): New function.
3937
3938 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3939
3940 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3941 standard date formats.
3942
3943 2012-12-15 Juri Linkov <juri@jurta.org>
3944
3945 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3946 `isearch-insert-char-by-name'.
3947 (with-isearch-suspended): New defmacro with body mostly from
3948 `isearch-edit-string' except the part that sets
3949 `isearch-new-string' and `isearch-new-message'.
3950 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3951 body that sets `isearch-new-string' and `isearch-new-message'.
3952 (isearch-insert-char-by-name): New command.
3953 * international/mule-cmds.el (read-char-by-name): Let-bind
3954 `enable-recursive-minibuffers' to t.
3955 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3956
3957 2012-12-15 Juri Linkov <juri@jurta.org>
3958
3959 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3960 (Bug#13175)
3961
3962 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
3963
3964 * dired-x.el (dired-guess-shell-command): Put colon at the end of
3965 the prompt. (Bug#13045)
3966
3967 2012-12-14 Glenn Morris <rgm@gnu.org>
3968
3969 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3970 Try to include filename in non-bytecomp warning. (Bug#13132)
3971
3972 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
3973
3974 Fix permissions bugs with setgid directories etc. (Bug#13125)
3975 * files.el (backup-buffer): Don't rely on 9th output of
3976 file-attributes, as it's now a placeholder. Instead, use the new
3977 optional arg of file-ownership-preserved-p.
3978 (file-ownership-preserved-p): New optional arg GROUP.
3979 Fix mishandling of setuid directories that would cause this
3980 function to return t when it should have returned nil.
3981 Document what happens if the file does not exist, and when
3982 it's not known whether the ownership will be preserved.
3983 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3984 Likewise.
3985 (tramp-get-local-gid): Use group-gid for integer, as that's
3986 faster and more reliable.
3987
3988 2012-12-14 Julien Danjou <julien@danjou.info>
3989
3990 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3991 Update keywords list, data type and PL/pgSQL.
3992
3993 2012-12-14 Dave Abrahams <dave@boostpro.com>
3994
3995 * vc/ediff-util.el (ediff-buffer-type): New function.
3996 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3997 rather than taking it as as argument.
3998 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3999
4000 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
4001
4002 * json.el: Add pretty-print option (bug#12634).
4003 (json-encoding-separator, json-encoding-default-indentation)
4004 (json--encoding-current-indentation, json-encoding-pretty-print)
4005 (json-encoding-lisp-style-closings): New vars.
4006 (json--with-indentation): New macro.
4007 (json-encode-hash-table, json-encode-alist, json-encode-plist)
4008 (json-encode-array): Use it to obey json-encoding-pretty-print.
4009 (json-pretty-print-buffer, json-pretty-print): New commands.
4010
4011 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
4012
4013 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4014 Extract `ruby-syntax-propertize-expansions'.
4015 (ruby-syntax-propertize-expansions): Only change syntax on
4016 certain string delimiters, to punctuation. This way the common
4017 functions like forward-word and thing-at-point still work.
4018 (ruby-match-expression-expansion): Improve readability.
4019 (ruby-block-contains-point): New function.
4020 (ruby-add-log-current-method): Handle several edge cases.
4021
4022 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4023
4024 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4025 unload-feature finishes even when aborting an ongoing edebug session.
4026 Also, do not worry about edebug-mode, unload-feature takes care of it.
4027
4028 2012-12-13 Andreas Schwab <schwab@suse.de>
4029
4030 * net/tls.el (tls-program): Update customize type.
4031
4032 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4033
4034 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4035 (edebug-setup-hook, cl-read-load-hooks): Use it.
4036 (edebug-unload-function): New function. (Bug#13163)
4037
4038 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
4039
4040 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4041 Otherwise, there could be errors in autoloading. (Bug#13151)
4042
4043 2012-12-13 JĂ¼rgen Hötzel <juergen@archlinux.org>
4044
4045 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4046 sequences.
4047
4048 2012-12-13 Alan Mackenzie <acm@muc.de>
4049
4050 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
4051 * progmodes/cc-engine.el (c-backward-comments): Add code to work
4052 around `forward-comment' not recognizing ^M as whitespace.
4053
4054 2012-12-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4055
4056 * progmodes/python.el (python-skeleton-class)
4057 (python-skeleton-def): Do not add space after defun name.
4058
4059 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4062 (cl--symbol-function): Remove (now that funbound is like nil).
4063
4064 2012-12-12 Glenn Morris <rgm@gnu.org>
4065
4066 * button.el (button--area-button-p): Fix typo.
4067
4068 2012-12-12 Sam Steingold <sds@gnu.org>
4069
4070 * frame.el (frame-maximization-style): New user option.
4071 (toggle-frame-maximized): Toggle frame maximization according to
4072 `frame-maximization-style', bound to <f11>.
4073 (cycle-frame-maximized): Cycle between all maximization styles and
4074 non-maximized frame, bound to shift-<f11>.
4075
4076 2012-12-12 David Cadé <codename68@gmail.com>
4077
4078 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4079
4080 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
4081
4082 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4083 (eieio-override-prin1): Don't quote kewords and booleans.
4084 (object-write) <eieio-default-superclass>: Don't put closing parens
4085 on new line, avoid needless empty lines, align values that are objects
4086 with the slot keyword (instead of beginning on the same line).
4087 (eieio-list-prin1): Align value with slot keyword; increase
4088 eieio-print-depth before printing members of the list.
4089
4090 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4093 a display text-property.
4094 (report-emacs-bug-hook): Don't bother deleting it any more.
4095
4096 * hilit-chg.el (highlight-save-buffer-state): Delete.
4097 Use with-silent-modifications instead.
4098 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4099
4100 * button.el: Handle buttons in display text-properties.
4101 (button--area-button-p, button--area-button-string):
4102 Use (STRING . STRING-POS) representation instead of just STRING.
4103
4104 2012-12-11 Eli Zaretskii <eliz@gnu.org>
4105
4106 * makefile.w32-in (compile4-SH): Fix a typo that caused term
4107 subdirectory be skipped.
4108
4109 2012-12-11 Glenn Morris <rgm@gnu.org>
4110
4111 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4112
4113 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4114 Treat preprocessor lines embedded in continuations like comments.
4115 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
4116
4117 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
4118
4119 * calc/calc.el (calc-standard-date-formats): Add more date
4120 formats.
4121 * calc/calc-forms.el (math-parse-iso-date): New function.
4122 (math-parse-date): Use `math-parse-iso-date' when appropriate.
4123 (math-parse-iso-date-validate): Add extra error checking.
4124 (calc-date-notation): Add ability to access new date formats.
4125
4126 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4129 font-lock as well as when there's no text-property.
4130
4131 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
4132
4133 * hi-lock.el: Refine the choice of default face.
4134 (hi-lock-keyword->face): New function. Use it wherever we used
4135 cadadadr instead.
4136 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4137 (hi-lock--last-face): Remove var.
4138 (hi-lock--unused-faces): New var to replace it.
4139 (hi-lock-read-face-name): Use/maintain it.
4140 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
4141 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4142 if it has another face.
4143
4144 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4145
4146 * subr.el (w32notify-handle-event): New function.
4147 (inotify-handle-event): Doc fix.
4148
4149 2012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
4150
4151 * subr.el (inotify-event-p, inotify-handle-event): New functions.
4152
4153 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
4154
4155 * simple.el (just-one-space): Doc fix.
4156
4157 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4158
4159 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4160
4161 2012-12-10 Le Wang <l26wang@gmail.com>
4162
4163 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4164 narrowed buffer (bug#12361).
4165
4166 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * vc/vc-hooks.el (vc-state): Doc fix.
4169
4170 2012-12-10 Glenn Morris <rgm@gnu.org>
4171
4172 * mail/rmail.el (rmail-maybe-display-summary):
4173 Preserve buffer, in case select-window changes it. (Bug#13066)
4174
4175 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4178 cl-load-hook where they belong.
4179
4180 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4183
4184 2012-12-09 Eli Zaretskii <eliz@gnu.org>
4185
4186 Parallelize byte compilation on MS-Windows.
4187 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4188 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4189 (WINS_BASIC): Define as concatenation of the above.
4190 (compile): Subdivide into 4 separate and independent jobs that can
4191 be run in parallel.
4192 (compile0-CMD, compile0-SH): New targets for compiling
4193 COMPILE_FIRST files, which are prerequisites for the rest of the
4194 byte-compilation.
4195 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4196 New targets for parallel compilation with cmd.exe.
4197 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4198 compiling under a Unixy shell.
4199
4200 2012-12-09 Chong Yidong <cyd@gnu.org>
4201
4202 * simple.el (set-mark-default-inactive): Delete this
4203 accidentally-introduced option.
4204 (set-mark-command, exchange-point-and-mark): Remove calls.
4205
4206 2012-12-09 Glenn Morris <rgm@gnu.org>
4207
4208 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4209 Respect a defcustom's :set function, if appropriate. (Bug#109)
4210 (eval-defun): Doc fix.
4211
4212 2012-12-08 Juri Linkov <juri@jurta.org>
4213
4214 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4215 (Info-fontify-node, Info-bookmark-make-record): Remove the
4216 file extension from Info-current-file (Bug#13016).
4217
4218 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4221 point, still provide some default.
4222 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4223 names, since we don't use it right now. Actually return the list.
4224 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4225
4226 2012-12-07 Chong Yidong <cyd@gnu.org>
4227
4228 * novice.el (disabled-command-function): Remove a spurious help
4229 xref (Bug#13043). Suggested by Kelly Dean.
4230
4231 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4232 syntax is specified (Bug#13025).
4233
4234 * info.el (Info-set-mode-line): Remove the file extension from
4235 Info-current-file if there is one (Bug#13016).
4236
4237 2012-12-07 Glenn Morris <rgm@gnu.org>
4238
4239 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4240 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4241 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4242 and rmail-mime-decoded. (Bug#9841)
4243
4244 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4245 (batch-unrmail, unrmail): Doc fixes.
4246 (unrmail): Respect unrmail-mbox-format.
4247 * mail/rmail.el (rmail-mbox-format): New option.
4248 (rmail-show-message-1): Respect rmail-mbox-format.
4249
4250 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4253
4254 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4257 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4258 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4259 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4260 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4261 (cl-progv): Don't rely on dynamic scoping to find the body.
4262 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4263 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4264 (cl-declaim): Use backquotes.
4265 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4266 Use "cl--" prefix for the object's tag.
4267
4268 * ses.el: Use advice-add/remove.
4269 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4270 (copy-region-as-kill, yank): Use advice-add.
4271 (ses-unload-function): Use advice-remove.
4272
4273 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4274
4275 * button.el: Make them work in header-lines (bug#12817).
4276 (button-map): Add bindings for header-line and mode-line use.
4277 (button-get, button-put, button-label): `button' may now be a string.
4278 (button-activate): Don't make it a defsubst.
4279 (button--area-button-p, button--area-button-string): New functions.
4280 (make-text-button): Fix the return value when `beg' was a string.
4281 (push-button): Handle the mode-line case.
4282
4283 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4286 (sql-signum): Remove. Use `cl-signum' instead.
4287 (sql-read-passwd): Remove; use read-passwd instread.
4288 (sql-get-login-ext): Use read-string.
4289 (sql-get-login): Use dolist and pcase.
4290 (sql--completion-table): Rename from sql-try-completion.
4291 Use complete-with-action.
4292 (sql-mode): Don't change abbrev-all-caps globally.
4293 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4294 (sql-postgres-completion-object): Initialize vars in their `let'.
4295 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4296 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4297 (sql-comint-interbase): Use a single append, without setq.
4298 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4299
4300 * hi-lock.el: Rework the default face and the serialize regexp code.
4301 (hi-lock--auto-select-face-defaults): Remove.
4302 (hi-lock-string-serialize-serial): Remove.
4303 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4304 make weak.
4305 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4306 equal string.
4307 (hi-lock-set-pattern): Adjust accordingly.
4308 (hi-lock--regexps-at-point): Simplify accordingly.
4309 (hi-lock--auto-select-face-defaults): Remove.
4310 (hi-lock--last-face): New var to replace it.
4311 (hi-lock-read-face-name): Rewrite (bug#11095).
4312 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4313
4314 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4315
4316 * net/tramp.el (tramp-replace-environment-variables):
4317 Hide compiler warning.
4318 (tramp-file-name-for-operation): Remove `executable-find',
4319 `start-process', `call-process' and `call-process-region'.
4320
4321 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4322
4323 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4324 compatibility.
4325
4326 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4327
4328 2012-12-06 Chong Yidong <cyd@gnu.org>
4329
4330 * ffap.el (ffap-replace-file-component): Fix typo.
4331
4332 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4335 fix open-paren-like token test (bug#12785).
4336
4337 2012-12-06 Glenn Morris <rgm@gnu.org>
4338
4339 * mail/rmailsum.el (rmail-new-summary): Tweak for
4340 rmail-maybe-display-summary changing buffer. (Bug#13066)
4341
4342 2012-12-06 Juri Linkov <juri@jurta.org>
4343
4344 * info.el (Info-fontify-node): Don't hide the last newline.
4345 (Bug#12272)
4346
4347 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4348
4349 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4350 so as to enable message-read-from-minibuffer to expand mail aliases.
4351
4352 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4355 the `intangible' property.
4356 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4357
4358 2012-12-05 Deniz Dogan <deniz@dogan.se>
4359
4360 * net/rcirc.el (rcirc-urls): Update documentation.
4361 (rcirc-condition-filter): New function.
4362 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4363 and exclude consecutive duplicate URLs (Bug#6082).
4364
4365 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4366
4367 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4368 Check return code of copy command.
4369
4370 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4371 Use group `tramp'. Add version.
4372
4373 2012-12-05 Chong Yidong <cyd@gnu.org>
4374
4375 * ffap.el (ffap-url-regexp): Don't require matching at front of
4376 string (Bug#4952).
4377 (ffap-url-p): If only a substring matches, return that.
4378 (ffap-url-at-point): Use the return value of ffap-url-p.
4379 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4380 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4381 (ffap-guess-file-name-at-point): Likewise.
4382 (ffap-replace-file-component): Fix typo.
4383
4384 * info.el (info-display-manual): Add existing Info buffers, whose
4385 files may not be in Info-directory-list, to the completion.
4386 (info--manual-names): New helper function.
4387
4388 2012-12-05 Glenn Morris <rgm@gnu.org>
4389
4390 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4391 New functions, for detecting and resolving conflicts. (Bug#10709)
4392
4393 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4394
4395 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4396 (hi-lock-auto-select-face-defaults): New buffer local variable.
4397 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4398 (hi-lock-unface-buffer): Prompt user with useful defaults.
4399 With prefix arg, unhighlight all hi-lock patterns in buffer.
4400
4401 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4404
4405 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4406
4407 * Makefile.in (TRAMP_SRC):
4408 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4409
4410 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4411
4412 * net/tramp-adb.el: New package.
4413
4414 2012-12-04 Chong Yidong <cyd@gnu.org>
4415
4416 * terminal.el: Move to obsolete/.
4417
4418 * longlines.el: Move to obsolete/.
4419
4420 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4421 Remove code referring to longlines mode.
4422
4423 2012-12-03 Juri Linkov <juri@jurta.org>
4424
4425 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4426
4427 2012-12-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4428
4429 * textmodes/ispell.el (ispell-init-process)
4430 (ispell-start-process, ispell-internal-change-dictionary):
4431 Make sure personal dictionary name is expanded after initial
4432 `default-directory' value. Use expanded strings for
4433 keep/restart checks and for value (Bug#13019).
4434
4435 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4436
4437 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4438
4439 2012-12-03 Leo Liu <sdl.web@gmail.com>
4440
4441 * files.el (dir-locals-read-from-file): Check file non-empty
4442 before reading. (Bug#13038)
4443
4444 2012-12-03 Glenn Morris <rgm@gnu.org>
4445
4446 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4447 Remove any version extension before checking filename. (Bug#13006)
4448 (jka-compr-compression-info-list): Belated :version bump.
4449
4450 2012-12-03 Chong Yidong <cyd@gnu.org>
4451
4452 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4453
4454 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4455 (buffer-menu): Doc fix (Bug#12294).
4456
4457 2012-12-03 Roland Winkler <winkler@gnu.org>
4458
4459 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4460 of diary-show-all-entries in the diary buffer (Bug#12994).
4461
4462 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4463
4464 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4465 "<STDIN>". This is binary safe.
4466
4467 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4468
4469 * calc/calc-forms.el (math-absolute-from-iso-dt)
4470 (math-date-to-iso-dt, math-parse-iso-date-validate)
4471 (math-iso-dt-to-date): New functions.
4472 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4473 (math-fd-isoweekday): New variables.
4474 (calc-date-notation, math-parse-standard-date, math-format-date)
4475 (math-format-date-part): Add support for more formatting codes.
4476
4477 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4478
4479 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4480 current buffer's file name when called interactively (Bug#12488).
4481
4482 2012-12-02 Juri Linkov <juri@jurta.org>
4483
4484 * info.el (info-display-manual): Don't clobber an existing Info
4485 buffer (Bug#10770). Add completion (Bug#10771).
4486
4487 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4488
4489 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4490 before using it for comparison (Bug#5297).
4491
4492 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4493
4494 * textmodes/css-mode.el (css-current-defun-name): New function.
4495 (css-mode): Use it.
4496
4497 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4498 (html-mode): Use it.
4499
4500 2012-12-01 Chong Yidong <cyd@gnu.org>
4501
4502 Modularize add-log-current-defun (Bug#2224).
4503 Suggested by Jari Aalto.
4504
4505 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4506 (add-log-current-defun): Move mode-specific code to other files.
4507 (add-log-lisp-like-modes, add-log-c-like-modes)
4508 (add-log-tex-like-modes): Variables deleted.
4509
4510 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4511 (lisp-mode-variables): Use it.
4512
4513 * progmodes/cc-mode.el (c-common-init):
4514 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4515 add-log-current-defun-function.
4516
4517 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4518 (m4-mode): Use it.
4519
4520 * progmodes/perl-mode.el (perl-current-defun-name): New.
4521 (perl-mode): Use it.
4522
4523 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4524 Use lisp-current-defun-name.
4525
4526 * textmodes/tex-mode.el (tex-current-defun-name): New.
4527 (tex-common-initialization): Use it.
4528
4529 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4530 (texinfo-mode): Use it.
4531
4532 2012-12-01 Chong Yidong <cyd@gnu.org>
4533
4534 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4535 * progmodes/autoconf.el (autoconf-mode):
4536 * progmodes/js.el (js-mode):
4537 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4538 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4539 * progmodes/perl-mode.el (perl-mode):
4540 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4541 * textmodes/css-mode.el (css-mode):
4542 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4543 (sgml-tags-invisible, sgml-guess-indent):
4544 * textmodes/tex-mode.el (tex-common-initialization)
4545 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4546 (doctex-mode, plain-tex-mode, latex-mode):
4547 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4548
4549 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4550
4551 * vc/vc-hg.el (vc-hg-next-revision):
4552 Ensure use of default "tip" output format. (Bug#6968)
4553
4554 2012-12-01 Kim F. Storm <storm@cua.dk>
4555
4556 * startup.el (fancy-startup-tail): Add a clickable link
4557 (Bug#2176).
4558
4559 2012-12-01 Chong Yidong <cyd@gnu.org>
4560
4561 * startup.el (fancy-startup-tail): Improve the message about
4562 auto-save files (Bug#2176).
4563
4564 * files.el (recover-session): Improve the descriptive message, and
4565 use substitute-command-keys.
4566
4567 2012-12-01 Glenn Morris <rgm@gnu.org>
4568
4569 * ido.el (ido-file-internal):
4570 Handle other-window, other-frame for dired. (Bug#13036)
4571
4572 2012-11-30 Glenn Morris <rgm@gnu.org>
4573
4574 * icomplete.el (icomplete-separator): Fix :version.
4575
4576 2012-11-30 Chong Yidong <cyd@gnu.org>
4577
4578 * shell.el (shell): For C-u M-x shell, use an inactive shell
4579 buffer as the default (Bug#1975).
4580 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4581 (shell-mode): Use them to reapply ansi colorization if Shell mode
4582 is re-enabled.
4583
4584 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4585
4586 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4587
4588 2012-11-30 Samuel Bronson <naesten@gmail.com>
4589
4590 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4591 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4592
4593 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4594
4595 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4596 by move-to-column (Bug#3234).
4597
4598 2012-11-30 Chong Yidong <cyd@gnu.org>
4599
4600 * longlines.el (longlines-wrap-line, longlines-encode-region):
4601 Preserve text properties (Bug#1425).
4602
4603 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4604
4605 * vc/vc.el (vc-register): Allow registering a file which is
4606 already registered with a different backend (Bug#10589).
4607
4608 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4609 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * icomplete.el: Change separator; add ido-style commands.
4612 (icomplete-show-key-bindings): Remove custom var.
4613 (icomplete-get-keys): Remove function.
4614 (icomplete-forward-completions, icomplete-backward-completions):
4615 New commands.
4616 (icomplete-minibuffer-map): New var.
4617 (icomplete-minibuffer-setup): Use it.
4618 (icomplete-exhibit): Don't delay if the list of completions is known.
4619 (icomplete-separator): New custom.
4620 (icomplete-completions): Use it.
4621 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4622 (minibuffer-force-complete-and-exit): New command.
4623 (minibuffer--complete-and-exit): New function extracted from
4624 minibuffer-complete-and-exit.
4625 (minibuffer-complete-and-exit): Use it.
4626
4627 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4628 error message when the file doesn't exist (bug#12974).
4629
4630 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4631
4632 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4633
4634 2012-11-29 Glenn Morris <rgm@gnu.org>
4635
4636 * files.el (hack-dir-local-variables): Warn if try to set
4637 coding via dir-locals, since it doesn't work. (Bug#7169)
4638
4639 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4640 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4641 Set buffer-local value of desktop-save-buffer.
4642 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4643 New functions.
4644 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4645 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4646
4647 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4648 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4649 Doc fix.
4650 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4651 Doc fixes.
4652
4653 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4654
4655 * calc/calc-forms.el (calc-date-notation): Fix regexp
4656 used to find time codes. Fix symbol for seconds.
4657
4658 2012-11-27 Glenn Morris <rgm@gnu.org>
4659
4660 * emacs-lisp/derived.el (derived-mode-make-docstring):
4661 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4662
4663 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4666 lexically scoped variables (bug#13005).
4667
4668 2012-11-27 Glenn Morris <rgm@gnu.org>
4669
4670 * vc/vc-hooks.el (vc-mistrust-permissions):
4671 Default to t, to avoid data-loss. (Bug#11490)
4672
4673 2012-11-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4674
4675 * progmodes/python.el (python-indent-guess-indent-offset):
4676 If indentation is guessed make python-indent-offset buffer-local.
4677
4678 Fix Imenu regression.
4679 * progmodes/python.el (python-nav-beginning-of-defun):
4680 Fix forward movement when statement(s) separates point from defun.
4681 (python-imenu-prev-index-position): New function.
4682
4683 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4684
4685 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4686
4687 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4688 Don't set buffer-file-type. Return nil. (Bug#12989)
4689
4690 2012-11-27 Glenn Morris <rgm@gnu.org>
4691
4692 * hippie-exp.el (hippie-expand-try-functions-list):
4693 Re-autoload it. (Bug#12982)
4694
4695 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4696
4697 * descr-text.el (describe-char-padded-string):
4698 Call internal-char-font only on GUI frames. (Bug#11964)
4699
4700 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4701
4702 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4703 and obsoletion message.
4704
4705 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4708 the constructs to keep outside of the `cl-block' (bug#12977).
4709
4710 2012-11-27 Chong Yidong <cyd@gnu.org>
4711
4712 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4713 keep reading until we get the up-event anyway, in order to process
4714 the up-event for mouse-1-click-follows-link (Bug#12971).
4715
4716 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4719 base function is not yet defined (bug#12965).
4720 (ad-activate-advised-definition): Use ad-compile-function.
4721 (ad-activate): Use cond.
4722
4723 2012-11-25 Leo Liu <sdl.web@gmail.com>
4724
4725 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4726 (Bug#12979)
4727
4728 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4729
4730 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4731 reftex-section-info-function in order to be compatible with
4732 Texinfo integration.
4733
4734 * textmodes/reftex.el (reftex-section-pre-regexp)
4735 (reftex-section-post-regexp, reftex-section-info-function):
4736 New variable.
4737 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4738 reftex-section-post-regexp, and reftex-section-info-function in order
4739 to be compatible with Texinfo integration.
4740
4741 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4742 use reftex-section-pre-regexp variable in order to be compatible with
4743 Texinfo integration.
4744
4745 2012-11-25 Chong Yidong <cyd@gnu.org>
4746
4747 * faces.el: Make face-spec-set more analogous to setq.
4748 (face-spec-set): Change the third arg to specify whether this
4749 function is being called via defface, customize, or a third party.
4750 Set the appropriate symbol properties. Clear the override spec if
4751 setting via Custom. Initialize face if necessary. (Bug#4988)
4752 (face-spec-recalc): Allow theme faces to completely replace the
4753 defface spec, in the same way as custom faces (Bug#8454).
4754
4755 * cus-face.el (custom-declare-face): Move face initialization to
4756 face-spec-set.
4757 (custom-theme-set-faces): Don't initialize the face name here, as
4758 that is now done in face-spec-set.
4759
4760 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4761 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4762 Simplify by using the new arg to face-spec-set.
4763
4764 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4765 reset face-override-spec too, and use custom-declare-face.
4766
4767 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4768
4769 * term/ns-win.el (ns-initialize-window-system): Move creation of
4770 fontsets here (Bug#11964).
4771
4772 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4773
4774 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4775 cell renaming.
4776
4777 2012-11-24 Chong Yidong <cyd@gnu.org>
4778
4779 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4780 obsolete.
4781
4782 * custom.el (custom-theme-set-variables): Use a topological sort
4783 for ordering by custom dependencies (Bug#12952).
4784 (custom--sort-vars, custom--sort-vars-1): New functions.
4785
4786 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4789 lexical-binding (bug#12938).
4790
4791 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4792
4793 * image-mode.el (image-transform-check-size): Use assertions only
4794 for images of type imagemagick.
4795
4796 Otherwise no error, image-transform-fit-to-{width,height} is
4797 silently ignored, as before. Doc fix.
4798
4799 2012-11-24 Chong Yidong <cyd@gnu.org>
4800
4801 * faces.el (color-defined-p): Doc fix (Bug#12853).
4802
4803 2012-11-24 Juri Linkov <juri@jurta.org>
4804
4805 * dired.el (dired-mark): Add optional arg `interactive'.
4806 Check for `use-region-p' if `interactive' is non-nil.
4807 (dired-unmark, dired-flag-file-deletion): Add optional arg
4808 `interactive'. Call `dired-mark' with the arg `interactive'.
4809 (Bug#10624)
4810
4811 * wdired.el: Revert 2012-10-17 change partly and replace it with
4812 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4813 (wdired-finish-edit): Add marks for new file names to
4814 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4815 after `revert-buffer'.
4816 (wdired-do-renames): Remove calls to `dired-remove-file',
4817 `dired-add-file', `dired-add-entry'. (Bug#11795)
4818
4819 2012-11-24 Alan Mackenzie <acm@muc.de>
4820
4821 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4822
4823 Fix bugs in the state cache. Enhance a debugging mechanism.
4824 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4825 "brace at column zero" strategy for C++.
4826 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4827 (c-parse-state-point): New variable.
4828 (c-record-parse-state-state): Record old parse state with
4829 `copy-tree'. Record previous value of point.
4830 (c-debug-parse-state-double-cons): New debugging function.
4831 (c-debug-parse-state): Call the above new function.
4832 (c-toggle-parse-state-debug): Output a confirmatory message.
4833
4834 * progmodes/cc-mode.el (c-before-change, c-after-change):
4835 Call c-invalidate-state-cache from `c-before-change' instead of
4836 `c-after-change'.
4837
4838 2012-11-23 Chong Yidong <cyd@gnu.org>
4839
4840 * find-cmd.el (find-constituents): Add executable, ipath,
4841 readable, samefile, writable, daystart, regextype (Bug#12856).
4842
4843 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4846
4847 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4848
4849 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4850 definition. This fixes a bootstrap failure.
4851 (calc-gregorian-switch): In menu, put dates before regions.
4852 This is easier to follow, lines up better in the menu, and lets us
4853 coalesce regions that switch at the same time. Give country
4854 names, not "Vatican", as that's better for non-expert users.
4855 Use names that are stable between the date of switch and now, e.g.,
4856 Bohemia and Moravia (which existed then and now) and not
4857 Czechoslovakia (which didn't exist then and doesn't exist now).
4858 What is now the U.S. mostly did not switch at the same time as
4859 Britain, so omit the U.S. Correct spelling of "Britain".
4860 Catholic Switzerland was too much of a mess, so omit it.
4861
4862 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4863
4864 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4865 after the variable is changed.
4866
4867 2012-11-21 Daniel Colascione <dancol@dancol.org>
4868
4869 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4870 in SQL declarations for font-lock.
4871 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4872
4873 2012-11-21 Glenn Morris <rgm@gnu.org>
4874
4875 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4876 (face-italic-p): Add optional argument "inherit".
4877
4878 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4879 Remove -p suffix from names, for consistency with other set-face-*.
4880 (set-face-inverse-video): Fix interactive spec.
4881 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4882 * textmodes/table.el (table--update-cell-face):
4883 Use set-face-inverse-video rather than now obsolete alias.
4884
4885 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4886
4887 * simple.el (line-move): Don't call line-move-partial if
4888 scroll-conservatively is in effect. (Bug#12927)
4889
4890 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4893 Fallback on completion-at-point rather than
4894 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4895 (eshell-cmpl-initialize): Setup completion-at-point.
4896
4897 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4898
4899 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4900
4901 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4904 are remote, check out-of-band property for both.
4905
4906 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4909 code rewrite.
4910
4911 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4912
4913 More minor time fixes.
4914 * calendar/time-date.el: Commentary fix.
4915 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4916 too much other code depends on (0 0) time stamps.
4917 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4918 Add a couple of FIXME comments.
4919
4920 Minor cleanup for times as lists of four integers.
4921 * files.el (dir-locals-directory-cache):
4922 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4923 Doc fixes.
4924 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4925 * ps-bdf.el (bdf-file-newer-than-time):
4926 Process four-integers time stamps, not two. Doc fixes.
4927
4928 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * uniquify.el (uniquify-managed): Use defvar-local.
4931 (rename-buffer, create-file-buffer): Advise with advice-add.
4932 (uniquify-unload-function): Unadvise accordingly.
4933
4934 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4935 (trace-buffer): Don't purecopy.
4936 (trace-entry-message, trace-exit-message): Add `context' arg.
4937 (trace--timer): New var.
4938 (trace-make-advice): Adjust for use in nadvice.
4939 Add `context' argument. Delay `display-buffer' via a timer.
4940 (trace-function-internal): Use advice-add.
4941 (trace--read-args): New function.
4942 (trace-function-foreground, trace-function-background): Use it.
4943 (trace-function): Rename to trace-function-foreground and redefine as
4944 an alias to that new name.
4945 (untrace-function, untrace-all): Adjust to the use of nadvice.
4946
4947 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4948
4949 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4950
4951 * subr.el (called-interactively-p-functions): New var.
4952 (internal--called-interactively-p--get-frame): New macro.
4953 (called-interactively-p, interactive-p): Rewrite in Lisp.
4954 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4955 (called-interactively-p-functions): Use it.
4956 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4957 (called-interactively-p-functions): Use it.
4958 * allout.el (allout-called-interactively-p): Don't assume
4959 called-interactively-p is a subr.
4960
4961 2012-11-20 Glenn Morris <rgm@gnu.org>
4962
4963 * profiler.el (profiler-report-mode-map): Add a menu.
4964 No need to bind `q' because we derive from special-mode.
4965 (profiler-report-find-entry): Handle calls from the menu-bar.
4966
4967 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * emacs-lisp/byte-run.el (defun-declarations-alist):
4970 Allow a compiler-macro to be a lambda expression.
4971
4972 * progmodes/python.el: Use cl-lib. Move var declarations outside of
4973 eval-when-compile.
4974 (python-syntax-context): Add compiler-macro.
4975 (python-font-lock-keywords): Simplify with De Morgan.
4976
4977 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4978
4979 * files.el (load-file): Require match in minibuffer selection, as was
4980 the case in Emacs-20 before we changed the spec to allow .elc files
4981 (bug#12935).
4982
4983 * json.el: Don't require cl since we don't use it.
4984 * color.el: Don't require cl.
4985 (color-complement): `caddr' -> `nth 2'.
4986
4987 * calendar/time-date.el (time-to-seconds): De-obsolete.
4988
4989 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4990
4991 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
4992 year numbers.
4993 (math-date-to-julian-dt): Adjust the initial approximation for the
4994 year to deal with the new definition of the DATE.
4995
4996 2012-11-19 Daniel Colascione <dancol@dancol.org>
4997
4998 * term/w32-win.el (cygwin-convert-path-from-windows):
4999 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5000
5001 2012-11-18 Chong Yidong <cyd@gnu.org>
5002
5003 * filecache.el (file-cache--read-list): New function.
5004 (file-cache-add-directory-list, file-cache-add-file-list)
5005 (file-cache-delete-file-list, file-cache-delete-directory-list):
5006 Use it to read a list of files or directories (Bug#12846).
5007 (file-cache-add-file, file-cache-add-directory)
5008 (file-cache-delete-file-list, file-cache-delete-file-regexp)
5009 (file-cache-delete-directory): Print an message.
5010
5011 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
5012
5013 * calc/calc-forms.el (math-date-to-dt): Use integer date when
5014 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5015
5016 2012-11-18 Glenn Morris <rgm@gnu.org>
5017
5018 * image.el (insert-image, insert-sliced-image): Doc fix.
5019
5020 2012-11-18 Chong Yidong <cyd@gnu.org>
5021
5022 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5023 (Bug#12810).
5024
5025 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5026
5027 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5028 response when the target file is in a subdirectory (Bug#12757).
5029
5030 2012-11-18 Chong Yidong <cyd@gnu.org>
5031
5032 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5033
5034 2012-11-18 Glenn Morris <rgm@gnu.org>
5035
5036 * emacs-lisp/cl-lib.el (face-underline-p):
5037 Use set-face-underline rather than the alias set-face-underline-p.
5038
5039 * window.el (with-temp-buffer-window): Doc fix.
5040 * subr.el (with-output-to-temp-buffer):
5041 Add doc xref to with-temp-buffer-window.
5042
5043 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5046 * calc/calc.el (math-format-date-cache): Declare.
5047
5048 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
5049
5050 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5051 It also uses January 1, 1 AD as its day number 1.
5052 * calc/calc-forms.el (math-julian-date-beginning)
5053 (math-julian-date-beginning-int): Implement this.
5054
5055 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
5056
5057 * descr-text.el (quail-find-key):
5058 * dired.el (desktop-file-name):
5059 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5060 * generic-x.el (comint-mode, comint-exec):
5061 * image-dired.el (widget-forward):
5062 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5063 (speedbar-change-expand-button-char)
5064 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5065 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5066 * printing.el (easy-menu-add-item, easy-menu-remove-item)
5067 (widget-field-action, widget-value-set):
5068 * speedbar.el (imenu--make-index-alist):
5069 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5070 (ring-length, ring-insert):
5071 * vcursor.el (compare-windows-skip-whitespace):
5072 * woman.el (dired-get-filename):
5073 Declare functions.
5074
5075 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5076
5077 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5078
5079 * calc/calc.el (calc-gregorian-switch): New variable.
5080
5081 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5082 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5083 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5084 (math-leap-year-p): Add option to distinguish between Julian
5085 and Gregorian calendars.
5086 (math-day-number): Use `math-day-in-year' to do the computations.
5087 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5088 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5089 to do the computations.
5090 (math-date-to-dt): Use `math-date-to-julian-dt' and
5091 `math-date-to-gregorian-dt' to do the computations.
5092 (calcFunc-weekday, math-format-date-part): Use the new version of
5093 the DATE to determine the weekday.
5094 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5095 when necessary.
5096
5097 2012-11-17 Eli Zaretskii <eliz@gnu.org>
5098
5099 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5100 Cygwin; otherwise use 'file:'. (Bug#12914)
5101 (cygwin-convert-path-from-windows): Declare, to avoid
5102 byte-compiler warnings.
5103
5104 2012-11-17 Andreas Politz <politza@fh-trier.de>
5105
5106 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5107 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5108 prefix and negative numeric prefix args (Bug#12795).
5109
5110 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
5111
5112 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5113 Don't signal an error with a score that is too low to add to the
5114 list of top scores. (Bug#12779)
5115
5116 2012-11-17 Chong Yidong <cyd@gnu.org>
5117
5118 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5119
5120 * filecache.el (file-cache-add-file): Handle relative file name in
5121 the argument (Bug#12694).
5122
5123 2012-11-16 JĂ¼rgen Hötzel <juergen@archlinux.org> (tiny change)
5124
5125 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5126
5127 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5128
5129 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5130
5131 * emacs-lisp/cl-lib.el: Set more meaningful version number.
5132
5133 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5134
5135 * window.el (enlarge-window, shrink-window): Don't mention return
5136 value in doc-string (Bug#12896).
5137 (window--display-buffer): Don't resize frames - it won't work
5138 with all window managers and defeat pop-up-frame-alist.
5139 (display-buffer-alist): In doc-string explain that CONDITION can
5140 be a function and which arguments are passed to it (Bug#12854).
5141 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
5142 expressions (Bug#12854).
5143 (display-buffer): Pass ACTION argument to
5144 display-buffer-assq-regexp.
5145
5146 2012-11-16 Glenn Morris <rgm@gnu.org>
5147
5148 * window.el (fit-frame-to-buffer-bottom-margin)
5149 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5150
5151 * faces.el (face-underline-p): Use face-attribute-specified-or.
5152
5153 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
5154
5155 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5156
5157 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5158
5159 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5160
5161 2012-11-16 Glenn Morris <rgm@gnu.org>
5162
5163 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
5164 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5165
5166 * faces.el (face-underline-p): Doc fix. Handle :underline being
5167 things other than `t' (a string, a list).
5168 (face-inverse-video-p): Doc fix.
5169 (set-face-underline): Rename it back from set-face-underline-p.
5170 Doc fix. Allow interactive input of values other than t.
5171 (read-face-attribute): Apply formatting to :underline,
5172 since like :box and :stipple it can take list values.
5173
5174 * term.el (ansi-term): Don't let C-x escape-char binding
5175 clobber the more standard C-c binding. (Bug#12842)
5176
5177 * subr.el (set-temporary-overlay-map): Doc fix.
5178
5179 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5180
5181 * window.el (record-window-buffer)
5182 (display-buffer-record-window): When copying the markers to
5183 window-point preserve window-point-insertion-type. (Bug#12588)
5184
5185 2012-11-16 Glenn Morris <rgm@gnu.org>
5186
5187 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5188 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5189 Use new names for hooks rather than obsolete aliases.
5190
5191 2012-11-15 Daniel Colascione <dancol@dancol.org>
5192
5193 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5194 prefix instead of "file:" so that when FILE-NAME begins with "//",
5195 as it does when the target file is on a network share, url-handler
5196 isn't confused.
5197
5198 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5199
5200 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5201 a preactivated advice from an old advice.el; they're not compatible!
5202
5203 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5204
5205 * emacs-lisp/nadvice.el (advice--make-interactive-form):
5206 Fix string-spec case.
5207
5208 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5209
5210 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5211
5212 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5213 (advice--buffer-local-function-sample): New var.
5214 (advice--set-buffer-local, advice--buffer-local): New functions.
5215 (add-function, remove-function): Use them.
5216
5217 2012-11-15 Drew Adams <drew.adams@oracle.com>
5218
5219 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5220
5221 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5224 potential binding of print-gensym to t, and prettify (back)quotes in
5225 case they appear in args's default values (bug#12884).
5226
5227 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5230 (advice-eval-interactive-spec): New function.
5231 (advice--make-interactive-form): Support around advice (bug#12844).
5232
5233 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5234
5235 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5236 more strict. Add docstring.
5237 (ruby-expression-expansion-re): Extract from
5238 `ruby-match-expression-expansion'.
5239 (ruby-syntax-propertize-function): After everything else, search
5240 for expansions in string literals, mark their insides as
5241 whitespace syntax and save match data for font-lock.
5242 (ruby-font-lock-keywords): Use the 2nd group from expression
5243 expansion matches.
5244 (ruby-match-expression-expansion): Use the match data saved to the
5245 text property in ruby-syntax-propertize-function.
5246
5247 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5250 (bug#12879).
5251
5252 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5253
5254 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5255 start/end keyword a bit harder. Works with different values of N.
5256 Add more comments.
5257 (ruby-end-of-block): Update accordingly.
5258
5259 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * woman.el (woman-file-name): Don't mess with unread-command-events
5262 (bug#12861).
5263
5264 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5265 Remove out of date self-require hack.
5266 (ad-do-advised-functions): Use simple `dolist'.
5267 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5268 (ad-advice-definition): Redefine as functions.
5269 (ad-advice-classes): Move before first use.
5270 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5271 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5272 (ad--defalias-fset): Remove functions.
5273 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5274 (ad-get-orig-definition): Rewrite.
5275 (ad-make-advised-definition-docstring): Change base docstring.
5276 (ad-real-orig-definition): Rewrite.
5277 (ad-map-arglists): Change name of called function.
5278 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5279 (ad-make-advised-definition): Simplify.
5280 (ad-assemble-advised-definition): Tweak for new calling context.
5281 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5282 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5283 function and call ad-activate if needed.
5284 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5285 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5286 (ad-compile-function): Compile ad-Advice-*.
5287 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5288 (ad-start-advice, ad-stop-advice): Remove.
5289
5290 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5291
5292 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5293 period before class method names, not after. Remove handling of
5294 one impossible case. Add comments.
5295
5296 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * emacs-lisp/advice.el: Remove support for freezing.
5299 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5300 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5301 Remove support for `freeze'.
5302
5303 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5304 override the default.
5305 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5306 cl--dotimes/dolist.
5307 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5308 `cl' is loaded.
5309
5310 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5311 from add-advice.
5312 (advice--strip-macro): New function.
5313 (advice--defalias-fset): Use them to handle macros.
5314 (advice-add): Use them.
5315 (advice-member-p): Correctly handle macros.
5316
5317 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5318
5319 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5320 Never font-lock the beginning of singleton class as heredoc.
5321
5322 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5325
5326 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5327
5328 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5329 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5330 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5331
5332 2012-11-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5333
5334 Fix end-of-defun misbehavior.
5335 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5336 python-beginning-of-defun-function. Handle nested defuns
5337 correctly.
5338 (python-nav-end-of-defun): Rename from
5339 python-end-of-defun-function. Ensure forward movement.
5340 (python-info-current-defun): Reimplement to work as intended
5341 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5342 parent defuns as soon as possible.
5343
5344 2012-11-13 Glenn Morris <rgm@gnu.org>
5345
5346 * progmodes/flymake.el (flymake-error-bitmap)
5347 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5348 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5349
5350 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5351
5352 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5353 backward, always stop at indentation. Reverts the change from
5354 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5355
5356 2012-11-13 Glenn Morris <rgm@gnu.org>
5357
5358 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5359 Add ibuffer-filter-by-derived-mode.
5360
5361 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5362 the same name shadowing each other.
5363
5364 * window.el (with-temp-buffer-window): Doc tweak.
5365
5366 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5367
5368 * help.el (temp-buffer-max-height):
5369 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5370 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5371
5372 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * emacs-lisp/nadvice.el: New package.
5375 * subr.el (special-form-p): New function.
5376 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5377 (elp-all-instrumented-list): Remove var.
5378 (elp-not-profilable): Remove elp-wrapper.
5379 (elp-profilable-p): Use autoloadp and special-form-p.
5380 (elp--advice-name): New const.
5381 (elp-instrument-function): Use advice-add.
5382 (elp--instrumented-p): New predicate.
5383 (elp-restore-function): Use advice-remove.
5384 (elp-restore-all, elp-reset-all): Use mapatoms.
5385 (elp-set-master): Use elp--instrumented-p.
5386 (elp--make-wrapper): Rename from elp-wrapper, return a function
5387 suitable for advice-add. Use cl-inf.
5388 (elp-results): Use mapatoms+elp--instrumented-p.
5389 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5390 (debug-function-list): Remove var.
5391 (debug): Rename arg, and then let-bind it explicitly inside.
5392 (debugger-setup-buffer): Rename arg.
5393 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5394 (debugger-frame-number): Adjust to new debug-on-entry setup.
5395 (debug--implement-debug-on-entry): Rename from
5396 implement-debug-on-entry, add argument.
5397 (debugger-special-form-p): Remove, use special-form-p instead.
5398 (debug-on-entry): Use advice-add.
5399 (debug--function-list): New function.
5400 (cancel-debug-on-entry): Use it, along with advice-remove.
5401 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5402 (debugger-list-functions): Use debug--function-list instead of
5403 debug-function-list.
5404 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5405 (ad-special-form-p): Remove, use special-form-p instead.
5406 (ad-set-advice-info): Use add-function and remove-function.
5407 (ad--defalias-fset): Adjust accordingly.
5408
5409 2012-11-10 Glenn Morris <rgm@gnu.org>
5410
5411 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5412 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5413 (report-emacs-bug-create-existing-bugs-buffer)
5414 (report-emacs-bug-parse-query-results)
5415 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5416
5417 * term.el (term-default-fg-color, term-default-bg-color):
5418 Make obsolete, rather than just saying "deprecated" in the doc.
5419
5420 * term.el (term): Rename from `term-face'.
5421 (term-current-face, ansi-term-color-vector)
5422 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5423 Update all users.
5424
5425 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5426
5427 * server.el (server-create-window-system-frame): Handle Nextstep
5428 specially (Bug#12780).
5429
5430 2012-11-10 Glenn Morris <rgm@gnu.org>
5431
5432 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5433 Unautoload, and make obsolete. (Bug#7449)
5434
5435 2012-11-10 Chong Yidong <cyd@gnu.org>
5436
5437 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5438 rename from diff-remove-trailing-whitespace (Bug#12831).
5439
5440 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5441
5442 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5443 miscompilation of trace.el.
5444
5445 2012-11-10 Glenn Morris <rgm@gnu.org>
5446
5447 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5448
5449 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5452 (bug#12812).
5453
5454 2012-11-10 Chong Yidong <cyd@gnu.org>
5455
5456 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5457 a defcustom with an appropriate :set function.
5458 (minibuffer-default--in-prompt-regexps): New function.
5459
5460 2012-11-10 Glenn Morris <rgm@gnu.org>
5461
5462 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5463 (define-modify-macro): Doc fixes.
5464
5465 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5466 (gv-define-simple-setter): Update doc of `fix-return'.
5467
5468 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5471 twice when `fix-return' is set (bug#12813).
5472
5473 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5474 gv-define-simple-setter (bug#12812).
5475
5476 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5477 (bug#12756).
5478
5479 2012-11-10 Glenn Morris <rgm@gnu.org>
5480
5481 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5482
5483 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5484 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5485 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5486 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5487
5488 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5489
5490 2012-11-10 Leo Liu <sdl.web@gmail.com>
5491
5492 * ido.el (ido-set-matches-1): Improve flex matching performance by
5493 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5494
5495 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5498 (ad--defalias-fset): New function.
5499 (ad-safe-fset): Remove.
5500 (ad-make-freeze-definition): Use cl-letf*.
5501
5502 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * subr.el (dolist): Don't bind VAR in RESULT.
5505
5506 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5507 (fset, documentation): Don't save real def since we don't advise.
5508 (ad-do-advised-functions): Remove problematic `result-form'.
5509 (ad-safe-fset): `ad-real-fset' => `fset'.
5510 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5511 uses CL's dolist internally.
5512 (ad-arglist): Remove unused arg `name'.
5513 (ad-docstring, ad-make-advised-docstring):
5514 `ad-real-documentation' => `documentation'.
5515 (warning-suppress-types): Declare.
5516 (ad-set-arguments): Simple CSE.
5517 (ad-recover-normality): Sanity check.
5518
5519 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5520 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5521
5522 2012-11-09 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5523
5524 * ses.el: symbol to coordinate mapping is made by symbol property
5525 `ses-cell'. This means that the same mapping is done for all SES
5526 sheets. That is good enough for cells with standard A1 names, but
5527 not for named cell. So a hash map is added for the latter.
5528 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5529 (ses-sym-rowcol): Use hashmap for named cell.
5530 (ses-is-cell-sym-p): New defun.
5531 (ses-decode-cell-symbol): New defun.
5532 (ses-create-cell-variable): Add cell to hashmap when name is not
5533 A1-like.
5534 (ses-rename-cell): Check that cell new name is not already in
5535 spreadsheet with the use of ses-is-cell-sym-p
5536 (ses-rename-cell): Use hash map for named cells, but accept also
5537 renaming back to A1-like.
5538
5539 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * emacs-lisp/advice.el: Use new dynamic docstrings.
5542 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5543 Use dynamic-docstring-function instead of ad-advice-info.
5544 (ad--make-advised-docstring): New function extracted from
5545 ad-make-advised-docstring.
5546 (ad-make-advised-docstring): Use it.
5547 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5548 from sql-help.
5549 (sql-help): Use it with dynamic-docstring-function.
5550
5551 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5552
5553 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 * files.el (hack-one-local-variable--obsolete): New function.
5556 (hack-one-local-variable): Use it for obsolete settings.
5557
5558 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5559 the new name.
5560
5561 * progmodes/js.el (js--filling-paragraph): New var.
5562 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5563 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5564 less sneaky.
5565
5566 2012-11-08 Julien Danjou <julien@danjou.info>
5567
5568 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5569 `auto-mode-alist' (Bug#12835).
5570
5571 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5572
5573 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5574 (perl--prettify-symbols-alist): New const.
5575 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5576 New functions.
5577 (perl-font-lock-keywords-2): Use them.
5578 (perl-electric-noindent-p): New function.
5579 (perl-mode): Use it to set up electric-indent-mode.
5580 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5581 (perl-mode-map): Remove bindings for them.
5582 (perl-imenu-generic-expression, perl-outline-level):
5583 Match functions&packages in column>0.
5584
5585 * env.el (env--substitute-vars-regexp): New const.
5586 (substitute-env-vars): Use it. Add `only-defined' arg.
5587 * net/tramp.el (tramp-replace-environment-variables): Use it.
5588
5589 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5590 Byte-compile *before* eval in eval-and-compile.
5591 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5592 (byte-compile-file-form-autoload): Don't hide actual definition.
5593 (byte-compile-maybe-guarded): Accept `functionp' as well.
5594
5595 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5596
5597 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5598
5599 * notifications.el (notifications-get-server-information-method):
5600 New defconst.
5601 (notifications-get-capabilities): Fix docstring.
5602 (notifications-get-server-information): New defun.
5603
5604 2012-11-06 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5605
5606 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5607 readability.
5608
5609 * textmodes/ispell.el: Experimental support for support debugging.
5610 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5611 buffer for ispell.
5612 (ispell-print-if-debug): New function to print stuff to
5613 `ispell-debug-buffer' if debugging is enabled.
5614 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5615 show some debugging info.
5616 (ispell-buffer-with-debug): New function that creates a debugging
5617 buffer and calls `ispell-buffer' with debugging enabled.
5618
5619 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5620 comment in autoconf mode. (Bug#12768)
5621
5622 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5623
5624 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5625 frame-first-window, frame-root-window, frame-selected-window,
5626 minibuffer-selected-window, minibuffer-window,
5627 window-absolute-pixel-edges, window-at, window-body-height,
5628 window-body-width, window-display-table, window-combination-limit,
5629 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5630 window-inside-edges, window-inside-pixel-edges, window-left-child,
5631 window-left-column, window-margins, window-next-buffers,
5632 window-next-sibling, window-new-normal, window-new-total,
5633 window-normal-size, window-parameter, window-parameters, window-parent,
5634 window-pixel-edges, window-point, window-prev-buffers,
5635 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5636 window-start, window-text-height, window-top-child, window-top-line,
5637 window-total-height, window-total-width and window-use-time to the list
5638 of functions without side-effects.
5639 (toplevel): Add window-valid-p to the list of error-free functions
5640 without side-effects.
5641
5642 2012-11-05 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5643
5644 * textmodes/ispell.el (ispell-program-name):
5645 Update spellchecker parameters when customized.
5646
5647 2012-11-04 Glenn Morris <rgm@gnu.org>
5648
5649 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5650
5651 2012-11-04 Chong Yidong <cyd@gnu.org>
5652
5653 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5654 same-window-* variables.
5655
5656 2012-11-04 Juri Linkov <juri@jurta.org>
5657
5658 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5659 (isearch-describe-key, isearch-describe-mode): Use a display
5660 action instead of binding same-window-* variables (Bug#10040).
5661
5662 2012-11-03 Glenn Morris <rgm@gnu.org>
5663
5664 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5665 Rename handler properties back from cl-- to cl-. (Bug#12788)
5666
5667 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5668
5669 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5670
5671 * term/pc-win.el: Don't load term/internal from here.
5672
5673 * loadup.el: Load term/internal from here.
5674
5675 2012-11-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5676
5677 * progmodes/python.el (inferior-python-mode): Fix hang in
5678 jit-lock (Bug#12645).
5679
5680 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5681
5682 * window.el (switch-to-visible-buffer)
5683 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5684
5685 2012-11-03 Glenn Morris <rgm@gnu.org>
5686
5687 * emacs-lisp/cl-lib.el (cl--random-time):
5688 Rename from cl-random-time. (Bug#12773)
5689 (cl--gensym-counter, cl--random-state): Update callers.
5690 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5691
5692 2012-11-03 Chong Yidong <cyd@gnu.org>
5693
5694 * cus-start.el: Make cursor-type customizable (Bug#11633).
5695
5696 2012-11-02 Glenn Morris <rgm@gnu.org>
5697
5698 * filecache.el: No need to load find-lisp when compiling.
5699 (find-lisp-find-files): Autoload it.
5700 (file-cache-add-directory-recursively): Don't require find-lisp.
5701
5702 * image.el (image-type-from-file-name): Trivial simplification.
5703
5704 * emacs-lisp/bytecomp.el (byte-compile-eval):
5705 Decouple "noruntime" and "cl-functions" warnings.
5706
5707 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5708
5709 * play/gomoku.el (gomoku-display-statistics): Update mode line
5710 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5711
5712 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5713
5714 * window.el (quit-restore-window): If the window has been
5715 created on an existing frame and ended up as the sole window on
5716 that frame, do not delete it (Bug#12764).
5717
5718 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5721 Rename from sh--inside-arithmetic-expression, handle more cases
5722 (bug#11263).
5723
5724 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5725 (sh-font-lock-open-heredoc): Use it (bug#12770).
5726
5727 2012-10-30 Glenn Morris <rgm@gnu.org>
5728
5729 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5730
5731 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5732
5733 2012-10-29 Chong Yidong <cyd@gnu.org>
5734
5735 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5736 function key is stored in a keyboard macro (Bug#4894).
5737
5738 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5739
5740 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5743 header comments".
5744 (diff-unified->context, diff-context->unified)
5745 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5746
5747 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5748
5749 * files.el (find-alternate-file): Only ask one question (bug#12487).
5750
5751 2012-10-29 Chong Yidong <cyd@gnu.org>
5752
5753 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5754 Suggested by Dan Nicolaescu (Bug#6326).
5755
5756 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5757
5758 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5759
5760 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5761
5762 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5763
5764 * face-remap.el (face-remap-add-relative): Handle the case where a
5765 face-remapping-alist entry is a cons cell (Bug#12762).
5766
5767 2012-10-29 Kevin Ryde <user42@zip.com.au>
5768
5769 * woman.el (woman-parse-numeric-value): Handle picas correctly
5770 (Bug#12639).
5771
5772 2012-10-29 Glenn Morris <rgm@gnu.org>
5773
5774 * emacs-lisp/cl.el (defsetf): Doc fix.
5775
5776 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5779 syntax to the matching opener, if any (bug#12547).
5780 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5781 matching open as a "case-(".
5782 (sh-smie-rc-grammar): Add a corresponding rule for it.
5783
5784 2012-10-28 Daniel Hackney <dan@haxney.org>
5785
5786 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5787 "PKGNAME-autoloads.el" in case we created it.
5788
5789 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5792 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5793 (completion--twq-all): Disable too-strict assertions.
5794
5795 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5796
5797 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5798
5799 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5800 text to match the real keybindings.
5801
5802 2012-10-27 Juri Linkov <juri@jurta.org>
5803
5804 * wdired.el (wdired-keep-marker-rename): New defcustom.
5805 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5806 (Bug#11795)
5807
5808 * dired.el (dired-keep-marker-rename): Add reference to
5809 `wdired-keep-marker-rename' in the docstring.
5810 Add default character value ?R to display initially in
5811 Customization UI instead of ?@.
5812
5813 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5814
5815 * window.el (display-buffer): In doc-string describe
5816 window-height and window-width alist entries.
5817
5818 * time.el (display-time-world): Restore fit-window-to-buffer
5819 behavior.
5820
5821 2012-10-27 Chong Yidong <cyd@gnu.org>
5822
5823 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5824
5825 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5826
5827 * minibuffer.el (completion-category-overrides): New completion
5828 category `bookmark' (bug#11131).
5829
5830 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5833 Silence bogus compiler warnings for ad-do-it.
5834
5835 * bookmark.el (bookmark-completing-read): Set the completion category
5836 to `bookmark' (bug#11131).
5837
5838 2012-10-26 Bastien <bzg@altern.org>
5839 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * face-remap.el: Use lexical-binding.
5842 (text-scale-adjust): Improve docstring. Use itself for the temporary
5843 overlay-map bindings, so as to repeat the "Use..." message each time.
5844
5845 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * emacs-lisp/macroexp.el (macroexp--expand-all):
5848 Obey byte-compile-warning-enabled-p (bug#12486).
5849
5850 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5851 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5852
5853 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5854
5855 * mouse.el (mouse-drag-line): Move last form into preceding when
5856 clause (Bug#12731).
5857
5858 * help.el (resize-temp-buffer-window): Fix doc-string.
5859
5860 2012-10-25 David Engster <deng@randomsample.de>
5861
5862 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5863 Remove. This feature is already integrated in imenu.
5864
5865 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5866 always loaded. Require `speedbar' unconditionally.
5867
5868 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5871
5872 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5873
5874 * net/ldap.el (ldap-search-internal): The official ldif format starts
5875 with a "version: 1" header (bug#12724).
5876
5877 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5878 (bug#12721).
5879
5880 2012-10-25 Glenn Morris <rgm@gnu.org>
5881
5882 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5883
5884 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5885
5886 * minibuffer.el (minibuffer-force-complete): Use one more marker
5887 for the temporary-overlay-map command (bug#12619).
5888
5889 2012-10-24 Chong Yidong <cyd@gnu.org>
5890
5891 * time.el (display-time-world-mode): Derive from special-mode.
5892 (display-time-world): Use display-buffer (Bug#12708).
5893 (display-time-world-mode-map): Variable deleted.
5894 (display-time-world-display): Wrap the final delete-char inside
5895 inhibit-read-only.
5896
5897 2012-10-24 Chong Yidong <cyd@gnu.org>
5898
5899 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5900 Doc fix.
5901
5902 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5903
5904 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * minibuffer.el (completion--all-sorted-completions-location): New var.
5907 (completion--cache-all-sorted-completions)
5908 (completion--flush-all-sorted-completions): Use it.
5909 (completion-in-region, completion-in-region--postch)
5910 (completion-at-point, completion-help-at-point): Use markers in
5911 completion-in-region--data (bug#12619).
5912
5913 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * progmodes/compile.el (compilation-start): Try to handle common
5916 quoting of `cd' argument (bug#12640).
5917
5918 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5919 (bug#12671).
5920
5921 2012-10-23 Glenn Morris <rgm@gnu.org>
5922
5923 * progmodes/gud.el (gud-menu-map):
5924 Check gdb-active-process is bound. (Bug#12358)
5925
5926 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * repeat.el (repeat): Set real-this-command (bug#12232).
5929
5930 * htmlfontify.el (hfy-post-html-hook):
5931 * filesets.el (filesets-cache-fill-content-hook):
5932 * arc-mode.el (archive-extract-hook):
5933 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5934 * net/rcirc.el (rcirc-sentinel-functions)
5935 (rcirc-receive-message-functions, rcirc-activity-functions)
5936 (rcirc-print-functions):
5937 * net/dbus.el (dbus-event-error-functions):
5938 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5939 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5940 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5941 * term/sun.el (sun-raw-prefix-hooks):
5942 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5943
5944 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5945
5946 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5947 Set `tramp-chunksize' to 1. This improves the performance.
5948 (tramp-smb-wait-for-output): Add timeout to
5949 `tramp-accept-process-output' calls.
5950
5951 2012-10-23 Chong Yidong <cyd@gnu.org>
5952
5953 * faces.el (font-list-limit): Define as an obsolete variable.
5954
5955 * startup.el (command-line):
5956 * cus-start.el: Don't refer to font-list-limit.
5957
5958 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5959
5960 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * subr.el (internal-temp-output-buffer-show): Rename from
5963 temp-output-buffer-show, since previously compiled files expect this name.
5964
5965 2012-10-23 Glenn Morris <rgm@gnu.org>
5966
5967 * image.el (image-type-from-file-name): If multiple types match,
5968 return the first one that is supported. (Bug#9045)
5969
5970 2012-10-22 Glenn Morris <rgm@gnu.org>
5971
5972 * image.el (imagemagick-enabled-types): Doc fix.
5973
5974 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
5975
5976 * progmodes/which-func.el (which-func-current): The hash-table may have
5977 an explicit nil (bug#12338).
5978
5979 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * electric.el (electric-pair-delete-selection-self-insert-function):
5982 Rename to electric-pair-will-use-region, return a boolean.
5983 (electric-pair-mode): Adjust accordingly. Don't require delsel.
5984
5985 * delsel.el (delete-selection-helper): Use a function instead of a hook.
5986 (delete-selection-pre-hook): Use use-region-p.
5987 (delete-selection-self-insert-function): Remove.
5988 (self-insert-command): Obey self-insert-uses-region-functions.
5989 (self-insert-iso): Revert to previous setting, since we don't actually
5990 know what that command does.
5991 (delete-selection-self-insert-hooks): Remove.
5992
5993 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
5994
5995 * delsel.el (delete-selection-helper): New function, extracted from
5996 delete-selection-pre-hook.
5997 (delete-selection-pre-hook): Use it.
5998 (delete-selection-self-insert-function): New function.
5999 (delete-selection-self-insert-hooks): New hook.
6000 (self-insert-command, self-insert-iso): Use it.
6001 * electric.el (electric-pair-syntax): New function, extracted from
6002 electric-pair-post-self-insert-function.
6003 (electric-pair-post-self-insert-function): Use it.
6004 (electric-pair-delete-selection-self-insert-function): New function.
6005 (electric-pair-mode): Require delsel and setup
6006 delete-selection-self-insert-hooks (bug#11520).
6007
6008 2012-10-20 Chong Yidong <cyd@gnu.org>
6009
6010 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6011 no changes to show (Bug#12586).
6012
6013 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6014 list explicitly (Bug#12571).
6015
6016 2012-10-20 Arne Jørgensen <arne@arnested.dk>
6017
6018 * progmodes/flymake.el (flymake-create-temp-inplace):
6019 Use file-truename.
6020
6021 2012-10-20 Eli Zaretskii <eliz@gnu.org>
6022
6023 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
6024
6025 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6026
6027 * calc/calc-units.el (math-extract-units): Properly extract powers
6028 of units.
6029
6030 2012-10-20 Daniel Colascione <dancol@dancol.org>
6031
6032 * frame.el (make-frame): Set x-display-name as we used to in order
6033 to unbreak creating an X11 frame from an Emacs daemon started
6034 without a display.
6035
6036 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6037
6038 * minibuffer.el (minibuffer-force-complete): Make the next completion use
6039 the same completion-field (bug#12221).
6040
6041 2012-10-19 Martin Rudalics <rudalics@gmx.at>
6042
6043 * emacs-lisp/debug.el (debug): Record height of debugger window
6044 also when debugger will be back (Bug#8789).
6045
6046 2012-10-18 Chong Yidong <cyd@gnu.org>
6047
6048 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6049 Convert to defcustom.
6050 (gdb-get-source-file): Don't bind pop-up-windows.
6051
6052 * progmodes/gud.el (gud-display-line): Don't specially re-use
6053 other frames for the gdb-mi case (Bug#12648).
6054
6055 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * emacs-lisp/advice.el: Clean up commentary a bit.
6058 (ad-do-advised-functions, ad-with-originals): Use `declare'.
6059 (byte-code-function-p): Never redefine.
6060
6061 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6062
6063 2012-10-18 Glenn Morris <rgm@gnu.org>
6064
6065 * dired.el (dired-sort-toggle): Some ls implementations only allow
6066 a single option string. (Bug#12666)
6067
6068 * minibuffer.el (completion-cycle-threshold): Doc fix.
6069
6070 2012-10-17 Kenichi Handa <handa@gnu.org>
6071
6072 * international/mule.el (set-keyboard-coding-system):
6073 Recover input meta mode when the new coding system doesn not use 8-bit.
6074 Supply TERMINAL arg to set-input-meta-mode.
6075
6076 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
6077
6078 * wdired.el (wdired-old-marks): New variable.
6079 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6080 (wdired-do-renames): Move point with renamed file and don't lose
6081 mark status (Bug#11795).
6082
6083 2012-10-16 Juri Linkov <juri@jurta.org>
6084
6085 * replace.el (query-replace-help): Mention multi-buffer replacement
6086 keys in the Help message. (Bug#12655)
6087
6088 2012-10-15 Chong Yidong <cyd@gnu.org>
6089
6090 * emacs-lisp/byte-run.el (defsubst): Doc fix.
6091
6092 2012-10-14 Eli Zaretskii <eliz@gnu.org>
6093
6094 * window.el (display-buffer): Doc fix.
6095
6096 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6097 Adjust the msft regexp to the output of Studio 2010, and move msft
6098 before edg-1. See the discussion on emacs-devel,
6099 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6100 for the details.
6101
6102 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6105 (oset): Move uses of object-class-fast macro after its definition.
6106
6107 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6108
6109 2012-10-13 Chong Yidong <cyd@gnu.org>
6110
6111 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6112 enabled, re-enable it (Bug#11963).
6113
6114 2012-10-13 Martin Rudalics <rudalics@gmx.at>
6115
6116 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6117 non-nil, restore window configuration (Bug#12623).
6118
6119 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * help-fns.el (describe-variable, describe-function-1):
6122 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6123
6124 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6125
6126 2012-10-12 Glenn Morris <rgm@gnu.org>
6127
6128 * mail/rmailsum.el (rmail-header-summary):
6129 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
6130
6131 2012-10-12 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6132
6133 * progmodes/python.el (python-mode-map):
6134 Replace subtitute-key-definition with proper command remapping.
6135 (python-nav--up-list): Fix behavior for blocks on the same level.
6136
6137 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6140
6141 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6142 changes to the format of load-history.
6143
6144 * international/mule-cmds.el (read-char-by-name): Move let-binding of
6145 completion-ignore-case in case that var is buffer-local (bug#12615).
6146
6147 2012-10-11 Kenichi Handa <handa@gnu.org>
6148
6149 * international/eucjp-ms.el: Re-generated.
6150
6151 2012-10-10 Kenichi Handa <handa@gnu.org>
6152
6153 * select.el (xselect--encode-string): If a coding is specified for
6154 selection, and that is compatible with COMPOUND_TEXT, use it.
6155
6156 2012-10-10 Martin Rudalics <rudalics@gmx.at>
6157
6158 * window.el (switch-to-buffer-preserve-window-point): New option.
6159 (switch-to-buffer):
6160 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6161
6162 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6165 Don't document nil as a useful value (bug#12583).
6166
6167 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
6168
6169 * net/tramp.el (tramp-debug-message):
6170 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6171 (with-tramp-progress-reporter): Rename from
6172 `tramp-with-progress-reporter'.
6173 (with-tramp-file-property, with-tramp-connection-property):
6174 Move from tramp-cache.el, rename from `with-file-property' and
6175 `with-connection-property', respectively.
6176
6177 * net/tramp-cache.el: Remove `with-file-property' and
6178 `with-connection-property'.
6179
6180 * net/tramp.el:
6181 * net/tramp-gvfs.el:
6182 * net/tramp-sh.el:
6183 * net/tramp-smb.el: Adapt callees.
6184
6185 * net/trampver.el: Update release number.
6186
6187 2012-10-09 Glenn Morris <rgm@gnu.org>
6188
6189 * w32-fns.el (set-message-beep):
6190 * term/w32-win.el (set-message-beep): Update declarations.
6191
6192 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6195 (mode-line-widen, mode-line-input-method-map)
6196 (mode-line-coding-system-map, mode-line-remote)
6197 (mode-line-unbury-buffer, mode-line-bury-buffer)
6198 (mode-line-next-buffer, mode-line-previous-buffer):
6199 Replace save-selected-window+select-window => with-selected-window.
6200
6201 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6202 * progmodes/cc-vars.el (bq-process): Remove, unused.
6203
6204 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6205
6206 2012-10-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6207
6208 Implemented `backward-up-list'-like navigation.
6209 * progmodes/python.el (python-nav-up-list)
6210 (python-nav-backward-up-list): New functions.
6211 (python-mode-map): Define substitute key for backward-up-list to
6212 python-nav-backward-up-list.
6213
6214 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6215
6216 * progmodes/python.el (python-fill-paragraph): Rename from
6217 python-fill-paragraph-function. Fixed fill-paragraph for
6218 decorators (Bug#12605).
6219
6220 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6221
6222 * progmodes/python.el (python-shell-output-filter): Handle extra
6223 carriage return in OSX (Bug#12409).
6224
6225 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6226
6227 Fix shell handling of unbalanced quotes and parens in output.
6228 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6229 (python-syntax-propertize-function): Use it.
6230 (python-shell-output-syntax-table): New var.
6231 (inferior-python-mode): Prevent unbalanced parens/quotes from
6232 previous output mess with current input context.
6233
6234 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
6235
6236 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6237 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6238
6239 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
6240
6241 * ffap.el (ffap-replace-file-component): Support Tramp file name
6242 syntax, not only ange-ftp's one.
6243
6244 2012-10-08 Glenn Morris <rgm@gnu.org>
6245
6246 * cus-start.el (message-log-max): Set :version.
6247
6248 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6249
6250 2012-10-08 Martin Rudalics <rudalics@gmx.at>
6251
6252 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6253 the minibuffer window (Bug#10851).
6254
6255 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6256
6257 Enhancements on forward-sexp movement.
6258 * progmodes/python.el (python-nav-beginning-of-statement)
6259 (python-nav-end-of-statement): Return point-marker.
6260 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6261 (python-info-current-symbol)
6262 (python-info-statement-starts-block-p): Rename from
6263 python-info-beginning-of-block-p.
6264 (python-info-statement-ends-block-p): Rename from
6265 python-info-end-of-block-p.
6266 (python-info-beginning-of-statement-p)
6267 (python-info-end-of-statement-p)
6268 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6269 New functions.
6270
6271 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6274 frame-selected-windows.
6275
6276 2012-10-08 Daniel Colascione <dancol@dancol.org>
6277
6278 * battery.el (battery-status-function): Check for
6279 w32-battery-status itself, not system-time windows-nt.
6280
6281 * frame.el: Require cl-lib.
6282 (display-format-alist): New variable mapping frame types to
6283 functions that initialize them.
6284 (window-system-for-display): New function: interprets
6285 display-format-alist.
6286 (make-frame-on-display): Remove existing display-selection logic
6287 and just forward to make-frame, which will now DTRT.
6288 (make-frame): Restructure to use window-system-for-display to
6289 figure out how to create a frame on a given display.
6290 (display-mouse-p): Look for frame-type w32, not a particular
6291 system-type.
6292
6293 * loadup.el: Load w32 lisp code when we have the w32 feature.
6294
6295 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6296 system-type windows-nt.
6297
6298 * server.el (server-create-window-system-frame): Look for window
6299 type.
6300 (server-proces-filter): Only force a window system when windows-nt
6301 _and_ w32. Explain why.
6302
6303 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6304 of window systems we configure for the mode.
6305
6306 * startup.el (command-line): Mark window system is initialized
6307 after we've done it.
6308
6309 * common-win.el (x-select-text): Look for w32, not windows-nt.
6310
6311 * ns-win.el: Require cl-lib. Add ourselves to
6312 display-format-alist.
6313 (ns-initialize-window-system): Assert we're not initialized twice.
6314
6315 * w32-win.el: Enable lexical binding; require cl-lib; add
6316 ourselves to display-format-alist.
6317 (w32-handle-dropped-file): Convert incoming dropped files from
6318 Windows paths to Cygwin ones before passing them on to the rest of
6319 Emacs.
6320 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6321 (w32-initialize-window-system): Assert we're not initialized twice.
6322
6323 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6324 (x-initialize-window-system): Assert we're not initialized twice.
6325
6326 * w32-common-fns.el: New File.
6327 (w32-version, w32-using-nt, w32-get-clipboard-data)
6328 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6329 (w32-charset-info-alist, x-last-selected, text)
6330 (x-get-selection-value, x-selection-value): Move here.
6331
6332 * w32-fns.el: Require w32-common-fns.
6333 (w32-version, w32-using-nt, w32-get-clipboard-data)
6334 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6335 (w32-charset-info-alist, x-last-selected, text)
6336 (x-get-selection-value, x-selection-value): Move to
6337 w32-common-fns.
6338
6339 * w32-vars.el:
6340 (w32-allow-system-shell, w32-system-shells): Define only in
6341 non-cygwin case.
6342
6343 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6346 (read-passwd): Remove a few more potential sources of leaks.
6347
6348 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6349
6350 * progmodes/python.el (inferior-python-mode)
6351 (python-shell-make-comint): Fix initialization of local
6352 variables copied from parent buffer.
6353
6354 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6355
6356 * term/ns-win.el (ns-read-file-name): Update declaration to match
6357 nsfns.m.
6358 (ns-respond-to-change-font): Change fontsize separately so we are sure
6359 it is set when font is acted upon.
6360
6361 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6362
6363 Enhancements to indentation.
6364 * progmodes/python.el (python-indent-context): Give priority to
6365 inside-string context. Make comments indentation markers.
6366 (python-indent-region): Do not mess with strings, unless it's the
6367 enclosing set of quotes.
6368
6369 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * window.el (internal--before-save-selected-window)
6372 (internal--after-save-selected-window): New functions extracted from
6373 save-selected-window. Make sure we return the `alist' we construct.
6374 (save-selected-window): Use them.
6375
6376 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6377 Use with-selected-window.
6378
6379 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6380 forms that define macros (bug#12593).
6381
6382 2012-10-07 Kenichi Handa <handa@gnu.org>
6383
6384 * international/mule-conf.el (compound-text-with-extensions):
6385 Add :mime-charset property as x-ctext.
6386
6387 2012-10-07 Stefan Merten <smerten@oekonux.de>
6388
6389 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6390 (rst-indent-literal-normal, rst-indent-literal-minimized)
6391 (rst-indent-comment): Correct :version tag.
6392 (rst-official-cvs-rev): Correct version string.
6393
6394 2012-10-07 Glenn Morris <rgm@gnu.org>
6395
6396 * mail/rmailmm.el (rmail-mime-process-multipart):
6397 Do not confuse a multipart message with an epilogue
6398 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6399
6400 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6401
6402 Fix shell output retrieval and comint-prompt-regexp init.
6403 * progmodes/python.el (inferior-python-mode):
6404 (python-shell-make-comint): Fix initialization of
6405 comint-prompt-regexp from copied file local variables.
6406 (python-shell-fetched-lines): Remove var.
6407 (python-shell-output-filter-in-progress): Rename from
6408 python-shell-fetch-lines-in-progress.
6409 (python-shell-output-filter-buffer): Rename from
6410 python-shell-fetch-lines-string.
6411 (python-shell-fetch-lines-filter): Delete function.
6412 (python-shell-output-filter): New function.
6413 (python-shell-send-string-no-output): Use them.
6414
6415 2012-10-07 Glenn Morris <rgm@gnu.org>
6416
6417 * hi-lock.el (hi-lock-process-phrase):
6418 Try to make it less fragile. (Bug#7161)
6419
6420 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6421
6422 2012-10-06 Glenn Morris <rgm@gnu.org>
6423
6424 * ehelp.el (electric-help-mode): Use help-mode rather than
6425 non-existent mode `help'.
6426 (electric-help-map): Use button-buffer-map. (Bug#10917)
6427
6428 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6429 (reftex-create-bibtex-footer): Fix custom types.
6430
6431 * progmodes/sh-script.el (sh-indent-after-continuation):
6432 Add explicit :group.
6433
6434 * textmodes/rst.el (rst-preferred-decorations)
6435 (rst-shift-basic-offset): Clarify obsolescence versions.
6436
6437 * profiler.el (profiler): Add missing group :version tag.
6438 * avoid.el (mouse-avoidance-banish-position):
6439 * proced.el (proced-renice-command):
6440 * calc/calc.el (calc-ensure-consistent-units):
6441 * calendar/icalendar.el (icalendar-import-format-uid):
6442 * net/tramp.el (tramp-save-ad-hoc-proxies):
6443 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6444 * progmodes/flymake.el (flymake-error-bitmap)
6445 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6446 * progmodes/sh-script.el (sh-indent-after-continuation):
6447 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6448 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6449 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6450 (vhdl-array-index-record-field-in-sensitivity-list)
6451 (vhdl-indent-comment-like-next-code-line):
6452 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6453 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6454 (reftex-cite-key-separator, reftex-create-bibtex-header)
6455 (reftex-create-bibtex-footer):
6456 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6457 (rst-indent-literal-normal, rst-indent-literal-minimized)
6458 (rst-indent-comment): Add missing custom :version tags.
6459
6460 * calendar/timeclock.el (timeclock-modeline-display):
6461 Add missing obsolete alias for renamed user option.
6462
6463 * strokes.el (strokes-modeline-string):
6464 * emulation/crisp.el (crisp-mode-modeline-string):
6465 * eshell/esh-mode.el (eshell-status-in-modeline):
6466 Aliases to defcustoms must come before the defcustom.
6467
6468 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6469 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6470 (cal-tex-cursor-week-monday): Doc fixes.
6471 (cal-tex-cursor-week2-summary): Doc fix.
6472 Rename from cal-tex-cursor-week-at-a-glance.
6473
6474 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6475 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6476
6477 * calendar/calendar.el (calendar-mode-map):
6478 Add cal-tex-cursor-week2-summary.
6479
6480 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6483
6484 * subr.el (read-passwd-map): New var.
6485 (read-passwd): Use `read-string' again.
6486 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6487
6488 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6489
6490 * register.el (append-to-register, prepend-to-register):
6491 Deactivate mark, as does `copy-to-register' (bug#12389).
6492
6493 2012-10-06 Chong Yidong <cyd@gnu.org>
6494
6495 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6496
6497 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6498
6499 * international/characters.el: Fix simple mistake ((car chars) ->
6500 elt), delete duplicated code.
6501
6502 2012-10-06 Glenn Morris <rgm@gnu.org>
6503
6504 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6505
6506 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6507
6508 * color.el (color-hsl-to-rgb): Fix incorrect results for
6509 small and large hue values. (Bug#12559)
6510
6511 2012-10-05 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6512
6513 Enhancements to docstring formatting when filling paragraphs.
6514 * progmodes/python.el (python-fill-docstring-style): Rename from
6515 python-fill-string-style. Added new style.
6516 (python-fill-string): Use new style. Better checks for
6517 docstrings.
6518
6519 2012-10-05 Glenn Morris <rgm@gnu.org>
6520
6521 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6522
6523 * color.el (color-name-to-rgb, color-rgb-to-hex)
6524 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6525 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6526 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6527 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6528
6529 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6530
6531 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6532
6533 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6534 to get the correct size across symlinks.
6535
6536 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6537
6538 2012-10-04 Juri Linkov <juri@jurta.org>
6539
6540 * replace.el (query-replace-interactive): Declare obsolete.
6541 (query-replace-read-from): Add the last incremental search string
6542 to the list of default values accessible via M-n.
6543 (map-query-replace-regexp): Use `read-regexp'.
6544 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6545 (map-query-replace-regexp, replace-string, replace-regexp):
6546 Fix docstrings to replace mentions of `query-replace-interactive'
6547 with alternatives. (Bug#12526)
6548
6549 2012-10-04 Juri Linkov <juri@jurta.org>
6550
6551 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6552 (dired-pop-to-buffer): Declare obsolete.
6553 (dired-mark-pop-up): Doc fix.
6554
6555 2012-10-04 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6556
6557 Allow user to set docstring style for fill-paragraph.
6558 * progmodes/python.el
6559 (python-fill-comment-function, python-fill-string-function)
6560 (python-fill-decorator-function, python-fill-paren-function):
6561 Remove :safe for defcustoms.
6562 (python-fill-string-style): New defcustom
6563 (python-fill-paragraph-function): Enhance context detection.
6564 (python-fill-string): Honor python-fill-string-style settings.
6565
6566 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6567
6568 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6569 after setting its buffer (Bug#10805).
6570
6571 2012-10-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6572
6573 Fix cornercase for string syntax.
6574 * progmodes/python.el (python-syntax-propertize-function):
6575 Simplify and enhance the regexp for unescaped quotes. Now it also
6576 matches quotes in weird situations like the single quote in
6577 "something\"'".
6578 (python-syntax-stringify): Simplify num-quotes detecting code.
6579
6580 2012-10-03 Glenn Morris <rgm@gnu.org>
6581
6582 * help-macro.el (three-step-help):
6583 Revert 2012-09-29 change. (Bug#12567)
6584
6585 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6586
6587 * menu-bar.el (kill-this-buffer): Don't do anything when
6588 `menu-frame' is not alive or visible (Bug#8184).
6589
6590 * emacs-lisp/debug.el (debug): When quitting the debugger window
6591 restore current buffer (Bug#12502).
6592
6593 2012-10-02 Chong Yidong <cyd@gnu.org>
6594
6595 * progmodes/hideif.el (hif-lookup, hif-defined):
6596 Handle semantic-c-takeover-hideif.
6597
6598 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6599
6600 Change sampling interval units from ms to ns.
6601 * profiler.el (profiler-sampling-interval): Change units
6602 from ms to ns, multiplying the default by 1000000 so that
6603 it remains 1 ms.
6604 (profiler-report-cpu-line-format): Give enough room for
6605 the maximum counters on 64-bit hosts.
6606 (profiler-report-render-calltree-1): Call them "CPU samples",
6607 not "Time (ms)", since they are not milliseconds now (and
6608 never really were).
6609
6610 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6611
6612 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6613 Fix querying BBDB for entries without a last name (Bug#11580).
6614
6615 2012-10-02 Chong Yidong <cyd@gnu.org>
6616
6617 * emacs-lisp/eieio.el: Restore Version header.
6618
6619 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * vc/diff-mode.el (diff--auto-refine-data): New var.
6622 (diff-hunk): Use it to delay refinement.
6623 (diff-mode): Remove overlays when we turn off font-lock.
6624
6625 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6626 (table-initialize-table-fixed-width-mode)
6627 (table-set-table-fixed-width-mode): Remove functions.
6628 (table-command-list): Move initialization into declaration.
6629 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6630 (table-with-cache-buffer): Use `declare'.
6631 (table-span-cell): Simplify via CSE.
6632 (table-fixed-width-mode): Use define-minor-mode.
6633 (table-call-interactively, table-funcall, table-apply): Remove.
6634 (table-function): New function, to replace them.
6635
6636 * bookmark.el (bookmark-search-pattern): Remove var.
6637 (bookmark-read-search-input): Remove function.
6638 (bookmark-bmenu-search): Reimplement using a minibuffer.
6639
6640 * faces.el (modeline): Remove obsolete face name.
6641
6642 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6643 and give a non-nil default value.
6644 (add-change-log-entry): Simplify accordingly.
6645
6646 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6647
6648 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6649 (vc-git-log-edit-toggle-amend): New function.
6650 (vc-git-log-edit-toggle-signoff): New function.
6651 (vc-git-log-edit-mode): New major mode.
6652 (vc-git-log-edit-mode-map): Keymap for it.
6653 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6654
6655 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6656 header names.
6657 (log-edit-toggle-header): New function.
6658 (log-edit-extract-headers): Accept function values in HEADERS alist.
6659
6660 2012-10-01 David Engster <deng@randomsample.de>
6661
6662 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6663 from symbol property and change message to be more consistent with
6664 Emacs proper.
6665 (eieio-describe-generic): Add filename for each implementation.
6666 Fix indices for generic and normal methods.
6667 (eieio-method-def, eieio-class-def): New buttons.
6668 (eieio-help-find-method-definition)
6669 (eieio-help-find-class-definition): New functions.
6670 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6671 class, constructor and method definitions.
6672
6673 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6674 information in symbol property.
6675 (scoped-class): Remove.
6676 (eieio-slot-name-index, call-next-method): Check if it is bound.
6677
6678 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6679
6680 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6681 (eieio-custom-mode): New major mode.
6682 (eieio-customize-object): Use it.
6683
6684 2012-10-01 Eric Ludlam <zappo@gnu.org>
6685
6686 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6687 specifying the expected class, and whether subclassing is allowed.
6688 (eieio-persistent-convert-list-to-object):
6689 (eieio-persistent-validate/fix-slot-value)
6690 (eieio-persistent-slot-type-is-class-p): New functions.
6691 (eieio-named::slot-missing): Doc fix.
6692
6693 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6694 Stop using unused publd variable.
6695
6696 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6697 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6698 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6699 (eieio-speedbar-handle-click): Do not specify a class for the
6700 method. Fixes method invocation order problems with EDE.
6701
6702 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6705 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6706
6707 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6708
6709 * bookmark.el (bookmark-version-control): Give tags in the
6710 :type choices (Bug#12309), and improve doc string.
6711 (bookmark-write-file): Bind `print-circle' to `t' to allow
6712 circular custom bookmark types. (Bug#12503)
6713
6714 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6715
6716 Revert the FOLLOW-SYMLINKS change for file-attributes.
6717 * files.el (remote-file-name-inhibit-cache, after-find-file):
6718 * time.el (display-time-file-nonempty-p): Undo last change.
6719
6720 * profiler.el (profiler-sampling-interval): Change default back to 1.
6721 See Stefan Monnier in
6722 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6723
6724 2012-10-01 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6725
6726 Shell output catching a la gud-gdb.
6727 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6728 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6729 New Vars.
6730 (python-shell-fetch-lines-filter): New function.
6731 (python-shell-send-string-no-output): Use them.
6732
6733 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6734
6735 * profiler.el (profiler-sampling-interval): Rename from
6736 profiler-sample-interval.
6737 (profiler-sampling-interval): Default to 10.
6738 (profiler-find-profile): New command (was profiler-find-log).
6739 (profiler-find-profile-other-window): New command.
6740 (profiler-find-profile-other-frame): New command.
6741 (profiler-profile): Introduce API-level data structure.
6742
6743 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6744
6745 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6746 * files.el (remote-file-name-inhibit-cache):
6747 * time.el (display-time-file-nonempty-p): Use it.
6748 * files.el (after-find-file): Don't chase links before calling
6749 file-exists-p, as file-exists-p already does the right thing.
6750
6751 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6752
6753 Merge from standalone RefTeX repository.
6754
6755 The following ChangeLog entries are shortened versions of the
6756 original ones with file paths adapted. A not so strongly edited
6757 version of the original ChangeLog can be found in the commit log.
6758
6759 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6760 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6761 Correctly handle new value type returned by `reftex-citation'.
6762
6763 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6764 that entries with whitespace at various places are found.
6765 Doc fix. Include entries that are cross-referenced from cited entries.
6766 Include @String definitions in the resulting bib file. Add header
6767 and footer defined in `reftex-create-bibtex-header' and
6768 `reftex-create-bibtex-footer'.
6769 (reftex-do-citation): Make it possible again to insert
6770 non-existent entries. Save match data when asking for optional
6771 arguments. Return all keys, not just the first one.
6772 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6773 all citations in the same line.
6774 (reftex-parse-bibtex-entry): Accept additional optional argument
6775 `raw' and keep quotes or braces if it is non-nil. Match fields
6776 containing hyphens besides word constituents.
6777 (reftex-get-string-refs): New function.
6778 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6779 and ask if it should be reread in case it did.
6780 (reftex-pop-to-bibtex-entry)
6781 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6782 entries with spaces or tabs in front of arguments.
6783 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6784 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6785 Match entries containing numbers and symbol constituents.
6786 (reftex-do-citation, reftex-figure-out-cite-format):
6787 Use `reftex-cite-key-separator'.
6788
6789 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6790 (reftex-mouse-view-crossref): Explain why point is set.
6791
6792 * textmodes/reftex-global.el: Whitespace changes.
6793
6794 * textmodes/reftex-index.el: Move provide statement to end of
6795 file.
6796 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6797 (reftex-index-visit-phrases-buffer): Set marker when visiting
6798 buffer. This allows for returning from the phrases file to the
6799 file one was just editing instead of the file where the last
6800 phrases was added from.
6801 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6802 punctuation syntax as it usually is not used as string quote in
6803 TeX-related modes and may occur unmatched. The change also
6804 prevents fontification of quoted content.
6805 (reftex-index-phrases-mode): Use it.
6806
6807 * textmodes/reftex-parse.el (reftex-parse-from-file):
6808 Move backward one char if a `\' was matched after a section macro.
6809 (reftex-parse-from-file): Use beginning of match instead of end as
6810 bound.
6811
6812 * textmodes/reftex-ref.el: Adapt creation of
6813 `reftex-<package>-<macro>' functions to new structure of
6814 `reftex-ref-style-alist'.
6815 (reftex-reference): Use `reftex-ref-style-list' function.
6816 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6817 reference macro if `reftex-ref-macro-prompt' is non-nil.
6818 (reftex-reference): Pass refstyle to `reftex-format-special'.
6819 Determine reference macro by looking at
6820 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6821 Use only one special format function.
6822 (reftex-varioref-vref, reftex-fancyref-fref)
6823 (reftex-fancyref-Fref): Remove definitions. The functions are now
6824 generated from `reftex-ref-style-alist'.
6825 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6826 Remove.
6827 (reftex-format-special): New function.
6828
6829 * textmodes/reftex-sel.el
6830 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6831 of `reftex-ref-style-alist'. Remove code for testing macro type.
6832 (reftex-select-toggle-varioref)
6833 (reftex-select-toggle-fancyref): Remove.
6834 (reftex-select-cycle-ref-style-internal)
6835 (reftex-select-cycle-ref-style-forward)
6836 (reftex-select-cycle-ref-style-backward): New functions.
6837 (reftex-select-label-map): Use `v' and `V' for general cycling
6838 through reference styles. Add `p' for switching between number
6839 and page reference types.
6840
6841 * textmodes/reftex-toc.el (reftex-re-enlarge):
6842 Call `enlarge-window' only if there is something to do because in Emacs
6843 the horizontal version throws an error even if the parameter is 0.
6844
6845 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6846 (reftex-plug-into-AUCTeX): Doc fix.
6847 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6848 string. Adapt to new name.
6849 (reftex-ref-style-alist): Change structure so that it is not
6850 possible to use multiple different package names within a style.
6851 Remove the symbols for symbols for macro type distinction.
6852 Add characters for macro selection.
6853 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6854 (reftex-create-bibtex-footer): New variables.
6855 (reftex-format-ref-function): Mention third argument of special
6856 format function.
6857 (reftex-ref-style-alist, reftex-ref-style-default-list):
6858 New variables.
6859 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6860 to new implementation. Mark as obsolete. Add compatibility code
6861 for honoring the variable values in case they are set.
6862 (reftex-cite-format-builtin, reftex-bibliography-commands):
6863 Add support for ConTeXt.
6864 (reftex-format-ref-function, reftex-format-cite-function):
6865 Fix custom type.
6866 (reftex-cite-key-separator): New variable.
6867
6868 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6869 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6870 `reftex-syntax-table' because parens have to retain their paren
6871 syntax in order for parsing of BibTeX entries like @book(...) to
6872 work.
6873 (reftex-in-comment): Do not error out if `comment-start-skip' is
6874 not set. Deal correctly with escaped comment characters.
6875 (reftex-tie-multifile-symbols): Add doc string.
6876 Initialize `reftex-ref-style-list'.
6877 (reftex-untie-multifile-symbols): Add doc string.
6878 (reftex-add-index-macros): Doc fix.
6879 (reftex-ref-style-activate, reftex-ref-style-toggle)
6880 (reftex-ref-style-list): New functions.
6881 (reftex-mode-menu): Use them. Adapt to new structure of
6882 `reftex-ref-style-alist'.
6883 (reftex-select-with-char): Kill the RefTeX Select buffer when
6884 done.
6885 (reftex-remove-if): New function.
6886 (reftex-erase-all-selection-and-index-buffers)
6887 (reftex-mode-menu): Reference styles are now computed from
6888 `reftex-ref-style-alist'. Fix typo.
6889 (reftex-report-bug): New function.
6890 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6891 algorithms with O(n log n). Introduce optional argument SORT (not
6892 yet used).
6893
6894 2012-09-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6895
6896 Enhancements for triple-quote string syntax.
6897 * progmodes/python.el (python-syntax-propertize-function):
6898 Match both quote cases in one regexp.
6899 (python-syntax-stringify): Handle matches properly.
6900
6901 2012-09-30 Juri Linkov <juri@jurta.org>
6902
6903 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6904 to nil around the call to `insert' to prevent
6905 directory time modification by lock_file. (Bug#2295)
6906 * tar-mode.el (tar-summarize-buffer): Idem.
6907
6908 2012-09-30 Juri Linkov <juri@jurta.org>
6909
6910 * facemenu.el (list-colors-sort): Add option "Luminance".
6911 (list-colors-sort-key): Implement it.
6912
6913 * vc/diff-mode.el (diff-refine-removed):
6914 * vc/ediff-init.el (ediff-fine-diff-A):
6915 * vc/smerge-mode.el (smerge-refined-removed):
6916 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6917
6918 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6919
6920 * term/ns-win.el (x-file-dialog): New function.
6921
6922 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6923
6924 * ido.el (ido-max-directory-size): Default to nil; the current
6925 default is small for POSIX systems, and impractical on Windows 7
6926 now that lstat returns directory sizes for NTFS.
6927
6928 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6929
6930 In buffer display functions handle window-height/window-width
6931 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6932 * window.el (window--display-buffer): New argument ALIST.
6933 Obey window-height and window-width alist entries.
6934 (window--try-to-split-window): New argument ALIST.
6935 Bind window-combination-limit to t when the window's size shall be
6936 changed and window-combination-limit equals `window-size'.
6937 (display-buffer-in-atom-window)
6938 (display-buffer-in-major-side-window)
6939 (display-buffer-in-side-window, display-buffer-same-window)
6940 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6941 (display-buffer-pop-up-window, display-buffer-below-selected)
6942 (display-buffer-at-bottom, display-buffer-in-previous-window)
6943 (display-buffer-use-some-window): Adjust all callers of
6944 window--display-buffer and window--try-to-split-window.
6945 (fit-frame-to-buffer): New option.
6946 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6947 is non-nil.
6948 (display-buffer-in-major-side-window): Evaluate window-height /
6949 window-width alist entries.
6950
6951 * help.el (temp-buffer-resize-frames)
6952 (temp-buffer-resize-regexps): Remove options.
6953 (temp-buffer-resize-mode): Adjust doc-string.
6954 (resize-temp-buffer-window): Don't consult
6955 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6956 temp-buffer-resize-frames.
6957
6958 * dired.el (dired-mark-pop-up):
6959 Call display-buffer-below-selected with a fit-window-to-buffer alist
6960 entry.
6961
6962 2012-09-30 Chong Yidong <cyd@gnu.org>
6963
6964 * server.el (server-host): Document the security implications.
6965 (server-auth-key): Doc fix.
6966
6967 * startup.el (initial-buffer-choice): Doc fix.
6968
6969 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6970
6971 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6972 restriction change.
6973
6974 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6975
6976 * help-fns.el (help-fns--obsolete): Fix last change.
6977
6978 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6981 (minor-mode-map-alist): Remove redundant code.
6982
6983 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6984 visited in a buffer.
6985 (cvs-insert-visited-file): New function.
6986 (find-file-hook): Use it.
6987
6988 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6989
6990 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6991 chose face.
6992 (log-edit-empty-buffer-p): Don't require a space after a header.
6993
6994 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6995
6996 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6997
6998 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6999 a proper minor-mode.
7000
7001 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7002
7003 2012-09-29 Glenn Morris <rgm@gnu.org>
7004
7005 * winner.el (winner-mode): Remove variable (let define-minor-mode
7006 handle it).
7007 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7008 Doc fixes.
7009 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7010 (winner-mode): Use define-minor-mode.
7011
7012 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7013 the full definition in loaddefs, rather than duplicating it.
7014
7015 * help-macro.el (three-step-help): No need to autoload defcustom.
7016
7017 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7018 (inferior-lisp-program, inferior-lisp-load-command)
7019 (inferior-lisp-prompt, inferior-lisp-mode-hook):
7020 No need to autoload defcustoms.
7021
7022 * hippie-exp.el (hippie-expand-try-functions-list)
7023 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7024 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7025 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7026 (hippie-expand-only-buffers): No need to autoload defcustoms.
7027 * progmodes/vhdl-mode.el (vhdl-line-expand):
7028 Explicitly load hippie-exp, so it does not get autoloaded
7029 while hippie-expand-try-functions-list is let-bound.
7030
7031 2012-09-28 Glenn Morris <rgm@gnu.org>
7032
7033 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7034
7035 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7036 Only "cl.el" counts as cl these days.
7037
7038 2012-09-28 Juri Linkov <juri@jurta.org>
7039
7040 Display archive errors in the echo area instead of inserting
7041 to the file buffer.
7042
7043 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7044 to STDERR-TEST that can be a regexp matching a successful output.
7045 Create a temporary file and redirect stderr to it. Search for
7046 STDERR-TEST in the stderr output and display it in the echo area
7047 if no match is found.
7048 (archive-extract-by-file): New function like
7049 `archive-extract-by-stdout' but extracting archives to files
7050 and looking for successful matches in stdout. Function body is
7051 mostly copied from `archive-rar-extract'.
7052 (archive-rar-extract): Use `archive-extract-by-file'.
7053 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
7054
7055 2012-09-28 Leo Liu <sdl.web@gmail.com>
7056
7057 * pcomplete.el (pcomplete-show-completions):
7058 Use minibuffer-message to make pcomplete usable in minibuffer.
7059
7060 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7061
7062 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * type-break.el: Use lexical-binding.
7065 (type-break-mode): Use define-minor-mode.
7066
7067 * emacs-lisp/pcase.el (pcase--mark-used): New.
7068 (pcase--u1): Use it (bug#12512).
7069
7070 * custom.el (load-theme): Set buffer-file-name so the load is recorded
7071 in load-history with the right file name.
7072
7073 2012-09-28 Tassilo Horn <tsdh@gnu.org>
7074
7075 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7076 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7077 (doc-view-get-bounding-box): Make bounding box slicing work for
7078 ODF and DVI documents.
7079
7080 2012-09-28 Glenn Morris <rgm@gnu.org>
7081
7082 * type-break.el (type-break-mode, type-break-interval)
7083 (type-break-good-rest-interval, type-break-keystroke-threshold):
7084 No need to autoload.
7085 (type-break-good-rest-interval, type-break-keystroke-threshold):
7086 Add :set-after.
7087
7088 2012-09-28 Chong Yidong <cyd@gnu.org>
7089
7090 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7091 Add :version tag.
7092
7093 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7096
7097 2012-09-27 Glenn Morris <rgm@gnu.org>
7098
7099 * faces.el (x-display-name): Declare (for without-x builds).
7100
7101 * linum.el (linum-format): Don't autoload it. Improve :type.
7102
7103 * progmodes/tcl.el: Don't require outline when compiling.
7104 (outline-regexp, outline-level): Declare.
7105 * textmodes/sgml-mode.el: Don't require outline when compiling.
7106 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7107
7108 * term.el (term-ansi-reset):
7109 Try setting term-ansi-face-already-done to nil. (Bug#11785)
7110
7111 * vc/vc.el (vc-next-action): Only gripe about committing read-only
7112 files for RCS and SCCS. (Bug#9781)
7113
7114 2012-09-27 Chong Yidong <cyd@gnu.org>
7115
7116 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7117 change; value should be t.
7118
7119 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * image-mode.el: Use lexical-binding.
7122 (image-mode-winprops): Use t to stand for the window of
7123 a buffer that's not displayed.
7124 * doc-view.el (doc-view-new-window-function): Handle the new
7125 t in winprops.
7126 (doc-view-enlarge): Make it a real nop if the size is not changed.
7127 (doc-view-display): Handle the case where the buffer is not (yet?)
7128 displayed in any window.
7129 (doc-view-saved-settings): New var.
7130 (doc-view-mode): Use it.
7131 (doc-view-fallback-mode): Set it.
7132
7133 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7134 Set lexical-binding.
7135 (minibuffer-eldef-shorten-default): New var.
7136 (minibuffer-default-in-prompt-regexps): Use it for new default.
7137 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7138
7139 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7140
7141 * international/uni-bidi.el:
7142 * international/uni-category.el:
7143 * international/uni-name.el:
7144 * international/uni-numeric.el: Regenerate.
7145
7146 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
7147 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * profiler.el: New file.
7150
7151 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7154 (testcover-reinstrument): Simplify with CSE.
7155
7156 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7157
7158 * window.el (temp-buffer-window-setup): Fix typo in docstring.
7159
7160 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
7161
7162 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7163 (verilog-auto-input, verilog-auto-insert-lisp)
7164 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7165 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7166 (verilog-auto-unused, verilog-auto-wire)
7167 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7168 newline. Reported by Andrew Jones.
7169 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7170 Reported by Brad Dobbie.
7171 (verilog-batch-delete-trailing-whitespace):
7172 Create verilog-batch-delete-trailing-whitespace.
7173 Reported by Brad Dobbie.
7174 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7175 parameters from another module. Reported by Dan Katz.
7176 (verilog-auto, verilog-auto-assign-modport)
7177 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7178 AUTOINOUTMODPORT for UVM interface module shell generation.
7179 Reported by Brad Dobbie.
7180 (verilog-auto-inst-interfaced-ports): Make default nil, as more
7181 standard behavior.
7182 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7183 Reported by Matt Martin.
7184
7185 2012-09-25 Martin Rudalics <rudalics@gmx.at>
7186
7187 * window.el (window--resize-child-windows): When resizing child
7188 windows proportionally, process them in reverse order to
7189 preserve the "when splitting a window the new one gets the odd
7190 line" behavior.
7191 (window--resize-root-window-vertically): When resizing the
7192 minibuffer window try to affect only windows at the bottom of the
7193 frame. (Bug#12419)
7194
7195 2012-09-25 Chong Yidong <cyd@gnu.org>
7196
7197 * subr.el (declare): Doc fix.
7198
7199 * help-fns.el (help-fns--obsolete): Handle macros properly.
7200
7201 2012-09-25 Chong Yidong <cyd@gnu.org>
7202
7203 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7204 this function obsolete.
7205
7206 * calendar/cal-x.el (calendar-two-frame-setup)
7207 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7208 * calendar/calendar.el (american-calendar, european-calendar)
7209 (calendar-for-loop):
7210 * comint.el (comint-dynamic-simple-complete)
7211 (comint-dynamic-complete-as-filename, comint-unquote-filename):
7212 * desktop.el (desktop-load-default):
7213 * dired-x.el (dired-omit-here-always)
7214 (dired-hack-local-variables, dired-default-directory):
7215 * emacs-lisp/derived.el (derived-mode-class):
7216 * emacs-lisp/timer.el (timer-set-time-with-usecs):
7217 * emacs-lock.el (toggle-emacs-lock):
7218 * epa.el (epa-display-verify-result):
7219 * epg.el (epg-sign-keys, epg-start-sign-keys)
7220 (epg-passphrase-callback-function):
7221 * eshell/esh-util.el (eshell-for):
7222 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7223 (eshell-add-to-window-buffer-names):
7224 * files.el (locate-file-completion):
7225 * imenu.el (imenu-example--create-c-index)
7226 (imenu-example--create-lisp-index)
7227 (imenu-example--lisp-extract-index-name)
7228 (imenu-example--name-and-position):
7229 * international/mule-cmds.el (princ-list):
7230 * international/mule-diag.el (decode-codepage-char):
7231 * international/mule-util.el (detect-coding-with-priority):
7232 * iswitchb.el (iswitchb-read-buffer):
7233 * mail/mailalias.el (mail-complete):
7234 * mail/sendmail.el (mail-sent-via):
7235 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7236 (mouse-major-mode-menu):
7237 * password-cache.el (password-read-and-add):
7238 * pcomplete.el (pcomplete-parse-comint-arguments):
7239 * progmodes/sh-script.el (sh-maybe-here-document):
7240 * replace.el (query-replace-regexp-eval):
7241 * savehist.el (savehist-load):
7242 * simple.el (choose-completion-delete-max-match):
7243 * term.el (term-dynamic-simple-complete):
7244 * vc/ediff-init.el (ediff-check-version):
7245 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7246 * vc/vc.el (vc-diff-switches-list):
7247 * view.el (view-return-to-alist-update): Likewise.
7248
7249 * subr.el (eval-next-after-load, makehash, insert-string)
7250 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7251 mark obsolete.
7252 (mode-line-inverse-video): Variable deleted.
7253
7254 * international/mule-util.el (string-to-sequence): Remove.
7255
7256 * calendar/calendar.el (calendar-version):
7257 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7258 (icalendar-convert-diary-to-ical):
7259 * cus-edit.el (custom-mode):
7260 * ansi-color.el (ansi-color-unfontify-region):
7261 * international/latin1-disp.el (latin1-char-displayable-p):
7262 * progmodes/cwarn.el (turn-on-cwarn-mode):
7263 * progmodes/which-func.el (which-func-update-1):
7264 Use define-obsolete-function-alias.
7265
7266 * net/newst-backend.el (newsticker-cache-filename):
7267 * net/newst-treeview.el (newsticker-groups-filename):
7268 Fix incorrect obsolescence declaration.
7269
7270 * allout.el (allout-passphrase-hint-string): Likewise.
7271 (allout-init): Use a declare form to mark obsolete.
7272
7273 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7274 this applies to functions.
7275
7276 * iswitchb.el (iswitchb-read-buffer): Move code of
7277 iswitchb-define-mode-map here, and delete that obsolete function.
7278
7279 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7280 font-lock-reference-face.
7281
7282 2012-09-25 Glenn Morris <rgm@gnu.org>
7283
7284 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7285 Doc fixes.
7286
7287 * eshell/em-term.el (eshell-term-name):
7288 Default to term-term-name. (Bug#12485)
7289
7290 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7291
7292 * progmodes/python.el (python-shell-send-buffer): Better handling
7293 of "if __name__ == '__main__':" conditionals when sending the buffer.
7294
7295 2012-09-24 Glenn Morris <rgm@gnu.org>
7296
7297 * eshell/esh-cmd.el (eshell-find-alias-function):
7298 Tighten up file-name regexp. (Bug#12499)
7299
7300 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7301
7302 Enhancements for triple-quote string syntax.
7303 * progmodes/python.el (python-quote-syntax): Remove.
7304 (python-syntax-propertize-function): New value.
7305 (python-syntax-count-quotes, python-syntax-stringify):
7306 New functions.
7307
7308 2012-09-24 Chong Yidong <cyd@gnu.org>
7309
7310 * mail/supercite.el (sc-version): Remove obsolete function.
7311 (sc-describe): Don't mark as obsolete, since it is bound.
7312 (sc-submit-bug-report): Remove.
7313
7314 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7315 (cvs-commit-buffer-require-final-newline): Remove.
7316 (log-edit-require-final-newline)
7317 (log-edit-changelog-full-paragraphs): Default to t.
7318
7319 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7320 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7321 * vc/vc.el (vc-checkout-carefully): Likewise.
7322
7323 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7324 (emerge-version): Remove.
7325
7326 * progmodes/compile.el (compile-internal): Remove.
7327 (compilation-parse-errors-function): Fix typo.
7328
7329 * international/mule.el (set-char-table-default): Remove.
7330 (set-coding-priority, make-coding-system, generic-char-p)
7331 (charset-list, charset-bytes, charset-id): Use declare to mark
7332 functions as obsolete.
7333
7334 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7335 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7336 * vc/vc-hooks.el (vc-default-registered): Don't use
7337 vc-master-templates.
7338
7339 * font-lock.el (font-lock-reference-face):
7340 Use define-obsolete-variable-alias.
7341
7342 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7343 * calendar/calendar.el (calendar-font-lock-keywords):
7344 * calendar/diary-lib.el (diary-font-lock-keywords)
7345 (diary-fancy-font-lock-keywords):
7346 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7347 * textmodes/reftex-index.el (reftex-insert-index):
7348 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7349 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7350 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7351 * progmodes/prolog.el (prolog-font-lock-keywords):
7352 * progmodes/idlwave.el (idlwave-idl-keywords):
7353 * progmodes/ada-mode.el (ada-font-lock-keywords):
7354 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7355
7356 2012-09-24 Glenn Morris <rgm@gnu.org>
7357
7358 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7359
7360 2012-09-23 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7361
7362 * progmodes/python.el (python-indent-line): More consistent cursor
7363 movement behavior.
7364
7365 2012-09-23 Stefan Merten <smerten@oekonux.de>
7366
7367 * textmodes/rst.el: Fix compiler warning.
7368
7369 2012-09-23 Roland Winkler <winkler@gnu.org>
7370
7371 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7372 Transcribe also LaTeX hyphenation.
7373 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7374 bibtex-reformat-previous-options.
7375
7376 2012-09-23 Roland Winkler <winkler@gnu.org>
7377
7378 * proced.el (proced-renice-command): New variable.
7379 (proced-marked-processes): New function.
7380 (proced-with-processes-buffer): New macro.
7381 (proced-send-signal): Use them.
7382 (proced-renice): New command bound to r.
7383
7384 2012-09-23 Roland Winkler <winkler@gnu.org>
7385
7386 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7387 ibuffer-saved-filter-groups has one element, shortcut the call of
7388 completing-read. (Bug#12331)
7389
7390 2012-09-23 Chong Yidong <cyd@gnu.org>
7391
7392 * bindings.el (mode-line-toggle-read-only):
7393 * bs.el (bs-toggle-readonly):
7394 * buff-menu.el (Buffer-menu-toggle-read-only):
7395 * dired.el (dired-toggle-read-only):
7396 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7397
7398 2012-09-23 Chong Yidong <cyd@gnu.org>
7399
7400 * image.el (image-type-available-p): Adapt to init-image-library
7401 argument changes.
7402
7403 2012-09-22 Juri Linkov <juri@jurta.org>
7404
7405 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7406 `dired-toggle-read-only'. (Bug#12462)
7407
7408 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7409
7410 * subr.el (temp-output-buffer-show): New function.
7411 (with-output-to-temp-buffer): Call temp-output-buffer-show
7412 instead of internal-temp-output-buffer-show.
7413
7414 2012-09-22 Chong Yidong <cyd@gnu.org>
7415
7416 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7417 (Bug#12462).
7418
7419 * repeat.el (repeat): Doc fix (Bug#12348).
7420
7421 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7422 (Bug#10909).
7423
7424 * simple.el (shell-command-on-region): Doc fix.
7425 (read-only-mode): Doc fix.
7426
7427 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7428
7429 * emacs-lisp/timer.el (run-with-idle-timer)
7430 (timer-activate-when-idle): Warn against reinvoking an idle timer
7431 from within its own timer action. (Bug#12447)
7432
7433 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7434
7435 * cus-start.el (window-combination-limit): Add new optional
7436 values.
7437 * window.el (temp-buffer-window-show)
7438 (window--try-to-split-window): Handle new values of
7439 window-combination-limit (Bug#1806).
7440 (split-window): Test window-combination-limit for t instead of
7441 non-nil.
7442 (display-buffer-at-bottom): New buffer display action function.
7443 * help.el (temp-buffer-resize-regexps): New option.
7444 (temp-buffer-resize-mode): Rewrite doc-string.
7445 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7446 Don't resize reused window. Suggested by Glenn Morris.
7447
7448 2012-09-22 Stefan Merten <smerten@oekonux.de>
7449
7450 * textmodes/rst.el: Revamp section title faces.
7451 (rst-official-version)
7452 (rst-package-emacs-version-alist): Sync with official version
7453 V1.4.0.
7454 (rst-faces-defaults, rst-set-level-default)
7455 (rst-level-face-max, rst-level-face-base-color)
7456 (rst-level-face-base-light, rst-level-face-format-light)
7457 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7458 (rst-adornment-faces-alist): Match new setup.
7459 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7460 (rst-level-5, rst-level-6): New faces.
7461
7462 2012-09-22 Chong Yidong <cyd@gnu.org>
7463
7464 * simple.el (undo): Handle indirect buffers (Bug#8207).
7465
7466 2012-09-21 Leo Liu <sdl.web@gmail.com>
7467
7468 IDO: Disable match re-ordering for buffer switching.
7469 * ido.el (ido-buffer-disable-smart-matches): New variable.
7470 (ido-set-matches-1): Use it. (Bug#2042)
7471
7472 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7473
7474 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7475 Fix 2011-05-17 change. (Bug#12418)
7476
7477 2012-09-21 Leo Liu <sdl.web@gmail.com>
7478
7479 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7480
7481 2012-09-21 Glenn Morris <rgm@gnu.org>
7482
7483 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7484 Be more robust about locating simple.el.
7485
7486 2012-09-21 Glenn Morris <rgm@gnu.org>
7487
7488 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7489
7490 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7491
7492 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7493
7494 2012-09-20 Juri Linkov <juri@jurta.org>
7495
7496 * replace.el (query-replace-read-from): Use `read-regexp' instead
7497 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7498 (occur-read-primary-args): Use `read-regexp' instead of
7499 `read-string'.
7500 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7501 `read-from-minibuffer'.
7502 * isearch.el (isearch-occur): Use `read-regexp' instead of
7503 `read-string'.
7504 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7505 `read-from-minibuffer'.
7506 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7507 of `read-string'. (Bug#7567)
7508
7509 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7510 and allow accepting a list of strings prepended to a list of
7511 standard default values. Doc fix. (Bug#12321)
7512
7513 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7514
7515 * replace.el (read-regexp): Don't add ": " when PROMPT already
7516 ends with a colon and space. (Bug#12321)
7517
7518 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7519
7520 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7521 error.
7522
7523 2012-09-20 Stefan Merten <smerten@oekonux.de>
7524
7525 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7526 Fixes feature request bug#11711.
7527 (rst-mode): Create `imenu-create-index-function'.
7528 (rst-get-stripped-line): Delete after refactoring.
7529 (rst-section-tree, rst-section-tree-rec)
7530 (rst-section-tree-point): Refactor and document properly.
7531 (rst-imenu-find-adornments-for-position)
7532 (rst-imenu-convert-cell, rst-imenu-create-index):
7533 New function.
7534
7535 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7538 (macroexp--expand-all): Use it.
7539 (macroexp--funcall-and-return): Remove by folding it into its sole
7540 caller (macroexp--warn-and-return).
7541 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7542 Use macroexp--obsolete-warning.
7543
7544 * calc/calc.el: Fix last change by removing the whole chunk, since it
7545 was only needed back when Calc was not bundled.
7546
7547 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7548
7549 * emacs-lisp/debug.el (debug): Restore assignment to
7550 debugger-old-buffer removed on 2012-09-08.
7551
7552 2012-09-20 Juri Linkov <juri@jurta.org>
7553
7554 * dired-aux.el (dired-diff): Remove (require 'diff) since
7555 `diff-latest-backup-file' is now autoloaded.
7556
7557 2012-09-20 Chong Yidong <cyd@gnu.org>
7558
7559 * vc/diff.el (diff-latest-backup-file): Autoload.
7560
7561 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * calc/calc.el: Remove redundant autoload shape check.
7564 (sel-mode): Don't defvar.
7565 (calc-get-stack-element): Add `sel-mode' arg instead.
7566 (calc-top, calc-top-list): Pass it this additional argument.
7567 * calc/calc-store.el (calc-store-map):
7568 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7569 (calc-map-equation, calc-outer-product, calc-inner-product):
7570 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7571
7572 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7573
7574 2012-09-19 Juri Linkov <juri@jurta.org>
7575
7576 * dired-aux.el (dired-diff): Add (require 'diff) because
7577 `diff-latest-backup-file' is not autoloaded.
7578 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7579 of `dired-get-filename' to t to not report error when there is
7580 no default file on the current line.
7581
7582 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7585 macroexp--eval-if-compile.
7586 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7587 (macroexp--expand-all): Use them (bug#12371).
7588
7589 * doc-view.el (doc-view-guess-paper-size)
7590 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7591
7592 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7593
7594 New feature: set optimal slice from BoundingBox information.
7595 * doc-view.el (doc-view-mode-map): Add keybinding.
7596 (doc-view-menu): Add menu entry.
7597 (doc-view-set-slice): Adapt docstring.
7598 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7599 (doc-view-scale-bounding-box)
7600 (doc-view-set-slice-from-bounding-box): New functions.
7601 (doc-view-paper-sizes): New defvar.
7602
7603 2012-09-19 Glenn Morris <rgm@gnu.org>
7604
7605 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7606 (byte-compile-log-warning): Autoload. (Bug#12371)
7607
7608 * calendar/calendar.el (calendar-american-month-header)
7609 (calendar-european-month-header, calendar-iso-month-header)
7610 (calendar-month-header): New options.
7611 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7612 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7613
7614 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7615
7616 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7617
7618 2012-09-18 Juri Linkov <juri@jurta.org>
7619
7620 * dired-aux.el (dired-diff): Restore original functionality of
7621 getting the default value, but keep new feature of using the
7622 latest existing backup file (`diff-latest-backup-file').
7623
7624 2012-09-18 Juri Linkov <juri@jurta.org>
7625
7626 * dired.el (dired-mark): If the region is active in Transient Mark
7627 mode, mark all files in the active region. Doc fix.
7628 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7629 Doc fix. (Bug#10624)
7630
7631 2012-09-18 Juri Linkov <juri@jurta.org>
7632
7633 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7634 attributes for M-n are pulled from the file at point.
7635 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7636 Suggested by Drew Adams. (Bug#10624)
7637
7638 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7639
7640 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7641 whitespace after "end".
7642 (ruby-do-end-to-brace): Collapse block to one line if it fits
7643 within fill-column.
7644
7645 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7646
7647 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7648 value.
7649 (debug): Don't remove debugger window when debugger is expected
7650 to be back.
7651
7652 2012-09-18 Chong Yidong <cyd@gnu.org>
7653
7654 * custom.el (defface): Doc fix.
7655
7656 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7657
7658 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7659
7660 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7661 to initialize query-on-exit; then test that instead (bug#12288).
7662
7663 2012-09-17 Stefan Merten <smerten@oekonux.de>
7664
7665 * textmodes/rst.el: Add support for `testcover'.
7666 (rst-defcustom-testcover, rst-testcover-add-compose)
7667 (rst-testcover-add-1value): New functions.
7668 (rst-portable-mark-active-p): Replace by `use-region-p'.
7669 (rst-update-section, rst-classify-adornment)
7670 (rst-find-title-line): Mark `1value' forms.
7671 (rst-classify-adornment): Remove superfluous form.
7672 (rst-update-section, rst-get-adornments-around)
7673 (rst-adornment-complete-p, rst-get-next-adornment)
7674 (rst-adjust, rst-promote-region)
7675 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7676 (rst-find-pfx-in-region, rst-section-tree-rec)
7677 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7678 (rst-toc-node, rst-toc, rst-forward-section)
7679 (rst-iterate-leftmost-paragraphs)
7680 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7681 (rst-bullet-list-region)
7682 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7683 (rst-compile-find-conf, rst-compile)
7684 (rst-repeat-last-character): Fix style.
7685
7686 2012-09-17 Chong Yidong <cyd@gnu.org>
7687
7688 * comint.el (comint--complete-file-name-data): Don't add a space
7689 if the status is `sole'; that adds a gratuitous space in the
7690 completion-cycling case (Bug#12092).
7691
7692 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7693
7694 2012-09-17 Richard Stallman <rms@gnu.org>
7695
7696 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7697 only in the mime-shown mode, not in raw mode.
7698 (rmail-mime): Toggle off mime by displaying the message without
7699 mime processing. (Bug#12305)
7700
7701 * mail/rmail.el (rmail-retry-failure):
7702 Turn off mime processing first. (Bug#12037)
7703
7704 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7705
7706 2012-09-17 Chong Yidong <cyd@gnu.org>
7707
7708 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7709 (shell-dynamic-complete-functions): Convert to defcustom.
7710 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7711
7712 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7713 * comint.el (comint-prompt-read-only):
7714 * custom.el (defcustom):
7715 * hi-lock.el (hi-lock-mode):
7716 * ibuffer.el (ibuffer-formats):
7717 * ielm.el (ielm-prompt-read-only):
7718 * novice.el (disable-command):
7719 * saveplace.el (toggle-save-place):
7720 * speedbar.el (speedbar-supported-extension-expressions):
7721 * startup.el (auto-save-list-file-prefix, init-file-user)
7722 (after-init-hook, inhibit-startup-echo-area-message):
7723 * strokes.el (strokes-help):
7724 * time-stamp.el (time-stamp):
7725 * calendar/calendar.el (calendar, diary-file):
7726 * calendar/diary-lib.el (diary-mail-entries, diary)
7727 (diary-list-entries-hook):
7728 * calendar/holidays.el (holidays, calendar-holidays):
7729 * calendar/lunar.el (lunar-phases):
7730 * calendar/solar.el (sunrise-sunset):
7731 * emulation/edt.el (edt-load-keys):
7732 * emulation/viper.el (viper-mode):
7733 * eshell/em-alias.el (eshell-command-aliases-list):
7734 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7735 * international/ogonek.el (ogonek-information):
7736 * net/tramp-cmds.el (tramp-bug):
7737 * net/quickurl.el (quickurl-reread-hook-postfix):
7738 * play/decipher.el (decipher-font-lock-keywords):
7739 * progmodes/cc-styles.el (c-set-style):
7740 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7741 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7742 * progmodes/octave-mod.el (octave-mode):
7743 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7744 * progmodes/verilog-mode.el (verilog-read-defines):
7745 * textmodes/two-column.el (2C-mode): Likewise.
7746
7747 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7748
7749 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7750 that holds many addresses.
7751
7752 2012-09-16 Chong Yidong <cyd@gnu.org>
7753
7754 * align.el (align-areas): Call the indication function with
7755 positions instead of markers for arguments (Bug#12343).
7756
7757 * files.el (parse-colon-path): Use split-string (Bug#12351).
7758
7759 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7760 (display-buffer-function): Mark as obsolete.
7761
7762 * progmodes/compile.el (compilation-parse-errors): Accept list
7763 values similar to font-lock-keywords (Bug#12136).
7764 Suggested by Oleksandr Manzyuk.
7765 (compilation-error-regexp-alist): Doc fix.
7766
7767 2012-09-15 Glenn Morris <rgm@gnu.org>
7768
7769 * version.el (emacs-bzr-version-bzr): New function.
7770 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7771
7772 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7773 checkouts, check the parent dirstate matches the branch.
7774 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7775 empty string.
7776
7777 * version.el (emacs-bzr-version): Doc fix.
7778 (emacs-bzr-version-dirstate): New function.
7779 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7780 is local try and check that it matches the branch. If not, just
7781 use dirstate information. (Bug#12441)
7782
7783 2012-09-14 Juri Linkov <juri@jurta.org>
7784
7785 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7786 (Bug#12399)
7787
7788 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7791
7792 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7793 Remove obsolete byte-compiler hack that tried to silence some warnings.
7794 (edebug-submit-bug-report): Remove.
7795 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7796 Remove aliases, use the un-prefixed name instead.
7797 (edebug-pop-to-buffer): Consider other frames.
7798 (edebug-original-read):: Make it more obvious that it's always defined.
7799 (edebug--make-form-data-entry, edebug--form-data-name)
7800 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7801 single-dashed name, and implement with cl-defstruct.
7802 (edebug-set-form-data-entry): Use the standard accessors.
7803 (edebug-make-top-form-data-entry): Use push.
7804 (edebug-no-match): Drop useless `funcall'.
7805 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7806 to functions.
7807 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7808 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7809 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7810 (easy-menu-define, with-custom-print): Remove redundant specs.
7811 (edebug-outside-overriding-local-map)
7812 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7813 (edebug--display): Bind unread-command-events directly to nil rather
7814 than binding it to unread-command-events and later setting it to nil.
7815 (edebug--display): Kill edebug-eval-buffer here...
7816 (edebug--recursive-edit): ...rather than here.
7817 Bind standard-output and standard-input.
7818 (edebug-eval): Check cl-macroexpand-all is fboundp.
7819 (edebug-temp-display-freq-count): Fix last change.
7820
7821 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7822 * subr.el (noreturn, 1value): Add `debug' spec.
7823 * emacs-lisp/advice.el: Require cl-lib.
7824 (ad-copy-tree): Remove, use copy-tree instead.
7825 (ad-dolist): Remove use dolist or cl-dolist instead.
7826 (ad-do-return): Remove, use cl-return instead.
7827 (defadvice): Add `debug' spec.
7828
7829 2012-09-13 Juri Linkov <juri@jurta.org>
7830
7831 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7832 (Bug#12399)
7833
7834 2012-09-13 Glenn Morris <rgm@gnu.org>
7835
7836 * calc/calc.el (math-compose-expr):
7837 * calc/calc-ext.el (math-compose-expr):
7838 * progmodes/cc-defs.el (cl-macroexpand-all):
7839 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7840 (cl-macroexpand-all): Update declarations.
7841
7842 * vc/vc.el: No need to require ediff.
7843 (ediff-load-version-control): Declare.
7844 (ediff-vc-internal): Fix declaration.
7845 (vc-version-ediff): Require ediff.
7846
7847 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7848
7849 Use a more backwards-compatible timer format (Bug#12430).
7850 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7851 being right after USECS, as that better supports old code that
7852 inadvisedly looked directly at the timer vector.
7853
7854 2012-09-13 Kenichi Handa <handa@gnu.org>
7855
7856 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7857 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7858 `coding-priority' property of these language environment.
7859
7860 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7861
7862 Fix glitches caused by addition of psec to timers (Bug#12430).
7863 * image.el (image-animate-timer):
7864 * time.el (display-time-world-timer):
7865 Use timer--function and timer--args rather than raw access to
7866 timer vector.
7867
7868 2012-09-13 Glenn Morris <rgm@gnu.org>
7869
7870 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7871 If not compiling a file, try using load-file-name.
7872
7873 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7876 Fix last change.
7877 (edebug-update-eval-list): Use `push'.
7878
7879 * emacs-lisp/edebug.el: Use lexical-binding.
7880 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7881 Mark unused args with underscore.
7882 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7883 (edebug-form-data): Use defvar-local.
7884 (edebug-make-before-and-after-form, edebug-make-after-form):
7885 Use backquote.
7886 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7887 Not dynamically scoped any more.
7888 (edebug--enter-trace): Add arguments `function' and `args'.
7889 Rename from edebug-enter-trace.
7890 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7891 (edebug--update-coverage): Add `after-index' and `value' args.
7892 Rename from edebug-update-coverage.
7893 (edebug-slow-after): Call it accordingly.
7894 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7895 edebug-recursive-edit.
7896 (edebug--display): Call it accordingly. Add args `value',
7897 `offset-index', and `arg-mode'. Rename from edebug-display.
7898 (edebug-debugger, edebug): Call it accordingly.
7899 (edebug-eval-display-list): Use dolist.
7900
7901 2012-09-12 Juri Linkov <juri@jurta.org>
7902
7903 * info.el (Info-search): Don't check for isearch-mode and
7904 isearch-regexp before let-binding search-spaces-regexp to
7905 Info-search-whitespace-regexp.
7906 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7907 search-whitespace-regexp if isearch-lax-whitespace or
7908 isearch-regexp-lax-whitespace is non-nil.
7909 (Info-mode): Don't set local variable search-whitespace-regexp.
7910 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7911
7912 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7913
7914 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7915 (debugger-env-macro): Remove support for unread-command-char.
7916
7917 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7918 the temporary map re-appearing on emulation-mode-map-alists.
7919
7920 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7921 since 22.1.
7922
7923 * ehelp.el (with-electric-help): Accept functions in
7924 electric-help-form-to-execute.
7925 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7926 And replace unread-command-char -> unread-command-events.
7927
7928 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7929
7930 Sync with Tramp 2.2.6.
7931
7932 * net/tramp.el (tramp-accept-process-output): Don't use
7933 JUST-THIS-ONE in the XEmacs case.
7934
7935 * net/trampver.el: Update release number.
7936
7937 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7938
7939 * emacs-lisp/debug.el (debugger-previous-window-height):
7940 New variable.
7941 (debug): When debugger-jumping-flag is non-nil try to restore
7942 height of debugger window. (Bug#8789)
7943
7944 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7947 overriding-local-map and pre/post-command-hook here.
7948 (edebug-recursive-edit): Do it here instead (bug#12345).
7949 (edebug-outside-unread-command-char): Remove all uses of
7950 unread-command-char.
7951
7952 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7953 inhibit-debugger is bound instead.
7954
7955 2012-09-11 Bastien Guerry <bzg@gnu.org>
7956
7957 * subr.el (set-temporary-overlay-map): Add a docstring.
7958 (Bug#12346)
7959
7960 2012-09-11 Bastien Guerry <bzg@gnu.org>
7961
7962 * minibuffer.el (completion-table-subvert): Fix docstring.
7963 (Bug#12347)
7964
7965 2012-09-11 Bastien Guerry <bzg@gnu.org>
7966
7967 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
7968
7969 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
7970
7971 * progmodes/sql.el: Version 3.1
7972 (sql-db2-escape-newlines): New variable.
7973 (sql-escape-newlines-filter): Use it.
7974
7975 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
7976
7977 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7978
7979 2012-09-10 Dan Nicolaescu <dann@gnu.org>
7980
7981 * vc/diff-mode.el (diff-mode-menu):
7982 Bind diff-remove-trailing-whitespace.
7983
7984 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7987 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7988 (emacs-lisp-byte-code-mode): New functions.
7989 (eval-sexp-add-defvars): Don't skip defvars in column >0.
7990 (eval-defun-2): Remove bogus interactive spec.
7991 (lisp-indent-line): Remove redundant whole-exp code, now done in
7992 indent-according-to-mode.
7993 (save-match-data): Remove redundant indent data.
7994
7995 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7996 Use `declare'.
7997
7998 2012-09-09 Juri Linkov <juri@jurta.org>
7999
8000 * replace.el (replace-regexp-lax-whitespace): New defcustom.
8001 (replace-lax-whitespace, query-replace-regexp)
8002 (query-replace-regexp-eval, replace-regexp): Doc fix.
8003 (perform-replace, replace-highlight): Let-bind
8004 isearch-lax-whitespace to replace-lax-whitespace and
8005 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8006
8007 * isearch.el (isearch-query-replace): Let-bind
8008 replace-lax-whitespace to isearch-lax-whitespace and
8009 replace-regexp-lax-whitespace to
8010 isearch-regexp-lax-whitespace. (Bug#10885)
8011
8012 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8015
8016 2012-09-09 Alan Mackenzie <acm@muc.de>
8017
8018 * progmodes/cc-engine.el (c-state-cache-init):
8019 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8020 (c-record-parse-state-state):
8021 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8022
8023 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
8024
8025 * register.el (register-separator): Rename from
8026 separator-register. All uses changed. Doc fix.
8027 (register): Fix version.
8028
8029 2012-09-09 Chong Yidong <cyd@gnu.org>
8030
8031 * replace.el (query-replace-map): Bind four new symbols for
8032 requesting window scrolling.
8033
8034 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8035 query-replace-map (Bug#8948).
8036
8037 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8038
8039 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8040 since they are now in query-replace-map.
8041
8042 * window.el (scroll-other-window-down): Make the arg optional.
8043
8044 2012-09-09 Chong Yidong <cyd@gnu.org>
8045
8046 * files.el (hack-local-variables-confirm): Use quit-window to kill
8047 the *Local Variables* buffer.
8048
8049 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8050
8051 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8052 not just expect to be at its beginning. Adjust callees.
8053 Succeed when do-end block has no space before the pipe character.
8054 (ruby-brace-to-do-end): When the original block is one-liner,
8055 convert to multiline. Reindent the result.
8056
8057 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
8058
8059 * register.el (register): New group.
8060 (separator-register): New user option.
8061 (increment-register): Route it to `append-to-register', if
8062 register contains text. Implication is that `C-x r +' can now be
8063 used for appending to a text register (bug#12217).
8064 (append-to-register, prepend-to-register): Add separator based on
8065 `separator-register'.
8066
8067 2012-09-08 Alan Mackenzie <acm@muc.de>
8068
8069 AWK Mode: make auto-newline work when there's "==" in the pattern.
8070 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8071 correctly.
8072 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8073 Test more rigorously for "=" token.
8074
8075 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8076
8077 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8078 Only fail when reached LIMIT.
8079
8080 2012-09-08 Chong Yidong <cyd@gnu.org>
8081
8082 * dired.el (dired-mode-map): Don't bind M-=.
8083
8084 * dired-aux.el (dired-diff): Use backup file as default.
8085
8086 2012-09-08 Drew Adams <drew.adams@oracle.com>
8087
8088 * subr.el (add-to-history): Fix delete usage (Bug#12314).
8089
8090 2012-09-08 Chong Yidong <cyd@gnu.org>
8091
8092 * subr.el (syntax-after, syntax-class): Doc fix.
8093
8094 2012-09-08 Martin Rudalics <rudalics@gmx.at>
8095
8096 * window.el (display-buffer-in-previous-window): New buffer
8097 display action function.
8098
8099 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8100 (debugger-previous-window): New variable.
8101 (debug): Rewrite using display-buffer-in-previous-window,
8102 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
8103
8104 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
8107
8108 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
8109
8110 * progmodes/python.el (python-shell-send-string):
8111 When default-directory is remote, create temp file on remote
8112 filesystem.
8113 (python-shell-send-file): When file is remote, pass local view of
8114 file paths to remote Python interpreter. (Bug#12340)
8115
8116 2012-09-07 Chong Yidong <cyd@gnu.org>
8117
8118 * window.el (switch-to-buffer): Doc fix (Bug#12181).
8119
8120 * files.el (after-find-file): Don't fail on a read-only buffer if
8121 require-final-newline is `visit' or `visit-save' (Bug#11156).
8122
8123 * subr.el (read-char-choice): Allow quitting via ESC ESC.
8124
8125 * userlock.el (ask-user-about-supersession-threat):
8126 Use read-char-choice (Bug#12093).
8127
8128 2012-09-07 Chong Yidong <cyd@gnu.org>
8129
8130 * subr.el (buffer-narrowed-p): New function.
8131
8132 * ses.el (ses-widen):
8133 * simple.el (count-words--buffer-message):
8134 * net/browse-url.el (browse-url-of-buffer): Use it.
8135
8136 * simple.el (count-words-region): Don't signal an error if there
8137 is a non-nil prefix arg and the mark is not set.
8138
8139 * help.el (describe-key-briefly): Allow the message to be seen
8140 when invoked from the minibuffer (Bug#7014).
8141
8142 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8143
8144 * progmodes/ruby-mode.el (ruby-end-of-defun)
8145 (ruby-beginning-of-defun): Simplify, allow indentation before
8146 block beginning and end keywords.
8147 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8148 (ruby-end-of-defun): Expect that the point is at the beginning of
8149 the defun.
8150
8151 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8154 (bug#12367).
8155 (cl--make-usage-args): Strip _ from argument names.
8156
8157 2012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
8158
8159 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8160 obsolete alias speedbar-key-map.
8161 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8162 (vhdl-index-menu-init): Don't use obsolete variable
8163 font-lock-maximum-size.
8164
8165 2012-09-06 Chong Yidong <cyd@gnu.org>
8166
8167 * frame.el (window-system-version): Mark as obsolete.
8168
8169 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8170 of obsolete variable speedbar-key-map.
8171
8172 2012-09-06 Juri Linkov <juri@jurta.org>
8173
8174 * replace.el (replace-lax-whitespace): New defcustom.
8175 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8176 (replace-string, replace-regexp): Mention it in docstrings.
8177 (perform-replace, replace-highlight): Let-bind
8178 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8179 to the values of replace-lax-whitespace and regexp-flag.
8180 Don't let-bind search-whitespace-regexp. (Bug#10885)
8181
8182 * isearch.el (isearch-query-replace): Let-bind
8183 replace-lax-whitespace instead of let-binding
8184 replace-search-function and replace-re-search-function.
8185 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8186 and isearch-regexp-lax-whitespace to lazy-highlight variables.
8187 (isearch-toggle-symbol): Set isearch-regexp to nil
8188 in isearch-word mode (like in isearch-toggle-word).
8189
8190 2012-09-06 Juri Linkov <juri@jurta.org>
8191
8192 * replace.el (replace-search-function)
8193 (replace-re-search-function): Set default values to nil.
8194 (perform-replace): Let-bind isearch-related variables based on
8195 replace-related values, call `isearch-search-fun' and let-bind
8196 the result to `search-function'. Remove code that sets
8197 `search-function' and `search-string' separately for
8198 `delimited-flag'.
8199 (replace-highlight): Add new argument `delimited-flag' and
8200 rename other arguments to the names used in `perform-replace'.
8201 Let-bind `isearch-word' to the argument `delimited-flag'.
8202 (Bug#10885, bug#10887)
8203
8204 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8205
8206 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8207 ruby-beginning-of-indent, simplify, allow all keywords to have
8208 indentation before them.
8209 (ruby-beginning-of-indent): Adjust for above. Search until the
8210 found point is not inside a string or comment.
8211 (ruby-font-lock-keywords): Allow symbols to start with "@"
8212 character, give them higher priority than variables.
8213 (ruby-syntax-propertize-function)
8214 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8215 matchers. Expression expansions are not comments when inside a
8216 string, and there comment syntax status is irrelevant.
8217 (ruby-match-expression-expansion): New function. Check that
8218 expression expansion is inside a string, and it's not escaped.
8219 (ruby-font-lock-keywords): Use it.
8220
8221 2012-09-05 Martin Rudalics <rudalics@gmx.at>
8222
8223 * help.el (temp-buffer-max-height): New default value.
8224 (temp-buffer-resize-frames): New option.
8225 (resize-temp-buffer-window): Optionally resize frame.
8226
8227 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8228 (fit-frame-to-buffer): New function.
8229
8230 2012-09-05 Glenn Morris <rgm@gnu.org>
8231
8232 * emulation/cua-rect.el (cua--init-rectangles):
8233 * textmodes/picture.el (picture-mode-map):
8234 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8235 like forward-char and backward-char. (Bug#12317)
8236
8237 2012-09-05 Leo Liu <sdl.web@gmail.com>
8238
8239 * progmodes/flymake.el (flymake-warning-re): New variable.
8240 (flymake-parse-line): Use it.
8241
8242 2012-09-05 Glenn Morris <rgm@gnu.org>
8243
8244 * calendar/holidays.el (holiday-christian-holidays):
8245 Rename an entry. (Bug#12289)
8246
8247 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8250 (bug#12222).
8251
8252 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * loadup.el: Load macroexp. Remove hack.
8255 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8256 (macroexp--expand-all): Use it to get better warnings.
8257 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8258 (internal-macroexpand-for-load): New functions.
8259 (macroexp--pending-eager-loads): New var.
8260 (emacs-startup-hook): New hack to replace one in loadup.el.
8261 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8262 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8263 (cl-psetf): Simplify.
8264 (cl-defstruct): Add indent rule.
8265
8266 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8267
8268 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8269 over `user-mail-address' for the SMTP MAIL FROM envelope.
8270 (smtpmail-via-smtp): Ditto.
8271
8272 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8273
8274 * progmodes/ruby-mode.el: Clean up keybindings.
8275 (ruby-mode-map): Don't bind ruby-electric-brace,
8276 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8277 backward-kill-word, reindent-then-newline-and-indent.
8278 (ruby-mark-defun): Remove.
8279 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8280 (ruby-mode): Set local beginning-of-defun-function and
8281 end-of-defun-function values.
8282
8283 2012-09-03 Martin Rudalics <rudalics@gmx.at>
8284
8285 * window.el (temp-buffer-window-setup-hook)
8286 (temp-buffer-window-show-hook): New hooks.
8287 (temp-buffer-window-setup, temp-buffer-window-show)
8288 (with-temp-buffer-window): New functions.
8289 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8290 (special-display-popup-frame): Make sure the window used shows BUFFER.
8291
8292 * help.el (temp-buffer-resize-mode): Fix doc-string.
8293 (resize-temp-buffer-window): New optional argument WINDOW.
8294
8295 * files.el (recover-file, save-buffers-kill-emacs):
8296 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8297
8298 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8299
8300 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8301 remote definition of `default-directory', ensure we can connect.
8302
8303 2012-09-02 Juri Linkov <juri@jurta.org>
8304
8305 Toggle whitespace matching mode with M-s SPC.
8306 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8307
8308 * isearch.el (search-whitespace-regexp): Doc fix.
8309 Remove cons cell customization.
8310 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8311 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8312 New variables.
8313 (isearch-forward, isearch-forward-regexp): Doc fix.
8314 (isearch-toggle-lax-whitespace): New command.
8315 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8316 (re-search-forward-lax-whitespace)
8317 (re-search-backward-lax-whitespace): New functions.
8318 (isearch-whitespace-regexp): Remove function.
8319 (isearch-query-replace): Let-bind replace-search-function and
8320 replace-re-search-function.
8321 (isearch-occur): Let-bind search-spaces-regexp according to the
8322 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8323 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8324 condition for C-q SPC.
8325 (isearch-search-fun-default): Use new functions mentioned above.
8326 (isearch-search-forward, isearch-search-backward): Remove functions.
8327 (isearch-search): Don't let-bind search-spaces-regexp.
8328 (isearch-lazy-highlight-space-regexp): Remove variable.
8329 (isearch-lazy-highlight-lax-whitespace)
8330 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8331 (isearch-lazy-highlight-new-loop): Use them.
8332 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8333
8334 2012-09-02 Chong Yidong <cyd@gnu.org>
8335
8336 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8337
8338 2012-09-02 Glenn Morris <rgm@gnu.org>
8339
8340 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8341
8342 2012-09-01 Glenn Morris <rgm@gnu.org>
8343
8344 * term.el: Tidy up menu definitions.
8345 (term-mode-map): Use easymenu for In/Out, Complete menus.
8346 (term-pager-break-map): Initialize in the defvar.
8347 (term-terminal-menu, term-signals-menu): Define with easymenu.
8348 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8349 (term-pager-menu): New, extracted from term-process-pager.
8350 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8351 (term-update-mode-line): Propertize line/char and page items.
8352 (term-process-pager): Move keymap initialization elsewhere.
8353
8354 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8355
8356 * window.el (switch-to-prev-buffer): Handle additional values of
8357 BURY-OR-KILL argument. Don't switch in minibuffer window.
8358 (switch-to-next-buffer): Don't switch in minibuffer window.
8359 (quit-restore-window): New function based on quit-window.
8360 Handle additional values of former KILL argument.
8361 (quit-window): Call quit-restore-window with appropriate
8362 interpretation of KILL argument.
8363 (display-buffer-below-selected): New buffer display action
8364 function.
8365
8366 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * minibuffer.el (completion-at-point-functions): Complete docstring
8369 (bug#12254).
8370
8371 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8372
8373 Better seed support for (random).
8374 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8375 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8376 * play/mpuz.el, play/tetris.el, play/zone.el:
8377 * calc/calc-comb.el (math-init-random-base):
8378 * play/blackbox.el (bb-init-board):
8379 * play/life.el (life):
8380 * server.el (server-use-tcp):
8381 * type-break.el (type-break):
8382 Remove unnecessary call to (random t).
8383 * net/sasl.el (sasl-unique-id-function):
8384 Change (random t) to (random), now that the latter is more random.
8385 * play/life.el (life-initialized): Remove no-longer-needed var.
8386
8387 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8388
8389 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8390 Consider frame's buffer predicate when choosing the buffer.
8391 (Bug#12081)
8392
8393 2012-08-30 Richard Stallman <rms@gnu.org>
8394
8395 * simple.el (special-mode-map): Delete binding for `z'.
8396
8397 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8398
8399 * progmodes/compile.el (compilation-always-kill): Doc fix.
8400
8401 2012-08-30 Chong Yidong <cyd@gnu.org>
8402
8403 * window.el (display-buffer-reuse-frames): Make the obsolescence
8404 message more informative.
8405
8406 2012-08-30 Glenn Morris <rgm@gnu.org>
8407
8408 * paren.el (show-paren-delay):
8409 Add a :set function. Doc fix. (Bug#12297)
8410
8411 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8412
8413 * progmodes/compile.el (compilation-always-kill): New var.
8414 (compilation-start): Use it.
8415
8416 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8419 * files.el (read-only-mode): Move to simple.el.
8420
8421 * files.el (read-only-mode): New minor mode.
8422 (toggle-read-only): Use it and mark obsolete.
8423 (find-file--read-only):
8424 * vc/vc.el (vc-next-action, vc-checkout):
8425 * vc/vc-cvs.el (vc-cvs-checkout):
8426 * obsolete/vc-mcvs.el (vc-mcvs-update):
8427 * ffap.el (ffap--toggle-read-only): Update callers.
8428
8429 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8430
8431 * eshell/esh-ext.el (eshell-external-command): Do not examine
8432 remote shell scripts.
8433 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8434
8435 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8436 "/usr/local/sbin".
8437
8438 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8441
8442 2012-08-28 Leo Liu <sdl.web@gmail.com>
8443
8444 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8445 completion-at-point. (Bug#12220)
8446
8447 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8448
8449 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8450
8451 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8452
8453 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8454 be buffer-local; add delete-trailing-whitespace (bug#12259).
8455
8456 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8457
8458 * progmodes/hideif.el (hif-compress-define-list):
8459 Fix typo. (Bug#11951)
8460
8461 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8462
8463 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8464 buffer local setting.
8465
8466 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8467 rcirc-encode-coding-system.
8468
8469 2012-08-28 Leo Liu <sdl.web@gmail.com>
8470
8471 * net/rcirc.el (rcirc-split-message): New function.
8472 (rcirc-send-message): Use it. (Bug#12051)
8473
8474 2012-08-28 Juri Linkov <juri@jurta.org>
8475
8476 * info.el (Info-fontify-node): Hide empty lines at the end of
8477 the node. (Bug#12272)
8478
8479 2012-08-27 Drew Adams <drew.adams@oracle.com>
8480
8481 * dired.el (dired-pop-to-buffer): Make window start at beginning
8482 of buffer (Bug#12281).
8483
8484 2012-08-26 Chong Yidong <cyd@gnu.org>
8485
8486 * window.el (special-display-regexps, special-display-frame-alist)
8487 (special-display-buffer-names, special-display-function)
8488 (display-buffer-reuse-frames): Mark as obsolete.
8489
8490 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8491
8492 * help.el (help-print-return-message): Don't treat
8493 display-buffer-reuse-frames specially.
8494
8495 2012-08-26 Chong Yidong <cyd@gnu.org>
8496
8497 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8498 New variable, replacing gdb-frame-parameters.
8499 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8500 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8501 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8502 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8503 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8504 the functions directly with gdb-display-buffer-other-frame-action.
8505 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8506 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8507 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8508 (gdb-display-registers-buffer): Define directly.
8509 (def-gdb-display-buffer): Macro deleted.
8510 (gdb-display-buffer): Remove second and third args, callers don't
8511 use them. Defer to the default display-buffer behavior, apart
8512 from making windows dedicated.
8513 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8514
8515 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8516
8517 * window.el (display-buffer-pop-up-frame): Handle a
8518 pop-up-frame-parameters alist entry.
8519 (display-buffer): Document it.
8520
8521 2012-08-26 Chong Yidong <cyd@gnu.org>
8522
8523 * isearch.el (search-whitespace-regexp): Make string and nil
8524 values apply to both ordinary and regexp search. Allow a cons
8525 cell value to distinguish between the two.
8526 (isearch-whitespace-regexp, isearch-search-forward)
8527 (isearch-search-backward): New functions.
8528 (isearch-occur, isearch-search-fun-default, isearch-search)
8529 (isearch-lazy-highlight-new-loop): Use them.
8530 (isearch-forward, isearch-forward-regexp): Doc fix.
8531
8532 2012-08-26 Chong Yidong <cyd@gnu.org>
8533
8534 * faces.el (help-argument-name): Always inherit from italic
8535 (Bug#12213).
8536
8537 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8538
8539 * window.el (window--even-window-heights): Even heights when
8540 WINDOW and the selected window form a vertical combination.
8541 (display-buffer-use-some-window): Provide that window used gets
8542 sized back by quit-window. (Bug#11880) and (Bug#12091)
8543
8544 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8545
8546 Fix file time stamp problem with bzr and CVS (Bug#12001).
8547 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8548 in the file's time stamp, since the version control system loses
8549 that information.
8550
8551 2012-08-22 Juri Linkov <juri@jurta.org>
8552
8553 * info.el (Info-fontify-node): Hide the suffix of the
8554 Info file name in the header line. (Bug#12187)
8555
8556 2012-08-22 Glenn Morris <rgm@gnu.org>
8557
8558 * calendar/cal-tex.el (cal-tex-weekly-common):
8559 Restore leading blank page.
8560
8561 2012-08-22 Le Wang <l26wang@gmail.com>
8562
8563 * misc.el (forward-to-word, backward-to-word): Activate or extend
8564 the region under `shift-select-mode'. (Bug#12231)
8565
8566 2012-08-22 Bastien Guerry <bzg@gnu.org>
8567
8568 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8569 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8570 gives details on why the space is never needed.
8571
8572 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8573
8574 * window.el (walk-window-tree, window-with-parameter):
8575 New optional argument MINIBUF to control whether these functions
8576 should run on the minibuffer window.
8577 (window-at-side-list): Don't operate on minibuffer window.
8578 (window-in-direction): Simplify and rewrite doc-string.
8579 (window--size-ignore): Rename to window--size-ignore-p.
8580 Update callers.
8581 (display-buffer-in-atom-window, window--major-non-side-window)
8582 (window--major-side-window, display-buffer-in-major-side-window)
8583 (delete-side-window, display-buffer-in-side-window):
8584 New functions.
8585 (window--side-check, window-deletable-p, delete-window)
8586 (delete-other-windows, split-window): Handle side windows and
8587 atomic windows appropriately.
8588 (window--display-buffer): Call display-buffer-record-window also
8589 when the window buffer did not change.
8590
8591 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8592
8593 * help-fns.el (help-fns--key-bindings):
8594 Abbreviate non-symbol remap targets. (Bug#12174)
8595
8596 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8597
8598 * dired.el (dired-mark-remembered): Don't clobber point.
8599 (Bug#11795)
8600
8601 2012-08-22 Glenn Morris <rgm@gnu.org>
8602
8603 * progmodes/bug-reference.el (bug-reference): New custom group.
8604 (bug-reference-bug-regexp): Make it a defcustom.
8605
8606 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8607
8608 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8609 (js-paren-indent-offset, js-square-indent-offset)
8610 (js-curly-indent-offset): Add :safe (Bug#12257).
8611
8612 2012-08-22 Edward O'Connor <hober0@gmail.com>
8613
8614 * json.el (json-key-format): Add error properties.
8615 (json-encode-key): New function.
8616 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8617 Use json-encode-key.
8618
8619 2012-08-22 Glenn Morris <rgm@gnu.org>
8620
8621 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8622 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8623 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8624 Update for above change.
8625
8626 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8627
8628 * cus-face.el (custom-face-attributes): Fix customize type for the
8629 :underline attribute. (Bug#11805)
8630
8631 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8632
8633 * window.el (window-point-1, set-window-point-1): Remove.
8634 (window-in-direction, record-window-buffer)
8635 (set-window-buffer-start-and-point, split-window-below)
8636 (window--state-get-1, display-buffer-record-window):
8637 Replace calls to window-point-1 and set-window-point-1 by calls to
8638 window-point and set-window-point respectively.
8639
8640 2012-08-21 Glenn Morris <rgm@gnu.org>
8641
8642 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8643 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8644 Use it.
8645
8646 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8647 (cal-tex-shortday): New function.
8648 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8649 (cal-tex-cursor-filofax-daily): Use the above.
8650
8651 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8652 New functions.
8653 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8654 (cal-tex-cursor-filofax-week): Use them.
8655
8656 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8657 New constants.
8658 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8659 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8660
8661 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8662 (cal-tex-end-document): Don't rely on buffer name.
8663
8664 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8665 Use cal-tex-vspace.
8666 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8667 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8668 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8669 Use cal-tex-arg.
8670
8671 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8672 (cal-tex-cursor-week, cal-tex-cursor-week2)
8673 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8674 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8675 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8676 (cal-tex-insert-preamble, cal-tex-b-document)
8677 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8678 Improve cal-tex-cmd usage.
8679
8680 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8681 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8682 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8683 (cal-tex-weekly-paper): New function.
8684 (cal-tex-cursor-week, cal-tex-cursor-week2)
8685 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8686 (cal-tex-cursor-day): Use it.
8687
8688 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8689 (cal-tex-cursor-filofax-week): Remove leading blank page.
8690
8691 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8692 Add autoload cookie. For now at least, don't use color, since
8693 no other cal-tex function does.
8694
8695 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8696 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8697 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8698
8699 2012-08-21 Juri Linkov <juri@jurta.org>
8700
8701 * info.el (Info-file-attributes): New variable.
8702 (info-insert-file-contents): Add file attributes to
8703 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8704 `Info-toc-nodes' when previous modtime of the Info file is less
8705 than new modtime.
8706 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8707 of info.el. (Bug#12230)
8708
8709 2012-08-20 Glenn Morris <rgm@gnu.org>
8710
8711 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8712 * calendar/holidays.el (calendar-holiday-list):
8713 Report errors with display-warning rather than beep'n'sleep.
8714
8715 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8716
8717 * net/tramp.el (tramp-accept-process-output): Accept only output
8718 from PROC. Otherwise, process filters and sentinels might be
8719 confused. (Bug#12145)
8720
8721 2012-08-20 Chong Yidong <cyd@gnu.org>
8722
8723 * descr-text.el (describe-text-properties-1): Use overlays-in to
8724 report on empty overlays (Bug#3322).
8725
8726 2012-08-20 Glenn Morris <rgm@gnu.org>
8727
8728 * mail/rmailout.el (rmail-output-read-file-name):
8729 Trap and report errors in rmail-output-file-alist elements.
8730
8731 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8732 since most non-font-lock faces are not also variables).
8733
8734 2012-08-20 Edward Reingold <reingold@iit.edu>
8735
8736 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8737 New function. (Bug12160)
8738
8739 2012-08-19 Glenn Morris <rgm@gnu.org>
8740
8741 * mail/rmailout.el (rmail-output-read-file-name):
8742 Fix previous change (when the alist is nil or does not match).
8743
8744 2012-08-19 Chong Yidong <cyd@gnu.org>
8745
8746 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8747 (Bug#12228).
8748
8749 2012-08-18 Chong Yidong <cyd@gnu.org>
8750
8751 * simple.el (yank-handled-properties): New defcustom.
8752 (yank-excluded-properties): Add font-lock-face and category.
8753 (yank): Doc fix.
8754
8755 * subr.el (remove-yank-excluded-properties):
8756 Obey yank-handled-properties. The special handling of font-lock-face
8757 and category is now done this way, instead of being hard-coded.
8758 (insert-for-yank-1): Remove font-lock-face handling.
8759 (yank-handle-font-lock-face-property)
8760 (yank-handle-category-property): New function.
8761
8762 2012-08-17 Glenn Morris <rgm@gnu.org>
8763
8764 * mail/rmailout.el (rmail-output-read-file-name):
8765 Check rmail-output-file-alist against the full message body
8766 in the correct rmail buffer. (Bug#12214)
8767
8768 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8769
8770 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8771 Eliminate superfluous prompt. (Bug#12203)
8772
8773 2012-08-17 Chong Yidong <cyd@gnu.org>
8774
8775 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8776 font spec, set the font directly (Bug#3228).
8777
8778 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8779
8780 * window.el (delete-window): Fix last fix.
8781
8782 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8783
8784 * window.el (window-valid-p): Move to window.c.
8785 (window-child, window-child-count, window-last-child)
8786 (window-normalize-window, window-combined-p)
8787 (window-combinations, window-atom-root, window-min-size)
8788 (window-sizable, window-sizable-p, window-size-fixed-p)
8789 (window-min-delta, window-max-delta, window--resizable)
8790 (window--resizable-p, window-resizable, window-total-size)
8791 (window-full-height-p, window-full-width-p, window-body-size)
8792 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8793 (minimize-window, window-deletable-p, delete-window)
8794 (delete-other-windows, set-window-buffer-start-and-point)
8795 (next-buffer, previous-buffer, split-window, balance-windows-2)
8796 (set-window-text-height, window-buffer-height)
8797 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8798 (truncated-partial-width-window-p): Minor code adjustments.
8799 In doc-strings state whether the argument window has to denote a
8800 live, valid or any window.
8801
8802 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8803
8804 * progmodes/subword.el (subword-forward-function)
8805 (subword-backward-function, subword-forward-regexp)
8806 (subword-backward-regexp): New variables.
8807 (subword-forward, subword-forward-internal, subword-backward-internal):
8808 Use new variables, eg so that different "word" definitions
8809 can be easily used. (Bug#11411)
8810
8811 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8812
8813 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8814 for composite selectors.
8815 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8816 operation just because we can't find a previous revision.
8817
8818 2012-08-15 Chong Yidong <cyd@gnu.org>
8819
8820 * frame.el (set-frame-font): Accept font objects.
8821
8822 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8825
8826 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8827
8828 * man.el (Man-overstrike-face, Man-underline-face)
8829 (Man-reverse-face): Remove variables.
8830 (Man-overstrike, Man-underline, Man-reverse): New faces.
8831 (Man-fontify-manpage): Use them instead of the variables.
8832 (Man-cleanup-manpage): Comment change.
8833 (Man-ansi-color-map): New variable.
8834 (Man-fontify-manpage): Use it.
8835 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8836
8837 Implement ANSI SGR parameters 22-27 (bug#12146).
8838 * ansi-color.el (ansi-colors): Doc fix.
8839 (ansi-color-context, ansi-color-context-region): Doc fix.
8840 (ansi-color--find-face): New function.
8841 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8842 Rename the local variable `face' to `codes' since it is now a list of
8843 ansi codes. Doc fix.
8844 (ansi-color-get-face): Remove.
8845 (ansi-color-parse-sequence): New function, derived from
8846 ansi-color-get-face.
8847 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8848 codes 22-27.
8849
8850 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8851
8852 * subr.el (read-passwd): Allow use from a minibuffer.
8853
8854 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8855
8856 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8857 inside comments and strings as identifiers.
8858
8859 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8860 expression to evaluate. This allows to evaluate expressions with
8861 embedded whitespace.
8862 (gud-tooltip-tips): Add a blank before the newline in the
8863 message-box text, for the benefit of message-box emulation on
8864 MS-Windows.
8865
8866 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8867 messages from GDB, pop them up in a tooltip to give feedback to
8868 user.
8869 (gdb-tooltip-print-1): Quote the expression to evaluate.
8870 This allows to evaluate expressions with embedded whitespace.
8871 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8872 if the TTY name is nil or empty (which happens when communicating
8873 with the inferior via pipes, e.g. on MS-Windows).
8874 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8875 don't send that to the GUD buffer.
8876
8877 2012-08-14 Glenn Morris <rgm@gnu.org>
8878
8879 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8880 Optimize away setq-default with no args, as for setq. (Bug#12195)
8881
8882 2012-08-14 Chong Yidong <cyd@gnu.org>
8883
8884 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8885
8886 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8887 (Bug#12085).
8888
8889 2012-08-14 Glenn Morris <rgm@gnu.org>
8890
8891 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8892
8893 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8894
8895 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8896 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8897 Use cached shell name.
8898
8899 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8900
8901 * progmodes/python.el (python-shell-send-string):
8902 (python-shell-send-setup-code): Do not use `format' with `message'.
8903
8904 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8905
8906 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8907 (ruby-percent-literal-beg-re): New constant.
8908 (ruby-syntax-general-delimiters-goto-beg): Rename to
8909 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8910 (ruby-syntax-propertize-general-delimiters): Rename to
8911 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8912 popular term. Adjust comments everywhere.
8913 (ruby-syntax-propertize-percent-literal): Only propertize when not
8914 inside a simple string or comment. When the literal is unclosed,
8915 leave the text after it unpropertized.
8916 (ruby-syntax-methods-before-regexp): New constant.
8917 (ruby-syntax-propertize-function): Use it to recognize regexps.
8918 Don't look at the text after regexp, just use the whitelist.
8919
8920 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8921
8922 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8923 non-nil always load the compiled file if it exists. (Bug#12197)
8924
8925 2012-08-14 Chong Yidong <cyd@gnu.org>
8926
8927 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8928 (hi-lock-set-pattern): When deciding whether to use font lock or
8929 overlays, look at font-lock-mode instead of font-lock-fontified
8930 (Bug#12168).
8931 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8932 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8933
8934 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8935
8936 * subr.el (internal--after-with-selected-window): Fix typo
8937 (Bug#12193).
8938
8939 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8940
8941 Use `completion-table-dynamic' for completion functions.
8942 * progmodes/python.el
8943 (python-shell-completion--do-completion-at-point)
8944 (python-shell-completion--get-completions):
8945 Remove functions.
8946 (python-shell-completion-complete-at-point): New function.
8947 (python-completion-complete-at-point): Use it.
8948
8949 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8950
8951 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8952 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8953
8954 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * subr.el (function-get): Refine `autoload' arg so it can also
8957 autoload functions for gv.el (bug#12191).
8958 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8959 autoloads macros.
8960
8961 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8962 Prefer pcase-let over destructuring-bind.
8963 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8964 Also, remove whitespace as we go, rather than after accumulating the
8965 various places.
8966
8967 * subr.el (internal--before-with-selected-window)
8968 (internal--after-with-selected-window): Fix typo seleted->selected.
8969 (with-selected-window): Adjust callers.
8970 Reported by Dmitry Gutov <dgutov@yandex.ru>.
8971
8972 2012-08-13 Bastien Guerry <bzg@gnu.org>
8973
8974 * window.el (special-display-popup-frame): Minor docstring
8975 enhancement. (Bug#12172)
8976
8977 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
8978
8979 * tar-mode.el (tar-header-data-end): Only ignore size for files of
8980 type 1-6.
8981 (tar-header-block-summarize, tar-get-descriptor): Handle pax
8982 extended headers.
8983
8984 * files.el (hack-local-variables-filter): Remove useless eval.
8985
8986 2012-08-13 Martin Rudalics <rudalics@gmx.at>
8987
8988 * subr.el (with-selected-window): Fix last change.
8989
8990 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * subr.el (internal--before-with-seleted-window)
8993 (internal--after-with-seleted-window): New functions.
8994 (with-selected-window): Use them, to replace dependency on
8995 tty-top-frame.
8996
8997 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
8998
8999 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9000 binding for `newline'.
9001 (ruby-move-to-block): When moving backward, stop at block opening,
9002 not indentation.
9003 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9004 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9005 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9006 `ruby-toggle-block'.
9007
9008 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9009
9010 * ibuffer.el (ibuffer-do-toggle-read-only):
9011 * dired.el (dired-toggle-read-only):
9012 * buff-menu.el (Buffer-menu-toggle-read-only):
9013 * bindings.el (mode-line-toggle-read-only):
9014 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9015
9016 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
9017
9018 * descr-text.el (describe-char): Put the overlays over the
9019 "displayed as" character.
9020
9021 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
9022
9023 * calc/calc-units.el (math-default-units-table): Give an
9024 initial value.
9025 (math-put-default-units): Add options to put composite units and
9026 unit systems in the default units table.
9027 (calc-convert-units): Send composite units to
9028 `math-put-default-units' when appropriate.
9029
9030 2012-08-11 Glenn Morris <rgm@gnu.org>
9031
9032 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9033
9034 * tutorial.el (help-with-tutorial):
9035 * emacs-lisp/copyright.el (copyright-update-directory):
9036 * emacs-lisp/autoload.el (autoload-find-generated-file)
9037 (autoload-find-file): Disable local eval: (for insurance).
9038
9039 * files.el (hack-local-variables-filter): If an eval: form is not
9040 known to be safe, and enable-local-variables is :safe, then ignore
9041 the form totally, as is done for non-eval forms. (Bug#12155)
9042 This is CVE-2012-3479.
9043
9044 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9045
9046 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9047 (rx-form): Simplify.
9048
9049 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
9050
9051 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9052 ?, _, and : are symbol constituents, ! is not (but kinda should be).
9053 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9054 (ruby-syntax-propertize-function): Adjust for changes in
9055 `ruby-syntax-propertize-heredoc'.
9056
9057 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
9058
9059 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9060 binding (use `M-;' instead).
9061 (ruby-singleton-class-p): New function.
9062 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9063
9064 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9065
9066 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9067
9068 2012-08-10 Chong Yidong <cyd@gnu.org>
9069
9070 * progmodes/python.el (python-shell-get-process-name): Don't mess
9071 with same-window-buffer-names.
9072
9073 * eshell/eshell.el (eshell-add-to-window-buffer-names)
9074 (eshell-remove-from-window-buffer-names): Make obsolete.
9075 (eshell-buffer-name, eshell-unload-hook): Don't use them.
9076 (eshell): Just use pop-to-buffer-same-window instead.
9077
9078 2012-08-10 Chong Yidong <cyd@gnu.org>
9079
9080 * bindings.el: Bind M-= back to count-words-region.
9081
9082 * simple.el (count-words-region): Accept a prefix arg for acting
9083 on the entire buffer.
9084 (count-words--buffer-message): New helper function.
9085
9086 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9089 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9090 (event-start, event-end): Use posn-at-point to return a more
9091 informative posn.
9092 (posnp): New function.
9093 * mouse.el (popup-menu-normalize-position): Use it.
9094
9095 2012-08-10 Masatake YAMATO <yamato@redhat.com>
9096
9097 * mouse.el (popup-menu-normalize-position): New function.
9098 (popup-menu): Use `popup-menu-normalize-position' to normalize
9099 the form for POSITION argument.
9100
9101 * term/x-win.el (x-menu-bar-open):
9102 Use the value returend from (posn-at-point) as position
9103 passed to `popup-menu'.
9104
9105 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9106
9107 * calc/calccomp.el (math-compose-expr): Add extra argument
9108 indicating that parentheses should be put around products in
9109 denominators. Give multiplication precedence over division during
9110 composition.
9111
9112 2012-08-09 Chong Yidong <cyd@gnu.org>
9113
9114 * man.el (Man-switches, Man-sed-command, Man-awk-command)
9115 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9116 (Man-untabify-command, manual-program): Convert to defcustom
9117 (Bug#10429).
9118
9119 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9120
9121 * descr-text.el (describe-char): Don't insert extra newlines
9122 (Bug#10127).
9123
9124 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9125 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9126
9127 * align.el (align-region): Delete temporary markers (Bug#10047).
9128 Plus some code cleanups.
9129
9130 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9131
9132 * progmodes/python.el (python-pdbtrack-tracked-buffer)
9133 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9134 (python-shell-internal-last-output): Use make-local-variable
9135 instead of make-variable-buffer-local.
9136
9137 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9138
9139 * progmodes/python.el: Enhancements to forward-sexp.
9140 (python-nav-forward-sexp): Rename from
9141 python-nav-forward-sexp-function.
9142 (python-nav--forward-sexp, python-nav--backward-sexp):
9143 New functions.
9144
9145 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9146
9147 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9148 modes and simplification modes.
9149
9150 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * delsel.el (delete-selection-pre-hook): Don't propagate the
9153 file-supersession signals (bug#12161).
9154
9155 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9158 (cl-map-extents): Add compatibility aliases (bug#12135).
9159
9160 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
9161
9162 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9163 tests by `ignore-error'.
9164 (tramp-find-shell): Open also a new shell, when cache is already
9165 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
9166
9167 2012-08-08 Juri Linkov <juri@jurta.org>
9168
9169 * bookmark.el: Add `defaults' property to the bookmark record.
9170 (bookmark-current-buffer): Doc fix.
9171 (bookmark-make-record): Add `defaults' property with default values
9172 to the bookmark record.
9173 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9174 with `bookmark-insert-current-bookmark'.
9175 (bookmark-set): Get `defaults' property from the bookmark record
9176 and use it in `read-from-minibuffer'.
9177 (bookmark-insert-current-bookmark): Remove function.
9178
9179 * info.el (Info-bookmark-make-record): Add `defaults' property
9180 with values of canonical Info node name, the current Info file
9181 name and the current Info node name. (Bug#12107)
9182
9183 2012-08-08 Juri Linkov <juri@jurta.org>
9184
9185 * files.el (basic-save-buffer): Use `buffer-name' as the default
9186 of `read-file-name' when buffer is not visiting a file (bug#12128).
9187
9188 2012-08-08 Juri Linkov <juri@jurta.org>
9189
9190 * info.el (Info-isearch-search): Doc fix.
9191 (Info-search): Change search-failed message from "initial node" to
9192 "end of node" (bug#12078).
9193 (Info-isearch-search): Change `isearch-string-state' to
9194 `isearch--state-string'.
9195
9196 2012-08-08 Glenn Morris <rgm@gnu.org>
9197
9198 * language/persian.el: Remove file.
9199 * language/misc-lang.el: Move unique part of persian.el here.
9200 * loadup.el: Remove language/persian.
9201
9202 2012-08-08 Ă“scar Fuentes <ofv@wanadoo.es>
9203
9204 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9205
9206 2012-08-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9207
9208 * progmodes/python.el: Fix defsubst warning.
9209 (python-syntax-context) Rename from python-info-ppss-context.
9210 (python-syntax-context-type): Rename from
9211 python-info-ppss-context-type.
9212 (python-syntax-comment-or-string-p): Rename from
9213 python-info-ppss-comment-or-string-p.
9214
9215 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9216
9217 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9218
9219 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
9220
9221 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9222 a defcustom that is quoted with backquote.
9223
9224 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9225 Fix handling of interactive spec when the body uses return.
9226 (math-do-arg-check, math-define-function-body): Use backquote forms.
9227 * calc/calc-ext.el (math-defcache): Likewise.
9228 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9229 * allout.el (allout-new-exposure): Likewise.
9230 * calc/calcalg2.el (math-tracing-integral): Likewise.
9231 * info.el (Info-last-menu-item): Likewise.
9232 * emulation/vip.el (vip-loop): Likewise.
9233 * textmodes/artist.el (artist-funcall): Likewise.
9234 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9235 Construct menu-item directly.
9236
9237 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9238 Don't declare.
9239
9240 2012-08-07 Chong Yidong <cyd@gnu.org>
9241
9242 * simple.el (deactivate-mark): Preserve text properties when
9243 saving the primary selection (Bug#8384).
9244
9245 2012-08-07 Kevin Ryde <user42@zip.com.au>
9246
9247 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9248 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9249 and continue processing (Bug#12110).
9250
9251 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9254 syntax-propertize-function (bug#10095).
9255
9256 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9259 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9260 describe-function-1.
9261 (describe-function-1): Use them. Move compiler macro after sig.
9262 (help-fns--compiler-macro): Use function-get. Assume we're already in
9263 standard-output. Adjust layout to new call order.
9264
9265 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9266 re-binding a symbol that has a symbol-macro (bug#12119).
9267
9268 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9269
9270 * language/persian.el: New file. (Bug#11812)
9271 * loadup.el: Add language/persian.el.
9272
9273 2012-08-06 Chong Yidong <cyd@gnu.org>
9274
9275 * window.el (window--maybe-raise-frame): New function.
9276 (window--display-buffer): Split off from here.
9277 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9278 (display-buffer-pop-up-window, display-buffer-use-some-window):
9279 Obey an inhibit-switch-frame action alist entry.
9280 (display-buffer): Update doc.
9281
9282 * replace.el (occur-after-change-function): Avoid losing focus by
9283 using the inhibit-switch-frame display parameter (Bug#12139).
9284
9285 2012-08-06 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9286
9287 Make internal shell process buffer names start with space.
9288 * progmodes/python.el (python-shell-make-comint): Add optional
9289 argument INTERNAL.
9290 (run-python-internal): Use it.
9291 (python-shell-internal-get-or-create-process): Check for new
9292 internal buffer names.
9293
9294 2012-08-06 Glenn Morris <rgm@gnu.org>
9295
9296 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9297 Do less getting and setting of environment variables.
9298
9299 2012-08-05 Chong Yidong <cyd@gnu.org>
9300
9301 * proced.el (proced): Add substitution string to docstring to
9302 trigger autoloading of the proced library on C-h f (Bug#1768).
9303
9304 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9305 Don't show defvars which have no second argument (Bug#8638).
9306
9307 * imenu.el (imenu-generic-expression): Move documentation here
9308 from imenu--generic-function.
9309 (imenu--generic-function): Refer to imenu-generic-expression.
9310
9311 2012-08-05 Vegard Ă˜ye <vegard_oye@hotmail.com> (tiny change)
9312
9313 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9314 indentation declaration.
9315 (viper-loop): Add indentation declaration (Bug#7025).
9316
9317 2012-08-05 Chong Yidong <cyd@gnu.org>
9318
9319 * help-fns.el (describe-variable): Add hyperlink for
9320 directory-local variables files. Improve buffer-local and
9321 permanent-local reporting; suggested by MON KEY (Bug#6644).
9322
9323 * help-mode.el (help-dir-local-var-def): New button type.
9324
9325 * files.el (kill-buffer-hook): Provide a defvar.
9326
9327 2012-08-05 Glenn Morris <rgm@gnu.org>
9328
9329 * eshell/esh-ext.el (eshell/addpath):
9330 Also update eshell-path-env. (Bug#12013)
9331
9332 2012-08-05 Chong Yidong <cyd@gnu.org>
9333
9334 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9335
9336 * fringe.el (fringe-styles): Add docstring.
9337 (fringe--check-mode): New function.
9338 (set-fringe-mode, set-fringe-style): Use it.
9339 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9340
9341 * files.el (set-auto-mode): Fix invalid setq call.
9342
9343 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * isearch.el: Misc simplification; use defstruct.
9346 (isearch-mode-map): Dense maps now work like sparse ones.
9347 (isearch--state): New defstruct.
9348 (isearch-string-state, isearch-message-state, isearch-point-state)
9349 (isearch-success-state, isearch-forward-state)
9350 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9351 (isearch-wrapped-state, isearch-barrier-state)
9352 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9353 replaced by defstruct's accessors.
9354 (isearch--set-state): Rename from isearch-top-state and change
9355 calling convention.
9356 (isearch-push-state): Use new isearch--get-state.
9357 (isearch-toggle-word): Disable regexp when enabling word.
9358 (isearch-message-prefix): Remove unused arg _c-q-hack.
9359 (isearch-message-suffix): Remove unused arg _ellipsis.
9360
9361 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9362
9363 * simple.el (list-processes--refresh): For a server use :host or
9364 :local as the address.
9365 (list-processes): Doc fix.
9366
9367 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9368
9369 * lisp/mpc.el: Support password in host argument.
9370 (mpc--proc-connect): Parse and use new password element.
9371 Set mpc-proc variable instead of returning process.
9372 (mpc-proc): Adjust accordingly.
9373
9374 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9375
9376 * whitespace.el (whitespace-display-mappings): Use Unicode
9377 codepoints, instead of emacs-mule codepoints. See
9378 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9379 for the details.
9380
9381 * files.el (file-truename): Don't skip symlink-chasing part on
9382 windows-nt. Incorporate the resolution of 8+3 short aliases on
9383 Windows into the loop that recursively chases symlinks.
9384 Compare directory and its parent case-insensitively on MS-Windows and
9385 MS-DOS.
9386
9387 2012-08-03 Chong Yidong <cyd@gnu.org>
9388
9389 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9390
9391 * sort.el (sort-regexp-fields): Doc fix.
9392
9393 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9394
9395 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9396 labels regex position point at the expected place.
9397
9398 2012-08-03 MON KEY <monkey@sandpframing.com>
9399
9400 * net/imap.el (imap-interactive-login, imap-authenticate)
9401 (imap-mailbox-lsub, imap-mailbox-list)
9402 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9403 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9404 (imap-parse-response): Doc fix.
9405
9406 2012-08-03 JoĂ£o TĂ¡vora <joaotavora@gmail.com>
9407
9408 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9409 if sexp scanning does not move point (Bug#5734).
9410
9411 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9412
9413 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9414 Add listings, minted, and ctable packages.
9415 (reftex-label-alist-builtin): Move listings, minted, and ctable
9416 entries before LaTeX.
9417 (reftex-label-alist): Docfix.
9418
9419 2012-08-02 Bastien Guerry <bzg@gnu.org>
9420
9421 * replace.el (occur): Fix docstring (bug#12122).
9422
9423 2012-08-02 Glenn Morris <rgm@gnu.org>
9424
9425 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9426
9427 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9428
9429 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9430 * international/mule-cmds.el: Create
9431 inactivate-current-input-method-function as an obsolete alias for
9432 deactivate-current-input-method-function. See Katsumi Yamaoka in
9433 <http://bugs.gnu.org/10150#46>.
9434
9435 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9436
9437 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9438 of nested `if's.
9439
9440 2012-08-01 Glenn Morris <rgm@gnu.org>
9441
9442 * progmodes/autoconf.el (autoconf-definition-regexp):
9443 Add AH_TEMPLATE, adjust submatch numbering.
9444 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9445 (autoconf-current-defun-function): Update for above change.
9446 (autoconf-current-defun-function): First skip to end of current word.
9447
9448 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9449
9450 * calendar/cal-html.el (cal-html-insert-agenda-days):
9451 Fix typo. (Bug#12018)
9452
9453 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9454
9455 Shell processes: enhancements to startup and CEDET compatibility.
9456 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9457 (python-shell-make-comint): accept-process-output at startup.
9458 (run-python-internal): Set inferior-python-mode-hook to nil.
9459 (python-shell-internal-get-or-create-process): call sit-for.
9460 (python-preoutput-result): Add obsolete alias.
9461 (python-shell-internal-send-string): Use it.
9462 (python-shell-send-setup-code): Remove call to
9463 accept-process-output.
9464
9465 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9466
9467 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9468 (Bug#12108)
9469
9470 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9471
9472 * calc-mode.el (calc-basic-simplification-mode): Rename from
9473 `calc-limited-simplification-mode'.
9474 (calc-alg-simplification-mode): New function.
9475 (calc-set-simplify-mode): Adjust message.
9476
9477 * calc.el (calc-set-mode-line): Adjust mode line display for
9478 basic simplification mode.
9479
9480 * calc-help.el (calc-m-prefix-help): Update help message.
9481
9482 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9483 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9484
9485 2012-07-31 Bastien Guerry <bzg@gnu.org>
9486
9487 * man.el (man): Fix comment. (bug#12101)
9488
9489 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9490
9491 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9492 Don't return a non-nil value when no suitable buffer was found.
9493
9494 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9495
9496 * progmodes/python.el (run-python-internal): Disable font lock for
9497 internal shells.
9498
9499 2012-07-30 Stefan Merten <smerten@oekonux.de>
9500
9501 * textmodes/rst.el: Silence `checkdoc-ispell'.
9502 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9503 (rst-official-version, rst-official-cvs-rev)
9504 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9505 (rst-mode-map): New key binding.
9506
9507 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9508
9509 Update .PHONY listings in makefiles.
9510 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9511 autoloads, update-subdirs, updates, bzr-update, update-authors,
9512 compile-onefile, compile-calc, backup-compiled-files,
9513 compile-after-backup, compile-one-process, mh-autoloads,
9514 bootstrap-clean, distclean, maintainer-clean.
9515
9516 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9517
9518 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9519 (calc-set-mode-line): Don't display "AlgSimp ".
9520
9521 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9522 (calc-lim-simplify-mode): New function.
9523 (calc-set-simplify-mode): Default to 'alg.
9524 (calc-default-simplify-mode): Make algebraic simplifications
9525 the default.
9526
9527 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9528 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9529
9530 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9531 indicate new simplification modes.
9532
9533 * calc/README: Mention new default simplification mode.
9534
9535 * calc/calc.el (math-normalize-error): New variable.
9536 (math-normalize): Set `math-normalize-error' to t
9537 when there's an error.
9538
9539 * calc/calc-alg.el (math-simplify): Don't simplify when
9540 `math-normalize' returns an error.
9541
9542 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9543
9544 * international/mule-cmds.el (set-locale-environment): Revert last
9545 change, since display-graphic-p returns nil when this function is
9546 called during startup. Instead...
9547
9548 * term/w32console.el (terminal-init-w32console): ...setup the
9549 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9550
9551 2012-07-29 Juri Linkov <juri@jurta.org>
9552
9553 * simple.el (goto-line): Don't display default line number in the
9554 prompt because it should be displayed by `read-number' (bug#9952).
9555 Add the current line number to the defaults of `goto-line' to
9556 allow its easier modification by users with `M-n' (bug#9201).
9557
9558 * subr.el (read-number): Support multiple default values like in
9559 other minibuffer reading functions. Replace `read' with
9560 `string-to-number' for consistency with `number-to-string'.
9561
9562 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9563
9564 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9565 * emulation/viper-init.el (viper-deactivate-input-method-action):
9566 Rename from viper-inactivate-input-method-action.
9567 (viper-deactivate-input-method):
9568 Rename from viper-inactivate-input-method.
9569 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9570 * international/mule-cmds.el (deactivate-input-method):
9571 Rename from inactivate-input-method.
9572 Also run input-method-deactivate-hook.
9573 (deactivate-current-input-method-function):
9574 Rename from inactivate-current-input-method-function.
9575 (input-method-deactivate-hook): New hook.
9576 (input-method-inactivate-hook): Mark obsolete.
9577 (inactivate-input-method): Mark obsolete.
9578
9579 * international/quail.el (quail-activate):
9580 Also run quail-deactivate-hook.
9581 (quail-deactivate): Rename from quail-inactivate.
9582 * international/robin.el (robin-activate):
9583 Also run robin-deactivate-hook.
9584 (robin-deactivate): Rename from robin-inactivate.
9585
9586 2012-07-29 Chong Yidong <cyd@gnu.org>
9587
9588 * simple.el (indicate-copied-region): New function.
9589 (kill-ring-save): Split off from here.
9590
9591 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9592 (kill-rectangle): Set deactivate-mark to t on read-only error.
9593
9594 * register.el (copy-to-register, copy-rectangle-to-register):
9595 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9596 (append-to-register, prepend-to-register): Call indicate-copied-region.
9597
9598 2012-07-29 Juri Linkov <juri@jurta.org>
9599
9600 * simple.el (async-shell-command-buffer): New defcustom.
9601 (shell-command): Use it. (Bug#4719)
9602
9603 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9604
9605 * international/mule-cmds.el (set-locale-environment): In a
9606 console session on MS-Windows, set up keyboard and terminal
9607 encoding from the OEM codepage, not the ANSI codepage.
9608 (Bug#12055)
9609
9610 2012-07-28 Chong Yidong <cyd@gnu.org>
9611
9612 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9613 gdb-get-location.
9614
9615 2012-07-28 Leo Liu <sdl.web@gmail.com>
9616
9617 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9618 the alist (bug#12029).
9619
9620 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9621
9622 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9623 (compile-always, compile-first)
9624 ($(lisp)/calendar/cal-loaddefs.el)
9625 ($(lisp)/calendar/diary-loaddefs.el)
9626 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9627 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9628 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9629 instead of on update-subdirs.
9630 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9631
9632 2012-07-28 Chong Yidong <cyd@gnu.org>
9633
9634 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9635 directory if vc-deduce-backend returns nil (Bug#7350).
9636
9637 * simple.el (delete-trailing-lines): New option.
9638 (delete-trailing-whitespace): Obey it (Bug#11879).
9639
9640 2012-07-28 David Engster <deng@randomsample.de>
9641
9642 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9643 Explanation of new 'symbol-qnames feature in doc-strings.
9644 (xml-maybe-do-ns): Return expanded names as plain symbols if
9645 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9646 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9647
9648 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9649
9650 Consistent completion in inferior python with emacs -nw.
9651 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9652 binding in inferior-python-mode-map with "\t".
9653 (python-shell-completion-complete-at-point)
9654 (python-completion-complete-at-point): Remove interactive spec.
9655
9656 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9657
9658 * calc/calccomp.el (math-compose-expr): Undo previous change.
9659
9660 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9661
9662 * progmodes/python.el (python-mode-map): Add keybinding for
9663 run-python.
9664 (python-shell-make-comint): Fix pop-to-buffer call.
9665 (run-python): Autoload. New arg SHOW.
9666 (python-shell-get-or-create-process): Do not pop python process
9667 buffer.
9668
9669 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9670
9671 * notifications.el (notifications-on-action-signal)
9672 (notifications-on-closed-signal): Use also the bus address for the map.
9673 (notifications-notify, notifications-close-notification)
9674 (notifications-get-capabilities): Add optional argument BUS.
9675
9676 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9677
9678 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9679 Add support for the lstlisting and minted environments, and for the
9680 ctable macro.
9681 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9682 labels written in keyvals syntax.
9683
9684 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9685
9686 * calc/calccomp.el (math-compose-expr): Use parentheses when
9687 there is a product in the denominator of a fraction.
9688
9689 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9690
9691 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9692 ($(lisp)/calendar/diary-loaddefs.el)
9693 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9694 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9695 Fixes failures in parallel bootstrap because subdirs.el is being
9696 rewritten while the autoload files are built at the same time,
9697 which needs to load subdirs.el.
9698
9699 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9700
9701 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9702 (mouse-drag-line): Don't exit tracking when a switch-frame or
9703 switch-window event occurs (Bug#12006).
9704
9705 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * mouse.el (popup-menu): Fix last change.
9708
9709 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9710
9711 Autoload from Lisp with more care. Follow aliases when looking for
9712 function properties.
9713 * subr.el (autoloadp): New function.
9714 (symbol-file): Use it.
9715 (function-get): New function.
9716 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9717 autoload-do-load.
9718 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9719 (lisp-indent-function):
9720 * emacs-lisp/gv.el (gv-get):
9721 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9722 * emacs-lisp/byte-opt.el (byte-optimize-form):
9723 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9724 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9725 Use function-get.
9726 * emacs-lisp/cl.el: Don't propagate function properties any more.
9727
9728 * speedbar.el (speedbar-add-localized-speedbar-support):
9729 * emacs-lisp/disass.el (disassemble-internal):
9730 * desktop.el (desktop-load-file):
9731 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9732 (describe-function-1):
9733 * emacs-lisp/find-func.el (find-function-noselect):
9734 * emacs-lisp/elp.el (elp-instrument-function):
9735 * emacs-lisp/advice.el (ad-has-proper-definition):
9736 * apropos.el (apropos-safe-documentation, apropos-macrop):
9737 * emacs-lisp/debug.el (debug-on-entry):
9738 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9739 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9740 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9741
9742 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9743
9744 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9745 function, not an obsolete variable (Bug#12046).
9746
9747 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9748
9749 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9750
9751 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9752
9753 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9754 window only if it is still live (Bug#12034).
9755
9756 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9757
9758 * subr.el (redirect-frame-focus): Add advertised calling
9759 convention (Bug#12030).
9760
9761 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9762
9763 Prefer typical American spelling for "acknowledgment".
9764 * vc/add-log.el (change-log-acknowledgment): Rename from
9765 change-log-acknowledgement, with an alias for the old name.
9766
9767 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9768
9769 * calc-alg.el (math-simplify-divide): Don't cross multiply
9770 in an equation when the lhs is a variable.
9771
9772 2012-07-24 Julien Danjou <julien@danjou.info>
9773
9774 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9775 Remove, unused.
9776
9777 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9778
9779 * startup.el (command-line): Don't display an empty user name in
9780 the error message about non-existent home directory, when
9781 init-file-user was set to an empty string. See
9782 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9783 for the details and context.
9784
9785 2012-07-22 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9786
9787 * ses.el (ses-cell-formula-aset): New macro.
9788 (ses-cell-references-aset): New macro.
9789 (ses-cell-p): New function.
9790 (ses-rename-cell): Do no longer rely on complex operations like
9791 ses-cell-set-formula or ses-set-cell to change the cell and handle
9792 the undo at the same time, but rather use lower level new macros
9793 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9794 the undo directly. Refresh the mode line.
9795
9796 2012-07-21 Leo Liu <sdl.web@gmail.com>
9797
9798 * progmodes/cc-cmds.el (c-defun-name):
9799 Use match-string-no-properties instead for consistency.
9800
9801 2012-07-20 Leo Liu <sdl.web@gmail.com>
9802
9803 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9804 (Bug#7879)
9805
9806 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9807
9808 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9811 * progmodes/bug-reference.el, misearch.el: Provide themselves
9812 (bug#11915).
9813
9814 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9815 of narrowed buffer (bug#11966).
9816
9817 2012-07-20 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9818
9819 * ses.el (ses-rename-cell): Set new name also in reference list of
9820 cells of which the renamed cell depends.
9821
9822 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9823
9824 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9825 to check whether menu-bar is shown or not. If not shown,
9826 show the menu-bar as a popup menu instead of using tmm.
9827 * mouse.el (popup-menu): Accept `point' as `position' argument.
9828
9829 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9830
9831 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9832 up inside string symbol literal (bug#11923).
9833
9834 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9835
9836 * startup.el (fancy-startup-text): Read the whole tutorial, not
9837 just its first 256 bytes. Prevents gibberish in display of the
9838 tutorial title.
9839
9840 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9841
9842 Drop idle buffer compaction due to an absence of the
9843 proved efficiency.
9844 * compact.el: Remove.
9845
9846 2012-07-19 Sam Steingold <sds@gnu.org>
9847
9848 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9849 vc-bzr-pull & vc-bzr-merge-branch.
9850 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9851 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9852 for consistency with compilation-error-regexp-alist.
9853 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9854 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9855 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9856 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9857
9858 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * emacs-lisp/chart.el: Use lexical-binding.
9861 (chart-emacs-storage): Don't hardcode the list of entries.
9862
9863 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9864
9865 Next round of tweaks caused by Fgarbage_collect changes.
9866 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9867
9868 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9869
9870 Compact buffers when idle.
9871 * compact.el: New file.
9872
9873 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * subr.el (eventp): Presume that if it looks vaguely like an event,
9876 it's an event (bug#10190).
9877
9878 2012-07-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9879
9880 Enhancements to ppss related code (thanks Stefan).
9881 * progmodes/python.el (python-indent-context)
9882 (python-indent-calculate-indentation, python-indent-dedent-line)
9883 (python-indent-electric-colon, python-nav-forward-block)
9884 (python-mode-abbrev-table)
9885 (python-info-assignment-continuation-line-p): Simplify checks
9886 for ppss context.
9887 (python-info-continuation-line-p): Cleanup.
9888 (python-info-ppss-context): Do not catch 'quote.
9889 (python-info-ppss-context-type)
9890 (python-info-ppss-comment-or-string-p): Simplify.
9891
9892 2012-07-18 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9893
9894 * progmodes/python.el: Enhancements to eldoc support.
9895 (python-info-current-symbol): New function.
9896 (python-eldoc-at-point): Use python-info-current-symbol.
9897 (python-info-current-defun): Fix cornercase on first defun scan.
9898 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9899 and signal error when no inferior python process is available.
9900
9901 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9902
9903 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9904 assume it's always t.
9905 (vc-git-registered): Remove caching, the function is only called
9906 once.
9907 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9908
9909 2012-07-18 Chong Yidong <cyd@gnu.org>
9910
9911 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9912
9913 * simple.el (count-words): Report on narrowing (Bug#9959).
9914
9915 * bindings.el: Bind M-= to count-words.
9916
9917 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9918
9919 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9920
9921 * progmodes/sh-script.el (sh-imenu-generic-expression):
9922 Capture a function with `function' keyword and without parentheses
9923 like "function FOO" (bug#11856).
9924
9925 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9926
9927 * window.el (split-window-sensibly): Make WINDOW argument
9928 optional.
9929
9930 2012-07-18 Chong Yidong <cyd@gnu.org>
9931
9932 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9933
9934 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9935 and make C-x 8 RET exit isearch (Bug#11439).
9936
9937 * international/iso-transl.el: Move isearch-mode-map key
9938 definitions to isearch.el.
9939
9940 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9943 (eieio-defclass): Use gv-define-setter when possible.
9944
9945 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9946
9947 Reflect recent changes in Fgarbage_collect.
9948 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9949 reflect new format of data returned by Fgarbage_collect.
9950
9951 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9952
9953 New utility functions + python-info-ppss-context fix (Bug#11910).
9954 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9955 (python-info-ppss-comment-or-string-p): New functions.
9956 (python-info-ppss-context): Small fix for string check.
9957
9958 2012-07-17 Juri Linkov <juri@jurta.org>
9959
9960 * dired-aux.el (dired-do-async-shell-command): Doc fix.
9961 (dired-do-async-shell-command): Don't add `*' at the end of the
9962 command (Bug#11815).
9963 (dired-do-shell-command): Doc fix.
9964 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9965 Join the individual commands using either "&" or ";" as the
9966 separator depending on the values of these trailing characters.
9967 At the end re-add the trailing "&". (Bug#10598)
9968
9969 * simple.el (async-shell-command): Sync the interactive spec with
9970 `shell-command'. Doc fix.
9971 (shell-command): Doc fix.
9972
9973 2012-07-17 Juri Linkov <juri@jurta.org>
9974
9975 * descr-text.el (describe-char): Fix format args. (Bug#10129)
9976
9977 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9978
9979 Final renames and doc fixes for movement commands (bug#11899).
9980 * progmodes/python.el (python-nav-beginning-of-statement):
9981 Rename from python-nav-statement-start.
9982 (python-nav-end-of-statement): Rename from
9983 python-nav-statement-end.
9984 (python-nav-beginning-of-block): Rename from
9985 python-nav-block-start.
9986 (python-nav-end-of-block): Rename from python-nav-block-end.
9987
9988 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9989
9990 * progmodes/python.el (python-shell-send-string-no-output):
9991 Allow accept-process-output to quit, keeping shell process ready for
9992 future interactions (Bug#11868).
9993
9994 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9997
9998 * emacs-lisp/elint.el (elint-find-args-in-code):
9999 Use help-function-arglist, so as to handle lexical byte-code.
10000
10001 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10002 change (bug#11826).
10003
10004 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10005
10006 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10007 Avoid spuriously marking the buffer as modified because of c-is-sws.
10008
10009 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10010 as not-a-comment (bug#11946).
10011
10012 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10013 for uninterned vars.
10014
10015 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10016 Use read-event since we don't really want to read chars but bytes.
10017
10018 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10019 $$..$$ but also $..$ using regexps (bug#11953).
10020 Use tex-verbatim for \url and \path.
10021 (tex-font-lock-keywords): Define as defconst like the others.
10022 (tex-common-initialization): Don't use font-lock-syntax-table any more.
10023
10024 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10025
10026 * international/mule-cmds.el (ucs-insert): Make it an obsolete
10027 alias for insert-char.
10028
10029 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10030
10031 * progmodes/python.el: Simplified imenu implementation.
10032 (python-nav-jump-to-defun): Remove command.
10033 (python-mode-map): Use `imenu' instead.
10034 (python-nav-list-defun-positions-cache)
10035 (python-imenu-include-defun-type, python-imenu-make-tree)
10036 (python-imenu-subtree-root-label, python-imenu-index-alist):
10037 Remove vars.
10038 (python-nav-list-defun-positions, python-nav-read-defun)
10039 (python-imenu-tree-assoc, python-imenu-make-element-tree)
10040 (python-imenu-make-tree, python-imenu-create-index):
10041 Remove functions.
10042 (python-mode): Update to interact with imenu by setting
10043 `imenu-extract-index-name-function' only.
10044
10045 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10046
10047 * progmodes/python.el: Enhancements to navigation commands.
10048 (python-nav-backward-sentence)
10049 (python-nav-forward-sentence): Remove.
10050 (python-nav-backward-statement, python-nav-forward-statement)
10051 (python-nav-statement-start, python-nav-statement-end)
10052 (python-nav-backward-block, python-nav-forward-block)
10053 (python-nav-block-start, python-nav-block-end)
10054 (python-nav-forward-sexp-function)
10055 (python-info-current-line-comment-p)
10056 (python-info-current-line-empty-p): New functions.
10057 (python-indent-context): Use `python-nav-statement-start'.
10058
10059 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
10060
10061 * eshell/em-ls.el (eshell/ls): Use `apply'.
10062
10063 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10064 multi-hops, instead of Tramp internals.
10065
10066 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10067
10068 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10069 when F1 and F2 are located on different hosts.
10070
10071 2012-07-14 Chong Yidong <cyd@gnu.org>
10072
10073 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10074 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10075 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10076 (xterm-mouse--read-event-sequence-1000)
10077 (xterm-mouse--read-event-sequence-1006): New functions. For old
10078 mouse protocol, handle M-mouse-X events correctly.
10079 (xterm-mouse-event): New arg specifying mouse protocol.
10080 (turn-on-xterm-mouse-tracking-on-terminal)
10081 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10082 sequence to toggle extended coordinates on newer XTerms.
10083 This appears to be harmless on terminals which do not support this.
10084
10085 2012-07-14 Leo Liu <sdl.web@gmail.com>
10086
10087 Add fringe bitmap indicators for flymake. (Bug#11253)
10088 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10089 (flymake-make-overlay): New arg BITMAP.
10090 (flymake-error-bitmap, flymake-warning-bitmap)
10091 (flymake-fringe-indicator-position): New user variables.
10092
10093 * fringe.el: New bitmap exclamation-mark.
10094
10095 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
10096
10097 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10098 also (Bug#7879).
10099
10100 2012-07-14 Chong Yidong <cyd@gnu.org>
10101
10102 * electric.el (electric-pair-post-self-insert-function): Fix pair
10103 insertion in empty-region case (Bug#11520).
10104
10105 2012-07-14 Chong Yidong <cyd@gnu.org>
10106
10107 * bindings.el: Consolidate ctl-x-r-map bindings.
10108 Bind copy-rectangle-as-kill to C-x r w.
10109
10110 * rect.el, register.el: Move bindings to bindings.el.
10111
10112 2012-07-14 Reuben Thomas <rrt@sc3d.org>
10113
10114 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10115
10116 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
10117
10118 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
10119
10120 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
10121
10122 * bindings.el (top): Use `mapc' instead of `mapcar'.
10123
10124 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10125
10126 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
10127
10128 * progmodes/sql.el (sql-comint): Suppress the check for program on
10129 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
10130 (Bug#11908)
10131
10132 2012-07-13 Chong Yidong <cyd@gnu.org>
10133
10134 * bindings.el: Assign a non-nil permanent-local property to
10135 per-buffer variables which lack a default value (Bug#11930).
10136
10137 * help-fns.el (describe-variable): In the "automatically becomes
10138 local" notice, take note of permanent-local variables.
10139
10140 2012-07-13 Chong Yidong <cyd@gnu.org>
10141
10142 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
10143 to allow printing the message when called from Lisp.
10144
10145 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10146 Remove toggle-read-only.
10147
10148 * bs.el (bs-toggle-readonly):
10149 * buff-menu.el (Buffer-menu-toggle-read-only):
10150 Remove with-no-warnings around toggle-read-only.
10151
10152 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10153 Remove with-no-warnings around toggle-read-only.
10154 (ffap-read-only, ffap-read-only-other-window)
10155 (ffap-read-only-other-frame): Callers changed.
10156
10157 * help-mode.el: Don't require view package.
10158 (help-mode-finish): Set buffer-read-only instead of calling
10159 toggle-read-only.
10160
10161 * bindings.el (mode-line-toggle-read-only):
10162 * dired.el (dired-toggle-read-only):
10163 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10164 with non-nil second arg.
10165
10166 * emacs-lisp/eieio-custom.el (eieio-customize-object):
10167 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10168 directly.
10169
10170 2012-07-12 Eli Zaretskii <eliz@gnu.org>
10171
10172 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10173 not incf.
10174
10175 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10176
10177 More CL cleanups and reduction of use of cl.el.
10178 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10179 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10180 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10181 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10182 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10183 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10184 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10185 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10186 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10187 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10188 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10189 * eshell/em-cmpl.el, eshell/em-banner.el:
10190 * calendar/parse-time.el: Use cl-lib.
10191 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10192 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10193 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10194 * term/ns-win.el, term.el, shell.el, ps-samp.el:
10195 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10196 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10197 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10198 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10199 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10200 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10201 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10202 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10203 `lambda' rather than with `quote'.
10204 (eshell-do-opt): Adjust accordingly.
10205 (eshell-process-option): Simplify.
10206 * eshell/esh-var.el:
10207 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10208 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10209 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10210 to `pcase--dontcare'.
10211 * emacs-lisp/cl.el (labels): Mark obsolete.
10212 (cl--letf, letf): Move to cl-lib.
10213 (cl--letf*, letf*): Remove.
10214 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10215 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10216 (cl-progv): Rewrite.
10217 (cl--letf, cl-letf): Move from cl.el.
10218 (cl-letf*): New macro.
10219 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10220
10221 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
10222
10223 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10224
10225 2012-07-11 Chong Yidong <cyd@gnu.org>
10226
10227 * vc/log-edit.el (log-edit-vc-backend): New variable.
10228 (log-edit): Doc fix.
10229
10230 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10231 argument of log-edit to set up all local variables.
10232 (vc-start-logentry): New optional arg specifying VC backend.
10233
10234 * vc/vc.el (vc-checkin): Use it.
10235 (vc-deduce-fileset): Handle Log Edit buffers.
10236 (vc-diff): Make first argument optional too.
10237
10238 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10239
10240 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
10241
10242 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10243 command, just in case. The function is not needed anymore.
10244 (eshell-external-command): Do not call `eshell-remote-command'.
10245
10246 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10247
10248 Reduce use of (require 'cl).
10249 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10250 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10251 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10252 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10253 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10254 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10255 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10256 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10257 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10258 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10259 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10260 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10261 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10262 (byte-compile-unfold-bcf, byte-compile-check-variable):
10263 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10264 (byte-compile-nilconstp):
10265 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10266 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10267
10268 * emacs-lisp/gv.el (cond): Make it a valid place.
10269 (if): Simplify slightly.
10270
10271 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10272 (pcase--self-quoting-p): New function.
10273 (pcase--u1): Use it.
10274
10275 2012-07-10 Glenn Morris <rgm@gnu.org>
10276
10277 * emacs-lisp/authors.el (authors-fixed-entries):
10278 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10279
10280 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10281
10282 Rename configure.in to configure.ac (Bug#11603).
10283 * emacs-lisp/authors.el (authors-canonical-file-name):
10284 * progmodes/autoconf.el (autoconf-mode):
10285 Prefer configure.ac to configure.in.
10286
10287 2012-07-08 Chong Yidong <cyd@gnu.org>
10288
10289 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10290 Implement the mouse-1-click-follows-link handling properly.
10291
10292 * info.el (Info-link-keymap): Use follow-link mechanism for
10293 header-line links (Bug#374).
10294
10295 * simple.el (deactivate-mark): Do not set the primary selection
10296 if another program has acquired it (Bug#11772).
10297
10298 2012-07-07 Kevin Ryde <user42@zip.com.au>
10299
10300 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10301 (woman-decode-region): Replace escaped-escapes without destroying
10302 bold or underline (Bug#11552).
10303 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10304
10305 2012-07-07 Chong Yidong <cyd@gnu.org>
10306
10307 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10308 (interprogram-cut-function, interprogram-paste-function):
10309 Mention that we typically mean the clipboard.
10310
10311 2012-07-06 Glenn Morris <rgm@gnu.org>
10312
10313 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10314
10315 * files.el (toggle-read-only): Restrict message to interactive use.
10316
10317 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10318
10319 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10320
10321 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10322
10323 2012-07-06 Glenn Morris <rgm@gnu.org>
10324
10325 * Makefile.in (compile-one-process): Rename from "recompile".
10326
10327 * Makefile.in (bzr-update): "compile" is the same as "recompile
10328 autoloads", but parallelizable, so use that instead.
10329
10330 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10331
10332 * window.el (quit-window): Always restore window height when
10333 it's saved in quit-restore parameter (Bug#11810).
10334
10335 2012-07-06 Glenn Morris <rgm@gnu.org>
10336
10337 * simple.el (kill-whole-line): Doc tweak.
10338
10339 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10340
10341 * files.el (file-relative-name): Compare file names
10342 case-insensitively if on MS-Windows or MS-DOS, or if
10343 read-file-name-completion-ignore-case is non-nil. Don't use
10344 case-fold-search for this purpose. (Bug#11827)
10345
10346 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10347
10348 * calendar/cal-dst.el (calendar-current-time-zone):
10349 Return calendar-current-time-zone-cache if non-nil.
10350
10351 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10352 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10353
10354 * calendar/cal-dst.el (calendar-current-time-zone):
10355 Return calendar-current-time-zone-cache if non-nil.
10356
10357 2012-07-06 Glenn Morris <rgm@gnu.org>
10358
10359 * Makefile.in (cvs-update): Remove old alias.
10360
10361 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10362
10363 Sync with Tramp 2.2.6-pre.
10364
10365 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10366 compatible declaration.
10367
10368 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10369 Protect `list-load-path-shadows' call.
10370
10371 * net/tramp-compat.el (top): Require packages, which aren't
10372 autoloaded anymore for XEmacs. Protect call of
10373 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10374 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10375 it hurts at least for SXEmacs.
10376 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10377 standard-value for `temporary-file-directory'.
10378
10379 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10380 Redirect stderr to /dev/null.
10381 (tramp-sh-handle-write-region): uid and gid can be floats.
10382 Reported by Russell Sim <russell.sim@gmail.com>.
10383 (tramp-sh-handle-vc-registered): Hide errors.
10384 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10385 and `start-file-process'.
10386 (tramp-maybe-open-connection): Check also whether `non-essential'
10387 is bound.
10388
10389 2012-07-04 Chong Yidong <cyd@gnu.org>
10390
10391 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10392 (xml-parse-tag): Likewise, and avoid changing entity tables.
10393 (xml-syntax-table): Define from scratch, making sure not to give
10394 x2000 and other Unicode spaces whitespace syntax, since those are
10395 not spaces in XML.
10396 (xml-parse-fragment): Delete unused function.
10397 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10398 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10399 (xml-entity-ref, xml-pe-reference-re)
10400 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10401 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10402 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10403 (xml-entity-value-re): Use syntax references in regexps where
10404 possible; no need to define inside a let-binding.
10405 (xml-parse-dtd): Use xml-pe-reference-re.
10406 (xml-entity-or-char-ref-re): New defconst.
10407 (xml-parse-string, xml-substitute-special): Use it.
10408
10409 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10410
10411 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10412 (find-file--read-only): New function.
10413 (find-file-read-only, find-file-read-only-other-window)
10414 (find-file-read-only-other-frame): Use it.
10415 (insert-file-contents-literally): Don't `fset'.
10416 (get-free-disk-space): Use locate-dominating-file.
10417
10418 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10419 function is already compiled.
10420
10421 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10422
10423 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10424
10425 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10426 files on the same host.
10427
10428 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10429
10430 * help-fns.el (describe-function-1): Only call
10431 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10432
10433 2012-07-03 Chong Yidong <cyd@gnu.org>
10434
10435 * xml.el: Protect parser against XML bombs.
10436 (xml-entity-expansion-limit): New variable.
10437 (xml-parse-string, xml-substitute-special): Use it.
10438 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10439
10440 2012-07-03 Glenn Morris <rgm@gnu.org>
10441
10442 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10443 Allow linking to specific messages in debbugs reports (eg 123#5).
10444
10445 2012-07-02 Chong Yidong <cyd@gnu.org>
10446
10447 * xml.el: Fix entity and character reference expansion, allowing
10448 them to expand into markup as per XML spec.
10449 (xml-default-ns): New variable.
10450 (xml-entity-alist): Use XML spec definitions for lt and amp.
10451 (xml-parse-region): Make first two arguments optional.
10452 Discard text properties.
10453 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10454 All callers changed.
10455 (xml-parse-tag): Call xml-parse-tag-1. For backward
10456 compatibility, this function should not modify buffer contents.
10457 (xml-parse-tag-1): Fix opening-tag regexp.
10458 (xml-parse-string): Rewrite, handling entity and character
10459 references properly.
10460 (xml--entity-replacement-text): Signal an error if a parameter
10461 entity is undefined.
10462
10463 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * comint.el (comint-output-filter): Filter out repeated prompts.
10466
10467 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10468 and file-name-absolute-p.
10469 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10470 internal calls.
10471
10472 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10473
10474 Spelling fixes.
10475 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10476 Rename from byte-compile--refiy-function. All uses changed.
10477
10478 2012-07-01 Chong Yidong <cyd@gnu.org>
10479
10480 * xml.el (xml--parse-buffer): New function. Move most of
10481 xml-parse-region here.
10482 (xml-parse-region): Copy region into a temporary buffer, since
10483 parameter entity substitution requires changing buffer contents.
10484 Use xml--parse-buffer.
10485 (xml-parse-file): Use xml--parse-buffer.
10486 (xml-parse-dtd): Make parameter entity substitution work right.
10487 Use proper regexps for ELEMENT declarations (Bug#7172).
10488
10489 2012-06-30 Glenn Morris <rgm@gnu.org>
10490
10491 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10492
10493 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10494 Remove outdated and unnecessary dbus declarations.
10495
10496 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10497
10498 * emacs-lisp/timer.el (timer-until): Subtract results of
10499 float-time, instead of taking float-time of the result of
10500 time-subtract, since float-time signals an error for negative time
10501 arguments.
10502
10503 2012-06-30 Chong Yidong <cyd@gnu.org>
10504
10505 * xml.el (xml-*-re): Convert defvars into defconsts, and
10506 eval-and-compile them so eval-and-compile works on derivatives.
10507 (xml--entity-replacement-text): Use eval-and-comple.
10508
10509 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10510
10511 * vc/vc-git.el (vc-git-registered): Use cache property
10512 `git-registered'.
10513 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10514 `vc-git-working-revision' in order to benefit from the cache.
10515 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10516
10517 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10518
10519 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10520 removed (likely outside Emacs). (Bug#11757)
10521
10522 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * emacs-lisp/cl-lib.el: Require macroexp.
10525
10526 2012-06-30 Chong Yidong <cyd@gnu.org>
10527
10528 * xml.el: Implement XML parameter entities.
10529 (xml-parameter-entity-alist): New variable.
10530 (xml-parse-region, xml-parse-fragment): Preserve previous values
10531 of xml-entity-alist and xml-parameter-entity-alist, so that
10532 repeated calls on different documents do not change them.
10533 (xml-parse-tag): Fix doctype regexp.
10534 (xml--entity-replacement-text): New function.
10535 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10536 properly requires url retrieval which is unimplemented.
10537 (xml-escape-string): Doc fix.
10538
10539 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10542
10543 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10544
10545 * fringe.el (fringe-mode): Doc fix.
10546
10547 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10548
10549 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10550 is non-nil.
10551 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10552 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10553
10554 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10555
10556 * calendar/cal-dst.el (calendar-current-time-zone):
10557 Return calendar-current-time-zone-cache if non-nil.
10558
10559 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10560
10561 * progmodes/which-func.el (which-func-format):
10562 Add mouse-face. (Bug#11698)
10563
10564 2012-06-29 Leo Liu <sdl.web@gmail.com>
10565
10566 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10567
10568 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * minibuffer.el (minibuffer-confirm-exit-commands):
10571 Add completion-at-point (bug#11725).
10572
10573 2012-06-29 Glenn Morris <rgm@gnu.org>
10574
10575 * progmodes/f90.el (f90-font-lock-keywords-2):
10576 Add some preprocessor elements. (Bug#10499)
10577
10578 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10581 Use syntax-propertize (bug#11739).
10582
10583 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10584
10585 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10586
10587 2012-06-28 Julien Danjou <julien@danjou.info>
10588
10589 * term.el (term-handle-colors-array): Use a set of new faces to
10590 color the terminal. Also uses :inverse-video property.
10591 (term-default-fg-color): Set to nil by default, deprecate in favor
10592 of `term-face'.
10593 (term-default-bg-color): Set to nil by default, deprecate in favor
10594 of `term-face'.
10595 (term-current-face): Use `term-face' by default.
10596 (term-bold-attribute): Variable deleted.
10597
10598 2012-06-28 Glenn Morris <rgm@gnu.org>
10599
10600 * simple.el (completion-list-mode-finish):
10601 Don't use toggle-read-only. (Since completion-list-mode has
10602 a special mode-class, it wasn't doing anything extra anyway.)
10603
10604 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10605
10606 Make inlining of other-mode interpreted functions work (bug#11799).
10607 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10608 (byte-compile): Use it to fix compilation of lexical-binding closures.
10609 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10610 function, if needed.
10611
10612 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10613
10614 * help-mode.el (help-make-xrefs): Don't just withstand
10615 cyclic-variable-indirection but any error in documentation-property.
10616
10617 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10618 memory use.
10619 * bindings.el (bindings--define-key): New function.
10620 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10621 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10622 * bindings.el: Use it to purecopy define-key bindings.
10623
10624 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10625
10626 * emacs-lisp/cl.el (flet): Mark obsolete.
10627 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10628 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10629 * progmodes/js.el (js-c-fill-paragraph):
10630 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10631 (ebrowse-switch-member-buffer-to-derived-class):
10632 * play/5x5.el (5x5-solver): Use cl-flet.
10633
10634 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10635 (cl--symbol-function): New macro.
10636 (cl--letf, cl--letf*): Use it.
10637
10638 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10639 Strip "toggle-" if any.
10640
10641 2012-06-27 Glenn Morris <rgm@gnu.org>
10642
10643 * info.el (Info-default-directory-list): Move here from paths.el.
10644 * paths.el: Remove file, which is now empty.
10645 * loadup.el: No longer load "paths".
10646
10647 * custom.el (custom-initialize-delay): Doc fix.
10648
10649 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10650 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10651 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10652 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10653 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10654 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10655 * eshell/eshell.el (eshell-defgroup): Remove alias.
10656
10657 2012-06-27 Chong Yidong <cyd@gnu.org>
10658
10659 * help.el (help-enable-auto-load): New variable.
10660
10661 * help-fns.el (help-fns--autoloaded-p): New function.
10662 (describe-function-1): Refer to a function as "autoloaded" if it
10663 was autoloaded at any time in the past. Perform autoloading if
10664 help-enable-auto-load is non-nil.
10665
10666 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10667
10668 * makefile.w32-in (compile, compile-always): Depend on
10669 update-subdirs, not on subdirs.el. Otherwise, several different
10670 sub-targets of 'bootstrap' running in parallel could
10671 simultaneously write to subdirs.el, producing a garbled file.
10672
10673 2012-06-26 Sam Steingold <sds@gnu.org>
10674
10675 * files.el (file-name-base): New convenience function.
10676 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10677 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10678 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10679 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10680 * textmodes/ispell.el, textmodes/reftex-ref.el:
10681 * textmodes/tex-mode.el: Use it.
10682 Did not touch cedet and org because they are maintained elsewhere.
10683
10684 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10685
10686 * calendar/calendar.el (calendar-exit): Don't try to delete or
10687 iconify last frame. See:
10688 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10689
10690 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10691
10692 * server.el (server-process-filter): Remember dir in the
10693 process's `server-client-directory' properties.
10694
10695 2012-06-24 Chong Yidong <cyd@gnu.org>
10696
10697 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10698 non-tag text.
10699
10700 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10701
10702 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10703
10704 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10705
10706 * help-fns.el (describe-variable): Don't croak when doc is not found.
10707 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10708 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10709 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10710 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10711 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10712 ((lambda ..) ..).
10713 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10714
10715 2012-06-23 Chong Yidong <cyd@gnu.org>
10716
10717 * info.el (Info-mouse-follow-link): Accept symbol values of
10718 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10719 (Info-fontify-node): Use Info-link-keymap for all navigation
10720 buttons, with link-args property to perform the desired action.
10721 (Info-link-keymap): Doc fix.
10722 (Info-next-link-keymap, Info-prev-link-keymap)
10723 (Info-up-link-keymap): Delete now-unused keymaps.
10724
10725 2012-06-23 Chong Yidong <cyd@gnu.org>
10726
10727 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10728
10729 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10730 system abbrevs.
10731
10732 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10733
10734 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10737 (bug#11719).
10738
10739 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10740 the requote function doesn't work properly (bug#11714).
10741
10742 2012-06-23 Glenn Morris <rgm@gnu.org>
10743
10744 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10745
10746 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 Further GV/CL cleanups.
10749 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10750 gv-expander.
10751 (gv--defun-declaration): New function.
10752 (defun-declarations-alist): Use it.
10753 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10754 (gv-place): Autoload.
10755 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10756 original definition of dotimes and dolist.
10757 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10758 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10759 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10760 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10761 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10762 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10763 to the function's definition.
10764 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10765 * window.el:
10766 * files.el:
10767 * faces.el:
10768 * env.el: Don't use CL.
10769
10770 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10771
10772 Support higher-resolution time stamps (Bug#9000).
10773
10774 * calendar/time-date.el (with-decoded-time-value): New arg
10775 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10776 (encode-time-value): New optional arg PICO. New type 3.
10777 (time-to-seconds) [!float-time]: Support the new picoseconds
10778 component if it's used.
10779 (seconds-to-time, time-subtract, time-add):
10780 Support ps-resolution time stamps as well.
10781
10782 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10783 (timerp): Timer vectors now have length 9, not 8.
10784 (timer--time): Support new-style (4-part) time stamps.
10785 (timer-next-integral-multiple-of-time): Time stamps now have
10786 picosecond resolution, so take a bit more care about rounding.
10787 (timer-relative-time, timer-inc-time): New optional arg psecs.
10788 (timer-set-time-with-usecs): Set psecs to 0.
10789 (timer--activate): Check psecs component, too.
10790
10791 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10792
10793 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10796 Move the non-essential binding to the post/pre-command-hook where it is
10797 more obviously correct.
10798
10799 * subr.el (read-passwd): Don't use a history at all.
10800 * savehist.el (savehist-save): Remove password saved accidentally
10801 because of the above bug.
10802
10803 2012-06-22 Bastien Guerry <bzg@gnu.org>
10804
10805 * files.el (toggle-read-only): Display a message telling whether
10806 the buffer is read-only or not (bug#11726).
10807
10808 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * emacs-lisp/gv.el: New file.
10811 * subr.el (push, pop): Extend to generalized variables.
10812 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10813 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10814 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10815 gv-define-simple-setter, and gv-define-expander.
10816 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10817 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10818 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10819 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10820 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10821 gv-letplace.
10822 (cl-defstruct): Don't define setf-method any more.
10823 * emacs-lisp/cl.el (flet): Don't autoload.
10824 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10825 (define-setf-expander, defsetf, define-modify-macro)
10826 (cl-struct-setf-expander): Move from cl-lib.el.
10827 * emacs-lisp/syntax.el:
10828 * emacs-lisp/ewoc.el:
10829 * emacs-lisp/smie.el:
10830 * emacs-lisp/cconv.el:
10831 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10832 (timer--time): Use gv-define-simple-setter.
10833 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10834 to avoid coding-system problems in subr.el. Adjust all users.
10835 (macroexp--maxsize, macroexp-small-p): New functions.
10836 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10837 * scroll-bar.el (scroll-bar-mode):
10838 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10839 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10840 * winner.el (winner-configuration, winner-make-point-alist)
10841 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10842 * files.el (locate-file-completion-table): Avoid list*.
10843
10844 2012-06-22 Chong Yidong <cyd@gnu.org>
10845
10846 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10847 (dired-create-files): Doc fix (Bug#11329).
10848 (dired-do-copy): Doc fix (Bug#11334).
10849 (dired-mark-read-string): Doc fix (Bug#11553).
10850
10851 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10852 Doc fix (Bug#11326).
10853 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10854 (dired-dwim-target): Doc fix.
10855
10856 * wdired.el (wdired-mode): Doc fix.
10857
10858 2012-06-22 Glenn Morris <rgm@gnu.org>
10859
10860 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10861 (pcmpl-rpm-cache-stamp-file): New constant.
10862 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10863 (pcmpl-rpm-packages): Optionally cache list of packages.
10864
10865 * pcmpl-rpm.el (pcmpl-rpm): New group.
10866 (pcmpl-rpm-query-options): New option.
10867 (pcmpl-rpm-packages): No need to inline it.
10868 Use pcmpl-rpm-query-options.
10869
10870 * calendar/calendar.el (calendar-in-read-only-buffer):
10871 Avoid some needless mode changes.
10872
10873 2012-06-21 Chong Yidong <cyd@gnu.org>
10874
10875 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10876 (desktop-path): Remove . from the default value (Bug#10977).
10877 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10878
10879 2012-06-20 Chong Yidong <cyd@gnu.org>
10880
10881 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10882
10883 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10884
10885 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10886 (bug#11201).
10887
10888 2012-06-20 Chong Yidong <cyd@gnu.org>
10889
10890 * term.el (term-window-width): Handle the case of a missing right
10891 fringe (Bug#8837).
10892 (term-check-size): Use window-text-height (Bug#5445).
10893 (term-mode): Use define-derived-mode. Minor cleanups.
10894 Set font-lock-defaults (Bug#7692).
10895 (term-move-columns, term-insert-char, term-emulate-terminal)
10896 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10897
10898 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10899
10900 * net/ange-ftp.el (ange-ftp-get-passwd):
10901 Bind `enable-recursive-minibuffers'.
10902 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10903
10904 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10905
10906 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10907
10908 2012-06-19 Glenn Morris <rgm@gnu.org>
10909
10910 * progmodes/python.el (python-mode): Derive from prog-mode.
10911
10912 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10913
10914 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10915 (edt-user-menu-bar-update-buffers): New functions.
10916 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10917
10918 2012-06-19 Chong Yidong <cyd@gnu.org>
10919
10920 * subr.el (with-selected-window): Preserve the selected window's
10921 terminal's top-frame (Bug#4702).
10922
10923 * window.el (save-selected-window): Likewise.
10924
10925 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10926
10927 * progmodes/python.el (python-rx-constituents): Move backquote.
10928 (python-skeleton-define, python-define-auxiliary-skeleton):
10929 Use `declare'.
10930
10931 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10932
10933 * minibuffer.el (read-file-name-default): Revert the patch from
10934 2012-06-17.
10935
10936 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10937
10938 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10939 (pcase--u1, pcase--q1): Don't use apply-partially.
10940
10941 2012-06-18 Glenn Morris <rgm@gnu.org>
10942
10943 * progmodes/python.el (python-proc, python-buffer)
10944 (python-send-receive, python-send-string): Fix obsolete versions.
10945
10946 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10947
10948 * window.el (special-display-p): Completely remove stringp
10949 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10950
10951 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10952
10953 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10954
10955 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10956
10957 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10958 * net/tramp-sh.el (tramp-maybe-open-connection):
10959 Throw if `non-essential' is non-nil.
10960
10961 2012-06-17 Martin Rudalics <rudalics@gmx.at>
10962
10963 * window.el (special-display-p): Signal an error if BUFFER-NAME
10964 is not a string (Bug#11713).
10965
10966 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
10967
10968 * progmodes/python.el (python-info-beginning-of-backslash):
10969 Rename from python-info-beginning-of-backlash, as a spelling fix.
10970
10971 2012-06-17 Chong Yidong <cyd@gnu.org>
10972
10973 * term.el (term-emulate-terminal): If term-check-size is called,
10974 move point to the process mark without resetting point (Bug#4635).
10975
10976 2012-06-17 Glenn Morris <rgm@gnu.org>
10977
10978 * international/mule-cmds.el (mule-menu-keymap)
10979 (set-language-environment, set-locale-environment): Doc tweaks.
10980
10981 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
10982
10983 * cus-face.el (custom-face-attributes): Add wave-style underline
10984 attribute.
10985 * faces.el (set-face-attribute): Update docstring to describe
10986 wave-style underline attribute.
10987
10988 2012-06-16 Chong Yidong <cyd@gnu.org>
10989
10990 * term/xterm.el (terminal-init-xterm): Discard input before
10991 querying background mode (Bug#10959).
10992
10993 2012-06-16 Stefan Merten <smerten@oekonux.de>
10994
10995 * textmodes/rst.el: Added and corrected some comments.
10996 (rst-re-alist-def): Improve symbol syntax.
10997 (rst-mode-syntax-table): Correct syntax entries.
10998 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10999 (rst-official-version, rst-official-cvs-rev): Update version
11000 information.
11001
11002 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
11003
11004 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11005 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11006
11007 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11008
11009 * progmodes/python.el: New python.el merge.
11010 (python-guess-indent): Obsolete var.
11011 (python-indent-guess-indent-offset): New defcustom.
11012 (python-indent): Obsolete var.
11013 (python-indent-offset): New defcustom.
11014 (python-python-command, python-jython-command): Delete var.
11015 (python-shell-interpreter): New defcustom.
11016 (python-pdbtrack-do-tracking-p): Delete var.
11017 (python-pdbtrack-activate): New defcustom.
11018 (python-use-skeletons): Obsolete var.
11019 (python-skeleton-autoinsert): New defcustom.
11020 (inferior-python-filter-regexp, python-continuation-offset)
11021 (python-honour-comment-indentation, python-indent-string-contents)
11022 (python-jython-packages, python-mode-hook)
11023 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11024 (python-shell-prompt-alist)
11025 (python-source-modes): Delete defcustoms.
11026 (python-check-buffer-name, python-eldoc-setup-code)
11027 (python-eldoc-string-code, python-ffap-setup-code)
11028 (python-ffap-string-code, python-fill-comment-function)
11029 (python-fill-decorator-function, python-fill-paren-function)
11030 (python-fill-string-function, python-imenu-include-defun-type)
11031 (python-imenu-make-tree, python-imenu-subtree-root-label)
11032 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11033 (python-shell-compilation-regexp-alist)
11034 (python-shell-completion-module-string-code)
11035 (python-shell-completion-pdb-string-code)
11036 (python-shell-completion-setup-code)
11037 (python-shell-completion-string-code)
11038 (python-shell-enable-font-lock, python-shell-exec-path)
11039 (python-shell-extra-pythonpaths)
11040 (python-shell-internal-buffer-name, python-shell-interpreter-args)
11041 (python-shell-process-environment)
11042 (python-shell-prompt-block-regexp)
11043 (python-shell-prompt-output-regexp)
11044 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11045 (python-shell-send-setup-max-wait, python-shell-setup-codes)
11046 (python-shell-virtualenv-path): New defcustoms.
11047 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11048 (inferior-python-mode-syntax-table, python--prompt-regexp)
11049 (python-buffer, python-command python-python-command)
11050 (python-default-template, python-imports, python-indent-index)
11051 (python-indent-list, python-indent-list-length)
11052 (python-mode-running, python-pdbtrack-is-tracking-p)
11053 (python-preoutput-continuation, python-preoutput-leftover)
11054 (python-preoutput-result, python-preoutput-skip-next-prompt)
11055 (python-prev-dir/file, python-recursing)
11056 (python-saved-check-command, python-version-checked)
11057 (python-which-func-length-limit)
11058 (view-return-to-alist): Delete vars.
11059 (python-check-custom-command, python-dotty-syntax-table)
11060 (python-imenu-index-alist, python-indent-current-level)
11061 (python-indent-dedenters, python-indent-levels)
11062 (python-nav-beginning-of-defun-regexp)
11063 (python-nav-list-defun-positions-cache)
11064 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11065 (python-shell-internal-buffer)
11066 (python-skeleton-available): New vars.
11067 (def-python-skeleton): Delete macro.
11068 (python-skeleton-define): New macro.
11069 (python-define-auxiliary-skeleton, python-rx): New macros.
11070 (python-insert-class): Delete command.
11071 (python-skeleton-class): New command.
11072 (python-insert-def): Delete command.
11073 (python-skeleton-def): New command.
11074 (python-insert-for): Delete command.
11075 (python-skeleton-for): New command.
11076 (python-insert-if): Delete command.
11077 (python-skeleton-if): New command.
11078 (python-insert-try/except, python-insert-try/finally): Delete commands.
11079 (python-skeleton-try): New command.
11080 (python-insert-while): Delete command.
11081 (python-skeleton-while): New command.
11082 (python-backspace): Delete command.
11083 (python-indent-dedent-line-backspace): New command.
11084 (python-electric-colon): Delete command.
11085 (python-indent-electric-colon): New command.
11086 (python-guess-indent): Delete command.
11087 (python-indent-guess-indent-offset): New command.
11088 (python-shift-left): Delete command.
11089 (python-indent-shift-left): New command.
11090 (python-shift-right): Delete command.
11091 (python-indent-shift-right): New command.
11092 (python-find-function): Delete command.
11093 (python-nav-jump-to-defun): New command.
11094 (python-next-statement): Delete command.
11095 (python-nav-forward-sentence): New command.
11096 (python-previous-statement): Delete command.
11097 (python-nav-backward-sentence): New command.
11098 (python-fill-paragraph): Delete command.
11099 (python-fill-paragraph-function): New command.
11100 (python-send-buffer): Delete command.
11101 (python-shell-send-buffer): New command.
11102 (python-send-defun): Delete command.
11103 (python-shell-send-defun): New command.
11104 (python-send-region, python-send-region-and-go): Delete commands.
11105 (python-shell-send-region)
11106 (python-shell-switch-to-shell): New commands.
11107 (python-send-string): Delete command.
11108 (python-shell-send-string): New command.
11109 (python-switch-to-python): Delete command.
11110 (python-shell-switch-to-shell): New command.
11111 (python-describe-symbol): Delete command.
11112 (python-eldoc-at-point): New command.
11113 (python--set-prompt-regexp, python-args-to-list)
11114 (python-after-info-look, python-check-version)
11115 (python-check-comint-prompt, python-find-imports)
11116 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11117 (python-unload-function, python-expand-template)
11118 (python-maybe-jython, python-preoutput-filter)
11119 (python-pdbtrack-get-source-buffer)
11120 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11121 (python-pdbtrack-toggle-stack-tracking)
11122 (python-pdbtrack-track-stack-file, python-initial-text)
11123 (python-first-word, python-comment-line-p, python-send-command)
11124 (python-setup-brm, python-sentinel, python-set-proc)
11125 (python-skip-out, python-input-filter, python-outdent-p)
11126 (python-outline-level, python-backslash-continuation-line-p)
11127 (python-end-of-block, python-end-of-statement, python-mark-block)
11128 (python-beginning-of-block, python-beginning-of-statement)
11129 (python-blank-line-p, python-beginning-of-string)
11130 (python-open-block-statement-p): Delete functions.
11131 (python-indent-line, python-indent-line-1): Delete functions.
11132 (python-indent-line): New function.
11133 (python-indentation-levels): Delete function.
11134 (python-indent-calculate-levels): New function.
11135 (python-proc): Delete function.
11136 (python-shell-get-process): New function.
11137 (python-send-receive): Delete function.
11138 (python-shell-send-string-no-output): New function.
11139 (python-module-path): Delete function.
11140 (python-ffap-module-path): New function.
11141 (python-completion-at-point)
11142 (python-symbol-completions): Delete functions.
11143 (python-completion-complete-at-point): New function.
11144 (python-load-file): Delete function.
11145 (python-shell-send-file): New function.
11146 (python-calculate-indentation): Delete function.
11147 (python-indent-calculate-indentation): New function.
11148 (python-skip-comments/blanks): Delete function.
11149 (python-util-forward-comment): New function.
11150 (python-continuation-line-p): Delete function.
11151 (python-info-continuation-line-p): New function.
11152 (python-which-func, python-current-defun): Delete function.
11153 (python-info-current-defun): New function.
11154 (python-beginning-of-defun): Delete function.
11155 (python-nav-beginning-of-defun): New function.
11156 (python-close-block-statement-p)
11157 (python-block-end-p): Delete function.
11158 (python-info-closing-block): New function.
11159 (python-comint-output-filter-function)
11160 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11161 (python-fill-comment, python-fill-decorator, python-fill-paren)
11162 (python-fill-string, python-imenu-make-element-tree)
11163 (python-imenu-make-tree, python-imenu-tree-assoc)
11164 (python-indent-context, python-indent-dedent-line)
11165 (python-indent-line-function)
11166 (python-indent-post-self-insert-function)
11167 (python-indent-toggle-levels)
11168 (python-info-assignment-continuation-line-p)
11169 (python-info-beginning-of-backlash)
11170 (python-info-block-continuation-line-p)
11171 (python-info-closing-block-message)
11172 (python-info-line-ends-backslash-p)
11173 (python-info-looking-at-beginning-of-defun)
11174 (python-info-ppss-context, python-info-ppss-context-type)
11175 (python-nav-list-defun-positions, python-nav-read-defun)
11176 (python-nav-sentence-end, python-nav-sentence-start)
11177 (python-pdbtrack-comint-output-filter-function)
11178 (python-pdbtrack-set-tracked-buffer)
11179 (python-shell-calculate-exec-path)
11180 (python-shell-calculate-process-environment)
11181 (python-shell-completion--do-completion-at-point)
11182 (python-shell-completion--get-completions)
11183 (python-shell-completion-complete-at-point)
11184 (python-shell-completion-complete-or-indent)
11185 (python-shell-get-or-create-process)
11186 (python-shell-get-process-name)
11187 (python-shell-internal-get-or-create-process)
11188 (python-shell-internal-get-process-name)
11189 (python-shell-internal-send-string, python-shell-make-comint)
11190 (python-shell-parse-command, python-shell-send-setup-code)
11191 (python-skeleton-add-menu-items)
11192 (python-util-clone-local-variables, python-util-position)
11193 (run-python-internal, python-indentation-levels)
11194 (python-nav-beginning-of-defun)
11195 (python-completion-complete-at-point): New functions.
11196 (run-python): Change arguments. New API requirements.
11197
11198 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11199
11200 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11201 (bug#11649).
11202
11203 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11204 (macroexp--expand-all): Use it.
11205
11206 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11207 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11208 Use `cl-function' instead.
11209
11210 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
11211
11212 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11213 Suggested by Stefan Monnier while discussing bug#11657.
11214
11215 2012-06-14 Sam Steingold <sds@gnu.org>
11216
11217 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11218
11219 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
11220
11221 * play/doctor.el (doctor-doc): Remove parameter and use
11222 doctor-sent instead of sent.
11223 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
11224
11225 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * files.el: Require cl-lib.
11228 (file-name-non-special): Replace case -> cl-case.
11229
11230 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11231
11232 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11233 mapping from #' to function*.
11234
11235 2012-06-13 Chong Yidong <cyd@gnu.org>
11236
11237 * mouse.el (mouse-drag-track): Do not set the mark if the user
11238 releases the mouse without selecting anything (Bug#11588).
11239
11240 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11241
11242 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11243 as well (bug#11646).
11244
11245 * loadup.el: Count byte-code functions as well.
11246
11247 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11248 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11249
11250 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11251 (bug#11649). Add cl-defun and cl-defmacro.
11252
11253 2012-06-13 Drew Adams <drew.adams@oracle.com>
11254
11255 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11256 Fix last change.
11257
11258 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
11259
11260 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11261 Otherwise, it blocks in batch mode.
11262
11263 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11264
11265 * help-mode.el (bookmark-make-record-default): Declare.
11266
11267 2012-06-13 Chong Yidong <cyd@gnu.org>
11268
11269 * emacs-lisp/package.el (list-packages): Compute a list of
11270 packages that are newly-available since the last list-packages
11271 invocation.
11272 (package-menu--new-package-list): New var.
11273 (package-menu--generate, package-menu--print-info)
11274 (package-menu--status-predicate, package-menu-mark-install):
11275 Handle new status label "new".
11276
11277 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11280 conversion to backquotes.
11281
11282 2012-06-12 Chong Yidong <cyd@gnu.org>
11283
11284 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11285 Rename from gud-inhibit-global-bindings.
11286
11287 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11288
11289 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11290 hook from nxml-glyph-set-hook.
11291
11292 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11293 declaration.
11294
11295 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11296
11297 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11298 Convert to defcustom.
11299
11300 2012-06-12 Drew Adams <drew.adams@oracle.com>
11301
11302 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11303 New functions.
11304 (help-mode): Use them.
11305
11306 2012-06-11 Glenn Morris <rgm@gnu.org>
11307
11308 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11309 Use preprocessor face for directives.
11310 (fortran-directive-re): Doc fix.
11311
11312 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11313
11314 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11315 conversion to backquotes (bug#11652).
11316
11317 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11318 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11319 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11320 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11321 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11322 (cl-ninth, cl-tenth): Mark them as inlinable.
11323 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11324 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11325 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11326 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11327 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11328 (cl-list*, cl-adjoin): Don't put an autoload manually.
11329 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11330 (cl--compiler-macro-list*): Add autoload cookie.
11331 (cl--compiler-macro-cXXr): New function.
11332
11333 * help-fns.el (help-fns--compiler-macro): New function extracted from
11334 describe-function-1; follow aliases and use `compiler-macro' property.
11335 (describe-function-1): Use it.
11336
11337 2012-06-11 Chong Yidong <cyd@gnu.org>
11338
11339 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11340 is uninstalled, if imagemagick is installed.
11341
11342 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * emacs-lisp/cl-lib.el: Use lexical-binding.
11345 (cl-map-extents, cl-maclisp-member): Remove.
11346 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11347 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11348 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11349 * emacs-lisp/cl-extra.el: Use lexical-binding.
11350 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11351 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11352 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11353 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11354 * emacs-lisp/cl-seq.el: Use lexical-binding.
11355 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11356 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11357 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11358 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11359 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11360 CL's internals.
11361
11362 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11363
11364 Sync with Tramp 2.2.6-pre.
11365
11366 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11367 `print-length' and `print-level' to nil, in order to avoid
11368 truncation. Reported by Christopher Schmidt
11369 <christopher@ristopher.com>.
11370
11371 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11372
11373 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11374 New defmacro.
11375 (tramp-compat-copy-directory): Add optional argument
11376 COPY-CONTENTS. It is not handled yet.
11377
11378 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11379 (tramp-ftp-file-name-p): Simplify.
11380
11381 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11382 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11383 connection vector.
11384
11385 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11386 (tramp-methods): Do not use `tramp-password-end-of-line'.
11387 (tramp-completion-function-alist-putty): Handle UNIX case.
11388 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11389 (tramp-do-file-attributes-with-stat)
11390 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11391 gid as real numbers. They could run out of integer range on cygwin.
11392 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11393 (tramp-sh-handle-expand-file-name): Handle hops.
11394 (tramp-open-connection-setup-interactive-shell):
11395 Use `tramp-cleanup'. Move check for busyboxes ...
11396 (tramp-find-shell): ... here. Simplify implementation.
11397 Set "remote-shell" property also for alternative shells.
11398 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11399 If failing, a regular file would be written otherwise.
11400 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11401 (tramp-find-inline-encoding): Cache the coding commands in the
11402 process cache. Apply test command on the remote side, if defined.
11403 (tramp-find-inline-compress): Cache the compress commands in the
11404 process cache.
11405 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11406 when requested. Handle hops.
11407 (tramp-current-connection): New defvar.
11408 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11409 Throw `suppress', if there was a failed connection shortly before.
11410 Handle user interrupt. (Bug#10187)
11411 (tramp-get-inline-compress, tramp-get-inline-coding):
11412 Read connection properties from the process cache.
11413
11414 * net/tramp-smb.el (tramp-smb-server-version)
11415 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11416 New defconsts.
11417 (tramp-smb-prompt): Extend for powershell prompt.
11418 (tramp-smb-file-name-handler-alist): Add handlers for
11419 `process-file', `shell-command' and `start-file-process'.
11420 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11421 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11422 (tramp-smb-file-name-p): Simplify.
11423 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11424 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11425 (tramp-smb-shell-quote-argument): New defuns.
11426 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11427 Implement using "tar". By this, time-stamps are preserved.
11428 (tramp-smb-handle-copy-file): Handle also the case of directories.
11429 (tramp-smb-do-file-attributes-with-stat)
11430 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11431 Use `tramp-get-connection-buffer').
11432 (tramp-smb-handle-rename-file): Use "rename", when source and
11433 target are on the same share.
11434 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11435 Use `tramp-smb-server-version'.
11436 (tramp-smb-wait-for-output): Remove prompt.
11437
11438 * net/tramp.el (top): Require 'cl.
11439 (tramp-methods, tramp-rsh-end-of-line):
11440 Remove `tramp-password-end-of-line' from docstring.
11441 (tramp-save-ad-hoc-proxies): New defcustom.
11442 (tramp-completion-function-alist): Adapt docstring.
11443 (tramp-default-password-end-of-line): Remove defcustom.
11444 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11445 (tramp-user-regexp, tramp-file-name-regexp-unified)
11446 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11447 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11448 (tramp-remote-file-name-spec-regexp): New defconst.
11449 (tramp-file-name-structure): Extend structure for hops.
11450 (tramp-get-method-parameter): Move up.
11451 (tramp-file-name-p, tramp-dissect-file-name)
11452 (with-parsed-tramp-file-name): Handle hops.
11453 (tramp-file-name-hop): New defun.
11454 (tramp-make-tramp-file-name): New optional arg HOP.
11455 (tramp-message-show-progress-reporter-message): New defvar.
11456 (tramp-with-progress-reporter): Use it. We cannot use
11457 `tramp-message-show-message' here, because this suppresses also
11458 error buffers.
11459 (tramp-error-with-buffer): Suppress buffer view, if
11460 `tramp-message-show-message' is nil.
11461 Use `tramp-get-connection-buffer'.
11462 (tramp-cleanup): New defun.
11463 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11464 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11465 an error unchanged.
11466 (tramp-completion-handle-file-name-all-completions): Handle hops.
11467 Fix an error when called from ido.
11468 (tramp-completion-dissect-file-name): Use better local variable
11469 name. Add hop to the vector.
11470 (tramp-handle-insert-file-contents): Use progress-reporter for the
11471 whole scenario.
11472 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11473 to `t'.
11474 (tramp-check-for-regexp): Simplify search.
11475 (tramp-enter-password): Remove it. Move implementation ...
11476 (tramp-action-password): ... here.
11477 (tramp-mode-string-to-int, tramp-local-host-p)
11478 (tramp-make-tramp-temp-file, tramp-read-passwd)
11479 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11480 Set tramp-autoload cookie.
11481
11482 * net/trampver.el: Update release number.
11483
11484 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11485 Michael Albinus <michael.albinus@gmx.de>
11486
11487 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11488 (tramp-parse-group, tramp-parse-file)
11489 (tramp-parse-shostkeys-sknownhosts): New defuns.
11490 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11491 (tramp-parse-shosts-group, tramp-parse-sconfig)
11492 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11493 (tramp-parse-sknownhosts, tramp-parse-hosts)
11494 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11495 Use them.
11496 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11497 (tramp-parse-putty-group): Don't narrow.
11498 (tramp-parse-putty): Make a loop.
11499 (tramp-file-name-handler): Catch the `suppress' signal.
11500
11501 2012-06-11 Chong Yidong <cyd@gnu.org>
11502
11503 * image.el (imagemagick-register-types): Put the ImageMagick entry
11504 at the end of image-type-file-name-regexps.
11505
11506 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
11507
11508 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11509 (pcase, pcase-let*, pcase-dolist): Use them.
11510
11511 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * emacs-lisp/pcase.el (pcase--let*): New function.
11514 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11515 (pcase--expand): Use macroexp-let².
11516
11517 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11518
11519 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11520 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11521 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11522 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11523 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11524 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11525
11526 2012-06-10 Glenn Morris <rgm@gnu.org>
11527
11528 * mail/rmail.el (rmail-yank-current-message): Leave point at
11529 correct position. (Bug#11660)
11530
11531 2012-06-10 Chong Yidong <cyd@gnu.org>
11532
11533 * allout-widgets.el: Fix code header.
11534
11535 2012-06-10 Chong Yidong <cyd@gnu.org>
11536
11537 * cus-edit.el (customize-changed-options-previous-release):
11538 Bump to 24.1.
11539
11540 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11541
11542 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11543
11544 2012-06-09 Chong Yidong <cyd@gnu.org>
11545
11546 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11547
11548 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11549
11550 * window.el (special-display-popup-frame): Don't use
11551 window--display-buffer (Bug#11651).
11552
11553 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11554
11555 Fix parallel builds: make sure loaddefs.el is not being written
11556 while Lisp files are compiled.
11557 (compile): Don't depend on 'mh-autoloads'.
11558 (compile-CMD, compile-SH): Depend on 'autoloads'.
11559 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11560
11561 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11562
11563 2012-06-09 Chong Yidong <cyd@gnu.org>
11564
11565 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11566 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11567 Doc fixes (Bug#11225).
11568
11569 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11570
11571 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11572 a function if there's a clear indication that it has a compiler-macro.
11573 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11574 (macro-declarations-alist): Add arglist to declaration functions.
11575 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11576 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11577 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11578 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11579 Also add autoload to find the compiler macro.
11580 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11581 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11582 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11583 (cl--compiler-macro-get): New functions, replacing calls to
11584 cl-define-compiler-macro.
11585 (cl-typep) [compiler-macro]: Use macroexp-let².
11586
11587 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11588
11589 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11590 string properly, fixes Bug#11473.
11591
11592 2012-06-08 Chong Yidong <cyd@gnu.org>
11593
11594 * faces.el (set-face-attribute): Doc fix.
11595 (modify-face): Don't use :bold and :italic.
11596 (error, warning, success): Tweak definitions.
11597
11598 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11599 (custom-modified, custom-set, custom-changed, custom-themed)
11600 (custom-saved, custom-button, custom-button-mouse)
11601 (custom-button-pressed, custom-state, custom-comment-tag)
11602 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11603 (custom-group-subtitle): Use new-style face specs.
11604 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11605 (custom-set-face, custom-changed-face, custom-saved-face)
11606 (custom-button-face, custom-button-pressed-face)
11607 (custom-documentation-face, custom-state-face)
11608 (custom-comment-face, custom-comment-tag-face)
11609 (custom-variable-tag-face, custom-variable-button-face)
11610 (custom-face-tag-face, custom-group-tag-face-1)
11611 (custom-group-tag-face): Remove obsolete face alias.
11612
11613 * epa.el (epa-validity-high, epa-validity-medium)
11614 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11615 (epa-field-name, epa-field-body):
11616 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11617 (font-lock-keyword-face, font-lock-builtin-face)
11618 (font-lock-function-name-face, font-lock-variable-name-face)
11619 (font-lock-type-face, font-lock-constant-face):
11620 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11621 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11622 * speedbar.el (speedbar-button-face, speedbar-file-face)
11623 (speedbar-directory-face, speedbar-tag-face)
11624 (speedbar-selected-face, speedbar-highlight-face)
11625 (speedbar-separator-face):
11626 * whitespace.el (whitespace-newline, whitespace-space)
11627 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11628 (whitespace-line, whitespace-space-before-tab)
11629 (whitespace-space-after-tab, whitespace-indentation)
11630 (whitespace-empty):
11631 * emulation/cua-base.el (cua-global-mark):
11632 * eshell/em-prompt.el (eshell-prompt):
11633 * net/newst-plainview.el (newsticker-new-item-face)
11634 (newsticker-old-item-face, newsticker-immortal-item-face)
11635 (newsticker-obsolete-item-face, newsticker-date-face)
11636 (newsticker-statistics-face, newsticker-default-face):
11637 * net/newst-reader.el (newsticker-feed-face)
11638 (newsticker-extra-face, newsticker-enclosure-face):
11639 * net/newst-treeview.el (newsticker-treeview-face)
11640 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11641 (newsticker-treeview-immortal-face)
11642 (newsticker-treeview-obsolete-face)
11643 (newsticker-treeview-selection-face):
11644 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11645 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11646 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11647 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11648 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11649 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11650 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11651 (mpuz-text):
11652 * progmodes/vera-mode.el (vera-font-lock-number)
11653 (vera-font-lock-function, vera-font-lock-interface):
11654 * textmodes/table.el (table-cell): Use new-style face specs, and
11655 don't use the old :bold and :italic attributes.
11656
11657 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11658 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11659 (ebrowse-member-class, ebrowse-progress): Likewise.
11660 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11661 (ebrowse-file-name-face, ebrowse-default-face)
11662 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11663 (ebrowse-progress-face): Remove obsolete faces.
11664
11665 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11666 Inherit from error and warning faces respectively.
11667
11668 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11669 Likewise.
11670 (flyspell-incorrect-face, flyspell-duplicate-face):
11671 Remove obsolete aliases.
11672
11673 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11674
11675 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11676 Avoid infloop.
11677
11678 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * startup.el (argv, argi): Make lexically scoped.
11681 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11682 * emacs-lisp/cl-macs.el: Use lexical-binding.
11683 Rename cl-bind-* to cl--bind-*.
11684 * files.el: Don't require `cl' since it doesn't use it.
11685 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11686
11687 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11688
11689 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11690 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11691 instead of calling external sort utility.
11692 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11693
11694 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11695
11696 * descr-text.el (describe-char): Mention how to insert the
11697 character, if the current input method doesn't support it.
11698 See the discussion in this thread for the details:
11699 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11700
11701 2012-06-08 Sam Steingold <sds@gnu.org>
11702
11703 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11704 XF86Back to previous-buffer.
11705 (minibuffer-local-map): Bind them to next-history-element and
11706 previous-history-element respectively.
11707 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11708 help-go-back respectively.
11709 * info.el (Info-mode-map): Bind them to Info-history-forward and
11710 Info-history-back respectively.
11711 These are the keys next to Up on the ThinkPad keyboard.
11712
11713 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11716 * emacs-lisp/cl-macs.el: Provide itself.
11717 (cl--labels-convert-cache): New var.
11718 (cl--labels-convert): New function.
11719 (cl-flet, cl-labels): New implementation with new semantics, relying on
11720 lexical-binding.
11721 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11722 (cl-closure-vars, cl--function-convert-cache)
11723 (cl--function-convert): Move from cl-macs.el.
11724 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11725 rename by removing the "cl-" prefix.
11726 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11727
11728 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11731 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11732 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11733 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11734 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11735 (cl-hash-table-count): Add old compatibility aliases.
11736
11737 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11738 Use macroexpand-all-environment instead.
11739 (cl--old-macroexpand): New var.
11740 (cl--sm-macroexpand): New function.
11741 (cl-symbol-macrolet): Use it during macro expansion.
11742 (cl--function-convert-cache): New var.
11743 (cl--function-convert): New function, extracted from
11744 cl-macroexpand-all.
11745 (cl-lexical-let): Use it.
11746
11747 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11748 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11749 (cl-member): Remove old alias.
11750
11751 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11752 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11753 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11754 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11755 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11756 (cl-macroexpand-cmacs): Remove var.
11757 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11758 Use macroexpand-all instead.
11759
11760 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11761
11762 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11763 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11764 (macroexp-copyable-p): New functions and macros.
11765 * emacs-lisp/edebug.el (edebug-unwrap):
11766 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11767 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11768 (pcase--let*): Remove.
11769 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11770 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11771 macroexp-const-p instead.
11772 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11773
11774 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11775 instead of "cl-" for internal definitions. Use macroexp-const-p.
11776 (cl-old-bc-file-form): Remove var.
11777 (cl-const-exprs-p): Remove fun.
11778 (cl-labels, cl-macrolet): Use backquote.
11779 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11780 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11781 (cl-define-setf-expander): Rename from cl-define-setf-method.
11782 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11783
11784 * international/mule-cmds.el: Don't require CL.
11785 (view-hello-file): Don't use `letf'.
11786
11787 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11788
11789 * tmm.el (tmm-prompt): Use string-prefix-p.
11790 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11791 (tmm-add-prompt): Use minibuffer-completion-help.
11792 (tmm-delete-map): Remove.
11793
11794 * subr.el (kbd): Make it its own function.
11795
11796 2012-06-07 Stefan Merten <smerten@oekonux.de>
11797
11798 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11799 Silence compiler warnings. Fix versions.
11800 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11801 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11802 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11803 (rst-package-emacs-version-alist): Correct Emacs version to
11804 represent major merge with upstream.
11805 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11806
11807 2012-06-06 Glenn Morris <rgm@gnu.org>
11808
11809 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11810 Only print environment variables if set.
11811
11812 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11815 (macroexp--cons): Rename from maybe-cons.
11816 (macroexp--accumulate): Rename from macroexp-accumulate.
11817 (macroexp--all-forms): Rename from macroexpand-all-forms.
11818 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11819 (macroexp--expand-all): Rename from macroexpand-all-1.
11820
11821 2012-06-06 Sam Steingold <sds@gnu.org>
11822
11823 * calendar/calendar.el (calendar-in-read-only-buffer):
11824 Call `special-mode' to enable the standard read-only keybindings.
11825
11826 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11827
11828 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11829 with "loading" messages (bug#11635).
11830
11831 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11832
11833 * files.el (enable-remote-dir-locals): New option.
11834 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11835
11836 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11837 Ensure, that the temp directory is local.
11838
11839 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11840 `temporary-file-directory'.
11841
11842 * progmodes/python.el (python-send-region): Ensure, that the
11843 temporary file is created also in the remote case.
11844
11845 2012-06-06 Glenn Morris <rgm@gnu.org>
11846
11847 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11848 (vc-rcs-update-changelog): Use it.
11849
11850 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11851
11852 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11853 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11854 (vc-sccs-diff): Replace use of the external vcdiff script.
11855
11856 2012-06-05 Glenn Morris <rgm@gnu.org>
11857
11858 * ledit.el: Move to obsolete/.
11859
11860 2012-06-05 Sam Steingold <sds@gnu.org>
11861
11862 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11863 patch (Bug#11140).
11864
11865 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * emacs-lisp/cust-print.el: Move to obsolete.
11868
11869 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11870 compiler-macro expansion.
11871
11872 Add native compiler-macro support.
11873 * emacs-lisp/macroexp.el (macroexpand-all-1):
11874 Support compiler-macros directly. Properly follow aliases and apply
11875 the compiler macros more thoroughly.
11876 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11877 macroexpand now properly follows aliases.
11878 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11879 (cl-compiler-macroexpand): Use new prop.
11880 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11881
11882 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11883
11884 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11885
11886 * window.el (get-lru-window, get-mru-window, get-largest-window):
11887 New argument NOT-SELECTED to avoid picking the selected window.
11888 (window--display-buffer-1, window--display-buffer-2): Replace by
11889 new function window--display-buffer
11890 (display-buffer-same-window, display-buffer-reuse-window)
11891 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11892 Use window--display-buffer.
11893 (display-buffer-use-some-window): Remove temporary dedication
11894 hack by calling get-lru-window and get-largest-window with
11895 NOT-SELECTED argument non-nil. Call window--display-buffer.
11896
11897 2012-06-05 Glenn Morris <rgm@gnu.org>
11898
11899 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11900 Replace external vcdiff script.
11901
11902 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11905
11906 2012-06-04 Chong Yidong <cyd@gnu.org>
11907
11908 * image.el (imagemagick-types-inhibit): Revert last change.
11909 Add INFO and M.
11910 (imagemagick-enabled-types): Remove CIN and EPS*.
11911
11912 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11913
11914 * emacs-lisp/cl-lib.el: Rename from cl.el.
11915 * emacs-lisp/cl.el: New compatibility file.
11916 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11917 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11918 to obey the "cl-" prefix.
11919 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11920
11921 2012-06-03 Glenn Morris <rgm@gnu.org>
11922
11923 * emacs-lisp/authors.el (authors-aliases): Addition.
11924
11925 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11926 Fix :version.
11927
11928 2012-06-03 Stefan Merten <smerten@oekonux.de>
11929
11930 * textmodes/rst.el: Add comments.
11931 (rst-transition, rst-adornment): New faces.
11932 (rst-adornment-faces-alist): Make default safe to reevaluate.
11933 Fixes
11934 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11935 Improve customization tags.
11936 (rst-define-level-faces): Clarify meaning.
11937
11938 2012-06-03 Chong Yidong <cyd@gnu.org>
11939
11940 * progmodes/compile.el (compilation-mode-line-fail)
11941 (compilation-mode-line-run, compilation-mode-line-exit):
11942 New faces.
11943 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11944
11945 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11946
11947 * progmodes/which-func.el (which-func-update-ediff-windows):
11948 New function. Use it in ediff-select-hook (Bug#11478).
11949
11950 2012-06-03 Chong Yidong <cyd@gnu.org>
11951
11952 * bindings.el: Remove explicit help text from format-mode-line.
11953 It is now supplied by mode-line-default-help-echo.
11954 (mode-line-front-space, mode-line-end-spaces)
11955 (mode-line-misc-info): New variables.
11956 (mode-line-modes, mode-line-position): Move the default value to
11957 the variable definition.
11958 (mode-line-default-help-echo): New defcustom.
11959 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11960 (mode-line-modified-help-echo): New functions.
11961 (mode-line-mule-info, mode-line-modified): Use them.
11962 (mode-line-eol-desc, propertized-buffer-identification):
11963 Consistency fixes for help text.
11964 (mode-line-coding-system-map): Allow using mouse-3 to invoke
11965 set-buffer-file-coding-system (Bug#289).
11966 (mode-line-mule-info-help-echo): Update help text.
11967
11968 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * simple.el (execute-extended-command): Set real-this-command
11971 (bug#11506).
11972
11973 2012-06-02 Chong Yidong <cyd@gnu.org>
11974
11975 Remove incorrect uses of "modeline" in comments, docstrings, and
11976 function/variable names (Bug#10329).
11977
11978 * cus-edit.el (mode-line):
11979 * dframe.el (dframe-mouse-hscroll):
11980 * emacs-lisp/re-builder.el:
11981 * emacs-lisp/easy-mmode.el (define-minor-mode):
11982 * frame.el (set-frame-name):
11983 * help.el (lookup-minor-mode-from-indicator):
11984 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11985 * progmodes/cc-cmds.el (c-toggle-auto-newline)
11986 (c-toggle-hungry-state):
11987 * progmodes/antlr-mode.el (antlr-language-alist):
11988 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11989 * progmodes/vhdl-mode.el (vhdl-mode):
11990 * progmodes/which-func.el (which-func, which-func-cleanup-function):
11991 * term/ns-win.el (ns-face-at-pos):
11992 * term/sup-mouse.el (sup-mouse-report):
11993 * textmodes/flyspell.el (flyspell-mode-line-string):
11994 * textmodes/ispell.el (ispell-highlight-face):
11995 * textmodes/reftex-global.el:
11996 * vc/vc-arch.el (vc-arch-mode-line-string):
11997 * vc/vc-cvs.el (vc-cvs-mode-line-string):
11998 * vc/vc-git.el (vc-git-mode-line-string):
11999 * vc/vc-hooks.el (vc-display-status)
12000 (vc-default-mode-line-string):
12001 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12002
12003 * ansi-color.el (ansi-color-faces-vector): Change default faces.
12004
12005 * dired.el (dired-sort-set-mode-line): Rename from
12006 dired-sort-set-modeline. All callers changed.
12007
12008 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12009 eshell-status-in-modeline.
12010
12011 * foldout.el (foldout-mode-line-string): Rename from
12012 foldout-modeline-string. All callers changed.
12013 (foldout-update-mode-line): Rename from foldout-update-modeline.
12014
12015 * subr.el (redraw-modeline): Make into obsolete alias.
12016
12017 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12018 timeclock-modeline-display. Make old name an alias.
12019 (timeclock-update-mode-line): Likewise. All callers changed.
12020 (timeclock-mode-line-display): No need to check before using
12021 add-hook.
12022 (timeclock-relative, timeclock-day-over-hook)
12023 (timeclock-use-elapsed, timeclock-mode-string)
12024 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12025
12026 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12027 crisp-mode-modeline-string.
12028
12029 * play/solitaire.el (solitaire-build-mode-line): Rename from
12030 solitaire-build-modeline. All callers changed.
12031
12032 * play/zone.el (zone-hiding-mode-line): Rename from
12033 zone-hiding-modeline. All callers changed.
12034 (zone): Remove unusued `modeline-hidden-level' property.
12035
12036 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12037 xscheme-modeline-initialize. All callers changed.
12038
12039 * strokes.el (strokes-lighter): Rename from
12040 strokes-modeline-string.
12041
12042 * textmodes/sgml-mode.el (html-face-tag-alist)
12043 (html-tag-face-alist): Use mode-line face instead of obsolete
12044 alias modeline.
12045
12046 2012-06-02 Stefan Merten <smerten@oekonux.de>
12047
12048 * textmodes/rst.el: Always require `cl'.
12049 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12050
12051 2012-06-02 Chong Yidong <cyd@gnu.org>
12052
12053 * image.el (imagemagick-enabled-types): Rename from
12054 imagemagick-types-enable. Add many more types.
12055 (imagemagick-types-inhibit): Change default to nil.
12056 (imagemagick-filter-types): Caller changed.
12057
12058 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * emacs-lisp/cl-macs.el: Use backquotes.
12061 (cl-transform-function-property): Use eval-and-compile rather than
12062 abusing `require'.
12063 (defstruct): Use declare-function instead of with-no-warnings.
12064
12065 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12066 (byte-compile-output-docform): Re-add the print-circle bindings.
12067 (byte-compile-fix-header): Use #$ just because it's shorter.
12068 (byte-compile-output-file-form): Remove defun/defmacro.
12069
12070 2012-06-01 Martin Rudalics <rudalics@gmx.at>
12071
12072 * simple.el (choose-completion): Remove now obsolete binding for
12073 owindow.
12074
12075 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
12076
12077 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12078 in order to avoid "Stack overflow in regexp matcher".
12079
12080 2012-05-31 Glenn Morris <rgm@gnu.org>
12081
12082 * image.el: For clarity, call imagemagick-register-types at
12083 top-level, rather than relying on a custom :initialize.
12084 (imagemagick-types-enable): New option. (Bug#11557)
12085 (imagemagick-filter-types): New function. (Bug#7406)
12086 (imagemagick-register-types): Use imagemagick-filter-types.
12087 If disabling support, remove elements altogether rather
12088 than using an impossible regexp.
12089 (imagemagick-types-inhibit): Give it the default init function.
12090
12091 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12094 Handle arbitrary file name lengths (Bug#11585).
12095
12096 2012-05-31 Martin Rudalics <rudalics@gmx.at>
12097
12098 * desktop.el (desktop-read): Clear previous and next buffers for
12099 all windows and bury *Messages* buffer (bug#11556).
12100
12101 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 Add `declare' for `defun'. Align `defmacro's with it.
12104 * emacs-lisp/easy-mmode.el (define-minor-mode)
12105 (define-globalized-minor-mode): Don't autoload the var definitions.
12106 * emacs-lisp/byte-run.el: Use lexical-binding.
12107 (defun-declarations-alist, macro-declarations-alist): New vars.
12108 (defmacro, defun): Use them.
12109 (make-obsolete, define-obsolete-function-alias)
12110 (make-obsolete-variable, define-obsolete-variable-alias):
12111 Use `declare'.
12112 (macro-declaration-function): Mark obsolete.
12113 * emacs-lisp/autoload.el: Use lexical-binding.
12114 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
12115
12116 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12117
12118 * textmodes/ispell.el (ispell-with-no-warnings):
12119 Define as a macro.
12120 (ispell-kill-ispell, ispell-change-dictionary):
12121 Use `called-interactively-p' for Emacs instead of obsolete
12122 `interactive-p'.
12123
12124 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12125
12126 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12127 (macro-declaration-function): Move var from C code.
12128 (macro-declaration-function): Define function with defalias.
12129 * emacs-lisp/macroexp.el (macroexpand-all-1):
12130 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12131 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12132 defun/defmacro any more.
12133 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12134 Provide fallback for unknown arglist.
12135 (byte-compile-arglist-warn): Change calling convention.
12136 (byte-compile-output-file-form): Move print-vars binding.
12137 (byte-compile-output-docform): Simplify accordingly.
12138 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12139 (byte-compile-defmacro-declaration): Remove.
12140 (byte-compile-file-form-defmumble): Generalize to defalias.
12141 (byte-compile-output-as-comment): Return byte-positions.
12142 Simplify callers accordingly.
12143 (byte-compile-lambda): Use `assert'.
12144 (byte-compile-defun, byte-compile-defmacro): Remove.
12145 (byte-compile-file-form-defalias):
12146 Use byte-compile-file-form-defmumble.
12147 (byte-compile-defalias-warn): Remove.
12148
12149 2012-05-29 Stefan Merten <smerten@oekonux.de>
12150
12151 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12152 possible. Fix authors. Improve comments. Improve loading of `cl'.
12153
12154 (rst-mode-abbrev-table): Merge definition.
12155 (rst-mode): Make sure `font-lock-defaults' is buffer local.
12156 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12157
12158 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
12159
12160 * calendar/icalendar.el
12161 (icalendar-export-region): Export UID properly.
12162
12163 2012-05-29 Leo Liu <sdl.web@gmail.com>
12164 * calendar/icalendar.el (icalendar-import-format):
12165 Add `icalendar-import-format-uid' (Bug#11525).
12166 (icalendar-import-format-uid): New.
12167 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12168 Export UID.
12169
12170 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12171
12172 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12173 different alternative patterns.
12174 (pcase-codegen): Be more careful to preserve identity.
12175 (pcase--u1): Don't forget to mark vars as used.
12176
12177 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12178 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12179 (byte-compile-from-buffer): ...rather than here.
12180
12181 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12182 functions from byte-compile-function-environment.
12183
12184 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
12185
12186 * window.el (window-deletable-p): Avoid deleting the root window
12187 of a frame with an active minibuffer.
12188
12189 2012-05-29 Martin Rudalics <rudalics@gmx.at>
12190
12191 * simple.el (choose-completion): Use quit-window (Bug#11567).
12192
12193 2012-05-29 Chong Yidong <cyd@gnu.org>
12194
12195 * whitespace.el (whitespace-cleanup): Fix usage of
12196 whitespace-empty-at-bob-regexp (Bug#11492).
12197
12198 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12199
12200 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12201 revert (Bug#11488).
12202
12203 2012-05-29 Juri Linkov <juri@jurta.org>
12204
12205 * isearch.el (isearch-mode-map): Bind `M-s _' to
12206 `isearch-toggle-symbol'. Bind `M-s c' to
12207 `isearch-toggle-case-fold'.
12208 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12209 (isearch-forward): Add `M-s _' to the docstring.
12210 (isearch-forward-symbol, isearch-toggle-case-fold)
12211 (isearch-symbol-regexp): New functions. (Bug#11381)
12212
12213 2012-05-29 Juri Linkov <juri@jurta.org>
12214
12215 * isearch.el (isearch-word): Add docstring. (Bug#11381)
12216 (isearch-occur, isearch-search-and-update): If `isearch-word' is
12217 a function, call it to get the regexp.
12218 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12219 property `isearch-message-prefix' instead of the string "word ".
12220 (isearch-search-fun-default): For the case of `isearch-word',
12221 return a lambda that calls re-search-forward/re-search-backward
12222 with a regexp returned by `word-search-regexp' or by the function
12223 in `isearch-word'.
12224
12225 2012-05-29 Juri Linkov <juri@jurta.org>
12226
12227 * isearch.el (isearch-search-fun-default): New function.
12228 (isearch-search-fun): Move default part to the new function
12229 `isearch-search-fun-default'.
12230 (isearch-search-fun-function): Set the default value to
12231 `isearch-search-fun-default'. (Bug#11381)
12232
12233 * comint.el (comint-history-isearch-end):
12234 Use `isearch-search-fun-default'.
12235 (comint-history-isearch-search): Use `isearch-search-fun-default'
12236 and remove spacial case for `isearch-word'.
12237 (comint-history-isearch-wrap): Remove spacial case for
12238 `isearch-word'.
12239
12240 * hexl.el (hexl-isearch-search-function):
12241 Use `isearch-search-fun-default'.
12242
12243 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12244 Use `word-search-regexp' for `isearch-word'.
12245
12246 * misearch.el (multi-isearch-search-fun):
12247 Use `isearch-search-fun-default'.
12248
12249 * simple.el (minibuffer-history-isearch-search):
12250 Use `isearch-search-fun-default' and remove spacial case for
12251 `isearch-word'.
12252 (minibuffer-history-isearch-wrap): Remove spacial case for
12253 `isearch-word'.
12254
12255 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12256 Remove spacial case for `isearch-word'.
12257 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12258
12259 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12260
12261 Decrease XEmacs incompatibilities.
12262 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12263 Use `string-match'.
12264 (flyspell-delete-region-overlays): Use alternative definition for
12265 XEmacs.
12266 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12267 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12268 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12269 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12270 `define-obsolete-face-alias' under XEmacs, but old method.
12271
12272 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12273 `with-no-warnings' definition or Emacs alias.
12274 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12275 (ispell-word): Do not use `region-p' if XEmacs.
12276
12277 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12278
12279 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12280 Check for `ispell-dictionary-base-alist' instead of full
12281 `ispell-dictionary-alist'.
12282 (ispell-init-process): Show spellchecker when starting new Ispell
12283 process.
12284
12285 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12288 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12289
12290 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
12291
12292 * version.el (motif-version-string, gtk-version-string)
12293 (ns-version-string): Declare.
12294
12295 2012-05-27 Juri Linkov <juri@jurta.org>
12296
12297 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12298 after the `eval-defun-1' specialcaseing
12299 like in `edebug-eval-defun' (bug#10181).
12300
12301 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12302 like in `eval-defun-1'.
12303
12304 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12305
12306 * mail/sendmail.el (mail-yank-region):
12307 Recognize rmail-yank-current-message in addition to insert-buffer.
12308 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12309 a *mail* buffer created through rmail-start-mail with sendmail as
12310 mail-user-agent.
12311
12312 2012-05-27 Chong Yidong <cyd@gnu.org>
12313
12314 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12315 Default to 256 (Bug#11267).
12316
12317 * help.el (describe-mode): Doc fix.
12318
12319 2012-05-26 Glenn Morris <rgm@gnu.org>
12320
12321 * w32-fns.el (w32-init-info): Remove.
12322 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12323
12324 * info.el (info-initialize): For self-contained NS builds, put the
12325 included info/ directory at the front. (Bug#2791)
12326
12327 * paths.el (Info-default-directory-list): Make it a defcustom,
12328 mainly so that we can use custom-initialize-delay.
12329
12330 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12331
12332 * subr.el (buffer-has-markers-at): Mark obsolete.
12333
12334 * subr.el (lambda): Use declare.
12335
12336 * emacs-lisp/lisp-mode.el (lambda):
12337 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12338
12339 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12340
12341 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12342
12343 2012-05-26 Glenn Morris <rgm@gnu.org>
12344
12345 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12346
12347 2012-05-25 Glenn Morris <rgm@gnu.org>
12348
12349 * paths.el: Remove no-byte-compile.
12350 * loadup.el: No need to load paths.el uncompiled.
12351
12352 * image.el (imagemagick-types-inhibit): Doc fix.
12353
12354 * version.el: Remove no-byte-compile and associated formatting.
12355 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12356 is ancient code from when there was an "inc-vers.el".
12357
12358 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * progmodes/gdb-mi.el: Minor style changes.
12361 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12362 Turn into minor modes.
12363 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12364 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12365 (gdb-shell): Remove unneeded let-binding.
12366 (gdb-get-many-fields): Eliminate O(n²) behavior.
12367
12368 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12369
12370 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12371 platforms that don't link in fontset.c.
12372
12373 2012-05-25 Juri Linkov <juri@jurta.org>
12374
12375 Use the same diff color scheme as in modern VCSes (bug#10181).
12376
12377 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12378 to avoid confusion with `diff-added' that now uses green colors.
12379 (diff-removed): Use shades of red.
12380 (diff-added): Use shades of green.
12381 (diff-changed): Leave just the yellow color.
12382 (diff-use-changed-face): New variable.
12383 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12384 how to highlight context diff changes.
12385 (diff-refine-change): Use shades of yellow.
12386 (diff-refine-removed): New face that uses shades of red.
12387 (diff-refine-added): New face that uses shades of green.
12388 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12389 `diff-refine-removed' in the call to `smerge-refine-subst'
12390 depending on the value of `diff-use-changed-face'.
12391
12392 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12393 (smerge-other): Use shades of green.
12394 (smerge-base): Use shades of yellow.
12395 (smerge-refined-change): Empty face.
12396 (smerge-refined-removed): New face that uses shades of red.
12397 (smerge-refined-added): New face that uses shades of green.
12398 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12399 args `props-r' and `props-a', and use them. Doc fix.
12400 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12401 on its value use different faces `smerge-refined-change',
12402 `smerge-refined-removed', `smerge-refined-added' in the call to
12403 `smerge-refine-subst'.
12404
12405 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12406 Add face condition `min-colors 88' with shades of red.
12407 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12408 `min-colors 88' with shades of green.
12409 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12410 `min-colors 88' with shades of yellow.
12411
12412 2012-05-24 Glenn Morris <rgm@gnu.org>
12413
12414 * paths.el (prune-directory-list, remote-shell-program): Move to...
12415 * files.el (prune-directory-list, remote-shell-program): ...here.
12416 For the latter, delay initialization, prefer ssh, just search PATH.
12417
12418 * paths.el (term-file-prefix): Move to faces.el (the only user).
12419 * faces.el (term-file-prefix): Move here, make it a defcustom.
12420
12421 * paths.el (news-directory, news-path, news-inews-program):
12422 Move to gnus/nnspool.el.
12423
12424 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12425
12426 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12427 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12428 Make the latter a defcustom, with a delayed initialization.
12429
12430 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12431 These were deleted from Gnus itself late 2010.
12432
12433 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12434
12435 * progmodes/which-func.el (which-func-ff-hook):
12436 Check against user-error, not error.
12437
12438 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12439 cl-specs.el, which no longer exists.
12440
12441 2012-05-22 Glenn Morris <rgm@gnu.org>
12442
12443 * info.el (info-emacs-bug): New command.
12444 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12445 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12446
12447 2012-05-21 Glenn Morris <rgm@gnu.org>
12448
12449 * makefile.w32-in (update-subdirs-SH):
12450 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12451
12452 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12455
12456 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12457 Simplify Maven regexp, and make sure the file can't start with a space
12458 (bug#11517).
12459
12460 2012-05-21 Glenn Morris <rgm@gnu.org>
12461
12462 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12463 Scrap superfluous subshells.
12464
12465 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12468 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12469
12470 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12471
12472 * calc/calc.el (calc-ensure-consistent-units): New variable.
12473
12474 * calc/calc-units.el (math-consistent-units-p)
12475 (math-check-unit-consistency): New functions.
12476 (calc-quick-units, calc-convert-units):
12477 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12478 is non-nil.
12479 (calc-extract-units): Fix typo.
12480
12481 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12482
12483 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12484
12485 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12486 (flyspell-default-deplacement-commands): Don't spell check after
12487 repeated window/frame switches (e.g. triggered by mouse-movement).
12488 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12489 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12490 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12491 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12492 Remove unused vars.
12493 (flyspell-get-casechars, flyspell-get-not-casechars):
12494 Simplify; Don't bother removing a ] just to add it back.
12495 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12496
12497 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
12498
12499 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12500 New functions.
12501 (math-function-table): Add support for more C functions.
12502
12503 2012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12504
12505 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12506 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12507 Protect delay handling for otherchars against empty otherchars.
12508
12509 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12512 their respective macro declarations.
12513 * skeleton.el (define-skeleton):
12514 * progmodes/compile.el (define-compilation-mode):
12515 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12516 (define-ibuffer-filter):
12517 * emacs-lisp/generic.el (define-generic-mode):
12518 * emacs-lisp/easy-mmode.el (define-minor-mode)
12519 (define-globalized-minor-mode):
12520 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12521 * emacs-lisp/byte-run.el (defsubst):
12522 * custom.el (deftheme): Add doc-string metadata.
12523
12524 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12525
12526 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12527
12528 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12529
12530 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12531
12532 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12533 * emacs-lisp/cl-macs.el: Idem.
12534 * emacs-lisp/cl-specs.el: Remove.
12535
12536 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12537
12538 Minor renaming of internal CL functions and variables.
12539 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12540 (cl--position): Rename from cl-position.
12541 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12542 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12543 (cl--random-state): Rename from *random-state*.
12544
12545 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12548 parens around the arg list (bug#11499).
12549
12550 2012-05-17 Juri Linkov <juri@jurta.org>
12551
12552 * isearch.el (word-search-regexp, word-search-backward)
12553 (word-search-forward, word-search-backward-lax)
12554 (word-search-forward-lax): Move functions from search.c
12555 (bug#10145, bug#11381).
12556
12557 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12558
12559 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12560 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12561 Delay for otherchars as for normal word components.
12562
12563 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12564
12565 * minibuffer.el (completion--sifn-requote): Fix last change.
12566 (minibuffer-local-must-match-filename-map):
12567 Move define-obsolete-variable-alias before its var.
12568
12569 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12572
12573 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12574 behavior.
12575 (completion--string-equal-p): New function.
12576 (completion--twq-all): Use it to get better assertion failure data.
12577
12578 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12579 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12580 (shell--requote-argument): New functions.
12581 (shell-completion-vars): Use them.
12582 (shell--parse-pcomplete-arguments): Rename from
12583 shell-parse-pcomplete-arguments.
12584 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12585 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12586 Obey comint-file-name-quote-list.
12587
12588 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12589 (smie-indent-keyword): Use it.
12590
12591 2012-05-14 Stefan Merten <smerten@oekonux.de>
12592
12593 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12594
12595 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * net/rlogin.el (rlogin-mode-map): Fix last change.
12598
12599 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12600
12601 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12602 the following \r\n using a single `process-send-string', since the
12603 Lotus SMTP server refuses to accept any commands if they are sent
12604 with two `process-send-string's (Bug#11444).
12605
12606 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * shell.el (shell-parse-pcomplete-arguments):
12609 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12610
12611 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12612
12613 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12614 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12615 (image-transform-width, image-transform-fit-width): New functions.
12616 (image-transform-properties): Use them.
12617 (image-transform-check-size): New function.
12618 (image-toggle-display-image): Use it (for testing).
12619 (image-transform-set-rotation): Reduce angle mod 360.
12620 Delete obsolete comment.
12621
12622 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12623
12624 * image-mode.el: Fix scaling (bug#11399).
12625 (image-transform-resize): Doc fix.
12626 (image-transform-properties): Default scale is 1 and height should
12627 be an integer.
12628
12629 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
12630
12631 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12632 than hard-coding `car', to fix misbehavior when moving forward.
12633
12634 2012-05-13 Chong Yidong <cyd@gnu.org>
12635
12636 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12637 (tabulated-list-entries, tabulated-list-padding)
12638 (tabulated-list-sort-key): Make permanent-local.
12639
12640 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12641 (electric-buffer-list): Put electric buffer menu
12642 command descriptions in this docstring, instead of the docstring
12643 of electric-buffer-menu-mode. Code cleanups.
12644 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12645 Electric-buffer-menu-mode.
12646 (electric-buffer-update-highlight): Minor code cleanup.
12647
12648 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12649
12650 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12651 (Bug#11447)
12652
12653 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 Move define-obsolete-variable-alias before the var's definition.
12656 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12657 * tooltip.el (tooltip-hook):
12658 * textmodes/reftex-toc.el (reftex-toc-map):
12659 * textmodes/reftex-sel.el (reftex-select-label-map)
12660 (reftex-select-bib-map):
12661 * textmodes/reftex-index.el (reftex-index-map)
12662 (reftex-index-phrases-map):
12663 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12664 * progmodes/meta-mode.el (meta-mode-map):
12665 * novice.el (disabled-command-hook):
12666 * loadhist.el (unload-hook-features-list):
12667 * frame.el (blink-cursor):
12668 * files.el (find-file-not-found-hooks, write-file-hooks)
12669 (write-contents-hooks):
12670 * emulation/tpu-edt.el (GOLD-map):
12671 * emacs-lock.el (emacs-lock-from-exiting):
12672 * emacs-lisp/generic.el (generic-font-lock-defaults):
12673 * emacs-lisp/chart.el (chart-map):
12674 * dos-fns.el (register-name-alist):
12675 * dired-x.el (dired-omit-files-p):
12676 * desktop.el (desktop-enable):
12677 * cus-edit.el (custom-mode-hook):
12678 * buff-menu.el (buffer-menu-mode-hook):
12679 * bookmark.el (bookmark-read-annotation-text-func)
12680 (bookmark-exit-hooks):
12681 * allout.el (allout-mode-deactivate-hook)
12682 (allout-exposure-change-hook, allout-structure-added-hook)
12683 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12684 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12685 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12686 comes before the corresponding variable's definition.
12687
12688 2012-05-12 Chong Yidong <cyd@gnu.org>
12689
12690 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12691 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12692 (Buffer-menu-mode-map): Bind it.
12693 (Buffer-menu--pretty-name): Add a mouse-face property.
12694
12695 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12696
12697 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12698 (prolog-upper-case-string, prolog-lower-case-string)
12699 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12700 (prolog-use-smie, prolog-smie-grammar): New vars.
12701 (prolog-smie-forward-token, prolog-smie-backward-token)
12702 (prolog-smie-rules): New funs.
12703 (prolog-comment-indent): Remove.
12704 (prolog-mode-variables): Use default comment indentation instead.
12705 Setup SMIE.
12706 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12707 (prolog-mode): Don't call them any more.
12708 (prolog-electric-colon, prolog-electric-dash)
12709 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12710
12711 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12712
12713 * minibuffer.el (completion--twq-all): Again, allow case differences.
12714
12715 * term.el: Move keymap initialization code to be more idiomatic.
12716 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12717 (term-terminal-menu): Move initialization into declaration.
12718 (term-escape-char): Let the user set it in her .emacs.
12719
12720 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12721 Provide SMIE-based indentation (not enabled by default yet).
12722 (sh-mode-map): Don't bind electric keys.
12723 Use electric-pair-mode instead of skeleton-pair.
12724 (sh-assignment-regexp): Fit within 80 columns.
12725 (sh-indent-supported): Specify actual shell name instead of boolean.
12726 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12727 (sh-maybe-here-document): Use it. Make obsolete.
12728 (sh-electric-here-document-mode) New minor mode.
12729 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12730 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12731 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12732 (sh-smie-rc-grammar, sh-use-smie): New vars.
12733 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12734 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12735 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12736 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12737 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12738 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12739 (sh-set-shell): Use smie-setup if requested.
12740
12741 * term.el (term-set-escape-char): Properly set term-escape-char.
12742 See http://stackoverflow.com/questions/10524656.
12743
12744 2012-05-10 Chong Yidong <cyd@gnu.org>
12745
12746 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12747 Use url-generic-parse-url, and handle host names and Windows
12748 filenames properly.
12749 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12750 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12751 URL schemes to work on.
12752 (ffap--toggle-read-only): New function.
12753 (ffap-read-only, ffap-read-only-other-window)
12754 (ffap-read-only-other-frame): Use it.
12755 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12756 necessary for ffap-url-unwrap-remote.
12757
12758 2012-05-10 Dave Abrahams <dave@boostpro.com>
12759
12760 * cus-start.el (create-lockfiles): Add it.
12761
12762 2012-05-09 Chong Yidong <cyd@gnu.org>
12763
12764 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12765 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12766
12767 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12768
12769 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12770
12771 2012-05-09 Chong Yidong <cyd@gnu.org>
12772
12773 * ansi-color.el (ansi-color-process-output): Check for validity of
12774 comint-last-output-start before using it. This avoids a bad
12775 interaction with gdb-mi's input/output buffer.
12776
12777 2012-05-09 Glenn Morris <rgm@gnu.org>
12778
12779 * files.el (dir-locals-read-from-file):
12780 Mention dir-locals in any error message.
12781
12782 2012-05-09 Chong Yidong <cyd@gnu.org>
12783
12784 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12785 package (Bug#11410).
12786
12787 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12788 variables into description.
12789
12790 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12791
12792 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12793 shell-delimiter-argument-list (bug#11348).
12794 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12795
12796 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12797
12798 * textmodes/rst.el: Silence byte-compiler warnings.
12799 (rst-re-alist, rst-reset-section-caches): Move around.
12800 (rst-re): Use `characterp', not `char-valid-p'.
12801 (font-lock-beg, font-lock-end): Declare.
12802
12803 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12804 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12805
12806 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12807
12808 2012-05-08 Glenn Morris <rgm@gnu.org>
12809
12810 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12811
12812 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * vc/log-edit.el: Add GNU coding standards highlighting.
12815 (log-edit-font-lock-gnu-style)
12816 (log-edit-font-lock-gnu-keywords): New vars.
12817 (log-edit-font-lock-keywords): New fun.
12818 (log-edit-mode): Don't fold case in font-lock.
12819 (log-edit-font-lock-keywords): Do not assume case-folding.
12820
12821 * imenu.el: Misc cleanup. Make docstrings out of comments.
12822 Use lexical-binding.
12823 (imenu--index-alist, imenu--last-menubar-index-alist)
12824 (imenu-menubar-modified-tick): Use defvar-local.
12825 (imenu--split-menu): Remove unused var.
12826 (imenu--cleanup-seen): Declare as global.
12827 (imenu--cleanup): Use dolist.
12828
12829 * subr.el (defvar-local): Add debug spec and doc-string position.
12830
12831 2012-05-08 Glenn Morris <rgm@gnu.org>
12832
12833 * language/burmese.el, language/cham.el, language/czech.el:
12834 * language/english.el, language/georgian.el, language/greek.el:
12835 * language/japanese.el, language/khmer.el, language/korean.el:
12836 * language/lao.el, language/misc-lang.el, language/romanian.el:
12837 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12838 * language/thai.el, language/utf-8-lang.el:
12839 Remove no-byte-compile setting.
12840
12841 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12842
12843 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12844
12845 * progmodes/make-mode.el (makefile-browse):
12846 Remove unnecessary interactive. (Bug#11324)
12847
12848 2012-05-07 Glenn Morris <rgm@gnu.org>
12849
12850 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12851
12852 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12853
12854 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12855
12856 * loadup.el: Preload newcomment.el.
12857 * newcomment.el: Move autoload-only code to toplevel.
12858
12859 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12860 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12861 Handle new :right-align column property.
12862 (tabulated-list-print-col): Idem, plus use `display' text-property to
12863 try and preserve alignment for variable pitch fonts.
12864
12865 2012-05-07 Chong Yidong <cyd@gnu.org>
12866
12867 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12868 (tabulated-list-use-header-line): New var.
12869 (tabulated-list-init-header): Use it.
12870 (tabulated-list-print-fake-header): New function.
12871 (tabulated-list-print): Use it.
12872 (tabulated-list-sort-button-map): Add non-header-line commands.
12873 (tabulated-list-init-header): Add column name property to basic
12874 labels as well.
12875 (tabulated-list-col-sort): Handle non-header-line button case.
12876 (tabulated-list--sort-by-column-name): Fix a corner case.
12877
12878 * buff-menu.el (list-buffers--refresh):
12879 Handle Buffer-menu-use-header-line.
12880
12881 2012-05-06 Chong Yidong <cyd@gnu.org>
12882
12883 * buff-menu.el: Convert to Tabulated List mode.
12884 (Buffer-menu-buffer+size-width): Make obsolete.
12885 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12886 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12887 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12888 documentation into docstring of buffer-menu.
12889 (Buffer-menu-toggle-files-only): Add an informative message.
12890 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12891 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12892 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12893 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12894 (Buffer-menu-execute, Buffer-menu-select)
12895 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12896 (Buffer-menu-bury): Use Tabulated List machinery.
12897 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12898 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12899 Delete.
12900 (list-buffers--refresh): New function.
12901 (list-buffers-noselect): Use it.
12902 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12903 (Buffer-menu--pretty-file-name): New helper functions.
12904
12905 * loadup.el: Preload tabulated-list.
12906
12907 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12908 tabulated-list-sort-column.
12909 (tabulated-list-init-header): Add the initial aligning space even
12910 if tabulated-list-padding is zero.
12911
12912 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12913
12914 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12915 whose cdr is not a cons cell correctly (bug#11038).
12916
12917 2012-05-06 Chong Yidong <cyd@gnu.org>
12918
12919 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12920 Accept additional plist in column descriptors.
12921 (tabulated-list-init-header): Obey it.
12922 (tabulated-list-get-entry): New function.
12923 (tabulated-list-put-tag): Use it. Use string-width instead of
12924 length.
12925 (tabulated-list--column-number): New function.
12926 (tabulated-list-print): Use it.
12927 (tabulated-list-print-col): New function.
12928 Set `tabulated-list-column-name' property on each column's text.
12929 (tabulated-list-print-entry): Use it.
12930 (tabulated-list-delete-entry, tabulated-list-set-col):
12931 New functions.
12932 (tabulated-list-sort-column): New command (Bug#11337).
12933
12934 * buff-menu.el (list-buffers): Move C-x C-b binding from
12935 buff-menu.el to bindings.el.
12936
12937 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12938 :advertised-binding feature.
12939
12940 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12941
12942 * progmodes/compile.el (compilation-internal-error-properties):
12943 Calculate start position correctly when end-col is set but
12944 end-line is not (Bug#11382).
12945
12946 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12947
12948 * man.el (Man-unindent): Use text-property-default-nonsticky to
12949 prevent untabify from inheriting face properties (Bug#11408).
12950
12951 2012-05-05 Stefan Merten <smerten@oekonux.de>
12952
12953 * textmodes/rst.el: Major merge with upstream development up to
12954 Docutils SVN r7399 / rst.el V1.2.1.
12955
12956 Clarify maintainership and authors.
12957
12958 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12959 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12960 (rst-official-version, rst-official-cvs-rev, rst-version)
12961 (rst-package-emacs-version-alist): New functions and variables
12962 for version information.
12963
12964 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12965 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12966 (rst-mode-syntax-table, rst-mode): New and corrected functions
12967 and variables representing reStructuredText features.
12968
12969 (rst-re): New function for reStructuredText regexes. Use in
12970 many places.
12971
12972 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12973 (rst-mode-map): Rebind keys.
12974
12975 (rst-mode-lazy, rst-font-lock-keywords)
12976 (rst-font-lock-extend-region)
12977 (rst-font-lock-extend-region-internal)
12978 (rst-font-lock-extend-region-extend)
12979 (rst-font-lock-find-unindented-line-limit)
12980 (rst-font-lock-find-unindented-line-match)
12981 (rst-adornment-level, rst-font-lock-adornment-level)
12982 (rst-font-lock-adornment-match)
12983 (rst-font-lock-handle-adornment-pre-match-form)
12984 (rst-font-lock-handle-adornment-matcher): Major revision of
12985 font-locking. Integrate with other code. Use `jit-lock-mode'.
12986
12987 (rst-preferred-adornments, rst-adjust-hook)
12988 (rst-new-adornment-down, rst-preferred-bullets)
12989 (rst-preferred-bullets, rst-indent, rst-indent-width)
12990 (rst-indent-field, rst-indent-literal-normal)
12991 (rst-indent-literal-minimized, rst-indent-comment): Change,
12992 extend and improve customization.
12993
12994 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12995 (rst-normalize-cursor-position, rst-get-decoration)
12996 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12997 (rst-rstrip, rst-toc-insert-find-delete-contents)
12998 (rst-shift-fill-region, rst-compute-bullet-tabs)
12999 (rst-debug-print-tabs, rst-debug-mark-found)
13000 (rst-shift-region-guts, rst-shift-region-right)
13001 (rst-shift-region-left, rst-use-char-classes)
13002 (rst-font-lock-keywords-function)
13003 (rst-font-lock-indentation-point)
13004 (rst-font-lock-find-unindented-line-begin)
13005 (rst-font-lock-find-unindented-line-end)
13006 (rst-font-lock-find-unindented-line)
13007 (rst-font-lock-adornment-point, rst-font-lock-level)
13008 (rst-adornment-level-alist): Remove functions and variables.
13009
13010 (rst-compare-adornments, rst-get-adornment-match)
13011 (rst-suggest-new-adornment, rst-get-adornments-around)
13012 (rst-adornment-complete-p, rst-get-next-adornment)
13013 (rst-adjust-adornment, rst-display-adornments-hierarchy)
13014 (rst-straighten-adornments): Standardize function names to
13015 use "adornment" instead of "decoration". Correct callers.
13016 Similar standardizing in many places.
13017
13018 (rst-update-section, rst-adjust, rst-promote-region)
13019 (rst-enumerate-region, rst-bullet-list-region)
13020 (rst-repeat-last-character): Correct use of `interactive'.
13021
13022 (rst-classify-adornment, rst-find-all-adornments)
13023 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13024 (rst-find-leftmost-column, rst-repeat-last-character):
13025 Refactor functions.
13026
13027 (rst-find-title-line, rst-reset-section-caches)
13028 (rst-get-adornments-around, rst-adjust-adornment-work)
13029 (rst-arabic-to-roman, rst-roman-to-arabic)
13030 (rst-insert-list-pos, rst-insert-list-new-item)
13031 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13032 New functions.
13033
13034 (rst-all-sections, rst-section-hierarchy)
13035 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13036 New variables.
13037
13038 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13039 configuration instead of only buffer. Change where necessary.
13040
13041 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13042 (rst-shift-region, rst-adaptive-fill): New functions for
13043 indentation and filling.
13044
13045 (rst-comment-line-break, rst-comment-indent)
13046 (rst-comment-insert-comment, rst-comment-region)
13047 (rst-uncomment-region): New functions for handling comments.
13048
13049 (rst-compile): Quote shell arguments.
13050
13051 (rst-compile-pdf-preview, rst-compile-slides-preview):
13052 Delete temporary files after use.
13053
13054 2012-05-05 Glenn Morris <rgm@gnu.org>
13055
13056 * calendar/cal-html.el: Optionally include holidays in the output.
13057 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13058 (cal-html-holidays): New option.
13059 (cal-html-css-default): Add holiday entry.
13060 (holiday-in-range): Autoload it.
13061 (cal-html-htmlify-entry): Add optional class argument.
13062 (cal-html-htmlify-list): Add optional holidays argument.
13063 (cal-html-insert-agenda-days): Include holidays in the output.
13064 (cal-html-one-month): Maybe include holidays.
13065
13066 * calendar/holidays.el (holiday-in-range):
13067 Move here from cal-tex-list-holidays.
13068 * calendar/cal-tex.el (cal-tex-list-holidays):
13069 Make it an obsolete alias for holiday-in-range. Update all callers.
13070
13071 2012-05-05 Chong Yidong <cyd@gnu.org>
13072
13073 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13074 Nextstep.
13075
13076 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
13077
13078 * files.el (file-auto-mode-skip): New var.
13079 (set-auto-mode-1): Use it.
13080
13081 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13082
13083 * repeat.el: Use lexical-binding.
13084 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13085 (repeat-undo-count): Remove.
13086 (repeat):
13087 * progmodes/octave-mod.el (octave-abbrev-start):
13088 * progmodes/f90.el (f90-abbrev-start):
13089 * face-remap.el (text-scale-adjust):
13090 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13091
13092 * emacs-lisp/pcase.el (pcase--let*): New function.
13093 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13094 a bit more.
13095 (pcase--split-pred): Be more clever about ruling out overlap between
13096 a predicate and some constant pattern.
13097 (pcase--q1): Use `null' instead of (eq foo nil).
13098
13099 * subr.el (setq-local, defvar-local): New macros.
13100 (kbd): Redefine as an alias.
13101 (with-selected-window): Leave unrelated frames alone.
13102 (set-temporary-overlay-map): New function.
13103
13104 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13105
13106 * subr.el (user-error): New function.
13107 * window.el (switch-to-buffer):
13108 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13109 (smerge-match-conflict):
13110 * simple.el (previous-matching-history-element)
13111 (next-matching-history-element, goto-history-element, undo-more)
13112 (undo-start):
13113 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13114 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13115 (next-file, tags-loop-scan, list-tags, complete-tag):
13116 * progmodes/compile.el (compilation-loop):
13117 * mouse.el (mouse-minibuffer-check):
13118 * man.el (Man-bgproc-sentinel, Man-goto-page):
13119 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13120 (Info-history-forward, Info-follow-reference, Info-menu)
13121 (Info-extract-menu-item, Info-extract-menu-counting)
13122 (Info-forward-node, Info-backward-node, Info-next-menu-item)
13123 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13124 (Info-next-reference, Info-prev-reference, Info-index)
13125 (Info-index-next, Info-follow-nearest-node)
13126 (Info-copy-current-node-name):
13127 * imenu.el (imenu--make-index-alist)
13128 (imenu-default-create-index-function, imenu-add-to-menubar):
13129 * files.el (basic-save-buffer, recover-file):
13130 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13131 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13132 (checkdoc-message-text, checkdoc-defun):
13133 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13134 * cus-edit.el (customize-changed-options, customize-rogue)
13135 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13136 (custom-variable-mark-to-reset-standard)
13137 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13138 (custom-file):
13139 * completion.el (check-completion-length):
13140 * comint.el (comint-search-arg)
13141 (comint-previous-matching-input-string-position)
13142 (comint-previous-matching-input)
13143 (comint-replace-by-expanded-history-before-point, comint-send-input)
13144 (comint-copy-old-input, comint-backward-matching-input)
13145 (comint-goto-process-mark, comint-set-process-mark):
13146 * calendar/calendar.el (calendar-cursor-to-date): Use it.
13147 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13148
13149 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * dabbrev.el (dabbrev--ignore-case-p): New function.
13152 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13153 Use it.
13154
13155 * files.el (automount-dir-prefix): Mark as obsolete.
13156
13157 2012-05-04 Glenn Morris <rgm@gnu.org>
13158
13159 * patcomp.el, play/bruce.el: Move to obsolete/.
13160
13161 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
13162
13163 Fix minor Y10k bugs.
13164 * arc-mode.el (archive-unixdate):
13165 * autoinsert.el (auto-insert-alist):
13166 * calc/calc-forms.el (math-this-year):
13167 * emacs-lisp/copyright.el (copyright-current-year)
13168 (copyright-update-year, copyright):
13169 * tar-mode.el (tar-clip-time-string):
13170 * time.el (display-time-update):
13171 Don't assume years have 4 digits.
13172
13173 2012-05-04 Chong Yidong <cyd@gnu.org>
13174
13175 * dos-w32.el (file-name-buffer-file-type-alist)
13176 (direct-print-region-use-command-dot-com):
13177 * ffap.el (ffap-menu-regexp):
13178 * find-file.el (ff-special-constructs):
13179 * follow.el (follow-debug):
13180 * forms.el (forms--debug):
13181 * iswitchb.el (iswitchb-all-frames):
13182 * ido.el (ido-all-frames):
13183 * emacs-lisp/timer.el (timer-max-repeats):
13184 * mail/feedmail.el (feedmail-mail-send-hook)
13185 (feedmail-mail-send-hook-queued):
13186 * mail/footnote.el (footnote-signature-separator):
13187 * mail/mailabbrev.el (mail-alias-separator-string)
13188 (mail-abbrev-mode-regexp):
13189 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13190 * progmodes/idlwave.el (idlwave-libinfo-file)
13191 (idlwave-default-completion-case-is-down)
13192 (idlwave-library-routines): Convert defvars to defcustoms.
13193
13194 * mail/rmail.el (rmail-decode-mime-charset):
13195 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13196 (idlwave-shell-fix-inserted-breaks)
13197 (idlwave-shell-activate-alt-keybindings)
13198 (idlwave-shell-use-breakpoint-glyph):
13199 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13200
13201 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13204
13205 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
13206
13207 * progmodes/verilog-mode.el (font-lock-keywords):
13208 Fix mis-highligting auto. Reported by Craig Barner.
13209 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13210 defines from global name space. Reported by Dan Dever.
13211 (verilog-auto-reset, verilog-auto-reset-widths)
13212 (verilog-auto-tieoff): Support using unbased numbers for
13213 AUTORESET and AUTOTIEOFF.
13214 (verilog-submit-bug-report): Update variable list.
13215 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13216 parenthesis from not matching. Reported by Michael Rytting.
13217 (verilog-auto-template-lint): Fix hash error when linting modules
13218 with no used templates.
13219 (verilog-warn, verilog-warn-error)
13220 (verilog-warn-fatal): When non-interactive report multiple
13221 warnings before exiting. Suggested by Brad Dobbie.
13222 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13223 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13224 to report unused template errors. Reported by Brad Dobbie.
13225 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13226 nets, bug438. Reported by Vns Blore.
13227 (verilog-auto-inout-module, verilog-auto-reg)
13228 (verilog-read-decls, verilog-read-sub-decls-sig)
13229 (verilog-signals-edit-wire-reg, verilog-signals-with):
13230 Fix passing of Verilog data types in ANSI input/output ports
13231 such as "output logic" into the AUTOs. Special case "wire" and
13232 "reg" for backwards compatibility presuming Verilog 2001.
13233 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13234 (verilog-preprocess): Fix replication of preprocess output.
13235 Reported by Brad Dobbie.
13236 (verilog-auto-inst-interfaced-ports):
13237 Create verilog-auto-inst-interfaced-ports, bug429.
13238 Reported by Julian Gorfajn.
13239 (verilog-after-save-font-hook)
13240 (verilog-before-save-font-hook): New variable.
13241 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13242 (verilog-save-font-mods): Wrap disabling fontification, reported
13243 by David Rogoff.
13244 (verilog-do-indent, verilog-pretty-declarations-auto)
13245 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13246 Reported by Pierre-David Pfister.
13247 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13248 of class declarations, bug292. Reported by Kevin Heilman.
13249 (verilog-read-decls): Fix 'parameter type' not appearing in
13250 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13251 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13252 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
13253 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13254 Reported by David Kravitz.
13255
13256 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
13257
13258 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13259 assignment with tests in ifs and for loops.
13260 (verilog-extended-complete-re, verilog-complete-reg): Change so
13261 that DPI inport functions don't look like fuction declarations.
13262 (verilog-pretty-expr): Don't line up assignment
13263 operations to the test and increment in if and for loops
13264 (verilog-extended-complete-re, verilog-complete-reg): Change so
13265 that DPI inport functions don't look like fuction declarations.
13266
13267 2012-05-03 Kenichi Handa <handa@m17n.org>
13268
13269 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13270 decoding, and show a warning message without signaling an error
13271 (Bug#11282).
13272
13273 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * emacs-lisp/bytecomp.el
13276 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13277 since cconv.el might have introduced :fun-body, internal-make-closure,
13278 and friends for bytecomp to handle (bug#11391).
13279 * custom.el (defcustom): Avoid ((λ ..) ..).
13280
13281 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13282
13283 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13284
13285 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
13286
13287 * notifications.el (dbus-debug):
13288 * term/linux.el (gpm-mouse-enable):
13289 * term/screen.el (xterm-register-default-colors): Declare.
13290
13291 2012-05-02 Chong Yidong <cyd@gnu.org>
13292
13293 * cus-start.el (gc-cons-percentage, exec-suffixes)
13294 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13295 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13296 (make-cursor-line-fully-visible, void-text-area-pointer)
13297 (font-list-limit): Add customization data.
13298
13299 * allout.el (allout-exposure-change-functions)
13300 (allout-structure-added-functions)
13301 (allout-structure-deleted-functions)
13302 (allout-structure-shifted-functions): Rename abnormal hooks from
13303 *-hook, and convert to defcustoms.
13304 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13305 Convert to defcustoms.
13306 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13307
13308 * allout-widgets.el: Hook callers changed.
13309
13310 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13311
13312 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13313 the yanked message in preference to the default value of
13314 buffer-file-coding-system.
13315
13316 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13317
13318 * window.el (display-buffer--action-function-custom-type):
13319 Fix entry.
13320
13321 2012-05-02 Alan Mackenzie <acm@muc.de>
13322
13323 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13324
13325 2012-05-01 Glenn Morris <rgm@gnu.org>
13326
13327 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13328
13329 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13330
13331 * cus-edit.el (custom-variable-documentation): Simplify with format.
13332
13333 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13334 Stefan Monnier <monnier@iro.umontreal.ca>
13335
13336 * simple.el (suggest-key-bindings, execute-extended-command):
13337 Move from keyboard.c.
13338
13339 2012-05-01 Chong Yidong <cyd@gnu.org>
13340
13341 * follow.el: Eliminate advice.
13342 (set-process-filter, process-filter, sit-for): Advice deleted.
13343 (follow-mode-off-hook): Obsolete hook removed.
13344 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13345 Vars deleted.
13346 (follow-auto): Use a :set function.
13347 (follow-mode): Rewritten. Don't advise process filters.
13348 (follow-switch-to-current-buffer-all, follow-scroll-up)
13349 (follow-scroll-down): Assume follow-mode is bound.
13350 (follow-comint-scroll-to-bottom)
13351 (follow-align-compilation-windows): New functions.
13352 (follow--window-sorter): New function.
13353 (follow-all-followers): Use it to explicitly sort windows by their
13354 positions; don't make assumptions about next-window order.
13355 (follow-windows-start-end, follow-delete-other-windows-and-split)
13356 (follow-calc-win-start): Doc fix.
13357 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13358 vertical-motion unnecessarily.
13359 (follow-adjust-window): New function.
13360 (follow-post-command-hook): Use it.
13361 (follow-call-set-process-filter, follow-call-process-filter)
13362 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13363 (follow-stop-intercept-process-output, follow-generic-filter):
13364 Functions deleted.
13365 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13366 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13367 New functions, replacing advice on scroll-bar-* commands.
13368 (follow-mwheel-scroll): New function (Bug#4112).
13369
13370 * comint.el (comint-adjust-point): New function.
13371 (comint-postoutput-scroll-to-bottom): Use it.
13372 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13373
13374 2012-05-01 Glenn Morris <rgm@gnu.org>
13375
13376 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13377 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13378 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13379 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13380 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13381 Remove no-byte-compile setting.
13382
13383 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13386 all-completions code to not return a number in the last cdr.
13387
13388 2012-04-30 Leo Liu <sdl.web@gmail.com>
13389
13390 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13391 read-only error.
13392
13393 2012-04-29 Chong Yidong <cyd@gnu.org>
13394
13395 * follow.el (follow-calc-win-end): Rewrite to handle partial
13396 screen lines correctly (Bug#8390).
13397 (follow-avoid-tail-recenter): Minor cleanup.
13398
13399 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 Avoid the obsolete `assoc' package.
13402 * speedbar.el (speedbar-refresh): Avoid adelete.
13403 (speedbar-file-lists): Simplify and avoid aput.
13404 * man.el (Man--sections, Man--refpages): New vars, replacing
13405 Man-sections-alist and Man-refpages-alist.
13406 (Man-build-section-alist, Man-build-references-alist):
13407 Use them; avoid aput.
13408 (Man--last-section, Man--last-refpage): New vars.
13409 (Man-follow-manual-reference): Use them.
13410 Use the `default' arg of completing-read.
13411 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13412
13413 2012-04-27 Chong Yidong <cyd@gnu.org>
13414
13415 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13416
13417 * startup.el (x-apply-session-resources): New function.
13418
13419 * term/ns-win.el (ns-initialize-window-system):
13420 * term/w32-win.el (w32-initialize-window-system):
13421 * term/x-win.el (x-initialize-window-system): Use it to properly
13422 set menu-bar-mode and other vars from X resources, even if the
13423 initial frame is not a window-system frame (Bug#2299).
13424
13425 * subr.el (read-key): Avoid running filter function when setting
13426 up temporary tool bar entries (Bug#9922).
13427
13428 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13429
13430 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13431 (Bug#11344)
13432
13433 2012-04-27 Chong Yidong <cyd@gnu.org>
13434
13435 * select.el (xselect--encode-string): New function, split from
13436 xselect-convert-to-string.
13437 (xselect-convert-to-string): Use it.
13438 (xselect-convert-to-filename, xselect-convert-to-os)
13439 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13440 returned strings are properly encoded (Bug#11315).
13441
13442 2012-04-27 Chong Yidong <cyd@gnu.org>
13443
13444 * simple.el (delete-active-region): Move to killing custom group.
13445
13446 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13447
13448 * progmodes/which-func.el (which-func-current): Quote %
13449 characters for mode-line processing.
13450
13451 2012-04-27 Chong Yidong <cyd@gnu.org>
13452
13453 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13454 reaching eob (Bug#11286).
13455
13456 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13457
13458 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13459 (gdb): Make it buffer-local and init to zero.
13460 (gdb-control-commands-regexp): New variable.
13461 (gdb-send): Don't wrap in "-interpreter-exec console" if
13462 gdb-control-level is positive. Increment gdb-control-level
13463 whenever the command matches gdb-control-commands-regexp, and
13464 decrement it each time the command is "end". (Bug#11279)
13465
13466 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13467
13468 * window.el (adjust-window-trailing-edge, enlarge-window)
13469 (shrink-window, window-resize):
13470 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13471 windows (Bug#11276).
13472
13473 2012-04-27 Chong Yidong <cyd@gnu.org>
13474
13475 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13476 fix "missing prefix" warning. All callers changed.
13477
13478 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * emacs-lisp/assoc.el: Move to obsolete/.
13481
13482 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13485
13486 * term/ns-win.el (ns-define-service):
13487 * progmodes/pascal.el (pascal-goto-defun):
13488 * progmodes/js.el (js--read-tab):
13489 * progmodes/etags.el (tags-lazy-completion-table):
13490 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13491 * emacs-lisp/ewoc.el (ewoc--wrap):
13492 * emacs-lisp/assoc.el (aput, adelete, amake):
13493 * doc-view.el (doc-view-convert-current-doc):
13494 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13495
13496 2012-04-26 Chong Yidong <cyd@gnu.org>
13497
13498 * image.el (image-type-from-buffer): Only return supported image
13499 type (Bug#9045).
13500
13501 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13502 value, for symmetry with diff-end-of-hunk.
13503 (diff-split-hunk, diff-find-source-location)
13504 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13505 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13506 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13507 compute the relevant hunk or file properly (Bug#6005).
13508 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13509
13510 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * vc/vc-mtn.el:
13513 * vc/vc-hg.el:
13514 * vc/vc-git.el:
13515 * vc/vc-dir.el:
13516 * vc/vc-cvs.el:
13517 * vc/vc-bzr.el:
13518 * vc/vc-arch.el:
13519 * vc/vc.el: Replace lexical-let by lexical-binding.
13520 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13521 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13522 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13523
13524 2012-04-26 Chong Yidong <cyd@gnu.org>
13525
13526 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13527 (diff-mode-shared-map): Bind it to / and [remap undo].
13528
13529 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13530 (ediff-window-setup-function): Use it as the default, to set up
13531 windows based on whether the current frame is graphical (Bug#2138).
13532 (ediff-choose-window-setup-function-automatically): Make obsolete.
13533
13534 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13535
13536 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13537
13538 * ffap.el: Remove old code for obsolete package.
13539 (ffap-complete-as-file-p): Remove.
13540
13541 Use completion-table-with-quoting for comint and pcomplete.
13542 * comint.el (comint--unquote&requote-argument)
13543 (comint--unquote-argument, comint--requote-argument): New functions.
13544 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13545 (comint-quote-filename): Use regexp-opt-charset.
13546 (comint--common-suffix, comint--common-quoted-suffix)
13547 (comint--table-subvert): Remove.
13548 (comint-unquote-function, comint-requote-function): New vars.
13549 (comint--complete-file-name-data): Use them with
13550 completion-table-with-quoting.
13551 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13552 * pcomplete.el (pcomplete-arg-quote-list)
13553 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13554 (pcomplete-unquote-argument-function): Default to non-nil.
13555 (pcomplete-unquote-argument): Simplify.
13556 (pcomplete--common-quoted-suffix): Remove.
13557 (pcomplete-requote-argument-function): New var.
13558 (pcomplete--common-suffix): New function.
13559 (pcomplete-completions-at-point): Use completion-table-with-quoting
13560 and completion-table-subvert.
13561
13562 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13563 (minibuffer--double-dollars): Preserve properties.
13564 (completion--sifn-requote): New function.
13565 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13566
13567 * minibuffer.el: Add support for completion of quoted/escaped data.
13568 (completion-table-with-quoting, completion-table-subvert): New funs.
13569 (completion--twq-try, completion--twq-all): New functions.
13570 (completion--nth-completion): New function.
13571 (completion-try-completion, completion-all-completions): Use it.
13572
13573 2012-04-25 Leo Liu <sdl.web@gmail.com>
13574
13575 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13576 Use compilation-message if available to find real filename.
13577
13578 2012-04-25 Chong Yidong <cyd@gnu.org>
13579
13580 * vc/diff-mode.el (diff-setup-whitespace): New function.
13581 (diff-mode): Use it.
13582
13583 * vc/diff.el (diff-sentinel):
13584 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13585 Whitespace mode variables based on diff style (Bug#8612).
13586
13587 2012-04-25 Leo Liu <sdl.web@gmail.com>
13588
13589 * progmodes/python.el (python-send-region): Add suffix .py to the
13590 temp file.
13591
13592 * files.el (auto-mode-alist): Use javascript-mode instead.
13593
13594 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13595
13596 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13597
13598 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13599 (soap-resolve-references-for-array-type): Hack to prevent self
13600 references, see Bug#9.
13601 (soap-parse-envelope): Report the contents of the 'detail' node
13602 when receiving a fault reply.
13603 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13604
13605 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13606 (soap-inspect-simple-type): New function.
13607
13608 * net/soap-client.el (soap-simple-type): New struct.
13609 (soap-default-xsd-types, soap-default-soapenc-types)
13610 (soap-decode-basic-type, soap-encode-basic-type):
13611 support unsignedInt and double basic types.
13612 (soap-resolve-references-for-simple-type)
13613 (soap-parse-simple-type, soap-encode-simple-type): New function.
13614 (soap-parse-schema): Parse xsd:simpleType declarations.
13615
13616 * net/soap-client.el (soap-default-xsd-types)
13617 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13618 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13619 the local name of "soapenc:Array".
13620 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13621 decoding integer, byte and anyURI xsd types.
13622
13623 2012-04-25 Chong Yidong <cyd@gnu.org>
13624
13625 * cus-edit.el (custom-buffer-create-internal): Update header text.
13626
13627 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13628
13629 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13630 settings on 'system-type', not on 'window-system'. On MS-Windows,
13631 set interactive-mode on in GDB.
13632
13633 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13634
13635 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13636 (ruby-syntax-propertize-regexp): Remove.
13637 (ruby-syntax-propertize-function): Split regexp into chunks.
13638 Match following code directly.
13639
13640 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13641
13642 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13643 (ruby-syntax-propertize-regexp): New function.
13644 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13645 by a special keyword.
13646
13647 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13648 (ruby-syntax-general-delimiters-goto-beg)
13649 (ruby-syntax-propertize-general-delimiters): New functions.
13650 (ruby-syntax-propertize-function): Use them to handle GDL.
13651 (ruby-font-lock-keywords): Move old handling of GDL...
13652 (ruby-font-lock-syntactic-keywords): .. to here.
13653 (ruby-calculate-indent): Adjust indentation for GDL.
13654
13655 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13656
13657 * notifications.el (top): Remove unneeded declarations.
13658 (notifications-specification-version): Change to "1.2".
13659 (notifications-interface, notifications-notify-method)
13660 (notifications-close-notification-method): Fix docstring.
13661 (notifications-get-capabilities-method): New defconst.
13662 (notifications-notify): Add :action-items, :resident and
13663 :transient hints. Change "image_data" to "image-data" and
13664 "image_path" to "image-path".
13665 (notifications-get-capabilities): New defun.
13666
13667 2012-04-24 Leo Liu <sdl.web@gmail.com>
13668
13669 * progmodes/python.el: Move hideshow setup to the end.
13670
13671 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13672
13673 * window.el (handle-select-window): Clear echo area since this is
13674 no more done by read_char (Bug#11304).
13675
13676 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13677
13678 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13679 and `/ M' to filter-derived-mode.
13680 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13681 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13682 (ibuffer-mark-by-mode): Use default rather than initial-input.
13683 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13684
13685 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13686
13687 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13688 (ibuffer-filter-by-derived-mode): New filter.
13689 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13690
13691 2012-04-23 Andreas Politz <politza@fh-trier.de>
13692
13693 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13694
13695 2012-04-23 Chong Yidong <cyd@gnu.org>
13696
13697 * cus-edit.el (customize-apropos, customize-apropos-options):
13698 Disable matching of non-option variables (Bug#11176).
13699 (customize-option, customize-option-other-window)
13700 (customize-changed-options): Doc fix.
13701 (customize-apropos-options, customize-apropos-faces)
13702 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13703
13704 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13705 Fix word list splitting (Bug#11132).
13706 (apropos-symbol, apropos-keybinding, apropos-label)
13707 (apropos-property, apropos-function-button)
13708 (apropos-variable-button, apropos-misc-button): New faces.
13709 (apropos-symbol-face, apropos-keybinding-face)
13710 (apropos-label-face, apropos-property-face, apropos-match-face):
13711 Variables removed (Bug#8396).
13712 (apropos-library-button, apropos-format-plist, apropos-print)
13713 (apropos-print-doc, apropos-describe-plist): Callers changed.
13714
13715 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13716
13717 * net/xesam.el (xesam-mode-map): Use let-bound map in
13718 initialization. (Bug#11292)
13719
13720 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13721
13722 Preserve ispell session localwords when switching back to
13723 original buffer.
13724
13725 * textmodes/ispell.el (ispell-buffer-session-localwords):
13726 New buffer-local variable to hold buffer session localwords.
13727 (ispell-kill-ispell): Add option 'clear to delete session
13728 localwords.
13729 (ispell-command-loop, ispell-change-dictionary)
13730 (ispell-buffer-local-words): Preserve session localwords when
13731 needed.
13732
13733 * textmodes/flyspell.el (flyspell-process-localwords)
13734 (flyspell-do-correct): Preserve session localwords when needed.
13735
13736 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13737
13738 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13739 using obsolete `translation-table-for-input'.
13740 (ispell-word, ispell-process-line, ispell-complete-word):
13741 Use plain `insert' instead of removed `ispell-insert-word'.
13742
13743 2012-04-22 Chong Yidong <cyd@gnu.org>
13744
13745 * cus-edit.el (custom-variable-menu)
13746 (custom-variable-reset-saved, custom-face-menu)
13747 (custom-face-reset-saved): If there is no saved value, make the
13748 "reset-saved" operation bring back the default (Bug#9509).
13749 (custom-face-state): Properly detect themed faces.
13750
13751 * faces.el (face-spec-set): Stop supporting deprecated form of
13752 third arg.
13753
13754 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13755
13756 Move functions from C to Lisp. Make non-blocking method calls
13757 the default. Implement further D-Bus standard interfaces.
13758
13759 * net/dbus.el (dbus-message-internal): Declare function.
13760 Remove unneeded function declarations.
13761 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13762 (dbus-message-type-method-return, dbus-message-type-error)
13763 (dbus-message-type-signal): Declare variables. Remove local
13764 definitions.
13765 (dbus-interface-dbus, dbus-interface-peer)
13766 (dbus-interface-introspectable, dbus-interface-properties)
13767 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13768 Adapt docstring.
13769 (dbus-interface-objectmanager): New defconst.
13770 (dbus-call-method, dbus-call-method-asynchronously)
13771 (dbus-send-signal, dbus-method-return-internal)
13772 (dbus-method-error-internal, dbus-register-service)
13773 (dbus-register-signal, dbus-register-method): New defuns, moved
13774 from dbusbind.c
13775 (dbus-call-method-handler, dbus-setenv)
13776 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13777 New defuns.
13778 (dbus-call-method-non-blocking): Make it an obsolete function.
13779 (dbus-unregister-object, dbus-unregister-service)
13780 (dbus-handle-event, dbus-register-property)
13781 (dbus-property-handler): Obey the new structure of
13782 `bus-registered-objects'.
13783 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13784 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13785 Use `dbus-call-method'.
13786
13787 2012-04-22 Chong Yidong <cyd@gnu.org>
13788
13789 * cus-edit.el (custom-commands, custom-reset-menu)
13790 (Custom-reset-standard): Tweak labels.
13791 (custom-reset-button-menu): Change default to t.
13792 (custom-buffer-create-internal): For the custom-reset-button-menu
13793 case, put the revert button first.
13794 (custom-group-subtitle): New face.
13795 (custom-group-value-create): Align docstring to a specific column.
13796
13797 * wid-edit.el (widget-documentation-link-add): Don't handle
13798 indentation in this function.
13799 (widget-documentation-string-indent-to): New function.
13800 (widget-documentation-string-value-create): Use it.
13801
13802 * autorevert.el (auto-revert):
13803 * epg-config.el (epg):
13804 * ibuffer.el (ibuffer):
13805 * mpc.el (mpc):
13806 * ses.el (ses):
13807 * eshell/eshell.el (eshell):
13808 * net/ange-ftp.el (ange-ftp):
13809 * progmodes/ebnf2ps.el (postscript):
13810 * progmodes/flymake.el (flymake):
13811 * progmodes/prolog.el (prolog):
13812 * progmodes/verilog-mode.el (verilog-mode):
13813 * progmodes/which-func.el (which-func):
13814 * term/xterm.el (xterm):
13815 * textmodes/picture.el (picture):
13816 * textmodes/tildify.el (tildify):
13817 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13818 customization buffers.
13819
13820 2012-04-22 Alan Mackenzie <acm@muc.de>
13821
13822 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13823 Adding a ) can hide the resulting (..) from searches. Fix it.
13824 Bound the backward search to the position of the existing (.
13825
13826 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13827
13828 * progmodes/verilog-mode.el (verilog-mode): Check whether
13829 which-func-modes is t before adding verilog-mode.
13830 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13831
13832 2012-04-21 Leo Liu <sdl.web@gmail.com>
13833
13834 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13835
13836 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13837
13838 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13839 filling of the last column of a table (Bug#5635).
13840 (woman-find-next-control-line): New arg, specifying an additional
13841 regexp component for the control line.
13842 (woman2-roff-buffer): Use it.
13843 (woman-break-table): New function.
13844 (woman2-TS): Use it.
13845
13846 2012-04-21 Chong Yidong <cyd@gnu.org>
13847
13848 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13849 (woman-horizontal-escapes, woman-negative-vertical-space)
13850 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13851 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13852
13853 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13854
13855 * minibuffer.el (completion-file-name-table): Complete user names.
13856
13857 2012-04-20 Leo Liu <sdl.web@gmail.com>
13858
13859 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13860 and pcase-let*.
13861
13862 2012-04-20 Chong Yidong <cyd@gnu.org>
13863
13864 * server.el (server-execute): Respect initial-buffer-choice if it
13865 is a string and there are no files to open (Bug#2825).
13866 (server-create-window-system-frame, server-create-tty-frame):
13867 Don't switch buffers here.
13868 (server-process-filter): Only try to open a window system frame if
13869 compiled with graphical support (Bug#8314).
13870
13871 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13872
13873 * battery.el (battery-echo-area-format): Display remaining time
13874 for sysfs backend too (Bug#11269).
13875 (battery-linux-sysfs): Fix conditional for the charge.
13876
13877 2012-04-20 Chong Yidong <cyd@gnu.org>
13878
13879 * progmodes/gdb-mi.el (gdb): Revert previous change.
13880 (gdb-inferior-io--init-proc): New function.
13881 (gdb-init-1): Use it.
13882 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13883 responsible for allocating a new pty and hooking it to gdb when
13884 the old pty gets an EIO due to process exit.
13885 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13886 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13887 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13888
13889 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13890
13891 * window.el (window-min-size, window-sizable, window-min-delta)
13892 (window-max-delta, window--resizable, window-resizable)
13893 (window-total-size, window-full-height-p, window-full-width-p)
13894 (window-in-direction, window--resize-mini-window, window-resize)
13895 (window--resize-child-windows-normal)
13896 (window--resize-child-windows, window--resize-siblings)
13897 (window--resize-this-window, adjust-window-trailing-edge)
13898 (enlarge-window, shrink-window): Doc fixes.
13899
13900 2012-04-20 Chong Yidong <cyd@gnu.org>
13901
13902 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13903 New function to call delete-process on the gdb-inferior buffer's pty.
13904 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13905 pty process (Bug#11273).
13906 (gdb-update): New arg to suppress talking to the gdb process.
13907 (gdb-done-or-error): Use it.
13908 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13909 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13910 sentinel not being called.
13911
13912 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13913
13914 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13915
13916 2012-04-20 Glenn Morris <rgm@gnu.org>
13917
13918 * net/network-stream.el (open-network-stream): Doc fix.
13919
13920 2012-04-20 Chong Yidong <cyd@gnu.org>
13921
13922 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13923
13924 2012-04-20 Alan Mackenzie <acm@muc.de>
13925
13926 Ensure searching for keywords is case sensitive.
13927
13928 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13929 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13930 (c-defun-name, c-mark-function, c-cpp-define-name)
13931 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13932 (c-context-line-break): Bind case-fold-search to nil.
13933
13934 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13935 Bind case-fold-search to nil.
13936
13937 2012-04-20 Chong Yidong <cyd@gnu.org>
13938
13939 * mail/sendmail.el (mail-bury): Call return action with the right
13940 Rmail buffer (Bug#11242).
13941
13942 * server.el (server-process-filter): Handle corner case where both
13943 tty and nowait options are present (Bug#11102).
13944
13945 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13946
13947 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13948 (top level): Put into the executable the ident-style '$Id:' tag on
13949 windows-nt as well.
13950
13951 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13952
13953 * electric.el (electric-indent-post-self-insert-function): Check that
13954 electric-indent-mode is enabled in current buffer.
13955
13956 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13957
13958 * imenu.el (imenu-progress-message): Restore; it is "used" in
13959 erc/erc-imenu.el and net/snmp-mode.el.
13960
13961 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
13962
13963 * avoid.el (mouse-avoidance-mode): Mark unused arg.
13964 (mouse-avoidance-nudge-mouse): Remove unused binding.
13965
13966 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13967
13968 * descr-text.el (describe-char):
13969 * progmodes/python.el (python-describe-symbol):
13970 Don't call `toggle-read-only', set `buffer-read-only'.
13971
13972 * imenu.el (imenu-default-goto-function): Mark unused args.
13973 (imenu-progress-message): Remove obsolete macro; all callers changed.
13974
13975 * subr.el (keymap-canonicalize): Remove unused binding.
13976 (read-passwd): Mark unused arg.
13977
13978 * tutorial.el (tutorial--display-changes): Remove unused binding.
13979 (tutorial--save-tutorial-to): Remove unused variable.
13980
13981 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13982 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13983 (package-generate-autoloads, package-menu--generate)
13984 (package-menu--find-upgrades): Remove unused bindings.
13985
13986 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13987 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
13988 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13989 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13990 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13991 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13992 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13993 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13994 (cua-delete-char-rectangle): Mark unused args.
13995 (cua-align-rectangle): Remove unused binding.
13996
13997 * mail/rmail.el (compilation--message->loc)
13998 (epa--find-coding-system-for-mime-charset): Declare.
13999
14000 * net/dbus.el (dbus-register-service): Declare.
14001 (dbus-name-owner-changed-handler): Remove unused binding.
14002
14003 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14004 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14005 (nxml-scan-backward-within): Mark unused arg.
14006 (nxml-dynamic-markup-word): Remove unused binding.
14007
14008 * mouse.el (mouse-menu-major-mode-map):
14009 * emacs-lisp/authors.el (authors-scan-change-log)
14010 (authors-add-to-author-list):
14011 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14012 * emacs-lisp/smie.el (smie-auto-fill):
14013 * mail/sendmail.el (mail-bury):
14014 * mail/unrmail.el (unrmail):
14015 * net/tls.el (open-tls-stream):
14016 * textmodes/picture.el (picture-mouse-set-point):
14017 Remove unused bindings.
14018
14019 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
14020
14021 * net/tramp.el (tramp-action-password): Let-bind
14022 `enable-recursive-minibuffers' to t.
14023
14024 2012-04-18 Sam Steingold <sds@gnu.org>
14025
14026 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14027 instead of 'string to accommodate values like [f11].
14028 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14029 * progmodes/gdb-mi.el: Likewise.
14030
14031 2012-04-18 Leo Liu <sdl.web@gmail.com>
14032
14033 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14034 current buffer.
14035 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14036 LOCAL is nil.
14037
14038 2012-04-18 Chong Yidong <cyd@gnu.org>
14039
14040 * simple.el (line-move): Use forward-line if in batch mode
14041 (Bug#11053).
14042
14043 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
14044
14045 * files.el (after-find-file): Do not try to add a final newline if
14046 the buffer is read-only (Bug#11156).
14047
14048 2012-04-17 Richard Stallman <rms@gnu.org>
14049
14050 * mail/rmail.el (rmail-start-mail):
14051 Pass (rmail-mail-return...) for the return-action.
14052 Pass (rmail-yank-current-message...) for the yank-action.
14053 (rmail-yank-current-message): New function.
14054 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14055 (rmail-reply): Likewise.
14056 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14057
14058 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14059 buffer, not the last. Reject temp buffers. Use the rmail-mode
14060 buffer, not newbuf.
14061
14062 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
14063
14064 * server.el (server-ensure-safe-dir): Simplify.
14065
14066 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14067
14068 * emacs-lisp/smie.el: Provide smarter auto-filling.
14069 (smie-auto-fill): New function.
14070 (smie-setup): Use it.
14071
14072 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14073
14074 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
14075
14076 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14077 (comment-indent): Use it.
14078
14079 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
14080
14081 * ses.el: The overall change is to add cell renaming, that is
14082 setting fancy names for cell symbols other than name matching
14083 "\\`[A-Z]+[0-9]+\\'" regexp .
14084 (ses-localvars): Add ses--renamed-cell-symb-list.
14085 (ses-create-cell-variable): New defun.
14086 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14087 (ses-relocate-formula): Relocate formulas only for cells the
14088 symbols of which are not renamed, i.e. symbols whose names do not
14089 match regexp "\\`[A-Z]+[0-9]+\\'".
14090 (ses-relocate-all): Relocate values only for cells the symbols of
14091 which are not renamed.
14092 (ses-load): Create cells variables as the (ses-cell ...) are read,
14093 in order to check row col consistency with cell symbol name only
14094 for cells that are not renamed.
14095 (ses-replace-name-in-formula): New defun.
14096 (ses-rename-cell): New defun.
14097
14098 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
14099
14100 * progmodes/perl-mode.el (perl-indent-parens-as-block):
14101 New option (bug#11118).
14102 (perl-calculate-indent): Respect it.
14103
14104 2012-04-17 Glenn Morris <rgm@gnu.org>
14105
14106 * dired-aux.el (dired-mark-read-string): Doc fix.
14107
14108 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14109
14110 * dired-aux.el (dired-mark-read-string): Offer optional completion.
14111 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
14112
14113 2012-04-17 Glenn Morris <rgm@gnu.org>
14114
14115 * mouse.el (mouse-drag-track):
14116 * speedbar.el (speedbar-frame-mode):
14117 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14118
14119 2012-04-16 Leo Liu <sdl.web@gmail.com>
14120
14121 * progmodes/python.el: Trivial cleanup.
14122
14123 2012-04-16 Glenn Morris <rgm@gnu.org>
14124
14125 * vc/vc.el (vc-string-prefix-p):
14126 * vc/pcvs-util.el (cvs-string-prefix-p):
14127 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14128 * mpc.el (mpc-string-prefix-p):
14129 Make all of these into obsolete aliases for string-prefix-p.
14130 Update callers.
14131 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14132
14133 * textmodes/two-column.el: Move custom options to the start.
14134 (frame-width): Remove compat definition.
14135 (2C-associate-buffer, 2C-dissociate):
14136 Use with-current-buffer rather than save-excursion.
14137 (2C-dissociate): Force a mode-line update.
14138 (2C-autoscroll): Use ignore-errors.
14139
14140 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14141 Autoload trivia.
14142
14143 * emacs-lisp/cl-extra.el (*random-state*):
14144 Remove unnecessary declaration.
14145
14146 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14147
14148 * play/cookie1.el (cookie-snarf):
14149 Give an explicit error if input file cannot be read.
14150
14151 * play/yow.el (yow-file): Use expand-file-name rather than concat.
14152
14153 * progmodes/perl-mode.el (c-macro-expand):
14154 Remove unnecessary autoload (it is in loaddefs.el).
14155
14156 * textmodes/picture.el (picture-desired-column)
14157 (picture-update-desired-column): Convert comments to doc-strings.
14158 (picture-substitute): Remove function.
14159 (picture-mode-map): Initialize in the defvar.
14160
14161 * woman.el: Remove eval-after-load for tar-mode.
14162 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14163 (woman-tar-extract-file): Autoload it.
14164
14165 * frame.el (automatic-hscrolling): Make this alias obsolete.
14166
14167 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14168
14169 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14170 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14171 (ispell-dictionary-base-alist): Revert to original XEmacs
14172 friendly version for default. [:alpha:] will be added in
14173 `ispell-set-spellchecker-params' if needed.
14174
14175 2012-04-16 Chong Yidong <cyd@gnu.org>
14176
14177 * image.el (imagemagick--file-regexp): New variable.
14178 (imagemagick-register-types): Use it.
14179 (imagemagick-types-inhibit): Add :set function. Allow new value
14180 of t to inhibit all types.
14181
14182 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14183 so we can preload it.
14184
14185 * loadup.el (fboundp): Preload regexp-opt, needed by
14186 imagemagick-register-types.
14187
14188 2012-04-15 Chong Yidong <cyd@gnu.org>
14189
14190 * frame.el (scrolling): Remove nearly unused customization group.
14191
14192 * scroll-all.el (scroll-all-mode): Move to windows group.
14193
14194 2012-04-15 Chong Yidong <cyd@gnu.org>
14195
14196 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14197
14198 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14199
14200 Avoid the use of ((lambda ...) ...) in lexical-binding code.
14201 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14202
14203 2012-04-15 Glenn Morris <rgm@gnu.org>
14204
14205 * simple.el (process-file-side-effects): Doc fix.
14206
14207 2012-04-15 Glenn Morris <rgm@gnu.org>
14208
14209 * international/mule-cmds.el (set-language-environment): Doc fix.
14210
14211 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14212
14213 * server.el (server-auth-key, server-generate-key): Doc fixes.
14214 (server-get-auth-key): Doc fix. Use `string-match-p'.
14215 (server-start): Reflow docstring.
14216
14217 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
14218
14219 * server.el (server-generate-key): `called-interactively-p'
14220 requires a parameter.
14221
14222 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
14223
14224 * server.el (server-auth-key): New variable.
14225 (server-generate-key, server-get-auth-key): New function.
14226 (server-start): Use the new variable and functions to allow
14227 setting a permanent server key (bug#9423).
14228
14229 2012-04-14 Leo Liu <sdl.web@gmail.com>
14230
14231 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14232
14233 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14234
14235 Spelling fixes.
14236 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14237 Emacs uses American spelling.
14238
14239 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14240
14241 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14242 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14243 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14244 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14245
14246 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * progmodes/which-func.el (which-func-modes): Change default.
14249
14250 2012-04-14 Kim F. Storm <storm@cua.dk>
14251
14252 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14253 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14254
14255 2012-04-14 Chong Yidong <cyd@gnu.org>
14256
14257 * custom.el (custom-theme-set-variables): Doc fix.
14258
14259 2012-04-14 Glenn Morris <rgm@gnu.org>
14260
14261 * international/mule.el (set-auto-coding-for-load): Doc fix.
14262
14263 2012-04-14 Alan Mackenzie <acm@muc.de>
14264
14265 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14266 imenu work again for Objective C Mode. Correct the *-index values,
14267 these having been disturbed by a previous change in 2011-08.
14268
14269 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14270 Correct two search limits.
14271
14272 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14275
14276 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
14277
14278 * international/characters.el: Fix sorting.
14279
14280 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14281
14282 * international/characters.el: Add more missing Latin case pairs.
14283
14284 2012-04-14 Glenn Morris <rgm@gnu.org>
14285
14286 * files.el (dir-locals-set-class-variables): Doc fix.
14287
14288 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14289
14290 * international/characters.el: Add set-case-syntax-pair call for
14291 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14292 counterpart. (Bug#11209)
14293
14294 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14295
14296 2012-04-14 Glenn Morris <rgm@gnu.org>
14297
14298 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14299
14300 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14301
14302 * textmodes/ispell.el (ispell-dictionary-base-alist):
14303 Add data for Hebrew.
14304
14305 2012-04-14 Chong Yidong <cyd@gnu.org>
14306
14307 * net/rcirc.el (rcirc-cmd-quit):
14308 Revert 2012-03-18 change (Bug#11192).
14309
14310 2012-04-14 Glenn Morris <rgm@gnu.org>
14311
14312 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14313
14314 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14315
14316 * minibuffer.el (completion-in-region-mode-map):
14317 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14318
14319 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14320
14321 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14322
14323 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14324
14325 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14326 to allow `C-M-f' and `C-M-b' to move to the nearest path
14327 separator (bug#9511).
14328
14329 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14330
14331 * avoid.el: Require cl when compiling. And also move the
14332 `provide' to the end.
14333
14334 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14335
14336 * avoid.el (mouse-avoidance-banish-position): New variable.
14337 (mouse-avoidance-banish-destination): Use it (bug#10165).
14338
14339 2012-04-13 Leo Liu <sdl.web@gmail.com>
14340
14341 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14342
14343 2012-04-13 Ken Brown <kbrown@cornell.edu>
14344
14345 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14346 this is no longer needed now that cygstart understands file:// URLs.
14347 (browse-url-filename-alist): For the same reason, don't modify
14348 file:// URLs on Cygwin.
14349
14350 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14351
14352 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14353 the region on shift if the binding is already shifted (bug#11221).
14354
14355 2012-04-12 Glenn Morris <rgm@gnu.org>
14356
14357 * mail/mailpost.el: Move to obsolete/.
14358
14359 2012-04-12 Drew Adams <drew.adams@oracle.com>
14360
14361 * imenu.el (imenu--generic-function): Ignore invisible definitions
14362 (bug#10123).
14363
14364 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14365
14366 * hexl.el (hexl-bits): New variable.
14367 (hexl-options): Mention the variable in the doc string.
14368 (hexl-rulerise, hexl-line-displen): New functions.
14369 (hexl-mode): Mention the new variable.
14370 (hexl-mode, hexl-current-address, hexl-current-address):
14371 Use the displen.
14372 (hexl-ascii-start-column): New function.
14373 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14374 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14375
14376 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14377
14378 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14379 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14380 the encoding, as expected by hunspell.
14381
14382 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14383
14384 * battery.el (battery--linux-sysfs-regexp): New const.
14385 (battery-status-function): Use it. Remove yeeloong special case.
14386 (battery-yeeloong-sysfs): Remove.
14387 (battery-echo-area-format): Remove yeeloong special case.
14388
14389 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14390
14391 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14392 Reported by Noah Friedman.
14393
14394 * subr.el (read-passwd): Use read-string.
14395
14396 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14397
14398 * vcursor.el (vcursor-move): Increase the priority of the overlay
14399 (bug#9663).
14400
14401 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14402
14403 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14404 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14405
14406 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14407
14408 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14409 define-minor-mode (bug#10760).
14410
14411 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14412
14413 * progmodes/grep.el (rgrep): Tweak the find command line so
14414 that directories matching `grep-find-ignored-files' won't be
14415 pruned (bug#10351).
14416
14417 2012-04-11 Chong Yidong <cyd@gnu.org>
14418
14419 * startup.el (command-line): Remove support for long-obsolete
14420 variable font-lock-face-attributes.
14421
14422 2012-04-11 Glenn Morris <rgm@gnu.org>
14423
14424 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14425
14426 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14427
14428 * window.el (window--state-get-1): Obey window-point-insertion-type.
14429
14430 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14431
14432 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14433 to previous function when point is on the first character of a
14434 function. Take care of that in `narrow-to-defun' (bug#6157).
14435
14436 2012-04-11 Glenn Morris <rgm@gnu.org>
14437
14438 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14439 not just file-errors.
14440
14441 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14442 (vc-bzr-sha1): Use internal sha1.
14443
14444 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14445
14446 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14447
14448 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
14449
14450 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14451 that start in the middle of the line (bug#10496).
14452
14453 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14454
14455 * battery.el (battery-linux-proc-acpi): Only one battery is
14456 discharged at a time, but that seems to confuse battery.el when
14457 computing `rate-type' for the battery not being discharged
14458 (bug#10332).
14459
14460 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14463
14464 * international/quail.el: Use dolist and simplify.
14465 (quail-define-package, quail-update-keyboard-layout)
14466 (quail-define-rules): Use dolist.
14467 (quail-insert-kbd-layout, quail-get-translation): CSE.
14468
14469 * tmm.el: Use dolist, remove left over hook.
14470 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14471 Use dolist.
14472 (calendar-load-hook): Don't mess with it.
14473
14474 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14475 Use derived-mode-p. Run the diff asynchronously.
14476
14477 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14478
14479 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14480
14481 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14482
14483 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14484 (list-dynamic-libraries--loaded): New function.
14485 (list-dynamic-libraries--refresh): Use it.
14486
14487 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14488
14489 * progmodes/python.el (python-fill-paragraph):
14490 Make python-fill-region in a multiline string work when font-lock is
14491 disabled (bug#7018).
14492
14493 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
14494
14495 * language/european.el (cp775): Add oem/legacy (en)coding on
14496 DOS/MS Windows for the Baltic languages. There are still plenty
14497 of texts written in this encoding/codepage (bug#6519).
14498
14499 2012-04-10 Glenn Morris <rgm@gnu.org>
14500
14501 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14502 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14503
14504 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14505
14506 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14507 next-line "n" and previous-line "p" in order to make recentf more
14508 consistent with ibuffer, dired or org-mode (bug#9387).
14509
14510 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14511
14512 * image.el (put-image): Return the overlay created instead of the
14513 optional input string (bug#7834). Note that this may break code
14514 that is (for some reason or other) depending on `put-image'
14515 returning the string.
14516
14517 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14518
14519 * simple.el (zap-to-char): Allow zapping using input methods
14520 (bug#1580).
14521
14522 * textmodes/fill.el (fill-region): Leave point and mark where they
14523 were before filling (bug#5399).
14524
14525 2012-04-09 Glenn Morris <rgm@gnu.org>
14526
14527 * version.el (emacs-bzr-get-version):
14528 Handle lightweight checkouts of local branches.
14529
14530 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14531
14532 * international/characters.el: Recover lost case pairs. (Bug#11209)
14533
14534 2012-04-09 Chong Yidong <cyd@gnu.org>
14535
14536 * custom.el (custom-variable-p): Return nil for non-symbol
14537 arguments instead of signaling an error.
14538 (user-variable-p): Obsolete alias for custom-variable-p.
14539
14540 * apropos.el (apropos-variable):
14541 * files-x.el (read-file-local-variable):
14542 * simple.el (set-variable):
14543 * woman.el (woman-mini-help):
14544 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14545
14546 2012-04-09 Glenn Morris <rgm@gnu.org>
14547
14548 * startup.el (normal-top-level): Don't look for leim-list.el
14549 in places where it will not be found. (Bug#910)
14550
14551 * international/mule-cmds.el (set-default-coding-systems):
14552 * files.el (normal-mode):
14553 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14554 This function was removed with ucs-tables.el in 2008.
14555
14556 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14557
14558 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14559 ispell-encoding8-command to "-i", without a trailing space.
14560 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14561 separate command-line arguments, to specify the encoding, since
14562 that's how hunspell expects it.
14563
14564 2012-04-08 Glenn Morris <rgm@gnu.org>
14565
14566 * loadup.el: Load bindings before cus-start.
14567 This reduces somewhat the number of "rogue" settings in emacs -Q.
14568
14569 2012-04-07 Glenn Morris <rgm@gnu.org>
14570
14571 * version.el (emacs-bzr-get-version): New function.
14572 (emacs-bzr-version): New variable.
14573 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14574 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14575
14576 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14577
14578 * international/uni-bidi.el, international/uni-category.el:
14579 * international/uni-combining.el, international/uni-decimal.el:
14580 * international/uni-decomposition.el, international/uni-digit.el:
14581 * international/uni-lowercase.el, international/uni-mirrored.el:
14582 * international/uni-name.el, international/uni-numeric.el:
14583 * international/uni-titlecase.el, international/uni-uppercase.el:
14584 Update for Unicode 6.1.
14585
14586 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14587
14588 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14589
14590 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14591
14592 * window.el (shrink-window): Mention the `window-min-height'
14593 variable in the doc string.
14594
14595 2012-04-05 Bastien Guerry <bzg@altern.org>
14596
14597 * color.el (color-lighten-name): Fix typo.
14598
14599 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * server.el (server--on-display-p): New function.
14602 (server--on-display-p): Use it.
14603
14604 2012-04-04 GĂ¡bor Vida <vidagabor@gmail.com> (tiny change)
14605
14606 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14607 (bug#11145).
14608
14609 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * comint.el (comint--common-quoted-suffix): Check string boundary
14612 before comparing (bug#11158).
14613 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14614
14615 2012-04-04 Chong Yidong <cyd@gnu.org>
14616
14617 * minibuffer.el (completion-extra-properties): Doc fix.
14618
14619 * subr.el (delayed-warnings-hook): Doc fix.
14620
14621 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14622
14623 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14624 selection (Bug#11159).
14625 (epa-insert-keys): Inform that the default public key will be
14626 exported if no key is selected.
14627
14628 2012-04-04 Richard Stallman <rms@gnu.org>
14629
14630 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14631
14632 2012-04-03 Chong Yidong <cyd@gnu.org>
14633
14634 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14635 mail-insert-file, not its obsolete alias mail-attach-file.
14636
14637 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14638
14639 * notifications.el (notifications-notify): Fix docstring.
14640
14641 2012-04-02 Glenn Morris <rgm@gnu.org>
14642
14643 * emacs-lisp/authors.el (authors-aliases): Another addition.
14644
14645 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14646
14647 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14648 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14649 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14650
14651 2012-04-01 Chong Yidong <cyd@gnu.org>
14652
14653 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14654 Handle root directory properly.
14655 (copy-directory): Caller changed.
14656
14657 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14658 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14659
14660 2012-03-31 Glenn Morris <rgm@gnu.org>
14661
14662 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14663
14664 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14665
14666 * calendar/calendar.el (calendar-window-list)
14667 (calendar-hide-window): Restore. (Bug#11140)
14668 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14669
14670 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14671
14672 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14673
14674 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14675 Check if file is a symlink (Bug#10489).
14676
14677 * files.el (copy-directory): Likewise.
14678
14679 2012-03-30 Chong Yidong <cyd@gnu.org>
14680
14681 * image.el (imagemagick-types-inhibit)
14682 (imagemagick-register-types): Doc fix.
14683
14684 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14685
14686 * textmodes/ispell.el (ispell-get-extended-character-mode):
14687 Disable extended-char-mode for hunspell. hunspell does not support it
14688 and treats ~word as ordinary words in pipe mode.
14689
14690 2012-03-30 Glenn Morris <rgm@gnu.org>
14691
14692 * tutorial.el (help-with-tutorial): Ensure local variables don't
14693 happen to make the buffer read-only. (Bug#11127)
14694
14695 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14696
14697 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14698 (perl-calculate-indent): Return `noindent' in strings.
14699
14700 2012-03-28 Sam Steingold <sds@gnu.org>
14701
14702 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14703 instead of the broken adhockery which does not prevent calendar
14704 buffers from being displayed at random after exit.
14705 (calendar-window-list, calendar-hide-window): Remove the broken
14706 adhockery.
14707
14708 2012-03-28 Glenn Morris <rgm@gnu.org>
14709
14710 * replace.el (query-replace-map): Doc fix.
14711
14712 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14713
14714 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14715 contents. (Bug#11109)
14716
14717 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14718
14719 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14720 (bug#11077).
14721 (avl-tree--check, avl-tree--check-node): New funs.
14722
14723 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14724
14725 * window.el (switch-to-visible-buffer): New option.
14726 (switch-to-prev-buffer, switch-to-next-buffer):
14727 Observe switch-to-visible-buffer. Make sure that checking for a window
14728 showing a buffer already is done on the same frame.
14729
14730 2012-03-27 Glenn Morris <rgm@gnu.org>
14731
14732 * startup.el (mail-host-address): Doc fix.
14733
14734 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14737 than 197 variables.
14738
14739 2012-03-26 Ami Fischman <ami@fischman.org>
14740
14741 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14742
14743 2012-03-26 Glenn Morris <rgm@gnu.org>
14744
14745 * files.el (save-buffers-kill-emacs): Doc fix.
14746
14747 * startup.el (normal-top-level, command-line, command-line-1):
14748 Give them doc strings.
14749
14750 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14751
14752 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14753 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14754
14755 2012-03-25 Chong Yidong <cyd@gnu.org>
14756
14757 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14758 theme if it was previously enabled before (Bug#11031).
14759
14760 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14761 spec with custom-face-get-current-spec if its :shown-value is not
14762 determined yet (Bug#9337).
14763 (customize-create-theme, custom-theme-revert): Doc fixes.
14764
14765 * button.el (button-at): Minor addition to docstring.
14766
14767 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14768
14769 * vc/vc.el (vc-merge): Fix a prompt.
14770
14771 2012-03-24 Chong Yidong <cyd@gnu.org>
14772
14773 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14774 point (Bug#9623).
14775
14776 * button.el (button-at): Minor addition to docstring.
14777
14778 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14779
14780 * newcomment.el (comment-choose-indent): No space after BOL.
14781
14782 2012-03-22 Sam Steingold <sds@gnu.org>
14783
14784 * window.el (switch-to-prev-buffer): Revert last patch because the
14785 bug turned out to be an advertised feature (Elisp manual 28.14).
14786
14787 2012-03-22 Glenn Morris <rgm@gnu.org>
14788
14789 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14790 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14791
14792 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14793
14794 * net/network-stream.el (network-stream-open-starttls): Make error
14795 message under Windows be less misleading.
14796
14797 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14798
14799 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14800 understands (bug#9942).
14801
14802 2012-03-22 Chong Yidong <cyd@gnu.org>
14803
14804 * simple.el (end-of-visible-line): Handle return value of
14805 next-single-property-change properly (Bug#9371).
14806
14807 2012-03-22 Kenichi Handa <handa@m17n.org>
14808
14809 * international/quail.el (quail-insert-kbd-layout): Fix previous
14810 change. To avoid unwanted bidi reordering, use
14811 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14812
14813 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14814
14815 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14816 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14817 (ruby-beginning-of-indent): Be more careful with the difference
14818 between word-boundary and symbol boundary.
14819 (ruby-mode-syntax-table): Make : a symbol constituent.
14820
14821 2012-03-21 Andreas Politz <politza@fh-trier.de>
14822
14823 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14824
14825 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14826
14827 * progmodes/etags.el (tags-completion-at-point-function):
14828 Improve last fix.
14829
14830 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14831
14832 2012-03-21 Sam Steingold <sds@gnu.org>
14833
14834 * progmodes/etags.el (tags-completion-at-point-function):
14835 Avoid the error when point is inside the pattern.
14836
14837 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14838
14839 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14840 line (Bug#10855).
14841
14842 2012-03-21 Drew Adams <drew.adams@oracle.com>
14843
14844 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14845
14846 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14847
14848 * ido.el (ido-set-current-directory, ido-read-internal)
14849 (ido-choose-completion-string, ido-completion-help): Handle nil
14850 value of ido-completion-buffer (Bug#11008).
14851
14852 2012-03-21 Sam Steingold <sds@gnu.org>
14853
14854 * window.el (switch-to-prev-buffer): Do not switch to a visible
14855 window previous buffer, just like with the frame previous buffers.
14856
14857 2012-03-21 Chong Yidong <cyd@gnu.org>
14858
14859 * faces.el (make-face, make-empty-face, copy-face):
14860 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14861 Doc fixes.
14862
14863 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14864
14865 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14866 (widget-complete): Remove broken use of it.
14867
14868 2012-03-20 Chong Yidong <cyd@gnu.org>
14869
14870 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14871 Use string-width and truncate-string-width to handle arbitrary
14872 characters.
14873
14874 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14875
14876 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14877 to draw rectangles, not squares. (Regression introduced by revno
14878 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14879
14880 2012-03-18 Chong Yidong <cyd@gnu.org>
14881
14882 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14883 it is not yet defined (for temacs).
14884
14885 2012-03-18 Leo Liu <sdl.web@gmail.com>
14886
14887 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14888 prefix.
14889
14890 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14891
14892 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14893 (ispell-choices-win-default-height, ispell-silently-savep)
14894 (ispell-dictionary-alist, ispell-encoding8-command)
14895 (ispell-check-version, ispell-aspell-find-dictionary)
14896 (ispell-valid-dictionary-list, ispell-words-keyword)
14897 (ispell-get-word, ispell-internal-change-dictionary)
14898 (ispell-region, ispell-skip-region-list)
14899 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14900 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14901 (ispell-message-text-end, ispell-message)
14902 (ispell-buffer-local-parsing): Doc fix.
14903
14904 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14905
14906 * htmlfontify.el: Add support for code block fontification for ODT
14907 export (Bug #9914).
14908 (hfy-optimisations): Define new option
14909 `body-text-only'
14910 (hfy-fontify-buffer): Honor above setting.
14911 (hfy-begin-span, hfy-end-span): New routines factored out form
14912 `hfy-fontify-buffer'.
14913 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14914 that permit insertion of custom tags.
14915 (hfy-fontify-buffer): Use above handlers.
14916 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14917 (hfy-face-to-css): Re-defined to be a variable.
14918 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14919 over multiple runs. This is made possible by having the caller let
14920 bind a special variable `hfy-user-sheet-assoc'.
14921 (htmlfontify-string): New defun.
14922 (hfy-compile-face-map): Make sure that the last char in the
14923 buffer is correctly fontified.
14924 (hfy-face-resolve-face): Whitespace only change.
14925
14926 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14927
14928 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14929 message more clear.
14930
14931 2012-03-16 Leo Liu <sdl.web@gmail.com>
14932
14933 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14934
14935 2012-03-16 Alan Mackenzie <acm@muc.de>
14936
14937 Further optimize the handling of large macros.
14938
14939 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14940 limit to a call of `c-literal-limits'.
14941 (c-determine-+ve-limit): New function.
14942 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14943 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14944 In CASE 5B, restrict a search limit to 500.
14945 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14946
14947 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14948 Restrict macro bounds to +-500 from after-change's BEG END.
14949
14950 2012-03-16 Leo Liu <sdl.web@gmail.com>
14951
14952 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14953
14954 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14955
14956 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14957 `special-mode' setting of `buffer-read-only'. (Bug#11010)
14958
14959 2012-03-16 Glenn Morris <rgm@gnu.org>
14960
14961 * view.el (view-buffer, view-buffer-other-window)
14962 (view-buffer-other-frame): Doc fixes re special mode-class.
14963
14964 * subr.el (eval-after-load): If named feature is provided not from
14965 a file, run after-load forms. (Bug#10946)
14966
14967 * calendar/calendar.el (calendar-insert-at-column):
14968 Handle non-unit-width characters a bit better. (Bug#10978)
14969
14970 2012-03-15 Chong Yidong <cyd@gnu.org>
14971
14972 * emacs-lisp/ring.el (ring-extend): New function.
14973 (ring-insert+extend): Extend the ring correctly (Bug#11019).
14974
14975 * comint.el (comint-read-input-ring)
14976 (comint-add-to-input-history): Grow comint-input-ring lazily.
14977
14978 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14979
14980 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14981 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14982
14983 * imenu.el: Fix multiple inheritance breakage (bug#9199).
14984 (imenu-add-to-menubar): Don't add a redundant index.
14985 (imenu-update-menubar): Handle a dynamically composed keymap.
14986
14987 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14988
14989 * mail/sendmail.el (mail-encode-header):
14990 Bind rfc2047-encode-encoded-words to nil.
14991
14992 2012-03-13 Glenn Morris <rgm@gnu.org>
14993
14994 * calendar/calendar.el (calendar-string-spread):
14995 Handle non-unit-width characters a bit better. (Bug#10978)
14996
14997 2012-03-13 Leo Liu <sdl.web@gmail.com>
14998
14999 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15000 directory and file as argument (Bug#10822).
15001
15002 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15003
15004 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15005 For dynamically generated code, follow $PC.
15006 (gdb-disassembly-handler-custom): Handle no function name case.
15007
15008 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
15009
15010 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15011 * emulation/ws-mode.el (ws-query-replace):
15012 * sort.el (sort-regexp-fields):
15013 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
15014
15015 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15016
15017 * dabbrev.el: Fix cycle completion order (bug#10963).
15018 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15019 (dabbrev-completion): Don't use an obarray; provide
15020 a cycle-sort-function.
15021
15022 2012-03-12 Leo Liu <sdl.web@gmail.com>
15023
15024 * simple.el (kill-new): Use equal-including-properties for comparison.
15025 (kill-do-not-save-duplicates): Doc fix.
15026
15027 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15028
15029 * dabbrev.el: Fix cycle completion (bug#10963).
15030 Use lexical binding and wrap to 80 columns.
15031 (dabbrev-completion): Delay computing the list of completions.
15032
15033 2012-03-12 Kenichi Handa <handa@m17n.org>
15034
15035 * international/quail.el (quail-insert-kbd-layout): Surround each
15036 row by LRO and PDF instead of inserting many LRMs. Pad the left
15037 and right of each non-spacing marks. Insert invisible space
15038 between lower and upper characters to prevent composition.
15039
15040 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15041
15042 * minibuffer.el (minibuffer-complete): Don't get confused when the
15043 function is run twice via different commands (bug#10958).
15044 (complete-with-action): Fix docstring.
15045
15046 2012-03-12 Chong Yidong <cyd@gnu.org>
15047
15048 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15049 (nxml-completion-at-point-function): New function.
15050 (nxml-mode): Use it.
15051 (nxml-bind-meta-tab-to-complete-flag): Default to t.
15052
15053 * emacs-lisp/package.el (package-unpack, package-unpack-single):
15054 Load generated autoloads file before byte compiling (Bug#10970).
15055 (package--make-autoloads-and-compile): New helper fun.
15056
15057 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
15058
15059 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15060
15061 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
15062
15063 * autorevert.el (auto-revert-handler): Ensure, that
15064 file-readable-p is applied only for local files or in
15065 auto-revert-tail-mode.
15066
15067 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
15068
15069 * server.el (server-eval-at): Handle non-tcp connections.
15070 Decode result string.
15071
15072 * server.el (server-msg-size): New constant.
15073 (server-reply-print): New function.
15074 (server-eval-and-print): Use it.
15075 (server-eval-at): Use server-quote-arg and server-unquote-arg.
15076 Handle -print-nonl.
15077
15078 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
15079
15080 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15081 (Bug#10987).
15082
15083 2012-03-11 Chong Yidong <cyd@gnu.org>
15084
15085 * simple.el (goto-line): Doc fix (Bug#9938).
15086
15087 * subr.el (save-window-excursion): Doc fix (Bug#9979).
15088
15089 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15090 when finished (Bug#10963).
15091
15092 2012-03-11 Martin Rudalics <rudalics@gmx.at>
15093
15094 * window.el (split-window-below): Fix bug in case where
15095 split-window-keep-point is nil (Bug#10971).
15096
15097 2012-03-11 Juri Linkov <juri@jurta.org>
15098
15099 * replace.el (replace-highlight): Set isearch-word to nil
15100 unconditionally. (Bug#10887)
15101
15102 2012-03-10 Eli Zaretskii <eliz@gnu.org>
15103
15104 * net/mairix.el (mairix-replace-invalid-chars): Rename from
15105 mairix-replace-illegal-chars; all callers changed. Don't remove
15106 ^, ~, and = characters: they are meaningful in mairix search specs.
15107 (mairix-widget-create-query): Add usage information about mairix
15108 search forms: negating words, searching for substrings, etc.
15109
15110 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
15111
15112 * international/fontset.el (font-encoding-alist): Add an entry for
15113 ksx1001 (Bug#5667).
15114
15115 2012-03-10 Richard Stallman <rms@gnu.org>
15116
15117 * mail/sendmail.el (mail-encode-header):
15118 Set rfc2047-encode-encoded-words.
15119
15120 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15121
15122 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15123 view buffer means not swapped.
15124 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15125 (rmail-write-region-annotate): Error if real text has disappeared.
15126
15127 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15128
15129 2012-03-10 Chong Yidong <cyd@gnu.org>
15130
15131 * emulation/cua-rect.el (cua--init-rectangles):
15132 * emulation/cua-base.el (cua--init-keymaps):
15133 Add delete-forward-char to remappings (Bug#9666).
15134
15135 2012-03-10 Martin Rudalics <rudalics@gmx.at>
15136
15137 * speedbar.el (speedbar-unhighlight-one-tag-line):
15138 Avoid unhighlighting due to frame switching (Bug#10275).
15139
15140 2012-03-10 Chong Yidong <cyd@gnu.org>
15141
15142 * minibuffer.el (completion-in-region, completion-help-at-point):
15143 Give the completion field overlay a high priority (Bug#6830).
15144
15145 * dired.el (dired-goto-file): Recognize absolute file name
15146 listings (Bug#7126).
15147 (dired-goto-file-1): New helper function.
15148 (dired-toggle-read-only): Inhibit warnings.
15149
15150 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
15151
15152 * net/dbus.el (dbus-property-handler): Return empty array if
15153 there are no properties.
15154
15155 2012-03-09 Leo Liu <sdl.web@gmail.com>
15156
15157 * savehist.el (savehist-printable): Stricter check for string
15158 value (Bug#10937).
15159
15160 2012-03-09 Eli Zaretskii <eliz@gnu.org>
15161
15162 * mail/smtpmail.el (smtpmail-send-it):
15163 Bind coding-system-for-write to *-unix, so that FCC files are kept in
15164 valid mbox format.
15165
15166 2012-03-09 Glenn Morris <rgm@gnu.org>
15167
15168 * files.el (dir-locals-find-file):
15169 Don't check result is regular, readable.
15170 (dir-locals-read-from-file): Demote errors.
15171
15172 2012-03-08 Eli Zaretskii <eliz@gnu.org>
15173
15174 * international/quail.el (quail-insert-kbd-layout):
15175 Insert invisible LRM characters before each character in a keyboard
15176 layout cell, to prevent their reordering by bidi display engine.
15177 For details, see the discussion in
15178 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15179
15180 2012-03-08 Alan Mackenzie <acm@muc.de>
15181
15182 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15183 the starting position; make it extend the marked region when
15184 invoked repeatedly - all under appropriate circumstances.
15185 Fixes bugs #5525, #10906.
15186
15187 2012-03-08 Glenn Morris <rgm@gnu.org>
15188
15189 * files.el (locate-dominating-file, dir-locals-find-file):
15190 Undo 2012-03-06 change.
15191
15192 2012-03-07 Eli Zaretskii <eliz@gnu.org>
15193
15194 * international/quail.el (quail-help):
15195 Force bidi-paragraph-direction be left-to-right. See discussion in
15196 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15197 for the reason.
15198
15199 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
15200
15201 Avoid superfluous registering of signals. (Bug#10807)
15202
15203 * notifications.el (notifications-on-action-object)
15204 (notifications-on-close-object): New defvars.
15205 (notifications-on-action-signal, notifications-on-closed-signal):
15206 Unregister the signal if not needed any longer.
15207 (notifications-notify): Register `notifications-action-signal' or
15208 `notifications-closed-signal', if :on-action or :on-close has been
15209 passed as argument.
15210
15211 2012-03-07 Chong Yidong <cyd@gnu.org>
15212
15213 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15214 non-X platforms.
15215
15216 2012-03-06 Glenn Morris <rgm@gnu.org>
15217
15218 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15219 (x-disown-selection-internal, x-get-selection-internal):
15220 Doc fix (add arglist signatures). (Bug#10783)
15221
15222 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15223
15224 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15225 Handle breakpoints with no "type".
15226
15227 2012-03-06 Glenn Morris <rgm@gnu.org>
15228
15229 * files.el (locate-dominating-file): Add optional predicate argument.
15230 (dir-locals-find-file): Make use of above change.
15231
15232 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15233
15234 * info.el (Info-insert-dir): Also try "dir.gz".
15235
15236 2012-03-06 Glenn Morris <rgm@gnu.org>
15237
15238 * files.el (dir-locals-find-file):
15239 Ignore non-readable or non-regular files. (Bug#10928)
15240
15241 * files.el (locate-dominating-file): Doc fix.
15242
15243 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15244
15245 * calendar/calendar.el (calendar-set-mode-line):
15246 `getenv' returns a string. (Bug#10951)
15247
15248 2012-03-05 Leo Liu <sdl.web@gmail.com>
15249
15250 * simple.el (backward-delete-char-untabify): Constrain point to
15251 field (Bug#10939).
15252
15253 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15254
15255 2012-03-05 Chong Yidong <cyd@gnu.org>
15256
15257 * simple.el (count-words): If called from Lisp, return the word
15258 count, for symmetry with `count-lines'. Arglist changed.
15259 (count-words--message): Args changed. Consolidate counting code
15260 from count-words and count-words-region.
15261 (count-words-region): Caller changed.
15262 (count-lines-region): Make it an obsolete alias.
15263
15264 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15265
15266 * saveplace.el (save-place-to-alist)
15267 (save-place-ignore-files-regexp): Allow value nil to disable this
15268 feature.
15269
15270 2012-03-04 Chong Yidong <cyd@gnu.org>
15271
15272 * faces.el (face-spec-reset-face): For the default face, reset the
15273 attributes to default values (Bug#10748).
15274
15275 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15276
15277 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15278 previous patch: Check `message-send-mail-function', and not the
15279 default function (bug#10897).
15280
15281 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
15282
15283 * notifications.el (notifications-on-action-signal)
15284 (notifications-on-closed-signal): Check for unique service name of
15285 incoming event. Fix error in removing entry.
15286 (top): Register for signals with wildcard service name.
15287 (notifications-notify): Use daemon unique service name for map entries.
15288
15289 2012-03-04 Chong Yidong <cyd@gnu.org>
15290
15291 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15292
15293 2012-03-04 Glenn Morris <rgm@gnu.org>
15294
15295 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15296 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15297 (expand-abbrev, define-abbrev-table): Doc fixes.
15298
15299 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15300
15301 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15302 `message-default-send-mail-function' and not `send-mail-function'
15303 when doing the prompting for `sendmail-query-once' before sending
15304 in Message buffers (bug#10897).
15305
15306 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15307 This is inconsistent with all the other stream functions, which leave
15308 the setting up to the higher levels (if so wanted) (bug#10931).
15309
15310 2012-03-02 Alan Mackenzie <acm@muc.de>
15311
15312 Depessimize the handling of very large macros.
15313
15314 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15315 (c-macro-cache-syntactic): New variables to implement a one
15316 element macro cache.
15317 (c-invalidate-macro-cache): New function.
15318 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15319 Adapt to use the new cache.
15320 (c-state-safe-place): Use better the cache of safe positions.
15321 (c-state-semi-nonlit-pos-cache)
15322 (c-state-semi-nonlit-pos-cache-limit):
15323 New variables for...
15324 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15325 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15326 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15327 Use c-state-semi-safe-place.
15328
15329 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15330 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15331
15332 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15333
15334 * jka-compr.el (jka-compr-call-process):
15335 Apply `file-accessible-directory-p' only when the default directory is
15336 not remote.
15337
15338 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15339
15340 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15341 access of FILE2, if FILE1 does not exist.
15342
15343 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15344 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15345
15346 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15347 Add "PAGER=" to `process-environment'.
15348
15349 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15350
15351 * progmodes/sql.el: Bug fix
15352 (sql-get-login-ext): Save login values in globals.
15353 (sql-get-login): Use new version of `sql-get-login-ext'.
15354 (sql-interactive-mode): Set global `sql-connection' to nil.
15355 (sql-connect): Set global values for connection.
15356 (sql-product-interactive): Save global values as buffer local.
15357
15358 2012-02-29 Leo Liu <sdl.web@gmail.com>
15359
15360 * abbrev.el (define-abbrevs): Reset sys to nil.
15361
15362 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15363
15364 * files.el (file-equal-p): Rename from `files-equal-p'.
15365 Return nil when one or both files don't exist.
15366 (file-subdir-of-p): Now only top directory must exists,
15367 return nil if it doesn't.
15368 (copy-directory): No need to test with `file-subdir-of-p' after
15369 creating dir.
15370 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15371 to `file-equal-p'.
15372
15373 2012-02-28 Glenn Morris <rgm@gnu.org>
15374
15375 * shell.el (shell-mode):
15376 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15377 * play/landmark.el (landmark-font-lock-face-O):
15378 * play/handwrite.el (handwrite):
15379 * play/gomoku.el (gomoku-O):
15380 * net/browse-url.el (browse-url-browser-display):
15381 * international/mule.el (define-charset):
15382 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15383 * filesets.el (filesets-find-file-delay):
15384 * eshell/em-xtra.el (eshell-xtra):
15385 * eshell/em-unix.el (eshell-grep):
15386 * emulation/viper.el (viper-mode):
15387 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15388 * emacs-lisp/easymenu.el (easy-menu-define):
15389 * calendar/timeclock.el (timeclock-use-display-time):
15390 * bs.el (bs-mode):
15391 * bookmark.el (bookmark-save-flag):
15392 Doc fix (standardize possessive apostrophe usage).
15393
15394 2012-02-27 Chong Yidong <cyd@gnu.org>
15395
15396 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15397 Fix key-binding lookup for ESC key (Bug#9146).
15398
15399 * font-lock.el (font-lock-specified-p): Rename from
15400 font-lock-spec-present. Callers changed.
15401
15402 2012-02-27 Daniel Hackney <dan@haxney.org>
15403
15404 * emacs-lisp/package.el (package-compute-transaction):
15405 Handle holding a package version to t in package-load-list.
15406
15407 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15408
15409 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15410 (tramp-get-inode, tramp-get-device): Use cached values.
15411
15412 2012-02-26 Alan Mackenzie <acm@muc.de>
15413
15414 Check there is a font-lock specification before doing initial
15415 fontification.
15416
15417 * font-core.el (font-lock-mode): Move the conditional from
15418 :after-hook to font-lock-initial-fontify.
15419 (font-lock-default-function): Move the check for a specification
15420 to font-lock-spec-present.
15421
15422 * font-lock.el (font-lock-initial-fontify): Call ...
15423 (font-lock-spec-present): New function.
15424
15425 2012-02-26 Jim Blandy <jimb@red-bean.com>
15426
15427 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15428 (gdb-send): Apply it to the operand of the '-interpreter-exec
15429 console' command, so that we can pass arguments with (say) quotes
15430 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15431
15432 2012-02-26 Chong Yidong <cyd@gnu.org>
15433
15434 * help-fns.el (describe-function-1): Clarify description of
15435 remapping (Bug#10844).
15436
15437 * files.el (files-equal-p): Doc fix.
15438 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15439 and quit the loop once a mismatch is found.
15440
15441 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15442
15443 * bs.el (bs--show-with-configuration): Don't throw an error
15444 if the window cannot be split; otherwise, subsequent calls to
15445 bs-show fail, restoring a stale window config. (Bug#10882)
15446
15447 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15448
15449 * term/ns-win.el (global-map): Bind ns-drag-file to
15450 ns-find-file (Bug#5855, Bug#10050).
15451
15452 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15453
15454 * calendar/parse-time.el (parse-time-string): Allow extractor to
15455 return nil.
15456
15457 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15458
15459 * net/tramp.el (tramp-file-name-for-operation):
15460 Add `files-equal-p' and `file-subdir-of-p'.
15461
15462 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15463 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15464 Add COPY-CONTENTS argument.
15465
15466 2012-02-25 Chong Yidong <cyd@gnu.org>
15467
15468 Add custom groups for VC backends, for consistency with vc-bzr.
15469
15470 * vc/vc-arch.el (vc-arch):
15471 * vc/vc-cvs.el (vc-cvs):
15472 * vc/vc-git.el (vc-git):
15473 * vc/vc-hg.el (vc-hg):
15474 * vc/vc-mtn.el (vc-mtn):
15475 * vc/vc-rcs.el (vc-rcs):
15476 * vc/vc-sccs.el (vc-sccs):
15477 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15478 All relevant defcustoms reassigned.
15479
15480 2012-02-25 Chong Yidong <cyd@gnu.org>
15481
15482 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15483
15484 * term/x-win.el (x-initialize-window-system): Reduce default for
15485 x-selection-timeout to 5 seconds (Bug#8869).
15486
15487 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15488
15489 * files.el (files-equal-p, file-subdir-of-p): New functions.
15490 (copy-directory): Error when trying to copy a directory on itself.
15491 Add missing copy-contents arg to tramp handler.
15492 * dired-aux.el (dired-copy-file-recursive): Same.
15493 (dired-create-files): Modify destination when source is equal to
15494 dest when copying files.
15495 Return also when dest is a subdir of source. (Bug#10489)
15496
15497 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15498
15499 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15500 (Bug#10874)
15501
15502 2012-02-23 Alan Mackenzie <acm@muc.de>
15503
15504 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15505 parameter "after-hook:" to allow the expansion to run code after
15506 the execution of the mode hooks.
15507
15508 * font-lock.el (font-lock-initial-fontify): New function extracted
15509 from font-lock-mode-internal.
15510
15511 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15512 :after-hook.
15513
15514 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15515
15516 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15517 (completion--cache-all-sorted-completions): New function.
15518 (completion-all-sorted-completions): Use it.
15519 (completion--do-completion, minibuffer-force-complete):
15520 Use it to re-instate the flush hook.
15521
15522 * icomplete.el (icomplete-completions): Replace last fix with a better
15523 one (bug#10850).
15524
15525 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15526
15527 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15528 when it might call us back infinitely (bug#10797).
15529
15530 2012-02-23 Glenn Morris <rgm@gnu.org>
15531
15532 * minibuffer.el (completion-category-overrides): Doc fix.
15533
15534 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15535
15536 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15537 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15538
15539 2012-02-23 Glenn Morris <rgm@gnu.org>
15540
15541 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15542 (authors-obsolete-files-regexps, authors-ignored-files)
15543 (authors-ambiguous-files, authors-renamed-files-alist):
15544 Add more entries.
15545
15546 2012-02-23 Juri Linkov <juri@jurta.org>
15547
15548 * isearch.el (isearch-occur): Sync interactive spec with occur's
15549 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15550
15551 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15552
15553 2012-02-22 Juri Linkov <juri@jurta.org>
15554
15555 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15556 (ucs-insert): Doc fix. Check for hex digits in the string.
15557 Don't display `nil' in the error message. (Bug#10857)
15558
15559 2012-02-22 Alan Mackenzie <acm@muc.de>
15560
15561 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15562
15563 2012-02-22 Glenn Morris <rgm@gnu.org>
15564
15565 * ffap.el (ffap-c-path):
15566 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15567
15568 2012-02-22 Chong Yidong <cyd@gnu.org>
15569
15570 * custom.el (load-theme): Doc fix.
15571
15572 2012-02-22 Glenn Morris <rgm@gnu.org>
15573
15574 * dired-x.el (dired-guess-shell-alist-default):
15575 Remove escape sequences from nroff output. (Bug#172)
15576
15577 2012-02-21 Glenn Morris <rgm@gnu.org>
15578
15579 * vc/emerge.el (emerge-defvar-local):
15580 Set `permanent-local' property rather than unused `preserved'.
15581
15582 * textmodes/picture.el (picture-delete-char): New alias.
15583 (picture-mode-map): Use it. (Bug#10860)
15584 (picture-mode): Doc fix.
15585
15586 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15587
15588 * newcomment.el (uncomment-region-default): Remove unused binding.
15589
15590 2012-02-21 Glenn Morris <rgm@gnu.org>
15591
15592 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15593 (picture-self-insert, picture-tab-chars): Doc fix.
15594 (picture-mode-map): Fix C-a, C-e.
15595
15596 2012-02-20 Glenn Morris <rgm@gnu.org>
15597
15598 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15599
15600 2012-02-20 Leo Liu <sdl.web@gmail.com>
15601
15602 * icomplete.el (icomplete-completions): Check FROM arg before
15603 passing to substring (Bug#10850).
15604
15605 2012-02-19 Chong Yidong <cyd@gnu.org>
15606
15607 * comint.el: Require ansi-color.
15608 (comint-output-filter-functions): Add ansi-color-process-output.
15609
15610 * ansi-color.el: Don't set comint-output-filter-functions; it is
15611 now in the initial value defined in comint.el.
15612 (ansi-color-apply-face-function): New variable.
15613 (ansi-color-apply-on-region): Use it.
15614 (ansi-color-apply-overlay-face): New function.
15615
15616 * shell.el (shell): No need to require ansi-color.
15617 (shell-mode): Use ansi-color-apply-face-function to highlight
15618 color escapes using font-lock-face property (Bug#10835).
15619
15620 2012-02-19 Chong Yidong <cyd@gnu.org>
15621
15622 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15623 mode-line formats (Bug#10839).
15624
15625 2012-02-18 Glenn Morris <rgm@gnu.org>
15626
15627 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15628
15629 * mail/undigest.el (unforward-rmail-message): Doc fix.
15630
15631 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15632
15633 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15634
15635 * international/characters.el (script-list): Sync with the latest
15636 Unicode Character Database.
15637
15638 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15639
15640 * international/titdic-cnv.el: Remove duplicate coding tag.
15641 * language/cham.el: Likewise.
15642 * language/tai-viet.el: Likewise.
15643
15644 2012-02-18 Glenn Morris <rgm@gnu.org>
15645
15646 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15647 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15648 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15649 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15650 * calendar/holidays.el (holiday-bahai-holidays)
15651 (calendar-holidays, list-holidays):
15652 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15653
15654 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15655
15656 * saveplace.el (save-place-ignore-files-regexp): New variable
15657 allowing for excluding files from saving their location of point.
15658 The default value matches the temporary commit message editing
15659 files from Git, SVN, Bazaar, and Mercurial.
15660 (save-place-to-alist): Use it.
15661
15662 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15663 Stefan Monnier <monnier@iro.umontreal.ca>
15664
15665 * newcomment.el (uncomment-region-default): Don't leave extra space
15666 when an arg is provided (bug#8150).
15667
15668 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15669
15670 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15671
15672 2012-02-17 Glenn Morris <rgm@gnu.org>
15673
15674 * net/socks.el: Require network-stream. (Bug#10599)
15675
15676 2012-02-17 Kenichi Handa <handa@m17n.org>
15677
15678 * international/charprop.el:
15679 * international/uni-name.el:
15680 * international/uni-old-name.el:
15681 * international/uni-comment.el: Regenerate.
15682
15683 2012-02-16 Glenn Morris <rgm@gnu.org>
15684
15685 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15686 Interactively in calendar buffer, give an error if not on a date.
15687
15688 2012-02-15 Glenn Morris <rgm@gnu.org>
15689
15690 * shell.el (shell-delimiter-argument-list):
15691 Revert 2011-02-17 change. (Bug#8027)
15692
15693 2012-02-15 Chong Yidong <cyd@gnu.org>
15694
15695 * minibuffer.el (completion-at-point-functions): Doc fix.
15696
15697 * custom.el (defcustom): Doc fix; note use of defvar.
15698
15699 2012-02-15 Glenn Morris <rgm@gnu.org>
15700
15701 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15702 Doc fixes.
15703
15704 2012-02-14 Glenn Morris <rgm@gnu.org>
15705
15706 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15707
15708 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15709
15710 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15711 way the ports list is computed.
15712 (smtpmail-query-smtp-server): Prompt the user for a port number if
15713 we can't connect to any of the standard ports (bug#10810).
15714
15715 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15716
15717 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15718
15719 2012-02-13 Glenn Morris <rgm@gnu.org>
15720
15721 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15722
15723 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15724
15725 * net/gnutls.el (gnutls-trustfiles): New variable.
15726 (gnutls-negotiate): Use it.
15727
15728 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15729
15730 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15731 does its stuff if Gnus is running.
15732
15733 2012-02-13 Alan Mackenzie <acm@muc.de>
15734
15735 Fix a loop in c-set-fl-decl-start.
15736
15737 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15738 c-backward-syntactic-ws actually moves backwards.
15739
15740 2012-02-13 Leo Liu <sdl.web@gmail.com>
15741
15742 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15743 beginning so that all \C-o chars are removed.
15744
15745 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15746
15747 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15748
15749 2012-02-12 Alan Mackenzie <acm@muc.de>
15750
15751 Fix infinite loop with long macros.
15752 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15753
15754 2012-02-12 Chong Yidong <cyd@gnu.org>
15755
15756 * window.el (display-buffer): Doc fix (Bug#10785).
15757
15758 2012-02-12 Glenn Morris <rgm@gnu.org>
15759
15760 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15761 (x-disown-selection-internal, x-get-selection-internal):
15762 Sync docs with the xselect.c versions.
15763
15764 * allout-widgets.el: Add missing license notice.
15765
15766 2012-02-11 Glenn Morris <rgm@gnu.org>
15767
15768 * select.el (x-get-selection-internal, x-own-selection-internal)
15769 (x-disown-selection-internal):
15770 * x-dnd.el (x-get-selection-internal): Update declarations.
15771
15772 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15773
15774 * window.el (window-sides-slots):
15775 * tool-bar.el (tool-bar-position):
15776 * term/xterm.el (xterm-extra-capabilities):
15777 * ses.el (ses-self-reference-early-detection):
15778 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15779 (verilog-auto-wire-type)
15780 (verilog-auto-delete-trailing-whitespace)
15781 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15782 (verilog-auto-tieoff-declaration):
15783 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15784 (sql-oracle-statement-starters, sql-oracle-scan-on):
15785 * progmodes/prolog.el (prolog-align-comments-flag)
15786 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15787 (prolog-left-indent-regexp, prolog-paren-indent-p)
15788 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15789 (prolog-types, prolog-mode-specificators)
15790 (prolog-determinism-specificators, prolog-directives)
15791 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15792 (prolog-electric-dot-flag)
15793 (prolog-electric-dot-full-predicate-template)
15794 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15795 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15796 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15797 (prolog-program-switches, prolog-prompt-regexp)
15798 (prolog-debug-on-string, prolog-debug-off-string)
15799 (prolog-trace-on-string, prolog-trace-off-string)
15800 (prolog-zip-on-string, prolog-zip-off-string)
15801 (prolog-use-standard-consult-compile-method-flag)
15802 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15803 (prolog-imenu-max-lines, prolog-info-predicate-index)
15804 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15805 (prolog-char-quote-workaround):
15806 * progmodes/cc-vars.el (c-defun-tactic):
15807 * net/tramp.el (tramp-encoding-command-interactive)
15808 (tramp-local-end-of-line):
15809 * net/soap-client.el (soap-client):
15810 * net/netrc.el (netrc-file):
15811 * net/gnutls.el (gnutls):
15812 * minibuffer.el (completion-category-overrides)
15813 (completion-cycle-threshold)
15814 (completion-pcm-complete-word-inserts-delimiters):
15815 * man.el (Man-name-local-regexp):
15816 * mail/feedmail.el (feedmail-display-full-frame):
15817 * international/characters.el (glyphless-char-display-control):
15818 * eshell/em-ls.el (eshell-ls-date-format):
15819 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15820 (lisp-lambda-list-keyword-parameter-indentation)
15821 (lisp-lambda-list-keyword-parameter-alignment):
15822 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15823 * dired-x.el (dired-omit-verbose):
15824 * cus-theme.el (custom-theme-allow-multiple-selections):
15825 * calc/calc.el (calc-highlight-selections-with-faces)
15826 (calc-lu-field-reference, calc-lu-power-reference)
15827 (calc-note-threshold):
15828 * battery.el (battery-mode-line-limit):
15829 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15830 (archive-7z-update):
15831 * allout.el (allout-prefixed-keybindings)
15832 (allout-unprefixed-keybindings)
15833 (allout-inhibit-auto-fill-on-headline)
15834 (allout-flattened-numbering-abbreviation):
15835 * allout-widgets.el (allout-widgets-auto-activation)
15836 (allout-widgets-icons-dark-subdir)
15837 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15838 (allout-widgets-theme-dark-background)
15839 (allout-widgets-theme-light-background)
15840 (allout-widgets-item-image-properties-emacs)
15841 (allout-widgets-item-image-properties-xemacs)
15842 (allout-widgets-run-unit-tests-on-load)
15843 (allout-widgets-time-decoration-activity)
15844 (allout-widgets-hook-error-post-time)
15845 (allout-widgets-track-decoration):
15846 Add missing :version tags to new defcustoms and defgroups.
15847
15848 * progmodes/sql.el (sql-ansi-statement-starters)
15849 (sql-oracle-statement-starters): Add custom type.
15850
15851 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15852 (prolog-system-version): Give it a type.
15853
15854 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15855
15856 * term/pc-win.el (x-select-text, x-selection-owner-p)
15857 (x-own-selection-internal, x-disown-selection-internal)
15858 (x-get-selection-internal): Sync doc strings and argument lists
15859 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15860
15861 2012-02-11 Leo Liu <sdl.web@gmail.com>
15862
15863 * progmodes/python.el (python-end-of-statement): Fix infinite
15864 loop. (Bug#10788)
15865
15866 2012-02-10 Glenn Morris <rgm@gnu.org>
15867
15868 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15869 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15870
15871 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15872
15873 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15874 about SMTP before checking the From header.
15875
15876 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15877 into own function for reuse by emacsbug.el.
15878
15879 2012-02-10 Leo Liu <sdl.web@gmail.com>
15880
15881 * subr.el (condition-case-unless-debug): Rename from
15882 condition-case-no-debug. All callers changed.
15883 (with-demoted-errors): Fix caller.
15884
15885 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15886 * nxml/rng-valid.el (rng-do-some-validation):
15887 * emacs-lisp/package.el (package-refresh-contents)
15888 (package-menu-execute):
15889 * desktop.el (desktop-create-buffer):
15890 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15891
15892 2012-02-10 Glenn Morris <rgm@gnu.org>
15893
15894 * textmodes/bibtex.el:
15895 Add missing :version tags for new/changed defcustoms.
15896
15897 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15898
15899 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15900
15901 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15902 (smtpmail-via-smtp): Use it, or fall back on the From address.
15903 (smtpmail-send-it): Ditto.
15904
15905 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15906
15907 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15908 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15909 (byte-compile-tmp-var): New const.
15910 (byte-compile-defvar): Use it to minimize .elc size.
15911 Just use `defvar' rather than simulate it (bug#10761).
15912
15913 2012-02-09 Glenn Morris <rgm@gnu.org>
15914
15915 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15916
15917 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15918 Add :version tags.
15919
15920 * progmodes/compile.el (compilation-error-screen-columns)
15921 (compilation-first-column, compilation-filter-start): Doc fixes.
15922
15923 * vc/log-view.el (log-view-toggle-entry-display):
15924 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15925
15926 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15927 (report-emacs-bug-can-use-xdg-email):
15928 (report-emacs-bug-insert-to-mailer): Doc fixes.
15929 (report-emacs-bug): Message fix.
15930
15931 * net/browse-url.el (browse-url-can-use-xdg-open)
15932 (browse-url-xdg-open): Doc fixes.
15933
15934 * electric.el (electric-indent-mode, electric-pair-mode)
15935 (electric-layout-rules, electric-layout-mode): Doc fixes.
15936 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15937
15938 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15939
15940 * server.el (server-unselect-display): Don't inadvertently kill
15941 the current buffer. (Bug#10729)
15942
15943 2012-02-08 Glenn Morris <rgm@gnu.org>
15944
15945 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15946 (sql-list-table): Doc fixes.
15947
15948 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15949 Comment out (does nothing).
15950
15951 * completion.el (dynamic-completion-mode):
15952 * dirtrack.el (dirtrack-debug-mode):
15953 * electric.el (electric-layout-mode):
15954 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15955 * face-remap.el (text-scale-mode, buffer-face-mode):
15956 * iimage.el (iimage-mode):
15957 * image-mode.el (image-transform-mode):
15958 * minibuffer.el (completion-in-region-mode):
15959 * scroll-lock.el (scroll-lock-mode):
15960 * simple.el (next-error-follow-minor-mode):
15961 * tar-mode.el (tar-subfile-mode):
15962 * tooltip.el (tooltip-mode):
15963 * vcursor.el (vcursor-use-vcursor-map):
15964 * wid-browse.el (widget-minor-mode):
15965 * emulation/tpu-edt.el (tpu-edt-mode):
15966 * emulation/tpu-extras.el (tpu-cursor-free-mode):
15967 * international/iso-ascii.el (iso-ascii-mode):
15968 * language/thai-util.el (thai-word-mode):
15969 * mail/supercite.el (sc-minor-mode):
15970 * net/goto-addr.el (goto-address-mode):
15971 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15972 * progmodes/cwarn.el (cwarn-mode):
15973 * progmodes/flymake.el (flymake-mode):
15974 * progmodes/glasses.el (glasses-mode):
15975 * progmodes/hideshow.el (hs-minor-mode):
15976 * progmodes/pascal.el (pascal-outline-mode):
15977 * textmodes/enriched.el (enriched-mode):
15978 * vc/smerge-mode.el (smerge-mode):
15979 Doc fixes (minor mode argument).
15980
15981 2012-02-07 Eli Zaretskii <eliz@gnu.org>
15982
15983 * ls-lisp.el (ls-lisp-sanitize): New function.
15984 (ls-lisp-insert-directory): Use it to fix or remove any elements
15985 in file-alist with missing attributes. (Bug#4673)
15986
15987 2012-02-07 Alan Mackenzie <acm@muc.de>
15988
15989 Fix spurious recognition of c-in-knr-argdecl.
15990
15991 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15992 putative K&R region.
15993
15994 2012-02-07 Alan Mackenzie <acm@muc.de>
15995
15996 * progmodes/cc-engine.el (c-forward-objc-directive):
15997 Prevent looping in "#pragma mark @implementation".
15998
15999 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
16000
16001 * notifications.el (notifications-on-closed-signal): Make `reason'
16002 optional. (Bug#10744)
16003
16004 2012-02-07 Glenn Morris <rgm@gnu.org>
16005
16006 * emacs-lisp/easy-mmode.el (define-minor-mode):
16007 Doc fixes for the macro and the mode it defines.
16008
16009 * image.el (imagemagick-types-inhibit): Doc fix.
16010
16011 * cus-start.el (imagemagick-render-type): Add it.
16012
16013 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16014
16015 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16016 Set the default at load time, too, so that `font-lock-fontify-buffer'
16017 can be called without setting up the entire mode first. This fixes
16018 a bug in `mm-inline-text' with C MIME parts.
16019
16020 2012-02-06 Chong Yidong <cyd@gnu.org>
16021
16022 * simple.el (list-processes--refresh): Delete exited processes
16023 (Bug#8094).
16024
16025 * comint.el (comint-next-prompt): next-single-char-property-change
16026 and prev-single-char-property-change never return nil (Bug#8657).
16027
16028 * custom.el (defcustom): Doc fix (Bug#9711).
16029
16030 2012-02-05 Chong Yidong <cyd@gnu.org>
16031
16032 * cus-edit.el (custom-variable-reset-backup): Quote the value
16033 before storing it in the customized-value property (Bug#6712).
16034 (custom-display): Add a customization type tag.
16035 (custom-buffer-create-internal): Improve tooltip message.
16036
16037 * wid-edit.el (widget-field-value-get): New optional arg to
16038 suppress trailing whitespace truncation.
16039 (character): Use it (Bug#2689).
16040
16041 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
16042
16043 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16044 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16045
16046 2012-02-05 Chong Yidong <cyd@gnu.org>
16047
16048 * cus-edit.el (custom-variable-value-create): For mismatched
16049 types, show the current value (Bug#7600).
16050
16051 * custom.el (defcustom): Doc fix.
16052
16053 2012-02-05 Glenn Morris <rgm@gnu.org>
16054
16055 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16056
16057 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
16058
16059 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16060 (pp-buffer): Use `ignore-errors', `looking-at-p'.
16061 (pp-last-sexp): Use `looking-at-p'.
16062
16063 2012-02-04 Glenn Morris <rgm@gnu.org>
16064
16065 * files.el (revert-buffer):
16066 Doc fix (mention revert-buffer-in-progress-p).
16067
16068 * emacs-lisp/ert-x.el (ert-simulate-command):
16069 Check deferred-action-list (which is obsolete) is bound.
16070
16071 * subr.el (with-wrapper-hook): Doc fixes.
16072
16073 * simple.el (filter-buffer-substring-functions)
16074 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16075
16076 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
16077
16078 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16079 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
16080
16081 2012-02-04 Leo Liu <sdl.web@gmail.com>
16082
16083 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16084
16085 2012-02-04 Glenn Morris <rgm@gnu.org>
16086
16087 * image.el (image-extension-data): Add obsolete alias.
16088
16089 * isearch.el (isearch-update): Doc fix.
16090
16091 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16092
16093 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16094
16095 2012-02-03 Glenn Morris <rgm@gnu.org>
16096
16097 * image.el (image-animated-p): Doc fix. Use image-animated-types.
16098 (image-animate-timeout): Doc fix.
16099
16100 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16101
16102 2012-02-02 Glenn Morris <rgm@gnu.org>
16103
16104 * server.el (server-auth-dir): Doc fix.
16105 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
16106
16107 * subr.el (run-mode-hooks): Doc fix.
16108
16109 2012-02-02 Juri Linkov <juri@jurta.org>
16110
16111 * image-mode.el (image-toggle-display-image): Remove tautological
16112 `major-mode' from the `derived-mode-p' test.
16113
16114 2012-02-02 Kenichi Handa <handa@m17n.org>
16115
16116 * composite.el (compose-region): Cancel previous change.
16117
16118 2012-02-02 Kenichi Handa <handa@m17n.org>
16119
16120 * composite.el (compose-region, compose-string): Signal error for
16121 a null string component (Bug#6988).
16122
16123 2012-02-01 Chong Yidong <cyd@gnu.org>
16124
16125 * view.el (view-buffer-other-window, view-buffer-other-frame):
16126 Handle special modes like view-buffer (Bug#10650).
16127 (view-buffer): Simplify.
16128
16129 * frame.el (set-frame-font): Tweak meaning of third argument.
16130
16131 * dynamic-setting.el (font-setting-change-default-font):
16132 Use set-frame-font (Bug#9982).
16133
16134 2012-02-01 Glenn Morris <rgm@gnu.org>
16135
16136 * progmodes/compile.el (compilation-internal-error-properties):
16137 Respect compilation-first-column in the "*compilation*" buffer.
16138
16139 * emacs-lisp/easy-mmode.el (define-minor-mode):
16140 Relax :variable's test for a named function.
16141
16142 2012-01-31 Alan Mackenzie <acm@muc.de>
16143
16144 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16145 off by one error.
16146
16147 2012-01-31 Chong Yidong <cyd@gnu.org>
16148
16149 * frame.el (set-frame-font): New arg ALL-FRAMES.
16150
16151 * menu-bar.el (menu-set-font): Use set-frame-font.
16152
16153 * faces.el (face-spec-reset-face): Don't apply unspecified
16154 attribute values to the default face.
16155
16156 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
16157
16158 * progmodes/cwarn.el (cwarn): Remove dead link.
16159 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16160 Remove * from defcustom docstrings.
16161 (turn-on-cwarn-mode): Make obsolete.
16162 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16163 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16164
16165 2012-01-31 Glenn Morris <rgm@gnu.org>
16166
16167 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16168 Fix :variable handling of mode a symbol not equal to modefun.
16169 Allow named functions to be used as the cdr of :variable.
16170
16171 2012-01-30 Glenn Morris <rgm@gnu.org>
16172
16173 * emacs-lisp/authors.el (authors-fixed-entries):
16174 Remove reference to deleted file rnewspost.el.
16175
16176 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
16177
16178 * window.el (window-with-parameter): Remove unused variable `windows'.
16179 (window--side-check): Remove unused variable `code'.
16180 (window--resize-siblings): Remove unused variable `first'.
16181 (adjust-window-trailing-edge): Remove unused variable `failed'.
16182 (window-deletable-p, window--delete): Remove unused variable `buffer'.
16183 Use `let', not `let*'.
16184 (balance-windows-2): Remove unused variable `found'.
16185 (window--state-put-2): Remove unused variable `splits'.
16186 (window-state-put): Remove unused variable `selected'.
16187 (same-window-p): Use `string-match-p'.
16188 (display-buffer-assq-regexp): Remove unused variable `value'.
16189 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16190 Mark argument ALIST as ignored.
16191 (pop-to-buffer): Remove unused variable `old-window'.
16192
16193 2012-01-29 Eli Zaretskii <eliz@gnu.org>
16194
16195 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16196 and .lzma compressed files.
16197
16198 2012-01-29 Chong Yidong <cyd@gnu.org>
16199
16200 * frame.el (window-system-default-frame-alist): Doc fix.
16201
16202 * dynamic-setting.el (font-setting-change-default-font): Don't
16203 change the default face if SET-FONT argument is non-nil (Bug#9982).
16204
16205 2012-01-29 Samuel Bronson <naesten@gmail.com>
16206
16207 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16208
16209 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
16210
16211 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16212 breakpoints in files outside current directory (Bug#6098).
16213
16214 2012-01-29 Chong Yidong <cyd@gnu.org>
16215
16216 * progmodes/python.el: Require ansi-color at top-level.
16217
16218 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16219 Define and use in Emacs Lisp mode (Bug#9360).
16220 (lisp-mode-abbrev-table): Add doc.
16221 (lisp-mode-variables): Don't set local-abbrev-table.
16222 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16223
16224 2012-01-28 Roland Winkler <winkler@gnu.org>
16225
16226 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16227
16228 2012-01-28 Roland Winkler <winkler@gnu.org>
16229
16230 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16231 (bibtex-set-dialect): Use it. Either set global values of
16232 dialect-dependent variables or bind these variables buffer-locally
16233 (Bug#10254).
16234 (bibtex-mode): Call bibtex-set-dialect via
16235 hack-local-variables-hook.
16236 (bibtex-dialect): Update docstring.
16237 Add safe-local-variable predicate.
16238 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16239 bibtex-set-dialect.
16240 (bibtex-mode-map): Define menu for each dialect.
16241 (bibtex-entry): Fix docstring.
16242
16243 2012-01-28 Chong Yidong <cyd@gnu.org>
16244
16245 * eshell/esh-arg.el (eshell-quote-argument): New function.
16246
16247 * eshell/esh-ext.el (eshell-invoke-batch-file):
16248 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16249 first arg to eshell-parse-command (Bug#10523).
16250
16251 2012-01-28 Drew Adams <drew.adams@oracle.com>
16252
16253 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16254 `default-directory' is non-nil.
16255
16256 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16257
16258 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16259 line that displays system-configuration-options. (Bug#9924)
16260
16261 2012-01-28 Drew Adams <drew.adams@oracle.com>
16262
16263 * descr-text.el (describe-char): Show information about POS, in
16264 addition to information about the character at POS. Improve and
16265 update the doc string. Change "code point" to "code point in
16266 charset", to avoid confusion with the character's Unicode code
16267 point shown above that. (Bug#10129)
16268
16269 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16270
16271 * descr-text.el (describe-char): Show the raw character, not only
16272 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16273 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16274 for the reasons.
16275
16276 2012-01-28 Phil Hagelberg <phil@hagelb.org>
16277
16278 * emacs-lisp/package.el (package-install):
16279 Run package-refresh-contents if there is no archive yet (Bug#9798).
16280
16281 2012-01-28 Chong Yidong <cyd@gnu.org>
16282
16283 * emacs-lisp/package.el (package-maybe-load-descriptor):
16284 New function, split from package-maybe-load-descriptor.
16285 (package-maybe-load-descriptor): Use it.
16286 (package-download-transaction): Fully load required packages
16287 inside the loop, so that `require' calls work (Bug#10593).
16288 (package-install): No need to call package-initialize now.
16289
16290 2012-01-28 Chong Yidong <cyd@gnu.org>
16291
16292 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16293
16294 * tooltip.el (tooltip-mode): Doc fix.
16295 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16296
16297 * frame.el (set-cursor-color): Doc fix (Bug#352).
16298
16299 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16300 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16301
16302 * cus-edit.el (custom-buffer-create-internal): Fix search button
16303 action (Bug#10542).
16304 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16305
16306 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16307
16308 * dired.el (dired-mark-files-regexp):
16309 Include any subdirectory components. (Bug#10445)
16310
16311 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16312
16313 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16314 Handle [host]:port syntax. (Bug#10533)
16315
16316 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16317
16318 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16319
16320 2012-01-26 Glenn Morris <rgm@gnu.org>
16321
16322 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16323 * term.el (term-raw-escape-map): Use Control-X-prefix.
16324 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16325
16326 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16327
16328 * window.el (window-state-get, window--state-get-1): Don't deal
16329 with fixed-sizeness of windows. Simplify code.
16330
16331 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16332
16333 * window.el (window--state-get-1, window--state-put-2):
16334 Don't save and restore the mark.
16335
16336 2012-01-25 Chong Yidong <cyd@gnu.org>
16337
16338 * custom.el (custom-variable-p): Doc fix.
16339
16340 2012-01-25 Glenn Morris <rgm@gnu.org>
16341
16342 * dired.el (dired-goto-file): Handle some of the more common
16343 characters that `ls -b' escapes. (Bug#10596)
16344
16345 * progmodes/compile.el (compilation-next-error-function):
16346 Respect compilation-first-column in the "*compilation*" buffer.
16347 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16348
16349 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16350
16351 2012-01-24 Glenn Morris <rgm@gnu.org>
16352
16353 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16354
16355 2012-01-24 Julien Danjou <julien@danjou.info>
16356
16357 * color.el (color-rgb-to-hsl): Fix value computing.
16358 (color-hue-to-rgb): New function.
16359 (color-hsl-to-rgb): New function.
16360 (color-clamp, color-saturate-hsl, color-saturate-name)
16361 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16362 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16363
16364 2012-01-24 Glenn Morris <rgm@gnu.org>
16365
16366 * vc/vc-rcs.el (vc-rcs-create-tag):
16367 * vc/vc-sccs.el (vc-sccs-create-tag):
16368 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16369
16370 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16371
16372 * eshell/esh-util.el (eshell-read-hosts-file):
16373 Skip comment lines. (Bug#10549)
16374
16375 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16376
16377 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16378
16379 * subr.el (display-delayed-warnings): Doc fix.
16380 (collapse-delayed-warnings): New function to collapse identical
16381 adjacent warnings.
16382 (delayed-warnings-hook): Add it.
16383
16384 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16385
16386 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16387
16388 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16389 (tramp-default-user-alist): Don't add "pscp".
16390 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16391 property "login-as", if set. (Bug#10530)
16392
16393 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16394
16395 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16396 "plink1" and "psftp". (Bug#10530)
16397
16398 2012-01-21 Kenichi Handa <handa@m17n.org>
16399
16400 * international/mule-cmds.el (prefer-coding-system): Show a
16401 warning message if the default value of file-name-coding-system
16402 was not changed.
16403
16404 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16405
16406 * windmove.el (windmove-reference-loc):
16407 Fix windmove-reference-loc miscalculation.
16408
16409 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16410
16411 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16412 default unit.
16413
16414 2012-01-21 Glenn Morris <rgm@gnu.org>
16415
16416 * international/mule.el (auto-coding-alist): Add .tbz.
16417
16418 * files.el (local-enable-local-variables): Doc fix.
16419 (inhibit-local-variables-regexps): Rename from
16420 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16421 Doc fix. Add some extensions from auto-coding-alist.
16422 (inhibit-local-variables-suffixes):
16423 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16424 (inhibit-local-variables-p):
16425 New function, extracted from set-auto-mode-1.
16426 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16427 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16428 (hack-local-variables): Doc fix. Make the mode-only case
16429 respect enable-local-variables and friends.
16430 Respect inhibit-local-variables-regexps for file-locals, but
16431 not for directory-locals.
16432 (set-visited-file-name):
16433 Take account of inhibit-local-variables-regexps.
16434 Whether it applies may change as the file name is changed.
16435 * jka-cmpr-hook.el (jka-compr-install):
16436 * jka-compr.el (jka-compr-uninstall):
16437 Update for inhibit-first-line-modes-suffixes name change.
16438
16439 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16440
16441 * help-macro.el (make-help-screen): Temporarily restore original
16442 binding for minor-mode-map-alist (Bug#10454).
16443
16444 2012-01-19 Julien Danjou <julien@danjou.info>
16445
16446 * color.el (color-name-to-rgb): Use the white color to find the max
16447 color component value and return correctly computed values.
16448 (color-name-to-rgb): Add missing float conversion for max value.
16449
16450 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16451
16452 * window.el (window--state-get-1, window-state-get): Do not use
16453 special state value for window-persistent-parameters.
16454 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16455 (window--state-put-2): Reset all window parameters to nil before
16456 assigning values of persistent parameters.
16457
16458 2012-01-18 Alan Mackenzie <acm@muc.de>
16459
16460 Eliminate sluggishness and hangs in fontification of "semicolon
16461 deserts".
16462
16463 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16464 Change value 10000 -> 3000.
16465 (c-state-safe-place): Reformulate so it doesn't stack up an
16466 infinite number of wrong entries in c-state-nonlit-pos-cache.
16467 (c-determine-limit-get-base, c-determine-limit): New functions to
16468 determine backward search limits disregarding literals.
16469 (c-find-decl-spots): Amend commenting.
16470 (c-cheap-inside-bracelist-p): New function which detects "={".
16471
16472 * progmodes/cc-fonts.el
16473 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16474 backward search.
16475 (c-font-lock-declarations): Fix an occurrence of point being
16476 undefined. Check additionally for point being in a bracelist or
16477 near a macro invocation without a semicolon so as to avoid a
16478 fruitless time consuming search for a declarator. Give a more
16479 precise search limit for declarators using the new
16480 c-determine-limit.
16481
16482 2012-01-18 Glenn Morris <rgm@gnu.org>
16483
16484 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16485 (set-auto-mode): Doc fixes.
16486
16487 2012-01-17 Glenn Morris <rgm@gnu.org>
16488
16489 * isearch.el (search-nonincremental-instead): Fix doc typo.
16490
16491 * dired.el (dired-insert-directory): Handle newlines in directory name.
16492 (dired-build-subdir-alist): Unescape newlines in directory name.
16493
16494 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16495
16496 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16497 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16498 (tramp-action-terminal): Use it. (Bug#10530)
16499
16500 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16501
16502 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16503
16504 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16505
16506 * window.el (window-state-ignored-parameters): Remove variable.
16507 (window--state-get-1): Rename argument MARKERS to IGNORE.
16508 Handle persistent window parameters. Make copy of clone-of
16509 parameter only if requested. (Bug#10348)
16510 (window--state-put-2): Install a window parameter only if it has
16511 a non-nil value or an existing parameter shall be overwritten.
16512
16513 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16514
16515 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16516
16517 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16518
16519 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16520 don't pass the (nil) value of `upnode' to string-match.
16521
16522 2012-01-14 Chong Yidong <cyd@gnu.org>
16523
16524 * startup.el (command-line): Fix X resource class for cursorColor.
16525 Fix values recognized by the cursorBlink resource.
16526
16527 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16528
16529 * epg.el (epg--make-temp-file): Avoid permission race condition
16530 when running on old Emacs versions (bug#10403).
16531
16532 2012-01-14 Glenn Morris <rgm@gnu.org>
16533
16534 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16535
16536 2012-01-13 Alan Mackenzie <acm@muc.de>
16537
16538 Fix filling for when filladapt mode is enabled.
16539
16540 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16541 c-mask-paragraph, pass in `fill-paragraph' rather than
16542 `fill-region-as-paragraph'. (This is a reversion of a previous
16543 change.)
16544 * progmodes/cc-mode.el (c-basic-common-init):
16545 Make fill-paragraph-handle-comment buffer local and set it to nil.
16546
16547 2012-01-13 Glenn Morris <rgm@gnu.org>
16548
16549 * dired.el (dired-switches-escape-p): New function.
16550 (dired-insert-directory): Use dired-switches-escape-p.
16551 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16552
16553 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16554
16555 2012-01-12 Glenn Morris <rgm@gnu.org>
16556
16557 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16558 changes in adaptive-fill-regexp. (Bug#10276)
16559
16560 2012-01-11 Alan Mackenzie <acm@muc.de>
16561
16562 Fix Emacs bug #10463 - put `widen's around the critical spots.
16563
16564 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16565 widen around each invocation of c-state-pp-to-literal. Remove an
16566 unused let variable.
16567
16568 2012-01-11 Glenn Morris <rgm@gnu.org>
16569
16570 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16571 Doc fix.
16572
16573 2012-01-10 Chong Yidong <cyd@gnu.org>
16574
16575 * net/network-stream.el (network-stream-open-starttls):
16576 Avoid emitting a confusing error message when the server gives a bad
16577 response to the capability command.
16578
16579 2012-01-10 Glenn Morris <rgm@gnu.org>
16580
16581 * mail/unrmail.el (unrmail): Tweak previous change.
16582
16583 2012-01-09 Chong Yidong <cyd@gnu.org>
16584
16585 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16586
16587 2012-01-08 Alan Mackenzie <acm@muc.de>
16588
16589 Optimize font locking in long enum definitions.
16590
16591 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16592 arm to a cond form to handle enums.
16593 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16594 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16595
16596 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16597
16598 * files.el (move-file-to-trash): Preserve default file modes on error.
16599 (Bug#10401)
16600
16601 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16602
16603 * faces.el (set-face-attribute): Clarify the meaning of the nil
16604 frame (bug#10294).
16605
16606 * subr.el (with-selected-frame): Mention that the selected frame
16607 is restored (bug#9980).
16608
16609 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16610 (bug#9759).
16611
16612 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16613 (password-read): Don't autoload unused function.
16614
16615 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16616
16617 * progmodes/which-func.el (which-func-mode): Turn into a
16618 non-interactive function and mark as obsolete (bug#10428).
16619
16620 2012-01-06 Chong Yidong <cyd@gnu.org>
16621
16622 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16623 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16624 functions, along with 1 and -1.
16625
16626 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16627
16628 * time.el (display-time-load-average)
16629 (display-time-default-load-average): Doc fixes. See the thread
16630 starting at
16631 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16632 for the details.
16633
16634 2012-01-06 Glenn Morris <rgm@gnu.org>
16635
16636 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16637 has no messages. (Bug#10377)
16638
16639 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16640 than Info-edit. (Bug#10385)
16641
16642 * time.el (display-time-load-average, display-time-next-load-average):
16643 Doc fixes.
16644
16645 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16646 local setting of buffer-read-only to the input buffer. (Bug#10419)
16647
16648 * calendar/calendar.el (calendar-mode):
16649 Locally set scroll-margin to 0. (Bug#10379)
16650
16651 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16652
16653 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16654
16655 2012-01-05 Glenn Morris <rgm@gnu.org>
16656
16657 * eshell/em-unix.el (diff-no-select): Autoload it.
16658 (eshell/diff): Use diff-no-select. (Bug#10420)
16659
16660 2012-01-05 Chong Yidong <cyd@gnu.org>
16661
16662 * shell.el (shell-dynamic-complete-functions): Revert last change.
16663 (shell-command-completion-function): New function.
16664 (shell-completion-vars): Use it to implement
16665 shell-completion-execonly (Bug#10417).
16666
16667 * custom.el (enable-theme): Don't set custom-safe-themes.
16668
16669 * cus-theme.el (custom-theme-merge-theme):
16670 Ignore custom-enabled-themes and custom-safe-themes.
16671
16672 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16673
16674 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16675 first prompt in `sql-interacive-mode'.
16676 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16677 keywords.
16678 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16679 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16680 context of original buffer. Invoke `sql-login-hook'.
16681
16682 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16683
16684 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16685 letters in cite-prefix.
16686
16687 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16688
16689 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16690
16691 2012-01-03 Chong Yidong <cyd@gnu.org>
16692
16693 * shell.el (shell-dynamic-complete-functions):
16694 Put pcomplete-completions-at-point, so as to try
16695 comint-filename-completion first (Bug#10417).
16696
16697 2012-01-02 Richard Stallman <rms@gnu.org>
16698
16699 * battery.el (battery-status-function):
16700 Detect when to use battery-yeeloong-sysfs.
16701 (battery-echo-area-format): Add string for Yeeloong.
16702 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16703 (battery-yeeloong-sysfs): New function.
16704
16705 2012-01-02 Chong Yidong <cyd@gnu.org>
16706
16707 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16708 (dirtrack): Merge code for handling relative filenames in prompt
16709 from shell-dir-cookie-watcher.
16710 (dirtrack-debug-message): New arg to avoid excess format calls.
16711
16712 * shell.el (shell-dir-cookie-re): Variable deleted.
16713 (shell-dir-cookie-watcher): Function deleted.
16714 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16715 with dirtrack-mode.
16716
16717 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16718
16719 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16720 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16721 libgnutls-26.dll.
16722
16723 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16724
16725 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16726
16727 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16728
16729 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16730 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16731
16732 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16733
16734 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16735 also for alternative shells.
16736 (tramp-open-connection-setup-interactive-shell): Check, whether
16737 the shell is a busybox.
16738 (tramp-send-command): Don't suppress multiple prompts for
16739 busyboxes, it hurts.
16740
16741 2011-12-28 Chong Yidong <cyd@gnu.org>
16742
16743 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16744 (gdb-get-source-file): Move mode line update to
16745 gdb-get-source-file (Bug#10087).
16746
16747 2011-12-25 Chong Yidong <cyd@gnu.org>
16748
16749 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16750 gud-gdb-marker-filter without taking it as an argument.
16751 (gud-gdb-run-command-fetch-lines): Caller changed.
16752 (gud-gdb-completion-function): New variable.
16753 (gud-gdb-completion-at-point): Use it.
16754 (gud-gdb-completions-1): Split from gud-gdb-completions.
16755
16756 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16757 function as separate arguments.
16758 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16759 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16760 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16761 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16762 (gdb-stopped, def-gdb-auto-update-trigger)
16763 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16764 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16765 Callers changed.
16766 (gud-gdbmi-completions): New function.
16767 (gdb): Use it for generating the completion table.
16768
16769 2011-12-24 Alan Mackenzie <acm@muc.de>
16770
16771 Introduce a mechanism to widen the region used in context font
16772 locking. Use this to protect declarations from losing their contexts.
16773
16774 * progmodes/cc-langs.el (c-before-font-lock-functions):
16775 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16776 (c-before-context-fontification-functions): New defvar, a list of
16777 functions to be run just before context (etc.) font locking.
16778
16779 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16780 New, functionality extracted from
16781 c-neutralize-syntax-in-and-mark-CPP.
16782 (c-in-after-change-fontification): New variable.
16783 (c-after-change): Set c-in-after-change-fontification.
16784 (c-set-fl-decl-start): Rejig its interface, so it can be called
16785 from both after-change and context fontifying.
16786 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16787 New functions.
16788 (c-standard-font-lock-fontify-region-function): New variable.
16789 (c-font-lock-fontify-region): New function.
16790
16791 2011-12-24 Juri Linkov <juri@jurta.org>
16792
16793 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16794 (Bug#10348)
16795
16796 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16797
16798 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16799 existence of source file. (Bug#10325)
16800
16801 2011-12-23 Alan Mackenzie <acm@muc.de>
16802
16803 Fix unstable fontification inside templates.
16804
16805 * progmodes/cc-langs.el (c-before-font-lock-functions):
16806 Newly created from the singular version. The (c c++ objc) entry now
16807 additionally has c-set-fl-decl-start. The other languages (apart
16808 from AWK) have that as a single entry.
16809
16810 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16811 The functionality for "local" declarations has been extracted to
16812 c-set-fl-decl-start.
16813
16814 * progmodes/cc-mode.el (c-common-init, c-after-change):
16815 Changes due to pluralisation of c-before-font-lock-functions.
16816 (c-set-fl-decl-start): New function, extracted from
16817 c-font-lock-enclosing-decls and enhanced.
16818
16819 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16820
16821 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16822
16823 2011-12-22 Juri Linkov <juri@jurta.org>
16824
16825 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16826
16827 2011-12-22 Chong Yidong <cyd@gnu.org>
16828
16829 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16830
16831 2011-12-21 Drew Adams <drew.adams@oracle.com>
16832
16833 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16834
16835 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16836
16837 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16838
16839 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16840
16841 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16842 highlighting and support. Fix up comments for capitalization.
16843 (cfengine-mode-debug): New var.
16844 (cfengine3-mode): Change the modeline indicator to "CFE3".
16845 (cfengine3-font-lock-keywords): Improve defun highlighting.
16846 (cfengine2-actions): Rename from `cfengine-actions'.
16847 (cfengine2-font-lock-keywords): Rename from
16848 `cfengine-font-lock-keywords'.
16849 (cfengine2-imenu-expression): Rename from
16850 `cfengine-imenu-expression'.
16851 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16852 (cfengine2-beginning-of-defun): Rename from
16853 `cfengine-beginning-of-defun'.
16854 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16855 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16856 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16857 modeline indicator to "CFE2".
16858 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16859 (cfengine-mode-abbrevs): Mark obsolete.
16860
16861 2011-12-21 Chong Yidong <cyd@gnu.org>
16862
16863 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16864 filename argument.
16865
16866 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16867
16868 * window.el (window-normalize-buffer-to-display): Remove.
16869 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16870
16871 2011-12-19 Chong Yidong <cyd@gnu.org>
16872
16873 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16874 Don't signal an error in a predicate function; return non-nil.
16875 (vc-dir-mark-file): Move the error here.
16876 (vc-dir-mark-unmark): If acting on the region, keep going if one
16877 of the entries cannot be marked/unmarked.
16878 (vc-dir-mark-all-files): If current entry is a directory, mark
16879 only child files, as documented.
16880
16881 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
16882
16883 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16884 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16885 addition.
16886
16887 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16888
16889 * term/ns-win.el (ns-get-selection-internal)
16890 (ns-store-selection-internal): Declare.
16891 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16892 Declare as obsolete.
16893 (ns-get-pasteboard, ns-paste-secondary):
16894 Use ns-get-selection-internal.
16895 (ns-set-pasteboard, ns-copy-including-secondary):
16896 Use ns-store-selection-internal.
16897
16898 2011-12-17 Chong Yidong <cyd@gnu.org>
16899
16900 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16901 (vc-deduce-fileset): Doc fix.
16902
16903 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16904
16905 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16906
16907 2011-12-13 Sam Steingold <sds@gnu.org>
16908
16909 * man.el (Man-getpage-in-background): When running under a
16910 window-system, ignore $MANWIDTH and $COLUMNS.
16911
16912 2011-12-15 Kenichi Handa <handa@m17n.org>
16913
16914 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16915 (setup-ethiopic-environment-internal): Comment out key-binding for
16916 ethio-toggle-punctuation.
16917
16918 2011-12-13 Alan Mackenzie <acm@muc.de>
16919
16920 Add the switch statement to AWK Mode.
16921
16922 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16923 "default" to the keywords regexp.
16924
16925 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16926 expression as the rest.
16927 (c-nonlabel-token-key): Allow string literals for AWK.
16928 Refactor for the other modes.
16929
16930 Large brace-block initialisation makes CC Mode slow: Fix.
16931 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16932 routines. Limit backward searching in c-font-lock-enclosing.decl.
16933
16934 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16935 pp-state and literal type in addition to the limits.
16936 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16937 (c-state-literal-at): Use the above new defun.
16938 (c-slow-in-literal, c-fast-in-literal): Remove.
16939 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16940
16941 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16942 being in a literal. Add a limit for backward searching.
16943
16944 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16945 c-slow-in-literal.
16946
16947 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16948
16949 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16950
16951 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16952
16953 * window.el (delete-other-windows): Use correct frame in call to
16954 window-with-parameter.
16955
16956 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
16957
16958 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16959 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16960 (makefile-gmake-statements, makefile-makepp-statements):
16961 Use it and add new makepp keywords.
16962 (makefile-makepp-font-lock-keywords): Add new patterns.
16963 (makefile-match-function-end): Match new [...] and [[...]].
16964
16965 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
16966
16967 * ses.el (ses-call-printer-return, ses-cell-property-get)
16968 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16969 (ses-create-cell-variable, ses-reset-header-string)
16970 (ses-cell-set-formula, ses-repair-cell-reference-all)
16971 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16972 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16973 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16974 (ses-aset-with-undo, ses-load, ses-truncate-cell)
16975 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16976 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16977 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16978 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16979 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16980 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16981 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16982 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16983
16984 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
16985
16986 * ses.el: The overall change is to add cell renaming, that is
16987 setting fancy names for cell symbols other than name matching
16988 "\\`[A-Z]+[0-9]+\\'" regexp .
16989 (ses-create-cell-variable): New defun.
16990 (ses-relocate-formula): Relocate formulas only for cells the
16991 symbols of which are not renamed, i.e. symbols whose names do not
16992 match regexp "\\`[A-Z]+[0-9]+\\'".
16993 (ses-relocate-all): Relocate values only for cells the symbols of
16994 which are not renamed.
16995 (ses-load): Create cells variables as the (ses-cell ...) are read,
16996 in order to check row col consistency with cell symbol name only
16997 for cells that are not renamed.
16998 (ses-replace-name-in-formula): New defun.
16999 (ses-rename-cell): New defun.
17000
17001 2011-12-11 Chong Yidong <cyd@gnu.org>
17002
17003 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17004 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17005
17006 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
17007
17008 * window.el (other-window): Fix docstring.
17009
17010 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17011
17012 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17013 `from' or `to' address before taking its substring.
17014 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17015 encoded name is chopped in the middle of the encoded string, and
17016 thus displayed encoded.
17017
17018 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
17019
17020 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17021
17022 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17023
17024 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
17025 to use texinfo-update-node and commands that call it if the
17026 Texinfo file uses @node lines without next/prev/up pointers.
17027 Correct outdated description about texinfo-master-menu.
17028 (texinfo-all-menus-update, texinfo-master-menu)
17029 (texinfo-update-node, texinfo-every-node-update)
17030 (texinfo-multiple-files-update): Doc fix. Warn against updating
17031 all the @node lines.
17032 (texinfo-master-menu): Only call texinfo-update-node if the prefix
17033 argument is numeric. Explain better in the doc string what the
17034 function really does.
17035 (texinfo-insert-master-menu-list): Improve the error message
17036 displayed if there's no menu in the Top node.
17037 (Bug#2975) See also this thread:
17038 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17039
17040 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
17041
17042 * speedbar.el (speedbar-supported-extension-expressions):
17043 Add .adb and .ads, commonly used for Ada source code (bug#10256).
17044
17045 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
17046
17047 * printing.el (pr-mode-alist):
17048 * simple.el (filter-buffer-substring-functions)
17049 (completion-list-insert-choice-function):
17050 * window.el (window-with-parameter, window-atom-root)
17051 (window-sides-slots, window-size-fixed, window-min-delta)
17052 (window-max-delta, window--resize-mini-window)
17053 (window--resize-child-windows-normal, window-tree)
17054 (delete-other-windows, quit-window, split-window)
17055 (display-buffer-record-window, special-display-buffer-names)
17056 (special-display-regexps, special-display-popup-frame)
17057 (same-window-p, split-window-sensibly)
17058 (display-buffer-overriding-action, display-buffer-alist)
17059 (display-buffer-base-action, display-buffer, switch-to-buffer)
17060 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17061 (fit-window-to-buffer, recenter-positions)
17062 (mouse-autoselect-window-state, mouse-autoselect-window-select):
17063 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17064 and remove unneeded backslashes in docstrings.
17065
17066 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17067
17068 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17069
17070 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17071 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17072 end in ".mk".
17073 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17074 when reading the makefile (bug#10116).
17075
17076 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17077
17078 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17079 (bug#10116).
17080
17081 2011-12-06 Glenn Morris <rgm@gnu.org>
17082
17083 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17084
17085 2011-12-06 Chong Yidong <cyd@gnu.org>
17086
17087 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17088
17089 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
17090
17091 * textmodes/table.el (table-shorten-cell): Fix typo.
17092
17093 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
17094
17095 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17096
17097 2011-12-05 Eli Zaretskii <eliz@gnu.org>
17098
17099 * descr-text.el (describe-char): Fix display of strong
17100 right-to-left characters and directional embeddings and overrides.
17101
17102 * simple.el (what-cursor-position): Fix display of codepoints of
17103 strong right-to-left characters.
17104
17105 2011-12-05 Chong Yidong <cyd@gnu.org>
17106
17107 * faces.el (read-color): Doc fix.
17108
17109 2011-12-05 Glenn Morris <rgm@gnu.org>
17110
17111 * align.el (align--set-marker): Add doc-string.
17112 Don't try to move something that is not a marker. (Bug#10216)
17113
17114 2011-12-04 Glenn Morris <rgm@gnu.org>
17115
17116 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17117 overly zealous deletion of trailing whitespace.
17118
17119 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
17120
17121 * server.el (server-delete-client): On Windows, do not try to delete
17122 the only terminal.
17123 (server-process-filter): On Windows, treat requests for a tty frame as
17124 if they were for a GUI frame if the running server is in GUI mode.
17125
17126 2011-12-03 Glenn Morris <rgm@gnu.org>
17127
17128 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
17129
17130 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
17131
17132 * electric.el: Streamline electric-indent's hook.
17133 (electric-indent-chars): Revert to simple list.
17134 (electric-indent-functions): New var.
17135 (electric-indent-post-self-insert-function): Use it.
17136
17137 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17138 there's no inferior buffer (bug#10196).
17139 (prolog-consult-compile): Don't use toggle-read-only.
17140
17141 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
17142
17143 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17144 interrupt. (Bug#10187)
17145
17146 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17147
17148 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17149 (bug#9160).
17150
17151 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17152 (bug#10191).
17153
17154 2011-12-02 Juri Linkov <juri@jurta.org>
17155
17156 * info.el (Info-search): Display "end of manual" when Isearch
17157 reaches the end of single-file Info manual. (Bug#9918)
17158
17159 2011-12-02 Eli Zaretskii <eliz@gnu.org>
17160
17161 * isearch.el (isearch-message-prefix): Run the input method part
17162 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
17163
17164 2011-12-02 Juri Linkov <juri@jurta.org>
17165
17166 * isearch.el (isearch-occur): Use `word-search-regexp' for
17167 `isearch-word'.
17168 (isearch-search-and-update): Add condition for `isearch-word' and
17169 call `word-search-regexp'. (Bug#10145)
17170
17171 2011-12-01 Glenn Morris <rgm@gnu.org>
17172
17173 * eshell/em-hist.el (eshell-hist-initialize):
17174 Handle eshell-history-size nil and HISTSIZE set or unset.
17175 (eshell-history-file-name, eshell-history-size): Fix custom type.
17176
17177 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17178
17179 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17180
17181 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
17182
17183 * progmodes/verilog-mode.el (verilog-pretty-expr):
17184 Rework verilog-pretty-expr to handle new assignment operators in system
17185 verilog, such as += *= and the like.
17186 (verilog-assignment-operator-re): Regular expression to find the
17187 assigment operator in a verilog assignment.
17188 (verilog-assignment-operation-re): Regular expression to find an
17189 assignment statement for pretty-expr.
17190 (verilog-in-attribute-p): Query returns true if point is in an
17191 attribute context; used to skip these for expression line up from
17192 pretty-expr.
17193 (verilog-in-parameter-p): Query returns true if point is in an
17194 parameter definition context; used to skip these for expression
17195 line up from pretty-expr.
17196 (verilog-in-parenthesis-p): Query returns true if point is in a
17197 parenthetical expression, specifically ( ) but not [ ] or { };
17198 used by pretty-expr.
17199 (verilog-just-one-space): If there is no space, don't add one.
17200 (verilog-get-lineup-indent-2): Specifically skip just attribute
17201 contexts for expression lineup, rather than skipping all
17202 parenthetical expressions.
17203 (verilog-calculate-indent): Fix comment, and fix indent.
17204 (verilog-do-indent): Indent declarations in lists (suggested by
17205 Joachim Lechner).
17206 (verilog-mode-abbrev-table): Populate abbrev mode with the various
17207 skeleton items.
17208 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17209 by Alain Mellan).
17210
17211 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
17212
17213 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17214 parameters with embedded comments. Reported by Ray Stevens.
17215 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17216 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17217 Reported by Tim Holt.
17218 (verilog-auto): Fix AUTOing a upper module then AUTOing module
17219 instantiated by upper module causing wrong expansion until AUTOed a
17220 second time. Reported by K C Buckenmaier.
17221 (verilog-diff-auto): Fix showing .* as a difference when
17222 `verilog-auto-star-save' off. Reported by Dan Dever.
17223 (verilog-auto-reset, verilog-read-always-signals)
17224 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17225 temporary signals in reset list if
17226 verilog-auto-reset-blocking-in-non is nil, and match assignment
17227 style to each signal's assignment type, bug381.
17228 Reported by Thomas Esposito.
17229 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17230 (verilog-uvm-statement-re): Support UVM indentation and
17231 highlighting, with old OVM keywords only.
17232 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17233 Support AUTOTIEOFF creating non-wire data types.
17234 Suggested by Jonathan Greenlaw.
17235 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17236 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17237 (verilog-inject-sense, verilog-read-inst-pins)
17238 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17239 Fix mismatching parenthesis inside commented out code when deleting
17240 AUTOINST, bug383. Reported by Jonathan Greenlaw.
17241 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17242 non-numeric vector width. Reported by Alex Reed.
17243 (verilog-auto-ascii-enum): Add "onehot" option to work around not
17244 detecting signals with parameter widths. Reported by Alex Reed.
17245 (verilog-auto-delete-trailing-whitespace):
17246 With `verilog-auto-delete-trailing-whitespace' remove trailing
17247 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17248 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17249 Fix verilog-scan-cache corruption when running user AUTO expansion
17250 hooks that call indentation routines.
17251 (verilog-simplify-range-expression): Fix typo ignoring lower case
17252 identifiers.
17253 (verilog-delete-auto): Fix delete-autos to also remove user created
17254 automatics, as long as they start with AUTO.
17255 (verilog-batch-diff-auto, verilog-diff-auto)
17256 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17257 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17258 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17259 (verilog-in-paren-quick, verilog-re-search-backward-quick)
17260 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17261 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17262 is disabled and its cache will get corrupt, causing AUTOS not to
17263 expand. Instead use only -quick functions.
17264 (verilog-scan-region): Fix scanning over escaped quotes.
17265 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17266 (verilog-re-search-backward-quick)
17267 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17268 related functions now ignore strings, to fix misparsing of strings
17269 with magic comments embedded in them.
17270 (verilog-read-auto-template):
17271 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17272 Reported by Brad Dobbie.
17273 (verilog-read-auto-template):
17274 Fix 'verilog-auto-inst-template-numbers' with comments.
17275 Reported by Brad Dobbie.
17276 (verilog-auto-inst, verilog-auto-inst-param)
17277 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17278 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17279 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17280 debugging templates without merge conflicts, bug357.
17281 Reported by Brad Dobbie.
17282 (verilog-read-auto-template):
17283 Fix verilog-auto-inst-template-numbers with multiple templates.
17284 Reported by Brad Dobbie.
17285 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17286 abbrevs so user won't be asked to save.
17287 (verilog-read-auto-lisp-present): Fix to start at beginning of
17288 buffer in case called outside of verilog-auto.
17289 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17290 to "X-2". Reported by Matthew Myers.
17291 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17292 all inputs from module templates. Reported by Leith Johnson.
17293 (verilog-module-inside-filename-p): Fix locating programs as with
17294 modules.
17295 (verilog-auto-inst-port): Fix vl-width expressions when using
17296 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17297 (verilog-decls-get-regs, verilog-decls-get-signals,
17298 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17299 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17300 verilog-read-decls): Combine reg and wire structures into one var
17301 structure to represent SystemVerilog concepts.
17302 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17303 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17304 (verilog-auto-wire-type, verilog-insert-definition):
17305 Add verilog-auto-wire-type and AUTOLOGIC to support using
17306 SystemVerilog "logic" keyword instead of "wire"/"reg".
17307 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17308 to declares outputs that also have assignments (presumably in an
17309 ifdef or generate if so there's not a driver conflict).
17310 Reported by Matthew Myers.
17311 (verilog-auto-declare-nettype, verilog-insert-definition):
17312 Add verilog-auto-declare-nettype to fix declarations using
17313 `default_nettype none. Reported by Julian Gorfajn.
17314 (verilog-read-always-signals-recurse, verilog-read-decls)
17315 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17316 malformed end statement, bug325. Reported by Joshua Wise and
17317 Andrew Drake.
17318 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17319 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17320 when expanding .* in interfaces, bug320.
17321 Reported by Pierre-David Pfister.
17322 (verilog-read-module-name): Fix import statements between module
17323 name and open parenthesis, bug317.
17324 Reported by Pierre-David Pfister.
17325 (verilog-simplify-range-expression): Fix simplification of
17326 multiplications inside AUTOWIRE connections, bug303.
17327 (verilog-auto-inst-port): Support parameter expansion in
17328 multidimensional arrays.
17329 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17330 after "assert property". Reported by Julian Gorfajn.
17331 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17332 with multiplication, bug303.
17333 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17334 Reported by Jan Frode Lonnum.
17335
17336 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17337
17338 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17339 (hfy-shell-file-name, hfy-shell):
17340 * international/fontset.el (x-decompose-font-name): Fix typos.
17341
17342 2011-11-29 Ken Brown <kbrown@cornell.edu>
17343
17344 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17345 (gdb-version): Remove defvar.
17346 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17347 (gdb-gud-context-command, gdb-non-stop-handler)
17348 (gdb-current-context-command, gdb-stopped): Use it.
17349 (gdb-init-1): Enable pretty printing here.
17350 (gdb-non-stop-handler): Don't enable pretty-printing here.
17351 Check to see if the target supports non-stop mode; if not, turn off
17352 non-stop mode. Use the following.
17353 (gdb-check-target-async): New defun.
17354 (gud-watch, gdb-stopped): Fix whitespace.
17355 (gdb-get-source-file): Don't try to display the source file if
17356 `gdb-main-file' is nil.
17357
17358 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17359
17360 * align.el: Try to generate fewer markers (bug#10047).
17361 (align--set-marker): New macro.
17362 (align-region): Use it.
17363
17364 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17365
17366 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17367
17368 2011-11-29 Chong Yidong <cyd@gnu.org>
17369
17370 * indent.el (indent-for-tab-command, indent-according-to-mode):
17371 Doc fix.
17372 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17373
17374 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17375
17376 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17377 aware of remote file names. (Bug#10124)
17378
17379 2011-11-29 Chong Yidong <cyd@gnu.org>
17380
17381 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17382
17383 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17384
17385 * files.el (find-file): Don't use force-same-window (bug#10144).
17386 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17387 use pop-to-buffer if the selected window can't be used.
17388 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17389
17390 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17391
17392 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17393 special-mode-map.
17394
17395 2011-11-28 Chong Yidong <cyd@gnu.org>
17396
17397 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17398
17399 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17400
17401 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17402 gdb-get-source-file-list on gdb-create-source-file-list.
17403
17404 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17405
17406 * whitespace.el (whitespace-newline): Use a different foreground
17407 color for 16-color light-background displays.
17408
17409 2011-11-24 Chong Yidong <cyd@gnu.org>
17410
17411 * window.el (display-buffer--special-action): Doc fix.
17412
17413 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17414
17415 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17416 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17417 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17418 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17419 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17420 (avl-tree-stack-first):
17421 * emacs-lisp/cconv.el (cconv--analyse-use):
17422 * net/gnutls.el (gnutls-negotiate): Fix typos.
17423
17424 2011-11-24 Glenn Morris <rgm@gnu.org>
17425
17426 * lpr.el (lpr-windows-system, lpr-lp-system):
17427 * mail/binhex.el (binhex-begin-line):
17428 * progmodes/grep.el (grep-history, grep-find-history):
17429 * textmodes/flyspell.el:
17430 * vc/pcvs-defs.el (cvs-global-menu):
17431 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17432 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17433 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17434
17435 * net/tls.el: Fix case of "GnuTLS".
17436
17437 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17438
17439 * version.el (emacs-build-system): Give it a doc-string.
17440
17441 2011-11-24 Juri Linkov <juri@jurta.org>
17442
17443 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17444
17445 2011-11-24 Glenn Morris <rgm@gnu.org>
17446
17447 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17448 if called on a non-mime message just toggle the headers. (Bug#8006)
17449
17450 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17451
17452 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17453 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17454 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17455 (allout-rebullet-heading, allout-open-sibtopic)
17456 (allout-toggle-current-subtree-encryption)
17457 (allout-toggle-subtree-encryption, allout-encrypt-string)
17458 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17459 (allout-distinctive-bullets-string, allout-auto-activation):
17460 * window.el (window-normalize-buffer-to-display):
17461 * progmodes/verilog-mode.el (verilog-batch-indent):
17462 * textmodes/bibtex.el (bibtex-field-braces-opt)
17463 (bibtex-field-strings-opt):
17464 * vc/cvs-status.el (cvs-tree-merge):
17465 Fix typos.
17466
17467 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17468
17469 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17470 `non-essential' to t, in order to avoid remote connections.
17471
17472 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17473
17474 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17475 On MS-DOS and MS-Windows, compare with loaddefs.el
17476 case-insensitively.
17477
17478 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17479
17480 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17481
17482 2011-11-23 Glenn Morris <rgm@gnu.org>
17483
17484 * paths.el (rmail-file-name): Reformat the doc-string so that it
17485 is picked up.
17486
17487 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17488 (rmail-auto-file): Ignore case in the "special" field names,
17489 as mail-fetch-field does for all others.
17490
17491 * mail/rmail.el (rmail-forward):
17492 * mail/rmailkwd.el (rmail-set-label):
17493 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17494 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17495
17496 * mail/rmail.el (rmail-current-message): Doc fix.
17497
17498 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17499
17500 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17501
17502 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17503
17504 2011-11-22 Glenn Morris <rgm@gnu.org>
17505
17506 * mail/rmailmm.el (test-rmail-mime-handler)
17507 (test-rmail-mime-bulk-handler)
17508 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17509
17510 2011-11-21 Juri Linkov <juri@jurta.org>
17511
17512 * calc/calc.el (calc-read-key-sequence):
17513 Let-bind `input-method-function' to nil. (Bug#10018)
17514
17515 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17516
17517 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17518 Tell the caller that the next line needs recomputation, even
17519 though it doesn't start a sexp (bug#10094).
17520
17521 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17522
17523 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17524
17525 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17526
17527 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17528 Use force-same-window.
17529
17530 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17531
17532 * descr-text.el (describe-char-unicode-data):
17533 * json.el (json-string-escape):
17534 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17535 (Footnote-unicode, Footnote-style-p):
17536 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17537
17538 2011-11-20 Chong Yidong <cyd@gnu.org>
17539
17540 * window.el (replace-buffer-in-windows): Restore interactive spec.
17541
17542 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17543
17544 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17545
17546 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17547 (byte-compile-global-not-obsolete-vars): New var.
17548 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17549 Use it.
17550 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17551
17552 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17553
17554 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17555 * progmodes/pascal.el (electric-pascal-equal):
17556 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17557 * xml.el (xml-substitute-special): Fix typos.
17558
17559 2011-11-20 Glenn Morris <rgm@gnu.org>
17560
17561 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17562 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17563 Doc fixes.
17564 (rmail-decode-mime-charset): Mark as obsolete.
17565
17566 * mail/rmailsum.el (rmail-message-regexp-p-1):
17567 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17568 Before using mime functions, check they are set. (Bug#10077)
17569
17570 2011-11-19 Juri Linkov <juri@jurta.org>
17571
17572 * info.el (Info-finder-find-node): Use `package--builtins' instead
17573 of `package-alist'. Use node names formed by the pattern "Keyword "
17574 and the keyword name.
17575
17576 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17577
17578 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17579
17580 2011-11-19 Juri Linkov <juri@jurta.org>
17581
17582 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17583 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17584 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17585 `old-history', `old-history-forward'. Add let-binding
17586 `window-selected'. Remove calls to `kill-buffer',
17587 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17588 before calling `Info-find-node', so `Info-find-node-2' will reread
17589 the Info file. Restore window positions only when `window-selected'
17590 is non-nil.
17591
17592 2011-11-19 Juri Linkov <juri@jurta.org>
17593
17594 * isearch.el (isearch-lazy-highlight-new-loop):
17595 Remove condition `(not isearch-error)'. (Bug#9918)
17596
17597 * misearch.el (multi-isearch-search-fun): Add condition
17598 `(not bound)' to ignore lazy-highlighting search.
17599 Add the search-failed message "end of multi" when the end of
17600 multi-sequence is reached. Uncapitalize the search-failed
17601 message "Repeat for next buffer".
17602
17603 * info.el (Info-search): Add the search-failed message
17604 "end of the manual" when the end of the manual is reached
17605 in Isearch mode.
17606
17607 2011-11-19 Juri Linkov <juri@jurta.org>
17608
17609 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17610 Use non-destructive `remove' instead of `delete' because
17611 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17612 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17613
17614 2011-11-19 Juri Linkov <juri@jurta.org>
17615
17616 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17617 to nil instead of binding `search-ring' and `regexp-search-ring'.
17618 (Bug#9185)
17619
17620 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17621
17622 * simple.el (line-move): Force movement by logical lines for any
17623 hscrolled window, not only when auto-hscroll-mode is on.
17624 (line-move-visual): Update doc string to that effect. (Bug#10076)
17625
17626 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17627
17628 * language/european.el (macintosh): Define as alias for mac-roman.
17629
17630 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17631
17632 * mail/rmailmm.el (rmail-mime-display-header)
17633 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17634 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17635 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17636 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17637 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17638 of a raw aref.
17639 (rmail-mime-entity-segment): To get past the tagline, move forward
17640 2 more lines, to account for the 2 empty lines that precede and
17641 follow the line with the buttons.
17642 (rmail-mime-update-tagline): Move one more line, to get past the
17643 empty line that follows the buttons in the tagline. (Bug#9520)
17644
17645 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17646
17647 * window.el (window-max-delta-1, window-min-delta-1)
17648 (window-min-size-1, window-state-get-1, window-state-put-1)
17649 (window-state-put-2): Use "window--" prefix.
17650
17651 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17652
17653 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17654 (smie-warning-count): New var.
17655 (smie-set-prec2tab): Use it.
17656 (smie-bnf->prec2): Improve warnings. Add docstring.
17657 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17658 (smie-bnf--set-class): New function.
17659 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17660 corner case.
17661
17662 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17663 (compilation-error-properties, compilation-move-to-column):
17664 Handle compilation-first-column while in the target buffer.
17665
17666 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17667 Don't hardcode point-min==1.
17668
17669 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17670 (eshell-rewrite-for-command): Remove workaround.
17671 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17672 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17673 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17674
17675 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17676
17677 2011-11-17 Glenn Morris <rgm@gnu.org>
17678
17679 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17680 Ignore buffer-local generated-autoload-file if it is the same
17681 as the global value. (Bug#10049)
17682
17683 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17684
17685 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17686 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17687 (reftex-toc-previous-heading, reftex-toc-max-level)
17688 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17689 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17690 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17691 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17692 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17693 (reftex-toc-rename-label, reftex-toc-visit-location)
17694 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17695 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17696 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17697 leaving "*toc*" only for references to the buffer.
17698
17699 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17700
17701 * window.el (window-resize, delete-window, split-window):
17702 Replace window-splits by window-combination-resize.
17703 * cus-start.el (window-splits): Replace by window-combination-resize.
17704
17705 2011-11-17 Glenn Morris <rgm@gnu.org>
17706
17707 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17708 Make bash entry derive from sh entry, not shell entry.
17709
17710 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17711
17712 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17713 local file name.
17714
17715 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17716
17717 * menu-bar.el (menu-bar-file-menu):
17718 * printing.el (pr-ps-utility):
17719 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17720 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17721 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17722 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17723 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17724 (icalendar--convert-cyclic-to-ical)
17725 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17726 (icalendar--convert-ical-to-diary)
17727 (icalendar--convert-recurring-to-diary)
17728 (icalendar--convert-non-recurring-all-day-to-diary)
17729 (icalendar-import-format-sample):
17730 * progmodes/idlw-shell.el (idlwave-shell-mode):
17731 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17732 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17733 (vhdl-ps-print-init): Fix typos.
17734
17735 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17736
17737 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17738 FSF and collapse date sequence, obscure author/maintainer email address
17739 better, remove extra version line, track relocation of author's webpage.
17740
17741 * progmodes/python.el (python-pdbtrack-input-prompt)
17742 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17743 regular python pdb prompts. Adjustments shamelessly taken exactly as
17744 suggested in EmacsWiki page (tiny change):
17745 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17746
17747 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17748
17749 * expand.el (expand-pos, expand-index, expand-point):
17750 Remove redundant info from docstring.
17751 (expand-add-abbrevs): Doc fix.
17752 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17753 (expand-sample-perl-mode-expand-list): Fix typos.
17754
17755 * net/dbus.el (dbus-event-member-name):
17756 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17757 * term/pc-win.el (msdos-create-frame-with-faces):
17758 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17759
17760 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17761
17762 * window.el (split-window, window-state-get-1)
17763 (window-state-put-1, window-state-put-2): Rename occurrences of
17764 window-nest to window-combination-limit.
17765 * cus-start.el (window-nest): Rename to window-combination-limit.
17766
17767 2011-11-16 Chong Yidong <cyd@gnu.org>
17768
17769 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17770 regexp (Bug#10033).
17771
17772 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17773
17774 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17775 `completing-read' will remove *Completions* and will preserve
17776 current-buffer for us.
17777 (tmm-add-prompt): Users of *Completions* will always (re)set its
17778 major mode.
17779 (tmm-old-comp-map): Remove.
17780
17781 2011-11-16 Glenn Morris <rgm@gnu.org>
17782
17783 * mail/rmailedit.el: Require rmailmm when compiling.
17784 (rmail-old-mime-state): New declaration.
17785 (rmail-edit-current-message): If editing a mime message,
17786 edit the "raw" message from the mbox buffer.
17787 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17788
17789 2011-11-15 Glenn Morris <rgm@gnu.org>
17790
17791 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17792 which wasn't being used. Add optional arg to force given state.
17793 (rmail-mime): Add optional arg to force given state.
17794
17795 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17796
17797 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17798 * frame.el (display-mm-dimensions-alist):
17799 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17800 (outline-move-subtree-down):
17801 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17802 (newsticker--treeview-do-get-node):
17803 * net/quickurl.el (quickurl-list-buffer-name):
17804 * progmodes/dcl-mode.el (dcl-mode):
17805 * progmodes/gdb-mi.el (gdb-mapcar*):
17806 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17807
17808 2011-11-15 Glenn Morris <rgm@gnu.org>
17809
17810 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17811 in a boolean sense, so just make it a boolean, and fix the doc.
17812 (rmail-show-mime-function, rmail-mime-feature)
17813 (rmail-require-mime-maybe): Doc fixes.
17814 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17815
17816 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17817
17818 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17819
17820 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17821 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17822 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17823 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17824
17825 2011-11-15 Glenn Morris <rgm@gnu.org>
17826
17827 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17828 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17829 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17830 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17831 (rmail-mime, rmail-show-mime): Doc fixes.
17832
17833 * term/ns-win.el (mode-line-frame-identification):
17834 Leave it alone. (Bug#10051)
17835
17836 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17837
17838 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17839 Handle empty buffers. (Bug#9978)
17840
17841 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17842
17843 * international/mule.el (define-charset):
17844 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17845 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17846 * progmodes/verilog-mode.el (verilog-backward-token):
17847 * textmodes/ispell.el (lookup-words):
17848 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17849
17850 2011-11-14 Glenn Morris <rgm@gnu.org>
17851
17852 * progmodes/executable.el
17853 (executable-make-buffer-file-executable-if-script-p):
17854 Handle file-modes returning nil.
17855
17856 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17857 message - not necessary, and causes problems. (Bug#9831)
17858
17859 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17860
17861 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17862
17863 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17864 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17865 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17866
17867 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17868
17869 * window.el (window-resize, delete-window): Use window-splits
17870 variable instead of function.
17871 (window-state-get-1, window-state-put-2, window-state-put):
17872 Don't deal with windows' splits status.
17873
17874 2011-11-12 Glenn Morris <rgm@gnu.org>
17875
17876 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17877 (apropos-documentation): Doc fixes.
17878
17879 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17880
17881 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17882 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17883
17884 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17885
17886 * electric.el (electric-indent-post-self-insert-function): Make it
17887 possible for a char to only indent in some circumstances.
17888 (electric-indent-mode): Simplify.
17889
17890 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17891
17892 * window.el (windows-with-parameter): Remove unused function.
17893 (windows-at-side): Rename to window-at-side-list.
17894 (window-check, window-atom-check, window-atom-check-1)
17895 (window-side-check, window-size-ignore, window-size-fixed-1)
17896 (window-in-direction-2): Prefix with "window--".
17897 (window-tree-1): Rename to window--subtree, fix doc-string.
17898
17899 2011-11-11 Glenn Morris <rgm@gnu.org>
17900
17901 * subr.el (eval-after-load): If FILE is already loaded,
17902 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17903
17904 2011-11-10 Glenn Morris <rgm@gnu.org>
17905
17906 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17907 Call svn via vc-svn-command rather than vc-do-command.
17908 (vc-svn-command): Add --non-interactive. (Bug#9993)
17909 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17910
17911 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17912 Add toggle-read-only. (Bug#7292)
17913 * files.el (toggle-read-only): Mention that it should only
17914 be used interactively. (Bug#10006)
17915
17916 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17917
17918 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17919 Adjust regexp for OCaml warnings.
17920
17921 * electric.el (electric-pair-post-self-insert-function): Let user
17922 turn it off buffer-locally (bug#9932).
17923
17924 * progmodes/python.el (python-beginning-of-statement):
17925 Rewrite (bug#2703).
17926
17927 * progmodes/compile.el: Better handle TABs (bug#9749).
17928 (compilation-internal-error-properties)
17929 (compilation-next-error-function): Obey the target buffer's
17930 compilation-error-screen-columns.
17931
17932 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17933
17934 * progmodes/meta-mode.el: Remove obsolete comments.
17935 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17936 Fix typos in docstrings.
17937
17938 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17939
17940 * window.el (window-size-fixed-p): Rewrite doc-string.
17941 (window-resizable-p): Rename to window--resizable-p. Update callers.
17942 (window--resizable): New function. Make all callers of
17943 window-resizable call window--resizable instead.
17944 (window-resizable): Rewrite in terms of window--resizable.
17945
17946 2011-11-08 Glenn Morris <rgm@gnu.org>
17947
17948 * progmodes/delphi.el (delphi-mode-syntax-table):
17949 Let define-derived-mode define a proper syntax table. (Bug#9994)
17950
17951 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17952
17953 * window.el: Stay away from defsubst.
17954 (window-list-no-nils): Remove.
17955 (window-state-get-1, window-state-get): Use backquote instead.
17956
17957 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17958
17959 * emacs-lisp/find-func.el (find-function-read):
17960 Fix incorrect use of default argument in `completing-read'.
17961
17962 2011-11-08 Martin Rudalics <rudalics@gmx.at>
17963
17964 * window.el (display-buffer-function, special-display-function):
17965 Mention display-buffer-record-window but do not mention
17966 help-setup parameter in doc-strings.
17967 (window-min-delta): Fix doc-string typo.
17968
17969 2011-11-08 Chong Yidong <cyd@gnu.org>
17970
17971 * window.el (window-total-height, window-total-width): Doc fix.
17972 (window-body-size): Move from C.
17973 (window-body-height, window-body-width): Move to C.
17974
17975 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17976
17977 * window.el: Make special-display like display-buffer-alist (bug#9532).
17978 (display-buffer--special-action): New function, morphed
17979 from display-buffer--special.
17980 (display-buffer): Use it to handle special-display-buffers at higher
17981 priority (just after display-buffer-alist).
17982 (display-buffer-fallback-action, display-buffer--other-frame-action)
17983 (pop-to-buffer-same-window): Remove display-buffer--special.
17984
17985 2011-11-07 Glenn Morris <rgm@gnu.org>
17986
17987 * calendar/cal-menu.el (cal-menu-set-date-title):
17988 Do nothing if not in a calendar. (Bug#9976)
17989
17990 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17991
17992 * files.el (find-file): Always use selected-window.
17993
17994 2011-11-07 Martin Rudalics <rudalics@gmx.at>
17995
17996 * window.el (window-combinations): Make WINDOW argument
17997 mandatory. Rewrite doc-string.
17998 (walk-window-subtree, window-atom-check, window-min-delta)
17999 (window-max-delta, window--resize-this-window)
18000 (window--resize-root-window-vertically, window-tree)
18001 (balance-windows, window-state-put): Rewrite doc-strings as to
18002 not mention the term "subwindow".
18003 (window--resize-subwindows-skip-p): Rename to
18004 window--resize-child-windows-skip-p.
18005 (window--resize-subwindows-normal): Rename to
18006 window--resize-child-windows-normal.
18007 (window--resize-subwindows): Rename to
18008 window--resize-child-windows.
18009 (window-or-subwindow-p): Rename to window--in-subtree-p.
18010
18011 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18012
18013 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18014 Ensure that mbox format messages end in two newlines (Bug#9974).
18015
18016 2011-11-06 Chong Yidong <cyd@gnu.org>
18017
18018 * window.el (window-combination-p): Function deleted; its
18019 side-effect is not used in any existing code.
18020 (window-combinations, window-combined-p): Call window-*-child
18021 directly.
18022
18023 2011-11-05 Chong Yidong <cyd@gnu.org>
18024
18025 * window.el (window-valid-p): Rename from window-any-p.
18026 (window-size-ignore, window-state-get): Callers changed.
18027 (window-normalize-window): Rename from window-normalize-any-window.
18028 New arg LIVE-ONLY, replacing window-normalize-live-window.
18029 (window-normalize-live-window): Delete.
18030 (window-combination-p, window-combined-p, window-combinations)
18031 (walk-window-subtree, window-atom-root, window-min-size)
18032 (window-sizable, window-sizable-p, window-size-fixed-p)
18033 (window-min-delta, window-max-delta, window-resizable)
18034 (window-resizable-p, window-full-height-p, window-full-width-p)
18035 (window-current-scroll-bars, window-point-1, set-window-point-1)
18036 (window-at-side-p, window-in-direction, window-resize)
18037 (adjust-window-trailing-edge, maximize-window, minimize-window)
18038 (window-deletable-p, delete-window, delete-other-windows)
18039 (record-window-buffer, unrecord-window-buffer)
18040 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18041 (quit-window, split-window, window-state-put)
18042 (set-window-text-height, fit-window-to-buffer)
18043 (shrink-window-if-larger-than-buffer): Callers changed.
18044
18045 2011-11-04 Eli Zaretskii <eliz@gnu.org>
18046
18047 * mail/rmail.el (rmail-simplified-subject): Decode subject with
18048 rfc2047-decode-string.
18049 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18050 warnings.
18051
18052 * window.el (window-body-height, window-body-width): Mention in
18053 the doc string that the return values are in frame's canonical
18054 units. (Bug#9949)
18055
18056 2011-11-03 Alan Mackenzie <acm@muc.de>
18057
18058 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18059 change in cc-engine.el.
18060
18061 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18062
18063 * window.el (switch-to-buffer): Use `force-same-window' interactively.
18064
18065 2011-11-02 Martin Rudalics <rudalics@gmx.at>
18066
18067 * window.el (quit-window): Call unrecord-window-buffer after
18068 showing another buffer in the window. (Bug#9937)
18069 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18070
18071 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
18072
18073 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18074 Accept status with more than 9 shelves. (Bug#9935)
18075 Reported by Colin D Bennett <colin@gibibit.com>.
18076
18077 2011-11-01 Martin Rudalics <rudalics@gmx.at>
18078
18079 * help.el (with-help-window): Don't reference
18080 temp-buffer-show-specifiers in doc-string.
18081
18082 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
18083
18084 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18085 menu-item.
18086
18087 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18088
18089 * whitespace.el: New version 13.2.2.
18090 (whitespace-newline-mode): Disable properly. Reported by Sarah
18091 <EmacsWiki>.
18092
18093 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
18094
18095 * net/newst-treeview.el: Remove "Time-stamp".
18096 (newsticker--group-manage-orphan-feeds): Do not call
18097 newsticker--treeview-tree-update.
18098 (newsticker-treeview-update, newsticker-treeview):
18099 Call newsticker--treeview-tree-update if necessary.
18100
18101 2011-10-30 Martin Rudalics <rudalics@gmx.at>
18102
18103 * window.el (window-iso-combination-p, window-iso-combined-p)
18104 (window-iso-combinations): Remove "iso-" infix.
18105 Suggested by Chong Yidong.
18106 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18107 (window-max-delta-1, window-resize, window--resize-siblings)
18108 (window--resize-this-window, adjust-window-trailing-edge)
18109 (split-window, balance-windows-1)
18110 (shrink-window-if-larger-than-buffer):
18111 * calendar/calendar.el (calendar-generate-window):
18112 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18113
18114 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18117 in place (bug#9907).
18118 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18119 (eshell-rewrite-if-command, eshell-rewrite-for-command)
18120 (eshell-structure-basic-command, eshell-rewrite-while-command)
18121 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18122 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18123 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18124 (eshell-do-pipelines-synchronously, eshell-eval-command):
18125 Use backquotes and prefer setq to set.
18126 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18127 (eshell-macrop): Use functionp.
18128 (eshell-do-eval): Handle multiple expressions in `while' body.
18129
18130 2011-10-30 Chong Yidong <cyd@gnu.org>
18131
18132 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18133 instead of set-mark (Bug#9810).
18134
18135 2011-10-30 Chong Yidong <cyd@gnu.org>
18136
18137 * window.el (split-window-below, split-window-right): Rename from
18138 split-window-above-each-other and split-window-side-by-side
18139 respectively. All callers changed.
18140 (split-window-sensibly, split-window-sensibly): Use them.
18141 (split-window-keep-point): Doc fix.
18142
18143 * isearch.el: Add isearch-scroll property to split-window-below
18144 and split-window-right.
18145
18146 * follow.el (follow-mode):
18147 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18148 * progmodes/ada-xref.el (ada-gdb-application):
18149 * emulation/vip.el (vip-buffer-in-two-windows):
18150 * image-dired.el (image-dired-dired-with-window-configuration):
18151 * dired-x.el (dired-do-find-marked-files):
18152 * dired.el (dired-pop-to-buffer):
18153 * bs.el (bs--show-with-configuration):
18154 * vc/emerge.el (emerge-setup-windows):
18155 * textmodes/two-column.el (2C-two-columns):
18156 * textmodes/reftex-toc.el (reftex-toc):
18157 * progmodes/gdb-mi.el (gdb-setup-windows):
18158 * progmodes/fortran.el (fortran-window-create):
18159 * net/newst-treeview.el (newsticker--treeview-window-init):
18160 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18161 * emulation/tpu-edt.el (tpu-gold-map):
18162 * emulation/crisp.el (crisp-mode-map):
18163 * calendar/calendar.el (calendar-basic-setup): Callers changed.
18164
18165 2011-10-29 Chong Yidong <cyd@gnu.org>
18166
18167 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18168
18169 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18170
18171 * textmodes/flyspell.el (flyspell-word): Fix char offset for
18172 forged Ispell output (Bug#7904).
18173
18174 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18175
18176 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18177
18178 * doc-view.el: Avoid ugly errors about not finding nil.
18179 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18180 (doc-view-dvipdf-program, doc-view-unoconv-program)
18181 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18182 Avoid nil or absolute file name as default value.
18183 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18184
18185 2011-10-28 Alan Mackenzie <acm@muc.de>
18186
18187 * progmodes/cc-defs.el (c-version): -> 5.32.2.
18188
18189 2011-10-28 Alan Mackenzie <acm@muc.de>
18190
18191 Amend the handling of c-beginning/end-of-defun in nested declaration
18192 scopes.
18193
18194 * progmodes/cc-vars.el (c-defun-tactic): Move here from
18195 cc-langs.el. Change it to a defcustom.
18196
18197 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18198 cc-vars.el.
18199
18200 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18201 Prevent "class foo : bar" being spuriously recognized as a label.
18202
18203 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18204 Add parameter `inclusive' (to include enclosing braces in the region).
18205 (c-widen-to-enclosing-decl-scope): New function.
18206 (c-while-widening-to-decl-block): New macro.
18207 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18208 outward for defun boundaries, and correspondingly change symbol
18209 `respect-enclosure' to `go-outward'.
18210 (c-declaration-limits): Change algorithm to report only the "innermost"
18211 defun's boundaries.
18212
18213 2011-10-28 Deniz Dogan <deniz@dogan.se>
18214
18215 * net/rcirc.el (rcirc-mode): Use hard newlines.
18216
18217 2011-10-28 Alan Mackenzie <acm@muc.de>
18218
18219 Amend to indent and fontify macros "which include their own semicolon"
18220 correctly, using the "virtual semicolon" mechanism.
18221
18222 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18223
18224 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18225 Recode to scan one line at a time rather than having \n and \r
18226 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18227 (c-forward-label): Amend for virtual semicolons.
18228 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18229
18230 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18231 of the new C macros.
18232
18233 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18234 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18235 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18236 (c-opt-cpp-macro-define): Make into a full language variable.
18237 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18238 AWK Mode (including \n, \r) removed, no longer needed.
18239
18240 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18241 Invoke c-make-macro-with-semi-re.
18242
18243 * progmodes/cc-vars.el (c-macro-with-semi-re):
18244 (c-macro-names-with-semicolon): New variables.
18245 (c-make-macro-with-semi-re): New function.
18246
18247 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18248
18249 * vc/log-edit.el: Fill empty field rather than adding new one.
18250 (log-edit-add-field): New function.
18251 (log-edit-insert-changelog): Use it.
18252
18253 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18254
18255 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18256
18257 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18258
18259 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18260 (gdb--check-interpreter): New function.
18261 (gdb): Use it.
18262
18263 2011-10-27 Glenn Morris <rgm@gnu.org>
18264
18265 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18266 (least-positive-float, least-negative-float)
18267 (least-positive-normalized-float, least-negative-normalized-float)
18268 (float-epsilon, float-negative-epsilon):
18269 Remove unnecessary declarations.
18270
18271 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18272 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18273 (least-positive-float, least-negative-float)
18274 (least-positive-normalized-float, least-negative-normalized-float)
18275 (float-epsilon, float-negative-epsilon): Add doc-strings,
18276 based on those in cl.texi.
18277
18278 * files.el (set-visited-file-name): If the major-mode changed,
18279 reload the local variables. (Bug#9796)
18280
18281 2011-10-27 Chong Yidong <cyd@gnu.org>
18282
18283 * subr.el (change-major-mode-after-body-hook): New hook.
18284 (run-mode-hooks): Run it.
18285
18286 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18287 Use change-major-mode-before-body-hook.
18288
18289 * simple.el (fundamental-mode):
18290 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18291 change introducing fundamental-mode-hook.
18292
18293 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18294
18295 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18296
18297 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18298
18299 * ido.el (ido-file-name-all-completions-1): Do not require
18300 tramp.el explicitly. (Bug#7583)
18301
18302 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18303
18304 * progmodes/octave-mod.el:
18305 * progmodes/octave-inf.el: Update maintainer.
18306
18307 2011-10-26 Chong Yidong <cyd@gnu.org>
18308
18309 * subr.el (with-wrapper-hook): Rewrite doc.
18310
18311 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18312
18313 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18314 filenames "/method:foo:". (Bug#9793)
18315
18316 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18317
18318 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18319 (bug#9865).
18320
18321 2011-10-24 Glenn Morris <rgm@gnu.org>
18322
18323 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18324
18325 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18326
18327 * notifications.el: Add the requirement of a running D-Bus session
18328 bus to the Commentary.
18329
18330 2011-10-24 Juri Linkov <juri@jurta.org>
18331
18332 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18333 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18334 (Bug#9364)
18335
18336 2011-10-24 Juri Linkov <juri@jurta.org>
18337
18338 * info.el (Info-following-node-name-re): Add newline to the list
18339 of allowed characters for leading space. (Bug#9824)
18340
18341 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18342
18343 * progmodes/octave-inf.el (inferior-octave-mode-map):
18344 Fix C-c C-h binding.
18345 * progmodes/octave-mod.el (octave-help): Remove.
18346
18347 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18348
18349 Sync with Tramp 2.2.3.
18350
18351 * net/tramp-cache.el (top): Pacify byte-compiler using
18352 `init-file-user' and `site-run-file'.
18353
18354 * net/trampver.el: Update release number.
18355
18356 2011-10-23 Chong Yidong <cyd@gnu.org>
18357
18358 * files.el (toggle-read-only): Remove obsolete comment about
18359 version control.
18360
18361 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18362 for toggle-read-only. Note that this hasn't called vc-next-action
18363 since 2008-05-02, though it wasn't documented at the time.
18364
18365 * vc/ediff-init.el (ediff-toggle-read-only-function):
18366 Use toggle-read-only.
18367
18368 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18369
18370 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18371 of c-parse-state.
18372
18373 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18374 correct faulty logical expression.
18375 (c-parse-state-state, c-record-parse-state-state):
18376 (c-replay-parse-state-state): New defvar/defuns.
18377 (c-debug-parse-state): Use new functions.
18378
18379 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18380
18381 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18382 last fix. Use window-in-direction correctly.
18383
18384 2011-10-21 Chong Yidong <cyd@gnu.org>
18385
18386 * progmodes/idlwave.el (idlwave-mode):
18387 * progmodes/vera-mode.el (vera-mode): No need to set
18388 require-final-newline; that's done in prog-mode.
18389 Suggested by Stefan Monnier.
18390
18391 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18392
18393 * mouse.el (mouse-drag-window-above)
18394 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18395 (mouse-drag-mode-line-1, mouse-drag-header-line)
18396 (mouse-drag-vertical-line-rightward-window): Remove.
18397 (mouse-drag-line): New function.
18398 (mouse-drag-mode-line, mouse-drag-header-line)
18399 (mouse-drag-vertical-line): Call mouse-drag-line.
18400 * window.el (window-at-side-p, windows-at-side): New functions.
18401
18402 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18403
18404 * tar-mode.el (tar-grind-file-mode):
18405 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18406
18407 2011-10-21 Chong Yidong <cyd@gnu.org>
18408
18409 * progmodes/idlwave.el (idlwave-mode):
18410 * progmodes/vera-mode.el (vera-mode):
18411 Use mode-require-final-newline.
18412
18413 2011-10-20 Glenn Morris <rgm@gnu.org>
18414
18415 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18416
18417 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18418
18419 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18420
18421 2011-10-20 Chong Yidong <cyd@gnu.org>
18422
18423 * emulation/cua-base.el (cua-mode):
18424 * mail/footnote.el (footnote-mode):
18425 * mail/mailabbrev.el (mail-abbrevs-mode):
18426 * net/xesam.el (xesam-minor-mode):
18427 * progmodes/bug-reference.el (bug-reference-mode):
18428 * progmodes/cap-words.el (capitalized-words-mode):
18429 * progmodes/compile.el (compilation-minor-mode)
18430 (compilation-shell-minor-mode):
18431 * progmodes/gud.el (gud-tooltip-mode):
18432 * progmodes/hideif.el (hide-ifdef-mode):
18433 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18434 * progmodes/subword.el (subword-mode):
18435 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18436 * progmodes/which-func.el (which-function-mode):
18437 * term/tvi970.el (tvi970-set-keypad-mode):
18438 * term/vt100.el (vt100-wide-mode):
18439 * textmodes/flyspell.el (flyspell-mode):
18440 * textmodes/ispell.el (ispell-minor-mode):
18441 * textmodes/nroff-mode.el (nroff-electric-mode):
18442 * textmodes/paragraphs.el (use-hard-newlines):
18443 * textmodes/refill.el (refill-mode):
18444 * textmodes/reftex.el (reftex-mode):
18445 * textmodes/rst.el (rst-minor-mode):
18446 * textmodes/sgml-mode.el (html-autoview-mode)
18447 (sgml-electric-tag-pair-mode):
18448 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18449 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18450 * emulation/crisp.el (crisp-mode):
18451 * emacs-lisp/eldoc.el (eldoc-mode):
18452 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18453 minor mode behavior.
18454
18455 2011-10-19 Juri Linkov <juri@jurta.org>
18456
18457 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18458 the list of hard-coded chars with escape-glyph face.
18459
18460 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18461
18462 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18463
18464 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18465
18466 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18467 running process.
18468
18469 2011-10-19 Glenn Morris <rgm@gnu.org>
18470
18471 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18472 Ignore ignored files. (Bug#9726)
18473
18474 2011-10-19 Chong Yidong <cyd@gnu.org>
18475
18476 Doc fix for minor modes, stating that an omitted argument enables
18477 the mode unconditionally when called from Lisp.
18478
18479 * abbrev.el (abbrev-mode):
18480 * allout.el (allout-mode):
18481 * autoinsert.el (auto-insert-mode):
18482 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18483 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18484 (global-auto-revert-mode):
18485 * battery.el (display-battery-mode):
18486 * composite.el (global-auto-composition-mode)
18487 (auto-composition-mode):
18488 * delsel.el (delete-selection-mode):
18489 * desktop.el (desktop-save-mode):
18490 * dired-x.el (dired-omit-mode):
18491 * dirtrack.el (dirtrack-mode):
18492 * doc-view.el (doc-view-minor-mode):
18493 * double.el (double-mode):
18494 * electric.el (electric-indent-mode, electric-pair-mode):
18495 * emacs-lock.el (emacs-lock-mode):
18496 * epa-hook.el (auto-encryption-mode):
18497 * follow.el (follow-mode):
18498 * font-core.el (font-lock-mode):
18499 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18500 * help.el (temp-buffer-resize-mode):
18501 * hilit-chg.el (highlight-changes-mode)
18502 (highlight-changes-visible-mode):
18503 * hi-lock.el (hi-lock-mode):
18504 * hl-line.el (hl-line-mode, global-hl-line-mode):
18505 * icomplete.el (icomplete-mode):
18506 * ido.el (ido-everywhere):
18507 * image-file.el (auto-image-file-mode):
18508 * image-mode.el (image-minor-mode):
18509 * iswitchb.el (iswitchb-mode):
18510 * jka-cmpr-hook.el (auto-compression-mode):
18511 * linum.el (linum-mode):
18512 * longlines.el (longlines-mode):
18513 * master.el (master-mode):
18514 * mb-depth.el (minibuffer-depth-indicate-mode):
18515 * menu-bar.el (menu-bar-mode):
18516 * minibuf-eldef.el (minibuffer-electric-default-mode):
18517 * mouse-sel.el (mouse-sel-mode):
18518 * msb.el (msb-mode):
18519 * mwheel.el (mouse-wheel-mode):
18520 * outline.el (outline-minor-mode):
18521 * paren.el (show-paren-mode):
18522 * recentf.el (recentf-mode):
18523 * reveal.el (reveal-mode, global-reveal-mode):
18524 * rfn-eshadow.el (file-name-shadow-mode):
18525 * ruler-mode.el (ruler-mode):
18526 * savehist.el (savehist-mode):
18527 * scroll-all.el (scroll-all-mode):
18528 * scroll-bar.el (scroll-bar-mode):
18529 * server.el (server-mode):
18530 * shell.el (shell-dirtrack-mode):
18531 * simple.el (auto-fill-mode, transient-mark-mode)
18532 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18533 (line-number-mode, column-number-mode, size-indication-mode)
18534 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18535 * strokes.el (strokes-mode):
18536 * time.el (display-time-mode):
18537 * t-mouse.el (gpm-mouse-mode):
18538 * tool-bar.el (tool-bar-mode):
18539 * tooltip.el (tooltip-mode):
18540 * type-break.el (type-break-mode-line-message-mode)
18541 (type-break-query-mode):
18542 * view.el (view-mode):
18543 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18544 (global-whitespace-mode, global-whitespace-newline-mode):
18545 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18546
18547 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18548 Fix autogenerated docstring.
18549
18550 2011-10-19 Juri Linkov <juri@jurta.org>
18551
18552 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18553 by checking environment variables "DESKTOP_SESSION" and
18554 "XDG_CURRENT_DESKTOP". (Bug#9779)
18555
18556 2011-10-19 Juri Linkov <juri@jurta.org>
18557
18558 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18559 (browse-url-chromium-program, browse-url-chromium-arguments):
18560 New defcustoms.
18561 (browse-url-default-browser): Check for `browse-url-chromium' and
18562 call `browse-url-chromium-program'.
18563 (browse-url-chromium): New command. (Bug#9779)
18564
18565 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18566
18567 * facemenu.el (list-colors-duplicates): On Windows, detect more
18568 duplicates by assuming that only colors matching "^System" are
18569 special "system colors". (Bug#9722)
18570
18571 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18572
18573 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18574 to distinguish the author from the committer.
18575
18576 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18577
18578 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18579
18580 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18581
18582 * international/mule.el (sgml-html-meta-auto-coding-function):
18583 Add support for detecting encoding in HTML5 specified only as
18584 <meta charset="UTF-8">. Implementation just makes http-equiv and
18585 content-type parts from HTML4 encoding string optional. (Bug#9716)
18586
18587 2011-10-18 Glenn Morris <rgm@gnu.org>
18588
18589 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18590
18591 2011-10-18 Chong Yidong <cyd@gnu.org>
18592
18593 * faces.el (cursor): Doc fix.
18594
18595 2011-10-17 Chong Yidong <cyd@gnu.org>
18596
18597 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18598
18599 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18600
18601 * dirtrack.el (dirtrack): Support shell buffers with path
18602 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18603
18604 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18605
18606 * json.el: Bump version to 1.3 and note change in History.
18607 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18608
18609 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18610
18611 * comint.el (comint-insert-input, comint-send-input)
18612 (comint-get-old-input-default, comint-backward-matching-input)
18613 (comint-next-prompt): Use nil instead of `input' for field property of
18614 past user input (bug#114).
18615
18616 * minibuffer.el (completion--replace): Inherit surrounding properties
18617 (bug#114).
18618 (minibuffer-complete-and-exit): Use it.
18619
18620 * comint.el (comint--table-subvert): Quote the all-completions output
18621 (bug#9160).
18622
18623 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18624
18625 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18626
18627 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18628 window on right of selected. (Bug#9350) Reword other window
18629 entries and separate them from frame entries.
18630
18631 2011-10-15 Glenn Morris <rgm@gnu.org>
18632
18633 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18634 Doc fixes.
18635
18636 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18637
18638 * net/network-stream.el (network-stream-open-starttls):
18639 Improve detection of failure due to lack of TLS support.
18640
18641 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18642 putting the input text in front and in bold.
18643
18644 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18645
18646 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18647
18648 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18649 empty buffer.
18650
18651 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18652 unread-command-events rather than pushing yet-another event.
18653
18654 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18655
18656 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18657 the explanation of the possible choices. Make the options passed
18658 to completing-read shorter.
18659
18660 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
18661
18662 * textmodes/flyspell.el (flyspell-large-region): Make sure
18663 extended character mode is used if defined (Bug#1339).
18664
18665 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18666
18667 * simple.el (what-cursor-position): Fix the display of the
18668 character info for LRE, LRO, RLE, and RLO characters by appending
18669 an invisible PDF.
18670
18671 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18672
18673 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18674 even in case of error; add debug spec; simplify data flow.
18675 (with-timeout-handler): Remove.
18676
18677 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18678
18679 Fix Bug#6019, Bug#9315.
18680
18681 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18682 complete `buffer-file-name', the local file name part could look
18683 remotely (for example on VMS).
18684
18685 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18686 `tramp-run-real-handler'.
18687 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18688 already quoted by '"'.
18689
18690 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18691 Let `file-name-handler-alist' be nil, the local file name part
18692 could look remotely (for example on VMS).
18693
18694 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18695
18696 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18697 from here...
18698 (flyspell-post-command-hook): ...to here.
18699
18700 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18701
18702 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18703 if not needed.
18704 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18705 using completion. Protect against "slow" callers.
18706 Remove the "message hack".
18707
18708 2011-10-11 Juri Linkov <juri@jurta.org>
18709
18710 * isearch.el (isearch-lazy-highlight-word): New variable.
18711 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18712 Use it. (Bug#9727)
18713
18714 2011-10-11 Glenn Morris <rgm@gnu.org>
18715
18716 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18717 like f90-previous-statement does.
18718
18719 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18720
18721 * eshell/eshell.el (eshell-command): History should be saved
18722 only in interactive use, to avoid error.
18723
18724 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18725
18726 * minibuffer.el (completion-file-name-table): Fix last change,
18727 i.e. ignore normal errors but not the other ones.
18728
18729 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18730
18731 * window.el (special-display-buffer-names)
18732 (special-display-regexps): Remove some remnants of earlier
18733 changes from doc-strings.
18734 (quit-windows-on): New function.
18735
18736 * vc/vc.el (vc-revert, vc-rollback):
18737 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18738 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18739 (Bug#6183) (Bug#7074) (Bug#7447)
18740
18741 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18742
18743 * window.el (frame-auto-hide-function): Add version tag.
18744 (Bug#9699)
18745
18746 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18747
18748 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18749 condition.
18750
18751 2011-10-09 Leo Liu <sdl.web@gmail.com>
18752
18753 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18754 (Bug#9701)
18755
18756 2011-10-08 Glenn Morris <rgm@gnu.org>
18757
18758 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18759 before the first code statement zero indent. (Bug#9690)
18760
18761 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18762
18763 * simple.el (count-words-region): Always count in the region.
18764 Report the number of lines and characters too.
18765 (count-words): New command, which counts in the buffer if the
18766 region is inactive, as count-words-region used to.
18767 (count-words--message): New function. Handle plurals.
18768 (count-lines-region): Make it an alias for count-words-region.
18769
18770 * bindings.el (esc-map): Replace count-lines-region with
18771 count-words-region.
18772
18773 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18774
18775 * window.el (window--delete): Delete dedicated frame
18776 unconditionally when argument KILL is non-nil. (Bug#9699)
18777 (switch-to-buffer): Fix doc-string typo.
18778
18779 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18780
18781 * eshell/eshell.el (eshell-command): Avoid using hooks.
18782
18783 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18784
18785 * bindings.el ([M-left],[M-right]): Bind to left-word and
18786 right-word respectively.
18787
18788 2011-10-07 Glenn Morris <rgm@gnu.org>
18789
18790 * cus-start.el (debug-on-quit): Fix custom type.
18791
18792 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18793
18794 * subr.el (define-key-after): Clarify that the function is not
18795 useful for non-menu keymaps.
18796
18797 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18798
18799 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18800
18801 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18802 in current minibuffer (Fix bug with recursive minibuffers).
18803
18804 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18805
18806 * progmodes/gdb-mi.el (gdb): Doc fix.
18807
18808 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18809
18810 * window.el (frame-auto-hide-function): New option replacing
18811 frame-auto-delete. Suggested by Stefan Monnier.
18812 (window--delete): Call frame-auto-hide-function instead of
18813 investigating frame-auto-delete.
18814 (window-point-1, set-window-point-1): New functions.
18815 (window-in-direction, record-window-buffer, window-state-get-1)
18816 (display-buffer-record-window): Use window-point-1 instead of
18817 window-point.
18818 (set-window-buffer-start-and-point): Use set-window-point-1.
18819
18820 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18821
18822 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18823
18824 2011-10-05 Glenn Morris <rgm@gnu.org>
18825
18826 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18827 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18828
18829 2011-10-05 Leo Liu <sdl.web@gmail.com>
18830
18831 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18832 works with buffer object.
18833
18834 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18835
18836 * mpc.el (mpc-tool-bar-map): Add labels.
18837
18838 2011-10-04 Glenn Morris <rgm@gnu.org>
18839
18840 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18841
18842 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18843
18844 * window.el (window--delete): New function.
18845 (frame-auto-delete): Resuscitate option.
18846 (bury-buffer, replace-buffer-in-windows)
18847 (quit-window): Rewrite using window--delete.
18848 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18849 Pass display-buffer-mark-dedicated to window--display-buffer-2
18850 (Bug#9639).
18851
18852 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18853
18854 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18855 returns a list (bug#9554). Add remote file name completion.
18856 * comint.el (comint--table-subvert): Curry and get quote&unquote
18857 functions as arguments.
18858 (comint--complete-file-name-data): Adjust call accordingly.
18859 * pcomplete.el (pcomplete--table-subvert): Remove.
18860 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18861
18862 * minibuffer.el (completion-table-case-fold): Use currying.
18863 (completion--styles-type, completion--cycling-threshold-type):
18864 New constants.
18865 (completion-styles, completion-category-overrides)
18866 (completion-cycle-threshold): Use them.
18867 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18868 completion-table-case-fold.
18869
18870 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18871
18872 * minibuffer.el (completion-category-overrides): Fix type of styles
18873 and add more user friendly tags (bug#9660).
18874
18875 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18876
18877 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18878 (mule-input-method-string): New widget.
18879 (default-input-method, language-info-custom-alist): Use it.
18880
18881 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18882
18883 * pcomplete.el: Require comint.
18884 (pcomplete--common-suffix): Remove.
18885 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18886 (pcomplete--table-subvert): Sync with comint--table-subvert.
18887 (pcomplete--entries): Use comint-completion-file-name-table.
18888 * comint.el (comint-unquote-filename): Simplify.
18889 (comint-completion-file-name-table): New function (bug#9616).
18890 (comint--complete-file-name-data): Use it.
18891
18892 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18893 (pcmpl-gnu-tar-buffer): Remove.
18894 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18895 around. Make sure pcomplete-suffix-list is only changed temporarily.
18896 Don't look inside the tar's file if it's too large.
18897
18898 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18899
18900 * cus-edit.el (custom-mode-map):
18901 * epa.el (epa-key-list-mode-map):
18902 * man.el (Man-mode-map):
18903 * startup.el (splash-screen-keymap):
18904 * simple.el (special-mode-map): Use scroll-up-command and
18905 scroll-down-command.
18906
18907 * progmodes/idlw-help.el (idlwave-help-mode-map):
18908 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18909 * net/newst-plainview.el (newsticker-mode-map):
18910 * emulation/ws-mode.el (wordstar-mode-map):
18911 * emulation/vi.el (vi-com-map):
18912 * calc/calc-graph.el (calc-graph-show-dumb):
18913 * term/sun.el (terminal-init-sun):
18914 * term/ns-win.el (global-map):
18915 * progmodes/grep.el (grep-mode-map):
18916 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18917 * mail/rmail.el (rmail-mode-map):
18918 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18919
18920 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18921 custom-safe-themes as special.
18922
18923 2011-10-01 Julien Danjou <julien@danjou.info>
18924
18925 * notifications.el (notifications-notify): Fix docstring.
18926
18927 2011-10-01 Per Starbäck <per@starback.se>
18928
18929 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18930
18931 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18932
18933 * startup.el (command-line-1): Fix last fix by inserting
18934 initial-scratch-message into *scratch* before displaying it.
18935 (Bug#9605) and (Bug#9636)
18936
18937 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18938
18939 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18940 window is hscrolled, move by logical lines. (Bug#9607)
18941 (line-move-visual): Update the doc string to the above effect.
18942
18943 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18944
18945 * window.el (display-buffer-record-window): When WINDOW is the
18946 selected window use `point' instead of `window-point'. (Bug#9626)
18947
18948 * startup.el (command-line-1): Use insert-before-markers when
18949 inserting initial-scratch-message. (Bug#9605)
18950
18951 * help.el (help-window): Remove variable.
18952
18953 2011-09-29 Glenn Morris <rgm@gnu.org>
18954
18955 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18956
18957 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
18958
18959 * descr-text.el (describe-char-categories): Accept category
18960 descriptions more than one line long.
18961
18962 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
18963
18964 * simple.el (delete-trailing-whitespace): Fix last change.
18965
18966 * progmodes/perl-mode.el (perl-syntax-propertize-function):
18967 Don't confuse "y => 3" as the beginning of a `y' operation.
18968
18969 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18970 object has more than 4 slots (bug#9613).
18971
18972 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
18973
18974 * subr.el (with-output-to-temp-buffer):
18975 * net/quickurl.el (quickurl, quickurl-browse-url):
18976 Fix typos in docstrings.
18977
18978 2011-09-27 Eli Zaretskii <eliz@gnu.org>
18979
18980 * minibuffer.el (completion-styles)
18981 (completion-category-overrides): Cross reference each other in doc
18982 strings.
18983
18984 2011-09-27 Glenn Morris <rgm@gnu.org>
18985
18986 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18987 to split-string. (Bug#9606)
18988
18989 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18990
18991 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18992 (bug#9615).
18993
18994 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
18995
18996 * emacs-lisp/package.el (list-packages): Fix echo area message.
18997
18998 2011-09-27 Leo Liu <sdl.web@gmail.com>
18999
19000 * ido.el (ido-read-internal): Accept cons cell HIST arg.
19001
19002 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
19003
19004 * net/dbus.el (dbus-unregister-object): Don't release services for
19005 registered signals. (Bug#9581)
19006
19007 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
19008
19009 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19010 function that picks between cfengine 2 and 3 support
19011 automatically. Update docs accordingly.
19012
19013 2011-09-22 Kenichi Handa <handa@m17n.org>
19014
19015 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19016 ZERO.
19017 (indian-itrans-v5-table-for-tamil): New variable.
19018 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19019
19020 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
19021
19022 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19023 that's true if the current command involved collapsing of text.
19024 It's reset to false at the beginning of the next command.
19025 (allout-post-command-business): Move the cursor to the beginning
19026 of entry if the cursor is hidden and collapsing activity just
19027 happened.
19028
19029 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
19030
19031 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19032 tracking (Bug#9541).
19033
19034 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
19035
19036 * net/newst-reader.el (newsticker-html-renderer)
19037 (newsticker-show-news): Automatically load html rendering package
19038 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
19039 because w3m-fill-column is let-bound" and the error "Symbol's value
19040 as variable is void: w3m-fill-column".
19041
19042 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
19043
19044 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19045 Release services only if they are defined. (Bug#9581)
19046
19047 2011-09-23 Richard Stallman <rms@gnu.org>
19048
19049 * textmodes/paragraphs.el (forward-sentence): For backwards case,
19050 distinguish start of paragraph from start of its text.
19051
19052 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19053
19054 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19055 (rmail-generate-viewer-buffer): Put that hook on view buffer.
19056 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19057
19058 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
19059
19060 * international/mule-diag.el (mule-diag): Insert a newline after
19061 each fontset description.
19062
19063 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19064
19065 * simple.el (delete-trailing-whitespace):
19066 Document last change; simplify.
19067
19068 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
19069
19070 * simple.el (delete-trailing-whitespace): Also delete
19071 extra newlines at the end of the buffer.
19072
19073 * textmodes/picture.el: Make motion commands obey shift-select-mode.
19074 (picture-newline): Use forward-line so as to ignore fields.
19075
19076 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19077
19078 * subr.el (with-wrapper-hook): Fix edebug spec.
19079
19080 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19081
19082 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19083 (bug#4538).
19084
19085 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
19086
19087 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19088 Fix nasty bug using wrong cached values.
19089
19090 2011-09-23 Alan Mackenzie <acm@muc.de>
19091
19092 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19093
19094 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
19095
19096 * window.el (pop-to-buffer): Ensure right window is selected if we
19097 chose another frame.
19098
19099 2011-09-22 Eli Zaretskii <eliz@gnu.org>
19100
19101 * simple.el (what-cursor-position): Use get-char-property-change
19102 and next-single-char-property-change, to be able to show display
19103 properties that come from overlays as well as text properties.
19104
19105 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
19106
19107 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19108
19109 * cmuscheme.el (run-scheme, switch-to-scheme):
19110 * cus-edit.el (customize-group, custom-buffer-create)
19111 (customize-browse):
19112 * info.el (info):
19113 * shell.el (shell):
19114 * mail/sendmail.el (mail):
19115 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19116
19117 2011-09-22 Richard Stallman <rms@gnu.org>
19118
19119 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19120 move back only to line beg, don't move back over blank lines.
19121
19122 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
19123
19124 * files.el (copy-directory): Set directory attributes only in case
19125 they could be retrieved from the source directory. (Bug#9565)
19126
19127 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
19128
19129 * progmodes/hideshow.el (hs-looking-at-block-start-p)
19130 (hs-find-block-beginning, hs-hide-level-recursive):
19131 Ignore strings as well as comments. (Bug#9502)
19132
19133 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
19134
19135 * progmodes/sql.el (sql-comint-postgres):
19136 Convert port number to a string. (Bug#9566)
19137
19138 2011-09-22 Martin Rudalics <rudalics@gmx.at>
19139
19140 * window.el (quit-window): Undedicate window when switching to
19141 previous buffer. Reported by Thierry Volpiatto
19142 <thierry.volpiatto@gmail.com>.
19143 (special-display-popup-frame): When popping up a new frame reset
19144 its previous buffers to nil. Simplify code.
19145
19146 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
19147
19148 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19149 and process filter, as done also in `shell-command'.
19150
19151 2011-09-21 Martin Rudalics <rudalics@gmx.at>
19152
19153 * window.el (set-window-buffer-start-and-point):
19154 Call set-window-start with NOFORCE argument t.
19155 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19156 (quit-window): Reword doc-string. Handle new format of
19157 quit-restore parameter. Don't delete window if it has a
19158 previous buffer we can show instead of the present one.
19159 (display-buffer-record-window): Rewrite using a new format for
19160 the quit-restore window parameter
19161 (special-display-popup-frame, display-buffer-same-window)
19162 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19163 (display-buffer-pop-up-window, display-buffer-use-some-window):
19164 Adapt symbol passed to display-buffer-record-window.
19165 * help.el (help-window-setup): Handle new format of quit-restore
19166 parameter.
19167
19168 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19169
19170 * faces.el (face-list): Fix docstring (bug#9564).
19171
19172 * window.el (display-buffer--action-function-custom-type):
19173 Don't include internal functions in the Custom interface.
19174
19175 2011-09-20 Juri Linkov <juri@jurta.org>
19176
19177 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19178 (Info-forward-node, Info-backward-node, Info-next-preorder)
19179 (Info-last-preorder): Use it. (Bug#9528)
19180
19181 2011-09-20 Juri Linkov <juri@jurta.org>
19182
19183 * info.el (Info-last-preorder): Visit last menu item only when
19184 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19185
19186 2011-09-20 Julien Danjou <julien@danjou.info>
19187
19188 * password-cache.el (password-cache-remove): Remove entries even if the
19189 value is nil, so that password with a nil value (negative caching) is
19190 possible to invalidate.
19191
19192 2011-09-20 Lawrence Mitchell <wence@gmx.li>
19193
19194 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19195 all whitespace around breakpoint. (Bug#9553)
19196 (f90-find-breakpoint): Only break at whitespace inside a comment.
19197
19198 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19199
19200 * minibuffer.el (completion-file-name-table): Keep track of errors.
19201 (completion-table-with-predicate): Handle the case where pred1 is nil.
19202 * pcomplete.el (pcomplete-completions-at-point): Simplify.
19203
19204 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19205
19206 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19207 (debugger-return-value): Signal an error if the debugging context does
19208 not await any return value.
19209
19210 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19211 * image-mode.el (image-toggle-display-text)
19212 (image-toggle-display-image): Stay away from evil `intangible'.
19213
19214 2011-09-19 Leo Liu <sdl.web@gmail.com>
19215
19216 * replace.el (occur-revert-arguments): Make it permanent-local.
19217 (occur-mode): Don't call font-lock-defontify.
19218
19219 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
19220
19221 * net/ldap.el (ldap-search-internal): Don't push empty search
19222 result (Bug#9508).
19223
19224 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19225
19226 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19227
19228 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
19229
19230 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19231 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19232
19233 2011-09-18 Juri Linkov <juri@jurta.org>
19234
19235 * buff-menu.el (Buffer-menu-mode-map):
19236 * dired.el (dired-mode-map):
19237 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19238 (lisp-interaction-mode-map):
19239 * emacs-lisp/package.el (package-menu-mode-map):
19240 * epa.el (epa-key-list-mode-map):
19241 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19242 (menu-bar-options-menu):
19243 * outline.el (outline-mode-menu-bar-map):
19244 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19245 * vc/vc-dir.el (vc-dir-menu-map):
19246 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19247 Capitalize non-function content words in menu item strings.
19248
19249 * dired.el (dired-mode-map): Add menu item for
19250 `image-dired-dired-toggle-marked-thumbs'.
19251
19252 2011-09-18 Juri Linkov <juri@jurta.org>
19253
19254 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19255 to `isearch-case-fold-search' and restore its original value
19256 after the `isearch-mode' call.
19257
19258 2011-09-18 Juri Linkov <juri@jurta.org>
19259
19260 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19261 because `zgrep' returns 1 for successful matches (bug#9226).
19262
19263 2011-09-18 Juri Linkov <juri@jurta.org>
19264
19265 * info.el (Info-extract-menu-node-name): Check the second match
19266 for empty string (second test-case of bug#9528).
19267 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19268 intermediate nodes to the history (first test-case of bug#9528).
19269
19270 2011-09-18 Juri Linkov <juri@jurta.org>
19271
19272 * info.el (Info-mode-syntax-table): New variable.
19273 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19274
19275 2011-09-18 Juri Linkov <juri@jurta.org>
19276
19277 * info.el (Info-file-supports-index-cookies):
19278 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19279 outputs one more line for long file names (bug#4142).
19280
19281 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19282
19283 * newcomment.el (comment-normalize-vars): If prompting for
19284 comment-start, set comment-start-skip too (Bug#8424).
19285
19286 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
19287
19288 * icomplete.el: Fix previous fix of Bug#5849.
19289 (icomplete-mode): Don't set completion-show-inline-help.
19290 (icomplete-minibuffer-setup): Set completion-show-inline-help
19291 locally during icompletion.
19292
19293 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19294
19295 * woman.el (woman2-process-escapes): Don't delete unrecognized
19296 escapes (Bug#7843).
19297
19298 * files.el (inhibit-first-line-modes-regexps): Add image files.
19299 (hack-local-variables-prop-line): Return nil for malformed
19300 prop-lines (Bug#9044).
19301
19302 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19303
19304 * net/tramp.el (top): Don't require 'shell.
19305 (tramp-methods): Fix docstring.
19306 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19307 Return complete remote file name. Handle "smb" case.
19308 Use `tramp-tmpdir', if defined for the respective method.
19309 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19310
19311 * net/tramp-compat.el (top): Require 'shell.
19312
19313 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19314 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19315 `tramp-current-host'.
19316 (tramp-get-remote-tmpdir): Remove.
19317
19318 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19319 `tramp-tmpdir' entries.
19320 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19321 (tramp-smb-handle-file-attributes): Ignore errors.
19322 (tramp-smb-wait-for-output): Check also for process end.
19323
19324 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19325
19326 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19327 when sending QUIT (bug#9312).
19328
19329 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19330
19331 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19332 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19333 occur-mode-display-occurrence.
19334 (occur-edit-mode): Add usage message.
19335 (occur-cease-edit): New command.
19336 (occur-after-change-function): Use text properties to find the
19337 position of the prefix text.
19338 (occur-engine): Set stickiness of prefix text properties.
19339
19340 2011-09-17 Glenn Morris <rgm@gnu.org>
19341
19342 * progmodes/etags.el (complete-tag):
19343 Fix call to completion-in-region. (Bug#9526)
19344
19345 2011-09-17 Juri Linkov <juri@jurta.org>
19346
19347 * textmodes/ispell.el (ispell-word): Add to the error message
19348 the word, ispell program name and current dictionary (bug#9121).
19349 (ispell-tex-arg-end): Capitalize "error" in the error message.
19350
19351 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19352
19353 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19354 check. (Bug#4251)
19355
19356 2011-09-17 Juri Linkov <juri@jurta.org>
19357
19358 * window.el (window-safe-min-height, window-safe-min-width):
19359 Fix typos (followup to bug#9522).
19360
19361 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19362
19363 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19364
19365 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19366
19367 * simple.el (line-move): If goal-column is set, move by logical
19368 lines, not by display lines. (Bug#971)
19369 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19370 to reflect the above change.
19371
19372 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19373
19374 * image.el (imagemagick-register-types): Use regexp-opt.
19375
19376 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19377
19378 * window.el (display-buffer-base-action): Rename from
19379 display-buffer-default-action. Make default value empty.
19380 (display-buffer-overriding-action): Convert to defvar.
19381 (display-buffer-fallback-action): New var.
19382
19383 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19384
19385 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19386 declaration.
19387 (package--add-to-archive-contents): If there is a duplicate entry
19388 with an older version, remove it.
19389 (package-menu-mark-delete, package-menu-mark-install)
19390 (package-menu-mark-unmark): Make unused args optional.
19391 (package-menu-mark-obsolete-for-deletion):
19392 Use package-menu-get-status instead of a regexp search.
19393 (package-menu-get-status): Use tabulated-list-entry.
19394 (package-menu-mark-upgrades): New command.
19395 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19396 (package-menu-execute): Do installation before deletion.
19397 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19398 instead of checking major-mode.
19399 (package-menu--find-upgrades): New function.
19400
19401 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19402
19403 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19404 passwords in the log buffer.
19405 (smtpmail-process-filter): Update the process marker so that the
19406 "broken by peer" status message is inserted in the right place.
19407
19408 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19409
19410 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19411 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19412 bibtex-completion-at-point-function.
19413 (bibtex-completion-at-point-function): Use them.
19414
19415 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19416
19417 * mpc.el (mpc-constraints-tag-lookup): New function.
19418 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19419 also to browser "album|playlist".
19420
19421 2011-09-14 Juri Linkov <juri@jurta.org>
19422
19423 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19424 (isearch-edit-string): Use length of `isearch-string' when
19425 `isearch-fail-pos' returns nil.
19426 (isearch-message): Remove duplicate code and call
19427 `isearch-fail-pos' with arg `t'.
19428
19429 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19430
19431 * replace.el (occur-mode-goto-occurrence): Don't force using other
19432 window (Bug#9499).
19433
19434 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19435
19436 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19437
19438 * window.el (display-buffer-window): Remove.
19439 (display-buffer-record-window): Use help-setup window parameter
19440 instead of variable display-buffer-window.
19441 (display-buffer-function, special-display-buffer-names)
19442 (special-display-function): Mention help-setup parameter instead
19443 of display-buffer-window in doc-string.
19444 * help.el (help-window-setup): New argument help-window.
19445 Use help-window-setup parameter instead of display-buffer-window.
19446 Reword some messages.
19447 (with-help-window): Pass window used for displaying the buffer
19448 to help-window-setup. Don't set display-buffer-window.
19449
19450 2011-09-13 Glenn Morris <rgm@gnu.org>
19451
19452 * emacs-lisp/debug.el (debugger-make-xrefs):
19453 Preserve point. (Bug#9462)
19454
19455 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19456
19457 * window.el (window-deletable-p): Use next-frame.
19458
19459 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19460
19461 * window.el (window-auto-delete): Remove.
19462 (window-deletable-p): Remove argument FORCE. Don't deal with
19463 dedication and previous buffers.
19464 (switch-to-prev-buffer): Don't delete window.
19465 (delete-windows-on): Delete a window's frame if and only if the
19466 window is dedicated.
19467 (replace-buffer-in-windows): Delete buffer's window or frame if
19468 and only if window is dedicated.
19469 (quit-window): Handle quit-restore as before last change.
19470 (bury-buffer): Delete window only if window-deletable-p returns t.
19471
19472 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19473
19474 * window.el (window-deletable-p): Never delete the last frame on a
19475 given terminal.
19476
19477 2011-09-13 Glenn Morris <rgm@gnu.org>
19478
19479 * help.el (describe-key-briefly): Copy previous standard-output change.
19480
19481 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19482
19483 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19484
19485 2011-09-13 Glenn Morris <rgm@gnu.org>
19486
19487 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19488 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19489
19490 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19491
19492 * dired-aux.el (dired-mark-read-string): Don't return default
19493 value on empty input (Bug#9361).
19494 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19495 Omit initial minibuffer contents.
19496 (dired-do-chmod): Signal an error on empty input.
19497 (dired-mark-read-string): Don't return default on empty input.
19498
19499 * files.el (file-modes-symbolic-to-number): Doc fix.
19500
19501 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19502
19503 * international/mule-cmds.el (ucs-completions): Remove.
19504 (read-char-by-name): Use complete-with-action instead; add metadata.
19505
19506 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19507
19508 * window.el (display-buffer--action-function-custom-type)
19509 (display-buffer--action-custom-type): New vars.
19510 (display-buffer-alist, display-buffer-default-action)
19511 (display-buffer-overriding-action): Add defcustom types.
19512
19513 * frame.el (delete-other-frames): Doc fix (Bug#276).
19514
19515 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19516
19517 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19518
19519 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19520
19521 Change modes that used same-window-* vars to use switch-to-buffer.
19522
19523 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19524 Use switch-to-buffer.
19525
19526 * cus-edit.el (customize-group, custom-buffer-create)
19527 (customize-browse, custom-buffer-create-other-window):
19528 Use switch-to-buffer or switch-to-buffer-other-window.
19529
19530 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19531 (Info-prev, Info-up, Info-speedbar-goto-node)
19532 (info-display-manual): Use switch-to-buffer.
19533 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19534
19535 * mail/sendmail.el (mail): Use switch-to-buffer.
19536 (mail-recover): Use switch-to-buffer-other-window.
19537
19538 * cmuscheme.el (run-scheme, switch-to-scheme):
19539 * ielm.el (ielm):
19540 * shell.el (shell):
19541 * net/rlogin.el (rlogin):
19542 * net/telnet.el (telnet, rsh):
19543 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19544
19545 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19546
19547 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19548
19549 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19550
19551 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19552 so don't mention it (bug#9301).
19553 (dired-sort-toggle-or-edit): Clarify string further.
19554
19555 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19556 match `x', `w32' and `ns', like the manual says (bug#9029).
19557
19558 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19559 (process-kill-buffer-query-function): Mention the buffer name in
19560 the query.
19561
19562 * image-mode.el (image-next-line): The line parameter is mandatory
19563 (bug#9258).
19564
19565 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19566 which can be useful (bug#9301).
19567
19568 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19569
19570 * subr.el (match-string): Mention that the current buffer should
19571 be the same as the search was done in (bug#9282).
19572
19573 * facemenu.el: Disable the remove-* commands if the mark isn't
19574 active (bug#9162).
19575
19576 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19577
19578 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19579 of display-buffer.
19580 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19581
19582 * replace.el (occur-mode-goto-occurrence)
19583 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19584 and display-buffer.
19585
19586 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19587 display-buffer.
19588
19589 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19590 special-display and same-window variables.
19591 (mail-other-window): Use switch-to-buffer-other-window.
19592 (mail-other-frame): USe switch-to-buffer-other-frame.
19593
19594 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19595 Use display-buffer-other-frame.
19596 (gdb-display-gdb-buffer): Use pop-to-buffer.
19597
19598 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19599
19600 * progmodes/python.el: Don't set same-window-buffer-names.
19601
19602 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19603
19604 * window.el (display-buffer-alist): Add *Python*.
19605
19606 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19607
19608 * window.el (display-buffer-alist): Add entry for buffers
19609 previously handled same-window-*.
19610 (display-buffer-alist, display-buffer-default-action)
19611 (display-buffer-overriding-action): Mark as risky.
19612 (display-buffer-alist): Document action function changes.
19613 (display-buffer--same-window-action)
19614 (display-buffer--other-frame-action): New variables.
19615 (switch-to-buffer, display-buffer-other-frame): Use them.
19616 (display-buffer): Rename reuse-frame entry to reusable-frames.
19617 (display-buffer-reuse-selected-window): Function deleted.
19618 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19619 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19620 (display-buffer-special): New function.
19621 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19622 display-buffer-reuse-or-pop-window. Split off special-display
19623 part into display-buffer-special.
19624 (display-buffer-use-some-window): Don't perform any special
19625 pop-up-frames handling.
19626 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19627 (display-buffer--maybe-same-window): Rename from
19628 display-buffer-maybe-same-window.
19629
19630 * info.el: Don't set same-window-regexps.
19631 (info-setup): New function.
19632 (info-other-window, info): Call it.
19633
19634 * cus-edit.el: Don't set same-window-regexps.
19635 (customize-group): New argument.
19636 (customize-group-other-window): Use it.
19637 (customize-face, customize-face-other-window): Likewise.
19638 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19639
19640 * net/rlogin.el:
19641 * net/telnet.el:
19642 * progmodes/gud.el: Don't set same-window-regexps.
19643
19644 * cmuscheme.el:
19645 * ielm.el:
19646 * shell.el:
19647 * mail/sendmail.el:
19648 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19649
19650 2011-09-10 Juri Linkov <juri@jurta.org>
19651
19652 * isearch.el (isearch-edit-string): Remove obsolete mention of
19653 `C-w' (`isearch-yank-word-or-char') from docstring.
19654 (isearch-query-replace): Fix typo in docstring (bug#9466).
19655
19656 2011-09-10 Juri Linkov <juri@jurta.org>
19657
19658 * paren.el (show-paren-function): Don't show escaped parens.
19659 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19660
19661 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19662
19663 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19664 (mm-default-file-encoding): Remove autoload forms, they are
19665 replaced with autoload cookies in mml.el and mm-encode.el.
19666 (mail-add-attachment): New command.
19667 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19668 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19669 the doc string.
19670 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19671
19672 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19673
19674 * simple.el (count-words-region): Use buffer if there's no region
19675 (bug#9429).
19676
19677 2011-09-09 Juri Linkov <juri@jurta.org>
19678
19679 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19680 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19681 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19682
19683 2011-09-09 Alan Mackenzie <acm@muc.de>
19684
19685 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19686 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19687
19688 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19689
19690 Fix for Savannah bug#9392.
19691 * simple.el (mail-encode-mml): New defvar.
19692
19693 * mail/rmail.el (mail-encode-mml): Add a defvar.
19694 (rmail-enable-mime-composing): Default to t.
19695 (rmail-forward): Use MIME method of forwarding only if both
19696 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19697 Set mail-encode-mml non-nil if the MIME method was used.
19698
19699 * mail/sendmail.el (mml-to-mime): Add autoload form.
19700 (mail-encode-mml): Add a defvar.
19701 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19702 to nil.
19703 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19704 message through mml-to-mime, and reset mail-encode-mml to nil.
19705
19706 2011-09-09 Glenn Morris <rgm@gnu.org>
19707
19708 * woman.el (woman-if-body): When processing an .el block,
19709 do not delete the next .el block as well. (Bug#9447)
19710 (woman-special-characters): Add oq, cq, and hy characters.
19711
19712 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19713
19714 * window.el (window-deletable-p): Make sure window is live before
19715 invoking window-prev-buffers.
19716
19717 2011-09-08 Leo Liu <sdl.web@gmail.com>
19718
19719 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19720
19721 2011-09-08 Juri Linkov <juri@jurta.org>
19722
19723 * progmodes/compile.el (compilation-environment): Make it
19724 a defcustom (bug#8340).
19725
19726 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19727
19728 * window.el (frame-auto-delete): Rename to window-auto-delete.
19729 Make it control auto-deletion of windows and/or frames.
19730 (window-deletable-p): New argument FORCE. Rewrite conditions
19731 for deleting window/frame. (Bug#9419)
19732 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19733 Rewrite handling of case when window/frame can be deleted.
19734 (delete-windows-on): Call window-deletable-p with new FORCE
19735 argument t. (Bug#9456)
19736
19737 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19738
19739 * help-mode.el (help-mode): Restore autoload.
19740
19741 2011-09-07 Juri Linkov <juri@jurta.org>
19742
19743 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19744 `compilation-environment'. Set buffer-local
19745 `compilation-environment' to `thisenv' later after (funcall mode).
19746 (Bug#8340)
19747
19748 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19749 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19750 instead of replacing its value. (Bug#8340)
19751
19752 2011-09-07 Juri Linkov <juri@jurta.org>
19753
19754 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19755 based on text properties put by `grep-filter' instead of matching
19756 escape sequences.
19757 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19758 to the value of `grep-error-screen-columns' (bug#9438).
19759
19760 2011-09-07 Juri Linkov <juri@jurta.org>
19761
19762 * simple.el (next-error-highlight, next-error-highlight-no-select):
19763 Doc fix (bug#9432).
19764
19765 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19766
19767 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19768 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19769
19770 2011-09-07 Leo Liu <sdl.web@gmail.com>
19771
19772 * net/rcirc.el (rcirc-mode): Conditionally initialize
19773 rcirc-input-ring.
19774
19775 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19776
19777 * emacs-lisp/find-func.el (find-function-C-source): Only set
19778 find-function-C-source-directory after checking that we found a source
19779 file there (bug#9440).
19780
19781 2011-09-06 Alan Mackenzie <acm@muc.de>
19782
19783 * isearch.el (isearch-other-meta-char): Wherever a key list is
19784 unread, "unread" the prefix arg, too. This fixes bug #8901.
19785
19786 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19787
19788 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19789
19790 2011-09-05 Juri Linkov <juri@jurta.org>
19791
19792 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19793
19794 2011-09-05 Juri Linkov <juri@jurta.org>
19795
19796 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19797 keeping point where processing of grep matches begins, and
19798 continue to delete remaining escape sequences from the same point.
19799 (grep-filter): Make leading zero optional in "0?1;31m" because
19800 git-grep emits "\033[1;31m" escape sequences unlike expected
19801 "\033[01;31m" as GNU Grep does (bug#9408).
19802 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19803
19804 2011-09-05 Juri Linkov <juri@jurta.org>
19805
19806 * subr.el (y-or-n-p): Capitalize "yes".
19807
19808 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19809
19810 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19811 `tramp-cache-unload-hook' where appropriate.
19812 (tramp-methods): Rename `tramp-remote-sh' to
19813 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19814 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19815
19816 * net/tramp-sh.el (top): Don't require 'shell.
19817 (tramp-methods): Add `tramp-remote-shell' and
19818 `tramp-remote-shell-args' entries.
19819 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19820 (tramp-sh-handle-shell-command): Remove.
19821 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19822 Use `tramp-remote-shell'.
19823
19824 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19825
19826 * mail/sendmail.el (sendmail-query-once-function): Delete.
19827 (sendmail-query-once): Save directly to send-mail-function.
19828 Update message-send-mail-function too.
19829
19830 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19831
19832 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19833
19834 * progmodes/python.el (python-mode-map): Use correct function to
19835 start python interpreter from menu-bar (as reported by Geert
19836 Kloosterman).
19837 (inferior-python-mode-map): Fix typo.
19838 (python-shell-map): Remove.
19839
19840 2011-09-03 Deniz Dogan <deniz@dogan.se>
19841
19842 * net/rcirc.el (rcirc-print): Simplify code for
19843 rcirc-scroll-show-maximum-output. There is no need to walk
19844 through all windows to find the right one.
19845
19846 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19847
19848 * help.el (help-return-method): Doc fix.
19849
19850 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19851
19852 * window.el (window-deletable-p): Don't return a non-nil value
19853 when there's a buffer that was shown in the window before.
19854 (Bug#9419)
19855 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19856 Set window's previous buffers to nil.
19857
19858 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19859
19860 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19861 newline before and after the tag line, so it doesn't interfere
19862 with determining the paragraph direction of bidirectional text.
19863
19864 2011-09-03 Leo Liu <sdl.web@gmail.com>
19865
19866 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19867
19868 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19869
19870 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19871 (pop-to-buffer): Change interactive spec. Pass second argument
19872 directly to display-buffer.
19873 (display-buffer): Fix interactive spec. Use functionp to
19874 distinguish between a function and a list of functions.
19875
19876 * abbrev.el (edit-abbrevs):
19877 * arc-mode.el (archive-extract):
19878 * autoinsert.el (auto-insert):
19879 * bookmark.el (bookmark-bmenu-list):
19880 * files.el (find-file):
19881 * view.el (view-buffer):
19882 * progmodes/compile.el (compilation-goto-locus):
19883 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19884
19885 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19886
19887 * window.el (display-buffer-alist): Doc fix.
19888 (display-buffer): Add docstring. Don't treat
19889 display-buffer-default specially.
19890 (display-buffer-reuse-selected-window)
19891 (display-buffer-same-window, display-buffer-maybe-same-window)
19892 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19893 (display-buffer-pop-up-window)
19894 (display-buffer-reuse-or-pop-window)
19895 (display-buffer-use-some-window): New functions.
19896 (display-buffer-default-action): Use them.
19897 (display-buffer-default): Delete.
19898 (pop-to-buffer-1): Fix choice of actions.
19899
19900 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19901
19902 * minibuffer.el (completion--insert-strings): Don't get confused by
19903 completion entries that end with an LF char.
19904
19905 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19906
19907 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19908
19909 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19910
19911 * window.el (display-buffer): Restore interactive spec.
19912 (display-buffer-same-window, display-buffer-other-window):
19913 New functions.
19914 (pop-to-buffer-1): New function. Use the above.
19915 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19916 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19917
19918 * view.el (view-buffer-other-window, view-buffer-other-frame):
19919 Just use pop-to-buffer.
19920
19921 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19922
19923 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19924
19925 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19926
19927 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19928
19929 2011-08-31 Richard Stallman <rms@gnu.org>
19930
19931 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19932 of the separation of rmail-view-buffer from rmail-buffer.
19933 If you say no to "replace original", the decrypt is in the
19934 view buffer. If you say yes, the decrypt goes into the
19935 rmail buffer also.
19936
19937 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19938
19939 * window.el (display-buffer-window): Rewrite doc-string.
19940 (display-buffer-record-window): New function.
19941 (display-buffer-macro-specifiers)
19942 (display-buffer-even-window-sizes, display-buffer-set-height)
19943 (display-buffer-set-width, display-buffer-in-window)
19944 (display-buffer-reuse-window, display-buffer-split-specifiers)
19945 (display-buffer-side-specifiers, display-buffer-split-window-1)
19946 (display-buffer-split-window, display-buffer-split-atom-window)
19947 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19948 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19949 (display-buffer-other-window-means-other-frame)
19950 (display-buffer-normalize-special)
19951 (display-buffer-normalize-default)
19952 (display-buffer-normalize-argument)
19953 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19954 (display-buffer-normalize-specifiers, display-buffer-frame)
19955 (display-buffer-same-window, display-buffer-same-frame)
19956 (display-buffer-other-window)
19957 (display-buffer-same-frame-other-window)
19958 (display-buffer-other-frame, pop-to-buffer-same-window)
19959 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19960 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19961 (switch-to-buffer-same-frame)
19962 (switch-to-buffer-other-window-same-frame)
19963 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19964 (display-buffer-alist-set-1, display-buffer-alist-set-2)
19965 (display-buffer-alist-set): Remove.
19966 (display-buffer-function, special-display-buffer-names)
19967 (special-display-regexps, special-display-function):
19968 In doc-string refer to display-buffer-window and quit-restore
19969 parameter.
19970 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19971 (special-display-frame-alist, special-display-popup-frame)
19972 (same-window-buffer-names, same-window-regexps, same-window-p)
19973 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19974 (split-window-preferred-function, split-height-threshold)
19975 (split-width-threshold, window-splittable-p)
19976 (split-window-sensibly, window--try-to-split-window)
19977 (window--frame-usable-p, even-window-heights)
19978 (window--even-window-heights, window--display-buffer-1)
19979 (window--display-buffer-2, display-buffer-other-frame):
19980 Restore old Emacs 23 code, order and doc-strings where applicable.
19981 (display-buffer-default, display-buffer-assq-regexp): New functions.
19982 (display-buffer-alist): Rewrite doc-string.
19983 (display-buffer-default-action)
19984 (display-buffer-overriding-action): New variables.
19985 (display-buffer, switch-to-buffer): Rewrite.
19986 (pop-to-buffer): Restore Emacs 23 behavior but use
19987 window-normalize-buffer-to-display.
19988 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19989 Restore Emacs 23 behavior but use
19990 window-normalize-buffer-to-switch-to.
19991 (pop-to-buffer-same-window): Rewrite.
19992 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19993 Rewrite using Emacs 23 options.
19994
19995 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
19996
19997 * net/tramp.el (tramp-root-regexp): Remove.
19998 (tramp-completion-file-name-regexp-unified)
19999 (tramp-completion-file-name-regexp-separate)
20000 (tramp-completion-file-name-regexp-url): Don't use leading volume
20001 letter on w32 systems. (Bug#5303, Bug#9311)
20002 (tramp-drop-volume-letter): Simplify definition.
20003 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20004
20005 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20006
20007 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20008 (bug#9356).
20009
20010 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
20011
20012 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20013
20014 2011-08-29 Juri Linkov <juri@jurta.org>
20015
20016 * isearch.el (isearch-done): Don't display message "Mark saved"
20017 when arg `edit' is non-nil to prevent its flicker in the echo area.
20018
20019 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20020
20021 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20022 obsolete packages for deletion.
20023
20024 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
20025
20026 * help-mode.el (help-mode-map): Add special-mode-map to parent.
20027 (help-mode): Derive help-mode from special-mode. Don't invoke
20028 view-mode from help-mode.
20029 (help-xref-override-view-map): Remove.
20030 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20031 view-mode is not used anymore.
20032
20033 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20034
20035 * server.el (server-port): Doc fix.
20036
20037 * cus-theme.el (custom-theme-choose-mode): Inherit from
20038 special-mode (Bug#9124).
20039 (custom-theme-choose-mode-map): Add special-mode to parent.
20040
20041 2011-08-28 Alan Mackenzie <acm@muc.de>
20042
20043 * progmodes/cc-fonts.el
20044 (c-make-font-lock-BO-decl-search-function): New function.
20045 (c-basic-matchers-after - "Fontify the clauses after various
20046 keywords"): Extract the three keyword lists for the 3 erroneous
20047 constructs from the list of four, and use the new function above
20048 in place of an old one.
20049
20050 2011-08-28 Deniz Dogan <deniz@dogan.se>
20051
20052 * net/rcirc.el (rcirc-insert-prev-input)
20053 (rcirc-insert-next-input): Remove unused argument.
20054
20055 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20056
20057 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20058
20059 2011-08-27 Alan Mackenzie <acm@muc.de>
20060
20061 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20062 handle function pointer parameters properly.
20063
20064 2011-08-27 Martin Rudalics <rudalics@gmx.at>
20065
20066 * window.el (display-buffer-reuse-window): Fix case where
20067 selected window was reused with non-nil OTHER-WINDOW argument.
20068 (Bug#9381)
20069
20070 2011-08-27 Deniz Dogan <deniz@dogan.se>
20071
20072 * net/rcirc.el (rcirc-check-auth-status): Adding support for
20073 oftc's NickServ messages.
20074
20075 2011-08-27 Glenn Morris <rgm@gnu.org>
20076
20077 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
20078
20079 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
20080
20081 * emacs-lisp/package.el (package-install): Call package-initialize
20082 if called interactively.
20083
20084 2011-08-26 Leo Liu <sdl.web@gmail.com>
20085
20086 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
20087
20088 2011-08-25 Juri Linkov <juri@jurta.org>
20089
20090 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20091 `search-whitespace-regexp' (bug#9364).
20092
20093 2011-08-25 Juri Linkov <juri@jurta.org>
20094
20095 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20096 `regexp-search-ring' to their global values to protect from
20097 updating by `read-from-minibuffer' (bug#9185).
20098
20099 2011-08-25 Juri Linkov <juri@jurta.org>
20100
20101 * textmodes/ispell.el (ispell-command-loop): Add newline
20102 at the end of the "Use option `i'..." line.
20103
20104 2011-08-25 Juri Linkov <juri@jurta.org>
20105
20106 * battery.el (display-battery-mode): If `battery-status-function'
20107 or `battery-mode-line-format' is nil, display the message and set
20108 `display-battery-mode' to nil (bug#9363).
20109
20110 2011-08-25 Eli Zaretskii <eliz@gnu.org>
20111
20112 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20113 bidi-string-mark-left-to-right; they are unnecessary now.
20114
20115 2011-08-25 Deniz Dogan <deniz@dogan.se>
20116
20117 * net/quickurl.el: Documentation typo fixes.
20118
20119 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
20120
20121 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20122
20123 2011-08-25 Glenn Morris <rgm@gnu.org>
20124
20125 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20126
20127 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20128 (smtpmail-via-smtp): Handle nil response from smtp.
20129
20130 2011-08-24 Juri Linkov <juri@jurta.org>
20131
20132 * proced.el (proced-marked): Inherit from `error' instead of
20133 `font-lock-warning-face'.
20134
20135 * ibuffer.el (ibuffer-marked-face): Change default face from
20136 `font-lock-warning-face' to `warning'.
20137 (ibuffer-deletion-face): Change default face from
20138 `font-lock-type-face' to `error'.
20139
20140 * battery.el (battery-update): Use the face `error' instead of
20141 `font-lock-warning-face' (bug#6117).
20142
20143 2011-08-24 Juri Linkov <juri@jurta.org>
20144
20145 * faces.el (success): Change face color from "Green3" to
20146 "ForestGreen" on light background (bug#9353).
20147
20148 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
20149
20150 * window.el (quit-window): Rename from quit-restore-window.
20151 Use same arglist as old quit-window.
20152 (frame-auto-delete): Doc fix.
20153
20154 * view.el (view-mode-exit): Use quit-window.
20155
20156 2011-08-24 Juri Linkov <juri@jurta.org>
20157
20158 * isearch.el (isearch-ring-adjust1): Start visiting previous
20159 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20160 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20161 for empty search string (when the last search string is reused
20162 automatically) to adjust the isearch ring to the last element and
20163 prepare the correct index for further M-p commands (bug#9185).
20164
20165 2011-08-24 Kenichi Handa <handa@m17n.org>
20166
20167 * international/ucs-normalize.el: If decomposition property of
20168 CHAR is the default one (i.e. a list of CHAR itself), treat it as
20169 nil.
20170 (nfd, nfkd): Likewise.
20171
20172 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20173
20174 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20175 from process filters aren't reliably transmitted to the surrounding
20176 accept-process-output.
20177 (mpc-proc-check): New function.
20178 (mpc-proc-sync): Use it (bug#8293)
20179
20180 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20181
20182 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20183 Add compatibility functions (bug#9313).
20184
20185 2011-08-23 Eli Zaretskii <eliz@gnu.org>
20186
20187 * cus-start.el (all): Add entry for bidi-paragraph-direction.
20188
20189 * international/uni-bidi.el: Regenerate.
20190
20191 2011-08-23 Kenichi Handa <handa@m17n.org>
20192
20193 * international/charprop.el:
20194 * international/uni-bidi.el:
20195 * international/uni-category.el:
20196 * international/uni-combining.el:
20197 * international/uni-comment.el:
20198 * international/uni-decimal.el:
20199 * international/uni-decomposition.el:
20200 * international/uni-digit.el:
20201 * international/uni-lowercase.el:
20202 * international/uni-mirrored.el:
20203 * international/uni-name.el:
20204 * international/uni-numeric.el:
20205 * international/uni-old-name.el:
20206 * international/uni-titlecase.el:
20207 * international/uni-uppercase.el: Regenerate.
20208
20209 2011-08-23 Martin Rudalics <rudalics@gmx.at>
20210
20211 * help.el (help-window-setup): Fix message displayed when other
20212 window is reused. (Bug#9341)
20213
20214 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20215
20216 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20217 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20218
20219 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20220 Mark obsolete.
20221 * shell.el (shell-parse-pcomplete-arguments): New function.
20222 (shell-completion-vars): Use it instead (bug#9160).
20223
20224 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20225
20226 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20227 strings and comments (bug#9333).
20228
20229 * emacs-lisp/debug.el (debug-arglist): New function.
20230 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20231 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20232
20233 2011-08-22 Juri Linkov <juri@jurta.org>
20234
20235 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20236 Revert regexp that highlights output switches to its old
20237 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20238
20239 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20240 to check for empty output (bug#9226).
20241
20242 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
20243
20244 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20245 symbol-constituent as the default, as that stops font-lock from
20246 working properly (Bug#8843).
20247
20248 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20249
20250 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20251 `coding-system-for-*' around the process open call to avoid
20252 auth-source side effects.
20253 (smtpmail-try-auth-methods): Expand the secret password.
20254 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20255 probe hangs.
20256
20257 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20258
20259 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20260
20261 * emacs-lisp/find-func.el (find-function-noselect): New arg
20262 lisp-only.
20263
20264 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20265 signal an error for built-in functions (Bug#6664).
20266
20267 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20268
20269 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20270 (smtpmail-try-auth-methods): Use it.
20271
20272 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20273
20274 * font-lock.el (font-lock-fontify-region)
20275 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20276 (font-lock-default-unfontify-buffer)
20277 (font-lock-default-fontify-region)
20278 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20279
20280 * progmodes/compile.el (compilation-error-properties):
20281 Fix confusion between file struct and message struct (Bug#9319).
20282 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20283 `ant' regexp.
20284
20285 * net/browse-url.el (browse-url-firefox): Don't call
20286 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20287
20288 2011-08-20 Glenn Morris <rgm@gnu.org>
20289
20290 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20291
20292 * tutorial.el (tutorial--default-keys): Update some default bindings.
20293
20294 * files.el (hack-local-variables): Fully ignore case for "mode:".
20295
20296 2011-08-20 Alan Mackenzie <acm@muc.de>
20297
20298 Resolve invalid use of a regexp in regexp-opt.
20299
20300 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20301 detection for a java annotation.
20302
20303 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20304 detection for a java annotation.
20305
20306 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20307 handling for java.
20308 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20309
20310 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20311
20312 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20313 (Bug#9274).
20314
20315 2011-08-20 Alan Mackenzie <acm@muc.de>
20316
20317 Fontify CPP expressions correctly when starting in the middle of
20318 such a construct. Mainly for when jit-lock etc. starts a chunk
20319 here.
20320
20321 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20322 variable.
20323 (c-make-font-lock-search-form): New function, extracted from
20324 c-make-font-lock-search-function.
20325 (c-make-font-lock-search-function): Use the above function.
20326 (c-make-font-lock-context-search-function): New function.
20327 (c-cpp-matchers): Enhance the preprocessor expression case with
20328 the above function
20329 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20330 which takes an expression.
20331
20332 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20333
20334 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20335
20336 * window.el (display-buffer-reuse-window)
20337 (display-buffer-pop-up-window): Don't reuse or split a side
20338 window.
20339
20340 2011-08-19 Glenn Morris <rgm@gnu.org>
20341
20342 * files.el (hack-local-variables-prop-line, hack-local-variables):
20343 Downcase "Mode:". (Bug#9331)
20344
20345 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20346
20347 * international/characters.el: Add L and R categories.
20348
20349 * subr.el (bidi-string-mark-left-to-right): Rename from
20350 string-mark-left-to-right. Use category search.
20351
20352 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20353
20354 2011-08-18 Juri Linkov <juri@jurta.org>
20355
20356 * faces.el (error, warning, success): New faces with definitions
20357 copied from old default values of `font-lock-warning-face',
20358 `compilation-warning', `compilation-info' (bug#6117).
20359
20360 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20361
20362 * progmodes/compile.el (compilation-error): Inherit from `error'.
20363 (compilation-warning): Inherit from `warning'.
20364 (compilation-info): Inherit from `success'.
20365
20366 * dired.el (dired-marked): Inherit from `warning'.
20367 (dired-flagged): Inherit from `error'.
20368
20369 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20370
20371 * mail/smtpmail.el (auth-source): Require to avoid problems with
20372 binding variables (bug#9298). Also clean up some unused
20373 autoloads.
20374
20375 * net/network-stream.el (network-stream-open-starttls):
20376 Support using starttls.el without using gnutls-cli.
20377
20378 2011-08-17 Juri Linkov <juri@jurta.org>
20379
20380 * progmodes/grep.el (rgrep): Handle the case when
20381 `grep-find-command' is a cons cell (bug#9278).
20382
20383 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20384
20385 * window.el (display-buffer-pop-up-frame): Run frame creation
20386 function with BUFFER current (as special-display-popup-frame
20387 does). Reported by Drew Adams.
20388
20389 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20390
20391 * epa-mail.el: Simplify GnuPG group expansion using
20392 epg-expand-group.
20393 (epa-mail-group-alist, epa-mail-group-modtime)
20394 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20395 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20396 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20397 Remove.
20398
20399 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20400
20401 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20402
20403 2011-08-16 Alan Mackenzie <acm@muc.de>
20404
20405 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20406 Correct, to avoid the inside of macros.
20407
20408 2011-08-16 Richard Stallman <rms@gnu.org>
20409
20410 * epa-mail.el: Handle GnuPG group definitions.
20411 (epa-mail-group-alist, epa-mail-group-modtime)
20412 (epa-mail-gnupg-conf-file): New variables.
20413 (epa-mail-parse-groups, epa-mail-sync-groups)
20414 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20415 (epa-mail-expand-recipients): New functions.
20416 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20417
20418 * mail/rmail.el (rmail-epa-decrypt): New command.
20419
20420 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20421 Don't bind buffer-read-only, just inhibit-read-only.
20422 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20423 (epa-decrypt-armor-in-region): Make error message clearer.
20424
20425 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20426
20427 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20428 and "a2b" to "ab" for `prefix'.
20429
20430 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20431
20432 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20433 filter groups.
20434 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20435 Fourquet (Bug#8804).
20436
20437 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20438
20439 * startup.el (argi): Declare as global variable (bug#9275).
20440
20441 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20442
20443 * subr.el (string-mark-left-to-right): Search the entire string
20444 for RTL script, not just the terminating character. Doc fix.
20445
20446 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20447
20448 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20449 New function.
20450 (js--regexp-literal, js-syntax-propertize-function): Remove.
20451 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20452 (js-mode-map): Don't rebind electric keys.
20453 (js-insert-and-indent): Remove.
20454 (js-mode): Setup electric-layout and electric-indent instead.
20455
20456 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20457
20458 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20459
20460 * epa.el (epa-progress-callback-function): Fix the logic of
20461 displaying progress.
20462 * epa-file.el (epa-file-insert-file-contents): Make progress
20463 display more user-friendly.
20464 (epa-file-write-region): Ditto.
20465
20466 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20467
20468 * subr.el (string-mark-left-to-right): New function.
20469
20470 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20471 Use string-mark-left-to-right.
20472 (list-buffers-noselect): Caller changed.
20473
20474 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20475 Use string-mark-left-to-right.
20476 (tabulated-list-print): Recenter after moving point.
20477
20478 2011-08-10 Juri Linkov <juri@jurta.org>
20479
20480 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20481 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20482 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20483
20484 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20485
20486 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20487 (Bug#7554).
20488
20489 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20490
20491 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20492 character. (Bug#6594)
20493
20494 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20495
20496 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20497 (image-dired--with-db-file): New macro.
20498 (image-dired-write-tags, image-dired-remove-tag)
20499 (image-dired-create-gallery-lists, image-dired-write-comments)
20500 (image-dired-get-comment, image-dired-mark-tagged-files)
20501 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20502 (image-dired-gallery-generate): Use insert-file-contents.
20503
20504 * time.el (display-time-world-list, display-time-world-display):
20505 * time-stamp.el (time-stamp-string):
20506 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20507 set-time-zone-rule (Bug#7337).
20508
20509 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20510
20511 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20512 (epg-error-to-string, epg-errors-to-string): New function.
20513 (epg-wait-for-completion): Reverse errors list.
20514 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20515 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20516 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20517 (epg-sign-keys, epg-generate-key-from-file)
20518 (epg-generate-key-from-string): Format errors by using
20519 epg-errors-to-string (bug#9255).
20520 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20521
20522 2011-08-07 Juri Linkov <juri@jurta.org>
20523
20524 * faces.el (list-faces-display): Remove extra angle bracket
20525 from `help-mode-map'.
20526
20527 * info.el (Info-history-toc-nodes): Doc fix.
20528
20529 * longlines.el (longlines-mode): Doc fix.
20530
20531 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20532
20533 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20534 of statements and in a few more cases (bug#9183).
20535
20536 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20537 New functions.
20538 (cl-transform-lambda): Use them (bug#9239).
20539
20540 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20541
20542 * window.el (display-buffer-same-window)
20543 (display-buffer-same-frame, display-buffer-other-window)
20544 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20545 (pop-to-buffer-other-window)
20546 (pop-to-buffer-same-frame-other-window)
20547 (pop-to-buffer-other-frame): Make them defuns.
20548 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20549
20550 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20551
20552 * subr.el (make-composed-keymap): Move from C. Change calling
20553 convention, and improve docstring to bring attention to a subtle point.
20554 * minibuffer.el (completing-read-default): Adjust accordingly.
20555
20556 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20557
20558 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20559 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20560
20561 * net/trampver.el: Update release number.
20562
20563 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20564
20565 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20566 "in" (bug#9190).
20567
20568 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20569
20570 * mail/sendmail.el (sendmail-query-once): Restore the current
20571 buffer after querying (bug#9074).
20572
20573 * dired.el (dired-flagged): Use different faces for marked and
20574 flagged files (bug#6117).
20575
20576 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20577 (bug#4433).
20578
20579 * ido.el (ido-mode): Switch off the message if called
20580 non-interactively.
20581
20582 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20583 before 587, since it appears that that's more likely to work for
20584 more people.
20585
20586 * cus-edit.el (custom-file): When running under emacs -q, always
20587 refuse to save the customizations, even if the .emacs file doesn't
20588 exist.
20589
20590 * info.el: Remove the `Info-beginning-of-buffer' function
20591 (bug#8325).
20592
20593 * net/network-stream.el (network-stream-open-starttls):
20594 Use `starttls-available-p' to see whether starttls.el can be used.
20595
20596 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20597
20598 * window.el (display-buffer-in-window): Don't set dedicated status
20599 of window here (Bug#9215).
20600 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20601 (display-buffer-pop-up-side-window)
20602 (display-buffer-in-side-window): Set dedicated status of window here.
20603
20604 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20605
20606 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20607 before binding generated-autoload-file.
20608
20609 2011-08-01 Deniz Dogan <deniz@dogan.se>
20610
20611 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20612
20613 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20614
20615 Sync with Tramp 2.2.2.
20616
20617 * net/trampver.el: Update release number.
20618
20619 2011-07-30 Juri Linkov <juri@jurta.org>
20620
20621 * dired-aux.el (dired-touch-initial): Remove function.
20622 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20623 current time, and `default' to the last modification time of the
20624 current marked file (bug#6887).
20625
20626 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20627
20628 * simple.el (goto-line): Use string-to-number to provide a
20629 numeric argument to read-number (bug#9163).
20630
20631 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20632
20633 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20634 connection process, it could be nil.
20635
20636 2011-07-27 Leo Liu <sdl.web@gmail.com>
20637
20638 Simplify url handling in rcirc-mode.
20639
20640 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20641 (rcirc-browse-url-at-mouse): Remove.
20642 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20643
20644 2011-07-26 Alan Mackenzie <acm@muc.de>
20645
20646 Fontify bitfield declarations properly.
20647
20648 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20649 (c-symbol-chars): Now exported as a lang variable.
20650 (c-not-primitive-type-keywords): New lang variable.
20651
20652 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20653 QT keyword "more" to prevent "more slots: ...." being spuriously
20654 parsed as a bitfield declaration.
20655
20656 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20657 Refactor and enhance to handle bitfield declarations.
20658 (c-punctuation-in): New function.
20659 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20660 declarations properly.
20661
20662 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20663
20664 * calendar/icalendar.el (icalendar--all-events): Take care of
20665 multiple vcalendars in a single file.
20666 (icalendar--convert-float-to-ical): Checkdoc fixes.
20667
20668 2011-07-25 Deniz Dogan <deniz@dogan.se>
20669
20670 * image.el (insert-image): Clarifying docstring.
20671
20672 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20673
20674 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20675 `tramp-send-command-and-check' if there is no error.
20676 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20677
20678 2011-07-22 Alan Mackenzie <acm@muc.de>
20679
20680 Prevent cc-langs.elc being loaded at run time.
20681
20682 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20683 cc-langs.
20684
20685 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20686 "(require 'cc-langs)". Quote a form so it will evaluate at
20687 (cc-mode's) compilation time.
20688
20689 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20690
20691 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20692 loading. (Bug#9114)
20693
20694 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20695
20696 * window.el (display-buffer-pop-up-window)
20697 (display-buffer-pop-up-side-window)
20698 (display-buffer-in-side-window): Call display-buffer-set-height
20699 and display-buffer-set-width after setting the new window's
20700 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20701
20702 2011-07-20 Sam Steingold <sds@gnu.org>
20703
20704 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20705 (etags-tags-included-tables): Call `convert-standard-filename' on
20706 the file names contained in TAGS so that windows Emacs can handle
20707 TAGS files created by cygwin ctags.
20708
20709 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20710
20711 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20712 which apparently didn't work.
20713
20714 2011-07-19 Roland Winkler <winkler@gnu.org>
20715
20716 * proced.el (proced-send-signal): For *Marked Processes* buffer
20717 put point at beginning of buffer.
20718
20719 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20720
20721 * proced.el (proced-format): Make header lines align with the text
20722 (bug#1779).
20723
20724 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20725
20726 * view.el (view-buffer): Allow running in `special' modes if we're
20727 visiting a file (bug#8615).
20728
20729 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20730
20731 * window.el (display-buffer-alist-of-strings-p)
20732 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20733 New functions.
20734 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20735 more accurately.
20736
20737 2011-07-18 Alan Mackenzie <acm@muc.de>
20738
20739 Fontify declarators properly when, e.g., a jit-lock chunk begins
20740 inside a declaration.
20741
20742 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20743
20744 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20745 New function.
20746 (c-complex-decl-matchers): Insert reference to
20747 c-font-lock-enclosing-decls.
20748
20749 * progmodes/cc-engine.el (c-backward-single-comment):
20750 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20751 to nil around calls to (forward-comment -1).
20752
20753 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20754
20755 * image.el (put-image): Doc typo fix.
20756
20757 * progmodes/etags.el (tags-search): Doc typo fix.
20758
20759 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20760 password if we get errors 550 to 554.
20761
20762 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20763
20764 * net/gnutls.el (gnutls-log-level): Remove.
20765
20766 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20767 indentation character (bug#6380).
20768
20769 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20770
20771 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20772 to clarify what the problem is (bug#4291).
20773
20774 * simple.el (current-kill): Clarify what
20775 `interprogram-paste-function' does (bug#7500).
20776 (auto-fill-mode): Document `auto-fill-function' in relation to
20777 `auto-fill-mode' (bug#2470).
20778
20779 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20780
20781 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20782 method if slot is read-only (bug#9035).
20783
20784 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20785
20786 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20787 * window.el (pop-to-buffer): Select window used even if it was
20788 selected before, see discussion of (Bug#8615), (Bug#6954).
20789 Pass argument NORECORD on to select-frame-set-input-focus.
20790
20791 2011-07-15 Glenn Morris <rgm@gnu.org>
20792
20793 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20794 Respect help-form.
20795
20796 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20797
20798 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20799 (gnutls-negotiate): Use it.
20800
20801 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20802
20803 * net/gnutls.el (gnutls-negotiate):
20804 Upcase `gnutls-algorithm-priority'.
20805
20806 2011-07-15 Glenn Morris <rgm@gnu.org>
20807
20808 * jka-compr.el (jka-compr-verbose): Move from here...
20809 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20810 Add missing :version tag.
20811 * info.el: No need to require jka-compr when compiling.
20812
20813 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20814
20815 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20816 (gnutls-negotiate): Use it.
20817
20818 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20819
20820 * info.el (Info-beginning-of-buffer): New command.
20821 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20822 announcing `b' as the key (bug#8325).
20823 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20824
20825 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20826
20827 * international/mule-cmds.el
20828 (describe-specified-language-support): Make the error message
20829 clearer (bug#8905).
20830
20831 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20832
20833 * isearch.el (isearch-barrier): Add a doc string, since it's
20834 mentioned in a function doc string (bug#8678).
20835
20836 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20837
20838 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20839 buffer argument (Bug#9083) and self-identifying label argument.
20840
20841 2011-07-15 Glenn Morris <rgm@gnu.org>
20842
20843 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20844
20845 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20846
20847 * man.el (Man-fontify-manpage): Fix message when formatting the
20848 man page (bug#7929).
20849
20850 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20851
20852 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20853 argument LRM; if non-nil, append an invisible LRM character to the
20854 buffer name.
20855 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20856 last argument non-nil, when formatting buffer names.
20857 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20858 paragraph direction.
20859
20860 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20861
20862 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20863 the man page name (bug#7929).
20864
20865 * image.el (put-image): Mention the `put-image' overlay property
20866 (bug#7834).
20867
20868 * scroll-bar.el (set-scroll-bar-mode): Mention that
20869 `scroll-bar-mode' lists the values (bug#7772).
20870
20871 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20872 command (bug#7729).
20873
20874 * rect.el (apply-on-rectangle): Return the point after the last
20875 operation.
20876 (string-rectangle): Go to the point after the last operation
20877 (bug#7522).
20878
20879 * printing.el (pr-toggle-region): Clarify the documentation
20880 slightly (bug#7493).
20881
20882 * time.el (display-time-update):
20883 Allow `display-time-mail-function' to return nil (bug#7158).
20884 Fix suggested by Detlev Zundel.
20885
20886 * vc/diff.el (diff): Clarify the order the file names are read
20887 (bug#7111).
20888
20889 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20890 the doc string (bug#7015).
20891
20892 * font-lock.el (font-lock-maximum-decoration): Mention what
20893 numeric levels mean (bug#6935).
20894
20895 * startup.el (initial-buffer-choice): Don't mention the `none'
20896 selection, which is against policy.
20897
20898 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20899
20900 * window.el (display-buffer-normalize-special):
20901 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20902
20903 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20904
20905 * subr.el (version<, version<=, version=): Mention "-CVS" and
20906 "-12345" alpha version numbers.
20907
20908 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20909
20910 * bindings.el: Add advertised binding for set-mark-command
20911 (Bug#5772).
20912
20913 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20914
20915 * bindings.el (mode-line-other-buffer):
20916 * bookmark.el (bookmark-bmenu-2-window):
20917 * bs.el (bs-cycle-next, bs-cycle-previous):
20918 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20919 switch-to-buffer.
20920
20921 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20922 Delete.
20923
20924 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20925
20926 * follow.el (follow-debug-message, follow-redisplay):
20927 * jka-cmpr-hook.el (with-auto-compression-mode):
20928 Fix typos in docstrings.
20929
20930 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20931
20932 * subr.el (with-silent-modifications): Clarify somewhat what the
20933 macro inhibits (bug#6525).
20934
20935 * simple.el (eval-expression): Note what it does if called
20936 interactively (bug#6495).
20937
20938 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20939
20940 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20941 Use pop-to-buffer buffer-or-name if it is nil.
20942
20943 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20944 Remove switch-to-buffer.
20945
20946 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20947
20948 * files.el (make-directory): Clarify that an error will be raised
20949 if there's an error (bug#6397).
20950
20951 * startup.el (initial-buffer-choice): Add `none' as a choice
20952 (bug#6234).
20953
20954 * subr.el (add-hook): Clarify section about buffer-local hooks
20955 (bug#6218).
20956
20957 * dired.el (dired-flagged): Clarify doc string (bug#6117).
20958
20959 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
20960
20961 * tabify.el (untabify): Preserve the current column so that point
20962 doesn't move (bug#6032).
20963
20964 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20965
20966 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20967 Rewrite to avoid awkward possessive "s" (bug#5986).
20968
20969 2011-07-13 Glenn Morris <rgm@gnu.org>
20970
20971 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
20972 (dired-insert-directory): Give a message the first time
20973 if ls is found not to support --dired.
20974
20975 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20976
20977 * simple.el (toggle-truncate-lines): Clarify what is toggled
20978 (bug#5580). Text by Drew Adams.
20979
20980 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20981
20982 * simple.el (blink-matching-open): Make the error message from the
20983 last change less verbose.
20984
20985 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
20986
20987 * font-lock.el (font-lock-comment-face): Use the high contrast
20988 "yellow" color for font-lock-comment-face on low color terminals
20989 using a dark background color (bug#4221).
20990
20991 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20992
20993 * dired.el (dired-insert-set-properties): Make the doc string
20994 reflect what it does now (bug#5325).
20995
20996 * simple.el (blink-matching-open): Say that we were unable to find
20997 the match within the limit, if we're limited (bug#5122).
20998
20999 * international/mule-cmds.el (prefer-coding-system): Add an
21000 example (bug#4869).
21001
21002 * progmodes/etags.el (tags-search): Document `file-list-form'
21003 (bug#4731).
21004
21005 2011-07-13 Lawrence Mitchell <wence@gmx.li>
21006
21007 * net/browse-url.el (browse-url-default-browser)
21008 (browse-url-browser-function): Make the default browser choice a
21009 bit more logical (bug#4300). Also clean up the doc string.
21010
21011 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21012
21013 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21014 binary endings (bug#4440).
21015
21016 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21017
21018 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21019 which can be pretty annoying (bug#8971).
21020
21021 * jka-compr.el (jka-compr-verbose): New variable, and use
21022 throughout (bug#8971).
21023
21024 * info.el (Info-find-file): Fall back on the installation
21025 directory if we can't find the info node anywhere else.
21026
21027 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
21028
21029 * vc/vc.el (vc-revert-file):
21030 Don't set file time-stamp in the past. (Bug#5181)
21031
21032 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21033
21034 * files.el (after-find-file): Give a better error message when
21035 trying to find a symlink that points to a file that doesn't exist
21036 (bug#4398).
21037
21038 * progmodes/cc-vars.el: Remove (probably) misleading comment
21039 (bug#4396).
21040
21041 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21042
21043 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21044
21045 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21046
21047 * mouse-sel.el: Hack restoring functionality, while keeping
21048 compatibility with 2010-07-03 changes to mouse selection.
21049 (mouse-sel-primary-overlay): New var.
21050 (mouse-sel-selection-alist): Use it.
21051 (mouse-sel-mode): Doc fix; remove points that are default features
21052 of mouse.el.
21053
21054 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21055
21056 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21057 Fix previous fix (bug#2490).
21058
21059 2011-07-12 Roland Winkler <winkler@gnu.org>
21060
21061 * textmodes/bibtex.el (bibtex-initialize):
21062 Use pop-to-buffer-same-window.
21063 (bibtex-search-entries): Fix interactive call.
21064
21065 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21066
21067 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21068 Fontise bytecomp Error lines more correctly (bug#2490).
21069 Fix suggested by Johan BockgĂ¥rd.
21070
21071 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21072
21073 * dired-x.el (dired-guess-default): Use `delete-dups'.
21074
21075 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21076
21077 * dired.el (dired-mark-prompt):
21078 * dired-aux.el (dired-read-shell-command): Doc fix.
21079
21080 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21081
21082 * mail/sendmail.el (sendmail-query-once):
21083 Use `customize-save-variable' unconditionally, now that it works under
21084 emacs -Q.
21085
21086 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21087
21088 * cus-edit.el (custom-file): Take an optional no-error variable.
21089 (customize-save-variable): Set the variable, and give a warning if
21090 running under "emacs -q".
21091
21092 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
21093
21094 * loadhist.el (unload-feature-special-hooks):
21095 Add `auto-coding-functions', `fill-nobreak-predicate' and
21096 `find-directory-functions' (bug#5327).
21097
21098 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21099
21100 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21101
21102 * cus-edit.el (custom-guess-name-alist): -alist variables should
21103 use the `alist' type (bug#3120). Suggested by Drew Adams.
21104
21105 * printing.el: Add documentation to all the `pr-toggle-' commands.
21106
21107 2011-07-11 Leo Liu <sdl.web@gmail.com>
21108
21109 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21110 backends where it makes sense (bug#2623).
21111
21112 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21113
21114 * dired-x.el (dired-guess-default): Remove duplicate shell command
21115 entries (bug#2028).
21116 (dired-guess-default): Fix grammar in doc string (bug#2028).
21117 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21118
21119 * subr.el (remove-duplicates): New conveniency function.
21120
21121 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21122
21123 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21124 (bug#1526).
21125
21126 2011-07-10 Martin Rudalics <rudalics@gmx.at>
21127
21128 * window.el (display-buffer-normalize-default): Don't invert
21129 meaning of even-window-heights. Reported by Eli Zaretskii
21130 <eliz@gnu.org>.
21131
21132 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
21133
21134 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21135
21136 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
21137
21138 * window.el (display-buffer): Fix arguments to
21139 display-buffer-reuse-window in last change.
21140
21141 * faces.el (link): Use a less saturated blue on light backgrounds.
21142
21143 * startup.el (fancy-startup-text, fancy-about-text)
21144 (fancy-startup-tail): Use font-lock faces, for background safety.
21145
21146 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
21147
21148 * emulation/viper-cmd.el (viper-change-state-to-vi):
21149 Limit triggering of abbrev expansion (Bug#9038).
21150
21151 2011-07-09 Martin Rudalics <rudalics@gmx.at>
21152
21153 * window.el (display-buffer-default-specifiers): Remove.
21154 (display-buffer-macro-specifiers): Remove default specifiers.
21155 (display-buffer-alist): Default to nil.
21156 (display-buffer-reuse-window): New optional argument other-window.
21157 (display-buffer-pop-up-window): Allow splitting internal
21158 windows. Check whether a live window was created.
21159 (display-buffer-other-window-means-other-frame)
21160 (display-buffer-normalize-arguments): Rename to
21161 display-buffer-normalize-argument and rewrite. Set the
21162 other-window specifier.
21163 (display-buffer-normalize-special): New function.
21164 (display-buffer-normalize-options): Rename to
21165 display-buffer-normalize-default and rewrite.
21166 (display-buffer-normalize-options-inhibit): Remove.
21167 (display-buffer-normalize-specifiers): Rewrite.
21168 (display-buffer): Process other-window specifier and call
21169 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
21170 more faithfully.
21171 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21172 (display-buffer-alist-set): Don't handle 'unset default values.
21173 (display-buffer-in-window, display-buffer-alist-set):
21174 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
21175 <tassilo@member.fsf.org>.
21176
21177 2011-07-09 Leo Liu <sdl.web@gmail.com>
21178
21179 * register.el (insert-register): Restore accidental change on
21180 2011-06-26. (Bug#9028)
21181
21182 2011-07-09 Glenn Morris <rgm@gnu.org>
21183
21184 * subr.el (remq): Handle the empty list. (Bug#9024)
21185
21186 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
21187
21188 * mail/sendmail.el (send-mail-function): No longer delay custom
21189 initialization.
21190 * custom.el (custom-initialize-delay): Doc fix.
21191
21192 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21193
21194 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21195
21196 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
21197
21198 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21199 human-friendly prompt.
21200
21201 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21202
21203 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21204 provided by a particular plugin.
21205
21206 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
21207
21208 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21209 save customizations (with "emacs -Q"), just set the variable
21210 instead of erroring out.
21211
21212 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21213
21214 2011-07-08 Juri Linkov <juri@jurta.org>
21215
21216 * arc-mode.el (archive-zip-expunge, archive-zip-update)
21217 (archive-zip-update-case): Use 7z if found by `executable-find'.
21218 The order of searching the available programs is the same as in
21219 `archive-zip-extract' (bug#8968).
21220
21221 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21222
21223 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21224 (menu-bar-options-menu): Tweak descriptions.
21225
21226 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21227
21228 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21229 menu items into verb phrases (bug#1421). Also refill to fit under
21230 80 columns.
21231
21232 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21233
21234 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21235 (Info-read-node-name): Doc fix (Bug#1084).
21236
21237 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21238 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21239 (end-of-sexp, beginning-of-sexp)
21240 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21241 (forward-symbol, forward-same-syntax, word-at-point)
21242 (sentence-at-point): Doc fix (Bug#1144).
21243
21244 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21245
21246 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21247 should cover it (bug#1281).
21248
21249 * cus-edit.el (custom-show): Mark as obsolete.
21250
21251 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21252 negotiation fails, then possibly try again with a non-encrypted
21253 connection (bug#9017).
21254
21255 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21256 be used.
21257
21258 2011-07-07 Richard Stallman <rms@gnu.org>
21259
21260 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21261 property, and handle its changed format.
21262 Look for the correct line number.
21263 Use file's line contents (but not past first =) to find
21264 correct line in message.
21265
21266 2011-07-07 Kenichi Handa <handa@m17n.org>
21267
21268 * international/characters.el (build-unicode-category-table):
21269 Delete it.
21270 (unicode-category-table): Set it by unicode-property-table-internal.
21271
21272 * international/mule-cmds.el (char-code-property-alist): Move to
21273 to src/chartab.c.
21274 (get-char-code-property): Call unicode-property-table-internal to
21275 load a file. Call get-unicode-property-internal where necessary.
21276 (put-char-code-property): Call unicode-property-table-internal to
21277 load a file. Call put-unicode-property-internal where necessary.
21278 put-unicode-property-internal where necessary.
21279 (char-code-property-description):
21280 Call unicode-property-table-internal to load a file.
21281
21282 * international/charprop.el:
21283 * international/uni-bidi.el:
21284 * international/uni-category.el:
21285 * international/uni-combining.el:
21286 * international/uni-comment.el:
21287 * international/uni-decimal.el:
21288 * international/uni-decomposition.el:
21289 * international/uni-digit.el:
21290 * international/uni-lowercase.el:
21291 * international/uni-mirrored.el:
21292 * international/uni-name.el:
21293 * international/uni-numeric.el:
21294 * international/uni-old-name.el:
21295 * international/uni-titlecase.el:
21296 * international/uni-uppercase.el: Regenerate.
21297
21298 * loadup.el: Load international/charprop.el before
21299 international/characters.
21300
21301 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21302
21303 * window.el (next-buffer, previous-buffer): Signal an error if
21304 called from a minibuffer window.
21305
21306 * bindings.el: Revert 2011-07-04 change.
21307
21308 2011-07-06 Richard Stallman <rms@gnu.org>
21309
21310 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21311 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21312 Treat markers like ints.
21313 (rmail-mime-entity): Doc fix.
21314
21315 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21316
21317 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21318 defcustom again for backwards compatibility.
21319
21320 * simple.el (shell-command-on-region): Fill.
21321
21322 * dired-aux.el (dired-kill-line): Add a doc string.
21323
21324 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21325 to "\\sw\\|\\s_" (bug#358).
21326
21327 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21328 (dired-unmark-backward): Ditto.
21329 (dired-flag-backup-files): Ditto.
21330
21331 * dired-x.el (dired-mark-sexp): Ditto.
21332
21333 2011-07-06 Richard Stallman <rms@gnu.org>
21334
21335 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21336 (rmail-mime-entity): New arg TRUNCATED.
21337 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21338 New functions.
21339 (rmail-mime-save): Warn if entity is truncated.
21340 (rmail-mime-toggle-hidden): Likewise, for showing.
21341 (rmail-mime-process-multipart): Record when an entity is truncated.
21342
21343 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21344 if ENTITY is a string.
21345
21346 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21347
21348 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21349 of faces when `M-C-x'-ing their definitions (bug#8378).
21350 Also clean up the code slightly.
21351
21352 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21353 because that makes the colors go away.
21354
21355 * mail/sendmail.el (send-mail-function): Change the default to
21356 `sendmail-query-once'.
21357 (sendmail-query-once): Add an autoload cookie.
21358
21359 * net/network-stream.el (network-stream-open-starttls): Try using
21360 a plain connection even if the server offered STARTTLS, and we
21361 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21362 capability. This should make smtpmail.el work in slightly more
21363 configurations.
21364
21365 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21366
21367 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21368 New defun.
21369 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21370
21371 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21372
21373 * progmodes/sql.el: Version 3.0
21374 (sql-product-alist): Add product :completion-object,
21375 :completion-column, and :statement attributes.
21376 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21377 (sql-mode-syntax-table): Mark all punctuation.
21378 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21379 ansi keywords.
21380 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21381 (sql-mode-oracle-font-lock-keywords): Improve.
21382 (sql-oracle-show-reserved-words): New function for development.
21383 (sql-product-font-lock): Simplify for source code buffers.
21384 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21385 New functions.
21386 (sql-highlight-product): Set product specific syntax table.
21387 (sql-mode-map): Add statement movement functions.
21388 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21389 New variable.
21390 (sql-statement-regexp, sql-beginning-of-statement)
21391 (sql-end-of-statement, sql-signum): New functions.
21392 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21393 (sql-show-sqli-buffer): Bug fix.
21394 (sql-interactive-mode): Store connection data as buffer local.
21395 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21396 with sql-interactive-mode.
21397 (sql-save-connection): Save buffer local settings.
21398 (sql-connection-menu-filter): Change menu entry name.
21399 (sql-product-interactive): Bug fix.
21400 (sql-preoutput-hold): New variable.
21401 (sql-interactive-remove-continuation-prompt): Bug fixes.
21402 (sql-debug-redirect): New variable.
21403 (sql-str-literal): New function.
21404 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21405 Redesign.
21406 (sql-oracle-save-settings, sql-oracle-restore-settings)
21407 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21408 (sql-completion-object, sql-completion-column)
21409 (sql-completion-sqlbuf): New variables.
21410 (sql-build-completions-1, sql-build-completions)
21411 (sql-try-completion): New functions.
21412 (sql-read-table-name): Use them.
21413 (sql-contains-names): New buffer local variable.
21414 (sql-list-all, sql-list-table): Use it.
21415 (sql-oracle-completion-types): New variable.
21416 (sql-oracle-completion-object, sql-sqlite-completion-object)
21417 (sql-postgres-completion-object): New functions.
21418
21419 2011-07-06 Glenn Morris <rgm@gnu.org>
21420
21421 * window.el (pop-to-buffer): Doc fix.
21422
21423 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21424
21425 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21426
21427 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21428
21429 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21430
21431 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21432
21433 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21434
21435 * button.el (button): Inherit from link face. Suggested by Dan
21436 Nicolaescu.
21437
21438 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21439
21440 * progmodes/gdb-mi.el: Fit in 80 columns.
21441 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21442 switch-to-buffer.
21443
21444 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21445 if imenu is simply not configured (bug#8941).
21446
21447 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21448
21449 * allout.el (allout-post-undo-hook): New allout outline-change
21450 event hook to signal undo activity.
21451 (allout-post-command-business): Run allout-post-undo-hook if an
21452 undo just occurred.
21453 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21454 * allout-widgets.el (allout-widgets-after-undo-function):
21455 Ensure the integrity of the current item's decoration after it has been
21456 in the vicinity of an undo.
21457 (allout-widgets-mode): Include allout-widgets-after-undo-function
21458 on the new allout-post-undo-hook.
21459
21460 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21461
21462 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21463 Let define-derived-mode define it.
21464 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21465 cycles of abbrev-table inheritance (bug#8998).
21466
21467 2011-07-05 Roland Winkler <winkler@gnu.org>
21468
21469 * textmodes/bibtex.el: Add support for biblatex.
21470 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21471 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21472 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21473 (bibtex-entry-alist, bibtex-field-alist): New variables.
21474 (bibtex-entry-field-alist): Obsolete alias for
21475 bibtex-BibTeX-entry-alist.
21476 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21477 (bibtex-set-dialect): New command.
21478 (bibtex-entry-type, bibtex-entry-head)
21479 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21480 Bind via bibtex-set-dialect.
21481 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21482 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21483 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21484 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21485 Define via bibtex-set-dialect.
21486 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21487 Obey bibtex-no-opt-remove-re.
21488 (bibtex-vec-push, bibtex-vec-incr): New functions.
21489 (bibtex-format-entry, bibtex-field-list)
21490 (bibtex-print-help-message, bibtex-validate)
21491 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21492
21493 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21494
21495 * progmodes/compile.el (compilation-goto-locus):
21496 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21497 * bs.el (bs-cycle-next, bs-cycle-previous):
21498 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21499 * bindings.el (mode-line-other-buffer):
21500 * autoinsert.el (auto-insert):
21501 * arc-mode.el (archive-extract):
21502 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21503
21504 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21505
21506 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21507 Fix check of `emacs-lock-unlockable-modes'.
21508 Coerce true values of `emacs-lock--try-unlocking' to t.
21509
21510 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21511
21512 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21513 * emacs-lock.el: New file.
21514
21515 2011-07-05 Julien Danjou <julien@danjou.info>
21516
21517 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21518 than `boundp' to check if face is set.
21519
21520 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21521
21522 * register.el (registerv-make):
21523 * window.el (window-min-height): Fix typos in docstrings.
21524
21525 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21526
21527 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21528 Update doc string.
21529
21530 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21531
21532 * server.el (server-execute): Catch quit and call
21533 `server-return-error' to pass the error back to emacsclient and
21534 close the connection (bug#8942).
21535
21536 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21537
21538 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21539 insecure exception for current topic. Also note that auto-saves
21540 are handled differently.
21541
21542 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21543 State variables for tracking auto-save inhibition situation.
21544
21545 (allout-write-contents-hook-handler): Rename from
21546 'allout-write-file-hook-handler', and describe how it depends on
21547 write-contents-functions sensitivity to non-nil value to prevent
21548 file write.
21549
21550 (allout-auto-save-hook-handler): Remove. auto-save does not check
21551 this in individual buffers, only in the starting buffer, so this
21552 is not the right way for us to inhibit auto-save in a buffer
21553 according to its condition.
21554
21555 (allout-mode): Use new allout-write-contents-hook-handler, and
21556 only with write-contents-functions. Remove auto-save provisions -
21557 they're implemented elsewhere.
21558
21559 (allout-before-change-handler): If undo is in progress, note that
21560 for attention of allout-post-command-business.
21561
21562 (allout-post-command-business): If the command we're following was
21563 an undo, check for change in the status of encrypted items and
21564 adjust auto-save inhibitions accordingly.
21565
21566 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21567 according to whether there are or aren't any plain-text topics
21568 pending encryption.
21569
21570 (allout-inhibit-auto-save-info-for-decryption):
21571 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21572 if there are plain-text topics pending encryption.
21573
21574 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21575 buffer-saved-size and some allout state to not inhibit auto-saves
21576 if there are no longer any plain-text topics pending encryption.
21577
21578 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21579 No longer provide for exemption of the current topic.
21580
21581 2011-07-04 Juri Linkov <juri@jurta.org>
21582
21583 Add 7z operations to delete and save changed members (bug#8968).
21584 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21585 New defcustoms.
21586 (archive-7z-write-file-member): New function.
21587 (archive-7z-summarize): Fix the number of dashes in the
21588 listing output.
21589
21590 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21591
21592 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21593 (bug#8958).
21594
21595 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21596
21597 * bindings.el: Ignore next-buffer and previous-buffer in
21598 minibuffer-local-map.
21599
21600 * font-lock.el (font-lock-builtin-face): Change light background
21601 color to dark slate blue (Bug#6693).
21602
21603 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21604
21605 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21606
21607 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21608
21609 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21610 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21611 Add switch-to-buffer.
21612
21613 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21614
21615 * isearch.el (isearch-search-fun-function): Clarify further the
21616 meaning of the function returned.
21617
21618 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21619
21620 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21621
21622 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21623 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21624 Use it.
21625 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21626 `tramp-default-remote-path' does not exist.
21627 (tramp-send-command-and-read): New optional argument NOERROR.
21628 (tramp-open-connection-setup-interactive-shell)
21629 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21630 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21631 (tramp-process-sentinel): Flush also process' connection property.
21632 (tramp-sh-handle-start-file-process): Do not set process
21633 sentinel. It is done now ...
21634 (tramp-maybe-open-connection): ... here. (Bug#8929)
21635
21636 2011-07-04 MON KEY <monkey@sandpframing.com>
21637
21638 * play/animate.el (animate-string): Doc fixes and allow changing
21639 the buffer name (bug#5417).
21640
21641 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21642
21643 * play/animate.el (animation-buffer-name): Rename from *animate*.
21644
21645 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21646
21647 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21648 This is simpler and helps future-proof the code.
21649 (timer-until): Use time-subtract and float-time.
21650 (timer--time-less-p): Use time-less-p.
21651
21652 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21653
21654 * type-break.el (timep): Use the value of `float-time' to avoid a
21655 byte-compiler warning.
21656
21657 * server.el (server-eval-and-print): Return any result, even nil.
21658
21659 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21660
21661 * type-break.el: Accept time formats that the builtins accept.
21662 (timep, type-break-time-difference): Accept any format that
21663 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21664 This is simpler and helps future-proof the code.
21665 (type-break-time-difference): Round rather than ignoring
21666 subseconds components.
21667
21668 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21669
21670 * info.el (Info-apropos-matches): Make non-interactive, since it
21671 doesn't seem to do anything useful as a command (bug#8829).
21672
21673 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21674
21675 * frame.el (frame-background-mode, frame-set-background-mode):
21676 Move from faces.el.
21677 (frame-default-terminal-background): New function.
21678
21679 * custom.el (custom-push-theme): Don't record faces in `changed'
21680 theme; this doesn't work correctly for per-frame face settings.
21681 (disable-theme): Use face-set-after-frame-default to reset faces.
21682 (custom--frame-color-default): New function.
21683
21684 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21685
21686 * dired.el (dired-flagging-regexp): Remove unused variable
21687 (bug#8769).
21688
21689 2011-03-29 Kevin Ryde <user42@zip.com.au>
21690
21691 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21692 `perl-Test2' extend to match possible "fail #N" rep count
21693 (bug#8377).
21694
21695 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21696
21697 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21698 `smtpmail-via-smtp' now returns the error instead of nil.
21699
21700 * isearch.el (isearch-search-fun-function): Clarify the doc string
21701 (bug#8101).
21702
21703 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21704
21705 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21706 unnecessary spaces (bug#8987).
21707
21708 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21709
21710 * net/network-stream.el (open-network-stream): Use the
21711 :end-of-capability command thoughout.
21712
21713 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21714
21715 * net/network-stream.el (open-network-stream): Add the
21716 :end-of-capability command parameter, used by pop3.el.
21717
21718 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21719
21720 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21721
21722 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21723 for list)" (bug#6475).
21724
21725 * files.el (file-expand-wildcards): Ignore non-readable
21726 sub-directories while trying to find matches instead of signaling
21727 an error (bug#6297).
21728
21729 * man.el (Man-reference-regexp): Allow matching possible
21730 word-wrapped references (bug#6289).
21731
21732 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21733 for consistency with the other vc buffers (bug#6197).
21734 (vc-checkin): Ditto.
21735
21736 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21737
21738 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21739
21740 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21741
21742 * custom.el (defcustom): Clarify that :set is only used in the
21743 Customize user interface (bug#6089).
21744
21745 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21746 associated with a file, refuse to run instead of erroring out
21747 (bug#6084).
21748
21749 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21750 the doc string, since it appears that using `fill-column' always
21751 controls the width (bug#7845).
21752
21753 * simple.el (shell-command-on-region): Say where the error output
21754 went if `shell-command-default-error-buffer' is set (bug#6857).
21755
21756 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21757
21758 * allout.el (allout-yank-processing): Adjust cursor position for
21759 backwards-deleted space.
21760
21761 (allout-rebullet-heading): Register changes with
21762 allout-exposure-changed-hook, so the modified topic is properly
21763 decorated.
21764
21765 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21766
21767 * minibuffer.el (completion-in-region): Document PREDICATE
21768 (bug#7136).
21769
21770 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21771 of keyword/argument pairs (bug#6904).
21772
21773 * replace.el (multi-occur):
21774 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21775
21776 2011-07-02 Drew Adams <drew.adams@oracle.com>
21777
21778 * dired.el (dired-mark-if): Make the message about whether it's
21779 marking or unmarking clearer (bug#8523).
21780
21781 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21782
21783 * disp-table.el (display-table-print-array): New function.
21784 (describe-display-table): Use it to print the vectors more pretty
21785 (Bug#8859).
21786
21787 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21788
21789 * window.el (window-state-get-1): Don't assign clone numbers.
21790 Add clone-of item to list of window parameters.
21791 (window-state-put-2): Don't process clone numbers.
21792 (display-buffer-alist): Fix doc-string.
21793
21794 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21795
21796 * subr.el (remq): Don't allocate if it's not needed.
21797 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21798 (keymap--merge-bindings): New functions.
21799 (keymap-canonicalize): Use them to refine the canonicalization.
21800 * minibuffer.el (minibuffer-local-completion-map)
21801 (minibuffer-local-must-match-map): Move initialization from C.
21802 (minibuffer-local-filename-completion-map): Move initialization from C;
21803 don't inherit from anything here.
21804 (minibuffer-local-filename-must-match-map): Make obsolete.
21805 (completing-read-default): Use make-composed-keymap to combine
21806 minibuffer-local-filename-completion-map with either
21807 minibuffer-local-must-match-map or
21808 minibuffer-local-filename-completion-map.
21809
21810 2011-07-01 Glenn Morris <rgm@gnu.org>
21811
21812 * type-break.el (type-break-time-sum): Use dolist.
21813
21814 * textmodes/flyspell.el (flyspell-word-search-backward):
21815 Replace CL function.
21816
21817 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * mouse.el (mouse--strip-first-event): New function.
21820 (function-key-map): Use it to map fringe clicks to normal clicks
21821 by default.
21822
21823 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21824 (vc-bzr-revision-completion-table): Add support for annotate and date.
21825
21826 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21827 inherit from parent.
21828
21829 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21830
21831 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21832 (dired-show-file-type): Doc fixup (bug#8818).
21833
21834 * dired.el (dired-mode): Fix up the doc string as suggested by
21835 Drew Adams (bug#8817).
21836
21837 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21838 cookie, since the manual says that it should be possible to add
21839 this function to `find-file-hook' (bug#8709).
21840
21841 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21842
21843 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21844 here. Noted Ted Zlatanov as the maintainer.
21845 (cfengine-common-settings, cfengine-common-syntax): New functions
21846 to set up common things between `cfengine-mode' and
21847 `cfengine3-mode'.
21848 (cfengine3-mode): New mode.
21849 (cfengine3-defuns cfengine3-defuns-regex
21850 (cfengine3-class-selector-regex cfengine3-category-regex)
21851 (cfengine3-vartypes cfengine3-font-lock-keywords)
21852 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21853 (cfengine3-indent-line): Add from cfengine3.el.
21854
21855 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21856
21857 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21858
21859 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21860
21861 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21862
21863 * window.el (same-window-buffer-names, same-window-regexps)
21864 (same-window-p, special-display-frame-alist)
21865 (special-display-popup-frame, special-display-function)
21866 (special-display-buffer-names, special-display-regexps)
21867 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21868 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21869 (split-window-preferred-function, split-height-threshold)
21870 (split-width-threshold, even-window-heights)
21871 (display-buffer-mark-dedicated, window-splittable-p)
21872 (split-window-sensibly, window-safely-shrinkable-p):
21873 Un-obsolete.
21874 (display-buffer): Don't spread args with function specifier
21875 because special-display-popup-frame won't like it.
21876
21877 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21878
21879 Time-stamp simplifications and fixes.
21880 These improve accuracy slightly, and future-proof the code
21881 against some potential changes to current-time format.
21882
21883 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21884 by using time-since and float-time.
21885
21886 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21887 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21888 + NNN microseconds".
21889
21890 * type-break.el (type-break-time-sum): Rewrite using time-add.
21891
21892 * play/hanoi.el (hanoi-current-time-float): Remove.
21893 All uses replaced by float-time.
21894
21895 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21896 This yields a more-accurate answer.
21897 (rng-time-to-float): Remove; no longer needed.
21898
21899 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21900
21901 * calendar/timeclock.el (timeclock-seconds-to-time):
21902 Defalias to seconds-to-time, since they're the same thing.
21903
21904 * emacs-lisp/elp.el (elp-elapsed-time):
21905 * emacs-lisp/benchmark.el (benchmark-elapse):
21906 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21907
21908 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21909
21910 * window.el (bury-buffer): Don't iconify the only frame.
21911 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21912 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21913
21914 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21915
21916 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21917 Add mouse-yank-primary.
21918
21919 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21920
21921 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21922
21923 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21924
21925 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21926 (find-library-name): Use it to find relative load names when provided
21927 absolute file name (bug#8803).
21928
21929 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21930
21931 * textmodes/flyspell.el (flyspell-word): Consider words that
21932 differ only in case as potential doublons (bug#5687).
21933
21934 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21935 Remove two rather uninteresting debugging-like messages to make
21936 debbugs.el more silent.
21937
21938 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21939 a password-like phrase.
21940
21941 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21942
21943 * progmodes/cc-guess.el: New file.
21944
21945 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21946
21947 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21948 derived from `c-basic-common-init'.
21949
21950 * progmodes/cc-mode.el (top-level): Require cc-guess.
21951 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21952
21953 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21954
21955 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21956
21957 2011-06-30 Alan Mackenzie <acm@muc.de>
21958
21959 * progmodes/cc-engine.el (c-guess-continued-construct):
21960 Correct the handling of template-args-cont, particularly for when font
21961 lock is disabled. Name this case as "CASE G".
21962
21963 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
21964
21965 * allout.el (allout-yank-processing): Fix injection of extra space
21966 between bullet and non-whitespace character in first topic when
21967 pasting, ensuring that the actual spacing in the pasted topic
21968 following the bullet char is preserved. This extra space was
21969 causing pasted encrypted topics to get a decrypted status even
21970 when the content was actually still encrypted. Now the decryption
21971 status from before the paste is preserved.
21972
21973 (allout-flag-region): Set all allout overlays so they evaporate
21974 when reduced to zero length (evanescent), to prevent overlay
21975 leakage.
21976
21977 2011-06-30 Glenn Morris <rgm@gnu.org>
21978
21979 * w32-fns.el (w32-charset-info-alist): Declare.
21980
21981 * find-dired.el (find-grep-options): Simplify.
21982
21983 * term/ns-win.el (ns-set-resource): Declare.
21984
21985 * ses.el (row, col): Declare dynamic variables honestly.
21986
21987 * textmodes/reftex-parse.el (index-tags): Declare.
21988
21989 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
21990
21991 * cus-edit.el (customize-push-and-save): New function.
21992
21993 * files.el (hack-local-variables-confirm): Use it.
21994
21995 * custom.el (load-theme): New arg NO-CONFIRM.
21996 Use customize-push-and-save (Bug#8720).
21997 (custom-enabled-themes): Doc fix.
21998
21999 * cus-theme.el (customize-create-theme)
22000 (custom-theme-merge-theme): Callers to load-theme changed.
22001
22002 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22003
22004 * thingatpt.el (thing-at-point-short-url-regexp): Require that
22005 short URLs have at least one dot in them (bug #7614).
22006
22007 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22008 nil, because using a pty is apparently too slow (bug #895).
22009
22010 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22011
22012 * mail/sendmail.el (sendmail-query-once): New function.
22013 (sendmail-query-once-function): New variable.
22014
22015 2011-06-29 Glenn Morris <rgm@gnu.org>
22016
22017 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22018
22019 * ses.el (top-level): Require cl when compiling.
22020 (ses-set-localvars): Fix error statement.
22021 Call it at compile time to silence a storm of warnings.
22022
22023 2011-06-29 Martin Rudalics <rudalics@gmx.at>
22024
22025 * window.el (normalize-live-buffer): Rename to
22026 window-normalize-buffer.
22027 (normalize-live-frame): Rename to window-normalize-frame.
22028 (normalize-any-window): Rename to window-normalize-any-window.
22029 (normalize-live-window): Rename to window-normalize-live-window.
22030 (make-window-atom): Rename to window-make-atom.
22031 (window-resize-reset): Rename to window--resize-reset.
22032 (window-resize-reset-1): Rename to window--resize-reset-1.
22033 (resize-mini-window): Rename to window--resize-mini-window.
22034 (resize-subwindows-skip-p): Rename to
22035 window--resize-subwindows-skip-p.
22036 (resize-subwindows-normal): Rename to
22037 window--resize-subwindows-normal.
22038 (resize-subwindows): Rename to window--resize-subwindows.
22039 (resize-other-windows): Rename to window--resize-siblings.
22040 (resize-this-window): Rename to window--resize-this-window.
22041 (resize-root-window): Rename to window--resize-root-window.
22042 (resize-root-window-vertically): Rename to
22043 window--resize-root-window-vertically.
22044 (normalize-buffer-to-display): Rename to
22045 window-normalize-buffer-to-display.
22046 (normalize-buffer-to-switch-to): Rename to
22047 window-normalize-buffer-to-switch-to.
22048 Correspondingly update all callers of the functions listed
22049 above.
22050 (display-buffer-alist, display-buffer-normalize-arguments)
22051 (display-buffer-normalize-options, display-buffer)
22052 (display-buffer-alist-set): Use "function" instead of
22053 "fun-with-args".
22054
22055 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
22056
22057 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22058 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
22059 debbugs.gnu.org. Mention acknowledgment email.
22060
22061 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
22062
22063 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22064 buffer multibyteness, since it shouldn't matter.
22065
22066 2011-06-28 Martin Rudalics <rudalics@gmx.at>
22067
22068 * window.el (display-buffer-in-side-window): Handle dedicated
22069 windows as in display-buffer-reuse-window.
22070 (display-buffer-normalize-alist): Use value of override
22071 specifier.
22072 (display-buffer-normalize-specifiers): Use value of
22073 other-window-means-other-frame specifier.
22074 (display-buffer-alist): Rewrite some texts in widgets.
22075 (display-buffer): Spread arguments when calling function
22076 specified by fun-with-args.
22077
22078 2011-06-28 Deniz Dogan <deniz@dogan.se>
22079
22080 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22081 Unnest `let'.
22082
22083 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22084 selectors (Bug#5732).
22085 (css-proprietary-nmstart-re): Use `regexp-opt'.
22086
22087 2011-06-27 Jari Aalto <jari.aalto@cante.net>
22088
22089 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22090 (eshell-ls-date-format): New defcustom.
22091 (eshell-ls-file): Use it.
22092
22093 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22094
22095 * help-fns.el (describe-variable): Fix message for terminal-local vars.
22096
22097 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
22098
22099 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22100 (ange-ftp-make-tmp-name): New arg.
22101 (ange-ftp-file-local-copy): Use it.
22102
22103 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
22104
22105 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22106 no-conversion (Bug#8870).
22107
22108 2011-06-27 Martin Rudalics <rudalics@gmx.at>
22109
22110 * window.el (window-right, window-left, window-child)
22111 (window-child-count, window-last-child)
22112 (window-iso-combination-p, walk-window-tree-1)
22113 (window-atom-check-1, window-tree-1, delete-window)
22114 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22115 new naming conventions - window-vchild, window-hchild,
22116 window-next and window-prev are now called window-top-child,
22117 window-left-child, window-next-sibling and window-prev-sibling
22118 respectively.
22119 (resize-window-reset): Rename to window-resize-reset.
22120 (resize-window-reset-1): Rename to window-resize-reset-1.
22121 (resize-window): Rename to window-resize.
22122 (window-min-height, window-min-width)
22123 (resize-mini-window, resize-this-window, resize-root-window)
22124 (resize-root-window-vertically, adjust-window-trailing-edge)
22125 (enlarge-window, shrink-window, maximize-window)
22126 (minimize-window, delete-window, quit-restore-window)
22127 (split-window, balance-windows, balance-windows-area-adjust)
22128 (balance-windows-area, window-state-put-2)
22129 (display-buffer-even-window-sizes, display-buffer-set-height)
22130 (display-buffer-set-width, set-window-text-height)
22131 (fit-window-to-buffer): Rename all "resize-window" prefixed
22132 calls to use the "window-resize" prefix convention.
22133 (display-buffer-alist): Fix symbol for label specifier.
22134 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22135 corresponding specifier.
22136 Reported by Juanma Barranquero <lekktu@gmail.com>.
22137
22138 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22139
22140 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22141 convention.
22142 (ses-call-printer): Does not pass an empty string to formatter when the
22143 cell is empty to keep from barking printer Calc math-format-value.
22144
22145 2011-06-27 Richard Stallman <rms@gnu.org>
22146
22147 * battery.el (battery-mode-line-limit): New variable.
22148 (battery-update): Handle it.
22149
22150 * mail/rmailmm.el (rmail-mime-process-multipart):
22151 Handle truncated messages.
22152
22153 2011-06-27 Glenn Morris <rgm@gnu.org>
22154
22155 * progmodes/flymake.el (flymake-err-line-patterns):
22156 Allow for column numbers in the ant/javac pattern. (Bug#8866)
22157
22158 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22159
22160 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22161 (ses--clean-!, ses--clean-_): New functions.
22162 (ses-range): Add configurability of readout order, and conversion
22163 to Calc vector.
22164
22165 * ses.el (ses-repair-cell-reference-all): New function.
22166 (ses-cell-symbol): Set macro as safe, so that it can be used in
22167 formulas.
22168
22169 * ses.el: Update cycle detection algorithm.
22170 (ses-localvars): Add ses--Dijkstra-attempt-nb and
22171 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22172 (ses-set-localvars): New function.
22173 (ses-make-cell): Add property-list as a cell element.
22174 (ses-cell-property-get-fun, ses-cell-property-get)
22175 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22176 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22177 New functions.
22178 (ses-cell-property-set, ses-cell-property-pop)
22179 (ses-cell-property-get-handle): New macro.
22180 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22181 New aliases, used for code readability.
22182 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22183 cycle detection.
22184 (ses-self-reference-early-detection): New defcustom.
22185 (ses-formula-references): Robustify against self-referring cells.
22186 (ses-mode): Use ses-set-localvars.
22187 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22188 before lauching the update processing.
22189 (ses-initialize-Dijkstra-attempt): New function.
22190 (ses-recalculate-cell): Update for cycle detection based on
22191 Dijkstra algorithm.
22192
22193 * ses.el: Fix commenting and indenting convention.
22194
22195 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22196
22197 * bs.el (bs-cycle-next): Complete last change.
22198
22199 2011-06-27 Drew Adams <drew.adams@oracle.com>
22200
22201 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22202
22203 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22204
22205 * net/network-stream.el (network-stream-open-starttls):
22206 Don't re-get capabilities unless we've reestablished connection.
22207 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22208
22209 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22210 to binary to possibly avoid line encoding issues on Windows (among
22211 other things).
22212
22213 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22214
22215 * net/network-stream.el (open-network-stream): Return an :error
22216 saying what the problem was, if possible.
22217
22218 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22219 server.
22220
22221 * net/network-stream.el (network-stream-open-starttls): If we
22222 wanted to use STARTTLS, and the server offered it, but we weren't
22223 able to because we had no STARTTLS support, then close the connection.
22224 (open-network-stream): Return an :error element, if present.
22225
22226 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22227
22228 * hl-line.el (hl-line-sticky-flag): Doc fix.
22229 (global-hl-line-sticky-flag): New option (Bug#8323).
22230 (global-hl-line-highlight): Obey it.
22231
22232 * vc/vc.el (vc-revert-show-diff): Default to t.
22233
22234 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22235
22236 * allout-widgets.el (allout-widgets-post-command-business):
22237 Stop decorating intermediate isearch matches. They're not being
22238 undecorated when an isearch is continued past, and isearch
22239 automatically collapses them. This leads to "widget leaks", where
22240 decorated items accumulate in collapsed areas. Lines with lots of
22241 hidden widgets can slow down cursor travel, substantially.
22242 Too much complicated machinery would be needed to ensure undecoration,
22243 so we're doing without this nicety.
22244
22245 (allout-widgets-tally-string): Don't try to do a hash-table-count
22246 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22247 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22248 *Messages* when allout-widgets-maintain-tally is t.
22249
22250 2011-06-26 Martin Rudalics <rudalics@gmx.at>
22251
22252 * window.el (display-buffer-normalize-argument): Rename to
22253 display-buffer-normalize-arguments. Handle special meaning of
22254 LABEL argument. Respect special-display-function when popping up
22255 a new frame. Fix code searching for a window showing the buffer
22256 on another frame.
22257 (display-buffer-normalize-specifiers):
22258 Call display-buffer-normalize-arguments.
22259 (display-buffer-in-window): Don't undedicate the window if its
22260 buffer remains the same.
22261 Reported by Drew Adams <drew.adams@oracle.com>.
22262 (display-buffer-alist): Add choice for same-window macro
22263 specfier.
22264 (display-buffer): Mention special meaning of LABEL argument in
22265 doc-string. Fix quoting. Don't pop up a new frame even as
22266 fallback.
22267
22268 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
22269
22270 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22271 avoid deleting the current window in some cases (bug#8911).
22272
22273 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22274
22275 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22276 (Bug#8934)
22277
22278 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22279
22280 * net/network-stream.el (network-stream-open-starttls):
22281 Use built-in TLS support if `gnutls-available-p' is true.
22282 (network-stream-open-tls): Ditto.
22283
22284 2011-06-26 Leo Liu <sdl.web@gmail.com>
22285
22286 * register.el (registerv): New struct.
22287 (registerv-make): New function.
22288 (jump-to-register, describe-register-1, insert-register):
22289 Support the jump-func, print-func and insert-func slot of a registerv
22290 struct. (Bug#8415)
22291
22292 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22293
22294 * vc/vc.el (vc-revert-show-diff): New defcustom.
22295 (vc-diff-internal): New arg specifying diff buffer.
22296 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22297 reuse an existing *vc-diff* buffer (Bug#8927).
22298
22299 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22300
22301 2011-06-26 Glenn Morris <rgm@gnu.org>
22302
22303 * progmodes/f90.el (f90-critical-indent): New option.
22304 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22305 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22306 (f90-mode): Doc fix.
22307 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22308 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22309 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22310 (f90-match-end): Handle block, critical.
22311
22312 2011-06-25 Glenn Morris <rgm@gnu.org>
22313
22314 * calendar/diary-lib.el (diary-included-files): Doc fix.
22315 (diary-include-files): New function, extracted from
22316 diary-include-other-diary-files and diary-mark-included-diary-files.
22317 (diary-include-other-diary-files, diary-mark-included-diary-files):
22318 Just call diary-include-files.
22319 (diary-mark-entries): Reset diary-included-files on first call.
22320
22321 * calendar/diary-lib.el (diary-mark-entries)
22322 (diary-mark-included-diary-files):
22323 Visit included diary-files in temp buffers.
22324
22325 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22326 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22327 (f90-start-block-re, f90-imenu-generic-expression)
22328 (f90-looking-at-program-block-start, f90-no-block-limit):
22329 Add support for submodules.
22330
22331 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22332 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22333
22334 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22335
22336 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22337 buffer-file-type before setting its value, to avoid disastrous
22338 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22339
22340 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22341
22342 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22343
22344 * ses.el (ses-unload-function):
22345 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22346
22347 * proced.el (proced-unload-function):
22348 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22349
22350 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22351
22352 * server.el (server-create-window-system-frame): Add parameters arg.
22353 (server-process-filter): Doc fix. Handle frame-parameters.
22354
22355 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22356
22357 Fix bug#8730, bug#8781.
22358
22359 * loadhist.el (unload--set-major-mode): New function.
22360 (unload-feature): Use it.
22361
22362 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22363 (python-unload-function): New function.
22364
22365 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22366
22367 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22368
22369 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22370
22371 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22372 the candidates list.
22373
22374 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22375
22376 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22377
22378 2011-06-23 Richard Stallman <rms@gnu.org>
22379
22380 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22381 (rmail-variables): Set next-error-move-function.
22382 (rmail-what-message): Take argument POS.
22383 (rmail-next-error-move): New function.
22384
22385 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22386
22387 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22388 messages for adjacent non-terminals.
22389
22390 2011-06-23 Richard Stallman <rms@gnu.org>
22391
22392 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22393 (rmail-show-message-1): Preserve buffer modified flag.
22394 (rmail-start-mail): Don't specify use of rmail-mail-return;
22395 that's done by mail-bury now.
22396 (rmail-mail-return): Handle arg NEWBUF.
22397
22398 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22399
22400 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22401 SIZE is a number.
22402
22403 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22404
22405 * window.el (get-lru-window, get-mru-window)
22406 (get-largest-window): Never return a minibuffer window.
22407 (display-buffer-pop-up-window): Fix a bug that could lead to
22408 reusing the minibuffer window.
22409 (display-buffer): Pass original specifier argument to
22410 display-buffer-function instead of the normalized one.
22411 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22412
22413 2011-06-22 Leo Liu <sdl.web@gmail.com>
22414
22415 * minibuffer.el (completing-read-function)
22416 (completing-read-default): Move from minibuf.c.
22417
22418 2011-06-22 Richard Stallman <rms@gnu.org>
22419
22420 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22421 to Rmail even if not started by a special Rmail command.
22422
22423 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22424 Copy the buffer currently showing just one message.
22425
22426 2011-06-22 Roland Winkler <winkler@gnu.org>
22427
22428 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22429 (bibtex-clean-entry): First delete the old key so that a
22430 customized algorithm for generating the new key does not get
22431 confused by the old key.
22432 (bibtex-url): Obey regexp of first step.
22433 (bibtex-search-entries): Do not use add-to-list with local
22434 list-var.
22435
22436 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22437
22438 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22439 stored a user name, then query for the password first, instead of
22440 waiting for SMTP to give an error message and the trying again.
22441
22442 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22443
22444 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22445 BUFFER in call-process.
22446
22447 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22448
22449 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22450 QUIT twice.
22451 (smtpmail-try-auth-methods): Require user name and password from
22452 auth-source.
22453
22454 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22455
22456 * window.el (display-buffer-default-specifiers)
22457 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22458 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22459 (split-window): Normalize SIDE argument (Bug#8916).
22460
22461 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22462 (special-display-frame-alist, special-display-popup-frame):
22463 Remove duplicate declarations. These are now in window.el.
22464
22465 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22466
22467 * mail/smtpmail.el (smtpmail-via-smtp):
22468 Set :use-starttls-if-possible so that we always use STARTTLS if the
22469 server supports it. SMTP servers that support STARTTLS commonly
22470 require it.
22471
22472 * net/network-stream.el (network-stream-open-starttls): Support
22473 upgrading to STARTTLS always, even if we don't have built-in support.
22474 (open-network-stream): Add the :always-query-capabilities keyword.
22475
22476 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22477 upgrades with `open-network-stream', and rely solely on
22478 auth-source for all credentials. Big changes throughout the file,
22479 but in particular:
22480 (smtpmail-auth-credentials): Remove.
22481 (smtpmail-starttls-credentials): Remove.
22482 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22483 MAIL FROM, too.
22484
22485 * net/network-stream.el (network-stream-open-starttls):
22486 Provide support for client certificates both for external and built-in
22487 STARTTLS.
22488 (auth-source): Require.
22489 (open-network-stream): Document the :client-certificate keyword.
22490 (network-stream-certificate): Change cert-cert to cert and
22491 cert-key to key.
22492
22493 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22494
22495 * net/tramp-cache.el (top): Don't load the persistency file when
22496 "emacs -Q" has been called.
22497
22498 2011-06-21 Tim Harper <timcharper@gmail.com>
22499
22500 * term/ns-win.el (ns-initialize-window-system):
22501 Set application-specific `ApplePressAndHoldEnabled' system
22502 resource to NO as it is not yet supported by the NS port.
22503
22504 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22505
22506 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22507 (list-dynamic-libraries): ...not here.
22508
22509 2011-06-21 Leo Liu <sdl.web@gmail.com>
22510
22511 * subr.el (sha1): Implement sha1 using secure-hash.
22512
22513 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22514
22515 * window.el (display-buffer-alist): In default value do not
22516 enforce searching a window on any but the selected frame.
22517 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22518 (display-buffer-select-window): Remove function.
22519 (display-buffer-in-window): When a window on another frame gets
22520 reused, do not select it any more but just raise its frame if
22521 necessary (Bug#8851) and (Bug#8856).
22522 (display-buffer-normalize-options): Handle pop-up-frames related
22523 options more faithfully.
22524 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22525 window if it is on another frame.
22526 (display-buffer-alist, display-buffer-default-specifiers):
22527 Don't make new frame unsplittable by default.
22528 (display-buffer-normalize-argument): Fix doc-string typo and use
22529 'same-frame-other-window instead of 'other-window when associating
22530 with display-buffer-macro-specifiers.
22531
22532 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
22533
22534 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22535 New functions.
22536 (5x5-mode-map, 5x5-mode-menu): Bind them.
22537 (5x5-draw-grid): Tweak the solver's rendering.
22538
22539 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22540
22541 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22542 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22543
22544 2011-06-21 Drew Adams <drew.adams@oracle.com>
22545
22546 * menu-bar.el: Use function variable instead of switch-to-buffer.
22547 (menu-bar-select-buffer-function): New variable.
22548 (menu-bar-update-buffers): Use it (bug#8876).
22549
22550 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22551
22552 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22553 variable's status.
22554
22555 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22556
22557 * x-dnd.el (x-dnd-version-from-flags)
22558 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22559 and long as number (Bug#8899).
22560 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22561
22562 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22563
22564 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22565 (completion-try-completion, completion-all-completions): Compute the
22566 metadata argument if it's missing; make it optional (bug#8795).
22567
22568 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22569 (widget-complete): Use new :completion-function property.
22570 (widget-completions-at-point): New function.
22571 (default): Use :completion-function instead of :complete.
22572 (widget-default-completions): Rename from widget-default-complete;
22573 Rewrite.
22574 (widget-string-complete, widget-file-complete, widget-color-complete):
22575 Remove functions.
22576 (file, symbol, function, variable, coding-system, color):
22577 * international/mule-cmds.el (default-input-method, charset)
22578 (language-info-custom-alist):
22579 * cus-edit.el (face): Use new property :completions.
22580
22581 * progmodes/pascal.el (pascal-completions-at-point): New function.
22582 (pascal-mode): Use it.
22583 (pascal-mode-map): Use completion-at-point.
22584 (pascal-toggle-completions): Make obsolete.
22585 (pascal-complete-word, pascal-show-completions):
22586 * progmodes/octave-mod.el (octave-complete-symbol):
22587 Redefine as obsolete alias.
22588 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22589 Signal absence of completion info for old Octave,
22590 (inferior-octave-complete): Redefine as obsolete alias.
22591 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22592 (meta-completions-at-point): Rename from meta-complete-symbol and
22593 adapt it for use on completion-at-point-functions.
22594 (meta-common-mode): Use it.
22595 (meta-looking-at-backward, meta-match-buffer): Remove.
22596 (meta-complete-symbol): Redefine as obsolete alias.
22597 (meta-common-mode-map): Use completion-at-point.
22598 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22599 (makefile-mode-map): Use completion-at-point.
22600 (makefile-completions-at-point): Rename from makefile-complete and
22601 adapt it for use on completion-at-point-functions.
22602 (makefile-mode): Use it.
22603 (makefile-complete): Redefine as obsolete alias.
22604
22605 2011-06-20 Deniz Dogan <deniz@dogan.se>
22606
22607 * net/rcirc.el: Delete trailing whitespaces once and for all.
22608
22609 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22610
22611 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22612
22613 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22614
22615 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22616
22617 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22618
22619 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22620
22621 * window.el (display-buffer-other-window-means-other-frame):
22622 Call display-buffer-normalize-alist.
22623 (display-buffer-normalize-specifiers-1): Rename to
22624 display-buffer-normalize-argument. New argument other-frame.
22625 Rewrite.
22626 (display-buffer-normalize-specifiers-2): Rename to
22627 display-buffer-normalize-options.
22628 (display-buffer-normalize-alist-1): New function.
22629 (display-buffer-normalize-specifiers-3): Rename to
22630 display-buffer-normalize-alist.
22631 Call display-buffer-normalize-alist-1.
22632 (display-buffer-normalize-options-inhibit): New variable.
22633 (display-buffer-normalize-specifiers): Rewrite calling
22634 display-buffer-normalize-alist,
22635 display-buffer-normalize-argument, and
22636 display-buffer-normalize-options. Don't call the latter if
22637 display-buffer-normalize-options-inhibit is non-nil.
22638 (frame-auto-delete): New option.
22639 (window-deletable-p): Use frame-auto-delete.
22640 (window-list-no-nils, window-state-ignored-parameters)
22641 (window-state-get-1, window-state-get, window-state-put-list)
22642 (window-state-put-1, window-state-put-2, window-state-put):
22643 New functions.
22644 (display-buffer-normalize-options): Move special-display-p group
22645 after pop-up-frame group (Bug#8851) and (Bug#8856).
22646
22647 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22648
22649 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22650 groups (Bug#8776).
22651 (rx-submatch-n): New function.
22652 (rx): Document it.
22653
22654 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22655 (Bug#8768).
22656
22657 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22658
22659 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22660
22661 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22662 anytime existing face settings are present (Bug#8889).
22663
22664 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22665 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22666 Remove unused argument.
22667
22668 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22669
22670 * window.el (display-buffer-default-specifiers):
22671 Remove pop-up-frame. Add pop-up-window-min-height,
22672 pop-up-window-min-width, and another reuse-window specifier
22673 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22674 (display-buffer-normalize-specifiers-2):
22675 Handle split-height-threshold and split-width-threshold also when
22676 pop-up-windows is unset. Add a reuse-window specifier for the
22677 case popping up a new window fails.
22678 (special-display-popup-frame): Remove double quoting.
22679 (display-buffer-normalize-specifiers-1): Fix thinko.
22680
22681 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22682
22683 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22684 according to comint-completion-addsuffix.
22685
22686 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22687 (pcomplete-suffix-list): Mark as obsolete.
22688 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22689 pcomplete-seen in the closure.
22690 (pcomplete-comint-setup): Setup completion-at-point as well.
22691 (pcomplete--entries): New function.
22692 (pcomplete--env-regexp): New var.
22693 (pcomplete-entries): Rewrite to work with partial-completion and
22694 without relying on pcomplete-suffix-list.
22695 (pcomplete-pare-list): Remove, unused.
22696
22697 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22698
22699 * window.el (display-buffer-alist): Set pop-up-window-min-height
22700 and pop-up-window-min-width in default value. Reported by
22701 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22702 other-window-means-other-frame.
22703 (display-buffer-macro-specifiers): Comment out entry for
22704 other-window specifier.
22705 (display-buffer-other-window-means-other-frame): New function.
22706 (display-buffer-normalize-specifiers-1): New arguments
22707 buffer-name and label. Treat other-window case specially.
22708 (display-buffer-normalize-specifiers-2): Treat other-window case
22709 specially.
22710 (display-buffer-normalize-specifiers-3): New function.
22711 (display-buffer-normalize-specifiers):
22712 Call display-buffer-normalize-specifiers-3.
22713
22714 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22715
22716 * window.el (same-window-p): Fix two typos introduced when
22717 adding with-no-warnings.
22718 (display-buffer-normalize-specifiers-1): Don't check
22719 pop-up-frames for 'unset initialization.
22720 (display-buffer-normalize-specifiers-2): Major rewrite using
22721 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22722 (pop-up-frames, display-buffer-reuse-frames)
22723 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22724 Suggested by David Engster <deng@randomsample.de>.
22725 (even-window-heights): Initialize to 'unset.
22726 (display-buffer-alist-set): Handle new 'unset initializations.
22727 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22728 other window case.
22729
22730 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22731
22732 * window.el (display-buffer-normalize-specifiers-1):
22733 Respect current value of pop-up-frames for most reasonable values of
22734 second argument of display-buffer (Bug#8865).
22735 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22736 (switch-to-buffer-other-window-same-frame)
22737 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22738 Adams (Bug#8875).
22739 (display-buffer): Don't check noninteractive when calling
22740 display-buffer-pop-up-frame.
22741 (display-buffer-pop-up-frame): Never pop up a frame in
22742 noninteractive mode (Bug#8857).
22743 (enlarge-window, shrink-window): Don't report an error when the
22744 window can't be resized as requested (Bug#8862).
22745
22746 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22747
22748 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22749
22750 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22751
22752 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22753
22754 2011-06-15 Alan Mackenzie <acm@muc.de>
22755
22756 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22757 for declarators, disable knr checking to speed up for normal files.
22758 2: Refactor, replacing a sequence of nested if forms by a cond form.
22759
22760 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22761
22762 * net/network-stream.el (open-network-stream): Add the keyword
22763 :always-query-capabilities for the case where you want to force a
22764 `plain' network connection, but the protocol still requires the
22765 capabilitiy command (i.e., SMTP and EHLO).
22766
22767 * subr.el (process-live-p): Rename from `process-alive-p' for
22768 consistency with other `-live-p' functions.
22769
22770 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22771
22772 * window.el (same-window-buffer-names, same-window-regexps)
22773 (special-display-frame-alist, special-display-popup-frame)
22774 (special-display-function, special-display-buffer-names)
22775 (special-display-regexps, pop-up-frame-alist)
22776 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22777 (pop-up-windows, split-window-preferred-function)
22778 (split-height-threshold, split-width-threshold, even-window-heights)
22779 (display-buffer-mark-dedicated): Don't encourage the use of
22780 display-buffer-alist from Elisp code.
22781
22782 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22783
22784 * progmodes/python.el (python-mode): Derive from prog-mode.
22785 * progmodes/ps-mode.el (ps-mode):
22786 * progmodes/mixal-mode.el (mixal-mode):
22787 * progmodes/cfengine.el (cfengine-mode):
22788 * progmodes/ld-script.el (ld-script-mode): Likewise.
22789
22790 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22791
22792 * window.el (display-buffer-alist): Trim default value to avoid
22793 popping up a new frame (Bug#8857) or reusing an arbitrary window
22794 on another frame.
22795 (display-buffer): Do not fall back on popping up a new frame in
22796 batch mode (Bug#8857).
22797
22798 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22799
22800 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22801 (custom-theme-summary): New function.
22802 (customize-themes): Use it.
22803
22804 2011-06-13 Glenn Morris <rgm@gnu.org>
22805
22806 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22807
22808 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22809
22810 * help.el (help-window): Remove variable.
22811 (help-window-point-marker, temp-buffer-max-height)
22812 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22813 (help-print-return-message): Don't set help-window.
22814 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22815 (help-window-setup-finish): Remove.
22816 (help-window-display-message, help-window-setup)
22817 (with-help-window): Major rewrite based on new
22818 display-buffer-window variable.
22819
22820 * help-mode.el (help-mode-finish): Remove help-window related
22821 code.
22822
22823 * view.el (view-exits-all-viewing-windows): Remove reference to
22824 view-return-to-alist in doc-string.
22825 (view-return-to-alist): Make obsolete.
22826 (view-buffer): Call pop-to-buffer-same-window and remove
22827 undo-window code.
22828 (view-buffer-other-window): Call pop-to-buffer-other-window and
22829 simplify code. Ignore second argument.
22830 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22831 simplify code. Ignore second argument.
22832 (view-return-to-alist-update): Make obsolete.
22833 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22834 Rewrite using quit-restore window parameters.
22835 (view-mode-exit): Rename second argument to EXIT-ONLY.
22836 Rewrite using quit-restore-window.
22837 (View-exit, View-exit-and-edit, View-leave, View-quit)
22838 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22839 appropriate arguments.
22840 (view-end-message): Use quit-restore window parameter.
22841
22842 * window.el (display-buffer-function): Rewrite doc-string.
22843 (display-buffer-window, display-buffer-alist): New variables.
22844 (display-buffer-split-specifiers)
22845 (display-buffer-side-specifiers)
22846 (display-buffer-macro-specifiers): New constants.
22847 (display-buffer-even-window-sizes, display-buffer-set-height)
22848 (display-buffer-set-width, display-buffer-select-window)
22849 (display-buffer-in-window, display-buffer-reuse-window)
22850 (display-buffer-split-window-1, display-buffer-split-window)
22851 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22852 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22853 (display-buffer-in-side-window, normalize-buffer-to-display)
22854 (display-buffer-normalize-specifiers-1)
22855 (display-buffer-normalize-specifiers-2)
22856 (display-buffer-normalize-specifiers, display-buffer-frame):
22857 New functions.
22858 (display-buffer): Major rewrite.
22859 (display-buffer-other-window, display-buffer-other-frame)
22860 (pop-to-buffer, switch-to-buffer-other-window)
22861 (switch-to-buffer-other-frame): Rewrite.
22862 (display-buffer-same-window, display-buffer-same-frame)
22863 (display-buffer-same-frame-other-window)
22864 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22865 (pop-to-buffer-other-window)
22866 (pop-to-buffer-same-frame-other-window)
22867 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22868 (switch-to-buffer-other-window-same-frame): New functions.
22869 (same-window-p, special-display-p): Rewrite disabling warnings.
22870 Make obsolete.
22871 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22872 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22873 Make obsolete
22874 (same-window-buffer-names, same-window-regexps)
22875 (special-display-frame-alist, special-display-popup-frame)
22876 (special-display-function, special-display-buffer-names)
22877 (special-display-regexps, pop-up-frame-alist)
22878 (pop-up-frame-function, split-window-preferred-function)
22879 (split-height-threshold, split-width-threshold)
22880 (even-window-heights): Make obsolete.
22881
22882 2011-06-12 Glenn Morris <rgm@gnu.org>
22883
22884 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22885 Misc simplifications.
22886
22887 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22888
22889 * window.el (window-safely-shrinkable-p): Restore function which
22890 was inadvertently removed in change from 2011-06-11. Declare as
22891 obsolete.
22892
22893 * calendar/calendar.el (calendar-generate-window):
22894 Use window-iso-combined-p instead of combination of one-window-p and
22895 window-safely-shrinkable-p.
22896
22897 2011-06-12 Glenn Morris <rgm@gnu.org>
22898
22899 * progmodes/fortran.el (fortran-mode-syntax-table):
22900 * progmodes/f90.el (f90-mode-syntax-table):
22901 Set % to punctuation. (Bug#8820)
22902 (f90-find-tag-default): Remove, no longer needed.
22903
22904 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22905
22906 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22907
22908 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22909
22910 * image.el (image-animated-p): Return animation delay in seconds.
22911 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22912 (image-animate-timeout): Remove DELAY argument. Don't assume
22913 every subimage has the same delay; get it from image-animated-p.
22914 (image-animate): Caller changed.
22915
22916 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22917
22918 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22919 to ignored backtrace functions.
22920
22921 2011-06-11 Glenn Morris <rgm@gnu.org>
22922
22923 * calendar/appt.el (appt-disp-window-function): Doc fix.
22924 (appt-check): Handle overlapping appointments. (Bug#8337)
22925
22926 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22927
22928 * window.el (window-tree-1, window-tree): New functions, moving
22929 the latter to window.el.
22930 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22931 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22932 (bw-refresh-edges): Remove.
22933 (balance-windows-1, balance-windows-2): New functions.
22934 (balance-windows): Rewrite in terms of window tree functions,
22935 balance-windows-1 and balance-windows-2.
22936 (bw-adjust-window): Remove.
22937 (balance-windows-area-adjust): New function with functionality of
22938 bw-adjust-window but using resize-window.
22939 (set-window-text-height): Rewrite doc-string.
22940 Use normalize-live-window and resize-window.
22941 (enlarge-window-horizontally, shrink-window-horizontally):
22942 Rename argument to DELTA.
22943 (window-buffer-height): New function.
22944 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22945 Rewrite using new window resize routines.
22946 (kill-buffer-and-window, mouse-autoselect-window-select):
22947 Use ignore-errors instead of condition-case.
22948 (quit-window): Call delete-frame instead of delete-windows-on
22949 for the only buffer on frame.
22950
22951 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22952
22953 * loadup.el (top-level): Load window before files for the sake
22954 of replace-buffer-in-windows.
22955
22956 * files.el (read-buffer-to-switch)
22957 (switch-to-buffer-other-window)
22958 (switch-to-buffer-other-frame, display-buffer-other-frame):
22959 Move to window.el.
22960
22961 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22962 (previous-buffer): Move to window.el.
22963
22964 * bindings.el (unbury-buffer): Move to window.el.
22965
22966 * window.el (delete-other-windows-vertically): Move after
22967 definition of delete-other-windows.
22968 (other-window, delete-windows-on, replace-buffer-in-windows):
22969 Move here from window.c.
22970 (record-window-buffer, unrecord-window-buffer)
22971 (set-window-buffer-start-and-point, switch-to-prev-buffer)
22972 (switch-to-next-buffer): New functions.
22973 (get-next-valid-buffer, last-buffer, next-buffer): Move here
22974 from simple.el. Call switch-to-next-buffer.
22975 (previous-buffer): Move here from simple.el.
22976 Call switch-to-prev-buffer.
22977 (bury-buffer): Move here from buffer.c. Switch to previous
22978 buffer when window cannot be deleted.
22979 (unbury-buffer): Move here from bindings.el.
22980 (ctl-x-map): Move binding for other-window from window.c to
22981 here.
22982 (read-buffer-to-switch, switch-to-buffer-other-window)
22983 (switch-to-buffer-other-frame): Move here from files.el.
22984 (normalize-buffer-to-switch-to): New functions.
22985 (switch-to-buffer): Move here from buffer.c.
22986 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22987
22988 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22989
22990 * window.el (window-min-height, window-min-width): Move here
22991 from window.c. Add defcustoms and rewrite doc-strings.
22992 (resize-mini-window, resize-window): New functions.
22993 (adjust-window-trailing-edge, enlarge-window, shrink-window):
22994 Move here from window.c.
22995 (maximize-window, minimize-window): New functions.
22996 (delete-window, delete-other-windows, split-window): Move here
22997 from window.c.
22998 (window-split-min-size): New function.
22999 (split-window-keep-point): Mention split-window-above-each-other
23000 instead of split-window-vertically.
23001 (split-window-above-each-other, split-window-vertically):
23002 Rename split-window-vertically to split-window-above-each-other
23003 and provide defalias for old definition.
23004 (split-window-side-by-side, split-window-horizontally):
23005 Rename split-window-horizontally to split-window-side-by-side
23006 and provide defalias for the old definition.
23007 (ctl-x-map): Move bindings for delete-window,
23008 delete-other-windows and enlarge-window here from window.c.
23009 Replace bindings for split-window-vertically and
23010 split-window-horizontally by bindings for
23011 split-window-above-each-other and split-window-side-by-side.
23012
23013 * cus-start.el (all): Remove entries for window-min-height and
23014 window-min-width. Add entries for window-splits and
23015 window-nest.
23016
23017 2011-06-09 Glenn Morris <rgm@gnu.org>
23018
23019 * calendar/appt.el (appt-mode-line): New function.
23020 (appt-check, appt-disp-window): Use it.
23021
23022 * files.el (hack-one-local-variable-eval-safep):
23023 Allow minor-modes with explicit +/-1 arguments.
23024
23025 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
23026
23027 * term/xterm.el (xterm): Add defgroup.
23028 (xterm-extra-capabilities): Add defcustom to supply known xterm
23029 capabilities, skip querying them, or query them (default).
23030 (terminal-init-xterm): Use it.
23031 (terminal-init-xterm-modify-other-keys): New function to set up
23032 modifyOtherKeys support to simplify `terminal-init-xterm'.
23033
23034 2011-06-09 Martin Rudalics <rudalics@gmx.at>
23035
23036 * window.el (resize-window-reset, resize-window-reset-1)
23037 (resize-subwindows-skip-p, resize-subwindows-normal)
23038 (resize-subwindows, resize-other-windows, resize-this-window)
23039 (resize-root-window, resize-root-window-vertically)
23040 (window-deletable-p, window-or-subwindow-p)
23041 (frame-root-window-p): New functions.
23042
23043 2011-06-09 Glenn Morris <rgm@gnu.org>
23044
23045 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23046 (ange-ftp-get-files): Use it.
23047
23048 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23049
23050 * mail/sendmail.el (mail-recover-1, mail-recover):
23051 * files.el (recover-file, recover-session):
23052 Handle dired-listing-switches not being just a single short option.
23053
23054 2011-06-09 Glenn Morris <rgm@gnu.org>
23055
23056 * calendar/appt.el (appt-display-message, appt-disp-window):
23057 Handle lists of appointments.
23058
23059 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23060
23061 * window.el (one-window-p): Move down in code.
23062 Rewrite doc-string.
23063 (window-current-scroll-bars): Rewrite doc-string.
23064 Normalize live window argument.
23065 (walk-windows, get-window-with-predicate, count-windows):
23066 Rewrite doc-string. Use window-list-1.
23067 (window-in-direction-2, window-in-direction, get-mru-window):
23068 New functions.
23069
23070 2011-06-08 Reuben Thomas <rrt@sc3d.org>
23071
23072 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23073 Doc fix (Bug#8713).
23074
23075 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
23076
23077 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23078
23079 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
23080
23081 * loadhist.el (unload-feature-special-hooks):
23082 Add `comint-output-filter-functions'.
23083
23084 2011-06-08 Ivan Kanis <gnu@kanis.fr>
23085
23086 * calendar/appt.el (appt-check): Move some initializations into the let.
23087
23088 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23089
23090 * window.el (window-height): Defalias to window-total-height.
23091 (window-width): Defalias to window-body-width.
23092
23093 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
23094
23095 * image-mode.el (image-toggle-animation): New command.
23096 (image-mode-map): Bind it to RET.
23097 (image-mode): Update message.
23098 (image-toggle-display-image): Avoid a spurious cache flush.
23099 (image-transform-rotation): Doc fix.
23100 (image-transform-properties): Return quickly in the normal case.
23101 (image-animate-loop): Rename from image-animate-max-time.
23102
23103 * image.el (image-animate-max-time): Move to image-mode.el.
23104 (create-animated-image): Remove unnecessary function.
23105 (image-animate): Rename from image-animate-start. New arg.
23106 (image-animate-stop): Remove; just use image-animate-timer.
23107 (image-animate-timer): Use car-safe.
23108 (image-animate-timeout): Rename argument.
23109
23110 2011-06-07 Martin Rudalics <rudalics@gmx.at>
23111
23112 * window.el (get-lru-window, get-largest-window): Move here from
23113 window.c. Rename first argument to ALL-FRAMES.
23114 Rephrase doc-strings.
23115 (get-buffer-window-list): Rewrite using window-list-1.
23116 Rephrase doc-string.
23117 (window-safe-min-height, window-safe-min-width): New constants.
23118 (window-size-ignore, window-min-size, window-min-size-1)
23119 (window-sizable, window-sizable-p, window-size-fixed-1)
23120 (window-size-fixed-p, window-min-delta-1, window-min-delta)
23121 (window-max-delta-1, window-max-delta, window-resizable)
23122 (window-resizable-p, window-total-height, window-total-width)
23123 (window-body-width): New functions.
23124 (window-full-height-p, window-full-width-p): Rewrite using
23125 window-total-size.
23126 (window-body-height): Rewrite using window-body-size.
23127
23128 2011-06-06 Martin Rudalics <rudalics@gmx.at>
23129
23130 * window.el (window-right, window-left, window-child)
23131 (window-child-count, window-last-child, window-any-p)
23132 (normalize-live-buffer, normalize-live-frame)
23133 (normalize-any-window, normalize-live-window)
23134 (window-iso-combination-p, window-iso-combined-p)
23135 (window-iso-combinations)
23136 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23137 (windows-with-parameter, window-with-parameter)
23138 (window-atom-root, make-window-atom, window-atom-check-1)
23139 (window-atom-check, window-side-check, window-check):
23140 New functions.
23141 (ignore-window-parameters, window-sides, window-sides-vertical)
23142 (window-sides-slots): New variables.
23143 (window-size-fixed): Move down in code. Minor doc-string fix.
23144
23145 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
23146
23147 * comint.el (comint-dynamic-complete-as-filename)
23148 (comint-dynamic-complete-filename): Correctly call
23149 completion-in-region.
23150
23151 2011-06-05 Deniz Dogan <deniz@dogan.se>
23152
23153 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23154 in last change.
23155
23156 2011-06-05 Deniz Dogan <deniz@dogan.se>
23157
23158 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23159 (rcirc): Use it to prompt for encryption.
23160
23161 2011-06-05 Roland Winkler <winkler@gnu.org>
23162
23163 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23164 (bibtex-search-entries): New command bound to C-c C-a.
23165 (bibtex-display-entries): New function.
23166
23167 2011-06-05 Roland Winkler <winkler@gnu.org>
23168
23169 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23170 (bibtex-insert-kill): After yanking insert newline if necessary.
23171 (bibtex-initialize): Call bibtex-string-files-init only once.
23172 (bibtex-mode): Do not call easy-menu-add.
23173 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23174 (bibtex-yank): Set arg properly if nil.
23175
23176 2011-06-05 Roland Winkler <winkler@gnu.org>
23177
23178 * textmodes/bibtex.el (bibtex-search-entry-globally):
23179 New variable.
23180 (bibtex-search-entry): Use it.
23181
23182 2011-06-05 Roland Winkler <winkler@gnu.org>
23183
23184 * textmodes/bibtex.el (bibtex-entry-format): New option
23185 sort-fields.
23186 (bibtex-format-entry, bibtex-reformat): Honor this option.
23187 (bibtex-parse-entry): Return fields in proper order.
23188
23189 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
23190
23191 * doc-view.el (doc-view-remove-if): Move computation of result out
23192 of `dolist' to silence misleading lexical-binding warning.
23193
23194 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
23195
23196 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23197 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23198
23199 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23200
23201 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23202 "SunOS 5.10".
23203
23204 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23205
23206 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23207 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23208 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23209 (tramp-parse-putty):
23210 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23211 (tramp-completion-function-alist-ssh)
23212 (tramp-completion-function-alist-telnet)
23213 (tramp-completion-function-alist-su)
23214 (tramp-completion-function-alist-putty): Set `tramp-autoload'
23215 cookie.
23216
23217 * net/tramp-ftp.el:
23218 * net/tramp-sh.el:
23219 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23220 load "tramp.el" `tramp-set-completion-function'.
23221
23222 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
23223
23224 * shell.el: Require and use pcomplete.
23225 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23226 (shell-completion-vars): Set pcomplete-default-completion-function.
23227
23228 2011-06-04 Deniz Dogan <deniz@dogan.se>
23229
23230 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23231 `memq' (Bug#8799).
23232
23233 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23234
23235 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23236
23237 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
23238
23239 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23240 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23241 * vc/log-view.el (log-view-beginning-of-defun):
23242 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23243 (smerge-refine-forward, smerge-refine-chopup-region):
23244 Silence warning for unused `dotimes' counter variables.
23245
23246 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23247
23248 * net/tramp.el (tramp-with-progress-reporter): Rename from
23249 with-progress-reporter. Use `declare'.
23250 * net/tramp-smb.el:
23251 * net/tramp-sh.el:
23252 * net/tramp-gvfs.el: Update all uses.
23253
23254 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23255
23256 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23257 buffer isn't killed before making it current.
23258
23259 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23260
23261 Silence various byte-compiler warnings.
23262 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23263 `access-type' and new obsolescence format.
23264 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23265 new format.
23266 (byte-compile-check-variable): New `access-type' argument.
23267 Only warn if the access-type is obsolete.
23268 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23269 (byte-compile-variable-set): Adjust callers.
23270 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23271 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23272 setting it as obsolete.
23273 * simple.el (minibuffer-completing-symbol):
23274 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23275 access as obsolete.
23276 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23277 obsolete yet.
23278 * international/quail.el (quail-mouse-choose-completion): Remove unused
23279 code referring to obsolete var.
23280 (quail-choose-completion-string): Remove.
23281 * server.el (server-clients-with, server-kill-buffer-query-function)
23282 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23283 * proced.el (proced-send-signal):
23284 * emacs-lisp/lisp.el (lisp-complete-symbol):
23285 Replace completion-annotate-function with completion-extra-properties.
23286
23287 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23288
23289 * simple.el (goto-line): Use read-number.
23290 (overriding-map-is-bound): Remove.
23291 (saved-overriding-map): Change default.
23292 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23293 Take the map as argument.
23294 (universal-argument, negative-argument, digit-argument): Use it.
23295 (restore-overriding-map): Adjust.
23296 (do-auto-fill): Use fill-forward-paragraph.
23297 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23298
23299 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23300 (minibuffer-inactive-mode): New major mode.
23301 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23302 the *Messages* buffer" hack.
23303 (mouse-popup-menubar): Don't burp if the event is a normal key.
23304
23305 Miscellaneous tweaks.
23306 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23307 lexical scoping as in subr.el's dolist and dotimes.
23308 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23309 Silence compiler warning.
23310 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23311 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23312 * international/ccl.el (ccl-compile): Trivial simplification.
23313 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23314 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23315 `printflag' argument.
23316 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23317 Purecopy the whole obsolescence data.
23318
23319 2011-06-01 Leo Liu <sdl.web@gmail.com>
23320
23321 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23322 improve doc-string as suggested by Marco Pessotto
23323 <melmothx@gmail.com>.
23324 (rcirc-print): Fix last change.
23325
23326 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23327
23328 * minibuffer.el (complete-with-action): Return nil for the metadata and
23329 boundaries of non-functional tables.
23330 (completion-table-dynamic): Return nil for the metadata.
23331 (completion-table-with-terminator): Add default case, using
23332 complete-with-action.
23333 (completion--metadata): New function.
23334 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23335 to try and avoid pathological performance problems.
23336 (completion--embedded-envvar-table): Return `category' metadata.
23337
23338 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23339
23340 * subr.el (process-alive-p): New tiny convenience function.
23341
23342 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23343
23344 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23345 content but also its previous major mode.
23346
23347 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23348
23349 * emacs-lisp/debug.el (debug): Restore the previous content of the
23350 *Backtrace* buffer when we exit with C-M-c.
23351
23352 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23353
23354 * minibuffer.el: Add metadata method to completion tables.
23355 (completion-category-overrides): New defcustom.
23356 (completion-metadata, completion--field-metadata)
23357 (completion-metadata-get, completion--styles)
23358 (completion--cycle-threshold): New functions.
23359 (completion-try-completion, completion-all-completions):
23360 Add `metadata' argument to choose completion-styles.
23361 (completion--do-completion): Use metadata to choose cycling.
23362 (completion-all-sorted-completions): Use metadata for sorting.
23363 Remove :completion-cycle-penalty which is not needed any more.
23364 (completion--try-word-completion): Add `metadata' argument.
23365 (minibuffer-completion-help): Check metadata for annotation function
23366 and sorting.
23367 (completion-file-name-table): Return `category' metadata.
23368 (minibuffer-completing-file-name): Make obsolete.
23369 * simple.el (minibuffer-completing-symbol): Make obsolete.
23370 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23371 completion-try-completion.
23372
23373 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23374
23375 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23376
23377 2011-05-30 Leo Liu <sdl.web@gmail.com>
23378
23379 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23380 (rcirc-print): Decode all incoming messages (bug#8744).
23381 (rcirc-decode-coding-system): Allow value nil for automatic coding
23382 system detection.
23383
23384 2011-06-01 Glenn Morris <rgm@gnu.org>
23385
23386 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23387
23388 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23389
23390 * image.el (image-animate-max-time): Allow nil and t values.
23391 Default to nil.
23392 (create-animated-image): Doc fix.
23393 (image-animate-start): Remove second arg; just use
23394 image-animate-max-time.
23395 (image-animate-timeout): Doc fix. Args changed.
23396
23397 * image-mode.el (image-toggle-display-image): Ensure that the
23398 image spec passed to the animate timer is the same object as in
23399 the buffer's display property (Bug#6981).
23400 (image-transform-properties): Doc fix.
23401
23402 * image.el (image-animate-max-time): Default to nil.
23403
23404 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23405
23406 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23407 entire buffer list (Bug#8184).
23408
23409 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23410
23411 * image.el (imagemagick-types-inhibit)
23412 (imagemagick-register-types): Doc fix.
23413
23414 2011-05-29 Deniz Dogan <deniz@dogan.se>
23415
23416 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23417 default.
23418
23419 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23420
23421 * select.el: Don't perform clipboard-manager saving in hooks;
23422 leave the hooks empty.
23423
23424 2011-05-28 Leo Liu <sdl.web@gmail.com>
23425
23426 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23427 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23428 (occur-edit-mode): New major mode (Bug#8463).
23429 (occur-after-change-function): New function.
23430 (occur-engine): Give Occur tags a read-only property.
23431
23432 2011-05-28 Kevin Ryde <user42@zip.com.au>
23433
23434 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23435
23436 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23437
23438 * bindings.el (help-echo): Make the initial non-indicator dash
23439 empty on graphical terminals (Bug#7295).
23440
23441 * files.el (auto-mode-alist): Move config rule after the
23442 in-stripping one (Bug#8547).
23443
23444 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23445
23446 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23447 setting (Bug#8740).
23448
23449 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23450
23451 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23452 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23453 (Bug#8539).
23454
23455 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23456
23457 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23458
23459 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23460
23461 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23462 (hs-hide-block-at-point, hs-find-block-beginning)
23463 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23464 (Bug#8279).
23465
23466 2011-05-28 Glenn Morris <rgm@gnu.org>
23467
23468 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23469
23470 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23471
23472 * help-fns.el (describe-function-1): If the function is a derived
23473 major mode, print the parent mode.
23474
23475 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23476 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23477
23478 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23479
23480 * minibuffer.el (completion--capf-wrapper): Check applicability before
23481 returning non-nil for non-exclusive completion data.
23482 * progmodes/etags.el (tags-completion-at-point-function):
23483 * info-look.el (info-lookup-completions-at-point): Mark as
23484 non-exclusive.
23485 (info-complete): Adjust accordingly.
23486
23487 * info-look.el: Convert to lexical-binding and completion-at-point.
23488 (info-lookup-completions-at-point): New function.
23489 (info-complete): Use it and completion-in-region.
23490
23491 2011-05-28 Drew Adams <drew.adams@oracle.com>
23492
23493 * isearch.el: Let M-e start with point at the first mismatched char.
23494 (isearch-fail-pos): New function.
23495 (isearch-edit-string): Use it.
23496
23497 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23498
23499 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23500
23501 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23502
23503 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23504 traversal functions for avl-trees.
23505 (avl-tree--stack): New struct.
23506 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23507 (avl-tree-enter): Add optional `updatefun' arg.
23508 (avl-tree--do-enter): Add optional `updatefun' arg.
23509 Change return value.
23510 (avl-tree-delete): Add optional `test' and `nilflag' args.
23511 (avl-tree--do-delete): Add `test' and `nilflag' args.
23512 Change return value.
23513 (avl-tree-member): Add optional `nilflag'
23514 (avl-tree-member-p): New function.
23515 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23516 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23517 (avl-tree-stack-empty-p): New functions.
23518
23519 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23520 avl-tree--del-balance1 and make it work both ways.
23521 (avl-tree--del-balance2): Remove.
23522 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23523 make it work both ways.
23524 (avl-tree--enter-balance2): Remove.
23525 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23526 New macros.
23527 (avl-tree--mapc, avl-tree-map): Add direction argument.
23528
23529 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23530
23531 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23532
23533 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23534
23535 * select.el: Support clipboard managers with built-in function
23536 x-clipboard-manager-save, via delete-frame-functions and
23537 kill-emacs-hook.
23538 (xselect-convert-to-targets): Add MULTIPLE target to list.
23539 (xselect-convert-to-save-targets): New function.
23540
23541 2011-05-27 Kenichi Handa <handa@m17n.org>
23542
23543 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23544 let-binding rfc2047-encode-encoded-words to nil.
23545
23546 2011-05-27 Glenn Morris <rgm@gnu.org>
23547
23548 * mail/emacsbug.el: Don't require url-util.
23549
23550 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23551
23552 * files.el (set-auto-mode):
23553 Also respect mode: entries at the end of the file. (Bug#8586)
23554
23555 2011-05-26 Glenn Morris <rgm@gnu.org>
23556
23557 * files.el (hack-local-variables-prop-line, hack-local-variables):
23558 Downcase mode names, as seems to be traditional.
23559 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23560
23561 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23562 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23563
23564 2011-05-25 Julien Danjou <julien@danjou.info>
23565
23566 * textmodes/rst.el (rst-define-level-faces): Do not define face
23567 symbol if it is already defined.
23568
23569 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23570
23571 * play/5x5.el (5x5-new-game, 5x5-randomize):
23572 Reset 5x5-solver-output to nil when a new grid is cast.
23573 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23574 these debugging traces, as defmacro breaks the compiled code.
23575
23576 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23577
23578 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23579
23580 2011-05-24 Leo Liu <sdl.web@gmail.com>
23581
23582 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23583 (vc-bzr-sha1): Adapt.
23584
23585 * sha1.el: Remove. Function `sha1' is now builtin.
23586
23587 * bindings.el: Provide sha1 feature.
23588
23589 2011-05-24 Kenichi Handa <handa@m17n.org>
23590
23591 * mail/sendmail.el: Require `rfc2047'.
23592 (mail-insert-from-field): Do not perform RFC2047 encoding.
23593 (mail-encode-header): New function.
23594 (sendmail-send-it): Set buffer-file-coding-system of the work
23595 buffer to the return value of select-message-coding-system.
23596 Call mail-encode-header.
23597
23598 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23599
23600 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23601
23602 * mail/supercite.el (sc-default-cite-frame):
23603 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23604
23605 2011-05-24 Glenn Morris <rgm@gnu.org>
23606
23607 * progmodes/python.el (brm-menu): Declare.
23608
23609 * emulation/viper.el (viper-set-hooks): Declare.
23610
23611 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23612 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23613 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23614 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23615 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23616 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23617
23618 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23619
23620 Add an :exit-function for completion-at-point.
23621
23622 * minibuffer.el (completion--done): New fun.
23623 (completion--do-completion): Use it. New arg `expect-exact'.
23624 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23625 since completion--do-completion does it for us now.
23626 (minibuffer-force-complete): Use completion--done and
23627 completion--replace. Handle sole-completion case with more care.
23628 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23629 (completion-extra-properties): New var.
23630 (completion-annotate-function): Make obsolete.
23631 (minibuffer-completion-help): Adjust accordingly.
23632 Use completion-list-insert-choice-function.
23633 (completion-at-point, completion-help-at-point):
23634 Bind completion-extra-properties.
23635 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23636 * simple.el (completion-list-insert-choice-function): New var.
23637 (completion-setup-function): Preserve it.
23638 (choose-completion): Pay attention to it, shuffle the code a bit.
23639 (choose-completion-string): New arg `insert-function'.
23640
23641 * textmodes/bibtex.el: Convert to lexical binding.
23642 (bibtex-mode-map): Use completion-at-point.
23643 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23644 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23645 (bibtex-complete): Define as obsolete alias.
23646 (bibtex-complete-internal): Remove.
23647 (bibtex-format-entry): Remove unused sub-group in regexp.
23648 * shell.el (shell--command-completion-data)
23649 (shell-environment-variable-completion):
23650 * pcomplete.el (pcomplete-completions-at-point):
23651 * comint.el (comint--complete-file-name-data): Use :exit-function
23652 instead of completion-table-with-terminator so it also works for
23653 choose-completion.
23654
23655 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23656
23657 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23658
23659 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23660 (bug#8710).
23661
23662 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23663
23664 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23665
23666 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23667 customization variable and implement: If non-nil, auto-fill will
23668 be inhibited while on topic's header line.
23669
23670 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23671
23672 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23673 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23674 always have a solution in grid size = 5 cases.
23675 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23676 (5x5-solver-output, 5x5-log-buffer): New vars.
23677 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23678 Make these variables buffer local to achieve 5x5 multi-session-ness.
23679 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23680 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23681 (5x5-solve-suggest): New funs.
23682 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23683 randomize a grid so that we ensure that there is always a solution.
23684 (5x5-make-random-grid): Allow other movement than flipping.
23685
23686 2011-05-23 Kevin Ryde <user42@zip.com.au>
23687
23688 * emacs-lisp/advice.el (ad-read-advised-function):
23689 Use `function-called-at-point' as the default, if it has
23690 advice and passes PREDICATE.
23691
23692 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23693
23694 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23695 byte-compile-lambda if it's actually a lambda.
23696
23697 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23698 Fix function quoting. Use backquote better.
23699
23700 2011-05-22 Yuanle Song <sylecn@gmail.com>
23701
23702 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23703 matching (Bug#8516).
23704
23705 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23706
23707 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23708 different face (Bug#8178).
23709
23710 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23711
23712 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23713 defface (Bug#8144).
23714
23715 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23716
23717 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23718 funcall as well (bug#8712). Warn when performing those conversions.
23719 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23720
23721 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23722
23723 2011-05-22 Glenn Morris <rgm@gnu.org>
23724
23725 * files.el (hack-local-variables-prop-line): Small simplifications.
23726 (hack-local-variables, hack-local-variables-prop-line):
23727 If MODE-ONLY, return the mode, rather than just `t'.
23728
23729 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23730
23731 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23732
23733 2011-05-21 Glenn Morris <rgm@gnu.org>
23734
23735 * files.el (hack-local-variables-prop-line, hack-local-variables):
23736 If only interested in the mode, don't bother doing the other stuff.
23737
23738 * image-mode.el (image-after-revert-hook):
23739 Redraw all frames on which the image is visible. (Bug#8567)
23740
23741 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23742
23743 * wid-edit.el (widget-checklist-match-inline):
23744 Fix 2011-04-19 change. (Bug#8649)
23745
23746 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23747
23748 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23749 Also allow singlespace after single-letter capitals followed by a dot.
23750
23751 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23752 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23753
23754 2011-05-20 Nix <nix@esperi.org.uk>
23755
23756 * files.el (basic-save-buffer-2):
23757 Fix handling of break-hardlink-on-save with non-existent files.
23758
23759 2011-05-19 Deniz Dogan <deniz@dogan.se>
23760
23761 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23762 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23763
23764 2011-05-19 Glenn Morris <rgm@gnu.org>
23765
23766 * progmodes/f90.el (f90-type-def-re):
23767 Handle "type, bind(c)". (Bug#8691)
23768
23769 * emacs-lisp/autoload.el (batch-update-autoloads):
23770 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23771
23772 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23773
23774 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23775 property for the correct connection in case of multihops.
23776
23777 2011-05-18 Glenn Morris <rgm@gnu.org>
23778
23779 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23780 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23781
23782 Rationalize calendar handling of day and month abbrev-arrays.
23783 * calendar/calendar.el (calendar-customized-p): New function.
23784 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23785 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23786 Add :set function.
23787 (calendar-abbrev-length, calendar-day-abbrev-array)
23788 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23789 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23790 Elements may no longer be nil.
23791 (calendar-day-name, calendar-month-name):
23792 Update for changed nature of abbrev arrays.
23793 * calendar/diary-lib.el (diary-name-pattern):
23794 Update for changed nature of abbrev arrays.
23795 (diary-mark-entries-1): Update calendar-make-alist calls.
23796 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23797 * calendar/cal-html.el (cal-html-day-abbrev-array):
23798 Simply inherit from calendar-day-abbrev-array.
23799
23800 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23801
23802 * progmodes/grep.el (grep-mode): Disable default
23803 compilation-directory-matcher setting (bug#8684).
23804
23805 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23806
23807 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23808 instead of "head" and "tail". There were problems with SunOS 5.9,
23809 and it performs better.
23810
23811 2011-05-17 Glenn Morris <rgm@gnu.org>
23812
23813 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23814
23815 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23816 Replace obsolete function.
23817
23818 * shell.el (pcomplete-parse-arguments-function): Declare.
23819
23820 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23821 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23822 (appt-check): Doc fixes.
23823 (appt-disp-window-function, appt-delete-window-function):
23824 Remove needless special case in custom :type.
23825 (appt-display-count): Default to 0, not nil.
23826 (appt-check): Reset appt-display-count to 0, not nil.
23827
23828 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23829
23830 * progmodes/python.el (python-font-lock-keywords):
23831 Add the Python 3.X keyword "nonlocal" (bug#8639).
23832
23833 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23834
23835 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23836
23837 2011-05-16 Kevin Ryde <user42@zip.com.au>
23838
23839 * info-look.el (makefile-automake-mode): New setups, looking in
23840 automake manual, then makefile-mode.
23841 (makefile-mode): Remove automake manual, have it just in
23842 makefile-automake-mode since there's various things different or
23843 not relevant to plain make.
23844 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23845 believe a hypothetical automake-mode would go to makefile-mode,
23846 not the other way around.
23847
23848 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23849
23850 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23851 hunk-end tags (Bug#8672).
23852
23853 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23854 vc-annotate-show-diff-revision-at-line (Bug#8671).
23855
23856 2011-05-14 Glenn Morris <rgm@gnu.org>
23857
23858 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23859 in the middle of an existing one with multiple authors. (Bug#8645)
23860 (change-log-font-lock-keywords): Also handle multiple author lines
23861 with leading tabs. (Bug#8644)
23862
23863 * calendar/appt.el (appt-check): Rename some local variables.
23864 Some simplification/reordering.
23865
23866 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23867 (feedmail-sendmail-f-doesnt-sell-me-out)
23868 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23869 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23870 (feedmail-queue-runner-message-sender): Set :version.
23871 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23872 (bbdb-dwim-net-address, vm-mail): Declare.
23873 (feedmail-binmail-gnulinuxish-template):
23874 Rename from feedmail-binmail-linuxish-template.
23875 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23876 Use insert-buffer-substring.
23877
23878 2011-05-14 Bill Carpenter <bill@carpenter.org>
23879
23880 * mail/feedmail.el (feedmail-patch-level): Increase.
23881 (feedmail-debug): New custom group.
23882 (feedmail-confirm-outgoing-timeout)
23883 (feedmail-sendmail-f-doesnt-sell-me-out)
23884 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23885 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23886 (feedmail-sender-line, feedmail-from-line)
23887 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23888 (feedmail-spray-this-address)
23889 (feedmail-spray-address-fiddle-plex-list)
23890 (feedmail-queue-use-send-time-for-date)
23891 (feedmail-queue-use-send-time-for-message-id)
23892 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23893 (feedmail-buffer-eating-function):
23894 Doc fixes.
23895 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23896 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23897 (feedmail-message-action-scroll-down): New functions.
23898 (feedmail-queue-directory, feedmail-queue-draft-directory):
23899 Use expand-file-name.
23900 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23901 Remove C-v help entry.
23902 (feedmail-queue-buffer-file-name): New variable.
23903 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23904 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23905 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23906 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23907 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23908 (feedmail-message-action-toggle-spray)
23909 (feedmail-run-the-queue-no-prompts)
23910 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23911 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23912 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23913 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23914 (feedmail-envelope-deducer, feedmail-fiddle-from)
23915 (feedmail-fiddle-sender, feedmail-default-date-generator)
23916 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23917 (feedmail-fiddle-spray-address)
23918 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23919 (feedmail-fiddle-list-of-fiddle-plexes)
23920 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23921 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23922 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23923 Change default. Doc fix.
23924 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23925 (feedmail-binmail-linuxish-template): New constant.
23926 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23927 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23928 (feedmail-send-it): Add debug call.
23929 Use feedmail-queue-buffer-file-name, and
23930 feedmail-send-it-immediately-wrapper.
23931 (feedmail-message-action-send): Add debug call.
23932 Use feedmail-send-it-immediately-wrapper.
23933 (feedmail-queue-express-to-queue): Add debug call.
23934 Run feedmail-queue-express-hook.
23935 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23936 (feedmail-message-action-help-blat):
23937 Rename from feedmail-queue-send-edit-prompt-help-first.
23938 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23939 Check line-endings. Handle errors better.
23940 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23941 Doc fix. Add debug call.
23942 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23943 Use feedmail-queue-send-edit-prompt-inner.
23944 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23945 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23946 from feedmail-queue-send-edit-prompt.
23947 (feedmail-queue-send-edit-prompt-help)
23948 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23949 (feedmail-tidy-up-slug): Add debug call.
23950 Respect feedmail-queue-slug-suspect-regexp.
23951 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23952 (feedmail-dump-message-to-queue): Add debug call.
23953 Expand queue-directory.
23954 (feedmail-dump-message-to-queue): Change message slightly.
23955 Use feedmail-say-chatter.
23956 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
23957 (feedmail-send-it-immediately-wrapper): New function.
23958 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
23959 Insert empty string rather than newline. Handle full-frame case.
23960 Use catch/throw. Use feedmail-say-chatter.
23961 (feedmail-fiddle-from): Try mail-host-address.
23962 (feedmail-default-message-id-generator): Doc fix.
23963 Bind system-time-locale. Handle missing end.
23964 (feedmail-fiddle-x-mailer): Add debug call.
23965 Handle feedmail-x-mailer-line being nil.
23966 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23967 Add debug call. Use buffer-substring-no-properties.
23968 (feedmail-say-debug, feedmail-say-chatter): New functions.
23969 (feedmail-find-eoh): Give an explicit error.
23970
23971 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
23972
23973 * net/newst-treeview.el (newsticker-treeview-face): Change default
23974 family from helvetica to sans.
23975 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23976 etc/images/newsticker.
23977
23978 * net/newst-reader.el (newsticker-feed-face): Change default
23979 family from helvetica to sans.
23980
23981 * net/newst-plainview.el (newsticker-new-item-face)
23982 (newsticker-old-item-face, newsticker-immortal-item-face)
23983 (newsticker-obsolete-item-face, newsticker-date-face)
23984 (newsticker-statistics-face): Change default family from
23985 helvetica to sans.
23986 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23987 etc/images/newsticker.
23988
23989 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23990 (newsticker--process-auto-mark-filter-match): Tell user about
23991 auto-marking.
23992
23993 2011-05-13 Didier Verna <didier@xemacs.org>
23994
23995 Common Lisp indentation improvements on defmethod and lambda-lists.
23996 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23997 TODO entries.
23998 (lisp-lambda-list-keyword-parameter-indentation)
23999 (lisp-lambda-list-keyword-parameter-alignment)
24000 (lisp-lambda-list-keyword-alignment): New customizable user options.
24001 (lisp-indent-defun-method): Improve docstring.
24002 (extended-loop-p): Fix comment.
24003 (lisp-indent-lambda-list-keywords-regexp): New variable.
24004 (lisp-indent-lambda-list): New function.
24005 (lisp-indent-259): Use it.
24006 (lisp-indent-defmethod): Support for more than one
24007 method qualifier and properly indent methods lambda-lists.
24008 (defgeneric): Provide a missing common-lisp-indent-function property.
24009
24010 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
24011
24012 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24013 bounds for the empty string (bug#8667).
24014
24015 2011-05-13 Glenn Morris <rgm@gnu.org>
24016
24017 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24018
24019 * mail/sendmail.el (sendmail-program): Try executable-find first.
24020 (sendmail-send-it): `sendmail-program' cannot be unbound.
24021
24022 * calendar/appt.el (appt-make-list): Simplify.
24023 (appt-time-msg-list): Doc fix.
24024 (appt-check): Change mode-line message at the time of the appointment.
24025
24026 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
24027
24028 * progmodes/ld-script.el (ld-script-keywords)
24029 (ld-script-builtins): Update keywords list.
24030
24031 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24032
24033 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24034
24035 * shell.el (shell-completion-vars): New function.
24036 (shell-mode):
24037 * simple.el (read-shell-command): Use it.
24038 (blink-matching-open): No need for " [...]" in minibuffer-message.
24039
24040 2011-05-12 Glenn Morris <rgm@gnu.org>
24041
24042 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24043 (appt-check): Simplify.
24044
24045 2011-05-12 Eli Zaretskii <eliz@gnu.org>
24046
24047 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24048 literal "/dev/null".
24049
24050 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24051
24052 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24053 Fix typo.
24054
24055 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
24056
24057 * progmodes/which-func.el (which-function):
24058 Use add-log-current-defun instead of add-log-current-defun-function,
24059 which might not be defined (Bug#8260).
24060
24061 2011-05-12 Glenn Morris <rgm@gnu.org>
24062
24063 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24064 Let byte-compile-initial-macro-environment always take precedence.
24065
24066 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24067
24068 * net/rcirc.el: Add support for SSL/TLS connections.
24069 (rcirc-server-alist): New field `encryption'.
24070 (rcirc): Check `encryption' settings.
24071 (rcirc-connect): New arg `encryption'. Use open-network-stream.
24072 Merge make-local-variable into `set'.
24073 (rcirc--connection-open-p): New function.
24074 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24075 the process is not a network process (e.g. running gnutls-cli).
24076 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24077 Make rcirc-(en|de)code-coding-system local here.
24078 (rcirc-mode): Merge make-local-variable into `set'.
24079 (rcirc-parent-buffer): Make permanent buffer-local.
24080 (rcirc-multiline-minor-mode): Don't do it here.
24081 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24082 there's no server buffer.
24083
24084 2011-05-11 Glenn Morris <rgm@gnu.org>
24085
24086 * newcomment.el (comment-kill): Prefix "unused" local.
24087
24088 * term/w32console.el (get-screen-color): Declare.
24089
24090 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24091 Handle symbol elements of byte-compile-initial-macro-environment.
24092
24093 2011-05-10 Leo Liu <sdl.web@gmail.com>
24094
24095 * bookmark.el (bookmark-bmenu-mode-map):
24096 Bind bookmark-bmenu-search to `/'.
24097
24098 * mail/footnote.el: Convert to utf-8 encoding.
24099 (footnote-unicode-string, footnote-unicode-regexp): New variable.
24100 (Footnote-unicode): New function.
24101 (footnote-style-alist): Add unicode style to the list.
24102 (footnote-style): Doc fix.
24103
24104 2011-05-10 Jim Meyering <meyering@redhat.com>
24105
24106 Fix doubled-word typos.
24107 * international/quail.el (quail-insert-kbd-layout): and and -> and
24108 * kermit.el: and and -> and
24109 * net/ldap.el (ldap-search-internal): to to -> to
24110 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24111 * progmodes/js.el (js-mode): and and -> and
24112 * textmodes/artist.el (artist-move-to-xy): at at -> at
24113 (artist-draw-region-trim-line-endings): if if -> if
24114 And Safetyc -> Safety.
24115 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24116
24117 2011-05-10 Glenn Morris <rgm@gnu.org>
24118 Stefan Monnier <monnier@iro.umontreal.ca>
24119
24120 * files.el (hack-one-local-variable-eval-safep):
24121 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
24122
24123 2011-05-10 Glenn Morris <rgm@gnu.org>
24124
24125 * calendar/diary-lib.el (diary-list-entries-hook)
24126 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24127 (diary-nongregorian-marking-hook, diary-list-entries)
24128 (diary-include-other-diary-files, diary-mark-entries)
24129 (diary-mark-included-diary-files): Doc fixes.
24130
24131 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24132
24133 * misc.el: Require tabulated-list.el during compilation.
24134
24135 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24136
24137 * progmodes/compile.el (compilation-start):
24138 Run compilation-filter-hook for the async case too.
24139 (compilation-filter-hook): Doc fix.
24140
24141 2011-05-09 Deniz Dogan <deniz@dogan.se>
24142
24143 * wdired.el: Remove outdated installation comment. Fix usage
24144 comment.
24145
24146 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24147
24148 * misc.el: Implement new command `list-dynamic-libraries'.
24149 (list-dynamic-libraries--loaded-only-p): New variable.
24150 (list-dynamic-libraries--refresh): New function.
24151 (list-dynamic-libraries): New command.
24152
24153 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24154
24155 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24156 Fix the ant regexp to handle end-line and end-column info from jikes.
24157 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24158 higher priority to avoid clobbering by gnu.
24159
24160 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24161
24162 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24163 if the face has existing theme settings (Bug#8454).
24164
24165 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
24166
24167 * progmodes/perl-mode.el (perl-imenu-generic-expression):
24168 Only match variables declared via `my' or `our' (Bug#8261).
24169
24170 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24171 special file names `.' and `..' (Bug#8259).
24172
24173 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24174
24175 * progmodes/grep.el (grep-mode-font-lock-keywords):
24176 Remove buffer-changing entries.
24177 (grep-filter): New function.
24178 (grep-mode): Add it to compilation-filter-hook.
24179
24180 * progmodes/compile.el (compilation-filter-hook)
24181 (compilation-filter-start): New defvars.
24182 (compilation-filter): Call compilation-filter-hook prior to
24183 updating the process mark.
24184
24185 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24186
24187 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24188
24189 2011-05-07 Eli Zaretskii <eliz@gnu.org>
24190
24191 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24192 mailclient-send-it even if window-system is nil. (Bug#8595)
24193
24194 * term/w32console.el (terminal-init-w32console):
24195 Call get-screen-color and use its output to set the frame
24196 background-mode. (Bug#8597)
24197
24198 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24199
24200 Make bytecomp.el understand that defmethod defines funs (bug#8631).
24201 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24202 New functions.
24203 (defgeneric, eieio--defmethod): Use them.
24204 (eieio-defgeneric): Remove.
24205 (defmethod): Call defgeneric in a way visible to the byte-compiler.
24206
24207 2011-05-07 Glenn Morris <rgm@gnu.org>
24208
24209 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24210 Use let rather than let*.
24211 (timeclock-find-discrep): Remove unused local.
24212
24213 * calendar/diary-lib.el (diary-comment-start): Doc fix.
24214
24215 * calendar/appt.el (appt-time-msg-list): Doc fix.
24216
24217 2011-05-06 Noah Friedman <friedman@splode.com>
24218
24219 * apropos.el (apropos-print-doc): Only use
24220 emacs-lisp-docstring-fill-column when it is bound to an integer,
24221 per that variable's documentation.
24222
24223 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24224
24225 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24226 and warnings are not silently discarded (e.g. use -d instead of -P).
24227
24228 2011-05-06 Glenn Morris <rgm@gnu.org>
24229
24230 * calendar/appt.el (appt-message-warning-time): Doc fix.
24231 (appt-warning-time-regexp): New option.
24232 (appt-make-list): Respect appt-message-warning-time.
24233
24234 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24235 New options.
24236 (diary-add-to-list): Strip comments from the displayed string.
24237 (diary-mode): Set comment-start and comment-end.
24238
24239 * vc/diff-mode.el (smerge-refine-subst): Declare.
24240 (diff-refine-hunk): Don't require smerge-mode when compiling.
24241
24242 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
24243
24244 * simple.el (list-processes): Return nil as the docstring says.
24245
24246 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24247
24248 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24249 to "".
24250 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24251 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24252 determining of binary transfer. (Bug#7383)
24253
24254 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24255
24256 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24257 Fix port computation bug. (Bug#8618)
24258
24259 2011-05-05 Glenn Morris <rgm@gnu.org>
24260
24261 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24262
24263 * simple.el (shell-dynamic-complete-functions)
24264 (comint-dynamic-complete-functions): Declare.
24265
24266 * net/network-stream.el (gnutls-negotiate):
24267 * simple.el (tabulated-list-print): Fix declarations.
24268
24269 * progmodes/gud.el (syntax-symbol, syntax-point):
24270 Remove unnecessary and incorrect declarations.
24271
24272 * emacs-lisp/check-declare.el (check-declare-scan):
24273 Handle byte-compile-initial-macro-environment in bytecomp.el.
24274
24275 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24276
24277 Fix earlier half-done eieio-defmethod change (bug#8338).
24278 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24279 Streamline and change calling convention.
24280 (defmethod): Adjust accordingly and simplify.
24281 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24282 new eieio--defmethod.
24283 (slot-boundp): Minor CSE simplification.
24284
24285 2011-05-05 Milan Zamazal <pdm@zamazal.org>
24286
24287 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24288 (glasses-make-readable): Use glasses-separate-capital-groups.
24289
24290 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
24291
24292 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24293 (warning-series): Doc fix.
24294 (display-warning): Don't try to create the buffer if we just found it.
24295
24296 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24297
24298 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24299 (autoload-find-generated-file): New function.
24300 (generate-file-autoloads): Bind generated-autoload-file to
24301 buffer-file-name.
24302 (update-file-autoloads, update-directory-autoloads):
24303 Use autoload-find-generated-file. If called interactively, prompt for
24304 output file (Bug#7989).
24305 (batch-update-autoloads): Doc fix.
24306
24307 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24308
24309 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24310
24311 2011-05-04 Glenn Morris <rgm@gnu.org>
24312
24313 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24314 function, so it follows changes in calendar-date-style.
24315 (diary-fancy-date-matcher): New function.
24316 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24317 (diary-fancy-font-lock-fontify-region-function):
24318 Use diary-fancy-date-pattern as a function.
24319
24320 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24321 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24322
24323 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24324
24325 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24326 instead of positional arguments. Allow :keylist and :crlfiles
24327 arguments.
24328 (open-gnutls-stream): Call it.
24329
24330 * net/network-stream.el (network-stream-open-starttls): Adjust to
24331 call `gnutls-negotiate' with :process and :hostname arguments.
24332
24333 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24334
24335 * minibuffer.el (completion--message): New function.
24336 (completion--do-completion, minibuffer-complete)
24337 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24338 (completion--do-completion): Don't ignore completion-auto-help when in
24339 icomplete-mode.
24340
24341 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24342 internal encoding (e.g. tibetan zero is not whitespace).
24343 (global-whitespace-mode): Prefer save-current-buffer.
24344 (whitespace-trailing-regexp): Remove useless save-match-data.
24345 (whitespace-empty-at-bob-regexp): Minor simplification.
24346
24347 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24348
24349 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24350
24351 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
24352
24353 * textmodes/ispell.el (ispell-add-per-file-word-list):
24354 Use `concat' to create string for insertion.
24355
24356 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24357
24358 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24359 Avoid open-line which runs post-self-insert-hook.
24360 (bibtex-fill-entry): Remove unused `end' var.
24361
24362 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24363
24364 * textmodes/ispell.el (ispell-add-per-file-word-list):
24365 Protect against `nil' value of `comment-start' (Bug#8579).
24366
24367 2011-05-03 Leo Liu <sdl.web@gmail.com>
24368
24369 * isearch.el (isearch-yank-pop): New command.
24370 (isearch-mode-map): Bind it to `M-y'.
24371 (isearch-forward): Mention it.
24372
24373 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24374
24375 * simple.el (minibuffer-complete-shell-command): Remove.
24376 (minibuffer-local-shell-command-map): Use completion-at-point.
24377 (read-shell-command): Setup completion vars here instead.
24378 (read-expression-map): Bind TAB to symbol completion.
24379
24380 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24381 error directly rather via storing it into `results'.
24382
24383 2011-05-02 Leo Liu <sdl.web@gmail.com>
24384
24385 * vc/diff.el: Fix description.
24386
24387 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24388
24389 * server.el (server-eval-at): New function.
24390
24391 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24392
24393 * net/network-stream.el (open-network-stream): Take a :nowait
24394 parameter and pass it on to `make-network-process'.
24395 (network-stream-open-plain): Ditto.
24396
24397 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24398
24399 * faces.el (face-spec-set-match-display): Don't match toolkit
24400 options on terminal frames.
24401
24402 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24403
24404 * progmodes/pascal.el: Use lexical binding.
24405 (pascal-mode-map): Remove author preferences.
24406
24407 * pcomplete.el (pcomplete-std-complete): Don't abuse
24408 completion-at-point.
24409
24410 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24411
24412 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24413 removing code that has been dead since 1991 or so.
24414
24415 * startup.el (command-line): When warning about "_emacs", use a
24416 delayed warning to allow the user to filter it out.
24417
24418 2011-04-28 Deniz Dogan <deniz@dogan.se>
24419
24420 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24421 user has not joined.
24422
24423 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24424
24425 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24426 aren't any completions at point.
24427
24428 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24429
24430 * subr.el (display-delayed-warnings): New function.
24431 (delayed-warnings-hook): New variable.
24432
24433 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24434
24435 * minibuffer.el (completion-at-point, completion-help-at-point):
24436 Don't presume that a given completion-at-point-function will always
24437 use the same calling convention.
24438
24439 * pcomplete.el (pcomplete-completions-at-point):
24440 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24441 pcomplete-seen is non-nil.
24442 (pcomplete-comint-setup): Also recognize the new comint/shell
24443 completion functions.
24444 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24445 pcomplete-seen is non-nil.
24446
24447 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24448
24449 * calendar/icalendar.el (diary-lib): Add require statement.
24450 (icalendar--create-uid): Read out a uid from a text-property on
24451 the first character in the entry. This allows for code to add its
24452 own uid to the entry.
24453 (icalendar--convert-float-to-ical): Add export of
24454 `diary-float'-entries save for those with the optional DAY
24455 argument.
24456
24457 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24458
24459 * subr.el (shell-quote-argument): Use alternate escaping strategy
24460 when we spot a variable reference in a string.
24461
24462 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24463
24464 * cus-start.el (all): Define customization for debug-on-event.
24465
24466 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24467
24468 * subr.el (shell-quote-argument): Escape correctly under Windows.
24469
24470 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24471
24472 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24473
24474 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24475
24476 * net/tramp.el (tramp-process-actions): Add POS argument.
24477 Delete region between POS and (pos).
24478
24479 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24480 Use `nil' position in `tramp-process-actions' call.
24481 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24482
24483 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24484 position in `tramp-process-actions' call.
24485
24486 * net/trampver.el: Update release number.
24487
24488 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24489
24490 * custom.el (defcustom): Obey lexical-binding.
24491
24492 Fix octave-inf completion problems reported by Alexander Klimov.
24493 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24494 Inherit from octave-mode-syntax-table.
24495 (inferior-octave-mode): Set info-lookup-mode.
24496 (inferior-octave-completion-at-point): New function.
24497 (inferior-octave-complete): Use it and completion-in-region.
24498 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24499 comint-filename-completion.
24500 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24501 symbol elements which shouldn't be word elements.
24502 (octave-font-lock-keywords, octave-beginning-of-defun)
24503 (octave-function-header-regexp): Adjust regexps accordingly.
24504 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24505
24506 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24507
24508 * net/gnutls.el (gnutls-errorp): Declare before first use.
24509
24510 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24511
24512 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24513 verify-error, and verify-hostname-error parameters. Check whether
24514 default trustfile exists before going to use it. Add missing
24515 argument to gnutls-message-maybe call. Return value.
24516 Reported by Claudio Bley <claudio.bley@gmail.com>.
24517 (open-gnutls-stream): Add usage example.
24518
24519 * net/network-stream.el (network-stream-open-starttls): Give host
24520 parameter to `gnutls-negotiate'.
24521 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24522 * subr.el (shell-quote-argument): Escape correctly under Windows.
24523
24524 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24525
24526 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24527 Use correct match group (bug#8438).
24528
24529 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24530
24531 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24532 (package-menu--generate): New arg specifying packages to show.
24533 (package-menu-refresh, package-menu-execute, list-packages):
24534 Callers changed.
24535 (package-show-package-list): New function, replacing deleted
24536 package--list-packages (renamed because it is non-internal).
24537
24538 * finder.el (finder-list-matches): Use package-show-package-list
24539 instead of deleted package--list-packages.
24540
24541 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24542 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24543 (vc-annotate-mode-map): Bind it to RET.
24544
24545 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24546
24547 * progmodes/etags.el (next-file): Don't use set-buffer to change
24548 buffers (Bug#8478).
24549
24550 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24551
24552 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24553
24554 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24555 (apropos-accumulator): Doc fix.
24556 (apropos-function, apropos-macro, apropos-command)
24557 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24558 (apropos-plist): Add face property.
24559 (apropos-symbols-internal): Fix indentation.
24560 (apropos-print): Simplify help, and recognize apropos-multi-type.
24561 (apropos-print-doc): Use button-type-get to extract the button's
24562 face property. Fill docstring (Bug#8352).
24563
24564 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24565
24566 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24567
24568 * play/mpuz.el (mpuz-silent): Doc fix.
24569 (mpuz-mode-map): Use mapc.
24570 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24571 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24572 Fix typos in docstrings.
24573
24574 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24575 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24576
24577 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24578
24579 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24580
24581 * minibuffer.el (completion--do-completion): Avoid the "Next char
24582 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24583
24584 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24585 mouse-2 into unread-command-events, it is interpreted correctly.
24586
24587 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24588 (image-toggle-display): Doc fix.
24589
24590 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24591
24592 * textmodes/page.el (what-page): Use line-number-at-pos to
24593 calculate line number (Bug#6825).
24594
24595 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24596
24597 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24598 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24599 Pass argument NO-DEFAULT to `find-tag-interactive'.
24600
24601 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24602
24603 Lexical-binding cleanup.
24604
24605 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24606 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24607 * progmodes/ada-prj.el (ada-prj-initialize-values)
24608 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24609 (ada-prj-show-value):
24610 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24611 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24612 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24613 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24614 * progmodes/bug-reference.el (bug-reference-push-button):
24615 * progmodes/fortran.el (fortran-line-length):
24616 * progmodes/glasses.el (glasses-change):
24617 * progmodes/octave-mod.el (octave-fill-paragraph):
24618 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24619 (python-pdbtrack-grub-for-buffer, python-sentinel):
24620 * progmodes/sql.el (sql-save-connection):
24621 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24622 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24623 Mark unused parameters.
24624
24625 * progmodes/compile.el (compilation--flush-directory-cache)
24626 (compilation--flush-parse, compile-internal): Mark unused parameters.
24627 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24628 (compilation-next-error-function): Remove unused variable `timestamp'.
24629
24630 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24631 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24632
24633 * progmodes/dcl-mode.el (dcl-end-of-command):
24634 Remove unused variable `start'.
24635 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24636 (dcl-option-value-basic, dcl-option-value-offset)
24637 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24638 Mark unused parameters.
24639 (dcl-save-local-variable): Remove unused variable `val'.
24640 (mode): Declare.
24641
24642 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24643 Mark unused parameters.
24644 (delphi-ignore-changes): Move before first use.
24645 (delphi-charset-token-at): Remove unused variable `start'.
24646 (delphi-else-start): Remove unused variable `if-count'.
24647 (delphi-comment-block-start, delphi-comment-block-end):
24648 Remove unused variable `kind'.
24649 (delphi-indent-line): Remove unused variable `new-point'.
24650
24651 * progmodes/ebrowse.el (ebrowse-files-list)
24652 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24653 Mark unused parameters. Don't quote `lambda'.
24654 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24655 Don't quote `lambda'.
24656 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24657 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24658 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24659 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24660 Use `ignore-errors'.
24661 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24662 (ebrowse-view/find-file-and-search-pattern)
24663 (ebrowse-view/find-member-declaration/definition):
24664 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24665 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24666 Rename parameter PREFIX-ARG to PREFIX.
24667 (ebrowse-tags-read-name): Remove unused variables `start' and
24668 `member-info'.
24669 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24670 to `tags-file'.
24671
24672 * progmodes/etags.el (local-find-tag-hook): Declare.
24673 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24674 Mark unused parameters.
24675
24676 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24677 (executable-interpret): Mark unused parameter.
24678
24679 * progmodes/flymake.el (flymake-process-sentinel)
24680 (flymake-after-change-function)
24681 (flymake-create-temp-with-folder-structure)
24682 (flymake-get-include-dirs-dot): Mark unused parameters.
24683 (flymake-safe-delete-directory): Remove unused variable `err'.
24684
24685 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24686 (speedbar-timer-fn, speedbar-line-text)
24687 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24688 (speedbar-center-buffer-smartly): Declare functions.
24689 (gdb-find-watch-expression): Remove unused variable `array'.
24690 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24691 (gdb-starting): Mark unused parameters.
24692 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24693 (gdb-table-string): Remove unused variable `res'.
24694 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24695 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24696 (gdb-display-buffer): Remove unused variable `cur-size'.
24697
24698 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24699 allow lexical-binding compilation.
24700 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24701 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24702 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24703 Mark unused parameters.
24704 (gud-gdb-marker-filter): Remove unused variable `match'.
24705 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24706 lambda expressions and funcall them, instead of using `fset'.
24707
24708 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24709 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24710
24711 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24712 variable `header-beg'; use `let'.
24713
24714 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24715 `restart', `last-sexp' and `at-do'.
24716
24717 * progmodes/js.el (js--debug): Mark unused parameter.
24718 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24719 (js--splice-into-items): Remove unused variable `item'.
24720 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24721
24722 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24723 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24724 (makefile-complete): Remove unused variable `try'.
24725 (makefile-fill-paragraph, makefile-match-function-end):
24726 Mark unused parameters.
24727
24728 * progmodes/octave-inf.el (inferior-octave-complete):
24729 Remove unused variable `proc'.
24730 (inferior-octave-output-digest): Mark unused parameter.
24731
24732 * progmodes/perl-mode.el (perl-calculate-indent):
24733 Remove unused variable `err'.
24734
24735 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24736 (prolog-indent-line): Mark unused parameters.
24737 (prolog-indent-line): Remove unused variable `beg'.
24738
24739 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24740 (reporter-dont-compact-list): Declare.
24741
24742 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24743 Remove unused variable `char'.
24744 (sh-debug): Mark unused parameter.
24745 (sh-get-indent-info): Remove unused variable `start'.
24746 (sh-calculate-indent): Remove unused variable `var'.
24747
24748 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24749 (simula-electric-keyword): Remove unused variable `null'.
24750 (simula-search-backward, simula-search-forward): Remove unused
24751 variables `begin' and `end'.
24752
24753 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24754 Remove unused variable `pos'.
24755 (vera-electric-tab, vera-comment-uncomment-region):
24756 Mark unused parameters.
24757 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24758
24759 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24760
24761 * emacs-lisp/package.el (package--builtins, package-alist)
24762 (package-load-descriptor, package-built-in-p, package-activate)
24763 (define-package, package-installed-p)
24764 (package-compute-transaction, package-buffer-info)
24765 (package--push): Doc fix. Distinguish more clearly between
24766 version strings and version lists.
24767
24768 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24769
24770 Lexical-binding cleanup.
24771
24772 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24773 (5x5-make-mutate-best):
24774 * play/fortune.el (fortune-in-buffer):
24775 * play/gomoku.el (gomoku-init-display):
24776 * play/solitaire.el (solitaire, solitaire-do-check):
24777 * play/tetris.el (tetris-default-update-speed-function):
24778 Mark unused parameters.
24779
24780 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24781 (bubbles--shift): Remove unused variable `char-org'.
24782 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24783 (bubbles--show-images): Remove unused variable `char'.
24784
24785 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24786 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24787 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24788 (decipher-analyze-buffer): Use ?\s.
24789 (decipher-make-checkpoint): Remove unused variable `mapping'.
24790
24791 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24792
24793 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24794 Remove unused variable `result'; use `let'.
24795
24796 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24797 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24798 (gametree-children-shown-p, gametree-compute-reduced-score):
24799 Use `ignore-errors'.
24800
24801 * play/handwrite.el (ps-lpr-switches): Declare.
24802 (handwrite): Remove unused variables `pmin' and `lastp'.
24803
24804 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24805
24806 * play/landmark.el (landmark-init-display)
24807 (landmark-update-naught-weights): Mark unused parameters.
24808 (landmark-y): Remove unused variable `noise'. Simplify.
24809 (landmark-human-plays): Remove unused variable `score'.
24810
24811 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24812 (mpuz-try-proposal): Remove unused variable `game'.
24813
24814 * play/zone.el (life-patterns): Declare.
24815
24816 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24817
24818 * vc/vc.el (ediff-vc-internal): Declare function.
24819
24820 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24821
24822 * shell.el: Use lexical-binding and std completion UI.
24823 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24824 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24825 comint-preoutput-filter-functions rather than on
24826 comint-output-filter-functions.
24827 (shell-command-completion, shell--command-completion-data)
24828 (shell-filename-completion, shell-environment-variable-completion)
24829 (shell-c-a-p-replace-by-expanded-directory): New functions.
24830 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24831 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24832 (shell-dynamic-complete-environment-variable): Use them.
24833 (shell-dynamic-complete-as-environment-variable)
24834 (shell-dynamic-complete-as-command): Remove.
24835 (shell-match-partial-variable): Match past point.
24836 * comint.el: Clean up use of completion-at-point-functions.
24837 (comint-completion-at-point): New function.
24838 (comint-mode): Use it completion-at-point-functions.
24839 (comint-dynamic-complete): Make it obsolete.
24840 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24841 (comint-c-a-p-replace-by-expanded-history): New function.
24842 (comint-dynamic-complete-functions)
24843 (comint-replace-by-expanded-history): Use it.
24844 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24845 termination strings. Try harder to avoid second try-completion.
24846 (completion-in-region-mode-map): Disable bindings that don't work yet.
24847
24848 * comint.el: Use lexical-binding. Require CL.
24849 (comint-dynamic-complete-functions): Use comint-filename-completion.
24850 (comint-completion-addsuffix): Tweak custom type.
24851 (comint-filename-completion, comint--common-suffix)
24852 (comint--common-quoted-suffix, comint--table-subvert)
24853 (comint--complete-file-name-data): New functions.
24854 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24855 (comint-dynamic-list-filename-completions): Use them.
24856 (comint-dynamic-simple-complete): Make obsolete.
24857
24858 * minibuffer.el (completion-in-region-mode):
24859 Keep completion-in-region-mode--predicate global.
24860 (completion-in-region--postch):
24861 Assume completion-in-region-mode--predicate is not null.
24862
24863 * progmodes/flymake.el (flymake-start-syntax-check-process):
24864 Obey `dir'. Simplify.
24865
24866 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24867 we're in VC after all.
24868
24869 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24870
24871 * vc/vc.el (vc-diff-build-argument-list-internal)
24872 (vc-version-ediff, vc-ediff): New commands.
24873 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24874
24875 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24876
24877 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24878 add sanity check.
24879
24880 * obsolete/erc-hecomplete.el: Make obsolete.
24881 * obsolete/: Standardize obsolescence info in the header.
24882
24883 2011-04-20 Glenn Morris <rgm@gnu.org>
24884
24885 * calendar/solar.el (solar-horizontal-coordinates):
24886 Use the longitude argument rather than `calendar-longitude'.
24887 (solar-date-next-longitude): Remove unused locals.
24888
24889 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24890
24891 * whitespace.el: New version 13.2.1.
24892
24893 2011-04-20 felix <EmacsWiki> (tiny change)
24894
24895 * whitespace.el (global-whitespace-mode): Keep highlight when
24896 switching between major modes on a file.
24897
24898 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24899
24900 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24901 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24902 multi-line comments as well.
24903
24904 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24905
24906 Lexical-binding cleanup.
24907
24908 * arc-mode.el (archive-mode-revert):
24909 * cmuscheme.el (scheme-interactively-start-process):
24910 * custom.el (custom-initialize-delay):
24911 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24912 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24913 * emacs-lock.el (emacs-lock-clear-sentinel):
24914 * ezimage.el (defezimage):
24915 * follow.el (follow-avoid-tail-recenter):
24916 * fringe.el (set-fringe-mode-1):
24917 * generic-x.el (bat-generic-mode-compile):
24918 * help-mode.el (help-info-variable, help-do-xref)
24919 (help-mode-revert-buffer):
24920 * help.el (view-emacs-todo):
24921 * iswitchb.el (iswitchb-completion-help):
24922 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24923 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24924 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24925 * locate.el (locate-update):
24926 * longlines.el (longlines-encode-region)
24927 (longlines-after-change-function):
24928 * outline.el (outline-isearch-open-invisible):
24929 * ps-def.el (declare-function, charset-dimension, char-width)
24930 (encode-char):
24931 * ps-mule.el (ps-mule-plot-string):
24932 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24933 (recentf-edit-list-select, recentf-edit-list-validate)
24934 (recentf-open-files-action):
24935 * rect.el (delete-whitespace-rectangle-line)
24936 (rectangle-number-line-callback):
24937 * register.el (window-configuration-to-register)
24938 (frame-configuration-to-register):
24939 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24940 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24941 (xselect-convert-to-targets, xselect-convert-to-delete)
24942 (xselect-convert-to-filename, xselect-convert-to-charpos)
24943 (xselect-convert-to-lineno, xselect-convert-to-colno)
24944 (xselect-convert-to-os, xselect-convert-to-host)
24945 (xselect-convert-to-user, xselect-convert-to-class)
24946 (xselect-convert-to-name, xselect-convert-to-integer)
24947 (xselect-convert-to-atom, xselect-convert-to-identity):
24948 * subr.el (declare, ignore, process-kill-without-query)
24949 (text-clone-maintain):
24950 * terminal.el (te-get-char, te-tic-sentinel):
24951 * tool-bar.el (tool-bar-make-keymap):
24952 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24953 * type-break.el (type-break-mode, type-break-noninteractive-query):
24954 * view.el (View-back-to-mark):
24955 * wid-browse.el (widget-browse-action, widget-browse-widget)
24956 (widget-browse-widgets, widget-browse-sexp):
24957 * widget.el (define-widget-keywords):
24958 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24959 Mark unused parameters.
24960
24961 * align.el (align-adjust-col-for-rule): Mark unused parameter.
24962 (align-areas): Remove unused variable `look'.
24963 (align-region): Remove unused variables `real-end' and `pos-list'.
24964
24965 * apropos.el (apropos-score-doc): Remove unused variable `i'.
24966
24967 * bindings.el (mode-line-modified, mode-line-remote):
24968 Mark unused parameters.
24969 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24970
24971 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24972 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24973
24974 * comint.el (comint-history-isearch-pop-state)
24975 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24976 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24977 (comint-substitute-in-file-name): Doc fix.
24978
24979 * completion.el (cmpl-statistics-block): Mark unused parameter.
24980 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24981 (save-completions-to-file, load-completions-from-file):
24982 Remove unused local variable `e'.
24983
24984 * composite.el (compose-chars): Remove unused variable `len'.
24985 (lgstring-insert-glyph): Remove unused variable `g'.
24986 (compose-glyph-string): Remove unused variables `ascent',
24987 `descent', `lbearing' and `rbearing'.
24988 (compose-glyph-string-relative): Remove unused variables
24989 `lbearing', `rbearing' and `wadjust'.
24990 (compose-gstring-for-graphic): Remove unused variables `header',
24991 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
24992 (compose-gstring-for-terminal): Remove unused variables `header'
24993 and `nchars'. Use `let', not `let*'.
24994
24995 * cus-edit.el (Custom-set, Custom-save, custom-reset)
24996 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24997 (Custom-buffer-done, custom-buffer-create-internal)
24998 (custom-browse-visibility-action, custom-browse-group-tag-action)
24999 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25000 (widget-magic-mouse-down-action, custom-toggle-parent)
25001 (custom-add-parent-links, custom-toggle-hide-variable)
25002 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25003 (custom-toggle-hide-face, face, hook, custom-group-link-action)
25004 (custom-face-menu-create, custom-variable-menu-create, get)
25005 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25006 (custom-reset-standard-save-and-update): Remove unused variable `value'.
25007 (customize-apropos): Remove unused variable `tests'.
25008 (custom-group-value-create): Remove unused variable `hidden-p'.
25009 (sort-fold-case): Declare.
25010
25011 * cus-theme.el (custom-reset-standard-faces-list)
25012 (custom-reset-standard-variables-list): Declare.
25013 (customize-create-theme, custom-theme-revert, custom-theme-write)
25014 (custom-theme-choose-mode, customize-themes, custom-theme-save):
25015 Mark unused parameters.
25016
25017 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25018
25019 * delim-col.el (delimit-columns-max): Move defvar before first use.
25020
25021 * descr-text.el (describe-char-categories): Don't quote `lambda'.
25022 (describe-char): Don't quote `lambda'. Mark unused parameter.
25023
25024 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25025 (auto-insert): Declare.
25026 (desktop-restore-file-buffer): Rename desktop-* parameters;
25027 mark unused ones.
25028 (desktop-create-buffer): Rename desktop-* parameters and bind them.
25029 (desktop-buffer): Rename desktop-* parameters.
25030
25031 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25032 (dframe-reposition-frame-xemacs, dframe-help-echo)
25033 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25034 Mark unused parameters.
25035
25036 * dired-aux.el (backup-extract-version-start, overwrite-query)
25037 (overwrite-backup-query, rename-regexp-query)
25038 (rename-non-directory-query): Declare.
25039 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25040 (dired-add-entry): Remove unused variable `orig-file-name'.
25041 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25042 Use parameter PRESERVE-TIME instead of accessing dynamic variable
25043 `dired-copy-preserve-time' directly.
25044 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25045 (dired-insert-subdir-newpos): Rename unused variable `pos'.
25046
25047 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25048 (dired-virtual-revert, dired-make-relative-symlink):
25049 Mark unused parameters.
25050 (manual-program): Declare.
25051 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25052 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25053 wrapped in `with-no-warnings' to avoid replacing one warning by another.
25054
25055 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25056
25057 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25058
25059 * echistory.el (electric-history-in-progress, Helper-return-blurb):
25060 Declare.
25061
25062 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25063
25064 * electric.el (Electric-command-loop): Rename parameter
25065 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25066
25067 * expand.el (expand-in-literal): Remove unused variable `here'.
25068
25069 * facemenu.el (facemenu-add-new-color):
25070 Remove unused variable `docstring'.
25071
25072 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25073 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25074 (face-attr-construct): Mark unused parameter. Doc fix.
25075 (read-color): Remove unused variable `hex-string'.
25076
25077 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25078 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25079 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25080 (display-buffer-other-frame): Remove unused variable `old-window'.
25081 (kill-buffer-hook): Declare.
25082 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25083 Mark unused parameters.
25084 (after-find-file): Pass 1 to `auto-save-mode', not t.
25085
25086 * files-x.el (auto-insert): Declare.
25087 (modify-file-local-variable-prop-line): Remove unused variable `val'.
25088
25089 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25090 variable `buf'. Mark unused parameter.
25091 (find-lisp-insert-directory): Mark unused parameter.
25092
25093 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25094 (format-encode-region): Remove unused variables `cur-buf' and `result'.
25095 (format-common-tail): Remove, unused.
25096 (format-deannotate-region): Remove unused variable `loc'.
25097 (format-annotate-region): Remove unused variable `p'.
25098 (format-annotate-single-property-change): Remove unused variables
25099 `default' and `tail'.
25100
25101 * forms.el (read-file-filter): Declare.
25102 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25103
25104 * frame.el (frame-creation-function-alist): Mark unused parameter.
25105 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25106
25107 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25108 Remove unused parameters.
25109 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25110 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25111
25112 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25113 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25114 (hfy-prepare-tag-map): Mark unused parameters.
25115 (htmlfontify-buffer): Use `called-interactively-p'.
25116
25117 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25118 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25119 (ibuffer-do-occur): Mark unused parameters.
25120 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25121 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25122
25123 * ibuffer.el: Don't quote `lambda'.
25124 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25125 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25126 Mark unused parameters.
25127
25128 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25129 (ido-completing-read): Mark unused parameters.
25130 (ido-copy-current-word): Mark unused parameters;
25131 remove unused variable `name'.
25132 (ido-sort-merged-list): Remove unused parameter `dirs'.
25133
25134 * ielm.el (ielm-input-sender): Mark unused parameter.
25135 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25136 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25137 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25138 `ielm-string' as a dynamic variable accessible from the IELM prompt.
25139 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
25140
25141 * image-dired.el (image-dired-display-thumbs): Remove unused
25142 variables `curr-file' and `count'.
25143 (image-dired-remove-tag): Remove unused variable `start'.
25144 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25145 variable `curr-file'
25146 (image-dired-rotate-original): Remove unused variable `temp-file'.
25147 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25148 Remove unused variable `file'.
25149 (image-dired-gallery-generate): Remove unused variable `curr'.
25150 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25151
25152 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25153
25154 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25155
25156 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25157
25158 * isearch.el (minibuffer-history-symbol): Declare.
25159 (isearch-edit-string): Remove unused variable `err'.
25160 (isearch-message-prefix, isearch-message-suffix):
25161 Mark unused parameters.
25162
25163 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25164
25165 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25166
25167 * makesum.el (double-column): Remove unused variable `cnt'.
25168
25169 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25170 (ido-ignore-item-temp-list): Declare.
25171
25172 * mouse-drag.el (mouse-drag-throw): Remove unused variables
25173 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25174 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25175 (mouse-drag-drag): Remove unused variables `mouse-delta' and
25176 `mouse-col-delta'.
25177
25178 * mouse-sel.el (mouse-extend-internal):
25179 Remove unused variable `orig-window-frame'.
25180
25181 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25182 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25183 Move declarations before first use.
25184 (pcomplete-opt): Mark unused parameters; doc fix.
25185
25186 * proced.el (proced-revert): Mark unused parameter.
25187 (proced-send-signal): Remove unused variable `err'.
25188
25189 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25190 Rename parameter PREFIX-ARG to ARG.
25191 (ps-basic-plot-string, ps-basic-plot-whitespace):
25192 Mark unused parameters.
25193
25194 * replace.el (replace-count): Define.
25195 (occur-revert-function): Mark unused parameters.
25196 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25197 (isearch-case-fold-search, isearch-string): Declare.
25198 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25199 bind `case-fold-search'. Remove unused variables `beg' and `end',
25200 and simplify.
25201 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25202 COUNT and bind `replace-count'.
25203 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25204 to COUNT.
25205
25206 * savehist.el (print-readably, print-string-length): Declare.
25207
25208 * shadowfile.el (shadow-expand-cluster-in-file-name):
25209 Remove unused variable `cluster'.
25210 (shadow-copy-file): Remove unused variable `i'.
25211 (shadow-noquery, shadow-clusters, shadow-site-cluster)
25212 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25213 (shadow-define-literal-group, shadow-define-regexp-group)
25214 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25215
25216 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25217 (shell): Use `called-interactively-p'.
25218 (shell-directory-tracker): Remove unused variable `chdir-failure'.
25219
25220 * simple.el (compilation-context-lines, comint-file-name-quote-list)
25221 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25222 (delete-backward-char): Remove unused variable `ocol'.
25223 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25224 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25225 (event-apply-hyper-modifier, event-apply-shift-modifier)
25226 (event-apply-control-modifier, event-apply-meta-modifier):
25227 Mark unused parameters.
25228 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25229 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25230
25231 * speedbar.el (speedbar-ignored-directory-expressions)
25232 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25233 (speedbar-find-file, speedbar-dir-follow)
25234 (speedbar-directory-buttons-follow, speedbar-tag-find)
25235 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25236 (speedbar-buffers-line-directory, speedbar-buffer-click):
25237 Mark unused parameters.
25238 (speedbar-tag-file): Remove unused variable `mode'.
25239 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25240
25241 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25242
25243 * talk.el (talk): Remove unused variable `display'.
25244
25245 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25246 (tar-write-region-annotate): Mark unused parameter.
25247
25248 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25249 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25250 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25251 warning by another.
25252
25253 * time-stamp.el (time-stamp-string-preprocess):
25254 Remove unused variable `require-padding'.
25255
25256 * tree-widget.el (widget-glyph-enable): Declare.
25257 (tree-widget-action): Mark unused parameter.
25258
25259 * w32-fns.el (x-get-selection): Mark unused parameter.
25260 (autoload-make-program, generated-autoload-file): Declare.
25261
25262 * wdired.el (wdired-revert): Mark unused parameters.
25263 (wdired-xcase-word): Remove unused variable `err'.
25264
25265 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25266 (whitespace-help-scroll): Remove unused variable `data-help'.
25267
25268 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25269 (widget-image-insert, widget-after-change, default)
25270 (widget-default-format-handler, widget-default-notify)
25271 (widget-default-prompt-value, widget-info-link-action)
25272 (widget-url-link-action, widget-function-link-action)
25273 (widget-variable-link-action, widget-file-link-action)
25274 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25275 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25276 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25277 (widget-insert-button-action, widget-delete-button-action, visibility)
25278 (widget-documentation-link-action, widget-documentation-string-action)
25279 (widget-const-prompt-value, widget-regexp-match, symbol)
25280 (widget-coding-system-prompt-value)
25281 (widget-key-sequence-value-to-external, sexp)
25282 (widget-sexp-value-to-internal, character, vector, cons)
25283 (widget-choice-prompt-value, widget-boolean-prompt-value)
25284 (widget-color--choose-action): Mark unused parameters.
25285 (widget-item-match-inline, widget-choice-match-inline)
25286 (widget-checklist-match, widget-checklist-match-inline)
25287 (widget-group-match): Rename parameter VALUES to VALS.
25288 (widget-field-value-set): Remove unused variable `size'.
25289 (widget-color-action): Remove unused variables `value' and `start'.
25290
25291 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25292 variable `dir'. Doc fix.
25293 (windmove-find-other-window): Don't pass it.
25294
25295 * window.el (count-windows): Mark unused parameter.
25296 (bw-adjust-window): Remove unused variable `err'.
25297
25298 * woman.el (woman-file-name): Remove unused variable `default'.
25299 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25300 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25301 (global-font-lock-mode): Declare.
25302 (woman-decode-region): Mark unused parameter.
25303 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25304
25305 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25306 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25307 (x-dnd-handle-moz-url): Remove unused variable `title'.
25308 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25309
25310 * xml.el (xml-parse-tag, xml-parse-attlist):
25311 Remove unused variable `pos'.
25312
25313 2011-04-19 Glenn Morris <rgm@gnu.org>
25314
25315 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25316 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25317 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25318 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25319 * calendar/cal-html.el (cal-html-insert-minical):
25320 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25321 (calendar-mark-date-pattern):
25322 Prefix "unused" locals.
25323
25324 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25325 optional argument `style'.
25326
25327 * calendar/appt.el (appt-make-list):
25328 * calendar/cal-china.el (calendar-chinese-date-string):
25329 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25330 (diary-hebrew-yahrzeit):
25331 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25332 * calendar/calendar.el (calendar-generate-window):
25333 * calendar/time-date.el (time-to-days):
25334 Remove unused local variables.
25335
25336 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25337
25338 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25339 glyphless-char-display table.
25340 (tabulated-list-glyphless-char-display): New var.
25341
25342 2011-04-18 Sam Steingold <sds@gnu.org>
25343
25344 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25345 to acknowledgments.
25346
25347 2011-04-17 Glenn Morris <rgm@gnu.org>
25348
25349 * calendar/diary-lib.el (diary-sexp-entry):
25350 * calendar/holidays.el (holiday-sexp):
25351 Set debug-on-error rather than the removed stack-trace-on-error.
25352
25353 2011-04-16 Glenn Morris <rgm@gnu.org>
25354
25355 * progmodes/f90.el: Use lexical-binding.
25356 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25357
25358 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25359
25360 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25361 (mail-mode): Setup mailalias completion here instead.
25362 * mail/mailalias.el: Use lexical-binding.
25363 (pattern, mailalias-done): Declare dynamic.
25364 (mail-completion-at-point-function): New function, from mail-complete.
25365 (mail-complete): Use it.
25366 (mail-completion-expand): New function.
25367 (mail-get-names): Use it.
25368 (mail-directory, mail-directory-process, mail-directory-stream):
25369 Don't use `pattern' for lexically bound arg.
25370
25371 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25372
25373 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25374 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25375 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25376
25377 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25378 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25379 (byte-interactive-p): Define them again, for use when inlining
25380 old code.
25381
25382 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25383
25384 * loadup.el: Use `string-to-number', not `string-to-int'.
25385
25386 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25387
25388 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25389 gud-gdb-complete-command.
25390 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25391 (gud-gdb-completion-at-point): New function.
25392 (gud-gdb-completions): Remove.
25393
25394 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25395
25396 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25397 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25398 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25399 whether `executable-find' is bound.
25400
25401 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25402
25403 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25404
25405 * minibuffer.el (completion-in-region-mode-predicate)
25406 (completion-in-region-mode--predicate): New vars.
25407 (completion-in-region, completion-in-region--postch)
25408 (completion-in-region-mode): Use them.
25409 (completion--capf-wrapper): Also return the hook function.
25410 (completion-at-point, completion-help-at-point):
25411 Adjust and provide a predicate.
25412
25413 Preserve arg names for advice of subr and lexical functions (bug#8457).
25414 * help-fns.el (help-function-arglist): Consolidate the subr and
25415 new-byte-code cases. Add argument `preserve-names' to extract names
25416 from the docstring when needed.
25417 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25418 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25419 (ad-arglist): Use help-function-arglist's new arg.
25420 (ad-definition-type): Use cond.
25421
25422 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25423
25424 * autorevert.el (auto-revert-handler):
25425 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25426 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25427 Don't quote lambda.
25428
25429 * image-mode.el (image-transform-set-scale):
25430 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25431
25432 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25433
25434 * net/network-stream.el (network-stream-open-starttls): Only do
25435 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25436 Upgrades via gnutls-cli are too slow to be done opportunistically.
25437
25438 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25439
25440 * dframe.el (dframe-current-frame): Remove spurious quote.
25441
25442 2011-04-12 Glenn Morris <rgm@gnu.org>
25443
25444 * calendar/cal-tex.el (cal-tex-end-document):
25445 Try to automatically use latin1 input if needed.
25446
25447 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25448 Don't try to cons a mark onto an empty element.
25449
25450 2011-04-11 Leo Liu <sdl.web@gmail.com>
25451
25452 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25453 buffers.
25454 (ido-kill-buffer-at-head): Support killing virtual buffers.
25455
25456 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25457
25458 * minibuffer.el (completion-show-inline-help): New var.
25459 (completion--do-completion, minibuffer-complete)
25460 (minibuffer-force-complete, minibuffer-complete-word):
25461 Inhibit minibuffer messages if completion-show-inline-help is nil.
25462
25463 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25464 to avoid interference from inline help (Bug#5849).
25465
25466 2011-04-10 Leo Liu <sdl.web@gmail.com>
25467
25468 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25469 Fix typo.
25470
25471 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25472
25473 * image-mode.el (image-toggle-display-image): Signal an error if
25474 not in Image mode.
25475 (image-transform-mode, image-transform-resize)
25476 (image-transform-set-rotation): Doc fix.
25477 (image-transform-set-resize): Delete.
25478 (image-transform-set-scale, image-transform-fit-to-height)
25479 (image-transform-fit-to-width): Handle image-toggle-display-image
25480 and image-transform-resize directly.
25481
25482 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25483
25484 * doc-view.el (doc-view-fit-width-to-window)
25485 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25486 New functions for fitting the shown image to the Emacs window size.
25487 (doc-view-mode-map): Add bindings for the new functions.
25488
25489 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25490
25491 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25492 Fix typo in docstring.
25493
25494 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25495
25496 * files.el (file-size-human-readable): Produce one digit after
25497 decimal, like "ls -lh" does.
25498
25499 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25500 the file size representation.
25501
25502 * simple.el (list-processes): If async subprocesses are not
25503 available, error out with a clear error message.
25504
25505 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25506
25507 * help.el (help-form-show): New function, to be called from C.
25508 Put help-form output in a buffer named differently than *Help*.
25509
25510 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25511
25512 * files.el (file-size-human-readable): New function.
25513
25514 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25515 computing the representation inline. Don't require `cl'.
25516
25517 2011-04-08 Glenn Morris <rgm@gnu.org>
25518
25519 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25520
25521 * net/browse-url.el (browse-url-firefox):
25522 Test system-type, not system-configuration.
25523
25524 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25525 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25526 Use log-edit-empty-buffer-p. (Bug#7598)
25527
25528 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25529 (rlogin-mode-map): Initialize in the defvar.
25530 (rlogin): Use ignore-errors.
25531
25532 * replace.el (occur-mode-map): Some fixes for menu items.
25533
25534 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25535
25536 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25537
25538 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25539
25540 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25541 issuing unused warnings.
25542
25543 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25544 macro directly.
25545
25546 * simple.el: Lisp reimplement of list-processes. Based on an
25547 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25548 (process-menu-mode): New major mode.
25549 (list-processes--refresh, list-processes):
25550 (process-menu-visit-buffer): New functions.
25551
25552 * files.el (save-buffers-kill-emacs): Don't assume any return
25553 value of list-processes, which is undocumented anyway.
25554
25555 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25556
25557 * emacs-lisp/tabulated-list.el: New file.
25558
25559 * emacs-lisp/package.el: Use Tabulated List mode.
25560 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25561 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25562 table format using Tabulated List mode variables.
25563 (package--push): New macro, replacing package-list-maybe-add.
25564 (package-menu--generate): Use package--push. Renamed from
25565 package--generate-package-list.
25566 (package-menu-refresh, list-packages): Use it.
25567 (package-menu--print-info): Rename from package-print-package.
25568 Return insertion data instead of inserting it directly.
25569 (package-menu-describe-package, package-menu-execute):
25570 Use tabulated-list-get-id.
25571 (package-menu-mark-delete, package-menu-mark-install)
25572 (package-menu-mark-unmark, package-menu-backup-unmark)
25573 (package-menu-mark-obsolete-for-deletion):
25574 Use tabulated-list-put-tag.
25575 (package--list-packages, package-menu-revert)
25576 (package-menu-get-package, package-menu-get-version)
25577 (package-menu-sort-by-column): Functions deleted.
25578 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25579 (package-menu--status-predicate, package-menu--version-predicate)
25580 (package-menu--name-predicate)
25581 (package-menu--description-predicate): Handle arguments in the
25582 Tabulated List format.
25583 (package-list-packages-no-fetch): Call list-packages.
25584
25585 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25586
25587 * files.el (after-find-file-from-revert-buffer): Remove variable.
25588 (after-find-file): Don't bind it.
25589 (revert-buffer-in-progress-p): New variable.
25590 (revert-buffer): Bind it.
25591 Pass nil for `after-find-file-from-revert-buffer'.
25592
25593 * saveplace.el (save-place-find-file-hook): Use new variable
25594 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25595
25596 2011-04-06 Glenn Morris <rgm@gnu.org>
25597
25598 * Makefile.in (AUTOGEN_VCS): New variable.
25599 (autoloads): Use $AUTOGEN_VCS.
25600
25601 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25602 * calendar/calendar.el (calendar-mode-map):
25603 Check for toolkit scroll bars. (Bug#8305)
25604
25605 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25606
25607 * minibuffer.el (completion-in-region--postch)
25608 (completion-in-region-mode): Remove unnecessary messages.
25609
25610 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25611
25612 * font-lock.el (font-lock-refresh-defaults):
25613 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25614 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25615
25616 * info.el (Info-directory-list, Info-read-node-name-2)
25617 (Info-split-parameter-string): Doc fixes.
25618 (Info-virtual-nodes): Reflow docstring.
25619 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25620 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25621 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25622 Fix typos in docstrings.
25623 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25624 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25625 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25626 (Info-restore-desktop-buffer): Mark unused parameters.
25627 (Info-directory-find-file, Info-directory-find-node)
25628 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25629 (Info-virtual-index-find-node, Info-apropos-find-file)
25630 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25631 Mark unused parameters; fix typos in docstrings.
25632 (Info-virtual-index): Remove unused local variable `nodename'.
25633
25634 2011-04-05 Deniz Dogan <deniz@dogan.se>
25635
25636 * net/rcirc.el: Update my e-mail address.
25637 (rcirc-mode-map): Remove M-o binding.
25638
25639 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25640
25641 * startup.el (command-line): Save the cursor's theme-face
25642 directly, instead of using face-override-spec.
25643
25644 * custom.el (load-theme): Minor optimization in assigning faces.
25645
25646 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25647
25648 * help-fns.el (describe-variable): Complete all variables having
25649 documentation, including keywords.
25650 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25651
25652 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25653
25654 Convert to lexical-binding.
25655
25656 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25657 (bs--get-marked-string, bs--get-modified-string)
25658 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25659 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25660 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25661
25662 * ehelp.el (electric-help-execute-extended)
25663 (electric-help-ctrl-x-prefix):
25664 * hexl.el (hexl-revert-buffer-function):
25665 * linum.el (linum-after-change, linum-after-scroll):
25666 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25667
25668 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25669
25670 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25671
25672 * epa-dired.el:
25673 * epa-mail.el:
25674 * epa-hook.el:
25675 * epa-file.el:
25676 * epa.el:
25677 * epg.el: Use lexical binding.
25678
25679 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25680
25681 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25682
25683 * textmodes/flyspell.el (flyspell-word): Recognize default
25684 dictionary case for flyspell-mark-duplications-exceptions.
25685 Use regexp matching for languages.
25686 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25687 default dictionary (Bug#7926).
25688
25689 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25690
25691 * emacs-lisp/package.el (package--with-work-buffer):
25692 Recognize https URLs.
25693
25694 * net/network-stream.el: Move from gnus/proto-stream.el.
25695 Change prefix to network-stream throughout.
25696 (open-protocol-stream): Merge into open-network-stream, leaving
25697 open-protocol-stream as an alias. Handle nil BUFFER args.
25698
25699 * subr.el (open-network-stream): Move to net/network-stream.el.
25700
25701 2011-04-02 Glenn Morris <rgm@gnu.org>
25702
25703 * find-dired.el (find-exec-terminator): New option.
25704 (find-ls-option): Test for -ls support.
25705 (find-ls-subdir-switches): Test for -b in find-ls-option.
25706 (find-dired, find-grep-dired): Doc fixes.
25707 (find-dired): Use find-exec-terminator.
25708
25709 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25710 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25711 (find-name-arg): Remove purecopy.
25712
25713 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25714 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25715 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25716 accordingly. Don't add the null-device if not needed.
25717
25718 * files.el (save-some-buffers): Doc fix.
25719
25720 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25721
25722 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25723
25724 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25725
25726 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25727 Use `dolist' rather than `mapcar'.
25728
25729 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25730
25731 Add lexical binding.
25732
25733 * subr.el (apply-partially): Use new closures rather than CL.
25734 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25735 (dolist, dotimes): Use slightly different expansion for lexical code.
25736 (functionp): Move to C.
25737 (letrec): New macro.
25738 (with-wrapper-hook): Use it and apply-partially instead of CL.
25739 (eval-after-load): Preserve lexical-binding.
25740 (save-window-excursion, with-output-to-temp-buffer): Turn them
25741 into macros.
25742
25743 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25744
25745 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25746 than the arglist.
25747 (help-add-fundoc-usage): Don't add `Not documented'.
25748 (help-function-arglist): Handle closures, subroutines, and new
25749 byte-code-functions.
25750 (help-make-usage): Remove leading underscores.
25751 (describe-function-1): Handle closures.
25752 (describe-variable): Use special-variable-p for completion.
25753
25754 * files.el (lexical-binding): Declare safe.
25755
25756 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25757 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25758 (pcase): Add `let' pattern.
25759 Change memoization so it actually works.
25760 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25761 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25762 <let>: New case.
25763
25764 * emacs-lisp/macroexp.el: Use lexical binding.
25765 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25766 Don't convert ' to #' without checking that it's indeed quoting
25767 a lambda.
25768
25769 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25770 Use eval-sexp-add-defvars.
25771 (eval-sexp-add-defvars): New fun.
25772
25773 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25774
25775 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25776 Don't autoload.
25777 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25778 than the internal `byte-compile-lambda'.
25779 (defmethod): Don't hide code under quotes.
25780 (eieio-defmethod): New `code' argument.
25781
25782 * emacs-lisp/eieio-comp.el: Remove.
25783
25784 * emacs-lisp/edebug.el (edebug-eval-defun)
25785 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25786 (edebug-toggle): Avoid `eval'.
25787
25788 * emacs-lisp/disass.el (disassemble-internal): Handle new
25789 `closure' objects.
25790 (disassemble-1): Handle new byte codes.
25791
25792 * emacs-lisp/cl.el (pushnew): Silence warning.
25793
25794 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25795 (cl-byte-compile-throw): Remove.
25796 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25797
25798 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25799 closures.
25800
25801 * emacs-lisp/cconv.el: New file.
25802
25803 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25804 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25805 (byte-compile-initial-macro-environment):
25806 Handle declare-function here.
25807 (byte-compile--lexical-environment): New var.
25808 (byte-stack-ref, byte-stack-set, byte-discardN)
25809 (byte-discardN-preserve-tos): New lap codes.
25810 (byte-interactive-p): Don't use any more.
25811 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25812 New macros.
25813 (byte-compile-lapcode): Use them and handle new lap codes.
25814 (byte-compile-obsolete): Remove.
25815 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25816 (byte-compile-arglist-warn): Check late def of inlinable funs.
25817 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25818 since they should have been expanded by now.
25819 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25820 (byte-compile-from-buffer): Remove unused second arg.
25821 (byte-compile-preprocess): New function.
25822 (byte-compile-toplevel-file-form): New function to distinguish
25823 file-form calls from outside from file-form calls from hunk-handlers.
25824 (byte-compile-file-form): Simplify.
25825 (byte-compile-file-form-defsubst): Remove.
25826 (byte-compile-file-form-defmumble): Simplify now that
25827 byte-compile-lambda always returns a byte-code-function.
25828 (byte-compile): Preprocess.
25829 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25830 Remove, not used any more.
25831 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25832 (byte-compile-make-args-desc): New funs.
25833 (byte-compile-lambda): Handle lexical functions. Always return
25834 a byte-code-function.
25835 (byte-compile-reserved-constants): New var, to make up room for
25836 closed-over variables.
25837 (byte-compile-constants-vector): Obey it.
25838 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25839 (byte-compile-macroexpand-declare-function): New function.
25840 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25841 byte-code-functions.
25842 (byte-compile-form): Check obsolescence here.
25843 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25844 (byte-compile-variable-ref): Remove.
25845 (byte-compile-dynamic-variable-op): New fun.
25846 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25847 (byte-compile-variable-set): New funs.
25848 (byte-compile-discard): Add 2 args.
25849 (byte-compile-stack-ref, byte-compile-stack-set)
25850 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25851 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25852 macroexpand-all instead.
25853 (byte-compile-quote-form): Remove.
25854 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25855 (byte-compile-bind, byte-compile-unbind): New funs.
25856 (byte-compile-let): Handle let* and lexical binding.
25857 (byte-compile-let*): Remove.
25858 (byte-compile-catch, byte-compile-unwind-protect)
25859 (byte-compile-track-mouse, byte-compile-condition-case):
25860 Handle a new :fun-body form, used for lexical scoping.
25861 (byte-compile-save-window-excursion)
25862 (byte-compile-with-output-to-temp-buffer): Remove.
25863 (byte-compile-defun): Simplify.
25864 (byte-compile-stack-adjustment): New fun.
25865 (byte-compile-out): Use it.
25866 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25867
25868 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25869 handler any more.
25870
25871 * emacs-lisp/byte-opt.el: Use lexical binding.
25872 (byte-inline-lapcode): Remove (to bytecomp).
25873 (byte-compile-inline-expand): Pay attention to inlining to/from
25874 lexically bound code.
25875 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25876 any more.
25877 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25878 any more and don't call compiler-macros.
25879 (byte-compile-splice-in-already-compiled-code): Remove.
25880 (byte-code): Don't inline any more.
25881 (disassemble-offset): Receive `bytes' as argument rather than via
25882 dynamic scoping.
25883 (byte-compile-tag-number): Declare before first use.
25884 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25885 `return' even if make-spliceable.
25886 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25887 obsolete interactive-p.
25888 (byte-optimize-lapcode): Optimize new lap-codes.
25889 Don't trip up on new form of `byte-constant' lap code.
25890
25891 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25892
25893 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25894
25895 * custom.el (custom-initialize-default, custom-declare-variable):
25896 Use `defvar'.
25897
25898 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25899 New variables.
25900 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25901 (COMPILE_FIRST): Add macroexp and cconv.
25902 * makefile.w32-in: Mirror changes in Makefile.in.
25903
25904 * vc/cvs-status.el:
25905 * vc/diff-mode.el:
25906 * vc/log-edit.el:
25907 * vc/log-view.el:
25908 * vc/smerge-mode.el:
25909 * textmodes/bibtex-style.el:
25910 * textmodes/css-mode.el:
25911 * startup.el:
25912 * uniquify.el:
25913 * minibuffer.el:
25914 * newcomment.el:
25915 * reveal.el:
25916 * server.el:
25917 * mpc.el:
25918 * emacs-lisp/smie.el:
25919 * doc-view.el:
25920 * dired.el:
25921 * abbrev.el: Use lexical binding.
25922
25923 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25924
25925 * info.el (info-display-manual): New function.
25926
25927 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25928
25929 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25930
25931 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25932
25933 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25934 an entry for that server in rcirc-authinfo. (Bug#8385)
25935
25936 2011-03-31 Glenn Morris <rgm@gnu.org>
25937
25938 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25939
25940 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25941
25942 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25943
25944 * progmodes/python.el (python-default-interpreter)
25945 (python-python-command-args, python-jython-command-args)
25946 (python-which-shell, python-which-args, python-which-bufname)
25947 (python-file-queue, python-comint-output-filter-function)
25948 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25949 variables and functions.
25950
25951 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25952
25953 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25954 (completion-in-region-mode): New minor mode.
25955 (completion-in-region): Use it.
25956 (completion-in-region--data, completion-in-region-mode-map): New vars.
25957 (completion-in-region--postch): New function.
25958 (completion--capf-misbehave-funs, completion--capf-safe-funs):
25959 New vars.
25960 (completion--capf-wrapper): New function.
25961 (completion-at-point): Use it to track well-behavedness of
25962 hook functions.
25963 (completion-help-at-point): New command.
25964
25965 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
25966
25967 * vc/add-log.el (add-change-log-entry): Don't use whitespace
25968 syntax class to search for whitespace on a single line
25969 (Message-ID: <4D938140.4030905@redhat.com>).
25970
25971 2011-03-30 Leo Liu <sdl.web@gmail.com>
25972
25973 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25974 New commands.
25975 (edit-abbrevs-map): Bind them here.
25976 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
25977
25978 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
25979
25980 * allout.el (allout-hide-by-annotation, allout-flag-region):
25981 Reduce possibility of overlay leakage by making them volatile.
25982
25983 * allout-widgets.el (allout-widgets-tally): Define as nil so the
25984 hash is not shared between buffers. Mode initialization is
25985 responsible for giving it a useful starting value.
25986 (allout-item-span): Reduce possibility of overlay leakage by
25987 making them volatile.
25988 (allout-widgets-count-buttons-in-region): Add diagnostic function
25989 for tracking down button overlay leaks.
25990
25991 2011-03-29 Leo Liu <sdl.web@gmail.com>
25992
25993 * ido.el (ido-read-internal): Use the default history var
25994 minibuffer-history if no HISTORY is specified.
25995
25996 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
25997
25998 * net/imap.el (imap-shell-open, imap-process-connection-type):
25999 Use imap-process-connection-type for 'shell' streams as well as
26000 Kerberos, SSL, other subprocesses.
26001
26002 2011-03-28 Leo Liu <sdl.web@gmail.com>
26003
26004 * abbrev.el (abbrev-table-empty-p): New function.
26005 (prepare-abbrev-list-buffer): Place empty abbrev tables after
26006 nonempty ones. (Bug#5937)
26007
26008 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
26009
26010 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26011
26012 2011-03-27 Leo Liu <sdl.web@gmail.com>
26013
26014 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26015 for foreground and background colors.
26016 (ansi-color-make-color-map): Adapt.
26017
26018 2011-03-25 Leo Liu <sdl.web@gmail.com>
26019
26020 * midnight.el (midnight-time-float): Remove. Note it calculates
26021 the microsecond component incorrectly and seconds-to-time does the
26022 same job.
26023 Remove redundant (require 'timer).
26024
26025 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26026 (ido-completions): Remove unused arguments. (Bug#8329)
26027
26028 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26029
26030 * minibuffer.el (completion--flush-all-sorted-completions):
26031 Remove itself from hook.
26032 (completion-at-point): Let the functions perform the completion
26033 immediately and return nil or t.
26034 * comint.el (comint-dynamic-complete-functions): Now identical to
26035 completion-at-point-functions.
26036 (comint-dynamic-list-input-ring): Remove unused var `index'.
26037 (comint--match-partial-filename, comint--unquote&expand-filename):
26038 New funs, split from comint-match-partial-filename.
26039 (comint-dynamic-complete): Use completion-at-point.
26040 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26041
26042 2011-03-24 Drew Adams <drew.adams@oracle.com>
26043
26044 * thingatpt.el: Support `defun'.
26045
26046 2011-03-23 Leo Liu <sdl.web@gmail.com>
26047
26048 * abbrevlist.el: Move to obsolete/abbrevlist.el.
26049
26050 * help-mode.el (help-mode-finish): Tweak regexp.
26051
26052 2011-03-23 Glenn Morris <rgm@gnu.org>
26053
26054 * eshell/esh-opt.el (eshell-eval-using-options):
26055 Do not bind unused local variable `eshell-option-stub'.
26056
26057 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26058
26059 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26060
26061 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26062 keymap variable in `with-no-warnings' to avoid a warning when the
26063 keymap has been already `defconst'ed.
26064
26065 2011-03-22 Leo Liu <sdl.web@gmail.com>
26066
26067 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26068 encode all chars in abbrevs; otherwise use emacs-mule or
26069 utf-8-emacs. (Bug#8308)
26070
26071 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26072
26073 * simple.el (backward-delete-char-untabify):
26074 Avoid warning about using `delete-backward-char'.
26075
26076 * image.el (image-type-file-name-regexps): Make it variable.
26077 `imagemagick-register-types' modifies it, and the user may want
26078 to add new extensions for known image types.
26079 (imagemagick-register-types): Throw error if not using ImageMagick.
26080
26081 2011-03-22 Leo Liu <sdl.web@gmail.com>
26082
26083 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26084 located before rcirc-prompt-end-marker.
26085 (rcirc-complete): Error if point is not after rcirc prompt.
26086 Handle the case when table is nil.
26087 (rcirc-user-authenticated): Define to fix compiler warning.
26088
26089 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
26090
26091 * custom.el (custom--inhibit-theme-enable): Make it affect only
26092 custom-theme-set-variables and custom-theme-set-faces.
26093 (provide-theme): Ignore custom--inhibit-theme-enable.
26094 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26095 (custom-enabling-themes): Delete variable.
26096 (enable-theme): Accept only loaded themes as arguments.
26097 Ignore the special custom-enabled-themes variable.
26098 (custom-enabled-themes): Forbid themes from setting this.
26099 Eliminate use of custom-enabling-themes.
26100 (custom-push-theme): Quote "changed" custom var entry.
26101
26102 2011-03-21 Leo Liu <sdl.web@gmail.com>
26103
26104 * ido.el (ido-read-internal): Add ido-selected to history instead
26105 of user input.
26106
26107 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26108
26109 * subr.el (deferred-action-list, deferred-action-function):
26110 Mark obsolete.
26111
26112 2011-03-21 Leo Liu <sdl.web@gmail.com>
26113
26114 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26115 change on 2011-02-13 (bug#8309).
26116
26117 * minibuffer.el (read-file-name-function): Change default value.
26118 (read-file-name--defaults): Rename from read-file-name-defaults.
26119 (read-file-name-default): Rename from read-file-name.
26120 (read-file-name): Call read-file-name-function.
26121
26122 2011-03-21 Glenn Morris <rgm@gnu.org>
26123
26124 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26125 Doc fixes.
26126
26127 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
26128
26129 * cus-theme.el: Add missing provide statement.
26130 (customize-create-theme): Extract theme value correctly.
26131 (custom-theme-visit-theme): Autoload.
26132 (customize-create-theme): Prompt before inserting default faces.
26133
26134 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
26135
26136 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26137 units and musical notes.
26138
26139 2011-03-20 Leo Liu <sdl.web@gmail.com>
26140
26141 * ido.el (ido-read-internal): Use completing-read-default.
26142 (ido-completing-read): Fix compatibility with completing-read.
26143
26144 2011-03-20 Christian Ohler <ohler@gnu.org>
26145
26146 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26147 (ert-delete-all-tests): Use `called-interactively-p' rather than
26148 `interactive-p'.
26149 (ert--make-xrefs-region): Respect END.
26150
26151 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26152
26153 * dired-aux.el (dired-create-directory): Signal an error if the
26154 directory already exists (Bug#8246).
26155
26156 * facemenu.el (list-colors-display): Call list-faces-display
26157 inside with-help-window.
26158 (list-colors-print): Use display property to align the final
26159 column, instead of checking window-width.
26160
26161 2011-03-19 Eli Zaretskii <eliz@gnu.org>
26162
26163 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26164 windows-nt systems.
26165 (emerge-protect-metachars): Quote correctly for ms-dos and
26166 windows-nt systems.
26167
26168 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
26169
26170 * info.el (info-initialize): Replace all uses of `:' with
26171 path-separator for compatibility with non-Unix systems.
26172 Cache quoting of path-separator. (Bug#8258)
26173
26174 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
26175
26176 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26177 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26178 (mouse-avoidance-mode): Fix typos in docstrings.
26179
26180 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26181
26182 * startup.el (package-subdirectory-regexp): Move from package.el.
26183 Omit \\` and \\', and let callers add them.
26184
26185 * emacs-lisp/package.el (package-strip-version)
26186 (package-load-all-descriptors): Add \\` and \\' to
26187 package-subdirectory-regexp before using it.
26188 (package-untar-buffer): New arg DIR; ensure that file untars only
26189 into this expected directory. Remove superfluous delete-region.
26190 (package-unpack): Caller changed.
26191 (package-tar-file-info): Use package-subdirectory-regexp.
26192
26193 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
26194
26195 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26196 diff-mode-shared-map (bug#8284).
26197 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26198
26199 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
26200
26201 * calendar/time-date.el (format-seconds): Use assoc instead of
26202 assoc-string, since assoc-string doesn't exist in XEmacs.
26203
26204 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
26205
26206 * custom.el (custom-known-themes): Reflow docstring.
26207 (custom-theme-load-path): Fix typo in docstring.
26208 (load-theme): Fix typo in error message.
26209 (custom-available-themes, custom-variable-theme-value):
26210 Use `let', not `let*'.
26211
26212 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
26213
26214 * calc/README: Mention inclusion of musical notes.
26215
26216 * calc/calc-units.el (calc-lu-quant): Rename from
26217 `calc-logunits-quantity'.
26218 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26219 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26220 (calc-db): Rename from `calc-dblevel'.
26221 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26222 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26223 (calc-np): Rename from `calc-nplevel'.
26224 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26225 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26226 (calc-lu-plus): Rename from `calc-logunits-add'.
26227 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26228 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26229 (calc-lu-minus): Rename from `calc-logunits-sub'.
26230 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26231 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26232 (calc-lu-times): Rename from `calc-logunits-mul'.
26233 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26234 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26235 (calc-lu-divide): Rename from `calc-logunits-div'.
26236 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26237 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26238
26239 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26240 functions being autoloaded.
26241
26242 * calc/calc.el (calc-lu-power-reference): Rename from
26243 `calc-logunits-power-reference'.
26244 (calc-lu-field-reference): Rename from
26245 `calc-logunits-field-reference'.
26246
26247 * calc/calc-help.el (calc-l-prefix-help):
26248 Mention musical note functions.
26249
26250 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26251
26252 * minibuffer.el (completion-all-sorted-completions):
26253 Use :completion-cycle-penalty text property if present.
26254
26255 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26256
26257 * allout.el (allout-yank-processing): Adjust for new rebulleting
26258 regime so bullet being yanked is used without prompting the user
26259 for a choice.
26260
26261 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26262
26263 * startup.el (command-line): Warn the user that _emacs is deprecated.
26264
26265 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26266
26267 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26268 (delphi-verbose, delphi-comment-face, delphi-string-face)
26269 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26270 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26271 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26272 (delphi-new-comment-line, delphi-font-lock-defaults)
26273 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26274 Fix typos in docstrings.
26275
26276 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26277
26278 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26279 Invert the roles of character and string values for INSTEAD, so a
26280 string is used for the more common case of a defaulting prompt.
26281
26282 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26283
26284 * progmodes/ruby-mode.el (ruby-backward-sexp):
26285 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26286 * play/gamegrid.el (gamegrid-make-face):
26287 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26288 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26289 * notifications.el (notifications-notify):
26290 * net/xesam.el (xesam-search-engines):
26291 * net/quickurl.el (quickurl-list-insert):
26292 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26293
26294 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26295
26296 * startup.el (command-line): Update package subdirectory regexp.
26297
26298 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26299
26300 * allout.el (allout-abbreviate-flattened-numbering)
26301 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26302
26303 * subr.el (read-char-choice): Only show the cursor after the prompt,
26304 not after the answer.
26305
26306 2011-03-15 Kevin Ryde <user42@zip.com.au>
26307
26308 * help-fns.el (variable-at-point): Skip leading quotes, if any
26309 (bug#8253).
26310
26311 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26312
26313 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26314 warning message.
26315
26316 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26317
26318 * shell.el (shell): When called interactively, offer to change the
26319 shell file name on remote hosts.
26320
26321 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26322
26323 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26324 integration for LDAP parameters. The host, base, user or binddn,
26325 and secret tokens can be specified in a netrc file, for instance.
26326 This is optional because an `auth-source' parameter must be
26327 specified in the search attributes.
26328
26329 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26330
26331 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26332
26333 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26334
26335 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26336 into declaration. Remove redundant and harmful binding.
26337
26338 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26339
26340 * files.el (file-ownership-preserved-p): Pass `integer' as an
26341 explicit 2nd argument to `file-attributes'. If the file's owner
26342 is the Administrators group on Windows, and the current user is
26343 Administrator, consider that a match.
26344
26345 * server.el (server-ensure-safe-dir): Consider server directory
26346 safe on MS-Windows if its owner is the Administrators group while
26347 the current Emacs user is Administrator. Use `=' to compare
26348 numerical UIDs, since they could be integers or floats.
26349
26350 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26351
26352 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26353
26354 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26355
26356 Sync with Tramp 2.2.1.
26357
26358 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26359
26360 * net/trampver.el: Update release number.
26361
26362 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26363
26364 * progmodes/compile.el (compilation--previous-directory): Fix up
26365 various nil/dead-marker mismatches (bug#8014).
26366 (compilation-directory-properties, compilation-error-properties):
26367 Don't call it at a position past the one we're about to change.
26368
26369 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26370 Disable obsolescence warnings in the file that declares it.
26371
26372 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26373
26374 * allout-widgets.el (allout-widgets-tally):
26375 Initialize allout-widgets-tally as a hash table rather than nil to
26376 prevent mode-line redisplay warnings. Also, clarify the module
26377 description and fix a comment typo.
26378
26379 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26380
26381 * help-fns.el (describe-variable): Don't complete keywords.
26382 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26383
26384 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26385
26386 * emacs-lisp/package.el (package-version-join): Impose a standard
26387 string representation for pre/alpha/beta version lists.
26388 (package-unpack-single): Standardize the directory name by passing
26389 it through package-version-join.
26390 (package-strip-rcs-id): Accept any version string that does not
26391 signal an error in version-to-list.
26392
26393 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26394
26395 * simple.el (delete-trailing-whitespace): Return nil for the
26396 benefit of `write-file-functions'.
26397
26398 2011-03-10 Glenn Morris <rgm@gnu.org>
26399
26400 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26401
26402 * vc/vc-git.el (vc-git-program): New option.
26403 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26404 (vc-git--call): Use it.
26405
26406 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26407
26408 * cus-edit.el (Custom-newline): If no button at point, look
26409 for a subgroup button at start-of-line. (Bug#2298)
26410
26411 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26412
26413 2011-03-10 Julien Danjou <julien@danjou.info>
26414
26415 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26416 `cursor-type' is nil.
26417
26418 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26419
26420 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26421
26422 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26423
26424 * allout.el: Change so yank of distinctive-bullet items
26425 preserves the existing header prefix, rebulleting it if necessary,
26426 rather than replacing it. This is necessary for proper operation
26427 of cooperative addons like allout-widgets.
26428 (allout-make-topic-prefix, allout-rebullet-heading):
26429 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26430 value as alternate bullet to be used, instead of prompting the user
26431 for a bullet character.
26432
26433 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26434
26435 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26436 Do not use `tramp-file-name-port', because this returns also
26437 `tramp-default-port'.
26438
26439 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26440
26441 * net/rcirc.el (rcirc-handler-001): Remove useless
26442 with-rcirc-process-buffer.
26443 (rcirc-check-auth-status): Swap arguments to string-match.
26444
26445 2011-03-09 Glenn Morris <rgm@gnu.org>
26446
26447 * shell.el (shell-mode):
26448 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26449
26450 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26451 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26452
26453 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26454
26455 * emacs-lisp/package.el (package-refresh-contents)
26456 (package-menu-execute): Use condition-case-no-debug.
26457
26458 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26459
26460 * simple.el (shell-command-to-string): Use `process-file'.
26461
26462 * emacs-lisp/package.el (package-tar-file-info): Handle also
26463 remote files.
26464
26465 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26466 Use `equal' for upload base check.
26467
26468 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26469
26470 * textmodes/texinfo.el (texinfo-environments):
26471 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26472
26473 2011-03-08 Glenn Morris <rgm@gnu.org>
26474
26475 * cus-start.el (cursor-in-non-selected-windows):
26476 Fix :set quoting oddness. (Bug#8192)
26477
26478 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26479 in some setf expressions. (Bug#2159)
26480
26481 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26482
26483 * custom.el (custom-available-themes): Return themes in
26484 alphabetical order.
26485
26486 See ChangeLog.15 for earlier changes.
26487
26488 ;; Local Variables:
26489 ;; coding: utf-8
26490 ;; End:
26491
26492 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26493
26494 This file is part of GNU Emacs.
26495
26496 GNU Emacs is free software: you can redistribute it and/or modify
26497 it under the terms of the GNU General Public License as published by
26498 the Free Software Foundation, either version 3 of the License, or
26499 (at your option) any later version.
26500
26501 GNU Emacs is distributed in the hope that it will be useful,
26502 but WITHOUT ANY WARRANTY; without even the implied warranty of
26503 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26504 GNU General Public License for more details.
26505
26506 You should have received a copy of the GNU General Public License
26507 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.