Don't let an empty summary change current message.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-05 Richard Stallman <rms@gnu.org>
2
3 * mail/rmailsum.el (rmail-summary-rmail-update):
4 Detect empty summary and don't change selected message.
5 (rmail-summary-goto-msg): Likewise.
6
7 2013-05-05 Alan Mackenzie <acm@muc.de>
8
9 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10
11 2013-05-05 Juri Linkov <juri@jurta.org>
12
13 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14 to not add the length of the summary segment to the return value.
15 (Bug#14125)
16
17 2013-05-05 Leo Liu <sdl.web@gmail.com>
18
19 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
20 (inferior-octave-output-filter): Remove.
21 (octave-send-region, inferior-octave-startup): Fix callers.
22 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
23 (octave-binary-file-extensions): New user variable.
24 (octave-find-definition): Confirm if opening binary files.
25 (octave-help-file): Use octave-find-definition to get the binary
26 confirmation.
27 (octave-help): Adjust for octave-help-file change.
28
29 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
32 Merge the two entries that handle function definitions.
33 (pascal--syntax-propertize): New const.
34 (pascal-mode): Use it. Use setq-local.
35
36 2013-05-04 Glenn Morris <rgm@gnu.org>
37
38 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
39 (diary-from-outlook): Respect diary-from-outlook-function.
40
41 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
44 Move the declaration from C.
45 (read-minibuffer, eval-minibuffer): Move from C.
46 (completion-setup-function): Avoid minibuffer-completion-contents.
47
48 2013-05-03 Leo Liu <sdl.web@gmail.com>
49
50 * progmodes/octave.el (octave-font-lock-keywords): Do not
51 dehighlight 'end' in comments or strings.
52 (octave-completing-read, octave-goto-function-definition):
53 New helpers.
54 (octave-help-buffer): New user variable.
55 (octave-help-file, octave-help-function): New button types.
56 (octave-help): New command and bind it to C-h ;.
57 (octave-find-definition): New command and bind it to M-.
58 (user-error): Alias to error if not defined.
59
60 2013-05-02 Leo Liu <sdl.web@gmail.com>
61
62 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
63 for \. (bug#14332)
64 (octave-font-lock-keywords): Include [ and {.
65
66 2013-05-02 Leo Liu <sdl.web@gmail.com>
67
68 * progmodes/octave.el (inferior-octave-startup-file): Change default.
69 (inferior-octave): Remove calling comint-mode and return the buffer.
70 (inferior-octave-startup): Cosmetic changes.
71
72 2013-05-02 Leo Liu <sdl.web@gmail.com>
73
74 * progmodes/octave.el (octave-syntax-propertize-function):
75 Include the case when ' is at line beginning. (Bug#14336)
76
77 2013-05-02 Glenn Morris <rgm@gnu.org>
78
79 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
80 * desktop.el (vc-dir-mode): Just autoload it here.
81
82 2013-05-02 Alan Mackenzie <acm@muc.de>
83
84 Eliminate variable c-standard-font-lock-fontify-region-function.
85 * progmodes/cc-mode.el
86 (c-standard-font-lock-fontify-region-function): Remove.
87 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
88
89 2013-05-01 Leo Liu <sdl.web@gmail.com>
90
91 * progmodes/octave.el: Compatible with older emacs-24 releases.
92 (inferior-octave-has-built-in-variables): Remove. Built-in
93 variables were removed from Octave in 2007.
94 (inferior-octave-startup): Fix uses.
95 (comint-line-beginning-position): Remove compatibility code for
96 emacs 21.
97
98 2013-05-01 Juri Linkov <juri@jurta.org>
99
100 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
101
102 2013-05-01 Juri Linkov <juri@jurta.org>
103
104 * comint.el (comint-previous-matching-input): Don't print message
105 "History item: %d" when `isearch-mode' is active.
106 (comint-history-isearch-message): Print message "History item: %d"
107 when `comint-input-ring-index' is not empty and this function is
108 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
109
110 2013-05-01 Leo Liu <sdl.web@gmail.com>
111
112 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
113 definitions. Use completion-at-point to insert keywords.
114 (octave-abbrev-start): Remove.
115 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
116
117 2013-04-30 Leo Liu <sdl.web@gmail.com>
118
119 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
120 change.
121
122 2013-04-30 Alan Mackenzie <acm@muc.de>
123
124 Handle arbitrarily long C++ member initialisation lists.
125 * progmodes/cc-engine.el (c-back-over-member-initializers):
126 new function.
127 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
128 (most) member init lists.
129
130 2013-04-30 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
131
132 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
133 variable.
134
135 2013-04-30 Leo Liu <sdl.web@gmail.com>
136
137 * progmodes/octave.el (octave-variables): Remove. No builtin
138 variables any more. All converted to functions.
139 (octave-font-lock-keywords, octave-completion-at-point-function):
140 Fix uses.
141 (octave-font-lock-texinfo-comment): New user variable.
142 (octave-texinfo-font-lock-keywords): New variable for texinfo
143 comment block.
144 (octave-function-comment-block): New face.
145 (octave-font-lock-texinfo-comment): New function.
146 (octave-mode): Font lock texinfo comment block.
147
148 2013-04-29 Leo Liu <sdl.web@gmail.com>
149
150 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
151 indexing expression.
152 (octave-continuation-string): Do not use \.
153 (inferior-octave-complete-impossible): Remove.
154 (inferior-octave-completion-table)
155 (inferior-octave-completion-at-point): Remove its uses.
156 (inferior-octave-startup): completion_matches was introduced to
157 Octave in 1996 so safe to assume it.
158 (octave-function-file-comment): Improve to follow how Octave does it.
159 (octave-update-function-file-comment): Tweak.
160
161 2013-04-29 Leo Liu <sdl.web@gmail.com>
162
163 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
164 (inferior-octave-startup): Remove inferior-octave-startup-hook.
165 (octave-function-file-comment): Fix typo.
166 (octave-sync-function-file-names): Use read-char-choice.
167
168 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
169
170 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
171 to t for the less important warnings.
172
173 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
174
175 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
176
177 2013-04-27 Glenn Morris <rgm@gnu.org>
178
179 * vc/log-view.el (log-view-current-entry):
180 Treat "---" separator lines as part of the following rev. (Bug#14169)
181
182 2013-04-27 Juri Linkov <juri@jurta.org>
183
184 * subr.el (read-number): Doc fix about using it by interactive
185 code letter `n'. (Bug#14254)
186
187 2013-04-27 Juri Linkov <juri@jurta.org>
188
189 * desktop.el (desktop-auto-save-timeout): New option.
190 (desktop-file-checksum): New variable.
191 (desktop-save): Add optional arg `auto-save' and don't auto-save
192 if nothing changed.
193 (desktop-auto-save-timer): New variable.
194 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
195 (after-init-hook): Call `desktop-auto-save-set-timer'.
196 Suggested by Reuben Thomas <rrt@sc3d.org> in
197 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
198
199 2013-04-27 Leo Liu <sdl.web@gmail.com>
200
201 * progmodes/octave.el (octave-function-file-p)
202 (octave-skip-comment-forward, octave-function-file-comment)
203 (octave-update-function-file-comment): New functions.
204 (octave-mode-map): Bind C-c ; to
205 octave-update-function-file-comment.
206 (octave-mode-menu): Add octave-update-function-file-comment.
207 (octave-mode, inferior-octave-mode): Fix doc-string.
208 (octave-insert-defun): Conform to Octave's coding convention.
209 (Bug#14285)
210
211 * files.el (basic-save-buffer): Don't let errors in
212 before-save-hook prevent saving buffer.
213
214 2013-04-20 Roland Winkler <winkler@gnu.org>
215
216 * faces.el (read-face-name): Use completing-read if arg multiple
217 is nil.
218
219 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
220
221 * ls-lisp.el (ls-lisp-insert-directory): If no files are
222 displayed, move point to after the totals line.
223 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
224 for the details.
225
226 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * emacs-lisp/package.el (package-autoload-ensure-default-file):
229 Add current dir to the load-path.
230 (package-generate-autoloads): Don't rely on
231 autoload-ensure-default-file.
232
233 2013-04-26 Reuben Thomas <rrt@sc3d.org>
234
235 * textmodes/remember.el (remember-store-in-files): Document that
236 the file name format is passed to `format-time-string'.
237
238 2013-04-26 Leo Liu <sdl.web@gmail.com>
239
240 * progmodes/octave.el (octave-sync-function-file-names): New function.
241 (octave-mode): Use it in before-save-hook.
242
243 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
244
245 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
246 (bug#14274).
247
248 * progmodes/octave.el (octave-smie-forward-token): Properly skip
249 \n and comment, even if it's not an implicit ; (bug#14218).
250
251 2013-04-26 Glenn Morris <rgm@gnu.org>
252
253 * subr.el (read-number): Once more use `read' rather than
254 `string-to-number', to trap non-numeric input. (Bug#14254)
255
256 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
257
258 * emacs-lisp/syntax.el (syntax-propertize-multiline):
259 Use `syntax-multiline' text property consistently instead of
260 `font-lock-multiline'. (bug#14237).
261
262 2013-04-26 Glenn Morris <rgm@gnu.org>
263
264 * emacs-lisp/shadow.el (list-load-path-shadows):
265 No longer necessary to check for duplicate simple.el, since
266 2012-07-07 change to init_lread to not include installation lisp
267 directories in load-path when running uninstalled. (Bug#14270)
268
269 2013-04-26 Leo Liu <sdl.web@gmail.com>
270
271 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
272 (octave-mode, inferior-octave-mode): Use setq-local.
273 (octave-not-in-string-or-comment-p): Rename to
274 octave-in-string-or-comment-p.
275 (octave-in-comment-p, octave-in-string-p)
276 (octave-in-string-or-comment-p): Replace defsubst with defun.
277
278 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
279
280 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
281
282 2013-04-25 Bastien Guerry <bzg@gnu.org>
283
284 * textmodes/remember.el (remember-data-directory)
285 (remember-directory-file-name-format): Fix custom types.
286
287 2013-04-25 Leo Liu <sdl.web@gmail.com>
288
289 * progmodes/octave.el (octave-completion-at-point-function):
290 Make use of inferior octave process.
291 (octave-initialize-completions): Remove.
292 (inferior-octave-completion-table): New function.
293 (inferior-octave-completion-at-point): Use it.
294 (octave-completion-alist): Remove.
295
296 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * progmodes/opascal.el: Use font-lock and syntax-propertize.
299 (opascal-mode-syntax-table): New var.
300 (opascal-literal-kind, opascal-is-literal-end)
301 (opascal-literal-token-at): Rewrite.
302 (opascal--literal-start-re, opascal-font-lock-keywords)
303 (opascal--syntax-propertize): New constants.
304 (opascal-font-lock-defaults): Adjust.
305 (opascal-mode): Use them. Set comment-<foo> variables as well.
306 (delphi-comment-face, opascal-comment-face, delphi-string-face)
307 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
308 (delphi-other-face, opascal-other-face): Remove face variables.
309 (opascal-save-state): Remove macro.
310 (opascal-fontifying-progress-step): Remove constant.
311 (opascal--ignore-changes): Remove var.
312 (opascal-set-token-property, opascal-parse-next-literal)
313 (opascal-is-stable-literal, opascal-complete-literal)
314 (opascal-is-literal-start, opascal-face-of)
315 (opascal-parse-region, opascal-parse-region-until-stable)
316 (opascal-fontify-region, opascal-after-change)
317 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
318 (opascal-debug-parse-region, opascal-debug-parse-window)
319 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
320 (opascal-debug-fontify-buffer): Remove.
321 (opascal-debug-mode-map): Adjust accordingly.
322
323 2013-04-25 Leo Liu <sdl.web@gmail.com>
324
325 Merge octave-mod.el and octave-inf.el into octave.el with some
326 cleanups.
327 * progmodes/octave.el: New file renamed from octave-mod.el.
328 * progmodes/octave-inf.el: Merged into octave.el.
329 * progmodes/octave-mod.el: Renamed to octave.el.
330
331 2013-04-25 Tassilo Horn <tsdh@gnu.org>
332
333 * textmodes/reftex-vars.el
334 (reftex-label-ignored-macros-and-environments): New defcustom.
335
336 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
337
338 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
341 (smie-indent-keyword): Improve the check to ensure that the next
342 comment is really on the same line.
343 (smie-indent-comment): Don't align with a subsequent closer (or eob).
344
345 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
346 semi-colons if the line is not otherwise empty (bug#14218).
347
348 2013-04-25 Glenn Morris <rgm@gnu.org>
349
350 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
351
352 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * progmodes/opascal.el (opascal-set-token-property): Rename from
355 opascal-set-text-properties and only set `token' (bug#14134).
356 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
357 (opascal-literal-text-properties): Remove.
358 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
359 Adjust callers.
360
361 2013-04-24 Reuben Thomas <rrt@sc3d.org>
362
363 * textmodes/remember.el (remember-handler-functions): Add an
364 option for a new handler `remember-store-in-files'.
365 (remember-data-directory, remember-directory-file-name-format):
366 New options.
367 (remember-store-in-files): New function to store remember notes
368 as separate files within a directory.
369
370 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
371
372 * progmodes/compile.el (compilation-next-error-function):
373 Pass "formats" to compilation-find-file (bug#11777).
374
375 2013-04-24 Glenn Morris <rgm@gnu.org>
376
377 * vc/vc-bzr.el (vc-bzr-print-log):
378 * vc/vc-hg.el (vc-hg-print-log):
379 * vc/vc-svn.el (vc-svn-print-log):
380 Fix START-REVISION with LIMIT != 1. (Bug#14168)
381
382 * vc/vc-bzr.el (vc-bzr-print-log):
383 * vc/vc-cvs.el (vc-cvs-print-log):
384 * vc/vc-git.el (vc-git-print-log):
385 * vc/vc-hg.el (vc-hg-print-log):
386 * vc/vc-mtn.el (vc-mtn-print-log):
387 * vc/vc-rcs.el (vc-rcs-print-log):
388 * vc/vc-sccs.el (vc-sccs-print-log):
389 * vc/vc-svn.el (vc-svn-print-log):
390 * vc/vc.el (vc-print-log-internal): Doc fixes.
391
392 2013-04-23 Glenn Morris <rgm@gnu.org>
393
394 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
395 Remove venerable code attempting to avoid substitute-command-keys.
396
397 2013-04-23 Tassilo Horn <tsdh@gnu.org>
398
399 * textmodes/reftex-vars.el (reftex-label-regexps):
400 Call `reftex-compile-variables' after changes to this variable.
401
402 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
405 Use lexical-binding.
406 (jit-lock-force-redisplay): Use markers, check buffer's continued
407 existence and beware narrowed buffers.
408 (jit-lock-fontify-now): Adjust call accordingly.
409
410 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
413 to avoid misleading the user.
414
415 2013-04-22 Leo Liu <sdl.web@gmail.com>
416
417 * info-look.el: Prefer latex2e.info. (Bug#14240)
418
419 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
420
421 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
422
423 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
424 * net/tramp.el (tramp-call-process): ... here
425 (tramp-set-completion-function, tramp-parse-putty):
426 * net/tramp-adb.el (tramp-adb-execute-adb-command):
427 * net/tramp-gvfs.el (tramp-gvfs-send-command):
428 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
429 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
430 (tramp-call-local-coding-command): Use `tramp-call-process'
431 instead of `tramp-compat-call-process'.
432
433 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
434 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
435 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
436 (tramp-find-inline-compress):Improve traces.
437 (tramp-maybe-send-script): Check for Perl binary.
438 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
439
440 2013-04-22 Daiki Ueno <ueno@gnu.org>
441
442 * epg.el (epg-context-pinentry-mode): New function.
443 (epg-context-set-pinentry-mode): New function.
444 (epg--start): Pass --pinentry-mode option to gpg command.
445
446 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
447
448 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
449 `comint-dynamic-complete' is obsolete since 24.1, replaced by
450 `completion-at-point'. (Bug#13774)
451
452 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
453 default key binding for `describe-distribution' has been moved to
454 `C-h C-o'. (Bug#13970)
455
456 2013-04-21 Glenn Morris <rgm@gnu.org>
457
458 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
459 Add doc strings.
460 (vc-print-log): Clarify interactive prompt.
461
462 2013-04-20 Glenn Morris <rgm@gnu.org>
463
464 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
465 No longer include timestamp etc information.
466
467 2013-04-20 Roland Winkler <winkler@gnu.org>
468
469 * faces.el (read-face-name): Bug fix, return just one face if arg
470 multiple is nil. (Bug#14209)
471
472 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
475 (remove-function): Autoload.
476
477 * comint.el (comint-redirect-original-filter-function): Remove.
478 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
479 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
480 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
481 * progmodes/prolog.el (prolog-consult-compile):
482 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
483 Use add/remove-function instead.
484 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
485 (gud-tooltip-process-output, gud-tooltip-tips):
486 Use add/remove-function instead.
487 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
488 (scheme-interaction-mode, exit-scheme-interaction-mode):
489 Use add/remove-function instead.
490
491 * vc/vc-dispatcher.el: Use lexical-binding.
492 (vc--process-sentinel): Rename from vc-process-sentinel.
493 Change last arg to be the code to run. Don't use vc-previous-sentinel
494 and vc-sentinel-commands any more.
495 (vc-exec-after): Allow code to be a function. Use add/remove-function.
496 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
497
498 2013-04-19 Masatake YAMATO <yamato@redhat.com>
499
500 * progmodes/sh-script.el (sh-imenu-generic-expression):
501 Handle function names with a single character. (Bug#14111)
502
503 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
504
505 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
506 for subroutines defined in an eval (bug#14182).
507
508 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
509
510 * bookmark.el (bookmark-completing-read): Improve handling of empty
511 string (bug#14176).
512
513 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
516
517 2013-04-19 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
518
519 New faster Imenu implementation (bug#14058).
520 * progmodes/python.el:
521 (python-imenu-prev-index-position):
522 (python-imenu-format-item-label-function)
523 (python-imenu-format-parent-item-label-function)
524 (python-imenu-format-parent-item-jump-label-function):
525 New vars.
526 (python-imenu-format-item-label)
527 (python-imenu-format-parent-item-label)
528 (python-imenu-format-parent-item-jump-label)
529 (python-imenu--put-parent, python-imenu--build-tree)
530 (python-imenu-create-index, python-imenu-create-flat-index)
531 (python-util-popn): New functions.
532 (python-mode): Set imenu-create-index-function to
533 python-imenu-create-index.
534
535 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * winner.el (winner-active-region): Use region-active-p, activate-mark
538 and deactivate-mark (bug#14225).
539
540 * simple.el (deactivate-mark): Don't inline it.
541
542 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
543
544 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
545
546 2013-04-18 Tassilo Horn <tsdh@gnu.org>
547
548 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
549 file extensions from the archive-mode entry in order to prefer
550 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
551
552 2013-04-18 Leo Liu <sdl.web@gmail.com>
553
554 * bindings.el (help-event-list): Add ?\?.
555
556 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * subr.el (with-wrapper-hook): Declare obsolete.
559 * simple.el (filter-buffer-substring-function): New hook.
560 (filter-buffer-substring): Use it.
561 (filter-buffer-substring-functions): Mark obsolete.
562 * minibuffer.el (completion-in-region-function): New hook.
563 (completion-in-region): Use it.
564 (completion-in-region-functions): Mark obsolete.
565 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
566 * abbrev.el (abbrev-expand-function): New hook.
567 (expand-abbrev): Use it.
568 (abbrev-expand-functions): Mark obsolete.
569 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
570 and :filter-return.
571
572 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
573
574 * progmodes/python.el (python-nav--syntactically): Fix cornercases
575 and do not care about match data.
576
577 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
580 completion tables when completing error conditions and
581 `declare' arguments.
582 (lisp-complete-symbol, field-complete): Mark as obsolete.
583 (check-parens): Unmatched parens are user errors.
584 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
585
586 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
587
588 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
589 command changed buffer (ie. `flyspell-pre-buffer' is not current
590 buffer), which prevents making decisions based on invalid value of
591 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
592 cause an error when `flyspell-pre-point' was nil after switching
593 buffers.
594 (flyspell-post-command-hook): No longer needs to change buffers when
595 checking pre-word. While at it remove unnecessary progn.
596
597 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
598
599 * textmodes/ispell.el (ispell-add-per-file-word-list):
600 Fix `flyspell-correct-word-before-point' error when accepting
601 words and `coment-padding' is an integer by using
602 `comment-normalize-vars' (Bug #14214).
603
604 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
605
606 New defun movement commands.
607 * progmodes/python.el (python-nav--syntactically)
608 (python-nav--forward-defun, python-nav-backward-defun)
609 (python-nav-forward-defun): New functions.
610
611 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
612
613 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
614 (python-syntax-context): Use named compiler-macro for backwards
615 compatibility with Emacs 24.x.
616
617 2013-04-17 Leo Liu <sdl.web@gmail.com>
618
619 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
620 octave-hide-process-buffer.
621
622 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
623
624 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
625 (bug#14216).
626
627 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
628
629 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
630 Fix adjustment of offset when receiving incomplete responses from GDB
631 (bug#14129).
632
633 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
636 python-mode-abbrev-table.
637 (python-skeleton-define): Adjust accordingly.
638 (python-mode-abbrev-table): New table that inherits from it so that
639 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
640
641 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
642 (abbrev-symbol): Use it.
643 (abbrev--before-point): Use it since we already handle inheritance.
644
645 2013-04-16 Leo Liu <sdl.web@gmail.com>
646
647 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
648 binding to info-lookup-symbol.
649
650 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
651
652 * minibuffer.el (completion--twq-all):
653 * term/ns-win.el (ns-initialize-window-system):
654 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
655
656 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
659 global bindings.
660
661 * doc-view.el (doc-view-start-process): Handle url-handler directories.
662
663 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
664
665 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
666 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
667 to nil.
668 (ruby-end-of-defun): Remove the unused arg, change the docstring
669 to reflect that this function is only used as the value of
670 `end-of-defun-function'.
671 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
672 to reflect an earlier change that beginning/end-of-defun functions
673 jump between methods in a class definition, as well as top-level
674 functions.
675
676 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
677
678 * minibuffer.el (minibuffer-complete): Don't just scroll
679 a *Completions* that's been iconified.
680 (minibuffer-force-complete): Make sure repetitions do cycle when going
681 through completion-in-region -> minibuffer-complete.
682
683 2013-04-15 Alan Mackenzie <acm@muc.de>
684
685 Correct the placement of c-cpp-delimiters when there're #s not at
686 col 0.
687
688 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
689 place a submatch around the #.
690 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
691 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
692 on the #, not BOL.
693
694 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * emacs-lisp/nadvice.el: Properly test names when adding advice.
697 (advice--member-p): New arg `name'.
698 (advice--add-function, advice-member-p): Use it (bug#14202).
699
700 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
701
702 Reformulate java imenu-generic-expression.
703 The old expression contained ill formed regexps.
704
705 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
706 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
707 (cc-imenu-java-method-arg-regexp): New defconsts.
708 (cc-imenu-java-build-type-args-regex): New defun.
709 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
710 handling of spaces in the regexp.
711
712 2013-03-15 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
713
714 * textmodes/ispell.el (ispell-command-loop): Remove
715 flyspell highlight of a word when ispell accepts it (bug #14178).
716
717 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
718
719 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
720 uses code from the previous `ange-ftp-run-real-handler'.
721 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
722 only in case that function exist. This is needed for proper
723 unloading of Tramp.
724
725 2013-04-15 Tassilo Horn <tsdh@gnu.org>
726
727 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
728
729 * textmodes/reftex.el (reftex-compile-variables): Use it.
730
731 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * files.el (normal-mode): Only use default major-mode if no other mode
734 was specified.
735
736 * emacs-lisp/trace.el (trace-values): New function.
737
738 * files.el: Allow : in local variables (bug#14089).
739 (hack-local-variable-regexp): New var.
740 (hack-local-variables-prop-line, hack-local-variables): Use it.
741
742 2013-04-13 Roland Winkler <winkler@gnu.org>
743
744 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
745 data before it gets modified by bibtex-beginning-of-entry.
746
747 2013-04-13 Roland Winkler <winkler@gnu.org>
748
749 * textmodes/bibtex.el (bibtex-url): Doc fix.
750
751 2013-04-13 Roland Winkler <winkler@gnu.org>
752
753 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
754 does not visit a BibTeX file, exclude it from the list of buffers
755 returned by bibtex-initialize.
756
757 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
758
759 * window.el (split-window): Remove interactive form, since as a
760 command this function is a special case of split-window-below.
761 Correct doc string.
762
763 2013-04-12 Roland Winkler <winkler@gnu.org>
764
765 * faces.el (read-face-name): Do not override value of arg default.
766 Allow single faces and strings as default values. Remove those
767 elements from return value that are not faces.
768 (describe-face): Simplify.
769 (face-at-point): New optional args thing and multiple so that this
770 function can provide the same functionality previously provided by
771 read-face-name.
772 (make-face-bold, make-face-unbold, make-face-italic)
773 (make-face-unitalic, make-face-bold-italic, invert-face)
774 (modify-face, read-face-and-attribute): Use face-at-point.
775
776 * cus-edit.el (customize-face, customize-face-other-window)
777 * cus-theme.el (custom-theme-add-face)
778 * face-remap.el (buffer-face-set)
779 * facemenu.el (facemenu-set-face): Use face-at-point.
780
781 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
782
783 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
784
785 2013-04-10 Tassilo Horn <tsdh@gnu.org>
786
787 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
788 off leading { and trailing } from field values.
789
790 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * emacs-lisp/timer.el (timer--check): New function.
793 (timer--time, timer-set-function, timer-event-handler): Use it.
794 (timer-set-idle-time): Simplify.
795 (timer--activate): CSE.
796 (timer-event-handler): Give more info in error message.
797 (internal-timer-start-idle): New function, moved from C.
798
799 * mpc.el (mpc-proc): Add `restart' argument.
800 (mpc-proc-cmd): Use it.
801 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
802 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
803 less often.
804
805 2013-04-10 Masatake YAMATO <yamato@redhat.com>
806
807 * progmodes/sh-script.el: Implement `sh-mode' own
808 `add-log-current-defun-function' (bug#14112).
809 (sh-current-defun-name): New function.
810 (sh-mode): Use the function.
811
812 2013-04-09 Bastien Guerry <bzg@gnu.org>
813
814 * simple.el (choose-completion-string): Fix docstring (bug#14163).
815
816 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
819
820 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
821 timer (bug#14156).
822
823 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
824
825 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
826 declaration.
827
828 2013-04-07 Leo Liu <sdl.web@gmail.com>
829
830 * pcmpl-x.el: New file.
831
832 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
833
834 Do not set x-display-name until X connection is established.
835 This is needed to prevent from weird situation described at
836 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
837 * frame.el (make-frame): Set x-display-name after call to
838 window system initialization function, not before.
839 * term/x-win.el (x-initialize-window-system): Add optional
840 display argument and use it.
841 * term/w32-win.el (w32-initialize-window-system):
842 * term/ns-win.el (ns-initialize-window-system):
843 * term/pc-win.el (msdos-initialize-window-system):
844 Add compatible optional display argument.
845
846 2013-04-06 Eli Zaretskii <eliz@gnu.org>
847
848 * files.el (normal-backup-enable-predicate): On MS-Windows and
849 MS-DOS compare truenames of temporary-file-directory and of the
850 file, so that 8+3 aliases (usually found in $TEMP on Windows)
851 don't fail comparison by compare-strings. Also, compare file
852 names case-insensitively on MS-Windows and MS-DOS.
853
854 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
857 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
858
859 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
860
861 * whitespace.el (whitespace-color-on, whitespace-color-off):
862 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
863
864 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
865
866 * ispell.el (ispell-set-spellchecker-params):
867 Really set `ispell-args' for all equivs.
868
869 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * ido.el (ido-completions): Use extra elements of ido-decorations
872 (bug#14143).
873 (ido-decorations): Update docstring.
874
875 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
876
877 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
878 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
879 nil during initialization, in order not to miss changes since the
880 file was opened. (Bug#14140)
881
882 2013-04-05 Leo Liu <sdl.web@gmail.com>
883
884 * kmacro.el (kmacro-call-macro): Fix bug#14135.
885
886 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
887
888 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
889
890 2013-04-04 Glenn Morris <rgm@gnu.org>
891
892 * electric.el (electric-pair-inhibit-predicate): Add :version.
893
894 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
897 when a package is required several times (bug#14082).
898
899 2013-04-04 Roland Winkler <winkler@gnu.org>
900
901 * faces.el (read-face-name): Behave as promised by the docstring.
902 Assume that arg default is a list of faces.
903 (describe-face): Call read-face-name with list of default faces.
904
905 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
906
907 * bookmark.el: Fix deletion of bookmarks (bug#13972).
908 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
909 (bookmark-bmenu-execute-deletions): Only skip first line if it's
910 the header.
911 (bookmark-exit-hook-internal): Save even if list is empty.
912
913 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
914
915 * emacs-lisp/package.el (package-pinned-packages): New var.
916 (package--add-to-archive-contents): Obey it (bug#14118).
917
918 2013-04-03 Alan Mackenzie <acm@muc.de>
919
920 Handle `parse-partial-sexp' landing inside a comment opener
921 (Bug#13244). Also adapt to the new values of element 7 of a parse
922 state.
923
924 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
925 parameter `not-in-delimiter'. Handle being inside comment opener.
926 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
927 character in case we're typing a '*' after a '/'.
928 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
929 instead by passing the parameter to c-state-pp-to-literal.
930
931 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
932 for elt. 7 of a parse state.
933
934 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
935
936 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
937 * international/latin1-disp.el, international/mule-util.el:
938 * language/cyril-util.el, language/european.el, language/ind-util.el:
939 * language/lao-util.el, language/thai.el, language/tibet-util.el:
940 * language/tibetan.el, language/viet-util.el:
941 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
942
943 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
946 (electric-pair-post-self-insert-function): Use it.
947 (electric-pair-default-inhibit): New function, extracted from
948 electric-pair-post-self-insert-function.
949
950 2013-03-31 Roland Winkler <winkler@gnu.org>
951
952 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
953
954 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
957
958 2013-03-30 FabiĂ¡n Ezequiel Gallina <fabian@anue.biz>
959
960 Un-indent after "pass" and "return" statements (Bug#13888)
961 * progmodes/python.el (python-indent-block-enders): New var.
962 (python-indent-calculate-indentation): Use it.
963
964 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
965
966 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
967 defun. Defining it as defalias could introduce too eager
968 byte-compiler optimization. (Bug#14030)
969
970 2013-03-30 Chong Yidong <cyd@gnu.org>
971
972 * iswitchb.el (iswitchb-read-buffer): Fix typo.
973
974 2013-03-30 Leo Liu <sdl.web@gmail.com>
975
976 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
977 (kmacro-execute-from-register): Pass the keyboard macro to
978 kmacro-call-macro or repeating won't work correctly.
979
980 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
981
982 * progmodes/subword.el: Back to using `forward-symbol'.
983
984 * subr.el (forward-whitespace, forward-symbol)
985 (forward-same-syntax): Move from thingatpt.el.
986
987 2013-03-29 Leo Liu <sdl.web@gmail.com>
988
989 * kmacro.el (kmacro-to-register): New command.
990 (kmacro-execute-from-register): New function.
991 (kmacro-keymap): Bind to 'x'. (Bug#14071)
992
993 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * mpc.el: Use defvar-local and setq-local.
996 (mpc--proc-connect): Connection failures are not bugs.
997 (mpc-mode-map): `follow-link' only applies to the buffer's content.
998 (mpc-volume-map): Bind to the up-events.
999
1000 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1001
1002 * progmodes/subword.el (superword-mode): Use `forward-sexp'
1003 instead of `forward-symbol'.
1004
1005 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1008 (edebug--recursive-edit): Use it.
1009 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1010 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1011
1012 2013-03-28 Leo Liu <sdl.web@gmail.com>
1013
1014 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
1015
1016 2013-03-27 Eli Zaretskii <eliz@gnu.org>
1017
1018 * facemenu.el (list-colors-callback): New defvar.
1019 (list-colors-redisplay): New function.
1020 (list-colors-display): Install list-colors-redisplay as the
1021 revert-buffer-function. (Bug#14063)
1022
1023 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1026 and suffixes don't overlap (bug#14061).
1027
1028 * case-table.el: Use lexical-binding.
1029 (case-table-get-table): New function.
1030 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
1031
1032 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
1033
1034 * progmodes/subword.el: Add `superword-mode' to do word motion
1035 over symbol_words (parallels and leverages `subword-mode' which
1036 does word motion inside MixedCaseWords).
1037
1038 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1039
1040 * eshell/em-unix.el: Move su and sudo to...
1041 * eshell/em-tramp.el: ...Eshell tramp module.
1042
1043 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1046 Change return value to be a sexp. Delay `get-buffer' to after
1047 restoring the desktop (bug#13951).
1048
1049 2013-03-26 Leo Liu <sdl.web@gmail.com>
1050
1051 * register.el: Move semantic tag handling back to
1052 cedet/semantic/senator.el. (Bug#14052)
1053
1054 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1057 into the prompt either (bug#13963).
1058
1059 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1062 part of "(error-foo)".
1063
1064 2013-03-24 Juri Linkov <juri@jurta.org>
1065
1066 * replace.el (list-matching-lines-prefix-face): New defcustom.
1067 (occur-1): Pass `list-matching-lines-prefix-face' to the function
1068 `occur-engine' if `face-differs-from-default-p' returns t.
1069 (occur-engine): Add `,' inside backquote construct to evaluate
1070 `prefix-face'. Propertize the prefix with the `prefix-face' face.
1071 Pass `prefix-face' to the functions `occur-context-lines' and
1072 `occur-engine-add-prefix'.
1073 (occur-engine-add-prefix, occur-context-lines): Add optional arg
1074 `prefix-face' and propertize the prefix with `prefix-face'.
1075 (Bug#14017)
1076
1077 2013-03-24 Leo Liu <sdl.web@gmail.com>
1078
1079 * nxml/rng-valid.el (rng-validate-while-idle)
1080 (rng-validate-quick-while-idle): Guard against deleted buffer.
1081 (Bug#13999)
1082
1083 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1084 is the last entry in kill-buffer-hook.
1085
1086 * files.el (kill-buffer-hook): Doc fix.
1087
1088 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
1089
1090 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1091 Make it safe-local.
1092
1093 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1094
1095 2013-03-23 Leo Liu <sdl.web@gmail.com>
1096
1097 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1098 Remove.
1099
1100 * nxml/rng-valid.el (rng-validate-mode)
1101 (rng-after-change-function, rng-do-some-validation):
1102 * nxml/rng-maint.el (rng-validate-buffer):
1103 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1104 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1105 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1106 (nxml-extend-after-change-region): Use with-silent-modifications.
1107
1108 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1109 timer-idle-list.
1110
1111 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1112 (rng-next-error-1, rng-previous-error-1): Do not let-bind
1113 timer-idle-list. (Bug#13999)
1114
1115 2013-03-23 Juri Linkov <juri@jurta.org>
1116
1117 * info.el (info-index-match): New face.
1118 (Info-index, Info-apropos-matches): Add a nested subgroup to the
1119 main pattern and add text properties with the new face to matches
1120 in index entries relative to the beginning of the index entry.
1121 (Bug#14015)
1122
1123 2013-03-21 Eric Ludlam <zappo@gnu.org>
1124
1125 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1126 Inhibit read only while inserting objects.
1127
1128 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
1129
1130 * progmodes/cfengine.el: Update docs to mention
1131 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
1132 symbol motion. Remove "_" from the word syntax.
1133
1134 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
1135
1136 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1137 syntax for both `cfengine2-mode' and `cfengine3-mode'.
1138
1139 2013-03-20 Juri Linkov <juri@jurta.org>
1140
1141 * info.el (Info-next-reference-or-link)
1142 (Info-prev-reference-or-link): New functions.
1143 (Info-next-reference, Info-prev-reference): Use them.
1144 (Info-try-follow-nearest-node): Handle footnote navigation.
1145 (Info-fontify-node): Fontify footnotes. (Bug#13989)
1146
1147 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1150 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1151
1152 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
1153
1154 Suppress unnecessary non-ASCII chatter during build process.
1155 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1156 (batch-skkdic-convert): Suppress most of the chatter.
1157 It's not needed so much now that machines are faster,
1158 and its non-ASCII component was confusing; see Dmitry Gutov in
1159 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1160
1161 2013-03-20 Leo Liu <sdl.web@gmail.com>
1162
1163 * ido.el (ido-chop): Fix bug#10994.
1164
1165 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1166
1167 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1168 Remove vars.
1169 (whitespace-color-on, whitespace-color-off):
1170 Use `font-lock-fontify-buffer' (Bug#13817).
1171
1172 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1173
1174 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1175 remapping in mode-line.
1176 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1177
1178 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1179
1180 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1181 value for `whitespace-line' face (Bug#13875).
1182 (whitespace-font-lock-keywords): Change description.
1183 (whitespace-color-on): Don't save `font-lock-keywords' value, save
1184 the constructed keywords instead.
1185 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1186
1187 2013-03-19 Leo Liu <sdl.web@gmail.com>
1188
1189 * progmodes/compile.el (compilation-display-error): New command.
1190 (compilation-mode-map, compilation-minor-mode-map): Bind it to
1191 C-o. (Bug#13992)
1192
1193 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1194
1195 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1196
1197 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
1198
1199 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1200
1201 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1202
1203 * net/tramp-compat.el (tramp-compat-user-error): New defun.
1204
1205 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1206 * net/tramp-gvfs.el (top):
1207 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1208 (tramp-handle-shell-command): Use it.
1209 (tramp-dissect-file-name): Raise an error when hostname is a
1210 method name, and neither method nor user is specified.
1211
1212 * net/trampver.el: Update release number.
1213
1214 2013-03-18 Leo Liu <sdl.web@gmail.com>
1215
1216 Make sure eldoc can be turned off properly.
1217 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1218 eldoc-mode.
1219 (eldoc-display-message-p): Revert last change.
1220 (eldoc-display-message-no-interference-p)
1221 (eldoc-print-current-symbol-info): Tweak.
1222
1223 2013-03-18 Tassilo Horn <tsdh@gnu.org>
1224
1225 * doc-view.el (doc-view-new-window-function): Check the new window
1226 overlay's display property instead the char property of the
1227 buffer's first char. Use `with-selected-window' instead of
1228 `save-window-excursion' with `select-window'.
1229 (doc-view-document->bitmap): Check the current doc-view overlay's
1230 display property instead the char property of the buffer's first char.
1231
1232 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1233
1234 Automate the build of ja-dic.el (Bug#13984).
1235 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1236 from the input, rather than assume that it's been done for us by the
1237 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
1238 the current date into a ja-dic.el comment, as that complicates
1239 regression testing.
1240
1241 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * whitespace.el: Fix double evaluation.
1244 (whitespace-space, whitespace-hspace, whitespace-tab)
1245 (whitespace-newline, whitespace-trailing, whitespace-line)
1246 (whitespace-space-before-tab, whitespace-indentation)
1247 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1248 obsolete defvars.
1249 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1250 (whitespace-color-on): Use a single font-lock-add-keywords call.
1251 Fix double-evaluation of face variables.
1252
1253 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
1254
1255 * net/tramp-adb.el (tramp-adb-parse-device-names):
1256 Use `start-process' instead of `call-process'. Otherwise, the
1257 function might be blocked under MS Windows. (Bug#13299)
1258
1259 2013-03-17 Leo Liu <sdl.web@gmail.com>
1260
1261 Extend eldoc to display info in the mode-line. (Bug#13978)
1262 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1263 (eldoc-mode-line-string): New variable.
1264 (eldoc-minibuffer-message): New function.
1265 (eldoc-message-function): New variable.
1266 (eldoc-message): Use it.
1267 (eldoc-display-message-p)
1268 (eldoc-display-message-no-interference-p):
1269 Support eldoc-post-insert-mode.
1270
1271 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1272 (eval-expression): Run it.
1273
1274 2013-03-17 Roland Winkler <winkler@gnu.org>
1275
1276 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1277 strings in the list of return values.
1278
1279 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1280
1281 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1282 radix before checking for HMS forms.
1283
1284 2013-03-16 Leo Liu <sdl.web@gmail.com>
1285
1286 * progmodes/scheme.el: Add indentation and font-locking for λ.
1287 (Bug#13975)
1288
1289 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1292 token before point (bug#13942).
1293
1294 2013-03-16 Leo Liu <sdl.web@gmail.com>
1295
1296 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
1297
1298 2013-03-16 Eli Zaretskii <eliz@gnu.org>
1299
1300 * startup.el (command-line-normalize-file-name): Fix handling of
1301 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
1302 <xfq.free@gmail.com> in
1303 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1304
1305 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1306
1307 Sync with Tramp 2.2.7.
1308
1309 * net/trampver.el: Update release number.
1310
1311 2013-03-14 Tassilo Horn <tsdh@gnu.org>
1312
1313 * doc-view.el Fix bug#13887.
1314 (doc-view-insert-image): Don't modify overlay associated to
1315 non-live windows, and implement horizontal centering of image in
1316 case it's smaller than the window.
1317 (doc-view-new-window-function): Force redisplay of new windows on
1318 doc-view buffers.
1319
1320 2013-03-13 Karl Fogel <kfogel@red-bean.com>
1321
1322 * saveplace.el (save-place-alist-to-file): Don't sort
1323 `save-place-alist', just pretty-print it (bug#13882).
1324
1325 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
1326
1327 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1328 whether `default-file-name-coding-system' is bound. It isn't in
1329 XEmacs.
1330
1331 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1334 backquotes for `obsolete' (bug#13929).
1335
1336 * international/mule.el (find-auto-coding): Include file name in
1337 obsolescence warning (bug#13922).
1338
1339 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1340
1341 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1342 for CFEngine 3-specific indentation.
1343 (cfengine3-indent-line): Use it. Fix up category regex.
1344 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1345
1346 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * type-break.el (type-break-file-name):
1349 * textmodes/remember.el (remember-data-file):
1350 * strokes.el (strokes-file):
1351 * shadowfile.el (shadow-initialize):
1352 * saveplace.el (save-place-file):
1353 * ps-bdf.el (bdf-cache-file):
1354 * progmodes/idlwave.el (idlwave-config-directory):
1355 * net/quickurl.el (quickurl-url-file):
1356 * international/kkc.el (kkc-init-file-name):
1357 * ido.el (ido-save-directory-list-file):
1358 * emulation/viper.el (viper-custom-file-name):
1359 * emulation/vip.el (vip-startup-file):
1360 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1361 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1362
1363 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1364
1365 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1366 * language/thai-word.el: Switch to UTF-8.
1367
1368 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1371
1372 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1373
1374 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1375 Use with-current-buffer and don't move point.
1376 (net-utils-run-simple): Remove useless code.
1377 (net-utils-remove-ctl-m): Remove unused custom.
1378
1379 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1380
1381 * international/characters.el (glyphless-set-char-table-range): New fun.
1382 (update-glyphless-char-display): Use it (bug#13744).
1383
1384 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1385
1386 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1387 namespaces in the syntax, indent closer for hanging brace
1388 correctly, allow single-quote delimited 'strings', and make
1389 `cfengine3-mode' the default.
1390
1391 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1392
1393 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1394 Use lexical-binding. Fix up docstring according to conventions.
1395 (gdbmi-debug-mode): New var.
1396 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1397 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1398 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1399 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1400 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1401 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1402 (gdbmi-bnf-incomplete-record-result): New functions.
1403 (gdb-car<): Remove function.
1404 (gdbmi-record-list): Remove variable.
1405 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1406 (gdbmi-bnf-result-state-configs): New const.
1407 (gud-gdbmi-marker-filter): Rewrite.
1408 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1409 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1410 Add `token' argument.
1411 (gdb-done, gdb-error): New functions.
1412 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1413
1414 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1415
1416 * term/xterm.el (xterm--report-background-handler): Don't burp
1417 upon timeout.
1418 (xterm--version-handler): Extract from terminal-init-xterm.
1419 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1420 Allow multiple handlers.
1421 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1422
1423 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1424 (xterm--report-background-handler, xterm--query): New functions.
1425 (terminal-init-xterm): Use them.
1426
1427 2013-03-11 Michael R. Mauger <michael@mauger.com>
1428
1429 * progmodes/sql.el Version 3.2
1430 Please note that my address changed to <michael@mauger.com>;
1431 the <mmaug@yahoo.com> address remains active.
1432 (sql-connection-alist): Updates documentation to fix bug#13715.
1433 (sql-connect): Handle missing `sql-connection-alist' correctly.
1434 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1435 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1436 property.
1437 (sql-default-value): New function.
1438 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1439 values were not used.
1440 (sql-rename-buffer): Make sure alternate buffer name has no text
1441 properties.
1442 (sql-input-sender, sql-execute-feature): Fetch variable with
1443 `buffer-local-value' rather than `with-current-buffer'.
1444 (sql-*): Use #' function syntax consistently.
1445 (sql-*): Use message/error/user-error consistently.
1446
1447 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * xt-mouse.el (xterm-mouse-event-read): Remove.
1450 (xterm-mouse--read-event-sequence-1000)
1451 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1452
1453 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * term/xterm.el (xterm-function-map): Support format used with
1456 formatOtherKeys=1 (bug#13839).
1457
1458 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1459 (with-no-warnings): Use `declare'.
1460
1461 * whitespace.el (whitespace-enable-predicate): New variable.
1462 (whitespace-enable-predicate): Use it.
1463
1464 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1465 (comint-output-filter, comint-update-fence):
1466 Use with-silent-modifications.
1467
1468 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1469
1470 * replace.el (occur-read-regexp-defaults-function): New var.
1471 (occur-read-regexp-defaults): New defun.
1472 (occur-read-primary-args): Propagate above change (bug#13892).
1473
1474 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1477
1478 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1479
1480 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1481
1482 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1483 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1484 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1485 New defconst.
1486 (tramp-gvfs-file-name-handler-alist) [directory-files]
1487 [directory-files-and-attributes, file-exists-p, file-modes]:
1488 Use Tramp default handler.
1489 [file-acl, file-selinux-context, process-file, set-file-acl]:
1490 [set-file-modes, set-file-selinux-context, shell-command]:
1491 [start-file-process]: Remove handler.
1492 [verify-visited-file-modtime]: New handler.
1493 (tramp-gvfs-dbus-string-to-byte-array)
1494 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1495 calls of `dbus-string-to-byte-array' and
1496 `tramp-gvfs-dbus-byte-array-to-string'.
1497 (tramp-gvfs-handle-copy-file)
1498 (tramp-gvfs-handle-delete-directory)
1499 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1500 (tramp-gvfs-handle-file-directory-p)
1501 (tramp-gvfs-handle-file-executable-p)
1502 (tramp-gvfs-handle-file-name-all-completions)
1503 (tramp-gvfs-handle-file-readable-p)
1504 (tramp-gvfs-handle-file-writable-p)
1505 (tramp-gvfs-handle-insert-directory)
1506 (tramp-gvfs-handle-insert-file-contents)
1507 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1508 (tramp-gvfs-handle-set-visited-file-modtime)
1509 (tramp-gvfs-handle-write-region): Rewrite.
1510 (tramp-gvfs-handle-file-acl)
1511 (tramp-gvfs-handle-file-selinux-context)
1512 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1513 (tramp-gvfs-handle-set-file-modes)
1514 (tramp-gvfs-handle-set-file-selinux-context)
1515 (tramp-gvfs-handle-shell-command)
1516 (tramp-gvfs-handle-start-file-process)
1517 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1518 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1519 over the symlinks. Fix user handling.
1520 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1521 of the D-Bus signals.
1522 (tramp-gvfs-connection-mounted-p): Handle different names of the
1523 D-Bus methods.
1524 (tramp-gvfs-mount-spec-entry): New defun.
1525 (tramp-gvfs-mount-spec): Use it.
1526 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1527 there is a share name. Handle different names of the D-Bus
1528 signals and methods. Set connection properties needed for
1529 `tramp-check-cached-permissions'.
1530 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1531 Return t or nil.
1532
1533 * net/tramp.el (tramp-backtrace): Move up.
1534 (tramp-error): Dump a backtrace into the debug buffer when
1535 `tramp-verbose > 9.
1536 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1537 (tramp-file-mode-permissions, tramp-get-local-uid)
1538 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1539 tramp-sh.el.
1540
1541 * net/tramp-sh.el (tramp-file-mode-type-map)
1542 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1543 (tramp-file-mode-permissions, tramp-get-local-uid)
1544 (tramp-get-local-gid): Move to tramp.el.
1545
1546 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 Separate mouse-1-click-follows-link from mouse-drag-region.
1549 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1550 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1551 (mouse-drag-line, mouse-drag-track):
1552 Remove mouse-1-click-follows-link code.
1553 (mouse--remap-link-click-p): Remove.
1554
1555 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1556
1557 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1558 (hi-lock-read-regexp-defaults): New defun.
1559 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1560 (hi-lock-face-phrase-buffer): Propagate above change.
1561 Update docstring (bug#13892).
1562
1563 * subr.el (find-tag-default-as-regexp): New defun.
1564 * replace.el (read-regexp): Propagate above change.
1565
1566 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1567
1568 * calc/calc-units.el (calc-convert-units): Fix the way that default
1569 new units are stored.
1570
1571 2013-03-07 Matthias Meulien <orontee@gmail.com>
1572
1573 * bookmark.el: Define a face to highlight bookmark names in
1574 bookmark menu buffers, where the default is a bold face similarly
1575 to buffer names in buffer menu buffers.
1576 (bookmark-menu-bookmark): New face to highlight bookmark names.
1577 (bookmark-insert-location): Remove duplicated text property to
1578 conform to buffer list (see `list-buffers').
1579 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1580 `bookmark-menu-bookmark' to bookmark names.
1581
1582 2013-03-07 Matthias Meulien <orontee@gmail.com>
1583 Karl Fogel <kfogel@red-bean.com>
1584
1585 * bookmark.el: Display the bookmark list header similarly to the
1586 buffer list header (see `list-buffers'), where the default is now
1587 an immovable/immutable header line.
1588 (bookmark-bmenu-use-header-line): New variable.
1589 (bookmark-bmenu-inline-header-height): New name for
1590 `bookmark-bmenu-header-height', to avoid confusion with the code
1591 for the new immovable header. All references changed.
1592 (bookmark-bmenu-set-header): New function.
1593 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1594 Conditionalize header construction accordingly.
1595 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1596 the inline header height.
1597 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1598 Conditionalize the skipping of the inline header height.
1599
1600 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1601
1602 * progmodes/js.el (js--multi-line-declaration-indentation):
1603 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1604
1605 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1606
1607 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1608 Only propertize regexp when not inside a string (Bug#13885).
1609
1610 2013-03-06 Alan Mackenzie <acm@muc.de>
1611
1612 Correct the position of point in some line-up functions.
1613 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1614 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1615 point at column 0 rather than at a random place in the line.
1616
1617 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1618
1619 * net/tramp-compat.el (tramp-compat-delete-directory):
1620 Implement TRASH argument.
1621
1622 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1623
1624 Keep pre-existing highlighting in completion candidates (Bug#13250).
1625 * minibuffer.el (completions-first-difference): State that the
1626 face is "added" in the docstring.
1627 (completions-common-part): Same. And don't inherit from default.
1628 (completion-hilit-commonality): Prepend 'completions-common-part
1629 and 'completion-first-difference faces to the 'face property,
1630 instead of replacing the value(s).
1631 (completion--insert-strings): Same with 'completions-annotations face.
1632 (completion-hilit-commonality): Use 'face instead of
1633 'font-lock-face, because it gets priority if the completion
1634 strings already have 'face set.
1635
1636 2013-03-04 Alan Mackenzie <acm@muc.de>
1637
1638 Replace `last-command-event' by `last-command-char' in XEmacs.
1639 * progmodes/cc-defs.el (c-last-command-char): New macro.
1640 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1641 (c-semi&comma-no-newlines-before-nonblanks)
1642 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1643 in place of `last-command-event'.
1644 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1645 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1646 (c-electric-paren, c-electric-continued-statement): Use the new
1647 macro in place of `last-command-event'.
1648
1649 2013-03-04 Glenn Morris <rgm@gnu.org>
1650
1651 * files.el (inhibit-local-variables-regexps):
1652 Add .diff and .patch. (Bug#13862)
1653
1654 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1655
1656 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1657 whether the "su" command is available on the device.
1658
1659 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1660
1661 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1662 (tramp-adb-handle-process-file): Remove superfluous setting.
1663 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1664 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1665 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1666
1667 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1670 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1671 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1672 Use dict-key rather than dict-name for the error message.
1673
1674 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1675
1676 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1677 when reverting (bug#13831).
1678
1679 2013-03-01 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1680
1681 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1682 Always expand affix-file before storing to protect against changed
1683 `default-directory'.
1684 (ispell-print-if-debug): Make sure message is printed at the end
1685 of the debug buffer.
1686
1687 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1688
1689 * net/tramp.el (tramp-obsolete-methods): New defconst.
1690 (tramp-warned-obsolete-methods): New defvar.
1691 (tramp-find-method): Check for obsolete methods. Map them to a
1692 replacement method if appropriate.
1693
1694 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1695 Remove methods.
1696 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1697 "ssh2" and "plink1".
1698
1699 2013-02-28 Dale Sedivec <dale@codefu.org>
1700
1701 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1702 Return valid syntax-table property value when converting
1703 quotes within text from string syntax to punctuation syntax (bug#13844).
1704
1705 2013-02-28 Juri Linkov <juri@jurta.org>
1706
1707 * dired-aux.el (dired-diff): If file at point is a backup file,
1708 use its original as the default value, and reverse the order
1709 of arguments to the `diff' call. Doc fix. (Bug#13772)
1710
1711 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1712
1713 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1714 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1715
1716 2013-02-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1717
1718 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1719
1720 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1721 Ask hunspell about available and default dictionaries.
1722 (ispell-parse-hunspell-affix-file): Extract relevant info from
1723 hunspell affix file.
1724 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1725 `ispell-dictionary-alist' entry for given dictionary after info
1726 provided by `ispell-parse-hunspell-affix-file'.
1727 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1728 of parsed hunspell dicts and associated affix files.
1729 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1730 of parsed hunspell dicts and associated parameters.
1731 (ispell-set-spellchecker-params):
1732 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1733 previously done.
1734 (ispell-start-process):
1735 Call `ispell-hunspell-fill-dictionary-entry' for current
1736 dictionary if it is not initialized.
1737
1738 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * imenu.el: Comment nitpicks.
1741
1742 2013-02-28 Sam Steingold <sds@gnu.org>
1743
1744 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1745 See <http://stackoverflow.com/questions/14720205>.
1746
1747 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1748
1749 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1750 (net-utils-mode): Use it.
1751 (net-utils--revert-cmd): New var.
1752 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1753 (traceroute): Use net-utils-run-simple.
1754
1755 2013-02-28 Glenn Morris <rgm@gnu.org>
1756
1757 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1758
1759 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1762 (doc-view-fallback-mode): Remove overlays here.
1763 (doc-view-toggle-display): Instead of here. Don't throw away
1764 image-mode-winprops-alist.
1765 (doc-view-goto-page): Don't mess with hscroll.
1766
1767 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1768
1769 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1770 &optional (bug#13819).
1771
1772 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1773
1774 * net/tramp-adb.el (tramp-adb-parse-device-names)
1775 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1776
1777 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1778
1779 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1780 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1781 defined. POSIX environments fall back to the "C" locale then and
1782 emit a warning, which shall be suppressed.
1783
1784 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1787 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1788
1789 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1792
1793 2013-02-25 Juri Linkov <juri@jurta.org>
1794
1795 * replace.el (read-regexp): Let-bind `default' to the first
1796 element of `defaults' if it's a list, otherwise it should be
1797 a string or nil. Let-bind `suggestions' to `defaults' if it's
1798 a list, otherwise make a list with the string value. Doc fix.
1799 (Bug#13805)
1800
1801 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1802
1803 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1804 that match "\`\.#", to avoid compiling lock files, even if they
1805 are readable (as they are on MS-Windows).
1806
1807 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * files.el (basic-save-buffer): Remove redundant directory-creation.
1810
1811 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1812
1813 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1814 Add option to force `pi' to remain symbolic.
1815 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1816 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1817 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1818 derivatives, when necessary.
1819
1820 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1821
1822 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1823 (ps-mode-octal-region): Use string-make-unibyte.
1824
1825 2013-02-23 Glenn Morris <rgm@gnu.org>
1826
1827 * emulation/viper-cmd.el (viper-submit-report):
1828 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1829 * progmodes/vera-mode.el (vera-mode-help-address):
1830 * textmodes/artist.el (artist-maintainer-address):
1831 * textmodes/reftex.el (reftex-report-bug):
1832 * vc/ediff-util.el (ediff-submit-report):
1833 Add bug-gnu-emacs to bug report address.
1834
1835 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1836 Remove bug report entries.
1837 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1838
1839 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1840 (byte-compile-file, byte-compile-from-buffer):
1841 Use separate input/output buffers for each level of recursive
1842 byte-compile-file calls. (Bug#13787)
1843
1844 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1845
1846 * net/tramp.el (tramp-methods): Fix docstring.
1847 (tramp-ssh-controlmaster-options): Rename it from
1848 `tramp-ssh-controlmaster-template'. Return a string.
1849 (tramp-default-method): Adapt check for
1850 `tramp-ssh-controlmaster-options'.
1851
1852 * net/tramp-sh.el (tramp-methods):
1853 Replace `tramp-ssh-controlmaster-template' by "%c".
1854 (tramp-do-copy-or-rename-file-out-of-band)
1855 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1856 that it is applied for the first hop only.
1857
1858 2013-02-22 Juri Linkov <juri@jurta.org>
1859
1860 * isearch.el (isearch-lazy-highlight-new-loop):
1861 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1862 to `isearch-other-end' if it is not nil. (Bug#13402)
1863
1864 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1865 to `match-beg'.
1866
1867 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1868 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1869 and `isearch-error' to nil.
1870
1871 2013-03-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1872
1873 * progmodes/python.el (python-info-current-defun):
1874 Enhance match-data cluttering prevention.
1875
1876 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
1877
1878 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1879
1880 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1881 Handle multibyte file names.
1882
1883 2013-02-22 Glenn Morris <rgm@gnu.org>
1884
1885 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1886 (sgml-transformation-function): Give it a :set function.
1887 (sgml-tag): Doc fix.
1888
1889 * cmuscheme.el (scheme-buffer):
1890 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1891 * progmodes/tcl.el (inferior-tcl-buffer):
1892 * textmodes/tex-mode.el (tex-command): Doc fixes.
1893
1894 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1895
1896 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1897
1898 2013-02-21 Bastien Guerry <bzg@gnu.org>
1899
1900 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1901
1902 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1903
1904 * progmodes/python.el (python-info-current-defun):
1905 Enhance match-data cluttering prevention.
1906
1907 2013-02-21 Glenn Morris <rgm@gnu.org>
1908
1909 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1910 loaded while outline-regexp is let bound. (Bug#9584)
1911
1912 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1913
1914 * progmodes/python.el (python-info-current-defun): Fix failed
1915 defun name retrieval because of unwanted match-data cluttering.
1916
1917 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1918
1919 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1920 defconst. Apply independent check for ControlPersist.
1921
1922 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1923 temporarily, via "env".
1924
1925 2013-02-21 Glenn Morris <rgm@gnu.org>
1926
1927 * info.el (Info-enable-edit): Remove.
1928 (Info-edit): Disable it rather than using Info-enable.
1929 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1930 (Info-cease-edit): Make editing of Info files obsolete.
1931
1932 * informat.el (Info-tagify):
1933 Handle buffers not visiting files. (Bug#13763)
1934
1935 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1936
1937 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1938
1939 2013-02-21 Glenn Morris <rgm@gnu.org>
1940
1941 * files.el (basic-save-buffer): Move check for existing parent
1942 directory after hooks. (Bug#13773)
1943
1944 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1945
1946 * simple.el (command-execute): Move from C. Add obsolete check.
1947 (extended-command-history): Move from C.
1948
1949 2013-02-20 Ulrich MĂ¼ller <ulm@gentoo.org>
1950
1951 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1952 (jka-compr-mode-alist-additions): Handle .txz suffix for
1953 XZ-compressed tar archives (bug#13770).
1954
1955 2013-02-20 Bastien Guerry <bzg@gnu.org>
1956
1957 * outline.el (outline-regexp, outline-heading-end-regexp):
1958 Make variables, not options (bug#13731).
1959
1960 2013-02-20 Glenn Morris <rgm@gnu.org>
1961
1962 * image.el (image-current-frame): Change from variable to function.
1963 (image-show-frame): Rename from image-nth-frame. Update callers.
1964 * image-mode.el (image-multi-frame): New variable.
1965 (image-mode-map, image-mode, image-goto-frame):
1966 Use image-multi-frame rather than image-current-frame.
1967 (image-mode, image-goto-frame): Use image-current-frame as
1968 function rather than as variable.
1969
1970 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1971 * emacs-lisp/cl-macs.el (cl--make-type-test)
1972 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1973
1974 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1975
1976 * net/tramp-cache.el (tramp-get-hash-table): New defun.
1977 (tramp-get-file-property, tramp-set-file-property)
1978 (tramp-get-connection-property, tramp-set-connection-property): Use it.
1979 (tramp-flush-file-property, tramp-flush-directory-property):
1980 Rename argument to KEY.
1981 (tramp-flush-connection-property): Simplify a little bit.
1982 (tramp-connection-property-p): New defun.
1983 (top): Reapply saved values only if there isn't a corresponding
1984 entry in `tramp-connection-properties'.
1985
1986 2013-02-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1987
1988 * progmodes/python.el (python-indent-context):
1989 Fix python-info-line-ends-backslash-p call.
1990 (python-info-line-ends-backslash-p)
1991 (python-info-beginning-of-backslash): Respect line-number argument.
1992 (python-info-current-line-comment-p):
1993 Fix behavior when not at beginning-of-line.
1994 (python-util-position): Remove function.
1995 (python-util-goto-line): New function.
1996
1997 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
1998
1999 * eshell/em-unix.el (eshell/su): Require tramp.
2000 (eshell/sudo): Require tramp. Remove now unnecessary check.
2001
2002 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2003 `tramp-current-connection' in order to avoid an error when several
2004 commands are invoked in a short time in eshell and friends.
2005
2006 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 Cleanup some of EIEIO's namespace.
2009 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2010 Use it to define all the class-* and object-* field accessors (renamed
2011 to eieio--class-* and eieio--object-*). Update all uses.
2012 (eieio--class-num-slots, eieio--object-num-slots): Rename from
2013 class-num-slots and object-num-slots.
2014 (eieio--check-type): New macro.
2015 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2016 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2017 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2018 (object-assoc-list-safe): Use it.
2019 (eieio-defclass): Tighten regexp.
2020 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
2021 Remove unreachable code.
2022 (object-class-fast): Declare obsolete.
2023 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2024 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2025 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2026 Rename from class-name, object-name, object-set-name-string,
2027 object-class, object-class-name, class-parents, class-children,
2028 class-precedence-list, class-parent; with obsolete alias.
2029 (class-of, class-direct-superclasses, class-direct-subclasses):
2030 Declare obsolete.
2031 (eieio-defmethod): Use `memq'; remove unreachable code.
2032 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2033 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2034 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2035
2036 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2037
2038 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2039 commentary.
2040
2041 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
2042
2043 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2044 Use font-lock-keyword-face for macros and special forms (bug#8345).
2045
2046 2013-02-17 Didier Verna <didier@didierverna.net>
2047
2048 * net/network-stream.el (network-stream-open-starttls):
2049 Check that response to the starttls-command is non-nil. (Bug#13706)
2050
2051 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2054 Don't assume all identifier chars have syntax word.
2055 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2056 Remove bar-not-symbol. Adjust callers.
2057 (lisp-mode-variables): Don't set a font-lock-syntax-table.
2058
2059 2013-02-17 Leo Liu <sdl.web@gmail.com>
2060
2061 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2062
2063 2013-02-17 Glenn Morris <rgm@gnu.org>
2064
2065 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2066
2067 * image-mode.el (image-mode-map): Add image-dired menu entry.
2068
2069 * image-dired.el (tumme): Make this alias obsolete.
2070
2071 2013-02-16 Glenn Morris <rgm@gnu.org>
2072
2073 * image.el (image-animated-types): Remove.
2074 (image-multi-frame-p): Rename from image-animated-p, and generalize.
2075 (image-animated-p): Make obsolete alias.
2076 (image-animate, image-nth-frame, image-animate-timeout):
2077 Use image-multi-frame-p.
2078 (image-animate-timeout): If no delay, use image-default-frame-delay.
2079 * image-mode.el (image-mode, image-toggle-animation):
2080 Use image-multi-frame-p. (Bug#763, bug#10739)
2081 (image-mode): Adjust startup message for a multi-frame image.
2082
2083 * image-mode.el (image-mode-map): Give it a menu.
2084
2085 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
2086
2087 * net/tramp-cache.el (tramp-connection-properties): New customer
2088 option.
2089 (tramp-get-connection-property): Use it.
2090
2091 * net/tramp-compat.el (top): Require 'trampver.
2092
2093 * net/tramp-sh.el (tramp-remote-process-environment):
2094 Set tramp-autoload cookie.
2095
2096 2013-02-16 Kevin Ryde <user42@zip.com.au>
2097
2098 * info-look.el (info-lookup-select-mode): If major-mode has no
2099 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2100
2101 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
2102
2103 * replace.el (read-regexp): Tighten the regexp that matches tag.
2104 When tag is retrieved with `find-tag-default', use regexp that
2105 matches tag at point. Also update docstring (Bug#13687).
2106
2107 2013-02-16 Eli Zaretskii <eliz@gnu.org>
2108
2109 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2110 add watch for the file, not its parent directory, since w32notify
2111 sets up the watch for the directory internally. (Bug#13725)
2112
2113 2013-02-16 Glenn Morris <rgm@gnu.org>
2114
2115 * image.el (image-default-frame-delay): New variable.
2116 (image-animated-p): Use image-default-frame-delay.
2117 (image-minimum-frame-delay): New constant.
2118 (image-animate-timeout): Use image-minimum-frame-delay.
2119
2120 * image.el (image-nth-frame): New, split from image-animate-timeout.
2121 (image-animate-timeout): Use image-nth-frame.
2122 * image-mode.el (image-goto-frame, image-next-frame)
2123 (image-previous-frame): New commands.
2124 (image-mode-map): Add new frame commands.
2125
2126 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
2127
2128 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2129 If col-desc already has help-echo, use it. (Bug#13563)
2130
2131 2013-02-16 Glenn Morris <rgm@gnu.org>
2132
2133 * image.el (image-current-frame): New variable.
2134 (image-animate-timeout): Set image-current-frame.
2135 * image-mode.el (image-mode): For animated images,
2136 display a frame counter via mode-line-process.
2137
2138 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2139
2140 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2143
2144 2013-02-15 Alan Mackenzie <acm@muc.de>
2145
2146 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2147 global minor mode has been enabled, call the minor mode function
2148 for a new buffer once only, after the major mode hook, whilst
2149 allowing that hook explicitly to disable the minor mode.
2150 (MODE-disable-in-buffer): New (generated) function.
2151 (disable-MODE): New (generated) buffer local variable.
2152
2153 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
2154
2155 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2156 `iswitchb-next-match' and `iswitchb-prev-match' resply.
2157 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2158 `ido-next-match' and `ido-prev-match' resply.
2159 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2160 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2161 `icomplete-backward-completions' (Bug#13708).
2162
2163 2013-02-15 Glenn Morris <rgm@gnu.org>
2164
2165 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2166
2167 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * net/goto-addr.el (goto-address-fontify): Add start and end args.
2170 (goto-address-fontify-region): Use them instead of narrowing, so
2171 syntax-ppss has access to the whole buffer.
2172
2173 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2174
2175 * progmodes/python.el: Explain how to restore "cc-mode"-like
2176 forward-sexp movement in header documentation (Bug#13642).
2177 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2178 comments and strings (GH bug 114).
2179
2180 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2181
2182 * progmodes/python.el (python-info-current-defun): Fix current
2183 defun detection (Bug#13618).
2184
2185 2013-02-15 Chong Yidong <cyd@gnu.org>
2186
2187 * xml.el (xml-parse-string): Fix typo in handling of bad character
2188 references.
2189
2190 2013-02-15 Glenn Morris <rgm@gnu.org>
2191
2192 * play/fortune.el (fortune-compile): Simplify and fix previous change.
2193
2194 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
2195
2196 * net/tramp.el (tramp-debug-message):
2197 Add `tramp-condition-case-unless-debug'.
2198 (tramp-debug-on-error): New defvar.
2199 (tramp-condition-case-unless-debug): New defun.
2200 (tramp-file-name-handler): Use it.
2201
2202 2013-02-14 Juri Linkov <juri@jurta.org>
2203
2204 * info.el (Info-isearch-filter): Treat non-nil values of
2205 `search-invisible' including its default value `open'
2206 like the value `t' to match hidden text. (Bug#13402)
2207
2208 2013-02-14 Glenn Morris <rgm@gnu.org>
2209
2210 * help-fns.el (find-lisp-object-file-name): Give special treatment
2211 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
2212
2213 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
2214
2215 * net/quickurl.el (quickurl-save-urls):
2216 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
2217
2218 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2219
2220 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2221 depth for unfinished percent literal. Not using it in the caller.
2222 (ruby-move-to-block): Jump over multiline literals of all types,
2223 ignoring code-looking contents inside them.
2224 (ruby-add-log-current-method): Improve performance at the expense
2225 of accuracy. `ruby-block-contains-point' is relatively slow, so
2226 only use it for method and singleton class blocks.
2227
2228 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2229
2230 Use ControlMaster where applicable. (Bug#13677)
2231
2232 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2233 replacing `tramp-detect-ssh-controlmaster'.
2234 (tramp-default-method): Use it.
2235
2236 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2237 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2238 arguments.
2239 [scpc, rsyncc]: Remove methods.
2240 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2241 and "ssh2_old".
2242 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2243 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2244
2245 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * emacs-lisp/package.el (package--initialized): Move before first use.
2248
2249 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
2250
2251 * icomplete.el (icomplete-hide-common-prefix): New user option.
2252 (icomplete-first-match): New face.
2253 (icomplete-completions): Correct handling of "complete but not
2254 unique" (Bug#12638).
2255
2256 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
2257
2258 * descr-text.el (describe-char): Display the script (bug#13698).
2259
2260 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * tmm.el: Use lexical-binding and current-active-maps.
2263 (tmm-menubar): Use map-keymap and pcase.
2264 (tmm--completion-table): New function.
2265 (tmm-prompt): Use it to fix the menu order.
2266 (tmm-get-keybind): Use current-active-maps.
2267
2268 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
2269
2270 Add dired-hide-details-mode. (Bug#6799)
2271
2272 * locate.el (locate-mode): Set parent mode property to dired-mode.
2273
2274 * find-dired.el (find-dired): Call dired-insert-set-properties on
2275 initial information line. Set process mark on end of buffer.
2276 (find-dired-sentinel):
2277 Call dired-insert-set-properties on summary.
2278
2279 * dired.el (dired-hide-details-hide-symlink-targets)
2280 (dired-hide-details-hide-information-lines): New options.
2281 (dired-insert-directory):
2282 Set properties after final treatment of output.
2283 (dired-insert-set-properties):
2284 Set dired-hide-details-* properties.
2285 (dired-mode-map): Bind dired-hide-details-mode.
2286 (dired-mode): Set buffer-invisibility-spec to a list.
2287 (dired-next-line): Skip hidden lines.
2288 (dired-previous-line): Use dired-next-line.
2289 (dired-hide-details-mode): New minor mode.
2290 (dired-hide-details-update-invisibility-spec): New function.
2291
2292 2013-02-13 Glenn Morris <rgm@gnu.org>
2293
2294 * play/yow.el: Move to obsolete/. (Bug#9384)
2295
2296 2013-02-13 Juri Linkov <juri@jurta.org>
2297
2298 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2299 to select `ediff-control-frame' and set input focus correctly on Xfce.
2300 (Bug#12218)
2301
2302 2013-02-13 Juri Linkov <juri@jurta.org>
2303
2304 * image-mode.el (image-mode-map):
2305 * doc-view.el (doc-view-mode-map):
2306 * vc/ediff-util.el (ediff-setup-keymap):
2307 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2308
2309 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2310
2311 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2312 performance. Instead of recalculating indentation fully for each
2313 line, sum up indentation depth based only on visited lines.
2314 (ruby-parse-partial): Increase the depth after "do" even when END
2315 is right after it.
2316 (ruby-parse-partial): When END is in the middle of a percent
2317 literal, increase the depth if the delimiter chars belong to the
2318 paren syntax class.
2319
2320 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
2321
2322 * play/fortune.el (fortune-compile): Also make the compiled file
2323 if it does not exist at all, not just if it is old. (Bug#5338)
2324
2325 2013-02-13 Glenn Morris <rgm@gnu.org>
2326
2327 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2328
2329 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
2330
2331 * lisp/emacs-lisp/package.el (package-menu-execute):
2332 Add optional noquery argument. (Bug#13625)
2333
2334 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2335
2336 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2337 if DIR exists and PARENTS is non-nil.
2338
2339 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2340
2341 * progmodes/js.el (js--multi-line-declaration-indentation):
2342 Silence byte-compiler warning.
2343
2344 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
2345
2346 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2347
2348 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2349 only if it doesn't exist.
2350
2351 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2352 Set process marker.
2353
2354 2013-02-12 Tassilo Horn <tsdh@gnu.org>
2355
2356 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2357 UserInstallation when calling soffice to work around LibreOffice
2358 bug 37531.
2359
2360 2013-02-12 Glenn Morris <rgm@gnu.org>
2361
2362 * files.el (basic-save-buffer):
2363 Offer to create a non-existing directory. (Bug#3016)
2364
2365 * calc/calc-graph.el (calc-graph-show-dumb):
2366 * calendar/calendar.el (calendar-mode-map):
2367 * cus-edit.el (custom-mode-map):
2368 * ehelp.el (electric-help-map):
2369 * emulation/vip.el (vip-mode-map):
2370 * epa.el (epa-key-list-mode-map):
2371 * info.el (Info-mode-map):
2372 * mail/rmail.el (rmail-mode-map):
2373 * mail/rmailsum.el (rmail-summary-mode-map):
2374 * man.el (Man-mode-map):
2375 * net/newst-plainview.el (newsticker-mode-map):
2376 * progmodes/cpp.el (cpp-edit-mode-map):
2377 * progmodes/grep.el (grep-mode-map):
2378 * progmodes/idlw-help.el (idlwave-help-mode-map):
2379 * simple.el (special-mode-map):
2380 * startup.el (splash-screen-keymap):
2381 * view.el (view-mode-map):
2382 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2383
2384 2013-02-11 Elias Pipping <pipping@lavabit.com>
2385
2386 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2387 (bug#13679).
2388
2389 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2392
2393 2013-02-11 Glenn Morris <rgm@gnu.org>
2394
2395 * vc/diff.el (diff-use-labels): New variable.
2396 (diff-no-select): Use --label rather than -L, and first
2397 check that it is supported. (Bug#11067)
2398
2399 * files.el (enable-dir-local-variables): New variable.
2400 (hack-dir-local-variables): Respect enable-dir-local-variables.
2401 * tutorial.el (help-with-tutorial):
2402 Ignore directory-local variables. (Bug#11127)
2403
2404 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2405 (vc-svn-global-switches): ... to here. (Bug#13513)
2406
2407 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2408
2409 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2410 Handle "foo (bar, default: xxx): " prompts.
2411
2412 2013-02-10 Chong Yidong <cyd@gnu.org>
2413
2414 * files.el (basic-save-buffer-1): Do not set
2415 buffer-file-coding-system-explicit (Bug#4533).
2416
2417 * mail/emacsbug.el (report-emacs-bug): Change binding of
2418 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2419
2420 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2421
2422 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2423 * calc/calc-units.el (calc-convert-units): Use new variable.
2424
2425 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2426
2427 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2428
2429 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2430 buffer-file-type.
2431
2432 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2433 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2434 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2435 coding-system-for-write instead.
2436
2437 * jka-compr.el (jka-compr-write-region): Don't bind
2438 buffer-file-type.
2439
2440 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2441 buffer-file-type.
2442
2443 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2444 (insert-file-contents-literally): Remove reference to
2445 file-name-buffer-file-type-alist.
2446
2447 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2448 make-obsolete.
2449 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2450 (find-buffer-file-type-coding-system): Remove references to
2451 find-buffer-file-type-match, find-buffer-file-type, and
2452 buffer-file-type.
2453 Don't put find-buffer-file-type-coding-system into
2454 file-coding-system-alist.
2455 (find-file-binary, find-file-text): Bind coding-system-for-read
2456 instead of file-name-buffer-file-type-alist.
2457
2458 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2459
2460 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2461 converter (Bug#13622).
2462 (doc-view-unoconv-program): Make obsolete alias.
2463 (doc-view-odf->pdf-converter-program): New variable.
2464 (doc-view-odf->pdf-converter-function): New variable.
2465 (doc-view-mode-p): Use it.
2466 (doc-view-odf->pdf-converter-unoconv):
2467 Rename from `doc-view-odf->pdf-converter-unoconv'.
2468 (doc-view-odf->pdf-converter-soffice): New function.
2469 (doc-view-convert-current-doc):
2470 Use `doc-view-odf->pdf-converter-function'.
2471
2472 2013-02-09 Chong Yidong <cyd@gnu.org>
2473
2474 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2475 view-echo-area-messages (Bug#13340).
2476
2477 * help.el (view-echo-area-messages): Use display-buffer.
2478
2479 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2480 (Bug#13561).
2481
2482 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2485 Eval body right away, now that we do eager macroexpansion (bug#13605).
2486
2487 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2488 (fundamental-mode): Use run-mode-hooks.
2489
2490 * eshell/esh-proc.el (eshell/kill): Fix last change.
2491 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2492
2493 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2494
2495 * eshell/esh-proc.el (eshell/kill): Rewrite.
2496
2497 * eshell/em-ls.el (show-almost-all): Declare.
2498 (eshell-do-ls): Add support for -A argument.
2499
2500 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2501
2502 * icomplete.el (icomplete-forward-completions)
2503 (icomplete-backward-completions): Handle corner case (bug#13602).
2504
2505 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2506
2507 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2508 be nil. Handle this. (Bug#13636)
2509
2510 2013-02-07 Richard Stallman <rms@gnu.org>
2511
2512 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2513 `save-buffer-coding-system'.
2514
2515 2013-02-07 Alan Mackenzie <acm@muc.de>
2516
2517 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2518 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2519 (c-parse-state-get-strategy): Don't return 'BOD any more.
2520 (c-append-lower-brace-pair-to-state-cache):
2521 Extra parameter HERE instead of narrowing.
2522 Widen to top of buffer before searching backwards for a brace pair.
2523 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2524 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2525 Narrow to parameter HERE, in place of being called narrowed.
2526 (c-remove-stale-state-cache): Extra parameter HERE in place of
2527 narrowing. Check there's an open brace in the cache before
2528 searching for its match.
2529 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2530 (c-parse-state-1): Don't narrow here for 'forward strategy,
2531 instead passing extra parameter HERE to several functions.
2532 Remove 'BOD strategy.
2533
2534 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2535
2536 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2537 used to install the package.
2538
2539 2013-02-06 Glenn Morris <rgm@gnu.org>
2540
2541 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2542 if we can't get user input. (Bug#6567)
2543
2544 * startup.el (command-line): If simple.el is missing,
2545 test and warn about for some possible causes.
2546
2547 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2548
2549 * cus-start.el (all): Add ns-use-native-fullscreen.
2550
2551 2013-02-05 Glenn Morris <rgm@gnu.org>
2552
2553 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2554
2555 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2556 Fix directory creation in fallback case.
2557
2558 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2559
2560 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2561 (vc-update-change-log): Use dolist.
2562
2563 2013-02-04 Chong Yidong <cyd@gnu.org>
2564
2565 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2566 code from ffap.el.
2567 (thing-at-point-beginning-of-url-regexp): New var.
2568 (thing-at-point-uri-schemes): Update list of URI schemes.
2569 (thing-at-point-url-regexp): Variable deleted.
2570 (thing-at-point-markedup-url-regexp): Disallow newlines.
2571 (thing-at-point-newsgroup-regexp)
2572 (thing-at-point-newsgroup-heads)
2573 (thing-at-point-default-mail-uri-scheme): New variables.
2574 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2575 method to find the possible bounds of the URI at point.
2576 New optional argument to find ill-formed URIs.
2577 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2578 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2579 the scheme-adding heuristics from ffap-url-at-point.
2580 (thing-at-point--bounds-of-well-formed-url): New function.
2581 Do parens matching to decide whether to include parens in the URI
2582 (Bug#9153).
2583
2584 * ffap.el: Require thingatpt.
2585 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2586 All URI-valid characters are now recognized (Bug#5673).
2587 (ffap-string-at-point): Use use-region-p.
2588 (ffap-url-regexp): Extra character is handled by thing-at-point.
2589 (ffap-string-at-point-mode-alist): Allow parentheses.
2590 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2591 Convert to aliases; code moved to thingatpt.el.
2592 (ffap-gnus-hook): Use setq-local.
2593
2594 2013-02-04 Glenn Morris <rgm@gnu.org>
2595
2596 * emacs-lisp/ert.el (ert--explain-format-atom):
2597 Don't try to print non-characters as characters. (Bug#13543)
2598
2599 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2600
2601 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2602 (tramp-backtrace): New defun.
2603 (tramp-handle-insert-file-contents): Use `visit' when inserting
2604 the local copy.
2605
2606 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2607 Use `remote-file-name-inhibit-cache'.
2608
2609 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2612 (bug#13614).
2613
2614 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2615 current-load-list (bug#13366).
2616
2617 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2618
2619 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2620 Identify g++ template instantiation trace. (Bug#12287)
2621 (compilation-mode-hook, compilation-start-hook)
2622 (compilation-window-height): Simplify docstrings. (Bug#13379)
2623
2624 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * mouse.el (mouse-drag-track): Always deactivate the mark before
2627 running the final event's command since that command is in charge of
2628 activating the mark if needed (bug#13523).
2629
2630 2013-02-02 Juri Linkov <juri@jurta.org>
2631
2632 * replace.el (perform-replace): Move let-bindings of isearch-*
2633 variables deeper to the loop that searches for the next match.
2634 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2635 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2636 (Bug#13579)
2637
2638 * isearch.el (isearch-search-fun-default): Check for null
2639 first element of isearch-cmds as a precaution when it's used
2640 with inactive isearch.
2641
2642 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2643
2644 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2645 error when buffer in question is narrowed so position 1 is out of
2646 visible part.
2647
2648 2013-02-02 Glenn Morris <rgm@gnu.org>
2649
2650 * textmodes/remember.el (remember-clipboard): Doc fix.
2651
2652 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2655 properties (bug#13179).
2656
2657 2013-02-02 Juri Linkov <juri@jurta.org>
2658
2659 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2660 instead of hard-coded default face `match'. (Bug#9438)
2661
2662 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2663
2664 * vc/vc-arch.el (vc-arch-registered):
2665 * vc/vc-bzr.el (vc-bzr-registered):
2666 * vc/vc-cvs.el (vc-cvs-registered):
2667 * vc/vc-git.el (vc-git-registered):
2668 * vc/vc-hg.el (vc-hg-registered):
2669 * vc/vc-mtn.el (vc-mtn-registered):
2670 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2671 (Bug#13139)
2672
2673 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2674 prefix argument. (Bug#11656)
2675
2676 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2679
2680 2013-02-01 Glenn Morris <rgm@gnu.org>
2681
2682 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2683 if the backend is known not to support it.
2684
2685 * imenu.el (imenu-default-create-index-function):
2686 Tweak infinite loop test to check for forward motion as well as none.
2687
2688 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2689
2690 * net/soap-client.el (soap-invoke): Encode the string for
2691 `url-request-data' as UTF-8.
2692 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2693
2694 2013-02-01 Glenn Morris <rgm@gnu.org>
2695
2696 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2697
2698 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2699
2700 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * net/tramp.el (tramp-tramp-file-p): Comment check for
2703 `string-as-unibyte'. The function does not exist on XEmacs, and
2704 likely we need another approach.
2705
2706 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2707 `tramp-gw-*' variables are bound.
2708
2709 2013-01-31 Glenn Morris <rgm@gnu.org>
2710
2711 * files.el (basic-save-buffer-2): Choose coding system for
2712 writing the file before backing it up, to reduce delay between
2713 backing up and writing the new version. (Bug#13522)
2714
2715 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2716
2717 * simple.el (cycle-spacing): New command.
2718 (just-one-space): Use it.
2719
2720 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2723 (opascal-newline-always-indents): Remove custom.
2724 (opascal-tab, opascal-newline): Remove commands.
2725 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2726 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2727 (opascal-save-match-data): Remove, use save-match-data instead.
2728 (opascal-save-state): Use with-silent-modifications.
2729
2730 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2731 (bug#13585).
2732
2733 2013-01-30 Juri Linkov <juri@jurta.org>
2734
2735 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2736 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2737 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2738
2739 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2742 column if we're just deleting the backslashes.
2743 (makefile-fill-paragraph): Use eolp.
2744
2745 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2746
2747 * autorevert.el (auto-revert-use-notify): Fix docstring.
2748
2749 2013-01-30 Leo Liu <sdl.web@gmail.com>
2750
2751 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2752
2753 2013-01-30 Glenn Morris <rgm@gnu.org>
2754
2755 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2756 unread-command-events twice in some cases. This tries to implement
2757 the 2012-07-26 changes in a different way. (Bug#13560)
2758
2759 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2760
2761 * progmodes/python.el
2762 (python-pdbtrack-comint-output-filter-function): Enhancements on
2763 stacktrace detection. (thanks @gnovak)
2764
2765 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2768 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2769 Use defvar-local.
2770 (jit-lock-register): Use setq-local.
2771
2772 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2773
2774 * calc-units.el (math-default-units-table): Remove initial value.
2775 (calc-convert-units): Treat expressions where all the units cancel as
2776 if they didn't have units.
2777
2778 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2779
2780 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2781 (tramp-completion-reread-directory-timeout): Fix type.
2782 (tramp-connection-min-time-diff): New defcustom.
2783
2784 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2785
2786 2013-01-30 Glenn Morris <rgm@gnu.org>
2787
2788 * imenu.el (imenu-default-create-index-function):
2789 Put back a version of the infinite loop test removed 2013-01-23.
2790
2791 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2792
2793 * progmodes/python.el (python-shell-parse-command):
2794 Find python-shell-interpreter with modified environment.
2795
2796 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2799
2800 2013-01-29 Alan Mackenzie <acm@muc.de>
2801
2802 Amend to fontify /regexp/s in actions correctly.
2803 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2804 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2805 are no longer included.
2806 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2807 What used to be these variables without "-line" in the name.
2808 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2809 (c-awk-non-arith-op-bra-re): Now also matches {.
2810 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2811 "return", and "case".
2812 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2813 by /.
2814 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2815 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2816
2817 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2818
2819 * autorevert.el (auto-revert-use-notify):
2820 Use `custom-initialize-default' for initialization. (Bug#13583)
2821
2822 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2823
2824 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2825 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2826 in `tramp-file-name-handler'.
2827 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2828 compatibility.
2829 (tramp-compute-multi-hops): Check, whether
2830 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2831
2832 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2835 (bug#13297).
2836
2837 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2838
2839 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2840 checks made superfluous by the \_< operator.
2841 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2842 temporarily) broken indentation.
2843 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2844 Highlight nested constants, too. \_< broke that.
2845
2846 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2847
2848 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2849 instead of "\\b".
2850
2851 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * autorevert.el (auto-revert-handler): Notifications which result
2854 from a saved file shall not be taken into account. (Bug#13557)
2855
2856 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2857
2858 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2859 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2860 (lisp-mode): Pass t for it. (Bug#13556)
2861
2862 2013-01-25 Alan Mackenzie <acm@muc.de>
2863
2864 AWK Mode: Fix indentation bug at top level. Bug #12274.
2865
2866 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2867 just before CASE 5D.
2868
2869 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2870
2871 * net/socks.el (socks-nslookup-host): Use string-to-number.
2872
2873 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2874
2875 * autorevert.el (auto-revert-remote-files)
2876 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2877 (auto-revert-notify-enabled, auto-revert-use-notify)
2878 (auto-revert-notify-watch-descriptor-hash-list)
2879 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2880 (auto-revert-notify-event-descriptor)
2881 (auto-revert-notify-event-action)
2882 (auto-revert-notify-event-file-name): Doc fix.
2883 (global-auto-revert-mode): Reorder checks.
2884 (auto-revert-notify-rm-watch): Respect changed values of
2885 `auto-revert-notify-watch-descriptor-hash-list'.
2886 (auto-revert-notify-add-watch): Check for
2887 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2888 `inotify-add-watch'. Watch `default-directory' instead of
2889 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2890 has a changed meaning now. (Bug#13540)
2891 (auto-revert-notify-handler): Change implementation wrt events
2892 returning from a directory.
2893 (auto-revert-handler): Reorder implementation for checks of remote
2894 files.
2895 (auto-revert-buffers): Fix parentheses error.
2896
2897 2013-01-25 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2898
2899 * progmodes/python.el: Enhancements to header documentation about
2900 skeletons. (Bug#5716)
2901
2902 * imenu.el (imenu-default-create-index-function): Remove useless
2903 infinite loop check. (Bug#13438)
2904
2905 2013-01-25 Alan Mackenzie <acm@muc.de>
2906
2907 Fix a bug in the state cache mechanism. Refactor this a bit.
2908
2909 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2910 `cache-pos' element from the return value.
2911 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2912 buffer to enable proper searching from beyond HERE. Amend the
2913 test for detecting the sought brace pair. Amend the value written
2914 to the "brace desert cache" when the brace isn't found.
2915 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2916 and several other variables analogously.
2917 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2918 parameter to a locally calculated variable.
2919 (c-parse-state-1): Change the calling conventions to the two
2920 defuns involving `cache-pos'.
2921
2922 2013-01-25 Chong Yidong <cyd@gnu.org>
2923
2924 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2925
2926 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2927
2928 * paren.el (show-paren-function): Make sure to set 'priority and
2929 'face only if the overlay does exist.
2930
2931 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2932
2933 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2934
2935 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2936 basic attributes.
2937 (tramp-sh-handle-set-file-acl): Improve error checking.
2938
2939 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2940
2941 * doc-view.el (doc-view-display): Force mode line update until all
2942 document is converted. Suggested by Stefan Monnier (Bug#13164).
2943
2944 2013-01-23 Bastien Guerry <bzg@gnu.org>
2945
2946 * paren.el (show-paren-function): Make sure an overlay exists
2947 before trying to delete it. Also use `pos' as a position only
2948 when it is an integer.
2949
2950 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2951
2952 * play/gametree.el (gametree-break-line-here): Use point-marker.
2953
2954 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2955
2956 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2957 Mark descriptive parts with `display' property.
2958
2959 2013-01-21 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2960
2961 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2962 New variable to map standard dict names to hunspell ones.
2963 (ispell-set-spellchecker-params): Make sure specific dict names
2964 are used for standard dicts with hunspell.
2965
2966 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2967
2968 * textmodes/reftex-cite.el (reftex-format-citation): Add format
2969 chars for note (%N) and url (%U).
2970 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2971
2972 2013-01-21 Juri Linkov <juri@jurta.org>
2973
2974 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2975 in addition to existing separate binding `meta f10' in `global-map'.
2976 (Bug#13484)
2977
2978 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
2979
2980 Improve XEmacs compatibility.
2981
2982 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2983
2984 * net/tramp-adb.el (top): Require `time-date'.
2985 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2986 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2987 Use `tramp-file-name-handler'.
2988 (tramp-adb-maybe-open-connection):
2989 Use `tramp-compat-set-process-query-on-exit-flag'.
2990
2991 * net/tramp-sh.el (tramp-sh-handle-file-acl):
2992 Use `tramp-compat-funcall'.
2993
2994 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2995 `tramp-compat-funcall'.
2996
2997 2013-01-21 JĂ¼rgen Hötzel <juergen@archlinux.org>
2998
2999 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3000 reimplementation using "adb shell command ..." instead of running
3001 remote shell interactively.
3002
3003 2013-01-20 Glenn Morris <rgm@gnu.org>
3004
3005 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3006 Add native profiler menu entries.
3007
3008 * profiler.el (profiler-running-p): New function.
3009 (profiler-cpu-profile): Use profiler-running-p.
3010 (profiler-report-mode-map): Add some more menu entries.
3011
3012 2013-01-19 Glenn Morris <rgm@gnu.org>
3013
3014 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3015 fixes 2012-12-07 change. (Bug#13499)
3016
3017 2013-01-19 Leo Liu <sdl.web@gmail.com>
3018
3019 * dired.el (dired-get-marked-files): Prune erroneous values due to
3020 last change. (Bug#13152)
3021
3022 2013-01-19 Glenn Morris <rgm@gnu.org>
3023
3024 * progmodes/etags.el (tags-table-check-computed-list):
3025 Preserve point in tags buffer. (Bug#13412)
3026
3027 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3028
3029 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
3030 Chong Yidong <cyd@gnu.org>
3031
3032 * image-mode.el (image-next-file, image-previous-file):
3033 New commands (Bug#8453).
3034 (image-mode-map): Bind them to n and p.
3035 (image-mode--images-in-directory): New helper function.
3036
3037 2013-01-19 Chong Yidong <cyd@gnu.org>
3038
3039 * image-mode.el (image-mode-fit-frame): Add a frame argument.
3040 Suggested by Drew Adams (Bug#7730). Handle window decorations;
3041 save and restore the old window configuration.
3042
3043 2013-01-18 Leo Liu <sdl.web@gmail.com>
3044
3045 * progmodes/js.el: Tweak autoload cookie for alias.
3046
3047 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3048
3049 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3050 buffer local, again. This was lost with the fix on 2013-01-12.
3051
3052 2013-01-17 JĂ¼rgen Hötzel <juergen@archlinux.org>
3053
3054 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3055 order to support several eshell buffers in parallel.
3056
3057 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3058
3059 * autorevert.el (auto-revert-use-notify): In the :set function, do
3060 not modify `kill-buffer-hook'.
3061 (auto-revert-notify-rm-watch):
3062 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3063 (auto-revert-notify-add-watch): Do not call
3064 `auto-revert-notify-rm-watch', but add it to a buffer local
3065 `kill-buffer-hook'.
3066
3067 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3070 call to `eval' rather than a backquoted lambda.
3071
3072 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3075 to return an explicit nil.
3076 (advice--remove-function): Change accordingly.
3077
3078 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3079 the use of nadvice.el.
3080
3081 * progmodes/which-func.el (which-function): Silence imenu errors
3082 (bug#13433).
3083
3084 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3085
3086 * progmodes/sql.el (sql-imenu-generic-expression):
3087 (sql-mode-font-lock-object-name): Match schema qualified names.
3088 (sql-connect): Use string keys.
3089 (sql-product-interactive): Wait for interpreter prompt.
3090 (sql-comint-oracle): Set process coding based on NLS_LANG.
3091
3092 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3093
3094 * progmodes/sql.el (sql-output-to-send): Remove, unused.
3095 (sql-interactive-remove-continuation-prompt):
3096 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3097
3098 2013-01-14 Leo Liu <sdl.web@gmail.com>
3099
3100 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3101 (Bug#13420)
3102
3103 2013-01-14 Glenn Morris <rgm@gnu.org>
3104
3105 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3106 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
3107
3108 2013-01-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3109
3110 * progmodes/python.el (python-nav-end-of-statement):
3111 Fix cornercase when handling multiline strings.
3112
3113 2013-01-13 Richard Stallman <rms@gnu.org>
3114
3115 * mail/sendmail.el (mail-position-on-field): Add doc string.
3116
3117 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3118 Get current message boundaries and pass them to
3119 message-forward-make-body-mime. Minor style changes.
3120
3121 2013-01-13 Eli Zaretskii <eliz@gnu.org>
3122
3123 * cus-start.el (all): Avoid warnings about
3124 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3125
3126 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
3127
3128 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3129
3130 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * jit-lock.el (jit-lock-debug-mode): New minor mode.
3133 (jit-lock--debug-fontifying): New var.
3134 (jit-lock--debug-fontify): New function.
3135 * subr.el (condition-case-unless-debug): Don't prevent catching the
3136 error, just let the debbugger run.
3137 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3138 timer code and don't drop errors silently.
3139
3140 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3143 `permanent-local' property.
3144 (auto-revert-notify-handler): Use `file-equal-p'.
3145
3146 2013-01-12 Eli Zaretskii <eliz@gnu.org>
3147
3148 * autorevert.el (auto-revert-notify-handler): Fix filtering of
3149 file notification by ACTION. For filtering by file name, compare
3150 only the non-directory part of the file name.
3151
3152 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * autorevert.el: Use cl-lib instead of cl.
3155
3156 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3157 (vc-bzr-checkin): Use it.
3158 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3159 will preserve match-data.
3160
3161 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
3162
3163 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3164 (js--declaration-keyword-re): New var.
3165 (js--multi-line-declaration-indentation): New function.
3166 (js--proper-indentation): Use it.
3167
3168 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
3169
3170 * calc/calc.el (calc-highlight-selections-with-faces)
3171 (calc-dispatch):
3172 * comint.el (comint-history-isearch-message):
3173 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3174 * ffap.el (ffap-string-at-point-region, ffap-next)
3175 (ffap-string-at-point, ffap-string-around)
3176 (ffap-copy-string-as-kill, ffap-highlight-overlay)
3177 (ffap-literally):
3178 * font-lock.el (font-lock-keywords-alist)
3179 (font-lock-removed-keywords-alist):
3180 * help-mode.el (help-xref-symbol-regexp):
3181 * info.el (Info-find-emacs-command-nodes):
3182 * international/mule.el (add-to-coding-system-list):
3183 * isearch.el (isearch-message-function, isearch-fail-pos):
3184 * misearch.el (multi-isearch-next-buffer-function):
3185 * newcomment.el (comment-box):
3186 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3187 (pr-setting-database):
3188 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3189 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3190 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3191 (pike-font-lock-keywords-3):
3192 * progmodes/compile.el (compile):
3193 * progmodes/etags.el (tags-table-files)
3194 (tags-table-files-function, tags-included-tables-function):
3195 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3196 (gdb-restore-windows):
3197 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3198 (ps-n-up-filling-database):
3199 * server.el (server-buffer, server-log):
3200 * simple.el (newline, delete-backward-char, delete-forward-char)
3201 (minibuffer-history-isearch-message, kill-line, track-eol)
3202 (temporary-goal-column):
3203 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3204 (flyspell-default-deplacement-commands):
3205 * textmodes/ispell.el (ispell-accept-output):
3206 * textmodes/sgml-mode.el (html-tag-help):
3207 * vc/compare-w.el (compare-ignore-whitespace)
3208 (compare-ignore-case, compare-windows-dehighlight):
3209 * vc/diff.el (diff):
3210 * whitespace.el (whitespace-point)
3211 (whitespace-font-lock-refontify, whitespace-bob-marker)
3212 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3213
3214 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
3215
3216 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3217 (auto-revert-notify-rm-watch): Ignore errors.
3218 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
3219 inotify, and '(size last-write-time) for w32notify.
3220 Set buffer-local `auto-revert-use-notify' to nil when adding a file
3221 watch fails - this is a fallback to the file modification check.
3222 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3223 (auto-revert-notify-event-action)
3224 (auto-revert-notify-event-file-name): New defuns.
3225 (auto-revert-notify-handler): Use them. Implement first
3226 plausibility checks.
3227 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3228
3229 2013-01-11 Julien Danjou <julien@danjou.info>
3230
3231 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3232 max are almost equal. Also return the correct value for V which is
3233 already between 0 and 1.
3234
3235 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3236
3237 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3238
3239 2013-01-11 Eli Zaretskii <eliz@gnu.org>
3240
3241 * autorevert.el (auto-revert-notify-rm-watch)
3242 (auto-revert-notify-add-watch): Fix typos in w32notify function
3243 names.
3244
3245 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3246
3247 * autorevert.el (auto-revert-notify-enabled): Move up.
3248 (auto-revert-use-notify): New defcustom.
3249 (auto-revert-mode, global-auto-revert-mode)
3250 (auto-revert-notify-add-watch, auto-revert-handler)
3251 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3252 `auto-revert-notify-enabled'.
3253
3254 2013-01-10 Elias Pipping <pipping@exherbo.org>
3255
3256 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3257 * doc-view.el (doc-view-document->bitmap):
3258 Use doc-view-single-page-converter-function instead of
3259 single-page-converter arg; adjust callers.
3260
3261 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
3262
3263 * progmodes/which-func.el (which-function): Understand Semantic's use
3264 of overlays in imenu--index-alist.
3265
3266 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
3267
3268 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
3269 (Man-man-k-use-anchor): New var.
3270 (Man-parse-man-k): New function.
3271 (Man-completion-table): Use it.
3272 (man): Flush the completion cache between uses.
3273
3274 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3275
3276 * autorevert.el: Add file watch support.
3277 (auto-revert-notify-enabled): New defconst.
3278 (auto-revert-notify-watch-descriptor-hash-list)
3279 (auto-revert-notify-watch-descriptor)
3280 (auto-revert-notify-modified-p): New defvars.
3281 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3282 (auto-revert-notify-handler): New defuns.
3283 (auto-revert-mode, global-auto-revert-mode): Remove file watches
3284 when mode is disabled.
3285 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3286 (auto-revert-buffers): Add file watches for active buffers.
3287
3288 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3289
3290 * cus-start.el (toplevel): Only allow float values for
3291 scroll-up-aggressively and scroll-down-aggressively.
3292 Allow any number for line-spacing.
3293
3294 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3295
3296 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3297 (doc-view-pdf->png-converter-function): Use mupdf if available.
3298 (doc-view-djvu->png-converter-function)
3299 (doc-view-ps->png-converter-function): Remove.
3300 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3301 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3302 (doc-view-already-converted-p): Adjust accordingly.
3303 (doc-view-mode-p): Simplify.
3304 (doc-view-enlarge): Use setq-local.
3305 (doc-view-pdf->png-converter-ghostscript)
3306 (doc-view-djvu->png-converter-ddjvu)
3307 (doc-view-pdf->png-converter-mupdf): Rework to call
3308 doc-view-start-process directly.
3309 (doc-view-pdf/ps->png): Simplify accordingly.
3310 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3311 (doc-view-document->bitmap): Rename from doc-view-document->png.
3312 (doc-view-convert-current-doc): Merge pdf and djvu cases.
3313 (doc-view-set-slice-from-bounding-box): Fix completion table.
3314 (doc-view-mode): Use add-hook for after-revert-hook.
3315
3316 2013-01-10 Glenn Morris <rgm@gnu.org>
3317
3318 * emacs-lisp/authors.el (authors-ignored-files)
3319 (authors-valid-file-names, authors-renamed-files-alist):
3320 Add some more entries.
3321
3322 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3323
3324 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3325 `t' pseudo-window entry.
3326
3327 2013-01-10 Alan Mackenzie <acm@muc.de>
3328
3329 Fix bugs in the c-parse-state mechanism. Reuse some markers
3330 instead of continually generating new ones.
3331
3332 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3333 (c-state-old-cpp-end-marker): New variables.
3334 (c-append-lower-brace-pair-to-state-cache): Start a backward
3335 search for "}" definitively outside CPP constructs.
3336 (c-remove-stale-state-cache): Inform the caller of a need to
3337 search back for a brace pair in certain circumstances.
3338 (c-state-maybe-marker): New macro.
3339 (c-parse-state): Reuse markers when appropriate.
3340
3341 2013-01-10 Glenn Morris <rgm@gnu.org>
3342
3343 * simple.el (execute-extended-command): Doc fix.
3344 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3345
3346 2013-01-10 Chong Yidong <cyd@gnu.org>
3347
3348 * faces.el (read-face-name): Doc fix.
3349
3350 2013-01-10 Roland Winkler <winkler@gnu.org>
3351
3352 * emacs-lisp/crm.el: Allow any regexp for separators.
3353 (crm-default-separator): All spaces around the default comma separator.
3354 (crm--completion-command): New macro.
3355 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3356 (crm-complete-and-exit): Handle non-single-char separators.
3357
3358 2013-01-09 Elias Pipping <pipping@lavabit.com>
3359
3360 * doc-view.el: Add support for DjVu (bug#13164).
3361 (doc-view-djvu->png-converter-function): New config var.
3362 (doc-view-single-page-converter-function, doc-view--image-type)
3363 (doc-view--image-file-extension): New vars.
3364 (doc-view-mode): Initialize them.
3365 (doc-view-goto-page): Use them.
3366 (doc-view-mode-p): Add support for ddjvu.
3367 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3368 (doc-view-set-up-single-converter): New funs.
3369 (doc-view-pdf/ps->png): Extend for djvu.
3370 (doc-view-document->png): Rename from doc-view-pdf->png.
3371 (doc-view-convert-current-doc): Handle djvu.
3372 (doc-view-insert-image, doc-view-display)
3373 (doc-view-already-converted-p): Don't hardcode png.
3374 (doc-view-set-doc-type): Recognize djvu docs.
3375
3376 2013-01-09 Elias Pipping <pipping@lavabit.com>
3377
3378 * doc-view.el: Add support for mupdf converter (bug#13164).
3379 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3380 (doc-view-ps->png-converter-function): New config vars.
3381 (doc-view-pdf->png-converter-ghostscript)
3382 (doc-view-ps->png-converter-ghostscript)
3383 (doc-view-pdf->png-converter-mupdf): New functions.
3384 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3385
3386 2013-01-09 JĂ¼rgen Hötzel <juergen@archlinux.org>
3387
3388 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3389 first in session cache: When `tramp-own-remote-path' is in
3390 `tramp-remote-path', the remote path is only set in the session
3391 cache.
3392
3393 2013-01-09 Glenn Morris <rgm@gnu.org>
3394
3395 * emacs-lisp/trace.el (trace-function-foreground)
3396 (trace-function-background): Doc fix.
3397
3398 2013-01-09 Juri Linkov <juri@jurta.org>
3399
3400 * international/mule-cmds.el (read-char-by-name): Move let-binding
3401 of completion-ignore-case around completing-read to fix regression
3402 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3403 `string-match-p' using the nil value of `case-fold-search' and
3404 `completion-ignore-case' in `completion-pcm--all-completions'.
3405 (Bug#12615).
3406
3407 2013-01-09 Glenn Morris <rgm@gnu.org>
3408
3409 * progmodes/compile.el (compilation-parse-errors):
3410 Fix typo. (Bug#13369)
3411
3412 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3413
3414 * comint.el (comint-send-input): Check size of buffer before
3415 waiting for process output, in case already accepted. (Bug#13290)
3416
3417 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3418
3419 Spelling fixes.
3420 * net/tramp-adb.el (tramp-adb-get-toolbox):
3421 Fix misspelling of 'unknown'.
3422
3423 2013-01-08 Juri Linkov <juri@jurta.org>
3424
3425 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3426 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3427 Use underline style wave on terminals that support it. (Bug#13000)
3428
3429 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3432 the predicate returns nil.
3433
3434 * simple.el: Use lexical-binding.
3435 (primitive-undo): Use pcase.
3436 (minibuffer-history-isearch-push-state): Use a closure.
3437
3438 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3439
3440 * simple.el (primitive-undo): Move from undo.c.
3441
3442 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3445 (cvs-mode-remove-handled): Use it (bug#13380).
3446
3447 * emacs-lisp/nadvice.el (advice--tweak): New function.
3448 (advice--remove-function, advice--subst-main): Use it.
3449
3450 * emacs-lisp/advice.el: Update commentary.
3451
3452 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3453
3454 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3455 Remove spurious entry.
3456
3457 2013-01-08 Glenn Morris <rgm@gnu.org>
3458
3459 * net/tramp.el (tramp-default-host-alist): Add :version.
3460
3461 2013-01-08 Juri Linkov <juri@jurta.org>
3462
3463 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3464 single completion. (Bug#12456)
3465 (info--manual-names): Expand node completions into an explicit list
3466 before appending it to another list. Filter out internal buffers
3467 with the leading space in the buffer name. (Bug#10771)
3468
3469 2013-01-08 Juri Linkov <juri@jurta.org>
3470
3471 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3472 that defaults to the Top node.
3473 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3474 the short format (FILENAME) goes to the Top node.
3475 (Info-build-node-completions): Rename arg `file' to `filename'.
3476 (Bug#13365)
3477
3478 2013-01-07 Bastien Guerry <bzg@gnu.org>
3479
3480 * menu-bar.el (menu-bar-search-documentation-menu):
3481 Use `apropos-user-option' and fix the help message.
3482
3483 2013-01-07 Bastien Guerry <bzg@gnu.org>
3484
3485 * apropos.el (apropos-do-all): Update docstring.
3486 (apropos-user-option-button): New face.
3487 (apropos-user-option): Rename from `apropos-variable' and update
3488 docstring.
3489 (apropos-variable): Rewrite, now show all variables by default.
3490 (apropos-print): Mention "User option" instead of "Variable" when
3491 printing doc for user options. (Bug#13276)
3492
3493 2013-01-07 JĂ¼rgen Hötzel <juergen@archlinux.org>
3494
3495 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3496 Handle filename correctly, when parsing "source -> target" symlink
3497 output.
3498 (tramp-adb-handle-set-file-times): New defun.
3499
3500 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3503 advice list when the interactive-spec of ad-Advice-* changes.
3504
3505 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3506
3507 * wid-edit.el (widget-default-get): Work for inlined elements.
3508 (Bug#12670)
3509
3510 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3511
3512 * net/tramp.el (tramp-default-host-alist): New defcustom.
3513 (tramp-find-host): Use it.
3514 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3515 `eshell-directory-change-hook'.
3516
3517 * net/tramp-adb.el (top): Add adb specific entry in
3518 `tramp-default-host-alist'.
3519 (tramp-adb-file-name-host): Remove function.
3520 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3521 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3522
3523 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3524
3525 2013-01-06 JĂ¼rgen Hötzel <juergen@archlinux.org>
3526
3527 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3528
3529 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3530
3531 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3532 consist of more than one digit.
3533 (tramp-adb-file-name-handler-alist):
3534 Use `tramp-handle-file-exists-p' consistently.
3535 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3536 (tramp-adb-handle-file-exists-p): Remove function.
3537 (tramp-adb-file-name-host): New defun.
3538 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3539 Use it.
3540 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3541
3542 2013-01-06 Chong Yidong <cyd@gnu.org>
3543
3544 * vc/vc.el (vc-next-action): Detect buffer modifications
3545 conflicting with locking VCS operation (Bug#11490).
3546
3547 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3548
3549 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3550
3551 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3552 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3553
3554 2013-01-05 JĂ¼rgen Hötzel <juergen@archlinux.org>
3555
3556 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3557 parsing of ls output using regular expression (handle filenames
3558 with spaces). Use virtual device number.
3559 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3560 cleanup).
3561
3562 2013-01-04 Daiki Ueno <ueno@gnu.org>
3563
3564 * epg.el: Silence byte-compiler warnings.
3565 (epg--start): Use delete-char instead of delete-backward-char.
3566 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3567
3568 2013-01-04 Daiki Ueno <ueno@gnu.org>
3569
3570 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3571 Suggested by Eli Zaretskii <eliz@gnu.org>.
3572
3573 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3574
3575 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3576 non-negative integers. Otherwise, the default values are used.
3577 (tramp-convert-file-attributes): Convert uid and gid to integers.
3578
3579 2013-01-04 Glenn Morris <rgm@gnu.org>
3580
3581 * term.el (term-handle-colors-array): Ensure face attributes
3582 are fully specified, not nil. (Bug#13337)
3583
3584 * term.el (term-default-fg-color, term-default-bg-color):
3585 Fix custom type.
3586
3587 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3588 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3589 rather than 'jka-compr being loaded. (Bug#13338)
3590
3591 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3592
3593 * icomplete.el (icomplete-completions):
3594 Honor icomplete-prospects-height once more following
3595 2012-11-29 changes. (Bug#13224)
3596
3597 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3600 of called-interactively-p as well (bug#13237).
3601
3602 * view.el (view--enable, view--disable): Rename from view-mode-enable
3603 and view-mode-disable and assume it's called from view-mode.
3604 (view-mode-enable, view-mode-disable): Redefine as obsolete
3605 compatibility layer above view-mode.
3606 (view-mode-enter): Call `view-mode'.
3607
3608 * files.el (after-find-file): Call `view-mode'.
3609
3610 * doc-view.el (doc-view-scale-internally): New var.
3611 (doc-view-enlarge, doc-view-insert-image): Obey it.
3612
3613 2013-01-03 Daiki Ueno <ueno@gnu.org>
3614
3615 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3616 exist. (Bug#13344)
3617
3618 2013-01-03 Glenn Morris <rgm@gnu.org>
3619
3620 * mail/rmail.el (rmail-set-header-1): Ignore case.
3621 Handle multi-line headers. (Bug#13330)
3622
3623 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3624 Handle paragraph starting at beginning of buffer.
3625
3626 * subr.el (eval-after-load): Don't purecopy the form, so that it
3627 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3628
3629 * emacs-lisp/byte-run.el (defun): Place cl declarations
3630 after any interactive spec. (Bug#13265)
3631
3632 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3633
3634 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3635 defun. Don't check for DECL if DOCSTRING isn't a string.
3636 (defun): Likewise.
3637
3638 2013-01-02 Glenn Morris <rgm@gnu.org>
3639
3640 * eshell/em-cmpl.el (eshell-pcomplete):
3641 More thoroughly imitate pcomplete. (Bug#13293)
3642
3643 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3644 Return nil for empty path elements. (Bug#13296)
3645
3646 2013-01-02 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3647
3648 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3649 order to improve efficiency (Based on Daniel Colascione's
3650 <dancol@dancol.org> patch). (Bug#13182)
3651
3652 2013-01-02 Glenn Morris <rgm@gnu.org>
3653
3654 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3655
3656 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3657
3658 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3659 neither DOCSTRING nor DECL was given. (Bug#13316)
3660
3661 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3662
3663 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3664 `error' call.
3665 (tramp-do-copy-or-rename-file): Ignore errors when calling
3666 `set-file-extended-attributes'.
3667
3668 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3669 Add handler for `file-acl'.
3670 (tramp-smb-handle-file-acl): New defun.
3671
3672 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3673
3674 * calc/README: Mention ISO 8601 week-numbering dates.
3675
3676 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3677
3678 * view.el (view-mode-enable): New argument run-view-mode-hook.
3679 Run view-mode-hook only when it's non-nil (Bug#13315).
3680 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3681 argument t.
3682
3683 2012-12-31 JĂ¼rgen Hötzel <juergen@archlinux.org>
3684
3685 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3686 (No device connected, invalid device name). (Bug #13299)
3687
3688 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3689
3690 * window.el (window-resizable--p): Rename to window-resizable-p.
3691 (window-resize-no-error): New function.
3692
3693 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3694 broken in fix from 2012-12-28.
3695
3696 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * subr.el (special-form-p): Don't signal errors on undef aliases.
3699
3700 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3701
3702 * calc/calc-forms.el (math-parse-date): Try using
3703 `math-parse-iso-date' when it looks like it might be needed.
3704 Allow times of 24:00.
3705 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3706 of 24:00.
3707
3708 2012-12-30 Glenn Morris <rgm@gnu.org>
3709
3710 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3711 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3712 (rmail-summary-displayed, rmail-summary): Declare.
3713 (mairix-rmail-display): Just require rmail.
3714
3715 2012-12-30 Chong Yidong <cyd@gnu.org>
3716
3717 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3718 check for the tarball contents.
3719
3720 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3721
3722 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3723 tarfile content listings (Bug#13136).
3724
3725 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3726
3727 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3728 Insert the undecoded text of the message being forwarded. (Bug#9521)
3729
3730 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3731
3732 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3733 integers, if they are real numbers. (Bug#13282)
3734
3735 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3736 Return `t' on success.
3737
3738 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3739 Add handler for `set-file-selinux-context'.
3740
3741 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3742
3743 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3744 (tramp-sh-handle-set-file-acl): Return `t' on success.
3745
3746 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3747
3748 * files.el (backup-buffer-copy, basic-save-buffer-2):
3749 If set-file-extended-attributes fails, fall back on set-file-modes
3750 instead of signaling an error. (Bug#13298)
3751 (basic-save-buffer): Likewise.
3752
3753 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3754
3755 * progmodes/python.el: Support other commands triggering
3756 python-indent-line so indentation cycling continues to work.
3757 (python-indent-trigger-commands): New defcustom.
3758 (python-indent-line): Use it.
3759
3760 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3761
3762 * progmodes/python.el (python-shell-send-region): Add blank lines
3763 for non sent code so backtraces remain correct.
3764
3765 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3766
3767 * progmodes/python.el: Remove cl dependency.
3768 (python-syntax-count-quotes): Replace incf call.
3769 (python-fill-string): Replace setf call.
3770
3771 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3772
3773 * info.el (info-other-window): New arg, for consistency with info.
3774
3775 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3776
3777 * mail/rmail.el (rmail-maybe-display-summary):
3778 Rewrite (Bug#13066).
3779
3780 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3781
3782 * epg.el (epg--start): Modify process-environment locally.
3783
3784 2012-12-28 Daiki Ueno <ueno@gnu.org>
3785
3786 * epg.el: Support pinentry-curses.
3787 Suggested by Werner Koch in
3788 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3789 (epg-agent-file, epg-agent-mtime): New variable.
3790 (epg--start): Record the modified time of gpg-agent socket file,
3791 to restore Emacs frame after pinentry-curses termination.
3792 (epg-wait-for-completion): Restore Emacs frame here.
3793
3794 2012-12-27 Juri Linkov <juri@jurta.org>
3795
3796 * info.el (Info-file-completions): New variable.
3797 (Info-read-node-name-1): Complete node names in the Info file
3798 when a file name is given. Call `Info-build-node-completions'
3799 with a file name.
3800 (Info-build-node-completions): Add new arg `file'. When it is
3801 non-nil, visit it in a temporary buffer and cache its completions in
3802 `Info-current-file-completions'. Move most of the function body to
3803 `Info-build-node-completions-1'.
3804 (Info-build-node-completions-1): New function with the body from
3805 `Info-build-node-completions'. (Bug#12456)
3806
3807 2012-12-27 Juri Linkov <juri@jurta.org>
3808
3809 * frame.el (frame-maximization-style): Remove user option.
3810 (cycle-frame-maximized): Remove function.
3811 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3812 (toggle-frame-fullscreen): New command bound to <f11> instead of
3813 `toggle-frame-maximized'.
3814 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3815
3816 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3817
3818 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3819
3820 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3821 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3822 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3823 for `file-accessible-directory-p'. (Bug#13275)
3824
3825 2012-12-27 Sam Steingold <sds@gnu.org>
3826
3827 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3828 continuations, see <http://stackoverflow.com/questions/3582436>.
3829
3830 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3831
3832 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3833 "module" and "def" to have indentation before them.
3834 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3835
3836 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3837
3838 2012-12-27 Alan Mackenzie <acm@muc.de>
3839
3840 Speed up fontification where there's large brace blocks.
3841 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3842 to a call of c-beginning-of-decl-1.
3843
3844 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3845
3846 * comint.el (comint-adjust-window-point): New function.
3847 (comint-postoutput-scroll-to-bottom):
3848 Call comint-adjust-window-point (Bug#13248).
3849
3850 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3851
3852 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3853 Rakefile regexp.
3854 (auto-mode-alist): Associate .gemspec files with ruby-mode
3855 (https://bugs.ruby-lang.org/issues/5453).
3856
3857 2012-12-26 JĂ¼rgen Hötzel <juergen@archlinux.org>
3858
3859 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3860 Suppress coloring, if possible (required for BusyBox based systems like
3861 CyanogenMod).
3862 (tramp-adb-handle-file-attributes)
3863 (tramp-adb-handle-insert-directory)
3864 (tramp-adb-handle-file-name-all-completions): Use it.
3865 (tramp-adb-get-toolbox): New defun. Check for remote shell
3866 implementation (BusyBox or Toolbox).
3867
3868 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3869
3870 * startup.el (initial-buffer-choice): Allow function as value
3871 (Bug#13251).
3872 (command-line-1): Handle case where initial-buffer-choice
3873 specifies a function.
3874 * server.el (server-execute): Handle case where
3875 initial-buffer-choice specifies a function.
3876
3877 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3878
3879 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3880 its own function.
3881 (smtpmail-try-auth-methods): Forget the user name/password if the
3882 login is unsuccessful (bug#12424).
3883
3884 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3885
3886 * notifications.el (notifications-notify): Protect body with
3887 `with-demoted-errors'.
3888
3889 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3890 Check properties of remote device. Restart connection, if there is a
3891 change.
3892
3893 2012-12-21 Chong Yidong <cyd@gnu.org>
3894
3895 * sort.el (sort-subr): Doc fix (Bug#13056).
3896
3897 2012-12-21 Bastien Guerry <bzg@gnu.org>
3898
3899 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3900
3901 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3902
3903 * simple.el (process-file): Overwrite stderr file, if exists.
3904
3905 2012-12-21 Daiki Ueno <ueno@gnu.org>
3906
3907 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3908 (epg-error): Set `error-message' property.
3909
3910 2012-12-21 Chong Yidong <cyd@gnu.org>
3911
3912 * international/mule-cmds.el (read-char-by-name): Signal an error
3913 if the user does not supply a valid character (Bug#13177).
3914
3915 * simple.el (transpose-subr-1): Preserve marker positions by
3916 changing the insertion sequence (Bug#13122).
3917
3918 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3919
3920 * simple.el (kill-region): Deactivate mark even for empty regions
3921 (Bug#13169).
3922
3923 2012-12-21 Chong Yidong <cyd@gnu.org>
3924
3925 * help-fns.el (describe-variable): Make sure we get the right
3926 buffer name (Bug#13105). Suggested by Kelly Dean.
3927
3928 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3929
3930 * comint.el (comint-redirect-previous-input-string): New variable.
3931 (comint-redirect-setup, comint-redirect-cleanup)
3932 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3933 (comint-redirect-preoutput-filter): Fix verbose message.
3934
3935 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3936
3937 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3938 is too long for Tramp. See discussion in
3939 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3940
3941 * progmodes/compile.el (compilation-start): Remove line escape
3942 template.
3943
3944 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3945
3946 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3947 Adjust comment.
3948
3949 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3950
3951 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3952 following non-comment text (bug#13207).
3953 (lm-header-multiline): Continuation lines need to be indented more than
3954 the first line.
3955 (lm-homepage): New function.
3956 (lm-with-file): Don't be confused if narrowing is in effect.
3957
3958 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3961 very beginning of a hunk (e.g. killing the first line).
3962
3963 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3964
3965 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3966 and text properties from returned ACL string.
3967 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3968 for "setfacl" command.
3969
3970 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
3971
3972 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3973 `tramp-cleanup-this-connection', when the process has died.
3974 (Bug#13151)
3975
3976 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3979
3980 2012-12-17 Kevin Ryde <user42@zip.com.au>
3981
3982 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3983
3984 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
3985
3986 Add support for preserving ACL entries of files.
3987
3988 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3989 `set-file-acl' handlers.
3990
3991 * net/tramp-adb.el (tramp-adb-handle-copy-file):
3992 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3993
3994 * net/tramp-compat.el (tramp-compat-copy-file):
3995 Handle PRESERVE-EXTENDED-ATTRIBUTES.
3996
3997 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3998 Add `file-acl' and `set-file-acl' handlers.
3999 (tramp-gvfs-handle-copy-file):
4000 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4001 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4002 New defuns.
4003
4004 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4005 Add `file-acl' and `set-file-acl' handlers.
4006 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4007 (tramp-sh-handle-set-file-acl): New defuns.
4008 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4009 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4010
4011 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4012 Add `file-acl' and `set-file-acl' handlers.
4013 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4014
4015 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4016
4017 * help-macro.el (make-help-screen): Instead of switch-to-buffer
4018 use pop-to-buffer with NORECORD argument t. As buffer name, use
4019 *Metahelp* with a leading space (Bug#13190).
4020
4021 2012-12-16 Romain Francoise <romain@orebokech.com>
4022
4023 * files.el (file-extended-attributes)
4024 (set-file-extended-attributes): New functions.
4025 (backup-buffer): Use them to handle both SELinux context and ACL
4026 entries.
4027 (backup-buffer-copy): Work with an alist of extended attributes,
4028 rather than an SELinux context.
4029 (basic-save-buffer-2): Ditto.
4030
4031 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
4032
4033 * battery.el (battery-bsd-apm): New function.
4034
4035 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
4036
4037 * calc/calc.el (calc-standard-date-formats): Adjust one of the
4038 standard date formats.
4039
4040 2012-12-15 Juri Linkov <juri@jurta.org>
4041
4042 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4043 `isearch-insert-char-by-name'.
4044 (with-isearch-suspended): New defmacro with body mostly from
4045 `isearch-edit-string' except the part that sets
4046 `isearch-new-string' and `isearch-new-message'.
4047 (isearch-edit-string): Use new macro `with-isearch-suspended' with
4048 body that sets `isearch-new-string' and `isearch-new-message'.
4049 (isearch-insert-char-by-name): New command.
4050 * international/mule-cmds.el (read-char-by-name): Let-bind
4051 `enable-recursive-minibuffers' to t.
4052 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4053
4054 2012-12-15 Juri Linkov <juri@jurta.org>
4055
4056 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4057 (Bug#13175)
4058
4059 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
4060
4061 * dired-x.el (dired-guess-shell-command): Put colon at the end of
4062 the prompt. (Bug#13045)
4063
4064 2012-12-14 Glenn Morris <rgm@gnu.org>
4065
4066 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4067 Try to include filename in non-bytecomp warning. (Bug#13132)
4068
4069 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
4070
4071 Fix permissions bugs with setgid directories etc. (Bug#13125)
4072 * files.el (backup-buffer): Don't rely on 9th output of
4073 file-attributes, as it's now a placeholder. Instead, use the new
4074 optional arg of file-ownership-preserved-p.
4075 (file-ownership-preserved-p): New optional arg GROUP.
4076 Fix mishandling of setuid directories that would cause this
4077 function to return t when it should have returned nil.
4078 Document what happens if the file does not exist, and when
4079 it's not known whether the ownership will be preserved.
4080 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4081 Likewise.
4082 (tramp-get-local-gid): Use group-gid for integer, as that's
4083 faster and more reliable.
4084
4085 2012-12-14 Julien Danjou <julien@danjou.info>
4086
4087 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4088 Update keywords list, data type and PL/pgSQL.
4089
4090 2012-12-14 Dave Abrahams <dave@boostpro.com>
4091
4092 * vc/ediff-util.el (ediff-buffer-type): New function.
4093 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4094 rather than taking it as as argument.
4095 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4096
4097 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
4098
4099 * json.el: Add pretty-print option (bug#12634).
4100 (json-encoding-separator, json-encoding-default-indentation)
4101 (json--encoding-current-indentation, json-encoding-pretty-print)
4102 (json-encoding-lisp-style-closings): New vars.
4103 (json--with-indentation): New macro.
4104 (json-encode-hash-table, json-encode-alist, json-encode-plist)
4105 (json-encode-array): Use it to obey json-encoding-pretty-print.
4106 (json-pretty-print-buffer, json-pretty-print): New commands.
4107
4108 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
4109
4110 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4111 Extract `ruby-syntax-propertize-expansions'.
4112 (ruby-syntax-propertize-expansions): Only change syntax on
4113 certain string delimiters, to punctuation. This way the common
4114 functions like forward-word and thing-at-point still work.
4115 (ruby-match-expression-expansion): Improve readability.
4116 (ruby-block-contains-point): New function.
4117 (ruby-add-log-current-method): Handle several edge cases.
4118
4119 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4120
4121 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4122 unload-feature finishes even when aborting an ongoing edebug session.
4123 Also, do not worry about edebug-mode, unload-feature takes care of it.
4124
4125 2012-12-13 Andreas Schwab <schwab@suse.de>
4126
4127 * net/tls.el (tls-program): Update customize type.
4128
4129 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4132 (edebug-setup-hook, cl-read-load-hooks): Use it.
4133 (edebug-unload-function): New function. (Bug#13163)
4134
4135 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
4136
4137 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4138 Otherwise, there could be errors in autoloading. (Bug#13151)
4139
4140 2012-12-13 JĂ¼rgen Hötzel <juergen@archlinux.org>
4141
4142 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4143 sequences.
4144
4145 2012-12-13 Alan Mackenzie <acm@muc.de>
4146
4147 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
4148 * progmodes/cc-engine.el (c-backward-comments): Add code to work
4149 around `forward-comment' not recognizing ^M as whitespace.
4150
4151 2012-12-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4152
4153 * progmodes/python.el (python-skeleton-class)
4154 (python-skeleton-def): Do not add space after defun name.
4155
4156 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4159 (cl--symbol-function): Remove (now that funbound is like nil).
4160
4161 2012-12-12 Glenn Morris <rgm@gnu.org>
4162
4163 * button.el (button--area-button-p): Fix typo.
4164
4165 2012-12-12 Sam Steingold <sds@gnu.org>
4166
4167 * frame.el (frame-maximization-style): New user option.
4168 (toggle-frame-maximized): Toggle frame maximization according to
4169 `frame-maximization-style', bound to <f11>.
4170 (cycle-frame-maximized): Cycle between all maximization styles and
4171 non-maximized frame, bound to shift-<f11>.
4172
4173 2012-12-12 David Cadé <codename68@gmail.com>
4174
4175 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4176
4177 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
4178
4179 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4180 (eieio-override-prin1): Don't quote kewords and booleans.
4181 (object-write) <eieio-default-superclass>: Don't put closing parens
4182 on new line, avoid needless empty lines, align values that are objects
4183 with the slot keyword (instead of beginning on the same line).
4184 (eieio-list-prin1): Align value with slot keyword; increase
4185 eieio-print-depth before printing members of the list.
4186
4187 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4188
4189 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4190 a display text-property.
4191 (report-emacs-bug-hook): Don't bother deleting it any more.
4192
4193 * hilit-chg.el (highlight-save-buffer-state): Delete.
4194 Use with-silent-modifications instead.
4195 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4196
4197 * button.el: Handle buttons in display text-properties.
4198 (button--area-button-p, button--area-button-string):
4199 Use (STRING . STRING-POS) representation instead of just STRING.
4200
4201 2012-12-11 Eli Zaretskii <eliz@gnu.org>
4202
4203 * makefile.w32-in (compile4-SH): Fix a typo that caused term
4204 subdirectory be skipped.
4205
4206 2012-12-11 Glenn Morris <rgm@gnu.org>
4207
4208 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4209
4210 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4211 Treat preprocessor lines embedded in continuations like comments.
4212 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
4213
4214 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
4215
4216 * calc/calc.el (calc-standard-date-formats): Add more date
4217 formats.
4218 * calc/calc-forms.el (math-parse-iso-date): New function.
4219 (math-parse-date): Use `math-parse-iso-date' when appropriate.
4220 (math-parse-iso-date-validate): Add extra error checking.
4221 (calc-date-notation): Add ability to access new date formats.
4222
4223 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4224
4225 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4226 font-lock as well as when there's no text-property.
4227
4228 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
4229
4230 * hi-lock.el: Refine the choice of default face.
4231 (hi-lock-keyword->face): New function. Use it wherever we used
4232 cadadadr instead.
4233 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4234 (hi-lock--last-face): Remove var.
4235 (hi-lock--unused-faces): New var to replace it.
4236 (hi-lock-read-face-name): Use/maintain it.
4237 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
4238 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4239 if it has another face.
4240
4241 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4242
4243 * subr.el (w32notify-handle-event): New function.
4244 (inotify-handle-event): Doc fix.
4245
4246 2012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
4247
4248 * subr.el (inotify-event-p, inotify-handle-event): New functions.
4249
4250 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
4251
4252 * simple.el (just-one-space): Doc fix.
4253
4254 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4255
4256 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4257
4258 2012-12-10 Le Wang <l26wang@gmail.com>
4259
4260 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4261 narrowed buffer (bug#12361).
4262
4263 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
4264
4265 * vc/vc-hooks.el (vc-state): Doc fix.
4266
4267 2012-12-10 Glenn Morris <rgm@gnu.org>
4268
4269 * mail/rmail.el (rmail-maybe-display-summary):
4270 Preserve buffer, in case select-window changes it. (Bug#13066)
4271
4272 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4275 cl-load-hook where they belong.
4276
4277 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4280
4281 2012-12-09 Eli Zaretskii <eliz@gnu.org>
4282
4283 Parallelize byte compilation on MS-Windows.
4284 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4285 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4286 (WINS_BASIC): Define as concatenation of the above.
4287 (compile): Subdivide into 4 separate and independent jobs that can
4288 be run in parallel.
4289 (compile0-CMD, compile0-SH): New targets for compiling
4290 COMPILE_FIRST files, which are prerequisites for the rest of the
4291 byte-compilation.
4292 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4293 New targets for parallel compilation with cmd.exe.
4294 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4295 compiling under a Unixy shell.
4296
4297 2012-12-09 Chong Yidong <cyd@gnu.org>
4298
4299 * simple.el (set-mark-default-inactive): Delete this
4300 accidentally-introduced option.
4301 (set-mark-command, exchange-point-and-mark): Remove calls.
4302
4303 2012-12-09 Glenn Morris <rgm@gnu.org>
4304
4305 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4306 Respect a defcustom's :set function, if appropriate. (Bug#109)
4307 (eval-defun): Doc fix.
4308
4309 2012-12-08 Juri Linkov <juri@jurta.org>
4310
4311 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4312 (Info-fontify-node, Info-bookmark-make-record): Remove the
4313 file extension from Info-current-file (Bug#13016).
4314
4315 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4318 point, still provide some default.
4319 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4320 names, since we don't use it right now. Actually return the list.
4321 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4322
4323 2012-12-07 Chong Yidong <cyd@gnu.org>
4324
4325 * novice.el (disabled-command-function): Remove a spurious help
4326 xref (Bug#13043). Suggested by Kelly Dean.
4327
4328 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4329 syntax is specified (Bug#13025).
4330
4331 * info.el (Info-set-mode-line): Remove the file extension from
4332 Info-current-file if there is one (Bug#13016).
4333
4334 2012-12-07 Glenn Morris <rgm@gnu.org>
4335
4336 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4337 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4338 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4339 and rmail-mime-decoded. (Bug#9841)
4340
4341 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4342 (batch-unrmail, unrmail): Doc fixes.
4343 (unrmail): Respect unrmail-mbox-format.
4344 * mail/rmail.el (rmail-mbox-format): New option.
4345 (rmail-show-message-1): Respect rmail-mbox-format.
4346
4347 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4350
4351 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4354 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4355 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4356 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4357 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4358 (cl-progv): Don't rely on dynamic scoping to find the body.
4359 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4360 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4361 (cl-declaim): Use backquotes.
4362 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4363 Use "cl--" prefix for the object's tag.
4364
4365 * ses.el: Use advice-add/remove.
4366 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4367 (copy-region-as-kill, yank): Use advice-add.
4368 (ses-unload-function): Use advice-remove.
4369
4370 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4371
4372 * button.el: Make them work in header-lines (bug#12817).
4373 (button-map): Add bindings for header-line and mode-line use.
4374 (button-get, button-put, button-label): `button' may now be a string.
4375 (button-activate): Don't make it a defsubst.
4376 (button--area-button-p, button--area-button-string): New functions.
4377 (make-text-button): Fix the return value when `beg' was a string.
4378 (push-button): Handle the mode-line case.
4379
4380 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4383 (sql-signum): Remove. Use `cl-signum' instead.
4384 (sql-read-passwd): Remove; use read-passwd instread.
4385 (sql-get-login-ext): Use read-string.
4386 (sql-get-login): Use dolist and pcase.
4387 (sql--completion-table): Rename from sql-try-completion.
4388 Use complete-with-action.
4389 (sql-mode): Don't change abbrev-all-caps globally.
4390 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4391 (sql-postgres-completion-object): Initialize vars in their `let'.
4392 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4393 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4394 (sql-comint-interbase): Use a single append, without setq.
4395 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4396
4397 * hi-lock.el: Rework the default face and the serialize regexp code.
4398 (hi-lock--auto-select-face-defaults): Remove.
4399 (hi-lock-string-serialize-serial): Remove.
4400 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4401 make weak.
4402 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4403 equal string.
4404 (hi-lock-set-pattern): Adjust accordingly.
4405 (hi-lock--regexps-at-point): Simplify accordingly.
4406 (hi-lock--auto-select-face-defaults): Remove.
4407 (hi-lock--last-face): New var to replace it.
4408 (hi-lock-read-face-name): Rewrite (bug#11095).
4409 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4410
4411 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4412
4413 * net/tramp.el (tramp-replace-environment-variables):
4414 Hide compiler warning.
4415 (tramp-file-name-for-operation): Remove `executable-find',
4416 `start-process', `call-process' and `call-process-region'.
4417
4418 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4419
4420 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4421 compatibility.
4422
4423 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4424
4425 2012-12-06 Chong Yidong <cyd@gnu.org>
4426
4427 * ffap.el (ffap-replace-file-component): Fix typo.
4428
4429 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4432 fix open-paren-like token test (bug#12785).
4433
4434 2012-12-06 Glenn Morris <rgm@gnu.org>
4435
4436 * mail/rmailsum.el (rmail-new-summary): Tweak for
4437 rmail-maybe-display-summary changing buffer. (Bug#13066)
4438
4439 2012-12-06 Juri Linkov <juri@jurta.org>
4440
4441 * info.el (Info-fontify-node): Don't hide the last newline.
4442 (Bug#12272)
4443
4444 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4445
4446 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4447 so as to enable message-read-from-minibuffer to expand mail aliases.
4448
4449 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4452 the `intangible' property.
4453 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4454
4455 2012-12-05 Deniz Dogan <deniz@dogan.se>
4456
4457 * net/rcirc.el (rcirc-urls): Update documentation.
4458 (rcirc-condition-filter): New function.
4459 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4460 and exclude consecutive duplicate URLs (Bug#6082).
4461
4462 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4463
4464 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4465 Check return code of copy command.
4466
4467 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4468 Use group `tramp'. Add version.
4469
4470 2012-12-05 Chong Yidong <cyd@gnu.org>
4471
4472 * ffap.el (ffap-url-regexp): Don't require matching at front of
4473 string (Bug#4952).
4474 (ffap-url-p): If only a substring matches, return that.
4475 (ffap-url-at-point): Use the return value of ffap-url-p.
4476 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4477 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4478 (ffap-guess-file-name-at-point): Likewise.
4479 (ffap-replace-file-component): Fix typo.
4480
4481 * info.el (info-display-manual): Add existing Info buffers, whose
4482 files may not be in Info-directory-list, to the completion.
4483 (info--manual-names): New helper function.
4484
4485 2012-12-05 Glenn Morris <rgm@gnu.org>
4486
4487 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4488 New functions, for detecting and resolving conflicts. (Bug#10709)
4489
4490 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4491
4492 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4493 (hi-lock-auto-select-face-defaults): New buffer local variable.
4494 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4495 (hi-lock-unface-buffer): Prompt user with useful defaults.
4496 With prefix arg, unhighlight all hi-lock patterns in buffer.
4497
4498 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4501
4502 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4503
4504 * Makefile.in (TRAMP_SRC):
4505 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4506
4507 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4508
4509 * net/tramp-adb.el: New package.
4510
4511 2012-12-04 Chong Yidong <cyd@gnu.org>
4512
4513 * terminal.el: Move to obsolete/.
4514
4515 * longlines.el: Move to obsolete/.
4516
4517 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4518 Remove code referring to longlines mode.
4519
4520 2012-12-03 Juri Linkov <juri@jurta.org>
4521
4522 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4523
4524 2012-12-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4525
4526 * textmodes/ispell.el (ispell-init-process)
4527 (ispell-start-process, ispell-internal-change-dictionary):
4528 Make sure personal dictionary name is expanded after initial
4529 `default-directory' value. Use expanded strings for
4530 keep/restart checks and for value (Bug#13019).
4531
4532 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4533
4534 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4535
4536 2012-12-03 Leo Liu <sdl.web@gmail.com>
4537
4538 * files.el (dir-locals-read-from-file): Check file non-empty
4539 before reading. (Bug#13038)
4540
4541 2012-12-03 Glenn Morris <rgm@gnu.org>
4542
4543 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4544 Remove any version extension before checking filename. (Bug#13006)
4545 (jka-compr-compression-info-list): Belated :version bump.
4546
4547 2012-12-03 Chong Yidong <cyd@gnu.org>
4548
4549 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4550
4551 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4552 (buffer-menu): Doc fix (Bug#12294).
4553
4554 2012-12-03 Roland Winkler <winkler@gnu.org>
4555
4556 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4557 of diary-show-all-entries in the diary buffer (Bug#12994).
4558
4559 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4560
4561 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4562 "<STDIN>". This is binary safe.
4563
4564 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4565
4566 * calc/calc-forms.el (math-absolute-from-iso-dt)
4567 (math-date-to-iso-dt, math-parse-iso-date-validate)
4568 (math-iso-dt-to-date): New functions.
4569 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4570 (math-fd-isoweekday): New variables.
4571 (calc-date-notation, math-parse-standard-date, math-format-date)
4572 (math-format-date-part): Add support for more formatting codes.
4573
4574 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4575
4576 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4577 current buffer's file name when called interactively (Bug#12488).
4578
4579 2012-12-02 Juri Linkov <juri@jurta.org>
4580
4581 * info.el (info-display-manual): Don't clobber an existing Info
4582 buffer (Bug#10770). Add completion (Bug#10771).
4583
4584 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4585
4586 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4587 before using it for comparison (Bug#5297).
4588
4589 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4590
4591 * textmodes/css-mode.el (css-current-defun-name): New function.
4592 (css-mode): Use it.
4593
4594 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4595 (html-mode): Use it.
4596
4597 2012-12-01 Chong Yidong <cyd@gnu.org>
4598
4599 Modularize add-log-current-defun (Bug#2224).
4600 Suggested by Jari Aalto.
4601
4602 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4603 (add-log-current-defun): Move mode-specific code to other files.
4604 (add-log-lisp-like-modes, add-log-c-like-modes)
4605 (add-log-tex-like-modes): Variables deleted.
4606
4607 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4608 (lisp-mode-variables): Use it.
4609
4610 * progmodes/cc-mode.el (c-common-init):
4611 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4612 add-log-current-defun-function.
4613
4614 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4615 (m4-mode): Use it.
4616
4617 * progmodes/perl-mode.el (perl-current-defun-name): New.
4618 (perl-mode): Use it.
4619
4620 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4621 Use lisp-current-defun-name.
4622
4623 * textmodes/tex-mode.el (tex-current-defun-name): New.
4624 (tex-common-initialization): Use it.
4625
4626 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4627 (texinfo-mode): Use it.
4628
4629 2012-12-01 Chong Yidong <cyd@gnu.org>
4630
4631 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4632 * progmodes/autoconf.el (autoconf-mode):
4633 * progmodes/js.el (js-mode):
4634 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4635 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4636 * progmodes/perl-mode.el (perl-mode):
4637 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4638 * textmodes/css-mode.el (css-mode):
4639 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4640 (sgml-tags-invisible, sgml-guess-indent):
4641 * textmodes/tex-mode.el (tex-common-initialization)
4642 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4643 (doctex-mode, plain-tex-mode, latex-mode):
4644 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4645
4646 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4647
4648 * vc/vc-hg.el (vc-hg-next-revision):
4649 Ensure use of default "tip" output format. (Bug#6968)
4650
4651 2012-12-01 Kim F. Storm <storm@cua.dk>
4652
4653 * startup.el (fancy-startup-tail): Add a clickable link
4654 (Bug#2176).
4655
4656 2012-12-01 Chong Yidong <cyd@gnu.org>
4657
4658 * startup.el (fancy-startup-tail): Improve the message about
4659 auto-save files (Bug#2176).
4660
4661 * files.el (recover-session): Improve the descriptive message, and
4662 use substitute-command-keys.
4663
4664 2012-12-01 Glenn Morris <rgm@gnu.org>
4665
4666 * ido.el (ido-file-internal):
4667 Handle other-window, other-frame for dired. (Bug#13036)
4668
4669 2012-11-30 Glenn Morris <rgm@gnu.org>
4670
4671 * icomplete.el (icomplete-separator): Fix :version.
4672
4673 2012-11-30 Chong Yidong <cyd@gnu.org>
4674
4675 * shell.el (shell): For C-u M-x shell, use an inactive shell
4676 buffer as the default (Bug#1975).
4677 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4678 (shell-mode): Use them to reapply ansi colorization if Shell mode
4679 is re-enabled.
4680
4681 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4682
4683 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4684
4685 2012-11-30 Samuel Bronson <naesten@gmail.com>
4686
4687 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4688 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4689
4690 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4691
4692 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4693 by move-to-column (Bug#3234).
4694
4695 2012-11-30 Chong Yidong <cyd@gnu.org>
4696
4697 * longlines.el (longlines-wrap-line, longlines-encode-region):
4698 Preserve text properties (Bug#1425).
4699
4700 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4701
4702 * vc/vc.el (vc-register): Allow registering a file which is
4703 already registered with a different backend (Bug#10589).
4704
4705 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4706 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * icomplete.el: Change separator; add ido-style commands.
4709 (icomplete-show-key-bindings): Remove custom var.
4710 (icomplete-get-keys): Remove function.
4711 (icomplete-forward-completions, icomplete-backward-completions):
4712 New commands.
4713 (icomplete-minibuffer-map): New var.
4714 (icomplete-minibuffer-setup): Use it.
4715 (icomplete-exhibit): Don't delay if the list of completions is known.
4716 (icomplete-separator): New custom.
4717 (icomplete-completions): Use it.
4718 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4719 (minibuffer-force-complete-and-exit): New command.
4720 (minibuffer--complete-and-exit): New function extracted from
4721 minibuffer-complete-and-exit.
4722 (minibuffer-complete-and-exit): Use it.
4723
4724 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4725 error message when the file doesn't exist (bug#12974).
4726
4727 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4728
4729 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4730
4731 2012-11-29 Glenn Morris <rgm@gnu.org>
4732
4733 * files.el (hack-dir-local-variables): Warn if try to set
4734 coding via dir-locals, since it doesn't work. (Bug#7169)
4735
4736 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4737 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4738 Set buffer-local value of desktop-save-buffer.
4739 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4740 New functions.
4741 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4742 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4743
4744 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4745 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4746 Doc fix.
4747 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4748 Doc fixes.
4749
4750 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4751
4752 * calc/calc-forms.el (calc-date-notation): Fix regexp
4753 used to find time codes. Fix symbol for seconds.
4754
4755 2012-11-27 Glenn Morris <rgm@gnu.org>
4756
4757 * emacs-lisp/derived.el (derived-mode-make-docstring):
4758 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4759
4760 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4763 lexically scoped variables (bug#13005).
4764
4765 2012-11-27 Glenn Morris <rgm@gnu.org>
4766
4767 * vc/vc-hooks.el (vc-mistrust-permissions):
4768 Default to t, to avoid data-loss. (Bug#11490)
4769
4770 2012-11-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4771
4772 * progmodes/python.el (python-indent-guess-indent-offset):
4773 If indentation is guessed make python-indent-offset buffer-local.
4774
4775 Fix Imenu regression.
4776 * progmodes/python.el (python-nav-beginning-of-defun):
4777 Fix forward movement when statement(s) separates point from defun.
4778 (python-imenu-prev-index-position): New function.
4779
4780 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4781
4782 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4783
4784 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4785 Don't set buffer-file-type. Return nil. (Bug#12989)
4786
4787 2012-11-27 Glenn Morris <rgm@gnu.org>
4788
4789 * hippie-exp.el (hippie-expand-try-functions-list):
4790 Re-autoload it. (Bug#12982)
4791
4792 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4793
4794 * descr-text.el (describe-char-padded-string):
4795 Call internal-char-font only on GUI frames. (Bug#11964)
4796
4797 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4798
4799 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4800 and obsoletion message.
4801
4802 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4805 the constructs to keep outside of the `cl-block' (bug#12977).
4806
4807 2012-11-27 Chong Yidong <cyd@gnu.org>
4808
4809 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4810 keep reading until we get the up-event anyway, in order to process
4811 the up-event for mouse-1-click-follows-link (Bug#12971).
4812
4813 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4816 base function is not yet defined (bug#12965).
4817 (ad-activate-advised-definition): Use ad-compile-function.
4818 (ad-activate): Use cond.
4819
4820 2012-11-25 Leo Liu <sdl.web@gmail.com>
4821
4822 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4823 (Bug#12979)
4824
4825 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4826
4827 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4828 reftex-section-info-function in order to be compatible with
4829 Texinfo integration.
4830
4831 * textmodes/reftex.el (reftex-section-pre-regexp)
4832 (reftex-section-post-regexp, reftex-section-info-function):
4833 New variable.
4834 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4835 reftex-section-post-regexp, and reftex-section-info-function in order
4836 to be compatible with Texinfo integration.
4837
4838 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4839 use reftex-section-pre-regexp variable in order to be compatible with
4840 Texinfo integration.
4841
4842 2012-11-25 Chong Yidong <cyd@gnu.org>
4843
4844 * faces.el: Make face-spec-set more analogous to setq.
4845 (face-spec-set): Change the third arg to specify whether this
4846 function is being called via defface, customize, or a third party.
4847 Set the appropriate symbol properties. Clear the override spec if
4848 setting via Custom. Initialize face if necessary. (Bug#4988)
4849 (face-spec-recalc): Allow theme faces to completely replace the
4850 defface spec, in the same way as custom faces (Bug#8454).
4851
4852 * cus-face.el (custom-declare-face): Move face initialization to
4853 face-spec-set.
4854 (custom-theme-set-faces): Don't initialize the face name here, as
4855 that is now done in face-spec-set.
4856
4857 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4858 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4859 Simplify by using the new arg to face-spec-set.
4860
4861 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4862 reset face-override-spec too, and use custom-declare-face.
4863
4864 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4865
4866 * term/ns-win.el (ns-initialize-window-system): Move creation of
4867 fontsets here (Bug#11964).
4868
4869 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4870
4871 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4872 cell renaming.
4873
4874 2012-11-24 Chong Yidong <cyd@gnu.org>
4875
4876 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4877 obsolete.
4878
4879 * custom.el (custom-theme-set-variables): Use a topological sort
4880 for ordering by custom dependencies (Bug#12952).
4881 (custom--sort-vars, custom--sort-vars-1): New functions.
4882
4883 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4886 lexical-binding (bug#12938).
4887
4888 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4889
4890 * image-mode.el (image-transform-check-size): Use assertions only
4891 for images of type imagemagick.
4892
4893 Otherwise no error, image-transform-fit-to-{width,height} is
4894 silently ignored, as before. Doc fix.
4895
4896 2012-11-24 Chong Yidong <cyd@gnu.org>
4897
4898 * faces.el (color-defined-p): Doc fix (Bug#12853).
4899
4900 2012-11-24 Juri Linkov <juri@jurta.org>
4901
4902 * dired.el (dired-mark): Add optional arg `interactive'.
4903 Check for `use-region-p' if `interactive' is non-nil.
4904 (dired-unmark, dired-flag-file-deletion): Add optional arg
4905 `interactive'. Call `dired-mark' with the arg `interactive'.
4906 (Bug#10624)
4907
4908 * wdired.el: Revert 2012-10-17 change partly and replace it with
4909 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4910 (wdired-finish-edit): Add marks for new file names to
4911 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4912 after `revert-buffer'.
4913 (wdired-do-renames): Remove calls to `dired-remove-file',
4914 `dired-add-file', `dired-add-entry'. (Bug#11795)
4915
4916 2012-11-24 Alan Mackenzie <acm@muc.de>
4917
4918 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4919
4920 Fix bugs in the state cache. Enhance a debugging mechanism.
4921 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4922 "brace at column zero" strategy for C++.
4923 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4924 (c-parse-state-point): New variable.
4925 (c-record-parse-state-state): Record old parse state with
4926 `copy-tree'. Record previous value of point.
4927 (c-debug-parse-state-double-cons): New debugging function.
4928 (c-debug-parse-state): Call the above new function.
4929 (c-toggle-parse-state-debug): Output a confirmatory message.
4930
4931 * progmodes/cc-mode.el (c-before-change, c-after-change):
4932 Call c-invalidate-state-cache from `c-before-change' instead of
4933 `c-after-change'.
4934
4935 2012-11-23 Chong Yidong <cyd@gnu.org>
4936
4937 * find-cmd.el (find-constituents): Add executable, ipath,
4938 readable, samefile, writable, daystart, regextype (Bug#12856).
4939
4940 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4943
4944 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4945
4946 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4947 definition. This fixes a bootstrap failure.
4948 (calc-gregorian-switch): In menu, put dates before regions.
4949 This is easier to follow, lines up better in the menu, and lets us
4950 coalesce regions that switch at the same time. Give country
4951 names, not "Vatican", as that's better for non-expert users.
4952 Use names that are stable between the date of switch and now, e.g.,
4953 Bohemia and Moravia (which existed then and now) and not
4954 Czechoslovakia (which didn't exist then and doesn't exist now).
4955 What is now the U.S. mostly did not switch at the same time as
4956 Britain, so omit the U.S. Correct spelling of "Britain".
4957 Catholic Switzerland was too much of a mess, so omit it.
4958
4959 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4960
4961 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4962 after the variable is changed.
4963
4964 2012-11-21 Daniel Colascione <dancol@dancol.org>
4965
4966 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4967 in SQL declarations for font-lock.
4968 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4969
4970 2012-11-21 Glenn Morris <rgm@gnu.org>
4971
4972 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4973 (face-italic-p): Add optional argument "inherit".
4974
4975 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4976 Remove -p suffix from names, for consistency with other set-face-*.
4977 (set-face-inverse-video): Fix interactive spec.
4978 * play/gamegrid.el (gamegrid-make-mono-tty-face):
4979 * textmodes/table.el (table--update-cell-face):
4980 Use set-face-inverse-video rather than now obsolete alias.
4981
4982 2012-11-21 Eli Zaretskii <eliz@gnu.org>
4983
4984 * simple.el (line-move): Don't call line-move-partial if
4985 scroll-conservatively is in effect. (Bug#12927)
4986
4987 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4990 Fallback on completion-at-point rather than
4991 pcomplete-expand-and-complete, and only if pcomplete actually failed.
4992 (eshell-cmpl-initialize): Setup completion-at-point.
4993
4994 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4995
4996 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4997
4998 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
4999
5000 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5001 are remote, check out-of-band property for both.
5002
5003 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * window.el (switch-to-buffer): Re-add the warning that was lost in the
5006 code rewrite.
5007
5008 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
5009
5010 More minor time fixes.
5011 * calendar/time-date.el: Commentary fix.
5012 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5013 too much other code depends on (0 0) time stamps.
5014 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5015 Add a couple of FIXME comments.
5016
5017 Minor cleanup for times as lists of four integers.
5018 * files.el (dir-locals-directory-cache):
5019 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5020 Doc fixes.
5021 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5022 * ps-bdf.el (bdf-file-newer-than-time):
5023 Process four-integers time stamps, not two. Doc fixes.
5024
5025 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5026
5027 * uniquify.el (uniquify-managed): Use defvar-local.
5028 (rename-buffer, create-file-buffer): Advise with advice-add.
5029 (uniquify-unload-function): Unadvise accordingly.
5030
5031 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5032 (trace-buffer): Don't purecopy.
5033 (trace-entry-message, trace-exit-message): Add `context' arg.
5034 (trace--timer): New var.
5035 (trace-make-advice): Adjust for use in nadvice.
5036 Add `context' argument. Delay `display-buffer' via a timer.
5037 (trace-function-internal): Use advice-add.
5038 (trace--read-args): New function.
5039 (trace-function-foreground, trace-function-background): Use it.
5040 (trace-function): Rename to trace-function-foreground and redefine as
5041 an alias to that new name.
5042 (untrace-function, untrace-all): Adjust to the use of nadvice.
5043
5044 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5045
5046 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5047
5048 * subr.el (called-interactively-p-functions): New var.
5049 (internal--called-interactively-p--get-frame): New macro.
5050 (called-interactively-p, interactive-p): Rewrite in Lisp.
5051 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5052 (called-interactively-p-functions): Use it.
5053 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5054 (called-interactively-p-functions): Use it.
5055 * allout.el (allout-called-interactively-p): Don't assume
5056 called-interactively-p is a subr.
5057
5058 2012-11-20 Glenn Morris <rgm@gnu.org>
5059
5060 * profiler.el (profiler-report-mode-map): Add a menu.
5061 No need to bind `q' because we derive from special-mode.
5062 (profiler-report-find-entry): Handle calls from the menu-bar.
5063
5064 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * emacs-lisp/byte-run.el (defun-declarations-alist):
5067 Allow a compiler-macro to be a lambda expression.
5068
5069 * progmodes/python.el: Use cl-lib. Move var declarations outside of
5070 eval-when-compile.
5071 (python-syntax-context): Add compiler-macro.
5072 (python-font-lock-keywords): Simplify with De Morgan.
5073
5074 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5075
5076 * files.el (load-file): Require match in minibuffer selection, as was
5077 the case in Emacs-20 before we changed the spec to allow .elc files
5078 (bug#12935).
5079
5080 * json.el: Don't require cl since we don't use it.
5081 * color.el: Don't require cl.
5082 (color-complement): `caddr' -> `nth 2'.
5083
5084 * calendar/time-date.el (time-to-seconds): De-obsolete.
5085
5086 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
5087
5088 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5089 year numbers.
5090 (math-date-to-julian-dt): Adjust the initial approximation for the
5091 year to deal with the new definition of the DATE.
5092
5093 2012-11-19 Daniel Colascione <dancol@dancol.org>
5094
5095 * term/w32-win.el (cygwin-convert-path-from-windows):
5096 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5097
5098 2012-11-18 Chong Yidong <cyd@gnu.org>
5099
5100 * filecache.el (file-cache--read-list): New function.
5101 (file-cache-add-directory-list, file-cache-add-file-list)
5102 (file-cache-delete-file-list, file-cache-delete-directory-list):
5103 Use it to read a list of files or directories (Bug#12846).
5104 (file-cache-add-file, file-cache-add-directory)
5105 (file-cache-delete-file-list, file-cache-delete-file-regexp)
5106 (file-cache-delete-directory): Print an message.
5107
5108 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
5109
5110 * calc/calc-forms.el (math-date-to-dt): Use integer date when
5111 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5112
5113 2012-11-18 Glenn Morris <rgm@gnu.org>
5114
5115 * image.el (insert-image, insert-sliced-image): Doc fix.
5116
5117 2012-11-18 Chong Yidong <cyd@gnu.org>
5118
5119 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5120 (Bug#12810).
5121
5122 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5123
5124 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5125 response when the target file is in a subdirectory (Bug#12757).
5126
5127 2012-11-18 Chong Yidong <cyd@gnu.org>
5128
5129 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5130
5131 2012-11-18 Glenn Morris <rgm@gnu.org>
5132
5133 * emacs-lisp/cl-lib.el (face-underline-p):
5134 Use set-face-underline rather than the alias set-face-underline-p.
5135
5136 * window.el (with-temp-buffer-window): Doc fix.
5137 * subr.el (with-output-to-temp-buffer):
5138 Add doc xref to with-temp-buffer-window.
5139
5140 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
5141
5142 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5143 * calc/calc.el (math-format-date-cache): Declare.
5144
5145 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
5146
5147 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5148 It also uses January 1, 1 AD as its day number 1.
5149 * calc/calc-forms.el (math-julian-date-beginning)
5150 (math-julian-date-beginning-int): Implement this.
5151
5152 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
5153
5154 * descr-text.el (quail-find-key):
5155 * dired.el (desktop-file-name):
5156 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5157 * generic-x.el (comint-mode, comint-exec):
5158 * image-dired.el (widget-forward):
5159 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5160 (speedbar-change-expand-button-char)
5161 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5162 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5163 * printing.el (easy-menu-add-item, easy-menu-remove-item)
5164 (widget-field-action, widget-value-set):
5165 * speedbar.el (imenu--make-index-alist):
5166 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5167 (ring-length, ring-insert):
5168 * vcursor.el (compare-windows-skip-whitespace):
5169 * woman.el (dired-get-filename):
5170 Declare functions.
5171
5172 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5173
5174 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5175
5176 * calc/calc.el (calc-gregorian-switch): New variable.
5177
5178 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5179 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5180 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5181 (math-leap-year-p): Add option to distinguish between Julian
5182 and Gregorian calendars.
5183 (math-day-number): Use `math-day-in-year' to do the computations.
5184 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5185 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5186 to do the computations.
5187 (math-date-to-dt): Use `math-date-to-julian-dt' and
5188 `math-date-to-gregorian-dt' to do the computations.
5189 (calcFunc-weekday, math-format-date-part): Use the new version of
5190 the DATE to determine the weekday.
5191 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5192 when necessary.
5193
5194 2012-11-17 Eli Zaretskii <eliz@gnu.org>
5195
5196 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5197 Cygwin; otherwise use 'file:'. (Bug#12914)
5198 (cygwin-convert-path-from-windows): Declare, to avoid
5199 byte-compiler warnings.
5200
5201 2012-11-17 Andreas Politz <politza@fh-trier.de>
5202
5203 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5204 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5205 prefix and negative numeric prefix args (Bug#12795).
5206
5207 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
5208
5209 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5210 Don't signal an error with a score that is too low to add to the
5211 list of top scores. (Bug#12779)
5212
5213 2012-11-17 Chong Yidong <cyd@gnu.org>
5214
5215 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5216
5217 * filecache.el (file-cache-add-file): Handle relative file name in
5218 the argument (Bug#12694).
5219
5220 2012-11-16 JĂ¼rgen Hötzel <juergen@archlinux.org> (tiny change)
5221
5222 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5223
5224 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5227
5228 * emacs-lisp/cl-lib.el: Set more meaningful version number.
5229
5230 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5231
5232 * window.el (enlarge-window, shrink-window): Don't mention return
5233 value in doc-string (Bug#12896).
5234 (window--display-buffer): Don't resize frames - it won't work
5235 with all window managers and defeat pop-up-frame-alist.
5236 (display-buffer-alist): In doc-string explain that CONDITION can
5237 be a function and which arguments are passed to it (Bug#12854).
5238 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
5239 expressions (Bug#12854).
5240 (display-buffer): Pass ACTION argument to
5241 display-buffer-assq-regexp.
5242
5243 2012-11-16 Glenn Morris <rgm@gnu.org>
5244
5245 * window.el (fit-frame-to-buffer-bottom-margin)
5246 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5247
5248 * faces.el (face-underline-p): Use face-attribute-specified-or.
5249
5250 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
5251
5252 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5253
5254 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5257
5258 2012-11-16 Glenn Morris <rgm@gnu.org>
5259
5260 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
5261 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5262
5263 * faces.el (face-underline-p): Doc fix. Handle :underline being
5264 things other than `t' (a string, a list).
5265 (face-inverse-video-p): Doc fix.
5266 (set-face-underline): Rename it back from set-face-underline-p.
5267 Doc fix. Allow interactive input of values other than t.
5268 (read-face-attribute): Apply formatting to :underline,
5269 since like :box and :stipple it can take list values.
5270
5271 * term.el (ansi-term): Don't let C-x escape-char binding
5272 clobber the more standard C-c binding. (Bug#12842)
5273
5274 * subr.el (set-temporary-overlay-map): Doc fix.
5275
5276 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5277
5278 * window.el (record-window-buffer)
5279 (display-buffer-record-window): When copying the markers to
5280 window-point preserve window-point-insertion-type. (Bug#12588)
5281
5282 2012-11-16 Glenn Morris <rgm@gnu.org>
5283
5284 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5285 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5286 Use new names for hooks rather than obsolete aliases.
5287
5288 2012-11-15 Daniel Colascione <dancol@dancol.org>
5289
5290 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5291 prefix instead of "file:" so that when FILE-NAME begins with "//",
5292 as it does when the target file is on a network share, url-handler
5293 isn't confused.
5294
5295 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5296
5297 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5298 a preactivated advice from an old advice.el; they're not compatible!
5299
5300 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5301
5302 * emacs-lisp/nadvice.el (advice--make-interactive-form):
5303 Fix string-spec case.
5304
5305 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5306
5307 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5310 (advice--buffer-local-function-sample): New var.
5311 (advice--set-buffer-local, advice--buffer-local): New functions.
5312 (add-function, remove-function): Use them.
5313
5314 2012-11-15 Drew Adams <drew.adams@oracle.com>
5315
5316 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5317
5318 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5319
5320 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5321 potential binding of print-gensym to t, and prettify (back)quotes in
5322 case they appear in args's default values (bug#12884).
5323
5324 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5327 (advice-eval-interactive-spec): New function.
5328 (advice--make-interactive-form): Support around advice (bug#12844).
5329
5330 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5331
5332 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5333 more strict. Add docstring.
5334 (ruby-expression-expansion-re): Extract from
5335 `ruby-match-expression-expansion'.
5336 (ruby-syntax-propertize-function): After everything else, search
5337 for expansions in string literals, mark their insides as
5338 whitespace syntax and save match data for font-lock.
5339 (ruby-font-lock-keywords): Use the 2nd group from expression
5340 expansion matches.
5341 (ruby-match-expression-expansion): Use the match data saved to the
5342 text property in ruby-syntax-propertize-function.
5343
5344 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5347 (bug#12879).
5348
5349 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5350
5351 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5352 start/end keyword a bit harder. Works with different values of N.
5353 Add more comments.
5354 (ruby-end-of-block): Update accordingly.
5355
5356 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * woman.el (woman-file-name): Don't mess with unread-command-events
5359 (bug#12861).
5360
5361 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5362 Remove out of date self-require hack.
5363 (ad-do-advised-functions): Use simple `dolist'.
5364 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5365 (ad-advice-definition): Redefine as functions.
5366 (ad-advice-classes): Move before first use.
5367 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5368 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5369 (ad--defalias-fset): Remove functions.
5370 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5371 (ad-get-orig-definition): Rewrite.
5372 (ad-make-advised-definition-docstring): Change base docstring.
5373 (ad-real-orig-definition): Rewrite.
5374 (ad-map-arglists): Change name of called function.
5375 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5376 (ad-make-advised-definition): Simplify.
5377 (ad-assemble-advised-definition): Tweak for new calling context.
5378 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5379 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5380 function and call ad-activate if needed.
5381 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5382 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5383 (ad-compile-function): Compile ad-Advice-*.
5384 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5385 (ad-start-advice, ad-stop-advice): Remove.
5386
5387 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5388
5389 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5390 period before class method names, not after. Remove handling of
5391 one impossible case. Add comments.
5392
5393 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * emacs-lisp/advice.el: Remove support for freezing.
5396 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5397 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5398 Remove support for `freeze'.
5399
5400 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5401 override the default.
5402 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5403 cl--dotimes/dolist.
5404 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5405 `cl' is loaded.
5406
5407 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5408 from add-advice.
5409 (advice--strip-macro): New function.
5410 (advice--defalias-fset): Use them to handle macros.
5411 (advice-add): Use them.
5412 (advice-member-p): Correctly handle macros.
5413
5414 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5415
5416 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5417 Never font-lock the beginning of singleton class as heredoc.
5418
5419 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5422
5423 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5424
5425 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5426 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5427 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5428
5429 2012-11-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5430
5431 Fix end-of-defun misbehavior.
5432 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5433 python-beginning-of-defun-function. Handle nested defuns
5434 correctly.
5435 (python-nav-end-of-defun): Rename from
5436 python-end-of-defun-function. Ensure forward movement.
5437 (python-info-current-defun): Reimplement to work as intended
5438 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5439 parent defuns as soon as possible.
5440
5441 2012-11-13 Glenn Morris <rgm@gnu.org>
5442
5443 * progmodes/flymake.el (flymake-error-bitmap)
5444 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5445 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5446
5447 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5448
5449 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5450 backward, always stop at indentation. Reverts the change from
5451 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5452
5453 2012-11-13 Glenn Morris <rgm@gnu.org>
5454
5455 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5456 Add ibuffer-filter-by-derived-mode.
5457
5458 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5459 the same name shadowing each other.
5460
5461 * window.el (with-temp-buffer-window): Doc tweak.
5462
5463 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5464
5465 * help.el (temp-buffer-max-height):
5466 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5467 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5468
5469 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * emacs-lisp/nadvice.el: New package.
5472 * subr.el (special-form-p): New function.
5473 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5474 (elp-all-instrumented-list): Remove var.
5475 (elp-not-profilable): Remove elp-wrapper.
5476 (elp-profilable-p): Use autoloadp and special-form-p.
5477 (elp--advice-name): New const.
5478 (elp-instrument-function): Use advice-add.
5479 (elp--instrumented-p): New predicate.
5480 (elp-restore-function): Use advice-remove.
5481 (elp-restore-all, elp-reset-all): Use mapatoms.
5482 (elp-set-master): Use elp--instrumented-p.
5483 (elp--make-wrapper): Rename from elp-wrapper, return a function
5484 suitable for advice-add. Use cl-inf.
5485 (elp-results): Use mapatoms+elp--instrumented-p.
5486 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5487 (debug-function-list): Remove var.
5488 (debug): Rename arg, and then let-bind it explicitly inside.
5489 (debugger-setup-buffer): Rename arg.
5490 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5491 (debugger-frame-number): Adjust to new debug-on-entry setup.
5492 (debug--implement-debug-on-entry): Rename from
5493 implement-debug-on-entry, add argument.
5494 (debugger-special-form-p): Remove, use special-form-p instead.
5495 (debug-on-entry): Use advice-add.
5496 (debug--function-list): New function.
5497 (cancel-debug-on-entry): Use it, along with advice-remove.
5498 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5499 (debugger-list-functions): Use debug--function-list instead of
5500 debug-function-list.
5501 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5502 (ad-special-form-p): Remove, use special-form-p instead.
5503 (ad-set-advice-info): Use add-function and remove-function.
5504 (ad--defalias-fset): Adjust accordingly.
5505
5506 2012-11-10 Glenn Morris <rgm@gnu.org>
5507
5508 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5509 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5510 (report-emacs-bug-create-existing-bugs-buffer)
5511 (report-emacs-bug-parse-query-results)
5512 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5513
5514 * term.el (term-default-fg-color, term-default-bg-color):
5515 Make obsolete, rather than just saying "deprecated" in the doc.
5516
5517 * term.el (term): Rename from `term-face'.
5518 (term-current-face, ansi-term-color-vector)
5519 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5520 Update all users.
5521
5522 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5523
5524 * server.el (server-create-window-system-frame): Handle Nextstep
5525 specially (Bug#12780).
5526
5527 2012-11-10 Glenn Morris <rgm@gnu.org>
5528
5529 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5530 Unautoload, and make obsolete. (Bug#7449)
5531
5532 2012-11-10 Chong Yidong <cyd@gnu.org>
5533
5534 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5535 rename from diff-remove-trailing-whitespace (Bug#12831).
5536
5537 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5540 miscompilation of trace.el.
5541
5542 2012-11-10 Glenn Morris <rgm@gnu.org>
5543
5544 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5545
5546 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5549 (bug#12812).
5550
5551 2012-11-10 Chong Yidong <cyd@gnu.org>
5552
5553 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5554 a defcustom with an appropriate :set function.
5555 (minibuffer-default--in-prompt-regexps): New function.
5556
5557 2012-11-10 Glenn Morris <rgm@gnu.org>
5558
5559 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5560 (define-modify-macro): Doc fixes.
5561
5562 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5563 (gv-define-simple-setter): Update doc of `fix-return'.
5564
5565 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5568 twice when `fix-return' is set (bug#12813).
5569
5570 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5571 gv-define-simple-setter (bug#12812).
5572
5573 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5574 (bug#12756).
5575
5576 2012-11-10 Glenn Morris <rgm@gnu.org>
5577
5578 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5579
5580 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5581 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5582 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5583 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5584
5585 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5586
5587 2012-11-10 Leo Liu <sdl.web@gmail.com>
5588
5589 * ido.el (ido-set-matches-1): Improve flex matching performance by
5590 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5591
5592 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5593
5594 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5595 (ad--defalias-fset): New function.
5596 (ad-safe-fset): Remove.
5597 (ad-make-freeze-definition): Use cl-letf*.
5598
5599 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * subr.el (dolist): Don't bind VAR in RESULT.
5602
5603 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5604 (fset, documentation): Don't save real def since we don't advise.
5605 (ad-do-advised-functions): Remove problematic `result-form'.
5606 (ad-safe-fset): `ad-real-fset' => `fset'.
5607 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5608 uses CL's dolist internally.
5609 (ad-arglist): Remove unused arg `name'.
5610 (ad-docstring, ad-make-advised-docstring):
5611 `ad-real-documentation' => `documentation'.
5612 (warning-suppress-types): Declare.
5613 (ad-set-arguments): Simple CSE.
5614 (ad-recover-normality): Sanity check.
5615
5616 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5617 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5618
5619 2012-11-09 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5620
5621 * ses.el: symbol to coordinate mapping is made by symbol property
5622 `ses-cell'. This means that the same mapping is done for all SES
5623 sheets. That is good enough for cells with standard A1 names, but
5624 not for named cell. So a hash map is added for the latter.
5625 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5626 (ses-sym-rowcol): Use hashmap for named cell.
5627 (ses-is-cell-sym-p): New defun.
5628 (ses-decode-cell-symbol): New defun.
5629 (ses-create-cell-variable): Add cell to hashmap when name is not
5630 A1-like.
5631 (ses-rename-cell): Check that cell new name is not already in
5632 spreadsheet with the use of ses-is-cell-sym-p
5633 (ses-rename-cell): Use hash map for named cells, but accept also
5634 renaming back to A1-like.
5635
5636 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * emacs-lisp/advice.el: Use new dynamic docstrings.
5639 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5640 Use dynamic-docstring-function instead of ad-advice-info.
5641 (ad--make-advised-docstring): New function extracted from
5642 ad-make-advised-docstring.
5643 (ad-make-advised-docstring): Use it.
5644 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5645 from sql-help.
5646 (sql-help): Use it with dynamic-docstring-function.
5647
5648 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5649
5650 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * files.el (hack-one-local-variable--obsolete): New function.
5653 (hack-one-local-variable): Use it for obsolete settings.
5654
5655 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5656 the new name.
5657
5658 * progmodes/js.el (js--filling-paragraph): New var.
5659 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5660 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5661 less sneaky.
5662
5663 2012-11-08 Julien Danjou <julien@danjou.info>
5664
5665 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5666 `auto-mode-alist' (Bug#12835).
5667
5668 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5671 (perl--prettify-symbols-alist): New const.
5672 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5673 New functions.
5674 (perl-font-lock-keywords-2): Use them.
5675 (perl-electric-noindent-p): New function.
5676 (perl-mode): Use it to set up electric-indent-mode.
5677 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5678 (perl-mode-map): Remove bindings for them.
5679 (perl-imenu-generic-expression, perl-outline-level):
5680 Match functions&packages in column>0.
5681
5682 * env.el (env--substitute-vars-regexp): New const.
5683 (substitute-env-vars): Use it. Add `only-defined' arg.
5684 * net/tramp.el (tramp-replace-environment-variables): Use it.
5685
5686 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5687 Byte-compile *before* eval in eval-and-compile.
5688 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5689 (byte-compile-file-form-autoload): Don't hide actual definition.
5690 (byte-compile-maybe-guarded): Accept `functionp' as well.
5691
5692 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5693
5694 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5695
5696 * notifications.el (notifications-get-server-information-method):
5697 New defconst.
5698 (notifications-get-capabilities): Fix docstring.
5699 (notifications-get-server-information): New defun.
5700
5701 2012-11-06 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5702
5703 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5704 readability.
5705
5706 * textmodes/ispell.el: Experimental support for support debugging.
5707 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5708 buffer for ispell.
5709 (ispell-print-if-debug): New function to print stuff to
5710 `ispell-debug-buffer' if debugging is enabled.
5711 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5712 show some debugging info.
5713 (ispell-buffer-with-debug): New function that creates a debugging
5714 buffer and calls `ispell-buffer' with debugging enabled.
5715
5716 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5717 comment in autoconf mode. (Bug#12768)
5718
5719 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5720
5721 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5722 frame-first-window, frame-root-window, frame-selected-window,
5723 minibuffer-selected-window, minibuffer-window,
5724 window-absolute-pixel-edges, window-at, window-body-height,
5725 window-body-width, window-display-table, window-combination-limit,
5726 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5727 window-inside-edges, window-inside-pixel-edges, window-left-child,
5728 window-left-column, window-margins, window-next-buffers,
5729 window-next-sibling, window-new-normal, window-new-total,
5730 window-normal-size, window-parameter, window-parameters, window-parent,
5731 window-pixel-edges, window-point, window-prev-buffers,
5732 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5733 window-start, window-text-height, window-top-child, window-top-line,
5734 window-total-height, window-total-width and window-use-time to the list
5735 of functions without side-effects.
5736 (toplevel): Add window-valid-p to the list of error-free functions
5737 without side-effects.
5738
5739 2012-11-05 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5740
5741 * textmodes/ispell.el (ispell-program-name):
5742 Update spellchecker parameters when customized.
5743
5744 2012-11-04 Glenn Morris <rgm@gnu.org>
5745
5746 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5747
5748 2012-11-04 Chong Yidong <cyd@gnu.org>
5749
5750 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5751 same-window-* variables.
5752
5753 2012-11-04 Juri Linkov <juri@jurta.org>
5754
5755 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5756 (isearch-describe-key, isearch-describe-mode): Use a display
5757 action instead of binding same-window-* variables (Bug#10040).
5758
5759 2012-11-03 Glenn Morris <rgm@gnu.org>
5760
5761 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5762 Rename handler properties back from cl-- to cl-. (Bug#12788)
5763
5764 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5765
5766 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5767
5768 * term/pc-win.el: Don't load term/internal from here.
5769
5770 * loadup.el: Load term/internal from here.
5771
5772 2012-11-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5773
5774 * progmodes/python.el (inferior-python-mode): Fix hang in
5775 jit-lock (Bug#12645).
5776
5777 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5778
5779 * window.el (switch-to-visible-buffer)
5780 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5781
5782 2012-11-03 Glenn Morris <rgm@gnu.org>
5783
5784 * emacs-lisp/cl-lib.el (cl--random-time):
5785 Rename from cl-random-time. (Bug#12773)
5786 (cl--gensym-counter, cl--random-state): Update callers.
5787 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5788
5789 2012-11-03 Chong Yidong <cyd@gnu.org>
5790
5791 * cus-start.el: Make cursor-type customizable (Bug#11633).
5792
5793 2012-11-02 Glenn Morris <rgm@gnu.org>
5794
5795 * filecache.el: No need to load find-lisp when compiling.
5796 (find-lisp-find-files): Autoload it.
5797 (file-cache-add-directory-recursively): Don't require find-lisp.
5798
5799 * image.el (image-type-from-file-name): Trivial simplification.
5800
5801 * emacs-lisp/bytecomp.el (byte-compile-eval):
5802 Decouple "noruntime" and "cl-functions" warnings.
5803
5804 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5805
5806 * play/gomoku.el (gomoku-display-statistics): Update mode line
5807 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5808
5809 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5810
5811 * window.el (quit-restore-window): If the window has been
5812 created on an existing frame and ended up as the sole window on
5813 that frame, do not delete it (Bug#12764).
5814
5815 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5816
5817 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5818 Rename from sh--inside-arithmetic-expression, handle more cases
5819 (bug#11263).
5820
5821 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5822 (sh-font-lock-open-heredoc): Use it (bug#12770).
5823
5824 2012-10-30 Glenn Morris <rgm@gnu.org>
5825
5826 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5827
5828 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5829
5830 2012-10-29 Chong Yidong <cyd@gnu.org>
5831
5832 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5833 function key is stored in a keyboard macro (Bug#4894).
5834
5835 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5836
5837 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5840 header comments".
5841 (diff-unified->context, diff-context->unified)
5842 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5843
5844 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5845
5846 * files.el (find-alternate-file): Only ask one question (bug#12487).
5847
5848 2012-10-29 Chong Yidong <cyd@gnu.org>
5849
5850 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5851 Suggested by Dan Nicolaescu (Bug#6326).
5852
5853 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5854
5855 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5856
5857 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5858
5859 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5860
5861 * face-remap.el (face-remap-add-relative): Handle the case where a
5862 face-remapping-alist entry is a cons cell (Bug#12762).
5863
5864 2012-10-29 Kevin Ryde <user42@zip.com.au>
5865
5866 * woman.el (woman-parse-numeric-value): Handle picas correctly
5867 (Bug#12639).
5868
5869 2012-10-29 Glenn Morris <rgm@gnu.org>
5870
5871 * emacs-lisp/cl.el (defsetf): Doc fix.
5872
5873 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5876 syntax to the matching opener, if any (bug#12547).
5877 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5878 matching open as a "case-(".
5879 (sh-smie-rc-grammar): Add a corresponding rule for it.
5880
5881 2012-10-28 Daniel Hackney <dan@haxney.org>
5882
5883 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5884 "PKGNAME-autoloads.el" in case we created it.
5885
5886 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5889 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5890 (completion--twq-all): Disable too-strict assertions.
5891
5892 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5893
5894 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5895
5896 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5897 text to match the real keybindings.
5898
5899 2012-10-27 Juri Linkov <juri@jurta.org>
5900
5901 * wdired.el (wdired-keep-marker-rename): New defcustom.
5902 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5903 (Bug#11795)
5904
5905 * dired.el (dired-keep-marker-rename): Add reference to
5906 `wdired-keep-marker-rename' in the docstring.
5907 Add default character value ?R to display initially in
5908 Customization UI instead of ?@.
5909
5910 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5911
5912 * window.el (display-buffer): In doc-string describe
5913 window-height and window-width alist entries.
5914
5915 * time.el (display-time-world): Restore fit-window-to-buffer
5916 behavior.
5917
5918 2012-10-27 Chong Yidong <cyd@gnu.org>
5919
5920 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5921
5922 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5923
5924 * minibuffer.el (completion-category-overrides): New completion
5925 category `bookmark' (bug#11131).
5926
5927 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5930 Silence bogus compiler warnings for ad-do-it.
5931
5932 * bookmark.el (bookmark-completing-read): Set the completion category
5933 to `bookmark' (bug#11131).
5934
5935 2012-10-26 Bastien <bzg@altern.org>
5936 Stefan Monnier <monnier@iro.umontreal.ca>
5937
5938 * face-remap.el: Use lexical-binding.
5939 (text-scale-adjust): Improve docstring. Use itself for the temporary
5940 overlay-map bindings, so as to repeat the "Use..." message each time.
5941
5942 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * emacs-lisp/macroexp.el (macroexp--expand-all):
5945 Obey byte-compile-warning-enabled-p (bug#12486).
5946
5947 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5948 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5949
5950 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5951
5952 * mouse.el (mouse-drag-line): Move last form into preceding when
5953 clause (Bug#12731).
5954
5955 * help.el (resize-temp-buffer-window): Fix doc-string.
5956
5957 2012-10-25 David Engster <deng@randomsample.de>
5958
5959 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5960 Remove. This feature is already integrated in imenu.
5961
5962 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5963 always loaded. Require `speedbar' unconditionally.
5964
5965 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5968
5969 * minibuffer.el (minibuffer-force-complete): Fix thinko.
5970
5971 * net/ldap.el (ldap-search-internal): The official ldif format starts
5972 with a "version: 1" header (bug#12724).
5973
5974 * emacs-lisp/package.el (package-installed-p): Warn if not ready
5975 (bug#12721).
5976
5977 2012-10-25 Glenn Morris <rgm@gnu.org>
5978
5979 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5980
5981 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * minibuffer.el (minibuffer-force-complete): Use one more marker
5984 for the temporary-overlay-map command (bug#12619).
5985
5986 2012-10-24 Chong Yidong <cyd@gnu.org>
5987
5988 * time.el (display-time-world-mode): Derive from special-mode.
5989 (display-time-world): Use display-buffer (Bug#12708).
5990 (display-time-world-mode-map): Variable deleted.
5991 (display-time-world-display): Wrap the final delete-char inside
5992 inhibit-read-only.
5993
5994 2012-10-24 Chong Yidong <cyd@gnu.org>
5995
5996 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5997 Doc fix.
5998
5999 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6000
6001 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6002
6003 * minibuffer.el (completion--all-sorted-completions-location): New var.
6004 (completion--cache-all-sorted-completions)
6005 (completion--flush-all-sorted-completions): Use it.
6006 (completion-in-region, completion-in-region--postch)
6007 (completion-at-point, completion-help-at-point): Use markers in
6008 completion-in-region--data (bug#12619).
6009
6010 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * progmodes/compile.el (compilation-start): Try to handle common
6013 quoting of `cd' argument (bug#12640).
6014
6015 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6016 (bug#12671).
6017
6018 2012-10-23 Glenn Morris <rgm@gnu.org>
6019
6020 * progmodes/gud.el (gud-menu-map):
6021 Check gdb-active-process is bound. (Bug#12358)
6022
6023 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * repeat.el (repeat): Set real-this-command (bug#12232).
6026
6027 * htmlfontify.el (hfy-post-html-hook):
6028 * filesets.el (filesets-cache-fill-content-hook):
6029 * arc-mode.el (archive-extract-hook):
6030 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6031 * net/rcirc.el (rcirc-sentinel-functions)
6032 (rcirc-receive-message-functions, rcirc-activity-functions)
6033 (rcirc-print-functions):
6034 * net/dbus.el (dbus-event-error-functions):
6035 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6036 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6037 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6038 * term/sun.el (sun-raw-prefix-hooks):
6039 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6040
6041 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
6042
6043 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6044 Set `tramp-chunksize' to 1. This improves the performance.
6045 (tramp-smb-wait-for-output): Add timeout to
6046 `tramp-accept-process-output' calls.
6047
6048 2012-10-23 Chong Yidong <cyd@gnu.org>
6049
6050 * faces.el (font-list-limit): Define as an obsolete variable.
6051
6052 * startup.el (command-line):
6053 * cus-start.el: Don't refer to font-list-limit.
6054
6055 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6056
6057 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * subr.el (internal-temp-output-buffer-show): Rename from
6060 temp-output-buffer-show, since previously compiled files expect this name.
6061
6062 2012-10-23 Glenn Morris <rgm@gnu.org>
6063
6064 * image.el (image-type-from-file-name): If multiple types match,
6065 return the first one that is supported. (Bug#9045)
6066
6067 2012-10-22 Glenn Morris <rgm@gnu.org>
6068
6069 * image.el (imagemagick-enabled-types): Doc fix.
6070
6071 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
6072
6073 * progmodes/which-func.el (which-func-current): The hash-table may have
6074 an explicit nil (bug#12338).
6075
6076 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * electric.el (electric-pair-delete-selection-self-insert-function):
6079 Rename to electric-pair-will-use-region, return a boolean.
6080 (electric-pair-mode): Adjust accordingly. Don't require delsel.
6081
6082 * delsel.el (delete-selection-helper): Use a function instead of a hook.
6083 (delete-selection-pre-hook): Use use-region-p.
6084 (delete-selection-self-insert-function): Remove.
6085 (self-insert-command): Obey self-insert-uses-region-functions.
6086 (self-insert-iso): Revert to previous setting, since we don't actually
6087 know what that command does.
6088 (delete-selection-self-insert-hooks): Remove.
6089
6090 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
6091
6092 * delsel.el (delete-selection-helper): New function, extracted from
6093 delete-selection-pre-hook.
6094 (delete-selection-pre-hook): Use it.
6095 (delete-selection-self-insert-function): New function.
6096 (delete-selection-self-insert-hooks): New hook.
6097 (self-insert-command, self-insert-iso): Use it.
6098 * electric.el (electric-pair-syntax): New function, extracted from
6099 electric-pair-post-self-insert-function.
6100 (electric-pair-post-self-insert-function): Use it.
6101 (electric-pair-delete-selection-self-insert-function): New function.
6102 (electric-pair-mode): Require delsel and setup
6103 delete-selection-self-insert-hooks (bug#11520).
6104
6105 2012-10-20 Chong Yidong <cyd@gnu.org>
6106
6107 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6108 no changes to show (Bug#12586).
6109
6110 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6111 list explicitly (Bug#12571).
6112
6113 2012-10-20 Arne Jørgensen <arne@arnested.dk>
6114
6115 * progmodes/flymake.el (flymake-create-temp-inplace):
6116 Use file-truename.
6117
6118 2012-10-20 Eli Zaretskii <eliz@gnu.org>
6119
6120 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
6121
6122 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6123
6124 * calc/calc-units.el (math-extract-units): Properly extract powers
6125 of units.
6126
6127 2012-10-20 Daniel Colascione <dancol@dancol.org>
6128
6129 * frame.el (make-frame): Set x-display-name as we used to in order
6130 to unbreak creating an X11 frame from an Emacs daemon started
6131 without a display.
6132
6133 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6134
6135 * minibuffer.el (minibuffer-force-complete): Make the next completion use
6136 the same completion-field (bug#12221).
6137
6138 2012-10-19 Martin Rudalics <rudalics@gmx.at>
6139
6140 * emacs-lisp/debug.el (debug): Record height of debugger window
6141 also when debugger will be back (Bug#8789).
6142
6143 2012-10-18 Chong Yidong <cyd@gnu.org>
6144
6145 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6146 Convert to defcustom.
6147 (gdb-get-source-file): Don't bind pop-up-windows.
6148
6149 * progmodes/gud.el (gud-display-line): Don't specially re-use
6150 other frames for the gdb-mi case (Bug#12648).
6151
6152 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * emacs-lisp/advice.el: Clean up commentary a bit.
6155 (ad-do-advised-functions, ad-with-originals): Use `declare'.
6156 (byte-code-function-p): Never redefine.
6157
6158 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6159
6160 2012-10-18 Glenn Morris <rgm@gnu.org>
6161
6162 * dired.el (dired-sort-toggle): Some ls implementations only allow
6163 a single option string. (Bug#12666)
6164
6165 * minibuffer.el (completion-cycle-threshold): Doc fix.
6166
6167 2012-10-17 Kenichi Handa <handa@gnu.org>
6168
6169 * international/mule.el (set-keyboard-coding-system):
6170 Recover input meta mode when the new coding system doesn not use 8-bit.
6171 Supply TERMINAL arg to set-input-meta-mode.
6172
6173 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
6174
6175 * wdired.el (wdired-old-marks): New variable.
6176 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6177 (wdired-do-renames): Move point with renamed file and don't lose
6178 mark status (Bug#11795).
6179
6180 2012-10-16 Juri Linkov <juri@jurta.org>
6181
6182 * replace.el (query-replace-help): Mention multi-buffer replacement
6183 keys in the Help message. (Bug#12655)
6184
6185 2012-10-15 Chong Yidong <cyd@gnu.org>
6186
6187 * emacs-lisp/byte-run.el (defsubst): Doc fix.
6188
6189 2012-10-14 Eli Zaretskii <eliz@gnu.org>
6190
6191 * window.el (display-buffer): Doc fix.
6192
6193 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6194 Adjust the msft regexp to the output of Studio 2010, and move msft
6195 before edg-1. See the discussion on emacs-devel,
6196 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6197 for the details.
6198
6199 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6202 (oset): Move uses of object-class-fast macro after its definition.
6203
6204 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6205
6206 2012-10-13 Chong Yidong <cyd@gnu.org>
6207
6208 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6209 enabled, re-enable it (Bug#11963).
6210
6211 2012-10-13 Martin Rudalics <rudalics@gmx.at>
6212
6213 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6214 non-nil, restore window configuration (Bug#12623).
6215
6216 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * help-fns.el (describe-variable, describe-function-1):
6219 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6220
6221 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6222
6223 2012-10-12 Glenn Morris <rgm@gnu.org>
6224
6225 * mail/rmailsum.el (rmail-header-summary):
6226 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
6227
6228 2012-10-12 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6229
6230 * progmodes/python.el (python-mode-map):
6231 Replace subtitute-key-definition with proper command remapping.
6232 (python-nav--up-list): Fix behavior for blocks on the same level.
6233
6234 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6237
6238 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6239 changes to the format of load-history.
6240
6241 * international/mule-cmds.el (read-char-by-name): Move let-binding of
6242 completion-ignore-case in case that var is buffer-local (bug#12615).
6243
6244 2012-10-11 Kenichi Handa <handa@gnu.org>
6245
6246 * international/eucjp-ms.el: Re-generated.
6247
6248 2012-10-10 Kenichi Handa <handa@gnu.org>
6249
6250 * select.el (xselect--encode-string): If a coding is specified for
6251 selection, and that is compatible with COMPOUND_TEXT, use it.
6252
6253 2012-10-10 Martin Rudalics <rudalics@gmx.at>
6254
6255 * window.el (switch-to-buffer-preserve-window-point): New option.
6256 (switch-to-buffer):
6257 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6258
6259 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6261 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6262 Don't document nil as a useful value (bug#12583).
6263
6264 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
6265
6266 * net/tramp.el (tramp-debug-message):
6267 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6268 (with-tramp-progress-reporter): Rename from
6269 `tramp-with-progress-reporter'.
6270 (with-tramp-file-property, with-tramp-connection-property):
6271 Move from tramp-cache.el, rename from `with-file-property' and
6272 `with-connection-property', respectively.
6273
6274 * net/tramp-cache.el: Remove `with-file-property' and
6275 `with-connection-property'.
6276
6277 * net/tramp.el:
6278 * net/tramp-gvfs.el:
6279 * net/tramp-sh.el:
6280 * net/tramp-smb.el: Adapt callees.
6281
6282 * net/trampver.el: Update release number.
6283
6284 2012-10-09 Glenn Morris <rgm@gnu.org>
6285
6286 * w32-fns.el (set-message-beep):
6287 * term/w32-win.el (set-message-beep): Update declarations.
6288
6289 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6292 (mode-line-widen, mode-line-input-method-map)
6293 (mode-line-coding-system-map, mode-line-remote)
6294 (mode-line-unbury-buffer, mode-line-bury-buffer)
6295 (mode-line-next-buffer, mode-line-previous-buffer):
6296 Replace save-selected-window+select-window => with-selected-window.
6297
6298 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6299 * progmodes/cc-vars.el (bq-process): Remove, unused.
6300
6301 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6302
6303 2012-10-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6304
6305 Implemented `backward-up-list'-like navigation.
6306 * progmodes/python.el (python-nav-up-list)
6307 (python-nav-backward-up-list): New functions.
6308 (python-mode-map): Define substitute key for backward-up-list to
6309 python-nav-backward-up-list.
6310
6311 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6312
6313 * progmodes/python.el (python-fill-paragraph): Rename from
6314 python-fill-paragraph-function. Fixed fill-paragraph for
6315 decorators (Bug#12605).
6316
6317 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6318
6319 * progmodes/python.el (python-shell-output-filter): Handle extra
6320 carriage return in OSX (Bug#12409).
6321
6322 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6323
6324 Fix shell handling of unbalanced quotes and parens in output.
6325 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6326 (python-syntax-propertize-function): Use it.
6327 (python-shell-output-syntax-table): New var.
6328 (inferior-python-mode): Prevent unbalanced parens/quotes from
6329 previous output mess with current input context.
6330
6331 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6334 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6335
6336 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
6337
6338 * ffap.el (ffap-replace-file-component): Support Tramp file name
6339 syntax, not only ange-ftp's one.
6340
6341 2012-10-08 Glenn Morris <rgm@gnu.org>
6342
6343 * cus-start.el (message-log-max): Set :version.
6344
6345 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6346
6347 2012-10-08 Martin Rudalics <rudalics@gmx.at>
6348
6349 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6350 the minibuffer window (Bug#10851).
6351
6352 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6353
6354 Enhancements on forward-sexp movement.
6355 * progmodes/python.el (python-nav-beginning-of-statement)
6356 (python-nav-end-of-statement): Return point-marker.
6357 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6358 (python-info-current-symbol)
6359 (python-info-statement-starts-block-p): Rename from
6360 python-info-beginning-of-block-p.
6361 (python-info-statement-ends-block-p): Rename from
6362 python-info-end-of-block-p.
6363 (python-info-beginning-of-statement-p)
6364 (python-info-end-of-statement-p)
6365 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6366 New functions.
6367
6368 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6371 frame-selected-windows.
6372
6373 2012-10-08 Daniel Colascione <dancol@dancol.org>
6374
6375 * battery.el (battery-status-function): Check for
6376 w32-battery-status itself, not system-time windows-nt.
6377
6378 * frame.el: Require cl-lib.
6379 (display-format-alist): New variable mapping frame types to
6380 functions that initialize them.
6381 (window-system-for-display): New function: interprets
6382 display-format-alist.
6383 (make-frame-on-display): Remove existing display-selection logic
6384 and just forward to make-frame, which will now DTRT.
6385 (make-frame): Restructure to use window-system-for-display to
6386 figure out how to create a frame on a given display.
6387 (display-mouse-p): Look for frame-type w32, not a particular
6388 system-type.
6389
6390 * loadup.el: Load w32 lisp code when we have the w32 feature.
6391
6392 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6393 system-type windows-nt.
6394
6395 * server.el (server-create-window-system-frame): Look for window
6396 type.
6397 (server-proces-filter): Only force a window system when windows-nt
6398 _and_ w32. Explain why.
6399
6400 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6401 of window systems we configure for the mode.
6402
6403 * startup.el (command-line): Mark window system is initialized
6404 after we've done it.
6405
6406 * common-win.el (x-select-text): Look for w32, not windows-nt.
6407
6408 * ns-win.el: Require cl-lib. Add ourselves to
6409 display-format-alist.
6410 (ns-initialize-window-system): Assert we're not initialized twice.
6411
6412 * w32-win.el: Enable lexical binding; require cl-lib; add
6413 ourselves to display-format-alist.
6414 (w32-handle-dropped-file): Convert incoming dropped files from
6415 Windows paths to Cygwin ones before passing them on to the rest of
6416 Emacs.
6417 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6418 (w32-initialize-window-system): Assert we're not initialized twice.
6419
6420 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6421 (x-initialize-window-system): Assert we're not initialized twice.
6422
6423 * w32-common-fns.el: New File.
6424 (w32-version, w32-using-nt, w32-get-clipboard-data)
6425 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6426 (w32-charset-info-alist, x-last-selected, text)
6427 (x-get-selection-value, x-selection-value): Move here.
6428
6429 * w32-fns.el: Require w32-common-fns.
6430 (w32-version, w32-using-nt, w32-get-clipboard-data)
6431 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6432 (w32-charset-info-alist, x-last-selected, text)
6433 (x-get-selection-value, x-selection-value): Move to
6434 w32-common-fns.
6435
6436 * w32-vars.el:
6437 (w32-allow-system-shell, w32-system-shells): Define only in
6438 non-cygwin case.
6439
6440 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6443 (read-passwd): Remove a few more potential sources of leaks.
6444
6445 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6446
6447 * progmodes/python.el (inferior-python-mode)
6448 (python-shell-make-comint): Fix initialization of local
6449 variables copied from parent buffer.
6450
6451 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6452
6453 * term/ns-win.el (ns-read-file-name): Update declaration to match
6454 nsfns.m.
6455 (ns-respond-to-change-font): Change fontsize separately so we are sure
6456 it is set when font is acted upon.
6457
6458 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6459
6460 Enhancements to indentation.
6461 * progmodes/python.el (python-indent-context): Give priority to
6462 inside-string context. Make comments indentation markers.
6463 (python-indent-region): Do not mess with strings, unless it's the
6464 enclosing set of quotes.
6465
6466 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * window.el (internal--before-save-selected-window)
6469 (internal--after-save-selected-window): New functions extracted from
6470 save-selected-window. Make sure we return the `alist' we construct.
6471 (save-selected-window): Use them.
6472
6473 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6474 Use with-selected-window.
6475
6476 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6477 forms that define macros (bug#12593).
6478
6479 2012-10-07 Kenichi Handa <handa@gnu.org>
6480
6481 * international/mule-conf.el (compound-text-with-extensions):
6482 Add :mime-charset property as x-ctext.
6483
6484 2012-10-07 Stefan Merten <smerten@oekonux.de>
6485
6486 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6487 (rst-indent-literal-normal, rst-indent-literal-minimized)
6488 (rst-indent-comment): Correct :version tag.
6489 (rst-official-cvs-rev): Correct version string.
6490
6491 2012-10-07 Glenn Morris <rgm@gnu.org>
6492
6493 * mail/rmailmm.el (rmail-mime-process-multipart):
6494 Do not confuse a multipart message with an epilogue
6495 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6496
6497 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6498
6499 Fix shell output retrieval and comint-prompt-regexp init.
6500 * progmodes/python.el (inferior-python-mode):
6501 (python-shell-make-comint): Fix initialization of
6502 comint-prompt-regexp from copied file local variables.
6503 (python-shell-fetched-lines): Remove var.
6504 (python-shell-output-filter-in-progress): Rename from
6505 python-shell-fetch-lines-in-progress.
6506 (python-shell-output-filter-buffer): Rename from
6507 python-shell-fetch-lines-string.
6508 (python-shell-fetch-lines-filter): Delete function.
6509 (python-shell-output-filter): New function.
6510 (python-shell-send-string-no-output): Use them.
6511
6512 2012-10-07 Glenn Morris <rgm@gnu.org>
6513
6514 * hi-lock.el (hi-lock-process-phrase):
6515 Try to make it less fragile. (Bug#7161)
6516
6517 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6518
6519 2012-10-06 Glenn Morris <rgm@gnu.org>
6520
6521 * ehelp.el (electric-help-mode): Use help-mode rather than
6522 non-existent mode `help'.
6523 (electric-help-map): Use button-buffer-map. (Bug#10917)
6524
6525 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6526 (reftex-create-bibtex-footer): Fix custom types.
6527
6528 * progmodes/sh-script.el (sh-indent-after-continuation):
6529 Add explicit :group.
6530
6531 * textmodes/rst.el (rst-preferred-decorations)
6532 (rst-shift-basic-offset): Clarify obsolescence versions.
6533
6534 * profiler.el (profiler): Add missing group :version tag.
6535 * avoid.el (mouse-avoidance-banish-position):
6536 * proced.el (proced-renice-command):
6537 * calc/calc.el (calc-ensure-consistent-units):
6538 * calendar/icalendar.el (icalendar-import-format-uid):
6539 * net/tramp.el (tramp-save-ad-hoc-proxies):
6540 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6541 * progmodes/flymake.el (flymake-error-bitmap)
6542 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6543 * progmodes/sh-script.el (sh-indent-after-continuation):
6544 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6545 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6546 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6547 (vhdl-array-index-record-field-in-sensitivity-list)
6548 (vhdl-indent-comment-like-next-code-line):
6549 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6550 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6551 (reftex-cite-key-separator, reftex-create-bibtex-header)
6552 (reftex-create-bibtex-footer):
6553 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6554 (rst-indent-literal-normal, rst-indent-literal-minimized)
6555 (rst-indent-comment): Add missing custom :version tags.
6556
6557 * calendar/timeclock.el (timeclock-modeline-display):
6558 Add missing obsolete alias for renamed user option.
6559
6560 * strokes.el (strokes-modeline-string):
6561 * emulation/crisp.el (crisp-mode-modeline-string):
6562 * eshell/esh-mode.el (eshell-status-in-modeline):
6563 Aliases to defcustoms must come before the defcustom.
6564
6565 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6566 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6567 (cal-tex-cursor-week-monday): Doc fixes.
6568 (cal-tex-cursor-week2-summary): Doc fix.
6569 Rename from cal-tex-cursor-week-at-a-glance.
6570
6571 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6572 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6573
6574 * calendar/calendar.el (calendar-mode-map):
6575 Add cal-tex-cursor-week2-summary.
6576
6577 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6580
6581 * subr.el (read-passwd-map): New var.
6582 (read-passwd): Use `read-string' again.
6583 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6584
6585 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6586
6587 * register.el (append-to-register, prepend-to-register):
6588 Deactivate mark, as does `copy-to-register' (bug#12389).
6589
6590 2012-10-06 Chong Yidong <cyd@gnu.org>
6591
6592 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6593
6594 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6595
6596 * international/characters.el: Fix simple mistake ((car chars) ->
6597 elt), delete duplicated code.
6598
6599 2012-10-06 Glenn Morris <rgm@gnu.org>
6600
6601 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6602
6603 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6604
6605 * color.el (color-hsl-to-rgb): Fix incorrect results for
6606 small and large hue values. (Bug#12559)
6607
6608 2012-10-05 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6609
6610 Enhancements to docstring formatting when filling paragraphs.
6611 * progmodes/python.el (python-fill-docstring-style): Rename from
6612 python-fill-string-style. Added new style.
6613 (python-fill-string): Use new style. Better checks for
6614 docstrings.
6615
6616 2012-10-05 Glenn Morris <rgm@gnu.org>
6617
6618 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6619
6620 * color.el (color-name-to-rgb, color-rgb-to-hex)
6621 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6622 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6623 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6624 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6625
6626 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6627
6628 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6629
6630 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6631 to get the correct size across symlinks.
6632
6633 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6634
6635 2012-10-04 Juri Linkov <juri@jurta.org>
6636
6637 * replace.el (query-replace-interactive): Declare obsolete.
6638 (query-replace-read-from): Add the last incremental search string
6639 to the list of default values accessible via M-n.
6640 (map-query-replace-regexp): Use `read-regexp'.
6641 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6642 (map-query-replace-regexp, replace-string, replace-regexp):
6643 Fix docstrings to replace mentions of `query-replace-interactive'
6644 with alternatives. (Bug#12526)
6645
6646 2012-10-04 Juri Linkov <juri@jurta.org>
6647
6648 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6649 (dired-pop-to-buffer): Declare obsolete.
6650 (dired-mark-pop-up): Doc fix.
6651
6652 2012-10-04 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6653
6654 Allow user to set docstring style for fill-paragraph.
6655 * progmodes/python.el
6656 (python-fill-comment-function, python-fill-string-function)
6657 (python-fill-decorator-function, python-fill-paren-function):
6658 Remove :safe for defcustoms.
6659 (python-fill-string-style): New defcustom
6660 (python-fill-paragraph-function): Enhance context detection.
6661 (python-fill-string): Honor python-fill-string-style settings.
6662
6663 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6664
6665 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6666 after setting its buffer (Bug#10805).
6667
6668 2012-10-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6669
6670 Fix cornercase for string syntax.
6671 * progmodes/python.el (python-syntax-propertize-function):
6672 Simplify and enhance the regexp for unescaped quotes. Now it also
6673 matches quotes in weird situations like the single quote in
6674 "something\"'".
6675 (python-syntax-stringify): Simplify num-quotes detecting code.
6676
6677 2012-10-03 Glenn Morris <rgm@gnu.org>
6678
6679 * help-macro.el (three-step-help):
6680 Revert 2012-09-29 change. (Bug#12567)
6681
6682 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6683
6684 * menu-bar.el (kill-this-buffer): Don't do anything when
6685 `menu-frame' is not alive or visible (Bug#8184).
6686
6687 * emacs-lisp/debug.el (debug): When quitting the debugger window
6688 restore current buffer (Bug#12502).
6689
6690 2012-10-02 Chong Yidong <cyd@gnu.org>
6691
6692 * progmodes/hideif.el (hif-lookup, hif-defined):
6693 Handle semantic-c-takeover-hideif.
6694
6695 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6696
6697 Change sampling interval units from ms to ns.
6698 * profiler.el (profiler-sampling-interval): Change units
6699 from ms to ns, multiplying the default by 1000000 so that
6700 it remains 1 ms.
6701 (profiler-report-cpu-line-format): Give enough room for
6702 the maximum counters on 64-bit hosts.
6703 (profiler-report-render-calltree-1): Call them "CPU samples",
6704 not "Time (ms)", since they are not milliseconds now (and
6705 never really were).
6706
6707 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6708
6709 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6710 Fix querying BBDB for entries without a last name (Bug#11580).
6711
6712 2012-10-02 Chong Yidong <cyd@gnu.org>
6713
6714 * emacs-lisp/eieio.el: Restore Version header.
6715
6716 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6718 * vc/diff-mode.el (diff--auto-refine-data): New var.
6719 (diff-hunk): Use it to delay refinement.
6720 (diff-mode): Remove overlays when we turn off font-lock.
6721
6722 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6723 (table-initialize-table-fixed-width-mode)
6724 (table-set-table-fixed-width-mode): Remove functions.
6725 (table-command-list): Move initialization into declaration.
6726 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6727 (table-with-cache-buffer): Use `declare'.
6728 (table-span-cell): Simplify via CSE.
6729 (table-fixed-width-mode): Use define-minor-mode.
6730 (table-call-interactively, table-funcall, table-apply): Remove.
6731 (table-function): New function, to replace them.
6732
6733 * bookmark.el (bookmark-search-pattern): Remove var.
6734 (bookmark-read-search-input): Remove function.
6735 (bookmark-bmenu-search): Reimplement using a minibuffer.
6736
6737 * faces.el (modeline): Remove obsolete face name.
6738
6739 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6740 and give a non-nil default value.
6741 (add-change-log-entry): Simplify accordingly.
6742
6743 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6744
6745 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6746 (vc-git-log-edit-toggle-amend): New function.
6747 (vc-git-log-edit-toggle-signoff): New function.
6748 (vc-git-log-edit-mode): New major mode.
6749 (vc-git-log-edit-mode-map): Keymap for it.
6750 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6751
6752 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6753 header names.
6754 (log-edit-toggle-header): New function.
6755 (log-edit-extract-headers): Accept function values in HEADERS alist.
6756
6757 2012-10-01 David Engster <deng@randomsample.de>
6758
6759 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6760 from symbol property and change message to be more consistent with
6761 Emacs proper.
6762 (eieio-describe-generic): Add filename for each implementation.
6763 Fix indices for generic and normal methods.
6764 (eieio-method-def, eieio-class-def): New buttons.
6765 (eieio-help-find-method-definition)
6766 (eieio-help-find-class-definition): New functions.
6767 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6768 class, constructor and method definitions.
6769
6770 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6771 information in symbol property.
6772 (scoped-class): Remove.
6773 (eieio-slot-name-index, call-next-method): Check if it is bound.
6774
6775 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6776
6777 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6778 (eieio-custom-mode): New major mode.
6779 (eieio-customize-object): Use it.
6780
6781 2012-10-01 Eric Ludlam <zappo@gnu.org>
6782
6783 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6784 specifying the expected class, and whether subclassing is allowed.
6785 (eieio-persistent-convert-list-to-object):
6786 (eieio-persistent-validate/fix-slot-value)
6787 (eieio-persistent-slot-type-is-class-p): New functions.
6788 (eieio-named::slot-missing): Doc fix.
6789
6790 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6791 Stop using unused publd variable.
6792
6793 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6794 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6795 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6796 (eieio-speedbar-handle-click): Do not specify a class for the
6797 method. Fixes method invocation order problems with EDE.
6798
6799 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6802 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6803
6804 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6805
6806 * bookmark.el (bookmark-version-control): Give tags in the
6807 :type choices (Bug#12309), and improve doc string.
6808 (bookmark-write-file): Bind `print-circle' to `t' to allow
6809 circular custom bookmark types. (Bug#12503)
6810
6811 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6812
6813 Revert the FOLLOW-SYMLINKS change for file-attributes.
6814 * files.el (remote-file-name-inhibit-cache, after-find-file):
6815 * time.el (display-time-file-nonempty-p): Undo last change.
6816
6817 * profiler.el (profiler-sampling-interval): Change default back to 1.
6818 See Stefan Monnier in
6819 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6820
6821 2012-10-01 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6822
6823 Shell output catching a la gud-gdb.
6824 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6825 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6826 New Vars.
6827 (python-shell-fetch-lines-filter): New function.
6828 (python-shell-send-string-no-output): Use them.
6829
6830 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6831
6832 * profiler.el (profiler-sampling-interval): Rename from
6833 profiler-sample-interval.
6834 (profiler-sampling-interval): Default to 10.
6835 (profiler-find-profile): New command (was profiler-find-log).
6836 (profiler-find-profile-other-window): New command.
6837 (profiler-find-profile-other-frame): New command.
6838 (profiler-profile): Introduce API-level data structure.
6839
6840 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6841
6842 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6843 * files.el (remote-file-name-inhibit-cache):
6844 * time.el (display-time-file-nonempty-p): Use it.
6845 * files.el (after-find-file): Don't chase links before calling
6846 file-exists-p, as file-exists-p already does the right thing.
6847
6848 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6849
6850 Merge from standalone RefTeX repository.
6851
6852 The following ChangeLog entries are shortened versions of the
6853 original ones with file paths adapted. A not so strongly edited
6854 version of the original ChangeLog can be found in the commit log.
6855
6856 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6857 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6858 Correctly handle new value type returned by `reftex-citation'.
6859
6860 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6861 that entries with whitespace at various places are found.
6862 Doc fix. Include entries that are cross-referenced from cited entries.
6863 Include @String definitions in the resulting bib file. Add header
6864 and footer defined in `reftex-create-bibtex-header' and
6865 `reftex-create-bibtex-footer'.
6866 (reftex-do-citation): Make it possible again to insert
6867 non-existent entries. Save match data when asking for optional
6868 arguments. Return all keys, not just the first one.
6869 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6870 all citations in the same line.
6871 (reftex-parse-bibtex-entry): Accept additional optional argument
6872 `raw' and keep quotes or braces if it is non-nil. Match fields
6873 containing hyphens besides word constituents.
6874 (reftex-get-string-refs): New function.
6875 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6876 and ask if it should be reread in case it did.
6877 (reftex-pop-to-bibtex-entry)
6878 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6879 entries with spaces or tabs in front of arguments.
6880 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6881 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6882 Match entries containing numbers and symbol constituents.
6883 (reftex-do-citation, reftex-figure-out-cite-format):
6884 Use `reftex-cite-key-separator'.
6885
6886 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6887 (reftex-mouse-view-crossref): Explain why point is set.
6888
6889 * textmodes/reftex-global.el: Whitespace changes.
6890
6891 * textmodes/reftex-index.el: Move provide statement to end of
6892 file.
6893 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6894 (reftex-index-visit-phrases-buffer): Set marker when visiting
6895 buffer. This allows for returning from the phrases file to the
6896 file one was just editing instead of the file where the last
6897 phrases was added from.
6898 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6899 punctuation syntax as it usually is not used as string quote in
6900 TeX-related modes and may occur unmatched. The change also
6901 prevents fontification of quoted content.
6902 (reftex-index-phrases-mode): Use it.
6903
6904 * textmodes/reftex-parse.el (reftex-parse-from-file):
6905 Move backward one char if a `\' was matched after a section macro.
6906 (reftex-parse-from-file): Use beginning of match instead of end as
6907 bound.
6908
6909 * textmodes/reftex-ref.el: Adapt creation of
6910 `reftex-<package>-<macro>' functions to new structure of
6911 `reftex-ref-style-alist'.
6912 (reftex-reference): Use `reftex-ref-style-list' function.
6913 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6914 reference macro if `reftex-ref-macro-prompt' is non-nil.
6915 (reftex-reference): Pass refstyle to `reftex-format-special'.
6916 Determine reference macro by looking at
6917 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6918 Use only one special format function.
6919 (reftex-varioref-vref, reftex-fancyref-fref)
6920 (reftex-fancyref-Fref): Remove definitions. The functions are now
6921 generated from `reftex-ref-style-alist'.
6922 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6923 Remove.
6924 (reftex-format-special): New function.
6925
6926 * textmodes/reftex-sel.el
6927 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6928 of `reftex-ref-style-alist'. Remove code for testing macro type.
6929 (reftex-select-toggle-varioref)
6930 (reftex-select-toggle-fancyref): Remove.
6931 (reftex-select-cycle-ref-style-internal)
6932 (reftex-select-cycle-ref-style-forward)
6933 (reftex-select-cycle-ref-style-backward): New functions.
6934 (reftex-select-label-map): Use `v' and `V' for general cycling
6935 through reference styles. Add `p' for switching between number
6936 and page reference types.
6937
6938 * textmodes/reftex-toc.el (reftex-re-enlarge):
6939 Call `enlarge-window' only if there is something to do because in Emacs
6940 the horizontal version throws an error even if the parameter is 0.
6941
6942 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6943 (reftex-plug-into-AUCTeX): Doc fix.
6944 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6945 string. Adapt to new name.
6946 (reftex-ref-style-alist): Change structure so that it is not
6947 possible to use multiple different package names within a style.
6948 Remove the symbols for symbols for macro type distinction.
6949 Add characters for macro selection.
6950 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6951 (reftex-create-bibtex-footer): New variables.
6952 (reftex-format-ref-function): Mention third argument of special
6953 format function.
6954 (reftex-ref-style-alist, reftex-ref-style-default-list):
6955 New variables.
6956 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6957 to new implementation. Mark as obsolete. Add compatibility code
6958 for honoring the variable values in case they are set.
6959 (reftex-cite-format-builtin, reftex-bibliography-commands):
6960 Add support for ConTeXt.
6961 (reftex-format-ref-function, reftex-format-cite-function):
6962 Fix custom type.
6963 (reftex-cite-key-separator): New variable.
6964
6965 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6966 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6967 `reftex-syntax-table' because parens have to retain their paren
6968 syntax in order for parsing of BibTeX entries like @book(...) to
6969 work.
6970 (reftex-in-comment): Do not error out if `comment-start-skip' is
6971 not set. Deal correctly with escaped comment characters.
6972 (reftex-tie-multifile-symbols): Add doc string.
6973 Initialize `reftex-ref-style-list'.
6974 (reftex-untie-multifile-symbols): Add doc string.
6975 (reftex-add-index-macros): Doc fix.
6976 (reftex-ref-style-activate, reftex-ref-style-toggle)
6977 (reftex-ref-style-list): New functions.
6978 (reftex-mode-menu): Use them. Adapt to new structure of
6979 `reftex-ref-style-alist'.
6980 (reftex-select-with-char): Kill the RefTeX Select buffer when
6981 done.
6982 (reftex-remove-if): New function.
6983 (reftex-erase-all-selection-and-index-buffers)
6984 (reftex-mode-menu): Reference styles are now computed from
6985 `reftex-ref-style-alist'. Fix typo.
6986 (reftex-report-bug): New function.
6987 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6988 algorithms with O(n log n). Introduce optional argument SORT (not
6989 yet used).
6990
6991 2012-09-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6992
6993 Enhancements for triple-quote string syntax.
6994 * progmodes/python.el (python-syntax-propertize-function):
6995 Match both quote cases in one regexp.
6996 (python-syntax-stringify): Handle matches properly.
6997
6998 2012-09-30 Juri Linkov <juri@jurta.org>
6999
7000 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7001 to nil around the call to `insert' to prevent
7002 directory time modification by lock_file. (Bug#2295)
7003 * tar-mode.el (tar-summarize-buffer): Idem.
7004
7005 2012-09-30 Juri Linkov <juri@jurta.org>
7006
7007 * facemenu.el (list-colors-sort): Add option "Luminance".
7008 (list-colors-sort-key): Implement it.
7009
7010 * vc/diff-mode.el (diff-refine-removed):
7011 * vc/ediff-init.el (ediff-fine-diff-A):
7012 * vc/smerge-mode.el (smerge-refined-removed):
7013 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
7014
7015 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
7016
7017 * term/ns-win.el (x-file-dialog): New function.
7018
7019 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
7020
7021 * ido.el (ido-max-directory-size): Default to nil; the current
7022 default is small for POSIX systems, and impractical on Windows 7
7023 now that lstat returns directory sizes for NTFS.
7024
7025 2012-09-30 Martin Rudalics <rudalics@gmx.at>
7026
7027 In buffer display functions handle window-height/window-width
7028 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
7029 * window.el (window--display-buffer): New argument ALIST.
7030 Obey window-height and window-width alist entries.
7031 (window--try-to-split-window): New argument ALIST.
7032 Bind window-combination-limit to t when the window's size shall be
7033 changed and window-combination-limit equals `window-size'.
7034 (display-buffer-in-atom-window)
7035 (display-buffer-in-major-side-window)
7036 (display-buffer-in-side-window, display-buffer-same-window)
7037 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7038 (display-buffer-pop-up-window, display-buffer-below-selected)
7039 (display-buffer-at-bottom, display-buffer-in-previous-window)
7040 (display-buffer-use-some-window): Adjust all callers of
7041 window--display-buffer and window--try-to-split-window.
7042 (fit-frame-to-buffer): New option.
7043 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7044 is non-nil.
7045 (display-buffer-in-major-side-window): Evaluate window-height /
7046 window-width alist entries.
7047
7048 * help.el (temp-buffer-resize-frames)
7049 (temp-buffer-resize-regexps): Remove options.
7050 (temp-buffer-resize-mode): Adjust doc-string.
7051 (resize-temp-buffer-window): Don't consult
7052 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
7053 temp-buffer-resize-frames.
7054
7055 * dired.el (dired-mark-pop-up):
7056 Call display-buffer-below-selected with a fit-window-to-buffer alist
7057 entry.
7058
7059 2012-09-30 Chong Yidong <cyd@gnu.org>
7060
7061 * server.el (server-host): Document the security implications.
7062 (server-auth-key): Doc fix.
7063
7064 * startup.el (initial-buffer-choice): Doc fix.
7065
7066 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7067
7068 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7069 restriction change.
7070
7071 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7072
7073 * help-fns.el (help-fns--obsolete): Fix last change.
7074
7075 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7078 (minor-mode-map-alist): Remove redundant code.
7079
7080 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7081 visited in a buffer.
7082 (cvs-insert-visited-file): New function.
7083 (find-file-hook): Use it.
7084
7085 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7086
7087 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7088 chose face.
7089 (log-edit-empty-buffer-p): Don't require a space after a header.
7090
7091 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7092
7093 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7094
7095 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7096 a proper minor-mode.
7097
7098 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7099
7100 2012-09-29 Glenn Morris <rgm@gnu.org>
7101
7102 * winner.el (winner-mode): Remove variable (let define-minor-mode
7103 handle it).
7104 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7105 Doc fixes.
7106 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7107 (winner-mode): Use define-minor-mode.
7108
7109 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7110 the full definition in loaddefs, rather than duplicating it.
7111
7112 * help-macro.el (three-step-help): No need to autoload defcustom.
7113
7114 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7115 (inferior-lisp-program, inferior-lisp-load-command)
7116 (inferior-lisp-prompt, inferior-lisp-mode-hook):
7117 No need to autoload defcustoms.
7118
7119 * hippie-exp.el (hippie-expand-try-functions-list)
7120 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7121 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7122 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7123 (hippie-expand-only-buffers): No need to autoload defcustoms.
7124 * progmodes/vhdl-mode.el (vhdl-line-expand):
7125 Explicitly load hippie-exp, so it does not get autoloaded
7126 while hippie-expand-try-functions-list is let-bound.
7127
7128 2012-09-28 Glenn Morris <rgm@gnu.org>
7129
7130 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7131
7132 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7133 Only "cl.el" counts as cl these days.
7134
7135 2012-09-28 Juri Linkov <juri@jurta.org>
7136
7137 Display archive errors in the echo area instead of inserting
7138 to the file buffer.
7139
7140 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7141 to STDERR-TEST that can be a regexp matching a successful output.
7142 Create a temporary file and redirect stderr to it. Search for
7143 STDERR-TEST in the stderr output and display it in the echo area
7144 if no match is found.
7145 (archive-extract-by-file): New function like
7146 `archive-extract-by-stdout' but extracting archives to files
7147 and looking for successful matches in stdout. Function body is
7148 mostly copied from `archive-rar-extract'.
7149 (archive-rar-extract): Use `archive-extract-by-file'.
7150 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
7151
7152 2012-09-28 Leo Liu <sdl.web@gmail.com>
7153
7154 * pcomplete.el (pcomplete-show-completions):
7155 Use minibuffer-message to make pcomplete usable in minibuffer.
7156
7157 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7158
7159 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * type-break.el: Use lexical-binding.
7162 (type-break-mode): Use define-minor-mode.
7163
7164 * emacs-lisp/pcase.el (pcase--mark-used): New.
7165 (pcase--u1): Use it (bug#12512).
7166
7167 * custom.el (load-theme): Set buffer-file-name so the load is recorded
7168 in load-history with the right file name.
7169
7170 2012-09-28 Tassilo Horn <tsdh@gnu.org>
7171
7172 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7173 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7174 (doc-view-get-bounding-box): Make bounding box slicing work for
7175 ODF and DVI documents.
7176
7177 2012-09-28 Glenn Morris <rgm@gnu.org>
7178
7179 * type-break.el (type-break-mode, type-break-interval)
7180 (type-break-good-rest-interval, type-break-keystroke-threshold):
7181 No need to autoload.
7182 (type-break-good-rest-interval, type-break-keystroke-threshold):
7183 Add :set-after.
7184
7185 2012-09-28 Chong Yidong <cyd@gnu.org>
7186
7187 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7188 Add :version tag.
7189
7190 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7193
7194 2012-09-27 Glenn Morris <rgm@gnu.org>
7195
7196 * faces.el (x-display-name): Declare (for without-x builds).
7197
7198 * linum.el (linum-format): Don't autoload it. Improve :type.
7199
7200 * progmodes/tcl.el: Don't require outline when compiling.
7201 (outline-regexp, outline-level): Declare.
7202 * textmodes/sgml-mode.el: Don't require outline when compiling.
7203 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7204
7205 * term.el (term-ansi-reset):
7206 Try setting term-ansi-face-already-done to nil. (Bug#11785)
7207
7208 * vc/vc.el (vc-next-action): Only gripe about committing read-only
7209 files for RCS and SCCS. (Bug#9781)
7210
7211 2012-09-27 Chong Yidong <cyd@gnu.org>
7212
7213 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7214 change; value should be t.
7215
7216 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * image-mode.el: Use lexical-binding.
7219 (image-mode-winprops): Use t to stand for the window of
7220 a buffer that's not displayed.
7221 * doc-view.el (doc-view-new-window-function): Handle the new
7222 t in winprops.
7223 (doc-view-enlarge): Make it a real nop if the size is not changed.
7224 (doc-view-display): Handle the case where the buffer is not (yet?)
7225 displayed in any window.
7226 (doc-view-saved-settings): New var.
7227 (doc-view-mode): Use it.
7228 (doc-view-fallback-mode): Set it.
7229
7230 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7231 Set lexical-binding.
7232 (minibuffer-eldef-shorten-default): New var.
7233 (minibuffer-default-in-prompt-regexps): Use it for new default.
7234 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7235
7236 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7237
7238 * international/uni-bidi.el:
7239 * international/uni-category.el:
7240 * international/uni-name.el:
7241 * international/uni-numeric.el: Regenerate.
7242
7243 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
7244 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * profiler.el: New file.
7247
7248 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7251 (testcover-reinstrument): Simplify with CSE.
7252
7253 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7254
7255 * window.el (temp-buffer-window-setup): Fix typo in docstring.
7256
7257 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
7258
7259 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7260 (verilog-auto-input, verilog-auto-insert-lisp)
7261 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7262 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7263 (verilog-auto-unused, verilog-auto-wire)
7264 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7265 newline. Reported by Andrew Jones.
7266 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7267 Reported by Brad Dobbie.
7268 (verilog-batch-delete-trailing-whitespace):
7269 Create verilog-batch-delete-trailing-whitespace.
7270 Reported by Brad Dobbie.
7271 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7272 parameters from another module. Reported by Dan Katz.
7273 (verilog-auto, verilog-auto-assign-modport)
7274 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7275 AUTOINOUTMODPORT for UVM interface module shell generation.
7276 Reported by Brad Dobbie.
7277 (verilog-auto-inst-interfaced-ports): Make default nil, as more
7278 standard behavior.
7279 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7280 Reported by Matt Martin.
7281
7282 2012-09-25 Martin Rudalics <rudalics@gmx.at>
7283
7284 * window.el (window--resize-child-windows): When resizing child
7285 windows proportionally, process them in reverse order to
7286 preserve the "when splitting a window the new one gets the odd
7287 line" behavior.
7288 (window--resize-root-window-vertically): When resizing the
7289 minibuffer window try to affect only windows at the bottom of the
7290 frame. (Bug#12419)
7291
7292 2012-09-25 Chong Yidong <cyd@gnu.org>
7293
7294 * subr.el (declare): Doc fix.
7295
7296 * help-fns.el (help-fns--obsolete): Handle macros properly.
7297
7298 2012-09-25 Chong Yidong <cyd@gnu.org>
7299
7300 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7301 this function obsolete.
7302
7303 * calendar/cal-x.el (calendar-two-frame-setup)
7304 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7305 * calendar/calendar.el (american-calendar, european-calendar)
7306 (calendar-for-loop):
7307 * comint.el (comint-dynamic-simple-complete)
7308 (comint-dynamic-complete-as-filename, comint-unquote-filename):
7309 * desktop.el (desktop-load-default):
7310 * dired-x.el (dired-omit-here-always)
7311 (dired-hack-local-variables, dired-default-directory):
7312 * emacs-lisp/derived.el (derived-mode-class):
7313 * emacs-lisp/timer.el (timer-set-time-with-usecs):
7314 * emacs-lock.el (toggle-emacs-lock):
7315 * epa.el (epa-display-verify-result):
7316 * epg.el (epg-sign-keys, epg-start-sign-keys)
7317 (epg-passphrase-callback-function):
7318 * eshell/esh-util.el (eshell-for):
7319 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7320 (eshell-add-to-window-buffer-names):
7321 * files.el (locate-file-completion):
7322 * imenu.el (imenu-example--create-c-index)
7323 (imenu-example--create-lisp-index)
7324 (imenu-example--lisp-extract-index-name)
7325 (imenu-example--name-and-position):
7326 * international/mule-cmds.el (princ-list):
7327 * international/mule-diag.el (decode-codepage-char):
7328 * international/mule-util.el (detect-coding-with-priority):
7329 * iswitchb.el (iswitchb-read-buffer):
7330 * mail/mailalias.el (mail-complete):
7331 * mail/sendmail.el (mail-sent-via):
7332 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7333 (mouse-major-mode-menu):
7334 * password-cache.el (password-read-and-add):
7335 * pcomplete.el (pcomplete-parse-comint-arguments):
7336 * progmodes/sh-script.el (sh-maybe-here-document):
7337 * replace.el (query-replace-regexp-eval):
7338 * savehist.el (savehist-load):
7339 * simple.el (choose-completion-delete-max-match):
7340 * term.el (term-dynamic-simple-complete):
7341 * vc/ediff-init.el (ediff-check-version):
7342 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7343 * vc/vc.el (vc-diff-switches-list):
7344 * view.el (view-return-to-alist-update): Likewise.
7345
7346 * subr.el (eval-next-after-load, makehash, insert-string)
7347 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7348 mark obsolete.
7349 (mode-line-inverse-video): Variable deleted.
7350
7351 * international/mule-util.el (string-to-sequence): Remove.
7352
7353 * calendar/calendar.el (calendar-version):
7354 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7355 (icalendar-convert-diary-to-ical):
7356 * cus-edit.el (custom-mode):
7357 * ansi-color.el (ansi-color-unfontify-region):
7358 * international/latin1-disp.el (latin1-char-displayable-p):
7359 * progmodes/cwarn.el (turn-on-cwarn-mode):
7360 * progmodes/which-func.el (which-func-update-1):
7361 Use define-obsolete-function-alias.
7362
7363 * net/newst-backend.el (newsticker-cache-filename):
7364 * net/newst-treeview.el (newsticker-groups-filename):
7365 Fix incorrect obsolescence declaration.
7366
7367 * allout.el (allout-passphrase-hint-string): Likewise.
7368 (allout-init): Use a declare form to mark obsolete.
7369
7370 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7371 this applies to functions.
7372
7373 * iswitchb.el (iswitchb-read-buffer): Move code of
7374 iswitchb-define-mode-map here, and delete that obsolete function.
7375
7376 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7377 font-lock-reference-face.
7378
7379 2012-09-25 Glenn Morris <rgm@gnu.org>
7380
7381 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7382 Doc fixes.
7383
7384 * eshell/em-term.el (eshell-term-name):
7385 Default to term-term-name. (Bug#12485)
7386
7387 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7388
7389 * progmodes/python.el (python-shell-send-buffer): Better handling
7390 of "if __name__ == '__main__':" conditionals when sending the buffer.
7391
7392 2012-09-24 Glenn Morris <rgm@gnu.org>
7393
7394 * eshell/esh-cmd.el (eshell-find-alias-function):
7395 Tighten up file-name regexp. (Bug#12499)
7396
7397 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7398
7399 Enhancements for triple-quote string syntax.
7400 * progmodes/python.el (python-quote-syntax): Remove.
7401 (python-syntax-propertize-function): New value.
7402 (python-syntax-count-quotes, python-syntax-stringify):
7403 New functions.
7404
7405 2012-09-24 Chong Yidong <cyd@gnu.org>
7406
7407 * mail/supercite.el (sc-version): Remove obsolete function.
7408 (sc-describe): Don't mark as obsolete, since it is bound.
7409 (sc-submit-bug-report): Remove.
7410
7411 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7412 (cvs-commit-buffer-require-final-newline): Remove.
7413 (log-edit-require-final-newline)
7414 (log-edit-changelog-full-paragraphs): Default to t.
7415
7416 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7417 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7418 * vc/vc.el (vc-checkout-carefully): Likewise.
7419
7420 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7421 (emerge-version): Remove.
7422
7423 * progmodes/compile.el (compile-internal): Remove.
7424 (compilation-parse-errors-function): Fix typo.
7425
7426 * international/mule.el (set-char-table-default): Remove.
7427 (set-coding-priority, make-coding-system, generic-char-p)
7428 (charset-list, charset-bytes, charset-id): Use declare to mark
7429 functions as obsolete.
7430
7431 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7432 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7433 * vc/vc-hooks.el (vc-default-registered): Don't use
7434 vc-master-templates.
7435
7436 * font-lock.el (font-lock-reference-face):
7437 Use define-obsolete-variable-alias.
7438
7439 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7440 * calendar/calendar.el (calendar-font-lock-keywords):
7441 * calendar/diary-lib.el (diary-font-lock-keywords)
7442 (diary-fancy-font-lock-keywords):
7443 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7444 * textmodes/reftex-index.el (reftex-insert-index):
7445 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7446 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7447 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7448 * progmodes/prolog.el (prolog-font-lock-keywords):
7449 * progmodes/idlwave.el (idlwave-idl-keywords):
7450 * progmodes/ada-mode.el (ada-font-lock-keywords):
7451 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7452
7453 2012-09-24 Glenn Morris <rgm@gnu.org>
7454
7455 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7456
7457 2012-09-23 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7458
7459 * progmodes/python.el (python-indent-line): More consistent cursor
7460 movement behavior.
7461
7462 2012-09-23 Stefan Merten <smerten@oekonux.de>
7463
7464 * textmodes/rst.el: Fix compiler warning.
7465
7466 2012-09-23 Roland Winkler <winkler@gnu.org>
7467
7468 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7469 Transcribe also LaTeX hyphenation.
7470 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7471 bibtex-reformat-previous-options.
7472
7473 2012-09-23 Roland Winkler <winkler@gnu.org>
7474
7475 * proced.el (proced-renice-command): New variable.
7476 (proced-marked-processes): New function.
7477 (proced-with-processes-buffer): New macro.
7478 (proced-send-signal): Use them.
7479 (proced-renice): New command bound to r.
7480
7481 2012-09-23 Roland Winkler <winkler@gnu.org>
7482
7483 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7484 ibuffer-saved-filter-groups has one element, shortcut the call of
7485 completing-read. (Bug#12331)
7486
7487 2012-09-23 Chong Yidong <cyd@gnu.org>
7488
7489 * bindings.el (mode-line-toggle-read-only):
7490 * bs.el (bs-toggle-readonly):
7491 * buff-menu.el (Buffer-menu-toggle-read-only):
7492 * dired.el (dired-toggle-read-only):
7493 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7494
7495 2012-09-23 Chong Yidong <cyd@gnu.org>
7496
7497 * image.el (image-type-available-p): Adapt to init-image-library
7498 argument changes.
7499
7500 2012-09-22 Juri Linkov <juri@jurta.org>
7501
7502 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7503 `dired-toggle-read-only'. (Bug#12462)
7504
7505 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7506
7507 * subr.el (temp-output-buffer-show): New function.
7508 (with-output-to-temp-buffer): Call temp-output-buffer-show
7509 instead of internal-temp-output-buffer-show.
7510
7511 2012-09-22 Chong Yidong <cyd@gnu.org>
7512
7513 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7514 (Bug#12462).
7515
7516 * repeat.el (repeat): Doc fix (Bug#12348).
7517
7518 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7519 (Bug#10909).
7520
7521 * simple.el (shell-command-on-region): Doc fix.
7522 (read-only-mode): Doc fix.
7523
7524 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7525
7526 * emacs-lisp/timer.el (run-with-idle-timer)
7527 (timer-activate-when-idle): Warn against reinvoking an idle timer
7528 from within its own timer action. (Bug#12447)
7529
7530 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7531
7532 * cus-start.el (window-combination-limit): Add new optional
7533 values.
7534 * window.el (temp-buffer-window-show)
7535 (window--try-to-split-window): Handle new values of
7536 window-combination-limit (Bug#1806).
7537 (split-window): Test window-combination-limit for t instead of
7538 non-nil.
7539 (display-buffer-at-bottom): New buffer display action function.
7540 * help.el (temp-buffer-resize-regexps): New option.
7541 (temp-buffer-resize-mode): Rewrite doc-string.
7542 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7543 Don't resize reused window. Suggested by Glenn Morris.
7544
7545 2012-09-22 Stefan Merten <smerten@oekonux.de>
7546
7547 * textmodes/rst.el: Revamp section title faces.
7548 (rst-official-version)
7549 (rst-package-emacs-version-alist): Sync with official version
7550 V1.4.0.
7551 (rst-faces-defaults, rst-set-level-default)
7552 (rst-level-face-max, rst-level-face-base-color)
7553 (rst-level-face-base-light, rst-level-face-format-light)
7554 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7555 (rst-adornment-faces-alist): Match new setup.
7556 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7557 (rst-level-5, rst-level-6): New faces.
7558
7559 2012-09-22 Chong Yidong <cyd@gnu.org>
7560
7561 * simple.el (undo): Handle indirect buffers (Bug#8207).
7562
7563 2012-09-21 Leo Liu <sdl.web@gmail.com>
7564
7565 IDO: Disable match re-ordering for buffer switching.
7566 * ido.el (ido-buffer-disable-smart-matches): New variable.
7567 (ido-set-matches-1): Use it. (Bug#2042)
7568
7569 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7570
7571 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7572 Fix 2011-05-17 change. (Bug#12418)
7573
7574 2012-09-21 Leo Liu <sdl.web@gmail.com>
7575
7576 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7577
7578 2012-09-21 Glenn Morris <rgm@gnu.org>
7579
7580 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7581 Be more robust about locating simple.el.
7582
7583 2012-09-21 Glenn Morris <rgm@gnu.org>
7584
7585 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7586
7587 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7588
7589 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7590
7591 2012-09-20 Juri Linkov <juri@jurta.org>
7592
7593 * replace.el (query-replace-read-from): Use `read-regexp' instead
7594 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7595 (occur-read-primary-args): Use `read-regexp' instead of
7596 `read-string'.
7597 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7598 `read-from-minibuffer'.
7599 * isearch.el (isearch-occur): Use `read-regexp' instead of
7600 `read-string'.
7601 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7602 `read-from-minibuffer'.
7603 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7604 of `read-string'. (Bug#7567)
7605
7606 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7607 and allow accepting a list of strings prepended to a list of
7608 standard default values. Doc fix. (Bug#12321)
7609
7610 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7611
7612 * replace.el (read-regexp): Don't add ": " when PROMPT already
7613 ends with a colon and space. (Bug#12321)
7614
7615 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7616
7617 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7618 error.
7619
7620 2012-09-20 Stefan Merten <smerten@oekonux.de>
7621
7622 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7623 Fixes feature request bug#11711.
7624 (rst-mode): Create `imenu-create-index-function'.
7625 (rst-get-stripped-line): Delete after refactoring.
7626 (rst-section-tree, rst-section-tree-rec)
7627 (rst-section-tree-point): Refactor and document properly.
7628 (rst-imenu-find-adornments-for-position)
7629 (rst-imenu-convert-cell, rst-imenu-create-index):
7630 New function.
7631
7632 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7635 (macroexp--expand-all): Use it.
7636 (macroexp--funcall-and-return): Remove by folding it into its sole
7637 caller (macroexp--warn-and-return).
7638 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7639 Use macroexp--obsolete-warning.
7640
7641 * calc/calc.el: Fix last change by removing the whole chunk, since it
7642 was only needed back when Calc was not bundled.
7643
7644 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7645
7646 * emacs-lisp/debug.el (debug): Restore assignment to
7647 debugger-old-buffer removed on 2012-09-08.
7648
7649 2012-09-20 Juri Linkov <juri@jurta.org>
7650
7651 * dired-aux.el (dired-diff): Remove (require 'diff) since
7652 `diff-latest-backup-file' is now autoloaded.
7653
7654 2012-09-20 Chong Yidong <cyd@gnu.org>
7655
7656 * vc/diff.el (diff-latest-backup-file): Autoload.
7657
7658 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7659
7660 * calc/calc.el: Remove redundant autoload shape check.
7661 (sel-mode): Don't defvar.
7662 (calc-get-stack-element): Add `sel-mode' arg instead.
7663 (calc-top, calc-top-list): Pass it this additional argument.
7664 * calc/calc-store.el (calc-store-map):
7665 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7666 (calc-map-equation, calc-outer-product, calc-inner-product):
7667 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7668
7669 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7670
7671 2012-09-19 Juri Linkov <juri@jurta.org>
7672
7673 * dired-aux.el (dired-diff): Add (require 'diff) because
7674 `diff-latest-backup-file' is not autoloaded.
7675 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7676 of `dired-get-filename' to t to not report error when there is
7677 no default file on the current line.
7678
7679 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7682 macroexp--eval-if-compile.
7683 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7684 (macroexp--expand-all): Use them (bug#12371).
7685
7686 * doc-view.el (doc-view-guess-paper-size)
7687 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7688
7689 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7690
7691 New feature: set optimal slice from BoundingBox information.
7692 * doc-view.el (doc-view-mode-map): Add keybinding.
7693 (doc-view-menu): Add menu entry.
7694 (doc-view-set-slice): Adapt docstring.
7695 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7696 (doc-view-scale-bounding-box)
7697 (doc-view-set-slice-from-bounding-box): New functions.
7698 (doc-view-paper-sizes): New defvar.
7699
7700 2012-09-19 Glenn Morris <rgm@gnu.org>
7701
7702 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7703 (byte-compile-log-warning): Autoload. (Bug#12371)
7704
7705 * calendar/calendar.el (calendar-american-month-header)
7706 (calendar-european-month-header, calendar-iso-month-header)
7707 (calendar-month-header): New options.
7708 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7709 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7710
7711 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7712
7713 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7714
7715 2012-09-18 Juri Linkov <juri@jurta.org>
7716
7717 * dired-aux.el (dired-diff): Restore original functionality of
7718 getting the default value, but keep new feature of using the
7719 latest existing backup file (`diff-latest-backup-file').
7720
7721 2012-09-18 Juri Linkov <juri@jurta.org>
7722
7723 * dired.el (dired-mark): If the region is active in Transient Mark
7724 mode, mark all files in the active region. Doc fix.
7725 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7726 Doc fix. (Bug#10624)
7727
7728 2012-09-18 Juri Linkov <juri@jurta.org>
7729
7730 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7731 attributes for M-n are pulled from the file at point.
7732 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7733 Suggested by Drew Adams. (Bug#10624)
7734
7735 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7736
7737 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7738 whitespace after "end".
7739 (ruby-do-end-to-brace): Collapse block to one line if it fits
7740 within fill-column.
7741
7742 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7743
7744 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7745 value.
7746 (debug): Don't remove debugger window when debugger is expected
7747 to be back.
7748
7749 2012-09-18 Chong Yidong <cyd@gnu.org>
7750
7751 * custom.el (defface): Doc fix.
7752
7753 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7754
7755 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7756
7757 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7758 to initialize query-on-exit; then test that instead (bug#12288).
7759
7760 2012-09-17 Stefan Merten <smerten@oekonux.de>
7761
7762 * textmodes/rst.el: Add support for `testcover'.
7763 (rst-defcustom-testcover, rst-testcover-add-compose)
7764 (rst-testcover-add-1value): New functions.
7765 (rst-portable-mark-active-p): Replace by `use-region-p'.
7766 (rst-update-section, rst-classify-adornment)
7767 (rst-find-title-line): Mark `1value' forms.
7768 (rst-classify-adornment): Remove superfluous form.
7769 (rst-update-section, rst-get-adornments-around)
7770 (rst-adornment-complete-p, rst-get-next-adornment)
7771 (rst-adjust, rst-promote-region)
7772 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7773 (rst-find-pfx-in-region, rst-section-tree-rec)
7774 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7775 (rst-toc-node, rst-toc, rst-forward-section)
7776 (rst-iterate-leftmost-paragraphs)
7777 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7778 (rst-bullet-list-region)
7779 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7780 (rst-compile-find-conf, rst-compile)
7781 (rst-repeat-last-character): Fix style.
7782
7783 2012-09-17 Chong Yidong <cyd@gnu.org>
7784
7785 * comint.el (comint--complete-file-name-data): Don't add a space
7786 if the status is `sole'; that adds a gratuitous space in the
7787 completion-cycling case (Bug#12092).
7788
7789 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7790
7791 2012-09-17 Richard Stallman <rms@gnu.org>
7792
7793 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7794 only in the mime-shown mode, not in raw mode.
7795 (rmail-mime): Toggle off mime by displaying the message without
7796 mime processing. (Bug#12305)
7797
7798 * mail/rmail.el (rmail-retry-failure):
7799 Turn off mime processing first. (Bug#12037)
7800
7801 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7802
7803 2012-09-17 Chong Yidong <cyd@gnu.org>
7804
7805 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7806 (shell-dynamic-complete-functions): Convert to defcustom.
7807 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7808
7809 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7810 * comint.el (comint-prompt-read-only):
7811 * custom.el (defcustom):
7812 * hi-lock.el (hi-lock-mode):
7813 * ibuffer.el (ibuffer-formats):
7814 * ielm.el (ielm-prompt-read-only):
7815 * novice.el (disable-command):
7816 * saveplace.el (toggle-save-place):
7817 * speedbar.el (speedbar-supported-extension-expressions):
7818 * startup.el (auto-save-list-file-prefix, init-file-user)
7819 (after-init-hook, inhibit-startup-echo-area-message):
7820 * strokes.el (strokes-help):
7821 * time-stamp.el (time-stamp):
7822 * calendar/calendar.el (calendar, diary-file):
7823 * calendar/diary-lib.el (diary-mail-entries, diary)
7824 (diary-list-entries-hook):
7825 * calendar/holidays.el (holidays, calendar-holidays):
7826 * calendar/lunar.el (lunar-phases):
7827 * calendar/solar.el (sunrise-sunset):
7828 * emulation/edt.el (edt-load-keys):
7829 * emulation/viper.el (viper-mode):
7830 * eshell/em-alias.el (eshell-command-aliases-list):
7831 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7832 * international/ogonek.el (ogonek-information):
7833 * net/tramp-cmds.el (tramp-bug):
7834 * net/quickurl.el (quickurl-reread-hook-postfix):
7835 * play/decipher.el (decipher-font-lock-keywords):
7836 * progmodes/cc-styles.el (c-set-style):
7837 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7838 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7839 * progmodes/octave-mod.el (octave-mode):
7840 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7841 * progmodes/verilog-mode.el (verilog-read-defines):
7842 * textmodes/two-column.el (2C-mode): Likewise.
7843
7844 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7845
7846 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7847 that holds many addresses.
7848
7849 2012-09-16 Chong Yidong <cyd@gnu.org>
7850
7851 * align.el (align-areas): Call the indication function with
7852 positions instead of markers for arguments (Bug#12343).
7853
7854 * files.el (parse-colon-path): Use split-string (Bug#12351).
7855
7856 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7857 (display-buffer-function): Mark as obsolete.
7858
7859 * progmodes/compile.el (compilation-parse-errors): Accept list
7860 values similar to font-lock-keywords (Bug#12136).
7861 Suggested by Oleksandr Manzyuk.
7862 (compilation-error-regexp-alist): Doc fix.
7863
7864 2012-09-15 Glenn Morris <rgm@gnu.org>
7865
7866 * version.el (emacs-bzr-version-bzr): New function.
7867 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7868
7869 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7870 checkouts, check the parent dirstate matches the branch.
7871 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7872 empty string.
7873
7874 * version.el (emacs-bzr-version): Doc fix.
7875 (emacs-bzr-version-dirstate): New function.
7876 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7877 is local try and check that it matches the branch. If not, just
7878 use dirstate information. (Bug#12441)
7879
7880 2012-09-14 Juri Linkov <juri@jurta.org>
7881
7882 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7883 (Bug#12399)
7884
7885 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7888
7889 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7890 Remove obsolete byte-compiler hack that tried to silence some warnings.
7891 (edebug-submit-bug-report): Remove.
7892 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7893 Remove aliases, use the un-prefixed name instead.
7894 (edebug-pop-to-buffer): Consider other frames.
7895 (edebug-original-read):: Make it more obvious that it's always defined.
7896 (edebug--make-form-data-entry, edebug--form-data-name)
7897 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7898 single-dashed name, and implement with cl-defstruct.
7899 (edebug-set-form-data-entry): Use the standard accessors.
7900 (edebug-make-top-form-data-entry): Use push.
7901 (edebug-no-match): Drop useless `funcall'.
7902 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7903 to functions.
7904 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7905 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7906 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7907 (easy-menu-define, with-custom-print): Remove redundant specs.
7908 (edebug-outside-overriding-local-map)
7909 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7910 (edebug--display): Bind unread-command-events directly to nil rather
7911 than binding it to unread-command-events and later setting it to nil.
7912 (edebug--display): Kill edebug-eval-buffer here...
7913 (edebug--recursive-edit): ...rather than here.
7914 Bind standard-output and standard-input.
7915 (edebug-eval): Check cl-macroexpand-all is fboundp.
7916 (edebug-temp-display-freq-count): Fix last change.
7917
7918 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7919 * subr.el (noreturn, 1value): Add `debug' spec.
7920 * emacs-lisp/advice.el: Require cl-lib.
7921 (ad-copy-tree): Remove, use copy-tree instead.
7922 (ad-dolist): Remove use dolist or cl-dolist instead.
7923 (ad-do-return): Remove, use cl-return instead.
7924 (defadvice): Add `debug' spec.
7925
7926 2012-09-13 Juri Linkov <juri@jurta.org>
7927
7928 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7929 (Bug#12399)
7930
7931 2012-09-13 Glenn Morris <rgm@gnu.org>
7932
7933 * calc/calc.el (math-compose-expr):
7934 * calc/calc-ext.el (math-compose-expr):
7935 * progmodes/cc-defs.el (cl-macroexpand-all):
7936 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7937 (cl-macroexpand-all): Update declarations.
7938
7939 * vc/vc.el: No need to require ediff.
7940 (ediff-load-version-control): Declare.
7941 (ediff-vc-internal): Fix declaration.
7942 (vc-version-ediff): Require ediff.
7943
7944 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7945
7946 Use a more backwards-compatible timer format (Bug#12430).
7947 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7948 being right after USECS, as that better supports old code that
7949 inadvisedly looked directly at the timer vector.
7950
7951 2012-09-13 Kenichi Handa <handa@gnu.org>
7952
7953 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7954 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7955 `coding-priority' property of these language environment.
7956
7957 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7958
7959 Fix glitches caused by addition of psec to timers (Bug#12430).
7960 * image.el (image-animate-timer):
7961 * time.el (display-time-world-timer):
7962 Use timer--function and timer--args rather than raw access to
7963 timer vector.
7964
7965 2012-09-13 Glenn Morris <rgm@gnu.org>
7966
7967 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7968 If not compiling a file, try using load-file-name.
7969
7970 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7973 Fix last change.
7974 (edebug-update-eval-list): Use `push'.
7975
7976 * emacs-lisp/edebug.el: Use lexical-binding.
7977 Remove the "edebug-" prefix from non-dynamically-scoped variables.
7978 Mark unused args with underscore.
7979 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7980 (edebug-form-data): Use defvar-local.
7981 (edebug-make-before-and-after-form, edebug-make-after-form):
7982 Use backquote.
7983 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7984 Not dynamically scoped any more.
7985 (edebug--enter-trace): Add arguments `function' and `args'.
7986 Rename from edebug-enter-trace.
7987 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
7988 (edebug--update-coverage): Add `after-index' and `value' args.
7989 Rename from edebug-update-coverage.
7990 (edebug-slow-after): Call it accordingly.
7991 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
7992 edebug-recursive-edit.
7993 (edebug--display): Call it accordingly. Add args `value',
7994 `offset-index', and `arg-mode'. Rename from edebug-display.
7995 (edebug-debugger, edebug): Call it accordingly.
7996 (edebug-eval-display-list): Use dolist.
7997
7998 2012-09-12 Juri Linkov <juri@jurta.org>
7999
8000 * info.el (Info-search): Don't check for isearch-mode and
8001 isearch-regexp before let-binding search-spaces-regexp to
8002 Info-search-whitespace-regexp.
8003 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8004 search-whitespace-regexp if isearch-lax-whitespace or
8005 isearch-regexp-lax-whitespace is non-nil.
8006 (Info-mode): Don't set local variable search-whitespace-regexp.
8007 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8008
8009 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8012 (debugger-env-macro): Remove support for unread-command-char.
8013
8014 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8015 the temporary map re-appearing on emulation-mode-map-alists.
8016
8017 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8018 since 22.1.
8019
8020 * ehelp.el (with-electric-help): Accept functions in
8021 electric-help-form-to-execute.
8022 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8023 And replace unread-command-char -> unread-command-events.
8024
8025 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
8026
8027 Sync with Tramp 2.2.6.
8028
8029 * net/tramp.el (tramp-accept-process-output): Don't use
8030 JUST-THIS-ONE in the XEmacs case.
8031
8032 * net/trampver.el: Update release number.
8033
8034 2012-09-12 Martin Rudalics <rudalics@gmx.at>
8035
8036 * emacs-lisp/debug.el (debugger-previous-window-height):
8037 New variable.
8038 (debug): When debugger-jumping-flag is non-nil try to restore
8039 height of debugger window. (Bug#8789)
8040
8041 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8044 overriding-local-map and pre/post-command-hook here.
8045 (edebug-recursive-edit): Do it here instead (bug#12345).
8046 (edebug-outside-unread-command-char): Remove all uses of
8047 unread-command-char.
8048
8049 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8050 inhibit-debugger is bound instead.
8051
8052 2012-09-11 Bastien Guerry <bzg@gnu.org>
8053
8054 * subr.el (set-temporary-overlay-map): Add a docstring.
8055 (Bug#12346)
8056
8057 2012-09-11 Bastien Guerry <bzg@gnu.org>
8058
8059 * minibuffer.el (completion-table-subvert): Fix docstring.
8060 (Bug#12347)
8061
8062 2012-09-11 Bastien Guerry <bzg@gnu.org>
8063
8064 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
8065
8066 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
8067
8068 * progmodes/sql.el: Version 3.1
8069 (sql-db2-escape-newlines): New variable.
8070 (sql-escape-newlines-filter): Use it.
8071
8072 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
8073
8074 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8075
8076 2012-09-10 Dan Nicolaescu <dann@gnu.org>
8077
8078 * vc/diff-mode.el (diff-mode-menu):
8079 Bind diff-remove-trailing-whitespace.
8080
8081 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8082
8083 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8084 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8085 (emacs-lisp-byte-code-mode): New functions.
8086 (eval-sexp-add-defvars): Don't skip defvars in column >0.
8087 (eval-defun-2): Remove bogus interactive spec.
8088 (lisp-indent-line): Remove redundant whole-exp code, now done in
8089 indent-according-to-mode.
8090 (save-match-data): Remove redundant indent data.
8091
8092 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8093 Use `declare'.
8094
8095 2012-09-09 Juri Linkov <juri@jurta.org>
8096
8097 * replace.el (replace-regexp-lax-whitespace): New defcustom.
8098 (replace-lax-whitespace, query-replace-regexp)
8099 (query-replace-regexp-eval, replace-regexp): Doc fix.
8100 (perform-replace, replace-highlight): Let-bind
8101 isearch-lax-whitespace to replace-lax-whitespace and
8102 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8103
8104 * isearch.el (isearch-query-replace): Let-bind
8105 replace-lax-whitespace to isearch-lax-whitespace and
8106 replace-regexp-lax-whitespace to
8107 isearch-regexp-lax-whitespace. (Bug#10885)
8108
8109 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8112
8113 2012-09-09 Alan Mackenzie <acm@muc.de>
8114
8115 * progmodes/cc-engine.el (c-state-cache-init):
8116 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8117 (c-record-parse-state-state):
8118 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8119
8120 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
8121
8122 * register.el (register-separator): Rename from
8123 separator-register. All uses changed. Doc fix.
8124 (register): Fix version.
8125
8126 2012-09-09 Chong Yidong <cyd@gnu.org>
8127
8128 * replace.el (query-replace-map): Bind four new symbols for
8129 requesting window scrolling.
8130
8131 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8132 query-replace-map (Bug#8948).
8133
8134 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8135
8136 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8137 since they are now in query-replace-map.
8138
8139 * window.el (scroll-other-window-down): Make the arg optional.
8140
8141 2012-09-09 Chong Yidong <cyd@gnu.org>
8142
8143 * files.el (hack-local-variables-confirm): Use quit-window to kill
8144 the *Local Variables* buffer.
8145
8146 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8147
8148 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8149 not just expect to be at its beginning. Adjust callees.
8150 Succeed when do-end block has no space before the pipe character.
8151 (ruby-brace-to-do-end): When the original block is one-liner,
8152 convert to multiline. Reindent the result.
8153
8154 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
8155
8156 * register.el (register): New group.
8157 (separator-register): New user option.
8158 (increment-register): Route it to `append-to-register', if
8159 register contains text. Implication is that `C-x r +' can now be
8160 used for appending to a text register (bug#12217).
8161 (append-to-register, prepend-to-register): Add separator based on
8162 `separator-register'.
8163
8164 2012-09-08 Alan Mackenzie <acm@muc.de>
8165
8166 AWK Mode: make auto-newline work when there's "==" in the pattern.
8167 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8168 correctly.
8169 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8170 Test more rigorously for "=" token.
8171
8172 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8173
8174 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8175 Only fail when reached LIMIT.
8176
8177 2012-09-08 Chong Yidong <cyd@gnu.org>
8178
8179 * dired.el (dired-mode-map): Don't bind M-=.
8180
8181 * dired-aux.el (dired-diff): Use backup file as default.
8182
8183 2012-09-08 Drew Adams <drew.adams@oracle.com>
8184
8185 * subr.el (add-to-history): Fix delete usage (Bug#12314).
8186
8187 2012-09-08 Chong Yidong <cyd@gnu.org>
8188
8189 * subr.el (syntax-after, syntax-class): Doc fix.
8190
8191 2012-09-08 Martin Rudalics <rudalics@gmx.at>
8192
8193 * window.el (display-buffer-in-previous-window): New buffer
8194 display action function.
8195
8196 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8197 (debugger-previous-window): New variable.
8198 (debug): Rewrite using display-buffer-in-previous-window,
8199 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
8200
8201 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8202
8203 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
8204
8205 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
8206
8207 * progmodes/python.el (python-shell-send-string):
8208 When default-directory is remote, create temp file on remote
8209 filesystem.
8210 (python-shell-send-file): When file is remote, pass local view of
8211 file paths to remote Python interpreter. (Bug#12340)
8212
8213 2012-09-07 Chong Yidong <cyd@gnu.org>
8214
8215 * window.el (switch-to-buffer): Doc fix (Bug#12181).
8216
8217 * files.el (after-find-file): Don't fail on a read-only buffer if
8218 require-final-newline is `visit' or `visit-save' (Bug#11156).
8219
8220 * subr.el (read-char-choice): Allow quitting via ESC ESC.
8221
8222 * userlock.el (ask-user-about-supersession-threat):
8223 Use read-char-choice (Bug#12093).
8224
8225 2012-09-07 Chong Yidong <cyd@gnu.org>
8226
8227 * subr.el (buffer-narrowed-p): New function.
8228
8229 * ses.el (ses-widen):
8230 * simple.el (count-words--buffer-message):
8231 * net/browse-url.el (browse-url-of-buffer): Use it.
8232
8233 * simple.el (count-words-region): Don't signal an error if there
8234 is a non-nil prefix arg and the mark is not set.
8235
8236 * help.el (describe-key-briefly): Allow the message to be seen
8237 when invoked from the minibuffer (Bug#7014).
8238
8239 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8240
8241 * progmodes/ruby-mode.el (ruby-end-of-defun)
8242 (ruby-beginning-of-defun): Simplify, allow indentation before
8243 block beginning and end keywords.
8244 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8245 (ruby-end-of-defun): Expect that the point is at the beginning of
8246 the defun.
8247
8248 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8251 (bug#12367).
8252 (cl--make-usage-args): Strip _ from argument names.
8253
8254 2012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
8255
8256 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8257 obsolete alias speedbar-key-map.
8258 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8259 (vhdl-index-menu-init): Don't use obsolete variable
8260 font-lock-maximum-size.
8261
8262 2012-09-06 Chong Yidong <cyd@gnu.org>
8263
8264 * frame.el (window-system-version): Mark as obsolete.
8265
8266 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8267 of obsolete variable speedbar-key-map.
8268
8269 2012-09-06 Juri Linkov <juri@jurta.org>
8270
8271 * replace.el (replace-lax-whitespace): New defcustom.
8272 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8273 (replace-string, replace-regexp): Mention it in docstrings.
8274 (perform-replace, replace-highlight): Let-bind
8275 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8276 to the values of replace-lax-whitespace and regexp-flag.
8277 Don't let-bind search-whitespace-regexp. (Bug#10885)
8278
8279 * isearch.el (isearch-query-replace): Let-bind
8280 replace-lax-whitespace instead of let-binding
8281 replace-search-function and replace-re-search-function.
8282 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8283 and isearch-regexp-lax-whitespace to lazy-highlight variables.
8284 (isearch-toggle-symbol): Set isearch-regexp to nil
8285 in isearch-word mode (like in isearch-toggle-word).
8286
8287 2012-09-06 Juri Linkov <juri@jurta.org>
8288
8289 * replace.el (replace-search-function)
8290 (replace-re-search-function): Set default values to nil.
8291 (perform-replace): Let-bind isearch-related variables based on
8292 replace-related values, call `isearch-search-fun' and let-bind
8293 the result to `search-function'. Remove code that sets
8294 `search-function' and `search-string' separately for
8295 `delimited-flag'.
8296 (replace-highlight): Add new argument `delimited-flag' and
8297 rename other arguments to the names used in `perform-replace'.
8298 Let-bind `isearch-word' to the argument `delimited-flag'.
8299 (Bug#10885, bug#10887)
8300
8301 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8302
8303 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8304 ruby-beginning-of-indent, simplify, allow all keywords to have
8305 indentation before them.
8306 (ruby-beginning-of-indent): Adjust for above. Search until the
8307 found point is not inside a string or comment.
8308 (ruby-font-lock-keywords): Allow symbols to start with "@"
8309 character, give them higher priority than variables.
8310 (ruby-syntax-propertize-function)
8311 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8312 matchers. Expression expansions are not comments when inside a
8313 string, and there comment syntax status is irrelevant.
8314 (ruby-match-expression-expansion): New function. Check that
8315 expression expansion is inside a string, and it's not escaped.
8316 (ruby-font-lock-keywords): Use it.
8317
8318 2012-09-05 Martin Rudalics <rudalics@gmx.at>
8319
8320 * help.el (temp-buffer-max-height): New default value.
8321 (temp-buffer-resize-frames): New option.
8322 (resize-temp-buffer-window): Optionally resize frame.
8323
8324 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8325 (fit-frame-to-buffer): New function.
8326
8327 2012-09-05 Glenn Morris <rgm@gnu.org>
8328
8329 * emulation/cua-rect.el (cua--init-rectangles):
8330 * textmodes/picture.el (picture-mode-map):
8331 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8332 like forward-char and backward-char. (Bug#12317)
8333
8334 2012-09-05 Leo Liu <sdl.web@gmail.com>
8335
8336 * progmodes/flymake.el (flymake-warning-re): New variable.
8337 (flymake-parse-line): Use it.
8338
8339 2012-09-05 Glenn Morris <rgm@gnu.org>
8340
8341 * calendar/holidays.el (holiday-christian-holidays):
8342 Rename an entry. (Bug#12289)
8343
8344 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8347 (bug#12222).
8348
8349 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8350
8351 * loadup.el: Load macroexp. Remove hack.
8352 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8353 (macroexp--expand-all): Use it to get better warnings.
8354 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8355 (internal-macroexpand-for-load): New functions.
8356 (macroexp--pending-eager-loads): New var.
8357 (emacs-startup-hook): New hack to replace one in loadup.el.
8358 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8359 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8360 (cl-psetf): Simplify.
8361 (cl-defstruct): Add indent rule.
8362
8363 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8364
8365 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8366 over `user-mail-address' for the SMTP MAIL FROM envelope.
8367 (smtpmail-via-smtp): Ditto.
8368
8369 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8370
8371 * progmodes/ruby-mode.el: Clean up keybindings.
8372 (ruby-mode-map): Don't bind ruby-electric-brace,
8373 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8374 backward-kill-word, reindent-then-newline-and-indent.
8375 (ruby-mark-defun): Remove.
8376 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8377 (ruby-mode): Set local beginning-of-defun-function and
8378 end-of-defun-function values.
8379
8380 2012-09-03 Martin Rudalics <rudalics@gmx.at>
8381
8382 * window.el (temp-buffer-window-setup-hook)
8383 (temp-buffer-window-show-hook): New hooks.
8384 (temp-buffer-window-setup, temp-buffer-window-show)
8385 (with-temp-buffer-window): New functions.
8386 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8387 (special-display-popup-frame): Make sure the window used shows BUFFER.
8388
8389 * help.el (temp-buffer-resize-mode): Fix doc-string.
8390 (resize-temp-buffer-window): New optional argument WINDOW.
8391
8392 * files.el (recover-file, save-buffers-kill-emacs):
8393 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8394
8395 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8396
8397 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8398 remote definition of `default-directory', ensure we can connect.
8399
8400 2012-09-02 Juri Linkov <juri@jurta.org>
8401
8402 Toggle whitespace matching mode with M-s SPC.
8403 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8404
8405 * isearch.el (search-whitespace-regexp): Doc fix.
8406 Remove cons cell customization.
8407 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8408 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8409 New variables.
8410 (isearch-forward, isearch-forward-regexp): Doc fix.
8411 (isearch-toggle-lax-whitespace): New command.
8412 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8413 (re-search-forward-lax-whitespace)
8414 (re-search-backward-lax-whitespace): New functions.
8415 (isearch-whitespace-regexp): Remove function.
8416 (isearch-query-replace): Let-bind replace-search-function and
8417 replace-re-search-function.
8418 (isearch-occur): Let-bind search-spaces-regexp according to the
8419 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8420 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8421 condition for C-q SPC.
8422 (isearch-search-fun-default): Use new functions mentioned above.
8423 (isearch-search-forward, isearch-search-backward): Remove functions.
8424 (isearch-search): Don't let-bind search-spaces-regexp.
8425 (isearch-lazy-highlight-space-regexp): Remove variable.
8426 (isearch-lazy-highlight-lax-whitespace)
8427 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8428 (isearch-lazy-highlight-new-loop): Use them.
8429 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8430
8431 2012-09-02 Chong Yidong <cyd@gnu.org>
8432
8433 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8434
8435 2012-09-02 Glenn Morris <rgm@gnu.org>
8436
8437 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8438
8439 2012-09-01 Glenn Morris <rgm@gnu.org>
8440
8441 * term.el: Tidy up menu definitions.
8442 (term-mode-map): Use easymenu for In/Out, Complete menus.
8443 (term-pager-break-map): Initialize in the defvar.
8444 (term-terminal-menu, term-signals-menu): Define with easymenu.
8445 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8446 (term-pager-menu): New, extracted from term-process-pager.
8447 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8448 (term-update-mode-line): Propertize line/char and page items.
8449 (term-process-pager): Move keymap initialization elsewhere.
8450
8451 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8452
8453 * window.el (switch-to-prev-buffer): Handle additional values of
8454 BURY-OR-KILL argument. Don't switch in minibuffer window.
8455 (switch-to-next-buffer): Don't switch in minibuffer window.
8456 (quit-restore-window): New function based on quit-window.
8457 Handle additional values of former KILL argument.
8458 (quit-window): Call quit-restore-window with appropriate
8459 interpretation of KILL argument.
8460 (display-buffer-below-selected): New buffer display action
8461 function.
8462
8463 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * minibuffer.el (completion-at-point-functions): Complete docstring
8466 (bug#12254).
8467
8468 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8469
8470 Better seed support for (random).
8471 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8472 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8473 * play/mpuz.el, play/tetris.el, play/zone.el:
8474 * calc/calc-comb.el (math-init-random-base):
8475 * play/blackbox.el (bb-init-board):
8476 * play/life.el (life):
8477 * server.el (server-use-tcp):
8478 * type-break.el (type-break):
8479 Remove unnecessary call to (random t).
8480 * net/sasl.el (sasl-unique-id-function):
8481 Change (random t) to (random), now that the latter is more random.
8482 * play/life.el (life-initialized): Remove no-longer-needed var.
8483
8484 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8485
8486 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8487 Consider frame's buffer predicate when choosing the buffer.
8488 (Bug#12081)
8489
8490 2012-08-30 Richard Stallman <rms@gnu.org>
8491
8492 * simple.el (special-mode-map): Delete binding for `z'.
8493
8494 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8495
8496 * progmodes/compile.el (compilation-always-kill): Doc fix.
8497
8498 2012-08-30 Chong Yidong <cyd@gnu.org>
8499
8500 * window.el (display-buffer-reuse-frames): Make the obsolescence
8501 message more informative.
8502
8503 2012-08-30 Glenn Morris <rgm@gnu.org>
8504
8505 * paren.el (show-paren-delay):
8506 Add a :set function. Doc fix. (Bug#12297)
8507
8508 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8509
8510 * progmodes/compile.el (compilation-always-kill): New var.
8511 (compilation-start): Use it.
8512
8513 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8516 * files.el (read-only-mode): Move to simple.el.
8517
8518 * files.el (read-only-mode): New minor mode.
8519 (toggle-read-only): Use it and mark obsolete.
8520 (find-file--read-only):
8521 * vc/vc.el (vc-next-action, vc-checkout):
8522 * vc/vc-cvs.el (vc-cvs-checkout):
8523 * obsolete/vc-mcvs.el (vc-mcvs-update):
8524 * ffap.el (ffap--toggle-read-only): Update callers.
8525
8526 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8527
8528 * eshell/esh-ext.el (eshell-external-command): Do not examine
8529 remote shell scripts.
8530 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8531
8532 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8533 "/usr/local/sbin".
8534
8535 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8538
8539 2012-08-28 Leo Liu <sdl.web@gmail.com>
8540
8541 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8542 completion-at-point. (Bug#12220)
8543
8544 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8545
8546 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8547
8548 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8551 be buffer-local; add delete-trailing-whitespace (bug#12259).
8552
8553 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8554
8555 * progmodes/hideif.el (hif-compress-define-list):
8556 Fix typo. (Bug#11951)
8557
8558 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8559
8560 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8561 buffer local setting.
8562
8563 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8564 rcirc-encode-coding-system.
8565
8566 2012-08-28 Leo Liu <sdl.web@gmail.com>
8567
8568 * net/rcirc.el (rcirc-split-message): New function.
8569 (rcirc-send-message): Use it. (Bug#12051)
8570
8571 2012-08-28 Juri Linkov <juri@jurta.org>
8572
8573 * info.el (Info-fontify-node): Hide empty lines at the end of
8574 the node. (Bug#12272)
8575
8576 2012-08-27 Drew Adams <drew.adams@oracle.com>
8577
8578 * dired.el (dired-pop-to-buffer): Make window start at beginning
8579 of buffer (Bug#12281).
8580
8581 2012-08-26 Chong Yidong <cyd@gnu.org>
8582
8583 * window.el (special-display-regexps, special-display-frame-alist)
8584 (special-display-buffer-names, special-display-function)
8585 (display-buffer-reuse-frames): Mark as obsolete.
8586
8587 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8588
8589 * help.el (help-print-return-message): Don't treat
8590 display-buffer-reuse-frames specially.
8591
8592 2012-08-26 Chong Yidong <cyd@gnu.org>
8593
8594 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8595 New variable, replacing gdb-frame-parameters.
8596 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8597 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8598 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8599 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8600 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8601 the functions directly with gdb-display-buffer-other-frame-action.
8602 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8603 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8604 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8605 (gdb-display-registers-buffer): Define directly.
8606 (def-gdb-display-buffer): Macro deleted.
8607 (gdb-display-buffer): Remove second and third args, callers don't
8608 use them. Defer to the default display-buffer behavior, apart
8609 from making windows dedicated.
8610 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8611
8612 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8613
8614 * window.el (display-buffer-pop-up-frame): Handle a
8615 pop-up-frame-parameters alist entry.
8616 (display-buffer): Document it.
8617
8618 2012-08-26 Chong Yidong <cyd@gnu.org>
8619
8620 * isearch.el (search-whitespace-regexp): Make string and nil
8621 values apply to both ordinary and regexp search. Allow a cons
8622 cell value to distinguish between the two.
8623 (isearch-whitespace-regexp, isearch-search-forward)
8624 (isearch-search-backward): New functions.
8625 (isearch-occur, isearch-search-fun-default, isearch-search)
8626 (isearch-lazy-highlight-new-loop): Use them.
8627 (isearch-forward, isearch-forward-regexp): Doc fix.
8628
8629 2012-08-26 Chong Yidong <cyd@gnu.org>
8630
8631 * faces.el (help-argument-name): Always inherit from italic
8632 (Bug#12213).
8633
8634 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8635
8636 * window.el (window--even-window-heights): Even heights when
8637 WINDOW and the selected window form a vertical combination.
8638 (display-buffer-use-some-window): Provide that window used gets
8639 sized back by quit-window. (Bug#11880) and (Bug#12091)
8640
8641 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8642
8643 Fix file time stamp problem with bzr and CVS (Bug#12001).
8644 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8645 in the file's time stamp, since the version control system loses
8646 that information.
8647
8648 2012-08-22 Juri Linkov <juri@jurta.org>
8649
8650 * info.el (Info-fontify-node): Hide the suffix of the
8651 Info file name in the header line. (Bug#12187)
8652
8653 2012-08-22 Glenn Morris <rgm@gnu.org>
8654
8655 * calendar/cal-tex.el (cal-tex-weekly-common):
8656 Restore leading blank page.
8657
8658 2012-08-22 Le Wang <l26wang@gmail.com>
8659
8660 * misc.el (forward-to-word, backward-to-word): Activate or extend
8661 the region under `shift-select-mode'. (Bug#12231)
8662
8663 2012-08-22 Bastien Guerry <bzg@gnu.org>
8664
8665 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8666 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8667 gives details on why the space is never needed.
8668
8669 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8670
8671 * window.el (walk-window-tree, window-with-parameter):
8672 New optional argument MINIBUF to control whether these functions
8673 should run on the minibuffer window.
8674 (window-at-side-list): Don't operate on minibuffer window.
8675 (window-in-direction): Simplify and rewrite doc-string.
8676 (window--size-ignore): Rename to window--size-ignore-p.
8677 Update callers.
8678 (display-buffer-in-atom-window, window--major-non-side-window)
8679 (window--major-side-window, display-buffer-in-major-side-window)
8680 (delete-side-window, display-buffer-in-side-window):
8681 New functions.
8682 (window--side-check, window-deletable-p, delete-window)
8683 (delete-other-windows, split-window): Handle side windows and
8684 atomic windows appropriately.
8685 (window--display-buffer): Call display-buffer-record-window also
8686 when the window buffer did not change.
8687
8688 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8689
8690 * help-fns.el (help-fns--key-bindings):
8691 Abbreviate non-symbol remap targets. (Bug#12174)
8692
8693 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8694
8695 * dired.el (dired-mark-remembered): Don't clobber point.
8696 (Bug#11795)
8697
8698 2012-08-22 Glenn Morris <rgm@gnu.org>
8699
8700 * progmodes/bug-reference.el (bug-reference): New custom group.
8701 (bug-reference-bug-regexp): Make it a defcustom.
8702
8703 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8704
8705 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8706 (js-paren-indent-offset, js-square-indent-offset)
8707 (js-curly-indent-offset): Add :safe (Bug#12257).
8708
8709 2012-08-22 Edward O'Connor <hober0@gmail.com>
8710
8711 * json.el (json-key-format): Add error properties.
8712 (json-encode-key): New function.
8713 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8714 Use json-encode-key.
8715
8716 2012-08-22 Glenn Morris <rgm@gnu.org>
8717
8718 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8719 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8720 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8721 Update for above change.
8722
8723 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8724
8725 * cus-face.el (custom-face-attributes): Fix customize type for the
8726 :underline attribute. (Bug#11805)
8727
8728 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8729
8730 * window.el (window-point-1, set-window-point-1): Remove.
8731 (window-in-direction, record-window-buffer)
8732 (set-window-buffer-start-and-point, split-window-below)
8733 (window--state-get-1, display-buffer-record-window):
8734 Replace calls to window-point-1 and set-window-point-1 by calls to
8735 window-point and set-window-point respectively.
8736
8737 2012-08-21 Glenn Morris <rgm@gnu.org>
8738
8739 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8740 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8741 Use it.
8742
8743 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8744 (cal-tex-shortday): New function.
8745 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8746 (cal-tex-cursor-filofax-daily): Use the above.
8747
8748 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8749 New functions.
8750 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8751 (cal-tex-cursor-filofax-week): Use them.
8752
8753 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8754 New constants.
8755 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8756 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8757
8758 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8759 (cal-tex-end-document): Don't rely on buffer name.
8760
8761 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8762 Use cal-tex-vspace.
8763 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8764 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8765 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8766 Use cal-tex-arg.
8767
8768 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8769 (cal-tex-cursor-week, cal-tex-cursor-week2)
8770 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8771 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8772 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8773 (cal-tex-insert-preamble, cal-tex-b-document)
8774 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8775 Improve cal-tex-cmd usage.
8776
8777 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8778 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8779 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8780 (cal-tex-weekly-paper): New function.
8781 (cal-tex-cursor-week, cal-tex-cursor-week2)
8782 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8783 (cal-tex-cursor-day): Use it.
8784
8785 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8786 (cal-tex-cursor-filofax-week): Remove leading blank page.
8787
8788 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8789 Add autoload cookie. For now at least, don't use color, since
8790 no other cal-tex function does.
8791
8792 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8793 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8794 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8795
8796 2012-08-21 Juri Linkov <juri@jurta.org>
8797
8798 * info.el (Info-file-attributes): New variable.
8799 (info-insert-file-contents): Add file attributes to
8800 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8801 `Info-toc-nodes' when previous modtime of the Info file is less
8802 than new modtime.
8803 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8804 of info.el. (Bug#12230)
8805
8806 2012-08-20 Glenn Morris <rgm@gnu.org>
8807
8808 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8809 * calendar/holidays.el (calendar-holiday-list):
8810 Report errors with display-warning rather than beep'n'sleep.
8811
8812 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8813
8814 * net/tramp.el (tramp-accept-process-output): Accept only output
8815 from PROC. Otherwise, process filters and sentinels might be
8816 confused. (Bug#12145)
8817
8818 2012-08-20 Chong Yidong <cyd@gnu.org>
8819
8820 * descr-text.el (describe-text-properties-1): Use overlays-in to
8821 report on empty overlays (Bug#3322).
8822
8823 2012-08-20 Glenn Morris <rgm@gnu.org>
8824
8825 * mail/rmailout.el (rmail-output-read-file-name):
8826 Trap and report errors in rmail-output-file-alist elements.
8827
8828 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8829 since most non-font-lock faces are not also variables).
8830
8831 2012-08-20 Edward Reingold <reingold@iit.edu>
8832
8833 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8834 New function. (Bug12160)
8835
8836 2012-08-19 Glenn Morris <rgm@gnu.org>
8837
8838 * mail/rmailout.el (rmail-output-read-file-name):
8839 Fix previous change (when the alist is nil or does not match).
8840
8841 2012-08-19 Chong Yidong <cyd@gnu.org>
8842
8843 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8844 (Bug#12228).
8845
8846 2012-08-18 Chong Yidong <cyd@gnu.org>
8847
8848 * simple.el (yank-handled-properties): New defcustom.
8849 (yank-excluded-properties): Add font-lock-face and category.
8850 (yank): Doc fix.
8851
8852 * subr.el (remove-yank-excluded-properties):
8853 Obey yank-handled-properties. The special handling of font-lock-face
8854 and category is now done this way, instead of being hard-coded.
8855 (insert-for-yank-1): Remove font-lock-face handling.
8856 (yank-handle-font-lock-face-property)
8857 (yank-handle-category-property): New function.
8858
8859 2012-08-17 Glenn Morris <rgm@gnu.org>
8860
8861 * mail/rmailout.el (rmail-output-read-file-name):
8862 Check rmail-output-file-alist against the full message body
8863 in the correct rmail buffer. (Bug#12214)
8864
8865 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8866
8867 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8868 Eliminate superfluous prompt. (Bug#12203)
8869
8870 2012-08-17 Chong Yidong <cyd@gnu.org>
8871
8872 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8873 font spec, set the font directly (Bug#3228).
8874
8875 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8876
8877 * window.el (delete-window): Fix last fix.
8878
8879 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8880
8881 * window.el (window-valid-p): Move to window.c.
8882 (window-child, window-child-count, window-last-child)
8883 (window-normalize-window, window-combined-p)
8884 (window-combinations, window-atom-root, window-min-size)
8885 (window-sizable, window-sizable-p, window-size-fixed-p)
8886 (window-min-delta, window-max-delta, window--resizable)
8887 (window--resizable-p, window-resizable, window-total-size)
8888 (window-full-height-p, window-full-width-p, window-body-size)
8889 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8890 (minimize-window, window-deletable-p, delete-window)
8891 (delete-other-windows, set-window-buffer-start-and-point)
8892 (next-buffer, previous-buffer, split-window, balance-windows-2)
8893 (set-window-text-height, window-buffer-height)
8894 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8895 (truncated-partial-width-window-p): Minor code adjustments.
8896 In doc-strings state whether the argument window has to denote a
8897 live, valid or any window.
8898
8899 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8900
8901 * progmodes/subword.el (subword-forward-function)
8902 (subword-backward-function, subword-forward-regexp)
8903 (subword-backward-regexp): New variables.
8904 (subword-forward, subword-forward-internal, subword-backward-internal):
8905 Use new variables, eg so that different "word" definitions
8906 can be easily used. (Bug#11411)
8907
8908 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8911 for composite selectors.
8912 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8913 operation just because we can't find a previous revision.
8914
8915 2012-08-15 Chong Yidong <cyd@gnu.org>
8916
8917 * frame.el (set-frame-font): Accept font objects.
8918
8919 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8922
8923 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8924
8925 * man.el (Man-overstrike-face, Man-underline-face)
8926 (Man-reverse-face): Remove variables.
8927 (Man-overstrike, Man-underline, Man-reverse): New faces.
8928 (Man-fontify-manpage): Use them instead of the variables.
8929 (Man-cleanup-manpage): Comment change.
8930 (Man-ansi-color-map): New variable.
8931 (Man-fontify-manpage): Use it.
8932 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8933
8934 Implement ANSI SGR parameters 22-27 (bug#12146).
8935 * ansi-color.el (ansi-colors): Doc fix.
8936 (ansi-color-context, ansi-color-context-region): Doc fix.
8937 (ansi-color--find-face): New function.
8938 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8939 Rename the local variable `face' to `codes' since it is now a list of
8940 ansi codes. Doc fix.
8941 (ansi-color-get-face): Remove.
8942 (ansi-color-parse-sequence): New function, derived from
8943 ansi-color-get-face.
8944 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8945 codes 22-27.
8946
8947 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * subr.el (read-passwd): Allow use from a minibuffer.
8950
8951 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8952
8953 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8954 inside comments and strings as identifiers.
8955
8956 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8957 expression to evaluate. This allows to evaluate expressions with
8958 embedded whitespace.
8959 (gud-tooltip-tips): Add a blank before the newline in the
8960 message-box text, for the benefit of message-box emulation on
8961 MS-Windows.
8962
8963 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8964 messages from GDB, pop them up in a tooltip to give feedback to
8965 user.
8966 (gdb-tooltip-print-1): Quote the expression to evaluate.
8967 This allows to evaluate expressions with embedded whitespace.
8968 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8969 if the TTY name is nil or empty (which happens when communicating
8970 with the inferior via pipes, e.g. on MS-Windows).
8971 (gdb-internals): If GDB sends a "&\n" empty debugging message,
8972 don't send that to the GUD buffer.
8973
8974 2012-08-14 Glenn Morris <rgm@gnu.org>
8975
8976 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8977 Optimize away setq-default with no args, as for setq. (Bug#12195)
8978
8979 2012-08-14 Chong Yidong <cyd@gnu.org>
8980
8981 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8982
8983 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8984 (Bug#12085).
8985
8986 2012-08-14 Glenn Morris <rgm@gnu.org>
8987
8988 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8989
8990 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
8991
8992 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8993 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8994 Use cached shell name.
8995
8996 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
8997
8998 * progmodes/python.el (python-shell-send-string):
8999 (python-shell-send-setup-code): Do not use `format' with `message'.
9000
9001 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
9002
9003 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9004 (ruby-percent-literal-beg-re): New constant.
9005 (ruby-syntax-general-delimiters-goto-beg): Rename to
9006 `ruby-syntax-enclosing-percent-literal', improve literal type check.
9007 (ruby-syntax-propertize-general-delimiters): Rename to
9008 `ruby-syntax-propertize-percent-literal', it's a shorter and more
9009 popular term. Adjust comments everywhere.
9010 (ruby-syntax-propertize-percent-literal): Only propertize when not
9011 inside a simple string or comment. When the literal is unclosed,
9012 leave the text after it unpropertized.
9013 (ruby-syntax-methods-before-regexp): New constant.
9014 (ruby-syntax-propertize-function): Use it to recognize regexps.
9015 Don't look at the text after regexp, just use the whitelist.
9016
9017 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
9018
9019 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9020 non-nil always load the compiled file if it exists. (Bug#12197)
9021
9022 2012-08-14 Chong Yidong <cyd@gnu.org>
9023
9024 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9025 (hi-lock-set-pattern): When deciding whether to use font lock or
9026 overlays, look at font-lock-mode instead of font-lock-fontified
9027 (Bug#12168).
9028 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9029 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9030
9031 2012-08-14 Daiki Ueno <ueno@unixuser.org>
9032
9033 * subr.el (internal--after-with-selected-window): Fix typo
9034 (Bug#12193).
9035
9036 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9037
9038 Use `completion-table-dynamic' for completion functions.
9039 * progmodes/python.el
9040 (python-shell-completion--do-completion-at-point)
9041 (python-shell-completion--get-completions):
9042 Remove functions.
9043 (python-shell-completion-complete-at-point): New function.
9044 (python-completion-complete-at-point): Use it.
9045
9046 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
9047
9048 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9049 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9050
9051 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * subr.el (function-get): Refine `autoload' arg so it can also
9054 autoload functions for gv.el (bug#12191).
9055 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9056 autoloads macros.
9057
9058 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9059 Prefer pcase-let over destructuring-bind.
9060 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9061 Also, remove whitespace as we go, rather than after accumulating the
9062 various places.
9063
9064 * subr.el (internal--before-with-selected-window)
9065 (internal--after-with-selected-window): Fix typo seleted->selected.
9066 (with-selected-window): Adjust callers.
9067 Reported by Dmitry Gutov <dgutov@yandex.ru>.
9068
9069 2012-08-13 Bastien Guerry <bzg@gnu.org>
9070
9071 * window.el (special-display-popup-frame): Minor docstring
9072 enhancement. (Bug#12172)
9073
9074 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
9075
9076 * tar-mode.el (tar-header-data-end): Only ignore size for files of
9077 type 1-6.
9078 (tar-header-block-summarize, tar-get-descriptor): Handle pax
9079 extended headers.
9080
9081 * files.el (hack-local-variables-filter): Remove useless eval.
9082
9083 2012-08-13 Martin Rudalics <rudalics@gmx.at>
9084
9085 * subr.el (with-selected-window): Fix last change.
9086
9087 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * subr.el (internal--before-with-seleted-window)
9090 (internal--after-with-seleted-window): New functions.
9091 (with-selected-window): Use them, to replace dependency on
9092 tty-top-frame.
9093
9094 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
9095
9096 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9097 binding for `newline'.
9098 (ruby-move-to-block): When moving backward, stop at block opening,
9099 not indentation.
9100 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9101 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9102 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9103 `ruby-toggle-block'.
9104
9105 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9106
9107 * ibuffer.el (ibuffer-do-toggle-read-only):
9108 * dired.el (dired-toggle-read-only):
9109 * buff-menu.el (Buffer-menu-toggle-read-only):
9110 * bindings.el (mode-line-toggle-read-only):
9111 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9112
9113 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
9114
9115 * descr-text.el (describe-char): Put the overlays over the
9116 "displayed as" character.
9117
9118 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
9119
9120 * calc/calc-units.el (math-default-units-table): Give an
9121 initial value.
9122 (math-put-default-units): Add options to put composite units and
9123 unit systems in the default units table.
9124 (calc-convert-units): Send composite units to
9125 `math-put-default-units' when appropriate.
9126
9127 2012-08-11 Glenn Morris <rgm@gnu.org>
9128
9129 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9130
9131 * tutorial.el (help-with-tutorial):
9132 * emacs-lisp/copyright.el (copyright-update-directory):
9133 * emacs-lisp/autoload.el (autoload-find-generated-file)
9134 (autoload-find-file): Disable local eval: (for insurance).
9135
9136 * files.el (hack-local-variables-filter): If an eval: form is not
9137 known to be safe, and enable-local-variables is :safe, then ignore
9138 the form totally, as is done for non-eval forms. (Bug#12155)
9139 This is CVE-2012-3479.
9140
9141 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9144 (rx-form): Simplify.
9145
9146 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
9147
9148 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9149 ?, _, and : are symbol constituents, ! is not (but kinda should be).
9150 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9151 (ruby-syntax-propertize-function): Adjust for changes in
9152 `ruby-syntax-propertize-heredoc'.
9153
9154 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
9155
9156 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9157 binding (use `M-;' instead).
9158 (ruby-singleton-class-p): New function.
9159 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9160
9161 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9164
9165 2012-08-10 Chong Yidong <cyd@gnu.org>
9166
9167 * progmodes/python.el (python-shell-get-process-name): Don't mess
9168 with same-window-buffer-names.
9169
9170 * eshell/eshell.el (eshell-add-to-window-buffer-names)
9171 (eshell-remove-from-window-buffer-names): Make obsolete.
9172 (eshell-buffer-name, eshell-unload-hook): Don't use them.
9173 (eshell): Just use pop-to-buffer-same-window instead.
9174
9175 2012-08-10 Chong Yidong <cyd@gnu.org>
9176
9177 * bindings.el: Bind M-= back to count-words-region.
9178
9179 * simple.el (count-words-region): Accept a prefix arg for acting
9180 on the entire buffer.
9181 (count-words--buffer-message): New helper function.
9182
9183 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9186 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9187 (event-start, event-end): Use posn-at-point to return a more
9188 informative posn.
9189 (posnp): New function.
9190 * mouse.el (popup-menu-normalize-position): Use it.
9191
9192 2012-08-10 Masatake YAMATO <yamato@redhat.com>
9193
9194 * mouse.el (popup-menu-normalize-position): New function.
9195 (popup-menu): Use `popup-menu-normalize-position' to normalize
9196 the form for POSITION argument.
9197
9198 * term/x-win.el (x-menu-bar-open):
9199 Use the value returend from (posn-at-point) as position
9200 passed to `popup-menu'.
9201
9202 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9203
9204 * calc/calccomp.el (math-compose-expr): Add extra argument
9205 indicating that parentheses should be put around products in
9206 denominators. Give multiplication precedence over division during
9207 composition.
9208
9209 2012-08-09 Chong Yidong <cyd@gnu.org>
9210
9211 * man.el (Man-switches, Man-sed-command, Man-awk-command)
9212 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9213 (Man-untabify-command, manual-program): Convert to defcustom
9214 (Bug#10429).
9215
9216 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9217
9218 * descr-text.el (describe-char): Don't insert extra newlines
9219 (Bug#10127).
9220
9221 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9222 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9223
9224 * align.el (align-region): Delete temporary markers (Bug#10047).
9225 Plus some code cleanups.
9226
9227 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9228
9229 * progmodes/python.el (python-pdbtrack-tracked-buffer)
9230 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9231 (python-shell-internal-last-output): Use make-local-variable
9232 instead of make-variable-buffer-local.
9233
9234 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9235
9236 * progmodes/python.el: Enhancements to forward-sexp.
9237 (python-nav-forward-sexp): Rename from
9238 python-nav-forward-sexp-function.
9239 (python-nav--forward-sexp, python-nav--backward-sexp):
9240 New functions.
9241
9242 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9243
9244 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9245 modes and simplification modes.
9246
9247 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * delsel.el (delete-selection-pre-hook): Don't propagate the
9250 file-supersession signals (bug#12161).
9251
9252 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9255 (cl-map-extents): Add compatibility aliases (bug#12135).
9256
9257 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
9258
9259 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9260 tests by `ignore-error'.
9261 (tramp-find-shell): Open also a new shell, when cache is already
9262 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
9263
9264 2012-08-08 Juri Linkov <juri@jurta.org>
9265
9266 * bookmark.el: Add `defaults' property to the bookmark record.
9267 (bookmark-current-buffer): Doc fix.
9268 (bookmark-make-record): Add `defaults' property with default values
9269 to the bookmark record.
9270 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9271 with `bookmark-insert-current-bookmark'.
9272 (bookmark-set): Get `defaults' property from the bookmark record
9273 and use it in `read-from-minibuffer'.
9274 (bookmark-insert-current-bookmark): Remove function.
9275
9276 * info.el (Info-bookmark-make-record): Add `defaults' property
9277 with values of canonical Info node name, the current Info file
9278 name and the current Info node name. (Bug#12107)
9279
9280 2012-08-08 Juri Linkov <juri@jurta.org>
9281
9282 * files.el (basic-save-buffer): Use `buffer-name' as the default
9283 of `read-file-name' when buffer is not visiting a file (bug#12128).
9284
9285 2012-08-08 Juri Linkov <juri@jurta.org>
9286
9287 * info.el (Info-isearch-search): Doc fix.
9288 (Info-search): Change search-failed message from "initial node" to
9289 "end of node" (bug#12078).
9290 (Info-isearch-search): Change `isearch-string-state' to
9291 `isearch--state-string'.
9292
9293 2012-08-08 Glenn Morris <rgm@gnu.org>
9294
9295 * language/persian.el: Remove file.
9296 * language/misc-lang.el: Move unique part of persian.el here.
9297 * loadup.el: Remove language/persian.
9298
9299 2012-08-08 Ă“scar Fuentes <ofv@wanadoo.es>
9300
9301 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9302
9303 2012-08-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9304
9305 * progmodes/python.el: Fix defsubst warning.
9306 (python-syntax-context) Rename from python-info-ppss-context.
9307 (python-syntax-context-type): Rename from
9308 python-info-ppss-context-type.
9309 (python-syntax-comment-or-string-p): Rename from
9310 python-info-ppss-comment-or-string-p.
9311
9312 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9313
9314 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9315
9316 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
9317
9318 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9319 a defcustom that is quoted with backquote.
9320
9321 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9322 Fix handling of interactive spec when the body uses return.
9323 (math-do-arg-check, math-define-function-body): Use backquote forms.
9324 * calc/calc-ext.el (math-defcache): Likewise.
9325 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9326 * allout.el (allout-new-exposure): Likewise.
9327 * calc/calcalg2.el (math-tracing-integral): Likewise.
9328 * info.el (Info-last-menu-item): Likewise.
9329 * emulation/vip.el (vip-loop): Likewise.
9330 * textmodes/artist.el (artist-funcall): Likewise.
9331 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9332 Construct menu-item directly.
9333
9334 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9335 Don't declare.
9336
9337 2012-08-07 Chong Yidong <cyd@gnu.org>
9338
9339 * simple.el (deactivate-mark): Preserve text properties when
9340 saving the primary selection (Bug#8384).
9341
9342 2012-08-07 Kevin Ryde <user42@zip.com.au>
9343
9344 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9345 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9346 and continue processing (Bug#12110).
9347
9348 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9349
9350 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9351 syntax-propertize-function (bug#10095).
9352
9353 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9354
9355 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9356 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9357 describe-function-1.
9358 (describe-function-1): Use them. Move compiler macro after sig.
9359 (help-fns--compiler-macro): Use function-get. Assume we're already in
9360 standard-output. Adjust layout to new call order.
9361
9362 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9363 re-binding a symbol that has a symbol-macro (bug#12119).
9364
9365 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9366
9367 * language/persian.el: New file. (Bug#11812)
9368 * loadup.el: Add language/persian.el.
9369
9370 2012-08-06 Chong Yidong <cyd@gnu.org>
9371
9372 * window.el (window--maybe-raise-frame): New function.
9373 (window--display-buffer): Split off from here.
9374 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9375 (display-buffer-pop-up-window, display-buffer-use-some-window):
9376 Obey an inhibit-switch-frame action alist entry.
9377 (display-buffer): Update doc.
9378
9379 * replace.el (occur-after-change-function): Avoid losing focus by
9380 using the inhibit-switch-frame display parameter (Bug#12139).
9381
9382 2012-08-06 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9383
9384 Make internal shell process buffer names start with space.
9385 * progmodes/python.el (python-shell-make-comint): Add optional
9386 argument INTERNAL.
9387 (run-python-internal): Use it.
9388 (python-shell-internal-get-or-create-process): Check for new
9389 internal buffer names.
9390
9391 2012-08-06 Glenn Morris <rgm@gnu.org>
9392
9393 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9394 Do less getting and setting of environment variables.
9395
9396 2012-08-05 Chong Yidong <cyd@gnu.org>
9397
9398 * proced.el (proced): Add substitution string to docstring to
9399 trigger autoloading of the proced library on C-h f (Bug#1768).
9400
9401 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9402 Don't show defvars which have no second argument (Bug#8638).
9403
9404 * imenu.el (imenu-generic-expression): Move documentation here
9405 from imenu--generic-function.
9406 (imenu--generic-function): Refer to imenu-generic-expression.
9407
9408 2012-08-05 Vegard Ă˜ye <vegard_oye@hotmail.com> (tiny change)
9409
9410 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9411 indentation declaration.
9412 (viper-loop): Add indentation declaration (Bug#7025).
9413
9414 2012-08-05 Chong Yidong <cyd@gnu.org>
9415
9416 * help-fns.el (describe-variable): Add hyperlink for
9417 directory-local variables files. Improve buffer-local and
9418 permanent-local reporting; suggested by MON KEY (Bug#6644).
9419
9420 * help-mode.el (help-dir-local-var-def): New button type.
9421
9422 * files.el (kill-buffer-hook): Provide a defvar.
9423
9424 2012-08-05 Glenn Morris <rgm@gnu.org>
9425
9426 * eshell/esh-ext.el (eshell/addpath):
9427 Also update eshell-path-env. (Bug#12013)
9428
9429 2012-08-05 Chong Yidong <cyd@gnu.org>
9430
9431 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9432
9433 * fringe.el (fringe-styles): Add docstring.
9434 (fringe--check-mode): New function.
9435 (set-fringe-mode, set-fringe-style): Use it.
9436 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9437
9438 * files.el (set-auto-mode): Fix invalid setq call.
9439
9440 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * isearch.el: Misc simplification; use defstruct.
9443 (isearch-mode-map): Dense maps now work like sparse ones.
9444 (isearch--state): New defstruct.
9445 (isearch-string-state, isearch-message-state, isearch-point-state)
9446 (isearch-success-state, isearch-forward-state)
9447 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9448 (isearch-wrapped-state, isearch-barrier-state)
9449 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9450 replaced by defstruct's accessors.
9451 (isearch--set-state): Rename from isearch-top-state and change
9452 calling convention.
9453 (isearch-push-state): Use new isearch--get-state.
9454 (isearch-toggle-word): Disable regexp when enabling word.
9455 (isearch-message-prefix): Remove unused arg _c-q-hack.
9456 (isearch-message-suffix): Remove unused arg _ellipsis.
9457
9458 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9459
9460 * simple.el (list-processes--refresh): For a server use :host or
9461 :local as the address.
9462 (list-processes): Doc fix.
9463
9464 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9465
9466 * lisp/mpc.el: Support password in host argument.
9467 (mpc--proc-connect): Parse and use new password element.
9468 Set mpc-proc variable instead of returning process.
9469 (mpc-proc): Adjust accordingly.
9470
9471 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9472
9473 * whitespace.el (whitespace-display-mappings): Use Unicode
9474 codepoints, instead of emacs-mule codepoints. See
9475 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9476 for the details.
9477
9478 * files.el (file-truename): Don't skip symlink-chasing part on
9479 windows-nt. Incorporate the resolution of 8+3 short aliases on
9480 Windows into the loop that recursively chases symlinks.
9481 Compare directory and its parent case-insensitively on MS-Windows and
9482 MS-DOS.
9483
9484 2012-08-03 Chong Yidong <cyd@gnu.org>
9485
9486 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9487
9488 * sort.el (sort-regexp-fields): Doc fix.
9489
9490 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9491
9492 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9493 labels regex position point at the expected place.
9494
9495 2012-08-03 MON KEY <monkey@sandpframing.com>
9496
9497 * net/imap.el (imap-interactive-login, imap-authenticate)
9498 (imap-mailbox-lsub, imap-mailbox-list)
9499 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9500 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9501 (imap-parse-response): Doc fix.
9502
9503 2012-08-03 JoĂ£o TĂ¡vora <joaotavora@gmail.com>
9504
9505 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9506 if sexp scanning does not move point (Bug#5734).
9507
9508 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9509
9510 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9511 Add listings, minted, and ctable packages.
9512 (reftex-label-alist-builtin): Move listings, minted, and ctable
9513 entries before LaTeX.
9514 (reftex-label-alist): Docfix.
9515
9516 2012-08-02 Bastien Guerry <bzg@gnu.org>
9517
9518 * replace.el (occur): Fix docstring (bug#12122).
9519
9520 2012-08-02 Glenn Morris <rgm@gnu.org>
9521
9522 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9523
9524 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9525
9526 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9527 * international/mule-cmds.el: Create
9528 inactivate-current-input-method-function as an obsolete alias for
9529 deactivate-current-input-method-function. See Katsumi Yamaoka in
9530 <http://bugs.gnu.org/10150#46>.
9531
9532 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9533
9534 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9535 of nested `if's.
9536
9537 2012-08-01 Glenn Morris <rgm@gnu.org>
9538
9539 * progmodes/autoconf.el (autoconf-definition-regexp):
9540 Add AH_TEMPLATE, adjust submatch numbering.
9541 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9542 (autoconf-current-defun-function): Update for above change.
9543 (autoconf-current-defun-function): First skip to end of current word.
9544
9545 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9546
9547 * calendar/cal-html.el (cal-html-insert-agenda-days):
9548 Fix typo. (Bug#12018)
9549
9550 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9551
9552 Shell processes: enhancements to startup and CEDET compatibility.
9553 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9554 (python-shell-make-comint): accept-process-output at startup.
9555 (run-python-internal): Set inferior-python-mode-hook to nil.
9556 (python-shell-internal-get-or-create-process): call sit-for.
9557 (python-preoutput-result): Add obsolete alias.
9558 (python-shell-internal-send-string): Use it.
9559 (python-shell-send-setup-code): Remove call to
9560 accept-process-output.
9561
9562 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9563
9564 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9565 (Bug#12108)
9566
9567 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9568
9569 * calc-mode.el (calc-basic-simplification-mode): Rename from
9570 `calc-limited-simplification-mode'.
9571 (calc-alg-simplification-mode): New function.
9572 (calc-set-simplify-mode): Adjust message.
9573
9574 * calc.el (calc-set-mode-line): Adjust mode line display for
9575 basic simplification mode.
9576
9577 * calc-help.el (calc-m-prefix-help): Update help message.
9578
9579 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9580 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9581
9582 2012-07-31 Bastien Guerry <bzg@gnu.org>
9583
9584 * man.el (man): Fix comment. (bug#12101)
9585
9586 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9587
9588 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9589 Don't return a non-nil value when no suitable buffer was found.
9590
9591 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9592
9593 * progmodes/python.el (run-python-internal): Disable font lock for
9594 internal shells.
9595
9596 2012-07-30 Stefan Merten <smerten@oekonux.de>
9597
9598 * textmodes/rst.el: Silence `checkdoc-ispell'.
9599 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9600 (rst-official-version, rst-official-cvs-rev)
9601 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9602 (rst-mode-map): New key binding.
9603
9604 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9605
9606 Update .PHONY listings in makefiles.
9607 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9608 autoloads, update-subdirs, updates, bzr-update, update-authors,
9609 compile-onefile, compile-calc, backup-compiled-files,
9610 compile-after-backup, compile-one-process, mh-autoloads,
9611 bootstrap-clean, distclean, maintainer-clean.
9612
9613 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9614
9615 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9616 (calc-set-mode-line): Don't display "AlgSimp ".
9617
9618 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9619 (calc-lim-simplify-mode): New function.
9620 (calc-set-simplify-mode): Default to 'alg.
9621 (calc-default-simplify-mode): Make algebraic simplifications
9622 the default.
9623
9624 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9625 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9626
9627 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9628 indicate new simplification modes.
9629
9630 * calc/README: Mention new default simplification mode.
9631
9632 * calc/calc.el (math-normalize-error): New variable.
9633 (math-normalize): Set `math-normalize-error' to t
9634 when there's an error.
9635
9636 * calc/calc-alg.el (math-simplify): Don't simplify when
9637 `math-normalize' returns an error.
9638
9639 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9640
9641 * international/mule-cmds.el (set-locale-environment): Revert last
9642 change, since display-graphic-p returns nil when this function is
9643 called during startup. Instead...
9644
9645 * term/w32console.el (terminal-init-w32console): ...setup the
9646 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9647
9648 2012-07-29 Juri Linkov <juri@jurta.org>
9649
9650 * simple.el (goto-line): Don't display default line number in the
9651 prompt because it should be displayed by `read-number' (bug#9952).
9652 Add the current line number to the defaults of `goto-line' to
9653 allow its easier modification by users with `M-n' (bug#9201).
9654
9655 * subr.el (read-number): Support multiple default values like in
9656 other minibuffer reading functions. Replace `read' with
9657 `string-to-number' for consistency with `number-to-string'.
9658
9659 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9660
9661 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9662 * emulation/viper-init.el (viper-deactivate-input-method-action):
9663 Rename from viper-inactivate-input-method-action.
9664 (viper-deactivate-input-method):
9665 Rename from viper-inactivate-input-method.
9666 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9667 * international/mule-cmds.el (deactivate-input-method):
9668 Rename from inactivate-input-method.
9669 Also run input-method-deactivate-hook.
9670 (deactivate-current-input-method-function):
9671 Rename from inactivate-current-input-method-function.
9672 (input-method-deactivate-hook): New hook.
9673 (input-method-inactivate-hook): Mark obsolete.
9674 (inactivate-input-method): Mark obsolete.
9675
9676 * international/quail.el (quail-activate):
9677 Also run quail-deactivate-hook.
9678 (quail-deactivate): Rename from quail-inactivate.
9679 * international/robin.el (robin-activate):
9680 Also run robin-deactivate-hook.
9681 (robin-deactivate): Rename from robin-inactivate.
9682
9683 2012-07-29 Chong Yidong <cyd@gnu.org>
9684
9685 * simple.el (indicate-copied-region): New function.
9686 (kill-ring-save): Split off from here.
9687
9688 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9689 (kill-rectangle): Set deactivate-mark to t on read-only error.
9690
9691 * register.el (copy-to-register, copy-rectangle-to-register):
9692 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9693 (append-to-register, prepend-to-register): Call indicate-copied-region.
9694
9695 2012-07-29 Juri Linkov <juri@jurta.org>
9696
9697 * simple.el (async-shell-command-buffer): New defcustom.
9698 (shell-command): Use it. (Bug#4719)
9699
9700 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9701
9702 * international/mule-cmds.el (set-locale-environment): In a
9703 console session on MS-Windows, set up keyboard and terminal
9704 encoding from the OEM codepage, not the ANSI codepage.
9705 (Bug#12055)
9706
9707 2012-07-28 Chong Yidong <cyd@gnu.org>
9708
9709 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9710 gdb-get-location.
9711
9712 2012-07-28 Leo Liu <sdl.web@gmail.com>
9713
9714 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9715 the alist (bug#12029).
9716
9717 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9718
9719 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9720 (compile-always, compile-first)
9721 ($(lisp)/calendar/cal-loaddefs.el)
9722 ($(lisp)/calendar/diary-loaddefs.el)
9723 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9724 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9725 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9726 instead of on update-subdirs.
9727 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9728
9729 2012-07-28 Chong Yidong <cyd@gnu.org>
9730
9731 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9732 directory if vc-deduce-backend returns nil (Bug#7350).
9733
9734 * simple.el (delete-trailing-lines): New option.
9735 (delete-trailing-whitespace): Obey it (Bug#11879).
9736
9737 2012-07-28 David Engster <deng@randomsample.de>
9738
9739 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9740 Explanation of new 'symbol-qnames feature in doc-strings.
9741 (xml-maybe-do-ns): Return expanded names as plain symbols if
9742 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9743 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9744
9745 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9746
9747 Consistent completion in inferior python with emacs -nw.
9748 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9749 binding in inferior-python-mode-map with "\t".
9750 (python-shell-completion-complete-at-point)
9751 (python-completion-complete-at-point): Remove interactive spec.
9752
9753 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9754
9755 * calc/calccomp.el (math-compose-expr): Undo previous change.
9756
9757 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9758
9759 * progmodes/python.el (python-mode-map): Add keybinding for
9760 run-python.
9761 (python-shell-make-comint): Fix pop-to-buffer call.
9762 (run-python): Autoload. New arg SHOW.
9763 (python-shell-get-or-create-process): Do not pop python process
9764 buffer.
9765
9766 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9767
9768 * notifications.el (notifications-on-action-signal)
9769 (notifications-on-closed-signal): Use also the bus address for the map.
9770 (notifications-notify, notifications-close-notification)
9771 (notifications-get-capabilities): Add optional argument BUS.
9772
9773 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9774
9775 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9776 Add support for the lstlisting and minted environments, and for the
9777 ctable macro.
9778 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9779 labels written in keyvals syntax.
9780
9781 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9782
9783 * calc/calccomp.el (math-compose-expr): Use parentheses when
9784 there is a product in the denominator of a fraction.
9785
9786 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9787
9788 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9789 ($(lisp)/calendar/diary-loaddefs.el)
9790 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9791 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9792 Fixes failures in parallel bootstrap because subdirs.el is being
9793 rewritten while the autoload files are built at the same time,
9794 which needs to load subdirs.el.
9795
9796 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9797
9798 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9799 (mouse-drag-line): Don't exit tracking when a switch-frame or
9800 switch-window event occurs (Bug#12006).
9801
9802 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * mouse.el (popup-menu): Fix last change.
9805
9806 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 Autoload from Lisp with more care. Follow aliases when looking for
9809 function properties.
9810 * subr.el (autoloadp): New function.
9811 (symbol-file): Use it.
9812 (function-get): New function.
9813 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9814 autoload-do-load.
9815 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9816 (lisp-indent-function):
9817 * emacs-lisp/gv.el (gv-get):
9818 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9819 * emacs-lisp/byte-opt.el (byte-optimize-form):
9820 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9821 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9822 Use function-get.
9823 * emacs-lisp/cl.el: Don't propagate function properties any more.
9824
9825 * speedbar.el (speedbar-add-localized-speedbar-support):
9826 * emacs-lisp/disass.el (disassemble-internal):
9827 * desktop.el (desktop-load-file):
9828 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9829 (describe-function-1):
9830 * emacs-lisp/find-func.el (find-function-noselect):
9831 * emacs-lisp/elp.el (elp-instrument-function):
9832 * emacs-lisp/advice.el (ad-has-proper-definition):
9833 * apropos.el (apropos-safe-documentation, apropos-macrop):
9834 * emacs-lisp/debug.el (debug-on-entry):
9835 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9836 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9837 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9838
9839 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9840
9841 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9842 function, not an obsolete variable (Bug#12046).
9843
9844 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9845
9846 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9847
9848 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9849
9850 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9851 window only if it is still live (Bug#12034).
9852
9853 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9854
9855 * subr.el (redirect-frame-focus): Add advertised calling
9856 convention (Bug#12030).
9857
9858 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9859
9860 Prefer typical American spelling for "acknowledgment".
9861 * vc/add-log.el (change-log-acknowledgment): Rename from
9862 change-log-acknowledgement, with an alias for the old name.
9863
9864 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9865
9866 * calc-alg.el (math-simplify-divide): Don't cross multiply
9867 in an equation when the lhs is a variable.
9868
9869 2012-07-24 Julien Danjou <julien@danjou.info>
9870
9871 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9872 Remove, unused.
9873
9874 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9875
9876 * startup.el (command-line): Don't display an empty user name in
9877 the error message about non-existent home directory, when
9878 init-file-user was set to an empty string. See
9879 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9880 for the details and context.
9881
9882 2012-07-22 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9883
9884 * ses.el (ses-cell-formula-aset): New macro.
9885 (ses-cell-references-aset): New macro.
9886 (ses-cell-p): New function.
9887 (ses-rename-cell): Do no longer rely on complex operations like
9888 ses-cell-set-formula or ses-set-cell to change the cell and handle
9889 the undo at the same time, but rather use lower level new macros
9890 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9891 the undo directly. Refresh the mode line.
9892
9893 2012-07-21 Leo Liu <sdl.web@gmail.com>
9894
9895 * progmodes/cc-cmds.el (c-defun-name):
9896 Use match-string-no-properties instead for consistency.
9897
9898 2012-07-20 Leo Liu <sdl.web@gmail.com>
9899
9900 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9901 (Bug#7879)
9902
9903 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9904
9905 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9908 * progmodes/bug-reference.el, misearch.el: Provide themselves
9909 (bug#11915).
9910
9911 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9912 of narrowed buffer (bug#11966).
9913
9914 2012-07-20 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9915
9916 * ses.el (ses-rename-cell): Set new name also in reference list of
9917 cells of which the renamed cell depends.
9918
9919 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9920
9921 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9922 to check whether menu-bar is shown or not. If not shown,
9923 show the menu-bar as a popup menu instead of using tmm.
9924 * mouse.el (popup-menu): Accept `point' as `position' argument.
9925
9926 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9927
9928 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9929 up inside string symbol literal (bug#11923).
9930
9931 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9932
9933 * startup.el (fancy-startup-text): Read the whole tutorial, not
9934 just its first 256 bytes. Prevents gibberish in display of the
9935 tutorial title.
9936
9937 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9938
9939 Drop idle buffer compaction due to an absence of the
9940 proved efficiency.
9941 * compact.el: Remove.
9942
9943 2012-07-19 Sam Steingold <sds@gnu.org>
9944
9945 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9946 vc-bzr-pull & vc-bzr-merge-branch.
9947 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9948 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9949 for consistency with compilation-error-regexp-alist.
9950 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9951 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9952 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9953 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9954
9955 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * emacs-lisp/chart.el: Use lexical-binding.
9958 (chart-emacs-storage): Don't hardcode the list of entries.
9959
9960 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9961
9962 Next round of tweaks caused by Fgarbage_collect changes.
9963 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9964
9965 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9966
9967 Compact buffers when idle.
9968 * compact.el: New file.
9969
9970 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9971
9972 * subr.el (eventp): Presume that if it looks vaguely like an event,
9973 it's an event (bug#10190).
9974
9975 2012-07-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9976
9977 Enhancements to ppss related code (thanks Stefan).
9978 * progmodes/python.el (python-indent-context)
9979 (python-indent-calculate-indentation, python-indent-dedent-line)
9980 (python-indent-electric-colon, python-nav-forward-block)
9981 (python-mode-abbrev-table)
9982 (python-info-assignment-continuation-line-p): Simplify checks
9983 for ppss context.
9984 (python-info-continuation-line-p): Cleanup.
9985 (python-info-ppss-context): Do not catch 'quote.
9986 (python-info-ppss-context-type)
9987 (python-info-ppss-comment-or-string-p): Simplify.
9988
9989 2012-07-18 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9990
9991 * progmodes/python.el: Enhancements to eldoc support.
9992 (python-info-current-symbol): New function.
9993 (python-eldoc-at-point): Use python-info-current-symbol.
9994 (python-info-current-defun): Fix cornercase on first defun scan.
9995 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9996 and signal error when no inferior python process is available.
9997
9998 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
9999
10000 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10001 assume it's always t.
10002 (vc-git-registered): Remove caching, the function is only called
10003 once.
10004 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10005
10006 2012-07-18 Chong Yidong <cyd@gnu.org>
10007
10008 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10009
10010 * simple.el (count-words): Report on narrowing (Bug#9959).
10011
10012 * bindings.el: Bind M-= to count-words.
10013
10014 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10015
10016 2012-07-18 Masatake YAMATO <yamato@redhat.com>
10017
10018 * progmodes/sh-script.el (sh-imenu-generic-expression):
10019 Capture a function with `function' keyword and without parentheses
10020 like "function FOO" (bug#11856).
10021
10022 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
10023
10024 * window.el (split-window-sensibly): Make WINDOW argument
10025 optional.
10026
10027 2012-07-18 Chong Yidong <cyd@gnu.org>
10028
10029 * subr.el (keyboard-translate): Doc fix (Bug#7261).
10030
10031 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10032 and make C-x 8 RET exit isearch (Bug#11439).
10033
10034 * international/iso-transl.el: Move isearch-mode-map key
10035 definitions to isearch.el.
10036
10037 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10038
10039 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10040 (eieio-defclass): Use gv-define-setter when possible.
10041
10042 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
10043
10044 Reflect recent changes in Fgarbage_collect.
10045 * emacs-lisp/chart.el (chart-emacs-storage): Change to
10046 reflect new format of data returned by Fgarbage_collect.
10047
10048 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10049
10050 New utility functions + python-info-ppss-context fix (Bug#11910).
10051 * progmodes/python.el (python-info-beginning-of-block-statement-p)
10052 (python-info-ppss-comment-or-string-p): New functions.
10053 (python-info-ppss-context): Small fix for string check.
10054
10055 2012-07-17 Juri Linkov <juri@jurta.org>
10056
10057 * dired-aux.el (dired-do-async-shell-command): Doc fix.
10058 (dired-do-async-shell-command): Don't add `*' at the end of the
10059 command (Bug#11815).
10060 (dired-do-shell-command): Doc fix.
10061 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10062 Join the individual commands using either "&" or ";" as the
10063 separator depending on the values of these trailing characters.
10064 At the end re-add the trailing "&". (Bug#10598)
10065
10066 * simple.el (async-shell-command): Sync the interactive spec with
10067 `shell-command'. Doc fix.
10068 (shell-command): Doc fix.
10069
10070 2012-07-17 Juri Linkov <juri@jurta.org>
10071
10072 * descr-text.el (describe-char): Fix format args. (Bug#10129)
10073
10074 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10075
10076 Final renames and doc fixes for movement commands (bug#11899).
10077 * progmodes/python.el (python-nav-beginning-of-statement):
10078 Rename from python-nav-statement-start.
10079 (python-nav-end-of-statement): Rename from
10080 python-nav-statement-end.
10081 (python-nav-beginning-of-block): Rename from
10082 python-nav-block-start.
10083 (python-nav-end-of-block): Rename from python-nav-block-end.
10084
10085 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10086
10087 * progmodes/python.el (python-shell-send-string-no-output):
10088 Allow accept-process-output to quit, keeping shell process ready for
10089 future interactions (Bug#11868).
10090
10091 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10094
10095 * emacs-lisp/elint.el (elint-find-args-in-code):
10096 Use help-function-arglist, so as to handle lexical byte-code.
10097
10098 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10099 change (bug#11826).
10100
10101 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10104 Avoid spuriously marking the buffer as modified because of c-is-sws.
10105
10106 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10107 as not-a-comment (bug#11946).
10108
10109 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10110 for uninterned vars.
10111
10112 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10113 Use read-event since we don't really want to read chars but bytes.
10114
10115 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10116 $$..$$ but also $..$ using regexps (bug#11953).
10117 Use tex-verbatim for \url and \path.
10118 (tex-font-lock-keywords): Define as defconst like the others.
10119 (tex-common-initialization): Don't use font-lock-syntax-table any more.
10120
10121 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10122
10123 * international/mule-cmds.el (ucs-insert): Make it an obsolete
10124 alias for insert-char.
10125
10126 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10127
10128 * progmodes/python.el: Simplified imenu implementation.
10129 (python-nav-jump-to-defun): Remove command.
10130 (python-mode-map): Use `imenu' instead.
10131 (python-nav-list-defun-positions-cache)
10132 (python-imenu-include-defun-type, python-imenu-make-tree)
10133 (python-imenu-subtree-root-label, python-imenu-index-alist):
10134 Remove vars.
10135 (python-nav-list-defun-positions, python-nav-read-defun)
10136 (python-imenu-tree-assoc, python-imenu-make-element-tree)
10137 (python-imenu-make-tree, python-imenu-create-index):
10138 Remove functions.
10139 (python-mode): Update to interact with imenu by setting
10140 `imenu-extract-index-name-function' only.
10141
10142 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10143
10144 * progmodes/python.el: Enhancements to navigation commands.
10145 (python-nav-backward-sentence)
10146 (python-nav-forward-sentence): Remove.
10147 (python-nav-backward-statement, python-nav-forward-statement)
10148 (python-nav-statement-start, python-nav-statement-end)
10149 (python-nav-backward-block, python-nav-forward-block)
10150 (python-nav-block-start, python-nav-block-end)
10151 (python-nav-forward-sexp-function)
10152 (python-info-current-line-comment-p)
10153 (python-info-current-line-empty-p): New functions.
10154 (python-indent-context): Use `python-nav-statement-start'.
10155
10156 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
10157
10158 * eshell/em-ls.el (eshell/ls): Use `apply'.
10159
10160 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10161 multi-hops, instead of Tramp internals.
10162
10163 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10164
10165 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10166 when F1 and F2 are located on different hosts.
10167
10168 2012-07-14 Chong Yidong <cyd@gnu.org>
10169
10170 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10171 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10172 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10173 (xterm-mouse--read-event-sequence-1000)
10174 (xterm-mouse--read-event-sequence-1006): New functions. For old
10175 mouse protocol, handle M-mouse-X events correctly.
10176 (xterm-mouse-event): New arg specifying mouse protocol.
10177 (turn-on-xterm-mouse-tracking-on-terminal)
10178 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10179 sequence to toggle extended coordinates on newer XTerms.
10180 This appears to be harmless on terminals which do not support this.
10181
10182 2012-07-14 Leo Liu <sdl.web@gmail.com>
10183
10184 Add fringe bitmap indicators for flymake. (Bug#11253)
10185 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10186 (flymake-make-overlay): New arg BITMAP.
10187 (flymake-error-bitmap, flymake-warning-bitmap)
10188 (flymake-fringe-indicator-position): New user variables.
10189
10190 * fringe.el: New bitmap exclamation-mark.
10191
10192 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
10193
10194 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10195 also (Bug#7879).
10196
10197 2012-07-14 Chong Yidong <cyd@gnu.org>
10198
10199 * electric.el (electric-pair-post-self-insert-function): Fix pair
10200 insertion in empty-region case (Bug#11520).
10201
10202 2012-07-14 Chong Yidong <cyd@gnu.org>
10203
10204 * bindings.el: Consolidate ctl-x-r-map bindings.
10205 Bind copy-rectangle-as-kill to C-x r w.
10206
10207 * rect.el, register.el: Move bindings to bindings.el.
10208
10209 2012-07-14 Reuben Thomas <rrt@sc3d.org>
10210
10211 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10212
10213 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
10214
10215 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
10216
10217 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
10218
10219 * bindings.el (top): Use `mapc' instead of `mapcar'.
10220
10221 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10222
10223 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
10224
10225 * progmodes/sql.el (sql-comint): Suppress the check for program on
10226 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
10227 (Bug#11908)
10228
10229 2012-07-13 Chong Yidong <cyd@gnu.org>
10230
10231 * bindings.el: Assign a non-nil permanent-local property to
10232 per-buffer variables which lack a default value (Bug#11930).
10233
10234 * help-fns.el (describe-variable): In the "automatically becomes
10235 local" notice, take note of permanent-local variables.
10236
10237 2012-07-13 Chong Yidong <cyd@gnu.org>
10238
10239 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
10240 to allow printing the message when called from Lisp.
10241
10242 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10243 Remove toggle-read-only.
10244
10245 * bs.el (bs-toggle-readonly):
10246 * buff-menu.el (Buffer-menu-toggle-read-only):
10247 Remove with-no-warnings around toggle-read-only.
10248
10249 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10250 Remove with-no-warnings around toggle-read-only.
10251 (ffap-read-only, ffap-read-only-other-window)
10252 (ffap-read-only-other-frame): Callers changed.
10253
10254 * help-mode.el: Don't require view package.
10255 (help-mode-finish): Set buffer-read-only instead of calling
10256 toggle-read-only.
10257
10258 * bindings.el (mode-line-toggle-read-only):
10259 * dired.el (dired-toggle-read-only):
10260 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10261 with non-nil second arg.
10262
10263 * emacs-lisp/eieio-custom.el (eieio-customize-object):
10264 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10265 directly.
10266
10267 2012-07-12 Eli Zaretskii <eliz@gnu.org>
10268
10269 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10270 not incf.
10271
10272 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10273
10274 More CL cleanups and reduction of use of cl.el.
10275 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10276 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10277 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10278 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10279 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10280 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10281 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10282 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10283 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10284 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10285 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10286 * eshell/em-cmpl.el, eshell/em-banner.el:
10287 * calendar/parse-time.el: Use cl-lib.
10288 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10289 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10290 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10291 * term/ns-win.el, term.el, shell.el, ps-samp.el:
10292 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10293 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10294 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10295 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10296 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10297 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10298 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10299 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10300 `lambda' rather than with `quote'.
10301 (eshell-do-opt): Adjust accordingly.
10302 (eshell-process-option): Simplify.
10303 * eshell/esh-var.el:
10304 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10305 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10306 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10307 to `pcase--dontcare'.
10308 * emacs-lisp/cl.el (labels): Mark obsolete.
10309 (cl--letf, letf): Move to cl-lib.
10310 (cl--letf*, letf*): Remove.
10311 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10312 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10313 (cl-progv): Rewrite.
10314 (cl--letf, cl-letf): Move from cl.el.
10315 (cl-letf*): New macro.
10316 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10317
10318 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
10319
10320 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10321
10322 2012-07-11 Chong Yidong <cyd@gnu.org>
10323
10324 * vc/log-edit.el (log-edit-vc-backend): New variable.
10325 (log-edit): Doc fix.
10326
10327 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10328 argument of log-edit to set up all local variables.
10329 (vc-start-logentry): New optional arg specifying VC backend.
10330
10331 * vc/vc.el (vc-checkin): Use it.
10332 (vc-deduce-fileset): Handle Log Edit buffers.
10333 (vc-diff): Make first argument optional too.
10334
10335 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10336
10337 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
10338
10339 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10340 command, just in case. The function is not needed anymore.
10341 (eshell-external-command): Do not call `eshell-remote-command'.
10342
10343 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 Reduce use of (require 'cl).
10346 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10347 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10348 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10349 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10350 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10351 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10352 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10353 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10354 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10355 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10356 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10357 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10358 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10359 (byte-compile-unfold-bcf, byte-compile-check-variable):
10360 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10361 (byte-compile-nilconstp):
10362 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10363 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10364
10365 * emacs-lisp/gv.el (cond): Make it a valid place.
10366 (if): Simplify slightly.
10367
10368 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10369 (pcase--self-quoting-p): New function.
10370 (pcase--u1): Use it.
10371
10372 2012-07-10 Glenn Morris <rgm@gnu.org>
10373
10374 * emacs-lisp/authors.el (authors-fixed-entries):
10375 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10376
10377 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10378
10379 Rename configure.in to configure.ac (Bug#11603).
10380 * emacs-lisp/authors.el (authors-canonical-file-name):
10381 * progmodes/autoconf.el (autoconf-mode):
10382 Prefer configure.ac to configure.in.
10383
10384 2012-07-08 Chong Yidong <cyd@gnu.org>
10385
10386 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10387 Implement the mouse-1-click-follows-link handling properly.
10388
10389 * info.el (Info-link-keymap): Use follow-link mechanism for
10390 header-line links (Bug#374).
10391
10392 * simple.el (deactivate-mark): Do not set the primary selection
10393 if another program has acquired it (Bug#11772).
10394
10395 2012-07-07 Kevin Ryde <user42@zip.com.au>
10396
10397 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10398 (woman-decode-region): Replace escaped-escapes without destroying
10399 bold or underline (Bug#11552).
10400 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10401
10402 2012-07-07 Chong Yidong <cyd@gnu.org>
10403
10404 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10405 (interprogram-cut-function, interprogram-paste-function):
10406 Mention that we typically mean the clipboard.
10407
10408 2012-07-06 Glenn Morris <rgm@gnu.org>
10409
10410 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10411
10412 * files.el (toggle-read-only): Restrict message to interactive use.
10413
10414 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10415
10416 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10417
10418 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10419
10420 2012-07-06 Glenn Morris <rgm@gnu.org>
10421
10422 * Makefile.in (compile-one-process): Rename from "recompile".
10423
10424 * Makefile.in (bzr-update): "compile" is the same as "recompile
10425 autoloads", but parallelizable, so use that instead.
10426
10427 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10428
10429 * window.el (quit-window): Always restore window height when
10430 it's saved in quit-restore parameter (Bug#11810).
10431
10432 2012-07-06 Glenn Morris <rgm@gnu.org>
10433
10434 * simple.el (kill-whole-line): Doc tweak.
10435
10436 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10437
10438 * files.el (file-relative-name): Compare file names
10439 case-insensitively if on MS-Windows or MS-DOS, or if
10440 read-file-name-completion-ignore-case is non-nil. Don't use
10441 case-fold-search for this purpose. (Bug#11827)
10442
10443 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10444
10445 * calendar/cal-dst.el (calendar-current-time-zone):
10446 Return calendar-current-time-zone-cache if non-nil.
10447
10448 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10449 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10450
10451 * calendar/cal-dst.el (calendar-current-time-zone):
10452 Return calendar-current-time-zone-cache if non-nil.
10453
10454 2012-07-06 Glenn Morris <rgm@gnu.org>
10455
10456 * Makefile.in (cvs-update): Remove old alias.
10457
10458 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10459
10460 Sync with Tramp 2.2.6-pre.
10461
10462 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10463 compatible declaration.
10464
10465 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10466 Protect `list-load-path-shadows' call.
10467
10468 * net/tramp-compat.el (top): Require packages, which aren't
10469 autoloaded anymore for XEmacs. Protect call of
10470 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10471 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10472 it hurts at least for SXEmacs.
10473 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10474 standard-value for `temporary-file-directory'.
10475
10476 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10477 Redirect stderr to /dev/null.
10478 (tramp-sh-handle-write-region): uid and gid can be floats.
10479 Reported by Russell Sim <russell.sim@gmail.com>.
10480 (tramp-sh-handle-vc-registered): Hide errors.
10481 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10482 and `start-file-process'.
10483 (tramp-maybe-open-connection): Check also whether `non-essential'
10484 is bound.
10485
10486 2012-07-04 Chong Yidong <cyd@gnu.org>
10487
10488 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10489 (xml-parse-tag): Likewise, and avoid changing entity tables.
10490 (xml-syntax-table): Define from scratch, making sure not to give
10491 x2000 and other Unicode spaces whitespace syntax, since those are
10492 not spaces in XML.
10493 (xml-parse-fragment): Delete unused function.
10494 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10495 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10496 (xml-entity-ref, xml-pe-reference-re)
10497 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10498 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10499 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10500 (xml-entity-value-re): Use syntax references in regexps where
10501 possible; no need to define inside a let-binding.
10502 (xml-parse-dtd): Use xml-pe-reference-re.
10503 (xml-entity-or-char-ref-re): New defconst.
10504 (xml-parse-string, xml-substitute-special): Use it.
10505
10506 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10509 (find-file--read-only): New function.
10510 (find-file-read-only, find-file-read-only-other-window)
10511 (find-file-read-only-other-frame): Use it.
10512 (insert-file-contents-literally): Don't `fset'.
10513 (get-free-disk-space): Use locate-dominating-file.
10514
10515 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10516 function is already compiled.
10517
10518 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10519
10520 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10521
10522 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10523 files on the same host.
10524
10525 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10526
10527 * help-fns.el (describe-function-1): Only call
10528 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10529
10530 2012-07-03 Chong Yidong <cyd@gnu.org>
10531
10532 * xml.el: Protect parser against XML bombs.
10533 (xml-entity-expansion-limit): New variable.
10534 (xml-parse-string, xml-substitute-special): Use it.
10535 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10536
10537 2012-07-03 Glenn Morris <rgm@gnu.org>
10538
10539 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10540 Allow linking to specific messages in debbugs reports (eg 123#5).
10541
10542 2012-07-02 Chong Yidong <cyd@gnu.org>
10543
10544 * xml.el: Fix entity and character reference expansion, allowing
10545 them to expand into markup as per XML spec.
10546 (xml-default-ns): New variable.
10547 (xml-entity-alist): Use XML spec definitions for lt and amp.
10548 (xml-parse-region): Make first two arguments optional.
10549 Discard text properties.
10550 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10551 All callers changed.
10552 (xml-parse-tag): Call xml-parse-tag-1. For backward
10553 compatibility, this function should not modify buffer contents.
10554 (xml-parse-tag-1): Fix opening-tag regexp.
10555 (xml-parse-string): Rewrite, handling entity and character
10556 references properly.
10557 (xml--entity-replacement-text): Signal an error if a parameter
10558 entity is undefined.
10559
10560 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * comint.el (comint-output-filter): Filter out repeated prompts.
10563
10564 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10565 and file-name-absolute-p.
10566 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10567 internal calls.
10568
10569 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10570
10571 Spelling fixes.
10572 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10573 Rename from byte-compile--refiy-function. All uses changed.
10574
10575 2012-07-01 Chong Yidong <cyd@gnu.org>
10576
10577 * xml.el (xml--parse-buffer): New function. Move most of
10578 xml-parse-region here.
10579 (xml-parse-region): Copy region into a temporary buffer, since
10580 parameter entity substitution requires changing buffer contents.
10581 Use xml--parse-buffer.
10582 (xml-parse-file): Use xml--parse-buffer.
10583 (xml-parse-dtd): Make parameter entity substitution work right.
10584 Use proper regexps for ELEMENT declarations (Bug#7172).
10585
10586 2012-06-30 Glenn Morris <rgm@gnu.org>
10587
10588 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10589
10590 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10591 Remove outdated and unnecessary dbus declarations.
10592
10593 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10594
10595 * emacs-lisp/timer.el (timer-until): Subtract results of
10596 float-time, instead of taking float-time of the result of
10597 time-subtract, since float-time signals an error for negative time
10598 arguments.
10599
10600 2012-06-30 Chong Yidong <cyd@gnu.org>
10601
10602 * xml.el (xml-*-re): Convert defvars into defconsts, and
10603 eval-and-compile them so eval-and-compile works on derivatives.
10604 (xml--entity-replacement-text): Use eval-and-comple.
10605
10606 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10607
10608 * vc/vc-git.el (vc-git-registered): Use cache property
10609 `git-registered'.
10610 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10611 `vc-git-working-revision' in order to benefit from the cache.
10612 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10613
10614 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10615
10616 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10617 removed (likely outside Emacs). (Bug#11757)
10618
10619 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * emacs-lisp/cl-lib.el: Require macroexp.
10622
10623 2012-06-30 Chong Yidong <cyd@gnu.org>
10624
10625 * xml.el: Implement XML parameter entities.
10626 (xml-parameter-entity-alist): New variable.
10627 (xml-parse-region, xml-parse-fragment): Preserve previous values
10628 of xml-entity-alist and xml-parameter-entity-alist, so that
10629 repeated calls on different documents do not change them.
10630 (xml-parse-tag): Fix doctype regexp.
10631 (xml--entity-replacement-text): New function.
10632 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10633 properly requires url retrieval which is unimplemented.
10634 (xml-escape-string): Doc fix.
10635
10636 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10639
10640 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10641
10642 * fringe.el (fringe-mode): Doc fix.
10643
10644 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10645
10646 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10647 is non-nil.
10648 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10649 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10650
10651 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10652
10653 * calendar/cal-dst.el (calendar-current-time-zone):
10654 Return calendar-current-time-zone-cache if non-nil.
10655
10656 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10657
10658 * progmodes/which-func.el (which-func-format):
10659 Add mouse-face. (Bug#11698)
10660
10661 2012-06-29 Leo Liu <sdl.web@gmail.com>
10662
10663 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10664
10665 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * minibuffer.el (minibuffer-confirm-exit-commands):
10668 Add completion-at-point (bug#11725).
10669
10670 2012-06-29 Glenn Morris <rgm@gnu.org>
10671
10672 * progmodes/f90.el (f90-font-lock-keywords-2):
10673 Add some preprocessor elements. (Bug#10499)
10674
10675 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10678 Use syntax-propertize (bug#11739).
10679
10680 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10681
10682 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10683
10684 2012-06-28 Julien Danjou <julien@danjou.info>
10685
10686 * term.el (term-handle-colors-array): Use a set of new faces to
10687 color the terminal. Also uses :inverse-video property.
10688 (term-default-fg-color): Set to nil by default, deprecate in favor
10689 of `term-face'.
10690 (term-default-bg-color): Set to nil by default, deprecate in favor
10691 of `term-face'.
10692 (term-current-face): Use `term-face' by default.
10693 (term-bold-attribute): Variable deleted.
10694
10695 2012-06-28 Glenn Morris <rgm@gnu.org>
10696
10697 * simple.el (completion-list-mode-finish):
10698 Don't use toggle-read-only. (Since completion-list-mode has
10699 a special mode-class, it wasn't doing anything extra anyway.)
10700
10701 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10702
10703 Make inlining of other-mode interpreted functions work (bug#11799).
10704 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10705 (byte-compile): Use it to fix compilation of lexical-binding closures.
10706 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10707 function, if needed.
10708
10709 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * help-mode.el (help-make-xrefs): Don't just withstand
10712 cyclic-variable-indirection but any error in documentation-property.
10713
10714 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10715 memory use.
10716 * bindings.el (bindings--define-key): New function.
10717 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10718 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10719 * bindings.el: Use it to purecopy define-key bindings.
10720
10721 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10722
10723 * emacs-lisp/cl.el (flet): Mark obsolete.
10724 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10725 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10726 * progmodes/js.el (js-c-fill-paragraph):
10727 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10728 (ebrowse-switch-member-buffer-to-derived-class):
10729 * play/5x5.el (5x5-solver): Use cl-flet.
10730
10731 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10732 (cl--symbol-function): New macro.
10733 (cl--letf, cl--letf*): Use it.
10734
10735 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10736 Strip "toggle-" if any.
10737
10738 2012-06-27 Glenn Morris <rgm@gnu.org>
10739
10740 * info.el (Info-default-directory-list): Move here from paths.el.
10741 * paths.el: Remove file, which is now empty.
10742 * loadup.el: No longer load "paths".
10743
10744 * custom.el (custom-initialize-delay): Doc fix.
10745
10746 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10747 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10748 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10749 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10750 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10751 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10752 * eshell/eshell.el (eshell-defgroup): Remove alias.
10753
10754 2012-06-27 Chong Yidong <cyd@gnu.org>
10755
10756 * help.el (help-enable-auto-load): New variable.
10757
10758 * help-fns.el (help-fns--autoloaded-p): New function.
10759 (describe-function-1): Refer to a function as "autoloaded" if it
10760 was autoloaded at any time in the past. Perform autoloading if
10761 help-enable-auto-load is non-nil.
10762
10763 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10764
10765 * makefile.w32-in (compile, compile-always): Depend on
10766 update-subdirs, not on subdirs.el. Otherwise, several different
10767 sub-targets of 'bootstrap' running in parallel could
10768 simultaneously write to subdirs.el, producing a garbled file.
10769
10770 2012-06-26 Sam Steingold <sds@gnu.org>
10771
10772 * files.el (file-name-base): New convenience function.
10773 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10774 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10775 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10776 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10777 * textmodes/ispell.el, textmodes/reftex-ref.el:
10778 * textmodes/tex-mode.el: Use it.
10779 Did not touch cedet and org because they are maintained elsewhere.
10780
10781 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10782
10783 * calendar/calendar.el (calendar-exit): Don't try to delete or
10784 iconify last frame. See:
10785 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10786
10787 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10788
10789 * server.el (server-process-filter): Remember dir in the
10790 process's `server-client-directory' properties.
10791
10792 2012-06-24 Chong Yidong <cyd@gnu.org>
10793
10794 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10795 non-tag text.
10796
10797 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10798
10799 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10800
10801 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10802
10803 * help-fns.el (describe-variable): Don't croak when doc is not found.
10804 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10805 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10806 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10807 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10808 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10809 ((lambda ..) ..).
10810 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10811
10812 2012-06-23 Chong Yidong <cyd@gnu.org>
10813
10814 * info.el (Info-mouse-follow-link): Accept symbol values of
10815 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10816 (Info-fontify-node): Use Info-link-keymap for all navigation
10817 buttons, with link-args property to perform the desired action.
10818 (Info-link-keymap): Doc fix.
10819 (Info-next-link-keymap, Info-prev-link-keymap)
10820 (Info-up-link-keymap): Delete now-unused keymaps.
10821
10822 2012-06-23 Chong Yidong <cyd@gnu.org>
10823
10824 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10825
10826 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10827 system abbrevs.
10828
10829 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10830
10831 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10834 (bug#11719).
10835
10836 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10837 the requote function doesn't work properly (bug#11714).
10838
10839 2012-06-23 Glenn Morris <rgm@gnu.org>
10840
10841 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10842
10843 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 Further GV/CL cleanups.
10846 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10847 gv-expander.
10848 (gv--defun-declaration): New function.
10849 (defun-declarations-alist): Use it.
10850 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10851 (gv-place): Autoload.
10852 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10853 original definition of dotimes and dolist.
10854 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10855 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10856 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10857 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10858 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10859 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10860 to the function's definition.
10861 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10862 * window.el:
10863 * files.el:
10864 * faces.el:
10865 * env.el: Don't use CL.
10866
10867 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10868
10869 Support higher-resolution time stamps (Bug#9000).
10870
10871 * calendar/time-date.el (with-decoded-time-value): New arg
10872 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10873 (encode-time-value): New optional arg PICO. New type 3.
10874 (time-to-seconds) [!float-time]: Support the new picoseconds
10875 component if it's used.
10876 (seconds-to-time, time-subtract, time-add):
10877 Support ps-resolution time stamps as well.
10878
10879 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10880 (timerp): Timer vectors now have length 9, not 8.
10881 (timer--time): Support new-style (4-part) time stamps.
10882 (timer-next-integral-multiple-of-time): Time stamps now have
10883 picosecond resolution, so take a bit more care about rounding.
10884 (timer-relative-time, timer-inc-time): New optional arg psecs.
10885 (timer-set-time-with-usecs): Set psecs to 0.
10886 (timer--activate): Check psecs component, too.
10887
10888 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10889
10890 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10891
10892 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10893 Move the non-essential binding to the post/pre-command-hook where it is
10894 more obviously correct.
10895
10896 * subr.el (read-passwd): Don't use a history at all.
10897 * savehist.el (savehist-save): Remove password saved accidentally
10898 because of the above bug.
10899
10900 2012-06-22 Bastien Guerry <bzg@gnu.org>
10901
10902 * files.el (toggle-read-only): Display a message telling whether
10903 the buffer is read-only or not (bug#11726).
10904
10905 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10906
10907 * emacs-lisp/gv.el: New file.
10908 * subr.el (push, pop): Extend to generalized variables.
10909 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10910 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10911 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10912 gv-define-simple-setter, and gv-define-expander.
10913 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10914 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10915 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10916 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10917 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10918 gv-letplace.
10919 (cl-defstruct): Don't define setf-method any more.
10920 * emacs-lisp/cl.el (flet): Don't autoload.
10921 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10922 (define-setf-expander, defsetf, define-modify-macro)
10923 (cl-struct-setf-expander): Move from cl-lib.el.
10924 * emacs-lisp/syntax.el:
10925 * emacs-lisp/ewoc.el:
10926 * emacs-lisp/smie.el:
10927 * emacs-lisp/cconv.el:
10928 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10929 (timer--time): Use gv-define-simple-setter.
10930 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10931 to avoid coding-system problems in subr.el. Adjust all users.
10932 (macroexp--maxsize, macroexp-small-p): New functions.
10933 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10934 * scroll-bar.el (scroll-bar-mode):
10935 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10936 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10937 * winner.el (winner-configuration, winner-make-point-alist)
10938 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10939 * files.el (locate-file-completion-table): Avoid list*.
10940
10941 2012-06-22 Chong Yidong <cyd@gnu.org>
10942
10943 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10944 (dired-create-files): Doc fix (Bug#11329).
10945 (dired-do-copy): Doc fix (Bug#11334).
10946 (dired-mark-read-string): Doc fix (Bug#11553).
10947
10948 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10949 Doc fix (Bug#11326).
10950 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10951 (dired-dwim-target): Doc fix.
10952
10953 * wdired.el (wdired-mode): Doc fix.
10954
10955 2012-06-22 Glenn Morris <rgm@gnu.org>
10956
10957 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10958 (pcmpl-rpm-cache-stamp-file): New constant.
10959 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10960 (pcmpl-rpm-packages): Optionally cache list of packages.
10961
10962 * pcmpl-rpm.el (pcmpl-rpm): New group.
10963 (pcmpl-rpm-query-options): New option.
10964 (pcmpl-rpm-packages): No need to inline it.
10965 Use pcmpl-rpm-query-options.
10966
10967 * calendar/calendar.el (calendar-in-read-only-buffer):
10968 Avoid some needless mode changes.
10969
10970 2012-06-21 Chong Yidong <cyd@gnu.org>
10971
10972 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10973 (desktop-path): Remove . from the default value (Bug#10977).
10974 (desktop-read): Use user-emacs-directory if desktop-path is nil.
10975
10976 2012-06-20 Chong Yidong <cyd@gnu.org>
10977
10978 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10979
10980 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
10981
10982 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10983 (bug#11201).
10984
10985 2012-06-20 Chong Yidong <cyd@gnu.org>
10986
10987 * term.el (term-window-width): Handle the case of a missing right
10988 fringe (Bug#8837).
10989 (term-check-size): Use window-text-height (Bug#5445).
10990 (term-mode): Use define-derived-mode. Minor cleanups.
10991 Set font-lock-defaults (Bug#7692).
10992 (term-move-columns, term-insert-char, term-emulate-terminal)
10993 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10994
10995 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
10996
10997 * net/ange-ftp.el (ange-ftp-get-passwd):
10998 Bind `enable-recursive-minibuffers'.
10999 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11000
11001 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
11002
11003 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11004
11005 2012-06-19 Glenn Morris <rgm@gnu.org>
11006
11007 * progmodes/python.el (python-mode): Derive from prog-mode.
11008
11009 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
11010
11011 * emulation/edt.el (edt-default-menu-bar-update-buffers)
11012 (edt-user-menu-bar-update-buffers): New functions.
11013 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11014
11015 2012-06-19 Chong Yidong <cyd@gnu.org>
11016
11017 * subr.el (with-selected-window): Preserve the selected window's
11018 terminal's top-frame (Bug#4702).
11019
11020 * window.el (save-selected-window): Likewise.
11021
11022 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * progmodes/python.el (python-rx-constituents): Move backquote.
11025 (python-skeleton-define, python-define-auxiliary-skeleton):
11026 Use `declare'.
11027
11028 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
11029
11030 * minibuffer.el (read-file-name-default): Revert the patch from
11031 2012-06-17.
11032
11033 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11034
11035 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11036 (pcase--u1, pcase--q1): Don't use apply-partially.
11037
11038 2012-06-18 Glenn Morris <rgm@gnu.org>
11039
11040 * progmodes/python.el (python-proc, python-buffer)
11041 (python-send-receive, python-send-string): Fix obsolete versions.
11042
11043 2012-06-18 Martin Rudalics <rudalics@gmx.at>
11044
11045 * window.el (special-display-p): Completely remove stringp
11046 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11047
11048 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
11049
11050 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11051
11052 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11053
11054 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11055 * net/tramp-sh.el (tramp-maybe-open-connection):
11056 Throw if `non-essential' is non-nil.
11057
11058 2012-06-17 Martin Rudalics <rudalics@gmx.at>
11059
11060 * window.el (special-display-p): Signal an error if BUFFER-NAME
11061 is not a string (Bug#11713).
11062
11063 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
11064
11065 * progmodes/python.el (python-info-beginning-of-backslash):
11066 Rename from python-info-beginning-of-backlash, as a spelling fix.
11067
11068 2012-06-17 Chong Yidong <cyd@gnu.org>
11069
11070 * term.el (term-emulate-terminal): If term-check-size is called,
11071 move point to the process mark without resetting point (Bug#4635).
11072
11073 2012-06-17 Glenn Morris <rgm@gnu.org>
11074
11075 * international/mule-cmds.el (mule-menu-keymap)
11076 (set-language-environment, set-locale-environment): Doc tweaks.
11077
11078 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
11079
11080 * cus-face.el (custom-face-attributes): Add wave-style underline
11081 attribute.
11082 * faces.el (set-face-attribute): Update docstring to describe
11083 wave-style underline attribute.
11084
11085 2012-06-16 Chong Yidong <cyd@gnu.org>
11086
11087 * term/xterm.el (terminal-init-xterm): Discard input before
11088 querying background mode (Bug#10959).
11089
11090 2012-06-16 Stefan Merten <smerten@oekonux.de>
11091
11092 * textmodes/rst.el: Added and corrected some comments.
11093 (rst-re-alist-def): Improve symbol syntax.
11094 (rst-mode-syntax-table): Correct syntax entries.
11095 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11096 (rst-official-version, rst-official-cvs-rev): Update version
11097 information.
11098
11099 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
11100
11101 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11102 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11103
11104 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11105
11106 * progmodes/python.el: New python.el merge.
11107 (python-guess-indent): Obsolete var.
11108 (python-indent-guess-indent-offset): New defcustom.
11109 (python-indent): Obsolete var.
11110 (python-indent-offset): New defcustom.
11111 (python-python-command, python-jython-command): Delete var.
11112 (python-shell-interpreter): New defcustom.
11113 (python-pdbtrack-do-tracking-p): Delete var.
11114 (python-pdbtrack-activate): New defcustom.
11115 (python-use-skeletons): Obsolete var.
11116 (python-skeleton-autoinsert): New defcustom.
11117 (inferior-python-filter-regexp, python-continuation-offset)
11118 (python-honour-comment-indentation, python-indent-string-contents)
11119 (python-jython-packages, python-mode-hook)
11120 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11121 (python-shell-prompt-alist)
11122 (python-source-modes): Delete defcustoms.
11123 (python-check-buffer-name, python-eldoc-setup-code)
11124 (python-eldoc-string-code, python-ffap-setup-code)
11125 (python-ffap-string-code, python-fill-comment-function)
11126 (python-fill-decorator-function, python-fill-paren-function)
11127 (python-fill-string-function, python-imenu-include-defun-type)
11128 (python-imenu-make-tree, python-imenu-subtree-root-label)
11129 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11130 (python-shell-compilation-regexp-alist)
11131 (python-shell-completion-module-string-code)
11132 (python-shell-completion-pdb-string-code)
11133 (python-shell-completion-setup-code)
11134 (python-shell-completion-string-code)
11135 (python-shell-enable-font-lock, python-shell-exec-path)
11136 (python-shell-extra-pythonpaths)
11137 (python-shell-internal-buffer-name, python-shell-interpreter-args)
11138 (python-shell-process-environment)
11139 (python-shell-prompt-block-regexp)
11140 (python-shell-prompt-output-regexp)
11141 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11142 (python-shell-send-setup-max-wait, python-shell-setup-codes)
11143 (python-shell-virtualenv-path): New defcustoms.
11144 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11145 (inferior-python-mode-syntax-table, python--prompt-regexp)
11146 (python-buffer, python-command python-python-command)
11147 (python-default-template, python-imports, python-indent-index)
11148 (python-indent-list, python-indent-list-length)
11149 (python-mode-running, python-pdbtrack-is-tracking-p)
11150 (python-preoutput-continuation, python-preoutput-leftover)
11151 (python-preoutput-result, python-preoutput-skip-next-prompt)
11152 (python-prev-dir/file, python-recursing)
11153 (python-saved-check-command, python-version-checked)
11154 (python-which-func-length-limit)
11155 (view-return-to-alist): Delete vars.
11156 (python-check-custom-command, python-dotty-syntax-table)
11157 (python-imenu-index-alist, python-indent-current-level)
11158 (python-indent-dedenters, python-indent-levels)
11159 (python-nav-beginning-of-defun-regexp)
11160 (python-nav-list-defun-positions-cache)
11161 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11162 (python-shell-internal-buffer)
11163 (python-skeleton-available): New vars.
11164 (def-python-skeleton): Delete macro.
11165 (python-skeleton-define): New macro.
11166 (python-define-auxiliary-skeleton, python-rx): New macros.
11167 (python-insert-class): Delete command.
11168 (python-skeleton-class): New command.
11169 (python-insert-def): Delete command.
11170 (python-skeleton-def): New command.
11171 (python-insert-for): Delete command.
11172 (python-skeleton-for): New command.
11173 (python-insert-if): Delete command.
11174 (python-skeleton-if): New command.
11175 (python-insert-try/except, python-insert-try/finally): Delete commands.
11176 (python-skeleton-try): New command.
11177 (python-insert-while): Delete command.
11178 (python-skeleton-while): New command.
11179 (python-backspace): Delete command.
11180 (python-indent-dedent-line-backspace): New command.
11181 (python-electric-colon): Delete command.
11182 (python-indent-electric-colon): New command.
11183 (python-guess-indent): Delete command.
11184 (python-indent-guess-indent-offset): New command.
11185 (python-shift-left): Delete command.
11186 (python-indent-shift-left): New command.
11187 (python-shift-right): Delete command.
11188 (python-indent-shift-right): New command.
11189 (python-find-function): Delete command.
11190 (python-nav-jump-to-defun): New command.
11191 (python-next-statement): Delete command.
11192 (python-nav-forward-sentence): New command.
11193 (python-previous-statement): Delete command.
11194 (python-nav-backward-sentence): New command.
11195 (python-fill-paragraph): Delete command.
11196 (python-fill-paragraph-function): New command.
11197 (python-send-buffer): Delete command.
11198 (python-shell-send-buffer): New command.
11199 (python-send-defun): Delete command.
11200 (python-shell-send-defun): New command.
11201 (python-send-region, python-send-region-and-go): Delete commands.
11202 (python-shell-send-region)
11203 (python-shell-switch-to-shell): New commands.
11204 (python-send-string): Delete command.
11205 (python-shell-send-string): New command.
11206 (python-switch-to-python): Delete command.
11207 (python-shell-switch-to-shell): New command.
11208 (python-describe-symbol): Delete command.
11209 (python-eldoc-at-point): New command.
11210 (python--set-prompt-regexp, python-args-to-list)
11211 (python-after-info-look, python-check-version)
11212 (python-check-comint-prompt, python-find-imports)
11213 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11214 (python-unload-function, python-expand-template)
11215 (python-maybe-jython, python-preoutput-filter)
11216 (python-pdbtrack-get-source-buffer)
11217 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11218 (python-pdbtrack-toggle-stack-tracking)
11219 (python-pdbtrack-track-stack-file, python-initial-text)
11220 (python-first-word, python-comment-line-p, python-send-command)
11221 (python-setup-brm, python-sentinel, python-set-proc)
11222 (python-skip-out, python-input-filter, python-outdent-p)
11223 (python-outline-level, python-backslash-continuation-line-p)
11224 (python-end-of-block, python-end-of-statement, python-mark-block)
11225 (python-beginning-of-block, python-beginning-of-statement)
11226 (python-blank-line-p, python-beginning-of-string)
11227 (python-open-block-statement-p): Delete functions.
11228 (python-indent-line, python-indent-line-1): Delete functions.
11229 (python-indent-line): New function.
11230 (python-indentation-levels): Delete function.
11231 (python-indent-calculate-levels): New function.
11232 (python-proc): Delete function.
11233 (python-shell-get-process): New function.
11234 (python-send-receive): Delete function.
11235 (python-shell-send-string-no-output): New function.
11236 (python-module-path): Delete function.
11237 (python-ffap-module-path): New function.
11238 (python-completion-at-point)
11239 (python-symbol-completions): Delete functions.
11240 (python-completion-complete-at-point): New function.
11241 (python-load-file): Delete function.
11242 (python-shell-send-file): New function.
11243 (python-calculate-indentation): Delete function.
11244 (python-indent-calculate-indentation): New function.
11245 (python-skip-comments/blanks): Delete function.
11246 (python-util-forward-comment): New function.
11247 (python-continuation-line-p): Delete function.
11248 (python-info-continuation-line-p): New function.
11249 (python-which-func, python-current-defun): Delete function.
11250 (python-info-current-defun): New function.
11251 (python-beginning-of-defun): Delete function.
11252 (python-nav-beginning-of-defun): New function.
11253 (python-close-block-statement-p)
11254 (python-block-end-p): Delete function.
11255 (python-info-closing-block): New function.
11256 (python-comint-output-filter-function)
11257 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11258 (python-fill-comment, python-fill-decorator, python-fill-paren)
11259 (python-fill-string, python-imenu-make-element-tree)
11260 (python-imenu-make-tree, python-imenu-tree-assoc)
11261 (python-indent-context, python-indent-dedent-line)
11262 (python-indent-line-function)
11263 (python-indent-post-self-insert-function)
11264 (python-indent-toggle-levels)
11265 (python-info-assignment-continuation-line-p)
11266 (python-info-beginning-of-backlash)
11267 (python-info-block-continuation-line-p)
11268 (python-info-closing-block-message)
11269 (python-info-line-ends-backslash-p)
11270 (python-info-looking-at-beginning-of-defun)
11271 (python-info-ppss-context, python-info-ppss-context-type)
11272 (python-nav-list-defun-positions, python-nav-read-defun)
11273 (python-nav-sentence-end, python-nav-sentence-start)
11274 (python-pdbtrack-comint-output-filter-function)
11275 (python-pdbtrack-set-tracked-buffer)
11276 (python-shell-calculate-exec-path)
11277 (python-shell-calculate-process-environment)
11278 (python-shell-completion--do-completion-at-point)
11279 (python-shell-completion--get-completions)
11280 (python-shell-completion-complete-at-point)
11281 (python-shell-completion-complete-or-indent)
11282 (python-shell-get-or-create-process)
11283 (python-shell-get-process-name)
11284 (python-shell-internal-get-or-create-process)
11285 (python-shell-internal-get-process-name)
11286 (python-shell-internal-send-string, python-shell-make-comint)
11287 (python-shell-parse-command, python-shell-send-setup-code)
11288 (python-skeleton-add-menu-items)
11289 (python-util-clone-local-variables, python-util-position)
11290 (run-python-internal, python-indentation-levels)
11291 (python-nav-beginning-of-defun)
11292 (python-completion-complete-at-point): New functions.
11293 (run-python): Change arguments. New API requirements.
11294
11295 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11296
11297 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11298 (bug#11649).
11299
11300 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11301 (macroexp--expand-all): Use it.
11302
11303 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11304 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11305 Use `cl-function' instead.
11306
11307 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
11308
11309 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11310 Suggested by Stefan Monnier while discussing bug#11657.
11311
11312 2012-06-14 Sam Steingold <sds@gnu.org>
11313
11314 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11315
11316 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
11317
11318 * play/doctor.el (doctor-doc): Remove parameter and use
11319 doctor-sent instead of sent.
11320 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
11321
11322 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11323
11324 * files.el: Require cl-lib.
11325 (file-name-non-special): Replace case -> cl-case.
11326
11327 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11328
11329 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11330 mapping from #' to function*.
11331
11332 2012-06-13 Chong Yidong <cyd@gnu.org>
11333
11334 * mouse.el (mouse-drag-track): Do not set the mark if the user
11335 releases the mouse without selecting anything (Bug#11588).
11336
11337 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11338
11339 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11340 as well (bug#11646).
11341
11342 * loadup.el: Count byte-code functions as well.
11343
11344 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11345 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11346
11347 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11348 (bug#11649). Add cl-defun and cl-defmacro.
11349
11350 2012-06-13 Drew Adams <drew.adams@oracle.com>
11351
11352 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11353 Fix last change.
11354
11355 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
11356
11357 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11358 Otherwise, it blocks in batch mode.
11359
11360 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11361
11362 * help-mode.el (bookmark-make-record-default): Declare.
11363
11364 2012-06-13 Chong Yidong <cyd@gnu.org>
11365
11366 * emacs-lisp/package.el (list-packages): Compute a list of
11367 packages that are newly-available since the last list-packages
11368 invocation.
11369 (package-menu--new-package-list): New var.
11370 (package-menu--generate, package-menu--print-info)
11371 (package-menu--status-predicate, package-menu-mark-install):
11372 Handle new status label "new".
11373
11374 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11377 conversion to backquotes.
11378
11379 2012-06-12 Chong Yidong <cyd@gnu.org>
11380
11381 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11382 Rename from gud-inhibit-global-bindings.
11383
11384 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11385
11386 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11387 hook from nxml-glyph-set-hook.
11388
11389 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11390 declaration.
11391
11392 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11393
11394 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11395 Convert to defcustom.
11396
11397 2012-06-12 Drew Adams <drew.adams@oracle.com>
11398
11399 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11400 New functions.
11401 (help-mode): Use them.
11402
11403 2012-06-11 Glenn Morris <rgm@gnu.org>
11404
11405 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11406 Use preprocessor face for directives.
11407 (fortran-directive-re): Doc fix.
11408
11409 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11410
11411 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11412 conversion to backquotes (bug#11652).
11413
11414 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11415 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11416 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11417 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11418 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11419 (cl-ninth, cl-tenth): Mark them as inlinable.
11420 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11421 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11422 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11423 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11424 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11425 (cl-list*, cl-adjoin): Don't put an autoload manually.
11426 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11427 (cl--compiler-macro-list*): Add autoload cookie.
11428 (cl--compiler-macro-cXXr): New function.
11429
11430 * help-fns.el (help-fns--compiler-macro): New function extracted from
11431 describe-function-1; follow aliases and use `compiler-macro' property.
11432 (describe-function-1): Use it.
11433
11434 2012-06-11 Chong Yidong <cyd@gnu.org>
11435
11436 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11437 is uninstalled, if imagemagick is installed.
11438
11439 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * emacs-lisp/cl-lib.el: Use lexical-binding.
11442 (cl-map-extents, cl-maclisp-member): Remove.
11443 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11444 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11445 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11446 * emacs-lisp/cl-extra.el: Use lexical-binding.
11447 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11448 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11449 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11450 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11451 * emacs-lisp/cl-seq.el: Use lexical-binding.
11452 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11453 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11454 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11455 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11456 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11457 CL's internals.
11458
11459 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11460
11461 Sync with Tramp 2.2.6-pre.
11462
11463 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11464 `print-length' and `print-level' to nil, in order to avoid
11465 truncation. Reported by Christopher Schmidt
11466 <christopher@ristopher.com>.
11467
11468 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11469
11470 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11471 New defmacro.
11472 (tramp-compat-copy-directory): Add optional argument
11473 COPY-CONTENTS. It is not handled yet.
11474
11475 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11476 (tramp-ftp-file-name-p): Simplify.
11477
11478 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11479 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11480 connection vector.
11481
11482 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11483 (tramp-methods): Do not use `tramp-password-end-of-line'.
11484 (tramp-completion-function-alist-putty): Handle UNIX case.
11485 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11486 (tramp-do-file-attributes-with-stat)
11487 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11488 gid as real numbers. They could run out of integer range on cygwin.
11489 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11490 (tramp-sh-handle-expand-file-name): Handle hops.
11491 (tramp-open-connection-setup-interactive-shell):
11492 Use `tramp-cleanup'. Move check for busyboxes ...
11493 (tramp-find-shell): ... here. Simplify implementation.
11494 Set "remote-shell" property also for alternative shells.
11495 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11496 If failing, a regular file would be written otherwise.
11497 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11498 (tramp-find-inline-encoding): Cache the coding commands in the
11499 process cache. Apply test command on the remote side, if defined.
11500 (tramp-find-inline-compress): Cache the compress commands in the
11501 process cache.
11502 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11503 when requested. Handle hops.
11504 (tramp-current-connection): New defvar.
11505 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11506 Throw `suppress', if there was a failed connection shortly before.
11507 Handle user interrupt. (Bug#10187)
11508 (tramp-get-inline-compress, tramp-get-inline-coding):
11509 Read connection properties from the process cache.
11510
11511 * net/tramp-smb.el (tramp-smb-server-version)
11512 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11513 New defconsts.
11514 (tramp-smb-prompt): Extend for powershell prompt.
11515 (tramp-smb-file-name-handler-alist): Add handlers for
11516 `process-file', `shell-command' and `start-file-process'.
11517 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11518 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11519 (tramp-smb-file-name-p): Simplify.
11520 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11521 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11522 (tramp-smb-shell-quote-argument): New defuns.
11523 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11524 Implement using "tar". By this, time-stamps are preserved.
11525 (tramp-smb-handle-copy-file): Handle also the case of directories.
11526 (tramp-smb-do-file-attributes-with-stat)
11527 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11528 Use `tramp-get-connection-buffer').
11529 (tramp-smb-handle-rename-file): Use "rename", when source and
11530 target are on the same share.
11531 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11532 Use `tramp-smb-server-version'.
11533 (tramp-smb-wait-for-output): Remove prompt.
11534
11535 * net/tramp.el (top): Require 'cl.
11536 (tramp-methods, tramp-rsh-end-of-line):
11537 Remove `tramp-password-end-of-line' from docstring.
11538 (tramp-save-ad-hoc-proxies): New defcustom.
11539 (tramp-completion-function-alist): Adapt docstring.
11540 (tramp-default-password-end-of-line): Remove defcustom.
11541 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11542 (tramp-user-regexp, tramp-file-name-regexp-unified)
11543 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11544 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11545 (tramp-remote-file-name-spec-regexp): New defconst.
11546 (tramp-file-name-structure): Extend structure for hops.
11547 (tramp-get-method-parameter): Move up.
11548 (tramp-file-name-p, tramp-dissect-file-name)
11549 (with-parsed-tramp-file-name): Handle hops.
11550 (tramp-file-name-hop): New defun.
11551 (tramp-make-tramp-file-name): New optional arg HOP.
11552 (tramp-message-show-progress-reporter-message): New defvar.
11553 (tramp-with-progress-reporter): Use it. We cannot use
11554 `tramp-message-show-message' here, because this suppresses also
11555 error buffers.
11556 (tramp-error-with-buffer): Suppress buffer view, if
11557 `tramp-message-show-message' is nil.
11558 Use `tramp-get-connection-buffer'.
11559 (tramp-cleanup): New defun.
11560 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11561 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11562 an error unchanged.
11563 (tramp-completion-handle-file-name-all-completions): Handle hops.
11564 Fix an error when called from ido.
11565 (tramp-completion-dissect-file-name): Use better local variable
11566 name. Add hop to the vector.
11567 (tramp-handle-insert-file-contents): Use progress-reporter for the
11568 whole scenario.
11569 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11570 to `t'.
11571 (tramp-check-for-regexp): Simplify search.
11572 (tramp-enter-password): Remove it. Move implementation ...
11573 (tramp-action-password): ... here.
11574 (tramp-mode-string-to-int, tramp-local-host-p)
11575 (tramp-make-tramp-temp-file, tramp-read-passwd)
11576 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11577 Set tramp-autoload cookie.
11578
11579 * net/trampver.el: Update release number.
11580
11581 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11582 Michael Albinus <michael.albinus@gmx.de>
11583
11584 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11585 (tramp-parse-group, tramp-parse-file)
11586 (tramp-parse-shostkeys-sknownhosts): New defuns.
11587 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11588 (tramp-parse-shosts-group, tramp-parse-sconfig)
11589 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11590 (tramp-parse-sknownhosts, tramp-parse-hosts)
11591 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11592 Use them.
11593 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11594 (tramp-parse-putty-group): Don't narrow.
11595 (tramp-parse-putty): Make a loop.
11596 (tramp-file-name-handler): Catch the `suppress' signal.
11597
11598 2012-06-11 Chong Yidong <cyd@gnu.org>
11599
11600 * image.el (imagemagick-register-types): Put the ImageMagick entry
11601 at the end of image-type-file-name-regexps.
11602
11603 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
11604
11605 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11606 (pcase, pcase-let*, pcase-dolist): Use them.
11607
11608 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * emacs-lisp/pcase.el (pcase--let*): New function.
11611 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11612 (pcase--expand): Use macroexp-let².
11613
11614 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11615
11616 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11617 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11618 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11619 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11620 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11621 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11622
11623 2012-06-10 Glenn Morris <rgm@gnu.org>
11624
11625 * mail/rmail.el (rmail-yank-current-message): Leave point at
11626 correct position. (Bug#11660)
11627
11628 2012-06-10 Chong Yidong <cyd@gnu.org>
11629
11630 * allout-widgets.el: Fix code header.
11631
11632 2012-06-10 Chong Yidong <cyd@gnu.org>
11633
11634 * cus-edit.el (customize-changed-options-previous-release):
11635 Bump to 24.1.
11636
11637 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11638
11639 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11640
11641 2012-06-09 Chong Yidong <cyd@gnu.org>
11642
11643 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11644
11645 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11646
11647 * window.el (special-display-popup-frame): Don't use
11648 window--display-buffer (Bug#11651).
11649
11650 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11651
11652 Fix parallel builds: make sure loaddefs.el is not being written
11653 while Lisp files are compiled.
11654 (compile): Don't depend on 'mh-autoloads'.
11655 (compile-CMD, compile-SH): Depend on 'autoloads'.
11656 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11657
11658 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11659
11660 2012-06-09 Chong Yidong <cyd@gnu.org>
11661
11662 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11663 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11664 Doc fixes (Bug#11225).
11665
11666 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11669 a function if there's a clear indication that it has a compiler-macro.
11670 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11671 (macro-declarations-alist): Add arglist to declaration functions.
11672 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11673 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11674 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11675 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11676 Also add autoload to find the compiler macro.
11677 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11678 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11679 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11680 (cl--compiler-macro-get): New functions, replacing calls to
11681 cl-define-compiler-macro.
11682 (cl-typep) [compiler-macro]: Use macroexp-let².
11683
11684 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11685
11686 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11687 string properly, fixes Bug#11473.
11688
11689 2012-06-08 Chong Yidong <cyd@gnu.org>
11690
11691 * faces.el (set-face-attribute): Doc fix.
11692 (modify-face): Don't use :bold and :italic.
11693 (error, warning, success): Tweak definitions.
11694
11695 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11696 (custom-modified, custom-set, custom-changed, custom-themed)
11697 (custom-saved, custom-button, custom-button-mouse)
11698 (custom-button-pressed, custom-state, custom-comment-tag)
11699 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11700 (custom-group-subtitle): Use new-style face specs.
11701 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11702 (custom-set-face, custom-changed-face, custom-saved-face)
11703 (custom-button-face, custom-button-pressed-face)
11704 (custom-documentation-face, custom-state-face)
11705 (custom-comment-face, custom-comment-tag-face)
11706 (custom-variable-tag-face, custom-variable-button-face)
11707 (custom-face-tag-face, custom-group-tag-face-1)
11708 (custom-group-tag-face): Remove obsolete face alias.
11709
11710 * epa.el (epa-validity-high, epa-validity-medium)
11711 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11712 (epa-field-name, epa-field-body):
11713 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11714 (font-lock-keyword-face, font-lock-builtin-face)
11715 (font-lock-function-name-face, font-lock-variable-name-face)
11716 (font-lock-type-face, font-lock-constant-face):
11717 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11718 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11719 * speedbar.el (speedbar-button-face, speedbar-file-face)
11720 (speedbar-directory-face, speedbar-tag-face)
11721 (speedbar-selected-face, speedbar-highlight-face)
11722 (speedbar-separator-face):
11723 * whitespace.el (whitespace-newline, whitespace-space)
11724 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11725 (whitespace-line, whitespace-space-before-tab)
11726 (whitespace-space-after-tab, whitespace-indentation)
11727 (whitespace-empty):
11728 * emulation/cua-base.el (cua-global-mark):
11729 * eshell/em-prompt.el (eshell-prompt):
11730 * net/newst-plainview.el (newsticker-new-item-face)
11731 (newsticker-old-item-face, newsticker-immortal-item-face)
11732 (newsticker-obsolete-item-face, newsticker-date-face)
11733 (newsticker-statistics-face, newsticker-default-face):
11734 * net/newst-reader.el (newsticker-feed-face)
11735 (newsticker-extra-face, newsticker-enclosure-face):
11736 * net/newst-treeview.el (newsticker-treeview-face)
11737 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11738 (newsticker-treeview-immortal-face)
11739 (newsticker-treeview-obsolete-face)
11740 (newsticker-treeview-selection-face):
11741 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11742 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11743 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11744 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11745 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11746 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11747 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11748 (mpuz-text):
11749 * progmodes/vera-mode.el (vera-font-lock-number)
11750 (vera-font-lock-function, vera-font-lock-interface):
11751 * textmodes/table.el (table-cell): Use new-style face specs, and
11752 don't use the old :bold and :italic attributes.
11753
11754 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11755 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11756 (ebrowse-member-class, ebrowse-progress): Likewise.
11757 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11758 (ebrowse-file-name-face, ebrowse-default-face)
11759 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11760 (ebrowse-progress-face): Remove obsolete faces.
11761
11762 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11763 Inherit from error and warning faces respectively.
11764
11765 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11766 Likewise.
11767 (flyspell-incorrect-face, flyspell-duplicate-face):
11768 Remove obsolete aliases.
11769
11770 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11771
11772 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11773 Avoid infloop.
11774
11775 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11776
11777 * startup.el (argv, argi): Make lexically scoped.
11778 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11779 * emacs-lisp/cl-macs.el: Use lexical-binding.
11780 Rename cl-bind-* to cl--bind-*.
11781 * files.el: Don't require `cl' since it doesn't use it.
11782 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11783
11784 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11785
11786 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11787 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11788 instead of calling external sort utility.
11789 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11790
11791 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11792
11793 * descr-text.el (describe-char): Mention how to insert the
11794 character, if the current input method doesn't support it.
11795 See the discussion in this thread for the details:
11796 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11797
11798 2012-06-08 Sam Steingold <sds@gnu.org>
11799
11800 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11801 XF86Back to previous-buffer.
11802 (minibuffer-local-map): Bind them to next-history-element and
11803 previous-history-element respectively.
11804 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11805 help-go-back respectively.
11806 * info.el (Info-mode-map): Bind them to Info-history-forward and
11807 Info-history-back respectively.
11808 These are the keys next to Up on the ThinkPad keyboard.
11809
11810 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11811
11812 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11813 * emacs-lisp/cl-macs.el: Provide itself.
11814 (cl--labels-convert-cache): New var.
11815 (cl--labels-convert): New function.
11816 (cl-flet, cl-labels): New implementation with new semantics, relying on
11817 lexical-binding.
11818 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11819 (cl-closure-vars, cl--function-convert-cache)
11820 (cl--function-convert): Move from cl-macs.el.
11821 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11822 rename by removing the "cl-" prefix.
11823 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11824
11825 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11826
11827 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11828 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11829 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11830 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11831 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11832 (cl-hash-table-count): Add old compatibility aliases.
11833
11834 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11835 Use macroexpand-all-environment instead.
11836 (cl--old-macroexpand): New var.
11837 (cl--sm-macroexpand): New function.
11838 (cl-symbol-macrolet): Use it during macro expansion.
11839 (cl--function-convert-cache): New var.
11840 (cl--function-convert): New function, extracted from
11841 cl-macroexpand-all.
11842 (cl-lexical-let): Use it.
11843
11844 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11845 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11846 (cl-member): Remove old alias.
11847
11848 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11849 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11850 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11851 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11852 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11853 (cl-macroexpand-cmacs): Remove var.
11854 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11855 Use macroexpand-all instead.
11856
11857 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11860 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11861 (macroexp-copyable-p): New functions and macros.
11862 * emacs-lisp/edebug.el (edebug-unwrap):
11863 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11864 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11865 (pcase--let*): Remove.
11866 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11867 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11868 macroexp-const-p instead.
11869 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11870
11871 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11872 instead of "cl-" for internal definitions. Use macroexp-const-p.
11873 (cl-old-bc-file-form): Remove var.
11874 (cl-const-exprs-p): Remove fun.
11875 (cl-labels, cl-macrolet): Use backquote.
11876 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11877 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11878 (cl-define-setf-expander): Rename from cl-define-setf-method.
11879 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11880
11881 * international/mule-cmds.el: Don't require CL.
11882 (view-hello-file): Don't use `letf'.
11883
11884 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11885
11886 * tmm.el (tmm-prompt): Use string-prefix-p.
11887 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11888 (tmm-add-prompt): Use minibuffer-completion-help.
11889 (tmm-delete-map): Remove.
11890
11891 * subr.el (kbd): Make it its own function.
11892
11893 2012-06-07 Stefan Merten <smerten@oekonux.de>
11894
11895 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11896 Silence compiler warnings. Fix versions.
11897 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11898 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11899 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11900 (rst-package-emacs-version-alist): Correct Emacs version to
11901 represent major merge with upstream.
11902 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11903
11904 2012-06-06 Glenn Morris <rgm@gnu.org>
11905
11906 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11907 Only print environment variables if set.
11908
11909 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11912 (macroexp--cons): Rename from maybe-cons.
11913 (macroexp--accumulate): Rename from macroexp-accumulate.
11914 (macroexp--all-forms): Rename from macroexpand-all-forms.
11915 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11916 (macroexp--expand-all): Rename from macroexpand-all-1.
11917
11918 2012-06-06 Sam Steingold <sds@gnu.org>
11919
11920 * calendar/calendar.el (calendar-in-read-only-buffer):
11921 Call `special-mode' to enable the standard read-only keybindings.
11922
11923 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11926 with "loading" messages (bug#11635).
11927
11928 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11929
11930 * files.el (enable-remote-dir-locals): New option.
11931 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11932
11933 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11934 Ensure, that the temp directory is local.
11935
11936 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11937 `temporary-file-directory'.
11938
11939 * progmodes/python.el (python-send-region): Ensure, that the
11940 temporary file is created also in the remote case.
11941
11942 2012-06-06 Glenn Morris <rgm@gnu.org>
11943
11944 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11945 (vc-rcs-update-changelog): Use it.
11946
11947 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11948
11949 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11950 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11951 (vc-sccs-diff): Replace use of the external vcdiff script.
11952
11953 2012-06-05 Glenn Morris <rgm@gnu.org>
11954
11955 * ledit.el: Move to obsolete/.
11956
11957 2012-06-05 Sam Steingold <sds@gnu.org>
11958
11959 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11960 patch (Bug#11140).
11961
11962 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11963
11964 * emacs-lisp/cust-print.el: Move to obsolete.
11965
11966 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11967 compiler-macro expansion.
11968
11969 Add native compiler-macro support.
11970 * emacs-lisp/macroexp.el (macroexpand-all-1):
11971 Support compiler-macros directly. Properly follow aliases and apply
11972 the compiler macros more thoroughly.
11973 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11974 macroexpand now properly follows aliases.
11975 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11976 (cl-compiler-macroexpand): Use new prop.
11977 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11978
11979 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11980
11981 2012-06-05 Martin Rudalics <rudalics@gmx.at>
11982
11983 * window.el (get-lru-window, get-mru-window, get-largest-window):
11984 New argument NOT-SELECTED to avoid picking the selected window.
11985 (window--display-buffer-1, window--display-buffer-2): Replace by
11986 new function window--display-buffer
11987 (display-buffer-same-window, display-buffer-reuse-window)
11988 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11989 Use window--display-buffer.
11990 (display-buffer-use-some-window): Remove temporary dedication
11991 hack by calling get-lru-window and get-largest-window with
11992 NOT-SELECTED argument non-nil. Call window--display-buffer.
11993
11994 2012-06-05 Glenn Morris <rgm@gnu.org>
11995
11996 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11997 Replace external vcdiff script.
11998
11999 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12002
12003 2012-06-04 Chong Yidong <cyd@gnu.org>
12004
12005 * image.el (imagemagick-types-inhibit): Revert last change.
12006 Add INFO and M.
12007 (imagemagick-enabled-types): Remove CIN and EPS*.
12008
12009 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12010
12011 * emacs-lisp/cl-lib.el: Rename from cl.el.
12012 * emacs-lisp/cl.el: New compatibility file.
12013 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12014 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12015 to obey the "cl-" prefix.
12016 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12017
12018 2012-06-03 Glenn Morris <rgm@gnu.org>
12019
12020 * emacs-lisp/authors.el (authors-aliases): Addition.
12021
12022 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12023 Fix :version.
12024
12025 2012-06-03 Stefan Merten <smerten@oekonux.de>
12026
12027 * textmodes/rst.el: Add comments.
12028 (rst-transition, rst-adornment): New faces.
12029 (rst-adornment-faces-alist): Make default safe to reevaluate.
12030 Fixes
12031 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12032 Improve customization tags.
12033 (rst-define-level-faces): Clarify meaning.
12034
12035 2012-06-03 Chong Yidong <cyd@gnu.org>
12036
12037 * progmodes/compile.el (compilation-mode-line-fail)
12038 (compilation-mode-line-run, compilation-mode-line-exit):
12039 New faces.
12040 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12041
12042 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
12043
12044 * progmodes/which-func.el (which-func-update-ediff-windows):
12045 New function. Use it in ediff-select-hook (Bug#11478).
12046
12047 2012-06-03 Chong Yidong <cyd@gnu.org>
12048
12049 * bindings.el: Remove explicit help text from format-mode-line.
12050 It is now supplied by mode-line-default-help-echo.
12051 (mode-line-front-space, mode-line-end-spaces)
12052 (mode-line-misc-info): New variables.
12053 (mode-line-modes, mode-line-position): Move the default value to
12054 the variable definition.
12055 (mode-line-default-help-echo): New defcustom.
12056 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12057 (mode-line-modified-help-echo): New functions.
12058 (mode-line-mule-info, mode-line-modified): Use them.
12059 (mode-line-eol-desc, propertized-buffer-identification):
12060 Consistency fixes for help text.
12061 (mode-line-coding-system-map): Allow using mouse-3 to invoke
12062 set-buffer-file-coding-system (Bug#289).
12063 (mode-line-mule-info-help-echo): Update help text.
12064
12065 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12066
12067 * simple.el (execute-extended-command): Set real-this-command
12068 (bug#11506).
12069
12070 2012-06-02 Chong Yidong <cyd@gnu.org>
12071
12072 Remove incorrect uses of "modeline" in comments, docstrings, and
12073 function/variable names (Bug#10329).
12074
12075 * cus-edit.el (mode-line):
12076 * dframe.el (dframe-mouse-hscroll):
12077 * emacs-lisp/re-builder.el:
12078 * emacs-lisp/easy-mmode.el (define-minor-mode):
12079 * frame.el (set-frame-name):
12080 * help.el (lookup-minor-mode-from-indicator):
12081 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12082 * progmodes/cc-cmds.el (c-toggle-auto-newline)
12083 (c-toggle-hungry-state):
12084 * progmodes/antlr-mode.el (antlr-language-alist):
12085 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12086 * progmodes/vhdl-mode.el (vhdl-mode):
12087 * progmodes/which-func.el (which-func, which-func-cleanup-function):
12088 * term/ns-win.el (ns-face-at-pos):
12089 * term/sup-mouse.el (sup-mouse-report):
12090 * textmodes/flyspell.el (flyspell-mode-line-string):
12091 * textmodes/ispell.el (ispell-highlight-face):
12092 * textmodes/reftex-global.el:
12093 * vc/vc-arch.el (vc-arch-mode-line-string):
12094 * vc/vc-cvs.el (vc-cvs-mode-line-string):
12095 * vc/vc-git.el (vc-git-mode-line-string):
12096 * vc/vc-hooks.el (vc-display-status)
12097 (vc-default-mode-line-string):
12098 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12099
12100 * ansi-color.el (ansi-color-faces-vector): Change default faces.
12101
12102 * dired.el (dired-sort-set-mode-line): Rename from
12103 dired-sort-set-modeline. All callers changed.
12104
12105 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12106 eshell-status-in-modeline.
12107
12108 * foldout.el (foldout-mode-line-string): Rename from
12109 foldout-modeline-string. All callers changed.
12110 (foldout-update-mode-line): Rename from foldout-update-modeline.
12111
12112 * subr.el (redraw-modeline): Make into obsolete alias.
12113
12114 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12115 timeclock-modeline-display. Make old name an alias.
12116 (timeclock-update-mode-line): Likewise. All callers changed.
12117 (timeclock-mode-line-display): No need to check before using
12118 add-hook.
12119 (timeclock-relative, timeclock-day-over-hook)
12120 (timeclock-use-elapsed, timeclock-mode-string)
12121 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12122
12123 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12124 crisp-mode-modeline-string.
12125
12126 * play/solitaire.el (solitaire-build-mode-line): Rename from
12127 solitaire-build-modeline. All callers changed.
12128
12129 * play/zone.el (zone-hiding-mode-line): Rename from
12130 zone-hiding-modeline. All callers changed.
12131 (zone): Remove unusued `modeline-hidden-level' property.
12132
12133 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12134 xscheme-modeline-initialize. All callers changed.
12135
12136 * strokes.el (strokes-lighter): Rename from
12137 strokes-modeline-string.
12138
12139 * textmodes/sgml-mode.el (html-face-tag-alist)
12140 (html-tag-face-alist): Use mode-line face instead of obsolete
12141 alias modeline.
12142
12143 2012-06-02 Stefan Merten <smerten@oekonux.de>
12144
12145 * textmodes/rst.el: Always require `cl'.
12146 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12147
12148 2012-06-02 Chong Yidong <cyd@gnu.org>
12149
12150 * image.el (imagemagick-enabled-types): Rename from
12151 imagemagick-types-enable. Add many more types.
12152 (imagemagick-types-inhibit): Change default to nil.
12153 (imagemagick-filter-types): Caller changed.
12154
12155 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * emacs-lisp/cl-macs.el: Use backquotes.
12158 (cl-transform-function-property): Use eval-and-compile rather than
12159 abusing `require'.
12160 (defstruct): Use declare-function instead of with-no-warnings.
12161
12162 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12163 (byte-compile-output-docform): Re-add the print-circle bindings.
12164 (byte-compile-fix-header): Use #$ just because it's shorter.
12165 (byte-compile-output-file-form): Remove defun/defmacro.
12166
12167 2012-06-01 Martin Rudalics <rudalics@gmx.at>
12168
12169 * simple.el (choose-completion): Remove now obsolete binding for
12170 owindow.
12171
12172 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
12173
12174 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12175 in order to avoid "Stack overflow in regexp matcher".
12176
12177 2012-05-31 Glenn Morris <rgm@gnu.org>
12178
12179 * image.el: For clarity, call imagemagick-register-types at
12180 top-level, rather than relying on a custom :initialize.
12181 (imagemagick-types-enable): New option. (Bug#11557)
12182 (imagemagick-filter-types): New function. (Bug#7406)
12183 (imagemagick-register-types): Use imagemagick-filter-types.
12184 If disabling support, remove elements altogether rather
12185 than using an impossible regexp.
12186 (imagemagick-types-inhibit): Give it the default init function.
12187
12188 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12189
12190 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12191 Handle arbitrary file name lengths (Bug#11585).
12192
12193 2012-05-31 Martin Rudalics <rudalics@gmx.at>
12194
12195 * desktop.el (desktop-read): Clear previous and next buffers for
12196 all windows and bury *Messages* buffer (bug#11556).
12197
12198 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 Add `declare' for `defun'. Align `defmacro's with it.
12201 * emacs-lisp/easy-mmode.el (define-minor-mode)
12202 (define-globalized-minor-mode): Don't autoload the var definitions.
12203 * emacs-lisp/byte-run.el: Use lexical-binding.
12204 (defun-declarations-alist, macro-declarations-alist): New vars.
12205 (defmacro, defun): Use them.
12206 (make-obsolete, define-obsolete-function-alias)
12207 (make-obsolete-variable, define-obsolete-variable-alias):
12208 Use `declare'.
12209 (macro-declaration-function): Mark obsolete.
12210 * emacs-lisp/autoload.el: Use lexical-binding.
12211 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
12212
12213 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12214
12215 * textmodes/ispell.el (ispell-with-no-warnings):
12216 Define as a macro.
12217 (ispell-kill-ispell, ispell-change-dictionary):
12218 Use `called-interactively-p' for Emacs instead of obsolete
12219 `interactive-p'.
12220
12221 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12224 (macro-declaration-function): Move var from C code.
12225 (macro-declaration-function): Define function with defalias.
12226 * emacs-lisp/macroexp.el (macroexpand-all-1):
12227 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12228 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12229 defun/defmacro any more.
12230 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12231 Provide fallback for unknown arglist.
12232 (byte-compile-arglist-warn): Change calling convention.
12233 (byte-compile-output-file-form): Move print-vars binding.
12234 (byte-compile-output-docform): Simplify accordingly.
12235 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12236 (byte-compile-defmacro-declaration): Remove.
12237 (byte-compile-file-form-defmumble): Generalize to defalias.
12238 (byte-compile-output-as-comment): Return byte-positions.
12239 Simplify callers accordingly.
12240 (byte-compile-lambda): Use `assert'.
12241 (byte-compile-defun, byte-compile-defmacro): Remove.
12242 (byte-compile-file-form-defalias):
12243 Use byte-compile-file-form-defmumble.
12244 (byte-compile-defalias-warn): Remove.
12245
12246 2012-05-29 Stefan Merten <smerten@oekonux.de>
12247
12248 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12249 possible. Fix authors. Improve comments. Improve loading of `cl'.
12250
12251 (rst-mode-abbrev-table): Merge definition.
12252 (rst-mode): Make sure `font-lock-defaults' is buffer local.
12253 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12254
12255 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
12256
12257 * calendar/icalendar.el
12258 (icalendar-export-region): Export UID properly.
12259
12260 2012-05-29 Leo Liu <sdl.web@gmail.com>
12261 * calendar/icalendar.el (icalendar-import-format):
12262 Add `icalendar-import-format-uid' (Bug#11525).
12263 (icalendar-import-format-uid): New.
12264 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12265 Export UID.
12266
12267 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12270 different alternative patterns.
12271 (pcase-codegen): Be more careful to preserve identity.
12272 (pcase--u1): Don't forget to mark vars as used.
12273
12274 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12275 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12276 (byte-compile-from-buffer): ...rather than here.
12277
12278 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12279 functions from byte-compile-function-environment.
12280
12281 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
12282
12283 * window.el (window-deletable-p): Avoid deleting the root window
12284 of a frame with an active minibuffer.
12285
12286 2012-05-29 Martin Rudalics <rudalics@gmx.at>
12287
12288 * simple.el (choose-completion): Use quit-window (Bug#11567).
12289
12290 2012-05-29 Chong Yidong <cyd@gnu.org>
12291
12292 * whitespace.el (whitespace-cleanup): Fix usage of
12293 whitespace-empty-at-bob-regexp (Bug#11492).
12294
12295 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12296
12297 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12298 revert (Bug#11488).
12299
12300 2012-05-29 Juri Linkov <juri@jurta.org>
12301
12302 * isearch.el (isearch-mode-map): Bind `M-s _' to
12303 `isearch-toggle-symbol'. Bind `M-s c' to
12304 `isearch-toggle-case-fold'.
12305 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12306 (isearch-forward): Add `M-s _' to the docstring.
12307 (isearch-forward-symbol, isearch-toggle-case-fold)
12308 (isearch-symbol-regexp): New functions. (Bug#11381)
12309
12310 2012-05-29 Juri Linkov <juri@jurta.org>
12311
12312 * isearch.el (isearch-word): Add docstring. (Bug#11381)
12313 (isearch-occur, isearch-search-and-update): If `isearch-word' is
12314 a function, call it to get the regexp.
12315 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12316 property `isearch-message-prefix' instead of the string "word ".
12317 (isearch-search-fun-default): For the case of `isearch-word',
12318 return a lambda that calls re-search-forward/re-search-backward
12319 with a regexp returned by `word-search-regexp' or by the function
12320 in `isearch-word'.
12321
12322 2012-05-29 Juri Linkov <juri@jurta.org>
12323
12324 * isearch.el (isearch-search-fun-default): New function.
12325 (isearch-search-fun): Move default part to the new function
12326 `isearch-search-fun-default'.
12327 (isearch-search-fun-function): Set the default value to
12328 `isearch-search-fun-default'. (Bug#11381)
12329
12330 * comint.el (comint-history-isearch-end):
12331 Use `isearch-search-fun-default'.
12332 (comint-history-isearch-search): Use `isearch-search-fun-default'
12333 and remove spacial case for `isearch-word'.
12334 (comint-history-isearch-wrap): Remove spacial case for
12335 `isearch-word'.
12336
12337 * hexl.el (hexl-isearch-search-function):
12338 Use `isearch-search-fun-default'.
12339
12340 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12341 Use `word-search-regexp' for `isearch-word'.
12342
12343 * misearch.el (multi-isearch-search-fun):
12344 Use `isearch-search-fun-default'.
12345
12346 * simple.el (minibuffer-history-isearch-search):
12347 Use `isearch-search-fun-default' and remove spacial case for
12348 `isearch-word'.
12349 (minibuffer-history-isearch-wrap): Remove spacial case for
12350 `isearch-word'.
12351
12352 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12353 Remove spacial case for `isearch-word'.
12354 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12355
12356 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12357
12358 Decrease XEmacs incompatibilities.
12359 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12360 Use `string-match'.
12361 (flyspell-delete-region-overlays): Use alternative definition for
12362 XEmacs.
12363 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12364 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12365 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12366 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12367 `define-obsolete-face-alias' under XEmacs, but old method.
12368
12369 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12370 `with-no-warnings' definition or Emacs alias.
12371 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12372 (ispell-word): Do not use `region-p' if XEmacs.
12373
12374 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12375
12376 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12377 Check for `ispell-dictionary-base-alist' instead of full
12378 `ispell-dictionary-alist'.
12379 (ispell-init-process): Show spellchecker when starting new Ispell
12380 process.
12381
12382 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12383
12384 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12385 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12386
12387 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
12388
12389 * version.el (motif-version-string, gtk-version-string)
12390 (ns-version-string): Declare.
12391
12392 2012-05-27 Juri Linkov <juri@jurta.org>
12393
12394 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12395 after the `eval-defun-1' specialcaseing
12396 like in `edebug-eval-defun' (bug#10181).
12397
12398 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12399 like in `eval-defun-1'.
12400
12401 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12402
12403 * mail/sendmail.el (mail-yank-region):
12404 Recognize rmail-yank-current-message in addition to insert-buffer.
12405 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12406 a *mail* buffer created through rmail-start-mail with sendmail as
12407 mail-user-agent.
12408
12409 2012-05-27 Chong Yidong <cyd@gnu.org>
12410
12411 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12412 Default to 256 (Bug#11267).
12413
12414 * help.el (describe-mode): Doc fix.
12415
12416 2012-05-26 Glenn Morris <rgm@gnu.org>
12417
12418 * w32-fns.el (w32-init-info): Remove.
12419 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12420
12421 * info.el (info-initialize): For self-contained NS builds, put the
12422 included info/ directory at the front. (Bug#2791)
12423
12424 * paths.el (Info-default-directory-list): Make it a defcustom,
12425 mainly so that we can use custom-initialize-delay.
12426
12427 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * subr.el (buffer-has-markers-at): Mark obsolete.
12430
12431 * subr.el (lambda): Use declare.
12432
12433 * emacs-lisp/lisp-mode.el (lambda):
12434 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12435
12436 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12437
12438 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12439
12440 2012-05-26 Glenn Morris <rgm@gnu.org>
12441
12442 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12443
12444 2012-05-25 Glenn Morris <rgm@gnu.org>
12445
12446 * paths.el: Remove no-byte-compile.
12447 * loadup.el: No need to load paths.el uncompiled.
12448
12449 * image.el (imagemagick-types-inhibit): Doc fix.
12450
12451 * version.el: Remove no-byte-compile and associated formatting.
12452 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12453 is ancient code from when there was an "inc-vers.el".
12454
12455 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * progmodes/gdb-mi.el: Minor style changes.
12458 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12459 Turn into minor modes.
12460 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12461 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12462 (gdb-shell): Remove unneeded let-binding.
12463 (gdb-get-many-fields): Eliminate O(n²) behavior.
12464
12465 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12466
12467 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12468 platforms that don't link in fontset.c.
12469
12470 2012-05-25 Juri Linkov <juri@jurta.org>
12471
12472 Use the same diff color scheme as in modern VCSes (bug#10181).
12473
12474 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12475 to avoid confusion with `diff-added' that now uses green colors.
12476 (diff-removed): Use shades of red.
12477 (diff-added): Use shades of green.
12478 (diff-changed): Leave just the yellow color.
12479 (diff-use-changed-face): New variable.
12480 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12481 how to highlight context diff changes.
12482 (diff-refine-change): Use shades of yellow.
12483 (diff-refine-removed): New face that uses shades of red.
12484 (diff-refine-added): New face that uses shades of green.
12485 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12486 `diff-refine-removed' in the call to `smerge-refine-subst'
12487 depending on the value of `diff-use-changed-face'.
12488
12489 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12490 (smerge-other): Use shades of green.
12491 (smerge-base): Use shades of yellow.
12492 (smerge-refined-change): Empty face.
12493 (smerge-refined-removed): New face that uses shades of red.
12494 (smerge-refined-added): New face that uses shades of green.
12495 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12496 args `props-r' and `props-a', and use them. Doc fix.
12497 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12498 on its value use different faces `smerge-refined-change',
12499 `smerge-refined-removed', `smerge-refined-added' in the call to
12500 `smerge-refine-subst'.
12501
12502 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12503 Add face condition `min-colors 88' with shades of red.
12504 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12505 `min-colors 88' with shades of green.
12506 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12507 `min-colors 88' with shades of yellow.
12508
12509 2012-05-24 Glenn Morris <rgm@gnu.org>
12510
12511 * paths.el (prune-directory-list, remote-shell-program): Move to...
12512 * files.el (prune-directory-list, remote-shell-program): ...here.
12513 For the latter, delay initialization, prefer ssh, just search PATH.
12514
12515 * paths.el (term-file-prefix): Move to faces.el (the only user).
12516 * faces.el (term-file-prefix): Move here, make it a defcustom.
12517
12518 * paths.el (news-directory, news-path, news-inews-program):
12519 Move to gnus/nnspool.el.
12520
12521 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12522
12523 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12524 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12525 Make the latter a defcustom, with a delayed initialization.
12526
12527 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12528 These were deleted from Gnus itself late 2010.
12529
12530 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12531
12532 * progmodes/which-func.el (which-func-ff-hook):
12533 Check against user-error, not error.
12534
12535 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12536 cl-specs.el, which no longer exists.
12537
12538 2012-05-22 Glenn Morris <rgm@gnu.org>
12539
12540 * info.el (info-emacs-bug): New command.
12541 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12542 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12543
12544 2012-05-21 Glenn Morris <rgm@gnu.org>
12545
12546 * makefile.w32-in (update-subdirs-SH):
12547 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12548
12549 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12552
12553 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12554 Simplify Maven regexp, and make sure the file can't start with a space
12555 (bug#11517).
12556
12557 2012-05-21 Glenn Morris <rgm@gnu.org>
12558
12559 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12560 Scrap superfluous subshells.
12561
12562 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12563
12564 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12565 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12566
12567 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12568
12569 * calc/calc.el (calc-ensure-consistent-units): New variable.
12570
12571 * calc/calc-units.el (math-consistent-units-p)
12572 (math-check-unit-consistency): New functions.
12573 (calc-quick-units, calc-convert-units):
12574 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12575 is non-nil.
12576 (calc-extract-units): Fix typo.
12577
12578 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12581
12582 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12583 (flyspell-default-deplacement-commands): Don't spell check after
12584 repeated window/frame switches (e.g. triggered by mouse-movement).
12585 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12586 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12587 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12588 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12589 Remove unused vars.
12590 (flyspell-get-casechars, flyspell-get-not-casechars):
12591 Simplify; Don't bother removing a ] just to add it back.
12592 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12593
12594 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
12595
12596 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12597 New functions.
12598 (math-function-table): Add support for more C functions.
12599
12600 2012-05-18 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 Protect delay handling for otherchars against empty otherchars.
12605
12606 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12609 their respective macro declarations.
12610 * skeleton.el (define-skeleton):
12611 * progmodes/compile.el (define-compilation-mode):
12612 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12613 (define-ibuffer-filter):
12614 * emacs-lisp/generic.el (define-generic-mode):
12615 * emacs-lisp/easy-mmode.el (define-minor-mode)
12616 (define-globalized-minor-mode):
12617 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12618 * emacs-lisp/byte-run.el (defsubst):
12619 * custom.el (deftheme): Add doc-string metadata.
12620
12621 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12624
12625 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12626
12627 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12628
12629 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12630 * emacs-lisp/cl-macs.el: Idem.
12631 * emacs-lisp/cl-specs.el: Remove.
12632
12633 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12634
12635 Minor renaming of internal CL functions and variables.
12636 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12637 (cl--position): Rename from cl-position.
12638 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12639 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12640 (cl--random-state): Rename from *random-state*.
12641
12642 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12645 parens around the arg list (bug#11499).
12646
12647 2012-05-17 Juri Linkov <juri@jurta.org>
12648
12649 * isearch.el (word-search-regexp, word-search-backward)
12650 (word-search-forward, word-search-backward-lax)
12651 (word-search-forward-lax): Move functions from search.c
12652 (bug#10145, bug#11381).
12653
12654 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12655
12656 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12657 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12658 Delay for otherchars as for normal word components.
12659
12660 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12661
12662 * minibuffer.el (completion--sifn-requote): Fix last change.
12663 (minibuffer-local-must-match-filename-map):
12664 Move define-obsolete-variable-alias before its var.
12665
12666 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12667
12668 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12669
12670 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12671 behavior.
12672 (completion--string-equal-p): New function.
12673 (completion--twq-all): Use it to get better assertion failure data.
12674
12675 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12676 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12677 (shell--requote-argument): New functions.
12678 (shell-completion-vars): Use them.
12679 (shell--parse-pcomplete-arguments): Rename from
12680 shell-parse-pcomplete-arguments.
12681 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12682 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12683 Obey comint-file-name-quote-list.
12684
12685 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12686 (smie-indent-keyword): Use it.
12687
12688 2012-05-14 Stefan Merten <smerten@oekonux.de>
12689
12690 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12691
12692 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12693
12694 * net/rlogin.el (rlogin-mode-map): Fix last change.
12695
12696 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12697
12698 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12699 the following \r\n using a single `process-send-string', since the
12700 Lotus SMTP server refuses to accept any commands if they are sent
12701 with two `process-send-string's (Bug#11444).
12702
12703 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 * shell.el (shell-parse-pcomplete-arguments):
12706 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12707
12708 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12709
12710 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12711 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12712 (image-transform-width, image-transform-fit-width): New functions.
12713 (image-transform-properties): Use them.
12714 (image-transform-check-size): New function.
12715 (image-toggle-display-image): Use it (for testing).
12716 (image-transform-set-rotation): Reduce angle mod 360.
12717 Delete obsolete comment.
12718
12719 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12720
12721 * image-mode.el: Fix scaling (bug#11399).
12722 (image-transform-resize): Doc fix.
12723 (image-transform-properties): Default scale is 1 and height should
12724 be an integer.
12725
12726 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
12727
12728 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12729 than hard-coding `car', to fix misbehavior when moving forward.
12730
12731 2012-05-13 Chong Yidong <cyd@gnu.org>
12732
12733 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12734 (tabulated-list-entries, tabulated-list-padding)
12735 (tabulated-list-sort-key): Make permanent-local.
12736
12737 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12738 (electric-buffer-list): Put electric buffer menu
12739 command descriptions in this docstring, instead of the docstring
12740 of electric-buffer-menu-mode. Code cleanups.
12741 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12742 Electric-buffer-menu-mode.
12743 (electric-buffer-update-highlight): Minor code cleanup.
12744
12745 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12746
12747 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12748 (Bug#11447)
12749
12750 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 Move define-obsolete-variable-alias before the var's definition.
12753 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12754 * tooltip.el (tooltip-hook):
12755 * textmodes/reftex-toc.el (reftex-toc-map):
12756 * textmodes/reftex-sel.el (reftex-select-label-map)
12757 (reftex-select-bib-map):
12758 * textmodes/reftex-index.el (reftex-index-map)
12759 (reftex-index-phrases-map):
12760 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12761 * progmodes/meta-mode.el (meta-mode-map):
12762 * novice.el (disabled-command-hook):
12763 * loadhist.el (unload-hook-features-list):
12764 * frame.el (blink-cursor):
12765 * files.el (find-file-not-found-hooks, write-file-hooks)
12766 (write-contents-hooks):
12767 * emulation/tpu-edt.el (GOLD-map):
12768 * emacs-lock.el (emacs-lock-from-exiting):
12769 * emacs-lisp/generic.el (generic-font-lock-defaults):
12770 * emacs-lisp/chart.el (chart-map):
12771 * dos-fns.el (register-name-alist):
12772 * dired-x.el (dired-omit-files-p):
12773 * desktop.el (desktop-enable):
12774 * cus-edit.el (custom-mode-hook):
12775 * buff-menu.el (buffer-menu-mode-hook):
12776 * bookmark.el (bookmark-read-annotation-text-func)
12777 (bookmark-exit-hooks):
12778 * allout.el (allout-mode-deactivate-hook)
12779 (allout-exposure-change-hook, allout-structure-added-hook)
12780 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12781 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12782 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12783 comes before the corresponding variable's definition.
12784
12785 2012-05-12 Chong Yidong <cyd@gnu.org>
12786
12787 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12788 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12789 (Buffer-menu-mode-map): Bind it.
12790 (Buffer-menu--pretty-name): Add a mouse-face property.
12791
12792 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12795 (prolog-upper-case-string, prolog-lower-case-string)
12796 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12797 (prolog-use-smie, prolog-smie-grammar): New vars.
12798 (prolog-smie-forward-token, prolog-smie-backward-token)
12799 (prolog-smie-rules): New funs.
12800 (prolog-comment-indent): Remove.
12801 (prolog-mode-variables): Use default comment indentation instead.
12802 Setup SMIE.
12803 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12804 (prolog-mode): Don't call them any more.
12805 (prolog-electric-colon, prolog-electric-dash)
12806 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12807
12808 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12809
12810 * minibuffer.el (completion--twq-all): Again, allow case differences.
12811
12812 * term.el: Move keymap initialization code to be more idiomatic.
12813 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12814 (term-terminal-menu): Move initialization into declaration.
12815 (term-escape-char): Let the user set it in her .emacs.
12816
12817 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12818 Provide SMIE-based indentation (not enabled by default yet).
12819 (sh-mode-map): Don't bind electric keys.
12820 Use electric-pair-mode instead of skeleton-pair.
12821 (sh-assignment-regexp): Fit within 80 columns.
12822 (sh-indent-supported): Specify actual shell name instead of boolean.
12823 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12824 (sh-maybe-here-document): Use it. Make obsolete.
12825 (sh-electric-here-document-mode) New minor mode.
12826 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12827 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12828 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12829 (sh-smie-rc-grammar, sh-use-smie): New vars.
12830 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12831 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12832 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12833 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12834 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12835 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12836 (sh-set-shell): Use smie-setup if requested.
12837
12838 * term.el (term-set-escape-char): Properly set term-escape-char.
12839 See http://stackoverflow.com/questions/10524656.
12840
12841 2012-05-10 Chong Yidong <cyd@gnu.org>
12842
12843 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12844 Use url-generic-parse-url, and handle host names and Windows
12845 filenames properly.
12846 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12847 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12848 URL schemes to work on.
12849 (ffap--toggle-read-only): New function.
12850 (ffap-read-only, ffap-read-only-other-window)
12851 (ffap-read-only-other-frame): Use it.
12852 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12853 necessary for ffap-url-unwrap-remote.
12854
12855 2012-05-10 Dave Abrahams <dave@boostpro.com>
12856
12857 * cus-start.el (create-lockfiles): Add it.
12858
12859 2012-05-09 Chong Yidong <cyd@gnu.org>
12860
12861 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12862 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12863
12864 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12867
12868 2012-05-09 Chong Yidong <cyd@gnu.org>
12869
12870 * ansi-color.el (ansi-color-process-output): Check for validity of
12871 comint-last-output-start before using it. This avoids a bad
12872 interaction with gdb-mi's input/output buffer.
12873
12874 2012-05-09 Glenn Morris <rgm@gnu.org>
12875
12876 * files.el (dir-locals-read-from-file):
12877 Mention dir-locals in any error message.
12878
12879 2012-05-09 Chong Yidong <cyd@gnu.org>
12880
12881 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12882 package (Bug#11410).
12883
12884 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12885 variables into description.
12886
12887 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12888
12889 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12890 shell-delimiter-argument-list (bug#11348).
12891 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12892
12893 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12894
12895 * textmodes/rst.el: Silence byte-compiler warnings.
12896 (rst-re-alist, rst-reset-section-caches): Move around.
12897 (rst-re): Use `characterp', not `char-valid-p'.
12898 (font-lock-beg, font-lock-end): Declare.
12899
12900 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12901 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12902
12903 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12904
12905 2012-05-08 Glenn Morris <rgm@gnu.org>
12906
12907 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12908
12909 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12910
12911 * vc/log-edit.el: Add GNU coding standards highlighting.
12912 (log-edit-font-lock-gnu-style)
12913 (log-edit-font-lock-gnu-keywords): New vars.
12914 (log-edit-font-lock-keywords): New fun.
12915 (log-edit-mode): Don't fold case in font-lock.
12916 (log-edit-font-lock-keywords): Do not assume case-folding.
12917
12918 * imenu.el: Misc cleanup. Make docstrings out of comments.
12919 Use lexical-binding.
12920 (imenu--index-alist, imenu--last-menubar-index-alist)
12921 (imenu-menubar-modified-tick): Use defvar-local.
12922 (imenu--split-menu): Remove unused var.
12923 (imenu--cleanup-seen): Declare as global.
12924 (imenu--cleanup): Use dolist.
12925
12926 * subr.el (defvar-local): Add debug spec and doc-string position.
12927
12928 2012-05-08 Glenn Morris <rgm@gnu.org>
12929
12930 * language/burmese.el, language/cham.el, language/czech.el:
12931 * language/english.el, language/georgian.el, language/greek.el:
12932 * language/japanese.el, language/khmer.el, language/korean.el:
12933 * language/lao.el, language/misc-lang.el, language/romanian.el:
12934 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12935 * language/thai.el, language/utf-8-lang.el:
12936 Remove no-byte-compile setting.
12937
12938 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12939
12940 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12941
12942 * progmodes/make-mode.el (makefile-browse):
12943 Remove unnecessary interactive. (Bug#11324)
12944
12945 2012-05-07 Glenn Morris <rgm@gnu.org>
12946
12947 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12948
12949 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12950
12951 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * loadup.el: Preload newcomment.el.
12954 * newcomment.el: Move autoload-only code to toplevel.
12955
12956 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12957 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12958 Handle new :right-align column property.
12959 (tabulated-list-print-col): Idem, plus use `display' text-property to
12960 try and preserve alignment for variable pitch fonts.
12961
12962 2012-05-07 Chong Yidong <cyd@gnu.org>
12963
12964 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12965 (tabulated-list-use-header-line): New var.
12966 (tabulated-list-init-header): Use it.
12967 (tabulated-list-print-fake-header): New function.
12968 (tabulated-list-print): Use it.
12969 (tabulated-list-sort-button-map): Add non-header-line commands.
12970 (tabulated-list-init-header): Add column name property to basic
12971 labels as well.
12972 (tabulated-list-col-sort): Handle non-header-line button case.
12973 (tabulated-list--sort-by-column-name): Fix a corner case.
12974
12975 * buff-menu.el (list-buffers--refresh):
12976 Handle Buffer-menu-use-header-line.
12977
12978 2012-05-06 Chong Yidong <cyd@gnu.org>
12979
12980 * buff-menu.el: Convert to Tabulated List mode.
12981 (Buffer-menu-buffer+size-width): Make obsolete.
12982 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12983 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12984 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
12985 documentation into docstring of buffer-menu.
12986 (Buffer-menu-toggle-files-only): Add an informative message.
12987 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12988 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12989 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12990 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12991 (Buffer-menu-execute, Buffer-menu-select)
12992 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12993 (Buffer-menu-bury): Use Tabulated List machinery.
12994 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12995 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12996 Delete.
12997 (list-buffers--refresh): New function.
12998 (list-buffers-noselect): Use it.
12999 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13000 (Buffer-menu--pretty-file-name): New helper functions.
13001
13002 * loadup.el: Preload tabulated-list.
13003
13004 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13005 tabulated-list-sort-column.
13006 (tabulated-list-init-header): Add the initial aligning space even
13007 if tabulated-list-padding is zero.
13008
13009 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
13010
13011 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13012 whose cdr is not a cons cell correctly (bug#11038).
13013
13014 2012-05-06 Chong Yidong <cyd@gnu.org>
13015
13016 * emacs-lisp/tabulated-list.el (tabulated-list-format):
13017 Accept additional plist in column descriptors.
13018 (tabulated-list-init-header): Obey it.
13019 (tabulated-list-get-entry): New function.
13020 (tabulated-list-put-tag): Use it. Use string-width instead of
13021 length.
13022 (tabulated-list--column-number): New function.
13023 (tabulated-list-print): Use it.
13024 (tabulated-list-print-col): New function.
13025 Set `tabulated-list-column-name' property on each column's text.
13026 (tabulated-list-print-entry): Use it.
13027 (tabulated-list-delete-entry, tabulated-list-set-col):
13028 New functions.
13029 (tabulated-list-sort-column): New command (Bug#11337).
13030
13031 * buff-menu.el (list-buffers): Move C-x C-b binding from
13032 buff-menu.el to bindings.el.
13033
13034 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13035 :advertised-binding feature.
13036
13037 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
13038
13039 * progmodes/compile.el (compilation-internal-error-properties):
13040 Calculate start position correctly when end-col is set but
13041 end-line is not (Bug#11382).
13042
13043 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
13044
13045 * man.el (Man-unindent): Use text-property-default-nonsticky to
13046 prevent untabify from inheriting face properties (Bug#11408).
13047
13048 2012-05-05 Stefan Merten <smerten@oekonux.de>
13049
13050 * textmodes/rst.el: Major merge with upstream development up to
13051 Docutils SVN r7399 / rst.el V1.2.1.
13052
13053 Clarify maintainership and authors.
13054
13055 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13056 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13057 (rst-official-version, rst-official-cvs-rev, rst-version)
13058 (rst-package-emacs-version-alist): New functions and variables
13059 for version information.
13060
13061 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13062 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13063 (rst-mode-syntax-table, rst-mode): New and corrected functions
13064 and variables representing reStructuredText features.
13065
13066 (rst-re): New function for reStructuredText regexes. Use in
13067 many places.
13068
13069 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13070 (rst-mode-map): Rebind keys.
13071
13072 (rst-mode-lazy, rst-font-lock-keywords)
13073 (rst-font-lock-extend-region)
13074 (rst-font-lock-extend-region-internal)
13075 (rst-font-lock-extend-region-extend)
13076 (rst-font-lock-find-unindented-line-limit)
13077 (rst-font-lock-find-unindented-line-match)
13078 (rst-adornment-level, rst-font-lock-adornment-level)
13079 (rst-font-lock-adornment-match)
13080 (rst-font-lock-handle-adornment-pre-match-form)
13081 (rst-font-lock-handle-adornment-matcher): Major revision of
13082 font-locking. Integrate with other code. Use `jit-lock-mode'.
13083
13084 (rst-preferred-adornments, rst-adjust-hook)
13085 (rst-new-adornment-down, rst-preferred-bullets)
13086 (rst-preferred-bullets, rst-indent, rst-indent-width)
13087 (rst-indent-field, rst-indent-literal-normal)
13088 (rst-indent-literal-minimized, rst-indent-comment): Change,
13089 extend and improve customization.
13090
13091 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13092 (rst-normalize-cursor-position, rst-get-decoration)
13093 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13094 (rst-rstrip, rst-toc-insert-find-delete-contents)
13095 (rst-shift-fill-region, rst-compute-bullet-tabs)
13096 (rst-debug-print-tabs, rst-debug-mark-found)
13097 (rst-shift-region-guts, rst-shift-region-right)
13098 (rst-shift-region-left, rst-use-char-classes)
13099 (rst-font-lock-keywords-function)
13100 (rst-font-lock-indentation-point)
13101 (rst-font-lock-find-unindented-line-begin)
13102 (rst-font-lock-find-unindented-line-end)
13103 (rst-font-lock-find-unindented-line)
13104 (rst-font-lock-adornment-point, rst-font-lock-level)
13105 (rst-adornment-level-alist): Remove functions and variables.
13106
13107 (rst-compare-adornments, rst-get-adornment-match)
13108 (rst-suggest-new-adornment, rst-get-adornments-around)
13109 (rst-adornment-complete-p, rst-get-next-adornment)
13110 (rst-adjust-adornment, rst-display-adornments-hierarchy)
13111 (rst-straighten-adornments): Standardize function names to
13112 use "adornment" instead of "decoration". Correct callers.
13113 Similar standardizing in many places.
13114
13115 (rst-update-section, rst-adjust, rst-promote-region)
13116 (rst-enumerate-region, rst-bullet-list-region)
13117 (rst-repeat-last-character): Correct use of `interactive'.
13118
13119 (rst-classify-adornment, rst-find-all-adornments)
13120 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13121 (rst-find-leftmost-column, rst-repeat-last-character):
13122 Refactor functions.
13123
13124 (rst-find-title-line, rst-reset-section-caches)
13125 (rst-get-adornments-around, rst-adjust-adornment-work)
13126 (rst-arabic-to-roman, rst-roman-to-arabic)
13127 (rst-insert-list-pos, rst-insert-list-new-item)
13128 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13129 New functions.
13130
13131 (rst-all-sections, rst-section-hierarchy)
13132 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13133 New variables.
13134
13135 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13136 configuration instead of only buffer. Change where necessary.
13137
13138 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13139 (rst-shift-region, rst-adaptive-fill): New functions for
13140 indentation and filling.
13141
13142 (rst-comment-line-break, rst-comment-indent)
13143 (rst-comment-insert-comment, rst-comment-region)
13144 (rst-uncomment-region): New functions for handling comments.
13145
13146 (rst-compile): Quote shell arguments.
13147
13148 (rst-compile-pdf-preview, rst-compile-slides-preview):
13149 Delete temporary files after use.
13150
13151 2012-05-05 Glenn Morris <rgm@gnu.org>
13152
13153 * calendar/cal-html.el: Optionally include holidays in the output.
13154 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13155 (cal-html-holidays): New option.
13156 (cal-html-css-default): Add holiday entry.
13157 (holiday-in-range): Autoload it.
13158 (cal-html-htmlify-entry): Add optional class argument.
13159 (cal-html-htmlify-list): Add optional holidays argument.
13160 (cal-html-insert-agenda-days): Include holidays in the output.
13161 (cal-html-one-month): Maybe include holidays.
13162
13163 * calendar/holidays.el (holiday-in-range):
13164 Move here from cal-tex-list-holidays.
13165 * calendar/cal-tex.el (cal-tex-list-holidays):
13166 Make it an obsolete alias for holiday-in-range. Update all callers.
13167
13168 2012-05-05 Chong Yidong <cyd@gnu.org>
13169
13170 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13171 Nextstep.
13172
13173 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
13174
13175 * files.el (file-auto-mode-skip): New var.
13176 (set-auto-mode-1): Use it.
13177
13178 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13179
13180 * repeat.el: Use lexical-binding.
13181 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13182 (repeat-undo-count): Remove.
13183 (repeat):
13184 * progmodes/octave-mod.el (octave-abbrev-start):
13185 * progmodes/f90.el (f90-abbrev-start):
13186 * face-remap.el (text-scale-adjust):
13187 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13188
13189 * emacs-lisp/pcase.el (pcase--let*): New function.
13190 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13191 a bit more.
13192 (pcase--split-pred): Be more clever about ruling out overlap between
13193 a predicate and some constant pattern.
13194 (pcase--q1): Use `null' instead of (eq foo nil).
13195
13196 * subr.el (setq-local, defvar-local): New macros.
13197 (kbd): Redefine as an alias.
13198 (with-selected-window): Leave unrelated frames alone.
13199 (set-temporary-overlay-map): New function.
13200
13201 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * subr.el (user-error): New function.
13204 * window.el (switch-to-buffer):
13205 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13206 (smerge-match-conflict):
13207 * simple.el (previous-matching-history-element)
13208 (next-matching-history-element, goto-history-element, undo-more)
13209 (undo-start):
13210 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13211 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13212 (next-file, tags-loop-scan, list-tags, complete-tag):
13213 * progmodes/compile.el (compilation-loop):
13214 * mouse.el (mouse-minibuffer-check):
13215 * man.el (Man-bgproc-sentinel, Man-goto-page):
13216 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13217 (Info-history-forward, Info-follow-reference, Info-menu)
13218 (Info-extract-menu-item, Info-extract-menu-counting)
13219 (Info-forward-node, Info-backward-node, Info-next-menu-item)
13220 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13221 (Info-next-reference, Info-prev-reference, Info-index)
13222 (Info-index-next, Info-follow-nearest-node)
13223 (Info-copy-current-node-name):
13224 * imenu.el (imenu--make-index-alist)
13225 (imenu-default-create-index-function, imenu-add-to-menubar):
13226 * files.el (basic-save-buffer, recover-file):
13227 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13228 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13229 (checkdoc-message-text, checkdoc-defun):
13230 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13231 * cus-edit.el (customize-changed-options, customize-rogue)
13232 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13233 (custom-variable-mark-to-reset-standard)
13234 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13235 (custom-file):
13236 * completion.el (check-completion-length):
13237 * comint.el (comint-search-arg)
13238 (comint-previous-matching-input-string-position)
13239 (comint-previous-matching-input)
13240 (comint-replace-by-expanded-history-before-point, comint-send-input)
13241 (comint-copy-old-input, comint-backward-matching-input)
13242 (comint-goto-process-mark, comint-set-process-mark):
13243 * calendar/calendar.el (calendar-cursor-to-date): Use it.
13244 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13245
13246 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 * dabbrev.el (dabbrev--ignore-case-p): New function.
13249 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13250 Use it.
13251
13252 * files.el (automount-dir-prefix): Mark as obsolete.
13253
13254 2012-05-04 Glenn Morris <rgm@gnu.org>
13255
13256 * patcomp.el, play/bruce.el: Move to obsolete/.
13257
13258 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
13259
13260 Fix minor Y10k bugs.
13261 * arc-mode.el (archive-unixdate):
13262 * autoinsert.el (auto-insert-alist):
13263 * calc/calc-forms.el (math-this-year):
13264 * emacs-lisp/copyright.el (copyright-current-year)
13265 (copyright-update-year, copyright):
13266 * tar-mode.el (tar-clip-time-string):
13267 * time.el (display-time-update):
13268 Don't assume years have 4 digits.
13269
13270 2012-05-04 Chong Yidong <cyd@gnu.org>
13271
13272 * dos-w32.el (file-name-buffer-file-type-alist)
13273 (direct-print-region-use-command-dot-com):
13274 * ffap.el (ffap-menu-regexp):
13275 * find-file.el (ff-special-constructs):
13276 * follow.el (follow-debug):
13277 * forms.el (forms--debug):
13278 * iswitchb.el (iswitchb-all-frames):
13279 * ido.el (ido-all-frames):
13280 * emacs-lisp/timer.el (timer-max-repeats):
13281 * mail/feedmail.el (feedmail-mail-send-hook)
13282 (feedmail-mail-send-hook-queued):
13283 * mail/footnote.el (footnote-signature-separator):
13284 * mail/mailabbrev.el (mail-alias-separator-string)
13285 (mail-abbrev-mode-regexp):
13286 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13287 * progmodes/idlwave.el (idlwave-libinfo-file)
13288 (idlwave-default-completion-case-is-down)
13289 (idlwave-library-routines): Convert defvars to defcustoms.
13290
13291 * mail/rmail.el (rmail-decode-mime-charset):
13292 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13293 (idlwave-shell-fix-inserted-breaks)
13294 (idlwave-shell-activate-alt-keybindings)
13295 (idlwave-shell-use-breakpoint-glyph):
13296 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13297
13298 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13299
13300 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13301
13302 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
13303
13304 * progmodes/verilog-mode.el (font-lock-keywords):
13305 Fix mis-highligting auto. Reported by Craig Barner.
13306 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13307 defines from global name space. Reported by Dan Dever.
13308 (verilog-auto-reset, verilog-auto-reset-widths)
13309 (verilog-auto-tieoff): Support using unbased numbers for
13310 AUTORESET and AUTOTIEOFF.
13311 (verilog-submit-bug-report): Update variable list.
13312 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13313 parenthesis from not matching. Reported by Michael Rytting.
13314 (verilog-auto-template-lint): Fix hash error when linting modules
13315 with no used templates.
13316 (verilog-warn, verilog-warn-error)
13317 (verilog-warn-fatal): When non-interactive report multiple
13318 warnings before exiting. Suggested by Brad Dobbie.
13319 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13320 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13321 to report unused template errors. Reported by Brad Dobbie.
13322 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13323 nets, bug438. Reported by Vns Blore.
13324 (verilog-auto-inout-module, verilog-auto-reg)
13325 (verilog-read-decls, verilog-read-sub-decls-sig)
13326 (verilog-signals-edit-wire-reg, verilog-signals-with):
13327 Fix passing of Verilog data types in ANSI input/output ports
13328 such as "output logic" into the AUTOs. Special case "wire" and
13329 "reg" for backwards compatibility presuming Verilog 2001.
13330 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13331 (verilog-preprocess): Fix replication of preprocess output.
13332 Reported by Brad Dobbie.
13333 (verilog-auto-inst-interfaced-ports):
13334 Create verilog-auto-inst-interfaced-ports, bug429.
13335 Reported by Julian Gorfajn.
13336 (verilog-after-save-font-hook)
13337 (verilog-before-save-font-hook): New variable.
13338 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13339 (verilog-save-font-mods): Wrap disabling fontification, reported
13340 by David Rogoff.
13341 (verilog-do-indent, verilog-pretty-declarations-auto)
13342 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13343 Reported by Pierre-David Pfister.
13344 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13345 of class declarations, bug292. Reported by Kevin Heilman.
13346 (verilog-read-decls): Fix 'parameter type' not appearing in
13347 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13348 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13349 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
13350 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13351 Reported by David Kravitz.
13352
13353 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
13354
13355 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13356 assignment with tests in ifs and for loops.
13357 (verilog-extended-complete-re, verilog-complete-reg): Change so
13358 that DPI inport functions don't look like fuction declarations.
13359 (verilog-pretty-expr): Don't line up assignment
13360 operations to the test and increment in if and for loops
13361 (verilog-extended-complete-re, verilog-complete-reg): Change so
13362 that DPI inport functions don't look like fuction declarations.
13363
13364 2012-05-03 Kenichi Handa <handa@m17n.org>
13365
13366 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13367 decoding, and show a warning message without signaling an error
13368 (Bug#11282).
13369
13370 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13371
13372 * emacs-lisp/bytecomp.el
13373 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13374 since cconv.el might have introduced :fun-body, internal-make-closure,
13375 and friends for bytecomp to handle (bug#11391).
13376 * custom.el (defcustom): Avoid ((λ ..) ..).
13377
13378 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13381
13382 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
13383
13384 * notifications.el (dbus-debug):
13385 * term/linux.el (gpm-mouse-enable):
13386 * term/screen.el (xterm-register-default-colors): Declare.
13387
13388 2012-05-02 Chong Yidong <cyd@gnu.org>
13389
13390 * cus-start.el (gc-cons-percentage, exec-suffixes)
13391 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13392 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13393 (make-cursor-line-fully-visible, void-text-area-pointer)
13394 (font-list-limit): Add customization data.
13395
13396 * allout.el (allout-exposure-change-functions)
13397 (allout-structure-added-functions)
13398 (allout-structure-deleted-functions)
13399 (allout-structure-shifted-functions): Rename abnormal hooks from
13400 *-hook, and convert to defcustoms.
13401 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13402 Convert to defcustoms.
13403 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13404
13405 * allout-widgets.el: Hook callers changed.
13406
13407 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13408
13409 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13410 the yanked message in preference to the default value of
13411 buffer-file-coding-system.
13412
13413 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13414
13415 * window.el (display-buffer--action-function-custom-type):
13416 Fix entry.
13417
13418 2012-05-02 Alan Mackenzie <acm@muc.de>
13419
13420 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13421
13422 2012-05-01 Glenn Morris <rgm@gnu.org>
13423
13424 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13425
13426 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13427
13428 * cus-edit.el (custom-variable-documentation): Simplify with format.
13429
13430 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13431 Stefan Monnier <monnier@iro.umontreal.ca>
13432
13433 * simple.el (suggest-key-bindings, execute-extended-command):
13434 Move from keyboard.c.
13435
13436 2012-05-01 Chong Yidong <cyd@gnu.org>
13437
13438 * follow.el: Eliminate advice.
13439 (set-process-filter, process-filter, sit-for): Advice deleted.
13440 (follow-mode-off-hook): Obsolete hook removed.
13441 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13442 Vars deleted.
13443 (follow-auto): Use a :set function.
13444 (follow-mode): Rewritten. Don't advise process filters.
13445 (follow-switch-to-current-buffer-all, follow-scroll-up)
13446 (follow-scroll-down): Assume follow-mode is bound.
13447 (follow-comint-scroll-to-bottom)
13448 (follow-align-compilation-windows): New functions.
13449 (follow--window-sorter): New function.
13450 (follow-all-followers): Use it to explicitly sort windows by their
13451 positions; don't make assumptions about next-window order.
13452 (follow-windows-start-end, follow-delete-other-windows-and-split)
13453 (follow-calc-win-start): Doc fix.
13454 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13455 vertical-motion unnecessarily.
13456 (follow-adjust-window): New function.
13457 (follow-post-command-hook): Use it.
13458 (follow-call-set-process-filter, follow-call-process-filter)
13459 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13460 (follow-stop-intercept-process-output, follow-generic-filter):
13461 Functions deleted.
13462 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13463 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13464 New functions, replacing advice on scroll-bar-* commands.
13465 (follow-mwheel-scroll): New function (Bug#4112).
13466
13467 * comint.el (comint-adjust-point): New function.
13468 (comint-postoutput-scroll-to-bottom): Use it.
13469 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13470
13471 2012-05-01 Glenn Morris <rgm@gnu.org>
13472
13473 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13474 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13475 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13476 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13477 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13478 Remove no-byte-compile setting.
13479
13480 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13481
13482 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13483 all-completions code to not return a number in the last cdr.
13484
13485 2012-04-30 Leo Liu <sdl.web@gmail.com>
13486
13487 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13488 read-only error.
13489
13490 2012-04-29 Chong Yidong <cyd@gnu.org>
13491
13492 * follow.el (follow-calc-win-end): Rewrite to handle partial
13493 screen lines correctly (Bug#8390).
13494 (follow-avoid-tail-recenter): Minor cleanup.
13495
13496 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13497
13498 Avoid the obsolete `assoc' package.
13499 * speedbar.el (speedbar-refresh): Avoid adelete.
13500 (speedbar-file-lists): Simplify and avoid aput.
13501 * man.el (Man--sections, Man--refpages): New vars, replacing
13502 Man-sections-alist and Man-refpages-alist.
13503 (Man-build-section-alist, Man-build-references-alist):
13504 Use them; avoid aput.
13505 (Man--last-section, Man--last-refpage): New vars.
13506 (Man-follow-manual-reference): Use them.
13507 Use the `default' arg of completing-read.
13508 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13509
13510 2012-04-27 Chong Yidong <cyd@gnu.org>
13511
13512 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13513
13514 * startup.el (x-apply-session-resources): New function.
13515
13516 * term/ns-win.el (ns-initialize-window-system):
13517 * term/w32-win.el (w32-initialize-window-system):
13518 * term/x-win.el (x-initialize-window-system): Use it to properly
13519 set menu-bar-mode and other vars from X resources, even if the
13520 initial frame is not a window-system frame (Bug#2299).
13521
13522 * subr.el (read-key): Avoid running filter function when setting
13523 up temporary tool bar entries (Bug#9922).
13524
13525 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13526
13527 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13528 (Bug#11344)
13529
13530 2012-04-27 Chong Yidong <cyd@gnu.org>
13531
13532 * select.el (xselect--encode-string): New function, split from
13533 xselect-convert-to-string.
13534 (xselect-convert-to-string): Use it.
13535 (xselect-convert-to-filename, xselect-convert-to-os)
13536 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13537 returned strings are properly encoded (Bug#11315).
13538
13539 2012-04-27 Chong Yidong <cyd@gnu.org>
13540
13541 * simple.el (delete-active-region): Move to killing custom group.
13542
13543 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13544
13545 * progmodes/which-func.el (which-func-current): Quote %
13546 characters for mode-line processing.
13547
13548 2012-04-27 Chong Yidong <cyd@gnu.org>
13549
13550 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13551 reaching eob (Bug#11286).
13552
13553 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13554
13555 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13556 (gdb): Make it buffer-local and init to zero.
13557 (gdb-control-commands-regexp): New variable.
13558 (gdb-send): Don't wrap in "-interpreter-exec console" if
13559 gdb-control-level is positive. Increment gdb-control-level
13560 whenever the command matches gdb-control-commands-regexp, and
13561 decrement it each time the command is "end". (Bug#11279)
13562
13563 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13564
13565 * window.el (adjust-window-trailing-edge, enlarge-window)
13566 (shrink-window, window-resize):
13567 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13568 windows (Bug#11276).
13569
13570 2012-04-27 Chong Yidong <cyd@gnu.org>
13571
13572 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13573 fix "missing prefix" warning. All callers changed.
13574
13575 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13576
13577 * emacs-lisp/assoc.el: Move to obsolete/.
13578
13579 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13582
13583 * term/ns-win.el (ns-define-service):
13584 * progmodes/pascal.el (pascal-goto-defun):
13585 * progmodes/js.el (js--read-tab):
13586 * progmodes/etags.el (tags-lazy-completion-table):
13587 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13588 * emacs-lisp/ewoc.el (ewoc--wrap):
13589 * emacs-lisp/assoc.el (aput, adelete, amake):
13590 * doc-view.el (doc-view-convert-current-doc):
13591 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13592
13593 2012-04-26 Chong Yidong <cyd@gnu.org>
13594
13595 * image.el (image-type-from-buffer): Only return supported image
13596 type (Bug#9045).
13597
13598 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13599 value, for symmetry with diff-end-of-hunk.
13600 (diff-split-hunk, diff-find-source-location)
13601 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13602 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13603 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13604 compute the relevant hunk or file properly (Bug#6005).
13605 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13606
13607 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13608
13609 * vc/vc-mtn.el:
13610 * vc/vc-hg.el:
13611 * vc/vc-git.el:
13612 * vc/vc-dir.el:
13613 * vc/vc-cvs.el:
13614 * vc/vc-bzr.el:
13615 * vc/vc-arch.el:
13616 * vc/vc.el: Replace lexical-let by lexical-binding.
13617 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13618 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13619 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13620
13621 2012-04-26 Chong Yidong <cyd@gnu.org>
13622
13623 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13624 (diff-mode-shared-map): Bind it to / and [remap undo].
13625
13626 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13627 (ediff-window-setup-function): Use it as the default, to set up
13628 windows based on whether the current frame is graphical (Bug#2138).
13629 (ediff-choose-window-setup-function-automatically): Make obsolete.
13630
13631 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13632
13633 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13634
13635 * ffap.el: Remove old code for obsolete package.
13636 (ffap-complete-as-file-p): Remove.
13637
13638 Use completion-table-with-quoting for comint and pcomplete.
13639 * comint.el (comint--unquote&requote-argument)
13640 (comint--unquote-argument, comint--requote-argument): New functions.
13641 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13642 (comint-quote-filename): Use regexp-opt-charset.
13643 (comint--common-suffix, comint--common-quoted-suffix)
13644 (comint--table-subvert): Remove.
13645 (comint-unquote-function, comint-requote-function): New vars.
13646 (comint--complete-file-name-data): Use them with
13647 completion-table-with-quoting.
13648 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13649 * pcomplete.el (pcomplete-arg-quote-list)
13650 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13651 (pcomplete-unquote-argument-function): Default to non-nil.
13652 (pcomplete-unquote-argument): Simplify.
13653 (pcomplete--common-quoted-suffix): Remove.
13654 (pcomplete-requote-argument-function): New var.
13655 (pcomplete--common-suffix): New function.
13656 (pcomplete-completions-at-point): Use completion-table-with-quoting
13657 and completion-table-subvert.
13658
13659 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13660 (minibuffer--double-dollars): Preserve properties.
13661 (completion--sifn-requote): New function.
13662 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13663
13664 * minibuffer.el: Add support for completion of quoted/escaped data.
13665 (completion-table-with-quoting, completion-table-subvert): New funs.
13666 (completion--twq-try, completion--twq-all): New functions.
13667 (completion--nth-completion): New function.
13668 (completion-try-completion, completion-all-completions): Use it.
13669
13670 2012-04-25 Leo Liu <sdl.web@gmail.com>
13671
13672 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13673 Use compilation-message if available to find real filename.
13674
13675 2012-04-25 Chong Yidong <cyd@gnu.org>
13676
13677 * vc/diff-mode.el (diff-setup-whitespace): New function.
13678 (diff-mode): Use it.
13679
13680 * vc/diff.el (diff-sentinel):
13681 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13682 Whitespace mode variables based on diff style (Bug#8612).
13683
13684 2012-04-25 Leo Liu <sdl.web@gmail.com>
13685
13686 * progmodes/python.el (python-send-region): Add suffix .py to the
13687 temp file.
13688
13689 * files.el (auto-mode-alist): Use javascript-mode instead.
13690
13691 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13692
13693 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13694
13695 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13696 (soap-resolve-references-for-array-type): Hack to prevent self
13697 references, see Bug#9.
13698 (soap-parse-envelope): Report the contents of the 'detail' node
13699 when receiving a fault reply.
13700 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13701
13702 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13703 (soap-inspect-simple-type): New function.
13704
13705 * net/soap-client.el (soap-simple-type): New struct.
13706 (soap-default-xsd-types, soap-default-soapenc-types)
13707 (soap-decode-basic-type, soap-encode-basic-type):
13708 support unsignedInt and double basic types.
13709 (soap-resolve-references-for-simple-type)
13710 (soap-parse-simple-type, soap-encode-simple-type): New function.
13711 (soap-parse-schema): Parse xsd:simpleType declarations.
13712
13713 * net/soap-client.el (soap-default-xsd-types)
13714 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13715 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13716 the local name of "soapenc:Array".
13717 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13718 decoding integer, byte and anyURI xsd types.
13719
13720 2012-04-25 Chong Yidong <cyd@gnu.org>
13721
13722 * cus-edit.el (custom-buffer-create-internal): Update header text.
13723
13724 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13725
13726 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13727 settings on 'system-type', not on 'window-system'. On MS-Windows,
13728 set interactive-mode on in GDB.
13729
13730 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13731
13732 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13733 (ruby-syntax-propertize-regexp): Remove.
13734 (ruby-syntax-propertize-function): Split regexp into chunks.
13735 Match following code directly.
13736
13737 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13738
13739 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13740 (ruby-syntax-propertize-regexp): New function.
13741 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13742 by a special keyword.
13743
13744 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13745 (ruby-syntax-general-delimiters-goto-beg)
13746 (ruby-syntax-propertize-general-delimiters): New functions.
13747 (ruby-syntax-propertize-function): Use them to handle GDL.
13748 (ruby-font-lock-keywords): Move old handling of GDL...
13749 (ruby-font-lock-syntactic-keywords): .. to here.
13750 (ruby-calculate-indent): Adjust indentation for GDL.
13751
13752 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13753
13754 * notifications.el (top): Remove unneeded declarations.
13755 (notifications-specification-version): Change to "1.2".
13756 (notifications-interface, notifications-notify-method)
13757 (notifications-close-notification-method): Fix docstring.
13758 (notifications-get-capabilities-method): New defconst.
13759 (notifications-notify): Add :action-items, :resident and
13760 :transient hints. Change "image_data" to "image-data" and
13761 "image_path" to "image-path".
13762 (notifications-get-capabilities): New defun.
13763
13764 2012-04-24 Leo Liu <sdl.web@gmail.com>
13765
13766 * progmodes/python.el: Move hideshow setup to the end.
13767
13768 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13769
13770 * window.el (handle-select-window): Clear echo area since this is
13771 no more done by read_char (Bug#11304).
13772
13773 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13774
13775 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13776 and `/ M' to filter-derived-mode.
13777 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13778 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13779 (ibuffer-mark-by-mode): Use default rather than initial-input.
13780 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13781
13782 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13783
13784 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13785 (ibuffer-filter-by-derived-mode): New filter.
13786 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13787
13788 2012-04-23 Andreas Politz <politza@fh-trier.de>
13789
13790 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13791
13792 2012-04-23 Chong Yidong <cyd@gnu.org>
13793
13794 * cus-edit.el (customize-apropos, customize-apropos-options):
13795 Disable matching of non-option variables (Bug#11176).
13796 (customize-option, customize-option-other-window)
13797 (customize-changed-options): Doc fix.
13798 (customize-apropos-options, customize-apropos-faces)
13799 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13800
13801 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13802 Fix word list splitting (Bug#11132).
13803 (apropos-symbol, apropos-keybinding, apropos-label)
13804 (apropos-property, apropos-function-button)
13805 (apropos-variable-button, apropos-misc-button): New faces.
13806 (apropos-symbol-face, apropos-keybinding-face)
13807 (apropos-label-face, apropos-property-face, apropos-match-face):
13808 Variables removed (Bug#8396).
13809 (apropos-library-button, apropos-format-plist, apropos-print)
13810 (apropos-print-doc, apropos-describe-plist): Callers changed.
13811
13812 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13813
13814 * net/xesam.el (xesam-mode-map): Use let-bound map in
13815 initialization. (Bug#11292)
13816
13817 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13818
13819 Preserve ispell session localwords when switching back to
13820 original buffer.
13821
13822 * textmodes/ispell.el (ispell-buffer-session-localwords):
13823 New buffer-local variable to hold buffer session localwords.
13824 (ispell-kill-ispell): Add option 'clear to delete session
13825 localwords.
13826 (ispell-command-loop, ispell-change-dictionary)
13827 (ispell-buffer-local-words): Preserve session localwords when
13828 needed.
13829
13830 * textmodes/flyspell.el (flyspell-process-localwords)
13831 (flyspell-do-correct): Preserve session localwords when needed.
13832
13833 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13834
13835 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13836 using obsolete `translation-table-for-input'.
13837 (ispell-word, ispell-process-line, ispell-complete-word):
13838 Use plain `insert' instead of removed `ispell-insert-word'.
13839
13840 2012-04-22 Chong Yidong <cyd@gnu.org>
13841
13842 * cus-edit.el (custom-variable-menu)
13843 (custom-variable-reset-saved, custom-face-menu)
13844 (custom-face-reset-saved): If there is no saved value, make the
13845 "reset-saved" operation bring back the default (Bug#9509).
13846 (custom-face-state): Properly detect themed faces.
13847
13848 * faces.el (face-spec-set): Stop supporting deprecated form of
13849 third arg.
13850
13851 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13852
13853 Move functions from C to Lisp. Make non-blocking method calls
13854 the default. Implement further D-Bus standard interfaces.
13855
13856 * net/dbus.el (dbus-message-internal): Declare function.
13857 Remove unneeded function declarations.
13858 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13859 (dbus-message-type-method-return, dbus-message-type-error)
13860 (dbus-message-type-signal): Declare variables. Remove local
13861 definitions.
13862 (dbus-interface-dbus, dbus-interface-peer)
13863 (dbus-interface-introspectable, dbus-interface-properties)
13864 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13865 Adapt docstring.
13866 (dbus-interface-objectmanager): New defconst.
13867 (dbus-call-method, dbus-call-method-asynchronously)
13868 (dbus-send-signal, dbus-method-return-internal)
13869 (dbus-method-error-internal, dbus-register-service)
13870 (dbus-register-signal, dbus-register-method): New defuns, moved
13871 from dbusbind.c
13872 (dbus-call-method-handler, dbus-setenv)
13873 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13874 New defuns.
13875 (dbus-call-method-non-blocking): Make it an obsolete function.
13876 (dbus-unregister-object, dbus-unregister-service)
13877 (dbus-handle-event, dbus-register-property)
13878 (dbus-property-handler): Obey the new structure of
13879 `bus-registered-objects'.
13880 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13881 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13882 Use `dbus-call-method'.
13883
13884 2012-04-22 Chong Yidong <cyd@gnu.org>
13885
13886 * cus-edit.el (custom-commands, custom-reset-menu)
13887 (Custom-reset-standard): Tweak labels.
13888 (custom-reset-button-menu): Change default to t.
13889 (custom-buffer-create-internal): For the custom-reset-button-menu
13890 case, put the revert button first.
13891 (custom-group-subtitle): New face.
13892 (custom-group-value-create): Align docstring to a specific column.
13893
13894 * wid-edit.el (widget-documentation-link-add): Don't handle
13895 indentation in this function.
13896 (widget-documentation-string-indent-to): New function.
13897 (widget-documentation-string-value-create): Use it.
13898
13899 * autorevert.el (auto-revert):
13900 * epg-config.el (epg):
13901 * ibuffer.el (ibuffer):
13902 * mpc.el (mpc):
13903 * ses.el (ses):
13904 * eshell/eshell.el (eshell):
13905 * net/ange-ftp.el (ange-ftp):
13906 * progmodes/ebnf2ps.el (postscript):
13907 * progmodes/flymake.el (flymake):
13908 * progmodes/prolog.el (prolog):
13909 * progmodes/verilog-mode.el (verilog-mode):
13910 * progmodes/which-func.el (which-func):
13911 * term/xterm.el (xterm):
13912 * textmodes/picture.el (picture):
13913 * textmodes/tildify.el (tildify):
13914 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13915 customization buffers.
13916
13917 2012-04-22 Alan Mackenzie <acm@muc.de>
13918
13919 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13920 Adding a ) can hide the resulting (..) from searches. Fix it.
13921 Bound the backward search to the position of the existing (.
13922
13923 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13924
13925 * progmodes/verilog-mode.el (verilog-mode): Check whether
13926 which-func-modes is t before adding verilog-mode.
13927 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13928
13929 2012-04-21 Leo Liu <sdl.web@gmail.com>
13930
13931 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13932
13933 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13934
13935 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13936 filling of the last column of a table (Bug#5635).
13937 (woman-find-next-control-line): New arg, specifying an additional
13938 regexp component for the control line.
13939 (woman2-roff-buffer): Use it.
13940 (woman-break-table): New function.
13941 (woman2-TS): Use it.
13942
13943 2012-04-21 Chong Yidong <cyd@gnu.org>
13944
13945 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13946 (woman-horizontal-escapes, woman-negative-vertical-space)
13947 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13948 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13949
13950 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13951
13952 * minibuffer.el (completion-file-name-table): Complete user names.
13953
13954 2012-04-20 Leo Liu <sdl.web@gmail.com>
13955
13956 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13957 and pcase-let*.
13958
13959 2012-04-20 Chong Yidong <cyd@gnu.org>
13960
13961 * server.el (server-execute): Respect initial-buffer-choice if it
13962 is a string and there are no files to open (Bug#2825).
13963 (server-create-window-system-frame, server-create-tty-frame):
13964 Don't switch buffers here.
13965 (server-process-filter): Only try to open a window system frame if
13966 compiled with graphical support (Bug#8314).
13967
13968 2012-04-20 Dan Nicolaescu <dann@gnu.org>
13969
13970 * battery.el (battery-echo-area-format): Display remaining time
13971 for sysfs backend too (Bug#11269).
13972 (battery-linux-sysfs): Fix conditional for the charge.
13973
13974 2012-04-20 Chong Yidong <cyd@gnu.org>
13975
13976 * progmodes/gdb-mi.el (gdb): Revert previous change.
13977 (gdb-inferior-io--init-proc): New function.
13978 (gdb-init-1): Use it.
13979 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13980 responsible for allocating a new pty and hooking it to gdb when
13981 the old pty gets an EIO due to process exit.
13982 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
13983 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13984 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13985
13986 2012-04-20 Eli Zaretskii <eliz@gnu.org>
13987
13988 * window.el (window-min-size, window-sizable, window-min-delta)
13989 (window-max-delta, window--resizable, window-resizable)
13990 (window-total-size, window-full-height-p, window-full-width-p)
13991 (window-in-direction, window--resize-mini-window, window-resize)
13992 (window--resize-child-windows-normal)
13993 (window--resize-child-windows, window--resize-siblings)
13994 (window--resize-this-window, adjust-window-trailing-edge)
13995 (enlarge-window, shrink-window): Doc fixes.
13996
13997 2012-04-20 Chong Yidong <cyd@gnu.org>
13998
13999 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14000 New function to call delete-process on the gdb-inferior buffer's pty.
14001 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14002 pty process (Bug#11273).
14003 (gdb-update): New arg to suppress talking to the gdb process.
14004 (gdb-done-or-error): Use it.
14005 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14006 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14007 sentinel not being called.
14008
14009 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14010
14011 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14012
14013 2012-04-20 Glenn Morris <rgm@gnu.org>
14014
14015 * net/network-stream.el (open-network-stream): Doc fix.
14016
14017 2012-04-20 Chong Yidong <cyd@gnu.org>
14018
14019 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14020
14021 2012-04-20 Alan Mackenzie <acm@muc.de>
14022
14023 Ensure searching for keywords is case sensitive.
14024
14025 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14026 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14027 (c-defun-name, c-mark-function, c-cpp-define-name)
14028 (c-comment-indent, c-scan-conditionals, c-indent-defun)
14029 (c-context-line-break): Bind case-fold-search to nil.
14030
14031 * progmodes/cc-mode.el (c-font-lock-fontify-region):
14032 Bind case-fold-search to nil.
14033
14034 2012-04-20 Chong Yidong <cyd@gnu.org>
14035
14036 * mail/sendmail.el (mail-bury): Call return action with the right
14037 Rmail buffer (Bug#11242).
14038
14039 * server.el (server-process-filter): Handle corner case where both
14040 tty and nowait options are present (Bug#11102).
14041
14042 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14043
14044 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14045 (top level): Put into the executable the ident-style '$Id:' tag on
14046 windows-nt as well.
14047
14048 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * electric.el (electric-indent-post-self-insert-function): Check that
14051 electric-indent-mode is enabled in current buffer.
14052
14053 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14054
14055 * imenu.el (imenu-progress-message): Restore; it is "used" in
14056 erc/erc-imenu.el and net/snmp-mode.el.
14057
14058 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14059
14060 * avoid.el (mouse-avoidance-mode): Mark unused arg.
14061 (mouse-avoidance-nudge-mouse): Remove unused binding.
14062
14063 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14064
14065 * descr-text.el (describe-char):
14066 * progmodes/python.el (python-describe-symbol):
14067 Don't call `toggle-read-only', set `buffer-read-only'.
14068
14069 * imenu.el (imenu-default-goto-function): Mark unused args.
14070 (imenu-progress-message): Remove obsolete macro; all callers changed.
14071
14072 * subr.el (keymap-canonicalize): Remove unused binding.
14073 (read-passwd): Mark unused arg.
14074
14075 * tutorial.el (tutorial--display-changes): Remove unused binding.
14076 (tutorial--save-tutorial-to): Remove unused variable.
14077
14078 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14079 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14080 (package-generate-autoloads, package-menu--generate)
14081 (package-menu--find-upgrades): Remove unused bindings.
14082
14083 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14084 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
14085 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14086 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14087 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14088 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14089 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14090 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14091 (cua-delete-char-rectangle): Mark unused args.
14092 (cua-align-rectangle): Remove unused binding.
14093
14094 * mail/rmail.el (compilation--message->loc)
14095 (epa--find-coding-system-for-mime-charset): Declare.
14096
14097 * net/dbus.el (dbus-register-service): Declare.
14098 (dbus-name-owner-changed-handler): Remove unused binding.
14099
14100 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14101 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14102 (nxml-scan-backward-within): Mark unused arg.
14103 (nxml-dynamic-markup-word): Remove unused binding.
14104
14105 * mouse.el (mouse-menu-major-mode-map):
14106 * emacs-lisp/authors.el (authors-scan-change-log)
14107 (authors-add-to-author-list):
14108 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14109 * emacs-lisp/smie.el (smie-auto-fill):
14110 * mail/sendmail.el (mail-bury):
14111 * mail/unrmail.el (unrmail):
14112 * net/tls.el (open-tls-stream):
14113 * textmodes/picture.el (picture-mouse-set-point):
14114 Remove unused bindings.
14115
14116 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
14117
14118 * net/tramp.el (tramp-action-password): Let-bind
14119 `enable-recursive-minibuffers' to t.
14120
14121 2012-04-18 Sam Steingold <sds@gnu.org>
14122
14123 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14124 instead of 'string to accommodate values like [f11].
14125 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14126 * progmodes/gdb-mi.el: Likewise.
14127
14128 2012-04-18 Leo Liu <sdl.web@gmail.com>
14129
14130 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14131 current buffer.
14132 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14133 LOCAL is nil.
14134
14135 2012-04-18 Chong Yidong <cyd@gnu.org>
14136
14137 * simple.el (line-move): Use forward-line if in batch mode
14138 (Bug#11053).
14139
14140 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
14141
14142 * files.el (after-find-file): Do not try to add a final newline if
14143 the buffer is read-only (Bug#11156).
14144
14145 2012-04-17 Richard Stallman <rms@gnu.org>
14146
14147 * mail/rmail.el (rmail-start-mail):
14148 Pass (rmail-mail-return...) for the return-action.
14149 Pass (rmail-yank-current-message...) for the yank-action.
14150 (rmail-yank-current-message): New function.
14151 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14152 (rmail-reply): Likewise.
14153 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14154
14155 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14156 buffer, not the last. Reject temp buffers. Use the rmail-mode
14157 buffer, not newbuf.
14158
14159 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
14160
14161 * server.el (server-ensure-safe-dir): Simplify.
14162
14163 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14164
14165 * emacs-lisp/smie.el: Provide smarter auto-filling.
14166 (smie-auto-fill): New function.
14167 (smie-setup): Use it.
14168
14169 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14170
14171 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
14172
14173 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14174 (comment-indent): Use it.
14175
14176 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
14177
14178 * ses.el: The overall change is to add cell renaming, that is
14179 setting fancy names for cell symbols other than name matching
14180 "\\`[A-Z]+[0-9]+\\'" regexp .
14181 (ses-localvars): Add ses--renamed-cell-symb-list.
14182 (ses-create-cell-variable): New defun.
14183 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14184 (ses-relocate-formula): Relocate formulas only for cells the
14185 symbols of which are not renamed, i.e. symbols whose names do not
14186 match regexp "\\`[A-Z]+[0-9]+\\'".
14187 (ses-relocate-all): Relocate values only for cells the symbols of
14188 which are not renamed.
14189 (ses-load): Create cells variables as the (ses-cell ...) are read,
14190 in order to check row col consistency with cell symbol name only
14191 for cells that are not renamed.
14192 (ses-replace-name-in-formula): New defun.
14193 (ses-rename-cell): New defun.
14194
14195 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
14196
14197 * progmodes/perl-mode.el (perl-indent-parens-as-block):
14198 New option (bug#11118).
14199 (perl-calculate-indent): Respect it.
14200
14201 2012-04-17 Glenn Morris <rgm@gnu.org>
14202
14203 * dired-aux.el (dired-mark-read-string): Doc fix.
14204
14205 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14206
14207 * dired-aux.el (dired-mark-read-string): Offer optional completion.
14208 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
14209
14210 2012-04-17 Glenn Morris <rgm@gnu.org>
14211
14212 * mouse.el (mouse-drag-track):
14213 * speedbar.el (speedbar-frame-mode):
14214 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14215
14216 2012-04-16 Leo Liu <sdl.web@gmail.com>
14217
14218 * progmodes/python.el: Trivial cleanup.
14219
14220 2012-04-16 Glenn Morris <rgm@gnu.org>
14221
14222 * vc/vc.el (vc-string-prefix-p):
14223 * vc/pcvs-util.el (cvs-string-prefix-p):
14224 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14225 * mpc.el (mpc-string-prefix-p):
14226 Make all of these into obsolete aliases for string-prefix-p.
14227 Update callers.
14228 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14229
14230 * textmodes/two-column.el: Move custom options to the start.
14231 (frame-width): Remove compat definition.
14232 (2C-associate-buffer, 2C-dissociate):
14233 Use with-current-buffer rather than save-excursion.
14234 (2C-dissociate): Force a mode-line update.
14235 (2C-autoscroll): Use ignore-errors.
14236
14237 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14238 Autoload trivia.
14239
14240 * emacs-lisp/cl-extra.el (*random-state*):
14241 Remove unnecessary declaration.
14242
14243 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14244
14245 * play/cookie1.el (cookie-snarf):
14246 Give an explicit error if input file cannot be read.
14247
14248 * play/yow.el (yow-file): Use expand-file-name rather than concat.
14249
14250 * progmodes/perl-mode.el (c-macro-expand):
14251 Remove unnecessary autoload (it is in loaddefs.el).
14252
14253 * textmodes/picture.el (picture-desired-column)
14254 (picture-update-desired-column): Convert comments to doc-strings.
14255 (picture-substitute): Remove function.
14256 (picture-mode-map): Initialize in the defvar.
14257
14258 * woman.el: Remove eval-after-load for tar-mode.
14259 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14260 (woman-tar-extract-file): Autoload it.
14261
14262 * frame.el (automatic-hscrolling): Make this alias obsolete.
14263
14264 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14265
14266 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14267 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14268 (ispell-dictionary-base-alist): Revert to original XEmacs
14269 friendly version for default. [:alpha:] will be added in
14270 `ispell-set-spellchecker-params' if needed.
14271
14272 2012-04-16 Chong Yidong <cyd@gnu.org>
14273
14274 * image.el (imagemagick--file-regexp): New variable.
14275 (imagemagick-register-types): Use it.
14276 (imagemagick-types-inhibit): Add :set function. Allow new value
14277 of t to inhibit all types.
14278
14279 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14280 so we can preload it.
14281
14282 * loadup.el (fboundp): Preload regexp-opt, needed by
14283 imagemagick-register-types.
14284
14285 2012-04-15 Chong Yidong <cyd@gnu.org>
14286
14287 * frame.el (scrolling): Remove nearly unused customization group.
14288
14289 * scroll-all.el (scroll-all-mode): Move to windows group.
14290
14291 2012-04-15 Chong Yidong <cyd@gnu.org>
14292
14293 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14294
14295 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14296
14297 Avoid the use of ((lambda ...) ...) in lexical-binding code.
14298 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14299
14300 2012-04-15 Glenn Morris <rgm@gnu.org>
14301
14302 * simple.el (process-file-side-effects): Doc fix.
14303
14304 2012-04-15 Glenn Morris <rgm@gnu.org>
14305
14306 * international/mule-cmds.el (set-language-environment): Doc fix.
14307
14308 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14309
14310 * server.el (server-auth-key, server-generate-key): Doc fixes.
14311 (server-get-auth-key): Doc fix. Use `string-match-p'.
14312 (server-start): Reflow docstring.
14313
14314 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
14315
14316 * server.el (server-generate-key): `called-interactively-p'
14317 requires a parameter.
14318
14319 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
14320
14321 * server.el (server-auth-key): New variable.
14322 (server-generate-key, server-get-auth-key): New function.
14323 (server-start): Use the new variable and functions to allow
14324 setting a permanent server key (bug#9423).
14325
14326 2012-04-14 Leo Liu <sdl.web@gmail.com>
14327
14328 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14329
14330 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14331
14332 Spelling fixes.
14333 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14334 Emacs uses American spelling.
14335
14336 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14337
14338 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14339 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14340 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14341 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14342
14343 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * progmodes/which-func.el (which-func-modes): Change default.
14346
14347 2012-04-14 Kim F. Storm <storm@cua.dk>
14348
14349 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14350 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14351
14352 2012-04-14 Chong Yidong <cyd@gnu.org>
14353
14354 * custom.el (custom-theme-set-variables): Doc fix.
14355
14356 2012-04-14 Glenn Morris <rgm@gnu.org>
14357
14358 * international/mule.el (set-auto-coding-for-load): Doc fix.
14359
14360 2012-04-14 Alan Mackenzie <acm@muc.de>
14361
14362 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14363 imenu work again for Objective C Mode. Correct the *-index values,
14364 these having been disturbed by a previous change in 2011-08.
14365
14366 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14367 Correct two search limits.
14368
14369 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14370
14371 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14372
14373 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
14374
14375 * international/characters.el: Fix sorting.
14376
14377 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14378
14379 * international/characters.el: Add more missing Latin case pairs.
14380
14381 2012-04-14 Glenn Morris <rgm@gnu.org>
14382
14383 * files.el (dir-locals-set-class-variables): Doc fix.
14384
14385 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14386
14387 * international/characters.el: Add set-case-syntax-pair call for
14388 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14389 counterpart. (Bug#11209)
14390
14391 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14392
14393 2012-04-14 Glenn Morris <rgm@gnu.org>
14394
14395 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14396
14397 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14398
14399 * textmodes/ispell.el (ispell-dictionary-base-alist):
14400 Add data for Hebrew.
14401
14402 2012-04-14 Chong Yidong <cyd@gnu.org>
14403
14404 * net/rcirc.el (rcirc-cmd-quit):
14405 Revert 2012-03-18 change (Bug#11192).
14406
14407 2012-04-14 Glenn Morris <rgm@gnu.org>
14408
14409 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14410
14411 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14412
14413 * minibuffer.el (completion-in-region-mode-map):
14414 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14415
14416 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14417
14418 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14419
14420 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14421
14422 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14423 to allow `C-M-f' and `C-M-b' to move to the nearest path
14424 separator (bug#9511).
14425
14426 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14427
14428 * avoid.el: Require cl when compiling. And also move the
14429 `provide' to the end.
14430
14431 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14432
14433 * avoid.el (mouse-avoidance-banish-position): New variable.
14434 (mouse-avoidance-banish-destination): Use it (bug#10165).
14435
14436 2012-04-13 Leo Liu <sdl.web@gmail.com>
14437
14438 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14439
14440 2012-04-13 Ken Brown <kbrown@cornell.edu>
14441
14442 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14443 this is no longer needed now that cygstart understands file:// URLs.
14444 (browse-url-filename-alist): For the same reason, don't modify
14445 file:// URLs on Cygwin.
14446
14447 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14450 the region on shift if the binding is already shifted (bug#11221).
14451
14452 2012-04-12 Glenn Morris <rgm@gnu.org>
14453
14454 * mail/mailpost.el: Move to obsolete/.
14455
14456 2012-04-12 Drew Adams <drew.adams@oracle.com>
14457
14458 * imenu.el (imenu--generic-function): Ignore invisible definitions
14459 (bug#10123).
14460
14461 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14462
14463 * hexl.el (hexl-bits): New variable.
14464 (hexl-options): Mention the variable in the doc string.
14465 (hexl-rulerise, hexl-line-displen): New functions.
14466 (hexl-mode): Mention the new variable.
14467 (hexl-mode, hexl-current-address, hexl-current-address):
14468 Use the displen.
14469 (hexl-ascii-start-column): New function.
14470 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14471 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14472
14473 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14474
14475 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14476 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14477 the encoding, as expected by hunspell.
14478
14479 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14480
14481 * battery.el (battery--linux-sysfs-regexp): New const.
14482 (battery-status-function): Use it. Remove yeeloong special case.
14483 (battery-yeeloong-sysfs): Remove.
14484 (battery-echo-area-format): Remove yeeloong special case.
14485
14486 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14487
14488 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14489 Reported by Noah Friedman.
14490
14491 * subr.el (read-passwd): Use read-string.
14492
14493 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14494
14495 * vcursor.el (vcursor-move): Increase the priority of the overlay
14496 (bug#9663).
14497
14498 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14499
14500 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14501 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14502
14503 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14504
14505 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14506 define-minor-mode (bug#10760).
14507
14508 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14509
14510 * progmodes/grep.el (rgrep): Tweak the find command line so
14511 that directories matching `grep-find-ignored-files' won't be
14512 pruned (bug#10351).
14513
14514 2012-04-11 Chong Yidong <cyd@gnu.org>
14515
14516 * startup.el (command-line): Remove support for long-obsolete
14517 variable font-lock-face-attributes.
14518
14519 2012-04-11 Glenn Morris <rgm@gnu.org>
14520
14521 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14522
14523 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14524
14525 * window.el (window--state-get-1): Obey window-point-insertion-type.
14526
14527 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14528
14529 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14530 to previous function when point is on the first character of a
14531 function. Take care of that in `narrow-to-defun' (bug#6157).
14532
14533 2012-04-11 Glenn Morris <rgm@gnu.org>
14534
14535 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14536 not just file-errors.
14537
14538 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14539 (vc-bzr-sha1): Use internal sha1.
14540
14541 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14542
14543 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14544
14545 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
14546
14547 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14548 that start in the middle of the line (bug#10496).
14549
14550 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14551
14552 * battery.el (battery-linux-proc-acpi): Only one battery is
14553 discharged at a time, but that seems to confuse battery.el when
14554 computing `rate-type' for the battery not being discharged
14555 (bug#10332).
14556
14557 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14558
14559 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14560
14561 * international/quail.el: Use dolist and simplify.
14562 (quail-define-package, quail-update-keyboard-layout)
14563 (quail-define-rules): Use dolist.
14564 (quail-insert-kbd-layout, quail-get-translation): CSE.
14565
14566 * tmm.el: Use dolist, remove left over hook.
14567 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14568 Use dolist.
14569 (calendar-load-hook): Don't mess with it.
14570
14571 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14572 Use derived-mode-p. Run the diff asynchronously.
14573
14574 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14575
14576 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14577
14578 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14579
14580 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14581 (list-dynamic-libraries--loaded): New function.
14582 (list-dynamic-libraries--refresh): Use it.
14583
14584 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14585
14586 * progmodes/python.el (python-fill-paragraph):
14587 Make python-fill-region in a multiline string work when font-lock is
14588 disabled (bug#7018).
14589
14590 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
14591
14592 * language/european.el (cp775): Add oem/legacy (en)coding on
14593 DOS/MS Windows for the Baltic languages. There are still plenty
14594 of texts written in this encoding/codepage (bug#6519).
14595
14596 2012-04-10 Glenn Morris <rgm@gnu.org>
14597
14598 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14599 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14600
14601 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14602
14603 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14604 next-line "n" and previous-line "p" in order to make recentf more
14605 consistent with ibuffer, dired or org-mode (bug#9387).
14606
14607 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14608
14609 * image.el (put-image): Return the overlay created instead of the
14610 optional input string (bug#7834). Note that this may break code
14611 that is (for some reason or other) depending on `put-image'
14612 returning the string.
14613
14614 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14615
14616 * simple.el (zap-to-char): Allow zapping using input methods
14617 (bug#1580).
14618
14619 * textmodes/fill.el (fill-region): Leave point and mark where they
14620 were before filling (bug#5399).
14621
14622 2012-04-09 Glenn Morris <rgm@gnu.org>
14623
14624 * version.el (emacs-bzr-get-version):
14625 Handle lightweight checkouts of local branches.
14626
14627 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14628
14629 * international/characters.el: Recover lost case pairs. (Bug#11209)
14630
14631 2012-04-09 Chong Yidong <cyd@gnu.org>
14632
14633 * custom.el (custom-variable-p): Return nil for non-symbol
14634 arguments instead of signaling an error.
14635 (user-variable-p): Obsolete alias for custom-variable-p.
14636
14637 * apropos.el (apropos-variable):
14638 * files-x.el (read-file-local-variable):
14639 * simple.el (set-variable):
14640 * woman.el (woman-mini-help):
14641 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14642
14643 2012-04-09 Glenn Morris <rgm@gnu.org>
14644
14645 * startup.el (normal-top-level): Don't look for leim-list.el
14646 in places where it will not be found. (Bug#910)
14647
14648 * international/mule-cmds.el (set-default-coding-systems):
14649 * files.el (normal-mode):
14650 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14651 This function was removed with ucs-tables.el in 2008.
14652
14653 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14654
14655 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14656 ispell-encoding8-command to "-i", without a trailing space.
14657 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14658 separate command-line arguments, to specify the encoding, since
14659 that's how hunspell expects it.
14660
14661 2012-04-08 Glenn Morris <rgm@gnu.org>
14662
14663 * loadup.el: Load bindings before cus-start.
14664 This reduces somewhat the number of "rogue" settings in emacs -Q.
14665
14666 2012-04-07 Glenn Morris <rgm@gnu.org>
14667
14668 * version.el (emacs-bzr-get-version): New function.
14669 (emacs-bzr-version): New variable.
14670 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14671 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14672
14673 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14674
14675 * international/uni-bidi.el, international/uni-category.el:
14676 * international/uni-combining.el, international/uni-decimal.el:
14677 * international/uni-decomposition.el, international/uni-digit.el:
14678 * international/uni-lowercase.el, international/uni-mirrored.el:
14679 * international/uni-name.el, international/uni-numeric.el:
14680 * international/uni-titlecase.el, international/uni-uppercase.el:
14681 Update for Unicode 6.1.
14682
14683 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14684
14685 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14686
14687 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14688
14689 * window.el (shrink-window): Mention the `window-min-height'
14690 variable in the doc string.
14691
14692 2012-04-05 Bastien Guerry <bzg@altern.org>
14693
14694 * color.el (color-lighten-name): Fix typo.
14695
14696 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14697
14698 * server.el (server--on-display-p): New function.
14699 (server--on-display-p): Use it.
14700
14701 2012-04-04 GĂ¡bor Vida <vidagabor@gmail.com> (tiny change)
14702
14703 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14704 (bug#11145).
14705
14706 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * comint.el (comint--common-quoted-suffix): Check string boundary
14709 before comparing (bug#11158).
14710 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14711
14712 2012-04-04 Chong Yidong <cyd@gnu.org>
14713
14714 * minibuffer.el (completion-extra-properties): Doc fix.
14715
14716 * subr.el (delayed-warnings-hook): Doc fix.
14717
14718 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14719
14720 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14721 selection (Bug#11159).
14722 (epa-insert-keys): Inform that the default public key will be
14723 exported if no key is selected.
14724
14725 2012-04-04 Richard Stallman <rms@gnu.org>
14726
14727 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14728
14729 2012-04-03 Chong Yidong <cyd@gnu.org>
14730
14731 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14732 mail-insert-file, not its obsolete alias mail-attach-file.
14733
14734 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14735
14736 * notifications.el (notifications-notify): Fix docstring.
14737
14738 2012-04-02 Glenn Morris <rgm@gnu.org>
14739
14740 * emacs-lisp/authors.el (authors-aliases): Another addition.
14741
14742 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14743
14744 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14745 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14746 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14747
14748 2012-04-01 Chong Yidong <cyd@gnu.org>
14749
14750 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14751 Handle root directory properly.
14752 (copy-directory): Caller changed.
14753
14754 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14755 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14756
14757 2012-03-31 Glenn Morris <rgm@gnu.org>
14758
14759 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14760
14761 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14762
14763 * calendar/calendar.el (calendar-window-list)
14764 (calendar-hide-window): Restore. (Bug#11140)
14765 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14766
14767 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14768
14769 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14770
14771 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14772 Check if file is a symlink (Bug#10489).
14773
14774 * files.el (copy-directory): Likewise.
14775
14776 2012-03-30 Chong Yidong <cyd@gnu.org>
14777
14778 * image.el (imagemagick-types-inhibit)
14779 (imagemagick-register-types): Doc fix.
14780
14781 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14782
14783 * textmodes/ispell.el (ispell-get-extended-character-mode):
14784 Disable extended-char-mode for hunspell. hunspell does not support it
14785 and treats ~word as ordinary words in pipe mode.
14786
14787 2012-03-30 Glenn Morris <rgm@gnu.org>
14788
14789 * tutorial.el (help-with-tutorial): Ensure local variables don't
14790 happen to make the buffer read-only. (Bug#11127)
14791
14792 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14793
14794 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14795 (perl-calculate-indent): Return `noindent' in strings.
14796
14797 2012-03-28 Sam Steingold <sds@gnu.org>
14798
14799 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14800 instead of the broken adhockery which does not prevent calendar
14801 buffers from being displayed at random after exit.
14802 (calendar-window-list, calendar-hide-window): Remove the broken
14803 adhockery.
14804
14805 2012-03-28 Glenn Morris <rgm@gnu.org>
14806
14807 * replace.el (query-replace-map): Doc fix.
14808
14809 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14810
14811 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14812 contents. (Bug#11109)
14813
14814 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14815
14816 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14817 (bug#11077).
14818 (avl-tree--check, avl-tree--check-node): New funs.
14819
14820 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14821
14822 * window.el (switch-to-visible-buffer): New option.
14823 (switch-to-prev-buffer, switch-to-next-buffer):
14824 Observe switch-to-visible-buffer. Make sure that checking for a window
14825 showing a buffer already is done on the same frame.
14826
14827 2012-03-27 Glenn Morris <rgm@gnu.org>
14828
14829 * startup.el (mail-host-address): Doc fix.
14830
14831 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14832
14833 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14834 than 197 variables.
14835
14836 2012-03-26 Ami Fischman <ami@fischman.org>
14837
14838 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14839
14840 2012-03-26 Glenn Morris <rgm@gnu.org>
14841
14842 * files.el (save-buffers-kill-emacs): Doc fix.
14843
14844 * startup.el (normal-top-level, command-line, command-line-1):
14845 Give them doc strings.
14846
14847 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14848
14849 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14850 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14851
14852 2012-03-25 Chong Yidong <cyd@gnu.org>
14853
14854 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14855 theme if it was previously enabled before (Bug#11031).
14856
14857 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14858 spec with custom-face-get-current-spec if its :shown-value is not
14859 determined yet (Bug#9337).
14860 (customize-create-theme, custom-theme-revert): Doc fixes.
14861
14862 * button.el (button-at): Minor addition to docstring.
14863
14864 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14865
14866 * vc/vc.el (vc-merge): Fix a prompt.
14867
14868 2012-03-24 Chong Yidong <cyd@gnu.org>
14869
14870 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14871 point (Bug#9623).
14872
14873 * button.el (button-at): Minor addition to docstring.
14874
14875 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14876
14877 * newcomment.el (comment-choose-indent): No space after BOL.
14878
14879 2012-03-22 Sam Steingold <sds@gnu.org>
14880
14881 * window.el (switch-to-prev-buffer): Revert last patch because the
14882 bug turned out to be an advertised feature (Elisp manual 28.14).
14883
14884 2012-03-22 Glenn Morris <rgm@gnu.org>
14885
14886 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14887 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14888
14889 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14890
14891 * net/network-stream.el (network-stream-open-starttls): Make error
14892 message under Windows be less misleading.
14893
14894 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14895
14896 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14897 understands (bug#9942).
14898
14899 2012-03-22 Chong Yidong <cyd@gnu.org>
14900
14901 * simple.el (end-of-visible-line): Handle return value of
14902 next-single-property-change properly (Bug#9371).
14903
14904 2012-03-22 Kenichi Handa <handa@m17n.org>
14905
14906 * international/quail.el (quail-insert-kbd-layout): Fix previous
14907 change. To avoid unwanted bidi reordering, use
14908 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14909
14910 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14911
14912 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14913 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14914 (ruby-beginning-of-indent): Be more careful with the difference
14915 between word-boundary and symbol boundary.
14916 (ruby-mode-syntax-table): Make : a symbol constituent.
14917
14918 2012-03-21 Andreas Politz <politza@fh-trier.de>
14919
14920 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14921
14922 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * progmodes/etags.el (tags-completion-at-point-function):
14925 Improve last fix.
14926
14927 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14928
14929 2012-03-21 Sam Steingold <sds@gnu.org>
14930
14931 * progmodes/etags.el (tags-completion-at-point-function):
14932 Avoid the error when point is inside the pattern.
14933
14934 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14935
14936 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14937 line (Bug#10855).
14938
14939 2012-03-21 Drew Adams <drew.adams@oracle.com>
14940
14941 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14942
14943 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14944
14945 * ido.el (ido-set-current-directory, ido-read-internal)
14946 (ido-choose-completion-string, ido-completion-help): Handle nil
14947 value of ido-completion-buffer (Bug#11008).
14948
14949 2012-03-21 Sam Steingold <sds@gnu.org>
14950
14951 * window.el (switch-to-prev-buffer): Do not switch to a visible
14952 window previous buffer, just like with the frame previous buffers.
14953
14954 2012-03-21 Chong Yidong <cyd@gnu.org>
14955
14956 * faces.el (make-face, make-empty-face, copy-face):
14957 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14958 Doc fixes.
14959
14960 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14963 (widget-complete): Remove broken use of it.
14964
14965 2012-03-20 Chong Yidong <cyd@gnu.org>
14966
14967 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14968 Use string-width and truncate-string-width to handle arbitrary
14969 characters.
14970
14971 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
14972
14973 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14974 to draw rectangles, not squares. (Regression introduced by revno
14975 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14976
14977 2012-03-18 Chong Yidong <cyd@gnu.org>
14978
14979 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14980 it is not yet defined (for temacs).
14981
14982 2012-03-18 Leo Liu <sdl.web@gmail.com>
14983
14984 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14985 prefix.
14986
14987 2012-03-17 Eli Zaretskii <eliz@gnu.org>
14988
14989 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14990 (ispell-choices-win-default-height, ispell-silently-savep)
14991 (ispell-dictionary-alist, ispell-encoding8-command)
14992 (ispell-check-version, ispell-aspell-find-dictionary)
14993 (ispell-valid-dictionary-list, ispell-words-keyword)
14994 (ispell-get-word, ispell-internal-change-dictionary)
14995 (ispell-region, ispell-skip-region-list)
14996 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14997 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14998 (ispell-message-text-end, ispell-message)
14999 (ispell-buffer-local-parsing): Doc fix.
15000
15001 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
15002
15003 * htmlfontify.el: Add support for code block fontification for ODT
15004 export (Bug #9914).
15005 (hfy-optimisations): Define new option
15006 `body-text-only'
15007 (hfy-fontify-buffer): Honor above setting.
15008 (hfy-begin-span, hfy-end-span): New routines factored out form
15009 `hfy-fontify-buffer'.
15010 (hfy-begin-span-handler, hfy-end-span-handler): New variables
15011 that permit insertion of custom tags.
15012 (hfy-fontify-buffer): Use above handlers.
15013 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15014 (hfy-face-to-css): Re-defined to be a variable.
15015 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
15016 over multiple runs. This is made possible by having the caller let
15017 bind a special variable `hfy-user-sheet-assoc'.
15018 (htmlfontify-string): New defun.
15019 (hfy-compile-face-map): Make sure that the last char in the
15020 buffer is correctly fontified.
15021 (hfy-face-resolve-face): Whitespace only change.
15022
15023 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15024
15025 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15026 message more clear.
15027
15028 2012-03-16 Leo Liu <sdl.web@gmail.com>
15029
15030 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15031
15032 2012-03-16 Alan Mackenzie <acm@muc.de>
15033
15034 Further optimize the handling of large macros.
15035
15036 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15037 limit to a call of `c-literal-limits'.
15038 (c-determine-+ve-limit): New function.
15039 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15040 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15041 In CASE 5B, restrict a search limit to 500.
15042 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15043
15044 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15045 Restrict macro bounds to +-500 from after-change's BEG END.
15046
15047 2012-03-16 Leo Liu <sdl.web@gmail.com>
15048
15049 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15050
15051 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
15052
15053 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15054 `special-mode' setting of `buffer-read-only'. (Bug#11010)
15055
15056 2012-03-16 Glenn Morris <rgm@gnu.org>
15057
15058 * view.el (view-buffer, view-buffer-other-window)
15059 (view-buffer-other-frame): Doc fixes re special mode-class.
15060
15061 * subr.el (eval-after-load): If named feature is provided not from
15062 a file, run after-load forms. (Bug#10946)
15063
15064 * calendar/calendar.el (calendar-insert-at-column):
15065 Handle non-unit-width characters a bit better. (Bug#10978)
15066
15067 2012-03-15 Chong Yidong <cyd@gnu.org>
15068
15069 * emacs-lisp/ring.el (ring-extend): New function.
15070 (ring-insert+extend): Extend the ring correctly (Bug#11019).
15071
15072 * comint.el (comint-read-input-ring)
15073 (comint-add-to-input-history): Grow comint-input-ring lazily.
15074
15075 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15076
15077 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15078 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15079
15080 * imenu.el: Fix multiple inheritance breakage (bug#9199).
15081 (imenu-add-to-menubar): Don't add a redundant index.
15082 (imenu-update-menubar): Handle a dynamically composed keymap.
15083
15084 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15085
15086 * mail/sendmail.el (mail-encode-header):
15087 Bind rfc2047-encode-encoded-words to nil.
15088
15089 2012-03-13 Glenn Morris <rgm@gnu.org>
15090
15091 * calendar/calendar.el (calendar-string-spread):
15092 Handle non-unit-width characters a bit better. (Bug#10978)
15093
15094 2012-03-13 Leo Liu <sdl.web@gmail.com>
15095
15096 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15097 directory and file as argument (Bug#10822).
15098
15099 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15100
15101 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15102 For dynamically generated code, follow $PC.
15103 (gdb-disassembly-handler-custom): Handle no function name case.
15104
15105 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
15106
15107 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15108 * emulation/ws-mode.el (ws-query-replace):
15109 * sort.el (sort-regexp-fields):
15110 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
15111
15112 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15113
15114 * dabbrev.el: Fix cycle completion order (bug#10963).
15115 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15116 (dabbrev-completion): Don't use an obarray; provide
15117 a cycle-sort-function.
15118
15119 2012-03-12 Leo Liu <sdl.web@gmail.com>
15120
15121 * simple.el (kill-new): Use equal-including-properties for comparison.
15122 (kill-do-not-save-duplicates): Doc fix.
15123
15124 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15125
15126 * dabbrev.el: Fix cycle completion (bug#10963).
15127 Use lexical binding and wrap to 80 columns.
15128 (dabbrev-completion): Delay computing the list of completions.
15129
15130 2012-03-12 Kenichi Handa <handa@m17n.org>
15131
15132 * international/quail.el (quail-insert-kbd-layout): Surround each
15133 row by LRO and PDF instead of inserting many LRMs. Pad the left
15134 and right of each non-spacing marks. Insert invisible space
15135 between lower and upper characters to prevent composition.
15136
15137 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * minibuffer.el (minibuffer-complete): Don't get confused when the
15140 function is run twice via different commands (bug#10958).
15141 (complete-with-action): Fix docstring.
15142
15143 2012-03-12 Chong Yidong <cyd@gnu.org>
15144
15145 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15146 (nxml-completion-at-point-function): New function.
15147 (nxml-mode): Use it.
15148 (nxml-bind-meta-tab-to-complete-flag): Default to t.
15149
15150 * emacs-lisp/package.el (package-unpack, package-unpack-single):
15151 Load generated autoloads file before byte compiling (Bug#10970).
15152 (package--make-autoloads-and-compile): New helper fun.
15153
15154 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
15155
15156 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15157
15158 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
15159
15160 * autorevert.el (auto-revert-handler): Ensure, that
15161 file-readable-p is applied only for local files or in
15162 auto-revert-tail-mode.
15163
15164 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
15165
15166 * server.el (server-eval-at): Handle non-tcp connections.
15167 Decode result string.
15168
15169 * server.el (server-msg-size): New constant.
15170 (server-reply-print): New function.
15171 (server-eval-and-print): Use it.
15172 (server-eval-at): Use server-quote-arg and server-unquote-arg.
15173 Handle -print-nonl.
15174
15175 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
15176
15177 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15178 (Bug#10987).
15179
15180 2012-03-11 Chong Yidong <cyd@gnu.org>
15181
15182 * simple.el (goto-line): Doc fix (Bug#9938).
15183
15184 * subr.el (save-window-excursion): Doc fix (Bug#9979).
15185
15186 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15187 when finished (Bug#10963).
15188
15189 2012-03-11 Martin Rudalics <rudalics@gmx.at>
15190
15191 * window.el (split-window-below): Fix bug in case where
15192 split-window-keep-point is nil (Bug#10971).
15193
15194 2012-03-11 Juri Linkov <juri@jurta.org>
15195
15196 * replace.el (replace-highlight): Set isearch-word to nil
15197 unconditionally. (Bug#10887)
15198
15199 2012-03-10 Eli Zaretskii <eliz@gnu.org>
15200
15201 * net/mairix.el (mairix-replace-invalid-chars): Rename from
15202 mairix-replace-illegal-chars; all callers changed. Don't remove
15203 ^, ~, and = characters: they are meaningful in mairix search specs.
15204 (mairix-widget-create-query): Add usage information about mairix
15205 search forms: negating words, searching for substrings, etc.
15206
15207 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
15208
15209 * international/fontset.el (font-encoding-alist): Add an entry for
15210 ksx1001 (Bug#5667).
15211
15212 2012-03-10 Richard Stallman <rms@gnu.org>
15213
15214 * mail/sendmail.el (mail-encode-header):
15215 Set rfc2047-encode-encoded-words.
15216
15217 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15218
15219 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15220 view buffer means not swapped.
15221 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15222 (rmail-write-region-annotate): Error if real text has disappeared.
15223
15224 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15225
15226 2012-03-10 Chong Yidong <cyd@gnu.org>
15227
15228 * emulation/cua-rect.el (cua--init-rectangles):
15229 * emulation/cua-base.el (cua--init-keymaps):
15230 Add delete-forward-char to remappings (Bug#9666).
15231
15232 2012-03-10 Martin Rudalics <rudalics@gmx.at>
15233
15234 * speedbar.el (speedbar-unhighlight-one-tag-line):
15235 Avoid unhighlighting due to frame switching (Bug#10275).
15236
15237 2012-03-10 Chong Yidong <cyd@gnu.org>
15238
15239 * minibuffer.el (completion-in-region, completion-help-at-point):
15240 Give the completion field overlay a high priority (Bug#6830).
15241
15242 * dired.el (dired-goto-file): Recognize absolute file name
15243 listings (Bug#7126).
15244 (dired-goto-file-1): New helper function.
15245 (dired-toggle-read-only): Inhibit warnings.
15246
15247 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
15248
15249 * net/dbus.el (dbus-property-handler): Return empty array if
15250 there are no properties.
15251
15252 2012-03-09 Leo Liu <sdl.web@gmail.com>
15253
15254 * savehist.el (savehist-printable): Stricter check for string
15255 value (Bug#10937).
15256
15257 2012-03-09 Eli Zaretskii <eliz@gnu.org>
15258
15259 * mail/smtpmail.el (smtpmail-send-it):
15260 Bind coding-system-for-write to *-unix, so that FCC files are kept in
15261 valid mbox format.
15262
15263 2012-03-09 Glenn Morris <rgm@gnu.org>
15264
15265 * files.el (dir-locals-find-file):
15266 Don't check result is regular, readable.
15267 (dir-locals-read-from-file): Demote errors.
15268
15269 2012-03-08 Eli Zaretskii <eliz@gnu.org>
15270
15271 * international/quail.el (quail-insert-kbd-layout):
15272 Insert invisible LRM characters before each character in a keyboard
15273 layout cell, to prevent their reordering by bidi display engine.
15274 For details, see the discussion in
15275 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15276
15277 2012-03-08 Alan Mackenzie <acm@muc.de>
15278
15279 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15280 the starting position; make it extend the marked region when
15281 invoked repeatedly - all under appropriate circumstances.
15282 Fixes bugs #5525, #10906.
15283
15284 2012-03-08 Glenn Morris <rgm@gnu.org>
15285
15286 * files.el (locate-dominating-file, dir-locals-find-file):
15287 Undo 2012-03-06 change.
15288
15289 2012-03-07 Eli Zaretskii <eliz@gnu.org>
15290
15291 * international/quail.el (quail-help):
15292 Force bidi-paragraph-direction be left-to-right. See discussion in
15293 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15294 for the reason.
15295
15296 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
15297
15298 Avoid superfluous registering of signals. (Bug#10807)
15299
15300 * notifications.el (notifications-on-action-object)
15301 (notifications-on-close-object): New defvars.
15302 (notifications-on-action-signal, notifications-on-closed-signal):
15303 Unregister the signal if not needed any longer.
15304 (notifications-notify): Register `notifications-action-signal' or
15305 `notifications-closed-signal', if :on-action or :on-close has been
15306 passed as argument.
15307
15308 2012-03-07 Chong Yidong <cyd@gnu.org>
15309
15310 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15311 non-X platforms.
15312
15313 2012-03-06 Glenn Morris <rgm@gnu.org>
15314
15315 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15316 (x-disown-selection-internal, x-get-selection-internal):
15317 Doc fix (add arglist signatures). (Bug#10783)
15318
15319 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15320
15321 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15322 Handle breakpoints with no "type".
15323
15324 2012-03-06 Glenn Morris <rgm@gnu.org>
15325
15326 * files.el (locate-dominating-file): Add optional predicate argument.
15327 (dir-locals-find-file): Make use of above change.
15328
15329 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15330
15331 * info.el (Info-insert-dir): Also try "dir.gz".
15332
15333 2012-03-06 Glenn Morris <rgm@gnu.org>
15334
15335 * files.el (dir-locals-find-file):
15336 Ignore non-readable or non-regular files. (Bug#10928)
15337
15338 * files.el (locate-dominating-file): Doc fix.
15339
15340 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15341
15342 * calendar/calendar.el (calendar-set-mode-line):
15343 `getenv' returns a string. (Bug#10951)
15344
15345 2012-03-05 Leo Liu <sdl.web@gmail.com>
15346
15347 * simple.el (backward-delete-char-untabify): Constrain point to
15348 field (Bug#10939).
15349
15350 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15351
15352 2012-03-05 Chong Yidong <cyd@gnu.org>
15353
15354 * simple.el (count-words): If called from Lisp, return the word
15355 count, for symmetry with `count-lines'. Arglist changed.
15356 (count-words--message): Args changed. Consolidate counting code
15357 from count-words and count-words-region.
15358 (count-words-region): Caller changed.
15359 (count-lines-region): Make it an obsolete alias.
15360
15361 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15362
15363 * saveplace.el (save-place-to-alist)
15364 (save-place-ignore-files-regexp): Allow value nil to disable this
15365 feature.
15366
15367 2012-03-04 Chong Yidong <cyd@gnu.org>
15368
15369 * faces.el (face-spec-reset-face): For the default face, reset the
15370 attributes to default values (Bug#10748).
15371
15372 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15373
15374 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15375 previous patch: Check `message-send-mail-function', and not the
15376 default function (bug#10897).
15377
15378 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
15379
15380 * notifications.el (notifications-on-action-signal)
15381 (notifications-on-closed-signal): Check for unique service name of
15382 incoming event. Fix error in removing entry.
15383 (top): Register for signals with wildcard service name.
15384 (notifications-notify): Use daemon unique service name for map entries.
15385
15386 2012-03-04 Chong Yidong <cyd@gnu.org>
15387
15388 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15389
15390 2012-03-04 Glenn Morris <rgm@gnu.org>
15391
15392 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15393 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15394 (expand-abbrev, define-abbrev-table): Doc fixes.
15395
15396 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15397
15398 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15399 `message-default-send-mail-function' and not `send-mail-function'
15400 when doing the prompting for `sendmail-query-once' before sending
15401 in Message buffers (bug#10897).
15402
15403 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15404 This is inconsistent with all the other stream functions, which leave
15405 the setting up to the higher levels (if so wanted) (bug#10931).
15406
15407 2012-03-02 Alan Mackenzie <acm@muc.de>
15408
15409 Depessimize the handling of very large macros.
15410
15411 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15412 (c-macro-cache-syntactic): New variables to implement a one
15413 element macro cache.
15414 (c-invalidate-macro-cache): New function.
15415 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15416 Adapt to use the new cache.
15417 (c-state-safe-place): Use better the cache of safe positions.
15418 (c-state-semi-nonlit-pos-cache)
15419 (c-state-semi-nonlit-pos-cache-limit):
15420 New variables for...
15421 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15422 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15423 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15424 Use c-state-semi-safe-place.
15425
15426 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15427 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15428
15429 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15430
15431 * jka-compr.el (jka-compr-call-process):
15432 Apply `file-accessible-directory-p' only when the default directory is
15433 not remote.
15434
15435 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15436
15437 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15438 access of FILE2, if FILE1 does not exist.
15439
15440 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15441 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15442
15443 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15444 Add "PAGER=" to `process-environment'.
15445
15446 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15447
15448 * progmodes/sql.el: Bug fix
15449 (sql-get-login-ext): Save login values in globals.
15450 (sql-get-login): Use new version of `sql-get-login-ext'.
15451 (sql-interactive-mode): Set global `sql-connection' to nil.
15452 (sql-connect): Set global values for connection.
15453 (sql-product-interactive): Save global values as buffer local.
15454
15455 2012-02-29 Leo Liu <sdl.web@gmail.com>
15456
15457 * abbrev.el (define-abbrevs): Reset sys to nil.
15458
15459 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15460
15461 * files.el (file-equal-p): Rename from `files-equal-p'.
15462 Return nil when one or both files don't exist.
15463 (file-subdir-of-p): Now only top directory must exists,
15464 return nil if it doesn't.
15465 (copy-directory): No need to test with `file-subdir-of-p' after
15466 creating dir.
15467 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15468 to `file-equal-p'.
15469
15470 2012-02-28 Glenn Morris <rgm@gnu.org>
15471
15472 * shell.el (shell-mode):
15473 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15474 * play/landmark.el (landmark-font-lock-face-O):
15475 * play/handwrite.el (handwrite):
15476 * play/gomoku.el (gomoku-O):
15477 * net/browse-url.el (browse-url-browser-display):
15478 * international/mule.el (define-charset):
15479 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15480 * filesets.el (filesets-find-file-delay):
15481 * eshell/em-xtra.el (eshell-xtra):
15482 * eshell/em-unix.el (eshell-grep):
15483 * emulation/viper.el (viper-mode):
15484 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15485 * emacs-lisp/easymenu.el (easy-menu-define):
15486 * calendar/timeclock.el (timeclock-use-display-time):
15487 * bs.el (bs-mode):
15488 * bookmark.el (bookmark-save-flag):
15489 Doc fix (standardize possessive apostrophe usage).
15490
15491 2012-02-27 Chong Yidong <cyd@gnu.org>
15492
15493 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15494 Fix key-binding lookup for ESC key (Bug#9146).
15495
15496 * font-lock.el (font-lock-specified-p): Rename from
15497 font-lock-spec-present. Callers changed.
15498
15499 2012-02-27 Daniel Hackney <dan@haxney.org>
15500
15501 * emacs-lisp/package.el (package-compute-transaction):
15502 Handle holding a package version to t in package-load-list.
15503
15504 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15505
15506 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15507 (tramp-get-inode, tramp-get-device): Use cached values.
15508
15509 2012-02-26 Alan Mackenzie <acm@muc.de>
15510
15511 Check there is a font-lock specification before doing initial
15512 fontification.
15513
15514 * font-core.el (font-lock-mode): Move the conditional from
15515 :after-hook to font-lock-initial-fontify.
15516 (font-lock-default-function): Move the check for a specification
15517 to font-lock-spec-present.
15518
15519 * font-lock.el (font-lock-initial-fontify): Call ...
15520 (font-lock-spec-present): New function.
15521
15522 2012-02-26 Jim Blandy <jimb@red-bean.com>
15523
15524 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15525 (gdb-send): Apply it to the operand of the '-interpreter-exec
15526 console' command, so that we can pass arguments with (say) quotes
15527 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15528
15529 2012-02-26 Chong Yidong <cyd@gnu.org>
15530
15531 * help-fns.el (describe-function-1): Clarify description of
15532 remapping (Bug#10844).
15533
15534 * files.el (files-equal-p): Doc fix.
15535 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15536 and quit the loop once a mismatch is found.
15537
15538 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15539
15540 * bs.el (bs--show-with-configuration): Don't throw an error
15541 if the window cannot be split; otherwise, subsequent calls to
15542 bs-show fail, restoring a stale window config. (Bug#10882)
15543
15544 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15545
15546 * term/ns-win.el (global-map): Bind ns-drag-file to
15547 ns-find-file (Bug#5855, Bug#10050).
15548
15549 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15550
15551 * calendar/parse-time.el (parse-time-string): Allow extractor to
15552 return nil.
15553
15554 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15555
15556 * net/tramp.el (tramp-file-name-for-operation):
15557 Add `files-equal-p' and `file-subdir-of-p'.
15558
15559 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15560 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15561 Add COPY-CONTENTS argument.
15562
15563 2012-02-25 Chong Yidong <cyd@gnu.org>
15564
15565 Add custom groups for VC backends, for consistency with vc-bzr.
15566
15567 * vc/vc-arch.el (vc-arch):
15568 * vc/vc-cvs.el (vc-cvs):
15569 * vc/vc-git.el (vc-git):
15570 * vc/vc-hg.el (vc-hg):
15571 * vc/vc-mtn.el (vc-mtn):
15572 * vc/vc-rcs.el (vc-rcs):
15573 * vc/vc-sccs.el (vc-sccs):
15574 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15575 All relevant defcustoms reassigned.
15576
15577 2012-02-25 Chong Yidong <cyd@gnu.org>
15578
15579 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15580
15581 * term/x-win.el (x-initialize-window-system): Reduce default for
15582 x-selection-timeout to 5 seconds (Bug#8869).
15583
15584 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15585
15586 * files.el (files-equal-p, file-subdir-of-p): New functions.
15587 (copy-directory): Error when trying to copy a directory on itself.
15588 Add missing copy-contents arg to tramp handler.
15589 * dired-aux.el (dired-copy-file-recursive): Same.
15590 (dired-create-files): Modify destination when source is equal to
15591 dest when copying files.
15592 Return also when dest is a subdir of source. (Bug#10489)
15593
15594 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15595
15596 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15597 (Bug#10874)
15598
15599 2012-02-23 Alan Mackenzie <acm@muc.de>
15600
15601 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15602 parameter "after-hook:" to allow the expansion to run code after
15603 the execution of the mode hooks.
15604
15605 * font-lock.el (font-lock-initial-fontify): New function extracted
15606 from font-lock-mode-internal.
15607
15608 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15609 :after-hook.
15610
15611 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15612
15613 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15614 (completion--cache-all-sorted-completions): New function.
15615 (completion-all-sorted-completions): Use it.
15616 (completion--do-completion, minibuffer-force-complete):
15617 Use it to re-instate the flush hook.
15618
15619 * icomplete.el (icomplete-completions): Replace last fix with a better
15620 one (bug#10850).
15621
15622 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15623
15624 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15625 when it might call us back infinitely (bug#10797).
15626
15627 2012-02-23 Glenn Morris <rgm@gnu.org>
15628
15629 * minibuffer.el (completion-category-overrides): Doc fix.
15630
15631 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15632
15633 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15634 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15635
15636 2012-02-23 Glenn Morris <rgm@gnu.org>
15637
15638 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15639 (authors-obsolete-files-regexps, authors-ignored-files)
15640 (authors-ambiguous-files, authors-renamed-files-alist):
15641 Add more entries.
15642
15643 2012-02-23 Juri Linkov <juri@jurta.org>
15644
15645 * isearch.el (isearch-occur): Sync interactive spec with occur's
15646 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15647
15648 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15649
15650 2012-02-22 Juri Linkov <juri@jurta.org>
15651
15652 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15653 (ucs-insert): Doc fix. Check for hex digits in the string.
15654 Don't display `nil' in the error message. (Bug#10857)
15655
15656 2012-02-22 Alan Mackenzie <acm@muc.de>
15657
15658 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15659
15660 2012-02-22 Glenn Morris <rgm@gnu.org>
15661
15662 * ffap.el (ffap-c-path):
15663 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15664
15665 2012-02-22 Chong Yidong <cyd@gnu.org>
15666
15667 * custom.el (load-theme): Doc fix.
15668
15669 2012-02-22 Glenn Morris <rgm@gnu.org>
15670
15671 * dired-x.el (dired-guess-shell-alist-default):
15672 Remove escape sequences from nroff output. (Bug#172)
15673
15674 2012-02-21 Glenn Morris <rgm@gnu.org>
15675
15676 * vc/emerge.el (emerge-defvar-local):
15677 Set `permanent-local' property rather than unused `preserved'.
15678
15679 * textmodes/picture.el (picture-delete-char): New alias.
15680 (picture-mode-map): Use it. (Bug#10860)
15681 (picture-mode): Doc fix.
15682
15683 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15684
15685 * newcomment.el (uncomment-region-default): Remove unused binding.
15686
15687 2012-02-21 Glenn Morris <rgm@gnu.org>
15688
15689 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15690 (picture-self-insert, picture-tab-chars): Doc fix.
15691 (picture-mode-map): Fix C-a, C-e.
15692
15693 2012-02-20 Glenn Morris <rgm@gnu.org>
15694
15695 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15696
15697 2012-02-20 Leo Liu <sdl.web@gmail.com>
15698
15699 * icomplete.el (icomplete-completions): Check FROM arg before
15700 passing to substring (Bug#10850).
15701
15702 2012-02-19 Chong Yidong <cyd@gnu.org>
15703
15704 * comint.el: Require ansi-color.
15705 (comint-output-filter-functions): Add ansi-color-process-output.
15706
15707 * ansi-color.el: Don't set comint-output-filter-functions; it is
15708 now in the initial value defined in comint.el.
15709 (ansi-color-apply-face-function): New variable.
15710 (ansi-color-apply-on-region): Use it.
15711 (ansi-color-apply-overlay-face): New function.
15712
15713 * shell.el (shell): No need to require ansi-color.
15714 (shell-mode): Use ansi-color-apply-face-function to highlight
15715 color escapes using font-lock-face property (Bug#10835).
15716
15717 2012-02-19 Chong Yidong <cyd@gnu.org>
15718
15719 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15720 mode-line formats (Bug#10839).
15721
15722 2012-02-18 Glenn Morris <rgm@gnu.org>
15723
15724 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15725
15726 * mail/undigest.el (unforward-rmail-message): Doc fix.
15727
15728 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15729
15730 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15731
15732 * international/characters.el (script-list): Sync with the latest
15733 Unicode Character Database.
15734
15735 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15736
15737 * international/titdic-cnv.el: Remove duplicate coding tag.
15738 * language/cham.el: Likewise.
15739 * language/tai-viet.el: Likewise.
15740
15741 2012-02-18 Glenn Morris <rgm@gnu.org>
15742
15743 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15744 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15745 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15746 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15747 * calendar/holidays.el (holiday-bahai-holidays)
15748 (calendar-holidays, list-holidays):
15749 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15750
15751 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15752
15753 * saveplace.el (save-place-ignore-files-regexp): New variable
15754 allowing for excluding files from saving their location of point.
15755 The default value matches the temporary commit message editing
15756 files from Git, SVN, Bazaar, and Mercurial.
15757 (save-place-to-alist): Use it.
15758
15759 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15760 Stefan Monnier <monnier@iro.umontreal.ca>
15761
15762 * newcomment.el (uncomment-region-default): Don't leave extra space
15763 when an arg is provided (bug#8150).
15764
15765 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15766
15767 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15768
15769 2012-02-17 Glenn Morris <rgm@gnu.org>
15770
15771 * net/socks.el: Require network-stream. (Bug#10599)
15772
15773 2012-02-17 Kenichi Handa <handa@m17n.org>
15774
15775 * international/charprop.el:
15776 * international/uni-name.el:
15777 * international/uni-old-name.el:
15778 * international/uni-comment.el: Regenerate.
15779
15780 2012-02-16 Glenn Morris <rgm@gnu.org>
15781
15782 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15783 Interactively in calendar buffer, give an error if not on a date.
15784
15785 2012-02-15 Glenn Morris <rgm@gnu.org>
15786
15787 * shell.el (shell-delimiter-argument-list):
15788 Revert 2011-02-17 change. (Bug#8027)
15789
15790 2012-02-15 Chong Yidong <cyd@gnu.org>
15791
15792 * minibuffer.el (completion-at-point-functions): Doc fix.
15793
15794 * custom.el (defcustom): Doc fix; note use of defvar.
15795
15796 2012-02-15 Glenn Morris <rgm@gnu.org>
15797
15798 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15799 Doc fixes.
15800
15801 2012-02-14 Glenn Morris <rgm@gnu.org>
15802
15803 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15804
15805 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15806
15807 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15808 way the ports list is computed.
15809 (smtpmail-query-smtp-server): Prompt the user for a port number if
15810 we can't connect to any of the standard ports (bug#10810).
15811
15812 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15813
15814 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15815
15816 2012-02-13 Glenn Morris <rgm@gnu.org>
15817
15818 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15819
15820 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15821
15822 * net/gnutls.el (gnutls-trustfiles): New variable.
15823 (gnutls-negotiate): Use it.
15824
15825 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15826
15827 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15828 does its stuff if Gnus is running.
15829
15830 2012-02-13 Alan Mackenzie <acm@muc.de>
15831
15832 Fix a loop in c-set-fl-decl-start.
15833
15834 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15835 c-backward-syntactic-ws actually moves backwards.
15836
15837 2012-02-13 Leo Liu <sdl.web@gmail.com>
15838
15839 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15840 beginning so that all \C-o chars are removed.
15841
15842 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15843
15844 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15845
15846 2012-02-12 Alan Mackenzie <acm@muc.de>
15847
15848 Fix infinite loop with long macros.
15849 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15850
15851 2012-02-12 Chong Yidong <cyd@gnu.org>
15852
15853 * window.el (display-buffer): Doc fix (Bug#10785).
15854
15855 2012-02-12 Glenn Morris <rgm@gnu.org>
15856
15857 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15858 (x-disown-selection-internal, x-get-selection-internal):
15859 Sync docs with the xselect.c versions.
15860
15861 * allout-widgets.el: Add missing license notice.
15862
15863 2012-02-11 Glenn Morris <rgm@gnu.org>
15864
15865 * select.el (x-get-selection-internal, x-own-selection-internal)
15866 (x-disown-selection-internal):
15867 * x-dnd.el (x-get-selection-internal): Update declarations.
15868
15869 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15870
15871 * window.el (window-sides-slots):
15872 * tool-bar.el (tool-bar-position):
15873 * term/xterm.el (xterm-extra-capabilities):
15874 * ses.el (ses-self-reference-early-detection):
15875 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15876 (verilog-auto-wire-type)
15877 (verilog-auto-delete-trailing-whitespace)
15878 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15879 (verilog-auto-tieoff-declaration):
15880 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15881 (sql-oracle-statement-starters, sql-oracle-scan-on):
15882 * progmodes/prolog.el (prolog-align-comments-flag)
15883 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15884 (prolog-left-indent-regexp, prolog-paren-indent-p)
15885 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15886 (prolog-types, prolog-mode-specificators)
15887 (prolog-determinism-specificators, prolog-directives)
15888 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15889 (prolog-electric-dot-flag)
15890 (prolog-electric-dot-full-predicate-template)
15891 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15892 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15893 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15894 (prolog-program-switches, prolog-prompt-regexp)
15895 (prolog-debug-on-string, prolog-debug-off-string)
15896 (prolog-trace-on-string, prolog-trace-off-string)
15897 (prolog-zip-on-string, prolog-zip-off-string)
15898 (prolog-use-standard-consult-compile-method-flag)
15899 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15900 (prolog-imenu-max-lines, prolog-info-predicate-index)
15901 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15902 (prolog-char-quote-workaround):
15903 * progmodes/cc-vars.el (c-defun-tactic):
15904 * net/tramp.el (tramp-encoding-command-interactive)
15905 (tramp-local-end-of-line):
15906 * net/soap-client.el (soap-client):
15907 * net/netrc.el (netrc-file):
15908 * net/gnutls.el (gnutls):
15909 * minibuffer.el (completion-category-overrides)
15910 (completion-cycle-threshold)
15911 (completion-pcm-complete-word-inserts-delimiters):
15912 * man.el (Man-name-local-regexp):
15913 * mail/feedmail.el (feedmail-display-full-frame):
15914 * international/characters.el (glyphless-char-display-control):
15915 * eshell/em-ls.el (eshell-ls-date-format):
15916 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15917 (lisp-lambda-list-keyword-parameter-indentation)
15918 (lisp-lambda-list-keyword-parameter-alignment):
15919 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15920 * dired-x.el (dired-omit-verbose):
15921 * cus-theme.el (custom-theme-allow-multiple-selections):
15922 * calc/calc.el (calc-highlight-selections-with-faces)
15923 (calc-lu-field-reference, calc-lu-power-reference)
15924 (calc-note-threshold):
15925 * battery.el (battery-mode-line-limit):
15926 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15927 (archive-7z-update):
15928 * allout.el (allout-prefixed-keybindings)
15929 (allout-unprefixed-keybindings)
15930 (allout-inhibit-auto-fill-on-headline)
15931 (allout-flattened-numbering-abbreviation):
15932 * allout-widgets.el (allout-widgets-auto-activation)
15933 (allout-widgets-icons-dark-subdir)
15934 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15935 (allout-widgets-theme-dark-background)
15936 (allout-widgets-theme-light-background)
15937 (allout-widgets-item-image-properties-emacs)
15938 (allout-widgets-item-image-properties-xemacs)
15939 (allout-widgets-run-unit-tests-on-load)
15940 (allout-widgets-time-decoration-activity)
15941 (allout-widgets-hook-error-post-time)
15942 (allout-widgets-track-decoration):
15943 Add missing :version tags to new defcustoms and defgroups.
15944
15945 * progmodes/sql.el (sql-ansi-statement-starters)
15946 (sql-oracle-statement-starters): Add custom type.
15947
15948 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15949 (prolog-system-version): Give it a type.
15950
15951 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15952
15953 * term/pc-win.el (x-select-text, x-selection-owner-p)
15954 (x-own-selection-internal, x-disown-selection-internal)
15955 (x-get-selection-internal): Sync doc strings and argument lists
15956 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15957
15958 2012-02-11 Leo Liu <sdl.web@gmail.com>
15959
15960 * progmodes/python.el (python-end-of-statement): Fix infinite
15961 loop. (Bug#10788)
15962
15963 2012-02-10 Glenn Morris <rgm@gnu.org>
15964
15965 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15966 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15967
15968 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
15969
15970 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15971 about SMTP before checking the From header.
15972
15973 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15974 into own function for reuse by emacsbug.el.
15975
15976 2012-02-10 Leo Liu <sdl.web@gmail.com>
15977
15978 * subr.el (condition-case-unless-debug): Rename from
15979 condition-case-no-debug. All callers changed.
15980 (with-demoted-errors): Fix caller.
15981
15982 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15983 * nxml/rng-valid.el (rng-do-some-validation):
15984 * emacs-lisp/package.el (package-refresh-contents)
15985 (package-menu-execute):
15986 * desktop.el (desktop-create-buffer):
15987 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15988
15989 2012-02-10 Glenn Morris <rgm@gnu.org>
15990
15991 * textmodes/bibtex.el:
15992 Add missing :version tags for new/changed defcustoms.
15993
15994 * files.el (remote-file-name-inhibit-cache): Doc fixes.
15995
15996 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
15997
15998 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15999 (smtpmail-via-smtp): Use it, or fall back on the From address.
16000 (smtpmail-send-it): Ditto.
16001
16002 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
16003
16004 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16005 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
16006 (byte-compile-tmp-var): New const.
16007 (byte-compile-defvar): Use it to minimize .elc size.
16008 Just use `defvar' rather than simulate it (bug#10761).
16009
16010 2012-02-09 Glenn Morris <rgm@gnu.org>
16011
16012 * files.el (rename-uniquely): Doc fix. (Bug#3806)
16013
16014 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16015 Add :version tags.
16016
16017 * progmodes/compile.el (compilation-error-screen-columns)
16018 (compilation-first-column, compilation-filter-start): Doc fixes.
16019
16020 * vc/log-view.el (log-view-toggle-entry-display):
16021 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16022
16023 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16024 (report-emacs-bug-can-use-xdg-email):
16025 (report-emacs-bug-insert-to-mailer): Doc fixes.
16026 (report-emacs-bug): Message fix.
16027
16028 * net/browse-url.el (browse-url-can-use-xdg-open)
16029 (browse-url-xdg-open): Doc fixes.
16030
16031 * electric.el (electric-indent-mode, electric-pair-mode)
16032 (electric-layout-rules, electric-layout-mode): Doc fixes.
16033 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16034
16035 2012-02-08 Martin Rudalics <rudalics@gmx.at>
16036
16037 * server.el (server-unselect-display): Don't inadvertently kill
16038 the current buffer. (Bug#10729)
16039
16040 2012-02-08 Glenn Morris <rgm@gnu.org>
16041
16042 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16043 (sql-list-table): Doc fixes.
16044
16045 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16046 Comment out (does nothing).
16047
16048 * completion.el (dynamic-completion-mode):
16049 * dirtrack.el (dirtrack-debug-mode):
16050 * electric.el (electric-layout-mode):
16051 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16052 * face-remap.el (text-scale-mode, buffer-face-mode):
16053 * iimage.el (iimage-mode):
16054 * image-mode.el (image-transform-mode):
16055 * minibuffer.el (completion-in-region-mode):
16056 * scroll-lock.el (scroll-lock-mode):
16057 * simple.el (next-error-follow-minor-mode):
16058 * tar-mode.el (tar-subfile-mode):
16059 * tooltip.el (tooltip-mode):
16060 * vcursor.el (vcursor-use-vcursor-map):
16061 * wid-browse.el (widget-minor-mode):
16062 * emulation/tpu-edt.el (tpu-edt-mode):
16063 * emulation/tpu-extras.el (tpu-cursor-free-mode):
16064 * international/iso-ascii.el (iso-ascii-mode):
16065 * language/thai-util.el (thai-word-mode):
16066 * mail/supercite.el (sc-minor-mode):
16067 * net/goto-addr.el (goto-address-mode):
16068 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16069 * progmodes/cwarn.el (cwarn-mode):
16070 * progmodes/flymake.el (flymake-mode):
16071 * progmodes/glasses.el (glasses-mode):
16072 * progmodes/hideshow.el (hs-minor-mode):
16073 * progmodes/pascal.el (pascal-outline-mode):
16074 * textmodes/enriched.el (enriched-mode):
16075 * vc/smerge-mode.el (smerge-mode):
16076 Doc fixes (minor mode argument).
16077
16078 2012-02-07 Eli Zaretskii <eliz@gnu.org>
16079
16080 * ls-lisp.el (ls-lisp-sanitize): New function.
16081 (ls-lisp-insert-directory): Use it to fix or remove any elements
16082 in file-alist with missing attributes. (Bug#4673)
16083
16084 2012-02-07 Alan Mackenzie <acm@muc.de>
16085
16086 Fix spurious recognition of c-in-knr-argdecl.
16087
16088 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16089 putative K&R region.
16090
16091 2012-02-07 Alan Mackenzie <acm@muc.de>
16092
16093 * progmodes/cc-engine.el (c-forward-objc-directive):
16094 Prevent looping in "#pragma mark @implementation".
16095
16096 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
16097
16098 * notifications.el (notifications-on-closed-signal): Make `reason'
16099 optional. (Bug#10744)
16100
16101 2012-02-07 Glenn Morris <rgm@gnu.org>
16102
16103 * emacs-lisp/easy-mmode.el (define-minor-mode):
16104 Doc fixes for the macro and the mode it defines.
16105
16106 * image.el (imagemagick-types-inhibit): Doc fix.
16107
16108 * cus-start.el (imagemagick-render-type): Add it.
16109
16110 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16111
16112 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16113 Set the default at load time, too, so that `font-lock-fontify-buffer'
16114 can be called without setting up the entire mode first. This fixes
16115 a bug in `mm-inline-text' with C MIME parts.
16116
16117 2012-02-06 Chong Yidong <cyd@gnu.org>
16118
16119 * simple.el (list-processes--refresh): Delete exited processes
16120 (Bug#8094).
16121
16122 * comint.el (comint-next-prompt): next-single-char-property-change
16123 and prev-single-char-property-change never return nil (Bug#8657).
16124
16125 * custom.el (defcustom): Doc fix (Bug#9711).
16126
16127 2012-02-05 Chong Yidong <cyd@gnu.org>
16128
16129 * cus-edit.el (custom-variable-reset-backup): Quote the value
16130 before storing it in the customized-value property (Bug#6712).
16131 (custom-display): Add a customization type tag.
16132 (custom-buffer-create-internal): Improve tooltip message.
16133
16134 * wid-edit.el (widget-field-value-get): New optional arg to
16135 suppress trailing whitespace truncation.
16136 (character): Use it (Bug#2689).
16137
16138 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
16139
16140 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16141 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16142
16143 2012-02-05 Chong Yidong <cyd@gnu.org>
16144
16145 * cus-edit.el (custom-variable-value-create): For mismatched
16146 types, show the current value (Bug#7600).
16147
16148 * custom.el (defcustom): Doc fix.
16149
16150 2012-02-05 Glenn Morris <rgm@gnu.org>
16151
16152 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16153
16154 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
16155
16156 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16157 (pp-buffer): Use `ignore-errors', `looking-at-p'.
16158 (pp-last-sexp): Use `looking-at-p'.
16159
16160 2012-02-04 Glenn Morris <rgm@gnu.org>
16161
16162 * files.el (revert-buffer):
16163 Doc fix (mention revert-buffer-in-progress-p).
16164
16165 * emacs-lisp/ert-x.el (ert-simulate-command):
16166 Check deferred-action-list (which is obsolete) is bound.
16167
16168 * subr.el (with-wrapper-hook): Doc fixes.
16169
16170 * simple.el (filter-buffer-substring-functions)
16171 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16172
16173 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
16174
16175 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16176 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
16177
16178 2012-02-04 Leo Liu <sdl.web@gmail.com>
16179
16180 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16181
16182 2012-02-04 Glenn Morris <rgm@gnu.org>
16183
16184 * image.el (image-extension-data): Add obsolete alias.
16185
16186 * isearch.el (isearch-update): Doc fix.
16187
16188 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16189
16190 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16191
16192 2012-02-03 Glenn Morris <rgm@gnu.org>
16193
16194 * image.el (image-animated-p): Doc fix. Use image-animated-types.
16195 (image-animate-timeout): Doc fix.
16196
16197 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16198
16199 2012-02-02 Glenn Morris <rgm@gnu.org>
16200
16201 * server.el (server-auth-dir): Doc fix.
16202 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
16203
16204 * subr.el (run-mode-hooks): Doc fix.
16205
16206 2012-02-02 Juri Linkov <juri@jurta.org>
16207
16208 * image-mode.el (image-toggle-display-image): Remove tautological
16209 `major-mode' from the `derived-mode-p' test.
16210
16211 2012-02-02 Kenichi Handa <handa@m17n.org>
16212
16213 * composite.el (compose-region): Cancel previous change.
16214
16215 2012-02-02 Kenichi Handa <handa@m17n.org>
16216
16217 * composite.el (compose-region, compose-string): Signal error for
16218 a null string component (Bug#6988).
16219
16220 2012-02-01 Chong Yidong <cyd@gnu.org>
16221
16222 * view.el (view-buffer-other-window, view-buffer-other-frame):
16223 Handle special modes like view-buffer (Bug#10650).
16224 (view-buffer): Simplify.
16225
16226 * frame.el (set-frame-font): Tweak meaning of third argument.
16227
16228 * dynamic-setting.el (font-setting-change-default-font):
16229 Use set-frame-font (Bug#9982).
16230
16231 2012-02-01 Glenn Morris <rgm@gnu.org>
16232
16233 * progmodes/compile.el (compilation-internal-error-properties):
16234 Respect compilation-first-column in the "*compilation*" buffer.
16235
16236 * emacs-lisp/easy-mmode.el (define-minor-mode):
16237 Relax :variable's test for a named function.
16238
16239 2012-01-31 Alan Mackenzie <acm@muc.de>
16240
16241 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16242 off by one error.
16243
16244 2012-01-31 Chong Yidong <cyd@gnu.org>
16245
16246 * frame.el (set-frame-font): New arg ALL-FRAMES.
16247
16248 * menu-bar.el (menu-set-font): Use set-frame-font.
16249
16250 * faces.el (face-spec-reset-face): Don't apply unspecified
16251 attribute values to the default face.
16252
16253 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
16254
16255 * progmodes/cwarn.el (cwarn): Remove dead link.
16256 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16257 Remove * from defcustom docstrings.
16258 (turn-on-cwarn-mode): Make obsolete.
16259 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16260 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16261
16262 2012-01-31 Glenn Morris <rgm@gnu.org>
16263
16264 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16265 Fix :variable handling of mode a symbol not equal to modefun.
16266 Allow named functions to be used as the cdr of :variable.
16267
16268 2012-01-30 Glenn Morris <rgm@gnu.org>
16269
16270 * emacs-lisp/authors.el (authors-fixed-entries):
16271 Remove reference to deleted file rnewspost.el.
16272
16273 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
16274
16275 * window.el (window-with-parameter): Remove unused variable `windows'.
16276 (window--side-check): Remove unused variable `code'.
16277 (window--resize-siblings): Remove unused variable `first'.
16278 (adjust-window-trailing-edge): Remove unused variable `failed'.
16279 (window-deletable-p, window--delete): Remove unused variable `buffer'.
16280 Use `let', not `let*'.
16281 (balance-windows-2): Remove unused variable `found'.
16282 (window--state-put-2): Remove unused variable `splits'.
16283 (window-state-put): Remove unused variable `selected'.
16284 (same-window-p): Use `string-match-p'.
16285 (display-buffer-assq-regexp): Remove unused variable `value'.
16286 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16287 Mark argument ALIST as ignored.
16288 (pop-to-buffer): Remove unused variable `old-window'.
16289
16290 2012-01-29 Eli Zaretskii <eliz@gnu.org>
16291
16292 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16293 and .lzma compressed files.
16294
16295 2012-01-29 Chong Yidong <cyd@gnu.org>
16296
16297 * frame.el (window-system-default-frame-alist): Doc fix.
16298
16299 * dynamic-setting.el (font-setting-change-default-font): Don't
16300 change the default face if SET-FONT argument is non-nil (Bug#9982).
16301
16302 2012-01-29 Samuel Bronson <naesten@gmail.com>
16303
16304 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16305
16306 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
16307
16308 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16309 breakpoints in files outside current directory (Bug#6098).
16310
16311 2012-01-29 Chong Yidong <cyd@gnu.org>
16312
16313 * progmodes/python.el: Require ansi-color at top-level.
16314
16315 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16316 Define and use in Emacs Lisp mode (Bug#9360).
16317 (lisp-mode-abbrev-table): Add doc.
16318 (lisp-mode-variables): Don't set local-abbrev-table.
16319 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16320
16321 2012-01-28 Roland Winkler <winkler@gnu.org>
16322
16323 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16324
16325 2012-01-28 Roland Winkler <winkler@gnu.org>
16326
16327 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16328 (bibtex-set-dialect): Use it. Either set global values of
16329 dialect-dependent variables or bind these variables buffer-locally
16330 (Bug#10254).
16331 (bibtex-mode): Call bibtex-set-dialect via
16332 hack-local-variables-hook.
16333 (bibtex-dialect): Update docstring.
16334 Add safe-local-variable predicate.
16335 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16336 bibtex-set-dialect.
16337 (bibtex-mode-map): Define menu for each dialect.
16338 (bibtex-entry): Fix docstring.
16339
16340 2012-01-28 Chong Yidong <cyd@gnu.org>
16341
16342 * eshell/esh-arg.el (eshell-quote-argument): New function.
16343
16344 * eshell/esh-ext.el (eshell-invoke-batch-file):
16345 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16346 first arg to eshell-parse-command (Bug#10523).
16347
16348 2012-01-28 Drew Adams <drew.adams@oracle.com>
16349
16350 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16351 `default-directory' is non-nil.
16352
16353 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16354
16355 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16356 line that displays system-configuration-options. (Bug#9924)
16357
16358 2012-01-28 Drew Adams <drew.adams@oracle.com>
16359
16360 * descr-text.el (describe-char): Show information about POS, in
16361 addition to information about the character at POS. Improve and
16362 update the doc string. Change "code point" to "code point in
16363 charset", to avoid confusion with the character's Unicode code
16364 point shown above that. (Bug#10129)
16365
16366 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16367
16368 * descr-text.el (describe-char): Show the raw character, not only
16369 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16370 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16371 for the reasons.
16372
16373 2012-01-28 Phil Hagelberg <phil@hagelb.org>
16374
16375 * emacs-lisp/package.el (package-install):
16376 Run package-refresh-contents if there is no archive yet (Bug#9798).
16377
16378 2012-01-28 Chong Yidong <cyd@gnu.org>
16379
16380 * emacs-lisp/package.el (package-maybe-load-descriptor):
16381 New function, split from package-maybe-load-descriptor.
16382 (package-maybe-load-descriptor): Use it.
16383 (package-download-transaction): Fully load required packages
16384 inside the loop, so that `require' calls work (Bug#10593).
16385 (package-install): No need to call package-initialize now.
16386
16387 2012-01-28 Chong Yidong <cyd@gnu.org>
16388
16389 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16390
16391 * tooltip.el (tooltip-mode): Doc fix.
16392 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16393
16394 * frame.el (set-cursor-color): Doc fix (Bug#352).
16395
16396 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16397 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16398
16399 * cus-edit.el (custom-buffer-create-internal): Fix search button
16400 action (Bug#10542).
16401 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16402
16403 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16404
16405 * dired.el (dired-mark-files-regexp):
16406 Include any subdirectory components. (Bug#10445)
16407
16408 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16409
16410 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16411 Handle [host]:port syntax. (Bug#10533)
16412
16413 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16414
16415 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16416
16417 2012-01-26 Glenn Morris <rgm@gnu.org>
16418
16419 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16420 * term.el (term-raw-escape-map): Use Control-X-prefix.
16421 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16422
16423 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16424
16425 * window.el (window-state-get, window--state-get-1): Don't deal
16426 with fixed-sizeness of windows. Simplify code.
16427
16428 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16429
16430 * window.el (window--state-get-1, window--state-put-2):
16431 Don't save and restore the mark.
16432
16433 2012-01-25 Chong Yidong <cyd@gnu.org>
16434
16435 * custom.el (custom-variable-p): Doc fix.
16436
16437 2012-01-25 Glenn Morris <rgm@gnu.org>
16438
16439 * dired.el (dired-goto-file): Handle some of the more common
16440 characters that `ls -b' escapes. (Bug#10596)
16441
16442 * progmodes/compile.el (compilation-next-error-function):
16443 Respect compilation-first-column in the "*compilation*" buffer.
16444 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16445
16446 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16447
16448 2012-01-24 Glenn Morris <rgm@gnu.org>
16449
16450 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16451
16452 2012-01-24 Julien Danjou <julien@danjou.info>
16453
16454 * color.el (color-rgb-to-hsl): Fix value computing.
16455 (color-hue-to-rgb): New function.
16456 (color-hsl-to-rgb): New function.
16457 (color-clamp, color-saturate-hsl, color-saturate-name)
16458 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16459 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16460
16461 2012-01-24 Glenn Morris <rgm@gnu.org>
16462
16463 * vc/vc-rcs.el (vc-rcs-create-tag):
16464 * vc/vc-sccs.el (vc-sccs-create-tag):
16465 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16466
16467 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16468
16469 * eshell/esh-util.el (eshell-read-hosts-file):
16470 Skip comment lines. (Bug#10549)
16471
16472 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16473
16474 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16475
16476 * subr.el (display-delayed-warnings): Doc fix.
16477 (collapse-delayed-warnings): New function to collapse identical
16478 adjacent warnings.
16479 (delayed-warnings-hook): Add it.
16480
16481 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16482
16483 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16484
16485 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16486 (tramp-default-user-alist): Don't add "pscp".
16487 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16488 property "login-as", if set. (Bug#10530)
16489
16490 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16491
16492 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16493 "plink1" and "psftp". (Bug#10530)
16494
16495 2012-01-21 Kenichi Handa <handa@m17n.org>
16496
16497 * international/mule-cmds.el (prefer-coding-system): Show a
16498 warning message if the default value of file-name-coding-system
16499 was not changed.
16500
16501 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16502
16503 * windmove.el (windmove-reference-loc):
16504 Fix windmove-reference-loc miscalculation.
16505
16506 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16507
16508 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16509 default unit.
16510
16511 2012-01-21 Glenn Morris <rgm@gnu.org>
16512
16513 * international/mule.el (auto-coding-alist): Add .tbz.
16514
16515 * files.el (local-enable-local-variables): Doc fix.
16516 (inhibit-local-variables-regexps): Rename from
16517 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16518 Doc fix. Add some extensions from auto-coding-alist.
16519 (inhibit-local-variables-suffixes):
16520 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16521 (inhibit-local-variables-p):
16522 New function, extracted from set-auto-mode-1.
16523 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16524 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16525 (hack-local-variables): Doc fix. Make the mode-only case
16526 respect enable-local-variables and friends.
16527 Respect inhibit-local-variables-regexps for file-locals, but
16528 not for directory-locals.
16529 (set-visited-file-name):
16530 Take account of inhibit-local-variables-regexps.
16531 Whether it applies may change as the file name is changed.
16532 * jka-cmpr-hook.el (jka-compr-install):
16533 * jka-compr.el (jka-compr-uninstall):
16534 Update for inhibit-first-line-modes-suffixes name change.
16535
16536 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16537
16538 * help-macro.el (make-help-screen): Temporarily restore original
16539 binding for minor-mode-map-alist (Bug#10454).
16540
16541 2012-01-19 Julien Danjou <julien@danjou.info>
16542
16543 * color.el (color-name-to-rgb): Use the white color to find the max
16544 color component value and return correctly computed values.
16545 (color-name-to-rgb): Add missing float conversion for max value.
16546
16547 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16548
16549 * window.el (window--state-get-1, window-state-get): Do not use
16550 special state value for window-persistent-parameters.
16551 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16552 (window--state-put-2): Reset all window parameters to nil before
16553 assigning values of persistent parameters.
16554
16555 2012-01-18 Alan Mackenzie <acm@muc.de>
16556
16557 Eliminate sluggishness and hangs in fontification of "semicolon
16558 deserts".
16559
16560 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16561 Change value 10000 -> 3000.
16562 (c-state-safe-place): Reformulate so it doesn't stack up an
16563 infinite number of wrong entries in c-state-nonlit-pos-cache.
16564 (c-determine-limit-get-base, c-determine-limit): New functions to
16565 determine backward search limits disregarding literals.
16566 (c-find-decl-spots): Amend commenting.
16567 (c-cheap-inside-bracelist-p): New function which detects "={".
16568
16569 * progmodes/cc-fonts.el
16570 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16571 backward search.
16572 (c-font-lock-declarations): Fix an occurrence of point being
16573 undefined. Check additionally for point being in a bracelist or
16574 near a macro invocation without a semicolon so as to avoid a
16575 fruitless time consuming search for a declarator. Give a more
16576 precise search limit for declarators using the new
16577 c-determine-limit.
16578
16579 2012-01-18 Glenn Morris <rgm@gnu.org>
16580
16581 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16582 (set-auto-mode): Doc fixes.
16583
16584 2012-01-17 Glenn Morris <rgm@gnu.org>
16585
16586 * isearch.el (search-nonincremental-instead): Fix doc typo.
16587
16588 * dired.el (dired-insert-directory): Handle newlines in directory name.
16589 (dired-build-subdir-alist): Unescape newlines in directory name.
16590
16591 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16592
16593 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16594 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16595 (tramp-action-terminal): Use it. (Bug#10530)
16596
16597 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16598
16599 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16600
16601 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16602
16603 * window.el (window-state-ignored-parameters): Remove variable.
16604 (window--state-get-1): Rename argument MARKERS to IGNORE.
16605 Handle persistent window parameters. Make copy of clone-of
16606 parameter only if requested. (Bug#10348)
16607 (window--state-put-2): Install a window parameter only if it has
16608 a non-nil value or an existing parameter shall be overwritten.
16609
16610 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16611
16612 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16613
16614 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16615
16616 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16617 don't pass the (nil) value of `upnode' to string-match.
16618
16619 2012-01-14 Chong Yidong <cyd@gnu.org>
16620
16621 * startup.el (command-line): Fix X resource class for cursorColor.
16622 Fix values recognized by the cursorBlink resource.
16623
16624 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16625
16626 * epg.el (epg--make-temp-file): Avoid permission race condition
16627 when running on old Emacs versions (bug#10403).
16628
16629 2012-01-14 Glenn Morris <rgm@gnu.org>
16630
16631 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16632
16633 2012-01-13 Alan Mackenzie <acm@muc.de>
16634
16635 Fix filling for when filladapt mode is enabled.
16636
16637 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16638 c-mask-paragraph, pass in `fill-paragraph' rather than
16639 `fill-region-as-paragraph'. (This is a reversion of a previous
16640 change.)
16641 * progmodes/cc-mode.el (c-basic-common-init):
16642 Make fill-paragraph-handle-comment buffer local and set it to nil.
16643
16644 2012-01-13 Glenn Morris <rgm@gnu.org>
16645
16646 * dired.el (dired-switches-escape-p): New function.
16647 (dired-insert-directory): Use dired-switches-escape-p.
16648 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16649
16650 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16651
16652 2012-01-12 Glenn Morris <rgm@gnu.org>
16653
16654 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16655 changes in adaptive-fill-regexp. (Bug#10276)
16656
16657 2012-01-11 Alan Mackenzie <acm@muc.de>
16658
16659 Fix Emacs bug #10463 - put `widen's around the critical spots.
16660
16661 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16662 widen around each invocation of c-state-pp-to-literal. Remove an
16663 unused let variable.
16664
16665 2012-01-11 Glenn Morris <rgm@gnu.org>
16666
16667 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16668 Doc fix.
16669
16670 2012-01-10 Chong Yidong <cyd@gnu.org>
16671
16672 * net/network-stream.el (network-stream-open-starttls):
16673 Avoid emitting a confusing error message when the server gives a bad
16674 response to the capability command.
16675
16676 2012-01-10 Glenn Morris <rgm@gnu.org>
16677
16678 * mail/unrmail.el (unrmail): Tweak previous change.
16679
16680 2012-01-09 Chong Yidong <cyd@gnu.org>
16681
16682 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16683
16684 2012-01-08 Alan Mackenzie <acm@muc.de>
16685
16686 Optimize font locking in long enum definitions.
16687
16688 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16689 arm to a cond form to handle enums.
16690 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16691 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16692
16693 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16694
16695 * files.el (move-file-to-trash): Preserve default file modes on error.
16696 (Bug#10401)
16697
16698 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16699
16700 * faces.el (set-face-attribute): Clarify the meaning of the nil
16701 frame (bug#10294).
16702
16703 * subr.el (with-selected-frame): Mention that the selected frame
16704 is restored (bug#9980).
16705
16706 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16707 (bug#9759).
16708
16709 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16710 (password-read): Don't autoload unused function.
16711
16712 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16713
16714 * progmodes/which-func.el (which-func-mode): Turn into a
16715 non-interactive function and mark as obsolete (bug#10428).
16716
16717 2012-01-06 Chong Yidong <cyd@gnu.org>
16718
16719 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16720 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16721 functions, along with 1 and -1.
16722
16723 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16724
16725 * time.el (display-time-load-average)
16726 (display-time-default-load-average): Doc fixes. See the thread
16727 starting at
16728 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16729 for the details.
16730
16731 2012-01-06 Glenn Morris <rgm@gnu.org>
16732
16733 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16734 has no messages. (Bug#10377)
16735
16736 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16737 than Info-edit. (Bug#10385)
16738
16739 * time.el (display-time-load-average, display-time-next-load-average):
16740 Doc fixes.
16741
16742 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16743 local setting of buffer-read-only to the input buffer. (Bug#10419)
16744
16745 * calendar/calendar.el (calendar-mode):
16746 Locally set scroll-margin to 0. (Bug#10379)
16747
16748 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16749
16750 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16751
16752 2012-01-05 Glenn Morris <rgm@gnu.org>
16753
16754 * eshell/em-unix.el (diff-no-select): Autoload it.
16755 (eshell/diff): Use diff-no-select. (Bug#10420)
16756
16757 2012-01-05 Chong Yidong <cyd@gnu.org>
16758
16759 * shell.el (shell-dynamic-complete-functions): Revert last change.
16760 (shell-command-completion-function): New function.
16761 (shell-completion-vars): Use it to implement
16762 shell-completion-execonly (Bug#10417).
16763
16764 * custom.el (enable-theme): Don't set custom-safe-themes.
16765
16766 * cus-theme.el (custom-theme-merge-theme):
16767 Ignore custom-enabled-themes and custom-safe-themes.
16768
16769 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16770
16771 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16772 first prompt in `sql-interacive-mode'.
16773 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16774 keywords.
16775 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16776 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16777 context of original buffer. Invoke `sql-login-hook'.
16778
16779 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16780
16781 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16782 letters in cite-prefix.
16783
16784 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16785
16786 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16787
16788 2012-01-03 Chong Yidong <cyd@gnu.org>
16789
16790 * shell.el (shell-dynamic-complete-functions):
16791 Put pcomplete-completions-at-point, so as to try
16792 comint-filename-completion first (Bug#10417).
16793
16794 2012-01-02 Richard Stallman <rms@gnu.org>
16795
16796 * battery.el (battery-status-function):
16797 Detect when to use battery-yeeloong-sysfs.
16798 (battery-echo-area-format): Add string for Yeeloong.
16799 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16800 (battery-yeeloong-sysfs): New function.
16801
16802 2012-01-02 Chong Yidong <cyd@gnu.org>
16803
16804 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16805 (dirtrack): Merge code for handling relative filenames in prompt
16806 from shell-dir-cookie-watcher.
16807 (dirtrack-debug-message): New arg to avoid excess format calls.
16808
16809 * shell.el (shell-dir-cookie-re): Variable deleted.
16810 (shell-dir-cookie-watcher): Function deleted.
16811 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16812 with dirtrack-mode.
16813
16814 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16815
16816 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16817 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16818 libgnutls-26.dll.
16819
16820 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16821
16822 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16823
16824 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16825
16826 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16827 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16828
16829 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16830
16831 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16832 also for alternative shells.
16833 (tramp-open-connection-setup-interactive-shell): Check, whether
16834 the shell is a busybox.
16835 (tramp-send-command): Don't suppress multiple prompts for
16836 busyboxes, it hurts.
16837
16838 2011-12-28 Chong Yidong <cyd@gnu.org>
16839
16840 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16841 (gdb-get-source-file): Move mode line update to
16842 gdb-get-source-file (Bug#10087).
16843
16844 2011-12-25 Chong Yidong <cyd@gnu.org>
16845
16846 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16847 gud-gdb-marker-filter without taking it as an argument.
16848 (gud-gdb-run-command-fetch-lines): Caller changed.
16849 (gud-gdb-completion-function): New variable.
16850 (gud-gdb-completion-at-point): Use it.
16851 (gud-gdb-completions-1): Split from gud-gdb-completions.
16852
16853 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16854 function as separate arguments.
16855 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16856 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16857 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16858 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16859 (gdb-stopped, def-gdb-auto-update-trigger)
16860 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16861 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16862 Callers changed.
16863 (gud-gdbmi-completions): New function.
16864 (gdb): Use it for generating the completion table.
16865
16866 2011-12-24 Alan Mackenzie <acm@muc.de>
16867
16868 Introduce a mechanism to widen the region used in context font
16869 locking. Use this to protect declarations from losing their contexts.
16870
16871 * progmodes/cc-langs.el (c-before-font-lock-functions):
16872 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16873 (c-before-context-fontification-functions): New defvar, a list of
16874 functions to be run just before context (etc.) font locking.
16875
16876 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16877 New, functionality extracted from
16878 c-neutralize-syntax-in-and-mark-CPP.
16879 (c-in-after-change-fontification): New variable.
16880 (c-after-change): Set c-in-after-change-fontification.
16881 (c-set-fl-decl-start): Rejig its interface, so it can be called
16882 from both after-change and context fontifying.
16883 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16884 New functions.
16885 (c-standard-font-lock-fontify-region-function): New variable.
16886 (c-font-lock-fontify-region): New function.
16887
16888 2011-12-24 Juri Linkov <juri@jurta.org>
16889
16890 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16891 (Bug#10348)
16892
16893 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16894
16895 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16896 existence of source file. (Bug#10325)
16897
16898 2011-12-23 Alan Mackenzie <acm@muc.de>
16899
16900 Fix unstable fontification inside templates.
16901
16902 * progmodes/cc-langs.el (c-before-font-lock-functions):
16903 Newly created from the singular version. The (c c++ objc) entry now
16904 additionally has c-set-fl-decl-start. The other languages (apart
16905 from AWK) have that as a single entry.
16906
16907 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16908 The functionality for "local" declarations has been extracted to
16909 c-set-fl-decl-start.
16910
16911 * progmodes/cc-mode.el (c-common-init, c-after-change):
16912 Changes due to pluralisation of c-before-font-lock-functions.
16913 (c-set-fl-decl-start): New function, extracted from
16914 c-font-lock-enclosing-decls and enhanced.
16915
16916 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16917
16918 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16919
16920 2011-12-22 Juri Linkov <juri@jurta.org>
16921
16922 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16923
16924 2011-12-22 Chong Yidong <cyd@gnu.org>
16925
16926 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16927
16928 2011-12-21 Drew Adams <drew.adams@oracle.com>
16929
16930 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16931
16932 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16933
16934 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16935
16936 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16937
16938 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16939 highlighting and support. Fix up comments for capitalization.
16940 (cfengine-mode-debug): New var.
16941 (cfengine3-mode): Change the modeline indicator to "CFE3".
16942 (cfengine3-font-lock-keywords): Improve defun highlighting.
16943 (cfengine2-actions): Rename from `cfengine-actions'.
16944 (cfengine2-font-lock-keywords): Rename from
16945 `cfengine-font-lock-keywords'.
16946 (cfengine2-imenu-expression): Rename from
16947 `cfengine-imenu-expression'.
16948 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16949 (cfengine2-beginning-of-defun): Rename from
16950 `cfengine-beginning-of-defun'.
16951 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16952 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16953 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16954 modeline indicator to "CFE2".
16955 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16956 (cfengine-mode-abbrevs): Mark obsolete.
16957
16958 2011-12-21 Chong Yidong <cyd@gnu.org>
16959
16960 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16961 filename argument.
16962
16963 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16964
16965 * window.el (window-normalize-buffer-to-display): Remove.
16966 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16967
16968 2011-12-19 Chong Yidong <cyd@gnu.org>
16969
16970 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16971 Don't signal an error in a predicate function; return non-nil.
16972 (vc-dir-mark-file): Move the error here.
16973 (vc-dir-mark-unmark): If acting on the region, keep going if one
16974 of the entries cannot be marked/unmarked.
16975 (vc-dir-mark-all-files): If current entry is a directory, mark
16976 only child files, as documented.
16977
16978 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
16979
16980 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16981 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16982 addition.
16983
16984 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
16985
16986 * term/ns-win.el (ns-get-selection-internal)
16987 (ns-store-selection-internal): Declare.
16988 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16989 Declare as obsolete.
16990 (ns-get-pasteboard, ns-paste-secondary):
16991 Use ns-get-selection-internal.
16992 (ns-set-pasteboard, ns-copy-including-secondary):
16993 Use ns-store-selection-internal.
16994
16995 2011-12-17 Chong Yidong <cyd@gnu.org>
16996
16997 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16998 (vc-deduce-fileset): Doc fix.
16999
17000 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
17001
17002 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17003
17004 2011-12-13 Sam Steingold <sds@gnu.org>
17005
17006 * man.el (Man-getpage-in-background): When running under a
17007 window-system, ignore $MANWIDTH and $COLUMNS.
17008
17009 2011-12-15 Kenichi Handa <handa@m17n.org>
17010
17011 * language/ethio-util.el: Change coding tag to utf-8-emacs.
17012 (setup-ethiopic-environment-internal): Comment out key-binding for
17013 ethio-toggle-punctuation.
17014
17015 2011-12-13 Alan Mackenzie <acm@muc.de>
17016
17017 Add the switch statement to AWK Mode.
17018
17019 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17020 "default" to the keywords regexp.
17021
17022 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17023 expression as the rest.
17024 (c-nonlabel-token-key): Allow string literals for AWK.
17025 Refactor for the other modes.
17026
17027 Large brace-block initialisation makes CC Mode slow: Fix.
17028 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17029 routines. Limit backward searching in c-font-lock-enclosing.decl.
17030
17031 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17032 pp-state and literal type in addition to the limits.
17033 (c-state-safe-place): New defun, extracted from c-state-literal-at.
17034 (c-state-literal-at): Use the above new defun.
17035 (c-slow-in-literal, c-fast-in-literal): Remove.
17036 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17037
17038 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17039 being in a literal. Add a limit for backward searching.
17040
17041 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17042 c-slow-in-literal.
17043
17044 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17045
17046 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17047
17048 2011-12-13 Martin Rudalics <rudalics@gmx.at>
17049
17050 * window.el (delete-other-windows): Use correct frame in call to
17051 window-with-parameter.
17052
17053 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
17054
17055 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17056 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17057 (makefile-gmake-statements, makefile-makepp-statements):
17058 Use it and add new makepp keywords.
17059 (makefile-makepp-font-lock-keywords): Add new patterns.
17060 (makefile-match-function-end): Match new [...] and [[...]].
17061
17062 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
17063
17064 * ses.el (ses-call-printer-return, ses-cell-property-get)
17065 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17066 (ses-create-cell-variable, ses-reset-header-string)
17067 (ses-cell-set-formula, ses-repair-cell-reference-all)
17068 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17069 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17070 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17071 (ses-aset-with-undo, ses-load, ses-truncate-cell)
17072 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17073 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17074 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17075 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17076 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17077 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17078 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17079 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17080
17081 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
17082
17083 * ses.el: The overall change is to add cell renaming, that is
17084 setting fancy names for cell symbols other than name matching
17085 "\\`[A-Z]+[0-9]+\\'" regexp .
17086 (ses-create-cell-variable): New defun.
17087 (ses-relocate-formula): Relocate formulas only for cells the
17088 symbols of which are not renamed, i.e. symbols whose names do not
17089 match regexp "\\`[A-Z]+[0-9]+\\'".
17090 (ses-relocate-all): Relocate values only for cells the symbols of
17091 which are not renamed.
17092 (ses-load): Create cells variables as the (ses-cell ...) are read,
17093 in order to check row col consistency with cell symbol name only
17094 for cells that are not renamed.
17095 (ses-replace-name-in-formula): New defun.
17096 (ses-rename-cell): New defun.
17097
17098 2011-12-11 Chong Yidong <cyd@gnu.org>
17099
17100 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17101 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17102
17103 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
17104
17105 * window.el (other-window): Fix docstring.
17106
17107 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17108
17109 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17110 `from' or `to' address before taking its substring.
17111 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17112 encoded name is chopped in the middle of the encoded string, and
17113 thus displayed encoded.
17114
17115 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
17116
17117 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17118
17119 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17120
17121 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
17122 to use texinfo-update-node and commands that call it if the
17123 Texinfo file uses @node lines without next/prev/up pointers.
17124 Correct outdated description about texinfo-master-menu.
17125 (texinfo-all-menus-update, texinfo-master-menu)
17126 (texinfo-update-node, texinfo-every-node-update)
17127 (texinfo-multiple-files-update): Doc fix. Warn against updating
17128 all the @node lines.
17129 (texinfo-master-menu): Only call texinfo-update-node if the prefix
17130 argument is numeric. Explain better in the doc string what the
17131 function really does.
17132 (texinfo-insert-master-menu-list): Improve the error message
17133 displayed if there's no menu in the Top node.
17134 (Bug#2975) See also this thread:
17135 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17136
17137 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
17138
17139 * speedbar.el (speedbar-supported-extension-expressions):
17140 Add .adb and .ads, commonly used for Ada source code (bug#10256).
17141
17142 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
17143
17144 * printing.el (pr-mode-alist):
17145 * simple.el (filter-buffer-substring-functions)
17146 (completion-list-insert-choice-function):
17147 * window.el (window-with-parameter, window-atom-root)
17148 (window-sides-slots, window-size-fixed, window-min-delta)
17149 (window-max-delta, window--resize-mini-window)
17150 (window--resize-child-windows-normal, window-tree)
17151 (delete-other-windows, quit-window, split-window)
17152 (display-buffer-record-window, special-display-buffer-names)
17153 (special-display-regexps, special-display-popup-frame)
17154 (same-window-p, split-window-sensibly)
17155 (display-buffer-overriding-action, display-buffer-alist)
17156 (display-buffer-base-action, display-buffer, switch-to-buffer)
17157 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17158 (fit-window-to-buffer, recenter-positions)
17159 (mouse-autoselect-window-state, mouse-autoselect-window-select):
17160 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17161 and remove unneeded backslashes in docstrings.
17162
17163 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17164
17165 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17166
17167 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17168 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17169 end in ".mk".
17170 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17171 when reading the makefile (bug#10116).
17172
17173 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17174
17175 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17176 (bug#10116).
17177
17178 2011-12-06 Glenn Morris <rgm@gnu.org>
17179
17180 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17181
17182 2011-12-06 Chong Yidong <cyd@gnu.org>
17183
17184 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17185
17186 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
17187
17188 * textmodes/table.el (table-shorten-cell): Fix typo.
17189
17190 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
17191
17192 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17193
17194 2011-12-05 Eli Zaretskii <eliz@gnu.org>
17195
17196 * descr-text.el (describe-char): Fix display of strong
17197 right-to-left characters and directional embeddings and overrides.
17198
17199 * simple.el (what-cursor-position): Fix display of codepoints of
17200 strong right-to-left characters.
17201
17202 2011-12-05 Chong Yidong <cyd@gnu.org>
17203
17204 * faces.el (read-color): Doc fix.
17205
17206 2011-12-05 Glenn Morris <rgm@gnu.org>
17207
17208 * align.el (align--set-marker): Add doc-string.
17209 Don't try to move something that is not a marker. (Bug#10216)
17210
17211 2011-12-04 Glenn Morris <rgm@gnu.org>
17212
17213 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17214 overly zealous deletion of trailing whitespace.
17215
17216 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
17217
17218 * server.el (server-delete-client): On Windows, do not try to delete
17219 the only terminal.
17220 (server-process-filter): On Windows, treat requests for a tty frame as
17221 if they were for a GUI frame if the running server is in GUI mode.
17222
17223 2011-12-03 Glenn Morris <rgm@gnu.org>
17224
17225 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
17226
17227 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
17228
17229 * electric.el: Streamline electric-indent's hook.
17230 (electric-indent-chars): Revert to simple list.
17231 (electric-indent-functions): New var.
17232 (electric-indent-post-self-insert-function): Use it.
17233
17234 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17235 there's no inferior buffer (bug#10196).
17236 (prolog-consult-compile): Don't use toggle-read-only.
17237
17238 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
17239
17240 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17241 interrupt. (Bug#10187)
17242
17243 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17244
17245 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17246 (bug#9160).
17247
17248 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17249 (bug#10191).
17250
17251 2011-12-02 Juri Linkov <juri@jurta.org>
17252
17253 * info.el (Info-search): Display "end of manual" when Isearch
17254 reaches the end of single-file Info manual. (Bug#9918)
17255
17256 2011-12-02 Eli Zaretskii <eliz@gnu.org>
17257
17258 * isearch.el (isearch-message-prefix): Run the input method part
17259 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
17260
17261 2011-12-02 Juri Linkov <juri@jurta.org>
17262
17263 * isearch.el (isearch-occur): Use `word-search-regexp' for
17264 `isearch-word'.
17265 (isearch-search-and-update): Add condition for `isearch-word' and
17266 call `word-search-regexp'. (Bug#10145)
17267
17268 2011-12-01 Glenn Morris <rgm@gnu.org>
17269
17270 * eshell/em-hist.el (eshell-hist-initialize):
17271 Handle eshell-history-size nil and HISTSIZE set or unset.
17272 (eshell-history-file-name, eshell-history-size): Fix custom type.
17273
17274 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17275
17276 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17277
17278 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
17279
17280 * progmodes/verilog-mode.el (verilog-pretty-expr):
17281 Rework verilog-pretty-expr to handle new assignment operators in system
17282 verilog, such as += *= and the like.
17283 (verilog-assignment-operator-re): Regular expression to find the
17284 assigment operator in a verilog assignment.
17285 (verilog-assignment-operation-re): Regular expression to find an
17286 assignment statement for pretty-expr.
17287 (verilog-in-attribute-p): Query returns true if point is in an
17288 attribute context; used to skip these for expression line up from
17289 pretty-expr.
17290 (verilog-in-parameter-p): Query returns true if point is in an
17291 parameter definition context; used to skip these for expression
17292 line up from pretty-expr.
17293 (verilog-in-parenthesis-p): Query returns true if point is in a
17294 parenthetical expression, specifically ( ) but not [ ] or { };
17295 used by pretty-expr.
17296 (verilog-just-one-space): If there is no space, don't add one.
17297 (verilog-get-lineup-indent-2): Specifically skip just attribute
17298 contexts for expression lineup, rather than skipping all
17299 parenthetical expressions.
17300 (verilog-calculate-indent): Fix comment, and fix indent.
17301 (verilog-do-indent): Indent declarations in lists (suggested by
17302 Joachim Lechner).
17303 (verilog-mode-abbrev-table): Populate abbrev mode with the various
17304 skeleton items.
17305 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17306 by Alain Mellan).
17307
17308 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
17309
17310 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17311 parameters with embedded comments. Reported by Ray Stevens.
17312 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17313 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17314 Reported by Tim Holt.
17315 (verilog-auto): Fix AUTOing a upper module then AUTOing module
17316 instantiated by upper module causing wrong expansion until AUTOed a
17317 second time. Reported by K C Buckenmaier.
17318 (verilog-diff-auto): Fix showing .* as a difference when
17319 `verilog-auto-star-save' off. Reported by Dan Dever.
17320 (verilog-auto-reset, verilog-read-always-signals)
17321 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17322 temporary signals in reset list if
17323 verilog-auto-reset-blocking-in-non is nil, and match assignment
17324 style to each signal's assignment type, bug381.
17325 Reported by Thomas Esposito.
17326 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17327 (verilog-uvm-statement-re): Support UVM indentation and
17328 highlighting, with old OVM keywords only.
17329 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17330 Support AUTOTIEOFF creating non-wire data types.
17331 Suggested by Jonathan Greenlaw.
17332 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17333 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17334 (verilog-inject-sense, verilog-read-inst-pins)
17335 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17336 Fix mismatching parenthesis inside commented out code when deleting
17337 AUTOINST, bug383. Reported by Jonathan Greenlaw.
17338 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17339 non-numeric vector width. Reported by Alex Reed.
17340 (verilog-auto-ascii-enum): Add "onehot" option to work around not
17341 detecting signals with parameter widths. Reported by Alex Reed.
17342 (verilog-auto-delete-trailing-whitespace):
17343 With `verilog-auto-delete-trailing-whitespace' remove trailing
17344 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17345 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17346 Fix verilog-scan-cache corruption when running user AUTO expansion
17347 hooks that call indentation routines.
17348 (verilog-simplify-range-expression): Fix typo ignoring lower case
17349 identifiers.
17350 (verilog-delete-auto): Fix delete-autos to also remove user created
17351 automatics, as long as they start with AUTO.
17352 (verilog-batch-diff-auto, verilog-diff-auto)
17353 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17354 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17355 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17356 (verilog-in-paren-quick, verilog-re-search-backward-quick)
17357 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17358 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17359 is disabled and its cache will get corrupt, causing AUTOS not to
17360 expand. Instead use only -quick functions.
17361 (verilog-scan-region): Fix scanning over escaped quotes.
17362 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17363 (verilog-re-search-backward-quick)
17364 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17365 related functions now ignore strings, to fix misparsing of strings
17366 with magic comments embedded in them.
17367 (verilog-read-auto-template):
17368 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17369 Reported by Brad Dobbie.
17370 (verilog-read-auto-template):
17371 Fix 'verilog-auto-inst-template-numbers' with comments.
17372 Reported by Brad Dobbie.
17373 (verilog-auto-inst, verilog-auto-inst-param)
17374 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17375 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17376 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17377 debugging templates without merge conflicts, bug357.
17378 Reported by Brad Dobbie.
17379 (verilog-read-auto-template):
17380 Fix verilog-auto-inst-template-numbers with multiple templates.
17381 Reported by Brad Dobbie.
17382 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17383 abbrevs so user won't be asked to save.
17384 (verilog-read-auto-lisp-present): Fix to start at beginning of
17385 buffer in case called outside of verilog-auto.
17386 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17387 to "X-2". Reported by Matthew Myers.
17388 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17389 all inputs from module templates. Reported by Leith Johnson.
17390 (verilog-module-inside-filename-p): Fix locating programs as with
17391 modules.
17392 (verilog-auto-inst-port): Fix vl-width expressions when using
17393 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17394 (verilog-decls-get-regs, verilog-decls-get-signals,
17395 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17396 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17397 verilog-read-decls): Combine reg and wire structures into one var
17398 structure to represent SystemVerilog concepts.
17399 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17400 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17401 (verilog-auto-wire-type, verilog-insert-definition):
17402 Add verilog-auto-wire-type and AUTOLOGIC to support using
17403 SystemVerilog "logic" keyword instead of "wire"/"reg".
17404 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17405 to declares outputs that also have assignments (presumably in an
17406 ifdef or generate if so there's not a driver conflict).
17407 Reported by Matthew Myers.
17408 (verilog-auto-declare-nettype, verilog-insert-definition):
17409 Add verilog-auto-declare-nettype to fix declarations using
17410 `default_nettype none. Reported by Julian Gorfajn.
17411 (verilog-read-always-signals-recurse, verilog-read-decls)
17412 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17413 malformed end statement, bug325. Reported by Joshua Wise and
17414 Andrew Drake.
17415 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17416 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17417 when expanding .* in interfaces, bug320.
17418 Reported by Pierre-David Pfister.
17419 (verilog-read-module-name): Fix import statements between module
17420 name and open parenthesis, bug317.
17421 Reported by Pierre-David Pfister.
17422 (verilog-simplify-range-expression): Fix simplification of
17423 multiplications inside AUTOWIRE connections, bug303.
17424 (verilog-auto-inst-port): Support parameter expansion in
17425 multidimensional arrays.
17426 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17427 after "assert property". Reported by Julian Gorfajn.
17428 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17429 with multiplication, bug303.
17430 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17431 Reported by Jan Frode Lonnum.
17432
17433 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17434
17435 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17436 (hfy-shell-file-name, hfy-shell):
17437 * international/fontset.el (x-decompose-font-name): Fix typos.
17438
17439 2011-11-29 Ken Brown <kbrown@cornell.edu>
17440
17441 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17442 (gdb-version): Remove defvar.
17443 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17444 (gdb-gud-context-command, gdb-non-stop-handler)
17445 (gdb-current-context-command, gdb-stopped): Use it.
17446 (gdb-init-1): Enable pretty printing here.
17447 (gdb-non-stop-handler): Don't enable pretty-printing here.
17448 Check to see if the target supports non-stop mode; if not, turn off
17449 non-stop mode. Use the following.
17450 (gdb-check-target-async): New defun.
17451 (gud-watch, gdb-stopped): Fix whitespace.
17452 (gdb-get-source-file): Don't try to display the source file if
17453 `gdb-main-file' is nil.
17454
17455 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17456
17457 * align.el: Try to generate fewer markers (bug#10047).
17458 (align--set-marker): New macro.
17459 (align-region): Use it.
17460
17461 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17462
17463 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17464
17465 2011-11-29 Chong Yidong <cyd@gnu.org>
17466
17467 * indent.el (indent-for-tab-command, indent-according-to-mode):
17468 Doc fix.
17469 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17470
17471 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17472
17473 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17474 aware of remote file names. (Bug#10124)
17475
17476 2011-11-29 Chong Yidong <cyd@gnu.org>
17477
17478 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17479
17480 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17481
17482 * files.el (find-file): Don't use force-same-window (bug#10144).
17483 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17484 use pop-to-buffer if the selected window can't be used.
17485 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17486
17487 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17488
17489 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17490 special-mode-map.
17491
17492 2011-11-28 Chong Yidong <cyd@gnu.org>
17493
17494 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17495
17496 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17497
17498 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17499 gdb-get-source-file-list on gdb-create-source-file-list.
17500
17501 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17502
17503 * whitespace.el (whitespace-newline): Use a different foreground
17504 color for 16-color light-background displays.
17505
17506 2011-11-24 Chong Yidong <cyd@gnu.org>
17507
17508 * window.el (display-buffer--special-action): Doc fix.
17509
17510 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17511
17512 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17513 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17514 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17515 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17516 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17517 (avl-tree-stack-first):
17518 * emacs-lisp/cconv.el (cconv--analyse-use):
17519 * net/gnutls.el (gnutls-negotiate): Fix typos.
17520
17521 2011-11-24 Glenn Morris <rgm@gnu.org>
17522
17523 * lpr.el (lpr-windows-system, lpr-lp-system):
17524 * mail/binhex.el (binhex-begin-line):
17525 * progmodes/grep.el (grep-history, grep-find-history):
17526 * textmodes/flyspell.el:
17527 * vc/pcvs-defs.el (cvs-global-menu):
17528 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17529 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17530 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17531
17532 * net/tls.el: Fix case of "GnuTLS".
17533
17534 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17535
17536 * version.el (emacs-build-system): Give it a doc-string.
17537
17538 2011-11-24 Juri Linkov <juri@jurta.org>
17539
17540 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17541
17542 2011-11-24 Glenn Morris <rgm@gnu.org>
17543
17544 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17545 if called on a non-mime message just toggle the headers. (Bug#8006)
17546
17547 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17548
17549 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17550 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17551 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17552 (allout-rebullet-heading, allout-open-sibtopic)
17553 (allout-toggle-current-subtree-encryption)
17554 (allout-toggle-subtree-encryption, allout-encrypt-string)
17555 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17556 (allout-distinctive-bullets-string, allout-auto-activation):
17557 * window.el (window-normalize-buffer-to-display):
17558 * progmodes/verilog-mode.el (verilog-batch-indent):
17559 * textmodes/bibtex.el (bibtex-field-braces-opt)
17560 (bibtex-field-strings-opt):
17561 * vc/cvs-status.el (cvs-tree-merge):
17562 Fix typos.
17563
17564 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17565
17566 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17567 `non-essential' to t, in order to avoid remote connections.
17568
17569 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17570
17571 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17572 On MS-DOS and MS-Windows, compare with loaddefs.el
17573 case-insensitively.
17574
17575 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17576
17577 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17578
17579 2011-11-23 Glenn Morris <rgm@gnu.org>
17580
17581 * paths.el (rmail-file-name): Reformat the doc-string so that it
17582 is picked up.
17583
17584 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17585 (rmail-auto-file): Ignore case in the "special" field names,
17586 as mail-fetch-field does for all others.
17587
17588 * mail/rmail.el (rmail-forward):
17589 * mail/rmailkwd.el (rmail-set-label):
17590 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17591 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17592
17593 * mail/rmail.el (rmail-current-message): Doc fix.
17594
17595 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17596
17597 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17598
17599 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17600
17601 2011-11-22 Glenn Morris <rgm@gnu.org>
17602
17603 * mail/rmailmm.el (test-rmail-mime-handler)
17604 (test-rmail-mime-bulk-handler)
17605 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17606
17607 2011-11-21 Juri Linkov <juri@jurta.org>
17608
17609 * calc/calc.el (calc-read-key-sequence):
17610 Let-bind `input-method-function' to nil. (Bug#10018)
17611
17612 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17613
17614 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17615 Tell the caller that the next line needs recomputation, even
17616 though it doesn't start a sexp (bug#10094).
17617
17618 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17619
17620 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17621
17622 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17623
17624 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17625 Use force-same-window.
17626
17627 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17628
17629 * descr-text.el (describe-char-unicode-data):
17630 * json.el (json-string-escape):
17631 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17632 (Footnote-unicode, Footnote-style-p):
17633 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17634
17635 2011-11-20 Chong Yidong <cyd@gnu.org>
17636
17637 * window.el (replace-buffer-in-windows): Restore interactive spec.
17638
17639 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17640
17641 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17642
17643 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17644 (byte-compile-global-not-obsolete-vars): New var.
17645 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17646 Use it.
17647 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17648
17649 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17650
17651 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17652 * progmodes/pascal.el (electric-pascal-equal):
17653 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17654 * xml.el (xml-substitute-special): Fix typos.
17655
17656 2011-11-20 Glenn Morris <rgm@gnu.org>
17657
17658 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17659 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17660 Doc fixes.
17661 (rmail-decode-mime-charset): Mark as obsolete.
17662
17663 * mail/rmailsum.el (rmail-message-regexp-p-1):
17664 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17665 Before using mime functions, check they are set. (Bug#10077)
17666
17667 2011-11-19 Juri Linkov <juri@jurta.org>
17668
17669 * info.el (Info-finder-find-node): Use `package--builtins' instead
17670 of `package-alist'. Use node names formed by the pattern "Keyword "
17671 and the keyword name.
17672
17673 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17674
17675 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17676
17677 2011-11-19 Juri Linkov <juri@jurta.org>
17678
17679 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17680 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17681 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17682 `old-history', `old-history-forward'. Add let-binding
17683 `window-selected'. Remove calls to `kill-buffer',
17684 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17685 before calling `Info-find-node', so `Info-find-node-2' will reread
17686 the Info file. Restore window positions only when `window-selected'
17687 is non-nil.
17688
17689 2011-11-19 Juri Linkov <juri@jurta.org>
17690
17691 * isearch.el (isearch-lazy-highlight-new-loop):
17692 Remove condition `(not isearch-error)'. (Bug#9918)
17693
17694 * misearch.el (multi-isearch-search-fun): Add condition
17695 `(not bound)' to ignore lazy-highlighting search.
17696 Add the search-failed message "end of multi" when the end of
17697 multi-sequence is reached. Uncapitalize the search-failed
17698 message "Repeat for next buffer".
17699
17700 * info.el (Info-search): Add the search-failed message
17701 "end of the manual" when the end of the manual is reached
17702 in Isearch mode.
17703
17704 2011-11-19 Juri Linkov <juri@jurta.org>
17705
17706 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17707 Use non-destructive `remove' instead of `delete' because
17708 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17709 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17710
17711 2011-11-19 Juri Linkov <juri@jurta.org>
17712
17713 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17714 to nil instead of binding `search-ring' and `regexp-search-ring'.
17715 (Bug#9185)
17716
17717 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17718
17719 * simple.el (line-move): Force movement by logical lines for any
17720 hscrolled window, not only when auto-hscroll-mode is on.
17721 (line-move-visual): Update doc string to that effect. (Bug#10076)
17722
17723 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17724
17725 * language/european.el (macintosh): Define as alias for mac-roman.
17726
17727 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17728
17729 * mail/rmailmm.el (rmail-mime-display-header)
17730 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17731 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17732 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17733 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17734 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17735 of a raw aref.
17736 (rmail-mime-entity-segment): To get past the tagline, move forward
17737 2 more lines, to account for the 2 empty lines that precede and
17738 follow the line with the buttons.
17739 (rmail-mime-update-tagline): Move one more line, to get past the
17740 empty line that follows the buttons in the tagline. (Bug#9520)
17741
17742 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17743
17744 * window.el (window-max-delta-1, window-min-delta-1)
17745 (window-min-size-1, window-state-get-1, window-state-put-1)
17746 (window-state-put-2): Use "window--" prefix.
17747
17748 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17749
17750 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17751 (smie-warning-count): New var.
17752 (smie-set-prec2tab): Use it.
17753 (smie-bnf->prec2): Improve warnings. Add docstring.
17754 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17755 (smie-bnf--set-class): New function.
17756 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17757 corner case.
17758
17759 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17760 (compilation-error-properties, compilation-move-to-column):
17761 Handle compilation-first-column while in the target buffer.
17762
17763 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17764 Don't hardcode point-min==1.
17765
17766 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17767 (eshell-rewrite-for-command): Remove workaround.
17768 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17769 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17770 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17771
17772 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17773
17774 2011-11-17 Glenn Morris <rgm@gnu.org>
17775
17776 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17777 Ignore buffer-local generated-autoload-file if it is the same
17778 as the global value. (Bug#10049)
17779
17780 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17781
17782 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17783 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17784 (reftex-toc-previous-heading, reftex-toc-max-level)
17785 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17786 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17787 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17788 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17789 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17790 (reftex-toc-rename-label, reftex-toc-visit-location)
17791 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17792 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17793 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17794 leaving "*toc*" only for references to the buffer.
17795
17796 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17797
17798 * window.el (window-resize, delete-window, split-window):
17799 Replace window-splits by window-combination-resize.
17800 * cus-start.el (window-splits): Replace by window-combination-resize.
17801
17802 2011-11-17 Glenn Morris <rgm@gnu.org>
17803
17804 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17805 Make bash entry derive from sh entry, not shell entry.
17806
17807 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17808
17809 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17810 local file name.
17811
17812 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17813
17814 * menu-bar.el (menu-bar-file-menu):
17815 * printing.el (pr-ps-utility):
17816 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17817 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17818 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17819 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17820 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17821 (icalendar--convert-cyclic-to-ical)
17822 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17823 (icalendar--convert-ical-to-diary)
17824 (icalendar--convert-recurring-to-diary)
17825 (icalendar--convert-non-recurring-all-day-to-diary)
17826 (icalendar-import-format-sample):
17827 * progmodes/idlw-shell.el (idlwave-shell-mode):
17828 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17829 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17830 (vhdl-ps-print-init): Fix typos.
17831
17832 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17833
17834 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17835 FSF and collapse date sequence, obscure author/maintainer email address
17836 better, remove extra version line, track relocation of author's webpage.
17837
17838 * progmodes/python.el (python-pdbtrack-input-prompt)
17839 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17840 regular python pdb prompts. Adjustments shamelessly taken exactly as
17841 suggested in EmacsWiki page (tiny change):
17842 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17843
17844 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17845
17846 * expand.el (expand-pos, expand-index, expand-point):
17847 Remove redundant info from docstring.
17848 (expand-add-abbrevs): Doc fix.
17849 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17850 (expand-sample-perl-mode-expand-list): Fix typos.
17851
17852 * net/dbus.el (dbus-event-member-name):
17853 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17854 * term/pc-win.el (msdos-create-frame-with-faces):
17855 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17856
17857 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17858
17859 * window.el (split-window, window-state-get-1)
17860 (window-state-put-1, window-state-put-2): Rename occurrences of
17861 window-nest to window-combination-limit.
17862 * cus-start.el (window-nest): Rename to window-combination-limit.
17863
17864 2011-11-16 Chong Yidong <cyd@gnu.org>
17865
17866 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17867 regexp (Bug#10033).
17868
17869 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17870
17871 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17872 `completing-read' will remove *Completions* and will preserve
17873 current-buffer for us.
17874 (tmm-add-prompt): Users of *Completions* will always (re)set its
17875 major mode.
17876 (tmm-old-comp-map): Remove.
17877
17878 2011-11-16 Glenn Morris <rgm@gnu.org>
17879
17880 * mail/rmailedit.el: Require rmailmm when compiling.
17881 (rmail-old-mime-state): New declaration.
17882 (rmail-edit-current-message): If editing a mime message,
17883 edit the "raw" message from the mbox buffer.
17884 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17885
17886 2011-11-15 Glenn Morris <rgm@gnu.org>
17887
17888 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17889 which wasn't being used. Add optional arg to force given state.
17890 (rmail-mime): Add optional arg to force given state.
17891
17892 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17893
17894 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17895 * frame.el (display-mm-dimensions-alist):
17896 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17897 (outline-move-subtree-down):
17898 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17899 (newsticker--treeview-do-get-node):
17900 * net/quickurl.el (quickurl-list-buffer-name):
17901 * progmodes/dcl-mode.el (dcl-mode):
17902 * progmodes/gdb-mi.el (gdb-mapcar*):
17903 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17904
17905 2011-11-15 Glenn Morris <rgm@gnu.org>
17906
17907 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17908 in a boolean sense, so just make it a boolean, and fix the doc.
17909 (rmail-show-mime-function, rmail-mime-feature)
17910 (rmail-require-mime-maybe): Doc fixes.
17911 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17912
17913 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17914
17915 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17916
17917 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17918 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17919 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17920 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17921
17922 2011-11-15 Glenn Morris <rgm@gnu.org>
17923
17924 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17925 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17926 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17927 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17928 (rmail-mime, rmail-show-mime): Doc fixes.
17929
17930 * term/ns-win.el (mode-line-frame-identification):
17931 Leave it alone. (Bug#10051)
17932
17933 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17934
17935 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17936 Handle empty buffers. (Bug#9978)
17937
17938 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17939
17940 * international/mule.el (define-charset):
17941 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17942 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17943 * progmodes/verilog-mode.el (verilog-backward-token):
17944 * textmodes/ispell.el (lookup-words):
17945 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17946
17947 2011-11-14 Glenn Morris <rgm@gnu.org>
17948
17949 * progmodes/executable.el
17950 (executable-make-buffer-file-executable-if-script-p):
17951 Handle file-modes returning nil.
17952
17953 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17954 message - not necessary, and causes problems. (Bug#9831)
17955
17956 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17957
17958 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17959
17960 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17961 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17962 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17963
17964 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17965
17966 * window.el (window-resize, delete-window): Use window-splits
17967 variable instead of function.
17968 (window-state-get-1, window-state-put-2, window-state-put):
17969 Don't deal with windows' splits status.
17970
17971 2011-11-12 Glenn Morris <rgm@gnu.org>
17972
17973 * apropos.el (apropos-do-all, apropos-library, apropos-value)
17974 (apropos-documentation): Doc fixes.
17975
17976 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
17977
17978 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17979 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17980
17981 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
17982
17983 * electric.el (electric-indent-post-self-insert-function): Make it
17984 possible for a char to only indent in some circumstances.
17985 (electric-indent-mode): Simplify.
17986
17987 2011-11-11 Martin Rudalics <rudalics@gmx.at>
17988
17989 * window.el (windows-with-parameter): Remove unused function.
17990 (windows-at-side): Rename to window-at-side-list.
17991 (window-check, window-atom-check, window-atom-check-1)
17992 (window-side-check, window-size-ignore, window-size-fixed-1)
17993 (window-in-direction-2): Prefix with "window--".
17994 (window-tree-1): Rename to window--subtree, fix doc-string.
17995
17996 2011-11-11 Glenn Morris <rgm@gnu.org>
17997
17998 * subr.el (eval-after-load): If FILE is already loaded,
17999 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
18000
18001 2011-11-10 Glenn Morris <rgm@gnu.org>
18002
18003 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18004 Call svn via vc-svn-command rather than vc-do-command.
18005 (vc-svn-command): Add --non-interactive. (Bug#9993)
18006 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18007
18008 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18009 Add toggle-read-only. (Bug#7292)
18010 * files.el (toggle-read-only): Mention that it should only
18011 be used interactively. (Bug#10006)
18012
18013 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18014
18015 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18016 Adjust regexp for OCaml warnings.
18017
18018 * electric.el (electric-pair-post-self-insert-function): Let user
18019 turn it off buffer-locally (bug#9932).
18020
18021 * progmodes/python.el (python-beginning-of-statement):
18022 Rewrite (bug#2703).
18023
18024 * progmodes/compile.el: Better handle TABs (bug#9749).
18025 (compilation-internal-error-properties)
18026 (compilation-next-error-function): Obey the target buffer's
18027 compilation-error-screen-columns.
18028
18029 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
18030
18031 * progmodes/meta-mode.el: Remove obsolete comments.
18032 (meta-right-comment-regexp, meta-ignore-comment-regexp):
18033 Fix typos in docstrings.
18034
18035 2011-11-09 Martin Rudalics <rudalics@gmx.at>
18036
18037 * window.el (window-size-fixed-p): Rewrite doc-string.
18038 (window-resizable-p): Rename to window--resizable-p. Update callers.
18039 (window--resizable): New function. Make all callers of
18040 window-resizable call window--resizable instead.
18041 (window-resizable): Rewrite in terms of window--resizable.
18042
18043 2011-11-08 Glenn Morris <rgm@gnu.org>
18044
18045 * progmodes/delphi.el (delphi-mode-syntax-table):
18046 Let define-derived-mode define a proper syntax table. (Bug#9994)
18047
18048 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18049
18050 * window.el: Stay away from defsubst.
18051 (window-list-no-nils): Remove.
18052 (window-state-get-1, window-state-get): Use backquote instead.
18053
18054 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18055
18056 * emacs-lisp/find-func.el (find-function-read):
18057 Fix incorrect use of default argument in `completing-read'.
18058
18059 2011-11-08 Martin Rudalics <rudalics@gmx.at>
18060
18061 * window.el (display-buffer-function, special-display-function):
18062 Mention display-buffer-record-window but do not mention
18063 help-setup parameter in doc-strings.
18064 (window-min-delta): Fix doc-string typo.
18065
18066 2011-11-08 Chong Yidong <cyd@gnu.org>
18067
18068 * window.el (window-total-height, window-total-width): Doc fix.
18069 (window-body-size): Move from C.
18070 (window-body-height, window-body-width): Move to C.
18071
18072 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18073
18074 * window.el: Make special-display like display-buffer-alist (bug#9532).
18075 (display-buffer--special-action): New function, morphed
18076 from display-buffer--special.
18077 (display-buffer): Use it to handle special-display-buffers at higher
18078 priority (just after display-buffer-alist).
18079 (display-buffer-fallback-action, display-buffer--other-frame-action)
18080 (pop-to-buffer-same-window): Remove display-buffer--special.
18081
18082 2011-11-07 Glenn Morris <rgm@gnu.org>
18083
18084 * calendar/cal-menu.el (cal-menu-set-date-title):
18085 Do nothing if not in a calendar. (Bug#9976)
18086
18087 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18088
18089 * files.el (find-file): Always use selected-window.
18090
18091 2011-11-07 Martin Rudalics <rudalics@gmx.at>
18092
18093 * window.el (window-combinations): Make WINDOW argument
18094 mandatory. Rewrite doc-string.
18095 (walk-window-subtree, window-atom-check, window-min-delta)
18096 (window-max-delta, window--resize-this-window)
18097 (window--resize-root-window-vertically, window-tree)
18098 (balance-windows, window-state-put): Rewrite doc-strings as to
18099 not mention the term "subwindow".
18100 (window--resize-subwindows-skip-p): Rename to
18101 window--resize-child-windows-skip-p.
18102 (window--resize-subwindows-normal): Rename to
18103 window--resize-child-windows-normal.
18104 (window--resize-subwindows): Rename to
18105 window--resize-child-windows.
18106 (window-or-subwindow-p): Rename to window--in-subtree-p.
18107
18108 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18109
18110 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18111 Ensure that mbox format messages end in two newlines (Bug#9974).
18112
18113 2011-11-06 Chong Yidong <cyd@gnu.org>
18114
18115 * window.el (window-combination-p): Function deleted; its
18116 side-effect is not used in any existing code.
18117 (window-combinations, window-combined-p): Call window-*-child
18118 directly.
18119
18120 2011-11-05 Chong Yidong <cyd@gnu.org>
18121
18122 * window.el (window-valid-p): Rename from window-any-p.
18123 (window-size-ignore, window-state-get): Callers changed.
18124 (window-normalize-window): Rename from window-normalize-any-window.
18125 New arg LIVE-ONLY, replacing window-normalize-live-window.
18126 (window-normalize-live-window): Delete.
18127 (window-combination-p, window-combined-p, window-combinations)
18128 (walk-window-subtree, window-atom-root, window-min-size)
18129 (window-sizable, window-sizable-p, window-size-fixed-p)
18130 (window-min-delta, window-max-delta, window-resizable)
18131 (window-resizable-p, window-full-height-p, window-full-width-p)
18132 (window-current-scroll-bars, window-point-1, set-window-point-1)
18133 (window-at-side-p, window-in-direction, window-resize)
18134 (adjust-window-trailing-edge, maximize-window, minimize-window)
18135 (window-deletable-p, delete-window, delete-other-windows)
18136 (record-window-buffer, unrecord-window-buffer)
18137 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18138 (quit-window, split-window, window-state-put)
18139 (set-window-text-height, fit-window-to-buffer)
18140 (shrink-window-if-larger-than-buffer): Callers changed.
18141
18142 2011-11-04 Eli Zaretskii <eliz@gnu.org>
18143
18144 * mail/rmail.el (rmail-simplified-subject): Decode subject with
18145 rfc2047-decode-string.
18146 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18147 warnings.
18148
18149 * window.el (window-body-height, window-body-width): Mention in
18150 the doc string that the return values are in frame's canonical
18151 units. (Bug#9949)
18152
18153 2011-11-03 Alan Mackenzie <acm@muc.de>
18154
18155 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18156 change in cc-engine.el.
18157
18158 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18159
18160 * window.el (switch-to-buffer): Use `force-same-window' interactively.
18161
18162 2011-11-02 Martin Rudalics <rudalics@gmx.at>
18163
18164 * window.el (quit-window): Call unrecord-window-buffer after
18165 showing another buffer in the window. (Bug#9937)
18166 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18167
18168 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
18169
18170 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18171 Accept status with more than 9 shelves. (Bug#9935)
18172 Reported by Colin D Bennett <colin@gibibit.com>.
18173
18174 2011-11-01 Martin Rudalics <rudalics@gmx.at>
18175
18176 * help.el (with-help-window): Don't reference
18177 temp-buffer-show-specifiers in doc-string.
18178
18179 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
18180
18181 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18182 menu-item.
18183
18184 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18185
18186 * whitespace.el: New version 13.2.2.
18187 (whitespace-newline-mode): Disable properly. Reported by Sarah
18188 <EmacsWiki>.
18189
18190 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
18191
18192 * net/newst-treeview.el: Remove "Time-stamp".
18193 (newsticker--group-manage-orphan-feeds): Do not call
18194 newsticker--treeview-tree-update.
18195 (newsticker-treeview-update, newsticker-treeview):
18196 Call newsticker--treeview-tree-update if necessary.
18197
18198 2011-10-30 Martin Rudalics <rudalics@gmx.at>
18199
18200 * window.el (window-iso-combination-p, window-iso-combined-p)
18201 (window-iso-combinations): Remove "iso-" infix.
18202 Suggested by Chong Yidong.
18203 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18204 (window-max-delta-1, window-resize, window--resize-siblings)
18205 (window--resize-this-window, adjust-window-trailing-edge)
18206 (split-window, balance-windows-1)
18207 (shrink-window-if-larger-than-buffer):
18208 * calendar/calendar.el (calendar-generate-window):
18209 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18210
18211 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18212
18213 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18214 in place (bug#9907).
18215 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18216 (eshell-rewrite-if-command, eshell-rewrite-for-command)
18217 (eshell-structure-basic-command, eshell-rewrite-while-command)
18218 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18219 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18220 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18221 (eshell-do-pipelines-synchronously, eshell-eval-command):
18222 Use backquotes and prefer setq to set.
18223 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18224 (eshell-macrop): Use functionp.
18225 (eshell-do-eval): Handle multiple expressions in `while' body.
18226
18227 2011-10-30 Chong Yidong <cyd@gnu.org>
18228
18229 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18230 instead of set-mark (Bug#9810).
18231
18232 2011-10-30 Chong Yidong <cyd@gnu.org>
18233
18234 * window.el (split-window-below, split-window-right): Rename from
18235 split-window-above-each-other and split-window-side-by-side
18236 respectively. All callers changed.
18237 (split-window-sensibly, split-window-sensibly): Use them.
18238 (split-window-keep-point): Doc fix.
18239
18240 * isearch.el: Add isearch-scroll property to split-window-below
18241 and split-window-right.
18242
18243 * follow.el (follow-mode):
18244 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18245 * progmodes/ada-xref.el (ada-gdb-application):
18246 * emulation/vip.el (vip-buffer-in-two-windows):
18247 * image-dired.el (image-dired-dired-with-window-configuration):
18248 * dired-x.el (dired-do-find-marked-files):
18249 * dired.el (dired-pop-to-buffer):
18250 * bs.el (bs--show-with-configuration):
18251 * vc/emerge.el (emerge-setup-windows):
18252 * textmodes/two-column.el (2C-two-columns):
18253 * textmodes/reftex-toc.el (reftex-toc):
18254 * progmodes/gdb-mi.el (gdb-setup-windows):
18255 * progmodes/fortran.el (fortran-window-create):
18256 * net/newst-treeview.el (newsticker--treeview-window-init):
18257 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18258 * emulation/tpu-edt.el (tpu-gold-map):
18259 * emulation/crisp.el (crisp-mode-map):
18260 * calendar/calendar.el (calendar-basic-setup): Callers changed.
18261
18262 2011-10-29 Chong Yidong <cyd@gnu.org>
18263
18264 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18265
18266 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18267
18268 * textmodes/flyspell.el (flyspell-word): Fix char offset for
18269 forged Ispell output (Bug#7904).
18270
18271 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18272
18273 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18274
18275 * doc-view.el: Avoid ugly errors about not finding nil.
18276 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18277 (doc-view-dvipdf-program, doc-view-unoconv-program)
18278 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18279 Avoid nil or absolute file name as default value.
18280 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18281
18282 2011-10-28 Alan Mackenzie <acm@muc.de>
18283
18284 * progmodes/cc-defs.el (c-version): -> 5.32.2.
18285
18286 2011-10-28 Alan Mackenzie <acm@muc.de>
18287
18288 Amend the handling of c-beginning/end-of-defun in nested declaration
18289 scopes.
18290
18291 * progmodes/cc-vars.el (c-defun-tactic): Move here from
18292 cc-langs.el. Change it to a defcustom.
18293
18294 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18295 cc-vars.el.
18296
18297 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18298 Prevent "class foo : bar" being spuriously recognized as a label.
18299
18300 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18301 Add parameter `inclusive' (to include enclosing braces in the region).
18302 (c-widen-to-enclosing-decl-scope): New function.
18303 (c-while-widening-to-decl-block): New macro.
18304 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18305 outward for defun boundaries, and correspondingly change symbol
18306 `respect-enclosure' to `go-outward'.
18307 (c-declaration-limits): Change algorithm to report only the "innermost"
18308 defun's boundaries.
18309
18310 2011-10-28 Deniz Dogan <deniz@dogan.se>
18311
18312 * net/rcirc.el (rcirc-mode): Use hard newlines.
18313
18314 2011-10-28 Alan Mackenzie <acm@muc.de>
18315
18316 Amend to indent and fontify macros "which include their own semicolon"
18317 correctly, using the "virtual semicolon" mechanism.
18318
18319 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18320
18321 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18322 Recode to scan one line at a time rather than having \n and \r
18323 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18324 (c-forward-label): Amend for virtual semicolons.
18325 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18326
18327 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18328 of the new C macros.
18329
18330 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18331 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18332 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18333 (c-opt-cpp-macro-define): Make into a full language variable.
18334 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18335 AWK Mode (including \n, \r) removed, no longer needed.
18336
18337 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18338 Invoke c-make-macro-with-semi-re.
18339
18340 * progmodes/cc-vars.el (c-macro-with-semi-re):
18341 (c-macro-names-with-semicolon): New variables.
18342 (c-make-macro-with-semi-re): New function.
18343
18344 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18345
18346 * vc/log-edit.el: Fill empty field rather than adding new one.
18347 (log-edit-add-field): New function.
18348 (log-edit-insert-changelog): Use it.
18349
18350 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18351
18352 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18353
18354 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18355
18356 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18357 (gdb--check-interpreter): New function.
18358 (gdb): Use it.
18359
18360 2011-10-27 Glenn Morris <rgm@gnu.org>
18361
18362 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18363 (least-positive-float, least-negative-float)
18364 (least-positive-normalized-float, least-negative-normalized-float)
18365 (float-epsilon, float-negative-epsilon):
18366 Remove unnecessary declarations.
18367
18368 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18369 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18370 (least-positive-float, least-negative-float)
18371 (least-positive-normalized-float, least-negative-normalized-float)
18372 (float-epsilon, float-negative-epsilon): Add doc-strings,
18373 based on those in cl.texi.
18374
18375 * files.el (set-visited-file-name): If the major-mode changed,
18376 reload the local variables. (Bug#9796)
18377
18378 2011-10-27 Chong Yidong <cyd@gnu.org>
18379
18380 * subr.el (change-major-mode-after-body-hook): New hook.
18381 (run-mode-hooks): Run it.
18382
18383 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18384 Use change-major-mode-before-body-hook.
18385
18386 * simple.el (fundamental-mode):
18387 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18388 change introducing fundamental-mode-hook.
18389
18390 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18391
18392 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18393
18394 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18395
18396 * ido.el (ido-file-name-all-completions-1): Do not require
18397 tramp.el explicitly. (Bug#7583)
18398
18399 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18400
18401 * progmodes/octave-mod.el:
18402 * progmodes/octave-inf.el: Update maintainer.
18403
18404 2011-10-26 Chong Yidong <cyd@gnu.org>
18405
18406 * subr.el (with-wrapper-hook): Rewrite doc.
18407
18408 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18409
18410 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18411 filenames "/method:foo:". (Bug#9793)
18412
18413 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18414
18415 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18416 (bug#9865).
18417
18418 2011-10-24 Glenn Morris <rgm@gnu.org>
18419
18420 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18421
18422 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18423
18424 * notifications.el: Add the requirement of a running D-Bus session
18425 bus to the Commentary.
18426
18427 2011-10-24 Juri Linkov <juri@jurta.org>
18428
18429 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18430 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18431 (Bug#9364)
18432
18433 2011-10-24 Juri Linkov <juri@jurta.org>
18434
18435 * info.el (Info-following-node-name-re): Add newline to the list
18436 of allowed characters for leading space. (Bug#9824)
18437
18438 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18439
18440 * progmodes/octave-inf.el (inferior-octave-mode-map):
18441 Fix C-c C-h binding.
18442 * progmodes/octave-mod.el (octave-help): Remove.
18443
18444 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18445
18446 Sync with Tramp 2.2.3.
18447
18448 * net/tramp-cache.el (top): Pacify byte-compiler using
18449 `init-file-user' and `site-run-file'.
18450
18451 * net/trampver.el: Update release number.
18452
18453 2011-10-23 Chong Yidong <cyd@gnu.org>
18454
18455 * files.el (toggle-read-only): Remove obsolete comment about
18456 version control.
18457
18458 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18459 for toggle-read-only. Note that this hasn't called vc-next-action
18460 since 2008-05-02, though it wasn't documented at the time.
18461
18462 * vc/ediff-init.el (ediff-toggle-read-only-function):
18463 Use toggle-read-only.
18464
18465 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18466
18467 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18468 of c-parse-state.
18469
18470 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18471 correct faulty logical expression.
18472 (c-parse-state-state, c-record-parse-state-state):
18473 (c-replay-parse-state-state): New defvar/defuns.
18474 (c-debug-parse-state): Use new functions.
18475
18476 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18477
18478 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18479 last fix. Use window-in-direction correctly.
18480
18481 2011-10-21 Chong Yidong <cyd@gnu.org>
18482
18483 * progmodes/idlwave.el (idlwave-mode):
18484 * progmodes/vera-mode.el (vera-mode): No need to set
18485 require-final-newline; that's done in prog-mode.
18486 Suggested by Stefan Monnier.
18487
18488 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18489
18490 * mouse.el (mouse-drag-window-above)
18491 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18492 (mouse-drag-mode-line-1, mouse-drag-header-line)
18493 (mouse-drag-vertical-line-rightward-window): Remove.
18494 (mouse-drag-line): New function.
18495 (mouse-drag-mode-line, mouse-drag-header-line)
18496 (mouse-drag-vertical-line): Call mouse-drag-line.
18497 * window.el (window-at-side-p, windows-at-side): New functions.
18498
18499 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18500
18501 * tar-mode.el (tar-grind-file-mode):
18502 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18503
18504 2011-10-21 Chong Yidong <cyd@gnu.org>
18505
18506 * progmodes/idlwave.el (idlwave-mode):
18507 * progmodes/vera-mode.el (vera-mode):
18508 Use mode-require-final-newline.
18509
18510 2011-10-20 Glenn Morris <rgm@gnu.org>
18511
18512 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18513
18514 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18515
18516 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18517
18518 2011-10-20 Chong Yidong <cyd@gnu.org>
18519
18520 * emulation/cua-base.el (cua-mode):
18521 * mail/footnote.el (footnote-mode):
18522 * mail/mailabbrev.el (mail-abbrevs-mode):
18523 * net/xesam.el (xesam-minor-mode):
18524 * progmodes/bug-reference.el (bug-reference-mode):
18525 * progmodes/cap-words.el (capitalized-words-mode):
18526 * progmodes/compile.el (compilation-minor-mode)
18527 (compilation-shell-minor-mode):
18528 * progmodes/gud.el (gud-tooltip-mode):
18529 * progmodes/hideif.el (hide-ifdef-mode):
18530 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18531 * progmodes/subword.el (subword-mode):
18532 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18533 * progmodes/which-func.el (which-function-mode):
18534 * term/tvi970.el (tvi970-set-keypad-mode):
18535 * term/vt100.el (vt100-wide-mode):
18536 * textmodes/flyspell.el (flyspell-mode):
18537 * textmodes/ispell.el (ispell-minor-mode):
18538 * textmodes/nroff-mode.el (nroff-electric-mode):
18539 * textmodes/paragraphs.el (use-hard-newlines):
18540 * textmodes/refill.el (refill-mode):
18541 * textmodes/reftex.el (reftex-mode):
18542 * textmodes/rst.el (rst-minor-mode):
18543 * textmodes/sgml-mode.el (html-autoview-mode)
18544 (sgml-electric-tag-pair-mode):
18545 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18546 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18547 * emulation/crisp.el (crisp-mode):
18548 * emacs-lisp/eldoc.el (eldoc-mode):
18549 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18550 minor mode behavior.
18551
18552 2011-10-19 Juri Linkov <juri@jurta.org>
18553
18554 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18555 the list of hard-coded chars with escape-glyph face.
18556
18557 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18558
18559 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18560
18561 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18562
18563 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18564 running process.
18565
18566 2011-10-19 Glenn Morris <rgm@gnu.org>
18567
18568 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18569 Ignore ignored files. (Bug#9726)
18570
18571 2011-10-19 Chong Yidong <cyd@gnu.org>
18572
18573 Doc fix for minor modes, stating that an omitted argument enables
18574 the mode unconditionally when called from Lisp.
18575
18576 * abbrev.el (abbrev-mode):
18577 * allout.el (allout-mode):
18578 * autoinsert.el (auto-insert-mode):
18579 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18580 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18581 (global-auto-revert-mode):
18582 * battery.el (display-battery-mode):
18583 * composite.el (global-auto-composition-mode)
18584 (auto-composition-mode):
18585 * delsel.el (delete-selection-mode):
18586 * desktop.el (desktop-save-mode):
18587 * dired-x.el (dired-omit-mode):
18588 * dirtrack.el (dirtrack-mode):
18589 * doc-view.el (doc-view-minor-mode):
18590 * double.el (double-mode):
18591 * electric.el (electric-indent-mode, electric-pair-mode):
18592 * emacs-lock.el (emacs-lock-mode):
18593 * epa-hook.el (auto-encryption-mode):
18594 * follow.el (follow-mode):
18595 * font-core.el (font-lock-mode):
18596 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18597 * help.el (temp-buffer-resize-mode):
18598 * hilit-chg.el (highlight-changes-mode)
18599 (highlight-changes-visible-mode):
18600 * hi-lock.el (hi-lock-mode):
18601 * hl-line.el (hl-line-mode, global-hl-line-mode):
18602 * icomplete.el (icomplete-mode):
18603 * ido.el (ido-everywhere):
18604 * image-file.el (auto-image-file-mode):
18605 * image-mode.el (image-minor-mode):
18606 * iswitchb.el (iswitchb-mode):
18607 * jka-cmpr-hook.el (auto-compression-mode):
18608 * linum.el (linum-mode):
18609 * longlines.el (longlines-mode):
18610 * master.el (master-mode):
18611 * mb-depth.el (minibuffer-depth-indicate-mode):
18612 * menu-bar.el (menu-bar-mode):
18613 * minibuf-eldef.el (minibuffer-electric-default-mode):
18614 * mouse-sel.el (mouse-sel-mode):
18615 * msb.el (msb-mode):
18616 * mwheel.el (mouse-wheel-mode):
18617 * outline.el (outline-minor-mode):
18618 * paren.el (show-paren-mode):
18619 * recentf.el (recentf-mode):
18620 * reveal.el (reveal-mode, global-reveal-mode):
18621 * rfn-eshadow.el (file-name-shadow-mode):
18622 * ruler-mode.el (ruler-mode):
18623 * savehist.el (savehist-mode):
18624 * scroll-all.el (scroll-all-mode):
18625 * scroll-bar.el (scroll-bar-mode):
18626 * server.el (server-mode):
18627 * shell.el (shell-dirtrack-mode):
18628 * simple.el (auto-fill-mode, transient-mark-mode)
18629 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18630 (line-number-mode, column-number-mode, size-indication-mode)
18631 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18632 * strokes.el (strokes-mode):
18633 * time.el (display-time-mode):
18634 * t-mouse.el (gpm-mouse-mode):
18635 * tool-bar.el (tool-bar-mode):
18636 * tooltip.el (tooltip-mode):
18637 * type-break.el (type-break-mode-line-message-mode)
18638 (type-break-query-mode):
18639 * view.el (view-mode):
18640 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18641 (global-whitespace-mode, global-whitespace-newline-mode):
18642 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18643
18644 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18645 Fix autogenerated docstring.
18646
18647 2011-10-19 Juri Linkov <juri@jurta.org>
18648
18649 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18650 by checking environment variables "DESKTOP_SESSION" and
18651 "XDG_CURRENT_DESKTOP". (Bug#9779)
18652
18653 2011-10-19 Juri Linkov <juri@jurta.org>
18654
18655 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18656 (browse-url-chromium-program, browse-url-chromium-arguments):
18657 New defcustoms.
18658 (browse-url-default-browser): Check for `browse-url-chromium' and
18659 call `browse-url-chromium-program'.
18660 (browse-url-chromium): New command. (Bug#9779)
18661
18662 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18663
18664 * facemenu.el (list-colors-duplicates): On Windows, detect more
18665 duplicates by assuming that only colors matching "^System" are
18666 special "system colors". (Bug#9722)
18667
18668 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18669
18670 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18671 to distinguish the author from the committer.
18672
18673 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18674
18675 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18676
18677 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18678
18679 * international/mule.el (sgml-html-meta-auto-coding-function):
18680 Add support for detecting encoding in HTML5 specified only as
18681 <meta charset="UTF-8">. Implementation just makes http-equiv and
18682 content-type parts from HTML4 encoding string optional. (Bug#9716)
18683
18684 2011-10-18 Glenn Morris <rgm@gnu.org>
18685
18686 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18687
18688 2011-10-18 Chong Yidong <cyd@gnu.org>
18689
18690 * faces.el (cursor): Doc fix.
18691
18692 2011-10-17 Chong Yidong <cyd@gnu.org>
18693
18694 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18695
18696 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18697
18698 * dirtrack.el (dirtrack): Support shell buffers with path
18699 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18700
18701 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18702
18703 * json.el: Bump version to 1.3 and note change in History.
18704 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18705
18706 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18707
18708 * comint.el (comint-insert-input, comint-send-input)
18709 (comint-get-old-input-default, comint-backward-matching-input)
18710 (comint-next-prompt): Use nil instead of `input' for field property of
18711 past user input (bug#114).
18712
18713 * minibuffer.el (completion--replace): Inherit surrounding properties
18714 (bug#114).
18715 (minibuffer-complete-and-exit): Use it.
18716
18717 * comint.el (comint--table-subvert): Quote the all-completions output
18718 (bug#9160).
18719
18720 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18721
18722 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18723
18724 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18725 window on right of selected. (Bug#9350) Reword other window
18726 entries and separate them from frame entries.
18727
18728 2011-10-15 Glenn Morris <rgm@gnu.org>
18729
18730 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18731 Doc fixes.
18732
18733 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18734
18735 * net/network-stream.el (network-stream-open-starttls):
18736 Improve detection of failure due to lack of TLS support.
18737
18738 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18739 putting the input text in front and in bold.
18740
18741 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18742
18743 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18744
18745 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18746 empty buffer.
18747
18748 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18749 unread-command-events rather than pushing yet-another event.
18750
18751 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18752
18753 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18754 the explanation of the possible choices. Make the options passed
18755 to completing-read shorter.
18756
18757 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
18758
18759 * textmodes/flyspell.el (flyspell-large-region): Make sure
18760 extended character mode is used if defined (Bug#1339).
18761
18762 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18763
18764 * simple.el (what-cursor-position): Fix the display of the
18765 character info for LRE, LRO, RLE, and RLO characters by appending
18766 an invisible PDF.
18767
18768 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18769
18770 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18771 even in case of error; add debug spec; simplify data flow.
18772 (with-timeout-handler): Remove.
18773
18774 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18775
18776 Fix Bug#6019, Bug#9315.
18777
18778 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18779 complete `buffer-file-name', the local file name part could look
18780 remotely (for example on VMS).
18781
18782 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18783 `tramp-run-real-handler'.
18784 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18785 already quoted by '"'.
18786
18787 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18788 Let `file-name-handler-alist' be nil, the local file name part
18789 could look remotely (for example on VMS).
18790
18791 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18792
18793 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18794 from here...
18795 (flyspell-post-command-hook): ...to here.
18796
18797 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18798
18799 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18800 if not needed.
18801 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18802 using completion. Protect against "slow" callers.
18803 Remove the "message hack".
18804
18805 2011-10-11 Juri Linkov <juri@jurta.org>
18806
18807 * isearch.el (isearch-lazy-highlight-word): New variable.
18808 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18809 Use it. (Bug#9727)
18810
18811 2011-10-11 Glenn Morris <rgm@gnu.org>
18812
18813 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18814 like f90-previous-statement does.
18815
18816 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18817
18818 * eshell/eshell.el (eshell-command): History should be saved
18819 only in interactive use, to avoid error.
18820
18821 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18822
18823 * minibuffer.el (completion-file-name-table): Fix last change,
18824 i.e. ignore normal errors but not the other ones.
18825
18826 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18827
18828 * window.el (special-display-buffer-names)
18829 (special-display-regexps): Remove some remnants of earlier
18830 changes from doc-strings.
18831 (quit-windows-on): New function.
18832
18833 * vc/vc.el (vc-revert, vc-rollback):
18834 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18835 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18836 (Bug#6183) (Bug#7074) (Bug#7447)
18837
18838 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18839
18840 * window.el (frame-auto-hide-function): Add version tag.
18841 (Bug#9699)
18842
18843 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18844
18845 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18846 condition.
18847
18848 2011-10-09 Leo Liu <sdl.web@gmail.com>
18849
18850 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18851 (Bug#9701)
18852
18853 2011-10-08 Glenn Morris <rgm@gnu.org>
18854
18855 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18856 before the first code statement zero indent. (Bug#9690)
18857
18858 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18859
18860 * simple.el (count-words-region): Always count in the region.
18861 Report the number of lines and characters too.
18862 (count-words): New command, which counts in the buffer if the
18863 region is inactive, as count-words-region used to.
18864 (count-words--message): New function. Handle plurals.
18865 (count-lines-region): Make it an alias for count-words-region.
18866
18867 * bindings.el (esc-map): Replace count-lines-region with
18868 count-words-region.
18869
18870 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18871
18872 * window.el (window--delete): Delete dedicated frame
18873 unconditionally when argument KILL is non-nil. (Bug#9699)
18874 (switch-to-buffer): Fix doc-string typo.
18875
18876 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18877
18878 * eshell/eshell.el (eshell-command): Avoid using hooks.
18879
18880 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18881
18882 * bindings.el ([M-left],[M-right]): Bind to left-word and
18883 right-word respectively.
18884
18885 2011-10-07 Glenn Morris <rgm@gnu.org>
18886
18887 * cus-start.el (debug-on-quit): Fix custom type.
18888
18889 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18890
18891 * subr.el (define-key-after): Clarify that the function is not
18892 useful for non-menu keymaps.
18893
18894 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18895
18896 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18897
18898 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18899 in current minibuffer (Fix bug with recursive minibuffers).
18900
18901 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18902
18903 * progmodes/gdb-mi.el (gdb): Doc fix.
18904
18905 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18906
18907 * window.el (frame-auto-hide-function): New option replacing
18908 frame-auto-delete. Suggested by Stefan Monnier.
18909 (window--delete): Call frame-auto-hide-function instead of
18910 investigating frame-auto-delete.
18911 (window-point-1, set-window-point-1): New functions.
18912 (window-in-direction, record-window-buffer, window-state-get-1)
18913 (display-buffer-record-window): Use window-point-1 instead of
18914 window-point.
18915 (set-window-buffer-start-and-point): Use set-window-point-1.
18916
18917 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18918
18919 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18920
18921 2011-10-05 Glenn Morris <rgm@gnu.org>
18922
18923 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18924 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18925
18926 2011-10-05 Leo Liu <sdl.web@gmail.com>
18927
18928 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18929 works with buffer object.
18930
18931 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18932
18933 * mpc.el (mpc-tool-bar-map): Add labels.
18934
18935 2011-10-04 Glenn Morris <rgm@gnu.org>
18936
18937 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18938
18939 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18940
18941 * window.el (window--delete): New function.
18942 (frame-auto-delete): Resuscitate option.
18943 (bury-buffer, replace-buffer-in-windows)
18944 (quit-window): Rewrite using window--delete.
18945 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18946 Pass display-buffer-mark-dedicated to window--display-buffer-2
18947 (Bug#9639).
18948
18949 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18950
18951 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18952 returns a list (bug#9554). Add remote file name completion.
18953 * comint.el (comint--table-subvert): Curry and get quote&unquote
18954 functions as arguments.
18955 (comint--complete-file-name-data): Adjust call accordingly.
18956 * pcomplete.el (pcomplete--table-subvert): Remove.
18957 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18958
18959 * minibuffer.el (completion-table-case-fold): Use currying.
18960 (completion--styles-type, completion--cycling-threshold-type):
18961 New constants.
18962 (completion-styles, completion-category-overrides)
18963 (completion-cycle-threshold): Use them.
18964 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18965 completion-table-case-fold.
18966
18967 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18968
18969 * minibuffer.el (completion-category-overrides): Fix type of styles
18970 and add more user friendly tags (bug#9660).
18971
18972 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18973
18974 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18975 (mule-input-method-string): New widget.
18976 (default-input-method, language-info-custom-alist): Use it.
18977
18978 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18979
18980 * pcomplete.el: Require comint.
18981 (pcomplete--common-suffix): Remove.
18982 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18983 (pcomplete--table-subvert): Sync with comint--table-subvert.
18984 (pcomplete--entries): Use comint-completion-file-name-table.
18985 * comint.el (comint-unquote-filename): Simplify.
18986 (comint-completion-file-name-table): New function (bug#9616).
18987 (comint--complete-file-name-data): Use it.
18988
18989 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18990 (pcmpl-gnu-tar-buffer): Remove.
18991 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18992 around. Make sure pcomplete-suffix-list is only changed temporarily.
18993 Don't look inside the tar's file if it's too large.
18994
18995 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
18996
18997 * cus-edit.el (custom-mode-map):
18998 * epa.el (epa-key-list-mode-map):
18999 * man.el (Man-mode-map):
19000 * startup.el (splash-screen-keymap):
19001 * simple.el (special-mode-map): Use scroll-up-command and
19002 scroll-down-command.
19003
19004 * progmodes/idlw-help.el (idlwave-help-mode-map):
19005 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19006 * net/newst-plainview.el (newsticker-mode-map):
19007 * emulation/ws-mode.el (wordstar-mode-map):
19008 * emulation/vi.el (vi-com-map):
19009 * calc/calc-graph.el (calc-graph-show-dumb):
19010 * term/sun.el (terminal-init-sun):
19011 * term/ns-win.el (global-map):
19012 * progmodes/grep.el (grep-mode-map):
19013 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19014 * mail/rmail.el (rmail-mode-map):
19015 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19016
19017 * custom.el (custom-safe-themes, load-theme): Treat value of t for
19018 custom-safe-themes as special.
19019
19020 2011-10-01 Julien Danjou <julien@danjou.info>
19021
19022 * notifications.el (notifications-notify): Fix docstring.
19023
19024 2011-10-01 Per Starbäck <per@starback.se>
19025
19026 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
19027
19028 2011-09-30 Martin Rudalics <rudalics@gmx.at>
19029
19030 * startup.el (command-line-1): Fix last fix by inserting
19031 initial-scratch-message into *scratch* before displaying it.
19032 (Bug#9605) and (Bug#9636)
19033
19034 2011-09-29 Eli Zaretskii <eliz@gnu.org>
19035
19036 * simple.el (line-move): If auto-hscroll-mode is disabled and the
19037 window is hscrolled, move by logical lines. (Bug#9607)
19038 (line-move-visual): Update the doc string to the above effect.
19039
19040 2011-09-29 Martin Rudalics <rudalics@gmx.at>
19041
19042 * window.el (display-buffer-record-window): When WINDOW is the
19043 selected window use `point' instead of `window-point'. (Bug#9626)
19044
19045 * startup.el (command-line-1): Use insert-before-markers when
19046 inserting initial-scratch-message. (Bug#9605)
19047
19048 * help.el (help-window): Remove variable.
19049
19050 2011-09-29 Glenn Morris <rgm@gnu.org>
19051
19052 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19053
19054 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
19055
19056 * descr-text.el (describe-char-categories): Accept category
19057 descriptions more than one line long.
19058
19059 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19060
19061 * simple.el (delete-trailing-whitespace): Fix last change.
19062
19063 * progmodes/perl-mode.el (perl-syntax-propertize-function):
19064 Don't confuse "y => 3" as the beginning of a `y' operation.
19065
19066 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19067 object has more than 4 slots (bug#9613).
19068
19069 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
19070
19071 * subr.el (with-output-to-temp-buffer):
19072 * net/quickurl.el (quickurl, quickurl-browse-url):
19073 Fix typos in docstrings.
19074
19075 2011-09-27 Eli Zaretskii <eliz@gnu.org>
19076
19077 * minibuffer.el (completion-styles)
19078 (completion-category-overrides): Cross reference each other in doc
19079 strings.
19080
19081 2011-09-27 Glenn Morris <rgm@gnu.org>
19082
19083 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19084 to split-string. (Bug#9606)
19085
19086 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19087
19088 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19089 (bug#9615).
19090
19091 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
19092
19093 * emacs-lisp/package.el (list-packages): Fix echo area message.
19094
19095 2011-09-27 Leo Liu <sdl.web@gmail.com>
19096
19097 * ido.el (ido-read-internal): Accept cons cell HIST arg.
19098
19099 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
19100
19101 * net/dbus.el (dbus-unregister-object): Don't release services for
19102 registered signals. (Bug#9581)
19103
19104 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
19105
19106 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19107 function that picks between cfengine 2 and 3 support
19108 automatically. Update docs accordingly.
19109
19110 2011-09-22 Kenichi Handa <handa@m17n.org>
19111
19112 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19113 ZERO.
19114 (indian-itrans-v5-table-for-tamil): New variable.
19115 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19116
19117 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
19118
19119 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19120 that's true if the current command involved collapsing of text.
19121 It's reset to false at the beginning of the next command.
19122 (allout-post-command-business): Move the cursor to the beginning
19123 of entry if the cursor is hidden and collapsing activity just
19124 happened.
19125
19126 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
19127
19128 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19129 tracking (Bug#9541).
19130
19131 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
19132
19133 * net/newst-reader.el (newsticker-html-renderer)
19134 (newsticker-show-news): Automatically load html rendering package
19135 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
19136 because w3m-fill-column is let-bound" and the error "Symbol's value
19137 as variable is void: w3m-fill-column".
19138
19139 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
19140
19141 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19142 Release services only if they are defined. (Bug#9581)
19143
19144 2011-09-23 Richard Stallman <rms@gnu.org>
19145
19146 * textmodes/paragraphs.el (forward-sentence): For backwards case,
19147 distinguish start of paragraph from start of its text.
19148
19149 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19150
19151 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19152 (rmail-generate-viewer-buffer): Put that hook on view buffer.
19153 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19154
19155 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
19156
19157 * international/mule-diag.el (mule-diag): Insert a newline after
19158 each fontset description.
19159
19160 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19161
19162 * simple.el (delete-trailing-whitespace):
19163 Document last change; simplify.
19164
19165 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
19166
19167 * simple.el (delete-trailing-whitespace): Also delete
19168 extra newlines at the end of the buffer.
19169
19170 * textmodes/picture.el: Make motion commands obey shift-select-mode.
19171 (picture-newline): Use forward-line so as to ignore fields.
19172
19173 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19174
19175 * subr.el (with-wrapper-hook): Fix edebug spec.
19176
19177 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19178
19179 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19180 (bug#4538).
19181
19182 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
19183
19184 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19185 Fix nasty bug using wrong cached values.
19186
19187 2011-09-23 Alan Mackenzie <acm@muc.de>
19188
19189 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19190
19191 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
19192
19193 * window.el (pop-to-buffer): Ensure right window is selected if we
19194 chose another frame.
19195
19196 2011-09-22 Eli Zaretskii <eliz@gnu.org>
19197
19198 * simple.el (what-cursor-position): Use get-char-property-change
19199 and next-single-char-property-change, to be able to show display
19200 properties that come from overlays as well as text properties.
19201
19202 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
19203
19204 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19205
19206 * cmuscheme.el (run-scheme, switch-to-scheme):
19207 * cus-edit.el (customize-group, custom-buffer-create)
19208 (customize-browse):
19209 * info.el (info):
19210 * shell.el (shell):
19211 * mail/sendmail.el (mail):
19212 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19213
19214 2011-09-22 Richard Stallman <rms@gnu.org>
19215
19216 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19217 move back only to line beg, don't move back over blank lines.
19218
19219 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
19220
19221 * files.el (copy-directory): Set directory attributes only in case
19222 they could be retrieved from the source directory. (Bug#9565)
19223
19224 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
19225
19226 * progmodes/hideshow.el (hs-looking-at-block-start-p)
19227 (hs-find-block-beginning, hs-hide-level-recursive):
19228 Ignore strings as well as comments. (Bug#9502)
19229
19230 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
19231
19232 * progmodes/sql.el (sql-comint-postgres):
19233 Convert port number to a string. (Bug#9566)
19234
19235 2011-09-22 Martin Rudalics <rudalics@gmx.at>
19236
19237 * window.el (quit-window): Undedicate window when switching to
19238 previous buffer. Reported by Thierry Volpiatto
19239 <thierry.volpiatto@gmail.com>.
19240 (special-display-popup-frame): When popping up a new frame reset
19241 its previous buffers to nil. Simplify code.
19242
19243 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
19244
19245 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19246 and process filter, as done also in `shell-command'.
19247
19248 2011-09-21 Martin Rudalics <rudalics@gmx.at>
19249
19250 * window.el (set-window-buffer-start-and-point):
19251 Call set-window-start with NOFORCE argument t.
19252 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19253 (quit-window): Reword doc-string. Handle new format of
19254 quit-restore parameter. Don't delete window if it has a
19255 previous buffer we can show instead of the present one.
19256 (display-buffer-record-window): Rewrite using a new format for
19257 the quit-restore window parameter
19258 (special-display-popup-frame, display-buffer-same-window)
19259 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19260 (display-buffer-pop-up-window, display-buffer-use-some-window):
19261 Adapt symbol passed to display-buffer-record-window.
19262 * help.el (help-window-setup): Handle new format of quit-restore
19263 parameter.
19264
19265 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19266
19267 * faces.el (face-list): Fix docstring (bug#9564).
19268
19269 * window.el (display-buffer--action-function-custom-type):
19270 Don't include internal functions in the Custom interface.
19271
19272 2011-09-20 Juri Linkov <juri@jurta.org>
19273
19274 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19275 (Info-forward-node, Info-backward-node, Info-next-preorder)
19276 (Info-last-preorder): Use it. (Bug#9528)
19277
19278 2011-09-20 Juri Linkov <juri@jurta.org>
19279
19280 * info.el (Info-last-preorder): Visit last menu item only when
19281 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19282
19283 2011-09-20 Julien Danjou <julien@danjou.info>
19284
19285 * password-cache.el (password-cache-remove): Remove entries even if the
19286 value is nil, so that password with a nil value (negative caching) is
19287 possible to invalidate.
19288
19289 2011-09-20 Lawrence Mitchell <wence@gmx.li>
19290
19291 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19292 all whitespace around breakpoint. (Bug#9553)
19293 (f90-find-breakpoint): Only break at whitespace inside a comment.
19294
19295 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19296
19297 * minibuffer.el (completion-file-name-table): Keep track of errors.
19298 (completion-table-with-predicate): Handle the case where pred1 is nil.
19299 * pcomplete.el (pcomplete-completions-at-point): Simplify.
19300
19301 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19302
19303 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19304 (debugger-return-value): Signal an error if the debugging context does
19305 not await any return value.
19306
19307 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19308 * image-mode.el (image-toggle-display-text)
19309 (image-toggle-display-image): Stay away from evil `intangible'.
19310
19311 2011-09-19 Leo Liu <sdl.web@gmail.com>
19312
19313 * replace.el (occur-revert-arguments): Make it permanent-local.
19314 (occur-mode): Don't call font-lock-defontify.
19315
19316 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
19317
19318 * net/ldap.el (ldap-search-internal): Don't push empty search
19319 result (Bug#9508).
19320
19321 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19322
19323 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19324
19325 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
19326
19327 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19328 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19329
19330 2011-09-18 Juri Linkov <juri@jurta.org>
19331
19332 * buff-menu.el (Buffer-menu-mode-map):
19333 * dired.el (dired-mode-map):
19334 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19335 (lisp-interaction-mode-map):
19336 * emacs-lisp/package.el (package-menu-mode-map):
19337 * epa.el (epa-key-list-mode-map):
19338 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19339 (menu-bar-options-menu):
19340 * outline.el (outline-mode-menu-bar-map):
19341 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19342 * vc/vc-dir.el (vc-dir-menu-map):
19343 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19344 Capitalize non-function content words in menu item strings.
19345
19346 * dired.el (dired-mode-map): Add menu item for
19347 `image-dired-dired-toggle-marked-thumbs'.
19348
19349 2011-09-18 Juri Linkov <juri@jurta.org>
19350
19351 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19352 to `isearch-case-fold-search' and restore its original value
19353 after the `isearch-mode' call.
19354
19355 2011-09-18 Juri Linkov <juri@jurta.org>
19356
19357 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19358 because `zgrep' returns 1 for successful matches (bug#9226).
19359
19360 2011-09-18 Juri Linkov <juri@jurta.org>
19361
19362 * info.el (Info-extract-menu-node-name): Check the second match
19363 for empty string (second test-case of bug#9528).
19364 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19365 intermediate nodes to the history (first test-case of bug#9528).
19366
19367 2011-09-18 Juri Linkov <juri@jurta.org>
19368
19369 * info.el (Info-mode-syntax-table): New variable.
19370 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19371
19372 2011-09-18 Juri Linkov <juri@jurta.org>
19373
19374 * info.el (Info-file-supports-index-cookies):
19375 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19376 outputs one more line for long file names (bug#4142).
19377
19378 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19379
19380 * newcomment.el (comment-normalize-vars): If prompting for
19381 comment-start, set comment-start-skip too (Bug#8424).
19382
19383 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
19384
19385 * icomplete.el: Fix previous fix of Bug#5849.
19386 (icomplete-mode): Don't set completion-show-inline-help.
19387 (icomplete-minibuffer-setup): Set completion-show-inline-help
19388 locally during icompletion.
19389
19390 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19391
19392 * woman.el (woman2-process-escapes): Don't delete unrecognized
19393 escapes (Bug#7843).
19394
19395 * files.el (inhibit-first-line-modes-regexps): Add image files.
19396 (hack-local-variables-prop-line): Return nil for malformed
19397 prop-lines (Bug#9044).
19398
19399 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19400
19401 * net/tramp.el (top): Don't require 'shell.
19402 (tramp-methods): Fix docstring.
19403 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19404 Return complete remote file name. Handle "smb" case.
19405 Use `tramp-tmpdir', if defined for the respective method.
19406 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19407
19408 * net/tramp-compat.el (top): Require 'shell.
19409
19410 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19411 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19412 `tramp-current-host'.
19413 (tramp-get-remote-tmpdir): Remove.
19414
19415 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19416 `tramp-tmpdir' entries.
19417 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19418 (tramp-smb-handle-file-attributes): Ignore errors.
19419 (tramp-smb-wait-for-output): Check also for process end.
19420
19421 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19422
19423 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19424 when sending QUIT (bug#9312).
19425
19426 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19427
19428 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19429 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19430 occur-mode-display-occurrence.
19431 (occur-edit-mode): Add usage message.
19432 (occur-cease-edit): New command.
19433 (occur-after-change-function): Use text properties to find the
19434 position of the prefix text.
19435 (occur-engine): Set stickiness of prefix text properties.
19436
19437 2011-09-17 Glenn Morris <rgm@gnu.org>
19438
19439 * progmodes/etags.el (complete-tag):
19440 Fix call to completion-in-region. (Bug#9526)
19441
19442 2011-09-17 Juri Linkov <juri@jurta.org>
19443
19444 * textmodes/ispell.el (ispell-word): Add to the error message
19445 the word, ispell program name and current dictionary (bug#9121).
19446 (ispell-tex-arg-end): Capitalize "error" in the error message.
19447
19448 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19449
19450 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19451 check. (Bug#4251)
19452
19453 2011-09-17 Juri Linkov <juri@jurta.org>
19454
19455 * window.el (window-safe-min-height, window-safe-min-width):
19456 Fix typos (followup to bug#9522).
19457
19458 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19459
19460 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19461
19462 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19463
19464 * simple.el (line-move): If goal-column is set, move by logical
19465 lines, not by display lines. (Bug#971)
19466 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19467 to reflect the above change.
19468
19469 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19470
19471 * image.el (imagemagick-register-types): Use regexp-opt.
19472
19473 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19474
19475 * window.el (display-buffer-base-action): Rename from
19476 display-buffer-default-action. Make default value empty.
19477 (display-buffer-overriding-action): Convert to defvar.
19478 (display-buffer-fallback-action): New var.
19479
19480 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19481
19482 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19483 declaration.
19484 (package--add-to-archive-contents): If there is a duplicate entry
19485 with an older version, remove it.
19486 (package-menu-mark-delete, package-menu-mark-install)
19487 (package-menu-mark-unmark): Make unused args optional.
19488 (package-menu-mark-obsolete-for-deletion):
19489 Use package-menu-get-status instead of a regexp search.
19490 (package-menu-get-status): Use tabulated-list-entry.
19491 (package-menu-mark-upgrades): New command.
19492 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19493 (package-menu-execute): Do installation before deletion.
19494 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19495 instead of checking major-mode.
19496 (package-menu--find-upgrades): New function.
19497
19498 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19499
19500 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19501 passwords in the log buffer.
19502 (smtpmail-process-filter): Update the process marker so that the
19503 "broken by peer" status message is inserted in the right place.
19504
19505 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19506
19507 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19508 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19509 bibtex-completion-at-point-function.
19510 (bibtex-completion-at-point-function): Use them.
19511
19512 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19513
19514 * mpc.el (mpc-constraints-tag-lookup): New function.
19515 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19516 also to browser "album|playlist".
19517
19518 2011-09-14 Juri Linkov <juri@jurta.org>
19519
19520 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19521 (isearch-edit-string): Use length of `isearch-string' when
19522 `isearch-fail-pos' returns nil.
19523 (isearch-message): Remove duplicate code and call
19524 `isearch-fail-pos' with arg `t'.
19525
19526 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19527
19528 * replace.el (occur-mode-goto-occurrence): Don't force using other
19529 window (Bug#9499).
19530
19531 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19532
19533 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19534
19535 * window.el (display-buffer-window): Remove.
19536 (display-buffer-record-window): Use help-setup window parameter
19537 instead of variable display-buffer-window.
19538 (display-buffer-function, special-display-buffer-names)
19539 (special-display-function): Mention help-setup parameter instead
19540 of display-buffer-window in doc-string.
19541 * help.el (help-window-setup): New argument help-window.
19542 Use help-window-setup parameter instead of display-buffer-window.
19543 Reword some messages.
19544 (with-help-window): Pass window used for displaying the buffer
19545 to help-window-setup. Don't set display-buffer-window.
19546
19547 2011-09-13 Glenn Morris <rgm@gnu.org>
19548
19549 * emacs-lisp/debug.el (debugger-make-xrefs):
19550 Preserve point. (Bug#9462)
19551
19552 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19553
19554 * window.el (window-deletable-p): Use next-frame.
19555
19556 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19557
19558 * window.el (window-auto-delete): Remove.
19559 (window-deletable-p): Remove argument FORCE. Don't deal with
19560 dedication and previous buffers.
19561 (switch-to-prev-buffer): Don't delete window.
19562 (delete-windows-on): Delete a window's frame if and only if the
19563 window is dedicated.
19564 (replace-buffer-in-windows): Delete buffer's window or frame if
19565 and only if window is dedicated.
19566 (quit-window): Handle quit-restore as before last change.
19567 (bury-buffer): Delete window only if window-deletable-p returns t.
19568
19569 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19570
19571 * window.el (window-deletable-p): Never delete the last frame on a
19572 given terminal.
19573
19574 2011-09-13 Glenn Morris <rgm@gnu.org>
19575
19576 * help.el (describe-key-briefly): Copy previous standard-output change.
19577
19578 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19579
19580 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19581
19582 2011-09-13 Glenn Morris <rgm@gnu.org>
19583
19584 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19585 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19586
19587 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19588
19589 * dired-aux.el (dired-mark-read-string): Don't return default
19590 value on empty input (Bug#9361).
19591 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19592 Omit initial minibuffer contents.
19593 (dired-do-chmod): Signal an error on empty input.
19594 (dired-mark-read-string): Don't return default on empty input.
19595
19596 * files.el (file-modes-symbolic-to-number): Doc fix.
19597
19598 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19599
19600 * international/mule-cmds.el (ucs-completions): Remove.
19601 (read-char-by-name): Use complete-with-action instead; add metadata.
19602
19603 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19604
19605 * window.el (display-buffer--action-function-custom-type)
19606 (display-buffer--action-custom-type): New vars.
19607 (display-buffer-alist, display-buffer-default-action)
19608 (display-buffer-overriding-action): Add defcustom types.
19609
19610 * frame.el (delete-other-frames): Doc fix (Bug#276).
19611
19612 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19613
19614 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19615
19616 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19617
19618 Change modes that used same-window-* vars to use switch-to-buffer.
19619
19620 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19621 Use switch-to-buffer.
19622
19623 * cus-edit.el (customize-group, custom-buffer-create)
19624 (customize-browse, custom-buffer-create-other-window):
19625 Use switch-to-buffer or switch-to-buffer-other-window.
19626
19627 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19628 (Info-prev, Info-up, Info-speedbar-goto-node)
19629 (info-display-manual): Use switch-to-buffer.
19630 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19631
19632 * mail/sendmail.el (mail): Use switch-to-buffer.
19633 (mail-recover): Use switch-to-buffer-other-window.
19634
19635 * cmuscheme.el (run-scheme, switch-to-scheme):
19636 * ielm.el (ielm):
19637 * shell.el (shell):
19638 * net/rlogin.el (rlogin):
19639 * net/telnet.el (telnet, rsh):
19640 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19641
19642 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19643
19644 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19645
19646 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19647
19648 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19649 so don't mention it (bug#9301).
19650 (dired-sort-toggle-or-edit): Clarify string further.
19651
19652 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19653 match `x', `w32' and `ns', like the manual says (bug#9029).
19654
19655 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19656 (process-kill-buffer-query-function): Mention the buffer name in
19657 the query.
19658
19659 * image-mode.el (image-next-line): The line parameter is mandatory
19660 (bug#9258).
19661
19662 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19663 which can be useful (bug#9301).
19664
19665 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19666
19667 * subr.el (match-string): Mention that the current buffer should
19668 be the same as the search was done in (bug#9282).
19669
19670 * facemenu.el: Disable the remove-* commands if the mark isn't
19671 active (bug#9162).
19672
19673 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19674
19675 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19676 of display-buffer.
19677 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19678
19679 * replace.el (occur-mode-goto-occurrence)
19680 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19681 and display-buffer.
19682
19683 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19684 display-buffer.
19685
19686 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19687 special-display and same-window variables.
19688 (mail-other-window): Use switch-to-buffer-other-window.
19689 (mail-other-frame): USe switch-to-buffer-other-frame.
19690
19691 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19692 Use display-buffer-other-frame.
19693 (gdb-display-gdb-buffer): Use pop-to-buffer.
19694
19695 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19696
19697 * progmodes/python.el: Don't set same-window-buffer-names.
19698
19699 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19700
19701 * window.el (display-buffer-alist): Add *Python*.
19702
19703 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19704
19705 * window.el (display-buffer-alist): Add entry for buffers
19706 previously handled same-window-*.
19707 (display-buffer-alist, display-buffer-default-action)
19708 (display-buffer-overriding-action): Mark as risky.
19709 (display-buffer-alist): Document action function changes.
19710 (display-buffer--same-window-action)
19711 (display-buffer--other-frame-action): New variables.
19712 (switch-to-buffer, display-buffer-other-frame): Use them.
19713 (display-buffer): Rename reuse-frame entry to reusable-frames.
19714 (display-buffer-reuse-selected-window): Function deleted.
19715 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19716 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19717 (display-buffer-special): New function.
19718 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19719 display-buffer-reuse-or-pop-window. Split off special-display
19720 part into display-buffer-special.
19721 (display-buffer-use-some-window): Don't perform any special
19722 pop-up-frames handling.
19723 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19724 (display-buffer--maybe-same-window): Rename from
19725 display-buffer-maybe-same-window.
19726
19727 * info.el: Don't set same-window-regexps.
19728 (info-setup): New function.
19729 (info-other-window, info): Call it.
19730
19731 * cus-edit.el: Don't set same-window-regexps.
19732 (customize-group): New argument.
19733 (customize-group-other-window): Use it.
19734 (customize-face, customize-face-other-window): Likewise.
19735 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19736
19737 * net/rlogin.el:
19738 * net/telnet.el:
19739 * progmodes/gud.el: Don't set same-window-regexps.
19740
19741 * cmuscheme.el:
19742 * ielm.el:
19743 * shell.el:
19744 * mail/sendmail.el:
19745 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19746
19747 2011-09-10 Juri Linkov <juri@jurta.org>
19748
19749 * isearch.el (isearch-edit-string): Remove obsolete mention of
19750 `C-w' (`isearch-yank-word-or-char') from docstring.
19751 (isearch-query-replace): Fix typo in docstring (bug#9466).
19752
19753 2011-09-10 Juri Linkov <juri@jurta.org>
19754
19755 * paren.el (show-paren-function): Don't show escaped parens.
19756 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19757
19758 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19759
19760 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19761 (mm-default-file-encoding): Remove autoload forms, they are
19762 replaced with autoload cookies in mml.el and mm-encode.el.
19763 (mail-add-attachment): New command.
19764 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19765 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19766 the doc string.
19767 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19768
19769 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19770
19771 * simple.el (count-words-region): Use buffer if there's no region
19772 (bug#9429).
19773
19774 2011-09-09 Juri Linkov <juri@jurta.org>
19775
19776 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19777 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19778 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19779
19780 2011-09-09 Alan Mackenzie <acm@muc.de>
19781
19782 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19783 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19784
19785 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19786
19787 Fix for Savannah bug#9392.
19788 * simple.el (mail-encode-mml): New defvar.
19789
19790 * mail/rmail.el (mail-encode-mml): Add a defvar.
19791 (rmail-enable-mime-composing): Default to t.
19792 (rmail-forward): Use MIME method of forwarding only if both
19793 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19794 Set mail-encode-mml non-nil if the MIME method was used.
19795
19796 * mail/sendmail.el (mml-to-mime): Add autoload form.
19797 (mail-encode-mml): Add a defvar.
19798 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19799 to nil.
19800 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19801 message through mml-to-mime, and reset mail-encode-mml to nil.
19802
19803 2011-09-09 Glenn Morris <rgm@gnu.org>
19804
19805 * woman.el (woman-if-body): When processing an .el block,
19806 do not delete the next .el block as well. (Bug#9447)
19807 (woman-special-characters): Add oq, cq, and hy characters.
19808
19809 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19810
19811 * window.el (window-deletable-p): Make sure window is live before
19812 invoking window-prev-buffers.
19813
19814 2011-09-08 Leo Liu <sdl.web@gmail.com>
19815
19816 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19817
19818 2011-09-08 Juri Linkov <juri@jurta.org>
19819
19820 * progmodes/compile.el (compilation-environment): Make it
19821 a defcustom (bug#8340).
19822
19823 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19824
19825 * window.el (frame-auto-delete): Rename to window-auto-delete.
19826 Make it control auto-deletion of windows and/or frames.
19827 (window-deletable-p): New argument FORCE. Rewrite conditions
19828 for deleting window/frame. (Bug#9419)
19829 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19830 Rewrite handling of case when window/frame can be deleted.
19831 (delete-windows-on): Call window-deletable-p with new FORCE
19832 argument t. (Bug#9456)
19833
19834 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19835
19836 * help-mode.el (help-mode): Restore autoload.
19837
19838 2011-09-07 Juri Linkov <juri@jurta.org>
19839
19840 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19841 `compilation-environment'. Set buffer-local
19842 `compilation-environment' to `thisenv' later after (funcall mode).
19843 (Bug#8340)
19844
19845 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19846 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19847 instead of replacing its value. (Bug#8340)
19848
19849 2011-09-07 Juri Linkov <juri@jurta.org>
19850
19851 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19852 based on text properties put by `grep-filter' instead of matching
19853 escape sequences.
19854 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19855 to the value of `grep-error-screen-columns' (bug#9438).
19856
19857 2011-09-07 Juri Linkov <juri@jurta.org>
19858
19859 * simple.el (next-error-highlight, next-error-highlight-no-select):
19860 Doc fix (bug#9432).
19861
19862 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19863
19864 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19865 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19866
19867 2011-09-07 Leo Liu <sdl.web@gmail.com>
19868
19869 * net/rcirc.el (rcirc-mode): Conditionally initialize
19870 rcirc-input-ring.
19871
19872 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19873
19874 * emacs-lisp/find-func.el (find-function-C-source): Only set
19875 find-function-C-source-directory after checking that we found a source
19876 file there (bug#9440).
19877
19878 2011-09-06 Alan Mackenzie <acm@muc.de>
19879
19880 * isearch.el (isearch-other-meta-char): Wherever a key list is
19881 unread, "unread" the prefix arg, too. This fixes bug #8901.
19882
19883 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19884
19885 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19886
19887 2011-09-05 Juri Linkov <juri@jurta.org>
19888
19889 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19890
19891 2011-09-05 Juri Linkov <juri@jurta.org>
19892
19893 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19894 keeping point where processing of grep matches begins, and
19895 continue to delete remaining escape sequences from the same point.
19896 (grep-filter): Make leading zero optional in "0?1;31m" because
19897 git-grep emits "\033[1;31m" escape sequences unlike expected
19898 "\033[01;31m" as GNU Grep does (bug#9408).
19899 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19900
19901 2011-09-05 Juri Linkov <juri@jurta.org>
19902
19903 * subr.el (y-or-n-p): Capitalize "yes".
19904
19905 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19906
19907 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19908 `tramp-cache-unload-hook' where appropriate.
19909 (tramp-methods): Rename `tramp-remote-sh' to
19910 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19911 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19912
19913 * net/tramp-sh.el (top): Don't require 'shell.
19914 (tramp-methods): Add `tramp-remote-shell' and
19915 `tramp-remote-shell-args' entries.
19916 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19917 (tramp-sh-handle-shell-command): Remove.
19918 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19919 Use `tramp-remote-shell'.
19920
19921 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19922
19923 * mail/sendmail.el (sendmail-query-once-function): Delete.
19924 (sendmail-query-once): Save directly to send-mail-function.
19925 Update message-send-mail-function too.
19926
19927 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19928
19929 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19930
19931 * progmodes/python.el (python-mode-map): Use correct function to
19932 start python interpreter from menu-bar (as reported by Geert
19933 Kloosterman).
19934 (inferior-python-mode-map): Fix typo.
19935 (python-shell-map): Remove.
19936
19937 2011-09-03 Deniz Dogan <deniz@dogan.se>
19938
19939 * net/rcirc.el (rcirc-print): Simplify code for
19940 rcirc-scroll-show-maximum-output. There is no need to walk
19941 through all windows to find the right one.
19942
19943 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19944
19945 * help.el (help-return-method): Doc fix.
19946
19947 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19948
19949 * window.el (window-deletable-p): Don't return a non-nil value
19950 when there's a buffer that was shown in the window before.
19951 (Bug#9419)
19952 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19953 Set window's previous buffers to nil.
19954
19955 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19956
19957 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19958 newline before and after the tag line, so it doesn't interfere
19959 with determining the paragraph direction of bidirectional text.
19960
19961 2011-09-03 Leo Liu <sdl.web@gmail.com>
19962
19963 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19964
19965 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19966
19967 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19968 (pop-to-buffer): Change interactive spec. Pass second argument
19969 directly to display-buffer.
19970 (display-buffer): Fix interactive spec. Use functionp to
19971 distinguish between a function and a list of functions.
19972
19973 * abbrev.el (edit-abbrevs):
19974 * arc-mode.el (archive-extract):
19975 * autoinsert.el (auto-insert):
19976 * bookmark.el (bookmark-bmenu-list):
19977 * files.el (find-file):
19978 * view.el (view-buffer):
19979 * progmodes/compile.el (compilation-goto-locus):
19980 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19981
19982 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19983
19984 * window.el (display-buffer-alist): Doc fix.
19985 (display-buffer): Add docstring. Don't treat
19986 display-buffer-default specially.
19987 (display-buffer-reuse-selected-window)
19988 (display-buffer-same-window, display-buffer-maybe-same-window)
19989 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19990 (display-buffer-pop-up-window)
19991 (display-buffer-reuse-or-pop-window)
19992 (display-buffer-use-some-window): New functions.
19993 (display-buffer-default-action): Use them.
19994 (display-buffer-default): Delete.
19995 (pop-to-buffer-1): Fix choice of actions.
19996
19997 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
19998
19999 * minibuffer.el (completion--insert-strings): Don't get confused by
20000 completion entries that end with an LF char.
20001
20002 2011-09-01 Eli Zaretskii <eliz@gnu.org>
20003
20004 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20005
20006 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
20007
20008 * window.el (display-buffer): Restore interactive spec.
20009 (display-buffer-same-window, display-buffer-other-window):
20010 New functions.
20011 (pop-to-buffer-1): New function. Use the above.
20012 (pop-to-buffer, pop-to-buffer-same-window): Use it.
20013 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20014
20015 * view.el (view-buffer-other-window, view-buffer-other-frame):
20016 Just use pop-to-buffer.
20017
20018 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20019
20020 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
20021
20022 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
20023
20024 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
20025
20026 2011-08-31 Richard Stallman <rms@gnu.org>
20027
20028 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20029 of the separation of rmail-view-buffer from rmail-buffer.
20030 If you say no to "replace original", the decrypt is in the
20031 view buffer. If you say yes, the decrypt goes into the
20032 rmail buffer also.
20033
20034 2011-08-31 Martin Rudalics <rudalics@gmx.at>
20035
20036 * window.el (display-buffer-window): Rewrite doc-string.
20037 (display-buffer-record-window): New function.
20038 (display-buffer-macro-specifiers)
20039 (display-buffer-even-window-sizes, display-buffer-set-height)
20040 (display-buffer-set-width, display-buffer-in-window)
20041 (display-buffer-reuse-window, display-buffer-split-specifiers)
20042 (display-buffer-side-specifiers, display-buffer-split-window-1)
20043 (display-buffer-split-window, display-buffer-split-atom-window)
20044 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20045 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20046 (display-buffer-other-window-means-other-frame)
20047 (display-buffer-normalize-special)
20048 (display-buffer-normalize-default)
20049 (display-buffer-normalize-argument)
20050 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20051 (display-buffer-normalize-specifiers, display-buffer-frame)
20052 (display-buffer-same-window, display-buffer-same-frame)
20053 (display-buffer-other-window)
20054 (display-buffer-same-frame-other-window)
20055 (display-buffer-other-frame, pop-to-buffer-same-window)
20056 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20057 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20058 (switch-to-buffer-same-frame)
20059 (switch-to-buffer-other-window-same-frame)
20060 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20061 (display-buffer-alist-set-1, display-buffer-alist-set-2)
20062 (display-buffer-alist-set): Remove.
20063 (display-buffer-function, special-display-buffer-names)
20064 (special-display-regexps, special-display-function):
20065 In doc-string refer to display-buffer-window and quit-restore
20066 parameter.
20067 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20068 (special-display-frame-alist, special-display-popup-frame)
20069 (same-window-buffer-names, same-window-regexps, same-window-p)
20070 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20071 (split-window-preferred-function, split-height-threshold)
20072 (split-width-threshold, window-splittable-p)
20073 (split-window-sensibly, window--try-to-split-window)
20074 (window--frame-usable-p, even-window-heights)
20075 (window--even-window-heights, window--display-buffer-1)
20076 (window--display-buffer-2, display-buffer-other-frame):
20077 Restore old Emacs 23 code, order and doc-strings where applicable.
20078 (display-buffer-default, display-buffer-assq-regexp): New functions.
20079 (display-buffer-alist): Rewrite doc-string.
20080 (display-buffer-default-action)
20081 (display-buffer-overriding-action): New variables.
20082 (display-buffer, switch-to-buffer): Rewrite.
20083 (pop-to-buffer): Restore Emacs 23 behavior but use
20084 window-normalize-buffer-to-display.
20085 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20086 Restore Emacs 23 behavior but use
20087 window-normalize-buffer-to-switch-to.
20088 (pop-to-buffer-same-window): Rewrite.
20089 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20090 Rewrite using Emacs 23 options.
20091
20092 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
20093
20094 * net/tramp.el (tramp-root-regexp): Remove.
20095 (tramp-completion-file-name-regexp-unified)
20096 (tramp-completion-file-name-regexp-separate)
20097 (tramp-completion-file-name-regexp-url): Don't use leading volume
20098 letter on w32 systems. (Bug#5303, Bug#9311)
20099 (tramp-drop-volume-letter): Simplify definition.
20100 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20101
20102 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20103
20104 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20105 (bug#9356).
20106
20107 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
20108
20109 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20110
20111 2011-08-29 Juri Linkov <juri@jurta.org>
20112
20113 * isearch.el (isearch-done): Don't display message "Mark saved"
20114 when arg `edit' is non-nil to prevent its flicker in the echo area.
20115
20116 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20117
20118 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20119 obsolete packages for deletion.
20120
20121 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
20122
20123 * help-mode.el (help-mode-map): Add special-mode-map to parent.
20124 (help-mode): Derive help-mode from special-mode. Don't invoke
20125 view-mode from help-mode.
20126 (help-xref-override-view-map): Remove.
20127 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20128 view-mode is not used anymore.
20129
20130 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20131
20132 * server.el (server-port): Doc fix.
20133
20134 * cus-theme.el (custom-theme-choose-mode): Inherit from
20135 special-mode (Bug#9124).
20136 (custom-theme-choose-mode-map): Add special-mode to parent.
20137
20138 2011-08-28 Alan Mackenzie <acm@muc.de>
20139
20140 * progmodes/cc-fonts.el
20141 (c-make-font-lock-BO-decl-search-function): New function.
20142 (c-basic-matchers-after - "Fontify the clauses after various
20143 keywords"): Extract the three keyword lists for the 3 erroneous
20144 constructs from the list of four, and use the new function above
20145 in place of an old one.
20146
20147 2011-08-28 Deniz Dogan <deniz@dogan.se>
20148
20149 * net/rcirc.el (rcirc-insert-prev-input)
20150 (rcirc-insert-next-input): Remove unused argument.
20151
20152 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20153
20154 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20155
20156 2011-08-27 Alan Mackenzie <acm@muc.de>
20157
20158 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20159 handle function pointer parameters properly.
20160
20161 2011-08-27 Martin Rudalics <rudalics@gmx.at>
20162
20163 * window.el (display-buffer-reuse-window): Fix case where
20164 selected window was reused with non-nil OTHER-WINDOW argument.
20165 (Bug#9381)
20166
20167 2011-08-27 Deniz Dogan <deniz@dogan.se>
20168
20169 * net/rcirc.el (rcirc-check-auth-status): Adding support for
20170 oftc's NickServ messages.
20171
20172 2011-08-27 Glenn Morris <rgm@gnu.org>
20173
20174 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
20175
20176 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
20177
20178 * emacs-lisp/package.el (package-install): Call package-initialize
20179 if called interactively.
20180
20181 2011-08-26 Leo Liu <sdl.web@gmail.com>
20182
20183 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
20184
20185 2011-08-25 Juri Linkov <juri@jurta.org>
20186
20187 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20188 `search-whitespace-regexp' (bug#9364).
20189
20190 2011-08-25 Juri Linkov <juri@jurta.org>
20191
20192 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20193 `regexp-search-ring' to their global values to protect from
20194 updating by `read-from-minibuffer' (bug#9185).
20195
20196 2011-08-25 Juri Linkov <juri@jurta.org>
20197
20198 * textmodes/ispell.el (ispell-command-loop): Add newline
20199 at the end of the "Use option `i'..." line.
20200
20201 2011-08-25 Juri Linkov <juri@jurta.org>
20202
20203 * battery.el (display-battery-mode): If `battery-status-function'
20204 or `battery-mode-line-format' is nil, display the message and set
20205 `display-battery-mode' to nil (bug#9363).
20206
20207 2011-08-25 Eli Zaretskii <eliz@gnu.org>
20208
20209 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20210 bidi-string-mark-left-to-right; they are unnecessary now.
20211
20212 2011-08-25 Deniz Dogan <deniz@dogan.se>
20213
20214 * net/quickurl.el: Documentation typo fixes.
20215
20216 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
20217
20218 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20219
20220 2011-08-25 Glenn Morris <rgm@gnu.org>
20221
20222 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20223
20224 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20225 (smtpmail-via-smtp): Handle nil response from smtp.
20226
20227 2011-08-24 Juri Linkov <juri@jurta.org>
20228
20229 * proced.el (proced-marked): Inherit from `error' instead of
20230 `font-lock-warning-face'.
20231
20232 * ibuffer.el (ibuffer-marked-face): Change default face from
20233 `font-lock-warning-face' to `warning'.
20234 (ibuffer-deletion-face): Change default face from
20235 `font-lock-type-face' to `error'.
20236
20237 * battery.el (battery-update): Use the face `error' instead of
20238 `font-lock-warning-face' (bug#6117).
20239
20240 2011-08-24 Juri Linkov <juri@jurta.org>
20241
20242 * faces.el (success): Change face color from "Green3" to
20243 "ForestGreen" on light background (bug#9353).
20244
20245 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
20246
20247 * window.el (quit-window): Rename from quit-restore-window.
20248 Use same arglist as old quit-window.
20249 (frame-auto-delete): Doc fix.
20250
20251 * view.el (view-mode-exit): Use quit-window.
20252
20253 2011-08-24 Juri Linkov <juri@jurta.org>
20254
20255 * isearch.el (isearch-ring-adjust1): Start visiting previous
20256 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20257 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20258 for empty search string (when the last search string is reused
20259 automatically) to adjust the isearch ring to the last element and
20260 prepare the correct index for further M-p commands (bug#9185).
20261
20262 2011-08-24 Kenichi Handa <handa@m17n.org>
20263
20264 * international/ucs-normalize.el: If decomposition property of
20265 CHAR is the default one (i.e. a list of CHAR itself), treat it as
20266 nil.
20267 (nfd, nfkd): Likewise.
20268
20269 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20270
20271 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20272 from process filters aren't reliably transmitted to the surrounding
20273 accept-process-output.
20274 (mpc-proc-check): New function.
20275 (mpc-proc-sync): Use it (bug#8293)
20276
20277 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20278
20279 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20280 Add compatibility functions (bug#9313).
20281
20282 2011-08-23 Eli Zaretskii <eliz@gnu.org>
20283
20284 * cus-start.el (all): Add entry for bidi-paragraph-direction.
20285
20286 * international/uni-bidi.el: Regenerate.
20287
20288 2011-08-23 Kenichi Handa <handa@m17n.org>
20289
20290 * international/charprop.el:
20291 * international/uni-bidi.el:
20292 * international/uni-category.el:
20293 * international/uni-combining.el:
20294 * international/uni-comment.el:
20295 * international/uni-decimal.el:
20296 * international/uni-decomposition.el:
20297 * international/uni-digit.el:
20298 * international/uni-lowercase.el:
20299 * international/uni-mirrored.el:
20300 * international/uni-name.el:
20301 * international/uni-numeric.el:
20302 * international/uni-old-name.el:
20303 * international/uni-titlecase.el:
20304 * international/uni-uppercase.el: Regenerate.
20305
20306 2011-08-23 Martin Rudalics <rudalics@gmx.at>
20307
20308 * help.el (help-window-setup): Fix message displayed when other
20309 window is reused. (Bug#9341)
20310
20311 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20312
20313 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20314 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20315
20316 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20317 Mark obsolete.
20318 * shell.el (shell-parse-pcomplete-arguments): New function.
20319 (shell-completion-vars): Use it instead (bug#9160).
20320
20321 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20322
20323 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20324 strings and comments (bug#9333).
20325
20326 * emacs-lisp/debug.el (debug-arglist): New function.
20327 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20328 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20329
20330 2011-08-22 Juri Linkov <juri@jurta.org>
20331
20332 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20333 Revert regexp that highlights output switches to its old
20334 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20335
20336 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20337 to check for empty output (bug#9226).
20338
20339 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
20340
20341 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20342 symbol-constituent as the default, as that stops font-lock from
20343 working properly (Bug#8843).
20344
20345 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20346
20347 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20348 `coding-system-for-*' around the process open call to avoid
20349 auth-source side effects.
20350 (smtpmail-try-auth-methods): Expand the secret password.
20351 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20352 probe hangs.
20353
20354 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20355
20356 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20357
20358 * emacs-lisp/find-func.el (find-function-noselect): New arg
20359 lisp-only.
20360
20361 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20362 signal an error for built-in functions (Bug#6664).
20363
20364 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20365
20366 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20367 (smtpmail-try-auth-methods): Use it.
20368
20369 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20370
20371 * font-lock.el (font-lock-fontify-region)
20372 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20373 (font-lock-default-unfontify-buffer)
20374 (font-lock-default-fontify-region)
20375 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20376
20377 * progmodes/compile.el (compilation-error-properties):
20378 Fix confusion between file struct and message struct (Bug#9319).
20379 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20380 `ant' regexp.
20381
20382 * net/browse-url.el (browse-url-firefox): Don't call
20383 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20384
20385 2011-08-20 Glenn Morris <rgm@gnu.org>
20386
20387 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20388
20389 * tutorial.el (tutorial--default-keys): Update some default bindings.
20390
20391 * files.el (hack-local-variables): Fully ignore case for "mode:".
20392
20393 2011-08-20 Alan Mackenzie <acm@muc.de>
20394
20395 Resolve invalid use of a regexp in regexp-opt.
20396
20397 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20398 detection for a java annotation.
20399
20400 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20401 detection for a java annotation.
20402
20403 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20404 handling for java.
20405 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20406
20407 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20408
20409 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20410 (Bug#9274).
20411
20412 2011-08-20 Alan Mackenzie <acm@muc.de>
20413
20414 Fontify CPP expressions correctly when starting in the middle of
20415 such a construct. Mainly for when jit-lock etc. starts a chunk
20416 here.
20417
20418 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20419 variable.
20420 (c-make-font-lock-search-form): New function, extracted from
20421 c-make-font-lock-search-function.
20422 (c-make-font-lock-search-function): Use the above function.
20423 (c-make-font-lock-context-search-function): New function.
20424 (c-cpp-matchers): Enhance the preprocessor expression case with
20425 the above function
20426 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20427 which takes an expression.
20428
20429 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20430
20431 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20432
20433 * window.el (display-buffer-reuse-window)
20434 (display-buffer-pop-up-window): Don't reuse or split a side
20435 window.
20436
20437 2011-08-19 Glenn Morris <rgm@gnu.org>
20438
20439 * files.el (hack-local-variables-prop-line, hack-local-variables):
20440 Downcase "Mode:". (Bug#9331)
20441
20442 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20443
20444 * international/characters.el: Add L and R categories.
20445
20446 * subr.el (bidi-string-mark-left-to-right): Rename from
20447 string-mark-left-to-right. Use category search.
20448
20449 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20450
20451 2011-08-18 Juri Linkov <juri@jurta.org>
20452
20453 * faces.el (error, warning, success): New faces with definitions
20454 copied from old default values of `font-lock-warning-face',
20455 `compilation-warning', `compilation-info' (bug#6117).
20456
20457 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20458
20459 * progmodes/compile.el (compilation-error): Inherit from `error'.
20460 (compilation-warning): Inherit from `warning'.
20461 (compilation-info): Inherit from `success'.
20462
20463 * dired.el (dired-marked): Inherit from `warning'.
20464 (dired-flagged): Inherit from `error'.
20465
20466 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20467
20468 * mail/smtpmail.el (auth-source): Require to avoid problems with
20469 binding variables (bug#9298). Also clean up some unused
20470 autoloads.
20471
20472 * net/network-stream.el (network-stream-open-starttls):
20473 Support using starttls.el without using gnutls-cli.
20474
20475 2011-08-17 Juri Linkov <juri@jurta.org>
20476
20477 * progmodes/grep.el (rgrep): Handle the case when
20478 `grep-find-command' is a cons cell (bug#9278).
20479
20480 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20481
20482 * window.el (display-buffer-pop-up-frame): Run frame creation
20483 function with BUFFER current (as special-display-popup-frame
20484 does). Reported by Drew Adams.
20485
20486 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20487
20488 * epa-mail.el: Simplify GnuPG group expansion using
20489 epg-expand-group.
20490 (epa-mail-group-alist, epa-mail-group-modtime)
20491 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20492 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20493 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20494 Remove.
20495
20496 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20497
20498 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20499
20500 2011-08-16 Alan Mackenzie <acm@muc.de>
20501
20502 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20503 Correct, to avoid the inside of macros.
20504
20505 2011-08-16 Richard Stallman <rms@gnu.org>
20506
20507 * epa-mail.el: Handle GnuPG group definitions.
20508 (epa-mail-group-alist, epa-mail-group-modtime)
20509 (epa-mail-gnupg-conf-file): New variables.
20510 (epa-mail-parse-groups, epa-mail-sync-groups)
20511 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20512 (epa-mail-expand-recipients): New functions.
20513 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20514
20515 * mail/rmail.el (rmail-epa-decrypt): New command.
20516
20517 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20518 Don't bind buffer-read-only, just inhibit-read-only.
20519 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20520 (epa-decrypt-armor-in-region): Make error message clearer.
20521
20522 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20523
20524 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20525 and "a2b" to "ab" for `prefix'.
20526
20527 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20528
20529 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20530 filter groups.
20531 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20532 Fourquet (Bug#8804).
20533
20534 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20535
20536 * startup.el (argi): Declare as global variable (bug#9275).
20537
20538 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20539
20540 * subr.el (string-mark-left-to-right): Search the entire string
20541 for RTL script, not just the terminating character. Doc fix.
20542
20543 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20544
20545 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20546 New function.
20547 (js--regexp-literal, js-syntax-propertize-function): Remove.
20548 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20549 (js-mode-map): Don't rebind electric keys.
20550 (js-insert-and-indent): Remove.
20551 (js-mode): Setup electric-layout and electric-indent instead.
20552
20553 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20554
20555 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20556
20557 * epa.el (epa-progress-callback-function): Fix the logic of
20558 displaying progress.
20559 * epa-file.el (epa-file-insert-file-contents): Make progress
20560 display more user-friendly.
20561 (epa-file-write-region): Ditto.
20562
20563 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20564
20565 * subr.el (string-mark-left-to-right): New function.
20566
20567 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20568 Use string-mark-left-to-right.
20569 (list-buffers-noselect): Caller changed.
20570
20571 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20572 Use string-mark-left-to-right.
20573 (tabulated-list-print): Recenter after moving point.
20574
20575 2011-08-10 Juri Linkov <juri@jurta.org>
20576
20577 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20578 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20579 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20580
20581 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20582
20583 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20584 (Bug#7554).
20585
20586 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20587
20588 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20589 character. (Bug#6594)
20590
20591 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20592
20593 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20594 (image-dired--with-db-file): New macro.
20595 (image-dired-write-tags, image-dired-remove-tag)
20596 (image-dired-create-gallery-lists, image-dired-write-comments)
20597 (image-dired-get-comment, image-dired-mark-tagged-files)
20598 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20599 (image-dired-gallery-generate): Use insert-file-contents.
20600
20601 * time.el (display-time-world-list, display-time-world-display):
20602 * time-stamp.el (time-stamp-string):
20603 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20604 set-time-zone-rule (Bug#7337).
20605
20606 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20607
20608 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20609 (epg-error-to-string, epg-errors-to-string): New function.
20610 (epg-wait-for-completion): Reverse errors list.
20611 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20612 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20613 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20614 (epg-sign-keys, epg-generate-key-from-file)
20615 (epg-generate-key-from-string): Format errors by using
20616 epg-errors-to-string (bug#9255).
20617 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20618
20619 2011-08-07 Juri Linkov <juri@jurta.org>
20620
20621 * faces.el (list-faces-display): Remove extra angle bracket
20622 from `help-mode-map'.
20623
20624 * info.el (Info-history-toc-nodes): Doc fix.
20625
20626 * longlines.el (longlines-mode): Doc fix.
20627
20628 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20629
20630 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20631 of statements and in a few more cases (bug#9183).
20632
20633 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20634 New functions.
20635 (cl-transform-lambda): Use them (bug#9239).
20636
20637 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20638
20639 * window.el (display-buffer-same-window)
20640 (display-buffer-same-frame, display-buffer-other-window)
20641 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20642 (pop-to-buffer-other-window)
20643 (pop-to-buffer-same-frame-other-window)
20644 (pop-to-buffer-other-frame): Make them defuns.
20645 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20646
20647 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * subr.el (make-composed-keymap): Move from C. Change calling
20650 convention, and improve docstring to bring attention to a subtle point.
20651 * minibuffer.el (completing-read-default): Adjust accordingly.
20652
20653 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20654
20655 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20656 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20657
20658 * net/trampver.el: Update release number.
20659
20660 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20661
20662 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20663 "in" (bug#9190).
20664
20665 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20666
20667 * mail/sendmail.el (sendmail-query-once): Restore the current
20668 buffer after querying (bug#9074).
20669
20670 * dired.el (dired-flagged): Use different faces for marked and
20671 flagged files (bug#6117).
20672
20673 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20674 (bug#4433).
20675
20676 * ido.el (ido-mode): Switch off the message if called
20677 non-interactively.
20678
20679 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20680 before 587, since it appears that that's more likely to work for
20681 more people.
20682
20683 * cus-edit.el (custom-file): When running under emacs -q, always
20684 refuse to save the customizations, even if the .emacs file doesn't
20685 exist.
20686
20687 * info.el: Remove the `Info-beginning-of-buffer' function
20688 (bug#8325).
20689
20690 * net/network-stream.el (network-stream-open-starttls):
20691 Use `starttls-available-p' to see whether starttls.el can be used.
20692
20693 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20694
20695 * window.el (display-buffer-in-window): Don't set dedicated status
20696 of window here (Bug#9215).
20697 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20698 (display-buffer-pop-up-side-window)
20699 (display-buffer-in-side-window): Set dedicated status of window here.
20700
20701 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20702
20703 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20704 before binding generated-autoload-file.
20705
20706 2011-08-01 Deniz Dogan <deniz@dogan.se>
20707
20708 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20709
20710 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20711
20712 Sync with Tramp 2.2.2.
20713
20714 * net/trampver.el: Update release number.
20715
20716 2011-07-30 Juri Linkov <juri@jurta.org>
20717
20718 * dired-aux.el (dired-touch-initial): Remove function.
20719 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20720 current time, and `default' to the last modification time of the
20721 current marked file (bug#6887).
20722
20723 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20724
20725 * simple.el (goto-line): Use string-to-number to provide a
20726 numeric argument to read-number (bug#9163).
20727
20728 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20729
20730 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20731 connection process, it could be nil.
20732
20733 2011-07-27 Leo Liu <sdl.web@gmail.com>
20734
20735 Simplify url handling in rcirc-mode.
20736
20737 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20738 (rcirc-browse-url-at-mouse): Remove.
20739 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20740
20741 2011-07-26 Alan Mackenzie <acm@muc.de>
20742
20743 Fontify bitfield declarations properly.
20744
20745 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20746 (c-symbol-chars): Now exported as a lang variable.
20747 (c-not-primitive-type-keywords): New lang variable.
20748
20749 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20750 QT keyword "more" to prevent "more slots: ...." being spuriously
20751 parsed as a bitfield declaration.
20752
20753 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20754 Refactor and enhance to handle bitfield declarations.
20755 (c-punctuation-in): New function.
20756 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20757 declarations properly.
20758
20759 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20760
20761 * calendar/icalendar.el (icalendar--all-events): Take care of
20762 multiple vcalendars in a single file.
20763 (icalendar--convert-float-to-ical): Checkdoc fixes.
20764
20765 2011-07-25 Deniz Dogan <deniz@dogan.se>
20766
20767 * image.el (insert-image): Clarifying docstring.
20768
20769 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20770
20771 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20772 `tramp-send-command-and-check' if there is no error.
20773 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20774
20775 2011-07-22 Alan Mackenzie <acm@muc.de>
20776
20777 Prevent cc-langs.elc being loaded at run time.
20778
20779 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20780 cc-langs.
20781
20782 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20783 "(require 'cc-langs)". Quote a form so it will evaluate at
20784 (cc-mode's) compilation time.
20785
20786 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20787
20788 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20789 loading. (Bug#9114)
20790
20791 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20792
20793 * window.el (display-buffer-pop-up-window)
20794 (display-buffer-pop-up-side-window)
20795 (display-buffer-in-side-window): Call display-buffer-set-height
20796 and display-buffer-set-width after setting the new window's
20797 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20798
20799 2011-07-20 Sam Steingold <sds@gnu.org>
20800
20801 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20802 (etags-tags-included-tables): Call `convert-standard-filename' on
20803 the file names contained in TAGS so that windows Emacs can handle
20804 TAGS files created by cygwin ctags.
20805
20806 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20807
20808 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20809 which apparently didn't work.
20810
20811 2011-07-19 Roland Winkler <winkler@gnu.org>
20812
20813 * proced.el (proced-send-signal): For *Marked Processes* buffer
20814 put point at beginning of buffer.
20815
20816 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20817
20818 * proced.el (proced-format): Make header lines align with the text
20819 (bug#1779).
20820
20821 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20822
20823 * view.el (view-buffer): Allow running in `special' modes if we're
20824 visiting a file (bug#8615).
20825
20826 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20827
20828 * window.el (display-buffer-alist-of-strings-p)
20829 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20830 New functions.
20831 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20832 more accurately.
20833
20834 2011-07-18 Alan Mackenzie <acm@muc.de>
20835
20836 Fontify declarators properly when, e.g., a jit-lock chunk begins
20837 inside a declaration.
20838
20839 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20840
20841 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20842 New function.
20843 (c-complex-decl-matchers): Insert reference to
20844 c-font-lock-enclosing-decls.
20845
20846 * progmodes/cc-engine.el (c-backward-single-comment):
20847 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20848 to nil around calls to (forward-comment -1).
20849
20850 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20851
20852 * image.el (put-image): Doc typo fix.
20853
20854 * progmodes/etags.el (tags-search): Doc typo fix.
20855
20856 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20857 password if we get errors 550 to 554.
20858
20859 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20860
20861 * net/gnutls.el (gnutls-log-level): Remove.
20862
20863 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20864 indentation character (bug#6380).
20865
20866 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20867
20868 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20869 to clarify what the problem is (bug#4291).
20870
20871 * simple.el (current-kill): Clarify what
20872 `interprogram-paste-function' does (bug#7500).
20873 (auto-fill-mode): Document `auto-fill-function' in relation to
20874 `auto-fill-mode' (bug#2470).
20875
20876 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20877
20878 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20879 method if slot is read-only (bug#9035).
20880
20881 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20882
20883 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20884 * window.el (pop-to-buffer): Select window used even if it was
20885 selected before, see discussion of (Bug#8615), (Bug#6954).
20886 Pass argument NORECORD on to select-frame-set-input-focus.
20887
20888 2011-07-15 Glenn Morris <rgm@gnu.org>
20889
20890 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20891 Respect help-form.
20892
20893 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20894
20895 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20896 (gnutls-negotiate): Use it.
20897
20898 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20899
20900 * net/gnutls.el (gnutls-negotiate):
20901 Upcase `gnutls-algorithm-priority'.
20902
20903 2011-07-15 Glenn Morris <rgm@gnu.org>
20904
20905 * jka-compr.el (jka-compr-verbose): Move from here...
20906 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20907 Add missing :version tag.
20908 * info.el: No need to require jka-compr when compiling.
20909
20910 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20911
20912 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20913 (gnutls-negotiate): Use it.
20914
20915 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20916
20917 * info.el (Info-beginning-of-buffer): New command.
20918 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20919 announcing `b' as the key (bug#8325).
20920 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20921
20922 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20923
20924 * international/mule-cmds.el
20925 (describe-specified-language-support): Make the error message
20926 clearer (bug#8905).
20927
20928 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20929
20930 * isearch.el (isearch-barrier): Add a doc string, since it's
20931 mentioned in a function doc string (bug#8678).
20932
20933 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20934
20935 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20936 buffer argument (Bug#9083) and self-identifying label argument.
20937
20938 2011-07-15 Glenn Morris <rgm@gnu.org>
20939
20940 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20941
20942 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20943
20944 * man.el (Man-fontify-manpage): Fix message when formatting the
20945 man page (bug#7929).
20946
20947 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20948
20949 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20950 argument LRM; if non-nil, append an invisible LRM character to the
20951 buffer name.
20952 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20953 last argument non-nil, when formatting buffer names.
20954 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20955 paragraph direction.
20956
20957 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20958
20959 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20960 the man page name (bug#7929).
20961
20962 * image.el (put-image): Mention the `put-image' overlay property
20963 (bug#7834).
20964
20965 * scroll-bar.el (set-scroll-bar-mode): Mention that
20966 `scroll-bar-mode' lists the values (bug#7772).
20967
20968 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20969 command (bug#7729).
20970
20971 * rect.el (apply-on-rectangle): Return the point after the last
20972 operation.
20973 (string-rectangle): Go to the point after the last operation
20974 (bug#7522).
20975
20976 * printing.el (pr-toggle-region): Clarify the documentation
20977 slightly (bug#7493).
20978
20979 * time.el (display-time-update):
20980 Allow `display-time-mail-function' to return nil (bug#7158).
20981 Fix suggested by Detlev Zundel.
20982
20983 * vc/diff.el (diff): Clarify the order the file names are read
20984 (bug#7111).
20985
20986 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20987 the doc string (bug#7015).
20988
20989 * font-lock.el (font-lock-maximum-decoration): Mention what
20990 numeric levels mean (bug#6935).
20991
20992 * startup.el (initial-buffer-choice): Don't mention the `none'
20993 selection, which is against policy.
20994
20995 2011-07-14 Martin Rudalics <rudalics@gmx.at>
20996
20997 * window.el (display-buffer-normalize-special):
20998 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20999
21000 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21001
21002 * subr.el (version<, version<=, version=): Mention "-CVS" and
21003 "-12345" alpha version numbers.
21004
21005 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21006
21007 * bindings.el: Add advertised binding for set-mark-command
21008 (Bug#5772).
21009
21010 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21011
21012 * bindings.el (mode-line-other-buffer):
21013 * bookmark.el (bookmark-bmenu-2-window):
21014 * bs.el (bs-cycle-next, bs-cycle-previous):
21015 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21016 switch-to-buffer.
21017
21018 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21019 Delete.
21020
21021 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
21022
21023 * follow.el (follow-debug-message, follow-redisplay):
21024 * jka-cmpr-hook.el (with-auto-compression-mode):
21025 Fix typos in docstrings.
21026
21027 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21028
21029 * subr.el (with-silent-modifications): Clarify somewhat what the
21030 macro inhibits (bug#6525).
21031
21032 * simple.el (eval-expression): Note what it does if called
21033 interactively (bug#6495).
21034
21035 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21036
21037 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21038 Use pop-to-buffer buffer-or-name if it is nil.
21039
21040 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21041 Remove switch-to-buffer.
21042
21043 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21044
21045 * files.el (make-directory): Clarify that an error will be raised
21046 if there's an error (bug#6397).
21047
21048 * startup.el (initial-buffer-choice): Add `none' as a choice
21049 (bug#6234).
21050
21051 * subr.el (add-hook): Clarify section about buffer-local hooks
21052 (bug#6218).
21053
21054 * dired.el (dired-flagged): Clarify doc string (bug#6117).
21055
21056 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21057
21058 * tabify.el (untabify): Preserve the current column so that point
21059 doesn't move (bug#6032).
21060
21061 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21062
21063 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21064 Rewrite to avoid awkward possessive "s" (bug#5986).
21065
21066 2011-07-13 Glenn Morris <rgm@gnu.org>
21067
21068 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
21069 (dired-insert-directory): Give a message the first time
21070 if ls is found not to support --dired.
21071
21072 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21073
21074 * simple.el (toggle-truncate-lines): Clarify what is toggled
21075 (bug#5580). Text by Drew Adams.
21076
21077 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21078
21079 * simple.el (blink-matching-open): Make the error message from the
21080 last change less verbose.
21081
21082 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21083
21084 * font-lock.el (font-lock-comment-face): Use the high contrast
21085 "yellow" color for font-lock-comment-face on low color terminals
21086 using a dark background color (bug#4221).
21087
21088 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21089
21090 * dired.el (dired-insert-set-properties): Make the doc string
21091 reflect what it does now (bug#5325).
21092
21093 * simple.el (blink-matching-open): Say that we were unable to find
21094 the match within the limit, if we're limited (bug#5122).
21095
21096 * international/mule-cmds.el (prefer-coding-system): Add an
21097 example (bug#4869).
21098
21099 * progmodes/etags.el (tags-search): Document `file-list-form'
21100 (bug#4731).
21101
21102 2011-07-13 Lawrence Mitchell <wence@gmx.li>
21103
21104 * net/browse-url.el (browse-url-default-browser)
21105 (browse-url-browser-function): Make the default browser choice a
21106 bit more logical (bug#4300). Also clean up the doc string.
21107
21108 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21109
21110 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21111 binary endings (bug#4440).
21112
21113 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21114
21115 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21116 which can be pretty annoying (bug#8971).
21117
21118 * jka-compr.el (jka-compr-verbose): New variable, and use
21119 throughout (bug#8971).
21120
21121 * info.el (Info-find-file): Fall back on the installation
21122 directory if we can't find the info node anywhere else.
21123
21124 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
21125
21126 * vc/vc.el (vc-revert-file):
21127 Don't set file time-stamp in the past. (Bug#5181)
21128
21129 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21130
21131 * files.el (after-find-file): Give a better error message when
21132 trying to find a symlink that points to a file that doesn't exist
21133 (bug#4398).
21134
21135 * progmodes/cc-vars.el: Remove (probably) misleading comment
21136 (bug#4396).
21137
21138 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21139
21140 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21141
21142 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21143
21144 * mouse-sel.el: Hack restoring functionality, while keeping
21145 compatibility with 2010-07-03 changes to mouse selection.
21146 (mouse-sel-primary-overlay): New var.
21147 (mouse-sel-selection-alist): Use it.
21148 (mouse-sel-mode): Doc fix; remove points that are default features
21149 of mouse.el.
21150
21151 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21152
21153 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21154 Fix previous fix (bug#2490).
21155
21156 2011-07-12 Roland Winkler <winkler@gnu.org>
21157
21158 * textmodes/bibtex.el (bibtex-initialize):
21159 Use pop-to-buffer-same-window.
21160 (bibtex-search-entries): Fix interactive call.
21161
21162 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21163
21164 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21165 Fontise bytecomp Error lines more correctly (bug#2490).
21166 Fix suggested by Johan BockgĂ¥rd.
21167
21168 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21169
21170 * dired-x.el (dired-guess-default): Use `delete-dups'.
21171
21172 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21173
21174 * dired.el (dired-mark-prompt):
21175 * dired-aux.el (dired-read-shell-command): Doc fix.
21176
21177 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21178
21179 * mail/sendmail.el (sendmail-query-once):
21180 Use `customize-save-variable' unconditionally, now that it works under
21181 emacs -Q.
21182
21183 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21184
21185 * cus-edit.el (custom-file): Take an optional no-error variable.
21186 (customize-save-variable): Set the variable, and give a warning if
21187 running under "emacs -q".
21188
21189 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
21190
21191 * loadhist.el (unload-feature-special-hooks):
21192 Add `auto-coding-functions', `fill-nobreak-predicate' and
21193 `find-directory-functions' (bug#5327).
21194
21195 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21196
21197 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21198
21199 * cus-edit.el (custom-guess-name-alist): -alist variables should
21200 use the `alist' type (bug#3120). Suggested by Drew Adams.
21201
21202 * printing.el: Add documentation to all the `pr-toggle-' commands.
21203
21204 2011-07-11 Leo Liu <sdl.web@gmail.com>
21205
21206 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21207 backends where it makes sense (bug#2623).
21208
21209 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21210
21211 * dired-x.el (dired-guess-default): Remove duplicate shell command
21212 entries (bug#2028).
21213 (dired-guess-default): Fix grammar in doc string (bug#2028).
21214 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21215
21216 * subr.el (remove-duplicates): New conveniency function.
21217
21218 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21219
21220 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21221 (bug#1526).
21222
21223 2011-07-10 Martin Rudalics <rudalics@gmx.at>
21224
21225 * window.el (display-buffer-normalize-default): Don't invert
21226 meaning of even-window-heights. Reported by Eli Zaretskii
21227 <eliz@gnu.org>.
21228
21229 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
21230
21231 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21232
21233 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
21234
21235 * window.el (display-buffer): Fix arguments to
21236 display-buffer-reuse-window in last change.
21237
21238 * faces.el (link): Use a less saturated blue on light backgrounds.
21239
21240 * startup.el (fancy-startup-text, fancy-about-text)
21241 (fancy-startup-tail): Use font-lock faces, for background safety.
21242
21243 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
21244
21245 * emulation/viper-cmd.el (viper-change-state-to-vi):
21246 Limit triggering of abbrev expansion (Bug#9038).
21247
21248 2011-07-09 Martin Rudalics <rudalics@gmx.at>
21249
21250 * window.el (display-buffer-default-specifiers): Remove.
21251 (display-buffer-macro-specifiers): Remove default specifiers.
21252 (display-buffer-alist): Default to nil.
21253 (display-buffer-reuse-window): New optional argument other-window.
21254 (display-buffer-pop-up-window): Allow splitting internal
21255 windows. Check whether a live window was created.
21256 (display-buffer-other-window-means-other-frame)
21257 (display-buffer-normalize-arguments): Rename to
21258 display-buffer-normalize-argument and rewrite. Set the
21259 other-window specifier.
21260 (display-buffer-normalize-special): New function.
21261 (display-buffer-normalize-options): Rename to
21262 display-buffer-normalize-default and rewrite.
21263 (display-buffer-normalize-options-inhibit): Remove.
21264 (display-buffer-normalize-specifiers): Rewrite.
21265 (display-buffer): Process other-window specifier and call
21266 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
21267 more faithfully.
21268 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21269 (display-buffer-alist-set): Don't handle 'unset default values.
21270 (display-buffer-in-window, display-buffer-alist-set):
21271 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
21272 <tassilo@member.fsf.org>.
21273
21274 2011-07-09 Leo Liu <sdl.web@gmail.com>
21275
21276 * register.el (insert-register): Restore accidental change on
21277 2011-06-26. (Bug#9028)
21278
21279 2011-07-09 Glenn Morris <rgm@gnu.org>
21280
21281 * subr.el (remq): Handle the empty list. (Bug#9024)
21282
21283 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
21284
21285 * mail/sendmail.el (send-mail-function): No longer delay custom
21286 initialization.
21287 * custom.el (custom-initialize-delay): Doc fix.
21288
21289 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21290
21291 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21292
21293 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
21294
21295 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21296 human-friendly prompt.
21297
21298 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21299
21300 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21301 provided by a particular plugin.
21302
21303 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
21304
21305 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21306 save customizations (with "emacs -Q"), just set the variable
21307 instead of erroring out.
21308
21309 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21310
21311 2011-07-08 Juri Linkov <juri@jurta.org>
21312
21313 * arc-mode.el (archive-zip-expunge, archive-zip-update)
21314 (archive-zip-update-case): Use 7z if found by `executable-find'.
21315 The order of searching the available programs is the same as in
21316 `archive-zip-extract' (bug#8968).
21317
21318 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21319
21320 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21321 (menu-bar-options-menu): Tweak descriptions.
21322
21323 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21324
21325 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21326 menu items into verb phrases (bug#1421). Also refill to fit under
21327 80 columns.
21328
21329 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21330
21331 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21332 (Info-read-node-name): Doc fix (Bug#1084).
21333
21334 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21335 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21336 (end-of-sexp, beginning-of-sexp)
21337 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21338 (forward-symbol, forward-same-syntax, word-at-point)
21339 (sentence-at-point): Doc fix (Bug#1144).
21340
21341 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21342
21343 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21344 should cover it (bug#1281).
21345
21346 * cus-edit.el (custom-show): Mark as obsolete.
21347
21348 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21349 negotiation fails, then possibly try again with a non-encrypted
21350 connection (bug#9017).
21351
21352 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21353 be used.
21354
21355 2011-07-07 Richard Stallman <rms@gnu.org>
21356
21357 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21358 property, and handle its changed format.
21359 Look for the correct line number.
21360 Use file's line contents (but not past first =) to find
21361 correct line in message.
21362
21363 2011-07-07 Kenichi Handa <handa@m17n.org>
21364
21365 * international/characters.el (build-unicode-category-table):
21366 Delete it.
21367 (unicode-category-table): Set it by unicode-property-table-internal.
21368
21369 * international/mule-cmds.el (char-code-property-alist): Move to
21370 to src/chartab.c.
21371 (get-char-code-property): Call unicode-property-table-internal to
21372 load a file. Call get-unicode-property-internal where necessary.
21373 (put-char-code-property): Call unicode-property-table-internal to
21374 load a file. Call put-unicode-property-internal where necessary.
21375 put-unicode-property-internal where necessary.
21376 (char-code-property-description):
21377 Call unicode-property-table-internal to load a file.
21378
21379 * international/charprop.el:
21380 * international/uni-bidi.el:
21381 * international/uni-category.el:
21382 * international/uni-combining.el:
21383 * international/uni-comment.el:
21384 * international/uni-decimal.el:
21385 * international/uni-decomposition.el:
21386 * international/uni-digit.el:
21387 * international/uni-lowercase.el:
21388 * international/uni-mirrored.el:
21389 * international/uni-name.el:
21390 * international/uni-numeric.el:
21391 * international/uni-old-name.el:
21392 * international/uni-titlecase.el:
21393 * international/uni-uppercase.el: Regenerate.
21394
21395 * loadup.el: Load international/charprop.el before
21396 international/characters.
21397
21398 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21399
21400 * window.el (next-buffer, previous-buffer): Signal an error if
21401 called from a minibuffer window.
21402
21403 * bindings.el: Revert 2011-07-04 change.
21404
21405 2011-07-06 Richard Stallman <rms@gnu.org>
21406
21407 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21408 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21409 Treat markers like ints.
21410 (rmail-mime-entity): Doc fix.
21411
21412 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21413
21414 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21415 defcustom again for backwards compatibility.
21416
21417 * simple.el (shell-command-on-region): Fill.
21418
21419 * dired-aux.el (dired-kill-line): Add a doc string.
21420
21421 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21422 to "\\sw\\|\\s_" (bug#358).
21423
21424 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21425 (dired-unmark-backward): Ditto.
21426 (dired-flag-backup-files): Ditto.
21427
21428 * dired-x.el (dired-mark-sexp): Ditto.
21429
21430 2011-07-06 Richard Stallman <rms@gnu.org>
21431
21432 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21433 (rmail-mime-entity): New arg TRUNCATED.
21434 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21435 New functions.
21436 (rmail-mime-save): Warn if entity is truncated.
21437 (rmail-mime-toggle-hidden): Likewise, for showing.
21438 (rmail-mime-process-multipart): Record when an entity is truncated.
21439
21440 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21441 if ENTITY is a string.
21442
21443 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21444
21445 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21446 of faces when `M-C-x'-ing their definitions (bug#8378).
21447 Also clean up the code slightly.
21448
21449 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21450 because that makes the colors go away.
21451
21452 * mail/sendmail.el (send-mail-function): Change the default to
21453 `sendmail-query-once'.
21454 (sendmail-query-once): Add an autoload cookie.
21455
21456 * net/network-stream.el (network-stream-open-starttls): Try using
21457 a plain connection even if the server offered STARTTLS, and we
21458 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21459 capability. This should make smtpmail.el work in slightly more
21460 configurations.
21461
21462 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21463
21464 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21465 New defun.
21466 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21467
21468 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21469
21470 * progmodes/sql.el: Version 3.0
21471 (sql-product-alist): Add product :completion-object,
21472 :completion-column, and :statement attributes.
21473 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21474 (sql-mode-syntax-table): Mark all punctuation.
21475 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21476 ansi keywords.
21477 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21478 (sql-mode-oracle-font-lock-keywords): Improve.
21479 (sql-oracle-show-reserved-words): New function for development.
21480 (sql-product-font-lock): Simplify for source code buffers.
21481 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21482 New functions.
21483 (sql-highlight-product): Set product specific syntax table.
21484 (sql-mode-map): Add statement movement functions.
21485 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21486 New variable.
21487 (sql-statement-regexp, sql-beginning-of-statement)
21488 (sql-end-of-statement, sql-signum): New functions.
21489 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21490 (sql-show-sqli-buffer): Bug fix.
21491 (sql-interactive-mode): Store connection data as buffer local.
21492 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21493 with sql-interactive-mode.
21494 (sql-save-connection): Save buffer local settings.
21495 (sql-connection-menu-filter): Change menu entry name.
21496 (sql-product-interactive): Bug fix.
21497 (sql-preoutput-hold): New variable.
21498 (sql-interactive-remove-continuation-prompt): Bug fixes.
21499 (sql-debug-redirect): New variable.
21500 (sql-str-literal): New function.
21501 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21502 Redesign.
21503 (sql-oracle-save-settings, sql-oracle-restore-settings)
21504 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21505 (sql-completion-object, sql-completion-column)
21506 (sql-completion-sqlbuf): New variables.
21507 (sql-build-completions-1, sql-build-completions)
21508 (sql-try-completion): New functions.
21509 (sql-read-table-name): Use them.
21510 (sql-contains-names): New buffer local variable.
21511 (sql-list-all, sql-list-table): Use it.
21512 (sql-oracle-completion-types): New variable.
21513 (sql-oracle-completion-object, sql-sqlite-completion-object)
21514 (sql-postgres-completion-object): New functions.
21515
21516 2011-07-06 Glenn Morris <rgm@gnu.org>
21517
21518 * window.el (pop-to-buffer): Doc fix.
21519
21520 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21521
21522 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21523
21524 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21525
21526 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21527
21528 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21529
21530 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21531
21532 * button.el (button): Inherit from link face. Suggested by Dan
21533 Nicolaescu.
21534
21535 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21536
21537 * progmodes/gdb-mi.el: Fit in 80 columns.
21538 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21539 switch-to-buffer.
21540
21541 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21542 if imenu is simply not configured (bug#8941).
21543
21544 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21545
21546 * allout.el (allout-post-undo-hook): New allout outline-change
21547 event hook to signal undo activity.
21548 (allout-post-command-business): Run allout-post-undo-hook if an
21549 undo just occurred.
21550 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21551 * allout-widgets.el (allout-widgets-after-undo-function):
21552 Ensure the integrity of the current item's decoration after it has been
21553 in the vicinity of an undo.
21554 (allout-widgets-mode): Include allout-widgets-after-undo-function
21555 on the new allout-post-undo-hook.
21556
21557 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21558
21559 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21560 Let define-derived-mode define it.
21561 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21562 cycles of abbrev-table inheritance (bug#8998).
21563
21564 2011-07-05 Roland Winkler <winkler@gnu.org>
21565
21566 * textmodes/bibtex.el: Add support for biblatex.
21567 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21568 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21569 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21570 (bibtex-entry-alist, bibtex-field-alist): New variables.
21571 (bibtex-entry-field-alist): Obsolete alias for
21572 bibtex-BibTeX-entry-alist.
21573 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21574 (bibtex-set-dialect): New command.
21575 (bibtex-entry-type, bibtex-entry-head)
21576 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21577 Bind via bibtex-set-dialect.
21578 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21579 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21580 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21581 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21582 Define via bibtex-set-dialect.
21583 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21584 Obey bibtex-no-opt-remove-re.
21585 (bibtex-vec-push, bibtex-vec-incr): New functions.
21586 (bibtex-format-entry, bibtex-field-list)
21587 (bibtex-print-help-message, bibtex-validate)
21588 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21589
21590 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21591
21592 * progmodes/compile.el (compilation-goto-locus):
21593 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21594 * bs.el (bs-cycle-next, bs-cycle-previous):
21595 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21596 * bindings.el (mode-line-other-buffer):
21597 * autoinsert.el (auto-insert):
21598 * arc-mode.el (archive-extract):
21599 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21600
21601 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21602
21603 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21604 Fix check of `emacs-lock-unlockable-modes'.
21605 Coerce true values of `emacs-lock--try-unlocking' to t.
21606
21607 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21608
21609 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21610 * emacs-lock.el: New file.
21611
21612 2011-07-05 Julien Danjou <julien@danjou.info>
21613
21614 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21615 than `boundp' to check if face is set.
21616
21617 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21618
21619 * register.el (registerv-make):
21620 * window.el (window-min-height): Fix typos in docstrings.
21621
21622 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21623
21624 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21625 Update doc string.
21626
21627 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21628
21629 * server.el (server-execute): Catch quit and call
21630 `server-return-error' to pass the error back to emacsclient and
21631 close the connection (bug#8942).
21632
21633 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21634
21635 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21636 insecure exception for current topic. Also note that auto-saves
21637 are handled differently.
21638
21639 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21640 State variables for tracking auto-save inhibition situation.
21641
21642 (allout-write-contents-hook-handler): Rename from
21643 'allout-write-file-hook-handler', and describe how it depends on
21644 write-contents-functions sensitivity to non-nil value to prevent
21645 file write.
21646
21647 (allout-auto-save-hook-handler): Remove. auto-save does not check
21648 this in individual buffers, only in the starting buffer, so this
21649 is not the right way for us to inhibit auto-save in a buffer
21650 according to its condition.
21651
21652 (allout-mode): Use new allout-write-contents-hook-handler, and
21653 only with write-contents-functions. Remove auto-save provisions -
21654 they're implemented elsewhere.
21655
21656 (allout-before-change-handler): If undo is in progress, note that
21657 for attention of allout-post-command-business.
21658
21659 (allout-post-command-business): If the command we're following was
21660 an undo, check for change in the status of encrypted items and
21661 adjust auto-save inhibitions accordingly.
21662
21663 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21664 according to whether there are or aren't any plain-text topics
21665 pending encryption.
21666
21667 (allout-inhibit-auto-save-info-for-decryption):
21668 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21669 if there are plain-text topics pending encryption.
21670
21671 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21672 buffer-saved-size and some allout state to not inhibit auto-saves
21673 if there are no longer any plain-text topics pending encryption.
21674
21675 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21676 No longer provide for exemption of the current topic.
21677
21678 2011-07-04 Juri Linkov <juri@jurta.org>
21679
21680 Add 7z operations to delete and save changed members (bug#8968).
21681 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21682 New defcustoms.
21683 (archive-7z-write-file-member): New function.
21684 (archive-7z-summarize): Fix the number of dashes in the
21685 listing output.
21686
21687 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21688
21689 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21690 (bug#8958).
21691
21692 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21693
21694 * bindings.el: Ignore next-buffer and previous-buffer in
21695 minibuffer-local-map.
21696
21697 * font-lock.el (font-lock-builtin-face): Change light background
21698 color to dark slate blue (Bug#6693).
21699
21700 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21701
21702 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21703
21704 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21705
21706 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21707 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21708 Add switch-to-buffer.
21709
21710 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21711
21712 * isearch.el (isearch-search-fun-function): Clarify further the
21713 meaning of the function returned.
21714
21715 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21716
21717 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21718
21719 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21720 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21721 Use it.
21722 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21723 `tramp-default-remote-path' does not exist.
21724 (tramp-send-command-and-read): New optional argument NOERROR.
21725 (tramp-open-connection-setup-interactive-shell)
21726 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21727 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21728 (tramp-process-sentinel): Flush also process' connection property.
21729 (tramp-sh-handle-start-file-process): Do not set process
21730 sentinel. It is done now ...
21731 (tramp-maybe-open-connection): ... here. (Bug#8929)
21732
21733 2011-07-04 MON KEY <monkey@sandpframing.com>
21734
21735 * play/animate.el (animate-string): Doc fixes and allow changing
21736 the buffer name (bug#5417).
21737
21738 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21739
21740 * play/animate.el (animation-buffer-name): Rename from *animate*.
21741
21742 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21743
21744 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21745 This is simpler and helps future-proof the code.
21746 (timer-until): Use time-subtract and float-time.
21747 (timer--time-less-p): Use time-less-p.
21748
21749 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21750
21751 * type-break.el (timep): Use the value of `float-time' to avoid a
21752 byte-compiler warning.
21753
21754 * server.el (server-eval-and-print): Return any result, even nil.
21755
21756 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21757
21758 * type-break.el: Accept time formats that the builtins accept.
21759 (timep, type-break-time-difference): Accept any format that
21760 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21761 This is simpler and helps future-proof the code.
21762 (type-break-time-difference): Round rather than ignoring
21763 subseconds components.
21764
21765 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21766
21767 * info.el (Info-apropos-matches): Make non-interactive, since it
21768 doesn't seem to do anything useful as a command (bug#8829).
21769
21770 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21771
21772 * frame.el (frame-background-mode, frame-set-background-mode):
21773 Move from faces.el.
21774 (frame-default-terminal-background): New function.
21775
21776 * custom.el (custom-push-theme): Don't record faces in `changed'
21777 theme; this doesn't work correctly for per-frame face settings.
21778 (disable-theme): Use face-set-after-frame-default to reset faces.
21779 (custom--frame-color-default): New function.
21780
21781 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21782
21783 * dired.el (dired-flagging-regexp): Remove unused variable
21784 (bug#8769).
21785
21786 2011-03-29 Kevin Ryde <user42@zip.com.au>
21787
21788 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21789 `perl-Test2' extend to match possible "fail #N" rep count
21790 (bug#8377).
21791
21792 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21793
21794 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21795 `smtpmail-via-smtp' now returns the error instead of nil.
21796
21797 * isearch.el (isearch-search-fun-function): Clarify the doc string
21798 (bug#8101).
21799
21800 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21801
21802 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21803 unnecessary spaces (bug#8987).
21804
21805 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21806
21807 * net/network-stream.el (open-network-stream): Use the
21808 :end-of-capability command thoughout.
21809
21810 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21811
21812 * net/network-stream.el (open-network-stream): Add the
21813 :end-of-capability command parameter, used by pop3.el.
21814
21815 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21816
21817 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21818
21819 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21820 for list)" (bug#6475).
21821
21822 * files.el (file-expand-wildcards): Ignore non-readable
21823 sub-directories while trying to find matches instead of signaling
21824 an error (bug#6297).
21825
21826 * man.el (Man-reference-regexp): Allow matching possible
21827 word-wrapped references (bug#6289).
21828
21829 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21830 for consistency with the other vc buffers (bug#6197).
21831 (vc-checkin): Ditto.
21832
21833 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21834
21835 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21836
21837 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21838
21839 * custom.el (defcustom): Clarify that :set is only used in the
21840 Customize user interface (bug#6089).
21841
21842 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21843 associated with a file, refuse to run instead of erroring out
21844 (bug#6084).
21845
21846 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21847 the doc string, since it appears that using `fill-column' always
21848 controls the width (bug#7845).
21849
21850 * simple.el (shell-command-on-region): Say where the error output
21851 went if `shell-command-default-error-buffer' is set (bug#6857).
21852
21853 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21854
21855 * allout.el (allout-yank-processing): Adjust cursor position for
21856 backwards-deleted space.
21857
21858 (allout-rebullet-heading): Register changes with
21859 allout-exposure-changed-hook, so the modified topic is properly
21860 decorated.
21861
21862 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21863
21864 * minibuffer.el (completion-in-region): Document PREDICATE
21865 (bug#7136).
21866
21867 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21868 of keyword/argument pairs (bug#6904).
21869
21870 * replace.el (multi-occur):
21871 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21872
21873 2011-07-02 Drew Adams <drew.adams@oracle.com>
21874
21875 * dired.el (dired-mark-if): Make the message about whether it's
21876 marking or unmarking clearer (bug#8523).
21877
21878 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21879
21880 * disp-table.el (display-table-print-array): New function.
21881 (describe-display-table): Use it to print the vectors more pretty
21882 (Bug#8859).
21883
21884 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21885
21886 * window.el (window-state-get-1): Don't assign clone numbers.
21887 Add clone-of item to list of window parameters.
21888 (window-state-put-2): Don't process clone numbers.
21889 (display-buffer-alist): Fix doc-string.
21890
21891 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21892
21893 * subr.el (remq): Don't allocate if it's not needed.
21894 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21895 (keymap--merge-bindings): New functions.
21896 (keymap-canonicalize): Use them to refine the canonicalization.
21897 * minibuffer.el (minibuffer-local-completion-map)
21898 (minibuffer-local-must-match-map): Move initialization from C.
21899 (minibuffer-local-filename-completion-map): Move initialization from C;
21900 don't inherit from anything here.
21901 (minibuffer-local-filename-must-match-map): Make obsolete.
21902 (completing-read-default): Use make-composed-keymap to combine
21903 minibuffer-local-filename-completion-map with either
21904 minibuffer-local-must-match-map or
21905 minibuffer-local-filename-completion-map.
21906
21907 2011-07-01 Glenn Morris <rgm@gnu.org>
21908
21909 * type-break.el (type-break-time-sum): Use dolist.
21910
21911 * textmodes/flyspell.el (flyspell-word-search-backward):
21912 Replace CL function.
21913
21914 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21915
21916 * mouse.el (mouse--strip-first-event): New function.
21917 (function-key-map): Use it to map fringe clicks to normal clicks
21918 by default.
21919
21920 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21921 (vc-bzr-revision-completion-table): Add support for annotate and date.
21922
21923 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21924 inherit from parent.
21925
21926 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21927
21928 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21929 (dired-show-file-type): Doc fixup (bug#8818).
21930
21931 * dired.el (dired-mode): Fix up the doc string as suggested by
21932 Drew Adams (bug#8817).
21933
21934 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21935 cookie, since the manual says that it should be possible to add
21936 this function to `find-file-hook' (bug#8709).
21937
21938 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21939
21940 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21941 here. Noted Ted Zlatanov as the maintainer.
21942 (cfengine-common-settings, cfengine-common-syntax): New functions
21943 to set up common things between `cfengine-mode' and
21944 `cfengine3-mode'.
21945 (cfengine3-mode): New mode.
21946 (cfengine3-defuns cfengine3-defuns-regex
21947 (cfengine3-class-selector-regex cfengine3-category-regex)
21948 (cfengine3-vartypes cfengine3-font-lock-keywords)
21949 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21950 (cfengine3-indent-line): Add from cfengine3.el.
21951
21952 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21953
21954 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21955
21956 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21957
21958 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21959
21960 * window.el (same-window-buffer-names, same-window-regexps)
21961 (same-window-p, special-display-frame-alist)
21962 (special-display-popup-frame, special-display-function)
21963 (special-display-buffer-names, special-display-regexps)
21964 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21965 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21966 (split-window-preferred-function, split-height-threshold)
21967 (split-width-threshold, even-window-heights)
21968 (display-buffer-mark-dedicated, window-splittable-p)
21969 (split-window-sensibly, window-safely-shrinkable-p):
21970 Un-obsolete.
21971 (display-buffer): Don't spread args with function specifier
21972 because special-display-popup-frame won't like it.
21973
21974 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
21975
21976 Time-stamp simplifications and fixes.
21977 These improve accuracy slightly, and future-proof the code
21978 against some potential changes to current-time format.
21979
21980 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21981 by using time-since and float-time.
21982
21983 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21984 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
21985 + NNN microseconds".
21986
21987 * type-break.el (type-break-time-sum): Rewrite using time-add.
21988
21989 * play/hanoi.el (hanoi-current-time-float): Remove.
21990 All uses replaced by float-time.
21991
21992 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21993 This yields a more-accurate answer.
21994 (rng-time-to-float): Remove; no longer needed.
21995
21996 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21997
21998 * calendar/timeclock.el (timeclock-seconds-to-time):
21999 Defalias to seconds-to-time, since they're the same thing.
22000
22001 * emacs-lisp/elp.el (elp-elapsed-time):
22002 * emacs-lisp/benchmark.el (benchmark-elapse):
22003 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22004
22005 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22006
22007 * window.el (bury-buffer): Don't iconify the only frame.
22008 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22009 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
22010
22011 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
22012
22013 * eshell/em-smart.el (eshell-smart-display-navigate-list):
22014 Add mouse-yank-primary.
22015
22016 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
22017
22018 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22019
22020 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22021
22022 * emacs-lisp/find-func.el (find-library--load-name): New fun.
22023 (find-library-name): Use it to find relative load names when provided
22024 absolute file name (bug#8803).
22025
22026 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22027
22028 * textmodes/flyspell.el (flyspell-word): Consider words that
22029 differ only in case as potential doublons (bug#5687).
22030
22031 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22032 Remove two rather uninteresting debugging-like messages to make
22033 debbugs.el more silent.
22034
22035 * comint.el (comint-password-prompt-regexp): Accept "Response" as
22036 a password-like phrase.
22037
22038 2011-06-30 Masatake YAMATO <yamato@redhat.com>
22039
22040 * progmodes/cc-guess.el: New file.
22041
22042 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22043
22044 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22045 derived from `c-basic-common-init'.
22046
22047 * progmodes/cc-mode.el (top-level): Require cc-guess.
22048 (c-basic-common-init): Use `cc-choose-style-for-mode'.
22049
22050 2011-06-30 Lawrence Mitchell <wence@gmx.li>
22051
22052 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22053
22054 2011-06-30 Alan Mackenzie <acm@muc.de>
22055
22056 * progmodes/cc-engine.el (c-guess-continued-construct):
22057 Correct the handling of template-args-cont, particularly for when font
22058 lock is disabled. Name this case as "CASE G".
22059
22060 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
22061
22062 * allout.el (allout-yank-processing): Fix injection of extra space
22063 between bullet and non-whitespace character in first topic when
22064 pasting, ensuring that the actual spacing in the pasted topic
22065 following the bullet char is preserved. This extra space was
22066 causing pasted encrypted topics to get a decrypted status even
22067 when the content was actually still encrypted. Now the decryption
22068 status from before the paste is preserved.
22069
22070 (allout-flag-region): Set all allout overlays so they evaporate
22071 when reduced to zero length (evanescent), to prevent overlay
22072 leakage.
22073
22074 2011-06-30 Glenn Morris <rgm@gnu.org>
22075
22076 * w32-fns.el (w32-charset-info-alist): Declare.
22077
22078 * find-dired.el (find-grep-options): Simplify.
22079
22080 * term/ns-win.el (ns-set-resource): Declare.
22081
22082 * ses.el (row, col): Declare dynamic variables honestly.
22083
22084 * textmodes/reftex-parse.el (index-tags): Declare.
22085
22086 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
22087
22088 * cus-edit.el (customize-push-and-save): New function.
22089
22090 * files.el (hack-local-variables-confirm): Use it.
22091
22092 * custom.el (load-theme): New arg NO-CONFIRM.
22093 Use customize-push-and-save (Bug#8720).
22094 (custom-enabled-themes): Doc fix.
22095
22096 * cus-theme.el (customize-create-theme)
22097 (custom-theme-merge-theme): Callers to load-theme changed.
22098
22099 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22100
22101 * thingatpt.el (thing-at-point-short-url-regexp): Require that
22102 short URLs have at least one dot in them (bug #7614).
22103
22104 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22105 nil, because using a pty is apparently too slow (bug #895).
22106
22107 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22108
22109 * mail/sendmail.el (sendmail-query-once): New function.
22110 (sendmail-query-once-function): New variable.
22111
22112 2011-06-29 Glenn Morris <rgm@gnu.org>
22113
22114 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22115
22116 * ses.el (top-level): Require cl when compiling.
22117 (ses-set-localvars): Fix error statement.
22118 Call it at compile time to silence a storm of warnings.
22119
22120 2011-06-29 Martin Rudalics <rudalics@gmx.at>
22121
22122 * window.el (normalize-live-buffer): Rename to
22123 window-normalize-buffer.
22124 (normalize-live-frame): Rename to window-normalize-frame.
22125 (normalize-any-window): Rename to window-normalize-any-window.
22126 (normalize-live-window): Rename to window-normalize-live-window.
22127 (make-window-atom): Rename to window-make-atom.
22128 (window-resize-reset): Rename to window--resize-reset.
22129 (window-resize-reset-1): Rename to window--resize-reset-1.
22130 (resize-mini-window): Rename to window--resize-mini-window.
22131 (resize-subwindows-skip-p): Rename to
22132 window--resize-subwindows-skip-p.
22133 (resize-subwindows-normal): Rename to
22134 window--resize-subwindows-normal.
22135 (resize-subwindows): Rename to window--resize-subwindows.
22136 (resize-other-windows): Rename to window--resize-siblings.
22137 (resize-this-window): Rename to window--resize-this-window.
22138 (resize-root-window): Rename to window--resize-root-window.
22139 (resize-root-window-vertically): Rename to
22140 window--resize-root-window-vertically.
22141 (normalize-buffer-to-display): Rename to
22142 window-normalize-buffer-to-display.
22143 (normalize-buffer-to-switch-to): Rename to
22144 window-normalize-buffer-to-switch-to.
22145 Correspondingly update all callers of the functions listed
22146 above.
22147 (display-buffer-alist, display-buffer-normalize-arguments)
22148 (display-buffer-normalize-options, display-buffer)
22149 (display-buffer-alist-set): Use "function" instead of
22150 "fun-with-args".
22151
22152 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
22153
22154 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22155 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
22156 debbugs.gnu.org. Mention acknowledgment email.
22157
22158 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
22159
22160 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22161 buffer multibyteness, since it shouldn't matter.
22162
22163 2011-06-28 Martin Rudalics <rudalics@gmx.at>
22164
22165 * window.el (display-buffer-in-side-window): Handle dedicated
22166 windows as in display-buffer-reuse-window.
22167 (display-buffer-normalize-alist): Use value of override
22168 specifier.
22169 (display-buffer-normalize-specifiers): Use value of
22170 other-window-means-other-frame specifier.
22171 (display-buffer-alist): Rewrite some texts in widgets.
22172 (display-buffer): Spread arguments when calling function
22173 specified by fun-with-args.
22174
22175 2011-06-28 Deniz Dogan <deniz@dogan.se>
22176
22177 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22178 Unnest `let'.
22179
22180 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22181 selectors (Bug#5732).
22182 (css-proprietary-nmstart-re): Use `regexp-opt'.
22183
22184 2011-06-27 Jari Aalto <jari.aalto@cante.net>
22185
22186 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22187 (eshell-ls-date-format): New defcustom.
22188 (eshell-ls-file): Use it.
22189
22190 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22191
22192 * help-fns.el (describe-variable): Fix message for terminal-local vars.
22193
22194 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
22195
22196 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22197 (ange-ftp-make-tmp-name): New arg.
22198 (ange-ftp-file-local-copy): Use it.
22199
22200 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
22201
22202 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22203 no-conversion (Bug#8870).
22204
22205 2011-06-27 Martin Rudalics <rudalics@gmx.at>
22206
22207 * window.el (window-right, window-left, window-child)
22208 (window-child-count, window-last-child)
22209 (window-iso-combination-p, walk-window-tree-1)
22210 (window-atom-check-1, window-tree-1, delete-window)
22211 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22212 new naming conventions - window-vchild, window-hchild,
22213 window-next and window-prev are now called window-top-child,
22214 window-left-child, window-next-sibling and window-prev-sibling
22215 respectively.
22216 (resize-window-reset): Rename to window-resize-reset.
22217 (resize-window-reset-1): Rename to window-resize-reset-1.
22218 (resize-window): Rename to window-resize.
22219 (window-min-height, window-min-width)
22220 (resize-mini-window, resize-this-window, resize-root-window)
22221 (resize-root-window-vertically, adjust-window-trailing-edge)
22222 (enlarge-window, shrink-window, maximize-window)
22223 (minimize-window, delete-window, quit-restore-window)
22224 (split-window, balance-windows, balance-windows-area-adjust)
22225 (balance-windows-area, window-state-put-2)
22226 (display-buffer-even-window-sizes, display-buffer-set-height)
22227 (display-buffer-set-width, set-window-text-height)
22228 (fit-window-to-buffer): Rename all "resize-window" prefixed
22229 calls to use the "window-resize" prefix convention.
22230 (display-buffer-alist): Fix symbol for label specifier.
22231 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22232 corresponding specifier.
22233 Reported by Juanma Barranquero <lekktu@gmail.com>.
22234
22235 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22236
22237 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22238 convention.
22239 (ses-call-printer): Does not pass an empty string to formatter when the
22240 cell is empty to keep from barking printer Calc math-format-value.
22241
22242 2011-06-27 Richard Stallman <rms@gnu.org>
22243
22244 * battery.el (battery-mode-line-limit): New variable.
22245 (battery-update): Handle it.
22246
22247 * mail/rmailmm.el (rmail-mime-process-multipart):
22248 Handle truncated messages.
22249
22250 2011-06-27 Glenn Morris <rgm@gnu.org>
22251
22252 * progmodes/flymake.el (flymake-err-line-patterns):
22253 Allow for column numbers in the ant/javac pattern. (Bug#8866)
22254
22255 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22256
22257 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22258 (ses--clean-!, ses--clean-_): New functions.
22259 (ses-range): Add configurability of readout order, and conversion
22260 to Calc vector.
22261
22262 * ses.el (ses-repair-cell-reference-all): New function.
22263 (ses-cell-symbol): Set macro as safe, so that it can be used in
22264 formulas.
22265
22266 * ses.el: Update cycle detection algorithm.
22267 (ses-localvars): Add ses--Dijkstra-attempt-nb and
22268 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22269 (ses-set-localvars): New function.
22270 (ses-make-cell): Add property-list as a cell element.
22271 (ses-cell-property-get-fun, ses-cell-property-get)
22272 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22273 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22274 New functions.
22275 (ses-cell-property-set, ses-cell-property-pop)
22276 (ses-cell-property-get-handle): New macro.
22277 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22278 New aliases, used for code readability.
22279 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22280 cycle detection.
22281 (ses-self-reference-early-detection): New defcustom.
22282 (ses-formula-references): Robustify against self-referring cells.
22283 (ses-mode): Use ses-set-localvars.
22284 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22285 before lauching the update processing.
22286 (ses-initialize-Dijkstra-attempt): New function.
22287 (ses-recalculate-cell): Update for cycle detection based on
22288 Dijkstra algorithm.
22289
22290 * ses.el: Fix commenting and indenting convention.
22291
22292 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22293
22294 * bs.el (bs-cycle-next): Complete last change.
22295
22296 2011-06-27 Drew Adams <drew.adams@oracle.com>
22297
22298 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22299
22300 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22301
22302 * net/network-stream.el (network-stream-open-starttls):
22303 Don't re-get capabilities unless we've reestablished connection.
22304 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22305
22306 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22307 to binary to possibly avoid line encoding issues on Windows (among
22308 other things).
22309
22310 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22311
22312 * net/network-stream.el (open-network-stream): Return an :error
22313 saying what the problem was, if possible.
22314
22315 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22316 server.
22317
22318 * net/network-stream.el (network-stream-open-starttls): If we
22319 wanted to use STARTTLS, and the server offered it, but we weren't
22320 able to because we had no STARTTLS support, then close the connection.
22321 (open-network-stream): Return an :error element, if present.
22322
22323 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22324
22325 * hl-line.el (hl-line-sticky-flag): Doc fix.
22326 (global-hl-line-sticky-flag): New option (Bug#8323).
22327 (global-hl-line-highlight): Obey it.
22328
22329 * vc/vc.el (vc-revert-show-diff): Default to t.
22330
22331 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22332
22333 * allout-widgets.el (allout-widgets-post-command-business):
22334 Stop decorating intermediate isearch matches. They're not being
22335 undecorated when an isearch is continued past, and isearch
22336 automatically collapses them. This leads to "widget leaks", where
22337 decorated items accumulate in collapsed areas. Lines with lots of
22338 hidden widgets can slow down cursor travel, substantially.
22339 Too much complicated machinery would be needed to ensure undecoration,
22340 so we're doing without this nicety.
22341
22342 (allout-widgets-tally-string): Don't try to do a hash-table-count
22343 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22344 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22345 *Messages* when allout-widgets-maintain-tally is t.
22346
22347 2011-06-26 Martin Rudalics <rudalics@gmx.at>
22348
22349 * window.el (display-buffer-normalize-argument): Rename to
22350 display-buffer-normalize-arguments. Handle special meaning of
22351 LABEL argument. Respect special-display-function when popping up
22352 a new frame. Fix code searching for a window showing the buffer
22353 on another frame.
22354 (display-buffer-normalize-specifiers):
22355 Call display-buffer-normalize-arguments.
22356 (display-buffer-in-window): Don't undedicate the window if its
22357 buffer remains the same.
22358 Reported by Drew Adams <drew.adams@oracle.com>.
22359 (display-buffer-alist): Add choice for same-window macro
22360 specfier.
22361 (display-buffer): Mention special meaning of LABEL argument in
22362 doc-string. Fix quoting. Don't pop up a new frame even as
22363 fallback.
22364
22365 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
22366
22367 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22368 avoid deleting the current window in some cases (bug#8911).
22369
22370 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22371
22372 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22373 (Bug#8934)
22374
22375 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22376
22377 * net/network-stream.el (network-stream-open-starttls):
22378 Use built-in TLS support if `gnutls-available-p' is true.
22379 (network-stream-open-tls): Ditto.
22380
22381 2011-06-26 Leo Liu <sdl.web@gmail.com>
22382
22383 * register.el (registerv): New struct.
22384 (registerv-make): New function.
22385 (jump-to-register, describe-register-1, insert-register):
22386 Support the jump-func, print-func and insert-func slot of a registerv
22387 struct. (Bug#8415)
22388
22389 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22390
22391 * vc/vc.el (vc-revert-show-diff): New defcustom.
22392 (vc-diff-internal): New arg specifying diff buffer.
22393 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22394 reuse an existing *vc-diff* buffer (Bug#8927).
22395
22396 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22397
22398 2011-06-26 Glenn Morris <rgm@gnu.org>
22399
22400 * progmodes/f90.el (f90-critical-indent): New option.
22401 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22402 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22403 (f90-mode): Doc fix.
22404 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22405 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22406 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22407 (f90-match-end): Handle block, critical.
22408
22409 2011-06-25 Glenn Morris <rgm@gnu.org>
22410
22411 * calendar/diary-lib.el (diary-included-files): Doc fix.
22412 (diary-include-files): New function, extracted from
22413 diary-include-other-diary-files and diary-mark-included-diary-files.
22414 (diary-include-other-diary-files, diary-mark-included-diary-files):
22415 Just call diary-include-files.
22416 (diary-mark-entries): Reset diary-included-files on first call.
22417
22418 * calendar/diary-lib.el (diary-mark-entries)
22419 (diary-mark-included-diary-files):
22420 Visit included diary-files in temp buffers.
22421
22422 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22423 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22424 (f90-start-block-re, f90-imenu-generic-expression)
22425 (f90-looking-at-program-block-start, f90-no-block-limit):
22426 Add support for submodules.
22427
22428 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22429 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22430
22431 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22432
22433 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22434 buffer-file-type before setting its value, to avoid disastrous
22435 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22436
22437 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22438
22439 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22440
22441 * ses.el (ses-unload-function):
22442 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22443
22444 * proced.el (proced-unload-function):
22445 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22446
22447 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22448
22449 * server.el (server-create-window-system-frame): Add parameters arg.
22450 (server-process-filter): Doc fix. Handle frame-parameters.
22451
22452 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22453
22454 Fix bug#8730, bug#8781.
22455
22456 * loadhist.el (unload--set-major-mode): New function.
22457 (unload-feature): Use it.
22458
22459 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22460 (python-unload-function): New function.
22461
22462 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22463
22464 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22465
22466 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22467
22468 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22469 the candidates list.
22470
22471 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22472
22473 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22474
22475 2011-06-23 Richard Stallman <rms@gnu.org>
22476
22477 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22478 (rmail-variables): Set next-error-move-function.
22479 (rmail-what-message): Take argument POS.
22480 (rmail-next-error-move): New function.
22481
22482 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22483
22484 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22485 messages for adjacent non-terminals.
22486
22487 2011-06-23 Richard Stallman <rms@gnu.org>
22488
22489 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22490 (rmail-show-message-1): Preserve buffer modified flag.
22491 (rmail-start-mail): Don't specify use of rmail-mail-return;
22492 that's done by mail-bury now.
22493 (rmail-mail-return): Handle arg NEWBUF.
22494
22495 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22496
22497 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22498 SIZE is a number.
22499
22500 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22501
22502 * window.el (get-lru-window, get-mru-window)
22503 (get-largest-window): Never return a minibuffer window.
22504 (display-buffer-pop-up-window): Fix a bug that could lead to
22505 reusing the minibuffer window.
22506 (display-buffer): Pass original specifier argument to
22507 display-buffer-function instead of the normalized one.
22508 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22509
22510 2011-06-22 Leo Liu <sdl.web@gmail.com>
22511
22512 * minibuffer.el (completing-read-function)
22513 (completing-read-default): Move from minibuf.c.
22514
22515 2011-06-22 Richard Stallman <rms@gnu.org>
22516
22517 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22518 to Rmail even if not started by a special Rmail command.
22519
22520 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22521 Copy the buffer currently showing just one message.
22522
22523 2011-06-22 Roland Winkler <winkler@gnu.org>
22524
22525 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22526 (bibtex-clean-entry): First delete the old key so that a
22527 customized algorithm for generating the new key does not get
22528 confused by the old key.
22529 (bibtex-url): Obey regexp of first step.
22530 (bibtex-search-entries): Do not use add-to-list with local
22531 list-var.
22532
22533 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22534
22535 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22536 stored a user name, then query for the password first, instead of
22537 waiting for SMTP to give an error message and the trying again.
22538
22539 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22540
22541 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22542 BUFFER in call-process.
22543
22544 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22545
22546 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22547 QUIT twice.
22548 (smtpmail-try-auth-methods): Require user name and password from
22549 auth-source.
22550
22551 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22552
22553 * window.el (display-buffer-default-specifiers)
22554 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22555 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22556 (split-window): Normalize SIDE argument (Bug#8916).
22557
22558 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22559 (special-display-frame-alist, special-display-popup-frame):
22560 Remove duplicate declarations. These are now in window.el.
22561
22562 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22563
22564 * mail/smtpmail.el (smtpmail-via-smtp):
22565 Set :use-starttls-if-possible so that we always use STARTTLS if the
22566 server supports it. SMTP servers that support STARTTLS commonly
22567 require it.
22568
22569 * net/network-stream.el (network-stream-open-starttls): Support
22570 upgrading to STARTTLS always, even if we don't have built-in support.
22571 (open-network-stream): Add the :always-query-capabilities keyword.
22572
22573 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22574 upgrades with `open-network-stream', and rely solely on
22575 auth-source for all credentials. Big changes throughout the file,
22576 but in particular:
22577 (smtpmail-auth-credentials): Remove.
22578 (smtpmail-starttls-credentials): Remove.
22579 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22580 MAIL FROM, too.
22581
22582 * net/network-stream.el (network-stream-open-starttls):
22583 Provide support for client certificates both for external and built-in
22584 STARTTLS.
22585 (auth-source): Require.
22586 (open-network-stream): Document the :client-certificate keyword.
22587 (network-stream-certificate): Change cert-cert to cert and
22588 cert-key to key.
22589
22590 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22591
22592 * net/tramp-cache.el (top): Don't load the persistency file when
22593 "emacs -Q" has been called.
22594
22595 2011-06-21 Tim Harper <timcharper@gmail.com>
22596
22597 * term/ns-win.el (ns-initialize-window-system):
22598 Set application-specific `ApplePressAndHoldEnabled' system
22599 resource to NO as it is not yet supported by the NS port.
22600
22601 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22602
22603 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22604 (list-dynamic-libraries): ...not here.
22605
22606 2011-06-21 Leo Liu <sdl.web@gmail.com>
22607
22608 * subr.el (sha1): Implement sha1 using secure-hash.
22609
22610 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22611
22612 * window.el (display-buffer-alist): In default value do not
22613 enforce searching a window on any but the selected frame.
22614 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22615 (display-buffer-select-window): Remove function.
22616 (display-buffer-in-window): When a window on another frame gets
22617 reused, do not select it any more but just raise its frame if
22618 necessary (Bug#8851) and (Bug#8856).
22619 (display-buffer-normalize-options): Handle pop-up-frames related
22620 options more faithfully.
22621 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22622 window if it is on another frame.
22623 (display-buffer-alist, display-buffer-default-specifiers):
22624 Don't make new frame unsplittable by default.
22625 (display-buffer-normalize-argument): Fix doc-string typo and use
22626 'same-frame-other-window instead of 'other-window when associating
22627 with display-buffer-macro-specifiers.
22628
22629 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
22630
22631 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22632 New functions.
22633 (5x5-mode-map, 5x5-mode-menu): Bind them.
22634 (5x5-draw-grid): Tweak the solver's rendering.
22635
22636 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22637
22638 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22639 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22640
22641 2011-06-21 Drew Adams <drew.adams@oracle.com>
22642
22643 * menu-bar.el: Use function variable instead of switch-to-buffer.
22644 (menu-bar-select-buffer-function): New variable.
22645 (menu-bar-update-buffers): Use it (bug#8876).
22646
22647 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22648
22649 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22650 variable's status.
22651
22652 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22653
22654 * x-dnd.el (x-dnd-version-from-flags)
22655 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22656 and long as number (Bug#8899).
22657 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22658
22659 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22660
22661 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22662 (completion-try-completion, completion-all-completions): Compute the
22663 metadata argument if it's missing; make it optional (bug#8795).
22664
22665 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22666 (widget-complete): Use new :completion-function property.
22667 (widget-completions-at-point): New function.
22668 (default): Use :completion-function instead of :complete.
22669 (widget-default-completions): Rename from widget-default-complete;
22670 Rewrite.
22671 (widget-string-complete, widget-file-complete, widget-color-complete):
22672 Remove functions.
22673 (file, symbol, function, variable, coding-system, color):
22674 * international/mule-cmds.el (default-input-method, charset)
22675 (language-info-custom-alist):
22676 * cus-edit.el (face): Use new property :completions.
22677
22678 * progmodes/pascal.el (pascal-completions-at-point): New function.
22679 (pascal-mode): Use it.
22680 (pascal-mode-map): Use completion-at-point.
22681 (pascal-toggle-completions): Make obsolete.
22682 (pascal-complete-word, pascal-show-completions):
22683 * progmodes/octave-mod.el (octave-complete-symbol):
22684 Redefine as obsolete alias.
22685 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22686 Signal absence of completion info for old Octave,
22687 (inferior-octave-complete): Redefine as obsolete alias.
22688 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22689 (meta-completions-at-point): Rename from meta-complete-symbol and
22690 adapt it for use on completion-at-point-functions.
22691 (meta-common-mode): Use it.
22692 (meta-looking-at-backward, meta-match-buffer): Remove.
22693 (meta-complete-symbol): Redefine as obsolete alias.
22694 (meta-common-mode-map): Use completion-at-point.
22695 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22696 (makefile-mode-map): Use completion-at-point.
22697 (makefile-completions-at-point): Rename from makefile-complete and
22698 adapt it for use on completion-at-point-functions.
22699 (makefile-mode): Use it.
22700 (makefile-complete): Redefine as obsolete alias.
22701
22702 2011-06-20 Deniz Dogan <deniz@dogan.se>
22703
22704 * net/rcirc.el: Delete trailing whitespaces once and for all.
22705
22706 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22707
22708 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22709
22710 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22711
22712 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22713
22714 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22715
22716 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22717
22718 * window.el (display-buffer-other-window-means-other-frame):
22719 Call display-buffer-normalize-alist.
22720 (display-buffer-normalize-specifiers-1): Rename to
22721 display-buffer-normalize-argument. New argument other-frame.
22722 Rewrite.
22723 (display-buffer-normalize-specifiers-2): Rename to
22724 display-buffer-normalize-options.
22725 (display-buffer-normalize-alist-1): New function.
22726 (display-buffer-normalize-specifiers-3): Rename to
22727 display-buffer-normalize-alist.
22728 Call display-buffer-normalize-alist-1.
22729 (display-buffer-normalize-options-inhibit): New variable.
22730 (display-buffer-normalize-specifiers): Rewrite calling
22731 display-buffer-normalize-alist,
22732 display-buffer-normalize-argument, and
22733 display-buffer-normalize-options. Don't call the latter if
22734 display-buffer-normalize-options-inhibit is non-nil.
22735 (frame-auto-delete): New option.
22736 (window-deletable-p): Use frame-auto-delete.
22737 (window-list-no-nils, window-state-ignored-parameters)
22738 (window-state-get-1, window-state-get, window-state-put-list)
22739 (window-state-put-1, window-state-put-2, window-state-put):
22740 New functions.
22741 (display-buffer-normalize-options): Move special-display-p group
22742 after pop-up-frame group (Bug#8851) and (Bug#8856).
22743
22744 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22745
22746 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22747 groups (Bug#8776).
22748 (rx-submatch-n): New function.
22749 (rx): Document it.
22750
22751 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22752 (Bug#8768).
22753
22754 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22755
22756 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22757
22758 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22759 anytime existing face settings are present (Bug#8889).
22760
22761 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22762 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22763 Remove unused argument.
22764
22765 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22766
22767 * window.el (display-buffer-default-specifiers):
22768 Remove pop-up-frame. Add pop-up-window-min-height,
22769 pop-up-window-min-width, and another reuse-window specifier
22770 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22771 (display-buffer-normalize-specifiers-2):
22772 Handle split-height-threshold and split-width-threshold also when
22773 pop-up-windows is unset. Add a reuse-window specifier for the
22774 case popping up a new window fails.
22775 (special-display-popup-frame): Remove double quoting.
22776 (display-buffer-normalize-specifiers-1): Fix thinko.
22777
22778 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22779
22780 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22781 according to comint-completion-addsuffix.
22782
22783 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22784 (pcomplete-suffix-list): Mark as obsolete.
22785 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22786 pcomplete-seen in the closure.
22787 (pcomplete-comint-setup): Setup completion-at-point as well.
22788 (pcomplete--entries): New function.
22789 (pcomplete--env-regexp): New var.
22790 (pcomplete-entries): Rewrite to work with partial-completion and
22791 without relying on pcomplete-suffix-list.
22792 (pcomplete-pare-list): Remove, unused.
22793
22794 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22795
22796 * window.el (display-buffer-alist): Set pop-up-window-min-height
22797 and pop-up-window-min-width in default value. Reported by
22798 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22799 other-window-means-other-frame.
22800 (display-buffer-macro-specifiers): Comment out entry for
22801 other-window specifier.
22802 (display-buffer-other-window-means-other-frame): New function.
22803 (display-buffer-normalize-specifiers-1): New arguments
22804 buffer-name and label. Treat other-window case specially.
22805 (display-buffer-normalize-specifiers-2): Treat other-window case
22806 specially.
22807 (display-buffer-normalize-specifiers-3): New function.
22808 (display-buffer-normalize-specifiers):
22809 Call display-buffer-normalize-specifiers-3.
22810
22811 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22812
22813 * window.el (same-window-p): Fix two typos introduced when
22814 adding with-no-warnings.
22815 (display-buffer-normalize-specifiers-1): Don't check
22816 pop-up-frames for 'unset initialization.
22817 (display-buffer-normalize-specifiers-2): Major rewrite using
22818 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22819 (pop-up-frames, display-buffer-reuse-frames)
22820 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22821 Suggested by David Engster <deng@randomsample.de>.
22822 (even-window-heights): Initialize to 'unset.
22823 (display-buffer-alist-set): Handle new 'unset initializations.
22824 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22825 other window case.
22826
22827 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22828
22829 * window.el (display-buffer-normalize-specifiers-1):
22830 Respect current value of pop-up-frames for most reasonable values of
22831 second argument of display-buffer (Bug#8865).
22832 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22833 (switch-to-buffer-other-window-same-frame)
22834 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22835 Adams (Bug#8875).
22836 (display-buffer): Don't check noninteractive when calling
22837 display-buffer-pop-up-frame.
22838 (display-buffer-pop-up-frame): Never pop up a frame in
22839 noninteractive mode (Bug#8857).
22840 (enlarge-window, shrink-window): Don't report an error when the
22841 window can't be resized as requested (Bug#8862).
22842
22843 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22844
22845 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22846
22847 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22848
22849 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22850
22851 2011-06-15 Alan Mackenzie <acm@muc.de>
22852
22853 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22854 for declarators, disable knr checking to speed up for normal files.
22855 2: Refactor, replacing a sequence of nested if forms by a cond form.
22856
22857 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22858
22859 * net/network-stream.el (open-network-stream): Add the keyword
22860 :always-query-capabilities for the case where you want to force a
22861 `plain' network connection, but the protocol still requires the
22862 capabilitiy command (i.e., SMTP and EHLO).
22863
22864 * subr.el (process-live-p): Rename from `process-alive-p' for
22865 consistency with other `-live-p' functions.
22866
22867 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22868
22869 * window.el (same-window-buffer-names, same-window-regexps)
22870 (special-display-frame-alist, special-display-popup-frame)
22871 (special-display-function, special-display-buffer-names)
22872 (special-display-regexps, pop-up-frame-alist)
22873 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22874 (pop-up-windows, split-window-preferred-function)
22875 (split-height-threshold, split-width-threshold, even-window-heights)
22876 (display-buffer-mark-dedicated): Don't encourage the use of
22877 display-buffer-alist from Elisp code.
22878
22879 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22880
22881 * progmodes/python.el (python-mode): Derive from prog-mode.
22882 * progmodes/ps-mode.el (ps-mode):
22883 * progmodes/mixal-mode.el (mixal-mode):
22884 * progmodes/cfengine.el (cfengine-mode):
22885 * progmodes/ld-script.el (ld-script-mode): Likewise.
22886
22887 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22888
22889 * window.el (display-buffer-alist): Trim default value to avoid
22890 popping up a new frame (Bug#8857) or reusing an arbitrary window
22891 on another frame.
22892 (display-buffer): Do not fall back on popping up a new frame in
22893 batch mode (Bug#8857).
22894
22895 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22896
22897 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22898 (custom-theme-summary): New function.
22899 (customize-themes): Use it.
22900
22901 2011-06-13 Glenn Morris <rgm@gnu.org>
22902
22903 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22904
22905 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22906
22907 * help.el (help-window): Remove variable.
22908 (help-window-point-marker, temp-buffer-max-height)
22909 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22910 (help-print-return-message): Don't set help-window.
22911 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22912 (help-window-setup-finish): Remove.
22913 (help-window-display-message, help-window-setup)
22914 (with-help-window): Major rewrite based on new
22915 display-buffer-window variable.
22916
22917 * help-mode.el (help-mode-finish): Remove help-window related
22918 code.
22919
22920 * view.el (view-exits-all-viewing-windows): Remove reference to
22921 view-return-to-alist in doc-string.
22922 (view-return-to-alist): Make obsolete.
22923 (view-buffer): Call pop-to-buffer-same-window and remove
22924 undo-window code.
22925 (view-buffer-other-window): Call pop-to-buffer-other-window and
22926 simplify code. Ignore second argument.
22927 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22928 simplify code. Ignore second argument.
22929 (view-return-to-alist-update): Make obsolete.
22930 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22931 Rewrite using quit-restore window parameters.
22932 (view-mode-exit): Rename second argument to EXIT-ONLY.
22933 Rewrite using quit-restore-window.
22934 (View-exit, View-exit-and-edit, View-leave, View-quit)
22935 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22936 appropriate arguments.
22937 (view-end-message): Use quit-restore window parameter.
22938
22939 * window.el (display-buffer-function): Rewrite doc-string.
22940 (display-buffer-window, display-buffer-alist): New variables.
22941 (display-buffer-split-specifiers)
22942 (display-buffer-side-specifiers)
22943 (display-buffer-macro-specifiers): New constants.
22944 (display-buffer-even-window-sizes, display-buffer-set-height)
22945 (display-buffer-set-width, display-buffer-select-window)
22946 (display-buffer-in-window, display-buffer-reuse-window)
22947 (display-buffer-split-window-1, display-buffer-split-window)
22948 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22949 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22950 (display-buffer-in-side-window, normalize-buffer-to-display)
22951 (display-buffer-normalize-specifiers-1)
22952 (display-buffer-normalize-specifiers-2)
22953 (display-buffer-normalize-specifiers, display-buffer-frame):
22954 New functions.
22955 (display-buffer): Major rewrite.
22956 (display-buffer-other-window, display-buffer-other-frame)
22957 (pop-to-buffer, switch-to-buffer-other-window)
22958 (switch-to-buffer-other-frame): Rewrite.
22959 (display-buffer-same-window, display-buffer-same-frame)
22960 (display-buffer-same-frame-other-window)
22961 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22962 (pop-to-buffer-other-window)
22963 (pop-to-buffer-same-frame-other-window)
22964 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22965 (switch-to-buffer-other-window-same-frame): New functions.
22966 (same-window-p, special-display-p): Rewrite disabling warnings.
22967 Make obsolete.
22968 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22969 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22970 Make obsolete
22971 (same-window-buffer-names, same-window-regexps)
22972 (special-display-frame-alist, special-display-popup-frame)
22973 (special-display-function, special-display-buffer-names)
22974 (special-display-regexps, pop-up-frame-alist)
22975 (pop-up-frame-function, split-window-preferred-function)
22976 (split-height-threshold, split-width-threshold)
22977 (even-window-heights): Make obsolete.
22978
22979 2011-06-12 Glenn Morris <rgm@gnu.org>
22980
22981 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
22982 Misc simplifications.
22983
22984 2011-06-12 Martin Rudalics <rudalics@gmx.at>
22985
22986 * window.el (window-safely-shrinkable-p): Restore function which
22987 was inadvertently removed in change from 2011-06-11. Declare as
22988 obsolete.
22989
22990 * calendar/calendar.el (calendar-generate-window):
22991 Use window-iso-combined-p instead of combination of one-window-p and
22992 window-safely-shrinkable-p.
22993
22994 2011-06-12 Glenn Morris <rgm@gnu.org>
22995
22996 * progmodes/fortran.el (fortran-mode-syntax-table):
22997 * progmodes/f90.el (f90-mode-syntax-table):
22998 Set % to punctuation. (Bug#8820)
22999 (f90-find-tag-default): Remove, no longer needed.
23000
23001 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
23002
23003 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23004
23005 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
23006
23007 * image.el (image-animated-p): Return animation delay in seconds.
23008 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23009 (image-animate-timeout): Remove DELAY argument. Don't assume
23010 every subimage has the same delay; get it from image-animated-p.
23011 (image-animate): Caller changed.
23012
23013 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
23014
23015 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23016 to ignored backtrace functions.
23017
23018 2011-06-11 Glenn Morris <rgm@gnu.org>
23019
23020 * calendar/appt.el (appt-disp-window-function): Doc fix.
23021 (appt-check): Handle overlapping appointments. (Bug#8337)
23022
23023 2011-06-11 Martin Rudalics <rudalics@gmx.at>
23024
23025 * window.el (window-tree-1, window-tree): New functions, moving
23026 the latter to window.el.
23027 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23028 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23029 (bw-refresh-edges): Remove.
23030 (balance-windows-1, balance-windows-2): New functions.
23031 (balance-windows): Rewrite in terms of window tree functions,
23032 balance-windows-1 and balance-windows-2.
23033 (bw-adjust-window): Remove.
23034 (balance-windows-area-adjust): New function with functionality of
23035 bw-adjust-window but using resize-window.
23036 (set-window-text-height): Rewrite doc-string.
23037 Use normalize-live-window and resize-window.
23038 (enlarge-window-horizontally, shrink-window-horizontally):
23039 Rename argument to DELTA.
23040 (window-buffer-height): New function.
23041 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23042 Rewrite using new window resize routines.
23043 (kill-buffer-and-window, mouse-autoselect-window-select):
23044 Use ignore-errors instead of condition-case.
23045 (quit-window): Call delete-frame instead of delete-windows-on
23046 for the only buffer on frame.
23047
23048 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23049
23050 * loadup.el (top-level): Load window before files for the sake
23051 of replace-buffer-in-windows.
23052
23053 * files.el (read-buffer-to-switch)
23054 (switch-to-buffer-other-window)
23055 (switch-to-buffer-other-frame, display-buffer-other-frame):
23056 Move to window.el.
23057
23058 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23059 (previous-buffer): Move to window.el.
23060
23061 * bindings.el (unbury-buffer): Move to window.el.
23062
23063 * window.el (delete-other-windows-vertically): Move after
23064 definition of delete-other-windows.
23065 (other-window, delete-windows-on, replace-buffer-in-windows):
23066 Move here from window.c.
23067 (record-window-buffer, unrecord-window-buffer)
23068 (set-window-buffer-start-and-point, switch-to-prev-buffer)
23069 (switch-to-next-buffer): New functions.
23070 (get-next-valid-buffer, last-buffer, next-buffer): Move here
23071 from simple.el. Call switch-to-next-buffer.
23072 (previous-buffer): Move here from simple.el.
23073 Call switch-to-prev-buffer.
23074 (bury-buffer): Move here from buffer.c. Switch to previous
23075 buffer when window cannot be deleted.
23076 (unbury-buffer): Move here from bindings.el.
23077 (ctl-x-map): Move binding for other-window from window.c to
23078 here.
23079 (read-buffer-to-switch, switch-to-buffer-other-window)
23080 (switch-to-buffer-other-frame): Move here from files.el.
23081 (normalize-buffer-to-switch-to): New functions.
23082 (switch-to-buffer): Move here from buffer.c.
23083 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23084
23085 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23086
23087 * window.el (window-min-height, window-min-width): Move here
23088 from window.c. Add defcustoms and rewrite doc-strings.
23089 (resize-mini-window, resize-window): New functions.
23090 (adjust-window-trailing-edge, enlarge-window, shrink-window):
23091 Move here from window.c.
23092 (maximize-window, minimize-window): New functions.
23093 (delete-window, delete-other-windows, split-window): Move here
23094 from window.c.
23095 (window-split-min-size): New function.
23096 (split-window-keep-point): Mention split-window-above-each-other
23097 instead of split-window-vertically.
23098 (split-window-above-each-other, split-window-vertically):
23099 Rename split-window-vertically to split-window-above-each-other
23100 and provide defalias for old definition.
23101 (split-window-side-by-side, split-window-horizontally):
23102 Rename split-window-horizontally to split-window-side-by-side
23103 and provide defalias for the old definition.
23104 (ctl-x-map): Move bindings for delete-window,
23105 delete-other-windows and enlarge-window here from window.c.
23106 Replace bindings for split-window-vertically and
23107 split-window-horizontally by bindings for
23108 split-window-above-each-other and split-window-side-by-side.
23109
23110 * cus-start.el (all): Remove entries for window-min-height and
23111 window-min-width. Add entries for window-splits and
23112 window-nest.
23113
23114 2011-06-09 Glenn Morris <rgm@gnu.org>
23115
23116 * calendar/appt.el (appt-mode-line): New function.
23117 (appt-check, appt-disp-window): Use it.
23118
23119 * files.el (hack-one-local-variable-eval-safep):
23120 Allow minor-modes with explicit +/-1 arguments.
23121
23122 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
23123
23124 * term/xterm.el (xterm): Add defgroup.
23125 (xterm-extra-capabilities): Add defcustom to supply known xterm
23126 capabilities, skip querying them, or query them (default).
23127 (terminal-init-xterm): Use it.
23128 (terminal-init-xterm-modify-other-keys): New function to set up
23129 modifyOtherKeys support to simplify `terminal-init-xterm'.
23130
23131 2011-06-09 Martin Rudalics <rudalics@gmx.at>
23132
23133 * window.el (resize-window-reset, resize-window-reset-1)
23134 (resize-subwindows-skip-p, resize-subwindows-normal)
23135 (resize-subwindows, resize-other-windows, resize-this-window)
23136 (resize-root-window, resize-root-window-vertically)
23137 (window-deletable-p, window-or-subwindow-p)
23138 (frame-root-window-p): New functions.
23139
23140 2011-06-09 Glenn Morris <rgm@gnu.org>
23141
23142 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23143 (ange-ftp-get-files): Use it.
23144
23145 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23146
23147 * mail/sendmail.el (mail-recover-1, mail-recover):
23148 * files.el (recover-file, recover-session):
23149 Handle dired-listing-switches not being just a single short option.
23150
23151 2011-06-09 Glenn Morris <rgm@gnu.org>
23152
23153 * calendar/appt.el (appt-display-message, appt-disp-window):
23154 Handle lists of appointments.
23155
23156 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23157
23158 * window.el (one-window-p): Move down in code.
23159 Rewrite doc-string.
23160 (window-current-scroll-bars): Rewrite doc-string.
23161 Normalize live window argument.
23162 (walk-windows, get-window-with-predicate, count-windows):
23163 Rewrite doc-string. Use window-list-1.
23164 (window-in-direction-2, window-in-direction, get-mru-window):
23165 New functions.
23166
23167 2011-06-08 Reuben Thomas <rrt@sc3d.org>
23168
23169 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23170 Doc fix (Bug#8713).
23171
23172 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
23173
23174 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23175
23176 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
23177
23178 * loadhist.el (unload-feature-special-hooks):
23179 Add `comint-output-filter-functions'.
23180
23181 2011-06-08 Ivan Kanis <gnu@kanis.fr>
23182
23183 * calendar/appt.el (appt-check): Move some initializations into the let.
23184
23185 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23186
23187 * window.el (window-height): Defalias to window-total-height.
23188 (window-width): Defalias to window-body-width.
23189
23190 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
23191
23192 * image-mode.el (image-toggle-animation): New command.
23193 (image-mode-map): Bind it to RET.
23194 (image-mode): Update message.
23195 (image-toggle-display-image): Avoid a spurious cache flush.
23196 (image-transform-rotation): Doc fix.
23197 (image-transform-properties): Return quickly in the normal case.
23198 (image-animate-loop): Rename from image-animate-max-time.
23199
23200 * image.el (image-animate-max-time): Move to image-mode.el.
23201 (create-animated-image): Remove unnecessary function.
23202 (image-animate): Rename from image-animate-start. New arg.
23203 (image-animate-stop): Remove; just use image-animate-timer.
23204 (image-animate-timer): Use car-safe.
23205 (image-animate-timeout): Rename argument.
23206
23207 2011-06-07 Martin Rudalics <rudalics@gmx.at>
23208
23209 * window.el (get-lru-window, get-largest-window): Move here from
23210 window.c. Rename first argument to ALL-FRAMES.
23211 Rephrase doc-strings.
23212 (get-buffer-window-list): Rewrite using window-list-1.
23213 Rephrase doc-string.
23214 (window-safe-min-height, window-safe-min-width): New constants.
23215 (window-size-ignore, window-min-size, window-min-size-1)
23216 (window-sizable, window-sizable-p, window-size-fixed-1)
23217 (window-size-fixed-p, window-min-delta-1, window-min-delta)
23218 (window-max-delta-1, window-max-delta, window-resizable)
23219 (window-resizable-p, window-total-height, window-total-width)
23220 (window-body-width): New functions.
23221 (window-full-height-p, window-full-width-p): Rewrite using
23222 window-total-size.
23223 (window-body-height): Rewrite using window-body-size.
23224
23225 2011-06-06 Martin Rudalics <rudalics@gmx.at>
23226
23227 * window.el (window-right, window-left, window-child)
23228 (window-child-count, window-last-child, window-any-p)
23229 (normalize-live-buffer, normalize-live-frame)
23230 (normalize-any-window, normalize-live-window)
23231 (window-iso-combination-p, window-iso-combined-p)
23232 (window-iso-combinations)
23233 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23234 (windows-with-parameter, window-with-parameter)
23235 (window-atom-root, make-window-atom, window-atom-check-1)
23236 (window-atom-check, window-side-check, window-check):
23237 New functions.
23238 (ignore-window-parameters, window-sides, window-sides-vertical)
23239 (window-sides-slots): New variables.
23240 (window-size-fixed): Move down in code. Minor doc-string fix.
23241
23242 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
23243
23244 * comint.el (comint-dynamic-complete-as-filename)
23245 (comint-dynamic-complete-filename): Correctly call
23246 completion-in-region.
23247
23248 2011-06-05 Deniz Dogan <deniz@dogan.se>
23249
23250 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23251 in last change.
23252
23253 2011-06-05 Deniz Dogan <deniz@dogan.se>
23254
23255 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23256 (rcirc): Use it to prompt for encryption.
23257
23258 2011-06-05 Roland Winkler <winkler@gnu.org>
23259
23260 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23261 (bibtex-search-entries): New command bound to C-c C-a.
23262 (bibtex-display-entries): New function.
23263
23264 2011-06-05 Roland Winkler <winkler@gnu.org>
23265
23266 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23267 (bibtex-insert-kill): After yanking insert newline if necessary.
23268 (bibtex-initialize): Call bibtex-string-files-init only once.
23269 (bibtex-mode): Do not call easy-menu-add.
23270 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23271 (bibtex-yank): Set arg properly if nil.
23272
23273 2011-06-05 Roland Winkler <winkler@gnu.org>
23274
23275 * textmodes/bibtex.el (bibtex-search-entry-globally):
23276 New variable.
23277 (bibtex-search-entry): Use it.
23278
23279 2011-06-05 Roland Winkler <winkler@gnu.org>
23280
23281 * textmodes/bibtex.el (bibtex-entry-format): New option
23282 sort-fields.
23283 (bibtex-format-entry, bibtex-reformat): Honor this option.
23284 (bibtex-parse-entry): Return fields in proper order.
23285
23286 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
23287
23288 * doc-view.el (doc-view-remove-if): Move computation of result out
23289 of `dolist' to silence misleading lexical-binding warning.
23290
23291 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
23292
23293 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23294 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23295
23296 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23297
23298 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23299 "SunOS 5.10".
23300
23301 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23302
23303 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23304 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23305 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23306 (tramp-parse-putty):
23307 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23308 (tramp-completion-function-alist-ssh)
23309 (tramp-completion-function-alist-telnet)
23310 (tramp-completion-function-alist-su)
23311 (tramp-completion-function-alist-putty): Set `tramp-autoload'
23312 cookie.
23313
23314 * net/tramp-ftp.el:
23315 * net/tramp-sh.el:
23316 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23317 load "tramp.el" `tramp-set-completion-function'.
23318
23319 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
23320
23321 * shell.el: Require and use pcomplete.
23322 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23323 (shell-completion-vars): Set pcomplete-default-completion-function.
23324
23325 2011-06-04 Deniz Dogan <deniz@dogan.se>
23326
23327 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23328 `memq' (Bug#8799).
23329
23330 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23331
23332 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23333
23334 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
23335
23336 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23337 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23338 * vc/log-view.el (log-view-beginning-of-defun):
23339 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23340 (smerge-refine-forward, smerge-refine-chopup-region):
23341 Silence warning for unused `dotimes' counter variables.
23342
23343 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23344
23345 * net/tramp.el (tramp-with-progress-reporter): Rename from
23346 with-progress-reporter. Use `declare'.
23347 * net/tramp-smb.el:
23348 * net/tramp-sh.el:
23349 * net/tramp-gvfs.el: Update all uses.
23350
23351 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23352
23353 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23354 buffer isn't killed before making it current.
23355
23356 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23357
23358 Silence various byte-compiler warnings.
23359 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23360 `access-type' and new obsolescence format.
23361 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23362 new format.
23363 (byte-compile-check-variable): New `access-type' argument.
23364 Only warn if the access-type is obsolete.
23365 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23366 (byte-compile-variable-set): Adjust callers.
23367 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23368 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23369 setting it as obsolete.
23370 * simple.el (minibuffer-completing-symbol):
23371 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23372 access as obsolete.
23373 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23374 obsolete yet.
23375 * international/quail.el (quail-mouse-choose-completion): Remove unused
23376 code referring to obsolete var.
23377 (quail-choose-completion-string): Remove.
23378 * server.el (server-clients-with, server-kill-buffer-query-function)
23379 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23380 * proced.el (proced-send-signal):
23381 * emacs-lisp/lisp.el (lisp-complete-symbol):
23382 Replace completion-annotate-function with completion-extra-properties.
23383
23384 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23385
23386 * simple.el (goto-line): Use read-number.
23387 (overriding-map-is-bound): Remove.
23388 (saved-overriding-map): Change default.
23389 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23390 Take the map as argument.
23391 (universal-argument, negative-argument, digit-argument): Use it.
23392 (restore-overriding-map): Adjust.
23393 (do-auto-fill): Use fill-forward-paragraph.
23394 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23395
23396 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23397 (minibuffer-inactive-mode): New major mode.
23398 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23399 the *Messages* buffer" hack.
23400 (mouse-popup-menubar): Don't burp if the event is a normal key.
23401
23402 Miscellaneous tweaks.
23403 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23404 lexical scoping as in subr.el's dolist and dotimes.
23405 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23406 Silence compiler warning.
23407 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23408 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23409 * international/ccl.el (ccl-compile): Trivial simplification.
23410 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23411 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23412 `printflag' argument.
23413 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23414 Purecopy the whole obsolescence data.
23415
23416 2011-06-01 Leo Liu <sdl.web@gmail.com>
23417
23418 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23419 improve doc-string as suggested by Marco Pessotto
23420 <melmothx@gmail.com>.
23421 (rcirc-print): Fix last change.
23422
23423 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23424
23425 * minibuffer.el (complete-with-action): Return nil for the metadata and
23426 boundaries of non-functional tables.
23427 (completion-table-dynamic): Return nil for the metadata.
23428 (completion-table-with-terminator): Add default case, using
23429 complete-with-action.
23430 (completion--metadata): New function.
23431 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23432 to try and avoid pathological performance problems.
23433 (completion--embedded-envvar-table): Return `category' metadata.
23434
23435 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23436
23437 * subr.el (process-alive-p): New tiny convenience function.
23438
23439 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23440
23441 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23442 content but also its previous major mode.
23443
23444 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23445
23446 * emacs-lisp/debug.el (debug): Restore the previous content of the
23447 *Backtrace* buffer when we exit with C-M-c.
23448
23449 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23450
23451 * minibuffer.el: Add metadata method to completion tables.
23452 (completion-category-overrides): New defcustom.
23453 (completion-metadata, completion--field-metadata)
23454 (completion-metadata-get, completion--styles)
23455 (completion--cycle-threshold): New functions.
23456 (completion-try-completion, completion-all-completions):
23457 Add `metadata' argument to choose completion-styles.
23458 (completion--do-completion): Use metadata to choose cycling.
23459 (completion-all-sorted-completions): Use metadata for sorting.
23460 Remove :completion-cycle-penalty which is not needed any more.
23461 (completion--try-word-completion): Add `metadata' argument.
23462 (minibuffer-completion-help): Check metadata for annotation function
23463 and sorting.
23464 (completion-file-name-table): Return `category' metadata.
23465 (minibuffer-completing-file-name): Make obsolete.
23466 * simple.el (minibuffer-completing-symbol): Make obsolete.
23467 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23468 completion-try-completion.
23469
23470 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23471
23472 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23473
23474 2011-05-30 Leo Liu <sdl.web@gmail.com>
23475
23476 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23477 (rcirc-print): Decode all incoming messages (bug#8744).
23478 (rcirc-decode-coding-system): Allow value nil for automatic coding
23479 system detection.
23480
23481 2011-06-01 Glenn Morris <rgm@gnu.org>
23482
23483 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23484
23485 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23486
23487 * image.el (image-animate-max-time): Allow nil and t values.
23488 Default to nil.
23489 (create-animated-image): Doc fix.
23490 (image-animate-start): Remove second arg; just use
23491 image-animate-max-time.
23492 (image-animate-timeout): Doc fix. Args changed.
23493
23494 * image-mode.el (image-toggle-display-image): Ensure that the
23495 image spec passed to the animate timer is the same object as in
23496 the buffer's display property (Bug#6981).
23497 (image-transform-properties): Doc fix.
23498
23499 * image.el (image-animate-max-time): Default to nil.
23500
23501 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23502
23503 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23504 entire buffer list (Bug#8184).
23505
23506 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23507
23508 * image.el (imagemagick-types-inhibit)
23509 (imagemagick-register-types): Doc fix.
23510
23511 2011-05-29 Deniz Dogan <deniz@dogan.se>
23512
23513 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23514 default.
23515
23516 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23517
23518 * select.el: Don't perform clipboard-manager saving in hooks;
23519 leave the hooks empty.
23520
23521 2011-05-28 Leo Liu <sdl.web@gmail.com>
23522
23523 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23524 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23525 (occur-edit-mode): New major mode (Bug#8463).
23526 (occur-after-change-function): New function.
23527 (occur-engine): Give Occur tags a read-only property.
23528
23529 2011-05-28 Kevin Ryde <user42@zip.com.au>
23530
23531 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23532
23533 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23534
23535 * bindings.el (help-echo): Make the initial non-indicator dash
23536 empty on graphical terminals (Bug#7295).
23537
23538 * files.el (auto-mode-alist): Move config rule after the
23539 in-stripping one (Bug#8547).
23540
23541 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23542
23543 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23544 setting (Bug#8740).
23545
23546 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23547
23548 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23549 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23550 (Bug#8539).
23551
23552 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23553
23554 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23555
23556 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23557
23558 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23559 (hs-hide-block-at-point, hs-find-block-beginning)
23560 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23561 (Bug#8279).
23562
23563 2011-05-28 Glenn Morris <rgm@gnu.org>
23564
23565 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23566
23567 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23568
23569 * help-fns.el (describe-function-1): If the function is a derived
23570 major mode, print the parent mode.
23571
23572 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23573 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23574
23575 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23576
23577 * minibuffer.el (completion--capf-wrapper): Check applicability before
23578 returning non-nil for non-exclusive completion data.
23579 * progmodes/etags.el (tags-completion-at-point-function):
23580 * info-look.el (info-lookup-completions-at-point): Mark as
23581 non-exclusive.
23582 (info-complete): Adjust accordingly.
23583
23584 * info-look.el: Convert to lexical-binding and completion-at-point.
23585 (info-lookup-completions-at-point): New function.
23586 (info-complete): Use it and completion-in-region.
23587
23588 2011-05-28 Drew Adams <drew.adams@oracle.com>
23589
23590 * isearch.el: Let M-e start with point at the first mismatched char.
23591 (isearch-fail-pos): New function.
23592 (isearch-edit-string): Use it.
23593
23594 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23595
23596 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23597
23598 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23599
23600 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23601 traversal functions for avl-trees.
23602 (avl-tree--stack): New struct.
23603 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23604 (avl-tree-enter): Add optional `updatefun' arg.
23605 (avl-tree--do-enter): Add optional `updatefun' arg.
23606 Change return value.
23607 (avl-tree-delete): Add optional `test' and `nilflag' args.
23608 (avl-tree--do-delete): Add `test' and `nilflag' args.
23609 Change return value.
23610 (avl-tree-member): Add optional `nilflag'
23611 (avl-tree-member-p): New function.
23612 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23613 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23614 (avl-tree-stack-empty-p): New functions.
23615
23616 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23617 avl-tree--del-balance1 and make it work both ways.
23618 (avl-tree--del-balance2): Remove.
23619 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23620 make it work both ways.
23621 (avl-tree--enter-balance2): Remove.
23622 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23623 New macros.
23624 (avl-tree--mapc, avl-tree-map): Add direction argument.
23625
23626 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23627
23628 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23629
23630 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23631
23632 * select.el: Support clipboard managers with built-in function
23633 x-clipboard-manager-save, via delete-frame-functions and
23634 kill-emacs-hook.
23635 (xselect-convert-to-targets): Add MULTIPLE target to list.
23636 (xselect-convert-to-save-targets): New function.
23637
23638 2011-05-27 Kenichi Handa <handa@m17n.org>
23639
23640 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23641 let-binding rfc2047-encode-encoded-words to nil.
23642
23643 2011-05-27 Glenn Morris <rgm@gnu.org>
23644
23645 * mail/emacsbug.el: Don't require url-util.
23646
23647 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23648
23649 * files.el (set-auto-mode):
23650 Also respect mode: entries at the end of the file. (Bug#8586)
23651
23652 2011-05-26 Glenn Morris <rgm@gnu.org>
23653
23654 * files.el (hack-local-variables-prop-line, hack-local-variables):
23655 Downcase mode names, as seems to be traditional.
23656 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23657
23658 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23659 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23660
23661 2011-05-25 Julien Danjou <julien@danjou.info>
23662
23663 * textmodes/rst.el (rst-define-level-faces): Do not define face
23664 symbol if it is already defined.
23665
23666 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23667
23668 * play/5x5.el (5x5-new-game, 5x5-randomize):
23669 Reset 5x5-solver-output to nil when a new grid is cast.
23670 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23671 these debugging traces, as defmacro breaks the compiled code.
23672
23673 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23674
23675 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23676
23677 2011-05-24 Leo Liu <sdl.web@gmail.com>
23678
23679 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23680 (vc-bzr-sha1): Adapt.
23681
23682 * sha1.el: Remove. Function `sha1' is now builtin.
23683
23684 * bindings.el: Provide sha1 feature.
23685
23686 2011-05-24 Kenichi Handa <handa@m17n.org>
23687
23688 * mail/sendmail.el: Require `rfc2047'.
23689 (mail-insert-from-field): Do not perform RFC2047 encoding.
23690 (mail-encode-header): New function.
23691 (sendmail-send-it): Set buffer-file-coding-system of the work
23692 buffer to the return value of select-message-coding-system.
23693 Call mail-encode-header.
23694
23695 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23696
23697 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23698
23699 * mail/supercite.el (sc-default-cite-frame):
23700 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23701
23702 2011-05-24 Glenn Morris <rgm@gnu.org>
23703
23704 * progmodes/python.el (brm-menu): Declare.
23705
23706 * emulation/viper.el (viper-set-hooks): Declare.
23707
23708 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23709 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23710 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23711 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23712 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23713 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23714
23715 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23716
23717 Add an :exit-function for completion-at-point.
23718
23719 * minibuffer.el (completion--done): New fun.
23720 (completion--do-completion): Use it. New arg `expect-exact'.
23721 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23722 since completion--do-completion does it for us now.
23723 (minibuffer-force-complete): Use completion--done and
23724 completion--replace. Handle sole-completion case with more care.
23725 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23726 (completion-extra-properties): New var.
23727 (completion-annotate-function): Make obsolete.
23728 (minibuffer-completion-help): Adjust accordingly.
23729 Use completion-list-insert-choice-function.
23730 (completion-at-point, completion-help-at-point):
23731 Bind completion-extra-properties.
23732 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23733 * simple.el (completion-list-insert-choice-function): New var.
23734 (completion-setup-function): Preserve it.
23735 (choose-completion): Pay attention to it, shuffle the code a bit.
23736 (choose-completion-string): New arg `insert-function'.
23737
23738 * textmodes/bibtex.el: Convert to lexical binding.
23739 (bibtex-mode-map): Use completion-at-point.
23740 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23741 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23742 (bibtex-complete): Define as obsolete alias.
23743 (bibtex-complete-internal): Remove.
23744 (bibtex-format-entry): Remove unused sub-group in regexp.
23745 * shell.el (shell--command-completion-data)
23746 (shell-environment-variable-completion):
23747 * pcomplete.el (pcomplete-completions-at-point):
23748 * comint.el (comint--complete-file-name-data): Use :exit-function
23749 instead of completion-table-with-terminator so it also works for
23750 choose-completion.
23751
23752 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23753
23754 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23755
23756 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23757 (bug#8710).
23758
23759 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23760
23761 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23762
23763 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23764 customization variable and implement: If non-nil, auto-fill will
23765 be inhibited while on topic's header line.
23766
23767 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23768
23769 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23770 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23771 always have a solution in grid size = 5 cases.
23772 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23773 (5x5-solver-output, 5x5-log-buffer): New vars.
23774 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23775 Make these variables buffer local to achieve 5x5 multi-session-ness.
23776 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23777 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23778 (5x5-solve-suggest): New funs.
23779 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23780 randomize a grid so that we ensure that there is always a solution.
23781 (5x5-make-random-grid): Allow other movement than flipping.
23782
23783 2011-05-23 Kevin Ryde <user42@zip.com.au>
23784
23785 * emacs-lisp/advice.el (ad-read-advised-function):
23786 Use `function-called-at-point' as the default, if it has
23787 advice and passes PREDICATE.
23788
23789 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23790
23791 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23792 byte-compile-lambda if it's actually a lambda.
23793
23794 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23795 Fix function quoting. Use backquote better.
23796
23797 2011-05-22 Yuanle Song <sylecn@gmail.com>
23798
23799 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23800 matching (Bug#8516).
23801
23802 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23803
23804 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23805 different face (Bug#8178).
23806
23807 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23808
23809 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23810 defface (Bug#8144).
23811
23812 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23813
23814 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23815 funcall as well (bug#8712). Warn when performing those conversions.
23816 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23817
23818 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23819
23820 2011-05-22 Glenn Morris <rgm@gnu.org>
23821
23822 * files.el (hack-local-variables-prop-line): Small simplifications.
23823 (hack-local-variables, hack-local-variables-prop-line):
23824 If MODE-ONLY, return the mode, rather than just `t'.
23825
23826 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23827
23828 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23829
23830 2011-05-21 Glenn Morris <rgm@gnu.org>
23831
23832 * files.el (hack-local-variables-prop-line, hack-local-variables):
23833 If only interested in the mode, don't bother doing the other stuff.
23834
23835 * image-mode.el (image-after-revert-hook):
23836 Redraw all frames on which the image is visible. (Bug#8567)
23837
23838 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23839
23840 * wid-edit.el (widget-checklist-match-inline):
23841 Fix 2011-04-19 change. (Bug#8649)
23842
23843 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23844
23845 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23846 Also allow singlespace after single-letter capitals followed by a dot.
23847
23848 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23849 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23850
23851 2011-05-20 Nix <nix@esperi.org.uk>
23852
23853 * files.el (basic-save-buffer-2):
23854 Fix handling of break-hardlink-on-save with non-existent files.
23855
23856 2011-05-19 Deniz Dogan <deniz@dogan.se>
23857
23858 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23859 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23860
23861 2011-05-19 Glenn Morris <rgm@gnu.org>
23862
23863 * progmodes/f90.el (f90-type-def-re):
23864 Handle "type, bind(c)". (Bug#8691)
23865
23866 * emacs-lisp/autoload.el (batch-update-autoloads):
23867 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23868
23869 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23870
23871 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23872 property for the correct connection in case of multihops.
23873
23874 2011-05-18 Glenn Morris <rgm@gnu.org>
23875
23876 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23877 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23878
23879 Rationalize calendar handling of day and month abbrev-arrays.
23880 * calendar/calendar.el (calendar-customized-p): New function.
23881 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23882 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23883 Add :set function.
23884 (calendar-abbrev-length, calendar-day-abbrev-array)
23885 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23886 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23887 Elements may no longer be nil.
23888 (calendar-day-name, calendar-month-name):
23889 Update for changed nature of abbrev arrays.
23890 * calendar/diary-lib.el (diary-name-pattern):
23891 Update for changed nature of abbrev arrays.
23892 (diary-mark-entries-1): Update calendar-make-alist calls.
23893 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23894 * calendar/cal-html.el (cal-html-day-abbrev-array):
23895 Simply inherit from calendar-day-abbrev-array.
23896
23897 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23898
23899 * progmodes/grep.el (grep-mode): Disable default
23900 compilation-directory-matcher setting (bug#8684).
23901
23902 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23903
23904 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23905 instead of "head" and "tail". There were problems with SunOS 5.9,
23906 and it performs better.
23907
23908 2011-05-17 Glenn Morris <rgm@gnu.org>
23909
23910 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23911
23912 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23913 Replace obsolete function.
23914
23915 * shell.el (pcomplete-parse-arguments-function): Declare.
23916
23917 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23918 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23919 (appt-check): Doc fixes.
23920 (appt-disp-window-function, appt-delete-window-function):
23921 Remove needless special case in custom :type.
23922 (appt-display-count): Default to 0, not nil.
23923 (appt-check): Reset appt-display-count to 0, not nil.
23924
23925 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23926
23927 * progmodes/python.el (python-font-lock-keywords):
23928 Add the Python 3.X keyword "nonlocal" (bug#8639).
23929
23930 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23931
23932 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23933
23934 2011-05-16 Kevin Ryde <user42@zip.com.au>
23935
23936 * info-look.el (makefile-automake-mode): New setups, looking in
23937 automake manual, then makefile-mode.
23938 (makefile-mode): Remove automake manual, have it just in
23939 makefile-automake-mode since there's various things different or
23940 not relevant to plain make.
23941 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23942 believe a hypothetical automake-mode would go to makefile-mode,
23943 not the other way around.
23944
23945 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23946
23947 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23948 hunk-end tags (Bug#8672).
23949
23950 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23951 vc-annotate-show-diff-revision-at-line (Bug#8671).
23952
23953 2011-05-14 Glenn Morris <rgm@gnu.org>
23954
23955 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23956 in the middle of an existing one with multiple authors. (Bug#8645)
23957 (change-log-font-lock-keywords): Also handle multiple author lines
23958 with leading tabs. (Bug#8644)
23959
23960 * calendar/appt.el (appt-check): Rename some local variables.
23961 Some simplification/reordering.
23962
23963 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23964 (feedmail-sendmail-f-doesnt-sell-me-out)
23965 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23966 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23967 (feedmail-queue-runner-message-sender): Set :version.
23968 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23969 (bbdb-dwim-net-address, vm-mail): Declare.
23970 (feedmail-binmail-gnulinuxish-template):
23971 Rename from feedmail-binmail-linuxish-template.
23972 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23973 Use insert-buffer-substring.
23974
23975 2011-05-14 Bill Carpenter <bill@carpenter.org>
23976
23977 * mail/feedmail.el (feedmail-patch-level): Increase.
23978 (feedmail-debug): New custom group.
23979 (feedmail-confirm-outgoing-timeout)
23980 (feedmail-sendmail-f-doesnt-sell-me-out)
23981 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23982 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23983 (feedmail-sender-line, feedmail-from-line)
23984 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23985 (feedmail-spray-this-address)
23986 (feedmail-spray-address-fiddle-plex-list)
23987 (feedmail-queue-use-send-time-for-date)
23988 (feedmail-queue-use-send-time-for-message-id)
23989 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23990 (feedmail-buffer-eating-function):
23991 Doc fixes.
23992 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23993 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23994 (feedmail-message-action-scroll-down): New functions.
23995 (feedmail-queue-directory, feedmail-queue-draft-directory):
23996 Use expand-file-name.
23997 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23998 Remove C-v help entry.
23999 (feedmail-queue-buffer-file-name): New variable.
24000 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24001 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24002 (feedmail-message-action-send-strong, feedmail-message-action-edit)
24003 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24004 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24005 (feedmail-message-action-toggle-spray)
24006 (feedmail-run-the-queue-no-prompts)
24007 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24008 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24009 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24010 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24011 (feedmail-envelope-deducer, feedmail-fiddle-from)
24012 (feedmail-fiddle-sender, feedmail-default-date-generator)
24013 (feedmail-fiddle-date, feedmail-fiddle-message-id)
24014 (feedmail-fiddle-spray-address)
24015 (feedmail-fiddle-list-of-spray-fiddle-plexes)
24016 (feedmail-fiddle-list-of-fiddle-plexes)
24017 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24018 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24019 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24020 Change default. Doc fix.
24021 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24022 (feedmail-binmail-linuxish-template): New constant.
24023 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
24024 Respect feedmail-sendmail-f-doesnt-sell-me-out.
24025 (feedmail-send-it): Add debug call.
24026 Use feedmail-queue-buffer-file-name, and
24027 feedmail-send-it-immediately-wrapper.
24028 (feedmail-message-action-send): Add debug call.
24029 Use feedmail-send-it-immediately-wrapper.
24030 (feedmail-queue-express-to-queue): Add debug call.
24031 Run feedmail-queue-express-hook.
24032 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
24033 (feedmail-message-action-help-blat):
24034 Rename from feedmail-queue-send-edit-prompt-help-first.
24035 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
24036 Check line-endings. Handle errors better.
24037 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24038 Doc fix. Add debug call.
24039 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
24040 Use feedmail-queue-send-edit-prompt-inner.
24041 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24042 (feedmail-queue-send-edit-prompt-inner): New function, extracted
24043 from feedmail-queue-send-edit-prompt.
24044 (feedmail-queue-send-edit-prompt-help)
24045 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24046 (feedmail-tidy-up-slug): Add debug call.
24047 Respect feedmail-queue-slug-suspect-regexp.
24048 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24049 (feedmail-dump-message-to-queue): Add debug call.
24050 Expand queue-directory.
24051 (feedmail-dump-message-to-queue): Change message slightly.
24052 Use feedmail-say-chatter.
24053 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
24054 (feedmail-send-it-immediately-wrapper): New function.
24055 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
24056 Insert empty string rather than newline. Handle full-frame case.
24057 Use catch/throw. Use feedmail-say-chatter.
24058 (feedmail-fiddle-from): Try mail-host-address.
24059 (feedmail-default-message-id-generator): Doc fix.
24060 Bind system-time-locale. Handle missing end.
24061 (feedmail-fiddle-x-mailer): Add debug call.
24062 Handle feedmail-x-mailer-line being nil.
24063 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24064 Add debug call. Use buffer-substring-no-properties.
24065 (feedmail-say-debug, feedmail-say-chatter): New functions.
24066 (feedmail-find-eoh): Give an explicit error.
24067
24068 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
24069
24070 * net/newst-treeview.el (newsticker-treeview-face): Change default
24071 family from helvetica to sans.
24072 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24073 etc/images/newsticker.
24074
24075 * net/newst-reader.el (newsticker-feed-face): Change default
24076 family from helvetica to sans.
24077
24078 * net/newst-plainview.el (newsticker-new-item-face)
24079 (newsticker-old-item-face, newsticker-immortal-item-face)
24080 (newsticker-obsolete-item-face, newsticker-date-face)
24081 (newsticker-statistics-face): Change default family from
24082 helvetica to sans.
24083 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24084 etc/images/newsticker.
24085
24086 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24087 (newsticker--process-auto-mark-filter-match): Tell user about
24088 auto-marking.
24089
24090 2011-05-13 Didier Verna <didier@xemacs.org>
24091
24092 Common Lisp indentation improvements on defmethod and lambda-lists.
24093 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24094 TODO entries.
24095 (lisp-lambda-list-keyword-parameter-indentation)
24096 (lisp-lambda-list-keyword-parameter-alignment)
24097 (lisp-lambda-list-keyword-alignment): New customizable user options.
24098 (lisp-indent-defun-method): Improve docstring.
24099 (extended-loop-p): Fix comment.
24100 (lisp-indent-lambda-list-keywords-regexp): New variable.
24101 (lisp-indent-lambda-list): New function.
24102 (lisp-indent-259): Use it.
24103 (lisp-indent-defmethod): Support for more than one
24104 method qualifier and properly indent methods lambda-lists.
24105 (defgeneric): Provide a missing common-lisp-indent-function property.
24106
24107 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
24108
24109 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24110 bounds for the empty string (bug#8667).
24111
24112 2011-05-13 Glenn Morris <rgm@gnu.org>
24113
24114 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24115
24116 * mail/sendmail.el (sendmail-program): Try executable-find first.
24117 (sendmail-send-it): `sendmail-program' cannot be unbound.
24118
24119 * calendar/appt.el (appt-make-list): Simplify.
24120 (appt-time-msg-list): Doc fix.
24121 (appt-check): Change mode-line message at the time of the appointment.
24122
24123 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
24124
24125 * progmodes/ld-script.el (ld-script-keywords)
24126 (ld-script-builtins): Update keywords list.
24127
24128 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24129
24130 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24131
24132 * shell.el (shell-completion-vars): New function.
24133 (shell-mode):
24134 * simple.el (read-shell-command): Use it.
24135 (blink-matching-open): No need for " [...]" in minibuffer-message.
24136
24137 2011-05-12 Glenn Morris <rgm@gnu.org>
24138
24139 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24140 (appt-check): Simplify.
24141
24142 2011-05-12 Eli Zaretskii <eliz@gnu.org>
24143
24144 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24145 literal "/dev/null".
24146
24147 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24148
24149 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24150 Fix typo.
24151
24152 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
24153
24154 * progmodes/which-func.el (which-function):
24155 Use add-log-current-defun instead of add-log-current-defun-function,
24156 which might not be defined (Bug#8260).
24157
24158 2011-05-12 Glenn Morris <rgm@gnu.org>
24159
24160 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24161 Let byte-compile-initial-macro-environment always take precedence.
24162
24163 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24164
24165 * net/rcirc.el: Add support for SSL/TLS connections.
24166 (rcirc-server-alist): New field `encryption'.
24167 (rcirc): Check `encryption' settings.
24168 (rcirc-connect): New arg `encryption'. Use open-network-stream.
24169 Merge make-local-variable into `set'.
24170 (rcirc--connection-open-p): New function.
24171 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24172 the process is not a network process (e.g. running gnutls-cli).
24173 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24174 Make rcirc-(en|de)code-coding-system local here.
24175 (rcirc-mode): Merge make-local-variable into `set'.
24176 (rcirc-parent-buffer): Make permanent buffer-local.
24177 (rcirc-multiline-minor-mode): Don't do it here.
24178 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24179 there's no server buffer.
24180
24181 2011-05-11 Glenn Morris <rgm@gnu.org>
24182
24183 * newcomment.el (comment-kill): Prefix "unused" local.
24184
24185 * term/w32console.el (get-screen-color): Declare.
24186
24187 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24188 Handle symbol elements of byte-compile-initial-macro-environment.
24189
24190 2011-05-10 Leo Liu <sdl.web@gmail.com>
24191
24192 * bookmark.el (bookmark-bmenu-mode-map):
24193 Bind bookmark-bmenu-search to `/'.
24194
24195 * mail/footnote.el: Convert to utf-8 encoding.
24196 (footnote-unicode-string, footnote-unicode-regexp): New variable.
24197 (Footnote-unicode): New function.
24198 (footnote-style-alist): Add unicode style to the list.
24199 (footnote-style): Doc fix.
24200
24201 2011-05-10 Jim Meyering <meyering@redhat.com>
24202
24203 Fix doubled-word typos.
24204 * international/quail.el (quail-insert-kbd-layout): and and -> and
24205 * kermit.el: and and -> and
24206 * net/ldap.el (ldap-search-internal): to to -> to
24207 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24208 * progmodes/js.el (js-mode): and and -> and
24209 * textmodes/artist.el (artist-move-to-xy): at at -> at
24210 (artist-draw-region-trim-line-endings): if if -> if
24211 And Safetyc -> Safety.
24212 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24213
24214 2011-05-10 Glenn Morris <rgm@gnu.org>
24215 Stefan Monnier <monnier@iro.umontreal.ca>
24216
24217 * files.el (hack-one-local-variable-eval-safep):
24218 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
24219
24220 2011-05-10 Glenn Morris <rgm@gnu.org>
24221
24222 * calendar/diary-lib.el (diary-list-entries-hook)
24223 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24224 (diary-nongregorian-marking-hook, diary-list-entries)
24225 (diary-include-other-diary-files, diary-mark-entries)
24226 (diary-mark-included-diary-files): Doc fixes.
24227
24228 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24229
24230 * misc.el: Require tabulated-list.el during compilation.
24231
24232 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24233
24234 * progmodes/compile.el (compilation-start):
24235 Run compilation-filter-hook for the async case too.
24236 (compilation-filter-hook): Doc fix.
24237
24238 2011-05-09 Deniz Dogan <deniz@dogan.se>
24239
24240 * wdired.el: Remove outdated installation comment. Fix usage
24241 comment.
24242
24243 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24244
24245 * misc.el: Implement new command `list-dynamic-libraries'.
24246 (list-dynamic-libraries--loaded-only-p): New variable.
24247 (list-dynamic-libraries--refresh): New function.
24248 (list-dynamic-libraries): New command.
24249
24250 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24251
24252 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24253 Fix the ant regexp to handle end-line and end-column info from jikes.
24254 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24255 higher priority to avoid clobbering by gnu.
24256
24257 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24258
24259 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24260 if the face has existing theme settings (Bug#8454).
24261
24262 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
24263
24264 * progmodes/perl-mode.el (perl-imenu-generic-expression):
24265 Only match variables declared via `my' or `our' (Bug#8261).
24266
24267 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24268 special file names `.' and `..' (Bug#8259).
24269
24270 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24271
24272 * progmodes/grep.el (grep-mode-font-lock-keywords):
24273 Remove buffer-changing entries.
24274 (grep-filter): New function.
24275 (grep-mode): Add it to compilation-filter-hook.
24276
24277 * progmodes/compile.el (compilation-filter-hook)
24278 (compilation-filter-start): New defvars.
24279 (compilation-filter): Call compilation-filter-hook prior to
24280 updating the process mark.
24281
24282 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24283
24284 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24285
24286 2011-05-07 Eli Zaretskii <eliz@gnu.org>
24287
24288 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24289 mailclient-send-it even if window-system is nil. (Bug#8595)
24290
24291 * term/w32console.el (terminal-init-w32console):
24292 Call get-screen-color and use its output to set the frame
24293 background-mode. (Bug#8597)
24294
24295 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24296
24297 Make bytecomp.el understand that defmethod defines funs (bug#8631).
24298 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24299 New functions.
24300 (defgeneric, eieio--defmethod): Use them.
24301 (eieio-defgeneric): Remove.
24302 (defmethod): Call defgeneric in a way visible to the byte-compiler.
24303
24304 2011-05-07 Glenn Morris <rgm@gnu.org>
24305
24306 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24307 Use let rather than let*.
24308 (timeclock-find-discrep): Remove unused local.
24309
24310 * calendar/diary-lib.el (diary-comment-start): Doc fix.
24311
24312 * calendar/appt.el (appt-time-msg-list): Doc fix.
24313
24314 2011-05-06 Noah Friedman <friedman@splode.com>
24315
24316 * apropos.el (apropos-print-doc): Only use
24317 emacs-lisp-docstring-fill-column when it is bound to an integer,
24318 per that variable's documentation.
24319
24320 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24321
24322 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24323 and warnings are not silently discarded (e.g. use -d instead of -P).
24324
24325 2011-05-06 Glenn Morris <rgm@gnu.org>
24326
24327 * calendar/appt.el (appt-message-warning-time): Doc fix.
24328 (appt-warning-time-regexp): New option.
24329 (appt-make-list): Respect appt-message-warning-time.
24330
24331 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24332 New options.
24333 (diary-add-to-list): Strip comments from the displayed string.
24334 (diary-mode): Set comment-start and comment-end.
24335
24336 * vc/diff-mode.el (smerge-refine-subst): Declare.
24337 (diff-refine-hunk): Don't require smerge-mode when compiling.
24338
24339 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
24340
24341 * simple.el (list-processes): Return nil as the docstring says.
24342
24343 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24344
24345 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24346 to "".
24347 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24348 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24349 determining of binary transfer. (Bug#7383)
24350
24351 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24352
24353 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24354 Fix port computation bug. (Bug#8618)
24355
24356 2011-05-05 Glenn Morris <rgm@gnu.org>
24357
24358 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24359
24360 * simple.el (shell-dynamic-complete-functions)
24361 (comint-dynamic-complete-functions): Declare.
24362
24363 * net/network-stream.el (gnutls-negotiate):
24364 * simple.el (tabulated-list-print): Fix declarations.
24365
24366 * progmodes/gud.el (syntax-symbol, syntax-point):
24367 Remove unnecessary and incorrect declarations.
24368
24369 * emacs-lisp/check-declare.el (check-declare-scan):
24370 Handle byte-compile-initial-macro-environment in bytecomp.el.
24371
24372 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24373
24374 Fix earlier half-done eieio-defmethod change (bug#8338).
24375 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24376 Streamline and change calling convention.
24377 (defmethod): Adjust accordingly and simplify.
24378 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24379 new eieio--defmethod.
24380 (slot-boundp): Minor CSE simplification.
24381
24382 2011-05-05 Milan Zamazal <pdm@zamazal.org>
24383
24384 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24385 (glasses-make-readable): Use glasses-separate-capital-groups.
24386
24387 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
24388
24389 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24390 (warning-series): Doc fix.
24391 (display-warning): Don't try to create the buffer if we just found it.
24392
24393 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24394
24395 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24396 (autoload-find-generated-file): New function.
24397 (generate-file-autoloads): Bind generated-autoload-file to
24398 buffer-file-name.
24399 (update-file-autoloads, update-directory-autoloads):
24400 Use autoload-find-generated-file. If called interactively, prompt for
24401 output file (Bug#7989).
24402 (batch-update-autoloads): Doc fix.
24403
24404 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24405
24406 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24407
24408 2011-05-04 Glenn Morris <rgm@gnu.org>
24409
24410 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24411 function, so it follows changes in calendar-date-style.
24412 (diary-fancy-date-matcher): New function.
24413 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24414 (diary-fancy-font-lock-fontify-region-function):
24415 Use diary-fancy-date-pattern as a function.
24416
24417 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24418 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24419
24420 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24421
24422 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24423 instead of positional arguments. Allow :keylist and :crlfiles
24424 arguments.
24425 (open-gnutls-stream): Call it.
24426
24427 * net/network-stream.el (network-stream-open-starttls): Adjust to
24428 call `gnutls-negotiate' with :process and :hostname arguments.
24429
24430 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24431
24432 * minibuffer.el (completion--message): New function.
24433 (completion--do-completion, minibuffer-complete)
24434 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24435 (completion--do-completion): Don't ignore completion-auto-help when in
24436 icomplete-mode.
24437
24438 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24439 internal encoding (e.g. tibetan zero is not whitespace).
24440 (global-whitespace-mode): Prefer save-current-buffer.
24441 (whitespace-trailing-regexp): Remove useless save-match-data.
24442 (whitespace-empty-at-bob-regexp): Minor simplification.
24443
24444 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24445
24446 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24447
24448 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
24449
24450 * textmodes/ispell.el (ispell-add-per-file-word-list):
24451 Use `concat' to create string for insertion.
24452
24453 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24454
24455 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24456 Avoid open-line which runs post-self-insert-hook.
24457 (bibtex-fill-entry): Remove unused `end' var.
24458
24459 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24460
24461 * textmodes/ispell.el (ispell-add-per-file-word-list):
24462 Protect against `nil' value of `comment-start' (Bug#8579).
24463
24464 2011-05-03 Leo Liu <sdl.web@gmail.com>
24465
24466 * isearch.el (isearch-yank-pop): New command.
24467 (isearch-mode-map): Bind it to `M-y'.
24468 (isearch-forward): Mention it.
24469
24470 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24471
24472 * simple.el (minibuffer-complete-shell-command): Remove.
24473 (minibuffer-local-shell-command-map): Use completion-at-point.
24474 (read-shell-command): Setup completion vars here instead.
24475 (read-expression-map): Bind TAB to symbol completion.
24476
24477 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24478 error directly rather via storing it into `results'.
24479
24480 2011-05-02 Leo Liu <sdl.web@gmail.com>
24481
24482 * vc/diff.el: Fix description.
24483
24484 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24485
24486 * server.el (server-eval-at): New function.
24487
24488 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24489
24490 * net/network-stream.el (open-network-stream): Take a :nowait
24491 parameter and pass it on to `make-network-process'.
24492 (network-stream-open-plain): Ditto.
24493
24494 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24495
24496 * faces.el (face-spec-set-match-display): Don't match toolkit
24497 options on terminal frames.
24498
24499 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24500
24501 * progmodes/pascal.el: Use lexical binding.
24502 (pascal-mode-map): Remove author preferences.
24503
24504 * pcomplete.el (pcomplete-std-complete): Don't abuse
24505 completion-at-point.
24506
24507 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24508
24509 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24510 removing code that has been dead since 1991 or so.
24511
24512 * startup.el (command-line): When warning about "_emacs", use a
24513 delayed warning to allow the user to filter it out.
24514
24515 2011-04-28 Deniz Dogan <deniz@dogan.se>
24516
24517 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24518 user has not joined.
24519
24520 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24521
24522 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24523 aren't any completions at point.
24524
24525 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24526
24527 * subr.el (display-delayed-warnings): New function.
24528 (delayed-warnings-hook): New variable.
24529
24530 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24531
24532 * minibuffer.el (completion-at-point, completion-help-at-point):
24533 Don't presume that a given completion-at-point-function will always
24534 use the same calling convention.
24535
24536 * pcomplete.el (pcomplete-completions-at-point):
24537 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24538 pcomplete-seen is non-nil.
24539 (pcomplete-comint-setup): Also recognize the new comint/shell
24540 completion functions.
24541 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24542 pcomplete-seen is non-nil.
24543
24544 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24545
24546 * calendar/icalendar.el (diary-lib): Add require statement.
24547 (icalendar--create-uid): Read out a uid from a text-property on
24548 the first character in the entry. This allows for code to add its
24549 own uid to the entry.
24550 (icalendar--convert-float-to-ical): Add export of
24551 `diary-float'-entries save for those with the optional DAY
24552 argument.
24553
24554 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24555
24556 * subr.el (shell-quote-argument): Use alternate escaping strategy
24557 when we spot a variable reference in a string.
24558
24559 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24560
24561 * cus-start.el (all): Define customization for debug-on-event.
24562
24563 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24564
24565 * subr.el (shell-quote-argument): Escape correctly under Windows.
24566
24567 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24568
24569 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24570
24571 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24572
24573 * net/tramp.el (tramp-process-actions): Add POS argument.
24574 Delete region between POS and (pos).
24575
24576 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24577 Use `nil' position in `tramp-process-actions' call.
24578 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24579
24580 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24581 position in `tramp-process-actions' call.
24582
24583 * net/trampver.el: Update release number.
24584
24585 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24586
24587 * custom.el (defcustom): Obey lexical-binding.
24588
24589 Fix octave-inf completion problems reported by Alexander Klimov.
24590 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24591 Inherit from octave-mode-syntax-table.
24592 (inferior-octave-mode): Set info-lookup-mode.
24593 (inferior-octave-completion-at-point): New function.
24594 (inferior-octave-complete): Use it and completion-in-region.
24595 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24596 comint-filename-completion.
24597 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24598 symbol elements which shouldn't be word elements.
24599 (octave-font-lock-keywords, octave-beginning-of-defun)
24600 (octave-function-header-regexp): Adjust regexps accordingly.
24601 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24602
24603 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24604
24605 * net/gnutls.el (gnutls-errorp): Declare before first use.
24606
24607 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24608
24609 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24610 verify-error, and verify-hostname-error parameters. Check whether
24611 default trustfile exists before going to use it. Add missing
24612 argument to gnutls-message-maybe call. Return value.
24613 Reported by Claudio Bley <claudio.bley@gmail.com>.
24614 (open-gnutls-stream): Add usage example.
24615
24616 * net/network-stream.el (network-stream-open-starttls): Give host
24617 parameter to `gnutls-negotiate'.
24618 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24619 * subr.el (shell-quote-argument): Escape correctly under Windows.
24620
24621 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24622
24623 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24624 Use correct match group (bug#8438).
24625
24626 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24627
24628 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24629 (package-menu--generate): New arg specifying packages to show.
24630 (package-menu-refresh, package-menu-execute, list-packages):
24631 Callers changed.
24632 (package-show-package-list): New function, replacing deleted
24633 package--list-packages (renamed because it is non-internal).
24634
24635 * finder.el (finder-list-matches): Use package-show-package-list
24636 instead of deleted package--list-packages.
24637
24638 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24639 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24640 (vc-annotate-mode-map): Bind it to RET.
24641
24642 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24643
24644 * progmodes/etags.el (next-file): Don't use set-buffer to change
24645 buffers (Bug#8478).
24646
24647 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24648
24649 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24650
24651 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24652 (apropos-accumulator): Doc fix.
24653 (apropos-function, apropos-macro, apropos-command)
24654 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24655 (apropos-plist): Add face property.
24656 (apropos-symbols-internal): Fix indentation.
24657 (apropos-print): Simplify help, and recognize apropos-multi-type.
24658 (apropos-print-doc): Use button-type-get to extract the button's
24659 face property. Fill docstring (Bug#8352).
24660
24661 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24662
24663 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24664
24665 * play/mpuz.el (mpuz-silent): Doc fix.
24666 (mpuz-mode-map): Use mapc.
24667 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24668 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24669 Fix typos in docstrings.
24670
24671 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24672 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24673
24674 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24675
24676 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24677
24678 * minibuffer.el (completion--do-completion): Avoid the "Next char
24679 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24680
24681 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24682 mouse-2 into unread-command-events, it is interpreted correctly.
24683
24684 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24685 (image-toggle-display): Doc fix.
24686
24687 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24688
24689 * textmodes/page.el (what-page): Use line-number-at-pos to
24690 calculate line number (Bug#6825).
24691
24692 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24693
24694 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24695 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24696 Pass argument NO-DEFAULT to `find-tag-interactive'.
24697
24698 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24699
24700 Lexical-binding cleanup.
24701
24702 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24703 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24704 * progmodes/ada-prj.el (ada-prj-initialize-values)
24705 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24706 (ada-prj-show-value):
24707 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24708 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24709 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24710 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24711 * progmodes/bug-reference.el (bug-reference-push-button):
24712 * progmodes/fortran.el (fortran-line-length):
24713 * progmodes/glasses.el (glasses-change):
24714 * progmodes/octave-mod.el (octave-fill-paragraph):
24715 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24716 (python-pdbtrack-grub-for-buffer, python-sentinel):
24717 * progmodes/sql.el (sql-save-connection):
24718 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24719 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24720 Mark unused parameters.
24721
24722 * progmodes/compile.el (compilation--flush-directory-cache)
24723 (compilation--flush-parse, compile-internal): Mark unused parameters.
24724 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24725 (compilation-next-error-function): Remove unused variable `timestamp'.
24726
24727 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24728 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24729
24730 * progmodes/dcl-mode.el (dcl-end-of-command):
24731 Remove unused variable `start'.
24732 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24733 (dcl-option-value-basic, dcl-option-value-offset)
24734 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24735 Mark unused parameters.
24736 (dcl-save-local-variable): Remove unused variable `val'.
24737 (mode): Declare.
24738
24739 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24740 Mark unused parameters.
24741 (delphi-ignore-changes): Move before first use.
24742 (delphi-charset-token-at): Remove unused variable `start'.
24743 (delphi-else-start): Remove unused variable `if-count'.
24744 (delphi-comment-block-start, delphi-comment-block-end):
24745 Remove unused variable `kind'.
24746 (delphi-indent-line): Remove unused variable `new-point'.
24747
24748 * progmodes/ebrowse.el (ebrowse-files-list)
24749 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24750 Mark unused parameters. Don't quote `lambda'.
24751 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24752 Don't quote `lambda'.
24753 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24754 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24755 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24756 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24757 Use `ignore-errors'.
24758 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24759 (ebrowse-view/find-file-and-search-pattern)
24760 (ebrowse-view/find-member-declaration/definition):
24761 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24762 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24763 Rename parameter PREFIX-ARG to PREFIX.
24764 (ebrowse-tags-read-name): Remove unused variables `start' and
24765 `member-info'.
24766 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24767 to `tags-file'.
24768
24769 * progmodes/etags.el (local-find-tag-hook): Declare.
24770 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24771 Mark unused parameters.
24772
24773 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24774 (executable-interpret): Mark unused parameter.
24775
24776 * progmodes/flymake.el (flymake-process-sentinel)
24777 (flymake-after-change-function)
24778 (flymake-create-temp-with-folder-structure)
24779 (flymake-get-include-dirs-dot): Mark unused parameters.
24780 (flymake-safe-delete-directory): Remove unused variable `err'.
24781
24782 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24783 (speedbar-timer-fn, speedbar-line-text)
24784 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24785 (speedbar-center-buffer-smartly): Declare functions.
24786 (gdb-find-watch-expression): Remove unused variable `array'.
24787 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24788 (gdb-starting): Mark unused parameters.
24789 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24790 (gdb-table-string): Remove unused variable `res'.
24791 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24792 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24793 (gdb-display-buffer): Remove unused variable `cur-size'.
24794
24795 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24796 allow lexical-binding compilation.
24797 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24798 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24799 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24800 Mark unused parameters.
24801 (gud-gdb-marker-filter): Remove unused variable `match'.
24802 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24803 lambda expressions and funcall them, instead of using `fset'.
24804
24805 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24806 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24807
24808 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24809 variable `header-beg'; use `let'.
24810
24811 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24812 `restart', `last-sexp' and `at-do'.
24813
24814 * progmodes/js.el (js--debug): Mark unused parameter.
24815 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24816 (js--splice-into-items): Remove unused variable `item'.
24817 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24818
24819 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24820 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24821 (makefile-complete): Remove unused variable `try'.
24822 (makefile-fill-paragraph, makefile-match-function-end):
24823 Mark unused parameters.
24824
24825 * progmodes/octave-inf.el (inferior-octave-complete):
24826 Remove unused variable `proc'.
24827 (inferior-octave-output-digest): Mark unused parameter.
24828
24829 * progmodes/perl-mode.el (perl-calculate-indent):
24830 Remove unused variable `err'.
24831
24832 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24833 (prolog-indent-line): Mark unused parameters.
24834 (prolog-indent-line): Remove unused variable `beg'.
24835
24836 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24837 (reporter-dont-compact-list): Declare.
24838
24839 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24840 Remove unused variable `char'.
24841 (sh-debug): Mark unused parameter.
24842 (sh-get-indent-info): Remove unused variable `start'.
24843 (sh-calculate-indent): Remove unused variable `var'.
24844
24845 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24846 (simula-electric-keyword): Remove unused variable `null'.
24847 (simula-search-backward, simula-search-forward): Remove unused
24848 variables `begin' and `end'.
24849
24850 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24851 Remove unused variable `pos'.
24852 (vera-electric-tab, vera-comment-uncomment-region):
24853 Mark unused parameters.
24854 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24855
24856 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24857
24858 * emacs-lisp/package.el (package--builtins, package-alist)
24859 (package-load-descriptor, package-built-in-p, package-activate)
24860 (define-package, package-installed-p)
24861 (package-compute-transaction, package-buffer-info)
24862 (package--push): Doc fix. Distinguish more clearly between
24863 version strings and version lists.
24864
24865 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24866
24867 Lexical-binding cleanup.
24868
24869 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24870 (5x5-make-mutate-best):
24871 * play/fortune.el (fortune-in-buffer):
24872 * play/gomoku.el (gomoku-init-display):
24873 * play/solitaire.el (solitaire, solitaire-do-check):
24874 * play/tetris.el (tetris-default-update-speed-function):
24875 Mark unused parameters.
24876
24877 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24878 (bubbles--shift): Remove unused variable `char-org'.
24879 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24880 (bubbles--show-images): Remove unused variable `char'.
24881
24882 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24883 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24884 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24885 (decipher-analyze-buffer): Use ?\s.
24886 (decipher-make-checkpoint): Remove unused variable `mapping'.
24887
24888 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24889
24890 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24891 Remove unused variable `result'; use `let'.
24892
24893 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24894 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24895 (gametree-children-shown-p, gametree-compute-reduced-score):
24896 Use `ignore-errors'.
24897
24898 * play/handwrite.el (ps-lpr-switches): Declare.
24899 (handwrite): Remove unused variables `pmin' and `lastp'.
24900
24901 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24902
24903 * play/landmark.el (landmark-init-display)
24904 (landmark-update-naught-weights): Mark unused parameters.
24905 (landmark-y): Remove unused variable `noise'. Simplify.
24906 (landmark-human-plays): Remove unused variable `score'.
24907
24908 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24909 (mpuz-try-proposal): Remove unused variable `game'.
24910
24911 * play/zone.el (life-patterns): Declare.
24912
24913 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24914
24915 * vc/vc.el (ediff-vc-internal): Declare function.
24916
24917 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24918
24919 * shell.el: Use lexical-binding and std completion UI.
24920 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24921 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24922 comint-preoutput-filter-functions rather than on
24923 comint-output-filter-functions.
24924 (shell-command-completion, shell--command-completion-data)
24925 (shell-filename-completion, shell-environment-variable-completion)
24926 (shell-c-a-p-replace-by-expanded-directory): New functions.
24927 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24928 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24929 (shell-dynamic-complete-environment-variable): Use them.
24930 (shell-dynamic-complete-as-environment-variable)
24931 (shell-dynamic-complete-as-command): Remove.
24932 (shell-match-partial-variable): Match past point.
24933 * comint.el: Clean up use of completion-at-point-functions.
24934 (comint-completion-at-point): New function.
24935 (comint-mode): Use it completion-at-point-functions.
24936 (comint-dynamic-complete): Make it obsolete.
24937 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24938 (comint-c-a-p-replace-by-expanded-history): New function.
24939 (comint-dynamic-complete-functions)
24940 (comint-replace-by-expanded-history): Use it.
24941 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24942 termination strings. Try harder to avoid second try-completion.
24943 (completion-in-region-mode-map): Disable bindings that don't work yet.
24944
24945 * comint.el: Use lexical-binding. Require CL.
24946 (comint-dynamic-complete-functions): Use comint-filename-completion.
24947 (comint-completion-addsuffix): Tweak custom type.
24948 (comint-filename-completion, comint--common-suffix)
24949 (comint--common-quoted-suffix, comint--table-subvert)
24950 (comint--complete-file-name-data): New functions.
24951 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24952 (comint-dynamic-list-filename-completions): Use them.
24953 (comint-dynamic-simple-complete): Make obsolete.
24954
24955 * minibuffer.el (completion-in-region-mode):
24956 Keep completion-in-region-mode--predicate global.
24957 (completion-in-region--postch):
24958 Assume completion-in-region-mode--predicate is not null.
24959
24960 * progmodes/flymake.el (flymake-start-syntax-check-process):
24961 Obey `dir'. Simplify.
24962
24963 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24964 we're in VC after all.
24965
24966 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24967
24968 * vc/vc.el (vc-diff-build-argument-list-internal)
24969 (vc-version-ediff, vc-ediff): New commands.
24970 (vc-version-diff): Use vc-diff-build-argument-list-internal.
24971
24972 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24973
24974 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24975 add sanity check.
24976
24977 * obsolete/erc-hecomplete.el: Make obsolete.
24978 * obsolete/: Standardize obsolescence info in the header.
24979
24980 2011-04-20 Glenn Morris <rgm@gnu.org>
24981
24982 * calendar/solar.el (solar-horizontal-coordinates):
24983 Use the longitude argument rather than `calendar-longitude'.
24984 (solar-date-next-longitude): Remove unused locals.
24985
24986 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24987
24988 * whitespace.el: New version 13.2.1.
24989
24990 2011-04-20 felix <EmacsWiki> (tiny change)
24991
24992 * whitespace.el (global-whitespace-mode): Keep highlight when
24993 switching between major modes on a file.
24994
24995 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24996
24997 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24998 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24999 multi-line comments as well.
25000
25001 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
25002
25003 Lexical-binding cleanup.
25004
25005 * arc-mode.el (archive-mode-revert):
25006 * cmuscheme.el (scheme-interactively-start-process):
25007 * custom.el (custom-initialize-delay):
25008 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25009 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25010 * emacs-lock.el (emacs-lock-clear-sentinel):
25011 * ezimage.el (defezimage):
25012 * follow.el (follow-avoid-tail-recenter):
25013 * fringe.el (set-fringe-mode-1):
25014 * generic-x.el (bat-generic-mode-compile):
25015 * help-mode.el (help-info-variable, help-do-xref)
25016 (help-mode-revert-buffer):
25017 * help.el (view-emacs-todo):
25018 * iswitchb.el (iswitchb-completion-help):
25019 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25020 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25021 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25022 * locate.el (locate-update):
25023 * longlines.el (longlines-encode-region)
25024 (longlines-after-change-function):
25025 * outline.el (outline-isearch-open-invisible):
25026 * ps-def.el (declare-function, charset-dimension, char-width)
25027 (encode-char):
25028 * ps-mule.el (ps-mule-plot-string):
25029 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25030 (recentf-edit-list-select, recentf-edit-list-validate)
25031 (recentf-open-files-action):
25032 * rect.el (delete-whitespace-rectangle-line)
25033 (rectangle-number-line-callback):
25034 * register.el (window-configuration-to-register)
25035 (frame-configuration-to-register):
25036 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25037 * select.el (xselect-convert-to-string, xselect-convert-to-length)
25038 (xselect-convert-to-targets, xselect-convert-to-delete)
25039 (xselect-convert-to-filename, xselect-convert-to-charpos)
25040 (xselect-convert-to-lineno, xselect-convert-to-colno)
25041 (xselect-convert-to-os, xselect-convert-to-host)
25042 (xselect-convert-to-user, xselect-convert-to-class)
25043 (xselect-convert-to-name, xselect-convert-to-integer)
25044 (xselect-convert-to-atom, xselect-convert-to-identity):
25045 * subr.el (declare, ignore, process-kill-without-query)
25046 (text-clone-maintain):
25047 * terminal.el (te-get-char, te-tic-sentinel):
25048 * tool-bar.el (tool-bar-make-keymap):
25049 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25050 * type-break.el (type-break-mode, type-break-noninteractive-query):
25051 * view.el (View-back-to-mark):
25052 * wid-browse.el (widget-browse-action, widget-browse-widget)
25053 (widget-browse-widgets, widget-browse-sexp):
25054 * widget.el (define-widget-keywords):
25055 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25056 Mark unused parameters.
25057
25058 * align.el (align-adjust-col-for-rule): Mark unused parameter.
25059 (align-areas): Remove unused variable `look'.
25060 (align-region): Remove unused variables `real-end' and `pos-list'.
25061
25062 * apropos.el (apropos-score-doc): Remove unused variable `i'.
25063
25064 * bindings.el (mode-line-modified, mode-line-remote):
25065 Mark unused parameters.
25066 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25067
25068 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25069 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25070
25071 * comint.el (comint-history-isearch-pop-state)
25072 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25073 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25074 (comint-substitute-in-file-name): Doc fix.
25075
25076 * completion.el (cmpl-statistics-block): Mark unused parameter.
25077 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25078 (save-completions-to-file, load-completions-from-file):
25079 Remove unused local variable `e'.
25080
25081 * composite.el (compose-chars): Remove unused variable `len'.
25082 (lgstring-insert-glyph): Remove unused variable `g'.
25083 (compose-glyph-string): Remove unused variables `ascent',
25084 `descent', `lbearing' and `rbearing'.
25085 (compose-glyph-string-relative): Remove unused variables
25086 `lbearing', `rbearing' and `wadjust'.
25087 (compose-gstring-for-graphic): Remove unused variables `header',
25088 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
25089 (compose-gstring-for-terminal): Remove unused variables `header'
25090 and `nchars'. Use `let', not `let*'.
25091
25092 * cus-edit.el (Custom-set, Custom-save, custom-reset)
25093 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25094 (Custom-buffer-done, custom-buffer-create-internal)
25095 (custom-browse-visibility-action, custom-browse-group-tag-action)
25096 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25097 (widget-magic-mouse-down-action, custom-toggle-parent)
25098 (custom-add-parent-links, custom-toggle-hide-variable)
25099 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25100 (custom-toggle-hide-face, face, hook, custom-group-link-action)
25101 (custom-face-menu-create, custom-variable-menu-create, get)
25102 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25103 (custom-reset-standard-save-and-update): Remove unused variable `value'.
25104 (customize-apropos): Remove unused variable `tests'.
25105 (custom-group-value-create): Remove unused variable `hidden-p'.
25106 (sort-fold-case): Declare.
25107
25108 * cus-theme.el (custom-reset-standard-faces-list)
25109 (custom-reset-standard-variables-list): Declare.
25110 (customize-create-theme, custom-theme-revert, custom-theme-write)
25111 (custom-theme-choose-mode, customize-themes, custom-theme-save):
25112 Mark unused parameters.
25113
25114 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25115
25116 * delim-col.el (delimit-columns-max): Move defvar before first use.
25117
25118 * descr-text.el (describe-char-categories): Don't quote `lambda'.
25119 (describe-char): Don't quote `lambda'. Mark unused parameter.
25120
25121 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25122 (auto-insert): Declare.
25123 (desktop-restore-file-buffer): Rename desktop-* parameters;
25124 mark unused ones.
25125 (desktop-create-buffer): Rename desktop-* parameters and bind them.
25126 (desktop-buffer): Rename desktop-* parameters.
25127
25128 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25129 (dframe-reposition-frame-xemacs, dframe-help-echo)
25130 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25131 Mark unused parameters.
25132
25133 * dired-aux.el (backup-extract-version-start, overwrite-query)
25134 (overwrite-backup-query, rename-regexp-query)
25135 (rename-non-directory-query): Declare.
25136 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25137 (dired-add-entry): Remove unused variable `orig-file-name'.
25138 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25139 Use parameter PRESERVE-TIME instead of accessing dynamic variable
25140 `dired-copy-preserve-time' directly.
25141 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25142 (dired-insert-subdir-newpos): Rename unused variable `pos'.
25143
25144 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25145 (dired-virtual-revert, dired-make-relative-symlink):
25146 Mark unused parameters.
25147 (manual-program): Declare.
25148 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25149 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25150 wrapped in `with-no-warnings' to avoid replacing one warning by another.
25151
25152 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25153
25154 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25155
25156 * echistory.el (electric-history-in-progress, Helper-return-blurb):
25157 Declare.
25158
25159 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25160
25161 * electric.el (Electric-command-loop): Rename parameter
25162 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25163
25164 * expand.el (expand-in-literal): Remove unused variable `here'.
25165
25166 * facemenu.el (facemenu-add-new-color):
25167 Remove unused variable `docstring'.
25168
25169 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25170 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25171 (face-attr-construct): Mark unused parameter. Doc fix.
25172 (read-color): Remove unused variable `hex-string'.
25173
25174 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25175 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25176 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25177 (display-buffer-other-frame): Remove unused variable `old-window'.
25178 (kill-buffer-hook): Declare.
25179 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25180 Mark unused parameters.
25181 (after-find-file): Pass 1 to `auto-save-mode', not t.
25182
25183 * files-x.el (auto-insert): Declare.
25184 (modify-file-local-variable-prop-line): Remove unused variable `val'.
25185
25186 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25187 variable `buf'. Mark unused parameter.
25188 (find-lisp-insert-directory): Mark unused parameter.
25189
25190 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25191 (format-encode-region): Remove unused variables `cur-buf' and `result'.
25192 (format-common-tail): Remove, unused.
25193 (format-deannotate-region): Remove unused variable `loc'.
25194 (format-annotate-region): Remove unused variable `p'.
25195 (format-annotate-single-property-change): Remove unused variables
25196 `default' and `tail'.
25197
25198 * forms.el (read-file-filter): Declare.
25199 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25200
25201 * frame.el (frame-creation-function-alist): Mark unused parameter.
25202 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25203
25204 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25205 Remove unused parameters.
25206 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25207 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25208
25209 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25210 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25211 (hfy-prepare-tag-map): Mark unused parameters.
25212 (htmlfontify-buffer): Use `called-interactively-p'.
25213
25214 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25215 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25216 (ibuffer-do-occur): Mark unused parameters.
25217 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25218 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25219
25220 * ibuffer.el: Don't quote `lambda'.
25221 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25222 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25223 Mark unused parameters.
25224
25225 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25226 (ido-completing-read): Mark unused parameters.
25227 (ido-copy-current-word): Mark unused parameters;
25228 remove unused variable `name'.
25229 (ido-sort-merged-list): Remove unused parameter `dirs'.
25230
25231 * ielm.el (ielm-input-sender): Mark unused parameter.
25232 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25233 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25234 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25235 `ielm-string' as a dynamic variable accessible from the IELM prompt.
25236 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
25237
25238 * image-dired.el (image-dired-display-thumbs): Remove unused
25239 variables `curr-file' and `count'.
25240 (image-dired-remove-tag): Remove unused variable `start'.
25241 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25242 variable `curr-file'
25243 (image-dired-rotate-original): Remove unused variable `temp-file'.
25244 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25245 Remove unused variable `file'.
25246 (image-dired-gallery-generate): Remove unused variable `curr'.
25247 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25248
25249 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25250
25251 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25252
25253 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25254
25255 * isearch.el (minibuffer-history-symbol): Declare.
25256 (isearch-edit-string): Remove unused variable `err'.
25257 (isearch-message-prefix, isearch-message-suffix):
25258 Mark unused parameters.
25259
25260 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25261
25262 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25263
25264 * makesum.el (double-column): Remove unused variable `cnt'.
25265
25266 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25267 (ido-ignore-item-temp-list): Declare.
25268
25269 * mouse-drag.el (mouse-drag-throw): Remove unused variables
25270 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25271 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25272 (mouse-drag-drag): Remove unused variables `mouse-delta' and
25273 `mouse-col-delta'.
25274
25275 * mouse-sel.el (mouse-extend-internal):
25276 Remove unused variable `orig-window-frame'.
25277
25278 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25279 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25280 Move declarations before first use.
25281 (pcomplete-opt): Mark unused parameters; doc fix.
25282
25283 * proced.el (proced-revert): Mark unused parameter.
25284 (proced-send-signal): Remove unused variable `err'.
25285
25286 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25287 Rename parameter PREFIX-ARG to ARG.
25288 (ps-basic-plot-string, ps-basic-plot-whitespace):
25289 Mark unused parameters.
25290
25291 * replace.el (replace-count): Define.
25292 (occur-revert-function): Mark unused parameters.
25293 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25294 (isearch-case-fold-search, isearch-string): Declare.
25295 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25296 bind `case-fold-search'. Remove unused variables `beg' and `end',
25297 and simplify.
25298 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25299 COUNT and bind `replace-count'.
25300 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25301 to COUNT.
25302
25303 * savehist.el (print-readably, print-string-length): Declare.
25304
25305 * shadowfile.el (shadow-expand-cluster-in-file-name):
25306 Remove unused variable `cluster'.
25307 (shadow-copy-file): Remove unused variable `i'.
25308 (shadow-noquery, shadow-clusters, shadow-site-cluster)
25309 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25310 (shadow-define-literal-group, shadow-define-regexp-group)
25311 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25312
25313 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25314 (shell): Use `called-interactively-p'.
25315 (shell-directory-tracker): Remove unused variable `chdir-failure'.
25316
25317 * simple.el (compilation-context-lines, comint-file-name-quote-list)
25318 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25319 (delete-backward-char): Remove unused variable `ocol'.
25320 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25321 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25322 (event-apply-hyper-modifier, event-apply-shift-modifier)
25323 (event-apply-control-modifier, event-apply-meta-modifier):
25324 Mark unused parameters.
25325 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25326 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25327
25328 * speedbar.el (speedbar-ignored-directory-expressions)
25329 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25330 (speedbar-find-file, speedbar-dir-follow)
25331 (speedbar-directory-buttons-follow, speedbar-tag-find)
25332 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25333 (speedbar-buffers-line-directory, speedbar-buffer-click):
25334 Mark unused parameters.
25335 (speedbar-tag-file): Remove unused variable `mode'.
25336 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25337
25338 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25339
25340 * talk.el (talk): Remove unused variable `display'.
25341
25342 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25343 (tar-write-region-annotate): Mark unused parameter.
25344
25345 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25346 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25347 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25348 warning by another.
25349
25350 * time-stamp.el (time-stamp-string-preprocess):
25351 Remove unused variable `require-padding'.
25352
25353 * tree-widget.el (widget-glyph-enable): Declare.
25354 (tree-widget-action): Mark unused parameter.
25355
25356 * w32-fns.el (x-get-selection): Mark unused parameter.
25357 (autoload-make-program, generated-autoload-file): Declare.
25358
25359 * wdired.el (wdired-revert): Mark unused parameters.
25360 (wdired-xcase-word): Remove unused variable `err'.
25361
25362 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25363 (whitespace-help-scroll): Remove unused variable `data-help'.
25364
25365 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25366 (widget-image-insert, widget-after-change, default)
25367 (widget-default-format-handler, widget-default-notify)
25368 (widget-default-prompt-value, widget-info-link-action)
25369 (widget-url-link-action, widget-function-link-action)
25370 (widget-variable-link-action, widget-file-link-action)
25371 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25372 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25373 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25374 (widget-insert-button-action, widget-delete-button-action, visibility)
25375 (widget-documentation-link-action, widget-documentation-string-action)
25376 (widget-const-prompt-value, widget-regexp-match, symbol)
25377 (widget-coding-system-prompt-value)
25378 (widget-key-sequence-value-to-external, sexp)
25379 (widget-sexp-value-to-internal, character, vector, cons)
25380 (widget-choice-prompt-value, widget-boolean-prompt-value)
25381 (widget-color--choose-action): Mark unused parameters.
25382 (widget-item-match-inline, widget-choice-match-inline)
25383 (widget-checklist-match, widget-checklist-match-inline)
25384 (widget-group-match): Rename parameter VALUES to VALS.
25385 (widget-field-value-set): Remove unused variable `size'.
25386 (widget-color-action): Remove unused variables `value' and `start'.
25387
25388 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25389 variable `dir'. Doc fix.
25390 (windmove-find-other-window): Don't pass it.
25391
25392 * window.el (count-windows): Mark unused parameter.
25393 (bw-adjust-window): Remove unused variable `err'.
25394
25395 * woman.el (woman-file-name): Remove unused variable `default'.
25396 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25397 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25398 (global-font-lock-mode): Declare.
25399 (woman-decode-region): Mark unused parameter.
25400 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25401
25402 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25403 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25404 (x-dnd-handle-moz-url): Remove unused variable `title'.
25405 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25406
25407 * xml.el (xml-parse-tag, xml-parse-attlist):
25408 Remove unused variable `pos'.
25409
25410 2011-04-19 Glenn Morris <rgm@gnu.org>
25411
25412 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25413 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25414 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25415 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25416 * calendar/cal-html.el (cal-html-insert-minical):
25417 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25418 (calendar-mark-date-pattern):
25419 Prefix "unused" locals.
25420
25421 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25422 optional argument `style'.
25423
25424 * calendar/appt.el (appt-make-list):
25425 * calendar/cal-china.el (calendar-chinese-date-string):
25426 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25427 (diary-hebrew-yahrzeit):
25428 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25429 * calendar/calendar.el (calendar-generate-window):
25430 * calendar/time-date.el (time-to-days):
25431 Remove unused local variables.
25432
25433 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25434
25435 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25436 glyphless-char-display table.
25437 (tabulated-list-glyphless-char-display): New var.
25438
25439 2011-04-18 Sam Steingold <sds@gnu.org>
25440
25441 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25442 to acknowledgments.
25443
25444 2011-04-17 Glenn Morris <rgm@gnu.org>
25445
25446 * calendar/diary-lib.el (diary-sexp-entry):
25447 * calendar/holidays.el (holiday-sexp):
25448 Set debug-on-error rather than the removed stack-trace-on-error.
25449
25450 2011-04-16 Glenn Morris <rgm@gnu.org>
25451
25452 * progmodes/f90.el: Use lexical-binding.
25453 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25454
25455 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25456
25457 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25458 (mail-mode): Setup mailalias completion here instead.
25459 * mail/mailalias.el: Use lexical-binding.
25460 (pattern, mailalias-done): Declare dynamic.
25461 (mail-completion-at-point-function): New function, from mail-complete.
25462 (mail-complete): Use it.
25463 (mail-completion-expand): New function.
25464 (mail-get-names): Use it.
25465 (mail-directory, mail-directory-process, mail-directory-stream):
25466 Don't use `pattern' for lexically bound arg.
25467
25468 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25469
25470 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25471 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25472 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25473
25474 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25475 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25476 (byte-interactive-p): Define them again, for use when inlining
25477 old code.
25478
25479 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25480
25481 * loadup.el: Use `string-to-number', not `string-to-int'.
25482
25483 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25484
25485 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25486 gud-gdb-complete-command.
25487 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25488 (gud-gdb-completion-at-point): New function.
25489 (gud-gdb-completions): Remove.
25490
25491 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25492
25493 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25494 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25495 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25496 whether `executable-find' is bound.
25497
25498 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25499
25500 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25501
25502 * minibuffer.el (completion-in-region-mode-predicate)
25503 (completion-in-region-mode--predicate): New vars.
25504 (completion-in-region, completion-in-region--postch)
25505 (completion-in-region-mode): Use them.
25506 (completion--capf-wrapper): Also return the hook function.
25507 (completion-at-point, completion-help-at-point):
25508 Adjust and provide a predicate.
25509
25510 Preserve arg names for advice of subr and lexical functions (bug#8457).
25511 * help-fns.el (help-function-arglist): Consolidate the subr and
25512 new-byte-code cases. Add argument `preserve-names' to extract names
25513 from the docstring when needed.
25514 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25515 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25516 (ad-arglist): Use help-function-arglist's new arg.
25517 (ad-definition-type): Use cond.
25518
25519 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25520
25521 * autorevert.el (auto-revert-handler):
25522 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25523 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25524 Don't quote lambda.
25525
25526 * image-mode.el (image-transform-set-scale):
25527 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25528
25529 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25530
25531 * net/network-stream.el (network-stream-open-starttls): Only do
25532 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25533 Upgrades via gnutls-cli are too slow to be done opportunistically.
25534
25535 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25536
25537 * dframe.el (dframe-current-frame): Remove spurious quote.
25538
25539 2011-04-12 Glenn Morris <rgm@gnu.org>
25540
25541 * calendar/cal-tex.el (cal-tex-end-document):
25542 Try to automatically use latin1 input if needed.
25543
25544 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25545 Don't try to cons a mark onto an empty element.
25546
25547 2011-04-11 Leo Liu <sdl.web@gmail.com>
25548
25549 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25550 buffers.
25551 (ido-kill-buffer-at-head): Support killing virtual buffers.
25552
25553 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25554
25555 * minibuffer.el (completion-show-inline-help): New var.
25556 (completion--do-completion, minibuffer-complete)
25557 (minibuffer-force-complete, minibuffer-complete-word):
25558 Inhibit minibuffer messages if completion-show-inline-help is nil.
25559
25560 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25561 to avoid interference from inline help (Bug#5849).
25562
25563 2011-04-10 Leo Liu <sdl.web@gmail.com>
25564
25565 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25566 Fix typo.
25567
25568 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25569
25570 * image-mode.el (image-toggle-display-image): Signal an error if
25571 not in Image mode.
25572 (image-transform-mode, image-transform-resize)
25573 (image-transform-set-rotation): Doc fix.
25574 (image-transform-set-resize): Delete.
25575 (image-transform-set-scale, image-transform-fit-to-height)
25576 (image-transform-fit-to-width): Handle image-toggle-display-image
25577 and image-transform-resize directly.
25578
25579 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25580
25581 * doc-view.el (doc-view-fit-width-to-window)
25582 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25583 New functions for fitting the shown image to the Emacs window size.
25584 (doc-view-mode-map): Add bindings for the new functions.
25585
25586 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25587
25588 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25589 Fix typo in docstring.
25590
25591 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25592
25593 * files.el (file-size-human-readable): Produce one digit after
25594 decimal, like "ls -lh" does.
25595
25596 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25597 the file size representation.
25598
25599 * simple.el (list-processes): If async subprocesses are not
25600 available, error out with a clear error message.
25601
25602 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25603
25604 * help.el (help-form-show): New function, to be called from C.
25605 Put help-form output in a buffer named differently than *Help*.
25606
25607 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25608
25609 * files.el (file-size-human-readable): New function.
25610
25611 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25612 computing the representation inline. Don't require `cl'.
25613
25614 2011-04-08 Glenn Morris <rgm@gnu.org>
25615
25616 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25617
25618 * net/browse-url.el (browse-url-firefox):
25619 Test system-type, not system-configuration.
25620
25621 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25622 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25623 Use log-edit-empty-buffer-p. (Bug#7598)
25624
25625 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25626 (rlogin-mode-map): Initialize in the defvar.
25627 (rlogin): Use ignore-errors.
25628
25629 * replace.el (occur-mode-map): Some fixes for menu items.
25630
25631 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25632
25633 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25634
25635 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25636
25637 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25638 issuing unused warnings.
25639
25640 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25641 macro directly.
25642
25643 * simple.el: Lisp reimplement of list-processes. Based on an
25644 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25645 (process-menu-mode): New major mode.
25646 (list-processes--refresh, list-processes):
25647 (process-menu-visit-buffer): New functions.
25648
25649 * files.el (save-buffers-kill-emacs): Don't assume any return
25650 value of list-processes, which is undocumented anyway.
25651
25652 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25653
25654 * emacs-lisp/tabulated-list.el: New file.
25655
25656 * emacs-lisp/package.el: Use Tabulated List mode.
25657 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25658 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25659 table format using Tabulated List mode variables.
25660 (package--push): New macro, replacing package-list-maybe-add.
25661 (package-menu--generate): Use package--push. Renamed from
25662 package--generate-package-list.
25663 (package-menu-refresh, list-packages): Use it.
25664 (package-menu--print-info): Rename from package-print-package.
25665 Return insertion data instead of inserting it directly.
25666 (package-menu-describe-package, package-menu-execute):
25667 Use tabulated-list-get-id.
25668 (package-menu-mark-delete, package-menu-mark-install)
25669 (package-menu-mark-unmark, package-menu-backup-unmark)
25670 (package-menu-mark-obsolete-for-deletion):
25671 Use tabulated-list-put-tag.
25672 (package--list-packages, package-menu-revert)
25673 (package-menu-get-package, package-menu-get-version)
25674 (package-menu-sort-by-column): Functions deleted.
25675 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25676 (package-menu--status-predicate, package-menu--version-predicate)
25677 (package-menu--name-predicate)
25678 (package-menu--description-predicate): Handle arguments in the
25679 Tabulated List format.
25680 (package-list-packages-no-fetch): Call list-packages.
25681
25682 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25683
25684 * files.el (after-find-file-from-revert-buffer): Remove variable.
25685 (after-find-file): Don't bind it.
25686 (revert-buffer-in-progress-p): New variable.
25687 (revert-buffer): Bind it.
25688 Pass nil for `after-find-file-from-revert-buffer'.
25689
25690 * saveplace.el (save-place-find-file-hook): Use new variable
25691 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25692
25693 2011-04-06 Glenn Morris <rgm@gnu.org>
25694
25695 * Makefile.in (AUTOGEN_VCS): New variable.
25696 (autoloads): Use $AUTOGEN_VCS.
25697
25698 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25699 * calendar/calendar.el (calendar-mode-map):
25700 Check for toolkit scroll bars. (Bug#8305)
25701
25702 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25703
25704 * minibuffer.el (completion-in-region--postch)
25705 (completion-in-region-mode): Remove unnecessary messages.
25706
25707 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25708
25709 * font-lock.el (font-lock-refresh-defaults):
25710 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25711 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25712
25713 * info.el (Info-directory-list, Info-read-node-name-2)
25714 (Info-split-parameter-string): Doc fixes.
25715 (Info-virtual-nodes): Reflow docstring.
25716 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25717 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25718 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25719 Fix typos in docstrings.
25720 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25721 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25722 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25723 (Info-restore-desktop-buffer): Mark unused parameters.
25724 (Info-directory-find-file, Info-directory-find-node)
25725 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25726 (Info-virtual-index-find-node, Info-apropos-find-file)
25727 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25728 Mark unused parameters; fix typos in docstrings.
25729 (Info-virtual-index): Remove unused local variable `nodename'.
25730
25731 2011-04-05 Deniz Dogan <deniz@dogan.se>
25732
25733 * net/rcirc.el: Update my e-mail address.
25734 (rcirc-mode-map): Remove M-o binding.
25735
25736 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25737
25738 * startup.el (command-line): Save the cursor's theme-face
25739 directly, instead of using face-override-spec.
25740
25741 * custom.el (load-theme): Minor optimization in assigning faces.
25742
25743 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25744
25745 * help-fns.el (describe-variable): Complete all variables having
25746 documentation, including keywords.
25747 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25748
25749 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25750
25751 Convert to lexical-binding.
25752
25753 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25754 (bs--get-marked-string, bs--get-modified-string)
25755 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25756 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25757 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25758
25759 * ehelp.el (electric-help-execute-extended)
25760 (electric-help-ctrl-x-prefix):
25761 * hexl.el (hexl-revert-buffer-function):
25762 * linum.el (linum-after-change, linum-after-scroll):
25763 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25764
25765 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25766
25767 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25768
25769 * epa-dired.el:
25770 * epa-mail.el:
25771 * epa-hook.el:
25772 * epa-file.el:
25773 * epa.el:
25774 * epg.el: Use lexical binding.
25775
25776 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25777
25778 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25779
25780 * textmodes/flyspell.el (flyspell-word): Recognize default
25781 dictionary case for flyspell-mark-duplications-exceptions.
25782 Use regexp matching for languages.
25783 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25784 default dictionary (Bug#7926).
25785
25786 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25787
25788 * emacs-lisp/package.el (package--with-work-buffer):
25789 Recognize https URLs.
25790
25791 * net/network-stream.el: Move from gnus/proto-stream.el.
25792 Change prefix to network-stream throughout.
25793 (open-protocol-stream): Merge into open-network-stream, leaving
25794 open-protocol-stream as an alias. Handle nil BUFFER args.
25795
25796 * subr.el (open-network-stream): Move to net/network-stream.el.
25797
25798 2011-04-02 Glenn Morris <rgm@gnu.org>
25799
25800 * find-dired.el (find-exec-terminator): New option.
25801 (find-ls-option): Test for -ls support.
25802 (find-ls-subdir-switches): Test for -b in find-ls-option.
25803 (find-dired, find-grep-dired): Doc fixes.
25804 (find-dired): Use find-exec-terminator.
25805
25806 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25807 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25808 (find-name-arg): Remove purecopy.
25809
25810 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25811 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25812 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25813 accordingly. Don't add the null-device if not needed.
25814
25815 * files.el (save-some-buffers): Doc fix.
25816
25817 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25818
25819 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25820
25821 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25822
25823 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25824 Use `dolist' rather than `mapcar'.
25825
25826 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25827
25828 Add lexical binding.
25829
25830 * subr.el (apply-partially): Use new closures rather than CL.
25831 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25832 (dolist, dotimes): Use slightly different expansion for lexical code.
25833 (functionp): Move to C.
25834 (letrec): New macro.
25835 (with-wrapper-hook): Use it and apply-partially instead of CL.
25836 (eval-after-load): Preserve lexical-binding.
25837 (save-window-excursion, with-output-to-temp-buffer): Turn them
25838 into macros.
25839
25840 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25841
25842 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25843 than the arglist.
25844 (help-add-fundoc-usage): Don't add `Not documented'.
25845 (help-function-arglist): Handle closures, subroutines, and new
25846 byte-code-functions.
25847 (help-make-usage): Remove leading underscores.
25848 (describe-function-1): Handle closures.
25849 (describe-variable): Use special-variable-p for completion.
25850
25851 * files.el (lexical-binding): Declare safe.
25852
25853 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25854 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25855 (pcase): Add `let' pattern.
25856 Change memoization so it actually works.
25857 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25858 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25859 <let>: New case.
25860
25861 * emacs-lisp/macroexp.el: Use lexical binding.
25862 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25863 Don't convert ' to #' without checking that it's indeed quoting
25864 a lambda.
25865
25866 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25867 Use eval-sexp-add-defvars.
25868 (eval-sexp-add-defvars): New fun.
25869
25870 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25871
25872 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25873 Don't autoload.
25874 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25875 than the internal `byte-compile-lambda'.
25876 (defmethod): Don't hide code under quotes.
25877 (eieio-defmethod): New `code' argument.
25878
25879 * emacs-lisp/eieio-comp.el: Remove.
25880
25881 * emacs-lisp/edebug.el (edebug-eval-defun)
25882 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25883 (edebug-toggle): Avoid `eval'.
25884
25885 * emacs-lisp/disass.el (disassemble-internal): Handle new
25886 `closure' objects.
25887 (disassemble-1): Handle new byte codes.
25888
25889 * emacs-lisp/cl.el (pushnew): Silence warning.
25890
25891 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25892 (cl-byte-compile-throw): Remove.
25893 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25894
25895 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25896 closures.
25897
25898 * emacs-lisp/cconv.el: New file.
25899
25900 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25901 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25902 (byte-compile-initial-macro-environment):
25903 Handle declare-function here.
25904 (byte-compile--lexical-environment): New var.
25905 (byte-stack-ref, byte-stack-set, byte-discardN)
25906 (byte-discardN-preserve-tos): New lap codes.
25907 (byte-interactive-p): Don't use any more.
25908 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25909 New macros.
25910 (byte-compile-lapcode): Use them and handle new lap codes.
25911 (byte-compile-obsolete): Remove.
25912 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25913 (byte-compile-arglist-warn): Check late def of inlinable funs.
25914 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25915 since they should have been expanded by now.
25916 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25917 (byte-compile-from-buffer): Remove unused second arg.
25918 (byte-compile-preprocess): New function.
25919 (byte-compile-toplevel-file-form): New function to distinguish
25920 file-form calls from outside from file-form calls from hunk-handlers.
25921 (byte-compile-file-form): Simplify.
25922 (byte-compile-file-form-defsubst): Remove.
25923 (byte-compile-file-form-defmumble): Simplify now that
25924 byte-compile-lambda always returns a byte-code-function.
25925 (byte-compile): Preprocess.
25926 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25927 Remove, not used any more.
25928 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25929 (byte-compile-make-args-desc): New funs.
25930 (byte-compile-lambda): Handle lexical functions. Always return
25931 a byte-code-function.
25932 (byte-compile-reserved-constants): New var, to make up room for
25933 closed-over variables.
25934 (byte-compile-constants-vector): Obey it.
25935 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25936 (byte-compile-macroexpand-declare-function): New function.
25937 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25938 byte-code-functions.
25939 (byte-compile-form): Check obsolescence here.
25940 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25941 (byte-compile-variable-ref): Remove.
25942 (byte-compile-dynamic-variable-op): New fun.
25943 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25944 (byte-compile-variable-set): New funs.
25945 (byte-compile-discard): Add 2 args.
25946 (byte-compile-stack-ref, byte-compile-stack-set)
25947 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25948 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25949 macroexpand-all instead.
25950 (byte-compile-quote-form): Remove.
25951 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25952 (byte-compile-bind, byte-compile-unbind): New funs.
25953 (byte-compile-let): Handle let* and lexical binding.
25954 (byte-compile-let*): Remove.
25955 (byte-compile-catch, byte-compile-unwind-protect)
25956 (byte-compile-track-mouse, byte-compile-condition-case):
25957 Handle a new :fun-body form, used for lexical scoping.
25958 (byte-compile-save-window-excursion)
25959 (byte-compile-with-output-to-temp-buffer): Remove.
25960 (byte-compile-defun): Simplify.
25961 (byte-compile-stack-adjustment): New fun.
25962 (byte-compile-out): Use it.
25963 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25964
25965 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25966 handler any more.
25967
25968 * emacs-lisp/byte-opt.el: Use lexical binding.
25969 (byte-inline-lapcode): Remove (to bytecomp).
25970 (byte-compile-inline-expand): Pay attention to inlining to/from
25971 lexically bound code.
25972 (byte-compile-unfold-lambda): Don't handle byte-code-functions
25973 any more.
25974 (byte-optimize-form-code-walker): Don't handle save-window-excursion
25975 any more and don't call compiler-macros.
25976 (byte-compile-splice-in-already-compiled-code): Remove.
25977 (byte-code): Don't inline any more.
25978 (disassemble-offset): Receive `bytes' as argument rather than via
25979 dynamic scoping.
25980 (byte-compile-tag-number): Declare before first use.
25981 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25982 `return' even if make-spliceable.
25983 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25984 obsolete interactive-p.
25985 (byte-optimize-lapcode): Optimize new lap-codes.
25986 Don't trip up on new form of `byte-constant' lap code.
25987
25988 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25989
25990 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25991
25992 * custom.el (custom-initialize-default, custom-declare-variable):
25993 Use `defvar'.
25994
25995 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25996 New variables.
25997 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25998 (COMPILE_FIRST): Add macroexp and cconv.
25999 * makefile.w32-in: Mirror changes in Makefile.in.
26000
26001 * vc/cvs-status.el:
26002 * vc/diff-mode.el:
26003 * vc/log-edit.el:
26004 * vc/log-view.el:
26005 * vc/smerge-mode.el:
26006 * textmodes/bibtex-style.el:
26007 * textmodes/css-mode.el:
26008 * startup.el:
26009 * uniquify.el:
26010 * minibuffer.el:
26011 * newcomment.el:
26012 * reveal.el:
26013 * server.el:
26014 * mpc.el:
26015 * emacs-lisp/smie.el:
26016 * doc-view.el:
26017 * dired.el:
26018 * abbrev.el: Use lexical binding.
26019
26020 2011-04-01 Eli Zaretskii <eliz@gnu.org>
26021
26022 * info.el (info-display-manual): New function.
26023
26024 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26025
26026 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26027
26028 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
26029
26030 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26031 an entry for that server in rcirc-authinfo. (Bug#8385)
26032
26033 2011-03-31 Glenn Morris <rgm@gnu.org>
26034
26035 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26036
26037 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26038
26039 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
26040
26041 * progmodes/python.el (python-default-interpreter)
26042 (python-python-command-args, python-jython-command-args)
26043 (python-which-shell, python-which-args, python-which-bufname)
26044 (python-file-queue, python-comint-output-filter-function)
26045 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26046 variables and functions.
26047
26048 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
26049
26050 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26051 (completion-in-region-mode): New minor mode.
26052 (completion-in-region): Use it.
26053 (completion-in-region--data, completion-in-region-mode-map): New vars.
26054 (completion-in-region--postch): New function.
26055 (completion--capf-misbehave-funs, completion--capf-safe-funs):
26056 New vars.
26057 (completion--capf-wrapper): New function.
26058 (completion-at-point): Use it to track well-behavedness of
26059 hook functions.
26060 (completion-help-at-point): New command.
26061
26062 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
26063
26064 * vc/add-log.el (add-change-log-entry): Don't use whitespace
26065 syntax class to search for whitespace on a single line
26066 (Message-ID: <4D938140.4030905@redhat.com>).
26067
26068 2011-03-30 Leo Liu <sdl.web@gmail.com>
26069
26070 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26071 New commands.
26072 (edit-abbrevs-map): Bind them here.
26073 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
26074
26075 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
26076
26077 * allout.el (allout-hide-by-annotation, allout-flag-region):
26078 Reduce possibility of overlay leakage by making them volatile.
26079
26080 * allout-widgets.el (allout-widgets-tally): Define as nil so the
26081 hash is not shared between buffers. Mode initialization is
26082 responsible for giving it a useful starting value.
26083 (allout-item-span): Reduce possibility of overlay leakage by
26084 making them volatile.
26085 (allout-widgets-count-buttons-in-region): Add diagnostic function
26086 for tracking down button overlay leaks.
26087
26088 2011-03-29 Leo Liu <sdl.web@gmail.com>
26089
26090 * ido.el (ido-read-internal): Use the default history var
26091 minibuffer-history if no HISTORY is specified.
26092
26093 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
26094
26095 * net/imap.el (imap-shell-open, imap-process-connection-type):
26096 Use imap-process-connection-type for 'shell' streams as well as
26097 Kerberos, SSL, other subprocesses.
26098
26099 2011-03-28 Leo Liu <sdl.web@gmail.com>
26100
26101 * abbrev.el (abbrev-table-empty-p): New function.
26102 (prepare-abbrev-list-buffer): Place empty abbrev tables after
26103 nonempty ones. (Bug#5937)
26104
26105 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
26106
26107 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26108
26109 2011-03-27 Leo Liu <sdl.web@gmail.com>
26110
26111 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26112 for foreground and background colors.
26113 (ansi-color-make-color-map): Adapt.
26114
26115 2011-03-25 Leo Liu <sdl.web@gmail.com>
26116
26117 * midnight.el (midnight-time-float): Remove. Note it calculates
26118 the microsecond component incorrectly and seconds-to-time does the
26119 same job.
26120 Remove redundant (require 'timer).
26121
26122 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26123 (ido-completions): Remove unused arguments. (Bug#8329)
26124
26125 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26126
26127 * minibuffer.el (completion--flush-all-sorted-completions):
26128 Remove itself from hook.
26129 (completion-at-point): Let the functions perform the completion
26130 immediately and return nil or t.
26131 * comint.el (comint-dynamic-complete-functions): Now identical to
26132 completion-at-point-functions.
26133 (comint-dynamic-list-input-ring): Remove unused var `index'.
26134 (comint--match-partial-filename, comint--unquote&expand-filename):
26135 New funs, split from comint-match-partial-filename.
26136 (comint-dynamic-complete): Use completion-at-point.
26137 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26138
26139 2011-03-24 Drew Adams <drew.adams@oracle.com>
26140
26141 * thingatpt.el: Support `defun'.
26142
26143 2011-03-23 Leo Liu <sdl.web@gmail.com>
26144
26145 * abbrevlist.el: Move to obsolete/abbrevlist.el.
26146
26147 * help-mode.el (help-mode-finish): Tweak regexp.
26148
26149 2011-03-23 Glenn Morris <rgm@gnu.org>
26150
26151 * eshell/esh-opt.el (eshell-eval-using-options):
26152 Do not bind unused local variable `eshell-option-stub'.
26153
26154 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26155
26156 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26157
26158 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26159 keymap variable in `with-no-warnings' to avoid a warning when the
26160 keymap has been already `defconst'ed.
26161
26162 2011-03-22 Leo Liu <sdl.web@gmail.com>
26163
26164 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26165 encode all chars in abbrevs; otherwise use emacs-mule or
26166 utf-8-emacs. (Bug#8308)
26167
26168 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26169
26170 * simple.el (backward-delete-char-untabify):
26171 Avoid warning about using `delete-backward-char'.
26172
26173 * image.el (image-type-file-name-regexps): Make it variable.
26174 `imagemagick-register-types' modifies it, and the user may want
26175 to add new extensions for known image types.
26176 (imagemagick-register-types): Throw error if not using ImageMagick.
26177
26178 2011-03-22 Leo Liu <sdl.web@gmail.com>
26179
26180 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26181 located before rcirc-prompt-end-marker.
26182 (rcirc-complete): Error if point is not after rcirc prompt.
26183 Handle the case when table is nil.
26184 (rcirc-user-authenticated): Define to fix compiler warning.
26185
26186 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
26187
26188 * custom.el (custom--inhibit-theme-enable): Make it affect only
26189 custom-theme-set-variables and custom-theme-set-faces.
26190 (provide-theme): Ignore custom--inhibit-theme-enable.
26191 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26192 (custom-enabling-themes): Delete variable.
26193 (enable-theme): Accept only loaded themes as arguments.
26194 Ignore the special custom-enabled-themes variable.
26195 (custom-enabled-themes): Forbid themes from setting this.
26196 Eliminate use of custom-enabling-themes.
26197 (custom-push-theme): Quote "changed" custom var entry.
26198
26199 2011-03-21 Leo Liu <sdl.web@gmail.com>
26200
26201 * ido.el (ido-read-internal): Add ido-selected to history instead
26202 of user input.
26203
26204 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26205
26206 * subr.el (deferred-action-list, deferred-action-function):
26207 Mark obsolete.
26208
26209 2011-03-21 Leo Liu <sdl.web@gmail.com>
26210
26211 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26212 change on 2011-02-13 (bug#8309).
26213
26214 * minibuffer.el (read-file-name-function): Change default value.
26215 (read-file-name--defaults): Rename from read-file-name-defaults.
26216 (read-file-name-default): Rename from read-file-name.
26217 (read-file-name): Call read-file-name-function.
26218
26219 2011-03-21 Glenn Morris <rgm@gnu.org>
26220
26221 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26222 Doc fixes.
26223
26224 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
26225
26226 * cus-theme.el: Add missing provide statement.
26227 (customize-create-theme): Extract theme value correctly.
26228 (custom-theme-visit-theme): Autoload.
26229 (customize-create-theme): Prompt before inserting default faces.
26230
26231 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
26232
26233 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26234 units and musical notes.
26235
26236 2011-03-20 Leo Liu <sdl.web@gmail.com>
26237
26238 * ido.el (ido-read-internal): Use completing-read-default.
26239 (ido-completing-read): Fix compatibility with completing-read.
26240
26241 2011-03-20 Christian Ohler <ohler@gnu.org>
26242
26243 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26244 (ert-delete-all-tests): Use `called-interactively-p' rather than
26245 `interactive-p'.
26246 (ert--make-xrefs-region): Respect END.
26247
26248 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26249
26250 * dired-aux.el (dired-create-directory): Signal an error if the
26251 directory already exists (Bug#8246).
26252
26253 * facemenu.el (list-colors-display): Call list-faces-display
26254 inside with-help-window.
26255 (list-colors-print): Use display property to align the final
26256 column, instead of checking window-width.
26257
26258 2011-03-19 Eli Zaretskii <eliz@gnu.org>
26259
26260 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26261 windows-nt systems.
26262 (emerge-protect-metachars): Quote correctly for ms-dos and
26263 windows-nt systems.
26264
26265 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
26266
26267 * info.el (info-initialize): Replace all uses of `:' with
26268 path-separator for compatibility with non-Unix systems.
26269 Cache quoting of path-separator. (Bug#8258)
26270
26271 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
26272
26273 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26274 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26275 (mouse-avoidance-mode): Fix typos in docstrings.
26276
26277 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26278
26279 * startup.el (package-subdirectory-regexp): Move from package.el.
26280 Omit \\` and \\', and let callers add them.
26281
26282 * emacs-lisp/package.el (package-strip-version)
26283 (package-load-all-descriptors): Add \\` and \\' to
26284 package-subdirectory-regexp before using it.
26285 (package-untar-buffer): New arg DIR; ensure that file untars only
26286 into this expected directory. Remove superfluous delete-region.
26287 (package-unpack): Caller changed.
26288 (package-tar-file-info): Use package-subdirectory-regexp.
26289
26290 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
26291
26292 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26293 diff-mode-shared-map (bug#8284).
26294 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26295
26296 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
26297
26298 * calendar/time-date.el (format-seconds): Use assoc instead of
26299 assoc-string, since assoc-string doesn't exist in XEmacs.
26300
26301 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
26302
26303 * custom.el (custom-known-themes): Reflow docstring.
26304 (custom-theme-load-path): Fix typo in docstring.
26305 (load-theme): Fix typo in error message.
26306 (custom-available-themes, custom-variable-theme-value):
26307 Use `let', not `let*'.
26308
26309 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
26310
26311 * calc/README: Mention inclusion of musical notes.
26312
26313 * calc/calc-units.el (calc-lu-quant): Rename from
26314 `calc-logunits-quantity'.
26315 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26316 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26317 (calc-db): Rename from `calc-dblevel'.
26318 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26319 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26320 (calc-np): Rename from `calc-nplevel'.
26321 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26322 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26323 (calc-lu-plus): Rename from `calc-logunits-add'.
26324 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26325 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26326 (calc-lu-minus): Rename from `calc-logunits-sub'.
26327 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26328 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26329 (calc-lu-times): Rename from `calc-logunits-mul'.
26330 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26331 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26332 (calc-lu-divide): Rename from `calc-logunits-div'.
26333 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26334 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26335
26336 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26337 functions being autoloaded.
26338
26339 * calc/calc.el (calc-lu-power-reference): Rename from
26340 `calc-logunits-power-reference'.
26341 (calc-lu-field-reference): Rename from
26342 `calc-logunits-field-reference'.
26343
26344 * calc/calc-help.el (calc-l-prefix-help):
26345 Mention musical note functions.
26346
26347 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26348
26349 * minibuffer.el (completion-all-sorted-completions):
26350 Use :completion-cycle-penalty text property if present.
26351
26352 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26353
26354 * allout.el (allout-yank-processing): Adjust for new rebulleting
26355 regime so bullet being yanked is used without prompting the user
26356 for a choice.
26357
26358 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26359
26360 * startup.el (command-line): Warn the user that _emacs is deprecated.
26361
26362 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26363
26364 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26365 (delphi-verbose, delphi-comment-face, delphi-string-face)
26366 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26367 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26368 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26369 (delphi-new-comment-line, delphi-font-lock-defaults)
26370 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26371 Fix typos in docstrings.
26372
26373 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26374
26375 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26376 Invert the roles of character and string values for INSTEAD, so a
26377 string is used for the more common case of a defaulting prompt.
26378
26379 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26380
26381 * progmodes/ruby-mode.el (ruby-backward-sexp):
26382 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26383 * play/gamegrid.el (gamegrid-make-face):
26384 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26385 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26386 * notifications.el (notifications-notify):
26387 * net/xesam.el (xesam-search-engines):
26388 * net/quickurl.el (quickurl-list-insert):
26389 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26390
26391 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26392
26393 * startup.el (command-line): Update package subdirectory regexp.
26394
26395 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26396
26397 * allout.el (allout-abbreviate-flattened-numbering)
26398 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26399
26400 * subr.el (read-char-choice): Only show the cursor after the prompt,
26401 not after the answer.
26402
26403 2011-03-15 Kevin Ryde <user42@zip.com.au>
26404
26405 * help-fns.el (variable-at-point): Skip leading quotes, if any
26406 (bug#8253).
26407
26408 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26409
26410 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26411 warning message.
26412
26413 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26414
26415 * shell.el (shell): When called interactively, offer to change the
26416 shell file name on remote hosts.
26417
26418 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26419
26420 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26421 integration for LDAP parameters. The host, base, user or binddn,
26422 and secret tokens can be specified in a netrc file, for instance.
26423 This is optional because an `auth-source' parameter must be
26424 specified in the search attributes.
26425
26426 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26427
26428 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26429
26430 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26431
26432 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26433 into declaration. Remove redundant and harmful binding.
26434
26435 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26436
26437 * files.el (file-ownership-preserved-p): Pass `integer' as an
26438 explicit 2nd argument to `file-attributes'. If the file's owner
26439 is the Administrators group on Windows, and the current user is
26440 Administrator, consider that a match.
26441
26442 * server.el (server-ensure-safe-dir): Consider server directory
26443 safe on MS-Windows if its owner is the Administrators group while
26444 the current Emacs user is Administrator. Use `=' to compare
26445 numerical UIDs, since they could be integers or floats.
26446
26447 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26448
26449 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26450
26451 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26452
26453 Sync with Tramp 2.2.1.
26454
26455 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26456
26457 * net/trampver.el: Update release number.
26458
26459 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26460
26461 * progmodes/compile.el (compilation--previous-directory): Fix up
26462 various nil/dead-marker mismatches (bug#8014).
26463 (compilation-directory-properties, compilation-error-properties):
26464 Don't call it at a position past the one we're about to change.
26465
26466 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26467 Disable obsolescence warnings in the file that declares it.
26468
26469 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26470
26471 * allout-widgets.el (allout-widgets-tally):
26472 Initialize allout-widgets-tally as a hash table rather than nil to
26473 prevent mode-line redisplay warnings. Also, clarify the module
26474 description and fix a comment typo.
26475
26476 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26477
26478 * help-fns.el (describe-variable): Don't complete keywords.
26479 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26480
26481 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26482
26483 * emacs-lisp/package.el (package-version-join): Impose a standard
26484 string representation for pre/alpha/beta version lists.
26485 (package-unpack-single): Standardize the directory name by passing
26486 it through package-version-join.
26487 (package-strip-rcs-id): Accept any version string that does not
26488 signal an error in version-to-list.
26489
26490 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26491
26492 * simple.el (delete-trailing-whitespace): Return nil for the
26493 benefit of `write-file-functions'.
26494
26495 2011-03-10 Glenn Morris <rgm@gnu.org>
26496
26497 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26498
26499 * vc/vc-git.el (vc-git-program): New option.
26500 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26501 (vc-git--call): Use it.
26502
26503 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26504
26505 * cus-edit.el (Custom-newline): If no button at point, look
26506 for a subgroup button at start-of-line. (Bug#2298)
26507
26508 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26509
26510 2011-03-10 Julien Danjou <julien@danjou.info>
26511
26512 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26513 `cursor-type' is nil.
26514
26515 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26516
26517 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26518
26519 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26520
26521 * allout.el: Change so yank of distinctive-bullet items
26522 preserves the existing header prefix, rebulleting it if necessary,
26523 rather than replacing it. This is necessary for proper operation
26524 of cooperative addons like allout-widgets.
26525 (allout-make-topic-prefix, allout-rebullet-heading):
26526 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26527 value as alternate bullet to be used, instead of prompting the user
26528 for a bullet character.
26529
26530 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26531
26532 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26533 Do not use `tramp-file-name-port', because this returns also
26534 `tramp-default-port'.
26535
26536 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26537
26538 * net/rcirc.el (rcirc-handler-001): Remove useless
26539 with-rcirc-process-buffer.
26540 (rcirc-check-auth-status): Swap arguments to string-match.
26541
26542 2011-03-09 Glenn Morris <rgm@gnu.org>
26543
26544 * shell.el (shell-mode):
26545 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26546
26547 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26548 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26549
26550 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26551
26552 * emacs-lisp/package.el (package-refresh-contents)
26553 (package-menu-execute): Use condition-case-no-debug.
26554
26555 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26556
26557 * simple.el (shell-command-to-string): Use `process-file'.
26558
26559 * emacs-lisp/package.el (package-tar-file-info): Handle also
26560 remote files.
26561
26562 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26563 Use `equal' for upload base check.
26564
26565 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26566
26567 * textmodes/texinfo.el (texinfo-environments):
26568 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26569
26570 2011-03-08 Glenn Morris <rgm@gnu.org>
26571
26572 * cus-start.el (cursor-in-non-selected-windows):
26573 Fix :set quoting oddness. (Bug#8192)
26574
26575 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26576 in some setf expressions. (Bug#2159)
26577
26578 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26579
26580 * custom.el (custom-available-themes): Return themes in
26581 alphabetical order.
26582
26583 See ChangeLog.15 for earlier changes.
26584
26585 ;; Local Variables:
26586 ;; coding: utf-8
26587 ;; End:
26588
26589 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26590
26591 This file is part of GNU Emacs.
26592
26593 GNU Emacs is free software: you can redistribute it and/or modify
26594 it under the terms of the GNU General Public License as published by
26595 the Free Software Foundation, either version 3 of the License, or
26596 (at your option) any later version.
26597
26598 GNU Emacs is distributed in the hope that it will be useful,
26599 but WITHOUT ANY WARRANTY; without even the implied warranty of
26600 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26601 GNU General Public License for more details.
26602
26603 You should have received a copy of the GNU General Public License
26604 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.