]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* progmodes/octave.el (octave-font-lock-keywords): Do not
[gnu-emacs] / lisp / ChangeLog
1 2013-05-03 Leo Liu <sdl.web@gmail.com>
2
3 * progmodes/octave.el (octave-font-lock-keywords): Do not
4 dehighlight 'end' in comments or strings.
5
6 2013-05-02 Leo Liu <sdl.web@gmail.com>
7
8 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9 for \. (bug#14332)
10 (octave-font-lock-keywords): Include [ and {.
11
12 2013-05-02 Leo Liu <sdl.web@gmail.com>
13
14 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15 (inferior-octave): Remove calling comint-mode and return the buffer.
16 (inferior-octave-startup): Cosmetic changes.
17
18 2013-05-02 Leo Liu <sdl.web@gmail.com>
19
20 * progmodes/octave.el (octave-syntax-propertize-function): Include
21 the case when ' is at line beginning. (Bug#14336)
22
23 2013-05-02 Glenn Morris <rgm@gnu.org>
24
25 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
26 * desktop.el (vc-dir-mode): Just autoload it here.
27
28 2013-05-02 Alan Mackenzie <acm@muc.de>
29
30 Eliminate variable c-standard-font-lock-fontify-region-function.
31 * progmodes/cc-mode.el
32 (c-standard-font-lock-fontify-region-function): Remove.
33 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
34
35 2013-05-01 Leo Liu <sdl.web@gmail.com>
36
37 * progmodes/octave.el: Compatible with older emacs-24 releases.
38 (inferior-octave-has-built-in-variables): Remove. Built-in
39 variables were removed from Octave in 2007.
40 (inferior-octave-startup): Fix uses.
41 (comint-line-beginning-position): Remove compatibility code for
42 emacs 21.
43
44 2013-05-01 Juri Linkov <juri@jurta.org>
45
46 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
47
48 2013-05-01 Juri Linkov <juri@jurta.org>
49
50 * comint.el (comint-previous-matching-input): Don't print message
51 "History item: %d" when `isearch-mode' is active.
52 (comint-history-isearch-message): Print message "History item: %d"
53 when `comint-input-ring-index' is not empty and this function is
54 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
55
56 2013-05-01 Leo Liu <sdl.web@gmail.com>
57
58 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
59 definitions. Use completion-at-point to insert keywords.
60 (octave-abbrev-start): Remove.
61 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
62
63 2013-04-30 Leo Liu <sdl.web@gmail.com>
64
65 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
66 change.
67
68 2013-04-30 Alan Mackenzie <acm@muc.de>
69
70 Handle arbitrarily long C++ member initialisation lists.
71 * progmodes/cc-engine.el (c-back-over-member-initializers): new
72 function.
73 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
74 (most) member init lists.
75
76 2013-04-30 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
77
78 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
79 variable.
80
81 2013-04-30 Leo Liu <sdl.web@gmail.com>
82
83 * progmodes/octave.el (octave-variables): Remove. No builtin
84 variables any more. All converted to functions.
85 (octave-font-lock-keywords, octave-completion-at-point-function):
86 Fix uses.
87 (octave-font-lock-texinfo-comment): New user variable.
88 (octave-texinfo-font-lock-keywords): New variable for texinfo
89 comment block.
90 (octave-function-comment-block): New face.
91 (octave-font-lock-texinfo-comment): New function.
92 (octave-mode): Font lock texinfo comment block.
93
94 2013-04-29 Leo Liu <sdl.web@gmail.com>
95
96 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
97 indexing expression.
98 (octave-continuation-string): Do not use \.
99 (inferior-octave-complete-impossible): Remove.
100 (inferior-octave-completion-table)
101 (inferior-octave-completion-at-point): Remove its uses.
102 (inferior-octave-startup): completion_matches was introduced to
103 Octave in 1996 so safe to assume it.
104 (octave-function-file-comment): Improve to follow how Octave does it.
105 (octave-update-function-file-comment): Tweak.
106
107 2013-04-29 Leo Liu <sdl.web@gmail.com>
108
109 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
110 (inferior-octave-startup): Remove inferior-octave-startup-hook.
111 (octave-function-file-comment): Fix typo.
112 (octave-sync-function-file-names): Use read-char-choice.
113
114 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
115
116 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
117 to t for the less important warnings.
118
119 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
120
121 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
122
123 2013-04-27 Glenn Morris <rgm@gnu.org>
124
125 * vc/log-view.el (log-view-current-entry):
126 Treat "---" separator lines as part of the following rev. (Bug#14169)
127
128 2013-04-27 Juri Linkov <juri@jurta.org>
129
130 * subr.el (read-number): Doc fix about using it by interactive
131 code letter `n'. (Bug#14254)
132
133 2013-04-27 Juri Linkov <juri@jurta.org>
134
135 * desktop.el (desktop-auto-save-timeout): New option.
136 (desktop-file-checksum): New variable.
137 (desktop-save): Add optional arg `auto-save' and don't auto-save
138 if nothing changed.
139 (desktop-auto-save-timer): New variable.
140 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
141 (after-init-hook): Call `desktop-auto-save-set-timer'.
142 Suggested by Reuben Thomas <rrt@sc3d.org> in
143 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
144
145 2013-04-27 Leo Liu <sdl.web@gmail.com>
146
147 * progmodes/octave.el (octave-function-file-p)
148 (octave-skip-comment-forward, octave-function-file-comment)
149 (octave-update-function-file-comment): New functions.
150 (octave-mode-map): Bind C-c ; to
151 octave-update-function-file-comment.
152 (octave-mode-menu): Add octave-update-function-file-comment.
153 (octave-mode, inferior-octave-mode): Fix doc-string.
154 (octave-insert-defun): Conform to Octave's coding convention.
155 (Bug#14285)
156
157 * files.el (basic-save-buffer): Don't let errors in
158 before-save-hook prevent saving buffer.
159
160 2013-04-20 Roland Winkler <winkler@gnu.org>
161
162 * faces.el (read-face-name): Use completing-read if arg multiple
163 is nil.
164
165 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
166
167 * ls-lisp.el (ls-lisp-insert-directory): If no files are
168 displayed, move point to after the totals line. See
169 http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
170 for the details.
171
172 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * emacs-lisp/package.el (package-autoload-ensure-default-file):
175 Add current dir to the load-path.
176 (package-generate-autoloads): Don't rely on
177 autoload-ensure-default-file.
178
179 2013-04-26 Reuben Thomas <rrt@sc3d.org>
180
181 * textmodes/remember.el (remember-store-in-files): Document that
182 the file name format is passed to `format-time-string'.
183
184 2013-04-26 Leo Liu <sdl.web@gmail.com>
185
186 * progmodes/octave.el (octave-sync-function-file-names): New function.
187 (octave-mode): Use it in before-save-hook.
188
189 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
192 (bug#14274).
193
194 * progmodes/octave.el (octave-smie-forward-token): Properly skip
195 \n and comment, even if it's not an implicit ; (bug#14218).
196
197 2013-04-26 Glenn Morris <rgm@gnu.org>
198
199 * subr.el (read-number): Once more use `read' rather than
200 `string-to-number', to trap non-numeric input. (Bug#14254)
201
202 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
203
204 * emacs-lisp/syntax.el (syntax-propertize-multiline):
205 Use `syntax-multiline' text property consistently instead of
206 `font-lock-multiline'. (bug#14237).
207
208 2013-04-26 Glenn Morris <rgm@gnu.org>
209
210 * emacs-lisp/shadow.el (list-load-path-shadows):
211 No longer necessary to check for duplicate simple.el, since
212 2012-07-07 change to init_lread to not include installation lisp
213 directories in load-path when running uninstalled. (Bug#14270)
214
215 2013-04-26 Leo Liu <sdl.web@gmail.com>
216
217 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
218 (octave-mode, inferior-octave-mode): Use setq-local.
219 (octave-not-in-string-or-comment-p): Rename to
220 octave-in-string-or-comment-p.
221 (octave-in-comment-p, octave-in-string-p)
222 (octave-in-string-or-comment-p): Replace defsubst with defun.
223
224 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
225
226 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
227
228 2013-04-25 Bastien Guerry <bzg@gnu.org>
229
230 * textmodes/remember.el (remember-data-directory)
231 (remember-directory-file-name-format): Fix custom types.
232
233 2013-04-25 Leo Liu <sdl.web@gmail.com>
234
235 * progmodes/octave.el (octave-completion-at-point-function):
236 Make use of inferior octave process.
237 (octave-initialize-completions): Remove.
238 (inferior-octave-completion-table): New function.
239 (inferior-octave-completion-at-point): Use it.
240 (octave-completion-alist): Remove.
241
242 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * progmodes/opascal.el: Use font-lock and syntax-propertize.
245 (opascal-mode-syntax-table): New var.
246 (opascal-literal-kind, opascal-is-literal-end)
247 (opascal-literal-token-at): Rewrite.
248 (opascal--literal-start-re, opascal-font-lock-keywords)
249 (opascal--syntax-propertize): New constants.
250 (opascal-font-lock-defaults): Adjust.
251 (opascal-mode): Use them. Set comment-<foo> variables as well.
252 (delphi-comment-face, opascal-comment-face, delphi-string-face)
253 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
254 (delphi-other-face, opascal-other-face): Remove face variables.
255 (opascal-save-state): Remove macro.
256 (opascal-fontifying-progress-step): Remove constant.
257 (opascal--ignore-changes): Remove var.
258 (opascal-set-token-property, opascal-parse-next-literal)
259 (opascal-is-stable-literal, opascal-complete-literal)
260 (opascal-is-literal-start, opascal-face-of)
261 (opascal-parse-region, opascal-parse-region-until-stable)
262 (opascal-fontify-region, opascal-after-change)
263 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
264 (opascal-debug-parse-region, opascal-debug-parse-window)
265 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
266 (opascal-debug-fontify-buffer): Remove.
267 (opascal-debug-mode-map): Adjust accordingly.
268
269 2013-04-25 Leo Liu <sdl.web@gmail.com>
270
271 Merge octave-mod.el and octave-inf.el into octave.el with some
272 cleanups.
273 * progmodes/octave.el: New file renamed from octave-mod.el.
274 * progmodes/octave-inf.el: Merged into octave.el.
275 * progmodes/octave-mod.el: Renamed to octave.el.
276
277 2013-04-25 Tassilo Horn <tsdh@gnu.org>
278
279 * textmodes/reftex-vars.el
280 (reftex-label-ignored-macros-and-environments): New defcustom.
281
282 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
283
284 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
287 (smie-indent-keyword): Improve the check to ensure that the next
288 comment is really on the same line.
289 (smie-indent-comment): Don't align with a subsequent closer (or eob).
290
291 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
292 semi-colons if the line is not otherwise empty (bug#14218).
293
294 2013-04-25 Glenn Morris <rgm@gnu.org>
295
296 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
297
298 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * progmodes/opascal.el (opascal-set-token-property): Rename from
301 opascal-set-text-properties and only set `token' (bug#14134).
302 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
303 (opascal-literal-text-properties): Remove.
304 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
305 Adjust callers.
306
307 2013-04-24 Reuben Thomas <rrt@sc3d.org>
308
309 * textmodes/remember.el (remember-handler-functions): Add an
310 option for a new handler `remember-store-in-files'.
311 (remember-data-directory, remember-directory-file-name-format):
312 New options.
313 (remember-store-in-files): New function to store remember notes
314 as separate files within a directory.
315
316 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
317
318 * progmodes/compile.el (compilation-next-error-function):
319 Pass "formats" to compilation-find-file (bug#11777).
320
321 2013-04-24 Glenn Morris <rgm@gnu.org>
322
323 * vc/vc-bzr.el (vc-bzr-print-log):
324 * vc/vc-hg.el (vc-hg-print-log):
325 * vc/vc-svn.el (vc-svn-print-log):
326 Fix START-REVISION with LIMIT != 1. (Bug#14168)
327
328 * vc/vc-bzr.el (vc-bzr-print-log):
329 * vc/vc-cvs.el (vc-cvs-print-log):
330 * vc/vc-git.el (vc-git-print-log):
331 * vc/vc-hg.el (vc-hg-print-log):
332 * vc/vc-mtn.el (vc-mtn-print-log):
333 * vc/vc-rcs.el (vc-rcs-print-log):
334 * vc/vc-sccs.el (vc-sccs-print-log):
335 * vc/vc-svn.el (vc-svn-print-log):
336 * vc/vc.el (vc-print-log-internal): Doc fixes.
337
338 2013-04-23 Glenn Morris <rgm@gnu.org>
339
340 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
341 Remove venerable code attempting to avoid substitute-command-keys.
342
343 2013-04-23 Tassilo Horn <tsdh@gnu.org>
344
345 * textmodes/reftex-vars.el (reftex-label-regexps):
346 Call `reftex-compile-variables' after changes to this variable.
347
348 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
351 Use lexical-binding.
352 (jit-lock-force-redisplay): Use markers, check buffer's continued
353 existence and beware narrowed buffers.
354 (jit-lock-fontify-now): Adjust call accordingly.
355
356 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
359 to avoid misleading the user.
360
361 2013-04-22 Leo Liu <sdl.web@gmail.com>
362
363 * info-look.el: Prefer latex2e.info. (Bug#14240)
364
365 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
366
367 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
368
369 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
370 * net/tramp.el (tramp-call-process): ... here
371 (tramp-set-completion-function, tramp-parse-putty):
372 * net/tramp-adb.el (tramp-adb-execute-adb-command):
373 * net/tramp-gvfs.el (tramp-gvfs-send-command):
374 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
375 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
376 (tramp-call-local-coding-command): Use `tramp-call-process'
377 instead of `tramp-compat-call-process'.
378
379 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
380 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
381 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
382 (tramp-find-inline-compress):Improve traces.
383 (tramp-maybe-send-script): Check for Perl binary.
384 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
385
386 2013-04-22 Daiki Ueno <ueno@gnu.org>
387
388 * epg.el (epg-context-pinentry-mode): New function.
389 (epg-context-set-pinentry-mode): New function.
390 (epg--start): Pass --pinentry-mode option to gpg command.
391
392 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
393
394 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
395 `comint-dynamic-complete' is obsolete since 24.1, replaced by
396 `completion-at-point'. (Bug#13774)
397
398 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
399 default key binding for `describe-distribution' has been moved to
400 `C-h C-o'. (Bug#13970)
401
402 2013-04-21 Glenn Morris <rgm@gnu.org>
403
404 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
405 Add doc strings.
406 (vc-print-log): Clarify interactive prompt.
407
408 2013-04-20 Glenn Morris <rgm@gnu.org>
409
410 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
411 No longer include timestamp etc information.
412
413 2013-04-20 Roland Winkler <winkler@gnu.org>
414
415 * faces.el (read-face-name): Bug fix, return just one face if arg
416 multiple is nil. (Bug#14209)
417
418 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
421 (remove-function): Autoload.
422
423 * comint.el (comint-redirect-original-filter-function): Remove.
424 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
425 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
426 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
427 * progmodes/prolog.el (prolog-consult-compile):
428 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
429 Use add/remove-function instead.
430 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
431 (gud-tooltip-process-output, gud-tooltip-tips):
432 Use add/remove-function instead.
433 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
434 (scheme-interaction-mode, exit-scheme-interaction-mode):
435 Use add/remove-function instead.
436
437 * vc/vc-dispatcher.el: Use lexical-binding.
438 (vc--process-sentinel): Rename from vc-process-sentinel.
439 Change last arg to be the code to run. Don't use vc-previous-sentinel
440 and vc-sentinel-commands any more.
441 (vc-exec-after): Allow code to be a function. Use add/remove-function.
442 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
443
444 2013-04-19 Masatake YAMATO <yamato@redhat.com>
445
446 * progmodes/sh-script.el (sh-imenu-generic-expression):
447 Handle function names with a single character. (Bug#14111)
448
449 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
450
451 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
452 for subroutines defined in an eval (bug#14182).
453
454 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
455
456 * bookmark.el (bookmark-completing-read): Improve handling of empty
457 string (bug#14176).
458
459 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
462
463 2013-04-19 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
464
465 New faster Imenu implementation (bug#14058).
466 * progmodes/python.el:
467 (python-imenu-prev-index-position):
468 (python-imenu-format-item-label-function)
469 (python-imenu-format-parent-item-label-function)
470 (python-imenu-format-parent-item-jump-label-function):
471 New vars.
472 (python-imenu-format-item-label)
473 (python-imenu-format-parent-item-label)
474 (python-imenu-format-parent-item-jump-label)
475 (python-imenu--put-parent, python-imenu--build-tree)
476 (python-imenu-create-index, python-imenu-create-flat-index)
477 (python-util-popn): New functions.
478 (python-mode): Set imenu-create-index-function to
479 python-imenu-create-index.
480
481 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * winner.el (winner-active-region): Use region-active-p, activate-mark
484 and deactivate-mark (bug#14225).
485
486 * simple.el (deactivate-mark): Don't inline it.
487
488 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
489
490 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
491
492 2013-04-18 Tassilo Horn <tsdh@gnu.org>
493
494 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
495 file extensions from the archive-mode entry in order to prefer
496 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
497
498 2013-04-18 Leo Liu <sdl.web@gmail.com>
499
500 * bindings.el (help-event-list): Add ?\?.
501
502 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * subr.el (with-wrapper-hook): Declare obsolete.
505 * simple.el (filter-buffer-substring-function): New hook.
506 (filter-buffer-substring): Use it.
507 (filter-buffer-substring-functions): Mark obsolete.
508 * minibuffer.el (completion-in-region-function): New hook.
509 (completion-in-region): Use it.
510 (completion-in-region-functions): Mark obsolete.
511 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
512 * abbrev.el (abbrev-expand-function): New hook.
513 (expand-abbrev): Use it.
514 (abbrev-expand-functions): Mark obsolete.
515 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
516 and :filter-return.
517
518 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
519
520 * progmodes/python.el (python-nav--syntactically): Fix cornercases
521 and do not care about match data.
522
523 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
526 completion tables when completing error conditions and
527 `declare' arguments.
528 (lisp-complete-symbol, field-complete): Mark as obsolete.
529 (check-parens): Unmatched parens are user errors.
530 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
531
532 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
533
534 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
535 command changed buffer (ie. `flyspell-pre-buffer' is not current
536 buffer), which prevents making decisions based on invalid value of
537 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
538 cause an error when `flyspell-pre-point' was nil after switching
539 buffers.
540 (flyspell-post-command-hook): No longer needs to change buffers when
541 checking pre-word. While at it remove unnecessary progn.
542
543 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
544
545 * textmodes/ispell.el (ispell-add-per-file-word-list):
546 Fix `flyspell-correct-word-before-point' error when accepting
547 words and `coment-padding' is an integer by using
548 `comment-normalize-vars' (Bug #14214).
549
550 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
551
552 New defun movement commands.
553 * progmodes/python.el (python-nav--syntactically)
554 (python-nav--forward-defun, python-nav-backward-defun)
555 (python-nav-forward-defun): New functions.
556
557 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
558
559 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
560 (python-syntax-context): Use named compiler-macro for backwards
561 compatibility with Emacs 24.x.
562
563 2013-04-17 Leo Liu <sdl.web@gmail.com>
564
565 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
566 octave-hide-process-buffer.
567
568 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
571 (bug#14216).
572
573 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
574
575 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
576 Fix adjustment of offset when receiving incomplete responses from GDB
577 (bug#14129).
578
579 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
582 python-mode-abbrev-table.
583 (python-skeleton-define): Adjust accordingly.
584 (python-mode-abbrev-table): New table that inherits from it so that
585 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
586
587 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
588 (abbrev-symbol): Use it.
589 (abbrev--before-point): Use it since we already handle inheritance.
590
591 2013-04-16 Leo Liu <sdl.web@gmail.com>
592
593 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
594 binding to info-lookup-symbol.
595
596 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
597
598 * minibuffer.el (completion--twq-all):
599 * term/ns-win.el (ns-initialize-window-system):
600 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
601
602 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
603
604 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
605 global bindings.
606
607 * doc-view.el (doc-view-start-process): Handle url-handler directories.
608
609 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
610
611 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
612 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
613 to nil.
614 (ruby-end-of-defun): Remove the unused arg, change the docstring
615 to reflect that this function is only used as the value of
616 `end-of-defun-function'.
617 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
618 to reflect an earlier change that beginning/end-of-defun functions
619 jump between methods in a class definition, as well as top-level
620 functions.
621
622 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
623
624 * minibuffer.el (minibuffer-complete): Don't just scroll
625 a *Completions* that's been iconified.
626 (minibuffer-force-complete): Make sure repetitions do cycle when going
627 through completion-in-region -> minibuffer-complete.
628
629 2013-04-15 Alan Mackenzie <acm@muc.de>
630
631 Correct the placement of c-cpp-delimiters when there're #s not at
632 col 0.
633
634 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
635 place a submatch around the #.
636 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
637 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
638 on the #, not BOL.
639
640 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * emacs-lisp/nadvice.el: Properly test names when adding advice.
643 (advice--member-p): New arg `name'.
644 (advice--add-function, advice-member-p): Use it (bug#14202).
645
646 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
647
648 Reformulate java imenu-generic-expression.
649 The old expression contained ill formed regexps.
650
651 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
652 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
653 (cc-imenu-java-method-arg-regexp): New defconsts.
654 (cc-imenu-java-build-type-args-regex): New defun.
655 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
656 handling of spaces in the regexp.
657
658 2013-03-15 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
659
660 * textmodes/ispell.el (ispell-command-loop): Remove
661 flyspell highlight of a word when ispell accepts it (bug #14178).
662
663 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
664
665 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
666 uses code from the previous `ange-ftp-run-real-handler'.
667 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
668 only in case that function exist. This is needed for proper
669 unloading of Tramp.
670
671 2013-04-15 Tassilo Horn <tsdh@gnu.org>
672
673 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
674
675 * textmodes/reftex.el (reftex-compile-variables): Use it.
676
677 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * files.el (normal-mode): Only use default major-mode if no other mode
680 was specified.
681
682 * emacs-lisp/trace.el (trace-values): New function.
683
684 * files.el: Allow : in local variables (bug#14089).
685 (hack-local-variable-regexp): New var.
686 (hack-local-variables-prop-line, hack-local-variables): Use it.
687
688 2013-04-13 Roland Winkler <winkler@gnu.org>
689
690 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
691 data before it gets modified by bibtex-beginning-of-entry.
692
693 2013-04-13 Roland Winkler <winkler@gnu.org>
694
695 * textmodes/bibtex.el (bibtex-url): Doc fix.
696
697 2013-04-13 Roland Winkler <winkler@gnu.org>
698
699 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
700 does not visit a BibTeX file, exclude it from the list of buffers
701 returned by bibtex-initialize.
702
703 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
704
705 * window.el (split-window): Remove interactive form, since as a
706 command this function is a special case of split-window-below.
707 Correct doc string.
708
709 2013-04-12 Roland Winkler <winkler@gnu.org>
710
711 * faces.el (read-face-name): Do not override value of arg default.
712 Allow single faces and strings as default values. Remove those
713 elements from return value that are not faces.
714 (describe-face): Simplify.
715 (face-at-point): New optional args thing and multiple so that this
716 function can provide the same functionality previously provided by
717 read-face-name.
718 (make-face-bold, make-face-unbold, make-face-italic)
719 (make-face-unitalic, make-face-bold-italic, invert-face)
720 (modify-face, read-face-and-attribute): Use face-at-point.
721
722 * cus-edit.el (customize-face, customize-face-other-window)
723 * cus-theme.el (custom-theme-add-face)
724 * face-remap.el (buffer-face-set)
725 * facemenu.el (facemenu-set-face): Use face-at-point.
726
727 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
728
729 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
730
731 2013-04-10 Tassilo Horn <tsdh@gnu.org>
732
733 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
734 off leading { and trailing } from field values.
735
736 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * emacs-lisp/timer.el (timer--check): New function.
739 (timer--time, timer-set-function, timer-event-handler): Use it.
740 (timer-set-idle-time): Simplify.
741 (timer--activate): CSE.
742 (timer-event-handler): Give more info in error message.
743 (internal-timer-start-idle): New function, moved from C.
744
745 * mpc.el (mpc-proc): Add `restart' argument.
746 (mpc-proc-cmd): Use it.
747 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
748 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
749 less often.
750
751 2013-04-10 Masatake YAMATO <yamato@redhat.com>
752
753 * progmodes/sh-script.el: Implement `sh-mode' own
754 `add-log-current-defun-function' (bug#14112).
755 (sh-current-defun-name): New function.
756 (sh-mode): Use the function.
757
758 2013-04-09 Bastien Guerry <bzg@gnu.org>
759
760 * simple.el (choose-completion-string): Fix docstring (bug#14163).
761
762 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
765
766 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
767 timer (bug#14156).
768
769 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
770
771 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
772 declaration.
773
774 2013-04-07 Leo Liu <sdl.web@gmail.com>
775
776 * pcmpl-x.el: New file.
777
778 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
779
780 Do not set x-display-name until X connection is established.
781 This is needed to prevent from weird situation described at
782 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
783 * frame.el (make-frame): Set x-display-name after call to
784 window system initialization function, not before.
785 * term/x-win.el (x-initialize-window-system): Add optional
786 display argument and use it.
787 * term/w32-win.el (w32-initialize-window-system):
788 * term/ns-win.el (ns-initialize-window-system):
789 * term/pc-win.el (msdos-initialize-window-system):
790 Add compatible optional display argument.
791
792 2013-04-06 Eli Zaretskii <eliz@gnu.org>
793
794 * files.el (normal-backup-enable-predicate): On MS-Windows and
795 MS-DOS compare truenames of temporary-file-directory and of the
796 file, so that 8+3 aliases (usually found in $TEMP on Windows)
797 don't fail comparison by compare-strings. Also, compare file
798 names case-insensitively on MS-Windows and MS-DOS.
799
800 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
803 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
804
805 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
806
807 * whitespace.el (whitespace-color-on, whitespace-color-off):
808 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
809
810 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
811
812 * ispell.el (ispell-set-spellchecker-params):
813 Really set `ispell-args' for all equivs.
814
815 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * ido.el (ido-completions): Use extra elements of ido-decorations
818 (bug#14143).
819 (ido-decorations): Update docstring.
820
821 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
822
823 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
824 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
825 nil during initialization, in order not to miss changes since the
826 file was opened. (Bug#14140)
827
828 2013-04-05 Leo Liu <sdl.web@gmail.com>
829
830 * kmacro.el (kmacro-call-macro): Fix bug#14135.
831
832 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
833
834 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
835
836 2013-04-04 Glenn Morris <rgm@gnu.org>
837
838 * electric.el (electric-pair-inhibit-predicate): Add :version.
839
840 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
843 when a package is required several times (bug#14082).
844
845 2013-04-04 Roland Winkler <winkler@gnu.org>
846
847 * faces.el (read-face-name): Behave as promised by the docstring.
848 Assume that arg default is a list of faces.
849 (describe-face): Call read-face-name with list of default faces.
850
851 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
852
853 * bookmark.el: Fix deletion of bookmarks (bug#13972).
854 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
855 (bookmark-bmenu-execute-deletions): Only skip first line if it's
856 the header.
857 (bookmark-exit-hook-internal): Save even if list is empty.
858
859 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
860
861 * emacs-lisp/package.el (package-pinned-packages): New var.
862 (package--add-to-archive-contents): Obey it (bug#14118).
863
864 2013-04-03 Alan Mackenzie <acm@muc.de>
865
866 Handle `parse-partial-sexp' landing inside a comment opener
867 (Bug#13244). Also adapt to the new values of element 7 of a parse
868 state.
869
870 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
871 parameter `not-in-delimiter'. Handle being inside comment opener.
872 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
873 character in case we're typing a '*' after a '/'.
874 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
875 instead by passing the parameter to c-state-pp-to-literal.
876
877 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
878 for elt. 7 of a parse state.
879
880 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
881
882 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
883 * international/latin1-disp.el, international/mule-util.el:
884 * language/cyril-util.el, language/european.el, language/ind-util.el:
885 * language/lao-util.el, language/thai.el, language/tibet-util.el:
886 * language/tibetan.el, language/viet-util.el:
887 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
888
889 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
892 (electric-pair-post-self-insert-function): Use it.
893 (electric-pair-default-inhibit): New function, extracted from
894 electric-pair-post-self-insert-function.
895
896 2013-03-31 Roland Winkler <winkler@gnu.org>
897
898 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
899
900 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
903
904 2013-03-30 FabiĂ¡n Ezequiel Gallina <fabian@anue.biz>
905
906 Un-indent after "pass" and "return" statements (Bug#13888)
907 * progmodes/python.el (python-indent-block-enders): New var.
908 (python-indent-calculate-indentation): Use it.
909
910 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
911
912 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
913 defun. Defining it as defalias could introduce too eager
914 byte-compiler optimization. (Bug#14030)
915
916 2013-03-30 Chong Yidong <cyd@gnu.org>
917
918 * iswitchb.el (iswitchb-read-buffer): Fix typo.
919
920 2013-03-30 Leo Liu <sdl.web@gmail.com>
921
922 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
923 (kmacro-execute-from-register): Pass the keyboard macro to
924 kmacro-call-macro or repeating won't work correctly.
925
926 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
927
928 * progmodes/subword.el: Back to using `forward-symbol'.
929
930 * subr.el (forward-whitespace, forward-symbol)
931 (forward-same-syntax): Move from thingatpt.el.
932
933 2013-03-29 Leo Liu <sdl.web@gmail.com>
934
935 * kmacro.el (kmacro-to-register): New command.
936 (kmacro-execute-from-register): New function.
937 (kmacro-keymap): Bind to 'x'. (Bug#14071)
938
939 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * mpc.el: Use defvar-local and setq-local.
942 (mpc--proc-connect): Connection failures are not bugs.
943 (mpc-mode-map): `follow-link' only applies to the buffer's content.
944 (mpc-volume-map): Bind to the up-events.
945
946 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
947
948 * progmodes/subword.el (superword-mode): Use `forward-sexp'
949 instead of `forward-symbol'.
950
951 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
954 (edebug--recursive-edit): Use it.
955 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
956 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
957
958 2013-03-28 Leo Liu <sdl.web@gmail.com>
959
960 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
961
962 2013-03-27 Eli Zaretskii <eliz@gnu.org>
963
964 * facemenu.el (list-colors-callback): New defvar.
965 (list-colors-redisplay): New function.
966 (list-colors-display): Install list-colors-redisplay as the
967 revert-buffer-function. (Bug#14063)
968
969 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
972 and suffixes don't overlap (bug#14061).
973
974 * case-table.el: Use lexical-binding.
975 (case-table-get-table): New function.
976 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
977
978 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
979
980 * progmodes/subword.el: Add `superword-mode' to do word motion
981 over symbol_words (parallels and leverages `subword-mode' which
982 does word motion inside MixedCaseWords).
983
984 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
985
986 * eshell/em-unix.el: Move su and sudo to...
987 * eshell/em-tramp.el: ...Eshell tramp module.
988
989 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
992 Change return value to be a sexp. Delay `get-buffer' to after
993 restoring the desktop (bug#13951).
994
995 2013-03-26 Leo Liu <sdl.web@gmail.com>
996
997 * register.el: Move semantic tag handling back to
998 cedet/semantic/senator.el. (Bug#14052)
999
1000 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1003 into the prompt either (bug#13963).
1004
1005 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1008 part of "(error-foo)".
1009
1010 2013-03-24 Juri Linkov <juri@jurta.org>
1011
1012 * replace.el (list-matching-lines-prefix-face): New defcustom.
1013 (occur-1): Pass `list-matching-lines-prefix-face' to the function
1014 `occur-engine' if `face-differs-from-default-p' returns t.
1015 (occur-engine): Add `,' inside backquote construct to evaluate
1016 `prefix-face'. Propertize the prefix with the `prefix-face' face.
1017 Pass `prefix-face' to the functions `occur-context-lines' and
1018 `occur-engine-add-prefix'.
1019 (occur-engine-add-prefix, occur-context-lines): Add optional arg
1020 `prefix-face' and propertize the prefix with `prefix-face'.
1021 (Bug#14017)
1022
1023 2013-03-24 Leo Liu <sdl.web@gmail.com>
1024
1025 * nxml/rng-valid.el (rng-validate-while-idle)
1026 (rng-validate-quick-while-idle): Guard against deleted buffer.
1027 (Bug#13999)
1028
1029 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1030 is the last entry in kill-buffer-hook.
1031
1032 * files.el (kill-buffer-hook): Doc fix.
1033
1034 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
1035
1036 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1037 Make it safe-local.
1038
1039 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1040
1041 2013-03-23 Leo Liu <sdl.web@gmail.com>
1042
1043 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1044 Remove.
1045
1046 * nxml/rng-valid.el (rng-validate-mode)
1047 (rng-after-change-function, rng-do-some-validation):
1048 * nxml/rng-maint.el (rng-validate-buffer):
1049 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1050 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1051 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1052 (nxml-extend-after-change-region): Use with-silent-modifications.
1053
1054 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1055 timer-idle-list.
1056
1057 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1058 (rng-next-error-1, rng-previous-error-1): Do not let-bind
1059 timer-idle-list. (Bug#13999)
1060
1061 2013-03-23 Juri Linkov <juri@jurta.org>
1062
1063 * info.el (info-index-match): New face.
1064 (Info-index, Info-apropos-matches): Add a nested subgroup to the
1065 main pattern and add text properties with the new face to matches
1066 in index entries relative to the beginning of the index entry.
1067 (Bug#14015)
1068
1069 2013-03-21 Eric Ludlam <zappo@gnu.org>
1070
1071 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1072 Inhibit read only while inserting objects.
1073
1074 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
1075
1076 * progmodes/cfengine.el: Update docs to mention
1077 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
1078 symbol motion. Remove "_" from the word syntax.
1079
1080 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
1081
1082 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1083 syntax for both `cfengine2-mode' and `cfengine3-mode'.
1084
1085 2013-03-20 Juri Linkov <juri@jurta.org>
1086
1087 * info.el (Info-next-reference-or-link)
1088 (Info-prev-reference-or-link): New functions.
1089 (Info-next-reference, Info-prev-reference): Use them.
1090 (Info-try-follow-nearest-node): Handle footnote navigation.
1091 (Info-fontify-node): Fontify footnotes. (Bug#13989)
1092
1093 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1096 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1097
1098 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
1099
1100 Suppress unnecessary non-ASCII chatter during build process.
1101 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1102 (batch-skkdic-convert): Suppress most of the chatter.
1103 It's not needed so much now that machines are faster,
1104 and its non-ASCII component was confusing; see Dmitry Gutov in
1105 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1106
1107 2013-03-20 Leo Liu <sdl.web@gmail.com>
1108
1109 * ido.el (ido-chop): Fix bug#10994.
1110
1111 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1112
1113 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1114 Remove vars.
1115 (whitespace-color-on, whitespace-color-off):
1116 Use `font-lock-fontify-buffer' (Bug#13817).
1117
1118 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1121 remapping in mode-line.
1122 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1123
1124 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1125
1126 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1127 value for `whitespace-line' face (Bug#13875).
1128 (whitespace-font-lock-keywords): Change description.
1129 (whitespace-color-on): Don't save `font-lock-keywords' value, save
1130 the constructed keywords instead.
1131 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1132
1133 2013-03-19 Leo Liu <sdl.web@gmail.com>
1134
1135 * progmodes/compile.el (compilation-display-error): New command.
1136 (compilation-mode-map, compilation-minor-mode-map): Bind it to
1137 C-o. (Bug#13992)
1138
1139 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1140
1141 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1142
1143 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
1144
1145 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1146
1147 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1148
1149 * net/tramp-compat.el (tramp-compat-user-error): New defun.
1150
1151 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1152 * net/tramp-gvfs.el (top):
1153 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1154 (tramp-handle-shell-command): Use it.
1155 (tramp-dissect-file-name): Raise an error when hostname is a
1156 method name, and neither method nor user is specified.
1157
1158 * net/trampver.el: Update release number.
1159
1160 2013-03-18 Leo Liu <sdl.web@gmail.com>
1161
1162 Make sure eldoc can be turned off properly.
1163 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1164 eldoc-mode.
1165 (eldoc-display-message-p): Revert last change.
1166 (eldoc-display-message-no-interference-p)
1167 (eldoc-print-current-symbol-info): Tweak.
1168
1169 2013-03-18 Tassilo Horn <tsdh@gnu.org>
1170
1171 * doc-view.el (doc-view-new-window-function): Check the new window
1172 overlay's display property instead the char property of the
1173 buffer's first char. Use `with-selected-window' instead of
1174 `save-window-excursion' with `select-window'.
1175 (doc-view-document->bitmap): Check the current doc-view overlay's
1176 display property instead the char property of the buffer's first char.
1177
1178 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1179
1180 Automate the build of ja-dic.el (Bug#13984).
1181 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1182 from the input, rather than assume that it's been done for us by the
1183 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
1184 the current date into a ja-dic.el comment, as that complicates
1185 regression testing.
1186
1187 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * whitespace.el: Fix double evaluation.
1190 (whitespace-space, whitespace-hspace, whitespace-tab)
1191 (whitespace-newline, whitespace-trailing, whitespace-line)
1192 (whitespace-space-before-tab, whitespace-indentation)
1193 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1194 obsolete defvars.
1195 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1196 (whitespace-color-on): Use a single font-lock-add-keywords call.
1197 Fix double-evaluation of face variables.
1198
1199 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
1200
1201 * net/tramp-adb.el (tramp-adb-parse-device-names):
1202 Use `start-process' instead of `call-process'. Otherwise, the
1203 function might be blocked under MS Windows. (Bug#13299)
1204
1205 2013-03-17 Leo Liu <sdl.web@gmail.com>
1206
1207 Extend eldoc to display info in the mode-line. (Bug#13978)
1208 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1209 (eldoc-mode-line-string): New variable.
1210 (eldoc-minibuffer-message): New function.
1211 (eldoc-message-function): New variable.
1212 (eldoc-message): Use it.
1213 (eldoc-display-message-p)
1214 (eldoc-display-message-no-interference-p):
1215 Support eldoc-post-insert-mode.
1216
1217 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1218 (eval-expression): Run it.
1219
1220 2013-03-17 Roland Winkler <winkler@gnu.org>
1221
1222 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1223 strings in the list of return values.
1224
1225 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1226
1227 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1228 radix before checking for HMS forms.
1229
1230 2013-03-16 Leo Liu <sdl.web@gmail.com>
1231
1232 * progmodes/scheme.el: Add indentation and font-locking for λ.
1233 (Bug#13975)
1234
1235 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1238 token before point (bug#13942).
1239
1240 2013-03-16 Leo Liu <sdl.web@gmail.com>
1241
1242 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
1243
1244 2013-03-16 Eli Zaretskii <eliz@gnu.org>
1245
1246 * startup.el (command-line-normalize-file-name): Fix handling of
1247 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
1248 <xfq.free@gmail.com> in
1249 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1250
1251 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1252
1253 Sync with Tramp 2.2.7.
1254
1255 * net/trampver.el: Update release number.
1256
1257 2013-03-14 Tassilo Horn <tsdh@gnu.org>
1258
1259 * doc-view.el Fix bug#13887.
1260 (doc-view-insert-image): Don't modify overlay associated to
1261 non-live windows, and implement horizontal centering of image in
1262 case it's smaller than the window.
1263 (doc-view-new-window-function): Force redisplay of new windows on
1264 doc-view buffers.
1265
1266 2013-03-13 Karl Fogel <kfogel@red-bean.com>
1267
1268 * saveplace.el (save-place-alist-to-file): Don't sort
1269 `save-place-alist', just pretty-print it (bug#13882).
1270
1271 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
1272
1273 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1274 whether `default-file-name-coding-system' is bound. It isn't in
1275 XEmacs.
1276
1277 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1280 backquotes for `obsolete' (bug#13929).
1281
1282 * international/mule.el (find-auto-coding): Include file name in
1283 obsolescence warning (bug#13922).
1284
1285 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1286
1287 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1288 for CFEngine 3-specific indentation.
1289 (cfengine3-indent-line): Use it. Fix up category regex.
1290 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1291
1292 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1293
1294 * type-break.el (type-break-file-name):
1295 * textmodes/remember.el (remember-data-file):
1296 * strokes.el (strokes-file):
1297 * shadowfile.el (shadow-initialize):
1298 * saveplace.el (save-place-file):
1299 * ps-bdf.el (bdf-cache-file):
1300 * progmodes/idlwave.el (idlwave-config-directory):
1301 * net/quickurl.el (quickurl-url-file):
1302 * international/kkc.el (kkc-init-file-name):
1303 * ido.el (ido-save-directory-list-file):
1304 * emulation/viper.el (viper-custom-file-name):
1305 * emulation/vip.el (vip-startup-file):
1306 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1307 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1308
1309 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1310
1311 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1312 * language/thai-word.el: Switch to UTF-8.
1313
1314 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1317
1318 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1319
1320 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1321 Use with-current-buffer and don't move point.
1322 (net-utils-run-simple): Remove useless code.
1323 (net-utils-remove-ctl-m): Remove unused custom.
1324
1325 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1326
1327 * international/characters.el (glyphless-set-char-table-range): New fun.
1328 (update-glyphless-char-display): Use it (bug#13744).
1329
1330 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1331
1332 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1333 namespaces in the syntax, indent closer for hanging brace
1334 correctly, allow single-quote delimited 'strings', and make
1335 `cfengine3-mode' the default.
1336
1337 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1338
1339 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1340 Use lexical-binding. Fix up docstring according to conventions.
1341 (gdbmi-debug-mode): New var.
1342 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1343 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1344 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1345 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1346 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1347 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1348 (gdbmi-bnf-incomplete-record-result): New functions.
1349 (gdb-car<): Remove function.
1350 (gdbmi-record-list): Remove variable.
1351 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1352 (gdbmi-bnf-result-state-configs): New const.
1353 (gud-gdbmi-marker-filter): Rewrite.
1354 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1355 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1356 Add `token' argument.
1357 (gdb-done, gdb-error): New functions.
1358 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1359
1360 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * term/xterm.el (xterm--report-background-handler): Don't burp
1363 upon timeout.
1364 (xterm--version-handler): Extract from terminal-init-xterm.
1365 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1366 Allow multiple handlers.
1367 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1368
1369 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1370 (xterm--report-background-handler, xterm--query): New functions.
1371 (terminal-init-xterm): Use them.
1372
1373 2013-03-11 Michael R. Mauger <michael@mauger.com>
1374
1375 * progmodes/sql.el Version 3.2
1376 Please note that my address changed to <michael@mauger.com>;
1377 the <mmaug@yahoo.com> address remains active.
1378 (sql-connection-alist): Updates documentation to fix bug#13715.
1379 (sql-connect): Handle missing `sql-connection-alist' correctly.
1380 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1381 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1382 property.
1383 (sql-default-value): New function.
1384 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1385 values were not used.
1386 (sql-rename-buffer): Make sure alternate buffer name has no text
1387 properties.
1388 (sql-input-sender, sql-execute-feature): Fetch variable with
1389 `buffer-local-value' rather than `with-current-buffer'.
1390 (sql-*): Use #' function syntax consistently.
1391 (sql-*): Use message/error/user-error consistently.
1392
1393 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * xt-mouse.el (xterm-mouse-event-read): Remove.
1396 (xterm-mouse--read-event-sequence-1000)
1397 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1398
1399 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * term/xterm.el (xterm-function-map): Support format used with
1402 formatOtherKeys=1 (bug#13839).
1403
1404 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1405 (with-no-warnings): Use `declare'.
1406
1407 * whitespace.el (whitespace-enable-predicate): New variable.
1408 (whitespace-enable-predicate): Use it.
1409
1410 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1411 (comint-output-filter, comint-update-fence):
1412 Use with-silent-modifications.
1413
1414 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1415
1416 * replace.el (occur-read-regexp-defaults-function): New var.
1417 (occur-read-regexp-defaults): New defun.
1418 (occur-read-primary-args): Propagate above change (bug#13892).
1419
1420 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1423
1424 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1425
1426 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1427
1428 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1429 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1430 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1431 New defconst.
1432 (tramp-gvfs-file-name-handler-alist) [directory-files]
1433 [directory-files-and-attributes, file-exists-p, file-modes]:
1434 Use Tramp default handler.
1435 [file-acl, file-selinux-context, process-file, set-file-acl]:
1436 [set-file-modes, set-file-selinux-context, shell-command]:
1437 [start-file-process]: Remove handler.
1438 [verify-visited-file-modtime]: New handler.
1439 (tramp-gvfs-dbus-string-to-byte-array)
1440 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1441 calls of `dbus-string-to-byte-array' and
1442 `tramp-gvfs-dbus-byte-array-to-string'.
1443 (tramp-gvfs-handle-copy-file)
1444 (tramp-gvfs-handle-delete-directory)
1445 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1446 (tramp-gvfs-handle-file-directory-p)
1447 (tramp-gvfs-handle-file-executable-p)
1448 (tramp-gvfs-handle-file-name-all-completions)
1449 (tramp-gvfs-handle-file-readable-p)
1450 (tramp-gvfs-handle-file-writable-p)
1451 (tramp-gvfs-handle-insert-directory)
1452 (tramp-gvfs-handle-insert-file-contents)
1453 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1454 (tramp-gvfs-handle-set-visited-file-modtime)
1455 (tramp-gvfs-handle-write-region): Rewrite.
1456 (tramp-gvfs-handle-file-acl)
1457 (tramp-gvfs-handle-file-selinux-context)
1458 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1459 (tramp-gvfs-handle-set-file-modes)
1460 (tramp-gvfs-handle-set-file-selinux-context)
1461 (tramp-gvfs-handle-shell-command)
1462 (tramp-gvfs-handle-start-file-process)
1463 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1464 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1465 over the symlinks. Fix user handling.
1466 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1467 of the D-Bus signals.
1468 (tramp-gvfs-connection-mounted-p): Handle different names of the
1469 D-Bus methods.
1470 (tramp-gvfs-mount-spec-entry): New defun.
1471 (tramp-gvfs-mount-spec): Use it.
1472 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1473 there is a share name. Handle different names of the D-Bus
1474 signals and methods. Set connection properties needed for
1475 `tramp-check-cached-permissions'.
1476 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1477 Return t or nil.
1478
1479 * net/tramp.el (tramp-backtrace): Move up.
1480 (tramp-error): Dump a backtrace into the debug buffer when
1481 `tramp-verbose > 9.
1482 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1483 (tramp-file-mode-permissions, tramp-get-local-uid)
1484 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1485 tramp-sh.el.
1486
1487 * net/tramp-sh.el (tramp-file-mode-type-map)
1488 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1489 (tramp-file-mode-permissions, tramp-get-local-uid)
1490 (tramp-get-local-gid): Move to tramp.el.
1491
1492 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1493
1494 Separate mouse-1-click-follows-link from mouse-drag-region.
1495 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1496 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1497 (mouse-drag-line, mouse-drag-track):
1498 Remove mouse-1-click-follows-link code.
1499 (mouse--remap-link-click-p): Remove.
1500
1501 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1502
1503 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1504 (hi-lock-read-regexp-defaults): New defun.
1505 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1506 (hi-lock-face-phrase-buffer): Propagate above change.
1507 Update docstring (bug#13892).
1508
1509 * subr.el (find-tag-default-as-regexp): New defun.
1510 * replace.el (read-regexp): Propagate above change.
1511
1512 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1513
1514 * calc/calc-units.el (calc-convert-units): Fix the way that default
1515 new units are stored.
1516
1517 2013-03-07 Matthias Meulien <orontee@gmail.com>
1518
1519 * bookmark.el: Define a face to highlight bookmark names in
1520 bookmark menu buffers, where the default is a bold face similarly
1521 to buffer names in buffer menu buffers.
1522 (bookmark-menu-bookmark): New face to highlight bookmark names.
1523 (bookmark-insert-location): Remove duplicated text property to
1524 conform to buffer list (see `list-buffers').
1525 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1526 `bookmark-menu-bookmark' to bookmark names.
1527
1528 2013-03-07 Matthias Meulien <orontee@gmail.com>
1529 Karl Fogel <kfogel@red-bean.com>
1530
1531 * bookmark.el: Display the bookmark list header similarly to the
1532 buffer list header (see `list-buffers'), where the default is now
1533 an immovable/immutable header line.
1534 (bookmark-bmenu-use-header-line): New variable.
1535 (bookmark-bmenu-inline-header-height): New name for
1536 `bookmark-bmenu-header-height', to avoid confusion with the code
1537 for the new immovable header. All references changed.
1538 (bookmark-bmenu-set-header): New function.
1539 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1540 Conditionalize header construction accordingly.
1541 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1542 the inline header height.
1543 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1544 Conditionalize the skipping of the inline header height.
1545
1546 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1547
1548 * progmodes/js.el (js--multi-line-declaration-indentation):
1549 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1550
1551 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1552
1553 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1554 Only propertize regexp when not inside a string (Bug#13885).
1555
1556 2013-03-06 Alan Mackenzie <acm@muc.de>
1557
1558 Correct the position of point in some line-up functions.
1559 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1560 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1561 point at column 0 rather than at a random place in the line.
1562
1563 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1564
1565 * net/tramp-compat.el (tramp-compat-delete-directory):
1566 Implement TRASH argument.
1567
1568 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1569
1570 Keep pre-existing highlighting in completion candidates (Bug#13250).
1571 * minibuffer.el (completions-first-difference): State that the
1572 face is "added" in the docstring.
1573 (completions-common-part): Same. And don't inherit from default.
1574 (completion-hilit-commonality): Prepend 'completions-common-part
1575 and 'completion-first-difference faces to the 'face property,
1576 instead of replacing the value(s).
1577 (completion--insert-strings): Same with 'completions-annotations face.
1578 (completion-hilit-commonality): Use 'face instead of
1579 'font-lock-face, because it gets priority if the completion
1580 strings already have 'face set.
1581
1582 2013-03-04 Alan Mackenzie <acm@muc.de>
1583
1584 Replace `last-command-event' by `last-command-char' in XEmacs.
1585 * progmodes/cc-defs.el (c-last-command-char): New macro.
1586 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1587 (c-semi&comma-no-newlines-before-nonblanks)
1588 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1589 in place of `last-command-event'.
1590 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1591 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1592 (c-electric-paren, c-electric-continued-statement): Use the new
1593 macro in place of `last-command-event'.
1594
1595 2013-03-04 Glenn Morris <rgm@gnu.org>
1596
1597 * files.el (inhibit-local-variables-regexps):
1598 Add .diff and .patch. (Bug#13862)
1599
1600 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1601
1602 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1603 whether the "su" command is available on the device.
1604
1605 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1606
1607 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1608 (tramp-adb-handle-process-file): Remove superfluous setting.
1609 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1610 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1611 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1612
1613 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1616 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1617 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1618 Use dict-key rather than dict-name for the error message.
1619
1620 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1621
1622 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1623 when reverting (bug#13831).
1624
1625 2013-03-01 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1626
1627 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1628 Always expand affix-file before storing to protect against changed
1629 `default-directory'.
1630 (ispell-print-if-debug): Make sure message is printed at the end
1631 of the debug buffer.
1632
1633 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1634
1635 * net/tramp.el (tramp-obsolete-methods): New defconst.
1636 (tramp-warned-obsolete-methods): New defvar.
1637 (tramp-find-method): Check for obsolete methods. Map them to a
1638 replacement method if appropriate.
1639
1640 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1641 Remove methods.
1642 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1643 "ssh2" and "plink1".
1644
1645 2013-02-28 Dale Sedivec <dale@codefu.org>
1646
1647 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1648 Return valid syntax-table property value when converting
1649 quotes within text from string syntax to punctuation syntax (bug#13844).
1650
1651 2013-02-28 Juri Linkov <juri@jurta.org>
1652
1653 * dired-aux.el (dired-diff): If file at point is a backup file,
1654 use its original as the default value, and reverse the order
1655 of arguments to the `diff' call. Doc fix. (Bug#13772)
1656
1657 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1658
1659 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1660 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1661
1662 2013-02-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1663
1664 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1665
1666 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1667 Ask hunspell about available and default dictionaries.
1668 (ispell-parse-hunspell-affix-file): Extract relevant info from
1669 hunspell affix file.
1670 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1671 `ispell-dictionary-alist' entry for given dictionary after info
1672 provided by `ispell-parse-hunspell-affix-file'.
1673 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1674 of parsed hunspell dicts and associated affix files.
1675 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1676 of parsed hunspell dicts and associated parameters.
1677 (ispell-set-spellchecker-params):
1678 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1679 previously done.
1680 (ispell-start-process):
1681 Call `ispell-hunspell-fill-dictionary-entry' for current
1682 dictionary if it is not initialized.
1683
1684 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * imenu.el: Comment nitpicks.
1687
1688 2013-02-28 Sam Steingold <sds@gnu.org>
1689
1690 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1691 See <http://stackoverflow.com/questions/14720205>.
1692
1693 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1694
1695 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1696 (net-utils-mode): Use it.
1697 (net-utils--revert-cmd): New var.
1698 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1699 (traceroute): Use net-utils-run-simple.
1700
1701 2013-02-28 Glenn Morris <rgm@gnu.org>
1702
1703 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1704
1705 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1708 (doc-view-fallback-mode): Remove overlays here.
1709 (doc-view-toggle-display): Instead of here. Don't throw away
1710 image-mode-winprops-alist.
1711 (doc-view-goto-page): Don't mess with hscroll.
1712
1713 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1714
1715 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1716 &optional (bug#13819).
1717
1718 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1719
1720 * net/tramp-adb.el (tramp-adb-parse-device-names)
1721 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1722
1723 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1724
1725 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1726 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1727 defined. POSIX environments fall back to the "C" locale then and
1728 emit a warning, which shall be suppressed.
1729
1730 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1733 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1734
1735 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1736
1737 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1738
1739 2013-02-25 Juri Linkov <juri@jurta.org>
1740
1741 * replace.el (read-regexp): Let-bind `default' to the first
1742 element of `defaults' if it's a list, otherwise it should be
1743 a string or nil. Let-bind `suggestions' to `defaults' if it's
1744 a list, otherwise make a list with the string value. Doc fix.
1745 (Bug#13805)
1746
1747 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1748
1749 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1750 that match "\`\.#", to avoid compiling lock files, even if they
1751 are readable (as they are on MS-Windows).
1752
1753 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * files.el (basic-save-buffer): Remove redundant directory-creation.
1756
1757 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1758
1759 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1760 Add option to force `pi' to remain symbolic.
1761 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1762 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1763 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1764 derivatives, when necessary.
1765
1766 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1767
1768 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1769 (ps-mode-octal-region): Use string-make-unibyte.
1770
1771 2013-02-23 Glenn Morris <rgm@gnu.org>
1772
1773 * emulation/viper-cmd.el (viper-submit-report):
1774 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1775 * progmodes/vera-mode.el (vera-mode-help-address):
1776 * textmodes/artist.el (artist-maintainer-address):
1777 * textmodes/reftex.el (reftex-report-bug):
1778 * vc/ediff-util.el (ediff-submit-report):
1779 Add bug-gnu-emacs to bug report address.
1780
1781 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1782 Remove bug report entries.
1783 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1784
1785 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1786 (byte-compile-file, byte-compile-from-buffer):
1787 Use separate input/output buffers for each level of recursive
1788 byte-compile-file calls. (Bug#13787)
1789
1790 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1791
1792 * net/tramp.el (tramp-methods): Fix docstring.
1793 (tramp-ssh-controlmaster-options): Rename it from
1794 `tramp-ssh-controlmaster-template'. Return a string.
1795 (tramp-default-method): Adapt check for
1796 `tramp-ssh-controlmaster-options'.
1797
1798 * net/tramp-sh.el (tramp-methods):
1799 Replace `tramp-ssh-controlmaster-template' by "%c".
1800 (tramp-do-copy-or-rename-file-out-of-band)
1801 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1802 that it is applied for the first hop only.
1803
1804 2013-02-22 Juri Linkov <juri@jurta.org>
1805
1806 * isearch.el (isearch-lazy-highlight-new-loop):
1807 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1808 to `isearch-other-end' if it is not nil. (Bug#13402)
1809
1810 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1811 to `match-beg'.
1812
1813 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1814 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1815 and `isearch-error' to nil.
1816
1817 2013-03-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1818
1819 * progmodes/python.el (python-info-current-defun):
1820 Enhance match-data cluttering prevention.
1821
1822 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1823
1824 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1825
1826 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1827 Handle multibyte file names.
1828
1829 2013-02-22 Glenn Morris <rgm@gnu.org>
1830
1831 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1832 (sgml-transformation-function): Give it a :set function.
1833 (sgml-tag): Doc fix.
1834
1835 * cmuscheme.el (scheme-buffer):
1836 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1837 * progmodes/tcl.el (inferior-tcl-buffer):
1838 * textmodes/tex-mode.el (tex-command): Doc fixes.
1839
1840 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1841
1842 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1843
1844 2013-02-21 Bastien Guerry <bzg@gnu.org>
1845
1846 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1847
1848 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1849
1850 * progmodes/python.el (python-info-current-defun):
1851 Enhance match-data cluttering prevention.
1852
1853 2013-02-21 Glenn Morris <rgm@gnu.org>
1854
1855 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1856 loaded while outline-regexp is let bound. (Bug#9584)
1857
1858 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1859
1860 * progmodes/python.el (python-info-current-defun): Fix failed
1861 defun name retrieval because of unwanted match-data cluttering.
1862
1863 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1864
1865 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1866 defconst. Apply independent check for ControlPersist.
1867
1868 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1869 temporarily, via "env".
1870
1871 2013-02-21 Glenn Morris <rgm@gnu.org>
1872
1873 * info.el (Info-enable-edit): Remove.
1874 (Info-edit): Disable it rather than using Info-enable.
1875 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1876 (Info-cease-edit): Make editing of Info files obsolete.
1877
1878 * informat.el (Info-tagify):
1879 Handle buffers not visiting files. (Bug#13763)
1880
1881 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1882
1883 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1884
1885 2013-02-21 Glenn Morris <rgm@gnu.org>
1886
1887 * files.el (basic-save-buffer): Move check for existing parent
1888 directory after hooks. (Bug#13773)
1889
1890 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * simple.el (command-execute): Move from C. Add obsolete check.
1893 (extended-command-history): Move from C.
1894
1895 2013-02-20 Ulrich MĂ¼ller <ulm@gentoo.org>
1896
1897 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1898 (jka-compr-mode-alist-additions): Handle .txz suffix for
1899 XZ-compressed tar archives (bug#13770).
1900
1901 2013-02-20 Bastien Guerry <bzg@gnu.org>
1902
1903 * outline.el (outline-regexp, outline-heading-end-regexp):
1904 Make variables, not options (bug#13731).
1905
1906 2013-02-20 Glenn Morris <rgm@gnu.org>
1907
1908 * image.el (image-current-frame): Change from variable to function.
1909 (image-show-frame): Rename from image-nth-frame. Update callers.
1910 * image-mode.el (image-multi-frame): New variable.
1911 (image-mode-map, image-mode, image-goto-frame):
1912 Use image-multi-frame rather than image-current-frame.
1913 (image-mode, image-goto-frame): Use image-current-frame as
1914 function rather than as variable.
1915
1916 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1917 * emacs-lisp/cl-macs.el (cl--make-type-test)
1918 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1919
1920 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1921
1922 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1923 (tramp-get-file-property, tramp-set-file-property)
1924 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1925 (tramp-flush-file-property, tramp-flush-directory-property):
1926 Rename argument to KEY.
1927 (tramp-flush-connection-property): Simplify a little bit.
1928 (tramp-connection-property-p): New defun.
1929 (top): Reapply saved values only if there isn't a corresponding
1930 entry in `tramp-connection-properties'.
1931
1932 2013-02-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1933
1934 * progmodes/python.el (python-indent-context):
1935 Fix python-info-line-ends-backslash-p call.
1936 (python-info-line-ends-backslash-p)
1937 (python-info-beginning-of-backslash): Respect line-number argument.
1938 (python-info-current-line-comment-p):
1939 Fix behavior when not at beginning-of-line.
1940 (python-util-position): Remove function.
1941 (python-util-goto-line): New function.
1942
1943 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1944
1945 * eshell/em-unix.el (eshell/su): Require tramp.
1946 (eshell/sudo): Require tramp. Remove now unnecessary check.
1947
1948 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1949 `tramp-current-connection' in order to avoid an error when several
1950 commands are invoked in a short time in eshell and friends.
1951
1952 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 Cleanup some of EIEIO's namespace.
1955 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1956 Use it to define all the class-* and object-* field accessors (renamed
1957 to eieio--class-* and eieio--object-*). Update all uses.
1958 (eieio--class-num-slots, eieio--object-num-slots): Rename from
1959 class-num-slots and object-num-slots.
1960 (eieio--check-type): New macro.
1961 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1962 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1963 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1964 (object-assoc-list-safe): Use it.
1965 (eieio-defclass): Tighten regexp.
1966 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
1967 Remove unreachable code.
1968 (object-class-fast): Declare obsolete.
1969 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1970 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1971 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1972 Rename from class-name, object-name, object-set-name-string,
1973 object-class, object-class-name, class-parents, class-children,
1974 class-precedence-list, class-parent; with obsolete alias.
1975 (class-of, class-direct-superclasses, class-direct-subclasses):
1976 Declare obsolete.
1977 (eieio-defmethod): Use `memq'; remove unreachable code.
1978 * emacs-lisp/eieio-base.el (eieio-persistent-read):
1979 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1980 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1981
1982 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
1983
1984 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
1985 commentary.
1986
1987 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
1988
1989 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1990 Use font-lock-keyword-face for macros and special forms (bug#8345).
1991
1992 2013-02-17 Didier Verna <didier@didierverna.net>
1993
1994 * net/network-stream.el (network-stream-open-starttls):
1995 Check that response to the starttls-command is non-nil. (Bug#13706)
1996
1997 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2000 Don't assume all identifier chars have syntax word.
2001 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2002 Remove bar-not-symbol. Adjust callers.
2003 (lisp-mode-variables): Don't set a font-lock-syntax-table.
2004
2005 2013-02-17 Leo Liu <sdl.web@gmail.com>
2006
2007 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2008
2009 2013-02-17 Glenn Morris <rgm@gnu.org>
2010
2011 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2012
2013 * image-mode.el (image-mode-map): Add image-dired menu entry.
2014
2015 * image-dired.el (tumme): Make this alias obsolete.
2016
2017 2013-02-16 Glenn Morris <rgm@gnu.org>
2018
2019 * image.el (image-animated-types): Remove.
2020 (image-multi-frame-p): Rename from image-animated-p, and generalize.
2021 (image-animated-p): Make obsolete alias.
2022 (image-animate, image-nth-frame, image-animate-timeout):
2023 Use image-multi-frame-p.
2024 (image-animate-timeout): If no delay, use image-default-frame-delay.
2025 * image-mode.el (image-mode, image-toggle-animation):
2026 Use image-multi-frame-p. (Bug#763, bug#10739)
2027 (image-mode): Adjust startup message for a multi-frame image.
2028
2029 * image-mode.el (image-mode-map): Give it a menu.
2030
2031 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
2032
2033 * net/tramp-cache.el (tramp-connection-properties): New customer
2034 option.
2035 (tramp-get-connection-property): Use it.
2036
2037 * net/tramp-compat.el (top): Require 'trampver.
2038
2039 * net/tramp-sh.el (tramp-remote-process-environment):
2040 Set tramp-autoload cookie.
2041
2042 2013-02-16 Kevin Ryde <user42@zip.com.au>
2043
2044 * info-look.el (info-lookup-select-mode): If major-mode has no
2045 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2046
2047 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
2048
2049 * replace.el (read-regexp): Tighten the regexp that matches tag.
2050 When tag is retrieved with `find-tag-default', use regexp that
2051 matches tag at point. Also update docstring (Bug#13687).
2052
2053 2013-02-16 Eli Zaretskii <eliz@gnu.org>
2054
2055 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2056 add watch for the file, not its parent directory, since w32notify
2057 sets up the watch for the directory internally. (Bug#13725)
2058
2059 2013-02-16 Glenn Morris <rgm@gnu.org>
2060
2061 * image.el (image-default-frame-delay): New variable.
2062 (image-animated-p): Use image-default-frame-delay.
2063 (image-minimum-frame-delay): New constant.
2064 (image-animate-timeout): Use image-minimum-frame-delay.
2065
2066 * image.el (image-nth-frame): New, split from image-animate-timeout.
2067 (image-animate-timeout): Use image-nth-frame.
2068 * image-mode.el (image-goto-frame, image-next-frame)
2069 (image-previous-frame): New commands.
2070 (image-mode-map): Add new frame commands.
2071
2072 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
2073
2074 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2075 If col-desc already has help-echo, use it. (Bug#13563)
2076
2077 2013-02-16 Glenn Morris <rgm@gnu.org>
2078
2079 * image.el (image-current-frame): New variable.
2080 (image-animate-timeout): Set image-current-frame.
2081 * image-mode.el (image-mode): For animated images,
2082 display a frame counter via mode-line-process.
2083
2084 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2085
2086 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2089
2090 2013-02-15 Alan Mackenzie <acm@muc.de>
2091
2092 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2093 global minor mode has been enabled, call the minor mode function
2094 for a new buffer once only, after the major mode hook, whilst
2095 allowing that hook explicitly to disable the minor mode.
2096 (MODE-disable-in-buffer): New (generated) function.
2097 (disable-MODE): New (generated) buffer local variable.
2098
2099 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
2100
2101 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2102 `iswitchb-next-match' and `iswitchb-prev-match' resply.
2103 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2104 `ido-next-match' and `ido-prev-match' resply.
2105 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2106 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2107 `icomplete-backward-completions' (Bug#13708).
2108
2109 2013-02-15 Glenn Morris <rgm@gnu.org>
2110
2111 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2112
2113 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * net/goto-addr.el (goto-address-fontify): Add start and end args.
2116 (goto-address-fontify-region): Use them instead of narrowing, so
2117 syntax-ppss has access to the whole buffer.
2118
2119 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2120
2121 * progmodes/python.el: Explain how to restore "cc-mode"-like
2122 forward-sexp movement in header documentation (Bug#13642).
2123 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2124 comments and strings (GH bug 114).
2125
2126 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2127
2128 * progmodes/python.el (python-info-current-defun): Fix current
2129 defun detection (Bug#13618).
2130
2131 2013-02-15 Chong Yidong <cyd@gnu.org>
2132
2133 * xml.el (xml-parse-string): Fix typo in handling of bad character
2134 references.
2135
2136 2013-02-15 Glenn Morris <rgm@gnu.org>
2137
2138 * play/fortune.el (fortune-compile): Simplify and fix previous change.
2139
2140 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
2141
2142 * net/tramp.el (tramp-debug-message):
2143 Add `tramp-condition-case-unless-debug'.
2144 (tramp-debug-on-error): New defvar.
2145 (tramp-condition-case-unless-debug): New defun.
2146 (tramp-file-name-handler): Use it.
2147
2148 2013-02-14 Juri Linkov <juri@jurta.org>
2149
2150 * info.el (Info-isearch-filter): Treat non-nil values of
2151 `search-invisible' including its default value `open'
2152 like the value `t' to match hidden text. (Bug#13402)
2153
2154 2013-02-14 Glenn Morris <rgm@gnu.org>
2155
2156 * help-fns.el (find-lisp-object-file-name): Give special treatment
2157 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
2158
2159 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
2160
2161 * net/quickurl.el (quickurl-save-urls):
2162 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
2163
2164 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2165
2166 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2167 depth for unfinished percent literal. Not using it in the caller.
2168 (ruby-move-to-block): Jump over multiline literals of all types,
2169 ignoring code-looking contents inside them.
2170 (ruby-add-log-current-method): Improve performance at the expense
2171 of accuracy. `ruby-block-contains-point' is relatively slow, so
2172 only use it for method and singleton class blocks.
2173
2174 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2175
2176 Use ControlMaster where applicable. (Bug#13677)
2177
2178 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2179 replacing `tramp-detect-ssh-controlmaster'.
2180 (tramp-default-method): Use it.
2181
2182 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2183 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2184 arguments.
2185 [scpc, rsyncc]: Remove methods.
2186 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2187 and "ssh2_old".
2188 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2189 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2190
2191 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2192
2193 * emacs-lisp/package.el (package--initialized): Move before first use.
2194
2195 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
2196
2197 * icomplete.el (icomplete-hide-common-prefix): New user option.
2198 (icomplete-first-match): New face.
2199 (icomplete-completions): Correct handling of "complete but not
2200 unique" (Bug#12638).
2201
2202 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
2203
2204 * descr-text.el (describe-char): Display the script (bug#13698).
2205
2206 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * tmm.el: Use lexical-binding and current-active-maps.
2209 (tmm-menubar): Use map-keymap and pcase.
2210 (tmm--completion-table): New function.
2211 (tmm-prompt): Use it to fix the menu order.
2212 (tmm-get-keybind): Use current-active-maps.
2213
2214 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
2215
2216 Add dired-hide-details-mode. (Bug#6799)
2217
2218 * locate.el (locate-mode): Set parent mode property to dired-mode.
2219
2220 * find-dired.el (find-dired): Call dired-insert-set-properties on
2221 initial information line. Set process mark on end of buffer.
2222 (find-dired-sentinel):
2223 Call dired-insert-set-properties on summary.
2224
2225 * dired.el (dired-hide-details-hide-symlink-targets)
2226 (dired-hide-details-hide-information-lines): New options.
2227 (dired-insert-directory):
2228 Set properties after final treatment of output.
2229 (dired-insert-set-properties):
2230 Set dired-hide-details-* properties.
2231 (dired-mode-map): Bind dired-hide-details-mode.
2232 (dired-mode): Set buffer-invisibility-spec to a list.
2233 (dired-next-line): Skip hidden lines.
2234 (dired-previous-line): Use dired-next-line.
2235 (dired-hide-details-mode): New minor mode.
2236 (dired-hide-details-update-invisibility-spec): New function.
2237
2238 2013-02-13 Glenn Morris <rgm@gnu.org>
2239
2240 * play/yow.el: Move to obsolete/. (Bug#9384)
2241
2242 2013-02-13 Juri Linkov <juri@jurta.org>
2243
2244 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2245 to select `ediff-control-frame' and set input focus correctly on Xfce.
2246 (Bug#12218)
2247
2248 2013-02-13 Juri Linkov <juri@jurta.org>
2249
2250 * image-mode.el (image-mode-map):
2251 * doc-view.el (doc-view-mode-map):
2252 * vc/ediff-util.el (ediff-setup-keymap):
2253 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2254
2255 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2256
2257 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2258 performance. Instead of recalculating indentation fully for each
2259 line, sum up indentation depth based only on visited lines.
2260 (ruby-parse-partial): Increase the depth after "do" even when END
2261 is right after it.
2262 (ruby-parse-partial): When END is in the middle of a percent
2263 literal, increase the depth if the delimiter chars belong to the
2264 paren syntax class.
2265
2266 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
2267
2268 * play/fortune.el (fortune-compile): Also make the compiled file
2269 if it does not exist at all, not just if it is old. (Bug#5338)
2270
2271 2013-02-13 Glenn Morris <rgm@gnu.org>
2272
2273 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2274
2275 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
2276
2277 * lisp/emacs-lisp/package.el (package-menu-execute):
2278 Add optional noquery argument. (Bug#13625)
2279
2280 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2281
2282 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2283 if DIR exists and PARENTS is non-nil.
2284
2285 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2286
2287 * progmodes/js.el (js--multi-line-declaration-indentation):
2288 Silence byte-compiler warning.
2289
2290 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
2291
2292 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2293
2294 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2295 only if it doesn't exist.
2296
2297 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2298 Set process marker.
2299
2300 2013-02-12 Tassilo Horn <tsdh@gnu.org>
2301
2302 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2303 UserInstallation when calling soffice to work around LibreOffice
2304 bug 37531.
2305
2306 2013-02-12 Glenn Morris <rgm@gnu.org>
2307
2308 * files.el (basic-save-buffer):
2309 Offer to create a non-existing directory. (Bug#3016)
2310
2311 * calc/calc-graph.el (calc-graph-show-dumb):
2312 * calendar/calendar.el (calendar-mode-map):
2313 * cus-edit.el (custom-mode-map):
2314 * ehelp.el (electric-help-map):
2315 * emulation/vip.el (vip-mode-map):
2316 * epa.el (epa-key-list-mode-map):
2317 * info.el (Info-mode-map):
2318 * mail/rmail.el (rmail-mode-map):
2319 * mail/rmailsum.el (rmail-summary-mode-map):
2320 * man.el (Man-mode-map):
2321 * net/newst-plainview.el (newsticker-mode-map):
2322 * progmodes/cpp.el (cpp-edit-mode-map):
2323 * progmodes/grep.el (grep-mode-map):
2324 * progmodes/idlw-help.el (idlwave-help-mode-map):
2325 * simple.el (special-mode-map):
2326 * startup.el (splash-screen-keymap):
2327 * view.el (view-mode-map):
2328 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2329
2330 2013-02-11 Elias Pipping <pipping@lavabit.com>
2331
2332 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2333 (bug#13679).
2334
2335 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2338
2339 2013-02-11 Glenn Morris <rgm@gnu.org>
2340
2341 * vc/diff.el (diff-use-labels): New variable.
2342 (diff-no-select): Use --label rather than -L, and first
2343 check that it is supported. (Bug#11067)
2344
2345 * files.el (enable-dir-local-variables): New variable.
2346 (hack-dir-local-variables): Respect enable-dir-local-variables.
2347 * tutorial.el (help-with-tutorial):
2348 Ignore directory-local variables. (Bug#11127)
2349
2350 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2351 (vc-svn-global-switches): ... to here. (Bug#13513)
2352
2353 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2354
2355 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2356 Handle "foo (bar, default: xxx): " prompts.
2357
2358 2013-02-10 Chong Yidong <cyd@gnu.org>
2359
2360 * files.el (basic-save-buffer-1): Do not set
2361 buffer-file-coding-system-explicit (Bug#4533).
2362
2363 * mail/emacsbug.el (report-emacs-bug): Change binding of
2364 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2365
2366 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2367
2368 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2369 * calc/calc-units.el (calc-convert-units): Use new variable.
2370
2371 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2372
2373 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2374
2375 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2376 buffer-file-type.
2377
2378 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2379 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2380 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2381 coding-system-for-write instead.
2382
2383 * jka-compr.el (jka-compr-write-region): Don't bind
2384 buffer-file-type.
2385
2386 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2387 buffer-file-type.
2388
2389 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2390 (insert-file-contents-literally): Remove reference to
2391 file-name-buffer-file-type-alist.
2392
2393 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2394 make-obsolete.
2395 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2396 (find-buffer-file-type-coding-system): Remove references to
2397 find-buffer-file-type-match, find-buffer-file-type, and
2398 buffer-file-type.
2399 Don't put find-buffer-file-type-coding-system into
2400 file-coding-system-alist.
2401 (find-file-binary, find-file-text): Bind coding-system-for-read
2402 instead of file-name-buffer-file-type-alist.
2403
2404 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2405
2406 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2407 converter (Bug#13622).
2408 (doc-view-unoconv-program): Make obsolete alias.
2409 (doc-view-odf->pdf-converter-program): New variable.
2410 (doc-view-odf->pdf-converter-function): New variable.
2411 (doc-view-mode-p): Use it.
2412 (doc-view-odf->pdf-converter-unoconv):
2413 Rename from `doc-view-odf->pdf-converter-unoconv'.
2414 (doc-view-odf->pdf-converter-soffice): New function.
2415 (doc-view-convert-current-doc):
2416 Use `doc-view-odf->pdf-converter-function'.
2417
2418 2013-02-09 Chong Yidong <cyd@gnu.org>
2419
2420 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2421 view-echo-area-messages (Bug#13340).
2422
2423 * help.el (view-echo-area-messages): Use display-buffer.
2424
2425 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2426 (Bug#13561).
2427
2428 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2431 Eval body right away, now that we do eager macroexpansion (bug#13605).
2432
2433 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2434 (fundamental-mode): Use run-mode-hooks.
2435
2436 * eshell/esh-proc.el (eshell/kill): Fix last change.
2437 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2438
2439 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2440
2441 * eshell/esh-proc.el (eshell/kill): Rewrite.
2442
2443 * eshell/em-ls.el (show-almost-all): Declare.
2444 (eshell-do-ls): Add support for -A argument.
2445
2446 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2447
2448 * icomplete.el (icomplete-forward-completions)
2449 (icomplete-backward-completions): Handle corner case (bug#13602).
2450
2451 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2452
2453 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2454 be nil. Handle this. (Bug#13636)
2455
2456 2013-02-07 Richard Stallman <rms@gnu.org>
2457
2458 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2459 `save-buffer-coding-system'.
2460
2461 2013-02-07 Alan Mackenzie <acm@muc.de>
2462
2463 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2464 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2465 (c-parse-state-get-strategy): Don't return 'BOD any more.
2466 (c-append-lower-brace-pair-to-state-cache):
2467 Extra parameter HERE instead of narrowing.
2468 Widen to top of buffer before searching backwards for a brace pair.
2469 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2470 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2471 Narrow to parameter HERE, in place of being called narrowed.
2472 (c-remove-stale-state-cache): Extra parameter HERE in place of
2473 narrowing. Check there's an open brace in the cache before
2474 searching for its match.
2475 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2476 (c-parse-state-1): Don't narrow here for 'forward strategy,
2477 instead passing extra parameter HERE to several functions.
2478 Remove 'BOD strategy.
2479
2480 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2481
2482 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2483 used to install the package.
2484
2485 2013-02-06 Glenn Morris <rgm@gnu.org>
2486
2487 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2488 if we can't get user input. (Bug#6567)
2489
2490 * startup.el (command-line): If simple.el is missing,
2491 test and warn about for some possible causes.
2492
2493 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2494
2495 * cus-start.el (all): Add ns-use-native-fullscreen.
2496
2497 2013-02-05 Glenn Morris <rgm@gnu.org>
2498
2499 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2500
2501 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2502 Fix directory creation in fallback case.
2503
2504 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2505
2506 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2507 (vc-update-change-log): Use dolist.
2508
2509 2013-02-04 Chong Yidong <cyd@gnu.org>
2510
2511 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2512 code from ffap.el.
2513 (thing-at-point-beginning-of-url-regexp): New var.
2514 (thing-at-point-uri-schemes): Update list of URI schemes.
2515 (thing-at-point-url-regexp): Variable deleted.
2516 (thing-at-point-markedup-url-regexp): Disallow newlines.
2517 (thing-at-point-newsgroup-regexp)
2518 (thing-at-point-newsgroup-heads)
2519 (thing-at-point-default-mail-uri-scheme): New variables.
2520 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2521 method to find the possible bounds of the URI at point.
2522 New optional argument to find ill-formed URIs.
2523 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2524 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2525 the scheme-adding heuristics from ffap-url-at-point.
2526 (thing-at-point--bounds-of-well-formed-url): New function.
2527 Do parens matching to decide whether to include parens in the URI
2528 (Bug#9153).
2529
2530 * ffap.el: Require thingatpt.
2531 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2532 All URI-valid characters are now recognized (Bug#5673).
2533 (ffap-string-at-point): Use use-region-p.
2534 (ffap-url-regexp): Extra character is handled by thing-at-point.
2535 (ffap-string-at-point-mode-alist): Allow parentheses.
2536 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2537 Convert to aliases; code moved to thingatpt.el.
2538 (ffap-gnus-hook): Use setq-local.
2539
2540 2013-02-04 Glenn Morris <rgm@gnu.org>
2541
2542 * emacs-lisp/ert.el (ert--explain-format-atom):
2543 Don't try to print non-characters as characters. (Bug#13543)
2544
2545 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2546
2547 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2548 (tramp-backtrace): New defun.
2549 (tramp-handle-insert-file-contents): Use `visit' when inserting
2550 the local copy.
2551
2552 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2553 Use `remote-file-name-inhibit-cache'.
2554
2555 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2558 (bug#13614).
2559
2560 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2561 current-load-list (bug#13366).
2562
2563 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2564
2565 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2566 Identify g++ template instantiation trace. (Bug#12287)
2567 (compilation-mode-hook, compilation-start-hook)
2568 (compilation-window-height): Simplify docstrings. (Bug#13379)
2569
2570 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * mouse.el (mouse-drag-track): Always deactivate the mark before
2573 running the final event's command since that command is in charge of
2574 activating the mark if needed (bug#13523).
2575
2576 2013-02-02 Juri Linkov <juri@jurta.org>
2577
2578 * replace.el (perform-replace): Move let-bindings of isearch-*
2579 variables deeper to the loop that searches for the next match.
2580 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2581 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2582 (Bug#13579)
2583
2584 * isearch.el (isearch-search-fun-default): Check for null
2585 first element of isearch-cmds as a precaution when it's used
2586 with inactive isearch.
2587
2588 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2589
2590 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2591 error when buffer in question is narrowed so position 1 is out of
2592 visible part.
2593
2594 2013-02-02 Glenn Morris <rgm@gnu.org>
2595
2596 * textmodes/remember.el (remember-clipboard): Doc fix.
2597
2598 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2601 properties (bug#13179).
2602
2603 2013-02-02 Juri Linkov <juri@jurta.org>
2604
2605 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2606 instead of hard-coded default face `match'. (Bug#9438)
2607
2608 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2609
2610 * vc/vc-arch.el (vc-arch-registered):
2611 * vc/vc-bzr.el (vc-bzr-registered):
2612 * vc/vc-cvs.el (vc-cvs-registered):
2613 * vc/vc-git.el (vc-git-registered):
2614 * vc/vc-hg.el (vc-hg-registered):
2615 * vc/vc-mtn.el (vc-mtn-registered):
2616 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2617 (Bug#13139)
2618
2619 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2620 prefix argument. (Bug#11656)
2621
2622 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2625
2626 2013-02-01 Glenn Morris <rgm@gnu.org>
2627
2628 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2629 if the backend is known not to support it.
2630
2631 * imenu.el (imenu-default-create-index-function):
2632 Tweak infinite loop test to check for forward motion as well as none.
2633
2634 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2635
2636 * net/soap-client.el (soap-invoke): Encode the string for
2637 `url-request-data' as UTF-8.
2638 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2639
2640 2013-02-01 Glenn Morris <rgm@gnu.org>
2641
2642 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2643
2644 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2645
2646 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2647
2648 * net/tramp.el (tramp-tramp-file-p): Comment check for
2649 `string-as-unibyte'. The function does not exist on XEmacs, and
2650 likely we need another approach.
2651
2652 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2653 `tramp-gw-*' variables are bound.
2654
2655 2013-01-31 Glenn Morris <rgm@gnu.org>
2656
2657 * files.el (basic-save-buffer-2): Choose coding system for
2658 writing the file before backing it up, to reduce delay between
2659 backing up and writing the new version. (Bug#13522)
2660
2661 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2662
2663 * simple.el (cycle-spacing): New command.
2664 (just-one-space): Use it.
2665
2666 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2669 (opascal-newline-always-indents): Remove custom.
2670 (opascal-tab, opascal-newline): Remove commands.
2671 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2672 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2673 (opascal-save-match-data): Remove, use save-match-data instead.
2674 (opascal-save-state): Use with-silent-modifications.
2675
2676 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2677 (bug#13585).
2678
2679 2013-01-30 Juri Linkov <juri@jurta.org>
2680
2681 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2682 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2683 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2684
2685 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2688 column if we're just deleting the backslashes.
2689 (makefile-fill-paragraph): Use eolp.
2690
2691 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2692
2693 * autorevert.el (auto-revert-use-notify): Fix docstring.
2694
2695 2013-01-30 Leo Liu <sdl.web@gmail.com>
2696
2697 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2698
2699 2013-01-30 Glenn Morris <rgm@gnu.org>
2700
2701 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2702 unread-command-events twice in some cases. This tries to implement
2703 the 2012-07-26 changes in a different way. (Bug#13560)
2704
2705 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2706
2707 * progmodes/python.el
2708 (python-pdbtrack-comint-output-filter-function): Enhancements on
2709 stacktrace detection. (thanks @gnovak)
2710
2711 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2712
2713 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2714 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2715 Use defvar-local.
2716 (jit-lock-register): Use setq-local.
2717
2718 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2719
2720 * calc-units.el (math-default-units-table): Remove initial value.
2721 (calc-convert-units): Treat expressions where all the units cancel as
2722 if they didn't have units.
2723
2724 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2725
2726 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2727 (tramp-completion-reread-directory-timeout): Fix type.
2728 (tramp-connection-min-time-diff): New defcustom.
2729
2730 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2731
2732 2013-01-30 Glenn Morris <rgm@gnu.org>
2733
2734 * imenu.el (imenu-default-create-index-function):
2735 Put back a version of the infinite loop test removed 2013-01-23.
2736
2737 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2738
2739 * progmodes/python.el (python-shell-parse-command):
2740 Find python-shell-interpreter with modified environment.
2741
2742 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2745
2746 2013-01-29 Alan Mackenzie <acm@muc.de>
2747
2748 Amend to fontify /regexp/s in actions correctly.
2749 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2750 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2751 are no longer included.
2752 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2753 What used to be these variables without "-line" in the name.
2754 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2755 (c-awk-non-arith-op-bra-re): Now also matches {.
2756 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2757 "return", and "case".
2758 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2759 by /.
2760 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2761 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2762
2763 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2764
2765 * autorevert.el (auto-revert-use-notify):
2766 Use `custom-initialize-default' for initialization. (Bug#13583)
2767
2768 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2769
2770 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2771 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2772 in `tramp-file-name-handler'.
2773 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2774 compatibility.
2775 (tramp-compute-multi-hops): Check, whether
2776 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2777
2778 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2781 (bug#13297).
2782
2783 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2784
2785 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2786 checks made superfluous by the \_< operator.
2787 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2788 temporarily) broken indentation.
2789 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2790 Highlight nested constants, too. \_< broke that.
2791
2792 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2793
2794 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2795 instead of "\\b".
2796
2797 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2798
2799 * autorevert.el (auto-revert-handler): Notifications which result
2800 from a saved file shall not be taken into account. (Bug#13557)
2801
2802 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2803
2804 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2805 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2806 (lisp-mode): Pass t for it. (Bug#13556)
2807
2808 2013-01-25 Alan Mackenzie <acm@muc.de>
2809
2810 AWK Mode: Fix indentation bug at top level. Bug #12274.
2811
2812 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2813 just before CASE 5D.
2814
2815 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2816
2817 * net/socks.el (socks-nslookup-host): Use string-to-number.
2818
2819 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2820
2821 * autorevert.el (auto-revert-remote-files)
2822 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2823 (auto-revert-notify-enabled, auto-revert-use-notify)
2824 (auto-revert-notify-watch-descriptor-hash-list)
2825 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2826 (auto-revert-notify-event-descriptor)
2827 (auto-revert-notify-event-action)
2828 (auto-revert-notify-event-file-name): Doc fix.
2829 (global-auto-revert-mode): Reorder checks.
2830 (auto-revert-notify-rm-watch): Respect changed values of
2831 `auto-revert-notify-watch-descriptor-hash-list'.
2832 (auto-revert-notify-add-watch): Check for
2833 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2834 `inotify-add-watch'. Watch `default-directory' instead of
2835 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2836 has a changed meaning now. (Bug#13540)
2837 (auto-revert-notify-handler): Change implementation wrt events
2838 returning from a directory.
2839 (auto-revert-handler): Reorder implementation for checks of remote
2840 files.
2841 (auto-revert-buffers): Fix parentheses error.
2842
2843 2013-01-25 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2844
2845 * progmodes/python.el: Enhancements to header documentation about
2846 skeletons. (Bug#5716)
2847
2848 * imenu.el (imenu-default-create-index-function): Remove useless
2849 infinite loop check. (Bug#13438)
2850
2851 2013-01-25 Alan Mackenzie <acm@muc.de>
2852
2853 Fix a bug in the state cache mechanism. Refactor this a bit.
2854
2855 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2856 `cache-pos' element from the return value.
2857 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2858 buffer to enable proper searching from beyond HERE. Amend the
2859 test for detecting the sought brace pair. Amend the value written
2860 to the "brace desert cache" when the brace isn't found.
2861 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2862 and several other variables analogously.
2863 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2864 parameter to a locally calculated variable.
2865 (c-parse-state-1): Change the calling conventions to the two
2866 defuns involving `cache-pos'.
2867
2868 2013-01-25 Chong Yidong <cyd@gnu.org>
2869
2870 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2871
2872 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2873
2874 * paren.el (show-paren-function): Make sure to set 'priority and
2875 'face only if the overlay does exist.
2876
2877 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2878
2879 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2880
2881 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2882 basic attributes.
2883 (tramp-sh-handle-set-file-acl): Improve error checking.
2884
2885 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2886
2887 * doc-view.el (doc-view-display): Force mode line update until all
2888 document is converted. Suggested by Stefan Monnier (Bug#13164).
2889
2890 2013-01-23 Bastien Guerry <bzg@gnu.org>
2891
2892 * paren.el (show-paren-function): Make sure an overlay exists
2893 before trying to delete it. Also use `pos' as a position only
2894 when it is an integer.
2895
2896 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2897
2898 * play/gametree.el (gametree-break-line-here): Use point-marker.
2899
2900 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2901
2902 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2903 Mark descriptive parts with `display' property.
2904
2905 2013-01-21 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2906
2907 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2908 New variable to map standard dict names to hunspell ones.
2909 (ispell-set-spellchecker-params): Make sure specific dict names
2910 are used for standard dicts with hunspell.
2911
2912 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2913
2914 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2915 chars for note (%N) and url (%U).
2916 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2917
2918 2013-01-21 Juri Linkov <juri@jurta.org>
2919
2920 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2921 in addition to existing separate binding `meta f10' in `global-map'.
2922 (Bug#13484)
2923
2924 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2925
2926 Improve XEmacs compatibility.
2927
2928 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2929
2930 * net/tramp-adb.el (top): Require `time-date'.
2931 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2932 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2933 Use `tramp-file-name-handler'.
2934 (tramp-adb-maybe-open-connection):
2935 Use `tramp-compat-set-process-query-on-exit-flag'.
2936
2937 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2938 Use `tramp-compat-funcall'.
2939
2940 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2941 `tramp-compat-funcall'.
2942
2943 2013-01-21 JĂ¼rgen Hötzel <juergen@archlinux.org>
2944
2945 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2946 reimplementation using "adb shell command ..." instead of running
2947 remote shell interactively.
2948
2949 2013-01-20 Glenn Morris <rgm@gnu.org>
2950
2951 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2952 Add native profiler menu entries.
2953
2954 * profiler.el (profiler-running-p): New function.
2955 (profiler-cpu-profile): Use profiler-running-p.
2956 (profiler-report-mode-map): Add some more menu entries.
2957
2958 2013-01-19 Glenn Morris <rgm@gnu.org>
2959
2960 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2961 fixes 2012-12-07 change. (Bug#13499)
2962
2963 2013-01-19 Leo Liu <sdl.web@gmail.com>
2964
2965 * dired.el (dired-get-marked-files): Prune erroneous values due to
2966 last change. (Bug#13152)
2967
2968 2013-01-19 Glenn Morris <rgm@gnu.org>
2969
2970 * progmodes/etags.el (tags-table-check-computed-list):
2971 Preserve point in tags buffer. (Bug#13412)
2972
2973 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2974
2975 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
2976 Chong Yidong <cyd@gnu.org>
2977
2978 * image-mode.el (image-next-file, image-previous-file):
2979 New commands (Bug#8453).
2980 (image-mode-map): Bind them to n and p.
2981 (image-mode--images-in-directory): New helper function.
2982
2983 2013-01-19 Chong Yidong <cyd@gnu.org>
2984
2985 * image-mode.el (image-mode-fit-frame): Add a frame argument.
2986 Suggested by Drew Adams (Bug#7730). Handle window decorations;
2987 save and restore the old window configuration.
2988
2989 2013-01-18 Leo Liu <sdl.web@gmail.com>
2990
2991 * progmodes/js.el: Tweak autoload cookie for alias.
2992
2993 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
2994
2995 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2996 buffer local, again. This was lost with the fix on 2013-01-12.
2997
2998 2013-01-17 JĂ¼rgen Hötzel <juergen@archlinux.org>
2999
3000 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3001 order to support several eshell buffers in parallel.
3002
3003 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3004
3005 * autorevert.el (auto-revert-use-notify): In the :set function, do
3006 not modify `kill-buffer-hook'.
3007 (auto-revert-notify-rm-watch):
3008 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3009 (auto-revert-notify-add-watch): Do not call
3010 `auto-revert-notify-rm-watch', but add it to a buffer local
3011 `kill-buffer-hook'.
3012
3013 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3016 call to `eval' rather than a backquoted lambda.
3017
3018 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3021 to return an explicit nil.
3022 (advice--remove-function): Change accordingly.
3023
3024 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3025 the use of nadvice.el.
3026
3027 * progmodes/which-func.el (which-function): Silence imenu errors
3028 (bug#13433).
3029
3030 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3031
3032 * progmodes/sql.el (sql-imenu-generic-expression):
3033 (sql-mode-font-lock-object-name): Match schema qualified names.
3034 (sql-connect): Use string keys.
3035 (sql-product-interactive): Wait for interpreter prompt.
3036 (sql-comint-oracle): Set process coding based on NLS_LANG.
3037
3038 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3039
3040 * progmodes/sql.el (sql-output-to-send): Remove, unused.
3041 (sql-interactive-remove-continuation-prompt):
3042 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3043
3044 2013-01-14 Leo Liu <sdl.web@gmail.com>
3045
3046 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3047 (Bug#13420)
3048
3049 2013-01-14 Glenn Morris <rgm@gnu.org>
3050
3051 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3052 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
3053
3054 2013-01-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3055
3056 * progmodes/python.el (python-nav-end-of-statement):
3057 Fix cornercase when handling multiline strings.
3058
3059 2013-01-13 Richard Stallman <rms@gnu.org>
3060
3061 * mail/sendmail.el (mail-position-on-field): Add doc string.
3062
3063 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3064 Get current message boundaries and pass them to
3065 message-forward-make-body-mime. Minor style changes.
3066
3067 2013-01-13 Eli Zaretskii <eliz@gnu.org>
3068
3069 * cus-start.el (all): Avoid warnings about
3070 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3071
3072 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
3073
3074 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3075
3076 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * jit-lock.el (jit-lock-debug-mode): New minor mode.
3079 (jit-lock--debug-fontifying): New var.
3080 (jit-lock--debug-fontify): New function.
3081 * subr.el (condition-case-unless-debug): Don't prevent catching the
3082 error, just let the debbugger run.
3083 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3084 timer code and don't drop errors silently.
3085
3086 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
3087
3088 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3089 `permanent-local' property.
3090 (auto-revert-notify-handler): Use `file-equal-p'.
3091
3092 2013-01-12 Eli Zaretskii <eliz@gnu.org>
3093
3094 * autorevert.el (auto-revert-notify-handler): Fix filtering of
3095 file notification by ACTION. For filtering by file name, compare
3096 only the non-directory part of the file name.
3097
3098 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * autorevert.el: Use cl-lib instead of cl.
3101
3102 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3103 (vc-bzr-checkin): Use it.
3104 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3105 will preserve match-data.
3106
3107 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
3108
3109 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3110 (js--declaration-keyword-re): New var.
3111 (js--multi-line-declaration-indentation): New function.
3112 (js--proper-indentation): Use it.
3113
3114 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
3115
3116 * calc/calc.el (calc-highlight-selections-with-faces)
3117 (calc-dispatch):
3118 * comint.el (comint-history-isearch-message):
3119 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3120 * ffap.el (ffap-string-at-point-region, ffap-next)
3121 (ffap-string-at-point, ffap-string-around)
3122 (ffap-copy-string-as-kill, ffap-highlight-overlay)
3123 (ffap-literally):
3124 * font-lock.el (font-lock-keywords-alist)
3125 (font-lock-removed-keywords-alist):
3126 * help-mode.el (help-xref-symbol-regexp):
3127 * info.el (Info-find-emacs-command-nodes):
3128 * international/mule.el (add-to-coding-system-list):
3129 * isearch.el (isearch-message-function, isearch-fail-pos):
3130 * misearch.el (multi-isearch-next-buffer-function):
3131 * newcomment.el (comment-box):
3132 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3133 (pr-setting-database):
3134 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3135 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3136 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3137 (pike-font-lock-keywords-3):
3138 * progmodes/compile.el (compile):
3139 * progmodes/etags.el (tags-table-files)
3140 (tags-table-files-function, tags-included-tables-function):
3141 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3142 (gdb-restore-windows):
3143 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3144 (ps-n-up-filling-database):
3145 * server.el (server-buffer, server-log):
3146 * simple.el (newline, delete-backward-char, delete-forward-char)
3147 (minibuffer-history-isearch-message, kill-line, track-eol)
3148 (temporary-goal-column):
3149 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3150 (flyspell-default-deplacement-commands):
3151 * textmodes/ispell.el (ispell-accept-output):
3152 * textmodes/sgml-mode.el (html-tag-help):
3153 * vc/compare-w.el (compare-ignore-whitespace)
3154 (compare-ignore-case, compare-windows-dehighlight):
3155 * vc/diff.el (diff):
3156 * whitespace.el (whitespace-point)
3157 (whitespace-font-lock-refontify, whitespace-bob-marker)
3158 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3159
3160 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
3161
3162 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3163 (auto-revert-notify-rm-watch): Ignore errors.
3164 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
3165 inotify, and '(size last-write-time) for w32notify.
3166 Set buffer-local `auto-revert-use-notify' to nil when adding a file
3167 watch fails - this is a fallback to the file modification check.
3168 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3169 (auto-revert-notify-event-action)
3170 (auto-revert-notify-event-file-name): New defuns.
3171 (auto-revert-notify-handler): Use them. Implement first
3172 plausibility checks.
3173 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3174
3175 2013-01-11 Julien Danjou <julien@danjou.info>
3176
3177 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3178 max are almost equal. Also return the correct value for V which is
3179 already between 0 and 1.
3180
3181 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3182
3183 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3184
3185 2013-01-11 Eli Zaretskii <eliz@gnu.org>
3186
3187 * autorevert.el (auto-revert-notify-rm-watch)
3188 (auto-revert-notify-add-watch): Fix typos in w32notify function
3189 names.
3190
3191 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3192
3193 * autorevert.el (auto-revert-notify-enabled): Move up.
3194 (auto-revert-use-notify): New defcustom.
3195 (auto-revert-mode, global-auto-revert-mode)
3196 (auto-revert-notify-add-watch, auto-revert-handler)
3197 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3198 `auto-revert-notify-enabled'.
3199
3200 2013-01-10 Elias Pipping <pipping@exherbo.org>
3201
3202 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3203 * doc-view.el (doc-view-document->bitmap):
3204 Use doc-view-single-page-converter-function instead of
3205 single-page-converter arg; adjust callers.
3206
3207 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
3208
3209 * progmodes/which-func.el (which-function): Understand Semantic's use
3210 of overlays in imenu--index-alist.
3211
3212 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
3213
3214 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
3215 (Man-man-k-use-anchor): New var.
3216 (Man-parse-man-k): New function.
3217 (Man-completion-table): Use it.
3218 (man): Flush the completion cache between uses.
3219
3220 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3221
3222 * autorevert.el: Add file watch support.
3223 (auto-revert-notify-enabled): New defconst.
3224 (auto-revert-notify-watch-descriptor-hash-list)
3225 (auto-revert-notify-watch-descriptor)
3226 (auto-revert-notify-modified-p): New defvars.
3227 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3228 (auto-revert-notify-handler): New defuns.
3229 (auto-revert-mode, global-auto-revert-mode): Remove file watches
3230 when mode is disabled.
3231 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3232 (auto-revert-buffers): Add file watches for active buffers.
3233
3234 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3235
3236 * cus-start.el (toplevel): Only allow float values for
3237 scroll-up-aggressively and scroll-down-aggressively.
3238 Allow any number for line-spacing.
3239
3240 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3243 (doc-view-pdf->png-converter-function): Use mupdf if available.
3244 (doc-view-djvu->png-converter-function)
3245 (doc-view-ps->png-converter-function): Remove.
3246 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3247 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3248 (doc-view-already-converted-p): Adjust accordingly.
3249 (doc-view-mode-p): Simplify.
3250 (doc-view-enlarge): Use setq-local.
3251 (doc-view-pdf->png-converter-ghostscript)
3252 (doc-view-djvu->png-converter-ddjvu)
3253 (doc-view-pdf->png-converter-mupdf): Rework to call
3254 doc-view-start-process directly.
3255 (doc-view-pdf/ps->png): Simplify accordingly.
3256 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3257 (doc-view-document->bitmap): Rename from doc-view-document->png.
3258 (doc-view-convert-current-doc): Merge pdf and djvu cases.
3259 (doc-view-set-slice-from-bounding-box): Fix completion table.
3260 (doc-view-mode): Use add-hook for after-revert-hook.
3261
3262 2013-01-10 Glenn Morris <rgm@gnu.org>
3263
3264 * emacs-lisp/authors.el (authors-ignored-files)
3265 (authors-valid-file-names, authors-renamed-files-alist):
3266 Add some more entries.
3267
3268 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3271 `t' pseudo-window entry.
3272
3273 2013-01-10 Alan Mackenzie <acm@muc.de>
3274
3275 Fix bugs in the c-parse-state mechanism. Reuse some markers
3276 instead of continually generating new ones.
3277
3278 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3279 (c-state-old-cpp-end-marker): New variables.
3280 (c-append-lower-brace-pair-to-state-cache): Start a backward
3281 search for "}" definitively outside CPP constructs.
3282 (c-remove-stale-state-cache): Inform the caller of a need to
3283 search back for a brace pair in certain circumstances.
3284 (c-state-maybe-marker): New macro.
3285 (c-parse-state): Reuse markers when appropriate.
3286
3287 2013-01-10 Glenn Morris <rgm@gnu.org>
3288
3289 * simple.el (execute-extended-command): Doc fix.
3290 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3291
3292 2013-01-10 Chong Yidong <cyd@gnu.org>
3293
3294 * faces.el (read-face-name): Doc fix.
3295
3296 2013-01-10 Roland Winkler <winkler@gnu.org>
3297
3298 * emacs-lisp/crm.el: Allow any regexp for separators.
3299 (crm-default-separator): All spaces around the default comma separator.
3300 (crm--completion-command): New macro.
3301 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3302 (crm-complete-and-exit): Handle non-single-char separators.
3303
3304 2013-01-09 Elias Pipping <pipping@lavabit.com>
3305
3306 * doc-view.el: Add support for DjVu (bug#13164).
3307 (doc-view-djvu->png-converter-function): New config var.
3308 (doc-view-single-page-converter-function, doc-view--image-type)
3309 (doc-view--image-file-extension): New vars.
3310 (doc-view-mode): Initialize them.
3311 (doc-view-goto-page): Use them.
3312 (doc-view-mode-p): Add support for ddjvu.
3313 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3314 (doc-view-set-up-single-converter): New funs.
3315 (doc-view-pdf/ps->png): Extend for djvu.
3316 (doc-view-document->png): Rename from doc-view-pdf->png.
3317 (doc-view-convert-current-doc): Handle djvu.
3318 (doc-view-insert-image, doc-view-display)
3319 (doc-view-already-converted-p): Don't hardcode png.
3320 (doc-view-set-doc-type): Recognize djvu docs.
3321
3322 2013-01-09 Elias Pipping <pipping@lavabit.com>
3323
3324 * doc-view.el: Add support for mupdf converter (bug#13164).
3325 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3326 (doc-view-ps->png-converter-function): New config vars.
3327 (doc-view-pdf->png-converter-ghostscript)
3328 (doc-view-ps->png-converter-ghostscript)
3329 (doc-view-pdf->png-converter-mupdf): New functions.
3330 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3331
3332 2013-01-09 JĂ¼rgen Hötzel <juergen@archlinux.org>
3333
3334 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3335 first in session cache: When `tramp-own-remote-path' is in
3336 `tramp-remote-path', the remote path is only set in the session
3337 cache.
3338
3339 2013-01-09 Glenn Morris <rgm@gnu.org>
3340
3341 * emacs-lisp/trace.el (trace-function-foreground)
3342 (trace-function-background): Doc fix.
3343
3344 2013-01-09 Juri Linkov <juri@jurta.org>
3345
3346 * international/mule-cmds.el (read-char-by-name): Move let-binding
3347 of completion-ignore-case around completing-read to fix regression
3348 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3349 `string-match-p' using the nil value of `case-fold-search' and
3350 `completion-ignore-case' in `completion-pcm--all-completions'.
3351 (Bug#12615).
3352
3353 2013-01-09 Glenn Morris <rgm@gnu.org>
3354
3355 * progmodes/compile.el (compilation-parse-errors):
3356 Fix typo. (Bug#13369)
3357
3358 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3359
3360 * comint.el (comint-send-input): Check size of buffer before
3361 waiting for process output, in case already accepted. (Bug#13290)
3362
3363 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3364
3365 Spelling fixes.
3366 * net/tramp-adb.el (tramp-adb-get-toolbox):
3367 Fix misspelling of 'unknown'.
3368
3369 2013-01-08 Juri Linkov <juri@jurta.org>
3370
3371 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3372 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3373 Use underline style wave on terminals that support it. (Bug#13000)
3374
3375 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3378 the predicate returns nil.
3379
3380 * simple.el: Use lexical-binding.
3381 (primitive-undo): Use pcase.
3382 (minibuffer-history-isearch-push-state): Use a closure.
3383
3384 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3385
3386 * simple.el (primitive-undo): Move from undo.c.
3387
3388 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3391 (cvs-mode-remove-handled): Use it (bug#13380).
3392
3393 * emacs-lisp/nadvice.el (advice--tweak): New function.
3394 (advice--remove-function, advice--subst-main): Use it.
3395
3396 * emacs-lisp/advice.el: Update commentary.
3397
3398 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3401 Remove spurious entry.
3402
3403 2013-01-08 Glenn Morris <rgm@gnu.org>
3404
3405 * net/tramp.el (tramp-default-host-alist): Add :version.
3406
3407 2013-01-08 Juri Linkov <juri@jurta.org>
3408
3409 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3410 single completion. (Bug#12456)
3411 (info--manual-names): Expand node completions into an explicit list
3412 before appending it to another list. Filter out internal buffers
3413 with the leading space in the buffer name. (Bug#10771)
3414
3415 2013-01-08 Juri Linkov <juri@jurta.org>
3416
3417 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3418 that defaults to the Top node.
3419 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3420 the short format (FILENAME) goes to the Top node.
3421 (Info-build-node-completions): Rename arg `file' to `filename'.
3422 (Bug#13365)
3423
3424 2013-01-07 Bastien Guerry <bzg@gnu.org>
3425
3426 * menu-bar.el (menu-bar-search-documentation-menu):
3427 Use `apropos-user-option' and fix the help message.
3428
3429 2013-01-07 Bastien Guerry <bzg@gnu.org>
3430
3431 * apropos.el (apropos-do-all): Update docstring.
3432 (apropos-user-option-button): New face.
3433 (apropos-user-option): Rename from `apropos-variable' and update
3434 docstring.
3435 (apropos-variable): Rewrite, now show all variables by default.
3436 (apropos-print): Mention "User option" instead of "Variable" when
3437 printing doc for user options. (Bug#13276)
3438
3439 2013-01-07 JĂ¼rgen Hötzel <juergen@archlinux.org>
3440
3441 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3442 Handle filename correctly, when parsing "source -> target" symlink
3443 output.
3444 (tramp-adb-handle-set-file-times): New defun.
3445
3446 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3449 advice list when the interactive-spec of ad-Advice-* changes.
3450
3451 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3452
3453 * wid-edit.el (widget-default-get): Work for inlined elements.
3454 (Bug#12670)
3455
3456 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3457
3458 * net/tramp.el (tramp-default-host-alist): New defcustom.
3459 (tramp-find-host): Use it.
3460 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3461 `eshell-directory-change-hook'.
3462
3463 * net/tramp-adb.el (top): Add adb specific entry in
3464 `tramp-default-host-alist'.
3465 (tramp-adb-file-name-host): Remove function.
3466 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3467 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3468
3469 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3470
3471 2013-01-06 JĂ¼rgen Hötzel <juergen@archlinux.org>
3472
3473 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3474
3475 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3476
3477 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3478 consist of more than one digit.
3479 (tramp-adb-file-name-handler-alist):
3480 Use `tramp-handle-file-exists-p' consistently.
3481 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3482 (tramp-adb-handle-file-exists-p): Remove function.
3483 (tramp-adb-file-name-host): New defun.
3484 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3485 Use it.
3486 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3487
3488 2013-01-06 Chong Yidong <cyd@gnu.org>
3489
3490 * vc/vc.el (vc-next-action): Detect buffer modifications
3491 conflicting with locking VCS operation (Bug#11490).
3492
3493 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3494
3495 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3496
3497 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3498 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3499
3500 2013-01-05 JĂ¼rgen Hötzel <juergen@archlinux.org>
3501
3502 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3503 parsing of ls output using regular expression (handle filenames
3504 with spaces). Use virtual device number.
3505 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3506 cleanup).
3507
3508 2013-01-04 Daiki Ueno <ueno@gnu.org>
3509
3510 * epg.el: Silence byte-compiler warnings.
3511 (epg--start): Use delete-char instead of delete-backward-char.
3512 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3513
3514 2013-01-04 Daiki Ueno <ueno@gnu.org>
3515
3516 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3517 Suggested by Eli Zaretskii <eliz@gnu.org>.
3518
3519 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3520
3521 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3522 non-negative integers. Otherwise, the default values are used.
3523 (tramp-convert-file-attributes): Convert uid and gid to integers.
3524
3525 2013-01-04 Glenn Morris <rgm@gnu.org>
3526
3527 * term.el (term-handle-colors-array): Ensure face attributes
3528 are fully specified, not nil. (Bug#13337)
3529
3530 * term.el (term-default-fg-color, term-default-bg-color):
3531 Fix custom type.
3532
3533 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3534 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3535 rather than 'jka-compr being loaded. (Bug#13338)
3536
3537 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3538
3539 * icomplete.el (icomplete-completions):
3540 Honor icomplete-prospects-height once more following
3541 2012-11-29 changes. (Bug#13224)
3542
3543 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3546 of called-interactively-p as well (bug#13237).
3547
3548 * view.el (view--enable, view--disable): Rename from view-mode-enable
3549 and view-mode-disable and assume it's called from view-mode.
3550 (view-mode-enable, view-mode-disable): Redefine as obsolete
3551 compatibility layer above view-mode.
3552 (view-mode-enter): Call `view-mode'.
3553
3554 * files.el (after-find-file): Call `view-mode'.
3555
3556 * doc-view.el (doc-view-scale-internally): New var.
3557 (doc-view-enlarge, doc-view-insert-image): Obey it.
3558
3559 2013-01-03 Daiki Ueno <ueno@gnu.org>
3560
3561 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3562 exist. (Bug#13344)
3563
3564 2013-01-03 Glenn Morris <rgm@gnu.org>
3565
3566 * mail/rmail.el (rmail-set-header-1): Ignore case.
3567 Handle multi-line headers. (Bug#13330)
3568
3569 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3570 Handle paragraph starting at beginning of buffer.
3571
3572 * subr.el (eval-after-load): Don't purecopy the form, so that it
3573 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3574
3575 * emacs-lisp/byte-run.el (defun): Place cl declarations
3576 after any interactive spec. (Bug#13265)
3577
3578 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3579
3580 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3581 defun. Don't check for DECL if DOCSTRING isn't a string.
3582 (defun): Likewise.
3583
3584 2013-01-02 Glenn Morris <rgm@gnu.org>
3585
3586 * eshell/em-cmpl.el (eshell-pcomplete):
3587 More thoroughly imitate pcomplete. (Bug#13293)
3588
3589 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3590 Return nil for empty path elements. (Bug#13296)
3591
3592 2013-01-02 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3593
3594 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3595 order to improve efficiency (Based on Daniel Colascione's
3596 <dancol@dancol.org> patch). (Bug#13182)
3597
3598 2013-01-02 Glenn Morris <rgm@gnu.org>
3599
3600 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3601
3602 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3603
3604 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3605 neither DOCSTRING nor DECL was given. (Bug#13316)
3606
3607 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3608
3609 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3610 `error' call.
3611 (tramp-do-copy-or-rename-file): Ignore errors when calling
3612 `set-file-extended-attributes'.
3613
3614 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3615 Add handler for `file-acl'.
3616 (tramp-smb-handle-file-acl): New defun.
3617
3618 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3619
3620 * calc/README: Mention ISO 8601 week-numbering dates.
3621
3622 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3623
3624 * view.el (view-mode-enable): New argument run-view-mode-hook.
3625 Run view-mode-hook only when it's non-nil (Bug#13315).
3626 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3627 argument t.
3628
3629 2012-12-31 JĂ¼rgen Hötzel <juergen@archlinux.org>
3630
3631 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3632 (No device connected, invalid device name). (Bug #13299)
3633
3634 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3635
3636 * window.el (window-resizable--p): Rename to window-resizable-p.
3637 (window-resize-no-error): New function.
3638
3639 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3640 broken in fix from 2012-12-28.
3641
3642 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * subr.el (special-form-p): Don't signal errors on undef aliases.
3645
3646 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3647
3648 * calc/calc-forms.el (math-parse-date): Try using
3649 `math-parse-iso-date' when it looks like it might be needed.
3650 Allow times of 24:00.
3651 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3652 of 24:00.
3653
3654 2012-12-30 Glenn Morris <rgm@gnu.org>
3655
3656 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3657 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3658 (rmail-summary-displayed, rmail-summary): Declare.
3659 (mairix-rmail-display): Just require rmail.
3660
3661 2012-12-30 Chong Yidong <cyd@gnu.org>
3662
3663 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3664 check for the tarball contents.
3665
3666 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3667
3668 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3669 tarfile content listings (Bug#13136).
3670
3671 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3672
3673 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3674 Insert the undecoded text of the message being forwarded. (Bug#9521)
3675
3676 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3677
3678 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3679 integers, if they are real numbers. (Bug#13282)
3680
3681 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3682 Return `t' on success.
3683
3684 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3685 Add handler for `set-file-selinux-context'.
3686
3687 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3688
3689 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3690 (tramp-sh-handle-set-file-acl): Return `t' on success.
3691
3692 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3693
3694 * files.el (backup-buffer-copy, basic-save-buffer-2):
3695 If set-file-extended-attributes fails, fall back on set-file-modes
3696 instead of signaling an error. (Bug#13298)
3697 (basic-save-buffer): Likewise.
3698
3699 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3700
3701 * progmodes/python.el: Support other commands triggering
3702 python-indent-line so indentation cycling continues to work.
3703 (python-indent-trigger-commands): New defcustom.
3704 (python-indent-line): Use it.
3705
3706 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3707
3708 * progmodes/python.el (python-shell-send-region): Add blank lines
3709 for non sent code so backtraces remain correct.
3710
3711 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3712
3713 * progmodes/python.el: Remove cl dependency.
3714 (python-syntax-count-quotes): Replace incf call.
3715 (python-fill-string): Replace setf call.
3716
3717 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3718
3719 * info.el (info-other-window): New arg, for consistency with info.
3720
3721 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3722
3723 * mail/rmail.el (rmail-maybe-display-summary):
3724 Rewrite (Bug#13066).
3725
3726 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3727
3728 * epg.el (epg--start): Modify process-environment locally.
3729
3730 2012-12-28 Daiki Ueno <ueno@gnu.org>
3731
3732 * epg.el: Support pinentry-curses.
3733 Suggested by Werner Koch in
3734 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3735 (epg-agent-file, epg-agent-mtime): New variable.
3736 (epg--start): Record the modified time of gpg-agent socket file,
3737 to restore Emacs frame after pinentry-curses termination.
3738 (epg-wait-for-completion): Restore Emacs frame here.
3739
3740 2012-12-27 Juri Linkov <juri@jurta.org>
3741
3742 * info.el (Info-file-completions): New variable.
3743 (Info-read-node-name-1): Complete node names in the Info file
3744 when a file name is given. Call `Info-build-node-completions'
3745 with a file name.
3746 (Info-build-node-completions): Add new arg `file'. When it is
3747 non-nil, visit it in a temporary buffer and cache its completions in
3748 `Info-current-file-completions'. Move most of the function body to
3749 `Info-build-node-completions-1'.
3750 (Info-build-node-completions-1): New function with the body from
3751 `Info-build-node-completions'. (Bug#12456)
3752
3753 2012-12-27 Juri Linkov <juri@jurta.org>
3754
3755 * frame.el (frame-maximization-style): Remove user option.
3756 (cycle-frame-maximized): Remove function.
3757 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3758 (toggle-frame-fullscreen): New command bound to <f11> instead of
3759 `toggle-frame-maximized'.
3760 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3761
3762 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3763
3764 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3765
3766 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3767 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3768 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3769 for `file-accessible-directory-p'. (Bug#13275)
3770
3771 2012-12-27 Sam Steingold <sds@gnu.org>
3772
3773 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3774 continuations, see <http://stackoverflow.com/questions/3582436>.
3775
3776 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3777
3778 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3779 "module" and "def" to have indentation before them.
3780 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3781
3782 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3783
3784 2012-12-27 Alan Mackenzie <acm@muc.de>
3785
3786 Speed up fontification where there's large brace blocks.
3787 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3788 to a call of c-beginning-of-decl-1.
3789
3790 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3791
3792 * comint.el (comint-adjust-window-point): New function.
3793 (comint-postoutput-scroll-to-bottom):
3794 Call comint-adjust-window-point (Bug#13248).
3795
3796 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3797
3798 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3799 Rakefile regexp.
3800 (auto-mode-alist): Associate .gemspec files with ruby-mode
3801 (https://bugs.ruby-lang.org/issues/5453).
3802
3803 2012-12-26 JĂ¼rgen Hötzel <juergen@archlinux.org>
3804
3805 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3806 Suppress coloring, if possible (required for BusyBox based systems like
3807 CyanogenMod).
3808 (tramp-adb-handle-file-attributes)
3809 (tramp-adb-handle-insert-directory)
3810 (tramp-adb-handle-file-name-all-completions): Use it.
3811 (tramp-adb-get-toolbox): New defun. Check for remote shell
3812 implementation (BusyBox or Toolbox).
3813
3814 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3815
3816 * startup.el (initial-buffer-choice): Allow function as value
3817 (Bug#13251).
3818 (command-line-1): Handle case where initial-buffer-choice
3819 specifies a function.
3820 * server.el (server-execute): Handle case where
3821 initial-buffer-choice specifies a function.
3822
3823 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3824
3825 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3826 its own function.
3827 (smtpmail-try-auth-methods): Forget the user name/password if the
3828 login is unsuccessful (bug#12424).
3829
3830 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3831
3832 * notifications.el (notifications-notify): Protect body with
3833 `with-demoted-errors'.
3834
3835 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3836 Check properties of remote device. Restart connection, if there is a
3837 change.
3838
3839 2012-12-21 Chong Yidong <cyd@gnu.org>
3840
3841 * sort.el (sort-subr): Doc fix (Bug#13056).
3842
3843 2012-12-21 Bastien Guerry <bzg@gnu.org>
3844
3845 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3846
3847 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3848
3849 * simple.el (process-file): Overwrite stderr file, if exists.
3850
3851 2012-12-21 Daiki Ueno <ueno@gnu.org>
3852
3853 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3854 (epg-error): Set `error-message' property.
3855
3856 2012-12-21 Chong Yidong <cyd@gnu.org>
3857
3858 * international/mule-cmds.el (read-char-by-name): Signal an error
3859 if the user does not supply a valid character (Bug#13177).
3860
3861 * simple.el (transpose-subr-1): Preserve marker positions by
3862 changing the insertion sequence (Bug#13122).
3863
3864 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3865
3866 * simple.el (kill-region): Deactivate mark even for empty regions
3867 (Bug#13169).
3868
3869 2012-12-21 Chong Yidong <cyd@gnu.org>
3870
3871 * help-fns.el (describe-variable): Make sure we get the right
3872 buffer name (Bug#13105). Suggested by Kelly Dean.
3873
3874 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3875
3876 * comint.el (comint-redirect-previous-input-string): New variable.
3877 (comint-redirect-setup, comint-redirect-cleanup)
3878 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3879 (comint-redirect-preoutput-filter): Fix verbose message.
3880
3881 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3882
3883 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3884 is too long for Tramp. See discussion in
3885 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3886
3887 * progmodes/compile.el (compilation-start): Remove line escape
3888 template.
3889
3890 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3891
3892 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3893 Adjust comment.
3894
3895 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3896
3897 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3898 following non-comment text (bug#13207).
3899 (lm-header-multiline): Continuation lines need to be indented more than
3900 the first line.
3901 (lm-homepage): New function.
3902 (lm-with-file): Don't be confused if narrowing is in effect.
3903
3904 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3907 very beginning of a hunk (e.g. killing the first line).
3908
3909 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3910
3911 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3912 and text properties from returned ACL string.
3913 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3914 for "setfacl" command.
3915
3916 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3917
3918 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3919 `tramp-cleanup-this-connection', when the process has died.
3920 (Bug#13151)
3921
3922 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3925
3926 2012-12-17 Kevin Ryde <user42@zip.com.au>
3927
3928 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3929
3930 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3931
3932 Add support for preserving ACL entries of files.
3933
3934 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3935 `set-file-acl' handlers.
3936
3937 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3938 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3939
3940 * net/tramp-compat.el (tramp-compat-copy-file):
3941 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3942
3943 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3944 Add `file-acl' and `set-file-acl' handlers.
3945 (tramp-gvfs-handle-copy-file):
3946 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3947 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3948 New defuns.
3949
3950 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3951 Add `file-acl' and `set-file-acl' handlers.
3952 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3953 (tramp-sh-handle-set-file-acl): New defuns.
3954 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3955 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3956
3957 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3958 Add `file-acl' and `set-file-acl' handlers.
3959 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3960
3961 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3962
3963 * help-macro.el (make-help-screen): Instead of switch-to-buffer
3964 use pop-to-buffer with NORECORD argument t. As buffer name, use
3965 *Metahelp* with a leading space (Bug#13190).
3966
3967 2012-12-16 Romain Francoise <romain@orebokech.com>
3968
3969 * files.el (file-extended-attributes)
3970 (set-file-extended-attributes): New functions.
3971 (backup-buffer): Use them to handle both SELinux context and ACL
3972 entries.
3973 (backup-buffer-copy): Work with an alist of extended attributes,
3974 rather than an SELinux context.
3975 (basic-save-buffer-2): Ditto.
3976
3977 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
3978
3979 * battery.el (battery-bsd-apm): New function.
3980
3981 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
3982
3983 * calc/calc.el (calc-standard-date-formats): Adjust one of the
3984 standard date formats.
3985
3986 2012-12-15 Juri Linkov <juri@jurta.org>
3987
3988 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3989 `isearch-insert-char-by-name'.
3990 (with-isearch-suspended): New defmacro with body mostly from
3991 `isearch-edit-string' except the part that sets
3992 `isearch-new-string' and `isearch-new-message'.
3993 (isearch-edit-string): Use new macro `with-isearch-suspended' with
3994 body that sets `isearch-new-string' and `isearch-new-message'.
3995 (isearch-insert-char-by-name): New command.
3996 * international/mule-cmds.el (read-char-by-name): Let-bind
3997 `enable-recursive-minibuffers' to t.
3998 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3999
4000 2012-12-15 Juri Linkov <juri@jurta.org>
4001
4002 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4003 (Bug#13175)
4004
4005 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
4006
4007 * dired-x.el (dired-guess-shell-command): Put colon at the end of
4008 the prompt. (Bug#13045)
4009
4010 2012-12-14 Glenn Morris <rgm@gnu.org>
4011
4012 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4013 Try to include filename in non-bytecomp warning. (Bug#13132)
4014
4015 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
4016
4017 Fix permissions bugs with setgid directories etc. (Bug#13125)
4018 * files.el (backup-buffer): Don't rely on 9th output of
4019 file-attributes, as it's now a placeholder. Instead, use the new
4020 optional arg of file-ownership-preserved-p.
4021 (file-ownership-preserved-p): New optional arg GROUP.
4022 Fix mishandling of setuid directories that would cause this
4023 function to return t when it should have returned nil.
4024 Document what happens if the file does not exist, and when
4025 it's not known whether the ownership will be preserved.
4026 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4027 Likewise.
4028 (tramp-get-local-gid): Use group-gid for integer, as that's
4029 faster and more reliable.
4030
4031 2012-12-14 Julien Danjou <julien@danjou.info>
4032
4033 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4034 Update keywords list, data type and PL/pgSQL.
4035
4036 2012-12-14 Dave Abrahams <dave@boostpro.com>
4037
4038 * vc/ediff-util.el (ediff-buffer-type): New function.
4039 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4040 rather than taking it as as argument.
4041 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4042
4043 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
4044
4045 * json.el: Add pretty-print option (bug#12634).
4046 (json-encoding-separator, json-encoding-default-indentation)
4047 (json--encoding-current-indentation, json-encoding-pretty-print)
4048 (json-encoding-lisp-style-closings): New vars.
4049 (json--with-indentation): New macro.
4050 (json-encode-hash-table, json-encode-alist, json-encode-plist)
4051 (json-encode-array): Use it to obey json-encoding-pretty-print.
4052 (json-pretty-print-buffer, json-pretty-print): New commands.
4053
4054 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
4055
4056 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4057 Extract `ruby-syntax-propertize-expansions'.
4058 (ruby-syntax-propertize-expansions): Only change syntax on
4059 certain string delimiters, to punctuation. This way the common
4060 functions like forward-word and thing-at-point still work.
4061 (ruby-match-expression-expansion): Improve readability.
4062 (ruby-block-contains-point): New function.
4063 (ruby-add-log-current-method): Handle several edge cases.
4064
4065 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4068 unload-feature finishes even when aborting an ongoing edebug session.
4069 Also, do not worry about edebug-mode, unload-feature takes care of it.
4070
4071 2012-12-13 Andreas Schwab <schwab@suse.de>
4072
4073 * net/tls.el (tls-program): Update customize type.
4074
4075 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4076
4077 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4078 (edebug-setup-hook, cl-read-load-hooks): Use it.
4079 (edebug-unload-function): New function. (Bug#13163)
4080
4081 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
4082
4083 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4084 Otherwise, there could be errors in autoloading. (Bug#13151)
4085
4086 2012-12-13 JĂ¼rgen Hötzel <juergen@archlinux.org>
4087
4088 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4089 sequences.
4090
4091 2012-12-13 Alan Mackenzie <acm@muc.de>
4092
4093 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
4094 * progmodes/cc-engine.el (c-backward-comments): Add code to work
4095 around `forward-comment' not recognizing ^M as whitespace.
4096
4097 2012-12-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4098
4099 * progmodes/python.el (python-skeleton-class)
4100 (python-skeleton-def): Do not add space after defun name.
4101
4102 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4103
4104 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4105 (cl--symbol-function): Remove (now that funbound is like nil).
4106
4107 2012-12-12 Glenn Morris <rgm@gnu.org>
4108
4109 * button.el (button--area-button-p): Fix typo.
4110
4111 2012-12-12 Sam Steingold <sds@gnu.org>
4112
4113 * frame.el (frame-maximization-style): New user option.
4114 (toggle-frame-maximized): Toggle frame maximization according to
4115 `frame-maximization-style', bound to <f11>.
4116 (cycle-frame-maximized): Cycle between all maximization styles and
4117 non-maximized frame, bound to shift-<f11>.
4118
4119 2012-12-12 David Cadé <codename68@gmail.com>
4120
4121 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4122
4123 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
4124
4125 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4126 (eieio-override-prin1): Don't quote kewords and booleans.
4127 (object-write) <eieio-default-superclass>: Don't put closing parens
4128 on new line, avoid needless empty lines, align values that are objects
4129 with the slot keyword (instead of beginning on the same line).
4130 (eieio-list-prin1): Align value with slot keyword; increase
4131 eieio-print-depth before printing members of the list.
4132
4133 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4136 a display text-property.
4137 (report-emacs-bug-hook): Don't bother deleting it any more.
4138
4139 * hilit-chg.el (highlight-save-buffer-state): Delete.
4140 Use with-silent-modifications instead.
4141 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4142
4143 * button.el: Handle buttons in display text-properties.
4144 (button--area-button-p, button--area-button-string):
4145 Use (STRING . STRING-POS) representation instead of just STRING.
4146
4147 2012-12-11 Eli Zaretskii <eliz@gnu.org>
4148
4149 * makefile.w32-in (compile4-SH): Fix a typo that caused term
4150 subdirectory be skipped.
4151
4152 2012-12-11 Glenn Morris <rgm@gnu.org>
4153
4154 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4155
4156 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4157 Treat preprocessor lines embedded in continuations like comments.
4158 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
4159
4160 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
4161
4162 * calc/calc.el (calc-standard-date-formats): Add more date
4163 formats.
4164 * calc/calc-forms.el (math-parse-iso-date): New function.
4165 (math-parse-date): Use `math-parse-iso-date' when appropriate.
4166 (math-parse-iso-date-validate): Add extra error checking.
4167 (calc-date-notation): Add ability to access new date formats.
4168
4169 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4170
4171 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4172 font-lock as well as when there's no text-property.
4173
4174 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
4175
4176 * hi-lock.el: Refine the choice of default face.
4177 (hi-lock-keyword->face): New function. Use it wherever we used
4178 cadadadr instead.
4179 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4180 (hi-lock--last-face): Remove var.
4181 (hi-lock--unused-faces): New var to replace it.
4182 (hi-lock-read-face-name): Use/maintain it.
4183 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
4184 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4185 if it has another face.
4186
4187 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4188
4189 * subr.el (w32notify-handle-event): New function.
4190 (inotify-handle-event): Doc fix.
4191
4192 2012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
4193
4194 * subr.el (inotify-event-p, inotify-handle-event): New functions.
4195
4196 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
4197
4198 * simple.el (just-one-space): Doc fix.
4199
4200 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4201
4202 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4203
4204 2012-12-10 Le Wang <l26wang@gmail.com>
4205
4206 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4207 narrowed buffer (bug#12361).
4208
4209 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
4210
4211 * vc/vc-hooks.el (vc-state): Doc fix.
4212
4213 2012-12-10 Glenn Morris <rgm@gnu.org>
4214
4215 * mail/rmail.el (rmail-maybe-display-summary):
4216 Preserve buffer, in case select-window changes it. (Bug#13066)
4217
4218 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4221 cl-load-hook where they belong.
4222
4223 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4224
4225 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4226
4227 2012-12-09 Eli Zaretskii <eliz@gnu.org>
4228
4229 Parallelize byte compilation on MS-Windows.
4230 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4231 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4232 (WINS_BASIC): Define as concatenation of the above.
4233 (compile): Subdivide into 4 separate and independent jobs that can
4234 be run in parallel.
4235 (compile0-CMD, compile0-SH): New targets for compiling
4236 COMPILE_FIRST files, which are prerequisites for the rest of the
4237 byte-compilation.
4238 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4239 New targets for parallel compilation with cmd.exe.
4240 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4241 compiling under a Unixy shell.
4242
4243 2012-12-09 Chong Yidong <cyd@gnu.org>
4244
4245 * simple.el (set-mark-default-inactive): Delete this
4246 accidentally-introduced option.
4247 (set-mark-command, exchange-point-and-mark): Remove calls.
4248
4249 2012-12-09 Glenn Morris <rgm@gnu.org>
4250
4251 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4252 Respect a defcustom's :set function, if appropriate. (Bug#109)
4253 (eval-defun): Doc fix.
4254
4255 2012-12-08 Juri Linkov <juri@jurta.org>
4256
4257 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4258 (Info-fontify-node, Info-bookmark-make-record): Remove the
4259 file extension from Info-current-file (Bug#13016).
4260
4261 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4264 point, still provide some default.
4265 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4266 names, since we don't use it right now. Actually return the list.
4267 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4268
4269 2012-12-07 Chong Yidong <cyd@gnu.org>
4270
4271 * novice.el (disabled-command-function): Remove a spurious help
4272 xref (Bug#13043). Suggested by Kelly Dean.
4273
4274 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4275 syntax is specified (Bug#13025).
4276
4277 * info.el (Info-set-mode-line): Remove the file extension from
4278 Info-current-file if there is one (Bug#13016).
4279
4280 2012-12-07 Glenn Morris <rgm@gnu.org>
4281
4282 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4283 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4284 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4285 and rmail-mime-decoded. (Bug#9841)
4286
4287 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4288 (batch-unrmail, unrmail): Doc fixes.
4289 (unrmail): Respect unrmail-mbox-format.
4290 * mail/rmail.el (rmail-mbox-format): New option.
4291 (rmail-show-message-1): Respect rmail-mbox-format.
4292
4293 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4296
4297 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4298
4299 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4300 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4301 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4302 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4303 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4304 (cl-progv): Don't rely on dynamic scoping to find the body.
4305 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4306 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4307 (cl-declaim): Use backquotes.
4308 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4309 Use "cl--" prefix for the object's tag.
4310
4311 * ses.el: Use advice-add/remove.
4312 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4313 (copy-region-as-kill, yank): Use advice-add.
4314 (ses-unload-function): Use advice-remove.
4315
4316 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4317
4318 * button.el: Make them work in header-lines (bug#12817).
4319 (button-map): Add bindings for header-line and mode-line use.
4320 (button-get, button-put, button-label): `button' may now be a string.
4321 (button-activate): Don't make it a defsubst.
4322 (button--area-button-p, button--area-button-string): New functions.
4323 (make-text-button): Fix the return value when `beg' was a string.
4324 (push-button): Handle the mode-line case.
4325
4326 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4329 (sql-signum): Remove. Use `cl-signum' instead.
4330 (sql-read-passwd): Remove; use read-passwd instread.
4331 (sql-get-login-ext): Use read-string.
4332 (sql-get-login): Use dolist and pcase.
4333 (sql--completion-table): Rename from sql-try-completion.
4334 Use complete-with-action.
4335 (sql-mode): Don't change abbrev-all-caps globally.
4336 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4337 (sql-postgres-completion-object): Initialize vars in their `let'.
4338 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4339 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4340 (sql-comint-interbase): Use a single append, without setq.
4341 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4342
4343 * hi-lock.el: Rework the default face and the serialize regexp code.
4344 (hi-lock--auto-select-face-defaults): Remove.
4345 (hi-lock-string-serialize-serial): Remove.
4346 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4347 make weak.
4348 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4349 equal string.
4350 (hi-lock-set-pattern): Adjust accordingly.
4351 (hi-lock--regexps-at-point): Simplify accordingly.
4352 (hi-lock--auto-select-face-defaults): Remove.
4353 (hi-lock--last-face): New var to replace it.
4354 (hi-lock-read-face-name): Rewrite (bug#11095).
4355 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4356
4357 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4358
4359 * net/tramp.el (tramp-replace-environment-variables):
4360 Hide compiler warning.
4361 (tramp-file-name-for-operation): Remove `executable-find',
4362 `start-process', `call-process' and `call-process-region'.
4363
4364 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4365
4366 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4367 compatibility.
4368
4369 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4370
4371 2012-12-06 Chong Yidong <cyd@gnu.org>
4372
4373 * ffap.el (ffap-replace-file-component): Fix typo.
4374
4375 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4378 fix open-paren-like token test (bug#12785).
4379
4380 2012-12-06 Glenn Morris <rgm@gnu.org>
4381
4382 * mail/rmailsum.el (rmail-new-summary): Tweak for
4383 rmail-maybe-display-summary changing buffer. (Bug#13066)
4384
4385 2012-12-06 Juri Linkov <juri@jurta.org>
4386
4387 * info.el (Info-fontify-node): Don't hide the last newline.
4388 (Bug#12272)
4389
4390 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4391
4392 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4393 so as to enable message-read-from-minibuffer to expand mail aliases.
4394
4395 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4398 the `intangible' property.
4399 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4400
4401 2012-12-05 Deniz Dogan <deniz@dogan.se>
4402
4403 * net/rcirc.el (rcirc-urls): Update documentation.
4404 (rcirc-condition-filter): New function.
4405 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4406 and exclude consecutive duplicate URLs (Bug#6082).
4407
4408 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4409
4410 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4411 Check return code of copy command.
4412
4413 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4414 Use group `tramp'. Add version.
4415
4416 2012-12-05 Chong Yidong <cyd@gnu.org>
4417
4418 * ffap.el (ffap-url-regexp): Don't require matching at front of
4419 string (Bug#4952).
4420 (ffap-url-p): If only a substring matches, return that.
4421 (ffap-url-at-point): Use the return value of ffap-url-p.
4422 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4423 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4424 (ffap-guess-file-name-at-point): Likewise.
4425 (ffap-replace-file-component): Fix typo.
4426
4427 * info.el (info-display-manual): Add existing Info buffers, whose
4428 files may not be in Info-directory-list, to the completion.
4429 (info--manual-names): New helper function.
4430
4431 2012-12-05 Glenn Morris <rgm@gnu.org>
4432
4433 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4434 New functions, for detecting and resolving conflicts. (Bug#10709)
4435
4436 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4437
4438 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4439 (hi-lock-auto-select-face-defaults): New buffer local variable.
4440 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4441 (hi-lock-unface-buffer): Prompt user with useful defaults.
4442 With prefix arg, unhighlight all hi-lock patterns in buffer.
4443
4444 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4447
4448 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4449
4450 * Makefile.in (TRAMP_SRC):
4451 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4452
4453 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4454
4455 * net/tramp-adb.el: New package.
4456
4457 2012-12-04 Chong Yidong <cyd@gnu.org>
4458
4459 * terminal.el: Move to obsolete/.
4460
4461 * longlines.el: Move to obsolete/.
4462
4463 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4464 Remove code referring to longlines mode.
4465
4466 2012-12-03 Juri Linkov <juri@jurta.org>
4467
4468 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4469
4470 2012-12-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4471
4472 * textmodes/ispell.el (ispell-init-process)
4473 (ispell-start-process, ispell-internal-change-dictionary):
4474 Make sure personal dictionary name is expanded after initial
4475 `default-directory' value. Use expanded strings for
4476 keep/restart checks and for value (Bug#13019).
4477
4478 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4479
4480 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4481
4482 2012-12-03 Leo Liu <sdl.web@gmail.com>
4483
4484 * files.el (dir-locals-read-from-file): Check file non-empty
4485 before reading. (Bug#13038)
4486
4487 2012-12-03 Glenn Morris <rgm@gnu.org>
4488
4489 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4490 Remove any version extension before checking filename. (Bug#13006)
4491 (jka-compr-compression-info-list): Belated :version bump.
4492
4493 2012-12-03 Chong Yidong <cyd@gnu.org>
4494
4495 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4496
4497 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4498 (buffer-menu): Doc fix (Bug#12294).
4499
4500 2012-12-03 Roland Winkler <winkler@gnu.org>
4501
4502 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4503 of diary-show-all-entries in the diary buffer (Bug#12994).
4504
4505 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4506
4507 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4508 "<STDIN>". This is binary safe.
4509
4510 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4511
4512 * calc/calc-forms.el (math-absolute-from-iso-dt)
4513 (math-date-to-iso-dt, math-parse-iso-date-validate)
4514 (math-iso-dt-to-date): New functions.
4515 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4516 (math-fd-isoweekday): New variables.
4517 (calc-date-notation, math-parse-standard-date, math-format-date)
4518 (math-format-date-part): Add support for more formatting codes.
4519
4520 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4521
4522 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4523 current buffer's file name when called interactively (Bug#12488).
4524
4525 2012-12-02 Juri Linkov <juri@jurta.org>
4526
4527 * info.el (info-display-manual): Don't clobber an existing Info
4528 buffer (Bug#10770). Add completion (Bug#10771).
4529
4530 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4531
4532 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4533 before using it for comparison (Bug#5297).
4534
4535 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4536
4537 * textmodes/css-mode.el (css-current-defun-name): New function.
4538 (css-mode): Use it.
4539
4540 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4541 (html-mode): Use it.
4542
4543 2012-12-01 Chong Yidong <cyd@gnu.org>
4544
4545 Modularize add-log-current-defun (Bug#2224).
4546 Suggested by Jari Aalto.
4547
4548 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4549 (add-log-current-defun): Move mode-specific code to other files.
4550 (add-log-lisp-like-modes, add-log-c-like-modes)
4551 (add-log-tex-like-modes): Variables deleted.
4552
4553 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4554 (lisp-mode-variables): Use it.
4555
4556 * progmodes/cc-mode.el (c-common-init):
4557 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4558 add-log-current-defun-function.
4559
4560 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4561 (m4-mode): Use it.
4562
4563 * progmodes/perl-mode.el (perl-current-defun-name): New.
4564 (perl-mode): Use it.
4565
4566 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4567 Use lisp-current-defun-name.
4568
4569 * textmodes/tex-mode.el (tex-current-defun-name): New.
4570 (tex-common-initialization): Use it.
4571
4572 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4573 (texinfo-mode): Use it.
4574
4575 2012-12-01 Chong Yidong <cyd@gnu.org>
4576
4577 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4578 * progmodes/autoconf.el (autoconf-mode):
4579 * progmodes/js.el (js-mode):
4580 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4581 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4582 * progmodes/perl-mode.el (perl-mode):
4583 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4584 * textmodes/css-mode.el (css-mode):
4585 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4586 (sgml-tags-invisible, sgml-guess-indent):
4587 * textmodes/tex-mode.el (tex-common-initialization)
4588 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4589 (doctex-mode, plain-tex-mode, latex-mode):
4590 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4591
4592 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4593
4594 * vc/vc-hg.el (vc-hg-next-revision):
4595 Ensure use of default "tip" output format. (Bug#6968)
4596
4597 2012-12-01 Kim F. Storm <storm@cua.dk>
4598
4599 * startup.el (fancy-startup-tail): Add a clickable link
4600 (Bug#2176).
4601
4602 2012-12-01 Chong Yidong <cyd@gnu.org>
4603
4604 * startup.el (fancy-startup-tail): Improve the message about
4605 auto-save files (Bug#2176).
4606
4607 * files.el (recover-session): Improve the descriptive message, and
4608 use substitute-command-keys.
4609
4610 2012-12-01 Glenn Morris <rgm@gnu.org>
4611
4612 * ido.el (ido-file-internal):
4613 Handle other-window, other-frame for dired. (Bug#13036)
4614
4615 2012-11-30 Glenn Morris <rgm@gnu.org>
4616
4617 * icomplete.el (icomplete-separator): Fix :version.
4618
4619 2012-11-30 Chong Yidong <cyd@gnu.org>
4620
4621 * shell.el (shell): For C-u M-x shell, use an inactive shell
4622 buffer as the default (Bug#1975).
4623 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4624 (shell-mode): Use them to reapply ansi colorization if Shell mode
4625 is re-enabled.
4626
4627 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4628
4629 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4630
4631 2012-11-30 Samuel Bronson <naesten@gmail.com>
4632
4633 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4634 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4635
4636 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4637
4638 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4639 by move-to-column (Bug#3234).
4640
4641 2012-11-30 Chong Yidong <cyd@gnu.org>
4642
4643 * longlines.el (longlines-wrap-line, longlines-encode-region):
4644 Preserve text properties (Bug#1425).
4645
4646 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4647
4648 * vc/vc.el (vc-register): Allow registering a file which is
4649 already registered with a different backend (Bug#10589).
4650
4651 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4652 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * icomplete.el: Change separator; add ido-style commands.
4655 (icomplete-show-key-bindings): Remove custom var.
4656 (icomplete-get-keys): Remove function.
4657 (icomplete-forward-completions, icomplete-backward-completions):
4658 New commands.
4659 (icomplete-minibuffer-map): New var.
4660 (icomplete-minibuffer-setup): Use it.
4661 (icomplete-exhibit): Don't delay if the list of completions is known.
4662 (icomplete-separator): New custom.
4663 (icomplete-completions): Use it.
4664 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4665 (minibuffer-force-complete-and-exit): New command.
4666 (minibuffer--complete-and-exit): New function extracted from
4667 minibuffer-complete-and-exit.
4668 (minibuffer-complete-and-exit): Use it.
4669
4670 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4671 error message when the file doesn't exist (bug#12974).
4672
4673 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4674
4675 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4676
4677 2012-11-29 Glenn Morris <rgm@gnu.org>
4678
4679 * files.el (hack-dir-local-variables): Warn if try to set
4680 coding via dir-locals, since it doesn't work. (Bug#7169)
4681
4682 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4683 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4684 Set buffer-local value of desktop-save-buffer.
4685 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4686 New functions.
4687 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4688 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4689
4690 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4691 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4692 Doc fix.
4693 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4694 Doc fixes.
4695
4696 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4697
4698 * calc/calc-forms.el (calc-date-notation): Fix regexp
4699 used to find time codes. Fix symbol for seconds.
4700
4701 2012-11-27 Glenn Morris <rgm@gnu.org>
4702
4703 * emacs-lisp/derived.el (derived-mode-make-docstring):
4704 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4705
4706 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4709 lexically scoped variables (bug#13005).
4710
4711 2012-11-27 Glenn Morris <rgm@gnu.org>
4712
4713 * vc/vc-hooks.el (vc-mistrust-permissions):
4714 Default to t, to avoid data-loss. (Bug#11490)
4715
4716 2012-11-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4717
4718 * progmodes/python.el (python-indent-guess-indent-offset):
4719 If indentation is guessed make python-indent-offset buffer-local.
4720
4721 Fix Imenu regression.
4722 * progmodes/python.el (python-nav-beginning-of-defun):
4723 Fix forward movement when statement(s) separates point from defun.
4724 (python-imenu-prev-index-position): New function.
4725
4726 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4727
4728 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4729
4730 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4731 Don't set buffer-file-type. Return nil. (Bug#12989)
4732
4733 2012-11-27 Glenn Morris <rgm@gnu.org>
4734
4735 * hippie-exp.el (hippie-expand-try-functions-list):
4736 Re-autoload it. (Bug#12982)
4737
4738 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4739
4740 * descr-text.el (describe-char-padded-string):
4741 Call internal-char-font only on GUI frames. (Bug#11964)
4742
4743 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4744
4745 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4746 and obsoletion message.
4747
4748 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4751 the constructs to keep outside of the `cl-block' (bug#12977).
4752
4753 2012-11-27 Chong Yidong <cyd@gnu.org>
4754
4755 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4756 keep reading until we get the up-event anyway, in order to process
4757 the up-event for mouse-1-click-follows-link (Bug#12971).
4758
4759 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4762 base function is not yet defined (bug#12965).
4763 (ad-activate-advised-definition): Use ad-compile-function.
4764 (ad-activate): Use cond.
4765
4766 2012-11-25 Leo Liu <sdl.web@gmail.com>
4767
4768 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4769 (Bug#12979)
4770
4771 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4772
4773 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4774 reftex-section-info-function in order to be compatible with
4775 Texinfo integration.
4776
4777 * textmodes/reftex.el (reftex-section-pre-regexp)
4778 (reftex-section-post-regexp, reftex-section-info-function):
4779 New variable.
4780 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4781 reftex-section-post-regexp, and reftex-section-info-function in order
4782 to be compatible with Texinfo integration.
4783
4784 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4785 use reftex-section-pre-regexp variable in order to be compatible with
4786 Texinfo integration.
4787
4788 2012-11-25 Chong Yidong <cyd@gnu.org>
4789
4790 * faces.el: Make face-spec-set more analogous to setq.
4791 (face-spec-set): Change the third arg to specify whether this
4792 function is being called via defface, customize, or a third party.
4793 Set the appropriate symbol properties. Clear the override spec if
4794 setting via Custom. Initialize face if necessary. (Bug#4988)
4795 (face-spec-recalc): Allow theme faces to completely replace the
4796 defface spec, in the same way as custom faces (Bug#8454).
4797
4798 * cus-face.el (custom-declare-face): Move face initialization to
4799 face-spec-set.
4800 (custom-theme-set-faces): Don't initialize the face name here, as
4801 that is now done in face-spec-set.
4802
4803 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4804 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4805 Simplify by using the new arg to face-spec-set.
4806
4807 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4808 reset face-override-spec too, and use custom-declare-face.
4809
4810 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4811
4812 * term/ns-win.el (ns-initialize-window-system): Move creation of
4813 fontsets here (Bug#11964).
4814
4815 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4816
4817 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4818 cell renaming.
4819
4820 2012-11-24 Chong Yidong <cyd@gnu.org>
4821
4822 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4823 obsolete.
4824
4825 * custom.el (custom-theme-set-variables): Use a topological sort
4826 for ordering by custom dependencies (Bug#12952).
4827 (custom--sort-vars, custom--sort-vars-1): New functions.
4828
4829 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4830
4831 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4832 lexical-binding (bug#12938).
4833
4834 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4835
4836 * image-mode.el (image-transform-check-size): Use assertions only
4837 for images of type imagemagick.
4838
4839 Otherwise no error, image-transform-fit-to-{width,height} is
4840 silently ignored, as before. Doc fix.
4841
4842 2012-11-24 Chong Yidong <cyd@gnu.org>
4843
4844 * faces.el (color-defined-p): Doc fix (Bug#12853).
4845
4846 2012-11-24 Juri Linkov <juri@jurta.org>
4847
4848 * dired.el (dired-mark): Add optional arg `interactive'.
4849 Check for `use-region-p' if `interactive' is non-nil.
4850 (dired-unmark, dired-flag-file-deletion): Add optional arg
4851 `interactive'. Call `dired-mark' with the arg `interactive'.
4852 (Bug#10624)
4853
4854 * wdired.el: Revert 2012-10-17 change partly and replace it with
4855 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4856 (wdired-finish-edit): Add marks for new file names to
4857 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4858 after `revert-buffer'.
4859 (wdired-do-renames): Remove calls to `dired-remove-file',
4860 `dired-add-file', `dired-add-entry'. (Bug#11795)
4861
4862 2012-11-24 Alan Mackenzie <acm@muc.de>
4863
4864 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4865
4866 Fix bugs in the state cache. Enhance a debugging mechanism.
4867 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4868 "brace at column zero" strategy for C++.
4869 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4870 (c-parse-state-point): New variable.
4871 (c-record-parse-state-state): Record old parse state with
4872 `copy-tree'. Record previous value of point.
4873 (c-debug-parse-state-double-cons): New debugging function.
4874 (c-debug-parse-state): Call the above new function.
4875 (c-toggle-parse-state-debug): Output a confirmatory message.
4876
4877 * progmodes/cc-mode.el (c-before-change, c-after-change):
4878 Call c-invalidate-state-cache from `c-before-change' instead of
4879 `c-after-change'.
4880
4881 2012-11-23 Chong Yidong <cyd@gnu.org>
4882
4883 * find-cmd.el (find-constituents): Add executable, ipath,
4884 readable, samefile, writable, daystart, regextype (Bug#12856).
4885
4886 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4887
4888 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4889
4890 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4891
4892 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4893 definition. This fixes a bootstrap failure.
4894 (calc-gregorian-switch): In menu, put dates before regions.
4895 This is easier to follow, lines up better in the menu, and lets us
4896 coalesce regions that switch at the same time. Give country
4897 names, not "Vatican", as that's better for non-expert users.
4898 Use names that are stable between the date of switch and now, e.g.,
4899 Bohemia and Moravia (which existed then and now) and not
4900 Czechoslovakia (which didn't exist then and doesn't exist now).
4901 What is now the U.S. mostly did not switch at the same time as
4902 Britain, so omit the U.S. Correct spelling of "Britain".
4903 Catholic Switzerland was too much of a mess, so omit it.
4904
4905 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4906
4907 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4908 after the variable is changed.
4909
4910 2012-11-21 Daniel Colascione <dancol@dancol.org>
4911
4912 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4913 in SQL declarations for font-lock.
4914 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4915
4916 2012-11-21 Glenn Morris <rgm@gnu.org>
4917
4918 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4919 (face-italic-p): Add optional argument "inherit".
4920
4921 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4922 Remove -p suffix from names, for consistency with other set-face-*.
4923 (set-face-inverse-video): Fix interactive spec.
4924 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4925 * textmodes/table.el (table--update-cell-face):
4926 Use set-face-inverse-video rather than now obsolete alias.
4927
4928 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4929
4930 * simple.el (line-move): Don't call line-move-partial if
4931 scroll-conservatively is in effect. (Bug#12927)
4932
4933 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4936 Fallback on completion-at-point rather than
4937 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4938 (eshell-cmpl-initialize): Setup completion-at-point.
4939
4940 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4941
4942 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4943
4944 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4945
4946 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4947 are remote, check out-of-band property for both.
4948
4949 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * window.el (switch-to-buffer): Re-add the warning that was lost in the
4952 code rewrite.
4953
4954 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
4955
4956 More minor time fixes.
4957 * calendar/time-date.el: Commentary fix.
4958 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4959 too much other code depends on (0 0) time stamps.
4960 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4961 Add a couple of FIXME comments.
4962
4963 Minor cleanup for times as lists of four integers.
4964 * files.el (dir-locals-directory-cache):
4965 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4966 Doc fixes.
4967 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4968 * ps-bdf.el (bdf-file-newer-than-time):
4969 Process four-integers time stamps, not two. Doc fixes.
4970
4971 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * uniquify.el (uniquify-managed): Use defvar-local.
4974 (rename-buffer, create-file-buffer): Advise with advice-add.
4975 (uniquify-unload-function): Unadvise accordingly.
4976
4977 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4978 (trace-buffer): Don't purecopy.
4979 (trace-entry-message, trace-exit-message): Add `context' arg.
4980 (trace--timer): New var.
4981 (trace-make-advice): Adjust for use in nadvice.
4982 Add `context' argument. Delay `display-buffer' via a timer.
4983 (trace-function-internal): Use advice-add.
4984 (trace--read-args): New function.
4985 (trace-function-foreground, trace-function-background): Use it.
4986 (trace-function): Rename to trace-function-foreground and redefine as
4987 an alias to that new name.
4988 (untrace-function, untrace-all): Adjust to the use of nadvice.
4989
4990 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4991
4992 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4993
4994 * subr.el (called-interactively-p-functions): New var.
4995 (internal--called-interactively-p--get-frame): New macro.
4996 (called-interactively-p, interactive-p): Rewrite in Lisp.
4997 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4998 (called-interactively-p-functions): Use it.
4999 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5000 (called-interactively-p-functions): Use it.
5001 * allout.el (allout-called-interactively-p): Don't assume
5002 called-interactively-p is a subr.
5003
5004 2012-11-20 Glenn Morris <rgm@gnu.org>
5005
5006 * profiler.el (profiler-report-mode-map): Add a menu.
5007 No need to bind `q' because we derive from special-mode.
5008 (profiler-report-find-entry): Handle calls from the menu-bar.
5009
5010 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5011
5012 * emacs-lisp/byte-run.el (defun-declarations-alist):
5013 Allow a compiler-macro to be a lambda expression.
5014
5015 * progmodes/python.el: Use cl-lib. Move var declarations outside of
5016 eval-when-compile.
5017 (python-syntax-context): Add compiler-macro.
5018 (python-font-lock-keywords): Simplify with De Morgan.
5019
5020 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5021
5022 * files.el (load-file): Require match in minibuffer selection, as was
5023 the case in Emacs-20 before we changed the spec to allow .elc files
5024 (bug#12935).
5025
5026 * json.el: Don't require cl since we don't use it.
5027 * color.el: Don't require cl.
5028 (color-complement): `caddr' -> `nth 2'.
5029
5030 * calendar/time-date.el (time-to-seconds): De-obsolete.
5031
5032 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
5033
5034 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5035 year numbers.
5036 (math-date-to-julian-dt): Adjust the initial approximation for the
5037 year to deal with the new definition of the DATE.
5038
5039 2012-11-19 Daniel Colascione <dancol@dancol.org>
5040
5041 * term/w32-win.el (cygwin-convert-path-from-windows):
5042 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5043
5044 2012-11-18 Chong Yidong <cyd@gnu.org>
5045
5046 * filecache.el (file-cache--read-list): New function.
5047 (file-cache-add-directory-list, file-cache-add-file-list)
5048 (file-cache-delete-file-list, file-cache-delete-directory-list):
5049 Use it to read a list of files or directories (Bug#12846).
5050 (file-cache-add-file, file-cache-add-directory)
5051 (file-cache-delete-file-list, file-cache-delete-file-regexp)
5052 (file-cache-delete-directory): Print an message.
5053
5054 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
5055
5056 * calc/calc-forms.el (math-date-to-dt): Use integer date when
5057 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5058
5059 2012-11-18 Glenn Morris <rgm@gnu.org>
5060
5061 * image.el (insert-image, insert-sliced-image): Doc fix.
5062
5063 2012-11-18 Chong Yidong <cyd@gnu.org>
5064
5065 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5066 (Bug#12810).
5067
5068 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5069
5070 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5071 response when the target file is in a subdirectory (Bug#12757).
5072
5073 2012-11-18 Chong Yidong <cyd@gnu.org>
5074
5075 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5076
5077 2012-11-18 Glenn Morris <rgm@gnu.org>
5078
5079 * emacs-lisp/cl-lib.el (face-underline-p):
5080 Use set-face-underline rather than the alias set-face-underline-p.
5081
5082 * window.el (with-temp-buffer-window): Doc fix.
5083 * subr.el (with-output-to-temp-buffer):
5084 Add doc xref to with-temp-buffer-window.
5085
5086 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
5087
5088 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5089 * calc/calc.el (math-format-date-cache): Declare.
5090
5091 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
5092
5093 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5094 It also uses January 1, 1 AD as its day number 1.
5095 * calc/calc-forms.el (math-julian-date-beginning)
5096 (math-julian-date-beginning-int): Implement this.
5097
5098 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
5099
5100 * descr-text.el (quail-find-key):
5101 * dired.el (desktop-file-name):
5102 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5103 * generic-x.el (comint-mode, comint-exec):
5104 * image-dired.el (widget-forward):
5105 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5106 (speedbar-change-expand-button-char)
5107 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5108 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5109 * printing.el (easy-menu-add-item, easy-menu-remove-item)
5110 (widget-field-action, widget-value-set):
5111 * speedbar.el (imenu--make-index-alist):
5112 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5113 (ring-length, ring-insert):
5114 * vcursor.el (compare-windows-skip-whitespace):
5115 * woman.el (dired-get-filename):
5116 Declare functions.
5117
5118 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5119
5120 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5121
5122 * calc/calc.el (calc-gregorian-switch): New variable.
5123
5124 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5125 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5126 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5127 (math-leap-year-p): Add option to distinguish between Julian
5128 and Gregorian calendars.
5129 (math-day-number): Use `math-day-in-year' to do the computations.
5130 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5131 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5132 to do the computations.
5133 (math-date-to-dt): Use `math-date-to-julian-dt' and
5134 `math-date-to-gregorian-dt' to do the computations.
5135 (calcFunc-weekday, math-format-date-part): Use the new version of
5136 the DATE to determine the weekday.
5137 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5138 when necessary.
5139
5140 2012-11-17 Eli Zaretskii <eliz@gnu.org>
5141
5142 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5143 Cygwin; otherwise use 'file:'. (Bug#12914)
5144 (cygwin-convert-path-from-windows): Declare, to avoid
5145 byte-compiler warnings.
5146
5147 2012-11-17 Andreas Politz <politza@fh-trier.de>
5148
5149 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5150 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5151 prefix and negative numeric prefix args (Bug#12795).
5152
5153 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
5154
5155 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5156 Don't signal an error with a score that is too low to add to the
5157 list of top scores. (Bug#12779)
5158
5159 2012-11-17 Chong Yidong <cyd@gnu.org>
5160
5161 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5162
5163 * filecache.el (file-cache-add-file): Handle relative file name in
5164 the argument (Bug#12694).
5165
5166 2012-11-16 JĂ¼rgen Hötzel <juergen@archlinux.org> (tiny change)
5167
5168 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5169
5170 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5173
5174 * emacs-lisp/cl-lib.el: Set more meaningful version number.
5175
5176 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5177
5178 * window.el (enlarge-window, shrink-window): Don't mention return
5179 value in doc-string (Bug#12896).
5180 (window--display-buffer): Don't resize frames - it won't work
5181 with all window managers and defeat pop-up-frame-alist.
5182 (display-buffer-alist): In doc-string explain that CONDITION can
5183 be a function and which arguments are passed to it (Bug#12854).
5184 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
5185 expressions (Bug#12854).
5186 (display-buffer): Pass ACTION argument to
5187 display-buffer-assq-regexp.
5188
5189 2012-11-16 Glenn Morris <rgm@gnu.org>
5190
5191 * window.el (fit-frame-to-buffer-bottom-margin)
5192 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5193
5194 * faces.el (face-underline-p): Use face-attribute-specified-or.
5195
5196 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
5197
5198 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5199
5200 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5203
5204 2012-11-16 Glenn Morris <rgm@gnu.org>
5205
5206 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
5207 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5208
5209 * faces.el (face-underline-p): Doc fix. Handle :underline being
5210 things other than `t' (a string, a list).
5211 (face-inverse-video-p): Doc fix.
5212 (set-face-underline): Rename it back from set-face-underline-p.
5213 Doc fix. Allow interactive input of values other than t.
5214 (read-face-attribute): Apply formatting to :underline,
5215 since like :box and :stipple it can take list values.
5216
5217 * term.el (ansi-term): Don't let C-x escape-char binding
5218 clobber the more standard C-c binding. (Bug#12842)
5219
5220 * subr.el (set-temporary-overlay-map): Doc fix.
5221
5222 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5223
5224 * window.el (record-window-buffer)
5225 (display-buffer-record-window): When copying the markers to
5226 window-point preserve window-point-insertion-type. (Bug#12588)
5227
5228 2012-11-16 Glenn Morris <rgm@gnu.org>
5229
5230 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5231 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5232 Use new names for hooks rather than obsolete aliases.
5233
5234 2012-11-15 Daniel Colascione <dancol@dancol.org>
5235
5236 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5237 prefix instead of "file:" so that when FILE-NAME begins with "//",
5238 as it does when the target file is on a network share, url-handler
5239 isn't confused.
5240
5241 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5244 a preactivated advice from an old advice.el; they're not compatible!
5245
5246 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5247
5248 * emacs-lisp/nadvice.el (advice--make-interactive-form):
5249 Fix string-spec case.
5250
5251 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5252
5253 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5256 (advice--buffer-local-function-sample): New var.
5257 (advice--set-buffer-local, advice--buffer-local): New functions.
5258 (add-function, remove-function): Use them.
5259
5260 2012-11-15 Drew Adams <drew.adams@oracle.com>
5261
5262 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5263
5264 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5267 potential binding of print-gensym to t, and prettify (back)quotes in
5268 case they appear in args's default values (bug#12884).
5269
5270 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5273 (advice-eval-interactive-spec): New function.
5274 (advice--make-interactive-form): Support around advice (bug#12844).
5275
5276 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5277
5278 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5279 more strict. Add docstring.
5280 (ruby-expression-expansion-re): Extract from
5281 `ruby-match-expression-expansion'.
5282 (ruby-syntax-propertize-function): After everything else, search
5283 for expansions in string literals, mark their insides as
5284 whitespace syntax and save match data for font-lock.
5285 (ruby-font-lock-keywords): Use the 2nd group from expression
5286 expansion matches.
5287 (ruby-match-expression-expansion): Use the match data saved to the
5288 text property in ruby-syntax-propertize-function.
5289
5290 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5293 (bug#12879).
5294
5295 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5296
5297 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5298 start/end keyword a bit harder. Works with different values of N.
5299 Add more comments.
5300 (ruby-end-of-block): Update accordingly.
5301
5302 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * woman.el (woman-file-name): Don't mess with unread-command-events
5305 (bug#12861).
5306
5307 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5308 Remove out of date self-require hack.
5309 (ad-do-advised-functions): Use simple `dolist'.
5310 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5311 (ad-advice-definition): Redefine as functions.
5312 (ad-advice-classes): Move before first use.
5313 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5314 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5315 (ad--defalias-fset): Remove functions.
5316 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5317 (ad-get-orig-definition): Rewrite.
5318 (ad-make-advised-definition-docstring): Change base docstring.
5319 (ad-real-orig-definition): Rewrite.
5320 (ad-map-arglists): Change name of called function.
5321 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5322 (ad-make-advised-definition): Simplify.
5323 (ad-assemble-advised-definition): Tweak for new calling context.
5324 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5325 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5326 function and call ad-activate if needed.
5327 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5328 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5329 (ad-compile-function): Compile ad-Advice-*.
5330 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5331 (ad-start-advice, ad-stop-advice): Remove.
5332
5333 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5334
5335 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5336 period before class method names, not after. Remove handling of
5337 one impossible case. Add comments.
5338
5339 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * emacs-lisp/advice.el: Remove support for freezing.
5342 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5343 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5344 Remove support for `freeze'.
5345
5346 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5347 override the default.
5348 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5349 cl--dotimes/dolist.
5350 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5351 `cl' is loaded.
5352
5353 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5354 from add-advice.
5355 (advice--strip-macro): New function.
5356 (advice--defalias-fset): Use them to handle macros.
5357 (advice-add): Use them.
5358 (advice-member-p): Correctly handle macros.
5359
5360 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5361
5362 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5363 Never font-lock the beginning of singleton class as heredoc.
5364
5365 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5368
5369 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5370
5371 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5372 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5373 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5374
5375 2012-11-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5376
5377 Fix end-of-defun misbehavior.
5378 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5379 python-beginning-of-defun-function. Handle nested defuns
5380 correctly.
5381 (python-nav-end-of-defun): Rename from
5382 python-end-of-defun-function. Ensure forward movement.
5383 (python-info-current-defun): Reimplement to work as intended
5384 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5385 parent defuns as soon as possible.
5386
5387 2012-11-13 Glenn Morris <rgm@gnu.org>
5388
5389 * progmodes/flymake.el (flymake-error-bitmap)
5390 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5391 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5392
5393 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5394
5395 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5396 backward, always stop at indentation. Reverts the change from
5397 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5398
5399 2012-11-13 Glenn Morris <rgm@gnu.org>
5400
5401 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5402 Add ibuffer-filter-by-derived-mode.
5403
5404 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5405 the same name shadowing each other.
5406
5407 * window.el (with-temp-buffer-window): Doc tweak.
5408
5409 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5410
5411 * help.el (temp-buffer-max-height):
5412 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5413 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5414
5415 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * emacs-lisp/nadvice.el: New package.
5418 * subr.el (special-form-p): New function.
5419 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5420 (elp-all-instrumented-list): Remove var.
5421 (elp-not-profilable): Remove elp-wrapper.
5422 (elp-profilable-p): Use autoloadp and special-form-p.
5423 (elp--advice-name): New const.
5424 (elp-instrument-function): Use advice-add.
5425 (elp--instrumented-p): New predicate.
5426 (elp-restore-function): Use advice-remove.
5427 (elp-restore-all, elp-reset-all): Use mapatoms.
5428 (elp-set-master): Use elp--instrumented-p.
5429 (elp--make-wrapper): Rename from elp-wrapper, return a function
5430 suitable for advice-add. Use cl-inf.
5431 (elp-results): Use mapatoms+elp--instrumented-p.
5432 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5433 (debug-function-list): Remove var.
5434 (debug): Rename arg, and then let-bind it explicitly inside.
5435 (debugger-setup-buffer): Rename arg.
5436 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5437 (debugger-frame-number): Adjust to new debug-on-entry setup.
5438 (debug--implement-debug-on-entry): Rename from
5439 implement-debug-on-entry, add argument.
5440 (debugger-special-form-p): Remove, use special-form-p instead.
5441 (debug-on-entry): Use advice-add.
5442 (debug--function-list): New function.
5443 (cancel-debug-on-entry): Use it, along with advice-remove.
5444 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5445 (debugger-list-functions): Use debug--function-list instead of
5446 debug-function-list.
5447 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5448 (ad-special-form-p): Remove, use special-form-p instead.
5449 (ad-set-advice-info): Use add-function and remove-function.
5450 (ad--defalias-fset): Adjust accordingly.
5451
5452 2012-11-10 Glenn Morris <rgm@gnu.org>
5453
5454 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5455 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5456 (report-emacs-bug-create-existing-bugs-buffer)
5457 (report-emacs-bug-parse-query-results)
5458 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5459
5460 * term.el (term-default-fg-color, term-default-bg-color):
5461 Make obsolete, rather than just saying "deprecated" in the doc.
5462
5463 * term.el (term): Rename from `term-face'.
5464 (term-current-face, ansi-term-color-vector)
5465 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5466 Update all users.
5467
5468 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5469
5470 * server.el (server-create-window-system-frame): Handle Nextstep
5471 specially (Bug#12780).
5472
5473 2012-11-10 Glenn Morris <rgm@gnu.org>
5474
5475 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5476 Unautoload, and make obsolete. (Bug#7449)
5477
5478 2012-11-10 Chong Yidong <cyd@gnu.org>
5479
5480 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5481 rename from diff-remove-trailing-whitespace (Bug#12831).
5482
5483 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5484
5485 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5486 miscompilation of trace.el.
5487
5488 2012-11-10 Glenn Morris <rgm@gnu.org>
5489
5490 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5491
5492 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5493
5494 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5495 (bug#12812).
5496
5497 2012-11-10 Chong Yidong <cyd@gnu.org>
5498
5499 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5500 a defcustom with an appropriate :set function.
5501 (minibuffer-default--in-prompt-regexps): New function.
5502
5503 2012-11-10 Glenn Morris <rgm@gnu.org>
5504
5505 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5506 (define-modify-macro): Doc fixes.
5507
5508 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5509 (gv-define-simple-setter): Update doc of `fix-return'.
5510
5511 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5514 twice when `fix-return' is set (bug#12813).
5515
5516 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5517 gv-define-simple-setter (bug#12812).
5518
5519 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5520 (bug#12756).
5521
5522 2012-11-10 Glenn Morris <rgm@gnu.org>
5523
5524 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5525
5526 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5527 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5528 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5529 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5530
5531 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5532
5533 2012-11-10 Leo Liu <sdl.web@gmail.com>
5534
5535 * ido.el (ido-set-matches-1): Improve flex matching performance by
5536 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5537
5538 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5539
5540 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5541 (ad--defalias-fset): New function.
5542 (ad-safe-fset): Remove.
5543 (ad-make-freeze-definition): Use cl-letf*.
5544
5545 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * subr.el (dolist): Don't bind VAR in RESULT.
5548
5549 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5550 (fset, documentation): Don't save real def since we don't advise.
5551 (ad-do-advised-functions): Remove problematic `result-form'.
5552 (ad-safe-fset): `ad-real-fset' => `fset'.
5553 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5554 uses CL's dolist internally.
5555 (ad-arglist): Remove unused arg `name'.
5556 (ad-docstring, ad-make-advised-docstring):
5557 `ad-real-documentation' => `documentation'.
5558 (warning-suppress-types): Declare.
5559 (ad-set-arguments): Simple CSE.
5560 (ad-recover-normality): Sanity check.
5561
5562 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5563 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5564
5565 2012-11-09 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5566
5567 * ses.el: symbol to coordinate mapping is made by symbol property
5568 `ses-cell'. This means that the same mapping is done for all SES
5569 sheets. That is good enough for cells with standard A1 names, but
5570 not for named cell. So a hash map is added for the latter.
5571 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5572 (ses-sym-rowcol): Use hashmap for named cell.
5573 (ses-is-cell-sym-p): New defun.
5574 (ses-decode-cell-symbol): New defun.
5575 (ses-create-cell-variable): Add cell to hashmap when name is not
5576 A1-like.
5577 (ses-rename-cell): Check that cell new name is not already in
5578 spreadsheet with the use of ses-is-cell-sym-p
5579 (ses-rename-cell): Use hash map for named cells, but accept also
5580 renaming back to A1-like.
5581
5582 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * emacs-lisp/advice.el: Use new dynamic docstrings.
5585 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5586 Use dynamic-docstring-function instead of ad-advice-info.
5587 (ad--make-advised-docstring): New function extracted from
5588 ad-make-advised-docstring.
5589 (ad-make-advised-docstring): Use it.
5590 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5591 from sql-help.
5592 (sql-help): Use it with dynamic-docstring-function.
5593
5594 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5595
5596 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * files.el (hack-one-local-variable--obsolete): New function.
5599 (hack-one-local-variable): Use it for obsolete settings.
5600
5601 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5602 the new name.
5603
5604 * progmodes/js.el (js--filling-paragraph): New var.
5605 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5606 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5607 less sneaky.
5608
5609 2012-11-08 Julien Danjou <julien@danjou.info>
5610
5611 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5612 `auto-mode-alist' (Bug#12835).
5613
5614 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5617 (perl--prettify-symbols-alist): New const.
5618 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5619 New functions.
5620 (perl-font-lock-keywords-2): Use them.
5621 (perl-electric-noindent-p): New function.
5622 (perl-mode): Use it to set up electric-indent-mode.
5623 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5624 (perl-mode-map): Remove bindings for them.
5625 (perl-imenu-generic-expression, perl-outline-level):
5626 Match functions&packages in column>0.
5627
5628 * env.el (env--substitute-vars-regexp): New const.
5629 (substitute-env-vars): Use it. Add `only-defined' arg.
5630 * net/tramp.el (tramp-replace-environment-variables): Use it.
5631
5632 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5633 Byte-compile *before* eval in eval-and-compile.
5634 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5635 (byte-compile-file-form-autoload): Don't hide actual definition.
5636 (byte-compile-maybe-guarded): Accept `functionp' as well.
5637
5638 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5639
5640 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5641
5642 * notifications.el (notifications-get-server-information-method):
5643 New defconst.
5644 (notifications-get-capabilities): Fix docstring.
5645 (notifications-get-server-information): New defun.
5646
5647 2012-11-06 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5648
5649 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5650 readability.
5651
5652 * textmodes/ispell.el: Experimental support for support debugging.
5653 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5654 buffer for ispell.
5655 (ispell-print-if-debug): New function to print stuff to
5656 `ispell-debug-buffer' if debugging is enabled.
5657 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5658 show some debugging info.
5659 (ispell-buffer-with-debug): New function that creates a debugging
5660 buffer and calls `ispell-buffer' with debugging enabled.
5661
5662 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5663 comment in autoconf mode. (Bug#12768)
5664
5665 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5666
5667 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5668 frame-first-window, frame-root-window, frame-selected-window,
5669 minibuffer-selected-window, minibuffer-window,
5670 window-absolute-pixel-edges, window-at, window-body-height,
5671 window-body-width, window-display-table, window-combination-limit,
5672 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5673 window-inside-edges, window-inside-pixel-edges, window-left-child,
5674 window-left-column, window-margins, window-next-buffers,
5675 window-next-sibling, window-new-normal, window-new-total,
5676 window-normal-size, window-parameter, window-parameters, window-parent,
5677 window-pixel-edges, window-point, window-prev-buffers,
5678 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5679 window-start, window-text-height, window-top-child, window-top-line,
5680 window-total-height, window-total-width and window-use-time to the list
5681 of functions without side-effects.
5682 (toplevel): Add window-valid-p to the list of error-free functions
5683 without side-effects.
5684
5685 2012-11-05 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5686
5687 * textmodes/ispell.el (ispell-program-name):
5688 Update spellchecker parameters when customized.
5689
5690 2012-11-04 Glenn Morris <rgm@gnu.org>
5691
5692 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5693
5694 2012-11-04 Chong Yidong <cyd@gnu.org>
5695
5696 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5697 same-window-* variables.
5698
5699 2012-11-04 Juri Linkov <juri@jurta.org>
5700
5701 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5702 (isearch-describe-key, isearch-describe-mode): Use a display
5703 action instead of binding same-window-* variables (Bug#10040).
5704
5705 2012-11-03 Glenn Morris <rgm@gnu.org>
5706
5707 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5708 Rename handler properties back from cl-- to cl-. (Bug#12788)
5709
5710 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5711
5712 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5713
5714 * term/pc-win.el: Don't load term/internal from here.
5715
5716 * loadup.el: Load term/internal from here.
5717
5718 2012-11-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5719
5720 * progmodes/python.el (inferior-python-mode): Fix hang in
5721 jit-lock (Bug#12645).
5722
5723 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5724
5725 * window.el (switch-to-visible-buffer)
5726 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5727
5728 2012-11-03 Glenn Morris <rgm@gnu.org>
5729
5730 * emacs-lisp/cl-lib.el (cl--random-time):
5731 Rename from cl-random-time. (Bug#12773)
5732 (cl--gensym-counter, cl--random-state): Update callers.
5733 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5734
5735 2012-11-03 Chong Yidong <cyd@gnu.org>
5736
5737 * cus-start.el: Make cursor-type customizable (Bug#11633).
5738
5739 2012-11-02 Glenn Morris <rgm@gnu.org>
5740
5741 * filecache.el: No need to load find-lisp when compiling.
5742 (find-lisp-find-files): Autoload it.
5743 (file-cache-add-directory-recursively): Don't require find-lisp.
5744
5745 * image.el (image-type-from-file-name): Trivial simplification.
5746
5747 * emacs-lisp/bytecomp.el (byte-compile-eval):
5748 Decouple "noruntime" and "cl-functions" warnings.
5749
5750 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5751
5752 * play/gomoku.el (gomoku-display-statistics): Update mode line
5753 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5754
5755 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5756
5757 * window.el (quit-restore-window): If the window has been
5758 created on an existing frame and ended up as the sole window on
5759 that frame, do not delete it (Bug#12764).
5760
5761 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5764 Rename from sh--inside-arithmetic-expression, handle more cases
5765 (bug#11263).
5766
5767 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5768 (sh-font-lock-open-heredoc): Use it (bug#12770).
5769
5770 2012-10-30 Glenn Morris <rgm@gnu.org>
5771
5772 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5773
5774 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5775
5776 2012-10-29 Chong Yidong <cyd@gnu.org>
5777
5778 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5779 function key is stored in a keyboard macro (Bug#4894).
5780
5781 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5782
5783 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5786 header comments".
5787 (diff-unified->context, diff-context->unified)
5788 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5789
5790 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5791
5792 * files.el (find-alternate-file): Only ask one question (bug#12487).
5793
5794 2012-10-29 Chong Yidong <cyd@gnu.org>
5795
5796 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5797 Suggested by Dan Nicolaescu (Bug#6326).
5798
5799 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5800
5801 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5802
5803 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5804
5805 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5806
5807 * face-remap.el (face-remap-add-relative): Handle the case where a
5808 face-remapping-alist entry is a cons cell (Bug#12762).
5809
5810 2012-10-29 Kevin Ryde <user42@zip.com.au>
5811
5812 * woman.el (woman-parse-numeric-value): Handle picas correctly
5813 (Bug#12639).
5814
5815 2012-10-29 Glenn Morris <rgm@gnu.org>
5816
5817 * emacs-lisp/cl.el (defsetf): Doc fix.
5818
5819 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5820
5821 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5822 syntax to the matching opener, if any (bug#12547).
5823 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5824 matching open as a "case-(".
5825 (sh-smie-rc-grammar): Add a corresponding rule for it.
5826
5827 2012-10-28 Daniel Hackney <dan@haxney.org>
5828
5829 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5830 "PKGNAME-autoloads.el" in case we created it.
5831
5832 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5833
5834 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5835 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5836 (completion--twq-all): Disable too-strict assertions.
5837
5838 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5839
5840 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5841
5842 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5843 text to match the real keybindings.
5844
5845 2012-10-27 Juri Linkov <juri@jurta.org>
5846
5847 * wdired.el (wdired-keep-marker-rename): New defcustom.
5848 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5849 (Bug#11795)
5850
5851 * dired.el (dired-keep-marker-rename): Add reference to
5852 `wdired-keep-marker-rename' in the docstring.
5853 Add default character value ?R to display initially in
5854 Customization UI instead of ?@.
5855
5856 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5857
5858 * window.el (display-buffer): In doc-string describe
5859 window-height and window-width alist entries.
5860
5861 * time.el (display-time-world): Restore fit-window-to-buffer
5862 behavior.
5863
5864 2012-10-27 Chong Yidong <cyd@gnu.org>
5865
5866 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5867
5868 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5869
5870 * minibuffer.el (completion-category-overrides): New completion
5871 category `bookmark' (bug#11131).
5872
5873 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5876 Silence bogus compiler warnings for ad-do-it.
5877
5878 * bookmark.el (bookmark-completing-read): Set the completion category
5879 to `bookmark' (bug#11131).
5880
5881 2012-10-26 Bastien <bzg@altern.org>
5882 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * face-remap.el: Use lexical-binding.
5885 (text-scale-adjust): Improve docstring. Use itself for the temporary
5886 overlay-map bindings, so as to repeat the "Use..." message each time.
5887
5888 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5889
5890 * emacs-lisp/macroexp.el (macroexp--expand-all):
5891 Obey byte-compile-warning-enabled-p (bug#12486).
5892
5893 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5894 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5895
5896 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5897
5898 * mouse.el (mouse-drag-line): Move last form into preceding when
5899 clause (Bug#12731).
5900
5901 * help.el (resize-temp-buffer-window): Fix doc-string.
5902
5903 2012-10-25 David Engster <deng@randomsample.de>
5904
5905 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5906 Remove. This feature is already integrated in imenu.
5907
5908 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5909 always loaded. Require `speedbar' unconditionally.
5910
5911 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5914
5915 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5916
5917 * net/ldap.el (ldap-search-internal): The official ldif format starts
5918 with a "version: 1" header (bug#12724).
5919
5920 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5921 (bug#12721).
5922
5923 2012-10-25 Glenn Morris <rgm@gnu.org>
5924
5925 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5926
5927 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * minibuffer.el (minibuffer-force-complete): Use one more marker
5930 for the temporary-overlay-map command (bug#12619).
5931
5932 2012-10-24 Chong Yidong <cyd@gnu.org>
5933
5934 * time.el (display-time-world-mode): Derive from special-mode.
5935 (display-time-world): Use display-buffer (Bug#12708).
5936 (display-time-world-mode-map): Variable deleted.
5937 (display-time-world-display): Wrap the final delete-char inside
5938 inhibit-read-only.
5939
5940 2012-10-24 Chong Yidong <cyd@gnu.org>
5941
5942 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5943 Doc fix.
5944
5945 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5946
5947 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5948
5949 * minibuffer.el (completion--all-sorted-completions-location): New var.
5950 (completion--cache-all-sorted-completions)
5951 (completion--flush-all-sorted-completions): Use it.
5952 (completion-in-region, completion-in-region--postch)
5953 (completion-at-point, completion-help-at-point): Use markers in
5954 completion-in-region--data (bug#12619).
5955
5956 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * progmodes/compile.el (compilation-start): Try to handle common
5959 quoting of `cd' argument (bug#12640).
5960
5961 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5962 (bug#12671).
5963
5964 2012-10-23 Glenn Morris <rgm@gnu.org>
5965
5966 * progmodes/gud.el (gud-menu-map):
5967 Check gdb-active-process is bound. (Bug#12358)
5968
5969 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5970
5971 * repeat.el (repeat): Set real-this-command (bug#12232).
5972
5973 * htmlfontify.el (hfy-post-html-hook):
5974 * filesets.el (filesets-cache-fill-content-hook):
5975 * arc-mode.el (archive-extract-hook):
5976 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5977 * net/rcirc.el (rcirc-sentinel-functions)
5978 (rcirc-receive-message-functions, rcirc-activity-functions)
5979 (rcirc-print-functions):
5980 * net/dbus.el (dbus-event-error-functions):
5981 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5982 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5983 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5984 * term/sun.el (sun-raw-prefix-hooks):
5985 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5986
5987 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
5988
5989 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5990 Set `tramp-chunksize' to 1. This improves the performance.
5991 (tramp-smb-wait-for-output): Add timeout to
5992 `tramp-accept-process-output' calls.
5993
5994 2012-10-23 Chong Yidong <cyd@gnu.org>
5995
5996 * faces.el (font-list-limit): Define as an obsolete variable.
5997
5998 * startup.el (command-line):
5999 * cus-start.el: Don't refer to font-list-limit.
6000
6001 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6002
6003 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * subr.el (internal-temp-output-buffer-show): Rename from
6006 temp-output-buffer-show, since previously compiled files expect this name.
6007
6008 2012-10-23 Glenn Morris <rgm@gnu.org>
6009
6010 * image.el (image-type-from-file-name): If multiple types match,
6011 return the first one that is supported. (Bug#9045)
6012
6013 2012-10-22 Glenn Morris <rgm@gnu.org>
6014
6015 * image.el (imagemagick-enabled-types): Doc fix.
6016
6017 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
6018
6019 * progmodes/which-func.el (which-func-current): The hash-table may have
6020 an explicit nil (bug#12338).
6021
6022 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6023
6024 * electric.el (electric-pair-delete-selection-self-insert-function):
6025 Rename to electric-pair-will-use-region, return a boolean.
6026 (electric-pair-mode): Adjust accordingly. Don't require delsel.
6027
6028 * delsel.el (delete-selection-helper): Use a function instead of a hook.
6029 (delete-selection-pre-hook): Use use-region-p.
6030 (delete-selection-self-insert-function): Remove.
6031 (self-insert-command): Obey self-insert-uses-region-functions.
6032 (self-insert-iso): Revert to previous setting, since we don't actually
6033 know what that command does.
6034 (delete-selection-self-insert-hooks): Remove.
6035
6036 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
6037
6038 * delsel.el (delete-selection-helper): New function, extracted from
6039 delete-selection-pre-hook.
6040 (delete-selection-pre-hook): Use it.
6041 (delete-selection-self-insert-function): New function.
6042 (delete-selection-self-insert-hooks): New hook.
6043 (self-insert-command, self-insert-iso): Use it.
6044 * electric.el (electric-pair-syntax): New function, extracted from
6045 electric-pair-post-self-insert-function.
6046 (electric-pair-post-self-insert-function): Use it.
6047 (electric-pair-delete-selection-self-insert-function): New function.
6048 (electric-pair-mode): Require delsel and setup
6049 delete-selection-self-insert-hooks (bug#11520).
6050
6051 2012-10-20 Chong Yidong <cyd@gnu.org>
6052
6053 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6054 no changes to show (Bug#12586).
6055
6056 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6057 list explicitly (Bug#12571).
6058
6059 2012-10-20 Arne Jørgensen <arne@arnested.dk>
6060
6061 * progmodes/flymake.el (flymake-create-temp-inplace):
6062 Use file-truename.
6063
6064 2012-10-20 Eli Zaretskii <eliz@gnu.org>
6065
6066 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
6067
6068 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6069
6070 * calc/calc-units.el (math-extract-units): Properly extract powers
6071 of units.
6072
6073 2012-10-20 Daniel Colascione <dancol@dancol.org>
6074
6075 * frame.el (make-frame): Set x-display-name as we used to in order
6076 to unbreak creating an X11 frame from an Emacs daemon started
6077 without a display.
6078
6079 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * minibuffer.el (minibuffer-force-complete): Make the next completion use
6082 the same completion-field (bug#12221).
6083
6084 2012-10-19 Martin Rudalics <rudalics@gmx.at>
6085
6086 * emacs-lisp/debug.el (debug): Record height of debugger window
6087 also when debugger will be back (Bug#8789).
6088
6089 2012-10-18 Chong Yidong <cyd@gnu.org>
6090
6091 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6092 Convert to defcustom.
6093 (gdb-get-source-file): Don't bind pop-up-windows.
6094
6095 * progmodes/gud.el (gud-display-line): Don't specially re-use
6096 other frames for the gdb-mi case (Bug#12648).
6097
6098 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6099
6100 * emacs-lisp/advice.el: Clean up commentary a bit.
6101 (ad-do-advised-functions, ad-with-originals): Use `declare'.
6102 (byte-code-function-p): Never redefine.
6103
6104 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6105
6106 2012-10-18 Glenn Morris <rgm@gnu.org>
6107
6108 * dired.el (dired-sort-toggle): Some ls implementations only allow
6109 a single option string. (Bug#12666)
6110
6111 * minibuffer.el (completion-cycle-threshold): Doc fix.
6112
6113 2012-10-17 Kenichi Handa <handa@gnu.org>
6114
6115 * international/mule.el (set-keyboard-coding-system):
6116 Recover input meta mode when the new coding system doesn not use 8-bit.
6117 Supply TERMINAL arg to set-input-meta-mode.
6118
6119 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
6120
6121 * wdired.el (wdired-old-marks): New variable.
6122 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6123 (wdired-do-renames): Move point with renamed file and don't lose
6124 mark status (Bug#11795).
6125
6126 2012-10-16 Juri Linkov <juri@jurta.org>
6127
6128 * replace.el (query-replace-help): Mention multi-buffer replacement
6129 keys in the Help message. (Bug#12655)
6130
6131 2012-10-15 Chong Yidong <cyd@gnu.org>
6132
6133 * emacs-lisp/byte-run.el (defsubst): Doc fix.
6134
6135 2012-10-14 Eli Zaretskii <eliz@gnu.org>
6136
6137 * window.el (display-buffer): Doc fix.
6138
6139 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6140 Adjust the msft regexp to the output of Studio 2010, and move msft
6141 before edg-1. See the discussion on emacs-devel,
6142 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6143 for the details.
6144
6145 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6148 (oset): Move uses of object-class-fast macro after its definition.
6149
6150 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6151
6152 2012-10-13 Chong Yidong <cyd@gnu.org>
6153
6154 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6155 enabled, re-enable it (Bug#11963).
6156
6157 2012-10-13 Martin Rudalics <rudalics@gmx.at>
6158
6159 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6160 non-nil, restore window configuration (Bug#12623).
6161
6162 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * help-fns.el (describe-variable, describe-function-1):
6165 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6166
6167 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6168
6169 2012-10-12 Glenn Morris <rgm@gnu.org>
6170
6171 * mail/rmailsum.el (rmail-header-summary):
6172 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
6173
6174 2012-10-12 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6175
6176 * progmodes/python.el (python-mode-map):
6177 Replace subtitute-key-definition with proper command remapping.
6178 (python-nav--up-list): Fix behavior for blocks on the same level.
6179
6180 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6183
6184 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6185 changes to the format of load-history.
6186
6187 * international/mule-cmds.el (read-char-by-name): Move let-binding of
6188 completion-ignore-case in case that var is buffer-local (bug#12615).
6189
6190 2012-10-11 Kenichi Handa <handa@gnu.org>
6191
6192 * international/eucjp-ms.el: Re-generated.
6193
6194 2012-10-10 Kenichi Handa <handa@gnu.org>
6195
6196 * select.el (xselect--encode-string): If a coding is specified for
6197 selection, and that is compatible with COMPOUND_TEXT, use it.
6198
6199 2012-10-10 Martin Rudalics <rudalics@gmx.at>
6200
6201 * window.el (switch-to-buffer-preserve-window-point): New option.
6202 (switch-to-buffer):
6203 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6204
6205 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6208 Don't document nil as a useful value (bug#12583).
6209
6210 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
6211
6212 * net/tramp.el (tramp-debug-message):
6213 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6214 (with-tramp-progress-reporter): Rename from
6215 `tramp-with-progress-reporter'.
6216 (with-tramp-file-property, with-tramp-connection-property):
6217 Move from tramp-cache.el, rename from `with-file-property' and
6218 `with-connection-property', respectively.
6219
6220 * net/tramp-cache.el: Remove `with-file-property' and
6221 `with-connection-property'.
6222
6223 * net/tramp.el:
6224 * net/tramp-gvfs.el:
6225 * net/tramp-sh.el:
6226 * net/tramp-smb.el: Adapt callees.
6227
6228 * net/trampver.el: Update release number.
6229
6230 2012-10-09 Glenn Morris <rgm@gnu.org>
6231
6232 * w32-fns.el (set-message-beep):
6233 * term/w32-win.el (set-message-beep): Update declarations.
6234
6235 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6238 (mode-line-widen, mode-line-input-method-map)
6239 (mode-line-coding-system-map, mode-line-remote)
6240 (mode-line-unbury-buffer, mode-line-bury-buffer)
6241 (mode-line-next-buffer, mode-line-previous-buffer):
6242 Replace save-selected-window+select-window => with-selected-window.
6243
6244 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6245 * progmodes/cc-vars.el (bq-process): Remove, unused.
6246
6247 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6248
6249 2012-10-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6250
6251 Implemented `backward-up-list'-like navigation.
6252 * progmodes/python.el (python-nav-up-list)
6253 (python-nav-backward-up-list): New functions.
6254 (python-mode-map): Define substitute key for backward-up-list to
6255 python-nav-backward-up-list.
6256
6257 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6258
6259 * progmodes/python.el (python-fill-paragraph): Rename from
6260 python-fill-paragraph-function. Fixed fill-paragraph for
6261 decorators (Bug#12605).
6262
6263 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6264
6265 * progmodes/python.el (python-shell-output-filter): Handle extra
6266 carriage return in OSX (Bug#12409).
6267
6268 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6269
6270 Fix shell handling of unbalanced quotes and parens in output.
6271 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6272 (python-syntax-propertize-function): Use it.
6273 (python-shell-output-syntax-table): New var.
6274 (inferior-python-mode): Prevent unbalanced parens/quotes from
6275 previous output mess with current input context.
6276
6277 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
6278
6279 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6280 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6281
6282 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
6283
6284 * ffap.el (ffap-replace-file-component): Support Tramp file name
6285 syntax, not only ange-ftp's one.
6286
6287 2012-10-08 Glenn Morris <rgm@gnu.org>
6288
6289 * cus-start.el (message-log-max): Set :version.
6290
6291 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6292
6293 2012-10-08 Martin Rudalics <rudalics@gmx.at>
6294
6295 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6296 the minibuffer window (Bug#10851).
6297
6298 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6299
6300 Enhancements on forward-sexp movement.
6301 * progmodes/python.el (python-nav-beginning-of-statement)
6302 (python-nav-end-of-statement): Return point-marker.
6303 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6304 (python-info-current-symbol)
6305 (python-info-statement-starts-block-p): Rename from
6306 python-info-beginning-of-block-p.
6307 (python-info-statement-ends-block-p): Rename from
6308 python-info-end-of-block-p.
6309 (python-info-beginning-of-statement-p)
6310 (python-info-end-of-statement-p)
6311 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6312 New functions.
6313
6314 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6317 frame-selected-windows.
6318
6319 2012-10-08 Daniel Colascione <dancol@dancol.org>
6320
6321 * battery.el (battery-status-function): Check for
6322 w32-battery-status itself, not system-time windows-nt.
6323
6324 * frame.el: Require cl-lib.
6325 (display-format-alist): New variable mapping frame types to
6326 functions that initialize them.
6327 (window-system-for-display): New function: interprets
6328 display-format-alist.
6329 (make-frame-on-display): Remove existing display-selection logic
6330 and just forward to make-frame, which will now DTRT.
6331 (make-frame): Restructure to use window-system-for-display to
6332 figure out how to create a frame on a given display.
6333 (display-mouse-p): Look for frame-type w32, not a particular
6334 system-type.
6335
6336 * loadup.el: Load w32 lisp code when we have the w32 feature.
6337
6338 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6339 system-type windows-nt.
6340
6341 * server.el (server-create-window-system-frame): Look for window
6342 type.
6343 (server-proces-filter): Only force a window system when windows-nt
6344 _and_ w32. Explain why.
6345
6346 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6347 of window systems we configure for the mode.
6348
6349 * startup.el (command-line): Mark window system is initialized
6350 after we've done it.
6351
6352 * common-win.el (x-select-text): Look for w32, not windows-nt.
6353
6354 * ns-win.el: Require cl-lib. Add ourselves to
6355 display-format-alist.
6356 (ns-initialize-window-system): Assert we're not initialized twice.
6357
6358 * w32-win.el: Enable lexical binding; require cl-lib; add
6359 ourselves to display-format-alist.
6360 (w32-handle-dropped-file): Convert incoming dropped files from
6361 Windows paths to Cygwin ones before passing them on to the rest of
6362 Emacs.
6363 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6364 (w32-initialize-window-system): Assert we're not initialized twice.
6365
6366 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6367 (x-initialize-window-system): Assert we're not initialized twice.
6368
6369 * w32-common-fns.el: New File.
6370 (w32-version, w32-using-nt, w32-get-clipboard-data)
6371 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6372 (w32-charset-info-alist, x-last-selected, text)
6373 (x-get-selection-value, x-selection-value): Move here.
6374
6375 * w32-fns.el: Require w32-common-fns.
6376 (w32-version, w32-using-nt, w32-get-clipboard-data)
6377 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6378 (w32-charset-info-alist, x-last-selected, text)
6379 (x-get-selection-value, x-selection-value): Move to
6380 w32-common-fns.
6381
6382 * w32-vars.el:
6383 (w32-allow-system-shell, w32-system-shells): Define only in
6384 non-cygwin case.
6385
6386 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6389 (read-passwd): Remove a few more potential sources of leaks.
6390
6391 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6392
6393 * progmodes/python.el (inferior-python-mode)
6394 (python-shell-make-comint): Fix initialization of local
6395 variables copied from parent buffer.
6396
6397 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6398
6399 * term/ns-win.el (ns-read-file-name): Update declaration to match
6400 nsfns.m.
6401 (ns-respond-to-change-font): Change fontsize separately so we are sure
6402 it is set when font is acted upon.
6403
6404 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6405
6406 Enhancements to indentation.
6407 * progmodes/python.el (python-indent-context): Give priority to
6408 inside-string context. Make comments indentation markers.
6409 (python-indent-region): Do not mess with strings, unless it's the
6410 enclosing set of quotes.
6411
6412 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * window.el (internal--before-save-selected-window)
6415 (internal--after-save-selected-window): New functions extracted from
6416 save-selected-window. Make sure we return the `alist' we construct.
6417 (save-selected-window): Use them.
6418
6419 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6420 Use with-selected-window.
6421
6422 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6423 forms that define macros (bug#12593).
6424
6425 2012-10-07 Kenichi Handa <handa@gnu.org>
6426
6427 * international/mule-conf.el (compound-text-with-extensions):
6428 Add :mime-charset property as x-ctext.
6429
6430 2012-10-07 Stefan Merten <smerten@oekonux.de>
6431
6432 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6433 (rst-indent-literal-normal, rst-indent-literal-minimized)
6434 (rst-indent-comment): Correct :version tag.
6435 (rst-official-cvs-rev): Correct version string.
6436
6437 2012-10-07 Glenn Morris <rgm@gnu.org>
6438
6439 * mail/rmailmm.el (rmail-mime-process-multipart):
6440 Do not confuse a multipart message with an epilogue
6441 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6442
6443 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6444
6445 Fix shell output retrieval and comint-prompt-regexp init.
6446 * progmodes/python.el (inferior-python-mode):
6447 (python-shell-make-comint): Fix initialization of
6448 comint-prompt-regexp from copied file local variables.
6449 (python-shell-fetched-lines): Remove var.
6450 (python-shell-output-filter-in-progress): Rename from
6451 python-shell-fetch-lines-in-progress.
6452 (python-shell-output-filter-buffer): Rename from
6453 python-shell-fetch-lines-string.
6454 (python-shell-fetch-lines-filter): Delete function.
6455 (python-shell-output-filter): New function.
6456 (python-shell-send-string-no-output): Use them.
6457
6458 2012-10-07 Glenn Morris <rgm@gnu.org>
6459
6460 * hi-lock.el (hi-lock-process-phrase):
6461 Try to make it less fragile. (Bug#7161)
6462
6463 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6464
6465 2012-10-06 Glenn Morris <rgm@gnu.org>
6466
6467 * ehelp.el (electric-help-mode): Use help-mode rather than
6468 non-existent mode `help'.
6469 (electric-help-map): Use button-buffer-map. (Bug#10917)
6470
6471 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6472 (reftex-create-bibtex-footer): Fix custom types.
6473
6474 * progmodes/sh-script.el (sh-indent-after-continuation):
6475 Add explicit :group.
6476
6477 * textmodes/rst.el (rst-preferred-decorations)
6478 (rst-shift-basic-offset): Clarify obsolescence versions.
6479
6480 * profiler.el (profiler): Add missing group :version tag.
6481 * avoid.el (mouse-avoidance-banish-position):
6482 * proced.el (proced-renice-command):
6483 * calc/calc.el (calc-ensure-consistent-units):
6484 * calendar/icalendar.el (icalendar-import-format-uid):
6485 * net/tramp.el (tramp-save-ad-hoc-proxies):
6486 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6487 * progmodes/flymake.el (flymake-error-bitmap)
6488 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6489 * progmodes/sh-script.el (sh-indent-after-continuation):
6490 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6491 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6492 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6493 (vhdl-array-index-record-field-in-sensitivity-list)
6494 (vhdl-indent-comment-like-next-code-line):
6495 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6496 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6497 (reftex-cite-key-separator, reftex-create-bibtex-header)
6498 (reftex-create-bibtex-footer):
6499 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6500 (rst-indent-literal-normal, rst-indent-literal-minimized)
6501 (rst-indent-comment): Add missing custom :version tags.
6502
6503 * calendar/timeclock.el (timeclock-modeline-display):
6504 Add missing obsolete alias for renamed user option.
6505
6506 * strokes.el (strokes-modeline-string):
6507 * emulation/crisp.el (crisp-mode-modeline-string):
6508 * eshell/esh-mode.el (eshell-status-in-modeline):
6509 Aliases to defcustoms must come before the defcustom.
6510
6511 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6512 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6513 (cal-tex-cursor-week-monday): Doc fixes.
6514 (cal-tex-cursor-week2-summary): Doc fix.
6515 Rename from cal-tex-cursor-week-at-a-glance.
6516
6517 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6518 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6519
6520 * calendar/calendar.el (calendar-mode-map):
6521 Add cal-tex-cursor-week2-summary.
6522
6523 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6526
6527 * subr.el (read-passwd-map): New var.
6528 (read-passwd): Use `read-string' again.
6529 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6530
6531 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6532
6533 * register.el (append-to-register, prepend-to-register):
6534 Deactivate mark, as does `copy-to-register' (bug#12389).
6535
6536 2012-10-06 Chong Yidong <cyd@gnu.org>
6537
6538 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6539
6540 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6541
6542 * international/characters.el: Fix simple mistake ((car chars) ->
6543 elt), delete duplicated code.
6544
6545 2012-10-06 Glenn Morris <rgm@gnu.org>
6546
6547 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6548
6549 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6550
6551 * color.el (color-hsl-to-rgb): Fix incorrect results for
6552 small and large hue values. (Bug#12559)
6553
6554 2012-10-05 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6555
6556 Enhancements to docstring formatting when filling paragraphs.
6557 * progmodes/python.el (python-fill-docstring-style): Rename from
6558 python-fill-string-style. Added new style.
6559 (python-fill-string): Use new style. Better checks for
6560 docstrings.
6561
6562 2012-10-05 Glenn Morris <rgm@gnu.org>
6563
6564 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6565
6566 * color.el (color-name-to-rgb, color-rgb-to-hex)
6567 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6568 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6569 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6570 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6571
6572 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6573
6574 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6575
6576 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6577 to get the correct size across symlinks.
6578
6579 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6580
6581 2012-10-04 Juri Linkov <juri@jurta.org>
6582
6583 * replace.el (query-replace-interactive): Declare obsolete.
6584 (query-replace-read-from): Add the last incremental search string
6585 to the list of default values accessible via M-n.
6586 (map-query-replace-regexp): Use `read-regexp'.
6587 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6588 (map-query-replace-regexp, replace-string, replace-regexp):
6589 Fix docstrings to replace mentions of `query-replace-interactive'
6590 with alternatives. (Bug#12526)
6591
6592 2012-10-04 Juri Linkov <juri@jurta.org>
6593
6594 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6595 (dired-pop-to-buffer): Declare obsolete.
6596 (dired-mark-pop-up): Doc fix.
6597
6598 2012-10-04 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6599
6600 Allow user to set docstring style for fill-paragraph.
6601 * progmodes/python.el
6602 (python-fill-comment-function, python-fill-string-function)
6603 (python-fill-decorator-function, python-fill-paren-function):
6604 Remove :safe for defcustoms.
6605 (python-fill-string-style): New defcustom
6606 (python-fill-paragraph-function): Enhance context detection.
6607 (python-fill-string): Honor python-fill-string-style settings.
6608
6609 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6610
6611 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6612 after setting its buffer (Bug#10805).
6613
6614 2012-10-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6615
6616 Fix cornercase for string syntax.
6617 * progmodes/python.el (python-syntax-propertize-function):
6618 Simplify and enhance the regexp for unescaped quotes. Now it also
6619 matches quotes in weird situations like the single quote in
6620 "something\"'".
6621 (python-syntax-stringify): Simplify num-quotes detecting code.
6622
6623 2012-10-03 Glenn Morris <rgm@gnu.org>
6624
6625 * help-macro.el (three-step-help):
6626 Revert 2012-09-29 change. (Bug#12567)
6627
6628 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6629
6630 * menu-bar.el (kill-this-buffer): Don't do anything when
6631 `menu-frame' is not alive or visible (Bug#8184).
6632
6633 * emacs-lisp/debug.el (debug): When quitting the debugger window
6634 restore current buffer (Bug#12502).
6635
6636 2012-10-02 Chong Yidong <cyd@gnu.org>
6637
6638 * progmodes/hideif.el (hif-lookup, hif-defined):
6639 Handle semantic-c-takeover-hideif.
6640
6641 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6642
6643 Change sampling interval units from ms to ns.
6644 * profiler.el (profiler-sampling-interval): Change units
6645 from ms to ns, multiplying the default by 1000000 so that
6646 it remains 1 ms.
6647 (profiler-report-cpu-line-format): Give enough room for
6648 the maximum counters on 64-bit hosts.
6649 (profiler-report-render-calltree-1): Call them "CPU samples",
6650 not "Time (ms)", since they are not milliseconds now (and
6651 never really were).
6652
6653 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6654
6655 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6656 Fix querying BBDB for entries without a last name (Bug#11580).
6657
6658 2012-10-02 Chong Yidong <cyd@gnu.org>
6659
6660 * emacs-lisp/eieio.el: Restore Version header.
6661
6662 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * vc/diff-mode.el (diff--auto-refine-data): New var.
6665 (diff-hunk): Use it to delay refinement.
6666 (diff-mode): Remove overlays when we turn off font-lock.
6667
6668 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6669 (table-initialize-table-fixed-width-mode)
6670 (table-set-table-fixed-width-mode): Remove functions.
6671 (table-command-list): Move initialization into declaration.
6672 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6673 (table-with-cache-buffer): Use `declare'.
6674 (table-span-cell): Simplify via CSE.
6675 (table-fixed-width-mode): Use define-minor-mode.
6676 (table-call-interactively, table-funcall, table-apply): Remove.
6677 (table-function): New function, to replace them.
6678
6679 * bookmark.el (bookmark-search-pattern): Remove var.
6680 (bookmark-read-search-input): Remove function.
6681 (bookmark-bmenu-search): Reimplement using a minibuffer.
6682
6683 * faces.el (modeline): Remove obsolete face name.
6684
6685 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6686 and give a non-nil default value.
6687 (add-change-log-entry): Simplify accordingly.
6688
6689 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6690
6691 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6692 (vc-git-log-edit-toggle-amend): New function.
6693 (vc-git-log-edit-toggle-signoff): New function.
6694 (vc-git-log-edit-mode): New major mode.
6695 (vc-git-log-edit-mode-map): Keymap for it.
6696 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6697
6698 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6699 header names.
6700 (log-edit-toggle-header): New function.
6701 (log-edit-extract-headers): Accept function values in HEADERS alist.
6702
6703 2012-10-01 David Engster <deng@randomsample.de>
6704
6705 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6706 from symbol property and change message to be more consistent with
6707 Emacs proper.
6708 (eieio-describe-generic): Add filename for each implementation.
6709 Fix indices for generic and normal methods.
6710 (eieio-method-def, eieio-class-def): New buttons.
6711 (eieio-help-find-method-definition)
6712 (eieio-help-find-class-definition): New functions.
6713 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6714 class, constructor and method definitions.
6715
6716 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6717 information in symbol property.
6718 (scoped-class): Remove.
6719 (eieio-slot-name-index, call-next-method): Check if it is bound.
6720
6721 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6722
6723 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6724 (eieio-custom-mode): New major mode.
6725 (eieio-customize-object): Use it.
6726
6727 2012-10-01 Eric Ludlam <zappo@gnu.org>
6728
6729 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6730 specifying the expected class, and whether subclassing is allowed.
6731 (eieio-persistent-convert-list-to-object):
6732 (eieio-persistent-validate/fix-slot-value)
6733 (eieio-persistent-slot-type-is-class-p): New functions.
6734 (eieio-named::slot-missing): Doc fix.
6735
6736 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6737 Stop using unused publd variable.
6738
6739 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6740 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6741 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6742 (eieio-speedbar-handle-click): Do not specify a class for the
6743 method. Fixes method invocation order problems with EDE.
6744
6745 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6748 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6749
6750 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6751
6752 * bookmark.el (bookmark-version-control): Give tags in the
6753 :type choices (Bug#12309), and improve doc string.
6754 (bookmark-write-file): Bind `print-circle' to `t' to allow
6755 circular custom bookmark types. (Bug#12503)
6756
6757 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6758
6759 Revert the FOLLOW-SYMLINKS change for file-attributes.
6760 * files.el (remote-file-name-inhibit-cache, after-find-file):
6761 * time.el (display-time-file-nonempty-p): Undo last change.
6762
6763 * profiler.el (profiler-sampling-interval): Change default back to 1.
6764 See Stefan Monnier in
6765 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6766
6767 2012-10-01 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6768
6769 Shell output catching a la gud-gdb.
6770 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6771 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6772 New Vars.
6773 (python-shell-fetch-lines-filter): New function.
6774 (python-shell-send-string-no-output): Use them.
6775
6776 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6777
6778 * profiler.el (profiler-sampling-interval): Rename from
6779 profiler-sample-interval.
6780 (profiler-sampling-interval): Default to 10.
6781 (profiler-find-profile): New command (was profiler-find-log).
6782 (profiler-find-profile-other-window): New command.
6783 (profiler-find-profile-other-frame): New command.
6784 (profiler-profile): Introduce API-level data structure.
6785
6786 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6787
6788 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6789 * files.el (remote-file-name-inhibit-cache):
6790 * time.el (display-time-file-nonempty-p): Use it.
6791 * files.el (after-find-file): Don't chase links before calling
6792 file-exists-p, as file-exists-p already does the right thing.
6793
6794 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6795
6796 Merge from standalone RefTeX repository.
6797
6798 The following ChangeLog entries are shortened versions of the
6799 original ones with file paths adapted. A not so strongly edited
6800 version of the original ChangeLog can be found in the commit log.
6801
6802 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6803 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6804 Correctly handle new value type returned by `reftex-citation'.
6805
6806 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6807 that entries with whitespace at various places are found.
6808 Doc fix. Include entries that are cross-referenced from cited entries.
6809 Include @String definitions in the resulting bib file. Add header
6810 and footer defined in `reftex-create-bibtex-header' and
6811 `reftex-create-bibtex-footer'.
6812 (reftex-do-citation): Make it possible again to insert
6813 non-existent entries. Save match data when asking for optional
6814 arguments. Return all keys, not just the first one.
6815 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6816 all citations in the same line.
6817 (reftex-parse-bibtex-entry): Accept additional optional argument
6818 `raw' and keep quotes or braces if it is non-nil. Match fields
6819 containing hyphens besides word constituents.
6820 (reftex-get-string-refs): New function.
6821 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6822 and ask if it should be reread in case it did.
6823 (reftex-pop-to-bibtex-entry)
6824 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6825 entries with spaces or tabs in front of arguments.
6826 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6827 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6828 Match entries containing numbers and symbol constituents.
6829 (reftex-do-citation, reftex-figure-out-cite-format):
6830 Use `reftex-cite-key-separator'.
6831
6832 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6833 (reftex-mouse-view-crossref): Explain why point is set.
6834
6835 * textmodes/reftex-global.el: Whitespace changes.
6836
6837 * textmodes/reftex-index.el: Move provide statement to end of
6838 file.
6839 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6840 (reftex-index-visit-phrases-buffer): Set marker when visiting
6841 buffer. This allows for returning from the phrases file to the
6842 file one was just editing instead of the file where the last
6843 phrases was added from.
6844 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6845 punctuation syntax as it usually is not used as string quote in
6846 TeX-related modes and may occur unmatched. The change also
6847 prevents fontification of quoted content.
6848 (reftex-index-phrases-mode): Use it.
6849
6850 * textmodes/reftex-parse.el (reftex-parse-from-file):
6851 Move backward one char if a `\' was matched after a section macro.
6852 (reftex-parse-from-file): Use beginning of match instead of end as
6853 bound.
6854
6855 * textmodes/reftex-ref.el: Adapt creation of
6856 `reftex-<package>-<macro>' functions to new structure of
6857 `reftex-ref-style-alist'.
6858 (reftex-reference): Use `reftex-ref-style-list' function.
6859 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6860 reference macro if `reftex-ref-macro-prompt' is non-nil.
6861 (reftex-reference): Pass refstyle to `reftex-format-special'.
6862 Determine reference macro by looking at
6863 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6864 Use only one special format function.
6865 (reftex-varioref-vref, reftex-fancyref-fref)
6866 (reftex-fancyref-Fref): Remove definitions. The functions are now
6867 generated from `reftex-ref-style-alist'.
6868 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6869 Remove.
6870 (reftex-format-special): New function.
6871
6872 * textmodes/reftex-sel.el
6873 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6874 of `reftex-ref-style-alist'. Remove code for testing macro type.
6875 (reftex-select-toggle-varioref)
6876 (reftex-select-toggle-fancyref): Remove.
6877 (reftex-select-cycle-ref-style-internal)
6878 (reftex-select-cycle-ref-style-forward)
6879 (reftex-select-cycle-ref-style-backward): New functions.
6880 (reftex-select-label-map): Use `v' and `V' for general cycling
6881 through reference styles. Add `p' for switching between number
6882 and page reference types.
6883
6884 * textmodes/reftex-toc.el (reftex-re-enlarge):
6885 Call `enlarge-window' only if there is something to do because in Emacs
6886 the horizontal version throws an error even if the parameter is 0.
6887
6888 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6889 (reftex-plug-into-AUCTeX): Doc fix.
6890 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6891 string. Adapt to new name.
6892 (reftex-ref-style-alist): Change structure so that it is not
6893 possible to use multiple different package names within a style.
6894 Remove the symbols for symbols for macro type distinction.
6895 Add characters for macro selection.
6896 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6897 (reftex-create-bibtex-footer): New variables.
6898 (reftex-format-ref-function): Mention third argument of special
6899 format function.
6900 (reftex-ref-style-alist, reftex-ref-style-default-list):
6901 New variables.
6902 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6903 to new implementation. Mark as obsolete. Add compatibility code
6904 for honoring the variable values in case they are set.
6905 (reftex-cite-format-builtin, reftex-bibliography-commands):
6906 Add support for ConTeXt.
6907 (reftex-format-ref-function, reftex-format-cite-function):
6908 Fix custom type.
6909 (reftex-cite-key-separator): New variable.
6910
6911 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6912 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6913 `reftex-syntax-table' because parens have to retain their paren
6914 syntax in order for parsing of BibTeX entries like @book(...) to
6915 work.
6916 (reftex-in-comment): Do not error out if `comment-start-skip' is
6917 not set. Deal correctly with escaped comment characters.
6918 (reftex-tie-multifile-symbols): Add doc string.
6919 Initialize `reftex-ref-style-list'.
6920 (reftex-untie-multifile-symbols): Add doc string.
6921 (reftex-add-index-macros): Doc fix.
6922 (reftex-ref-style-activate, reftex-ref-style-toggle)
6923 (reftex-ref-style-list): New functions.
6924 (reftex-mode-menu): Use them. Adapt to new structure of
6925 `reftex-ref-style-alist'.
6926 (reftex-select-with-char): Kill the RefTeX Select buffer when
6927 done.
6928 (reftex-remove-if): New function.
6929 (reftex-erase-all-selection-and-index-buffers)
6930 (reftex-mode-menu): Reference styles are now computed from
6931 `reftex-ref-style-alist'. Fix typo.
6932 (reftex-report-bug): New function.
6933 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6934 algorithms with O(n log n). Introduce optional argument SORT (not
6935 yet used).
6936
6937 2012-09-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6938
6939 Enhancements for triple-quote string syntax.
6940 * progmodes/python.el (python-syntax-propertize-function):
6941 Match both quote cases in one regexp.
6942 (python-syntax-stringify): Handle matches properly.
6943
6944 2012-09-30 Juri Linkov <juri@jurta.org>
6945
6946 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6947 to nil around the call to `insert' to prevent
6948 directory time modification by lock_file. (Bug#2295)
6949 * tar-mode.el (tar-summarize-buffer): Idem.
6950
6951 2012-09-30 Juri Linkov <juri@jurta.org>
6952
6953 * facemenu.el (list-colors-sort): Add option "Luminance".
6954 (list-colors-sort-key): Implement it.
6955
6956 * vc/diff-mode.el (diff-refine-removed):
6957 * vc/ediff-init.el (ediff-fine-diff-A):
6958 * vc/smerge-mode.el (smerge-refined-removed):
6959 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
6960
6961 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
6962
6963 * term/ns-win.el (x-file-dialog): New function.
6964
6965 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
6966
6967 * ido.el (ido-max-directory-size): Default to nil; the current
6968 default is small for POSIX systems, and impractical on Windows 7
6969 now that lstat returns directory sizes for NTFS.
6970
6971 2012-09-30 Martin Rudalics <rudalics@gmx.at>
6972
6973 In buffer display functions handle window-height/window-width
6974 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
6975 * window.el (window--display-buffer): New argument ALIST.
6976 Obey window-height and window-width alist entries.
6977 (window--try-to-split-window): New argument ALIST.
6978 Bind window-combination-limit to t when the window's size shall be
6979 changed and window-combination-limit equals `window-size'.
6980 (display-buffer-in-atom-window)
6981 (display-buffer-in-major-side-window)
6982 (display-buffer-in-side-window, display-buffer-same-window)
6983 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6984 (display-buffer-pop-up-window, display-buffer-below-selected)
6985 (display-buffer-at-bottom, display-buffer-in-previous-window)
6986 (display-buffer-use-some-window): Adjust all callers of
6987 window--display-buffer and window--try-to-split-window.
6988 (fit-frame-to-buffer): New option.
6989 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6990 is non-nil.
6991 (display-buffer-in-major-side-window): Evaluate window-height /
6992 window-width alist entries.
6993
6994 * help.el (temp-buffer-resize-frames)
6995 (temp-buffer-resize-regexps): Remove options.
6996 (temp-buffer-resize-mode): Adjust doc-string.
6997 (resize-temp-buffer-window): Don't consult
6998 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
6999 temp-buffer-resize-frames.
7000
7001 * dired.el (dired-mark-pop-up):
7002 Call display-buffer-below-selected with a fit-window-to-buffer alist
7003 entry.
7004
7005 2012-09-30 Chong Yidong <cyd@gnu.org>
7006
7007 * server.el (server-host): Document the security implications.
7008 (server-auth-key): Doc fix.
7009
7010 * startup.el (initial-buffer-choice): Doc fix.
7011
7012 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7013
7014 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7015 restriction change.
7016
7017 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7018
7019 * help-fns.el (help-fns--obsolete): Fix last change.
7020
7021 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7024 (minor-mode-map-alist): Remove redundant code.
7025
7026 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7027 visited in a buffer.
7028 (cvs-insert-visited-file): New function.
7029 (find-file-hook): Use it.
7030
7031 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7032
7033 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7034 chose face.
7035 (log-edit-empty-buffer-p): Don't require a space after a header.
7036
7037 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7038
7039 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7040
7041 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7042 a proper minor-mode.
7043
7044 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7045
7046 2012-09-29 Glenn Morris <rgm@gnu.org>
7047
7048 * winner.el (winner-mode): Remove variable (let define-minor-mode
7049 handle it).
7050 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7051 Doc fixes.
7052 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7053 (winner-mode): Use define-minor-mode.
7054
7055 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7056 the full definition in loaddefs, rather than duplicating it.
7057
7058 * help-macro.el (three-step-help): No need to autoload defcustom.
7059
7060 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7061 (inferior-lisp-program, inferior-lisp-load-command)
7062 (inferior-lisp-prompt, inferior-lisp-mode-hook):
7063 No need to autoload defcustoms.
7064
7065 * hippie-exp.el (hippie-expand-try-functions-list)
7066 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7067 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7068 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7069 (hippie-expand-only-buffers): No need to autoload defcustoms.
7070 * progmodes/vhdl-mode.el (vhdl-line-expand):
7071 Explicitly load hippie-exp, so it does not get autoloaded
7072 while hippie-expand-try-functions-list is let-bound.
7073
7074 2012-09-28 Glenn Morris <rgm@gnu.org>
7075
7076 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7077
7078 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7079 Only "cl.el" counts as cl these days.
7080
7081 2012-09-28 Juri Linkov <juri@jurta.org>
7082
7083 Display archive errors in the echo area instead of inserting
7084 to the file buffer.
7085
7086 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7087 to STDERR-TEST that can be a regexp matching a successful output.
7088 Create a temporary file and redirect stderr to it. Search for
7089 STDERR-TEST in the stderr output and display it in the echo area
7090 if no match is found.
7091 (archive-extract-by-file): New function like
7092 `archive-extract-by-stdout' but extracting archives to files
7093 and looking for successful matches in stdout. Function body is
7094 mostly copied from `archive-rar-extract'.
7095 (archive-rar-extract): Use `archive-extract-by-file'.
7096 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
7097
7098 2012-09-28 Leo Liu <sdl.web@gmail.com>
7099
7100 * pcomplete.el (pcomplete-show-completions):
7101 Use minibuffer-message to make pcomplete usable in minibuffer.
7102
7103 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7104
7105 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * type-break.el: Use lexical-binding.
7108 (type-break-mode): Use define-minor-mode.
7109
7110 * emacs-lisp/pcase.el (pcase--mark-used): New.
7111 (pcase--u1): Use it (bug#12512).
7112
7113 * custom.el (load-theme): Set buffer-file-name so the load is recorded
7114 in load-history with the right file name.
7115
7116 2012-09-28 Tassilo Horn <tsdh@gnu.org>
7117
7118 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7119 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7120 (doc-view-get-bounding-box): Make bounding box slicing work for
7121 ODF and DVI documents.
7122
7123 2012-09-28 Glenn Morris <rgm@gnu.org>
7124
7125 * type-break.el (type-break-mode, type-break-interval)
7126 (type-break-good-rest-interval, type-break-keystroke-threshold):
7127 No need to autoload.
7128 (type-break-good-rest-interval, type-break-keystroke-threshold):
7129 Add :set-after.
7130
7131 2012-09-28 Chong Yidong <cyd@gnu.org>
7132
7133 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7134 Add :version tag.
7135
7136 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7139
7140 2012-09-27 Glenn Morris <rgm@gnu.org>
7141
7142 * faces.el (x-display-name): Declare (for without-x builds).
7143
7144 * linum.el (linum-format): Don't autoload it. Improve :type.
7145
7146 * progmodes/tcl.el: Don't require outline when compiling.
7147 (outline-regexp, outline-level): Declare.
7148 * textmodes/sgml-mode.el: Don't require outline when compiling.
7149 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7150
7151 * term.el (term-ansi-reset):
7152 Try setting term-ansi-face-already-done to nil. (Bug#11785)
7153
7154 * vc/vc.el (vc-next-action): Only gripe about committing read-only
7155 files for RCS and SCCS. (Bug#9781)
7156
7157 2012-09-27 Chong Yidong <cyd@gnu.org>
7158
7159 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7160 change; value should be t.
7161
7162 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * image-mode.el: Use lexical-binding.
7165 (image-mode-winprops): Use t to stand for the window of
7166 a buffer that's not displayed.
7167 * doc-view.el (doc-view-new-window-function): Handle the new
7168 t in winprops.
7169 (doc-view-enlarge): Make it a real nop if the size is not changed.
7170 (doc-view-display): Handle the case where the buffer is not (yet?)
7171 displayed in any window.
7172 (doc-view-saved-settings): New var.
7173 (doc-view-mode): Use it.
7174 (doc-view-fallback-mode): Set it.
7175
7176 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7177 Set lexical-binding.
7178 (minibuffer-eldef-shorten-default): New var.
7179 (minibuffer-default-in-prompt-regexps): Use it for new default.
7180 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7181
7182 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7183
7184 * international/uni-bidi.el:
7185 * international/uni-category.el:
7186 * international/uni-name.el:
7187 * international/uni-numeric.el: Regenerate.
7188
7189 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
7190 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * profiler.el: New file.
7193
7194 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7197 (testcover-reinstrument): Simplify with CSE.
7198
7199 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7200
7201 * window.el (temp-buffer-window-setup): Fix typo in docstring.
7202
7203 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
7204
7205 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7206 (verilog-auto-input, verilog-auto-insert-lisp)
7207 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7208 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7209 (verilog-auto-unused, verilog-auto-wire)
7210 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7211 newline. Reported by Andrew Jones.
7212 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7213 Reported by Brad Dobbie.
7214 (verilog-batch-delete-trailing-whitespace):
7215 Create verilog-batch-delete-trailing-whitespace.
7216 Reported by Brad Dobbie.
7217 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7218 parameters from another module. Reported by Dan Katz.
7219 (verilog-auto, verilog-auto-assign-modport)
7220 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7221 AUTOINOUTMODPORT for UVM interface module shell generation.
7222 Reported by Brad Dobbie.
7223 (verilog-auto-inst-interfaced-ports): Make default nil, as more
7224 standard behavior.
7225 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7226 Reported by Matt Martin.
7227
7228 2012-09-25 Martin Rudalics <rudalics@gmx.at>
7229
7230 * window.el (window--resize-child-windows): When resizing child
7231 windows proportionally, process them in reverse order to
7232 preserve the "when splitting a window the new one gets the odd
7233 line" behavior.
7234 (window--resize-root-window-vertically): When resizing the
7235 minibuffer window try to affect only windows at the bottom of the
7236 frame. (Bug#12419)
7237
7238 2012-09-25 Chong Yidong <cyd@gnu.org>
7239
7240 * subr.el (declare): Doc fix.
7241
7242 * help-fns.el (help-fns--obsolete): Handle macros properly.
7243
7244 2012-09-25 Chong Yidong <cyd@gnu.org>
7245
7246 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7247 this function obsolete.
7248
7249 * calendar/cal-x.el (calendar-two-frame-setup)
7250 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7251 * calendar/calendar.el (american-calendar, european-calendar)
7252 (calendar-for-loop):
7253 * comint.el (comint-dynamic-simple-complete)
7254 (comint-dynamic-complete-as-filename, comint-unquote-filename):
7255 * desktop.el (desktop-load-default):
7256 * dired-x.el (dired-omit-here-always)
7257 (dired-hack-local-variables, dired-default-directory):
7258 * emacs-lisp/derived.el (derived-mode-class):
7259 * emacs-lisp/timer.el (timer-set-time-with-usecs):
7260 * emacs-lock.el (toggle-emacs-lock):
7261 * epa.el (epa-display-verify-result):
7262 * epg.el (epg-sign-keys, epg-start-sign-keys)
7263 (epg-passphrase-callback-function):
7264 * eshell/esh-util.el (eshell-for):
7265 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7266 (eshell-add-to-window-buffer-names):
7267 * files.el (locate-file-completion):
7268 * imenu.el (imenu-example--create-c-index)
7269 (imenu-example--create-lisp-index)
7270 (imenu-example--lisp-extract-index-name)
7271 (imenu-example--name-and-position):
7272 * international/mule-cmds.el (princ-list):
7273 * international/mule-diag.el (decode-codepage-char):
7274 * international/mule-util.el (detect-coding-with-priority):
7275 * iswitchb.el (iswitchb-read-buffer):
7276 * mail/mailalias.el (mail-complete):
7277 * mail/sendmail.el (mail-sent-via):
7278 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7279 (mouse-major-mode-menu):
7280 * password-cache.el (password-read-and-add):
7281 * pcomplete.el (pcomplete-parse-comint-arguments):
7282 * progmodes/sh-script.el (sh-maybe-here-document):
7283 * replace.el (query-replace-regexp-eval):
7284 * savehist.el (savehist-load):
7285 * simple.el (choose-completion-delete-max-match):
7286 * term.el (term-dynamic-simple-complete):
7287 * vc/ediff-init.el (ediff-check-version):
7288 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7289 * vc/vc.el (vc-diff-switches-list):
7290 * view.el (view-return-to-alist-update): Likewise.
7291
7292 * subr.el (eval-next-after-load, makehash, insert-string)
7293 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7294 mark obsolete.
7295 (mode-line-inverse-video): Variable deleted.
7296
7297 * international/mule-util.el (string-to-sequence): Remove.
7298
7299 * calendar/calendar.el (calendar-version):
7300 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7301 (icalendar-convert-diary-to-ical):
7302 * cus-edit.el (custom-mode):
7303 * ansi-color.el (ansi-color-unfontify-region):
7304 * international/latin1-disp.el (latin1-char-displayable-p):
7305 * progmodes/cwarn.el (turn-on-cwarn-mode):
7306 * progmodes/which-func.el (which-func-update-1):
7307 Use define-obsolete-function-alias.
7308
7309 * net/newst-backend.el (newsticker-cache-filename):
7310 * net/newst-treeview.el (newsticker-groups-filename):
7311 Fix incorrect obsolescence declaration.
7312
7313 * allout.el (allout-passphrase-hint-string): Likewise.
7314 (allout-init): Use a declare form to mark obsolete.
7315
7316 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7317 this applies to functions.
7318
7319 * iswitchb.el (iswitchb-read-buffer): Move code of
7320 iswitchb-define-mode-map here, and delete that obsolete function.
7321
7322 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7323 font-lock-reference-face.
7324
7325 2012-09-25 Glenn Morris <rgm@gnu.org>
7326
7327 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7328 Doc fixes.
7329
7330 * eshell/em-term.el (eshell-term-name):
7331 Default to term-term-name. (Bug#12485)
7332
7333 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7334
7335 * progmodes/python.el (python-shell-send-buffer): Better handling
7336 of "if __name__ == '__main__':" conditionals when sending the buffer.
7337
7338 2012-09-24 Glenn Morris <rgm@gnu.org>
7339
7340 * eshell/esh-cmd.el (eshell-find-alias-function):
7341 Tighten up file-name regexp. (Bug#12499)
7342
7343 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7344
7345 Enhancements for triple-quote string syntax.
7346 * progmodes/python.el (python-quote-syntax): Remove.
7347 (python-syntax-propertize-function): New value.
7348 (python-syntax-count-quotes, python-syntax-stringify):
7349 New functions.
7350
7351 2012-09-24 Chong Yidong <cyd@gnu.org>
7352
7353 * mail/supercite.el (sc-version): Remove obsolete function.
7354 (sc-describe): Don't mark as obsolete, since it is bound.
7355 (sc-submit-bug-report): Remove.
7356
7357 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7358 (cvs-commit-buffer-require-final-newline): Remove.
7359 (log-edit-require-final-newline)
7360 (log-edit-changelog-full-paragraphs): Default to t.
7361
7362 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7363 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7364 * vc/vc.el (vc-checkout-carefully): Likewise.
7365
7366 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7367 (emerge-version): Remove.
7368
7369 * progmodes/compile.el (compile-internal): Remove.
7370 (compilation-parse-errors-function): Fix typo.
7371
7372 * international/mule.el (set-char-table-default): Remove.
7373 (set-coding-priority, make-coding-system, generic-char-p)
7374 (charset-list, charset-bytes, charset-id): Use declare to mark
7375 functions as obsolete.
7376
7377 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7378 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7379 * vc/vc-hooks.el (vc-default-registered): Don't use
7380 vc-master-templates.
7381
7382 * font-lock.el (font-lock-reference-face):
7383 Use define-obsolete-variable-alias.
7384
7385 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7386 * calendar/calendar.el (calendar-font-lock-keywords):
7387 * calendar/diary-lib.el (diary-font-lock-keywords)
7388 (diary-fancy-font-lock-keywords):
7389 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7390 * textmodes/reftex-index.el (reftex-insert-index):
7391 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7392 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7393 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7394 * progmodes/prolog.el (prolog-font-lock-keywords):
7395 * progmodes/idlwave.el (idlwave-idl-keywords):
7396 * progmodes/ada-mode.el (ada-font-lock-keywords):
7397 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7398
7399 2012-09-24 Glenn Morris <rgm@gnu.org>
7400
7401 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7402
7403 2012-09-23 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7404
7405 * progmodes/python.el (python-indent-line): More consistent cursor
7406 movement behavior.
7407
7408 2012-09-23 Stefan Merten <smerten@oekonux.de>
7409
7410 * textmodes/rst.el: Fix compiler warning.
7411
7412 2012-09-23 Roland Winkler <winkler@gnu.org>
7413
7414 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7415 Transcribe also LaTeX hyphenation.
7416 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7417 bibtex-reformat-previous-options.
7418
7419 2012-09-23 Roland Winkler <winkler@gnu.org>
7420
7421 * proced.el (proced-renice-command): New variable.
7422 (proced-marked-processes): New function.
7423 (proced-with-processes-buffer): New macro.
7424 (proced-send-signal): Use them.
7425 (proced-renice): New command bound to r.
7426
7427 2012-09-23 Roland Winkler <winkler@gnu.org>
7428
7429 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7430 ibuffer-saved-filter-groups has one element, shortcut the call of
7431 completing-read. (Bug#12331)
7432
7433 2012-09-23 Chong Yidong <cyd@gnu.org>
7434
7435 * bindings.el (mode-line-toggle-read-only):
7436 * bs.el (bs-toggle-readonly):
7437 * buff-menu.el (Buffer-menu-toggle-read-only):
7438 * dired.el (dired-toggle-read-only):
7439 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7440
7441 2012-09-23 Chong Yidong <cyd@gnu.org>
7442
7443 * image.el (image-type-available-p): Adapt to init-image-library
7444 argument changes.
7445
7446 2012-09-22 Juri Linkov <juri@jurta.org>
7447
7448 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7449 `dired-toggle-read-only'. (Bug#12462)
7450
7451 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7452
7453 * subr.el (temp-output-buffer-show): New function.
7454 (with-output-to-temp-buffer): Call temp-output-buffer-show
7455 instead of internal-temp-output-buffer-show.
7456
7457 2012-09-22 Chong Yidong <cyd@gnu.org>
7458
7459 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7460 (Bug#12462).
7461
7462 * repeat.el (repeat): Doc fix (Bug#12348).
7463
7464 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7465 (Bug#10909).
7466
7467 * simple.el (shell-command-on-region): Doc fix.
7468 (read-only-mode): Doc fix.
7469
7470 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7471
7472 * emacs-lisp/timer.el (run-with-idle-timer)
7473 (timer-activate-when-idle): Warn against reinvoking an idle timer
7474 from within its own timer action. (Bug#12447)
7475
7476 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7477
7478 * cus-start.el (window-combination-limit): Add new optional
7479 values.
7480 * window.el (temp-buffer-window-show)
7481 (window--try-to-split-window): Handle new values of
7482 window-combination-limit (Bug#1806).
7483 (split-window): Test window-combination-limit for t instead of
7484 non-nil.
7485 (display-buffer-at-bottom): New buffer display action function.
7486 * help.el (temp-buffer-resize-regexps): New option.
7487 (temp-buffer-resize-mode): Rewrite doc-string.
7488 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7489 Don't resize reused window. Suggested by Glenn Morris.
7490
7491 2012-09-22 Stefan Merten <smerten@oekonux.de>
7492
7493 * textmodes/rst.el: Revamp section title faces.
7494 (rst-official-version)
7495 (rst-package-emacs-version-alist): Sync with official version
7496 V1.4.0.
7497 (rst-faces-defaults, rst-set-level-default)
7498 (rst-level-face-max, rst-level-face-base-color)
7499 (rst-level-face-base-light, rst-level-face-format-light)
7500 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7501 (rst-adornment-faces-alist): Match new setup.
7502 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7503 (rst-level-5, rst-level-6): New faces.
7504
7505 2012-09-22 Chong Yidong <cyd@gnu.org>
7506
7507 * simple.el (undo): Handle indirect buffers (Bug#8207).
7508
7509 2012-09-21 Leo Liu <sdl.web@gmail.com>
7510
7511 IDO: Disable match re-ordering for buffer switching.
7512 * ido.el (ido-buffer-disable-smart-matches): New variable.
7513 (ido-set-matches-1): Use it. (Bug#2042)
7514
7515 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7516
7517 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7518 Fix 2011-05-17 change. (Bug#12418)
7519
7520 2012-09-21 Leo Liu <sdl.web@gmail.com>
7521
7522 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7523
7524 2012-09-21 Glenn Morris <rgm@gnu.org>
7525
7526 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7527 Be more robust about locating simple.el.
7528
7529 2012-09-21 Glenn Morris <rgm@gnu.org>
7530
7531 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7532
7533 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7534
7535 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7536
7537 2012-09-20 Juri Linkov <juri@jurta.org>
7538
7539 * replace.el (query-replace-read-from): Use `read-regexp' instead
7540 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7541 (occur-read-primary-args): Use `read-regexp' instead of
7542 `read-string'.
7543 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7544 `read-from-minibuffer'.
7545 * isearch.el (isearch-occur): Use `read-regexp' instead of
7546 `read-string'.
7547 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7548 `read-from-minibuffer'.
7549 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7550 of `read-string'. (Bug#7567)
7551
7552 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7553 and allow accepting a list of strings prepended to a list of
7554 standard default values. Doc fix. (Bug#12321)
7555
7556 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7557
7558 * replace.el (read-regexp): Don't add ": " when PROMPT already
7559 ends with a colon and space. (Bug#12321)
7560
7561 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7562
7563 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7564 error.
7565
7566 2012-09-20 Stefan Merten <smerten@oekonux.de>
7567
7568 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7569 Fixes feature request bug#11711.
7570 (rst-mode): Create `imenu-create-index-function'.
7571 (rst-get-stripped-line): Delete after refactoring.
7572 (rst-section-tree, rst-section-tree-rec)
7573 (rst-section-tree-point): Refactor and document properly.
7574 (rst-imenu-find-adornments-for-position)
7575 (rst-imenu-convert-cell, rst-imenu-create-index):
7576 New function.
7577
7578 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7579
7580 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7581 (macroexp--expand-all): Use it.
7582 (macroexp--funcall-and-return): Remove by folding it into its sole
7583 caller (macroexp--warn-and-return).
7584 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7585 Use macroexp--obsolete-warning.
7586
7587 * calc/calc.el: Fix last change by removing the whole chunk, since it
7588 was only needed back when Calc was not bundled.
7589
7590 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7591
7592 * emacs-lisp/debug.el (debug): Restore assignment to
7593 debugger-old-buffer removed on 2012-09-08.
7594
7595 2012-09-20 Juri Linkov <juri@jurta.org>
7596
7597 * dired-aux.el (dired-diff): Remove (require 'diff) since
7598 `diff-latest-backup-file' is now autoloaded.
7599
7600 2012-09-20 Chong Yidong <cyd@gnu.org>
7601
7602 * vc/diff.el (diff-latest-backup-file): Autoload.
7603
7604 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7605
7606 * calc/calc.el: Remove redundant autoload shape check.
7607 (sel-mode): Don't defvar.
7608 (calc-get-stack-element): Add `sel-mode' arg instead.
7609 (calc-top, calc-top-list): Pass it this additional argument.
7610 * calc/calc-store.el (calc-store-map):
7611 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7612 (calc-map-equation, calc-outer-product, calc-inner-product):
7613 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7614
7615 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7616
7617 2012-09-19 Juri Linkov <juri@jurta.org>
7618
7619 * dired-aux.el (dired-diff): Add (require 'diff) because
7620 `diff-latest-backup-file' is not autoloaded.
7621 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7622 of `dired-get-filename' to t to not report error when there is
7623 no default file on the current line.
7624
7625 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7628 macroexp--eval-if-compile.
7629 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7630 (macroexp--expand-all): Use them (bug#12371).
7631
7632 * doc-view.el (doc-view-guess-paper-size)
7633 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7634
7635 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7636
7637 New feature: set optimal slice from BoundingBox information.
7638 * doc-view.el (doc-view-mode-map): Add keybinding.
7639 (doc-view-menu): Add menu entry.
7640 (doc-view-set-slice): Adapt docstring.
7641 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7642 (doc-view-scale-bounding-box)
7643 (doc-view-set-slice-from-bounding-box): New functions.
7644 (doc-view-paper-sizes): New defvar.
7645
7646 2012-09-19 Glenn Morris <rgm@gnu.org>
7647
7648 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7649 (byte-compile-log-warning): Autoload. (Bug#12371)
7650
7651 * calendar/calendar.el (calendar-american-month-header)
7652 (calendar-european-month-header, calendar-iso-month-header)
7653 (calendar-month-header): New options.
7654 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7655 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7656
7657 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7658
7659 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7660
7661 2012-09-18 Juri Linkov <juri@jurta.org>
7662
7663 * dired-aux.el (dired-diff): Restore original functionality of
7664 getting the default value, but keep new feature of using the
7665 latest existing backup file (`diff-latest-backup-file').
7666
7667 2012-09-18 Juri Linkov <juri@jurta.org>
7668
7669 * dired.el (dired-mark): If the region is active in Transient Mark
7670 mode, mark all files in the active region. Doc fix.
7671 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7672 Doc fix. (Bug#10624)
7673
7674 2012-09-18 Juri Linkov <juri@jurta.org>
7675
7676 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7677 attributes for M-n are pulled from the file at point.
7678 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7679 Suggested by Drew Adams. (Bug#10624)
7680
7681 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7682
7683 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7684 whitespace after "end".
7685 (ruby-do-end-to-brace): Collapse block to one line if it fits
7686 within fill-column.
7687
7688 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7689
7690 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7691 value.
7692 (debug): Don't remove debugger window when debugger is expected
7693 to be back.
7694
7695 2012-09-18 Chong Yidong <cyd@gnu.org>
7696
7697 * custom.el (defface): Doc fix.
7698
7699 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7700
7701 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7702
7703 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7704 to initialize query-on-exit; then test that instead (bug#12288).
7705
7706 2012-09-17 Stefan Merten <smerten@oekonux.de>
7707
7708 * textmodes/rst.el: Add support for `testcover'.
7709 (rst-defcustom-testcover, rst-testcover-add-compose)
7710 (rst-testcover-add-1value): New functions.
7711 (rst-portable-mark-active-p): Replace by `use-region-p'.
7712 (rst-update-section, rst-classify-adornment)
7713 (rst-find-title-line): Mark `1value' forms.
7714 (rst-classify-adornment): Remove superfluous form.
7715 (rst-update-section, rst-get-adornments-around)
7716 (rst-adornment-complete-p, rst-get-next-adornment)
7717 (rst-adjust, rst-promote-region)
7718 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7719 (rst-find-pfx-in-region, rst-section-tree-rec)
7720 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7721 (rst-toc-node, rst-toc, rst-forward-section)
7722 (rst-iterate-leftmost-paragraphs)
7723 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7724 (rst-bullet-list-region)
7725 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7726 (rst-compile-find-conf, rst-compile)
7727 (rst-repeat-last-character): Fix style.
7728
7729 2012-09-17 Chong Yidong <cyd@gnu.org>
7730
7731 * comint.el (comint--complete-file-name-data): Don't add a space
7732 if the status is `sole'; that adds a gratuitous space in the
7733 completion-cycling case (Bug#12092).
7734
7735 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7736
7737 2012-09-17 Richard Stallman <rms@gnu.org>
7738
7739 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7740 only in the mime-shown mode, not in raw mode.
7741 (rmail-mime): Toggle off mime by displaying the message without
7742 mime processing. (Bug#12305)
7743
7744 * mail/rmail.el (rmail-retry-failure):
7745 Turn off mime processing first. (Bug#12037)
7746
7747 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7748
7749 2012-09-17 Chong Yidong <cyd@gnu.org>
7750
7751 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7752 (shell-dynamic-complete-functions): Convert to defcustom.
7753 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7754
7755 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7756 * comint.el (comint-prompt-read-only):
7757 * custom.el (defcustom):
7758 * hi-lock.el (hi-lock-mode):
7759 * ibuffer.el (ibuffer-formats):
7760 * ielm.el (ielm-prompt-read-only):
7761 * novice.el (disable-command):
7762 * saveplace.el (toggle-save-place):
7763 * speedbar.el (speedbar-supported-extension-expressions):
7764 * startup.el (auto-save-list-file-prefix, init-file-user)
7765 (after-init-hook, inhibit-startup-echo-area-message):
7766 * strokes.el (strokes-help):
7767 * time-stamp.el (time-stamp):
7768 * calendar/calendar.el (calendar, diary-file):
7769 * calendar/diary-lib.el (diary-mail-entries, diary)
7770 (diary-list-entries-hook):
7771 * calendar/holidays.el (holidays, calendar-holidays):
7772 * calendar/lunar.el (lunar-phases):
7773 * calendar/solar.el (sunrise-sunset):
7774 * emulation/edt.el (edt-load-keys):
7775 * emulation/viper.el (viper-mode):
7776 * eshell/em-alias.el (eshell-command-aliases-list):
7777 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7778 * international/ogonek.el (ogonek-information):
7779 * net/tramp-cmds.el (tramp-bug):
7780 * net/quickurl.el (quickurl-reread-hook-postfix):
7781 * play/decipher.el (decipher-font-lock-keywords):
7782 * progmodes/cc-styles.el (c-set-style):
7783 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7784 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7785 * progmodes/octave-mod.el (octave-mode):
7786 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7787 * progmodes/verilog-mode.el (verilog-read-defines):
7788 * textmodes/two-column.el (2C-mode): Likewise.
7789
7790 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7791
7792 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7793 that holds many addresses.
7794
7795 2012-09-16 Chong Yidong <cyd@gnu.org>
7796
7797 * align.el (align-areas): Call the indication function with
7798 positions instead of markers for arguments (Bug#12343).
7799
7800 * files.el (parse-colon-path): Use split-string (Bug#12351).
7801
7802 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7803 (display-buffer-function): Mark as obsolete.
7804
7805 * progmodes/compile.el (compilation-parse-errors): Accept list
7806 values similar to font-lock-keywords (Bug#12136).
7807 Suggested by Oleksandr Manzyuk.
7808 (compilation-error-regexp-alist): Doc fix.
7809
7810 2012-09-15 Glenn Morris <rgm@gnu.org>
7811
7812 * version.el (emacs-bzr-version-bzr): New function.
7813 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7814
7815 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7816 checkouts, check the parent dirstate matches the branch.
7817 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7818 empty string.
7819
7820 * version.el (emacs-bzr-version): Doc fix.
7821 (emacs-bzr-version-dirstate): New function.
7822 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7823 is local try and check that it matches the branch. If not, just
7824 use dirstate information. (Bug#12441)
7825
7826 2012-09-14 Juri Linkov <juri@jurta.org>
7827
7828 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7829 (Bug#12399)
7830
7831 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7834
7835 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7836 Remove obsolete byte-compiler hack that tried to silence some warnings.
7837 (edebug-submit-bug-report): Remove.
7838 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7839 Remove aliases, use the un-prefixed name instead.
7840 (edebug-pop-to-buffer): Consider other frames.
7841 (edebug-original-read):: Make it more obvious that it's always defined.
7842 (edebug--make-form-data-entry, edebug--form-data-name)
7843 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7844 single-dashed name, and implement with cl-defstruct.
7845 (edebug-set-form-data-entry): Use the standard accessors.
7846 (edebug-make-top-form-data-entry): Use push.
7847 (edebug-no-match): Drop useless `funcall'.
7848 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7849 to functions.
7850 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7851 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7852 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7853 (easy-menu-define, with-custom-print): Remove redundant specs.
7854 (edebug-outside-overriding-local-map)
7855 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7856 (edebug--display): Bind unread-command-events directly to nil rather
7857 than binding it to unread-command-events and later setting it to nil.
7858 (edebug--display): Kill edebug-eval-buffer here...
7859 (edebug--recursive-edit): ...rather than here.
7860 Bind standard-output and standard-input.
7861 (edebug-eval): Check cl-macroexpand-all is fboundp.
7862 (edebug-temp-display-freq-count): Fix last change.
7863
7864 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7865 * subr.el (noreturn, 1value): Add `debug' spec.
7866 * emacs-lisp/advice.el: Require cl-lib.
7867 (ad-copy-tree): Remove, use copy-tree instead.
7868 (ad-dolist): Remove use dolist or cl-dolist instead.
7869 (ad-do-return): Remove, use cl-return instead.
7870 (defadvice): Add `debug' spec.
7871
7872 2012-09-13 Juri Linkov <juri@jurta.org>
7873
7874 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7875 (Bug#12399)
7876
7877 2012-09-13 Glenn Morris <rgm@gnu.org>
7878
7879 * calc/calc.el (math-compose-expr):
7880 * calc/calc-ext.el (math-compose-expr):
7881 * progmodes/cc-defs.el (cl-macroexpand-all):
7882 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7883 (cl-macroexpand-all): Update declarations.
7884
7885 * vc/vc.el: No need to require ediff.
7886 (ediff-load-version-control): Declare.
7887 (ediff-vc-internal): Fix declaration.
7888 (vc-version-ediff): Require ediff.
7889
7890 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7891
7892 Use a more backwards-compatible timer format (Bug#12430).
7893 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7894 being right after USECS, as that better supports old code that
7895 inadvisedly looked directly at the timer vector.
7896
7897 2012-09-13 Kenichi Handa <handa@gnu.org>
7898
7899 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7900 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7901 `coding-priority' property of these language environment.
7902
7903 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7904
7905 Fix glitches caused by addition of psec to timers (Bug#12430).
7906 * image.el (image-animate-timer):
7907 * time.el (display-time-world-timer):
7908 Use timer--function and timer--args rather than raw access to
7909 timer vector.
7910
7911 2012-09-13 Glenn Morris <rgm@gnu.org>
7912
7913 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7914 If not compiling a file, try using load-file-name.
7915
7916 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7919 Fix last change.
7920 (edebug-update-eval-list): Use `push'.
7921
7922 * emacs-lisp/edebug.el: Use lexical-binding.
7923 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7924 Mark unused args with underscore.
7925 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7926 (edebug-form-data): Use defvar-local.
7927 (edebug-make-before-and-after-form, edebug-make-after-form):
7928 Use backquote.
7929 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7930 Not dynamically scoped any more.
7931 (edebug--enter-trace): Add arguments `function' and `args'.
7932 Rename from edebug-enter-trace.
7933 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7934 (edebug--update-coverage): Add `after-index' and `value' args.
7935 Rename from edebug-update-coverage.
7936 (edebug-slow-after): Call it accordingly.
7937 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7938 edebug-recursive-edit.
7939 (edebug--display): Call it accordingly. Add args `value',
7940 `offset-index', and `arg-mode'. Rename from edebug-display.
7941 (edebug-debugger, edebug): Call it accordingly.
7942 (edebug-eval-display-list): Use dolist.
7943
7944 2012-09-12 Juri Linkov <juri@jurta.org>
7945
7946 * info.el (Info-search): Don't check for isearch-mode and
7947 isearch-regexp before let-binding search-spaces-regexp to
7948 Info-search-whitespace-regexp.
7949 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7950 search-whitespace-regexp if isearch-lax-whitespace or
7951 isearch-regexp-lax-whitespace is non-nil.
7952 (Info-mode): Don't set local variable search-whitespace-regexp.
7953 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7954
7955 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7958 (debugger-env-macro): Remove support for unread-command-char.
7959
7960 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7961 the temporary map re-appearing on emulation-mode-map-alists.
7962
7963 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7964 since 22.1.
7965
7966 * ehelp.el (with-electric-help): Accept functions in
7967 electric-help-form-to-execute.
7968 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7969 And replace unread-command-char -> unread-command-events.
7970
7971 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
7972
7973 Sync with Tramp 2.2.6.
7974
7975 * net/tramp.el (tramp-accept-process-output): Don't use
7976 JUST-THIS-ONE in the XEmacs case.
7977
7978 * net/trampver.el: Update release number.
7979
7980 2012-09-12 Martin Rudalics <rudalics@gmx.at>
7981
7982 * emacs-lisp/debug.el (debugger-previous-window-height):
7983 New variable.
7984 (debug): When debugger-jumping-flag is non-nil try to restore
7985 height of debugger window. (Bug#8789)
7986
7987 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7990 overriding-local-map and pre/post-command-hook here.
7991 (edebug-recursive-edit): Do it here instead (bug#12345).
7992 (edebug-outside-unread-command-char): Remove all uses of
7993 unread-command-char.
7994
7995 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7996 inhibit-debugger is bound instead.
7997
7998 2012-09-11 Bastien Guerry <bzg@gnu.org>
7999
8000 * subr.el (set-temporary-overlay-map): Add a docstring.
8001 (Bug#12346)
8002
8003 2012-09-11 Bastien Guerry <bzg@gnu.org>
8004
8005 * minibuffer.el (completion-table-subvert): Fix docstring.
8006 (Bug#12347)
8007
8008 2012-09-11 Bastien Guerry <bzg@gnu.org>
8009
8010 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
8011
8012 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
8013
8014 * progmodes/sql.el: Version 3.1
8015 (sql-db2-escape-newlines): New variable.
8016 (sql-escape-newlines-filter): Use it.
8017
8018 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
8019
8020 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8021
8022 2012-09-10 Dan Nicolaescu <dann@gnu.org>
8023
8024 * vc/diff-mode.el (diff-mode-menu):
8025 Bind diff-remove-trailing-whitespace.
8026
8027 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8030 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8031 (emacs-lisp-byte-code-mode): New functions.
8032 (eval-sexp-add-defvars): Don't skip defvars in column >0.
8033 (eval-defun-2): Remove bogus interactive spec.
8034 (lisp-indent-line): Remove redundant whole-exp code, now done in
8035 indent-according-to-mode.
8036 (save-match-data): Remove redundant indent data.
8037
8038 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8039 Use `declare'.
8040
8041 2012-09-09 Juri Linkov <juri@jurta.org>
8042
8043 * replace.el (replace-regexp-lax-whitespace): New defcustom.
8044 (replace-lax-whitespace, query-replace-regexp)
8045 (query-replace-regexp-eval, replace-regexp): Doc fix.
8046 (perform-replace, replace-highlight): Let-bind
8047 isearch-lax-whitespace to replace-lax-whitespace and
8048 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8049
8050 * isearch.el (isearch-query-replace): Let-bind
8051 replace-lax-whitespace to isearch-lax-whitespace and
8052 replace-regexp-lax-whitespace to
8053 isearch-regexp-lax-whitespace. (Bug#10885)
8054
8055 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8058
8059 2012-09-09 Alan Mackenzie <acm@muc.de>
8060
8061 * progmodes/cc-engine.el (c-state-cache-init):
8062 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8063 (c-record-parse-state-state):
8064 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8065
8066 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
8067
8068 * register.el (register-separator): Rename from
8069 separator-register. All uses changed. Doc fix.
8070 (register): Fix version.
8071
8072 2012-09-09 Chong Yidong <cyd@gnu.org>
8073
8074 * replace.el (query-replace-map): Bind four new symbols for
8075 requesting window scrolling.
8076
8077 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8078 query-replace-map (Bug#8948).
8079
8080 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8081
8082 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8083 since they are now in query-replace-map.
8084
8085 * window.el (scroll-other-window-down): Make the arg optional.
8086
8087 2012-09-09 Chong Yidong <cyd@gnu.org>
8088
8089 * files.el (hack-local-variables-confirm): Use quit-window to kill
8090 the *Local Variables* buffer.
8091
8092 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8093
8094 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8095 not just expect to be at its beginning. Adjust callees.
8096 Succeed when do-end block has no space before the pipe character.
8097 (ruby-brace-to-do-end): When the original block is one-liner,
8098 convert to multiline. Reindent the result.
8099
8100 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
8101
8102 * register.el (register): New group.
8103 (separator-register): New user option.
8104 (increment-register): Route it to `append-to-register', if
8105 register contains text. Implication is that `C-x r +' can now be
8106 used for appending to a text register (bug#12217).
8107 (append-to-register, prepend-to-register): Add separator based on
8108 `separator-register'.
8109
8110 2012-09-08 Alan Mackenzie <acm@muc.de>
8111
8112 AWK Mode: make auto-newline work when there's "==" in the pattern.
8113 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8114 correctly.
8115 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8116 Test more rigorously for "=" token.
8117
8118 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8119
8120 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8121 Only fail when reached LIMIT.
8122
8123 2012-09-08 Chong Yidong <cyd@gnu.org>
8124
8125 * dired.el (dired-mode-map): Don't bind M-=.
8126
8127 * dired-aux.el (dired-diff): Use backup file as default.
8128
8129 2012-09-08 Drew Adams <drew.adams@oracle.com>
8130
8131 * subr.el (add-to-history): Fix delete usage (Bug#12314).
8132
8133 2012-09-08 Chong Yidong <cyd@gnu.org>
8134
8135 * subr.el (syntax-after, syntax-class): Doc fix.
8136
8137 2012-09-08 Martin Rudalics <rudalics@gmx.at>
8138
8139 * window.el (display-buffer-in-previous-window): New buffer
8140 display action function.
8141
8142 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8143 (debugger-previous-window): New variable.
8144 (debug): Rewrite using display-buffer-in-previous-window,
8145 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
8146
8147 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
8150
8151 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
8152
8153 * progmodes/python.el (python-shell-send-string):
8154 When default-directory is remote, create temp file on remote
8155 filesystem.
8156 (python-shell-send-file): When file is remote, pass local view of
8157 file paths to remote Python interpreter. (Bug#12340)
8158
8159 2012-09-07 Chong Yidong <cyd@gnu.org>
8160
8161 * window.el (switch-to-buffer): Doc fix (Bug#12181).
8162
8163 * files.el (after-find-file): Don't fail on a read-only buffer if
8164 require-final-newline is `visit' or `visit-save' (Bug#11156).
8165
8166 * subr.el (read-char-choice): Allow quitting via ESC ESC.
8167
8168 * userlock.el (ask-user-about-supersession-threat):
8169 Use read-char-choice (Bug#12093).
8170
8171 2012-09-07 Chong Yidong <cyd@gnu.org>
8172
8173 * subr.el (buffer-narrowed-p): New function.
8174
8175 * ses.el (ses-widen):
8176 * simple.el (count-words--buffer-message):
8177 * net/browse-url.el (browse-url-of-buffer): Use it.
8178
8179 * simple.el (count-words-region): Don't signal an error if there
8180 is a non-nil prefix arg and the mark is not set.
8181
8182 * help.el (describe-key-briefly): Allow the message to be seen
8183 when invoked from the minibuffer (Bug#7014).
8184
8185 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8186
8187 * progmodes/ruby-mode.el (ruby-end-of-defun)
8188 (ruby-beginning-of-defun): Simplify, allow indentation before
8189 block beginning and end keywords.
8190 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8191 (ruby-end-of-defun): Expect that the point is at the beginning of
8192 the defun.
8193
8194 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8197 (bug#12367).
8198 (cl--make-usage-args): Strip _ from argument names.
8199
8200 2012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
8201
8202 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8203 obsolete alias speedbar-key-map.
8204 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8205 (vhdl-index-menu-init): Don't use obsolete variable
8206 font-lock-maximum-size.
8207
8208 2012-09-06 Chong Yidong <cyd@gnu.org>
8209
8210 * frame.el (window-system-version): Mark as obsolete.
8211
8212 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8213 of obsolete variable speedbar-key-map.
8214
8215 2012-09-06 Juri Linkov <juri@jurta.org>
8216
8217 * replace.el (replace-lax-whitespace): New defcustom.
8218 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8219 (replace-string, replace-regexp): Mention it in docstrings.
8220 (perform-replace, replace-highlight): Let-bind
8221 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8222 to the values of replace-lax-whitespace and regexp-flag.
8223 Don't let-bind search-whitespace-regexp. (Bug#10885)
8224
8225 * isearch.el (isearch-query-replace): Let-bind
8226 replace-lax-whitespace instead of let-binding
8227 replace-search-function and replace-re-search-function.
8228 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8229 and isearch-regexp-lax-whitespace to lazy-highlight variables.
8230 (isearch-toggle-symbol): Set isearch-regexp to nil
8231 in isearch-word mode (like in isearch-toggle-word).
8232
8233 2012-09-06 Juri Linkov <juri@jurta.org>
8234
8235 * replace.el (replace-search-function)
8236 (replace-re-search-function): Set default values to nil.
8237 (perform-replace): Let-bind isearch-related variables based on
8238 replace-related values, call `isearch-search-fun' and let-bind
8239 the result to `search-function'. Remove code that sets
8240 `search-function' and `search-string' separately for
8241 `delimited-flag'.
8242 (replace-highlight): Add new argument `delimited-flag' and
8243 rename other arguments to the names used in `perform-replace'.
8244 Let-bind `isearch-word' to the argument `delimited-flag'.
8245 (Bug#10885, bug#10887)
8246
8247 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8248
8249 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8250 ruby-beginning-of-indent, simplify, allow all keywords to have
8251 indentation before them.
8252 (ruby-beginning-of-indent): Adjust for above. Search until the
8253 found point is not inside a string or comment.
8254 (ruby-font-lock-keywords): Allow symbols to start with "@"
8255 character, give them higher priority than variables.
8256 (ruby-syntax-propertize-function)
8257 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8258 matchers. Expression expansions are not comments when inside a
8259 string, and there comment syntax status is irrelevant.
8260 (ruby-match-expression-expansion): New function. Check that
8261 expression expansion is inside a string, and it's not escaped.
8262 (ruby-font-lock-keywords): Use it.
8263
8264 2012-09-05 Martin Rudalics <rudalics@gmx.at>
8265
8266 * help.el (temp-buffer-max-height): New default value.
8267 (temp-buffer-resize-frames): New option.
8268 (resize-temp-buffer-window): Optionally resize frame.
8269
8270 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8271 (fit-frame-to-buffer): New function.
8272
8273 2012-09-05 Glenn Morris <rgm@gnu.org>
8274
8275 * emulation/cua-rect.el (cua--init-rectangles):
8276 * textmodes/picture.el (picture-mode-map):
8277 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8278 like forward-char and backward-char. (Bug#12317)
8279
8280 2012-09-05 Leo Liu <sdl.web@gmail.com>
8281
8282 * progmodes/flymake.el (flymake-warning-re): New variable.
8283 (flymake-parse-line): Use it.
8284
8285 2012-09-05 Glenn Morris <rgm@gnu.org>
8286
8287 * calendar/holidays.el (holiday-christian-holidays):
8288 Rename an entry. (Bug#12289)
8289
8290 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8293 (bug#12222).
8294
8295 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8296
8297 * loadup.el: Load macroexp. Remove hack.
8298 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8299 (macroexp--expand-all): Use it to get better warnings.
8300 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8301 (internal-macroexpand-for-load): New functions.
8302 (macroexp--pending-eager-loads): New var.
8303 (emacs-startup-hook): New hack to replace one in loadup.el.
8304 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8305 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8306 (cl-psetf): Simplify.
8307 (cl-defstruct): Add indent rule.
8308
8309 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8310
8311 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8312 over `user-mail-address' for the SMTP MAIL FROM envelope.
8313 (smtpmail-via-smtp): Ditto.
8314
8315 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8316
8317 * progmodes/ruby-mode.el: Clean up keybindings.
8318 (ruby-mode-map): Don't bind ruby-electric-brace,
8319 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8320 backward-kill-word, reindent-then-newline-and-indent.
8321 (ruby-mark-defun): Remove.
8322 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8323 (ruby-mode): Set local beginning-of-defun-function and
8324 end-of-defun-function values.
8325
8326 2012-09-03 Martin Rudalics <rudalics@gmx.at>
8327
8328 * window.el (temp-buffer-window-setup-hook)
8329 (temp-buffer-window-show-hook): New hooks.
8330 (temp-buffer-window-setup, temp-buffer-window-show)
8331 (with-temp-buffer-window): New functions.
8332 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8333 (special-display-popup-frame): Make sure the window used shows BUFFER.
8334
8335 * help.el (temp-buffer-resize-mode): Fix doc-string.
8336 (resize-temp-buffer-window): New optional argument WINDOW.
8337
8338 * files.el (recover-file, save-buffers-kill-emacs):
8339 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8340
8341 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8342
8343 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8344 remote definition of `default-directory', ensure we can connect.
8345
8346 2012-09-02 Juri Linkov <juri@jurta.org>
8347
8348 Toggle whitespace matching mode with M-s SPC.
8349 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8350
8351 * isearch.el (search-whitespace-regexp): Doc fix.
8352 Remove cons cell customization.
8353 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8354 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8355 New variables.
8356 (isearch-forward, isearch-forward-regexp): Doc fix.
8357 (isearch-toggle-lax-whitespace): New command.
8358 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8359 (re-search-forward-lax-whitespace)
8360 (re-search-backward-lax-whitespace): New functions.
8361 (isearch-whitespace-regexp): Remove function.
8362 (isearch-query-replace): Let-bind replace-search-function and
8363 replace-re-search-function.
8364 (isearch-occur): Let-bind search-spaces-regexp according to the
8365 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8366 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8367 condition for C-q SPC.
8368 (isearch-search-fun-default): Use new functions mentioned above.
8369 (isearch-search-forward, isearch-search-backward): Remove functions.
8370 (isearch-search): Don't let-bind search-spaces-regexp.
8371 (isearch-lazy-highlight-space-regexp): Remove variable.
8372 (isearch-lazy-highlight-lax-whitespace)
8373 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8374 (isearch-lazy-highlight-new-loop): Use them.
8375 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8376
8377 2012-09-02 Chong Yidong <cyd@gnu.org>
8378
8379 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8380
8381 2012-09-02 Glenn Morris <rgm@gnu.org>
8382
8383 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8384
8385 2012-09-01 Glenn Morris <rgm@gnu.org>
8386
8387 * term.el: Tidy up menu definitions.
8388 (term-mode-map): Use easymenu for In/Out, Complete menus.
8389 (term-pager-break-map): Initialize in the defvar.
8390 (term-terminal-menu, term-signals-menu): Define with easymenu.
8391 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8392 (term-pager-menu): New, extracted from term-process-pager.
8393 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8394 (term-update-mode-line): Propertize line/char and page items.
8395 (term-process-pager): Move keymap initialization elsewhere.
8396
8397 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8398
8399 * window.el (switch-to-prev-buffer): Handle additional values of
8400 BURY-OR-KILL argument. Don't switch in minibuffer window.
8401 (switch-to-next-buffer): Don't switch in minibuffer window.
8402 (quit-restore-window): New function based on quit-window.
8403 Handle additional values of former KILL argument.
8404 (quit-window): Call quit-restore-window with appropriate
8405 interpretation of KILL argument.
8406 (display-buffer-below-selected): New buffer display action
8407 function.
8408
8409 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * minibuffer.el (completion-at-point-functions): Complete docstring
8412 (bug#12254).
8413
8414 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8415
8416 Better seed support for (random).
8417 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8418 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8419 * play/mpuz.el, play/tetris.el, play/zone.el:
8420 * calc/calc-comb.el (math-init-random-base):
8421 * play/blackbox.el (bb-init-board):
8422 * play/life.el (life):
8423 * server.el (server-use-tcp):
8424 * type-break.el (type-break):
8425 Remove unnecessary call to (random t).
8426 * net/sasl.el (sasl-unique-id-function):
8427 Change (random t) to (random), now that the latter is more random.
8428 * play/life.el (life-initialized): Remove no-longer-needed var.
8429
8430 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8431
8432 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8433 Consider frame's buffer predicate when choosing the buffer.
8434 (Bug#12081)
8435
8436 2012-08-30 Richard Stallman <rms@gnu.org>
8437
8438 * simple.el (special-mode-map): Delete binding for `z'.
8439
8440 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8441
8442 * progmodes/compile.el (compilation-always-kill): Doc fix.
8443
8444 2012-08-30 Chong Yidong <cyd@gnu.org>
8445
8446 * window.el (display-buffer-reuse-frames): Make the obsolescence
8447 message more informative.
8448
8449 2012-08-30 Glenn Morris <rgm@gnu.org>
8450
8451 * paren.el (show-paren-delay):
8452 Add a :set function. Doc fix. (Bug#12297)
8453
8454 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8455
8456 * progmodes/compile.el (compilation-always-kill): New var.
8457 (compilation-start): Use it.
8458
8459 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8462 * files.el (read-only-mode): Move to simple.el.
8463
8464 * files.el (read-only-mode): New minor mode.
8465 (toggle-read-only): Use it and mark obsolete.
8466 (find-file--read-only):
8467 * vc/vc.el (vc-next-action, vc-checkout):
8468 * vc/vc-cvs.el (vc-cvs-checkout):
8469 * obsolete/vc-mcvs.el (vc-mcvs-update):
8470 * ffap.el (ffap--toggle-read-only): Update callers.
8471
8472 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8473
8474 * eshell/esh-ext.el (eshell-external-command): Do not examine
8475 remote shell scripts.
8476 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8477
8478 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8479 "/usr/local/sbin".
8480
8481 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8484
8485 2012-08-28 Leo Liu <sdl.web@gmail.com>
8486
8487 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8488 completion-at-point. (Bug#12220)
8489
8490 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8491
8492 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8493
8494 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8497 be buffer-local; add delete-trailing-whitespace (bug#12259).
8498
8499 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8500
8501 * progmodes/hideif.el (hif-compress-define-list):
8502 Fix typo. (Bug#11951)
8503
8504 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8505
8506 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8507 buffer local setting.
8508
8509 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8510 rcirc-encode-coding-system.
8511
8512 2012-08-28 Leo Liu <sdl.web@gmail.com>
8513
8514 * net/rcirc.el (rcirc-split-message): New function.
8515 (rcirc-send-message): Use it. (Bug#12051)
8516
8517 2012-08-28 Juri Linkov <juri@jurta.org>
8518
8519 * info.el (Info-fontify-node): Hide empty lines at the end of
8520 the node. (Bug#12272)
8521
8522 2012-08-27 Drew Adams <drew.adams@oracle.com>
8523
8524 * dired.el (dired-pop-to-buffer): Make window start at beginning
8525 of buffer (Bug#12281).
8526
8527 2012-08-26 Chong Yidong <cyd@gnu.org>
8528
8529 * window.el (special-display-regexps, special-display-frame-alist)
8530 (special-display-buffer-names, special-display-function)
8531 (display-buffer-reuse-frames): Mark as obsolete.
8532
8533 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8534
8535 * help.el (help-print-return-message): Don't treat
8536 display-buffer-reuse-frames specially.
8537
8538 2012-08-26 Chong Yidong <cyd@gnu.org>
8539
8540 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8541 New variable, replacing gdb-frame-parameters.
8542 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8543 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8544 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8545 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8546 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8547 the functions directly with gdb-display-buffer-other-frame-action.
8548 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8549 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8550 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8551 (gdb-display-registers-buffer): Define directly.
8552 (def-gdb-display-buffer): Macro deleted.
8553 (gdb-display-buffer): Remove second and third args, callers don't
8554 use them. Defer to the default display-buffer behavior, apart
8555 from making windows dedicated.
8556 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8557
8558 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8559
8560 * window.el (display-buffer-pop-up-frame): Handle a
8561 pop-up-frame-parameters alist entry.
8562 (display-buffer): Document it.
8563
8564 2012-08-26 Chong Yidong <cyd@gnu.org>
8565
8566 * isearch.el (search-whitespace-regexp): Make string and nil
8567 values apply to both ordinary and regexp search. Allow a cons
8568 cell value to distinguish between the two.
8569 (isearch-whitespace-regexp, isearch-search-forward)
8570 (isearch-search-backward): New functions.
8571 (isearch-occur, isearch-search-fun-default, isearch-search)
8572 (isearch-lazy-highlight-new-loop): Use them.
8573 (isearch-forward, isearch-forward-regexp): Doc fix.
8574
8575 2012-08-26 Chong Yidong <cyd@gnu.org>
8576
8577 * faces.el (help-argument-name): Always inherit from italic
8578 (Bug#12213).
8579
8580 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8581
8582 * window.el (window--even-window-heights): Even heights when
8583 WINDOW and the selected window form a vertical combination.
8584 (display-buffer-use-some-window): Provide that window used gets
8585 sized back by quit-window. (Bug#11880) and (Bug#12091)
8586
8587 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8588
8589 Fix file time stamp problem with bzr and CVS (Bug#12001).
8590 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8591 in the file's time stamp, since the version control system loses
8592 that information.
8593
8594 2012-08-22 Juri Linkov <juri@jurta.org>
8595
8596 * info.el (Info-fontify-node): Hide the suffix of the
8597 Info file name in the header line. (Bug#12187)
8598
8599 2012-08-22 Glenn Morris <rgm@gnu.org>
8600
8601 * calendar/cal-tex.el (cal-tex-weekly-common):
8602 Restore leading blank page.
8603
8604 2012-08-22 Le Wang <l26wang@gmail.com>
8605
8606 * misc.el (forward-to-word, backward-to-word): Activate or extend
8607 the region under `shift-select-mode'. (Bug#12231)
8608
8609 2012-08-22 Bastien Guerry <bzg@gnu.org>
8610
8611 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8612 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8613 gives details on why the space is never needed.
8614
8615 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8616
8617 * window.el (walk-window-tree, window-with-parameter):
8618 New optional argument MINIBUF to control whether these functions
8619 should run on the minibuffer window.
8620 (window-at-side-list): Don't operate on minibuffer window.
8621 (window-in-direction): Simplify and rewrite doc-string.
8622 (window--size-ignore): Rename to window--size-ignore-p.
8623 Update callers.
8624 (display-buffer-in-atom-window, window--major-non-side-window)
8625 (window--major-side-window, display-buffer-in-major-side-window)
8626 (delete-side-window, display-buffer-in-side-window):
8627 New functions.
8628 (window--side-check, window-deletable-p, delete-window)
8629 (delete-other-windows, split-window): Handle side windows and
8630 atomic windows appropriately.
8631 (window--display-buffer): Call display-buffer-record-window also
8632 when the window buffer did not change.
8633
8634 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8635
8636 * help-fns.el (help-fns--key-bindings):
8637 Abbreviate non-symbol remap targets. (Bug#12174)
8638
8639 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8640
8641 * dired.el (dired-mark-remembered): Don't clobber point.
8642 (Bug#11795)
8643
8644 2012-08-22 Glenn Morris <rgm@gnu.org>
8645
8646 * progmodes/bug-reference.el (bug-reference): New custom group.
8647 (bug-reference-bug-regexp): Make it a defcustom.
8648
8649 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8650
8651 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8652 (js-paren-indent-offset, js-square-indent-offset)
8653 (js-curly-indent-offset): Add :safe (Bug#12257).
8654
8655 2012-08-22 Edward O'Connor <hober0@gmail.com>
8656
8657 * json.el (json-key-format): Add error properties.
8658 (json-encode-key): New function.
8659 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8660 Use json-encode-key.
8661
8662 2012-08-22 Glenn Morris <rgm@gnu.org>
8663
8664 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8665 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8666 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8667 Update for above change.
8668
8669 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8670
8671 * cus-face.el (custom-face-attributes): Fix customize type for the
8672 :underline attribute. (Bug#11805)
8673
8674 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8675
8676 * window.el (window-point-1, set-window-point-1): Remove.
8677 (window-in-direction, record-window-buffer)
8678 (set-window-buffer-start-and-point, split-window-below)
8679 (window--state-get-1, display-buffer-record-window):
8680 Replace calls to window-point-1 and set-window-point-1 by calls to
8681 window-point and set-window-point respectively.
8682
8683 2012-08-21 Glenn Morris <rgm@gnu.org>
8684
8685 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8686 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8687 Use it.
8688
8689 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8690 (cal-tex-shortday): New function.
8691 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8692 (cal-tex-cursor-filofax-daily): Use the above.
8693
8694 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8695 New functions.
8696 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8697 (cal-tex-cursor-filofax-week): Use them.
8698
8699 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8700 New constants.
8701 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8702 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8703
8704 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8705 (cal-tex-end-document): Don't rely on buffer name.
8706
8707 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8708 Use cal-tex-vspace.
8709 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8710 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8711 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8712 Use cal-tex-arg.
8713
8714 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8715 (cal-tex-cursor-week, cal-tex-cursor-week2)
8716 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8717 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8718 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8719 (cal-tex-insert-preamble, cal-tex-b-document)
8720 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8721 Improve cal-tex-cmd usage.
8722
8723 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8724 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8725 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8726 (cal-tex-weekly-paper): New function.
8727 (cal-tex-cursor-week, cal-tex-cursor-week2)
8728 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8729 (cal-tex-cursor-day): Use it.
8730
8731 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8732 (cal-tex-cursor-filofax-week): Remove leading blank page.
8733
8734 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8735 Add autoload cookie. For now at least, don't use color, since
8736 no other cal-tex function does.
8737
8738 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8739 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8740 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8741
8742 2012-08-21 Juri Linkov <juri@jurta.org>
8743
8744 * info.el (Info-file-attributes): New variable.
8745 (info-insert-file-contents): Add file attributes to
8746 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8747 `Info-toc-nodes' when previous modtime of the Info file is less
8748 than new modtime.
8749 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8750 of info.el. (Bug#12230)
8751
8752 2012-08-20 Glenn Morris <rgm@gnu.org>
8753
8754 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8755 * calendar/holidays.el (calendar-holiday-list):
8756 Report errors with display-warning rather than beep'n'sleep.
8757
8758 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8759
8760 * net/tramp.el (tramp-accept-process-output): Accept only output
8761 from PROC. Otherwise, process filters and sentinels might be
8762 confused. (Bug#12145)
8763
8764 2012-08-20 Chong Yidong <cyd@gnu.org>
8765
8766 * descr-text.el (describe-text-properties-1): Use overlays-in to
8767 report on empty overlays (Bug#3322).
8768
8769 2012-08-20 Glenn Morris <rgm@gnu.org>
8770
8771 * mail/rmailout.el (rmail-output-read-file-name):
8772 Trap and report errors in rmail-output-file-alist elements.
8773
8774 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8775 since most non-font-lock faces are not also variables).
8776
8777 2012-08-20 Edward Reingold <reingold@iit.edu>
8778
8779 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8780 New function. (Bug12160)
8781
8782 2012-08-19 Glenn Morris <rgm@gnu.org>
8783
8784 * mail/rmailout.el (rmail-output-read-file-name):
8785 Fix previous change (when the alist is nil or does not match).
8786
8787 2012-08-19 Chong Yidong <cyd@gnu.org>
8788
8789 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8790 (Bug#12228).
8791
8792 2012-08-18 Chong Yidong <cyd@gnu.org>
8793
8794 * simple.el (yank-handled-properties): New defcustom.
8795 (yank-excluded-properties): Add font-lock-face and category.
8796 (yank): Doc fix.
8797
8798 * subr.el (remove-yank-excluded-properties):
8799 Obey yank-handled-properties. The special handling of font-lock-face
8800 and category is now done this way, instead of being hard-coded.
8801 (insert-for-yank-1): Remove font-lock-face handling.
8802 (yank-handle-font-lock-face-property)
8803 (yank-handle-category-property): New function.
8804
8805 2012-08-17 Glenn Morris <rgm@gnu.org>
8806
8807 * mail/rmailout.el (rmail-output-read-file-name):
8808 Check rmail-output-file-alist against the full message body
8809 in the correct rmail buffer. (Bug#12214)
8810
8811 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8812
8813 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8814 Eliminate superfluous prompt. (Bug#12203)
8815
8816 2012-08-17 Chong Yidong <cyd@gnu.org>
8817
8818 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8819 font spec, set the font directly (Bug#3228).
8820
8821 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8822
8823 * window.el (delete-window): Fix last fix.
8824
8825 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8826
8827 * window.el (window-valid-p): Move to window.c.
8828 (window-child, window-child-count, window-last-child)
8829 (window-normalize-window, window-combined-p)
8830 (window-combinations, window-atom-root, window-min-size)
8831 (window-sizable, window-sizable-p, window-size-fixed-p)
8832 (window-min-delta, window-max-delta, window--resizable)
8833 (window--resizable-p, window-resizable, window-total-size)
8834 (window-full-height-p, window-full-width-p, window-body-size)
8835 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8836 (minimize-window, window-deletable-p, delete-window)
8837 (delete-other-windows, set-window-buffer-start-and-point)
8838 (next-buffer, previous-buffer, split-window, balance-windows-2)
8839 (set-window-text-height, window-buffer-height)
8840 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8841 (truncated-partial-width-window-p): Minor code adjustments.
8842 In doc-strings state whether the argument window has to denote a
8843 live, valid or any window.
8844
8845 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8846
8847 * progmodes/subword.el (subword-forward-function)
8848 (subword-backward-function, subword-forward-regexp)
8849 (subword-backward-regexp): New variables.
8850 (subword-forward, subword-forward-internal, subword-backward-internal):
8851 Use new variables, eg so that different "word" definitions
8852 can be easily used. (Bug#11411)
8853
8854 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8857 for composite selectors.
8858 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8859 operation just because we can't find a previous revision.
8860
8861 2012-08-15 Chong Yidong <cyd@gnu.org>
8862
8863 * frame.el (set-frame-font): Accept font objects.
8864
8865 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8868
8869 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8870
8871 * man.el (Man-overstrike-face, Man-underline-face)
8872 (Man-reverse-face): Remove variables.
8873 (Man-overstrike, Man-underline, Man-reverse): New faces.
8874 (Man-fontify-manpage): Use them instead of the variables.
8875 (Man-cleanup-manpage): Comment change.
8876 (Man-ansi-color-map): New variable.
8877 (Man-fontify-manpage): Use it.
8878 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8879
8880 Implement ANSI SGR parameters 22-27 (bug#12146).
8881 * ansi-color.el (ansi-colors): Doc fix.
8882 (ansi-color-context, ansi-color-context-region): Doc fix.
8883 (ansi-color--find-face): New function.
8884 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8885 Rename the local variable `face' to `codes' since it is now a list of
8886 ansi codes. Doc fix.
8887 (ansi-color-get-face): Remove.
8888 (ansi-color-parse-sequence): New function, derived from
8889 ansi-color-get-face.
8890 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8891 codes 22-27.
8892
8893 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * subr.el (read-passwd): Allow use from a minibuffer.
8896
8897 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8898
8899 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8900 inside comments and strings as identifiers.
8901
8902 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8903 expression to evaluate. This allows to evaluate expressions with
8904 embedded whitespace.
8905 (gud-tooltip-tips): Add a blank before the newline in the
8906 message-box text, for the benefit of message-box emulation on
8907 MS-Windows.
8908
8909 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8910 messages from GDB, pop them up in a tooltip to give feedback to
8911 user.
8912 (gdb-tooltip-print-1): Quote the expression to evaluate.
8913 This allows to evaluate expressions with embedded whitespace.
8914 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8915 if the TTY name is nil or empty (which happens when communicating
8916 with the inferior via pipes, e.g. on MS-Windows).
8917 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8918 don't send that to the GUD buffer.
8919
8920 2012-08-14 Glenn Morris <rgm@gnu.org>
8921
8922 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8923 Optimize away setq-default with no args, as for setq. (Bug#12195)
8924
8925 2012-08-14 Chong Yidong <cyd@gnu.org>
8926
8927 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8928
8929 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8930 (Bug#12085).
8931
8932 2012-08-14 Glenn Morris <rgm@gnu.org>
8933
8934 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8935
8936 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8937
8938 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8939 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8940 Use cached shell name.
8941
8942 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8943
8944 * progmodes/python.el (python-shell-send-string):
8945 (python-shell-send-setup-code): Do not use `format' with `message'.
8946
8947 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
8948
8949 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8950 (ruby-percent-literal-beg-re): New constant.
8951 (ruby-syntax-general-delimiters-goto-beg): Rename to
8952 `ruby-syntax-enclosing-percent-literal', improve literal type check.
8953 (ruby-syntax-propertize-general-delimiters): Rename to
8954 `ruby-syntax-propertize-percent-literal', it's a shorter and more
8955 popular term. Adjust comments everywhere.
8956 (ruby-syntax-propertize-percent-literal): Only propertize when not
8957 inside a simple string or comment. When the literal is unclosed,
8958 leave the text after it unpropertized.
8959 (ruby-syntax-methods-before-regexp): New constant.
8960 (ruby-syntax-propertize-function): Use it to recognize regexps.
8961 Don't look at the text after regexp, just use the whitelist.
8962
8963 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
8964
8965 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8966 non-nil always load the compiled file if it exists. (Bug#12197)
8967
8968 2012-08-14 Chong Yidong <cyd@gnu.org>
8969
8970 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8971 (hi-lock-set-pattern): When deciding whether to use font lock or
8972 overlays, look at font-lock-mode instead of font-lock-fontified
8973 (Bug#12168).
8974 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8975 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8976
8977 2012-08-14 Daiki Ueno <ueno@unixuser.org>
8978
8979 * subr.el (internal--after-with-selected-window): Fix typo
8980 (Bug#12193).
8981
8982 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8983
8984 Use `completion-table-dynamic' for completion functions.
8985 * progmodes/python.el
8986 (python-shell-completion--do-completion-at-point)
8987 (python-shell-completion--get-completions):
8988 Remove functions.
8989 (python-shell-completion-complete-at-point): New function.
8990 (python-completion-complete-at-point): Use it.
8991
8992 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
8993
8994 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8995 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8996
8997 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8998
8999 * subr.el (function-get): Refine `autoload' arg so it can also
9000 autoload functions for gv.el (bug#12191).
9001 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9002 autoloads macros.
9003
9004 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9005 Prefer pcase-let over destructuring-bind.
9006 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9007 Also, remove whitespace as we go, rather than after accumulating the
9008 various places.
9009
9010 * subr.el (internal--before-with-selected-window)
9011 (internal--after-with-selected-window): Fix typo seleted->selected.
9012 (with-selected-window): Adjust callers.
9013 Reported by Dmitry Gutov <dgutov@yandex.ru>.
9014
9015 2012-08-13 Bastien Guerry <bzg@gnu.org>
9016
9017 * window.el (special-display-popup-frame): Minor docstring
9018 enhancement. (Bug#12172)
9019
9020 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
9021
9022 * tar-mode.el (tar-header-data-end): Only ignore size for files of
9023 type 1-6.
9024 (tar-header-block-summarize, tar-get-descriptor): Handle pax
9025 extended headers.
9026
9027 * files.el (hack-local-variables-filter): Remove useless eval.
9028
9029 2012-08-13 Martin Rudalics <rudalics@gmx.at>
9030
9031 * subr.el (with-selected-window): Fix last change.
9032
9033 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * subr.el (internal--before-with-seleted-window)
9036 (internal--after-with-seleted-window): New functions.
9037 (with-selected-window): Use them, to replace dependency on
9038 tty-top-frame.
9039
9040 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
9041
9042 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9043 binding for `newline'.
9044 (ruby-move-to-block): When moving backward, stop at block opening,
9045 not indentation.
9046 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9047 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9048 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9049 `ruby-toggle-block'.
9050
9051 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * ibuffer.el (ibuffer-do-toggle-read-only):
9054 * dired.el (dired-toggle-read-only):
9055 * buff-menu.el (Buffer-menu-toggle-read-only):
9056 * bindings.el (mode-line-toggle-read-only):
9057 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9058
9059 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
9060
9061 * descr-text.el (describe-char): Put the overlays over the
9062 "displayed as" character.
9063
9064 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
9065
9066 * calc/calc-units.el (math-default-units-table): Give an
9067 initial value.
9068 (math-put-default-units): Add options to put composite units and
9069 unit systems in the default units table.
9070 (calc-convert-units): Send composite units to
9071 `math-put-default-units' when appropriate.
9072
9073 2012-08-11 Glenn Morris <rgm@gnu.org>
9074
9075 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9076
9077 * tutorial.el (help-with-tutorial):
9078 * emacs-lisp/copyright.el (copyright-update-directory):
9079 * emacs-lisp/autoload.el (autoload-find-generated-file)
9080 (autoload-find-file): Disable local eval: (for insurance).
9081
9082 * files.el (hack-local-variables-filter): If an eval: form is not
9083 known to be safe, and enable-local-variables is :safe, then ignore
9084 the form totally, as is done for non-eval forms. (Bug#12155)
9085 This is CVE-2012-3479.
9086
9087 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9090 (rx-form): Simplify.
9091
9092 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
9093
9094 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9095 ?, _, and : are symbol constituents, ! is not (but kinda should be).
9096 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9097 (ruby-syntax-propertize-function): Adjust for changes in
9098 `ruby-syntax-propertize-heredoc'.
9099
9100 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
9101
9102 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9103 binding (use `M-;' instead).
9104 (ruby-singleton-class-p): New function.
9105 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9106
9107 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9110
9111 2012-08-10 Chong Yidong <cyd@gnu.org>
9112
9113 * progmodes/python.el (python-shell-get-process-name): Don't mess
9114 with same-window-buffer-names.
9115
9116 * eshell/eshell.el (eshell-add-to-window-buffer-names)
9117 (eshell-remove-from-window-buffer-names): Make obsolete.
9118 (eshell-buffer-name, eshell-unload-hook): Don't use them.
9119 (eshell): Just use pop-to-buffer-same-window instead.
9120
9121 2012-08-10 Chong Yidong <cyd@gnu.org>
9122
9123 * bindings.el: Bind M-= back to count-words-region.
9124
9125 * simple.el (count-words-region): Accept a prefix arg for acting
9126 on the entire buffer.
9127 (count-words--buffer-message): New helper function.
9128
9129 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9132 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9133 (event-start, event-end): Use posn-at-point to return a more
9134 informative posn.
9135 (posnp): New function.
9136 * mouse.el (popup-menu-normalize-position): Use it.
9137
9138 2012-08-10 Masatake YAMATO <yamato@redhat.com>
9139
9140 * mouse.el (popup-menu-normalize-position): New function.
9141 (popup-menu): Use `popup-menu-normalize-position' to normalize
9142 the form for POSITION argument.
9143
9144 * term/x-win.el (x-menu-bar-open):
9145 Use the value returend from (posn-at-point) as position
9146 passed to `popup-menu'.
9147
9148 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9149
9150 * calc/calccomp.el (math-compose-expr): Add extra argument
9151 indicating that parentheses should be put around products in
9152 denominators. Give multiplication precedence over division during
9153 composition.
9154
9155 2012-08-09 Chong Yidong <cyd@gnu.org>
9156
9157 * man.el (Man-switches, Man-sed-command, Man-awk-command)
9158 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9159 (Man-untabify-command, manual-program): Convert to defcustom
9160 (Bug#10429).
9161
9162 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9163
9164 * descr-text.el (describe-char): Don't insert extra newlines
9165 (Bug#10127).
9166
9167 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9168 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9169
9170 * align.el (align-region): Delete temporary markers (Bug#10047).
9171 Plus some code cleanups.
9172
9173 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9174
9175 * progmodes/python.el (python-pdbtrack-tracked-buffer)
9176 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9177 (python-shell-internal-last-output): Use make-local-variable
9178 instead of make-variable-buffer-local.
9179
9180 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9181
9182 * progmodes/python.el: Enhancements to forward-sexp.
9183 (python-nav-forward-sexp): Rename from
9184 python-nav-forward-sexp-function.
9185 (python-nav--forward-sexp, python-nav--backward-sexp):
9186 New functions.
9187
9188 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9189
9190 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9191 modes and simplification modes.
9192
9193 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9194
9195 * delsel.el (delete-selection-pre-hook): Don't propagate the
9196 file-supersession signals (bug#12161).
9197
9198 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9199
9200 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9201 (cl-map-extents): Add compatibility aliases (bug#12135).
9202
9203 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
9204
9205 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9206 tests by `ignore-error'.
9207 (tramp-find-shell): Open also a new shell, when cache is already
9208 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
9209
9210 2012-08-08 Juri Linkov <juri@jurta.org>
9211
9212 * bookmark.el: Add `defaults' property to the bookmark record.
9213 (bookmark-current-buffer): Doc fix.
9214 (bookmark-make-record): Add `defaults' property with default values
9215 to the bookmark record.
9216 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9217 with `bookmark-insert-current-bookmark'.
9218 (bookmark-set): Get `defaults' property from the bookmark record
9219 and use it in `read-from-minibuffer'.
9220 (bookmark-insert-current-bookmark): Remove function.
9221
9222 * info.el (Info-bookmark-make-record): Add `defaults' property
9223 with values of canonical Info node name, the current Info file
9224 name and the current Info node name. (Bug#12107)
9225
9226 2012-08-08 Juri Linkov <juri@jurta.org>
9227
9228 * files.el (basic-save-buffer): Use `buffer-name' as the default
9229 of `read-file-name' when buffer is not visiting a file (bug#12128).
9230
9231 2012-08-08 Juri Linkov <juri@jurta.org>
9232
9233 * info.el (Info-isearch-search): Doc fix.
9234 (Info-search): Change search-failed message from "initial node" to
9235 "end of node" (bug#12078).
9236 (Info-isearch-search): Change `isearch-string-state' to
9237 `isearch--state-string'.
9238
9239 2012-08-08 Glenn Morris <rgm@gnu.org>
9240
9241 * language/persian.el: Remove file.
9242 * language/misc-lang.el: Move unique part of persian.el here.
9243 * loadup.el: Remove language/persian.
9244
9245 2012-08-08 Ă“scar Fuentes <ofv@wanadoo.es>
9246
9247 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9248
9249 2012-08-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9250
9251 * progmodes/python.el: Fix defsubst warning.
9252 (python-syntax-context) Rename from python-info-ppss-context.
9253 (python-syntax-context-type): Rename from
9254 python-info-ppss-context-type.
9255 (python-syntax-comment-or-string-p): Rename from
9256 python-info-ppss-comment-or-string-p.
9257
9258 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9259
9260 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9261
9262 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
9263
9264 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9265 a defcustom that is quoted with backquote.
9266
9267 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9268 Fix handling of interactive spec when the body uses return.
9269 (math-do-arg-check, math-define-function-body): Use backquote forms.
9270 * calc/calc-ext.el (math-defcache): Likewise.
9271 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9272 * allout.el (allout-new-exposure): Likewise.
9273 * calc/calcalg2.el (math-tracing-integral): Likewise.
9274 * info.el (Info-last-menu-item): Likewise.
9275 * emulation/vip.el (vip-loop): Likewise.
9276 * textmodes/artist.el (artist-funcall): Likewise.
9277 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9278 Construct menu-item directly.
9279
9280 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9281 Don't declare.
9282
9283 2012-08-07 Chong Yidong <cyd@gnu.org>
9284
9285 * simple.el (deactivate-mark): Preserve text properties when
9286 saving the primary selection (Bug#8384).
9287
9288 2012-08-07 Kevin Ryde <user42@zip.com.au>
9289
9290 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9291 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9292 and continue processing (Bug#12110).
9293
9294 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9297 syntax-propertize-function (bug#10095).
9298
9299 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9302 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9303 describe-function-1.
9304 (describe-function-1): Use them. Move compiler macro after sig.
9305 (help-fns--compiler-macro): Use function-get. Assume we're already in
9306 standard-output. Adjust layout to new call order.
9307
9308 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9309 re-binding a symbol that has a symbol-macro (bug#12119).
9310
9311 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9312
9313 * language/persian.el: New file. (Bug#11812)
9314 * loadup.el: Add language/persian.el.
9315
9316 2012-08-06 Chong Yidong <cyd@gnu.org>
9317
9318 * window.el (window--maybe-raise-frame): New function.
9319 (window--display-buffer): Split off from here.
9320 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9321 (display-buffer-pop-up-window, display-buffer-use-some-window):
9322 Obey an inhibit-switch-frame action alist entry.
9323 (display-buffer): Update doc.
9324
9325 * replace.el (occur-after-change-function): Avoid losing focus by
9326 using the inhibit-switch-frame display parameter (Bug#12139).
9327
9328 2012-08-06 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9329
9330 Make internal shell process buffer names start with space.
9331 * progmodes/python.el (python-shell-make-comint): Add optional
9332 argument INTERNAL.
9333 (run-python-internal): Use it.
9334 (python-shell-internal-get-or-create-process): Check for new
9335 internal buffer names.
9336
9337 2012-08-06 Glenn Morris <rgm@gnu.org>
9338
9339 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9340 Do less getting and setting of environment variables.
9341
9342 2012-08-05 Chong Yidong <cyd@gnu.org>
9343
9344 * proced.el (proced): Add substitution string to docstring to
9345 trigger autoloading of the proced library on C-h f (Bug#1768).
9346
9347 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9348 Don't show defvars which have no second argument (Bug#8638).
9349
9350 * imenu.el (imenu-generic-expression): Move documentation here
9351 from imenu--generic-function.
9352 (imenu--generic-function): Refer to imenu-generic-expression.
9353
9354 2012-08-05 Vegard Ă˜ye <vegard_oye@hotmail.com> (tiny change)
9355
9356 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9357 indentation declaration.
9358 (viper-loop): Add indentation declaration (Bug#7025).
9359
9360 2012-08-05 Chong Yidong <cyd@gnu.org>
9361
9362 * help-fns.el (describe-variable): Add hyperlink for
9363 directory-local variables files. Improve buffer-local and
9364 permanent-local reporting; suggested by MON KEY (Bug#6644).
9365
9366 * help-mode.el (help-dir-local-var-def): New button type.
9367
9368 * files.el (kill-buffer-hook): Provide a defvar.
9369
9370 2012-08-05 Glenn Morris <rgm@gnu.org>
9371
9372 * eshell/esh-ext.el (eshell/addpath):
9373 Also update eshell-path-env. (Bug#12013)
9374
9375 2012-08-05 Chong Yidong <cyd@gnu.org>
9376
9377 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9378
9379 * fringe.el (fringe-styles): Add docstring.
9380 (fringe--check-mode): New function.
9381 (set-fringe-mode, set-fringe-style): Use it.
9382 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9383
9384 * files.el (set-auto-mode): Fix invalid setq call.
9385
9386 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9387
9388 * isearch.el: Misc simplification; use defstruct.
9389 (isearch-mode-map): Dense maps now work like sparse ones.
9390 (isearch--state): New defstruct.
9391 (isearch-string-state, isearch-message-state, isearch-point-state)
9392 (isearch-success-state, isearch-forward-state)
9393 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9394 (isearch-wrapped-state, isearch-barrier-state)
9395 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9396 replaced by defstruct's accessors.
9397 (isearch--set-state): Rename from isearch-top-state and change
9398 calling convention.
9399 (isearch-push-state): Use new isearch--get-state.
9400 (isearch-toggle-word): Disable regexp when enabling word.
9401 (isearch-message-prefix): Remove unused arg _c-q-hack.
9402 (isearch-message-suffix): Remove unused arg _ellipsis.
9403
9404 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9405
9406 * simple.el (list-processes--refresh): For a server use :host or
9407 :local as the address.
9408 (list-processes): Doc fix.
9409
9410 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9411
9412 * lisp/mpc.el: Support password in host argument.
9413 (mpc--proc-connect): Parse and use new password element.
9414 Set mpc-proc variable instead of returning process.
9415 (mpc-proc): Adjust accordingly.
9416
9417 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9418
9419 * whitespace.el (whitespace-display-mappings): Use Unicode
9420 codepoints, instead of emacs-mule codepoints. See
9421 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9422 for the details.
9423
9424 * files.el (file-truename): Don't skip symlink-chasing part on
9425 windows-nt. Incorporate the resolution of 8+3 short aliases on
9426 Windows into the loop that recursively chases symlinks.
9427 Compare directory and its parent case-insensitively on MS-Windows and
9428 MS-DOS.
9429
9430 2012-08-03 Chong Yidong <cyd@gnu.org>
9431
9432 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9433
9434 * sort.el (sort-regexp-fields): Doc fix.
9435
9436 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9437
9438 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9439 labels regex position point at the expected place.
9440
9441 2012-08-03 MON KEY <monkey@sandpframing.com>
9442
9443 * net/imap.el (imap-interactive-login, imap-authenticate)
9444 (imap-mailbox-lsub, imap-mailbox-list)
9445 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9446 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9447 (imap-parse-response): Doc fix.
9448
9449 2012-08-03 JoĂ£o TĂ¡vora <joaotavora@gmail.com>
9450
9451 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9452 if sexp scanning does not move point (Bug#5734).
9453
9454 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9455
9456 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9457 Add listings, minted, and ctable packages.
9458 (reftex-label-alist-builtin): Move listings, minted, and ctable
9459 entries before LaTeX.
9460 (reftex-label-alist): Docfix.
9461
9462 2012-08-02 Bastien Guerry <bzg@gnu.org>
9463
9464 * replace.el (occur): Fix docstring (bug#12122).
9465
9466 2012-08-02 Glenn Morris <rgm@gnu.org>
9467
9468 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9469
9470 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9471
9472 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9473 * international/mule-cmds.el: Create
9474 inactivate-current-input-method-function as an obsolete alias for
9475 deactivate-current-input-method-function. See Katsumi Yamaoka in
9476 <http://bugs.gnu.org/10150#46>.
9477
9478 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9479
9480 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9481 of nested `if's.
9482
9483 2012-08-01 Glenn Morris <rgm@gnu.org>
9484
9485 * progmodes/autoconf.el (autoconf-definition-regexp):
9486 Add AH_TEMPLATE, adjust submatch numbering.
9487 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9488 (autoconf-current-defun-function): Update for above change.
9489 (autoconf-current-defun-function): First skip to end of current word.
9490
9491 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9492
9493 * calendar/cal-html.el (cal-html-insert-agenda-days):
9494 Fix typo. (Bug#12018)
9495
9496 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9497
9498 Shell processes: enhancements to startup and CEDET compatibility.
9499 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9500 (python-shell-make-comint): accept-process-output at startup.
9501 (run-python-internal): Set inferior-python-mode-hook to nil.
9502 (python-shell-internal-get-or-create-process): call sit-for.
9503 (python-preoutput-result): Add obsolete alias.
9504 (python-shell-internal-send-string): Use it.
9505 (python-shell-send-setup-code): Remove call to
9506 accept-process-output.
9507
9508 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9509
9510 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9511 (Bug#12108)
9512
9513 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9514
9515 * calc-mode.el (calc-basic-simplification-mode): Rename from
9516 `calc-limited-simplification-mode'.
9517 (calc-alg-simplification-mode): New function.
9518 (calc-set-simplify-mode): Adjust message.
9519
9520 * calc.el (calc-set-mode-line): Adjust mode line display for
9521 basic simplification mode.
9522
9523 * calc-help.el (calc-m-prefix-help): Update help message.
9524
9525 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9526 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9527
9528 2012-07-31 Bastien Guerry <bzg@gnu.org>
9529
9530 * man.el (man): Fix comment. (bug#12101)
9531
9532 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9533
9534 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9535 Don't return a non-nil value when no suitable buffer was found.
9536
9537 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9538
9539 * progmodes/python.el (run-python-internal): Disable font lock for
9540 internal shells.
9541
9542 2012-07-30 Stefan Merten <smerten@oekonux.de>
9543
9544 * textmodes/rst.el: Silence `checkdoc-ispell'.
9545 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9546 (rst-official-version, rst-official-cvs-rev)
9547 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9548 (rst-mode-map): New key binding.
9549
9550 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9551
9552 Update .PHONY listings in makefiles.
9553 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9554 autoloads, update-subdirs, updates, bzr-update, update-authors,
9555 compile-onefile, compile-calc, backup-compiled-files,
9556 compile-after-backup, compile-one-process, mh-autoloads,
9557 bootstrap-clean, distclean, maintainer-clean.
9558
9559 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9560
9561 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9562 (calc-set-mode-line): Don't display "AlgSimp ".
9563
9564 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9565 (calc-lim-simplify-mode): New function.
9566 (calc-set-simplify-mode): Default to 'alg.
9567 (calc-default-simplify-mode): Make algebraic simplifications
9568 the default.
9569
9570 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9571 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9572
9573 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9574 indicate new simplification modes.
9575
9576 * calc/README: Mention new default simplification mode.
9577
9578 * calc/calc.el (math-normalize-error): New variable.
9579 (math-normalize): Set `math-normalize-error' to t
9580 when there's an error.
9581
9582 * calc/calc-alg.el (math-simplify): Don't simplify when
9583 `math-normalize' returns an error.
9584
9585 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9586
9587 * international/mule-cmds.el (set-locale-environment): Revert last
9588 change, since display-graphic-p returns nil when this function is
9589 called during startup. Instead...
9590
9591 * term/w32console.el (terminal-init-w32console): ...setup the
9592 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9593
9594 2012-07-29 Juri Linkov <juri@jurta.org>
9595
9596 * simple.el (goto-line): Don't display default line number in the
9597 prompt because it should be displayed by `read-number' (bug#9952).
9598 Add the current line number to the defaults of `goto-line' to
9599 allow its easier modification by users with `M-n' (bug#9201).
9600
9601 * subr.el (read-number): Support multiple default values like in
9602 other minibuffer reading functions. Replace `read' with
9603 `string-to-number' for consistency with `number-to-string'.
9604
9605 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9606
9607 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9608 * emulation/viper-init.el (viper-deactivate-input-method-action):
9609 Rename from viper-inactivate-input-method-action.
9610 (viper-deactivate-input-method):
9611 Rename from viper-inactivate-input-method.
9612 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9613 * international/mule-cmds.el (deactivate-input-method):
9614 Rename from inactivate-input-method.
9615 Also run input-method-deactivate-hook.
9616 (deactivate-current-input-method-function):
9617 Rename from inactivate-current-input-method-function.
9618 (input-method-deactivate-hook): New hook.
9619 (input-method-inactivate-hook): Mark obsolete.
9620 (inactivate-input-method): Mark obsolete.
9621
9622 * international/quail.el (quail-activate):
9623 Also run quail-deactivate-hook.
9624 (quail-deactivate): Rename from quail-inactivate.
9625 * international/robin.el (robin-activate):
9626 Also run robin-deactivate-hook.
9627 (robin-deactivate): Rename from robin-inactivate.
9628
9629 2012-07-29 Chong Yidong <cyd@gnu.org>
9630
9631 * simple.el (indicate-copied-region): New function.
9632 (kill-ring-save): Split off from here.
9633
9634 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9635 (kill-rectangle): Set deactivate-mark to t on read-only error.
9636
9637 * register.el (copy-to-register, copy-rectangle-to-register):
9638 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9639 (append-to-register, prepend-to-register): Call indicate-copied-region.
9640
9641 2012-07-29 Juri Linkov <juri@jurta.org>
9642
9643 * simple.el (async-shell-command-buffer): New defcustom.
9644 (shell-command): Use it. (Bug#4719)
9645
9646 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9647
9648 * international/mule-cmds.el (set-locale-environment): In a
9649 console session on MS-Windows, set up keyboard and terminal
9650 encoding from the OEM codepage, not the ANSI codepage.
9651 (Bug#12055)
9652
9653 2012-07-28 Chong Yidong <cyd@gnu.org>
9654
9655 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9656 gdb-get-location.
9657
9658 2012-07-28 Leo Liu <sdl.web@gmail.com>
9659
9660 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9661 the alist (bug#12029).
9662
9663 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9664
9665 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9666 (compile-always, compile-first)
9667 ($(lisp)/calendar/cal-loaddefs.el)
9668 ($(lisp)/calendar/diary-loaddefs.el)
9669 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9670 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9671 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9672 instead of on update-subdirs.
9673 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9674
9675 2012-07-28 Chong Yidong <cyd@gnu.org>
9676
9677 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9678 directory if vc-deduce-backend returns nil (Bug#7350).
9679
9680 * simple.el (delete-trailing-lines): New option.
9681 (delete-trailing-whitespace): Obey it (Bug#11879).
9682
9683 2012-07-28 David Engster <deng@randomsample.de>
9684
9685 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9686 Explanation of new 'symbol-qnames feature in doc-strings.
9687 (xml-maybe-do-ns): Return expanded names as plain symbols if
9688 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9689 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9690
9691 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9692
9693 Consistent completion in inferior python with emacs -nw.
9694 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9695 binding in inferior-python-mode-map with "\t".
9696 (python-shell-completion-complete-at-point)
9697 (python-completion-complete-at-point): Remove interactive spec.
9698
9699 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9700
9701 * calc/calccomp.el (math-compose-expr): Undo previous change.
9702
9703 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9704
9705 * progmodes/python.el (python-mode-map): Add keybinding for
9706 run-python.
9707 (python-shell-make-comint): Fix pop-to-buffer call.
9708 (run-python): Autoload. New arg SHOW.
9709 (python-shell-get-or-create-process): Do not pop python process
9710 buffer.
9711
9712 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9713
9714 * notifications.el (notifications-on-action-signal)
9715 (notifications-on-closed-signal): Use also the bus address for the map.
9716 (notifications-notify, notifications-close-notification)
9717 (notifications-get-capabilities): Add optional argument BUS.
9718
9719 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9720
9721 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9722 Add support for the lstlisting and minted environments, and for the
9723 ctable macro.
9724 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9725 labels written in keyvals syntax.
9726
9727 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9728
9729 * calc/calccomp.el (math-compose-expr): Use parentheses when
9730 there is a product in the denominator of a fraction.
9731
9732 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9733
9734 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9735 ($(lisp)/calendar/diary-loaddefs.el)
9736 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9737 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9738 Fixes failures in parallel bootstrap because subdirs.el is being
9739 rewritten while the autoload files are built at the same time,
9740 which needs to load subdirs.el.
9741
9742 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9743
9744 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9745 (mouse-drag-line): Don't exit tracking when a switch-frame or
9746 switch-window event occurs (Bug#12006).
9747
9748 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * mouse.el (popup-menu): Fix last change.
9751
9752 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 Autoload from Lisp with more care. Follow aliases when looking for
9755 function properties.
9756 * subr.el (autoloadp): New function.
9757 (symbol-file): Use it.
9758 (function-get): New function.
9759 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9760 autoload-do-load.
9761 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9762 (lisp-indent-function):
9763 * emacs-lisp/gv.el (gv-get):
9764 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9765 * emacs-lisp/byte-opt.el (byte-optimize-form):
9766 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9767 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9768 Use function-get.
9769 * emacs-lisp/cl.el: Don't propagate function properties any more.
9770
9771 * speedbar.el (speedbar-add-localized-speedbar-support):
9772 * emacs-lisp/disass.el (disassemble-internal):
9773 * desktop.el (desktop-load-file):
9774 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9775 (describe-function-1):
9776 * emacs-lisp/find-func.el (find-function-noselect):
9777 * emacs-lisp/elp.el (elp-instrument-function):
9778 * emacs-lisp/advice.el (ad-has-proper-definition):
9779 * apropos.el (apropos-safe-documentation, apropos-macrop):
9780 * emacs-lisp/debug.el (debug-on-entry):
9781 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9782 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9783 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9784
9785 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9786
9787 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9788 function, not an obsolete variable (Bug#12046).
9789
9790 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9791
9792 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9793
9794 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9795
9796 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9797 window only if it is still live (Bug#12034).
9798
9799 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9800
9801 * subr.el (redirect-frame-focus): Add advertised calling
9802 convention (Bug#12030).
9803
9804 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9805
9806 Prefer typical American spelling for "acknowledgment".
9807 * vc/add-log.el (change-log-acknowledgment): Rename from
9808 change-log-acknowledgement, with an alias for the old name.
9809
9810 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9811
9812 * calc-alg.el (math-simplify-divide): Don't cross multiply
9813 in an equation when the lhs is a variable.
9814
9815 2012-07-24 Julien Danjou <julien@danjou.info>
9816
9817 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9818 Remove, unused.
9819
9820 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9821
9822 * startup.el (command-line): Don't display an empty user name in
9823 the error message about non-existent home directory, when
9824 init-file-user was set to an empty string. See
9825 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9826 for the details and context.
9827
9828 2012-07-22 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9829
9830 * ses.el (ses-cell-formula-aset): New macro.
9831 (ses-cell-references-aset): New macro.
9832 (ses-cell-p): New function.
9833 (ses-rename-cell): Do no longer rely on complex operations like
9834 ses-cell-set-formula or ses-set-cell to change the cell and handle
9835 the undo at the same time, but rather use lower level new macros
9836 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9837 the undo directly. Refresh the mode line.
9838
9839 2012-07-21 Leo Liu <sdl.web@gmail.com>
9840
9841 * progmodes/cc-cmds.el (c-defun-name):
9842 Use match-string-no-properties instead for consistency.
9843
9844 2012-07-20 Leo Liu <sdl.web@gmail.com>
9845
9846 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9847 (Bug#7879)
9848
9849 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9850
9851 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9854 * progmodes/bug-reference.el, misearch.el: Provide themselves
9855 (bug#11915).
9856
9857 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9858 of narrowed buffer (bug#11966).
9859
9860 2012-07-20 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9861
9862 * ses.el (ses-rename-cell): Set new name also in reference list of
9863 cells of which the renamed cell depends.
9864
9865 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9866
9867 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9868 to check whether menu-bar is shown or not. If not shown,
9869 show the menu-bar as a popup menu instead of using tmm.
9870 * mouse.el (popup-menu): Accept `point' as `position' argument.
9871
9872 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9873
9874 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9875 up inside string symbol literal (bug#11923).
9876
9877 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9878
9879 * startup.el (fancy-startup-text): Read the whole tutorial, not
9880 just its first 256 bytes. Prevents gibberish in display of the
9881 tutorial title.
9882
9883 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9884
9885 Drop idle buffer compaction due to an absence of the
9886 proved efficiency.
9887 * compact.el: Remove.
9888
9889 2012-07-19 Sam Steingold <sds@gnu.org>
9890
9891 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9892 vc-bzr-pull & vc-bzr-merge-branch.
9893 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9894 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9895 for consistency with compilation-error-regexp-alist.
9896 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9897 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9898 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9899 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9900
9901 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9902
9903 * emacs-lisp/chart.el: Use lexical-binding.
9904 (chart-emacs-storage): Don't hardcode the list of entries.
9905
9906 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9907
9908 Next round of tweaks caused by Fgarbage_collect changes.
9909 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9910
9911 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9912
9913 Compact buffers when idle.
9914 * compact.el: New file.
9915
9916 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * subr.el (eventp): Presume that if it looks vaguely like an event,
9919 it's an event (bug#10190).
9920
9921 2012-07-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9922
9923 Enhancements to ppss related code (thanks Stefan).
9924 * progmodes/python.el (python-indent-context)
9925 (python-indent-calculate-indentation, python-indent-dedent-line)
9926 (python-indent-electric-colon, python-nav-forward-block)
9927 (python-mode-abbrev-table)
9928 (python-info-assignment-continuation-line-p): Simplify checks
9929 for ppss context.
9930 (python-info-continuation-line-p): Cleanup.
9931 (python-info-ppss-context): Do not catch 'quote.
9932 (python-info-ppss-context-type)
9933 (python-info-ppss-comment-or-string-p): Simplify.
9934
9935 2012-07-18 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9936
9937 * progmodes/python.el: Enhancements to eldoc support.
9938 (python-info-current-symbol): New function.
9939 (python-eldoc-at-point): Use python-info-current-symbol.
9940 (python-info-current-defun): Fix cornercase on first defun scan.
9941 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9942 and signal error when no inferior python process is available.
9943
9944 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9945
9946 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9947 assume it's always t.
9948 (vc-git-registered): Remove caching, the function is only called
9949 once.
9950 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9951
9952 2012-07-18 Chong Yidong <cyd@gnu.org>
9953
9954 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9955
9956 * simple.el (count-words): Report on narrowing (Bug#9959).
9957
9958 * bindings.el: Bind M-= to count-words.
9959
9960 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9961
9962 2012-07-18 Masatake YAMATO <yamato@redhat.com>
9963
9964 * progmodes/sh-script.el (sh-imenu-generic-expression):
9965 Capture a function with `function' keyword and without parentheses
9966 like "function FOO" (bug#11856).
9967
9968 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
9969
9970 * window.el (split-window-sensibly): Make WINDOW argument
9971 optional.
9972
9973 2012-07-18 Chong Yidong <cyd@gnu.org>
9974
9975 * subr.el (keyboard-translate): Doc fix (Bug#7261).
9976
9977 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9978 and make C-x 8 RET exit isearch (Bug#11439).
9979
9980 * international/iso-transl.el: Move isearch-mode-map key
9981 definitions to isearch.el.
9982
9983 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9984
9985 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9986 (eieio-defclass): Use gv-define-setter when possible.
9987
9988 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
9989
9990 Reflect recent changes in Fgarbage_collect.
9991 * emacs-lisp/chart.el (chart-emacs-storage): Change to
9992 reflect new format of data returned by Fgarbage_collect.
9993
9994 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9995
9996 New utility functions + python-info-ppss-context fix (Bug#11910).
9997 * progmodes/python.el (python-info-beginning-of-block-statement-p)
9998 (python-info-ppss-comment-or-string-p): New functions.
9999 (python-info-ppss-context): Small fix for string check.
10000
10001 2012-07-17 Juri Linkov <juri@jurta.org>
10002
10003 * dired-aux.el (dired-do-async-shell-command): Doc fix.
10004 (dired-do-async-shell-command): Don't add `*' at the end of the
10005 command (Bug#11815).
10006 (dired-do-shell-command): Doc fix.
10007 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10008 Join the individual commands using either "&" or ";" as the
10009 separator depending on the values of these trailing characters.
10010 At the end re-add the trailing "&". (Bug#10598)
10011
10012 * simple.el (async-shell-command): Sync the interactive spec with
10013 `shell-command'. Doc fix.
10014 (shell-command): Doc fix.
10015
10016 2012-07-17 Juri Linkov <juri@jurta.org>
10017
10018 * descr-text.el (describe-char): Fix format args. (Bug#10129)
10019
10020 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10021
10022 Final renames and doc fixes for movement commands (bug#11899).
10023 * progmodes/python.el (python-nav-beginning-of-statement):
10024 Rename from python-nav-statement-start.
10025 (python-nav-end-of-statement): Rename from
10026 python-nav-statement-end.
10027 (python-nav-beginning-of-block): Rename from
10028 python-nav-block-start.
10029 (python-nav-end-of-block): Rename from python-nav-block-end.
10030
10031 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10032
10033 * progmodes/python.el (python-shell-send-string-no-output):
10034 Allow accept-process-output to quit, keeping shell process ready for
10035 future interactions (Bug#11868).
10036
10037 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10040
10041 * emacs-lisp/elint.el (elint-find-args-in-code):
10042 Use help-function-arglist, so as to handle lexical byte-code.
10043
10044 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10045 change (bug#11826).
10046
10047 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10050 Avoid spuriously marking the buffer as modified because of c-is-sws.
10051
10052 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10053 as not-a-comment (bug#11946).
10054
10055 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10056 for uninterned vars.
10057
10058 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10059 Use read-event since we don't really want to read chars but bytes.
10060
10061 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10062 $$..$$ but also $..$ using regexps (bug#11953).
10063 Use tex-verbatim for \url and \path.
10064 (tex-font-lock-keywords): Define as defconst like the others.
10065 (tex-common-initialization): Don't use font-lock-syntax-table any more.
10066
10067 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10068
10069 * international/mule-cmds.el (ucs-insert): Make it an obsolete
10070 alias for insert-char.
10071
10072 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10073
10074 * progmodes/python.el: Simplified imenu implementation.
10075 (python-nav-jump-to-defun): Remove command.
10076 (python-mode-map): Use `imenu' instead.
10077 (python-nav-list-defun-positions-cache)
10078 (python-imenu-include-defun-type, python-imenu-make-tree)
10079 (python-imenu-subtree-root-label, python-imenu-index-alist):
10080 Remove vars.
10081 (python-nav-list-defun-positions, python-nav-read-defun)
10082 (python-imenu-tree-assoc, python-imenu-make-element-tree)
10083 (python-imenu-make-tree, python-imenu-create-index):
10084 Remove functions.
10085 (python-mode): Update to interact with imenu by setting
10086 `imenu-extract-index-name-function' only.
10087
10088 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10089
10090 * progmodes/python.el: Enhancements to navigation commands.
10091 (python-nav-backward-sentence)
10092 (python-nav-forward-sentence): Remove.
10093 (python-nav-backward-statement, python-nav-forward-statement)
10094 (python-nav-statement-start, python-nav-statement-end)
10095 (python-nav-backward-block, python-nav-forward-block)
10096 (python-nav-block-start, python-nav-block-end)
10097 (python-nav-forward-sexp-function)
10098 (python-info-current-line-comment-p)
10099 (python-info-current-line-empty-p): New functions.
10100 (python-indent-context): Use `python-nav-statement-start'.
10101
10102 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
10103
10104 * eshell/em-ls.el (eshell/ls): Use `apply'.
10105
10106 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10107 multi-hops, instead of Tramp internals.
10108
10109 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10110
10111 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10112 when F1 and F2 are located on different hosts.
10113
10114 2012-07-14 Chong Yidong <cyd@gnu.org>
10115
10116 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10117 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10118 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10119 (xterm-mouse--read-event-sequence-1000)
10120 (xterm-mouse--read-event-sequence-1006): New functions. For old
10121 mouse protocol, handle M-mouse-X events correctly.
10122 (xterm-mouse-event): New arg specifying mouse protocol.
10123 (turn-on-xterm-mouse-tracking-on-terminal)
10124 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10125 sequence to toggle extended coordinates on newer XTerms.
10126 This appears to be harmless on terminals which do not support this.
10127
10128 2012-07-14 Leo Liu <sdl.web@gmail.com>
10129
10130 Add fringe bitmap indicators for flymake. (Bug#11253)
10131 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10132 (flymake-make-overlay): New arg BITMAP.
10133 (flymake-error-bitmap, flymake-warning-bitmap)
10134 (flymake-fringe-indicator-position): New user variables.
10135
10136 * fringe.el: New bitmap exclamation-mark.
10137
10138 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
10139
10140 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10141 also (Bug#7879).
10142
10143 2012-07-14 Chong Yidong <cyd@gnu.org>
10144
10145 * electric.el (electric-pair-post-self-insert-function): Fix pair
10146 insertion in empty-region case (Bug#11520).
10147
10148 2012-07-14 Chong Yidong <cyd@gnu.org>
10149
10150 * bindings.el: Consolidate ctl-x-r-map bindings.
10151 Bind copy-rectangle-as-kill to C-x r w.
10152
10153 * rect.el, register.el: Move bindings to bindings.el.
10154
10155 2012-07-14 Reuben Thomas <rrt@sc3d.org>
10156
10157 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10158
10159 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
10160
10161 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
10162
10163 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
10164
10165 * bindings.el (top): Use `mapc' instead of `mapcar'.
10166
10167 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10168
10169 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
10170
10171 * progmodes/sql.el (sql-comint): Suppress the check for program on
10172 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
10173 (Bug#11908)
10174
10175 2012-07-13 Chong Yidong <cyd@gnu.org>
10176
10177 * bindings.el: Assign a non-nil permanent-local property to
10178 per-buffer variables which lack a default value (Bug#11930).
10179
10180 * help-fns.el (describe-variable): In the "automatically becomes
10181 local" notice, take note of permanent-local variables.
10182
10183 2012-07-13 Chong Yidong <cyd@gnu.org>
10184
10185 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
10186 to allow printing the message when called from Lisp.
10187
10188 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10189 Remove toggle-read-only.
10190
10191 * bs.el (bs-toggle-readonly):
10192 * buff-menu.el (Buffer-menu-toggle-read-only):
10193 Remove with-no-warnings around toggle-read-only.
10194
10195 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10196 Remove with-no-warnings around toggle-read-only.
10197 (ffap-read-only, ffap-read-only-other-window)
10198 (ffap-read-only-other-frame): Callers changed.
10199
10200 * help-mode.el: Don't require view package.
10201 (help-mode-finish): Set buffer-read-only instead of calling
10202 toggle-read-only.
10203
10204 * bindings.el (mode-line-toggle-read-only):
10205 * dired.el (dired-toggle-read-only):
10206 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10207 with non-nil second arg.
10208
10209 * emacs-lisp/eieio-custom.el (eieio-customize-object):
10210 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10211 directly.
10212
10213 2012-07-12 Eli Zaretskii <eliz@gnu.org>
10214
10215 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10216 not incf.
10217
10218 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 More CL cleanups and reduction of use of cl.el.
10221 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10222 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10223 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10224 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10225 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10226 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10227 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10228 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10229 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10230 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10231 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10232 * eshell/em-cmpl.el, eshell/em-banner.el:
10233 * calendar/parse-time.el: Use cl-lib.
10234 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10235 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10236 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10237 * term/ns-win.el, term.el, shell.el, ps-samp.el:
10238 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10239 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10240 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10241 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10242 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10243 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10244 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10245 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10246 `lambda' rather than with `quote'.
10247 (eshell-do-opt): Adjust accordingly.
10248 (eshell-process-option): Simplify.
10249 * eshell/esh-var.el:
10250 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10251 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10252 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10253 to `pcase--dontcare'.
10254 * emacs-lisp/cl.el (labels): Mark obsolete.
10255 (cl--letf, letf): Move to cl-lib.
10256 (cl--letf*, letf*): Remove.
10257 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10258 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10259 (cl-progv): Rewrite.
10260 (cl--letf, cl-letf): Move from cl.el.
10261 (cl-letf*): New macro.
10262 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10263
10264 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
10265
10266 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10267
10268 2012-07-11 Chong Yidong <cyd@gnu.org>
10269
10270 * vc/log-edit.el (log-edit-vc-backend): New variable.
10271 (log-edit): Doc fix.
10272
10273 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10274 argument of log-edit to set up all local variables.
10275 (vc-start-logentry): New optional arg specifying VC backend.
10276
10277 * vc/vc.el (vc-checkin): Use it.
10278 (vc-deduce-fileset): Handle Log Edit buffers.
10279 (vc-diff): Make first argument optional too.
10280
10281 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10282
10283 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
10284
10285 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10286 command, just in case. The function is not needed anymore.
10287 (eshell-external-command): Do not call `eshell-remote-command'.
10288
10289 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10290
10291 Reduce use of (require 'cl).
10292 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10293 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10294 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10295 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10296 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10297 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10298 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10299 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10300 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10301 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10302 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10303 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10304 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10305 (byte-compile-unfold-bcf, byte-compile-check-variable):
10306 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10307 (byte-compile-nilconstp):
10308 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10309 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10310
10311 * emacs-lisp/gv.el (cond): Make it a valid place.
10312 (if): Simplify slightly.
10313
10314 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10315 (pcase--self-quoting-p): New function.
10316 (pcase--u1): Use it.
10317
10318 2012-07-10 Glenn Morris <rgm@gnu.org>
10319
10320 * emacs-lisp/authors.el (authors-fixed-entries):
10321 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10322
10323 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10324
10325 Rename configure.in to configure.ac (Bug#11603).
10326 * emacs-lisp/authors.el (authors-canonical-file-name):
10327 * progmodes/autoconf.el (autoconf-mode):
10328 Prefer configure.ac to configure.in.
10329
10330 2012-07-08 Chong Yidong <cyd@gnu.org>
10331
10332 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10333 Implement the mouse-1-click-follows-link handling properly.
10334
10335 * info.el (Info-link-keymap): Use follow-link mechanism for
10336 header-line links (Bug#374).
10337
10338 * simple.el (deactivate-mark): Do not set the primary selection
10339 if another program has acquired it (Bug#11772).
10340
10341 2012-07-07 Kevin Ryde <user42@zip.com.au>
10342
10343 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10344 (woman-decode-region): Replace escaped-escapes without destroying
10345 bold or underline (Bug#11552).
10346 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10347
10348 2012-07-07 Chong Yidong <cyd@gnu.org>
10349
10350 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10351 (interprogram-cut-function, interprogram-paste-function):
10352 Mention that we typically mean the clipboard.
10353
10354 2012-07-06 Glenn Morris <rgm@gnu.org>
10355
10356 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10357
10358 * files.el (toggle-read-only): Restrict message to interactive use.
10359
10360 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10361
10362 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10363
10364 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10365
10366 2012-07-06 Glenn Morris <rgm@gnu.org>
10367
10368 * Makefile.in (compile-one-process): Rename from "recompile".
10369
10370 * Makefile.in (bzr-update): "compile" is the same as "recompile
10371 autoloads", but parallelizable, so use that instead.
10372
10373 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10374
10375 * window.el (quit-window): Always restore window height when
10376 it's saved in quit-restore parameter (Bug#11810).
10377
10378 2012-07-06 Glenn Morris <rgm@gnu.org>
10379
10380 * simple.el (kill-whole-line): Doc tweak.
10381
10382 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10383
10384 * files.el (file-relative-name): Compare file names
10385 case-insensitively if on MS-Windows or MS-DOS, or if
10386 read-file-name-completion-ignore-case is non-nil. Don't use
10387 case-fold-search for this purpose. (Bug#11827)
10388
10389 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10390
10391 * calendar/cal-dst.el (calendar-current-time-zone):
10392 Return calendar-current-time-zone-cache if non-nil.
10393
10394 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10395 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10396
10397 * calendar/cal-dst.el (calendar-current-time-zone):
10398 Return calendar-current-time-zone-cache if non-nil.
10399
10400 2012-07-06 Glenn Morris <rgm@gnu.org>
10401
10402 * Makefile.in (cvs-update): Remove old alias.
10403
10404 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10405
10406 Sync with Tramp 2.2.6-pre.
10407
10408 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10409 compatible declaration.
10410
10411 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10412 Protect `list-load-path-shadows' call.
10413
10414 * net/tramp-compat.el (top): Require packages, which aren't
10415 autoloaded anymore for XEmacs. Protect call of
10416 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10417 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10418 it hurts at least for SXEmacs.
10419 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10420 standard-value for `temporary-file-directory'.
10421
10422 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10423 Redirect stderr to /dev/null.
10424 (tramp-sh-handle-write-region): uid and gid can be floats.
10425 Reported by Russell Sim <russell.sim@gmail.com>.
10426 (tramp-sh-handle-vc-registered): Hide errors.
10427 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10428 and `start-file-process'.
10429 (tramp-maybe-open-connection): Check also whether `non-essential'
10430 is bound.
10431
10432 2012-07-04 Chong Yidong <cyd@gnu.org>
10433
10434 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10435 (xml-parse-tag): Likewise, and avoid changing entity tables.
10436 (xml-syntax-table): Define from scratch, making sure not to give
10437 x2000 and other Unicode spaces whitespace syntax, since those are
10438 not spaces in XML.
10439 (xml-parse-fragment): Delete unused function.
10440 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10441 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10442 (xml-entity-ref, xml-pe-reference-re)
10443 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10444 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10445 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10446 (xml-entity-value-re): Use syntax references in regexps where
10447 possible; no need to define inside a let-binding.
10448 (xml-parse-dtd): Use xml-pe-reference-re.
10449 (xml-entity-or-char-ref-re): New defconst.
10450 (xml-parse-string, xml-substitute-special): Use it.
10451
10452 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10455 (find-file--read-only): New function.
10456 (find-file-read-only, find-file-read-only-other-window)
10457 (find-file-read-only-other-frame): Use it.
10458 (insert-file-contents-literally): Don't `fset'.
10459 (get-free-disk-space): Use locate-dominating-file.
10460
10461 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10462 function is already compiled.
10463
10464 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10465
10466 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10467
10468 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10469 files on the same host.
10470
10471 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10472
10473 * help-fns.el (describe-function-1): Only call
10474 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10475
10476 2012-07-03 Chong Yidong <cyd@gnu.org>
10477
10478 * xml.el: Protect parser against XML bombs.
10479 (xml-entity-expansion-limit): New variable.
10480 (xml-parse-string, xml-substitute-special): Use it.
10481 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10482
10483 2012-07-03 Glenn Morris <rgm@gnu.org>
10484
10485 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10486 Allow linking to specific messages in debbugs reports (eg 123#5).
10487
10488 2012-07-02 Chong Yidong <cyd@gnu.org>
10489
10490 * xml.el: Fix entity and character reference expansion, allowing
10491 them to expand into markup as per XML spec.
10492 (xml-default-ns): New variable.
10493 (xml-entity-alist): Use XML spec definitions for lt and amp.
10494 (xml-parse-region): Make first two arguments optional.
10495 Discard text properties.
10496 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10497 All callers changed.
10498 (xml-parse-tag): Call xml-parse-tag-1. For backward
10499 compatibility, this function should not modify buffer contents.
10500 (xml-parse-tag-1): Fix opening-tag regexp.
10501 (xml-parse-string): Rewrite, handling entity and character
10502 references properly.
10503 (xml--entity-replacement-text): Signal an error if a parameter
10504 entity is undefined.
10505
10506 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * comint.el (comint-output-filter): Filter out repeated prompts.
10509
10510 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10511 and file-name-absolute-p.
10512 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10513 internal calls.
10514
10515 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10516
10517 Spelling fixes.
10518 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10519 Rename from byte-compile--refiy-function. All uses changed.
10520
10521 2012-07-01 Chong Yidong <cyd@gnu.org>
10522
10523 * xml.el (xml--parse-buffer): New function. Move most of
10524 xml-parse-region here.
10525 (xml-parse-region): Copy region into a temporary buffer, since
10526 parameter entity substitution requires changing buffer contents.
10527 Use xml--parse-buffer.
10528 (xml-parse-file): Use xml--parse-buffer.
10529 (xml-parse-dtd): Make parameter entity substitution work right.
10530 Use proper regexps for ELEMENT declarations (Bug#7172).
10531
10532 2012-06-30 Glenn Morris <rgm@gnu.org>
10533
10534 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10535
10536 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10537 Remove outdated and unnecessary dbus declarations.
10538
10539 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10540
10541 * emacs-lisp/timer.el (timer-until): Subtract results of
10542 float-time, instead of taking float-time of the result of
10543 time-subtract, since float-time signals an error for negative time
10544 arguments.
10545
10546 2012-06-30 Chong Yidong <cyd@gnu.org>
10547
10548 * xml.el (xml-*-re): Convert defvars into defconsts, and
10549 eval-and-compile them so eval-and-compile works on derivatives.
10550 (xml--entity-replacement-text): Use eval-and-comple.
10551
10552 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10553
10554 * vc/vc-git.el (vc-git-registered): Use cache property
10555 `git-registered'.
10556 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10557 `vc-git-working-revision' in order to benefit from the cache.
10558 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10559
10560 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10561
10562 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10563 removed (likely outside Emacs). (Bug#11757)
10564
10565 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * emacs-lisp/cl-lib.el: Require macroexp.
10568
10569 2012-06-30 Chong Yidong <cyd@gnu.org>
10570
10571 * xml.el: Implement XML parameter entities.
10572 (xml-parameter-entity-alist): New variable.
10573 (xml-parse-region, xml-parse-fragment): Preserve previous values
10574 of xml-entity-alist and xml-parameter-entity-alist, so that
10575 repeated calls on different documents do not change them.
10576 (xml-parse-tag): Fix doctype regexp.
10577 (xml--entity-replacement-text): New function.
10578 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10579 properly requires url retrieval which is unimplemented.
10580 (xml-escape-string): Doc fix.
10581
10582 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10583
10584 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10585
10586 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10587
10588 * fringe.el (fringe-mode): Doc fix.
10589
10590 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10591
10592 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10593 is non-nil.
10594 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10595 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10596
10597 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10598
10599 * calendar/cal-dst.el (calendar-current-time-zone):
10600 Return calendar-current-time-zone-cache if non-nil.
10601
10602 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10603
10604 * progmodes/which-func.el (which-func-format):
10605 Add mouse-face. (Bug#11698)
10606
10607 2012-06-29 Leo Liu <sdl.web@gmail.com>
10608
10609 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10610
10611 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 * minibuffer.el (minibuffer-confirm-exit-commands):
10614 Add completion-at-point (bug#11725).
10615
10616 2012-06-29 Glenn Morris <rgm@gnu.org>
10617
10618 * progmodes/f90.el (f90-font-lock-keywords-2):
10619 Add some preprocessor elements. (Bug#10499)
10620
10621 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10622
10623 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10624 Use syntax-propertize (bug#11739).
10625
10626 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10627
10628 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10629
10630 2012-06-28 Julien Danjou <julien@danjou.info>
10631
10632 * term.el (term-handle-colors-array): Use a set of new faces to
10633 color the terminal. Also uses :inverse-video property.
10634 (term-default-fg-color): Set to nil by default, deprecate in favor
10635 of `term-face'.
10636 (term-default-bg-color): Set to nil by default, deprecate in favor
10637 of `term-face'.
10638 (term-current-face): Use `term-face' by default.
10639 (term-bold-attribute): Variable deleted.
10640
10641 2012-06-28 Glenn Morris <rgm@gnu.org>
10642
10643 * simple.el (completion-list-mode-finish):
10644 Don't use toggle-read-only. (Since completion-list-mode has
10645 a special mode-class, it wasn't doing anything extra anyway.)
10646
10647 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10648
10649 Make inlining of other-mode interpreted functions work (bug#11799).
10650 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10651 (byte-compile): Use it to fix compilation of lexical-binding closures.
10652 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10653 function, if needed.
10654
10655 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * help-mode.el (help-make-xrefs): Don't just withstand
10658 cyclic-variable-indirection but any error in documentation-property.
10659
10660 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10661 memory use.
10662 * bindings.el (bindings--define-key): New function.
10663 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10664 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10665 * bindings.el: Use it to purecopy define-key bindings.
10666
10667 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10668
10669 * emacs-lisp/cl.el (flet): Mark obsolete.
10670 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10671 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10672 * progmodes/js.el (js-c-fill-paragraph):
10673 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10674 (ebrowse-switch-member-buffer-to-derived-class):
10675 * play/5x5.el (5x5-solver): Use cl-flet.
10676
10677 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10678 (cl--symbol-function): New macro.
10679 (cl--letf, cl--letf*): Use it.
10680
10681 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10682 Strip "toggle-" if any.
10683
10684 2012-06-27 Glenn Morris <rgm@gnu.org>
10685
10686 * info.el (Info-default-directory-list): Move here from paths.el.
10687 * paths.el: Remove file, which is now empty.
10688 * loadup.el: No longer load "paths".
10689
10690 * custom.el (custom-initialize-delay): Doc fix.
10691
10692 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10693 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10694 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10695 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10696 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10697 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10698 * eshell/eshell.el (eshell-defgroup): Remove alias.
10699
10700 2012-06-27 Chong Yidong <cyd@gnu.org>
10701
10702 * help.el (help-enable-auto-load): New variable.
10703
10704 * help-fns.el (help-fns--autoloaded-p): New function.
10705 (describe-function-1): Refer to a function as "autoloaded" if it
10706 was autoloaded at any time in the past. Perform autoloading if
10707 help-enable-auto-load is non-nil.
10708
10709 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10710
10711 * makefile.w32-in (compile, compile-always): Depend on
10712 update-subdirs, not on subdirs.el. Otherwise, several different
10713 sub-targets of 'bootstrap' running in parallel could
10714 simultaneously write to subdirs.el, producing a garbled file.
10715
10716 2012-06-26 Sam Steingold <sds@gnu.org>
10717
10718 * files.el (file-name-base): New convenience function.
10719 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10720 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10721 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10722 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10723 * textmodes/ispell.el, textmodes/reftex-ref.el:
10724 * textmodes/tex-mode.el: Use it.
10725 Did not touch cedet and org because they are maintained elsewhere.
10726
10727 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10728
10729 * calendar/calendar.el (calendar-exit): Don't try to delete or
10730 iconify last frame. See:
10731 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10732
10733 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10734
10735 * server.el (server-process-filter): Remember dir in the
10736 process's `server-client-directory' properties.
10737
10738 2012-06-24 Chong Yidong <cyd@gnu.org>
10739
10740 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10741 non-tag text.
10742
10743 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10744
10745 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10746
10747 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * help-fns.el (describe-variable): Don't croak when doc is not found.
10750 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10751 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10752 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10753 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10754 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10755 ((lambda ..) ..).
10756 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10757
10758 2012-06-23 Chong Yidong <cyd@gnu.org>
10759
10760 * info.el (Info-mouse-follow-link): Accept symbol values of
10761 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10762 (Info-fontify-node): Use Info-link-keymap for all navigation
10763 buttons, with link-args property to perform the desired action.
10764 (Info-link-keymap): Doc fix.
10765 (Info-next-link-keymap, Info-prev-link-keymap)
10766 (Info-up-link-keymap): Delete now-unused keymaps.
10767
10768 2012-06-23 Chong Yidong <cyd@gnu.org>
10769
10770 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10771
10772 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10773 system abbrevs.
10774
10775 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10776
10777 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10778
10779 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10780 (bug#11719).
10781
10782 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10783 the requote function doesn't work properly (bug#11714).
10784
10785 2012-06-23 Glenn Morris <rgm@gnu.org>
10786
10787 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10788
10789 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10790
10791 Further GV/CL cleanups.
10792 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10793 gv-expander.
10794 (gv--defun-declaration): New function.
10795 (defun-declarations-alist): Use it.
10796 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10797 (gv-place): Autoload.
10798 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10799 original definition of dotimes and dolist.
10800 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10801 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10802 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10803 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10804 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10805 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10806 to the function's definition.
10807 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10808 * window.el:
10809 * files.el:
10810 * faces.el:
10811 * env.el: Don't use CL.
10812
10813 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10814
10815 Support higher-resolution time stamps (Bug#9000).
10816
10817 * calendar/time-date.el (with-decoded-time-value): New arg
10818 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10819 (encode-time-value): New optional arg PICO. New type 3.
10820 (time-to-seconds) [!float-time]: Support the new picoseconds
10821 component if it's used.
10822 (seconds-to-time, time-subtract, time-add):
10823 Support ps-resolution time stamps as well.
10824
10825 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10826 (timerp): Timer vectors now have length 9, not 8.
10827 (timer--time): Support new-style (4-part) time stamps.
10828 (timer-next-integral-multiple-of-time): Time stamps now have
10829 picosecond resolution, so take a bit more care about rounding.
10830 (timer-relative-time, timer-inc-time): New optional arg psecs.
10831 (timer-set-time-with-usecs): Set psecs to 0.
10832 (timer--activate): Check psecs component, too.
10833
10834 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10835
10836 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10839 Move the non-essential binding to the post/pre-command-hook where it is
10840 more obviously correct.
10841
10842 * subr.el (read-passwd): Don't use a history at all.
10843 * savehist.el (savehist-save): Remove password saved accidentally
10844 because of the above bug.
10845
10846 2012-06-22 Bastien Guerry <bzg@gnu.org>
10847
10848 * files.el (toggle-read-only): Display a message telling whether
10849 the buffer is read-only or not (bug#11726).
10850
10851 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * emacs-lisp/gv.el: New file.
10854 * subr.el (push, pop): Extend to generalized variables.
10855 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10856 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10857 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10858 gv-define-simple-setter, and gv-define-expander.
10859 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10860 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10861 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10862 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10863 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10864 gv-letplace.
10865 (cl-defstruct): Don't define setf-method any more.
10866 * emacs-lisp/cl.el (flet): Don't autoload.
10867 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10868 (define-setf-expander, defsetf, define-modify-macro)
10869 (cl-struct-setf-expander): Move from cl-lib.el.
10870 * emacs-lisp/syntax.el:
10871 * emacs-lisp/ewoc.el:
10872 * emacs-lisp/smie.el:
10873 * emacs-lisp/cconv.el:
10874 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10875 (timer--time): Use gv-define-simple-setter.
10876 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10877 to avoid coding-system problems in subr.el. Adjust all users.
10878 (macroexp--maxsize, macroexp-small-p): New functions.
10879 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10880 * scroll-bar.el (scroll-bar-mode):
10881 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10882 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10883 * winner.el (winner-configuration, winner-make-point-alist)
10884 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10885 * files.el (locate-file-completion-table): Avoid list*.
10886
10887 2012-06-22 Chong Yidong <cyd@gnu.org>
10888
10889 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10890 (dired-create-files): Doc fix (Bug#11329).
10891 (dired-do-copy): Doc fix (Bug#11334).
10892 (dired-mark-read-string): Doc fix (Bug#11553).
10893
10894 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10895 Doc fix (Bug#11326).
10896 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10897 (dired-dwim-target): Doc fix.
10898
10899 * wdired.el (wdired-mode): Doc fix.
10900
10901 2012-06-22 Glenn Morris <rgm@gnu.org>
10902
10903 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10904 (pcmpl-rpm-cache-stamp-file): New constant.
10905 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10906 (pcmpl-rpm-packages): Optionally cache list of packages.
10907
10908 * pcmpl-rpm.el (pcmpl-rpm): New group.
10909 (pcmpl-rpm-query-options): New option.
10910 (pcmpl-rpm-packages): No need to inline it.
10911 Use pcmpl-rpm-query-options.
10912
10913 * calendar/calendar.el (calendar-in-read-only-buffer):
10914 Avoid some needless mode changes.
10915
10916 2012-06-21 Chong Yidong <cyd@gnu.org>
10917
10918 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10919 (desktop-path): Remove . from the default value (Bug#10977).
10920 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10921
10922 2012-06-20 Chong Yidong <cyd@gnu.org>
10923
10924 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10925
10926 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10927
10928 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10929 (bug#11201).
10930
10931 2012-06-20 Chong Yidong <cyd@gnu.org>
10932
10933 * term.el (term-window-width): Handle the case of a missing right
10934 fringe (Bug#8837).
10935 (term-check-size): Use window-text-height (Bug#5445).
10936 (term-mode): Use define-derived-mode. Minor cleanups.
10937 Set font-lock-defaults (Bug#7692).
10938 (term-move-columns, term-insert-char, term-emulate-terminal)
10939 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10940
10941 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10942
10943 * net/ange-ftp.el (ange-ftp-get-passwd):
10944 Bind `enable-recursive-minibuffers'.
10945 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10946
10947 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
10948
10949 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10950
10951 2012-06-19 Glenn Morris <rgm@gnu.org>
10952
10953 * progmodes/python.el (python-mode): Derive from prog-mode.
10954
10955 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
10956
10957 * emulation/edt.el (edt-default-menu-bar-update-buffers)
10958 (edt-user-menu-bar-update-buffers): New functions.
10959 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10960
10961 2012-06-19 Chong Yidong <cyd@gnu.org>
10962
10963 * subr.el (with-selected-window): Preserve the selected window's
10964 terminal's top-frame (Bug#4702).
10965
10966 * window.el (save-selected-window): Likewise.
10967
10968 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10969
10970 * progmodes/python.el (python-rx-constituents): Move backquote.
10971 (python-skeleton-define, python-define-auxiliary-skeleton):
10972 Use `declare'.
10973
10974 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
10975
10976 * minibuffer.el (read-file-name-default): Revert the patch from
10977 2012-06-17.
10978
10979 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10980
10981 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10982 (pcase--u1, pcase--q1): Don't use apply-partially.
10983
10984 2012-06-18 Glenn Morris <rgm@gnu.org>
10985
10986 * progmodes/python.el (python-proc, python-buffer)
10987 (python-send-receive, python-send-string): Fix obsolete versions.
10988
10989 2012-06-18 Martin Rudalics <rudalics@gmx.at>
10990
10991 * window.el (special-display-p): Completely remove stringp
10992 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10993
10994 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
10995
10996 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10997
10998 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10999
11000 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11001 * net/tramp-sh.el (tramp-maybe-open-connection):
11002 Throw if `non-essential' is non-nil.
11003
11004 2012-06-17 Martin Rudalics <rudalics@gmx.at>
11005
11006 * window.el (special-display-p): Signal an error if BUFFER-NAME
11007 is not a string (Bug#11713).
11008
11009 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
11010
11011 * progmodes/python.el (python-info-beginning-of-backslash):
11012 Rename from python-info-beginning-of-backlash, as a spelling fix.
11013
11014 2012-06-17 Chong Yidong <cyd@gnu.org>
11015
11016 * term.el (term-emulate-terminal): If term-check-size is called,
11017 move point to the process mark without resetting point (Bug#4635).
11018
11019 2012-06-17 Glenn Morris <rgm@gnu.org>
11020
11021 * international/mule-cmds.el (mule-menu-keymap)
11022 (set-language-environment, set-locale-environment): Doc tweaks.
11023
11024 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
11025
11026 * cus-face.el (custom-face-attributes): Add wave-style underline
11027 attribute.
11028 * faces.el (set-face-attribute): Update docstring to describe
11029 wave-style underline attribute.
11030
11031 2012-06-16 Chong Yidong <cyd@gnu.org>
11032
11033 * term/xterm.el (terminal-init-xterm): Discard input before
11034 querying background mode (Bug#10959).
11035
11036 2012-06-16 Stefan Merten <smerten@oekonux.de>
11037
11038 * textmodes/rst.el: Added and corrected some comments.
11039 (rst-re-alist-def): Improve symbol syntax.
11040 (rst-mode-syntax-table): Correct syntax entries.
11041 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11042 (rst-official-version, rst-official-cvs-rev): Update version
11043 information.
11044
11045 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
11046
11047 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11048 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11049
11050 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11051
11052 * progmodes/python.el: New python.el merge.
11053 (python-guess-indent): Obsolete var.
11054 (python-indent-guess-indent-offset): New defcustom.
11055 (python-indent): Obsolete var.
11056 (python-indent-offset): New defcustom.
11057 (python-python-command, python-jython-command): Delete var.
11058 (python-shell-interpreter): New defcustom.
11059 (python-pdbtrack-do-tracking-p): Delete var.
11060 (python-pdbtrack-activate): New defcustom.
11061 (python-use-skeletons): Obsolete var.
11062 (python-skeleton-autoinsert): New defcustom.
11063 (inferior-python-filter-regexp, python-continuation-offset)
11064 (python-honour-comment-indentation, python-indent-string-contents)
11065 (python-jython-packages, python-mode-hook)
11066 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11067 (python-shell-prompt-alist)
11068 (python-source-modes): Delete defcustoms.
11069 (python-check-buffer-name, python-eldoc-setup-code)
11070 (python-eldoc-string-code, python-ffap-setup-code)
11071 (python-ffap-string-code, python-fill-comment-function)
11072 (python-fill-decorator-function, python-fill-paren-function)
11073 (python-fill-string-function, python-imenu-include-defun-type)
11074 (python-imenu-make-tree, python-imenu-subtree-root-label)
11075 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11076 (python-shell-compilation-regexp-alist)
11077 (python-shell-completion-module-string-code)
11078 (python-shell-completion-pdb-string-code)
11079 (python-shell-completion-setup-code)
11080 (python-shell-completion-string-code)
11081 (python-shell-enable-font-lock, python-shell-exec-path)
11082 (python-shell-extra-pythonpaths)
11083 (python-shell-internal-buffer-name, python-shell-interpreter-args)
11084 (python-shell-process-environment)
11085 (python-shell-prompt-block-regexp)
11086 (python-shell-prompt-output-regexp)
11087 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11088 (python-shell-send-setup-max-wait, python-shell-setup-codes)
11089 (python-shell-virtualenv-path): New defcustoms.
11090 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11091 (inferior-python-mode-syntax-table, python--prompt-regexp)
11092 (python-buffer, python-command python-python-command)
11093 (python-default-template, python-imports, python-indent-index)
11094 (python-indent-list, python-indent-list-length)
11095 (python-mode-running, python-pdbtrack-is-tracking-p)
11096 (python-preoutput-continuation, python-preoutput-leftover)
11097 (python-preoutput-result, python-preoutput-skip-next-prompt)
11098 (python-prev-dir/file, python-recursing)
11099 (python-saved-check-command, python-version-checked)
11100 (python-which-func-length-limit)
11101 (view-return-to-alist): Delete vars.
11102 (python-check-custom-command, python-dotty-syntax-table)
11103 (python-imenu-index-alist, python-indent-current-level)
11104 (python-indent-dedenters, python-indent-levels)
11105 (python-nav-beginning-of-defun-regexp)
11106 (python-nav-list-defun-positions-cache)
11107 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11108 (python-shell-internal-buffer)
11109 (python-skeleton-available): New vars.
11110 (def-python-skeleton): Delete macro.
11111 (python-skeleton-define): New macro.
11112 (python-define-auxiliary-skeleton, python-rx): New macros.
11113 (python-insert-class): Delete command.
11114 (python-skeleton-class): New command.
11115 (python-insert-def): Delete command.
11116 (python-skeleton-def): New command.
11117 (python-insert-for): Delete command.
11118 (python-skeleton-for): New command.
11119 (python-insert-if): Delete command.
11120 (python-skeleton-if): New command.
11121 (python-insert-try/except, python-insert-try/finally): Delete commands.
11122 (python-skeleton-try): New command.
11123 (python-insert-while): Delete command.
11124 (python-skeleton-while): New command.
11125 (python-backspace): Delete command.
11126 (python-indent-dedent-line-backspace): New command.
11127 (python-electric-colon): Delete command.
11128 (python-indent-electric-colon): New command.
11129 (python-guess-indent): Delete command.
11130 (python-indent-guess-indent-offset): New command.
11131 (python-shift-left): Delete command.
11132 (python-indent-shift-left): New command.
11133 (python-shift-right): Delete command.
11134 (python-indent-shift-right): New command.
11135 (python-find-function): Delete command.
11136 (python-nav-jump-to-defun): New command.
11137 (python-next-statement): Delete command.
11138 (python-nav-forward-sentence): New command.
11139 (python-previous-statement): Delete command.
11140 (python-nav-backward-sentence): New command.
11141 (python-fill-paragraph): Delete command.
11142 (python-fill-paragraph-function): New command.
11143 (python-send-buffer): Delete command.
11144 (python-shell-send-buffer): New command.
11145 (python-send-defun): Delete command.
11146 (python-shell-send-defun): New command.
11147 (python-send-region, python-send-region-and-go): Delete commands.
11148 (python-shell-send-region)
11149 (python-shell-switch-to-shell): New commands.
11150 (python-send-string): Delete command.
11151 (python-shell-send-string): New command.
11152 (python-switch-to-python): Delete command.
11153 (python-shell-switch-to-shell): New command.
11154 (python-describe-symbol): Delete command.
11155 (python-eldoc-at-point): New command.
11156 (python--set-prompt-regexp, python-args-to-list)
11157 (python-after-info-look, python-check-version)
11158 (python-check-comint-prompt, python-find-imports)
11159 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11160 (python-unload-function, python-expand-template)
11161 (python-maybe-jython, python-preoutput-filter)
11162 (python-pdbtrack-get-source-buffer)
11163 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11164 (python-pdbtrack-toggle-stack-tracking)
11165 (python-pdbtrack-track-stack-file, python-initial-text)
11166 (python-first-word, python-comment-line-p, python-send-command)
11167 (python-setup-brm, python-sentinel, python-set-proc)
11168 (python-skip-out, python-input-filter, python-outdent-p)
11169 (python-outline-level, python-backslash-continuation-line-p)
11170 (python-end-of-block, python-end-of-statement, python-mark-block)
11171 (python-beginning-of-block, python-beginning-of-statement)
11172 (python-blank-line-p, python-beginning-of-string)
11173 (python-open-block-statement-p): Delete functions.
11174 (python-indent-line, python-indent-line-1): Delete functions.
11175 (python-indent-line): New function.
11176 (python-indentation-levels): Delete function.
11177 (python-indent-calculate-levels): New function.
11178 (python-proc): Delete function.
11179 (python-shell-get-process): New function.
11180 (python-send-receive): Delete function.
11181 (python-shell-send-string-no-output): New function.
11182 (python-module-path): Delete function.
11183 (python-ffap-module-path): New function.
11184 (python-completion-at-point)
11185 (python-symbol-completions): Delete functions.
11186 (python-completion-complete-at-point): New function.
11187 (python-load-file): Delete function.
11188 (python-shell-send-file): New function.
11189 (python-calculate-indentation): Delete function.
11190 (python-indent-calculate-indentation): New function.
11191 (python-skip-comments/blanks): Delete function.
11192 (python-util-forward-comment): New function.
11193 (python-continuation-line-p): Delete function.
11194 (python-info-continuation-line-p): New function.
11195 (python-which-func, python-current-defun): Delete function.
11196 (python-info-current-defun): New function.
11197 (python-beginning-of-defun): Delete function.
11198 (python-nav-beginning-of-defun): New function.
11199 (python-close-block-statement-p)
11200 (python-block-end-p): Delete function.
11201 (python-info-closing-block): New function.
11202 (python-comint-output-filter-function)
11203 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11204 (python-fill-comment, python-fill-decorator, python-fill-paren)
11205 (python-fill-string, python-imenu-make-element-tree)
11206 (python-imenu-make-tree, python-imenu-tree-assoc)
11207 (python-indent-context, python-indent-dedent-line)
11208 (python-indent-line-function)
11209 (python-indent-post-self-insert-function)
11210 (python-indent-toggle-levels)
11211 (python-info-assignment-continuation-line-p)
11212 (python-info-beginning-of-backlash)
11213 (python-info-block-continuation-line-p)
11214 (python-info-closing-block-message)
11215 (python-info-line-ends-backslash-p)
11216 (python-info-looking-at-beginning-of-defun)
11217 (python-info-ppss-context, python-info-ppss-context-type)
11218 (python-nav-list-defun-positions, python-nav-read-defun)
11219 (python-nav-sentence-end, python-nav-sentence-start)
11220 (python-pdbtrack-comint-output-filter-function)
11221 (python-pdbtrack-set-tracked-buffer)
11222 (python-shell-calculate-exec-path)
11223 (python-shell-calculate-process-environment)
11224 (python-shell-completion--do-completion-at-point)
11225 (python-shell-completion--get-completions)
11226 (python-shell-completion-complete-at-point)
11227 (python-shell-completion-complete-or-indent)
11228 (python-shell-get-or-create-process)
11229 (python-shell-get-process-name)
11230 (python-shell-internal-get-or-create-process)
11231 (python-shell-internal-get-process-name)
11232 (python-shell-internal-send-string, python-shell-make-comint)
11233 (python-shell-parse-command, python-shell-send-setup-code)
11234 (python-skeleton-add-menu-items)
11235 (python-util-clone-local-variables, python-util-position)
11236 (run-python-internal, python-indentation-levels)
11237 (python-nav-beginning-of-defun)
11238 (python-completion-complete-at-point): New functions.
11239 (run-python): Change arguments. New API requirements.
11240
11241 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11242
11243 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11244 (bug#11649).
11245
11246 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11247 (macroexp--expand-all): Use it.
11248
11249 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11250 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11251 Use `cl-function' instead.
11252
11253 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
11254
11255 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11256 Suggested by Stefan Monnier while discussing bug#11657.
11257
11258 2012-06-14 Sam Steingold <sds@gnu.org>
11259
11260 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11261
11262 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
11263
11264 * play/doctor.el (doctor-doc): Remove parameter and use
11265 doctor-sent instead of sent.
11266 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
11267
11268 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11269
11270 * files.el: Require cl-lib.
11271 (file-name-non-special): Replace case -> cl-case.
11272
11273 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11274
11275 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11276 mapping from #' to function*.
11277
11278 2012-06-13 Chong Yidong <cyd@gnu.org>
11279
11280 * mouse.el (mouse-drag-track): Do not set the mark if the user
11281 releases the mouse without selecting anything (Bug#11588).
11282
11283 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11286 as well (bug#11646).
11287
11288 * loadup.el: Count byte-code functions as well.
11289
11290 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11291 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11292
11293 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11294 (bug#11649). Add cl-defun and cl-defmacro.
11295
11296 2012-06-13 Drew Adams <drew.adams@oracle.com>
11297
11298 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11299 Fix last change.
11300
11301 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
11302
11303 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11304 Otherwise, it blocks in batch mode.
11305
11306 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11307
11308 * help-mode.el (bookmark-make-record-default): Declare.
11309
11310 2012-06-13 Chong Yidong <cyd@gnu.org>
11311
11312 * emacs-lisp/package.el (list-packages): Compute a list of
11313 packages that are newly-available since the last list-packages
11314 invocation.
11315 (package-menu--new-package-list): New var.
11316 (package-menu--generate, package-menu--print-info)
11317 (package-menu--status-predicate, package-menu-mark-install):
11318 Handle new status label "new".
11319
11320 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11321
11322 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11323 conversion to backquotes.
11324
11325 2012-06-12 Chong Yidong <cyd@gnu.org>
11326
11327 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11328 Rename from gud-inhibit-global-bindings.
11329
11330 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11331
11332 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11333 hook from nxml-glyph-set-hook.
11334
11335 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11336 declaration.
11337
11338 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11339
11340 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11341 Convert to defcustom.
11342
11343 2012-06-12 Drew Adams <drew.adams@oracle.com>
11344
11345 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11346 New functions.
11347 (help-mode): Use them.
11348
11349 2012-06-11 Glenn Morris <rgm@gnu.org>
11350
11351 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11352 Use preprocessor face for directives.
11353 (fortran-directive-re): Doc fix.
11354
11355 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11356
11357 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11358 conversion to backquotes (bug#11652).
11359
11360 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11361 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11362 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11363 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11364 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11365 (cl-ninth, cl-tenth): Mark them as inlinable.
11366 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11367 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11368 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11369 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11370 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11371 (cl-list*, cl-adjoin): Don't put an autoload manually.
11372 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11373 (cl--compiler-macro-list*): Add autoload cookie.
11374 (cl--compiler-macro-cXXr): New function.
11375
11376 * help-fns.el (help-fns--compiler-macro): New function extracted from
11377 describe-function-1; follow aliases and use `compiler-macro' property.
11378 (describe-function-1): Use it.
11379
11380 2012-06-11 Chong Yidong <cyd@gnu.org>
11381
11382 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11383 is uninstalled, if imagemagick is installed.
11384
11385 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11386
11387 * emacs-lisp/cl-lib.el: Use lexical-binding.
11388 (cl-map-extents, cl-maclisp-member): Remove.
11389 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11390 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11391 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11392 * emacs-lisp/cl-extra.el: Use lexical-binding.
11393 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11394 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11395 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11396 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11397 * emacs-lisp/cl-seq.el: Use lexical-binding.
11398 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11399 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11400 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11401 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11402 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11403 CL's internals.
11404
11405 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11406
11407 Sync with Tramp 2.2.6-pre.
11408
11409 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11410 `print-length' and `print-level' to nil, in order to avoid
11411 truncation. Reported by Christopher Schmidt
11412 <christopher@ristopher.com>.
11413
11414 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11415
11416 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11417 New defmacro.
11418 (tramp-compat-copy-directory): Add optional argument
11419 COPY-CONTENTS. It is not handled yet.
11420
11421 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11422 (tramp-ftp-file-name-p): Simplify.
11423
11424 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11425 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11426 connection vector.
11427
11428 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11429 (tramp-methods): Do not use `tramp-password-end-of-line'.
11430 (tramp-completion-function-alist-putty): Handle UNIX case.
11431 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11432 (tramp-do-file-attributes-with-stat)
11433 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11434 gid as real numbers. They could run out of integer range on cygwin.
11435 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11436 (tramp-sh-handle-expand-file-name): Handle hops.
11437 (tramp-open-connection-setup-interactive-shell):
11438 Use `tramp-cleanup'. Move check for busyboxes ...
11439 (tramp-find-shell): ... here. Simplify implementation.
11440 Set "remote-shell" property also for alternative shells.
11441 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11442 If failing, a regular file would be written otherwise.
11443 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11444 (tramp-find-inline-encoding): Cache the coding commands in the
11445 process cache. Apply test command on the remote side, if defined.
11446 (tramp-find-inline-compress): Cache the compress commands in the
11447 process cache.
11448 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11449 when requested. Handle hops.
11450 (tramp-current-connection): New defvar.
11451 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11452 Throw `suppress', if there was a failed connection shortly before.
11453 Handle user interrupt. (Bug#10187)
11454 (tramp-get-inline-compress, tramp-get-inline-coding):
11455 Read connection properties from the process cache.
11456
11457 * net/tramp-smb.el (tramp-smb-server-version)
11458 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11459 New defconsts.
11460 (tramp-smb-prompt): Extend for powershell prompt.
11461 (tramp-smb-file-name-handler-alist): Add handlers for
11462 `process-file', `shell-command' and `start-file-process'.
11463 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11464 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11465 (tramp-smb-file-name-p): Simplify.
11466 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11467 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11468 (tramp-smb-shell-quote-argument): New defuns.
11469 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11470 Implement using "tar". By this, time-stamps are preserved.
11471 (tramp-smb-handle-copy-file): Handle also the case of directories.
11472 (tramp-smb-do-file-attributes-with-stat)
11473 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11474 Use `tramp-get-connection-buffer').
11475 (tramp-smb-handle-rename-file): Use "rename", when source and
11476 target are on the same share.
11477 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11478 Use `tramp-smb-server-version'.
11479 (tramp-smb-wait-for-output): Remove prompt.
11480
11481 * net/tramp.el (top): Require 'cl.
11482 (tramp-methods, tramp-rsh-end-of-line):
11483 Remove `tramp-password-end-of-line' from docstring.
11484 (tramp-save-ad-hoc-proxies): New defcustom.
11485 (tramp-completion-function-alist): Adapt docstring.
11486 (tramp-default-password-end-of-line): Remove defcustom.
11487 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11488 (tramp-user-regexp, tramp-file-name-regexp-unified)
11489 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11490 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11491 (tramp-remote-file-name-spec-regexp): New defconst.
11492 (tramp-file-name-structure): Extend structure for hops.
11493 (tramp-get-method-parameter): Move up.
11494 (tramp-file-name-p, tramp-dissect-file-name)
11495 (with-parsed-tramp-file-name): Handle hops.
11496 (tramp-file-name-hop): New defun.
11497 (tramp-make-tramp-file-name): New optional arg HOP.
11498 (tramp-message-show-progress-reporter-message): New defvar.
11499 (tramp-with-progress-reporter): Use it. We cannot use
11500 `tramp-message-show-message' here, because this suppresses also
11501 error buffers.
11502 (tramp-error-with-buffer): Suppress buffer view, if
11503 `tramp-message-show-message' is nil.
11504 Use `tramp-get-connection-buffer'.
11505 (tramp-cleanup): New defun.
11506 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11507 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11508 an error unchanged.
11509 (tramp-completion-handle-file-name-all-completions): Handle hops.
11510 Fix an error when called from ido.
11511 (tramp-completion-dissect-file-name): Use better local variable
11512 name. Add hop to the vector.
11513 (tramp-handle-insert-file-contents): Use progress-reporter for the
11514 whole scenario.
11515 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11516 to `t'.
11517 (tramp-check-for-regexp): Simplify search.
11518 (tramp-enter-password): Remove it. Move implementation ...
11519 (tramp-action-password): ... here.
11520 (tramp-mode-string-to-int, tramp-local-host-p)
11521 (tramp-make-tramp-temp-file, tramp-read-passwd)
11522 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11523 Set tramp-autoload cookie.
11524
11525 * net/trampver.el: Update release number.
11526
11527 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11528 Michael Albinus <michael.albinus@gmx.de>
11529
11530 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11531 (tramp-parse-group, tramp-parse-file)
11532 (tramp-parse-shostkeys-sknownhosts): New defuns.
11533 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11534 (tramp-parse-shosts-group, tramp-parse-sconfig)
11535 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11536 (tramp-parse-sknownhosts, tramp-parse-hosts)
11537 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11538 Use them.
11539 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11540 (tramp-parse-putty-group): Don't narrow.
11541 (tramp-parse-putty): Make a loop.
11542 (tramp-file-name-handler): Catch the `suppress' signal.
11543
11544 2012-06-11 Chong Yidong <cyd@gnu.org>
11545
11546 * image.el (imagemagick-register-types): Put the ImageMagick entry
11547 at the end of image-type-file-name-regexps.
11548
11549 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
11550
11551 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11552 (pcase, pcase-let*, pcase-dolist): Use them.
11553
11554 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11555
11556 * emacs-lisp/pcase.el (pcase--let*): New function.
11557 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11558 (pcase--expand): Use macroexp-let².
11559
11560 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11563 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11564 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11565 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11566 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11567 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11568
11569 2012-06-10 Glenn Morris <rgm@gnu.org>
11570
11571 * mail/rmail.el (rmail-yank-current-message): Leave point at
11572 correct position. (Bug#11660)
11573
11574 2012-06-10 Chong Yidong <cyd@gnu.org>
11575
11576 * allout-widgets.el: Fix code header.
11577
11578 2012-06-10 Chong Yidong <cyd@gnu.org>
11579
11580 * cus-edit.el (customize-changed-options-previous-release):
11581 Bump to 24.1.
11582
11583 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11584
11585 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11586
11587 2012-06-09 Chong Yidong <cyd@gnu.org>
11588
11589 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11590
11591 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11592
11593 * window.el (special-display-popup-frame): Don't use
11594 window--display-buffer (Bug#11651).
11595
11596 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11597
11598 Fix parallel builds: make sure loaddefs.el is not being written
11599 while Lisp files are compiled.
11600 (compile): Don't depend on 'mh-autoloads'.
11601 (compile-CMD, compile-SH): Depend on 'autoloads'.
11602 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11603
11604 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11605
11606 2012-06-09 Chong Yidong <cyd@gnu.org>
11607
11608 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11609 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11610 Doc fixes (Bug#11225).
11611
11612 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11613
11614 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11615 a function if there's a clear indication that it has a compiler-macro.
11616 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11617 (macro-declarations-alist): Add arglist to declaration functions.
11618 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11619 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11620 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11621 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11622 Also add autoload to find the compiler macro.
11623 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11624 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11625 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11626 (cl--compiler-macro-get): New functions, replacing calls to
11627 cl-define-compiler-macro.
11628 (cl-typep) [compiler-macro]: Use macroexp-let².
11629
11630 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11631
11632 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11633 string properly, fixes Bug#11473.
11634
11635 2012-06-08 Chong Yidong <cyd@gnu.org>
11636
11637 * faces.el (set-face-attribute): Doc fix.
11638 (modify-face): Don't use :bold and :italic.
11639 (error, warning, success): Tweak definitions.
11640
11641 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11642 (custom-modified, custom-set, custom-changed, custom-themed)
11643 (custom-saved, custom-button, custom-button-mouse)
11644 (custom-button-pressed, custom-state, custom-comment-tag)
11645 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11646 (custom-group-subtitle): Use new-style face specs.
11647 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11648 (custom-set-face, custom-changed-face, custom-saved-face)
11649 (custom-button-face, custom-button-pressed-face)
11650 (custom-documentation-face, custom-state-face)
11651 (custom-comment-face, custom-comment-tag-face)
11652 (custom-variable-tag-face, custom-variable-button-face)
11653 (custom-face-tag-face, custom-group-tag-face-1)
11654 (custom-group-tag-face): Remove obsolete face alias.
11655
11656 * epa.el (epa-validity-high, epa-validity-medium)
11657 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11658 (epa-field-name, epa-field-body):
11659 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11660 (font-lock-keyword-face, font-lock-builtin-face)
11661 (font-lock-function-name-face, font-lock-variable-name-face)
11662 (font-lock-type-face, font-lock-constant-face):
11663 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11664 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11665 * speedbar.el (speedbar-button-face, speedbar-file-face)
11666 (speedbar-directory-face, speedbar-tag-face)
11667 (speedbar-selected-face, speedbar-highlight-face)
11668 (speedbar-separator-face):
11669 * whitespace.el (whitespace-newline, whitespace-space)
11670 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11671 (whitespace-line, whitespace-space-before-tab)
11672 (whitespace-space-after-tab, whitespace-indentation)
11673 (whitespace-empty):
11674 * emulation/cua-base.el (cua-global-mark):
11675 * eshell/em-prompt.el (eshell-prompt):
11676 * net/newst-plainview.el (newsticker-new-item-face)
11677 (newsticker-old-item-face, newsticker-immortal-item-face)
11678 (newsticker-obsolete-item-face, newsticker-date-face)
11679 (newsticker-statistics-face, newsticker-default-face):
11680 * net/newst-reader.el (newsticker-feed-face)
11681 (newsticker-extra-face, newsticker-enclosure-face):
11682 * net/newst-treeview.el (newsticker-treeview-face)
11683 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11684 (newsticker-treeview-immortal-face)
11685 (newsticker-treeview-obsolete-face)
11686 (newsticker-treeview-selection-face):
11687 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11688 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11689 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11690 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11691 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11692 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11693 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11694 (mpuz-text):
11695 * progmodes/vera-mode.el (vera-font-lock-number)
11696 (vera-font-lock-function, vera-font-lock-interface):
11697 * textmodes/table.el (table-cell): Use new-style face specs, and
11698 don't use the old :bold and :italic attributes.
11699
11700 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11701 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11702 (ebrowse-member-class, ebrowse-progress): Likewise.
11703 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11704 (ebrowse-file-name-face, ebrowse-default-face)
11705 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11706 (ebrowse-progress-face): Remove obsolete faces.
11707
11708 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11709 Inherit from error and warning faces respectively.
11710
11711 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11712 Likewise.
11713 (flyspell-incorrect-face, flyspell-duplicate-face):
11714 Remove obsolete aliases.
11715
11716 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11717
11718 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11719 Avoid infloop.
11720
11721 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11722
11723 * startup.el (argv, argi): Make lexically scoped.
11724 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11725 * emacs-lisp/cl-macs.el: Use lexical-binding.
11726 Rename cl-bind-* to cl--bind-*.
11727 * files.el: Don't require `cl' since it doesn't use it.
11728 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11729
11730 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11731
11732 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11733 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11734 instead of calling external sort utility.
11735 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11736
11737 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11738
11739 * descr-text.el (describe-char): Mention how to insert the
11740 character, if the current input method doesn't support it.
11741 See the discussion in this thread for the details:
11742 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11743
11744 2012-06-08 Sam Steingold <sds@gnu.org>
11745
11746 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11747 XF86Back to previous-buffer.
11748 (minibuffer-local-map): Bind them to next-history-element and
11749 previous-history-element respectively.
11750 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11751 help-go-back respectively.
11752 * info.el (Info-mode-map): Bind them to Info-history-forward and
11753 Info-history-back respectively.
11754 These are the keys next to Up on the ThinkPad keyboard.
11755
11756 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11759 * emacs-lisp/cl-macs.el: Provide itself.
11760 (cl--labels-convert-cache): New var.
11761 (cl--labels-convert): New function.
11762 (cl-flet, cl-labels): New implementation with new semantics, relying on
11763 lexical-binding.
11764 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11765 (cl-closure-vars, cl--function-convert-cache)
11766 (cl--function-convert): Move from cl-macs.el.
11767 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11768 rename by removing the "cl-" prefix.
11769 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11770
11771 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11774 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11775 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11776 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11777 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11778 (cl-hash-table-count): Add old compatibility aliases.
11779
11780 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11781 Use macroexpand-all-environment instead.
11782 (cl--old-macroexpand): New var.
11783 (cl--sm-macroexpand): New function.
11784 (cl-symbol-macrolet): Use it during macro expansion.
11785 (cl--function-convert-cache): New var.
11786 (cl--function-convert): New function, extracted from
11787 cl-macroexpand-all.
11788 (cl-lexical-let): Use it.
11789
11790 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11791 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11792 (cl-member): Remove old alias.
11793
11794 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11795 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11796 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11797 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11798 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11799 (cl-macroexpand-cmacs): Remove var.
11800 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11801 Use macroexpand-all instead.
11802
11803 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11804
11805 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11806 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11807 (macroexp-copyable-p): New functions and macros.
11808 * emacs-lisp/edebug.el (edebug-unwrap):
11809 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11810 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11811 (pcase--let*): Remove.
11812 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11813 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11814 macroexp-const-p instead.
11815 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11816
11817 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11818 instead of "cl-" for internal definitions. Use macroexp-const-p.
11819 (cl-old-bc-file-form): Remove var.
11820 (cl-const-exprs-p): Remove fun.
11821 (cl-labels, cl-macrolet): Use backquote.
11822 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11823 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11824 (cl-define-setf-expander): Rename from cl-define-setf-method.
11825 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11826
11827 * international/mule-cmds.el: Don't require CL.
11828 (view-hello-file): Don't use `letf'.
11829
11830 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * tmm.el (tmm-prompt): Use string-prefix-p.
11833 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11834 (tmm-add-prompt): Use minibuffer-completion-help.
11835 (tmm-delete-map): Remove.
11836
11837 * subr.el (kbd): Make it its own function.
11838
11839 2012-06-07 Stefan Merten <smerten@oekonux.de>
11840
11841 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11842 Silence compiler warnings. Fix versions.
11843 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11844 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11845 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11846 (rst-package-emacs-version-alist): Correct Emacs version to
11847 represent major merge with upstream.
11848 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11849
11850 2012-06-06 Glenn Morris <rgm@gnu.org>
11851
11852 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11853 Only print environment variables if set.
11854
11855 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11858 (macroexp--cons): Rename from maybe-cons.
11859 (macroexp--accumulate): Rename from macroexp-accumulate.
11860 (macroexp--all-forms): Rename from macroexpand-all-forms.
11861 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11862 (macroexp--expand-all): Rename from macroexpand-all-1.
11863
11864 2012-06-06 Sam Steingold <sds@gnu.org>
11865
11866 * calendar/calendar.el (calendar-in-read-only-buffer):
11867 Call `special-mode' to enable the standard read-only keybindings.
11868
11869 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11872 with "loading" messages (bug#11635).
11873
11874 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11875
11876 * files.el (enable-remote-dir-locals): New option.
11877 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11878
11879 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11880 Ensure, that the temp directory is local.
11881
11882 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11883 `temporary-file-directory'.
11884
11885 * progmodes/python.el (python-send-region): Ensure, that the
11886 temporary file is created also in the remote case.
11887
11888 2012-06-06 Glenn Morris <rgm@gnu.org>
11889
11890 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11891 (vc-rcs-update-changelog): Use it.
11892
11893 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11894
11895 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11896 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11897 (vc-sccs-diff): Replace use of the external vcdiff script.
11898
11899 2012-06-05 Glenn Morris <rgm@gnu.org>
11900
11901 * ledit.el: Move to obsolete/.
11902
11903 2012-06-05 Sam Steingold <sds@gnu.org>
11904
11905 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11906 patch (Bug#11140).
11907
11908 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11909
11910 * emacs-lisp/cust-print.el: Move to obsolete.
11911
11912 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11913 compiler-macro expansion.
11914
11915 Add native compiler-macro support.
11916 * emacs-lisp/macroexp.el (macroexpand-all-1):
11917 Support compiler-macros directly. Properly follow aliases and apply
11918 the compiler macros more thoroughly.
11919 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11920 macroexpand now properly follows aliases.
11921 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11922 (cl-compiler-macroexpand): Use new prop.
11923 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11924
11925 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11926
11927 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11928
11929 * window.el (get-lru-window, get-mru-window, get-largest-window):
11930 New argument NOT-SELECTED to avoid picking the selected window.
11931 (window--display-buffer-1, window--display-buffer-2): Replace by
11932 new function window--display-buffer
11933 (display-buffer-same-window, display-buffer-reuse-window)
11934 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11935 Use window--display-buffer.
11936 (display-buffer-use-some-window): Remove temporary dedication
11937 hack by calling get-lru-window and get-largest-window with
11938 NOT-SELECTED argument non-nil. Call window--display-buffer.
11939
11940 2012-06-05 Glenn Morris <rgm@gnu.org>
11941
11942 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11943 Replace external vcdiff script.
11944
11945 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11948
11949 2012-06-04 Chong Yidong <cyd@gnu.org>
11950
11951 * image.el (imagemagick-types-inhibit): Revert last change.
11952 Add INFO and M.
11953 (imagemagick-enabled-types): Remove CIN and EPS*.
11954
11955 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
11956
11957 * emacs-lisp/cl-lib.el: Rename from cl.el.
11958 * emacs-lisp/cl.el: New compatibility file.
11959 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11960 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11961 to obey the "cl-" prefix.
11962 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11963
11964 2012-06-03 Glenn Morris <rgm@gnu.org>
11965
11966 * emacs-lisp/authors.el (authors-aliases): Addition.
11967
11968 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11969 Fix :version.
11970
11971 2012-06-03 Stefan Merten <smerten@oekonux.de>
11972
11973 * textmodes/rst.el: Add comments.
11974 (rst-transition, rst-adornment): New faces.
11975 (rst-adornment-faces-alist): Make default safe to reevaluate.
11976 Fixes
11977 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11978 Improve customization tags.
11979 (rst-define-level-faces): Clarify meaning.
11980
11981 2012-06-03 Chong Yidong <cyd@gnu.org>
11982
11983 * progmodes/compile.el (compilation-mode-line-fail)
11984 (compilation-mode-line-run, compilation-mode-line-exit):
11985 New faces.
11986 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11987
11988 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
11989
11990 * progmodes/which-func.el (which-func-update-ediff-windows):
11991 New function. Use it in ediff-select-hook (Bug#11478).
11992
11993 2012-06-03 Chong Yidong <cyd@gnu.org>
11994
11995 * bindings.el: Remove explicit help text from format-mode-line.
11996 It is now supplied by mode-line-default-help-echo.
11997 (mode-line-front-space, mode-line-end-spaces)
11998 (mode-line-misc-info): New variables.
11999 (mode-line-modes, mode-line-position): Move the default value to
12000 the variable definition.
12001 (mode-line-default-help-echo): New defcustom.
12002 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12003 (mode-line-modified-help-echo): New functions.
12004 (mode-line-mule-info, mode-line-modified): Use them.
12005 (mode-line-eol-desc, propertized-buffer-identification):
12006 Consistency fixes for help text.
12007 (mode-line-coding-system-map): Allow using mouse-3 to invoke
12008 set-buffer-file-coding-system (Bug#289).
12009 (mode-line-mule-info-help-echo): Update help text.
12010
12011 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12012
12013 * simple.el (execute-extended-command): Set real-this-command
12014 (bug#11506).
12015
12016 2012-06-02 Chong Yidong <cyd@gnu.org>
12017
12018 Remove incorrect uses of "modeline" in comments, docstrings, and
12019 function/variable names (Bug#10329).
12020
12021 * cus-edit.el (mode-line):
12022 * dframe.el (dframe-mouse-hscroll):
12023 * emacs-lisp/re-builder.el:
12024 * emacs-lisp/easy-mmode.el (define-minor-mode):
12025 * frame.el (set-frame-name):
12026 * help.el (lookup-minor-mode-from-indicator):
12027 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12028 * progmodes/cc-cmds.el (c-toggle-auto-newline)
12029 (c-toggle-hungry-state):
12030 * progmodes/antlr-mode.el (antlr-language-alist):
12031 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12032 * progmodes/vhdl-mode.el (vhdl-mode):
12033 * progmodes/which-func.el (which-func, which-func-cleanup-function):
12034 * term/ns-win.el (ns-face-at-pos):
12035 * term/sup-mouse.el (sup-mouse-report):
12036 * textmodes/flyspell.el (flyspell-mode-line-string):
12037 * textmodes/ispell.el (ispell-highlight-face):
12038 * textmodes/reftex-global.el:
12039 * vc/vc-arch.el (vc-arch-mode-line-string):
12040 * vc/vc-cvs.el (vc-cvs-mode-line-string):
12041 * vc/vc-git.el (vc-git-mode-line-string):
12042 * vc/vc-hooks.el (vc-display-status)
12043 (vc-default-mode-line-string):
12044 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12045
12046 * ansi-color.el (ansi-color-faces-vector): Change default faces.
12047
12048 * dired.el (dired-sort-set-mode-line): Rename from
12049 dired-sort-set-modeline. All callers changed.
12050
12051 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12052 eshell-status-in-modeline.
12053
12054 * foldout.el (foldout-mode-line-string): Rename from
12055 foldout-modeline-string. All callers changed.
12056 (foldout-update-mode-line): Rename from foldout-update-modeline.
12057
12058 * subr.el (redraw-modeline): Make into obsolete alias.
12059
12060 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12061 timeclock-modeline-display. Make old name an alias.
12062 (timeclock-update-mode-line): Likewise. All callers changed.
12063 (timeclock-mode-line-display): No need to check before using
12064 add-hook.
12065 (timeclock-relative, timeclock-day-over-hook)
12066 (timeclock-use-elapsed, timeclock-mode-string)
12067 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12068
12069 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12070 crisp-mode-modeline-string.
12071
12072 * play/solitaire.el (solitaire-build-mode-line): Rename from
12073 solitaire-build-modeline. All callers changed.
12074
12075 * play/zone.el (zone-hiding-mode-line): Rename from
12076 zone-hiding-modeline. All callers changed.
12077 (zone): Remove unusued `modeline-hidden-level' property.
12078
12079 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12080 xscheme-modeline-initialize. All callers changed.
12081
12082 * strokes.el (strokes-lighter): Rename from
12083 strokes-modeline-string.
12084
12085 * textmodes/sgml-mode.el (html-face-tag-alist)
12086 (html-tag-face-alist): Use mode-line face instead of obsolete
12087 alias modeline.
12088
12089 2012-06-02 Stefan Merten <smerten@oekonux.de>
12090
12091 * textmodes/rst.el: Always require `cl'.
12092 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12093
12094 2012-06-02 Chong Yidong <cyd@gnu.org>
12095
12096 * image.el (imagemagick-enabled-types): Rename from
12097 imagemagick-types-enable. Add many more types.
12098 (imagemagick-types-inhibit): Change default to nil.
12099 (imagemagick-filter-types): Caller changed.
12100
12101 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 * emacs-lisp/cl-macs.el: Use backquotes.
12104 (cl-transform-function-property): Use eval-and-compile rather than
12105 abusing `require'.
12106 (defstruct): Use declare-function instead of with-no-warnings.
12107
12108 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12109 (byte-compile-output-docform): Re-add the print-circle bindings.
12110 (byte-compile-fix-header): Use #$ just because it's shorter.
12111 (byte-compile-output-file-form): Remove defun/defmacro.
12112
12113 2012-06-01 Martin Rudalics <rudalics@gmx.at>
12114
12115 * simple.el (choose-completion): Remove now obsolete binding for
12116 owindow.
12117
12118 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
12119
12120 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12121 in order to avoid "Stack overflow in regexp matcher".
12122
12123 2012-05-31 Glenn Morris <rgm@gnu.org>
12124
12125 * image.el: For clarity, call imagemagick-register-types at
12126 top-level, rather than relying on a custom :initialize.
12127 (imagemagick-types-enable): New option. (Bug#11557)
12128 (imagemagick-filter-types): New function. (Bug#7406)
12129 (imagemagick-register-types): Use imagemagick-filter-types.
12130 If disabling support, remove elements altogether rather
12131 than using an impossible regexp.
12132 (imagemagick-types-inhibit): Give it the default init function.
12133
12134 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12137 Handle arbitrary file name lengths (Bug#11585).
12138
12139 2012-05-31 Martin Rudalics <rudalics@gmx.at>
12140
12141 * desktop.el (desktop-read): Clear previous and next buffers for
12142 all windows and bury *Messages* buffer (bug#11556).
12143
12144 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 Add `declare' for `defun'. Align `defmacro's with it.
12147 * emacs-lisp/easy-mmode.el (define-minor-mode)
12148 (define-globalized-minor-mode): Don't autoload the var definitions.
12149 * emacs-lisp/byte-run.el: Use lexical-binding.
12150 (defun-declarations-alist, macro-declarations-alist): New vars.
12151 (defmacro, defun): Use them.
12152 (make-obsolete, define-obsolete-function-alias)
12153 (make-obsolete-variable, define-obsolete-variable-alias):
12154 Use `declare'.
12155 (macro-declaration-function): Mark obsolete.
12156 * emacs-lisp/autoload.el: Use lexical-binding.
12157 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
12158
12159 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12160
12161 * textmodes/ispell.el (ispell-with-no-warnings):
12162 Define as a macro.
12163 (ispell-kill-ispell, ispell-change-dictionary):
12164 Use `called-interactively-p' for Emacs instead of obsolete
12165 `interactive-p'.
12166
12167 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12168
12169 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12170 (macro-declaration-function): Move var from C code.
12171 (macro-declaration-function): Define function with defalias.
12172 * emacs-lisp/macroexp.el (macroexpand-all-1):
12173 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12174 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12175 defun/defmacro any more.
12176 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12177 Provide fallback for unknown arglist.
12178 (byte-compile-arglist-warn): Change calling convention.
12179 (byte-compile-output-file-form): Move print-vars binding.
12180 (byte-compile-output-docform): Simplify accordingly.
12181 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12182 (byte-compile-defmacro-declaration): Remove.
12183 (byte-compile-file-form-defmumble): Generalize to defalias.
12184 (byte-compile-output-as-comment): Return byte-positions.
12185 Simplify callers accordingly.
12186 (byte-compile-lambda): Use `assert'.
12187 (byte-compile-defun, byte-compile-defmacro): Remove.
12188 (byte-compile-file-form-defalias):
12189 Use byte-compile-file-form-defmumble.
12190 (byte-compile-defalias-warn): Remove.
12191
12192 2012-05-29 Stefan Merten <smerten@oekonux.de>
12193
12194 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12195 possible. Fix authors. Improve comments. Improve loading of `cl'.
12196
12197 (rst-mode-abbrev-table): Merge definition.
12198 (rst-mode): Make sure `font-lock-defaults' is buffer local.
12199 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12200
12201 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
12202
12203 * calendar/icalendar.el
12204 (icalendar-export-region): Export UID properly.
12205
12206 2012-05-29 Leo Liu <sdl.web@gmail.com>
12207 * calendar/icalendar.el (icalendar-import-format):
12208 Add `icalendar-import-format-uid' (Bug#11525).
12209 (icalendar-import-format-uid): New.
12210 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12211 Export UID.
12212
12213 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12216 different alternative patterns.
12217 (pcase-codegen): Be more careful to preserve identity.
12218 (pcase--u1): Don't forget to mark vars as used.
12219
12220 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12221 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12222 (byte-compile-from-buffer): ...rather than here.
12223
12224 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12225 functions from byte-compile-function-environment.
12226
12227 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
12228
12229 * window.el (window-deletable-p): Avoid deleting the root window
12230 of a frame with an active minibuffer.
12231
12232 2012-05-29 Martin Rudalics <rudalics@gmx.at>
12233
12234 * simple.el (choose-completion): Use quit-window (Bug#11567).
12235
12236 2012-05-29 Chong Yidong <cyd@gnu.org>
12237
12238 * whitespace.el (whitespace-cleanup): Fix usage of
12239 whitespace-empty-at-bob-regexp (Bug#11492).
12240
12241 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12242
12243 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12244 revert (Bug#11488).
12245
12246 2012-05-29 Juri Linkov <juri@jurta.org>
12247
12248 * isearch.el (isearch-mode-map): Bind `M-s _' to
12249 `isearch-toggle-symbol'. Bind `M-s c' to
12250 `isearch-toggle-case-fold'.
12251 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12252 (isearch-forward): Add `M-s _' to the docstring.
12253 (isearch-forward-symbol, isearch-toggle-case-fold)
12254 (isearch-symbol-regexp): New functions. (Bug#11381)
12255
12256 2012-05-29 Juri Linkov <juri@jurta.org>
12257
12258 * isearch.el (isearch-word): Add docstring. (Bug#11381)
12259 (isearch-occur, isearch-search-and-update): If `isearch-word' is
12260 a function, call it to get the regexp.
12261 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12262 property `isearch-message-prefix' instead of the string "word ".
12263 (isearch-search-fun-default): For the case of `isearch-word',
12264 return a lambda that calls re-search-forward/re-search-backward
12265 with a regexp returned by `word-search-regexp' or by the function
12266 in `isearch-word'.
12267
12268 2012-05-29 Juri Linkov <juri@jurta.org>
12269
12270 * isearch.el (isearch-search-fun-default): New function.
12271 (isearch-search-fun): Move default part to the new function
12272 `isearch-search-fun-default'.
12273 (isearch-search-fun-function): Set the default value to
12274 `isearch-search-fun-default'. (Bug#11381)
12275
12276 * comint.el (comint-history-isearch-end):
12277 Use `isearch-search-fun-default'.
12278 (comint-history-isearch-search): Use `isearch-search-fun-default'
12279 and remove spacial case for `isearch-word'.
12280 (comint-history-isearch-wrap): Remove spacial case for
12281 `isearch-word'.
12282
12283 * hexl.el (hexl-isearch-search-function):
12284 Use `isearch-search-fun-default'.
12285
12286 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12287 Use `word-search-regexp' for `isearch-word'.
12288
12289 * misearch.el (multi-isearch-search-fun):
12290 Use `isearch-search-fun-default'.
12291
12292 * simple.el (minibuffer-history-isearch-search):
12293 Use `isearch-search-fun-default' and remove spacial case for
12294 `isearch-word'.
12295 (minibuffer-history-isearch-wrap): Remove spacial case for
12296 `isearch-word'.
12297
12298 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12299 Remove spacial case for `isearch-word'.
12300 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12301
12302 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12303
12304 Decrease XEmacs incompatibilities.
12305 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12306 Use `string-match'.
12307 (flyspell-delete-region-overlays): Use alternative definition for
12308 XEmacs.
12309 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12310 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12311 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12312 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12313 `define-obsolete-face-alias' under XEmacs, but old method.
12314
12315 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12316 `with-no-warnings' definition or Emacs alias.
12317 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12318 (ispell-word): Do not use `region-p' if XEmacs.
12319
12320 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12321
12322 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12323 Check for `ispell-dictionary-base-alist' instead of full
12324 `ispell-dictionary-alist'.
12325 (ispell-init-process): Show spellchecker when starting new Ispell
12326 process.
12327
12328 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12331 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12332
12333 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
12334
12335 * version.el (motif-version-string, gtk-version-string)
12336 (ns-version-string): Declare.
12337
12338 2012-05-27 Juri Linkov <juri@jurta.org>
12339
12340 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12341 after the `eval-defun-1' specialcaseing
12342 like in `edebug-eval-defun' (bug#10181).
12343
12344 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12345 like in `eval-defun-1'.
12346
12347 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12348
12349 * mail/sendmail.el (mail-yank-region):
12350 Recognize rmail-yank-current-message in addition to insert-buffer.
12351 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12352 a *mail* buffer created through rmail-start-mail with sendmail as
12353 mail-user-agent.
12354
12355 2012-05-27 Chong Yidong <cyd@gnu.org>
12356
12357 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12358 Default to 256 (Bug#11267).
12359
12360 * help.el (describe-mode): Doc fix.
12361
12362 2012-05-26 Glenn Morris <rgm@gnu.org>
12363
12364 * w32-fns.el (w32-init-info): Remove.
12365 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12366
12367 * info.el (info-initialize): For self-contained NS builds, put the
12368 included info/ directory at the front. (Bug#2791)
12369
12370 * paths.el (Info-default-directory-list): Make it a defcustom,
12371 mainly so that we can use custom-initialize-delay.
12372
12373 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 * subr.el (buffer-has-markers-at): Mark obsolete.
12376
12377 * subr.el (lambda): Use declare.
12378
12379 * emacs-lisp/lisp-mode.el (lambda):
12380 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12381
12382 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12383
12384 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12385
12386 2012-05-26 Glenn Morris <rgm@gnu.org>
12387
12388 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12389
12390 2012-05-25 Glenn Morris <rgm@gnu.org>
12391
12392 * paths.el: Remove no-byte-compile.
12393 * loadup.el: No need to load paths.el uncompiled.
12394
12395 * image.el (imagemagick-types-inhibit): Doc fix.
12396
12397 * version.el: Remove no-byte-compile and associated formatting.
12398 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12399 is ancient code from when there was an "inc-vers.el".
12400
12401 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * progmodes/gdb-mi.el: Minor style changes.
12404 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12405 Turn into minor modes.
12406 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12407 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12408 (gdb-shell): Remove unneeded let-binding.
12409 (gdb-get-many-fields): Eliminate O(n²) behavior.
12410
12411 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12412
12413 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12414 platforms that don't link in fontset.c.
12415
12416 2012-05-25 Juri Linkov <juri@jurta.org>
12417
12418 Use the same diff color scheme as in modern VCSes (bug#10181).
12419
12420 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12421 to avoid confusion with `diff-added' that now uses green colors.
12422 (diff-removed): Use shades of red.
12423 (diff-added): Use shades of green.
12424 (diff-changed): Leave just the yellow color.
12425 (diff-use-changed-face): New variable.
12426 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12427 how to highlight context diff changes.
12428 (diff-refine-change): Use shades of yellow.
12429 (diff-refine-removed): New face that uses shades of red.
12430 (diff-refine-added): New face that uses shades of green.
12431 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12432 `diff-refine-removed' in the call to `smerge-refine-subst'
12433 depending on the value of `diff-use-changed-face'.
12434
12435 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12436 (smerge-other): Use shades of green.
12437 (smerge-base): Use shades of yellow.
12438 (smerge-refined-change): Empty face.
12439 (smerge-refined-removed): New face that uses shades of red.
12440 (smerge-refined-added): New face that uses shades of green.
12441 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12442 args `props-r' and `props-a', and use them. Doc fix.
12443 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12444 on its value use different faces `smerge-refined-change',
12445 `smerge-refined-removed', `smerge-refined-added' in the call to
12446 `smerge-refine-subst'.
12447
12448 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12449 Add face condition `min-colors 88' with shades of red.
12450 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12451 `min-colors 88' with shades of green.
12452 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12453 `min-colors 88' with shades of yellow.
12454
12455 2012-05-24 Glenn Morris <rgm@gnu.org>
12456
12457 * paths.el (prune-directory-list, remote-shell-program): Move to...
12458 * files.el (prune-directory-list, remote-shell-program): ...here.
12459 For the latter, delay initialization, prefer ssh, just search PATH.
12460
12461 * paths.el (term-file-prefix): Move to faces.el (the only user).
12462 * faces.el (term-file-prefix): Move here, make it a defcustom.
12463
12464 * paths.el (news-directory, news-path, news-inews-program):
12465 Move to gnus/nnspool.el.
12466
12467 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12468
12469 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12470 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12471 Make the latter a defcustom, with a delayed initialization.
12472
12473 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12474 These were deleted from Gnus itself late 2010.
12475
12476 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12477
12478 * progmodes/which-func.el (which-func-ff-hook):
12479 Check against user-error, not error.
12480
12481 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12482 cl-specs.el, which no longer exists.
12483
12484 2012-05-22 Glenn Morris <rgm@gnu.org>
12485
12486 * info.el (info-emacs-bug): New command.
12487 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12488 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12489
12490 2012-05-21 Glenn Morris <rgm@gnu.org>
12491
12492 * makefile.w32-in (update-subdirs-SH):
12493 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12494
12495 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12498
12499 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12500 Simplify Maven regexp, and make sure the file can't start with a space
12501 (bug#11517).
12502
12503 2012-05-21 Glenn Morris <rgm@gnu.org>
12504
12505 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12506 Scrap superfluous subshells.
12507
12508 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12509
12510 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12511 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12512
12513 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12514
12515 * calc/calc.el (calc-ensure-consistent-units): New variable.
12516
12517 * calc/calc-units.el (math-consistent-units-p)
12518 (math-check-unit-consistency): New functions.
12519 (calc-quick-units, calc-convert-units):
12520 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12521 is non-nil.
12522 (calc-extract-units): Fix typo.
12523
12524 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12525
12526 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12527
12528 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12529 (flyspell-default-deplacement-commands): Don't spell check after
12530 repeated window/frame switches (e.g. triggered by mouse-movement).
12531 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12532 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12533 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12534 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12535 Remove unused vars.
12536 (flyspell-get-casechars, flyspell-get-not-casechars):
12537 Simplify; Don't bother removing a ] just to add it back.
12538 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12539
12540 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
12541
12542 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12543 New functions.
12544 (math-function-table): Add support for more C functions.
12545
12546 2012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12547
12548 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12549 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12550 Protect delay handling for otherchars against empty otherchars.
12551
12552 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12553
12554 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12555 their respective macro declarations.
12556 * skeleton.el (define-skeleton):
12557 * progmodes/compile.el (define-compilation-mode):
12558 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12559 (define-ibuffer-filter):
12560 * emacs-lisp/generic.el (define-generic-mode):
12561 * emacs-lisp/easy-mmode.el (define-minor-mode)
12562 (define-globalized-minor-mode):
12563 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12564 * emacs-lisp/byte-run.el (defsubst):
12565 * custom.el (deftheme): Add doc-string metadata.
12566
12567 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12568
12569 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12570
12571 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12574
12575 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12576 * emacs-lisp/cl-macs.el: Idem.
12577 * emacs-lisp/cl-specs.el: Remove.
12578
12579 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12580
12581 Minor renaming of internal CL functions and variables.
12582 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12583 (cl--position): Rename from cl-position.
12584 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12585 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12586 (cl--random-state): Rename from *random-state*.
12587
12588 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12591 parens around the arg list (bug#11499).
12592
12593 2012-05-17 Juri Linkov <juri@jurta.org>
12594
12595 * isearch.el (word-search-regexp, word-search-backward)
12596 (word-search-forward, word-search-backward-lax)
12597 (word-search-forward-lax): Move functions from search.c
12598 (bug#10145, bug#11381).
12599
12600 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12601
12602 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12603 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12604 Delay for otherchars as for normal word components.
12605
12606 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * minibuffer.el (completion--sifn-requote): Fix last change.
12609 (minibuffer-local-must-match-filename-map):
12610 Move define-obsolete-variable-alias before its var.
12611
12612 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12613
12614 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12615
12616 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12617 behavior.
12618 (completion--string-equal-p): New function.
12619 (completion--twq-all): Use it to get better assertion failure data.
12620
12621 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12622 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12623 (shell--requote-argument): New functions.
12624 (shell-completion-vars): Use them.
12625 (shell--parse-pcomplete-arguments): Rename from
12626 shell-parse-pcomplete-arguments.
12627 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12628 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12629 Obey comint-file-name-quote-list.
12630
12631 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12632 (smie-indent-keyword): Use it.
12633
12634 2012-05-14 Stefan Merten <smerten@oekonux.de>
12635
12636 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12637
12638 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12639
12640 * net/rlogin.el (rlogin-mode-map): Fix last change.
12641
12642 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12643
12644 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12645 the following \r\n using a single `process-send-string', since the
12646 Lotus SMTP server refuses to accept any commands if they are sent
12647 with two `process-send-string's (Bug#11444).
12648
12649 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12650
12651 * shell.el (shell-parse-pcomplete-arguments):
12652 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12653
12654 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12655
12656 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12657 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12658 (image-transform-width, image-transform-fit-width): New functions.
12659 (image-transform-properties): Use them.
12660 (image-transform-check-size): New function.
12661 (image-toggle-display-image): Use it (for testing).
12662 (image-transform-set-rotation): Reduce angle mod 360.
12663 Delete obsolete comment.
12664
12665 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12666
12667 * image-mode.el: Fix scaling (bug#11399).
12668 (image-transform-resize): Doc fix.
12669 (image-transform-properties): Default scale is 1 and height should
12670 be an integer.
12671
12672 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
12673
12674 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12675 than hard-coding `car', to fix misbehavior when moving forward.
12676
12677 2012-05-13 Chong Yidong <cyd@gnu.org>
12678
12679 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12680 (tabulated-list-entries, tabulated-list-padding)
12681 (tabulated-list-sort-key): Make permanent-local.
12682
12683 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12684 (electric-buffer-list): Put electric buffer menu
12685 command descriptions in this docstring, instead of the docstring
12686 of electric-buffer-menu-mode. Code cleanups.
12687 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12688 Electric-buffer-menu-mode.
12689 (electric-buffer-update-highlight): Minor code cleanup.
12690
12691 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12692
12693 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12694 (Bug#11447)
12695
12696 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 Move define-obsolete-variable-alias before the var's definition.
12699 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12700 * tooltip.el (tooltip-hook):
12701 * textmodes/reftex-toc.el (reftex-toc-map):
12702 * textmodes/reftex-sel.el (reftex-select-label-map)
12703 (reftex-select-bib-map):
12704 * textmodes/reftex-index.el (reftex-index-map)
12705 (reftex-index-phrases-map):
12706 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12707 * progmodes/meta-mode.el (meta-mode-map):
12708 * novice.el (disabled-command-hook):
12709 * loadhist.el (unload-hook-features-list):
12710 * frame.el (blink-cursor):
12711 * files.el (find-file-not-found-hooks, write-file-hooks)
12712 (write-contents-hooks):
12713 * emulation/tpu-edt.el (GOLD-map):
12714 * emacs-lock.el (emacs-lock-from-exiting):
12715 * emacs-lisp/generic.el (generic-font-lock-defaults):
12716 * emacs-lisp/chart.el (chart-map):
12717 * dos-fns.el (register-name-alist):
12718 * dired-x.el (dired-omit-files-p):
12719 * desktop.el (desktop-enable):
12720 * cus-edit.el (custom-mode-hook):
12721 * buff-menu.el (buffer-menu-mode-hook):
12722 * bookmark.el (bookmark-read-annotation-text-func)
12723 (bookmark-exit-hooks):
12724 * allout.el (allout-mode-deactivate-hook)
12725 (allout-exposure-change-hook, allout-structure-added-hook)
12726 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12727 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12728 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12729 comes before the corresponding variable's definition.
12730
12731 2012-05-12 Chong Yidong <cyd@gnu.org>
12732
12733 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12734 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12735 (Buffer-menu-mode-map): Bind it.
12736 (Buffer-menu--pretty-name): Add a mouse-face property.
12737
12738 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12739
12740 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12741 (prolog-upper-case-string, prolog-lower-case-string)
12742 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12743 (prolog-use-smie, prolog-smie-grammar): New vars.
12744 (prolog-smie-forward-token, prolog-smie-backward-token)
12745 (prolog-smie-rules): New funs.
12746 (prolog-comment-indent): Remove.
12747 (prolog-mode-variables): Use default comment indentation instead.
12748 Setup SMIE.
12749 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12750 (prolog-mode): Don't call them any more.
12751 (prolog-electric-colon, prolog-electric-dash)
12752 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12753
12754 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12755
12756 * minibuffer.el (completion--twq-all): Again, allow case differences.
12757
12758 * term.el: Move keymap initialization code to be more idiomatic.
12759 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12760 (term-terminal-menu): Move initialization into declaration.
12761 (term-escape-char): Let the user set it in her .emacs.
12762
12763 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12764 Provide SMIE-based indentation (not enabled by default yet).
12765 (sh-mode-map): Don't bind electric keys.
12766 Use electric-pair-mode instead of skeleton-pair.
12767 (sh-assignment-regexp): Fit within 80 columns.
12768 (sh-indent-supported): Specify actual shell name instead of boolean.
12769 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12770 (sh-maybe-here-document): Use it. Make obsolete.
12771 (sh-electric-here-document-mode) New minor mode.
12772 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12773 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12774 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12775 (sh-smie-rc-grammar, sh-use-smie): New vars.
12776 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12777 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12778 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12779 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12780 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12781 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12782 (sh-set-shell): Use smie-setup if requested.
12783
12784 * term.el (term-set-escape-char): Properly set term-escape-char.
12785 See http://stackoverflow.com/questions/10524656.
12786
12787 2012-05-10 Chong Yidong <cyd@gnu.org>
12788
12789 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12790 Use url-generic-parse-url, and handle host names and Windows
12791 filenames properly.
12792 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12793 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12794 URL schemes to work on.
12795 (ffap--toggle-read-only): New function.
12796 (ffap-read-only, ffap-read-only-other-window)
12797 (ffap-read-only-other-frame): Use it.
12798 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12799 necessary for ffap-url-unwrap-remote.
12800
12801 2012-05-10 Dave Abrahams <dave@boostpro.com>
12802
12803 * cus-start.el (create-lockfiles): Add it.
12804
12805 2012-05-09 Chong Yidong <cyd@gnu.org>
12806
12807 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12808 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12809
12810 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12811
12812 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12813
12814 2012-05-09 Chong Yidong <cyd@gnu.org>
12815
12816 * ansi-color.el (ansi-color-process-output): Check for validity of
12817 comint-last-output-start before using it. This avoids a bad
12818 interaction with gdb-mi's input/output buffer.
12819
12820 2012-05-09 Glenn Morris <rgm@gnu.org>
12821
12822 * files.el (dir-locals-read-from-file):
12823 Mention dir-locals in any error message.
12824
12825 2012-05-09 Chong Yidong <cyd@gnu.org>
12826
12827 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12828 package (Bug#11410).
12829
12830 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12831 variables into description.
12832
12833 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12834
12835 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12836 shell-delimiter-argument-list (bug#11348).
12837 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12838
12839 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12840
12841 * textmodes/rst.el: Silence byte-compiler warnings.
12842 (rst-re-alist, rst-reset-section-caches): Move around.
12843 (rst-re): Use `characterp', not `char-valid-p'.
12844 (font-lock-beg, font-lock-end): Declare.
12845
12846 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12847 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12848
12849 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12850
12851 2012-05-08 Glenn Morris <rgm@gnu.org>
12852
12853 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12854
12855 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * vc/log-edit.el: Add GNU coding standards highlighting.
12858 (log-edit-font-lock-gnu-style)
12859 (log-edit-font-lock-gnu-keywords): New vars.
12860 (log-edit-font-lock-keywords): New fun.
12861 (log-edit-mode): Don't fold case in font-lock.
12862 (log-edit-font-lock-keywords): Do not assume case-folding.
12863
12864 * imenu.el: Misc cleanup. Make docstrings out of comments.
12865 Use lexical-binding.
12866 (imenu--index-alist, imenu--last-menubar-index-alist)
12867 (imenu-menubar-modified-tick): Use defvar-local.
12868 (imenu--split-menu): Remove unused var.
12869 (imenu--cleanup-seen): Declare as global.
12870 (imenu--cleanup): Use dolist.
12871
12872 * subr.el (defvar-local): Add debug spec and doc-string position.
12873
12874 2012-05-08 Glenn Morris <rgm@gnu.org>
12875
12876 * language/burmese.el, language/cham.el, language/czech.el:
12877 * language/english.el, language/georgian.el, language/greek.el:
12878 * language/japanese.el, language/khmer.el, language/korean.el:
12879 * language/lao.el, language/misc-lang.el, language/romanian.el:
12880 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12881 * language/thai.el, language/utf-8-lang.el:
12882 Remove no-byte-compile setting.
12883
12884 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12885
12886 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12887
12888 * progmodes/make-mode.el (makefile-browse):
12889 Remove unnecessary interactive. (Bug#11324)
12890
12891 2012-05-07 Glenn Morris <rgm@gnu.org>
12892
12893 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12894
12895 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12896
12897 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12898
12899 * loadup.el: Preload newcomment.el.
12900 * newcomment.el: Move autoload-only code to toplevel.
12901
12902 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12903 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12904 Handle new :right-align column property.
12905 (tabulated-list-print-col): Idem, plus use `display' text-property to
12906 try and preserve alignment for variable pitch fonts.
12907
12908 2012-05-07 Chong Yidong <cyd@gnu.org>
12909
12910 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12911 (tabulated-list-use-header-line): New var.
12912 (tabulated-list-init-header): Use it.
12913 (tabulated-list-print-fake-header): New function.
12914 (tabulated-list-print): Use it.
12915 (tabulated-list-sort-button-map): Add non-header-line commands.
12916 (tabulated-list-init-header): Add column name property to basic
12917 labels as well.
12918 (tabulated-list-col-sort): Handle non-header-line button case.
12919 (tabulated-list--sort-by-column-name): Fix a corner case.
12920
12921 * buff-menu.el (list-buffers--refresh):
12922 Handle Buffer-menu-use-header-line.
12923
12924 2012-05-06 Chong Yidong <cyd@gnu.org>
12925
12926 * buff-menu.el: Convert to Tabulated List mode.
12927 (Buffer-menu-buffer+size-width): Make obsolete.
12928 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12929 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12930 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12931 documentation into docstring of buffer-menu.
12932 (Buffer-menu-toggle-files-only): Add an informative message.
12933 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12934 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12935 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12936 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12937 (Buffer-menu-execute, Buffer-menu-select)
12938 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12939 (Buffer-menu-bury): Use Tabulated List machinery.
12940 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12941 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12942 Delete.
12943 (list-buffers--refresh): New function.
12944 (list-buffers-noselect): Use it.
12945 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12946 (Buffer-menu--pretty-file-name): New helper functions.
12947
12948 * loadup.el: Preload tabulated-list.
12949
12950 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12951 tabulated-list-sort-column.
12952 (tabulated-list-init-header): Add the initial aligning space even
12953 if tabulated-list-padding is zero.
12954
12955 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
12956
12957 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12958 whose cdr is not a cons cell correctly (bug#11038).
12959
12960 2012-05-06 Chong Yidong <cyd@gnu.org>
12961
12962 * emacs-lisp/tabulated-list.el (tabulated-list-format):
12963 Accept additional plist in column descriptors.
12964 (tabulated-list-init-header): Obey it.
12965 (tabulated-list-get-entry): New function.
12966 (tabulated-list-put-tag): Use it. Use string-width instead of
12967 length.
12968 (tabulated-list--column-number): New function.
12969 (tabulated-list-print): Use it.
12970 (tabulated-list-print-col): New function.
12971 Set `tabulated-list-column-name' property on each column's text.
12972 (tabulated-list-print-entry): Use it.
12973 (tabulated-list-delete-entry, tabulated-list-set-col):
12974 New functions.
12975 (tabulated-list-sort-column): New command (Bug#11337).
12976
12977 * buff-menu.el (list-buffers): Move C-x C-b binding from
12978 buff-menu.el to bindings.el.
12979
12980 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12981 :advertised-binding feature.
12982
12983 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
12984
12985 * progmodes/compile.el (compilation-internal-error-properties):
12986 Calculate start position correctly when end-col is set but
12987 end-line is not (Bug#11382).
12988
12989 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
12990
12991 * man.el (Man-unindent): Use text-property-default-nonsticky to
12992 prevent untabify from inheriting face properties (Bug#11408).
12993
12994 2012-05-05 Stefan Merten <smerten@oekonux.de>
12995
12996 * textmodes/rst.el: Major merge with upstream development up to
12997 Docutils SVN r7399 / rst.el V1.2.1.
12998
12999 Clarify maintainership and authors.
13000
13001 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13002 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13003 (rst-official-version, rst-official-cvs-rev, rst-version)
13004 (rst-package-emacs-version-alist): New functions and variables
13005 for version information.
13006
13007 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13008 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13009 (rst-mode-syntax-table, rst-mode): New and corrected functions
13010 and variables representing reStructuredText features.
13011
13012 (rst-re): New function for reStructuredText regexes. Use in
13013 many places.
13014
13015 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13016 (rst-mode-map): Rebind keys.
13017
13018 (rst-mode-lazy, rst-font-lock-keywords)
13019 (rst-font-lock-extend-region)
13020 (rst-font-lock-extend-region-internal)
13021 (rst-font-lock-extend-region-extend)
13022 (rst-font-lock-find-unindented-line-limit)
13023 (rst-font-lock-find-unindented-line-match)
13024 (rst-adornment-level, rst-font-lock-adornment-level)
13025 (rst-font-lock-adornment-match)
13026 (rst-font-lock-handle-adornment-pre-match-form)
13027 (rst-font-lock-handle-adornment-matcher): Major revision of
13028 font-locking. Integrate with other code. Use `jit-lock-mode'.
13029
13030 (rst-preferred-adornments, rst-adjust-hook)
13031 (rst-new-adornment-down, rst-preferred-bullets)
13032 (rst-preferred-bullets, rst-indent, rst-indent-width)
13033 (rst-indent-field, rst-indent-literal-normal)
13034 (rst-indent-literal-minimized, rst-indent-comment): Change,
13035 extend and improve customization.
13036
13037 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13038 (rst-normalize-cursor-position, rst-get-decoration)
13039 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13040 (rst-rstrip, rst-toc-insert-find-delete-contents)
13041 (rst-shift-fill-region, rst-compute-bullet-tabs)
13042 (rst-debug-print-tabs, rst-debug-mark-found)
13043 (rst-shift-region-guts, rst-shift-region-right)
13044 (rst-shift-region-left, rst-use-char-classes)
13045 (rst-font-lock-keywords-function)
13046 (rst-font-lock-indentation-point)
13047 (rst-font-lock-find-unindented-line-begin)
13048 (rst-font-lock-find-unindented-line-end)
13049 (rst-font-lock-find-unindented-line)
13050 (rst-font-lock-adornment-point, rst-font-lock-level)
13051 (rst-adornment-level-alist): Remove functions and variables.
13052
13053 (rst-compare-adornments, rst-get-adornment-match)
13054 (rst-suggest-new-adornment, rst-get-adornments-around)
13055 (rst-adornment-complete-p, rst-get-next-adornment)
13056 (rst-adjust-adornment, rst-display-adornments-hierarchy)
13057 (rst-straighten-adornments): Standardize function names to
13058 use "adornment" instead of "decoration". Correct callers.
13059 Similar standardizing in many places.
13060
13061 (rst-update-section, rst-adjust, rst-promote-region)
13062 (rst-enumerate-region, rst-bullet-list-region)
13063 (rst-repeat-last-character): Correct use of `interactive'.
13064
13065 (rst-classify-adornment, rst-find-all-adornments)
13066 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13067 (rst-find-leftmost-column, rst-repeat-last-character):
13068 Refactor functions.
13069
13070 (rst-find-title-line, rst-reset-section-caches)
13071 (rst-get-adornments-around, rst-adjust-adornment-work)
13072 (rst-arabic-to-roman, rst-roman-to-arabic)
13073 (rst-insert-list-pos, rst-insert-list-new-item)
13074 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13075 New functions.
13076
13077 (rst-all-sections, rst-section-hierarchy)
13078 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13079 New variables.
13080
13081 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13082 configuration instead of only buffer. Change where necessary.
13083
13084 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13085 (rst-shift-region, rst-adaptive-fill): New functions for
13086 indentation and filling.
13087
13088 (rst-comment-line-break, rst-comment-indent)
13089 (rst-comment-insert-comment, rst-comment-region)
13090 (rst-uncomment-region): New functions for handling comments.
13091
13092 (rst-compile): Quote shell arguments.
13093
13094 (rst-compile-pdf-preview, rst-compile-slides-preview):
13095 Delete temporary files after use.
13096
13097 2012-05-05 Glenn Morris <rgm@gnu.org>
13098
13099 * calendar/cal-html.el: Optionally include holidays in the output.
13100 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13101 (cal-html-holidays): New option.
13102 (cal-html-css-default): Add holiday entry.
13103 (holiday-in-range): Autoload it.
13104 (cal-html-htmlify-entry): Add optional class argument.
13105 (cal-html-htmlify-list): Add optional holidays argument.
13106 (cal-html-insert-agenda-days): Include holidays in the output.
13107 (cal-html-one-month): Maybe include holidays.
13108
13109 * calendar/holidays.el (holiday-in-range):
13110 Move here from cal-tex-list-holidays.
13111 * calendar/cal-tex.el (cal-tex-list-holidays):
13112 Make it an obsolete alias for holiday-in-range. Update all callers.
13113
13114 2012-05-05 Chong Yidong <cyd@gnu.org>
13115
13116 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13117 Nextstep.
13118
13119 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
13120
13121 * files.el (file-auto-mode-skip): New var.
13122 (set-auto-mode-1): Use it.
13123
13124 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * repeat.el: Use lexical-binding.
13127 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13128 (repeat-undo-count): Remove.
13129 (repeat):
13130 * progmodes/octave-mod.el (octave-abbrev-start):
13131 * progmodes/f90.el (f90-abbrev-start):
13132 * face-remap.el (text-scale-adjust):
13133 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13134
13135 * emacs-lisp/pcase.el (pcase--let*): New function.
13136 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13137 a bit more.
13138 (pcase--split-pred): Be more clever about ruling out overlap between
13139 a predicate and some constant pattern.
13140 (pcase--q1): Use `null' instead of (eq foo nil).
13141
13142 * subr.el (setq-local, defvar-local): New macros.
13143 (kbd): Redefine as an alias.
13144 (with-selected-window): Leave unrelated frames alone.
13145 (set-temporary-overlay-map): New function.
13146
13147 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13148
13149 * subr.el (user-error): New function.
13150 * window.el (switch-to-buffer):
13151 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13152 (smerge-match-conflict):
13153 * simple.el (previous-matching-history-element)
13154 (next-matching-history-element, goto-history-element, undo-more)
13155 (undo-start):
13156 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13157 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13158 (next-file, tags-loop-scan, list-tags, complete-tag):
13159 * progmodes/compile.el (compilation-loop):
13160 * mouse.el (mouse-minibuffer-check):
13161 * man.el (Man-bgproc-sentinel, Man-goto-page):
13162 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13163 (Info-history-forward, Info-follow-reference, Info-menu)
13164 (Info-extract-menu-item, Info-extract-menu-counting)
13165 (Info-forward-node, Info-backward-node, Info-next-menu-item)
13166 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13167 (Info-next-reference, Info-prev-reference, Info-index)
13168 (Info-index-next, Info-follow-nearest-node)
13169 (Info-copy-current-node-name):
13170 * imenu.el (imenu--make-index-alist)
13171 (imenu-default-create-index-function, imenu-add-to-menubar):
13172 * files.el (basic-save-buffer, recover-file):
13173 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13174 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13175 (checkdoc-message-text, checkdoc-defun):
13176 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13177 * cus-edit.el (customize-changed-options, customize-rogue)
13178 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13179 (custom-variable-mark-to-reset-standard)
13180 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13181 (custom-file):
13182 * completion.el (check-completion-length):
13183 * comint.el (comint-search-arg)
13184 (comint-previous-matching-input-string-position)
13185 (comint-previous-matching-input)
13186 (comint-replace-by-expanded-history-before-point, comint-send-input)
13187 (comint-copy-old-input, comint-backward-matching-input)
13188 (comint-goto-process-mark, comint-set-process-mark):
13189 * calendar/calendar.el (calendar-cursor-to-date): Use it.
13190 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13191
13192 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13193
13194 * dabbrev.el (dabbrev--ignore-case-p): New function.
13195 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13196 Use it.
13197
13198 * files.el (automount-dir-prefix): Mark as obsolete.
13199
13200 2012-05-04 Glenn Morris <rgm@gnu.org>
13201
13202 * patcomp.el, play/bruce.el: Move to obsolete/.
13203
13204 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
13205
13206 Fix minor Y10k bugs.
13207 * arc-mode.el (archive-unixdate):
13208 * autoinsert.el (auto-insert-alist):
13209 * calc/calc-forms.el (math-this-year):
13210 * emacs-lisp/copyright.el (copyright-current-year)
13211 (copyright-update-year, copyright):
13212 * tar-mode.el (tar-clip-time-string):
13213 * time.el (display-time-update):
13214 Don't assume years have 4 digits.
13215
13216 2012-05-04 Chong Yidong <cyd@gnu.org>
13217
13218 * dos-w32.el (file-name-buffer-file-type-alist)
13219 (direct-print-region-use-command-dot-com):
13220 * ffap.el (ffap-menu-regexp):
13221 * find-file.el (ff-special-constructs):
13222 * follow.el (follow-debug):
13223 * forms.el (forms--debug):
13224 * iswitchb.el (iswitchb-all-frames):
13225 * ido.el (ido-all-frames):
13226 * emacs-lisp/timer.el (timer-max-repeats):
13227 * mail/feedmail.el (feedmail-mail-send-hook)
13228 (feedmail-mail-send-hook-queued):
13229 * mail/footnote.el (footnote-signature-separator):
13230 * mail/mailabbrev.el (mail-alias-separator-string)
13231 (mail-abbrev-mode-regexp):
13232 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13233 * progmodes/idlwave.el (idlwave-libinfo-file)
13234 (idlwave-default-completion-case-is-down)
13235 (idlwave-library-routines): Convert defvars to defcustoms.
13236
13237 * mail/rmail.el (rmail-decode-mime-charset):
13238 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13239 (idlwave-shell-fix-inserted-breaks)
13240 (idlwave-shell-activate-alt-keybindings)
13241 (idlwave-shell-use-breakpoint-glyph):
13242 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13243
13244 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13245
13246 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13247
13248 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
13249
13250 * progmodes/verilog-mode.el (font-lock-keywords):
13251 Fix mis-highligting auto. Reported by Craig Barner.
13252 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13253 defines from global name space. Reported by Dan Dever.
13254 (verilog-auto-reset, verilog-auto-reset-widths)
13255 (verilog-auto-tieoff): Support using unbased numbers for
13256 AUTORESET and AUTOTIEOFF.
13257 (verilog-submit-bug-report): Update variable list.
13258 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13259 parenthesis from not matching. Reported by Michael Rytting.
13260 (verilog-auto-template-lint): Fix hash error when linting modules
13261 with no used templates.
13262 (verilog-warn, verilog-warn-error)
13263 (verilog-warn-fatal): When non-interactive report multiple
13264 warnings before exiting. Suggested by Brad Dobbie.
13265 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13266 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13267 to report unused template errors. Reported by Brad Dobbie.
13268 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13269 nets, bug438. Reported by Vns Blore.
13270 (verilog-auto-inout-module, verilog-auto-reg)
13271 (verilog-read-decls, verilog-read-sub-decls-sig)
13272 (verilog-signals-edit-wire-reg, verilog-signals-with):
13273 Fix passing of Verilog data types in ANSI input/output ports
13274 such as "output logic" into the AUTOs. Special case "wire" and
13275 "reg" for backwards compatibility presuming Verilog 2001.
13276 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13277 (verilog-preprocess): Fix replication of preprocess output.
13278 Reported by Brad Dobbie.
13279 (verilog-auto-inst-interfaced-ports):
13280 Create verilog-auto-inst-interfaced-ports, bug429.
13281 Reported by Julian Gorfajn.
13282 (verilog-after-save-font-hook)
13283 (verilog-before-save-font-hook): New variable.
13284 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13285 (verilog-save-font-mods): Wrap disabling fontification, reported
13286 by David Rogoff.
13287 (verilog-do-indent, verilog-pretty-declarations-auto)
13288 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13289 Reported by Pierre-David Pfister.
13290 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13291 of class declarations, bug292. Reported by Kevin Heilman.
13292 (verilog-read-decls): Fix 'parameter type' not appearing in
13293 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13294 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13295 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
13296 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13297 Reported by David Kravitz.
13298
13299 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
13300
13301 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13302 assignment with tests in ifs and for loops.
13303 (verilog-extended-complete-re, verilog-complete-reg): Change so
13304 that DPI inport functions don't look like fuction declarations.
13305 (verilog-pretty-expr): Don't line up assignment
13306 operations to the test and increment in if and for loops
13307 (verilog-extended-complete-re, verilog-complete-reg): Change so
13308 that DPI inport functions don't look like fuction declarations.
13309
13310 2012-05-03 Kenichi Handa <handa@m17n.org>
13311
13312 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13313 decoding, and show a warning message without signaling an error
13314 (Bug#11282).
13315
13316 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * emacs-lisp/bytecomp.el
13319 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13320 since cconv.el might have introduced :fun-body, internal-make-closure,
13321 and friends for bytecomp to handle (bug#11391).
13322 * custom.el (defcustom): Avoid ((λ ..) ..).
13323
13324 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13327
13328 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
13329
13330 * notifications.el (dbus-debug):
13331 * term/linux.el (gpm-mouse-enable):
13332 * term/screen.el (xterm-register-default-colors): Declare.
13333
13334 2012-05-02 Chong Yidong <cyd@gnu.org>
13335
13336 * cus-start.el (gc-cons-percentage, exec-suffixes)
13337 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13338 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13339 (make-cursor-line-fully-visible, void-text-area-pointer)
13340 (font-list-limit): Add customization data.
13341
13342 * allout.el (allout-exposure-change-functions)
13343 (allout-structure-added-functions)
13344 (allout-structure-deleted-functions)
13345 (allout-structure-shifted-functions): Rename abnormal hooks from
13346 *-hook, and convert to defcustoms.
13347 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13348 Convert to defcustoms.
13349 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13350
13351 * allout-widgets.el: Hook callers changed.
13352
13353 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13354
13355 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13356 the yanked message in preference to the default value of
13357 buffer-file-coding-system.
13358
13359 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13360
13361 * window.el (display-buffer--action-function-custom-type):
13362 Fix entry.
13363
13364 2012-05-02 Alan Mackenzie <acm@muc.de>
13365
13366 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13367
13368 2012-05-01 Glenn Morris <rgm@gnu.org>
13369
13370 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13371
13372 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13373
13374 * cus-edit.el (custom-variable-documentation): Simplify with format.
13375
13376 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13377 Stefan Monnier <monnier@iro.umontreal.ca>
13378
13379 * simple.el (suggest-key-bindings, execute-extended-command):
13380 Move from keyboard.c.
13381
13382 2012-05-01 Chong Yidong <cyd@gnu.org>
13383
13384 * follow.el: Eliminate advice.
13385 (set-process-filter, process-filter, sit-for): Advice deleted.
13386 (follow-mode-off-hook): Obsolete hook removed.
13387 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13388 Vars deleted.
13389 (follow-auto): Use a :set function.
13390 (follow-mode): Rewritten. Don't advise process filters.
13391 (follow-switch-to-current-buffer-all, follow-scroll-up)
13392 (follow-scroll-down): Assume follow-mode is bound.
13393 (follow-comint-scroll-to-bottom)
13394 (follow-align-compilation-windows): New functions.
13395 (follow--window-sorter): New function.
13396 (follow-all-followers): Use it to explicitly sort windows by their
13397 positions; don't make assumptions about next-window order.
13398 (follow-windows-start-end, follow-delete-other-windows-and-split)
13399 (follow-calc-win-start): Doc fix.
13400 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13401 vertical-motion unnecessarily.
13402 (follow-adjust-window): New function.
13403 (follow-post-command-hook): Use it.
13404 (follow-call-set-process-filter, follow-call-process-filter)
13405 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13406 (follow-stop-intercept-process-output, follow-generic-filter):
13407 Functions deleted.
13408 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13409 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13410 New functions, replacing advice on scroll-bar-* commands.
13411 (follow-mwheel-scroll): New function (Bug#4112).
13412
13413 * comint.el (comint-adjust-point): New function.
13414 (comint-postoutput-scroll-to-bottom): Use it.
13415 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13416
13417 2012-05-01 Glenn Morris <rgm@gnu.org>
13418
13419 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13420 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13421 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13422 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13423 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13424 Remove no-byte-compile setting.
13425
13426 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13427
13428 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13429 all-completions code to not return a number in the last cdr.
13430
13431 2012-04-30 Leo Liu <sdl.web@gmail.com>
13432
13433 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13434 read-only error.
13435
13436 2012-04-29 Chong Yidong <cyd@gnu.org>
13437
13438 * follow.el (follow-calc-win-end): Rewrite to handle partial
13439 screen lines correctly (Bug#8390).
13440 (follow-avoid-tail-recenter): Minor cleanup.
13441
13442 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13443
13444 Avoid the obsolete `assoc' package.
13445 * speedbar.el (speedbar-refresh): Avoid adelete.
13446 (speedbar-file-lists): Simplify and avoid aput.
13447 * man.el (Man--sections, Man--refpages): New vars, replacing
13448 Man-sections-alist and Man-refpages-alist.
13449 (Man-build-section-alist, Man-build-references-alist):
13450 Use them; avoid aput.
13451 (Man--last-section, Man--last-refpage): New vars.
13452 (Man-follow-manual-reference): Use them.
13453 Use the `default' arg of completing-read.
13454 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13455
13456 2012-04-27 Chong Yidong <cyd@gnu.org>
13457
13458 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13459
13460 * startup.el (x-apply-session-resources): New function.
13461
13462 * term/ns-win.el (ns-initialize-window-system):
13463 * term/w32-win.el (w32-initialize-window-system):
13464 * term/x-win.el (x-initialize-window-system): Use it to properly
13465 set menu-bar-mode and other vars from X resources, even if the
13466 initial frame is not a window-system frame (Bug#2299).
13467
13468 * subr.el (read-key): Avoid running filter function when setting
13469 up temporary tool bar entries (Bug#9922).
13470
13471 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13472
13473 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13474 (Bug#11344)
13475
13476 2012-04-27 Chong Yidong <cyd@gnu.org>
13477
13478 * select.el (xselect--encode-string): New function, split from
13479 xselect-convert-to-string.
13480 (xselect-convert-to-string): Use it.
13481 (xselect-convert-to-filename, xselect-convert-to-os)
13482 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13483 returned strings are properly encoded (Bug#11315).
13484
13485 2012-04-27 Chong Yidong <cyd@gnu.org>
13486
13487 * simple.el (delete-active-region): Move to killing custom group.
13488
13489 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13490
13491 * progmodes/which-func.el (which-func-current): Quote %
13492 characters for mode-line processing.
13493
13494 2012-04-27 Chong Yidong <cyd@gnu.org>
13495
13496 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13497 reaching eob (Bug#11286).
13498
13499 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13500
13501 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13502 (gdb): Make it buffer-local and init to zero.
13503 (gdb-control-commands-regexp): New variable.
13504 (gdb-send): Don't wrap in "-interpreter-exec console" if
13505 gdb-control-level is positive. Increment gdb-control-level
13506 whenever the command matches gdb-control-commands-regexp, and
13507 decrement it each time the command is "end". (Bug#11279)
13508
13509 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13510
13511 * window.el (adjust-window-trailing-edge, enlarge-window)
13512 (shrink-window, window-resize):
13513 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13514 windows (Bug#11276).
13515
13516 2012-04-27 Chong Yidong <cyd@gnu.org>
13517
13518 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13519 fix "missing prefix" warning. All callers changed.
13520
13521 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13522
13523 * emacs-lisp/assoc.el: Move to obsolete/.
13524
13525 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13526
13527 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13528
13529 * term/ns-win.el (ns-define-service):
13530 * progmodes/pascal.el (pascal-goto-defun):
13531 * progmodes/js.el (js--read-tab):
13532 * progmodes/etags.el (tags-lazy-completion-table):
13533 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13534 * emacs-lisp/ewoc.el (ewoc--wrap):
13535 * emacs-lisp/assoc.el (aput, adelete, amake):
13536 * doc-view.el (doc-view-convert-current-doc):
13537 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13538
13539 2012-04-26 Chong Yidong <cyd@gnu.org>
13540
13541 * image.el (image-type-from-buffer): Only return supported image
13542 type (Bug#9045).
13543
13544 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13545 value, for symmetry with diff-end-of-hunk.
13546 (diff-split-hunk, diff-find-source-location)
13547 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13548 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13549 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13550 compute the relevant hunk or file properly (Bug#6005).
13551 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13552
13553 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * vc/vc-mtn.el:
13556 * vc/vc-hg.el:
13557 * vc/vc-git.el:
13558 * vc/vc-dir.el:
13559 * vc/vc-cvs.el:
13560 * vc/vc-bzr.el:
13561 * vc/vc-arch.el:
13562 * vc/vc.el: Replace lexical-let by lexical-binding.
13563 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13564 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13565 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13566
13567 2012-04-26 Chong Yidong <cyd@gnu.org>
13568
13569 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13570 (diff-mode-shared-map): Bind it to / and [remap undo].
13571
13572 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13573 (ediff-window-setup-function): Use it as the default, to set up
13574 windows based on whether the current frame is graphical (Bug#2138).
13575 (ediff-choose-window-setup-function-automatically): Make obsolete.
13576
13577 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13578
13579 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * ffap.el: Remove old code for obsolete package.
13582 (ffap-complete-as-file-p): Remove.
13583
13584 Use completion-table-with-quoting for comint and pcomplete.
13585 * comint.el (comint--unquote&requote-argument)
13586 (comint--unquote-argument, comint--requote-argument): New functions.
13587 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13588 (comint-quote-filename): Use regexp-opt-charset.
13589 (comint--common-suffix, comint--common-quoted-suffix)
13590 (comint--table-subvert): Remove.
13591 (comint-unquote-function, comint-requote-function): New vars.
13592 (comint--complete-file-name-data): Use them with
13593 completion-table-with-quoting.
13594 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13595 * pcomplete.el (pcomplete-arg-quote-list)
13596 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13597 (pcomplete-unquote-argument-function): Default to non-nil.
13598 (pcomplete-unquote-argument): Simplify.
13599 (pcomplete--common-quoted-suffix): Remove.
13600 (pcomplete-requote-argument-function): New var.
13601 (pcomplete--common-suffix): New function.
13602 (pcomplete-completions-at-point): Use completion-table-with-quoting
13603 and completion-table-subvert.
13604
13605 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13606 (minibuffer--double-dollars): Preserve properties.
13607 (completion--sifn-requote): New function.
13608 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13609
13610 * minibuffer.el: Add support for completion of quoted/escaped data.
13611 (completion-table-with-quoting, completion-table-subvert): New funs.
13612 (completion--twq-try, completion--twq-all): New functions.
13613 (completion--nth-completion): New function.
13614 (completion-try-completion, completion-all-completions): Use it.
13615
13616 2012-04-25 Leo Liu <sdl.web@gmail.com>
13617
13618 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13619 Use compilation-message if available to find real filename.
13620
13621 2012-04-25 Chong Yidong <cyd@gnu.org>
13622
13623 * vc/diff-mode.el (diff-setup-whitespace): New function.
13624 (diff-mode): Use it.
13625
13626 * vc/diff.el (diff-sentinel):
13627 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13628 Whitespace mode variables based on diff style (Bug#8612).
13629
13630 2012-04-25 Leo Liu <sdl.web@gmail.com>
13631
13632 * progmodes/python.el (python-send-region): Add suffix .py to the
13633 temp file.
13634
13635 * files.el (auto-mode-alist): Use javascript-mode instead.
13636
13637 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13638
13639 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13640
13641 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13642 (soap-resolve-references-for-array-type): Hack to prevent self
13643 references, see Bug#9.
13644 (soap-parse-envelope): Report the contents of the 'detail' node
13645 when receiving a fault reply.
13646 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13647
13648 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13649 (soap-inspect-simple-type): New function.
13650
13651 * net/soap-client.el (soap-simple-type): New struct.
13652 (soap-default-xsd-types, soap-default-soapenc-types)
13653 (soap-decode-basic-type, soap-encode-basic-type):
13654 support unsignedInt and double basic types.
13655 (soap-resolve-references-for-simple-type)
13656 (soap-parse-simple-type, soap-encode-simple-type): New function.
13657 (soap-parse-schema): Parse xsd:simpleType declarations.
13658
13659 * net/soap-client.el (soap-default-xsd-types)
13660 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13661 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13662 the local name of "soapenc:Array".
13663 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13664 decoding integer, byte and anyURI xsd types.
13665
13666 2012-04-25 Chong Yidong <cyd@gnu.org>
13667
13668 * cus-edit.el (custom-buffer-create-internal): Update header text.
13669
13670 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13671
13672 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13673 settings on 'system-type', not on 'window-system'. On MS-Windows,
13674 set interactive-mode on in GDB.
13675
13676 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13677
13678 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13679 (ruby-syntax-propertize-regexp): Remove.
13680 (ruby-syntax-propertize-function): Split regexp into chunks.
13681 Match following code directly.
13682
13683 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13684
13685 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13686 (ruby-syntax-propertize-regexp): New function.
13687 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13688 by a special keyword.
13689
13690 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13691 (ruby-syntax-general-delimiters-goto-beg)
13692 (ruby-syntax-propertize-general-delimiters): New functions.
13693 (ruby-syntax-propertize-function): Use them to handle GDL.
13694 (ruby-font-lock-keywords): Move old handling of GDL...
13695 (ruby-font-lock-syntactic-keywords): .. to here.
13696 (ruby-calculate-indent): Adjust indentation for GDL.
13697
13698 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13699
13700 * notifications.el (top): Remove unneeded declarations.
13701 (notifications-specification-version): Change to "1.2".
13702 (notifications-interface, notifications-notify-method)
13703 (notifications-close-notification-method): Fix docstring.
13704 (notifications-get-capabilities-method): New defconst.
13705 (notifications-notify): Add :action-items, :resident and
13706 :transient hints. Change "image_data" to "image-data" and
13707 "image_path" to "image-path".
13708 (notifications-get-capabilities): New defun.
13709
13710 2012-04-24 Leo Liu <sdl.web@gmail.com>
13711
13712 * progmodes/python.el: Move hideshow setup to the end.
13713
13714 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13715
13716 * window.el (handle-select-window): Clear echo area since this is
13717 no more done by read_char (Bug#11304).
13718
13719 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13720
13721 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13722 and `/ M' to filter-derived-mode.
13723 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13724 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13725 (ibuffer-mark-by-mode): Use default rather than initial-input.
13726 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13727
13728 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13729
13730 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13731 (ibuffer-filter-by-derived-mode): New filter.
13732 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13733
13734 2012-04-23 Andreas Politz <politza@fh-trier.de>
13735
13736 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13737
13738 2012-04-23 Chong Yidong <cyd@gnu.org>
13739
13740 * cus-edit.el (customize-apropos, customize-apropos-options):
13741 Disable matching of non-option variables (Bug#11176).
13742 (customize-option, customize-option-other-window)
13743 (customize-changed-options): Doc fix.
13744 (customize-apropos-options, customize-apropos-faces)
13745 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13746
13747 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13748 Fix word list splitting (Bug#11132).
13749 (apropos-symbol, apropos-keybinding, apropos-label)
13750 (apropos-property, apropos-function-button)
13751 (apropos-variable-button, apropos-misc-button): New faces.
13752 (apropos-symbol-face, apropos-keybinding-face)
13753 (apropos-label-face, apropos-property-face, apropos-match-face):
13754 Variables removed (Bug#8396).
13755 (apropos-library-button, apropos-format-plist, apropos-print)
13756 (apropos-print-doc, apropos-describe-plist): Callers changed.
13757
13758 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13759
13760 * net/xesam.el (xesam-mode-map): Use let-bound map in
13761 initialization. (Bug#11292)
13762
13763 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13764
13765 Preserve ispell session localwords when switching back to
13766 original buffer.
13767
13768 * textmodes/ispell.el (ispell-buffer-session-localwords):
13769 New buffer-local variable to hold buffer session localwords.
13770 (ispell-kill-ispell): Add option 'clear to delete session
13771 localwords.
13772 (ispell-command-loop, ispell-change-dictionary)
13773 (ispell-buffer-local-words): Preserve session localwords when
13774 needed.
13775
13776 * textmodes/flyspell.el (flyspell-process-localwords)
13777 (flyspell-do-correct): Preserve session localwords when needed.
13778
13779 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13780
13781 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13782 using obsolete `translation-table-for-input'.
13783 (ispell-word, ispell-process-line, ispell-complete-word):
13784 Use plain `insert' instead of removed `ispell-insert-word'.
13785
13786 2012-04-22 Chong Yidong <cyd@gnu.org>
13787
13788 * cus-edit.el (custom-variable-menu)
13789 (custom-variable-reset-saved, custom-face-menu)
13790 (custom-face-reset-saved): If there is no saved value, make the
13791 "reset-saved" operation bring back the default (Bug#9509).
13792 (custom-face-state): Properly detect themed faces.
13793
13794 * faces.el (face-spec-set): Stop supporting deprecated form of
13795 third arg.
13796
13797 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13798
13799 Move functions from C to Lisp. Make non-blocking method calls
13800 the default. Implement further D-Bus standard interfaces.
13801
13802 * net/dbus.el (dbus-message-internal): Declare function.
13803 Remove unneeded function declarations.
13804 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13805 (dbus-message-type-method-return, dbus-message-type-error)
13806 (dbus-message-type-signal): Declare variables. Remove local
13807 definitions.
13808 (dbus-interface-dbus, dbus-interface-peer)
13809 (dbus-interface-introspectable, dbus-interface-properties)
13810 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13811 Adapt docstring.
13812 (dbus-interface-objectmanager): New defconst.
13813 (dbus-call-method, dbus-call-method-asynchronously)
13814 (dbus-send-signal, dbus-method-return-internal)
13815 (dbus-method-error-internal, dbus-register-service)
13816 (dbus-register-signal, dbus-register-method): New defuns, moved
13817 from dbusbind.c
13818 (dbus-call-method-handler, dbus-setenv)
13819 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13820 New defuns.
13821 (dbus-call-method-non-blocking): Make it an obsolete function.
13822 (dbus-unregister-object, dbus-unregister-service)
13823 (dbus-handle-event, dbus-register-property)
13824 (dbus-property-handler): Obey the new structure of
13825 `bus-registered-objects'.
13826 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13827 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13828 Use `dbus-call-method'.
13829
13830 2012-04-22 Chong Yidong <cyd@gnu.org>
13831
13832 * cus-edit.el (custom-commands, custom-reset-menu)
13833 (Custom-reset-standard): Tweak labels.
13834 (custom-reset-button-menu): Change default to t.
13835 (custom-buffer-create-internal): For the custom-reset-button-menu
13836 case, put the revert button first.
13837 (custom-group-subtitle): New face.
13838 (custom-group-value-create): Align docstring to a specific column.
13839
13840 * wid-edit.el (widget-documentation-link-add): Don't handle
13841 indentation in this function.
13842 (widget-documentation-string-indent-to): New function.
13843 (widget-documentation-string-value-create): Use it.
13844
13845 * autorevert.el (auto-revert):
13846 * epg-config.el (epg):
13847 * ibuffer.el (ibuffer):
13848 * mpc.el (mpc):
13849 * ses.el (ses):
13850 * eshell/eshell.el (eshell):
13851 * net/ange-ftp.el (ange-ftp):
13852 * progmodes/ebnf2ps.el (postscript):
13853 * progmodes/flymake.el (flymake):
13854 * progmodes/prolog.el (prolog):
13855 * progmodes/verilog-mode.el (verilog-mode):
13856 * progmodes/which-func.el (which-func):
13857 * term/xterm.el (xterm):
13858 * textmodes/picture.el (picture):
13859 * textmodes/tildify.el (tildify):
13860 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13861 customization buffers.
13862
13863 2012-04-22 Alan Mackenzie <acm@muc.de>
13864
13865 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13866 Adding a ) can hide the resulting (..) from searches. Fix it.
13867 Bound the backward search to the position of the existing (.
13868
13869 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13870
13871 * progmodes/verilog-mode.el (verilog-mode): Check whether
13872 which-func-modes is t before adding verilog-mode.
13873 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13874
13875 2012-04-21 Leo Liu <sdl.web@gmail.com>
13876
13877 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13878
13879 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13880
13881 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13882 filling of the last column of a table (Bug#5635).
13883 (woman-find-next-control-line): New arg, specifying an additional
13884 regexp component for the control line.
13885 (woman2-roff-buffer): Use it.
13886 (woman-break-table): New function.
13887 (woman2-TS): Use it.
13888
13889 2012-04-21 Chong Yidong <cyd@gnu.org>
13890
13891 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13892 (woman-horizontal-escapes, woman-negative-vertical-space)
13893 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13894 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13895
13896 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13897
13898 * minibuffer.el (completion-file-name-table): Complete user names.
13899
13900 2012-04-20 Leo Liu <sdl.web@gmail.com>
13901
13902 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13903 and pcase-let*.
13904
13905 2012-04-20 Chong Yidong <cyd@gnu.org>
13906
13907 * server.el (server-execute): Respect initial-buffer-choice if it
13908 is a string and there are no files to open (Bug#2825).
13909 (server-create-window-system-frame, server-create-tty-frame):
13910 Don't switch buffers here.
13911 (server-process-filter): Only try to open a window system frame if
13912 compiled with graphical support (Bug#8314).
13913
13914 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13915
13916 * battery.el (battery-echo-area-format): Display remaining time
13917 for sysfs backend too (Bug#11269).
13918 (battery-linux-sysfs): Fix conditional for the charge.
13919
13920 2012-04-20 Chong Yidong <cyd@gnu.org>
13921
13922 * progmodes/gdb-mi.el (gdb): Revert previous change.
13923 (gdb-inferior-io--init-proc): New function.
13924 (gdb-init-1): Use it.
13925 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13926 responsible for allocating a new pty and hooking it to gdb when
13927 the old pty gets an EIO due to process exit.
13928 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13929 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13930 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13931
13932 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13933
13934 * window.el (window-min-size, window-sizable, window-min-delta)
13935 (window-max-delta, window--resizable, window-resizable)
13936 (window-total-size, window-full-height-p, window-full-width-p)
13937 (window-in-direction, window--resize-mini-window, window-resize)
13938 (window--resize-child-windows-normal)
13939 (window--resize-child-windows, window--resize-siblings)
13940 (window--resize-this-window, adjust-window-trailing-edge)
13941 (enlarge-window, shrink-window): Doc fixes.
13942
13943 2012-04-20 Chong Yidong <cyd@gnu.org>
13944
13945 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13946 New function to call delete-process on the gdb-inferior buffer's pty.
13947 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13948 pty process (Bug#11273).
13949 (gdb-update): New arg to suppress talking to the gdb process.
13950 (gdb-done-or-error): Use it.
13951 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13952 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13953 sentinel not being called.
13954
13955 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13956
13957 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13958
13959 2012-04-20 Glenn Morris <rgm@gnu.org>
13960
13961 * net/network-stream.el (open-network-stream): Doc fix.
13962
13963 2012-04-20 Chong Yidong <cyd@gnu.org>
13964
13965 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13966
13967 2012-04-20 Alan Mackenzie <acm@muc.de>
13968
13969 Ensure searching for keywords is case sensitive.
13970
13971 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13972 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13973 (c-defun-name, c-mark-function, c-cpp-define-name)
13974 (c-comment-indent, c-scan-conditionals, c-indent-defun)
13975 (c-context-line-break): Bind case-fold-search to nil.
13976
13977 * progmodes/cc-mode.el (c-font-lock-fontify-region):
13978 Bind case-fold-search to nil.
13979
13980 2012-04-20 Chong Yidong <cyd@gnu.org>
13981
13982 * mail/sendmail.el (mail-bury): Call return action with the right
13983 Rmail buffer (Bug#11242).
13984
13985 * server.el (server-process-filter): Handle corner case where both
13986 tty and nowait options are present (Bug#11102).
13987
13988 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13989
13990 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13991 (top level): Put into the executable the ident-style '$Id:' tag on
13992 windows-nt as well.
13993
13994 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13995
13996 * electric.el (electric-indent-post-self-insert-function): Check that
13997 electric-indent-mode is enabled in current buffer.
13998
13999 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14000
14001 * imenu.el (imenu-progress-message): Restore; it is "used" in
14002 erc/erc-imenu.el and net/snmp-mode.el.
14003
14004 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14005
14006 * avoid.el (mouse-avoidance-mode): Mark unused arg.
14007 (mouse-avoidance-nudge-mouse): Remove unused binding.
14008
14009 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14010
14011 * descr-text.el (describe-char):
14012 * progmodes/python.el (python-describe-symbol):
14013 Don't call `toggle-read-only', set `buffer-read-only'.
14014
14015 * imenu.el (imenu-default-goto-function): Mark unused args.
14016 (imenu-progress-message): Remove obsolete macro; all callers changed.
14017
14018 * subr.el (keymap-canonicalize): Remove unused binding.
14019 (read-passwd): Mark unused arg.
14020
14021 * tutorial.el (tutorial--display-changes): Remove unused binding.
14022 (tutorial--save-tutorial-to): Remove unused variable.
14023
14024 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14025 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14026 (package-generate-autoloads, package-menu--generate)
14027 (package-menu--find-upgrades): Remove unused bindings.
14028
14029 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14030 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
14031 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14032 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14033 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14034 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14035 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14036 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14037 (cua-delete-char-rectangle): Mark unused args.
14038 (cua-align-rectangle): Remove unused binding.
14039
14040 * mail/rmail.el (compilation--message->loc)
14041 (epa--find-coding-system-for-mime-charset): Declare.
14042
14043 * net/dbus.el (dbus-register-service): Declare.
14044 (dbus-name-owner-changed-handler): Remove unused binding.
14045
14046 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14047 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14048 (nxml-scan-backward-within): Mark unused arg.
14049 (nxml-dynamic-markup-word): Remove unused binding.
14050
14051 * mouse.el (mouse-menu-major-mode-map):
14052 * emacs-lisp/authors.el (authors-scan-change-log)
14053 (authors-add-to-author-list):
14054 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14055 * emacs-lisp/smie.el (smie-auto-fill):
14056 * mail/sendmail.el (mail-bury):
14057 * mail/unrmail.el (unrmail):
14058 * net/tls.el (open-tls-stream):
14059 * textmodes/picture.el (picture-mouse-set-point):
14060 Remove unused bindings.
14061
14062 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
14063
14064 * net/tramp.el (tramp-action-password): Let-bind
14065 `enable-recursive-minibuffers' to t.
14066
14067 2012-04-18 Sam Steingold <sds@gnu.org>
14068
14069 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14070 instead of 'string to accommodate values like [f11].
14071 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14072 * progmodes/gdb-mi.el: Likewise.
14073
14074 2012-04-18 Leo Liu <sdl.web@gmail.com>
14075
14076 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14077 current buffer.
14078 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14079 LOCAL is nil.
14080
14081 2012-04-18 Chong Yidong <cyd@gnu.org>
14082
14083 * simple.el (line-move): Use forward-line if in batch mode
14084 (Bug#11053).
14085
14086 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
14087
14088 * files.el (after-find-file): Do not try to add a final newline if
14089 the buffer is read-only (Bug#11156).
14090
14091 2012-04-17 Richard Stallman <rms@gnu.org>
14092
14093 * mail/rmail.el (rmail-start-mail):
14094 Pass (rmail-mail-return...) for the return-action.
14095 Pass (rmail-yank-current-message...) for the yank-action.
14096 (rmail-yank-current-message): New function.
14097 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14098 (rmail-reply): Likewise.
14099 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14100
14101 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14102 buffer, not the last. Reject temp buffers. Use the rmail-mode
14103 buffer, not newbuf.
14104
14105 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
14106
14107 * server.el (server-ensure-safe-dir): Simplify.
14108
14109 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14110
14111 * emacs-lisp/smie.el: Provide smarter auto-filling.
14112 (smie-auto-fill): New function.
14113 (smie-setup): Use it.
14114
14115 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14116
14117 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
14118
14119 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14120 (comment-indent): Use it.
14121
14122 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
14123
14124 * ses.el: The overall change is to add cell renaming, that is
14125 setting fancy names for cell symbols other than name matching
14126 "\\`[A-Z]+[0-9]+\\'" regexp .
14127 (ses-localvars): Add ses--renamed-cell-symb-list.
14128 (ses-create-cell-variable): New defun.
14129 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14130 (ses-relocate-formula): Relocate formulas only for cells the
14131 symbols of which are not renamed, i.e. symbols whose names do not
14132 match regexp "\\`[A-Z]+[0-9]+\\'".
14133 (ses-relocate-all): Relocate values only for cells the symbols of
14134 which are not renamed.
14135 (ses-load): Create cells variables as the (ses-cell ...) are read,
14136 in order to check row col consistency with cell symbol name only
14137 for cells that are not renamed.
14138 (ses-replace-name-in-formula): New defun.
14139 (ses-rename-cell): New defun.
14140
14141 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
14142
14143 * progmodes/perl-mode.el (perl-indent-parens-as-block):
14144 New option (bug#11118).
14145 (perl-calculate-indent): Respect it.
14146
14147 2012-04-17 Glenn Morris <rgm@gnu.org>
14148
14149 * dired-aux.el (dired-mark-read-string): Doc fix.
14150
14151 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14152
14153 * dired-aux.el (dired-mark-read-string): Offer optional completion.
14154 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
14155
14156 2012-04-17 Glenn Morris <rgm@gnu.org>
14157
14158 * mouse.el (mouse-drag-track):
14159 * speedbar.el (speedbar-frame-mode):
14160 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14161
14162 2012-04-16 Leo Liu <sdl.web@gmail.com>
14163
14164 * progmodes/python.el: Trivial cleanup.
14165
14166 2012-04-16 Glenn Morris <rgm@gnu.org>
14167
14168 * vc/vc.el (vc-string-prefix-p):
14169 * vc/pcvs-util.el (cvs-string-prefix-p):
14170 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14171 * mpc.el (mpc-string-prefix-p):
14172 Make all of these into obsolete aliases for string-prefix-p.
14173 Update callers.
14174 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14175
14176 * textmodes/two-column.el: Move custom options to the start.
14177 (frame-width): Remove compat definition.
14178 (2C-associate-buffer, 2C-dissociate):
14179 Use with-current-buffer rather than save-excursion.
14180 (2C-dissociate): Force a mode-line update.
14181 (2C-autoscroll): Use ignore-errors.
14182
14183 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14184 Autoload trivia.
14185
14186 * emacs-lisp/cl-extra.el (*random-state*):
14187 Remove unnecessary declaration.
14188
14189 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14190
14191 * play/cookie1.el (cookie-snarf):
14192 Give an explicit error if input file cannot be read.
14193
14194 * play/yow.el (yow-file): Use expand-file-name rather than concat.
14195
14196 * progmodes/perl-mode.el (c-macro-expand):
14197 Remove unnecessary autoload (it is in loaddefs.el).
14198
14199 * textmodes/picture.el (picture-desired-column)
14200 (picture-update-desired-column): Convert comments to doc-strings.
14201 (picture-substitute): Remove function.
14202 (picture-mode-map): Initialize in the defvar.
14203
14204 * woman.el: Remove eval-after-load for tar-mode.
14205 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14206 (woman-tar-extract-file): Autoload it.
14207
14208 * frame.el (automatic-hscrolling): Make this alias obsolete.
14209
14210 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14211
14212 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14213 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14214 (ispell-dictionary-base-alist): Revert to original XEmacs
14215 friendly version for default. [:alpha:] will be added in
14216 `ispell-set-spellchecker-params' if needed.
14217
14218 2012-04-16 Chong Yidong <cyd@gnu.org>
14219
14220 * image.el (imagemagick--file-regexp): New variable.
14221 (imagemagick-register-types): Use it.
14222 (imagemagick-types-inhibit): Add :set function. Allow new value
14223 of t to inhibit all types.
14224
14225 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14226 so we can preload it.
14227
14228 * loadup.el (fboundp): Preload regexp-opt, needed by
14229 imagemagick-register-types.
14230
14231 2012-04-15 Chong Yidong <cyd@gnu.org>
14232
14233 * frame.el (scrolling): Remove nearly unused customization group.
14234
14235 * scroll-all.el (scroll-all-mode): Move to windows group.
14236
14237 2012-04-15 Chong Yidong <cyd@gnu.org>
14238
14239 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14240
14241 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 Avoid the use of ((lambda ...) ...) in lexical-binding code.
14244 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14245
14246 2012-04-15 Glenn Morris <rgm@gnu.org>
14247
14248 * simple.el (process-file-side-effects): Doc fix.
14249
14250 2012-04-15 Glenn Morris <rgm@gnu.org>
14251
14252 * international/mule-cmds.el (set-language-environment): Doc fix.
14253
14254 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14255
14256 * server.el (server-auth-key, server-generate-key): Doc fixes.
14257 (server-get-auth-key): Doc fix. Use `string-match-p'.
14258 (server-start): Reflow docstring.
14259
14260 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
14261
14262 * server.el (server-generate-key): `called-interactively-p'
14263 requires a parameter.
14264
14265 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
14266
14267 * server.el (server-auth-key): New variable.
14268 (server-generate-key, server-get-auth-key): New function.
14269 (server-start): Use the new variable and functions to allow
14270 setting a permanent server key (bug#9423).
14271
14272 2012-04-14 Leo Liu <sdl.web@gmail.com>
14273
14274 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14275
14276 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14277
14278 Spelling fixes.
14279 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14280 Emacs uses American spelling.
14281
14282 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14283
14284 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14285 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14286 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14287 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14288
14289 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14290
14291 * progmodes/which-func.el (which-func-modes): Change default.
14292
14293 2012-04-14 Kim F. Storm <storm@cua.dk>
14294
14295 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14296 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14297
14298 2012-04-14 Chong Yidong <cyd@gnu.org>
14299
14300 * custom.el (custom-theme-set-variables): Doc fix.
14301
14302 2012-04-14 Glenn Morris <rgm@gnu.org>
14303
14304 * international/mule.el (set-auto-coding-for-load): Doc fix.
14305
14306 2012-04-14 Alan Mackenzie <acm@muc.de>
14307
14308 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14309 imenu work again for Objective C Mode. Correct the *-index values,
14310 these having been disturbed by a previous change in 2011-08.
14311
14312 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14313 Correct two search limits.
14314
14315 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14318
14319 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
14320
14321 * international/characters.el: Fix sorting.
14322
14323 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14324
14325 * international/characters.el: Add more missing Latin case pairs.
14326
14327 2012-04-14 Glenn Morris <rgm@gnu.org>
14328
14329 * files.el (dir-locals-set-class-variables): Doc fix.
14330
14331 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14332
14333 * international/characters.el: Add set-case-syntax-pair call for
14334 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14335 counterpart. (Bug#11209)
14336
14337 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14338
14339 2012-04-14 Glenn Morris <rgm@gnu.org>
14340
14341 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14342
14343 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14344
14345 * textmodes/ispell.el (ispell-dictionary-base-alist):
14346 Add data for Hebrew.
14347
14348 2012-04-14 Chong Yidong <cyd@gnu.org>
14349
14350 * net/rcirc.el (rcirc-cmd-quit):
14351 Revert 2012-03-18 change (Bug#11192).
14352
14353 2012-04-14 Glenn Morris <rgm@gnu.org>
14354
14355 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14356
14357 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14358
14359 * minibuffer.el (completion-in-region-mode-map):
14360 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14361
14362 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14363
14364 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14365
14366 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14367
14368 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14369 to allow `C-M-f' and `C-M-b' to move to the nearest path
14370 separator (bug#9511).
14371
14372 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14373
14374 * avoid.el: Require cl when compiling. And also move the
14375 `provide' to the end.
14376
14377 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14378
14379 * avoid.el (mouse-avoidance-banish-position): New variable.
14380 (mouse-avoidance-banish-destination): Use it (bug#10165).
14381
14382 2012-04-13 Leo Liu <sdl.web@gmail.com>
14383
14384 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14385
14386 2012-04-13 Ken Brown <kbrown@cornell.edu>
14387
14388 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14389 this is no longer needed now that cygstart understands file:// URLs.
14390 (browse-url-filename-alist): For the same reason, don't modify
14391 file:// URLs on Cygwin.
14392
14393 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14394
14395 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14396 the region on shift if the binding is already shifted (bug#11221).
14397
14398 2012-04-12 Glenn Morris <rgm@gnu.org>
14399
14400 * mail/mailpost.el: Move to obsolete/.
14401
14402 2012-04-12 Drew Adams <drew.adams@oracle.com>
14403
14404 * imenu.el (imenu--generic-function): Ignore invisible definitions
14405 (bug#10123).
14406
14407 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14408
14409 * hexl.el (hexl-bits): New variable.
14410 (hexl-options): Mention the variable in the doc string.
14411 (hexl-rulerise, hexl-line-displen): New functions.
14412 (hexl-mode): Mention the new variable.
14413 (hexl-mode, hexl-current-address, hexl-current-address):
14414 Use the displen.
14415 (hexl-ascii-start-column): New function.
14416 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14417 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14418
14419 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14420
14421 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14422 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14423 the encoding, as expected by hunspell.
14424
14425 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * battery.el (battery--linux-sysfs-regexp): New const.
14428 (battery-status-function): Use it. Remove yeeloong special case.
14429 (battery-yeeloong-sysfs): Remove.
14430 (battery-echo-area-format): Remove yeeloong special case.
14431
14432 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14433
14434 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14435 Reported by Noah Friedman.
14436
14437 * subr.el (read-passwd): Use read-string.
14438
14439 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14440
14441 * vcursor.el (vcursor-move): Increase the priority of the overlay
14442 (bug#9663).
14443
14444 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14445
14446 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14447 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14448
14449 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14450
14451 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14452 define-minor-mode (bug#10760).
14453
14454 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14455
14456 * progmodes/grep.el (rgrep): Tweak the find command line so
14457 that directories matching `grep-find-ignored-files' won't be
14458 pruned (bug#10351).
14459
14460 2012-04-11 Chong Yidong <cyd@gnu.org>
14461
14462 * startup.el (command-line): Remove support for long-obsolete
14463 variable font-lock-face-attributes.
14464
14465 2012-04-11 Glenn Morris <rgm@gnu.org>
14466
14467 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14468
14469 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14470
14471 * window.el (window--state-get-1): Obey window-point-insertion-type.
14472
14473 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14474
14475 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14476 to previous function when point is on the first character of a
14477 function. Take care of that in `narrow-to-defun' (bug#6157).
14478
14479 2012-04-11 Glenn Morris <rgm@gnu.org>
14480
14481 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14482 not just file-errors.
14483
14484 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14485 (vc-bzr-sha1): Use internal sha1.
14486
14487 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14488
14489 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14490
14491 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
14492
14493 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14494 that start in the middle of the line (bug#10496).
14495
14496 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14497
14498 * battery.el (battery-linux-proc-acpi): Only one battery is
14499 discharged at a time, but that seems to confuse battery.el when
14500 computing `rate-type' for the battery not being discharged
14501 (bug#10332).
14502
14503 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14504
14505 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14506
14507 * international/quail.el: Use dolist and simplify.
14508 (quail-define-package, quail-update-keyboard-layout)
14509 (quail-define-rules): Use dolist.
14510 (quail-insert-kbd-layout, quail-get-translation): CSE.
14511
14512 * tmm.el: Use dolist, remove left over hook.
14513 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14514 Use dolist.
14515 (calendar-load-hook): Don't mess with it.
14516
14517 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14518 Use derived-mode-p. Run the diff asynchronously.
14519
14520 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14521
14522 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14523
14524 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14525
14526 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14527 (list-dynamic-libraries--loaded): New function.
14528 (list-dynamic-libraries--refresh): Use it.
14529
14530 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14531
14532 * progmodes/python.el (python-fill-paragraph):
14533 Make python-fill-region in a multiline string work when font-lock is
14534 disabled (bug#7018).
14535
14536 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
14537
14538 * language/european.el (cp775): Add oem/legacy (en)coding on
14539 DOS/MS Windows for the Baltic languages. There are still plenty
14540 of texts written in this encoding/codepage (bug#6519).
14541
14542 2012-04-10 Glenn Morris <rgm@gnu.org>
14543
14544 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14545 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14546
14547 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14548
14549 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14550 next-line "n" and previous-line "p" in order to make recentf more
14551 consistent with ibuffer, dired or org-mode (bug#9387).
14552
14553 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14554
14555 * image.el (put-image): Return the overlay created instead of the
14556 optional input string (bug#7834). Note that this may break code
14557 that is (for some reason or other) depending on `put-image'
14558 returning the string.
14559
14560 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14561
14562 * simple.el (zap-to-char): Allow zapping using input methods
14563 (bug#1580).
14564
14565 * textmodes/fill.el (fill-region): Leave point and mark where they
14566 were before filling (bug#5399).
14567
14568 2012-04-09 Glenn Morris <rgm@gnu.org>
14569
14570 * version.el (emacs-bzr-get-version):
14571 Handle lightweight checkouts of local branches.
14572
14573 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14574
14575 * international/characters.el: Recover lost case pairs. (Bug#11209)
14576
14577 2012-04-09 Chong Yidong <cyd@gnu.org>
14578
14579 * custom.el (custom-variable-p): Return nil for non-symbol
14580 arguments instead of signaling an error.
14581 (user-variable-p): Obsolete alias for custom-variable-p.
14582
14583 * apropos.el (apropos-variable):
14584 * files-x.el (read-file-local-variable):
14585 * simple.el (set-variable):
14586 * woman.el (woman-mini-help):
14587 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14588
14589 2012-04-09 Glenn Morris <rgm@gnu.org>
14590
14591 * startup.el (normal-top-level): Don't look for leim-list.el
14592 in places where it will not be found. (Bug#910)
14593
14594 * international/mule-cmds.el (set-default-coding-systems):
14595 * files.el (normal-mode):
14596 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14597 This function was removed with ucs-tables.el in 2008.
14598
14599 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14600
14601 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14602 ispell-encoding8-command to "-i", without a trailing space.
14603 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14604 separate command-line arguments, to specify the encoding, since
14605 that's how hunspell expects it.
14606
14607 2012-04-08 Glenn Morris <rgm@gnu.org>
14608
14609 * loadup.el: Load bindings before cus-start.
14610 This reduces somewhat the number of "rogue" settings in emacs -Q.
14611
14612 2012-04-07 Glenn Morris <rgm@gnu.org>
14613
14614 * version.el (emacs-bzr-get-version): New function.
14615 (emacs-bzr-version): New variable.
14616 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14617 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14618
14619 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14620
14621 * international/uni-bidi.el, international/uni-category.el:
14622 * international/uni-combining.el, international/uni-decimal.el:
14623 * international/uni-decomposition.el, international/uni-digit.el:
14624 * international/uni-lowercase.el, international/uni-mirrored.el:
14625 * international/uni-name.el, international/uni-numeric.el:
14626 * international/uni-titlecase.el, international/uni-uppercase.el:
14627 Update for Unicode 6.1.
14628
14629 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14630
14631 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14632
14633 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14634
14635 * window.el (shrink-window): Mention the `window-min-height'
14636 variable in the doc string.
14637
14638 2012-04-05 Bastien Guerry <bzg@altern.org>
14639
14640 * color.el (color-lighten-name): Fix typo.
14641
14642 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14643
14644 * server.el (server--on-display-p): New function.
14645 (server--on-display-p): Use it.
14646
14647 2012-04-04 GĂ¡bor Vida <vidagabor@gmail.com> (tiny change)
14648
14649 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14650 (bug#11145).
14651
14652 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14653
14654 * comint.el (comint--common-quoted-suffix): Check string boundary
14655 before comparing (bug#11158).
14656 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14657
14658 2012-04-04 Chong Yidong <cyd@gnu.org>
14659
14660 * minibuffer.el (completion-extra-properties): Doc fix.
14661
14662 * subr.el (delayed-warnings-hook): Doc fix.
14663
14664 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14665
14666 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14667 selection (Bug#11159).
14668 (epa-insert-keys): Inform that the default public key will be
14669 exported if no key is selected.
14670
14671 2012-04-04 Richard Stallman <rms@gnu.org>
14672
14673 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14674
14675 2012-04-03 Chong Yidong <cyd@gnu.org>
14676
14677 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14678 mail-insert-file, not its obsolete alias mail-attach-file.
14679
14680 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14681
14682 * notifications.el (notifications-notify): Fix docstring.
14683
14684 2012-04-02 Glenn Morris <rgm@gnu.org>
14685
14686 * emacs-lisp/authors.el (authors-aliases): Another addition.
14687
14688 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14689
14690 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14691 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14692 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14693
14694 2012-04-01 Chong Yidong <cyd@gnu.org>
14695
14696 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14697 Handle root directory properly.
14698 (copy-directory): Caller changed.
14699
14700 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14701 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14702
14703 2012-03-31 Glenn Morris <rgm@gnu.org>
14704
14705 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14706
14707 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14708
14709 * calendar/calendar.el (calendar-window-list)
14710 (calendar-hide-window): Restore. (Bug#11140)
14711 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14712
14713 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14714
14715 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14716
14717 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14718 Check if file is a symlink (Bug#10489).
14719
14720 * files.el (copy-directory): Likewise.
14721
14722 2012-03-30 Chong Yidong <cyd@gnu.org>
14723
14724 * image.el (imagemagick-types-inhibit)
14725 (imagemagick-register-types): Doc fix.
14726
14727 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14728
14729 * textmodes/ispell.el (ispell-get-extended-character-mode):
14730 Disable extended-char-mode for hunspell. hunspell does not support it
14731 and treats ~word as ordinary words in pipe mode.
14732
14733 2012-03-30 Glenn Morris <rgm@gnu.org>
14734
14735 * tutorial.el (help-with-tutorial): Ensure local variables don't
14736 happen to make the buffer read-only. (Bug#11127)
14737
14738 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14739
14740 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14741 (perl-calculate-indent): Return `noindent' in strings.
14742
14743 2012-03-28 Sam Steingold <sds@gnu.org>
14744
14745 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14746 instead of the broken adhockery which does not prevent calendar
14747 buffers from being displayed at random after exit.
14748 (calendar-window-list, calendar-hide-window): Remove the broken
14749 adhockery.
14750
14751 2012-03-28 Glenn Morris <rgm@gnu.org>
14752
14753 * replace.el (query-replace-map): Doc fix.
14754
14755 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14756
14757 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14758 contents. (Bug#11109)
14759
14760 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14761
14762 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14763 (bug#11077).
14764 (avl-tree--check, avl-tree--check-node): New funs.
14765
14766 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14767
14768 * window.el (switch-to-visible-buffer): New option.
14769 (switch-to-prev-buffer, switch-to-next-buffer):
14770 Observe switch-to-visible-buffer. Make sure that checking for a window
14771 showing a buffer already is done on the same frame.
14772
14773 2012-03-27 Glenn Morris <rgm@gnu.org>
14774
14775 * startup.el (mail-host-address): Doc fix.
14776
14777 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14778
14779 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14780 than 197 variables.
14781
14782 2012-03-26 Ami Fischman <ami@fischman.org>
14783
14784 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14785
14786 2012-03-26 Glenn Morris <rgm@gnu.org>
14787
14788 * files.el (save-buffers-kill-emacs): Doc fix.
14789
14790 * startup.el (normal-top-level, command-line, command-line-1):
14791 Give them doc strings.
14792
14793 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14794
14795 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14796 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14797
14798 2012-03-25 Chong Yidong <cyd@gnu.org>
14799
14800 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14801 theme if it was previously enabled before (Bug#11031).
14802
14803 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14804 spec with custom-face-get-current-spec if its :shown-value is not
14805 determined yet (Bug#9337).
14806 (customize-create-theme, custom-theme-revert): Doc fixes.
14807
14808 * button.el (button-at): Minor addition to docstring.
14809
14810 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14811
14812 * vc/vc.el (vc-merge): Fix a prompt.
14813
14814 2012-03-24 Chong Yidong <cyd@gnu.org>
14815
14816 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14817 point (Bug#9623).
14818
14819 * button.el (button-at): Minor addition to docstring.
14820
14821 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * newcomment.el (comment-choose-indent): No space after BOL.
14824
14825 2012-03-22 Sam Steingold <sds@gnu.org>
14826
14827 * window.el (switch-to-prev-buffer): Revert last patch because the
14828 bug turned out to be an advertised feature (Elisp manual 28.14).
14829
14830 2012-03-22 Glenn Morris <rgm@gnu.org>
14831
14832 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14833 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14834
14835 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14836
14837 * net/network-stream.el (network-stream-open-starttls): Make error
14838 message under Windows be less misleading.
14839
14840 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14841
14842 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14843 understands (bug#9942).
14844
14845 2012-03-22 Chong Yidong <cyd@gnu.org>
14846
14847 * simple.el (end-of-visible-line): Handle return value of
14848 next-single-property-change properly (Bug#9371).
14849
14850 2012-03-22 Kenichi Handa <handa@m17n.org>
14851
14852 * international/quail.el (quail-insert-kbd-layout): Fix previous
14853 change. To avoid unwanted bidi reordering, use
14854 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14855
14856 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14857
14858 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14859 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14860 (ruby-beginning-of-indent): Be more careful with the difference
14861 between word-boundary and symbol boundary.
14862 (ruby-mode-syntax-table): Make : a symbol constituent.
14863
14864 2012-03-21 Andreas Politz <politza@fh-trier.de>
14865
14866 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14867
14868 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14869
14870 * progmodes/etags.el (tags-completion-at-point-function):
14871 Improve last fix.
14872
14873 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14874
14875 2012-03-21 Sam Steingold <sds@gnu.org>
14876
14877 * progmodes/etags.el (tags-completion-at-point-function):
14878 Avoid the error when point is inside the pattern.
14879
14880 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14881
14882 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14883 line (Bug#10855).
14884
14885 2012-03-21 Drew Adams <drew.adams@oracle.com>
14886
14887 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14888
14889 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14890
14891 * ido.el (ido-set-current-directory, ido-read-internal)
14892 (ido-choose-completion-string, ido-completion-help): Handle nil
14893 value of ido-completion-buffer (Bug#11008).
14894
14895 2012-03-21 Sam Steingold <sds@gnu.org>
14896
14897 * window.el (switch-to-prev-buffer): Do not switch to a visible
14898 window previous buffer, just like with the frame previous buffers.
14899
14900 2012-03-21 Chong Yidong <cyd@gnu.org>
14901
14902 * faces.el (make-face, make-empty-face, copy-face):
14903 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14904 Doc fixes.
14905
14906 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14907
14908 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14909 (widget-complete): Remove broken use of it.
14910
14911 2012-03-20 Chong Yidong <cyd@gnu.org>
14912
14913 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14914 Use string-width and truncate-string-width to handle arbitrary
14915 characters.
14916
14917 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14918
14919 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14920 to draw rectangles, not squares. (Regression introduced by revno
14921 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14922
14923 2012-03-18 Chong Yidong <cyd@gnu.org>
14924
14925 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14926 it is not yet defined (for temacs).
14927
14928 2012-03-18 Leo Liu <sdl.web@gmail.com>
14929
14930 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14931 prefix.
14932
14933 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14934
14935 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14936 (ispell-choices-win-default-height, ispell-silently-savep)
14937 (ispell-dictionary-alist, ispell-encoding8-command)
14938 (ispell-check-version, ispell-aspell-find-dictionary)
14939 (ispell-valid-dictionary-list, ispell-words-keyword)
14940 (ispell-get-word, ispell-internal-change-dictionary)
14941 (ispell-region, ispell-skip-region-list)
14942 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14943 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14944 (ispell-message-text-end, ispell-message)
14945 (ispell-buffer-local-parsing): Doc fix.
14946
14947 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
14948
14949 * htmlfontify.el: Add support for code block fontification for ODT
14950 export (Bug #9914).
14951 (hfy-optimisations): Define new option
14952 `body-text-only'
14953 (hfy-fontify-buffer): Honor above setting.
14954 (hfy-begin-span, hfy-end-span): New routines factored out form
14955 `hfy-fontify-buffer'.
14956 (hfy-begin-span-handler, hfy-end-span-handler): New variables
14957 that permit insertion of custom tags.
14958 (hfy-fontify-buffer): Use above handlers.
14959 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14960 (hfy-face-to-css): Re-defined to be a variable.
14961 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
14962 over multiple runs. This is made possible by having the caller let
14963 bind a special variable `hfy-user-sheet-assoc'.
14964 (htmlfontify-string): New defun.
14965 (hfy-compile-face-map): Make sure that the last char in the
14966 buffer is correctly fontified.
14967 (hfy-face-resolve-face): Whitespace only change.
14968
14969 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14970
14971 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14972 message more clear.
14973
14974 2012-03-16 Leo Liu <sdl.web@gmail.com>
14975
14976 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14977
14978 2012-03-16 Alan Mackenzie <acm@muc.de>
14979
14980 Further optimize the handling of large macros.
14981
14982 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14983 limit to a call of `c-literal-limits'.
14984 (c-determine-+ve-limit): New function.
14985 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14986 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14987 In CASE 5B, restrict a search limit to 500.
14988 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14989
14990 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14991 Restrict macro bounds to +-500 from after-change's BEG END.
14992
14993 2012-03-16 Leo Liu <sdl.web@gmail.com>
14994
14995 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14996
14997 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
14998
14999 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15000 `special-mode' setting of `buffer-read-only'. (Bug#11010)
15001
15002 2012-03-16 Glenn Morris <rgm@gnu.org>
15003
15004 * view.el (view-buffer, view-buffer-other-window)
15005 (view-buffer-other-frame): Doc fixes re special mode-class.
15006
15007 * subr.el (eval-after-load): If named feature is provided not from
15008 a file, run after-load forms. (Bug#10946)
15009
15010 * calendar/calendar.el (calendar-insert-at-column):
15011 Handle non-unit-width characters a bit better. (Bug#10978)
15012
15013 2012-03-15 Chong Yidong <cyd@gnu.org>
15014
15015 * emacs-lisp/ring.el (ring-extend): New function.
15016 (ring-insert+extend): Extend the ring correctly (Bug#11019).
15017
15018 * comint.el (comint-read-input-ring)
15019 (comint-add-to-input-history): Grow comint-input-ring lazily.
15020
15021 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15022
15023 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15024 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15025
15026 * imenu.el: Fix multiple inheritance breakage (bug#9199).
15027 (imenu-add-to-menubar): Don't add a redundant index.
15028 (imenu-update-menubar): Handle a dynamically composed keymap.
15029
15030 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15031
15032 * mail/sendmail.el (mail-encode-header):
15033 Bind rfc2047-encode-encoded-words to nil.
15034
15035 2012-03-13 Glenn Morris <rgm@gnu.org>
15036
15037 * calendar/calendar.el (calendar-string-spread):
15038 Handle non-unit-width characters a bit better. (Bug#10978)
15039
15040 2012-03-13 Leo Liu <sdl.web@gmail.com>
15041
15042 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15043 directory and file as argument (Bug#10822).
15044
15045 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15046
15047 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15048 For dynamically generated code, follow $PC.
15049 (gdb-disassembly-handler-custom): Handle no function name case.
15050
15051 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
15052
15053 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15054 * emulation/ws-mode.el (ws-query-replace):
15055 * sort.el (sort-regexp-fields):
15056 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
15057
15058 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15059
15060 * dabbrev.el: Fix cycle completion order (bug#10963).
15061 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15062 (dabbrev-completion): Don't use an obarray; provide
15063 a cycle-sort-function.
15064
15065 2012-03-12 Leo Liu <sdl.web@gmail.com>
15066
15067 * simple.el (kill-new): Use equal-including-properties for comparison.
15068 (kill-do-not-save-duplicates): Doc fix.
15069
15070 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15071
15072 * dabbrev.el: Fix cycle completion (bug#10963).
15073 Use lexical binding and wrap to 80 columns.
15074 (dabbrev-completion): Delay computing the list of completions.
15075
15076 2012-03-12 Kenichi Handa <handa@m17n.org>
15077
15078 * international/quail.el (quail-insert-kbd-layout): Surround each
15079 row by LRO and PDF instead of inserting many LRMs. Pad the left
15080 and right of each non-spacing marks. Insert invisible space
15081 between lower and upper characters to prevent composition.
15082
15083 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15084
15085 * minibuffer.el (minibuffer-complete): Don't get confused when the
15086 function is run twice via different commands (bug#10958).
15087 (complete-with-action): Fix docstring.
15088
15089 2012-03-12 Chong Yidong <cyd@gnu.org>
15090
15091 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15092 (nxml-completion-at-point-function): New function.
15093 (nxml-mode): Use it.
15094 (nxml-bind-meta-tab-to-complete-flag): Default to t.
15095
15096 * emacs-lisp/package.el (package-unpack, package-unpack-single):
15097 Load generated autoloads file before byte compiling (Bug#10970).
15098 (package--make-autoloads-and-compile): New helper fun.
15099
15100 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
15101
15102 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15103
15104 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
15105
15106 * autorevert.el (auto-revert-handler): Ensure, that
15107 file-readable-p is applied only for local files or in
15108 auto-revert-tail-mode.
15109
15110 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
15111
15112 * server.el (server-eval-at): Handle non-tcp connections.
15113 Decode result string.
15114
15115 * server.el (server-msg-size): New constant.
15116 (server-reply-print): New function.
15117 (server-eval-and-print): Use it.
15118 (server-eval-at): Use server-quote-arg and server-unquote-arg.
15119 Handle -print-nonl.
15120
15121 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
15122
15123 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15124 (Bug#10987).
15125
15126 2012-03-11 Chong Yidong <cyd@gnu.org>
15127
15128 * simple.el (goto-line): Doc fix (Bug#9938).
15129
15130 * subr.el (save-window-excursion): Doc fix (Bug#9979).
15131
15132 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15133 when finished (Bug#10963).
15134
15135 2012-03-11 Martin Rudalics <rudalics@gmx.at>
15136
15137 * window.el (split-window-below): Fix bug in case where
15138 split-window-keep-point is nil (Bug#10971).
15139
15140 2012-03-11 Juri Linkov <juri@jurta.org>
15141
15142 * replace.el (replace-highlight): Set isearch-word to nil
15143 unconditionally. (Bug#10887)
15144
15145 2012-03-10 Eli Zaretskii <eliz@gnu.org>
15146
15147 * net/mairix.el (mairix-replace-invalid-chars): Rename from
15148 mairix-replace-illegal-chars; all callers changed. Don't remove
15149 ^, ~, and = characters: they are meaningful in mairix search specs.
15150 (mairix-widget-create-query): Add usage information about mairix
15151 search forms: negating words, searching for substrings, etc.
15152
15153 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
15154
15155 * international/fontset.el (font-encoding-alist): Add an entry for
15156 ksx1001 (Bug#5667).
15157
15158 2012-03-10 Richard Stallman <rms@gnu.org>
15159
15160 * mail/sendmail.el (mail-encode-header):
15161 Set rfc2047-encode-encoded-words.
15162
15163 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15164
15165 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15166 view buffer means not swapped.
15167 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15168 (rmail-write-region-annotate): Error if real text has disappeared.
15169
15170 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15171
15172 2012-03-10 Chong Yidong <cyd@gnu.org>
15173
15174 * emulation/cua-rect.el (cua--init-rectangles):
15175 * emulation/cua-base.el (cua--init-keymaps):
15176 Add delete-forward-char to remappings (Bug#9666).
15177
15178 2012-03-10 Martin Rudalics <rudalics@gmx.at>
15179
15180 * speedbar.el (speedbar-unhighlight-one-tag-line):
15181 Avoid unhighlighting due to frame switching (Bug#10275).
15182
15183 2012-03-10 Chong Yidong <cyd@gnu.org>
15184
15185 * minibuffer.el (completion-in-region, completion-help-at-point):
15186 Give the completion field overlay a high priority (Bug#6830).
15187
15188 * dired.el (dired-goto-file): Recognize absolute file name
15189 listings (Bug#7126).
15190 (dired-goto-file-1): New helper function.
15191 (dired-toggle-read-only): Inhibit warnings.
15192
15193 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
15194
15195 * net/dbus.el (dbus-property-handler): Return empty array if
15196 there are no properties.
15197
15198 2012-03-09 Leo Liu <sdl.web@gmail.com>
15199
15200 * savehist.el (savehist-printable): Stricter check for string
15201 value (Bug#10937).
15202
15203 2012-03-09 Eli Zaretskii <eliz@gnu.org>
15204
15205 * mail/smtpmail.el (smtpmail-send-it):
15206 Bind coding-system-for-write to *-unix, so that FCC files are kept in
15207 valid mbox format.
15208
15209 2012-03-09 Glenn Morris <rgm@gnu.org>
15210
15211 * files.el (dir-locals-find-file):
15212 Don't check result is regular, readable.
15213 (dir-locals-read-from-file): Demote errors.
15214
15215 2012-03-08 Eli Zaretskii <eliz@gnu.org>
15216
15217 * international/quail.el (quail-insert-kbd-layout):
15218 Insert invisible LRM characters before each character in a keyboard
15219 layout cell, to prevent their reordering by bidi display engine.
15220 For details, see the discussion in
15221 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15222
15223 2012-03-08 Alan Mackenzie <acm@muc.de>
15224
15225 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15226 the starting position; make it extend the marked region when
15227 invoked repeatedly - all under appropriate circumstances.
15228 Fixes bugs #5525, #10906.
15229
15230 2012-03-08 Glenn Morris <rgm@gnu.org>
15231
15232 * files.el (locate-dominating-file, dir-locals-find-file):
15233 Undo 2012-03-06 change.
15234
15235 2012-03-07 Eli Zaretskii <eliz@gnu.org>
15236
15237 * international/quail.el (quail-help):
15238 Force bidi-paragraph-direction be left-to-right. See discussion in
15239 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15240 for the reason.
15241
15242 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
15243
15244 Avoid superfluous registering of signals. (Bug#10807)
15245
15246 * notifications.el (notifications-on-action-object)
15247 (notifications-on-close-object): New defvars.
15248 (notifications-on-action-signal, notifications-on-closed-signal):
15249 Unregister the signal if not needed any longer.
15250 (notifications-notify): Register `notifications-action-signal' or
15251 `notifications-closed-signal', if :on-action or :on-close has been
15252 passed as argument.
15253
15254 2012-03-07 Chong Yidong <cyd@gnu.org>
15255
15256 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15257 non-X platforms.
15258
15259 2012-03-06 Glenn Morris <rgm@gnu.org>
15260
15261 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15262 (x-disown-selection-internal, x-get-selection-internal):
15263 Doc fix (add arglist signatures). (Bug#10783)
15264
15265 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15266
15267 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15268 Handle breakpoints with no "type".
15269
15270 2012-03-06 Glenn Morris <rgm@gnu.org>
15271
15272 * files.el (locate-dominating-file): Add optional predicate argument.
15273 (dir-locals-find-file): Make use of above change.
15274
15275 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15276
15277 * info.el (Info-insert-dir): Also try "dir.gz".
15278
15279 2012-03-06 Glenn Morris <rgm@gnu.org>
15280
15281 * files.el (dir-locals-find-file):
15282 Ignore non-readable or non-regular files. (Bug#10928)
15283
15284 * files.el (locate-dominating-file): Doc fix.
15285
15286 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15287
15288 * calendar/calendar.el (calendar-set-mode-line):
15289 `getenv' returns a string. (Bug#10951)
15290
15291 2012-03-05 Leo Liu <sdl.web@gmail.com>
15292
15293 * simple.el (backward-delete-char-untabify): Constrain point to
15294 field (Bug#10939).
15295
15296 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15297
15298 2012-03-05 Chong Yidong <cyd@gnu.org>
15299
15300 * simple.el (count-words): If called from Lisp, return the word
15301 count, for symmetry with `count-lines'. Arglist changed.
15302 (count-words--message): Args changed. Consolidate counting code
15303 from count-words and count-words-region.
15304 (count-words-region): Caller changed.
15305 (count-lines-region): Make it an obsolete alias.
15306
15307 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15308
15309 * saveplace.el (save-place-to-alist)
15310 (save-place-ignore-files-regexp): Allow value nil to disable this
15311 feature.
15312
15313 2012-03-04 Chong Yidong <cyd@gnu.org>
15314
15315 * faces.el (face-spec-reset-face): For the default face, reset the
15316 attributes to default values (Bug#10748).
15317
15318 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15319
15320 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15321 previous patch: Check `message-send-mail-function', and not the
15322 default function (bug#10897).
15323
15324 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
15325
15326 * notifications.el (notifications-on-action-signal)
15327 (notifications-on-closed-signal): Check for unique service name of
15328 incoming event. Fix error in removing entry.
15329 (top): Register for signals with wildcard service name.
15330 (notifications-notify): Use daemon unique service name for map entries.
15331
15332 2012-03-04 Chong Yidong <cyd@gnu.org>
15333
15334 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15335
15336 2012-03-04 Glenn Morris <rgm@gnu.org>
15337
15338 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15339 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15340 (expand-abbrev, define-abbrev-table): Doc fixes.
15341
15342 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15343
15344 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15345 `message-default-send-mail-function' and not `send-mail-function'
15346 when doing the prompting for `sendmail-query-once' before sending
15347 in Message buffers (bug#10897).
15348
15349 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15350 This is inconsistent with all the other stream functions, which leave
15351 the setting up to the higher levels (if so wanted) (bug#10931).
15352
15353 2012-03-02 Alan Mackenzie <acm@muc.de>
15354
15355 Depessimize the handling of very large macros.
15356
15357 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15358 (c-macro-cache-syntactic): New variables to implement a one
15359 element macro cache.
15360 (c-invalidate-macro-cache): New function.
15361 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15362 Adapt to use the new cache.
15363 (c-state-safe-place): Use better the cache of safe positions.
15364 (c-state-semi-nonlit-pos-cache)
15365 (c-state-semi-nonlit-pos-cache-limit):
15366 New variables for...
15367 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15368 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15369 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15370 Use c-state-semi-safe-place.
15371
15372 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15373 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15374
15375 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15376
15377 * jka-compr.el (jka-compr-call-process):
15378 Apply `file-accessible-directory-p' only when the default directory is
15379 not remote.
15380
15381 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15382
15383 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15384 access of FILE2, if FILE1 does not exist.
15385
15386 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15387 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15388
15389 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15390 Add "PAGER=" to `process-environment'.
15391
15392 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15393
15394 * progmodes/sql.el: Bug fix
15395 (sql-get-login-ext): Save login values in globals.
15396 (sql-get-login): Use new version of `sql-get-login-ext'.
15397 (sql-interactive-mode): Set global `sql-connection' to nil.
15398 (sql-connect): Set global values for connection.
15399 (sql-product-interactive): Save global values as buffer local.
15400
15401 2012-02-29 Leo Liu <sdl.web@gmail.com>
15402
15403 * abbrev.el (define-abbrevs): Reset sys to nil.
15404
15405 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15406
15407 * files.el (file-equal-p): Rename from `files-equal-p'.
15408 Return nil when one or both files don't exist.
15409 (file-subdir-of-p): Now only top directory must exists,
15410 return nil if it doesn't.
15411 (copy-directory): No need to test with `file-subdir-of-p' after
15412 creating dir.
15413 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15414 to `file-equal-p'.
15415
15416 2012-02-28 Glenn Morris <rgm@gnu.org>
15417
15418 * shell.el (shell-mode):
15419 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15420 * play/landmark.el (landmark-font-lock-face-O):
15421 * play/handwrite.el (handwrite):
15422 * play/gomoku.el (gomoku-O):
15423 * net/browse-url.el (browse-url-browser-display):
15424 * international/mule.el (define-charset):
15425 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15426 * filesets.el (filesets-find-file-delay):
15427 * eshell/em-xtra.el (eshell-xtra):
15428 * eshell/em-unix.el (eshell-grep):
15429 * emulation/viper.el (viper-mode):
15430 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15431 * emacs-lisp/easymenu.el (easy-menu-define):
15432 * calendar/timeclock.el (timeclock-use-display-time):
15433 * bs.el (bs-mode):
15434 * bookmark.el (bookmark-save-flag):
15435 Doc fix (standardize possessive apostrophe usage).
15436
15437 2012-02-27 Chong Yidong <cyd@gnu.org>
15438
15439 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15440 Fix key-binding lookup for ESC key (Bug#9146).
15441
15442 * font-lock.el (font-lock-specified-p): Rename from
15443 font-lock-spec-present. Callers changed.
15444
15445 2012-02-27 Daniel Hackney <dan@haxney.org>
15446
15447 * emacs-lisp/package.el (package-compute-transaction):
15448 Handle holding a package version to t in package-load-list.
15449
15450 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15451
15452 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15453 (tramp-get-inode, tramp-get-device): Use cached values.
15454
15455 2012-02-26 Alan Mackenzie <acm@muc.de>
15456
15457 Check there is a font-lock specification before doing initial
15458 fontification.
15459
15460 * font-core.el (font-lock-mode): Move the conditional from
15461 :after-hook to font-lock-initial-fontify.
15462 (font-lock-default-function): Move the check for a specification
15463 to font-lock-spec-present.
15464
15465 * font-lock.el (font-lock-initial-fontify): Call ...
15466 (font-lock-spec-present): New function.
15467
15468 2012-02-26 Jim Blandy <jimb@red-bean.com>
15469
15470 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15471 (gdb-send): Apply it to the operand of the '-interpreter-exec
15472 console' command, so that we can pass arguments with (say) quotes
15473 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15474
15475 2012-02-26 Chong Yidong <cyd@gnu.org>
15476
15477 * help-fns.el (describe-function-1): Clarify description of
15478 remapping (Bug#10844).
15479
15480 * files.el (files-equal-p): Doc fix.
15481 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15482 and quit the loop once a mismatch is found.
15483
15484 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15485
15486 * bs.el (bs--show-with-configuration): Don't throw an error
15487 if the window cannot be split; otherwise, subsequent calls to
15488 bs-show fail, restoring a stale window config. (Bug#10882)
15489
15490 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15491
15492 * term/ns-win.el (global-map): Bind ns-drag-file to
15493 ns-find-file (Bug#5855, Bug#10050).
15494
15495 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15496
15497 * calendar/parse-time.el (parse-time-string): Allow extractor to
15498 return nil.
15499
15500 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15501
15502 * net/tramp.el (tramp-file-name-for-operation):
15503 Add `files-equal-p' and `file-subdir-of-p'.
15504
15505 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15506 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15507 Add COPY-CONTENTS argument.
15508
15509 2012-02-25 Chong Yidong <cyd@gnu.org>
15510
15511 Add custom groups for VC backends, for consistency with vc-bzr.
15512
15513 * vc/vc-arch.el (vc-arch):
15514 * vc/vc-cvs.el (vc-cvs):
15515 * vc/vc-git.el (vc-git):
15516 * vc/vc-hg.el (vc-hg):
15517 * vc/vc-mtn.el (vc-mtn):
15518 * vc/vc-rcs.el (vc-rcs):
15519 * vc/vc-sccs.el (vc-sccs):
15520 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15521 All relevant defcustoms reassigned.
15522
15523 2012-02-25 Chong Yidong <cyd@gnu.org>
15524
15525 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15526
15527 * term/x-win.el (x-initialize-window-system): Reduce default for
15528 x-selection-timeout to 5 seconds (Bug#8869).
15529
15530 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15531
15532 * files.el (files-equal-p, file-subdir-of-p): New functions.
15533 (copy-directory): Error when trying to copy a directory on itself.
15534 Add missing copy-contents arg to tramp handler.
15535 * dired-aux.el (dired-copy-file-recursive): Same.
15536 (dired-create-files): Modify destination when source is equal to
15537 dest when copying files.
15538 Return also when dest is a subdir of source. (Bug#10489)
15539
15540 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15541
15542 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15543 (Bug#10874)
15544
15545 2012-02-23 Alan Mackenzie <acm@muc.de>
15546
15547 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15548 parameter "after-hook:" to allow the expansion to run code after
15549 the execution of the mode hooks.
15550
15551 * font-lock.el (font-lock-initial-fontify): New function extracted
15552 from font-lock-mode-internal.
15553
15554 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15555 :after-hook.
15556
15557 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15558
15559 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15560 (completion--cache-all-sorted-completions): New function.
15561 (completion-all-sorted-completions): Use it.
15562 (completion--do-completion, minibuffer-force-complete):
15563 Use it to re-instate the flush hook.
15564
15565 * icomplete.el (icomplete-completions): Replace last fix with a better
15566 one (bug#10850).
15567
15568 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15569
15570 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15571 when it might call us back infinitely (bug#10797).
15572
15573 2012-02-23 Glenn Morris <rgm@gnu.org>
15574
15575 * minibuffer.el (completion-category-overrides): Doc fix.
15576
15577 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15578
15579 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15580 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15581
15582 2012-02-23 Glenn Morris <rgm@gnu.org>
15583
15584 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15585 (authors-obsolete-files-regexps, authors-ignored-files)
15586 (authors-ambiguous-files, authors-renamed-files-alist):
15587 Add more entries.
15588
15589 2012-02-23 Juri Linkov <juri@jurta.org>
15590
15591 * isearch.el (isearch-occur): Sync interactive spec with occur's
15592 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15593
15594 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15595
15596 2012-02-22 Juri Linkov <juri@jurta.org>
15597
15598 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15599 (ucs-insert): Doc fix. Check for hex digits in the string.
15600 Don't display `nil' in the error message. (Bug#10857)
15601
15602 2012-02-22 Alan Mackenzie <acm@muc.de>
15603
15604 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15605
15606 2012-02-22 Glenn Morris <rgm@gnu.org>
15607
15608 * ffap.el (ffap-c-path):
15609 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15610
15611 2012-02-22 Chong Yidong <cyd@gnu.org>
15612
15613 * custom.el (load-theme): Doc fix.
15614
15615 2012-02-22 Glenn Morris <rgm@gnu.org>
15616
15617 * dired-x.el (dired-guess-shell-alist-default):
15618 Remove escape sequences from nroff output. (Bug#172)
15619
15620 2012-02-21 Glenn Morris <rgm@gnu.org>
15621
15622 * vc/emerge.el (emerge-defvar-local):
15623 Set `permanent-local' property rather than unused `preserved'.
15624
15625 * textmodes/picture.el (picture-delete-char): New alias.
15626 (picture-mode-map): Use it. (Bug#10860)
15627 (picture-mode): Doc fix.
15628
15629 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15630
15631 * newcomment.el (uncomment-region-default): Remove unused binding.
15632
15633 2012-02-21 Glenn Morris <rgm@gnu.org>
15634
15635 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15636 (picture-self-insert, picture-tab-chars): Doc fix.
15637 (picture-mode-map): Fix C-a, C-e.
15638
15639 2012-02-20 Glenn Morris <rgm@gnu.org>
15640
15641 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15642
15643 2012-02-20 Leo Liu <sdl.web@gmail.com>
15644
15645 * icomplete.el (icomplete-completions): Check FROM arg before
15646 passing to substring (Bug#10850).
15647
15648 2012-02-19 Chong Yidong <cyd@gnu.org>
15649
15650 * comint.el: Require ansi-color.
15651 (comint-output-filter-functions): Add ansi-color-process-output.
15652
15653 * ansi-color.el: Don't set comint-output-filter-functions; it is
15654 now in the initial value defined in comint.el.
15655 (ansi-color-apply-face-function): New variable.
15656 (ansi-color-apply-on-region): Use it.
15657 (ansi-color-apply-overlay-face): New function.
15658
15659 * shell.el (shell): No need to require ansi-color.
15660 (shell-mode): Use ansi-color-apply-face-function to highlight
15661 color escapes using font-lock-face property (Bug#10835).
15662
15663 2012-02-19 Chong Yidong <cyd@gnu.org>
15664
15665 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15666 mode-line formats (Bug#10839).
15667
15668 2012-02-18 Glenn Morris <rgm@gnu.org>
15669
15670 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15671
15672 * mail/undigest.el (unforward-rmail-message): Doc fix.
15673
15674 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15675
15676 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15677
15678 * international/characters.el (script-list): Sync with the latest
15679 Unicode Character Database.
15680
15681 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15682
15683 * international/titdic-cnv.el: Remove duplicate coding tag.
15684 * language/cham.el: Likewise.
15685 * language/tai-viet.el: Likewise.
15686
15687 2012-02-18 Glenn Morris <rgm@gnu.org>
15688
15689 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15690 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15691 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15692 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15693 * calendar/holidays.el (holiday-bahai-holidays)
15694 (calendar-holidays, list-holidays):
15695 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15696
15697 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15698
15699 * saveplace.el (save-place-ignore-files-regexp): New variable
15700 allowing for excluding files from saving their location of point.
15701 The default value matches the temporary commit message editing
15702 files from Git, SVN, Bazaar, and Mercurial.
15703 (save-place-to-alist): Use it.
15704
15705 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15706 Stefan Monnier <monnier@iro.umontreal.ca>
15707
15708 * newcomment.el (uncomment-region-default): Don't leave extra space
15709 when an arg is provided (bug#8150).
15710
15711 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15712
15713 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15714
15715 2012-02-17 Glenn Morris <rgm@gnu.org>
15716
15717 * net/socks.el: Require network-stream. (Bug#10599)
15718
15719 2012-02-17 Kenichi Handa <handa@m17n.org>
15720
15721 * international/charprop.el:
15722 * international/uni-name.el:
15723 * international/uni-old-name.el:
15724 * international/uni-comment.el: Regenerate.
15725
15726 2012-02-16 Glenn Morris <rgm@gnu.org>
15727
15728 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15729 Interactively in calendar buffer, give an error if not on a date.
15730
15731 2012-02-15 Glenn Morris <rgm@gnu.org>
15732
15733 * shell.el (shell-delimiter-argument-list):
15734 Revert 2011-02-17 change. (Bug#8027)
15735
15736 2012-02-15 Chong Yidong <cyd@gnu.org>
15737
15738 * minibuffer.el (completion-at-point-functions): Doc fix.
15739
15740 * custom.el (defcustom): Doc fix; note use of defvar.
15741
15742 2012-02-15 Glenn Morris <rgm@gnu.org>
15743
15744 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15745 Doc fixes.
15746
15747 2012-02-14 Glenn Morris <rgm@gnu.org>
15748
15749 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15750
15751 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15752
15753 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15754 way the ports list is computed.
15755 (smtpmail-query-smtp-server): Prompt the user for a port number if
15756 we can't connect to any of the standard ports (bug#10810).
15757
15758 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15759
15760 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15761
15762 2012-02-13 Glenn Morris <rgm@gnu.org>
15763
15764 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15765
15766 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15767
15768 * net/gnutls.el (gnutls-trustfiles): New variable.
15769 (gnutls-negotiate): Use it.
15770
15771 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15772
15773 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15774 does its stuff if Gnus is running.
15775
15776 2012-02-13 Alan Mackenzie <acm@muc.de>
15777
15778 Fix a loop in c-set-fl-decl-start.
15779
15780 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15781 c-backward-syntactic-ws actually moves backwards.
15782
15783 2012-02-13 Leo Liu <sdl.web@gmail.com>
15784
15785 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15786 beginning so that all \C-o chars are removed.
15787
15788 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15789
15790 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15791
15792 2012-02-12 Alan Mackenzie <acm@muc.de>
15793
15794 Fix infinite loop with long macros.
15795 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15796
15797 2012-02-12 Chong Yidong <cyd@gnu.org>
15798
15799 * window.el (display-buffer): Doc fix (Bug#10785).
15800
15801 2012-02-12 Glenn Morris <rgm@gnu.org>
15802
15803 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15804 (x-disown-selection-internal, x-get-selection-internal):
15805 Sync docs with the xselect.c versions.
15806
15807 * allout-widgets.el: Add missing license notice.
15808
15809 2012-02-11 Glenn Morris <rgm@gnu.org>
15810
15811 * select.el (x-get-selection-internal, x-own-selection-internal)
15812 (x-disown-selection-internal):
15813 * x-dnd.el (x-get-selection-internal): Update declarations.
15814
15815 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15816
15817 * window.el (window-sides-slots):
15818 * tool-bar.el (tool-bar-position):
15819 * term/xterm.el (xterm-extra-capabilities):
15820 * ses.el (ses-self-reference-early-detection):
15821 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15822 (verilog-auto-wire-type)
15823 (verilog-auto-delete-trailing-whitespace)
15824 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15825 (verilog-auto-tieoff-declaration):
15826 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15827 (sql-oracle-statement-starters, sql-oracle-scan-on):
15828 * progmodes/prolog.el (prolog-align-comments-flag)
15829 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15830 (prolog-left-indent-regexp, prolog-paren-indent-p)
15831 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15832 (prolog-types, prolog-mode-specificators)
15833 (prolog-determinism-specificators, prolog-directives)
15834 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15835 (prolog-electric-dot-flag)
15836 (prolog-electric-dot-full-predicate-template)
15837 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15838 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15839 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15840 (prolog-program-switches, prolog-prompt-regexp)
15841 (prolog-debug-on-string, prolog-debug-off-string)
15842 (prolog-trace-on-string, prolog-trace-off-string)
15843 (prolog-zip-on-string, prolog-zip-off-string)
15844 (prolog-use-standard-consult-compile-method-flag)
15845 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15846 (prolog-imenu-max-lines, prolog-info-predicate-index)
15847 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15848 (prolog-char-quote-workaround):
15849 * progmodes/cc-vars.el (c-defun-tactic):
15850 * net/tramp.el (tramp-encoding-command-interactive)
15851 (tramp-local-end-of-line):
15852 * net/soap-client.el (soap-client):
15853 * net/netrc.el (netrc-file):
15854 * net/gnutls.el (gnutls):
15855 * minibuffer.el (completion-category-overrides)
15856 (completion-cycle-threshold)
15857 (completion-pcm-complete-word-inserts-delimiters):
15858 * man.el (Man-name-local-regexp):
15859 * mail/feedmail.el (feedmail-display-full-frame):
15860 * international/characters.el (glyphless-char-display-control):
15861 * eshell/em-ls.el (eshell-ls-date-format):
15862 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15863 (lisp-lambda-list-keyword-parameter-indentation)
15864 (lisp-lambda-list-keyword-parameter-alignment):
15865 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15866 * dired-x.el (dired-omit-verbose):
15867 * cus-theme.el (custom-theme-allow-multiple-selections):
15868 * calc/calc.el (calc-highlight-selections-with-faces)
15869 (calc-lu-field-reference, calc-lu-power-reference)
15870 (calc-note-threshold):
15871 * battery.el (battery-mode-line-limit):
15872 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15873 (archive-7z-update):
15874 * allout.el (allout-prefixed-keybindings)
15875 (allout-unprefixed-keybindings)
15876 (allout-inhibit-auto-fill-on-headline)
15877 (allout-flattened-numbering-abbreviation):
15878 * allout-widgets.el (allout-widgets-auto-activation)
15879 (allout-widgets-icons-dark-subdir)
15880 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15881 (allout-widgets-theme-dark-background)
15882 (allout-widgets-theme-light-background)
15883 (allout-widgets-item-image-properties-emacs)
15884 (allout-widgets-item-image-properties-xemacs)
15885 (allout-widgets-run-unit-tests-on-load)
15886 (allout-widgets-time-decoration-activity)
15887 (allout-widgets-hook-error-post-time)
15888 (allout-widgets-track-decoration):
15889 Add missing :version tags to new defcustoms and defgroups.
15890
15891 * progmodes/sql.el (sql-ansi-statement-starters)
15892 (sql-oracle-statement-starters): Add custom type.
15893
15894 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15895 (prolog-system-version): Give it a type.
15896
15897 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15898
15899 * term/pc-win.el (x-select-text, x-selection-owner-p)
15900 (x-own-selection-internal, x-disown-selection-internal)
15901 (x-get-selection-internal): Sync doc strings and argument lists
15902 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15903
15904 2012-02-11 Leo Liu <sdl.web@gmail.com>
15905
15906 * progmodes/python.el (python-end-of-statement): Fix infinite
15907 loop. (Bug#10788)
15908
15909 2012-02-10 Glenn Morris <rgm@gnu.org>
15910
15911 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15912 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15913
15914 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15915
15916 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15917 about SMTP before checking the From header.
15918
15919 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15920 into own function for reuse by emacsbug.el.
15921
15922 2012-02-10 Leo Liu <sdl.web@gmail.com>
15923
15924 * subr.el (condition-case-unless-debug): Rename from
15925 condition-case-no-debug. All callers changed.
15926 (with-demoted-errors): Fix caller.
15927
15928 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15929 * nxml/rng-valid.el (rng-do-some-validation):
15930 * emacs-lisp/package.el (package-refresh-contents)
15931 (package-menu-execute):
15932 * desktop.el (desktop-create-buffer):
15933 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15934
15935 2012-02-10 Glenn Morris <rgm@gnu.org>
15936
15937 * textmodes/bibtex.el:
15938 Add missing :version tags for new/changed defcustoms.
15939
15940 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15941
15942 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15943
15944 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15945 (smtpmail-via-smtp): Use it, or fall back on the From address.
15946 (smtpmail-send-it): Ditto.
15947
15948 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
15949
15950 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15951 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
15952 (byte-compile-tmp-var): New const.
15953 (byte-compile-defvar): Use it to minimize .elc size.
15954 Just use `defvar' rather than simulate it (bug#10761).
15955
15956 2012-02-09 Glenn Morris <rgm@gnu.org>
15957
15958 * files.el (rename-uniquely): Doc fix. (Bug#3806)
15959
15960 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15961 Add :version tags.
15962
15963 * progmodes/compile.el (compilation-error-screen-columns)
15964 (compilation-first-column, compilation-filter-start): Doc fixes.
15965
15966 * vc/log-view.el (log-view-toggle-entry-display):
15967 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15968
15969 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15970 (report-emacs-bug-can-use-xdg-email):
15971 (report-emacs-bug-insert-to-mailer): Doc fixes.
15972 (report-emacs-bug): Message fix.
15973
15974 * net/browse-url.el (browse-url-can-use-xdg-open)
15975 (browse-url-xdg-open): Doc fixes.
15976
15977 * electric.el (electric-indent-mode, electric-pair-mode)
15978 (electric-layout-rules, electric-layout-mode): Doc fixes.
15979 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15980
15981 2012-02-08 Martin Rudalics <rudalics@gmx.at>
15982
15983 * server.el (server-unselect-display): Don't inadvertently kill
15984 the current buffer. (Bug#10729)
15985
15986 2012-02-08 Glenn Morris <rgm@gnu.org>
15987
15988 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15989 (sql-list-table): Doc fixes.
15990
15991 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15992 Comment out (does nothing).
15993
15994 * completion.el (dynamic-completion-mode):
15995 * dirtrack.el (dirtrack-debug-mode):
15996 * electric.el (electric-layout-mode):
15997 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15998 * face-remap.el (text-scale-mode, buffer-face-mode):
15999 * iimage.el (iimage-mode):
16000 * image-mode.el (image-transform-mode):
16001 * minibuffer.el (completion-in-region-mode):
16002 * scroll-lock.el (scroll-lock-mode):
16003 * simple.el (next-error-follow-minor-mode):
16004 * tar-mode.el (tar-subfile-mode):
16005 * tooltip.el (tooltip-mode):
16006 * vcursor.el (vcursor-use-vcursor-map):
16007 * wid-browse.el (widget-minor-mode):
16008 * emulation/tpu-edt.el (tpu-edt-mode):
16009 * emulation/tpu-extras.el (tpu-cursor-free-mode):
16010 * international/iso-ascii.el (iso-ascii-mode):
16011 * language/thai-util.el (thai-word-mode):
16012 * mail/supercite.el (sc-minor-mode):
16013 * net/goto-addr.el (goto-address-mode):
16014 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16015 * progmodes/cwarn.el (cwarn-mode):
16016 * progmodes/flymake.el (flymake-mode):
16017 * progmodes/glasses.el (glasses-mode):
16018 * progmodes/hideshow.el (hs-minor-mode):
16019 * progmodes/pascal.el (pascal-outline-mode):
16020 * textmodes/enriched.el (enriched-mode):
16021 * vc/smerge-mode.el (smerge-mode):
16022 Doc fixes (minor mode argument).
16023
16024 2012-02-07 Eli Zaretskii <eliz@gnu.org>
16025
16026 * ls-lisp.el (ls-lisp-sanitize): New function.
16027 (ls-lisp-insert-directory): Use it to fix or remove any elements
16028 in file-alist with missing attributes. (Bug#4673)
16029
16030 2012-02-07 Alan Mackenzie <acm@muc.de>
16031
16032 Fix spurious recognition of c-in-knr-argdecl.
16033
16034 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16035 putative K&R region.
16036
16037 2012-02-07 Alan Mackenzie <acm@muc.de>
16038
16039 * progmodes/cc-engine.el (c-forward-objc-directive):
16040 Prevent looping in "#pragma mark @implementation".
16041
16042 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
16043
16044 * notifications.el (notifications-on-closed-signal): Make `reason'
16045 optional. (Bug#10744)
16046
16047 2012-02-07 Glenn Morris <rgm@gnu.org>
16048
16049 * emacs-lisp/easy-mmode.el (define-minor-mode):
16050 Doc fixes for the macro and the mode it defines.
16051
16052 * image.el (imagemagick-types-inhibit): Doc fix.
16053
16054 * cus-start.el (imagemagick-render-type): Add it.
16055
16056 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16057
16058 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16059 Set the default at load time, too, so that `font-lock-fontify-buffer'
16060 can be called without setting up the entire mode first. This fixes
16061 a bug in `mm-inline-text' with C MIME parts.
16062
16063 2012-02-06 Chong Yidong <cyd@gnu.org>
16064
16065 * simple.el (list-processes--refresh): Delete exited processes
16066 (Bug#8094).
16067
16068 * comint.el (comint-next-prompt): next-single-char-property-change
16069 and prev-single-char-property-change never return nil (Bug#8657).
16070
16071 * custom.el (defcustom): Doc fix (Bug#9711).
16072
16073 2012-02-05 Chong Yidong <cyd@gnu.org>
16074
16075 * cus-edit.el (custom-variable-reset-backup): Quote the value
16076 before storing it in the customized-value property (Bug#6712).
16077 (custom-display): Add a customization type tag.
16078 (custom-buffer-create-internal): Improve tooltip message.
16079
16080 * wid-edit.el (widget-field-value-get): New optional arg to
16081 suppress trailing whitespace truncation.
16082 (character): Use it (Bug#2689).
16083
16084 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
16085
16086 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16087 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16088
16089 2012-02-05 Chong Yidong <cyd@gnu.org>
16090
16091 * cus-edit.el (custom-variable-value-create): For mismatched
16092 types, show the current value (Bug#7600).
16093
16094 * custom.el (defcustom): Doc fix.
16095
16096 2012-02-05 Glenn Morris <rgm@gnu.org>
16097
16098 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16099
16100 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
16101
16102 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16103 (pp-buffer): Use `ignore-errors', `looking-at-p'.
16104 (pp-last-sexp): Use `looking-at-p'.
16105
16106 2012-02-04 Glenn Morris <rgm@gnu.org>
16107
16108 * files.el (revert-buffer):
16109 Doc fix (mention revert-buffer-in-progress-p).
16110
16111 * emacs-lisp/ert-x.el (ert-simulate-command):
16112 Check deferred-action-list (which is obsolete) is bound.
16113
16114 * subr.el (with-wrapper-hook): Doc fixes.
16115
16116 * simple.el (filter-buffer-substring-functions)
16117 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16118
16119 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
16120
16121 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16122 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
16123
16124 2012-02-04 Leo Liu <sdl.web@gmail.com>
16125
16126 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16127
16128 2012-02-04 Glenn Morris <rgm@gnu.org>
16129
16130 * image.el (image-extension-data): Add obsolete alias.
16131
16132 * isearch.el (isearch-update): Doc fix.
16133
16134 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16135
16136 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16137
16138 2012-02-03 Glenn Morris <rgm@gnu.org>
16139
16140 * image.el (image-animated-p): Doc fix. Use image-animated-types.
16141 (image-animate-timeout): Doc fix.
16142
16143 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16144
16145 2012-02-02 Glenn Morris <rgm@gnu.org>
16146
16147 * server.el (server-auth-dir): Doc fix.
16148 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
16149
16150 * subr.el (run-mode-hooks): Doc fix.
16151
16152 2012-02-02 Juri Linkov <juri@jurta.org>
16153
16154 * image-mode.el (image-toggle-display-image): Remove tautological
16155 `major-mode' from the `derived-mode-p' test.
16156
16157 2012-02-02 Kenichi Handa <handa@m17n.org>
16158
16159 * composite.el (compose-region): Cancel previous change.
16160
16161 2012-02-02 Kenichi Handa <handa@m17n.org>
16162
16163 * composite.el (compose-region, compose-string): Signal error for
16164 a null string component (Bug#6988).
16165
16166 2012-02-01 Chong Yidong <cyd@gnu.org>
16167
16168 * view.el (view-buffer-other-window, view-buffer-other-frame):
16169 Handle special modes like view-buffer (Bug#10650).
16170 (view-buffer): Simplify.
16171
16172 * frame.el (set-frame-font): Tweak meaning of third argument.
16173
16174 * dynamic-setting.el (font-setting-change-default-font):
16175 Use set-frame-font (Bug#9982).
16176
16177 2012-02-01 Glenn Morris <rgm@gnu.org>
16178
16179 * progmodes/compile.el (compilation-internal-error-properties):
16180 Respect compilation-first-column in the "*compilation*" buffer.
16181
16182 * emacs-lisp/easy-mmode.el (define-minor-mode):
16183 Relax :variable's test for a named function.
16184
16185 2012-01-31 Alan Mackenzie <acm@muc.de>
16186
16187 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16188 off by one error.
16189
16190 2012-01-31 Chong Yidong <cyd@gnu.org>
16191
16192 * frame.el (set-frame-font): New arg ALL-FRAMES.
16193
16194 * menu-bar.el (menu-set-font): Use set-frame-font.
16195
16196 * faces.el (face-spec-reset-face): Don't apply unspecified
16197 attribute values to the default face.
16198
16199 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
16200
16201 * progmodes/cwarn.el (cwarn): Remove dead link.
16202 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16203 Remove * from defcustom docstrings.
16204 (turn-on-cwarn-mode): Make obsolete.
16205 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16206 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16207
16208 2012-01-31 Glenn Morris <rgm@gnu.org>
16209
16210 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16211 Fix :variable handling of mode a symbol not equal to modefun.
16212 Allow named functions to be used as the cdr of :variable.
16213
16214 2012-01-30 Glenn Morris <rgm@gnu.org>
16215
16216 * emacs-lisp/authors.el (authors-fixed-entries):
16217 Remove reference to deleted file rnewspost.el.
16218
16219 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
16220
16221 * window.el (window-with-parameter): Remove unused variable `windows'.
16222 (window--side-check): Remove unused variable `code'.
16223 (window--resize-siblings): Remove unused variable `first'.
16224 (adjust-window-trailing-edge): Remove unused variable `failed'.
16225 (window-deletable-p, window--delete): Remove unused variable `buffer'.
16226 Use `let', not `let*'.
16227 (balance-windows-2): Remove unused variable `found'.
16228 (window--state-put-2): Remove unused variable `splits'.
16229 (window-state-put): Remove unused variable `selected'.
16230 (same-window-p): Use `string-match-p'.
16231 (display-buffer-assq-regexp): Remove unused variable `value'.
16232 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16233 Mark argument ALIST as ignored.
16234 (pop-to-buffer): Remove unused variable `old-window'.
16235
16236 2012-01-29 Eli Zaretskii <eliz@gnu.org>
16237
16238 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16239 and .lzma compressed files.
16240
16241 2012-01-29 Chong Yidong <cyd@gnu.org>
16242
16243 * frame.el (window-system-default-frame-alist): Doc fix.
16244
16245 * dynamic-setting.el (font-setting-change-default-font): Don't
16246 change the default face if SET-FONT argument is non-nil (Bug#9982).
16247
16248 2012-01-29 Samuel Bronson <naesten@gmail.com>
16249
16250 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16251
16252 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
16253
16254 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16255 breakpoints in files outside current directory (Bug#6098).
16256
16257 2012-01-29 Chong Yidong <cyd@gnu.org>
16258
16259 * progmodes/python.el: Require ansi-color at top-level.
16260
16261 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16262 Define and use in Emacs Lisp mode (Bug#9360).
16263 (lisp-mode-abbrev-table): Add doc.
16264 (lisp-mode-variables): Don't set local-abbrev-table.
16265 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16266
16267 2012-01-28 Roland Winkler <winkler@gnu.org>
16268
16269 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16270
16271 2012-01-28 Roland Winkler <winkler@gnu.org>
16272
16273 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16274 (bibtex-set-dialect): Use it. Either set global values of
16275 dialect-dependent variables or bind these variables buffer-locally
16276 (Bug#10254).
16277 (bibtex-mode): Call bibtex-set-dialect via
16278 hack-local-variables-hook.
16279 (bibtex-dialect): Update docstring.
16280 Add safe-local-variable predicate.
16281 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16282 bibtex-set-dialect.
16283 (bibtex-mode-map): Define menu for each dialect.
16284 (bibtex-entry): Fix docstring.
16285
16286 2012-01-28 Chong Yidong <cyd@gnu.org>
16287
16288 * eshell/esh-arg.el (eshell-quote-argument): New function.
16289
16290 * eshell/esh-ext.el (eshell-invoke-batch-file):
16291 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16292 first arg to eshell-parse-command (Bug#10523).
16293
16294 2012-01-28 Drew Adams <drew.adams@oracle.com>
16295
16296 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16297 `default-directory' is non-nil.
16298
16299 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16300
16301 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16302 line that displays system-configuration-options. (Bug#9924)
16303
16304 2012-01-28 Drew Adams <drew.adams@oracle.com>
16305
16306 * descr-text.el (describe-char): Show information about POS, in
16307 addition to information about the character at POS. Improve and
16308 update the doc string. Change "code point" to "code point in
16309 charset", to avoid confusion with the character's Unicode code
16310 point shown above that. (Bug#10129)
16311
16312 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16313
16314 * descr-text.el (describe-char): Show the raw character, not only
16315 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16316 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16317 for the reasons.
16318
16319 2012-01-28 Phil Hagelberg <phil@hagelb.org>
16320
16321 * emacs-lisp/package.el (package-install):
16322 Run package-refresh-contents if there is no archive yet (Bug#9798).
16323
16324 2012-01-28 Chong Yidong <cyd@gnu.org>
16325
16326 * emacs-lisp/package.el (package-maybe-load-descriptor):
16327 New function, split from package-maybe-load-descriptor.
16328 (package-maybe-load-descriptor): Use it.
16329 (package-download-transaction): Fully load required packages
16330 inside the loop, so that `require' calls work (Bug#10593).
16331 (package-install): No need to call package-initialize now.
16332
16333 2012-01-28 Chong Yidong <cyd@gnu.org>
16334
16335 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16336
16337 * tooltip.el (tooltip-mode): Doc fix.
16338 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16339
16340 * frame.el (set-cursor-color): Doc fix (Bug#352).
16341
16342 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16343 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16344
16345 * cus-edit.el (custom-buffer-create-internal): Fix search button
16346 action (Bug#10542).
16347 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16348
16349 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16350
16351 * dired.el (dired-mark-files-regexp):
16352 Include any subdirectory components. (Bug#10445)
16353
16354 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16355
16356 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16357 Handle [host]:port syntax. (Bug#10533)
16358
16359 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16360
16361 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16362
16363 2012-01-26 Glenn Morris <rgm@gnu.org>
16364
16365 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16366 * term.el (term-raw-escape-map): Use Control-X-prefix.
16367 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16368
16369 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16370
16371 * window.el (window-state-get, window--state-get-1): Don't deal
16372 with fixed-sizeness of windows. Simplify code.
16373
16374 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16375
16376 * window.el (window--state-get-1, window--state-put-2):
16377 Don't save and restore the mark.
16378
16379 2012-01-25 Chong Yidong <cyd@gnu.org>
16380
16381 * custom.el (custom-variable-p): Doc fix.
16382
16383 2012-01-25 Glenn Morris <rgm@gnu.org>
16384
16385 * dired.el (dired-goto-file): Handle some of the more common
16386 characters that `ls -b' escapes. (Bug#10596)
16387
16388 * progmodes/compile.el (compilation-next-error-function):
16389 Respect compilation-first-column in the "*compilation*" buffer.
16390 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16391
16392 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16393
16394 2012-01-24 Glenn Morris <rgm@gnu.org>
16395
16396 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16397
16398 2012-01-24 Julien Danjou <julien@danjou.info>
16399
16400 * color.el (color-rgb-to-hsl): Fix value computing.
16401 (color-hue-to-rgb): New function.
16402 (color-hsl-to-rgb): New function.
16403 (color-clamp, color-saturate-hsl, color-saturate-name)
16404 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16405 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16406
16407 2012-01-24 Glenn Morris <rgm@gnu.org>
16408
16409 * vc/vc-rcs.el (vc-rcs-create-tag):
16410 * vc/vc-sccs.el (vc-sccs-create-tag):
16411 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16412
16413 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16414
16415 * eshell/esh-util.el (eshell-read-hosts-file):
16416 Skip comment lines. (Bug#10549)
16417
16418 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16419
16420 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16421
16422 * subr.el (display-delayed-warnings): Doc fix.
16423 (collapse-delayed-warnings): New function to collapse identical
16424 adjacent warnings.
16425 (delayed-warnings-hook): Add it.
16426
16427 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16428
16429 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16430
16431 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16432 (tramp-default-user-alist): Don't add "pscp".
16433 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16434 property "login-as", if set. (Bug#10530)
16435
16436 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16437
16438 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16439 "plink1" and "psftp". (Bug#10530)
16440
16441 2012-01-21 Kenichi Handa <handa@m17n.org>
16442
16443 * international/mule-cmds.el (prefer-coding-system): Show a
16444 warning message if the default value of file-name-coding-system
16445 was not changed.
16446
16447 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16448
16449 * windmove.el (windmove-reference-loc):
16450 Fix windmove-reference-loc miscalculation.
16451
16452 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16453
16454 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16455 default unit.
16456
16457 2012-01-21 Glenn Morris <rgm@gnu.org>
16458
16459 * international/mule.el (auto-coding-alist): Add .tbz.
16460
16461 * files.el (local-enable-local-variables): Doc fix.
16462 (inhibit-local-variables-regexps): Rename from
16463 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16464 Doc fix. Add some extensions from auto-coding-alist.
16465 (inhibit-local-variables-suffixes):
16466 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16467 (inhibit-local-variables-p):
16468 New function, extracted from set-auto-mode-1.
16469 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16470 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16471 (hack-local-variables): Doc fix. Make the mode-only case
16472 respect enable-local-variables and friends.
16473 Respect inhibit-local-variables-regexps for file-locals, but
16474 not for directory-locals.
16475 (set-visited-file-name):
16476 Take account of inhibit-local-variables-regexps.
16477 Whether it applies may change as the file name is changed.
16478 * jka-cmpr-hook.el (jka-compr-install):
16479 * jka-compr.el (jka-compr-uninstall):
16480 Update for inhibit-first-line-modes-suffixes name change.
16481
16482 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16483
16484 * help-macro.el (make-help-screen): Temporarily restore original
16485 binding for minor-mode-map-alist (Bug#10454).
16486
16487 2012-01-19 Julien Danjou <julien@danjou.info>
16488
16489 * color.el (color-name-to-rgb): Use the white color to find the max
16490 color component value and return correctly computed values.
16491 (color-name-to-rgb): Add missing float conversion for max value.
16492
16493 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16494
16495 * window.el (window--state-get-1, window-state-get): Do not use
16496 special state value for window-persistent-parameters.
16497 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16498 (window--state-put-2): Reset all window parameters to nil before
16499 assigning values of persistent parameters.
16500
16501 2012-01-18 Alan Mackenzie <acm@muc.de>
16502
16503 Eliminate sluggishness and hangs in fontification of "semicolon
16504 deserts".
16505
16506 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16507 Change value 10000 -> 3000.
16508 (c-state-safe-place): Reformulate so it doesn't stack up an
16509 infinite number of wrong entries in c-state-nonlit-pos-cache.
16510 (c-determine-limit-get-base, c-determine-limit): New functions to
16511 determine backward search limits disregarding literals.
16512 (c-find-decl-spots): Amend commenting.
16513 (c-cheap-inside-bracelist-p): New function which detects "={".
16514
16515 * progmodes/cc-fonts.el
16516 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16517 backward search.
16518 (c-font-lock-declarations): Fix an occurrence of point being
16519 undefined. Check additionally for point being in a bracelist or
16520 near a macro invocation without a semicolon so as to avoid a
16521 fruitless time consuming search for a declarator. Give a more
16522 precise search limit for declarators using the new
16523 c-determine-limit.
16524
16525 2012-01-18 Glenn Morris <rgm@gnu.org>
16526
16527 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16528 (set-auto-mode): Doc fixes.
16529
16530 2012-01-17 Glenn Morris <rgm@gnu.org>
16531
16532 * isearch.el (search-nonincremental-instead): Fix doc typo.
16533
16534 * dired.el (dired-insert-directory): Handle newlines in directory name.
16535 (dired-build-subdir-alist): Unescape newlines in directory name.
16536
16537 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16538
16539 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16540 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16541 (tramp-action-terminal): Use it. (Bug#10530)
16542
16543 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16544
16545 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16546
16547 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16548
16549 * window.el (window-state-ignored-parameters): Remove variable.
16550 (window--state-get-1): Rename argument MARKERS to IGNORE.
16551 Handle persistent window parameters. Make copy of clone-of
16552 parameter only if requested. (Bug#10348)
16553 (window--state-put-2): Install a window parameter only if it has
16554 a non-nil value or an existing parameter shall be overwritten.
16555
16556 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16557
16558 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16559
16560 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16561
16562 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16563 don't pass the (nil) value of `upnode' to string-match.
16564
16565 2012-01-14 Chong Yidong <cyd@gnu.org>
16566
16567 * startup.el (command-line): Fix X resource class for cursorColor.
16568 Fix values recognized by the cursorBlink resource.
16569
16570 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16571
16572 * epg.el (epg--make-temp-file): Avoid permission race condition
16573 when running on old Emacs versions (bug#10403).
16574
16575 2012-01-14 Glenn Morris <rgm@gnu.org>
16576
16577 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16578
16579 2012-01-13 Alan Mackenzie <acm@muc.de>
16580
16581 Fix filling for when filladapt mode is enabled.
16582
16583 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16584 c-mask-paragraph, pass in `fill-paragraph' rather than
16585 `fill-region-as-paragraph'. (This is a reversion of a previous
16586 change.)
16587 * progmodes/cc-mode.el (c-basic-common-init):
16588 Make fill-paragraph-handle-comment buffer local and set it to nil.
16589
16590 2012-01-13 Glenn Morris <rgm@gnu.org>
16591
16592 * dired.el (dired-switches-escape-p): New function.
16593 (dired-insert-directory): Use dired-switches-escape-p.
16594 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16595
16596 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16597
16598 2012-01-12 Glenn Morris <rgm@gnu.org>
16599
16600 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16601 changes in adaptive-fill-regexp. (Bug#10276)
16602
16603 2012-01-11 Alan Mackenzie <acm@muc.de>
16604
16605 Fix Emacs bug #10463 - put `widen's around the critical spots.
16606
16607 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16608 widen around each invocation of c-state-pp-to-literal. Remove an
16609 unused let variable.
16610
16611 2012-01-11 Glenn Morris <rgm@gnu.org>
16612
16613 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16614 Doc fix.
16615
16616 2012-01-10 Chong Yidong <cyd@gnu.org>
16617
16618 * net/network-stream.el (network-stream-open-starttls):
16619 Avoid emitting a confusing error message when the server gives a bad
16620 response to the capability command.
16621
16622 2012-01-10 Glenn Morris <rgm@gnu.org>
16623
16624 * mail/unrmail.el (unrmail): Tweak previous change.
16625
16626 2012-01-09 Chong Yidong <cyd@gnu.org>
16627
16628 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16629
16630 2012-01-08 Alan Mackenzie <acm@muc.de>
16631
16632 Optimize font locking in long enum definitions.
16633
16634 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16635 arm to a cond form to handle enums.
16636 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16637 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16638
16639 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16640
16641 * files.el (move-file-to-trash): Preserve default file modes on error.
16642 (Bug#10401)
16643
16644 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16645
16646 * faces.el (set-face-attribute): Clarify the meaning of the nil
16647 frame (bug#10294).
16648
16649 * subr.el (with-selected-frame): Mention that the selected frame
16650 is restored (bug#9980).
16651
16652 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16653 (bug#9759).
16654
16655 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16656 (password-read): Don't autoload unused function.
16657
16658 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16659
16660 * progmodes/which-func.el (which-func-mode): Turn into a
16661 non-interactive function and mark as obsolete (bug#10428).
16662
16663 2012-01-06 Chong Yidong <cyd@gnu.org>
16664
16665 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16666 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16667 functions, along with 1 and -1.
16668
16669 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16670
16671 * time.el (display-time-load-average)
16672 (display-time-default-load-average): Doc fixes. See the thread
16673 starting at
16674 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16675 for the details.
16676
16677 2012-01-06 Glenn Morris <rgm@gnu.org>
16678
16679 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16680 has no messages. (Bug#10377)
16681
16682 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16683 than Info-edit. (Bug#10385)
16684
16685 * time.el (display-time-load-average, display-time-next-load-average):
16686 Doc fixes.
16687
16688 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16689 local setting of buffer-read-only to the input buffer. (Bug#10419)
16690
16691 * calendar/calendar.el (calendar-mode):
16692 Locally set scroll-margin to 0. (Bug#10379)
16693
16694 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16695
16696 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16697
16698 2012-01-05 Glenn Morris <rgm@gnu.org>
16699
16700 * eshell/em-unix.el (diff-no-select): Autoload it.
16701 (eshell/diff): Use diff-no-select. (Bug#10420)
16702
16703 2012-01-05 Chong Yidong <cyd@gnu.org>
16704
16705 * shell.el (shell-dynamic-complete-functions): Revert last change.
16706 (shell-command-completion-function): New function.
16707 (shell-completion-vars): Use it to implement
16708 shell-completion-execonly (Bug#10417).
16709
16710 * custom.el (enable-theme): Don't set custom-safe-themes.
16711
16712 * cus-theme.el (custom-theme-merge-theme):
16713 Ignore custom-enabled-themes and custom-safe-themes.
16714
16715 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16716
16717 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16718 first prompt in `sql-interacive-mode'.
16719 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16720 keywords.
16721 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16722 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16723 context of original buffer. Invoke `sql-login-hook'.
16724
16725 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16726
16727 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16728 letters in cite-prefix.
16729
16730 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16731
16732 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16733
16734 2012-01-03 Chong Yidong <cyd@gnu.org>
16735
16736 * shell.el (shell-dynamic-complete-functions):
16737 Put pcomplete-completions-at-point, so as to try
16738 comint-filename-completion first (Bug#10417).
16739
16740 2012-01-02 Richard Stallman <rms@gnu.org>
16741
16742 * battery.el (battery-status-function):
16743 Detect when to use battery-yeeloong-sysfs.
16744 (battery-echo-area-format): Add string for Yeeloong.
16745 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16746 (battery-yeeloong-sysfs): New function.
16747
16748 2012-01-02 Chong Yidong <cyd@gnu.org>
16749
16750 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16751 (dirtrack): Merge code for handling relative filenames in prompt
16752 from shell-dir-cookie-watcher.
16753 (dirtrack-debug-message): New arg to avoid excess format calls.
16754
16755 * shell.el (shell-dir-cookie-re): Variable deleted.
16756 (shell-dir-cookie-watcher): Function deleted.
16757 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16758 with dirtrack-mode.
16759
16760 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16761
16762 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16763 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16764 libgnutls-26.dll.
16765
16766 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16767
16768 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16769
16770 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16771
16772 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16773 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16774
16775 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16776
16777 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16778 also for alternative shells.
16779 (tramp-open-connection-setup-interactive-shell): Check, whether
16780 the shell is a busybox.
16781 (tramp-send-command): Don't suppress multiple prompts for
16782 busyboxes, it hurts.
16783
16784 2011-12-28 Chong Yidong <cyd@gnu.org>
16785
16786 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16787 (gdb-get-source-file): Move mode line update to
16788 gdb-get-source-file (Bug#10087).
16789
16790 2011-12-25 Chong Yidong <cyd@gnu.org>
16791
16792 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16793 gud-gdb-marker-filter without taking it as an argument.
16794 (gud-gdb-run-command-fetch-lines): Caller changed.
16795 (gud-gdb-completion-function): New variable.
16796 (gud-gdb-completion-at-point): Use it.
16797 (gud-gdb-completions-1): Split from gud-gdb-completions.
16798
16799 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16800 function as separate arguments.
16801 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16802 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16803 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16804 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16805 (gdb-stopped, def-gdb-auto-update-trigger)
16806 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16807 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16808 Callers changed.
16809 (gud-gdbmi-completions): New function.
16810 (gdb): Use it for generating the completion table.
16811
16812 2011-12-24 Alan Mackenzie <acm@muc.de>
16813
16814 Introduce a mechanism to widen the region used in context font
16815 locking. Use this to protect declarations from losing their contexts.
16816
16817 * progmodes/cc-langs.el (c-before-font-lock-functions):
16818 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16819 (c-before-context-fontification-functions): New defvar, a list of
16820 functions to be run just before context (etc.) font locking.
16821
16822 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16823 New, functionality extracted from
16824 c-neutralize-syntax-in-and-mark-CPP.
16825 (c-in-after-change-fontification): New variable.
16826 (c-after-change): Set c-in-after-change-fontification.
16827 (c-set-fl-decl-start): Rejig its interface, so it can be called
16828 from both after-change and context fontifying.
16829 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16830 New functions.
16831 (c-standard-font-lock-fontify-region-function): New variable.
16832 (c-font-lock-fontify-region): New function.
16833
16834 2011-12-24 Juri Linkov <juri@jurta.org>
16835
16836 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16837 (Bug#10348)
16838
16839 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16840
16841 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16842 existence of source file. (Bug#10325)
16843
16844 2011-12-23 Alan Mackenzie <acm@muc.de>
16845
16846 Fix unstable fontification inside templates.
16847
16848 * progmodes/cc-langs.el (c-before-font-lock-functions):
16849 Newly created from the singular version. The (c c++ objc) entry now
16850 additionally has c-set-fl-decl-start. The other languages (apart
16851 from AWK) have that as a single entry.
16852
16853 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16854 The functionality for "local" declarations has been extracted to
16855 c-set-fl-decl-start.
16856
16857 * progmodes/cc-mode.el (c-common-init, c-after-change):
16858 Changes due to pluralisation of c-before-font-lock-functions.
16859 (c-set-fl-decl-start): New function, extracted from
16860 c-font-lock-enclosing-decls and enhanced.
16861
16862 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16863
16864 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16865
16866 2011-12-22 Juri Linkov <juri@jurta.org>
16867
16868 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16869
16870 2011-12-22 Chong Yidong <cyd@gnu.org>
16871
16872 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16873
16874 2011-12-21 Drew Adams <drew.adams@oracle.com>
16875
16876 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16877
16878 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16879
16880 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16881
16882 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16883
16884 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16885 highlighting and support. Fix up comments for capitalization.
16886 (cfengine-mode-debug): New var.
16887 (cfengine3-mode): Change the modeline indicator to "CFE3".
16888 (cfengine3-font-lock-keywords): Improve defun highlighting.
16889 (cfengine2-actions): Rename from `cfengine-actions'.
16890 (cfengine2-font-lock-keywords): Rename from
16891 `cfengine-font-lock-keywords'.
16892 (cfengine2-imenu-expression): Rename from
16893 `cfengine-imenu-expression'.
16894 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16895 (cfengine2-beginning-of-defun): Rename from
16896 `cfengine-beginning-of-defun'.
16897 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16898 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16899 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16900 modeline indicator to "CFE2".
16901 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16902 (cfengine-mode-abbrevs): Mark obsolete.
16903
16904 2011-12-21 Chong Yidong <cyd@gnu.org>
16905
16906 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16907 filename argument.
16908
16909 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16910
16911 * window.el (window-normalize-buffer-to-display): Remove.
16912 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16913
16914 2011-12-19 Chong Yidong <cyd@gnu.org>
16915
16916 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16917 Don't signal an error in a predicate function; return non-nil.
16918 (vc-dir-mark-file): Move the error here.
16919 (vc-dir-mark-unmark): If acting on the region, keep going if one
16920 of the entries cannot be marked/unmarked.
16921 (vc-dir-mark-all-files): If current entry is a directory, mark
16922 only child files, as documented.
16923
16924 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
16925
16926 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16927 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16928 addition.
16929
16930 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16931
16932 * term/ns-win.el (ns-get-selection-internal)
16933 (ns-store-selection-internal): Declare.
16934 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16935 Declare as obsolete.
16936 (ns-get-pasteboard, ns-paste-secondary):
16937 Use ns-get-selection-internal.
16938 (ns-set-pasteboard, ns-copy-including-secondary):
16939 Use ns-store-selection-internal.
16940
16941 2011-12-17 Chong Yidong <cyd@gnu.org>
16942
16943 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16944 (vc-deduce-fileset): Doc fix.
16945
16946 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
16947
16948 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16949
16950 2011-12-13 Sam Steingold <sds@gnu.org>
16951
16952 * man.el (Man-getpage-in-background): When running under a
16953 window-system, ignore $MANWIDTH and $COLUMNS.
16954
16955 2011-12-15 Kenichi Handa <handa@m17n.org>
16956
16957 * language/ethio-util.el: Change coding tag to utf-8-emacs.
16958 (setup-ethiopic-environment-internal): Comment out key-binding for
16959 ethio-toggle-punctuation.
16960
16961 2011-12-13 Alan Mackenzie <acm@muc.de>
16962
16963 Add the switch statement to AWK Mode.
16964
16965 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16966 "default" to the keywords regexp.
16967
16968 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16969 expression as the rest.
16970 (c-nonlabel-token-key): Allow string literals for AWK.
16971 Refactor for the other modes.
16972
16973 Large brace-block initialisation makes CC Mode slow: Fix.
16974 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16975 routines. Limit backward searching in c-font-lock-enclosing.decl.
16976
16977 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16978 pp-state and literal type in addition to the limits.
16979 (c-state-safe-place): New defun, extracted from c-state-literal-at.
16980 (c-state-literal-at): Use the above new defun.
16981 (c-slow-in-literal, c-fast-in-literal): Remove.
16982 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16983
16984 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16985 being in a literal. Add a limit for backward searching.
16986
16987 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16988 c-slow-in-literal.
16989
16990 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16993
16994 2011-12-13 Martin Rudalics <rudalics@gmx.at>
16995
16996 * window.el (delete-other-windows): Use correct frame in call to
16997 window-with-parameter.
16998
16999 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
17000
17001 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17002 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17003 (makefile-gmake-statements, makefile-makepp-statements):
17004 Use it and add new makepp keywords.
17005 (makefile-makepp-font-lock-keywords): Add new patterns.
17006 (makefile-match-function-end): Match new [...] and [[...]].
17007
17008 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
17009
17010 * ses.el (ses-call-printer-return, ses-cell-property-get)
17011 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17012 (ses-create-cell-variable, ses-reset-header-string)
17013 (ses-cell-set-formula, ses-repair-cell-reference-all)
17014 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17015 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17016 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17017 (ses-aset-with-undo, ses-load, ses-truncate-cell)
17018 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17019 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17020 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17021 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17022 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17023 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17024 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17025 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17026
17027 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
17028
17029 * ses.el: The overall change is to add cell renaming, that is
17030 setting fancy names for cell symbols other than name matching
17031 "\\`[A-Z]+[0-9]+\\'" regexp .
17032 (ses-create-cell-variable): New defun.
17033 (ses-relocate-formula): Relocate formulas only for cells the
17034 symbols of which are not renamed, i.e. symbols whose names do not
17035 match regexp "\\`[A-Z]+[0-9]+\\'".
17036 (ses-relocate-all): Relocate values only for cells the symbols of
17037 which are not renamed.
17038 (ses-load): Create cells variables as the (ses-cell ...) are read,
17039 in order to check row col consistency with cell symbol name only
17040 for cells that are not renamed.
17041 (ses-replace-name-in-formula): New defun.
17042 (ses-rename-cell): New defun.
17043
17044 2011-12-11 Chong Yidong <cyd@gnu.org>
17045
17046 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17047 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17048
17049 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
17050
17051 * window.el (other-window): Fix docstring.
17052
17053 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17054
17055 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17056 `from' or `to' address before taking its substring.
17057 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17058 encoded name is chopped in the middle of the encoded string, and
17059 thus displayed encoded.
17060
17061 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
17062
17063 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17064
17065 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17066
17067 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
17068 to use texinfo-update-node and commands that call it if the
17069 Texinfo file uses @node lines without next/prev/up pointers.
17070 Correct outdated description about texinfo-master-menu.
17071 (texinfo-all-menus-update, texinfo-master-menu)
17072 (texinfo-update-node, texinfo-every-node-update)
17073 (texinfo-multiple-files-update): Doc fix. Warn against updating
17074 all the @node lines.
17075 (texinfo-master-menu): Only call texinfo-update-node if the prefix
17076 argument is numeric. Explain better in the doc string what the
17077 function really does.
17078 (texinfo-insert-master-menu-list): Improve the error message
17079 displayed if there's no menu in the Top node.
17080 (Bug#2975) See also this thread:
17081 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17082
17083 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
17084
17085 * speedbar.el (speedbar-supported-extension-expressions):
17086 Add .adb and .ads, commonly used for Ada source code (bug#10256).
17087
17088 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
17089
17090 * printing.el (pr-mode-alist):
17091 * simple.el (filter-buffer-substring-functions)
17092 (completion-list-insert-choice-function):
17093 * window.el (window-with-parameter, window-atom-root)
17094 (window-sides-slots, window-size-fixed, window-min-delta)
17095 (window-max-delta, window--resize-mini-window)
17096 (window--resize-child-windows-normal, window-tree)
17097 (delete-other-windows, quit-window, split-window)
17098 (display-buffer-record-window, special-display-buffer-names)
17099 (special-display-regexps, special-display-popup-frame)
17100 (same-window-p, split-window-sensibly)
17101 (display-buffer-overriding-action, display-buffer-alist)
17102 (display-buffer-base-action, display-buffer, switch-to-buffer)
17103 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17104 (fit-window-to-buffer, recenter-positions)
17105 (mouse-autoselect-window-state, mouse-autoselect-window-select):
17106 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17107 and remove unneeded backslashes in docstrings.
17108
17109 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17112
17113 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17114 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17115 end in ".mk".
17116 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17117 when reading the makefile (bug#10116).
17118
17119 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17120
17121 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17122 (bug#10116).
17123
17124 2011-12-06 Glenn Morris <rgm@gnu.org>
17125
17126 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17127
17128 2011-12-06 Chong Yidong <cyd@gnu.org>
17129
17130 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17131
17132 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
17133
17134 * textmodes/table.el (table-shorten-cell): Fix typo.
17135
17136 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
17137
17138 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17139
17140 2011-12-05 Eli Zaretskii <eliz@gnu.org>
17141
17142 * descr-text.el (describe-char): Fix display of strong
17143 right-to-left characters and directional embeddings and overrides.
17144
17145 * simple.el (what-cursor-position): Fix display of codepoints of
17146 strong right-to-left characters.
17147
17148 2011-12-05 Chong Yidong <cyd@gnu.org>
17149
17150 * faces.el (read-color): Doc fix.
17151
17152 2011-12-05 Glenn Morris <rgm@gnu.org>
17153
17154 * align.el (align--set-marker): Add doc-string.
17155 Don't try to move something that is not a marker. (Bug#10216)
17156
17157 2011-12-04 Glenn Morris <rgm@gnu.org>
17158
17159 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17160 overly zealous deletion of trailing whitespace.
17161
17162 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
17163
17164 * server.el (server-delete-client): On Windows, do not try to delete
17165 the only terminal.
17166 (server-process-filter): On Windows, treat requests for a tty frame as
17167 if they were for a GUI frame if the running server is in GUI mode.
17168
17169 2011-12-03 Glenn Morris <rgm@gnu.org>
17170
17171 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
17172
17173 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
17174
17175 * electric.el: Streamline electric-indent's hook.
17176 (electric-indent-chars): Revert to simple list.
17177 (electric-indent-functions): New var.
17178 (electric-indent-post-self-insert-function): Use it.
17179
17180 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17181 there's no inferior buffer (bug#10196).
17182 (prolog-consult-compile): Don't use toggle-read-only.
17183
17184 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
17185
17186 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17187 interrupt. (Bug#10187)
17188
17189 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17190
17191 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17192 (bug#9160).
17193
17194 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17195 (bug#10191).
17196
17197 2011-12-02 Juri Linkov <juri@jurta.org>
17198
17199 * info.el (Info-search): Display "end of manual" when Isearch
17200 reaches the end of single-file Info manual. (Bug#9918)
17201
17202 2011-12-02 Eli Zaretskii <eliz@gnu.org>
17203
17204 * isearch.el (isearch-message-prefix): Run the input method part
17205 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
17206
17207 2011-12-02 Juri Linkov <juri@jurta.org>
17208
17209 * isearch.el (isearch-occur): Use `word-search-regexp' for
17210 `isearch-word'.
17211 (isearch-search-and-update): Add condition for `isearch-word' and
17212 call `word-search-regexp'. (Bug#10145)
17213
17214 2011-12-01 Glenn Morris <rgm@gnu.org>
17215
17216 * eshell/em-hist.el (eshell-hist-initialize):
17217 Handle eshell-history-size nil and HISTSIZE set or unset.
17218 (eshell-history-file-name, eshell-history-size): Fix custom type.
17219
17220 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17221
17222 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17223
17224 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
17225
17226 * progmodes/verilog-mode.el (verilog-pretty-expr):
17227 Rework verilog-pretty-expr to handle new assignment operators in system
17228 verilog, such as += *= and the like.
17229 (verilog-assignment-operator-re): Regular expression to find the
17230 assigment operator in a verilog assignment.
17231 (verilog-assignment-operation-re): Regular expression to find an
17232 assignment statement for pretty-expr.
17233 (verilog-in-attribute-p): Query returns true if point is in an
17234 attribute context; used to skip these for expression line up from
17235 pretty-expr.
17236 (verilog-in-parameter-p): Query returns true if point is in an
17237 parameter definition context; used to skip these for expression
17238 line up from pretty-expr.
17239 (verilog-in-parenthesis-p): Query returns true if point is in a
17240 parenthetical expression, specifically ( ) but not [ ] or { };
17241 used by pretty-expr.
17242 (verilog-just-one-space): If there is no space, don't add one.
17243 (verilog-get-lineup-indent-2): Specifically skip just attribute
17244 contexts for expression lineup, rather than skipping all
17245 parenthetical expressions.
17246 (verilog-calculate-indent): Fix comment, and fix indent.
17247 (verilog-do-indent): Indent declarations in lists (suggested by
17248 Joachim Lechner).
17249 (verilog-mode-abbrev-table): Populate abbrev mode with the various
17250 skeleton items.
17251 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17252 by Alain Mellan).
17253
17254 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
17255
17256 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17257 parameters with embedded comments. Reported by Ray Stevens.
17258 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17259 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17260 Reported by Tim Holt.
17261 (verilog-auto): Fix AUTOing a upper module then AUTOing module
17262 instantiated by upper module causing wrong expansion until AUTOed a
17263 second time. Reported by K C Buckenmaier.
17264 (verilog-diff-auto): Fix showing .* as a difference when
17265 `verilog-auto-star-save' off. Reported by Dan Dever.
17266 (verilog-auto-reset, verilog-read-always-signals)
17267 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17268 temporary signals in reset list if
17269 verilog-auto-reset-blocking-in-non is nil, and match assignment
17270 style to each signal's assignment type, bug381.
17271 Reported by Thomas Esposito.
17272 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17273 (verilog-uvm-statement-re): Support UVM indentation and
17274 highlighting, with old OVM keywords only.
17275 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17276 Support AUTOTIEOFF creating non-wire data types.
17277 Suggested by Jonathan Greenlaw.
17278 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17279 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17280 (verilog-inject-sense, verilog-read-inst-pins)
17281 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17282 Fix mismatching parenthesis inside commented out code when deleting
17283 AUTOINST, bug383. Reported by Jonathan Greenlaw.
17284 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17285 non-numeric vector width. Reported by Alex Reed.
17286 (verilog-auto-ascii-enum): Add "onehot" option to work around not
17287 detecting signals with parameter widths. Reported by Alex Reed.
17288 (verilog-auto-delete-trailing-whitespace):
17289 With `verilog-auto-delete-trailing-whitespace' remove trailing
17290 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17291 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17292 Fix verilog-scan-cache corruption when running user AUTO expansion
17293 hooks that call indentation routines.
17294 (verilog-simplify-range-expression): Fix typo ignoring lower case
17295 identifiers.
17296 (verilog-delete-auto): Fix delete-autos to also remove user created
17297 automatics, as long as they start with AUTO.
17298 (verilog-batch-diff-auto, verilog-diff-auto)
17299 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17300 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17301 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17302 (verilog-in-paren-quick, verilog-re-search-backward-quick)
17303 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17304 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17305 is disabled and its cache will get corrupt, causing AUTOS not to
17306 expand. Instead use only -quick functions.
17307 (verilog-scan-region): Fix scanning over escaped quotes.
17308 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17309 (verilog-re-search-backward-quick)
17310 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17311 related functions now ignore strings, to fix misparsing of strings
17312 with magic comments embedded in them.
17313 (verilog-read-auto-template):
17314 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17315 Reported by Brad Dobbie.
17316 (verilog-read-auto-template):
17317 Fix 'verilog-auto-inst-template-numbers' with comments.
17318 Reported by Brad Dobbie.
17319 (verilog-auto-inst, verilog-auto-inst-param)
17320 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17321 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17322 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17323 debugging templates without merge conflicts, bug357.
17324 Reported by Brad Dobbie.
17325 (verilog-read-auto-template):
17326 Fix verilog-auto-inst-template-numbers with multiple templates.
17327 Reported by Brad Dobbie.
17328 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17329 abbrevs so user won't be asked to save.
17330 (verilog-read-auto-lisp-present): Fix to start at beginning of
17331 buffer in case called outside of verilog-auto.
17332 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17333 to "X-2". Reported by Matthew Myers.
17334 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17335 all inputs from module templates. Reported by Leith Johnson.
17336 (verilog-module-inside-filename-p): Fix locating programs as with
17337 modules.
17338 (verilog-auto-inst-port): Fix vl-width expressions when using
17339 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17340 (verilog-decls-get-regs, verilog-decls-get-signals,
17341 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17342 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17343 verilog-read-decls): Combine reg and wire structures into one var
17344 structure to represent SystemVerilog concepts.
17345 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17346 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17347 (verilog-auto-wire-type, verilog-insert-definition):
17348 Add verilog-auto-wire-type and AUTOLOGIC to support using
17349 SystemVerilog "logic" keyword instead of "wire"/"reg".
17350 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17351 to declares outputs that also have assignments (presumably in an
17352 ifdef or generate if so there's not a driver conflict).
17353 Reported by Matthew Myers.
17354 (verilog-auto-declare-nettype, verilog-insert-definition):
17355 Add verilog-auto-declare-nettype to fix declarations using
17356 `default_nettype none. Reported by Julian Gorfajn.
17357 (verilog-read-always-signals-recurse, verilog-read-decls)
17358 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17359 malformed end statement, bug325. Reported by Joshua Wise and
17360 Andrew Drake.
17361 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17362 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17363 when expanding .* in interfaces, bug320.
17364 Reported by Pierre-David Pfister.
17365 (verilog-read-module-name): Fix import statements between module
17366 name and open parenthesis, bug317.
17367 Reported by Pierre-David Pfister.
17368 (verilog-simplify-range-expression): Fix simplification of
17369 multiplications inside AUTOWIRE connections, bug303.
17370 (verilog-auto-inst-port): Support parameter expansion in
17371 multidimensional arrays.
17372 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17373 after "assert property". Reported by Julian Gorfajn.
17374 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17375 with multiplication, bug303.
17376 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17377 Reported by Jan Frode Lonnum.
17378
17379 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17380
17381 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17382 (hfy-shell-file-name, hfy-shell):
17383 * international/fontset.el (x-decompose-font-name): Fix typos.
17384
17385 2011-11-29 Ken Brown <kbrown@cornell.edu>
17386
17387 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17388 (gdb-version): Remove defvar.
17389 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17390 (gdb-gud-context-command, gdb-non-stop-handler)
17391 (gdb-current-context-command, gdb-stopped): Use it.
17392 (gdb-init-1): Enable pretty printing here.
17393 (gdb-non-stop-handler): Don't enable pretty-printing here.
17394 Check to see if the target supports non-stop mode; if not, turn off
17395 non-stop mode. Use the following.
17396 (gdb-check-target-async): New defun.
17397 (gud-watch, gdb-stopped): Fix whitespace.
17398 (gdb-get-source-file): Don't try to display the source file if
17399 `gdb-main-file' is nil.
17400
17401 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17402
17403 * align.el: Try to generate fewer markers (bug#10047).
17404 (align--set-marker): New macro.
17405 (align-region): Use it.
17406
17407 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17408
17409 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17410
17411 2011-11-29 Chong Yidong <cyd@gnu.org>
17412
17413 * indent.el (indent-for-tab-command, indent-according-to-mode):
17414 Doc fix.
17415 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17416
17417 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17418
17419 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17420 aware of remote file names. (Bug#10124)
17421
17422 2011-11-29 Chong Yidong <cyd@gnu.org>
17423
17424 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17425
17426 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17427
17428 * files.el (find-file): Don't use force-same-window (bug#10144).
17429 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17430 use pop-to-buffer if the selected window can't be used.
17431 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17432
17433 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17434
17435 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17436 special-mode-map.
17437
17438 2011-11-28 Chong Yidong <cyd@gnu.org>
17439
17440 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17441
17442 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17443
17444 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17445 gdb-get-source-file-list on gdb-create-source-file-list.
17446
17447 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17448
17449 * whitespace.el (whitespace-newline): Use a different foreground
17450 color for 16-color light-background displays.
17451
17452 2011-11-24 Chong Yidong <cyd@gnu.org>
17453
17454 * window.el (display-buffer--special-action): Doc fix.
17455
17456 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17457
17458 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17459 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17460 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17461 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17462 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17463 (avl-tree-stack-first):
17464 * emacs-lisp/cconv.el (cconv--analyse-use):
17465 * net/gnutls.el (gnutls-negotiate): Fix typos.
17466
17467 2011-11-24 Glenn Morris <rgm@gnu.org>
17468
17469 * lpr.el (lpr-windows-system, lpr-lp-system):
17470 * mail/binhex.el (binhex-begin-line):
17471 * progmodes/grep.el (grep-history, grep-find-history):
17472 * textmodes/flyspell.el:
17473 * vc/pcvs-defs.el (cvs-global-menu):
17474 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17475 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17476 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17477
17478 * net/tls.el: Fix case of "GnuTLS".
17479
17480 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17481
17482 * version.el (emacs-build-system): Give it a doc-string.
17483
17484 2011-11-24 Juri Linkov <juri@jurta.org>
17485
17486 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17487
17488 2011-11-24 Glenn Morris <rgm@gnu.org>
17489
17490 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17491 if called on a non-mime message just toggle the headers. (Bug#8006)
17492
17493 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17494
17495 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17496 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17497 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17498 (allout-rebullet-heading, allout-open-sibtopic)
17499 (allout-toggle-current-subtree-encryption)
17500 (allout-toggle-subtree-encryption, allout-encrypt-string)
17501 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17502 (allout-distinctive-bullets-string, allout-auto-activation):
17503 * window.el (window-normalize-buffer-to-display):
17504 * progmodes/verilog-mode.el (verilog-batch-indent):
17505 * textmodes/bibtex.el (bibtex-field-braces-opt)
17506 (bibtex-field-strings-opt):
17507 * vc/cvs-status.el (cvs-tree-merge):
17508 Fix typos.
17509
17510 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17511
17512 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17513 `non-essential' to t, in order to avoid remote connections.
17514
17515 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17516
17517 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17518 On MS-DOS and MS-Windows, compare with loaddefs.el
17519 case-insensitively.
17520
17521 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17522
17523 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17524
17525 2011-11-23 Glenn Morris <rgm@gnu.org>
17526
17527 * paths.el (rmail-file-name): Reformat the doc-string so that it
17528 is picked up.
17529
17530 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17531 (rmail-auto-file): Ignore case in the "special" field names,
17532 as mail-fetch-field does for all others.
17533
17534 * mail/rmail.el (rmail-forward):
17535 * mail/rmailkwd.el (rmail-set-label):
17536 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17537 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17538
17539 * mail/rmail.el (rmail-current-message): Doc fix.
17540
17541 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17542
17543 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17544
17545 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17546
17547 2011-11-22 Glenn Morris <rgm@gnu.org>
17548
17549 * mail/rmailmm.el (test-rmail-mime-handler)
17550 (test-rmail-mime-bulk-handler)
17551 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17552
17553 2011-11-21 Juri Linkov <juri@jurta.org>
17554
17555 * calc/calc.el (calc-read-key-sequence):
17556 Let-bind `input-method-function' to nil. (Bug#10018)
17557
17558 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17559
17560 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17561 Tell the caller that the next line needs recomputation, even
17562 though it doesn't start a sexp (bug#10094).
17563
17564 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17565
17566 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17567
17568 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17569
17570 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17571 Use force-same-window.
17572
17573 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17574
17575 * descr-text.el (describe-char-unicode-data):
17576 * json.el (json-string-escape):
17577 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17578 (Footnote-unicode, Footnote-style-p):
17579 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17580
17581 2011-11-20 Chong Yidong <cyd@gnu.org>
17582
17583 * window.el (replace-buffer-in-windows): Restore interactive spec.
17584
17585 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17586
17587 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17588
17589 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17590 (byte-compile-global-not-obsolete-vars): New var.
17591 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17592 Use it.
17593 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17594
17595 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17596
17597 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17598 * progmodes/pascal.el (electric-pascal-equal):
17599 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17600 * xml.el (xml-substitute-special): Fix typos.
17601
17602 2011-11-20 Glenn Morris <rgm@gnu.org>
17603
17604 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17605 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17606 Doc fixes.
17607 (rmail-decode-mime-charset): Mark as obsolete.
17608
17609 * mail/rmailsum.el (rmail-message-regexp-p-1):
17610 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17611 Before using mime functions, check they are set. (Bug#10077)
17612
17613 2011-11-19 Juri Linkov <juri@jurta.org>
17614
17615 * info.el (Info-finder-find-node): Use `package--builtins' instead
17616 of `package-alist'. Use node names formed by the pattern "Keyword "
17617 and the keyword name.
17618
17619 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17620
17621 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17622
17623 2011-11-19 Juri Linkov <juri@jurta.org>
17624
17625 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17626 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17627 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17628 `old-history', `old-history-forward'. Add let-binding
17629 `window-selected'. Remove calls to `kill-buffer',
17630 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17631 before calling `Info-find-node', so `Info-find-node-2' will reread
17632 the Info file. Restore window positions only when `window-selected'
17633 is non-nil.
17634
17635 2011-11-19 Juri Linkov <juri@jurta.org>
17636
17637 * isearch.el (isearch-lazy-highlight-new-loop):
17638 Remove condition `(not isearch-error)'. (Bug#9918)
17639
17640 * misearch.el (multi-isearch-search-fun): Add condition
17641 `(not bound)' to ignore lazy-highlighting search.
17642 Add the search-failed message "end of multi" when the end of
17643 multi-sequence is reached. Uncapitalize the search-failed
17644 message "Repeat for next buffer".
17645
17646 * info.el (Info-search): Add the search-failed message
17647 "end of the manual" when the end of the manual is reached
17648 in Isearch mode.
17649
17650 2011-11-19 Juri Linkov <juri@jurta.org>
17651
17652 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17653 Use non-destructive `remove' instead of `delete' because
17654 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17655 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17656
17657 2011-11-19 Juri Linkov <juri@jurta.org>
17658
17659 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17660 to nil instead of binding `search-ring' and `regexp-search-ring'.
17661 (Bug#9185)
17662
17663 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17664
17665 * simple.el (line-move): Force movement by logical lines for any
17666 hscrolled window, not only when auto-hscroll-mode is on.
17667 (line-move-visual): Update doc string to that effect. (Bug#10076)
17668
17669 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17670
17671 * language/european.el (macintosh): Define as alias for mac-roman.
17672
17673 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17674
17675 * mail/rmailmm.el (rmail-mime-display-header)
17676 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17677 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17678 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17679 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17680 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17681 of a raw aref.
17682 (rmail-mime-entity-segment): To get past the tagline, move forward
17683 2 more lines, to account for the 2 empty lines that precede and
17684 follow the line with the buttons.
17685 (rmail-mime-update-tagline): Move one more line, to get past the
17686 empty line that follows the buttons in the tagline. (Bug#9520)
17687
17688 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17689
17690 * window.el (window-max-delta-1, window-min-delta-1)
17691 (window-min-size-1, window-state-get-1, window-state-put-1)
17692 (window-state-put-2): Use "window--" prefix.
17693
17694 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17695
17696 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17697 (smie-warning-count): New var.
17698 (smie-set-prec2tab): Use it.
17699 (smie-bnf->prec2): Improve warnings. Add docstring.
17700 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17701 (smie-bnf--set-class): New function.
17702 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17703 corner case.
17704
17705 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17706 (compilation-error-properties, compilation-move-to-column):
17707 Handle compilation-first-column while in the target buffer.
17708
17709 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17710 Don't hardcode point-min==1.
17711
17712 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17713 (eshell-rewrite-for-command): Remove workaround.
17714 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17715 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17716 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17717
17718 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17719
17720 2011-11-17 Glenn Morris <rgm@gnu.org>
17721
17722 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17723 Ignore buffer-local generated-autoload-file if it is the same
17724 as the global value. (Bug#10049)
17725
17726 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17727
17728 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17729 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17730 (reftex-toc-previous-heading, reftex-toc-max-level)
17731 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17732 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17733 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17734 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17735 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17736 (reftex-toc-rename-label, reftex-toc-visit-location)
17737 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17738 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17739 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17740 leaving "*toc*" only for references to the buffer.
17741
17742 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17743
17744 * window.el (window-resize, delete-window, split-window):
17745 Replace window-splits by window-combination-resize.
17746 * cus-start.el (window-splits): Replace by window-combination-resize.
17747
17748 2011-11-17 Glenn Morris <rgm@gnu.org>
17749
17750 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17751 Make bash entry derive from sh entry, not shell entry.
17752
17753 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17754
17755 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17756 local file name.
17757
17758 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17759
17760 * menu-bar.el (menu-bar-file-menu):
17761 * printing.el (pr-ps-utility):
17762 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17763 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17764 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17765 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17766 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17767 (icalendar--convert-cyclic-to-ical)
17768 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17769 (icalendar--convert-ical-to-diary)
17770 (icalendar--convert-recurring-to-diary)
17771 (icalendar--convert-non-recurring-all-day-to-diary)
17772 (icalendar-import-format-sample):
17773 * progmodes/idlw-shell.el (idlwave-shell-mode):
17774 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17775 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17776 (vhdl-ps-print-init): Fix typos.
17777
17778 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17779
17780 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17781 FSF and collapse date sequence, obscure author/maintainer email address
17782 better, remove extra version line, track relocation of author's webpage.
17783
17784 * progmodes/python.el (python-pdbtrack-input-prompt)
17785 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17786 regular python pdb prompts. Adjustments shamelessly taken exactly as
17787 suggested in EmacsWiki page (tiny change):
17788 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17789
17790 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17791
17792 * expand.el (expand-pos, expand-index, expand-point):
17793 Remove redundant info from docstring.
17794 (expand-add-abbrevs): Doc fix.
17795 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17796 (expand-sample-perl-mode-expand-list): Fix typos.
17797
17798 * net/dbus.el (dbus-event-member-name):
17799 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17800 * term/pc-win.el (msdos-create-frame-with-faces):
17801 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17802
17803 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17804
17805 * window.el (split-window, window-state-get-1)
17806 (window-state-put-1, window-state-put-2): Rename occurrences of
17807 window-nest to window-combination-limit.
17808 * cus-start.el (window-nest): Rename to window-combination-limit.
17809
17810 2011-11-16 Chong Yidong <cyd@gnu.org>
17811
17812 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17813 regexp (Bug#10033).
17814
17815 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17816
17817 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17818 `completing-read' will remove *Completions* and will preserve
17819 current-buffer for us.
17820 (tmm-add-prompt): Users of *Completions* will always (re)set its
17821 major mode.
17822 (tmm-old-comp-map): Remove.
17823
17824 2011-11-16 Glenn Morris <rgm@gnu.org>
17825
17826 * mail/rmailedit.el: Require rmailmm when compiling.
17827 (rmail-old-mime-state): New declaration.
17828 (rmail-edit-current-message): If editing a mime message,
17829 edit the "raw" message from the mbox buffer.
17830 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17831
17832 2011-11-15 Glenn Morris <rgm@gnu.org>
17833
17834 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17835 which wasn't being used. Add optional arg to force given state.
17836 (rmail-mime): Add optional arg to force given state.
17837
17838 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17839
17840 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17841 * frame.el (display-mm-dimensions-alist):
17842 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17843 (outline-move-subtree-down):
17844 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17845 (newsticker--treeview-do-get-node):
17846 * net/quickurl.el (quickurl-list-buffer-name):
17847 * progmodes/dcl-mode.el (dcl-mode):
17848 * progmodes/gdb-mi.el (gdb-mapcar*):
17849 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17850
17851 2011-11-15 Glenn Morris <rgm@gnu.org>
17852
17853 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17854 in a boolean sense, so just make it a boolean, and fix the doc.
17855 (rmail-show-mime-function, rmail-mime-feature)
17856 (rmail-require-mime-maybe): Doc fixes.
17857 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17858
17859 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17860
17861 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17862
17863 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17864 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17865 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17866 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17867
17868 2011-11-15 Glenn Morris <rgm@gnu.org>
17869
17870 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17871 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17872 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17873 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17874 (rmail-mime, rmail-show-mime): Doc fixes.
17875
17876 * term/ns-win.el (mode-line-frame-identification):
17877 Leave it alone. (Bug#10051)
17878
17879 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17880
17881 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17882 Handle empty buffers. (Bug#9978)
17883
17884 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17885
17886 * international/mule.el (define-charset):
17887 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17888 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17889 * progmodes/verilog-mode.el (verilog-backward-token):
17890 * textmodes/ispell.el (lookup-words):
17891 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17892
17893 2011-11-14 Glenn Morris <rgm@gnu.org>
17894
17895 * progmodes/executable.el
17896 (executable-make-buffer-file-executable-if-script-p):
17897 Handle file-modes returning nil.
17898
17899 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17900 message - not necessary, and causes problems. (Bug#9831)
17901
17902 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17903
17904 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17905
17906 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17907 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17908 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17909
17910 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17911
17912 * window.el (window-resize, delete-window): Use window-splits
17913 variable instead of function.
17914 (window-state-get-1, window-state-put-2, window-state-put):
17915 Don't deal with windows' splits status.
17916
17917 2011-11-12 Glenn Morris <rgm@gnu.org>
17918
17919 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17920 (apropos-documentation): Doc fixes.
17921
17922 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17923
17924 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17925 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17926
17927 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17928
17929 * electric.el (electric-indent-post-self-insert-function): Make it
17930 possible for a char to only indent in some circumstances.
17931 (electric-indent-mode): Simplify.
17932
17933 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17934
17935 * window.el (windows-with-parameter): Remove unused function.
17936 (windows-at-side): Rename to window-at-side-list.
17937 (window-check, window-atom-check, window-atom-check-1)
17938 (window-side-check, window-size-ignore, window-size-fixed-1)
17939 (window-in-direction-2): Prefix with "window--".
17940 (window-tree-1): Rename to window--subtree, fix doc-string.
17941
17942 2011-11-11 Glenn Morris <rgm@gnu.org>
17943
17944 * subr.el (eval-after-load): If FILE is already loaded,
17945 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
17946
17947 2011-11-10 Glenn Morris <rgm@gnu.org>
17948
17949 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17950 Call svn via vc-svn-command rather than vc-do-command.
17951 (vc-svn-command): Add --non-interactive. (Bug#9993)
17952 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17953
17954 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17955 Add toggle-read-only. (Bug#7292)
17956 * files.el (toggle-read-only): Mention that it should only
17957 be used interactively. (Bug#10006)
17958
17959 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17960
17961 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17962 Adjust regexp for OCaml warnings.
17963
17964 * electric.el (electric-pair-post-self-insert-function): Let user
17965 turn it off buffer-locally (bug#9932).
17966
17967 * progmodes/python.el (python-beginning-of-statement):
17968 Rewrite (bug#2703).
17969
17970 * progmodes/compile.el: Better handle TABs (bug#9749).
17971 (compilation-internal-error-properties)
17972 (compilation-next-error-function): Obey the target buffer's
17973 compilation-error-screen-columns.
17974
17975 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
17976
17977 * progmodes/meta-mode.el: Remove obsolete comments.
17978 (meta-right-comment-regexp, meta-ignore-comment-regexp):
17979 Fix typos in docstrings.
17980
17981 2011-11-09 Martin Rudalics <rudalics@gmx.at>
17982
17983 * window.el (window-size-fixed-p): Rewrite doc-string.
17984 (window-resizable-p): Rename to window--resizable-p. Update callers.
17985 (window--resizable): New function. Make all callers of
17986 window-resizable call window--resizable instead.
17987 (window-resizable): Rewrite in terms of window--resizable.
17988
17989 2011-11-08 Glenn Morris <rgm@gnu.org>
17990
17991 * progmodes/delphi.el (delphi-mode-syntax-table):
17992 Let define-derived-mode define a proper syntax table. (Bug#9994)
17993
17994 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
17995
17996 * window.el: Stay away from defsubst.
17997 (window-list-no-nils): Remove.
17998 (window-state-get-1, window-state-get): Use backquote instead.
17999
18000 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18001
18002 * emacs-lisp/find-func.el (find-function-read):
18003 Fix incorrect use of default argument in `completing-read'.
18004
18005 2011-11-08 Martin Rudalics <rudalics@gmx.at>
18006
18007 * window.el (display-buffer-function, special-display-function):
18008 Mention display-buffer-record-window but do not mention
18009 help-setup parameter in doc-strings.
18010 (window-min-delta): Fix doc-string typo.
18011
18012 2011-11-08 Chong Yidong <cyd@gnu.org>
18013
18014 * window.el (window-total-height, window-total-width): Doc fix.
18015 (window-body-size): Move from C.
18016 (window-body-height, window-body-width): Move to C.
18017
18018 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18019
18020 * window.el: Make special-display like display-buffer-alist (bug#9532).
18021 (display-buffer--special-action): New function, morphed
18022 from display-buffer--special.
18023 (display-buffer): Use it to handle special-display-buffers at higher
18024 priority (just after display-buffer-alist).
18025 (display-buffer-fallback-action, display-buffer--other-frame-action)
18026 (pop-to-buffer-same-window): Remove display-buffer--special.
18027
18028 2011-11-07 Glenn Morris <rgm@gnu.org>
18029
18030 * calendar/cal-menu.el (cal-menu-set-date-title):
18031 Do nothing if not in a calendar. (Bug#9976)
18032
18033 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18034
18035 * files.el (find-file): Always use selected-window.
18036
18037 2011-11-07 Martin Rudalics <rudalics@gmx.at>
18038
18039 * window.el (window-combinations): Make WINDOW argument
18040 mandatory. Rewrite doc-string.
18041 (walk-window-subtree, window-atom-check, window-min-delta)
18042 (window-max-delta, window--resize-this-window)
18043 (window--resize-root-window-vertically, window-tree)
18044 (balance-windows, window-state-put): Rewrite doc-strings as to
18045 not mention the term "subwindow".
18046 (window--resize-subwindows-skip-p): Rename to
18047 window--resize-child-windows-skip-p.
18048 (window--resize-subwindows-normal): Rename to
18049 window--resize-child-windows-normal.
18050 (window--resize-subwindows): Rename to
18051 window--resize-child-windows.
18052 (window-or-subwindow-p): Rename to window--in-subtree-p.
18053
18054 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18055
18056 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18057 Ensure that mbox format messages end in two newlines (Bug#9974).
18058
18059 2011-11-06 Chong Yidong <cyd@gnu.org>
18060
18061 * window.el (window-combination-p): Function deleted; its
18062 side-effect is not used in any existing code.
18063 (window-combinations, window-combined-p): Call window-*-child
18064 directly.
18065
18066 2011-11-05 Chong Yidong <cyd@gnu.org>
18067
18068 * window.el (window-valid-p): Rename from window-any-p.
18069 (window-size-ignore, window-state-get): Callers changed.
18070 (window-normalize-window): Rename from window-normalize-any-window.
18071 New arg LIVE-ONLY, replacing window-normalize-live-window.
18072 (window-normalize-live-window): Delete.
18073 (window-combination-p, window-combined-p, window-combinations)
18074 (walk-window-subtree, window-atom-root, window-min-size)
18075 (window-sizable, window-sizable-p, window-size-fixed-p)
18076 (window-min-delta, window-max-delta, window-resizable)
18077 (window-resizable-p, window-full-height-p, window-full-width-p)
18078 (window-current-scroll-bars, window-point-1, set-window-point-1)
18079 (window-at-side-p, window-in-direction, window-resize)
18080 (adjust-window-trailing-edge, maximize-window, minimize-window)
18081 (window-deletable-p, delete-window, delete-other-windows)
18082 (record-window-buffer, unrecord-window-buffer)
18083 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18084 (quit-window, split-window, window-state-put)
18085 (set-window-text-height, fit-window-to-buffer)
18086 (shrink-window-if-larger-than-buffer): Callers changed.
18087
18088 2011-11-04 Eli Zaretskii <eliz@gnu.org>
18089
18090 * mail/rmail.el (rmail-simplified-subject): Decode subject with
18091 rfc2047-decode-string.
18092 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18093 warnings.
18094
18095 * window.el (window-body-height, window-body-width): Mention in
18096 the doc string that the return values are in frame's canonical
18097 units. (Bug#9949)
18098
18099 2011-11-03 Alan Mackenzie <acm@muc.de>
18100
18101 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18102 change in cc-engine.el.
18103
18104 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18105
18106 * window.el (switch-to-buffer): Use `force-same-window' interactively.
18107
18108 2011-11-02 Martin Rudalics <rudalics@gmx.at>
18109
18110 * window.el (quit-window): Call unrecord-window-buffer after
18111 showing another buffer in the window. (Bug#9937)
18112 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18113
18114 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
18115
18116 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18117 Accept status with more than 9 shelves. (Bug#9935)
18118 Reported by Colin D Bennett <colin@gibibit.com>.
18119
18120 2011-11-01 Martin Rudalics <rudalics@gmx.at>
18121
18122 * help.el (with-help-window): Don't reference
18123 temp-buffer-show-specifiers in doc-string.
18124
18125 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
18126
18127 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18128 menu-item.
18129
18130 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18131
18132 * whitespace.el: New version 13.2.2.
18133 (whitespace-newline-mode): Disable properly. Reported by Sarah
18134 <EmacsWiki>.
18135
18136 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
18137
18138 * net/newst-treeview.el: Remove "Time-stamp".
18139 (newsticker--group-manage-orphan-feeds): Do not call
18140 newsticker--treeview-tree-update.
18141 (newsticker-treeview-update, newsticker-treeview):
18142 Call newsticker--treeview-tree-update if necessary.
18143
18144 2011-10-30 Martin Rudalics <rudalics@gmx.at>
18145
18146 * window.el (window-iso-combination-p, window-iso-combined-p)
18147 (window-iso-combinations): Remove "iso-" infix.
18148 Suggested by Chong Yidong.
18149 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18150 (window-max-delta-1, window-resize, window--resize-siblings)
18151 (window--resize-this-window, adjust-window-trailing-edge)
18152 (split-window, balance-windows-1)
18153 (shrink-window-if-larger-than-buffer):
18154 * calendar/calendar.el (calendar-generate-window):
18155 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18156
18157 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18158
18159 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18160 in place (bug#9907).
18161 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18162 (eshell-rewrite-if-command, eshell-rewrite-for-command)
18163 (eshell-structure-basic-command, eshell-rewrite-while-command)
18164 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18165 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18166 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18167 (eshell-do-pipelines-synchronously, eshell-eval-command):
18168 Use backquotes and prefer setq to set.
18169 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18170 (eshell-macrop): Use functionp.
18171 (eshell-do-eval): Handle multiple expressions in `while' body.
18172
18173 2011-10-30 Chong Yidong <cyd@gnu.org>
18174
18175 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18176 instead of set-mark (Bug#9810).
18177
18178 2011-10-30 Chong Yidong <cyd@gnu.org>
18179
18180 * window.el (split-window-below, split-window-right): Rename from
18181 split-window-above-each-other and split-window-side-by-side
18182 respectively. All callers changed.
18183 (split-window-sensibly, split-window-sensibly): Use them.
18184 (split-window-keep-point): Doc fix.
18185
18186 * isearch.el: Add isearch-scroll property to split-window-below
18187 and split-window-right.
18188
18189 * follow.el (follow-mode):
18190 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18191 * progmodes/ada-xref.el (ada-gdb-application):
18192 * emulation/vip.el (vip-buffer-in-two-windows):
18193 * image-dired.el (image-dired-dired-with-window-configuration):
18194 * dired-x.el (dired-do-find-marked-files):
18195 * dired.el (dired-pop-to-buffer):
18196 * bs.el (bs--show-with-configuration):
18197 * vc/emerge.el (emerge-setup-windows):
18198 * textmodes/two-column.el (2C-two-columns):
18199 * textmodes/reftex-toc.el (reftex-toc):
18200 * progmodes/gdb-mi.el (gdb-setup-windows):
18201 * progmodes/fortran.el (fortran-window-create):
18202 * net/newst-treeview.el (newsticker--treeview-window-init):
18203 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18204 * emulation/tpu-edt.el (tpu-gold-map):
18205 * emulation/crisp.el (crisp-mode-map):
18206 * calendar/calendar.el (calendar-basic-setup): Callers changed.
18207
18208 2011-10-29 Chong Yidong <cyd@gnu.org>
18209
18210 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18211
18212 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18213
18214 * textmodes/flyspell.el (flyspell-word): Fix char offset for
18215 forged Ispell output (Bug#7904).
18216
18217 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18218
18219 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18220
18221 * doc-view.el: Avoid ugly errors about not finding nil.
18222 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18223 (doc-view-dvipdf-program, doc-view-unoconv-program)
18224 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18225 Avoid nil or absolute file name as default value.
18226 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18227
18228 2011-10-28 Alan Mackenzie <acm@muc.de>
18229
18230 * progmodes/cc-defs.el (c-version): -> 5.32.2.
18231
18232 2011-10-28 Alan Mackenzie <acm@muc.de>
18233
18234 Amend the handling of c-beginning/end-of-defun in nested declaration
18235 scopes.
18236
18237 * progmodes/cc-vars.el (c-defun-tactic): Move here from
18238 cc-langs.el. Change it to a defcustom.
18239
18240 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18241 cc-vars.el.
18242
18243 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18244 Prevent "class foo : bar" being spuriously recognized as a label.
18245
18246 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18247 Add parameter `inclusive' (to include enclosing braces in the region).
18248 (c-widen-to-enclosing-decl-scope): New function.
18249 (c-while-widening-to-decl-block): New macro.
18250 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18251 outward for defun boundaries, and correspondingly change symbol
18252 `respect-enclosure' to `go-outward'.
18253 (c-declaration-limits): Change algorithm to report only the "innermost"
18254 defun's boundaries.
18255
18256 2011-10-28 Deniz Dogan <deniz@dogan.se>
18257
18258 * net/rcirc.el (rcirc-mode): Use hard newlines.
18259
18260 2011-10-28 Alan Mackenzie <acm@muc.de>
18261
18262 Amend to indent and fontify macros "which include their own semicolon"
18263 correctly, using the "virtual semicolon" mechanism.
18264
18265 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18266
18267 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18268 Recode to scan one line at a time rather than having \n and \r
18269 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18270 (c-forward-label): Amend for virtual semicolons.
18271 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18272
18273 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18274 of the new C macros.
18275
18276 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18277 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18278 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18279 (c-opt-cpp-macro-define): Make into a full language variable.
18280 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18281 AWK Mode (including \n, \r) removed, no longer needed.
18282
18283 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18284 Invoke c-make-macro-with-semi-re.
18285
18286 * progmodes/cc-vars.el (c-macro-with-semi-re):
18287 (c-macro-names-with-semicolon): New variables.
18288 (c-make-macro-with-semi-re): New function.
18289
18290 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18291
18292 * vc/log-edit.el: Fill empty field rather than adding new one.
18293 (log-edit-add-field): New function.
18294 (log-edit-insert-changelog): Use it.
18295
18296 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18297
18298 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18299
18300 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18301
18302 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18303 (gdb--check-interpreter): New function.
18304 (gdb): Use it.
18305
18306 2011-10-27 Glenn Morris <rgm@gnu.org>
18307
18308 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18309 (least-positive-float, least-negative-float)
18310 (least-positive-normalized-float, least-negative-normalized-float)
18311 (float-epsilon, float-negative-epsilon):
18312 Remove unnecessary declarations.
18313
18314 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18315 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18316 (least-positive-float, least-negative-float)
18317 (least-positive-normalized-float, least-negative-normalized-float)
18318 (float-epsilon, float-negative-epsilon): Add doc-strings,
18319 based on those in cl.texi.
18320
18321 * files.el (set-visited-file-name): If the major-mode changed,
18322 reload the local variables. (Bug#9796)
18323
18324 2011-10-27 Chong Yidong <cyd@gnu.org>
18325
18326 * subr.el (change-major-mode-after-body-hook): New hook.
18327 (run-mode-hooks): Run it.
18328
18329 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18330 Use change-major-mode-before-body-hook.
18331
18332 * simple.el (fundamental-mode):
18333 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18334 change introducing fundamental-mode-hook.
18335
18336 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18337
18338 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18339
18340 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18341
18342 * ido.el (ido-file-name-all-completions-1): Do not require
18343 tramp.el explicitly. (Bug#7583)
18344
18345 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18346
18347 * progmodes/octave-mod.el:
18348 * progmodes/octave-inf.el: Update maintainer.
18349
18350 2011-10-26 Chong Yidong <cyd@gnu.org>
18351
18352 * subr.el (with-wrapper-hook): Rewrite doc.
18353
18354 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18355
18356 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18357 filenames "/method:foo:". (Bug#9793)
18358
18359 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18360
18361 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18362 (bug#9865).
18363
18364 2011-10-24 Glenn Morris <rgm@gnu.org>
18365
18366 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18367
18368 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18369
18370 * notifications.el: Add the requirement of a running D-Bus session
18371 bus to the Commentary.
18372
18373 2011-10-24 Juri Linkov <juri@jurta.org>
18374
18375 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18376 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18377 (Bug#9364)
18378
18379 2011-10-24 Juri Linkov <juri@jurta.org>
18380
18381 * info.el (Info-following-node-name-re): Add newline to the list
18382 of allowed characters for leading space. (Bug#9824)
18383
18384 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18385
18386 * progmodes/octave-inf.el (inferior-octave-mode-map):
18387 Fix C-c C-h binding.
18388 * progmodes/octave-mod.el (octave-help): Remove.
18389
18390 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18391
18392 Sync with Tramp 2.2.3.
18393
18394 * net/tramp-cache.el (top): Pacify byte-compiler using
18395 `init-file-user' and `site-run-file'.
18396
18397 * net/trampver.el: Update release number.
18398
18399 2011-10-23 Chong Yidong <cyd@gnu.org>
18400
18401 * files.el (toggle-read-only): Remove obsolete comment about
18402 version control.
18403
18404 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18405 for toggle-read-only. Note that this hasn't called vc-next-action
18406 since 2008-05-02, though it wasn't documented at the time.
18407
18408 * vc/ediff-init.el (ediff-toggle-read-only-function):
18409 Use toggle-read-only.
18410
18411 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18412
18413 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18414 of c-parse-state.
18415
18416 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18417 correct faulty logical expression.
18418 (c-parse-state-state, c-record-parse-state-state):
18419 (c-replay-parse-state-state): New defvar/defuns.
18420 (c-debug-parse-state): Use new functions.
18421
18422 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18423
18424 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18425 last fix. Use window-in-direction correctly.
18426
18427 2011-10-21 Chong Yidong <cyd@gnu.org>
18428
18429 * progmodes/idlwave.el (idlwave-mode):
18430 * progmodes/vera-mode.el (vera-mode): No need to set
18431 require-final-newline; that's done in prog-mode.
18432 Suggested by Stefan Monnier.
18433
18434 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18435
18436 * mouse.el (mouse-drag-window-above)
18437 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18438 (mouse-drag-mode-line-1, mouse-drag-header-line)
18439 (mouse-drag-vertical-line-rightward-window): Remove.
18440 (mouse-drag-line): New function.
18441 (mouse-drag-mode-line, mouse-drag-header-line)
18442 (mouse-drag-vertical-line): Call mouse-drag-line.
18443 * window.el (window-at-side-p, windows-at-side): New functions.
18444
18445 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18446
18447 * tar-mode.el (tar-grind-file-mode):
18448 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18449
18450 2011-10-21 Chong Yidong <cyd@gnu.org>
18451
18452 * progmodes/idlwave.el (idlwave-mode):
18453 * progmodes/vera-mode.el (vera-mode):
18454 Use mode-require-final-newline.
18455
18456 2011-10-20 Glenn Morris <rgm@gnu.org>
18457
18458 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18459
18460 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18461
18462 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18463
18464 2011-10-20 Chong Yidong <cyd@gnu.org>
18465
18466 * emulation/cua-base.el (cua-mode):
18467 * mail/footnote.el (footnote-mode):
18468 * mail/mailabbrev.el (mail-abbrevs-mode):
18469 * net/xesam.el (xesam-minor-mode):
18470 * progmodes/bug-reference.el (bug-reference-mode):
18471 * progmodes/cap-words.el (capitalized-words-mode):
18472 * progmodes/compile.el (compilation-minor-mode)
18473 (compilation-shell-minor-mode):
18474 * progmodes/gud.el (gud-tooltip-mode):
18475 * progmodes/hideif.el (hide-ifdef-mode):
18476 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18477 * progmodes/subword.el (subword-mode):
18478 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18479 * progmodes/which-func.el (which-function-mode):
18480 * term/tvi970.el (tvi970-set-keypad-mode):
18481 * term/vt100.el (vt100-wide-mode):
18482 * textmodes/flyspell.el (flyspell-mode):
18483 * textmodes/ispell.el (ispell-minor-mode):
18484 * textmodes/nroff-mode.el (nroff-electric-mode):
18485 * textmodes/paragraphs.el (use-hard-newlines):
18486 * textmodes/refill.el (refill-mode):
18487 * textmodes/reftex.el (reftex-mode):
18488 * textmodes/rst.el (rst-minor-mode):
18489 * textmodes/sgml-mode.el (html-autoview-mode)
18490 (sgml-electric-tag-pair-mode):
18491 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18492 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18493 * emulation/crisp.el (crisp-mode):
18494 * emacs-lisp/eldoc.el (eldoc-mode):
18495 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18496 minor mode behavior.
18497
18498 2011-10-19 Juri Linkov <juri@jurta.org>
18499
18500 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18501 the list of hard-coded chars with escape-glyph face.
18502
18503 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18504
18505 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18506
18507 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18508
18509 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18510 running process.
18511
18512 2011-10-19 Glenn Morris <rgm@gnu.org>
18513
18514 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18515 Ignore ignored files. (Bug#9726)
18516
18517 2011-10-19 Chong Yidong <cyd@gnu.org>
18518
18519 Doc fix for minor modes, stating that an omitted argument enables
18520 the mode unconditionally when called from Lisp.
18521
18522 * abbrev.el (abbrev-mode):
18523 * allout.el (allout-mode):
18524 * autoinsert.el (auto-insert-mode):
18525 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18526 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18527 (global-auto-revert-mode):
18528 * battery.el (display-battery-mode):
18529 * composite.el (global-auto-composition-mode)
18530 (auto-composition-mode):
18531 * delsel.el (delete-selection-mode):
18532 * desktop.el (desktop-save-mode):
18533 * dired-x.el (dired-omit-mode):
18534 * dirtrack.el (dirtrack-mode):
18535 * doc-view.el (doc-view-minor-mode):
18536 * double.el (double-mode):
18537 * electric.el (electric-indent-mode, electric-pair-mode):
18538 * emacs-lock.el (emacs-lock-mode):
18539 * epa-hook.el (auto-encryption-mode):
18540 * follow.el (follow-mode):
18541 * font-core.el (font-lock-mode):
18542 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18543 * help.el (temp-buffer-resize-mode):
18544 * hilit-chg.el (highlight-changes-mode)
18545 (highlight-changes-visible-mode):
18546 * hi-lock.el (hi-lock-mode):
18547 * hl-line.el (hl-line-mode, global-hl-line-mode):
18548 * icomplete.el (icomplete-mode):
18549 * ido.el (ido-everywhere):
18550 * image-file.el (auto-image-file-mode):
18551 * image-mode.el (image-minor-mode):
18552 * iswitchb.el (iswitchb-mode):
18553 * jka-cmpr-hook.el (auto-compression-mode):
18554 * linum.el (linum-mode):
18555 * longlines.el (longlines-mode):
18556 * master.el (master-mode):
18557 * mb-depth.el (minibuffer-depth-indicate-mode):
18558 * menu-bar.el (menu-bar-mode):
18559 * minibuf-eldef.el (minibuffer-electric-default-mode):
18560 * mouse-sel.el (mouse-sel-mode):
18561 * msb.el (msb-mode):
18562 * mwheel.el (mouse-wheel-mode):
18563 * outline.el (outline-minor-mode):
18564 * paren.el (show-paren-mode):
18565 * recentf.el (recentf-mode):
18566 * reveal.el (reveal-mode, global-reveal-mode):
18567 * rfn-eshadow.el (file-name-shadow-mode):
18568 * ruler-mode.el (ruler-mode):
18569 * savehist.el (savehist-mode):
18570 * scroll-all.el (scroll-all-mode):
18571 * scroll-bar.el (scroll-bar-mode):
18572 * server.el (server-mode):
18573 * shell.el (shell-dirtrack-mode):
18574 * simple.el (auto-fill-mode, transient-mark-mode)
18575 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18576 (line-number-mode, column-number-mode, size-indication-mode)
18577 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18578 * strokes.el (strokes-mode):
18579 * time.el (display-time-mode):
18580 * t-mouse.el (gpm-mouse-mode):
18581 * tool-bar.el (tool-bar-mode):
18582 * tooltip.el (tooltip-mode):
18583 * type-break.el (type-break-mode-line-message-mode)
18584 (type-break-query-mode):
18585 * view.el (view-mode):
18586 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18587 (global-whitespace-mode, global-whitespace-newline-mode):
18588 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18589
18590 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18591 Fix autogenerated docstring.
18592
18593 2011-10-19 Juri Linkov <juri@jurta.org>
18594
18595 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18596 by checking environment variables "DESKTOP_SESSION" and
18597 "XDG_CURRENT_DESKTOP". (Bug#9779)
18598
18599 2011-10-19 Juri Linkov <juri@jurta.org>
18600
18601 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18602 (browse-url-chromium-program, browse-url-chromium-arguments):
18603 New defcustoms.
18604 (browse-url-default-browser): Check for `browse-url-chromium' and
18605 call `browse-url-chromium-program'.
18606 (browse-url-chromium): New command. (Bug#9779)
18607
18608 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18609
18610 * facemenu.el (list-colors-duplicates): On Windows, detect more
18611 duplicates by assuming that only colors matching "^System" are
18612 special "system colors". (Bug#9722)
18613
18614 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18615
18616 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18617 to distinguish the author from the committer.
18618
18619 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18620
18621 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18622
18623 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18624
18625 * international/mule.el (sgml-html-meta-auto-coding-function):
18626 Add support for detecting encoding in HTML5 specified only as
18627 <meta charset="UTF-8">. Implementation just makes http-equiv and
18628 content-type parts from HTML4 encoding string optional. (Bug#9716)
18629
18630 2011-10-18 Glenn Morris <rgm@gnu.org>
18631
18632 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18633
18634 2011-10-18 Chong Yidong <cyd@gnu.org>
18635
18636 * faces.el (cursor): Doc fix.
18637
18638 2011-10-17 Chong Yidong <cyd@gnu.org>
18639
18640 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18641
18642 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18643
18644 * dirtrack.el (dirtrack): Support shell buffers with path
18645 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18646
18647 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18648
18649 * json.el: Bump version to 1.3 and note change in History.
18650 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18651
18652 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18653
18654 * comint.el (comint-insert-input, comint-send-input)
18655 (comint-get-old-input-default, comint-backward-matching-input)
18656 (comint-next-prompt): Use nil instead of `input' for field property of
18657 past user input (bug#114).
18658
18659 * minibuffer.el (completion--replace): Inherit surrounding properties
18660 (bug#114).
18661 (minibuffer-complete-and-exit): Use it.
18662
18663 * comint.el (comint--table-subvert): Quote the all-completions output
18664 (bug#9160).
18665
18666 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18667
18668 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18669
18670 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18671 window on right of selected. (Bug#9350) Reword other window
18672 entries and separate them from frame entries.
18673
18674 2011-10-15 Glenn Morris <rgm@gnu.org>
18675
18676 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18677 Doc fixes.
18678
18679 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18680
18681 * net/network-stream.el (network-stream-open-starttls):
18682 Improve detection of failure due to lack of TLS support.
18683
18684 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18685 putting the input text in front and in bold.
18686
18687 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18688
18689 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18690
18691 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18692 empty buffer.
18693
18694 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18695 unread-command-events rather than pushing yet-another event.
18696
18697 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18698
18699 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18700 the explanation of the possible choices. Make the options passed
18701 to completing-read shorter.
18702
18703 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
18704
18705 * textmodes/flyspell.el (flyspell-large-region): Make sure
18706 extended character mode is used if defined (Bug#1339).
18707
18708 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18709
18710 * simple.el (what-cursor-position): Fix the display of the
18711 character info for LRE, LRO, RLE, and RLO characters by appending
18712 an invisible PDF.
18713
18714 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18717 even in case of error; add debug spec; simplify data flow.
18718 (with-timeout-handler): Remove.
18719
18720 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18721
18722 Fix Bug#6019, Bug#9315.
18723
18724 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18725 complete `buffer-file-name', the local file name part could look
18726 remotely (for example on VMS).
18727
18728 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18729 `tramp-run-real-handler'.
18730 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18731 already quoted by '"'.
18732
18733 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18734 Let `file-name-handler-alist' be nil, the local file name part
18735 could look remotely (for example on VMS).
18736
18737 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18738
18739 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18740 from here...
18741 (flyspell-post-command-hook): ...to here.
18742
18743 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18744
18745 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18746 if not needed.
18747 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18748 using completion. Protect against "slow" callers.
18749 Remove the "message hack".
18750
18751 2011-10-11 Juri Linkov <juri@jurta.org>
18752
18753 * isearch.el (isearch-lazy-highlight-word): New variable.
18754 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18755 Use it. (Bug#9727)
18756
18757 2011-10-11 Glenn Morris <rgm@gnu.org>
18758
18759 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18760 like f90-previous-statement does.
18761
18762 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18763
18764 * eshell/eshell.el (eshell-command): History should be saved
18765 only in interactive use, to avoid error.
18766
18767 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18768
18769 * minibuffer.el (completion-file-name-table): Fix last change,
18770 i.e. ignore normal errors but not the other ones.
18771
18772 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18773
18774 * window.el (special-display-buffer-names)
18775 (special-display-regexps): Remove some remnants of earlier
18776 changes from doc-strings.
18777 (quit-windows-on): New function.
18778
18779 * vc/vc.el (vc-revert, vc-rollback):
18780 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18781 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18782 (Bug#6183) (Bug#7074) (Bug#7447)
18783
18784 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18785
18786 * window.el (frame-auto-hide-function): Add version tag.
18787 (Bug#9699)
18788
18789 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18790
18791 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18792 condition.
18793
18794 2011-10-09 Leo Liu <sdl.web@gmail.com>
18795
18796 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18797 (Bug#9701)
18798
18799 2011-10-08 Glenn Morris <rgm@gnu.org>
18800
18801 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18802 before the first code statement zero indent. (Bug#9690)
18803
18804 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18805
18806 * simple.el (count-words-region): Always count in the region.
18807 Report the number of lines and characters too.
18808 (count-words): New command, which counts in the buffer if the
18809 region is inactive, as count-words-region used to.
18810 (count-words--message): New function. Handle plurals.
18811 (count-lines-region): Make it an alias for count-words-region.
18812
18813 * bindings.el (esc-map): Replace count-lines-region with
18814 count-words-region.
18815
18816 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18817
18818 * window.el (window--delete): Delete dedicated frame
18819 unconditionally when argument KILL is non-nil. (Bug#9699)
18820 (switch-to-buffer): Fix doc-string typo.
18821
18822 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18823
18824 * eshell/eshell.el (eshell-command): Avoid using hooks.
18825
18826 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18827
18828 * bindings.el ([M-left],[M-right]): Bind to left-word and
18829 right-word respectively.
18830
18831 2011-10-07 Glenn Morris <rgm@gnu.org>
18832
18833 * cus-start.el (debug-on-quit): Fix custom type.
18834
18835 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18836
18837 * subr.el (define-key-after): Clarify that the function is not
18838 useful for non-menu keymaps.
18839
18840 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18841
18842 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18843
18844 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18845 in current minibuffer (Fix bug with recursive minibuffers).
18846
18847 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18848
18849 * progmodes/gdb-mi.el (gdb): Doc fix.
18850
18851 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18852
18853 * window.el (frame-auto-hide-function): New option replacing
18854 frame-auto-delete. Suggested by Stefan Monnier.
18855 (window--delete): Call frame-auto-hide-function instead of
18856 investigating frame-auto-delete.
18857 (window-point-1, set-window-point-1): New functions.
18858 (window-in-direction, record-window-buffer, window-state-get-1)
18859 (display-buffer-record-window): Use window-point-1 instead of
18860 window-point.
18861 (set-window-buffer-start-and-point): Use set-window-point-1.
18862
18863 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18864
18865 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18866
18867 2011-10-05 Glenn Morris <rgm@gnu.org>
18868
18869 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18870 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18871
18872 2011-10-05 Leo Liu <sdl.web@gmail.com>
18873
18874 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18875 works with buffer object.
18876
18877 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18878
18879 * mpc.el (mpc-tool-bar-map): Add labels.
18880
18881 2011-10-04 Glenn Morris <rgm@gnu.org>
18882
18883 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18884
18885 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18886
18887 * window.el (window--delete): New function.
18888 (frame-auto-delete): Resuscitate option.
18889 (bury-buffer, replace-buffer-in-windows)
18890 (quit-window): Rewrite using window--delete.
18891 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18892 Pass display-buffer-mark-dedicated to window--display-buffer-2
18893 (Bug#9639).
18894
18895 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18896
18897 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18898 returns a list (bug#9554). Add remote file name completion.
18899 * comint.el (comint--table-subvert): Curry and get quote&unquote
18900 functions as arguments.
18901 (comint--complete-file-name-data): Adjust call accordingly.
18902 * pcomplete.el (pcomplete--table-subvert): Remove.
18903 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18904
18905 * minibuffer.el (completion-table-case-fold): Use currying.
18906 (completion--styles-type, completion--cycling-threshold-type):
18907 New constants.
18908 (completion-styles, completion-category-overrides)
18909 (completion-cycle-threshold): Use them.
18910 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18911 completion-table-case-fold.
18912
18913 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18914
18915 * minibuffer.el (completion-category-overrides): Fix type of styles
18916 and add more user friendly tags (bug#9660).
18917
18918 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18919
18920 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18921 (mule-input-method-string): New widget.
18922 (default-input-method, language-info-custom-alist): Use it.
18923
18924 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18925
18926 * pcomplete.el: Require comint.
18927 (pcomplete--common-suffix): Remove.
18928 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18929 (pcomplete--table-subvert): Sync with comint--table-subvert.
18930 (pcomplete--entries): Use comint-completion-file-name-table.
18931 * comint.el (comint-unquote-filename): Simplify.
18932 (comint-completion-file-name-table): New function (bug#9616).
18933 (comint--complete-file-name-data): Use it.
18934
18935 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18936 (pcmpl-gnu-tar-buffer): Remove.
18937 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18938 around. Make sure pcomplete-suffix-list is only changed temporarily.
18939 Don't look inside the tar's file if it's too large.
18940
18941 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18942
18943 * cus-edit.el (custom-mode-map):
18944 * epa.el (epa-key-list-mode-map):
18945 * man.el (Man-mode-map):
18946 * startup.el (splash-screen-keymap):
18947 * simple.el (special-mode-map): Use scroll-up-command and
18948 scroll-down-command.
18949
18950 * progmodes/idlw-help.el (idlwave-help-mode-map):
18951 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18952 * net/newst-plainview.el (newsticker-mode-map):
18953 * emulation/ws-mode.el (wordstar-mode-map):
18954 * emulation/vi.el (vi-com-map):
18955 * calc/calc-graph.el (calc-graph-show-dumb):
18956 * term/sun.el (terminal-init-sun):
18957 * term/ns-win.el (global-map):
18958 * progmodes/grep.el (grep-mode-map):
18959 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18960 * mail/rmail.el (rmail-mode-map):
18961 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18962
18963 * custom.el (custom-safe-themes, load-theme): Treat value of t for
18964 custom-safe-themes as special.
18965
18966 2011-10-01 Julien Danjou <julien@danjou.info>
18967
18968 * notifications.el (notifications-notify): Fix docstring.
18969
18970 2011-10-01 Per Starbäck <per@starback.se>
18971
18972 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
18973
18974 2011-09-30 Martin Rudalics <rudalics@gmx.at>
18975
18976 * startup.el (command-line-1): Fix last fix by inserting
18977 initial-scratch-message into *scratch* before displaying it.
18978 (Bug#9605) and (Bug#9636)
18979
18980 2011-09-29 Eli Zaretskii <eliz@gnu.org>
18981
18982 * simple.el (line-move): If auto-hscroll-mode is disabled and the
18983 window is hscrolled, move by logical lines. (Bug#9607)
18984 (line-move-visual): Update the doc string to the above effect.
18985
18986 2011-09-29 Martin Rudalics <rudalics@gmx.at>
18987
18988 * window.el (display-buffer-record-window): When WINDOW is the
18989 selected window use `point' instead of `window-point'. (Bug#9626)
18990
18991 * startup.el (command-line-1): Use insert-before-markers when
18992 inserting initial-scratch-message. (Bug#9605)
18993
18994 * help.el (help-window): Remove variable.
18995
18996 2011-09-29 Glenn Morris <rgm@gnu.org>
18997
18998 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18999
19000 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
19001
19002 * descr-text.el (describe-char-categories): Accept category
19003 descriptions more than one line long.
19004
19005 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19006
19007 * simple.el (delete-trailing-whitespace): Fix last change.
19008
19009 * progmodes/perl-mode.el (perl-syntax-propertize-function):
19010 Don't confuse "y => 3" as the beginning of a `y' operation.
19011
19012 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19013 object has more than 4 slots (bug#9613).
19014
19015 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
19016
19017 * subr.el (with-output-to-temp-buffer):
19018 * net/quickurl.el (quickurl, quickurl-browse-url):
19019 Fix typos in docstrings.
19020
19021 2011-09-27 Eli Zaretskii <eliz@gnu.org>
19022
19023 * minibuffer.el (completion-styles)
19024 (completion-category-overrides): Cross reference each other in doc
19025 strings.
19026
19027 2011-09-27 Glenn Morris <rgm@gnu.org>
19028
19029 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19030 to split-string. (Bug#9606)
19031
19032 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19033
19034 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19035 (bug#9615).
19036
19037 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
19038
19039 * emacs-lisp/package.el (list-packages): Fix echo area message.
19040
19041 2011-09-27 Leo Liu <sdl.web@gmail.com>
19042
19043 * ido.el (ido-read-internal): Accept cons cell HIST arg.
19044
19045 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
19046
19047 * net/dbus.el (dbus-unregister-object): Don't release services for
19048 registered signals. (Bug#9581)
19049
19050 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
19051
19052 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19053 function that picks between cfengine 2 and 3 support
19054 automatically. Update docs accordingly.
19055
19056 2011-09-22 Kenichi Handa <handa@m17n.org>
19057
19058 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19059 ZERO.
19060 (indian-itrans-v5-table-for-tamil): New variable.
19061 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19062
19063 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
19064
19065 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19066 that's true if the current command involved collapsing of text.
19067 It's reset to false at the beginning of the next command.
19068 (allout-post-command-business): Move the cursor to the beginning
19069 of entry if the cursor is hidden and collapsing activity just
19070 happened.
19071
19072 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
19073
19074 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19075 tracking (Bug#9541).
19076
19077 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
19078
19079 * net/newst-reader.el (newsticker-html-renderer)
19080 (newsticker-show-news): Automatically load html rendering package
19081 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
19082 because w3m-fill-column is let-bound" and the error "Symbol's value
19083 as variable is void: w3m-fill-column".
19084
19085 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
19086
19087 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19088 Release services only if they are defined. (Bug#9581)
19089
19090 2011-09-23 Richard Stallman <rms@gnu.org>
19091
19092 * textmodes/paragraphs.el (forward-sentence): For backwards case,
19093 distinguish start of paragraph from start of its text.
19094
19095 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19096
19097 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19098 (rmail-generate-viewer-buffer): Put that hook on view buffer.
19099 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19100
19101 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
19102
19103 * international/mule-diag.el (mule-diag): Insert a newline after
19104 each fontset description.
19105
19106 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19107
19108 * simple.el (delete-trailing-whitespace):
19109 Document last change; simplify.
19110
19111 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
19112
19113 * simple.el (delete-trailing-whitespace): Also delete
19114 extra newlines at the end of the buffer.
19115
19116 * textmodes/picture.el: Make motion commands obey shift-select-mode.
19117 (picture-newline): Use forward-line so as to ignore fields.
19118
19119 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19120
19121 * subr.el (with-wrapper-hook): Fix edebug spec.
19122
19123 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19124
19125 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19126 (bug#4538).
19127
19128 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
19129
19130 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19131 Fix nasty bug using wrong cached values.
19132
19133 2011-09-23 Alan Mackenzie <acm@muc.de>
19134
19135 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19136
19137 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
19138
19139 * window.el (pop-to-buffer): Ensure right window is selected if we
19140 chose another frame.
19141
19142 2011-09-22 Eli Zaretskii <eliz@gnu.org>
19143
19144 * simple.el (what-cursor-position): Use get-char-property-change
19145 and next-single-char-property-change, to be able to show display
19146 properties that come from overlays as well as text properties.
19147
19148 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
19149
19150 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19151
19152 * cmuscheme.el (run-scheme, switch-to-scheme):
19153 * cus-edit.el (customize-group, custom-buffer-create)
19154 (customize-browse):
19155 * info.el (info):
19156 * shell.el (shell):
19157 * mail/sendmail.el (mail):
19158 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19159
19160 2011-09-22 Richard Stallman <rms@gnu.org>
19161
19162 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19163 move back only to line beg, don't move back over blank lines.
19164
19165 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
19166
19167 * files.el (copy-directory): Set directory attributes only in case
19168 they could be retrieved from the source directory. (Bug#9565)
19169
19170 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
19171
19172 * progmodes/hideshow.el (hs-looking-at-block-start-p)
19173 (hs-find-block-beginning, hs-hide-level-recursive):
19174 Ignore strings as well as comments. (Bug#9502)
19175
19176 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
19177
19178 * progmodes/sql.el (sql-comint-postgres):
19179 Convert port number to a string. (Bug#9566)
19180
19181 2011-09-22 Martin Rudalics <rudalics@gmx.at>
19182
19183 * window.el (quit-window): Undedicate window when switching to
19184 previous buffer. Reported by Thierry Volpiatto
19185 <thierry.volpiatto@gmail.com>.
19186 (special-display-popup-frame): When popping up a new frame reset
19187 its previous buffers to nil. Simplify code.
19188
19189 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
19190
19191 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19192 and process filter, as done also in `shell-command'.
19193
19194 2011-09-21 Martin Rudalics <rudalics@gmx.at>
19195
19196 * window.el (set-window-buffer-start-and-point):
19197 Call set-window-start with NOFORCE argument t.
19198 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19199 (quit-window): Reword doc-string. Handle new format of
19200 quit-restore parameter. Don't delete window if it has a
19201 previous buffer we can show instead of the present one.
19202 (display-buffer-record-window): Rewrite using a new format for
19203 the quit-restore window parameter
19204 (special-display-popup-frame, display-buffer-same-window)
19205 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19206 (display-buffer-pop-up-window, display-buffer-use-some-window):
19207 Adapt symbol passed to display-buffer-record-window.
19208 * help.el (help-window-setup): Handle new format of quit-restore
19209 parameter.
19210
19211 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19212
19213 * faces.el (face-list): Fix docstring (bug#9564).
19214
19215 * window.el (display-buffer--action-function-custom-type):
19216 Don't include internal functions in the Custom interface.
19217
19218 2011-09-20 Juri Linkov <juri@jurta.org>
19219
19220 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19221 (Info-forward-node, Info-backward-node, Info-next-preorder)
19222 (Info-last-preorder): Use it. (Bug#9528)
19223
19224 2011-09-20 Juri Linkov <juri@jurta.org>
19225
19226 * info.el (Info-last-preorder): Visit last menu item only when
19227 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19228
19229 2011-09-20 Julien Danjou <julien@danjou.info>
19230
19231 * password-cache.el (password-cache-remove): Remove entries even if the
19232 value is nil, so that password with a nil value (negative caching) is
19233 possible to invalidate.
19234
19235 2011-09-20 Lawrence Mitchell <wence@gmx.li>
19236
19237 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19238 all whitespace around breakpoint. (Bug#9553)
19239 (f90-find-breakpoint): Only break at whitespace inside a comment.
19240
19241 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19242
19243 * minibuffer.el (completion-file-name-table): Keep track of errors.
19244 (completion-table-with-predicate): Handle the case where pred1 is nil.
19245 * pcomplete.el (pcomplete-completions-at-point): Simplify.
19246
19247 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19248
19249 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19250 (debugger-return-value): Signal an error if the debugging context does
19251 not await any return value.
19252
19253 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19254 * image-mode.el (image-toggle-display-text)
19255 (image-toggle-display-image): Stay away from evil `intangible'.
19256
19257 2011-09-19 Leo Liu <sdl.web@gmail.com>
19258
19259 * replace.el (occur-revert-arguments): Make it permanent-local.
19260 (occur-mode): Don't call font-lock-defontify.
19261
19262 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
19263
19264 * net/ldap.el (ldap-search-internal): Don't push empty search
19265 result (Bug#9508).
19266
19267 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19268
19269 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19270
19271 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
19272
19273 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19274 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19275
19276 2011-09-18 Juri Linkov <juri@jurta.org>
19277
19278 * buff-menu.el (Buffer-menu-mode-map):
19279 * dired.el (dired-mode-map):
19280 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19281 (lisp-interaction-mode-map):
19282 * emacs-lisp/package.el (package-menu-mode-map):
19283 * epa.el (epa-key-list-mode-map):
19284 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19285 (menu-bar-options-menu):
19286 * outline.el (outline-mode-menu-bar-map):
19287 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19288 * vc/vc-dir.el (vc-dir-menu-map):
19289 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19290 Capitalize non-function content words in menu item strings.
19291
19292 * dired.el (dired-mode-map): Add menu item for
19293 `image-dired-dired-toggle-marked-thumbs'.
19294
19295 2011-09-18 Juri Linkov <juri@jurta.org>
19296
19297 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19298 to `isearch-case-fold-search' and restore its original value
19299 after the `isearch-mode' call.
19300
19301 2011-09-18 Juri Linkov <juri@jurta.org>
19302
19303 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19304 because `zgrep' returns 1 for successful matches (bug#9226).
19305
19306 2011-09-18 Juri Linkov <juri@jurta.org>
19307
19308 * info.el (Info-extract-menu-node-name): Check the second match
19309 for empty string (second test-case of bug#9528).
19310 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19311 intermediate nodes to the history (first test-case of bug#9528).
19312
19313 2011-09-18 Juri Linkov <juri@jurta.org>
19314
19315 * info.el (Info-mode-syntax-table): New variable.
19316 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19317
19318 2011-09-18 Juri Linkov <juri@jurta.org>
19319
19320 * info.el (Info-file-supports-index-cookies):
19321 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19322 outputs one more line for long file names (bug#4142).
19323
19324 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19325
19326 * newcomment.el (comment-normalize-vars): If prompting for
19327 comment-start, set comment-start-skip too (Bug#8424).
19328
19329 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
19330
19331 * icomplete.el: Fix previous fix of Bug#5849.
19332 (icomplete-mode): Don't set completion-show-inline-help.
19333 (icomplete-minibuffer-setup): Set completion-show-inline-help
19334 locally during icompletion.
19335
19336 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19337
19338 * woman.el (woman2-process-escapes): Don't delete unrecognized
19339 escapes (Bug#7843).
19340
19341 * files.el (inhibit-first-line-modes-regexps): Add image files.
19342 (hack-local-variables-prop-line): Return nil for malformed
19343 prop-lines (Bug#9044).
19344
19345 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19346
19347 * net/tramp.el (top): Don't require 'shell.
19348 (tramp-methods): Fix docstring.
19349 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19350 Return complete remote file name. Handle "smb" case.
19351 Use `tramp-tmpdir', if defined for the respective method.
19352 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19353
19354 * net/tramp-compat.el (top): Require 'shell.
19355
19356 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19357 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19358 `tramp-current-host'.
19359 (tramp-get-remote-tmpdir): Remove.
19360
19361 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19362 `tramp-tmpdir' entries.
19363 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19364 (tramp-smb-handle-file-attributes): Ignore errors.
19365 (tramp-smb-wait-for-output): Check also for process end.
19366
19367 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19368
19369 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19370 when sending QUIT (bug#9312).
19371
19372 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19373
19374 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19375 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19376 occur-mode-display-occurrence.
19377 (occur-edit-mode): Add usage message.
19378 (occur-cease-edit): New command.
19379 (occur-after-change-function): Use text properties to find the
19380 position of the prefix text.
19381 (occur-engine): Set stickiness of prefix text properties.
19382
19383 2011-09-17 Glenn Morris <rgm@gnu.org>
19384
19385 * progmodes/etags.el (complete-tag):
19386 Fix call to completion-in-region. (Bug#9526)
19387
19388 2011-09-17 Juri Linkov <juri@jurta.org>
19389
19390 * textmodes/ispell.el (ispell-word): Add to the error message
19391 the word, ispell program name and current dictionary (bug#9121).
19392 (ispell-tex-arg-end): Capitalize "error" in the error message.
19393
19394 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19395
19396 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19397 check. (Bug#4251)
19398
19399 2011-09-17 Juri Linkov <juri@jurta.org>
19400
19401 * window.el (window-safe-min-height, window-safe-min-width):
19402 Fix typos (followup to bug#9522).
19403
19404 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19405
19406 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19407
19408 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19409
19410 * simple.el (line-move): If goal-column is set, move by logical
19411 lines, not by display lines. (Bug#971)
19412 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19413 to reflect the above change.
19414
19415 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19416
19417 * image.el (imagemagick-register-types): Use regexp-opt.
19418
19419 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19420
19421 * window.el (display-buffer-base-action): Rename from
19422 display-buffer-default-action. Make default value empty.
19423 (display-buffer-overriding-action): Convert to defvar.
19424 (display-buffer-fallback-action): New var.
19425
19426 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19427
19428 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19429 declaration.
19430 (package--add-to-archive-contents): If there is a duplicate entry
19431 with an older version, remove it.
19432 (package-menu-mark-delete, package-menu-mark-install)
19433 (package-menu-mark-unmark): Make unused args optional.
19434 (package-menu-mark-obsolete-for-deletion):
19435 Use package-menu-get-status instead of a regexp search.
19436 (package-menu-get-status): Use tabulated-list-entry.
19437 (package-menu-mark-upgrades): New command.
19438 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19439 (package-menu-execute): Do installation before deletion.
19440 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19441 instead of checking major-mode.
19442 (package-menu--find-upgrades): New function.
19443
19444 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19445
19446 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19447 passwords in the log buffer.
19448 (smtpmail-process-filter): Update the process marker so that the
19449 "broken by peer" status message is inserted in the right place.
19450
19451 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19452
19453 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19454 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19455 bibtex-completion-at-point-function.
19456 (bibtex-completion-at-point-function): Use them.
19457
19458 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19459
19460 * mpc.el (mpc-constraints-tag-lookup): New function.
19461 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19462 also to browser "album|playlist".
19463
19464 2011-09-14 Juri Linkov <juri@jurta.org>
19465
19466 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19467 (isearch-edit-string): Use length of `isearch-string' when
19468 `isearch-fail-pos' returns nil.
19469 (isearch-message): Remove duplicate code and call
19470 `isearch-fail-pos' with arg `t'.
19471
19472 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19473
19474 * replace.el (occur-mode-goto-occurrence): Don't force using other
19475 window (Bug#9499).
19476
19477 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19478
19479 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19480
19481 * window.el (display-buffer-window): Remove.
19482 (display-buffer-record-window): Use help-setup window parameter
19483 instead of variable display-buffer-window.
19484 (display-buffer-function, special-display-buffer-names)
19485 (special-display-function): Mention help-setup parameter instead
19486 of display-buffer-window in doc-string.
19487 * help.el (help-window-setup): New argument help-window.
19488 Use help-window-setup parameter instead of display-buffer-window.
19489 Reword some messages.
19490 (with-help-window): Pass window used for displaying the buffer
19491 to help-window-setup. Don't set display-buffer-window.
19492
19493 2011-09-13 Glenn Morris <rgm@gnu.org>
19494
19495 * emacs-lisp/debug.el (debugger-make-xrefs):
19496 Preserve point. (Bug#9462)
19497
19498 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19499
19500 * window.el (window-deletable-p): Use next-frame.
19501
19502 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19503
19504 * window.el (window-auto-delete): Remove.
19505 (window-deletable-p): Remove argument FORCE. Don't deal with
19506 dedication and previous buffers.
19507 (switch-to-prev-buffer): Don't delete window.
19508 (delete-windows-on): Delete a window's frame if and only if the
19509 window is dedicated.
19510 (replace-buffer-in-windows): Delete buffer's window or frame if
19511 and only if window is dedicated.
19512 (quit-window): Handle quit-restore as before last change.
19513 (bury-buffer): Delete window only if window-deletable-p returns t.
19514
19515 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19516
19517 * window.el (window-deletable-p): Never delete the last frame on a
19518 given terminal.
19519
19520 2011-09-13 Glenn Morris <rgm@gnu.org>
19521
19522 * help.el (describe-key-briefly): Copy previous standard-output change.
19523
19524 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19525
19526 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19527
19528 2011-09-13 Glenn Morris <rgm@gnu.org>
19529
19530 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19531 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19532
19533 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19534
19535 * dired-aux.el (dired-mark-read-string): Don't return default
19536 value on empty input (Bug#9361).
19537 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19538 Omit initial minibuffer contents.
19539 (dired-do-chmod): Signal an error on empty input.
19540 (dired-mark-read-string): Don't return default on empty input.
19541
19542 * files.el (file-modes-symbolic-to-number): Doc fix.
19543
19544 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19545
19546 * international/mule-cmds.el (ucs-completions): Remove.
19547 (read-char-by-name): Use complete-with-action instead; add metadata.
19548
19549 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19550
19551 * window.el (display-buffer--action-function-custom-type)
19552 (display-buffer--action-custom-type): New vars.
19553 (display-buffer-alist, display-buffer-default-action)
19554 (display-buffer-overriding-action): Add defcustom types.
19555
19556 * frame.el (delete-other-frames): Doc fix (Bug#276).
19557
19558 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19559
19560 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19561
19562 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19563
19564 Change modes that used same-window-* vars to use switch-to-buffer.
19565
19566 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19567 Use switch-to-buffer.
19568
19569 * cus-edit.el (customize-group, custom-buffer-create)
19570 (customize-browse, custom-buffer-create-other-window):
19571 Use switch-to-buffer or switch-to-buffer-other-window.
19572
19573 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19574 (Info-prev, Info-up, Info-speedbar-goto-node)
19575 (info-display-manual): Use switch-to-buffer.
19576 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19577
19578 * mail/sendmail.el (mail): Use switch-to-buffer.
19579 (mail-recover): Use switch-to-buffer-other-window.
19580
19581 * cmuscheme.el (run-scheme, switch-to-scheme):
19582 * ielm.el (ielm):
19583 * shell.el (shell):
19584 * net/rlogin.el (rlogin):
19585 * net/telnet.el (telnet, rsh):
19586 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19587
19588 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19589
19590 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19591
19592 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19593
19594 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19595 so don't mention it (bug#9301).
19596 (dired-sort-toggle-or-edit): Clarify string further.
19597
19598 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19599 match `x', `w32' and `ns', like the manual says (bug#9029).
19600
19601 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19602 (process-kill-buffer-query-function): Mention the buffer name in
19603 the query.
19604
19605 * image-mode.el (image-next-line): The line parameter is mandatory
19606 (bug#9258).
19607
19608 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19609 which can be useful (bug#9301).
19610
19611 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19612
19613 * subr.el (match-string): Mention that the current buffer should
19614 be the same as the search was done in (bug#9282).
19615
19616 * facemenu.el: Disable the remove-* commands if the mark isn't
19617 active (bug#9162).
19618
19619 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19620
19621 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19622 of display-buffer.
19623 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19624
19625 * replace.el (occur-mode-goto-occurrence)
19626 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19627 and display-buffer.
19628
19629 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19630 display-buffer.
19631
19632 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19633 special-display and same-window variables.
19634 (mail-other-window): Use switch-to-buffer-other-window.
19635 (mail-other-frame): USe switch-to-buffer-other-frame.
19636
19637 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19638 Use display-buffer-other-frame.
19639 (gdb-display-gdb-buffer): Use pop-to-buffer.
19640
19641 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19642
19643 * progmodes/python.el: Don't set same-window-buffer-names.
19644
19645 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19646
19647 * window.el (display-buffer-alist): Add *Python*.
19648
19649 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19650
19651 * window.el (display-buffer-alist): Add entry for buffers
19652 previously handled same-window-*.
19653 (display-buffer-alist, display-buffer-default-action)
19654 (display-buffer-overriding-action): Mark as risky.
19655 (display-buffer-alist): Document action function changes.
19656 (display-buffer--same-window-action)
19657 (display-buffer--other-frame-action): New variables.
19658 (switch-to-buffer, display-buffer-other-frame): Use them.
19659 (display-buffer): Rename reuse-frame entry to reusable-frames.
19660 (display-buffer-reuse-selected-window): Function deleted.
19661 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19662 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19663 (display-buffer-special): New function.
19664 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19665 display-buffer-reuse-or-pop-window. Split off special-display
19666 part into display-buffer-special.
19667 (display-buffer-use-some-window): Don't perform any special
19668 pop-up-frames handling.
19669 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19670 (display-buffer--maybe-same-window): Rename from
19671 display-buffer-maybe-same-window.
19672
19673 * info.el: Don't set same-window-regexps.
19674 (info-setup): New function.
19675 (info-other-window, info): Call it.
19676
19677 * cus-edit.el: Don't set same-window-regexps.
19678 (customize-group): New argument.
19679 (customize-group-other-window): Use it.
19680 (customize-face, customize-face-other-window): Likewise.
19681 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19682
19683 * net/rlogin.el:
19684 * net/telnet.el:
19685 * progmodes/gud.el: Don't set same-window-regexps.
19686
19687 * cmuscheme.el:
19688 * ielm.el:
19689 * shell.el:
19690 * mail/sendmail.el:
19691 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19692
19693 2011-09-10 Juri Linkov <juri@jurta.org>
19694
19695 * isearch.el (isearch-edit-string): Remove obsolete mention of
19696 `C-w' (`isearch-yank-word-or-char') from docstring.
19697 (isearch-query-replace): Fix typo in docstring (bug#9466).
19698
19699 2011-09-10 Juri Linkov <juri@jurta.org>
19700
19701 * paren.el (show-paren-function): Don't show escaped parens.
19702 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19703
19704 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19705
19706 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19707 (mm-default-file-encoding): Remove autoload forms, they are
19708 replaced with autoload cookies in mml.el and mm-encode.el.
19709 (mail-add-attachment): New command.
19710 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19711 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19712 the doc string.
19713 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19714
19715 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19716
19717 * simple.el (count-words-region): Use buffer if there's no region
19718 (bug#9429).
19719
19720 2011-09-09 Juri Linkov <juri@jurta.org>
19721
19722 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19723 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19724 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19725
19726 2011-09-09 Alan Mackenzie <acm@muc.de>
19727
19728 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19729 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19730
19731 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19732
19733 Fix for Savannah bug#9392.
19734 * simple.el (mail-encode-mml): New defvar.
19735
19736 * mail/rmail.el (mail-encode-mml): Add a defvar.
19737 (rmail-enable-mime-composing): Default to t.
19738 (rmail-forward): Use MIME method of forwarding only if both
19739 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19740 Set mail-encode-mml non-nil if the MIME method was used.
19741
19742 * mail/sendmail.el (mml-to-mime): Add autoload form.
19743 (mail-encode-mml): Add a defvar.
19744 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19745 to nil.
19746 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19747 message through mml-to-mime, and reset mail-encode-mml to nil.
19748
19749 2011-09-09 Glenn Morris <rgm@gnu.org>
19750
19751 * woman.el (woman-if-body): When processing an .el block,
19752 do not delete the next .el block as well. (Bug#9447)
19753 (woman-special-characters): Add oq, cq, and hy characters.
19754
19755 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19756
19757 * window.el (window-deletable-p): Make sure window is live before
19758 invoking window-prev-buffers.
19759
19760 2011-09-08 Leo Liu <sdl.web@gmail.com>
19761
19762 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19763
19764 2011-09-08 Juri Linkov <juri@jurta.org>
19765
19766 * progmodes/compile.el (compilation-environment): Make it
19767 a defcustom (bug#8340).
19768
19769 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19770
19771 * window.el (frame-auto-delete): Rename to window-auto-delete.
19772 Make it control auto-deletion of windows and/or frames.
19773 (window-deletable-p): New argument FORCE. Rewrite conditions
19774 for deleting window/frame. (Bug#9419)
19775 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19776 Rewrite handling of case when window/frame can be deleted.
19777 (delete-windows-on): Call window-deletable-p with new FORCE
19778 argument t. (Bug#9456)
19779
19780 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19781
19782 * help-mode.el (help-mode): Restore autoload.
19783
19784 2011-09-07 Juri Linkov <juri@jurta.org>
19785
19786 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19787 `compilation-environment'. Set buffer-local
19788 `compilation-environment' to `thisenv' later after (funcall mode).
19789 (Bug#8340)
19790
19791 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19792 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19793 instead of replacing its value. (Bug#8340)
19794
19795 2011-09-07 Juri Linkov <juri@jurta.org>
19796
19797 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19798 based on text properties put by `grep-filter' instead of matching
19799 escape sequences.
19800 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19801 to the value of `grep-error-screen-columns' (bug#9438).
19802
19803 2011-09-07 Juri Linkov <juri@jurta.org>
19804
19805 * simple.el (next-error-highlight, next-error-highlight-no-select):
19806 Doc fix (bug#9432).
19807
19808 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19809
19810 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19811 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19812
19813 2011-09-07 Leo Liu <sdl.web@gmail.com>
19814
19815 * net/rcirc.el (rcirc-mode): Conditionally initialize
19816 rcirc-input-ring.
19817
19818 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19819
19820 * emacs-lisp/find-func.el (find-function-C-source): Only set
19821 find-function-C-source-directory after checking that we found a source
19822 file there (bug#9440).
19823
19824 2011-09-06 Alan Mackenzie <acm@muc.de>
19825
19826 * isearch.el (isearch-other-meta-char): Wherever a key list is
19827 unread, "unread" the prefix arg, too. This fixes bug #8901.
19828
19829 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19830
19831 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19832
19833 2011-09-05 Juri Linkov <juri@jurta.org>
19834
19835 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19836
19837 2011-09-05 Juri Linkov <juri@jurta.org>
19838
19839 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19840 keeping point where processing of grep matches begins, and
19841 continue to delete remaining escape sequences from the same point.
19842 (grep-filter): Make leading zero optional in "0?1;31m" because
19843 git-grep emits "\033[1;31m" escape sequences unlike expected
19844 "\033[01;31m" as GNU Grep does (bug#9408).
19845 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19846
19847 2011-09-05 Juri Linkov <juri@jurta.org>
19848
19849 * subr.el (y-or-n-p): Capitalize "yes".
19850
19851 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19852
19853 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19854 `tramp-cache-unload-hook' where appropriate.
19855 (tramp-methods): Rename `tramp-remote-sh' to
19856 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19857 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19858
19859 * net/tramp-sh.el (top): Don't require 'shell.
19860 (tramp-methods): Add `tramp-remote-shell' and
19861 `tramp-remote-shell-args' entries.
19862 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19863 (tramp-sh-handle-shell-command): Remove.
19864 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19865 Use `tramp-remote-shell'.
19866
19867 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19868
19869 * mail/sendmail.el (sendmail-query-once-function): Delete.
19870 (sendmail-query-once): Save directly to send-mail-function.
19871 Update message-send-mail-function too.
19872
19873 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19874
19875 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19876
19877 * progmodes/python.el (python-mode-map): Use correct function to
19878 start python interpreter from menu-bar (as reported by Geert
19879 Kloosterman).
19880 (inferior-python-mode-map): Fix typo.
19881 (python-shell-map): Remove.
19882
19883 2011-09-03 Deniz Dogan <deniz@dogan.se>
19884
19885 * net/rcirc.el (rcirc-print): Simplify code for
19886 rcirc-scroll-show-maximum-output. There is no need to walk
19887 through all windows to find the right one.
19888
19889 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19890
19891 * help.el (help-return-method): Doc fix.
19892
19893 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19894
19895 * window.el (window-deletable-p): Don't return a non-nil value
19896 when there's a buffer that was shown in the window before.
19897 (Bug#9419)
19898 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19899 Set window's previous buffers to nil.
19900
19901 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19902
19903 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19904 newline before and after the tag line, so it doesn't interfere
19905 with determining the paragraph direction of bidirectional text.
19906
19907 2011-09-03 Leo Liu <sdl.web@gmail.com>
19908
19909 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19910
19911 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19912
19913 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19914 (pop-to-buffer): Change interactive spec. Pass second argument
19915 directly to display-buffer.
19916 (display-buffer): Fix interactive spec. Use functionp to
19917 distinguish between a function and a list of functions.
19918
19919 * abbrev.el (edit-abbrevs):
19920 * arc-mode.el (archive-extract):
19921 * autoinsert.el (auto-insert):
19922 * bookmark.el (bookmark-bmenu-list):
19923 * files.el (find-file):
19924 * view.el (view-buffer):
19925 * progmodes/compile.el (compilation-goto-locus):
19926 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19927
19928 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19929
19930 * window.el (display-buffer-alist): Doc fix.
19931 (display-buffer): Add docstring. Don't treat
19932 display-buffer-default specially.
19933 (display-buffer-reuse-selected-window)
19934 (display-buffer-same-window, display-buffer-maybe-same-window)
19935 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19936 (display-buffer-pop-up-window)
19937 (display-buffer-reuse-or-pop-window)
19938 (display-buffer-use-some-window): New functions.
19939 (display-buffer-default-action): Use them.
19940 (display-buffer-default): Delete.
19941 (pop-to-buffer-1): Fix choice of actions.
19942
19943 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19944
19945 * minibuffer.el (completion--insert-strings): Don't get confused by
19946 completion entries that end with an LF char.
19947
19948 2011-09-01 Eli Zaretskii <eliz@gnu.org>
19949
19950 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19951
19952 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
19953
19954 * window.el (display-buffer): Restore interactive spec.
19955 (display-buffer-same-window, display-buffer-other-window):
19956 New functions.
19957 (pop-to-buffer-1): New function. Use the above.
19958 (pop-to-buffer, pop-to-buffer-same-window): Use it.
19959 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19960
19961 * view.el (view-buffer-other-window, view-buffer-other-frame):
19962 Just use pop-to-buffer.
19963
19964 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19965
19966 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
19967
19968 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
19969
19970 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
19971
19972 2011-08-31 Richard Stallman <rms@gnu.org>
19973
19974 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19975 of the separation of rmail-view-buffer from rmail-buffer.
19976 If you say no to "replace original", the decrypt is in the
19977 view buffer. If you say yes, the decrypt goes into the
19978 rmail buffer also.
19979
19980 2011-08-31 Martin Rudalics <rudalics@gmx.at>
19981
19982 * window.el (display-buffer-window): Rewrite doc-string.
19983 (display-buffer-record-window): New function.
19984 (display-buffer-macro-specifiers)
19985 (display-buffer-even-window-sizes, display-buffer-set-height)
19986 (display-buffer-set-width, display-buffer-in-window)
19987 (display-buffer-reuse-window, display-buffer-split-specifiers)
19988 (display-buffer-side-specifiers, display-buffer-split-window-1)
19989 (display-buffer-split-window, display-buffer-split-atom-window)
19990 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19991 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19992 (display-buffer-other-window-means-other-frame)
19993 (display-buffer-normalize-special)
19994 (display-buffer-normalize-default)
19995 (display-buffer-normalize-argument)
19996 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19997 (display-buffer-normalize-specifiers, display-buffer-frame)
19998 (display-buffer-same-window, display-buffer-same-frame)
19999 (display-buffer-other-window)
20000 (display-buffer-same-frame-other-window)
20001 (display-buffer-other-frame, pop-to-buffer-same-window)
20002 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20003 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20004 (switch-to-buffer-same-frame)
20005 (switch-to-buffer-other-window-same-frame)
20006 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20007 (display-buffer-alist-set-1, display-buffer-alist-set-2)
20008 (display-buffer-alist-set): Remove.
20009 (display-buffer-function, special-display-buffer-names)
20010 (special-display-regexps, special-display-function):
20011 In doc-string refer to display-buffer-window and quit-restore
20012 parameter.
20013 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20014 (special-display-frame-alist, special-display-popup-frame)
20015 (same-window-buffer-names, same-window-regexps, same-window-p)
20016 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20017 (split-window-preferred-function, split-height-threshold)
20018 (split-width-threshold, window-splittable-p)
20019 (split-window-sensibly, window--try-to-split-window)
20020 (window--frame-usable-p, even-window-heights)
20021 (window--even-window-heights, window--display-buffer-1)
20022 (window--display-buffer-2, display-buffer-other-frame):
20023 Restore old Emacs 23 code, order and doc-strings where applicable.
20024 (display-buffer-default, display-buffer-assq-regexp): New functions.
20025 (display-buffer-alist): Rewrite doc-string.
20026 (display-buffer-default-action)
20027 (display-buffer-overriding-action): New variables.
20028 (display-buffer, switch-to-buffer): Rewrite.
20029 (pop-to-buffer): Restore Emacs 23 behavior but use
20030 window-normalize-buffer-to-display.
20031 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20032 Restore Emacs 23 behavior but use
20033 window-normalize-buffer-to-switch-to.
20034 (pop-to-buffer-same-window): Rewrite.
20035 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20036 Rewrite using Emacs 23 options.
20037
20038 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
20039
20040 * net/tramp.el (tramp-root-regexp): Remove.
20041 (tramp-completion-file-name-regexp-unified)
20042 (tramp-completion-file-name-regexp-separate)
20043 (tramp-completion-file-name-regexp-url): Don't use leading volume
20044 letter on w32 systems. (Bug#5303, Bug#9311)
20045 (tramp-drop-volume-letter): Simplify definition.
20046 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20047
20048 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20049
20050 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20051 (bug#9356).
20052
20053 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
20054
20055 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20056
20057 2011-08-29 Juri Linkov <juri@jurta.org>
20058
20059 * isearch.el (isearch-done): Don't display message "Mark saved"
20060 when arg `edit' is non-nil to prevent its flicker in the echo area.
20061
20062 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20063
20064 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20065 obsolete packages for deletion.
20066
20067 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
20068
20069 * help-mode.el (help-mode-map): Add special-mode-map to parent.
20070 (help-mode): Derive help-mode from special-mode. Don't invoke
20071 view-mode from help-mode.
20072 (help-xref-override-view-map): Remove.
20073 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20074 view-mode is not used anymore.
20075
20076 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20077
20078 * server.el (server-port): Doc fix.
20079
20080 * cus-theme.el (custom-theme-choose-mode): Inherit from
20081 special-mode (Bug#9124).
20082 (custom-theme-choose-mode-map): Add special-mode to parent.
20083
20084 2011-08-28 Alan Mackenzie <acm@muc.de>
20085
20086 * progmodes/cc-fonts.el
20087 (c-make-font-lock-BO-decl-search-function): New function.
20088 (c-basic-matchers-after - "Fontify the clauses after various
20089 keywords"): Extract the three keyword lists for the 3 erroneous
20090 constructs from the list of four, and use the new function above
20091 in place of an old one.
20092
20093 2011-08-28 Deniz Dogan <deniz@dogan.se>
20094
20095 * net/rcirc.el (rcirc-insert-prev-input)
20096 (rcirc-insert-next-input): Remove unused argument.
20097
20098 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20099
20100 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20101
20102 2011-08-27 Alan Mackenzie <acm@muc.de>
20103
20104 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20105 handle function pointer parameters properly.
20106
20107 2011-08-27 Martin Rudalics <rudalics@gmx.at>
20108
20109 * window.el (display-buffer-reuse-window): Fix case where
20110 selected window was reused with non-nil OTHER-WINDOW argument.
20111 (Bug#9381)
20112
20113 2011-08-27 Deniz Dogan <deniz@dogan.se>
20114
20115 * net/rcirc.el (rcirc-check-auth-status): Adding support for
20116 oftc's NickServ messages.
20117
20118 2011-08-27 Glenn Morris <rgm@gnu.org>
20119
20120 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
20121
20122 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
20123
20124 * emacs-lisp/package.el (package-install): Call package-initialize
20125 if called interactively.
20126
20127 2011-08-26 Leo Liu <sdl.web@gmail.com>
20128
20129 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
20130
20131 2011-08-25 Juri Linkov <juri@jurta.org>
20132
20133 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20134 `search-whitespace-regexp' (bug#9364).
20135
20136 2011-08-25 Juri Linkov <juri@jurta.org>
20137
20138 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20139 `regexp-search-ring' to their global values to protect from
20140 updating by `read-from-minibuffer' (bug#9185).
20141
20142 2011-08-25 Juri Linkov <juri@jurta.org>
20143
20144 * textmodes/ispell.el (ispell-command-loop): Add newline
20145 at the end of the "Use option `i'..." line.
20146
20147 2011-08-25 Juri Linkov <juri@jurta.org>
20148
20149 * battery.el (display-battery-mode): If `battery-status-function'
20150 or `battery-mode-line-format' is nil, display the message and set
20151 `display-battery-mode' to nil (bug#9363).
20152
20153 2011-08-25 Eli Zaretskii <eliz@gnu.org>
20154
20155 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20156 bidi-string-mark-left-to-right; they are unnecessary now.
20157
20158 2011-08-25 Deniz Dogan <deniz@dogan.se>
20159
20160 * net/quickurl.el: Documentation typo fixes.
20161
20162 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
20163
20164 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20165
20166 2011-08-25 Glenn Morris <rgm@gnu.org>
20167
20168 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20169
20170 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20171 (smtpmail-via-smtp): Handle nil response from smtp.
20172
20173 2011-08-24 Juri Linkov <juri@jurta.org>
20174
20175 * proced.el (proced-marked): Inherit from `error' instead of
20176 `font-lock-warning-face'.
20177
20178 * ibuffer.el (ibuffer-marked-face): Change default face from
20179 `font-lock-warning-face' to `warning'.
20180 (ibuffer-deletion-face): Change default face from
20181 `font-lock-type-face' to `error'.
20182
20183 * battery.el (battery-update): Use the face `error' instead of
20184 `font-lock-warning-face' (bug#6117).
20185
20186 2011-08-24 Juri Linkov <juri@jurta.org>
20187
20188 * faces.el (success): Change face color from "Green3" to
20189 "ForestGreen" on light background (bug#9353).
20190
20191 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
20192
20193 * window.el (quit-window): Rename from quit-restore-window.
20194 Use same arglist as old quit-window.
20195 (frame-auto-delete): Doc fix.
20196
20197 * view.el (view-mode-exit): Use quit-window.
20198
20199 2011-08-24 Juri Linkov <juri@jurta.org>
20200
20201 * isearch.el (isearch-ring-adjust1): Start visiting previous
20202 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20203 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20204 for empty search string (when the last search string is reused
20205 automatically) to adjust the isearch ring to the last element and
20206 prepare the correct index for further M-p commands (bug#9185).
20207
20208 2011-08-24 Kenichi Handa <handa@m17n.org>
20209
20210 * international/ucs-normalize.el: If decomposition property of
20211 CHAR is the default one (i.e. a list of CHAR itself), treat it as
20212 nil.
20213 (nfd, nfkd): Likewise.
20214
20215 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20216
20217 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20218 from process filters aren't reliably transmitted to the surrounding
20219 accept-process-output.
20220 (mpc-proc-check): New function.
20221 (mpc-proc-sync): Use it (bug#8293)
20222
20223 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20224
20225 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20226 Add compatibility functions (bug#9313).
20227
20228 2011-08-23 Eli Zaretskii <eliz@gnu.org>
20229
20230 * cus-start.el (all): Add entry for bidi-paragraph-direction.
20231
20232 * international/uni-bidi.el: Regenerate.
20233
20234 2011-08-23 Kenichi Handa <handa@m17n.org>
20235
20236 * international/charprop.el:
20237 * international/uni-bidi.el:
20238 * international/uni-category.el:
20239 * international/uni-combining.el:
20240 * international/uni-comment.el:
20241 * international/uni-decimal.el:
20242 * international/uni-decomposition.el:
20243 * international/uni-digit.el:
20244 * international/uni-lowercase.el:
20245 * international/uni-mirrored.el:
20246 * international/uni-name.el:
20247 * international/uni-numeric.el:
20248 * international/uni-old-name.el:
20249 * international/uni-titlecase.el:
20250 * international/uni-uppercase.el: Regenerate.
20251
20252 2011-08-23 Martin Rudalics <rudalics@gmx.at>
20253
20254 * help.el (help-window-setup): Fix message displayed when other
20255 window is reused. (Bug#9341)
20256
20257 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20258
20259 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20260 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20261
20262 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20263 Mark obsolete.
20264 * shell.el (shell-parse-pcomplete-arguments): New function.
20265 (shell-completion-vars): Use it instead (bug#9160).
20266
20267 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20268
20269 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20270 strings and comments (bug#9333).
20271
20272 * emacs-lisp/debug.el (debug-arglist): New function.
20273 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20274 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20275
20276 2011-08-22 Juri Linkov <juri@jurta.org>
20277
20278 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20279 Revert regexp that highlights output switches to its old
20280 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20281
20282 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20283 to check for empty output (bug#9226).
20284
20285 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
20286
20287 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20288 symbol-constituent as the default, as that stops font-lock from
20289 working properly (Bug#8843).
20290
20291 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20292
20293 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20294 `coding-system-for-*' around the process open call to avoid
20295 auth-source side effects.
20296 (smtpmail-try-auth-methods): Expand the secret password.
20297 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20298 probe hangs.
20299
20300 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20301
20302 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20303
20304 * emacs-lisp/find-func.el (find-function-noselect): New arg
20305 lisp-only.
20306
20307 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20308 signal an error for built-in functions (Bug#6664).
20309
20310 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20311
20312 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20313 (smtpmail-try-auth-methods): Use it.
20314
20315 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20316
20317 * font-lock.el (font-lock-fontify-region)
20318 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20319 (font-lock-default-unfontify-buffer)
20320 (font-lock-default-fontify-region)
20321 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20322
20323 * progmodes/compile.el (compilation-error-properties):
20324 Fix confusion between file struct and message struct (Bug#9319).
20325 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20326 `ant' regexp.
20327
20328 * net/browse-url.el (browse-url-firefox): Don't call
20329 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20330
20331 2011-08-20 Glenn Morris <rgm@gnu.org>
20332
20333 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20334
20335 * tutorial.el (tutorial--default-keys): Update some default bindings.
20336
20337 * files.el (hack-local-variables): Fully ignore case for "mode:".
20338
20339 2011-08-20 Alan Mackenzie <acm@muc.de>
20340
20341 Resolve invalid use of a regexp in regexp-opt.
20342
20343 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20344 detection for a java annotation.
20345
20346 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20347 detection for a java annotation.
20348
20349 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20350 handling for java.
20351 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20352
20353 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20354
20355 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20356 (Bug#9274).
20357
20358 2011-08-20 Alan Mackenzie <acm@muc.de>
20359
20360 Fontify CPP expressions correctly when starting in the middle of
20361 such a construct. Mainly for when jit-lock etc. starts a chunk
20362 here.
20363
20364 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20365 variable.
20366 (c-make-font-lock-search-form): New function, extracted from
20367 c-make-font-lock-search-function.
20368 (c-make-font-lock-search-function): Use the above function.
20369 (c-make-font-lock-context-search-function): New function.
20370 (c-cpp-matchers): Enhance the preprocessor expression case with
20371 the above function
20372 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20373 which takes an expression.
20374
20375 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20376
20377 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20378
20379 * window.el (display-buffer-reuse-window)
20380 (display-buffer-pop-up-window): Don't reuse or split a side
20381 window.
20382
20383 2011-08-19 Glenn Morris <rgm@gnu.org>
20384
20385 * files.el (hack-local-variables-prop-line, hack-local-variables):
20386 Downcase "Mode:". (Bug#9331)
20387
20388 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20389
20390 * international/characters.el: Add L and R categories.
20391
20392 * subr.el (bidi-string-mark-left-to-right): Rename from
20393 string-mark-left-to-right. Use category search.
20394
20395 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20396
20397 2011-08-18 Juri Linkov <juri@jurta.org>
20398
20399 * faces.el (error, warning, success): New faces with definitions
20400 copied from old default values of `font-lock-warning-face',
20401 `compilation-warning', `compilation-info' (bug#6117).
20402
20403 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20404
20405 * progmodes/compile.el (compilation-error): Inherit from `error'.
20406 (compilation-warning): Inherit from `warning'.
20407 (compilation-info): Inherit from `success'.
20408
20409 * dired.el (dired-marked): Inherit from `warning'.
20410 (dired-flagged): Inherit from `error'.
20411
20412 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20413
20414 * mail/smtpmail.el (auth-source): Require to avoid problems with
20415 binding variables (bug#9298). Also clean up some unused
20416 autoloads.
20417
20418 * net/network-stream.el (network-stream-open-starttls):
20419 Support using starttls.el without using gnutls-cli.
20420
20421 2011-08-17 Juri Linkov <juri@jurta.org>
20422
20423 * progmodes/grep.el (rgrep): Handle the case when
20424 `grep-find-command' is a cons cell (bug#9278).
20425
20426 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20427
20428 * window.el (display-buffer-pop-up-frame): Run frame creation
20429 function with BUFFER current (as special-display-popup-frame
20430 does). Reported by Drew Adams.
20431
20432 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20433
20434 * epa-mail.el: Simplify GnuPG group expansion using
20435 epg-expand-group.
20436 (epa-mail-group-alist, epa-mail-group-modtime)
20437 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20438 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20439 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20440 Remove.
20441
20442 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20443
20444 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20445
20446 2011-08-16 Alan Mackenzie <acm@muc.de>
20447
20448 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20449 Correct, to avoid the inside of macros.
20450
20451 2011-08-16 Richard Stallman <rms@gnu.org>
20452
20453 * epa-mail.el: Handle GnuPG group definitions.
20454 (epa-mail-group-alist, epa-mail-group-modtime)
20455 (epa-mail-gnupg-conf-file): New variables.
20456 (epa-mail-parse-groups, epa-mail-sync-groups)
20457 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20458 (epa-mail-expand-recipients): New functions.
20459 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20460
20461 * mail/rmail.el (rmail-epa-decrypt): New command.
20462
20463 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20464 Don't bind buffer-read-only, just inhibit-read-only.
20465 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20466 (epa-decrypt-armor-in-region): Make error message clearer.
20467
20468 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20469
20470 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20471 and "a2b" to "ab" for `prefix'.
20472
20473 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20474
20475 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20476 filter groups.
20477 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20478 Fourquet (Bug#8804).
20479
20480 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20481
20482 * startup.el (argi): Declare as global variable (bug#9275).
20483
20484 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20485
20486 * subr.el (string-mark-left-to-right): Search the entire string
20487 for RTL script, not just the terminating character. Doc fix.
20488
20489 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20490
20491 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20492 New function.
20493 (js--regexp-literal, js-syntax-propertize-function): Remove.
20494 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20495 (js-mode-map): Don't rebind electric keys.
20496 (js-insert-and-indent): Remove.
20497 (js-mode): Setup electric-layout and electric-indent instead.
20498
20499 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20500
20501 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20502
20503 * epa.el (epa-progress-callback-function): Fix the logic of
20504 displaying progress.
20505 * epa-file.el (epa-file-insert-file-contents): Make progress
20506 display more user-friendly.
20507 (epa-file-write-region): Ditto.
20508
20509 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20510
20511 * subr.el (string-mark-left-to-right): New function.
20512
20513 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20514 Use string-mark-left-to-right.
20515 (list-buffers-noselect): Caller changed.
20516
20517 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20518 Use string-mark-left-to-right.
20519 (tabulated-list-print): Recenter after moving point.
20520
20521 2011-08-10 Juri Linkov <juri@jurta.org>
20522
20523 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20524 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20525 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20526
20527 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20528
20529 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20530 (Bug#7554).
20531
20532 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20533
20534 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20535 character. (Bug#6594)
20536
20537 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20538
20539 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20540 (image-dired--with-db-file): New macro.
20541 (image-dired-write-tags, image-dired-remove-tag)
20542 (image-dired-create-gallery-lists, image-dired-write-comments)
20543 (image-dired-get-comment, image-dired-mark-tagged-files)
20544 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20545 (image-dired-gallery-generate): Use insert-file-contents.
20546
20547 * time.el (display-time-world-list, display-time-world-display):
20548 * time-stamp.el (time-stamp-string):
20549 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20550 set-time-zone-rule (Bug#7337).
20551
20552 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20553
20554 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20555 (epg-error-to-string, epg-errors-to-string): New function.
20556 (epg-wait-for-completion): Reverse errors list.
20557 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20558 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20559 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20560 (epg-sign-keys, epg-generate-key-from-file)
20561 (epg-generate-key-from-string): Format errors by using
20562 epg-errors-to-string (bug#9255).
20563 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20564
20565 2011-08-07 Juri Linkov <juri@jurta.org>
20566
20567 * faces.el (list-faces-display): Remove extra angle bracket
20568 from `help-mode-map'.
20569
20570 * info.el (Info-history-toc-nodes): Doc fix.
20571
20572 * longlines.el (longlines-mode): Doc fix.
20573
20574 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20575
20576 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20577 of statements and in a few more cases (bug#9183).
20578
20579 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20580 New functions.
20581 (cl-transform-lambda): Use them (bug#9239).
20582
20583 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20584
20585 * window.el (display-buffer-same-window)
20586 (display-buffer-same-frame, display-buffer-other-window)
20587 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20588 (pop-to-buffer-other-window)
20589 (pop-to-buffer-same-frame-other-window)
20590 (pop-to-buffer-other-frame): Make them defuns.
20591 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20592
20593 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20594
20595 * subr.el (make-composed-keymap): Move from C. Change calling
20596 convention, and improve docstring to bring attention to a subtle point.
20597 * minibuffer.el (completing-read-default): Adjust accordingly.
20598
20599 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20600
20601 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20602 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20603
20604 * net/trampver.el: Update release number.
20605
20606 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20607
20608 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20609 "in" (bug#9190).
20610
20611 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20612
20613 * mail/sendmail.el (sendmail-query-once): Restore the current
20614 buffer after querying (bug#9074).
20615
20616 * dired.el (dired-flagged): Use different faces for marked and
20617 flagged files (bug#6117).
20618
20619 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20620 (bug#4433).
20621
20622 * ido.el (ido-mode): Switch off the message if called
20623 non-interactively.
20624
20625 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20626 before 587, since it appears that that's more likely to work for
20627 more people.
20628
20629 * cus-edit.el (custom-file): When running under emacs -q, always
20630 refuse to save the customizations, even if the .emacs file doesn't
20631 exist.
20632
20633 * info.el: Remove the `Info-beginning-of-buffer' function
20634 (bug#8325).
20635
20636 * net/network-stream.el (network-stream-open-starttls):
20637 Use `starttls-available-p' to see whether starttls.el can be used.
20638
20639 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20640
20641 * window.el (display-buffer-in-window): Don't set dedicated status
20642 of window here (Bug#9215).
20643 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20644 (display-buffer-pop-up-side-window)
20645 (display-buffer-in-side-window): Set dedicated status of window here.
20646
20647 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20650 before binding generated-autoload-file.
20651
20652 2011-08-01 Deniz Dogan <deniz@dogan.se>
20653
20654 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20655
20656 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20657
20658 Sync with Tramp 2.2.2.
20659
20660 * net/trampver.el: Update release number.
20661
20662 2011-07-30 Juri Linkov <juri@jurta.org>
20663
20664 * dired-aux.el (dired-touch-initial): Remove function.
20665 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20666 current time, and `default' to the last modification time of the
20667 current marked file (bug#6887).
20668
20669 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20670
20671 * simple.el (goto-line): Use string-to-number to provide a
20672 numeric argument to read-number (bug#9163).
20673
20674 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20675
20676 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20677 connection process, it could be nil.
20678
20679 2011-07-27 Leo Liu <sdl.web@gmail.com>
20680
20681 Simplify url handling in rcirc-mode.
20682
20683 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20684 (rcirc-browse-url-at-mouse): Remove.
20685 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20686
20687 2011-07-26 Alan Mackenzie <acm@muc.de>
20688
20689 Fontify bitfield declarations properly.
20690
20691 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20692 (c-symbol-chars): Now exported as a lang variable.
20693 (c-not-primitive-type-keywords): New lang variable.
20694
20695 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20696 QT keyword "more" to prevent "more slots: ...." being spuriously
20697 parsed as a bitfield declaration.
20698
20699 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20700 Refactor and enhance to handle bitfield declarations.
20701 (c-punctuation-in): New function.
20702 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20703 declarations properly.
20704
20705 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20706
20707 * calendar/icalendar.el (icalendar--all-events): Take care of
20708 multiple vcalendars in a single file.
20709 (icalendar--convert-float-to-ical): Checkdoc fixes.
20710
20711 2011-07-25 Deniz Dogan <deniz@dogan.se>
20712
20713 * image.el (insert-image): Clarifying docstring.
20714
20715 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20716
20717 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20718 `tramp-send-command-and-check' if there is no error.
20719 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20720
20721 2011-07-22 Alan Mackenzie <acm@muc.de>
20722
20723 Prevent cc-langs.elc being loaded at run time.
20724
20725 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20726 cc-langs.
20727
20728 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20729 "(require 'cc-langs)". Quote a form so it will evaluate at
20730 (cc-mode's) compilation time.
20731
20732 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20733
20734 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20735 loading. (Bug#9114)
20736
20737 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20738
20739 * window.el (display-buffer-pop-up-window)
20740 (display-buffer-pop-up-side-window)
20741 (display-buffer-in-side-window): Call display-buffer-set-height
20742 and display-buffer-set-width after setting the new window's
20743 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20744
20745 2011-07-20 Sam Steingold <sds@gnu.org>
20746
20747 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20748 (etags-tags-included-tables): Call `convert-standard-filename' on
20749 the file names contained in TAGS so that windows Emacs can handle
20750 TAGS files created by cygwin ctags.
20751
20752 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20753
20754 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20755 which apparently didn't work.
20756
20757 2011-07-19 Roland Winkler <winkler@gnu.org>
20758
20759 * proced.el (proced-send-signal): For *Marked Processes* buffer
20760 put point at beginning of buffer.
20761
20762 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20763
20764 * proced.el (proced-format): Make header lines align with the text
20765 (bug#1779).
20766
20767 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20768
20769 * view.el (view-buffer): Allow running in `special' modes if we're
20770 visiting a file (bug#8615).
20771
20772 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20773
20774 * window.el (display-buffer-alist-of-strings-p)
20775 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20776 New functions.
20777 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20778 more accurately.
20779
20780 2011-07-18 Alan Mackenzie <acm@muc.de>
20781
20782 Fontify declarators properly when, e.g., a jit-lock chunk begins
20783 inside a declaration.
20784
20785 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20786
20787 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20788 New function.
20789 (c-complex-decl-matchers): Insert reference to
20790 c-font-lock-enclosing-decls.
20791
20792 * progmodes/cc-engine.el (c-backward-single-comment):
20793 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20794 to nil around calls to (forward-comment -1).
20795
20796 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20797
20798 * image.el (put-image): Doc typo fix.
20799
20800 * progmodes/etags.el (tags-search): Doc typo fix.
20801
20802 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20803 password if we get errors 550 to 554.
20804
20805 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20806
20807 * net/gnutls.el (gnutls-log-level): Remove.
20808
20809 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20810 indentation character (bug#6380).
20811
20812 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20813
20814 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20815 to clarify what the problem is (bug#4291).
20816
20817 * simple.el (current-kill): Clarify what
20818 `interprogram-paste-function' does (bug#7500).
20819 (auto-fill-mode): Document `auto-fill-function' in relation to
20820 `auto-fill-mode' (bug#2470).
20821
20822 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20823
20824 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20825 method if slot is read-only (bug#9035).
20826
20827 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20828
20829 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20830 * window.el (pop-to-buffer): Select window used even if it was
20831 selected before, see discussion of (Bug#8615), (Bug#6954).
20832 Pass argument NORECORD on to select-frame-set-input-focus.
20833
20834 2011-07-15 Glenn Morris <rgm@gnu.org>
20835
20836 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20837 Respect help-form.
20838
20839 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20840
20841 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20842 (gnutls-negotiate): Use it.
20843
20844 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20845
20846 * net/gnutls.el (gnutls-negotiate):
20847 Upcase `gnutls-algorithm-priority'.
20848
20849 2011-07-15 Glenn Morris <rgm@gnu.org>
20850
20851 * jka-compr.el (jka-compr-verbose): Move from here...
20852 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20853 Add missing :version tag.
20854 * info.el: No need to require jka-compr when compiling.
20855
20856 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20857
20858 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20859 (gnutls-negotiate): Use it.
20860
20861 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20862
20863 * info.el (Info-beginning-of-buffer): New command.
20864 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20865 announcing `b' as the key (bug#8325).
20866 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20867
20868 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20869
20870 * international/mule-cmds.el
20871 (describe-specified-language-support): Make the error message
20872 clearer (bug#8905).
20873
20874 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20875
20876 * isearch.el (isearch-barrier): Add a doc string, since it's
20877 mentioned in a function doc string (bug#8678).
20878
20879 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20880
20881 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20882 buffer argument (Bug#9083) and self-identifying label argument.
20883
20884 2011-07-15 Glenn Morris <rgm@gnu.org>
20885
20886 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20887
20888 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20889
20890 * man.el (Man-fontify-manpage): Fix message when formatting the
20891 man page (bug#7929).
20892
20893 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20894
20895 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20896 argument LRM; if non-nil, append an invisible LRM character to the
20897 buffer name.
20898 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20899 last argument non-nil, when formatting buffer names.
20900 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20901 paragraph direction.
20902
20903 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20904
20905 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20906 the man page name (bug#7929).
20907
20908 * image.el (put-image): Mention the `put-image' overlay property
20909 (bug#7834).
20910
20911 * scroll-bar.el (set-scroll-bar-mode): Mention that
20912 `scroll-bar-mode' lists the values (bug#7772).
20913
20914 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20915 command (bug#7729).
20916
20917 * rect.el (apply-on-rectangle): Return the point after the last
20918 operation.
20919 (string-rectangle): Go to the point after the last operation
20920 (bug#7522).
20921
20922 * printing.el (pr-toggle-region): Clarify the documentation
20923 slightly (bug#7493).
20924
20925 * time.el (display-time-update):
20926 Allow `display-time-mail-function' to return nil (bug#7158).
20927 Fix suggested by Detlev Zundel.
20928
20929 * vc/diff.el (diff): Clarify the order the file names are read
20930 (bug#7111).
20931
20932 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20933 the doc string (bug#7015).
20934
20935 * font-lock.el (font-lock-maximum-decoration): Mention what
20936 numeric levels mean (bug#6935).
20937
20938 * startup.el (initial-buffer-choice): Don't mention the `none'
20939 selection, which is against policy.
20940
20941 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20942
20943 * window.el (display-buffer-normalize-special):
20944 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20945
20946 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20947
20948 * subr.el (version<, version<=, version=): Mention "-CVS" and
20949 "-12345" alpha version numbers.
20950
20951 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20952
20953 * bindings.el: Add advertised binding for set-mark-command
20954 (Bug#5772).
20955
20956 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
20957
20958 * bindings.el (mode-line-other-buffer):
20959 * bookmark.el (bookmark-bmenu-2-window):
20960 * bs.el (bs-cycle-next, bs-cycle-previous):
20961 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20962 switch-to-buffer.
20963
20964 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20965 Delete.
20966
20967 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
20968
20969 * follow.el (follow-debug-message, follow-redisplay):
20970 * jka-cmpr-hook.el (with-auto-compression-mode):
20971 Fix typos in docstrings.
20972
20973 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20974
20975 * subr.el (with-silent-modifications): Clarify somewhat what the
20976 macro inhibits (bug#6525).
20977
20978 * simple.el (eval-expression): Note what it does if called
20979 interactively (bug#6495).
20980
20981 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
20982
20983 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20984 Use pop-to-buffer buffer-or-name if it is nil.
20985
20986 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20987 Remove switch-to-buffer.
20988
20989 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20990
20991 * files.el (make-directory): Clarify that an error will be raised
20992 if there's an error (bug#6397).
20993
20994 * startup.el (initial-buffer-choice): Add `none' as a choice
20995 (bug#6234).
20996
20997 * subr.el (add-hook): Clarify section about buffer-local hooks
20998 (bug#6218).
20999
21000 * dired.el (dired-flagged): Clarify doc string (bug#6117).
21001
21002 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21003
21004 * tabify.el (untabify): Preserve the current column so that point
21005 doesn't move (bug#6032).
21006
21007 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21008
21009 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21010 Rewrite to avoid awkward possessive "s" (bug#5986).
21011
21012 2011-07-13 Glenn Morris <rgm@gnu.org>
21013
21014 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
21015 (dired-insert-directory): Give a message the first time
21016 if ls is found not to support --dired.
21017
21018 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21019
21020 * simple.el (toggle-truncate-lines): Clarify what is toggled
21021 (bug#5580). Text by Drew Adams.
21022
21023 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21024
21025 * simple.el (blink-matching-open): Make the error message from the
21026 last change less verbose.
21027
21028 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21029
21030 * font-lock.el (font-lock-comment-face): Use the high contrast
21031 "yellow" color for font-lock-comment-face on low color terminals
21032 using a dark background color (bug#4221).
21033
21034 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21035
21036 * dired.el (dired-insert-set-properties): Make the doc string
21037 reflect what it does now (bug#5325).
21038
21039 * simple.el (blink-matching-open): Say that we were unable to find
21040 the match within the limit, if we're limited (bug#5122).
21041
21042 * international/mule-cmds.el (prefer-coding-system): Add an
21043 example (bug#4869).
21044
21045 * progmodes/etags.el (tags-search): Document `file-list-form'
21046 (bug#4731).
21047
21048 2011-07-13 Lawrence Mitchell <wence@gmx.li>
21049
21050 * net/browse-url.el (browse-url-default-browser)
21051 (browse-url-browser-function): Make the default browser choice a
21052 bit more logical (bug#4300). Also clean up the doc string.
21053
21054 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21055
21056 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21057 binary endings (bug#4440).
21058
21059 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21060
21061 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21062 which can be pretty annoying (bug#8971).
21063
21064 * jka-compr.el (jka-compr-verbose): New variable, and use
21065 throughout (bug#8971).
21066
21067 * info.el (Info-find-file): Fall back on the installation
21068 directory if we can't find the info node anywhere else.
21069
21070 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
21071
21072 * vc/vc.el (vc-revert-file):
21073 Don't set file time-stamp in the past. (Bug#5181)
21074
21075 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21076
21077 * files.el (after-find-file): Give a better error message when
21078 trying to find a symlink that points to a file that doesn't exist
21079 (bug#4398).
21080
21081 * progmodes/cc-vars.el: Remove (probably) misleading comment
21082 (bug#4396).
21083
21084 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21085
21086 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21087
21088 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21089
21090 * mouse-sel.el: Hack restoring functionality, while keeping
21091 compatibility with 2010-07-03 changes to mouse selection.
21092 (mouse-sel-primary-overlay): New var.
21093 (mouse-sel-selection-alist): Use it.
21094 (mouse-sel-mode): Doc fix; remove points that are default features
21095 of mouse.el.
21096
21097 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21098
21099 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21100 Fix previous fix (bug#2490).
21101
21102 2011-07-12 Roland Winkler <winkler@gnu.org>
21103
21104 * textmodes/bibtex.el (bibtex-initialize):
21105 Use pop-to-buffer-same-window.
21106 (bibtex-search-entries): Fix interactive call.
21107
21108 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21109
21110 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21111 Fontise bytecomp Error lines more correctly (bug#2490).
21112 Fix suggested by Johan BockgĂ¥rd.
21113
21114 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21115
21116 * dired-x.el (dired-guess-default): Use `delete-dups'.
21117
21118 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21119
21120 * dired.el (dired-mark-prompt):
21121 * dired-aux.el (dired-read-shell-command): Doc fix.
21122
21123 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21124
21125 * mail/sendmail.el (sendmail-query-once):
21126 Use `customize-save-variable' unconditionally, now that it works under
21127 emacs -Q.
21128
21129 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21130
21131 * cus-edit.el (custom-file): Take an optional no-error variable.
21132 (customize-save-variable): Set the variable, and give a warning if
21133 running under "emacs -q".
21134
21135 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
21136
21137 * loadhist.el (unload-feature-special-hooks):
21138 Add `auto-coding-functions', `fill-nobreak-predicate' and
21139 `find-directory-functions' (bug#5327).
21140
21141 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21142
21143 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21144
21145 * cus-edit.el (custom-guess-name-alist): -alist variables should
21146 use the `alist' type (bug#3120). Suggested by Drew Adams.
21147
21148 * printing.el: Add documentation to all the `pr-toggle-' commands.
21149
21150 2011-07-11 Leo Liu <sdl.web@gmail.com>
21151
21152 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21153 backends where it makes sense (bug#2623).
21154
21155 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21156
21157 * dired-x.el (dired-guess-default): Remove duplicate shell command
21158 entries (bug#2028).
21159 (dired-guess-default): Fix grammar in doc string (bug#2028).
21160 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21161
21162 * subr.el (remove-duplicates): New conveniency function.
21163
21164 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21165
21166 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21167 (bug#1526).
21168
21169 2011-07-10 Martin Rudalics <rudalics@gmx.at>
21170
21171 * window.el (display-buffer-normalize-default): Don't invert
21172 meaning of even-window-heights. Reported by Eli Zaretskii
21173 <eliz@gnu.org>.
21174
21175 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
21176
21177 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21178
21179 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
21180
21181 * window.el (display-buffer): Fix arguments to
21182 display-buffer-reuse-window in last change.
21183
21184 * faces.el (link): Use a less saturated blue on light backgrounds.
21185
21186 * startup.el (fancy-startup-text, fancy-about-text)
21187 (fancy-startup-tail): Use font-lock faces, for background safety.
21188
21189 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
21190
21191 * emulation/viper-cmd.el (viper-change-state-to-vi):
21192 Limit triggering of abbrev expansion (Bug#9038).
21193
21194 2011-07-09 Martin Rudalics <rudalics@gmx.at>
21195
21196 * window.el (display-buffer-default-specifiers): Remove.
21197 (display-buffer-macro-specifiers): Remove default specifiers.
21198 (display-buffer-alist): Default to nil.
21199 (display-buffer-reuse-window): New optional argument other-window.
21200 (display-buffer-pop-up-window): Allow splitting internal
21201 windows. Check whether a live window was created.
21202 (display-buffer-other-window-means-other-frame)
21203 (display-buffer-normalize-arguments): Rename to
21204 display-buffer-normalize-argument and rewrite. Set the
21205 other-window specifier.
21206 (display-buffer-normalize-special): New function.
21207 (display-buffer-normalize-options): Rename to
21208 display-buffer-normalize-default and rewrite.
21209 (display-buffer-normalize-options-inhibit): Remove.
21210 (display-buffer-normalize-specifiers): Rewrite.
21211 (display-buffer): Process other-window specifier and call
21212 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
21213 more faithfully.
21214 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21215 (display-buffer-alist-set): Don't handle 'unset default values.
21216 (display-buffer-in-window, display-buffer-alist-set):
21217 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
21218 <tassilo@member.fsf.org>.
21219
21220 2011-07-09 Leo Liu <sdl.web@gmail.com>
21221
21222 * register.el (insert-register): Restore accidental change on
21223 2011-06-26. (Bug#9028)
21224
21225 2011-07-09 Glenn Morris <rgm@gnu.org>
21226
21227 * subr.el (remq): Handle the empty list. (Bug#9024)
21228
21229 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
21230
21231 * mail/sendmail.el (send-mail-function): No longer delay custom
21232 initialization.
21233 * custom.el (custom-initialize-delay): Doc fix.
21234
21235 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21236
21237 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21238
21239 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
21240
21241 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21242 human-friendly prompt.
21243
21244 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21245
21246 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21247 provided by a particular plugin.
21248
21249 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
21250
21251 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21252 save customizations (with "emacs -Q"), just set the variable
21253 instead of erroring out.
21254
21255 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21256
21257 2011-07-08 Juri Linkov <juri@jurta.org>
21258
21259 * arc-mode.el (archive-zip-expunge, archive-zip-update)
21260 (archive-zip-update-case): Use 7z if found by `executable-find'.
21261 The order of searching the available programs is the same as in
21262 `archive-zip-extract' (bug#8968).
21263
21264 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21265
21266 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21267 (menu-bar-options-menu): Tweak descriptions.
21268
21269 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21270
21271 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21272 menu items into verb phrases (bug#1421). Also refill to fit under
21273 80 columns.
21274
21275 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21276
21277 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21278 (Info-read-node-name): Doc fix (Bug#1084).
21279
21280 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21281 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21282 (end-of-sexp, beginning-of-sexp)
21283 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21284 (forward-symbol, forward-same-syntax, word-at-point)
21285 (sentence-at-point): Doc fix (Bug#1144).
21286
21287 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21288
21289 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21290 should cover it (bug#1281).
21291
21292 * cus-edit.el (custom-show): Mark as obsolete.
21293
21294 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21295 negotiation fails, then possibly try again with a non-encrypted
21296 connection (bug#9017).
21297
21298 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21299 be used.
21300
21301 2011-07-07 Richard Stallman <rms@gnu.org>
21302
21303 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21304 property, and handle its changed format.
21305 Look for the correct line number.
21306 Use file's line contents (but not past first =) to find
21307 correct line in message.
21308
21309 2011-07-07 Kenichi Handa <handa@m17n.org>
21310
21311 * international/characters.el (build-unicode-category-table):
21312 Delete it.
21313 (unicode-category-table): Set it by unicode-property-table-internal.
21314
21315 * international/mule-cmds.el (char-code-property-alist): Move to
21316 to src/chartab.c.
21317 (get-char-code-property): Call unicode-property-table-internal to
21318 load a file. Call get-unicode-property-internal where necessary.
21319 (put-char-code-property): Call unicode-property-table-internal to
21320 load a file. Call put-unicode-property-internal where necessary.
21321 put-unicode-property-internal where necessary.
21322 (char-code-property-description):
21323 Call unicode-property-table-internal to load a file.
21324
21325 * international/charprop.el:
21326 * international/uni-bidi.el:
21327 * international/uni-category.el:
21328 * international/uni-combining.el:
21329 * international/uni-comment.el:
21330 * international/uni-decimal.el:
21331 * international/uni-decomposition.el:
21332 * international/uni-digit.el:
21333 * international/uni-lowercase.el:
21334 * international/uni-mirrored.el:
21335 * international/uni-name.el:
21336 * international/uni-numeric.el:
21337 * international/uni-old-name.el:
21338 * international/uni-titlecase.el:
21339 * international/uni-uppercase.el: Regenerate.
21340
21341 * loadup.el: Load international/charprop.el before
21342 international/characters.
21343
21344 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21345
21346 * window.el (next-buffer, previous-buffer): Signal an error if
21347 called from a minibuffer window.
21348
21349 * bindings.el: Revert 2011-07-04 change.
21350
21351 2011-07-06 Richard Stallman <rms@gnu.org>
21352
21353 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21354 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21355 Treat markers like ints.
21356 (rmail-mime-entity): Doc fix.
21357
21358 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21359
21360 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21361 defcustom again for backwards compatibility.
21362
21363 * simple.el (shell-command-on-region): Fill.
21364
21365 * dired-aux.el (dired-kill-line): Add a doc string.
21366
21367 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21368 to "\\sw\\|\\s_" (bug#358).
21369
21370 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21371 (dired-unmark-backward): Ditto.
21372 (dired-flag-backup-files): Ditto.
21373
21374 * dired-x.el (dired-mark-sexp): Ditto.
21375
21376 2011-07-06 Richard Stallman <rms@gnu.org>
21377
21378 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21379 (rmail-mime-entity): New arg TRUNCATED.
21380 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21381 New functions.
21382 (rmail-mime-save): Warn if entity is truncated.
21383 (rmail-mime-toggle-hidden): Likewise, for showing.
21384 (rmail-mime-process-multipart): Record when an entity is truncated.
21385
21386 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21387 if ENTITY is a string.
21388
21389 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21390
21391 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21392 of faces when `M-C-x'-ing their definitions (bug#8378).
21393 Also clean up the code slightly.
21394
21395 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21396 because that makes the colors go away.
21397
21398 * mail/sendmail.el (send-mail-function): Change the default to
21399 `sendmail-query-once'.
21400 (sendmail-query-once): Add an autoload cookie.
21401
21402 * net/network-stream.el (network-stream-open-starttls): Try using
21403 a plain connection even if the server offered STARTTLS, and we
21404 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21405 capability. This should make smtpmail.el work in slightly more
21406 configurations.
21407
21408 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21409
21410 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21411 New defun.
21412 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21413
21414 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21415
21416 * progmodes/sql.el: Version 3.0
21417 (sql-product-alist): Add product :completion-object,
21418 :completion-column, and :statement attributes.
21419 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21420 (sql-mode-syntax-table): Mark all punctuation.
21421 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21422 ansi keywords.
21423 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21424 (sql-mode-oracle-font-lock-keywords): Improve.
21425 (sql-oracle-show-reserved-words): New function for development.
21426 (sql-product-font-lock): Simplify for source code buffers.
21427 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21428 New functions.
21429 (sql-highlight-product): Set product specific syntax table.
21430 (sql-mode-map): Add statement movement functions.
21431 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21432 New variable.
21433 (sql-statement-regexp, sql-beginning-of-statement)
21434 (sql-end-of-statement, sql-signum): New functions.
21435 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21436 (sql-show-sqli-buffer): Bug fix.
21437 (sql-interactive-mode): Store connection data as buffer local.
21438 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21439 with sql-interactive-mode.
21440 (sql-save-connection): Save buffer local settings.
21441 (sql-connection-menu-filter): Change menu entry name.
21442 (sql-product-interactive): Bug fix.
21443 (sql-preoutput-hold): New variable.
21444 (sql-interactive-remove-continuation-prompt): Bug fixes.
21445 (sql-debug-redirect): New variable.
21446 (sql-str-literal): New function.
21447 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21448 Redesign.
21449 (sql-oracle-save-settings, sql-oracle-restore-settings)
21450 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21451 (sql-completion-object, sql-completion-column)
21452 (sql-completion-sqlbuf): New variables.
21453 (sql-build-completions-1, sql-build-completions)
21454 (sql-try-completion): New functions.
21455 (sql-read-table-name): Use them.
21456 (sql-contains-names): New buffer local variable.
21457 (sql-list-all, sql-list-table): Use it.
21458 (sql-oracle-completion-types): New variable.
21459 (sql-oracle-completion-object, sql-sqlite-completion-object)
21460 (sql-postgres-completion-object): New functions.
21461
21462 2011-07-06 Glenn Morris <rgm@gnu.org>
21463
21464 * window.el (pop-to-buffer): Doc fix.
21465
21466 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21467
21468 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21469
21470 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21471
21472 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21473
21474 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21475
21476 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21477
21478 * button.el (button): Inherit from link face. Suggested by Dan
21479 Nicolaescu.
21480
21481 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21482
21483 * progmodes/gdb-mi.el: Fit in 80 columns.
21484 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21485 switch-to-buffer.
21486
21487 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21488 if imenu is simply not configured (bug#8941).
21489
21490 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21491
21492 * allout.el (allout-post-undo-hook): New allout outline-change
21493 event hook to signal undo activity.
21494 (allout-post-command-business): Run allout-post-undo-hook if an
21495 undo just occurred.
21496 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21497 * allout-widgets.el (allout-widgets-after-undo-function):
21498 Ensure the integrity of the current item's decoration after it has been
21499 in the vicinity of an undo.
21500 (allout-widgets-mode): Include allout-widgets-after-undo-function
21501 on the new allout-post-undo-hook.
21502
21503 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21504
21505 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21506 Let define-derived-mode define it.
21507 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21508 cycles of abbrev-table inheritance (bug#8998).
21509
21510 2011-07-05 Roland Winkler <winkler@gnu.org>
21511
21512 * textmodes/bibtex.el: Add support for biblatex.
21513 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21514 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21515 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21516 (bibtex-entry-alist, bibtex-field-alist): New variables.
21517 (bibtex-entry-field-alist): Obsolete alias for
21518 bibtex-BibTeX-entry-alist.
21519 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21520 (bibtex-set-dialect): New command.
21521 (bibtex-entry-type, bibtex-entry-head)
21522 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21523 Bind via bibtex-set-dialect.
21524 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21525 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21526 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21527 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21528 Define via bibtex-set-dialect.
21529 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21530 Obey bibtex-no-opt-remove-re.
21531 (bibtex-vec-push, bibtex-vec-incr): New functions.
21532 (bibtex-format-entry, bibtex-field-list)
21533 (bibtex-print-help-message, bibtex-validate)
21534 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21535
21536 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21537
21538 * progmodes/compile.el (compilation-goto-locus):
21539 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21540 * bs.el (bs-cycle-next, bs-cycle-previous):
21541 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21542 * bindings.el (mode-line-other-buffer):
21543 * autoinsert.el (auto-insert):
21544 * arc-mode.el (archive-extract):
21545 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21546
21547 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21548
21549 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21550 Fix check of `emacs-lock-unlockable-modes'.
21551 Coerce true values of `emacs-lock--try-unlocking' to t.
21552
21553 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21554
21555 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21556 * emacs-lock.el: New file.
21557
21558 2011-07-05 Julien Danjou <julien@danjou.info>
21559
21560 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21561 than `boundp' to check if face is set.
21562
21563 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21564
21565 * register.el (registerv-make):
21566 * window.el (window-min-height): Fix typos in docstrings.
21567
21568 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21569
21570 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21571 Update doc string.
21572
21573 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21574
21575 * server.el (server-execute): Catch quit and call
21576 `server-return-error' to pass the error back to emacsclient and
21577 close the connection (bug#8942).
21578
21579 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21580
21581 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21582 insecure exception for current topic. Also note that auto-saves
21583 are handled differently.
21584
21585 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21586 State variables for tracking auto-save inhibition situation.
21587
21588 (allout-write-contents-hook-handler): Rename from
21589 'allout-write-file-hook-handler', and describe how it depends on
21590 write-contents-functions sensitivity to non-nil value to prevent
21591 file write.
21592
21593 (allout-auto-save-hook-handler): Remove. auto-save does not check
21594 this in individual buffers, only in the starting buffer, so this
21595 is not the right way for us to inhibit auto-save in a buffer
21596 according to its condition.
21597
21598 (allout-mode): Use new allout-write-contents-hook-handler, and
21599 only with write-contents-functions. Remove auto-save provisions -
21600 they're implemented elsewhere.
21601
21602 (allout-before-change-handler): If undo is in progress, note that
21603 for attention of allout-post-command-business.
21604
21605 (allout-post-command-business): If the command we're following was
21606 an undo, check for change in the status of encrypted items and
21607 adjust auto-save inhibitions accordingly.
21608
21609 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21610 according to whether there are or aren't any plain-text topics
21611 pending encryption.
21612
21613 (allout-inhibit-auto-save-info-for-decryption):
21614 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21615 if there are plain-text topics pending encryption.
21616
21617 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21618 buffer-saved-size and some allout state to not inhibit auto-saves
21619 if there are no longer any plain-text topics pending encryption.
21620
21621 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21622 No longer provide for exemption of the current topic.
21623
21624 2011-07-04 Juri Linkov <juri@jurta.org>
21625
21626 Add 7z operations to delete and save changed members (bug#8968).
21627 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21628 New defcustoms.
21629 (archive-7z-write-file-member): New function.
21630 (archive-7z-summarize): Fix the number of dashes in the
21631 listing output.
21632
21633 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21634
21635 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21636 (bug#8958).
21637
21638 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21639
21640 * bindings.el: Ignore next-buffer and previous-buffer in
21641 minibuffer-local-map.
21642
21643 * font-lock.el (font-lock-builtin-face): Change light background
21644 color to dark slate blue (Bug#6693).
21645
21646 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21647
21648 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21649
21650 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21651
21652 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21653 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21654 Add switch-to-buffer.
21655
21656 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21657
21658 * isearch.el (isearch-search-fun-function): Clarify further the
21659 meaning of the function returned.
21660
21661 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21662
21663 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21664
21665 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21666 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21667 Use it.
21668 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21669 `tramp-default-remote-path' does not exist.
21670 (tramp-send-command-and-read): New optional argument NOERROR.
21671 (tramp-open-connection-setup-interactive-shell)
21672 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21673 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21674 (tramp-process-sentinel): Flush also process' connection property.
21675 (tramp-sh-handle-start-file-process): Do not set process
21676 sentinel. It is done now ...
21677 (tramp-maybe-open-connection): ... here. (Bug#8929)
21678
21679 2011-07-04 MON KEY <monkey@sandpframing.com>
21680
21681 * play/animate.el (animate-string): Doc fixes and allow changing
21682 the buffer name (bug#5417).
21683
21684 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21685
21686 * play/animate.el (animation-buffer-name): Rename from *animate*.
21687
21688 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21689
21690 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21691 This is simpler and helps future-proof the code.
21692 (timer-until): Use time-subtract and float-time.
21693 (timer--time-less-p): Use time-less-p.
21694
21695 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21696
21697 * type-break.el (timep): Use the value of `float-time' to avoid a
21698 byte-compiler warning.
21699
21700 * server.el (server-eval-and-print): Return any result, even nil.
21701
21702 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21703
21704 * type-break.el: Accept time formats that the builtins accept.
21705 (timep, type-break-time-difference): Accept any format that
21706 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21707 This is simpler and helps future-proof the code.
21708 (type-break-time-difference): Round rather than ignoring
21709 subseconds components.
21710
21711 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21712
21713 * info.el (Info-apropos-matches): Make non-interactive, since it
21714 doesn't seem to do anything useful as a command (bug#8829).
21715
21716 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21717
21718 * frame.el (frame-background-mode, frame-set-background-mode):
21719 Move from faces.el.
21720 (frame-default-terminal-background): New function.
21721
21722 * custom.el (custom-push-theme): Don't record faces in `changed'
21723 theme; this doesn't work correctly for per-frame face settings.
21724 (disable-theme): Use face-set-after-frame-default to reset faces.
21725 (custom--frame-color-default): New function.
21726
21727 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21728
21729 * dired.el (dired-flagging-regexp): Remove unused variable
21730 (bug#8769).
21731
21732 2011-03-29 Kevin Ryde <user42@zip.com.au>
21733
21734 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21735 `perl-Test2' extend to match possible "fail #N" rep count
21736 (bug#8377).
21737
21738 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21739
21740 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21741 `smtpmail-via-smtp' now returns the error instead of nil.
21742
21743 * isearch.el (isearch-search-fun-function): Clarify the doc string
21744 (bug#8101).
21745
21746 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21747
21748 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21749 unnecessary spaces (bug#8987).
21750
21751 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21752
21753 * net/network-stream.el (open-network-stream): Use the
21754 :end-of-capability command thoughout.
21755
21756 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21757
21758 * net/network-stream.el (open-network-stream): Add the
21759 :end-of-capability command parameter, used by pop3.el.
21760
21761 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21762
21763 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21764
21765 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21766 for list)" (bug#6475).
21767
21768 * files.el (file-expand-wildcards): Ignore non-readable
21769 sub-directories while trying to find matches instead of signaling
21770 an error (bug#6297).
21771
21772 * man.el (Man-reference-regexp): Allow matching possible
21773 word-wrapped references (bug#6289).
21774
21775 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21776 for consistency with the other vc buffers (bug#6197).
21777 (vc-checkin): Ditto.
21778
21779 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21780
21781 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21782
21783 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21784
21785 * custom.el (defcustom): Clarify that :set is only used in the
21786 Customize user interface (bug#6089).
21787
21788 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21789 associated with a file, refuse to run instead of erroring out
21790 (bug#6084).
21791
21792 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21793 the doc string, since it appears that using `fill-column' always
21794 controls the width (bug#7845).
21795
21796 * simple.el (shell-command-on-region): Say where the error output
21797 went if `shell-command-default-error-buffer' is set (bug#6857).
21798
21799 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21800
21801 * allout.el (allout-yank-processing): Adjust cursor position for
21802 backwards-deleted space.
21803
21804 (allout-rebullet-heading): Register changes with
21805 allout-exposure-changed-hook, so the modified topic is properly
21806 decorated.
21807
21808 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21809
21810 * minibuffer.el (completion-in-region): Document PREDICATE
21811 (bug#7136).
21812
21813 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21814 of keyword/argument pairs (bug#6904).
21815
21816 * replace.el (multi-occur):
21817 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21818
21819 2011-07-02 Drew Adams <drew.adams@oracle.com>
21820
21821 * dired.el (dired-mark-if): Make the message about whether it's
21822 marking or unmarking clearer (bug#8523).
21823
21824 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21825
21826 * disp-table.el (display-table-print-array): New function.
21827 (describe-display-table): Use it to print the vectors more pretty
21828 (Bug#8859).
21829
21830 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21831
21832 * window.el (window-state-get-1): Don't assign clone numbers.
21833 Add clone-of item to list of window parameters.
21834 (window-state-put-2): Don't process clone numbers.
21835 (display-buffer-alist): Fix doc-string.
21836
21837 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21838
21839 * subr.el (remq): Don't allocate if it's not needed.
21840 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21841 (keymap--merge-bindings): New functions.
21842 (keymap-canonicalize): Use them to refine the canonicalization.
21843 * minibuffer.el (minibuffer-local-completion-map)
21844 (minibuffer-local-must-match-map): Move initialization from C.
21845 (minibuffer-local-filename-completion-map): Move initialization from C;
21846 don't inherit from anything here.
21847 (minibuffer-local-filename-must-match-map): Make obsolete.
21848 (completing-read-default): Use make-composed-keymap to combine
21849 minibuffer-local-filename-completion-map with either
21850 minibuffer-local-must-match-map or
21851 minibuffer-local-filename-completion-map.
21852
21853 2011-07-01 Glenn Morris <rgm@gnu.org>
21854
21855 * type-break.el (type-break-time-sum): Use dolist.
21856
21857 * textmodes/flyspell.el (flyspell-word-search-backward):
21858 Replace CL function.
21859
21860 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21861
21862 * mouse.el (mouse--strip-first-event): New function.
21863 (function-key-map): Use it to map fringe clicks to normal clicks
21864 by default.
21865
21866 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21867 (vc-bzr-revision-completion-table): Add support for annotate and date.
21868
21869 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21870 inherit from parent.
21871
21872 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21873
21874 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21875 (dired-show-file-type): Doc fixup (bug#8818).
21876
21877 * dired.el (dired-mode): Fix up the doc string as suggested by
21878 Drew Adams (bug#8817).
21879
21880 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21881 cookie, since the manual says that it should be possible to add
21882 this function to `find-file-hook' (bug#8709).
21883
21884 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21885
21886 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21887 here. Noted Ted Zlatanov as the maintainer.
21888 (cfengine-common-settings, cfengine-common-syntax): New functions
21889 to set up common things between `cfengine-mode' and
21890 `cfengine3-mode'.
21891 (cfengine3-mode): New mode.
21892 (cfengine3-defuns cfengine3-defuns-regex
21893 (cfengine3-class-selector-regex cfengine3-category-regex)
21894 (cfengine3-vartypes cfengine3-font-lock-keywords)
21895 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21896 (cfengine3-indent-line): Add from cfengine3.el.
21897
21898 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21899
21900 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21901
21902 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21903
21904 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21905
21906 * window.el (same-window-buffer-names, same-window-regexps)
21907 (same-window-p, special-display-frame-alist)
21908 (special-display-popup-frame, special-display-function)
21909 (special-display-buffer-names, special-display-regexps)
21910 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21911 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21912 (split-window-preferred-function, split-height-threshold)
21913 (split-width-threshold, even-window-heights)
21914 (display-buffer-mark-dedicated, window-splittable-p)
21915 (split-window-sensibly, window-safely-shrinkable-p):
21916 Un-obsolete.
21917 (display-buffer): Don't spread args with function specifier
21918 because special-display-popup-frame won't like it.
21919
21920 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21921
21922 Time-stamp simplifications and fixes.
21923 These improve accuracy slightly, and future-proof the code
21924 against some potential changes to current-time format.
21925
21926 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21927 by using time-since and float-time.
21928
21929 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21930 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21931 + NNN microseconds".
21932
21933 * type-break.el (type-break-time-sum): Rewrite using time-add.
21934
21935 * play/hanoi.el (hanoi-current-time-float): Remove.
21936 All uses replaced by float-time.
21937
21938 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21939 This yields a more-accurate answer.
21940 (rng-time-to-float): Remove; no longer needed.
21941
21942 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21943
21944 * calendar/timeclock.el (timeclock-seconds-to-time):
21945 Defalias to seconds-to-time, since they're the same thing.
21946
21947 * emacs-lisp/elp.el (elp-elapsed-time):
21948 * emacs-lisp/benchmark.el (benchmark-elapse):
21949 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21950
21951 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21952
21953 * window.el (bury-buffer): Don't iconify the only frame.
21954 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21955 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
21956
21957 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
21958
21959 * eshell/em-smart.el (eshell-smart-display-navigate-list):
21960 Add mouse-yank-primary.
21961
21962 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21963
21964 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21965
21966 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21967
21968 * emacs-lisp/find-func.el (find-library--load-name): New fun.
21969 (find-library-name): Use it to find relative load names when provided
21970 absolute file name (bug#8803).
21971
21972 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
21973
21974 * textmodes/flyspell.el (flyspell-word): Consider words that
21975 differ only in case as potential doublons (bug#5687).
21976
21977 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21978 Remove two rather uninteresting debugging-like messages to make
21979 debbugs.el more silent.
21980
21981 * comint.el (comint-password-prompt-regexp): Accept "Response" as
21982 a password-like phrase.
21983
21984 2011-06-30 Masatake YAMATO <yamato@redhat.com>
21985
21986 * progmodes/cc-guess.el: New file.
21987
21988 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21989
21990 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21991 derived from `c-basic-common-init'.
21992
21993 * progmodes/cc-mode.el (top-level): Require cc-guess.
21994 (c-basic-common-init): Use `cc-choose-style-for-mode'.
21995
21996 2011-06-30 Lawrence Mitchell <wence@gmx.li>
21997
21998 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21999
22000 2011-06-30 Alan Mackenzie <acm@muc.de>
22001
22002 * progmodes/cc-engine.el (c-guess-continued-construct):
22003 Correct the handling of template-args-cont, particularly for when font
22004 lock is disabled. Name this case as "CASE G".
22005
22006 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
22007
22008 * allout.el (allout-yank-processing): Fix injection of extra space
22009 between bullet and non-whitespace character in first topic when
22010 pasting, ensuring that the actual spacing in the pasted topic
22011 following the bullet char is preserved. This extra space was
22012 causing pasted encrypted topics to get a decrypted status even
22013 when the content was actually still encrypted. Now the decryption
22014 status from before the paste is preserved.
22015
22016 (allout-flag-region): Set all allout overlays so they evaporate
22017 when reduced to zero length (evanescent), to prevent overlay
22018 leakage.
22019
22020 2011-06-30 Glenn Morris <rgm@gnu.org>
22021
22022 * w32-fns.el (w32-charset-info-alist): Declare.
22023
22024 * find-dired.el (find-grep-options): Simplify.
22025
22026 * term/ns-win.el (ns-set-resource): Declare.
22027
22028 * ses.el (row, col): Declare dynamic variables honestly.
22029
22030 * textmodes/reftex-parse.el (index-tags): Declare.
22031
22032 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
22033
22034 * cus-edit.el (customize-push-and-save): New function.
22035
22036 * files.el (hack-local-variables-confirm): Use it.
22037
22038 * custom.el (load-theme): New arg NO-CONFIRM.
22039 Use customize-push-and-save (Bug#8720).
22040 (custom-enabled-themes): Doc fix.
22041
22042 * cus-theme.el (customize-create-theme)
22043 (custom-theme-merge-theme): Callers to load-theme changed.
22044
22045 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22046
22047 * thingatpt.el (thing-at-point-short-url-regexp): Require that
22048 short URLs have at least one dot in them (bug #7614).
22049
22050 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22051 nil, because using a pty is apparently too slow (bug #895).
22052
22053 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22054
22055 * mail/sendmail.el (sendmail-query-once): New function.
22056 (sendmail-query-once-function): New variable.
22057
22058 2011-06-29 Glenn Morris <rgm@gnu.org>
22059
22060 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22061
22062 * ses.el (top-level): Require cl when compiling.
22063 (ses-set-localvars): Fix error statement.
22064 Call it at compile time to silence a storm of warnings.
22065
22066 2011-06-29 Martin Rudalics <rudalics@gmx.at>
22067
22068 * window.el (normalize-live-buffer): Rename to
22069 window-normalize-buffer.
22070 (normalize-live-frame): Rename to window-normalize-frame.
22071 (normalize-any-window): Rename to window-normalize-any-window.
22072 (normalize-live-window): Rename to window-normalize-live-window.
22073 (make-window-atom): Rename to window-make-atom.
22074 (window-resize-reset): Rename to window--resize-reset.
22075 (window-resize-reset-1): Rename to window--resize-reset-1.
22076 (resize-mini-window): Rename to window--resize-mini-window.
22077 (resize-subwindows-skip-p): Rename to
22078 window--resize-subwindows-skip-p.
22079 (resize-subwindows-normal): Rename to
22080 window--resize-subwindows-normal.
22081 (resize-subwindows): Rename to window--resize-subwindows.
22082 (resize-other-windows): Rename to window--resize-siblings.
22083 (resize-this-window): Rename to window--resize-this-window.
22084 (resize-root-window): Rename to window--resize-root-window.
22085 (resize-root-window-vertically): Rename to
22086 window--resize-root-window-vertically.
22087 (normalize-buffer-to-display): Rename to
22088 window-normalize-buffer-to-display.
22089 (normalize-buffer-to-switch-to): Rename to
22090 window-normalize-buffer-to-switch-to.
22091 Correspondingly update all callers of the functions listed
22092 above.
22093 (display-buffer-alist, display-buffer-normalize-arguments)
22094 (display-buffer-normalize-options, display-buffer)
22095 (display-buffer-alist-set): Use "function" instead of
22096 "fun-with-args".
22097
22098 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
22099
22100 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22101 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
22102 debbugs.gnu.org. Mention acknowledgment email.
22103
22104 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
22105
22106 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22107 buffer multibyteness, since it shouldn't matter.
22108
22109 2011-06-28 Martin Rudalics <rudalics@gmx.at>
22110
22111 * window.el (display-buffer-in-side-window): Handle dedicated
22112 windows as in display-buffer-reuse-window.
22113 (display-buffer-normalize-alist): Use value of override
22114 specifier.
22115 (display-buffer-normalize-specifiers): Use value of
22116 other-window-means-other-frame specifier.
22117 (display-buffer-alist): Rewrite some texts in widgets.
22118 (display-buffer): Spread arguments when calling function
22119 specified by fun-with-args.
22120
22121 2011-06-28 Deniz Dogan <deniz@dogan.se>
22122
22123 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22124 Unnest `let'.
22125
22126 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22127 selectors (Bug#5732).
22128 (css-proprietary-nmstart-re): Use `regexp-opt'.
22129
22130 2011-06-27 Jari Aalto <jari.aalto@cante.net>
22131
22132 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22133 (eshell-ls-date-format): New defcustom.
22134 (eshell-ls-file): Use it.
22135
22136 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22137
22138 * help-fns.el (describe-variable): Fix message for terminal-local vars.
22139
22140 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
22141
22142 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22143 (ange-ftp-make-tmp-name): New arg.
22144 (ange-ftp-file-local-copy): Use it.
22145
22146 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
22147
22148 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22149 no-conversion (Bug#8870).
22150
22151 2011-06-27 Martin Rudalics <rudalics@gmx.at>
22152
22153 * window.el (window-right, window-left, window-child)
22154 (window-child-count, window-last-child)
22155 (window-iso-combination-p, walk-window-tree-1)
22156 (window-atom-check-1, window-tree-1, delete-window)
22157 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22158 new naming conventions - window-vchild, window-hchild,
22159 window-next and window-prev are now called window-top-child,
22160 window-left-child, window-next-sibling and window-prev-sibling
22161 respectively.
22162 (resize-window-reset): Rename to window-resize-reset.
22163 (resize-window-reset-1): Rename to window-resize-reset-1.
22164 (resize-window): Rename to window-resize.
22165 (window-min-height, window-min-width)
22166 (resize-mini-window, resize-this-window, resize-root-window)
22167 (resize-root-window-vertically, adjust-window-trailing-edge)
22168 (enlarge-window, shrink-window, maximize-window)
22169 (minimize-window, delete-window, quit-restore-window)
22170 (split-window, balance-windows, balance-windows-area-adjust)
22171 (balance-windows-area, window-state-put-2)
22172 (display-buffer-even-window-sizes, display-buffer-set-height)
22173 (display-buffer-set-width, set-window-text-height)
22174 (fit-window-to-buffer): Rename all "resize-window" prefixed
22175 calls to use the "window-resize" prefix convention.
22176 (display-buffer-alist): Fix symbol for label specifier.
22177 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22178 corresponding specifier.
22179 Reported by Juanma Barranquero <lekktu@gmail.com>.
22180
22181 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22182
22183 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22184 convention.
22185 (ses-call-printer): Does not pass an empty string to formatter when the
22186 cell is empty to keep from barking printer Calc math-format-value.
22187
22188 2011-06-27 Richard Stallman <rms@gnu.org>
22189
22190 * battery.el (battery-mode-line-limit): New variable.
22191 (battery-update): Handle it.
22192
22193 * mail/rmailmm.el (rmail-mime-process-multipart):
22194 Handle truncated messages.
22195
22196 2011-06-27 Glenn Morris <rgm@gnu.org>
22197
22198 * progmodes/flymake.el (flymake-err-line-patterns):
22199 Allow for column numbers in the ant/javac pattern. (Bug#8866)
22200
22201 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22202
22203 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22204 (ses--clean-!, ses--clean-_): New functions.
22205 (ses-range): Add configurability of readout order, and conversion
22206 to Calc vector.
22207
22208 * ses.el (ses-repair-cell-reference-all): New function.
22209 (ses-cell-symbol): Set macro as safe, so that it can be used in
22210 formulas.
22211
22212 * ses.el: Update cycle detection algorithm.
22213 (ses-localvars): Add ses--Dijkstra-attempt-nb and
22214 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22215 (ses-set-localvars): New function.
22216 (ses-make-cell): Add property-list as a cell element.
22217 (ses-cell-property-get-fun, ses-cell-property-get)
22218 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22219 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22220 New functions.
22221 (ses-cell-property-set, ses-cell-property-pop)
22222 (ses-cell-property-get-handle): New macro.
22223 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22224 New aliases, used for code readability.
22225 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22226 cycle detection.
22227 (ses-self-reference-early-detection): New defcustom.
22228 (ses-formula-references): Robustify against self-referring cells.
22229 (ses-mode): Use ses-set-localvars.
22230 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22231 before lauching the update processing.
22232 (ses-initialize-Dijkstra-attempt): New function.
22233 (ses-recalculate-cell): Update for cycle detection based on
22234 Dijkstra algorithm.
22235
22236 * ses.el: Fix commenting and indenting convention.
22237
22238 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22239
22240 * bs.el (bs-cycle-next): Complete last change.
22241
22242 2011-06-27 Drew Adams <drew.adams@oracle.com>
22243
22244 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22245
22246 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22247
22248 * net/network-stream.el (network-stream-open-starttls):
22249 Don't re-get capabilities unless we've reestablished connection.
22250 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22251
22252 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22253 to binary to possibly avoid line encoding issues on Windows (among
22254 other things).
22255
22256 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22257
22258 * net/network-stream.el (open-network-stream): Return an :error
22259 saying what the problem was, if possible.
22260
22261 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22262 server.
22263
22264 * net/network-stream.el (network-stream-open-starttls): If we
22265 wanted to use STARTTLS, and the server offered it, but we weren't
22266 able to because we had no STARTTLS support, then close the connection.
22267 (open-network-stream): Return an :error element, if present.
22268
22269 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22270
22271 * hl-line.el (hl-line-sticky-flag): Doc fix.
22272 (global-hl-line-sticky-flag): New option (Bug#8323).
22273 (global-hl-line-highlight): Obey it.
22274
22275 * vc/vc.el (vc-revert-show-diff): Default to t.
22276
22277 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22278
22279 * allout-widgets.el (allout-widgets-post-command-business):
22280 Stop decorating intermediate isearch matches. They're not being
22281 undecorated when an isearch is continued past, and isearch
22282 automatically collapses them. This leads to "widget leaks", where
22283 decorated items accumulate in collapsed areas. Lines with lots of
22284 hidden widgets can slow down cursor travel, substantially.
22285 Too much complicated machinery would be needed to ensure undecoration,
22286 so we're doing without this nicety.
22287
22288 (allout-widgets-tally-string): Don't try to do a hash-table-count
22289 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22290 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22291 *Messages* when allout-widgets-maintain-tally is t.
22292
22293 2011-06-26 Martin Rudalics <rudalics@gmx.at>
22294
22295 * window.el (display-buffer-normalize-argument): Rename to
22296 display-buffer-normalize-arguments. Handle special meaning of
22297 LABEL argument. Respect special-display-function when popping up
22298 a new frame. Fix code searching for a window showing the buffer
22299 on another frame.
22300 (display-buffer-normalize-specifiers):
22301 Call display-buffer-normalize-arguments.
22302 (display-buffer-in-window): Don't undedicate the window if its
22303 buffer remains the same.
22304 Reported by Drew Adams <drew.adams@oracle.com>.
22305 (display-buffer-alist): Add choice for same-window macro
22306 specfier.
22307 (display-buffer): Mention special meaning of LABEL argument in
22308 doc-string. Fix quoting. Don't pop up a new frame even as
22309 fallback.
22310
22311 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
22312
22313 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22314 avoid deleting the current window in some cases (bug#8911).
22315
22316 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22317
22318 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22319 (Bug#8934)
22320
22321 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22322
22323 * net/network-stream.el (network-stream-open-starttls):
22324 Use built-in TLS support if `gnutls-available-p' is true.
22325 (network-stream-open-tls): Ditto.
22326
22327 2011-06-26 Leo Liu <sdl.web@gmail.com>
22328
22329 * register.el (registerv): New struct.
22330 (registerv-make): New function.
22331 (jump-to-register, describe-register-1, insert-register):
22332 Support the jump-func, print-func and insert-func slot of a registerv
22333 struct. (Bug#8415)
22334
22335 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22336
22337 * vc/vc.el (vc-revert-show-diff): New defcustom.
22338 (vc-diff-internal): New arg specifying diff buffer.
22339 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22340 reuse an existing *vc-diff* buffer (Bug#8927).
22341
22342 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22343
22344 2011-06-26 Glenn Morris <rgm@gnu.org>
22345
22346 * progmodes/f90.el (f90-critical-indent): New option.
22347 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22348 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22349 (f90-mode): Doc fix.
22350 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22351 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22352 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22353 (f90-match-end): Handle block, critical.
22354
22355 2011-06-25 Glenn Morris <rgm@gnu.org>
22356
22357 * calendar/diary-lib.el (diary-included-files): Doc fix.
22358 (diary-include-files): New function, extracted from
22359 diary-include-other-diary-files and diary-mark-included-diary-files.
22360 (diary-include-other-diary-files, diary-mark-included-diary-files):
22361 Just call diary-include-files.
22362 (diary-mark-entries): Reset diary-included-files on first call.
22363
22364 * calendar/diary-lib.el (diary-mark-entries)
22365 (diary-mark-included-diary-files):
22366 Visit included diary-files in temp buffers.
22367
22368 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22369 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22370 (f90-start-block-re, f90-imenu-generic-expression)
22371 (f90-looking-at-program-block-start, f90-no-block-limit):
22372 Add support for submodules.
22373
22374 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22375 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22376
22377 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22378
22379 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22380 buffer-file-type before setting its value, to avoid disastrous
22381 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22382
22383 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22384
22385 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22386
22387 * ses.el (ses-unload-function):
22388 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22389
22390 * proced.el (proced-unload-function):
22391 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22392
22393 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22394
22395 * server.el (server-create-window-system-frame): Add parameters arg.
22396 (server-process-filter): Doc fix. Handle frame-parameters.
22397
22398 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22399
22400 Fix bug#8730, bug#8781.
22401
22402 * loadhist.el (unload--set-major-mode): New function.
22403 (unload-feature): Use it.
22404
22405 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22406 (python-unload-function): New function.
22407
22408 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22409
22410 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22411
22412 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22413
22414 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22415 the candidates list.
22416
22417 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22418
22419 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22420
22421 2011-06-23 Richard Stallman <rms@gnu.org>
22422
22423 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22424 (rmail-variables): Set next-error-move-function.
22425 (rmail-what-message): Take argument POS.
22426 (rmail-next-error-move): New function.
22427
22428 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22429
22430 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22431 messages for adjacent non-terminals.
22432
22433 2011-06-23 Richard Stallman <rms@gnu.org>
22434
22435 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22436 (rmail-show-message-1): Preserve buffer modified flag.
22437 (rmail-start-mail): Don't specify use of rmail-mail-return;
22438 that's done by mail-bury now.
22439 (rmail-mail-return): Handle arg NEWBUF.
22440
22441 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22442
22443 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22444 SIZE is a number.
22445
22446 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22447
22448 * window.el (get-lru-window, get-mru-window)
22449 (get-largest-window): Never return a minibuffer window.
22450 (display-buffer-pop-up-window): Fix a bug that could lead to
22451 reusing the minibuffer window.
22452 (display-buffer): Pass original specifier argument to
22453 display-buffer-function instead of the normalized one.
22454 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22455
22456 2011-06-22 Leo Liu <sdl.web@gmail.com>
22457
22458 * minibuffer.el (completing-read-function)
22459 (completing-read-default): Move from minibuf.c.
22460
22461 2011-06-22 Richard Stallman <rms@gnu.org>
22462
22463 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22464 to Rmail even if not started by a special Rmail command.
22465
22466 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22467 Copy the buffer currently showing just one message.
22468
22469 2011-06-22 Roland Winkler <winkler@gnu.org>
22470
22471 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22472 (bibtex-clean-entry): First delete the old key so that a
22473 customized algorithm for generating the new key does not get
22474 confused by the old key.
22475 (bibtex-url): Obey regexp of first step.
22476 (bibtex-search-entries): Do not use add-to-list with local
22477 list-var.
22478
22479 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22480
22481 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22482 stored a user name, then query for the password first, instead of
22483 waiting for SMTP to give an error message and the trying again.
22484
22485 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22486
22487 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22488 BUFFER in call-process.
22489
22490 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22491
22492 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22493 QUIT twice.
22494 (smtpmail-try-auth-methods): Require user name and password from
22495 auth-source.
22496
22497 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22498
22499 * window.el (display-buffer-default-specifiers)
22500 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22501 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22502 (split-window): Normalize SIDE argument (Bug#8916).
22503
22504 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22505 (special-display-frame-alist, special-display-popup-frame):
22506 Remove duplicate declarations. These are now in window.el.
22507
22508 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22509
22510 * mail/smtpmail.el (smtpmail-via-smtp):
22511 Set :use-starttls-if-possible so that we always use STARTTLS if the
22512 server supports it. SMTP servers that support STARTTLS commonly
22513 require it.
22514
22515 * net/network-stream.el (network-stream-open-starttls): Support
22516 upgrading to STARTTLS always, even if we don't have built-in support.
22517 (open-network-stream): Add the :always-query-capabilities keyword.
22518
22519 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22520 upgrades with `open-network-stream', and rely solely on
22521 auth-source for all credentials. Big changes throughout the file,
22522 but in particular:
22523 (smtpmail-auth-credentials): Remove.
22524 (smtpmail-starttls-credentials): Remove.
22525 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22526 MAIL FROM, too.
22527
22528 * net/network-stream.el (network-stream-open-starttls):
22529 Provide support for client certificates both for external and built-in
22530 STARTTLS.
22531 (auth-source): Require.
22532 (open-network-stream): Document the :client-certificate keyword.
22533 (network-stream-certificate): Change cert-cert to cert and
22534 cert-key to key.
22535
22536 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22537
22538 * net/tramp-cache.el (top): Don't load the persistency file when
22539 "emacs -Q" has been called.
22540
22541 2011-06-21 Tim Harper <timcharper@gmail.com>
22542
22543 * term/ns-win.el (ns-initialize-window-system):
22544 Set application-specific `ApplePressAndHoldEnabled' system
22545 resource to NO as it is not yet supported by the NS port.
22546
22547 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22548
22549 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22550 (list-dynamic-libraries): ...not here.
22551
22552 2011-06-21 Leo Liu <sdl.web@gmail.com>
22553
22554 * subr.el (sha1): Implement sha1 using secure-hash.
22555
22556 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22557
22558 * window.el (display-buffer-alist): In default value do not
22559 enforce searching a window on any but the selected frame.
22560 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22561 (display-buffer-select-window): Remove function.
22562 (display-buffer-in-window): When a window on another frame gets
22563 reused, do not select it any more but just raise its frame if
22564 necessary (Bug#8851) and (Bug#8856).
22565 (display-buffer-normalize-options): Handle pop-up-frames related
22566 options more faithfully.
22567 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22568 window if it is on another frame.
22569 (display-buffer-alist, display-buffer-default-specifiers):
22570 Don't make new frame unsplittable by default.
22571 (display-buffer-normalize-argument): Fix doc-string typo and use
22572 'same-frame-other-window instead of 'other-window when associating
22573 with display-buffer-macro-specifiers.
22574
22575 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
22576
22577 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22578 New functions.
22579 (5x5-mode-map, 5x5-mode-menu): Bind them.
22580 (5x5-draw-grid): Tweak the solver's rendering.
22581
22582 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22583
22584 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22585 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22586
22587 2011-06-21 Drew Adams <drew.adams@oracle.com>
22588
22589 * menu-bar.el: Use function variable instead of switch-to-buffer.
22590 (menu-bar-select-buffer-function): New variable.
22591 (menu-bar-update-buffers): Use it (bug#8876).
22592
22593 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22594
22595 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22596 variable's status.
22597
22598 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22599
22600 * x-dnd.el (x-dnd-version-from-flags)
22601 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22602 and long as number (Bug#8899).
22603 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22604
22605 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22606
22607 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22608 (completion-try-completion, completion-all-completions): Compute the
22609 metadata argument if it's missing; make it optional (bug#8795).
22610
22611 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22612 (widget-complete): Use new :completion-function property.
22613 (widget-completions-at-point): New function.
22614 (default): Use :completion-function instead of :complete.
22615 (widget-default-completions): Rename from widget-default-complete;
22616 Rewrite.
22617 (widget-string-complete, widget-file-complete, widget-color-complete):
22618 Remove functions.
22619 (file, symbol, function, variable, coding-system, color):
22620 * international/mule-cmds.el (default-input-method, charset)
22621 (language-info-custom-alist):
22622 * cus-edit.el (face): Use new property :completions.
22623
22624 * progmodes/pascal.el (pascal-completions-at-point): New function.
22625 (pascal-mode): Use it.
22626 (pascal-mode-map): Use completion-at-point.
22627 (pascal-toggle-completions): Make obsolete.
22628 (pascal-complete-word, pascal-show-completions):
22629 * progmodes/octave-mod.el (octave-complete-symbol):
22630 Redefine as obsolete alias.
22631 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22632 Signal absence of completion info for old Octave,
22633 (inferior-octave-complete): Redefine as obsolete alias.
22634 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22635 (meta-completions-at-point): Rename from meta-complete-symbol and
22636 adapt it for use on completion-at-point-functions.
22637 (meta-common-mode): Use it.
22638 (meta-looking-at-backward, meta-match-buffer): Remove.
22639 (meta-complete-symbol): Redefine as obsolete alias.
22640 (meta-common-mode-map): Use completion-at-point.
22641 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22642 (makefile-mode-map): Use completion-at-point.
22643 (makefile-completions-at-point): Rename from makefile-complete and
22644 adapt it for use on completion-at-point-functions.
22645 (makefile-mode): Use it.
22646 (makefile-complete): Redefine as obsolete alias.
22647
22648 2011-06-20 Deniz Dogan <deniz@dogan.se>
22649
22650 * net/rcirc.el: Delete trailing whitespaces once and for all.
22651
22652 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22653
22654 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22655
22656 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22657
22658 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22659
22660 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22661
22662 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22663
22664 * window.el (display-buffer-other-window-means-other-frame):
22665 Call display-buffer-normalize-alist.
22666 (display-buffer-normalize-specifiers-1): Rename to
22667 display-buffer-normalize-argument. New argument other-frame.
22668 Rewrite.
22669 (display-buffer-normalize-specifiers-2): Rename to
22670 display-buffer-normalize-options.
22671 (display-buffer-normalize-alist-1): New function.
22672 (display-buffer-normalize-specifiers-3): Rename to
22673 display-buffer-normalize-alist.
22674 Call display-buffer-normalize-alist-1.
22675 (display-buffer-normalize-options-inhibit): New variable.
22676 (display-buffer-normalize-specifiers): Rewrite calling
22677 display-buffer-normalize-alist,
22678 display-buffer-normalize-argument, and
22679 display-buffer-normalize-options. Don't call the latter if
22680 display-buffer-normalize-options-inhibit is non-nil.
22681 (frame-auto-delete): New option.
22682 (window-deletable-p): Use frame-auto-delete.
22683 (window-list-no-nils, window-state-ignored-parameters)
22684 (window-state-get-1, window-state-get, window-state-put-list)
22685 (window-state-put-1, window-state-put-2, window-state-put):
22686 New functions.
22687 (display-buffer-normalize-options): Move special-display-p group
22688 after pop-up-frame group (Bug#8851) and (Bug#8856).
22689
22690 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22691
22692 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22693 groups (Bug#8776).
22694 (rx-submatch-n): New function.
22695 (rx): Document it.
22696
22697 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22698 (Bug#8768).
22699
22700 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22701
22702 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22703
22704 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22705 anytime existing face settings are present (Bug#8889).
22706
22707 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22708 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22709 Remove unused argument.
22710
22711 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22712
22713 * window.el (display-buffer-default-specifiers):
22714 Remove pop-up-frame. Add pop-up-window-min-height,
22715 pop-up-window-min-width, and another reuse-window specifier
22716 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22717 (display-buffer-normalize-specifiers-2):
22718 Handle split-height-threshold and split-width-threshold also when
22719 pop-up-windows is unset. Add a reuse-window specifier for the
22720 case popping up a new window fails.
22721 (special-display-popup-frame): Remove double quoting.
22722 (display-buffer-normalize-specifiers-1): Fix thinko.
22723
22724 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22725
22726 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22727 according to comint-completion-addsuffix.
22728
22729 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22730 (pcomplete-suffix-list): Mark as obsolete.
22731 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22732 pcomplete-seen in the closure.
22733 (pcomplete-comint-setup): Setup completion-at-point as well.
22734 (pcomplete--entries): New function.
22735 (pcomplete--env-regexp): New var.
22736 (pcomplete-entries): Rewrite to work with partial-completion and
22737 without relying on pcomplete-suffix-list.
22738 (pcomplete-pare-list): Remove, unused.
22739
22740 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22741
22742 * window.el (display-buffer-alist): Set pop-up-window-min-height
22743 and pop-up-window-min-width in default value. Reported by
22744 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22745 other-window-means-other-frame.
22746 (display-buffer-macro-specifiers): Comment out entry for
22747 other-window specifier.
22748 (display-buffer-other-window-means-other-frame): New function.
22749 (display-buffer-normalize-specifiers-1): New arguments
22750 buffer-name and label. Treat other-window case specially.
22751 (display-buffer-normalize-specifiers-2): Treat other-window case
22752 specially.
22753 (display-buffer-normalize-specifiers-3): New function.
22754 (display-buffer-normalize-specifiers):
22755 Call display-buffer-normalize-specifiers-3.
22756
22757 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22758
22759 * window.el (same-window-p): Fix two typos introduced when
22760 adding with-no-warnings.
22761 (display-buffer-normalize-specifiers-1): Don't check
22762 pop-up-frames for 'unset initialization.
22763 (display-buffer-normalize-specifiers-2): Major rewrite using
22764 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22765 (pop-up-frames, display-buffer-reuse-frames)
22766 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22767 Suggested by David Engster <deng@randomsample.de>.
22768 (even-window-heights): Initialize to 'unset.
22769 (display-buffer-alist-set): Handle new 'unset initializations.
22770 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22771 other window case.
22772
22773 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22774
22775 * window.el (display-buffer-normalize-specifiers-1):
22776 Respect current value of pop-up-frames for most reasonable values of
22777 second argument of display-buffer (Bug#8865).
22778 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22779 (switch-to-buffer-other-window-same-frame)
22780 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22781 Adams (Bug#8875).
22782 (display-buffer): Don't check noninteractive when calling
22783 display-buffer-pop-up-frame.
22784 (display-buffer-pop-up-frame): Never pop up a frame in
22785 noninteractive mode (Bug#8857).
22786 (enlarge-window, shrink-window): Don't report an error when the
22787 window can't be resized as requested (Bug#8862).
22788
22789 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22790
22791 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22792
22793 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22794
22795 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22796
22797 2011-06-15 Alan Mackenzie <acm@muc.de>
22798
22799 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22800 for declarators, disable knr checking to speed up for normal files.
22801 2: Refactor, replacing a sequence of nested if forms by a cond form.
22802
22803 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22804
22805 * net/network-stream.el (open-network-stream): Add the keyword
22806 :always-query-capabilities for the case where you want to force a
22807 `plain' network connection, but the protocol still requires the
22808 capabilitiy command (i.e., SMTP and EHLO).
22809
22810 * subr.el (process-live-p): Rename from `process-alive-p' for
22811 consistency with other `-live-p' functions.
22812
22813 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22814
22815 * window.el (same-window-buffer-names, same-window-regexps)
22816 (special-display-frame-alist, special-display-popup-frame)
22817 (special-display-function, special-display-buffer-names)
22818 (special-display-regexps, pop-up-frame-alist)
22819 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22820 (pop-up-windows, split-window-preferred-function)
22821 (split-height-threshold, split-width-threshold, even-window-heights)
22822 (display-buffer-mark-dedicated): Don't encourage the use of
22823 display-buffer-alist from Elisp code.
22824
22825 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22826
22827 * progmodes/python.el (python-mode): Derive from prog-mode.
22828 * progmodes/ps-mode.el (ps-mode):
22829 * progmodes/mixal-mode.el (mixal-mode):
22830 * progmodes/cfengine.el (cfengine-mode):
22831 * progmodes/ld-script.el (ld-script-mode): Likewise.
22832
22833 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22834
22835 * window.el (display-buffer-alist): Trim default value to avoid
22836 popping up a new frame (Bug#8857) or reusing an arbitrary window
22837 on another frame.
22838 (display-buffer): Do not fall back on popping up a new frame in
22839 batch mode (Bug#8857).
22840
22841 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22842
22843 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22844 (custom-theme-summary): New function.
22845 (customize-themes): Use it.
22846
22847 2011-06-13 Glenn Morris <rgm@gnu.org>
22848
22849 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22850
22851 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22852
22853 * help.el (help-window): Remove variable.
22854 (help-window-point-marker, temp-buffer-max-height)
22855 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22856 (help-print-return-message): Don't set help-window.
22857 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22858 (help-window-setup-finish): Remove.
22859 (help-window-display-message, help-window-setup)
22860 (with-help-window): Major rewrite based on new
22861 display-buffer-window variable.
22862
22863 * help-mode.el (help-mode-finish): Remove help-window related
22864 code.
22865
22866 * view.el (view-exits-all-viewing-windows): Remove reference to
22867 view-return-to-alist in doc-string.
22868 (view-return-to-alist): Make obsolete.
22869 (view-buffer): Call pop-to-buffer-same-window and remove
22870 undo-window code.
22871 (view-buffer-other-window): Call pop-to-buffer-other-window and
22872 simplify code. Ignore second argument.
22873 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22874 simplify code. Ignore second argument.
22875 (view-return-to-alist-update): Make obsolete.
22876 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22877 Rewrite using quit-restore window parameters.
22878 (view-mode-exit): Rename second argument to EXIT-ONLY.
22879 Rewrite using quit-restore-window.
22880 (View-exit, View-exit-and-edit, View-leave, View-quit)
22881 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22882 appropriate arguments.
22883 (view-end-message): Use quit-restore window parameter.
22884
22885 * window.el (display-buffer-function): Rewrite doc-string.
22886 (display-buffer-window, display-buffer-alist): New variables.
22887 (display-buffer-split-specifiers)
22888 (display-buffer-side-specifiers)
22889 (display-buffer-macro-specifiers): New constants.
22890 (display-buffer-even-window-sizes, display-buffer-set-height)
22891 (display-buffer-set-width, display-buffer-select-window)
22892 (display-buffer-in-window, display-buffer-reuse-window)
22893 (display-buffer-split-window-1, display-buffer-split-window)
22894 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22895 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22896 (display-buffer-in-side-window, normalize-buffer-to-display)
22897 (display-buffer-normalize-specifiers-1)
22898 (display-buffer-normalize-specifiers-2)
22899 (display-buffer-normalize-specifiers, display-buffer-frame):
22900 New functions.
22901 (display-buffer): Major rewrite.
22902 (display-buffer-other-window, display-buffer-other-frame)
22903 (pop-to-buffer, switch-to-buffer-other-window)
22904 (switch-to-buffer-other-frame): Rewrite.
22905 (display-buffer-same-window, display-buffer-same-frame)
22906 (display-buffer-same-frame-other-window)
22907 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22908 (pop-to-buffer-other-window)
22909 (pop-to-buffer-same-frame-other-window)
22910 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22911 (switch-to-buffer-other-window-same-frame): New functions.
22912 (same-window-p, special-display-p): Rewrite disabling warnings.
22913 Make obsolete.
22914 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22915 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22916 Make obsolete
22917 (same-window-buffer-names, same-window-regexps)
22918 (special-display-frame-alist, special-display-popup-frame)
22919 (special-display-function, special-display-buffer-names)
22920 (special-display-regexps, pop-up-frame-alist)
22921 (pop-up-frame-function, split-window-preferred-function)
22922 (split-height-threshold, split-width-threshold)
22923 (even-window-heights): Make obsolete.
22924
22925 2011-06-12 Glenn Morris <rgm@gnu.org>
22926
22927 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22928 Misc simplifications.
22929
22930 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22931
22932 * window.el (window-safely-shrinkable-p): Restore function which
22933 was inadvertently removed in change from 2011-06-11. Declare as
22934 obsolete.
22935
22936 * calendar/calendar.el (calendar-generate-window):
22937 Use window-iso-combined-p instead of combination of one-window-p and
22938 window-safely-shrinkable-p.
22939
22940 2011-06-12 Glenn Morris <rgm@gnu.org>
22941
22942 * progmodes/fortran.el (fortran-mode-syntax-table):
22943 * progmodes/f90.el (f90-mode-syntax-table):
22944 Set % to punctuation. (Bug#8820)
22945 (f90-find-tag-default): Remove, no longer needed.
22946
22947 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
22948
22949 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22950
22951 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
22952
22953 * image.el (image-animated-p): Return animation delay in seconds.
22954 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22955 (image-animate-timeout): Remove DELAY argument. Don't assume
22956 every subimage has the same delay; get it from image-animated-p.
22957 (image-animate): Caller changed.
22958
22959 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
22960
22961 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22962 to ignored backtrace functions.
22963
22964 2011-06-11 Glenn Morris <rgm@gnu.org>
22965
22966 * calendar/appt.el (appt-disp-window-function): Doc fix.
22967 (appt-check): Handle overlapping appointments. (Bug#8337)
22968
22969 2011-06-11 Martin Rudalics <rudalics@gmx.at>
22970
22971 * window.el (window-tree-1, window-tree): New functions, moving
22972 the latter to window.el.
22973 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22974 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22975 (bw-refresh-edges): Remove.
22976 (balance-windows-1, balance-windows-2): New functions.
22977 (balance-windows): Rewrite in terms of window tree functions,
22978 balance-windows-1 and balance-windows-2.
22979 (bw-adjust-window): Remove.
22980 (balance-windows-area-adjust): New function with functionality of
22981 bw-adjust-window but using resize-window.
22982 (set-window-text-height): Rewrite doc-string.
22983 Use normalize-live-window and resize-window.
22984 (enlarge-window-horizontally, shrink-window-horizontally):
22985 Rename argument to DELTA.
22986 (window-buffer-height): New function.
22987 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22988 Rewrite using new window resize routines.
22989 (kill-buffer-and-window, mouse-autoselect-window-select):
22990 Use ignore-errors instead of condition-case.
22991 (quit-window): Call delete-frame instead of delete-windows-on
22992 for the only buffer on frame.
22993
22994 2011-06-10 Martin Rudalics <rudalics@gmx.at>
22995
22996 * loadup.el (top-level): Load window before files for the sake
22997 of replace-buffer-in-windows.
22998
22999 * files.el (read-buffer-to-switch)
23000 (switch-to-buffer-other-window)
23001 (switch-to-buffer-other-frame, display-buffer-other-frame):
23002 Move to window.el.
23003
23004 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23005 (previous-buffer): Move to window.el.
23006
23007 * bindings.el (unbury-buffer): Move to window.el.
23008
23009 * window.el (delete-other-windows-vertically): Move after
23010 definition of delete-other-windows.
23011 (other-window, delete-windows-on, replace-buffer-in-windows):
23012 Move here from window.c.
23013 (record-window-buffer, unrecord-window-buffer)
23014 (set-window-buffer-start-and-point, switch-to-prev-buffer)
23015 (switch-to-next-buffer): New functions.
23016 (get-next-valid-buffer, last-buffer, next-buffer): Move here
23017 from simple.el. Call switch-to-next-buffer.
23018 (previous-buffer): Move here from simple.el.
23019 Call switch-to-prev-buffer.
23020 (bury-buffer): Move here from buffer.c. Switch to previous
23021 buffer when window cannot be deleted.
23022 (unbury-buffer): Move here from bindings.el.
23023 (ctl-x-map): Move binding for other-window from window.c to
23024 here.
23025 (read-buffer-to-switch, switch-to-buffer-other-window)
23026 (switch-to-buffer-other-frame): Move here from files.el.
23027 (normalize-buffer-to-switch-to): New functions.
23028 (switch-to-buffer): Move here from buffer.c.
23029 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23030
23031 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23032
23033 * window.el (window-min-height, window-min-width): Move here
23034 from window.c. Add defcustoms and rewrite doc-strings.
23035 (resize-mini-window, resize-window): New functions.
23036 (adjust-window-trailing-edge, enlarge-window, shrink-window):
23037 Move here from window.c.
23038 (maximize-window, minimize-window): New functions.
23039 (delete-window, delete-other-windows, split-window): Move here
23040 from window.c.
23041 (window-split-min-size): New function.
23042 (split-window-keep-point): Mention split-window-above-each-other
23043 instead of split-window-vertically.
23044 (split-window-above-each-other, split-window-vertically):
23045 Rename split-window-vertically to split-window-above-each-other
23046 and provide defalias for old definition.
23047 (split-window-side-by-side, split-window-horizontally):
23048 Rename split-window-horizontally to split-window-side-by-side
23049 and provide defalias for the old definition.
23050 (ctl-x-map): Move bindings for delete-window,
23051 delete-other-windows and enlarge-window here from window.c.
23052 Replace bindings for split-window-vertically and
23053 split-window-horizontally by bindings for
23054 split-window-above-each-other and split-window-side-by-side.
23055
23056 * cus-start.el (all): Remove entries for window-min-height and
23057 window-min-width. Add entries for window-splits and
23058 window-nest.
23059
23060 2011-06-09 Glenn Morris <rgm@gnu.org>
23061
23062 * calendar/appt.el (appt-mode-line): New function.
23063 (appt-check, appt-disp-window): Use it.
23064
23065 * files.el (hack-one-local-variable-eval-safep):
23066 Allow minor-modes with explicit +/-1 arguments.
23067
23068 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
23069
23070 * term/xterm.el (xterm): Add defgroup.
23071 (xterm-extra-capabilities): Add defcustom to supply known xterm
23072 capabilities, skip querying them, or query them (default).
23073 (terminal-init-xterm): Use it.
23074 (terminal-init-xterm-modify-other-keys): New function to set up
23075 modifyOtherKeys support to simplify `terminal-init-xterm'.
23076
23077 2011-06-09 Martin Rudalics <rudalics@gmx.at>
23078
23079 * window.el (resize-window-reset, resize-window-reset-1)
23080 (resize-subwindows-skip-p, resize-subwindows-normal)
23081 (resize-subwindows, resize-other-windows, resize-this-window)
23082 (resize-root-window, resize-root-window-vertically)
23083 (window-deletable-p, window-or-subwindow-p)
23084 (frame-root-window-p): New functions.
23085
23086 2011-06-09 Glenn Morris <rgm@gnu.org>
23087
23088 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23089 (ange-ftp-get-files): Use it.
23090
23091 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23092
23093 * mail/sendmail.el (mail-recover-1, mail-recover):
23094 * files.el (recover-file, recover-session):
23095 Handle dired-listing-switches not being just a single short option.
23096
23097 2011-06-09 Glenn Morris <rgm@gnu.org>
23098
23099 * calendar/appt.el (appt-display-message, appt-disp-window):
23100 Handle lists of appointments.
23101
23102 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23103
23104 * window.el (one-window-p): Move down in code.
23105 Rewrite doc-string.
23106 (window-current-scroll-bars): Rewrite doc-string.
23107 Normalize live window argument.
23108 (walk-windows, get-window-with-predicate, count-windows):
23109 Rewrite doc-string. Use window-list-1.
23110 (window-in-direction-2, window-in-direction, get-mru-window):
23111 New functions.
23112
23113 2011-06-08 Reuben Thomas <rrt@sc3d.org>
23114
23115 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23116 Doc fix (Bug#8713).
23117
23118 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
23119
23120 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23121
23122 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
23123
23124 * loadhist.el (unload-feature-special-hooks):
23125 Add `comint-output-filter-functions'.
23126
23127 2011-06-08 Ivan Kanis <gnu@kanis.fr>
23128
23129 * calendar/appt.el (appt-check): Move some initializations into the let.
23130
23131 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23132
23133 * window.el (window-height): Defalias to window-total-height.
23134 (window-width): Defalias to window-body-width.
23135
23136 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
23137
23138 * image-mode.el (image-toggle-animation): New command.
23139 (image-mode-map): Bind it to RET.
23140 (image-mode): Update message.
23141 (image-toggle-display-image): Avoid a spurious cache flush.
23142 (image-transform-rotation): Doc fix.
23143 (image-transform-properties): Return quickly in the normal case.
23144 (image-animate-loop): Rename from image-animate-max-time.
23145
23146 * image.el (image-animate-max-time): Move to image-mode.el.
23147 (create-animated-image): Remove unnecessary function.
23148 (image-animate): Rename from image-animate-start. New arg.
23149 (image-animate-stop): Remove; just use image-animate-timer.
23150 (image-animate-timer): Use car-safe.
23151 (image-animate-timeout): Rename argument.
23152
23153 2011-06-07 Martin Rudalics <rudalics@gmx.at>
23154
23155 * window.el (get-lru-window, get-largest-window): Move here from
23156 window.c. Rename first argument to ALL-FRAMES.
23157 Rephrase doc-strings.
23158 (get-buffer-window-list): Rewrite using window-list-1.
23159 Rephrase doc-string.
23160 (window-safe-min-height, window-safe-min-width): New constants.
23161 (window-size-ignore, window-min-size, window-min-size-1)
23162 (window-sizable, window-sizable-p, window-size-fixed-1)
23163 (window-size-fixed-p, window-min-delta-1, window-min-delta)
23164 (window-max-delta-1, window-max-delta, window-resizable)
23165 (window-resizable-p, window-total-height, window-total-width)
23166 (window-body-width): New functions.
23167 (window-full-height-p, window-full-width-p): Rewrite using
23168 window-total-size.
23169 (window-body-height): Rewrite using window-body-size.
23170
23171 2011-06-06 Martin Rudalics <rudalics@gmx.at>
23172
23173 * window.el (window-right, window-left, window-child)
23174 (window-child-count, window-last-child, window-any-p)
23175 (normalize-live-buffer, normalize-live-frame)
23176 (normalize-any-window, normalize-live-window)
23177 (window-iso-combination-p, window-iso-combined-p)
23178 (window-iso-combinations)
23179 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23180 (windows-with-parameter, window-with-parameter)
23181 (window-atom-root, make-window-atom, window-atom-check-1)
23182 (window-atom-check, window-side-check, window-check):
23183 New functions.
23184 (ignore-window-parameters, window-sides, window-sides-vertical)
23185 (window-sides-slots): New variables.
23186 (window-size-fixed): Move down in code. Minor doc-string fix.
23187
23188 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
23189
23190 * comint.el (comint-dynamic-complete-as-filename)
23191 (comint-dynamic-complete-filename): Correctly call
23192 completion-in-region.
23193
23194 2011-06-05 Deniz Dogan <deniz@dogan.se>
23195
23196 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23197 in last change.
23198
23199 2011-06-05 Deniz Dogan <deniz@dogan.se>
23200
23201 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23202 (rcirc): Use it to prompt for encryption.
23203
23204 2011-06-05 Roland Winkler <winkler@gnu.org>
23205
23206 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23207 (bibtex-search-entries): New command bound to C-c C-a.
23208 (bibtex-display-entries): New function.
23209
23210 2011-06-05 Roland Winkler <winkler@gnu.org>
23211
23212 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23213 (bibtex-insert-kill): After yanking insert newline if necessary.
23214 (bibtex-initialize): Call bibtex-string-files-init only once.
23215 (bibtex-mode): Do not call easy-menu-add.
23216 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23217 (bibtex-yank): Set arg properly if nil.
23218
23219 2011-06-05 Roland Winkler <winkler@gnu.org>
23220
23221 * textmodes/bibtex.el (bibtex-search-entry-globally):
23222 New variable.
23223 (bibtex-search-entry): Use it.
23224
23225 2011-06-05 Roland Winkler <winkler@gnu.org>
23226
23227 * textmodes/bibtex.el (bibtex-entry-format): New option
23228 sort-fields.
23229 (bibtex-format-entry, bibtex-reformat): Honor this option.
23230 (bibtex-parse-entry): Return fields in proper order.
23231
23232 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
23233
23234 * doc-view.el (doc-view-remove-if): Move computation of result out
23235 of `dolist' to silence misleading lexical-binding warning.
23236
23237 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
23238
23239 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23240 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23241
23242 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23243
23244 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23245 "SunOS 5.10".
23246
23247 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23248
23249 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23250 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23251 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23252 (tramp-parse-putty):
23253 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23254 (tramp-completion-function-alist-ssh)
23255 (tramp-completion-function-alist-telnet)
23256 (tramp-completion-function-alist-su)
23257 (tramp-completion-function-alist-putty): Set `tramp-autoload'
23258 cookie.
23259
23260 * net/tramp-ftp.el:
23261 * net/tramp-sh.el:
23262 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23263 load "tramp.el" `tramp-set-completion-function'.
23264
23265 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
23266
23267 * shell.el: Require and use pcomplete.
23268 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23269 (shell-completion-vars): Set pcomplete-default-completion-function.
23270
23271 2011-06-04 Deniz Dogan <deniz@dogan.se>
23272
23273 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23274 `memq' (Bug#8799).
23275
23276 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23277
23278 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23279
23280 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
23281
23282 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23283 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23284 * vc/log-view.el (log-view-beginning-of-defun):
23285 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23286 (smerge-refine-forward, smerge-refine-chopup-region):
23287 Silence warning for unused `dotimes' counter variables.
23288
23289 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23290
23291 * net/tramp.el (tramp-with-progress-reporter): Rename from
23292 with-progress-reporter. Use `declare'.
23293 * net/tramp-smb.el:
23294 * net/tramp-sh.el:
23295 * net/tramp-gvfs.el: Update all uses.
23296
23297 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23298
23299 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23300 buffer isn't killed before making it current.
23301
23302 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23303
23304 Silence various byte-compiler warnings.
23305 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23306 `access-type' and new obsolescence format.
23307 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23308 new format.
23309 (byte-compile-check-variable): New `access-type' argument.
23310 Only warn if the access-type is obsolete.
23311 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23312 (byte-compile-variable-set): Adjust callers.
23313 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23314 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23315 setting it as obsolete.
23316 * simple.el (minibuffer-completing-symbol):
23317 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23318 access as obsolete.
23319 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23320 obsolete yet.
23321 * international/quail.el (quail-mouse-choose-completion): Remove unused
23322 code referring to obsolete var.
23323 (quail-choose-completion-string): Remove.
23324 * server.el (server-clients-with, server-kill-buffer-query-function)
23325 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23326 * proced.el (proced-send-signal):
23327 * emacs-lisp/lisp.el (lisp-complete-symbol):
23328 Replace completion-annotate-function with completion-extra-properties.
23329
23330 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23331
23332 * simple.el (goto-line): Use read-number.
23333 (overriding-map-is-bound): Remove.
23334 (saved-overriding-map): Change default.
23335 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23336 Take the map as argument.
23337 (universal-argument, negative-argument, digit-argument): Use it.
23338 (restore-overriding-map): Adjust.
23339 (do-auto-fill): Use fill-forward-paragraph.
23340 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23341
23342 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23343 (minibuffer-inactive-mode): New major mode.
23344 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23345 the *Messages* buffer" hack.
23346 (mouse-popup-menubar): Don't burp if the event is a normal key.
23347
23348 Miscellaneous tweaks.
23349 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23350 lexical scoping as in subr.el's dolist and dotimes.
23351 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23352 Silence compiler warning.
23353 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23354 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23355 * international/ccl.el (ccl-compile): Trivial simplification.
23356 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23357 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23358 `printflag' argument.
23359 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23360 Purecopy the whole obsolescence data.
23361
23362 2011-06-01 Leo Liu <sdl.web@gmail.com>
23363
23364 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23365 improve doc-string as suggested by Marco Pessotto
23366 <melmothx@gmail.com>.
23367 (rcirc-print): Fix last change.
23368
23369 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23370
23371 * minibuffer.el (complete-with-action): Return nil for the metadata and
23372 boundaries of non-functional tables.
23373 (completion-table-dynamic): Return nil for the metadata.
23374 (completion-table-with-terminator): Add default case, using
23375 complete-with-action.
23376 (completion--metadata): New function.
23377 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23378 to try and avoid pathological performance problems.
23379 (completion--embedded-envvar-table): Return `category' metadata.
23380
23381 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23382
23383 * subr.el (process-alive-p): New tiny convenience function.
23384
23385 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23386
23387 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23388 content but also its previous major mode.
23389
23390 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23391
23392 * emacs-lisp/debug.el (debug): Restore the previous content of the
23393 *Backtrace* buffer when we exit with C-M-c.
23394
23395 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23396
23397 * minibuffer.el: Add metadata method to completion tables.
23398 (completion-category-overrides): New defcustom.
23399 (completion-metadata, completion--field-metadata)
23400 (completion-metadata-get, completion--styles)
23401 (completion--cycle-threshold): New functions.
23402 (completion-try-completion, completion-all-completions):
23403 Add `metadata' argument to choose completion-styles.
23404 (completion--do-completion): Use metadata to choose cycling.
23405 (completion-all-sorted-completions): Use metadata for sorting.
23406 Remove :completion-cycle-penalty which is not needed any more.
23407 (completion--try-word-completion): Add `metadata' argument.
23408 (minibuffer-completion-help): Check metadata for annotation function
23409 and sorting.
23410 (completion-file-name-table): Return `category' metadata.
23411 (minibuffer-completing-file-name): Make obsolete.
23412 * simple.el (minibuffer-completing-symbol): Make obsolete.
23413 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23414 completion-try-completion.
23415
23416 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23417
23418 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23419
23420 2011-05-30 Leo Liu <sdl.web@gmail.com>
23421
23422 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23423 (rcirc-print): Decode all incoming messages (bug#8744).
23424 (rcirc-decode-coding-system): Allow value nil for automatic coding
23425 system detection.
23426
23427 2011-06-01 Glenn Morris <rgm@gnu.org>
23428
23429 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23430
23431 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23432
23433 * image.el (image-animate-max-time): Allow nil and t values.
23434 Default to nil.
23435 (create-animated-image): Doc fix.
23436 (image-animate-start): Remove second arg; just use
23437 image-animate-max-time.
23438 (image-animate-timeout): Doc fix. Args changed.
23439
23440 * image-mode.el (image-toggle-display-image): Ensure that the
23441 image spec passed to the animate timer is the same object as in
23442 the buffer's display property (Bug#6981).
23443 (image-transform-properties): Doc fix.
23444
23445 * image.el (image-animate-max-time): Default to nil.
23446
23447 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23448
23449 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23450 entire buffer list (Bug#8184).
23451
23452 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23453
23454 * image.el (imagemagick-types-inhibit)
23455 (imagemagick-register-types): Doc fix.
23456
23457 2011-05-29 Deniz Dogan <deniz@dogan.se>
23458
23459 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23460 default.
23461
23462 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23463
23464 * select.el: Don't perform clipboard-manager saving in hooks;
23465 leave the hooks empty.
23466
23467 2011-05-28 Leo Liu <sdl.web@gmail.com>
23468
23469 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23470 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23471 (occur-edit-mode): New major mode (Bug#8463).
23472 (occur-after-change-function): New function.
23473 (occur-engine): Give Occur tags a read-only property.
23474
23475 2011-05-28 Kevin Ryde <user42@zip.com.au>
23476
23477 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23478
23479 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23480
23481 * bindings.el (help-echo): Make the initial non-indicator dash
23482 empty on graphical terminals (Bug#7295).
23483
23484 * files.el (auto-mode-alist): Move config rule after the
23485 in-stripping one (Bug#8547).
23486
23487 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23488
23489 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23490 setting (Bug#8740).
23491
23492 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23493
23494 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23495 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23496 (Bug#8539).
23497
23498 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23499
23500 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23501
23502 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23503
23504 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23505 (hs-hide-block-at-point, hs-find-block-beginning)
23506 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23507 (Bug#8279).
23508
23509 2011-05-28 Glenn Morris <rgm@gnu.org>
23510
23511 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23512
23513 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23514
23515 * help-fns.el (describe-function-1): If the function is a derived
23516 major mode, print the parent mode.
23517
23518 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23519 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23520
23521 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23522
23523 * minibuffer.el (completion--capf-wrapper): Check applicability before
23524 returning non-nil for non-exclusive completion data.
23525 * progmodes/etags.el (tags-completion-at-point-function):
23526 * info-look.el (info-lookup-completions-at-point): Mark as
23527 non-exclusive.
23528 (info-complete): Adjust accordingly.
23529
23530 * info-look.el: Convert to lexical-binding and completion-at-point.
23531 (info-lookup-completions-at-point): New function.
23532 (info-complete): Use it and completion-in-region.
23533
23534 2011-05-28 Drew Adams <drew.adams@oracle.com>
23535
23536 * isearch.el: Let M-e start with point at the first mismatched char.
23537 (isearch-fail-pos): New function.
23538 (isearch-edit-string): Use it.
23539
23540 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23541
23542 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23543
23544 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23545
23546 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23547 traversal functions for avl-trees.
23548 (avl-tree--stack): New struct.
23549 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23550 (avl-tree-enter): Add optional `updatefun' arg.
23551 (avl-tree--do-enter): Add optional `updatefun' arg.
23552 Change return value.
23553 (avl-tree-delete): Add optional `test' and `nilflag' args.
23554 (avl-tree--do-delete): Add `test' and `nilflag' args.
23555 Change return value.
23556 (avl-tree-member): Add optional `nilflag'
23557 (avl-tree-member-p): New function.
23558 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23559 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23560 (avl-tree-stack-empty-p): New functions.
23561
23562 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23563 avl-tree--del-balance1 and make it work both ways.
23564 (avl-tree--del-balance2): Remove.
23565 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23566 make it work both ways.
23567 (avl-tree--enter-balance2): Remove.
23568 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23569 New macros.
23570 (avl-tree--mapc, avl-tree-map): Add direction argument.
23571
23572 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23573
23574 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23575
23576 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23577
23578 * select.el: Support clipboard managers with built-in function
23579 x-clipboard-manager-save, via delete-frame-functions and
23580 kill-emacs-hook.
23581 (xselect-convert-to-targets): Add MULTIPLE target to list.
23582 (xselect-convert-to-save-targets): New function.
23583
23584 2011-05-27 Kenichi Handa <handa@m17n.org>
23585
23586 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23587 let-binding rfc2047-encode-encoded-words to nil.
23588
23589 2011-05-27 Glenn Morris <rgm@gnu.org>
23590
23591 * mail/emacsbug.el: Don't require url-util.
23592
23593 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23594
23595 * files.el (set-auto-mode):
23596 Also respect mode: entries at the end of the file. (Bug#8586)
23597
23598 2011-05-26 Glenn Morris <rgm@gnu.org>
23599
23600 * files.el (hack-local-variables-prop-line, hack-local-variables):
23601 Downcase mode names, as seems to be traditional.
23602 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23603
23604 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23605 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23606
23607 2011-05-25 Julien Danjou <julien@danjou.info>
23608
23609 * textmodes/rst.el (rst-define-level-faces): Do not define face
23610 symbol if it is already defined.
23611
23612 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23613
23614 * play/5x5.el (5x5-new-game, 5x5-randomize):
23615 Reset 5x5-solver-output to nil when a new grid is cast.
23616 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23617 these debugging traces, as defmacro breaks the compiled code.
23618
23619 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23620
23621 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23622
23623 2011-05-24 Leo Liu <sdl.web@gmail.com>
23624
23625 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23626 (vc-bzr-sha1): Adapt.
23627
23628 * sha1.el: Remove. Function `sha1' is now builtin.
23629
23630 * bindings.el: Provide sha1 feature.
23631
23632 2011-05-24 Kenichi Handa <handa@m17n.org>
23633
23634 * mail/sendmail.el: Require `rfc2047'.
23635 (mail-insert-from-field): Do not perform RFC2047 encoding.
23636 (mail-encode-header): New function.
23637 (sendmail-send-it): Set buffer-file-coding-system of the work
23638 buffer to the return value of select-message-coding-system.
23639 Call mail-encode-header.
23640
23641 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23642
23643 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23644
23645 * mail/supercite.el (sc-default-cite-frame):
23646 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23647
23648 2011-05-24 Glenn Morris <rgm@gnu.org>
23649
23650 * progmodes/python.el (brm-menu): Declare.
23651
23652 * emulation/viper.el (viper-set-hooks): Declare.
23653
23654 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23655 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23656 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23657 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23658 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23659 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23660
23661 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23662
23663 Add an :exit-function for completion-at-point.
23664
23665 * minibuffer.el (completion--done): New fun.
23666 (completion--do-completion): Use it. New arg `expect-exact'.
23667 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23668 since completion--do-completion does it for us now.
23669 (minibuffer-force-complete): Use completion--done and
23670 completion--replace. Handle sole-completion case with more care.
23671 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23672 (completion-extra-properties): New var.
23673 (completion-annotate-function): Make obsolete.
23674 (minibuffer-completion-help): Adjust accordingly.
23675 Use completion-list-insert-choice-function.
23676 (completion-at-point, completion-help-at-point):
23677 Bind completion-extra-properties.
23678 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23679 * simple.el (completion-list-insert-choice-function): New var.
23680 (completion-setup-function): Preserve it.
23681 (choose-completion): Pay attention to it, shuffle the code a bit.
23682 (choose-completion-string): New arg `insert-function'.
23683
23684 * textmodes/bibtex.el: Convert to lexical binding.
23685 (bibtex-mode-map): Use completion-at-point.
23686 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23687 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23688 (bibtex-complete): Define as obsolete alias.
23689 (bibtex-complete-internal): Remove.
23690 (bibtex-format-entry): Remove unused sub-group in regexp.
23691 * shell.el (shell--command-completion-data)
23692 (shell-environment-variable-completion):
23693 * pcomplete.el (pcomplete-completions-at-point):
23694 * comint.el (comint--complete-file-name-data): Use :exit-function
23695 instead of completion-table-with-terminator so it also works for
23696 choose-completion.
23697
23698 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23699
23700 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23701
23702 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23703 (bug#8710).
23704
23705 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23706
23707 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23708
23709 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23710 customization variable and implement: If non-nil, auto-fill will
23711 be inhibited while on topic's header line.
23712
23713 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23714
23715 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23716 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23717 always have a solution in grid size = 5 cases.
23718 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23719 (5x5-solver-output, 5x5-log-buffer): New vars.
23720 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23721 Make these variables buffer local to achieve 5x5 multi-session-ness.
23722 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23723 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23724 (5x5-solve-suggest): New funs.
23725 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23726 randomize a grid so that we ensure that there is always a solution.
23727 (5x5-make-random-grid): Allow other movement than flipping.
23728
23729 2011-05-23 Kevin Ryde <user42@zip.com.au>
23730
23731 * emacs-lisp/advice.el (ad-read-advised-function):
23732 Use `function-called-at-point' as the default, if it has
23733 advice and passes PREDICATE.
23734
23735 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23736
23737 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23738 byte-compile-lambda if it's actually a lambda.
23739
23740 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23741 Fix function quoting. Use backquote better.
23742
23743 2011-05-22 Yuanle Song <sylecn@gmail.com>
23744
23745 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23746 matching (Bug#8516).
23747
23748 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23749
23750 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23751 different face (Bug#8178).
23752
23753 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23754
23755 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23756 defface (Bug#8144).
23757
23758 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23759
23760 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23761 funcall as well (bug#8712). Warn when performing those conversions.
23762 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23763
23764 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23765
23766 2011-05-22 Glenn Morris <rgm@gnu.org>
23767
23768 * files.el (hack-local-variables-prop-line): Small simplifications.
23769 (hack-local-variables, hack-local-variables-prop-line):
23770 If MODE-ONLY, return the mode, rather than just `t'.
23771
23772 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23773
23774 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23775
23776 2011-05-21 Glenn Morris <rgm@gnu.org>
23777
23778 * files.el (hack-local-variables-prop-line, hack-local-variables):
23779 If only interested in the mode, don't bother doing the other stuff.
23780
23781 * image-mode.el (image-after-revert-hook):
23782 Redraw all frames on which the image is visible. (Bug#8567)
23783
23784 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23785
23786 * wid-edit.el (widget-checklist-match-inline):
23787 Fix 2011-04-19 change. (Bug#8649)
23788
23789 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23790
23791 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23792 Also allow singlespace after single-letter capitals followed by a dot.
23793
23794 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23795 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23796
23797 2011-05-20 Nix <nix@esperi.org.uk>
23798
23799 * files.el (basic-save-buffer-2):
23800 Fix handling of break-hardlink-on-save with non-existent files.
23801
23802 2011-05-19 Deniz Dogan <deniz@dogan.se>
23803
23804 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23805 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23806
23807 2011-05-19 Glenn Morris <rgm@gnu.org>
23808
23809 * progmodes/f90.el (f90-type-def-re):
23810 Handle "type, bind(c)". (Bug#8691)
23811
23812 * emacs-lisp/autoload.el (batch-update-autoloads):
23813 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23814
23815 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23816
23817 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23818 property for the correct connection in case of multihops.
23819
23820 2011-05-18 Glenn Morris <rgm@gnu.org>
23821
23822 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23823 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23824
23825 Rationalize calendar handling of day and month abbrev-arrays.
23826 * calendar/calendar.el (calendar-customized-p): New function.
23827 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23828 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23829 Add :set function.
23830 (calendar-abbrev-length, calendar-day-abbrev-array)
23831 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23832 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23833 Elements may no longer be nil.
23834 (calendar-day-name, calendar-month-name):
23835 Update for changed nature of abbrev arrays.
23836 * calendar/diary-lib.el (diary-name-pattern):
23837 Update for changed nature of abbrev arrays.
23838 (diary-mark-entries-1): Update calendar-make-alist calls.
23839 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23840 * calendar/cal-html.el (cal-html-day-abbrev-array):
23841 Simply inherit from calendar-day-abbrev-array.
23842
23843 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23844
23845 * progmodes/grep.el (grep-mode): Disable default
23846 compilation-directory-matcher setting (bug#8684).
23847
23848 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23849
23850 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23851 instead of "head" and "tail". There were problems with SunOS 5.9,
23852 and it performs better.
23853
23854 2011-05-17 Glenn Morris <rgm@gnu.org>
23855
23856 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23857
23858 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23859 Replace obsolete function.
23860
23861 * shell.el (pcomplete-parse-arguments-function): Declare.
23862
23863 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23864 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23865 (appt-check): Doc fixes.
23866 (appt-disp-window-function, appt-delete-window-function):
23867 Remove needless special case in custom :type.
23868 (appt-display-count): Default to 0, not nil.
23869 (appt-check): Reset appt-display-count to 0, not nil.
23870
23871 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23872
23873 * progmodes/python.el (python-font-lock-keywords):
23874 Add the Python 3.X keyword "nonlocal" (bug#8639).
23875
23876 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23877
23878 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23879
23880 2011-05-16 Kevin Ryde <user42@zip.com.au>
23881
23882 * info-look.el (makefile-automake-mode): New setups, looking in
23883 automake manual, then makefile-mode.
23884 (makefile-mode): Remove automake manual, have it just in
23885 makefile-automake-mode since there's various things different or
23886 not relevant to plain make.
23887 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23888 believe a hypothetical automake-mode would go to makefile-mode,
23889 not the other way around.
23890
23891 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23892
23893 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23894 hunk-end tags (Bug#8672).
23895
23896 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23897 vc-annotate-show-diff-revision-at-line (Bug#8671).
23898
23899 2011-05-14 Glenn Morris <rgm@gnu.org>
23900
23901 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23902 in the middle of an existing one with multiple authors. (Bug#8645)
23903 (change-log-font-lock-keywords): Also handle multiple author lines
23904 with leading tabs. (Bug#8644)
23905
23906 * calendar/appt.el (appt-check): Rename some local variables.
23907 Some simplification/reordering.
23908
23909 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23910 (feedmail-sendmail-f-doesnt-sell-me-out)
23911 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23912 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23913 (feedmail-queue-runner-message-sender): Set :version.
23914 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23915 (bbdb-dwim-net-address, vm-mail): Declare.
23916 (feedmail-binmail-gnulinuxish-template):
23917 Rename from feedmail-binmail-linuxish-template.
23918 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23919 Use insert-buffer-substring.
23920
23921 2011-05-14 Bill Carpenter <bill@carpenter.org>
23922
23923 * mail/feedmail.el (feedmail-patch-level): Increase.
23924 (feedmail-debug): New custom group.
23925 (feedmail-confirm-outgoing-timeout)
23926 (feedmail-sendmail-f-doesnt-sell-me-out)
23927 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23928 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23929 (feedmail-sender-line, feedmail-from-line)
23930 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23931 (feedmail-spray-this-address)
23932 (feedmail-spray-address-fiddle-plex-list)
23933 (feedmail-queue-use-send-time-for-date)
23934 (feedmail-queue-use-send-time-for-message-id)
23935 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23936 (feedmail-buffer-eating-function):
23937 Doc fixes.
23938 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23939 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23940 (feedmail-message-action-scroll-down): New functions.
23941 (feedmail-queue-directory, feedmail-queue-draft-directory):
23942 Use expand-file-name.
23943 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23944 Remove C-v help entry.
23945 (feedmail-queue-buffer-file-name): New variable.
23946 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23947 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23948 (feedmail-message-action-send-strong, feedmail-message-action-edit)
23949 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23950 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23951 (feedmail-message-action-toggle-spray)
23952 (feedmail-run-the-queue-no-prompts)
23953 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23954 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23955 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23956 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23957 (feedmail-envelope-deducer, feedmail-fiddle-from)
23958 (feedmail-fiddle-sender, feedmail-default-date-generator)
23959 (feedmail-fiddle-date, feedmail-fiddle-message-id)
23960 (feedmail-fiddle-spray-address)
23961 (feedmail-fiddle-list-of-spray-fiddle-plexes)
23962 (feedmail-fiddle-list-of-fiddle-plexes)
23963 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23964 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23965 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23966 Change default. Doc fix.
23967 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23968 (feedmail-binmail-linuxish-template): New constant.
23969 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
23970 Respect feedmail-sendmail-f-doesnt-sell-me-out.
23971 (feedmail-send-it): Add debug call.
23972 Use feedmail-queue-buffer-file-name, and
23973 feedmail-send-it-immediately-wrapper.
23974 (feedmail-message-action-send): Add debug call.
23975 Use feedmail-send-it-immediately-wrapper.
23976 (feedmail-queue-express-to-queue): Add debug call.
23977 Run feedmail-queue-express-hook.
23978 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
23979 (feedmail-message-action-help-blat):
23980 Rename from feedmail-queue-send-edit-prompt-help-first.
23981 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
23982 Check line-endings. Handle errors better.
23983 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23984 Doc fix. Add debug call.
23985 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
23986 Use feedmail-queue-send-edit-prompt-inner.
23987 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23988 (feedmail-queue-send-edit-prompt-inner): New function, extracted
23989 from feedmail-queue-send-edit-prompt.
23990 (feedmail-queue-send-edit-prompt-help)
23991 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23992 (feedmail-tidy-up-slug): Add debug call.
23993 Respect feedmail-queue-slug-suspect-regexp.
23994 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23995 (feedmail-dump-message-to-queue): Add debug call.
23996 Expand queue-directory.
23997 (feedmail-dump-message-to-queue): Change message slightly.
23998 Use feedmail-say-chatter.
23999 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
24000 (feedmail-send-it-immediately-wrapper): New function.
24001 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
24002 Insert empty string rather than newline. Handle full-frame case.
24003 Use catch/throw. Use feedmail-say-chatter.
24004 (feedmail-fiddle-from): Try mail-host-address.
24005 (feedmail-default-message-id-generator): Doc fix.
24006 Bind system-time-locale. Handle missing end.
24007 (feedmail-fiddle-x-mailer): Add debug call.
24008 Handle feedmail-x-mailer-line being nil.
24009 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24010 Add debug call. Use buffer-substring-no-properties.
24011 (feedmail-say-debug, feedmail-say-chatter): New functions.
24012 (feedmail-find-eoh): Give an explicit error.
24013
24014 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
24015
24016 * net/newst-treeview.el (newsticker-treeview-face): Change default
24017 family from helvetica to sans.
24018 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24019 etc/images/newsticker.
24020
24021 * net/newst-reader.el (newsticker-feed-face): Change default
24022 family from helvetica to sans.
24023
24024 * net/newst-plainview.el (newsticker-new-item-face)
24025 (newsticker-old-item-face, newsticker-immortal-item-face)
24026 (newsticker-obsolete-item-face, newsticker-date-face)
24027 (newsticker-statistics-face): Change default family from
24028 helvetica to sans.
24029 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24030 etc/images/newsticker.
24031
24032 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24033 (newsticker--process-auto-mark-filter-match): Tell user about
24034 auto-marking.
24035
24036 2011-05-13 Didier Verna <didier@xemacs.org>
24037
24038 Common Lisp indentation improvements on defmethod and lambda-lists.
24039 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24040 TODO entries.
24041 (lisp-lambda-list-keyword-parameter-indentation)
24042 (lisp-lambda-list-keyword-parameter-alignment)
24043 (lisp-lambda-list-keyword-alignment): New customizable user options.
24044 (lisp-indent-defun-method): Improve docstring.
24045 (extended-loop-p): Fix comment.
24046 (lisp-indent-lambda-list-keywords-regexp): New variable.
24047 (lisp-indent-lambda-list): New function.
24048 (lisp-indent-259): Use it.
24049 (lisp-indent-defmethod): Support for more than one
24050 method qualifier and properly indent methods lambda-lists.
24051 (defgeneric): Provide a missing common-lisp-indent-function property.
24052
24053 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
24054
24055 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24056 bounds for the empty string (bug#8667).
24057
24058 2011-05-13 Glenn Morris <rgm@gnu.org>
24059
24060 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24061
24062 * mail/sendmail.el (sendmail-program): Try executable-find first.
24063 (sendmail-send-it): `sendmail-program' cannot be unbound.
24064
24065 * calendar/appt.el (appt-make-list): Simplify.
24066 (appt-time-msg-list): Doc fix.
24067 (appt-check): Change mode-line message at the time of the appointment.
24068
24069 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
24070
24071 * progmodes/ld-script.el (ld-script-keywords)
24072 (ld-script-builtins): Update keywords list.
24073
24074 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24075
24076 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24077
24078 * shell.el (shell-completion-vars): New function.
24079 (shell-mode):
24080 * simple.el (read-shell-command): Use it.
24081 (blink-matching-open): No need for " [...]" in minibuffer-message.
24082
24083 2011-05-12 Glenn Morris <rgm@gnu.org>
24084
24085 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24086 (appt-check): Simplify.
24087
24088 2011-05-12 Eli Zaretskii <eliz@gnu.org>
24089
24090 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24091 literal "/dev/null".
24092
24093 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24094
24095 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24096 Fix typo.
24097
24098 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
24099
24100 * progmodes/which-func.el (which-function):
24101 Use add-log-current-defun instead of add-log-current-defun-function,
24102 which might not be defined (Bug#8260).
24103
24104 2011-05-12 Glenn Morris <rgm@gnu.org>
24105
24106 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24107 Let byte-compile-initial-macro-environment always take precedence.
24108
24109 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24110
24111 * net/rcirc.el: Add support for SSL/TLS connections.
24112 (rcirc-server-alist): New field `encryption'.
24113 (rcirc): Check `encryption' settings.
24114 (rcirc-connect): New arg `encryption'. Use open-network-stream.
24115 Merge make-local-variable into `set'.
24116 (rcirc--connection-open-p): New function.
24117 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24118 the process is not a network process (e.g. running gnutls-cli).
24119 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24120 Make rcirc-(en|de)code-coding-system local here.
24121 (rcirc-mode): Merge make-local-variable into `set'.
24122 (rcirc-parent-buffer): Make permanent buffer-local.
24123 (rcirc-multiline-minor-mode): Don't do it here.
24124 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24125 there's no server buffer.
24126
24127 2011-05-11 Glenn Morris <rgm@gnu.org>
24128
24129 * newcomment.el (comment-kill): Prefix "unused" local.
24130
24131 * term/w32console.el (get-screen-color): Declare.
24132
24133 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24134 Handle symbol elements of byte-compile-initial-macro-environment.
24135
24136 2011-05-10 Leo Liu <sdl.web@gmail.com>
24137
24138 * bookmark.el (bookmark-bmenu-mode-map):
24139 Bind bookmark-bmenu-search to `/'.
24140
24141 * mail/footnote.el: Convert to utf-8 encoding.
24142 (footnote-unicode-string, footnote-unicode-regexp): New variable.
24143 (Footnote-unicode): New function.
24144 (footnote-style-alist): Add unicode style to the list.
24145 (footnote-style): Doc fix.
24146
24147 2011-05-10 Jim Meyering <meyering@redhat.com>
24148
24149 Fix doubled-word typos.
24150 * international/quail.el (quail-insert-kbd-layout): and and -> and
24151 * kermit.el: and and -> and
24152 * net/ldap.el (ldap-search-internal): to to -> to
24153 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24154 * progmodes/js.el (js-mode): and and -> and
24155 * textmodes/artist.el (artist-move-to-xy): at at -> at
24156 (artist-draw-region-trim-line-endings): if if -> if
24157 And Safetyc -> Safety.
24158 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24159
24160 2011-05-10 Glenn Morris <rgm@gnu.org>
24161 Stefan Monnier <monnier@iro.umontreal.ca>
24162
24163 * files.el (hack-one-local-variable-eval-safep):
24164 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
24165
24166 2011-05-10 Glenn Morris <rgm@gnu.org>
24167
24168 * calendar/diary-lib.el (diary-list-entries-hook)
24169 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24170 (diary-nongregorian-marking-hook, diary-list-entries)
24171 (diary-include-other-diary-files, diary-mark-entries)
24172 (diary-mark-included-diary-files): Doc fixes.
24173
24174 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24175
24176 * misc.el: Require tabulated-list.el during compilation.
24177
24178 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24179
24180 * progmodes/compile.el (compilation-start):
24181 Run compilation-filter-hook for the async case too.
24182 (compilation-filter-hook): Doc fix.
24183
24184 2011-05-09 Deniz Dogan <deniz@dogan.se>
24185
24186 * wdired.el: Remove outdated installation comment. Fix usage
24187 comment.
24188
24189 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24190
24191 * misc.el: Implement new command `list-dynamic-libraries'.
24192 (list-dynamic-libraries--loaded-only-p): New variable.
24193 (list-dynamic-libraries--refresh): New function.
24194 (list-dynamic-libraries): New command.
24195
24196 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24197
24198 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24199 Fix the ant regexp to handle end-line and end-column info from jikes.
24200 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24201 higher priority to avoid clobbering by gnu.
24202
24203 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24204
24205 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24206 if the face has existing theme settings (Bug#8454).
24207
24208 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
24209
24210 * progmodes/perl-mode.el (perl-imenu-generic-expression):
24211 Only match variables declared via `my' or `our' (Bug#8261).
24212
24213 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24214 special file names `.' and `..' (Bug#8259).
24215
24216 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24217
24218 * progmodes/grep.el (grep-mode-font-lock-keywords):
24219 Remove buffer-changing entries.
24220 (grep-filter): New function.
24221 (grep-mode): Add it to compilation-filter-hook.
24222
24223 * progmodes/compile.el (compilation-filter-hook)
24224 (compilation-filter-start): New defvars.
24225 (compilation-filter): Call compilation-filter-hook prior to
24226 updating the process mark.
24227
24228 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24229
24230 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24231
24232 2011-05-07 Eli Zaretskii <eliz@gnu.org>
24233
24234 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24235 mailclient-send-it even if window-system is nil. (Bug#8595)
24236
24237 * term/w32console.el (terminal-init-w32console):
24238 Call get-screen-color and use its output to set the frame
24239 background-mode. (Bug#8597)
24240
24241 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24242
24243 Make bytecomp.el understand that defmethod defines funs (bug#8631).
24244 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24245 New functions.
24246 (defgeneric, eieio--defmethod): Use them.
24247 (eieio-defgeneric): Remove.
24248 (defmethod): Call defgeneric in a way visible to the byte-compiler.
24249
24250 2011-05-07 Glenn Morris <rgm@gnu.org>
24251
24252 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24253 Use let rather than let*.
24254 (timeclock-find-discrep): Remove unused local.
24255
24256 * calendar/diary-lib.el (diary-comment-start): Doc fix.
24257
24258 * calendar/appt.el (appt-time-msg-list): Doc fix.
24259
24260 2011-05-06 Noah Friedman <friedman@splode.com>
24261
24262 * apropos.el (apropos-print-doc): Only use
24263 emacs-lisp-docstring-fill-column when it is bound to an integer,
24264 per that variable's documentation.
24265
24266 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24267
24268 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24269 and warnings are not silently discarded (e.g. use -d instead of -P).
24270
24271 2011-05-06 Glenn Morris <rgm@gnu.org>
24272
24273 * calendar/appt.el (appt-message-warning-time): Doc fix.
24274 (appt-warning-time-regexp): New option.
24275 (appt-make-list): Respect appt-message-warning-time.
24276
24277 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24278 New options.
24279 (diary-add-to-list): Strip comments from the displayed string.
24280 (diary-mode): Set comment-start and comment-end.
24281
24282 * vc/diff-mode.el (smerge-refine-subst): Declare.
24283 (diff-refine-hunk): Don't require smerge-mode when compiling.
24284
24285 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
24286
24287 * simple.el (list-processes): Return nil as the docstring says.
24288
24289 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24290
24291 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24292 to "".
24293 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24294 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24295 determining of binary transfer. (Bug#7383)
24296
24297 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24298
24299 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24300 Fix port computation bug. (Bug#8618)
24301
24302 2011-05-05 Glenn Morris <rgm@gnu.org>
24303
24304 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24305
24306 * simple.el (shell-dynamic-complete-functions)
24307 (comint-dynamic-complete-functions): Declare.
24308
24309 * net/network-stream.el (gnutls-negotiate):
24310 * simple.el (tabulated-list-print): Fix declarations.
24311
24312 * progmodes/gud.el (syntax-symbol, syntax-point):
24313 Remove unnecessary and incorrect declarations.
24314
24315 * emacs-lisp/check-declare.el (check-declare-scan):
24316 Handle byte-compile-initial-macro-environment in bytecomp.el.
24317
24318 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24319
24320 Fix earlier half-done eieio-defmethod change (bug#8338).
24321 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24322 Streamline and change calling convention.
24323 (defmethod): Adjust accordingly and simplify.
24324 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24325 new eieio--defmethod.
24326 (slot-boundp): Minor CSE simplification.
24327
24328 2011-05-05 Milan Zamazal <pdm@zamazal.org>
24329
24330 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24331 (glasses-make-readable): Use glasses-separate-capital-groups.
24332
24333 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
24334
24335 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24336 (warning-series): Doc fix.
24337 (display-warning): Don't try to create the buffer if we just found it.
24338
24339 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24340
24341 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24342 (autoload-find-generated-file): New function.
24343 (generate-file-autoloads): Bind generated-autoload-file to
24344 buffer-file-name.
24345 (update-file-autoloads, update-directory-autoloads):
24346 Use autoload-find-generated-file. If called interactively, prompt for
24347 output file (Bug#7989).
24348 (batch-update-autoloads): Doc fix.
24349
24350 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24351
24352 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24353
24354 2011-05-04 Glenn Morris <rgm@gnu.org>
24355
24356 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24357 function, so it follows changes in calendar-date-style.
24358 (diary-fancy-date-matcher): New function.
24359 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24360 (diary-fancy-font-lock-fontify-region-function):
24361 Use diary-fancy-date-pattern as a function.
24362
24363 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24364 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24365
24366 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24367
24368 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24369 instead of positional arguments. Allow :keylist and :crlfiles
24370 arguments.
24371 (open-gnutls-stream): Call it.
24372
24373 * net/network-stream.el (network-stream-open-starttls): Adjust to
24374 call `gnutls-negotiate' with :process and :hostname arguments.
24375
24376 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24377
24378 * minibuffer.el (completion--message): New function.
24379 (completion--do-completion, minibuffer-complete)
24380 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24381 (completion--do-completion): Don't ignore completion-auto-help when in
24382 icomplete-mode.
24383
24384 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24385 internal encoding (e.g. tibetan zero is not whitespace).
24386 (global-whitespace-mode): Prefer save-current-buffer.
24387 (whitespace-trailing-regexp): Remove useless save-match-data.
24388 (whitespace-empty-at-bob-regexp): Minor simplification.
24389
24390 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24391
24392 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24393
24394 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
24395
24396 * textmodes/ispell.el (ispell-add-per-file-word-list):
24397 Use `concat' to create string for insertion.
24398
24399 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24400
24401 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24402 Avoid open-line which runs post-self-insert-hook.
24403 (bibtex-fill-entry): Remove unused `end' var.
24404
24405 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24406
24407 * textmodes/ispell.el (ispell-add-per-file-word-list):
24408 Protect against `nil' value of `comment-start' (Bug#8579).
24409
24410 2011-05-03 Leo Liu <sdl.web@gmail.com>
24411
24412 * isearch.el (isearch-yank-pop): New command.
24413 (isearch-mode-map): Bind it to `M-y'.
24414 (isearch-forward): Mention it.
24415
24416 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24417
24418 * simple.el (minibuffer-complete-shell-command): Remove.
24419 (minibuffer-local-shell-command-map): Use completion-at-point.
24420 (read-shell-command): Setup completion vars here instead.
24421 (read-expression-map): Bind TAB to symbol completion.
24422
24423 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24424 error directly rather via storing it into `results'.
24425
24426 2011-05-02 Leo Liu <sdl.web@gmail.com>
24427
24428 * vc/diff.el: Fix description.
24429
24430 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24431
24432 * server.el (server-eval-at): New function.
24433
24434 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24435
24436 * net/network-stream.el (open-network-stream): Take a :nowait
24437 parameter and pass it on to `make-network-process'.
24438 (network-stream-open-plain): Ditto.
24439
24440 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24441
24442 * faces.el (face-spec-set-match-display): Don't match toolkit
24443 options on terminal frames.
24444
24445 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24446
24447 * progmodes/pascal.el: Use lexical binding.
24448 (pascal-mode-map): Remove author preferences.
24449
24450 * pcomplete.el (pcomplete-std-complete): Don't abuse
24451 completion-at-point.
24452
24453 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24454
24455 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24456 removing code that has been dead since 1991 or so.
24457
24458 * startup.el (command-line): When warning about "_emacs", use a
24459 delayed warning to allow the user to filter it out.
24460
24461 2011-04-28 Deniz Dogan <deniz@dogan.se>
24462
24463 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24464 user has not joined.
24465
24466 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24467
24468 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24469 aren't any completions at point.
24470
24471 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24472
24473 * subr.el (display-delayed-warnings): New function.
24474 (delayed-warnings-hook): New variable.
24475
24476 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24477
24478 * minibuffer.el (completion-at-point, completion-help-at-point):
24479 Don't presume that a given completion-at-point-function will always
24480 use the same calling convention.
24481
24482 * pcomplete.el (pcomplete-completions-at-point):
24483 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24484 pcomplete-seen is non-nil.
24485 (pcomplete-comint-setup): Also recognize the new comint/shell
24486 completion functions.
24487 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24488 pcomplete-seen is non-nil.
24489
24490 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24491
24492 * calendar/icalendar.el (diary-lib): Add require statement.
24493 (icalendar--create-uid): Read out a uid from a text-property on
24494 the first character in the entry. This allows for code to add its
24495 own uid to the entry.
24496 (icalendar--convert-float-to-ical): Add export of
24497 `diary-float'-entries save for those with the optional DAY
24498 argument.
24499
24500 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24501
24502 * subr.el (shell-quote-argument): Use alternate escaping strategy
24503 when we spot a variable reference in a string.
24504
24505 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24506
24507 * cus-start.el (all): Define customization for debug-on-event.
24508
24509 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24510
24511 * subr.el (shell-quote-argument): Escape correctly under Windows.
24512
24513 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24514
24515 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24516
24517 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24518
24519 * net/tramp.el (tramp-process-actions): Add POS argument.
24520 Delete region between POS and (pos).
24521
24522 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24523 Use `nil' position in `tramp-process-actions' call.
24524 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24525
24526 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24527 position in `tramp-process-actions' call.
24528
24529 * net/trampver.el: Update release number.
24530
24531 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24532
24533 * custom.el (defcustom): Obey lexical-binding.
24534
24535 Fix octave-inf completion problems reported by Alexander Klimov.
24536 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24537 Inherit from octave-mode-syntax-table.
24538 (inferior-octave-mode): Set info-lookup-mode.
24539 (inferior-octave-completion-at-point): New function.
24540 (inferior-octave-complete): Use it and completion-in-region.
24541 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24542 comint-filename-completion.
24543 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24544 symbol elements which shouldn't be word elements.
24545 (octave-font-lock-keywords, octave-beginning-of-defun)
24546 (octave-function-header-regexp): Adjust regexps accordingly.
24547 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24548
24549 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24550
24551 * net/gnutls.el (gnutls-errorp): Declare before first use.
24552
24553 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24554
24555 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24556 verify-error, and verify-hostname-error parameters. Check whether
24557 default trustfile exists before going to use it. Add missing
24558 argument to gnutls-message-maybe call. Return value.
24559 Reported by Claudio Bley <claudio.bley@gmail.com>.
24560 (open-gnutls-stream): Add usage example.
24561
24562 * net/network-stream.el (network-stream-open-starttls): Give host
24563 parameter to `gnutls-negotiate'.
24564 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24565 * subr.el (shell-quote-argument): Escape correctly under Windows.
24566
24567 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24568
24569 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24570 Use correct match group (bug#8438).
24571
24572 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24573
24574 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24575 (package-menu--generate): New arg specifying packages to show.
24576 (package-menu-refresh, package-menu-execute, list-packages):
24577 Callers changed.
24578 (package-show-package-list): New function, replacing deleted
24579 package--list-packages (renamed because it is non-internal).
24580
24581 * finder.el (finder-list-matches): Use package-show-package-list
24582 instead of deleted package--list-packages.
24583
24584 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24585 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24586 (vc-annotate-mode-map): Bind it to RET.
24587
24588 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24589
24590 * progmodes/etags.el (next-file): Don't use set-buffer to change
24591 buffers (Bug#8478).
24592
24593 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24594
24595 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24596
24597 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24598 (apropos-accumulator): Doc fix.
24599 (apropos-function, apropos-macro, apropos-command)
24600 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24601 (apropos-plist): Add face property.
24602 (apropos-symbols-internal): Fix indentation.
24603 (apropos-print): Simplify help, and recognize apropos-multi-type.
24604 (apropos-print-doc): Use button-type-get to extract the button's
24605 face property. Fill docstring (Bug#8352).
24606
24607 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24608
24609 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24610
24611 * play/mpuz.el (mpuz-silent): Doc fix.
24612 (mpuz-mode-map): Use mapc.
24613 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24614 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24615 Fix typos in docstrings.
24616
24617 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24618 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24619
24620 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24621
24622 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24623
24624 * minibuffer.el (completion--do-completion): Avoid the "Next char
24625 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24626
24627 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24628 mouse-2 into unread-command-events, it is interpreted correctly.
24629
24630 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24631 (image-toggle-display): Doc fix.
24632
24633 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24634
24635 * textmodes/page.el (what-page): Use line-number-at-pos to
24636 calculate line number (Bug#6825).
24637
24638 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24639
24640 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24641 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24642 Pass argument NO-DEFAULT to `find-tag-interactive'.
24643
24644 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24645
24646 Lexical-binding cleanup.
24647
24648 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24649 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24650 * progmodes/ada-prj.el (ada-prj-initialize-values)
24651 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24652 (ada-prj-show-value):
24653 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24654 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24655 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24656 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24657 * progmodes/bug-reference.el (bug-reference-push-button):
24658 * progmodes/fortran.el (fortran-line-length):
24659 * progmodes/glasses.el (glasses-change):
24660 * progmodes/octave-mod.el (octave-fill-paragraph):
24661 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24662 (python-pdbtrack-grub-for-buffer, python-sentinel):
24663 * progmodes/sql.el (sql-save-connection):
24664 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24665 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24666 Mark unused parameters.
24667
24668 * progmodes/compile.el (compilation--flush-directory-cache)
24669 (compilation--flush-parse, compile-internal): Mark unused parameters.
24670 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24671 (compilation-next-error-function): Remove unused variable `timestamp'.
24672
24673 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24674 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24675
24676 * progmodes/dcl-mode.el (dcl-end-of-command):
24677 Remove unused variable `start'.
24678 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24679 (dcl-option-value-basic, dcl-option-value-offset)
24680 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24681 Mark unused parameters.
24682 (dcl-save-local-variable): Remove unused variable `val'.
24683 (mode): Declare.
24684
24685 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24686 Mark unused parameters.
24687 (delphi-ignore-changes): Move before first use.
24688 (delphi-charset-token-at): Remove unused variable `start'.
24689 (delphi-else-start): Remove unused variable `if-count'.
24690 (delphi-comment-block-start, delphi-comment-block-end):
24691 Remove unused variable `kind'.
24692 (delphi-indent-line): Remove unused variable `new-point'.
24693
24694 * progmodes/ebrowse.el (ebrowse-files-list)
24695 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24696 Mark unused parameters. Don't quote `lambda'.
24697 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24698 Don't quote `lambda'.
24699 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24700 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24701 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24702 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24703 Use `ignore-errors'.
24704 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24705 (ebrowse-view/find-file-and-search-pattern)
24706 (ebrowse-view/find-member-declaration/definition):
24707 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24708 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24709 Rename parameter PREFIX-ARG to PREFIX.
24710 (ebrowse-tags-read-name): Remove unused variables `start' and
24711 `member-info'.
24712 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24713 to `tags-file'.
24714
24715 * progmodes/etags.el (local-find-tag-hook): Declare.
24716 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24717 Mark unused parameters.
24718
24719 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24720 (executable-interpret): Mark unused parameter.
24721
24722 * progmodes/flymake.el (flymake-process-sentinel)
24723 (flymake-after-change-function)
24724 (flymake-create-temp-with-folder-structure)
24725 (flymake-get-include-dirs-dot): Mark unused parameters.
24726 (flymake-safe-delete-directory): Remove unused variable `err'.
24727
24728 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24729 (speedbar-timer-fn, speedbar-line-text)
24730 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24731 (speedbar-center-buffer-smartly): Declare functions.
24732 (gdb-find-watch-expression): Remove unused variable `array'.
24733 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24734 (gdb-starting): Mark unused parameters.
24735 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24736 (gdb-table-string): Remove unused variable `res'.
24737 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24738 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24739 (gdb-display-buffer): Remove unused variable `cur-size'.
24740
24741 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24742 allow lexical-binding compilation.
24743 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24744 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24745 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24746 Mark unused parameters.
24747 (gud-gdb-marker-filter): Remove unused variable `match'.
24748 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24749 lambda expressions and funcall them, instead of using `fset'.
24750
24751 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24752 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24753
24754 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24755 variable `header-beg'; use `let'.
24756
24757 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24758 `restart', `last-sexp' and `at-do'.
24759
24760 * progmodes/js.el (js--debug): Mark unused parameter.
24761 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24762 (js--splice-into-items): Remove unused variable `item'.
24763 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24764
24765 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24766 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24767 (makefile-complete): Remove unused variable `try'.
24768 (makefile-fill-paragraph, makefile-match-function-end):
24769 Mark unused parameters.
24770
24771 * progmodes/octave-inf.el (inferior-octave-complete):
24772 Remove unused variable `proc'.
24773 (inferior-octave-output-digest): Mark unused parameter.
24774
24775 * progmodes/perl-mode.el (perl-calculate-indent):
24776 Remove unused variable `err'.
24777
24778 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24779 (prolog-indent-line): Mark unused parameters.
24780 (prolog-indent-line): Remove unused variable `beg'.
24781
24782 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24783 (reporter-dont-compact-list): Declare.
24784
24785 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24786 Remove unused variable `char'.
24787 (sh-debug): Mark unused parameter.
24788 (sh-get-indent-info): Remove unused variable `start'.
24789 (sh-calculate-indent): Remove unused variable `var'.
24790
24791 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24792 (simula-electric-keyword): Remove unused variable `null'.
24793 (simula-search-backward, simula-search-forward): Remove unused
24794 variables `begin' and `end'.
24795
24796 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24797 Remove unused variable `pos'.
24798 (vera-electric-tab, vera-comment-uncomment-region):
24799 Mark unused parameters.
24800 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24801
24802 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24803
24804 * emacs-lisp/package.el (package--builtins, package-alist)
24805 (package-load-descriptor, package-built-in-p, package-activate)
24806 (define-package, package-installed-p)
24807 (package-compute-transaction, package-buffer-info)
24808 (package--push): Doc fix. Distinguish more clearly between
24809 version strings and version lists.
24810
24811 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24812
24813 Lexical-binding cleanup.
24814
24815 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24816 (5x5-make-mutate-best):
24817 * play/fortune.el (fortune-in-buffer):
24818 * play/gomoku.el (gomoku-init-display):
24819 * play/solitaire.el (solitaire, solitaire-do-check):
24820 * play/tetris.el (tetris-default-update-speed-function):
24821 Mark unused parameters.
24822
24823 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24824 (bubbles--shift): Remove unused variable `char-org'.
24825 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24826 (bubbles--show-images): Remove unused variable `char'.
24827
24828 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24829 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24830 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24831 (decipher-analyze-buffer): Use ?\s.
24832 (decipher-make-checkpoint): Remove unused variable `mapping'.
24833
24834 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24835
24836 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24837 Remove unused variable `result'; use `let'.
24838
24839 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24840 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24841 (gametree-children-shown-p, gametree-compute-reduced-score):
24842 Use `ignore-errors'.
24843
24844 * play/handwrite.el (ps-lpr-switches): Declare.
24845 (handwrite): Remove unused variables `pmin' and `lastp'.
24846
24847 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24848
24849 * play/landmark.el (landmark-init-display)
24850 (landmark-update-naught-weights): Mark unused parameters.
24851 (landmark-y): Remove unused variable `noise'. Simplify.
24852 (landmark-human-plays): Remove unused variable `score'.
24853
24854 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24855 (mpuz-try-proposal): Remove unused variable `game'.
24856
24857 * play/zone.el (life-patterns): Declare.
24858
24859 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24860
24861 * vc/vc.el (ediff-vc-internal): Declare function.
24862
24863 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24864
24865 * shell.el: Use lexical-binding and std completion UI.
24866 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24867 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24868 comint-preoutput-filter-functions rather than on
24869 comint-output-filter-functions.
24870 (shell-command-completion, shell--command-completion-data)
24871 (shell-filename-completion, shell-environment-variable-completion)
24872 (shell-c-a-p-replace-by-expanded-directory): New functions.
24873 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24874 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24875 (shell-dynamic-complete-environment-variable): Use them.
24876 (shell-dynamic-complete-as-environment-variable)
24877 (shell-dynamic-complete-as-command): Remove.
24878 (shell-match-partial-variable): Match past point.
24879 * comint.el: Clean up use of completion-at-point-functions.
24880 (comint-completion-at-point): New function.
24881 (comint-mode): Use it completion-at-point-functions.
24882 (comint-dynamic-complete): Make it obsolete.
24883 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24884 (comint-c-a-p-replace-by-expanded-history): New function.
24885 (comint-dynamic-complete-functions)
24886 (comint-replace-by-expanded-history): Use it.
24887 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24888 termination strings. Try harder to avoid second try-completion.
24889 (completion-in-region-mode-map): Disable bindings that don't work yet.
24890
24891 * comint.el: Use lexical-binding. Require CL.
24892 (comint-dynamic-complete-functions): Use comint-filename-completion.
24893 (comint-completion-addsuffix): Tweak custom type.
24894 (comint-filename-completion, comint--common-suffix)
24895 (comint--common-quoted-suffix, comint--table-subvert)
24896 (comint--complete-file-name-data): New functions.
24897 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24898 (comint-dynamic-list-filename-completions): Use them.
24899 (comint-dynamic-simple-complete): Make obsolete.
24900
24901 * minibuffer.el (completion-in-region-mode):
24902 Keep completion-in-region-mode--predicate global.
24903 (completion-in-region--postch):
24904 Assume completion-in-region-mode--predicate is not null.
24905
24906 * progmodes/flymake.el (flymake-start-syntax-check-process):
24907 Obey `dir'. Simplify.
24908
24909 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24910 we're in VC after all.
24911
24912 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24913
24914 * vc/vc.el (vc-diff-build-argument-list-internal)
24915 (vc-version-ediff, vc-ediff): New commands.
24916 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24917
24918 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24919
24920 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24921 add sanity check.
24922
24923 * obsolete/erc-hecomplete.el: Make obsolete.
24924 * obsolete/: Standardize obsolescence info in the header.
24925
24926 2011-04-20 Glenn Morris <rgm@gnu.org>
24927
24928 * calendar/solar.el (solar-horizontal-coordinates):
24929 Use the longitude argument rather than `calendar-longitude'.
24930 (solar-date-next-longitude): Remove unused locals.
24931
24932 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24933
24934 * whitespace.el: New version 13.2.1.
24935
24936 2011-04-20 felix <EmacsWiki> (tiny change)
24937
24938 * whitespace.el (global-whitespace-mode): Keep highlight when
24939 switching between major modes on a file.
24940
24941 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24942
24943 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24944 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24945 multi-line comments as well.
24946
24947 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
24948
24949 Lexical-binding cleanup.
24950
24951 * arc-mode.el (archive-mode-revert):
24952 * cmuscheme.el (scheme-interactively-start-process):
24953 * custom.el (custom-initialize-delay):
24954 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24955 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24956 * emacs-lock.el (emacs-lock-clear-sentinel):
24957 * ezimage.el (defezimage):
24958 * follow.el (follow-avoid-tail-recenter):
24959 * fringe.el (set-fringe-mode-1):
24960 * generic-x.el (bat-generic-mode-compile):
24961 * help-mode.el (help-info-variable, help-do-xref)
24962 (help-mode-revert-buffer):
24963 * help.el (view-emacs-todo):
24964 * iswitchb.el (iswitchb-completion-help):
24965 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24966 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24967 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24968 * locate.el (locate-update):
24969 * longlines.el (longlines-encode-region)
24970 (longlines-after-change-function):
24971 * outline.el (outline-isearch-open-invisible):
24972 * ps-def.el (declare-function, charset-dimension, char-width)
24973 (encode-char):
24974 * ps-mule.el (ps-mule-plot-string):
24975 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24976 (recentf-edit-list-select, recentf-edit-list-validate)
24977 (recentf-open-files-action):
24978 * rect.el (delete-whitespace-rectangle-line)
24979 (rectangle-number-line-callback):
24980 * register.el (window-configuration-to-register)
24981 (frame-configuration-to-register):
24982 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24983 * select.el (xselect-convert-to-string, xselect-convert-to-length)
24984 (xselect-convert-to-targets, xselect-convert-to-delete)
24985 (xselect-convert-to-filename, xselect-convert-to-charpos)
24986 (xselect-convert-to-lineno, xselect-convert-to-colno)
24987 (xselect-convert-to-os, xselect-convert-to-host)
24988 (xselect-convert-to-user, xselect-convert-to-class)
24989 (xselect-convert-to-name, xselect-convert-to-integer)
24990 (xselect-convert-to-atom, xselect-convert-to-identity):
24991 * subr.el (declare, ignore, process-kill-without-query)
24992 (text-clone-maintain):
24993 * terminal.el (te-get-char, te-tic-sentinel):
24994 * tool-bar.el (tool-bar-make-keymap):
24995 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24996 * type-break.el (type-break-mode, type-break-noninteractive-query):
24997 * view.el (View-back-to-mark):
24998 * wid-browse.el (widget-browse-action, widget-browse-widget)
24999 (widget-browse-widgets, widget-browse-sexp):
25000 * widget.el (define-widget-keywords):
25001 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25002 Mark unused parameters.
25003
25004 * align.el (align-adjust-col-for-rule): Mark unused parameter.
25005 (align-areas): Remove unused variable `look'.
25006 (align-region): Remove unused variables `real-end' and `pos-list'.
25007
25008 * apropos.el (apropos-score-doc): Remove unused variable `i'.
25009
25010 * bindings.el (mode-line-modified, mode-line-remote):
25011 Mark unused parameters.
25012 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25013
25014 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25015 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25016
25017 * comint.el (comint-history-isearch-pop-state)
25018 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25019 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25020 (comint-substitute-in-file-name): Doc fix.
25021
25022 * completion.el (cmpl-statistics-block): Mark unused parameter.
25023 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25024 (save-completions-to-file, load-completions-from-file):
25025 Remove unused local variable `e'.
25026
25027 * composite.el (compose-chars): Remove unused variable `len'.
25028 (lgstring-insert-glyph): Remove unused variable `g'.
25029 (compose-glyph-string): Remove unused variables `ascent',
25030 `descent', `lbearing' and `rbearing'.
25031 (compose-glyph-string-relative): Remove unused variables
25032 `lbearing', `rbearing' and `wadjust'.
25033 (compose-gstring-for-graphic): Remove unused variables `header',
25034 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
25035 (compose-gstring-for-terminal): Remove unused variables `header'
25036 and `nchars'. Use `let', not `let*'.
25037
25038 * cus-edit.el (Custom-set, Custom-save, custom-reset)
25039 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25040 (Custom-buffer-done, custom-buffer-create-internal)
25041 (custom-browse-visibility-action, custom-browse-group-tag-action)
25042 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25043 (widget-magic-mouse-down-action, custom-toggle-parent)
25044 (custom-add-parent-links, custom-toggle-hide-variable)
25045 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25046 (custom-toggle-hide-face, face, hook, custom-group-link-action)
25047 (custom-face-menu-create, custom-variable-menu-create, get)
25048 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25049 (custom-reset-standard-save-and-update): Remove unused variable `value'.
25050 (customize-apropos): Remove unused variable `tests'.
25051 (custom-group-value-create): Remove unused variable `hidden-p'.
25052 (sort-fold-case): Declare.
25053
25054 * cus-theme.el (custom-reset-standard-faces-list)
25055 (custom-reset-standard-variables-list): Declare.
25056 (customize-create-theme, custom-theme-revert, custom-theme-write)
25057 (custom-theme-choose-mode, customize-themes, custom-theme-save):
25058 Mark unused parameters.
25059
25060 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25061
25062 * delim-col.el (delimit-columns-max): Move defvar before first use.
25063
25064 * descr-text.el (describe-char-categories): Don't quote `lambda'.
25065 (describe-char): Don't quote `lambda'. Mark unused parameter.
25066
25067 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25068 (auto-insert): Declare.
25069 (desktop-restore-file-buffer): Rename desktop-* parameters;
25070 mark unused ones.
25071 (desktop-create-buffer): Rename desktop-* parameters and bind them.
25072 (desktop-buffer): Rename desktop-* parameters.
25073
25074 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25075 (dframe-reposition-frame-xemacs, dframe-help-echo)
25076 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25077 Mark unused parameters.
25078
25079 * dired-aux.el (backup-extract-version-start, overwrite-query)
25080 (overwrite-backup-query, rename-regexp-query)
25081 (rename-non-directory-query): Declare.
25082 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25083 (dired-add-entry): Remove unused variable `orig-file-name'.
25084 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25085 Use parameter PRESERVE-TIME instead of accessing dynamic variable
25086 `dired-copy-preserve-time' directly.
25087 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25088 (dired-insert-subdir-newpos): Rename unused variable `pos'.
25089
25090 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25091 (dired-virtual-revert, dired-make-relative-symlink):
25092 Mark unused parameters.
25093 (manual-program): Declare.
25094 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25095 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25096 wrapped in `with-no-warnings' to avoid replacing one warning by another.
25097
25098 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25099
25100 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25101
25102 * echistory.el (electric-history-in-progress, Helper-return-blurb):
25103 Declare.
25104
25105 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25106
25107 * electric.el (Electric-command-loop): Rename parameter
25108 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25109
25110 * expand.el (expand-in-literal): Remove unused variable `here'.
25111
25112 * facemenu.el (facemenu-add-new-color):
25113 Remove unused variable `docstring'.
25114
25115 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25116 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25117 (face-attr-construct): Mark unused parameter. Doc fix.
25118 (read-color): Remove unused variable `hex-string'.
25119
25120 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25121 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25122 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25123 (display-buffer-other-frame): Remove unused variable `old-window'.
25124 (kill-buffer-hook): Declare.
25125 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25126 Mark unused parameters.
25127 (after-find-file): Pass 1 to `auto-save-mode', not t.
25128
25129 * files-x.el (auto-insert): Declare.
25130 (modify-file-local-variable-prop-line): Remove unused variable `val'.
25131
25132 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25133 variable `buf'. Mark unused parameter.
25134 (find-lisp-insert-directory): Mark unused parameter.
25135
25136 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25137 (format-encode-region): Remove unused variables `cur-buf' and `result'.
25138 (format-common-tail): Remove, unused.
25139 (format-deannotate-region): Remove unused variable `loc'.
25140 (format-annotate-region): Remove unused variable `p'.
25141 (format-annotate-single-property-change): Remove unused variables
25142 `default' and `tail'.
25143
25144 * forms.el (read-file-filter): Declare.
25145 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25146
25147 * frame.el (frame-creation-function-alist): Mark unused parameter.
25148 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25149
25150 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25151 Remove unused parameters.
25152 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25153 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25154
25155 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25156 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25157 (hfy-prepare-tag-map): Mark unused parameters.
25158 (htmlfontify-buffer): Use `called-interactively-p'.
25159
25160 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25161 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25162 (ibuffer-do-occur): Mark unused parameters.
25163 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25164 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25165
25166 * ibuffer.el: Don't quote `lambda'.
25167 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25168 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25169 Mark unused parameters.
25170
25171 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25172 (ido-completing-read): Mark unused parameters.
25173 (ido-copy-current-word): Mark unused parameters;
25174 remove unused variable `name'.
25175 (ido-sort-merged-list): Remove unused parameter `dirs'.
25176
25177 * ielm.el (ielm-input-sender): Mark unused parameter.
25178 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25179 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25180 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25181 `ielm-string' as a dynamic variable accessible from the IELM prompt.
25182 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
25183
25184 * image-dired.el (image-dired-display-thumbs): Remove unused
25185 variables `curr-file' and `count'.
25186 (image-dired-remove-tag): Remove unused variable `start'.
25187 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25188 variable `curr-file'
25189 (image-dired-rotate-original): Remove unused variable `temp-file'.
25190 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25191 Remove unused variable `file'.
25192 (image-dired-gallery-generate): Remove unused variable `curr'.
25193 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25194
25195 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25196
25197 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25198
25199 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25200
25201 * isearch.el (minibuffer-history-symbol): Declare.
25202 (isearch-edit-string): Remove unused variable `err'.
25203 (isearch-message-prefix, isearch-message-suffix):
25204 Mark unused parameters.
25205
25206 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25207
25208 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25209
25210 * makesum.el (double-column): Remove unused variable `cnt'.
25211
25212 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25213 (ido-ignore-item-temp-list): Declare.
25214
25215 * mouse-drag.el (mouse-drag-throw): Remove unused variables
25216 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25217 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25218 (mouse-drag-drag): Remove unused variables `mouse-delta' and
25219 `mouse-col-delta'.
25220
25221 * mouse-sel.el (mouse-extend-internal):
25222 Remove unused variable `orig-window-frame'.
25223
25224 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25225 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25226 Move declarations before first use.
25227 (pcomplete-opt): Mark unused parameters; doc fix.
25228
25229 * proced.el (proced-revert): Mark unused parameter.
25230 (proced-send-signal): Remove unused variable `err'.
25231
25232 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25233 Rename parameter PREFIX-ARG to ARG.
25234 (ps-basic-plot-string, ps-basic-plot-whitespace):
25235 Mark unused parameters.
25236
25237 * replace.el (replace-count): Define.
25238 (occur-revert-function): Mark unused parameters.
25239 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25240 (isearch-case-fold-search, isearch-string): Declare.
25241 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25242 bind `case-fold-search'. Remove unused variables `beg' and `end',
25243 and simplify.
25244 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25245 COUNT and bind `replace-count'.
25246 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25247 to COUNT.
25248
25249 * savehist.el (print-readably, print-string-length): Declare.
25250
25251 * shadowfile.el (shadow-expand-cluster-in-file-name):
25252 Remove unused variable `cluster'.
25253 (shadow-copy-file): Remove unused variable `i'.
25254 (shadow-noquery, shadow-clusters, shadow-site-cluster)
25255 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25256 (shadow-define-literal-group, shadow-define-regexp-group)
25257 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25258
25259 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25260 (shell): Use `called-interactively-p'.
25261 (shell-directory-tracker): Remove unused variable `chdir-failure'.
25262
25263 * simple.el (compilation-context-lines, comint-file-name-quote-list)
25264 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25265 (delete-backward-char): Remove unused variable `ocol'.
25266 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25267 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25268 (event-apply-hyper-modifier, event-apply-shift-modifier)
25269 (event-apply-control-modifier, event-apply-meta-modifier):
25270 Mark unused parameters.
25271 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25272 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25273
25274 * speedbar.el (speedbar-ignored-directory-expressions)
25275 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25276 (speedbar-find-file, speedbar-dir-follow)
25277 (speedbar-directory-buttons-follow, speedbar-tag-find)
25278 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25279 (speedbar-buffers-line-directory, speedbar-buffer-click):
25280 Mark unused parameters.
25281 (speedbar-tag-file): Remove unused variable `mode'.
25282 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25283
25284 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25285
25286 * talk.el (talk): Remove unused variable `display'.
25287
25288 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25289 (tar-write-region-annotate): Mark unused parameter.
25290
25291 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25292 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25293 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25294 warning by another.
25295
25296 * time-stamp.el (time-stamp-string-preprocess):
25297 Remove unused variable `require-padding'.
25298
25299 * tree-widget.el (widget-glyph-enable): Declare.
25300 (tree-widget-action): Mark unused parameter.
25301
25302 * w32-fns.el (x-get-selection): Mark unused parameter.
25303 (autoload-make-program, generated-autoload-file): Declare.
25304
25305 * wdired.el (wdired-revert): Mark unused parameters.
25306 (wdired-xcase-word): Remove unused variable `err'.
25307
25308 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25309 (whitespace-help-scroll): Remove unused variable `data-help'.
25310
25311 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25312 (widget-image-insert, widget-after-change, default)
25313 (widget-default-format-handler, widget-default-notify)
25314 (widget-default-prompt-value, widget-info-link-action)
25315 (widget-url-link-action, widget-function-link-action)
25316 (widget-variable-link-action, widget-file-link-action)
25317 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25318 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25319 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25320 (widget-insert-button-action, widget-delete-button-action, visibility)
25321 (widget-documentation-link-action, widget-documentation-string-action)
25322 (widget-const-prompt-value, widget-regexp-match, symbol)
25323 (widget-coding-system-prompt-value)
25324 (widget-key-sequence-value-to-external, sexp)
25325 (widget-sexp-value-to-internal, character, vector, cons)
25326 (widget-choice-prompt-value, widget-boolean-prompt-value)
25327 (widget-color--choose-action): Mark unused parameters.
25328 (widget-item-match-inline, widget-choice-match-inline)
25329 (widget-checklist-match, widget-checklist-match-inline)
25330 (widget-group-match): Rename parameter VALUES to VALS.
25331 (widget-field-value-set): Remove unused variable `size'.
25332 (widget-color-action): Remove unused variables `value' and `start'.
25333
25334 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25335 variable `dir'. Doc fix.
25336 (windmove-find-other-window): Don't pass it.
25337
25338 * window.el (count-windows): Mark unused parameter.
25339 (bw-adjust-window): Remove unused variable `err'.
25340
25341 * woman.el (woman-file-name): Remove unused variable `default'.
25342 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25343 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25344 (global-font-lock-mode): Declare.
25345 (woman-decode-region): Mark unused parameter.
25346 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25347
25348 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25349 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25350 (x-dnd-handle-moz-url): Remove unused variable `title'.
25351 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25352
25353 * xml.el (xml-parse-tag, xml-parse-attlist):
25354 Remove unused variable `pos'.
25355
25356 2011-04-19 Glenn Morris <rgm@gnu.org>
25357
25358 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25359 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25360 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25361 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25362 * calendar/cal-html.el (cal-html-insert-minical):
25363 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25364 (calendar-mark-date-pattern):
25365 Prefix "unused" locals.
25366
25367 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25368 optional argument `style'.
25369
25370 * calendar/appt.el (appt-make-list):
25371 * calendar/cal-china.el (calendar-chinese-date-string):
25372 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25373 (diary-hebrew-yahrzeit):
25374 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25375 * calendar/calendar.el (calendar-generate-window):
25376 * calendar/time-date.el (time-to-days):
25377 Remove unused local variables.
25378
25379 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25380
25381 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25382 glyphless-char-display table.
25383 (tabulated-list-glyphless-char-display): New var.
25384
25385 2011-04-18 Sam Steingold <sds@gnu.org>
25386
25387 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25388 to acknowledgments.
25389
25390 2011-04-17 Glenn Morris <rgm@gnu.org>
25391
25392 * calendar/diary-lib.el (diary-sexp-entry):
25393 * calendar/holidays.el (holiday-sexp):
25394 Set debug-on-error rather than the removed stack-trace-on-error.
25395
25396 2011-04-16 Glenn Morris <rgm@gnu.org>
25397
25398 * progmodes/f90.el: Use lexical-binding.
25399 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25400
25401 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25402
25403 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25404 (mail-mode): Setup mailalias completion here instead.
25405 * mail/mailalias.el: Use lexical-binding.
25406 (pattern, mailalias-done): Declare dynamic.
25407 (mail-completion-at-point-function): New function, from mail-complete.
25408 (mail-complete): Use it.
25409 (mail-completion-expand): New function.
25410 (mail-get-names): Use it.
25411 (mail-directory, mail-directory-process, mail-directory-stream):
25412 Don't use `pattern' for lexically bound arg.
25413
25414 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25415
25416 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25417 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25418 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25419
25420 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25421 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25422 (byte-interactive-p): Define them again, for use when inlining
25423 old code.
25424
25425 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25426
25427 * loadup.el: Use `string-to-number', not `string-to-int'.
25428
25429 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25430
25431 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25432 gud-gdb-complete-command.
25433 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25434 (gud-gdb-completion-at-point): New function.
25435 (gud-gdb-completions): Remove.
25436
25437 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25438
25439 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25440 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25441 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25442 whether `executable-find' is bound.
25443
25444 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25445
25446 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25447
25448 * minibuffer.el (completion-in-region-mode-predicate)
25449 (completion-in-region-mode--predicate): New vars.
25450 (completion-in-region, completion-in-region--postch)
25451 (completion-in-region-mode): Use them.
25452 (completion--capf-wrapper): Also return the hook function.
25453 (completion-at-point, completion-help-at-point):
25454 Adjust and provide a predicate.
25455
25456 Preserve arg names for advice of subr and lexical functions (bug#8457).
25457 * help-fns.el (help-function-arglist): Consolidate the subr and
25458 new-byte-code cases. Add argument `preserve-names' to extract names
25459 from the docstring when needed.
25460 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25461 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25462 (ad-arglist): Use help-function-arglist's new arg.
25463 (ad-definition-type): Use cond.
25464
25465 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25466
25467 * autorevert.el (auto-revert-handler):
25468 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25469 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25470 Don't quote lambda.
25471
25472 * image-mode.el (image-transform-set-scale):
25473 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25474
25475 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25476
25477 * net/network-stream.el (network-stream-open-starttls): Only do
25478 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25479 Upgrades via gnutls-cli are too slow to be done opportunistically.
25480
25481 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25482
25483 * dframe.el (dframe-current-frame): Remove spurious quote.
25484
25485 2011-04-12 Glenn Morris <rgm@gnu.org>
25486
25487 * calendar/cal-tex.el (cal-tex-end-document):
25488 Try to automatically use latin1 input if needed.
25489
25490 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25491 Don't try to cons a mark onto an empty element.
25492
25493 2011-04-11 Leo Liu <sdl.web@gmail.com>
25494
25495 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25496 buffers.
25497 (ido-kill-buffer-at-head): Support killing virtual buffers.
25498
25499 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25500
25501 * minibuffer.el (completion-show-inline-help): New var.
25502 (completion--do-completion, minibuffer-complete)
25503 (minibuffer-force-complete, minibuffer-complete-word):
25504 Inhibit minibuffer messages if completion-show-inline-help is nil.
25505
25506 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25507 to avoid interference from inline help (Bug#5849).
25508
25509 2011-04-10 Leo Liu <sdl.web@gmail.com>
25510
25511 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25512 Fix typo.
25513
25514 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25515
25516 * image-mode.el (image-toggle-display-image): Signal an error if
25517 not in Image mode.
25518 (image-transform-mode, image-transform-resize)
25519 (image-transform-set-rotation): Doc fix.
25520 (image-transform-set-resize): Delete.
25521 (image-transform-set-scale, image-transform-fit-to-height)
25522 (image-transform-fit-to-width): Handle image-toggle-display-image
25523 and image-transform-resize directly.
25524
25525 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25526
25527 * doc-view.el (doc-view-fit-width-to-window)
25528 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25529 New functions for fitting the shown image to the Emacs window size.
25530 (doc-view-mode-map): Add bindings for the new functions.
25531
25532 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25533
25534 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25535 Fix typo in docstring.
25536
25537 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25538
25539 * files.el (file-size-human-readable): Produce one digit after
25540 decimal, like "ls -lh" does.
25541
25542 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25543 the file size representation.
25544
25545 * simple.el (list-processes): If async subprocesses are not
25546 available, error out with a clear error message.
25547
25548 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25549
25550 * help.el (help-form-show): New function, to be called from C.
25551 Put help-form output in a buffer named differently than *Help*.
25552
25553 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25554
25555 * files.el (file-size-human-readable): New function.
25556
25557 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25558 computing the representation inline. Don't require `cl'.
25559
25560 2011-04-08 Glenn Morris <rgm@gnu.org>
25561
25562 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25563
25564 * net/browse-url.el (browse-url-firefox):
25565 Test system-type, not system-configuration.
25566
25567 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25568 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25569 Use log-edit-empty-buffer-p. (Bug#7598)
25570
25571 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25572 (rlogin-mode-map): Initialize in the defvar.
25573 (rlogin): Use ignore-errors.
25574
25575 * replace.el (occur-mode-map): Some fixes for menu items.
25576
25577 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25578
25579 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25580
25581 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25582
25583 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25584 issuing unused warnings.
25585
25586 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25587 macro directly.
25588
25589 * simple.el: Lisp reimplement of list-processes. Based on an
25590 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25591 (process-menu-mode): New major mode.
25592 (list-processes--refresh, list-processes):
25593 (process-menu-visit-buffer): New functions.
25594
25595 * files.el (save-buffers-kill-emacs): Don't assume any return
25596 value of list-processes, which is undocumented anyway.
25597
25598 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25599
25600 * emacs-lisp/tabulated-list.el: New file.
25601
25602 * emacs-lisp/package.el: Use Tabulated List mode.
25603 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25604 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25605 table format using Tabulated List mode variables.
25606 (package--push): New macro, replacing package-list-maybe-add.
25607 (package-menu--generate): Use package--push. Renamed from
25608 package--generate-package-list.
25609 (package-menu-refresh, list-packages): Use it.
25610 (package-menu--print-info): Rename from package-print-package.
25611 Return insertion data instead of inserting it directly.
25612 (package-menu-describe-package, package-menu-execute):
25613 Use tabulated-list-get-id.
25614 (package-menu-mark-delete, package-menu-mark-install)
25615 (package-menu-mark-unmark, package-menu-backup-unmark)
25616 (package-menu-mark-obsolete-for-deletion):
25617 Use tabulated-list-put-tag.
25618 (package--list-packages, package-menu-revert)
25619 (package-menu-get-package, package-menu-get-version)
25620 (package-menu-sort-by-column): Functions deleted.
25621 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25622 (package-menu--status-predicate, package-menu--version-predicate)
25623 (package-menu--name-predicate)
25624 (package-menu--description-predicate): Handle arguments in the
25625 Tabulated List format.
25626 (package-list-packages-no-fetch): Call list-packages.
25627
25628 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25629
25630 * files.el (after-find-file-from-revert-buffer): Remove variable.
25631 (after-find-file): Don't bind it.
25632 (revert-buffer-in-progress-p): New variable.
25633 (revert-buffer): Bind it.
25634 Pass nil for `after-find-file-from-revert-buffer'.
25635
25636 * saveplace.el (save-place-find-file-hook): Use new variable
25637 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25638
25639 2011-04-06 Glenn Morris <rgm@gnu.org>
25640
25641 * Makefile.in (AUTOGEN_VCS): New variable.
25642 (autoloads): Use $AUTOGEN_VCS.
25643
25644 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25645 * calendar/calendar.el (calendar-mode-map):
25646 Check for toolkit scroll bars. (Bug#8305)
25647
25648 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25649
25650 * minibuffer.el (completion-in-region--postch)
25651 (completion-in-region-mode): Remove unnecessary messages.
25652
25653 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25654
25655 * font-lock.el (font-lock-refresh-defaults):
25656 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25657 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25658
25659 * info.el (Info-directory-list, Info-read-node-name-2)
25660 (Info-split-parameter-string): Doc fixes.
25661 (Info-virtual-nodes): Reflow docstring.
25662 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25663 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25664 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25665 Fix typos in docstrings.
25666 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25667 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25668 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25669 (Info-restore-desktop-buffer): Mark unused parameters.
25670 (Info-directory-find-file, Info-directory-find-node)
25671 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25672 (Info-virtual-index-find-node, Info-apropos-find-file)
25673 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25674 Mark unused parameters; fix typos in docstrings.
25675 (Info-virtual-index): Remove unused local variable `nodename'.
25676
25677 2011-04-05 Deniz Dogan <deniz@dogan.se>
25678
25679 * net/rcirc.el: Update my e-mail address.
25680 (rcirc-mode-map): Remove M-o binding.
25681
25682 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25683
25684 * startup.el (command-line): Save the cursor's theme-face
25685 directly, instead of using face-override-spec.
25686
25687 * custom.el (load-theme): Minor optimization in assigning faces.
25688
25689 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25690
25691 * help-fns.el (describe-variable): Complete all variables having
25692 documentation, including keywords.
25693 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25694
25695 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25696
25697 Convert to lexical-binding.
25698
25699 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25700 (bs--get-marked-string, bs--get-modified-string)
25701 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25702 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25703 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25704
25705 * ehelp.el (electric-help-execute-extended)
25706 (electric-help-ctrl-x-prefix):
25707 * hexl.el (hexl-revert-buffer-function):
25708 * linum.el (linum-after-change, linum-after-scroll):
25709 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25710
25711 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25712
25713 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25714
25715 * epa-dired.el:
25716 * epa-mail.el:
25717 * epa-hook.el:
25718 * epa-file.el:
25719 * epa.el:
25720 * epg.el: Use lexical binding.
25721
25722 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25723
25724 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25725
25726 * textmodes/flyspell.el (flyspell-word): Recognize default
25727 dictionary case for flyspell-mark-duplications-exceptions.
25728 Use regexp matching for languages.
25729 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25730 default dictionary (Bug#7926).
25731
25732 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25733
25734 * emacs-lisp/package.el (package--with-work-buffer):
25735 Recognize https URLs.
25736
25737 * net/network-stream.el: Move from gnus/proto-stream.el.
25738 Change prefix to network-stream throughout.
25739 (open-protocol-stream): Merge into open-network-stream, leaving
25740 open-protocol-stream as an alias. Handle nil BUFFER args.
25741
25742 * subr.el (open-network-stream): Move to net/network-stream.el.
25743
25744 2011-04-02 Glenn Morris <rgm@gnu.org>
25745
25746 * find-dired.el (find-exec-terminator): New option.
25747 (find-ls-option): Test for -ls support.
25748 (find-ls-subdir-switches): Test for -b in find-ls-option.
25749 (find-dired, find-grep-dired): Doc fixes.
25750 (find-dired): Use find-exec-terminator.
25751
25752 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25753 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25754 (find-name-arg): Remove purecopy.
25755
25756 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25757 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25758 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25759 accordingly. Don't add the null-device if not needed.
25760
25761 * files.el (save-some-buffers): Doc fix.
25762
25763 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25764
25765 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25766
25767 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25768
25769 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25770 Use `dolist' rather than `mapcar'.
25771
25772 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25773
25774 Add lexical binding.
25775
25776 * subr.el (apply-partially): Use new closures rather than CL.
25777 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25778 (dolist, dotimes): Use slightly different expansion for lexical code.
25779 (functionp): Move to C.
25780 (letrec): New macro.
25781 (with-wrapper-hook): Use it and apply-partially instead of CL.
25782 (eval-after-load): Preserve lexical-binding.
25783 (save-window-excursion, with-output-to-temp-buffer): Turn them
25784 into macros.
25785
25786 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25787
25788 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25789 than the arglist.
25790 (help-add-fundoc-usage): Don't add `Not documented'.
25791 (help-function-arglist): Handle closures, subroutines, and new
25792 byte-code-functions.
25793 (help-make-usage): Remove leading underscores.
25794 (describe-function-1): Handle closures.
25795 (describe-variable): Use special-variable-p for completion.
25796
25797 * files.el (lexical-binding): Declare safe.
25798
25799 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25800 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25801 (pcase): Add `let' pattern.
25802 Change memoization so it actually works.
25803 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25804 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25805 <let>: New case.
25806
25807 * emacs-lisp/macroexp.el: Use lexical binding.
25808 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25809 Don't convert ' to #' without checking that it's indeed quoting
25810 a lambda.
25811
25812 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25813 Use eval-sexp-add-defvars.
25814 (eval-sexp-add-defvars): New fun.
25815
25816 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25817
25818 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25819 Don't autoload.
25820 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25821 than the internal `byte-compile-lambda'.
25822 (defmethod): Don't hide code under quotes.
25823 (eieio-defmethod): New `code' argument.
25824
25825 * emacs-lisp/eieio-comp.el: Remove.
25826
25827 * emacs-lisp/edebug.el (edebug-eval-defun)
25828 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25829 (edebug-toggle): Avoid `eval'.
25830
25831 * emacs-lisp/disass.el (disassemble-internal): Handle new
25832 `closure' objects.
25833 (disassemble-1): Handle new byte codes.
25834
25835 * emacs-lisp/cl.el (pushnew): Silence warning.
25836
25837 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25838 (cl-byte-compile-throw): Remove.
25839 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25840
25841 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25842 closures.
25843
25844 * emacs-lisp/cconv.el: New file.
25845
25846 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25847 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25848 (byte-compile-initial-macro-environment):
25849 Handle declare-function here.
25850 (byte-compile--lexical-environment): New var.
25851 (byte-stack-ref, byte-stack-set, byte-discardN)
25852 (byte-discardN-preserve-tos): New lap codes.
25853 (byte-interactive-p): Don't use any more.
25854 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25855 New macros.
25856 (byte-compile-lapcode): Use them and handle new lap codes.
25857 (byte-compile-obsolete): Remove.
25858 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25859 (byte-compile-arglist-warn): Check late def of inlinable funs.
25860 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25861 since they should have been expanded by now.
25862 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25863 (byte-compile-from-buffer): Remove unused second arg.
25864 (byte-compile-preprocess): New function.
25865 (byte-compile-toplevel-file-form): New function to distinguish
25866 file-form calls from outside from file-form calls from hunk-handlers.
25867 (byte-compile-file-form): Simplify.
25868 (byte-compile-file-form-defsubst): Remove.
25869 (byte-compile-file-form-defmumble): Simplify now that
25870 byte-compile-lambda always returns a byte-code-function.
25871 (byte-compile): Preprocess.
25872 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25873 Remove, not used any more.
25874 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25875 (byte-compile-make-args-desc): New funs.
25876 (byte-compile-lambda): Handle lexical functions. Always return
25877 a byte-code-function.
25878 (byte-compile-reserved-constants): New var, to make up room for
25879 closed-over variables.
25880 (byte-compile-constants-vector): Obey it.
25881 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25882 (byte-compile-macroexpand-declare-function): New function.
25883 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25884 byte-code-functions.
25885 (byte-compile-form): Check obsolescence here.
25886 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25887 (byte-compile-variable-ref): Remove.
25888 (byte-compile-dynamic-variable-op): New fun.
25889 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25890 (byte-compile-variable-set): New funs.
25891 (byte-compile-discard): Add 2 args.
25892 (byte-compile-stack-ref, byte-compile-stack-set)
25893 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25894 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25895 macroexpand-all instead.
25896 (byte-compile-quote-form): Remove.
25897 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25898 (byte-compile-bind, byte-compile-unbind): New funs.
25899 (byte-compile-let): Handle let* and lexical binding.
25900 (byte-compile-let*): Remove.
25901 (byte-compile-catch, byte-compile-unwind-protect)
25902 (byte-compile-track-mouse, byte-compile-condition-case):
25903 Handle a new :fun-body form, used for lexical scoping.
25904 (byte-compile-save-window-excursion)
25905 (byte-compile-with-output-to-temp-buffer): Remove.
25906 (byte-compile-defun): Simplify.
25907 (byte-compile-stack-adjustment): New fun.
25908 (byte-compile-out): Use it.
25909 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25910
25911 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25912 handler any more.
25913
25914 * emacs-lisp/byte-opt.el: Use lexical binding.
25915 (byte-inline-lapcode): Remove (to bytecomp).
25916 (byte-compile-inline-expand): Pay attention to inlining to/from
25917 lexically bound code.
25918 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25919 any more.
25920 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25921 any more and don't call compiler-macros.
25922 (byte-compile-splice-in-already-compiled-code): Remove.
25923 (byte-code): Don't inline any more.
25924 (disassemble-offset): Receive `bytes' as argument rather than via
25925 dynamic scoping.
25926 (byte-compile-tag-number): Declare before first use.
25927 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25928 `return' even if make-spliceable.
25929 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25930 obsolete interactive-p.
25931 (byte-optimize-lapcode): Optimize new lap-codes.
25932 Don't trip up on new form of `byte-constant' lap code.
25933
25934 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25935
25936 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25937
25938 * custom.el (custom-initialize-default, custom-declare-variable):
25939 Use `defvar'.
25940
25941 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25942 New variables.
25943 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25944 (COMPILE_FIRST): Add macroexp and cconv.
25945 * makefile.w32-in: Mirror changes in Makefile.in.
25946
25947 * vc/cvs-status.el:
25948 * vc/diff-mode.el:
25949 * vc/log-edit.el:
25950 * vc/log-view.el:
25951 * vc/smerge-mode.el:
25952 * textmodes/bibtex-style.el:
25953 * textmodes/css-mode.el:
25954 * startup.el:
25955 * uniquify.el:
25956 * minibuffer.el:
25957 * newcomment.el:
25958 * reveal.el:
25959 * server.el:
25960 * mpc.el:
25961 * emacs-lisp/smie.el:
25962 * doc-view.el:
25963 * dired.el:
25964 * abbrev.el: Use lexical binding.
25965
25966 2011-04-01 Eli Zaretskii <eliz@gnu.org>
25967
25968 * info.el (info-display-manual): New function.
25969
25970 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25971
25972 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25973
25974 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
25975
25976 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25977 an entry for that server in rcirc-authinfo. (Bug#8385)
25978
25979 2011-03-31 Glenn Morris <rgm@gnu.org>
25980
25981 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25982
25983 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25984
25985 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
25986
25987 * progmodes/python.el (python-default-interpreter)
25988 (python-python-command-args, python-jython-command-args)
25989 (python-which-shell, python-which-args, python-which-bufname)
25990 (python-file-queue, python-comint-output-filter-function)
25991 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25992 variables and functions.
25993
25994 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
25995
25996 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25997 (completion-in-region-mode): New minor mode.
25998 (completion-in-region): Use it.
25999 (completion-in-region--data, completion-in-region-mode-map): New vars.
26000 (completion-in-region--postch): New function.
26001 (completion--capf-misbehave-funs, completion--capf-safe-funs):
26002 New vars.
26003 (completion--capf-wrapper): New function.
26004 (completion-at-point): Use it to track well-behavedness of
26005 hook functions.
26006 (completion-help-at-point): New command.
26007
26008 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
26009
26010 * vc/add-log.el (add-change-log-entry): Don't use whitespace
26011 syntax class to search for whitespace on a single line
26012 (Message-ID: <4D938140.4030905@redhat.com>).
26013
26014 2011-03-30 Leo Liu <sdl.web@gmail.com>
26015
26016 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26017 New commands.
26018 (edit-abbrevs-map): Bind them here.
26019 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
26020
26021 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
26022
26023 * allout.el (allout-hide-by-annotation, allout-flag-region):
26024 Reduce possibility of overlay leakage by making them volatile.
26025
26026 * allout-widgets.el (allout-widgets-tally): Define as nil so the
26027 hash is not shared between buffers. Mode initialization is
26028 responsible for giving it a useful starting value.
26029 (allout-item-span): Reduce possibility of overlay leakage by
26030 making them volatile.
26031 (allout-widgets-count-buttons-in-region): Add diagnostic function
26032 for tracking down button overlay leaks.
26033
26034 2011-03-29 Leo Liu <sdl.web@gmail.com>
26035
26036 * ido.el (ido-read-internal): Use the default history var
26037 minibuffer-history if no HISTORY is specified.
26038
26039 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
26040
26041 * net/imap.el (imap-shell-open, imap-process-connection-type):
26042 Use imap-process-connection-type for 'shell' streams as well as
26043 Kerberos, SSL, other subprocesses.
26044
26045 2011-03-28 Leo Liu <sdl.web@gmail.com>
26046
26047 * abbrev.el (abbrev-table-empty-p): New function.
26048 (prepare-abbrev-list-buffer): Place empty abbrev tables after
26049 nonempty ones. (Bug#5937)
26050
26051 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
26052
26053 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26054
26055 2011-03-27 Leo Liu <sdl.web@gmail.com>
26056
26057 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26058 for foreground and background colors.
26059 (ansi-color-make-color-map): Adapt.
26060
26061 2011-03-25 Leo Liu <sdl.web@gmail.com>
26062
26063 * midnight.el (midnight-time-float): Remove. Note it calculates
26064 the microsecond component incorrectly and seconds-to-time does the
26065 same job.
26066 Remove redundant (require 'timer).
26067
26068 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26069 (ido-completions): Remove unused arguments. (Bug#8329)
26070
26071 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26072
26073 * minibuffer.el (completion--flush-all-sorted-completions):
26074 Remove itself from hook.
26075 (completion-at-point): Let the functions perform the completion
26076 immediately and return nil or t.
26077 * comint.el (comint-dynamic-complete-functions): Now identical to
26078 completion-at-point-functions.
26079 (comint-dynamic-list-input-ring): Remove unused var `index'.
26080 (comint--match-partial-filename, comint--unquote&expand-filename):
26081 New funs, split from comint-match-partial-filename.
26082 (comint-dynamic-complete): Use completion-at-point.
26083 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26084
26085 2011-03-24 Drew Adams <drew.adams@oracle.com>
26086
26087 * thingatpt.el: Support `defun'.
26088
26089 2011-03-23 Leo Liu <sdl.web@gmail.com>
26090
26091 * abbrevlist.el: Move to obsolete/abbrevlist.el.
26092
26093 * help-mode.el (help-mode-finish): Tweak regexp.
26094
26095 2011-03-23 Glenn Morris <rgm@gnu.org>
26096
26097 * eshell/esh-opt.el (eshell-eval-using-options):
26098 Do not bind unused local variable `eshell-option-stub'.
26099
26100 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26101
26102 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26103
26104 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26105 keymap variable in `with-no-warnings' to avoid a warning when the
26106 keymap has been already `defconst'ed.
26107
26108 2011-03-22 Leo Liu <sdl.web@gmail.com>
26109
26110 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26111 encode all chars in abbrevs; otherwise use emacs-mule or
26112 utf-8-emacs. (Bug#8308)
26113
26114 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26115
26116 * simple.el (backward-delete-char-untabify):
26117 Avoid warning about using `delete-backward-char'.
26118
26119 * image.el (image-type-file-name-regexps): Make it variable.
26120 `imagemagick-register-types' modifies it, and the user may want
26121 to add new extensions for known image types.
26122 (imagemagick-register-types): Throw error if not using ImageMagick.
26123
26124 2011-03-22 Leo Liu <sdl.web@gmail.com>
26125
26126 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26127 located before rcirc-prompt-end-marker.
26128 (rcirc-complete): Error if point is not after rcirc prompt.
26129 Handle the case when table is nil.
26130 (rcirc-user-authenticated): Define to fix compiler warning.
26131
26132 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
26133
26134 * custom.el (custom--inhibit-theme-enable): Make it affect only
26135 custom-theme-set-variables and custom-theme-set-faces.
26136 (provide-theme): Ignore custom--inhibit-theme-enable.
26137 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26138 (custom-enabling-themes): Delete variable.
26139 (enable-theme): Accept only loaded themes as arguments.
26140 Ignore the special custom-enabled-themes variable.
26141 (custom-enabled-themes): Forbid themes from setting this.
26142 Eliminate use of custom-enabling-themes.
26143 (custom-push-theme): Quote "changed" custom var entry.
26144
26145 2011-03-21 Leo Liu <sdl.web@gmail.com>
26146
26147 * ido.el (ido-read-internal): Add ido-selected to history instead
26148 of user input.
26149
26150 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26151
26152 * subr.el (deferred-action-list, deferred-action-function):
26153 Mark obsolete.
26154
26155 2011-03-21 Leo Liu <sdl.web@gmail.com>
26156
26157 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26158 change on 2011-02-13 (bug#8309).
26159
26160 * minibuffer.el (read-file-name-function): Change default value.
26161 (read-file-name--defaults): Rename from read-file-name-defaults.
26162 (read-file-name-default): Rename from read-file-name.
26163 (read-file-name): Call read-file-name-function.
26164
26165 2011-03-21 Glenn Morris <rgm@gnu.org>
26166
26167 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26168 Doc fixes.
26169
26170 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
26171
26172 * cus-theme.el: Add missing provide statement.
26173 (customize-create-theme): Extract theme value correctly.
26174 (custom-theme-visit-theme): Autoload.
26175 (customize-create-theme): Prompt before inserting default faces.
26176
26177 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
26178
26179 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26180 units and musical notes.
26181
26182 2011-03-20 Leo Liu <sdl.web@gmail.com>
26183
26184 * ido.el (ido-read-internal): Use completing-read-default.
26185 (ido-completing-read): Fix compatibility with completing-read.
26186
26187 2011-03-20 Christian Ohler <ohler@gnu.org>
26188
26189 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26190 (ert-delete-all-tests): Use `called-interactively-p' rather than
26191 `interactive-p'.
26192 (ert--make-xrefs-region): Respect END.
26193
26194 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26195
26196 * dired-aux.el (dired-create-directory): Signal an error if the
26197 directory already exists (Bug#8246).
26198
26199 * facemenu.el (list-colors-display): Call list-faces-display
26200 inside with-help-window.
26201 (list-colors-print): Use display property to align the final
26202 column, instead of checking window-width.
26203
26204 2011-03-19 Eli Zaretskii <eliz@gnu.org>
26205
26206 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26207 windows-nt systems.
26208 (emerge-protect-metachars): Quote correctly for ms-dos and
26209 windows-nt systems.
26210
26211 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
26212
26213 * info.el (info-initialize): Replace all uses of `:' with
26214 path-separator for compatibility with non-Unix systems.
26215 Cache quoting of path-separator. (Bug#8258)
26216
26217 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
26218
26219 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26220 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26221 (mouse-avoidance-mode): Fix typos in docstrings.
26222
26223 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26224
26225 * startup.el (package-subdirectory-regexp): Move from package.el.
26226 Omit \\` and \\', and let callers add them.
26227
26228 * emacs-lisp/package.el (package-strip-version)
26229 (package-load-all-descriptors): Add \\` and \\' to
26230 package-subdirectory-regexp before using it.
26231 (package-untar-buffer): New arg DIR; ensure that file untars only
26232 into this expected directory. Remove superfluous delete-region.
26233 (package-unpack): Caller changed.
26234 (package-tar-file-info): Use package-subdirectory-regexp.
26235
26236 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
26237
26238 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26239 diff-mode-shared-map (bug#8284).
26240 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26241
26242 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
26243
26244 * calendar/time-date.el (format-seconds): Use assoc instead of
26245 assoc-string, since assoc-string doesn't exist in XEmacs.
26246
26247 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
26248
26249 * custom.el (custom-known-themes): Reflow docstring.
26250 (custom-theme-load-path): Fix typo in docstring.
26251 (load-theme): Fix typo in error message.
26252 (custom-available-themes, custom-variable-theme-value):
26253 Use `let', not `let*'.
26254
26255 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
26256
26257 * calc/README: Mention inclusion of musical notes.
26258
26259 * calc/calc-units.el (calc-lu-quant): Rename from
26260 `calc-logunits-quantity'.
26261 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26262 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26263 (calc-db): Rename from `calc-dblevel'.
26264 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26265 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26266 (calc-np): Rename from `calc-nplevel'.
26267 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26268 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26269 (calc-lu-plus): Rename from `calc-logunits-add'.
26270 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26271 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26272 (calc-lu-minus): Rename from `calc-logunits-sub'.
26273 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26274 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26275 (calc-lu-times): Rename from `calc-logunits-mul'.
26276 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26277 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26278 (calc-lu-divide): Rename from `calc-logunits-div'.
26279 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26280 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26281
26282 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26283 functions being autoloaded.
26284
26285 * calc/calc.el (calc-lu-power-reference): Rename from
26286 `calc-logunits-power-reference'.
26287 (calc-lu-field-reference): Rename from
26288 `calc-logunits-field-reference'.
26289
26290 * calc/calc-help.el (calc-l-prefix-help):
26291 Mention musical note functions.
26292
26293 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26294
26295 * minibuffer.el (completion-all-sorted-completions):
26296 Use :completion-cycle-penalty text property if present.
26297
26298 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26299
26300 * allout.el (allout-yank-processing): Adjust for new rebulleting
26301 regime so bullet being yanked is used without prompting the user
26302 for a choice.
26303
26304 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26305
26306 * startup.el (command-line): Warn the user that _emacs is deprecated.
26307
26308 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26309
26310 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26311 (delphi-verbose, delphi-comment-face, delphi-string-face)
26312 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26313 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26314 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26315 (delphi-new-comment-line, delphi-font-lock-defaults)
26316 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26317 Fix typos in docstrings.
26318
26319 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26320
26321 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26322 Invert the roles of character and string values for INSTEAD, so a
26323 string is used for the more common case of a defaulting prompt.
26324
26325 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26326
26327 * progmodes/ruby-mode.el (ruby-backward-sexp):
26328 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26329 * play/gamegrid.el (gamegrid-make-face):
26330 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26331 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26332 * notifications.el (notifications-notify):
26333 * net/xesam.el (xesam-search-engines):
26334 * net/quickurl.el (quickurl-list-insert):
26335 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26336
26337 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26338
26339 * startup.el (command-line): Update package subdirectory regexp.
26340
26341 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26342
26343 * allout.el (allout-abbreviate-flattened-numbering)
26344 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26345
26346 * subr.el (read-char-choice): Only show the cursor after the prompt,
26347 not after the answer.
26348
26349 2011-03-15 Kevin Ryde <user42@zip.com.au>
26350
26351 * help-fns.el (variable-at-point): Skip leading quotes, if any
26352 (bug#8253).
26353
26354 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26355
26356 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26357 warning message.
26358
26359 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26360
26361 * shell.el (shell): When called interactively, offer to change the
26362 shell file name on remote hosts.
26363
26364 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26365
26366 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26367 integration for LDAP parameters. The host, base, user or binddn,
26368 and secret tokens can be specified in a netrc file, for instance.
26369 This is optional because an `auth-source' parameter must be
26370 specified in the search attributes.
26371
26372 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26373
26374 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26375
26376 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26377
26378 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26379 into declaration. Remove redundant and harmful binding.
26380
26381 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26382
26383 * files.el (file-ownership-preserved-p): Pass `integer' as an
26384 explicit 2nd argument to `file-attributes'. If the file's owner
26385 is the Administrators group on Windows, and the current user is
26386 Administrator, consider that a match.
26387
26388 * server.el (server-ensure-safe-dir): Consider server directory
26389 safe on MS-Windows if its owner is the Administrators group while
26390 the current Emacs user is Administrator. Use `=' to compare
26391 numerical UIDs, since they could be integers or floats.
26392
26393 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26394
26395 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26396
26397 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26398
26399 Sync with Tramp 2.2.1.
26400
26401 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26402
26403 * net/trampver.el: Update release number.
26404
26405 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26406
26407 * progmodes/compile.el (compilation--previous-directory): Fix up
26408 various nil/dead-marker mismatches (bug#8014).
26409 (compilation-directory-properties, compilation-error-properties):
26410 Don't call it at a position past the one we're about to change.
26411
26412 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26413 Disable obsolescence warnings in the file that declares it.
26414
26415 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26416
26417 * allout-widgets.el (allout-widgets-tally):
26418 Initialize allout-widgets-tally as a hash table rather than nil to
26419 prevent mode-line redisplay warnings. Also, clarify the module
26420 description and fix a comment typo.
26421
26422 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26423
26424 * help-fns.el (describe-variable): Don't complete keywords.
26425 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26426
26427 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26428
26429 * emacs-lisp/package.el (package-version-join): Impose a standard
26430 string representation for pre/alpha/beta version lists.
26431 (package-unpack-single): Standardize the directory name by passing
26432 it through package-version-join.
26433 (package-strip-rcs-id): Accept any version string that does not
26434 signal an error in version-to-list.
26435
26436 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26437
26438 * simple.el (delete-trailing-whitespace): Return nil for the
26439 benefit of `write-file-functions'.
26440
26441 2011-03-10 Glenn Morris <rgm@gnu.org>
26442
26443 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26444
26445 * vc/vc-git.el (vc-git-program): New option.
26446 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26447 (vc-git--call): Use it.
26448
26449 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26450
26451 * cus-edit.el (Custom-newline): If no button at point, look
26452 for a subgroup button at start-of-line. (Bug#2298)
26453
26454 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26455
26456 2011-03-10 Julien Danjou <julien@danjou.info>
26457
26458 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26459 `cursor-type' is nil.
26460
26461 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26462
26463 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26464
26465 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26466
26467 * allout.el: Change so yank of distinctive-bullet items
26468 preserves the existing header prefix, rebulleting it if necessary,
26469 rather than replacing it. This is necessary for proper operation
26470 of cooperative addons like allout-widgets.
26471 (allout-make-topic-prefix, allout-rebullet-heading):
26472 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26473 value as alternate bullet to be used, instead of prompting the user
26474 for a bullet character.
26475
26476 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26477
26478 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26479 Do not use `tramp-file-name-port', because this returns also
26480 `tramp-default-port'.
26481
26482 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26483
26484 * net/rcirc.el (rcirc-handler-001): Remove useless
26485 with-rcirc-process-buffer.
26486 (rcirc-check-auth-status): Swap arguments to string-match.
26487
26488 2011-03-09 Glenn Morris <rgm@gnu.org>
26489
26490 * shell.el (shell-mode):
26491 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26492
26493 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26494 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26495
26496 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26497
26498 * emacs-lisp/package.el (package-refresh-contents)
26499 (package-menu-execute): Use condition-case-no-debug.
26500
26501 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26502
26503 * simple.el (shell-command-to-string): Use `process-file'.
26504
26505 * emacs-lisp/package.el (package-tar-file-info): Handle also
26506 remote files.
26507
26508 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26509 Use `equal' for upload base check.
26510
26511 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26512
26513 * textmodes/texinfo.el (texinfo-environments):
26514 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26515
26516 2011-03-08 Glenn Morris <rgm@gnu.org>
26517
26518 * cus-start.el (cursor-in-non-selected-windows):
26519 Fix :set quoting oddness. (Bug#8192)
26520
26521 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26522 in some setf expressions. (Bug#2159)
26523
26524 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26525
26526 * custom.el (custom-available-themes): Return themes in
26527 alphabetical order.
26528
26529 See ChangeLog.15 for earlier changes.
26530
26531 ;; Local Variables:
26532 ;; coding: utf-8
26533 ;; End:
26534
26535 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26536
26537 This file is part of GNU Emacs.
26538
26539 GNU Emacs is free software: you can redistribute it and/or modify
26540 it under the terms of the GNU General Public License as published by
26541 the Free Software Foundation, either version 3 of the License, or
26542 (at your option) any later version.
26543
26544 GNU Emacs is distributed in the hope that it will be useful,
26545 but WITHOUT ANY WARRANTY; without even the implied warranty of
26546 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26547 GNU General Public License for more details.
26548
26549 You should have received a copy of the GNU General Public License
26550 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.