* lisp/generic-x.el: No need to require comint when compiling.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-05-06 Glenn Morris <rgm@gnu.org>
2
3 * generic-x.el: No need to require comint when compiling.
4
5 * net/eudc-export.el: Make it loadable without bbdb.
6 (top-level): Use require rather than load-library.
7 (eudc-create-bbdb-record, eudc-bbdbify-phone)
8 (eudc-batch-export-records-to-bbdb)
9 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10 Require bbdb.
11
12 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
16 some tweaks, instead.
17
18 2013-05-05 Leo Liu <sdl.web@gmail.com>
19
20 * progmodes/octave.el (octave-font-lock-keywords)
21 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
22 (inferior-octave-send-list-and-digest): Improve error message.
23 (octave-mode, inferior-octave-mode): Use setq-local.
24 (octave-help): Set info-lookup-mode.
25
26 2013-05-05 Richard Stallman <rms@gnu.org>
27
28 * vc/compare-w.el (compare-windows-whitespace):
29 Treat no-break space as whitespace.
30
31 * mail/rmailsum.el (rmail-summary-rmail-update):
32 Detect empty summary and don't change selected message.
33 (rmail-summary-goto-msg): Likewise.
34
35 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
36 Doc fixes, rename args.
37
38 2013-05-05 Alan Mackenzie <acm@muc.de>
39
40 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
41
42 2013-05-05 Juri Linkov <juri@jurta.org>
43
44 * info.el (Info-read-subfile): Use (point-min) instead of (point)
45 to not add the length of the summary segment to the return value.
46 (Bug#14125)
47
48 2013-05-05 Leo Liu <sdl.web@gmail.com>
49
50 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
51 (inferior-octave-output-filter): Remove.
52 (octave-send-region, inferior-octave-startup): Fix callers.
53 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
54 (octave-binary-file-extensions): New user variable.
55 (octave-find-definition): Confirm if opening binary files.
56 (octave-help-file): Use octave-find-definition to get the binary
57 confirmation.
58 (octave-help): Adjust for octave-help-file change.
59
60 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
63 Merge the two entries that handle function definitions.
64 (pascal--syntax-propertize): New const.
65 (pascal-mode): Use it. Use setq-local.
66
67 2013-05-04 Glenn Morris <rgm@gnu.org>
68
69 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
70 (diary-from-outlook): Respect diary-from-outlook-function.
71
72 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
75 Move the declaration from C.
76 (read-minibuffer, eval-minibuffer): Move from C.
77 (completion-setup-function): Avoid minibuffer-completion-contents.
78
79 2013-05-03 Leo Liu <sdl.web@gmail.com>
80
81 * progmodes/octave.el (octave-font-lock-keywords): Do not
82 dehighlight 'end' in comments or strings.
83 (octave-completing-read, octave-goto-function-definition):
84 New helpers.
85 (octave-help-buffer): New user variable.
86 (octave-help-file, octave-help-function): New button types.
87 (octave-help): New command and bind it to C-h ;.
88 (octave-find-definition): New command and bind it to M-.
89 (user-error): Alias to error if not defined.
90
91 2013-05-02 Leo Liu <sdl.web@gmail.com>
92
93 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
94 for \. (bug#14332)
95 (octave-font-lock-keywords): Include [ and {.
96
97 2013-05-02 Leo Liu <sdl.web@gmail.com>
98
99 * progmodes/octave.el (inferior-octave-startup-file): Change default.
100 (inferior-octave): Remove calling comint-mode and return the buffer.
101 (inferior-octave-startup): Cosmetic changes.
102
103 2013-05-02 Leo Liu <sdl.web@gmail.com>
104
105 * progmodes/octave.el (octave-syntax-propertize-function):
106 Include the case when ' is at line beginning. (Bug#14336)
107
108 2013-05-02 Glenn Morris <rgm@gnu.org>
109
110 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
111 * desktop.el (vc-dir-mode): Just autoload it here.
112
113 2013-05-02 Alan Mackenzie <acm@muc.de>
114
115 Eliminate variable c-standard-font-lock-fontify-region-function.
116 * progmodes/cc-mode.el
117 (c-standard-font-lock-fontify-region-function): Remove.
118 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
119
120 2013-05-01 Leo Liu <sdl.web@gmail.com>
121
122 * progmodes/octave.el: Compatible with older emacs-24 releases.
123 (inferior-octave-has-built-in-variables): Remove. Built-in
124 variables were removed from Octave in 2007.
125 (inferior-octave-startup): Fix uses.
126 (comint-line-beginning-position): Remove compatibility code for
127 emacs 21.
128
129 2013-05-01 Juri Linkov <juri@jurta.org>
130
131 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
132
133 2013-05-01 Juri Linkov <juri@jurta.org>
134
135 * comint.el (comint-previous-matching-input): Don't print message
136 "History item: %d" when `isearch-mode' is active.
137 (comint-history-isearch-message): Print message "History item: %d"
138 when `comint-input-ring-index' is not empty and this function is
139 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
140
141 2013-05-01 Leo Liu <sdl.web@gmail.com>
142
143 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
144 definitions. Use completion-at-point to insert keywords.
145 (octave-abbrev-start): Remove.
146 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
147
148 2013-04-30 Leo Liu <sdl.web@gmail.com>
149
150 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
151 change.
152
153 2013-04-30 Alan Mackenzie <acm@muc.de>
154
155 Handle arbitrarily long C++ member initialisation lists.
156 * progmodes/cc-engine.el (c-back-over-member-initializers):
157 new function.
158 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
159 (most) member init lists.
160
161 2013-04-30 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
162
163 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
164 variable.
165
166 2013-04-30 Leo Liu <sdl.web@gmail.com>
167
168 * progmodes/octave.el (octave-variables): Remove. No builtin
169 variables any more. All converted to functions.
170 (octave-font-lock-keywords, octave-completion-at-point-function):
171 Fix uses.
172 (octave-font-lock-texinfo-comment): New user variable.
173 (octave-texinfo-font-lock-keywords): New variable for texinfo
174 comment block.
175 (octave-function-comment-block): New face.
176 (octave-font-lock-texinfo-comment): New function.
177 (octave-mode): Font lock texinfo comment block.
178
179 2013-04-29 Leo Liu <sdl.web@gmail.com>
180
181 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
182 indexing expression.
183 (octave-continuation-string): Do not use \.
184 (inferior-octave-complete-impossible): Remove.
185 (inferior-octave-completion-table)
186 (inferior-octave-completion-at-point): Remove its uses.
187 (inferior-octave-startup): completion_matches was introduced to
188 Octave in 1996 so safe to assume it.
189 (octave-function-file-comment): Improve to follow how Octave does it.
190 (octave-update-function-file-comment): Tweak.
191
192 2013-04-29 Leo Liu <sdl.web@gmail.com>
193
194 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
195 (inferior-octave-startup): Remove inferior-octave-startup-hook.
196 (octave-function-file-comment): Fix typo.
197 (octave-sync-function-file-names): Use read-char-choice.
198
199 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
200
201 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
202 to t for the less important warnings.
203
204 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
205
206 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
207
208 2013-04-27 Glenn Morris <rgm@gnu.org>
209
210 * vc/log-view.el (log-view-current-entry):
211 Treat "---" separator lines as part of the following rev. (Bug#14169)
212
213 2013-04-27 Juri Linkov <juri@jurta.org>
214
215 * subr.el (read-number): Doc fix about using it by interactive
216 code letter `n'. (Bug#14254)
217
218 2013-04-27 Juri Linkov <juri@jurta.org>
219
220 * desktop.el (desktop-auto-save-timeout): New option.
221 (desktop-file-checksum): New variable.
222 (desktop-save): Add optional arg `auto-save' and don't auto-save
223 if nothing changed.
224 (desktop-auto-save-timer): New variable.
225 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
226 (after-init-hook): Call `desktop-auto-save-set-timer'.
227 Suggested by Reuben Thomas <rrt@sc3d.org> in
228 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
229
230 2013-04-27 Leo Liu <sdl.web@gmail.com>
231
232 * progmodes/octave.el (octave-function-file-p)
233 (octave-skip-comment-forward, octave-function-file-comment)
234 (octave-update-function-file-comment): New functions.
235 (octave-mode-map): Bind C-c ; to
236 octave-update-function-file-comment.
237 (octave-mode-menu): Add octave-update-function-file-comment.
238 (octave-mode, inferior-octave-mode): Fix doc-string.
239 (octave-insert-defun): Conform to Octave's coding convention.
240 (Bug#14285)
241
242 * files.el (basic-save-buffer): Don't let errors in
243 before-save-hook prevent saving buffer.
244
245 2013-04-20 Roland Winkler <winkler@gnu.org>
246
247 * faces.el (read-face-name): Use completing-read if arg multiple
248 is nil.
249
250 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
251
252 * ls-lisp.el (ls-lisp-insert-directory): If no files are
253 displayed, move point to after the totals line.
254 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
255 for the details.
256
257 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * emacs-lisp/package.el (package-autoload-ensure-default-file):
260 Add current dir to the load-path.
261 (package-generate-autoloads): Don't rely on
262 autoload-ensure-default-file.
263
264 2013-04-26 Reuben Thomas <rrt@sc3d.org>
265
266 * textmodes/remember.el (remember-store-in-files): Document that
267 the file name format is passed to `format-time-string'.
268
269 2013-04-26 Leo Liu <sdl.web@gmail.com>
270
271 * progmodes/octave.el (octave-sync-function-file-names): New function.
272 (octave-mode): Use it in before-save-hook.
273
274 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
277 (bug#14274).
278
279 * progmodes/octave.el (octave-smie-forward-token): Properly skip
280 \n and comment, even if it's not an implicit ; (bug#14218).
281
282 2013-04-26 Glenn Morris <rgm@gnu.org>
283
284 * subr.el (read-number): Once more use `read' rather than
285 `string-to-number', to trap non-numeric input. (Bug#14254)
286
287 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
288
289 * emacs-lisp/syntax.el (syntax-propertize-multiline):
290 Use `syntax-multiline' text property consistently instead of
291 `font-lock-multiline'. (bug#14237).
292
293 2013-04-26 Glenn Morris <rgm@gnu.org>
294
295 * emacs-lisp/shadow.el (list-load-path-shadows):
296 No longer necessary to check for duplicate simple.el, since
297 2012-07-07 change to init_lread to not include installation lisp
298 directories in load-path when running uninstalled. (Bug#14270)
299
300 2013-04-26 Leo Liu <sdl.web@gmail.com>
301
302 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
303 (octave-mode, inferior-octave-mode): Use setq-local.
304 (octave-not-in-string-or-comment-p): Rename to
305 octave-in-string-or-comment-p.
306 (octave-in-comment-p, octave-in-string-p)
307 (octave-in-string-or-comment-p): Replace defsubst with defun.
308
309 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
310
311 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
312
313 2013-04-25 Bastien Guerry <bzg@gnu.org>
314
315 * textmodes/remember.el (remember-data-directory)
316 (remember-directory-file-name-format): Fix custom types.
317
318 2013-04-25 Leo Liu <sdl.web@gmail.com>
319
320 * progmodes/octave.el (octave-completion-at-point-function):
321 Make use of inferior octave process.
322 (octave-initialize-completions): Remove.
323 (inferior-octave-completion-table): New function.
324 (inferior-octave-completion-at-point): Use it.
325 (octave-completion-alist): Remove.
326
327 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * progmodes/opascal.el: Use font-lock and syntax-propertize.
330 (opascal-mode-syntax-table): New var.
331 (opascal-literal-kind, opascal-is-literal-end)
332 (opascal-literal-token-at): Rewrite.
333 (opascal--literal-start-re, opascal-font-lock-keywords)
334 (opascal--syntax-propertize): New constants.
335 (opascal-font-lock-defaults): Adjust.
336 (opascal-mode): Use them. Set comment-<foo> variables as well.
337 (delphi-comment-face, opascal-comment-face, delphi-string-face)
338 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
339 (delphi-other-face, opascal-other-face): Remove face variables.
340 (opascal-save-state): Remove macro.
341 (opascal-fontifying-progress-step): Remove constant.
342 (opascal--ignore-changes): Remove var.
343 (opascal-set-token-property, opascal-parse-next-literal)
344 (opascal-is-stable-literal, opascal-complete-literal)
345 (opascal-is-literal-start, opascal-face-of)
346 (opascal-parse-region, opascal-parse-region-until-stable)
347 (opascal-fontify-region, opascal-after-change)
348 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
349 (opascal-debug-parse-region, opascal-debug-parse-window)
350 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
351 (opascal-debug-fontify-buffer): Remove.
352 (opascal-debug-mode-map): Adjust accordingly.
353
354 2013-04-25 Leo Liu <sdl.web@gmail.com>
355
356 Merge octave-mod.el and octave-inf.el into octave.el with some
357 cleanups.
358 * progmodes/octave.el: New file renamed from octave-mod.el.
359 * progmodes/octave-inf.el: Merged into octave.el.
360 * progmodes/octave-mod.el: Renamed to octave.el.
361
362 2013-04-25 Tassilo Horn <tsdh@gnu.org>
363
364 * textmodes/reftex-vars.el
365 (reftex-label-ignored-macros-and-environments): New defcustom.
366
367 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
368
369 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
372 (smie-indent-keyword): Improve the check to ensure that the next
373 comment is really on the same line.
374 (smie-indent-comment): Don't align with a subsequent closer (or eob).
375
376 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
377 semi-colons if the line is not otherwise empty (bug#14218).
378
379 2013-04-25 Glenn Morris <rgm@gnu.org>
380
381 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
382
383 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * progmodes/opascal.el (opascal-set-token-property): Rename from
386 opascal-set-text-properties and only set `token' (bug#14134).
387 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
388 (opascal-literal-text-properties): Remove.
389 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
390 Adjust callers.
391
392 2013-04-24 Reuben Thomas <rrt@sc3d.org>
393
394 * textmodes/remember.el (remember-handler-functions): Add an
395 option for a new handler `remember-store-in-files'.
396 (remember-data-directory, remember-directory-file-name-format):
397 New options.
398 (remember-store-in-files): New function to store remember notes
399 as separate files within a directory.
400
401 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
402
403 * progmodes/compile.el (compilation-next-error-function):
404 Pass "formats" to compilation-find-file (bug#11777).
405
406 2013-04-24 Glenn Morris <rgm@gnu.org>
407
408 * vc/vc-bzr.el (vc-bzr-print-log):
409 * vc/vc-hg.el (vc-hg-print-log):
410 * vc/vc-svn.el (vc-svn-print-log):
411 Fix START-REVISION with LIMIT != 1. (Bug#14168)
412
413 * vc/vc-bzr.el (vc-bzr-print-log):
414 * vc/vc-cvs.el (vc-cvs-print-log):
415 * vc/vc-git.el (vc-git-print-log):
416 * vc/vc-hg.el (vc-hg-print-log):
417 * vc/vc-mtn.el (vc-mtn-print-log):
418 * vc/vc-rcs.el (vc-rcs-print-log):
419 * vc/vc-sccs.el (vc-sccs-print-log):
420 * vc/vc-svn.el (vc-svn-print-log):
421 * vc/vc.el (vc-print-log-internal): Doc fixes.
422
423 2013-04-23 Glenn Morris <rgm@gnu.org>
424
425 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
426 Remove venerable code attempting to avoid substitute-command-keys.
427
428 2013-04-23 Tassilo Horn <tsdh@gnu.org>
429
430 * textmodes/reftex-vars.el (reftex-label-regexps):
431 Call `reftex-compile-variables' after changes to this variable.
432
433 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
436 Use lexical-binding.
437 (jit-lock-force-redisplay): Use markers, check buffer's continued
438 existence and beware narrowed buffers.
439 (jit-lock-fontify-now): Adjust call accordingly.
440
441 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
444 to avoid misleading the user.
445
446 2013-04-22 Leo Liu <sdl.web@gmail.com>
447
448 * info-look.el: Prefer latex2e.info. (Bug#14240)
449
450 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
451
452 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
453
454 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
455 * net/tramp.el (tramp-call-process): ... here
456 (tramp-set-completion-function, tramp-parse-putty):
457 * net/tramp-adb.el (tramp-adb-execute-adb-command):
458 * net/tramp-gvfs.el (tramp-gvfs-send-command):
459 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
460 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
461 (tramp-call-local-coding-command): Use `tramp-call-process'
462 instead of `tramp-compat-call-process'.
463
464 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
465 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
466 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
467 (tramp-find-inline-compress):Improve traces.
468 (tramp-maybe-send-script): Check for Perl binary.
469 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
470
471 2013-04-22 Daiki Ueno <ueno@gnu.org>
472
473 * epg.el (epg-context-pinentry-mode): New function.
474 (epg-context-set-pinentry-mode): New function.
475 (epg--start): Pass --pinentry-mode option to gpg command.
476
477 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
478
479 * comint.el: (comint-dynamic-complete-functions, comint-mode-map):
480 `comint-dynamic-complete' is obsolete since 24.1, replaced by
481 `completion-at-point'. (Bug#13774)
482
483 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
484 default key binding for `describe-distribution' has been moved to
485 `C-h C-o'. (Bug#13970)
486
487 2013-04-21 Glenn Morris <rgm@gnu.org>
488
489 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
490 Add doc strings.
491 (vc-print-log): Clarify interactive prompt.
492
493 2013-04-20 Glenn Morris <rgm@gnu.org>
494
495 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
496 No longer include timestamp etc information.
497
498 2013-04-20 Roland Winkler <winkler@gnu.org>
499
500 * faces.el (read-face-name): Bug fix, return just one face if arg
501 multiple is nil. (Bug#14209)
502
503 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
506 (remove-function): Autoload.
507
508 * comint.el (comint-redirect-original-filter-function): Remove.
509 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
510 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
511 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
512 * progmodes/prolog.el (prolog-consult-compile):
513 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
514 Use add/remove-function instead.
515 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
516 (gud-tooltip-process-output, gud-tooltip-tips):
517 Use add/remove-function instead.
518 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
519 (scheme-interaction-mode, exit-scheme-interaction-mode):
520 Use add/remove-function instead.
521
522 * vc/vc-dispatcher.el: Use lexical-binding.
523 (vc--process-sentinel): Rename from vc-process-sentinel.
524 Change last arg to be the code to run. Don't use vc-previous-sentinel
525 and vc-sentinel-commands any more.
526 (vc-exec-after): Allow code to be a function. Use add/remove-function.
527 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
528
529 2013-04-19 Masatake YAMATO <yamato@redhat.com>
530
531 * progmodes/sh-script.el (sh-imenu-generic-expression):
532 Handle function names with a single character. (Bug#14111)
533
534 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
535
536 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
537 for subroutines defined in an eval (bug#14182).
538
539 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
540
541 * bookmark.el (bookmark-completing-read): Improve handling of empty
542 string (bug#14176).
543
544 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
547
548 2013-04-19 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
549
550 New faster Imenu implementation (bug#14058).
551 * progmodes/python.el:
552 (python-imenu-prev-index-position):
553 (python-imenu-format-item-label-function)
554 (python-imenu-format-parent-item-label-function)
555 (python-imenu-format-parent-item-jump-label-function):
556 New vars.
557 (python-imenu-format-item-label)
558 (python-imenu-format-parent-item-label)
559 (python-imenu-format-parent-item-jump-label)
560 (python-imenu--put-parent, python-imenu--build-tree)
561 (python-imenu-create-index, python-imenu-create-flat-index)
562 (python-util-popn): New functions.
563 (python-mode): Set imenu-create-index-function to
564 python-imenu-create-index.
565
566 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * winner.el (winner-active-region): Use region-active-p, activate-mark
569 and deactivate-mark (bug#14225).
570
571 * simple.el (deactivate-mark): Don't inline it.
572
573 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
574
575 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
576
577 2013-04-18 Tassilo Horn <tsdh@gnu.org>
578
579 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
580 file extensions from the archive-mode entry in order to prefer
581 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
582
583 2013-04-18 Leo Liu <sdl.web@gmail.com>
584
585 * bindings.el (help-event-list): Add ?\?.
586
587 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * subr.el (with-wrapper-hook): Declare obsolete.
590 * simple.el (filter-buffer-substring-function): New hook.
591 (filter-buffer-substring): Use it.
592 (filter-buffer-substring-functions): Mark obsolete.
593 * minibuffer.el (completion-in-region-function): New hook.
594 (completion-in-region): Use it.
595 (completion-in-region-functions): Mark obsolete.
596 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
597 * abbrev.el (abbrev-expand-function): New hook.
598 (expand-abbrev): Use it.
599 (abbrev-expand-functions): Mark obsolete.
600 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
601 and :filter-return.
602
603 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
604
605 * progmodes/python.el (python-nav--syntactically): Fix cornercases
606 and do not care about match data.
607
608 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
611 completion tables when completing error conditions and
612 `declare' arguments.
613 (lisp-complete-symbol, field-complete): Mark as obsolete.
614 (check-parens): Unmatched parens are user errors.
615 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
616
617 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
618
619 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
620 command changed buffer (ie. `flyspell-pre-buffer' is not current
621 buffer), which prevents making decisions based on invalid value of
622 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
623 cause an error when `flyspell-pre-point' was nil after switching
624 buffers.
625 (flyspell-post-command-hook): No longer needs to change buffers when
626 checking pre-word. While at it remove unnecessary progn.
627
628 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
629
630 * textmodes/ispell.el (ispell-add-per-file-word-list):
631 Fix `flyspell-correct-word-before-point' error when accepting
632 words and `coment-padding' is an integer by using
633 `comment-normalize-vars' (Bug #14214).
634
635 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
636
637 New defun movement commands.
638 * progmodes/python.el (python-nav--syntactically)
639 (python-nav--forward-defun, python-nav-backward-defun)
640 (python-nav-forward-defun): New functions.
641
642 2013-04-17 FabiĂ¡n Ezequiel Gallina <fgallina@gnu.org>
643
644 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
645 (python-syntax-context): Use named compiler-macro for backwards
646 compatibility with Emacs 24.x.
647
648 2013-04-17 Leo Liu <sdl.web@gmail.com>
649
650 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
651 octave-hide-process-buffer.
652
653 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
656 (bug#14216).
657
658 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
659
660 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
661 Fix adjustment of offset when receiving incomplete responses from GDB
662 (bug#14129).
663
664 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
667 python-mode-abbrev-table.
668 (python-skeleton-define): Adjust accordingly.
669 (python-mode-abbrev-table): New table that inherits from it so that
670 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
671
672 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
673 (abbrev-symbol): Use it.
674 (abbrev--before-point): Use it since we already handle inheritance.
675
676 2013-04-16 Leo Liu <sdl.web@gmail.com>
677
678 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
679 binding to info-lookup-symbol.
680
681 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
682
683 * minibuffer.el (completion--twq-all):
684 * term/ns-win.el (ns-initialize-window-system):
685 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
686
687 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
690 global bindings.
691
692 * doc-view.el (doc-view-start-process): Handle url-handler directories.
693
694 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
695
696 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
697 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
698 to nil.
699 (ruby-end-of-defun): Remove the unused arg, change the docstring
700 to reflect that this function is only used as the value of
701 `end-of-defun-function'.
702 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
703 to reflect an earlier change that beginning/end-of-defun functions
704 jump between methods in a class definition, as well as top-level
705 functions.
706
707 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * minibuffer.el (minibuffer-complete): Don't just scroll
710 a *Completions* that's been iconified.
711 (minibuffer-force-complete): Make sure repetitions do cycle when going
712 through completion-in-region -> minibuffer-complete.
713
714 2013-04-15 Alan Mackenzie <acm@muc.de>
715
716 Correct the placement of c-cpp-delimiters when there're #s not at
717 col 0.
718
719 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
720 place a submatch around the #.
721 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
722 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
723 on the #, not BOL.
724
725 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * emacs-lisp/nadvice.el: Properly test names when adding advice.
728 (advice--member-p): New arg `name'.
729 (advice--add-function, advice-member-p): Use it (bug#14202).
730
731 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
732
733 Reformulate java imenu-generic-expression.
734 The old expression contained ill formed regexps.
735
736 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
737 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
738 (cc-imenu-java-method-arg-regexp): New defconsts.
739 (cc-imenu-java-build-type-args-regex): New defun.
740 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
741 handling of spaces in the regexp.
742
743 2013-03-15 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
744
745 * textmodes/ispell.el (ispell-command-loop): Remove
746 flyspell highlight of a word when ispell accepts it (bug #14178).
747
748 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
749
750 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
751 uses code from the previous `ange-ftp-run-real-handler'.
752 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
753 only in case that function exist. This is needed for proper
754 unloading of Tramp.
755
756 2013-04-15 Tassilo Horn <tsdh@gnu.org>
757
758 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
759
760 * textmodes/reftex.el (reftex-compile-variables): Use it.
761
762 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * files.el (normal-mode): Only use default major-mode if no other mode
765 was specified.
766
767 * emacs-lisp/trace.el (trace-values): New function.
768
769 * files.el: Allow : in local variables (bug#14089).
770 (hack-local-variable-regexp): New var.
771 (hack-local-variables-prop-line, hack-local-variables): Use it.
772
773 2013-04-13 Roland Winkler <winkler@gnu.org>
774
775 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
776 data before it gets modified by bibtex-beginning-of-entry.
777
778 2013-04-13 Roland Winkler <winkler@gnu.org>
779
780 * textmodes/bibtex.el (bibtex-url): Doc fix.
781
782 2013-04-13 Roland Winkler <winkler@gnu.org>
783
784 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
785 does not visit a BibTeX file, exclude it from the list of buffers
786 returned by bibtex-initialize.
787
788 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
789
790 * window.el (split-window): Remove interactive form, since as a
791 command this function is a special case of split-window-below.
792 Correct doc string.
793
794 2013-04-12 Roland Winkler <winkler@gnu.org>
795
796 * faces.el (read-face-name): Do not override value of arg default.
797 Allow single faces and strings as default values. Remove those
798 elements from return value that are not faces.
799 (describe-face): Simplify.
800 (face-at-point): New optional args thing and multiple so that this
801 function can provide the same functionality previously provided by
802 read-face-name.
803 (make-face-bold, make-face-unbold, make-face-italic)
804 (make-face-unitalic, make-face-bold-italic, invert-face)
805 (modify-face, read-face-and-attribute): Use face-at-point.
806
807 * cus-edit.el (customize-face, customize-face-other-window)
808 * cus-theme.el (custom-theme-add-face)
809 * face-remap.el (buffer-face-set)
810 * facemenu.el (facemenu-set-face): Use face-at-point.
811
812 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
813
814 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
815
816 2013-04-10 Tassilo Horn <tsdh@gnu.org>
817
818 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
819 off leading { and trailing } from field values.
820
821 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * emacs-lisp/timer.el (timer--check): New function.
824 (timer--time, timer-set-function, timer-event-handler): Use it.
825 (timer-set-idle-time): Simplify.
826 (timer--activate): CSE.
827 (timer-event-handler): Give more info in error message.
828 (internal-timer-start-idle): New function, moved from C.
829
830 * mpc.el (mpc-proc): Add `restart' argument.
831 (mpc-proc-cmd): Use it.
832 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
833 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
834 less often.
835
836 2013-04-10 Masatake YAMATO <yamato@redhat.com>
837
838 * progmodes/sh-script.el: Implement `sh-mode' own
839 `add-log-current-defun-function' (bug#14112).
840 (sh-current-defun-name): New function.
841 (sh-mode): Use the function.
842
843 2013-04-09 Bastien Guerry <bzg@gnu.org>
844
845 * simple.el (choose-completion-string): Fix docstring (bug#14163).
846
847 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
850
851 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
852 timer (bug#14156).
853
854 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
855
856 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
857 declaration.
858
859 2013-04-07 Leo Liu <sdl.web@gmail.com>
860
861 * pcmpl-x.el: New file.
862
863 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
864
865 Do not set x-display-name until X connection is established.
866 This is needed to prevent from weird situation described at
867 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
868 * frame.el (make-frame): Set x-display-name after call to
869 window system initialization function, not before.
870 * term/x-win.el (x-initialize-window-system): Add optional
871 display argument and use it.
872 * term/w32-win.el (w32-initialize-window-system):
873 * term/ns-win.el (ns-initialize-window-system):
874 * term/pc-win.el (msdos-initialize-window-system):
875 Add compatible optional display argument.
876
877 2013-04-06 Eli Zaretskii <eliz@gnu.org>
878
879 * files.el (normal-backup-enable-predicate): On MS-Windows and
880 MS-DOS compare truenames of temporary-file-directory and of the
881 file, so that 8+3 aliases (usually found in $TEMP on Windows)
882 don't fail comparison by compare-strings. Also, compare file
883 names case-insensitively on MS-Windows and MS-DOS.
884
885 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
888 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
889
890 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
891
892 * whitespace.el (whitespace-color-on, whitespace-color-off):
893 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
894
895 2013-04-05 Jacek ChrzÄ…szcz <chrzaszcz@mimuw.edu.pl> (tiny change)
896
897 * ispell.el (ispell-set-spellchecker-params):
898 Really set `ispell-args' for all equivs.
899
900 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * ido.el (ido-completions): Use extra elements of ido-decorations
903 (bug#14143).
904 (ido-decorations): Update docstring.
905
906 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
907
908 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
909 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
910 nil during initialization, in order not to miss changes since the
911 file was opened. (Bug#14140)
912
913 2013-04-05 Leo Liu <sdl.web@gmail.com>
914
915 * kmacro.el (kmacro-call-macro): Fix bug#14135.
916
917 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
918
919 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
920
921 2013-04-04 Glenn Morris <rgm@gnu.org>
922
923 * electric.el (electric-pair-inhibit-predicate): Add :version.
924
925 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
928 when a package is required several times (bug#14082).
929
930 2013-04-04 Roland Winkler <winkler@gnu.org>
931
932 * faces.el (read-face-name): Behave as promised by the docstring.
933 Assume that arg default is a list of faces.
934 (describe-face): Call read-face-name with list of default faces.
935
936 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
937
938 * bookmark.el: Fix deletion of bookmarks (bug#13972).
939 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
940 (bookmark-bmenu-execute-deletions): Only skip first line if it's
941 the header.
942 (bookmark-exit-hook-internal): Save even if list is empty.
943
944 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
945
946 * emacs-lisp/package.el (package-pinned-packages): New var.
947 (package--add-to-archive-contents): Obey it (bug#14118).
948
949 2013-04-03 Alan Mackenzie <acm@muc.de>
950
951 Handle `parse-partial-sexp' landing inside a comment opener
952 (Bug#13244). Also adapt to the new values of element 7 of a parse
953 state.
954
955 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
956 parameter `not-in-delimiter'. Handle being inside comment opener.
957 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
958 character in case we're typing a '*' after a '/'.
959 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
960 instead by passing the parameter to c-state-pp-to-literal.
961
962 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
963 for elt. 7 of a parse state.
964
965 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
966
967 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
968 * international/latin1-disp.el, international/mule-util.el:
969 * language/cyril-util.el, language/european.el, language/ind-util.el:
970 * language/lao-util.el, language/thai.el, language/tibet-util.el:
971 * language/tibetan.el, language/viet-util.el:
972 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
973
974 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
977 (electric-pair-post-self-insert-function): Use it.
978 (electric-pair-default-inhibit): New function, extracted from
979 electric-pair-post-self-insert-function.
980
981 2013-03-31 Roland Winkler <winkler@gnu.org>
982
983 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
984
985 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
988
989 2013-03-30 FabiĂ¡n Ezequiel Gallina <fabian@anue.biz>
990
991 Un-indent after "pass" and "return" statements (Bug#13888)
992 * progmodes/python.el (python-indent-block-enders): New var.
993 (python-indent-calculate-indentation): Use it.
994
995 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
996
997 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
998 defun. Defining it as defalias could introduce too eager
999 byte-compiler optimization. (Bug#14030)
1000
1001 2013-03-30 Chong Yidong <cyd@gnu.org>
1002
1003 * iswitchb.el (iswitchb-read-buffer): Fix typo.
1004
1005 2013-03-30 Leo Liu <sdl.web@gmail.com>
1006
1007 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
1008 (kmacro-execute-from-register): Pass the keyboard macro to
1009 kmacro-call-macro or repeating won't work correctly.
1010
1011 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
1012
1013 * progmodes/subword.el: Back to using `forward-symbol'.
1014
1015 * subr.el (forward-whitespace, forward-symbol)
1016 (forward-same-syntax): Move from thingatpt.el.
1017
1018 2013-03-29 Leo Liu <sdl.web@gmail.com>
1019
1020 * kmacro.el (kmacro-to-register): New command.
1021 (kmacro-execute-from-register): New function.
1022 (kmacro-keymap): Bind to 'x'. (Bug#14071)
1023
1024 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * mpc.el: Use defvar-local and setq-local.
1027 (mpc--proc-connect): Connection failures are not bugs.
1028 (mpc-mode-map): `follow-link' only applies to the buffer's content.
1029 (mpc-volume-map): Bind to the up-events.
1030
1031 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
1032
1033 * progmodes/subword.el (superword-mode): Use `forward-sexp'
1034 instead of `forward-symbol'.
1035
1036 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
1039 (edebug--recursive-edit): Use it.
1040 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
1041 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
1042
1043 2013-03-28 Leo Liu <sdl.web@gmail.com>
1044
1045 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
1046
1047 2013-03-27 Eli Zaretskii <eliz@gnu.org>
1048
1049 * facemenu.el (list-colors-callback): New defvar.
1050 (list-colors-redisplay): New function.
1051 (list-colors-display): Install list-colors-redisplay as the
1052 revert-buffer-function. (Bug#14063)
1053
1054 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
1057 and suffixes don't overlap (bug#14061).
1058
1059 * case-table.el: Use lexical-binding.
1060 (case-table-get-table): New function.
1061 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
1062
1063 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
1064
1065 * progmodes/subword.el: Add `superword-mode' to do word motion
1066 over symbol_words (parallels and leverages `subword-mode' which
1067 does word motion inside MixedCaseWords).
1068
1069 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
1070
1071 * eshell/em-unix.el: Move su and sudo to...
1072 * eshell/em-tramp.el: ...Eshell tramp module.
1073
1074 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
1077 Change return value to be a sexp. Delay `get-buffer' to after
1078 restoring the desktop (bug#13951).
1079
1080 2013-03-26 Leo Liu <sdl.web@gmail.com>
1081
1082 * register.el: Move semantic tag handling back to
1083 cedet/semantic/senator.el. (Bug#14052)
1084
1085 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
1088 into the prompt either (bug#13963).
1089
1090 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
1093 part of "(error-foo)".
1094
1095 2013-03-24 Juri Linkov <juri@jurta.org>
1096
1097 * replace.el (list-matching-lines-prefix-face): New defcustom.
1098 (occur-1): Pass `list-matching-lines-prefix-face' to the function
1099 `occur-engine' if `face-differs-from-default-p' returns t.
1100 (occur-engine): Add `,' inside backquote construct to evaluate
1101 `prefix-face'. Propertize the prefix with the `prefix-face' face.
1102 Pass `prefix-face' to the functions `occur-context-lines' and
1103 `occur-engine-add-prefix'.
1104 (occur-engine-add-prefix, occur-context-lines): Add optional arg
1105 `prefix-face' and propertize the prefix with `prefix-face'.
1106 (Bug#14017)
1107
1108 2013-03-24 Leo Liu <sdl.web@gmail.com>
1109
1110 * nxml/rng-valid.el (rng-validate-while-idle)
1111 (rng-validate-quick-while-idle): Guard against deleted buffer.
1112 (Bug#13999)
1113
1114 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
1115 is the last entry in kill-buffer-hook.
1116
1117 * files.el (kill-buffer-hook): Doc fix.
1118
1119 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
1120
1121 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1122 Make it safe-local.
1123
1124 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
1125
1126 2013-03-23 Leo Liu <sdl.web@gmail.com>
1127
1128 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
1129 Remove.
1130
1131 * nxml/rng-valid.el (rng-validate-mode)
1132 (rng-after-change-function, rng-do-some-validation):
1133 * nxml/rng-maint.el (rng-validate-buffer):
1134 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
1135 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
1136 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
1137 (nxml-extend-after-change-region): Use with-silent-modifications.
1138
1139 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
1140 timer-idle-list.
1141
1142 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
1143 (rng-next-error-1, rng-previous-error-1): Do not let-bind
1144 timer-idle-list. (Bug#13999)
1145
1146 2013-03-23 Juri Linkov <juri@jurta.org>
1147
1148 * info.el (info-index-match): New face.
1149 (Info-index, Info-apropos-matches): Add a nested subgroup to the
1150 main pattern and add text properties with the new face to matches
1151 in index entries relative to the beginning of the index entry.
1152 (Bug#14015)
1153
1154 2013-03-21 Eric Ludlam <zappo@gnu.org>
1155
1156 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
1157 Inhibit read only while inserting objects.
1158
1159 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
1160
1161 * progmodes/cfengine.el: Update docs to mention
1162 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
1163 symbol motion. Remove "_" from the word syntax.
1164
1165 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
1166
1167 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
1168 syntax for both `cfengine2-mode' and `cfengine3-mode'.
1169
1170 2013-03-20 Juri Linkov <juri@jurta.org>
1171
1172 * info.el (Info-next-reference-or-link)
1173 (Info-prev-reference-or-link): New functions.
1174 (Info-next-reference, Info-prev-reference): Use them.
1175 (Info-try-follow-nearest-node): Handle footnote navigation.
1176 (Info-fontify-node): Fontify footnotes. (Bug#13989)
1177
1178 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
1181 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
1182
1183 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
1184
1185 Suppress unnecessary non-ASCII chatter during build process.
1186 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
1187 (batch-skkdic-convert): Suppress most of the chatter.
1188 It's not needed so much now that machines are faster,
1189 and its non-ASCII component was confusing; see Dmitry Gutov in
1190 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
1191
1192 2013-03-20 Leo Liu <sdl.web@gmail.com>
1193
1194 * ido.el (ido-chop): Fix bug#10994.
1195
1196 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1197
1198 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
1199 Remove vars.
1200 (whitespace-color-on, whitespace-color-off):
1201 Use `font-lock-fontify-buffer' (Bug#13817).
1202
1203 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
1206 remapping in mode-line.
1207 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
1208
1209 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
1210
1211 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
1212 value for `whitespace-line' face (Bug#13875).
1213 (whitespace-font-lock-keywords): Change description.
1214 (whitespace-color-on): Don't save `font-lock-keywords' value, save
1215 the constructed keywords instead.
1216 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
1217
1218 2013-03-19 Leo Liu <sdl.web@gmail.com>
1219
1220 * progmodes/compile.el (compilation-display-error): New command.
1221 (compilation-mode-map, compilation-minor-mode-map): Bind it to
1222 C-o. (Bug#13992)
1223
1224 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1225
1226 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
1227
1228 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
1229
1230 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
1231
1232 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
1233
1234 * net/tramp-compat.el (tramp-compat-user-error): New defun.
1235
1236 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1237 * net/tramp-gvfs.el (top):
1238 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
1239 (tramp-handle-shell-command): Use it.
1240 (tramp-dissect-file-name): Raise an error when hostname is a
1241 method name, and neither method nor user is specified.
1242
1243 * net/trampver.el: Update release number.
1244
1245 2013-03-18 Leo Liu <sdl.web@gmail.com>
1246
1247 Make sure eldoc can be turned off properly.
1248 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
1249 eldoc-mode.
1250 (eldoc-display-message-p): Revert last change.
1251 (eldoc-display-message-no-interference-p)
1252 (eldoc-print-current-symbol-info): Tweak.
1253
1254 2013-03-18 Tassilo Horn <tsdh@gnu.org>
1255
1256 * doc-view.el (doc-view-new-window-function): Check the new window
1257 overlay's display property instead the char property of the
1258 buffer's first char. Use `with-selected-window' instead of
1259 `save-window-excursion' with `select-window'.
1260 (doc-view-document->bitmap): Check the current doc-view overlay's
1261 display property instead the char property of the buffer's first char.
1262
1263 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1264
1265 Automate the build of ja-dic.el (Bug#13984).
1266 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
1267 from the input, rather than assume that it's been done for us by the
1268 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
1269 the current date into a ja-dic.el comment, as that complicates
1270 regression testing.
1271
1272 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * whitespace.el: Fix double evaluation.
1275 (whitespace-space, whitespace-hspace, whitespace-tab)
1276 (whitespace-newline, whitespace-trailing, whitespace-line)
1277 (whitespace-space-before-tab, whitespace-indentation)
1278 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
1279 obsolete defvars.
1280 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
1281 (whitespace-color-on): Use a single font-lock-add-keywords call.
1282 Fix double-evaluation of face variables.
1283
1284 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
1285
1286 * net/tramp-adb.el (tramp-adb-parse-device-names):
1287 Use `start-process' instead of `call-process'. Otherwise, the
1288 function might be blocked under MS Windows. (Bug#13299)
1289
1290 2013-03-17 Leo Liu <sdl.web@gmail.com>
1291
1292 Extend eldoc to display info in the mode-line. (Bug#13978)
1293 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
1294 (eldoc-mode-line-string): New variable.
1295 (eldoc-minibuffer-message): New function.
1296 (eldoc-message-function): New variable.
1297 (eldoc-message): Use it.
1298 (eldoc-display-message-p)
1299 (eldoc-display-message-no-interference-p):
1300 Support eldoc-post-insert-mode.
1301
1302 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
1303 (eval-expression): Run it.
1304
1305 2013-03-17 Roland Winkler <winkler@gnu.org>
1306
1307 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
1308 strings in the list of return values.
1309
1310 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
1311
1312 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
1313 radix before checking for HMS forms.
1314
1315 2013-03-16 Leo Liu <sdl.web@gmail.com>
1316
1317 * progmodes/scheme.el: Add indentation and font-locking for λ.
1318 (Bug#13975)
1319
1320 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
1323 token before point (bug#13942).
1324
1325 2013-03-16 Leo Liu <sdl.web@gmail.com>
1326
1327 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
1328
1329 2013-03-16 Eli Zaretskii <eliz@gnu.org>
1330
1331 * startup.el (command-line-normalize-file-name): Fix handling of
1332 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
1333 <xfq.free@gmail.com> in
1334 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
1335
1336 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
1337
1338 Sync with Tramp 2.2.7.
1339
1340 * net/trampver.el: Update release number.
1341
1342 2013-03-14 Tassilo Horn <tsdh@gnu.org>
1343
1344 * doc-view.el Fix bug#13887.
1345 (doc-view-insert-image): Don't modify overlay associated to
1346 non-live windows, and implement horizontal centering of image in
1347 case it's smaller than the window.
1348 (doc-view-new-window-function): Force redisplay of new windows on
1349 doc-view buffers.
1350
1351 2013-03-13 Karl Fogel <kfogel@red-bean.com>
1352
1353 * saveplace.el (save-place-alist-to-file): Don't sort
1354 `save-place-alist', just pretty-print it (bug#13882).
1355
1356 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
1357
1358 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
1359 whether `default-file-name-coding-system' is bound. It isn't in
1360 XEmacs.
1361
1362 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
1365 backquotes for `obsolete' (bug#13929).
1366
1367 * international/mule.el (find-auto-coding): Include file name in
1368 obsolescence warning (bug#13922).
1369
1370 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1371
1372 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
1373 for CFEngine 3-specific indentation.
1374 (cfengine3-indent-line): Use it. Fix up category regex.
1375 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
1376
1377 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * type-break.el (type-break-file-name):
1380 * textmodes/remember.el (remember-data-file):
1381 * strokes.el (strokes-file):
1382 * shadowfile.el (shadow-initialize):
1383 * saveplace.el (save-place-file):
1384 * ps-bdf.el (bdf-cache-file):
1385 * progmodes/idlwave.el (idlwave-config-directory):
1386 * net/quickurl.el (quickurl-url-file):
1387 * international/kkc.el (kkc-init-file-name):
1388 * ido.el (ido-save-directory-list-file):
1389 * emulation/viper.el (viper-custom-file-name):
1390 * emulation/vip.el (vip-startup-file):
1391 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1392 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
1393
1394 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
1395
1396 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
1397 * language/thai-word.el: Switch to UTF-8.
1398
1399 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
1402
1403 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1404
1405 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
1406 Use with-current-buffer and don't move point.
1407 (net-utils-run-simple): Remove useless code.
1408 (net-utils-remove-ctl-m): Remove unused custom.
1409
1410 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
1411
1412 * international/characters.el (glyphless-set-char-table-range): New fun.
1413 (update-glyphless-char-display): Use it (bug#13744).
1414
1415 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1416
1417 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
1418 namespaces in the syntax, indent closer for hanging brace
1419 correctly, allow single-quote delimited 'strings', and make
1420 `cfengine3-mode' the default.
1421
1422 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
1423
1424 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
1425 Use lexical-binding. Fix up docstring according to conventions.
1426 (gdbmi-debug-mode): New var.
1427 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
1428 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
1429 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
1430 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
1431 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
1432 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
1433 (gdbmi-bnf-incomplete-record-result): New functions.
1434 (gdb-car<): Remove function.
1435 (gdbmi-record-list): Remove variable.
1436 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
1437 (gdbmi-bnf-result-state-configs): New const.
1438 (gud-gdbmi-marker-filter): Rewrite.
1439 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
1440 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
1441 Add `token' argument.
1442 (gdb-done, gdb-error): New functions.
1443 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
1444
1445 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1446
1447 * term/xterm.el (xterm--report-background-handler): Don't burp
1448 upon timeout.
1449 (xterm--version-handler): Extract from terminal-init-xterm.
1450 (xterm--query): Don't mishandle timeout. Remove debugging messages.
1451 Allow multiple handlers.
1452 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
1453
1454 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
1455 (xterm--report-background-handler, xterm--query): New functions.
1456 (terminal-init-xterm): Use them.
1457
1458 2013-03-11 Michael R. Mauger <michael@mauger.com>
1459
1460 * progmodes/sql.el Version 3.2
1461 Please note that my address changed to <michael@mauger.com>;
1462 the <mmaug@yahoo.com> address remains active.
1463 (sql-connection-alist): Updates documentation to fix bug#13715.
1464 (sql-connect): Handle missing `sql-connection-alist' correctly.
1465 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
1466 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
1467 property.
1468 (sql-default-value): New function.
1469 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
1470 values were not used.
1471 (sql-rename-buffer): Make sure alternate buffer name has no text
1472 properties.
1473 (sql-input-sender, sql-execute-feature): Fetch variable with
1474 `buffer-local-value' rather than `with-current-buffer'.
1475 (sql-*): Use #' function syntax consistently.
1476 (sql-*): Use message/error/user-error consistently.
1477
1478 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * xt-mouse.el (xterm-mouse-event-read): Remove.
1481 (xterm-mouse--read-event-sequence-1000)
1482 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
1483
1484 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * term/xterm.el (xterm-function-map): Support format used with
1487 formatOtherKeys=1 (bug#13839).
1488
1489 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
1490 (with-no-warnings): Use `declare'.
1491
1492 * whitespace.el (whitespace-enable-predicate): New variable.
1493 (whitespace-enable-predicate): Use it.
1494
1495 * comint.el (comint-send-input, comint-snapshot-last-prompt)
1496 (comint-output-filter, comint-update-fence):
1497 Use with-silent-modifications.
1498
1499 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
1500
1501 * replace.el (occur-read-regexp-defaults-function): New var.
1502 (occur-read-regexp-defaults): New defun.
1503 (occur-read-primary-args): Propagate above change (bug#13892).
1504
1505 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * mouse.el (mouse-drag-track): Remove left-over debugging code.
1508
1509 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
1510
1511 Major rewrite due to changed D-Bus interface of GVFS 1.14.
1512
1513 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
1514 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
1515 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
1516 New defconst.
1517 (tramp-gvfs-file-name-handler-alist) [directory-files]
1518 [directory-files-and-attributes, file-exists-p, file-modes]:
1519 Use Tramp default handler.
1520 [file-acl, file-selinux-context, process-file, set-file-acl]:
1521 [set-file-modes, set-file-selinux-context, shell-command]:
1522 [start-file-process]: Remove handler.
1523 [verify-visited-file-modtime]: New handler.
1524 (tramp-gvfs-dbus-string-to-byte-array)
1525 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
1526 calls of `dbus-string-to-byte-array' and
1527 `tramp-gvfs-dbus-byte-array-to-string'.
1528 (tramp-gvfs-handle-copy-file)
1529 (tramp-gvfs-handle-delete-directory)
1530 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
1531 (tramp-gvfs-handle-file-directory-p)
1532 (tramp-gvfs-handle-file-executable-p)
1533 (tramp-gvfs-handle-file-name-all-completions)
1534 (tramp-gvfs-handle-file-readable-p)
1535 (tramp-gvfs-handle-file-writable-p)
1536 (tramp-gvfs-handle-insert-directory)
1537 (tramp-gvfs-handle-insert-file-contents)
1538 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
1539 (tramp-gvfs-handle-set-visited-file-modtime)
1540 (tramp-gvfs-handle-write-region): Rewrite.
1541 (tramp-gvfs-handle-file-acl)
1542 (tramp-gvfs-handle-file-selinux-context)
1543 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
1544 (tramp-gvfs-handle-set-file-modes)
1545 (tramp-gvfs-handle-set-file-selinux-context)
1546 (tramp-gvfs-handle-shell-command)
1547 (tramp-gvfs-handle-start-file-process)
1548 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
1549 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
1550 over the symlinks. Fix user handling.
1551 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
1552 of the D-Bus signals.
1553 (tramp-gvfs-connection-mounted-p): Handle different names of the
1554 D-Bus methods.
1555 (tramp-gvfs-mount-spec-entry): New defun.
1556 (tramp-gvfs-mount-spec): Use it.
1557 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
1558 there is a share name. Handle different names of the D-Bus
1559 signals and methods. Set connection properties needed for
1560 `tramp-check-cached-permissions'.
1561 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
1562 Return t or nil.
1563
1564 * net/tramp.el (tramp-backtrace): Move up.
1565 (tramp-error): Dump a backtrace into the debug buffer when
1566 `tramp-verbose > 9.
1567 (tramp-file-mode-type-map, tramp-file-mode-from-int)
1568 (tramp-file-mode-permissions, tramp-get-local-uid)
1569 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
1570 tramp-sh.el.
1571
1572 * net/tramp-sh.el (tramp-file-mode-type-map)
1573 (tramp-check-cached-permissions, tramp-file-mode-from-int)
1574 (tramp-file-mode-permissions, tramp-get-local-uid)
1575 (tramp-get-local-gid): Move to tramp.el.
1576
1577 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1578
1579 Separate mouse-1-click-follows-link from mouse-drag-region.
1580 * mouse.el (mouse--down-1-maybe-follows-link): New function.
1581 (key-translation-map): Use it to implement mouse-1-click-follows-link.
1582 (mouse-drag-line, mouse-drag-track):
1583 Remove mouse-1-click-follows-link code.
1584 (mouse--remap-link-click-p): Remove.
1585
1586 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
1587
1588 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
1589 (hi-lock-read-regexp-defaults): New defun.
1590 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1591 (hi-lock-face-phrase-buffer): Propagate above change.
1592 Update docstring (bug#13892).
1593
1594 * subr.el (find-tag-default-as-regexp): New defun.
1595 * replace.el (read-regexp): Propagate above change.
1596
1597 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
1598
1599 * calc/calc-units.el (calc-convert-units): Fix the way that default
1600 new units are stored.
1601
1602 2013-03-07 Matthias Meulien <orontee@gmail.com>
1603
1604 * bookmark.el: Define a face to highlight bookmark names in
1605 bookmark menu buffers, where the default is a bold face similarly
1606 to buffer names in buffer menu buffers.
1607 (bookmark-menu-bookmark): New face to highlight bookmark names.
1608 (bookmark-insert-location): Remove duplicated text property to
1609 conform to buffer list (see `list-buffers').
1610 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
1611 `bookmark-menu-bookmark' to bookmark names.
1612
1613 2013-03-07 Matthias Meulien <orontee@gmail.com>
1614 Karl Fogel <kfogel@red-bean.com>
1615
1616 * bookmark.el: Display the bookmark list header similarly to the
1617 buffer list header (see `list-buffers'), where the default is now
1618 an immovable/immutable header line.
1619 (bookmark-bmenu-use-header-line): New variable.
1620 (bookmark-bmenu-inline-header-height): New name for
1621 `bookmark-bmenu-header-height', to avoid confusion with the code
1622 for the new immovable header. All references changed.
1623 (bookmark-bmenu-set-header): New function.
1624 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
1625 Conditionalize header construction accordingly.
1626 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
1627 the inline header height.
1628 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1629 Conditionalize the skipping of the inline header height.
1630
1631 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
1632
1633 * progmodes/js.el (js--multi-line-declaration-indentation):
1634 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
1635
1636 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
1637
1638 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1639 Only propertize regexp when not inside a string (Bug#13885).
1640
1641 2013-03-06 Alan Mackenzie <acm@muc.de>
1642
1643 Correct the position of point in some line-up functions.
1644 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
1645 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
1646 point at column 0 rather than at a random place in the line.
1647
1648 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
1649
1650 * net/tramp-compat.el (tramp-compat-delete-directory):
1651 Implement TRASH argument.
1652
1653 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
1654
1655 Keep pre-existing highlighting in completion candidates (Bug#13250).
1656 * minibuffer.el (completions-first-difference): State that the
1657 face is "added" in the docstring.
1658 (completions-common-part): Same. And don't inherit from default.
1659 (completion-hilit-commonality): Prepend 'completions-common-part
1660 and 'completion-first-difference faces to the 'face property,
1661 instead of replacing the value(s).
1662 (completion--insert-strings): Same with 'completions-annotations face.
1663 (completion-hilit-commonality): Use 'face instead of
1664 'font-lock-face, because it gets priority if the completion
1665 strings already have 'face set.
1666
1667 2013-03-04 Alan Mackenzie <acm@muc.de>
1668
1669 Replace `last-command-event' by `last-command-char' in XEmacs.
1670 * progmodes/cc-defs.el (c-last-command-char): New macro.
1671 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
1672 (c-semi&comma-no-newlines-before-nonblanks)
1673 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
1674 in place of `last-command-event'.
1675 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
1676 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
1677 (c-electric-paren, c-electric-continued-statement): Use the new
1678 macro in place of `last-command-event'.
1679
1680 2013-03-04 Glenn Morris <rgm@gnu.org>
1681
1682 * files.el (inhibit-local-variables-regexps):
1683 Add .diff and .patch. (Bug#13862)
1684
1685 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
1686
1687 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
1688 whether the "su" command is available on the device.
1689
1690 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1691
1692 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
1693 (tramp-adb-handle-process-file): Remove superfluous setting.
1694 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
1695 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
1696 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
1697
1698 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
1701 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
1702 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
1703 Use dict-key rather than dict-name for the error message.
1704
1705 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1706
1707 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
1708 when reverting (bug#13831).
1709
1710 2013-03-01 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1711
1712 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1713 Always expand affix-file before storing to protect against changed
1714 `default-directory'.
1715 (ispell-print-if-debug): Make sure message is printed at the end
1716 of the debug buffer.
1717
1718 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
1719
1720 * net/tramp.el (tramp-obsolete-methods): New defconst.
1721 (tramp-warned-obsolete-methods): New defvar.
1722 (tramp-find-method): Check for obsolete methods. Map them to a
1723 replacement method if appropriate.
1724
1725 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
1726 Remove methods.
1727 (top): Remove completion functions for "scp1", "scp2", "ssh1",
1728 "ssh2" and "plink1".
1729
1730 2013-02-28 Dale Sedivec <dale@codefu.org>
1731
1732 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
1733 Return valid syntax-table property value when converting
1734 quotes within text from string syntax to punctuation syntax (bug#13844).
1735
1736 2013-02-28 Juri Linkov <juri@jurta.org>
1737
1738 * dired-aux.el (dired-diff): If file at point is a backup file,
1739 use its original as the default value, and reverse the order
1740 of arguments to the `diff' call. Doc fix. (Bug#13772)
1741
1742 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
1743
1744 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
1745 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
1746
1747 2013-02-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
1748
1749 Initial support for hunspell dictionaries auto-detection (Bug#13639)
1750
1751 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
1752 Ask hunspell about available and default dictionaries.
1753 (ispell-parse-hunspell-affix-file): Extract relevant info from
1754 hunspell affix file.
1755 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
1756 `ispell-dictionary-alist' entry for given dictionary after info
1757 provided by `ispell-parse-hunspell-affix-file'.
1758 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
1759 of parsed hunspell dicts and associated affix files.
1760 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
1761 of parsed hunspell dicts and associated parameters.
1762 (ispell-set-spellchecker-params):
1763 Call `ispell-find-hunspell-dictionaries' if hunspell and not
1764 previously done.
1765 (ispell-start-process):
1766 Call `ispell-hunspell-fill-dictionary-entry' for current
1767 dictionary if it is not initialized.
1768
1769 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * imenu.el: Comment nitpicks.
1772
1773 2013-02-28 Sam Steingold <sds@gnu.org>
1774
1775 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
1776 See <http://stackoverflow.com/questions/14720205>.
1777
1778 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1779
1780 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
1781 (net-utils-mode): Use it.
1782 (net-utils--revert-cmd): New var.
1783 (net-utils-run-simple): Set it, and remove bogus interactive spec.
1784 (traceroute): Use net-utils-run-simple.
1785
1786 2013-02-28 Glenn Morris <rgm@gnu.org>
1787
1788 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
1789
1790 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
1793 (doc-view-fallback-mode): Remove overlays here.
1794 (doc-view-toggle-display): Instead of here. Don't throw away
1795 image-mode-winprops-alist.
1796 (doc-view-goto-page): Don't mess with hscroll.
1797
1798 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1799
1800 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
1801 &optional (bug#13819).
1802
1803 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
1804
1805 * net/tramp-adb.el (tramp-adb-parse-device-names)
1806 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
1807
1808 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
1809
1810 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1811 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
1812 defined. POSIX environments fall back to the "C" locale then and
1813 emit a warning, which shall be suppressed.
1814
1815 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
1818 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
1819
1820 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
1823
1824 2013-02-25 Juri Linkov <juri@jurta.org>
1825
1826 * replace.el (read-regexp): Let-bind `default' to the first
1827 element of `defaults' if it's a list, otherwise it should be
1828 a string or nil. Let-bind `suggestions' to `defaults' if it's
1829 a list, otherwise make a list with the string value. Doc fix.
1830 (Bug#13805)
1831
1832 2013-02-25 Eli Zaretskii <eliz@gnu.org>
1833
1834 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
1835 that match "\`\.#", to avoid compiling lock files, even if they
1836 are readable (as they are on MS-Windows).
1837
1838 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * files.el (basic-save-buffer): Remove redundant directory-creation.
1841
1842 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
1843
1844 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
1845 Add option to force `pi' to remain symbolic.
1846 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
1847 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
1848 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
1849 derivatives, when necessary.
1850
1851 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1852
1853 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
1854 (ps-mode-octal-region): Use string-make-unibyte.
1855
1856 2013-02-23 Glenn Morris <rgm@gnu.org>
1857
1858 * emulation/viper-cmd.el (viper-submit-report):
1859 * progmodes/ps-mode.el (ps-mode-maintainer-address):
1860 * progmodes/vera-mode.el (vera-mode-help-address):
1861 * textmodes/artist.el (artist-maintainer-address):
1862 * textmodes/reftex.el (reftex-report-bug):
1863 * vc/ediff-util.el (ediff-submit-report):
1864 Add bug-gnu-emacs to bug report address.
1865
1866 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
1867 Remove bug report entries.
1868 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
1869
1870 * emacs-lisp/bytecomp.el (byte-compile-level): New.
1871 (byte-compile-file, byte-compile-from-buffer):
1872 Use separate input/output buffers for each level of recursive
1873 byte-compile-file calls. (Bug#13787)
1874
1875 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
1876
1877 * net/tramp.el (tramp-methods): Fix docstring.
1878 (tramp-ssh-controlmaster-options): Rename it from
1879 `tramp-ssh-controlmaster-template'. Return a string.
1880 (tramp-default-method): Adapt check for
1881 `tramp-ssh-controlmaster-options'.
1882
1883 * net/tramp-sh.el (tramp-methods):
1884 Replace `tramp-ssh-controlmaster-template' by "%c".
1885 (tramp-do-copy-or-rename-file-out-of-band)
1886 (tramp-maybe-open-connection): Use it in format spec. Ensure,
1887 that it is applied for the first hop only.
1888
1889 2013-02-22 Juri Linkov <juri@jurta.org>
1890
1891 * isearch.el (isearch-lazy-highlight-new-loop):
1892 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
1893 to `isearch-other-end' if it is not nil. (Bug#13402)
1894
1895 * replace.el (replace-highlight): Let-bind `isearch-other-end'
1896 to `match-beg'.
1897
1898 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1899 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
1900 and `isearch-error' to nil.
1901
1902 2013-03-16 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-22 Michael Albinus <michael.albinus@gmx.de>
1908
1909 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
1910
1911 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1912 Handle multibyte file names.
1913
1914 2013-02-22 Glenn Morris <rgm@gnu.org>
1915
1916 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
1917 (sgml-transformation-function): Give it a :set function.
1918 (sgml-tag): Doc fix.
1919
1920 * cmuscheme.el (scheme-buffer):
1921 * progmodes/inf-lisp.el (inferior-lisp-buffer):
1922 * progmodes/tcl.el (inferior-tcl-buffer):
1923 * textmodes/tex-mode.el (tex-command): Doc fixes.
1924
1925 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
1926
1927 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
1928
1929 2013-02-21 Bastien Guerry <bzg@gnu.org>
1930
1931 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
1932
1933 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1934
1935 * progmodes/python.el (python-info-current-defun):
1936 Enhance match-data cluttering prevention.
1937
1938 2013-02-21 Glenn Morris <rgm@gnu.org>
1939
1940 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
1941 loaded while outline-regexp is let bound. (Bug#9584)
1942
1943 2013-02-21 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
1944
1945 * progmodes/python.el (python-info-current-defun): Fix failed
1946 defun name retrieval because of unwanted match-data cluttering.
1947
1948 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
1949
1950 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
1951 defconst. Apply independent check for ControlPersist.
1952
1953 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
1954 temporarily, via "env".
1955
1956 2013-02-21 Glenn Morris <rgm@gnu.org>
1957
1958 * info.el (Info-enable-edit): Remove.
1959 (Info-edit): Disable it rather than using Info-enable.
1960 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
1961 (Info-cease-edit): Make editing of Info files obsolete.
1962
1963 * informat.el (Info-tagify):
1964 Handle buffers not visiting files. (Bug#13763)
1965
1966 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
1967
1968 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
1969
1970 2013-02-21 Glenn Morris <rgm@gnu.org>
1971
1972 * files.el (basic-save-buffer): Move check for existing parent
1973 directory after hooks. (Bug#13773)
1974
1975 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * simple.el (command-execute): Move from C. Add obsolete check.
1978 (extended-command-history): Move from C.
1979
1980 2013-02-20 Ulrich MĂ¼ller <ulm@gentoo.org>
1981
1982 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1983 (jka-compr-mode-alist-additions): Handle .txz suffix for
1984 XZ-compressed tar archives (bug#13770).
1985
1986 2013-02-20 Bastien Guerry <bzg@gnu.org>
1987
1988 * outline.el (outline-regexp, outline-heading-end-regexp):
1989 Make variables, not options (bug#13731).
1990
1991 2013-02-20 Glenn Morris <rgm@gnu.org>
1992
1993 * image.el (image-current-frame): Change from variable to function.
1994 (image-show-frame): Rename from image-nth-frame. Update callers.
1995 * image-mode.el (image-multi-frame): New variable.
1996 (image-mode-map, image-mode, image-goto-frame):
1997 Use image-multi-frame rather than image-current-frame.
1998 (image-mode, image-goto-frame): Use image-current-frame as
1999 function rather than as variable.
2000
2001 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
2002 * emacs-lisp/cl-macs.el (cl--make-type-test)
2003 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
2004
2005 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2006
2007 * net/tramp-cache.el (tramp-get-hash-table): New defun.
2008 (tramp-get-file-property, tramp-set-file-property)
2009 (tramp-get-connection-property, tramp-set-connection-property): Use it.
2010 (tramp-flush-file-property, tramp-flush-directory-property):
2011 Rename argument to KEY.
2012 (tramp-flush-connection-property): Simplify a little bit.
2013 (tramp-connection-property-p): New defun.
2014 (top): Reapply saved values only if there isn't a corresponding
2015 entry in `tramp-connection-properties'.
2016
2017 2013-02-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2018
2019 * progmodes/python.el (python-indent-context):
2020 Fix python-info-line-ends-backslash-p call.
2021 (python-info-line-ends-backslash-p)
2022 (python-info-beginning-of-backslash): Respect line-number argument.
2023 (python-info-current-line-comment-p):
2024 Fix behavior when not at beginning-of-line.
2025 (python-util-position): Remove function.
2026 (python-util-goto-line): New function.
2027
2028 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
2029
2030 * eshell/em-unix.el (eshell/su): Require tramp.
2031 (eshell/sudo): Require tramp. Remove now unnecessary check.
2032
2033 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
2034 `tramp-current-connection' in order to avoid an error when several
2035 commands are invoked in a short time in eshell and friends.
2036
2037 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 Cleanup some of EIEIO's namespace.
2040 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
2041 Use it to define all the class-* and object-* field accessors (renamed
2042 to eieio--class-* and eieio--object-*). Update all uses.
2043 (eieio--class-num-slots, eieio--object-num-slots): Rename from
2044 class-num-slots and object-num-slots.
2045 (eieio--check-type): New macro.
2046 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
2047 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
2048 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
2049 (object-assoc-list-safe): Use it.
2050 (eieio-defclass): Tighten regexp.
2051 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
2052 Remove unreachable code.
2053 (object-class-fast): Declare obsolete.
2054 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
2055 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
2056 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
2057 Rename from class-name, object-name, object-set-name-string,
2058 object-class, object-class-name, class-parents, class-children,
2059 class-precedence-list, class-parent; with obsolete alias.
2060 (class-of, class-direct-superclasses, class-direct-subclasses):
2061 Declare obsolete.
2062 (eieio-defmethod): Use `memq'; remove unreachable code.
2063 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2064 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
2065 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
2066
2067 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
2068
2069 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
2070 commentary.
2071
2072 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
2073
2074 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
2075 Use font-lock-keyword-face for macros and special forms (bug#8345).
2076
2077 2013-02-17 Didier Verna <didier@didierverna.net>
2078
2079 * net/network-stream.el (network-stream-open-starttls):
2080 Check that response to the starttls-command is non-nil. (Bug#13706)
2081
2082 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
2085 Don't assume all identifier chars have syntax word.
2086 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2087 Remove bar-not-symbol. Adjust callers.
2088 (lisp-mode-variables): Don't set a font-lock-syntax-table.
2089
2090 2013-02-17 Leo Liu <sdl.web@gmail.com>
2091
2092 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
2093
2094 2013-02-17 Glenn Morris <rgm@gnu.org>
2095
2096 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
2097
2098 * image-mode.el (image-mode-map): Add image-dired menu entry.
2099
2100 * image-dired.el (tumme): Make this alias obsolete.
2101
2102 2013-02-16 Glenn Morris <rgm@gnu.org>
2103
2104 * image.el (image-animated-types): Remove.
2105 (image-multi-frame-p): Rename from image-animated-p, and generalize.
2106 (image-animated-p): Make obsolete alias.
2107 (image-animate, image-nth-frame, image-animate-timeout):
2108 Use image-multi-frame-p.
2109 (image-animate-timeout): If no delay, use image-default-frame-delay.
2110 * image-mode.el (image-mode, image-toggle-animation):
2111 Use image-multi-frame-p. (Bug#763, bug#10739)
2112 (image-mode): Adjust startup message for a multi-frame image.
2113
2114 * image-mode.el (image-mode-map): Give it a menu.
2115
2116 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
2117
2118 * net/tramp-cache.el (tramp-connection-properties): New customer
2119 option.
2120 (tramp-get-connection-property): Use it.
2121
2122 * net/tramp-compat.el (top): Require 'trampver.
2123
2124 * net/tramp-sh.el (tramp-remote-process-environment):
2125 Set tramp-autoload cookie.
2126
2127 2013-02-16 Kevin Ryde <user42@zip.com.au>
2128
2129 * info-look.el (info-lookup-select-mode): If major-mode has no
2130 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
2131
2132 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
2133
2134 * replace.el (read-regexp): Tighten the regexp that matches tag.
2135 When tag is retrieved with `find-tag-default', use regexp that
2136 matches tag at point. Also update docstring (Bug#13687).
2137
2138 2013-02-16 Eli Zaretskii <eliz@gnu.org>
2139
2140 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
2141 add watch for the file, not its parent directory, since w32notify
2142 sets up the watch for the directory internally. (Bug#13725)
2143
2144 2013-02-16 Glenn Morris <rgm@gnu.org>
2145
2146 * image.el (image-default-frame-delay): New variable.
2147 (image-animated-p): Use image-default-frame-delay.
2148 (image-minimum-frame-delay): New constant.
2149 (image-animate-timeout): Use image-minimum-frame-delay.
2150
2151 * image.el (image-nth-frame): New, split from image-animate-timeout.
2152 (image-animate-timeout): Use image-nth-frame.
2153 * image-mode.el (image-goto-frame, image-next-frame)
2154 (image-previous-frame): New commands.
2155 (image-mode-map): Add new frame commands.
2156
2157 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
2158
2159 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
2160 If col-desc already has help-echo, use it. (Bug#13563)
2161
2162 2013-02-16 Glenn Morris <rgm@gnu.org>
2163
2164 * image.el (image-current-frame): New variable.
2165 (image-animate-timeout): Set image-current-frame.
2166 * image-mode.el (image-mode): For animated images,
2167 display a frame counter via mode-line-process.
2168
2169 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
2170
2171 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
2174
2175 2013-02-15 Alan Mackenzie <acm@muc.de>
2176
2177 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
2178 global minor mode has been enabled, call the minor mode function
2179 for a new buffer once only, after the major mode hook, whilst
2180 allowing that hook explicitly to disable the minor mode.
2181 (MODE-disable-in-buffer): New (generated) function.
2182 (disable-MODE): New (generated) buffer local variable.
2183
2184 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
2185
2186 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
2187 `iswitchb-next-match' and `iswitchb-prev-match' resply.
2188 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
2189 `ido-next-match' and `ido-prev-match' resply.
2190 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
2191 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
2192 `icomplete-backward-completions' (Bug#13708).
2193
2194 2013-02-15 Glenn Morris <rgm@gnu.org>
2195
2196 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2197
2198 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * net/goto-addr.el (goto-address-fontify): Add start and end args.
2201 (goto-address-fontify-region): Use them instead of narrowing, so
2202 syntax-ppss has access to the whole buffer.
2203
2204 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2205
2206 * progmodes/python.el: Explain how to restore "cc-mode"-like
2207 forward-sexp movement in header documentation (Bug#13642).
2208 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
2209 comments and strings (GH bug 114).
2210
2211 2013-02-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2212
2213 * progmodes/python.el (python-info-current-defun): Fix current
2214 defun detection (Bug#13618).
2215
2216 2013-02-15 Chong Yidong <cyd@gnu.org>
2217
2218 * xml.el (xml-parse-string): Fix typo in handling of bad character
2219 references.
2220
2221 2013-02-15 Glenn Morris <rgm@gnu.org>
2222
2223 * play/fortune.el (fortune-compile): Simplify and fix previous change.
2224
2225 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
2226
2227 * net/tramp.el (tramp-debug-message):
2228 Add `tramp-condition-case-unless-debug'.
2229 (tramp-debug-on-error): New defvar.
2230 (tramp-condition-case-unless-debug): New defun.
2231 (tramp-file-name-handler): Use it.
2232
2233 2013-02-14 Juri Linkov <juri@jurta.org>
2234
2235 * info.el (Info-isearch-filter): Treat non-nil values of
2236 `search-invisible' including its default value `open'
2237 like the value `t' to match hidden text. (Bug#13402)
2238
2239 2013-02-14 Glenn Morris <rgm@gnu.org>
2240
2241 * help-fns.el (find-lisp-object-file-name): Give special treatment
2242 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
2243
2244 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
2245
2246 * net/quickurl.el (quickurl-save-urls):
2247 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
2248
2249 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2250
2251 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
2252 depth for unfinished percent literal. Not using it in the caller.
2253 (ruby-move-to-block): Jump over multiline literals of all types,
2254 ignoring code-looking contents inside them.
2255 (ruby-add-log-current-method): Improve performance at the expense
2256 of accuracy. `ruby-block-contains-point' is relatively slow, so
2257 only use it for method and singleton class blocks.
2258
2259 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2260
2261 Use ControlMaster where applicable. (Bug#13677)
2262
2263 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
2264 replacing `tramp-detect-ssh-controlmaster'.
2265 (tramp-default-method): Use it.
2266
2267 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
2268 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
2269 arguments.
2270 [scpc, rsyncc]: Remove methods.
2271 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
2272 and "ssh2_old".
2273 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
2274 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
2275
2276 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * emacs-lisp/package.el (package--initialized): Move before first use.
2279
2280 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
2281
2282 * icomplete.el (icomplete-hide-common-prefix): New user option.
2283 (icomplete-first-match): New face.
2284 (icomplete-completions): Correct handling of "complete but not
2285 unique" (Bug#12638).
2286
2287 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
2288
2289 * descr-text.el (describe-char): Display the script (bug#13698).
2290
2291 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * tmm.el: Use lexical-binding and current-active-maps.
2294 (tmm-menubar): Use map-keymap and pcase.
2295 (tmm--completion-table): New function.
2296 (tmm-prompt): Use it to fix the menu order.
2297 (tmm-get-keybind): Use current-active-maps.
2298
2299 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
2300
2301 Add dired-hide-details-mode. (Bug#6799)
2302
2303 * locate.el (locate-mode): Set parent mode property to dired-mode.
2304
2305 * find-dired.el (find-dired): Call dired-insert-set-properties on
2306 initial information line. Set process mark on end of buffer.
2307 (find-dired-sentinel):
2308 Call dired-insert-set-properties on summary.
2309
2310 * dired.el (dired-hide-details-hide-symlink-targets)
2311 (dired-hide-details-hide-information-lines): New options.
2312 (dired-insert-directory):
2313 Set properties after final treatment of output.
2314 (dired-insert-set-properties):
2315 Set dired-hide-details-* properties.
2316 (dired-mode-map): Bind dired-hide-details-mode.
2317 (dired-mode): Set buffer-invisibility-spec to a list.
2318 (dired-next-line): Skip hidden lines.
2319 (dired-previous-line): Use dired-next-line.
2320 (dired-hide-details-mode): New minor mode.
2321 (dired-hide-details-update-invisibility-spec): New function.
2322
2323 2013-02-13 Glenn Morris <rgm@gnu.org>
2324
2325 * play/yow.el: Move to obsolete/. (Bug#9384)
2326
2327 2013-02-13 Juri Linkov <juri@jurta.org>
2328
2329 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
2330 to select `ediff-control-frame' and set input focus correctly on Xfce.
2331 (Bug#12218)
2332
2333 2013-02-13 Juri Linkov <juri@jurta.org>
2334
2335 * image-mode.el (image-mode-map):
2336 * doc-view.el (doc-view-mode-map):
2337 * vc/ediff-util.el (ediff-setup-keymap):
2338 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2339
2340 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2341
2342 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
2343 performance. Instead of recalculating indentation fully for each
2344 line, sum up indentation depth based only on visited lines.
2345 (ruby-parse-partial): Increase the depth after "do" even when END
2346 is right after it.
2347 (ruby-parse-partial): When END is in the middle of a percent
2348 literal, increase the depth if the delimiter chars belong to the
2349 paren syntax class.
2350
2351 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
2352
2353 * play/fortune.el (fortune-compile): Also make the compiled file
2354 if it does not exist at all, not just if it is old. (Bug#5338)
2355
2356 2013-02-13 Glenn Morris <rgm@gnu.org>
2357
2358 * emacs-lisp/package.el (package-menu-execute): Doc fix.
2359
2360 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
2361
2362 * lisp/emacs-lisp/package.el (package-menu-execute):
2363 Add optional noquery argument. (Bug#13625)
2364
2365 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
2366
2367 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
2368 if DIR exists and PARENTS is non-nil.
2369
2370 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
2371
2372 * progmodes/js.el (js--multi-line-declaration-indentation):
2373 Silence byte-compiler warning.
2374
2375 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
2376
2377 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
2378
2379 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
2380 only if it doesn't exist.
2381
2382 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2383 Set process marker.
2384
2385 2013-02-12 Tassilo Horn <tsdh@gnu.org>
2386
2387 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
2388 UserInstallation when calling soffice to work around LibreOffice
2389 bug 37531.
2390
2391 2013-02-12 Glenn Morris <rgm@gnu.org>
2392
2393 * files.el (basic-save-buffer):
2394 Offer to create a non-existing directory. (Bug#3016)
2395
2396 * calc/calc-graph.el (calc-graph-show-dumb):
2397 * calendar/calendar.el (calendar-mode-map):
2398 * cus-edit.el (custom-mode-map):
2399 * ehelp.el (electric-help-map):
2400 * emulation/vip.el (vip-mode-map):
2401 * epa.el (epa-key-list-mode-map):
2402 * info.el (Info-mode-map):
2403 * mail/rmail.el (rmail-mode-map):
2404 * mail/rmailsum.el (rmail-summary-mode-map):
2405 * man.el (Man-mode-map):
2406 * net/newst-plainview.el (newsticker-mode-map):
2407 * progmodes/cpp.el (cpp-edit-mode-map):
2408 * progmodes/grep.el (grep-mode-map):
2409 * progmodes/idlw-help.el (idlwave-help-mode-map):
2410 * simple.el (special-mode-map):
2411 * startup.el (splash-screen-keymap):
2412 * view.el (view-mode-map):
2413 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2414
2415 2013-02-11 Elias Pipping <pipping@lavabit.com>
2416
2417 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
2418 (bug#13679).
2419
2420 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
2423
2424 2013-02-11 Glenn Morris <rgm@gnu.org>
2425
2426 * vc/diff.el (diff-use-labels): New variable.
2427 (diff-no-select): Use --label rather than -L, and first
2428 check that it is supported. (Bug#11067)
2429
2430 * files.el (enable-dir-local-variables): New variable.
2431 (hack-dir-local-variables): Respect enable-dir-local-variables.
2432 * tutorial.el (help-with-tutorial):
2433 Ignore directory-local variables. (Bug#11127)
2434
2435 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
2436 (vc-svn-global-switches): ... to here. (Bug#13513)
2437
2438 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
2439
2440 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
2441 Handle "foo (bar, default: xxx): " prompts.
2442
2443 2013-02-10 Chong Yidong <cyd@gnu.org>
2444
2445 * files.el (basic-save-buffer-1): Do not set
2446 buffer-file-coding-system-explicit (Bug#4533).
2447
2448 * mail/emacsbug.el (report-emacs-bug): Change binding of
2449 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
2450
2451 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
2452
2453 * calc/calc.el (calc-allow-units-as-numbers): New variable.
2454 * calc/calc-units.el (calc-convert-units): Use new variable.
2455
2456 2013-02-09 Eli Zaretskii <eliz@gnu.org>
2457
2458 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
2459
2460 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
2461 buffer-file-type.
2462
2463 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
2464 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
2465 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
2466 coding-system-for-write instead.
2467
2468 * jka-compr.el (jka-compr-write-region): Don't bind
2469 buffer-file-type.
2470
2471 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
2472 buffer-file-type.
2473
2474 * files.el (file-name-buffer-file-type-alist): Remove defvar.
2475 (insert-file-contents-literally): Remove reference to
2476 file-name-buffer-file-type-alist.
2477
2478 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
2479 make-obsolete.
2480 (find-buffer-file-type-match, find-buffer-file-type): Remove.
2481 (find-buffer-file-type-coding-system): Remove references to
2482 find-buffer-file-type-match, find-buffer-file-type, and
2483 buffer-file-type.
2484 Don't put find-buffer-file-type-coding-system into
2485 file-coding-system-alist.
2486 (find-file-binary, find-file-text): Bind coding-system-for-read
2487 instead of file-name-buffer-file-type-alist.
2488
2489 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
2490
2491 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
2492 converter (Bug#13622).
2493 (doc-view-unoconv-program): Make obsolete alias.
2494 (doc-view-odf->pdf-converter-program): New variable.
2495 (doc-view-odf->pdf-converter-function): New variable.
2496 (doc-view-mode-p): Use it.
2497 (doc-view-odf->pdf-converter-unoconv):
2498 Rename from `doc-view-odf->pdf-converter-unoconv'.
2499 (doc-view-odf->pdf-converter-soffice): New function.
2500 (doc-view-convert-current-doc):
2501 Use `doc-view-odf->pdf-converter-function'.
2502
2503 2013-02-09 Chong Yidong <cyd@gnu.org>
2504
2505 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
2506 view-echo-area-messages (Bug#13340).
2507
2508 * help.el (view-echo-area-messages): Use display-buffer.
2509
2510 * dired-x.el (dired-do-run-mail): Prompt for confirmation
2511 (Bug#13561).
2512
2513 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2516 Eval body right away, now that we do eager macroexpansion (bug#13605).
2517
2518 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
2519 (fundamental-mode): Use run-mode-hooks.
2520
2521 * eshell/esh-proc.el (eshell/kill): Fix last change.
2522 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
2523
2524 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
2525
2526 * eshell/esh-proc.el (eshell/kill): Rewrite.
2527
2528 * eshell/em-ls.el (show-almost-all): Declare.
2529 (eshell-do-ls): Add support for -A argument.
2530
2531 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
2532
2533 * icomplete.el (icomplete-forward-completions)
2534 (icomplete-backward-completions): Handle corner case (bug#13602).
2535
2536 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
2537
2538 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
2539 be nil. Handle this. (Bug#13636)
2540
2541 2013-02-07 Richard Stallman <rms@gnu.org>
2542
2543 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
2544 `save-buffer-coding-system'.
2545
2546 2013-02-07 Alan Mackenzie <acm@muc.de>
2547
2548 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
2549 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
2550 (c-parse-state-get-strategy): Don't return 'BOD any more.
2551 (c-append-lower-brace-pair-to-state-cache):
2552 Extra parameter HERE instead of narrowing.
2553 Widen to top of buffer before searching backwards for a brace pair.
2554 (c-state-push-any-brace-pair): Add HERE parameter to function call.
2555 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
2556 Narrow to parameter HERE, in place of being called narrowed.
2557 (c-remove-stale-state-cache): Extra parameter HERE in place of
2558 narrowing. Check there's an open brace in the cache before
2559 searching for its match.
2560 (c-invalidate-state-cache-1): Add HERE parameter to function call.
2561 (c-parse-state-1): Don't narrow here for 'forward strategy,
2562 instead passing extra parameter HERE to several functions.
2563 Remove 'BOD strategy.
2564
2565 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2566
2567 * emacs-lisp/package.el (describe-package-1): Tell what archive is
2568 used to install the package.
2569
2570 2013-02-06 Glenn Morris <rgm@gnu.org>
2571
2572 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
2573 if we can't get user input. (Bug#6567)
2574
2575 * startup.el (command-line): If simple.el is missing,
2576 test and warn about for some possible causes.
2577
2578 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
2579
2580 * cus-start.el (all): Add ns-use-native-fullscreen.
2581
2582 2013-02-05 Glenn Morris <rgm@gnu.org>
2583
2584 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
2585
2586 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2587 Fix directory creation in fallback case.
2588
2589 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2590
2591 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
2592 (vc-update-change-log): Use dolist.
2593
2594 2013-02-04 Chong Yidong <cyd@gnu.org>
2595
2596 * thingatpt.el: Rewrite the URL detection routines, absorbing some
2597 code from ffap.el.
2598 (thing-at-point-beginning-of-url-regexp): New var.
2599 (thing-at-point-uri-schemes): Update list of URI schemes.
2600 (thing-at-point-url-regexp): Variable deleted.
2601 (thing-at-point-markedup-url-regexp): Disallow newlines.
2602 (thing-at-point-newsgroup-regexp)
2603 (thing-at-point-newsgroup-heads)
2604 (thing-at-point-default-mail-uri-scheme): New variables.
2605 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
2606 method to find the possible bounds of the URI at point.
2607 New optional argument to find ill-formed URIs.
2608 (thing-at-point-url-at-point): Rewrite. New arguments for finding
2609 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
2610 the scheme-adding heuristics from ffap-url-at-point.
2611 (thing-at-point--bounds-of-well-formed-url): New function.
2612 Do parens matching to decide whether to include parens in the URI
2613 (Bug#9153).
2614
2615 * ffap.el: Require thingatpt.
2616 (ffap-url-at-point): Delegate URI detection to thing-at-point.
2617 All URI-valid characters are now recognized (Bug#5673).
2618 (ffap-string-at-point): Use use-region-p.
2619 (ffap-url-regexp): Extra character is handled by thing-at-point.
2620 (ffap-string-at-point-mode-alist): Allow parentheses.
2621 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
2622 Convert to aliases; code moved to thingatpt.el.
2623 (ffap-gnus-hook): Use setq-local.
2624
2625 2013-02-04 Glenn Morris <rgm@gnu.org>
2626
2627 * emacs-lisp/ert.el (ert--explain-format-atom):
2628 Don't try to print non-characters as characters. (Bug#13543)
2629
2630 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
2631
2632 * net/tramp.el (tramp-debug-message): Extend function exclude list.
2633 (tramp-backtrace): New defun.
2634 (tramp-handle-insert-file-contents): Use `visit' when inserting
2635 the local copy.
2636
2637 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
2638 Use `remote-file-name-inhibit-cache'.
2639
2640 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
2643 (bug#13614).
2644
2645 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
2646 current-load-list (bug#13366).
2647
2648 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
2649
2650 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2651 Identify g++ template instantiation trace. (Bug#12287)
2652 (compilation-mode-hook, compilation-start-hook)
2653 (compilation-window-height): Simplify docstrings. (Bug#13379)
2654
2655 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * mouse.el (mouse-drag-track): Always deactivate the mark before
2658 running the final event's command since that command is in charge of
2659 activating the mark if needed (bug#13523).
2660
2661 2013-02-02 Juri Linkov <juri@jurta.org>
2662
2663 * replace.el (perform-replace): Move let-bindings of isearch-*
2664 variables deeper to the loop that searches for the next match.
2665 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
2666 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
2667 (Bug#13579)
2668
2669 * isearch.el (isearch-search-fun-default): Check for null
2670 first element of isearch-cmds as a precaution when it's used
2671 with inactive isearch.
2672
2673 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
2674
2675 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
2676 error when buffer in question is narrowed so position 1 is out of
2677 visible part.
2678
2679 2013-02-02 Glenn Morris <rgm@gnu.org>
2680
2681 * textmodes/remember.el (remember-clipboard): Doc fix.
2682
2683 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
2686 properties (bug#13179).
2687
2688 2013-02-02 Juri Linkov <juri@jurta.org>
2689
2690 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
2691 instead of hard-coded default face `match'. (Bug#9438)
2692
2693 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2694
2695 * vc/vc-arch.el (vc-arch-registered):
2696 * vc/vc-bzr.el (vc-bzr-registered):
2697 * vc/vc-cvs.el (vc-cvs-registered):
2698 * vc/vc-git.el (vc-git-registered):
2699 * vc/vc-hg.el (vc-hg-registered):
2700 * vc/vc-mtn.el (vc-mtn-registered):
2701 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
2702 (Bug#13139)
2703
2704 * info.el (Info-next-reference, Info-prev-reference): Add numeric
2705 prefix argument. (Bug#11656)
2706
2707 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2708
2709 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
2710
2711 2013-02-01 Glenn Morris <rgm@gnu.org>
2712
2713 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
2714 if the backend is known not to support it.
2715
2716 * imenu.el (imenu-default-create-index-function):
2717 Tweak infinite loop test to check for forward motion as well as none.
2718
2719 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
2720
2721 * net/soap-client.el (soap-invoke): Encode the string for
2722 `url-request-data' as UTF-8.
2723 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
2724
2725 2013-02-01 Glenn Morris <rgm@gnu.org>
2726
2727 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
2728
2729 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
2730
2731 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
2732
2733 * net/tramp.el (tramp-tramp-file-p): Comment check for
2734 `string-as-unibyte'. The function does not exist on XEmacs, and
2735 likely we need another approach.
2736
2737 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
2738 `tramp-gw-*' variables are bound.
2739
2740 2013-01-31 Glenn Morris <rgm@gnu.org>
2741
2742 * files.el (basic-save-buffer-2): Choose coding system for
2743 writing the file before backing it up, to reduce delay between
2744 backing up and writing the new version. (Bug#13522)
2745
2746 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
2747
2748 * simple.el (cycle-spacing): New command.
2749 (just-one-space): Use it.
2750
2751 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
2754 (opascal-newline-always-indents): Remove custom.
2755 (opascal-tab, opascal-newline): Remove commands.
2756 (opascal-new-comment-line): Insert "\n" instead of calling newline.
2757 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
2758 (opascal-save-match-data): Remove, use save-match-data instead.
2759 (opascal-save-state): Use with-silent-modifications.
2760
2761 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
2762 (bug#13585).
2763
2764 2013-01-30 Juri Linkov <juri@jurta.org>
2765
2766 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2767 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
2768 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
2769
2770 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
2773 column if we're just deleting the backslashes.
2774 (makefile-fill-paragraph): Use eolp.
2775
2776 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2777
2778 * autorevert.el (auto-revert-use-notify): Fix docstring.
2779
2780 2013-01-30 Leo Liu <sdl.web@gmail.com>
2781
2782 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
2783
2784 2013-01-30 Glenn Morris <rgm@gnu.org>
2785
2786 * mouse.el (mouse-drag-line): Avoid pushing same event onto
2787 unread-command-events twice in some cases. This tries to implement
2788 the 2012-07-26 changes in a different way. (Bug#13560)
2789
2790 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2791
2792 * progmodes/python.el
2793 (python-pdbtrack-comint-output-filter-function): Enhancements on
2794 stacktrace detection. (thanks @gnovak)
2795
2796 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
2799 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
2800 Use defvar-local.
2801 (jit-lock-register): Use setq-local.
2802
2803 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
2804
2805 * calc-units.el (math-default-units-table): Remove initial value.
2806 (calc-convert-units): Treat expressions where all the units cancel as
2807 if they didn't have units.
2808
2809 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
2810
2811 * net/tramp.el (tramp-process-connection-type): Fix docstring.
2812 (tramp-completion-reread-directory-timeout): Fix type.
2813 (tramp-connection-min-time-diff): New defcustom.
2814
2815 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2816
2817 2013-01-30 Glenn Morris <rgm@gnu.org>
2818
2819 * imenu.el (imenu-default-create-index-function):
2820 Put back a version of the infinite loop test removed 2013-01-23.
2821
2822 2013-01-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2823
2824 * progmodes/python.el (python-shell-parse-command):
2825 Find python-shell-interpreter with modified environment.
2826
2827 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
2830
2831 2013-01-29 Alan Mackenzie <acm@muc.de>
2832
2833 Amend to fontify /regexp/s in actions correctly.
2834 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
2835 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
2836 are no longer included.
2837 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
2838 What used to be these variables without "-line" in the name.
2839 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
2840 (c-awk-non-arith-op-bra-re): Now also matches {.
2841 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
2842 "return", and "case".
2843 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
2844 by /.
2845 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
2846 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
2847
2848 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
2849
2850 * autorevert.el (auto-revert-use-notify):
2851 Use `custom-initialize-default' for initialization. (Bug#13583)
2852
2853 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
2854
2855 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2856 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
2857 in `tramp-file-name-handler'.
2858 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
2859 compatibility.
2860 (tramp-compute-multi-hops): Check, whether
2861 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
2862
2863 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
2866 (bug#13297).
2867
2868 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
2869
2870 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
2871 checks made superfluous by the \_< operator.
2872 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
2873 temporarily) broken indentation.
2874 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2875 Highlight nested constants, too. \_< broke that.
2876
2877 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
2878
2879 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
2880 instead of "\\b".
2881
2882 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
2883
2884 * autorevert.el (auto-revert-handler): Notifications which result
2885 from a saved file shall not be taken into account. (Bug#13557)
2886
2887 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
2888
2889 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
2890 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
2891 (lisp-mode): Pass t for it. (Bug#13556)
2892
2893 2013-01-25 Alan Mackenzie <acm@muc.de>
2894
2895 AWK Mode: Fix indentation bug at top level. Bug #12274.
2896
2897 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
2898 just before CASE 5D.
2899
2900 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
2901
2902 * net/socks.el (socks-nslookup-host): Use string-to-number.
2903
2904 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
2905
2906 * autorevert.el (auto-revert-remote-files)
2907 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
2908 (auto-revert-notify-enabled, auto-revert-use-notify)
2909 (auto-revert-notify-watch-descriptor-hash-list)
2910 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
2911 (auto-revert-notify-event-descriptor)
2912 (auto-revert-notify-event-action)
2913 (auto-revert-notify-event-file-name): Doc fix.
2914 (global-auto-revert-mode): Reorder checks.
2915 (auto-revert-notify-rm-watch): Respect changed values of
2916 `auto-revert-notify-watch-descriptor-hash-list'.
2917 (auto-revert-notify-add-watch): Check for
2918 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
2919 `inotify-add-watch'. Watch `default-directory' instead of
2920 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
2921 has a changed meaning now. (Bug#13540)
2922 (auto-revert-notify-handler): Change implementation wrt events
2923 returning from a directory.
2924 (auto-revert-handler): Reorder implementation for checks of remote
2925 files.
2926 (auto-revert-buffers): Fix parentheses error.
2927
2928 2013-01-25 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
2929
2930 * progmodes/python.el: Enhancements to header documentation about
2931 skeletons. (Bug#5716)
2932
2933 * imenu.el (imenu-default-create-index-function): Remove useless
2934 infinite loop check. (Bug#13438)
2935
2936 2013-01-25 Alan Mackenzie <acm@muc.de>
2937
2938 Fix a bug in the state cache mechanism. Refactor this a bit.
2939
2940 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
2941 `cache-pos' element from the return value.
2942 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
2943 buffer to enable proper searching from beyond HERE. Amend the
2944 test for detecting the sought brace pair. Amend the value written
2945 to the "brace desert cache" when the brace isn't found.
2946 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
2947 and several other variables analogously.
2948 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
2949 parameter to a locally calculated variable.
2950 (c-parse-state-1): Change the calling conventions to the two
2951 defuns involving `cache-pos'.
2952
2953 2013-01-25 Chong Yidong <cyd@gnu.org>
2954
2955 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
2956
2957 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
2958
2959 * paren.el (show-paren-function): Make sure to set 'priority and
2960 'face only if the overlay does exist.
2961
2962 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
2963
2964 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
2965
2966 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
2967 basic attributes.
2968 (tramp-sh-handle-set-file-acl): Improve error checking.
2969
2970 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2971
2972 * doc-view.el (doc-view-display): Force mode line update until all
2973 document is converted. Suggested by Stefan Monnier (Bug#13164).
2974
2975 2013-01-23 Bastien Guerry <bzg@gnu.org>
2976
2977 * paren.el (show-paren-function): Make sure an overlay exists
2978 before trying to delete it. Also use `pos' as a position only
2979 when it is an integer.
2980
2981 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
2982
2983 * play/gametree.el (gametree-break-line-here): Use point-marker.
2984
2985 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
2986
2987 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2988 Mark descriptive parts with `display' property.
2989
2990 2013-01-21 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
2991
2992 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2993 New variable to map standard dict names to hunspell ones.
2994 (ispell-set-spellchecker-params): Make sure specific dict names
2995 are used for standard dicts with hunspell.
2996
2997 2013-01-21 Tassilo Horn <tsdh@gnu.org>
2998
2999 * textmodes/reftex-cite.el (reftex-format-citation): Add format
3000 chars for note (%N) and url (%U).
3001 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
3002
3003 2013-01-21 Juri Linkov <juri@jurta.org>
3004
3005 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
3006 in addition to existing separate binding `meta f10' in `global-map'.
3007 (Bug#13484)
3008
3009 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
3010
3011 Improve XEmacs compatibility.
3012
3013 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
3014
3015 * net/tramp-adb.el (top): Require `time-date'.
3016 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
3017 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
3018 Use `tramp-file-name-handler'.
3019 (tramp-adb-maybe-open-connection):
3020 Use `tramp-compat-set-process-query-on-exit-flag'.
3021
3022 * net/tramp-sh.el (tramp-sh-handle-file-acl):
3023 Use `tramp-compat-funcall'.
3024
3025 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
3026 `tramp-compat-funcall'.
3027
3028 2013-01-21 JĂ¼rgen Hötzel <juergen@archlinux.org>
3029
3030 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
3031 reimplementation using "adb shell command ..." instead of running
3032 remote shell interactively.
3033
3034 2013-01-20 Glenn Morris <rgm@gnu.org>
3035
3036 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3037 Add native profiler menu entries.
3038
3039 * profiler.el (profiler-running-p): New function.
3040 (profiler-cpu-profile): Use profiler-running-p.
3041 (profiler-report-mode-map): Add some more menu entries.
3042
3043 2013-01-19 Glenn Morris <rgm@gnu.org>
3044
3045 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
3046 fixes 2012-12-07 change. (Bug#13499)
3047
3048 2013-01-19 Leo Liu <sdl.web@gmail.com>
3049
3050 * dired.el (dired-get-marked-files): Prune erroneous values due to
3051 last change. (Bug#13152)
3052
3053 2013-01-19 Glenn Morris <rgm@gnu.org>
3054
3055 * progmodes/etags.el (tags-table-check-computed-list):
3056 Preserve point in tags buffer. (Bug#13412)
3057
3058 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3059
3060 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
3061 Chong Yidong <cyd@gnu.org>
3062
3063 * image-mode.el (image-next-file, image-previous-file):
3064 New commands (Bug#8453).
3065 (image-mode-map): Bind them to n and p.
3066 (image-mode--images-in-directory): New helper function.
3067
3068 2013-01-19 Chong Yidong <cyd@gnu.org>
3069
3070 * image-mode.el (image-mode-fit-frame): Add a frame argument.
3071 Suggested by Drew Adams (Bug#7730). Handle window decorations;
3072 save and restore the old window configuration.
3073
3074 2013-01-18 Leo Liu <sdl.web@gmail.com>
3075
3076 * progmodes/js.el: Tweak autoload cookie for alias.
3077
3078 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3079
3080 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
3081 buffer local, again. This was lost with the fix on 2013-01-12.
3082
3083 2013-01-17 JĂ¼rgen Hötzel <juergen@archlinux.org>
3084
3085 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
3086 order to support several eshell buffers in parallel.
3087
3088 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
3089
3090 * autorevert.el (auto-revert-use-notify): In the :set function, do
3091 not modify `kill-buffer-hook'.
3092 (auto-revert-notify-rm-watch):
3093 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
3094 (auto-revert-notify-add-watch): Do not call
3095 `auto-revert-notify-rm-watch', but add it to a buffer local
3096 `kill-buffer-hook'.
3097
3098 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
3101 call to `eval' rather than a backquoted lambda.
3102
3103 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3104
3105 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
3106 to return an explicit nil.
3107 (advice--remove-function): Change accordingly.
3108
3109 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
3110 the use of nadvice.el.
3111
3112 * progmodes/which-func.el (which-function): Silence imenu errors
3113 (bug#13433).
3114
3115 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3116
3117 * progmodes/sql.el (sql-imenu-generic-expression):
3118 (sql-mode-font-lock-object-name): Match schema qualified names.
3119 (sql-connect): Use string keys.
3120 (sql-product-interactive): Wait for interpreter prompt.
3121 (sql-comint-oracle): Set process coding based on NLS_LANG.
3122
3123 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
3124
3125 * progmodes/sql.el (sql-output-to-send): Remove, unused.
3126 (sql-interactive-remove-continuation-prompt):
3127 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
3128
3129 2013-01-14 Leo Liu <sdl.web@gmail.com>
3130
3131 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
3132 (Bug#13420)
3133
3134 2013-01-14 Glenn Morris <rgm@gnu.org>
3135
3136 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3137 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
3138
3139 2013-01-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3140
3141 * progmodes/python.el (python-nav-end-of-statement):
3142 Fix cornercase when handling multiline strings.
3143
3144 2013-01-13 Richard Stallman <rms@gnu.org>
3145
3146 * mail/sendmail.el (mail-position-on-field): Add doc string.
3147
3148 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3149 Get current message boundaries and pass them to
3150 message-forward-make-body-mime. Minor style changes.
3151
3152 2013-01-13 Eli Zaretskii <eliz@gnu.org>
3153
3154 * cus-start.el (all): Avoid warnings about
3155 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
3156
3157 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
3158
3159 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
3160
3161 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * jit-lock.el (jit-lock-debug-mode): New minor mode.
3164 (jit-lock--debug-fontifying): New var.
3165 (jit-lock--debug-fontify): New function.
3166 * subr.el (condition-case-unless-debug): Don't prevent catching the
3167 error, just let the debbugger run.
3168 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
3169 timer code and don't drop errors silently.
3170
3171 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
3172
3173 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
3174 `permanent-local' property.
3175 (auto-revert-notify-handler): Use `file-equal-p'.
3176
3177 2013-01-12 Eli Zaretskii <eliz@gnu.org>
3178
3179 * autorevert.el (auto-revert-notify-handler): Fix filtering of
3180 file notification by ACTION. For filtering by file name, compare
3181 only the non-directory part of the file name.
3182
3183 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * autorevert.el: Use cl-lib instead of cl.
3186
3187 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
3188 (vc-bzr-checkin): Use it.
3189 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
3190 will preserve match-data.
3191
3192 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
3193
3194 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
3195 (js--declaration-keyword-re): New var.
3196 (js--multi-line-declaration-indentation): New function.
3197 (js--proper-indentation): Use it.
3198
3199 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
3200
3201 * calc/calc.el (calc-highlight-selections-with-faces)
3202 (calc-dispatch):
3203 * comint.el (comint-history-isearch-message):
3204 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
3205 * ffap.el (ffap-string-at-point-region, ffap-next)
3206 (ffap-string-at-point, ffap-string-around)
3207 (ffap-copy-string-as-kill, ffap-highlight-overlay)
3208 (ffap-literally):
3209 * font-lock.el (font-lock-keywords-alist)
3210 (font-lock-removed-keywords-alist):
3211 * help-mode.el (help-xref-symbol-regexp):
3212 * info.el (Info-find-emacs-command-nodes):
3213 * international/mule.el (add-to-coding-system-list):
3214 * isearch.el (isearch-message-function, isearch-fail-pos):
3215 * misearch.el (multi-isearch-next-buffer-function):
3216 * newcomment.el (comment-box):
3217 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
3218 (pr-setting-database):
3219 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
3220 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
3221 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
3222 (pike-font-lock-keywords-3):
3223 * progmodes/compile.el (compile):
3224 * progmodes/etags.el (tags-table-files)
3225 (tags-table-files-function, tags-included-tables-function):
3226 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
3227 (gdb-restore-windows):
3228 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
3229 (ps-n-up-filling-database):
3230 * server.el (server-buffer, server-log):
3231 * simple.el (newline, delete-backward-char, delete-forward-char)
3232 (minibuffer-history-isearch-message, kill-line, track-eol)
3233 (temporary-goal-column):
3234 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
3235 (flyspell-default-deplacement-commands):
3236 * textmodes/ispell.el (ispell-accept-output):
3237 * textmodes/sgml-mode.el (html-tag-help):
3238 * vc/compare-w.el (compare-ignore-whitespace)
3239 (compare-ignore-case, compare-windows-dehighlight):
3240 * vc/diff.el (diff):
3241 * whitespace.el (whitespace-point)
3242 (whitespace-font-lock-refontify, whitespace-bob-marker)
3243 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
3244
3245 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
3246
3247 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
3248 (auto-revert-notify-rm-watch): Ignore errors.
3249 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
3250 inotify, and '(size last-write-time) for w32notify.
3251 Set buffer-local `auto-revert-use-notify' to nil when adding a file
3252 watch fails - this is a fallback to the file modification check.
3253 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
3254 (auto-revert-notify-event-action)
3255 (auto-revert-notify-event-file-name): New defuns.
3256 (auto-revert-notify-handler): Use them. Implement first
3257 plausibility checks.
3258 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
3259
3260 2013-01-11 Julien Danjou <julien@danjou.info>
3261
3262 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
3263 max are almost equal. Also return the correct value for V which is
3264 already between 0 and 1.
3265
3266 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
3267
3268 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
3269
3270 2013-01-11 Eli Zaretskii <eliz@gnu.org>
3271
3272 * autorevert.el (auto-revert-notify-rm-watch)
3273 (auto-revert-notify-add-watch): Fix typos in w32notify function
3274 names.
3275
3276 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3277
3278 * autorevert.el (auto-revert-notify-enabled): Move up.
3279 (auto-revert-use-notify): New defcustom.
3280 (auto-revert-mode, global-auto-revert-mode)
3281 (auto-revert-notify-add-watch, auto-revert-handler)
3282 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
3283 `auto-revert-notify-enabled'.
3284
3285 2013-01-10 Elias Pipping <pipping@exherbo.org>
3286
3287 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
3288 * doc-view.el (doc-view-document->bitmap):
3289 Use doc-view-single-page-converter-function instead of
3290 single-page-converter arg; adjust callers.
3291
3292 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
3293
3294 * progmodes/which-func.el (which-function): Understand Semantic's use
3295 of overlays in imenu--index-alist.
3296
3297 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
3298
3299 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
3300 (Man-man-k-use-anchor): New var.
3301 (Man-parse-man-k): New function.
3302 (Man-completion-table): Use it.
3303 (man): Flush the completion cache between uses.
3304
3305 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
3306
3307 * autorevert.el: Add file watch support.
3308 (auto-revert-notify-enabled): New defconst.
3309 (auto-revert-notify-watch-descriptor-hash-list)
3310 (auto-revert-notify-watch-descriptor)
3311 (auto-revert-notify-modified-p): New defvars.
3312 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3313 (auto-revert-notify-handler): New defuns.
3314 (auto-revert-mode, global-auto-revert-mode): Remove file watches
3315 when mode is disabled.
3316 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
3317 (auto-revert-buffers): Add file watches for active buffers.
3318
3319 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
3320
3321 * cus-start.el (toplevel): Only allow float values for
3322 scroll-up-aggressively and scroll-down-aggressively.
3323 Allow any number for line-spacing.
3324
3325 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
3328 (doc-view-pdf->png-converter-function): Use mupdf if available.
3329 (doc-view-djvu->png-converter-function)
3330 (doc-view-ps->png-converter-function): Remove.
3331 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
3332 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
3333 (doc-view-already-converted-p): Adjust accordingly.
3334 (doc-view-mode-p): Simplify.
3335 (doc-view-enlarge): Use setq-local.
3336 (doc-view-pdf->png-converter-ghostscript)
3337 (doc-view-djvu->png-converter-ddjvu)
3338 (doc-view-pdf->png-converter-mupdf): Rework to call
3339 doc-view-start-process directly.
3340 (doc-view-pdf/ps->png): Simplify accordingly.
3341 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
3342 (doc-view-document->bitmap): Rename from doc-view-document->png.
3343 (doc-view-convert-current-doc): Merge pdf and djvu cases.
3344 (doc-view-set-slice-from-bounding-box): Fix completion table.
3345 (doc-view-mode): Use add-hook for after-revert-hook.
3346
3347 2013-01-10 Glenn Morris <rgm@gnu.org>
3348
3349 * emacs-lisp/authors.el (authors-ignored-files)
3350 (authors-valid-file-names, authors-renamed-files-alist):
3351 Add some more entries.
3352
3353 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 * image-mode.el (image-mode-winprops): Don't throw away the fallback
3356 `t' pseudo-window entry.
3357
3358 2013-01-10 Alan Mackenzie <acm@muc.de>
3359
3360 Fix bugs in the c-parse-state mechanism. Reuse some markers
3361 instead of continually generating new ones.
3362
3363 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
3364 (c-state-old-cpp-end-marker): New variables.
3365 (c-append-lower-brace-pair-to-state-cache): Start a backward
3366 search for "}" definitively outside CPP constructs.
3367 (c-remove-stale-state-cache): Inform the caller of a need to
3368 search back for a brace pair in certain circumstances.
3369 (c-state-maybe-marker): New macro.
3370 (c-parse-state): Reuse markers when appropriate.
3371
3372 2013-01-10 Glenn Morris <rgm@gnu.org>
3373
3374 * simple.el (execute-extended-command): Doc fix.
3375 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
3376
3377 2013-01-10 Chong Yidong <cyd@gnu.org>
3378
3379 * faces.el (read-face-name): Doc fix.
3380
3381 2013-01-10 Roland Winkler <winkler@gnu.org>
3382
3383 * emacs-lisp/crm.el: Allow any regexp for separators.
3384 (crm-default-separator): All spaces around the default comma separator.
3385 (crm--completion-command): New macro.
3386 (crm-completion-help, crm-complete, crm-complete-word): Use it.
3387 (crm-complete-and-exit): Handle non-single-char separators.
3388
3389 2013-01-09 Elias Pipping <pipping@lavabit.com>
3390
3391 * doc-view.el: Add support for DjVu (bug#13164).
3392 (doc-view-djvu->png-converter-function): New config var.
3393 (doc-view-single-page-converter-function, doc-view--image-type)
3394 (doc-view--image-file-extension): New vars.
3395 (doc-view-mode): Initialize them.
3396 (doc-view-goto-page): Use them.
3397 (doc-view-mode-p): Add support for ddjvu.
3398 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
3399 (doc-view-set-up-single-converter): New funs.
3400 (doc-view-pdf/ps->png): Extend for djvu.
3401 (doc-view-document->png): Rename from doc-view-pdf->png.
3402 (doc-view-convert-current-doc): Handle djvu.
3403 (doc-view-insert-image, doc-view-display)
3404 (doc-view-already-converted-p): Don't hardcode png.
3405 (doc-view-set-doc-type): Recognize djvu docs.
3406
3407 2013-01-09 Elias Pipping <pipping@lavabit.com>
3408
3409 * doc-view.el: Add support for mupdf converter (bug#13164).
3410 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
3411 (doc-view-ps->png-converter-function): New config vars.
3412 (doc-view-pdf->png-converter-ghostscript)
3413 (doc-view-ps->png-converter-ghostscript)
3414 (doc-view-pdf->png-converter-mupdf): New functions.
3415 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
3416
3417 2013-01-09 JĂ¼rgen Hötzel <juergen@archlinux.org>
3418
3419 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
3420 first in session cache: When `tramp-own-remote-path' is in
3421 `tramp-remote-path', the remote path is only set in the session
3422 cache.
3423
3424 2013-01-09 Glenn Morris <rgm@gnu.org>
3425
3426 * emacs-lisp/trace.el (trace-function-foreground)
3427 (trace-function-background): Doc fix.
3428
3429 2013-01-09 Juri Linkov <juri@jurta.org>
3430
3431 * international/mule-cmds.el (read-char-by-name): Move let-binding
3432 of completion-ignore-case around completing-read to fix regression
3433 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
3434 `string-match-p' using the nil value of `case-fold-search' and
3435 `completion-ignore-case' in `completion-pcm--all-completions'.
3436 (Bug#12615).
3437
3438 2013-01-09 Glenn Morris <rgm@gnu.org>
3439
3440 * progmodes/compile.el (compilation-parse-errors):
3441 Fix typo. (Bug#13369)
3442
3443 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3444
3445 * comint.el (comint-send-input): Check size of buffer before
3446 waiting for process output, in case already accepted. (Bug#13290)
3447
3448 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
3449
3450 Spelling fixes.
3451 * net/tramp-adb.el (tramp-adb-get-toolbox):
3452 Fix misspelling of 'unknown'.
3453
3454 2013-01-08 Juri Linkov <juri@jurta.org>
3455
3456 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3457 * progmodes/flymake.el (flymake-errline, flymake-warnline):
3458 Use underline style wave on terminals that support it. (Bug#13000)
3459
3460 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
3463 the predicate returns nil.
3464
3465 * simple.el: Use lexical-binding.
3466 (primitive-undo): Use pcase.
3467 (minibuffer-history-isearch-push-state): Use a closure.
3468
3469 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3470
3471 * simple.el (primitive-undo): Move from undo.c.
3472
3473 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
3476 (cvs-mode-remove-handled): Use it (bug#13380).
3477
3478 * emacs-lisp/nadvice.el (advice--tweak): New function.
3479 (advice--remove-function, advice--subst-main): Use it.
3480
3481 * emacs-lisp/advice.el: Update commentary.
3482
3483 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
3484
3485 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3486 Remove spurious entry.
3487
3488 2013-01-08 Glenn Morris <rgm@gnu.org>
3489
3490 * net/tramp.el (tramp-default-host-alist): Add :version.
3491
3492 2013-01-08 Juri Linkov <juri@jurta.org>
3493
3494 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
3495 single completion. (Bug#12456)
3496 (info--manual-names): Expand node completions into an explicit list
3497 before appending it to another list. Filter out internal buffers
3498 with the leading space in the buffer name. (Bug#10771)
3499
3500 2013-01-08 Juri Linkov <juri@jurta.org>
3501
3502 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
3503 that defaults to the Top node.
3504 (Info-goto-node, Info-read-node-name): Doc fix to mention that
3505 the short format (FILENAME) goes to the Top node.
3506 (Info-build-node-completions): Rename arg `file' to `filename'.
3507 (Bug#13365)
3508
3509 2013-01-07 Bastien Guerry <bzg@gnu.org>
3510
3511 * menu-bar.el (menu-bar-search-documentation-menu):
3512 Use `apropos-user-option' and fix the help message.
3513
3514 2013-01-07 Bastien Guerry <bzg@gnu.org>
3515
3516 * apropos.el (apropos-do-all): Update docstring.
3517 (apropos-user-option-button): New face.
3518 (apropos-user-option): Rename from `apropos-variable' and update
3519 docstring.
3520 (apropos-variable): Rewrite, now show all variables by default.
3521 (apropos-print): Mention "User option" instead of "Variable" when
3522 printing doc for user options. (Bug#13276)
3523
3524 2013-01-07 JĂ¼rgen Hötzel <juergen@archlinux.org>
3525
3526 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3527 Handle filename correctly, when parsing "source -> target" symlink
3528 output.
3529 (tramp-adb-handle-set-file-times): New defun.
3530
3531 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
3534 advice list when the interactive-spec of ad-Advice-* changes.
3535
3536 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
3537
3538 * wid-edit.el (widget-default-get): Work for inlined elements.
3539 (Bug#12670)
3540
3541 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
3542
3543 * net/tramp.el (tramp-default-host-alist): New defcustom.
3544 (tramp-find-host): Use it.
3545 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
3546 `eshell-directory-change-hook'.
3547
3548 * net/tramp-adb.el (top): Add adb specific entry in
3549 `tramp-default-host-alist'.
3550 (tramp-adb-file-name-host): Remove function.
3551 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3552 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
3553
3554 * net/tramp-sh.el: Move eshell integration code to tramp.el.
3555
3556 2013-01-06 JĂ¼rgen Hötzel <juergen@archlinux.org>
3557
3558 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
3559
3560 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
3561
3562 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
3563 consist of more than one digit.
3564 (tramp-adb-file-name-handler-alist):
3565 Use `tramp-handle-file-exists-p' consistently.
3566 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
3567 (tramp-adb-handle-file-exists-p): Remove function.
3568 (tramp-adb-file-name-host): New defun.
3569 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
3570 Use it.
3571 (tramp-adb-maybe-open-connection): Set "remote-path" property.
3572
3573 2013-01-06 Chong Yidong <cyd@gnu.org>
3574
3575 * vc/vc.el (vc-next-action): Detect buffer modifications
3576 conflicting with locking VCS operation (Bug#11490).
3577
3578 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
3579
3580 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
3581
3582 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
3583 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
3584
3585 2013-01-05 JĂ¼rgen Hötzel <juergen@archlinux.org>
3586
3587 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
3588 parsing of ls output using regular expression (handle filenames
3589 with spaces). Use virtual device number.
3590 (tramp-do-parse-file-attributes-with-ls): New defun (Code
3591 cleanup).
3592
3593 2013-01-04 Daiki Ueno <ueno@gnu.org>
3594
3595 * epg.el: Silence byte-compiler warnings.
3596 (epg--start): Use delete-char instead of delete-backward-char.
3597 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
3598
3599 2013-01-04 Daiki Ueno <ueno@gnu.org>
3600
3601 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
3602 Suggested by Eli Zaretskii <eliz@gnu.org>.
3603
3604 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
3605
3606 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
3607 non-negative integers. Otherwise, the default values are used.
3608 (tramp-convert-file-attributes): Convert uid and gid to integers.
3609
3610 2013-01-04 Glenn Morris <rgm@gnu.org>
3611
3612 * term.el (term-handle-colors-array): Ensure face attributes
3613 are fully specified, not nil. (Bug#13337)
3614
3615 * term.el (term-default-fg-color, term-default-bg-color):
3616 Fix custom type.
3617
3618 * progmodes/etags.el (tags-compression-info-list): Doc fix.
3619 (tag-find-file-of-tag-noselect): Check auto-compression-mode
3620 rather than 'jka-compr being loaded. (Bug#13338)
3621
3622 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
3623
3624 * icomplete.el (icomplete-completions):
3625 Honor icomplete-prospects-height once more following
3626 2012-11-29 changes. (Bug#13224)
3627
3628 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * subr.el (internal--called-interactively-p--get-frame): Find aliases
3631 of called-interactively-p as well (bug#13237).
3632
3633 * view.el (view--enable, view--disable): Rename from view-mode-enable
3634 and view-mode-disable and assume it's called from view-mode.
3635 (view-mode-enable, view-mode-disable): Redefine as obsolete
3636 compatibility layer above view-mode.
3637 (view-mode-enter): Call `view-mode'.
3638
3639 * files.el (after-find-file): Call `view-mode'.
3640
3641 * doc-view.el (doc-view-scale-internally): New var.
3642 (doc-view-enlarge, doc-view-insert-image): Obey it.
3643
3644 2013-01-03 Daiki Ueno <ueno@gnu.org>
3645
3646 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
3647 exist. (Bug#13344)
3648
3649 2013-01-03 Glenn Morris <rgm@gnu.org>
3650
3651 * mail/rmail.el (rmail-set-header-1): Ignore case.
3652 Handle multi-line headers. (Bug#13330)
3653
3654 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
3655 Handle paragraph starting at beginning of buffer.
3656
3657 * subr.el (eval-after-load): Don't purecopy the form, so that it
3658 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
3659
3660 * emacs-lisp/byte-run.el (defun): Place cl declarations
3661 after any interactive spec. (Bug#13265)
3662
3663 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3664
3665 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
3666 defun. Don't check for DECL if DOCSTRING isn't a string.
3667 (defun): Likewise.
3668
3669 2013-01-02 Glenn Morris <rgm@gnu.org>
3670
3671 * eshell/em-cmpl.el (eshell-pcomplete):
3672 More thoroughly imitate pcomplete. (Bug#13293)
3673
3674 * files.el (parse-colon-path): Doc fix. (Bug#12351)
3675 Return nil for empty path elements. (Bug#13296)
3676
3677 2013-01-02 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3678
3679 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
3680 order to improve efficiency (Based on Daniel Colascione's
3681 <dancol@dancol.org> patch). (Bug#13182)
3682
3683 2013-01-02 Glenn Morris <rgm@gnu.org>
3684
3685 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
3686
3687 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
3688
3689 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
3690 neither DOCSTRING nor DECL was given. (Bug#13316)
3691
3692 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
3693
3694 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
3695 `error' call.
3696 (tramp-do-copy-or-rename-file): Ignore errors when calling
3697 `set-file-extended-attributes'.
3698
3699 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3700 Add handler for `file-acl'.
3701 (tramp-smb-handle-file-acl): New defun.
3702
3703 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
3704
3705 * calc/README: Mention ISO 8601 week-numbering dates.
3706
3707 2013-01-01 Martin Rudalics <rudalics@gmx.at>
3708
3709 * view.el (view-mode-enable): New argument run-view-mode-hook.
3710 Run view-mode-hook only when it's non-nil (Bug#13315).
3711 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
3712 argument t.
3713
3714 2012-12-31 JĂ¼rgen Hötzel <juergen@archlinux.org>
3715
3716 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
3717 (No device connected, invalid device name). (Bug #13299)
3718
3719 2012-12-31 Martin Rudalics <rudalics@gmx.at>
3720
3721 * window.el (window-resizable--p): Rename to window-resizable-p.
3722 (window-resize-no-error): New function.
3723
3724 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
3725 broken in fix from 2012-12-28.
3726
3727 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
3728
3729 * subr.el (special-form-p): Don't signal errors on undef aliases.
3730
3731 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
3732
3733 * calc/calc-forms.el (math-parse-date): Try using
3734 `math-parse-iso-date' when it looks like it might be needed.
3735 Allow times of 24:00.
3736 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
3737 of 24:00.
3738
3739 2012-12-30 Glenn Morris <rgm@gnu.org>
3740
3741 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
3742 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
3743 (rmail-summary-displayed, rmail-summary): Declare.
3744 (mairix-rmail-display): Just require rmail.
3745
3746 2012-12-30 Chong Yidong <cyd@gnu.org>
3747
3748 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
3749 check for the tarball contents.
3750
3751 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
3752
3753 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
3754 tarfile content listings (Bug#13136).
3755
3756 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
3757
3758 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3759 Insert the undecoded text of the message being forwarded. (Bug#9521)
3760
3761 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
3762
3763 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
3764 integers, if they are real numbers. (Bug#13282)
3765
3766 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
3767 Return `t' on success.
3768
3769 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3770 Add handler for `set-file-selinux-context'.
3771
3772 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
3773
3774 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
3775 (tramp-sh-handle-set-file-acl): Return `t' on success.
3776
3777 2012-12-29 Eli Zaretskii <eliz@gnu.org>
3778
3779 * files.el (backup-buffer-copy, basic-save-buffer-2):
3780 If set-file-extended-attributes fails, fall back on set-file-modes
3781 instead of signaling an error. (Bug#13298)
3782 (basic-save-buffer): Likewise.
3783
3784 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3785
3786 * progmodes/python.el: Support other commands triggering
3787 python-indent-line so indentation cycling continues to work.
3788 (python-indent-trigger-commands): New defcustom.
3789 (python-indent-line): Use it.
3790
3791 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3792
3793 * progmodes/python.el (python-shell-send-region): Add blank lines
3794 for non sent code so backtraces remain correct.
3795
3796 2012-12-29 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
3797
3798 * progmodes/python.el: Remove cl dependency.
3799 (python-syntax-count-quotes): Replace incf call.
3800 (python-fill-string): Replace setf call.
3801
3802 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
3803
3804 * info.el (info-other-window): New arg, for consistency with info.
3805
3806 2012-12-28 Martin Rudalics <rudalics@gmx.at>
3807
3808 * mail/rmail.el (rmail-maybe-display-summary):
3809 Rewrite (Bug#13066).
3810
3811 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
3812
3813 * epg.el (epg--start): Modify process-environment locally.
3814
3815 2012-12-28 Daiki Ueno <ueno@gnu.org>
3816
3817 * epg.el: Support pinentry-curses.
3818 Suggested by Werner Koch in
3819 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
3820 (epg-agent-file, epg-agent-mtime): New variable.
3821 (epg--start): Record the modified time of gpg-agent socket file,
3822 to restore Emacs frame after pinentry-curses termination.
3823 (epg-wait-for-completion): Restore Emacs frame here.
3824
3825 2012-12-27 Juri Linkov <juri@jurta.org>
3826
3827 * info.el (Info-file-completions): New variable.
3828 (Info-read-node-name-1): Complete node names in the Info file
3829 when a file name is given. Call `Info-build-node-completions'
3830 with a file name.
3831 (Info-build-node-completions): Add new arg `file'. When it is
3832 non-nil, visit it in a temporary buffer and cache its completions in
3833 `Info-current-file-completions'. Move most of the function body to
3834 `Info-build-node-completions-1'.
3835 (Info-build-node-completions-1): New function with the body from
3836 `Info-build-node-completions'. (Bug#12456)
3837
3838 2012-12-27 Juri Linkov <juri@jurta.org>
3839
3840 * frame.el (frame-maximization-style): Remove user option.
3841 (cycle-frame-maximized): Remove function.
3842 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
3843 (toggle-frame-fullscreen): New command bound to <f11> instead of
3844 `toggle-frame-maximized'.
3845 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
3846
3847 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
3848
3849 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
3850
3851 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3852 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3853 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3854 for `file-accessible-directory-p'. (Bug#13275)
3855
3856 2012-12-27 Sam Steingold <sds@gnu.org>
3857
3858 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
3859 continuations, see <http://stackoverflow.com/questions/3582436>.
3860
3861 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
3862
3863 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
3864 "module" and "def" to have indentation before them.
3865 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
3866
3867 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
3868
3869 2012-12-27 Alan Mackenzie <acm@muc.de>
3870
3871 Speed up fontification where there's large brace blocks.
3872 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
3873 to a call of c-beginning-of-decl-1.
3874
3875 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
3876
3877 * comint.el (comint-adjust-window-point): New function.
3878 (comint-postoutput-scroll-to-bottom):
3879 Call comint-adjust-window-point (Bug#13248).
3880
3881 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
3882
3883 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
3884 Rakefile regexp.
3885 (auto-mode-alist): Associate .gemspec files with ruby-mode
3886 (https://bugs.ruby-lang.org/issues/5453).
3887
3888 2012-12-26 JĂ¼rgen Hötzel <juergen@archlinux.org>
3889
3890 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
3891 Suppress coloring, if possible (required for BusyBox based systems like
3892 CyanogenMod).
3893 (tramp-adb-handle-file-attributes)
3894 (tramp-adb-handle-insert-directory)
3895 (tramp-adb-handle-file-name-all-completions): Use it.
3896 (tramp-adb-get-toolbox): New defun. Check for remote shell
3897 implementation (BusyBox or Toolbox).
3898
3899 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
3900
3901 * startup.el (initial-buffer-choice): Allow function as value
3902 (Bug#13251).
3903 (command-line-1): Handle case where initial-buffer-choice
3904 specifies a function.
3905 * server.el (server-execute): Handle case where
3906 initial-buffer-choice specifies a function.
3907
3908 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3909
3910 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
3911 its own function.
3912 (smtpmail-try-auth-methods): Forget the user name/password if the
3913 login is unsuccessful (bug#12424).
3914
3915 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
3916
3917 * notifications.el (notifications-notify): Protect body with
3918 `with-demoted-errors'.
3919
3920 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3921 Check properties of remote device. Restart connection, if there is a
3922 change.
3923
3924 2012-12-21 Chong Yidong <cyd@gnu.org>
3925
3926 * sort.el (sort-subr): Doc fix (Bug#13056).
3927
3928 2012-12-21 Bastien Guerry <bzg@gnu.org>
3929
3930 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
3931
3932 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
3933
3934 * simple.el (process-file): Overwrite stderr file, if exists.
3935
3936 2012-12-21 Daiki Ueno <ueno@gnu.org>
3937
3938 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
3939 (epg-error): Set `error-message' property.
3940
3941 2012-12-21 Chong Yidong <cyd@gnu.org>
3942
3943 * international/mule-cmds.el (read-char-by-name): Signal an error
3944 if the user does not supply a valid character (Bug#13177).
3945
3946 * simple.el (transpose-subr-1): Preserve marker positions by
3947 changing the insertion sequence (Bug#13122).
3948
3949 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
3950
3951 * simple.el (kill-region): Deactivate mark even for empty regions
3952 (Bug#13169).
3953
3954 2012-12-21 Chong Yidong <cyd@gnu.org>
3955
3956 * help-fns.el (describe-variable): Make sure we get the right
3957 buffer name (Bug#13105). Suggested by Kelly Dean.
3958
3959 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
3960
3961 * comint.el (comint-redirect-previous-input-string): New variable.
3962 (comint-redirect-setup, comint-redirect-cleanup)
3963 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
3964 (comint-redirect-preoutput-filter): Fix verbose message.
3965
3966 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
3967
3968 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
3969 is too long for Tramp. See discussion in
3970 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
3971
3972 * progmodes/compile.el (compilation-start): Remove line escape
3973 template.
3974
3975 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
3976
3977 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
3978 Adjust comment.
3979
3980 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
3981
3982 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3983 following non-comment text (bug#13207).
3984 (lm-header-multiline): Continuation lines need to be indented more than
3985 the first line.
3986 (lm-homepage): New function.
3987 (lm-with-file): Don't be confused if narrowing is in effect.
3988
3989 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3992 very beginning of a hunk (e.g. killing the first line).
3993
3994 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
3995
3996 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3997 and text properties from returned ACL string.
3998 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3999 for "setfacl" command.
4000
4001 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
4002
4003 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
4004 `tramp-cleanup-this-connection', when the process has died.
4005 (Bug#13151)
4006
4007 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
4010
4011 2012-12-17 Kevin Ryde <user42@zip.com.au>
4012
4013 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
4014
4015 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
4016
4017 Add support for preserving ACL entries of files.
4018
4019 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
4020 `set-file-acl' handlers.
4021
4022 * net/tramp-adb.el (tramp-adb-handle-copy-file):
4023 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4024
4025 * net/tramp-compat.el (tramp-compat-copy-file):
4026 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4027
4028 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4029 Add `file-acl' and `set-file-acl' handlers.
4030 (tramp-gvfs-handle-copy-file):
4031 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4032 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
4033 New defuns.
4034
4035 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4036 Add `file-acl' and `set-file-acl' handlers.
4037 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
4038 (tramp-sh-handle-set-file-acl): New defuns.
4039 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
4040 Handle PRESERVE-EXTENDED-ATTRIBUTES.
4041
4042 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4043 Add `file-acl' and `set-file-acl' handlers.
4044 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
4045
4046 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4047
4048 * help-macro.el (make-help-screen): Instead of switch-to-buffer
4049 use pop-to-buffer with NORECORD argument t. As buffer name, use
4050 *Metahelp* with a leading space (Bug#13190).
4051
4052 2012-12-16 Romain Francoise <romain@orebokech.com>
4053
4054 * files.el (file-extended-attributes)
4055 (set-file-extended-attributes): New functions.
4056 (backup-buffer): Use them to handle both SELinux context and ACL
4057 entries.
4058 (backup-buffer-copy): Work with an alist of extended attributes,
4059 rather than an SELinux context.
4060 (basic-save-buffer-2): Ditto.
4061
4062 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
4063
4064 * battery.el (battery-bsd-apm): New function.
4065
4066 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
4067
4068 * calc/calc.el (calc-standard-date-formats): Adjust one of the
4069 standard date formats.
4070
4071 2012-12-15 Juri Linkov <juri@jurta.org>
4072
4073 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
4074 `isearch-insert-char-by-name'.
4075 (with-isearch-suspended): New defmacro with body mostly from
4076 `isearch-edit-string' except the part that sets
4077 `isearch-new-string' and `isearch-new-message'.
4078 (isearch-edit-string): Use new macro `with-isearch-suspended' with
4079 body that sets `isearch-new-string' and `isearch-new-message'.
4080 (isearch-insert-char-by-name): New command.
4081 * international/mule-cmds.el (read-char-by-name): Let-bind
4082 `enable-recursive-minibuffers' to t.
4083 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
4084
4085 2012-12-15 Juri Linkov <juri@jurta.org>
4086
4087 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
4088 (Bug#13175)
4089
4090 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
4091
4092 * dired-x.el (dired-guess-shell-command): Put colon at the end of
4093 the prompt. (Bug#13045)
4094
4095 2012-12-14 Glenn Morris <rgm@gnu.org>
4096
4097 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
4098 Try to include filename in non-bytecomp warning. (Bug#13132)
4099
4100 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
4101
4102 Fix permissions bugs with setgid directories etc. (Bug#13125)
4103 * files.el (backup-buffer): Don't rely on 9th output of
4104 file-attributes, as it's now a placeholder. Instead, use the new
4105 optional arg of file-ownership-preserved-p.
4106 (file-ownership-preserved-p): New optional arg GROUP.
4107 Fix mishandling of setuid directories that would cause this
4108 function to return t when it should have returned nil.
4109 Document what happens if the file does not exist, and when
4110 it's not known whether the ownership will be preserved.
4111 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
4112 Likewise.
4113 (tramp-get-local-gid): Use group-gid for integer, as that's
4114 faster and more reliable.
4115
4116 2012-12-14 Julien Danjou <julien@danjou.info>
4117
4118 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
4119 Update keywords list, data type and PL/pgSQL.
4120
4121 2012-12-14 Dave Abrahams <dave@boostpro.com>
4122
4123 * vc/ediff-util.el (ediff-buffer-type): New function.
4124 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
4125 rather than taking it as as argument.
4126 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
4127
4128 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
4129
4130 * json.el: Add pretty-print option (bug#12634).
4131 (json-encoding-separator, json-encoding-default-indentation)
4132 (json--encoding-current-indentation, json-encoding-pretty-print)
4133 (json-encoding-lisp-style-closings): New vars.
4134 (json--with-indentation): New macro.
4135 (json-encode-hash-table, json-encode-alist, json-encode-plist)
4136 (json-encode-array): Use it to obey json-encoding-pretty-print.
4137 (json-pretty-print-buffer, json-pretty-print): New commands.
4138
4139 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
4140
4141 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4142 Extract `ruby-syntax-propertize-expansions'.
4143 (ruby-syntax-propertize-expansions): Only change syntax on
4144 certain string delimiters, to punctuation. This way the common
4145 functions like forward-word and thing-at-point still work.
4146 (ruby-match-expression-expansion): Improve readability.
4147 (ruby-block-contains-point): New function.
4148 (ruby-add-log-current-method): Handle several edge cases.
4149
4150 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4151
4152 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
4153 unload-feature finishes even when aborting an ongoing edebug session.
4154 Also, do not worry about edebug-mode, unload-feature takes care of it.
4155
4156 2012-12-13 Andreas Schwab <schwab@suse.de>
4157
4158 * net/tls.el (tls-program): Update customize type.
4159
4160 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
4161
4162 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
4163 (edebug-setup-hook, cl-read-load-hooks): Use it.
4164 (edebug-unload-function): New function. (Bug#13163)
4165
4166 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
4167
4168 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
4169 Otherwise, there could be errors in autoloading. (Bug#13151)
4170
4171 2012-12-13 JĂ¼rgen Hötzel <juergen@archlinux.org>
4172
4173 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
4174 sequences.
4175
4176 2012-12-13 Alan Mackenzie <acm@muc.de>
4177
4178 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
4179 * progmodes/cc-engine.el (c-backward-comments): Add code to work
4180 around `forward-comment' not recognizing ^M as whitespace.
4181
4182 2012-12-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4183
4184 * progmodes/python.el (python-skeleton-class)
4185 (python-skeleton-def): Do not add space after defun name.
4186
4187 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4188
4189 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
4190 (cl--symbol-function): Remove (now that funbound is like nil).
4191
4192 2012-12-12 Glenn Morris <rgm@gnu.org>
4193
4194 * button.el (button--area-button-p): Fix typo.
4195
4196 2012-12-12 Sam Steingold <sds@gnu.org>
4197
4198 * frame.el (frame-maximization-style): New user option.
4199 (toggle-frame-maximized): Toggle frame maximization according to
4200 `frame-maximization-style', bound to <f11>.
4201 (cycle-frame-maximized): Cycle between all maximization styles and
4202 non-maximized frame, bound to shift-<f11>.
4203
4204 2012-12-12 David Cadé <codename68@gmail.com>
4205
4206 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
4207
4208 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
4209
4210 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
4211 (eieio-override-prin1): Don't quote kewords and booleans.
4212 (object-write) <eieio-default-superclass>: Don't put closing parens
4213 on new line, avoid needless empty lines, align values that are objects
4214 with the slot keyword (instead of beginning on the same line).
4215 (eieio-list-prin1): Align value with slot keyword; increase
4216 eieio-print-depth before printing members of the list.
4217
4218 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
4221 a display text-property.
4222 (report-emacs-bug-hook): Don't bother deleting it any more.
4223
4224 * hilit-chg.el (highlight-save-buffer-state): Delete.
4225 Use with-silent-modifications instead.
4226 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
4227
4228 * button.el: Handle buttons in display text-properties.
4229 (button--area-button-p, button--area-button-string):
4230 Use (STRING . STRING-POS) representation instead of just STRING.
4231
4232 2012-12-11 Eli Zaretskii <eliz@gnu.org>
4233
4234 * makefile.w32-in (compile4-SH): Fix a typo that caused term
4235 subdirectory be skipped.
4236
4237 2012-12-11 Glenn Morris <rgm@gnu.org>
4238
4239 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
4240
4241 * progmodes/f90.el (f90-line-continued, f90-indent-region):
4242 Treat preprocessor lines embedded in continuations like comments.
4243 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
4244
4245 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
4246
4247 * calc/calc.el (calc-standard-date-formats): Add more date
4248 formats.
4249 * calc/calc-forms.el (math-parse-iso-date): New function.
4250 (math-parse-date): Use `math-parse-iso-date' when appropriate.
4251 (math-parse-iso-date-validate): Add extra error checking.
4252 (calc-date-notation): Add ability to access new date formats.
4253
4254 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
4257 font-lock as well as when there's no text-property.
4258
4259 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
4260
4261 * hi-lock.el: Refine the choice of default face.
4262 (hi-lock-keyword->face): New function. Use it wherever we used
4263 cadadadr instead.
4264 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
4265 (hi-lock--last-face): Remove var.
4266 (hi-lock--unused-faces): New var to replace it.
4267 (hi-lock-read-face-name): Use/maintain it.
4268 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
4269 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
4270 if it has another face.
4271
4272 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4273
4274 * subr.el (w32notify-handle-event): New function.
4275 (inotify-handle-event): Doc fix.
4276
4277 2012-12-10 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
4278
4279 * subr.el (inotify-event-p, inotify-handle-event): New functions.
4280
4281 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
4282
4283 * simple.el (just-one-space): Doc fix.
4284
4285 2012-12-10 Eli Zaretskii <eliz@gnu.org>
4286
4287 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
4288
4289 2012-12-10 Le Wang <l26wang@gmail.com>
4290
4291 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
4292 narrowed buffer (bug#12361).
4293
4294 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
4295
4296 * vc/vc-hooks.el (vc-state): Doc fix.
4297
4298 2012-12-10 Glenn Morris <rgm@gnu.org>
4299
4300 * mail/rmail.el (rmail-maybe-display-summary):
4301 Preserve buffer, in case select-window changes it. (Bug#13066)
4302
4303 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
4306 cl-load-hook where they belong.
4307
4308 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
4311
4312 2012-12-09 Eli Zaretskii <eliz@gnu.org>
4313
4314 Parallelize byte compilation on MS-Windows.
4315 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
4316 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
4317 (WINS_BASIC): Define as concatenation of the above.
4318 (compile): Subdivide into 4 separate and independent jobs that can
4319 be run in parallel.
4320 (compile0-CMD, compile0-SH): New targets for compiling
4321 COMPILE_FIRST files, which are prerequisites for the rest of the
4322 byte-compilation.
4323 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
4324 New targets for parallel compilation with cmd.exe.
4325 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
4326 compiling under a Unixy shell.
4327
4328 2012-12-09 Chong Yidong <cyd@gnu.org>
4329
4330 * simple.el (set-mark-default-inactive): Delete this
4331 accidentally-introduced option.
4332 (set-mark-command, exchange-point-and-mark): Remove calls.
4333
4334 2012-12-09 Glenn Morris <rgm@gnu.org>
4335
4336 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
4337 Respect a defcustom's :set function, if appropriate. (Bug#109)
4338 (eval-defun): Doc fix.
4339
4340 2012-12-08 Juri Linkov <juri@jurta.org>
4341
4342 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
4343 (Info-fontify-node, Info-bookmark-make-record): Remove the
4344 file extension from Info-current-file (Bug#13016).
4345
4346 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
4349 point, still provide some default.
4350 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
4351 names, since we don't use it right now. Actually return the list.
4352 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
4353
4354 2012-12-07 Chong Yidong <cyd@gnu.org>
4355
4356 * novice.el (disabled-command-function): Remove a spurious help
4357 xref (Bug#13043). Suggested by Kelly Dean.
4358
4359 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
4360 syntax is specified (Bug#13025).
4361
4362 * info.el (Info-set-mode-line): Remove the file extension from
4363 Info-current-file if there is one (Bug#13016).
4364
4365 2012-12-07 Glenn Morris <rgm@gnu.org>
4366
4367 * mail/rmail.el (rmail-mime-decoded): New permanent local.
4368 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
4369 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
4370 and rmail-mime-decoded. (Bug#9841)
4371
4372 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
4373 (batch-unrmail, unrmail): Doc fixes.
4374 (unrmail): Respect unrmail-mbox-format.
4375 * mail/rmail.el (rmail-mbox-format): New option.
4376 (rmail-show-message-1): Respect rmail-mbox-format.
4377
4378 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
4381
4382 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4383
4384 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4385 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
4386 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
4387 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
4388 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
4389 (cl-progv): Don't rely on dynamic scoping to find the body.
4390 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
4391 (cl--proclaims-deferred): Rename from the "cl-" prefix.
4392 (cl-declaim): Use backquotes.
4393 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
4394 Use "cl--" prefix for the object's tag.
4395
4396 * ses.el: Use advice-add/remove.
4397 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
4398 (copy-region-as-kill, yank): Use advice-add.
4399 (ses-unload-function): Use advice-remove.
4400
4401 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
4402
4403 * button.el: Make them work in header-lines (bug#12817).
4404 (button-map): Add bindings for header-line and mode-line use.
4405 (button-get, button-put, button-label): `button' may now be a string.
4406 (button-activate): Don't make it a defsubst.
4407 (button--area-button-p, button--area-button-string): New functions.
4408 (make-text-button): Fix the return value when `beg' was a string.
4409 (push-button): Handle the mode-line case.
4410
4411 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
4414 (sql-signum): Remove. Use `cl-signum' instead.
4415 (sql-read-passwd): Remove; use read-passwd instread.
4416 (sql-get-login-ext): Use read-string.
4417 (sql-get-login): Use dolist and pcase.
4418 (sql--completion-table): Rename from sql-try-completion.
4419 Use complete-with-action.
4420 (sql-mode): Don't change abbrev-all-caps globally.
4421 (sql-connect): Don't rely on dynamic scoping for `new-name'.
4422 (sql-postgres-completion-object): Initialize vars in their `let'.
4423 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
4424 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
4425 (sql-comint-interbase): Use a single append, without setq.
4426 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
4427
4428 * hi-lock.el: Rework the default face and the serialize regexp code.
4429 (hi-lock--auto-select-face-defaults): Remove.
4430 (hi-lock-string-serialize-serial): Remove.
4431 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
4432 make weak.
4433 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
4434 equal string.
4435 (hi-lock-set-pattern): Adjust accordingly.
4436 (hi-lock--regexps-at-point): Simplify accordingly.
4437 (hi-lock--auto-select-face-defaults): Remove.
4438 (hi-lock--last-face): New var to replace it.
4439 (hi-lock-read-face-name): Rewrite (bug#11095).
4440 (hi-lock-unface-buffer): Arrange for the face to be the next default.
4441
4442 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
4443
4444 * net/tramp.el (tramp-replace-environment-variables):
4445 Hide compiler warning.
4446 (tramp-file-name-for-operation): Remove `executable-find',
4447 `start-process', `call-process' and `call-process-region'.
4448
4449 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
4450
4451 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
4452 compatibility.
4453
4454 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
4455
4456 2012-12-06 Chong Yidong <cyd@gnu.org>
4457
4458 * ffap.el (ffap-replace-file-component): Fix typo.
4459
4460 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
4463 fix open-paren-like token test (bug#12785).
4464
4465 2012-12-06 Glenn Morris <rgm@gnu.org>
4466
4467 * mail/rmailsum.el (rmail-new-summary): Tweak for
4468 rmail-maybe-display-summary changing buffer. (Bug#13066)
4469
4470 2012-12-06 Juri Linkov <juri@jurta.org>
4471
4472 * info.el (Info-fontify-node): Don't hide the last newline.
4473 (Bug#12272)
4474
4475 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
4476
4477 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
4478 so as to enable message-read-from-minibuffer to expand mail aliases.
4479
4480 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
4483 the `intangible' property.
4484 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
4485
4486 2012-12-05 Deniz Dogan <deniz@dogan.se>
4487
4488 * net/rcirc.el (rcirc-urls): Update documentation.
4489 (rcirc-condition-filter): New function.
4490 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
4491 and exclude consecutive duplicate URLs (Bug#6082).
4492
4493 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
4494
4495 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4496 Check return code of copy command.
4497
4498 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
4499 Use group `tramp'. Add version.
4500
4501 2012-12-05 Chong Yidong <cyd@gnu.org>
4502
4503 * ffap.el (ffap-url-regexp): Don't require matching at front of
4504 string (Bug#4952).
4505 (ffap-url-p): If only a substring matches, return that.
4506 (ffap-url-at-point): Use the return value of ffap-url-p.
4507 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
4508 (find-file-at-point, dired-at-point, dired-at-point-prompter)
4509 (ffap-guess-file-name-at-point): Likewise.
4510 (ffap-replace-file-component): Fix typo.
4511
4512 * info.el (info-display-manual): Add existing Info buffers, whose
4513 files may not be in Info-directory-list, to the completion.
4514 (info--manual-names): New helper function.
4515
4516 2012-12-05 Glenn Morris <rgm@gnu.org>
4517
4518 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
4519 New functions, for detecting and resolving conflicts. (Bug#10709)
4520
4521 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
4522
4523 * hi-lock.el (hi-lock-auto-select-face): New user variable.
4524 (hi-lock-auto-select-face-defaults): New buffer local variable.
4525 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
4526 (hi-lock-unface-buffer): Prompt user with useful defaults.
4527 With prefix arg, unhighlight all hi-lock patterns in buffer.
4528
4529 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
4532
4533 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
4534
4535 * Makefile.in (TRAMP_SRC):
4536 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
4537
4538 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
4539
4540 * net/tramp-adb.el: New package.
4541
4542 2012-12-04 Chong Yidong <cyd@gnu.org>
4543
4544 * terminal.el: Move to obsolete/.
4545
4546 * longlines.el: Move to obsolete/.
4547
4548 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4549 Remove code referring to longlines mode.
4550
4551 2012-12-03 Juri Linkov <juri@jurta.org>
4552
4553 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
4554
4555 2012-12-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
4556
4557 * textmodes/ispell.el (ispell-init-process)
4558 (ispell-start-process, ispell-internal-change-dictionary):
4559 Make sure personal dictionary name is expanded after initial
4560 `default-directory' value. Use expanded strings for
4561 keep/restart checks and for value (Bug#13019).
4562
4563 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4564
4565 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
4566
4567 2012-12-03 Leo Liu <sdl.web@gmail.com>
4568
4569 * files.el (dir-locals-read-from-file): Check file non-empty
4570 before reading. (Bug#13038)
4571
4572 2012-12-03 Glenn Morris <rgm@gnu.org>
4573
4574 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4575 Remove any version extension before checking filename. (Bug#13006)
4576 (jka-compr-compression-info-list): Belated :version bump.
4577
4578 2012-12-03 Chong Yidong <cyd@gnu.org>
4579
4580 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
4581
4582 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
4583 (buffer-menu): Doc fix (Bug#12294).
4584
4585 2012-12-03 Roland Winkler <winkler@gnu.org>
4586
4587 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
4588 of diary-show-all-entries in the diary buffer (Bug#12994).
4589
4590 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
4591
4592 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
4593 "<STDIN>". This is binary safe.
4594
4595 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
4596
4597 * calc/calc-forms.el (math-absolute-from-iso-dt)
4598 (math-date-to-iso-dt, math-parse-iso-date-validate)
4599 (math-iso-dt-to-date): New functions.
4600 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
4601 (math-fd-isoweekday): New variables.
4602 (calc-date-notation, math-parse-standard-date, math-format-date)
4603 (math-format-date-part): Add support for more formatting codes.
4604
4605 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
4606
4607 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
4608 current buffer's file name when called interactively (Bug#12488).
4609
4610 2012-12-02 Juri Linkov <juri@jurta.org>
4611
4612 * info.el (info-display-manual): Don't clobber an existing Info
4613 buffer (Bug#10770). Add completion (Bug#10771).
4614
4615 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
4616
4617 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
4618 before using it for comparison (Bug#5297).
4619
4620 2012-12-01 Jari Aalto <jari.aalto@cante.net>
4621
4622 * textmodes/css-mode.el (css-current-defun-name): New function.
4623 (css-mode): Use it.
4624
4625 * textmodes/sgml-mode.el (html-current-defun-name): New function.
4626 (html-mode): Use it.
4627
4628 2012-12-01 Chong Yidong <cyd@gnu.org>
4629
4630 Modularize add-log-current-defun (Bug#2224).
4631 Suggested by Jari Aalto.
4632
4633 * vc/add-log.el (add-log-current-defun-function): Doc fix.
4634 (add-log-current-defun): Move mode-specific code to other files.
4635 (add-log-lisp-like-modes, add-log-c-like-modes)
4636 (add-log-tex-like-modes): Variables deleted.
4637
4638 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
4639 (lisp-mode-variables): Use it.
4640
4641 * progmodes/cc-mode.el (c-common-init):
4642 * progmodes/cperl-mode.el (cperl-mode): Set a value for
4643 add-log-current-defun-function.
4644
4645 * progmodes/m4-mode.el (m4-current-defun-name): New function.
4646 (m4-mode): Use it.
4647
4648 * progmodes/perl-mode.el (perl-current-defun-name): New.
4649 (perl-mode): Use it.
4650
4651 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
4652 Use lisp-current-defun-name.
4653
4654 * textmodes/tex-mode.el (tex-current-defun-name): New.
4655 (tex-common-initialization): Use it.
4656
4657 * textmodes/texinfo.el (texinfo-current-defun-name): New.
4658 (texinfo-mode): Use it.
4659
4660 2012-12-01 Chong Yidong <cyd@gnu.org>
4661
4662 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
4663 * progmodes/autoconf.el (autoconf-mode):
4664 * progmodes/js.el (js-mode):
4665 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
4666 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
4667 * progmodes/perl-mode.el (perl-mode):
4668 * progmodes/sh-script.el (sh-mode, sh-set-shell):
4669 * textmodes/css-mode.el (css-mode):
4670 * textmodes/sgml-mode.el (html-mode, sgml-mode)
4671 (sgml-tags-invisible, sgml-guess-indent):
4672 * textmodes/tex-mode.el (tex-common-initialization)
4673 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
4674 (doctex-mode, plain-tex-mode, latex-mode):
4675 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
4676
4677 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
4678
4679 * vc/vc-hg.el (vc-hg-next-revision):
4680 Ensure use of default "tip" output format. (Bug#6968)
4681
4682 2012-12-01 Kim F. Storm <storm@cua.dk>
4683
4684 * startup.el (fancy-startup-tail): Add a clickable link
4685 (Bug#2176).
4686
4687 2012-12-01 Chong Yidong <cyd@gnu.org>
4688
4689 * startup.el (fancy-startup-tail): Improve the message about
4690 auto-save files (Bug#2176).
4691
4692 * files.el (recover-session): Improve the descriptive message, and
4693 use substitute-command-keys.
4694
4695 2012-12-01 Glenn Morris <rgm@gnu.org>
4696
4697 * ido.el (ido-file-internal):
4698 Handle other-window, other-frame for dired. (Bug#13036)
4699
4700 2012-11-30 Glenn Morris <rgm@gnu.org>
4701
4702 * icomplete.el (icomplete-separator): Fix :version.
4703
4704 2012-11-30 Chong Yidong <cyd@gnu.org>
4705
4706 * shell.el (shell): For C-u M-x shell, use an inactive shell
4707 buffer as the default (Bug#1975).
4708 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
4709 (shell-mode): Use them to reapply ansi colorization if Shell mode
4710 is re-enabled.
4711
4712 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
4713
4714 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
4715
4716 2012-11-30 Samuel Bronson <naesten@gmail.com>
4717
4718 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
4719 flag to xargs, for compatibility with BSD xargs (Bug#11703).
4720
4721 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4722
4723 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
4724 by move-to-column (Bug#3234).
4725
4726 2012-11-30 Chong Yidong <cyd@gnu.org>
4727
4728 * longlines.el (longlines-wrap-line, longlines-encode-region):
4729 Preserve text properties (Bug#1425).
4730
4731 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4732
4733 * vc/vc.el (vc-register): Allow registering a file which is
4734 already registered with a different backend (Bug#10589).
4735
4736 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
4737 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * icomplete.el: Change separator; add ido-style commands.
4740 (icomplete-show-key-bindings): Remove custom var.
4741 (icomplete-get-keys): Remove function.
4742 (icomplete-forward-completions, icomplete-backward-completions):
4743 New commands.
4744 (icomplete-minibuffer-map): New var.
4745 (icomplete-minibuffer-setup): Use it.
4746 (icomplete-exhibit): Don't delay if the list of completions is known.
4747 (icomplete-separator): New custom.
4748 (icomplete-completions): Use it.
4749 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
4750 (minibuffer-force-complete-and-exit): New command.
4751 (minibuffer--complete-and-exit): New function extracted from
4752 minibuffer-complete-and-exit.
4753 (minibuffer-complete-and-exit): Use it.
4754
4755 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
4756 error message when the file doesn't exist (bug#12974).
4757
4758 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
4759
4760 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
4761
4762 2012-11-29 Glenn Morris <rgm@gnu.org>
4763
4764 * files.el (hack-dir-local-variables): Warn if try to set
4765 coding via dir-locals, since it doesn't work. (Bug#7169)
4766
4767 Add desktop support for restoring vc-dir buffers. (Bug#10606)
4768 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
4769 Set buffer-local value of desktop-save-buffer.
4770 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
4771 New functions.
4772 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
4773 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
4774
4775 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
4776 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
4777 Doc fix.
4778 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
4779 Doc fixes.
4780
4781 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
4782
4783 * calc/calc-forms.el (calc-date-notation): Fix regexp
4784 used to find time codes. Fix symbol for seconds.
4785
4786 2012-11-27 Glenn Morris <rgm@gnu.org>
4787
4788 * emacs-lisp/derived.el (derived-mode-make-docstring):
4789 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
4790
4791 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * textmodes/table.el (table-insert): Don't use `symbol-name' on
4794 lexically scoped variables (bug#13005).
4795
4796 2012-11-27 Glenn Morris <rgm@gnu.org>
4797
4798 * vc/vc-hooks.el (vc-mistrust-permissions):
4799 Default to t, to avoid data-loss. (Bug#11490)
4800
4801 2012-11-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
4802
4803 * progmodes/python.el (python-indent-guess-indent-offset):
4804 If indentation is guessed make python-indent-offset buffer-local.
4805
4806 Fix Imenu regression.
4807 * progmodes/python.el (python-nav-beginning-of-defun):
4808 Fix forward movement when statement(s) separates point from defun.
4809 (python-imenu-prev-index-position): New function.
4810
4811 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4812
4813 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
4814
4815 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4816 Don't set buffer-file-type. Return nil. (Bug#12989)
4817
4818 2012-11-27 Glenn Morris <rgm@gnu.org>
4819
4820 * hippie-exp.el (hippie-expand-try-functions-list):
4821 Re-autoload it. (Bug#12982)
4822
4823 2012-11-27 Eli Zaretskii <eliz@gnu.org>
4824
4825 * descr-text.el (describe-char-padded-string):
4826 Call internal-char-font only on GUI frames. (Bug#11964)
4827
4828 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
4829
4830 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
4831 and obsoletion message.
4832
4833 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
4836 the constructs to keep outside of the `cl-block' (bug#12977).
4837
4838 2012-11-27 Chong Yidong <cyd@gnu.org>
4839
4840 * mouse.el (mouse-drag-line): Even if the line is not draggable,
4841 keep reading until we get the up-event anyway, in order to process
4842 the up-event for mouse-1-click-follows-link (Bug#12971).
4843
4844 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
4847 base function is not yet defined (bug#12965).
4848 (ad-activate-advised-definition): Use ad-compile-function.
4849 (ad-activate): Use cond.
4850
4851 2012-11-25 Leo Liu <sdl.web@gmail.com>
4852
4853 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
4854 (Bug#12979)
4855
4856 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4857
4858 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
4859 reftex-section-info-function in order to be compatible with
4860 Texinfo integration.
4861
4862 * textmodes/reftex.el (reftex-section-pre-regexp)
4863 (reftex-section-post-regexp, reftex-section-info-function):
4864 New variable.
4865 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
4866 reftex-section-post-regexp, and reftex-section-info-function in order
4867 to be compatible with Texinfo integration.
4868
4869 * textmodes/reftex-toc.el (reftex-toc-promote-action):
4870 use reftex-section-pre-regexp variable in order to be compatible with
4871 Texinfo integration.
4872
4873 2012-11-25 Chong Yidong <cyd@gnu.org>
4874
4875 * faces.el: Make face-spec-set more analogous to setq.
4876 (face-spec-set): Change the third arg to specify whether this
4877 function is being called via defface, customize, or a third party.
4878 Set the appropriate symbol properties. Clear the override spec if
4879 setting via Custom. Initialize face if necessary. (Bug#4988)
4880 (face-spec-recalc): Allow theme faces to completely replace the
4881 defface spec, in the same way as custom faces (Bug#8454).
4882
4883 * cus-face.el (custom-declare-face): Move face initialization to
4884 face-spec-set.
4885 (custom-theme-set-faces): Don't initialize the face name here, as
4886 that is now done in face-spec-set.
4887
4888 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
4889 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
4890 Simplify by using the new arg to face-spec-set.
4891
4892 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
4893 reset face-override-spec too, and use custom-declare-face.
4894
4895 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
4896
4897 * term/ns-win.el (ns-initialize-window-system): Move creation of
4898 fontsets here (Bug#11964).
4899
4900 2012-11-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
4901
4902 * ses.el (ses-rename-cell): Correct bug on mode-line update after
4903 cell renaming.
4904
4905 2012-11-24 Chong Yidong <cyd@gnu.org>
4906
4907 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
4908 obsolete.
4909
4910 * custom.el (custom-theme-set-variables): Use a topological sort
4911 for ordering by custom dependencies (Bug#12952).
4912 (custom--sort-vars, custom--sort-vars-1): New functions.
4913
4914 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
4917 lexical-binding (bug#12938).
4918
4919 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
4920
4921 * image-mode.el (image-transform-check-size): Use assertions only
4922 for images of type imagemagick.
4923
4924 Otherwise no error, image-transform-fit-to-{width,height} is
4925 silently ignored, as before. Doc fix.
4926
4927 2012-11-24 Chong Yidong <cyd@gnu.org>
4928
4929 * faces.el (color-defined-p): Doc fix (Bug#12853).
4930
4931 2012-11-24 Juri Linkov <juri@jurta.org>
4932
4933 * dired.el (dired-mark): Add optional arg `interactive'.
4934 Check for `use-region-p' if `interactive' is non-nil.
4935 (dired-unmark, dired-flag-file-deletion): Add optional arg
4936 `interactive'. Call `dired-mark' with the arg `interactive'.
4937 (Bug#10624)
4938
4939 * wdired.el: Revert 2012-10-17 change partly and replace it with
4940 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
4941 (wdired-finish-edit): Add marks for new file names to
4942 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
4943 after `revert-buffer'.
4944 (wdired-do-renames): Remove calls to `dired-remove-file',
4945 `dired-add-file', `dired-add-entry'. (Bug#11795)
4946
4947 2012-11-24 Alan Mackenzie <acm@muc.de>
4948
4949 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
4950
4951 Fix bugs in the state cache. Enhance a debugging mechanism.
4952 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
4953 "brace at column zero" strategy for C++.
4954 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
4955 (c-parse-state-point): New variable.
4956 (c-record-parse-state-state): Record old parse state with
4957 `copy-tree'. Record previous value of point.
4958 (c-debug-parse-state-double-cons): New debugging function.
4959 (c-debug-parse-state): Call the above new function.
4960 (c-toggle-parse-state-debug): Output a confirmatory message.
4961
4962 * progmodes/cc-mode.el (c-before-change, c-after-change):
4963 Call c-invalidate-state-cache from `c-before-change' instead of
4964 `c-after-change'.
4965
4966 2012-11-23 Chong Yidong <cyd@gnu.org>
4967
4968 * find-cmd.el (find-constituents): Add executable, ipath,
4969 readable, samefile, writable, daystart, regextype (Bug#12856).
4970
4971 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
4974
4975 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
4976
4977 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
4978 definition. This fixes a bootstrap failure.
4979 (calc-gregorian-switch): In menu, put dates before regions.
4980 This is easier to follow, lines up better in the menu, and lets us
4981 coalesce regions that switch at the same time. Give country
4982 names, not "Vatican", as that's better for non-expert users.
4983 Use names that are stable between the date of switch and now, e.g.,
4984 Bohemia and Moravia (which existed then and now) and not
4985 Czechoslovakia (which didn't exist then and doesn't exist now).
4986 What is now the U.S. mostly did not switch at the same time as
4987 Britain, so omit the U.S. Correct spelling of "Britain".
4988 Catholic Switzerland was too much of a mess, so omit it.
4989
4990 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
4991
4992 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4993 after the variable is changed.
4994
4995 2012-11-21 Daniel Colascione <dancol@dancol.org>
4996
4997 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4998 in SQL declarations for font-lock.
4999 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
5000
5001 2012-11-21 Glenn Morris <rgm@gnu.org>
5002
5003 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
5004 (face-italic-p): Add optional argument "inherit".
5005
5006 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
5007 Remove -p suffix from names, for consistency with other set-face-*.
5008 (set-face-inverse-video): Fix interactive spec.
5009 * play/gamegrid.el (gamegrid-make-mono-tty-face):
5010 * textmodes/table.el (table--update-cell-face):
5011 Use set-face-inverse-video rather than now obsolete alias.
5012
5013 2012-11-21 Eli Zaretskii <eliz@gnu.org>
5014
5015 * simple.el (line-move): Don't call line-move-partial if
5016 scroll-conservatively is in effect. (Bug#12927)
5017
5018 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
5021 Fallback on completion-at-point rather than
5022 pcomplete-expand-and-complete, and only if pcomplete actually failed.
5023 (eshell-cmpl-initialize): Setup completion-at-point.
5024
5025 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
5026
5027 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
5028
5029 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
5030
5031 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
5032 are remote, check out-of-band property for both.
5033
5034 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * window.el (switch-to-buffer): Re-add the warning that was lost in the
5037 code rewrite.
5038
5039 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
5040
5041 More minor time fixes.
5042 * calendar/time-date.el: Commentary fix.
5043 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
5044 too much other code depends on (0 0) time stamps.
5045 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
5046 Add a couple of FIXME comments.
5047
5048 Minor cleanup for times as lists of four integers.
5049 * files.el (dir-locals-directory-cache):
5050 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
5051 Doc fixes.
5052 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
5053 * ps-bdf.el (bdf-file-newer-than-time):
5054 Process four-integers time stamps, not two. Doc fixes.
5055
5056 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 * uniquify.el (uniquify-managed): Use defvar-local.
5059 (rename-buffer, create-file-buffer): Advise with advice-add.
5060 (uniquify-unload-function): Unadvise accordingly.
5061
5062 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
5063 (trace-buffer): Don't purecopy.
5064 (trace-entry-message, trace-exit-message): Add `context' arg.
5065 (trace--timer): New var.
5066 (trace-make-advice): Adjust for use in nadvice.
5067 Add `context' argument. Delay `display-buffer' via a timer.
5068 (trace-function-internal): Use advice-add.
5069 (trace--read-args): New function.
5070 (trace-function-foreground, trace-function-background): Use it.
5071 (trace-function): Rename to trace-function-foreground and redefine as
5072 an alias to that new name.
5073 (untrace-function, untrace-all): Adjust to the use of nadvice.
5074
5075 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
5076
5077 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
5078
5079 * subr.el (called-interactively-p-functions): New var.
5080 (internal--called-interactively-p--get-frame): New macro.
5081 (called-interactively-p, interactive-p): Rewrite in Lisp.
5082 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
5083 (called-interactively-p-functions): Use it.
5084 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
5085 (called-interactively-p-functions): Use it.
5086 * allout.el (allout-called-interactively-p): Don't assume
5087 called-interactively-p is a subr.
5088
5089 2012-11-20 Glenn Morris <rgm@gnu.org>
5090
5091 * profiler.el (profiler-report-mode-map): Add a menu.
5092 No need to bind `q' because we derive from special-mode.
5093 (profiler-report-find-entry): Handle calls from the menu-bar.
5094
5095 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * emacs-lisp/byte-run.el (defun-declarations-alist):
5098 Allow a compiler-macro to be a lambda expression.
5099
5100 * progmodes/python.el: Use cl-lib. Move var declarations outside of
5101 eval-when-compile.
5102 (python-syntax-context): Add compiler-macro.
5103 (python-font-lock-keywords): Simplify with De Morgan.
5104
5105 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
5106
5107 * files.el (load-file): Require match in minibuffer selection, as was
5108 the case in Emacs-20 before we changed the spec to allow .elc files
5109 (bug#12935).
5110
5111 * json.el: Don't require cl since we don't use it.
5112 * color.el: Don't require cl.
5113 (color-complement): `caddr' -> `nth 2'.
5114
5115 * calendar/time-date.el (time-to-seconds): De-obsolete.
5116
5117 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
5118
5119 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
5120 year numbers.
5121 (math-date-to-julian-dt): Adjust the initial approximation for the
5122 year to deal with the new definition of the DATE.
5123
5124 2012-11-19 Daniel Colascione <dancol@dancol.org>
5125
5126 * term/w32-win.el (cygwin-convert-path-from-windows):
5127 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
5128
5129 2012-11-18 Chong Yidong <cyd@gnu.org>
5130
5131 * filecache.el (file-cache--read-list): New function.
5132 (file-cache-add-directory-list, file-cache-add-file-list)
5133 (file-cache-delete-file-list, file-cache-delete-directory-list):
5134 Use it to read a list of files or directories (Bug#12846).
5135 (file-cache-add-file, file-cache-add-directory)
5136 (file-cache-delete-file-list, file-cache-delete-file-regexp)
5137 (file-cache-delete-directory): Print an message.
5138
5139 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
5140
5141 * calc/calc-forms.el (math-date-to-dt): Use integer date when
5142 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
5143
5144 2012-11-18 Glenn Morris <rgm@gnu.org>
5145
5146 * image.el (insert-image, insert-sliced-image): Doc fix.
5147
5148 2012-11-18 Chong Yidong <cyd@gnu.org>
5149
5150 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
5151 (Bug#12810).
5152
5153 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5154
5155 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
5156 response when the target file is in a subdirectory (Bug#12757).
5157
5158 2012-11-18 Chong Yidong <cyd@gnu.org>
5159
5160 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
5161
5162 2012-11-18 Glenn Morris <rgm@gnu.org>
5163
5164 * emacs-lisp/cl-lib.el (face-underline-p):
5165 Use set-face-underline rather than the alias set-face-underline-p.
5166
5167 * window.el (with-temp-buffer-window): Doc fix.
5168 * subr.el (with-output-to-temp-buffer):
5169 Add doc xref to with-temp-buffer-window.
5170
5171 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
5172
5173 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
5174 * calc/calc.el (math-format-date-cache): Declare.
5175
5176 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
5177
5178 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
5179 It also uses January 1, 1 AD as its day number 1.
5180 * calc/calc-forms.el (math-julian-date-beginning)
5181 (math-julian-date-beginning-int): Implement this.
5182
5183 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
5184
5185 * descr-text.el (quail-find-key):
5186 * dired.el (desktop-file-name):
5187 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
5188 * generic-x.el (comint-mode, comint-exec):
5189 * image-dired.el (widget-forward):
5190 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
5191 (speedbar-change-expand-button-char)
5192 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
5193 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
5194 * printing.el (easy-menu-add-item, easy-menu-remove-item)
5195 (widget-field-action, widget-value-set):
5196 * speedbar.el (imenu--make-index-alist):
5197 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
5198 (ring-length, ring-insert):
5199 * vcursor.el (compare-windows-skip-whitespace):
5200 * woman.el (dired-get-filename):
5201 Declare functions.
5202
5203 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
5204
5205 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5206
5207 * calc/calc.el (calc-gregorian-switch): New variable.
5208
5209 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
5210 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
5211 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
5212 (math-leap-year-p): Add option to distinguish between Julian
5213 and Gregorian calendars.
5214 (math-day-number): Use `math-day-in-year' to do the computations.
5215 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
5216 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
5217 to do the computations.
5218 (math-date-to-dt): Use `math-date-to-julian-dt' and
5219 `math-date-to-gregorian-dt' to do the computations.
5220 (calcFunc-weekday, math-format-date-part): Use the new version of
5221 the DATE to determine the weekday.
5222 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
5223 when necessary.
5224
5225 2012-11-17 Eli Zaretskii <eliz@gnu.org>
5226
5227 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
5228 Cygwin; otherwise use 'file:'. (Bug#12914)
5229 (cygwin-convert-path-from-windows): Declare, to avoid
5230 byte-compiler warnings.
5231
5232 2012-11-17 Andreas Politz <politza@fh-trier.de>
5233
5234 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
5235 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
5236 prefix and negative numeric prefix args (Bug#12795).
5237
5238 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
5239
5240 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
5241 Don't signal an error with a score that is too low to add to the
5242 list of top scores. (Bug#12779)
5243
5244 2012-11-17 Chong Yidong <cyd@gnu.org>
5245
5246 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
5247
5248 * filecache.el (file-cache-add-file): Handle relative file name in
5249 the argument (Bug#12694).
5250
5251 2012-11-16 JĂ¼rgen Hötzel <juergen@archlinux.org> (tiny change)
5252
5253 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
5254
5255 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
5258
5259 * emacs-lisp/cl-lib.el: Set more meaningful version number.
5260
5261 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5262
5263 * window.el (enlarge-window, shrink-window): Don't mention return
5264 value in doc-string (Bug#12896).
5265 (window--display-buffer): Don't resize frames - it won't work
5266 with all window managers and defeat pop-up-frame-alist.
5267 (display-buffer-alist): In doc-string explain that CONDITION can
5268 be a function and which arguments are passed to it (Bug#12854).
5269 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
5270 expressions (Bug#12854).
5271 (display-buffer): Pass ACTION argument to
5272 display-buffer-assq-regexp.
5273
5274 2012-11-16 Glenn Morris <rgm@gnu.org>
5275
5276 * window.el (fit-frame-to-buffer-bottom-margin)
5277 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
5278
5279 * faces.el (face-underline-p): Use face-attribute-specified-or.
5280
5281 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
5282
5283 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
5284
5285 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
5288
5289 2012-11-16 Glenn Morris <rgm@gnu.org>
5290
5291 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
5292 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
5293
5294 * faces.el (face-underline-p): Doc fix. Handle :underline being
5295 things other than `t' (a string, a list).
5296 (face-inverse-video-p): Doc fix.
5297 (set-face-underline): Rename it back from set-face-underline-p.
5298 Doc fix. Allow interactive input of values other than t.
5299 (read-face-attribute): Apply formatting to :underline,
5300 since like :box and :stipple it can take list values.
5301
5302 * term.el (ansi-term): Don't let C-x escape-char binding
5303 clobber the more standard C-c binding. (Bug#12842)
5304
5305 * subr.el (set-temporary-overlay-map): Doc fix.
5306
5307 2012-11-16 Martin Rudalics <rudalics@gmx.at>
5308
5309 * window.el (record-window-buffer)
5310 (display-buffer-record-window): When copying the markers to
5311 window-point preserve window-point-insertion-type. (Bug#12588)
5312
5313 2012-11-16 Glenn Morris <rgm@gnu.org>
5314
5315 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
5316 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
5317 Use new names for hooks rather than obsolete aliases.
5318
5319 2012-11-15 Daniel Colascione <dancol@dancol.org>
5320
5321 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
5322 prefix instead of "file:" so that when FILE-NAME begins with "//",
5323 as it does when the target file is on a network share, url-handler
5324 isn't confused.
5325
5326 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
5329 a preactivated advice from an old advice.el; they're not compatible!
5330
5331 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5332
5333 * emacs-lisp/nadvice.el (advice--make-interactive-form):
5334 Fix string-spec case.
5335
5336 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
5337
5338 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
5341 (advice--buffer-local-function-sample): New var.
5342 (advice--set-buffer-local, advice--buffer-local): New functions.
5343 (add-function, remove-function): Use them.
5344
5345 2012-11-15 Drew Adams <drew.adams@oracle.com>
5346
5347 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
5348
5349 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
5352 potential binding of print-gensym to t, and prettify (back)quotes in
5353 case they appear in args's default values (bug#12884).
5354
5355 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5356
5357 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
5358 (advice-eval-interactive-spec): New function.
5359 (advice--make-interactive-form): Support around advice (bug#12844).
5360
5361 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
5362
5363 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
5364 more strict. Add docstring.
5365 (ruby-expression-expansion-re): Extract from
5366 `ruby-match-expression-expansion'.
5367 (ruby-syntax-propertize-function): After everything else, search
5368 for expansions in string literals, mark their insides as
5369 whitespace syntax and save match data for font-lock.
5370 (ruby-font-lock-keywords): Use the 2nd group from expression
5371 expansion matches.
5372 (ruby-match-expression-expansion): Use the match data saved to the
5373 text property in ruby-syntax-propertize-function.
5374
5375 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
5378 (bug#12879).
5379
5380 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5381
5382 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
5383 start/end keyword a bit harder. Works with different values of N.
5384 Add more comments.
5385 (ruby-end-of-block): Update accordingly.
5386
5387 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * woman.el (woman-file-name): Don't mess with unread-command-events
5390 (bug#12861).
5391
5392 * emacs-lisp/advice.el: Layer on top of nadvice.el.
5393 Remove out of date self-require hack.
5394 (ad-do-advised-functions): Use simple `dolist'.
5395 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
5396 (ad-advice-definition): Redefine as functions.
5397 (ad-advice-classes): Move before first use.
5398 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
5399 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
5400 (ad--defalias-fset): Remove functions.
5401 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
5402 (ad-get-orig-definition): Rewrite.
5403 (ad-make-advised-definition-docstring): Change base docstring.
5404 (ad-real-orig-definition): Rewrite.
5405 (ad-map-arglists): Change name of called function.
5406 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
5407 (ad-make-advised-definition): Simplify.
5408 (ad-assemble-advised-definition): Tweak for new calling context.
5409 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
5410 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
5411 function and call ad-activate if needed.
5412 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
5413 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
5414 (ad-compile-function): Compile ad-Advice-*.
5415 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
5416 (ad-start-advice, ad-stop-advice): Remove.
5417
5418 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5419
5420 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
5421 period before class method names, not after. Remove handling of
5422 one impossible case. Add comments.
5423
5424 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * emacs-lisp/advice.el: Remove support for freezing.
5427 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5428 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
5429 Remove support for `freeze'.
5430
5431 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
5432 override the default.
5433 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
5434 cl--dotimes/dolist.
5435 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
5436 `cl' is loaded.
5437
5438 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
5439 from add-advice.
5440 (advice--strip-macro): New function.
5441 (advice--defalias-fset): Use them to handle macros.
5442 (advice-add): Use them.
5443 (advice-member-p): Correctly handle macros.
5444
5445 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5446
5447 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5448 Never font-lock the beginning of singleton class as heredoc.
5449
5450 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
5453
5454 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
5455
5456 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
5457 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
5458 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
5459
5460 2012-11-13 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5461
5462 Fix end-of-defun misbehavior.
5463 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
5464 python-beginning-of-defun-function. Handle nested defuns
5465 correctly.
5466 (python-nav-end-of-defun): Rename from
5467 python-end-of-defun-function. Ensure forward movement.
5468 (python-info-current-defun): Reimplement to work as intended
5469 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
5470 parent defuns as soon as possible.
5471
5472 2012-11-13 Glenn Morris <rgm@gnu.org>
5473
5474 * progmodes/flymake.el (flymake-error-bitmap)
5475 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
5476 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
5477
5478 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
5479
5480 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
5481 backward, always stop at indentation. Reverts the change from
5482 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
5483
5484 2012-11-13 Glenn Morris <rgm@gnu.org>
5485
5486 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
5487 Add ibuffer-filter-by-derived-mode.
5488
5489 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
5490 the same name shadowing each other.
5491
5492 * window.el (with-temp-buffer-window): Doc tweak.
5493
5494 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
5495
5496 * help.el (temp-buffer-max-height):
5497 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
5498 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
5499
5500 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
5501
5502 * emacs-lisp/nadvice.el: New package.
5503 * subr.el (special-form-p): New function.
5504 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
5505 (elp-all-instrumented-list): Remove var.
5506 (elp-not-profilable): Remove elp-wrapper.
5507 (elp-profilable-p): Use autoloadp and special-form-p.
5508 (elp--advice-name): New const.
5509 (elp-instrument-function): Use advice-add.
5510 (elp--instrumented-p): New predicate.
5511 (elp-restore-function): Use advice-remove.
5512 (elp-restore-all, elp-reset-all): Use mapatoms.
5513 (elp-set-master): Use elp--instrumented-p.
5514 (elp--make-wrapper): Rename from elp-wrapper, return a function
5515 suitable for advice-add. Use cl-inf.
5516 (elp-results): Use mapatoms+elp--instrumented-p.
5517 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
5518 (debug-function-list): Remove var.
5519 (debug): Rename arg, and then let-bind it explicitly inside.
5520 (debugger-setup-buffer): Rename arg.
5521 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
5522 (debugger-frame-number): Adjust to new debug-on-entry setup.
5523 (debug--implement-debug-on-entry): Rename from
5524 implement-debug-on-entry, add argument.
5525 (debugger-special-form-p): Remove, use special-form-p instead.
5526 (debug-on-entry): Use advice-add.
5527 (debug--function-list): New function.
5528 (cancel-debug-on-entry): Use it, along with advice-remove.
5529 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
5530 (debugger-list-functions): Use debug--function-list instead of
5531 debug-function-list.
5532 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
5533 (ad-special-form-p): Remove, use special-form-p instead.
5534 (ad-set-advice-info): Use add-function and remove-function.
5535 (ad--defalias-fset): Adjust accordingly.
5536
5537 2012-11-10 Glenn Morris <rgm@gnu.org>
5538
5539 * mail/emacsbug.el (report-emacs-bug-tracker-url)
5540 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
5541 (report-emacs-bug-create-existing-bugs-buffer)
5542 (report-emacs-bug-parse-query-results)
5543 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
5544
5545 * term.el (term-default-fg-color, term-default-bg-color):
5546 Make obsolete, rather than just saying "deprecated" in the doc.
5547
5548 * term.el (term): Rename from `term-face'.
5549 (term-current-face, ansi-term-color-vector)
5550 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
5551 Update all users.
5552
5553 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
5554
5555 * server.el (server-create-window-system-frame): Handle Nextstep
5556 specially (Bug#12780).
5557
5558 2012-11-10 Glenn Morris <rgm@gnu.org>
5559
5560 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
5561 Unautoload, and make obsolete. (Bug#7449)
5562
5563 2012-11-10 Chong Yidong <cyd@gnu.org>
5564
5565 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
5566 rename from diff-remove-trailing-whitespace (Bug#12831).
5567
5568 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
5571 miscompilation of trace.el.
5572
5573 2012-11-10 Glenn Morris <rgm@gnu.org>
5574
5575 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
5576
5577 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
5580 (bug#12812).
5581
5582 2012-11-10 Chong Yidong <cyd@gnu.org>
5583
5584 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
5585 a defcustom with an appropriate :set function.
5586 (minibuffer-default--in-prompt-regexps): New function.
5587
5588 2012-11-10 Glenn Morris <rgm@gnu.org>
5589
5590 * emacs-lisp/cl.el (define-setf-expander, defsetf)
5591 (define-modify-macro): Doc fixes.
5592
5593 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
5594 (gv-define-simple-setter): Update doc of `fix-return'.
5595
5596 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
5599 twice when `fix-return' is set (bug#12813).
5600
5601 * emacs-lisp/cl.el (defsetf): Pass the third arg to
5602 gv-define-simple-setter (bug#12812).
5603
5604 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
5605 (bug#12756).
5606
5607 2012-11-10 Glenn Morris <rgm@gnu.org>
5608
5609 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
5610
5611 * emacs-lisp/cl-extra.el (cl-prettyexpand):
5612 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
5613 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
5614 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
5615
5616 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
5617
5618 2012-11-10 Leo Liu <sdl.web@gmail.com>
5619
5620 * ido.el (ido-set-matches-1): Improve flex matching performance by
5621 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
5622
5623 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
5626 (ad--defalias-fset): New function.
5627 (ad-safe-fset): Remove.
5628 (ad-make-freeze-definition): Use cl-letf*.
5629
5630 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5631
5632 * subr.el (dolist): Don't bind VAR in RESULT.
5633
5634 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
5635 (fset, documentation): Don't save real def since we don't advise.
5636 (ad-do-advised-functions): Remove problematic `result-form'.
5637 (ad-safe-fset): `ad-real-fset' => `fset'.
5638 (ad-read-advised-function): Don't assume that ad-do-advised-functions
5639 uses CL's dolist internally.
5640 (ad-arglist): Remove unused arg `name'.
5641 (ad-docstring, ad-make-advised-docstring):
5642 `ad-real-documentation' => `documentation'.
5643 (warning-suppress-types): Declare.
5644 (ad-set-arguments): Simple CSE.
5645 (ad-recover-normality): Sanity check.
5646
5647 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
5648 (funcall '(lambda ..) ..) into ((lambda ..) ..).
5649
5650 2012-11-09 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
5651
5652 * ses.el: symbol to coordinate mapping is made by symbol property
5653 `ses-cell'. This means that the same mapping is done for all SES
5654 sheets. That is good enough for cells with standard A1 names, but
5655 not for named cell. So a hash map is added for the latter.
5656 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
5657 (ses-sym-rowcol): Use hashmap for named cell.
5658 (ses-is-cell-sym-p): New defun.
5659 (ses-decode-cell-symbol): New defun.
5660 (ses-create-cell-variable): Add cell to hashmap when name is not
5661 A1-like.
5662 (ses-rename-cell): Check that cell new name is not already in
5663 spreadsheet with the use of ses-is-cell-sym-p
5664 (ses-rename-cell): Use hash map for named cells, but accept also
5665 renaming back to A1-like.
5666
5667 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * emacs-lisp/advice.el: Use new dynamic docstrings.
5670 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5671 Use dynamic-docstring-function instead of ad-advice-info.
5672 (ad--make-advised-docstring): New function extracted from
5673 ad-make-advised-docstring.
5674 (ad-make-advised-docstring): Use it.
5675 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
5676 from sql-help.
5677 (sql-help): Use it with dynamic-docstring-function.
5678
5679 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
5680
5681 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5682
5683 * files.el (hack-one-local-variable--obsolete): New function.
5684 (hack-one-local-variable): Use it for obsolete settings.
5685
5686 * subr.el (locate-user-emacs-file): If both old and new name exist, use
5687 the new name.
5688
5689 * progmodes/js.el (js--filling-paragraph): New var.
5690 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
5691 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
5692 less sneaky.
5693
5694 2012-11-08 Julien Danjou <julien@danjou.info>
5695
5696 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
5697 `auto-mode-alist' (Bug#12835).
5698
5699 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
5702 (perl--prettify-symbols-alist): New const.
5703 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
5704 New functions.
5705 (perl-font-lock-keywords-2): Use them.
5706 (perl-electric-noindent-p): New function.
5707 (perl-mode): Use it to set up electric-indent-mode.
5708 (perl-electric-terminator, perl-indent-command): Mark obsolete.
5709 (perl-mode-map): Remove bindings for them.
5710 (perl-imenu-generic-expression, perl-outline-level):
5711 Match functions&packages in column>0.
5712
5713 * env.el (env--substitute-vars-regexp): New const.
5714 (substitute-env-vars): Use it. Add `only-defined' arg.
5715 * net/tramp.el (tramp-replace-environment-variables): Use it.
5716
5717 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
5718 Byte-compile *before* eval in eval-and-compile.
5719 (byte-compile-log-warning): Remove redundant inhibit-read-only.
5720 (byte-compile-file-form-autoload): Don't hide actual definition.
5721 (byte-compile-maybe-guarded): Accept `functionp' as well.
5722
5723 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
5724
5725 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
5726
5727 * notifications.el (notifications-get-server-information-method):
5728 New defconst.
5729 (notifications-get-capabilities): Fix docstring.
5730 (notifications-get-server-information): New defun.
5731
5732 2012-11-06 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5733
5734 * textmodes/ispell.el (ispell-region): Standard re-indent for better
5735 readability.
5736
5737 * textmodes/ispell.el: Experimental support for support debugging.
5738 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
5739 buffer for ispell.
5740 (ispell-print-if-debug): New function to print stuff to
5741 `ispell-debug-buffer' if debugging is enabled.
5742 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
5743 show some debugging info.
5744 (ispell-buffer-with-debug): New function that creates a debugging
5745 buffer and calls `ispell-buffer' with debugging enabled.
5746
5747 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
5748 comment in autoconf mode. (Bug#12768)
5749
5750 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
5751
5752 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
5753 frame-first-window, frame-root-window, frame-selected-window,
5754 minibuffer-selected-window, minibuffer-window,
5755 window-absolute-pixel-edges, window-at, window-body-height,
5756 window-body-width, window-display-table, window-combination-limit,
5757 window-frame, window-fringes, window-inside-absolute-pixel-edges,
5758 window-inside-edges, window-inside-pixel-edges, window-left-child,
5759 window-left-column, window-margins, window-next-buffers,
5760 window-next-sibling, window-new-normal, window-new-total,
5761 window-normal-size, window-parameter, window-parameters, window-parent,
5762 window-pixel-edges, window-point, window-prev-buffers,
5763 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
5764 window-start, window-text-height, window-top-child, window-top-line,
5765 window-total-height, window-total-width and window-use-time to the list
5766 of functions without side-effects.
5767 (toplevel): Add window-valid-p to the list of error-free functions
5768 without side-effects.
5769
5770 2012-11-05 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
5771
5772 * textmodes/ispell.el (ispell-program-name):
5773 Update spellchecker parameters when customized.
5774
5775 2012-11-04 Glenn Morris <rgm@gnu.org>
5776
5777 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
5778
5779 2012-11-04 Chong Yidong <cyd@gnu.org>
5780
5781 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
5782 same-window-* variables.
5783
5784 2012-11-04 Juri Linkov <juri@jurta.org>
5785
5786 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
5787 (isearch-describe-key, isearch-describe-mode): Use a display
5788 action instead of binding same-window-* variables (Bug#10040).
5789
5790 2012-11-03 Glenn Morris <rgm@gnu.org>
5791
5792 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
5793 Rename handler properties back from cl-- to cl-. (Bug#12788)
5794
5795 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
5796
5797 2012-11-03 Eli Zaretskii <eliz@gnu.org>
5798
5799 * term/pc-win.el: Don't load term/internal from here.
5800
5801 * loadup.el: Load term/internal from here.
5802
5803 2012-11-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
5804
5805 * progmodes/python.el (inferior-python-mode): Fix hang in
5806 jit-lock (Bug#12645).
5807
5808 2012-11-03 Martin Rudalics <rudalics@gmx.at>
5809
5810 * window.el (switch-to-visible-buffer)
5811 (switch-to-buffer-preserve-window-point): Fix doc-strings.
5812
5813 2012-11-03 Glenn Morris <rgm@gnu.org>
5814
5815 * emacs-lisp/cl-lib.el (cl--random-time):
5816 Rename from cl-random-time. (Bug#12773)
5817 (cl--gensym-counter, cl--random-state): Update callers.
5818 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
5819
5820 2012-11-03 Chong Yidong <cyd@gnu.org>
5821
5822 * cus-start.el: Make cursor-type customizable (Bug#11633).
5823
5824 2012-11-02 Glenn Morris <rgm@gnu.org>
5825
5826 * filecache.el: No need to load find-lisp when compiling.
5827 (find-lisp-find-files): Autoload it.
5828 (file-cache-add-directory-recursively): Don't require find-lisp.
5829
5830 * image.el (image-type-from-file-name): Trivial simplification.
5831
5832 * emacs-lisp/bytecomp.el (byte-compile-eval):
5833 Decouple "noruntime" and "cl-functions" warnings.
5834
5835 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
5836
5837 * play/gomoku.el (gomoku-display-statistics): Update mode line
5838 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
5839
5840 2012-10-31 Martin Rudalics <rudalics@gmx.at>
5841
5842 * window.el (quit-restore-window): If the window has been
5843 created on an existing frame and ended up as the sole window on
5844 that frame, do not delete it (Bug#12764).
5845
5846 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5849 Rename from sh--inside-arithmetic-expression, handle more cases
5850 (bug#11263).
5851
5852 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
5853 (sh-font-lock-open-heredoc): Use it (bug#12770).
5854
5855 2012-10-30 Glenn Morris <rgm@gnu.org>
5856
5857 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
5858
5859 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
5860
5861 2012-10-29 Chong Yidong <cyd@gnu.org>
5862
5863 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
5864 function key is stored in a keyboard macro (Bug#4894).
5865
5866 * thingatpt.el (number-at-point): Apply a thing-at-point property.
5867
5868 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
5871 header comments".
5872 (diff-unified->context, diff-context->unified)
5873 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
5874
5875 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
5876
5877 * files.el (find-alternate-file): Only ask one question (bug#12487).
5878
5879 2012-10-29 Chong Yidong <cyd@gnu.org>
5880
5881 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
5882 Suggested by Dan Nicolaescu (Bug#6326).
5883
5884 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
5885
5886 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5887
5888 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
5889
5890 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
5891
5892 * face-remap.el (face-remap-add-relative): Handle the case where a
5893 face-remapping-alist entry is a cons cell (Bug#12762).
5894
5895 2012-10-29 Kevin Ryde <user42@zip.com.au>
5896
5897 * woman.el (woman-parse-numeric-value): Handle picas correctly
5898 (Bug#12639).
5899
5900 2012-10-29 Glenn Morris <rgm@gnu.org>
5901
5902 * emacs-lisp/cl.el (defsetf): Doc fix.
5903
5904 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
5907 syntax to the matching opener, if any (bug#12547).
5908 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
5909 matching open as a "case-(".
5910 (sh-smie-rc-grammar): Add a corresponding rule for it.
5911
5912 2012-10-28 Daniel Hackney <dan@haxney.org>
5913
5914 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
5915 "PKGNAME-autoloads.el" in case we created it.
5916
5917 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
5920 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
5921 (completion--twq-all): Disable too-strict assertions.
5922
5923 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
5924
5925 2012-10-27 Eli Zaretskii <eliz@gnu.org>
5926
5927 * profiler.el (profiler-report-make-entry-part): Fix help-echo
5928 text to match the real keybindings.
5929
5930 2012-10-27 Juri Linkov <juri@jurta.org>
5931
5932 * wdired.el (wdired-keep-marker-rename): New defcustom.
5933 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
5934 (Bug#11795)
5935
5936 * dired.el (dired-keep-marker-rename): Add reference to
5937 `wdired-keep-marker-rename' in the docstring.
5938 Add default character value ?R to display initially in
5939 Customization UI instead of ?@.
5940
5941 2012-10-27 Martin Rudalics <rudalics@gmx.at>
5942
5943 * window.el (display-buffer): In doc-string describe
5944 window-height and window-width alist entries.
5945
5946 * time.el (display-time-world): Restore fit-window-to-buffer
5947 behavior.
5948
5949 2012-10-27 Chong Yidong <cyd@gnu.org>
5950
5951 * subr.el (insert-buffer-substring-as-yank): Doc fix.
5952
5953 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
5954
5955 * minibuffer.el (completion-category-overrides): New completion
5956 category `bookmark' (bug#11131).
5957
5958 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * emacs-lisp/advice.el (ad-assemble-advised-definition):
5961 Silence bogus compiler warnings for ad-do-it.
5962
5963 * bookmark.el (bookmark-completing-read): Set the completion category
5964 to `bookmark' (bug#11131).
5965
5966 2012-10-26 Bastien <bzg@altern.org>
5967 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * face-remap.el: Use lexical-binding.
5970 (text-scale-adjust): Improve docstring. Use itself for the temporary
5971 overlay-map bindings, so as to repeat the "Use..." message each time.
5972
5973 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * emacs-lisp/macroexp.el (macroexp--expand-all):
5976 Obey byte-compile-warning-enabled-p (bug#12486).
5977
5978 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
5979 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
5980
5981 2012-10-26 Martin Rudalics <rudalics@gmx.at>
5982
5983 * mouse.el (mouse-drag-line): Move last form into preceding when
5984 clause (Bug#12731).
5985
5986 * help.el (resize-temp-buffer-window): Fix doc-string.
5987
5988 2012-10-25 David Engster <deng@randomsample.de>
5989
5990 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5991 Remove. This feature is already integrated in imenu.
5992
5993 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5994 always loaded. Require `speedbar' unconditionally.
5995
5996 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5997
5998 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5999
6000 * minibuffer.el (minibuffer-force-complete): Fix thinko.
6001
6002 * net/ldap.el (ldap-search-internal): The official ldif format starts
6003 with a "version: 1" header (bug#12724).
6004
6005 * emacs-lisp/package.el (package-installed-p): Warn if not ready
6006 (bug#12721).
6007
6008 2012-10-25 Glenn Morris <rgm@gnu.org>
6009
6010 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
6011
6012 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 * minibuffer.el (minibuffer-force-complete): Use one more marker
6015 for the temporary-overlay-map command (bug#12619).
6016
6017 2012-10-24 Chong Yidong <cyd@gnu.org>
6018
6019 * time.el (display-time-world-mode): Derive from special-mode.
6020 (display-time-world): Use display-buffer (Bug#12708).
6021 (display-time-world-mode-map): Variable deleted.
6022 (display-time-world-display): Wrap the final delete-char inside
6023 inhibit-read-only.
6024
6025 2012-10-24 Chong Yidong <cyd@gnu.org>
6026
6027 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
6028 Doc fix.
6029
6030 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
6031
6032 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6033
6034 * minibuffer.el (completion--all-sorted-completions-location): New var.
6035 (completion--cache-all-sorted-completions)
6036 (completion--flush-all-sorted-completions): Use it.
6037 (completion-in-region, completion-in-region--postch)
6038 (completion-at-point, completion-help-at-point): Use markers in
6039 completion-in-region--data (bug#12619).
6040
6041 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * progmodes/compile.el (compilation-start): Try to handle common
6044 quoting of `cd' argument (bug#12640).
6045
6046 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
6047 (bug#12671).
6048
6049 2012-10-23 Glenn Morris <rgm@gnu.org>
6050
6051 * progmodes/gud.el (gud-menu-map):
6052 Check gdb-active-process is bound. (Bug#12358)
6053
6054 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6055
6056 * repeat.el (repeat): Set real-this-command (bug#12232).
6057
6058 * htmlfontify.el (hfy-post-html-hook):
6059 * filesets.el (filesets-cache-fill-content-hook):
6060 * arc-mode.el (archive-extract-hook):
6061 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
6062 * net/rcirc.el (rcirc-sentinel-functions)
6063 (rcirc-receive-message-functions, rcirc-activity-functions)
6064 (rcirc-print-functions):
6065 * net/dbus.el (dbus-event-error-functions):
6066 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
6067 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
6068 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
6069 * term/sun.el (sun-raw-prefix-hooks):
6070 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
6071
6072 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
6073
6074 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6075 Set `tramp-chunksize' to 1. This improves the performance.
6076 (tramp-smb-wait-for-output): Add timeout to
6077 `tramp-accept-process-output' calls.
6078
6079 2012-10-23 Chong Yidong <cyd@gnu.org>
6080
6081 * faces.el (font-list-limit): Define as an obsolete variable.
6082
6083 * startup.el (command-line):
6084 * cus-start.el: Don't refer to font-list-limit.
6085
6086 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
6087
6088 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * subr.el (internal-temp-output-buffer-show): Rename from
6091 temp-output-buffer-show, since previously compiled files expect this name.
6092
6093 2012-10-23 Glenn Morris <rgm@gnu.org>
6094
6095 * image.el (image-type-from-file-name): If multiple types match,
6096 return the first one that is supported. (Bug#9045)
6097
6098 2012-10-22 Glenn Morris <rgm@gnu.org>
6099
6100 * image.el (imagemagick-enabled-types): Doc fix.
6101
6102 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
6103
6104 * progmodes/which-func.el (which-func-current): The hash-table may have
6105 an explicit nil (bug#12338).
6106
6107 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6108
6109 * electric.el (electric-pair-delete-selection-self-insert-function):
6110 Rename to electric-pair-will-use-region, return a boolean.
6111 (electric-pair-mode): Adjust accordingly. Don't require delsel.
6112
6113 * delsel.el (delete-selection-helper): Use a function instead of a hook.
6114 (delete-selection-pre-hook): Use use-region-p.
6115 (delete-selection-self-insert-function): Remove.
6116 (self-insert-command): Obey self-insert-uses-region-functions.
6117 (self-insert-iso): Revert to previous setting, since we don't actually
6118 know what that command does.
6119 (delete-selection-self-insert-hooks): Remove.
6120
6121 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
6122
6123 * delsel.el (delete-selection-helper): New function, extracted from
6124 delete-selection-pre-hook.
6125 (delete-selection-pre-hook): Use it.
6126 (delete-selection-self-insert-function): New function.
6127 (delete-selection-self-insert-hooks): New hook.
6128 (self-insert-command, self-insert-iso): Use it.
6129 * electric.el (electric-pair-syntax): New function, extracted from
6130 electric-pair-post-self-insert-function.
6131 (electric-pair-post-self-insert-function): Use it.
6132 (electric-pair-delete-selection-self-insert-function): New function.
6133 (electric-pair-mode): Require delsel and setup
6134 delete-selection-self-insert-hooks (bug#11520).
6135
6136 2012-10-20 Chong Yidong <cyd@gnu.org>
6137
6138 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
6139 no changes to show (Bug#12586).
6140
6141 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
6142 list explicitly (Bug#12571).
6143
6144 2012-10-20 Arne Jørgensen <arne@arnested.dk>
6145
6146 * progmodes/flymake.el (flymake-create-temp-inplace):
6147 Use file-truename.
6148
6149 2012-10-20 Eli Zaretskii <eliz@gnu.org>
6150
6151 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
6152
6153 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
6154
6155 * calc/calc-units.el (math-extract-units): Properly extract powers
6156 of units.
6157
6158 2012-10-20 Daniel Colascione <dancol@dancol.org>
6159
6160 * frame.el (make-frame): Set x-display-name as we used to in order
6161 to unbreak creating an X11 frame from an Emacs daemon started
6162 without a display.
6163
6164 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * minibuffer.el (minibuffer-force-complete): Make the next completion use
6167 the same completion-field (bug#12221).
6168
6169 2012-10-19 Martin Rudalics <rudalics@gmx.at>
6170
6171 * emacs-lisp/debug.el (debug): Record height of debugger window
6172 also when debugger will be back (Bug#8789).
6173
6174 2012-10-18 Chong Yidong <cyd@gnu.org>
6175
6176 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6177 Convert to defcustom.
6178 (gdb-get-source-file): Don't bind pop-up-windows.
6179
6180 * progmodes/gud.el (gud-display-line): Don't specially re-use
6181 other frames for the gdb-mi case (Bug#12648).
6182
6183 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6184
6185 * emacs-lisp/advice.el: Clean up commentary a bit.
6186 (ad-do-advised-functions, ad-with-originals): Use `declare'.
6187 (byte-code-function-p): Never redefine.
6188
6189 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
6190
6191 2012-10-18 Glenn Morris <rgm@gnu.org>
6192
6193 * dired.el (dired-sort-toggle): Some ls implementations only allow
6194 a single option string. (Bug#12666)
6195
6196 * minibuffer.el (completion-cycle-threshold): Doc fix.
6197
6198 2012-10-17 Kenichi Handa <handa@gnu.org>
6199
6200 * international/mule.el (set-keyboard-coding-system):
6201 Recover input meta mode when the new coding system doesn not use 8-bit.
6202 Supply TERMINAL arg to set-input-meta-mode.
6203
6204 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
6205
6206 * wdired.el (wdired-old-marks): New variable.
6207 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
6208 (wdired-do-renames): Move point with renamed file and don't lose
6209 mark status (Bug#11795).
6210
6211 2012-10-16 Juri Linkov <juri@jurta.org>
6212
6213 * replace.el (query-replace-help): Mention multi-buffer replacement
6214 keys in the Help message. (Bug#12655)
6215
6216 2012-10-15 Chong Yidong <cyd@gnu.org>
6217
6218 * emacs-lisp/byte-run.el (defsubst): Doc fix.
6219
6220 2012-10-14 Eli Zaretskii <eliz@gnu.org>
6221
6222 * window.el (display-buffer): Doc fix.
6223
6224 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6225 Adjust the msft regexp to the output of Studio 2010, and move msft
6226 before edg-1. See the discussion on emacs-devel,
6227 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
6228 for the details.
6229
6230 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
6233 (oset): Move uses of object-class-fast macro after its definition.
6234
6235 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
6236
6237 2012-10-13 Chong Yidong <cyd@gnu.org>
6238
6239 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
6240 enabled, re-enable it (Bug#11963).
6241
6242 2012-10-13 Martin Rudalics <rudalics@gmx.at>
6243
6244 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
6245 non-nil, restore window configuration (Bug#12623).
6246
6247 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6248
6249 * help-fns.el (describe-variable, describe-function-1):
6250 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
6251
6252 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
6253
6254 2012-10-12 Glenn Morris <rgm@gnu.org>
6255
6256 * mail/rmailsum.el (rmail-header-summary):
6257 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
6258
6259 2012-10-12 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6260
6261 * progmodes/python.el (python-mode-map):
6262 Replace subtitute-key-definition with proper command remapping.
6263 (python-nav--up-list): Fix behavior for blocks on the same level.
6264
6265 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
6268
6269 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
6270 changes to the format of load-history.
6271
6272 * international/mule-cmds.el (read-char-by-name): Move let-binding of
6273 completion-ignore-case in case that var is buffer-local (bug#12615).
6274
6275 2012-10-11 Kenichi Handa <handa@gnu.org>
6276
6277 * international/eucjp-ms.el: Re-generated.
6278
6279 2012-10-10 Kenichi Handa <handa@gnu.org>
6280
6281 * select.el (xselect--encode-string): If a coding is specified for
6282 selection, and that is compatible with COMPOUND_TEXT, use it.
6283
6284 2012-10-10 Martin Rudalics <rudalics@gmx.at>
6285
6286 * window.el (switch-to-buffer-preserve-window-point): New option.
6287 (switch-to-buffer):
6288 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
6289
6290 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
6293 Don't document nil as a useful value (bug#12583).
6294
6295 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
6296
6297 * net/tramp.el (tramp-debug-message):
6298 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
6299 (with-tramp-progress-reporter): Rename from
6300 `tramp-with-progress-reporter'.
6301 (with-tramp-file-property, with-tramp-connection-property):
6302 Move from tramp-cache.el, rename from `with-file-property' and
6303 `with-connection-property', respectively.
6304
6305 * net/tramp-cache.el: Remove `with-file-property' and
6306 `with-connection-property'.
6307
6308 * net/tramp.el:
6309 * net/tramp-gvfs.el:
6310 * net/tramp-sh.el:
6311 * net/tramp-smb.el: Adapt callees.
6312
6313 * net/trampver.el: Update release number.
6314
6315 2012-10-09 Glenn Morris <rgm@gnu.org>
6316
6317 * w32-fns.el (set-message-beep):
6318 * term/w32-win.el (set-message-beep): Update declarations.
6319
6320 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
6323 (mode-line-widen, mode-line-input-method-map)
6324 (mode-line-coding-system-map, mode-line-remote)
6325 (mode-line-unbury-buffer, mode-line-bury-buffer)
6326 (mode-line-next-buffer, mode-line-previous-buffer):
6327 Replace save-selected-window+select-window => with-selected-window.
6328
6329 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
6330 * progmodes/cc-vars.el (bq-process): Remove, unused.
6331
6332 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
6333
6334 2012-10-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6335
6336 Implemented `backward-up-list'-like navigation.
6337 * progmodes/python.el (python-nav-up-list)
6338 (python-nav-backward-up-list): New functions.
6339 (python-mode-map): Define substitute key for backward-up-list to
6340 python-nav-backward-up-list.
6341
6342 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6343
6344 * progmodes/python.el (python-fill-paragraph): Rename from
6345 python-fill-paragraph-function. Fixed fill-paragraph for
6346 decorators (Bug#12605).
6347
6348 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6349
6350 * progmodes/python.el (python-shell-output-filter): Handle extra
6351 carriage return in OSX (Bug#12409).
6352
6353 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6354
6355 Fix shell handling of unbalanced quotes and parens in output.
6356 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
6357 (python-syntax-propertize-function): Use it.
6358 (python-shell-output-syntax-table): New var.
6359 (inferior-python-mode): Prevent unbalanced parens/quotes from
6360 previous output mess with current input context.
6361
6362 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
6363
6364 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
6365 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
6366
6367 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
6368
6369 * ffap.el (ffap-replace-file-component): Support Tramp file name
6370 syntax, not only ange-ftp's one.
6371
6372 2012-10-08 Glenn Morris <rgm@gnu.org>
6373
6374 * cus-start.el (message-log-max): Set :version.
6375
6376 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
6377
6378 2012-10-08 Martin Rudalics <rudalics@gmx.at>
6379
6380 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
6381 the minibuffer window (Bug#10851).
6382
6383 2012-10-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6384
6385 Enhancements on forward-sexp movement.
6386 * progmodes/python.el (python-nav-beginning-of-statement)
6387 (python-nav-end-of-statement): Return point-marker.
6388 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
6389 (python-info-current-symbol)
6390 (python-info-statement-starts-block-p): Rename from
6391 python-info-beginning-of-block-p.
6392 (python-info-statement-ends-block-p): Rename from
6393 python-info-end-of-block-p.
6394 (python-info-beginning-of-statement-p)
6395 (python-info-end-of-statement-p)
6396 (python-info-beginning-of-block-p, python-info-end-of-block-p):
6397 New functions.
6398
6399 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
6402 frame-selected-windows.
6403
6404 2012-10-08 Daniel Colascione <dancol@dancol.org>
6405
6406 * battery.el (battery-status-function): Check for
6407 w32-battery-status itself, not system-time windows-nt.
6408
6409 * frame.el: Require cl-lib.
6410 (display-format-alist): New variable mapping frame types to
6411 functions that initialize them.
6412 (window-system-for-display): New function: interprets
6413 display-format-alist.
6414 (make-frame-on-display): Remove existing display-selection logic
6415 and just forward to make-frame, which will now DTRT.
6416 (make-frame): Restructure to use window-system-for-display to
6417 figure out how to create a frame on a given display.
6418 (display-mouse-p): Look for frame-type w32, not a particular
6419 system-type.
6420
6421 * loadup.el: Load w32 lisp code when we have the w32 feature.
6422
6423 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
6424 system-type windows-nt.
6425
6426 * server.el (server-create-window-system-frame): Look for window
6427 type.
6428 (server-proces-filter): Only force a window system when windows-nt
6429 _and_ w32. Explain why.
6430
6431 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
6432 of window systems we configure for the mode.
6433
6434 * startup.el (command-line): Mark window system is initialized
6435 after we've done it.
6436
6437 * common-win.el (x-select-text): Look for w32, not windows-nt.
6438
6439 * ns-win.el: Require cl-lib. Add ourselves to
6440 display-format-alist.
6441 (ns-initialize-window-system): Assert we're not initialized twice.
6442
6443 * w32-win.el: Enable lexical binding; require cl-lib; add
6444 ourselves to display-format-alist.
6445 (w32-handle-dropped-file): Convert incoming dropped files from
6446 Windows paths to Cygwin ones before passing them on to the rest of
6447 Emacs.
6448 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
6449 (w32-initialize-window-system): Assert we're not initialized twice.
6450
6451 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
6452 (x-initialize-window-system): Assert we're not initialized twice.
6453
6454 * w32-common-fns.el: New File.
6455 (w32-version, w32-using-nt, w32-get-clipboard-data)
6456 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6457 (w32-charset-info-alist, x-last-selected, text)
6458 (x-get-selection-value, x-selection-value): Move here.
6459
6460 * w32-fns.el: Require w32-common-fns.
6461 (w32-version, w32-using-nt, w32-get-clipboard-data)
6462 (w32-set-clipboard-data, x-set-selection, x-get-selection)
6463 (w32-charset-info-alist, x-last-selected, text)
6464 (x-get-selection-value, x-selection-value): Move to
6465 w32-common-fns.
6466
6467 * w32-vars.el:
6468 (w32-allow-system-shell, w32-system-shells): Define only in
6469 non-cygwin case.
6470
6471 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
6474 (read-passwd): Remove a few more potential sources of leaks.
6475
6476 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6477
6478 * progmodes/python.el (inferior-python-mode)
6479 (python-shell-make-comint): Fix initialization of local
6480 variables copied from parent buffer.
6481
6482 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
6483
6484 * term/ns-win.el (ns-read-file-name): Update declaration to match
6485 nsfns.m.
6486 (ns-respond-to-change-font): Change fontsize separately so we are sure
6487 it is set when font is acted upon.
6488
6489 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6490
6491 Enhancements to indentation.
6492 * progmodes/python.el (python-indent-context): Give priority to
6493 inside-string context. Make comments indentation markers.
6494 (python-indent-region): Do not mess with strings, unless it's the
6495 enclosing set of quotes.
6496
6497 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 * window.el (internal--before-save-selected-window)
6500 (internal--after-save-selected-window): New functions extracted from
6501 save-selected-window. Make sure we return the `alist' we construct.
6502 (save-selected-window): Use them.
6503
6504 * textmodes/tex-mode.el (tex-recenter-output-buffer):
6505 Use with-selected-window.
6506
6507 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
6508 forms that define macros (bug#12593).
6509
6510 2012-10-07 Kenichi Handa <handa@gnu.org>
6511
6512 * international/mule-conf.el (compound-text-with-extensions):
6513 Add :mime-charset property as x-ctext.
6514
6515 2012-10-07 Stefan Merten <smerten@oekonux.de>
6516
6517 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6518 (rst-indent-literal-normal, rst-indent-literal-minimized)
6519 (rst-indent-comment): Correct :version tag.
6520 (rst-official-cvs-rev): Correct version string.
6521
6522 2012-10-07 Glenn Morris <rgm@gnu.org>
6523
6524 * mail/rmailmm.el (rmail-mime-process-multipart):
6525 Do not confuse a multipart message with an epilogue
6526 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
6527
6528 2012-10-07 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6529
6530 Fix shell output retrieval and comint-prompt-regexp init.
6531 * progmodes/python.el (inferior-python-mode):
6532 (python-shell-make-comint): Fix initialization of
6533 comint-prompt-regexp from copied file local variables.
6534 (python-shell-fetched-lines): Remove var.
6535 (python-shell-output-filter-in-progress): Rename from
6536 python-shell-fetch-lines-in-progress.
6537 (python-shell-output-filter-buffer): Rename from
6538 python-shell-fetch-lines-string.
6539 (python-shell-fetch-lines-filter): Delete function.
6540 (python-shell-output-filter): New function.
6541 (python-shell-send-string-no-output): Use them.
6542
6543 2012-10-07 Glenn Morris <rgm@gnu.org>
6544
6545 * hi-lock.el (hi-lock-process-phrase):
6546 Try to make it less fragile. (Bug#7161)
6547
6548 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
6549
6550 2012-10-06 Glenn Morris <rgm@gnu.org>
6551
6552 * ehelp.el (electric-help-mode): Use help-mode rather than
6553 non-existent mode `help'.
6554 (electric-help-map): Use button-buffer-map. (Bug#10917)
6555
6556 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
6557 (reftex-create-bibtex-footer): Fix custom types.
6558
6559 * progmodes/sh-script.el (sh-indent-after-continuation):
6560 Add explicit :group.
6561
6562 * textmodes/rst.el (rst-preferred-decorations)
6563 (rst-shift-basic-offset): Clarify obsolescence versions.
6564
6565 * profiler.el (profiler): Add missing group :version tag.
6566 * avoid.el (mouse-avoidance-banish-position):
6567 * proced.el (proced-renice-command):
6568 * calc/calc.el (calc-ensure-consistent-units):
6569 * calendar/icalendar.el (icalendar-import-format-uid):
6570 * net/tramp.el (tramp-save-ad-hoc-proxies):
6571 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6572 * progmodes/flymake.el (flymake-error-bitmap)
6573 (flymake-warning-bitmap, flymake-fringe-indicator-position):
6574 * progmodes/sh-script.el (sh-indent-after-continuation):
6575 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
6576 (verilog-before-save-font-hook, verilog-after-save-font-hook):
6577 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
6578 (vhdl-array-index-record-field-in-sensitivity-list)
6579 (vhdl-indent-comment-like-next-code-line):
6580 * textmodes/reftex-vars.el (reftex-ref-style-alist)
6581 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
6582 (reftex-cite-key-separator, reftex-create-bibtex-header)
6583 (reftex-create-bibtex-footer):
6584 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
6585 (rst-indent-literal-normal, rst-indent-literal-minimized)
6586 (rst-indent-comment): Add missing custom :version tags.
6587
6588 * calendar/timeclock.el (timeclock-modeline-display):
6589 Add missing obsolete alias for renamed user option.
6590
6591 * strokes.el (strokes-modeline-string):
6592 * emulation/crisp.el (crisp-mode-modeline-string):
6593 * eshell/esh-mode.el (eshell-status-in-modeline):
6594 Aliases to defcustoms must come before the defcustom.
6595
6596 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
6597 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6598 (cal-tex-cursor-week-monday): Doc fixes.
6599 (cal-tex-cursor-week2-summary): Doc fix.
6600 Rename from cal-tex-cursor-week-at-a-glance.
6601
6602 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
6603 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
6604
6605 * calendar/calendar.el (calendar-mode-map):
6606 Add cal-tex-cursor-week2-summary.
6607
6608 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
6611
6612 * subr.el (read-passwd-map): New var.
6613 (read-passwd): Use `read-string' again.
6614 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
6615
6616 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
6617
6618 * register.el (append-to-register, prepend-to-register):
6619 Deactivate mark, as does `copy-to-register' (bug#12389).
6620
6621 2012-10-06 Chong Yidong <cyd@gnu.org>
6622
6623 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
6624
6625 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
6626
6627 * international/characters.el: Fix simple mistake ((car chars) ->
6628 elt), delete duplicated code.
6629
6630 2012-10-06 Glenn Morris <rgm@gnu.org>
6631
6632 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
6633
6634 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
6635
6636 * color.el (color-hsl-to-rgb): Fix incorrect results for
6637 small and large hue values. (Bug#12559)
6638
6639 2012-10-05 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6640
6641 Enhancements to docstring formatting when filling paragraphs.
6642 * progmodes/python.el (python-fill-docstring-style): Rename from
6643 python-fill-string-style. Added new style.
6644 (python-fill-string): Use new style. Better checks for
6645 docstrings.
6646
6647 2012-10-05 Glenn Morris <rgm@gnu.org>
6648
6649 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
6650
6651 * color.el (color-name-to-rgb, color-rgb-to-hex)
6652 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
6653 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
6654 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6655 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
6656
6657 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
6658
6659 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
6660
6661 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
6662 to get the correct size across symlinks.
6663
6664 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
6665
6666 2012-10-04 Juri Linkov <juri@jurta.org>
6667
6668 * replace.el (query-replace-interactive): Declare obsolete.
6669 (query-replace-read-from): Add the last incremental search string
6670 to the list of default values accessible via M-n.
6671 (map-query-replace-regexp): Use `read-regexp'.
6672 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6673 (map-query-replace-regexp, replace-string, replace-regexp):
6674 Fix docstrings to replace mentions of `query-replace-interactive'
6675 with alternatives. (Bug#12526)
6676
6677 2012-10-04 Juri Linkov <juri@jurta.org>
6678
6679 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
6680 (dired-pop-to-buffer): Declare obsolete.
6681 (dired-mark-pop-up): Doc fix.
6682
6683 2012-10-04 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6684
6685 Allow user to set docstring style for fill-paragraph.
6686 * progmodes/python.el
6687 (python-fill-comment-function, python-fill-string-function)
6688 (python-fill-decorator-function, python-fill-paren-function):
6689 Remove :safe for defcustoms.
6690 (python-fill-string-style): New defcustom
6691 (python-fill-paragraph-function): Enhance context detection.
6692 (python-fill-string): Honor python-fill-string-style settings.
6693
6694 2012-10-04 Martin Rudalics <rudalics@gmx.at>
6695
6696 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
6697 after setting its buffer (Bug#10805).
6698
6699 2012-10-03 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6700
6701 Fix cornercase for string syntax.
6702 * progmodes/python.el (python-syntax-propertize-function):
6703 Simplify and enhance the regexp for unescaped quotes. Now it also
6704 matches quotes in weird situations like the single quote in
6705 "something\"'".
6706 (python-syntax-stringify): Simplify num-quotes detecting code.
6707
6708 2012-10-03 Glenn Morris <rgm@gnu.org>
6709
6710 * help-macro.el (three-step-help):
6711 Revert 2012-09-29 change. (Bug#12567)
6712
6713 2012-10-03 Martin Rudalics <rudalics@gmx.at>
6714
6715 * menu-bar.el (kill-this-buffer): Don't do anything when
6716 `menu-frame' is not alive or visible (Bug#8184).
6717
6718 * emacs-lisp/debug.el (debug): When quitting the debugger window
6719 restore current buffer (Bug#12502).
6720
6721 2012-10-02 Chong Yidong <cyd@gnu.org>
6722
6723 * progmodes/hideif.el (hif-lookup, hif-defined):
6724 Handle semantic-c-takeover-hideif.
6725
6726 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
6727
6728 Change sampling interval units from ms to ns.
6729 * profiler.el (profiler-sampling-interval): Change units
6730 from ms to ns, multiplying the default by 1000000 so that
6731 it remains 1 ms.
6732 (profiler-report-cpu-line-format): Give enough room for
6733 the maximum counters on 64-bit hosts.
6734 (profiler-report-render-calltree-1): Call them "CPU samples",
6735 not "Time (ms)", since they are not milliseconds now (and
6736 never really were).
6737
6738 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6739
6740 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
6741 Fix querying BBDB for entries without a last name (Bug#11580).
6742
6743 2012-10-02 Chong Yidong <cyd@gnu.org>
6744
6745 * emacs-lisp/eieio.el: Restore Version header.
6746
6747 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6748
6749 * vc/diff-mode.el (diff--auto-refine-data): New var.
6750 (diff-hunk): Use it to delay refinement.
6751 (diff-mode): Remove overlays when we turn off font-lock.
6752
6753 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
6754 (table-initialize-table-fixed-width-mode)
6755 (table-set-table-fixed-width-mode): Remove functions.
6756 (table-command-list): Move initialization into declaration.
6757 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
6758 (table-with-cache-buffer): Use `declare'.
6759 (table-span-cell): Simplify via CSE.
6760 (table-fixed-width-mode): Use define-minor-mode.
6761 (table-call-interactively, table-funcall, table-apply): Remove.
6762 (table-function): New function, to replace them.
6763
6764 * bookmark.el (bookmark-search-pattern): Remove var.
6765 (bookmark-read-search-input): Remove function.
6766 (bookmark-bmenu-search): Reimplement using a minibuffer.
6767
6768 * faces.el (modeline): Remove obsolete face name.
6769
6770 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
6771 and give a non-nil default value.
6772 (add-change-log-entry): Simplify accordingly.
6773
6774 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
6775
6776 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
6777 (vc-git-log-edit-toggle-amend): New function.
6778 (vc-git-log-edit-toggle-signoff): New function.
6779 (vc-git-log-edit-mode): New major mode.
6780 (vc-git-log-edit-mode-map): Keymap for it.
6781 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
6782
6783 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
6784 header names.
6785 (log-edit-toggle-header): New function.
6786 (log-edit-extract-headers): Accept function values in HEADERS alist.
6787
6788 2012-10-01 David Engster <deng@randomsample.de>
6789
6790 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
6791 from symbol property and change message to be more consistent with
6792 Emacs proper.
6793 (eieio-describe-generic): Add filename for each implementation.
6794 Fix indices for generic and normal methods.
6795 (eieio-method-def, eieio-class-def): New buttons.
6796 (eieio-help-find-method-definition)
6797 (eieio-help-find-class-definition): New functions.
6798 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
6799 class, constructor and method definitions.
6800
6801 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
6802 information in symbol property.
6803 (scoped-class): Remove.
6804 (eieio-slot-name-index, call-next-method): Check if it is bound.
6805
6806 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
6807
6808 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
6809 (eieio-custom-mode): New major mode.
6810 (eieio-customize-object): Use it.
6811
6812 2012-10-01 Eric Ludlam <zappo@gnu.org>
6813
6814 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
6815 specifying the expected class, and whether subclassing is allowed.
6816 (eieio-persistent-convert-list-to-object):
6817 (eieio-persistent-validate/fix-slot-value)
6818 (eieio-persistent-slot-type-is-class-p): New functions.
6819 (eieio-named::slot-missing): Doc fix.
6820
6821 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
6822 Stop using unused publd variable.
6823
6824 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6825 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
6826 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
6827 (eieio-speedbar-handle-click): Do not specify a class for the
6828 method. Fixes method invocation order problems with EDE.
6829
6830 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
6833 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
6834
6835 2012-10-01 Karl Fogel <kfogel@red-bean.com>
6836
6837 * bookmark.el (bookmark-version-control): Give tags in the
6838 :type choices (Bug#12309), and improve doc string.
6839 (bookmark-write-file): Bind `print-circle' to `t' to allow
6840 circular custom bookmark types. (Bug#12503)
6841
6842 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
6843
6844 Revert the FOLLOW-SYMLINKS change for file-attributes.
6845 * files.el (remote-file-name-inhibit-cache, after-find-file):
6846 * time.el (display-time-file-nonempty-p): Undo last change.
6847
6848 * profiler.el (profiler-sampling-interval): Change default back to 1.
6849 See Stefan Monnier in
6850 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
6851
6852 2012-10-01 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
6853
6854 Shell output catching a la gud-gdb.
6855 * progmodes/python.el (python-shell-fetch-lines-in-progress)
6856 (python-shell-fetch-lines-string, python-shell-fetched-lines):
6857 New Vars.
6858 (python-shell-fetch-lines-filter): New function.
6859 (python-shell-send-string-no-output): Use them.
6860
6861 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
6862
6863 * profiler.el (profiler-sampling-interval): Rename from
6864 profiler-sample-interval.
6865 (profiler-sampling-interval): Default to 10.
6866 (profiler-find-profile): New command (was profiler-find-log).
6867 (profiler-find-profile-other-window): New command.
6868 (profiler-find-profile-other-frame): New command.
6869 (profiler-profile): Introduce API-level data structure.
6870
6871 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
6872
6873 file-attributes has a new optional arg FOLLOW-SYMLINKS.
6874 * files.el (remote-file-name-inhibit-cache):
6875 * time.el (display-time-file-nonempty-p): Use it.
6876 * files.el (after-find-file): Don't chase links before calling
6877 file-exists-p, as file-exists-p already does the right thing.
6878
6879 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
6880
6881 Merge from standalone RefTeX repository.
6882
6883 The following ChangeLog entries are shortened versions of the
6884 original ones with file paths adapted. A not so strongly edited
6885 version of the original ChangeLog can be found in the commit log.
6886
6887 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
6888 (reftex-arg-cite): Use `reftex-cite-key-separator'.
6889 Correctly handle new value type returned by `reftex-citation'.
6890
6891 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
6892 that entries with whitespace at various places are found.
6893 Doc fix. Include entries that are cross-referenced from cited entries.
6894 Include @String definitions in the resulting bib file. Add header
6895 and footer defined in `reftex-create-bibtex-header' and
6896 `reftex-create-bibtex-footer'.
6897 (reftex-do-citation): Make it possible again to insert
6898 non-existent entries. Save match data when asking for optional
6899 arguments. Return all keys, not just the first one.
6900 (reftex-all-used-citation-keys): Fix regexp to correctly extract
6901 all citations in the same line.
6902 (reftex-parse-bibtex-entry): Accept additional optional argument
6903 `raw' and keep quotes or braces if it is non-nil. Match fields
6904 containing hyphens besides word constituents.
6905 (reftex-get-string-refs): New function.
6906 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
6907 and ask if it should be reread in case it did.
6908 (reftex-pop-to-bibtex-entry)
6909 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
6910 entries with spaces or tabs in front of arguments.
6911 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
6912 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
6913 Match entries containing numbers and symbol constituents.
6914 (reftex-do-citation, reftex-figure-out-cite-format):
6915 Use `reftex-cite-key-separator'.
6916
6917 * textmodes/reftex-dcr.el: Move provide statement to end of file.
6918 (reftex-mouse-view-crossref): Explain why point is set.
6919
6920 * textmodes/reftex-global.el: Whitespace changes.
6921
6922 * textmodes/reftex-index.el: Move provide statement to end of
6923 file.
6924 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
6925 (reftex-index-visit-phrases-buffer): Set marker when visiting
6926 buffer. This allows for returning from the phrases file to the
6927 file one was just editing instead of the file where the last
6928 phrases was added from.
6929 (reftex-index-phrases-syntax-table): New variable. Give ?\"
6930 punctuation syntax as it usually is not used as string quote in
6931 TeX-related modes and may occur unmatched. The change also
6932 prevents fontification of quoted content.
6933 (reftex-index-phrases-mode): Use it.
6934
6935 * textmodes/reftex-parse.el (reftex-parse-from-file):
6936 Move backward one char if a `\' was matched after a section macro.
6937 (reftex-parse-from-file): Use beginning of match instead of end as
6938 bound.
6939
6940 * textmodes/reftex-ref.el: Adapt creation of
6941 `reftex-<package>-<macro>' functions to new structure of
6942 `reftex-ref-style-alist'.
6943 (reftex-reference): Use `reftex-ref-style-list' function.
6944 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
6945 reference macro if `reftex-ref-macro-prompt' is non-nil.
6946 (reftex-reference): Pass refstyle to `reftex-format-special'.
6947 Determine reference macro by looking at
6948 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
6949 Use only one special format function.
6950 (reftex-varioref-vref, reftex-fancyref-fref)
6951 (reftex-fancyref-Fref): Remove definitions. The functions are now
6952 generated from `reftex-ref-style-alist'.
6953 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
6954 Remove.
6955 (reftex-format-special): New function.
6956
6957 * textmodes/reftex-sel.el
6958 (reftex-select-cycle-ref-style-internal): Adapt to new structure
6959 of `reftex-ref-style-alist'. Remove code for testing macro type.
6960 (reftex-select-toggle-varioref)
6961 (reftex-select-toggle-fancyref): Remove.
6962 (reftex-select-cycle-ref-style-internal)
6963 (reftex-select-cycle-ref-style-forward)
6964 (reftex-select-cycle-ref-style-backward): New functions.
6965 (reftex-select-label-map): Use `v' and `V' for general cycling
6966 through reference styles. Add `p' for switching between number
6967 and page reference types.
6968
6969 * textmodes/reftex-toc.el (reftex-re-enlarge):
6970 Call `enlarge-window' only if there is something to do because in Emacs
6971 the horizontal version throws an error even if the parameter is 0.
6972
6973 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
6974 (reftex-plug-into-AUCTeX): Doc fix.
6975 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
6976 string. Adapt to new name.
6977 (reftex-ref-style-alist): Change structure so that it is not
6978 possible to use multiple different package names within a style.
6979 Remove the symbols for symbols for macro type distinction.
6980 Add characters for macro selection.
6981 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
6982 (reftex-create-bibtex-footer): New variables.
6983 (reftex-format-ref-function): Mention third argument of special
6984 format function.
6985 (reftex-ref-style-alist, reftex-ref-style-default-list):
6986 New variables.
6987 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6988 to new implementation. Mark as obsolete. Add compatibility code
6989 for honoring the variable values in case they are set.
6990 (reftex-cite-format-builtin, reftex-bibliography-commands):
6991 Add support for ConTeXt.
6992 (reftex-format-ref-function, reftex-format-cite-function):
6993 Fix custom type.
6994 (reftex-cite-key-separator): New variable.
6995
6996 * textmodes/reftex.el (reftex-syntax-table-for-bib)
6997 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6998 `reftex-syntax-table' because parens have to retain their paren
6999 syntax in order for parsing of BibTeX entries like @book(...) to
7000 work.
7001 (reftex-in-comment): Do not error out if `comment-start-skip' is
7002 not set. Deal correctly with escaped comment characters.
7003 (reftex-tie-multifile-symbols): Add doc string.
7004 Initialize `reftex-ref-style-list'.
7005 (reftex-untie-multifile-symbols): Add doc string.
7006 (reftex-add-index-macros): Doc fix.
7007 (reftex-ref-style-activate, reftex-ref-style-toggle)
7008 (reftex-ref-style-list): New functions.
7009 (reftex-mode-menu): Use them. Adapt to new structure of
7010 `reftex-ref-style-alist'.
7011 (reftex-select-with-char): Kill the RefTeX Select buffer when
7012 done.
7013 (reftex-remove-if): New function.
7014 (reftex-erase-all-selection-and-index-buffers)
7015 (reftex-mode-menu): Reference styles are now computed from
7016 `reftex-ref-style-alist'. Fix typo.
7017 (reftex-report-bug): New function.
7018 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
7019 algorithms with O(n log n). Introduce optional argument SORT (not
7020 yet used).
7021
7022 2012-09-30 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7023
7024 Enhancements for triple-quote string syntax.
7025 * progmodes/python.el (python-syntax-propertize-function):
7026 Match both quote cases in one regexp.
7027 (python-syntax-stringify): Handle matches properly.
7028
7029 2012-09-30 Juri Linkov <juri@jurta.org>
7030
7031 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
7032 to nil around the call to `insert' to prevent
7033 directory time modification by lock_file. (Bug#2295)
7034 * tar-mode.el (tar-summarize-buffer): Idem.
7035
7036 2012-09-30 Juri Linkov <juri@jurta.org>
7037
7038 * facemenu.el (list-colors-sort): Add option "Luminance".
7039 (list-colors-sort-key): Implement it.
7040
7041 * vc/diff-mode.el (diff-refine-removed):
7042 * vc/ediff-init.el (ediff-fine-diff-A):
7043 * vc/smerge-mode.el (smerge-refined-removed):
7044 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
7045
7046 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
7047
7048 * term/ns-win.el (x-file-dialog): New function.
7049
7050 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
7051
7052 * ido.el (ido-max-directory-size): Default to nil; the current
7053 default is small for POSIX systems, and impractical on Windows 7
7054 now that lstat returns directory sizes for NTFS.
7055
7056 2012-09-30 Martin Rudalics <rudalics@gmx.at>
7057
7058 In buffer display functions handle window-height/window-width
7059 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
7060 * window.el (window--display-buffer): New argument ALIST.
7061 Obey window-height and window-width alist entries.
7062 (window--try-to-split-window): New argument ALIST.
7063 Bind window-combination-limit to t when the window's size shall be
7064 changed and window-combination-limit equals `window-size'.
7065 (display-buffer-in-atom-window)
7066 (display-buffer-in-major-side-window)
7067 (display-buffer-in-side-window, display-buffer-same-window)
7068 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7069 (display-buffer-pop-up-window, display-buffer-below-selected)
7070 (display-buffer-at-bottom, display-buffer-in-previous-window)
7071 (display-buffer-use-some-window): Adjust all callers of
7072 window--display-buffer and window--try-to-split-window.
7073 (fit-frame-to-buffer): New option.
7074 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
7075 is non-nil.
7076 (display-buffer-in-major-side-window): Evaluate window-height /
7077 window-width alist entries.
7078
7079 * help.el (temp-buffer-resize-frames)
7080 (temp-buffer-resize-regexps): Remove options.
7081 (temp-buffer-resize-mode): Adjust doc-string.
7082 (resize-temp-buffer-window): Don't consult
7083 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
7084 temp-buffer-resize-frames.
7085
7086 * dired.el (dired-mark-pop-up):
7087 Call display-buffer-below-selected with a fit-window-to-buffer alist
7088 entry.
7089
7090 2012-09-30 Chong Yidong <cyd@gnu.org>
7091
7092 * server.el (server-host): Document the security implications.
7093 (server-auth-key): Doc fix.
7094
7095 * startup.el (initial-buffer-choice): Doc fix.
7096
7097 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
7098
7099 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
7100 restriction change.
7101
7102 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
7103
7104 * help-fns.el (help-fns--obsolete): Fix last change.
7105
7106 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
7109 (minor-mode-map-alist): Remove redundant code.
7110
7111 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
7112 visited in a buffer.
7113 (cvs-insert-visited-file): New function.
7114 (find-file-hook): Use it.
7115
7116 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
7117
7118 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
7119 chose face.
7120 (log-edit-empty-buffer-p): Don't require a space after a header.
7121
7122 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
7123
7124 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
7125
7126 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
7127 a proper minor-mode.
7128
7129 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
7130
7131 2012-09-29 Glenn Morris <rgm@gnu.org>
7132
7133 * winner.el (winner-mode): Remove variable (let define-minor-mode
7134 handle it).
7135 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
7136 Doc fixes.
7137 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
7138 (winner-mode): Use define-minor-mode.
7139
7140 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
7141 the full definition in loaddefs, rather than duplicating it.
7142
7143 * help-macro.el (three-step-help): No need to autoload defcustom.
7144
7145 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7146 (inferior-lisp-program, inferior-lisp-load-command)
7147 (inferior-lisp-prompt, inferior-lisp-mode-hook):
7148 No need to autoload defcustoms.
7149
7150 * hippie-exp.el (hippie-expand-try-functions-list)
7151 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
7152 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
7153 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
7154 (hippie-expand-only-buffers): No need to autoload defcustoms.
7155 * progmodes/vhdl-mode.el (vhdl-line-expand):
7156 Explicitly load hippie-exp, so it does not get autoloaded
7157 while hippie-expand-try-functions-list is let-bound.
7158
7159 2012-09-28 Glenn Morris <rgm@gnu.org>
7160
7161 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
7162
7163 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
7164 Only "cl.el" counts as cl these days.
7165
7166 2012-09-28 Juri Linkov <juri@jurta.org>
7167
7168 Display archive errors in the echo area instead of inserting
7169 to the file buffer.
7170
7171 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
7172 to STDERR-TEST that can be a regexp matching a successful output.
7173 Create a temporary file and redirect stderr to it. Search for
7174 STDERR-TEST in the stderr output and display it in the echo area
7175 if no match is found.
7176 (archive-extract-by-file): New function like
7177 `archive-extract-by-stdout' but extracting archives to files
7178 and looking for successful matches in stdout. Function body is
7179 mostly copied from `archive-rar-extract'.
7180 (archive-rar-extract): Use `archive-extract-by-file'.
7181 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
7182
7183 2012-09-28 Leo Liu <sdl.web@gmail.com>
7184
7185 * pcomplete.el (pcomplete-show-completions):
7186 Use minibuffer-message to make pcomplete usable in minibuffer.
7187
7188 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
7189
7190 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * type-break.el: Use lexical-binding.
7193 (type-break-mode): Use define-minor-mode.
7194
7195 * emacs-lisp/pcase.el (pcase--mark-used): New.
7196 (pcase--u1): Use it (bug#12512).
7197
7198 * custom.el (load-theme): Set buffer-file-name so the load is recorded
7199 in load-history with the right file name.
7200
7201 2012-09-28 Tassilo Horn <tsdh@gnu.org>
7202
7203 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
7204 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
7205 (doc-view-get-bounding-box): Make bounding box slicing work for
7206 ODF and DVI documents.
7207
7208 2012-09-28 Glenn Morris <rgm@gnu.org>
7209
7210 * type-break.el (type-break-mode, type-break-interval)
7211 (type-break-good-rest-interval, type-break-keystroke-threshold):
7212 No need to autoload.
7213 (type-break-good-rest-interval, type-break-keystroke-threshold):
7214 Add :set-after.
7215
7216 2012-09-28 Chong Yidong <cyd@gnu.org>
7217
7218 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
7219 Add :version tag.
7220
7221 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
7224
7225 2012-09-27 Glenn Morris <rgm@gnu.org>
7226
7227 * faces.el (x-display-name): Declare (for without-x builds).
7228
7229 * linum.el (linum-format): Don't autoload it. Improve :type.
7230
7231 * progmodes/tcl.el: Don't require outline when compiling.
7232 (outline-regexp, outline-level): Declare.
7233 * textmodes/sgml-mode.el: Don't require outline when compiling.
7234 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
7235
7236 * term.el (term-ansi-reset):
7237 Try setting term-ansi-face-already-done to nil. (Bug#11785)
7238
7239 * vc/vc.el (vc-next-action): Only gripe about committing read-only
7240 files for RCS and SCCS. (Bug#9781)
7241
7242 2012-09-27 Chong Yidong <cyd@gnu.org>
7243
7244 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
7245 change; value should be t.
7246
7247 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * image-mode.el: Use lexical-binding.
7250 (image-mode-winprops): Use t to stand for the window of
7251 a buffer that's not displayed.
7252 * doc-view.el (doc-view-new-window-function): Handle the new
7253 t in winprops.
7254 (doc-view-enlarge): Make it a real nop if the size is not changed.
7255 (doc-view-display): Handle the case where the buffer is not (yet?)
7256 displayed in any window.
7257 (doc-view-saved-settings): New var.
7258 (doc-view-mode): Use it.
7259 (doc-view-fallback-mode): Set it.
7260
7261 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
7262 Set lexical-binding.
7263 (minibuffer-eldef-shorten-default): New var.
7264 (minibuffer-default-in-prompt-regexps): Use it for new default.
7265 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
7266
7267 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7268
7269 * international/uni-bidi.el:
7270 * international/uni-category.el:
7271 * international/uni-name.el:
7272 * international/uni-numeric.el: Regenerate.
7273
7274 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
7275 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * profiler.el: New file.
7278
7279 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
7282 (testcover-reinstrument): Simplify with CSE.
7283
7284 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
7285
7286 * window.el (temp-buffer-window-setup): Fix typo in docstring.
7287
7288 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
7289
7290 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
7291 (verilog-auto-input, verilog-auto-insert-lisp)
7292 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
7293 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
7294 (verilog-auto-unused, verilog-auto-wire)
7295 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
7296 newline. Reported by Andrew Jones.
7297 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
7298 Reported by Brad Dobbie.
7299 (verilog-batch-delete-trailing-whitespace):
7300 Create verilog-batch-delete-trailing-whitespace.
7301 Reported by Brad Dobbie.
7302 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
7303 parameters from another module. Reported by Dan Katz.
7304 (verilog-auto, verilog-auto-assign-modport)
7305 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
7306 AUTOINOUTMODPORT for UVM interface module shell generation.
7307 Reported by Brad Dobbie.
7308 (verilog-auto-inst-interfaced-ports): Make default nil, as more
7309 standard behavior.
7310 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
7311 Reported by Matt Martin.
7312
7313 2012-09-25 Martin Rudalics <rudalics@gmx.at>
7314
7315 * window.el (window--resize-child-windows): When resizing child
7316 windows proportionally, process them in reverse order to
7317 preserve the "when splitting a window the new one gets the odd
7318 line" behavior.
7319 (window--resize-root-window-vertically): When resizing the
7320 minibuffer window try to affect only windows at the bottom of the
7321 frame. (Bug#12419)
7322
7323 2012-09-25 Chong Yidong <cyd@gnu.org>
7324
7325 * subr.el (declare): Doc fix.
7326
7327 * help-fns.el (help-fns--obsolete): Handle macros properly.
7328
7329 2012-09-25 Chong Yidong <cyd@gnu.org>
7330
7331 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
7332 this function obsolete.
7333
7334 * calendar/cal-x.el (calendar-two-frame-setup)
7335 (calendar-only-one-frame-setup, calendar-one-frame-setup):
7336 * calendar/calendar.el (american-calendar, european-calendar)
7337 (calendar-for-loop):
7338 * comint.el (comint-dynamic-simple-complete)
7339 (comint-dynamic-complete-as-filename, comint-unquote-filename):
7340 * desktop.el (desktop-load-default):
7341 * dired-x.el (dired-omit-here-always)
7342 (dired-hack-local-variables, dired-default-directory):
7343 * emacs-lisp/derived.el (derived-mode-class):
7344 * emacs-lisp/timer.el (timer-set-time-with-usecs):
7345 * emacs-lock.el (toggle-emacs-lock):
7346 * epa.el (epa-display-verify-result):
7347 * epg.el (epg-sign-keys, epg-start-sign-keys)
7348 (epg-passphrase-callback-function):
7349 * eshell/esh-util.el (eshell-for):
7350 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
7351 (eshell-add-to-window-buffer-names):
7352 * files.el (locate-file-completion):
7353 * imenu.el (imenu-example--create-c-index)
7354 (imenu-example--create-lisp-index)
7355 (imenu-example--lisp-extract-index-name)
7356 (imenu-example--name-and-position):
7357 * international/mule-cmds.el (princ-list):
7358 * international/mule-diag.el (decode-codepage-char):
7359 * international/mule-util.el (detect-coding-with-priority):
7360 * iswitchb.el (iswitchb-read-buffer):
7361 * mail/mailalias.el (mail-complete):
7362 * mail/sendmail.el (mail-sent-via):
7363 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
7364 (mouse-major-mode-menu):
7365 * password-cache.el (password-read-and-add):
7366 * pcomplete.el (pcomplete-parse-comint-arguments):
7367 * progmodes/sh-script.el (sh-maybe-here-document):
7368 * replace.el (query-replace-regexp-eval):
7369 * savehist.el (savehist-load):
7370 * simple.el (choose-completion-delete-max-match):
7371 * term.el (term-dynamic-simple-complete):
7372 * vc/ediff-init.el (ediff-check-version):
7373 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
7374 * vc/vc.el (vc-diff-switches-list):
7375 * view.el (view-return-to-alist-update): Likewise.
7376
7377 * subr.el (eval-next-after-load, makehash, insert-string)
7378 (assoc-ignore-representation, assoc-ignore-case): Use declare to
7379 mark obsolete.
7380 (mode-line-inverse-video): Variable deleted.
7381
7382 * international/mule-util.el (string-to-sequence): Remove.
7383
7384 * calendar/calendar.el (calendar-version):
7385 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
7386 (icalendar-convert-diary-to-ical):
7387 * cus-edit.el (custom-mode):
7388 * ansi-color.el (ansi-color-unfontify-region):
7389 * international/latin1-disp.el (latin1-char-displayable-p):
7390 * progmodes/cwarn.el (turn-on-cwarn-mode):
7391 * progmodes/which-func.el (which-func-update-1):
7392 Use define-obsolete-function-alias.
7393
7394 * net/newst-backend.el (newsticker-cache-filename):
7395 * net/newst-treeview.el (newsticker-groups-filename):
7396 Fix incorrect obsolescence declaration.
7397
7398 * allout.el (allout-passphrase-hint-string): Likewise.
7399 (allout-init): Use a declare form to mark obsolete.
7400
7401 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
7402 this applies to functions.
7403
7404 * iswitchb.el (iswitchb-read-buffer): Move code of
7405 iswitchb-define-mode-map here, and delete that obsolete function.
7406
7407 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
7408 font-lock-reference-face.
7409
7410 2012-09-25 Glenn Morris <rgm@gnu.org>
7411
7412 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
7413 Doc fixes.
7414
7415 * eshell/em-term.el (eshell-term-name):
7416 Default to term-term-name. (Bug#12485)
7417
7418 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7419
7420 * progmodes/python.el (python-shell-send-buffer): Better handling
7421 of "if __name__ == '__main__':" conditionals when sending the buffer.
7422
7423 2012-09-24 Glenn Morris <rgm@gnu.org>
7424
7425 * eshell/esh-cmd.el (eshell-find-alias-function):
7426 Tighten up file-name regexp. (Bug#12499)
7427
7428 2012-09-24 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7429
7430 Enhancements for triple-quote string syntax.
7431 * progmodes/python.el (python-quote-syntax): Remove.
7432 (python-syntax-propertize-function): New value.
7433 (python-syntax-count-quotes, python-syntax-stringify):
7434 New functions.
7435
7436 2012-09-24 Chong Yidong <cyd@gnu.org>
7437
7438 * mail/supercite.el (sc-version): Remove obsolete function.
7439 (sc-describe): Don't mark as obsolete, since it is bound.
7440 (sc-submit-bug-report): Remove.
7441
7442 * vc/log-edit.el (cvs-changelog-full-paragraphs)
7443 (cvs-commit-buffer-require-final-newline): Remove.
7444 (log-edit-require-final-newline)
7445 (log-edit-changelog-full-paragraphs): Default to t.
7446
7447 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
7448 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7449 * vc/vc.el (vc-checkout-carefully): Likewise.
7450
7451 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
7452 (emerge-version): Remove.
7453
7454 * progmodes/compile.el (compile-internal): Remove.
7455 (compilation-parse-errors-function): Fix typo.
7456
7457 * international/mule.el (set-char-table-default): Remove.
7458 (set-coding-priority, make-coding-system, generic-char-p)
7459 (charset-list, charset-bytes, charset-id): Use declare to mark
7460 functions as obsolete.
7461
7462 * vc/pcvs-defs.el (cvs-buffer-name-alist)
7463 (cvs-invert-ignore-marks): Remove references to obsolete vars.
7464 * vc/vc-hooks.el (vc-default-registered): Don't use
7465 vc-master-templates.
7466
7467 * font-lock.el (font-lock-reference-face):
7468 Use define-obsolete-variable-alias.
7469
7470 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
7471 * calendar/calendar.el (calendar-font-lock-keywords):
7472 * calendar/diary-lib.el (diary-font-lock-keywords)
7473 (diary-fancy-font-lock-keywords):
7474 * textmodes/reftex-sel.el (reftex-insert-docstruct):
7475 * textmodes/reftex-index.el (reftex-insert-index):
7476 * textmodes/reftex-cite.el (reftex-format-bib-entry):
7477 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7478 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7479 * progmodes/prolog.el (prolog-font-lock-keywords):
7480 * progmodes/idlwave.el (idlwave-idl-keywords):
7481 * progmodes/ada-mode.el (ada-font-lock-keywords):
7482 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
7483
7484 2012-09-24 Glenn Morris <rgm@gnu.org>
7485
7486 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
7487
7488 2012-09-23 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
7489
7490 * progmodes/python.el (python-indent-line): More consistent cursor
7491 movement behavior.
7492
7493 2012-09-23 Stefan Merten <smerten@oekonux.de>
7494
7495 * textmodes/rst.el: Fix compiler warning.
7496
7497 2012-09-23 Roland Winkler <winkler@gnu.org>
7498
7499 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
7500 Transcribe also LaTeX hyphenation.
7501 (bibtex-reformat): Bug fix. Do not quote twice the elements of
7502 bibtex-reformat-previous-options.
7503
7504 2012-09-23 Roland Winkler <winkler@gnu.org>
7505
7506 * proced.el (proced-renice-command): New variable.
7507 (proced-marked-processes): New function.
7508 (proced-with-processes-buffer): New macro.
7509 (proced-send-signal): Use them.
7510 (proced-renice): New command bound to r.
7511
7512 2012-09-23 Roland Winkler <winkler@gnu.org>
7513
7514 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
7515 ibuffer-saved-filter-groups has one element, shortcut the call of
7516 completing-read. (Bug#12331)
7517
7518 2012-09-23 Chong Yidong <cyd@gnu.org>
7519
7520 * bindings.el (mode-line-toggle-read-only):
7521 * bs.el (bs-toggle-readonly):
7522 * buff-menu.el (Buffer-menu-toggle-read-only):
7523 * dired.el (dired-toggle-read-only):
7524 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
7525
7526 2012-09-23 Chong Yidong <cyd@gnu.org>
7527
7528 * image.el (image-type-available-p): Adapt to init-image-library
7529 argument changes.
7530
7531 2012-09-22 Juri Linkov <juri@jurta.org>
7532
7533 * dired.el (dired-mode-map): Add [remap read-only-mode] for
7534 `dired-toggle-read-only'. (Bug#12462)
7535
7536 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7537
7538 * subr.el (temp-output-buffer-show): New function.
7539 (with-output-to-temp-buffer): Call temp-output-buffer-show
7540 instead of internal-temp-output-buffer-show.
7541
7542 2012-09-22 Chong Yidong <cyd@gnu.org>
7543
7544 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
7545 (Bug#12462).
7546
7547 * repeat.el (repeat): Doc fix (Bug#12348).
7548
7549 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
7550 (Bug#10909).
7551
7552 * simple.el (shell-command-on-region): Doc fix.
7553 (read-only-mode): Doc fix.
7554
7555 2012-09-22 Eli Zaretskii <eliz@gnu.org>
7556
7557 * emacs-lisp/timer.el (run-with-idle-timer)
7558 (timer-activate-when-idle): Warn against reinvoking an idle timer
7559 from within its own timer action. (Bug#12447)
7560
7561 2012-09-22 Martin Rudalics <rudalics@gmx.at>
7562
7563 * cus-start.el (window-combination-limit): Add new optional
7564 values.
7565 * window.el (temp-buffer-window-show)
7566 (window--try-to-split-window): Handle new values of
7567 window-combination-limit (Bug#1806).
7568 (split-window): Test window-combination-limit for t instead of
7569 non-nil.
7570 (display-buffer-at-bottom): New buffer display action function.
7571 * help.el (temp-buffer-resize-regexps): New option.
7572 (temp-buffer-resize-mode): Rewrite doc-string.
7573 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
7574 Don't resize reused window. Suggested by Glenn Morris.
7575
7576 2012-09-22 Stefan Merten <smerten@oekonux.de>
7577
7578 * textmodes/rst.el: Revamp section title faces.
7579 (rst-official-version)
7580 (rst-package-emacs-version-alist): Sync with official version
7581 V1.4.0.
7582 (rst-faces-defaults, rst-set-level-default)
7583 (rst-level-face-max, rst-level-face-base-color)
7584 (rst-level-face-base-light, rst-level-face-format-light)
7585 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
7586 (rst-adornment-faces-alist): Match new setup.
7587 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
7588 (rst-level-5, rst-level-6): New faces.
7589
7590 2012-09-22 Chong Yidong <cyd@gnu.org>
7591
7592 * simple.el (undo): Handle indirect buffers (Bug#8207).
7593
7594 2012-09-21 Leo Liu <sdl.web@gmail.com>
7595
7596 IDO: Disable match re-ordering for buffer switching.
7597 * ido.el (ido-buffer-disable-smart-matches): New variable.
7598 (ido-set-matches-1): Use it. (Bug#2042)
7599
7600 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
7601
7602 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7603 Fix 2011-05-17 change. (Bug#12418)
7604
7605 2012-09-21 Leo Liu <sdl.web@gmail.com>
7606
7607 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
7608
7609 2012-09-21 Glenn Morris <rgm@gnu.org>
7610
7611 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
7612 Be more robust about locating simple.el.
7613
7614 2012-09-21 Glenn Morris <rgm@gnu.org>
7615
7616 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
7617
7618 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
7619
7620 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
7621
7622 2012-09-20 Juri Linkov <juri@jurta.org>
7623
7624 * replace.el (query-replace-read-from): Use `read-regexp' instead
7625 of `read-from-minibuffer' when `regexp-flag' is non-nil.
7626 (occur-read-primary-args): Use `read-regexp' instead of
7627 `read-string'.
7628 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
7629 `read-from-minibuffer'.
7630 * isearch.el (isearch-occur): Use `read-regexp' instead of
7631 `read-string'.
7632 * dired.el (dired-read-regexp): Use `read-regexp' instead of
7633 `read-from-minibuffer'.
7634 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
7635 of `read-string'. (Bug#7567)
7636
7637 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
7638 and allow accepting a list of strings prepended to a list of
7639 standard default values. Doc fix. (Bug#12321)
7640
7641 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
7642
7643 * replace.el (read-regexp): Don't add ": " when PROMPT already
7644 ends with a colon and space. (Bug#12321)
7645
7646 2012-09-20 Tassilo Horn <tsdh@gnu.org>
7647
7648 * doc-view.el (doc-view-display): Better fix for the cl-assertion
7649 error.
7650
7651 2012-09-20 Stefan Merten <smerten@oekonux.de>
7652
7653 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
7654 Fixes feature request bug#11711.
7655 (rst-mode): Create `imenu-create-index-function'.
7656 (rst-get-stripped-line): Delete after refactoring.
7657 (rst-section-tree, rst-section-tree-rec)
7658 (rst-section-tree-point): Refactor and document properly.
7659 (rst-imenu-find-adornments-for-position)
7660 (rst-imenu-convert-cell, rst-imenu-create-index):
7661 New function.
7662
7663 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
7666 (macroexp--expand-all): Use it.
7667 (macroexp--funcall-and-return): Remove by folding it into its sole
7668 caller (macroexp--warn-and-return).
7669 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
7670 Use macroexp--obsolete-warning.
7671
7672 * calc/calc.el: Fix last change by removing the whole chunk, since it
7673 was only needed back when Calc was not bundled.
7674
7675 2012-09-20 Martin Rudalics <rudalics@gmx.at>
7676
7677 * emacs-lisp/debug.el (debug): Restore assignment to
7678 debugger-old-buffer removed on 2012-09-08.
7679
7680 2012-09-20 Juri Linkov <juri@jurta.org>
7681
7682 * dired-aux.el (dired-diff): Remove (require 'diff) since
7683 `diff-latest-backup-file' is now autoloaded.
7684
7685 2012-09-20 Chong Yidong <cyd@gnu.org>
7686
7687 * vc/diff.el (diff-latest-backup-file): Autoload.
7688
7689 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * calc/calc.el: Remove redundant autoload shape check.
7692 (sel-mode): Don't defvar.
7693 (calc-get-stack-element): Add `sel-mode' arg instead.
7694 (calc-top, calc-top-list): Pass it this additional argument.
7695 * calc/calc-store.el (calc-store-map):
7696 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
7697 (calc-map-equation, calc-outer-product, calc-inner-product):
7698 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
7699
7700 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
7701
7702 2012-09-19 Juri Linkov <juri@jurta.org>
7703
7704 * dired-aux.el (dired-diff): Add (require 'diff) because
7705 `diff-latest-backup-file' is not autoloaded.
7706 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
7707 of `dired-get-filename' to t to not report error when there is
7708 no default file on the current line.
7709
7710 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
7713 macroexp--eval-if-compile.
7714 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
7715 (macroexp--expand-all): Use them (bug#12371).
7716
7717 * doc-view.el (doc-view-guess-paper-size)
7718 (doc-view-scale-bounding-box): Fix unbound `caddr'.
7719
7720 2012-09-19 Tassilo Horn <tsdh@gnu.org>
7721
7722 New feature: set optimal slice from BoundingBox information.
7723 * doc-view.el (doc-view-mode-map): Add keybinding.
7724 (doc-view-menu): Add menu entry.
7725 (doc-view-set-slice): Adapt docstring.
7726 (doc-view-get-bounding-box, doc-view-guess-paper-size)
7727 (doc-view-scale-bounding-box)
7728 (doc-view-set-slice-from-bounding-box): New functions.
7729 (doc-view-paper-sizes): New defvar.
7730
7731 2012-09-19 Glenn Morris <rgm@gnu.org>
7732
7733 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
7734 (byte-compile-log-warning): Autoload. (Bug#12371)
7735
7736 * calendar/calendar.el (calendar-american-month-header)
7737 (calendar-european-month-header, calendar-iso-month-header)
7738 (calendar-month-header): New options.
7739 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
7740 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
7741
7742 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
7743
7744 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
7745
7746 2012-09-18 Juri Linkov <juri@jurta.org>
7747
7748 * dired-aux.el (dired-diff): Restore original functionality of
7749 getting the default value, but keep new feature of using the
7750 latest existing backup file (`diff-latest-backup-file').
7751
7752 2012-09-18 Juri Linkov <juri@jurta.org>
7753
7754 * dired.el (dired-mark): If the region is active in Transient Mark
7755 mode, mark all files in the active region. Doc fix.
7756 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
7757 Doc fix. (Bug#10624)
7758
7759 2012-09-18 Juri Linkov <juri@jurta.org>
7760
7761 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
7762 attributes for M-n are pulled from the file at point.
7763 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
7764 Suggested by Drew Adams. (Bug#10624)
7765
7766 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
7767
7768 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
7769 whitespace after "end".
7770 (ruby-do-end-to-brace): Collapse block to one line if it fits
7771 within fill-column.
7772
7773 2012-09-18 Martin Rudalics <rudalics@gmx.at>
7774
7775 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
7776 value.
7777 (debug): Don't remove debugger window when debugger is expected
7778 to be back.
7779
7780 2012-09-18 Chong Yidong <cyd@gnu.org>
7781
7782 * custom.el (defface): Doc fix.
7783
7784 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
7785
7786 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
7787
7788 * progmodes/compile.el (compilation-start): Use compilation-always-kill
7789 to initialize query-on-exit; then test that instead (bug#12288).
7790
7791 2012-09-17 Stefan Merten <smerten@oekonux.de>
7792
7793 * textmodes/rst.el: Add support for `testcover'.
7794 (rst-defcustom-testcover, rst-testcover-add-compose)
7795 (rst-testcover-add-1value): New functions.
7796 (rst-portable-mark-active-p): Replace by `use-region-p'.
7797 (rst-update-section, rst-classify-adornment)
7798 (rst-find-title-line): Mark `1value' forms.
7799 (rst-classify-adornment): Remove superfluous form.
7800 (rst-update-section, rst-get-adornments-around)
7801 (rst-adornment-complete-p, rst-get-next-adornment)
7802 (rst-adjust, rst-promote-region)
7803 (rst-display-adornments-hierarchy, rst-straighten-adornments)
7804 (rst-find-pfx-in-region, rst-section-tree-rec)
7805 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
7806 (rst-toc-node, rst-toc, rst-forward-section)
7807 (rst-iterate-leftmost-paragraphs)
7808 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
7809 (rst-bullet-list-region)
7810 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
7811 (rst-compile-find-conf, rst-compile)
7812 (rst-repeat-last-character): Fix style.
7813
7814 2012-09-17 Chong Yidong <cyd@gnu.org>
7815
7816 * comint.el (comint--complete-file-name-data): Don't add a space
7817 if the status is `sole'; that adds a gratuitous space in the
7818 completion-cycling case (Bug#12092).
7819
7820 * pcomplete.el (pcomplete-completions-at-point): Likewise.
7821
7822 2012-09-17 Richard Stallman <rms@gnu.org>
7823
7824 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
7825 only in the mime-shown mode, not in raw mode.
7826 (rmail-mime): Toggle off mime by displaying the message without
7827 mime processing. (Bug#12305)
7828
7829 * mail/rmail.el (rmail-retry-failure):
7830 Turn off mime processing first. (Bug#12037)
7831
7832 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
7833
7834 2012-09-17 Chong Yidong <cyd@gnu.org>
7835
7836 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
7837 (shell-dynamic-complete-functions): Convert to defcustom.
7838 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
7839
7840 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
7841 * comint.el (comint-prompt-read-only):
7842 * custom.el (defcustom):
7843 * hi-lock.el (hi-lock-mode):
7844 * ibuffer.el (ibuffer-formats):
7845 * ielm.el (ielm-prompt-read-only):
7846 * novice.el (disable-command):
7847 * saveplace.el (toggle-save-place):
7848 * speedbar.el (speedbar-supported-extension-expressions):
7849 * startup.el (auto-save-list-file-prefix, init-file-user)
7850 (after-init-hook, inhibit-startup-echo-area-message):
7851 * strokes.el (strokes-help):
7852 * time-stamp.el (time-stamp):
7853 * calendar/calendar.el (calendar, diary-file):
7854 * calendar/diary-lib.el (diary-mail-entries, diary)
7855 (diary-list-entries-hook):
7856 * calendar/holidays.el (holidays, calendar-holidays):
7857 * calendar/lunar.el (lunar-phases):
7858 * calendar/solar.el (sunrise-sunset):
7859 * emulation/edt.el (edt-load-keys):
7860 * emulation/viper.el (viper-mode):
7861 * eshell/em-alias.el (eshell-command-aliases-list):
7862 * eshell/esh-util.el (eshell-convert-numeric-arguments):
7863 * international/ogonek.el (ogonek-information):
7864 * net/tramp-cmds.el (tramp-bug):
7865 * net/quickurl.el (quickurl-reread-hook-postfix):
7866 * play/decipher.el (decipher-font-lock-keywords):
7867 * progmodes/cc-styles.el (c-set-style):
7868 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
7869 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7870 * progmodes/octave-mod.el (octave-mode):
7871 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
7872 * progmodes/verilog-mode.el (verilog-read-defines):
7873 * textmodes/two-column.el (2C-mode): Likewise.
7874
7875 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
7878 that holds many addresses.
7879
7880 2012-09-16 Chong Yidong <cyd@gnu.org>
7881
7882 * align.el (align-areas): Call the indication function with
7883 positions instead of markers for arguments (Bug#12343).
7884
7885 * files.el (parse-colon-path): Use split-string (Bug#12351).
7886
7887 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7888 (display-buffer-function): Mark as obsolete.
7889
7890 * progmodes/compile.el (compilation-parse-errors): Accept list
7891 values similar to font-lock-keywords (Bug#12136).
7892 Suggested by Oleksandr Manzyuk.
7893 (compilation-error-regexp-alist): Doc fix.
7894
7895 2012-09-15 Glenn Morris <rgm@gnu.org>
7896
7897 * version.el (emacs-bzr-version-bzr): New function.
7898 (emacs-bzr-get-version): Add optional EXTERNAL argument.
7899
7900 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
7901 checkouts, check the parent dirstate matches the branch.
7902 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
7903 empty string.
7904
7905 * version.el (emacs-bzr-version): Doc fix.
7906 (emacs-bzr-version-dirstate): New function.
7907 (emacs-bzr-get-version): For lightweight checkouts, if the parent
7908 is local try and check that it matches the branch. If not, just
7909 use dirstate information. (Bug#12441)
7910
7911 2012-09-14 Juri Linkov <juri@jurta.org>
7912
7913 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
7914 (Bug#12399)
7915
7916 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
7919
7920 * emacs-lisp/edebug.el: Miscellaneous cleanup.
7921 Remove obsolete byte-compiler hack that tried to silence some warnings.
7922 (edebug-submit-bug-report): Remove.
7923 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
7924 Remove aliases, use the un-prefixed name instead.
7925 (edebug-pop-to-buffer): Consider other frames.
7926 (edebug-original-read):: Make it more obvious that it's always defined.
7927 (edebug--make-form-data-entry, edebug--form-data-name)
7928 (edebug--form-data-begin, edebug--form-data-end): Rename from the
7929 single-dashed name, and implement with cl-defstruct.
7930 (edebug-set-form-data-entry): Use the standard accessors.
7931 (edebug-make-top-form-data-entry): Use push.
7932 (edebug-no-match): Drop useless `funcall'.
7933 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
7934 to functions.
7935 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
7936 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
7937 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
7938 (easy-menu-define, with-custom-print): Remove redundant specs.
7939 (edebug-outside-overriding-local-map)
7940 (edebug-outside-overriding-terminal-local-map): Remove, unused.
7941 (edebug--display): Bind unread-command-events directly to nil rather
7942 than binding it to unread-command-events and later setting it to nil.
7943 (edebug--display): Kill edebug-eval-buffer here...
7944 (edebug--recursive-edit): ...rather than here.
7945 Bind standard-output and standard-input.
7946 (edebug-eval): Check cl-macroexpand-all is fboundp.
7947 (edebug-temp-display-freq-count): Fix last change.
7948
7949 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
7950 * subr.el (noreturn, 1value): Add `debug' spec.
7951 * emacs-lisp/advice.el: Require cl-lib.
7952 (ad-copy-tree): Remove, use copy-tree instead.
7953 (ad-dolist): Remove use dolist or cl-dolist instead.
7954 (ad-do-return): Remove, use cl-return instead.
7955 (defadvice): Add `debug' spec.
7956
7957 2012-09-13 Juri Linkov <juri@jurta.org>
7958
7959 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
7960 (Bug#12399)
7961
7962 2012-09-13 Glenn Morris <rgm@gnu.org>
7963
7964 * calc/calc.el (math-compose-expr):
7965 * calc/calc-ext.el (math-compose-expr):
7966 * progmodes/cc-defs.el (cl-macroexpand-all):
7967 * progmodes/cc-langs.el (delete-duplicates, mapcan)
7968 (cl-macroexpand-all): Update declarations.
7969
7970 * vc/vc.el: No need to require ediff.
7971 (ediff-load-version-control): Declare.
7972 (ediff-vc-internal): Fix declaration.
7973 (vc-version-ediff): Require ediff.
7974
7975 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7976
7977 Use a more backwards-compatible timer format (Bug#12430).
7978 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
7979 being right after USECS, as that better supports old code that
7980 inadvisedly looked directly at the timer vector.
7981
7982 2012-09-13 Kenichi Handa <handa@gnu.org>
7983
7984 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7985 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7986 `coding-priority' property of these language environment.
7987
7988 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7989
7990 Fix glitches caused by addition of psec to timers (Bug#12430).
7991 * image.el (image-animate-timer):
7992 * time.el (display-time-world-timer):
7993 Use timer--function and timer--args rather than raw access to
7994 timer vector.
7995
7996 2012-09-13 Glenn Morris <rgm@gnu.org>
7997
7998 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7999 If not compiling a file, try using load-file-name.
8000
8001 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
8004 Fix last change.
8005 (edebug-update-eval-list): Use `push'.
8006
8007 * emacs-lisp/edebug.el: Use lexical-binding.
8008 Remove the "edebug-" prefix from non-dynamically-scoped variables.
8009 Mark unused args with underscore.
8010 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
8011 (edebug-form-data): Use defvar-local.
8012 (edebug-make-before-and-after-form, edebug-make-after-form):
8013 Use backquote.
8014 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
8015 Not dynamically scoped any more.
8016 (edebug--enter-trace): Add arguments `function' and `args'.
8017 Rename from edebug-enter-trace.
8018 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
8019 (edebug--update-coverage): Add `after-index' and `value' args.
8020 Rename from edebug-update-coverage.
8021 (edebug-slow-after): Call it accordingly.
8022 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
8023 edebug-recursive-edit.
8024 (edebug--display): Call it accordingly. Add args `value',
8025 `offset-index', and `arg-mode'. Rename from edebug-display.
8026 (edebug-debugger, edebug): Call it accordingly.
8027 (edebug-eval-display-list): Use dolist.
8028
8029 2012-09-12 Juri Linkov <juri@jurta.org>
8030
8031 * info.el (Info-search): Don't check for isearch-mode and
8032 isearch-regexp before let-binding search-spaces-regexp to
8033 Info-search-whitespace-regexp.
8034 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
8035 search-whitespace-regexp if isearch-lax-whitespace or
8036 isearch-regexp-lax-whitespace is non-nil.
8037 (Info-mode): Don't set local variable search-whitespace-regexp.
8038 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
8039
8040 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8041
8042 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
8043 (debugger-env-macro): Remove support for unread-command-char.
8044
8045 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
8046 the temporary map re-appearing on emulation-mode-map-alists.
8047
8048 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
8049 since 22.1.
8050
8051 * ehelp.el (with-electric-help): Accept functions in
8052 electric-help-form-to-execute.
8053 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
8054 And replace unread-command-char -> unread-command-events.
8055
8056 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
8057
8058 Sync with Tramp 2.2.6.
8059
8060 * net/tramp.el (tramp-accept-process-output): Don't use
8061 JUST-THIS-ONE in the XEmacs case.
8062
8063 * net/trampver.el: Update release number.
8064
8065 2012-09-12 Martin Rudalics <rudalics@gmx.at>
8066
8067 * emacs-lisp/debug.el (debugger-previous-window-height):
8068 New variable.
8069 (debug): When debugger-jumping-flag is non-nil try to restore
8070 height of debugger window. (Bug#8789)
8071
8072 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
8075 overriding-local-map and pre/post-command-hook here.
8076 (edebug-recursive-edit): Do it here instead (bug#12345).
8077 (edebug-outside-unread-command-char): Remove all uses of
8078 unread-command-char.
8079
8080 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
8081 inhibit-debugger is bound instead.
8082
8083 2012-09-11 Bastien Guerry <bzg@gnu.org>
8084
8085 * subr.el (set-temporary-overlay-map): Add a docstring.
8086 (Bug#12346)
8087
8088 2012-09-11 Bastien Guerry <bzg@gnu.org>
8089
8090 * minibuffer.el (completion-table-subvert): Fix docstring.
8091 (Bug#12347)
8092
8093 2012-09-11 Bastien Guerry <bzg@gnu.org>
8094
8095 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
8096
8097 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
8098
8099 * progmodes/sql.el: Version 3.1
8100 (sql-db2-escape-newlines): New variable.
8101 (sql-escape-newlines-filter): Use it.
8102
8103 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
8104
8105 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
8106
8107 2012-09-10 Dan Nicolaescu <dann@gnu.org>
8108
8109 * vc/diff-mode.el (diff-mode-menu):
8110 Bind diff-remove-trailing-whitespace.
8111
8112 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
8115 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
8116 (emacs-lisp-byte-code-mode): New functions.
8117 (eval-sexp-add-defvars): Don't skip defvars in column >0.
8118 (eval-defun-2): Remove bogus interactive spec.
8119 (lisp-indent-line): Remove redundant whole-exp code, now done in
8120 indent-according-to-mode.
8121 (save-match-data): Remove redundant indent data.
8122
8123 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
8124 Use `declare'.
8125
8126 2012-09-09 Juri Linkov <juri@jurta.org>
8127
8128 * replace.el (replace-regexp-lax-whitespace): New defcustom.
8129 (replace-lax-whitespace, query-replace-regexp)
8130 (query-replace-regexp-eval, replace-regexp): Doc fix.
8131 (perform-replace, replace-highlight): Let-bind
8132 isearch-lax-whitespace to replace-lax-whitespace and
8133 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
8134
8135 * isearch.el (isearch-query-replace): Let-bind
8136 replace-lax-whitespace to isearch-lax-whitespace and
8137 replace-regexp-lax-whitespace to
8138 isearch-regexp-lax-whitespace. (Bug#10885)
8139
8140 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
8143
8144 2012-09-09 Alan Mackenzie <acm@muc.de>
8145
8146 * progmodes/cc-engine.el (c-state-cache-init):
8147 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
8148 (c-record-parse-state-state):
8149 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8150
8151 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
8152
8153 * register.el (register-separator): Rename from
8154 separator-register. All uses changed. Doc fix.
8155 (register): Fix version.
8156
8157 2012-09-09 Chong Yidong <cyd@gnu.org>
8158
8159 * replace.el (query-replace-map): Bind four new symbols for
8160 requesting window scrolling.
8161
8162 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
8163 query-replace-map (Bug#8948).
8164
8165 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
8166
8167 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
8168 since they are now in query-replace-map.
8169
8170 * window.el (scroll-other-window-down): Make the arg optional.
8171
8172 2012-09-09 Chong Yidong <cyd@gnu.org>
8173
8174 * files.el (hack-local-variables-confirm): Use quit-window to kill
8175 the *Local Variables* buffer.
8176
8177 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8178
8179 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
8180 not just expect to be at its beginning. Adjust callees.
8181 Succeed when do-end block has no space before the pipe character.
8182 (ruby-brace-to-do-end): When the original block is one-liner,
8183 convert to multiline. Reindent the result.
8184
8185 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
8186
8187 * register.el (register): New group.
8188 (separator-register): New user option.
8189 (increment-register): Route it to `append-to-register', if
8190 register contains text. Implication is that `C-x r +' can now be
8191 used for appending to a text register (bug#12217).
8192 (append-to-register, prepend-to-register): Add separator based on
8193 `separator-register'.
8194
8195 2012-09-08 Alan Mackenzie <acm@muc.de>
8196
8197 AWK Mode: make auto-newline work when there's "==" in the pattern.
8198 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
8199 correctly.
8200 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
8201 Test more rigorously for "=" token.
8202
8203 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
8204
8205 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
8206 Only fail when reached LIMIT.
8207
8208 2012-09-08 Chong Yidong <cyd@gnu.org>
8209
8210 * dired.el (dired-mode-map): Don't bind M-=.
8211
8212 * dired-aux.el (dired-diff): Use backup file as default.
8213
8214 2012-09-08 Drew Adams <drew.adams@oracle.com>
8215
8216 * subr.el (add-to-history): Fix delete usage (Bug#12314).
8217
8218 2012-09-08 Chong Yidong <cyd@gnu.org>
8219
8220 * subr.el (syntax-after, syntax-class): Doc fix.
8221
8222 2012-09-08 Martin Rudalics <rudalics@gmx.at>
8223
8224 * window.el (display-buffer-in-previous-window): New buffer
8225 display action function.
8226
8227 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
8228 (debugger-previous-window): New variable.
8229 (debug): Rewrite using display-buffer-in-previous-window,
8230 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
8231
8232 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
8235
8236 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
8237
8238 * progmodes/python.el (python-shell-send-string):
8239 When default-directory is remote, create temp file on remote
8240 filesystem.
8241 (python-shell-send-file): When file is remote, pass local view of
8242 file paths to remote Python interpreter. (Bug#12340)
8243
8244 2012-09-07 Chong Yidong <cyd@gnu.org>
8245
8246 * window.el (switch-to-buffer): Doc fix (Bug#12181).
8247
8248 * files.el (after-find-file): Don't fail on a read-only buffer if
8249 require-final-newline is `visit' or `visit-save' (Bug#11156).
8250
8251 * subr.el (read-char-choice): Allow quitting via ESC ESC.
8252
8253 * userlock.el (ask-user-about-supersession-threat):
8254 Use read-char-choice (Bug#12093).
8255
8256 2012-09-07 Chong Yidong <cyd@gnu.org>
8257
8258 * subr.el (buffer-narrowed-p): New function.
8259
8260 * ses.el (ses-widen):
8261 * simple.el (count-words--buffer-message):
8262 * net/browse-url.el (browse-url-of-buffer): Use it.
8263
8264 * simple.el (count-words-region): Don't signal an error if there
8265 is a non-nil prefix arg and the mark is not set.
8266
8267 * help.el (describe-key-briefly): Allow the message to be seen
8268 when invoked from the minibuffer (Bug#7014).
8269
8270 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8271
8272 * progmodes/ruby-mode.el (ruby-end-of-defun)
8273 (ruby-beginning-of-defun): Simplify, allow indentation before
8274 block beginning and end keywords.
8275 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
8276 (ruby-end-of-defun): Expect that the point is at the beginning of
8277 the defun.
8278
8279 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8280
8281 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
8282 (bug#12367).
8283 (cl--make-usage-args): Strip _ from argument names.
8284
8285 2012-09-06 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
8286
8287 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
8288 obsolete alias speedbar-key-map.
8289 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
8290 (vhdl-index-menu-init): Don't use obsolete variable
8291 font-lock-maximum-size.
8292
8293 2012-09-06 Chong Yidong <cyd@gnu.org>
8294
8295 * frame.el (window-system-version): Mark as obsolete.
8296
8297 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
8298 of obsolete variable speedbar-key-map.
8299
8300 2012-09-06 Juri Linkov <juri@jurta.org>
8301
8302 * replace.el (replace-lax-whitespace): New defcustom.
8303 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8304 (replace-string, replace-regexp): Mention it in docstrings.
8305 (perform-replace, replace-highlight): Let-bind
8306 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
8307 to the values of replace-lax-whitespace and regexp-flag.
8308 Don't let-bind search-whitespace-regexp. (Bug#10885)
8309
8310 * isearch.el (isearch-query-replace): Let-bind
8311 replace-lax-whitespace instead of let-binding
8312 replace-search-function and replace-re-search-function.
8313 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
8314 and isearch-regexp-lax-whitespace to lazy-highlight variables.
8315 (isearch-toggle-symbol): Set isearch-regexp to nil
8316 in isearch-word mode (like in isearch-toggle-word).
8317
8318 2012-09-06 Juri Linkov <juri@jurta.org>
8319
8320 * replace.el (replace-search-function)
8321 (replace-re-search-function): Set default values to nil.
8322 (perform-replace): Let-bind isearch-related variables based on
8323 replace-related values, call `isearch-search-fun' and let-bind
8324 the result to `search-function'. Remove code that sets
8325 `search-function' and `search-string' separately for
8326 `delimited-flag'.
8327 (replace-highlight): Add new argument `delimited-flag' and
8328 rename other arguments to the names used in `perform-replace'.
8329 Let-bind `isearch-word' to the argument `delimited-flag'.
8330 (Bug#10885, bug#10887)
8331
8332 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
8333
8334 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
8335 ruby-beginning-of-indent, simplify, allow all keywords to have
8336 indentation before them.
8337 (ruby-beginning-of-indent): Adjust for above. Search until the
8338 found point is not inside a string or comment.
8339 (ruby-font-lock-keywords): Allow symbols to start with "@"
8340 character, give them higher priority than variables.
8341 (ruby-syntax-propertize-function)
8342 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
8343 matchers. Expression expansions are not comments when inside a
8344 string, and there comment syntax status is irrelevant.
8345 (ruby-match-expression-expansion): New function. Check that
8346 expression expansion is inside a string, and it's not escaped.
8347 (ruby-font-lock-keywords): Use it.
8348
8349 2012-09-05 Martin Rudalics <rudalics@gmx.at>
8350
8351 * help.el (temp-buffer-max-height): New default value.
8352 (temp-buffer-resize-frames): New option.
8353 (resize-temp-buffer-window): Optionally resize frame.
8354
8355 * window.el (fit-frame-to-buffer-bottom-margin): New option.
8356 (fit-frame-to-buffer): New function.
8357
8358 2012-09-05 Glenn Morris <rgm@gnu.org>
8359
8360 * emulation/cua-rect.el (cua--init-rectangles):
8361 * textmodes/picture.el (picture-mode-map):
8362 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
8363 like forward-char and backward-char. (Bug#12317)
8364
8365 2012-09-05 Leo Liu <sdl.web@gmail.com>
8366
8367 * progmodes/flymake.el (flymake-warning-re): New variable.
8368 (flymake-parse-line): Use it.
8369
8370 2012-09-05 Glenn Morris <rgm@gnu.org>
8371
8372 * calendar/holidays.el (holiday-christian-holidays):
8373 Rename an entry. (Bug#12289)
8374
8375 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
8378 (bug#12222).
8379
8380 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * loadup.el: Load macroexp. Remove hack.
8383 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
8384 (macroexp--expand-all): Use it to get better warnings.
8385 (macroexp--backtrace, macroexp--trim-backtrace-frame)
8386 (internal-macroexpand-for-load): New functions.
8387 (macroexp--pending-eager-loads): New var.
8388 (emacs-startup-hook): New hack to replace one in loadup.el.
8389 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
8390 (cl--compiler-macro-cXXr): Move to top, before they can be used.
8391 (cl-psetf): Simplify.
8392 (cl-defstruct): Add indent rule.
8393
8394 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
8395
8396 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
8397 over `user-mail-address' for the SMTP MAIL FROM envelope.
8398 (smtpmail-via-smtp): Ditto.
8399
8400 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
8401
8402 * progmodes/ruby-mode.el: Clean up keybindings.
8403 (ruby-mode-map): Don't bind ruby-electric-brace,
8404 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
8405 backward-kill-word, reindent-then-newline-and-indent.
8406 (ruby-mark-defun): Remove.
8407 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
8408 (ruby-mode): Set local beginning-of-defun-function and
8409 end-of-defun-function values.
8410
8411 2012-09-03 Martin Rudalics <rudalics@gmx.at>
8412
8413 * window.el (temp-buffer-window-setup-hook)
8414 (temp-buffer-window-show-hook): New hooks.
8415 (temp-buffer-window-setup, temp-buffer-window-show)
8416 (with-temp-buffer-window): New functions.
8417 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
8418 (special-display-popup-frame): Make sure the window used shows BUFFER.
8419
8420 * help.el (temp-buffer-resize-mode): Fix doc-string.
8421 (resize-temp-buffer-window): New optional argument WINDOW.
8422
8423 * files.el (recover-file, save-buffers-kill-emacs):
8424 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
8425
8426 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
8427
8428 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
8429 remote definition of `default-directory', ensure we can connect.
8430
8431 2012-09-02 Juri Linkov <juri@jurta.org>
8432
8433 Toggle whitespace matching mode with M-s SPC.
8434 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
8435
8436 * isearch.el (search-whitespace-regexp): Doc fix.
8437 Remove cons cell customization.
8438 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
8439 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
8440 New variables.
8441 (isearch-forward, isearch-forward-regexp): Doc fix.
8442 (isearch-toggle-lax-whitespace): New command.
8443 (search-forward-lax-whitespace, search-backward-lax-whitespace)
8444 (re-search-forward-lax-whitespace)
8445 (re-search-backward-lax-whitespace): New functions.
8446 (isearch-whitespace-regexp): Remove function.
8447 (isearch-query-replace): Let-bind replace-search-function and
8448 replace-re-search-function.
8449 (isearch-occur): Let-bind search-spaces-regexp according to the
8450 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
8451 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
8452 condition for C-q SPC.
8453 (isearch-search-fun-default): Use new functions mentioned above.
8454 (isearch-search-forward, isearch-search-backward): Remove functions.
8455 (isearch-search): Don't let-bind search-spaces-regexp.
8456 (isearch-lazy-highlight-space-regexp): Remove variable.
8457 (isearch-lazy-highlight-lax-whitespace)
8458 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
8459 (isearch-lazy-highlight-new-loop): Use them.
8460 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
8461
8462 2012-09-02 Chong Yidong <cyd@gnu.org>
8463
8464 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
8465
8466 2012-09-02 Glenn Morris <rgm@gnu.org>
8467
8468 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
8469
8470 2012-09-01 Glenn Morris <rgm@gnu.org>
8471
8472 * term.el: Tidy up menu definitions.
8473 (term-mode-map): Use easymenu for In/Out, Complete menus.
8474 (term-pager-break-map): Initialize in the defvar.
8475 (term-terminal-menu, term-signals-menu): Define with easymenu.
8476 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
8477 (term-pager-menu): New, extracted from term-process-pager.
8478 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
8479 (term-update-mode-line): Propertize line/char and page items.
8480 (term-process-pager): Move keymap initialization elsewhere.
8481
8482 2012-09-01 Martin Rudalics <rudalics@gmx.at>
8483
8484 * window.el (switch-to-prev-buffer): Handle additional values of
8485 BURY-OR-KILL argument. Don't switch in minibuffer window.
8486 (switch-to-next-buffer): Don't switch in minibuffer window.
8487 (quit-restore-window): New function based on quit-window.
8488 Handle additional values of former KILL argument.
8489 (quit-window): Call quit-restore-window with appropriate
8490 interpretation of KILL argument.
8491 (display-buffer-below-selected): New buffer display action
8492 function.
8493
8494 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * minibuffer.el (completion-at-point-functions): Complete docstring
8497 (bug#12254).
8498
8499 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
8500
8501 Better seed support for (random).
8502 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
8503 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
8504 * play/mpuz.el, play/tetris.el, play/zone.el:
8505 * calc/calc-comb.el (math-init-random-base):
8506 * play/blackbox.el (bb-init-board):
8507 * play/life.el (life):
8508 * server.el (server-use-tcp):
8509 * type-break.el (type-break):
8510 Remove unnecessary call to (random t).
8511 * net/sasl.el (sasl-unique-id-function):
8512 Change (random t) to (random), now that the latter is more random.
8513 * play/life.el (life-initialized): Remove no-longer-needed var.
8514
8515 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
8516
8517 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8518 Consider frame's buffer predicate when choosing the buffer.
8519 (Bug#12081)
8520
8521 2012-08-30 Richard Stallman <rms@gnu.org>
8522
8523 * simple.el (special-mode-map): Delete binding for `z'.
8524
8525 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
8526
8527 * progmodes/compile.el (compilation-always-kill): Doc fix.
8528
8529 2012-08-30 Chong Yidong <cyd@gnu.org>
8530
8531 * window.el (display-buffer-reuse-frames): Make the obsolescence
8532 message more informative.
8533
8534 2012-08-30 Glenn Morris <rgm@gnu.org>
8535
8536 * paren.el (show-paren-delay):
8537 Add a :set function. Doc fix. (Bug#12297)
8538
8539 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
8540
8541 * progmodes/compile.el (compilation-always-kill): New var.
8542 (compilation-start): Use it.
8543
8544 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * simple.el (read-only-mode): Move from files.el for bootstrapping.
8547 * files.el (read-only-mode): Move to simple.el.
8548
8549 * files.el (read-only-mode): New minor mode.
8550 (toggle-read-only): Use it and mark obsolete.
8551 (find-file--read-only):
8552 * vc/vc.el (vc-next-action, vc-checkout):
8553 * vc/vc-cvs.el (vc-cvs-checkout):
8554 * obsolete/vc-mcvs.el (vc-mcvs-update):
8555 * ffap.el (ffap--toggle-read-only): Update callers.
8556
8557 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
8558
8559 * eshell/esh-ext.el (eshell-external-command): Do not examine
8560 remote shell scripts.
8561 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
8562
8563 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
8564 "/usr/local/sbin".
8565
8566 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
8569
8570 2012-08-28 Leo Liu <sdl.web@gmail.com>
8571
8572 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
8573 completion-at-point. (Bug#12220)
8574
8575 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
8576
8577 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
8578
8579 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8580
8581 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
8582 be buffer-local; add delete-trailing-whitespace (bug#12259).
8583
8584 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
8585
8586 * progmodes/hideif.el (hif-compress-define-list):
8587 Fix typo. (Bug#11951)
8588
8589 2012-08-28 Dan Nicolaescu <dann@gnu.org>
8590
8591 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
8592 buffer local setting.
8593
8594 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
8595 rcirc-encode-coding-system.
8596
8597 2012-08-28 Leo Liu <sdl.web@gmail.com>
8598
8599 * net/rcirc.el (rcirc-split-message): New function.
8600 (rcirc-send-message): Use it. (Bug#12051)
8601
8602 2012-08-28 Juri Linkov <juri@jurta.org>
8603
8604 * info.el (Info-fontify-node): Hide empty lines at the end of
8605 the node. (Bug#12272)
8606
8607 2012-08-27 Drew Adams <drew.adams@oracle.com>
8608
8609 * dired.el (dired-pop-to-buffer): Make window start at beginning
8610 of buffer (Bug#12281).
8611
8612 2012-08-26 Chong Yidong <cyd@gnu.org>
8613
8614 * window.el (special-display-regexps, special-display-frame-alist)
8615 (special-display-buffer-names, special-display-function)
8616 (display-buffer-reuse-frames): Mark as obsolete.
8617
8618 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
8619
8620 * help.el (help-print-return-message): Don't treat
8621 display-buffer-reuse-frames specially.
8622
8623 2012-08-26 Chong Yidong <cyd@gnu.org>
8624
8625 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8626 New variable, replacing gdb-frame-parameters.
8627 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
8628 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
8629 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
8630 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
8631 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
8632 the functions directly with gdb-display-buffer-other-frame-action.
8633 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
8634 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
8635 (gdb-display-stack-buffer, gdb-display-locals-buffer)
8636 (gdb-display-registers-buffer): Define directly.
8637 (def-gdb-display-buffer): Macro deleted.
8638 (gdb-display-buffer): Remove second and third args, callers don't
8639 use them. Defer to the default display-buffer behavior, apart
8640 from making windows dedicated.
8641 (gdb-setup-windows): Don't call display-buffer unnecessarily.
8642
8643 * progmodes/gud.el (gud-display-line): Just use display-buffer.
8644
8645 * window.el (display-buffer-pop-up-frame): Handle a
8646 pop-up-frame-parameters alist entry.
8647 (display-buffer): Document it.
8648
8649 2012-08-26 Chong Yidong <cyd@gnu.org>
8650
8651 * isearch.el (search-whitespace-regexp): Make string and nil
8652 values apply to both ordinary and regexp search. Allow a cons
8653 cell value to distinguish between the two.
8654 (isearch-whitespace-regexp, isearch-search-forward)
8655 (isearch-search-backward): New functions.
8656 (isearch-occur, isearch-search-fun-default, isearch-search)
8657 (isearch-lazy-highlight-new-loop): Use them.
8658 (isearch-forward, isearch-forward-regexp): Doc fix.
8659
8660 2012-08-26 Chong Yidong <cyd@gnu.org>
8661
8662 * faces.el (help-argument-name): Always inherit from italic
8663 (Bug#12213).
8664
8665 2012-08-25 Martin Rudalics <rudalics@gmx.at>
8666
8667 * window.el (window--even-window-heights): Even heights when
8668 WINDOW and the selected window form a vertical combination.
8669 (display-buffer-use-some-window): Provide that window used gets
8670 sized back by quit-window. (Bug#11880) and (Bug#12091)
8671
8672 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
8673
8674 Fix file time stamp problem with bzr and CVS (Bug#12001).
8675 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
8676 in the file's time stamp, since the version control system loses
8677 that information.
8678
8679 2012-08-22 Juri Linkov <juri@jurta.org>
8680
8681 * info.el (Info-fontify-node): Hide the suffix of the
8682 Info file name in the header line. (Bug#12187)
8683
8684 2012-08-22 Glenn Morris <rgm@gnu.org>
8685
8686 * calendar/cal-tex.el (cal-tex-weekly-common):
8687 Restore leading blank page.
8688
8689 2012-08-22 Le Wang <l26wang@gmail.com>
8690
8691 * misc.el (forward-to-word, backward-to-word): Activate or extend
8692 the region under `shift-select-mode'. (Bug#12231)
8693
8694 2012-08-22 Bastien Guerry <bzg@gnu.org>
8695
8696 * progmodes/executable.el (executable-prefix): Set to "#!" instead
8697 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
8698 gives details on why the space is never needed.
8699
8700 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8701
8702 * window.el (walk-window-tree, window-with-parameter):
8703 New optional argument MINIBUF to control whether these functions
8704 should run on the minibuffer window.
8705 (window-at-side-list): Don't operate on minibuffer window.
8706 (window-in-direction): Simplify and rewrite doc-string.
8707 (window--size-ignore): Rename to window--size-ignore-p.
8708 Update callers.
8709 (display-buffer-in-atom-window, window--major-non-side-window)
8710 (window--major-side-window, display-buffer-in-major-side-window)
8711 (delete-side-window, display-buffer-in-side-window):
8712 New functions.
8713 (window--side-check, window-deletable-p, delete-window)
8714 (delete-other-windows, split-window): Handle side windows and
8715 atomic windows appropriately.
8716 (window--display-buffer): Call display-buffer-record-window also
8717 when the window buffer did not change.
8718
8719 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
8720
8721 * help-fns.el (help-fns--key-bindings):
8722 Abbreviate non-symbol remap targets. (Bug#12174)
8723
8724 2012-08-22 Martin Rudalics <rudalics@gmx.at>
8725
8726 * dired.el (dired-mark-remembered): Don't clobber point.
8727 (Bug#11795)
8728
8729 2012-08-22 Glenn Morris <rgm@gnu.org>
8730
8731 * progmodes/bug-reference.el (bug-reference): New custom group.
8732 (bug-reference-bug-regexp): Make it a defcustom.
8733
8734 2012-08-22 Daiki Ueno <ueno@unixuser.org>
8735
8736 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
8737 (js-paren-indent-offset, js-square-indent-offset)
8738 (js-curly-indent-offset): Add :safe (Bug#12257).
8739
8740 2012-08-22 Edward O'Connor <hober0@gmail.com>
8741
8742 * json.el (json-key-format): Add error properties.
8743 (json-encode-key): New function.
8744 (json-encode-hash-table, json-encode-alist, json-encode-plist):
8745 Use json-encode-key.
8746
8747 2012-08-22 Glenn Morris <rgm@gnu.org>
8748
8749 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
8750 (cal-tex-leftday, cal-tex-rightday): Remove functions.
8751 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
8752 Update for above change.
8753
8754 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
8755
8756 * cus-face.el (custom-face-attributes): Fix customize type for the
8757 :underline attribute. (Bug#11805)
8758
8759 2012-08-21 Martin Rudalics <rudalics@gmx.at>
8760
8761 * window.el (window-point-1, set-window-point-1): Remove.
8762 (window-in-direction, record-window-buffer)
8763 (set-window-buffer-start-and-point, split-window-below)
8764 (window--state-get-1, display-buffer-record-window):
8765 Replace calls to window-point-1 and set-window-point-1 by calls to
8766 window-point and set-window-point respectively.
8767
8768 2012-08-21 Glenn Morris <rgm@gnu.org>
8769
8770 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
8771 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
8772 Use it.
8773
8774 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
8775 (cal-tex-shortday): New function.
8776 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
8777 (cal-tex-cursor-filofax-daily): Use the above.
8778
8779 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
8780 New functions.
8781 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8782 (cal-tex-cursor-filofax-week): Use them.
8783
8784 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
8785 New constants.
8786 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
8787 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
8788
8789 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
8790 (cal-tex-end-document): Don't rely on buffer name.
8791
8792 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
8793 Use cal-tex-vspace.
8794 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
8795 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
8796 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
8797 Use cal-tex-arg.
8798
8799 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
8800 (cal-tex-cursor-week, cal-tex-cursor-week2)
8801 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
8802 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8803 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
8804 (cal-tex-insert-preamble, cal-tex-b-document)
8805 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
8806 Improve cal-tex-cmd usage.
8807
8808 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
8809 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
8810 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
8811 (cal-tex-weekly-paper): New function.
8812 (cal-tex-cursor-week, cal-tex-cursor-week2)
8813 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8814 (cal-tex-cursor-day): Use it.
8815
8816 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
8817 (cal-tex-cursor-filofax-week): Remove leading blank page.
8818
8819 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8820 Add autoload cookie. For now at least, don't use color, since
8821 no other cal-tex function does.
8822
8823 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
8824 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8825 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
8826
8827 2012-08-21 Juri Linkov <juri@jurta.org>
8828
8829 * info.el (Info-file-attributes): New variable.
8830 (info-insert-file-contents): Add file attributes to
8831 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
8832 `Info-toc-nodes' when previous modtime of the Info file is less
8833 than new modtime.
8834 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
8835 of info.el. (Bug#12230)
8836
8837 2012-08-20 Glenn Morris <rgm@gnu.org>
8838
8839 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
8840 * calendar/holidays.el (calendar-holiday-list):
8841 Report errors with display-warning rather than beep'n'sleep.
8842
8843 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
8844
8845 * net/tramp.el (tramp-accept-process-output): Accept only output
8846 from PROC. Otherwise, process filters and sentinels might be
8847 confused. (Bug#12145)
8848
8849 2012-08-20 Chong Yidong <cyd@gnu.org>
8850
8851 * descr-text.el (describe-text-properties-1): Use overlays-in to
8852 report on empty overlays (Bug#3322).
8853
8854 2012-08-20 Glenn Morris <rgm@gnu.org>
8855
8856 * mail/rmailout.el (rmail-output-read-file-name):
8857 Trap and report errors in rmail-output-file-alist elements.
8858
8859 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
8860 since most non-font-lock faces are not also variables).
8861
8862 2012-08-20 Edward Reingold <reingold@iit.edu>
8863
8864 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
8865 New function. (Bug12160)
8866
8867 2012-08-19 Glenn Morris <rgm@gnu.org>
8868
8869 * mail/rmailout.el (rmail-output-read-file-name):
8870 Fix previous change (when the alist is nil or does not match).
8871
8872 2012-08-19 Chong Yidong <cyd@gnu.org>
8873
8874 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
8875 (Bug#12228).
8876
8877 2012-08-18 Chong Yidong <cyd@gnu.org>
8878
8879 * simple.el (yank-handled-properties): New defcustom.
8880 (yank-excluded-properties): Add font-lock-face and category.
8881 (yank): Doc fix.
8882
8883 * subr.el (remove-yank-excluded-properties):
8884 Obey yank-handled-properties. The special handling of font-lock-face
8885 and category is now done this way, instead of being hard-coded.
8886 (insert-for-yank-1): Remove font-lock-face handling.
8887 (yank-handle-font-lock-face-property)
8888 (yank-handle-category-property): New function.
8889
8890 2012-08-17 Glenn Morris <rgm@gnu.org>
8891
8892 * mail/rmailout.el (rmail-output-read-file-name):
8893 Check rmail-output-file-alist against the full message body
8894 in the correct rmail buffer. (Bug#12214)
8895
8896 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
8897
8898 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8899 Eliminate superfluous prompt. (Bug#12203)
8900
8901 2012-08-17 Chong Yidong <cyd@gnu.org>
8902
8903 * mouse.el (mouse-appearance-menu): If x-select-font returns a
8904 font spec, set the font directly (Bug#3228).
8905
8906 2012-08-17 Martin Rudalics <rudalics@gmx.at>
8907
8908 * window.el (delete-window): Fix last fix.
8909
8910 2012-08-16 Martin Rudalics <rudalics@gmx.at>
8911
8912 * window.el (window-valid-p): Move to window.c.
8913 (window-child, window-child-count, window-last-child)
8914 (window-normalize-window, window-combined-p)
8915 (window-combinations, window-atom-root, window-min-size)
8916 (window-sizable, window-sizable-p, window-size-fixed-p)
8917 (window-min-delta, window-max-delta, window--resizable)
8918 (window--resizable-p, window-resizable, window-total-size)
8919 (window-full-height-p, window-full-width-p, window-body-size)
8920 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
8921 (minimize-window, window-deletable-p, delete-window)
8922 (delete-other-windows, set-window-buffer-start-and-point)
8923 (next-buffer, previous-buffer, split-window, balance-windows-2)
8924 (set-window-text-height, window-buffer-height)
8925 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
8926 (truncated-partial-width-window-p): Minor code adjustments.
8927 In doc-strings state whether the argument window has to denote a
8928 live, valid or any window.
8929
8930 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
8931
8932 * progmodes/subword.el (subword-forward-function)
8933 (subword-backward-function, subword-forward-regexp)
8934 (subword-backward-regexp): New variables.
8935 (subword-forward, subword-forward-internal, subword-backward-internal):
8936 Use new variables, eg so that different "word" definitions
8937 can be easily used. (Bug#11411)
8938
8939 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
8942 for composite selectors.
8943 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
8944 operation just because we can't find a previous revision.
8945
8946 2012-08-15 Chong Yidong <cyd@gnu.org>
8947
8948 * frame.el (set-frame-font): Accept font objects.
8949
8950 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8951
8952 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
8953
8954 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
8955
8956 * man.el (Man-overstrike-face, Man-underline-face)
8957 (Man-reverse-face): Remove variables.
8958 (Man-overstrike, Man-underline, Man-reverse): New faces.
8959 (Man-fontify-manpage): Use them instead of the variables.
8960 (Man-cleanup-manpage): Comment change.
8961 (Man-ansi-color-map): New variable.
8962 (Man-fontify-manpage): Use it.
8963 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
8964
8965 Implement ANSI SGR parameters 22-27 (bug#12146).
8966 * ansi-color.el (ansi-colors): Doc fix.
8967 (ansi-color-context, ansi-color-context-region): Doc fix.
8968 (ansi-color--find-face): New function.
8969 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8970 Rename the local variable `face' to `codes' since it is now a list of
8971 ansi codes. Doc fix.
8972 (ansi-color-get-face): Remove.
8973 (ansi-color-parse-sequence): New function, derived from
8974 ansi-color-get-face.
8975 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
8976 codes 22-27.
8977
8978 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * subr.el (read-passwd): Allow use from a minibuffer.
8981
8982 2012-08-14 Eli Zaretskii <eliz@gnu.org>
8983
8984 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8985 inside comments and strings as identifiers.
8986
8987 * progmodes/gud.el (gud-tooltip-print-command): Quote the
8988 expression to evaluate. This allows to evaluate expressions with
8989 embedded whitespace.
8990 (gud-tooltip-tips): Add a blank before the newline in the
8991 message-box text, for the benefit of message-box emulation on
8992 MS-Windows.
8993
8994 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8995 messages from GDB, pop them up in a tooltip to give feedback to
8996 user.
8997 (gdb-tooltip-print-1): Quote the expression to evaluate.
8998 This allows to evaluate expressions with embedded whitespace.
8999 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
9000 if the TTY name is nil or empty (which happens when communicating
9001 with the inferior via pipes, e.g. on MS-Windows).
9002 (gdb-internals): If GDB sends a "&\n" empty debugging message,
9003 don't send that to the GUD buffer.
9004
9005 2012-08-14 Glenn Morris <rgm@gnu.org>
9006
9007 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
9008 Optimize away setq-default with no args, as for setq. (Bug#12195)
9009
9010 2012-08-14 Chong Yidong <cyd@gnu.org>
9011
9012 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
9013
9014 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
9015 (Bug#12085).
9016
9017 2012-08-14 Glenn Morris <rgm@gnu.org>
9018
9019 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
9020
9021 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
9022
9023 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
9024 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9025 Use cached shell name.
9026
9027 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9028
9029 * progmodes/python.el (python-shell-send-string):
9030 (python-shell-send-setup-code): Do not use `format' with `message'.
9031
9032 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
9033
9034 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
9035 (ruby-percent-literal-beg-re): New constant.
9036 (ruby-syntax-general-delimiters-goto-beg): Rename to
9037 `ruby-syntax-enclosing-percent-literal', improve literal type check.
9038 (ruby-syntax-propertize-general-delimiters): Rename to
9039 `ruby-syntax-propertize-percent-literal', it's a shorter and more
9040 popular term. Adjust comments everywhere.
9041 (ruby-syntax-propertize-percent-literal): Only propertize when not
9042 inside a simple string or comment. When the literal is unclosed,
9043 leave the text after it unpropertized.
9044 (ruby-syntax-methods-before-regexp): New constant.
9045 (ruby-syntax-propertize-function): Use it to recognize regexps.
9046 Don't look at the text after regexp, just use the whitelist.
9047
9048 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
9049
9050 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
9051 non-nil always load the compiled file if it exists. (Bug#12197)
9052
9053 2012-08-14 Chong Yidong <cyd@gnu.org>
9054
9055 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
9056 (hi-lock-set-pattern): When deciding whether to use font lock or
9057 overlays, look at font-lock-mode instead of font-lock-fontified
9058 (Bug#12168).
9059 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
9060 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
9061
9062 2012-08-14 Daiki Ueno <ueno@unixuser.org>
9063
9064 * subr.el (internal--after-with-selected-window): Fix typo
9065 (Bug#12193).
9066
9067 2012-08-14 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9068
9069 Use `completion-table-dynamic' for completion functions.
9070 * progmodes/python.el
9071 (python-shell-completion--do-completion-at-point)
9072 (python-shell-completion--get-completions):
9073 Remove functions.
9074 (python-shell-completion-complete-at-point): New function.
9075 (python-completion-complete-at-point): Use it.
9076
9077 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
9078
9079 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
9080 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
9081
9082 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * subr.el (function-get): Refine `autoload' arg so it can also
9085 autoload functions for gv.el (bug#12191).
9086 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
9087 autoloads macros.
9088
9089 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
9090 Prefer pcase-let over destructuring-bind.
9091 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
9092 Also, remove whitespace as we go, rather than after accumulating the
9093 various places.
9094
9095 * subr.el (internal--before-with-selected-window)
9096 (internal--after-with-selected-window): Fix typo seleted->selected.
9097 (with-selected-window): Adjust callers.
9098 Reported by Dmitry Gutov <dgutov@yandex.ru>.
9099
9100 2012-08-13 Bastien Guerry <bzg@gnu.org>
9101
9102 * window.el (special-display-popup-frame): Minor docstring
9103 enhancement. (Bug#12172)
9104
9105 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
9106
9107 * tar-mode.el (tar-header-data-end): Only ignore size for files of
9108 type 1-6.
9109 (tar-header-block-summarize, tar-get-descriptor): Handle pax
9110 extended headers.
9111
9112 * files.el (hack-local-variables-filter): Remove useless eval.
9113
9114 2012-08-13 Martin Rudalics <rudalics@gmx.at>
9115
9116 * subr.el (with-selected-window): Fix last change.
9117
9118 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * subr.el (internal--before-with-seleted-window)
9121 (internal--after-with-seleted-window): New functions.
9122 (with-selected-window): Use them, to replace dependency on
9123 tty-top-frame.
9124
9125 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
9126
9127 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
9128 binding for `newline'.
9129 (ruby-move-to-block): When moving backward, stop at block opening,
9130 not indentation.
9131 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
9132 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
9133 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9134 `ruby-toggle-block'.
9135
9136 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9138 * ibuffer.el (ibuffer-do-toggle-read-only):
9139 * dired.el (dired-toggle-read-only):
9140 * buff-menu.el (Buffer-menu-toggle-read-only):
9141 * bindings.el (mode-line-toggle-read-only):
9142 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
9143
9144 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
9145
9146 * descr-text.el (describe-char): Put the overlays over the
9147 "displayed as" character.
9148
9149 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
9150
9151 * calc/calc-units.el (math-default-units-table): Give an
9152 initial value.
9153 (math-put-default-units): Add options to put composite units and
9154 unit systems in the default units table.
9155 (calc-convert-units): Send composite units to
9156 `math-put-default-units' when appropriate.
9157
9158 2012-08-11 Glenn Morris <rgm@gnu.org>
9159
9160 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
9161
9162 * tutorial.el (help-with-tutorial):
9163 * emacs-lisp/copyright.el (copyright-update-directory):
9164 * emacs-lisp/autoload.el (autoload-find-generated-file)
9165 (autoload-find-file): Disable local eval: (for insurance).
9166
9167 * files.el (hack-local-variables-filter): If an eval: form is not
9168 known to be safe, and enable-local-variables is :safe, then ignore
9169 the form totally, as is done for non-eval forms. (Bug#12155)
9170 This is CVE-2012-3479.
9171
9172 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
9175 (rx-form): Simplify.
9176
9177 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
9178
9179 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
9180 ?, _, and : are symbol constituents, ! is not (but kinda should be).
9181 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
9182 (ruby-syntax-propertize-function): Adjust for changes in
9183 `ruby-syntax-propertize-heredoc'.
9184
9185 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
9186
9187 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
9188 binding (use `M-;' instead).
9189 (ruby-singleton-class-p): New function.
9190 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9191
9192 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
9195
9196 2012-08-10 Chong Yidong <cyd@gnu.org>
9197
9198 * progmodes/python.el (python-shell-get-process-name): Don't mess
9199 with same-window-buffer-names.
9200
9201 * eshell/eshell.el (eshell-add-to-window-buffer-names)
9202 (eshell-remove-from-window-buffer-names): Make obsolete.
9203 (eshell-buffer-name, eshell-unload-hook): Don't use them.
9204 (eshell): Just use pop-to-buffer-same-window instead.
9205
9206 2012-08-10 Chong Yidong <cyd@gnu.org>
9207
9208 * bindings.el: Bind M-= back to count-words-region.
9209
9210 * simple.el (count-words-region): Accept a prefix arg for acting
9211 on the entire buffer.
9212 (count-words--buffer-message): New helper function.
9213
9214 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
9217 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
9218 (event-start, event-end): Use posn-at-point to return a more
9219 informative posn.
9220 (posnp): New function.
9221 * mouse.el (popup-menu-normalize-position): Use it.
9222
9223 2012-08-10 Masatake YAMATO <yamato@redhat.com>
9224
9225 * mouse.el (popup-menu-normalize-position): New function.
9226 (popup-menu): Use `popup-menu-normalize-position' to normalize
9227 the form for POSITION argument.
9228
9229 * term/x-win.el (x-menu-bar-open):
9230 Use the value returend from (posn-at-point) as position
9231 passed to `popup-menu'.
9232
9233 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9234
9235 * calc/calccomp.el (math-compose-expr): Add extra argument
9236 indicating that parentheses should be put around products in
9237 denominators. Give multiplication precedence over division during
9238 composition.
9239
9240 2012-08-09 Chong Yidong <cyd@gnu.org>
9241
9242 * man.el (Man-switches, Man-sed-command, Man-awk-command)
9243 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
9244 (Man-untabify-command, manual-program): Convert to defcustom
9245 (Bug#10429).
9246
9247 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
9248
9249 * descr-text.el (describe-char): Don't insert extra newlines
9250 (Bug#10127).
9251
9252 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
9253 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
9254
9255 * align.el (align-region): Delete temporary markers (Bug#10047).
9256 Plus some code cleanups.
9257
9258 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9259
9260 * progmodes/python.el (python-pdbtrack-tracked-buffer)
9261 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
9262 (python-shell-internal-last-output): Use make-local-variable
9263 instead of make-variable-buffer-local.
9264
9265 2012-08-09 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9266
9267 * progmodes/python.el: Enhancements to forward-sexp.
9268 (python-nav-forward-sexp): Rename from
9269 python-nav-forward-sexp-function.
9270 (python-nav--forward-sexp, python-nav--backward-sexp):
9271 New functions.
9272
9273 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
9274
9275 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
9276 modes and simplification modes.
9277
9278 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * delsel.el (delete-selection-pre-hook): Don't propagate the
9281 file-supersession signals (bug#12161).
9282
9283 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
9286 (cl-map-extents): Add compatibility aliases (bug#12135).
9287
9288 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
9289
9290 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
9291 tests by `ignore-error'.
9292 (tramp-find-shell): Open also a new shell, when cache is already
9293 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
9294
9295 2012-08-08 Juri Linkov <juri@jurta.org>
9296
9297 * bookmark.el: Add `defaults' property to the bookmark record.
9298 (bookmark-current-buffer): Doc fix.
9299 (bookmark-make-record): Add `defaults' property with default values
9300 to the bookmark record.
9301 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
9302 with `bookmark-insert-current-bookmark'.
9303 (bookmark-set): Get `defaults' property from the bookmark record
9304 and use it in `read-from-minibuffer'.
9305 (bookmark-insert-current-bookmark): Remove function.
9306
9307 * info.el (Info-bookmark-make-record): Add `defaults' property
9308 with values of canonical Info node name, the current Info file
9309 name and the current Info node name. (Bug#12107)
9310
9311 2012-08-08 Juri Linkov <juri@jurta.org>
9312
9313 * files.el (basic-save-buffer): Use `buffer-name' as the default
9314 of `read-file-name' when buffer is not visiting a file (bug#12128).
9315
9316 2012-08-08 Juri Linkov <juri@jurta.org>
9317
9318 * info.el (Info-isearch-search): Doc fix.
9319 (Info-search): Change search-failed message from "initial node" to
9320 "end of node" (bug#12078).
9321 (Info-isearch-search): Change `isearch-string-state' to
9322 `isearch--state-string'.
9323
9324 2012-08-08 Glenn Morris <rgm@gnu.org>
9325
9326 * language/persian.el: Remove file.
9327 * language/misc-lang.el: Move unique part of persian.el here.
9328 * loadup.el: Remove language/persian.
9329
9330 2012-08-08 Ă“scar Fuentes <ofv@wanadoo.es>
9331
9332 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
9333
9334 2012-08-08 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9335
9336 * progmodes/python.el: Fix defsubst warning.
9337 (python-syntax-context) Rename from python-info-ppss-context.
9338 (python-syntax-context-type): Rename from
9339 python-info-ppss-context-type.
9340 (python-syntax-comment-or-string-p): Rename from
9341 python-info-ppss-comment-or-string-p.
9342
9343 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
9344
9345 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
9346
9347 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
9348
9349 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
9350 a defcustom that is quoted with backquote.
9351
9352 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
9353 Fix handling of interactive spec when the body uses return.
9354 (math-do-arg-check, math-define-function-body): Use backquote forms.
9355 * calc/calc-ext.el (math-defcache): Likewise.
9356 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
9357 * allout.el (allout-new-exposure): Likewise.
9358 * calc/calcalg2.el (math-tracing-integral): Likewise.
9359 * info.el (Info-last-menu-item): Likewise.
9360 * emulation/vip.el (vip-loop): Likewise.
9361 * textmodes/artist.el (artist-funcall): Likewise.
9362 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
9363 Construct menu-item directly.
9364
9365 * progmodes/autoconf.el (font-lock-syntactic-keywords):
9366 Don't declare.
9367
9368 2012-08-07 Chong Yidong <cyd@gnu.org>
9369
9370 * simple.el (deactivate-mark): Preserve text properties when
9371 saving the primary selection (Bug#8384).
9372
9373 2012-08-07 Kevin Ryde <user42@zip.com.au>
9374
9375 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
9376 (woman-parse-numeric-value): On a bad .IP line, issue a warning
9377 and continue processing (Bug#12110).
9378
9379 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
9382 syntax-propertize-function (bug#10095).
9383
9384 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
9385
9386 * help-fns.el (help-fns--key-bindings, help-fns--signature)
9387 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
9388 describe-function-1.
9389 (describe-function-1): Use them. Move compiler macro after sig.
9390 (help-fns--compiler-macro): Use function-get. Assume we're already in
9391 standard-output. Adjust layout to new call order.
9392
9393 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
9394 re-binding a symbol that has a symbol-macro (bug#12119).
9395
9396 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
9397
9398 * language/persian.el: New file. (Bug#11812)
9399 * loadup.el: Add language/persian.el.
9400
9401 2012-08-06 Chong Yidong <cyd@gnu.org>
9402
9403 * window.el (window--maybe-raise-frame): New function.
9404 (window--display-buffer): Split off from here.
9405 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9406 (display-buffer-pop-up-window, display-buffer-use-some-window):
9407 Obey an inhibit-switch-frame action alist entry.
9408 (display-buffer): Update doc.
9409
9410 * replace.el (occur-after-change-function): Avoid losing focus by
9411 using the inhibit-switch-frame display parameter (Bug#12139).
9412
9413 2012-08-06 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9414
9415 Make internal shell process buffer names start with space.
9416 * progmodes/python.el (python-shell-make-comint): Add optional
9417 argument INTERNAL.
9418 (run-python-internal): Use it.
9419 (python-shell-internal-get-or-create-process): Check for new
9420 internal buffer names.
9421
9422 2012-08-06 Glenn Morris <rgm@gnu.org>
9423
9424 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
9425 Do less getting and setting of environment variables.
9426
9427 2012-08-05 Chong Yidong <cyd@gnu.org>
9428
9429 * proced.el (proced): Add substitution string to docstring to
9430 trigger autoloading of the proced library on C-h f (Bug#1768).
9431
9432 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9433 Don't show defvars which have no second argument (Bug#8638).
9434
9435 * imenu.el (imenu-generic-expression): Move documentation here
9436 from imenu--generic-function.
9437 (imenu--generic-function): Refer to imenu-generic-expression.
9438
9439 2012-08-05 Vegard Ă˜ye <vegard_oye@hotmail.com> (tiny change)
9440
9441 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
9442 indentation declaration.
9443 (viper-loop): Add indentation declaration (Bug#7025).
9444
9445 2012-08-05 Chong Yidong <cyd@gnu.org>
9446
9447 * help-fns.el (describe-variable): Add hyperlink for
9448 directory-local variables files. Improve buffer-local and
9449 permanent-local reporting; suggested by MON KEY (Bug#6644).
9450
9451 * help-mode.el (help-dir-local-var-def): New button type.
9452
9453 * files.el (kill-buffer-hook): Provide a defvar.
9454
9455 2012-08-05 Glenn Morris <rgm@gnu.org>
9456
9457 * eshell/esh-ext.el (eshell/addpath):
9458 Also update eshell-path-env. (Bug#12013)
9459
9460 2012-08-05 Chong Yidong <cyd@gnu.org>
9461
9462 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
9463
9464 * fringe.el (fringe-styles): Add docstring.
9465 (fringe--check-mode): New function.
9466 (set-fringe-mode, set-fringe-style): Use it.
9467 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
9468
9469 * files.el (set-auto-mode): Fix invalid setq call.
9470
9471 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * isearch.el: Misc simplification; use defstruct.
9474 (isearch-mode-map): Dense maps now work like sparse ones.
9475 (isearch--state): New defstruct.
9476 (isearch-string-state, isearch-message-state, isearch-point-state)
9477 (isearch-success-state, isearch-forward-state)
9478 (isearch-other-end-state, isearch-word-state, isearch-error-state)
9479 (isearch-wrapped-state, isearch-barrier-state)
9480 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
9481 replaced by defstruct's accessors.
9482 (isearch--set-state): Rename from isearch-top-state and change
9483 calling convention.
9484 (isearch-push-state): Use new isearch--get-state.
9485 (isearch-toggle-word): Disable regexp when enabling word.
9486 (isearch-message-prefix): Remove unused arg _c-q-hack.
9487 (isearch-message-suffix): Remove unused arg _ellipsis.
9488
9489 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
9490
9491 * simple.el (list-processes--refresh): For a server use :host or
9492 :local as the address.
9493 (list-processes): Doc fix.
9494
9495 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
9496
9497 * lisp/mpc.el: Support password in host argument.
9498 (mpc--proc-connect): Parse and use new password element.
9499 Set mpc-proc variable instead of returning process.
9500 (mpc-proc): Adjust accordingly.
9501
9502 2012-08-03 Eli Zaretskii <eliz@gnu.org>
9503
9504 * whitespace.el (whitespace-display-mappings): Use Unicode
9505 codepoints, instead of emacs-mule codepoints. See
9506 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
9507 for the details.
9508
9509 * files.el (file-truename): Don't skip symlink-chasing part on
9510 windows-nt. Incorporate the resolution of 8+3 short aliases on
9511 Windows into the loop that recursively chases symlinks.
9512 Compare directory and its parent case-insensitively on MS-Windows and
9513 MS-DOS.
9514
9515 2012-08-03 Chong Yidong <cyd@gnu.org>
9516
9517 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
9518
9519 * sort.el (sort-regexp-fields): Doc fix.
9520
9521 2012-08-03 Tassilo Horn <tsdh@gnu.org>
9522
9523 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
9524 labels regex position point at the expected place.
9525
9526 2012-08-03 MON KEY <monkey@sandpframing.com>
9527
9528 * net/imap.el (imap-interactive-login, imap-authenticate)
9529 (imap-mailbox-lsub, imap-mailbox-list)
9530 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
9531 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
9532 (imap-parse-response): Doc fix.
9533
9534 2012-08-03 JoĂ£o TĂ¡vora <joaotavora@gmail.com>
9535
9536 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
9537 if sexp scanning does not move point (Bug#5734).
9538
9539 2012-08-02 Tassilo Horn <tsdh@gnu.org>
9540
9541 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
9542 Add listings, minted, and ctable packages.
9543 (reftex-label-alist-builtin): Move listings, minted, and ctable
9544 entries before LaTeX.
9545 (reftex-label-alist): Docfix.
9546
9547 2012-08-02 Bastien Guerry <bzg@gnu.org>
9548
9549 * replace.el (occur): Fix docstring (bug#12122).
9550
9551 2012-08-02 Glenn Morris <rgm@gnu.org>
9552
9553 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
9554
9555 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
9556
9557 Obsolete alias inactivate-current-input-method-function (Bug#10150).
9558 * international/mule-cmds.el: Create
9559 inactivate-current-input-method-function as an obsolete alias for
9560 deactivate-current-input-method-function. See Katsumi Yamaoka in
9561 <http://bugs.gnu.org/10150#46>.
9562
9563 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9564
9565 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
9566 of nested `if's.
9567
9568 2012-08-01 Glenn Morris <rgm@gnu.org>
9569
9570 * progmodes/autoconf.el (autoconf-definition-regexp):
9571 Add AH_TEMPLATE, adjust submatch numbering.
9572 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
9573 (autoconf-current-defun-function): Update for above change.
9574 (autoconf-current-defun-function): First skip to end of current word.
9575
9576 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
9577
9578 * calendar/cal-html.el (cal-html-insert-agenda-days):
9579 Fix typo. (Bug#12018)
9580
9581 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9582
9583 Shell processes: enhancements to startup and CEDET compatibility.
9584 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
9585 (python-shell-make-comint): accept-process-output at startup.
9586 (run-python-internal): Set inferior-python-mode-hook to nil.
9587 (python-shell-internal-get-or-create-process): call sit-for.
9588 (python-preoutput-result): Add obsolete alias.
9589 (python-shell-internal-send-string): Use it.
9590 (python-shell-send-setup-code): Remove call to
9591 accept-process-output.
9592
9593 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
9594
9595 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
9596 (Bug#12108)
9597
9598 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
9599
9600 * calc-mode.el (calc-basic-simplification-mode): Rename from
9601 `calc-limited-simplification-mode'.
9602 (calc-alg-simplification-mode): New function.
9603 (calc-set-simplify-mode): Adjust message.
9604
9605 * calc.el (calc-set-mode-line): Adjust mode line display for
9606 basic simplification mode.
9607
9608 * calc-help.el (calc-m-prefix-help): Update help message.
9609
9610 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
9611 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
9612
9613 2012-07-31 Bastien Guerry <bzg@gnu.org>
9614
9615 * man.el (man): Fix comment. (bug#12101)
9616
9617 2012-07-31 Martin Rudalics <rudalics@gmx.at>
9618
9619 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
9620 Don't return a non-nil value when no suitable buffer was found.
9621
9622 2012-07-31 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9623
9624 * progmodes/python.el (run-python-internal): Disable font lock for
9625 internal shells.
9626
9627 2012-07-30 Stefan Merten <smerten@oekonux.de>
9628
9629 * textmodes/rst.el: Silence `checkdoc-ispell'.
9630 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9631 (rst-official-version, rst-official-cvs-rev)
9632 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
9633 (rst-mode-map): New key binding.
9634
9635 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
9636
9637 Update .PHONY listings in makefiles.
9638 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
9639 autoloads, update-subdirs, updates, bzr-update, update-authors,
9640 compile-onefile, compile-calc, backup-compiled-files,
9641 compile-after-backup, compile-one-process, mh-autoloads,
9642 bootstrap-clean, distclean, maintainer-clean.
9643
9644 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9645
9646 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
9647 (calc-set-mode-line): Don't display "AlgSimp ".
9648
9649 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
9650 (calc-lim-simplify-mode): New function.
9651 (calc-set-simplify-mode): Default to 'alg.
9652 (calc-default-simplify-mode): Make algebraic simplifications
9653 the default.
9654
9655 * calc/calc-ext.el (calc-init-extensions): Remove binding for
9656 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
9657
9658 * calc/calc-help.el (calc-m-prefix-help): Change messages to
9659 indicate new simplification modes.
9660
9661 * calc/README: Mention new default simplification mode.
9662
9663 * calc/calc.el (math-normalize-error): New variable.
9664 (math-normalize): Set `math-normalize-error' to t
9665 when there's an error.
9666
9667 * calc/calc-alg.el (math-simplify): Don't simplify when
9668 `math-normalize' returns an error.
9669
9670 2012-07-29 Eli Zaretskii <eliz@gnu.org>
9671
9672 * international/mule-cmds.el (set-locale-environment): Revert last
9673 change, since display-graphic-p returns nil when this function is
9674 called during startup. Instead...
9675
9676 * term/w32console.el (terminal-init-w32console): ...setup the
9677 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
9678
9679 2012-07-29 Juri Linkov <juri@jurta.org>
9680
9681 * simple.el (goto-line): Don't display default line number in the
9682 prompt because it should be displayed by `read-number' (bug#9952).
9683 Add the current line number to the defaults of `goto-line' to
9684 allow its easier modification by users with `M-n' (bug#9201).
9685
9686 * subr.el (read-number): Support multiple default values like in
9687 other minibuffer reading functions. Replace `read' with
9688 `string-to-number' for consistency with `number-to-string'.
9689
9690 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
9691
9692 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
9693 * emulation/viper-init.el (viper-deactivate-input-method-action):
9694 Rename from viper-inactivate-input-method-action.
9695 (viper-deactivate-input-method):
9696 Rename from viper-inactivate-input-method.
9697 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
9698 * international/mule-cmds.el (deactivate-input-method):
9699 Rename from inactivate-input-method.
9700 Also run input-method-deactivate-hook.
9701 (deactivate-current-input-method-function):
9702 Rename from inactivate-current-input-method-function.
9703 (input-method-deactivate-hook): New hook.
9704 (input-method-inactivate-hook): Mark obsolete.
9705 (inactivate-input-method): Mark obsolete.
9706
9707 * international/quail.el (quail-activate):
9708 Also run quail-deactivate-hook.
9709 (quail-deactivate): Rename from quail-inactivate.
9710 * international/robin.el (robin-activate):
9711 Also run robin-deactivate-hook.
9712 (robin-deactivate): Rename from robin-inactivate.
9713
9714 2012-07-29 Chong Yidong <cyd@gnu.org>
9715
9716 * simple.el (indicate-copied-region): New function.
9717 (kill-ring-save): Split off from here.
9718
9719 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
9720 (kill-rectangle): Set deactivate-mark to t on read-only error.
9721
9722 * register.el (copy-to-register, copy-rectangle-to-register):
9723 Deactivate the mark, and use indicate-copied-region (Bug#10056).
9724 (append-to-register, prepend-to-register): Call indicate-copied-region.
9725
9726 2012-07-29 Juri Linkov <juri@jurta.org>
9727
9728 * simple.el (async-shell-command-buffer): New defcustom.
9729 (shell-command): Use it. (Bug#4719)
9730
9731 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9732
9733 * international/mule-cmds.el (set-locale-environment): In a
9734 console session on MS-Windows, set up keyboard and terminal
9735 encoding from the OEM codepage, not the ANSI codepage.
9736 (Bug#12055)
9737
9738 2012-07-28 Chong Yidong <cyd@gnu.org>
9739
9740 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
9741 gdb-get-location.
9742
9743 2012-07-28 Leo Liu <sdl.web@gmail.com>
9744
9745 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
9746 the alist (bug#12029).
9747
9748 2012-07-28 Eli Zaretskii <eliz@gnu.org>
9749
9750 * makefile.w32-in (custom-deps, finder-data, updates, compile)
9751 (compile-always, compile-first)
9752 ($(lisp)/calendar/cal-loaddefs.el)
9753 ($(lisp)/calendar/diary-loaddefs.el)
9754 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9755 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
9756 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
9757 instead of on update-subdirs.
9758 (bootstrap-clean): Delete $(lisp)/subdirs.el.
9759
9760 2012-07-28 Chong Yidong <cyd@gnu.org>
9761
9762 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
9763 directory if vc-deduce-backend returns nil (Bug#7350).
9764
9765 * simple.el (delete-trailing-lines): New option.
9766 (delete-trailing-whitespace): Obey it (Bug#11879).
9767
9768 2012-07-28 David Engster <deng@randomsample.de>
9769
9770 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
9771 Explanation of new 'symbol-qnames feature in doc-strings.
9772 (xml-maybe-do-ns): Return expanded names as plain symbols if
9773 'symbol-qnames was provided in XML-NS argument (Bug#11916).
9774 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
9775
9776 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9777
9778 Consistent completion in inferior python with emacs -nw.
9779 * progmodes/python.el (inferior-python-mode): replace "<tab>"
9780 binding in inferior-python-mode-map with "\t".
9781 (python-shell-completion-complete-at-point)
9782 (python-completion-complete-at-point): Remove interactive spec.
9783
9784 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9785
9786 * calc/calccomp.el (math-compose-expr): Undo previous change.
9787
9788 2012-07-27 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
9789
9790 * progmodes/python.el (python-mode-map): Add keybinding for
9791 run-python.
9792 (python-shell-make-comint): Fix pop-to-buffer call.
9793 (run-python): Autoload. New arg SHOW.
9794 (python-shell-get-or-create-process): Do not pop python process
9795 buffer.
9796
9797 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
9798
9799 * notifications.el (notifications-on-action-signal)
9800 (notifications-on-closed-signal): Use also the bus address for the map.
9801 (notifications-notify, notifications-close-notification)
9802 (notifications-get-capabilities): Add optional argument BUS.
9803
9804 2012-07-27 Tassilo Horn <tsdh@gnu.org>
9805
9806 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
9807 Add support for the lstlisting and minted environments, and for the
9808 ctable macro.
9809 * textmodes/reftex.el (reftex-compile-variables): Also recognize
9810 labels written in keyvals syntax.
9811
9812 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
9813
9814 * calc/calccomp.el (math-compose-expr): Use parentheses when
9815 there is a product in the denominator of a fraction.
9816
9817 2012-07-26 Eli Zaretskii <eliz@gnu.org>
9818
9819 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9820 ($(lisp)/calendar/diary-loaddefs.el)
9821 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
9822 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
9823 Fixes failures in parallel bootstrap because subdirs.el is being
9824 rewritten while the autoload files are built at the same time,
9825 which needs to load subdirs.el.
9826
9827 2012-07-26 Martin Rudalics <rudalics@gmx.at>
9828
9829 * mouse.el (popup-menu): Fix doc-string and re-indent code.
9830 (mouse-drag-line): Don't exit tracking when a switch-frame or
9831 switch-window event occurs (Bug#12006).
9832
9833 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 * mouse.el (popup-menu): Fix last change.
9836
9837 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9838
9839 Autoload from Lisp with more care. Follow aliases when looking for
9840 function properties.
9841 * subr.el (autoloadp): New function.
9842 (symbol-file): Use it.
9843 (function-get): New function.
9844 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
9845 autoload-do-load.
9846 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
9847 (lisp-indent-function):
9848 * emacs-lisp/gv.el (gv-get):
9849 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
9850 * emacs-lisp/byte-opt.el (byte-optimize-form):
9851 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9852 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
9853 Use function-get.
9854 * emacs-lisp/cl.el: Don't propagate function properties any more.
9855
9856 * speedbar.el (speedbar-add-localized-speedbar-support):
9857 * emacs-lisp/disass.el (disassemble-internal):
9858 * desktop.el (desktop-load-file):
9859 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
9860 (describe-function-1):
9861 * emacs-lisp/find-func.el (find-function-noselect):
9862 * emacs-lisp/elp.el (elp-instrument-function):
9863 * emacs-lisp/advice.el (ad-has-proper-definition):
9864 * apropos.el (apropos-safe-documentation, apropos-macrop):
9865 * emacs-lisp/debug.el (debug-on-entry):
9866 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
9867 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9868 * calc/calc.el (name): Use autoloadp & autoload-do-load.
9869
9870 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
9871
9872 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
9873 function, not an obsolete variable (Bug#12046).
9874
9875 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
9876
9877 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
9878
9879 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
9880
9881 * emacs-lisp/pp.el (pp-display-expression): Select old selected
9882 window only if it is still live (Bug#12034).
9883
9884 2012-07-25 Martin Rudalics <rudalics@gmx.at>
9885
9886 * subr.el (redirect-frame-focus): Add advertised calling
9887 convention (Bug#12030).
9888
9889 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
9890
9891 Prefer typical American spelling for "acknowledgment".
9892 * vc/add-log.el (change-log-acknowledgment): Rename from
9893 change-log-acknowledgement, with an alias for the old name.
9894
9895 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
9896
9897 * calc-alg.el (math-simplify-divide): Don't cross multiply
9898 in an equation when the lhs is a variable.
9899
9900 2012-07-24 Julien Danjou <julien@danjou.info>
9901
9902 * net/netrc.el (netrc-find-service-number, netrc-store-data):
9903 Remove, unused.
9904
9905 2012-07-23 Eli Zaretskii <eliz@gnu.org>
9906
9907 * startup.el (command-line): Don't display an empty user name in
9908 the error message about non-existent home directory, when
9909 init-file-user was set to an empty string. See
9910 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
9911 for the details and context.
9912
9913 2012-07-22 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9914
9915 * ses.el (ses-cell-formula-aset): New macro.
9916 (ses-cell-references-aset): New macro.
9917 (ses-cell-p): New function.
9918 (ses-rename-cell): Do no longer rely on complex operations like
9919 ses-cell-set-formula or ses-set-cell to change the cell and handle
9920 the undo at the same time, but rather use lower level new macros
9921 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
9922 the undo directly. Refresh the mode line.
9923
9924 2012-07-21 Leo Liu <sdl.web@gmail.com>
9925
9926 * progmodes/cc-cmds.el (c-defun-name):
9927 Use match-string-no-properties instead for consistency.
9928
9929 2012-07-20 Leo Liu <sdl.web@gmail.com>
9930
9931 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
9932 (Bug#7879)
9933
9934 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
9935
9936 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
9939 * progmodes/bug-reference.el, misearch.el: Provide themselves
9940 (bug#11915).
9941
9942 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
9943 of narrowed buffer (bug#11966).
9944
9945 2012-07-20 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
9946
9947 * ses.el (ses-rename-cell): Set new name also in reference list of
9948 cells of which the renamed cell depends.
9949
9950 2012-07-20 Masatake YAMATO <yamato@redhat.com>
9951
9952 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
9953 to check whether menu-bar is shown or not. If not shown,
9954 show the menu-bar as a popup menu instead of using tmm.
9955 * mouse.el (popup-menu): Accept `point' as `position' argument.
9956
9957 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
9958
9959 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
9960 up inside string symbol literal (bug#11923).
9961
9962 2012-07-20 Eli Zaretskii <eliz@gnu.org>
9963
9964 * startup.el (fancy-startup-text): Read the whole tutorial, not
9965 just its first 256 bytes. Prevents gibberish in display of the
9966 tutorial title.
9967
9968 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
9969
9970 Drop idle buffer compaction due to an absence of the
9971 proved efficiency.
9972 * compact.el: Remove.
9973
9974 2012-07-19 Sam Steingold <sds@gnu.org>
9975
9976 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
9977 vc-bzr-pull & vc-bzr-merge-branch.
9978 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
9979 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
9980 for consistency with compilation-error-regexp-alist.
9981 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
9982 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9983 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9984 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9985
9986 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * emacs-lisp/chart.el: Use lexical-binding.
9989 (chart-emacs-storage): Don't hardcode the list of entries.
9990
9991 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9992
9993 Next round of tweaks caused by Fgarbage_collect changes.
9994 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9995
9996 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
9997
9998 Compact buffers when idle.
9999 * compact.el: New file.
10000
10001 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * subr.el (eventp): Presume that if it looks vaguely like an event,
10004 it's an event (bug#10190).
10005
10006 2012-07-19 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10007
10008 Enhancements to ppss related code (thanks Stefan).
10009 * progmodes/python.el (python-indent-context)
10010 (python-indent-calculate-indentation, python-indent-dedent-line)
10011 (python-indent-electric-colon, python-nav-forward-block)
10012 (python-mode-abbrev-table)
10013 (python-info-assignment-continuation-line-p): Simplify checks
10014 for ppss context.
10015 (python-info-continuation-line-p): Cleanup.
10016 (python-info-ppss-context): Do not catch 'quote.
10017 (python-info-ppss-context-type)
10018 (python-info-ppss-comment-or-string-p): Simplify.
10019
10020 2012-07-18 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10021
10022 * progmodes/python.el: Enhancements to eldoc support.
10023 (python-info-current-symbol): New function.
10024 (python-eldoc-at-point): Use python-info-current-symbol.
10025 (python-info-current-defun): Fix cornercase on first defun scan.
10026 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
10027 and signal error when no inferior python process is available.
10028
10029 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
10030
10031 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
10032 assume it's always t.
10033 (vc-git-registered): Remove caching, the function is only called
10034 once.
10035 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
10036
10037 2012-07-18 Chong Yidong <cyd@gnu.org>
10038
10039 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
10040
10041 * simple.el (count-words): Report on narrowing (Bug#9959).
10042
10043 * bindings.el: Bind M-= to count-words.
10044
10045 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
10046
10047 2012-07-18 Masatake YAMATO <yamato@redhat.com>
10048
10049 * progmodes/sh-script.el (sh-imenu-generic-expression):
10050 Capture a function with `function' keyword and without parentheses
10051 like "function FOO" (bug#11856).
10052
10053 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
10054
10055 * window.el (split-window-sensibly): Make WINDOW argument
10056 optional.
10057
10058 2012-07-18 Chong Yidong <cyd@gnu.org>
10059
10060 * subr.el (keyboard-translate): Doc fix (Bug#7261).
10061
10062 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
10063 and make C-x 8 RET exit isearch (Bug#11439).
10064
10065 * international/iso-transl.el: Move isearch-mode-map key
10066 definitions to isearch.el.
10067
10068 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
10071 (eieio-defclass): Use gv-define-setter when possible.
10072
10073 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
10074
10075 Reflect recent changes in Fgarbage_collect.
10076 * emacs-lisp/chart.el (chart-emacs-storage): Change to
10077 reflect new format of data returned by Fgarbage_collect.
10078
10079 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10080
10081 New utility functions + python-info-ppss-context fix (Bug#11910).
10082 * progmodes/python.el (python-info-beginning-of-block-statement-p)
10083 (python-info-ppss-comment-or-string-p): New functions.
10084 (python-info-ppss-context): Small fix for string check.
10085
10086 2012-07-17 Juri Linkov <juri@jurta.org>
10087
10088 * dired-aux.el (dired-do-async-shell-command): Doc fix.
10089 (dired-do-async-shell-command): Don't add `*' at the end of the
10090 command (Bug#11815).
10091 (dired-do-shell-command): Doc fix.
10092 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
10093 Join the individual commands using either "&" or ";" as the
10094 separator depending on the values of these trailing characters.
10095 At the end re-add the trailing "&". (Bug#10598)
10096
10097 * simple.el (async-shell-command): Sync the interactive spec with
10098 `shell-command'. Doc fix.
10099 (shell-command): Doc fix.
10100
10101 2012-07-17 Juri Linkov <juri@jurta.org>
10102
10103 * descr-text.el (describe-char): Fix format args. (Bug#10129)
10104
10105 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10106
10107 Final renames and doc fixes for movement commands (bug#11899).
10108 * progmodes/python.el (python-nav-beginning-of-statement):
10109 Rename from python-nav-statement-start.
10110 (python-nav-end-of-statement): Rename from
10111 python-nav-statement-end.
10112 (python-nav-beginning-of-block): Rename from
10113 python-nav-block-start.
10114 (python-nav-end-of-block): Rename from python-nav-block-end.
10115
10116 2012-07-17 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10117
10118 * progmodes/python.el (python-shell-send-string-no-output):
10119 Allow accept-process-output to quit, keeping shell process ready for
10120 future interactions (Bug#11868).
10121
10122 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10123
10124 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
10125
10126 * emacs-lisp/elint.el (elint-find-args-in-code):
10127 Use help-function-arglist, so as to handle lexical byte-code.
10128
10129 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
10130 change (bug#11826).
10131
10132 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
10135 Avoid spuriously marking the buffer as modified because of c-is-sws.
10136
10137 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
10138 as not-a-comment (bug#11946).
10139
10140 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
10141 for uninterned vars.
10142
10143 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
10144 Use read-event since we don't really want to read chars but bytes.
10145
10146 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
10147 $$..$$ but also $..$ using regexps (bug#11953).
10148 Use tex-verbatim for \url and \path.
10149 (tex-font-lock-keywords): Define as defconst like the others.
10150 (tex-common-initialization): Don't use font-lock-syntax-table any more.
10151
10152 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
10153
10154 * international/mule-cmds.el (ucs-insert): Make it an obsolete
10155 alias for insert-char.
10156
10157 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10158
10159 * progmodes/python.el: Simplified imenu implementation.
10160 (python-nav-jump-to-defun): Remove command.
10161 (python-mode-map): Use `imenu' instead.
10162 (python-nav-list-defun-positions-cache)
10163 (python-imenu-include-defun-type, python-imenu-make-tree)
10164 (python-imenu-subtree-root-label, python-imenu-index-alist):
10165 Remove vars.
10166 (python-nav-list-defun-positions, python-nav-read-defun)
10167 (python-imenu-tree-assoc, python-imenu-make-element-tree)
10168 (python-imenu-make-tree, python-imenu-create-index):
10169 Remove functions.
10170 (python-mode): Update to interact with imenu by setting
10171 `imenu-extract-index-name-function' only.
10172
10173 2012-07-16 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
10174
10175 * progmodes/python.el: Enhancements to navigation commands.
10176 (python-nav-backward-sentence)
10177 (python-nav-forward-sentence): Remove.
10178 (python-nav-backward-statement, python-nav-forward-statement)
10179 (python-nav-statement-start, python-nav-statement-end)
10180 (python-nav-backward-block, python-nav-forward-block)
10181 (python-nav-block-start, python-nav-block-end)
10182 (python-nav-forward-sexp-function)
10183 (python-info-current-line-comment-p)
10184 (python-info-current-line-empty-p): New functions.
10185 (python-indent-context): Use `python-nav-statement-start'.
10186
10187 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
10188
10189 * eshell/em-ls.el (eshell/ls): Use `apply'.
10190
10191 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
10192 multi-hops, instead of Tramp internals.
10193
10194 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
10195
10196 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
10197 when F1 and F2 are located on different hosts.
10198
10199 2012-07-14 Chong Yidong <cyd@gnu.org>
10200
10201 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
10202 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
10203 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
10204 (xterm-mouse--read-event-sequence-1000)
10205 (xterm-mouse--read-event-sequence-1006): New functions. For old
10206 mouse protocol, handle M-mouse-X events correctly.
10207 (xterm-mouse-event): New arg specifying mouse protocol.
10208 (turn-on-xterm-mouse-tracking-on-terminal)
10209 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
10210 sequence to toggle extended coordinates on newer XTerms.
10211 This appears to be harmless on terminals which do not support this.
10212
10213 2012-07-14 Leo Liu <sdl.web@gmail.com>
10214
10215 Add fringe bitmap indicators for flymake. (Bug#11253)
10216 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
10217 (flymake-make-overlay): New arg BITMAP.
10218 (flymake-error-bitmap, flymake-warning-bitmap)
10219 (flymake-fringe-indicator-position): New user variables.
10220
10221 * fringe.el: New bitmap exclamation-mark.
10222
10223 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
10224
10225 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
10226 also (Bug#7879).
10227
10228 2012-07-14 Chong Yidong <cyd@gnu.org>
10229
10230 * electric.el (electric-pair-post-self-insert-function): Fix pair
10231 insertion in empty-region case (Bug#11520).
10232
10233 2012-07-14 Chong Yidong <cyd@gnu.org>
10234
10235 * bindings.el: Consolidate ctl-x-r-map bindings.
10236 Bind copy-rectangle-as-kill to C-x r w.
10237
10238 * rect.el, register.el: Move bindings to bindings.el.
10239
10240 2012-07-14 Reuben Thomas <rrt@sc3d.org>
10241
10242 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
10243
10244 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
10245
10246 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
10247
10248 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
10249
10250 * bindings.el (top): Use `mapc' instead of `mapcar'.
10251
10252 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
10253
10254 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
10255
10256 * progmodes/sql.el (sql-comint): Suppress the check for program on
10257 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
10258 (Bug#11908)
10259
10260 2012-07-13 Chong Yidong <cyd@gnu.org>
10261
10262 * bindings.el: Assign a non-nil permanent-local property to
10263 per-buffer variables which lack a default value (Bug#11930).
10264
10265 * help-fns.el (describe-variable): In the "automatically becomes
10266 local" notice, take note of permanent-local variables.
10267
10268 2012-07-13 Chong Yidong <cyd@gnu.org>
10269
10270 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
10271 to allow printing the message when called from Lisp.
10272
10273 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10274 Remove toggle-read-only.
10275
10276 * bs.el (bs-toggle-readonly):
10277 * buff-menu.el (Buffer-menu-toggle-read-only):
10278 Remove with-no-warnings around toggle-read-only.
10279
10280 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
10281 Remove with-no-warnings around toggle-read-only.
10282 (ffap-read-only, ffap-read-only-other-window)
10283 (ffap-read-only-other-frame): Callers changed.
10284
10285 * help-mode.el: Don't require view package.
10286 (help-mode-finish): Set buffer-read-only instead of calling
10287 toggle-read-only.
10288
10289 * bindings.el (mode-line-toggle-read-only):
10290 * dired.el (dired-toggle-read-only):
10291 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
10292 with non-nil second arg.
10293
10294 * emacs-lisp/eieio-custom.el (eieio-customize-object):
10295 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
10296 directly.
10297
10298 2012-07-12 Eli Zaretskii <eliz@gnu.org>
10299
10300 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
10301 not incf.
10302
10303 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 More CL cleanups and reduction of use of cl.el.
10306 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
10307 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
10308 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
10309 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
10310 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
10311 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
10312 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
10313 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
10314 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
10315 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
10316 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
10317 * eshell/em-cmpl.el, eshell/em-banner.el:
10318 * calendar/parse-time.el: Use cl-lib.
10319 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
10320 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
10321 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
10322 * term/ns-win.el, term.el, shell.el, ps-samp.el:
10323 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
10324 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
10325 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
10326 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
10327 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
10328 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
10329 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
10330 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
10331 `lambda' rather than with `quote'.
10332 (eshell-do-opt): Adjust accordingly.
10333 (eshell-process-option): Simplify.
10334 * eshell/esh-var.el:
10335 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
10336 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
10337 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
10338 to `pcase--dontcare'.
10339 * emacs-lisp/cl.el (labels): Mark obsolete.
10340 (cl--letf, letf): Move to cl-lib.
10341 (cl--letf*, letf*): Remove.
10342 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
10343 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
10344 (cl-progv): Rewrite.
10345 (cl--letf, cl-letf): Move from cl.el.
10346 (cl-letf*): New macro.
10347 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
10348
10349 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
10350
10351 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
10352
10353 2012-07-11 Chong Yidong <cyd@gnu.org>
10354
10355 * vc/log-edit.el (log-edit-vc-backend): New variable.
10356 (log-edit): Doc fix.
10357
10358 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
10359 argument of log-edit to set up all local variables.
10360 (vc-start-logentry): New optional arg specifying VC backend.
10361
10362 * vc/vc.el (vc-checkin): Use it.
10363 (vc-deduce-fileset): Handle Log Edit buffers.
10364 (vc-diff): Make first argument optional too.
10365
10366 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
10367
10368 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
10369
10370 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
10371 command, just in case. The function is not needed anymore.
10372 (eshell-external-command): Do not call `eshell-remote-command'.
10373
10374 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 Reduce use of (require 'cl).
10377 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
10378 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
10379 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
10380 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
10381 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
10382 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
10383 * battery.el, avoid.el, abbrev.el: Use cl-lib.
10384 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
10385 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
10386 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
10387 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
10388 * calculator.el, autorevert.el, apropos.el: Don't require CL.
10389 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
10390 (byte-compile-unfold-bcf, byte-compile-check-variable):
10391 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10392 (byte-compile-nilconstp):
10393 * emacs-lisp/autoload.el (make-autoload): Use pcase.
10394 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
10395
10396 * emacs-lisp/gv.el (cond): Make it a valid place.
10397 (if): Simplify slightly.
10398
10399 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
10400 (pcase--self-quoting-p): New function.
10401 (pcase--u1): Use it.
10402
10403 2012-07-10 Glenn Morris <rgm@gnu.org>
10404
10405 * emacs-lisp/authors.el (authors-fixed-entries):
10406 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
10407
10408 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
10409
10410 Rename configure.in to configure.ac (Bug#11603).
10411 * emacs-lisp/authors.el (authors-canonical-file-name):
10412 * progmodes/autoconf.el (autoconf-mode):
10413 Prefer configure.ac to configure.in.
10414
10415 2012-07-08 Chong Yidong <cyd@gnu.org>
10416
10417 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
10418 Implement the mouse-1-click-follows-link handling properly.
10419
10420 * info.el (Info-link-keymap): Use follow-link mechanism for
10421 header-line links (Bug#374).
10422
10423 * simple.el (deactivate-mark): Do not set the primary selection
10424 if another program has acquired it (Bug#11772).
10425
10426 2012-07-07 Kevin Ryde <user42@zip.com.au>
10427
10428 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
10429 (woman-decode-region): Replace escaped-escapes without destroying
10430 bold or underline (Bug#11552).
10431 (woman2-process-escapes): Handle nofill regions (Bug#11591).
10432
10433 2012-07-07 Chong Yidong <cyd@gnu.org>
10434
10435 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
10436 (interprogram-cut-function, interprogram-paste-function):
10437 Mention that we typically mean the clipboard.
10438
10439 2012-07-06 Glenn Morris <rgm@gnu.org>
10440
10441 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
10442
10443 * files.el (toggle-read-only): Restrict message to interactive use.
10444
10445 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
10446
10447 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
10448
10449 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
10450
10451 2012-07-06 Glenn Morris <rgm@gnu.org>
10452
10453 * Makefile.in (compile-one-process): Rename from "recompile".
10454
10455 * Makefile.in (bzr-update): "compile" is the same as "recompile
10456 autoloads", but parallelizable, so use that instead.
10457
10458 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
10459
10460 * window.el (quit-window): Always restore window height when
10461 it's saved in quit-restore parameter (Bug#11810).
10462
10463 2012-07-06 Glenn Morris <rgm@gnu.org>
10464
10465 * simple.el (kill-whole-line): Doc tweak.
10466
10467 2012-07-06 Eli Zaretskii <eliz@gnu.org>
10468
10469 * files.el (file-relative-name): Compare file names
10470 case-insensitively if on MS-Windows or MS-DOS, or if
10471 read-file-name-completion-ignore-case is non-nil. Don't use
10472 case-fold-search for this purpose. (Bug#11827)
10473
10474 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
10475
10476 * calendar/cal-dst.el (calendar-current-time-zone):
10477 Return calendar-current-time-zone-cache if non-nil.
10478
10479 2012-07-17 Masatake YAMATO <yamato@redhat.com>
10480 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
10481
10482 * calendar/cal-dst.el (calendar-current-time-zone):
10483 Return calendar-current-time-zone-cache if non-nil.
10484
10485 2012-07-06 Glenn Morris <rgm@gnu.org>
10486
10487 * Makefile.in (cvs-update): Remove old alias.
10488
10489 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
10490
10491 Sync with Tramp 2.2.6-pre.
10492
10493 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
10494 compatible declaration.
10495
10496 * net/tramp-cmds.el (tramp-append-tramp-buffers):
10497 Protect `list-load-path-shadows' call.
10498
10499 * net/tramp-compat.el (top): Require packages, which aren't
10500 autoloaded anymore for XEmacs. Protect call of
10501 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
10502 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
10503 it hurts at least for SXEmacs.
10504 (tramp-compat-temporary-file-directory): In XEmacs, there is no
10505 standard-value for `temporary-file-directory'.
10506
10507 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
10508 Redirect stderr to /dev/null.
10509 (tramp-sh-handle-write-region): uid and gid can be floats.
10510 Reported by Russell Sim <russell.sim@gmail.com>.
10511 (tramp-sh-handle-vc-registered): Hide errors.
10512 (tramp-vc-file-name-handler): Use dummy results for `process-file'
10513 and `start-file-process'.
10514 (tramp-maybe-open-connection): Check also whether `non-essential'
10515 is bound.
10516
10517 2012-07-04 Chong Yidong <cyd@gnu.org>
10518
10519 * xml.el (xml--parse-buffer): Use xml-syntax-table.
10520 (xml-parse-tag): Likewise, and avoid changing entity tables.
10521 (xml-syntax-table): Define from scratch, making sure not to give
10522 x2000 and other Unicode spaces whitespace syntax, since those are
10523 not spaces in XML.
10524 (xml-parse-fragment): Delete unused function.
10525 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
10526 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
10527 (xml-entity-ref, xml-pe-reference-re)
10528 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
10529 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
10530 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
10531 (xml-entity-value-re): Use syntax references in regexps where
10532 possible; no need to define inside a let-binding.
10533 (xml-parse-dtd): Use xml-pe-reference-re.
10534 (xml-entity-or-char-ref-re): New defconst.
10535 (xml-parse-string, xml-substitute-special): Use it.
10536
10537 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10538
10539 * files.el (locate-dominating-file): Allow `name' to be a predicate.
10540 (find-file--read-only): New function.
10541 (find-file-read-only, find-file-read-only-other-window)
10542 (find-file-read-only-other-frame): Use it.
10543 (insert-file-contents-literally): Don't `fset'.
10544 (get-free-disk-space): Use locate-dominating-file.
10545
10546 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
10547 function is already compiled.
10548
10549 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
10550
10551 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
10552
10553 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
10554 files on the same host.
10555
10556 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
10557
10558 * help-fns.el (describe-function-1): Only call
10559 help-fns--autoloaded-p when we have a file name. (Bug#11848)
10560
10561 2012-07-03 Chong Yidong <cyd@gnu.org>
10562
10563 * xml.el: Protect parser against XML bombs.
10564 (xml-entity-expansion-limit): New variable.
10565 (xml-parse-string, xml-substitute-special): Use it.
10566 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
10567
10568 2012-07-03 Glenn Morris <rgm@gnu.org>
10569
10570 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10571 Allow linking to specific messages in debbugs reports (eg 123#5).
10572
10573 2012-07-02 Chong Yidong <cyd@gnu.org>
10574
10575 * xml.el: Fix entity and character reference expansion, allowing
10576 them to expand into markup as per XML spec.
10577 (xml-default-ns): New variable.
10578 (xml-entity-alist): Use XML spec definitions for lt and amp.
10579 (xml-parse-region): Make first two arguments optional.
10580 Discard text properties.
10581 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
10582 All callers changed.
10583 (xml-parse-tag): Call xml-parse-tag-1. For backward
10584 compatibility, this function should not modify buffer contents.
10585 (xml-parse-tag-1): Fix opening-tag regexp.
10586 (xml-parse-string): Rewrite, handling entity and character
10587 references properly.
10588 (xml--entity-replacement-text): Signal an error if a parameter
10589 entity is undefined.
10590
10591 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10592
10593 * comint.el (comint-output-filter): Filter out repeated prompts.
10594
10595 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
10596 and file-name-absolute-p.
10597 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
10598 internal calls.
10599
10600 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
10601
10602 Spelling fixes.
10603 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
10604 Rename from byte-compile--refiy-function. All uses changed.
10605
10606 2012-07-01 Chong Yidong <cyd@gnu.org>
10607
10608 * xml.el (xml--parse-buffer): New function. Move most of
10609 xml-parse-region here.
10610 (xml-parse-region): Copy region into a temporary buffer, since
10611 parameter entity substitution requires changing buffer contents.
10612 Use xml--parse-buffer.
10613 (xml-parse-file): Use xml--parse-buffer.
10614 (xml-parse-dtd): Make parameter entity substitution work right.
10615 Use proper regexps for ELEMENT declarations (Bug#7172).
10616
10617 2012-06-30 Glenn Morris <rgm@gnu.org>
10618
10619 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
10620
10621 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
10622 Remove outdated and unnecessary dbus declarations.
10623
10624 2012-06-30 Eli Zaretskii <eliz@gnu.org>
10625
10626 * emacs-lisp/timer.el (timer-until): Subtract results of
10627 float-time, instead of taking float-time of the result of
10628 time-subtract, since float-time signals an error for negative time
10629 arguments.
10630
10631 2012-06-30 Chong Yidong <cyd@gnu.org>
10632
10633 * xml.el (xml-*-re): Convert defvars into defconsts, and
10634 eval-and-compile them so eval-and-compile works on derivatives.
10635 (xml--entity-replacement-text): Use eval-and-comple.
10636
10637 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
10638
10639 * vc/vc-git.el (vc-git-registered): Use cache property
10640 `git-registered'.
10641 (vc-git-mode-line-string): Call `vc-working-revision' instead of
10642 `vc-git-working-revision' in order to benefit from the cache.
10643 (vc-git-root): Use cache property `git-root'. (Bug#11757)
10644
10645 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
10646
10647 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
10648 removed (likely outside Emacs). (Bug#11757)
10649
10650 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * emacs-lisp/cl-lib.el: Require macroexp.
10653
10654 2012-06-30 Chong Yidong <cyd@gnu.org>
10655
10656 * xml.el: Implement XML parameter entities.
10657 (xml-parameter-entity-alist): New variable.
10658 (xml-parse-region, xml-parse-fragment): Preserve previous values
10659 of xml-entity-alist and xml-parameter-entity-alist, so that
10660 repeated calls on different documents do not change them.
10661 (xml-parse-tag): Fix doctype regexp.
10662 (xml--entity-replacement-text): New function.
10663 (xml-parse-dtd): Use it. Don't handle system entities; doing that
10664 properly requires url retrieval which is unimplemented.
10665 (xml-escape-string): Doc fix.
10666
10667 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
10670
10671 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
10672
10673 * fringe.el (fringe-mode): Doc fix.
10674
10675 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
10676
10677 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
10678 is non-nil.
10679 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
10680 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
10681
10682 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
10683
10684 * calendar/cal-dst.el (calendar-current-time-zone):
10685 Return calendar-current-time-zone-cache if non-nil.
10686
10687 2012-06-29 Masatake YAMATO <yamato@redhat.com>
10688
10689 * progmodes/which-func.el (which-func-format):
10690 Add mouse-face. (Bug#11698)
10691
10692 2012-06-29 Leo Liu <sdl.web@gmail.com>
10693
10694 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
10695
10696 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10697
10698 * minibuffer.el (minibuffer-confirm-exit-commands):
10699 Add completion-at-point (bug#11725).
10700
10701 2012-06-29 Glenn Morris <rgm@gnu.org>
10702
10703 * progmodes/f90.el (f90-font-lock-keywords-2):
10704 Add some preprocessor elements. (Bug#10499)
10705
10706 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10707
10708 * progmodes/cperl-mode.el (cperl-update-syntaxification):
10709 Use syntax-propertize (bug#11739).
10710
10711 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
10712
10713 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
10714
10715 2012-06-28 Julien Danjou <julien@danjou.info>
10716
10717 * term.el (term-handle-colors-array): Use a set of new faces to
10718 color the terminal. Also uses :inverse-video property.
10719 (term-default-fg-color): Set to nil by default, deprecate in favor
10720 of `term-face'.
10721 (term-default-bg-color): Set to nil by default, deprecate in favor
10722 of `term-face'.
10723 (term-current-face): Use `term-face' by default.
10724 (term-bold-attribute): Variable deleted.
10725
10726 2012-06-28 Glenn Morris <rgm@gnu.org>
10727
10728 * simple.el (completion-list-mode-finish):
10729 Don't use toggle-read-only. (Since completion-list-mode has
10730 a special mode-class, it wasn't doing anything extra anyway.)
10731
10732 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10733
10734 Make inlining of other-mode interpreted functions work (bug#11799).
10735 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
10736 (byte-compile): Use it to fix compilation of lexical-binding closures.
10737 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
10738 function, if needed.
10739
10740 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10741
10742 * help-mode.el (help-make-xrefs): Don't just withstand
10743 cyclic-variable-indirection but any error in documentation-property.
10744
10745 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
10746 memory use.
10747 * bindings.el (bindings--define-key): New function.
10748 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
10749 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
10750 * bindings.el: Use it to purecopy define-key bindings.
10751
10752 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
10753
10754 * emacs-lisp/cl.el (flet): Mark obsolete.
10755 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
10756 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
10757 * progmodes/js.el (js-c-fill-paragraph):
10758 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
10759 (ebrowse-switch-member-buffer-to-derived-class):
10760 * play/5x5.el (5x5-solver): Use cl-flet.
10761
10762 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
10763 (cl--symbol-function): New macro.
10764 (cl--letf, cl--letf*): Use it.
10765
10766 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10767 Strip "toggle-" if any.
10768
10769 2012-06-27 Glenn Morris <rgm@gnu.org>
10770
10771 * info.el (Info-default-directory-list): Move here from paths.el.
10772 * paths.el: Remove file, which is now empty.
10773 * loadup.el: No longer load "paths".
10774
10775 * custom.el (custom-initialize-delay): Doc fix.
10776
10777 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10778 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10779 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10780 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10781 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10782 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
10783 * eshell/eshell.el (eshell-defgroup): Remove alias.
10784
10785 2012-06-27 Chong Yidong <cyd@gnu.org>
10786
10787 * help.el (help-enable-auto-load): New variable.
10788
10789 * help-fns.el (help-fns--autoloaded-p): New function.
10790 (describe-function-1): Refer to a function as "autoloaded" if it
10791 was autoloaded at any time in the past. Perform autoloading if
10792 help-enable-auto-load is non-nil.
10793
10794 2012-06-26 Eli Zaretskii <eliz@gnu.org>
10795
10796 * makefile.w32-in (compile, compile-always): Depend on
10797 update-subdirs, not on subdirs.el. Otherwise, several different
10798 sub-targets of 'bootstrap' running in parallel could
10799 simultaneously write to subdirs.el, producing a garbled file.
10800
10801 2012-06-26 Sam Steingold <sds@gnu.org>
10802
10803 * files.el (file-name-base): New convenience function.
10804 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
10805 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
10806 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
10807 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
10808 * textmodes/ispell.el, textmodes/reftex-ref.el:
10809 * textmodes/tex-mode.el: Use it.
10810 Did not touch cedet and org because they are maintained elsewhere.
10811
10812 2012-06-26 Martin Rudalics <rudalics@gmx.at>
10813
10814 * calendar/calendar.el (calendar-exit): Don't try to delete or
10815 iconify last frame. See:
10816 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
10817
10818 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
10819
10820 * server.el (server-process-filter): Remember dir in the
10821 process's `server-client-directory' properties.
10822
10823 2012-06-24 Chong Yidong <cyd@gnu.org>
10824
10825 * xml.el (xml-parse-tag): Correctly handle comment embedded in
10826 non-tag text.
10827
10828 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
10829
10830 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
10831
10832 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10833
10834 * help-fns.el (describe-variable): Don't croak when doc is not found.
10835 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
10836 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
10837 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
10838 * emacs-lisp/smie.el (smie-next-sexp): CSE.
10839 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
10840 ((lambda ..) ..).
10841 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
10842
10843 2012-06-23 Chong Yidong <cyd@gnu.org>
10844
10845 * info.el (Info-mouse-follow-link): Accept symbol values of
10846 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
10847 (Info-fontify-node): Use Info-link-keymap for all navigation
10848 buttons, with link-args property to perform the desired action.
10849 (Info-link-keymap): Doc fix.
10850 (Info-next-link-keymap, Info-prev-link-keymap)
10851 (Info-up-link-keymap): Delete now-unused keymaps.
10852
10853 2012-06-23 Chong Yidong <cyd@gnu.org>
10854
10855 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
10856
10857 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
10858 system abbrevs.
10859
10860 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
10861
10862 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
10865 (bug#11719).
10866
10867 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
10868 the requote function doesn't work properly (bug#11714).
10869
10870 2012-06-23 Glenn Morris <rgm@gnu.org>
10871
10872 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
10873
10874 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10875
10876 Further GV/CL cleanups.
10877 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
10878 gv-expander.
10879 (gv--defun-declaration): New function.
10880 (defun-declarations-alist): Use it.
10881 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
10882 (gv-place): Autoload.
10883 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
10884 original definition of dotimes and dolist.
10885 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
10886 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
10887 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
10888 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10889 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
10890 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
10891 to the function's definition.
10892 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
10893 * window.el:
10894 * files.el:
10895 * faces.el:
10896 * env.el: Don't use CL.
10897
10898 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
10899
10900 Support higher-resolution time stamps (Bug#9000).
10901
10902 * calendar/time-date.el (with-decoded-time-value): New arg
10903 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
10904 (encode-time-value): New optional arg PICO. New type 3.
10905 (time-to-seconds) [!float-time]: Support the new picoseconds
10906 component if it's used.
10907 (seconds-to-time, time-subtract, time-add):
10908 Support ps-resolution time stamps as well.
10909
10910 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
10911 (timerp): Timer vectors now have length 9, not 8.
10912 (timer--time): Support new-style (4-part) time stamps.
10913 (timer-next-integral-multiple-of-time): Time stamps now have
10914 picosecond resolution, so take a bit more care about rounding.
10915 (timer-relative-time, timer-inc-time): New optional arg psecs.
10916 (timer-set-time-with-usecs): Set psecs to 0.
10917 (timer--activate): Check psecs component, too.
10918
10919 * proced.el (proced-time-lessp): Support ps-resolution stamps.
10920
10921 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10922
10923 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
10924 Move the non-essential binding to the post/pre-command-hook where it is
10925 more obviously correct.
10926
10927 * subr.el (read-passwd): Don't use a history at all.
10928 * savehist.el (savehist-save): Remove password saved accidentally
10929 because of the above bug.
10930
10931 2012-06-22 Bastien Guerry <bzg@gnu.org>
10932
10933 * files.el (toggle-read-only): Display a message telling whether
10934 the buffer is read-only or not (bug#11726).
10935
10936 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10937
10938 * emacs-lisp/gv.el: New file.
10939 * subr.el (push, pop): Extend to generalized variables.
10940 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
10941 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
10942 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
10943 gv-define-simple-setter, and gv-define-expander.
10944 Remove setf-methods defined in gv. Rename cl-setf -> setf.
10945 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
10946 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
10947 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
10948 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
10949 gv-letplace.
10950 (cl-defstruct): Don't define setf-method any more.
10951 * emacs-lisp/cl.el (flet): Don't autoload.
10952 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
10953 (define-setf-expander, defsetf, define-modify-macro)
10954 (cl-struct-setf-expander): Move from cl-lib.el.
10955 * emacs-lisp/syntax.el:
10956 * emacs-lisp/ewoc.el:
10957 * emacs-lisp/smie.el:
10958 * emacs-lisp/cconv.el:
10959 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
10960 (timer--time): Use gv-define-simple-setter.
10961 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
10962 to avoid coding-system problems in subr.el. Adjust all users.
10963 (macroexp--maxsize, macroexp-small-p): New functions.
10964 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
10965 * scroll-bar.el (scroll-bar-mode):
10966 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10967 (normal-erase-is-backspace-mode): Don't use the `eq' place.
10968 * winner.el (winner-configuration, winner-make-point-alist)
10969 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
10970 * files.el (locate-file-completion-table): Avoid list*.
10971
10972 2012-06-22 Chong Yidong <cyd@gnu.org>
10973
10974 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
10975 (dired-create-files): Doc fix (Bug#11329).
10976 (dired-do-copy): Doc fix (Bug#11334).
10977 (dired-mark-read-string): Doc fix (Bug#11553).
10978
10979 * dired.el (dired-recursive-copies, dired-recursive-deletes):
10980 Doc fix (Bug#11326).
10981 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
10982 (dired-dwim-target): Doc fix.
10983
10984 * wdired.el (wdired-mode): Doc fix.
10985
10986 2012-06-22 Glenn Morris <rgm@gnu.org>
10987
10988 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10989 (pcmpl-rpm-cache-stamp-file): New constant.
10990 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10991 (pcmpl-rpm-packages): Optionally cache list of packages.
10992
10993 * pcmpl-rpm.el (pcmpl-rpm): New group.
10994 (pcmpl-rpm-query-options): New option.
10995 (pcmpl-rpm-packages): No need to inline it.
10996 Use pcmpl-rpm-query-options.
10997
10998 * calendar/calendar.el (calendar-in-read-only-buffer):
10999 Avoid some needless mode changes.
11000
11001 2012-06-21 Chong Yidong <cyd@gnu.org>
11002
11003 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
11004 (desktop-path): Remove . from the default value (Bug#10977).
11005 (desktop-read): Use user-emacs-directory if desktop-path is nil.
11006
11007 2012-06-20 Chong Yidong <cyd@gnu.org>
11008
11009 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
11010
11011 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
11012
11013 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
11014 (bug#11201).
11015
11016 2012-06-20 Chong Yidong <cyd@gnu.org>
11017
11018 * term.el (term-window-width): Handle the case of a missing right
11019 fringe (Bug#8837).
11020 (term-check-size): Use window-text-height (Bug#5445).
11021 (term-mode): Use define-derived-mode. Minor cleanups.
11022 Set font-lock-defaults (Bug#7692).
11023 (term-move-columns, term-insert-char, term-emulate-terminal)
11024 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
11025
11026 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
11027
11028 * net/ange-ftp.el (ange-ftp-get-passwd):
11029 Bind `enable-recursive-minibuffers'.
11030 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
11031
11032 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
11033
11034 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
11035
11036 2012-06-19 Glenn Morris <rgm@gnu.org>
11037
11038 * progmodes/python.el (python-mode): Derive from prog-mode.
11039
11040 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
11041
11042 * emulation/edt.el (edt-default-menu-bar-update-buffers)
11043 (edt-user-menu-bar-update-buffers): New functions.
11044 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
11045
11046 2012-06-19 Chong Yidong <cyd@gnu.org>
11047
11048 * subr.el (with-selected-window): Preserve the selected window's
11049 terminal's top-frame (Bug#4702).
11050
11051 * window.el (save-selected-window): Likewise.
11052
11053 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11054
11055 * progmodes/python.el (python-rx-constituents): Move backquote.
11056 (python-skeleton-define, python-define-auxiliary-skeleton):
11057 Use `declare'.
11058
11059 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
11060
11061 * minibuffer.el (read-file-name-default): Revert the patch from
11062 2012-06-17.
11063
11064 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
11067 (pcase--u1, pcase--q1): Don't use apply-partially.
11068
11069 2012-06-18 Glenn Morris <rgm@gnu.org>
11070
11071 * progmodes/python.el (python-proc, python-buffer)
11072 (python-send-receive, python-send-string): Fix obsolete versions.
11073
11074 2012-06-18 Martin Rudalics <rudalics@gmx.at>
11075
11076 * window.el (special-display-p): Completely remove stringp
11077 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
11078
11079 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
11080
11081 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
11082
11083 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
11084
11085 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
11086 * net/tramp-sh.el (tramp-maybe-open-connection):
11087 Throw if `non-essential' is non-nil.
11088
11089 2012-06-17 Martin Rudalics <rudalics@gmx.at>
11090
11091 * window.el (special-display-p): Signal an error if BUFFER-NAME
11092 is not a string (Bug#11713).
11093
11094 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
11095
11096 * progmodes/python.el (python-info-beginning-of-backslash):
11097 Rename from python-info-beginning-of-backlash, as a spelling fix.
11098
11099 2012-06-17 Chong Yidong <cyd@gnu.org>
11100
11101 * term.el (term-emulate-terminal): If term-check-size is called,
11102 move point to the process mark without resetting point (Bug#4635).
11103
11104 2012-06-17 Glenn Morris <rgm@gnu.org>
11105
11106 * international/mule-cmds.el (mule-menu-keymap)
11107 (set-language-environment, set-locale-environment): Doc tweaks.
11108
11109 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
11110
11111 * cus-face.el (custom-face-attributes): Add wave-style underline
11112 attribute.
11113 * faces.el (set-face-attribute): Update docstring to describe
11114 wave-style underline attribute.
11115
11116 2012-06-16 Chong Yidong <cyd@gnu.org>
11117
11118 * term/xterm.el (terminal-init-xterm): Discard input before
11119 querying background mode (Bug#10959).
11120
11121 2012-06-16 Stefan Merten <smerten@oekonux.de>
11122
11123 * textmodes/rst.el: Added and corrected some comments.
11124 (rst-re-alist-def): Improve symbol syntax.
11125 (rst-mode-syntax-table): Correct syntax entries.
11126 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11127 (rst-official-version, rst-official-cvs-rev): Update version
11128 information.
11129
11130 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
11131
11132 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
11133 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
11134
11135 2012-06-15 FabiĂ¡n Ezequiel Gallina <fgallina@cuca>
11136
11137 * progmodes/python.el: New python.el merge.
11138 (python-guess-indent): Obsolete var.
11139 (python-indent-guess-indent-offset): New defcustom.
11140 (python-indent): Obsolete var.
11141 (python-indent-offset): New defcustom.
11142 (python-python-command, python-jython-command): Delete var.
11143 (python-shell-interpreter): New defcustom.
11144 (python-pdbtrack-do-tracking-p): Delete var.
11145 (python-pdbtrack-activate): New defcustom.
11146 (python-use-skeletons): Obsolete var.
11147 (python-skeleton-autoinsert): New defcustom.
11148 (inferior-python-filter-regexp, python-continuation-offset)
11149 (python-honour-comment-indentation, python-indent-string-contents)
11150 (python-jython-packages, python-mode-hook)
11151 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
11152 (python-shell-prompt-alist)
11153 (python-source-modes): Delete defcustoms.
11154 (python-check-buffer-name, python-eldoc-setup-code)
11155 (python-eldoc-string-code, python-ffap-setup-code)
11156 (python-ffap-string-code, python-fill-comment-function)
11157 (python-fill-decorator-function, python-fill-paren-function)
11158 (python-fill-string-function, python-imenu-include-defun-type)
11159 (python-imenu-make-tree, python-imenu-subtree-root-label)
11160 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
11161 (python-shell-compilation-regexp-alist)
11162 (python-shell-completion-module-string-code)
11163 (python-shell-completion-pdb-string-code)
11164 (python-shell-completion-setup-code)
11165 (python-shell-completion-string-code)
11166 (python-shell-enable-font-lock, python-shell-exec-path)
11167 (python-shell-extra-pythonpaths)
11168 (python-shell-internal-buffer-name, python-shell-interpreter-args)
11169 (python-shell-process-environment)
11170 (python-shell-prompt-block-regexp)
11171 (python-shell-prompt-output-regexp)
11172 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
11173 (python-shell-send-setup-max-wait, python-shell-setup-codes)
11174 (python-shell-virtualenv-path): New defcustoms.
11175 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
11176 (inferior-python-mode-syntax-table, python--prompt-regexp)
11177 (python-buffer, python-command python-python-command)
11178 (python-default-template, python-imports, python-indent-index)
11179 (python-indent-list, python-indent-list-length)
11180 (python-mode-running, python-pdbtrack-is-tracking-p)
11181 (python-preoutput-continuation, python-preoutput-leftover)
11182 (python-preoutput-result, python-preoutput-skip-next-prompt)
11183 (python-prev-dir/file, python-recursing)
11184 (python-saved-check-command, python-version-checked)
11185 (python-which-func-length-limit)
11186 (view-return-to-alist): Delete vars.
11187 (python-check-custom-command, python-dotty-syntax-table)
11188 (python-imenu-index-alist, python-indent-current-level)
11189 (python-indent-dedenters, python-indent-levels)
11190 (python-nav-beginning-of-defun-regexp)
11191 (python-nav-list-defun-positions-cache)
11192 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
11193 (python-shell-internal-buffer)
11194 (python-skeleton-available): New vars.
11195 (def-python-skeleton): Delete macro.
11196 (python-skeleton-define): New macro.
11197 (python-define-auxiliary-skeleton, python-rx): New macros.
11198 (python-insert-class): Delete command.
11199 (python-skeleton-class): New command.
11200 (python-insert-def): Delete command.
11201 (python-skeleton-def): New command.
11202 (python-insert-for): Delete command.
11203 (python-skeleton-for): New command.
11204 (python-insert-if): Delete command.
11205 (python-skeleton-if): New command.
11206 (python-insert-try/except, python-insert-try/finally): Delete commands.
11207 (python-skeleton-try): New command.
11208 (python-insert-while): Delete command.
11209 (python-skeleton-while): New command.
11210 (python-backspace): Delete command.
11211 (python-indent-dedent-line-backspace): New command.
11212 (python-electric-colon): Delete command.
11213 (python-indent-electric-colon): New command.
11214 (python-guess-indent): Delete command.
11215 (python-indent-guess-indent-offset): New command.
11216 (python-shift-left): Delete command.
11217 (python-indent-shift-left): New command.
11218 (python-shift-right): Delete command.
11219 (python-indent-shift-right): New command.
11220 (python-find-function): Delete command.
11221 (python-nav-jump-to-defun): New command.
11222 (python-next-statement): Delete command.
11223 (python-nav-forward-sentence): New command.
11224 (python-previous-statement): Delete command.
11225 (python-nav-backward-sentence): New command.
11226 (python-fill-paragraph): Delete command.
11227 (python-fill-paragraph-function): New command.
11228 (python-send-buffer): Delete command.
11229 (python-shell-send-buffer): New command.
11230 (python-send-defun): Delete command.
11231 (python-shell-send-defun): New command.
11232 (python-send-region, python-send-region-and-go): Delete commands.
11233 (python-shell-send-region)
11234 (python-shell-switch-to-shell): New commands.
11235 (python-send-string): Delete command.
11236 (python-shell-send-string): New command.
11237 (python-switch-to-python): Delete command.
11238 (python-shell-switch-to-shell): New command.
11239 (python-describe-symbol): Delete command.
11240 (python-eldoc-at-point): New command.
11241 (python--set-prompt-regexp, python-args-to-list)
11242 (python-after-info-look, python-check-version)
11243 (python-check-comint-prompt, python-find-imports)
11244 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
11245 (python-unload-function, python-expand-template)
11246 (python-maybe-jython, python-preoutput-filter)
11247 (python-pdbtrack-get-source-buffer)
11248 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
11249 (python-pdbtrack-toggle-stack-tracking)
11250 (python-pdbtrack-track-stack-file, python-initial-text)
11251 (python-first-word, python-comment-line-p, python-send-command)
11252 (python-setup-brm, python-sentinel, python-set-proc)
11253 (python-skip-out, python-input-filter, python-outdent-p)
11254 (python-outline-level, python-backslash-continuation-line-p)
11255 (python-end-of-block, python-end-of-statement, python-mark-block)
11256 (python-beginning-of-block, python-beginning-of-statement)
11257 (python-blank-line-p, python-beginning-of-string)
11258 (python-open-block-statement-p): Delete functions.
11259 (python-indent-line, python-indent-line-1): Delete functions.
11260 (python-indent-line): New function.
11261 (python-indentation-levels): Delete function.
11262 (python-indent-calculate-levels): New function.
11263 (python-proc): Delete function.
11264 (python-shell-get-process): New function.
11265 (python-send-receive): Delete function.
11266 (python-shell-send-string-no-output): New function.
11267 (python-module-path): Delete function.
11268 (python-ffap-module-path): New function.
11269 (python-completion-at-point)
11270 (python-symbol-completions): Delete functions.
11271 (python-completion-complete-at-point): New function.
11272 (python-load-file): Delete function.
11273 (python-shell-send-file): New function.
11274 (python-calculate-indentation): Delete function.
11275 (python-indent-calculate-indentation): New function.
11276 (python-skip-comments/blanks): Delete function.
11277 (python-util-forward-comment): New function.
11278 (python-continuation-line-p): Delete function.
11279 (python-info-continuation-line-p): New function.
11280 (python-which-func, python-current-defun): Delete function.
11281 (python-info-current-defun): New function.
11282 (python-beginning-of-defun): Delete function.
11283 (python-nav-beginning-of-defun): New function.
11284 (python-close-block-statement-p)
11285 (python-block-end-p): Delete function.
11286 (python-info-closing-block): New function.
11287 (python-comint-output-filter-function)
11288 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
11289 (python-fill-comment, python-fill-decorator, python-fill-paren)
11290 (python-fill-string, python-imenu-make-element-tree)
11291 (python-imenu-make-tree, python-imenu-tree-assoc)
11292 (python-indent-context, python-indent-dedent-line)
11293 (python-indent-line-function)
11294 (python-indent-post-self-insert-function)
11295 (python-indent-toggle-levels)
11296 (python-info-assignment-continuation-line-p)
11297 (python-info-beginning-of-backlash)
11298 (python-info-block-continuation-line-p)
11299 (python-info-closing-block-message)
11300 (python-info-line-ends-backslash-p)
11301 (python-info-looking-at-beginning-of-defun)
11302 (python-info-ppss-context, python-info-ppss-context-type)
11303 (python-nav-list-defun-positions, python-nav-read-defun)
11304 (python-nav-sentence-end, python-nav-sentence-start)
11305 (python-pdbtrack-comint-output-filter-function)
11306 (python-pdbtrack-set-tracked-buffer)
11307 (python-shell-calculate-exec-path)
11308 (python-shell-calculate-process-environment)
11309 (python-shell-completion--do-completion-at-point)
11310 (python-shell-completion--get-completions)
11311 (python-shell-completion-complete-at-point)
11312 (python-shell-completion-complete-or-indent)
11313 (python-shell-get-or-create-process)
11314 (python-shell-get-process-name)
11315 (python-shell-internal-get-or-create-process)
11316 (python-shell-internal-get-process-name)
11317 (python-shell-internal-send-string, python-shell-make-comint)
11318 (python-shell-parse-command, python-shell-send-setup-code)
11319 (python-skeleton-add-menu-items)
11320 (python-util-clone-local-variables, python-util-position)
11321 (run-python-internal, python-indentation-levels)
11322 (python-nav-beginning-of-defun)
11323 (python-completion-complete-at-point): New functions.
11324 (run-python): Change arguments. New API requirements.
11325
11326 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
11329 (bug#11649).
11330
11331 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
11332 (macroexp--expand-all): Use it.
11333
11334 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
11335 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
11336 Use `cl-function' instead.
11337
11338 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
11339
11340 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
11341 Suggested by Stefan Monnier while discussing bug#11657.
11342
11343 2012-06-14 Sam Steingold <sds@gnu.org>
11344
11345 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
11346
11347 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
11348
11349 * play/doctor.el (doctor-doc): Remove parameter and use
11350 doctor-sent instead of sent.
11351 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
11352
11353 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 * files.el: Require cl-lib.
11356 (file-name-non-special): Replace case -> cl-case.
11357
11358 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
11359
11360 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
11361 mapping from #' to function*.
11362
11363 2012-06-13 Chong Yidong <cyd@gnu.org>
11364
11365 * mouse.el (mouse-drag-track): Do not set the mark if the user
11366 releases the mouse without selecting anything (Bug#11588).
11367
11368 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
11371 as well (bug#11646).
11372
11373 * loadup.el: Count byte-code functions as well.
11374
11375 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
11376 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
11377
11378 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
11379 (bug#11649). Add cl-defun and cl-defmacro.
11380
11381 2012-06-13 Drew Adams <drew.adams@oracle.com>
11382
11383 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11384 Fix last change.
11385
11386 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
11387
11388 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
11389 Otherwise, it blocks in batch mode.
11390
11391 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
11392
11393 * help-mode.el (bookmark-make-record-default): Declare.
11394
11395 2012-06-13 Chong Yidong <cyd@gnu.org>
11396
11397 * emacs-lisp/package.el (list-packages): Compute a list of
11398 packages that are newly-available since the last list-packages
11399 invocation.
11400 (package-menu--new-package-list): New var.
11401 (package-menu--generate, package-menu--print-info)
11402 (package-menu--status-predicate, package-menu-mark-install):
11403 Handle new status label "new".
11404
11405 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
11408 conversion to backquotes.
11409
11410 2012-06-12 Chong Yidong <cyd@gnu.org>
11411
11412 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
11413 Rename from gud-inhibit-global-bindings.
11414
11415 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
11416
11417 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
11418 hook from nxml-glyph-set-hook.
11419
11420 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
11421 declaration.
11422
11423 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
11424
11425 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
11426 Convert to defcustom.
11427
11428 2012-06-12 Drew Adams <drew.adams@oracle.com>
11429
11430 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
11431 New functions.
11432 (help-mode): Use them.
11433
11434 2012-06-11 Glenn Morris <rgm@gnu.org>
11435
11436 * progmodes/fortran.el (fortran-font-lock-keywords-3):
11437 Use preprocessor face for directives.
11438 (fortran-directive-re): Doc fix.
11439
11440 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
11443 conversion to backquotes (bug#11652).
11444
11445 Fix compiler-expansion of CL's cXXr functions (bug#11673).
11446 * emacs-lisp/cl-lib.el (cl--defalias): New function.
11447 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
11448 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
11449 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
11450 (cl-ninth, cl-tenth): Mark them as inlinable.
11451 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
11452 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
11453 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
11454 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
11455 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
11456 (cl-list*, cl-adjoin): Don't put an autoload manually.
11457 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
11458 (cl--compiler-macro-list*): Add autoload cookie.
11459 (cl--compiler-macro-cXXr): New function.
11460
11461 * help-fns.el (help-fns--compiler-macro): New function extracted from
11462 describe-function-1; follow aliases and use `compiler-macro' property.
11463 (describe-function-1): Use it.
11464
11465 2012-06-11 Chong Yidong <cyd@gnu.org>
11466
11467 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
11468 is uninstalled, if imagemagick is installed.
11469
11470 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * emacs-lisp/cl-lib.el: Use lexical-binding.
11473 (cl-map-extents, cl-maclisp-member): Remove.
11474 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
11475 (cl--set-substring, cl--block-wrapper, cl--block-throw)
11476 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
11477 * emacs-lisp/cl-extra.el: Use lexical-binding.
11478 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
11479 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
11480 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
11481 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
11482 * emacs-lisp/cl-seq.el: Use lexical-binding.
11483 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
11484 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
11485 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
11486 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
11487 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
11488 CL's internals.
11489
11490 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
11491
11492 Sync with Tramp 2.2.6-pre.
11493
11494 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
11495 `print-length' and `print-level' to nil, in order to avoid
11496 truncation. Reported by Christopher Schmidt
11497 <christopher@ristopher.com>.
11498
11499 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
11500
11501 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
11502 New defmacro.
11503 (tramp-compat-copy-directory): Add optional argument
11504 COPY-CONTENTS. It is not handled yet.
11505
11506 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
11507 (tramp-ftp-file-name-p): Simplify.
11508
11509 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
11510 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
11511 connection vector.
11512
11513 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
11514 (tramp-methods): Do not use `tramp-password-end-of-line'.
11515 (tramp-completion-function-alist-putty): Handle UNIX case.
11516 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
11517 (tramp-do-file-attributes-with-stat)
11518 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
11519 gid as real numbers. They could run out of integer range on cygwin.
11520 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
11521 (tramp-sh-handle-expand-file-name): Handle hops.
11522 (tramp-open-connection-setup-interactive-shell):
11523 Use `tramp-cleanup'. Move check for busyboxes ...
11524 (tramp-find-shell): ... here. Simplify implementation.
11525 Set "remote-shell" property also for alternative shells.
11526 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
11527 If failing, a regular file would be written otherwise.
11528 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
11529 (tramp-find-inline-encoding): Cache the coding commands in the
11530 process cache. Apply test command on the remote side, if defined.
11531 (tramp-find-inline-compress): Cache the compress commands in the
11532 process cache.
11533 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
11534 when requested. Handle hops.
11535 (tramp-current-connection): New defvar.
11536 (tramp-maybe-open-connection): Use `tramp-cleanup'.
11537 Throw `suppress', if there was a failed connection shortly before.
11538 Handle user interrupt. (Bug#10187)
11539 (tramp-get-inline-compress, tramp-get-inline-coding):
11540 Read connection properties from the process cache.
11541
11542 * net/tramp-smb.el (tramp-smb-server-version)
11543 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
11544 New defconsts.
11545 (tramp-smb-prompt): Extend for powershell prompt.
11546 (tramp-smb-file-name-handler-alist): Add handlers for
11547 `process-file', `shell-command' and `start-file-process'.
11548 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
11549 (tramp-smb-winexe-shell-command-switch): New defcustoms.
11550 (tramp-smb-file-name-p): Simplify.
11551 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
11552 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
11553 (tramp-smb-shell-quote-argument): New defuns.
11554 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
11555 Implement using "tar". By this, time-stamps are preserved.
11556 (tramp-smb-handle-copy-file): Handle also the case of directories.
11557 (tramp-smb-do-file-attributes-with-stat)
11558 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
11559 Use `tramp-get-connection-buffer').
11560 (tramp-smb-handle-rename-file): Use "rename", when source and
11561 target are on the same share.
11562 (tramp-smb-maybe-open-connection): Handle wrong passwords.
11563 Use `tramp-smb-server-version'.
11564 (tramp-smb-wait-for-output): Remove prompt.
11565
11566 * net/tramp.el (top): Require 'cl.
11567 (tramp-methods, tramp-rsh-end-of-line):
11568 Remove `tramp-password-end-of-line' from docstring.
11569 (tramp-save-ad-hoc-proxies): New defcustom.
11570 (tramp-completion-function-alist): Adapt docstring.
11571 (tramp-default-password-end-of-line): Remove defcustom.
11572 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
11573 (tramp-user-regexp, tramp-file-name-regexp-unified)
11574 (tramp-file-name-regexp-url): Extend regexp by hop separator.
11575 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
11576 (tramp-remote-file-name-spec-regexp): New defconst.
11577 (tramp-file-name-structure): Extend structure for hops.
11578 (tramp-get-method-parameter): Move up.
11579 (tramp-file-name-p, tramp-dissect-file-name)
11580 (with-parsed-tramp-file-name): Handle hops.
11581 (tramp-file-name-hop): New defun.
11582 (tramp-make-tramp-file-name): New optional arg HOP.
11583 (tramp-message-show-progress-reporter-message): New defvar.
11584 (tramp-with-progress-reporter): Use it. We cannot use
11585 `tramp-message-show-message' here, because this suppresses also
11586 error buffers.
11587 (tramp-error-with-buffer): Suppress buffer view, if
11588 `tramp-message-show-message' is nil.
11589 Use `tramp-get-connection-buffer'.
11590 (tramp-cleanup): New defun.
11591 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
11592 (tramp-file-name-handler): If `debug-on-error' is set, propagate
11593 an error unchanged.
11594 (tramp-completion-handle-file-name-all-completions): Handle hops.
11595 Fix an error when called from ido.
11596 (tramp-completion-dissect-file-name): Use better local variable
11597 name. Add hop to the vector.
11598 (tramp-handle-insert-file-contents): Use progress-reporter for the
11599 whole scenario.
11600 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
11601 to `t'.
11602 (tramp-check-for-regexp): Simplify search.
11603 (tramp-enter-password): Remove it. Move implementation ...
11604 (tramp-action-password): ... here.
11605 (tramp-mode-string-to-int, tramp-local-host-p)
11606 (tramp-make-tramp-temp-file, tramp-read-passwd)
11607 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
11608 Set tramp-autoload cookie.
11609
11610 * net/trampver.el: Update release number.
11611
11612 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11613 Michael Albinus <michael.albinus@gmx.de>
11614
11615 * net/tramp.el (tramp-set-completion-function): Fix docstring.
11616 (tramp-parse-group, tramp-parse-file)
11617 (tramp-parse-shostkeys-sknownhosts): New defuns.
11618 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
11619 (tramp-parse-shosts-group, tramp-parse-sconfig)
11620 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
11621 (tramp-parse-sknownhosts, tramp-parse-hosts)
11622 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
11623 Use them.
11624 (tramp-parse-passwd-group, tramp-parse-netrc-group)
11625 (tramp-parse-putty-group): Don't narrow.
11626 (tramp-parse-putty): Make a loop.
11627 (tramp-file-name-handler): Catch the `suppress' signal.
11628
11629 2012-06-11 Chong Yidong <cyd@gnu.org>
11630
11631 * image.el (imagemagick-register-types): Put the ImageMagick entry
11632 at the end of image-type-file-name-regexps.
11633
11634 2012-06-11 Johan BockgĂ¥rd <bojohan@gnu.org>
11635
11636 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
11637 (pcase, pcase-let*, pcase-dolist): Use them.
11638
11639 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * emacs-lisp/pcase.el (pcase--let*): New function.
11642 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
11643 (pcase--expand): Use macroexp-let².
11644
11645 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
11646
11647 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
11648 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
11649 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
11650 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
11651 * emacs-lisp/derived.el: Use pcase instead of `cl'.
11652 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
11653
11654 2012-06-10 Glenn Morris <rgm@gnu.org>
11655
11656 * mail/rmail.el (rmail-yank-current-message): Leave point at
11657 correct position. (Bug#11660)
11658
11659 2012-06-10 Chong Yidong <cyd@gnu.org>
11660
11661 * allout-widgets.el: Fix code header.
11662
11663 2012-06-10 Chong Yidong <cyd@gnu.org>
11664
11665 * cus-edit.el (customize-changed-options-previous-release):
11666 Bump to 24.1.
11667
11668 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
11669
11670 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
11671
11672 2012-06-09 Chong Yidong <cyd@gnu.org>
11673
11674 * ebuff-menu.el (electric-buffer-list): Preserve header line.
11675
11676 2012-06-09 Martin Rudalics <rudalics@gmx.at>
11677
11678 * window.el (special-display-popup-frame): Don't use
11679 window--display-buffer (Bug#11651).
11680
11681 2012-06-09 Eli Zaretskii <eliz@gnu.org>
11682
11683 Fix parallel builds: make sure loaddefs.el is not being written
11684 while Lisp files are compiled.
11685 (compile): Don't depend on 'mh-autoloads'.
11686 (compile-CMD, compile-SH): Depend on 'autoloads'.
11687 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
11688
11689 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
11690
11691 2012-06-09 Chong Yidong <cyd@gnu.org>
11692
11693 * face-remap.el (face-remap-add-relative, face-remap-set-base)
11694 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
11695 Doc fixes (Bug#11225).
11696
11697 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
11700 a function if there's a clear indication that it has a compiler-macro.
11701 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
11702 (macro-declarations-alist): Add arglist to declaration functions.
11703 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
11704 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
11705 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
11706 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
11707 Also add autoload to find the compiler macro.
11708 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
11709 (cl--compiler-macro-member, cl--compiler-macro-assoc)
11710 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
11711 (cl--compiler-macro-get): New functions, replacing calls to
11712 cl-define-compiler-macro.
11713 (cl-typep) [compiler-macro]: Use macroexp-let².
11714
11715 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
11716
11717 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
11718 string properly, fixes Bug#11473.
11719
11720 2012-06-08 Chong Yidong <cyd@gnu.org>
11721
11722 * faces.el (set-face-attribute): Doc fix.
11723 (modify-face): Don't use :bold and :italic.
11724 (error, warning, success): Tweak definitions.
11725
11726 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
11727 (custom-modified, custom-set, custom-changed, custom-themed)
11728 (custom-saved, custom-button, custom-button-mouse)
11729 (custom-button-pressed, custom-state, custom-comment-tag)
11730 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
11731 (custom-group-subtitle): Use new-style face specs.
11732 (custom-invalid-face, custom-rogue-face, custom-modified-face)
11733 (custom-set-face, custom-changed-face, custom-saved-face)
11734 (custom-button-face, custom-button-pressed-face)
11735 (custom-documentation-face, custom-state-face)
11736 (custom-comment-face, custom-comment-tag-face)
11737 (custom-variable-tag-face, custom-variable-button-face)
11738 (custom-face-tag-face, custom-group-tag-face-1)
11739 (custom-group-tag-face): Remove obsolete face alias.
11740
11741 * epa.el (epa-validity-high, epa-validity-medium)
11742 (epa-validity-low, epa-mark, epa-field-name, epa-string)
11743 (epa-field-name, epa-field-body):
11744 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11745 (font-lock-keyword-face, font-lock-builtin-face)
11746 (font-lock-function-name-face, font-lock-variable-name-face)
11747 (font-lock-type-face, font-lock-constant-face):
11748 * ido.el (ido-first-match, ido-only-match, ido-subdir)
11749 (ido-virtual, ido-indicator, ido-incomplete-regexp):
11750 * speedbar.el (speedbar-button-face, speedbar-file-face)
11751 (speedbar-directory-face, speedbar-tag-face)
11752 (speedbar-selected-face, speedbar-highlight-face)
11753 (speedbar-separator-face):
11754 * whitespace.el (whitespace-newline, whitespace-space)
11755 (whitespace-hspace, whitespace-tab, whitespace-trailing)
11756 (whitespace-line, whitespace-space-before-tab)
11757 (whitespace-space-after-tab, whitespace-indentation)
11758 (whitespace-empty):
11759 * emulation/cua-base.el (cua-global-mark):
11760 * eshell/em-prompt.el (eshell-prompt):
11761 * net/newst-plainview.el (newsticker-new-item-face)
11762 (newsticker-old-item-face, newsticker-immortal-item-face)
11763 (newsticker-obsolete-item-face, newsticker-date-face)
11764 (newsticker-statistics-face, newsticker-default-face):
11765 * net/newst-reader.el (newsticker-feed-face)
11766 (newsticker-extra-face, newsticker-enclosure-face):
11767 * net/newst-treeview.el (newsticker-treeview-face)
11768 (newsticker-treeview-new-face, newsticker-treeview-old-face)
11769 (newsticker-treeview-immortal-face)
11770 (newsticker-treeview-obsolete-face)
11771 (newsticker-treeview-selection-face):
11772 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
11773 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
11774 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
11775 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
11776 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11777 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11778 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11779 (mpuz-text):
11780 * progmodes/vera-mode.el (vera-font-lock-number)
11781 (vera-font-lock-function, vera-font-lock-interface):
11782 * textmodes/table.el (table-cell): Use new-style face specs, and
11783 don't use the old :bold and :italic attributes.
11784
11785 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11786 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
11787 (ebrowse-member-class, ebrowse-progress): Likewise.
11788 (ebrowse-tree-mark-face, ebrowse-root-class-face)
11789 (ebrowse-file-name-face, ebrowse-default-face)
11790 (ebrowse-member-attribute-face, ebrowse-member-class-face)
11791 (ebrowse-progress-face): Remove obsolete faces.
11792
11793 * progmodes/flymake.el (flymake-errline, flymake-warnline):
11794 Inherit from error and warning faces respectively.
11795
11796 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11797 Likewise.
11798 (flyspell-incorrect-face, flyspell-duplicate-face):
11799 Remove obsolete aliases.
11800
11801 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
11802
11803 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11804 Avoid infloop.
11805
11806 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11807
11808 * startup.el (argv, argi): Make lexically scoped.
11809 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
11810 * emacs-lisp/cl-macs.el: Use lexical-binding.
11811 Rename cl-bind-* to cl--bind-*.
11812 * files.el: Don't require `cl' since it doesn't use it.
11813 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
11814
11815 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
11816
11817 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
11818 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
11819 instead of calling external sort utility.
11820 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
11821
11822 2012-06-08 Eli Zaretskii <eliz@gnu.org>
11823
11824 * descr-text.el (describe-char): Mention how to insert the
11825 character, if the current input method doesn't support it.
11826 See the discussion in this thread for the details:
11827 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
11828
11829 2012-06-08 Sam Steingold <sds@gnu.org>
11830
11831 * bindings.el (global-map): Bind XF86Forward to next-buffer and
11832 XF86Back to previous-buffer.
11833 (minibuffer-local-map): Bind them to next-history-element and
11834 previous-history-element respectively.
11835 * help-mode.el (help-mode-map): Bind them to help-go-forward and
11836 help-go-back respectively.
11837 * info.el (Info-mode-map): Bind them to Info-history-forward and
11838 Info-history-back respectively.
11839 These are the keys next to Up on the ThinkPad keyboard.
11840
11841 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
11844 * emacs-lisp/cl-macs.el: Provide itself.
11845 (cl--labels-convert-cache): New var.
11846 (cl--labels-convert): New function.
11847 (cl-flet, cl-labels): New implementation with new semantics, relying on
11848 lexical-binding.
11849 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
11850 (cl-closure-vars, cl--function-convert-cache)
11851 (cl--function-convert): Move from cl-macs.el.
11852 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
11853 rename by removing the "cl-" prefix.
11854 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
11855
11856 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
11859 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
11860 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
11861 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
11862 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
11863 (cl-hash-table-count): Add old compatibility aliases.
11864
11865 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
11866 Use macroexpand-all-environment instead.
11867 (cl--old-macroexpand): New var.
11868 (cl--sm-macroexpand): New function.
11869 (cl-symbol-macrolet): Use it during macro expansion.
11870 (cl--function-convert-cache): New var.
11871 (cl--function-convert): New function, extracted from
11872 cl-macroexpand-all.
11873 (cl-lexical-let): Use it.
11874
11875 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
11876 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
11877 (cl-member): Remove old alias.
11878
11879 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
11880 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
11881 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
11882 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
11883 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
11884 (cl-macroexpand-cmacs): Remove var.
11885 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
11886 Use macroexpand-all instead.
11887
11888 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
11891 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
11892 (macroexp-copyable-p): New functions and macros.
11893 * emacs-lisp/edebug.el (edebug-unwrap):
11894 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
11895 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
11896 (pcase--let*): Remove.
11897 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
11898 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
11899 macroexp-const-p instead.
11900 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
11901
11902 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
11903 instead of "cl-" for internal definitions. Use macroexp-const-p.
11904 (cl-old-bc-file-form): Remove var.
11905 (cl-const-exprs-p): Remove fun.
11906 (cl-labels, cl-macrolet): Use backquote.
11907 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
11908 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
11909 (cl-define-setf-expander): Rename from cl-define-setf-method.
11910 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
11911
11912 * international/mule-cmds.el: Don't require CL.
11913 (view-hello-file): Don't use `letf'.
11914
11915 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * tmm.el (tmm-prompt): Use string-prefix-p.
11918 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
11919 (tmm-add-prompt): Use minibuffer-completion-help.
11920 (tmm-delete-map): Remove.
11921
11922 * subr.el (kbd): Make it its own function.
11923
11924 2012-06-07 Stefan Merten <smerten@oekonux.de>
11925
11926 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
11927 Silence compiler warnings. Fix versions.
11928 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
11929 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
11930 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
11931 (rst-package-emacs-version-alist): Correct Emacs version to
11932 represent major merge with upstream.
11933 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
11934
11935 2012-06-06 Glenn Morris <rgm@gnu.org>
11936
11937 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
11938 Only print environment variables if set.
11939
11940 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11941
11942 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
11943 (macroexp--cons): Rename from maybe-cons.
11944 (macroexp--accumulate): Rename from macroexp-accumulate.
11945 (macroexp--all-forms): Rename from macroexpand-all-forms.
11946 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
11947 (macroexp--expand-all): Rename from macroexpand-all-1.
11948
11949 2012-06-06 Sam Steingold <sds@gnu.org>
11950
11951 * calendar/calendar.el (calendar-in-read-only-buffer):
11952 Call `special-mode' to enable the standard read-only keybindings.
11953
11954 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
11955
11956 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
11957 with "loading" messages (bug#11635).
11958
11959 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
11960
11961 * files.el (enable-remote-dir-locals): New option.
11962 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
11963
11964 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
11965 Ensure, that the temp directory is local.
11966
11967 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
11968 `temporary-file-directory'.
11969
11970 * progmodes/python.el (python-send-region): Ensure, that the
11971 temporary file is created also in the remote case.
11972
11973 2012-06-06 Glenn Morris <rgm@gnu.org>
11974
11975 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
11976 (vc-rcs-update-changelog): Use it.
11977
11978 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
11979
11980 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
11981 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
11982 (vc-sccs-diff): Replace use of the external vcdiff script.
11983
11984 2012-06-05 Glenn Morris <rgm@gnu.org>
11985
11986 * ledit.el: Move to obsolete/.
11987
11988 2012-06-05 Sam Steingold <sds@gnu.org>
11989
11990 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11991 patch (Bug#11140).
11992
11993 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11994
11995 * emacs-lisp/cust-print.el: Move to obsolete.
11996
11997 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11998 compiler-macro expansion.
11999
12000 Add native compiler-macro support.
12001 * emacs-lisp/macroexp.el (macroexpand-all-1):
12002 Support compiler-macros directly. Properly follow aliases and apply
12003 the compiler macros more thoroughly.
12004 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
12005 macroexpand now properly follows aliases.
12006 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
12007 (cl-compiler-macroexpand): Use new prop.
12008 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
12009
12010 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
12011
12012 2012-06-05 Martin Rudalics <rudalics@gmx.at>
12013
12014 * window.el (get-lru-window, get-mru-window, get-largest-window):
12015 New argument NOT-SELECTED to avoid picking the selected window.
12016 (window--display-buffer-1, window--display-buffer-2): Replace by
12017 new function window--display-buffer
12018 (display-buffer-same-window, display-buffer-reuse-window)
12019 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12020 Use window--display-buffer.
12021 (display-buffer-use-some-window): Remove temporary dedication
12022 hack by calling get-lru-window and get-largest-window with
12023 NOT-SELECTED argument non-nil. Call window--display-buffer.
12024
12025 2012-06-05 Glenn Morris <rgm@gnu.org>
12026
12027 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
12028 Replace external vcdiff script.
12029
12030 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
12033
12034 2012-06-04 Chong Yidong <cyd@gnu.org>
12035
12036 * image.el (imagemagick-types-inhibit): Revert last change.
12037 Add INFO and M.
12038 (imagemagick-enabled-types): Remove CIN and EPS*.
12039
12040 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * emacs-lisp/cl-lib.el: Rename from cl.el.
12043 * emacs-lisp/cl.el: New compatibility file.
12044 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
12045 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
12046 to obey the "cl-" prefix.
12047 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
12048
12049 2012-06-03 Glenn Morris <rgm@gnu.org>
12050
12051 * emacs-lisp/authors.el (authors-aliases): Addition.
12052
12053 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
12054 Fix :version.
12055
12056 2012-06-03 Stefan Merten <smerten@oekonux.de>
12057
12058 * textmodes/rst.el: Add comments.
12059 (rst-transition, rst-adornment): New faces.
12060 (rst-adornment-faces-alist): Make default safe to reevaluate.
12061 Fixes
12062 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
12063 Improve customization tags.
12064 (rst-define-level-faces): Clarify meaning.
12065
12066 2012-06-03 Chong Yidong <cyd@gnu.org>
12067
12068 * progmodes/compile.el (compilation-mode-line-fail)
12069 (compilation-mode-line-run, compilation-mode-line-exit):
12070 New faces.
12071 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
12072
12073 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
12074
12075 * progmodes/which-func.el (which-func-update-ediff-windows):
12076 New function. Use it in ediff-select-hook (Bug#11478).
12077
12078 2012-06-03 Chong Yidong <cyd@gnu.org>
12079
12080 * bindings.el: Remove explicit help text from format-mode-line.
12081 It is now supplied by mode-line-default-help-echo.
12082 (mode-line-front-space, mode-line-end-spaces)
12083 (mode-line-misc-info): New variables.
12084 (mode-line-modes, mode-line-position): Move the default value to
12085 the variable definition.
12086 (mode-line-default-help-echo): New defcustom.
12087 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
12088 (mode-line-modified-help-echo): New functions.
12089 (mode-line-mule-info, mode-line-modified): Use them.
12090 (mode-line-eol-desc, propertized-buffer-identification):
12091 Consistency fixes for help text.
12092 (mode-line-coding-system-map): Allow using mouse-3 to invoke
12093 set-buffer-file-coding-system (Bug#289).
12094 (mode-line-mule-info-help-echo): Update help text.
12095
12096 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * simple.el (execute-extended-command): Set real-this-command
12099 (bug#11506).
12100
12101 2012-06-02 Chong Yidong <cyd@gnu.org>
12102
12103 Remove incorrect uses of "modeline" in comments, docstrings, and
12104 function/variable names (Bug#10329).
12105
12106 * cus-edit.el (mode-line):
12107 * dframe.el (dframe-mouse-hscroll):
12108 * emacs-lisp/re-builder.el:
12109 * emacs-lisp/easy-mmode.el (define-minor-mode):
12110 * frame.el (set-frame-name):
12111 * help.el (lookup-minor-mode-from-indicator):
12112 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
12113 * progmodes/cc-cmds.el (c-toggle-auto-newline)
12114 (c-toggle-hungry-state):
12115 * progmodes/antlr-mode.el (antlr-language-alist):
12116 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
12117 * progmodes/vhdl-mode.el (vhdl-mode):
12118 * progmodes/which-func.el (which-func, which-func-cleanup-function):
12119 * term/ns-win.el (ns-face-at-pos):
12120 * term/sup-mouse.el (sup-mouse-report):
12121 * textmodes/flyspell.el (flyspell-mode-line-string):
12122 * textmodes/ispell.el (ispell-highlight-face):
12123 * textmodes/reftex-global.el:
12124 * vc/vc-arch.el (vc-arch-mode-line-string):
12125 * vc/vc-cvs.el (vc-cvs-mode-line-string):
12126 * vc/vc-git.el (vc-git-mode-line-string):
12127 * vc/vc-hooks.el (vc-display-status)
12128 (vc-default-mode-line-string):
12129 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
12130
12131 * ansi-color.el (ansi-color-faces-vector): Change default faces.
12132
12133 * dired.el (dired-sort-set-mode-line): Rename from
12134 dired-sort-set-modeline. All callers changed.
12135
12136 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
12137 eshell-status-in-modeline.
12138
12139 * foldout.el (foldout-mode-line-string): Rename from
12140 foldout-modeline-string. All callers changed.
12141 (foldout-update-mode-line): Rename from foldout-update-modeline.
12142
12143 * subr.el (redraw-modeline): Make into obsolete alias.
12144
12145 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
12146 timeclock-modeline-display. Make old name an alias.
12147 (timeclock-update-mode-line): Likewise. All callers changed.
12148 (timeclock-mode-line-display): No need to check before using
12149 add-hook.
12150 (timeclock-relative, timeclock-day-over-hook)
12151 (timeclock-use-elapsed, timeclock-mode-string)
12152 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
12153
12154 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
12155 crisp-mode-modeline-string.
12156
12157 * play/solitaire.el (solitaire-build-mode-line): Rename from
12158 solitaire-build-modeline. All callers changed.
12159
12160 * play/zone.el (zone-hiding-mode-line): Rename from
12161 zone-hiding-modeline. All callers changed.
12162 (zone): Remove unusued `modeline-hidden-level' property.
12163
12164 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
12165 xscheme-modeline-initialize. All callers changed.
12166
12167 * strokes.el (strokes-lighter): Rename from
12168 strokes-modeline-string.
12169
12170 * textmodes/sgml-mode.el (html-face-tag-alist)
12171 (html-tag-face-alist): Use mode-line face instead of obsolete
12172 alias modeline.
12173
12174 2012-06-02 Stefan Merten <smerten@oekonux.de>
12175
12176 * textmodes/rst.el: Always require `cl'.
12177 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
12178
12179 2012-06-02 Chong Yidong <cyd@gnu.org>
12180
12181 * image.el (imagemagick-enabled-types): Rename from
12182 imagemagick-types-enable. Add many more types.
12183 (imagemagick-types-inhibit): Change default to nil.
12184 (imagemagick-filter-types): Caller changed.
12185
12186 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
12187
12188 * emacs-lisp/cl-macs.el: Use backquotes.
12189 (cl-transform-function-property): Use eval-and-compile rather than
12190 abusing `require'.
12191 (defstruct): Use declare-function instead of with-no-warnings.
12192
12193 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
12194 (byte-compile-output-docform): Re-add the print-circle bindings.
12195 (byte-compile-fix-header): Use #$ just because it's shorter.
12196 (byte-compile-output-file-form): Remove defun/defmacro.
12197
12198 2012-06-01 Martin Rudalics <rudalics@gmx.at>
12199
12200 * simple.el (choose-completion): Remove now obsolete binding for
12201 owindow.
12202
12203 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
12204
12205 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
12206 in order to avoid "Stack overflow in regexp matcher".
12207
12208 2012-05-31 Glenn Morris <rgm@gnu.org>
12209
12210 * image.el: For clarity, call imagemagick-register-types at
12211 top-level, rather than relying on a custom :initialize.
12212 (imagemagick-types-enable): New option. (Bug#11557)
12213 (imagemagick-filter-types): New function. (Bug#7406)
12214 (imagemagick-register-types): Use imagemagick-filter-types.
12215 If disabling support, remove elements altogether rather
12216 than using an impossible regexp.
12217 (imagemagick-types-inhibit): Give it the default init function.
12218
12219 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
12222 Handle arbitrary file name lengths (Bug#11585).
12223
12224 2012-05-31 Martin Rudalics <rudalics@gmx.at>
12225
12226 * desktop.el (desktop-read): Clear previous and next buffers for
12227 all windows and bury *Messages* buffer (bug#11556).
12228
12229 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 Add `declare' for `defun'. Align `defmacro's with it.
12232 * emacs-lisp/easy-mmode.el (define-minor-mode)
12233 (define-globalized-minor-mode): Don't autoload the var definitions.
12234 * emacs-lisp/byte-run.el: Use lexical-binding.
12235 (defun-declarations-alist, macro-declarations-alist): New vars.
12236 (defmacro, defun): Use them.
12237 (make-obsolete, define-obsolete-function-alias)
12238 (make-obsolete-variable, define-obsolete-variable-alias):
12239 Use `declare'.
12240 (macro-declaration-function): Mark obsolete.
12241 * emacs-lisp/autoload.el: Use lexical-binding.
12242 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
12243
12244 2012-05-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12245
12246 * textmodes/ispell.el (ispell-with-no-warnings):
12247 Define as a macro.
12248 (ispell-kill-ispell, ispell-change-dictionary):
12249 Use `called-interactively-p' for Emacs instead of obsolete
12250 `interactive-p'.
12251
12252 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12253
12254 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
12255 (macro-declaration-function): Move var from C code.
12256 (macro-declaration-function): Define function with defalias.
12257 * emacs-lisp/macroexp.el (macroexpand-all-1):
12258 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
12259 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
12260 defun/defmacro any more.
12261 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
12262 Provide fallback for unknown arglist.
12263 (byte-compile-arglist-warn): Change calling convention.
12264 (byte-compile-output-file-form): Move print-vars binding.
12265 (byte-compile-output-docform): Simplify accordingly.
12266 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
12267 (byte-compile-defmacro-declaration): Remove.
12268 (byte-compile-file-form-defmumble): Generalize to defalias.
12269 (byte-compile-output-as-comment): Return byte-positions.
12270 Simplify callers accordingly.
12271 (byte-compile-lambda): Use `assert'.
12272 (byte-compile-defun, byte-compile-defmacro): Remove.
12273 (byte-compile-file-form-defalias):
12274 Use byte-compile-file-form-defmumble.
12275 (byte-compile-defalias-warn): Remove.
12276
12277 2012-05-29 Stefan Merten <smerten@oekonux.de>
12278
12279 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
12280 possible. Fix authors. Improve comments. Improve loading of `cl'.
12281
12282 (rst-mode-abbrev-table): Merge definition.
12283 (rst-mode): Make sure `font-lock-defaults' is buffer local.
12284 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
12285
12286 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
12287
12288 * calendar/icalendar.el
12289 (icalendar-export-region): Export UID properly.
12290
12291 2012-05-29 Leo Liu <sdl.web@gmail.com>
12292 * calendar/icalendar.el (icalendar-import-format):
12293 Add `icalendar-import-format-uid' (Bug#11525).
12294 (icalendar-import-format-uid): New.
12295 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
12296 Export UID.
12297
12298 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12299
12300 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
12301 different alternative patterns.
12302 (pcase-codegen): Be more careful to preserve identity.
12303 (pcase--u1): Don't forget to mark vars as used.
12304
12305 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
12306 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
12307 (byte-compile-from-buffer): ...rather than here.
12308
12309 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
12310 functions from byte-compile-function-environment.
12311
12312 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
12313
12314 * window.el (window-deletable-p): Avoid deleting the root window
12315 of a frame with an active minibuffer.
12316
12317 2012-05-29 Martin Rudalics <rudalics@gmx.at>
12318
12319 * simple.el (choose-completion): Use quit-window (Bug#11567).
12320
12321 2012-05-29 Chong Yidong <cyd@gnu.org>
12322
12323 * whitespace.el (whitespace-cleanup): Fix usage of
12324 whitespace-empty-at-bob-regexp (Bug#11492).
12325
12326 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12327
12328 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
12329 revert (Bug#11488).
12330
12331 2012-05-29 Juri Linkov <juri@jurta.org>
12332
12333 * isearch.el (isearch-mode-map): Bind `M-s _' to
12334 `isearch-toggle-symbol'. Bind `M-s c' to
12335 `isearch-toggle-case-fold'.
12336 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
12337 (isearch-forward): Add `M-s _' to the docstring.
12338 (isearch-forward-symbol, isearch-toggle-case-fold)
12339 (isearch-symbol-regexp): New functions. (Bug#11381)
12340
12341 2012-05-29 Juri Linkov <juri@jurta.org>
12342
12343 * isearch.el (isearch-word): Add docstring. (Bug#11381)
12344 (isearch-occur, isearch-search-and-update): If `isearch-word' is
12345 a function, call it to get the regexp.
12346 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
12347 property `isearch-message-prefix' instead of the string "word ".
12348 (isearch-search-fun-default): For the case of `isearch-word',
12349 return a lambda that calls re-search-forward/re-search-backward
12350 with a regexp returned by `word-search-regexp' or by the function
12351 in `isearch-word'.
12352
12353 2012-05-29 Juri Linkov <juri@jurta.org>
12354
12355 * isearch.el (isearch-search-fun-default): New function.
12356 (isearch-search-fun): Move default part to the new function
12357 `isearch-search-fun-default'.
12358 (isearch-search-fun-function): Set the default value to
12359 `isearch-search-fun-default'. (Bug#11381)
12360
12361 * comint.el (comint-history-isearch-end):
12362 Use `isearch-search-fun-default'.
12363 (comint-history-isearch-search): Use `isearch-search-fun-default'
12364 and remove spacial case for `isearch-word'.
12365 (comint-history-isearch-wrap): Remove spacial case for
12366 `isearch-word'.
12367
12368 * hexl.el (hexl-isearch-search-function):
12369 Use `isearch-search-fun-default'.
12370
12371 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
12372 Use `word-search-regexp' for `isearch-word'.
12373
12374 * misearch.el (multi-isearch-search-fun):
12375 Use `isearch-search-fun-default'.
12376
12377 * simple.el (minibuffer-history-isearch-search):
12378 Use `isearch-search-fun-default' and remove spacial case for
12379 `isearch-word'.
12380 (minibuffer-history-isearch-wrap): Remove spacial case for
12381 `isearch-word'.
12382
12383 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
12384 Remove spacial case for `isearch-word'.
12385 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
12386
12387 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12388
12389 Decrease XEmacs incompatibilities.
12390 * textmodes/flyspell.el (flyspell-check-pre-word-p):
12391 Use `string-match'.
12392 (flyspell-delete-region-overlays): Use alternative definition for
12393 XEmacs.
12394 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
12395 (flyspell-word): Use `process-kill-without-query' if XEmacs.
12396 (flyspell-mode-on): Use `interactive-p' if XEmacs.
12397 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
12398 `define-obsolete-face-alias' under XEmacs, but old method.
12399
12400 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
12401 `with-no-warnings' definition or Emacs alias.
12402 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
12403 (ispell-word): Do not use `region-p' if XEmacs.
12404
12405 2012-05-28 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12406
12407 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12408 Check for `ispell-dictionary-base-alist' instead of full
12409 `ispell-dictionary-alist'.
12410 (ispell-init-process): Show spellchecker when starting new Ispell
12411 process.
12412
12413 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12414
12415 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
12416 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
12417
12418 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
12419
12420 * version.el (motif-version-string, gtk-version-string)
12421 (ns-version-string): Declare.
12422
12423 2012-05-27 Juri Linkov <juri@jurta.org>
12424
12425 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
12426 after the `eval-defun-1' specialcaseing
12427 like in `edebug-eval-defun' (bug#10181).
12428
12429 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
12430 like in `eval-defun-1'.
12431
12432 2012-05-27 Eli Zaretskii <eliz@gnu.org>
12433
12434 * mail/sendmail.el (mail-yank-region):
12435 Recognize rmail-yank-current-message in addition to insert-buffer.
12436 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
12437 a *mail* buffer created through rmail-start-mail with sendmail as
12438 mail-user-agent.
12439
12440 2012-05-27 Chong Yidong <cyd@gnu.org>
12441
12442 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
12443 Default to 256 (Bug#11267).
12444
12445 * help.el (describe-mode): Doc fix.
12446
12447 2012-05-26 Glenn Morris <rgm@gnu.org>
12448
12449 * w32-fns.el (w32-init-info): Remove.
12450 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
12451
12452 * info.el (info-initialize): For self-contained NS builds, put the
12453 included info/ directory at the front. (Bug#2791)
12454
12455 * paths.el (Info-default-directory-list): Make it a defcustom,
12456 mainly so that we can use custom-initialize-delay.
12457
12458 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * subr.el (buffer-has-markers-at): Mark obsolete.
12461
12462 * subr.el (lambda): Use declare.
12463
12464 * emacs-lisp/lisp-mode.el (lambda):
12465 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
12466
12467 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12468
12469 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
12470
12471 2012-05-26 Glenn Morris <rgm@gnu.org>
12472
12473 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
12474
12475 2012-05-25 Glenn Morris <rgm@gnu.org>
12476
12477 * paths.el: Remove no-byte-compile.
12478 * loadup.el: No need to load paths.el uncompiled.
12479
12480 * image.el (imagemagick-types-inhibit): Doc fix.
12481
12482 * version.el: Remove no-byte-compile and associated formatting.
12483 * loadup.el: No need to load version.el uncompiled. AFAICS, this
12484 is ancient code from when there was an "inc-vers.el".
12485
12486 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 * progmodes/gdb-mi.el: Minor style changes.
12489 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
12490 Turn into minor modes.
12491 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
12492 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
12493 (gdb-shell): Remove unneeded let-binding.
12494 (gdb-get-many-fields): Eliminate O(n²) behavior.
12495
12496 2012-05-25 Eli Zaretskii <eliz@gnu.org>
12497
12498 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
12499 platforms that don't link in fontset.c.
12500
12501 2012-05-25 Juri Linkov <juri@jurta.org>
12502
12503 Use the same diff color scheme as in modern VCSes (bug#10181).
12504
12505 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
12506 to avoid confusion with `diff-added' that now uses green colors.
12507 (diff-removed): Use shades of red.
12508 (diff-added): Use shades of green.
12509 (diff-changed): Leave just the yellow color.
12510 (diff-use-changed-face): New variable.
12511 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
12512 how to highlight context diff changes.
12513 (diff-refine-change): Use shades of yellow.
12514 (diff-refine-removed): New face that uses shades of red.
12515 (diff-refine-added): New face that uses shades of green.
12516 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
12517 `diff-refine-removed' in the call to `smerge-refine-subst'
12518 depending on the value of `diff-use-changed-face'.
12519
12520 * vc/smerge-mode.el (smerge-mine): Use shades of red.
12521 (smerge-other): Use shades of green.
12522 (smerge-base): Use shades of yellow.
12523 (smerge-refined-change): Empty face.
12524 (smerge-refined-removed): New face that uses shades of red.
12525 (smerge-refined-added): New face that uses shades of green.
12526 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
12527 args `props-r' and `props-a', and use them. Doc fix.
12528 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
12529 on its value use different faces `smerge-refined-change',
12530 `smerge-refined-removed', `smerge-refined-added' in the call to
12531 `smerge-refine-subst'.
12532
12533 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
12534 Add face condition `min-colors 88' with shades of red.
12535 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
12536 `min-colors 88' with shades of green.
12537 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
12538 `min-colors 88' with shades of yellow.
12539
12540 2012-05-24 Glenn Morris <rgm@gnu.org>
12541
12542 * paths.el (prune-directory-list, remote-shell-program): Move to...
12543 * files.el (prune-directory-list, remote-shell-program): ...here.
12544 For the latter, delay initialization, prefer ssh, just search PATH.
12545
12546 * paths.el (term-file-prefix): Move to faces.el (the only user).
12547 * faces.el (term-file-prefix): Move here, make it a defcustom.
12548
12549 * paths.el (news-directory, news-path, news-inews-program):
12550 Move to gnus/nnspool.el.
12551
12552 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
12553
12554 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12555 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
12556 Make the latter a defcustom, with a delayed initialization.
12557
12558 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
12559 These were deleted from Gnus itself late 2010.
12560
12561 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
12562
12563 * progmodes/which-func.el (which-func-ff-hook):
12564 Check against user-error, not error.
12565
12566 * emacs-lisp/edebug.el (top): Do not load or set up loading of
12567 cl-specs.el, which no longer exists.
12568
12569 2012-05-22 Glenn Morris <rgm@gnu.org>
12570
12571 * info.el (info-emacs-bug): New command.
12572 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
12573 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
12574
12575 2012-05-21 Glenn Morris <rgm@gnu.org>
12576
12577 * makefile.w32-in (update-subdirs-SH):
12578 * Makefile.in (update-subdirs): Update for moved update-subdirs.
12579
12580 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
12583
12584 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12585 Simplify Maven regexp, and make sure the file can't start with a space
12586 (bug#11517).
12587
12588 2012-05-21 Glenn Morris <rgm@gnu.org>
12589
12590 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
12591 Scrap superfluous subshells.
12592
12593 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
12596 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
12597
12598 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
12599
12600 * calc/calc.el (calc-ensure-consistent-units): New variable.
12601
12602 * calc/calc-units.el (math-consistent-units-p)
12603 (math-check-unit-consistency): New functions.
12604 (calc-quick-units, calc-convert-units):
12605 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
12606 is non-nil.
12607 (calc-extract-units): Fix typo.
12608
12609 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
12612
12613 * textmodes/flyspell.el: Commenting style, plus code simplifications.
12614 (flyspell-default-deplacement-commands): Don't spell check after
12615 repeated window/frame switches (e.g. triggered by mouse-movement).
12616 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
12617 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
12618 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
12619 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
12620 Remove unused vars.
12621 (flyspell-get-casechars, flyspell-get-not-casechars):
12622 Simplify; Don't bother removing a ] just to add it back.
12623 * textmodes/ispell.el (ispell-program-name): Use executable-find.
12624
12625 2012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
12626
12627 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
12628 New functions.
12629 (math-function-table): Add support for more C functions.
12630
12631 2012-05-18 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12632
12633 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12634 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12635 Protect delay handling for otherchars against empty otherchars.
12636
12637 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
12640 their respective macro declarations.
12641 * skeleton.el (define-skeleton):
12642 * progmodes/compile.el (define-compilation-mode):
12643 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
12644 (define-ibuffer-filter):
12645 * emacs-lisp/generic.el (define-generic-mode):
12646 * emacs-lisp/easy-mmode.el (define-minor-mode)
12647 (define-globalized-minor-mode):
12648 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
12649 * emacs-lisp/byte-run.el (defsubst):
12650 * custom.el (deftheme): Add doc-string metadata.
12651
12652 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12653
12654 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
12655
12656 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12657
12658 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
12659
12660 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
12661 * emacs-lisp/cl-macs.el: Idem.
12662 * emacs-lisp/cl-specs.el: Remove.
12663
12664 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12665
12666 Minor renaming of internal CL functions and variables.
12667 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
12668 (cl--position): Rename from cl-position.
12669 (cl--delete-duplicates): Rename from cl-delete-duplicates.
12670 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
12671 (cl--random-state): Rename from *random-state*.
12672
12673 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12674
12675 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
12676 parens around the arg list (bug#11499).
12677
12678 2012-05-17 Juri Linkov <juri@jurta.org>
12679
12680 * isearch.el (word-search-regexp, word-search-backward)
12681 (word-search-forward, word-search-backward-lax)
12682 (word-search-forward-lax): Move functions from search.c
12683 (bug#10145, bug#11381).
12684
12685 2012-05-16 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
12686
12687 * textmodes/flyspell.el (flyspell-check-pre-word-p)
12688 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
12689 Delay for otherchars as for normal word components.
12690
12691 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * minibuffer.el (completion--sifn-requote): Fix last change.
12694 (minibuffer-local-must-match-filename-map):
12695 Move define-obsolete-variable-alias before its var.
12696
12697 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
12700
12701 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
12702 behavior.
12703 (completion--string-equal-p): New function.
12704 (completion--twq-all): Use it to get better assertion failure data.
12705
12706 Only handle ".." and '..' quoting in shell-mode (bug#11466).
12707 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
12708 (shell--requote-argument): New functions.
12709 (shell-completion-vars): Use them.
12710 (shell--parse-pcomplete-arguments): Rename from
12711 shell-parse-pcomplete-arguments.
12712 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
12713 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
12714 Obey comint-file-name-quote-list.
12715
12716 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
12717 (smie-indent-keyword): Use it.
12718
12719 2012-05-14 Stefan Merten <smerten@oekonux.de>
12720
12721 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
12722
12723 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * net/rlogin.el (rlogin-mode-map): Fix last change.
12726
12727 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
12728
12729 * mail/smtpmail.el (smtpmail-send-command): Send the command and
12730 the following \r\n using a single `process-send-string', since the
12731 Lotus SMTP server refuses to accept any commands if they are sent
12732 with two `process-send-string's (Bug#11444).
12733
12734 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
12735
12736 * shell.el (shell-parse-pcomplete-arguments):
12737 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
12738
12739 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12740
12741 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
12742 (image-transform-scale, image-transform-right-angle-fudge): New vars.
12743 (image-transform-width, image-transform-fit-width): New functions.
12744 (image-transform-properties): Use them.
12745 (image-transform-check-size): New function.
12746 (image-toggle-display-image): Use it (for testing).
12747 (image-transform-set-rotation): Reduce angle mod 360.
12748 Delete obsolete comment.
12749
12750 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
12751
12752 * image-mode.el: Fix scaling (bug#11399).
12753 (image-transform-resize): Doc fix.
12754 (image-transform-properties): Default scale is 1 and height should
12755 be an integer.
12756
12757 2012-05-13 Johan BockgĂ¥rd <bojohan@gnu.org>
12758
12759 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
12760 than hard-coding `car', to fix misbehavior when moving forward.
12761
12762 2012-05-13 Chong Yidong <cyd@gnu.org>
12763
12764 * emacs-lisp/tabulated-list.el (tabulated-list-format)
12765 (tabulated-list-entries, tabulated-list-padding)
12766 (tabulated-list-sort-key): Make permanent-local.
12767
12768 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
12769 (electric-buffer-list): Put electric buffer menu
12770 command descriptions in this docstring, instead of the docstring
12771 of electric-buffer-menu-mode. Code cleanups.
12772 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
12773 Electric-buffer-menu-mode.
12774 (electric-buffer-update-highlight): Minor code cleanup.
12775
12776 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
12777
12778 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
12779 (Bug#11447)
12780
12781 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 Move define-obsolete-variable-alias before the var's definition.
12784 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
12785 * tooltip.el (tooltip-hook):
12786 * textmodes/reftex-toc.el (reftex-toc-map):
12787 * textmodes/reftex-sel.el (reftex-select-label-map)
12788 (reftex-select-bib-map):
12789 * textmodes/reftex-index.el (reftex-index-map)
12790 (reftex-index-phrases-map):
12791 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
12792 * progmodes/meta-mode.el (meta-mode-map):
12793 * novice.el (disabled-command-hook):
12794 * loadhist.el (unload-hook-features-list):
12795 * frame.el (blink-cursor):
12796 * files.el (find-file-not-found-hooks, write-file-hooks)
12797 (write-contents-hooks):
12798 * emulation/tpu-edt.el (GOLD-map):
12799 * emacs-lock.el (emacs-lock-from-exiting):
12800 * emacs-lisp/generic.el (generic-font-lock-defaults):
12801 * emacs-lisp/chart.el (chart-map):
12802 * dos-fns.el (register-name-alist):
12803 * dired-x.el (dired-omit-files-p):
12804 * desktop.el (desktop-enable):
12805 * cus-edit.el (custom-mode-hook):
12806 * buff-menu.el (buffer-menu-mode-hook):
12807 * bookmark.el (bookmark-read-annotation-text-func)
12808 (bookmark-exit-hooks):
12809 * allout.el (allout-mode-deactivate-hook)
12810 (allout-exposure-change-hook, allout-structure-added-hook)
12811 (allout-structure-deleted-hook, allout-structure-shifted-hook):
12812 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
12813 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
12814 comes before the corresponding variable's definition.
12815
12816 2012-05-12 Chong Yidong <cyd@gnu.org>
12817
12818 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
12819 (Buffer-menu-mouse-select): Restore function (Bug#11459).
12820 (Buffer-menu-mode-map): Bind it.
12821 (Buffer-menu--pretty-name): Add a mouse-face property.
12822
12823 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
12826 (prolog-upper-case-string, prolog-lower-case-string)
12827 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
12828 (prolog-use-smie, prolog-smie-grammar): New vars.
12829 (prolog-smie-forward-token, prolog-smie-backward-token)
12830 (prolog-smie-rules): New funs.
12831 (prolog-comment-indent): Remove.
12832 (prolog-mode-variables): Use default comment indentation instead.
12833 Setup SMIE.
12834 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
12835 (prolog-mode): Don't call them any more.
12836 (prolog-electric-colon, prolog-electric-dash)
12837 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
12838
12839 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
12840
12841 * minibuffer.el (completion--twq-all): Again, allow case differences.
12842
12843 * term.el: Move keymap initialization code to be more idiomatic.
12844 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
12845 (term-terminal-menu): Move initialization into declaration.
12846 (term-escape-char): Let the user set it in her .emacs.
12847
12848 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
12849 Provide SMIE-based indentation (not enabled by default yet).
12850 (sh-mode-map): Don't bind electric keys.
12851 Use electric-pair-mode instead of skeleton-pair.
12852 (sh-assignment-regexp): Fit within 80 columns.
12853 (sh-indent-supported): Specify actual shell name instead of boolean.
12854 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
12855 (sh-maybe-here-document): Use it. Make obsolete.
12856 (sh-electric-here-document-mode) New minor mode.
12857 (sh-mode): Use it. Don't set sh-indent-supported-here here.
12858 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
12859 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
12860 (sh-smie-rc-grammar, sh-use-smie): New vars.
12861 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
12862 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
12863 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
12864 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
12865 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
12866 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
12867 (sh-set-shell): Use smie-setup if requested.
12868
12869 * term.el (term-set-escape-char): Properly set term-escape-char.
12870 See http://stackoverflow.com/questions/10524656.
12871
12872 2012-05-10 Chong Yidong <cyd@gnu.org>
12873
12874 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
12875 Use url-generic-parse-url, and handle host names and Windows
12876 filenames properly.
12877 (ffap-url-unwrap-remote): Use url-generic-parse-url.
12878 (ffap-url-unwrap-remote): Accept list values, specifying a list of
12879 URL schemes to work on.
12880 (ffap--toggle-read-only): New function.
12881 (ffap-read-only, ffap-read-only-other-window)
12882 (ffap-read-only-other-frame): Use it.
12883 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
12884 necessary for ffap-url-unwrap-remote.
12885
12886 2012-05-10 Dave Abrahams <dave@boostpro.com>
12887
12888 * cus-start.el (create-lockfiles): Add it.
12889
12890 2012-05-09 Chong Yidong <cyd@gnu.org>
12891
12892 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
12893 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
12894
12895 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12896
12897 * shell.el (shell-completion-vars): Fix last change (bug#11348).
12898
12899 2012-05-09 Chong Yidong <cyd@gnu.org>
12900
12901 * ansi-color.el (ansi-color-process-output): Check for validity of
12902 comint-last-output-start before using it. This avoids a bad
12903 interaction with gdb-mi's input/output buffer.
12904
12905 2012-05-09 Glenn Morris <rgm@gnu.org>
12906
12907 * files.el (dir-locals-read-from-file):
12908 Mention dir-locals in any error message.
12909
12910 2012-05-09 Chong Yidong <cyd@gnu.org>
12911
12912 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
12913 package (Bug#11410).
12914
12915 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
12916 variables into description.
12917
12918 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
12921 shell-delimiter-argument-list (bug#11348).
12922 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
12923
12924 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
12925
12926 * textmodes/rst.el: Silence byte-compiler warnings.
12927 (rst-re-alist, rst-reset-section-caches): Move around.
12928 (rst-re): Use `characterp', not `char-valid-p'.
12929 (font-lock-beg, font-lock-end): Declare.
12930
12931 * progmodes/idlw-shell.el (specs): Remove reference to deleted
12932 variable `idlwave-shell-activate-alt-keybindings' and simplify.
12933
12934 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
12935
12936 2012-05-08 Glenn Morris <rgm@gnu.org>
12937
12938 * files.el (auto-mode-alist): Treat ".make" like ".mk".
12939
12940 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * vc/log-edit.el: Add GNU coding standards highlighting.
12943 (log-edit-font-lock-gnu-style)
12944 (log-edit-font-lock-gnu-keywords): New vars.
12945 (log-edit-font-lock-keywords): New fun.
12946 (log-edit-mode): Don't fold case in font-lock.
12947 (log-edit-font-lock-keywords): Do not assume case-folding.
12948
12949 * imenu.el: Misc cleanup. Make docstrings out of comments.
12950 Use lexical-binding.
12951 (imenu--index-alist, imenu--last-menubar-index-alist)
12952 (imenu-menubar-modified-tick): Use defvar-local.
12953 (imenu--split-menu): Remove unused var.
12954 (imenu--cleanup-seen): Declare as global.
12955 (imenu--cleanup): Use dolist.
12956
12957 * subr.el (defvar-local): Add debug spec and doc-string position.
12958
12959 2012-05-08 Glenn Morris <rgm@gnu.org>
12960
12961 * language/burmese.el, language/cham.el, language/czech.el:
12962 * language/english.el, language/georgian.el, language/greek.el:
12963 * language/japanese.el, language/khmer.el, language/korean.el:
12964 * language/lao.el, language/misc-lang.el, language/romanian.el:
12965 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
12966 * language/thai.el, language/utf-8-lang.el:
12967 Remove no-byte-compile setting.
12968
12969 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
12970
12971 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12972
12973 * progmodes/make-mode.el (makefile-browse):
12974 Remove unnecessary interactive. (Bug#11324)
12975
12976 2012-05-07 Glenn Morris <rgm@gnu.org>
12977
12978 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
12979
12980 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
12981
12982 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12983
12984 * loadup.el: Preload newcomment.el.
12985 * newcomment.el: Move autoload-only code to toplevel.
12986
12987 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12988 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12989 Handle new :right-align column property.
12990 (tabulated-list-print-col): Idem, plus use `display' text-property to
12991 try and preserve alignment for variable pitch fonts.
12992
12993 2012-05-07 Chong Yidong <cyd@gnu.org>
12994
12995 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12996 (tabulated-list-use-header-line): New var.
12997 (tabulated-list-init-header): Use it.
12998 (tabulated-list-print-fake-header): New function.
12999 (tabulated-list-print): Use it.
13000 (tabulated-list-sort-button-map): Add non-header-line commands.
13001 (tabulated-list-init-header): Add column name property to basic
13002 labels as well.
13003 (tabulated-list-col-sort): Handle non-header-line button case.
13004 (tabulated-list--sort-by-column-name): Fix a corner case.
13005
13006 * buff-menu.el (list-buffers--refresh):
13007 Handle Buffer-menu-use-header-line.
13008
13009 2012-05-06 Chong Yidong <cyd@gnu.org>
13010
13011 * buff-menu.el: Convert to Tabulated List mode.
13012 (Buffer-menu-buffer+size-width): Make obsolete.
13013 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
13014 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
13015 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
13016 documentation into docstring of buffer-menu.
13017 (Buffer-menu-toggle-files-only): Add an informative message.
13018 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
13019 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
13020 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
13021 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
13022 (Buffer-menu-execute, Buffer-menu-select)
13023 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
13024 (Buffer-menu-bury): Use Tabulated List machinery.
13025 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
13026 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
13027 Delete.
13028 (list-buffers--refresh): New function.
13029 (list-buffers-noselect): Use it.
13030 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
13031 (Buffer-menu--pretty-file-name): New helper functions.
13032
13033 * loadup.el: Preload tabulated-list.
13034
13035 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
13036 tabulated-list-sort-column.
13037 (tabulated-list-init-header): Add the initial aligning space even
13038 if tabulated-list-padding is zero.
13039
13040 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
13041
13042 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
13043 whose cdr is not a cons cell correctly (bug#11038).
13044
13045 2012-05-06 Chong Yidong <cyd@gnu.org>
13046
13047 * emacs-lisp/tabulated-list.el (tabulated-list-format):
13048 Accept additional plist in column descriptors.
13049 (tabulated-list-init-header): Obey it.
13050 (tabulated-list-get-entry): New function.
13051 (tabulated-list-put-tag): Use it. Use string-width instead of
13052 length.
13053 (tabulated-list--column-number): New function.
13054 (tabulated-list-print): Use it.
13055 (tabulated-list-print-col): New function.
13056 Set `tabulated-list-column-name' property on each column's text.
13057 (tabulated-list-print-entry): Use it.
13058 (tabulated-list-delete-entry, tabulated-list-set-col):
13059 New functions.
13060 (tabulated-list-sort-column): New command (Bug#11337).
13061
13062 * buff-menu.el (list-buffers): Move C-x C-b binding from
13063 buff-menu.el to bindings.el.
13064
13065 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
13066 :advertised-binding feature.
13067
13068 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
13069
13070 * progmodes/compile.el (compilation-internal-error-properties):
13071 Calculate start position correctly when end-col is set but
13072 end-line is not (Bug#11382).
13073
13074 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
13075
13076 * man.el (Man-unindent): Use text-property-default-nonsticky to
13077 prevent untabify from inheriting face properties (Bug#11408).
13078
13079 2012-05-05 Stefan Merten <smerten@oekonux.de>
13080
13081 * textmodes/rst.el: Major merge with upstream development up to
13082 Docutils SVN r7399 / rst.el V1.2.1.
13083
13084 Clarify maintainership and authors.
13085
13086 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
13087 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
13088 (rst-official-version, rst-official-cvs-rev, rst-version)
13089 (rst-package-emacs-version-alist): New functions and variables
13090 for version information.
13091
13092 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
13093 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
13094 (rst-mode-syntax-table, rst-mode): New and corrected functions
13095 and variables representing reStructuredText features.
13096
13097 (rst-re): New function for reStructuredText regexes. Use in
13098 many places.
13099
13100 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
13101 (rst-mode-map): Rebind keys.
13102
13103 (rst-mode-lazy, rst-font-lock-keywords)
13104 (rst-font-lock-extend-region)
13105 (rst-font-lock-extend-region-internal)
13106 (rst-font-lock-extend-region-extend)
13107 (rst-font-lock-find-unindented-line-limit)
13108 (rst-font-lock-find-unindented-line-match)
13109 (rst-adornment-level, rst-font-lock-adornment-level)
13110 (rst-font-lock-adornment-match)
13111 (rst-font-lock-handle-adornment-pre-match-form)
13112 (rst-font-lock-handle-adornment-matcher): Major revision of
13113 font-locking. Integrate with other code. Use `jit-lock-mode'.
13114
13115 (rst-preferred-adornments, rst-adjust-hook)
13116 (rst-new-adornment-down, rst-preferred-bullets)
13117 (rst-preferred-bullets, rst-indent, rst-indent-width)
13118 (rst-indent-field, rst-indent-literal-normal)
13119 (rst-indent-literal-minimized, rst-indent-comment): Change,
13120 extend and improve customization.
13121
13122 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
13123 (rst-normalize-cursor-position, rst-get-decoration)
13124 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
13125 (rst-rstrip, rst-toc-insert-find-delete-contents)
13126 (rst-shift-fill-region, rst-compute-bullet-tabs)
13127 (rst-debug-print-tabs, rst-debug-mark-found)
13128 (rst-shift-region-guts, rst-shift-region-right)
13129 (rst-shift-region-left, rst-use-char-classes)
13130 (rst-font-lock-keywords-function)
13131 (rst-font-lock-indentation-point)
13132 (rst-font-lock-find-unindented-line-begin)
13133 (rst-font-lock-find-unindented-line-end)
13134 (rst-font-lock-find-unindented-line)
13135 (rst-font-lock-adornment-point, rst-font-lock-level)
13136 (rst-adornment-level-alist): Remove functions and variables.
13137
13138 (rst-compare-adornments, rst-get-adornment-match)
13139 (rst-suggest-new-adornment, rst-get-adornments-around)
13140 (rst-adornment-complete-p, rst-get-next-adornment)
13141 (rst-adjust-adornment, rst-display-adornments-hierarchy)
13142 (rst-straighten-adornments): Standardize function names to
13143 use "adornment" instead of "decoration". Correct callers.
13144 Similar standardizing in many places.
13145
13146 (rst-update-section, rst-adjust, rst-promote-region)
13147 (rst-enumerate-region, rst-bullet-list-region)
13148 (rst-repeat-last-character): Correct use of `interactive'.
13149
13150 (rst-classify-adornment, rst-find-all-adornments)
13151 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
13152 (rst-find-leftmost-column, rst-repeat-last-character):
13153 Refactor functions.
13154
13155 (rst-find-title-line, rst-reset-section-caches)
13156 (rst-get-adornments-around, rst-adjust-adornment-work)
13157 (rst-arabic-to-roman, rst-roman-to-arabic)
13158 (rst-insert-list-pos, rst-insert-list-new-item)
13159 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
13160 New functions.
13161
13162 (rst-all-sections, rst-section-hierarchy)
13163 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
13164 New variables.
13165
13166 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
13167 configuration instead of only buffer. Change where necessary.
13168
13169 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
13170 (rst-shift-region, rst-adaptive-fill): New functions for
13171 indentation and filling.
13172
13173 (rst-comment-line-break, rst-comment-indent)
13174 (rst-comment-insert-comment, rst-comment-region)
13175 (rst-uncomment-region): New functions for handling comments.
13176
13177 (rst-compile): Quote shell arguments.
13178
13179 (rst-compile-pdf-preview, rst-compile-slides-preview):
13180 Delete temporary files after use.
13181
13182 2012-05-05 Glenn Morris <rgm@gnu.org>
13183
13184 * calendar/cal-html.el: Optionally include holidays in the output.
13185 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
13186 (cal-html-holidays): New option.
13187 (cal-html-css-default): Add holiday entry.
13188 (holiday-in-range): Autoload it.
13189 (cal-html-htmlify-entry): Add optional class argument.
13190 (cal-html-htmlify-list): Add optional holidays argument.
13191 (cal-html-insert-agenda-days): Include holidays in the output.
13192 (cal-html-one-month): Maybe include holidays.
13193
13194 * calendar/holidays.el (holiday-in-range):
13195 Move here from cal-tex-list-holidays.
13196 * calendar/cal-tex.el (cal-tex-list-holidays):
13197 Make it an obsolete alias for holiday-in-range. Update all callers.
13198
13199 2012-05-05 Chong Yidong <cyd@gnu.org>
13200
13201 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
13202 Nextstep.
13203
13204 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
13205
13206 * files.el (file-auto-mode-skip): New var.
13207 (set-auto-mode-1): Use it.
13208
13209 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * repeat.el: Use lexical-binding.
13212 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
13213 (repeat-undo-count): Remove.
13214 (repeat):
13215 * progmodes/octave-mod.el (octave-abbrev-start):
13216 * progmodes/f90.el (f90-abbrev-start):
13217 * face-remap.el (text-scale-adjust):
13218 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
13219
13220 * emacs-lisp/pcase.el (pcase--let*): New function.
13221 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
13222 a bit more.
13223 (pcase--split-pred): Be more clever about ruling out overlap between
13224 a predicate and some constant pattern.
13225 (pcase--q1): Use `null' instead of (eq foo nil).
13226
13227 * subr.el (setq-local, defvar-local): New macros.
13228 (kbd): Redefine as an alias.
13229 (with-selected-window): Leave unrelated frames alone.
13230 (set-temporary-overlay-map): New function.
13231
13232 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13233
13234 * subr.el (user-error): New function.
13235 * window.el (switch-to-buffer):
13236 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
13237 (smerge-match-conflict):
13238 * simple.el (previous-matching-history-element)
13239 (next-matching-history-element, goto-history-element, undo-more)
13240 (undo-start):
13241 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
13242 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
13243 (next-file, tags-loop-scan, list-tags, complete-tag):
13244 * progmodes/compile.el (compilation-loop):
13245 * mouse.el (mouse-minibuffer-check):
13246 * man.el (Man-bgproc-sentinel, Man-goto-page):
13247 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
13248 (Info-history-forward, Info-follow-reference, Info-menu)
13249 (Info-extract-menu-item, Info-extract-menu-counting)
13250 (Info-forward-node, Info-backward-node, Info-next-menu-item)
13251 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
13252 (Info-next-reference, Info-prev-reference, Info-index)
13253 (Info-index-next, Info-follow-nearest-node)
13254 (Info-copy-current-node-name):
13255 * imenu.el (imenu--make-index-alist)
13256 (imenu-default-create-index-function, imenu-add-to-menubar):
13257 * files.el (basic-save-buffer, recover-file):
13258 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13259 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
13260 (checkdoc-message-text, checkdoc-defun):
13261 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
13262 * cus-edit.el (customize-changed-options, customize-rogue)
13263 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
13264 (custom-variable-mark-to-reset-standard)
13265 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
13266 (custom-file):
13267 * completion.el (check-completion-length):
13268 * comint.el (comint-search-arg)
13269 (comint-previous-matching-input-string-position)
13270 (comint-previous-matching-input)
13271 (comint-replace-by-expanded-history-before-point, comint-send-input)
13272 (comint-copy-old-input, comint-backward-matching-input)
13273 (comint-goto-process-mark, comint-set-process-mark):
13274 * calendar/calendar.el (calendar-cursor-to-date): Use it.
13275 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
13276
13277 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * dabbrev.el (dabbrev--ignore-case-p): New function.
13280 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
13281 Use it.
13282
13283 * files.el (automount-dir-prefix): Mark as obsolete.
13284
13285 2012-05-04 Glenn Morris <rgm@gnu.org>
13286
13287 * patcomp.el, play/bruce.el: Move to obsolete/.
13288
13289 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
13290
13291 Fix minor Y10k bugs.
13292 * arc-mode.el (archive-unixdate):
13293 * autoinsert.el (auto-insert-alist):
13294 * calc/calc-forms.el (math-this-year):
13295 * emacs-lisp/copyright.el (copyright-current-year)
13296 (copyright-update-year, copyright):
13297 * tar-mode.el (tar-clip-time-string):
13298 * time.el (display-time-update):
13299 Don't assume years have 4 digits.
13300
13301 2012-05-04 Chong Yidong <cyd@gnu.org>
13302
13303 * dos-w32.el (file-name-buffer-file-type-alist)
13304 (direct-print-region-use-command-dot-com):
13305 * ffap.el (ffap-menu-regexp):
13306 * find-file.el (ff-special-constructs):
13307 * follow.el (follow-debug):
13308 * forms.el (forms--debug):
13309 * iswitchb.el (iswitchb-all-frames):
13310 * ido.el (ido-all-frames):
13311 * emacs-lisp/timer.el (timer-max-repeats):
13312 * mail/feedmail.el (feedmail-mail-send-hook)
13313 (feedmail-mail-send-hook-queued):
13314 * mail/footnote.el (footnote-signature-separator):
13315 * mail/mailabbrev.el (mail-alias-separator-string)
13316 (mail-abbrev-mode-regexp):
13317 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
13318 * progmodes/idlwave.el (idlwave-libinfo-file)
13319 (idlwave-default-completion-case-is-down)
13320 (idlwave-library-routines): Convert defvars to defcustoms.
13321
13322 * mail/rmail.el (rmail-decode-mime-charset):
13323 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
13324 (idlwave-shell-fix-inserted-breaks)
13325 (idlwave-shell-activate-alt-keybindings)
13326 (idlwave-shell-use-breakpoint-glyph):
13327 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
13328
13329 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
13332
13333 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
13334
13335 * progmodes/verilog-mode.el (font-lock-keywords):
13336 Fix mis-highligting auto. Reported by Craig Barner.
13337 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
13338 defines from global name space. Reported by Dan Dever.
13339 (verilog-auto-reset, verilog-auto-reset-widths)
13340 (verilog-auto-tieoff): Support using unbased numbers for
13341 AUTORESET and AUTOTIEOFF.
13342 (verilog-submit-bug-report): Update variable list.
13343 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
13344 parenthesis from not matching. Reported by Michael Rytting.
13345 (verilog-auto-template-lint): Fix hash error when linting modules
13346 with no used templates.
13347 (verilog-warn, verilog-warn-error)
13348 (verilog-warn-fatal): When non-interactive report multiple
13349 warnings before exiting. Suggested by Brad Dobbie.
13350 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
13351 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
13352 to report unused template errors. Reported by Brad Dobbie.
13353 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
13354 nets, bug438. Reported by Vns Blore.
13355 (verilog-auto-inout-module, verilog-auto-reg)
13356 (verilog-read-decls, verilog-read-sub-decls-sig)
13357 (verilog-signals-edit-wire-reg, verilog-signals-with):
13358 Fix passing of Verilog data types in ANSI input/output ports
13359 such as "output logic" into the AUTOs. Special case "wire" and
13360 "reg" for backwards compatibility presuming Verilog 2001.
13361 (verilog-auto-ascii-enum): Add "auto enum" as alias.
13362 (verilog-preprocess): Fix replication of preprocess output.
13363 Reported by Brad Dobbie.
13364 (verilog-auto-inst-interfaced-ports):
13365 Create verilog-auto-inst-interfaced-ports, bug429.
13366 Reported by Julian Gorfajn.
13367 (verilog-after-save-font-hook)
13368 (verilog-before-save-font-hook): New variable.
13369 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
13370 (verilog-save-font-mods): Wrap disabling fontification, reported
13371 by David Rogoff.
13372 (verilog-do-indent, verilog-pretty-declarations-auto)
13373 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
13374 Reported by Pierre-David Pfister.
13375 (verilog-set-auto-endcomments): Fix endtask auto comments outside
13376 of class declarations, bug292. Reported by Kevin Heilman.
13377 (verilog-read-decls): Fix 'parameter type' not appearing in
13378 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
13379 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
13380 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
13381 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
13382 Reported by David Kravitz.
13383
13384 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
13385
13386 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
13387 assignment with tests in ifs and for loops.
13388 (verilog-extended-complete-re, verilog-complete-reg): Change so
13389 that DPI inport functions don't look like fuction declarations.
13390 (verilog-pretty-expr): Don't line up assignment
13391 operations to the test and increment in if and for loops
13392 (verilog-extended-complete-re, verilog-complete-reg): Change so
13393 that DPI inport functions don't look like fuction declarations.
13394
13395 2012-05-03 Kenichi Handa <handa@m17n.org>
13396
13397 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
13398 decoding, and show a warning message without signaling an error
13399 (Bug#11282).
13400
13401 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * emacs-lisp/bytecomp.el
13404 (byte-compile-file-form-custom-declare-variable): Compile all elements,
13405 since cconv.el might have introduced :fun-body, internal-make-closure,
13406 and friends for bytecomp to handle (bug#11391).
13407 * custom.el (defcustom): Avoid ((λ ..) ..).
13408
13409 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
13410
13411 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
13412
13413 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
13414
13415 * notifications.el (dbus-debug):
13416 * term/linux.el (gpm-mouse-enable):
13417 * term/screen.el (xterm-register-default-colors): Declare.
13418
13419 2012-05-02 Chong Yidong <cyd@gnu.org>
13420
13421 * cus-start.el (gc-cons-percentage, exec-suffixes)
13422 (dos-display-scancodes, dos-hyper-key, dos-super-key)
13423 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
13424 (make-cursor-line-fully-visible, void-text-area-pointer)
13425 (font-list-limit): Add customization data.
13426
13427 * allout.el (allout-exposure-change-functions)
13428 (allout-structure-added-functions)
13429 (allout-structure-deleted-functions)
13430 (allout-structure-shifted-functions): Rename abnormal hooks from
13431 *-hook, and convert to defcustoms.
13432 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
13433 Convert to defcustoms.
13434 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
13435
13436 * allout-widgets.el: Hook callers changed.
13437
13438 2012-05-02 Eli Zaretskii <eliz@gnu.org>
13439
13440 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
13441 the yanked message in preference to the default value of
13442 buffer-file-coding-system.
13443
13444 2012-05-02 Martin Rudalics <rudalics@gmx.at>
13445
13446 * window.el (display-buffer--action-function-custom-type):
13447 Fix entry.
13448
13449 2012-05-02 Alan Mackenzie <acm@muc.de>
13450
13451 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
13452
13453 2012-05-01 Glenn Morris <rgm@gnu.org>
13454
13455 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
13456
13457 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
13458
13459 * cus-edit.el (custom-variable-documentation): Simplify with format.
13460
13461 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
13462 Stefan Monnier <monnier@iro.umontreal.ca>
13463
13464 * simple.el (suggest-key-bindings, execute-extended-command):
13465 Move from keyboard.c.
13466
13467 2012-05-01 Chong Yidong <cyd@gnu.org>
13468
13469 * follow.el: Eliminate advice.
13470 (set-process-filter, process-filter, sit-for): Advice deleted.
13471 (follow-mode-off-hook): Obsolete hook removed.
13472 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13473 Vars deleted.
13474 (follow-auto): Use a :set function.
13475 (follow-mode): Rewritten. Don't advise process filters.
13476 (follow-switch-to-current-buffer-all, follow-scroll-up)
13477 (follow-scroll-down): Assume follow-mode is bound.
13478 (follow-comint-scroll-to-bottom)
13479 (follow-align-compilation-windows): New functions.
13480 (follow--window-sorter): New function.
13481 (follow-all-followers): Use it to explicitly sort windows by their
13482 positions; don't make assumptions about next-window order.
13483 (follow-windows-start-end, follow-delete-other-windows-and-split)
13484 (follow-calc-win-start): Doc fix.
13485 (follow-windows-aligned-p, follow-select-if-visible): Don't call
13486 vertical-motion unnecessarily.
13487 (follow-adjust-window): New function.
13488 (follow-post-command-hook): Use it.
13489 (follow-call-set-process-filter, follow-call-process-filter)
13490 (follow-intercept-process-output, follow-tidy-process-filter-alist)
13491 (follow-stop-intercept-process-output, follow-generic-filter):
13492 Functions deleted.
13493 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
13494 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
13495 New functions, replacing advice on scroll-bar-* commands.
13496 (follow-mwheel-scroll): New function (Bug#4112).
13497
13498 * comint.el (comint-adjust-point): New function.
13499 (comint-postoutput-scroll-to-bottom): Use it.
13500 Call follow-comint-scroll-to-bottom for Follow mode buffers.
13501
13502 2012-05-01 Glenn Morris <rgm@gnu.org>
13503
13504 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
13505 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
13506 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
13507 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
13508 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
13509 Remove no-byte-compile setting.
13510
13511 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
13512
13513 * minibuffer.el (completion-table-with-quoting): Fix compatibility
13514 all-completions code to not return a number in the last cdr.
13515
13516 2012-04-30 Leo Liu <sdl.web@gmail.com>
13517
13518 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
13519 read-only error.
13520
13521 2012-04-29 Chong Yidong <cyd@gnu.org>
13522
13523 * follow.el (follow-calc-win-end): Rewrite to handle partial
13524 screen lines correctly (Bug#8390).
13525 (follow-avoid-tail-recenter): Minor cleanup.
13526
13527 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 Avoid the obsolete `assoc' package.
13530 * speedbar.el (speedbar-refresh): Avoid adelete.
13531 (speedbar-file-lists): Simplify and avoid aput.
13532 * man.el (Man--sections, Man--refpages): New vars, replacing
13533 Man-sections-alist and Man-refpages-alist.
13534 (Man-build-section-alist, Man-build-references-alist):
13535 Use them; avoid aput.
13536 (Man--last-section, Man--last-refpage): New vars.
13537 (Man-follow-manual-reference): Use them.
13538 Use the `default' arg of completing-read.
13539 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
13540
13541 2012-04-27 Chong Yidong <cyd@gnu.org>
13542
13543 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
13544
13545 * startup.el (x-apply-session-resources): New function.
13546
13547 * term/ns-win.el (ns-initialize-window-system):
13548 * term/w32-win.el (w32-initialize-window-system):
13549 * term/x-win.el (x-initialize-window-system): Use it to properly
13550 set menu-bar-mode and other vars from X resources, even if the
13551 initial frame is not a window-system frame (Bug#2299).
13552
13553 * subr.el (read-key): Avoid running filter function when setting
13554 up temporary tool bar entries (Bug#9922).
13555
13556 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13557
13558 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
13559 (Bug#11344)
13560
13561 2012-04-27 Chong Yidong <cyd@gnu.org>
13562
13563 * select.el (xselect--encode-string): New function, split from
13564 xselect-convert-to-string.
13565 (xselect-convert-to-string): Use it.
13566 (xselect-convert-to-filename, xselect-convert-to-os)
13567 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13568 returned strings are properly encoded (Bug#11315).
13569
13570 2012-04-27 Chong Yidong <cyd@gnu.org>
13571
13572 * simple.el (delete-active-region): Move to killing custom group.
13573
13574 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
13575
13576 * progmodes/which-func.el (which-func-current): Quote %
13577 characters for mode-line processing.
13578
13579 2012-04-27 Chong Yidong <cyd@gnu.org>
13580
13581 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
13582 reaching eob (Bug#11286).
13583
13584 2012-04-27 Eli Zaretskii <eliz@gnu.org>
13585
13586 * progmodes/gdb-mi.el (gdb-control-level): New variable.
13587 (gdb): Make it buffer-local and init to zero.
13588 (gdb-control-commands-regexp): New variable.
13589 (gdb-send): Don't wrap in "-interpreter-exec console" if
13590 gdb-control-level is positive. Increment gdb-control-level
13591 whenever the command matches gdb-control-commands-regexp, and
13592 decrement it each time the command is "end". (Bug#11279)
13593
13594 2012-04-27 Martin Rudalics <rudalics@gmx.at>
13595
13596 * window.el (adjust-window-trailing-edge, enlarge-window)
13597 (shrink-window, window-resize):
13598 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
13599 windows (Bug#11276).
13600
13601 2012-04-27 Chong Yidong <cyd@gnu.org>
13602
13603 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
13604 fix "missing prefix" warning. All callers changed.
13605
13606 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * emacs-lisp/assoc.el: Move to obsolete/.
13609
13610 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13611
13612 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
13613
13614 * term/ns-win.el (ns-define-service):
13615 * progmodes/pascal.el (pascal-goto-defun):
13616 * progmodes/js.el (js--read-tab):
13617 * progmodes/etags.el (tags-lazy-completion-table):
13618 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
13619 * emacs-lisp/ewoc.el (ewoc--wrap):
13620 * emacs-lisp/assoc.el (aput, adelete, amake):
13621 * doc-view.el (doc-view-convert-current-doc):
13622 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13623
13624 2012-04-26 Chong Yidong <cyd@gnu.org>
13625
13626 * image.el (image-type-from-buffer): Only return supported image
13627 type (Bug#9045).
13628
13629 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
13630 value, for symmetry with diff-end-of-hunk.
13631 (diff-split-hunk, diff-find-source-location)
13632 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
13633 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
13634 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
13635 compute the relevant hunk or file properly (Bug#6005).
13636 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
13637
13638 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13639
13640 * vc/vc-mtn.el:
13641 * vc/vc-hg.el:
13642 * vc/vc-git.el:
13643 * vc/vc-dir.el:
13644 * vc/vc-cvs.el:
13645 * vc/vc-bzr.el:
13646 * vc/vc-arch.el:
13647 * vc/vc.el: Replace lexical-let by lexical-binding.
13648 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
13649 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
13650 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
13651
13652 2012-04-26 Chong Yidong <cyd@gnu.org>
13653
13654 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
13655 (diff-mode-shared-map): Bind it to / and [remap undo].
13656
13657 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
13658 (ediff-window-setup-function): Use it as the default, to set up
13659 windows based on whether the current frame is graphical (Bug#2138).
13660 (ediff-choose-window-setup-function-automatically): Make obsolete.
13661
13662 * vc/ediff-init.el: Always define ediff-pixel-width/height.
13663
13664 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13665
13666 * ffap.el: Remove old code for obsolete package.
13667 (ffap-complete-as-file-p): Remove.
13668
13669 Use completion-table-with-quoting for comint and pcomplete.
13670 * comint.el (comint--unquote&requote-argument)
13671 (comint--unquote-argument, comint--requote-argument): New functions.
13672 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
13673 (comint-quote-filename): Use regexp-opt-charset.
13674 (comint--common-suffix, comint--common-quoted-suffix)
13675 (comint--table-subvert): Remove.
13676 (comint-unquote-function, comint-requote-function): New vars.
13677 (comint--complete-file-name-data): Use them with
13678 completion-table-with-quoting.
13679 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
13680 * pcomplete.el (pcomplete-arg-quote-list)
13681 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
13682 (pcomplete-unquote-argument-function): Default to non-nil.
13683 (pcomplete-unquote-argument): Simplify.
13684 (pcomplete--common-quoted-suffix): Remove.
13685 (pcomplete-requote-argument-function): New var.
13686 (pcomplete--common-suffix): New function.
13687 (pcomplete-completions-at-point): Use completion-table-with-quoting
13688 and completion-table-subvert.
13689
13690 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
13691 (minibuffer--double-dollars): Preserve properties.
13692 (completion--sifn-requote): New function.
13693 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
13694
13695 * minibuffer.el: Add support for completion of quoted/escaped data.
13696 (completion-table-with-quoting, completion-table-subvert): New funs.
13697 (completion--twq-try, completion--twq-all): New functions.
13698 (completion--nth-completion): New function.
13699 (completion-try-completion, completion-all-completions): Use it.
13700
13701 2012-04-25 Leo Liu <sdl.web@gmail.com>
13702
13703 * progmodes/python.el (python-pdbtrack-get-source-buffer):
13704 Use compilation-message if available to find real filename.
13705
13706 2012-04-25 Chong Yidong <cyd@gnu.org>
13707
13708 * vc/diff-mode.el (diff-setup-whitespace): New function.
13709 (diff-mode): Use it.
13710
13711 * vc/diff.el (diff-sentinel):
13712 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
13713 Whitespace mode variables based on diff style (Bug#8612).
13714
13715 2012-04-25 Leo Liu <sdl.web@gmail.com>
13716
13717 * progmodes/python.el (python-send-region): Add suffix .py to the
13718 temp file.
13719
13720 * files.el (auto-mode-alist): Use javascript-mode instead.
13721
13722 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
13723
13724 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
13725
13726 * net/soap-client.el (soap-resolve-references-for-sequence-type)
13727 (soap-resolve-references-for-array-type): Hack to prevent self
13728 references, see Bug#9.
13729 (soap-parse-envelope): Report the contents of the 'detail' node
13730 when receiving a fault reply.
13731 (soap-parse-envelope): Report the contents of the entire 'detail' node.
13732
13733 * net/soap-inspect.el (soap-sample-value-for-simple-type)
13734 (soap-inspect-simple-type): New function.
13735
13736 * net/soap-client.el (soap-simple-type): New struct.
13737 (soap-default-xsd-types, soap-default-soapenc-types)
13738 (soap-decode-basic-type, soap-encode-basic-type):
13739 support unsignedInt and double basic types.
13740 (soap-resolve-references-for-simple-type)
13741 (soap-parse-simple-type, soap-encode-simple-type): New function.
13742 (soap-parse-schema): Parse xsd:simpleType declarations.
13743
13744 * net/soap-client.el (soap-default-xsd-types)
13745 (soap-default-soapenc-types): Add integer, byte and anyURI types.
13746 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
13747 the local name of "soapenc:Array".
13748 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
13749 decoding integer, byte and anyURI xsd types.
13750
13751 2012-04-25 Chong Yidong <cyd@gnu.org>
13752
13753 * cus-edit.el (custom-buffer-create-internal): Update header text.
13754
13755 2012-04-25 Eli Zaretskii <eliz@gnu.org>
13756
13757 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
13758 settings on 'system-type', not on 'window-system'. On MS-Windows,
13759 set interactive-mode on in GDB.
13760
13761 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13762
13763 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
13764 (ruby-syntax-propertize-regexp): Remove.
13765 (ruby-syntax-propertize-function): Split regexp into chunks.
13766 Match following code directly.
13767
13768 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
13769
13770 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
13771 (ruby-syntax-propertize-regexp): New function.
13772 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
13773 by a special keyword.
13774
13775 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
13776 (ruby-syntax-general-delimiters-goto-beg)
13777 (ruby-syntax-propertize-general-delimiters): New functions.
13778 (ruby-syntax-propertize-function): Use them to handle GDL.
13779 (ruby-font-lock-keywords): Move old handling of GDL...
13780 (ruby-font-lock-syntactic-keywords): .. to here.
13781 (ruby-calculate-indent): Adjust indentation for GDL.
13782
13783 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
13784
13785 * notifications.el (top): Remove unneeded declarations.
13786 (notifications-specification-version): Change to "1.2".
13787 (notifications-interface, notifications-notify-method)
13788 (notifications-close-notification-method): Fix docstring.
13789 (notifications-get-capabilities-method): New defconst.
13790 (notifications-notify): Add :action-items, :resident and
13791 :transient hints. Change "image_data" to "image-data" and
13792 "image_path" to "image-path".
13793 (notifications-get-capabilities): New defun.
13794
13795 2012-04-24 Leo Liu <sdl.web@gmail.com>
13796
13797 * progmodes/python.el: Move hideshow setup to the end.
13798
13799 2012-04-24 Martin Rudalics <rudalics@gmx.at>
13800
13801 * window.el (handle-select-window): Clear echo area since this is
13802 no more done by read_char (Bug#11304).
13803
13804 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13805
13806 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
13807 and `/ M' to filter-derived-mode.
13808 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
13809 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13810 (ibuffer-mark-by-mode): Use default rather than initial-input.
13811 (ibuffer-filter-by-derived-mode): Autoload and require-match.
13812
13813 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
13814
13815 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
13816 (ibuffer-filter-by-derived-mode): New filter.
13817 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
13818
13819 2012-04-23 Andreas Politz <politza@fh-trier.de>
13820
13821 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
13822
13823 2012-04-23 Chong Yidong <cyd@gnu.org>
13824
13825 * cus-edit.el (customize-apropos, customize-apropos-options):
13826 Disable matching of non-option variables (Bug#11176).
13827 (customize-option, customize-option-other-window)
13828 (customize-changed-options): Doc fix.
13829 (customize-apropos-options, customize-apropos-faces)
13830 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
13831
13832 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
13833 Fix word list splitting (Bug#11132).
13834 (apropos-symbol, apropos-keybinding, apropos-label)
13835 (apropos-property, apropos-function-button)
13836 (apropos-variable-button, apropos-misc-button): New faces.
13837 (apropos-symbol-face, apropos-keybinding-face)
13838 (apropos-label-face, apropos-property-face, apropos-match-face):
13839 Variables removed (Bug#8396).
13840 (apropos-library-button, apropos-format-plist, apropos-print)
13841 (apropos-print-doc, apropos-describe-plist): Callers changed.
13842
13843 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
13844
13845 * net/xesam.el (xesam-mode-map): Use let-bound map in
13846 initialization. (Bug#11292)
13847
13848 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13849
13850 Preserve ispell session localwords when switching back to
13851 original buffer.
13852
13853 * textmodes/ispell.el (ispell-buffer-session-localwords):
13854 New buffer-local variable to hold buffer session localwords.
13855 (ispell-kill-ispell): Add option 'clear to delete session
13856 localwords.
13857 (ispell-command-loop, ispell-change-dictionary)
13858 (ispell-buffer-local-words): Preserve session localwords when
13859 needed.
13860
13861 * textmodes/flyspell.el (flyspell-process-localwords)
13862 (flyspell-do-correct): Preserve session localwords when needed.
13863
13864 2012-04-23 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
13865
13866 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
13867 using obsolete `translation-table-for-input'.
13868 (ispell-word, ispell-process-line, ispell-complete-word):
13869 Use plain `insert' instead of removed `ispell-insert-word'.
13870
13871 2012-04-22 Chong Yidong <cyd@gnu.org>
13872
13873 * cus-edit.el (custom-variable-menu)
13874 (custom-variable-reset-saved, custom-face-menu)
13875 (custom-face-reset-saved): If there is no saved value, make the
13876 "reset-saved" operation bring back the default (Bug#9509).
13877 (custom-face-state): Properly detect themed faces.
13878
13879 * faces.el (face-spec-set): Stop supporting deprecated form of
13880 third arg.
13881
13882 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
13883
13884 Move functions from C to Lisp. Make non-blocking method calls
13885 the default. Implement further D-Bus standard interfaces.
13886
13887 * net/dbus.el (dbus-message-internal): Declare function.
13888 Remove unneeded function declarations.
13889 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
13890 (dbus-message-type-method-return, dbus-message-type-error)
13891 (dbus-message-type-signal): Declare variables. Remove local
13892 definitions.
13893 (dbus-interface-dbus, dbus-interface-peer)
13894 (dbus-interface-introspectable, dbus-interface-properties)
13895 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
13896 Adapt docstring.
13897 (dbus-interface-objectmanager): New defconst.
13898 (dbus-call-method, dbus-call-method-asynchronously)
13899 (dbus-send-signal, dbus-method-return-internal)
13900 (dbus-method-error-internal, dbus-register-service)
13901 (dbus-register-signal, dbus-register-method): New defuns, moved
13902 from dbusbind.c
13903 (dbus-call-method-handler, dbus-setenv)
13904 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
13905 New defuns.
13906 (dbus-call-method-non-blocking): Make it an obsolete function.
13907 (dbus-unregister-object, dbus-unregister-service)
13908 (dbus-handle-event, dbus-register-property)
13909 (dbus-property-handler): Obey the new structure of
13910 `bus-registered-objects'.
13911 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
13912 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
13913 Use `dbus-call-method'.
13914
13915 2012-04-22 Chong Yidong <cyd@gnu.org>
13916
13917 * cus-edit.el (custom-commands, custom-reset-menu)
13918 (Custom-reset-standard): Tweak labels.
13919 (custom-reset-button-menu): Change default to t.
13920 (custom-buffer-create-internal): For the custom-reset-button-menu
13921 case, put the revert button first.
13922 (custom-group-subtitle): New face.
13923 (custom-group-value-create): Align docstring to a specific column.
13924
13925 * wid-edit.el (widget-documentation-link-add): Don't handle
13926 indentation in this function.
13927 (widget-documentation-string-indent-to): New function.
13928 (widget-documentation-string-value-create): Use it.
13929
13930 * autorevert.el (auto-revert):
13931 * epg-config.el (epg):
13932 * ibuffer.el (ibuffer):
13933 * mpc.el (mpc):
13934 * ses.el (ses):
13935 * eshell/eshell.el (eshell):
13936 * net/ange-ftp.el (ange-ftp):
13937 * progmodes/ebnf2ps.el (postscript):
13938 * progmodes/flymake.el (flymake):
13939 * progmodes/prolog.el (prolog):
13940 * progmodes/verilog-mode.el (verilog-mode):
13941 * progmodes/which-func.el (which-func):
13942 * term/xterm.el (xterm):
13943 * textmodes/picture.el (picture):
13944 * textmodes/tildify.el (tildify):
13945 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
13946 customization buffers.
13947
13948 2012-04-22 Alan Mackenzie <acm@muc.de>
13949
13950 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13951 Adding a ) can hide the resulting (..) from searches. Fix it.
13952 Bound the backward search to the position of the existing (.
13953
13954 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
13955
13956 * progmodes/verilog-mode.el (verilog-mode): Check whether
13957 which-func-modes is t before adding verilog-mode.
13958 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
13959
13960 2012-04-21 Leo Liu <sdl.web@gmail.com>
13961
13962 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
13963
13964 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
13965
13966 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
13967 filling of the last column of a table (Bug#5635).
13968 (woman-find-next-control-line): New arg, specifying an additional
13969 regexp component for the control line.
13970 (woman2-roff-buffer): Use it.
13971 (woman-break-table): New function.
13972 (woman2-TS): Use it.
13973
13974 2012-04-21 Chong Yidong <cyd@gnu.org>
13975
13976 * woman.el (woman-set-buffer-display-table, woman-decode-region)
13977 (woman-horizontal-escapes, woman-negative-vertical-space)
13978 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
13979 (WoMan-warn-ignored): Use ?\s instead of ?\ .
13980
13981 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13982
13983 * minibuffer.el (completion-file-name-table): Complete user names.
13984
13985 2012-04-20 Leo Liu <sdl.web@gmail.com>
13986
13987 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13988 and pcase-let*.
13989
13990 2012-04-20 Chong Yidong <cyd@gnu.org>
13991
13992 * server.el (server-execute): Respect initial-buffer-choice if it
13993 is a string and there are no files to open (Bug#2825).
13994 (server-create-window-system-frame, server-create-tty-frame):
13995 Don't switch buffers here.
13996 (server-process-filter): Only try to open a window system frame if
13997 compiled with graphical support (Bug#8314).
13998
13999 2012-04-20 Dan Nicolaescu <dann@gnu.org>
14000
14001 * battery.el (battery-echo-area-format): Display remaining time
14002 for sysfs backend too (Bug#11269).
14003 (battery-linux-sysfs): Fix conditional for the charge.
14004
14005 2012-04-20 Chong Yidong <cyd@gnu.org>
14006
14007 * progmodes/gdb-mi.el (gdb): Revert previous change.
14008 (gdb-inferior-io--init-proc): New function.
14009 (gdb-init-1): Use it.
14010 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
14011 responsible for allocating a new pty and hooking it to gdb when
14012 the old pty gets an EIO due to process exit.
14013 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
14014 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
14015 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
14016
14017 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14018
14019 * window.el (window-min-size, window-sizable, window-min-delta)
14020 (window-max-delta, window--resizable, window-resizable)
14021 (window-total-size, window-full-height-p, window-full-width-p)
14022 (window-in-direction, window--resize-mini-window, window-resize)
14023 (window--resize-child-windows-normal)
14024 (window--resize-child-windows, window--resize-siblings)
14025 (window--resize-this-window, adjust-window-trailing-edge)
14026 (enlarge-window, shrink-window): Doc fixes.
14027
14028 2012-04-20 Chong Yidong <cyd@gnu.org>
14029
14030 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
14031 New function to call delete-process on the gdb-inferior buffer's pty.
14032 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
14033 pty process (Bug#11273).
14034 (gdb-update): New arg to suppress talking to the gdb process.
14035 (gdb-done-or-error): Use it.
14036 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
14037 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
14038 sentinel not being called.
14039
14040 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
14041
14042 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
14043
14044 2012-04-20 Glenn Morris <rgm@gnu.org>
14045
14046 * net/network-stream.el (open-network-stream): Doc fix.
14047
14048 2012-04-20 Chong Yidong <cyd@gnu.org>
14049
14050 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
14051
14052 2012-04-20 Alan Mackenzie <acm@muc.de>
14053
14054 Ensure searching for keywords is case sensitive.
14055
14056 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
14057 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
14058 (c-defun-name, c-mark-function, c-cpp-define-name)
14059 (c-comment-indent, c-scan-conditionals, c-indent-defun)
14060 (c-context-line-break): Bind case-fold-search to nil.
14061
14062 * progmodes/cc-mode.el (c-font-lock-fontify-region):
14063 Bind case-fold-search to nil.
14064
14065 2012-04-20 Chong Yidong <cyd@gnu.org>
14066
14067 * mail/sendmail.el (mail-bury): Call return action with the right
14068 Rmail buffer (Bug#11242).
14069
14070 * server.el (server-process-filter): Handle corner case where both
14071 tty and nowait options are present (Bug#11102).
14072
14073 2012-04-20 Eli Zaretskii <eliz@gnu.org>
14074
14075 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
14076 (top level): Put into the executable the ident-style '$Id:' tag on
14077 windows-nt as well.
14078
14079 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14080
14081 * electric.el (electric-indent-post-self-insert-function): Check that
14082 electric-indent-mode is enabled in current buffer.
14083
14084 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14085
14086 * imenu.el (imenu-progress-message): Restore; it is "used" in
14087 erc/erc-imenu.el and net/snmp-mode.el.
14088
14089 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
14090
14091 * avoid.el (mouse-avoidance-mode): Mark unused arg.
14092 (mouse-avoidance-nudge-mouse): Remove unused binding.
14093
14094 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
14095
14096 * descr-text.el (describe-char):
14097 * progmodes/python.el (python-describe-symbol):
14098 Don't call `toggle-read-only', set `buffer-read-only'.
14099
14100 * imenu.el (imenu-default-goto-function): Mark unused args.
14101 (imenu-progress-message): Remove obsolete macro; all callers changed.
14102
14103 * subr.el (keymap-canonicalize): Remove unused binding.
14104 (read-passwd): Mark unused arg.
14105
14106 * tutorial.el (tutorial--display-changes): Remove unused binding.
14107 (tutorial--save-tutorial-to): Remove unused variable.
14108
14109 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
14110 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
14111 (package-generate-autoloads, package-menu--generate)
14112 (package-menu--find-upgrades): Remove unused bindings.
14113
14114 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
14115 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
14116 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
14117 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
14118 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
14119 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
14120 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
14121 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
14122 (cua-delete-char-rectangle): Mark unused args.
14123 (cua-align-rectangle): Remove unused binding.
14124
14125 * mail/rmail.el (compilation--message->loc)
14126 (epa--find-coding-system-for-mime-charset): Declare.
14127
14128 * net/dbus.el (dbus-register-service): Declare.
14129 (dbus-name-owner-changed-handler): Remove unused binding.
14130
14131 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
14132 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
14133 (nxml-scan-backward-within): Mark unused arg.
14134 (nxml-dynamic-markup-word): Remove unused binding.
14135
14136 * mouse.el (mouse-menu-major-mode-map):
14137 * emacs-lisp/authors.el (authors-scan-change-log)
14138 (authors-add-to-author-list):
14139 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
14140 * emacs-lisp/smie.el (smie-auto-fill):
14141 * mail/sendmail.el (mail-bury):
14142 * mail/unrmail.el (unrmail):
14143 * net/tls.el (open-tls-stream):
14144 * textmodes/picture.el (picture-mouse-set-point):
14145 Remove unused bindings.
14146
14147 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
14148
14149 * net/tramp.el (tramp-action-password): Let-bind
14150 `enable-recursive-minibuffers' to t.
14151
14152 2012-04-18 Sam Steingold <sds@gnu.org>
14153
14154 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
14155 instead of 'string to accommodate values like [f11].
14156 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
14157 * progmodes/gdb-mi.el: Likewise.
14158
14159 2012-04-18 Leo Liu <sdl.web@gmail.com>
14160
14161 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
14162 current buffer.
14163 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
14164 LOCAL is nil.
14165
14166 2012-04-18 Chong Yidong <cyd@gnu.org>
14167
14168 * simple.el (line-move): Use forward-line if in batch mode
14169 (Bug#11053).
14170
14171 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
14172
14173 * files.el (after-find-file): Do not try to add a final newline if
14174 the buffer is read-only (Bug#11156).
14175
14176 2012-04-17 Richard Stallman <rms@gnu.org>
14177
14178 * mail/rmail.el (rmail-start-mail):
14179 Pass (rmail-mail-return...) for the return-action.
14180 Pass (rmail-yank-current-message...) for the yank-action.
14181 (rmail-yank-current-message): New function.
14182 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
14183 (rmail-reply): Likewise.
14184 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
14185
14186 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
14187 buffer, not the last. Reject temp buffers. Use the rmail-mode
14188 buffer, not newbuf.
14189
14190 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
14191
14192 * server.el (server-ensure-safe-dir): Simplify.
14193
14194 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14195
14196 * emacs-lisp/smie.el: Provide smarter auto-filling.
14197 (smie-auto-fill): New function.
14198 (smie-setup): Use it.
14199
14200 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
14201
14202 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
14203
14204 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
14205 (comment-indent): Use it.
14206
14207 2012-04-17 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
14208
14209 * ses.el: The overall change is to add cell renaming, that is
14210 setting fancy names for cell symbols other than name matching
14211 "\\`[A-Z]+[0-9]+\\'" regexp .
14212 (ses-localvars): Add ses--renamed-cell-symb-list.
14213 (ses-create-cell-variable): New defun.
14214 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
14215 (ses-relocate-formula): Relocate formulas only for cells the
14216 symbols of which are not renamed, i.e. symbols whose names do not
14217 match regexp "\\`[A-Z]+[0-9]+\\'".
14218 (ses-relocate-all): Relocate values only for cells the symbols of
14219 which are not renamed.
14220 (ses-load): Create cells variables as the (ses-cell ...) are read,
14221 in order to check row col consistency with cell symbol name only
14222 for cells that are not renamed.
14223 (ses-replace-name-in-formula): New defun.
14224 (ses-rename-cell): New defun.
14225
14226 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
14227
14228 * progmodes/perl-mode.el (perl-indent-parens-as-block):
14229 New option (bug#11118).
14230 (perl-calculate-indent): Respect it.
14231
14232 2012-04-17 Glenn Morris <rgm@gnu.org>
14233
14234 * dired-aux.el (dired-mark-read-string): Doc fix.
14235
14236 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
14237
14238 * dired-aux.el (dired-mark-read-string): Offer optional completion.
14239 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
14240
14241 2012-04-17 Glenn Morris <rgm@gnu.org>
14242
14243 * mouse.el (mouse-drag-track):
14244 * speedbar.el (speedbar-frame-mode):
14245 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
14246
14247 2012-04-16 Leo Liu <sdl.web@gmail.com>
14248
14249 * progmodes/python.el: Trivial cleanup.
14250
14251 2012-04-16 Glenn Morris <rgm@gnu.org>
14252
14253 * vc/vc.el (vc-string-prefix-p):
14254 * vc/pcvs-util.el (cvs-string-prefix-p):
14255 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
14256 * mpc.el (mpc-string-prefix-p):
14257 Make all of these into obsolete aliases for string-prefix-p.
14258 Update callers.
14259 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
14260
14261 * textmodes/two-column.el: Move custom options to the start.
14262 (frame-width): Remove compat definition.
14263 (2C-associate-buffer, 2C-dissociate):
14264 Use with-current-buffer rather than save-excursion.
14265 (2C-dissociate): Force a mode-line update.
14266 (2C-autoscroll): Use ignore-errors.
14267
14268 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
14269 Autoload trivia.
14270
14271 * emacs-lisp/cl-extra.el (*random-state*):
14272 Remove unnecessary declaration.
14273
14274 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
14275
14276 * play/cookie1.el (cookie-snarf):
14277 Give an explicit error if input file cannot be read.
14278
14279 * play/yow.el (yow-file): Use expand-file-name rather than concat.
14280
14281 * progmodes/perl-mode.el (c-macro-expand):
14282 Remove unnecessary autoload (it is in loaddefs.el).
14283
14284 * textmodes/picture.el (picture-desired-column)
14285 (picture-update-desired-column): Convert comments to doc-strings.
14286 (picture-substitute): Remove function.
14287 (picture-mode-map): Initialize in the defvar.
14288
14289 * woman.el: Remove eval-after-load for tar-mode.
14290 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
14291 (woman-tar-extract-file): Autoload it.
14292
14293 * frame.el (automatic-hscrolling): Make this alias obsolete.
14294
14295 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14296
14297 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
14298 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
14299 (ispell-dictionary-base-alist): Revert to original XEmacs
14300 friendly version for default. [:alpha:] will be added in
14301 `ispell-set-spellchecker-params' if needed.
14302
14303 2012-04-16 Chong Yidong <cyd@gnu.org>
14304
14305 * image.el (imagemagick--file-regexp): New variable.
14306 (imagemagick-register-types): Use it.
14307 (imagemagick-types-inhibit): Add :set function. Allow new value
14308 of t to inhibit all types.
14309
14310 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
14311 so we can preload it.
14312
14313 * loadup.el (fboundp): Preload regexp-opt, needed by
14314 imagemagick-register-types.
14315
14316 2012-04-15 Chong Yidong <cyd@gnu.org>
14317
14318 * frame.el (scrolling): Remove nearly unused customization group.
14319
14320 * scroll-all.el (scroll-all-mode): Move to windows group.
14321
14322 2012-04-15 Chong Yidong <cyd@gnu.org>
14323
14324 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
14325
14326 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 Avoid the use of ((lambda ...) ...) in lexical-binding code.
14329 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
14330
14331 2012-04-15 Glenn Morris <rgm@gnu.org>
14332
14333 * simple.el (process-file-side-effects): Doc fix.
14334
14335 2012-04-15 Glenn Morris <rgm@gnu.org>
14336
14337 * international/mule-cmds.el (set-language-environment): Doc fix.
14338
14339 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14340
14341 * server.el (server-auth-key, server-generate-key): Doc fixes.
14342 (server-get-auth-key): Doc fix. Use `string-match-p'.
14343 (server-start): Reflow docstring.
14344
14345 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
14346
14347 * server.el (server-generate-key): `called-interactively-p'
14348 requires a parameter.
14349
14350 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
14351
14352 * server.el (server-auth-key): New variable.
14353 (server-generate-key, server-get-auth-key): New function.
14354 (server-start): Use the new variable and functions to allow
14355 setting a permanent server key (bug#9423).
14356
14357 2012-04-14 Leo Liu <sdl.web@gmail.com>
14358
14359 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
14360
14361 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
14362
14363 Spelling fixes.
14364 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
14365 Emacs uses American spelling.
14366
14367 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
14368
14369 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
14370 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
14371 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
14372 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
14373
14374 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14375
14376 * progmodes/which-func.el (which-func-modes): Change default.
14377
14378 2012-04-14 Kim F. Storm <storm@cua.dk>
14379
14380 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
14381 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
14382
14383 2012-04-14 Chong Yidong <cyd@gnu.org>
14384
14385 * custom.el (custom-theme-set-variables): Doc fix.
14386
14387 2012-04-14 Glenn Morris <rgm@gnu.org>
14388
14389 * international/mule.el (set-auto-coding-for-load): Doc fix.
14390
14391 2012-04-14 Alan Mackenzie <acm@muc.de>
14392
14393 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
14394 imenu work again for Objective C Mode. Correct the *-index values,
14395 these having been disturbed by a previous change in 2011-08.
14396
14397 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
14398 Correct two search limits.
14399
14400 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14401
14402 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
14403
14404 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
14405
14406 * international/characters.el: Fix sorting.
14407
14408 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14409
14410 * international/characters.el: Add more missing Latin case pairs.
14411
14412 2012-04-14 Glenn Morris <rgm@gnu.org>
14413
14414 * files.el (dir-locals-set-class-variables): Doc fix.
14415
14416 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14417
14418 * international/characters.el: Add set-case-syntax-pair call for
14419 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
14420 counterpart. (Bug#11209)
14421
14422 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
14423
14424 2012-04-14 Glenn Morris <rgm@gnu.org>
14425
14426 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14427
14428 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14429
14430 * textmodes/ispell.el (ispell-dictionary-base-alist):
14431 Add data for Hebrew.
14432
14433 2012-04-14 Chong Yidong <cyd@gnu.org>
14434
14435 * net/rcirc.el (rcirc-cmd-quit):
14436 Revert 2012-03-18 change (Bug#11192).
14437
14438 2012-04-14 Glenn Morris <rgm@gnu.org>
14439
14440 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
14441
14442 2012-04-14 Eli Zaretskii <eliz@gnu.org>
14443
14444 * minibuffer.el (completion-in-region-mode-map):
14445 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
14446
14447 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
14448
14449 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
14450
14451 2012-04-13 Masatake YAMATO <yamato@redhat.com>
14452
14453 * minibuffer.el (minibuffer-local-filename-syntax): New variable
14454 to allow `C-M-f' and `C-M-b' to move to the nearest path
14455 separator (bug#9511).
14456
14457 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
14458
14459 * avoid.el: Require cl when compiling. And also move the
14460 `provide' to the end.
14461
14462 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14463
14464 * avoid.el (mouse-avoidance-banish-position): New variable.
14465 (mouse-avoidance-banish-destination): Use it (bug#10165).
14466
14467 2012-04-13 Leo Liu <sdl.web@gmail.com>
14468
14469 * progmodes/which-func.el (which-func-modes): Add objc-mode.
14470
14471 2012-04-13 Ken Brown <kbrown@cornell.edu>
14472
14473 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
14474 this is no longer needed now that cygstart understands file:// URLs.
14475 (browse-url-filename-alist): For the same reason, don't modify
14476 file:// URLs on Cygwin.
14477
14478 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
14479
14480 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
14481 the region on shift if the binding is already shifted (bug#11221).
14482
14483 2012-04-12 Glenn Morris <rgm@gnu.org>
14484
14485 * mail/mailpost.el: Move to obsolete/.
14486
14487 2012-04-12 Drew Adams <drew.adams@oracle.com>
14488
14489 * imenu.el (imenu--generic-function): Ignore invisible definitions
14490 (bug#10123).
14491
14492 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
14493
14494 * hexl.el (hexl-bits): New variable.
14495 (hexl-options): Mention the variable in the doc string.
14496 (hexl-rulerise, hexl-line-displen): New functions.
14497 (hexl-mode): Mention the new variable.
14498 (hexl-mode, hexl-current-address, hexl-current-address):
14499 Use the displen.
14500 (hexl-ascii-start-column): New function.
14501 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
14502 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
14503
14504 2012-04-12 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14505
14506 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
14507 '("-i" ENCODING), in 2 separate command-line arguments, to specify
14508 the encoding, as expected by hunspell.
14509
14510 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14511
14512 * battery.el (battery--linux-sysfs-regexp): New const.
14513 (battery-status-function): Use it. Remove yeeloong special case.
14514 (battery-yeeloong-sysfs): Remove.
14515 (battery-echo-area-format): Remove yeeloong special case.
14516
14517 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14518
14519 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
14520 Reported by Noah Friedman.
14521
14522 * subr.el (read-passwd): Use read-string.
14523
14524 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14525
14526 * vcursor.el (vcursor-move): Increase the priority of the overlay
14527 (bug#9663).
14528
14529 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
14530
14531 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
14532 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
14533
14534 2012-04-11 William Stevenson <yhvh2000@gmail.com>
14535
14536 * textmodes/artist.el (artist-mode): Convert artist-mode to use
14537 define-minor-mode (bug#10760).
14538
14539 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14540
14541 * progmodes/grep.el (rgrep): Tweak the find command line so
14542 that directories matching `grep-find-ignored-files' won't be
14543 pruned (bug#10351).
14544
14545 2012-04-11 Chong Yidong <cyd@gnu.org>
14546
14547 * startup.el (command-line): Remove support for long-obsolete
14548 variable font-lock-face-attributes.
14549
14550 2012-04-11 Glenn Morris <rgm@gnu.org>
14551
14552 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
14553
14554 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14555
14556 * window.el (window--state-get-1): Obey window-point-insertion-type.
14557
14558 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
14559
14560 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
14561 to previous function when point is on the first character of a
14562 function. Take care of that in `narrow-to-defun' (bug#6157).
14563
14564 2012-04-11 Glenn Morris <rgm@gnu.org>
14565
14566 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
14567 not just file-errors.
14568
14569 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
14570 (vc-bzr-sha1): Use internal sha1.
14571
14572 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14573
14574 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
14575
14576 2012-04-10 SĂ©bastien Gross <seb@chezwam.org> (tiny change)
14577
14578 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
14579 that start in the middle of the line (bug#10496).
14580
14581 2012-04-10 Dan Nicolaescu <dann@gnu.org>
14582
14583 * battery.el (battery-linux-proc-acpi): Only one battery is
14584 discharged at a time, but that seems to confuse battery.el when
14585 computing `rate-type' for the battery not being discharged
14586 (bug#10332).
14587
14588 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14589
14590 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
14591
14592 * international/quail.el: Use dolist and simplify.
14593 (quail-define-package, quail-update-keyboard-layout)
14594 (quail-define-rules): Use dolist.
14595 (quail-insert-kbd-layout, quail-get-translation): CSE.
14596
14597 * tmm.el: Use dolist, remove left over hook.
14598 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
14599 Use dolist.
14600 (calendar-load-hook): Don't mess with it.
14601
14602 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
14603 Use derived-mode-p. Run the diff asynchronously.
14604
14605 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14606
14607 * obsolete/mouse-sel.el: Add an Obsolete-since header.
14608
14609 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
14610
14611 * misc.el: Display absolute path of loaded DLLs (bug#10424).
14612 (list-dynamic-libraries--loaded): New function.
14613 (list-dynamic-libraries--refresh): Use it.
14614
14615 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
14616
14617 * progmodes/python.el (python-fill-paragraph):
14618 Make python-fill-region in a multiline string work when font-lock is
14619 disabled (bug#7018).
14620
14621 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
14622
14623 * language/european.el (cp775): Add oem/legacy (en)coding on
14624 DOS/MS Windows for the Baltic languages. There are still plenty
14625 of texts written in this encoding/codepage (bug#6519).
14626
14627 2012-04-10 Glenn Morris <rgm@gnu.org>
14628
14629 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
14630 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
14631
14632 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
14633
14634 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
14635 next-line "n" and previous-line "p" in order to make recentf more
14636 consistent with ibuffer, dired or org-mode (bug#9387).
14637
14638 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14639
14640 * image.el (put-image): Return the overlay created instead of the
14641 optional input string (bug#7834). Note that this may break code
14642 that is (for some reason or other) depending on `put-image'
14643 returning the string.
14644
14645 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
14646
14647 * simple.el (zap-to-char): Allow zapping using input methods
14648 (bug#1580).
14649
14650 * textmodes/fill.el (fill-region): Leave point and mark where they
14651 were before filling (bug#5399).
14652
14653 2012-04-09 Glenn Morris <rgm@gnu.org>
14654
14655 * version.el (emacs-bzr-get-version):
14656 Handle lightweight checkouts of local branches.
14657
14658 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
14659
14660 * international/characters.el: Recover lost case pairs. (Bug#11209)
14661
14662 2012-04-09 Chong Yidong <cyd@gnu.org>
14663
14664 * custom.el (custom-variable-p): Return nil for non-symbol
14665 arguments instead of signaling an error.
14666 (user-variable-p): Obsolete alias for custom-variable-p.
14667
14668 * apropos.el (apropos-variable):
14669 * files-x.el (read-file-local-variable):
14670 * simple.el (set-variable):
14671 * woman.el (woman-mini-help):
14672 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
14673
14674 2012-04-09 Glenn Morris <rgm@gnu.org>
14675
14676 * startup.el (normal-top-level): Don't look for leim-list.el
14677 in places where it will not be found. (Bug#910)
14678
14679 * international/mule-cmds.el (set-default-coding-systems):
14680 * files.el (normal-mode):
14681 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
14682 This function was removed with ucs-tables.el in 2008.
14683
14684 2012-04-08 Eli Zaretskii <eliz@gnu.org>
14685
14686 * textmodes/ispell.el (ispell-check-version): For hunspell, set
14687 ispell-encoding8-command to "-i", without a trailing space.
14688 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
14689 separate command-line arguments, to specify the encoding, since
14690 that's how hunspell expects it.
14691
14692 2012-04-08 Glenn Morris <rgm@gnu.org>
14693
14694 * loadup.el: Load bindings before cus-start.
14695 This reduces somewhat the number of "rogue" settings in emacs -Q.
14696
14697 2012-04-07 Glenn Morris <rgm@gnu.org>
14698
14699 * version.el (emacs-bzr-get-version): New function.
14700 (emacs-bzr-version): New variable.
14701 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
14702 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
14703
14704 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14705
14706 * international/uni-bidi.el, international/uni-category.el:
14707 * international/uni-combining.el, international/uni-decimal.el:
14708 * international/uni-decomposition.el, international/uni-digit.el:
14709 * international/uni-lowercase.el, international/uni-mirrored.el:
14710 * international/uni-name.el, international/uni-numeric.el:
14711 * international/uni-titlecase.el, international/uni-uppercase.el:
14712 Update for Unicode 6.1.
14713
14714 2012-04-07 Eli Zaretskii <eliz@gnu.org>
14715
14716 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
14717
14718 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14719
14720 * window.el (shrink-window): Mention the `window-min-height'
14721 variable in the doc string.
14722
14723 2012-04-05 Bastien Guerry <bzg@altern.org>
14724
14725 * color.el (color-lighten-name): Fix typo.
14726
14727 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14728
14729 * server.el (server--on-display-p): New function.
14730 (server--on-display-p): Use it.
14731
14732 2012-04-04 GĂ¡bor Vida <vidagabor@gmail.com> (tiny change)
14733
14734 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
14735 (bug#11145).
14736
14737 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14738
14739 * comint.el (comint--common-quoted-suffix): Check string boundary
14740 before comparing (bug#11158).
14741 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
14742
14743 2012-04-04 Chong Yidong <cyd@gnu.org>
14744
14745 * minibuffer.el (completion-extra-properties): Doc fix.
14746
14747 * subr.el (delayed-warnings-hook): Doc fix.
14748
14749 2012-04-04 Daiki Ueno <ueno@unixuser.org>
14750
14751 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
14752 selection (Bug#11159).
14753 (epa-insert-keys): Inform that the default public key will be
14754 exported if no key is selected.
14755
14756 2012-04-04 Richard Stallman <rms@gnu.org>
14757
14758 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
14759
14760 2012-04-03 Chong Yidong <cyd@gnu.org>
14761
14762 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
14763 mail-insert-file, not its obsolete alias mail-attach-file.
14764
14765 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
14766
14767 * notifications.el (notifications-notify): Fix docstring.
14768
14769 2012-04-02 Glenn Morris <rgm@gnu.org>
14770
14771 * emacs-lisp/authors.el (authors-aliases): Another addition.
14772
14773 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
14774
14775 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
14776 `tramp-compat-call-process' instead of `tramp-local-call-process'.
14777 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
14778
14779 2012-04-01 Chong Yidong <cyd@gnu.org>
14780
14781 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
14782 Handle root directory properly.
14783 (copy-directory): Caller changed.
14784
14785 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14786 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
14787
14788 2012-03-31 Glenn Morris <rgm@gnu.org>
14789
14790 * term/xterm.el (xterm-extra-capabilities): Doc fix.
14791
14792 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
14793
14794 * calendar/calendar.el (calendar-window-list)
14795 (calendar-hide-window): Restore. (Bug#11140)
14796 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
14797
14798 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
14799
14800 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14801
14802 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
14803 Check if file is a symlink (Bug#10489).
14804
14805 * files.el (copy-directory): Likewise.
14806
14807 2012-03-30 Chong Yidong <cyd@gnu.org>
14808
14809 * image.el (imagemagick-types-inhibit)
14810 (imagemagick-register-types): Doc fix.
14811
14812 2012-03-30 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
14813
14814 * textmodes/ispell.el (ispell-get-extended-character-mode):
14815 Disable extended-char-mode for hunspell. hunspell does not support it
14816 and treats ~word as ordinary words in pipe mode.
14817
14818 2012-03-30 Glenn Morris <rgm@gnu.org>
14819
14820 * tutorial.el (help-with-tutorial): Ensure local variables don't
14821 happen to make the buffer read-only. (Bug#11127)
14822
14823 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14824
14825 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
14826 (perl-calculate-indent): Return `noindent' in strings.
14827
14828 2012-03-28 Sam Steingold <sds@gnu.org>
14829
14830 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
14831 instead of the broken adhockery which does not prevent calendar
14832 buffers from being displayed at random after exit.
14833 (calendar-window-list, calendar-hide-window): Remove the broken
14834 adhockery.
14835
14836 2012-03-28 Glenn Morris <rgm@gnu.org>
14837
14838 * replace.el (query-replace-map): Doc fix.
14839
14840 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
14841
14842 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
14843 contents. (Bug#11109)
14844
14845 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14846
14847 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
14848 (bug#11077).
14849 (avl-tree--check, avl-tree--check-node): New funs.
14850
14851 2012-03-27 Martin Rudalics <rudalics@gmx.at>
14852
14853 * window.el (switch-to-visible-buffer): New option.
14854 (switch-to-prev-buffer, switch-to-next-buffer):
14855 Observe switch-to-visible-buffer. Make sure that checking for a window
14856 showing a buffer already is done on the same frame.
14857
14858 2012-03-27 Glenn Morris <rgm@gnu.org>
14859
14860 * startup.el (mail-host-address): Doc fix.
14861
14862 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14863
14864 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
14865 than 197 variables.
14866
14867 2012-03-26 Ami Fischman <ami@fischman.org>
14868
14869 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
14870
14871 2012-03-26 Glenn Morris <rgm@gnu.org>
14872
14873 * files.el (save-buffers-kill-emacs): Doc fix.
14874
14875 * startup.el (normal-top-level, command-line, command-line-1):
14876 Give them doc strings.
14877
14878 2012-03-25 Eli Zaretskii <eliz@gnu.org>
14879
14880 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
14881 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
14882
14883 2012-03-25 Chong Yidong <cyd@gnu.org>
14884
14885 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
14886 theme if it was previously enabled before (Bug#11031).
14887
14888 * cus-theme.el (custom-theme-write-faces): Retrieve current face
14889 spec with custom-face-get-current-spec if its :shown-value is not
14890 determined yet (Bug#9337).
14891 (customize-create-theme, custom-theme-revert): Doc fixes.
14892
14893 * button.el (button-at): Minor addition to docstring.
14894
14895 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
14896
14897 * vc/vc.el (vc-merge): Fix a prompt.
14898
14899 2012-03-24 Chong Yidong <cyd@gnu.org>
14900
14901 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
14902 point (Bug#9623).
14903
14904 * button.el (button-at): Minor addition to docstring.
14905
14906 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
14907
14908 * newcomment.el (comment-choose-indent): No space after BOL.
14909
14910 2012-03-22 Sam Steingold <sds@gnu.org>
14911
14912 * window.el (switch-to-prev-buffer): Revert last patch because the
14913 bug turned out to be an advertised feature (Elisp manual 28.14).
14914
14915 2012-03-22 Glenn Morris <rgm@gnu.org>
14916
14917 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
14918 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
14919
14920 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
14921
14922 * net/network-stream.el (network-stream-open-starttls): Make error
14923 message under Windows be less misleading.
14924
14925 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
14926
14927 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
14928 understands (bug#9942).
14929
14930 2012-03-22 Chong Yidong <cyd@gnu.org>
14931
14932 * simple.el (end-of-visible-line): Handle return value of
14933 next-single-property-change properly (Bug#9371).
14934
14935 2012-03-22 Kenichi Handa <handa@m17n.org>
14936
14937 * international/quail.el (quail-insert-kbd-layout): Fix previous
14938 change. To avoid unwanted bidi reordering, use
14939 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
14940
14941 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
14942
14943 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
14944 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
14945 (ruby-beginning-of-indent): Be more careful with the difference
14946 between word-boundary and symbol boundary.
14947 (ruby-mode-syntax-table): Make : a symbol constituent.
14948
14949 2012-03-21 Andreas Politz <politza@fh-trier.de>
14950
14951 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
14952
14953 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14954
14955 * progmodes/etags.el (tags-completion-at-point-function):
14956 Improve last fix.
14957
14958 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
14959
14960 2012-03-21 Sam Steingold <sds@gnu.org>
14961
14962 * progmodes/etags.el (tags-completion-at-point-function):
14963 Avoid the error when point is inside the pattern.
14964
14965 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
14966
14967 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
14968 line (Bug#10855).
14969
14970 2012-03-21 Drew Adams <drew.adams@oracle.com>
14971
14972 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
14973
14974 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
14975
14976 * ido.el (ido-set-current-directory, ido-read-internal)
14977 (ido-choose-completion-string, ido-completion-help): Handle nil
14978 value of ido-completion-buffer (Bug#11008).
14979
14980 2012-03-21 Sam Steingold <sds@gnu.org>
14981
14982 * window.el (switch-to-prev-buffer): Do not switch to a visible
14983 window previous buffer, just like with the frame previous buffers.
14984
14985 2012-03-21 Chong Yidong <cyd@gnu.org>
14986
14987 * faces.el (make-face, make-empty-face, copy-face):
14988 * face-remap.el (face-remap-add-relative, face-remap-set-base):
14989 Doc fixes.
14990
14991 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14992
14993 * wid-edit.el (widget-complete-field): Remove (bug#11051).
14994 (widget-complete): Remove broken use of it.
14995
14996 2012-03-20 Chong Yidong <cyd@gnu.org>
14997
14998 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14999 Use string-width and truncate-string-width to handle arbitrary
15000 characters.
15001
15002 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
15003
15004 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
15005 to draw rectangles, not squares. (Regression introduced by revno
15006 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
15007
15008 2012-03-18 Chong Yidong <cyd@gnu.org>
15009
15010 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
15011 it is not yet defined (for temacs).
15012
15013 2012-03-18 Leo Liu <sdl.web@gmail.com>
15014
15015 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
15016 prefix.
15017
15018 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15019
15020 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
15021 (ispell-choices-win-default-height, ispell-silently-savep)
15022 (ispell-dictionary-alist, ispell-encoding8-command)
15023 (ispell-check-version, ispell-aspell-find-dictionary)
15024 (ispell-valid-dictionary-list, ispell-words-keyword)
15025 (ispell-get-word, ispell-internal-change-dictionary)
15026 (ispell-region, ispell-skip-region-list)
15027 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
15028 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
15029 (ispell-message-text-end, ispell-message)
15030 (ispell-buffer-local-parsing): Doc fix.
15031
15032 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
15033
15034 * htmlfontify.el: Add support for code block fontification for ODT
15035 export (Bug #9914).
15036 (hfy-optimisations): Define new option
15037 `body-text-only'
15038 (hfy-fontify-buffer): Honor above setting.
15039 (hfy-begin-span, hfy-end-span): New routines factored out form
15040 `hfy-fontify-buffer'.
15041 (hfy-begin-span-handler, hfy-end-span-handler): New variables
15042 that permit insertion of custom tags.
15043 (hfy-fontify-buffer): Use above handlers.
15044 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
15045 (hfy-face-to-css): Re-defined to be a variable.
15046 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
15047 over multiple runs. This is made possible by having the caller let
15048 bind a special variable `hfy-user-sheet-assoc'.
15049 (htmlfontify-string): New defun.
15050 (hfy-compile-face-map): Make sure that the last char in the
15051 buffer is correctly fontified.
15052 (hfy-face-resolve-face): Whitespace only change.
15053
15054 2012-03-17 Eli Zaretskii <eliz@gnu.org>
15055
15056 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
15057 message more clear.
15058
15059 2012-03-16 Leo Liu <sdl.web@gmail.com>
15060
15061 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
15062
15063 2012-03-16 Alan Mackenzie <acm@muc.de>
15064
15065 Further optimize the handling of large macros.
15066
15067 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
15068 limit to a call of `c-literal-limits'.
15069 (c-determine-+ve-limit): New function.
15070 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
15071 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
15072 In CASE 5B, restrict a search limit to 500.
15073 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
15074
15075 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
15076 Restrict macro bounds to +-500 from after-change's BEG END.
15077
15078 2012-03-16 Leo Liu <sdl.web@gmail.com>
15079
15080 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
15081
15082 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
15083
15084 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
15085 `special-mode' setting of `buffer-read-only'. (Bug#11010)
15086
15087 2012-03-16 Glenn Morris <rgm@gnu.org>
15088
15089 * view.el (view-buffer, view-buffer-other-window)
15090 (view-buffer-other-frame): Doc fixes re special mode-class.
15091
15092 * subr.el (eval-after-load): If named feature is provided not from
15093 a file, run after-load forms. (Bug#10946)
15094
15095 * calendar/calendar.el (calendar-insert-at-column):
15096 Handle non-unit-width characters a bit better. (Bug#10978)
15097
15098 2012-03-15 Chong Yidong <cyd@gnu.org>
15099
15100 * emacs-lisp/ring.el (ring-extend): New function.
15101 (ring-insert+extend): Extend the ring correctly (Bug#11019).
15102
15103 * comint.el (comint-read-input-ring)
15104 (comint-add-to-input-history): Grow comint-input-ring lazily.
15105
15106 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
15109 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
15110
15111 * imenu.el: Fix multiple inheritance breakage (bug#9199).
15112 (imenu-add-to-menubar): Don't add a redundant index.
15113 (imenu-update-menubar): Handle a dynamically composed keymap.
15114
15115 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15116
15117 * mail/sendmail.el (mail-encode-header):
15118 Bind rfc2047-encode-encoded-words to nil.
15119
15120 2012-03-13 Glenn Morris <rgm@gnu.org>
15121
15122 * calendar/calendar.el (calendar-string-spread):
15123 Handle non-unit-width characters a bit better. (Bug#10978)
15124
15125 2012-03-13 Leo Liu <sdl.web@gmail.com>
15126
15127 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
15128 directory and file as argument (Bug#10822).
15129
15130 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15131
15132 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
15133 For dynamically generated code, follow $PC.
15134 (gdb-disassembly-handler-custom): Handle no function name case.
15135
15136 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
15137
15138 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
15139 * emulation/ws-mode.el (ws-query-replace):
15140 * sort.el (sort-regexp-fields):
15141 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
15142
15143 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15144
15145 * dabbrev.el: Fix cycle completion order (bug#10963).
15146 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
15147 (dabbrev-completion): Don't use an obarray; provide
15148 a cycle-sort-function.
15149
15150 2012-03-12 Leo Liu <sdl.web@gmail.com>
15151
15152 * simple.el (kill-new): Use equal-including-properties for comparison.
15153 (kill-do-not-save-duplicates): Doc fix.
15154
15155 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15156
15157 * dabbrev.el: Fix cycle completion (bug#10963).
15158 Use lexical binding and wrap to 80 columns.
15159 (dabbrev-completion): Delay computing the list of completions.
15160
15161 2012-03-12 Kenichi Handa <handa@m17n.org>
15162
15163 * international/quail.el (quail-insert-kbd-layout): Surround each
15164 row by LRO and PDF instead of inserting many LRMs. Pad the left
15165 and right of each non-spacing marks. Insert invisible space
15166 between lower and upper characters to prevent composition.
15167
15168 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15169
15170 * minibuffer.el (minibuffer-complete): Don't get confused when the
15171 function is run twice via different commands (bug#10958).
15172 (complete-with-action): Fix docstring.
15173
15174 2012-03-12 Chong Yidong <cyd@gnu.org>
15175
15176 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
15177 (nxml-completion-at-point-function): New function.
15178 (nxml-mode): Use it.
15179 (nxml-bind-meta-tab-to-complete-flag): Default to t.
15180
15181 * emacs-lisp/package.el (package-unpack, package-unpack-single):
15182 Load generated autoloads file before byte compiling (Bug#10970).
15183 (package--make-autoloads-and-compile): New helper fun.
15184
15185 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
15186
15187 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
15188
15189 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
15190
15191 * autorevert.el (auto-revert-handler): Ensure, that
15192 file-readable-p is applied only for local files or in
15193 auto-revert-tail-mode.
15194
15195 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
15196
15197 * server.el (server-eval-at): Handle non-tcp connections.
15198 Decode result string.
15199
15200 * server.el (server-msg-size): New constant.
15201 (server-reply-print): New function.
15202 (server-eval-and-print): Use it.
15203 (server-eval-at): Use server-quote-arg and server-unquote-arg.
15204 Handle -print-nonl.
15205
15206 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
15207
15208 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
15209 (Bug#10987).
15210
15211 2012-03-11 Chong Yidong <cyd@gnu.org>
15212
15213 * simple.el (goto-line): Doc fix (Bug#9938).
15214
15215 * subr.el (save-window-excursion): Doc fix (Bug#9979).
15216
15217 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
15218 when finished (Bug#10963).
15219
15220 2012-03-11 Martin Rudalics <rudalics@gmx.at>
15221
15222 * window.el (split-window-below): Fix bug in case where
15223 split-window-keep-point is nil (Bug#10971).
15224
15225 2012-03-11 Juri Linkov <juri@jurta.org>
15226
15227 * replace.el (replace-highlight): Set isearch-word to nil
15228 unconditionally. (Bug#10887)
15229
15230 2012-03-10 Eli Zaretskii <eliz@gnu.org>
15231
15232 * net/mairix.el (mairix-replace-invalid-chars): Rename from
15233 mairix-replace-illegal-chars; all callers changed. Don't remove
15234 ^, ~, and = characters: they are meaningful in mairix search specs.
15235 (mairix-widget-create-query): Add usage information about mairix
15236 search forms: negating words, searching for substrings, etc.
15237
15238 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
15239
15240 * international/fontset.el (font-encoding-alist): Add an entry for
15241 ksx1001 (Bug#5667).
15242
15243 2012-03-10 Richard Stallman <rms@gnu.org>
15244
15245 * mail/sendmail.el (mail-encode-header):
15246 Set rfc2047-encode-encoded-words.
15247
15248 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
15249
15250 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
15251 view buffer means not swapped.
15252 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
15253 (rmail-write-region-annotate): Error if real text has disappeared.
15254
15255 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
15256
15257 2012-03-10 Chong Yidong <cyd@gnu.org>
15258
15259 * emulation/cua-rect.el (cua--init-rectangles):
15260 * emulation/cua-base.el (cua--init-keymaps):
15261 Add delete-forward-char to remappings (Bug#9666).
15262
15263 2012-03-10 Martin Rudalics <rudalics@gmx.at>
15264
15265 * speedbar.el (speedbar-unhighlight-one-tag-line):
15266 Avoid unhighlighting due to frame switching (Bug#10275).
15267
15268 2012-03-10 Chong Yidong <cyd@gnu.org>
15269
15270 * minibuffer.el (completion-in-region, completion-help-at-point):
15271 Give the completion field overlay a high priority (Bug#6830).
15272
15273 * dired.el (dired-goto-file): Recognize absolute file name
15274 listings (Bug#7126).
15275 (dired-goto-file-1): New helper function.
15276 (dired-toggle-read-only): Inhibit warnings.
15277
15278 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
15279
15280 * net/dbus.el (dbus-property-handler): Return empty array if
15281 there are no properties.
15282
15283 2012-03-09 Leo Liu <sdl.web@gmail.com>
15284
15285 * savehist.el (savehist-printable): Stricter check for string
15286 value (Bug#10937).
15287
15288 2012-03-09 Eli Zaretskii <eliz@gnu.org>
15289
15290 * mail/smtpmail.el (smtpmail-send-it):
15291 Bind coding-system-for-write to *-unix, so that FCC files are kept in
15292 valid mbox format.
15293
15294 2012-03-09 Glenn Morris <rgm@gnu.org>
15295
15296 * files.el (dir-locals-find-file):
15297 Don't check result is regular, readable.
15298 (dir-locals-read-from-file): Demote errors.
15299
15300 2012-03-08 Eli Zaretskii <eliz@gnu.org>
15301
15302 * international/quail.el (quail-insert-kbd-layout):
15303 Insert invisible LRM characters before each character in a keyboard
15304 layout cell, to prevent their reordering by bidi display engine.
15305 For details, see the discussion in
15306 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
15307
15308 2012-03-08 Alan Mackenzie <acm@muc.de>
15309
15310 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
15311 the starting position; make it extend the marked region when
15312 invoked repeatedly - all under appropriate circumstances.
15313 Fixes bugs #5525, #10906.
15314
15315 2012-03-08 Glenn Morris <rgm@gnu.org>
15316
15317 * files.el (locate-dominating-file, dir-locals-find-file):
15318 Undo 2012-03-06 change.
15319
15320 2012-03-07 Eli Zaretskii <eliz@gnu.org>
15321
15322 * international/quail.el (quail-help):
15323 Force bidi-paragraph-direction be left-to-right. See discussion in
15324 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
15325 for the reason.
15326
15327 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
15328
15329 Avoid superfluous registering of signals. (Bug#10807)
15330
15331 * notifications.el (notifications-on-action-object)
15332 (notifications-on-close-object): New defvars.
15333 (notifications-on-action-signal, notifications-on-closed-signal):
15334 Unregister the signal if not needed any longer.
15335 (notifications-notify): Register `notifications-action-signal' or
15336 `notifications-closed-signal', if :on-action or :on-close has been
15337 passed as argument.
15338
15339 2012-03-07 Chong Yidong <cyd@gnu.org>
15340
15341 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
15342 non-X platforms.
15343
15344 2012-03-06 Glenn Morris <rgm@gnu.org>
15345
15346 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15347 (x-disown-selection-internal, x-get-selection-internal):
15348 Doc fix (add arglist signatures). (Bug#10783)
15349
15350 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
15351
15352 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15353 Handle breakpoints with no "type".
15354
15355 2012-03-06 Glenn Morris <rgm@gnu.org>
15356
15357 * files.el (locate-dominating-file): Add optional predicate argument.
15358 (dir-locals-find-file): Make use of above change.
15359
15360 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
15361
15362 * info.el (Info-insert-dir): Also try "dir.gz".
15363
15364 2012-03-06 Glenn Morris <rgm@gnu.org>
15365
15366 * files.el (dir-locals-find-file):
15367 Ignore non-readable or non-regular files. (Bug#10928)
15368
15369 * files.el (locate-dominating-file): Doc fix.
15370
15371 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
15372
15373 * calendar/calendar.el (calendar-set-mode-line):
15374 `getenv' returns a string. (Bug#10951)
15375
15376 2012-03-05 Leo Liu <sdl.web@gmail.com>
15377
15378 * simple.el (backward-delete-char-untabify): Constrain point to
15379 field (Bug#10939).
15380
15381 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
15382
15383 2012-03-05 Chong Yidong <cyd@gnu.org>
15384
15385 * simple.el (count-words): If called from Lisp, return the word
15386 count, for symmetry with `count-lines'. Arglist changed.
15387 (count-words--message): Args changed. Consolidate counting code
15388 from count-words and count-words-region.
15389 (count-words-region): Caller changed.
15390 (count-lines-region): Make it an obsolete alias.
15391
15392 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
15393
15394 * saveplace.el (save-place-to-alist)
15395 (save-place-ignore-files-regexp): Allow value nil to disable this
15396 feature.
15397
15398 2012-03-04 Chong Yidong <cyd@gnu.org>
15399
15400 * faces.el (face-spec-reset-face): For the default face, reset the
15401 attributes to default values (Bug#10748).
15402
15403 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15404
15405 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
15406 previous patch: Check `message-send-mail-function', and not the
15407 default function (bug#10897).
15408
15409 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
15410
15411 * notifications.el (notifications-on-action-signal)
15412 (notifications-on-closed-signal): Check for unique service name of
15413 incoming event. Fix error in removing entry.
15414 (top): Register for signals with wildcard service name.
15415 (notifications-notify): Use daemon unique service name for map entries.
15416
15417 2012-03-04 Chong Yidong <cyd@gnu.org>
15418
15419 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
15420
15421 2012-03-04 Glenn Morris <rgm@gnu.org>
15422
15423 * abbrev.el (copy-abbrev-table, abbrev-table-p)
15424 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
15425 (expand-abbrev, define-abbrev-table): Doc fixes.
15426
15427 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15428
15429 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
15430 `message-default-send-mail-function' and not `send-mail-function'
15431 when doing the prompting for `sendmail-query-once' before sending
15432 in Message buffers (bug#10897).
15433
15434 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
15435 This is inconsistent with all the other stream functions, which leave
15436 the setting up to the higher levels (if so wanted) (bug#10931).
15437
15438 2012-03-02 Alan Mackenzie <acm@muc.de>
15439
15440 Depessimize the handling of very large macros.
15441
15442 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
15443 (c-macro-cache-syntactic): New variables to implement a one
15444 element macro cache.
15445 (c-invalidate-macro-cache): New function.
15446 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
15447 Adapt to use the new cache.
15448 (c-state-safe-place): Use better the cache of safe positions.
15449 (c-state-semi-nonlit-pos-cache)
15450 (c-state-semi-nonlit-pos-cache-limit):
15451 New variables for...
15452 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
15453 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
15454 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
15455 Use c-state-semi-safe-place.
15456
15457 * progmodes/cc-langs.el (c-get-state-before-change-functions):
15458 Add c-invalidate-macro-cache to the C, C++, Obj entries.
15459
15460 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
15461
15462 * jka-compr.el (jka-compr-call-process):
15463 Apply `file-accessible-directory-p' only when the default directory is
15464 not remote.
15465
15466 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
15467
15468 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
15469 access of FILE2, if FILE1 does not exist.
15470
15471 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
15472 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
15473
15474 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
15475 Add "PAGER=" to `process-environment'.
15476
15477 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
15478
15479 * progmodes/sql.el: Bug fix
15480 (sql-get-login-ext): Save login values in globals.
15481 (sql-get-login): Use new version of `sql-get-login-ext'.
15482 (sql-interactive-mode): Set global `sql-connection' to nil.
15483 (sql-connect): Set global values for connection.
15484 (sql-product-interactive): Save global values as buffer local.
15485
15486 2012-02-29 Leo Liu <sdl.web@gmail.com>
15487
15488 * abbrev.el (define-abbrevs): Reset sys to nil.
15489
15490 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15491
15492 * files.el (file-equal-p): Rename from `files-equal-p'.
15493 Return nil when one or both files don't exist.
15494 (file-subdir-of-p): Now only top directory must exists,
15495 return nil if it doesn't.
15496 (copy-directory): No need to test with `file-subdir-of-p' after
15497 creating dir.
15498 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
15499 to `file-equal-p'.
15500
15501 2012-02-28 Glenn Morris <rgm@gnu.org>
15502
15503 * shell.el (shell-mode):
15504 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
15505 * play/landmark.el (landmark-font-lock-face-O):
15506 * play/handwrite.el (handwrite):
15507 * play/gomoku.el (gomoku-O):
15508 * net/browse-url.el (browse-url-browser-display):
15509 * international/mule.el (define-charset):
15510 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
15511 * filesets.el (filesets-find-file-delay):
15512 * eshell/em-xtra.el (eshell-xtra):
15513 * eshell/em-unix.el (eshell-grep):
15514 * emulation/viper.el (viper-mode):
15515 * emacs-lisp/regexp-opt.el (regexp-opt-group):
15516 * emacs-lisp/easymenu.el (easy-menu-define):
15517 * calendar/timeclock.el (timeclock-use-display-time):
15518 * bs.el (bs-mode):
15519 * bookmark.el (bookmark-save-flag):
15520 Doc fix (standardize possessive apostrophe usage).
15521
15522 2012-02-27 Chong Yidong <cyd@gnu.org>
15523
15524 * emulation/viper-cmd.el (viper-intercept-ESC-key):
15525 Fix key-binding lookup for ESC key (Bug#9146).
15526
15527 * font-lock.el (font-lock-specified-p): Rename from
15528 font-lock-spec-present. Callers changed.
15529
15530 2012-02-27 Daniel Hackney <dan@haxney.org>
15531
15532 * emacs-lisp/package.el (package-compute-transaction):
15533 Handle holding a package version to t in package-load-list.
15534
15535 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
15536
15537 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
15538 (tramp-get-inode, tramp-get-device): Use cached values.
15539
15540 2012-02-26 Alan Mackenzie <acm@muc.de>
15541
15542 Check there is a font-lock specification before doing initial
15543 fontification.
15544
15545 * font-core.el (font-lock-mode): Move the conditional from
15546 :after-hook to font-lock-initial-fontify.
15547 (font-lock-default-function): Move the check for a specification
15548 to font-lock-spec-present.
15549
15550 * font-lock.el (font-lock-initial-fontify): Call ...
15551 (font-lock-spec-present): New function.
15552
15553 2012-02-26 Jim Blandy <jimb@red-bean.com>
15554
15555 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
15556 (gdb-send): Apply it to the operand of the '-interpreter-exec
15557 console' command, so that we can pass arguments with (say) quotes
15558 in them. Store exact string sent in gdb-debug-log (Bug#10765).
15559
15560 2012-02-26 Chong Yidong <cyd@gnu.org>
15561
15562 * help-fns.el (describe-function-1): Clarify description of
15563 remapping (Bug#10844).
15564
15565 * files.el (files-equal-p): Doc fix.
15566 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
15567 and quit the loop once a mismatch is found.
15568
15569 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
15570
15571 * bs.el (bs--show-with-configuration): Don't throw an error
15572 if the window cannot be split; otherwise, subsequent calls to
15573 bs-show fail, restoring a stale window config. (Bug#10882)
15574
15575 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
15576
15577 * term/ns-win.el (global-map): Bind ns-drag-file to
15578 ns-find-file (Bug#5855, Bug#10050).
15579
15580 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
15581
15582 * calendar/parse-time.el (parse-time-string): Allow extractor to
15583 return nil.
15584
15585 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
15586
15587 * net/tramp.el (tramp-file-name-for-operation):
15588 Add `files-equal-p' and `file-subdir-of-p'.
15589
15590 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
15591 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
15592 Add COPY-CONTENTS argument.
15593
15594 2012-02-25 Chong Yidong <cyd@gnu.org>
15595
15596 Add custom groups for VC backends, for consistency with vc-bzr.
15597
15598 * vc/vc-arch.el (vc-arch):
15599 * vc/vc-cvs.el (vc-cvs):
15600 * vc/vc-git.el (vc-git):
15601 * vc/vc-hg.el (vc-hg):
15602 * vc/vc-mtn.el (vc-mtn):
15603 * vc/vc-rcs.el (vc-rcs):
15604 * vc/vc-sccs.el (vc-sccs):
15605 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
15606 All relevant defcustoms reassigned.
15607
15608 2012-02-25 Chong Yidong <cyd@gnu.org>
15609
15610 * newcomment.el (comment-styles): Add autoload (Bug#10868).
15611
15612 * term/x-win.el (x-initialize-window-system): Reduce default for
15613 x-selection-timeout to 5 seconds (Bug#8869).
15614
15615 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15616
15617 * files.el (files-equal-p, file-subdir-of-p): New functions.
15618 (copy-directory): Error when trying to copy a directory on itself.
15619 Add missing copy-contents arg to tramp handler.
15620 * dired-aux.el (dired-copy-file-recursive): Same.
15621 (dired-create-files): Modify destination when source is equal to
15622 dest when copying files.
15623 Return also when dest is a subdir of source. (Bug#10489)
15624
15625 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
15626
15627 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
15628 (Bug#10874)
15629
15630 2012-02-23 Alan Mackenzie <acm@muc.de>
15631
15632 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
15633 parameter "after-hook:" to allow the expansion to run code after
15634 the execution of the mode hooks.
15635
15636 * font-lock.el (font-lock-initial-fontify): New function extracted
15637 from font-lock-mode-internal.
15638
15639 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
15640 :after-hook.
15641
15642 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15643
15644 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
15645 (completion--cache-all-sorted-completions): New function.
15646 (completion-all-sorted-completions): Use it.
15647 (completion--do-completion, minibuffer-force-complete):
15648 Use it to re-instate the flush hook.
15649
15650 * icomplete.el (icomplete-completions): Replace last fix with a better
15651 one (bug#10850).
15652
15653 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
15654
15655 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15656 when it might call us back infinitely (bug#10797).
15657
15658 2012-02-23 Glenn Morris <rgm@gnu.org>
15659
15660 * minibuffer.el (completion-category-overrides): Doc fix.
15661
15662 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15663
15664 * minibuffer.el (completion-table-with-context): Fix inf-loop.
15665 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
15666
15667 2012-02-23 Glenn Morris <rgm@gnu.org>
15668
15669 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
15670 (authors-obsolete-files-regexps, authors-ignored-files)
15671 (authors-ambiguous-files, authors-renamed-files-alist):
15672 Add more entries.
15673
15674 2012-02-23 Juri Linkov <juri@jurta.org>
15675
15676 * isearch.el (isearch-occur): Sync interactive spec with occur's
15677 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
15678
15679 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
15680
15681 2012-02-22 Juri Linkov <juri@jurta.org>
15682
15683 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
15684 (ucs-insert): Doc fix. Check for hex digits in the string.
15685 Don't display `nil' in the error message. (Bug#10857)
15686
15687 2012-02-22 Alan Mackenzie <acm@muc.de>
15688
15689 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
15690
15691 2012-02-22 Glenn Morris <rgm@gnu.org>
15692
15693 * ffap.el (ffap-c-path):
15694 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
15695
15696 2012-02-22 Chong Yidong <cyd@gnu.org>
15697
15698 * custom.el (load-theme): Doc fix.
15699
15700 2012-02-22 Glenn Morris <rgm@gnu.org>
15701
15702 * dired-x.el (dired-guess-shell-alist-default):
15703 Remove escape sequences from nroff output. (Bug#172)
15704
15705 2012-02-21 Glenn Morris <rgm@gnu.org>
15706
15707 * vc/emerge.el (emerge-defvar-local):
15708 Set `permanent-local' property rather than unused `preserved'.
15709
15710 * textmodes/picture.el (picture-delete-char): New alias.
15711 (picture-mode-map): Use it. (Bug#10860)
15712 (picture-mode): Doc fix.
15713
15714 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
15715
15716 * newcomment.el (uncomment-region-default): Remove unused binding.
15717
15718 2012-02-21 Glenn Morris <rgm@gnu.org>
15719
15720 * textmodes/picture.el (picture-motion, picture-motion-reverse)
15721 (picture-self-insert, picture-tab-chars): Doc fix.
15722 (picture-mode-map): Fix C-a, C-e.
15723
15724 2012-02-20 Glenn Morris <rgm@gnu.org>
15725
15726 * emacs-lisp/authors.el (authors-aliases): Add another entry.
15727
15728 2012-02-20 Leo Liu <sdl.web@gmail.com>
15729
15730 * icomplete.el (icomplete-completions): Check FROM arg before
15731 passing to substring (Bug#10850).
15732
15733 2012-02-19 Chong Yidong <cyd@gnu.org>
15734
15735 * comint.el: Require ansi-color.
15736 (comint-output-filter-functions): Add ansi-color-process-output.
15737
15738 * ansi-color.el: Don't set comint-output-filter-functions; it is
15739 now in the initial value defined in comint.el.
15740 (ansi-color-apply-face-function): New variable.
15741 (ansi-color-apply-on-region): Use it.
15742 (ansi-color-apply-overlay-face): New function.
15743
15744 * shell.el (shell): No need to require ansi-color.
15745 (shell-mode): Use ansi-color-apply-face-function to highlight
15746 color escapes using font-lock-face property (Bug#10835).
15747
15748 2012-02-19 Chong Yidong <cyd@gnu.org>
15749
15750 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
15751 mode-line formats (Bug#10839).
15752
15753 2012-02-18 Glenn Morris <rgm@gnu.org>
15754
15755 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
15756
15757 * mail/undigest.el (unforward-rmail-message): Doc fix.
15758
15759 * saveplace.el (save-place-ignore-files-regexp): Add :version.
15760
15761 2012-02-18 Eli Zaretskii <eliz@gnu.org>
15762
15763 * international/characters.el (script-list): Sync with the latest
15764 Unicode Character Database.
15765
15766 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
15767
15768 * international/titdic-cnv.el: Remove duplicate coding tag.
15769 * language/cham.el: Likewise.
15770 * language/tai-viet.el: Likewise.
15771
15772 2012-02-18 Glenn Morris <rgm@gnu.org>
15773
15774 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
15775 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
15776 (calendar-bahai-all-holidays-flag, calendar-other-dates):
15777 * calendar/diary-lib.el (diary-abbreviated-year-flag):
15778 * calendar/holidays.el (holiday-bahai-holidays)
15779 (calendar-holidays, list-holidays):
15780 Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
15781
15782 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
15783
15784 * saveplace.el (save-place-ignore-files-regexp): New variable
15785 allowing for excluding files from saving their location of point.
15786 The default value matches the temporary commit message editing
15787 files from Git, SVN, Bazaar, and Mercurial.
15788 (save-place-to-alist): Use it.
15789
15790 2012-02-17 Lawrence Mitchell <wence@gmx.li>
15791 Stefan Monnier <monnier@iro.umontreal.ca>
15792
15793 * newcomment.el (uncomment-region-default): Don't leave extra space
15794 when an arg is provided (bug#8150).
15795
15796 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
15797
15798 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
15799
15800 2012-02-17 Glenn Morris <rgm@gnu.org>
15801
15802 * net/socks.el: Require network-stream. (Bug#10599)
15803
15804 2012-02-17 Kenichi Handa <handa@m17n.org>
15805
15806 * international/charprop.el:
15807 * international/uni-name.el:
15808 * international/uni-old-name.el:
15809 * international/uni-comment.el: Regenerate.
15810
15811 2012-02-16 Glenn Morris <rgm@gnu.org>
15812
15813 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
15814 Interactively in calendar buffer, give an error if not on a date.
15815
15816 2012-02-15 Glenn Morris <rgm@gnu.org>
15817
15818 * shell.el (shell-delimiter-argument-list):
15819 Revert 2011-02-17 change. (Bug#8027)
15820
15821 2012-02-15 Chong Yidong <cyd@gnu.org>
15822
15823 * minibuffer.el (completion-at-point-functions): Doc fix.
15824
15825 * custom.el (defcustom): Doc fix; note use of defvar.
15826
15827 2012-02-15 Glenn Morris <rgm@gnu.org>
15828
15829 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
15830 Doc fixes.
15831
15832 2012-02-14 Glenn Morris <rgm@gnu.org>
15833
15834 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
15835
15836 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
15837
15838 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
15839 way the ports list is computed.
15840 (smtpmail-query-smtp-server): Prompt the user for a port number if
15841 we can't connect to any of the standard ports (bug#10810).
15842
15843 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15844
15845 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
15846
15847 2012-02-13 Glenn Morris <rgm@gnu.org>
15848
15849 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
15850
15851 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
15852
15853 * net/gnutls.el (gnutls-trustfiles): New variable.
15854 (gnutls-negotiate): Use it.
15855
15856 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
15857
15858 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
15859 does its stuff if Gnus is running.
15860
15861 2012-02-13 Alan Mackenzie <acm@muc.de>
15862
15863 Fix a loop in c-set-fl-decl-start.
15864
15865 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
15866 c-backward-syntactic-ws actually moves backwards.
15867
15868 2012-02-13 Leo Liu <sdl.web@gmail.com>
15869
15870 * net/rcirc.el (rcirc-markup-attributes): Move point to the
15871 beginning so that all \C-o chars are removed.
15872
15873 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
15874
15875 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
15876
15877 2012-02-12 Alan Mackenzie <acm@muc.de>
15878
15879 Fix infinite loop with long macros.
15880 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
15881
15882 2012-02-12 Chong Yidong <cyd@gnu.org>
15883
15884 * window.el (display-buffer): Doc fix (Bug#10785).
15885
15886 2012-02-12 Glenn Morris <rgm@gnu.org>
15887
15888 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15889 (x-disown-selection-internal, x-get-selection-internal):
15890 Sync docs with the xselect.c versions.
15891
15892 * allout-widgets.el: Add missing license notice.
15893
15894 2012-02-11 Glenn Morris <rgm@gnu.org>
15895
15896 * select.el (x-get-selection-internal, x-own-selection-internal)
15897 (x-disown-selection-internal):
15898 * x-dnd.el (x-get-selection-internal): Update declarations.
15899
15900 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
15901
15902 * window.el (window-sides-slots):
15903 * tool-bar.el (tool-bar-position):
15904 * term/xterm.el (xterm-extra-capabilities):
15905 * ses.el (ses-self-reference-early-detection):
15906 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
15907 (verilog-auto-wire-type)
15908 (verilog-auto-delete-trailing-whitespace)
15909 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
15910 (verilog-auto-tieoff-declaration):
15911 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
15912 (sql-oracle-statement-starters, sql-oracle-scan-on):
15913 * progmodes/prolog.el (prolog-align-comments-flag)
15914 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
15915 (prolog-left-indent-regexp, prolog-paren-indent-p)
15916 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
15917 (prolog-types, prolog-mode-specificators)
15918 (prolog-determinism-specificators, prolog-directives)
15919 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
15920 (prolog-electric-dot-flag)
15921 (prolog-electric-dot-full-predicate-template)
15922 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
15923 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
15924 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
15925 (prolog-program-switches, prolog-prompt-regexp)
15926 (prolog-debug-on-string, prolog-debug-off-string)
15927 (prolog-trace-on-string, prolog-trace-off-string)
15928 (prolog-zip-on-string, prolog-zip-off-string)
15929 (prolog-use-standard-consult-compile-method-flag)
15930 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
15931 (prolog-imenu-max-lines, prolog-info-predicate-index)
15932 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
15933 (prolog-char-quote-workaround):
15934 * progmodes/cc-vars.el (c-defun-tactic):
15935 * net/tramp.el (tramp-encoding-command-interactive)
15936 (tramp-local-end-of-line):
15937 * net/soap-client.el (soap-client):
15938 * net/netrc.el (netrc-file):
15939 * net/gnutls.el (gnutls):
15940 * minibuffer.el (completion-category-overrides)
15941 (completion-cycle-threshold)
15942 (completion-pcm-complete-word-inserts-delimiters):
15943 * man.el (Man-name-local-regexp):
15944 * mail/feedmail.el (feedmail-display-full-frame):
15945 * international/characters.el (glyphless-char-display-control):
15946 * eshell/em-ls.el (eshell-ls-date-format):
15947 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
15948 (lisp-lambda-list-keyword-parameter-indentation)
15949 (lisp-lambda-list-keyword-parameter-alignment):
15950 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
15951 * dired-x.el (dired-omit-verbose):
15952 * cus-theme.el (custom-theme-allow-multiple-selections):
15953 * calc/calc.el (calc-highlight-selections-with-faces)
15954 (calc-lu-field-reference, calc-lu-power-reference)
15955 (calc-note-threshold):
15956 * battery.el (battery-mode-line-limit):
15957 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15958 (archive-7z-update):
15959 * allout.el (allout-prefixed-keybindings)
15960 (allout-unprefixed-keybindings)
15961 (allout-inhibit-auto-fill-on-headline)
15962 (allout-flattened-numbering-abbreviation):
15963 * allout-widgets.el (allout-widgets-auto-activation)
15964 (allout-widgets-icons-dark-subdir)
15965 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
15966 (allout-widgets-theme-dark-background)
15967 (allout-widgets-theme-light-background)
15968 (allout-widgets-item-image-properties-emacs)
15969 (allout-widgets-item-image-properties-xemacs)
15970 (allout-widgets-run-unit-tests-on-load)
15971 (allout-widgets-time-decoration-activity)
15972 (allout-widgets-hook-error-post-time)
15973 (allout-widgets-track-decoration):
15974 Add missing :version tags to new defcustoms and defgroups.
15975
15976 * progmodes/sql.el (sql-ansi-statement-starters)
15977 (sql-oracle-statement-starters): Add custom type.
15978
15979 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
15980 (prolog-system-version): Give it a type.
15981
15982 2012-02-11 Eli Zaretskii <eliz@gnu.org>
15983
15984 * term/pc-win.el (x-select-text, x-selection-owner-p)
15985 (x-own-selection-internal, x-disown-selection-internal)
15986 (x-get-selection-internal): Sync doc strings and argument lists
15987 with xselect.c, common-win.el and x-win.el. (Bug#10783)
15988
15989 2012-02-11 Leo Liu <sdl.web@gmail.com>
15990
15991 * progmodes/python.el (python-end-of-statement): Fix infinite
15992 loop. (Bug#10788)
15993
15994 2012-02-10 Glenn Morris <rgm@gnu.org>
15995
15996 * international/mule-cmds.el (unify-8859-on-encoding-mode)
15997 (unify-8859-on-decoding-mode): Properly mark as obsolete.
15998
15999 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
16000
16001 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
16002 about SMTP before checking the From header.
16003
16004 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
16005 into own function for reuse by emacsbug.el.
16006
16007 2012-02-10 Leo Liu <sdl.web@gmail.com>
16008
16009 * subr.el (condition-case-unless-debug): Rename from
16010 condition-case-no-debug. All callers changed.
16011 (with-demoted-errors): Fix caller.
16012
16013 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
16014 * nxml/rng-valid.el (rng-do-some-validation):
16015 * emacs-lisp/package.el (package-refresh-contents)
16016 (package-menu-execute):
16017 * desktop.el (desktop-create-buffer):
16018 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
16019
16020 2012-02-10 Glenn Morris <rgm@gnu.org>
16021
16022 * textmodes/bibtex.el:
16023 Add missing :version tags for new/changed defcustoms.
16024
16025 * files.el (remote-file-name-inhibit-cache): Doc fixes.
16026
16027 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
16028
16029 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
16030 (smtpmail-via-smtp): Use it, or fall back on the From address.
16031 (smtpmail-send-it): Ditto.
16032
16033 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
16034
16035 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
16036 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
16037 (byte-compile-tmp-var): New const.
16038 (byte-compile-defvar): Use it to minimize .elc size.
16039 Just use `defvar' rather than simulate it (bug#10761).
16040
16041 2012-02-09 Glenn Morris <rgm@gnu.org>
16042
16043 * files.el (rename-uniquely): Doc fix. (Bug#3806)
16044
16045 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
16046 Add :version tags.
16047
16048 * progmodes/compile.el (compilation-error-screen-columns)
16049 (compilation-first-column, compilation-filter-start): Doc fixes.
16050
16051 * vc/log-view.el (log-view-toggle-entry-display):
16052 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
16053
16054 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
16055 (report-emacs-bug-can-use-xdg-email):
16056 (report-emacs-bug-insert-to-mailer): Doc fixes.
16057 (report-emacs-bug): Message fix.
16058
16059 * net/browse-url.el (browse-url-can-use-xdg-open)
16060 (browse-url-xdg-open): Doc fixes.
16061
16062 * electric.el (electric-indent-mode, electric-pair-mode)
16063 (electric-layout-rules, electric-layout-mode): Doc fixes.
16064 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
16065
16066 2012-02-08 Martin Rudalics <rudalics@gmx.at>
16067
16068 * server.el (server-unselect-display): Don't inadvertently kill
16069 the current buffer. (Bug#10729)
16070
16071 2012-02-08 Glenn Morris <rgm@gnu.org>
16072
16073 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
16074 (sql-list-table): Doc fixes.
16075
16076 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
16077 Comment out (does nothing).
16078
16079 * completion.el (dynamic-completion-mode):
16080 * dirtrack.el (dirtrack-debug-mode):
16081 * electric.el (electric-layout-mode):
16082 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
16083 * face-remap.el (text-scale-mode, buffer-face-mode):
16084 * iimage.el (iimage-mode):
16085 * image-mode.el (image-transform-mode):
16086 * minibuffer.el (completion-in-region-mode):
16087 * scroll-lock.el (scroll-lock-mode):
16088 * simple.el (next-error-follow-minor-mode):
16089 * tar-mode.el (tar-subfile-mode):
16090 * tooltip.el (tooltip-mode):
16091 * vcursor.el (vcursor-use-vcursor-map):
16092 * wid-browse.el (widget-minor-mode):
16093 * emulation/tpu-edt.el (tpu-edt-mode):
16094 * emulation/tpu-extras.el (tpu-cursor-free-mode):
16095 * international/iso-ascii.el (iso-ascii-mode):
16096 * language/thai-util.el (thai-word-mode):
16097 * mail/supercite.el (sc-minor-mode):
16098 * net/goto-addr.el (goto-address-mode):
16099 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
16100 * progmodes/cwarn.el (cwarn-mode):
16101 * progmodes/flymake.el (flymake-mode):
16102 * progmodes/glasses.el (glasses-mode):
16103 * progmodes/hideshow.el (hs-minor-mode):
16104 * progmodes/pascal.el (pascal-outline-mode):
16105 * textmodes/enriched.el (enriched-mode):
16106 * vc/smerge-mode.el (smerge-mode):
16107 Doc fixes (minor mode argument).
16108
16109 2012-02-07 Eli Zaretskii <eliz@gnu.org>
16110
16111 * ls-lisp.el (ls-lisp-sanitize): New function.
16112 (ls-lisp-insert-directory): Use it to fix or remove any elements
16113 in file-alist with missing attributes. (Bug#4673)
16114
16115 2012-02-07 Alan Mackenzie <acm@muc.de>
16116
16117 Fix spurious recognition of c-in-knr-argdecl.
16118
16119 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
16120 putative K&R region.
16121
16122 2012-02-07 Alan Mackenzie <acm@muc.de>
16123
16124 * progmodes/cc-engine.el (c-forward-objc-directive):
16125 Prevent looping in "#pragma mark @implementation".
16126
16127 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
16128
16129 * notifications.el (notifications-on-closed-signal): Make `reason'
16130 optional. (Bug#10744)
16131
16132 2012-02-07 Glenn Morris <rgm@gnu.org>
16133
16134 * emacs-lisp/easy-mmode.el (define-minor-mode):
16135 Doc fixes for the macro and the mode it defines.
16136
16137 * image.el (imagemagick-types-inhibit): Doc fix.
16138
16139 * cus-start.el (imagemagick-render-type): Add it.
16140
16141 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16142
16143 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
16144 Set the default at load time, too, so that `font-lock-fontify-buffer'
16145 can be called without setting up the entire mode first. This fixes
16146 a bug in `mm-inline-text' with C MIME parts.
16147
16148 2012-02-06 Chong Yidong <cyd@gnu.org>
16149
16150 * simple.el (list-processes--refresh): Delete exited processes
16151 (Bug#8094).
16152
16153 * comint.el (comint-next-prompt): next-single-char-property-change
16154 and prev-single-char-property-change never return nil (Bug#8657).
16155
16156 * custom.el (defcustom): Doc fix (Bug#9711).
16157
16158 2012-02-05 Chong Yidong <cyd@gnu.org>
16159
16160 * cus-edit.el (custom-variable-reset-backup): Quote the value
16161 before storing it in the customized-value property (Bug#6712).
16162 (custom-display): Add a customization type tag.
16163 (custom-buffer-create-internal): Improve tooltip message.
16164
16165 * wid-edit.el (widget-field-value-get): New optional arg to
16166 suppress trailing whitespace truncation.
16167 (character): Use it (Bug#2689).
16168
16169 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
16170
16171 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
16172 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
16173
16174 2012-02-05 Chong Yidong <cyd@gnu.org>
16175
16176 * cus-edit.el (custom-variable-value-create): For mismatched
16177 types, show the current value (Bug#7600).
16178
16179 * custom.el (defcustom): Doc fix.
16180
16181 2012-02-05 Glenn Morris <rgm@gnu.org>
16182
16183 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
16184
16185 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
16186
16187 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
16188 (pp-buffer): Use `ignore-errors', `looking-at-p'.
16189 (pp-last-sexp): Use `looking-at-p'.
16190
16191 2012-02-04 Glenn Morris <rgm@gnu.org>
16192
16193 * files.el (revert-buffer):
16194 Doc fix (mention revert-buffer-in-progress-p).
16195
16196 * emacs-lisp/ert-x.el (ert-simulate-command):
16197 Check deferred-action-list (which is obsolete) is bound.
16198
16199 * subr.el (with-wrapper-hook): Doc fixes.
16200
16201 * simple.el (filter-buffer-substring-functions)
16202 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
16203
16204 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
16205
16206 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
16207 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
16208
16209 2012-02-04 Leo Liu <sdl.web@gmail.com>
16210
16211 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
16212
16213 2012-02-04 Glenn Morris <rgm@gnu.org>
16214
16215 * image.el (image-extension-data): Add obsolete alias.
16216
16217 * isearch.el (isearch-update): Doc fix.
16218
16219 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
16220
16221 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
16222
16223 2012-02-03 Glenn Morris <rgm@gnu.org>
16224
16225 * image.el (image-animated-p): Doc fix. Use image-animated-types.
16226 (image-animate-timeout): Doc fix.
16227
16228 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
16229
16230 2012-02-02 Glenn Morris <rgm@gnu.org>
16231
16232 * server.el (server-auth-dir): Doc fix.
16233 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
16234
16235 * subr.el (run-mode-hooks): Doc fix.
16236
16237 2012-02-02 Juri Linkov <juri@jurta.org>
16238
16239 * image-mode.el (image-toggle-display-image): Remove tautological
16240 `major-mode' from the `derived-mode-p' test.
16241
16242 2012-02-02 Kenichi Handa <handa@m17n.org>
16243
16244 * composite.el (compose-region): Cancel previous change.
16245
16246 2012-02-02 Kenichi Handa <handa@m17n.org>
16247
16248 * composite.el (compose-region, compose-string): Signal error for
16249 a null string component (Bug#6988).
16250
16251 2012-02-01 Chong Yidong <cyd@gnu.org>
16252
16253 * view.el (view-buffer-other-window, view-buffer-other-frame):
16254 Handle special modes like view-buffer (Bug#10650).
16255 (view-buffer): Simplify.
16256
16257 * frame.el (set-frame-font): Tweak meaning of third argument.
16258
16259 * dynamic-setting.el (font-setting-change-default-font):
16260 Use set-frame-font (Bug#9982).
16261
16262 2012-02-01 Glenn Morris <rgm@gnu.org>
16263
16264 * progmodes/compile.el (compilation-internal-error-properties):
16265 Respect compilation-first-column in the "*compilation*" buffer.
16266
16267 * emacs-lisp/easy-mmode.el (define-minor-mode):
16268 Relax :variable's test for a named function.
16269
16270 2012-01-31 Alan Mackenzie <acm@muc.de>
16271
16272 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
16273 off by one error.
16274
16275 2012-01-31 Chong Yidong <cyd@gnu.org>
16276
16277 * frame.el (set-frame-font): New arg ALL-FRAMES.
16278
16279 * menu-bar.el (menu-set-font): Use set-frame-font.
16280
16281 * faces.el (face-spec-reset-face): Don't apply unspecified
16282 attribute values to the default face.
16283
16284 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
16285
16286 * progmodes/cwarn.el (cwarn): Remove dead link.
16287 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
16288 Remove * from defcustom docstrings.
16289 (turn-on-cwarn-mode): Make obsolete.
16290 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
16291 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
16292
16293 2012-01-31 Glenn Morris <rgm@gnu.org>
16294
16295 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
16296 Fix :variable handling of mode a symbol not equal to modefun.
16297 Allow named functions to be used as the cdr of :variable.
16298
16299 2012-01-30 Glenn Morris <rgm@gnu.org>
16300
16301 * emacs-lisp/authors.el (authors-fixed-entries):
16302 Remove reference to deleted file rnewspost.el.
16303
16304 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
16305
16306 * window.el (window-with-parameter): Remove unused variable `windows'.
16307 (window--side-check): Remove unused variable `code'.
16308 (window--resize-siblings): Remove unused variable `first'.
16309 (adjust-window-trailing-edge): Remove unused variable `failed'.
16310 (window-deletable-p, window--delete): Remove unused variable `buffer'.
16311 Use `let', not `let*'.
16312 (balance-windows-2): Remove unused variable `found'.
16313 (window--state-put-2): Remove unused variable `splits'.
16314 (window-state-put): Remove unused variable `selected'.
16315 (same-window-p): Use `string-match-p'.
16316 (display-buffer-assq-regexp): Remove unused variable `value'.
16317 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16318 Mark argument ALIST as ignored.
16319 (pop-to-buffer): Remove unused variable `old-window'.
16320
16321 2012-01-29 Eli Zaretskii <eliz@gnu.org>
16322
16323 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
16324 and .lzma compressed files.
16325
16326 2012-01-29 Chong Yidong <cyd@gnu.org>
16327
16328 * frame.el (window-system-default-frame-alist): Doc fix.
16329
16330 * dynamic-setting.el (font-setting-change-default-font): Don't
16331 change the default face if SET-FONT argument is non-nil (Bug#9982).
16332
16333 2012-01-29 Samuel Bronson <naesten@gmail.com>
16334
16335 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
16336
16337 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
16338
16339 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
16340 breakpoints in files outside current directory (Bug#6098).
16341
16342 2012-01-29 Chong Yidong <cyd@gnu.org>
16343
16344 * progmodes/python.el: Require ansi-color at top-level.
16345
16346 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
16347 Define and use in Emacs Lisp mode (Bug#9360).
16348 (lisp-mode-abbrev-table): Add doc.
16349 (lisp-mode-variables): Don't set local-abbrev-table.
16350 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
16351
16352 2012-01-28 Roland Winkler <winkler@gnu.org>
16353
16354 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
16355
16356 2012-01-28 Roland Winkler <winkler@gnu.org>
16357
16358 * textmodes/bibtex.el (bibtex-entry-alist): New function.
16359 (bibtex-set-dialect): Use it. Either set global values of
16360 dialect-dependent variables or bind these variables buffer-locally
16361 (Bug#10254).
16362 (bibtex-mode): Call bibtex-set-dialect via
16363 hack-local-variables-hook.
16364 (bibtex-dialect): Update docstring.
16365 Add safe-local-variable predicate.
16366 (bibtex-entry-alist, bibtex-field-alist): Initialize via
16367 bibtex-set-dialect.
16368 (bibtex-mode-map): Define menu for each dialect.
16369 (bibtex-entry): Fix docstring.
16370
16371 2012-01-28 Chong Yidong <cyd@gnu.org>
16372
16373 * eshell/esh-arg.el (eshell-quote-argument): New function.
16374
16375 * eshell/esh-ext.el (eshell-invoke-batch-file):
16376 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
16377 first arg to eshell-parse-command (Bug#10523).
16378
16379 2012-01-28 Drew Adams <drew.adams@oracle.com>
16380
16381 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
16382 `default-directory' is non-nil.
16383
16384 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16385
16386 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
16387 line that displays system-configuration-options. (Bug#9924)
16388
16389 2012-01-28 Drew Adams <drew.adams@oracle.com>
16390
16391 * descr-text.el (describe-char): Show information about POS, in
16392 addition to information about the character at POS. Improve and
16393 update the doc string. Change "code point" to "code point in
16394 charset", to avoid confusion with the character's Unicode code
16395 point shown above that. (Bug#10129)
16396
16397 2012-01-28 Eli Zaretskii <eliz@gnu.org>
16398
16399 * descr-text.el (describe-char): Show the raw character, not only
16400 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
16401 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
16402 for the reasons.
16403
16404 2012-01-28 Phil Hagelberg <phil@hagelb.org>
16405
16406 * emacs-lisp/package.el (package-install):
16407 Run package-refresh-contents if there is no archive yet (Bug#9798).
16408
16409 2012-01-28 Chong Yidong <cyd@gnu.org>
16410
16411 * emacs-lisp/package.el (package-maybe-load-descriptor):
16412 New function, split from package-maybe-load-descriptor.
16413 (package-maybe-load-descriptor): Use it.
16414 (package-download-transaction): Fully load required packages
16415 inside the loop, so that `require' calls work (Bug#10593).
16416 (package-install): No need to call package-initialize now.
16417
16418 2012-01-28 Chong Yidong <cyd@gnu.org>
16419
16420 * simple.el (deactivate-mark): Doc fix (Bug#8614).
16421
16422 * tooltip.el (tooltip-mode): Doc fix.
16423 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
16424
16425 * frame.el (set-cursor-color): Doc fix (Bug#352).
16426
16427 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
16428 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
16429
16430 * cus-edit.el (custom-buffer-create-internal): Fix search button
16431 action (Bug#10542).
16432 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
16433
16434 2012-01-27 Eduard Wiebe <usenet@pusto.de>
16435
16436 * dired.el (dired-mark-files-regexp):
16437 Include any subdirectory components. (Bug#10445)
16438
16439 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
16440
16441 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
16442 Handle [host]:port syntax. (Bug#10533)
16443
16444 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
16445
16446 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
16447
16448 2012-01-26 Glenn Morris <rgm@gnu.org>
16449
16450 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
16451 * term.el (term-raw-escape-map): Use Control-X-prefix.
16452 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
16453
16454 2012-01-25 Martin Rudalics <rudalics@gmx.at>
16455
16456 * window.el (window-state-get, window--state-get-1): Don't deal
16457 with fixed-sizeness of windows. Simplify code.
16458
16459 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
16460
16461 * window.el (window--state-get-1, window--state-put-2):
16462 Don't save and restore the mark.
16463
16464 2012-01-25 Chong Yidong <cyd@gnu.org>
16465
16466 * custom.el (custom-variable-p): Doc fix.
16467
16468 2012-01-25 Glenn Morris <rgm@gnu.org>
16469
16470 * dired.el (dired-goto-file): Handle some of the more common
16471 characters that `ls -b' escapes. (Bug#10596)
16472
16473 * progmodes/compile.el (compilation-next-error-function):
16474 Respect compilation-first-column in the "*compilation*" buffer.
16475 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
16476
16477 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
16478
16479 2012-01-24 Glenn Morris <rgm@gnu.org>
16480
16481 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
16482
16483 2012-01-24 Julien Danjou <julien@danjou.info>
16484
16485 * color.el (color-rgb-to-hsl): Fix value computing.
16486 (color-hue-to-rgb): New function.
16487 (color-hsl-to-rgb): New function.
16488 (color-clamp, color-saturate-hsl, color-saturate-name)
16489 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
16490 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
16491
16492 2012-01-24 Glenn Morris <rgm@gnu.org>
16493
16494 * vc/vc-rcs.el (vc-rcs-create-tag):
16495 * vc/vc-sccs.el (vc-sccs-create-tag):
16496 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
16497
16498 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
16499
16500 * eshell/esh-util.el (eshell-read-hosts-file):
16501 Skip comment lines. (Bug#10549)
16502
16503 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
16504
16505 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
16506
16507 * subr.el (display-delayed-warnings): Doc fix.
16508 (collapse-delayed-warnings): New function to collapse identical
16509 adjacent warnings.
16510 (delayed-warnings-hook): Add it.
16511
16512 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
16513
16514 * net/tramp.el (tramp-action-login): Set connection property "login-as".
16515
16516 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
16517 (tramp-default-user-alist): Don't add "pscp".
16518 (tramp-do-copy-or-rename-file-out-of-band): Use connection
16519 property "login-as", if set. (Bug#10530)
16520
16521 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
16522
16523 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
16524 "plink1" and "psftp". (Bug#10530)
16525
16526 2012-01-21 Kenichi Handa <handa@m17n.org>
16527
16528 * international/mule-cmds.el (prefer-coding-system): Show a
16529 warning message if the default value of file-name-coding-system
16530 was not changed.
16531
16532 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16533
16534 * windmove.el (windmove-reference-loc):
16535 Fix windmove-reference-loc miscalculation.
16536
16537 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
16538
16539 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
16540 default unit.
16541
16542 2012-01-21 Glenn Morris <rgm@gnu.org>
16543
16544 * international/mule.el (auto-coding-alist): Add .tbz.
16545
16546 * files.el (local-enable-local-variables): Doc fix.
16547 (inhibit-local-variables-regexps): Rename from
16548 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
16549 Doc fix. Add some extensions from auto-coding-alist.
16550 (inhibit-local-variables-suffixes):
16551 Rename from inhibit-first-line-modes-suffixes. Doc fix.
16552 (inhibit-local-variables-p):
16553 New function, extracted from set-auto-mode-1.
16554 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
16555 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
16556 (hack-local-variables): Doc fix. Make the mode-only case
16557 respect enable-local-variables and friends.
16558 Respect inhibit-local-variables-regexps for file-locals, but
16559 not for directory-locals.
16560 (set-visited-file-name):
16561 Take account of inhibit-local-variables-regexps.
16562 Whether it applies may change as the file name is changed.
16563 * jka-cmpr-hook.el (jka-compr-install):
16564 * jka-compr.el (jka-compr-uninstall):
16565 Update for inhibit-first-line-modes-suffixes name change.
16566
16567 2012-01-20 Martin Rudalics <rudalics@gmx.at>
16568
16569 * help-macro.el (make-help-screen): Temporarily restore original
16570 binding for minor-mode-map-alist (Bug#10454).
16571
16572 2012-01-19 Julien Danjou <julien@danjou.info>
16573
16574 * color.el (color-name-to-rgb): Use the white color to find the max
16575 color component value and return correctly computed values.
16576 (color-name-to-rgb): Add missing float conversion for max value.
16577
16578 2012-01-19 Martin Rudalics <rudalics@gmx.at>
16579
16580 * window.el (window--state-get-1, window-state-get): Do not use
16581 special state value for window-persistent-parameters.
16582 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
16583 (window--state-put-2): Reset all window parameters to nil before
16584 assigning values of persistent parameters.
16585
16586 2012-01-18 Alan Mackenzie <acm@muc.de>
16587
16588 Eliminate sluggishness and hangs in fontification of "semicolon
16589 deserts".
16590
16591 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
16592 Change value 10000 -> 3000.
16593 (c-state-safe-place): Reformulate so it doesn't stack up an
16594 infinite number of wrong entries in c-state-nonlit-pos-cache.
16595 (c-determine-limit-get-base, c-determine-limit): New functions to
16596 determine backward search limits disregarding literals.
16597 (c-find-decl-spots): Amend commenting.
16598 (c-cheap-inside-bracelist-p): New function which detects "={".
16599
16600 * progmodes/cc-fonts.el
16601 (c-make-font-lock-BO-decl-search-function): Give a limit to a
16602 backward search.
16603 (c-font-lock-declarations): Fix an occurrence of point being
16604 undefined. Check additionally for point being in a bracelist or
16605 near a macro invocation without a semicolon so as to avoid a
16606 fruitless time consuming search for a declarator. Give a more
16607 precise search limit for declarators using the new
16608 c-determine-limit.
16609
16610 2012-01-18 Glenn Morris <rgm@gnu.org>
16611
16612 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
16613 (set-auto-mode): Doc fixes.
16614
16615 2012-01-17 Glenn Morris <rgm@gnu.org>
16616
16617 * isearch.el (search-nonincremental-instead): Fix doc typo.
16618
16619 * dired.el (dired-insert-directory): Handle newlines in directory name.
16620 (dired-build-subdir-alist): Unescape newlines in directory name.
16621
16622 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
16623
16624 * net/tramp.el (tramp-local-end-of-line): New defcustom.
16625 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
16626 (tramp-action-terminal): Use it. (Bug#10530)
16627
16628 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
16629
16630 * minibuffer.el (completion--replace): Strip properties (bug#10062).
16631
16632 2012-01-16 Martin Rudalics <rudalics@gmx.at>
16633
16634 * window.el (window-state-ignored-parameters): Remove variable.
16635 (window--state-get-1): Rename argument MARKERS to IGNORE.
16636 Handle persistent window parameters. Make copy of clone-of
16637 parameter only if requested. (Bug#10348)
16638 (window--state-put-2): Install a window parameter only if it has
16639 a non-nil value or an existing parameter shall be overwritten.
16640
16641 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
16642
16643 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
16644
16645 2012-01-14 Eli Zaretskii <eliz@gnu.org>
16646
16647 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
16648 don't pass the (nil) value of `upnode' to string-match.
16649
16650 2012-01-14 Chong Yidong <cyd@gnu.org>
16651
16652 * startup.el (command-line): Fix X resource class for cursorColor.
16653 Fix values recognized by the cursorBlink resource.
16654
16655 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
16656
16657 * epg.el (epg--make-temp-file): Avoid permission race condition
16658 when running on old Emacs versions (bug#10403).
16659
16660 2012-01-14 Glenn Morris <rgm@gnu.org>
16661
16662 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
16663
16664 2012-01-13 Alan Mackenzie <acm@muc.de>
16665
16666 Fix filling for when filladapt mode is enabled.
16667
16668 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
16669 c-mask-paragraph, pass in `fill-paragraph' rather than
16670 `fill-region-as-paragraph'. (This is a reversion of a previous
16671 change.)
16672 * progmodes/cc-mode.el (c-basic-common-init):
16673 Make fill-paragraph-handle-comment buffer local and set it to nil.
16674
16675 2012-01-13 Glenn Morris <rgm@gnu.org>
16676
16677 * dired.el (dired-switches-escape-p): New function.
16678 (dired-insert-directory): Use dired-switches-escape-p.
16679 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
16680
16681 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
16682
16683 2012-01-12 Glenn Morris <rgm@gnu.org>
16684
16685 * mail/sendmail.el (mail-mode): Update paragraph-separate for
16686 changes in adaptive-fill-regexp. (Bug#10276)
16687
16688 2012-01-11 Alan Mackenzie <acm@muc.de>
16689
16690 Fix Emacs bug #10463 - put `widen's around the critical spots.
16691
16692 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
16693 widen around each invocation of c-state-pp-to-literal. Remove an
16694 unused let variable.
16695
16696 2012-01-11 Glenn Morris <rgm@gnu.org>
16697
16698 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
16699 Doc fix.
16700
16701 2012-01-10 Chong Yidong <cyd@gnu.org>
16702
16703 * net/network-stream.el (network-stream-open-starttls):
16704 Avoid emitting a confusing error message when the server gives a bad
16705 response to the capability command.
16706
16707 2012-01-10 Glenn Morris <rgm@gnu.org>
16708
16709 * mail/unrmail.el (unrmail): Tweak previous change.
16710
16711 2012-01-09 Chong Yidong <cyd@gnu.org>
16712
16713 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
16714
16715 2012-01-08 Alan Mackenzie <acm@muc.de>
16716
16717 Optimize font locking in long enum definitions.
16718
16719 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
16720 arm to a cond form to handle enums.
16721 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
16722 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
16723
16724 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
16725
16726 * files.el (move-file-to-trash): Preserve default file modes on error.
16727 (Bug#10401)
16728
16729 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16730
16731 * faces.el (set-face-attribute): Clarify the meaning of the nil
16732 frame (bug#10294).
16733
16734 * subr.el (with-selected-frame): Mention that the selected frame
16735 is restored (bug#9980).
16736
16737 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
16738 (bug#9759).
16739
16740 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
16741 (password-read): Don't autoload unused function.
16742
16743 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
16744
16745 * progmodes/which-func.el (which-func-mode): Turn into a
16746 non-interactive function and mark as obsolete (bug#10428).
16747
16748 2012-01-06 Chong Yidong <cyd@gnu.org>
16749
16750 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
16751 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
16752 functions, along with 1 and -1.
16753
16754 2012-01-06 Eli Zaretskii <eliz@gnu.org>
16755
16756 * time.el (display-time-load-average)
16757 (display-time-default-load-average): Doc fixes. See the thread
16758 starting at
16759 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
16760 for the details.
16761
16762 2012-01-06 Glenn Morris <rgm@gnu.org>
16763
16764 * mail/unrmail.el (unrmail): Give an explicit error if the input file
16765 has no messages. (Bug#10377)
16766
16767 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
16768 than Info-edit. (Bug#10385)
16769
16770 * time.el (display-time-load-average, display-time-next-load-average):
16771 Doc fixes.
16772
16773 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
16774 local setting of buffer-read-only to the input buffer. (Bug#10419)
16775
16776 * calendar/calendar.el (calendar-mode):
16777 Locally set scroll-margin to 0. (Bug#10379)
16778
16779 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
16780
16781 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
16782
16783 2012-01-05 Glenn Morris <rgm@gnu.org>
16784
16785 * eshell/em-unix.el (diff-no-select): Autoload it.
16786 (eshell/diff): Use diff-no-select. (Bug#10420)
16787
16788 2012-01-05 Chong Yidong <cyd@gnu.org>
16789
16790 * shell.el (shell-dynamic-complete-functions): Revert last change.
16791 (shell-command-completion-function): New function.
16792 (shell-completion-vars): Use it to implement
16793 shell-completion-execonly (Bug#10417).
16794
16795 * custom.el (enable-theme): Don't set custom-safe-themes.
16796
16797 * cus-theme.el (custom-theme-merge-theme):
16798 Ignore custom-enabled-themes and custom-safe-themes.
16799
16800 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
16801
16802 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
16803 first prompt in `sql-interacive-mode'.
16804 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
16805 keywords.
16806 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
16807 (sql-product-interactive): Bug fix: Set `sql-buffer' in
16808 context of original buffer. Invoke `sql-login-hook'.
16809
16810 2012-01-04 Eli Zaretskii <eliz@gnu.org>
16811
16812 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
16813 letters in cite-prefix.
16814
16815 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16816
16817 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
16818
16819 2012-01-03 Chong Yidong <cyd@gnu.org>
16820
16821 * shell.el (shell-dynamic-complete-functions):
16822 Put pcomplete-completions-at-point, so as to try
16823 comint-filename-completion first (Bug#10417).
16824
16825 2012-01-02 Richard Stallman <rms@gnu.org>
16826
16827 * battery.el (battery-status-function):
16828 Detect when to use battery-yeeloong-sysfs.
16829 (battery-echo-area-format): Add string for Yeeloong.
16830 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
16831 (battery-yeeloong-sysfs): New function.
16832
16833 2012-01-02 Chong Yidong <cyd@gnu.org>
16834
16835 * dirtrack.el (dirtrack-list): Eliminate unused third element.
16836 (dirtrack): Merge code for handling relative filenames in prompt
16837 from shell-dir-cookie-watcher.
16838 (dirtrack-debug-message): New arg to avoid excess format calls.
16839
16840 * shell.el (shell-dir-cookie-re): Variable deleted.
16841 (shell-dir-cookie-watcher): Function deleted.
16842 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
16843 with dirtrack-mode.
16844
16845 2012-01-01 Eli Zaretskii <eliz@gnu.org>
16846
16847 * term/w32-win.el (dynamic-library-alist) <gnutls>:
16848 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
16849 libgnutls-26.dll.
16850
16851 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
16852
16853 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
16854
16855 2011-12-31 Eli Zaretskii <eliz@gnu.org>
16856
16857 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
16858 headers of non-MIME messages, when rmail-enable-mime is non-nil.
16859
16860 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
16861
16862 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
16863 also for alternative shells.
16864 (tramp-open-connection-setup-interactive-shell): Check, whether
16865 the shell is a busybox.
16866 (tramp-send-command): Don't suppress multiple prompts for
16867 busyboxes, it hurts.
16868
16869 2011-12-28 Chong Yidong <cyd@gnu.org>
16870
16871 * progmodes/gdb-mi.el (gdb-get-source-file-list)
16872 (gdb-get-source-file): Move mode line update to
16873 gdb-get-source-file (Bug#10087).
16874
16875 2011-12-25 Chong Yidong <cyd@gnu.org>
16876
16877 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
16878 gud-gdb-marker-filter without taking it as an argument.
16879 (gud-gdb-run-command-fetch-lines): Caller changed.
16880 (gud-gdb-completion-function): New variable.
16881 (gud-gdb-completion-at-point): Use it.
16882 (gud-gdb-completions-1): Split from gud-gdb-completions.
16883
16884 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
16885 function as separate arguments.
16886 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
16887 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
16888 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
16889 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
16890 (gdb-stopped, def-gdb-auto-update-trigger)
16891 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
16892 (gdb-get-changed-registers, gdb-get-main-selected-frame):
16893 Callers changed.
16894 (gud-gdbmi-completions): New function.
16895 (gdb): Use it for generating the completion table.
16896
16897 2011-12-24 Alan Mackenzie <acm@muc.de>
16898
16899 Introduce a mechanism to widen the region used in context font
16900 locking. Use this to protect declarations from losing their contexts.
16901
16902 * progmodes/cc-langs.el (c-before-font-lock-functions):
16903 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
16904 (c-before-context-fontification-functions): New defvar, a list of
16905 functions to be run just before context (etc.) font locking.
16906
16907 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
16908 New, functionality extracted from
16909 c-neutralize-syntax-in-and-mark-CPP.
16910 (c-in-after-change-fontification): New variable.
16911 (c-after-change): Set c-in-after-change-fontification.
16912 (c-set-fl-decl-start): Rejig its interface, so it can be called
16913 from both after-change and context fontifying.
16914 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
16915 New functions.
16916 (c-standard-font-lock-fontify-region-function): New variable.
16917 (c-font-lock-fontify-region): New function.
16918
16919 2011-12-24 Juri Linkov <juri@jurta.org>
16920
16921 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
16922 (Bug#10348)
16923
16924 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
16925
16926 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
16927 existence of source file. (Bug#10325)
16928
16929 2011-12-23 Alan Mackenzie <acm@muc.de>
16930
16931 Fix unstable fontification inside templates.
16932
16933 * progmodes/cc-langs.el (c-before-font-lock-functions):
16934 Newly created from the singular version. The (c c++ objc) entry now
16935 additionally has c-set-fl-decl-start. The other languages (apart
16936 from AWK) have that as a single entry.
16937
16938 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16939 The functionality for "local" declarations has been extracted to
16940 c-set-fl-decl-start.
16941
16942 * progmodes/cc-mode.el (c-common-init, c-after-change):
16943 Changes due to pluralisation of c-before-font-lock-functions.
16944 (c-set-fl-decl-start): New function, extracted from
16945 c-font-lock-enclosing-decls and enhanced.
16946
16947 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
16948
16949 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
16950
16951 2011-12-22 Juri Linkov <juri@jurta.org>
16952
16953 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
16954
16955 2011-12-22 Chong Yidong <cyd@gnu.org>
16956
16957 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
16958
16959 2011-12-21 Drew Adams <drew.adams@oracle.com>
16960
16961 * files.el (file-remote-p): Fix docstring. (Bug#10319)
16962
16963 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
16964
16965 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
16966
16967 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16968
16969 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
16970 highlighting and support. Fix up comments for capitalization.
16971 (cfengine-mode-debug): New var.
16972 (cfengine3-mode): Change the modeline indicator to "CFE3".
16973 (cfengine3-font-lock-keywords): Improve defun highlighting.
16974 (cfengine2-actions): Rename from `cfengine-actions'.
16975 (cfengine2-font-lock-keywords): Rename from
16976 `cfengine-font-lock-keywords'.
16977 (cfengine2-imenu-expression): Rename from
16978 `cfengine-imenu-expression'.
16979 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
16980 (cfengine2-beginning-of-defun): Rename from
16981 `cfengine-beginning-of-defun'.
16982 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16983 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16984 (cfengine2-mode): Rename from `cfengine-mode'. Change the
16985 modeline indicator to "CFE2".
16986 (cfengine-mode): Defalias to `cfengine-auto-mode'.
16987 (cfengine-mode-abbrevs): Mark obsolete.
16988
16989 2011-12-21 Chong Yidong <cyd@gnu.org>
16990
16991 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16992 filename argument.
16993
16994 2011-12-20 Martin Rudalics <rudalics@gmx.at>
16995
16996 * window.el (window-normalize-buffer-to-display): Remove.
16997 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16998
16999 2011-12-19 Chong Yidong <cyd@gnu.org>
17000
17001 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
17002 Don't signal an error in a predicate function; return non-nil.
17003 (vc-dir-mark-file): Move the error here.
17004 (vc-dir-mark-unmark): If acting on the region, keep going if one
17005 of the entries cannot be marked/unmarked.
17006 (vc-dir-mark-all-files): If current entry is a directory, mark
17007 only child files, as documented.
17008
17009 2011-12-19 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
17010
17011 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
17012 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
17013 addition.
17014
17015 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
17016
17017 * term/ns-win.el (ns-get-selection-internal)
17018 (ns-store-selection-internal): Declare.
17019 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
17020 Declare as obsolete.
17021 (ns-get-pasteboard, ns-paste-secondary):
17022 Use ns-get-selection-internal.
17023 (ns-set-pasteboard, ns-copy-including-secondary):
17024 Use ns-store-selection-internal.
17025
17026 2011-12-17 Chong Yidong <cyd@gnu.org>
17027
17028 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
17029 (vc-deduce-fileset): Doc fix.
17030
17031 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
17032
17033 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
17034
17035 2011-12-13 Sam Steingold <sds@gnu.org>
17036
17037 * man.el (Man-getpage-in-background): When running under a
17038 window-system, ignore $MANWIDTH and $COLUMNS.
17039
17040 2011-12-15 Kenichi Handa <handa@m17n.org>
17041
17042 * language/ethio-util.el: Change coding tag to utf-8-emacs.
17043 (setup-ethiopic-environment-internal): Comment out key-binding for
17044 ethio-toggle-punctuation.
17045
17046 2011-12-13 Alan Mackenzie <acm@muc.de>
17047
17048 Add the switch statement to AWK Mode.
17049
17050 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
17051 "default" to the keywords regexp.
17052
17053 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
17054 expression as the rest.
17055 (c-nonlabel-token-key): Allow string literals for AWK.
17056 Refactor for the other modes.
17057
17058 Large brace-block initialisation makes CC Mode slow: Fix.
17059 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
17060 routines. Limit backward searching in c-font-lock-enclosing.decl.
17061
17062 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
17063 pp-state and literal type in addition to the limits.
17064 (c-state-safe-place): New defun, extracted from c-state-literal-at.
17065 (c-state-literal-at): Use the above new defun.
17066 (c-slow-in-literal, c-fast-in-literal): Remove.
17067 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
17068
17069 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
17070 being in a literal. Add a limit for backward searching.
17071
17072 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
17073 c-slow-in-literal.
17074
17075 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17076
17077 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
17078
17079 2011-12-13 Martin Rudalics <rudalics@gmx.at>
17080
17081 * window.el (delete-other-windows): Use correct frame in call to
17082 window-with-parameter.
17083
17084 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
17085
17086 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
17087 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
17088 (makefile-gmake-statements, makefile-makepp-statements):
17089 Use it and add new makepp keywords.
17090 (makefile-makepp-font-lock-keywords): Add new patterns.
17091 (makefile-match-function-end): Match new [...] and [[...]].
17092
17093 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
17094
17095 * ses.el (ses-call-printer-return, ses-cell-property-get)
17096 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
17097 (ses-create-cell-variable, ses-reset-header-string)
17098 (ses-cell-set-formula, ses-repair-cell-reference-all)
17099 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
17100 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
17101 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
17102 (ses-aset-with-undo, ses-load, ses-truncate-cell)
17103 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
17104 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
17105 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
17106 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
17107 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
17108 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17109 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
17110 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
17111
17112 2011-12-11 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
17113
17114 * ses.el: The overall change is to add cell renaming, that is
17115 setting fancy names for cell symbols other than name matching
17116 "\\`[A-Z]+[0-9]+\\'" regexp .
17117 (ses-create-cell-variable): New defun.
17118 (ses-relocate-formula): Relocate formulas only for cells the
17119 symbols of which are not renamed, i.e. symbols whose names do not
17120 match regexp "\\`[A-Z]+[0-9]+\\'".
17121 (ses-relocate-all): Relocate values only for cells the symbols of
17122 which are not renamed.
17123 (ses-load): Create cells variables as the (ses-cell ...) are read,
17124 in order to check row col consistency with cell symbol name only
17125 for cells that are not renamed.
17126 (ses-replace-name-in-formula): New defun.
17127 (ses-rename-cell): New defun.
17128
17129 2011-12-11 Chong Yidong <cyd@gnu.org>
17130
17131 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
17132 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
17133
17134 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
17135
17136 * window.el (other-window): Fix docstring.
17137
17138 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17139
17140 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
17141 `from' or `to' address before taking its substring.
17142 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
17143 encoded name is chopped in the middle of the encoded string, and
17144 thus displayed encoded.
17145
17146 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
17147
17148 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
17149
17150 2011-12-10 Eli Zaretskii <eliz@gnu.org>
17151
17152 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
17153 to use texinfo-update-node and commands that call it if the
17154 Texinfo file uses @node lines without next/prev/up pointers.
17155 Correct outdated description about texinfo-master-menu.
17156 (texinfo-all-menus-update, texinfo-master-menu)
17157 (texinfo-update-node, texinfo-every-node-update)
17158 (texinfo-multiple-files-update): Doc fix. Warn against updating
17159 all the @node lines.
17160 (texinfo-master-menu): Only call texinfo-update-node if the prefix
17161 argument is numeric. Explain better in the doc string what the
17162 function really does.
17163 (texinfo-insert-master-menu-list): Improve the error message
17164 displayed if there's no menu in the Top node.
17165 (Bug#2975) See also this thread:
17166 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
17167
17168 2011-12-09 Manuel GĂ³mez <mgrojo@gmail.com> (tiny change)
17169
17170 * speedbar.el (speedbar-supported-extension-expressions):
17171 Add .adb and .ads, commonly used for Ada source code (bug#10256).
17172
17173 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
17174
17175 * printing.el (pr-mode-alist):
17176 * simple.el (filter-buffer-substring-functions)
17177 (completion-list-insert-choice-function):
17178 * window.el (window-with-parameter, window-atom-root)
17179 (window-sides-slots, window-size-fixed, window-min-delta)
17180 (window-max-delta, window--resize-mini-window)
17181 (window--resize-child-windows-normal, window-tree)
17182 (delete-other-windows, quit-window, split-window)
17183 (display-buffer-record-window, special-display-buffer-names)
17184 (special-display-regexps, special-display-popup-frame)
17185 (same-window-p, split-window-sensibly)
17186 (display-buffer-overriding-action, display-buffer-alist)
17187 (display-buffer-base-action, display-buffer, switch-to-buffer)
17188 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
17189 (fit-window-to-buffer, recenter-positions)
17190 (mouse-autoselect-window-state, mouse-autoselect-window-select):
17191 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
17192 and remove unneeded backslashes in docstrings.
17193
17194 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17195
17196 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
17197
17198 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
17199 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
17200 end in ".mk".
17201 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
17202 when reading the makefile (bug#10116).
17203
17204 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17205
17206 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
17207 (bug#10116).
17208
17209 2011-12-06 Glenn Morris <rgm@gnu.org>
17210
17211 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
17212
17213 2011-12-06 Chong Yidong <cyd@gnu.org>
17214
17215 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
17216
17217 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
17218
17219 * textmodes/table.el (table-shorten-cell): Fix typo.
17220
17221 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
17222
17223 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
17224
17225 2011-12-05 Eli Zaretskii <eliz@gnu.org>
17226
17227 * descr-text.el (describe-char): Fix display of strong
17228 right-to-left characters and directional embeddings and overrides.
17229
17230 * simple.el (what-cursor-position): Fix display of codepoints of
17231 strong right-to-left characters.
17232
17233 2011-12-05 Chong Yidong <cyd@gnu.org>
17234
17235 * faces.el (read-color): Doc fix.
17236
17237 2011-12-05 Glenn Morris <rgm@gnu.org>
17238
17239 * align.el (align--set-marker): Add doc-string.
17240 Don't try to move something that is not a marker. (Bug#10216)
17241
17242 2011-12-04 Glenn Morris <rgm@gnu.org>
17243
17244 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
17245 overly zealous deletion of trailing whitespace.
17246
17247 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
17248
17249 * server.el (server-delete-client): On Windows, do not try to delete
17250 the only terminal.
17251 (server-process-filter): On Windows, treat requests for a tty frame as
17252 if they were for a GUI frame if the running server is in GUI mode.
17253
17254 2011-12-03 Glenn Morris <rgm@gnu.org>
17255
17256 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
17257
17258 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
17259
17260 * electric.el: Streamline electric-indent's hook.
17261 (electric-indent-chars): Revert to simple list.
17262 (electric-indent-functions): New var.
17263 (electric-indent-post-self-insert-function): Use it.
17264
17265 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
17266 there's no inferior buffer (bug#10196).
17267 (prolog-consult-compile): Don't use toggle-read-only.
17268
17269 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
17270
17271 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
17272 interrupt. (Bug#10187)
17273
17274 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17275
17276 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
17277 (bug#9160).
17278
17279 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
17280 (bug#10191).
17281
17282 2011-12-02 Juri Linkov <juri@jurta.org>
17283
17284 * info.el (Info-search): Display "end of manual" when Isearch
17285 reaches the end of single-file Info manual. (Bug#9918)
17286
17287 2011-12-02 Eli Zaretskii <eliz@gnu.org>
17288
17289 * isearch.el (isearch-message-prefix): Run the input method part
17290 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
17291
17292 2011-12-02 Juri Linkov <juri@jurta.org>
17293
17294 * isearch.el (isearch-occur): Use `word-search-regexp' for
17295 `isearch-word'.
17296 (isearch-search-and-update): Add condition for `isearch-word' and
17297 call `word-search-regexp'. (Bug#10145)
17298
17299 2011-12-01 Glenn Morris <rgm@gnu.org>
17300
17301 * eshell/em-hist.el (eshell-hist-initialize):
17302 Handle eshell-history-size nil and HISTSIZE set or unset.
17303 (eshell-history-file-name, eshell-history-size): Fix custom type.
17304
17305 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
17306
17307 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
17308
17309 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
17310
17311 * progmodes/verilog-mode.el (verilog-pretty-expr):
17312 Rework verilog-pretty-expr to handle new assignment operators in system
17313 verilog, such as += *= and the like.
17314 (verilog-assignment-operator-re): Regular expression to find the
17315 assigment operator in a verilog assignment.
17316 (verilog-assignment-operation-re): Regular expression to find an
17317 assignment statement for pretty-expr.
17318 (verilog-in-attribute-p): Query returns true if point is in an
17319 attribute context; used to skip these for expression line up from
17320 pretty-expr.
17321 (verilog-in-parameter-p): Query returns true if point is in an
17322 parameter definition context; used to skip these for expression
17323 line up from pretty-expr.
17324 (verilog-in-parenthesis-p): Query returns true if point is in a
17325 parenthetical expression, specifically ( ) but not [ ] or { };
17326 used by pretty-expr.
17327 (verilog-just-one-space): If there is no space, don't add one.
17328 (verilog-get-lineup-indent-2): Specifically skip just attribute
17329 contexts for expression lineup, rather than skipping all
17330 parenthetical expressions.
17331 (verilog-calculate-indent): Fix comment, and fix indent.
17332 (verilog-do-indent): Indent declarations in lists (suggested by
17333 Joachim Lechner).
17334 (verilog-mode-abbrev-table): Populate abbrev mode with the various
17335 skeleton items.
17336 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
17337 by Alain Mellan).
17338
17339 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
17340
17341 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
17342 parameters with embedded comments. Reported by Ray Stevens.
17343 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
17344 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
17345 Reported by Tim Holt.
17346 (verilog-auto): Fix AUTOing a upper module then AUTOing module
17347 instantiated by upper module causing wrong expansion until AUTOed a
17348 second time. Reported by K C Buckenmaier.
17349 (verilog-diff-auto): Fix showing .* as a difference when
17350 `verilog-auto-star-save' off. Reported by Dan Dever.
17351 (verilog-auto-reset, verilog-read-always-signals)
17352 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
17353 temporary signals in reset list if
17354 verilog-auto-reset-blocking-in-non is nil, and match assignment
17355 style to each signal's assignment type, bug381.
17356 Reported by Thomas Esposito.
17357 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
17358 (verilog-uvm-statement-re): Support UVM indentation and
17359 highlighting, with old OVM keywords only.
17360 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
17361 Support AUTOTIEOFF creating non-wire data types.
17362 Suggested by Jonathan Greenlaw.
17363 (verilog-auto-insert-lisp, verilog-delete-to-paren)
17364 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
17365 (verilog-inject-sense, verilog-read-inst-pins)
17366 (verilog-read-sub-decls, verilog-read-sub-decls-line):
17367 Fix mismatching parenthesis inside commented out code when deleting
17368 AUTOINST, bug383. Reported by Jonathan Greenlaw.
17369 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
17370 non-numeric vector width. Reported by Alex Reed.
17371 (verilog-auto-ascii-enum): Add "onehot" option to work around not
17372 detecting signals with parameter widths. Reported by Alex Reed.
17373 (verilog-auto-delete-trailing-whitespace):
17374 With `verilog-auto-delete-trailing-whitespace' remove trailing
17375 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
17376 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
17377 Fix verilog-scan-cache corruption when running user AUTO expansion
17378 hooks that call indentation routines.
17379 (verilog-simplify-range-expression): Fix typo ignoring lower case
17380 identifiers.
17381 (verilog-delete-auto): Fix delete-autos to also remove user created
17382 automatics, as long as they start with AUTO.
17383 (verilog-batch-diff-auto, verilog-diff-auto)
17384 (verilog-diff-function): Add `verilog-diff-auto' and bind to
17385 "C-c?" to report differences in AUTO expansion, ignoring spaces.
17386 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
17387 (verilog-in-paren-quick, verilog-re-search-backward-quick)
17388 (verilog-re-search-forward-quick, verilog-syntax-ppss):
17389 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
17390 is disabled and its cache will get corrupt, causing AUTOS not to
17391 expand. Instead use only -quick functions.
17392 (verilog-scan-region): Fix scanning over escaped quotes.
17393 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
17394 (verilog-re-search-backward-quick)
17395 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
17396 related functions now ignore strings, to fix misparsing of strings
17397 with magic comments embedded in them.
17398 (verilog-read-auto-template):
17399 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
17400 Reported by Brad Dobbie.
17401 (verilog-read-auto-template):
17402 Fix 'verilog-auto-inst-template-numbers' with comments.
17403 Reported by Brad Dobbie.
17404 (verilog-auto-inst, verilog-auto-inst-param)
17405 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
17406 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
17407 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
17408 debugging templates without merge conflicts, bug357.
17409 Reported by Brad Dobbie.
17410 (verilog-read-auto-template):
17411 Fix verilog-auto-inst-template-numbers with multiple templates.
17412 Reported by Brad Dobbie.
17413 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
17414 abbrevs so user won't be asked to save.
17415 (verilog-read-auto-lisp-present): Fix to start at beginning of
17416 buffer in case called outside of verilog-auto.
17417 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
17418 to "X-2". Reported by Matthew Myers.
17419 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
17420 all inputs from module templates. Reported by Leith Johnson.
17421 (verilog-module-inside-filename-p): Fix locating programs as with
17422 modules.
17423 (verilog-auto-inst-port): Fix vl-width expressions when using
17424 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
17425 (verilog-decls-get-regs, verilog-decls-get-signals,
17426 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
17427 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
17428 verilog-read-decls): Combine reg and wire structures into one var
17429 structure to represent SystemVerilog concepts.
17430 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
17431 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
17432 (verilog-auto-wire-type, verilog-insert-definition):
17433 Add verilog-auto-wire-type and AUTOLOGIC to support using
17434 SystemVerilog "logic" keyword instead of "wire"/"reg".
17435 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
17436 to declares outputs that also have assignments (presumably in an
17437 ifdef or generate if so there's not a driver conflict).
17438 Reported by Matthew Myers.
17439 (verilog-auto-declare-nettype, verilog-insert-definition):
17440 Add verilog-auto-declare-nettype to fix declarations using
17441 `default_nettype none. Reported by Julian Gorfajn.
17442 (verilog-read-always-signals-recurse, verilog-read-decls)
17443 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
17444 malformed end statement, bug325. Reported by Joshua Wise and
17445 Andrew Drake.
17446 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
17447 (verilog-inst-comment-re): Fix not deleting Interfaced comment
17448 when expanding .* in interfaces, bug320.
17449 Reported by Pierre-David Pfister.
17450 (verilog-read-module-name): Fix import statements between module
17451 name and open parenthesis, bug317.
17452 Reported by Pierre-David Pfister.
17453 (verilog-simplify-range-expression): Fix simplification of
17454 multiplications inside AUTOWIRE connections, bug303.
17455 (verilog-auto-inst-port): Support parameter expansion in
17456 multidimensional arrays.
17457 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
17458 after "assert property". Reported by Julian Gorfajn.
17459 (verilog-simplify-range-expression): Fix "couldn't merge" errors
17460 with multiplication, bug303.
17461 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
17462 Reported by Jan Frode Lonnum.
17463
17464 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
17465
17466 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
17467 (hfy-shell-file-name, hfy-shell):
17468 * international/fontset.el (x-decompose-font-name): Fix typos.
17469
17470 2011-11-29 Ken Brown <kbrown@cornell.edu>
17471
17472 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
17473 (gdb-version): Remove defvar.
17474 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
17475 (gdb-gud-context-command, gdb-non-stop-handler)
17476 (gdb-current-context-command, gdb-stopped): Use it.
17477 (gdb-init-1): Enable pretty printing here.
17478 (gdb-non-stop-handler): Don't enable pretty-printing here.
17479 Check to see if the target supports non-stop mode; if not, turn off
17480 non-stop mode. Use the following.
17481 (gdb-check-target-async): New defun.
17482 (gud-watch, gdb-stopped): Fix whitespace.
17483 (gdb-get-source-file): Don't try to display the source file if
17484 `gdb-main-file' is nil.
17485
17486 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17487
17488 * align.el: Try to generate fewer markers (bug#10047).
17489 (align--set-marker): New macro.
17490 (align-region): Use it.
17491
17492 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
17493
17494 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
17495
17496 2011-11-29 Chong Yidong <cyd@gnu.org>
17497
17498 * indent.el (indent-for-tab-command, indent-according-to-mode):
17499 Doc fix.
17500 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
17501
17502 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
17503
17504 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
17505 aware of remote file names. (Bug#10124)
17506
17507 2011-11-29 Chong Yidong <cyd@gnu.org>
17508
17509 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
17510
17511 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17512
17513 * files.el (find-file): Don't use force-same-window (bug#10144).
17514 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
17515 use pop-to-buffer if the selected window can't be used.
17516 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
17517
17518 2011-11-28 Eli Zaretskii <eliz@gnu.org>
17519
17520 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
17521 special-mode-map.
17522
17523 2011-11-28 Chong Yidong <cyd@gnu.org>
17524
17525 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
17526
17527 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
17528
17529 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
17530 gdb-get-source-file-list on gdb-create-source-file-list.
17531
17532 2011-11-26 Eli Zaretskii <eliz@gnu.org>
17533
17534 * whitespace.el (whitespace-newline): Use a different foreground
17535 color for 16-color light-background displays.
17536
17537 2011-11-24 Chong Yidong <cyd@gnu.org>
17538
17539 * window.el (display-buffer--special-action): Doc fix.
17540
17541 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
17542
17543 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
17544 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
17545 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
17546 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
17547 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
17548 (avl-tree-stack-first):
17549 * emacs-lisp/cconv.el (cconv--analyse-use):
17550 * net/gnutls.el (gnutls-negotiate): Fix typos.
17551
17552 2011-11-24 Glenn Morris <rgm@gnu.org>
17553
17554 * lpr.el (lpr-windows-system, lpr-lp-system):
17555 * mail/binhex.el (binhex-begin-line):
17556 * progmodes/grep.el (grep-history, grep-find-history):
17557 * textmodes/flyspell.el:
17558 * vc/pcvs-defs.el (cvs-global-menu):
17559 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
17560 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
17561 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
17562
17563 * net/tls.el: Fix case of "GnuTLS".
17564
17565 * paths.el (rmail-file-name): Format doc-string for make-docfile.
17566
17567 * version.el (emacs-build-system): Give it a doc-string.
17568
17569 2011-11-24 Juri Linkov <juri@jurta.org>
17570
17571 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
17572
17573 2011-11-24 Glenn Morris <rgm@gnu.org>
17574
17575 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
17576 if called on a non-mime message just toggle the headers. (Bug#8006)
17577
17578 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
17579
17580 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
17581 (allout-lead-with-comment-string, allout-structure-deleted-hook)
17582 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
17583 (allout-rebullet-heading, allout-open-sibtopic)
17584 (allout-toggle-current-subtree-encryption)
17585 (allout-toggle-subtree-encryption, allout-encrypt-string)
17586 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
17587 (allout-distinctive-bullets-string, allout-auto-activation):
17588 * window.el (window-normalize-buffer-to-display):
17589 * progmodes/verilog-mode.el (verilog-batch-indent):
17590 * textmodes/bibtex.el (bibtex-field-braces-opt)
17591 (bibtex-field-strings-opt):
17592 * vc/cvs-status.el (cvs-tree-merge):
17593 Fix typos.
17594
17595 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
17596
17597 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
17598 `non-essential' to t, in order to avoid remote connections.
17599
17600 2011-11-23 Eli Zaretskii <eliz@gnu.org>
17601
17602 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17603 On MS-DOS and MS-Windows, compare with loaddefs.el
17604 case-insensitively.
17605
17606 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
17607
17608 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
17609
17610 2011-11-23 Glenn Morris <rgm@gnu.org>
17611
17612 * paths.el (rmail-file-name): Reformat the doc-string so that it
17613 is picked up.
17614
17615 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
17616 (rmail-auto-file): Ignore case in the "special" field names,
17617 as mail-fetch-field does for all others.
17618
17619 * mail/rmail.el (rmail-forward):
17620 * mail/rmailkwd.el (rmail-set-label):
17621 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
17622 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
17623
17624 * mail/rmail.el (rmail-current-message): Doc fix.
17625
17626 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
17627
17628 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17629
17630 * server.el (server-eval-and-print): Allow C-g (bug#6585).
17631
17632 2011-11-22 Glenn Morris <rgm@gnu.org>
17633
17634 * mail/rmailmm.el (test-rmail-mime-handler)
17635 (test-rmail-mime-bulk-handler)
17636 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
17637
17638 2011-11-21 Juri Linkov <juri@jurta.org>
17639
17640 * calc/calc.el (calc-read-key-sequence):
17641 Let-bind `input-method-function' to nil. (Bug#10018)
17642
17643 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17644
17645 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
17646 Tell the caller that the next line needs recomputation, even
17647 though it doesn't start a sexp (bug#10094).
17648
17649 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17650
17651 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
17652
17653 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17654
17655 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17656 Use force-same-window.
17657
17658 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17659
17660 * descr-text.el (describe-char-unicode-data):
17661 * json.el (json-string-escape):
17662 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
17663 (Footnote-unicode, Footnote-style-p):
17664 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
17665
17666 2011-11-20 Chong Yidong <cyd@gnu.org>
17667
17668 * window.el (replace-buffer-in-windows): Restore interactive spec.
17669
17670 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17671
17672 * electric.el (electric-indent-mode): Fix last change (too optimistic).
17673
17674 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
17675 (byte-compile-global-not-obsolete-vars): New var.
17676 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
17677 Use it.
17678 (byte-compile-warn-obsolete): Align text with the one in *Help*.
17679
17680 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
17681
17682 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
17683 * progmodes/pascal.el (electric-pascal-equal):
17684 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
17685 * xml.el (xml-substitute-special): Fix typos.
17686
17687 2011-11-20 Glenn Morris <rgm@gnu.org>
17688
17689 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
17690 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
17691 Doc fixes.
17692 (rmail-decode-mime-charset): Mark as obsolete.
17693
17694 * mail/rmailsum.el (rmail-message-regexp-p-1):
17695 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
17696 Before using mime functions, check they are set. (Bug#10077)
17697
17698 2011-11-19 Juri Linkov <juri@jurta.org>
17699
17700 * info.el (Info-finder-find-node): Use `package--builtins' instead
17701 of `package-alist'. Use node names formed by the pattern "Keyword "
17702 and the keyword name.
17703
17704 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17705
17706 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
17707
17708 2011-11-19 Juri Linkov <juri@jurta.org>
17709
17710 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
17711 that calls `revert-buffer' on all Info buffers. (Bug#9915)
17712 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
17713 `old-history', `old-history-forward'. Add let-binding
17714 `window-selected'. Remove calls to `kill-buffer',
17715 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
17716 before calling `Info-find-node', so `Info-find-node-2' will reread
17717 the Info file. Restore window positions only when `window-selected'
17718 is non-nil.
17719
17720 2011-11-19 Juri Linkov <juri@jurta.org>
17721
17722 * isearch.el (isearch-lazy-highlight-new-loop):
17723 Remove condition `(not isearch-error)'. (Bug#9918)
17724
17725 * misearch.el (multi-isearch-search-fun): Add condition
17726 `(not bound)' to ignore lazy-highlighting search.
17727 Add the search-failed message "end of multi" when the end of
17728 multi-sequence is reached. Uncapitalize the search-failed
17729 message "Repeat for next buffer".
17730
17731 * info.el (Info-search): Add the search-failed message
17732 "end of the manual" when the end of the manual is reached
17733 in Isearch mode.
17734
17735 2011-11-19 Juri Linkov <juri@jurta.org>
17736
17737 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
17738 Use non-destructive `remove' instead of `delete' because
17739 `Info-history-list' stored to `Info-isearch-initial-history-list' in
17740 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
17741
17742 2011-11-19 Juri Linkov <juri@jurta.org>
17743
17744 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
17745 to nil instead of binding `search-ring' and `regexp-search-ring'.
17746 (Bug#9185)
17747
17748 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17749
17750 * simple.el (line-move): Force movement by logical lines for any
17751 hscrolled window, not only when auto-hscroll-mode is on.
17752 (line-move-visual): Update doc string to that effect. (Bug#10076)
17753
17754 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
17755
17756 * language/european.el (macintosh): Define as alias for mac-roman.
17757
17758 2011-11-19 Eli Zaretskii <eliz@gnu.org>
17759
17760 * mail/rmailmm.el (rmail-mime-display-header)
17761 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
17762 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
17763 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
17764 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
17765 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
17766 of a raw aref.
17767 (rmail-mime-entity-segment): To get past the tagline, move forward
17768 2 more lines, to account for the 2 empty lines that precede and
17769 follow the line with the buttons.
17770 (rmail-mime-update-tagline): Move one more line, to get past the
17771 empty line that follows the buttons in the tagline. (Bug#9520)
17772
17773 2011-11-19 Martin Rudalics <rudalics@gmx.at>
17774
17775 * window.el (window-max-delta-1, window-min-delta-1)
17776 (window-min-size-1, window-state-get-1, window-state-put-1)
17777 (window-state-put-2): Use "window--" prefix.
17778
17779 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
17780
17781 * emacs-lisp/smie.el: Improve warnings and conflict detection.
17782 (smie-warning-count): New var.
17783 (smie-set-prec2tab): Use it.
17784 (smie-bnf->prec2): Improve warnings. Add docstring.
17785 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
17786 (smie-bnf--set-class): New function.
17787 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
17788 corner case.
17789
17790 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
17791 (compilation-error-properties, compilation-move-to-column):
17792 Handle compilation-first-column while in the target buffer.
17793
17794 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
17795 Don't hardcode point-min==1.
17796
17797 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
17798 (eshell-rewrite-for-command): Remove workaround.
17799 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
17800 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
17801 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
17802
17803 * files-x.el (modify-file-local-variable): Obey commenting conventions.
17804
17805 2011-11-17 Glenn Morris <rgm@gnu.org>
17806
17807 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
17808 Ignore buffer-local generated-autoload-file if it is the same
17809 as the global value. (Bug#10049)
17810
17811 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
17812
17813 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
17814 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
17815 (reftex-toc-previous-heading, reftex-toc-max-level)
17816 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
17817 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
17818 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17819 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17820 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17821 (reftex-toc-rename-label, reftex-toc-visit-location)
17822 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
17823 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
17824 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
17825 leaving "*toc*" only for references to the buffer.
17826
17827 2011-11-17 Martin Rudalics <rudalics@gmx.at>
17828
17829 * window.el (window-resize, delete-window, split-window):
17830 Replace window-splits by window-combination-resize.
17831 * cus-start.el (window-splits): Replace by window-combination-resize.
17832
17833 2011-11-17 Glenn Morris <rgm@gnu.org>
17834
17835 * progmodes/sh-script.el (sh-font-lock-keywords-var):
17836 Make bash entry derive from sh entry, not shell entry.
17837
17838 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
17839
17840 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
17841 local file name.
17842
17843 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17844
17845 * menu-bar.el (menu-bar-file-menu):
17846 * printing.el (pr-ps-utility):
17847 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
17848 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
17849 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
17850 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
17851 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
17852 (icalendar--convert-cyclic-to-ical)
17853 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
17854 (icalendar--convert-ical-to-diary)
17855 (icalendar--convert-recurring-to-diary)
17856 (icalendar--convert-non-recurring-all-day-to-diary)
17857 (icalendar-import-format-sample):
17858 * progmodes/idlw-shell.el (idlwave-shell-mode):
17859 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
17860 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
17861 (vhdl-ps-print-init): Fix typos.
17862
17863 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
17864
17865 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
17866 FSF and collapse date sequence, obscure author/maintainer email address
17867 better, remove extra version line, track relocation of author's webpage.
17868
17869 * progmodes/python.el (python-pdbtrack-input-prompt)
17870 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
17871 regular python pdb prompts. Adjustments shamelessly taken exactly as
17872 suggested in EmacsWiki page (tiny change):
17873 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
17874
17875 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
17876
17877 * expand.el (expand-pos, expand-index, expand-point):
17878 Remove redundant info from docstring.
17879 (expand-add-abbrevs): Doc fix.
17880 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
17881 (expand-sample-perl-mode-expand-list): Fix typos.
17882
17883 * net/dbus.el (dbus-event-member-name):
17884 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
17885 * term/pc-win.el (msdos-create-frame-with-faces):
17886 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
17887
17888 2011-11-16 Martin Rudalics <rudalics@gmx.at>
17889
17890 * window.el (split-window, window-state-get-1)
17891 (window-state-put-1, window-state-put-2): Rename occurrences of
17892 window-nest to window-combination-limit.
17893 * cus-start.el (window-nest): Rename to window-combination-limit.
17894
17895 2011-11-16 Chong Yidong <cyd@gnu.org>
17896
17897 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
17898 regexp (Bug#10033).
17899
17900 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17901
17902 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17903 `completing-read' will remove *Completions* and will preserve
17904 current-buffer for us.
17905 (tmm-add-prompt): Users of *Completions* will always (re)set its
17906 major mode.
17907 (tmm-old-comp-map): Remove.
17908
17909 2011-11-16 Glenn Morris <rgm@gnu.org>
17910
17911 * mail/rmailedit.el: Require rmailmm when compiling.
17912 (rmail-old-mime-state): New declaration.
17913 (rmail-edit-current-message): If editing a mime message,
17914 edit the "raw" message from the mbox buffer.
17915 (rmail-cease-edit): Handle mime messages. (Bug#9840)
17916
17917 2011-11-15 Glenn Morris <rgm@gnu.org>
17918
17919 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
17920 which wasn't being used. Add optional arg to force given state.
17921 (rmail-mime): Add optional arg to force given state.
17922
17923 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17924
17925 * allout.el (allout-encryption-plaintext-sanitization-regexps):
17926 * frame.el (display-mm-dimensions-alist):
17927 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
17928 (outline-move-subtree-down):
17929 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
17930 (newsticker--treeview-do-get-node):
17931 * net/quickurl.el (quickurl-list-buffer-name):
17932 * progmodes/dcl-mode.el (dcl-mode):
17933 * progmodes/gdb-mi.el (gdb-mapcar*):
17934 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
17935
17936 2011-11-15 Glenn Morris <rgm@gnu.org>
17937
17938 * mail/rmail.el (rmail-file-coding-system): It's only ever used
17939 in a boolean sense, so just make it a boolean, and fix the doc.
17940 (rmail-show-mime-function, rmail-mime-feature)
17941 (rmail-require-mime-maybe): Doc fixes.
17942 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
17943
17944 * mail/rmailmm.el (rmail-show-mime): Doc fix.
17945
17946 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
17947
17948 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
17949 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
17950 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
17951 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
17952
17953 2011-11-15 Glenn Morris <rgm@gnu.org>
17954
17955 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
17956 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
17957 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
17958 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
17959 (rmail-mime, rmail-show-mime): Doc fixes.
17960
17961 * term/ns-win.el (mode-line-frame-identification):
17962 Leave it alone. (Bug#10051)
17963
17964 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
17965
17966 * mail/rmailout.el (rmail-output-to-rmail-buffer):
17967 Handle empty buffers. (Bug#9978)
17968
17969 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
17970
17971 * international/mule.el (define-charset):
17972 * mail/rmailmm.el (rmail-mime-find-header-encoding):
17973 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
17974 * progmodes/verilog-mode.el (verilog-backward-token):
17975 * textmodes/ispell.el (lookup-words):
17976 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
17977
17978 2011-11-14 Glenn Morris <rgm@gnu.org>
17979
17980 * progmodes/executable.el
17981 (executable-make-buffer-file-executable-if-script-p):
17982 Handle file-modes returning nil.
17983
17984 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17985 message - not necessary, and causes problems. (Bug#9831)
17986
17987 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17988
17989 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17990
17991 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17992 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
17993 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17994
17995 2011-11-12 Martin Rudalics <rudalics@gmx.at>
17996
17997 * window.el (window-resize, delete-window): Use window-splits
17998 variable instead of function.
17999 (window-state-get-1, window-state-put-2, window-state-put):
18000 Don't deal with windows' splits status.
18001
18002 2011-11-12 Glenn Morris <rgm@gnu.org>
18003
18004 * apropos.el (apropos-do-all, apropos-library, apropos-value)
18005 (apropos-documentation): Doc fixes.
18006
18007 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
18008
18009 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
18010 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
18011
18012 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
18013
18014 * electric.el (electric-indent-post-self-insert-function): Make it
18015 possible for a char to only indent in some circumstances.
18016 (electric-indent-mode): Simplify.
18017
18018 2011-11-11 Martin Rudalics <rudalics@gmx.at>
18019
18020 * window.el (windows-with-parameter): Remove unused function.
18021 (windows-at-side): Rename to window-at-side-list.
18022 (window-check, window-atom-check, window-atom-check-1)
18023 (window-side-check, window-size-ignore, window-size-fixed-1)
18024 (window-in-direction-2): Prefix with "window--".
18025 (window-tree-1): Rename to window--subtree, fix doc-string.
18026
18027 2011-11-11 Glenn Morris <rgm@gnu.org>
18028
18029 * subr.el (eval-after-load): If FILE is already loaded,
18030 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
18031
18032 2011-11-10 Glenn Morris <rgm@gnu.org>
18033
18034 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18035 Call svn via vc-svn-command rather than vc-do-command.
18036 (vc-svn-command): Add --non-interactive. (Bug#9993)
18037 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
18038
18039 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18040 Add toggle-read-only. (Bug#7292)
18041 * files.el (toggle-read-only): Mention that it should only
18042 be used interactively. (Bug#10006)
18043
18044 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18045
18046 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18047 Adjust regexp for OCaml warnings.
18048
18049 * electric.el (electric-pair-post-self-insert-function): Let user
18050 turn it off buffer-locally (bug#9932).
18051
18052 * progmodes/python.el (python-beginning-of-statement):
18053 Rewrite (bug#2703).
18054
18055 * progmodes/compile.el: Better handle TABs (bug#9749).
18056 (compilation-internal-error-properties)
18057 (compilation-next-error-function): Obey the target buffer's
18058 compilation-error-screen-columns.
18059
18060 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
18061
18062 * progmodes/meta-mode.el: Remove obsolete comments.
18063 (meta-right-comment-regexp, meta-ignore-comment-regexp):
18064 Fix typos in docstrings.
18065
18066 2011-11-09 Martin Rudalics <rudalics@gmx.at>
18067
18068 * window.el (window-size-fixed-p): Rewrite doc-string.
18069 (window-resizable-p): Rename to window--resizable-p. Update callers.
18070 (window--resizable): New function. Make all callers of
18071 window-resizable call window--resizable instead.
18072 (window-resizable): Rewrite in terms of window--resizable.
18073
18074 2011-11-08 Glenn Morris <rgm@gnu.org>
18075
18076 * progmodes/delphi.el (delphi-mode-syntax-table):
18077 Let define-derived-mode define a proper syntax table. (Bug#9994)
18078
18079 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18080
18081 * window.el: Stay away from defsubst.
18082 (window-list-no-nils): Remove.
18083 (window-state-get-1, window-state-get): Use backquote instead.
18084
18085 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18086
18087 * emacs-lisp/find-func.el (find-function-read):
18088 Fix incorrect use of default argument in `completing-read'.
18089
18090 2011-11-08 Martin Rudalics <rudalics@gmx.at>
18091
18092 * window.el (display-buffer-function, special-display-function):
18093 Mention display-buffer-record-window but do not mention
18094 help-setup parameter in doc-strings.
18095 (window-min-delta): Fix doc-string typo.
18096
18097 2011-11-08 Chong Yidong <cyd@gnu.org>
18098
18099 * window.el (window-total-height, window-total-width): Doc fix.
18100 (window-body-size): Move from C.
18101 (window-body-height, window-body-width): Move to C.
18102
18103 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
18104
18105 * window.el: Make special-display like display-buffer-alist (bug#9532).
18106 (display-buffer--special-action): New function, morphed
18107 from display-buffer--special.
18108 (display-buffer): Use it to handle special-display-buffers at higher
18109 priority (just after display-buffer-alist).
18110 (display-buffer-fallback-action, display-buffer--other-frame-action)
18111 (pop-to-buffer-same-window): Remove display-buffer--special.
18112
18113 2011-11-07 Glenn Morris <rgm@gnu.org>
18114
18115 * calendar/cal-menu.el (cal-menu-set-date-title):
18116 Do nothing if not in a calendar. (Bug#9976)
18117
18118 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18119
18120 * files.el (find-file): Always use selected-window.
18121
18122 2011-11-07 Martin Rudalics <rudalics@gmx.at>
18123
18124 * window.el (window-combinations): Make WINDOW argument
18125 mandatory. Rewrite doc-string.
18126 (walk-window-subtree, window-atom-check, window-min-delta)
18127 (window-max-delta, window--resize-this-window)
18128 (window--resize-root-window-vertically, window-tree)
18129 (balance-windows, window-state-put): Rewrite doc-strings as to
18130 not mention the term "subwindow".
18131 (window--resize-subwindows-skip-p): Rename to
18132 window--resize-child-windows-skip-p.
18133 (window--resize-subwindows-normal): Rename to
18134 window--resize-child-windows-normal.
18135 (window--resize-subwindows): Rename to
18136 window--resize-child-windows.
18137 (window-or-subwindow-p): Rename to window--in-subtree-p.
18138
18139 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18140
18141 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
18142 Ensure that mbox format messages end in two newlines (Bug#9974).
18143
18144 2011-11-06 Chong Yidong <cyd@gnu.org>
18145
18146 * window.el (window-combination-p): Function deleted; its
18147 side-effect is not used in any existing code.
18148 (window-combinations, window-combined-p): Call window-*-child
18149 directly.
18150
18151 2011-11-05 Chong Yidong <cyd@gnu.org>
18152
18153 * window.el (window-valid-p): Rename from window-any-p.
18154 (window-size-ignore, window-state-get): Callers changed.
18155 (window-normalize-window): Rename from window-normalize-any-window.
18156 New arg LIVE-ONLY, replacing window-normalize-live-window.
18157 (window-normalize-live-window): Delete.
18158 (window-combination-p, window-combined-p, window-combinations)
18159 (walk-window-subtree, window-atom-root, window-min-size)
18160 (window-sizable, window-sizable-p, window-size-fixed-p)
18161 (window-min-delta, window-max-delta, window-resizable)
18162 (window-resizable-p, window-full-height-p, window-full-width-p)
18163 (window-current-scroll-bars, window-point-1, set-window-point-1)
18164 (window-at-side-p, window-in-direction, window-resize)
18165 (adjust-window-trailing-edge, maximize-window, minimize-window)
18166 (window-deletable-p, delete-window, delete-other-windows)
18167 (record-window-buffer, unrecord-window-buffer)
18168 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
18169 (quit-window, split-window, window-state-put)
18170 (set-window-text-height, fit-window-to-buffer)
18171 (shrink-window-if-larger-than-buffer): Callers changed.
18172
18173 2011-11-04 Eli Zaretskii <eliz@gnu.org>
18174
18175 * mail/rmail.el (rmail-simplified-subject): Decode subject with
18176 rfc2047-decode-string.
18177 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
18178 warnings.
18179
18180 * window.el (window-body-height, window-body-width): Mention in
18181 the doc string that the return values are in frame's canonical
18182 units. (Bug#9949)
18183
18184 2011-11-03 Alan Mackenzie <acm@muc.de>
18185
18186 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
18187 change in cc-engine.el.
18188
18189 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18190
18191 * window.el (switch-to-buffer): Use `force-same-window' interactively.
18192
18193 2011-11-02 Martin Rudalics <rudalics@gmx.at>
18194
18195 * window.el (quit-window): Call unrecord-window-buffer after
18196 showing another buffer in the window. (Bug#9937)
18197 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
18198
18199 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
18200
18201 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
18202 Accept status with more than 9 shelves. (Bug#9935)
18203 Reported by Colin D Bennett <colin@gibibit.com>.
18204
18205 2011-11-01 Martin Rudalics <rudalics@gmx.at>
18206
18207 * help.el (with-help-window): Don't reference
18208 temp-buffer-show-specifiers in doc-string.
18209
18210 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
18211
18212 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
18213 menu-item.
18214
18215 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18216
18217 * whitespace.el: New version 13.2.2.
18218 (whitespace-newline-mode): Disable properly. Reported by Sarah
18219 <EmacsWiki>.
18220
18221 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
18222
18223 * net/newst-treeview.el: Remove "Time-stamp".
18224 (newsticker--group-manage-orphan-feeds): Do not call
18225 newsticker--treeview-tree-update.
18226 (newsticker-treeview-update, newsticker-treeview):
18227 Call newsticker--treeview-tree-update if necessary.
18228
18229 2011-10-30 Martin Rudalics <rudalics@gmx.at>
18230
18231 * window.el (window-iso-combination-p, window-iso-combined-p)
18232 (window-iso-combinations): Remove "iso-" infix.
18233 Suggested by Chong Yidong.
18234 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
18235 (window-max-delta-1, window-resize, window--resize-siblings)
18236 (window--resize-this-window, adjust-window-trailing-edge)
18237 (split-window, balance-windows-1)
18238 (shrink-window-if-larger-than-buffer):
18239 * calendar/calendar.el (calendar-generate-window):
18240 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
18241
18242 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18243
18244 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
18245 in place (bug#9907).
18246 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
18247 (eshell-rewrite-if-command, eshell-rewrite-for-command)
18248 (eshell-structure-basic-command, eshell-rewrite-while-command)
18249 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
18250 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
18251 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
18252 (eshell-do-pipelines-synchronously, eshell-eval-command):
18253 Use backquotes and prefer setq to set.
18254 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
18255 (eshell-macrop): Use functionp.
18256 (eshell-do-eval): Handle multiple expressions in `while' body.
18257
18258 2011-10-30 Chong Yidong <cyd@gnu.org>
18259
18260 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
18261 instead of set-mark (Bug#9810).
18262
18263 2011-10-30 Chong Yidong <cyd@gnu.org>
18264
18265 * window.el (split-window-below, split-window-right): Rename from
18266 split-window-above-each-other and split-window-side-by-side
18267 respectively. All callers changed.
18268 (split-window-sensibly, split-window-sensibly): Use them.
18269 (split-window-keep-point): Doc fix.
18270
18271 * isearch.el: Add isearch-scroll property to split-window-below
18272 and split-window-right.
18273
18274 * follow.el (follow-mode):
18275 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
18276 * progmodes/ada-xref.el (ada-gdb-application):
18277 * emulation/vip.el (vip-buffer-in-two-windows):
18278 * image-dired.el (image-dired-dired-with-window-configuration):
18279 * dired-x.el (dired-do-find-marked-files):
18280 * dired.el (dired-pop-to-buffer):
18281 * bs.el (bs--show-with-configuration):
18282 * vc/emerge.el (emerge-setup-windows):
18283 * textmodes/two-column.el (2C-two-columns):
18284 * textmodes/reftex-toc.el (reftex-toc):
18285 * progmodes/gdb-mi.el (gdb-setup-windows):
18286 * progmodes/fortran.el (fortran-window-create):
18287 * net/newst-treeview.el (newsticker--treeview-window-init):
18288 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
18289 * emulation/tpu-edt.el (tpu-gold-map):
18290 * emulation/crisp.el (crisp-mode-map):
18291 * calendar/calendar.el (calendar-basic-setup): Callers changed.
18292
18293 2011-10-29 Chong Yidong <cyd@gnu.org>
18294
18295 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
18296
18297 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
18298
18299 * textmodes/flyspell.el (flyspell-word): Fix char offset for
18300 forged Ispell output (Bug#7904).
18301
18302 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
18303
18304 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18305
18306 * doc-view.el: Avoid ugly errors about not finding nil.
18307 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18308 (doc-view-dvipdf-program, doc-view-unoconv-program)
18309 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
18310 Avoid nil or absolute file name as default value.
18311 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
18312
18313 2011-10-28 Alan Mackenzie <acm@muc.de>
18314
18315 * progmodes/cc-defs.el (c-version): -> 5.32.2.
18316
18317 2011-10-28 Alan Mackenzie <acm@muc.de>
18318
18319 Amend the handling of c-beginning/end-of-defun in nested declaration
18320 scopes.
18321
18322 * progmodes/cc-vars.el (c-defun-tactic): Move here from
18323 cc-langs.el. Change it to a defcustom.
18324
18325 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
18326 cc-vars.el.
18327
18328 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18329 Prevent "class foo : bar" being spuriously recognized as a label.
18330
18331 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
18332 Add parameter `inclusive' (to include enclosing braces in the region).
18333 (c-widen-to-enclosing-decl-scope): New function.
18334 (c-while-widening-to-decl-block): New macro.
18335 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
18336 outward for defun boundaries, and correspondingly change symbol
18337 `respect-enclosure' to `go-outward'.
18338 (c-declaration-limits): Change algorithm to report only the "innermost"
18339 defun's boundaries.
18340
18341 2011-10-28 Deniz Dogan <deniz@dogan.se>
18342
18343 * net/rcirc.el (rcirc-mode): Use hard newlines.
18344
18345 2011-10-28 Alan Mackenzie <acm@muc.de>
18346
18347 Amend to indent and fontify macros "which include their own semicolon"
18348 correctly, using the "virtual semicolon" mechanism.
18349
18350 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
18351
18352 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
18353 Recode to scan one line at a time rather than having \n and \r
18354 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
18355 (c-forward-label): Amend for virtual semicolons.
18356 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
18357
18358 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
18359 of the new C macros.
18360
18361 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
18362 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
18363 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
18364 (c-opt-cpp-macro-define): Make into a full language variable.
18365 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
18366 AWK Mode (including \n, \r) removed, no longer needed.
18367
18368 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
18369 Invoke c-make-macro-with-semi-re.
18370
18371 * progmodes/cc-vars.el (c-macro-with-semi-re):
18372 (c-macro-names-with-semicolon): New variables.
18373 (c-make-macro-with-semi-re): New function.
18374
18375 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18376
18377 * vc/log-edit.el: Fill empty field rather than adding new one.
18378 (log-edit-add-field): New function.
18379 (log-edit-insert-changelog): Use it.
18380
18381 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
18382
18383 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
18384
18385 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
18386
18387 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
18388 (gdb--check-interpreter): New function.
18389 (gdb): Use it.
18390
18391 2011-10-27 Glenn Morris <rgm@gnu.org>
18392
18393 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
18394 (least-positive-float, least-negative-float)
18395 (least-positive-normalized-float, least-negative-normalized-float)
18396 (float-epsilon, float-negative-epsilon):
18397 Remove unnecessary declarations.
18398
18399 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
18400 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
18401 (least-positive-float, least-negative-float)
18402 (least-positive-normalized-float, least-negative-normalized-float)
18403 (float-epsilon, float-negative-epsilon): Add doc-strings,
18404 based on those in cl.texi.
18405
18406 * files.el (set-visited-file-name): If the major-mode changed,
18407 reload the local variables. (Bug#9796)
18408
18409 2011-10-27 Chong Yidong <cyd@gnu.org>
18410
18411 * subr.el (change-major-mode-after-body-hook): New hook.
18412 (run-mode-hooks): Run it.
18413
18414 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18415 Use change-major-mode-before-body-hook.
18416
18417 * simple.el (fundamental-mode):
18418 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
18419 change introducing fundamental-mode-hook.
18420
18421 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
18422
18423 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
18424
18425 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
18426
18427 * ido.el (ido-file-name-all-completions-1): Do not require
18428 tramp.el explicitly. (Bug#7583)
18429
18430 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
18431
18432 * progmodes/octave-mod.el:
18433 * progmodes/octave-inf.el: Update maintainer.
18434
18435 2011-10-26 Chong Yidong <cyd@gnu.org>
18436
18437 * subr.el (with-wrapper-hook): Rewrite doc.
18438
18439 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
18440
18441 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
18442 filenames "/method:foo:". (Bug#9793)
18443
18444 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18445
18446 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
18447 (bug#9865).
18448
18449 2011-10-24 Glenn Morris <rgm@gnu.org>
18450
18451 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
18452
18453 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
18454
18455 * notifications.el: Add the requirement of a running D-Bus session
18456 bus to the Commentary.
18457
18458 2011-10-24 Juri Linkov <juri@jurta.org>
18459
18460 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18461 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
18462 (Bug#9364)
18463
18464 2011-10-24 Juri Linkov <juri@jurta.org>
18465
18466 * info.el (Info-following-node-name-re): Add newline to the list
18467 of allowed characters for leading space. (Bug#9824)
18468
18469 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18470
18471 * progmodes/octave-inf.el (inferior-octave-mode-map):
18472 Fix C-c C-h binding.
18473 * progmodes/octave-mod.el (octave-help): Remove.
18474
18475 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
18476
18477 Sync with Tramp 2.2.3.
18478
18479 * net/tramp-cache.el (top): Pacify byte-compiler using
18480 `init-file-user' and `site-run-file'.
18481
18482 * net/trampver.el: Update release number.
18483
18484 2011-10-23 Chong Yidong <cyd@gnu.org>
18485
18486 * files.el (toggle-read-only): Remove obsolete comment about
18487 version control.
18488
18489 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
18490 for toggle-read-only. Note that this hasn't called vc-next-action
18491 since 2008-05-02, though it wasn't documented at the time.
18492
18493 * vc/ediff-init.el (ediff-toggle-read-only-function):
18494 Use toggle-read-only.
18495
18496 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
18497
18498 Fix bug #9560, sporadic wrong indentation; improve instrumentation
18499 of c-parse-state.
18500
18501 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
18502 correct faulty logical expression.
18503 (c-parse-state-state, c-record-parse-state-state):
18504 (c-replay-parse-state-state): New defvar/defuns.
18505 (c-debug-parse-state): Use new functions.
18506
18507 2011-10-22 Martin Rudalics <rudalics@gmx.at>
18508
18509 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
18510 last fix. Use window-in-direction correctly.
18511
18512 2011-10-21 Chong Yidong <cyd@gnu.org>
18513
18514 * progmodes/idlwave.el (idlwave-mode):
18515 * progmodes/vera-mode.el (vera-mode): No need to set
18516 require-final-newline; that's done in prog-mode.
18517 Suggested by Stefan Monnier.
18518
18519 2011-10-21 Martin Rudalics <rudalics@gmx.at>
18520
18521 * mouse.el (mouse-drag-window-above)
18522 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
18523 (mouse-drag-mode-line-1, mouse-drag-header-line)
18524 (mouse-drag-vertical-line-rightward-window): Remove.
18525 (mouse-drag-line): New function.
18526 (mouse-drag-mode-line, mouse-drag-header-line)
18527 (mouse-drag-vertical-line): Call mouse-drag-line.
18528 * window.el (window-at-side-p, windows-at-side): New functions.
18529
18530 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
18531
18532 * tar-mode.el (tar-grind-file-mode):
18533 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
18534
18535 2011-10-21 Chong Yidong <cyd@gnu.org>
18536
18537 * progmodes/idlwave.el (idlwave-mode):
18538 * progmodes/vera-mode.el (vera-mode):
18539 Use mode-require-final-newline.
18540
18541 2011-10-20 Glenn Morris <rgm@gnu.org>
18542
18543 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
18544
18545 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
18546
18547 * emulation/cua-base.el (cua-set-mark): Fix case of string.
18548
18549 2011-10-20 Chong Yidong <cyd@gnu.org>
18550
18551 * emulation/cua-base.el (cua-mode):
18552 * mail/footnote.el (footnote-mode):
18553 * mail/mailabbrev.el (mail-abbrevs-mode):
18554 * net/xesam.el (xesam-minor-mode):
18555 * progmodes/bug-reference.el (bug-reference-mode):
18556 * progmodes/cap-words.el (capitalized-words-mode):
18557 * progmodes/compile.el (compilation-minor-mode)
18558 (compilation-shell-minor-mode):
18559 * progmodes/gud.el (gud-tooltip-mode):
18560 * progmodes/hideif.el (hide-ifdef-mode):
18561 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18562 * progmodes/subword.el (subword-mode):
18563 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
18564 * progmodes/which-func.el (which-function-mode):
18565 * term/tvi970.el (tvi970-set-keypad-mode):
18566 * term/vt100.el (vt100-wide-mode):
18567 * textmodes/flyspell.el (flyspell-mode):
18568 * textmodes/ispell.el (ispell-minor-mode):
18569 * textmodes/nroff-mode.el (nroff-electric-mode):
18570 * textmodes/paragraphs.el (use-hard-newlines):
18571 * textmodes/refill.el (refill-mode):
18572 * textmodes/reftex.el (reftex-mode):
18573 * textmodes/rst.el (rst-minor-mode):
18574 * textmodes/sgml-mode.el (html-autoview-mode)
18575 (sgml-electric-tag-pair-mode):
18576 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
18577 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
18578 * emulation/crisp.el (crisp-mode):
18579 * emacs-lisp/eldoc.el (eldoc-mode):
18580 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
18581 minor mode behavior.
18582
18583 2011-10-19 Juri Linkov <juri@jurta.org>
18584
18585 * descr-text.el (describe-char): Add #x2010 and #x2011 to
18586 the list of hard-coded chars with escape-glyph face.
18587
18588 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
18589
18590 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
18591
18592 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
18593
18594 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
18595 running process.
18596
18597 2011-10-19 Glenn Morris <rgm@gnu.org>
18598
18599 * vc/vc-bzr.el (vc-bzr-after-dir-status):
18600 Ignore ignored files. (Bug#9726)
18601
18602 2011-10-19 Chong Yidong <cyd@gnu.org>
18603
18604 Doc fix for minor modes, stating that an omitted argument enables
18605 the mode unconditionally when called from Lisp.
18606
18607 * abbrev.el (abbrev-mode):
18608 * allout.el (allout-mode):
18609 * autoinsert.el (auto-insert-mode):
18610 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18611 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
18612 (global-auto-revert-mode):
18613 * battery.el (display-battery-mode):
18614 * composite.el (global-auto-composition-mode)
18615 (auto-composition-mode):
18616 * delsel.el (delete-selection-mode):
18617 * desktop.el (desktop-save-mode):
18618 * dired-x.el (dired-omit-mode):
18619 * dirtrack.el (dirtrack-mode):
18620 * doc-view.el (doc-view-minor-mode):
18621 * double.el (double-mode):
18622 * electric.el (electric-indent-mode, electric-pair-mode):
18623 * emacs-lock.el (emacs-lock-mode):
18624 * epa-hook.el (auto-encryption-mode):
18625 * follow.el (follow-mode):
18626 * font-core.el (font-lock-mode):
18627 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
18628 * help.el (temp-buffer-resize-mode):
18629 * hilit-chg.el (highlight-changes-mode)
18630 (highlight-changes-visible-mode):
18631 * hi-lock.el (hi-lock-mode):
18632 * hl-line.el (hl-line-mode, global-hl-line-mode):
18633 * icomplete.el (icomplete-mode):
18634 * ido.el (ido-everywhere):
18635 * image-file.el (auto-image-file-mode):
18636 * image-mode.el (image-minor-mode):
18637 * iswitchb.el (iswitchb-mode):
18638 * jka-cmpr-hook.el (auto-compression-mode):
18639 * linum.el (linum-mode):
18640 * longlines.el (longlines-mode):
18641 * master.el (master-mode):
18642 * mb-depth.el (minibuffer-depth-indicate-mode):
18643 * menu-bar.el (menu-bar-mode):
18644 * minibuf-eldef.el (minibuffer-electric-default-mode):
18645 * mouse-sel.el (mouse-sel-mode):
18646 * msb.el (msb-mode):
18647 * mwheel.el (mouse-wheel-mode):
18648 * outline.el (outline-minor-mode):
18649 * paren.el (show-paren-mode):
18650 * recentf.el (recentf-mode):
18651 * reveal.el (reveal-mode, global-reveal-mode):
18652 * rfn-eshadow.el (file-name-shadow-mode):
18653 * ruler-mode.el (ruler-mode):
18654 * savehist.el (savehist-mode):
18655 * scroll-all.el (scroll-all-mode):
18656 * scroll-bar.el (scroll-bar-mode):
18657 * server.el (server-mode):
18658 * shell.el (shell-dirtrack-mode):
18659 * simple.el (auto-fill-mode, transient-mark-mode)
18660 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
18661 (line-number-mode, column-number-mode, size-indication-mode)
18662 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
18663 * strokes.el (strokes-mode):
18664 * time.el (display-time-mode):
18665 * t-mouse.el (gpm-mouse-mode):
18666 * tool-bar.el (tool-bar-mode):
18667 * tooltip.el (tooltip-mode):
18668 * type-break.el (type-break-mode-line-message-mode)
18669 (type-break-query-mode):
18670 * view.el (view-mode):
18671 * whitespace.el (whitespace-mode, whitespace-newline-mode)
18672 (global-whitespace-mode, global-whitespace-newline-mode):
18673 * xt-mouse.el (xterm-mouse-mode): Doc fix.
18674
18675 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
18676 Fix autogenerated docstring.
18677
18678 2011-10-19 Juri Linkov <juri@jurta.org>
18679
18680 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
18681 by checking environment variables "DESKTOP_SESSION" and
18682 "XDG_CURRENT_DESKTOP". (Bug#9779)
18683
18684 2011-10-19 Juri Linkov <juri@jurta.org>
18685
18686 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
18687 (browse-url-chromium-program, browse-url-chromium-arguments):
18688 New defcustoms.
18689 (browse-url-default-browser): Check for `browse-url-chromium' and
18690 call `browse-url-chromium-program'.
18691 (browse-url-chromium): New command. (Bug#9779)
18692
18693 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
18694
18695 * facemenu.el (list-colors-duplicates): On Windows, detect more
18696 duplicates by assuming that only colors matching "^System" are
18697 special "system colors". (Bug#9722)
18698
18699 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
18700
18701 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
18702 to distinguish the author from the committer.
18703
18704 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
18705
18706 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
18707
18708 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
18709
18710 * international/mule.el (sgml-html-meta-auto-coding-function):
18711 Add support for detecting encoding in HTML5 specified only as
18712 <meta charset="UTF-8">. Implementation just makes http-equiv and
18713 content-type parts from HTML4 encoding string optional. (Bug#9716)
18714
18715 2011-10-18 Glenn Morris <rgm@gnu.org>
18716
18717 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
18718
18719 2011-10-18 Chong Yidong <cyd@gnu.org>
18720
18721 * faces.el (cursor): Doc fix.
18722
18723 2011-10-17 Chong Yidong <cyd@gnu.org>
18724
18725 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
18726
18727 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
18728
18729 * dirtrack.el (dirtrack): Support shell buffers with path
18730 prefixes, e.g. tramp-based remote shells. (Bug#9647)
18731
18732 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
18733
18734 * json.el: Bump version to 1.3 and note change in History.
18735 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
18736
18737 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
18738
18739 * comint.el (comint-insert-input, comint-send-input)
18740 (comint-get-old-input-default, comint-backward-matching-input)
18741 (comint-next-prompt): Use nil instead of `input' for field property of
18742 past user input (bug#114).
18743
18744 * minibuffer.el (completion--replace): Inherit surrounding properties
18745 (bug#114).
18746 (minibuffer-complete-and-exit): Use it.
18747
18748 * comint.el (comint--table-subvert): Quote the all-completions output
18749 (bug#9160).
18750
18751 2011-10-17 Martin Rudalics <rudalics@gmx.at>
18752
18753 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
18754
18755 * menu-bar.el (menu-bar-file-menu): Add entry for making new
18756 window on right of selected. (Bug#9350) Reword other window
18757 entries and separate them from frame entries.
18758
18759 2011-10-15 Glenn Morris <rgm@gnu.org>
18760
18761 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
18762 Doc fixes.
18763
18764 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
18765
18766 * net/network-stream.el (network-stream-open-starttls):
18767 Improve detection of failure due to lack of TLS support.
18768
18769 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
18770 putting the input text in front and in bold.
18771
18772 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
18773
18774 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
18775
18776 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
18777 empty buffer.
18778
18779 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
18780 unread-command-events rather than pushing yet-another event.
18781
18782 2011-10-14 Eli Zaretskii <eliz@gnu.org>
18783
18784 * mail/sendmail.el (sendmail-query-once): Improve the wording of
18785 the explanation of the possible choices. Make the options passed
18786 to completing-read shorter.
18787
18788 2011-10-13 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
18789
18790 * textmodes/flyspell.el (flyspell-large-region): Make sure
18791 extended character mode is used if defined (Bug#1339).
18792
18793 2011-10-13 Eli Zaretskii <eliz@gnu.org>
18794
18795 * simple.el (what-cursor-position): Fix the display of the
18796 character info for LRE, LRO, RLE, and RLO characters by appending
18797 an invisible PDF.
18798
18799 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
18800
18801 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
18802 even in case of error; add debug spec; simplify data flow.
18803 (with-timeout-handler): Remove.
18804
18805 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
18806
18807 Fix Bug#6019, Bug#9315.
18808
18809 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
18810 complete `buffer-file-name', the local file name part could look
18811 remotely (for example on VMS).
18812
18813 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
18814 `tramp-run-real-handler'.
18815 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
18816 already quoted by '"'.
18817
18818 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
18819 Let `file-name-handler-alist' be nil, the local file name part
18820 could look remotely (for example on VMS).
18821
18822 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
18823
18824 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
18825 from here...
18826 (flyspell-post-command-hook): ...to here.
18827
18828 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18829
18830 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
18831 if not needed.
18832 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
18833 using completion. Protect against "slow" callers.
18834 Remove the "message hack".
18835
18836 2011-10-11 Juri Linkov <juri@jurta.org>
18837
18838 * isearch.el (isearch-lazy-highlight-word): New variable.
18839 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
18840 Use it. (Bug#9727)
18841
18842 2011-10-11 Glenn Morris <rgm@gnu.org>
18843
18844 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
18845 like f90-previous-statement does.
18846
18847 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18848
18849 * eshell/eshell.el (eshell-command): History should be saved
18850 only in interactive use, to avoid error.
18851
18852 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
18853
18854 * minibuffer.el (completion-file-name-table): Fix last change,
18855 i.e. ignore normal errors but not the other ones.
18856
18857 2011-10-10 Martin Rudalics <rudalics@gmx.at>
18858
18859 * window.el (special-display-buffer-names)
18860 (special-display-regexps): Remove some remnants of earlier
18861 changes from doc-strings.
18862 (quit-windows-on): New function.
18863
18864 * vc/vc.el (vc-revert, vc-rollback):
18865 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
18866 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
18867 (Bug#6183) (Bug#7074) (Bug#7447)
18868
18869 2011-10-09 Martin Rudalics <rudalics@gmx.at>
18870
18871 * window.el (frame-auto-hide-function): Add version tag.
18872 (Bug#9699)
18873
18874 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
18875
18876 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
18877 condition.
18878
18879 2011-10-09 Leo Liu <sdl.web@gmail.com>
18880
18881 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
18882 (Bug#9701)
18883
18884 2011-10-08 Glenn Morris <rgm@gnu.org>
18885
18886 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
18887 before the first code statement zero indent. (Bug#9690)
18888
18889 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
18890
18891 * simple.el (count-words-region): Always count in the region.
18892 Report the number of lines and characters too.
18893 (count-words): New command, which counts in the buffer if the
18894 region is inactive, as count-words-region used to.
18895 (count-words--message): New function. Handle plurals.
18896 (count-lines-region): Make it an alias for count-words-region.
18897
18898 * bindings.el (esc-map): Replace count-lines-region with
18899 count-words-region.
18900
18901 2011-10-08 Martin Rudalics <rudalics@gmx.at>
18902
18903 * window.el (window--delete): Delete dedicated frame
18904 unconditionally when argument KILL is non-nil. (Bug#9699)
18905 (switch-to-buffer): Fix doc-string typo.
18906
18907 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18908
18909 * eshell/eshell.el (eshell-command): Avoid using hooks.
18910
18911 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
18912
18913 * bindings.el ([M-left],[M-right]): Bind to left-word and
18914 right-word respectively.
18915
18916 2011-10-07 Glenn Morris <rgm@gnu.org>
18917
18918 * cus-start.el (debug-on-quit): Fix custom type.
18919
18920 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18921
18922 * subr.el (define-key-after): Clarify that the function is not
18923 useful for non-menu keymaps.
18924
18925 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
18926
18927 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
18928
18929 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
18930 in current minibuffer (Fix bug with recursive minibuffers).
18931
18932 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
18933
18934 * progmodes/gdb-mi.el (gdb): Doc fix.
18935
18936 2011-10-05 Martin Rudalics <rudalics@gmx.at>
18937
18938 * window.el (frame-auto-hide-function): New option replacing
18939 frame-auto-delete. Suggested by Stefan Monnier.
18940 (window--delete): Call frame-auto-hide-function instead of
18941 investigating frame-auto-delete.
18942 (window-point-1, set-window-point-1): New functions.
18943 (window-in-direction, record-window-buffer, window-state-get-1)
18944 (display-buffer-record-window): Use window-point-1 instead of
18945 window-point.
18946 (set-window-buffer-start-and-point): Use set-window-point-1.
18947
18948 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18949
18950 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
18951
18952 2011-10-05 Glenn Morris <rgm@gnu.org>
18953
18954 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
18955 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
18956
18957 2011-10-05 Leo Liu <sdl.web@gmail.com>
18958
18959 * subr.el (read-char-choice): Fix argument to buffer-live-p which
18960 works with buffer object.
18961
18962 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18963
18964 * mpc.el (mpc-tool-bar-map): Add labels.
18965
18966 2011-10-04 Glenn Morris <rgm@gnu.org>
18967
18968 * calendar/holidays.el (calendar-check-holidays): Doc fix.
18969
18970 2011-10-04 Martin Rudalics <rudalics@gmx.at>
18971
18972 * window.el (window--delete): New function.
18973 (frame-auto-delete): Resuscitate option.
18974 (bury-buffer, replace-buffer-in-windows)
18975 (quit-window): Rewrite using window--delete.
18976 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18977 Pass display-buffer-mark-dedicated to window--display-buffer-2
18978 (Bug#9639).
18979
18980 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18983 returns a list (bug#9554). Add remote file name completion.
18984 * comint.el (comint--table-subvert): Curry and get quote&unquote
18985 functions as arguments.
18986 (comint--complete-file-name-data): Adjust call accordingly.
18987 * pcomplete.el (pcomplete--table-subvert): Remove.
18988 (pcomplete-completions-at-point): Use comint--table-subvert instead.
18989
18990 * minibuffer.el (completion-table-case-fold): Use currying.
18991 (completion--styles-type, completion--cycling-threshold-type):
18992 New constants.
18993 (completion-styles, completion-category-overrides)
18994 (completion-cycle-threshold): Use them.
18995 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18996 completion-table-case-fold.
18997
18998 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
18999
19000 * minibuffer.el (completion-category-overrides): Fix type of styles
19001 and add more user friendly tags (bug#9660).
19002
19003 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19004
19005 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
19006 (mule-input-method-string): New widget.
19007 (default-input-method, language-info-custom-alist): Use it.
19008
19009 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
19010
19011 * pcomplete.el: Require comint.
19012 (pcomplete--common-suffix): Remove.
19013 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
19014 (pcomplete--table-subvert): Sync with comint--table-subvert.
19015 (pcomplete--entries): Use comint-completion-file-name-table.
19016 * comint.el (comint-unquote-filename): Simplify.
19017 (comint-completion-file-name-table): New function (bug#9616).
19018 (comint--complete-file-name-data): Use it.
19019
19020 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
19021 (pcmpl-gnu-tar-buffer): Remove.
19022 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
19023 around. Make sure pcomplete-suffix-list is only changed temporarily.
19024 Don't look inside the tar's file if it's too large.
19025
19026 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
19027
19028 * cus-edit.el (custom-mode-map):
19029 * epa.el (epa-key-list-mode-map):
19030 * man.el (Man-mode-map):
19031 * startup.el (splash-screen-keymap):
19032 * simple.el (special-mode-map): Use scroll-up-command and
19033 scroll-down-command.
19034
19035 * progmodes/idlw-help.el (idlwave-help-mode-map):
19036 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
19037 * net/newst-plainview.el (newsticker-mode-map):
19038 * emulation/ws-mode.el (wordstar-mode-map):
19039 * emulation/vi.el (vi-com-map):
19040 * calc/calc-graph.el (calc-graph-show-dumb):
19041 * term/sun.el (terminal-init-sun):
19042 * term/ns-win.el (global-map):
19043 * progmodes/grep.el (grep-mode-map):
19044 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
19045 * mail/rmail.el (rmail-mode-map):
19046 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
19047
19048 * custom.el (custom-safe-themes, load-theme): Treat value of t for
19049 custom-safe-themes as special.
19050
19051 2011-10-01 Julien Danjou <julien@danjou.info>
19052
19053 * notifications.el (notifications-notify): Fix docstring.
19054
19055 2011-10-01 Per Starbäck <per@starback.se>
19056
19057 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
19058
19059 2011-09-30 Martin Rudalics <rudalics@gmx.at>
19060
19061 * startup.el (command-line-1): Fix last fix by inserting
19062 initial-scratch-message into *scratch* before displaying it.
19063 (Bug#9605) and (Bug#9636)
19064
19065 2011-09-29 Eli Zaretskii <eliz@gnu.org>
19066
19067 * simple.el (line-move): If auto-hscroll-mode is disabled and the
19068 window is hscrolled, move by logical lines. (Bug#9607)
19069 (line-move-visual): Update the doc string to the above effect.
19070
19071 2011-09-29 Martin Rudalics <rudalics@gmx.at>
19072
19073 * window.el (display-buffer-record-window): When WINDOW is the
19074 selected window use `point' instead of `window-point'. (Bug#9626)
19075
19076 * startup.el (command-line-1): Use insert-before-markers when
19077 inserting initial-scratch-message. (Bug#9605)
19078
19079 * help.el (help-window): Remove variable.
19080
19081 2011-09-29 Glenn Morris <rgm@gnu.org>
19082
19083 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
19084
19085 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
19086
19087 * descr-text.el (describe-char-categories): Accept category
19088 descriptions more than one line long.
19089
19090 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
19091
19092 * simple.el (delete-trailing-whitespace): Fix last change.
19093
19094 * progmodes/perl-mode.el (perl-syntax-propertize-function):
19095 Don't confuse "y => 3" as the beginning of a `y' operation.
19096
19097 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
19098 object has more than 4 slots (bug#9613).
19099
19100 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
19101
19102 * subr.el (with-output-to-temp-buffer):
19103 * net/quickurl.el (quickurl, quickurl-browse-url):
19104 Fix typos in docstrings.
19105
19106 2011-09-27 Eli Zaretskii <eliz@gnu.org>
19107
19108 * minibuffer.el (completion-styles)
19109 (completion-category-overrides): Cross reference each other in doc
19110 strings.
19111
19112 2011-09-27 Glenn Morris <rgm@gnu.org>
19113
19114 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
19115 to split-string. (Bug#9606)
19116
19117 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19118
19119 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
19120 (bug#9615).
19121
19122 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
19123
19124 * emacs-lisp/package.el (list-packages): Fix echo area message.
19125
19126 2011-09-27 Leo Liu <sdl.web@gmail.com>
19127
19128 * ido.el (ido-read-internal): Accept cons cell HIST arg.
19129
19130 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
19131
19132 * net/dbus.el (dbus-unregister-object): Don't release services for
19133 registered signals. (Bug#9581)
19134
19135 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
19136
19137 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
19138 function that picks between cfengine 2 and 3 support
19139 automatically. Update docs accordingly.
19140
19141 2011-09-22 Kenichi Handa <handa@m17n.org>
19142
19143 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
19144 ZERO.
19145 (indian-itrans-v5-table-for-tamil): New variable.
19146 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
19147
19148 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
19149
19150 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
19151 that's true if the current command involved collapsing of text.
19152 It's reset to false at the beginning of the next command.
19153 (allout-post-command-business): Move the cursor to the beginning
19154 of entry if the cursor is hidden and collapsing activity just
19155 happened.
19156
19157 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
19158
19159 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
19160 tracking (Bug#9541).
19161
19162 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
19163
19164 * net/newst-reader.el (newsticker-html-renderer)
19165 (newsticker-show-news): Automatically load html rendering package
19166 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
19167 because w3m-fill-column is let-bound" and the error "Symbol's value
19168 as variable is void: w3m-fill-column".
19169
19170 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
19171
19172 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
19173 Release services only if they are defined. (Bug#9581)
19174
19175 2011-09-23 Richard Stallman <rms@gnu.org>
19176
19177 * textmodes/paragraphs.el (forward-sentence): For backwards case,
19178 distinguish start of paragraph from start of its text.
19179
19180 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
19181
19182 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
19183 (rmail-generate-viewer-buffer): Put that hook on view buffer.
19184 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
19185
19186 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
19187
19188 * international/mule-diag.el (mule-diag): Insert a newline after
19189 each fontset description.
19190
19191 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19192
19193 * simple.el (delete-trailing-whitespace):
19194 Document last change; simplify.
19195
19196 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
19197
19198 * simple.el (delete-trailing-whitespace): Also delete
19199 extra newlines at the end of the buffer.
19200
19201 * textmodes/picture.el: Make motion commands obey shift-select-mode.
19202 (picture-newline): Use forward-line so as to ignore fields.
19203
19204 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19205
19206 * subr.el (with-wrapper-hook): Fix edebug spec.
19207
19208 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19209
19210 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
19211 (bug#4538).
19212
19213 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
19214
19215 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
19216 Fix nasty bug using wrong cached values.
19217
19218 2011-09-23 Alan Mackenzie <acm@muc.de>
19219
19220 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
19221
19222 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
19223
19224 * window.el (pop-to-buffer): Ensure right window is selected if we
19225 chose another frame.
19226
19227 2011-09-22 Eli Zaretskii <eliz@gnu.org>
19228
19229 * simple.el (what-cursor-position): Use get-char-property-change
19230 and next-single-char-property-change, to be able to show display
19231 properties that come from overlays as well as text properties.
19232
19233 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
19234
19235 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
19236
19237 * cmuscheme.el (run-scheme, switch-to-scheme):
19238 * cus-edit.el (customize-group, custom-buffer-create)
19239 (customize-browse):
19240 * info.el (info):
19241 * shell.el (shell):
19242 * mail/sendmail.el (mail):
19243 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
19244
19245 2011-09-22 Richard Stallman <rms@gnu.org>
19246
19247 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
19248 move back only to line beg, don't move back over blank lines.
19249
19250 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
19251
19252 * files.el (copy-directory): Set directory attributes only in case
19253 they could be retrieved from the source directory. (Bug#9565)
19254
19255 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
19256
19257 * progmodes/hideshow.el (hs-looking-at-block-start-p)
19258 (hs-find-block-beginning, hs-hide-level-recursive):
19259 Ignore strings as well as comments. (Bug#9502)
19260
19261 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
19262
19263 * progmodes/sql.el (sql-comint-postgres):
19264 Convert port number to a string. (Bug#9566)
19265
19266 2011-09-22 Martin Rudalics <rudalics@gmx.at>
19267
19268 * window.el (quit-window): Undedicate window when switching to
19269 previous buffer. Reported by Thierry Volpiatto
19270 <thierry.volpiatto@gmail.com>.
19271 (special-display-popup-frame): When popping up a new frame reset
19272 its previous buffers to nil. Simplify code.
19273
19274 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
19275
19276 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
19277 and process filter, as done also in `shell-command'.
19278
19279 2011-09-21 Martin Rudalics <rudalics@gmx.at>
19280
19281 * window.el (set-window-buffer-start-and-point):
19282 Call set-window-start with NOFORCE argument t.
19283 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19284 (quit-window): Reword doc-string. Handle new format of
19285 quit-restore parameter. Don't delete window if it has a
19286 previous buffer we can show instead of the present one.
19287 (display-buffer-record-window): Rewrite using a new format for
19288 the quit-restore window parameter
19289 (special-display-popup-frame, display-buffer-same-window)
19290 (display-buffer-reuse-window, display-buffer-pop-up-frame)
19291 (display-buffer-pop-up-window, display-buffer-use-some-window):
19292 Adapt symbol passed to display-buffer-record-window.
19293 * help.el (help-window-setup): Handle new format of quit-restore
19294 parameter.
19295
19296 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19297
19298 * faces.el (face-list): Fix docstring (bug#9564).
19299
19300 * window.el (display-buffer--action-function-custom-type):
19301 Don't include internal functions in the Custom interface.
19302
19303 2011-09-20 Juri Linkov <juri@jurta.org>
19304
19305 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
19306 (Info-forward-node, Info-backward-node, Info-next-preorder)
19307 (Info-last-preorder): Use it. (Bug#9528)
19308
19309 2011-09-20 Juri Linkov <juri@jurta.org>
19310
19311 * info.el (Info-last-preorder): Visit last menu item only when
19312 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
19313
19314 2011-09-20 Julien Danjou <julien@danjou.info>
19315
19316 * password-cache.el (password-cache-remove): Remove entries even if the
19317 value is nil, so that password with a nil value (negative caching) is
19318 possible to invalidate.
19319
19320 2011-09-20 Lawrence Mitchell <wence@gmx.li>
19321
19322 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
19323 all whitespace around breakpoint. (Bug#9553)
19324 (f90-find-breakpoint): Only break at whitespace inside a comment.
19325
19326 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
19327
19328 * minibuffer.el (completion-file-name-table): Keep track of errors.
19329 (completion-table-with-predicate): Handle the case where pred1 is nil.
19330 * pcomplete.el (pcomplete-completions-at-point): Simplify.
19331
19332 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19333
19334 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
19335 (debugger-return-value): Signal an error if the debugging context does
19336 not await any return value.
19337
19338 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
19339 * image-mode.el (image-toggle-display-text)
19340 (image-toggle-display-image): Stay away from evil `intangible'.
19341
19342 2011-09-19 Leo Liu <sdl.web@gmail.com>
19343
19344 * replace.el (occur-revert-arguments): Make it permanent-local.
19345 (occur-mode): Don't call font-lock-defontify.
19346
19347 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
19348
19349 * net/ldap.el (ldap-search-internal): Don't push empty search
19350 result (Bug#9508).
19351
19352 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
19353
19354 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
19355
19356 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
19357
19358 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
19359 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
19360
19361 2011-09-18 Juri Linkov <juri@jurta.org>
19362
19363 * buff-menu.el (Buffer-menu-mode-map):
19364 * dired.el (dired-mode-map):
19365 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
19366 (lisp-interaction-mode-map):
19367 * emacs-lisp/package.el (package-menu-mode-map):
19368 * epa.el (epa-key-list-mode-map):
19369 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
19370 (menu-bar-options-menu):
19371 * outline.el (outline-mode-menu-bar-map):
19372 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
19373 * vc/vc-dir.el (vc-dir-menu-map):
19374 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
19375 Capitalize non-function content words in menu item strings.
19376
19377 * dired.el (dired-mode-map): Add menu item for
19378 `image-dired-dired-toggle-marked-thumbs'.
19379
19380 2011-09-18 Juri Linkov <juri@jurta.org>
19381
19382 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
19383 to `isearch-case-fold-search' and restore its original value
19384 after the `isearch-mode' call.
19385
19386 2011-09-18 Juri Linkov <juri@jurta.org>
19387
19388 * progmodes/grep.el (grep-process-setup): Don't check code for 1
19389 because `zgrep' returns 1 for successful matches (bug#9226).
19390
19391 2011-09-18 Juri Linkov <juri@jurta.org>
19392
19393 * info.el (Info-extract-menu-node-name): Check the second match
19394 for empty string (second test-case of bug#9528).
19395 (Info-last-preorder): Let-bind `Info-history' to nil to not add
19396 intermediate nodes to the history (first test-case of bug#9528).
19397
19398 2011-09-18 Juri Linkov <juri@jurta.org>
19399
19400 * info.el (Info-mode-syntax-table): New variable.
19401 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
19402
19403 2011-09-18 Juri Linkov <juri@jurta.org>
19404
19405 * info.el (Info-file-supports-index-cookies):
19406 Increment line-beginning-position's arg from 3 to 4 because makeinfo
19407 outputs one more line for long file names (bug#4142).
19408
19409 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19410
19411 * newcomment.el (comment-normalize-vars): If prompting for
19412 comment-start, set comment-start-skip too (Bug#8424).
19413
19414 2011-09-18 Johan BockgĂ¥rd <bojohan@gnu.org>
19415
19416 * icomplete.el: Fix previous fix of Bug#5849.
19417 (icomplete-mode): Don't set completion-show-inline-help.
19418 (icomplete-minibuffer-setup): Set completion-show-inline-help
19419 locally during icompletion.
19420
19421 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
19422
19423 * woman.el (woman2-process-escapes): Don't delete unrecognized
19424 escapes (Bug#7843).
19425
19426 * files.el (inhibit-first-line-modes-regexps): Add image files.
19427 (hack-local-variables-prop-line): Return nil for malformed
19428 prop-lines (Bug#9044).
19429
19430 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
19431
19432 * net/tramp.el (top): Don't require 'shell.
19433 (tramp-methods): Fix docstring.
19434 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
19435 Return complete remote file name. Handle "smb" case.
19436 Use `tramp-tmpdir', if defined for the respective method.
19437 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
19438
19439 * net/tramp-compat.el (top): Require 'shell.
19440
19441 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19442 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
19443 `tramp-current-host'.
19444 (tramp-get-remote-tmpdir): Remove.
19445
19446 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
19447 `tramp-tmpdir' entries.
19448 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
19449 (tramp-smb-handle-file-attributes): Ignore errors.
19450 (tramp-smb-wait-for-output): Check also for process end.
19451
19452 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19453
19454 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
19455 when sending QUIT (bug#9312).
19456
19457 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
19458
19459 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
19460 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
19461 occur-mode-display-occurrence.
19462 (occur-edit-mode): Add usage message.
19463 (occur-cease-edit): New command.
19464 (occur-after-change-function): Use text properties to find the
19465 position of the prefix text.
19466 (occur-engine): Set stickiness of prefix text properties.
19467
19468 2011-09-17 Glenn Morris <rgm@gnu.org>
19469
19470 * progmodes/etags.el (complete-tag):
19471 Fix call to completion-in-region. (Bug#9526)
19472
19473 2011-09-17 Juri Linkov <juri@jurta.org>
19474
19475 * textmodes/ispell.el (ispell-word): Add to the error message
19476 the word, ispell program name and current dictionary (bug#9121).
19477 (ispell-tex-arg-end): Capitalize "error" in the error message.
19478
19479 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
19480
19481 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
19482 check. (Bug#4251)
19483
19484 2011-09-17 Juri Linkov <juri@jurta.org>
19485
19486 * window.el (window-safe-min-height, window-safe-min-width):
19487 Fix typos (followup to bug#9522).
19488
19489 2011-09-17 Sven Joachim <svenjoac@gmx.de>
19490
19491 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
19492
19493 2011-09-16 Eli Zaretskii <eliz@gnu.org>
19494
19495 * simple.el (line-move): If goal-column is set, move by logical
19496 lines, not by display lines. (Bug#971)
19497 (next-line, previous-line, goal-column, line-move-visual): Doc fix
19498 to reflect the above change.
19499
19500 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19501
19502 * image.el (imagemagick-register-types): Use regexp-opt.
19503
19504 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19505
19506 * window.el (display-buffer-base-action): Rename from
19507 display-buffer-default-action. Make default value empty.
19508 (display-buffer-overriding-action): Convert to defvar.
19509 (display-buffer-fallback-action): New var.
19510
19511 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
19512
19513 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
19514 declaration.
19515 (package--add-to-archive-contents): If there is a duplicate entry
19516 with an older version, remove it.
19517 (package-menu-mark-delete, package-menu-mark-install)
19518 (package-menu-mark-unmark): Make unused args optional.
19519 (package-menu-mark-obsolete-for-deletion):
19520 Use package-menu-get-status instead of a regexp search.
19521 (package-menu-get-status): Use tabulated-list-entry.
19522 (package-menu-mark-upgrades): New command.
19523 (package-menu-mode-map): Bind it to U. Add it to menu bar.
19524 (package-menu-execute): Do installation before deletion.
19525 (package-menu-refresh, package-menu-execute): Use derived-mode-p
19526 instead of checking major-mode.
19527 (package-menu--find-upgrades): New function.
19528
19529 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19530
19531 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
19532 passwords in the log buffer.
19533 (smtpmail-process-filter): Update the process marker so that the
19534 "broken by peer" status message is inserted in the right place.
19535
19536 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19537
19538 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
19539 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
19540 bibtex-completion-at-point-function.
19541 (bibtex-completion-at-point-function): Use them.
19542
19543 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
19544
19545 * mpc.el (mpc-constraints-tag-lookup): New function.
19546 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
19547 also to browser "album|playlist".
19548
19549 2011-09-14 Juri Linkov <juri@jurta.org>
19550
19551 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
19552 (isearch-edit-string): Use length of `isearch-string' when
19553 `isearch-fail-pos' returns nil.
19554 (isearch-message): Remove duplicate code and call
19555 `isearch-fail-pos' with arg `t'.
19556
19557 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
19558
19559 * replace.el (occur-mode-goto-occurrence): Don't force using other
19560 window (Bug#9499).
19561
19562 * dired-aux.el (dired-do-chmod): Don't provide initial input.
19563
19564 2011-09-14 Martin Rudalics <rudalics@gmx.at>
19565
19566 * window.el (display-buffer-window): Remove.
19567 (display-buffer-record-window): Use help-setup window parameter
19568 instead of variable display-buffer-window.
19569 (display-buffer-function, special-display-buffer-names)
19570 (special-display-function): Mention help-setup parameter instead
19571 of display-buffer-window in doc-string.
19572 * help.el (help-window-setup): New argument help-window.
19573 Use help-window-setup parameter instead of display-buffer-window.
19574 Reword some messages.
19575 (with-help-window): Pass window used for displaying the buffer
19576 to help-window-setup. Don't set display-buffer-window.
19577
19578 2011-09-13 Glenn Morris <rgm@gnu.org>
19579
19580 * emacs-lisp/debug.el (debugger-make-xrefs):
19581 Preserve point. (Bug#9462)
19582
19583 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19584
19585 * window.el (window-deletable-p): Use next-frame.
19586
19587 2011-09-13 Martin Rudalics <rudalics@gmx.at>
19588
19589 * window.el (window-auto-delete): Remove.
19590 (window-deletable-p): Remove argument FORCE. Don't deal with
19591 dedication and previous buffers.
19592 (switch-to-prev-buffer): Don't delete window.
19593 (delete-windows-on): Delete a window's frame if and only if the
19594 window is dedicated.
19595 (replace-buffer-in-windows): Delete buffer's window or frame if
19596 and only if window is dedicated.
19597 (quit-window): Handle quit-restore as before last change.
19598 (bury-buffer): Delete window only if window-deletable-p returns t.
19599
19600 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
19601
19602 * window.el (window-deletable-p): Never delete the last frame on a
19603 given terminal.
19604
19605 2011-09-13 Glenn Morris <rgm@gnu.org>
19606
19607 * help.el (describe-key-briefly): Copy previous standard-output change.
19608
19609 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
19610
19611 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
19612
19613 2011-09-13 Glenn Morris <rgm@gnu.org>
19614
19615 * emacs-lisp/lisp-mode.el (lisp-indent-function):
19616 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
19617
19618 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
19619
19620 * dired-aux.el (dired-mark-read-string): Don't return default
19621 value on empty input (Bug#9361).
19622 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
19623 Omit initial minibuffer contents.
19624 (dired-do-chmod): Signal an error on empty input.
19625 (dired-mark-read-string): Don't return default on empty input.
19626
19627 * files.el (file-modes-symbolic-to-number): Doc fix.
19628
19629 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19630
19631 * international/mule-cmds.el (ucs-completions): Remove.
19632 (read-char-by-name): Use complete-with-action instead; add metadata.
19633
19634 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19635
19636 * window.el (display-buffer--action-function-custom-type)
19637 (display-buffer--action-custom-type): New vars.
19638 (display-buffer-alist, display-buffer-default-action)
19639 (display-buffer-overriding-action): Add defcustom types.
19640
19641 * frame.el (delete-other-frames): Doc fix (Bug#276).
19642
19643 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19644
19645 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
19646
19647 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
19648
19649 Change modes that used same-window-* vars to use switch-to-buffer.
19650
19651 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
19652 Use switch-to-buffer.
19653
19654 * cus-edit.el (customize-group, custom-buffer-create)
19655 (customize-browse, custom-buffer-create-other-window):
19656 Use switch-to-buffer or switch-to-buffer-other-window.
19657
19658 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
19659 (Info-prev, Info-up, Info-speedbar-goto-node)
19660 (info-display-manual): Use switch-to-buffer.
19661 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
19662
19663 * mail/sendmail.el (mail): Use switch-to-buffer.
19664 (mail-recover): Use switch-to-buffer-other-window.
19665
19666 * cmuscheme.el (run-scheme, switch-to-scheme):
19667 * ielm.el (ielm):
19668 * shell.el (shell):
19669 * net/rlogin.el (rlogin):
19670 * net/telnet.el (telnet, rsh):
19671 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
19672
19673 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
19674
19675 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
19676
19677 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19678
19679 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
19680 so don't mention it (bug#9301).
19681 (dired-sort-toggle-or-edit): Clarify string further.
19682
19683 * faces.el (face-spec-set-match-display): Make `(type graphic)'
19684 match `x', `w32' and `ns', like the manual says (bug#9029).
19685
19686 * subr.el (eval-after-load): Doc string clarification (bug#9125).
19687 (process-kill-buffer-query-function): Mention the buffer name in
19688 the query.
19689
19690 * image-mode.el (image-next-line): The line parameter is mandatory
19691 (bug#9258).
19692
19693 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
19694 which can be useful (bug#9301).
19695
19696 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
19697
19698 * subr.el (match-string): Mention that the current buffer should
19699 be the same as the search was done in (bug#9282).
19700
19701 * facemenu.el: Disable the remove-* commands if the mark isn't
19702 active (bug#9162).
19703
19704 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19705
19706 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
19707 of display-buffer.
19708 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
19709
19710 * replace.el (occur-mode-goto-occurrence)
19711 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
19712 and display-buffer.
19713
19714 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
19715 display-buffer.
19716
19717 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
19718 special-display and same-window variables.
19719 (mail-other-window): Use switch-to-buffer-other-window.
19720 (mail-other-frame): USe switch-to-buffer-other-frame.
19721
19722 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
19723 Use display-buffer-other-frame.
19724 (gdb-display-gdb-buffer): Use pop-to-buffer.
19725
19726 * progmodes/gud.el (gud-goto-info): Use info-other-window.
19727
19728 * progmodes/python.el: Don't set same-window-buffer-names.
19729
19730 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
19731
19732 * window.el (display-buffer-alist): Add *Python*.
19733
19734 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
19735
19736 * window.el (display-buffer-alist): Add entry for buffers
19737 previously handled same-window-*.
19738 (display-buffer-alist, display-buffer-default-action)
19739 (display-buffer-overriding-action): Mark as risky.
19740 (display-buffer-alist): Document action function changes.
19741 (display-buffer--same-window-action)
19742 (display-buffer--other-frame-action): New variables.
19743 (switch-to-buffer, display-buffer-other-frame): Use them.
19744 (display-buffer): Rename reuse-frame entry to reusable-frames.
19745 (display-buffer-reuse-selected-window): Function deleted.
19746 (display-buffer-reuse-window): Handle reusable-frames alist entry.
19747 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
19748 (display-buffer-special): New function.
19749 (display-buffer--maybe-pop-up-frame-or-window): Rename from
19750 display-buffer-reuse-or-pop-window. Split off special-display
19751 part into display-buffer-special.
19752 (display-buffer-use-some-window): Don't perform any special
19753 pop-up-frames handling.
19754 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
19755 (display-buffer--maybe-same-window): Rename from
19756 display-buffer-maybe-same-window.
19757
19758 * info.el: Don't set same-window-regexps.
19759 (info-setup): New function.
19760 (info-other-window, info): Call it.
19761
19762 * cus-edit.el: Don't set same-window-regexps.
19763 (customize-group): New argument.
19764 (customize-group-other-window): Use it.
19765 (customize-face, customize-face-other-window): Likewise.
19766 (custom-buffer-create-other-window): Use pop-to-buffer directly.
19767
19768 * net/rlogin.el:
19769 * net/telnet.el:
19770 * progmodes/gud.el: Don't set same-window-regexps.
19771
19772 * cmuscheme.el:
19773 * ielm.el:
19774 * shell.el:
19775 * mail/sendmail.el:
19776 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
19777
19778 2011-09-10 Juri Linkov <juri@jurta.org>
19779
19780 * isearch.el (isearch-edit-string): Remove obsolete mention of
19781 `C-w' (`isearch-yank-word-or-char') from docstring.
19782 (isearch-query-replace): Fix typo in docstring (bug#9466).
19783
19784 2011-09-10 Juri Linkov <juri@jurta.org>
19785
19786 * paren.el (show-paren-function): Don't show escaped parens.
19787 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
19788
19789 2011-09-10 Eli Zaretskii <eliz@gnu.org>
19790
19791 * mail/sendmail.el (mml-to-mime, mml-attach-file)
19792 (mm-default-file-encoding): Remove autoload forms, they are
19793 replaced with autoload cookies in mml.el and mm-encode.el.
19794 (mail-add-attachment): New command.
19795 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
19796 (mail-mode): Mention mail-insert-file and mail-add-attachment in
19797 the doc string.
19798 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
19799
19800 2011-09-10 Reuben Thomas <rrt@sc3d.org>
19801
19802 * simple.el (count-words-region): Use buffer if there's no region
19803 (bug#9429).
19804
19805 2011-09-09 Juri Linkov <juri@jurta.org>
19806
19807 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
19808 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
19809 (wdired-isearch-filter-read-only): New function. (Bug#6362)
19810
19811 2011-09-09 Alan Mackenzie <acm@muc.de>
19812
19813 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
19814 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
19815
19816 2011-09-09 Eli Zaretskii <eliz@gnu.org>
19817
19818 Fix for Savannah bug#9392.
19819 * simple.el (mail-encode-mml): New defvar.
19820
19821 * mail/rmail.el (mail-encode-mml): Add a defvar.
19822 (rmail-enable-mime-composing): Default to t.
19823 (rmail-forward): Use MIME method of forwarding only if both
19824 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
19825 Set mail-encode-mml non-nil if the MIME method was used.
19826
19827 * mail/sendmail.el (mml-to-mime): Add autoload form.
19828 (mail-encode-mml): Add a defvar.
19829 (mail-mode): Make mail-encode-mml buffer-local and initialize it
19830 to nil.
19831 (mail-send): If mail-encode-mml is non-nil, run the outgoing
19832 message through mml-to-mime, and reset mail-encode-mml to nil.
19833
19834 2011-09-09 Glenn Morris <rgm@gnu.org>
19835
19836 * woman.el (woman-if-body): When processing an .el block,
19837 do not delete the next .el block as well. (Bug#9447)
19838 (woman-special-characters): Add oq, cq, and hy characters.
19839
19840 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19841
19842 * window.el (window-deletable-p): Make sure window is live before
19843 invoking window-prev-buffers.
19844
19845 2011-09-08 Leo Liu <sdl.web@gmail.com>
19846
19847 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
19848
19849 2011-09-08 Juri Linkov <juri@jurta.org>
19850
19851 * progmodes/compile.el (compilation-environment): Make it
19852 a defcustom (bug#8340).
19853
19854 2011-09-08 Martin Rudalics <rudalics@gmx.at>
19855
19856 * window.el (frame-auto-delete): Rename to window-auto-delete.
19857 Make it control auto-deletion of windows and/or frames.
19858 (window-deletable-p): New argument FORCE. Rewrite conditions
19859 for deleting window/frame. (Bug#9419)
19860 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
19861 Rewrite handling of case when window/frame can be deleted.
19862 (delete-windows-on): Call window-deletable-p with new FORCE
19863 argument t. (Bug#9456)
19864
19865 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
19866
19867 * help-mode.el (help-mode): Restore autoload.
19868
19869 2011-09-07 Juri Linkov <juri@jurta.org>
19870
19871 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
19872 `compilation-environment'. Set buffer-local
19873 `compilation-environment' to `thisenv' later after (funcall mode).
19874 (Bug#8340)
19875
19876 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
19877 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
19878 instead of replacing its value. (Bug#8340)
19879
19880 2011-09-07 Juri Linkov <juri@jurta.org>
19881
19882 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19883 based on text properties put by `grep-filter' instead of matching
19884 escape sequences.
19885 (grep-mode): Set buffer-local `compilation-error-screen-columns'
19886 to the value of `grep-error-screen-columns' (bug#9438).
19887
19888 2011-09-07 Juri Linkov <juri@jurta.org>
19889
19890 * simple.el (next-error-highlight, next-error-highlight-no-select):
19891 Doc fix (bug#9432).
19892
19893 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
19894
19895 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19896 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
19897
19898 2011-09-07 Leo Liu <sdl.web@gmail.com>
19899
19900 * net/rcirc.el (rcirc-mode): Conditionally initialize
19901 rcirc-input-ring.
19902
19903 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
19904
19905 * emacs-lisp/find-func.el (find-function-C-source): Only set
19906 find-function-C-source-directory after checking that we found a source
19907 file there (bug#9440).
19908
19909 2011-09-06 Alan Mackenzie <acm@muc.de>
19910
19911 * isearch.el (isearch-other-meta-char): Wherever a key list is
19912 unread, "unread" the prefix arg, too. This fixes bug #8901.
19913
19914 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
19915
19916 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
19917
19918 2011-09-05 Juri Linkov <juri@jurta.org>
19919
19920 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
19921
19922 2011-09-05 Juri Linkov <juri@jurta.org>
19923
19924 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
19925 keeping point where processing of grep matches begins, and
19926 continue to delete remaining escape sequences from the same point.
19927 (grep-filter): Make leading zero optional in "0?1;31m" because
19928 git-grep emits "\033[1;31m" escape sequences unlike expected
19929 "\033[01;31m" as GNU Grep does (bug#9408).
19930 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
19931
19932 2011-09-05 Juri Linkov <juri@jurta.org>
19933
19934 * subr.el (y-or-n-p): Capitalize "yes".
19935
19936 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
19937
19938 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
19939 `tramp-cache-unload-hook' where appropriate.
19940 (tramp-methods): Rename `tramp-remote-sh' to
19941 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
19942 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
19943
19944 * net/tramp-sh.el (top): Don't require 'shell.
19945 (tramp-methods): Add `tramp-remote-shell' and
19946 `tramp-remote-shell-args' entries.
19947 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
19948 (tramp-sh-handle-shell-command): Remove.
19949 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
19950 Use `tramp-remote-shell'.
19951
19952 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
19953
19954 * mail/sendmail.el (sendmail-query-once-function): Delete.
19955 (sendmail-query-once): Save directly to send-mail-function.
19956 Update message-send-mail-function too.
19957
19958 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
19959
19960 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19961
19962 * progmodes/python.el (python-mode-map): Use correct function to
19963 start python interpreter from menu-bar (as reported by Geert
19964 Kloosterman).
19965 (inferior-python-mode-map): Fix typo.
19966 (python-shell-map): Remove.
19967
19968 2011-09-03 Deniz Dogan <deniz@dogan.se>
19969
19970 * net/rcirc.el (rcirc-print): Simplify code for
19971 rcirc-scroll-show-maximum-output. There is no need to walk
19972 through all windows to find the right one.
19973
19974 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
19975
19976 * help.el (help-return-method): Doc fix.
19977
19978 2011-09-03 Martin Rudalics <rudalics@gmx.at>
19979
19980 * window.el (window-deletable-p): Don't return a non-nil value
19981 when there's a buffer that was shown in the window before.
19982 (Bug#9419)
19983 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19984 Set window's previous buffers to nil.
19985
19986 2011-09-03 Eli Zaretskii <eliz@gnu.org>
19987
19988 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19989 newline before and after the tag line, so it doesn't interfere
19990 with determining the paragraph direction of bidirectional text.
19991
19992 2011-09-03 Leo Liu <sdl.web@gmail.com>
19993
19994 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
19995
19996 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
19997
19998 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19999 (pop-to-buffer): Change interactive spec. Pass second argument
20000 directly to display-buffer.
20001 (display-buffer): Fix interactive spec. Use functionp to
20002 distinguish between a function and a list of functions.
20003
20004 * abbrev.el (edit-abbrevs):
20005 * arc-mode.el (archive-extract):
20006 * autoinsert.el (auto-insert):
20007 * bookmark.el (bookmark-bmenu-list):
20008 * files.el (find-file):
20009 * view.el (view-buffer):
20010 * progmodes/compile.el (compilation-goto-locus):
20011 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
20012
20013 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
20014
20015 * window.el (display-buffer-alist): Doc fix.
20016 (display-buffer): Add docstring. Don't treat
20017 display-buffer-default specially.
20018 (display-buffer-reuse-selected-window)
20019 (display-buffer-same-window, display-buffer-maybe-same-window)
20020 (display-buffer-reuse-window, display-buffer-pop-up-frame)
20021 (display-buffer-pop-up-window)
20022 (display-buffer-reuse-or-pop-window)
20023 (display-buffer-use-some-window): New functions.
20024 (display-buffer-default-action): Use them.
20025 (display-buffer-default): Delete.
20026 (pop-to-buffer-1): Fix choice of actions.
20027
20028 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
20029
20030 * minibuffer.el (completion--insert-strings): Don't get confused by
20031 completion entries that end with an LF char.
20032
20033 2011-09-01 Eli Zaretskii <eliz@gnu.org>
20034
20035 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
20036
20037 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
20038
20039 * window.el (display-buffer): Restore interactive spec.
20040 (display-buffer-same-window, display-buffer-other-window):
20041 New functions.
20042 (pop-to-buffer-1): New function. Use the above.
20043 (pop-to-buffer, pop-to-buffer-same-window): Use it.
20044 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
20045
20046 * view.el (view-buffer-other-window, view-buffer-other-frame):
20047 Just use pop-to-buffer.
20048
20049 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20050
20051 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
20052
20053 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
20054
20055 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
20056
20057 2011-08-31 Richard Stallman <rms@gnu.org>
20058
20059 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
20060 of the separation of rmail-view-buffer from rmail-buffer.
20061 If you say no to "replace original", the decrypt is in the
20062 view buffer. If you say yes, the decrypt goes into the
20063 rmail buffer also.
20064
20065 2011-08-31 Martin Rudalics <rudalics@gmx.at>
20066
20067 * window.el (display-buffer-window): Rewrite doc-string.
20068 (display-buffer-record-window): New function.
20069 (display-buffer-macro-specifiers)
20070 (display-buffer-even-window-sizes, display-buffer-set-height)
20071 (display-buffer-set-width, display-buffer-in-window)
20072 (display-buffer-reuse-window, display-buffer-split-specifiers)
20073 (display-buffer-side-specifiers, display-buffer-split-window-1)
20074 (display-buffer-split-window, display-buffer-split-atom-window)
20075 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20076 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
20077 (display-buffer-other-window-means-other-frame)
20078 (display-buffer-normalize-special)
20079 (display-buffer-normalize-default)
20080 (display-buffer-normalize-argument)
20081 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
20082 (display-buffer-normalize-specifiers, display-buffer-frame)
20083 (display-buffer-same-window, display-buffer-same-frame)
20084 (display-buffer-other-window)
20085 (display-buffer-same-frame-other-window)
20086 (display-buffer-other-frame, pop-to-buffer-same-window)
20087 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
20088 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
20089 (switch-to-buffer-same-frame)
20090 (switch-to-buffer-other-window-same-frame)
20091 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
20092 (display-buffer-alist-set-1, display-buffer-alist-set-2)
20093 (display-buffer-alist-set): Remove.
20094 (display-buffer-function, special-display-buffer-names)
20095 (special-display-regexps, special-display-function):
20096 In doc-string refer to display-buffer-window and quit-restore
20097 parameter.
20098 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
20099 (special-display-frame-alist, special-display-popup-frame)
20100 (same-window-buffer-names, same-window-regexps, same-window-p)
20101 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20102 (split-window-preferred-function, split-height-threshold)
20103 (split-width-threshold, window-splittable-p)
20104 (split-window-sensibly, window--try-to-split-window)
20105 (window--frame-usable-p, even-window-heights)
20106 (window--even-window-heights, window--display-buffer-1)
20107 (window--display-buffer-2, display-buffer-other-frame):
20108 Restore old Emacs 23 code, order and doc-strings where applicable.
20109 (display-buffer-default, display-buffer-assq-regexp): New functions.
20110 (display-buffer-alist): Rewrite doc-string.
20111 (display-buffer-default-action)
20112 (display-buffer-overriding-action): New variables.
20113 (display-buffer, switch-to-buffer): Rewrite.
20114 (pop-to-buffer): Restore Emacs 23 behavior but use
20115 window-normalize-buffer-to-display.
20116 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
20117 Restore Emacs 23 behavior but use
20118 window-normalize-buffer-to-switch-to.
20119 (pop-to-buffer-same-window): Rewrite.
20120 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
20121 Rewrite using Emacs 23 options.
20122
20123 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
20124
20125 * net/tramp.el (tramp-root-regexp): Remove.
20126 (tramp-completion-file-name-regexp-unified)
20127 (tramp-completion-file-name-regexp-separate)
20128 (tramp-completion-file-name-regexp-url): Don't use leading volume
20129 letter on w32 systems. (Bug#5303, Bug#9311)
20130 (tramp-drop-volume-letter): Simplify definition.
20131 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
20132
20133 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20134
20135 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
20136 (bug#9356).
20137
20138 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
20139
20140 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
20141
20142 2011-08-29 Juri Linkov <juri@jurta.org>
20143
20144 * isearch.el (isearch-done): Don't display message "Mark saved"
20145 when arg `edit' is non-nil to prevent its flicker in the echo area.
20146
20147 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20148
20149 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
20150 obsolete packages for deletion.
20151
20152 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
20153
20154 * help-mode.el (help-mode-map): Add special-mode-map to parent.
20155 (help-mode): Derive help-mode from special-mode. Don't invoke
20156 view-mode from help-mode.
20157 (help-xref-override-view-map): Remove.
20158 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
20159 view-mode is not used anymore.
20160
20161 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
20162
20163 * server.el (server-port): Doc fix.
20164
20165 * cus-theme.el (custom-theme-choose-mode): Inherit from
20166 special-mode (Bug#9124).
20167 (custom-theme-choose-mode-map): Add special-mode to parent.
20168
20169 2011-08-28 Alan Mackenzie <acm@muc.de>
20170
20171 * progmodes/cc-fonts.el
20172 (c-make-font-lock-BO-decl-search-function): New function.
20173 (c-basic-matchers-after - "Fontify the clauses after various
20174 keywords"): Extract the three keyword lists for the 3 erroneous
20175 constructs from the list of four, and use the new function above
20176 in place of an old one.
20177
20178 2011-08-28 Deniz Dogan <deniz@dogan.se>
20179
20180 * net/rcirc.el (rcirc-insert-prev-input)
20181 (rcirc-insert-next-input): Remove unused argument.
20182
20183 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20184
20185 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
20186
20187 2011-08-27 Alan Mackenzie <acm@muc.de>
20188
20189 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
20190 handle function pointer parameters properly.
20191
20192 2011-08-27 Martin Rudalics <rudalics@gmx.at>
20193
20194 * window.el (display-buffer-reuse-window): Fix case where
20195 selected window was reused with non-nil OTHER-WINDOW argument.
20196 (Bug#9381)
20197
20198 2011-08-27 Deniz Dogan <deniz@dogan.se>
20199
20200 * net/rcirc.el (rcirc-check-auth-status): Adding support for
20201 oftc's NickServ messages.
20202
20203 2011-08-27 Glenn Morris <rgm@gnu.org>
20204
20205 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
20206
20207 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
20208
20209 * emacs-lisp/package.el (package-install): Call package-initialize
20210 if called interactively.
20211
20212 2011-08-26 Leo Liu <sdl.web@gmail.com>
20213
20214 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
20215
20216 2011-08-25 Juri Linkov <juri@jurta.org>
20217
20218 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20219 `search-whitespace-regexp' (bug#9364).
20220
20221 2011-08-25 Juri Linkov <juri@jurta.org>
20222
20223 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
20224 `regexp-search-ring' to their global values to protect from
20225 updating by `read-from-minibuffer' (bug#9185).
20226
20227 2011-08-25 Juri Linkov <juri@jurta.org>
20228
20229 * textmodes/ispell.el (ispell-command-loop): Add newline
20230 at the end of the "Use option `i'..." line.
20231
20232 2011-08-25 Juri Linkov <juri@jurta.org>
20233
20234 * battery.el (display-battery-mode): If `battery-status-function'
20235 or `battery-mode-line-format' is nil, display the message and set
20236 `display-battery-mode' to nil (bug#9363).
20237
20238 2011-08-25 Eli Zaretskii <eliz@gnu.org>
20239
20240 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
20241 bidi-string-mark-left-to-right; they are unnecessary now.
20242
20243 2011-08-25 Deniz Dogan <deniz@dogan.se>
20244
20245 * net/quickurl.el: Documentation typo fixes.
20246
20247 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
20248
20249 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
20250
20251 2011-08-25 Glenn Morris <rgm@gnu.org>
20252
20253 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20254
20255 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
20256 (smtpmail-via-smtp): Handle nil response from smtp.
20257
20258 2011-08-24 Juri Linkov <juri@jurta.org>
20259
20260 * proced.el (proced-marked): Inherit from `error' instead of
20261 `font-lock-warning-face'.
20262
20263 * ibuffer.el (ibuffer-marked-face): Change default face from
20264 `font-lock-warning-face' to `warning'.
20265 (ibuffer-deletion-face): Change default face from
20266 `font-lock-type-face' to `error'.
20267
20268 * battery.el (battery-update): Use the face `error' instead of
20269 `font-lock-warning-face' (bug#6117).
20270
20271 2011-08-24 Juri Linkov <juri@jurta.org>
20272
20273 * faces.el (success): Change face color from "Green3" to
20274 "ForestGreen" on light background (bug#9353).
20275
20276 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
20277
20278 * window.el (quit-window): Rename from quit-restore-window.
20279 Use same arglist as old quit-window.
20280 (frame-auto-delete): Doc fix.
20281
20282 * view.el (view-mode-exit): Use quit-window.
20283
20284 2011-08-24 Juri Linkov <juri@jurta.org>
20285
20286 * isearch.el (isearch-ring-adjust1): Start visiting previous
20287 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
20288 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
20289 for empty search string (when the last search string is reused
20290 automatically) to adjust the isearch ring to the last element and
20291 prepare the correct index for further M-p commands (bug#9185).
20292
20293 2011-08-24 Kenichi Handa <handa@m17n.org>
20294
20295 * international/ucs-normalize.el: If decomposition property of
20296 CHAR is the default one (i.e. a list of CHAR itself), treat it as
20297 nil.
20298 (nfd, nfkd): Likewise.
20299
20300 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20301
20302 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
20303 from process filters aren't reliably transmitted to the surrounding
20304 accept-process-output.
20305 (mpc-proc-check): New function.
20306 (mpc-proc-sync): Use it (bug#8293)
20307
20308 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20309
20310 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
20311 Add compatibility functions (bug#9313).
20312
20313 2011-08-23 Eli Zaretskii <eliz@gnu.org>
20314
20315 * cus-start.el (all): Add entry for bidi-paragraph-direction.
20316
20317 * international/uni-bidi.el: Regenerate.
20318
20319 2011-08-23 Kenichi Handa <handa@m17n.org>
20320
20321 * international/charprop.el:
20322 * international/uni-bidi.el:
20323 * international/uni-category.el:
20324 * international/uni-combining.el:
20325 * international/uni-comment.el:
20326 * international/uni-decimal.el:
20327 * international/uni-decomposition.el:
20328 * international/uni-digit.el:
20329 * international/uni-lowercase.el:
20330 * international/uni-mirrored.el:
20331 * international/uni-name.el:
20332 * international/uni-numeric.el:
20333 * international/uni-old-name.el:
20334 * international/uni-titlecase.el:
20335 * international/uni-uppercase.el: Regenerate.
20336
20337 2011-08-23 Martin Rudalics <rudalics@gmx.at>
20338
20339 * help.el (help-window-setup): Fix message displayed when other
20340 window is reused. (Bug#9341)
20341
20342 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
20343
20344 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
20345 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
20346
20347 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
20348 Mark obsolete.
20349 * shell.el (shell-parse-pcomplete-arguments): New function.
20350 (shell-completion-vars): Use it instead (bug#9160).
20351
20352 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20353
20354 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
20355 strings and comments (bug#9333).
20356
20357 * emacs-lisp/debug.el (debug-arglist): New function.
20358 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
20359 (debug-on-entry-1): Handle interpreted closures (bug#9120).
20360
20361 2011-08-22 Juri Linkov <juri@jurta.org>
20362
20363 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20364 Revert regexp that highlights output switches to its old
20365 pre-2010-10-28 value and remove one `?' from it (bug#9319).
20366
20367 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
20368 to check for empty output (bug#9226).
20369
20370 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
20371
20372 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
20373 symbol-constituent as the default, as that stops font-lock from
20374 working properly (Bug#8843).
20375
20376 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20377
20378 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
20379 `coding-system-for-*' around the process open call to avoid
20380 auth-source side effects.
20381 (smtpmail-try-auth-methods): Expand the secret password.
20382 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
20383 probe hangs.
20384
20385 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20386
20387 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
20388
20389 * emacs-lisp/find-func.el (find-function-noselect): New arg
20390 lisp-only.
20391
20392 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
20393 signal an error for built-in functions (Bug#6664).
20394
20395 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20396
20397 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
20398 (smtpmail-try-auth-methods): Use it.
20399
20400 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
20401
20402 * font-lock.el (font-lock-fontify-region)
20403 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
20404 (font-lock-default-unfontify-buffer)
20405 (font-lock-default-fontify-region)
20406 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
20407
20408 * progmodes/compile.el (compilation-error-properties):
20409 Fix confusion between file struct and message struct (Bug#9319).
20410 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
20411 `ant' regexp.
20412
20413 * net/browse-url.el (browse-url-firefox): Don't call
20414 browse-url-firefox-sentinel unless using -remote (Bug#9328).
20415
20416 2011-08-20 Glenn Morris <rgm@gnu.org>
20417
20418 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
20419
20420 * tutorial.el (tutorial--default-keys): Update some default bindings.
20421
20422 * files.el (hack-local-variables): Fully ignore case for "mode:".
20423
20424 2011-08-20 Alan Mackenzie <acm@muc.de>
20425
20426 Resolve invalid use of a regexp in regexp-opt.
20427
20428 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
20429 detection for a java annotation.
20430
20431 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
20432 detection for a java annotation.
20433
20434 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
20435 handling for java.
20436 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
20437
20438 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
20439
20440 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
20441 (Bug#9274).
20442
20443 2011-08-20 Alan Mackenzie <acm@muc.de>
20444
20445 Fontify CPP expressions correctly when starting in the middle of
20446 such a construct. Mainly for when jit-lock etc. starts a chunk
20447 here.
20448
20449 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
20450 variable.
20451 (c-make-font-lock-search-form): New function, extracted from
20452 c-make-font-lock-search-function.
20453 (c-make-font-lock-search-function): Use the above function.
20454 (c-make-font-lock-context-search-function): New function.
20455 (c-cpp-matchers): Enhance the preprocessor expression case with
20456 the above function
20457 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
20458 which takes an expression.
20459
20460 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
20461
20462 2011-08-20 Martin Rudalics <rudalics@gmx.at>
20463
20464 * window.el (display-buffer-reuse-window)
20465 (display-buffer-pop-up-window): Don't reuse or split a side
20466 window.
20467
20468 2011-08-19 Glenn Morris <rgm@gnu.org>
20469
20470 * files.el (hack-local-variables-prop-line, hack-local-variables):
20471 Downcase "Mode:". (Bug#9331)
20472
20473 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
20474
20475 * international/characters.el: Add L and R categories.
20476
20477 * subr.el (bidi-string-mark-left-to-right): Rename from
20478 string-mark-left-to-right. Use category search.
20479
20480 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
20481
20482 2011-08-18 Juri Linkov <juri@jurta.org>
20483
20484 * faces.el (error, warning, success): New faces with definitions
20485 copied from old default values of `font-lock-warning-face',
20486 `compilation-warning', `compilation-info' (bug#6117).
20487
20488 * font-lock.el (font-lock-warning-face): Inherit from `error'.
20489
20490 * progmodes/compile.el (compilation-error): Inherit from `error'.
20491 (compilation-warning): Inherit from `warning'.
20492 (compilation-info): Inherit from `success'.
20493
20494 * dired.el (dired-marked): Inherit from `warning'.
20495 (dired-flagged): Inherit from `error'.
20496
20497 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20498
20499 * mail/smtpmail.el (auth-source): Require to avoid problems with
20500 binding variables (bug#9298). Also clean up some unused
20501 autoloads.
20502
20503 * net/network-stream.el (network-stream-open-starttls):
20504 Support using starttls.el without using gnutls-cli.
20505
20506 2011-08-17 Juri Linkov <juri@jurta.org>
20507
20508 * progmodes/grep.el (rgrep): Handle the case when
20509 `grep-find-command' is a cons cell (bug#9278).
20510
20511 2011-08-17 Martin Rudalics <rudalics@gmx.at>
20512
20513 * window.el (display-buffer-pop-up-frame): Run frame creation
20514 function with BUFFER current (as special-display-popup-frame
20515 does). Reported by Drew Adams.
20516
20517 2011-08-17 Daiki Ueno <ueno@unixuser.org>
20518
20519 * epa-mail.el: Simplify GnuPG group expansion using
20520 epg-expand-group.
20521 (epa-mail-group-alist, epa-mail-group-modtime)
20522 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
20523 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
20524 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
20525 Remove.
20526
20527 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
20528
20529 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
20530
20531 2011-08-16 Alan Mackenzie <acm@muc.de>
20532
20533 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
20534 Correct, to avoid the inside of macros.
20535
20536 2011-08-16 Richard Stallman <rms@gnu.org>
20537
20538 * epa-mail.el: Handle GnuPG group definitions.
20539 (epa-mail-group-alist, epa-mail-group-modtime)
20540 (epa-mail-gnupg-conf-file): New variables.
20541 (epa-mail-parse-groups, epa-mail-sync-groups)
20542 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
20543 (epa-mail-expand-recipients): New functions.
20544 (epa-mail-encrypt): Call epa-mail-expand-recipients.
20545
20546 * mail/rmail.el (rmail-epa-decrypt): New command.
20547
20548 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
20549 Don't bind buffer-read-only, just inhibit-read-only.
20550 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
20551 (epa-decrypt-armor-in-region): Make error message clearer.
20552
20553 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
20554
20555 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
20556 and "a2b" to "ab" for `prefix'.
20557
20558 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
20559
20560 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
20561 filter groups.
20562 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
20563 Fourquet (Bug#8804).
20564
20565 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
20566
20567 * startup.el (argi): Declare as global variable (bug#9275).
20568
20569 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
20570
20571 * subr.el (string-mark-left-to-right): Search the entire string
20572 for RTL script, not just the terminating character. Doc fix.
20573
20574 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
20575
20576 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
20577 New function.
20578 (js--regexp-literal, js-syntax-propertize-function): Remove.
20579 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
20580 (js-mode-map): Don't rebind electric keys.
20581 (js-insert-and-indent): Remove.
20582 (js-mode): Setup electric-layout and electric-indent instead.
20583
20584 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
20585
20586 2011-08-12 Daiki Ueno <ueno@unixuser.org>
20587
20588 * epa.el (epa-progress-callback-function): Fix the logic of
20589 displaying progress.
20590 * epa-file.el (epa-file-insert-file-contents): Make progress
20591 display more user-friendly.
20592 (epa-file-write-region): Ditto.
20593
20594 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
20595
20596 * subr.el (string-mark-left-to-right): New function.
20597
20598 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
20599 Use string-mark-left-to-right.
20600 (list-buffers-noselect): Caller changed.
20601
20602 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20603 Use string-mark-left-to-right.
20604 (tabulated-list-print): Recenter after moving point.
20605
20606 2011-08-10 Juri Linkov <juri@jurta.org>
20607
20608 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
20609 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
20610 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
20611
20612 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
20613
20614 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
20615 (Bug#7554).
20616
20617 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
20618
20619 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
20620 character. (Bug#6594)
20621
20622 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
20623
20624 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
20625 (image-dired--with-db-file): New macro.
20626 (image-dired-write-tags, image-dired-remove-tag)
20627 (image-dired-create-gallery-lists, image-dired-write-comments)
20628 (image-dired-get-comment, image-dired-mark-tagged-files)
20629 (image-dired-list-tags, image-dired-gallery-generate): Use it.
20630 (image-dired-gallery-generate): Use insert-file-contents.
20631
20632 * time.el (display-time-world-list, display-time-world-display):
20633 * time-stamp.el (time-stamp-string):
20634 * vc/add-log.el (add-change-log-entry): Use setenv instead of
20635 set-time-zone-rule (Bug#7337).
20636
20637 2011-08-08 Daiki Ueno <ueno@unixuser.org>
20638
20639 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
20640 (epg-error-to-string, epg-errors-to-string): New function.
20641 (epg-wait-for-completion): Reverse errors list.
20642 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
20643 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
20644 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
20645 (epg-sign-keys, epg-generate-key-from-file)
20646 (epg-generate-key-from-string): Format errors by using
20647 epg-errors-to-string (bug#9255).
20648 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
20649
20650 2011-08-07 Juri Linkov <juri@jurta.org>
20651
20652 * faces.el (list-faces-display): Remove extra angle bracket
20653 from `help-mode-map'.
20654
20655 * info.el (Info-history-toc-nodes): Doc fix.
20656
20657 * longlines.el (longlines-mode): Doc fix.
20658
20659 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
20660
20661 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
20662 of statements and in a few more cases (bug#9183).
20663
20664 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
20665 New functions.
20666 (cl-transform-lambda): Use them (bug#9239).
20667
20668 2011-08-05 Martin Rudalics <rudalics@gmx.at>
20669
20670 * window.el (display-buffer-same-window)
20671 (display-buffer-same-frame, display-buffer-other-window)
20672 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20673 (pop-to-buffer-other-window)
20674 (pop-to-buffer-same-frame-other-window)
20675 (pop-to-buffer-other-frame): Make them defuns.
20676 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
20677
20678 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20679
20680 * subr.el (make-composed-keymap): Move from C. Change calling
20681 convention, and improve docstring to bring attention to a subtle point.
20682 * minibuffer.el (completing-read-default): Adjust accordingly.
20683
20684 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
20685
20686 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
20687 (tramp-open-shell): Use `tramp-shell-quote-argument'.
20688
20689 * net/trampver.el: Update release number.
20690
20691 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20692
20693 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
20694 "in" (bug#9190).
20695
20696 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
20697
20698 * mail/sendmail.el (sendmail-query-once): Restore the current
20699 buffer after querying (bug#9074).
20700
20701 * dired.el (dired-flagged): Use different faces for marked and
20702 flagged files (bug#6117).
20703
20704 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
20705 (bug#4433).
20706
20707 * ido.el (ido-mode): Switch off the message if called
20708 non-interactively.
20709
20710 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
20711 before 587, since it appears that that's more likely to work for
20712 more people.
20713
20714 * cus-edit.el (custom-file): When running under emacs -q, always
20715 refuse to save the customizations, even if the .emacs file doesn't
20716 exist.
20717
20718 * info.el: Remove the `Info-beginning-of-buffer' function
20719 (bug#8325).
20720
20721 * net/network-stream.el (network-stream-open-starttls):
20722 Use `starttls-available-p' to see whether starttls.el can be used.
20723
20724 2011-08-01 Martin Rudalics <rudalics@gmx.at>
20725
20726 * window.el (display-buffer-in-window): Don't set dedicated status
20727 of window here (Bug#9215).
20728 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
20729 (display-buffer-pop-up-side-window)
20730 (display-buffer-in-side-window): Set dedicated status of window here.
20731
20732 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
20733
20734 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
20735 before binding generated-autoload-file.
20736
20737 2011-08-01 Deniz Dogan <deniz@dogan.se>
20738
20739 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
20740
20741 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
20742
20743 Sync with Tramp 2.2.2.
20744
20745 * net/trampver.el: Update release number.
20746
20747 2011-07-30 Juri Linkov <juri@jurta.org>
20748
20749 * dired-aux.el (dired-touch-initial): Remove function.
20750 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20751 current time, and `default' to the last modification time of the
20752 current marked file (bug#6887).
20753
20754 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
20755
20756 * simple.el (goto-line): Use string-to-number to provide a
20757 numeric argument to read-number (bug#9163).
20758
20759 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
20760
20761 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
20762 connection process, it could be nil.
20763
20764 2011-07-27 Leo Liu <sdl.web@gmail.com>
20765
20766 Simplify url handling in rcirc-mode.
20767
20768 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
20769 (rcirc-browse-url-at-mouse): Remove.
20770 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
20771
20772 2011-07-26 Alan Mackenzie <acm@muc.de>
20773
20774 Fontify bitfield declarations properly.
20775
20776 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
20777 (c-symbol-chars): Now exported as a lang variable.
20778 (c-not-primitive-type-keywords): New lang variable.
20779
20780 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
20781 QT keyword "more" to prevent "more slots: ...." being spuriously
20782 parsed as a bitfield declaration.
20783
20784 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20785 Refactor and enhance to handle bitfield declarations.
20786 (c-punctuation-in): New function.
20787 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
20788 declarations properly.
20789
20790 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
20791
20792 * calendar/icalendar.el (icalendar--all-events): Take care of
20793 multiple vcalendars in a single file.
20794 (icalendar--convert-float-to-ical): Checkdoc fixes.
20795
20796 2011-07-25 Deniz Dogan <deniz@dogan.se>
20797
20798 * image.el (insert-image): Clarifying docstring.
20799
20800 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
20801
20802 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
20803 `tramp-send-command-and-check' if there is no error.
20804 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
20805
20806 2011-07-22 Alan Mackenzie <acm@muc.de>
20807
20808 Prevent cc-langs.elc being loaded at run time.
20809
20810 * progmodes/cc-mode.el: Remove two autoload forms which loaded
20811 cc-langs.
20812
20813 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
20814 "(require 'cc-langs)". Quote a form so it will evaluate at
20815 (cc-mode's) compilation time.
20816
20817 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
20818
20819 * net/tramp.el (tramp-file-name-handler): Avoid recursive
20820 loading. (Bug#9114)
20821
20822 2011-07-21 Martin Rudalics <rudalics@gmx.at>
20823
20824 * window.el (display-buffer-pop-up-window)
20825 (display-buffer-pop-up-side-window)
20826 (display-buffer-in-side-window): Call display-buffer-set-height
20827 and display-buffer-set-width after setting the new window's
20828 buffer so `fit-window-to-buffer' and friends work on the right buffer.
20829
20830 2011-07-20 Sam Steingold <sds@gnu.org>
20831
20832 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
20833 (etags-tags-included-tables): Call `convert-standard-filename' on
20834 the file names contained in TAGS so that windows Emacs can handle
20835 TAGS files created by cygwin ctags.
20836
20837 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20838
20839 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
20840 which apparently didn't work.
20841
20842 2011-07-19 Roland Winkler <winkler@gnu.org>
20843
20844 * proced.el (proced-send-signal): For *Marked Processes* buffer
20845 put point at beginning of buffer.
20846
20847 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
20848
20849 * proced.el (proced-format): Make header lines align with the text
20850 (bug#1779).
20851
20852 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20853
20854 * view.el (view-buffer): Allow running in `special' modes if we're
20855 visiting a file (bug#8615).
20856
20857 2011-07-19 Martin Rudalics <rudalics@gmx.at>
20858
20859 * window.el (display-buffer-alist-of-strings-p)
20860 (display-buffer-alist-set-1, display-buffer-alist-set-2):
20861 New functions.
20862 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
20863 more accurately.
20864
20865 2011-07-18 Alan Mackenzie <acm@muc.de>
20866
20867 Fontify declarators properly when, e.g., a jit-lock chunk begins
20868 inside a declaration.
20869
20870 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20871
20872 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
20873 New function.
20874 (c-complex-decl-matchers): Insert reference to
20875 c-font-lock-enclosing-decls.
20876
20877 * progmodes/cc-engine.el (c-backward-single-comment):
20878 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
20879 to nil around calls to (forward-comment -1).
20880
20881 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20882
20883 * image.el (put-image): Doc typo fix.
20884
20885 * progmodes/etags.el (tags-search): Doc typo fix.
20886
20887 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
20888 password if we get errors 550 to 554.
20889
20890 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20891
20892 * net/gnutls.el (gnutls-log-level): Remove.
20893
20894 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
20895 indentation character (bug#6380).
20896
20897 * files.el (buffer-offer-save): Made permanently local (bug#6241).
20898
20899 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
20900 to clarify what the problem is (bug#4291).
20901
20902 * simple.el (current-kill): Clarify what
20903 `interprogram-paste-function' does (bug#7500).
20904 (auto-fill-mode): Document `auto-fill-function' in relation to
20905 `auto-fill-mode' (bug#2470).
20906
20907 2011-07-16 Lawrence Mitchell <wence@gmx.li>
20908
20909 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
20910 method if slot is read-only (bug#9035).
20911
20912 2011-07-16 Martin Rudalics <rudalics@gmx.at>
20913
20914 * frame.el (select-frame-set-input-focus): New argument NORECORD.
20915 * window.el (pop-to-buffer): Select window used even if it was
20916 selected before, see discussion of (Bug#8615), (Bug#6954).
20917 Pass argument NORECORD on to select-frame-set-input-focus.
20918
20919 2011-07-15 Glenn Morris <rgm@gnu.org>
20920
20921 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
20922 Respect help-form.
20923
20924 2011-07-09 Lawrence Mitchell <wence@gmx.li>
20925
20926 * net/gnutls.el (gnutls-min-prime-bits): New variable.
20927 (gnutls-negotiate): Use it.
20928
20929 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20930
20931 * net/gnutls.el (gnutls-negotiate):
20932 Upcase `gnutls-algorithm-priority'.
20933
20934 2011-07-15 Glenn Morris <rgm@gnu.org>
20935
20936 * jka-compr.el (jka-compr-verbose): Move from here...
20937 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
20938 Add missing :version tag.
20939 * info.el: No need to require jka-compr when compiling.
20940
20941 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20942
20943 * net/gnutls.el (gnutls-algorithm-priority): New variable.
20944 (gnutls-negotiate): Use it.
20945
20946 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
20947
20948 * info.el (Info-beginning-of-buffer): New command.
20949 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
20950 announcing `b' as the key (bug#8325).
20951 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
20952
20953 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
20954
20955 * international/mule-cmds.el
20956 (describe-specified-language-support): Make the error message
20957 clearer (bug#8905).
20958
20959 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
20960
20961 * isearch.el (isearch-barrier): Add a doc string, since it's
20962 mentioned in a function doc string (bug#8678).
20963
20964 2011-07-15 Martin Rudalics <rudalics@gmx.at>
20965
20966 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
20967 buffer argument (Bug#9083) and self-identifying label argument.
20968
20969 2011-07-15 Glenn Morris <rgm@gnu.org>
20970
20971 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
20972
20973 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20974
20975 * man.el (Man-fontify-manpage): Fix message when formatting the
20976 man page (bug#7929).
20977
20978 2011-07-14 Eli Zaretskii <eliz@gnu.org>
20979
20980 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
20981 argument LRM; if non-nil, append an invisible LRM character to the
20982 buffer name.
20983 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20984 last argument non-nil, when formatting buffer names.
20985 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20986 paragraph direction.
20987
20988 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20989
20990 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20991 the man page name (bug#7929).
20992
20993 * image.el (put-image): Mention the `put-image' overlay property
20994 (bug#7834).
20995
20996 * scroll-bar.el (set-scroll-bar-mode): Mention that
20997 `scroll-bar-mode' lists the values (bug#7772).
20998
20999 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
21000 command (bug#7729).
21001
21002 * rect.el (apply-on-rectangle): Return the point after the last
21003 operation.
21004 (string-rectangle): Go to the point after the last operation
21005 (bug#7522).
21006
21007 * printing.el (pr-toggle-region): Clarify the documentation
21008 slightly (bug#7493).
21009
21010 * time.el (display-time-update):
21011 Allow `display-time-mail-function' to return nil (bug#7158).
21012 Fix suggested by Detlev Zundel.
21013
21014 * vc/diff.el (diff): Clarify the order the file names are read
21015 (bug#7111).
21016
21017 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
21018 the doc string (bug#7015).
21019
21020 * font-lock.el (font-lock-maximum-decoration): Mention what
21021 numeric levels mean (bug#6935).
21022
21023 * startup.el (initial-buffer-choice): Don't mention the `none'
21024 selection, which is against policy.
21025
21026 2011-07-14 Martin Rudalics <rudalics@gmx.at>
21027
21028 * window.el (display-buffer-normalize-special):
21029 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
21030
21031 2011-07-14 Eli Zaretskii <eliz@gnu.org>
21032
21033 * subr.el (version<, version<=, version=): Mention "-CVS" and
21034 "-12345" alpha version numbers.
21035
21036 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21037
21038 * bindings.el: Add advertised binding for set-mark-command
21039 (Bug#5772).
21040
21041 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
21042
21043 * bindings.el (mode-line-other-buffer):
21044 * bookmark.el (bookmark-bmenu-2-window):
21045 * bs.el (bs-cycle-next, bs-cycle-previous):
21046 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
21047 switch-to-buffer.
21048
21049 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21050 Delete.
21051
21052 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
21053
21054 * follow.el (follow-debug-message, follow-redisplay):
21055 * jka-cmpr-hook.el (with-auto-compression-mode):
21056 Fix typos in docstrings.
21057
21058 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21059
21060 * subr.el (with-silent-modifications): Clarify somewhat what the
21061 macro inhibits (bug#6525).
21062
21063 * simple.el (eval-expression): Note what it does if called
21064 interactively (bug#6495).
21065
21066 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21067
21068 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
21069 Use pop-to-buffer buffer-or-name if it is nil.
21070
21071 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21072 Remove switch-to-buffer.
21073
21074 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21075
21076 * files.el (make-directory): Clarify that an error will be raised
21077 if there's an error (bug#6397).
21078
21079 * startup.el (initial-buffer-choice): Add `none' as a choice
21080 (bug#6234).
21081
21082 * subr.el (add-hook): Clarify section about buffer-local hooks
21083 (bug#6218).
21084
21085 * dired.el (dired-flagged): Clarify doc string (bug#6117).
21086
21087 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21088
21089 * tabify.el (untabify): Preserve the current column so that point
21090 doesn't move (bug#6032).
21091
21092 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21093
21094 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
21095 Rewrite to avoid awkward possessive "s" (bug#5986).
21096
21097 2011-07-13 Glenn Morris <rgm@gnu.org>
21098
21099 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
21100 (dired-insert-directory): Give a message the first time
21101 if ls is found not to support --dired.
21102
21103 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21104
21105 * simple.el (toggle-truncate-lines): Clarify what is toggled
21106 (bug#5580). Text by Drew Adams.
21107
21108 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
21109
21110 * simple.el (blink-matching-open): Make the error message from the
21111 last change less verbose.
21112
21113 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21114
21115 * font-lock.el (font-lock-comment-face): Use the high contrast
21116 "yellow" color for font-lock-comment-face on low color terminals
21117 using a dark background color (bug#4221).
21118
21119 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21120
21121 * dired.el (dired-insert-set-properties): Make the doc string
21122 reflect what it does now (bug#5325).
21123
21124 * simple.el (blink-matching-open): Say that we were unable to find
21125 the match within the limit, if we're limited (bug#5122).
21126
21127 * international/mule-cmds.el (prefer-coding-system): Add an
21128 example (bug#4869).
21129
21130 * progmodes/etags.el (tags-search): Document `file-list-form'
21131 (bug#4731).
21132
21133 2011-07-13 Lawrence Mitchell <wence@gmx.li>
21134
21135 * net/browse-url.el (browse-url-default-browser)
21136 (browse-url-browser-function): Make the default browser choice a
21137 bit more logical (bug#4300). Also clean up the doc string.
21138
21139 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
21140
21141 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
21142 binary endings (bug#4440).
21143
21144 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
21145
21146 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
21147 which can be pretty annoying (bug#8971).
21148
21149 * jka-compr.el (jka-compr-verbose): New variable, and use
21150 throughout (bug#8971).
21151
21152 * info.el (Info-find-file): Fall back on the installation
21153 directory if we can't find the info node anywhere else.
21154
21155 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
21156
21157 * vc/vc.el (vc-revert-file):
21158 Don't set file time-stamp in the past. (Bug#5181)
21159
21160 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21161
21162 * files.el (after-find-file): Give a better error message when
21163 trying to find a symlink that points to a file that doesn't exist
21164 (bug#4398).
21165
21166 * progmodes/cc-vars.el: Remove (probably) misleading comment
21167 (bug#4396).
21168
21169 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21170
21171 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
21172
21173 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21174
21175 * mouse-sel.el: Hack restoring functionality, while keeping
21176 compatibility with 2010-07-03 changes to mouse selection.
21177 (mouse-sel-primary-overlay): New var.
21178 (mouse-sel-selection-alist): Use it.
21179 (mouse-sel-mode): Doc fix; remove points that are default features
21180 of mouse.el.
21181
21182 2011-07-12 Johan BockgĂ¥rd <bojohan@gnu.org>
21183
21184 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21185 Fix previous fix (bug#2490).
21186
21187 2011-07-12 Roland Winkler <winkler@gnu.org>
21188
21189 * textmodes/bibtex.el (bibtex-initialize):
21190 Use pop-to-buffer-same-window.
21191 (bibtex-search-entries): Fix interactive call.
21192
21193 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21194
21195 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21196 Fontise bytecomp Error lines more correctly (bug#2490).
21197 Fix suggested by Johan BockgĂ¥rd.
21198
21199 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
21200
21201 * dired-x.el (dired-guess-default): Use `delete-dups'.
21202
21203 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
21204
21205 * dired.el (dired-mark-prompt):
21206 * dired-aux.el (dired-read-shell-command): Doc fix.
21207
21208 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21209
21210 * mail/sendmail.el (sendmail-query-once):
21211 Use `customize-save-variable' unconditionally, now that it works under
21212 emacs -Q.
21213
21214 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21215
21216 * cus-edit.el (custom-file): Take an optional no-error variable.
21217 (customize-save-variable): Set the variable, and give a warning if
21218 running under "emacs -q".
21219
21220 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
21221
21222 * loadhist.el (unload-feature-special-hooks):
21223 Add `auto-coding-functions', `fill-nobreak-predicate' and
21224 `find-directory-functions' (bug#5327).
21225
21226 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21227
21228 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
21229
21230 * cus-edit.el (custom-guess-name-alist): -alist variables should
21231 use the `alist' type (bug#3120). Suggested by Drew Adams.
21232
21233 * printing.el: Add documentation to all the `pr-toggle-' commands.
21234
21235 2011-07-11 Leo Liu <sdl.web@gmail.com>
21236
21237 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
21238 backends where it makes sense (bug#2623).
21239
21240 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21241
21242 * dired-x.el (dired-guess-default): Remove duplicate shell command
21243 entries (bug#2028).
21244 (dired-guess-default): Fix grammar in doc string (bug#2028).
21245 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
21246
21247 * subr.el (remove-duplicates): New conveniency function.
21248
21249 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21250
21251 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
21252 (bug#1526).
21253
21254 2011-07-10 Martin Rudalics <rudalics@gmx.at>
21255
21256 * window.el (display-buffer-normalize-default): Don't invert
21257 meaning of even-window-heights. Reported by Eli Zaretskii
21258 <eliz@gnu.org>.
21259
21260 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
21261
21262 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
21263
21264 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
21265
21266 * window.el (display-buffer): Fix arguments to
21267 display-buffer-reuse-window in last change.
21268
21269 * faces.el (link): Use a less saturated blue on light backgrounds.
21270
21271 * startup.el (fancy-startup-text, fancy-about-text)
21272 (fancy-startup-tail): Use font-lock faces, for background safety.
21273
21274 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
21275
21276 * emulation/viper-cmd.el (viper-change-state-to-vi):
21277 Limit triggering of abbrev expansion (Bug#9038).
21278
21279 2011-07-09 Martin Rudalics <rudalics@gmx.at>
21280
21281 * window.el (display-buffer-default-specifiers): Remove.
21282 (display-buffer-macro-specifiers): Remove default specifiers.
21283 (display-buffer-alist): Default to nil.
21284 (display-buffer-reuse-window): New optional argument other-window.
21285 (display-buffer-pop-up-window): Allow splitting internal
21286 windows. Check whether a live window was created.
21287 (display-buffer-other-window-means-other-frame)
21288 (display-buffer-normalize-arguments): Rename to
21289 display-buffer-normalize-argument and rewrite. Set the
21290 other-window specifier.
21291 (display-buffer-normalize-special): New function.
21292 (display-buffer-normalize-options): Rename to
21293 display-buffer-normalize-default and rewrite.
21294 (display-buffer-normalize-options-inhibit): Remove.
21295 (display-buffer-normalize-specifiers): Rewrite.
21296 (display-buffer): Process other-window specifier and call
21297 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
21298 more faithfully.
21299 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
21300 (display-buffer-alist-set): Don't handle 'unset default values.
21301 (display-buffer-in-window, display-buffer-alist-set):
21302 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
21303 <tassilo@member.fsf.org>.
21304
21305 2011-07-09 Leo Liu <sdl.web@gmail.com>
21306
21307 * register.el (insert-register): Restore accidental change on
21308 2011-06-26. (Bug#9028)
21309
21310 2011-07-09 Glenn Morris <rgm@gnu.org>
21311
21312 * subr.el (remq): Handle the empty list. (Bug#9024)
21313
21314 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
21315
21316 * mail/sendmail.el (send-mail-function): No longer delay custom
21317 initialization.
21318 * custom.el (custom-initialize-delay): Doc fix.
21319
21320 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21321
21322 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
21323
21324 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
21325
21326 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
21327 human-friendly prompt.
21328
21329 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21330
21331 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
21332 provided by a particular plugin.
21333
21334 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
21335
21336 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
21337 save customizations (with "emacs -Q"), just set the variable
21338 instead of erroring out.
21339
21340 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
21341
21342 2011-07-08 Juri Linkov <juri@jurta.org>
21343
21344 * arc-mode.el (archive-zip-expunge, archive-zip-update)
21345 (archive-zip-update-case): Use 7z if found by `executable-find'.
21346 The order of searching the available programs is the same as in
21347 `archive-zip-extract' (bug#8968).
21348
21349 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21350
21351 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
21352 (menu-bar-options-menu): Tweak descriptions.
21353
21354 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21355
21356 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
21357 menu items into verb phrases (bug#1421). Also refill to fit under
21358 80 columns.
21359
21360 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21361
21362 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
21363 (Info-read-node-name): Doc fix (Bug#1084).
21364
21365 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
21366 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
21367 (end-of-sexp, beginning-of-sexp)
21368 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
21369 (forward-symbol, forward-same-syntax, word-at-point)
21370 (sentence-at-point): Doc fix (Bug#1144).
21371
21372 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
21373
21374 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
21375 should cover it (bug#1281).
21376
21377 * cus-edit.el (custom-show): Mark as obsolete.
21378
21379 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
21380 negotiation fails, then possibly try again with a non-encrypted
21381 connection (bug#9017).
21382
21383 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
21384 be used.
21385
21386 2011-07-07 Richard Stallman <rms@gnu.org>
21387
21388 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
21389 property, and handle its changed format.
21390 Look for the correct line number.
21391 Use file's line contents (but not past first =) to find
21392 correct line in message.
21393
21394 2011-07-07 Kenichi Handa <handa@m17n.org>
21395
21396 * international/characters.el (build-unicode-category-table):
21397 Delete it.
21398 (unicode-category-table): Set it by unicode-property-table-internal.
21399
21400 * international/mule-cmds.el (char-code-property-alist): Move to
21401 to src/chartab.c.
21402 (get-char-code-property): Call unicode-property-table-internal to
21403 load a file. Call get-unicode-property-internal where necessary.
21404 (put-char-code-property): Call unicode-property-table-internal to
21405 load a file. Call put-unicode-property-internal where necessary.
21406 put-unicode-property-internal where necessary.
21407 (char-code-property-description):
21408 Call unicode-property-table-internal to load a file.
21409
21410 * international/charprop.el:
21411 * international/uni-bidi.el:
21412 * international/uni-category.el:
21413 * international/uni-combining.el:
21414 * international/uni-comment.el:
21415 * international/uni-decimal.el:
21416 * international/uni-decomposition.el:
21417 * international/uni-digit.el:
21418 * international/uni-lowercase.el:
21419 * international/uni-mirrored.el:
21420 * international/uni-name.el:
21421 * international/uni-numeric.el:
21422 * international/uni-old-name.el:
21423 * international/uni-titlecase.el:
21424 * international/uni-uppercase.el: Regenerate.
21425
21426 * loadup.el: Load international/charprop.el before
21427 international/characters.
21428
21429 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
21430
21431 * window.el (next-buffer, previous-buffer): Signal an error if
21432 called from a minibuffer window.
21433
21434 * bindings.el: Revert 2011-07-04 change.
21435
21436 2011-07-06 Richard Stallman <rms@gnu.org>
21437
21438 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
21439 (rmail-mime-insert-bulk, rmail-mime-insert-text):
21440 Treat markers like ints.
21441 (rmail-mime-entity): Doc fix.
21442
21443 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21444
21445 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
21446 defcustom again for backwards compatibility.
21447
21448 * simple.el (shell-command-on-region): Fill.
21449
21450 * dired-aux.el (dired-kill-line): Add a doc string.
21451
21452 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
21453 to "\\sw\\|\\s_" (bug#358).
21454
21455 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
21456 (dired-unmark-backward): Ditto.
21457 (dired-flag-backup-files): Ditto.
21458
21459 * dired-x.el (dired-mark-sexp): Ditto.
21460
21461 2011-07-06 Richard Stallman <rms@gnu.org>
21462
21463 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
21464 (rmail-mime-entity): New arg TRUNCATED.
21465 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
21466 New functions.
21467 (rmail-mime-save): Warn if entity is truncated.
21468 (rmail-mime-toggle-hidden): Likewise, for showing.
21469 (rmail-mime-process-multipart): Record when an entity is truncated.
21470
21471 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
21472 if ENTITY is a string.
21473
21474 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21475
21476 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
21477 of faces when `M-C-x'-ing their definitions (bug#8378).
21478 Also clean up the code slightly.
21479
21480 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
21481 because that makes the colors go away.
21482
21483 * mail/sendmail.el (send-mail-function): Change the default to
21484 `sendmail-query-once'.
21485 (sendmail-query-once): Add an autoload cookie.
21486
21487 * net/network-stream.el (network-stream-open-starttls): Try using
21488 a plain connection even if the server offered STARTTLS, and we
21489 kinda wanted to use it, if Emacs doesn't have any STARTTLS
21490 capability. This should make smtpmail.el work in slightly more
21491 configurations.
21492
21493 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
21494
21495 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
21496 New defun.
21497 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
21498
21499 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
21500
21501 * progmodes/sql.el: Version 3.0
21502 (sql-product-alist): Add product :completion-object,
21503 :completion-column, and :statement attributes.
21504 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
21505 (sql-mode-syntax-table): Mark all punctuation.
21506 (sql-font-lock-keywords-builder): Temporarily remove fallback on
21507 ansi keywords.
21508 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
21509 (sql-mode-oracle-font-lock-keywords): Improve.
21510 (sql-oracle-show-reserved-words): New function for development.
21511 (sql-product-font-lock): Simplify for source code buffers.
21512 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
21513 New functions.
21514 (sql-highlight-product): Set product specific syntax table.
21515 (sql-mode-map): Add statement movement functions.
21516 (sql-ansi-statement-starters, sql-oracle-statement-starters):
21517 New variable.
21518 (sql-statement-regexp, sql-beginning-of-statement)
21519 (sql-end-of-statement, sql-signum): New functions.
21520 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
21521 (sql-show-sqli-buffer): Bug fix.
21522 (sql-interactive-mode): Store connection data as buffer local.
21523 (sql-connect): Add NEW-NAME parameter. Redesign interaction
21524 with sql-interactive-mode.
21525 (sql-save-connection): Save buffer local settings.
21526 (sql-connection-menu-filter): Change menu entry name.
21527 (sql-product-interactive): Bug fix.
21528 (sql-preoutput-hold): New variable.
21529 (sql-interactive-remove-continuation-prompt): Bug fixes.
21530 (sql-debug-redirect): New variable.
21531 (sql-str-literal): New function.
21532 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
21533 Redesign.
21534 (sql-oracle-save-settings, sql-oracle-restore-settings)
21535 (sql-oracle-list-all, sql-oracle-list-table): New functions.
21536 (sql-completion-object, sql-completion-column)
21537 (sql-completion-sqlbuf): New variables.
21538 (sql-build-completions-1, sql-build-completions)
21539 (sql-try-completion): New functions.
21540 (sql-read-table-name): Use them.
21541 (sql-contains-names): New buffer local variable.
21542 (sql-list-all, sql-list-table): Use it.
21543 (sql-oracle-completion-types): New variable.
21544 (sql-oracle-completion-object, sql-sqlite-completion-object)
21545 (sql-postgres-completion-object): New functions.
21546
21547 2011-07-06 Glenn Morris <rgm@gnu.org>
21548
21549 * window.el (pop-to-buffer): Doc fix.
21550
21551 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
21552
21553 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
21554
21555 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
21556
21557 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
21558
21559 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
21560
21561 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
21562
21563 * button.el (button): Inherit from link face. Suggested by Dan
21564 Nicolaescu.
21565
21566 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21567
21568 * progmodes/gdb-mi.el: Fit in 80 columns.
21569 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
21570 switch-to-buffer.
21571
21572 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
21573 if imenu is simply not configured (bug#8941).
21574
21575 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
21576
21577 * allout.el (allout-post-undo-hook): New allout outline-change
21578 event hook to signal undo activity.
21579 (allout-post-command-business): Run allout-post-undo-hook if an
21580 undo just occurred.
21581 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
21582 * allout-widgets.el (allout-widgets-after-undo-function):
21583 Ensure the integrity of the current item's decoration after it has been
21584 in the vicinity of an undo.
21585 (allout-widgets-mode): Include allout-widgets-after-undo-function
21586 on the new allout-post-undo-hook.
21587
21588 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21589
21590 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
21591 Let define-derived-mode define it.
21592 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
21593 cycles of abbrev-table inheritance (bug#8998).
21594
21595 2011-07-05 Roland Winkler <winkler@gnu.org>
21596
21597 * textmodes/bibtex.el: Add support for biblatex.
21598 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
21599 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
21600 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
21601 (bibtex-entry-alist, bibtex-field-alist): New variables.
21602 (bibtex-entry-field-alist): Obsolete alias for
21603 bibtex-BibTeX-entry-alist.
21604 (bibtex-entry-alist, bibtex-field-alist): New widgets.
21605 (bibtex-set-dialect): New command.
21606 (bibtex-entry-type, bibtex-entry-head)
21607 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
21608 Bind via bibtex-set-dialect.
21609 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
21610 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
21611 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
21612 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
21613 Define via bibtex-set-dialect.
21614 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
21615 Obey bibtex-no-opt-remove-re.
21616 (bibtex-vec-push, bibtex-vec-incr): New functions.
21617 (bibtex-format-entry, bibtex-field-list)
21618 (bibtex-print-help-message, bibtex-validate)
21619 (bibtex-search-entries): Use new format of bibtex-entry-alist.
21620
21621 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21622
21623 * progmodes/compile.el (compilation-goto-locus):
21624 * net/tramp-cmds.el (tramp-append-tramp-buffers):
21625 * bs.el (bs-cycle-next, bs-cycle-previous):
21626 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
21627 * bindings.el (mode-line-other-buffer):
21628 * autoinsert.el (auto-insert):
21629 * arc-mode.el (archive-extract):
21630 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
21631
21632 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21633
21634 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
21635 Fix check of `emacs-lock-unlockable-modes'.
21636 Coerce true values of `emacs-lock--try-unlocking' to t.
21637
21638 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21639
21640 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
21641 * emacs-lock.el: New file.
21642
21643 2011-07-05 Julien Danjou <julien@danjou.info>
21644
21645 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
21646 than `boundp' to check if face is set.
21647
21648 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
21649
21650 * register.el (registerv-make):
21651 * window.el (window-min-height): Fix typos in docstrings.
21652
21653 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
21654
21655 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
21656 Update doc string.
21657
21658 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21659
21660 * server.el (server-execute): Catch quit and call
21661 `server-return-error' to pass the error back to emacsclient and
21662 close the connection (bug#8942).
21663
21664 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
21665
21666 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
21667 insecure exception for current topic. Also note that auto-saves
21668 are handled differently.
21669
21670 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
21671 State variables for tracking auto-save inhibition situation.
21672
21673 (allout-write-contents-hook-handler): Rename from
21674 'allout-write-file-hook-handler', and describe how it depends on
21675 write-contents-functions sensitivity to non-nil value to prevent
21676 file write.
21677
21678 (allout-auto-save-hook-handler): Remove. auto-save does not check
21679 this in individual buffers, only in the starting buffer, so this
21680 is not the right way for us to inhibit auto-save in a buffer
21681 according to its condition.
21682
21683 (allout-mode): Use new allout-write-contents-hook-handler, and
21684 only with write-contents-functions. Remove auto-save provisions -
21685 they're implemented elsewhere.
21686
21687 (allout-before-change-handler): If undo is in progress, note that
21688 for attention of allout-post-command-business.
21689
21690 (allout-post-command-business): If the command we're following was
21691 an undo, check for change in the status of encrypted items and
21692 adjust auto-save inhibitions accordingly.
21693
21694 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
21695 according to whether there are or aren't any plain-text topics
21696 pending encryption.
21697
21698 (allout-inhibit-auto-save-info-for-decryption):
21699 Adjust buffer-saved-size and some allout state to inhibit auto-saves
21700 if there are plain-text topics pending encryption.
21701
21702 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
21703 buffer-saved-size and some allout state to not inhibit auto-saves
21704 if there are no longer any plain-text topics pending encryption.
21705
21706 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
21707 No longer provide for exemption of the current topic.
21708
21709 2011-07-04 Juri Linkov <juri@jurta.org>
21710
21711 Add 7z operations to delete and save changed members (bug#8968).
21712 * arc-mode.el (archive-7z-expunge, archive-7z-update):
21713 New defcustoms.
21714 (archive-7z-write-file-member): New function.
21715 (archive-7z-summarize): Fix the number of dashes in the
21716 listing output.
21717
21718 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21719
21720 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
21721 (bug#8958).
21722
21723 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
21724
21725 * bindings.el: Ignore next-buffer and previous-buffer in
21726 minibuffer-local-map.
21727
21728 * font-lock.el (font-lock-builtin-face): Change light background
21729 color to dark slate blue (Bug#6693).
21730
21731 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21732
21733 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
21734
21735 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
21736
21737 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
21738 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21739 Add switch-to-buffer.
21740
21741 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21742
21743 * isearch.el (isearch-search-fun-function): Clarify further the
21744 meaning of the function returned.
21745
21746 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
21747
21748 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
21749
21750 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
21751 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
21752 Use it.
21753 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
21754 `tramp-default-remote-path' does not exist.
21755 (tramp-send-command-and-read): New optional argument NOERROR.
21756 (tramp-open-connection-setup-interactive-shell)
21757 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
21758 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
21759 (tramp-process-sentinel): Flush also process' connection property.
21760 (tramp-sh-handle-start-file-process): Do not set process
21761 sentinel. It is done now ...
21762 (tramp-maybe-open-connection): ... here. (Bug#8929)
21763
21764 2011-07-04 MON KEY <monkey@sandpframing.com>
21765
21766 * play/animate.el (animate-string): Doc fixes and allow changing
21767 the buffer name (bug#5417).
21768
21769 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21770
21771 * play/animate.el (animation-buffer-name): Rename from *animate*.
21772
21773 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
21774
21775 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
21776 This is simpler and helps future-proof the code.
21777 (timer-until): Use time-subtract and float-time.
21778 (timer--time-less-p): Use time-less-p.
21779
21780 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
21781
21782 * type-break.el (timep): Use the value of `float-time' to avoid a
21783 byte-compiler warning.
21784
21785 * server.el (server-eval-and-print): Return any result, even nil.
21786
21787 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
21788
21789 * type-break.el: Accept time formats that the builtins accept.
21790 (timep, type-break-time-difference): Accept any format that
21791 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
21792 This is simpler and helps future-proof the code.
21793 (type-break-time-difference): Round rather than ignoring
21794 subseconds components.
21795
21796 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21797
21798 * info.el (Info-apropos-matches): Make non-interactive, since it
21799 doesn't seem to do anything useful as a command (bug#8829).
21800
21801 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
21802
21803 * frame.el (frame-background-mode, frame-set-background-mode):
21804 Move from faces.el.
21805 (frame-default-terminal-background): New function.
21806
21807 * custom.el (custom-push-theme): Don't record faces in `changed'
21808 theme; this doesn't work correctly for per-frame face settings.
21809 (disable-theme): Use face-set-after-frame-default to reset faces.
21810 (custom--frame-color-default): New function.
21811
21812 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21813
21814 * dired.el (dired-flagging-regexp): Remove unused variable
21815 (bug#8769).
21816
21817 2011-03-29 Kevin Ryde <user42@zip.com.au>
21818
21819 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21820 `perl-Test2' extend to match possible "fail #N" rep count
21821 (bug#8377).
21822
21823 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21824
21825 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
21826 `smtpmail-via-smtp' now returns the error instead of nil.
21827
21828 * isearch.el (isearch-search-fun-function): Clarify the doc string
21829 (bug#8101).
21830
21831 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
21832
21833 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
21834 unnecessary spaces (bug#8987).
21835
21836 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21837
21838 * net/network-stream.el (open-network-stream): Use the
21839 :end-of-capability command thoughout.
21840
21841 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21842
21843 * net/network-stream.el (open-network-stream): Add the
21844 :end-of-capability command parameter, used by pop3.el.
21845
21846 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21847
21848 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
21849
21850 * fringe.el (fringe-query-style): Remove redundant text " (type ?
21851 for list)" (bug#6475).
21852
21853 * files.el (file-expand-wildcards): Ignore non-readable
21854 sub-directories while trying to find matches instead of signaling
21855 an error (bug#6297).
21856
21857 * man.el (Man-reference-regexp): Allow matching possible
21858 word-wrapped references (bug#6289).
21859
21860 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
21861 for consistency with the other vc buffers (bug#6197).
21862 (vc-checkin): Ditto.
21863
21864 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
21865
21866 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
21867
21868 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21869
21870 * custom.el (defcustom): Clarify that :set is only used in the
21871 Customize user interface (bug#6089).
21872
21873 * progmodes/flymake.el (flymake-mode): If the buffer isn't
21874 associated with a file, refuse to run instead of erroring out
21875 (bug#6084).
21876
21877 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
21878 the doc string, since it appears that using `fill-column' always
21879 controls the width (bug#7845).
21880
21881 * simple.el (shell-command-on-region): Say where the error output
21882 went if `shell-command-default-error-buffer' is set (bug#6857).
21883
21884 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
21885
21886 * allout.el (allout-yank-processing): Adjust cursor position for
21887 backwards-deleted space.
21888
21889 (allout-rebullet-heading): Register changes with
21890 allout-exposure-changed-hook, so the modified topic is properly
21891 decorated.
21892
21893 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21894
21895 * minibuffer.el (completion-in-region): Document PREDICATE
21896 (bug#7136).
21897
21898 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
21899 of keyword/argument pairs (bug#6904).
21900
21901 * replace.el (multi-occur):
21902 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
21903
21904 2011-07-02 Drew Adams <drew.adams@oracle.com>
21905
21906 * dired.el (dired-mark-if): Make the message about whether it's
21907 marking or unmarking clearer (bug#8523).
21908
21909 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
21910
21911 * disp-table.el (display-table-print-array): New function.
21912 (describe-display-table): Use it to print the vectors more pretty
21913 (Bug#8859).
21914
21915 2011-07-02 Martin Rudalics <rudalics@gmx.at>
21916
21917 * window.el (window-state-get-1): Don't assign clone numbers.
21918 Add clone-of item to list of window parameters.
21919 (window-state-put-2): Don't process clone numbers.
21920 (display-buffer-alist): Fix doc-string.
21921
21922 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21923
21924 * subr.el (remq): Don't allocate if it's not needed.
21925 (keymap--menu-item-binding, keymap--menu-item-with-binding)
21926 (keymap--merge-bindings): New functions.
21927 (keymap-canonicalize): Use them to refine the canonicalization.
21928 * minibuffer.el (minibuffer-local-completion-map)
21929 (minibuffer-local-must-match-map): Move initialization from C.
21930 (minibuffer-local-filename-completion-map): Move initialization from C;
21931 don't inherit from anything here.
21932 (minibuffer-local-filename-must-match-map): Make obsolete.
21933 (completing-read-default): Use make-composed-keymap to combine
21934 minibuffer-local-filename-completion-map with either
21935 minibuffer-local-must-match-map or
21936 minibuffer-local-filename-completion-map.
21937
21938 2011-07-01 Glenn Morris <rgm@gnu.org>
21939
21940 * type-break.el (type-break-time-sum): Use dolist.
21941
21942 * textmodes/flyspell.el (flyspell-word-search-backward):
21943 Replace CL function.
21944
21945 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21946
21947 * mouse.el (mouse--strip-first-event): New function.
21948 (function-key-map): Use it to map fringe clicks to normal clicks
21949 by default.
21950
21951 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
21952 (vc-bzr-revision-completion-table): Add support for annotate and date.
21953
21954 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
21955 inherit from parent.
21956
21957 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21958
21959 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
21960 (dired-show-file-type): Doc fixup (bug#8818).
21961
21962 * dired.el (dired-mode): Fix up the doc string as suggested by
21963 Drew Adams (bug#8817).
21964
21965 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
21966 cookie, since the manual says that it should be possible to add
21967 this function to `find-file-hook' (bug#8709).
21968
21969 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
21970
21971 * progmodes/cfengine.el: Moved all cfengine3.el functionality
21972 here. Noted Ted Zlatanov as the maintainer.
21973 (cfengine-common-settings, cfengine-common-syntax): New functions
21974 to set up common things between `cfengine-mode' and
21975 `cfengine3-mode'.
21976 (cfengine3-mode): New mode.
21977 (cfengine3-defuns cfengine3-defuns-regex
21978 (cfengine3-class-selector-regex cfengine3-category-regex)
21979 (cfengine3-vartypes cfengine3-font-lock-keywords)
21980 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
21981 (cfengine3-indent-line): Add from cfengine3.el.
21982
21983 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
21984
21985 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21986
21987 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21988
21989 2011-07-01 Martin Rudalics <rudalics@gmx.at>
21990
21991 * window.el (same-window-buffer-names, same-window-regexps)
21992 (same-window-p, special-display-frame-alist)
21993 (special-display-popup-frame, special-display-function)
21994 (special-display-buffer-names, special-display-regexps)
21995 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21996 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21997 (split-window-preferred-function, split-height-threshold)
21998 (split-width-threshold, even-window-heights)
21999 (display-buffer-mark-dedicated, window-splittable-p)
22000 (split-window-sensibly, window-safely-shrinkable-p):
22001 Un-obsolete.
22002 (display-buffer): Don't spread args with function specifier
22003 because special-display-popup-frame won't like it.
22004
22005 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
22006
22007 Time-stamp simplifications and fixes.
22008 These improve accuracy slightly, and future-proof the code
22009 against some potential changes to current-time format.
22010
22011 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
22012 by using time-since and float-time.
22013
22014 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
22015 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
22016 + NNN microseconds".
22017
22018 * type-break.el (type-break-time-sum): Rewrite using time-add.
22019
22020 * play/hanoi.el (hanoi-current-time-float): Remove.
22021 All uses replaced by float-time.
22022
22023 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
22024 This yields a more-accurate answer.
22025 (rng-time-to-float): Remove; no longer needed.
22026
22027 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
22028
22029 * calendar/timeclock.el (timeclock-seconds-to-time):
22030 Defalias to seconds-to-time, since they're the same thing.
22031
22032 * emacs-lisp/elp.el (elp-elapsed-time):
22033 * emacs-lisp/benchmark.el (benchmark-elapse):
22034 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
22035
22036 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22037
22038 * window.el (bury-buffer): Don't iconify the only frame.
22039 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
22040 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
22041
22042 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
22043
22044 * eshell/em-smart.el (eshell-smart-display-navigate-list):
22045 Add mouse-yank-primary.
22046
22047 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
22048
22049 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
22050
22051 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22052
22053 * emacs-lisp/find-func.el (find-library--load-name): New fun.
22054 (find-library-name): Use it to find relative load names when provided
22055 absolute file name (bug#8803).
22056
22057 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22058
22059 * textmodes/flyspell.el (flyspell-word): Consider words that
22060 differ only in case as potential doublons (bug#5687).
22061
22062 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
22063 Remove two rather uninteresting debugging-like messages to make
22064 debbugs.el more silent.
22065
22066 * comint.el (comint-password-prompt-regexp): Accept "Response" as
22067 a password-like phrase.
22068
22069 2011-06-30 Masatake YAMATO <yamato@redhat.com>
22070
22071 * progmodes/cc-guess.el: New file.
22072
22073 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
22074
22075 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
22076 derived from `c-basic-common-init'.
22077
22078 * progmodes/cc-mode.el (top-level): Require cc-guess.
22079 (c-basic-common-init): Use `cc-choose-style-for-mode'.
22080
22081 2011-06-30 Lawrence Mitchell <wence@gmx.li>
22082
22083 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
22084
22085 2011-06-30 Alan Mackenzie <acm@muc.de>
22086
22087 * progmodes/cc-engine.el (c-guess-continued-construct):
22088 Correct the handling of template-args-cont, particularly for when font
22089 lock is disabled. Name this case as "CASE G".
22090
22091 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
22092
22093 * allout.el (allout-yank-processing): Fix injection of extra space
22094 between bullet and non-whitespace character in first topic when
22095 pasting, ensuring that the actual spacing in the pasted topic
22096 following the bullet char is preserved. This extra space was
22097 causing pasted encrypted topics to get a decrypted status even
22098 when the content was actually still encrypted. Now the decryption
22099 status from before the paste is preserved.
22100
22101 (allout-flag-region): Set all allout overlays so they evaporate
22102 when reduced to zero length (evanescent), to prevent overlay
22103 leakage.
22104
22105 2011-06-30 Glenn Morris <rgm@gnu.org>
22106
22107 * w32-fns.el (w32-charset-info-alist): Declare.
22108
22109 * find-dired.el (find-grep-options): Simplify.
22110
22111 * term/ns-win.el (ns-set-resource): Declare.
22112
22113 * ses.el (row, col): Declare dynamic variables honestly.
22114
22115 * textmodes/reftex-parse.el (index-tags): Declare.
22116
22117 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
22118
22119 * cus-edit.el (customize-push-and-save): New function.
22120
22121 * files.el (hack-local-variables-confirm): Use it.
22122
22123 * custom.el (load-theme): New arg NO-CONFIRM.
22124 Use customize-push-and-save (Bug#8720).
22125 (custom-enabled-themes): Doc fix.
22126
22127 * cus-theme.el (customize-create-theme)
22128 (custom-theme-merge-theme): Callers to load-theme changed.
22129
22130 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
22131
22132 * thingatpt.el (thing-at-point-short-url-regexp): Require that
22133 short URLs have at least one dot in them (bug #7614).
22134
22135 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
22136 nil, because using a pty is apparently too slow (bug #895).
22137
22138 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22139
22140 * mail/sendmail.el (sendmail-query-once): New function.
22141 (sendmail-query-once-function): New variable.
22142
22143 2011-06-29 Glenn Morris <rgm@gnu.org>
22144
22145 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
22146
22147 * ses.el (top-level): Require cl when compiling.
22148 (ses-set-localvars): Fix error statement.
22149 Call it at compile time to silence a storm of warnings.
22150
22151 2011-06-29 Martin Rudalics <rudalics@gmx.at>
22152
22153 * window.el (normalize-live-buffer): Rename to
22154 window-normalize-buffer.
22155 (normalize-live-frame): Rename to window-normalize-frame.
22156 (normalize-any-window): Rename to window-normalize-any-window.
22157 (normalize-live-window): Rename to window-normalize-live-window.
22158 (make-window-atom): Rename to window-make-atom.
22159 (window-resize-reset): Rename to window--resize-reset.
22160 (window-resize-reset-1): Rename to window--resize-reset-1.
22161 (resize-mini-window): Rename to window--resize-mini-window.
22162 (resize-subwindows-skip-p): Rename to
22163 window--resize-subwindows-skip-p.
22164 (resize-subwindows-normal): Rename to
22165 window--resize-subwindows-normal.
22166 (resize-subwindows): Rename to window--resize-subwindows.
22167 (resize-other-windows): Rename to window--resize-siblings.
22168 (resize-this-window): Rename to window--resize-this-window.
22169 (resize-root-window): Rename to window--resize-root-window.
22170 (resize-root-window-vertically): Rename to
22171 window--resize-root-window-vertically.
22172 (normalize-buffer-to-display): Rename to
22173 window-normalize-buffer-to-display.
22174 (normalize-buffer-to-switch-to): Rename to
22175 window-normalize-buffer-to-switch-to.
22176 Correspondingly update all callers of the functions listed
22177 above.
22178 (display-buffer-alist, display-buffer-normalize-arguments)
22179 (display-buffer-normalize-options, display-buffer)
22180 (display-buffer-alist-set): Use "function" instead of
22181 "fun-with-args".
22182
22183 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
22184
22185 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
22186 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
22187 debbugs.gnu.org. Mention acknowledgment email.
22188
22189 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
22190
22191 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
22192 buffer multibyteness, since it shouldn't matter.
22193
22194 2011-06-28 Martin Rudalics <rudalics@gmx.at>
22195
22196 * window.el (display-buffer-in-side-window): Handle dedicated
22197 windows as in display-buffer-reuse-window.
22198 (display-buffer-normalize-alist): Use value of override
22199 specifier.
22200 (display-buffer-normalize-specifiers): Use value of
22201 other-window-means-other-frame specifier.
22202 (display-buffer-alist): Rewrite some texts in widgets.
22203 (display-buffer): Spread arguments when calling function
22204 specified by fun-with-args.
22205
22206 2011-06-28 Deniz Dogan <deniz@dogan.se>
22207
22208 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22209 Unnest `let'.
22210
22211 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
22212 selectors (Bug#5732).
22213 (css-proprietary-nmstart-re): Use `regexp-opt'.
22214
22215 2011-06-27 Jari Aalto <jari.aalto@cante.net>
22216
22217 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
22218 (eshell-ls-date-format): New defcustom.
22219 (eshell-ls-file): Use it.
22220
22221 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22222
22223 * help-fns.el (describe-variable): Fix message for terminal-local vars.
22224
22225 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
22226
22227 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
22228 (ange-ftp-make-tmp-name): New arg.
22229 (ange-ftp-file-local-copy): Use it.
22230
22231 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
22232
22233 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
22234 no-conversion (Bug#8870).
22235
22236 2011-06-27 Martin Rudalics <rudalics@gmx.at>
22237
22238 * window.el (window-right, window-left, window-child)
22239 (window-child-count, window-last-child)
22240 (window-iso-combination-p, walk-window-tree-1)
22241 (window-atom-check-1, window-tree-1, delete-window)
22242 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
22243 new naming conventions - window-vchild, window-hchild,
22244 window-next and window-prev are now called window-top-child,
22245 window-left-child, window-next-sibling and window-prev-sibling
22246 respectively.
22247 (resize-window-reset): Rename to window-resize-reset.
22248 (resize-window-reset-1): Rename to window-resize-reset-1.
22249 (resize-window): Rename to window-resize.
22250 (window-min-height, window-min-width)
22251 (resize-mini-window, resize-this-window, resize-root-window)
22252 (resize-root-window-vertically, adjust-window-trailing-edge)
22253 (enlarge-window, shrink-window, maximize-window)
22254 (minimize-window, delete-window, quit-restore-window)
22255 (split-window, balance-windows, balance-windows-area-adjust)
22256 (balance-windows-area, window-state-put-2)
22257 (display-buffer-even-window-sizes, display-buffer-set-height)
22258 (display-buffer-set-width, set-window-text-height)
22259 (fit-window-to-buffer): Rename all "resize-window" prefixed
22260 calls to use the "window-resize" prefix convention.
22261 (display-buffer-alist): Fix symbol for label specifier.
22262 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
22263 corresponding specifier.
22264 Reported by Juanma Barranquero <lekktu@gmail.com>.
22265
22266 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22267
22268 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
22269 convention.
22270 (ses-call-printer): Does not pass an empty string to formatter when the
22271 cell is empty to keep from barking printer Calc math-format-value.
22272
22273 2011-06-27 Richard Stallman <rms@gnu.org>
22274
22275 * battery.el (battery-mode-line-limit): New variable.
22276 (battery-update): Handle it.
22277
22278 * mail/rmailmm.el (rmail-mime-process-multipart):
22279 Handle truncated messages.
22280
22281 2011-06-27 Glenn Morris <rgm@gnu.org>
22282
22283 * progmodes/flymake.el (flymake-err-line-patterns):
22284 Allow for column numbers in the ant/javac pattern. (Bug#8866)
22285
22286 2011-06-27 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
22287
22288 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
22289 (ses--clean-!, ses--clean-_): New functions.
22290 (ses-range): Add configurability of readout order, and conversion
22291 to Calc vector.
22292
22293 * ses.el (ses-repair-cell-reference-all): New function.
22294 (ses-cell-symbol): Set macro as safe, so that it can be used in
22295 formulas.
22296
22297 * ses.el: Update cycle detection algorithm.
22298 (ses-localvars): Add ses--Dijkstra-attempt-nb and
22299 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
22300 (ses-set-localvars): New function.
22301 (ses-make-cell): Add property-list as a cell element.
22302 (ses-cell-property-get-fun, ses-cell-property-get)
22303 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
22304 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
22305 New functions.
22306 (ses-cell-property-set, ses-cell-property-pop)
22307 (ses-cell-property-get-handle): New macro.
22308 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
22309 New aliases, used for code readability.
22310 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
22311 cycle detection.
22312 (ses-self-reference-early-detection): New defcustom.
22313 (ses-formula-references): Robustify against self-referring cells.
22314 (ses-mode): Use ses-set-localvars.
22315 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
22316 before lauching the update processing.
22317 (ses-initialize-Dijkstra-attempt): New function.
22318 (ses-recalculate-cell): Update for cycle detection based on
22319 Dijkstra algorithm.
22320
22321 * ses.el: Fix commenting and indenting convention.
22322
22323 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22324
22325 * bs.el (bs-cycle-next): Complete last change.
22326
22327 2011-06-27 Drew Adams <drew.adams@oracle.com>
22328
22329 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
22330
22331 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
22332
22333 * net/network-stream.el (network-stream-open-starttls):
22334 Don't re-get capabilities unless we've reestablished connection.
22335 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
22336
22337 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
22338 to binary to possibly avoid line encoding issues on Windows (among
22339 other things).
22340
22341 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22342
22343 * net/network-stream.el (open-network-stream): Return an :error
22344 saying what the problem was, if possible.
22345
22346 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
22347 server.
22348
22349 * net/network-stream.el (network-stream-open-starttls): If we
22350 wanted to use STARTTLS, and the server offered it, but we weren't
22351 able to because we had no STARTTLS support, then close the connection.
22352 (open-network-stream): Return an :error element, if present.
22353
22354 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22355
22356 * hl-line.el (hl-line-sticky-flag): Doc fix.
22357 (global-hl-line-sticky-flag): New option (Bug#8323).
22358 (global-hl-line-highlight): Obey it.
22359
22360 * vc/vc.el (vc-revert-show-diff): Default to t.
22361
22362 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
22363
22364 * allout-widgets.el (allout-widgets-post-command-business):
22365 Stop decorating intermediate isearch matches. They're not being
22366 undecorated when an isearch is continued past, and isearch
22367 automatically collapses them. This leads to "widget leaks", where
22368 decorated items accumulate in collapsed areas. Lines with lots of
22369 hidden widgets can slow down cursor travel, substantially.
22370 Too much complicated machinery would be needed to ensure undecoration,
22371 so we're doing without this nicety.
22372
22373 (allout-widgets-tally-string): Don't try to do a hash-table-count
22374 of allout-widgets-tally when it's nil. This eliminates spurious "Error
22375 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
22376 *Messages* when allout-widgets-maintain-tally is t.
22377
22378 2011-06-26 Martin Rudalics <rudalics@gmx.at>
22379
22380 * window.el (display-buffer-normalize-argument): Rename to
22381 display-buffer-normalize-arguments. Handle special meaning of
22382 LABEL argument. Respect special-display-function when popping up
22383 a new frame. Fix code searching for a window showing the buffer
22384 on another frame.
22385 (display-buffer-normalize-specifiers):
22386 Call display-buffer-normalize-arguments.
22387 (display-buffer-in-window): Don't undedicate the window if its
22388 buffer remains the same.
22389 Reported by Drew Adams <drew.adams@oracle.com>.
22390 (display-buffer-alist): Add choice for same-window macro
22391 specfier.
22392 (display-buffer): Mention special meaning of LABEL argument in
22393 doc-string. Fix quoting. Don't pop up a new frame even as
22394 fallback.
22395
22396 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
22397
22398 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
22399 avoid deleting the current window in some cases (bug#8911).
22400
22401 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
22402
22403 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
22404 (Bug#8934)
22405
22406 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
22407
22408 * net/network-stream.el (network-stream-open-starttls):
22409 Use built-in TLS support if `gnutls-available-p' is true.
22410 (network-stream-open-tls): Ditto.
22411
22412 2011-06-26 Leo Liu <sdl.web@gmail.com>
22413
22414 * register.el (registerv): New struct.
22415 (registerv-make): New function.
22416 (jump-to-register, describe-register-1, insert-register):
22417 Support the jump-func, print-func and insert-func slot of a registerv
22418 struct. (Bug#8415)
22419
22420 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
22421
22422 * vc/vc.el (vc-revert-show-diff): New defcustom.
22423 (vc-diff-internal): New arg specifying diff buffer.
22424 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
22425 reuse an existing *vc-diff* buffer (Bug#8927).
22426
22427 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
22428
22429 2011-06-26 Glenn Morris <rgm@gnu.org>
22430
22431 * progmodes/f90.el (f90-critical-indent): New option.
22432 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
22433 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
22434 (f90-mode): Doc fix.
22435 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
22436 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
22437 (f90-beginning-of-block, f90-next-block, f90-indent-region)
22438 (f90-match-end): Handle block, critical.
22439
22440 2011-06-25 Glenn Morris <rgm@gnu.org>
22441
22442 * calendar/diary-lib.el (diary-included-files): Doc fix.
22443 (diary-include-files): New function, extracted from
22444 diary-include-other-diary-files and diary-mark-included-diary-files.
22445 (diary-include-other-diary-files, diary-mark-included-diary-files):
22446 Just call diary-include-files.
22447 (diary-mark-entries): Reset diary-included-files on first call.
22448
22449 * calendar/diary-lib.el (diary-mark-entries)
22450 (diary-mark-included-diary-files):
22451 Visit included diary-files in temp buffers.
22452
22453 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
22454 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
22455 (f90-start-block-re, f90-imenu-generic-expression)
22456 (f90-looking-at-program-block-start, f90-no-block-limit):
22457 Add support for submodules.
22458
22459 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
22460 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
22461
22462 2011-06-25 Eli Zaretskii <eliz@gnu.org>
22463
22464 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
22465 buffer-file-type before setting its value, to avoid disastrous
22466 global effects on decoding files for DOS/Windows systems. (Bug#8780)
22467
22468 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22469
22470 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
22471
22472 * ses.el (ses-unload-function):
22473 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
22474
22475 * proced.el (proced-unload-function):
22476 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
22477
22478 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
22479
22480 * server.el (server-create-window-system-frame): Add parameters arg.
22481 (server-process-filter): Doc fix. Handle frame-parameters.
22482
22483 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
22484
22485 Fix bug#8730, bug#8781.
22486
22487 * loadhist.el (unload--set-major-mode): New function.
22488 (unload-feature): Use it.
22489
22490 * progmodes/python.el (python-after-info-look): Add autoload cookie.
22491 (python-unload-function): New function.
22492
22493 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22494
22495 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
22496
22497 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
22498
22499 * net/browse-url.el (browse-url-firefox-program): Add icecat to
22500 the candidates list.
22501
22502 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
22503
22504 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
22505
22506 2011-06-23 Richard Stallman <rms@gnu.org>
22507
22508 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
22509 (rmail-variables): Set next-error-move-function.
22510 (rmail-what-message): Take argument POS.
22511 (rmail-next-error-move): New function.
22512
22513 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22514
22515 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
22516 messages for adjacent non-terminals.
22517
22518 2011-06-23 Richard Stallman <rms@gnu.org>
22519
22520 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
22521 (rmail-show-message-1): Preserve buffer modified flag.
22522 (rmail-start-mail): Don't specify use of rmail-mail-return;
22523 that's done by mail-bury now.
22524 (rmail-mail-return): Handle arg NEWBUF.
22525
22526 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
22527
22528 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
22529 SIZE is a number.
22530
22531 2011-06-23 Martin Rudalics <rudalics@gmx.at>
22532
22533 * window.el (get-lru-window, get-mru-window)
22534 (get-largest-window): Never return a minibuffer window.
22535 (display-buffer-pop-up-window): Fix a bug that could lead to
22536 reusing the minibuffer window.
22537 (display-buffer): Pass original specifier argument to
22538 display-buffer-function instead of the normalized one.
22539 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
22540
22541 2011-06-22 Leo Liu <sdl.web@gmail.com>
22542
22543 * minibuffer.el (completing-read-function)
22544 (completing-read-default): Move from minibuf.c.
22545
22546 2011-06-22 Richard Stallman <rms@gnu.org>
22547
22548 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
22549 to Rmail even if not started by a special Rmail command.
22550
22551 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
22552 Copy the buffer currently showing just one message.
22553
22554 2011-06-22 Roland Winkler <winkler@gnu.org>
22555
22556 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
22557 (bibtex-clean-entry): First delete the old key so that a
22558 customized algorithm for generating the new key does not get
22559 confused by the old key.
22560 (bibtex-url): Obey regexp of first step.
22561 (bibtex-search-entries): Do not use add-to-list with local
22562 list-var.
22563
22564 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22565
22566 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
22567 stored a user name, then query for the password first, instead of
22568 waiting for SMTP to give an error message and the trying again.
22569
22570 2011-06-22 Lawrence Mitchell <wence@gmx.li>
22571
22572 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
22573 BUFFER in call-process.
22574
22575 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22576
22577 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
22578 QUIT twice.
22579 (smtpmail-try-auth-methods): Require user name and password from
22580 auth-source.
22581
22582 2011-06-22 Martin Rudalics <rudalics@gmx.at>
22583
22584 * window.el (display-buffer-default-specifiers)
22585 (display-buffer-alist): Remove entries for pop-up-frame-alist.
22586 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
22587 (split-window): Normalize SIDE argument (Bug#8916).
22588
22589 * frame.el (pop-up-frame-alist, pop-up-frame-function)
22590 (special-display-frame-alist, special-display-popup-frame):
22591 Remove duplicate declarations. These are now in window.el.
22592
22593 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22594
22595 * mail/smtpmail.el (smtpmail-via-smtp):
22596 Set :use-starttls-if-possible so that we always use STARTTLS if the
22597 server supports it. SMTP servers that support STARTTLS commonly
22598 require it.
22599
22600 * net/network-stream.el (network-stream-open-starttls): Support
22601 upgrading to STARTTLS always, even if we don't have built-in support.
22602 (open-network-stream): Add the :always-query-capabilities keyword.
22603
22604 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
22605 upgrades with `open-network-stream', and rely solely on
22606 auth-source for all credentials. Big changes throughout the file,
22607 but in particular:
22608 (smtpmail-auth-credentials): Remove.
22609 (smtpmail-starttls-credentials): Remove.
22610 (smtpmail-via-smtp): Check for servers saying they want AUTH after
22611 MAIL FROM, too.
22612
22613 * net/network-stream.el (network-stream-open-starttls):
22614 Provide support for client certificates both for external and built-in
22615 STARTTLS.
22616 (auth-source): Require.
22617 (open-network-stream): Document the :client-certificate keyword.
22618 (network-stream-certificate): Change cert-cert to cert and
22619 cert-key to key.
22620
22621 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
22622
22623 * net/tramp-cache.el (top): Don't load the persistency file when
22624 "emacs -Q" has been called.
22625
22626 2011-06-21 Tim Harper <timcharper@gmail.com>
22627
22628 * term/ns-win.el (ns-initialize-window-system):
22629 Set application-specific `ApplePressAndHoldEnabled' system
22630 resource to NO as it is not yet supported by the NS port.
22631
22632 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
22633
22634 * misc.el (list-dynamic-libraries--refresh): Compute header here...
22635 (list-dynamic-libraries): ...not here.
22636
22637 2011-06-21 Leo Liu <sdl.web@gmail.com>
22638
22639 * subr.el (sha1): Implement sha1 using secure-hash.
22640
22641 2011-06-21 Martin Rudalics <rudalics@gmx.at>
22642
22643 * window.el (display-buffer-alist): In default value do not
22644 enforce searching a window on any but the selected frame.
22645 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
22646 (display-buffer-select-window): Remove function.
22647 (display-buffer-in-window): When a window on another frame gets
22648 reused, do not select it any more but just raise its frame if
22649 necessary (Bug#8851) and (Bug#8856).
22650 (display-buffer-normalize-options): Handle pop-up-frames related
22651 options more faithfully.
22652 (pop-to-buffer): Don't rely on `display-buffer' selecting the
22653 window if it is on another frame.
22654 (display-buffer-alist, display-buffer-default-specifiers):
22655 Don't make new frame unsplittable by default.
22656 (display-buffer-normalize-argument): Fix doc-string typo and use
22657 'same-frame-other-window instead of 'other-window when associating
22658 with display-buffer-macro-specifiers.
22659
22660 2011-06-21 Vincent BelaĂ¯che <vincent.b.1@hotmail.fr>
22661
22662 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
22663 New functions.
22664 (5x5-mode-map, 5x5-mode-menu): Bind them.
22665 (5x5-draw-grid): Tweak the solver's rendering.
22666
22667 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22668
22669 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
22670 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
22671
22672 2011-06-21 Drew Adams <drew.adams@oracle.com>
22673
22674 * menu-bar.el: Use function variable instead of switch-to-buffer.
22675 (menu-bar-select-buffer-function): New variable.
22676 (menu-bar-update-buffers): Use it (bug#8876).
22677
22678 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22679
22680 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
22681 variable's status.
22682
22683 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
22684
22685 * x-dnd.el (x-dnd-version-from-flags)
22686 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
22687 and long as number (Bug#8899).
22688 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
22689
22690 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22691
22692 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
22693 (completion-try-completion, completion-all-completions): Compute the
22694 metadata argument if it's missing; make it optional (bug#8795).
22695
22696 * wid-edit.el: Use lex-bind and move towards completion-at-point.
22697 (widget-complete): Use new :completion-function property.
22698 (widget-completions-at-point): New function.
22699 (default): Use :completion-function instead of :complete.
22700 (widget-default-completions): Rename from widget-default-complete;
22701 Rewrite.
22702 (widget-string-complete, widget-file-complete, widget-color-complete):
22703 Remove functions.
22704 (file, symbol, function, variable, coding-system, color):
22705 * international/mule-cmds.el (default-input-method, charset)
22706 (language-info-custom-alist):
22707 * cus-edit.el (face): Use new property :completions.
22708
22709 * progmodes/pascal.el (pascal-completions-at-point): New function.
22710 (pascal-mode): Use it.
22711 (pascal-mode-map): Use completion-at-point.
22712 (pascal-toggle-completions): Make obsolete.
22713 (pascal-complete-word, pascal-show-completions):
22714 * progmodes/octave-mod.el (octave-complete-symbol):
22715 Redefine as obsolete alias.
22716 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
22717 Signal absence of completion info for old Octave,
22718 (inferior-octave-complete): Redefine as obsolete alias.
22719 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
22720 (meta-completions-at-point): Rename from meta-complete-symbol and
22721 adapt it for use on completion-at-point-functions.
22722 (meta-common-mode): Use it.
22723 (meta-looking-at-backward, meta-match-buffer): Remove.
22724 (meta-complete-symbol): Redefine as obsolete alias.
22725 (meta-common-mode-map): Use completion-at-point.
22726 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
22727 (makefile-mode-map): Use completion-at-point.
22728 (makefile-completions-at-point): Rename from makefile-complete and
22729 adapt it for use on completion-at-point-functions.
22730 (makefile-mode): Use it.
22731 (makefile-complete): Redefine as obsolete alias.
22732
22733 2011-06-20 Deniz Dogan <deniz@dogan.se>
22734
22735 * net/rcirc.el: Delete trailing whitespaces once and for all.
22736
22737 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
22738
22739 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
22740
22741 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
22742
22743 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
22744
22745 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
22746
22747 2011-06-19 Martin Rudalics <rudalics@gmx.at>
22748
22749 * window.el (display-buffer-other-window-means-other-frame):
22750 Call display-buffer-normalize-alist.
22751 (display-buffer-normalize-specifiers-1): Rename to
22752 display-buffer-normalize-argument. New argument other-frame.
22753 Rewrite.
22754 (display-buffer-normalize-specifiers-2): Rename to
22755 display-buffer-normalize-options.
22756 (display-buffer-normalize-alist-1): New function.
22757 (display-buffer-normalize-specifiers-3): Rename to
22758 display-buffer-normalize-alist.
22759 Call display-buffer-normalize-alist-1.
22760 (display-buffer-normalize-options-inhibit): New variable.
22761 (display-buffer-normalize-specifiers): Rewrite calling
22762 display-buffer-normalize-alist,
22763 display-buffer-normalize-argument, and
22764 display-buffer-normalize-options. Don't call the latter if
22765 display-buffer-normalize-options-inhibit is non-nil.
22766 (frame-auto-delete): New option.
22767 (window-deletable-p): Use frame-auto-delete.
22768 (window-list-no-nils, window-state-ignored-parameters)
22769 (window-state-get-1, window-state-get, window-state-put-list)
22770 (window-state-put-1, window-state-put-2, window-state-put):
22771 New functions.
22772 (display-buffer-normalize-options): Move special-display-p group
22773 after pop-up-frame group (Bug#8851) and (Bug#8856).
22774
22775 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
22776
22777 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
22778 groups (Bug#8776).
22779 (rx-submatch-n): New function.
22780 (rx): Document it.
22781
22782 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
22783 (Bug#8768).
22784
22785 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
22786
22787 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
22788
22789 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
22790 anytime existing face settings are present (Bug#8889).
22791
22792 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
22793 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
22794 Remove unused argument.
22795
22796 2011-06-18 Martin Rudalics <rudalics@gmx.at>
22797
22798 * window.el (display-buffer-default-specifiers):
22799 Remove pop-up-frame. Add pop-up-window-min-height,
22800 pop-up-window-min-width, and another reuse-window specifier
22801 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
22802 (display-buffer-normalize-specifiers-2):
22803 Handle split-height-threshold and split-width-threshold also when
22804 pop-up-windows is unset. Add a reuse-window specifier for the
22805 case popping up a new window fails.
22806 (special-display-popup-frame): Remove double quoting.
22807 (display-buffer-normalize-specifiers-1): Fix thinko.
22808
22809 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22810
22811 * shell.el (shell-completion-vars): Set pcomplete-termination-string
22812 according to comint-completion-addsuffix.
22813
22814 * pcomplete.el: Convert to lexical binding and fix bug#8819.
22815 (pcomplete-suffix-list): Mark as obsolete.
22816 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
22817 pcomplete-seen in the closure.
22818 (pcomplete-comint-setup): Setup completion-at-point as well.
22819 (pcomplete--entries): New function.
22820 (pcomplete--env-regexp): New var.
22821 (pcomplete-entries): Rewrite to work with partial-completion and
22822 without relying on pcomplete-suffix-list.
22823 (pcomplete-pare-list): Remove, unused.
22824
22825 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22826
22827 * window.el (display-buffer-alist): Set pop-up-window-min-height
22828 and pop-up-window-min-width in default value. Reported by
22829 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
22830 other-window-means-other-frame.
22831 (display-buffer-macro-specifiers): Comment out entry for
22832 other-window specifier.
22833 (display-buffer-other-window-means-other-frame): New function.
22834 (display-buffer-normalize-specifiers-1): New arguments
22835 buffer-name and label. Treat other-window case specially.
22836 (display-buffer-normalize-specifiers-2): Treat other-window case
22837 specially.
22838 (display-buffer-normalize-specifiers-3): New function.
22839 (display-buffer-normalize-specifiers):
22840 Call display-buffer-normalize-specifiers-3.
22841
22842 2011-06-17 Martin Rudalics <rudalics@gmx.at>
22843
22844 * window.el (same-window-p): Fix two typos introduced when
22845 adding with-no-warnings.
22846 (display-buffer-normalize-specifiers-1): Don't check
22847 pop-up-frames for 'unset initialization.
22848 (display-buffer-normalize-specifiers-2): Major rewrite using
22849 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
22850 (pop-up-frames, display-buffer-reuse-frames)
22851 (display-buffer-mark-dedicated): Don't initialize to 'unset.
22852 Suggested by David Engster <deng@randomsample.de>.
22853 (even-window-heights): Initialize to 'unset.
22854 (display-buffer-alist-set): Handle new 'unset initializations.
22855 (display-buffer-macro-specifiers): Don't pop up a new frame in the
22856 other window case.
22857
22858 2011-06-16 Martin Rudalics <rudalics@gmx.at>
22859
22860 * window.el (display-buffer-normalize-specifiers-1):
22861 Respect current value of pop-up-frames for most reasonable values of
22862 second argument of display-buffer (Bug#8865).
22863 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
22864 (switch-to-buffer-other-window-same-frame)
22865 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
22866 Adams (Bug#8875).
22867 (display-buffer): Don't check noninteractive when calling
22868 display-buffer-pop-up-frame.
22869 (display-buffer-pop-up-frame): Never pop up a frame in
22870 noninteractive mode (Bug#8857).
22871 (enlarge-window, shrink-window): Don't report an error when the
22872 window can't be resized as requested (Bug#8862).
22873
22874 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22875
22876 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
22877
22878 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
22879
22880 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
22881
22882 2011-06-15 Alan Mackenzie <acm@muc.de>
22883
22884 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
22885 for declarators, disable knr checking to speed up for normal files.
22886 2: Refactor, replacing a sequence of nested if forms by a cond form.
22887
22888 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22889
22890 * net/network-stream.el (open-network-stream): Add the keyword
22891 :always-query-capabilities for the case where you want to force a
22892 `plain' network connection, but the protocol still requires the
22893 capabilitiy command (i.e., SMTP and EHLO).
22894
22895 * subr.el (process-live-p): Rename from `process-alive-p' for
22896 consistency with other `-live-p' functions.
22897
22898 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
22899
22900 * window.el (same-window-buffer-names, same-window-regexps)
22901 (special-display-frame-alist, special-display-popup-frame)
22902 (special-display-function, special-display-buffer-names)
22903 (special-display-regexps, pop-up-frame-alist)
22904 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
22905 (pop-up-windows, split-window-preferred-function)
22906 (split-height-threshold, split-width-threshold, even-window-heights)
22907 (display-buffer-mark-dedicated): Don't encourage the use of
22908 display-buffer-alist from Elisp code.
22909
22910 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
22911
22912 * progmodes/python.el (python-mode): Derive from prog-mode.
22913 * progmodes/ps-mode.el (ps-mode):
22914 * progmodes/mixal-mode.el (mixal-mode):
22915 * progmodes/cfengine.el (cfengine-mode):
22916 * progmodes/ld-script.el (ld-script-mode): Likewise.
22917
22918 2011-06-15 Martin Rudalics <rudalics@gmx.at>
22919
22920 * window.el (display-buffer-alist): Trim default value to avoid
22921 popping up a new frame (Bug#8857) or reusing an arbitrary window
22922 on another frame.
22923 (display-buffer): Do not fall back on popping up a new frame in
22924 batch mode (Bug#8857).
22925
22926 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
22927
22928 * cus-theme.el (describe-theme-1): Use custom-theme-p.
22929 (custom-theme-summary): New function.
22930 (customize-themes): Use it.
22931
22932 2011-06-13 Glenn Morris <rgm@gnu.org>
22933
22934 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
22935
22936 2011-06-13 Martin Rudalics <rudalics@gmx.at>
22937
22938 * help.el (help-window): Remove variable.
22939 (help-window-point-marker, temp-buffer-max-height)
22940 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
22941 (help-print-return-message): Don't set help-window.
22942 (resize-temp-buffer-window): Rewrite cod eand doc-string.
22943 (help-window-setup-finish): Remove.
22944 (help-window-display-message, help-window-setup)
22945 (with-help-window): Major rewrite based on new
22946 display-buffer-window variable.
22947
22948 * help-mode.el (help-mode-finish): Remove help-window related
22949 code.
22950
22951 * view.el (view-exits-all-viewing-windows): Remove reference to
22952 view-return-to-alist in doc-string.
22953 (view-return-to-alist): Make obsolete.
22954 (view-buffer): Call pop-to-buffer-same-window and remove
22955 undo-window code.
22956 (view-buffer-other-window): Call pop-to-buffer-other-window and
22957 simplify code. Ignore second argument.
22958 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
22959 simplify code. Ignore second argument.
22960 (view-return-to-alist-update): Make obsolete.
22961 (view-mode-enter): Rename second argument to QUIT-RESTORE.
22962 Rewrite using quit-restore window parameters.
22963 (view-mode-exit): Rename second argument to EXIT-ONLY.
22964 Rewrite using quit-restore-window.
22965 (View-exit, View-exit-and-edit, View-leave, View-quit)
22966 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
22967 appropriate arguments.
22968 (view-end-message): Use quit-restore window parameter.
22969
22970 * window.el (display-buffer-function): Rewrite doc-string.
22971 (display-buffer-window, display-buffer-alist): New variables.
22972 (display-buffer-split-specifiers)
22973 (display-buffer-side-specifiers)
22974 (display-buffer-macro-specifiers): New constants.
22975 (display-buffer-even-window-sizes, display-buffer-set-height)
22976 (display-buffer-set-width, display-buffer-select-window)
22977 (display-buffer-in-window, display-buffer-reuse-window)
22978 (display-buffer-split-window-1, display-buffer-split-window)
22979 (display-buffer-split-atom-window, display-buffer-pop-up-window)
22980 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
22981 (display-buffer-in-side-window, normalize-buffer-to-display)
22982 (display-buffer-normalize-specifiers-1)
22983 (display-buffer-normalize-specifiers-2)
22984 (display-buffer-normalize-specifiers, display-buffer-frame):
22985 New functions.
22986 (display-buffer): Major rewrite.
22987 (display-buffer-other-window, display-buffer-other-frame)
22988 (pop-to-buffer, switch-to-buffer-other-window)
22989 (switch-to-buffer-other-frame): Rewrite.
22990 (display-buffer-same-window, display-buffer-same-frame)
22991 (display-buffer-same-frame-other-window)
22992 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22993 (pop-to-buffer-other-window)
22994 (pop-to-buffer-same-frame-other-window)
22995 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22996 (switch-to-buffer-other-window-same-frame): New functions.
22997 (same-window-p, special-display-p): Rewrite disabling warnings.
22998 Make obsolete.
22999 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23000 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
23001 Make obsolete
23002 (same-window-buffer-names, same-window-regexps)
23003 (special-display-frame-alist, special-display-popup-frame)
23004 (special-display-function, special-display-buffer-names)
23005 (special-display-regexps, pop-up-frame-alist)
23006 (pop-up-frame-function, split-window-preferred-function)
23007 (split-height-threshold, split-width-threshold)
23008 (even-window-heights): Make obsolete.
23009
23010 2011-06-12 Glenn Morris <rgm@gnu.org>
23011
23012 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
23013 Misc simplifications.
23014
23015 2011-06-12 Martin Rudalics <rudalics@gmx.at>
23016
23017 * window.el (window-safely-shrinkable-p): Restore function which
23018 was inadvertently removed in change from 2011-06-11. Declare as
23019 obsolete.
23020
23021 * calendar/calendar.el (calendar-generate-window):
23022 Use window-iso-combined-p instead of combination of one-window-p and
23023 window-safely-shrinkable-p.
23024
23025 2011-06-12 Glenn Morris <rgm@gnu.org>
23026
23027 * progmodes/fortran.el (fortran-mode-syntax-table):
23028 * progmodes/f90.el (f90-mode-syntax-table):
23029 Set % to punctuation. (Bug#8820)
23030 (f90-find-tag-default): Remove, no longer needed.
23031
23032 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
23033
23034 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
23035
23036 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
23037
23038 * image.el (image-animated-p): Return animation delay in seconds.
23039 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
23040 (image-animate-timeout): Remove DELAY argument. Don't assume
23041 every subimage has the same delay; get it from image-animated-p.
23042 (image-animate): Caller changed.
23043
23044 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
23045
23046 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
23047 to ignored backtrace functions.
23048
23049 2011-06-11 Glenn Morris <rgm@gnu.org>
23050
23051 * calendar/appt.el (appt-disp-window-function): Doc fix.
23052 (appt-check): Handle overlapping appointments. (Bug#8337)
23053
23054 2011-06-11 Martin Rudalics <rudalics@gmx.at>
23055
23056 * window.el (window-tree-1, window-tree): New functions, moving
23057 the latter to window.el.
23058 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
23059 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
23060 (bw-refresh-edges): Remove.
23061 (balance-windows-1, balance-windows-2): New functions.
23062 (balance-windows): Rewrite in terms of window tree functions,
23063 balance-windows-1 and balance-windows-2.
23064 (bw-adjust-window): Remove.
23065 (balance-windows-area-adjust): New function with functionality of
23066 bw-adjust-window but using resize-window.
23067 (set-window-text-height): Rewrite doc-string.
23068 Use normalize-live-window and resize-window.
23069 (enlarge-window-horizontally, shrink-window-horizontally):
23070 Rename argument to DELTA.
23071 (window-buffer-height): New function.
23072 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
23073 Rewrite using new window resize routines.
23074 (kill-buffer-and-window, mouse-autoselect-window-select):
23075 Use ignore-errors instead of condition-case.
23076 (quit-window): Call delete-frame instead of delete-windows-on
23077 for the only buffer on frame.
23078
23079 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23080
23081 * loadup.el (top-level): Load window before files for the sake
23082 of replace-buffer-in-windows.
23083
23084 * files.el (read-buffer-to-switch)
23085 (switch-to-buffer-other-window)
23086 (switch-to-buffer-other-frame, display-buffer-other-frame):
23087 Move to window.el.
23088
23089 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
23090 (previous-buffer): Move to window.el.
23091
23092 * bindings.el (unbury-buffer): Move to window.el.
23093
23094 * window.el (delete-other-windows-vertically): Move after
23095 definition of delete-other-windows.
23096 (other-window, delete-windows-on, replace-buffer-in-windows):
23097 Move here from window.c.
23098 (record-window-buffer, unrecord-window-buffer)
23099 (set-window-buffer-start-and-point, switch-to-prev-buffer)
23100 (switch-to-next-buffer): New functions.
23101 (get-next-valid-buffer, last-buffer, next-buffer): Move here
23102 from simple.el. Call switch-to-next-buffer.
23103 (previous-buffer): Move here from simple.el.
23104 Call switch-to-prev-buffer.
23105 (bury-buffer): Move here from buffer.c. Switch to previous
23106 buffer when window cannot be deleted.
23107 (unbury-buffer): Move here from bindings.el.
23108 (ctl-x-map): Move binding for other-window from window.c to
23109 here.
23110 (read-buffer-to-switch, switch-to-buffer-other-window)
23111 (switch-to-buffer-other-frame): Move here from files.el.
23112 (normalize-buffer-to-switch-to): New functions.
23113 (switch-to-buffer): Move here from buffer.c.
23114 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
23115
23116 2011-06-10 Martin Rudalics <rudalics@gmx.at>
23117
23118 * window.el (window-min-height, window-min-width): Move here
23119 from window.c. Add defcustoms and rewrite doc-strings.
23120 (resize-mini-window, resize-window): New functions.
23121 (adjust-window-trailing-edge, enlarge-window, shrink-window):
23122 Move here from window.c.
23123 (maximize-window, minimize-window): New functions.
23124 (delete-window, delete-other-windows, split-window): Move here
23125 from window.c.
23126 (window-split-min-size): New function.
23127 (split-window-keep-point): Mention split-window-above-each-other
23128 instead of split-window-vertically.
23129 (split-window-above-each-other, split-window-vertically):
23130 Rename split-window-vertically to split-window-above-each-other
23131 and provide defalias for old definition.
23132 (split-window-side-by-side, split-window-horizontally):
23133 Rename split-window-horizontally to split-window-side-by-side
23134 and provide defalias for the old definition.
23135 (ctl-x-map): Move bindings for delete-window,
23136 delete-other-windows and enlarge-window here from window.c.
23137 Replace bindings for split-window-vertically and
23138 split-window-horizontally by bindings for
23139 split-window-above-each-other and split-window-side-by-side.
23140
23141 * cus-start.el (all): Remove entries for window-min-height and
23142 window-min-width. Add entries for window-splits and
23143 window-nest.
23144
23145 2011-06-09 Glenn Morris <rgm@gnu.org>
23146
23147 * calendar/appt.el (appt-mode-line): New function.
23148 (appt-check, appt-disp-window): Use it.
23149
23150 * files.el (hack-one-local-variable-eval-safep):
23151 Allow minor-modes with explicit +/-1 arguments.
23152
23153 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
23154
23155 * term/xterm.el (xterm): Add defgroup.
23156 (xterm-extra-capabilities): Add defcustom to supply known xterm
23157 capabilities, skip querying them, or query them (default).
23158 (terminal-init-xterm): Use it.
23159 (terminal-init-xterm-modify-other-keys): New function to set up
23160 modifyOtherKeys support to simplify `terminal-init-xterm'.
23161
23162 2011-06-09 Martin Rudalics <rudalics@gmx.at>
23163
23164 * window.el (resize-window-reset, resize-window-reset-1)
23165 (resize-subwindows-skip-p, resize-subwindows-normal)
23166 (resize-subwindows, resize-other-windows, resize-this-window)
23167 (resize-root-window, resize-root-window-vertically)
23168 (window-deletable-p, window-or-subwindow-p)
23169 (frame-root-window-p): New functions.
23170
23171 2011-06-09 Glenn Morris <rgm@gnu.org>
23172
23173 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
23174 (ange-ftp-get-files): Use it.
23175
23176 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23177
23178 * mail/sendmail.el (mail-recover-1, mail-recover):
23179 * files.el (recover-file, recover-session):
23180 Handle dired-listing-switches not being just a single short option.
23181
23182 2011-06-09 Glenn Morris <rgm@gnu.org>
23183
23184 * calendar/appt.el (appt-display-message, appt-disp-window):
23185 Handle lists of appointments.
23186
23187 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23188
23189 * window.el (one-window-p): Move down in code.
23190 Rewrite doc-string.
23191 (window-current-scroll-bars): Rewrite doc-string.
23192 Normalize live window argument.
23193 (walk-windows, get-window-with-predicate, count-windows):
23194 Rewrite doc-string. Use window-list-1.
23195 (window-in-direction-2, window-in-direction, get-mru-window):
23196 New functions.
23197
23198 2011-06-08 Reuben Thomas <rrt@sc3d.org>
23199
23200 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
23201 Doc fix (Bug#8713).
23202
23203 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
23204
23205 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
23206
23207 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
23208
23209 * loadhist.el (unload-feature-special-hooks):
23210 Add `comint-output-filter-functions'.
23211
23212 2011-06-08 Ivan Kanis <gnu@kanis.fr>
23213
23214 * calendar/appt.el (appt-check): Move some initializations into the let.
23215
23216 2011-06-08 Martin Rudalics <rudalics@gmx.at>
23217
23218 * window.el (window-height): Defalias to window-total-height.
23219 (window-width): Defalias to window-body-width.
23220
23221 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
23222
23223 * image-mode.el (image-toggle-animation): New command.
23224 (image-mode-map): Bind it to RET.
23225 (image-mode): Update message.
23226 (image-toggle-display-image): Avoid a spurious cache flush.
23227 (image-transform-rotation): Doc fix.
23228 (image-transform-properties): Return quickly in the normal case.
23229 (image-animate-loop): Rename from image-animate-max-time.
23230
23231 * image.el (image-animate-max-time): Move to image-mode.el.
23232 (create-animated-image): Remove unnecessary function.
23233 (image-animate): Rename from image-animate-start. New arg.
23234 (image-animate-stop): Remove; just use image-animate-timer.
23235 (image-animate-timer): Use car-safe.
23236 (image-animate-timeout): Rename argument.
23237
23238 2011-06-07 Martin Rudalics <rudalics@gmx.at>
23239
23240 * window.el (get-lru-window, get-largest-window): Move here from
23241 window.c. Rename first argument to ALL-FRAMES.
23242 Rephrase doc-strings.
23243 (get-buffer-window-list): Rewrite using window-list-1.
23244 Rephrase doc-string.
23245 (window-safe-min-height, window-safe-min-width): New constants.
23246 (window-size-ignore, window-min-size, window-min-size-1)
23247 (window-sizable, window-sizable-p, window-size-fixed-1)
23248 (window-size-fixed-p, window-min-delta-1, window-min-delta)
23249 (window-max-delta-1, window-max-delta, window-resizable)
23250 (window-resizable-p, window-total-height, window-total-width)
23251 (window-body-width): New functions.
23252 (window-full-height-p, window-full-width-p): Rewrite using
23253 window-total-size.
23254 (window-body-height): Rewrite using window-body-size.
23255
23256 2011-06-06 Martin Rudalics <rudalics@gmx.at>
23257
23258 * window.el (window-right, window-left, window-child)
23259 (window-child-count, window-last-child, window-any-p)
23260 (normalize-live-buffer, normalize-live-frame)
23261 (normalize-any-window, normalize-live-window)
23262 (window-iso-combination-p, window-iso-combined-p)
23263 (window-iso-combinations)
23264 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
23265 (windows-with-parameter, window-with-parameter)
23266 (window-atom-root, make-window-atom, window-atom-check-1)
23267 (window-atom-check, window-side-check, window-check):
23268 New functions.
23269 (ignore-window-parameters, window-sides, window-sides-vertical)
23270 (window-sides-slots): New variables.
23271 (window-size-fixed): Move down in code. Minor doc-string fix.
23272
23273 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
23274
23275 * comint.el (comint-dynamic-complete-as-filename)
23276 (comint-dynamic-complete-filename): Correctly call
23277 completion-in-region.
23278
23279 2011-06-05 Deniz Dogan <deniz@dogan.se>
23280
23281 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
23282 in last change.
23283
23284 2011-06-05 Deniz Dogan <deniz@dogan.se>
23285
23286 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
23287 (rcirc): Use it to prompt for encryption.
23288
23289 2011-06-05 Roland Winkler <winkler@gnu.org>
23290
23291 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
23292 (bibtex-search-entries): New command bound to C-c C-a.
23293 (bibtex-display-entries): New function.
23294
23295 2011-06-05 Roland Winkler <winkler@gnu.org>
23296
23297 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
23298 (bibtex-insert-kill): After yanking insert newline if necessary.
23299 (bibtex-initialize): Call bibtex-string-files-init only once.
23300 (bibtex-mode): Do not call easy-menu-add.
23301 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
23302 (bibtex-yank): Set arg properly if nil.
23303
23304 2011-06-05 Roland Winkler <winkler@gnu.org>
23305
23306 * textmodes/bibtex.el (bibtex-search-entry-globally):
23307 New variable.
23308 (bibtex-search-entry): Use it.
23309
23310 2011-06-05 Roland Winkler <winkler@gnu.org>
23311
23312 * textmodes/bibtex.el (bibtex-entry-format): New option
23313 sort-fields.
23314 (bibtex-format-entry, bibtex-reformat): Honor this option.
23315 (bibtex-parse-entry): Return fields in proper order.
23316
23317 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
23318
23319 * doc-view.el (doc-view-remove-if): Move computation of result out
23320 of `dolist' to silence misleading lexical-binding warning.
23321
23322 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
23323
23324 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
23325 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
23326
23327 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23328
23329 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
23330 "SunOS 5.10".
23331
23332 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
23333
23334 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
23335 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
23336 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
23337 (tramp-parse-putty):
23338 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
23339 (tramp-completion-function-alist-ssh)
23340 (tramp-completion-function-alist-telnet)
23341 (tramp-completion-function-alist-su)
23342 (tramp-completion-function-alist-putty): Set `tramp-autoload'
23343 cookie.
23344
23345 * net/tramp-ftp.el:
23346 * net/tramp-sh.el:
23347 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
23348 load "tramp.el" `tramp-set-completion-function'.
23349
23350 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
23351
23352 * shell.el: Require and use pcomplete.
23353 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
23354 (shell-completion-vars): Set pcomplete-default-completion-function.
23355
23356 2011-06-04 Deniz Dogan <deniz@dogan.se>
23357
23358 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
23359 `memq' (Bug#8799).
23360
23361 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23362
23363 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
23364
23365 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
23366
23367 * bs.el (bs--mark-unmark, bs--nth-wrapper):
23368 * mpc.el (mpc-select-extend, mpc-songpointer-context):
23369 * vc/log-view.el (log-view-beginning-of-defun):
23370 * vc/smerge-mode.el (smerge-apply-resolution-patch)
23371 (smerge-refine-forward, smerge-refine-chopup-region):
23372 Silence warning for unused `dotimes' counter variables.
23373
23374 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
23375
23376 * net/tramp.el (tramp-with-progress-reporter): Rename from
23377 with-progress-reporter. Use `declare'.
23378 * net/tramp-smb.el:
23379 * net/tramp-sh.el:
23380 * net/tramp-gvfs.el: Update all uses.
23381
23382 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
23383
23384 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
23385 buffer isn't killed before making it current.
23386
23387 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23388
23389 Silence various byte-compiler warnings.
23390 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
23391 `access-type' and new obsolescence format.
23392 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
23393 new format.
23394 (byte-compile-check-variable): New `access-type' argument.
23395 Only warn if the access-type is obsolete.
23396 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23397 (byte-compile-variable-set): Adjust callers.
23398 * help-fns.el (describe-variable): Adjust to new obsolescence format.
23399 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
23400 setting it as obsolete.
23401 * simple.el (minibuffer-completing-symbol):
23402 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
23403 access as obsolete.
23404 * minibuffer.el (minibuffer-completing-file-name): Don't make it
23405 obsolete yet.
23406 * international/quail.el (quail-mouse-choose-completion): Remove unused
23407 code referring to obsolete var.
23408 (quail-choose-completion-string): Remove.
23409 * server.el (server-clients-with, server-kill-buffer-query-function)
23410 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
23411 * proced.el (proced-send-signal):
23412 * emacs-lisp/lisp.el (lisp-complete-symbol):
23413 Replace completion-annotate-function with completion-extra-properties.
23414
23415 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
23416
23417 * simple.el (goto-line): Use read-number.
23418 (overriding-map-is-bound): Remove.
23419 (saved-overriding-map): Change default.
23420 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
23421 Take the map as argument.
23422 (universal-argument, negative-argument, digit-argument): Use it.
23423 (restore-overriding-map): Adjust.
23424 (do-auto-fill): Use fill-forward-paragraph.
23425 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
23426
23427 * minibuffer.el (minibuffer-inactive-mode-map): New var.
23428 (minibuffer-inactive-mode): New major mode.
23429 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
23430 the *Messages* buffer" hack.
23431 (mouse-popup-menubar): Don't burp if the event is a normal key.
23432
23433 Miscellaneous tweaks.
23434 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
23435 lexical scoping as in subr.el's dolist and dotimes.
23436 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
23437 Silence compiler warning.
23438 * thingatpt.el (forward-whitespace): Trivial coding style fix.
23439 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
23440 * international/ccl.el (ccl-compile): Trivial simplification.
23441 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
23442 * emacs-lisp/testcover.el (testcover-end): Remove spurious
23443 `printflag' argument.
23444 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
23445 Purecopy the whole obsolescence data.
23446
23447 2011-06-01 Leo Liu <sdl.web@gmail.com>
23448
23449 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
23450 improve doc-string as suggested by Marco Pessotto
23451 <melmothx@gmail.com>.
23452 (rcirc-print): Fix last change.
23453
23454 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23455
23456 * minibuffer.el (complete-with-action): Return nil for the metadata and
23457 boundaries of non-functional tables.
23458 (completion-table-dynamic): Return nil for the metadata.
23459 (completion-table-with-terminator): Add default case, using
23460 complete-with-action.
23461 (completion--metadata): New function.
23462 (completion-all-sorted-completions, minibuffer-completion-help): Use it
23463 to try and avoid pathological performance problems.
23464 (completion--embedded-envvar-table): Return `category' metadata.
23465
23466 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
23467
23468 * subr.el (process-alive-p): New tiny convenience function.
23469
23470 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23471
23472 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
23473 content but also its previous major mode.
23474
23475 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
23476
23477 * emacs-lisp/debug.el (debug): Restore the previous content of the
23478 *Backtrace* buffer when we exit with C-M-c.
23479
23480 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23481
23482 * minibuffer.el: Add metadata method to completion tables.
23483 (completion-category-overrides): New defcustom.
23484 (completion-metadata, completion--field-metadata)
23485 (completion-metadata-get, completion--styles)
23486 (completion--cycle-threshold): New functions.
23487 (completion-try-completion, completion-all-completions):
23488 Add `metadata' argument to choose completion-styles.
23489 (completion--do-completion): Use metadata to choose cycling.
23490 (completion-all-sorted-completions): Use metadata for sorting.
23491 Remove :completion-cycle-penalty which is not needed any more.
23492 (completion--try-word-completion): Add `metadata' argument.
23493 (minibuffer-completion-help): Check metadata for annotation function
23494 and sorting.
23495 (completion-file-name-table): Return `category' metadata.
23496 (minibuffer-completing-file-name): Make obsolete.
23497 * simple.el (minibuffer-completing-symbol): Make obsolete.
23498 * icomplete.el (icomplete-completions): Pass new `metadata' param to
23499 completion-try-completion.
23500
23501 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23502
23503 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
23504
23505 2011-05-30 Leo Liu <sdl.web@gmail.com>
23506
23507 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
23508 (rcirc-print): Decode all incoming messages (bug#8744).
23509 (rcirc-decode-coding-system): Allow value nil for automatic coding
23510 system detection.
23511
23512 2011-06-01 Glenn Morris <rgm@gnu.org>
23513
23514 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
23515
23516 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23517
23518 * image.el (image-animate-max-time): Allow nil and t values.
23519 Default to nil.
23520 (create-animated-image): Doc fix.
23521 (image-animate-start): Remove second arg; just use
23522 image-animate-max-time.
23523 (image-animate-timeout): Doc fix. Args changed.
23524
23525 * image-mode.el (image-toggle-display-image): Ensure that the
23526 image spec passed to the animate timer is the same object as in
23527 the buffer's display property (Bug#6981).
23528 (image-transform-properties): Doc fix.
23529
23530 * image.el (image-animate-max-time): Default to nil.
23531
23532 2011-05-29 Martin Rudalics <rudalics@gmx.at>
23533
23534 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
23535 entire buffer list (Bug#8184).
23536
23537 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23538
23539 * image.el (imagemagick-types-inhibit)
23540 (imagemagick-register-types): Doc fix.
23541
23542 2011-05-29 Deniz Dogan <deniz@dogan.se>
23543
23544 * net/rcirc.el (rcirc): Use the user's stored encryption method by
23545 default.
23546
23547 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
23548
23549 * select.el: Don't perform clipboard-manager saving in hooks;
23550 leave the hooks empty.
23551
23552 2011-05-28 Leo Liu <sdl.web@gmail.com>
23553
23554 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
23555 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
23556 (occur-edit-mode): New major mode (Bug#8463).
23557 (occur-after-change-function): New function.
23558 (occur-engine): Give Occur tags a read-only property.
23559
23560 2011-05-28 Kevin Ryde <user42@zip.com.au>
23561
23562 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
23563
23564 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23565
23566 * bindings.el (help-echo): Make the initial non-indicator dash
23567 empty on graphical terminals (Bug#7295).
23568
23569 * files.el (auto-mode-alist): Move config rule after the
23570 in-stripping one (Bug#8547).
23571
23572 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
23573
23574 * startup.el (normal-splash-screen): Remove gratuitous mode-line
23575 setting (Bug#8740).
23576
23577 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
23578
23579 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
23580 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
23581 (Bug#8539).
23582
23583 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23584
23585 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
23586
23587 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
23588
23589 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
23590 (hs-hide-block-at-point, hs-find-block-beginning)
23591 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
23592 (Bug#8279).
23593
23594 2011-05-28 Glenn Morris <rgm@gnu.org>
23595
23596 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
23597
23598 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
23599
23600 * help-fns.el (describe-function-1): If the function is a derived
23601 major mode, print the parent mode.
23602
23603 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
23604 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
23605
23606 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
23607
23608 * minibuffer.el (completion--capf-wrapper): Check applicability before
23609 returning non-nil for non-exclusive completion data.
23610 * progmodes/etags.el (tags-completion-at-point-function):
23611 * info-look.el (info-lookup-completions-at-point): Mark as
23612 non-exclusive.
23613 (info-complete): Adjust accordingly.
23614
23615 * info-look.el: Convert to lexical-binding and completion-at-point.
23616 (info-lookup-completions-at-point): New function.
23617 (info-complete): Use it and completion-in-region.
23618
23619 2011-05-28 Drew Adams <drew.adams@oracle.com>
23620
23621 * isearch.el: Let M-e start with point at the first mismatched char.
23622 (isearch-fail-pos): New function.
23623 (isearch-edit-string): Use it.
23624
23625 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23626
23627 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23628
23629 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
23630
23631 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
23632 traversal functions for avl-trees.
23633 (avl-tree--stack): New struct.
23634 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
23635 (avl-tree-enter): Add optional `updatefun' arg.
23636 (avl-tree--do-enter): Add optional `updatefun' arg.
23637 Change return value.
23638 (avl-tree-delete): Add optional `test' and `nilflag' args.
23639 (avl-tree--do-delete): Add `test' and `nilflag' args.
23640 Change return value.
23641 (avl-tree-member): Add optional `nilflag'
23642 (avl-tree-member-p): New function.
23643 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
23644 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
23645 (avl-tree-stack-empty-p): New functions.
23646
23647 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
23648 avl-tree--del-balance1 and make it work both ways.
23649 (avl-tree--del-balance2): Remove.
23650 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
23651 make it work both ways.
23652 (avl-tree--enter-balance2): Remove.
23653 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
23654 New macros.
23655 (avl-tree--mapc, avl-tree-map): Add direction argument.
23656
23657 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
23658
23659 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
23660
23661 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
23662
23663 * select.el: Support clipboard managers with built-in function
23664 x-clipboard-manager-save, via delete-frame-functions and
23665 kill-emacs-hook.
23666 (xselect-convert-to-targets): Add MULTIPLE target to list.
23667 (xselect-convert-to-save-targets): New function.
23668
23669 2011-05-27 Kenichi Handa <handa@m17n.org>
23670
23671 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
23672 let-binding rfc2047-encode-encoded-words to nil.
23673
23674 2011-05-27 Glenn Morris <rgm@gnu.org>
23675
23676 * mail/emacsbug.el: Don't require url-util.
23677
23678 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
23679
23680 * files.el (set-auto-mode):
23681 Also respect mode: entries at the end of the file. (Bug#8586)
23682
23683 2011-05-26 Glenn Morris <rgm@gnu.org>
23684
23685 * files.el (hack-local-variables-prop-line, hack-local-variables):
23686 Downcase mode names, as seems to be traditional.
23687 (hack-local-variables, hack-local-variables-apply): Doc fixes.
23688
23689 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
23690 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
23691
23692 2011-05-25 Julien Danjou <julien@danjou.info>
23693
23694 * textmodes/rst.el (rst-define-level-faces): Do not define face
23695 symbol if it is already defined.
23696
23697 2011-05-24 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23698
23699 * play/5x5.el (5x5-new-game, 5x5-randomize):
23700 Reset 5x5-solver-output to nil when a new grid is cast.
23701 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
23702 these debugging traces, as defmacro breaks the compiled code.
23703
23704 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
23705
23706 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
23707
23708 2011-05-24 Leo Liu <sdl.web@gmail.com>
23709
23710 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
23711 (vc-bzr-sha1): Adapt.
23712
23713 * sha1.el: Remove. Function `sha1' is now builtin.
23714
23715 * bindings.el: Provide sha1 feature.
23716
23717 2011-05-24 Kenichi Handa <handa@m17n.org>
23718
23719 * mail/sendmail.el: Require `rfc2047'.
23720 (mail-insert-from-field): Do not perform RFC2047 encoding.
23721 (mail-encode-header): New function.
23722 (sendmail-send-it): Set buffer-file-coding-system of the work
23723 buffer to the return value of select-message-coding-system.
23724 Call mail-encode-header.
23725
23726 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
23727
23728 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
23729
23730 * mail/supercite.el (sc-default-cite-frame):
23731 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
23732
23733 2011-05-24 Glenn Morris <rgm@gnu.org>
23734
23735 * progmodes/python.el (brm-menu): Declare.
23736
23737 * emulation/viper.el (viper-set-hooks): Declare.
23738
23739 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
23740 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
23741 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
23742 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
23743 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
23744 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
23745
23746 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23747
23748 Add an :exit-function for completion-at-point.
23749
23750 * minibuffer.el (completion--done): New fun.
23751 (completion--do-completion): Use it. New arg `expect-exact'.
23752 (minibuffer-complete, minibuffer-complete-word): Don't output message,
23753 since completion--do-completion does it for us now.
23754 (minibuffer-force-complete): Use completion--done and
23755 completion--replace. Handle sole-completion case with more care.
23756 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
23757 (completion-extra-properties): New var.
23758 (completion-annotate-function): Make obsolete.
23759 (minibuffer-completion-help): Adjust accordingly.
23760 Use completion-list-insert-choice-function.
23761 (completion-at-point, completion-help-at-point):
23762 Bind completion-extra-properties.
23763 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
23764 * simple.el (completion-list-insert-choice-function): New var.
23765 (completion-setup-function): Preserve it.
23766 (choose-completion): Pay attention to it, shuffle the code a bit.
23767 (choose-completion-string): New arg `insert-function'.
23768
23769 * textmodes/bibtex.el: Convert to lexical binding.
23770 (bibtex-mode-map): Use completion-at-point.
23771 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
23772 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
23773 (bibtex-complete): Define as obsolete alias.
23774 (bibtex-complete-internal): Remove.
23775 (bibtex-format-entry): Remove unused sub-group in regexp.
23776 * shell.el (shell--command-completion-data)
23777 (shell-environment-variable-completion):
23778 * pcomplete.el (pcomplete-completions-at-point):
23779 * comint.el (comint--complete-file-name-data): Use :exit-function
23780 instead of completion-table-with-terminator so it also works for
23781 choose-completion.
23782
23783 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23784
23785 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
23786
23787 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
23788 (bug#8710).
23789
23790 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
23791
23792 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
23793
23794 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
23795 customization variable and implement: If non-nil, auto-fill will
23796 be inhibited while on topic's header line.
23797
23798 2011-05-23 Vincent BelaĂ¯che <vincentb1@users.sourceforge.net>
23799
23800 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
23801 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
23802 always have a solution in grid size = 5 cases.
23803 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
23804 (5x5-solver-output, 5x5-log-buffer): New vars.
23805 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
23806 Make these variables buffer local to achieve 5x5 multi-session-ness.
23807 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
23808 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
23809 (5x5-solve-suggest): New funs.
23810 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
23811 randomize a grid so that we ensure that there is always a solution.
23812 (5x5-make-random-grid): Allow other movement than flipping.
23813
23814 2011-05-23 Kevin Ryde <user42@zip.com.au>
23815
23816 * emacs-lisp/advice.el (ad-read-advised-function):
23817 Use `function-called-at-point' as the default, if it has
23818 advice and passes PREDICATE.
23819
23820 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23821
23822 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
23823 byte-compile-lambda if it's actually a lambda.
23824
23825 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
23826 Fix function quoting. Use backquote better.
23827
23828 2011-05-22 Yuanle Song <sylecn@gmail.com>
23829
23830 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
23831 matching (Bug#8516).
23832
23833 2011-05-22 Jari Aalto <jari.aalto@cante.net>
23834
23835 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
23836 different face (Bug#8178).
23837
23838 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
23839
23840 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
23841 defface (Bug#8144).
23842
23843 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23844
23845 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
23846 funcall as well (bug#8712). Warn when performing those conversions.
23847 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
23848
23849 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
23850
23851 2011-05-22 Glenn Morris <rgm@gnu.org>
23852
23853 * files.el (hack-local-variables-prop-line): Small simplifications.
23854 (hack-local-variables, hack-local-variables-prop-line):
23855 If MODE-ONLY, return the mode, rather than just `t'.
23856
23857 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
23858
23859 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
23860
23861 2011-05-21 Glenn Morris <rgm@gnu.org>
23862
23863 * files.el (hack-local-variables-prop-line, hack-local-variables):
23864 If only interested in the mode, don't bother doing the other stuff.
23865
23866 * image-mode.el (image-after-revert-hook):
23867 Redraw all frames on which the image is visible. (Bug#8567)
23868
23869 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
23870
23871 * wid-edit.el (widget-checklist-match-inline):
23872 Fix 2011-04-19 change. (Bug#8649)
23873
23874 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23875
23876 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
23877 Also allow singlespace after single-letter capitals followed by a dot.
23878
23879 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
23880 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
23881
23882 2011-05-20 Nix <nix@esperi.org.uk>
23883
23884 * files.el (basic-save-buffer-2):
23885 Fix handling of break-hardlink-on-save with non-existent files.
23886
23887 2011-05-19 Deniz Dogan <deniz@dogan.se>
23888
23889 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
23890 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
23891
23892 2011-05-19 Glenn Morris <rgm@gnu.org>
23893
23894 * progmodes/f90.el (f90-type-def-re):
23895 Handle "type, bind(c)". (Bug#8691)
23896
23897 * emacs-lisp/autoload.el (batch-update-autoloads):
23898 Set autoload-excludes by parsing loadup.el rather than Makefiles.
23899
23900 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
23901
23902 * net/tramp.el (tramp-process-actions): Set "first-password-request"
23903 property for the correct connection in case of multihops.
23904
23905 2011-05-18 Glenn Morris <rgm@gnu.org>
23906
23907 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
23908 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
23909
23910 Rationalize calendar handling of day and month abbrev-arrays.
23911 * calendar/calendar.el (calendar-customized-p): New function.
23912 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
23913 (calendar-day-name-array, calendar-month-name-array): Doc fix.
23914 Add :set function.
23915 (calendar-abbrev-length, calendar-day-abbrev-array)
23916 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
23917 (calendar-day-abbrev-array, calendar-month-abbrev-array):
23918 Elements may no longer be nil.
23919 (calendar-day-name, calendar-month-name):
23920 Update for changed nature of abbrev arrays.
23921 * calendar/diary-lib.el (diary-name-pattern):
23922 Update for changed nature of abbrev arrays.
23923 (diary-mark-entries-1): Update calendar-make-alist calls.
23924 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
23925 * calendar/cal-html.el (cal-html-day-abbrev-array):
23926 Simply inherit from calendar-day-abbrev-array.
23927
23928 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23929
23930 * progmodes/grep.el (grep-mode): Disable default
23931 compilation-directory-matcher setting (bug#8684).
23932
23933 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
23934
23935 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
23936 instead of "head" and "tail". There were problems with SunOS 5.9,
23937 and it performs better.
23938
23939 2011-05-17 Glenn Morris <rgm@gnu.org>
23940
23941 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
23942
23943 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
23944 Replace obsolete function.
23945
23946 * shell.el (pcomplete-parse-arguments-function): Declare.
23947
23948 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
23949 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
23950 (appt-check): Doc fixes.
23951 (appt-disp-window-function, appt-delete-window-function):
23952 Remove needless special case in custom :type.
23953 (appt-display-count): Default to 0, not nil.
23954 (appt-check): Reset appt-display-count to 0, not nil.
23955
23956 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
23957
23958 * progmodes/python.el (python-font-lock-keywords):
23959 Add the Python 3.X keyword "nonlocal" (bug#8639).
23960
23961 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23962
23963 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
23964
23965 2011-05-16 Kevin Ryde <user42@zip.com.au>
23966
23967 * info-look.el (makefile-automake-mode): New setups, looking in
23968 automake manual, then makefile-mode.
23969 (makefile-mode): Remove automake manual, have it just in
23970 makefile-automake-mode since there's various things different or
23971 not relevant to plain make.
23972 (makefile-mode): Remove "other-modes" non-existent automake-mode,
23973 believe a hypothetical automake-mode would go to makefile-mode,
23974 not the other way around.
23975
23976 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
23977
23978 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
23979 hunk-end tags (Bug#8672).
23980
23981 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
23982 vc-annotate-show-diff-revision-at-line (Bug#8671).
23983
23984 2011-05-14 Glenn Morris <rgm@gnu.org>
23985
23986 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23987 in the middle of an existing one with multiple authors. (Bug#8645)
23988 (change-log-font-lock-keywords): Also handle multiple author lines
23989 with leading tabs. (Bug#8644)
23990
23991 * calendar/appt.el (appt-check): Rename some local variables.
23992 Some simplification/reordering.
23993
23994 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23995 (feedmail-sendmail-f-doesnt-sell-me-out)
23996 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23997 (feedmail-debug-sit-for, feedmail-queue-express-hook)
23998 (feedmail-queue-runner-message-sender): Set :version.
23999 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
24000 (bbdb-dwim-net-address, vm-mail): Declare.
24001 (feedmail-binmail-gnulinuxish-template):
24002 Rename from feedmail-binmail-linuxish-template.
24003 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
24004 Use insert-buffer-substring.
24005
24006 2011-05-14 Bill Carpenter <bill@carpenter.org>
24007
24008 * mail/feedmail.el (feedmail-patch-level): Increase.
24009 (feedmail-debug): New custom group.
24010 (feedmail-confirm-outgoing-timeout)
24011 (feedmail-sendmail-f-doesnt-sell-me-out)
24012 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
24013 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
24014 (feedmail-sender-line, feedmail-from-line)
24015 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24016 (feedmail-spray-this-address)
24017 (feedmail-spray-address-fiddle-plex-list)
24018 (feedmail-queue-use-send-time-for-date)
24019 (feedmail-queue-use-send-time-for-message-id)
24020 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
24021 (feedmail-buffer-eating-function):
24022 Doc fixes.
24023 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
24024 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
24025 (feedmail-message-action-scroll-down): New functions.
24026 (feedmail-queue-directory, feedmail-queue-draft-directory):
24027 Use expand-file-name.
24028 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
24029 Remove C-v help entry.
24030 (feedmail-queue-buffer-file-name): New variable.
24031 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
24032 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
24033 (feedmail-message-action-send-strong, feedmail-message-action-edit)
24034 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
24035 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
24036 (feedmail-message-action-toggle-spray)
24037 (feedmail-run-the-queue-no-prompts)
24038 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
24039 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
24040 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
24041 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
24042 (feedmail-envelope-deducer, feedmail-fiddle-from)
24043 (feedmail-fiddle-sender, feedmail-default-date-generator)
24044 (feedmail-fiddle-date, feedmail-fiddle-message-id)
24045 (feedmail-fiddle-spray-address)
24046 (feedmail-fiddle-list-of-spray-fiddle-plexes)
24047 (feedmail-fiddle-list-of-fiddle-plexes)
24048 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
24049 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
24050 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
24051 Change default. Doc fix.
24052 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
24053 (feedmail-binmail-linuxish-template): New constant.
24054 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
24055 Respect feedmail-sendmail-f-doesnt-sell-me-out.
24056 (feedmail-send-it): Add debug call.
24057 Use feedmail-queue-buffer-file-name, and
24058 feedmail-send-it-immediately-wrapper.
24059 (feedmail-message-action-send): Add debug call.
24060 Use feedmail-send-it-immediately-wrapper.
24061 (feedmail-queue-express-to-queue): Add debug call.
24062 Run feedmail-queue-express-hook.
24063 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
24064 (feedmail-message-action-help-blat):
24065 Rename from feedmail-queue-send-edit-prompt-help-first.
24066 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
24067 Check line-endings. Handle errors better.
24068 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
24069 Doc fix. Add debug call.
24070 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
24071 Use feedmail-queue-send-edit-prompt-inner.
24072 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
24073 (feedmail-queue-send-edit-prompt-inner): New function, extracted
24074 from feedmail-queue-send-edit-prompt.
24075 (feedmail-queue-send-edit-prompt-help)
24076 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
24077 (feedmail-tidy-up-slug): Add debug call.
24078 Respect feedmail-queue-slug-suspect-regexp.
24079 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
24080 (feedmail-dump-message-to-queue): Add debug call.
24081 Expand queue-directory.
24082 (feedmail-dump-message-to-queue): Change message slightly.
24083 Use feedmail-say-chatter.
24084 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
24085 (feedmail-send-it-immediately-wrapper): New function.
24086 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
24087 Insert empty string rather than newline. Handle full-frame case.
24088 Use catch/throw. Use feedmail-say-chatter.
24089 (feedmail-fiddle-from): Try mail-host-address.
24090 (feedmail-default-message-id-generator): Doc fix.
24091 Bind system-time-locale. Handle missing end.
24092 (feedmail-fiddle-x-mailer): Add debug call.
24093 Handle feedmail-x-mailer-line being nil.
24094 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
24095 Add debug call. Use buffer-substring-no-properties.
24096 (feedmail-say-debug, feedmail-say-chatter): New functions.
24097 (feedmail-find-eoh): Give an explicit error.
24098
24099 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
24100
24101 * net/newst-treeview.el (newsticker-treeview-face): Change default
24102 family from helvetica to sans.
24103 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
24104 etc/images/newsticker.
24105
24106 * net/newst-reader.el (newsticker-feed-face): Change default
24107 family from helvetica to sans.
24108
24109 * net/newst-plainview.el (newsticker-new-item-face)
24110 (newsticker-old-item-face, newsticker-immortal-item-face)
24111 (newsticker-obsolete-item-face, newsticker-date-face)
24112 (newsticker-statistics-face): Change default family from
24113 helvetica to sans.
24114 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
24115 etc/images/newsticker.
24116
24117 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
24118 (newsticker--process-auto-mark-filter-match): Tell user about
24119 auto-marking.
24120
24121 2011-05-13 Didier Verna <didier@xemacs.org>
24122
24123 Common Lisp indentation improvements on defmethod and lambda-lists.
24124 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
24125 TODO entries.
24126 (lisp-lambda-list-keyword-parameter-indentation)
24127 (lisp-lambda-list-keyword-parameter-alignment)
24128 (lisp-lambda-list-keyword-alignment): New customizable user options.
24129 (lisp-indent-defun-method): Improve docstring.
24130 (extended-loop-p): Fix comment.
24131 (lisp-indent-lambda-list-keywords-regexp): New variable.
24132 (lisp-indent-lambda-list): New function.
24133 (lisp-indent-259): Use it.
24134 (lisp-indent-defmethod): Support for more than one
24135 method qualifier and properly indent methods lambda-lists.
24136 (defgeneric): Provide a missing common-lisp-indent-function property.
24137
24138 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
24139
24140 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
24141 bounds for the empty string (bug#8667).
24142
24143 2011-05-13 Glenn Morris <rgm@gnu.org>
24144
24145 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
24146
24147 * mail/sendmail.el (sendmail-program): Try executable-find first.
24148 (sendmail-send-it): `sendmail-program' cannot be unbound.
24149
24150 * calendar/appt.el (appt-make-list): Simplify.
24151 (appt-time-msg-list): Doc fix.
24152 (appt-check): Change mode-line message at the time of the appointment.
24153
24154 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
24155
24156 * progmodes/ld-script.el (ld-script-keywords)
24157 (ld-script-builtins): Update keywords list.
24158
24159 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24160
24161 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
24162
24163 * shell.el (shell-completion-vars): New function.
24164 (shell-mode):
24165 * simple.el (read-shell-command): Use it.
24166 (blink-matching-open): No need for " [...]" in minibuffer-message.
24167
24168 2011-05-12 Glenn Morris <rgm@gnu.org>
24169
24170 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
24171 (appt-check): Simplify.
24172
24173 2011-05-12 Eli Zaretskii <eliz@gnu.org>
24174
24175 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
24176 literal "/dev/null".
24177
24178 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24179
24180 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
24181 Fix typo.
24182
24183 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
24184
24185 * progmodes/which-func.el (which-function):
24186 Use add-log-current-defun instead of add-log-current-defun-function,
24187 which might not be defined (Bug#8260).
24188
24189 2011-05-12 Glenn Morris <rgm@gnu.org>
24190
24191 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
24192 Let byte-compile-initial-macro-environment always take precedence.
24193
24194 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24195
24196 * net/rcirc.el: Add support for SSL/TLS connections.
24197 (rcirc-server-alist): New field `encryption'.
24198 (rcirc): Check `encryption' settings.
24199 (rcirc-connect): New arg `encryption'. Use open-network-stream.
24200 Merge make-local-variable into `set'.
24201 (rcirc--connection-open-p): New function.
24202 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
24203 the process is not a network process (e.g. running gnutls-cli).
24204 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
24205 Make rcirc-(en|de)code-coding-system local here.
24206 (rcirc-mode): Merge make-local-variable into `set'.
24207 (rcirc-parent-buffer): Make permanent buffer-local.
24208 (rcirc-multiline-minor-mode): Don't do it here.
24209 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
24210 there's no server buffer.
24211
24212 2011-05-11 Glenn Morris <rgm@gnu.org>
24213
24214 * newcomment.el (comment-kill): Prefix "unused" local.
24215
24216 * term/w32console.el (get-screen-color): Declare.
24217
24218 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
24219 Handle symbol elements of byte-compile-initial-macro-environment.
24220
24221 2011-05-10 Leo Liu <sdl.web@gmail.com>
24222
24223 * bookmark.el (bookmark-bmenu-mode-map):
24224 Bind bookmark-bmenu-search to `/'.
24225
24226 * mail/footnote.el: Convert to utf-8 encoding.
24227 (footnote-unicode-string, footnote-unicode-regexp): New variable.
24228 (Footnote-unicode): New function.
24229 (footnote-style-alist): Add unicode style to the list.
24230 (footnote-style): Doc fix.
24231
24232 2011-05-10 Jim Meyering <meyering@redhat.com>
24233
24234 Fix doubled-word typos.
24235 * international/quail.el (quail-insert-kbd-layout): and and -> and
24236 * kermit.el: and and -> and
24237 * net/ldap.el (ldap-search-internal): to to -> to
24238 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
24239 * progmodes/js.el (js-mode): and and -> and
24240 * textmodes/artist.el (artist-move-to-xy): at at -> at
24241 (artist-draw-region-trim-line-endings): if if -> if
24242 And Safetyc -> Safety.
24243 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
24244
24245 2011-05-10 Glenn Morris <rgm@gnu.org>
24246 Stefan Monnier <monnier@iro.umontreal.ca>
24247
24248 * files.el (hack-one-local-variable-eval-safep):
24249 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
24250
24251 2011-05-10 Glenn Morris <rgm@gnu.org>
24252
24253 * calendar/diary-lib.el (diary-list-entries-hook)
24254 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
24255 (diary-nongregorian-marking-hook, diary-list-entries)
24256 (diary-include-other-diary-files, diary-mark-entries)
24257 (diary-mark-included-diary-files): Doc fixes.
24258
24259 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24260
24261 * misc.el: Require tabulated-list.el during compilation.
24262
24263 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24264
24265 * progmodes/compile.el (compilation-start):
24266 Run compilation-filter-hook for the async case too.
24267 (compilation-filter-hook): Doc fix.
24268
24269 2011-05-09 Deniz Dogan <deniz@dogan.se>
24270
24271 * wdired.el: Remove outdated installation comment. Fix usage
24272 comment.
24273
24274 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
24275
24276 * misc.el: Implement new command `list-dynamic-libraries'.
24277 (list-dynamic-libraries--loaded-only-p): New variable.
24278 (list-dynamic-libraries--refresh): New function.
24279 (list-dynamic-libraries): New command.
24280
24281 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
24282
24283 * progmodes/compile.el (compilation-error-regexp-alist-alist):
24284 Fix the ant regexp to handle end-line and end-column info from jikes.
24285 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
24286 higher priority to avoid clobbering by gnu.
24287
24288 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24289
24290 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
24291 if the face has existing theme settings (Bug#8454).
24292
24293 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
24294
24295 * progmodes/perl-mode.el (perl-imenu-generic-expression):
24296 Only match variables declared via `my' or `our' (Bug#8261).
24297
24298 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
24299 special file names `.' and `..' (Bug#8259).
24300
24301 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
24302
24303 * progmodes/grep.el (grep-mode-font-lock-keywords):
24304 Remove buffer-changing entries.
24305 (grep-filter): New function.
24306 (grep-mode): Add it to compilation-filter-hook.
24307
24308 * progmodes/compile.el (compilation-filter-hook)
24309 (compilation-filter-start): New defvars.
24310 (compilation-filter): Call compilation-filter-hook prior to
24311 updating the process mark.
24312
24313 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
24314
24315 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
24316
24317 2011-05-07 Eli Zaretskii <eliz@gnu.org>
24318
24319 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
24320 mailclient-send-it even if window-system is nil. (Bug#8595)
24321
24322 * term/w32console.el (terminal-init-w32console):
24323 Call get-screen-color and use its output to set the frame
24324 background-mode. (Bug#8597)
24325
24326 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24327
24328 Make bytecomp.el understand that defmethod defines funs (bug#8631).
24329 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
24330 New functions.
24331 (defgeneric, eieio--defmethod): Use them.
24332 (eieio-defgeneric): Remove.
24333 (defmethod): Call defgeneric in a way visible to the byte-compiler.
24334
24335 2011-05-07 Glenn Morris <rgm@gnu.org>
24336
24337 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
24338 Use let rather than let*.
24339 (timeclock-find-discrep): Remove unused local.
24340
24341 * calendar/diary-lib.el (diary-comment-start): Doc fix.
24342
24343 * calendar/appt.el (appt-time-msg-list): Doc fix.
24344
24345 2011-05-06 Noah Friedman <friedman@splode.com>
24346
24347 * apropos.el (apropos-print-doc): Only use
24348 emacs-lisp-docstring-fill-column when it is bound to an integer,
24349 per that variable's documentation.
24350
24351 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24352
24353 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
24354 and warnings are not silently discarded (e.g. use -d instead of -P).
24355
24356 2011-05-06 Glenn Morris <rgm@gnu.org>
24357
24358 * calendar/appt.el (appt-message-warning-time): Doc fix.
24359 (appt-warning-time-regexp): New option.
24360 (appt-make-list): Respect appt-message-warning-time.
24361
24362 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
24363 New options.
24364 (diary-add-to-list): Strip comments from the displayed string.
24365 (diary-mode): Set comment-start and comment-end.
24366
24367 * vc/diff-mode.el (smerge-refine-subst): Declare.
24368 (diff-refine-hunk): Don't require smerge-mode when compiling.
24369
24370 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
24371
24372 * simple.el (list-processes): Return nil as the docstring says.
24373
24374 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24375
24376 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
24377 to "".
24378 (ange-ftp-write-region, ange-ftp-insert-file-contents)
24379 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
24380 determining of binary transfer. (Bug#7383)
24381
24382 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
24383
24384 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24385 Fix port computation bug. (Bug#8618)
24386
24387 2011-05-05 Glenn Morris <rgm@gnu.org>
24388
24389 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
24390
24391 * simple.el (shell-dynamic-complete-functions)
24392 (comint-dynamic-complete-functions): Declare.
24393
24394 * net/network-stream.el (gnutls-negotiate):
24395 * simple.el (tabulated-list-print): Fix declarations.
24396
24397 * progmodes/gud.el (syntax-symbol, syntax-point):
24398 Remove unnecessary and incorrect declarations.
24399
24400 * emacs-lisp/check-declare.el (check-declare-scan):
24401 Handle byte-compile-initial-macro-environment in bytecomp.el.
24402
24403 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24404
24405 Fix earlier half-done eieio-defmethod change (bug#8338).
24406 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
24407 Streamline and change calling convention.
24408 (defmethod): Adjust accordingly and simplify.
24409 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
24410 new eieio--defmethod.
24411 (slot-boundp): Minor CSE simplification.
24412
24413 2011-05-05 Milan Zamazal <pdm@zamazal.org>
24414
24415 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
24416 (glasses-make-readable): Use glasses-separate-capital-groups.
24417
24418 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
24419
24420 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
24421 (warning-series): Doc fix.
24422 (display-warning): Don't try to create the buffer if we just found it.
24423
24424 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
24425
24426 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
24427 (autoload-find-generated-file): New function.
24428 (generate-file-autoloads): Bind generated-autoload-file to
24429 buffer-file-name.
24430 (update-file-autoloads, update-directory-autoloads):
24431 Use autoload-find-generated-file. If called interactively, prompt for
24432 output file (Bug#7989).
24433 (batch-update-autoloads): Doc fix.
24434
24435 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
24436
24437 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
24438
24439 2011-05-04 Glenn Morris <rgm@gnu.org>
24440
24441 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
24442 function, so it follows changes in calendar-date-style.
24443 (diary-fancy-date-matcher): New function.
24444 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
24445 (diary-fancy-font-lock-fontify-region-function):
24446 Use diary-fancy-date-pattern as a function.
24447
24448 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
24449 non-numbers for `year' etc pseudo-variables. (Bug#8583)
24450
24451 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
24452
24453 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
24454 instead of positional arguments. Allow :keylist and :crlfiles
24455 arguments.
24456 (open-gnutls-stream): Call it.
24457
24458 * net/network-stream.el (network-stream-open-starttls): Adjust to
24459 call `gnutls-negotiate' with :process and :hostname arguments.
24460
24461 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24462
24463 * minibuffer.el (completion--message): New function.
24464 (completion--do-completion, minibuffer-complete)
24465 (minibuffer-force-complete, minibuffer-complete-word): Use it.
24466 (completion--do-completion): Don't ignore completion-auto-help when in
24467 icomplete-mode.
24468
24469 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
24470 internal encoding (e.g. tibetan zero is not whitespace).
24471 (global-whitespace-mode): Prefer save-current-buffer.
24472 (whitespace-trailing-regexp): Remove useless save-match-data.
24473 (whitespace-empty-at-bob-regexp): Minor simplification.
24474
24475 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
24476
24477 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
24478
24479 2011-05-03 AgustĂ­n MartĂ­n Domingo <agustin.martin@hispalinux.es>
24480
24481 * textmodes/ispell.el (ispell-add-per-file-word-list):
24482 Use `concat' to create string for insertion.
24483
24484 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24485
24486 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
24487 Avoid open-line which runs post-self-insert-hook.
24488 (bibtex-fill-entry): Remove unused `end' var.
24489
24490 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
24491
24492 * textmodes/ispell.el (ispell-add-per-file-word-list):
24493 Protect against `nil' value of `comment-start' (Bug#8579).
24494
24495 2011-05-03 Leo Liu <sdl.web@gmail.com>
24496
24497 * isearch.el (isearch-yank-pop): New command.
24498 (isearch-mode-map): Bind it to `M-y'.
24499 (isearch-forward): Mention it.
24500
24501 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
24502
24503 * simple.el (minibuffer-complete-shell-command): Remove.
24504 (minibuffer-local-shell-command-map): Use completion-at-point.
24505 (read-shell-command): Setup completion vars here instead.
24506 (read-expression-map): Bind TAB to symbol completion.
24507
24508 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
24509 error directly rather via storing it into `results'.
24510
24511 2011-05-02 Leo Liu <sdl.web@gmail.com>
24512
24513 * vc/diff.el: Fix description.
24514
24515 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24516
24517 * server.el (server-eval-at): New function.
24518
24519 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24520
24521 * net/network-stream.el (open-network-stream): Take a :nowait
24522 parameter and pass it on to `make-network-process'.
24523 (network-stream-open-plain): Ditto.
24524
24525 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
24526
24527 * faces.el (face-spec-set-match-display): Don't match toolkit
24528 options on terminal frames.
24529
24530 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24531
24532 * progmodes/pascal.el: Use lexical binding.
24533 (pascal-mode-map): Remove author preferences.
24534
24535 * pcomplete.el (pcomplete-std-complete): Don't abuse
24536 completion-at-point.
24537
24538 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24539
24540 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
24541 removing code that has been dead since 1991 or so.
24542
24543 * startup.el (command-line): When warning about "_emacs", use a
24544 delayed warning to allow the user to filter it out.
24545
24546 2011-04-28 Deniz Dogan <deniz@dogan.se>
24547
24548 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
24549 user has not joined.
24550
24551 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24552
24553 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
24554 aren't any completions at point.
24555
24556 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
24557
24558 * subr.el (display-delayed-warnings): New function.
24559 (delayed-warnings-hook): New variable.
24560
24561 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24562
24563 * minibuffer.el (completion-at-point, completion-help-at-point):
24564 Don't presume that a given completion-at-point-function will always
24565 use the same calling convention.
24566
24567 * pcomplete.el (pcomplete-completions-at-point):
24568 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
24569 pcomplete-seen is non-nil.
24570 (pcomplete-comint-setup): Also recognize the new comint/shell
24571 completion functions.
24572 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
24573 pcomplete-seen is non-nil.
24574
24575 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
24576
24577 * calendar/icalendar.el (diary-lib): Add require statement.
24578 (icalendar--create-uid): Read out a uid from a text-property on
24579 the first character in the entry. This allows for code to add its
24580 own uid to the entry.
24581 (icalendar--convert-float-to-ical): Add export of
24582 `diary-float'-entries save for those with the optional DAY
24583 argument.
24584
24585 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
24586
24587 * subr.el (shell-quote-argument): Use alternate escaping strategy
24588 when we spot a variable reference in a string.
24589
24590 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24591
24592 * cus-start.el (all): Define customization for debug-on-event.
24593
24594 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
24595
24596 * subr.el (shell-quote-argument): Escape correctly under Windows.
24597
24598 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24599
24600 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
24601
24602 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
24603
24604 * net/tramp.el (tramp-process-actions): Add POS argument.
24605 Delete region between POS and (pos).
24606
24607 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24608 Use `nil' position in `tramp-process-actions' call.
24609 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
24610
24611 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
24612 position in `tramp-process-actions' call.
24613
24614 * net/trampver.el: Update release number.
24615
24616 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24617
24618 * custom.el (defcustom): Obey lexical-binding.
24619
24620 Fix octave-inf completion problems reported by Alexander Klimov.
24621 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
24622 Inherit from octave-mode-syntax-table.
24623 (inferior-octave-mode): Set info-lookup-mode.
24624 (inferior-octave-completion-at-point): New function.
24625 (inferior-octave-complete): Use it and completion-in-region.
24626 (inferior-octave-dynamic-complete-functions): Use it as well, and use
24627 comint-filename-completion.
24628 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
24629 symbol elements which shouldn't be word elements.
24630 (octave-font-lock-keywords, octave-beginning-of-defun)
24631 (octave-function-header-regexp): Adjust regexps accordingly.
24632 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
24633
24634 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
24635
24636 * net/gnutls.el (gnutls-errorp): Declare before first use.
24637
24638 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
24639
24640 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
24641 verify-error, and verify-hostname-error parameters. Check whether
24642 default trustfile exists before going to use it. Add missing
24643 argument to gnutls-message-maybe call. Return value.
24644 Reported by Claudio Bley <claudio.bley@gmail.com>.
24645 (open-gnutls-stream): Add usage example.
24646
24647 * net/network-stream.el (network-stream-open-starttls): Give host
24648 parameter to `gnutls-negotiate'.
24649 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
24650 * subr.el (shell-quote-argument): Escape correctly under Windows.
24651
24652 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
24653
24654 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
24655 Use correct match group (bug#8438).
24656
24657 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24658
24659 * emacs-lisp/package.el (package-built-in-p): Fix typo.
24660 (package-menu--generate): New arg specifying packages to show.
24661 (package-menu-refresh, package-menu-execute, list-packages):
24662 Callers changed.
24663 (package-show-package-list): New function, replacing deleted
24664 package--list-packages (renamed because it is non-internal).
24665
24666 * finder.el (finder-list-matches): Use package-show-package-list
24667 instead of deleted package--list-packages.
24668
24669 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
24670 Based on a previous implementation by Juanma Barranquero (Bug#8366).
24671 (vc-annotate-mode-map): Bind it to RET.
24672
24673 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
24674
24675 * progmodes/etags.el (next-file): Don't use set-buffer to change
24676 buffers (Bug#8478).
24677
24678 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
24679
24680 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
24681
24682 * apropos.el (apropos-label-face): Avoid variable-pitch face.
24683 (apropos-accumulator): Doc fix.
24684 (apropos-function, apropos-macro, apropos-command)
24685 (apropos-variable, apropos-face, apropos-group, apropos-widget)
24686 (apropos-plist): Add face property.
24687 (apropos-symbols-internal): Fix indentation.
24688 (apropos-print): Simplify help, and recognize apropos-multi-type.
24689 (apropos-print-doc): Use button-type-get to extract the button's
24690 face property. Fill docstring (Bug#8352).
24691
24692 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
24693
24694 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
24695
24696 * play/mpuz.el (mpuz-silent): Doc fix.
24697 (mpuz-mode-map): Use mapc.
24698 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
24699 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
24700 Fix typos in docstrings.
24701
24702 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
24703 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
24704
24705 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
24706
24707 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
24708
24709 * minibuffer.el (completion--do-completion): Avoid the "Next char
24710 not unique" prompt if icomplete-mode is enabled (Bug#5849).
24711
24712 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
24713 mouse-2 into unread-command-events, it is interpreted correctly.
24714
24715 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
24716 (image-toggle-display): Doc fix.
24717
24718 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
24719
24720 * textmodes/page.el (what-page): Use line-number-at-pos to
24721 calculate line number (Bug#6825).
24722
24723 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24724
24725 * eshell/esh-mode.el (find-tag-interactive): Declare function.
24726 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
24727 Pass argument NO-DEFAULT to `find-tag-interactive'.
24728
24729 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
24730
24731 Lexical-binding cleanup.
24732
24733 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
24734 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
24735 * progmodes/ada-prj.el (ada-prj-initialize-values)
24736 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
24737 (ada-prj-show-value):
24738 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
24739 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
24740 (antlr-invalidate-context-cache, antlr-options-menu-filter)
24741 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
24742 * progmodes/bug-reference.el (bug-reference-push-button):
24743 * progmodes/fortran.el (fortran-line-length):
24744 * progmodes/glasses.el (glasses-change):
24745 * progmodes/octave-mod.el (octave-fill-paragraph):
24746 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
24747 (python-pdbtrack-grub-for-buffer, python-sentinel):
24748 * progmodes/sql.el (sql-save-connection):
24749 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
24750 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
24751 Mark unused parameters.
24752
24753 * progmodes/compile.el (compilation--flush-directory-cache)
24754 (compilation--flush-parse, compile-internal): Mark unused parameters.
24755 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
24756 (compilation-next-error-function): Remove unused variable `timestamp'.
24757
24758 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
24759 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
24760
24761 * progmodes/dcl-mode.el (dcl-end-of-command):
24762 Remove unused variable `start'.
24763 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
24764 (dcl-option-value-basic, dcl-option-value-offset)
24765 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
24766 Mark unused parameters.
24767 (dcl-save-local-variable): Remove unused variable `val'.
24768 (mode): Declare.
24769
24770 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
24771 Mark unused parameters.
24772 (delphi-ignore-changes): Move before first use.
24773 (delphi-charset-token-at): Remove unused variable `start'.
24774 (delphi-else-start): Remove unused variable `if-count'.
24775 (delphi-comment-block-start, delphi-comment-block-end):
24776 Remove unused variable `kind'.
24777 (delphi-indent-line): Remove unused variable `new-point'.
24778
24779 * progmodes/ebrowse.el (ebrowse-files-list)
24780 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
24781 Mark unused parameters. Don't quote `lambda'.
24782 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
24783 Don't quote `lambda'.
24784 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
24785 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
24786 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
24787 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
24788 Use `ignore-errors'.
24789 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
24790 (ebrowse-view/find-file-and-search-pattern)
24791 (ebrowse-view/find-member-declaration/definition):
24792 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
24793 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
24794 Rename parameter PREFIX-ARG to PREFIX.
24795 (ebrowse-tags-read-name): Remove unused variables `start' and
24796 `member-info'.
24797 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
24798 to `tags-file'.
24799
24800 * progmodes/etags.el (local-find-tag-hook): Declare.
24801 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
24802 Mark unused parameters.
24803
24804 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
24805 (executable-interpret): Mark unused parameter.
24806
24807 * progmodes/flymake.el (flymake-process-sentinel)
24808 (flymake-after-change-function)
24809 (flymake-create-temp-with-folder-structure)
24810 (flymake-get-include-dirs-dot): Mark unused parameters.
24811 (flymake-safe-delete-directory): Remove unused variable `err'.
24812
24813 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
24814 (speedbar-timer-fn, speedbar-line-text)
24815 (speedbar-change-expand-button-char, speedbar-delete-subblock)
24816 (speedbar-center-buffer-smartly): Declare functions.
24817 (gdb-find-watch-expression): Remove unused variable `array'.
24818 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
24819 (gdb-starting): Mark unused parameters.
24820 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
24821 (gdb-table-string): Remove unused variable `res'.
24822 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
24823 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
24824 (gdb-display-buffer): Remove unused variable `cur-size'.
24825
24826 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
24827 allow lexical-binding compilation.
24828 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
24829 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
24830 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
24831 Mark unused parameters.
24832 (gud-gdb-marker-filter): Remove unused variable `match'.
24833 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
24834 lambda expressions and funcall them, instead of using `fset'.
24835
24836 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
24837 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
24838
24839 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
24840 variable `header-beg'; use `let'.
24841
24842 * progmodes/icon.el (indent-icon-exp): Remove unused variables
24843 `restart', `last-sexp' and `at-do'.
24844
24845 * progmodes/js.el (js--debug): Mark unused parameter.
24846 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
24847 (js--splice-into-items): Remove unused variable `item'.
24848 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
24849
24850 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
24851 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
24852 (makefile-complete): Remove unused variable `try'.
24853 (makefile-fill-paragraph, makefile-match-function-end):
24854 Mark unused parameters.
24855
24856 * progmodes/octave-inf.el (inferior-octave-complete):
24857 Remove unused variable `proc'.
24858 (inferior-octave-output-digest): Mark unused parameter.
24859
24860 * progmodes/perl-mode.el (perl-calculate-indent):
24861 Remove unused variable `err'.
24862
24863 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
24864 (prolog-indent-line): Mark unused parameters.
24865 (prolog-indent-line): Remove unused variable `beg'.
24866
24867 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
24868 (reporter-dont-compact-list): Declare.
24869
24870 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
24871 Remove unused variable `char'.
24872 (sh-debug): Mark unused parameter.
24873 (sh-get-indent-info): Remove unused variable `start'.
24874 (sh-calculate-indent): Remove unused variable `var'.
24875
24876 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
24877 (simula-electric-keyword): Remove unused variable `null'.
24878 (simula-search-backward, simula-search-forward): Remove unused
24879 variables `begin' and `end'.
24880
24881 * progmodes/vera-mode.el (vera-guess-basic-syntax):
24882 Remove unused variable `pos'.
24883 (vera-electric-tab, vera-comment-uncomment-region):
24884 Mark unused parameters.
24885 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
24886
24887 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
24888
24889 * emacs-lisp/package.el (package--builtins, package-alist)
24890 (package-load-descriptor, package-built-in-p, package-activate)
24891 (define-package, package-installed-p)
24892 (package-compute-transaction, package-buffer-info)
24893 (package--push): Doc fix. Distinguish more clearly between
24894 version strings and version lists.
24895
24896 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
24897
24898 Lexical-binding cleanup.
24899
24900 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
24901 (5x5-make-mutate-best):
24902 * play/fortune.el (fortune-in-buffer):
24903 * play/gomoku.el (gomoku-init-display):
24904 * play/solitaire.el (solitaire, solitaire-do-check):
24905 * play/tetris.el (tetris-default-update-speed-function):
24906 Mark unused parameters.
24907
24908 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
24909 (bubbles--shift): Remove unused variable `char-org'.
24910 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
24911 (bubbles--show-images): Remove unused variable `char'.
24912
24913 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
24914 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
24915 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
24916 (decipher-analyze-buffer): Use ?\s.
24917 (decipher-make-checkpoint): Remove unused variable `mapping'.
24918
24919 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
24920
24921 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
24922 Remove unused variable `result'; use `let'.
24923
24924 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
24925 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
24926 (gametree-children-shown-p, gametree-compute-reduced-score):
24927 Use `ignore-errors'.
24928
24929 * play/handwrite.el (ps-lpr-switches): Declare.
24930 (handwrite): Remove unused variables `pmin' and `lastp'.
24931
24932 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
24933
24934 * play/landmark.el (landmark-init-display)
24935 (landmark-update-naught-weights): Mark unused parameters.
24936 (landmark-y): Remove unused variable `noise'. Simplify.
24937 (landmark-human-plays): Remove unused variable `score'.
24938
24939 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
24940 (mpuz-try-proposal): Remove unused variable `game'.
24941
24942 * play/zone.el (life-patterns): Declare.
24943
24944 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
24945
24946 * vc/vc.el (ediff-vc-internal): Declare function.
24947
24948 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24949
24950 * shell.el: Use lexical-binding and std completion UI.
24951 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
24952 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
24953 comint-preoutput-filter-functions rather than on
24954 comint-output-filter-functions.
24955 (shell-command-completion, shell--command-completion-data)
24956 (shell-filename-completion, shell-environment-variable-completion)
24957 (shell-c-a-p-replace-by-expanded-directory): New functions.
24958 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
24959 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
24960 (shell-dynamic-complete-environment-variable): Use them.
24961 (shell-dynamic-complete-as-environment-variable)
24962 (shell-dynamic-complete-as-command): Remove.
24963 (shell-match-partial-variable): Match past point.
24964 * comint.el: Clean up use of completion-at-point-functions.
24965 (comint-completion-at-point): New function.
24966 (comint-mode): Use it completion-at-point-functions.
24967 (comint-dynamic-complete): Make it obsolete.
24968 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
24969 (comint-c-a-p-replace-by-expanded-history): New function.
24970 (comint-dynamic-complete-functions)
24971 (comint-replace-by-expanded-history): Use it.
24972 * minibuffer.el (completion-table-with-terminator): Allow dynamic
24973 termination strings. Try harder to avoid second try-completion.
24974 (completion-in-region-mode-map): Disable bindings that don't work yet.
24975
24976 * comint.el: Use lexical-binding. Require CL.
24977 (comint-dynamic-complete-functions): Use comint-filename-completion.
24978 (comint-completion-addsuffix): Tweak custom type.
24979 (comint-filename-completion, comint--common-suffix)
24980 (comint--common-quoted-suffix, comint--table-subvert)
24981 (comint--complete-file-name-data): New functions.
24982 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24983 (comint-dynamic-list-filename-completions): Use them.
24984 (comint-dynamic-simple-complete): Make obsolete.
24985
24986 * minibuffer.el (completion-in-region-mode):
24987 Keep completion-in-region-mode--predicate global.
24988 (completion-in-region--postch):
24989 Assume completion-in-region-mode--predicate is not null.
24990
24991 * progmodes/flymake.el (flymake-start-syntax-check-process):
24992 Obey `dir'. Simplify.
24993
24994 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24995 we're in VC after all.
24996
24997 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
24998
24999 * vc/vc.el (vc-diff-build-argument-list-internal)
25000 (vc-version-ediff, vc-ediff): New commands.
25001 (vc-version-diff): Use vc-diff-build-argument-list-internal.
25002
25003 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25004
25005 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
25006 add sanity check.
25007
25008 * obsolete/erc-hecomplete.el: Make obsolete.
25009 * obsolete/: Standardize obsolescence info in the header.
25010
25011 2011-04-20 Glenn Morris <rgm@gnu.org>
25012
25013 * calendar/solar.el (solar-horizontal-coordinates):
25014 Use the longitude argument rather than `calendar-longitude'.
25015 (solar-date-next-longitude): Remove unused locals.
25016
25017 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25018
25019 * whitespace.el: New version 13.2.1.
25020
25021 2011-04-20 felix <EmacsWiki> (tiny change)
25022
25023 * whitespace.el (global-whitespace-mode): Keep highlight when
25024 switching between major modes on a file.
25025
25026 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
25027
25028 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
25029 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
25030 multi-line comments as well.
25031
25032 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
25033
25034 Lexical-binding cleanup.
25035
25036 * arc-mode.el (archive-mode-revert):
25037 * cmuscheme.el (scheme-interactively-start-process):
25038 * custom.el (custom-initialize-delay):
25039 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
25040 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
25041 * emacs-lock.el (emacs-lock-clear-sentinel):
25042 * ezimage.el (defezimage):
25043 * follow.el (follow-avoid-tail-recenter):
25044 * fringe.el (set-fringe-mode-1):
25045 * generic-x.el (bat-generic-mode-compile):
25046 * help-mode.el (help-info-variable, help-do-xref)
25047 (help-mode-revert-buffer):
25048 * help.el (view-emacs-todo):
25049 * iswitchb.el (iswitchb-completion-help):
25050 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
25051 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
25052 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
25053 * locate.el (locate-update):
25054 * longlines.el (longlines-encode-region)
25055 (longlines-after-change-function):
25056 * outline.el (outline-isearch-open-invisible):
25057 * ps-def.el (declare-function, charset-dimension, char-width)
25058 (encode-char):
25059 * ps-mule.el (ps-mule-plot-string):
25060 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
25061 (recentf-edit-list-select, recentf-edit-list-validate)
25062 (recentf-open-files-action):
25063 * rect.el (delete-whitespace-rectangle-line)
25064 (rectangle-number-line-callback):
25065 * register.el (window-configuration-to-register)
25066 (frame-configuration-to-register):
25067 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
25068 * select.el (xselect-convert-to-string, xselect-convert-to-length)
25069 (xselect-convert-to-targets, xselect-convert-to-delete)
25070 (xselect-convert-to-filename, xselect-convert-to-charpos)
25071 (xselect-convert-to-lineno, xselect-convert-to-colno)
25072 (xselect-convert-to-os, xselect-convert-to-host)
25073 (xselect-convert-to-user, xselect-convert-to-class)
25074 (xselect-convert-to-name, xselect-convert-to-integer)
25075 (xselect-convert-to-atom, xselect-convert-to-identity):
25076 * subr.el (declare, ignore, process-kill-without-query)
25077 (text-clone-maintain):
25078 * terminal.el (te-get-char, te-tic-sentinel):
25079 * tool-bar.el (tool-bar-make-keymap):
25080 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
25081 * type-break.el (type-break-mode, type-break-noninteractive-query):
25082 * view.el (View-back-to-mark):
25083 * wid-browse.el (widget-browse-action, widget-browse-widget)
25084 (widget-browse-widgets, widget-browse-sexp):
25085 * widget.el (define-widget-keywords):
25086 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
25087 Mark unused parameters.
25088
25089 * align.el (align-adjust-col-for-rule): Mark unused parameter.
25090 (align-areas): Remove unused variable `look'.
25091 (align-region): Remove unused variables `real-end' and `pos-list'.
25092
25093 * apropos.el (apropos-score-doc): Remove unused variable `i'.
25094
25095 * bindings.el (mode-line-modified, mode-line-remote):
25096 Mark unused parameters.
25097 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
25098
25099 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
25100 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
25101
25102 * comint.el (comint-history-isearch-pop-state)
25103 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
25104 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
25105 (comint-substitute-in-file-name): Doc fix.
25106
25107 * completion.el (cmpl-statistics-block): Mark unused parameter.
25108 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
25109 (save-completions-to-file, load-completions-from-file):
25110 Remove unused local variable `e'.
25111
25112 * composite.el (compose-chars): Remove unused variable `len'.
25113 (lgstring-insert-glyph): Remove unused variable `g'.
25114 (compose-glyph-string): Remove unused variables `ascent',
25115 `descent', `lbearing' and `rbearing'.
25116 (compose-glyph-string-relative): Remove unused variables
25117 `lbearing', `rbearing' and `wadjust'.
25118 (compose-gstring-for-graphic): Remove unused variables `header',
25119 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
25120 (compose-gstring-for-terminal): Remove unused variables `header'
25121 and `nchars'. Use `let', not `let*'.
25122
25123 * cus-edit.el (Custom-set, Custom-save, custom-reset)
25124 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
25125 (Custom-buffer-done, custom-buffer-create-internal)
25126 (custom-browse-visibility-action, custom-browse-group-tag-action)
25127 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
25128 (widget-magic-mouse-down-action, custom-toggle-parent)
25129 (custom-add-parent-links, custom-toggle-hide-variable)
25130 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
25131 (custom-toggle-hide-face, face, hook, custom-group-link-action)
25132 (custom-face-menu-create, custom-variable-menu-create, get)
25133 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
25134 (custom-reset-standard-save-and-update): Remove unused variable `value'.
25135 (customize-apropos): Remove unused variable `tests'.
25136 (custom-group-value-create): Remove unused variable `hidden-p'.
25137 (sort-fold-case): Declare.
25138
25139 * cus-theme.el (custom-reset-standard-faces-list)
25140 (custom-reset-standard-variables-list): Declare.
25141 (customize-create-theme, custom-theme-revert, custom-theme-write)
25142 (custom-theme-choose-mode, customize-themes, custom-theme-save):
25143 Mark unused parameters.
25144
25145 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
25146
25147 * delim-col.el (delimit-columns-max): Move defvar before first use.
25148
25149 * descr-text.el (describe-char-categories): Don't quote `lambda'.
25150 (describe-char): Don't quote `lambda'. Mark unused parameter.
25151
25152 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
25153 (auto-insert): Declare.
25154 (desktop-restore-file-buffer): Rename desktop-* parameters;
25155 mark unused ones.
25156 (desktop-create-buffer): Rename desktop-* parameters and bind them.
25157 (desktop-buffer): Rename desktop-* parameters.
25158
25159 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
25160 (dframe-reposition-frame-xemacs, dframe-help-echo)
25161 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
25162 Mark unused parameters.
25163
25164 * dired-aux.el (backup-extract-version-start, overwrite-query)
25165 (overwrite-backup-query, rename-regexp-query)
25166 (rename-non-directory-query): Declare.
25167 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
25168 (dired-add-entry): Remove unused variable `orig-file-name'.
25169 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
25170 Use parameter PRESERVE-TIME instead of accessing dynamic variable
25171 `dired-copy-preserve-time' directly.
25172 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
25173 (dired-insert-subdir-newpos): Rename unused variable `pos'.
25174
25175 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
25176 (dired-virtual-revert, dired-make-relative-symlink):
25177 Mark unused parameters.
25178 (manual-program): Declare.
25179 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
25180 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
25181 wrapped in `with-no-warnings' to avoid replacing one warning by another.
25182
25183 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
25184
25185 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
25186
25187 * echistory.el (electric-history-in-progress, Helper-return-blurb):
25188 Declare.
25189
25190 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
25191
25192 * electric.el (Electric-command-loop): Rename parameter
25193 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
25194
25195 * expand.el (expand-in-literal): Remove unused variable `here'.
25196
25197 * facemenu.el (facemenu-add-new-color):
25198 Remove unused variable `docstring'.
25199
25200 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
25201 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
25202 (face-attr-construct): Mark unused parameter. Doc fix.
25203 (read-color): Remove unused variable `hex-string'.
25204
25205 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
25206 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
25207 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
25208 (display-buffer-other-frame): Remove unused variable `old-window'.
25209 (kill-buffer-hook): Declare.
25210 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
25211 Mark unused parameters.
25212 (after-find-file): Pass 1 to `auto-save-mode', not t.
25213
25214 * files-x.el (auto-insert): Declare.
25215 (modify-file-local-variable-prop-line): Remove unused variable `val'.
25216
25217 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
25218 variable `buf'. Mark unused parameter.
25219 (find-lisp-insert-directory): Mark unused parameter.
25220
25221 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
25222 (format-encode-region): Remove unused variables `cur-buf' and `result'.
25223 (format-common-tail): Remove, unused.
25224 (format-deannotate-region): Remove unused variable `loc'.
25225 (format-annotate-region): Remove unused variable `p'.
25226 (format-annotate-single-property-change): Remove unused variables
25227 `default' and `tail'.
25228
25229 * forms.el (read-file-filter): Declare.
25230 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
25231
25232 * frame.el (frame-creation-function-alist): Mark unused parameter.
25233 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
25234
25235 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
25236 Remove unused parameters.
25237 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
25238 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
25239
25240 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
25241 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
25242 (hfy-prepare-tag-map): Mark unused parameters.
25243 (htmlfontify-buffer): Use `called-interactively-p'.
25244
25245 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
25246 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
25247 (ibuffer-do-occur): Mark unused parameters.
25248 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
25249 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
25250
25251 * ibuffer.el: Don't quote `lambda'.
25252 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
25253 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
25254 Mark unused parameters.
25255
25256 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
25257 (ido-completing-read): Mark unused parameters.
25258 (ido-copy-current-word): Mark unused parameters;
25259 remove unused variable `name'.
25260 (ido-sort-merged-list): Remove unused parameter `dirs'.
25261
25262 * ielm.el (ielm-input-sender): Mark unused parameter.
25263 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
25264 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
25265 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
25266 `ielm-string' as a dynamic variable accessible from the IELM prompt.
25267 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
25268
25269 * image-dired.el (image-dired-display-thumbs): Remove unused
25270 variables `curr-file' and `count'.
25271 (image-dired-remove-tag): Remove unused variable `start'.
25272 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
25273 variable `curr-file'
25274 (image-dired-rotate-original): Remove unused variable `temp-file'.
25275 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
25276 Remove unused variable `file'.
25277 (image-dired-gallery-generate): Remove unused variable `curr'.
25278 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
25279
25280 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
25281
25282 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
25283
25284 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
25285
25286 * isearch.el (minibuffer-history-symbol): Declare.
25287 (isearch-edit-string): Remove unused variable `err'.
25288 (isearch-message-prefix, isearch-message-suffix):
25289 Mark unused parameters.
25290
25291 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
25292
25293 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
25294
25295 * makesum.el (double-column): Remove unused variable `cnt'.
25296
25297 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
25298 (ido-ignore-item-temp-list): Declare.
25299
25300 * mouse-drag.el (mouse-drag-throw): Remove unused variables
25301 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
25302 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
25303 (mouse-drag-drag): Remove unused variables `mouse-delta' and
25304 `mouse-col-delta'.
25305
25306 * mouse-sel.el (mouse-extend-internal):
25307 Remove unused variable `orig-window-frame'.
25308
25309 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
25310 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
25311 Move declarations before first use.
25312 (pcomplete-opt): Mark unused parameters; doc fix.
25313
25314 * proced.el (proced-revert): Mark unused parameter.
25315 (proced-send-signal): Remove unused variable `err'.
25316
25317 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
25318 Rename parameter PREFIX-ARG to ARG.
25319 (ps-basic-plot-string, ps-basic-plot-whitespace):
25320 Mark unused parameters.
25321
25322 * replace.el (replace-count): Define.
25323 (occur-revert-function): Mark unused parameters.
25324 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
25325 (isearch-case-fold-search, isearch-string): Declare.
25326 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
25327 bind `case-fold-search'. Remove unused variables `beg' and `end',
25328 and simplify.
25329 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
25330 COUNT and bind `replace-count'.
25331 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
25332 to COUNT.
25333
25334 * savehist.el (print-readably, print-string-length): Declare.
25335
25336 * shadowfile.el (shadow-expand-cluster-in-file-name):
25337 Remove unused variable `cluster'.
25338 (shadow-copy-file): Remove unused variable `i'.
25339 (shadow-noquery, shadow-clusters, shadow-site-cluster)
25340 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
25341 (shadow-define-literal-group, shadow-define-regexp-group)
25342 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
25343
25344 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
25345 (shell): Use `called-interactively-p'.
25346 (shell-directory-tracker): Remove unused variable `chdir-failure'.
25347
25348 * simple.el (compilation-context-lines, comint-file-name-quote-list)
25349 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
25350 (delete-backward-char): Remove unused variable `ocol'.
25351 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
25352 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
25353 (event-apply-hyper-modifier, event-apply-shift-modifier)
25354 (event-apply-control-modifier, event-apply-meta-modifier):
25355 Mark unused parameters.
25356 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
25357 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
25358
25359 * speedbar.el (speedbar-ignored-directory-expressions)
25360 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
25361 (speedbar-find-file, speedbar-dir-follow)
25362 (speedbar-directory-buttons-follow, speedbar-tag-find)
25363 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
25364 (speedbar-buffers-line-directory, speedbar-buffer-click):
25365 Mark unused parameters.
25366 (speedbar-tag-file): Remove unused variable `mode'.
25367 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
25368
25369 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
25370
25371 * talk.el (talk): Remove unused variable `display'.
25372
25373 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
25374 (tar-write-region-annotate): Mark unused parameter.
25375
25376 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
25377 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
25378 Declare them, wrapped in `with-no-warnings' to avoid replacing one
25379 warning by another.
25380
25381 * time-stamp.el (time-stamp-string-preprocess):
25382 Remove unused variable `require-padding'.
25383
25384 * tree-widget.el (widget-glyph-enable): Declare.
25385 (tree-widget-action): Mark unused parameter.
25386
25387 * w32-fns.el (x-get-selection): Mark unused parameter.
25388 (autoload-make-program, generated-autoload-file): Declare.
25389
25390 * wdired.el (wdired-revert): Mark unused parameters.
25391 (wdired-xcase-word): Remove unused variable `err'.
25392
25393 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
25394 (whitespace-help-scroll): Remove unused variable `data-help'.
25395
25396 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
25397 (widget-image-insert, widget-after-change, default)
25398 (widget-default-format-handler, widget-default-notify)
25399 (widget-default-prompt-value, widget-info-link-action)
25400 (widget-url-link-action, widget-function-link-action)
25401 (widget-variable-link-action, widget-file-link-action)
25402 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
25403 (widget-field-prompt-internal, widget-field-action, widget-field-match)
25404 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
25405 (widget-insert-button-action, widget-delete-button-action, visibility)
25406 (widget-documentation-link-action, widget-documentation-string-action)
25407 (widget-const-prompt-value, widget-regexp-match, symbol)
25408 (widget-coding-system-prompt-value)
25409 (widget-key-sequence-value-to-external, sexp)
25410 (widget-sexp-value-to-internal, character, vector, cons)
25411 (widget-choice-prompt-value, widget-boolean-prompt-value)
25412 (widget-color--choose-action): Mark unused parameters.
25413 (widget-item-match-inline, widget-choice-match-inline)
25414 (widget-checklist-match, widget-checklist-match-inline)
25415 (widget-group-match): Rename parameter VALUES to VALS.
25416 (widget-field-value-set): Remove unused variable `size'.
25417 (widget-color-action): Remove unused variables `value' and `start'.
25418
25419 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
25420 variable `dir'. Doc fix.
25421 (windmove-find-other-window): Don't pass it.
25422
25423 * window.el (count-windows): Mark unused parameter.
25424 (bw-adjust-window): Remove unused variable `err'.
25425
25426 * woman.el (woman-file-name): Remove unused variable `default'.
25427 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
25428 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
25429 (global-font-lock-mode): Declare.
25430 (woman-decode-region): Mark unused parameter.
25431 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
25432
25433 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
25434 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
25435 (x-dnd-handle-moz-url): Remove unused variable `title'.
25436 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
25437
25438 * xml.el (xml-parse-tag, xml-parse-attlist):
25439 Remove unused variable `pos'.
25440
25441 2011-04-19 Glenn Morris <rgm@gnu.org>
25442
25443 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
25444 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
25445 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
25446 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
25447 * calendar/cal-html.el (cal-html-insert-minical):
25448 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
25449 (calendar-mark-date-pattern):
25450 Prefix "unused" locals.
25451
25452 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
25453 optional argument `style'.
25454
25455 * calendar/appt.el (appt-make-list):
25456 * calendar/cal-china.el (calendar-chinese-date-string):
25457 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
25458 (diary-hebrew-yahrzeit):
25459 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
25460 * calendar/calendar.el (calendar-generate-window):
25461 * calendar/time-date.el (time-to-days):
25462 Remove unused local variables.
25463
25464 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
25465
25466 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
25467 glyphless-char-display table.
25468 (tabulated-list-glyphless-char-display): New var.
25469
25470 2011-04-18 Sam Steingold <sds@gnu.org>
25471
25472 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
25473 to acknowledgments.
25474
25475 2011-04-17 Glenn Morris <rgm@gnu.org>
25476
25477 * calendar/diary-lib.el (diary-sexp-entry):
25478 * calendar/holidays.el (holiday-sexp):
25479 Set debug-on-error rather than the removed stack-trace-on-error.
25480
25481 2011-04-16 Glenn Morris <rgm@gnu.org>
25482
25483 * progmodes/f90.el: Use lexical-binding.
25484 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
25485
25486 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25487
25488 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
25489 (mail-mode): Setup mailalias completion here instead.
25490 * mail/mailalias.el: Use lexical-binding.
25491 (pattern, mailalias-done): Declare dynamic.
25492 (mail-completion-at-point-function): New function, from mail-complete.
25493 (mail-complete): Use it.
25494 (mail-completion-expand): New function.
25495 (mail-get-names): Use it.
25496 (mail-directory, mail-directory-process, mail-directory-stream):
25497 Don't use `pattern' for lexically bound arg.
25498
25499 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
25500
25501 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
25502 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
25503 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
25504
25505 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
25506 (byte-save-window-excursion, byte-temp-output-buffer-setup)
25507 (byte-interactive-p): Define them again, for use when inlining
25508 old code.
25509
25510 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
25511
25512 * loadup.el: Use `string-to-number', not `string-to-int'.
25513
25514 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
25515
25516 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
25517 gud-gdb-complete-command.
25518 (gud-gdb-completions): New function, from gud-gdb-complete-command.
25519 (gud-gdb-completion-at-point): New function.
25520 (gud-gdb-completions): Remove.
25521
25522 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
25523
25524 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
25525 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
25526 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
25527 whether `executable-find' is bound.
25528
25529 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
25530
25531 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
25532
25533 * minibuffer.el (completion-in-region-mode-predicate)
25534 (completion-in-region-mode--predicate): New vars.
25535 (completion-in-region, completion-in-region--postch)
25536 (completion-in-region-mode): Use them.
25537 (completion--capf-wrapper): Also return the hook function.
25538 (completion-at-point, completion-help-at-point):
25539 Adjust and provide a predicate.
25540
25541 Preserve arg names for advice of subr and lexical functions (bug#8457).
25542 * help-fns.el (help-function-arglist): Consolidate the subr and
25543 new-byte-code cases. Add argument `preserve-names' to extract names
25544 from the docstring when needed.
25545 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
25546 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
25547 (ad-arglist): Use help-function-arglist's new arg.
25548 (ad-definition-type): Use cond.
25549
25550 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
25551
25552 * autorevert.el (auto-revert-handler):
25553 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
25554 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
25555 Don't quote lambda.
25556
25557 * image-mode.el (image-transform-set-scale):
25558 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
25559
25560 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
25561
25562 * net/network-stream.el (network-stream-open-starttls): Only do
25563 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
25564 Upgrades via gnutls-cli are too slow to be done opportunistically.
25565
25566 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
25567
25568 * dframe.el (dframe-current-frame): Remove spurious quote.
25569
25570 2011-04-12 Glenn Morris <rgm@gnu.org>
25571
25572 * calendar/cal-tex.el (cal-tex-end-document):
25573 Try to automatically use latin1 input if needed.
25574
25575 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
25576 Don't try to cons a mark onto an empty element.
25577
25578 2011-04-11 Leo Liu <sdl.web@gmail.com>
25579
25580 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
25581 buffers.
25582 (ido-kill-buffer-at-head): Support killing virtual buffers.
25583
25584 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
25585
25586 * minibuffer.el (completion-show-inline-help): New var.
25587 (completion--do-completion, minibuffer-complete)
25588 (minibuffer-force-complete, minibuffer-complete-word):
25589 Inhibit minibuffer messages if completion-show-inline-help is nil.
25590
25591 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
25592 to avoid interference from inline help (Bug#5849).
25593
25594 2011-04-10 Leo Liu <sdl.web@gmail.com>
25595
25596 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
25597 Fix typo.
25598
25599 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
25600
25601 * image-mode.el (image-toggle-display-image): Signal an error if
25602 not in Image mode.
25603 (image-transform-mode, image-transform-resize)
25604 (image-transform-set-rotation): Doc fix.
25605 (image-transform-set-resize): Delete.
25606 (image-transform-set-scale, image-transform-fit-to-height)
25607 (image-transform-fit-to-width): Handle image-toggle-display-image
25608 and image-transform-resize directly.
25609
25610 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
25611
25612 * doc-view.el (doc-view-fit-width-to-window)
25613 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
25614 New functions for fitting the shown image to the Emacs window size.
25615 (doc-view-mode-map): Add bindings for the new functions.
25616
25617 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
25618
25619 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
25620 Fix typo in docstring.
25621
25622 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25623
25624 * files.el (file-size-human-readable): Produce one digit after
25625 decimal, like "ls -lh" does.
25626
25627 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
25628 the file size representation.
25629
25630 * simple.el (list-processes): If async subprocesses are not
25631 available, error out with a clear error message.
25632
25633 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
25634
25635 * help.el (help-form-show): New function, to be called from C.
25636 Put help-form output in a buffer named differently than *Help*.
25637
25638 2011-04-08 Eli Zaretskii <eliz@gnu.org>
25639
25640 * files.el (file-size-human-readable): New function.
25641
25642 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
25643 computing the representation inline. Don't require `cl'.
25644
25645 2011-04-08 Glenn Morris <rgm@gnu.org>
25646
25647 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
25648
25649 * net/browse-url.el (browse-url-firefox):
25650 Test system-type, not system-configuration.
25651
25652 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
25653 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
25654 Use log-edit-empty-buffer-p. (Bug#7598)
25655
25656 * net/rlogin.el (rlogin-process-connection-type): Simplify.
25657 (rlogin-mode-map): Initialize in the defvar.
25658 (rlogin): Use ignore-errors.
25659
25660 * replace.el (occur-mode-map): Some fixes for menu items.
25661
25662 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
25663
25664 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
25665
25666 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25667
25668 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
25669 issuing unused warnings.
25670
25671 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
25672 macro directly.
25673
25674 * simple.el: Lisp reimplement of list-processes. Based on an
25675 earlier reimplementation by Leo Liu, but using tabulated-list.el.
25676 (process-menu-mode): New major mode.
25677 (list-processes--refresh, list-processes):
25678 (process-menu-visit-buffer): New functions.
25679
25680 * files.el (save-buffers-kill-emacs): Don't assume any return
25681 value of list-processes, which is undocumented anyway.
25682
25683 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
25684
25685 * emacs-lisp/tabulated-list.el: New file.
25686
25687 * emacs-lisp/package.el: Use Tabulated List mode.
25688 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
25689 (package-menu-mode): Derive from tabulated-list-mode. Set up the
25690 table format using Tabulated List mode variables.
25691 (package--push): New macro, replacing package-list-maybe-add.
25692 (package-menu--generate): Use package--push. Renamed from
25693 package--generate-package-list.
25694 (package-menu-refresh, list-packages): Use it.
25695 (package-menu--print-info): Rename from package-print-package.
25696 Return insertion data instead of inserting it directly.
25697 (package-menu-describe-package, package-menu-execute):
25698 Use tabulated-list-get-id.
25699 (package-menu-mark-delete, package-menu-mark-install)
25700 (package-menu-mark-unmark, package-menu-backup-unmark)
25701 (package-menu-mark-obsolete-for-deletion):
25702 Use tabulated-list-put-tag.
25703 (package--list-packages, package-menu-revert)
25704 (package-menu-get-package, package-menu-get-version)
25705 (package-menu-sort-by-column): Functions deleted.
25706 (package-menu-package-list, package-menu-sort-key): Vars deleted.
25707 (package-menu--status-predicate, package-menu--version-predicate)
25708 (package-menu--name-predicate)
25709 (package-menu--description-predicate): Handle arguments in the
25710 Tabulated List format.
25711 (package-list-packages-no-fetch): Call list-packages.
25712
25713 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
25714
25715 * files.el (after-find-file-from-revert-buffer): Remove variable.
25716 (after-find-file): Don't bind it.
25717 (revert-buffer-in-progress-p): New variable.
25718 (revert-buffer): Bind it.
25719 Pass nil for `after-find-file-from-revert-buffer'.
25720
25721 * saveplace.el (save-place-find-file-hook): Use new variable
25722 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
25723
25724 2011-04-06 Glenn Morris <rgm@gnu.org>
25725
25726 * Makefile.in (AUTOGEN_VCS): New variable.
25727 (autoloads): Use $AUTOGEN_VCS.
25728
25729 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
25730 * calendar/calendar.el (calendar-mode-map):
25731 Check for toolkit scroll bars. (Bug#8305)
25732
25733 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25734
25735 * minibuffer.el (completion-in-region--postch)
25736 (completion-in-region-mode): Remove unnecessary messages.
25737
25738 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
25739
25740 * font-lock.el (font-lock-refresh-defaults):
25741 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
25742 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
25743
25744 * info.el (Info-directory-list, Info-read-node-name-2)
25745 (Info-split-parameter-string): Doc fixes.
25746 (Info-virtual-nodes): Reflow docstring.
25747 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25748 (Info-apropos-toc-nodes, info-finder, Info-get-token)
25749 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
25750 Fix typos in docstrings.
25751 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
25752 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
25753 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
25754 (Info-restore-desktop-buffer): Mark unused parameters.
25755 (Info-directory-find-file, Info-directory-find-node)
25756 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
25757 (Info-virtual-index-find-node, Info-apropos-find-file)
25758 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
25759 Mark unused parameters; fix typos in docstrings.
25760 (Info-virtual-index): Remove unused local variable `nodename'.
25761
25762 2011-04-05 Deniz Dogan <deniz@dogan.se>
25763
25764 * net/rcirc.el: Update my e-mail address.
25765 (rcirc-mode-map): Remove M-o binding.
25766
25767 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
25768
25769 * startup.el (command-line): Save the cursor's theme-face
25770 directly, instead of using face-override-spec.
25771
25772 * custom.el (load-theme): Minor optimization in assigning faces.
25773
25774 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25775
25776 * help-fns.el (describe-variable): Complete all variables having
25777 documentation, including keywords.
25778 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
25779
25780 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
25781
25782 Convert to lexical-binding.
25783
25784 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
25785 (bs--get-marked-string, bs--get-modified-string)
25786 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
25787 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
25788 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
25789
25790 * ehelp.el (electric-help-execute-extended)
25791 (electric-help-ctrl-x-prefix):
25792 * hexl.el (hexl-revert-buffer-function):
25793 * linum.el (linum-after-change, linum-after-scroll):
25794 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
25795
25796 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
25797
25798 2011-04-04 Daiki Ueno <ueno@unixuser.org>
25799
25800 * epa-dired.el:
25801 * epa-mail.el:
25802 * epa-hook.el:
25803 * epa-file.el:
25804 * epa.el:
25805 * epg.el: Use lexical binding.
25806
25807 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
25808
25809 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
25810
25811 * textmodes/flyspell.el (flyspell-word): Recognize default
25812 dictionary case for flyspell-mark-duplications-exceptions.
25813 Use regexp matching for languages.
25814 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
25815 default dictionary (Bug#7926).
25816
25817 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
25818
25819 * emacs-lisp/package.el (package--with-work-buffer):
25820 Recognize https URLs.
25821
25822 * net/network-stream.el: Move from gnus/proto-stream.el.
25823 Change prefix to network-stream throughout.
25824 (open-protocol-stream): Merge into open-network-stream, leaving
25825 open-protocol-stream as an alias. Handle nil BUFFER args.
25826
25827 * subr.el (open-network-stream): Move to net/network-stream.el.
25828
25829 2011-04-02 Glenn Morris <rgm@gnu.org>
25830
25831 * find-dired.el (find-exec-terminator): New option.
25832 (find-ls-option): Test for -ls support.
25833 (find-ls-subdir-switches): Test for -b in find-ls-option.
25834 (find-dired, find-grep-dired): Doc fixes.
25835 (find-dired): Use find-exec-terminator.
25836
25837 * find-dired.el (find-ls-option, find-ls-subdir-switches)
25838 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
25839 (find-name-arg): Remove purecopy.
25840
25841 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
25842 (grep-compute-defaults): Check for `-exec COMMAND +' support.
25843 Set grep-find-use-xargs, grep-find-command, and grep-find-template
25844 accordingly. Don't add the null-device if not needed.
25845
25846 * files.el (save-some-buffers): Doc fix.
25847
25848 2011-04-02 Eli Zaretskii <eliz@gnu.org>
25849
25850 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
25851
25852 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
25853
25854 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
25855 Use `dolist' rather than `mapcar'.
25856
25857 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25858
25859 Add lexical binding.
25860
25861 * subr.el (apply-partially): Use new closures rather than CL.
25862 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
25863 (dolist, dotimes): Use slightly different expansion for lexical code.
25864 (functionp): Move to C.
25865 (letrec): New macro.
25866 (with-wrapper-hook): Use it and apply-partially instead of CL.
25867 (eval-after-load): Preserve lexical-binding.
25868 (save-window-excursion, with-output-to-temp-buffer): Turn them
25869 into macros.
25870
25871 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
25872
25873 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
25874 than the arglist.
25875 (help-add-fundoc-usage): Don't add `Not documented'.
25876 (help-function-arglist): Handle closures, subroutines, and new
25877 byte-code-functions.
25878 (help-make-usage): Remove leading underscores.
25879 (describe-function-1): Handle closures.
25880 (describe-variable): Use special-variable-p for completion.
25881
25882 * files.el (lexical-binding): Declare safe.
25883
25884 * emacs-lisp/pcase.el: Don't use destructuring-bind.
25885 (pcase--memoize): Rename from pcase-memoize. Change weakness.
25886 (pcase): Add `let' pattern.
25887 Change memoization so it actually works.
25888 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
25889 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
25890 <let>: New case.
25891
25892 * emacs-lisp/macroexp.el: Use lexical binding.
25893 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
25894 Don't convert ' to #' without checking that it's indeed quoting
25895 a lambda.
25896
25897 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
25898 Use eval-sexp-add-defvars.
25899 (eval-sexp-add-defvars): New fun.
25900
25901 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
25902
25903 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
25904 Don't autoload.
25905 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
25906 than the internal `byte-compile-lambda'.
25907 (defmethod): Don't hide code under quotes.
25908 (eieio-defmethod): New `code' argument.
25909
25910 * emacs-lisp/eieio-comp.el: Remove.
25911
25912 * emacs-lisp/edebug.el (edebug-eval-defun)
25913 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
25914 (edebug-toggle): Avoid `eval'.
25915
25916 * emacs-lisp/disass.el (disassemble-internal): Handle new
25917 `closure' objects.
25918 (disassemble-1): Handle new byte codes.
25919
25920 * emacs-lisp/cl.el (pushnew): Silence warning.
25921
25922 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
25923 (cl-byte-compile-throw): Remove.
25924 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
25925
25926 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
25927 closures.
25928
25929 * emacs-lisp/cconv.el: New file.
25930
25931 * emacs-lisp/bytecomp.el: Use lexical binding instead of
25932 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
25933 (byte-compile-initial-macro-environment):
25934 Handle declare-function here.
25935 (byte-compile--lexical-environment): New var.
25936 (byte-stack-ref, byte-stack-set, byte-discardN)
25937 (byte-discardN-preserve-tos): New lap codes.
25938 (byte-interactive-p): Don't use any more.
25939 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
25940 New macros.
25941 (byte-compile-lapcode): Use them and handle new lap codes.
25942 (byte-compile-obsolete): Remove.
25943 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
25944 (byte-compile-arglist-warn): Check late def of inlinable funs.
25945 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
25946 since they should have been expanded by now.
25947 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
25948 (byte-compile-from-buffer): Remove unused second arg.
25949 (byte-compile-preprocess): New function.
25950 (byte-compile-toplevel-file-form): New function to distinguish
25951 file-form calls from outside from file-form calls from hunk-handlers.
25952 (byte-compile-file-form): Simplify.
25953 (byte-compile-file-form-defsubst): Remove.
25954 (byte-compile-file-form-defmumble): Simplify now that
25955 byte-compile-lambda always returns a byte-code-function.
25956 (byte-compile): Preprocess.
25957 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
25958 Remove, not used any more.
25959 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
25960 (byte-compile-make-args-desc): New funs.
25961 (byte-compile-lambda): Handle lexical functions. Always return
25962 a byte-code-function.
25963 (byte-compile-reserved-constants): New var, to make up room for
25964 closed-over variables.
25965 (byte-compile-constants-vector): Obey it.
25966 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
25967 (byte-compile-macroexpand-declare-function): New function.
25968 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
25969 byte-code-functions.
25970 (byte-compile-form): Check obsolescence here.
25971 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
25972 (byte-compile-variable-ref): Remove.
25973 (byte-compile-dynamic-variable-op): New fun.
25974 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25975 (byte-compile-variable-set): New funs.
25976 (byte-compile-discard): Add 2 args.
25977 (byte-compile-stack-ref, byte-compile-stack-set)
25978 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
25979 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
25980 macroexpand-all instead.
25981 (byte-compile-quote-form): Remove.
25982 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25983 (byte-compile-bind, byte-compile-unbind): New funs.
25984 (byte-compile-let): Handle let* and lexical binding.
25985 (byte-compile-let*): Remove.
25986 (byte-compile-catch, byte-compile-unwind-protect)
25987 (byte-compile-track-mouse, byte-compile-condition-case):
25988 Handle a new :fun-body form, used for lexical scoping.
25989 (byte-compile-save-window-excursion)
25990 (byte-compile-with-output-to-temp-buffer): Remove.
25991 (byte-compile-defun): Simplify.
25992 (byte-compile-stack-adjustment): New fun.
25993 (byte-compile-out): Use it.
25994 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25995
25996 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25997 handler any more.
25998
25999 * emacs-lisp/byte-opt.el: Use lexical binding.
26000 (byte-inline-lapcode): Remove (to bytecomp).
26001 (byte-compile-inline-expand): Pay attention to inlining to/from
26002 lexically bound code.
26003 (byte-compile-unfold-lambda): Don't handle byte-code-functions
26004 any more.
26005 (byte-optimize-form-code-walker): Don't handle save-window-excursion
26006 any more and don't call compiler-macros.
26007 (byte-compile-splice-in-already-compiled-code): Remove.
26008 (byte-code): Don't inline any more.
26009 (disassemble-offset): Receive `bytes' as argument rather than via
26010 dynamic scoping.
26011 (byte-compile-tag-number): Declare before first use.
26012 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
26013 `return' even if make-spliceable.
26014 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
26015 obsolete interactive-p.
26016 (byte-optimize-lapcode): Optimize new lap-codes.
26017 Don't trip up on new form of `byte-constant' lap code.
26018
26019 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
26020
26021 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
26022
26023 * custom.el (custom-initialize-default, custom-declare-variable):
26024 Use `defvar'.
26025
26026 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
26027 New variables.
26028 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
26029 (COMPILE_FIRST): Add macroexp and cconv.
26030 * makefile.w32-in: Mirror changes in Makefile.in.
26031
26032 * vc/cvs-status.el:
26033 * vc/diff-mode.el:
26034 * vc/log-edit.el:
26035 * vc/log-view.el:
26036 * vc/smerge-mode.el:
26037 * textmodes/bibtex-style.el:
26038 * textmodes/css-mode.el:
26039 * startup.el:
26040 * uniquify.el:
26041 * minibuffer.el:
26042 * newcomment.el:
26043 * reveal.el:
26044 * server.el:
26045 * mpc.el:
26046 * emacs-lisp/smie.el:
26047 * doc-view.el:
26048 * dired.el:
26049 * abbrev.el: Use lexical binding.
26050
26051 2011-04-01 Eli Zaretskii <eliz@gnu.org>
26052
26053 * info.el (info-display-manual): New function.
26054
26055 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26056
26057 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
26058
26059 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
26060
26061 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
26062 an entry for that server in rcirc-authinfo. (Bug#8385)
26063
26064 2011-03-31 Glenn Morris <rgm@gnu.org>
26065
26066 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
26067
26068 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
26069
26070 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
26071
26072 * progmodes/python.el (python-default-interpreter)
26073 (python-python-command-args, python-jython-command-args)
26074 (python-which-shell, python-which-args, python-which-bufname)
26075 (python-file-queue, python-comint-output-filter-function)
26076 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
26077 variables and functions.
26078
26079 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
26080
26081 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
26082 (completion-in-region-mode): New minor mode.
26083 (completion-in-region): Use it.
26084 (completion-in-region--data, completion-in-region-mode-map): New vars.
26085 (completion-in-region--postch): New function.
26086 (completion--capf-misbehave-funs, completion--capf-safe-funs):
26087 New vars.
26088 (completion--capf-wrapper): New function.
26089 (completion-at-point): Use it to track well-behavedness of
26090 hook functions.
26091 (completion-help-at-point): New command.
26092
26093 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
26094
26095 * vc/add-log.el (add-change-log-entry): Don't use whitespace
26096 syntax class to search for whitespace on a single line
26097 (Message-ID: <4D938140.4030905@redhat.com>).
26098
26099 2011-03-30 Leo Liu <sdl.web@gmail.com>
26100
26101 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
26102 New commands.
26103 (edit-abbrevs-map): Bind them here.
26104 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
26105
26106 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
26107
26108 * allout.el (allout-hide-by-annotation, allout-flag-region):
26109 Reduce possibility of overlay leakage by making them volatile.
26110
26111 * allout-widgets.el (allout-widgets-tally): Define as nil so the
26112 hash is not shared between buffers. Mode initialization is
26113 responsible for giving it a useful starting value.
26114 (allout-item-span): Reduce possibility of overlay leakage by
26115 making them volatile.
26116 (allout-widgets-count-buttons-in-region): Add diagnostic function
26117 for tracking down button overlay leaks.
26118
26119 2011-03-29 Leo Liu <sdl.web@gmail.com>
26120
26121 * ido.el (ido-read-internal): Use the default history var
26122 minibuffer-history if no HISTORY is specified.
26123
26124 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
26125
26126 * net/imap.el (imap-shell-open, imap-process-connection-type):
26127 Use imap-process-connection-type for 'shell' streams as well as
26128 Kerberos, SSL, other subprocesses.
26129
26130 2011-03-28 Leo Liu <sdl.web@gmail.com>
26131
26132 * abbrev.el (abbrev-table-empty-p): New function.
26133 (prepare-abbrev-list-buffer): Place empty abbrev tables after
26134 nonempty ones. (Bug#5937)
26135
26136 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
26137
26138 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
26139
26140 2011-03-27 Leo Liu <sdl.web@gmail.com>
26141
26142 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
26143 for foreground and background colors.
26144 (ansi-color-make-color-map): Adapt.
26145
26146 2011-03-25 Leo Liu <sdl.web@gmail.com>
26147
26148 * midnight.el (midnight-time-float): Remove. Note it calculates
26149 the microsecond component incorrectly and seconds-to-time does the
26150 same job.
26151 Remove redundant (require 'timer).
26152
26153 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
26154 (ido-completions): Remove unused arguments. (Bug#8329)
26155
26156 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26157
26158 * minibuffer.el (completion--flush-all-sorted-completions):
26159 Remove itself from hook.
26160 (completion-at-point): Let the functions perform the completion
26161 immediately and return nil or t.
26162 * comint.el (comint-dynamic-complete-functions): Now identical to
26163 completion-at-point-functions.
26164 (comint-dynamic-list-input-ring): Remove unused var `index'.
26165 (comint--match-partial-filename, comint--unquote&expand-filename):
26166 New funs, split from comint-match-partial-filename.
26167 (comint-dynamic-complete): Use completion-at-point.
26168 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
26169
26170 2011-03-24 Drew Adams <drew.adams@oracle.com>
26171
26172 * thingatpt.el: Support `defun'.
26173
26174 2011-03-23 Leo Liu <sdl.web@gmail.com>
26175
26176 * abbrevlist.el: Move to obsolete/abbrevlist.el.
26177
26178 * help-mode.el (help-mode-finish): Tweak regexp.
26179
26180 2011-03-23 Glenn Morris <rgm@gnu.org>
26181
26182 * eshell/esh-opt.el (eshell-eval-using-options):
26183 Do not bind unused local variable `eshell-option-stub'.
26184
26185 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
26186
26187 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26188
26189 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
26190 keymap variable in `with-no-warnings' to avoid a warning when the
26191 keymap has been already `defconst'ed.
26192
26193 2011-03-22 Leo Liu <sdl.web@gmail.com>
26194
26195 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
26196 encode all chars in abbrevs; otherwise use emacs-mule or
26197 utf-8-emacs. (Bug#8308)
26198
26199 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
26200
26201 * simple.el (backward-delete-char-untabify):
26202 Avoid warning about using `delete-backward-char'.
26203
26204 * image.el (image-type-file-name-regexps): Make it variable.
26205 `imagemagick-register-types' modifies it, and the user may want
26206 to add new extensions for known image types.
26207 (imagemagick-register-types): Throw error if not using ImageMagick.
26208
26209 2011-03-22 Leo Liu <sdl.web@gmail.com>
26210
26211 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
26212 located before rcirc-prompt-end-marker.
26213 (rcirc-complete): Error if point is not after rcirc prompt.
26214 Handle the case when table is nil.
26215 (rcirc-user-authenticated): Define to fix compiler warning.
26216
26217 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
26218
26219 * custom.el (custom--inhibit-theme-enable): Make it affect only
26220 custom-theme-set-variables and custom-theme-set-faces.
26221 (provide-theme): Ignore custom--inhibit-theme-enable.
26222 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
26223 (custom-enabling-themes): Delete variable.
26224 (enable-theme): Accept only loaded themes as arguments.
26225 Ignore the special custom-enabled-themes variable.
26226 (custom-enabled-themes): Forbid themes from setting this.
26227 Eliminate use of custom-enabling-themes.
26228 (custom-push-theme): Quote "changed" custom var entry.
26229
26230 2011-03-21 Leo Liu <sdl.web@gmail.com>
26231
26232 * ido.el (ido-read-internal): Add ido-selected to history instead
26233 of user input.
26234
26235 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26236
26237 * subr.el (deferred-action-list, deferred-action-function):
26238 Mark obsolete.
26239
26240 2011-03-21 Leo Liu <sdl.web@gmail.com>
26241
26242 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
26243 change on 2011-02-13 (bug#8309).
26244
26245 * minibuffer.el (read-file-name-function): Change default value.
26246 (read-file-name--defaults): Rename from read-file-name-defaults.
26247 (read-file-name-default): Rename from read-file-name.
26248 (read-file-name): Call read-file-name-function.
26249
26250 2011-03-21 Glenn Morris <rgm@gnu.org>
26251
26252 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
26253 Doc fixes.
26254
26255 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
26256
26257 * cus-theme.el: Add missing provide statement.
26258 (customize-create-theme): Extract theme value correctly.
26259 (custom-theme-visit-theme): Autoload.
26260 (customize-create-theme): Prompt before inserting default faces.
26261
26262 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
26263
26264 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
26265 units and musical notes.
26266
26267 2011-03-20 Leo Liu <sdl.web@gmail.com>
26268
26269 * ido.el (ido-read-internal): Use completing-read-default.
26270 (ido-completing-read): Fix compatibility with completing-read.
26271
26272 2011-03-20 Christian Ohler <ohler@gnu.org>
26273
26274 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26275 (ert-delete-all-tests): Use `called-interactively-p' rather than
26276 `interactive-p'.
26277 (ert--make-xrefs-region): Respect END.
26278
26279 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26280
26281 * dired-aux.el (dired-create-directory): Signal an error if the
26282 directory already exists (Bug#8246).
26283
26284 * facemenu.el (list-colors-display): Call list-faces-display
26285 inside with-help-window.
26286 (list-colors-print): Use display property to align the final
26287 column, instead of checking window-width.
26288
26289 2011-03-19 Eli Zaretskii <eliz@gnu.org>
26290
26291 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
26292 windows-nt systems.
26293 (emerge-protect-metachars): Quote correctly for ms-dos and
26294 windows-nt systems.
26295
26296 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
26297
26298 * info.el (info-initialize): Replace all uses of `:' with
26299 path-separator for compatibility with non-Unix systems.
26300 Cache quoting of path-separator. (Bug#8258)
26301
26302 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
26303
26304 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
26305 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
26306 (mouse-avoidance-mode): Fix typos in docstrings.
26307
26308 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
26309
26310 * startup.el (package-subdirectory-regexp): Move from package.el.
26311 Omit \\` and \\', and let callers add them.
26312
26313 * emacs-lisp/package.el (package-strip-version)
26314 (package-load-all-descriptors): Add \\` and \\' to
26315 package-subdirectory-regexp before using it.
26316 (package-untar-buffer): New arg DIR; ensure that file untars only
26317 into this expected directory. Remove superfluous delete-region.
26318 (package-unpack): Caller changed.
26319 (package-tar-file-info): Use package-subdirectory-regexp.
26320
26321 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
26322
26323 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
26324 diff-mode-shared-map (bug#8284).
26325 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
26326
26327 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
26328
26329 * calendar/time-date.el (format-seconds): Use assoc instead of
26330 assoc-string, since assoc-string doesn't exist in XEmacs.
26331
26332 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
26333
26334 * custom.el (custom-known-themes): Reflow docstring.
26335 (custom-theme-load-path): Fix typo in docstring.
26336 (load-theme): Fix typo in error message.
26337 (custom-available-themes, custom-variable-theme-value):
26338 Use `let', not `let*'.
26339
26340 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
26341
26342 * calc/README: Mention inclusion of musical notes.
26343
26344 * calc/calc-units.el (calc-lu-quant): Rename from
26345 `calc-logunits-quantity'.
26346 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
26347 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
26348 (calc-db): Rename from `calc-dblevel'.
26349 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
26350 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
26351 (calc-np): Rename from `calc-nplevel'.
26352 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
26353 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
26354 (calc-lu-plus): Rename from `calc-logunits-add'.
26355 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
26356 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
26357 (calc-lu-minus): Rename from `calc-logunits-sub'.
26358 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
26359 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
26360 (calc-lu-times): Rename from `calc-logunits-mul'.
26361 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
26362 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
26363 (calc-lu-divide): Rename from `calc-logunits-div'.
26364 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
26365 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
26366
26367 * calc/calc-ext.el (calc-init-extensions): Update the names of the
26368 functions being autoloaded.
26369
26370 * calc/calc.el (calc-lu-power-reference): Rename from
26371 `calc-logunits-power-reference'.
26372 (calc-lu-field-reference): Rename from
26373 `calc-logunits-field-reference'.
26374
26375 * calc/calc-help.el (calc-l-prefix-help):
26376 Mention musical note functions.
26377
26378 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
26379
26380 * minibuffer.el (completion-all-sorted-completions):
26381 Use :completion-cycle-penalty text property if present.
26382
26383 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
26384
26385 * allout.el (allout-yank-processing): Adjust for new rebulleting
26386 regime so bullet being yanked is used without prompting the user
26387 for a choice.
26388
26389 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26390
26391 * startup.el (command-line): Warn the user that _emacs is deprecated.
26392
26393 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
26394
26395 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
26396 (delphi-verbose, delphi-comment-face, delphi-string-face)
26397 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
26398 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
26399 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
26400 (delphi-new-comment-line, delphi-font-lock-defaults)
26401 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
26402 Fix typos in docstrings.
26403
26404 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
26405
26406 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
26407 Invert the roles of character and string values for INSTEAD, so a
26408 string is used for the more common case of a defaulting prompt.
26409
26410 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26411
26412 * progmodes/ruby-mode.el (ruby-backward-sexp):
26413 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
26414 * play/gamegrid.el (gamegrid-make-face):
26415 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
26416 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
26417 * notifications.el (notifications-notify):
26418 * net/xesam.el (xesam-search-engines):
26419 * net/quickurl.el (quickurl-list-insert):
26420 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
26421
26422 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
26423
26424 * startup.el (command-line): Update package subdirectory regexp.
26425
26426 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26427
26428 * allout.el (allout-abbreviate-flattened-numbering)
26429 (allout-mode-deactivate-hook): Fix up obsolescence "date".
26430
26431 * subr.el (read-char-choice): Only show the cursor after the prompt,
26432 not after the answer.
26433
26434 2011-03-15 Kevin Ryde <user42@zip.com.au>
26435
26436 * help-fns.el (variable-at-point): Skip leading quotes, if any
26437 (bug#8253).
26438
26439 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
26440
26441 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
26442 warning message.
26443
26444 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
26445
26446 * shell.el (shell): When called interactively, offer to change the
26447 shell file name on remote hosts.
26448
26449 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
26450
26451 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
26452 integration for LDAP parameters. The host, base, user or binddn,
26453 and secret tokens can be specified in a netrc file, for instance.
26454 This is optional because an `auth-source' parameter must be
26455 specified in the search attributes.
26456
26457 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
26458
26459 * help.el (describe-mode): Link to the mode's definition (bug#8185).
26460
26461 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26462
26463 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
26464 into declaration. Remove redundant and harmful binding.
26465
26466 2011-03-12 Eli Zaretskii <eliz@gnu.org>
26467
26468 * files.el (file-ownership-preserved-p): Pass `integer' as an
26469 explicit 2nd argument to `file-attributes'. If the file's owner
26470 is the Administrators group on Windows, and the current user is
26471 Administrator, consider that a match.
26472
26473 * server.el (server-ensure-safe-dir): Consider server directory
26474 safe on MS-Windows if its owner is the Administrators group while
26475 the current Emacs user is Administrator. Use `=' to compare
26476 numerical UIDs, since they could be integers or floats.
26477
26478 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
26479
26480 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
26481
26482 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
26483
26484 Sync with Tramp 2.2.1.
26485
26486 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
26487
26488 * net/trampver.el: Update release number.
26489
26490 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
26491
26492 * progmodes/compile.el (compilation--previous-directory): Fix up
26493 various nil/dead-marker mismatches (bug#8014).
26494 (compilation-directory-properties, compilation-error-properties):
26495 Don't call it at a position past the one we're about to change.
26496
26497 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
26498 Disable obsolescence warnings in the file that declares it.
26499
26500 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
26501
26502 * allout-widgets.el (allout-widgets-tally):
26503 Initialize allout-widgets-tally as a hash table rather than nil to
26504 prevent mode-line redisplay warnings. Also, clarify the module
26505 description and fix a comment typo.
26506
26507 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
26508
26509 * help-fns.el (describe-variable): Don't complete keywords.
26510 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
26511
26512 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
26513
26514 * emacs-lisp/package.el (package-version-join): Impose a standard
26515 string representation for pre/alpha/beta version lists.
26516 (package-unpack-single): Standardize the directory name by passing
26517 it through package-version-join.
26518 (package-strip-rcs-id): Accept any version string that does not
26519 signal an error in version-to-list.
26520
26521 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
26522
26523 * simple.el (delete-trailing-whitespace): Return nil for the
26524 benefit of `write-file-functions'.
26525
26526 2011-03-10 Glenn Morris <rgm@gnu.org>
26527
26528 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
26529
26530 * vc/vc-git.el (vc-git-program): New option.
26531 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
26532 (vc-git--call): Use it.
26533
26534 * eshell/esh-util.el (eshell-condition-case): Doc fix.
26535
26536 * cus-edit.el (Custom-newline): If no button at point, look
26537 for a subgroup button at start-of-line. (Bug#2298)
26538
26539 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
26540
26541 2011-03-10 Julien Danjou <julien@danjou.info>
26542
26543 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
26544 `cursor-type' is nil.
26545
26546 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
26547
26548 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
26549
26550 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26551
26552 * allout.el: Change so yank of distinctive-bullet items
26553 preserves the existing header prefix, rebulleting it if necessary,
26554 rather than replacing it. This is necessary for proper operation
26555 of cooperative addons like allout-widgets.
26556 (allout-make-topic-prefix, allout-rebullet-heading):
26557 Change SOLICIT arg to INSTEAD, and interpret additionally a string
26558 value as alternate bullet to be used, instead of prompting the user
26559 for a bullet character.
26560
26561 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
26562
26563 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26564 Do not use `tramp-file-name-port', because this returns also
26565 `tramp-default-port'.
26566
26567 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
26568
26569 * net/rcirc.el (rcirc-handler-001): Remove useless
26570 with-rcirc-process-buffer.
26571 (rcirc-check-auth-status): Swap arguments to string-match.
26572
26573 2011-03-09 Glenn Morris <rgm@gnu.org>
26574
26575 * shell.el (shell-mode):
26576 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
26577
26578 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
26579 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
26580
26581 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26582
26583 * emacs-lisp/package.el (package-refresh-contents)
26584 (package-menu-execute): Use condition-case-no-debug.
26585
26586 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
26587
26588 * simple.el (shell-command-to-string): Use `process-file'.
26589
26590 * emacs-lisp/package.el (package-tar-file-info): Handle also
26591 remote files.
26592
26593 * emacs-lisp/package-x.el (package-upload-buffer-internal):
26594 Use `equal' for upload base check.
26595
26596 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
26597
26598 * textmodes/texinfo.el (texinfo-environments):
26599 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
26600
26601 2011-03-08 Glenn Morris <rgm@gnu.org>
26602
26603 * cus-start.el (cursor-in-non-selected-windows):
26604 Fix :set quoting oddness. (Bug#8192)
26605
26606 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
26607 in some setf expressions. (Bug#2159)
26608
26609 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
26610
26611 * custom.el (custom-available-themes): Return themes in
26612 alphabetical order.
26613
26614 See ChangeLog.15 for earlier changes.
26615
26616 ;; Local Variables:
26617 ;; coding: utf-8
26618 ;; End:
26619
26620 Copyright (C) 2011-2013 Free Software Foundation, Inc.
26621
26622 This file is part of GNU Emacs.
26623
26624 GNU Emacs is free software: you can redistribute it and/or modify
26625 it under the terms of the GNU General Public License as published by
26626 the Free Software Foundation, either version 3 of the License, or
26627 (at your option) any later version.
26628
26629 GNU Emacs is distributed in the hope that it will be useful,
26630 but WITHOUT ANY WARRANTY; without even the implied warranty of
26631 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26632 GNU General Public License for more details.
26633
26634 You should have received a copy of the GNU General Public License
26635 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.