]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
[gnu-emacs] / lisp / ChangeLog
1 2013-02-13 Juri Linkov <juri@jurta.org>
2
3 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
4 to select `ediff-control-frame' and set input focus correctly on Xfce.
5 (Bug#12218)
6
7 2013-02-13 Juri Linkov <juri@jurta.org>
8
9 * image-mode.el (image-mode-map):
10 * doc-view.el (doc-view-mode-map):
11 * vc/ediff-util.el (ediff-setup-keymap):
12 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
13
14 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
15
16 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
17 performance. Instead of recalculating indentation fully for each
18 line, sum up indentation depth based only on visited lines.
19 (ruby-parse-partial): Increase the depth after "do" even when END
20 is right after it.
21 (ruby-parse-partial): When END is in the middle of a percent
22 literal, increase the depth if the delimiter chars belong to the
23 paren syntax class.
24
25 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
26
27 * play/fortune.el (fortune-compile): Also make the compiled file
28 if it does not exist at all, not just if it is old. (Bug#5338)
29
30 2013-02-13 Glenn Morris <rgm@gnu.org>
31
32 * emacs-lisp/package.el (package-menu-execute): Doc fix.
33
34 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
35
36 * lisp/emacs-lisp/package.el (package-menu-execute):
37 Add optional noquery argument. (Bug#13625)
38
39 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
40
41 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
42 if DIR exists and PARENTS is non-nil.
43
44 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
45
46 * progmodes/js.el (js--multi-line-declaration-indentation):
47 Silence byte-compiler warning.
48
49 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
50
51 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
52
53 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
54 only if it doesn't exist.
55
56 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Set
57 process marker.
58
59 2013-02-12 Tassilo Horn <tsdh@gnu.org>
60
61 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
62 UserInstallation when calling soffice to work around LibreOffice
63 bug 37531.
64
65 2013-02-12 Glenn Morris <rgm@gnu.org>
66
67 * files.el (basic-save-buffer):
68 Offer to create a non-existing directory. (Bug#3016)
69
70 * calc/calc-graph.el (calc-graph-show-dumb):
71 * calendar/calendar.el (calendar-mode-map):
72 * cus-edit.el (custom-mode-map):
73 * ehelp.el (electric-help-map):
74 * emulation/vip.el (vip-mode-map):
75 * epa.el (epa-key-list-mode-map):
76 * info.el (Info-mode-map):
77 * mail/rmail.el (rmail-mode-map):
78 * mail/rmailsum.el (rmail-summary-mode-map):
79 * man.el (Man-mode-map):
80 * net/newst-plainview.el (newsticker-mode-map):
81 * progmodes/cpp.el (cpp-edit-mode-map):
82 * progmodes/grep.el (grep-mode-map):
83 * progmodes/idlw-help.el (idlwave-help-mode-map):
84 * simple.el (special-mode-map):
85 * startup.el (splash-screen-keymap):
86 * view.el (view-mode-map):
87 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
88
89 2013-02-11 Elias Pipping <pipping@lavabit.com>
90
91 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
92 (bug#13679).
93
94 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
97
98 2013-02-11 Glenn Morris <rgm@gnu.org>
99
100 * vc/diff.el (diff-use-labels): New variable.
101 (diff-no-select): Use --label rather than -L, and first
102 check that it is supported. (Bug#11067)
103
104 * files.el (enable-dir-local-variables): New variable.
105 (hack-dir-local-variables): Respect enable-dir-local-variables.
106 * tutorial.el (help-with-tutorial):
107 Ignore directory-local variables. (Bug#11127)
108
109 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
110 (vc-svn-global-switches): ... to here. (Bug#13513)
111
112 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
113
114 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
115 Handle "foo (bar, default: xxx): " prompts.
116
117 2013-02-10 Chong Yidong <cyd@gnu.org>
118
119 * files.el (basic-save-buffer-1): Do not set
120 buffer-file-coding-system-explicit (Bug#4533).
121
122 * mail/emacsbug.el (report-emacs-bug): Change binding of
123 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
124
125 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
126
127 * calc/calc.el (calc-allow-units-as-numbers): New variable.
128 * calc/calc-units.el (calc-convert-units): Use new variable.
129
130 2013-02-09 Eli Zaretskii <eliz@gnu.org>
131
132 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
133
134 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
135 buffer-file-type.
136
137 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
138 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
139 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
140 coding-system-for-write instead.
141
142 * jka-compr.el (jka-compr-write-region): Don't bind
143 buffer-file-type.
144
145 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
146 buffer-file-type.
147
148 * files.el (file-name-buffer-file-type-alist): Remove defvar.
149 (insert-file-contents-literally): Remove reference to
150 file-name-buffer-file-type-alist.
151
152 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
153 make-obsolete.
154 (find-buffer-file-type-match, find-buffer-file-type): Remove.
155 (find-buffer-file-type-coding-system): Remove references to
156 find-buffer-file-type-match, find-buffer-file-type, and
157 buffer-file-type.
158 Don't put find-buffer-file-type-coding-system into
159 file-coding-system-alist.
160 (find-file-binary, find-file-text): Bind coding-system-for-read
161 instead of file-name-buffer-file-type-alist.
162
163 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
164
165 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
166 converter (Bug#13622).
167 (doc-view-unoconv-program): Make obsolete alias.
168 (doc-view-odf->pdf-converter-program): New variable.
169 (doc-view-odf->pdf-converter-function): New variable.
170 (doc-view-mode-p): Use it.
171 (doc-view-odf->pdf-converter-unoconv):
172 Rename from `doc-view-odf->pdf-converter-unoconv'.
173 (doc-view-odf->pdf-converter-soffice): New function.
174 (doc-view-convert-current-doc):
175 Use `doc-view-odf->pdf-converter-function'.
176
177 2013-02-09 Chong Yidong <cyd@gnu.org>
178
179 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
180 view-echo-area-messages (Bug#13340).
181
182 * help.el (view-echo-area-messages): Use display-buffer.
183
184 * dired-x.el (dired-do-run-mail): Prompt for confirmation
185 (Bug#13561).
186
187 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
190 Eval body right away, now that we do eager macroexpansion (bug#13605).
191
192 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
193 (fundamental-mode): Use run-mode-hooks.
194
195 * eshell/esh-proc.el (eshell/kill): Fix last change.
196 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
197
198 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
199
200 * eshell/esh-proc.el (eshell/kill): Rewrite.
201
202 * eshell/em-ls.el (show-almost-all): Declare.
203 (eshell-do-ls): Add support for -A argument.
204
205 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
206
207 * icomplete.el (icomplete-forward-completions)
208 (icomplete-backward-completions): Handle corner case (bug#13602).
209
210 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
211
212 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
213 be nil. Handle this. (Bug#13636)
214
215 2013-02-07 Richard Stallman <rms@gnu.org>
216
217 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
218 `save-buffer-coding-system'.
219
220 2013-02-07 Alan Mackenzie <acm@muc.de>
221
222 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
223 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
224 (c-parse-state-get-strategy): Don't return 'BOD any more.
225 (c-append-lower-brace-pair-to-state-cache):
226 Extra parameter HERE instead of narrowing.
227 Widen to top of buffer before searching backwards for a brace pair.
228 (c-state-push-any-brace-pair): Add HERE parameter to function call.
229 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
230 Narrow to parameter HERE, in place of being called narrowed.
231 (c-remove-stale-state-cache): Extra parameter HERE in place of
232 narrowing. Check there's an open brace in the cache before
233 searching for its match.
234 (c-invalidate-state-cache-1): Add HERE parameter to function call.
235 (c-parse-state-1): Don't narrow here for 'forward strategy,
236 instead passing extra parameter HERE to several functions.
237 Remove 'BOD strategy.
238
239 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
240
241 * emacs-lisp/package.el (describe-package-1): Tell what archive is
242 used to install the package.
243
244 2013-02-06 Glenn Morris <rgm@gnu.org>
245
246 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
247 if we can't get user input. (Bug#6567)
248
249 * startup.el (command-line): If simple.el is missing,
250 test and warn about for some possible causes.
251
252 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
253
254 * cus-start.el (all): Add ns-use-native-fullscreen.
255
256 2013-02-05 Glenn Morris <rgm@gnu.org>
257
258 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
259
260 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
261 Fix directory creation in fallback case.
262
263 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
264
265 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
266 (vc-update-change-log): Use dolist.
267
268 2013-02-04 Chong Yidong <cyd@gnu.org>
269
270 * thingatpt.el: Rewrite the URL detection routines, absorbing some
271 code from ffap.el.
272 (thing-at-point-beginning-of-url-regexp): New var.
273 (thing-at-point-uri-schemes): Update list of URI schemes.
274 (thing-at-point-url-regexp): Variable deleted.
275 (thing-at-point-markedup-url-regexp): Disallow newlines.
276 (thing-at-point-newsgroup-regexp)
277 (thing-at-point-newsgroup-heads)
278 (thing-at-point-default-mail-uri-scheme): New variables.
279 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
280 method to find the possible bounds of the URI at point.
281 New optional argument to find ill-formed URIs.
282 (thing-at-point-url-at-point): Rewrite. New arguments for finding
283 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
284 the scheme-adding heuristics from ffap-url-at-point.
285 (thing-at-point--bounds-of-well-formed-url): New function.
286 Do parens matching to decide whether to include parens in the URI
287 (Bug#9153).
288
289 * ffap.el: Require thingatpt.
290 (ffap-url-at-point): Delegate URI detection to thing-at-point.
291 All URI-valid characters are now recognized (Bug#5673).
292 (ffap-string-at-point): Use use-region-p.
293 (ffap-url-regexp): Extra character is handled by thing-at-point.
294 (ffap-string-at-point-mode-alist): Allow parentheses.
295 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
296 Convert to aliases; code moved to thingatpt.el.
297 (ffap-gnus-hook): Use setq-local.
298
299 2013-02-04 Glenn Morris <rgm@gnu.org>
300
301 * emacs-lisp/ert.el (ert--explain-format-atom):
302 Don't try to print non-characters as characters. (Bug#13543)
303
304 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
305
306 * net/tramp.el (tramp-debug-message): Extend function exclude list.
307 (tramp-backtrace): New defun.
308 (tramp-handle-insert-file-contents): Use `visit' when inserting
309 the local copy.
310
311 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
312 Use `remote-file-name-inhibit-cache'.
313
314 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
317 (bug#13614).
318
319 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
320 current-load-list (bug#13366).
321
322 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
323
324 * progmodes/compile.el (compilation-error-regexp-alist-alist):
325 Identify g++ template instantiation trace. (Bug#12287)
326 (compilation-mode-hook, compilation-start-hook)
327 (compilation-window-height): Simplify docstrings. (Bug#13379)
328
329 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
330
331 * mouse.el (mouse-drag-track): Always deactivate the mark before
332 running the final event's command since that command is in charge of
333 activating the mark if needed (bug#13523).
334
335 2013-02-02 Juri Linkov <juri@jurta.org>
336
337 * replace.el (perform-replace): Move let-bindings of isearch-*
338 variables deeper to the loop that searches for the next match.
339 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
340 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
341 (Bug#13579)
342
343 * isearch.el (isearch-search-fun-default): Check for null
344 first element of isearch-cmds as a precaution when it's used
345 with inactive isearch.
346
347 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
348
349 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
350 error when buffer in question is narrowed so position 1 is out of
351 visible part.
352
353 2013-02-02 Glenn Morris <rgm@gnu.org>
354
355 * textmodes/remember.el (remember-clipboard): Doc fix.
356
357 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
360 properties (bug#13179).
361
362 2013-02-02 Juri Linkov <juri@jurta.org>
363
364 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
365 instead of hard-coded default face `match'. (Bug#9438)
366
367 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
368
369 * vc/vc-arch.el (vc-arch-registered):
370 * vc/vc-bzr.el (vc-bzr-registered):
371 * vc/vc-cvs.el (vc-cvs-registered):
372 * vc/vc-git.el (vc-git-registered):
373 * vc/vc-hg.el (vc-hg-registered):
374 * vc/vc-mtn.el (vc-mtn-registered):
375 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
376 (Bug#13139)
377
378 * info.el (Info-next-reference, Info-prev-reference): Add numeric
379 prefix argument. (Bug#11656)
380
381 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
384
385 2013-02-01 Glenn Morris <rgm@gnu.org>
386
387 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
388 if the backend is known not to support it.
389
390 * imenu.el (imenu-default-create-index-function):
391 Tweak infinite loop test to check for forward motion as well as none.
392
393 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
394
395 * net/soap-client.el (soap-invoke): Encode the string for
396 `url-request-data' as UTF-8.
397 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
398
399 2013-02-01 Glenn Morris <rgm@gnu.org>
400
401 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
402
403 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
404
405 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
406
407 * net/tramp.el (tramp-tramp-file-p): Comment check for
408 `string-as-unibyte'. The function does not exist on XEmacs, and
409 likely we need another approach.
410
411 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
412 `tramp-gw-*' variables are bound.
413
414 2013-01-31 Glenn Morris <rgm@gnu.org>
415
416 * files.el (basic-save-buffer-2): Choose coding system for
417 writing the file before backing it up, to reduce delay between
418 backing up and writing the new version. (Bug#13522)
419
420 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
421
422 * simple.el (cycle-spacing): New command.
423 (just-one-space): Use it.
424
425 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
426
427 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
428 (opascal-newline-always-indents): Remove custom.
429 (opascal-tab, opascal-newline): Remove commands.
430 (opascal-new-comment-line): Insert "\n" instead of calling newline.
431 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
432 (opascal-save-match-data): Remove, use save-match-data instead.
433 (opascal-save-state): Use with-silent-modifications.
434
435 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
436 (bug#13585).
437
438 2013-01-30 Juri Linkov <juri@jurta.org>
439
440 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
441 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
442 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
443
444 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
447 column if we're just deleting the backslashes.
448 (makefile-fill-paragraph): Use eolp.
449
450 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
451
452 * autorevert.el (auto-revert-use-notify): Fix docstring.
453
454 2013-01-30 Leo Liu <sdl.web@gmail.com>
455
456 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
457
458 2013-01-30 Glenn Morris <rgm@gnu.org>
459
460 * mouse.el (mouse-drag-line): Avoid pushing same event onto
461 unread-command-events twice in some cases. This tries to implement
462 the 2012-07-26 changes in a different way. (Bug#13560)
463
464 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
465
466 * progmodes/python.el
467 (python-pdbtrack-comint-output-filter-function): Enhancements on
468 stacktrace detection. (thanks @gnovak)
469
470 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
473 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
474 Use defvar-local.
475 (jit-lock-register): Use setq-local.
476
477 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
478
479 * calc-units.el (math-default-units-table): Remove initial value.
480 (calc-convert-units): Treat expressions where all the units cancel as
481 if they didn't have units.
482
483 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
484
485 * net/tramp.el (tramp-process-connection-type): Fix docstring.
486 (tramp-completion-reread-directory-timeout): Fix type.
487 (tramp-connection-min-time-diff): New defcustom.
488
489 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
490
491 2013-01-30 Glenn Morris <rgm@gnu.org>
492
493 * imenu.el (imenu-default-create-index-function):
494 Put back a version of the infinite loop test removed 2013-01-23.
495
496 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
497
498 * progmodes/python.el (python-shell-parse-command):
499 Find python-shell-interpreter with modified environment.
500
501 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
504
505 2013-01-29 Alan Mackenzie <acm@muc.de>
506
507 Amend to fontify /regexp/s in actions correctly.
508 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
509 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
510 are no longer included.
511 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
512 What used to be these variables without "-line" in the name.
513 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
514 (c-awk-non-arith-op-bra-re): Now also matches {.
515 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
516 "return", and "case".
517 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
518 by /.
519 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
520 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
521
522 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
523
524 * autorevert.el (auto-revert-use-notify):
525 Use `custom-initialize-default' for initialization. (Bug#13583)
526
527 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
528
529 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
530 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
531 in `tramp-file-name-handler'.
532 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
533 compatibility.
534 (tramp-compute-multi-hops): Check, whether
535 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
536
537 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
540 (bug#13297).
541
542 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
543
544 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
545 checks made superfluous by the \_< operator.
546 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
547 temporarily) broken indentation.
548 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
549 Highlight nested constants, too. \_< broke that.
550
551 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
552
553 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
554 instead of "\\b".
555
556 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
557
558 * autorevert.el (auto-revert-handler): Notifications which result
559 from a saved file shall not be taken into account. (Bug#13557)
560
561 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
562
563 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
564 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
565 (lisp-mode): Pass t for it. (Bug#13556)
566
567 2013-01-25 Alan Mackenzie <acm@muc.de>
568
569 AWK Mode: Fix indentation bug at top level. Bug #12274.
570
571 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
572 just before CASE 5D.
573
574 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
575
576 * net/socks.el (socks-nslookup-host): Use string-to-number.
577
578 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
579
580 * autorevert.el (auto-revert-remote-files)
581 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
582 (auto-revert-notify-enabled, auto-revert-use-notify)
583 (auto-revert-notify-watch-descriptor-hash-list)
584 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
585 (auto-revert-notify-event-descriptor)
586 (auto-revert-notify-event-action)
587 (auto-revert-notify-event-file-name): Doc fix.
588 (global-auto-revert-mode): Reorder checks.
589 (auto-revert-notify-rm-watch): Respect changed values of
590 `auto-revert-notify-watch-descriptor-hash-list'.
591 (auto-revert-notify-add-watch): Check for
592 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
593 `inotify-add-watch'. Watch `default-directory' instead of
594 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
595 has a changed meaning now. (Bug#13540)
596 (auto-revert-notify-handler): Change implementation wrt events
597 returning from a directory.
598 (auto-revert-handler): Reorder implementation for checks of remote
599 files.
600 (auto-revert-buffers): Fix parentheses error.
601
602 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
603
604 * progmodes/python.el: Enhancements to header documentation about
605 skeletons. (Bug#5716)
606
607 * imenu.el (imenu-default-create-index-function): Remove useless
608 infinite loop check. (Bug#13438)
609
610 2013-01-25 Alan Mackenzie <acm@muc.de>
611
612 Fix a bug in the state cache mechanism. Refactor this a bit.
613
614 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
615 `cache-pos' element from the return value.
616 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
617 buffer to enable proper searching from beyond HERE. Amend the
618 test for detecting the sought brace pair. Amend the value written
619 to the "brace desert cache" when the brace isn't found.
620 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
621 and several other variables analogously.
622 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
623 parameter to a locally calculated variable.
624 (c-parse-state-1): Change the calling conventions to the two
625 defuns involving `cache-pos'.
626
627 2013-01-25 Chong Yidong <cyd@gnu.org>
628
629 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
630
631 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
632
633 * paren.el (show-paren-function): Make sure to set 'priority and
634 'face only if the overlay does exist.
635
636 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
637
638 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
639
640 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
641 basic attributes.
642 (tramp-sh-handle-set-file-acl): Improve error checking.
643
644 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
645
646 * doc-view.el (doc-view-display): Force mode line update until all
647 document is converted. Suggested by Stefan Monnier (Bug#13164).
648
649 2013-01-23 Bastien Guerry <bzg@gnu.org>
650
651 * paren.el (show-paren-function): Make sure an overlay exists
652 before trying to delete it. Also use `pos' as a position only
653 when it is an integer.
654
655 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
656
657 * play/gametree.el (gametree-break-line-here): Use point-marker.
658
659 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
660
661 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
662 Mark descriptive parts with `display' property.
663
664 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
665
666 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
667 New variable to map standard dict names to hunspell ones.
668 (ispell-set-spellchecker-params): Make sure specific dict names
669 are used for standard dicts with hunspell.
670
671 2013-01-21 Tassilo Horn <tsdh@gnu.org>
672
673 * textmodes/reftex-cite.el (reftex-format-citation): Add format
674 chars for note (%N) and url (%U).
675 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
676
677 2013-01-21 Juri Linkov <juri@jurta.org>
678
679 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
680 in addition to existing separate binding `meta f10' in `global-map'.
681 (Bug#13484)
682
683 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
684
685 Improve XEmacs compatibility.
686
687 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
688
689 * net/tramp-adb.el (top): Require `time-date'.
690 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
691 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
692 Use `tramp-file-name-handler'.
693 (tramp-adb-maybe-open-connection):
694 Use `tramp-compat-set-process-query-on-exit-flag'.
695
696 * net/tramp-sh.el (tramp-sh-handle-file-acl):
697 Use `tramp-compat-funcall'.
698
699 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
700 `tramp-compat-funcall'.
701
702 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
703
704 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
705 reimplementation using "adb shell command ..." instead of running
706 remote shell interactively.
707
708 2013-01-20 Glenn Morris <rgm@gnu.org>
709
710 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
711 Add native profiler menu entries.
712
713 * profiler.el (profiler-running-p): New function.
714 (profiler-cpu-profile): Use profiler-running-p.
715 (profiler-report-mode-map): Add some more menu entries.
716
717 2013-01-19 Glenn Morris <rgm@gnu.org>
718
719 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
720 fixes 2012-12-07 change. (Bug#13499)
721
722 2013-01-19 Leo Liu <sdl.web@gmail.com>
723
724 * dired.el (dired-get-marked-files): Prune erroneous values due to
725 last change. (Bug#13152)
726
727 2013-01-19 Glenn Morris <rgm@gnu.org>
728
729 * progmodes/etags.el (tags-table-check-computed-list):
730 Preserve point in tags buffer. (Bug#13412)
731
732 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
733
734 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
735 Chong Yidong <cyd@gnu.org>
736
737 * image-mode.el (image-next-file, image-previous-file):
738 New commands (Bug#8453).
739 (image-mode-map): Bind them to n and p.
740 (image-mode--images-in-directory): New helper function.
741
742 2013-01-19 Chong Yidong <cyd@gnu.org>
743
744 * image-mode.el (image-mode-fit-frame): Add a frame argument.
745 Suggested by Drew Adams (Bug#7730). Handle window decorations;
746 save and restore the old window configuration.
747
748 2013-01-18 Leo Liu <sdl.web@gmail.com>
749
750 * progmodes/js.el: Tweak autoload cookie for alias.
751
752 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
753
754 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
755 buffer local, again. This was lost with the fix on 2013-01-12.
756
757 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
758
759 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
760 order to support several eshell buffers in parallel.
761
762 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
763
764 * autorevert.el (auto-revert-use-notify): In the :set function, do
765 not modify `kill-buffer-hook'.
766 (auto-revert-notify-rm-watch):
767 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
768 (auto-revert-notify-add-watch): Do not call
769 `auto-revert-notify-rm-watch', but add it to a buffer local
770 `kill-buffer-hook'.
771
772 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
775 call to `eval' rather than a backquoted lambda.
776
777 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
780 to return an explicit nil.
781 (advice--remove-function): Change accordingly.
782
783 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
784 the use of nadvice.el.
785
786 * progmodes/which-func.el (which-function): Silence imenu errors
787 (bug#13433).
788
789 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
790
791 * progmodes/sql.el: (sql-imenu-generic-expression):
792 (sql-mode-font-lock-object-name): Match schema qualified names.
793 (sql-connect): Use string keys.
794 (sql-product-interactive): Wait for interpreter prompt.
795 (sql-comint-oracle): Set process coding based on NLS_LANG.
796
797 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
798
799 * progmodes/sql.el (sql-output-to-send): Remove, unused.
800 (sql-interactive-remove-continuation-prompt):
801 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
802
803 2013-01-14 Leo Liu <sdl.web@gmail.com>
804
805 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
806 (Bug#13420)
807
808 2013-01-14 Glenn Morris <rgm@gnu.org>
809
810 * progmodes/compile.el (compilation-error-regexp-alist-alist):
811 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
812
813 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
814
815 * progmodes/python.el (python-nav-end-of-statement):
816 Fix cornercase when handling multiline strings.
817
818 2013-01-13 Richard Stallman <rms@gnu.org>
819
820 * mail/sendmail.el (mail-position-on-field): Add doc string.
821
822 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
823 Get current message boundaries and pass them to
824 message-forward-make-body-mime. Minor style changes.
825
826 2013-01-13 Eli Zaretskii <eliz@gnu.org>
827
828 * cus-start.el (all): Avoid warnings about
829 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
830
831 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
832
833 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
834
835 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * jit-lock.el (jit-lock-debug-mode): New minor mode.
838 (jit-lock--debug-fontifying): New var.
839 (jit-lock--debug-fontify): New function.
840 * subr.el (condition-case-unless-debug): Don't prevent catching the
841 error, just let the debbugger run.
842 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
843 timer code and don't drop errors silently.
844
845 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
846
847 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
848 `permanent-local' property.
849 (auto-revert-notify-handler): Use `file-equal-p'.
850
851 2013-01-12 Eli Zaretskii <eliz@gnu.org>
852
853 * autorevert.el (auto-revert-notify-handler): Fix filtering of
854 file notification by ACTION. For filtering by file name, compare
855 only the non-directory part of the file name.
856
857 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
858
859 * autorevert.el: Use cl-lib instead of cl.
860
861 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
862 (vc-bzr-checkin): Use it.
863 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
864 will preserve match-data.
865
866 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
867
868 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
869 (js--declaration-keyword-re): New var.
870 (js--multi-line-declaration-indentation): New function.
871 (js--proper-indentation): Use it.
872
873 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
874
875 * calc/calc.el (calc-highlight-selections-with-faces)
876 (calc-dispatch):
877 * comint.el (comint-history-isearch-message):
878 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
879 * ffap.el (ffap-string-at-point-region, ffap-next)
880 (ffap-string-at-point, ffap-string-around)
881 (ffap-copy-string-as-kill, ffap-highlight-overlay)
882 (ffap-literally):
883 * font-lock.el (font-lock-keywords-alist)
884 (font-lock-removed-keywords-alist):
885 * help-mode.el (help-xref-symbol-regexp):
886 * info.el (Info-find-emacs-command-nodes):
887 * international/mule.el (add-to-coding-system-list):
888 * isearch.el (isearch-message-function, isearch-fail-pos):
889 * misearch.el (multi-isearch-next-buffer-function):
890 * newcomment.el (comment-box):
891 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
892 (pr-setting-database):
893 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
894 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
895 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
896 (pike-font-lock-keywords-3):
897 * progmodes/compile.el (compile):
898 * progmodes/etags.el (tags-table-files)
899 (tags-table-files-function, tags-included-tables-function):
900 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
901 (gdb-restore-windows):
902 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
903 (ps-n-up-filling-database):
904 * server.el (server-buffer, server-log):
905 * simple.el (newline, delete-backward-char, delete-forward-char)
906 (minibuffer-history-isearch-message, kill-line, track-eol)
907 (temporary-goal-column):
908 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
909 (flyspell-default-deplacement-commands):
910 * textmodes/ispell.el (ispell-accept-output):
911 * textmodes/sgml-mode.el (html-tag-help):
912 * vc/compare-w.el (compare-ignore-whitespace)
913 (compare-ignore-case, compare-windows-dehighlight):
914 * vc/diff.el (diff):
915 * whitespace.el (whitespace-point)
916 (whitespace-font-lock-refontify, whitespace-bob-marker)
917 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
918
919 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
920
921 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
922 (auto-revert-notify-rm-watch): Ignore errors.
923 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
924 inotify, and '(size last-write-time) for w32notify.
925 Set buffer-local `auto-revert-use-notify' to nil when adding a file
926 watch fails - this is a fallback to the file modification check.
927 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
928 (auto-revert-notify-event-action)
929 (auto-revert-notify-event-file-name): New defuns.
930 (auto-revert-notify-handler): Use them. Implement first
931 plausibility checks.
932 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
933
934 2013-01-11 Julien Danjou <julien@danjou.info>
935
936 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
937 max are almost equal. Also return the correct value for V which is
938 already between 0 and 1.
939
940 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
941
942 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
943
944 2013-01-11 Eli Zaretskii <eliz@gnu.org>
945
946 * autorevert.el (auto-revert-notify-rm-watch)
947 (auto-revert-notify-add-watch): Fix typos in w32notify function
948 names.
949
950 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
951
952 * autorevert.el (auto-revert-notify-enabled): Move up.
953 (auto-revert-use-notify): New defcustom.
954 (auto-revert-mode, global-auto-revert-mode)
955 (auto-revert-notify-add-watch, auto-revert-handler)
956 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
957 `auto-revert-notify-enabled'.
958
959 2013-01-10 Elias Pipping <pipping@exherbo.org>
960
961 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
962 * doc-view.el (doc-view-document->bitmap):
963 Use doc-view-single-page-converter-function instead of
964 single-page-converter arg; adjust callers.
965
966 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
967
968 * progmodes/which-func.el (which-function): Understand Semantic's use
969 of overlays in imenu--index-alist.
970
971 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
972
973 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
974 (Man-man-k-use-anchor): New var.
975 (Man-parse-man-k): New function.
976 (Man-completion-table): Use it.
977 (man): Flush the completion cache between uses.
978
979 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
980
981 * autorevert.el: Add file watch support.
982 (auto-revert-notify-enabled): New defconst.
983 (auto-revert-notify-watch-descriptor-hash-list)
984 (auto-revert-notify-watch-descriptor)
985 (auto-revert-notify-modified-p): New defvars.
986 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
987 (auto-revert-notify-handler): New defuns.
988 (auto-revert-mode, global-auto-revert-mode): Remove file watches
989 when mode is disabled.
990 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
991 (auto-revert-buffers): Add file watches for active buffers.
992
993 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
994
995 * cus-start.el (toplevel): Only allow float values for
996 scroll-up-aggressively and scroll-down-aggressively.
997 Allow any number for line-spacing.
998
999 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1002 (doc-view-pdf->png-converter-function): Use mupdf if available.
1003 (doc-view-djvu->png-converter-function)
1004 (doc-view-ps->png-converter-function): Remove.
1005 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1006 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1007 (doc-view-already-converted-p): Adjust accordingly.
1008 (doc-view-mode-p): Simplify.
1009 (doc-view-enlarge): Use setq-local.
1010 (doc-view-pdf->png-converter-ghostscript)
1011 (doc-view-djvu->png-converter-ddjvu)
1012 (doc-view-pdf->png-converter-mupdf): Rework to call
1013 doc-view-start-process directly.
1014 (doc-view-pdf/ps->png): Simplify accordingly.
1015 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1016 (doc-view-document->bitmap): Rename from doc-view-document->png.
1017 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1018 (doc-view-set-slice-from-bounding-box): Fix completion table.
1019 (doc-view-mode): Use add-hook for after-revert-hook.
1020
1021 2013-01-10 Glenn Morris <rgm@gnu.org>
1022
1023 * emacs-lisp/authors.el (authors-ignored-files)
1024 (authors-valid-file-names, authors-renamed-files-alist):
1025 Add some more entries.
1026
1027 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1030 `t' pseudo-window entry.
1031
1032 2013-01-10 Alan Mackenzie <acm@muc.de>
1033
1034 Fix bugs in the c-parse-state mechanism. Reuse some markers
1035 instead of continually generating new ones.
1036
1037 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1038 (c-state-old-cpp-end-marker): New variables.
1039 (c-append-lower-brace-pair-to-state-cache): Start a backward
1040 search for "}" definitively outside CPP constructs.
1041 (c-remove-stale-state-cache): Inform the caller of a need to
1042 search back for a brace pair in certain circumstances.
1043 (c-state-maybe-marker): New macro.
1044 (c-parse-state): Reuse markers when appropriate.
1045
1046 2013-01-10 Glenn Morris <rgm@gnu.org>
1047
1048 * simple.el (execute-extended-command): Doc fix.
1049 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1050
1051 2013-01-10 Chong Yidong <cyd@gnu.org>
1052
1053 * faces.el (read-face-name): Doc fix.
1054
1055 2013-01-10 Roland Winkler <winkler@gnu.org>
1056
1057 * emacs-lisp/crm.el: Allow any regexp for separators.
1058 (crm-default-separator): All spaces around the default comma separator.
1059 (crm--completion-command): New macro.
1060 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1061 (crm-complete-and-exit): Handle non-single-char separators.
1062
1063 2013-01-09 Elias Pipping <pipping@lavabit.com>
1064
1065 * doc-view.el: Add support for DjVu (bug#13164).
1066 (doc-view-djvu->png-converter-function): New config var.
1067 (doc-view-single-page-converter-function, doc-view--image-type)
1068 (doc-view--image-file-extension): New vars.
1069 (doc-view-mode): Initialize them.
1070 (doc-view-goto-page): Use them.
1071 (doc-view-mode-p): Add support for ddjvu.
1072 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1073 (doc-view-set-up-single-converter): New funs.
1074 (doc-view-pdf/ps->png): Extend for djvu.
1075 (doc-view-document->png): Rename from doc-view-pdf->png.
1076 (doc-view-convert-current-doc): Handle djvu.
1077 (doc-view-insert-image, doc-view-display)
1078 (doc-view-already-converted-p): Don't hardcode png.
1079 (doc-view-set-doc-type): Recognize djvu docs.
1080
1081 2013-01-09 Elias Pipping <pipping@lavabit.com>
1082
1083 * doc-view.el: Add support for mupdf converter (bug#13164).
1084 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1085 (doc-view-ps->png-converter-function): New config vars.
1086 (doc-view-pdf->png-converter-ghostscript)
1087 (doc-view-ps->png-converter-ghostscript)
1088 (doc-view-pdf->png-converter-mupdf): New functions.
1089 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1090
1091 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1092
1093 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1094 first in session cache: When `tramp-own-remote-path' is in
1095 `tramp-remote-path', the remote path is only set in the session
1096 cache.
1097
1098 2013-01-09 Glenn Morris <rgm@gnu.org>
1099
1100 * emacs-lisp/trace.el (trace-function-foreground)
1101 (trace-function-background): Doc fix.
1102
1103 2013-01-09 Juri Linkov <juri@jurta.org>
1104
1105 * international/mule-cmds.el (read-char-by-name): Move let-binding
1106 of completion-ignore-case around completing-read to fix regression
1107 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1108 `string-match-p' using the nil value of `case-fold-search' and
1109 `completion-ignore-case' in `completion-pcm--all-completions'.
1110 (Bug#12615).
1111
1112 2013-01-09 Glenn Morris <rgm@gnu.org>
1113
1114 * progmodes/compile.el (compilation-parse-errors):
1115 Fix typo. (Bug#13369)
1116
1117 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1118
1119 * comint.el (comint-send-input): Check size of buffer before
1120 waiting for process output, in case already accepted. (Bug#13290)
1121
1122 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1123
1124 Spelling fixes.
1125 * net/tramp-adb.el (tramp-adb-get-toolbox):
1126 Fix misspelling of 'unknown'.
1127
1128 2013-01-08 Juri Linkov <juri@jurta.org>
1129
1130 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1131 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1132 Use underline style wave on terminals that support it. (Bug#13000)
1133
1134 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1137 the predicate returns nil.
1138
1139 * simple.el: Use lexical-binding.
1140 (primitive-undo): Use pcase.
1141 (minibuffer-history-isearch-push-state): Use a closure.
1142
1143 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1144
1145 * simple.el (primitive-undo): Move from undo.c.
1146
1147 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1150 (cvs-mode-remove-handled): Use it (bug#13380).
1151
1152 * emacs-lisp/nadvice.el (advice--tweak): New function.
1153 (advice--remove-function, advice--subst-main): Use it.
1154
1155 * emacs-lisp/advice.el: Update commentary.
1156
1157 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1158
1159 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1160 Remove spurious entry.
1161
1162 2013-01-08 Glenn Morris <rgm@gnu.org>
1163
1164 * net/tramp.el (tramp-default-host-alist): Add :version.
1165
1166 2013-01-08 Juri Linkov <juri@jurta.org>
1167
1168 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1169 single completion. (Bug#12456)
1170 (info--manual-names): Expand node completions into an explicit list
1171 before appending it to another list. Filter out internal buffers
1172 with the leading space in the buffer name. (Bug#10771)
1173
1174 2013-01-08 Juri Linkov <juri@jurta.org>
1175
1176 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1177 that defaults to the Top node.
1178 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1179 the short format (FILENAME) goes to the Top node.
1180 (Info-build-node-completions): Rename arg `file' to `filename'.
1181 (Bug#13365)
1182
1183 2013-01-07 Bastien Guerry <bzg@gnu.org>
1184
1185 * menu-bar.el (menu-bar-search-documentation-menu):
1186 Use `apropos-user-option' and fix the help message.
1187
1188 2013-01-07 Bastien Guerry <bzg@gnu.org>
1189
1190 * apropos.el (apropos-do-all): Update docstring.
1191 (apropos-user-option-button): New face.
1192 (apropos-user-option): Rename from `apropos-variable' and update
1193 docstring.
1194 (apropos-variable): Rewrite, now show all variables by default.
1195 (apropos-print): Mention "User option" instead of "Variable" when
1196 printing doc for user options. (Bug#13276)
1197
1198 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1199
1200 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1201 Handle filename correctly, when parsing "source -> target" symlink
1202 output.
1203 (tramp-adb-handle-set-file-times): New defun.
1204
1205 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1208 advice list when the interactive-spec of ad-Advice-* changes.
1209
1210 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1211
1212 * wid-edit.el (widget-default-get): Work for inlined elements.
1213 (Bug#12670)
1214
1215 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1216
1217 * net/tramp.el (tramp-default-host-alist): New defcustom.
1218 (tramp-find-host): Use it.
1219 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1220 `eshell-directory-change-hook'.
1221
1222 * net/tramp-adb.el (top): Add adb specific entry in
1223 `tramp-default-host-alist'.
1224 (tramp-adb-file-name-host): Remove function.
1225 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1226 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1227
1228 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1229
1230 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1231
1232 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1233
1234 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1235
1236 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1237 consist of more than one digit.
1238 (tramp-adb-file-name-handler-alist):
1239 Use `tramp-handle-file-exists-p' consistently.
1240 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1241 (tramp-adb-handle-file-exists-p): Remove function.
1242 (tramp-adb-file-name-host): New defun.
1243 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1244 Use it.
1245 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1246
1247 2013-01-06 Chong Yidong <cyd@gnu.org>
1248
1249 * vc/vc.el (vc-next-action): Detect buffer modifications
1250 conflicting with locking VCS operation (Bug#11490).
1251
1252 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1253
1254 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1255
1256 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1257 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1258
1259 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1260
1261 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1262 parsing of ls output using regular expression (handle filenames
1263 with spaces). Use virtual device number.
1264 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1265 cleanup).
1266
1267 2013-01-04 Daiki Ueno <ueno@gnu.org>
1268
1269 * epg.el: Silence byte-compiler warnings.
1270 (epg--start): Use delete-char instead of delete-backward-char.
1271 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1272
1273 2013-01-04 Daiki Ueno <ueno@gnu.org>
1274
1275 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1276 Suggested by Eli Zaretskii <eliz@gnu.org>.
1277
1278 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1279
1280 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1281 non-negative integers. Otherwise, the default values are used.
1282 (tramp-convert-file-attributes): Convert uid and gid to integers.
1283
1284 2013-01-04 Glenn Morris <rgm@gnu.org>
1285
1286 * term.el (term-handle-colors-array): Ensure face attributes
1287 are fully specified, not nil. (Bug#13337)
1288
1289 * term.el (term-default-fg-color, term-default-bg-color):
1290 Fix custom type.
1291
1292 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1293 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1294 rather than 'jka-compr being loaded. (Bug#13338)
1295
1296 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1297
1298 * icomplete.el (icomplete-completions):
1299 Honor icomplete-prospects-height once more following
1300 2012-11-29 changes. (Bug#13224)
1301
1302 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1305 of called-interactively-p as well (bug#13237).
1306
1307 * view.el (view--enable, view--disable): Rename from view-mode-enable
1308 and view-mode-disable and assume it's called from view-mode.
1309 (view-mode-enable, view-mode-disable): Redefine as obsolete
1310 compatibility layer above view-mode.
1311 (view-mode-enter): Call `view-mode'.
1312
1313 * files.el (after-find-file): Call `view-mode'.
1314
1315 * doc-view.el (doc-view-scale-internally): New var.
1316 (doc-view-enlarge, doc-view-insert-image): Obey it.
1317
1318 2013-01-03 Daiki Ueno <ueno@gnu.org>
1319
1320 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1321 exist. (Bug#13344)
1322
1323 2013-01-03 Glenn Morris <rgm@gnu.org>
1324
1325 * mail/rmail.el (rmail-set-header-1): Ignore case.
1326 Handle multi-line headers. (Bug#13330)
1327
1328 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1329 Handle paragraph starting at beginning of buffer.
1330
1331 * subr.el (eval-after-load): Don't purecopy the form, so that it
1332 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1333
1334 * emacs-lisp/byte-run.el (defun): Place cl declarations
1335 after any interactive spec. (Bug#13265)
1336
1337 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1338
1339 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1340 defun. Don't check for DECL if DOCSTRING isn't a string.
1341 (defun): Likewise.
1342
1343 2013-01-02 Glenn Morris <rgm@gnu.org>
1344
1345 * eshell/em-cmpl.el (eshell-pcomplete):
1346 More thoroughly imitate pcomplete. (Bug#13293)
1347
1348 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1349 Return nil for empty path elements. (Bug#13296)
1350
1351 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1352
1353 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1354 order to improve efficiency (Based on Daniel Colascione's
1355 <dancol@dancol.org> patch). (Bug#13182)
1356
1357 2013-01-02 Glenn Morris <rgm@gnu.org>
1358
1359 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1360
1361 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1362
1363 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1364 neither DOCSTRING nor DECL was given. (Bug#13316)
1365
1366 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1369 `error' call.
1370 (tramp-do-copy-or-rename-file): Ignore errors when calling
1371 `set-file-extended-attributes'.
1372
1373 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1374 Add handler for `file-acl'.
1375 (tramp-smb-handle-file-acl): New defun.
1376
1377 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1378
1379 * calc/README: Mention ISO 8601 week-numbering dates.
1380
1381 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1382
1383 * view.el (view-mode-enable): New argument run-view-mode-hook.
1384 Run view-mode-hook only when it's non-nil (Bug#13315).
1385 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1386 argument t.
1387
1388 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1389
1390 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1391 (No device connected, invalid device name). (Bug #13299)
1392
1393 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1394
1395 * window.el (window-resizable--p): Rename to window-resizable-p.
1396 (window-resize-no-error): New function.
1397
1398 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1399 broken in fix from 2012-12-28.
1400
1401 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * subr.el (special-form-p): Don't signal errors on undef aliases.
1404
1405 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1406
1407 * calc/calc-forms.el (math-parse-date): Try using
1408 `math-parse-iso-date' when it looks like it might be needed.
1409 Allow times of 24:00.
1410 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1411 of 24:00.
1412
1413 2012-12-30 Glenn Morris <rgm@gnu.org>
1414
1415 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1416 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1417 (rmail-summary-displayed, rmail-summary): Declare.
1418 (mairix-rmail-display): Just require rmail.
1419
1420 2012-12-30 Chong Yidong <cyd@gnu.org>
1421
1422 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1423 check for the tarball contents.
1424
1425 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1426
1427 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1428 tarfile content listings (Bug#13136).
1429
1430 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1431
1432 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1433 Insert the undecoded text of the message being forwarded. (Bug#9521)
1434
1435 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1436
1437 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1438 integers, if they are real numbers. (Bug#13282)
1439
1440 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1441 Return `t' on success.
1442
1443 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1444 Add handler for `set-file-selinux-context'.
1445
1446 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1447
1448 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1449 (tramp-sh-handle-set-file-acl): Return `t' on success.
1450
1451 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1452
1453 * files.el (backup-buffer-copy, basic-save-buffer-2):
1454 If set-file-extended-attributes fails, fall back on set-file-modes
1455 instead of signaling an error. (Bug#13298)
1456 (basic-save-buffer): Likewise.
1457
1458 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1459
1460 * progmodes/python.el: Support other commands triggering
1461 python-indent-line so indentation cycling continues to work.
1462 (python-indent-trigger-commands): New defcustom.
1463 (python-indent-line): Use it.
1464
1465 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1466
1467 * progmodes/python.el (python-shell-send-region): Add blank lines
1468 for non sent code so backtraces remain correct.
1469
1470 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1471
1472 * progmodes/python.el: Remove cl dependency.
1473 (python-syntax-count-quotes): Replace incf call.
1474 (python-fill-string): Replace setf call.
1475
1476 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1477
1478 * info.el (info-other-window): New arg, for consistency with info.
1479
1480 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1481
1482 * mail/rmail.el (rmail-maybe-display-summary):
1483 Rewrite (Bug#13066).
1484
1485 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1486
1487 * epg.el (epg--start): Modify process-environment locally.
1488
1489 2012-12-28 Daiki Ueno <ueno@gnu.org>
1490
1491 * epg.el: Support pinentry-curses.
1492 Suggested by Werner Koch in
1493 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1494 (epg-agent-file, epg-agent-mtime): New variable.
1495 (epg--start): Record the modified time of gpg-agent socket file,
1496 to restore Emacs frame after pinentry-curses termination.
1497 (epg-wait-for-completion): Restore Emacs frame here.
1498
1499 2012-12-27 Juri Linkov <juri@jurta.org>
1500
1501 * info.el (Info-file-completions): New variable.
1502 (Info-read-node-name-1): Complete node names in the Info file
1503 when a file name is given. Call `Info-build-node-completions'
1504 with a file name.
1505 (Info-build-node-completions): Add new arg `file'. When it is
1506 non-nil, visit it in a temporary buffer and cache its completions in
1507 `Info-current-file-completions'. Move most of the function body to
1508 `Info-build-node-completions-1'.
1509 (Info-build-node-completions-1): New function with the body from
1510 `Info-build-node-completions'. (Bug#12456)
1511
1512 2012-12-27 Juri Linkov <juri@jurta.org>
1513
1514 * frame.el (frame-maximization-style): Remove user option.
1515 (cycle-frame-maximized): Remove function.
1516 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1517 (toggle-frame-fullscreen): New command bound to <f11> instead of
1518 `toggle-frame-maximized'.
1519 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1520
1521 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1522
1523 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1524
1525 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1526 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1527 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1528 for `file-accessible-directory-p'. (Bug#13275)
1529
1530 2012-12-27 Sam Steingold <sds@gnu.org>
1531
1532 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1533 continuations, see <http://stackoverflow.com/questions/3582436>.
1534
1535 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1536
1537 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1538 "module" and "def" to have indentation before them.
1539 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1540
1541 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1542
1543 2012-12-27 Alan Mackenzie <acm@muc.de>
1544
1545 Speed up fontification where there's large brace blocks.
1546 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1547 to a call of c-beginning-of-decl-1.
1548
1549 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1550
1551 * comint.el (comint-adjust-window-point): New function.
1552 (comint-postoutput-scroll-to-bottom):
1553 Call comint-adjust-window-point (Bug#13248).
1554
1555 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1556
1557 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1558 Rakefile regexp.
1559 (auto-mode-alist): Associate .gemspec files with ruby-mode
1560 (https://bugs.ruby-lang.org/issues/5453).
1561
1562 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1563
1564 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1565 Suppress coloring, if possible (required for BusyBox based systems like
1566 CyanogenMod).
1567 (tramp-adb-handle-file-attributes)
1568 (tramp-adb-handle-insert-directory)
1569 (tramp-adb-handle-file-name-all-completions): Use it.
1570 (tramp-adb-get-toolbox): New defun. Check for remote shell
1571 implementation (BusyBox or Toolbox).
1572
1573 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1574
1575 * startup.el (initial-buffer-choice): Allow function as value
1576 (Bug#13251).
1577 (command-line-1): Handle case where initial-buffer-choice
1578 specifies a function.
1579 * server.el (server-execute): Handle case where
1580 initial-buffer-choice specifies a function.
1581
1582 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1583
1584 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1585 its own function.
1586 (smtpmail-try-auth-methods): Forget the user name/password if the
1587 login is unsuccessful (bug#12424).
1588
1589 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1590
1591 * notifications.el (notifications-notify): Protect body with
1592 `with-demoted-errors'.
1593
1594 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1595 Check properties of remote device. Restart connection, if there is a
1596 change.
1597
1598 2012-12-21 Chong Yidong <cyd@gnu.org>
1599
1600 * sort.el (sort-subr): Doc fix (Bug#13056).
1601
1602 2012-12-21 Bastien Guerry <bzg@gnu.org>
1603
1604 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1605
1606 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1607
1608 * simple.el (process-file): Overwrite stderr file, if exists.
1609
1610 2012-12-21 Daiki Ueno <ueno@gnu.org>
1611
1612 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1613 (epg-error): Set `error-message' property.
1614
1615 2012-12-21 Chong Yidong <cyd@gnu.org>
1616
1617 * international/mule-cmds.el (read-char-by-name): Signal an error
1618 if the user does not supply a valid character (Bug#13177).
1619
1620 * simple.el (transpose-subr-1): Preserve marker positions by
1621 changing the insertion sequence (Bug#13122).
1622
1623 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1624
1625 * simple.el (kill-region): Deactivate mark even for empty regions
1626 (Bug#13169).
1627
1628 2012-12-21 Chong Yidong <cyd@gnu.org>
1629
1630 * help-fns.el (describe-variable): Make sure we get the right
1631 buffer name (Bug#13105). Suggested by Kelly Dean.
1632
1633 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1634
1635 * comint.el (comint-redirect-previous-input-string): New variable.
1636 (comint-redirect-setup, comint-redirect-cleanup)
1637 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1638 (comint-redirect-preoutput-filter): Fix verbose message.
1639
1640 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
1641
1642 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1643 is too long for Tramp. See discussion in
1644 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1645
1646 * progmodes/compile.el (compilation-start): Remove line escape
1647 template.
1648
1649 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1650
1651 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1652 Adjust comment.
1653
1654 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1655
1656 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1657 following non-comment text (bug#13207).
1658 (lm-header-multiline): Continuation lines need to be indented more than
1659 the first line.
1660 (lm-homepage): New function.
1661 (lm-with-file): Don't be confused if narrowing is in effect.
1662
1663 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1666 very beginning of a hunk (e.g. killing the first line).
1667
1668 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1669
1670 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1671 and text properties from returned ACL string.
1672 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1673 for "setfacl" command.
1674
1675 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1678 `tramp-cleanup-this-connection', when the process has died.
1679 (Bug#13151)
1680
1681 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1684
1685 2012-12-17 Kevin Ryde <user42@zip.com.au>
1686
1687 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1688
1689 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
1690
1691 Add support for preserving ACL entries of files.
1692
1693 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1694 `set-file-acl' handlers.
1695
1696 * net/tramp-adb.el (tramp-adb-handle-copy-file):
1697 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1698
1699 * net/tramp-compat.el (tramp-compat-copy-file):
1700 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1701
1702 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1703 Add `file-acl' and `set-file-acl' handlers.
1704 (tramp-gvfs-handle-copy-file):
1705 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1706 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1707 New defuns.
1708
1709 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1710 Add `file-acl' and `set-file-acl' handlers.
1711 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1712 (tramp-sh-handle-set-file-acl): New defuns.
1713 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1714 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1715
1716 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1717 Add `file-acl' and `set-file-acl' handlers.
1718 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1719
1720 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1721
1722 * help-macro.el (make-help-screen): Instead of switch-to-buffer
1723 use pop-to-buffer with NORECORD argument t. As buffer name, use
1724 *Metahelp* with a leading space (Bug#13190).
1725
1726 2012-12-16 Romain Francoise <romain@orebokech.com>
1727
1728 * files.el (file-extended-attributes)
1729 (set-file-extended-attributes): New functions.
1730 (backup-buffer): Use them to handle both SELinux context and ACL
1731 entries.
1732 (backup-buffer-copy): Work with an alist of extended attributes,
1733 rather than an SELinux context.
1734 (basic-save-buffer-2): Ditto.
1735
1736 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
1737
1738 * battery.el (battery-bsd-apm): New function.
1739
1740 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1741
1742 * calc/calc.el (calc-standard-date-formats): Adjust one of the
1743 standard date formats.
1744
1745 2012-12-15 Juri Linkov <juri@jurta.org>
1746
1747 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1748 `isearch-insert-char-by-name'.
1749 (with-isearch-suspended): New defmacro with body mostly from
1750 `isearch-edit-string' except the part that sets
1751 `isearch-new-string' and `isearch-new-message'.
1752 (isearch-edit-string): Use new macro `with-isearch-suspended' with
1753 body that sets `isearch-new-string' and `isearch-new-message'.
1754 (isearch-insert-char-by-name): New command.
1755 * international/mule-cmds.el (read-char-by-name): Let-bind
1756 `enable-recursive-minibuffers' to t.
1757 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1758
1759 2012-12-15 Juri Linkov <juri@jurta.org>
1760
1761 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1762 (Bug#13175)
1763
1764 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
1765
1766 * dired-x.el (dired-guess-shell-command): Put colon at the end of
1767 the prompt. (Bug#13045)
1768
1769 2012-12-14 Glenn Morris <rgm@gnu.org>
1770
1771 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1772 Try to include filename in non-bytecomp warning. (Bug#13132)
1773
1774 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1775
1776 Fix permissions bugs with setgid directories etc. (Bug#13125)
1777 * files.el (backup-buffer): Don't rely on 9th output of
1778 file-attributes, as it's now a placeholder. Instead, use the new
1779 optional arg of file-ownership-preserved-p.
1780 (file-ownership-preserved-p): New optional arg GROUP.
1781 Fix mishandling of setuid directories that would cause this
1782 function to return t when it should have returned nil.
1783 Document what happens if the file does not exist, and when
1784 it's not known whether the ownership will be preserved.
1785 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1786 Likewise.
1787 (tramp-get-local-gid): Use group-gid for integer, as that's
1788 faster and more reliable.
1789
1790 2012-12-14 Julien Danjou <julien@danjou.info>
1791
1792 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1793 Update keywords list, data type and PL/pgSQL.
1794
1795 2012-12-14 Dave Abrahams <dave@boostpro.com>
1796
1797 * vc/ediff-util.el (ediff-buffer-type): New function.
1798 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1799 rather than taking it as as argument.
1800 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1801
1802 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
1803
1804 * json.el: Add pretty-print option (bug#12634).
1805 (json-encoding-separator, json-encoding-default-indentation)
1806 (json--encoding-current-indentation, json-encoding-pretty-print)
1807 (json-encoding-lisp-style-closings): New vars.
1808 (json--with-indentation): New macro.
1809 (json-encode-hash-table, json-encode-alist, json-encode-plist)
1810 (json-encode-array): Use it to obey json-encoding-pretty-print.
1811 (json-pretty-print-buffer, json-pretty-print): New commands.
1812
1813 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1814
1815 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1816 Extract `ruby-syntax-propertize-expansions'.
1817 (ruby-syntax-propertize-expansions): Only change syntax on
1818 certain string delimiters, to punctuation. This way the common
1819 functions like forward-word and thing-at-point still work.
1820 (ruby-match-expression-expansion): Improve readability.
1821 (ruby-block-contains-point): New function.
1822 (ruby-add-log-current-method): Handle several edge cases.
1823
1824 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1825
1826 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1827 unload-feature finishes even when aborting an ongoing edebug session.
1828 Also, do not worry about edebug-mode, unload-feature takes care of it.
1829
1830 2012-12-13 Andreas Schwab <schwab@suse.de>
1831
1832 * net/tls.el (tls-program): Update customize type.
1833
1834 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1835
1836 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1837 (edebug-setup-hook, cl-read-load-hooks): Use it.
1838 (edebug-unload-function): New function. (Bug#13163)
1839
1840 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
1841
1842 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1843 Otherwise, there could be errors in autoloading. (Bug#13151)
1844
1845 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
1846
1847 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1848 sequences.
1849
1850 2012-12-13 Alan Mackenzie <acm@muc.de>
1851
1852 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
1853 * progmodes/cc-engine.el (c-backward-comments): Add code to work
1854 around `forward-comment' not recognizing ^M as whitespace.
1855
1856 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
1857
1858 * progmodes/python.el (python-skeleton-class)
1859 (python-skeleton-def): Do not add space after defun name.
1860
1861 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1864 (cl--symbol-function): Remove (now that funbound is like nil).
1865
1866 2012-12-12 Glenn Morris <rgm@gnu.org>
1867
1868 * button.el (button--area-button-p): Fix typo.
1869
1870 2012-12-12 Sam Steingold <sds@gnu.org>
1871
1872 * frame.el (frame-maximization-style): New user option.
1873 (toggle-frame-maximized): Toggle frame maximization according to
1874 `frame-maximization-style', bound to <f11>.
1875 (cycle-frame-maximized): Cycle between all maximization styles and
1876 non-maximized frame, bound to shift-<f11>.
1877
1878 2012-12-12 David Cadé <codename68@gmail.com>
1879
1880 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1881
1882 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
1883
1884 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1885 (eieio-override-prin1): Don't quote kewords and booleans.
1886 (object-write) <eieio-default-superclass>: Don't put closing parens
1887 on new line, avoid needless empty lines, align values that are objects
1888 with the slot keyword (instead of beginning on the same line).
1889 (eieio-list-prin1): Align value with slot keyword; increase
1890 eieio-print-depth before printing members of the list.
1891
1892 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1895 a display text-property.
1896 (report-emacs-bug-hook): Don't bother deleting it any more.
1897
1898 * hilit-chg.el (highlight-save-buffer-state): Delete.
1899 Use with-silent-modifications instead.
1900 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1901
1902 * button.el: Handle buttons in display text-properties.
1903 (button--area-button-p, button--area-button-string):
1904 Use (STRING . STRING-POS) representation instead of just STRING.
1905
1906 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1907
1908 * makefile.w32-in (compile4-SH): Fix a typo that caused term
1909 subdirectory be skipped.
1910
1911 2012-12-11 Glenn Morris <rgm@gnu.org>
1912
1913 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1914
1915 * progmodes/f90.el (f90-line-continued, f90-indent-region):
1916 Treat preprocessor lines embedded in continuations like comments.
1917 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
1918
1919 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1920
1921 * calc/calc.el (calc-standard-date-formats): Add more date
1922 formats.
1923 * calc/calc-forms.el (math-parse-iso-date): New function.
1924 (math-parse-date): Use `math-parse-iso-date' when appropriate.
1925 (math-parse-iso-date-validate): Add extra error checking.
1926 (calc-date-notation): Add ability to access new date formats.
1927
1928 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
1931 font-lock as well as when there's no text-property.
1932
1933 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
1934
1935 * hi-lock.el: Refine the choice of default face.
1936 (hi-lock-keyword->face): New function. Use it wherever we used
1937 cadadadr instead.
1938 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
1939 (hi-lock--last-face): Remove var.
1940 (hi-lock--unused-faces): New var to replace it.
1941 (hi-lock-read-face-name): Use/maintain it.
1942 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
1943 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
1944 if it has another face.
1945
1946 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1947
1948 * subr.el (w32notify-handle-event): New function.
1949 (inotify-handle-event): Doc fix.
1950
1951 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1952
1953 * subr.el (inotify-event-p, inotify-handle-event): New functions.
1954
1955 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
1956
1957 * simple.el (just-one-space): Doc fix.
1958
1959 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1960
1961 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
1962
1963 2012-12-10 Le Wang <l26wang@gmail.com>
1964
1965 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
1966 narrowed buffer (bug#12361).
1967
1968 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * vc/vc-hooks.el (vc-state): Doc fix.
1971
1972 2012-12-10 Glenn Morris <rgm@gnu.org>
1973
1974 * mail/rmail.el (rmail-maybe-display-summary):
1975 Preserve buffer, in case select-window changes it. (Bug#13066)
1976
1977 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
1980 cl-load-hook where they belong.
1981
1982 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
1985
1986 2012-12-09 Eli Zaretskii <eliz@gnu.org>
1987
1988 Parallelize byte compilation on MS-Windows.
1989 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
1990 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
1991 (WINS_BASIC): Define as concatenation of the above.
1992 (compile): Subdivide into 4 separate and independent jobs that can
1993 be run in parallel.
1994 (compile0-CMD, compile0-SH): New targets for compiling
1995 COMPILE_FIRST files, which are prerequisites for the rest of the
1996 byte-compilation.
1997 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
1998 New targets for parallel compilation with cmd.exe.
1999 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2000 compiling under a Unixy shell.
2001
2002 2012-12-09 Chong Yidong <cyd@gnu.org>
2003
2004 * simple.el (set-mark-default-inactive): Delete this
2005 accidentally-introduced option.
2006 (set-mark-command, exchange-point-and-mark): Remove calls.
2007
2008 2012-12-09 Glenn Morris <rgm@gnu.org>
2009
2010 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2011 Respect a defcustom's :set function, if appropriate. (Bug#109)
2012 (eval-defun): Doc fix.
2013
2014 2012-12-08 Juri Linkov <juri@jurta.org>
2015
2016 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2017 (Info-fontify-node, Info-bookmark-make-record): Remove the
2018 file extension from Info-current-file (Bug#13016).
2019
2020 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2023 point, still provide some default.
2024 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2025 names, since we don't use it right now. Actually return the list.
2026 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2027
2028 2012-12-07 Chong Yidong <cyd@gnu.org>
2029
2030 * novice.el (disabled-command-function): Remove a spurious help
2031 xref (Bug#13043). Suggested by Kelly Dean.
2032
2033 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2034 syntax is specified (Bug#13025).
2035
2036 * info.el (Info-set-mode-line): Remove the file extension from
2037 Info-current-file if there is one (Bug#13016).
2038
2039 2012-12-07 Glenn Morris <rgm@gnu.org>
2040
2041 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2042 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2043 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2044 and rmail-mime-decoded. (Bug#9841)
2045
2046 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2047 (batch-unrmail, unrmail): Doc fixes.
2048 (unrmail): Respect unrmail-mbox-format.
2049 * mail/rmail.el (rmail-mbox-format): New option.
2050 (rmail-show-message-1): Respect rmail-mbox-format.
2051
2052 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2053
2054 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2055
2056 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2059 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2060 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2061 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2062 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2063 (cl-progv): Don't rely on dynamic scoping to find the body.
2064 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2065 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2066 (cl-declaim): Use backquotes.
2067 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2068 Use "cl--" prefix for the object's tag.
2069
2070 * ses.el: Use advice-add/remove.
2071 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2072 (copy-region-as-kill, yank): Use advice-add.
2073 (ses-unload-function): Use advice-remove.
2074
2075 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2076
2077 * button.el: Make them work in header-lines (bug#12817).
2078 (button-map): Add bindings for header-line and mode-line use.
2079 (button-get, button-put, button-label): `button' may now be a string.
2080 (button-activate): Don't make it a defsubst.
2081 (button--area-button-p, button--area-button-string): New functions.
2082 (make-text-button): Fix the return value when `beg' was a string.
2083 (push-button): Handle the mode-line case.
2084
2085 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2088 (sql-signum): Remove. Use `cl-signum' instead.
2089 (sql-read-passwd): Remove; use read-passwd instread.
2090 (sql-get-login-ext): Use read-string.
2091 (sql-get-login): Use dolist and pcase.
2092 (sql--completion-table): Rename from sql-try-completion.
2093 Use complete-with-action.
2094 (sql-mode): Don't change abbrev-all-caps globally.
2095 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2096 (sql-postgres-completion-object): Initialize vars in their `let'.
2097 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2098 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2099 (sql-comint-interbase): Use a single append, without setq.
2100 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2101
2102 * hi-lock.el: Rework the default face and the serialize regexp code.
2103 (hi-lock--auto-select-face-defaults): Remove.
2104 (hi-lock-string-serialize-serial): Remove.
2105 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2106 make weak.
2107 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2108 equal string.
2109 (hi-lock-set-pattern): Adjust accordingly.
2110 (hi-lock--regexps-at-point): Simplify accordingly.
2111 (hi-lock--auto-select-face-defaults): Remove.
2112 (hi-lock--last-face): New var to replace it.
2113 (hi-lock-read-face-name): Rewrite (bug#11095).
2114 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2115
2116 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2117
2118 * net/tramp.el (tramp-replace-environment-variables):
2119 Hide compiler warning.
2120 (tramp-file-name-for-operation): Remove `executable-find',
2121 `start-process', `call-process' and `call-process-region'.
2122
2123 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2124
2125 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2126 compatibility.
2127
2128 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2129
2130 2012-12-06 Chong Yidong <cyd@gnu.org>
2131
2132 * ffap.el (ffap-replace-file-component): Fix typo.
2133
2134 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2137 fix open-paren-like token test (bug#12785).
2138
2139 2012-12-06 Glenn Morris <rgm@gnu.org>
2140
2141 * mail/rmailsum.el (rmail-new-summary): Tweak for
2142 rmail-maybe-display-summary changing buffer. (Bug#13066)
2143
2144 2012-12-06 Juri Linkov <juri@jurta.org>
2145
2146 * info.el (Info-fontify-node): Don't hide the last newline.
2147 (Bug#12272)
2148
2149 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2150
2151 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2152 so as to enable message-read-from-minibuffer to expand mail aliases.
2153
2154 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2157 the `intangible' property.
2158 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2159
2160 2012-12-05 Deniz Dogan <deniz@dogan.se>
2161
2162 * net/rcirc.el (rcirc-urls): Update documentation.
2163 (rcirc-condition-filter): New function.
2164 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2165 and exclude consecutive duplicate URLs (Bug#6082).
2166
2167 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2168
2169 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2170 Check return code of copy command.
2171
2172 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2173 Use group `tramp'. Add version.
2174
2175 2012-12-05 Chong Yidong <cyd@gnu.org>
2176
2177 * ffap.el (ffap-url-regexp): Don't require matching at front of
2178 string (Bug#4952).
2179 (ffap-url-p): If only a substring matches, return that.
2180 (ffap-url-at-point): Use the return value of ffap-url-p.
2181 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2182 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2183 (ffap-guess-file-name-at-point): Likewise.
2184 (ffap-replace-file-component): Fix typo.
2185
2186 * info.el (info-display-manual): Add existing Info buffers, whose
2187 files may not be in Info-directory-list, to the completion.
2188 (info--manual-names): New helper function.
2189
2190 2012-12-05 Glenn Morris <rgm@gnu.org>
2191
2192 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2193 New functions, for detecting and resolving conflicts. (Bug#10709)
2194
2195 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2196
2197 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2198 (hi-lock-auto-select-face-defaults): New buffer local variable.
2199 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2200 (hi-lock-unface-buffer): Prompt user with useful defaults.
2201 With prefix arg, unhighlight all hi-lock patterns in buffer.
2202
2203 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2204
2205 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2206
2207 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2208
2209 * Makefile.in (TRAMP_SRC):
2210 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2211
2212 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2213
2214 * net/tramp-adb.el: New package.
2215
2216 2012-12-04 Chong Yidong <cyd@gnu.org>
2217
2218 * terminal.el: Move to obsolete/.
2219
2220 * longlines.el: Move to obsolete/.
2221
2222 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2223 Remove code referring to longlines mode.
2224
2225 2012-12-03 Juri Linkov <juri@jurta.org>
2226
2227 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2228
2229 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2230
2231 * textmodes/ispell.el (ispell-init-process)
2232 (ispell-start-process, ispell-internal-change-dictionary):
2233 Make sure personal dictionary name is expanded after initial
2234 `default-directory' value. Use expanded strings for
2235 keep/restart checks and for value (Bug#13019).
2236
2237 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2238
2239 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2240
2241 2012-12-03 Leo Liu <sdl.web@gmail.com>
2242
2243 * files.el (dir-locals-read-from-file): Check file non-empty
2244 before reading. (Bug#13038)
2245
2246 2012-12-03 Glenn Morris <rgm@gnu.org>
2247
2248 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2249 Remove any version extension before checking filename. (Bug#13006)
2250 (jka-compr-compression-info-list): Belated :version bump.
2251
2252 2012-12-03 Chong Yidong <cyd@gnu.org>
2253
2254 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2255
2256 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2257 (buffer-menu): Doc fix (Bug#12294).
2258
2259 2012-12-03 Roland Winkler <winkler@gnu.org>
2260
2261 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2262 of diary-show-all-entries in the diary buffer (Bug#12994).
2263
2264 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2265
2266 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2267 "<STDIN>". This is binary safe.
2268
2269 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2270
2271 * calc/calc-forms.el (math-absolute-from-iso-dt)
2272 (math-date-to-iso-dt, math-parse-iso-date-validate)
2273 (math-iso-dt-to-date): New functions.
2274 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2275 (math-fd-isoweekday): New variables.
2276 (calc-date-notation, math-parse-standard-date, math-format-date)
2277 (math-format-date-part): Add support for more formatting codes.
2278
2279 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2280
2281 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2282 current buffer's file name when called interactively (Bug#12488).
2283
2284 2012-12-02 Juri Linkov <juri@jurta.org>
2285
2286 * info.el (info-display-manual): Don't clobber an existing Info
2287 buffer (Bug#10770). Add completion (Bug#10771).
2288
2289 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2290
2291 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2292 before using it for comparison (Bug#5297).
2293
2294 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2295
2296 * textmodes/css-mode.el (css-current-defun-name): New function.
2297 (css-mode): Use it.
2298
2299 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2300 (html-mode): Use it.
2301
2302 2012-12-01 Chong Yidong <cyd@gnu.org>
2303
2304 Modularize add-log-current-defun (Bug#2224).
2305 Suggested by Jari Aalto.
2306
2307 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2308 (add-log-current-defun): Move mode-specific code to other files.
2309 (add-log-lisp-like-modes, add-log-c-like-modes)
2310 (add-log-tex-like-modes): Variables deleted.
2311
2312 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2313 (lisp-mode-variables): Use it.
2314
2315 * progmodes/cc-mode.el (c-common-init):
2316 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2317 add-log-current-defun-function.
2318
2319 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2320 (m4-mode): Use it.
2321
2322 * progmodes/perl-mode.el (perl-current-defun-name): New.
2323 (perl-mode): Use it.
2324
2325 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2326 Use lisp-current-defun-name.
2327
2328 * textmodes/tex-mode.el (tex-current-defun-name): New.
2329 (tex-common-initialization): Use it.
2330
2331 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2332 (texinfo-mode): Use it.
2333
2334 2012-12-01 Chong Yidong <cyd@gnu.org>
2335
2336 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2337 * progmodes/autoconf.el (autoconf-mode):
2338 * progmodes/js.el (js-mode):
2339 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2340 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2341 * progmodes/perl-mode.el (perl-mode):
2342 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2343 * textmodes/css-mode.el (css-mode):
2344 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2345 (sgml-tags-invisible, sgml-guess-indent):
2346 * textmodes/tex-mode.el (tex-common-initialization)
2347 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2348 (doctex-mode, plain-tex-mode, latex-mode):
2349 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2350
2351 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2352
2353 * vc/vc-hg.el (vc-hg-next-revision):
2354 Ensure use of default "tip" output format. (Bug#6968)
2355
2356 2012-12-01 Kim F. Storm <storm@cua.dk>
2357
2358 * startup.el (fancy-startup-tail): Add a clickable link
2359 (Bug#2176).
2360
2361 2012-12-01 Chong Yidong <cyd@gnu.org>
2362
2363 * startup.el (fancy-startup-tail): Improve the message about
2364 auto-save files (Bug#2176).
2365
2366 * files.el (recover-session): Improve the descriptive message, and
2367 use substitute-command-keys.
2368
2369 2012-12-01 Glenn Morris <rgm@gnu.org>
2370
2371 * ido.el (ido-file-internal):
2372 Handle other-window, other-frame for dired. (Bug#13036)
2373
2374 2012-11-30 Glenn Morris <rgm@gnu.org>
2375
2376 * icomplete.el (icomplete-separator): Fix :version.
2377
2378 2012-11-30 Chong Yidong <cyd@gnu.org>
2379
2380 * shell.el (shell): For C-u M-x shell, use an inactive shell
2381 buffer as the default (Bug#1975).
2382 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2383 (shell-mode): Use them to reapply ansi colorization if Shell mode
2384 is re-enabled.
2385
2386 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2387
2388 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2389
2390 2012-11-30 Samuel Bronson <naesten@gmail.com>
2391
2392 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2393 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2394
2395 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2396
2397 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2398 by move-to-column (Bug#3234).
2399
2400 2012-11-30 Chong Yidong <cyd@gnu.org>
2401
2402 * longlines.el (longlines-wrap-line, longlines-encode-region):
2403 Preserve text properties (Bug#1425).
2404
2405 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2406
2407 * vc/vc.el (vc-register): Allow registering a file which is
2408 already registered with a different backend (Bug#10589).
2409
2410 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2411 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * icomplete.el: Change separator; add ido-style commands.
2414 (icomplete-show-key-bindings): Remove custom var.
2415 (icomplete-get-keys): Remove function.
2416 (icomplete-forward-completions, icomplete-backward-completions):
2417 New commands.
2418 (icomplete-minibuffer-map): New var.
2419 (icomplete-minibuffer-setup): Use it.
2420 (icomplete-exhibit): Don't delay if the list of completions is known.
2421 (icomplete-separator): New custom.
2422 (icomplete-completions): Use it.
2423 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2424 (minibuffer-force-complete-and-exit): New command.
2425 (minibuffer--complete-and-exit): New function extracted from
2426 minibuffer-complete-and-exit.
2427 (minibuffer-complete-and-exit): Use it.
2428
2429 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2430 error message when the file doesn't exist (bug#12974).
2431
2432 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2433
2434 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2435
2436 2012-11-29 Glenn Morris <rgm@gnu.org>
2437
2438 * files.el (hack-dir-local-variables): Warn if try to set
2439 coding via dir-locals, since it doesn't work. (Bug#7169)
2440
2441 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2442 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2443 Set buffer-local value of desktop-save-buffer.
2444 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2445 New functions.
2446 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2447 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2448
2449 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2450 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2451 Doc fix.
2452 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2453 Doc fixes.
2454
2455 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2456
2457 * calc/calc-forms.el (calc-date-notation): Fix regexp
2458 used to find time codes. Fix symbol for seconds.
2459
2460 2012-11-27 Glenn Morris <rgm@gnu.org>
2461
2462 * emacs-lisp/derived.el (derived-mode-make-docstring):
2463 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2464
2465 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2468 lexically scoped variables (bug#13005).
2469
2470 2012-11-27 Glenn Morris <rgm@gnu.org>
2471
2472 * vc/vc-hooks.el (vc-mistrust-permissions):
2473 Default to t, to avoid data-loss. (Bug#11490)
2474
2475 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2476
2477 * progmodes/python.el (python-indent-guess-indent-offset):
2478 If indentation is guessed make python-indent-offset buffer-local.
2479
2480 Fix Imenu regression.
2481 * progmodes/python.el (python-nav-beginning-of-defun):
2482 Fix forward movement when statement(s) separates point from defun.
2483 (python-imenu-prev-index-position): New function.
2484
2485 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2486
2487 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2488
2489 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2490 Don't set buffer-file-type. Return nil. (Bug#12989)
2491
2492 2012-11-27 Glenn Morris <rgm@gnu.org>
2493
2494 * hippie-exp.el (hippie-expand-try-functions-list):
2495 Re-autoload it. (Bug#12982)
2496
2497 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2498
2499 * descr-text.el (describe-char-padded-string):
2500 Call internal-char-font only on GUI frames. (Bug#11964)
2501
2502 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2503
2504 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2505 and obsoletion message.
2506
2507 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2510 the constructs to keep outside of the `cl-block' (bug#12977).
2511
2512 2012-11-27 Chong Yidong <cyd@gnu.org>
2513
2514 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2515 keep reading until we get the up-event anyway, in order to process
2516 the up-event for mouse-1-click-follows-link (Bug#12971).
2517
2518 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2521 base function is not yet defined (bug#12965).
2522 (ad-activate-advised-definition): Use ad-compile-function.
2523 (ad-activate): Use cond.
2524
2525 2012-11-25 Leo Liu <sdl.web@gmail.com>
2526
2527 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2528 (Bug#12979)
2529
2530 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2531
2532 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2533 reftex-section-info-function in order to be compatible with
2534 Texinfo integration.
2535
2536 * textmodes/reftex.el (reftex-section-pre-regexp)
2537 (reftex-section-post-regexp, reftex-section-info-function):
2538 New variable.
2539 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2540 reftex-section-post-regexp, and reftex-section-info-function in order
2541 to be compatible with Texinfo integration.
2542
2543 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2544 use reftex-section-pre-regexp variable in order to be compatible with
2545 Texinfo integration.
2546
2547 2012-11-25 Chong Yidong <cyd@gnu.org>
2548
2549 * faces.el: Make face-spec-set more analogous to setq.
2550 (face-spec-set): Change the third arg to specify whether this
2551 function is being called via defface, customize, or a third party.
2552 Set the appropriate symbol properties. Clear the override spec if
2553 setting via Custom. Initialize face if necessary. (Bug#4988)
2554 (face-spec-recalc): Allow theme faces to completely replace the
2555 defface spec, in the same way as custom faces (Bug#8454).
2556
2557 * cus-face.el (custom-declare-face): Move face initialization to
2558 face-spec-set.
2559 (custom-theme-set-faces): Don't initialize the face name here, as
2560 that is now done in face-spec-set.
2561
2562 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2563 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2564 Simplify by using the new arg to face-spec-set.
2565
2566 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2567 reset face-override-spec too, and use custom-declare-face.
2568
2569 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2570
2571 * term/ns-win.el (ns-initialize-window-system): Move creation of
2572 fontsets here (Bug#11964).
2573
2574 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2575
2576 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2577 cell renaming.
2578
2579 2012-11-24 Chong Yidong <cyd@gnu.org>
2580
2581 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2582 obsolete.
2583
2584 * custom.el (custom-theme-set-variables): Use a topological sort
2585 for ordering by custom dependencies (Bug#12952).
2586 (custom--sort-vars, custom--sort-vars-1): New functions.
2587
2588 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2591 lexical-binding (bug#12938).
2592
2593 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2594
2595 * image-mode.el (image-transform-check-size): Use assertions only
2596 for images of type imagemagick.
2597
2598 Otherwise no error, image-transform-fit-to-{width,height} is
2599 silently ignored, as before. Doc fix.
2600
2601 2012-11-24 Chong Yidong <cyd@gnu.org>
2602
2603 * faces.el (color-defined-p): Doc fix (Bug#12853).
2604
2605 2012-11-24 Juri Linkov <juri@jurta.org>
2606
2607 * dired.el (dired-mark): Add optional arg `interactive'.
2608 Check for `use-region-p' if `interactive' is non-nil.
2609 (dired-unmark, dired-flag-file-deletion): Add optional arg
2610 `interactive'. Call `dired-mark' with the arg `interactive'.
2611 (Bug#10624)
2612
2613 * wdired.el: Revert 2012-10-17 change partly and replace it with
2614 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2615 (wdired-finish-edit): Add marks for new file names to
2616 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2617 after `revert-buffer'.
2618 (wdired-do-renames): Remove calls to `dired-remove-file',
2619 `dired-add-file', `dired-add-entry'. (Bug#11795)
2620
2621 2012-11-24 Alan Mackenzie <acm@muc.de>
2622
2623 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2624
2625 Fix bugs in the state cache. Enhance a debugging mechanism.
2626 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2627 "brace at column zero" strategy for C++.
2628 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2629 (c-parse-state-point): New variable.
2630 (c-record-parse-state-state): Record old parse state with
2631 `copy-tree'. Record previous value of point.
2632 (c-debug-parse-state-double-cons): New debugging function.
2633 (c-debug-parse-state): Call the above new function.
2634 (c-toggle-parse-state-debug): Output a confirmatory message.
2635
2636 * progmodes/cc-mode.el (c-before-change, c-after-change):
2637 Call c-invalidate-state-cache from `c-before-change' instead of
2638 `c-after-change'.
2639
2640 2012-11-23 Chong Yidong <cyd@gnu.org>
2641
2642 * find-cmd.el (find-constituents): Add executable, ipath,
2643 readable, samefile, writable, daystart, regextype (Bug#12856).
2644
2645 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2648
2649 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2650
2651 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2652 definition. This fixes a bootstrap failure.
2653 (calc-gregorian-switch): In menu, put dates before regions.
2654 This is easier to follow, lines up better in the menu, and lets us
2655 coalesce regions that switch at the same time. Give country
2656 names, not "Vatican", as that's better for non-expert users.
2657 Use names that are stable between the date of switch and now, e.g.,
2658 Bohemia and Moravia (which existed then and now) and not
2659 Czechoslovakia (which didn't exist then and doesn't exist now).
2660 What is now the U.S. mostly did not switch at the same time as
2661 Britain, so omit the U.S. Correct spelling of "Britain".
2662 Catholic Switzerland was too much of a mess, so omit it.
2663
2664 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2665
2666 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2667 after the variable is changed.
2668
2669 2012-11-21 Daniel Colascione <dancol@dancol.org>
2670
2671 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2672 in SQL declarations for font-lock.
2673 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2674
2675 2012-11-21 Glenn Morris <rgm@gnu.org>
2676
2677 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2678 (face-italic-p): Add optional argument "inherit".
2679
2680 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2681 Remove -p suffix from names, for consistency with other set-face-*.
2682 (set-face-inverse-video): Fix interactive spec.
2683 * play/gamegrid.el (gamegrid-make-mono-tty-face):
2684 * textmodes/table.el (table--update-cell-face):
2685 Use set-face-inverse-video rather than now obsolete alias.
2686
2687 2012-11-21 Eli Zaretskii <eliz@gnu.org>
2688
2689 * simple.el (line-move): Don't call line-move-partial if
2690 scroll-conservatively is in effect. (Bug#12927)
2691
2692 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2695 Fallback on completion-at-point rather than
2696 pcomplete-expand-and-complete, and only if pcomplete actually failed.
2697 (eshell-cmpl-initialize): Setup completion-at-point.
2698
2699 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2700
2701 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2702
2703 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
2704
2705 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2706 are remote, check out-of-band property for both.
2707
2708 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * window.el (switch-to-buffer): Re-add the warning that was lost in the
2711 code rewrite.
2712
2713 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2714
2715 More minor time fixes.
2716 * calendar/time-date.el: Commentary fix.
2717 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2718 too much other code depends on (0 0) time stamps.
2719 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2720 Add a couple of FIXME comments.
2721
2722 Minor cleanup for times as lists of four integers.
2723 * files.el (dir-locals-directory-cache):
2724 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2725 Doc fixes.
2726 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2727 * ps-bdf.el (bdf-file-newer-than-time):
2728 Process four-integers time stamps, not two. Doc fixes.
2729
2730 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * uniquify.el (uniquify-managed): Use defvar-local.
2733 (rename-buffer, create-file-buffer): Advise with advice-add.
2734 (uniquify-unload-function): Unadvise accordingly.
2735
2736 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2737 (trace-buffer): Don't purecopy.
2738 (trace-entry-message, trace-exit-message): Add `context' arg.
2739 (trace--timer): New var.
2740 (trace-make-advice): Adjust for use in nadvice.
2741 Add `context' argument. Delay `display-buffer' via a timer.
2742 (trace-function-internal): Use advice-add.
2743 (trace--read-args): New function.
2744 (trace-function-foreground, trace-function-background): Use it.
2745 (trace-function): Rename to trace-function-foreground and redefine as
2746 an alias to that new name.
2747 (untrace-function, untrace-all): Adjust to the use of nadvice.
2748
2749 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2750
2751 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2752
2753 * subr.el (called-interactively-p-functions): New var.
2754 (internal--called-interactively-p--get-frame): New macro.
2755 (called-interactively-p, interactive-p): Rewrite in Lisp.
2756 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2757 (called-interactively-p-functions): Use it.
2758 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2759 (called-interactively-p-functions): Use it.
2760 * allout.el (allout-called-interactively-p): Don't assume
2761 called-interactively-p is a subr.
2762
2763 2012-11-20 Glenn Morris <rgm@gnu.org>
2764
2765 * profiler.el (profiler-report-mode-map): Add a menu.
2766 No need to bind `q' because we derive from special-mode.
2767 (profiler-report-find-entry): Handle calls from the menu-bar.
2768
2769 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * emacs-lisp/byte-run.el (defun-declarations-alist):
2772 Allow a compiler-macro to be a lambda expression.
2773
2774 * progmodes/python.el: Use cl-lib. Move var declarations outside of
2775 eval-when-compile.
2776 (python-syntax-context): Add compiler-macro.
2777 (python-font-lock-keywords): Simplify with De Morgan.
2778
2779 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2780
2781 * files.el (load-file): Require match in minibuffer selection, as was
2782 the case in Emacs-20 before we changed the spec to allow .elc files
2783 (bug#12935).
2784
2785 * json.el: Don't require cl since we don't use it.
2786 * color.el: Don't require cl.
2787 (color-complement): `caddr' -> `nth 2'.
2788
2789 * calendar/time-date.el (time-to-seconds): De-obsolete.
2790
2791 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2792
2793 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
2794 year numbers.
2795 (math-date-to-julian-dt): Adjust the initial approximation for the
2796 year to deal with the new definition of the DATE.
2797
2798 2012-11-19 Daniel Colascione <dancol@dancol.org>
2799
2800 * term/w32-win.el (cygwin-convert-path-from-windows):
2801 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2802
2803 2012-11-18 Chong Yidong <cyd@gnu.org>
2804
2805 * filecache.el (file-cache--read-list): New function.
2806 (file-cache-add-directory-list, file-cache-add-file-list)
2807 (file-cache-delete-file-list, file-cache-delete-directory-list):
2808 Use it to read a list of files or directories (Bug#12846).
2809 (file-cache-add-file, file-cache-add-directory)
2810 (file-cache-delete-file-list, file-cache-delete-file-regexp)
2811 (file-cache-delete-directory): Print an message.
2812
2813 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
2814
2815 * calc/calc-forms.el (math-date-to-dt): Use integer date when
2816 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2817
2818 2012-11-18 Glenn Morris <rgm@gnu.org>
2819
2820 * image.el (insert-image, insert-sliced-image): Doc fix.
2821
2822 2012-11-18 Chong Yidong <cyd@gnu.org>
2823
2824 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2825 (Bug#12810).
2826
2827 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2828
2829 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2830 response when the target file is in a subdirectory (Bug#12757).
2831
2832 2012-11-18 Chong Yidong <cyd@gnu.org>
2833
2834 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2835
2836 2012-11-18 Glenn Morris <rgm@gnu.org>
2837
2838 * emacs-lisp/cl-lib.el (face-underline-p):
2839 Use set-face-underline rather than the alias set-face-underline-p.
2840
2841 * window.el (with-temp-buffer-window): Doc fix.
2842 * subr.el (with-output-to-temp-buffer):
2843 Add doc xref to with-temp-buffer-window.
2844
2845 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2846
2847 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2848 * calc/calc.el (math-format-date-cache): Declare.
2849
2850 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2851
2852 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2853 It also uses January 1, 1 AD as its day number 1.
2854 * calc/calc-forms.el (math-julian-date-beginning)
2855 (math-julian-date-beginning-int): Implement this.
2856
2857 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * descr-text.el (quail-find-key):
2860 * dired.el (desktop-file-name):
2861 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2862 * generic-x.el (comint-mode, comint-exec):
2863 * image-dired.el (widget-forward):
2864 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2865 (speedbar-change-expand-button-char)
2866 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2867 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2868 * printing.el (easy-menu-add-item, easy-menu-remove-item)
2869 (widget-field-action, widget-value-set):
2870 * speedbar.el (imenu--make-index-alist):
2871 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2872 (ring-length, ring-insert):
2873 * vcursor.el (compare-windows-skip-whitespace):
2874 * woman.el (dired-get-filename):
2875 Declare functions.
2876
2877 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2878
2879 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2880
2881 * calc/calc.el (calc-gregorian-switch): New variable.
2882
2883 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2884 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2885 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2886 (math-leap-year-p): Add option to distinguish between Julian
2887 and Gregorian calendars.
2888 (math-day-number): Use `math-day-in-year' to do the computations.
2889 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2890 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2891 to do the computations.
2892 (math-date-to-dt): Use `math-date-to-julian-dt' and
2893 `math-date-to-gregorian-dt' to do the computations.
2894 (calcFunc-weekday, math-format-date-part): Use the new version of
2895 the DATE to determine the weekday.
2896 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2897 when necessary.
2898
2899 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2900
2901 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2902 Cygwin; otherwise use 'file:'. (Bug#12914)
2903 (cygwin-convert-path-from-windows): Declare, to avoid
2904 byte-compiler warnings.
2905
2906 2012-11-17 Andreas Politz <politza@fh-trier.de>
2907
2908 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2909 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2910 prefix and negative numeric prefix args (Bug#12795).
2911
2912 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
2913
2914 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2915 Don't signal an error with a score that is too low to add to the
2916 list of top scores. (Bug#12779)
2917
2918 2012-11-17 Chong Yidong <cyd@gnu.org>
2919
2920 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2921
2922 * filecache.el (file-cache-add-file): Handle relative file name in
2923 the argument (Bug#12694).
2924
2925 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2926
2927 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
2928
2929 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
2932
2933 * emacs-lisp/cl-lib.el: Set more meaningful version number.
2934
2935 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2936
2937 * window.el (enlarge-window, shrink-window): Don't mention return
2938 value in doc-string (Bug#12896).
2939 (window--display-buffer): Don't resize frames - it won't work
2940 with all window managers and defeat pop-up-frame-alist.
2941 (display-buffer-alist): In doc-string explain that CONDITION can
2942 be a function and which arguments are passed to it (Bug#12854).
2943 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
2944 expressions (Bug#12854).
2945 (display-buffer): Pass ACTION argument to
2946 display-buffer-assq-regexp.
2947
2948 2012-11-16 Glenn Morris <rgm@gnu.org>
2949
2950 * window.el (fit-frame-to-buffer-bottom-margin)
2951 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
2952
2953 * faces.el (face-underline-p): Use face-attribute-specified-or.
2954
2955 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
2956
2957 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
2958
2959 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
2962
2963 2012-11-16 Glenn Morris <rgm@gnu.org>
2964
2965 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
2966 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
2967
2968 * faces.el (face-underline-p): Doc fix. Handle :underline being
2969 things other than `t' (a string, a list).
2970 (face-inverse-video-p): Doc fix.
2971 (set-face-underline): Rename it back from set-face-underline-p.
2972 Doc fix. Allow interactive input of values other than t.
2973 (read-face-attribute): Apply formatting to :underline,
2974 since like :box and :stipple it can take list values.
2975
2976 * term.el (ansi-term): Don't let C-x escape-char binding
2977 clobber the more standard C-c binding. (Bug#12842)
2978
2979 * subr.el (set-temporary-overlay-map): Doc fix.
2980
2981 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2982
2983 * window.el (record-window-buffer)
2984 (display-buffer-record-window): When copying the markers to
2985 window-point preserve window-point-insertion-type. (Bug#12588)
2986
2987 2012-11-16 Glenn Morris <rgm@gnu.org>
2988
2989 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
2990 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
2991 Use new names for hooks rather than obsolete aliases.
2992
2993 2012-11-15 Daniel Colascione <dancol@dancol.org>
2994
2995 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
2996 prefix instead of "file:" so that when FILE-NAME begins with "//",
2997 as it does when the target file is on a network share, url-handler
2998 isn't confused.
2999
3000 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3003 a preactivated advice from an old advice.el; they're not compatible!
3004
3005 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3006
3007 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3008 Fix string-spec case.
3009
3010 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3011
3012 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3015 (advice--buffer-local-function-sample): New var.
3016 (advice--set-buffer-local, advice--buffer-local): New functions.
3017 (add-function, remove-function): Use them.
3018
3019 2012-11-15 Drew Adams <drew.adams@oracle.com>
3020
3021 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3022
3023 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3024
3025 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3026 potential binding of print-gensym to t, and prettify (back)quotes in
3027 case they appear in args's default values (bug#12884).
3028
3029 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3030
3031 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3032 (advice-eval-interactive-spec): New function.
3033 (advice--make-interactive-form): Support around advice (bug#12844).
3034
3035 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3036
3037 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3038 more strict. Add docstring.
3039 (ruby-expression-expansion-re): Extract from
3040 `ruby-match-expression-expansion'.
3041 (ruby-syntax-propertize-function): After everything else, search
3042 for expansions in string literals, mark their insides as
3043 whitespace syntax and save match data for font-lock.
3044 (ruby-font-lock-keywords): Use the 2nd group from expression
3045 expansion matches.
3046 (ruby-match-expression-expansion): Use the match data saved to the
3047 text property in ruby-syntax-propertize-function.
3048
3049 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3052 (bug#12879).
3053
3054 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3055
3056 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3057 start/end keyword a bit harder. Works with different values of N.
3058 Add more comments.
3059 (ruby-end-of-block): Update accordingly.
3060
3061 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3062
3063 * woman.el (woman-file-name): Don't mess with unread-command-events
3064 (bug#12861).
3065
3066 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3067 Remove out of date self-require hack.
3068 (ad-do-advised-functions): Use simple `dolist'.
3069 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3070 (ad-advice-definition): Redefine as functions.
3071 (ad-advice-classes): Move before first use.
3072 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3073 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3074 (ad--defalias-fset): Remove functions.
3075 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3076 (ad-get-orig-definition): Rewrite.
3077 (ad-make-advised-definition-docstring): Change base docstring.
3078 (ad-real-orig-definition): Rewrite.
3079 (ad-map-arglists): Change name of called function.
3080 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3081 (ad-make-advised-definition): Simplify.
3082 (ad-assemble-advised-definition): Tweak for new calling context.
3083 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3084 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3085 function and call ad-activate if needed.
3086 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3087 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3088 (ad-compile-function): Compile ad-Advice-*.
3089 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3090 (ad-start-advice, ad-stop-advice): Remove.
3091
3092 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3093
3094 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3095 period before class method names, not after. Remove handling of
3096 one impossible case. Add comments.
3097
3098 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * emacs-lisp/advice.el: Remove support for freezing.
3101 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3102 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3103 Remove support for `freeze'.
3104
3105 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3106 override the default.
3107 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3108 cl--dotimes/dolist.
3109 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3110 `cl' is loaded.
3111
3112 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3113 from add-advice.
3114 (advice--strip-macro): New function.
3115 (advice--defalias-fset): Use them to handle macros.
3116 (advice-add): Use them.
3117 (advice-member-p): Correctly handle macros.
3118
3119 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3120
3121 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3122 Never font-lock the beginning of singleton class as heredoc.
3123
3124 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3127
3128 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3129
3130 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3131 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3132 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3133
3134 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3135
3136 Fix end-of-defun misbehavior.
3137 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3138 python-beginning-of-defun-function. Handle nested defuns
3139 correctly.
3140 (python-nav-end-of-defun): Rename from
3141 python-end-of-defun-function. Ensure forward movement.
3142 (python-info-current-defun): Reimplement to work as intended
3143 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3144 parent defuns as soon as possible.
3145
3146 2012-11-13 Glenn Morris <rgm@gnu.org>
3147
3148 * progmodes/flymake.el (flymake-error-bitmap)
3149 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3150 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3151
3152 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3153
3154 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3155 backward, always stop at indentation. Reverts the change from
3156 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3157
3158 2012-11-13 Glenn Morris <rgm@gnu.org>
3159
3160 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3161 Add ibuffer-filter-by-derived-mode.
3162
3163 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3164 the same name shadowing each other.
3165
3166 * window.el (with-temp-buffer-window): Doc tweak.
3167
3168 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3169
3170 * help.el (temp-buffer-max-height):
3171 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3172 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3173
3174 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * emacs-lisp/nadvice.el: New package.
3177 * subr.el (special-form-p): New function.
3178 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3179 (elp-all-instrumented-list): Remove var.
3180 (elp-not-profilable): Remove elp-wrapper.
3181 (elp-profilable-p): Use autoloadp and special-form-p.
3182 (elp--advice-name): New const.
3183 (elp-instrument-function): Use advice-add.
3184 (elp--instrumented-p): New predicate.
3185 (elp-restore-function): Use advice-remove.
3186 (elp-restore-all, elp-reset-all): Use mapatoms.
3187 (elp-set-master): Use elp--instrumented-p.
3188 (elp--make-wrapper): Rename from elp-wrapper, return a function
3189 suitable for advice-add. Use cl-inf.
3190 (elp-results): Use mapatoms+elp--instrumented-p.
3191 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3192 (debug-function-list): Remove var.
3193 (debug): Rename arg, and then let-bind it explicitly inside.
3194 (debugger-setup-buffer): Rename arg.
3195 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3196 (debugger-frame-number): Adjust to new debug-on-entry setup.
3197 (debug--implement-debug-on-entry): Rename from
3198 implement-debug-on-entry, add argument.
3199 (debugger-special-form-p): Remove, use special-form-p instead.
3200 (debug-on-entry): Use advice-add.
3201 (debug--function-list): New function.
3202 (cancel-debug-on-entry): Use it, along with advice-remove.
3203 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3204 (debugger-list-functions): Use debug--function-list instead of
3205 debug-function-list.
3206 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3207 (ad-special-form-p): Remove, use special-form-p instead.
3208 (ad-set-advice-info): Use add-function and remove-function.
3209 (ad--defalias-fset): Adjust accordingly.
3210
3211 2012-11-10 Glenn Morris <rgm@gnu.org>
3212
3213 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3214 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3215 (report-emacs-bug-create-existing-bugs-buffer)
3216 (report-emacs-bug-parse-query-results)
3217 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3218
3219 * term.el (term-default-fg-color, term-default-bg-color):
3220 Make obsolete, rather than just saying "deprecated" in the doc.
3221
3222 * term.el (term): Rename from `term-face'.
3223 (term-current-face, ansi-term-color-vector)
3224 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3225 Update all users.
3226
3227 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3228
3229 * server.el (server-create-window-system-frame): Handle Nextstep
3230 specially (Bug#12780).
3231
3232 2012-11-10 Glenn Morris <rgm@gnu.org>
3233
3234 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3235 Unautoload, and make obsolete. (Bug#7449)
3236
3237 2012-11-10 Chong Yidong <cyd@gnu.org>
3238
3239 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3240 rename from diff-remove-trailing-whitespace (Bug#12831).
3241
3242 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3245 miscompilation of trace.el.
3246
3247 2012-11-10 Glenn Morris <rgm@gnu.org>
3248
3249 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3250
3251 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3254 (bug#12812).
3255
3256 2012-11-10 Chong Yidong <cyd@gnu.org>
3257
3258 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3259 a defcustom with an appropriate :set function.
3260 (minibuffer-default--in-prompt-regexps): New function.
3261
3262 2012-11-10 Glenn Morris <rgm@gnu.org>
3263
3264 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3265 (define-modify-macro): Doc fixes.
3266
3267 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3268 (gv-define-simple-setter): Update doc of `fix-return'.
3269
3270 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3273 twice when `fix-return' is set (bug#12813).
3274
3275 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3276 gv-define-simple-setter (bug#12812).
3277
3278 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3279 (bug#12756).
3280
3281 2012-11-10 Glenn Morris <rgm@gnu.org>
3282
3283 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3284
3285 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3286 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3287 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3288 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3289
3290 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3291
3292 2012-11-10 Leo Liu <sdl.web@gmail.com>
3293
3294 * ido.el (ido-set-matches-1): Improve flex matching performance by
3295 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3296
3297 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3298
3299 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3300 (ad--defalias-fset): New function.
3301 (ad-safe-fset): Remove.
3302 (ad-make-freeze-definition): Use cl-letf*.
3303
3304 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * subr.el (dolist): Don't bind VAR in RESULT.
3307
3308 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3309 (fset, documentation): Don't save real def since we don't advise.
3310 (ad-do-advised-functions): Remove problematic `result-form'.
3311 (ad-safe-fset): `ad-real-fset' => `fset'.
3312 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3313 uses CL's dolist internally.
3314 (ad-arglist): Remove unused arg `name'.
3315 (ad-docstring, ad-make-advised-docstring):
3316 `ad-real-documentation' => `documentation'.
3317 (warning-suppress-types): Declare.
3318 (ad-set-arguments): Simple CSE.
3319 (ad-recover-normality): Sanity check.
3320
3321 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3322 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3323
3324 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3325
3326 * ses.el: symbol to coordinate mapping is made by symbol property
3327 `ses-cell'. This means that the same mapping is done for all SES
3328 sheets. That is good enough for cells with standard A1 names, but
3329 not for named cell. So a hash map is added for the latter.
3330 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3331 (ses-sym-rowcol): Use hashmap for named cell.
3332 (ses-is-cell-sym-p): New defun.
3333 (ses-decode-cell-symbol): New defun.
3334 (ses-create-cell-variable): Add cell to hashmap when name is not
3335 A1-like.
3336 (ses-rename-cell): Check that cell new name is not already in
3337 spreadsheet with the use of ses-is-cell-sym-p
3338 (ses-rename-cell): Use hash map for named cells, but accept also
3339 renaming back to A1-like.
3340
3341 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * emacs-lisp/advice.el: Use new dynamic docstrings.
3344 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3345 Use dynamic-docstring-function instead of ad-advice-info.
3346 (ad--make-advised-docstring): New function extracted from
3347 ad-make-advised-docstring.
3348 (ad-make-advised-docstring): Use it.
3349 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3350 from sql-help.
3351 (sql-help): Use it with dynamic-docstring-function.
3352
3353 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3354
3355 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3356
3357 * files.el (hack-one-local-variable--obsolete): New function.
3358 (hack-one-local-variable): Use it for obsolete settings.
3359
3360 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3361 the new name.
3362
3363 * progmodes/js.el (js--filling-paragraph): New var.
3364 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3365 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3366 less sneaky.
3367
3368 2012-11-08 Julien Danjou <julien@danjou.info>
3369
3370 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3371 `auto-mode-alist' (Bug#12835).
3372
3373 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3376 (perl--prettify-symbols-alist): New const.
3377 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3378 New functions.
3379 (perl-font-lock-keywords-2): Use them.
3380 (perl-electric-noindent-p): New function.
3381 (perl-mode): Use it to set up electric-indent-mode.
3382 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3383 (perl-mode-map): Remove bindings for them.
3384 (perl-imenu-generic-expression, perl-outline-level):
3385 Match functions&packages in column>0.
3386
3387 * env.el (env--substitute-vars-regexp): New const.
3388 (substitute-env-vars): Use it. Add `only-defined' arg.
3389 * net/tramp.el (tramp-replace-environment-variables): Use it.
3390
3391 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3392 Byte-compile *before* eval in eval-and-compile.
3393 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3394 (byte-compile-file-form-autoload): Don't hide actual definition.
3395 (byte-compile-maybe-guarded): Accept `functionp' as well.
3396
3397 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3398
3399 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3400
3401 * notifications.el (notifications-get-server-information-method):
3402 New defconst.
3403 (notifications-get-capabilities): Fix docstring.
3404 (notifications-get-server-information): New defun.
3405
3406 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3407
3408 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3409 readability.
3410
3411 * textmodes/ispell.el: Experimental support for support debugging.
3412 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3413 buffer for ispell.
3414 (ispell-print-if-debug): New function to print stuff to
3415 `ispell-debug-buffer' if debugging is enabled.
3416 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3417 show some debugging info.
3418 (ispell-buffer-with-debug): New function that creates a debugging
3419 buffer and calls `ispell-buffer' with debugging enabled.
3420
3421 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3422 comment in autoconf mode. (Bug#12768)
3423
3424 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3425
3426 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3427 frame-first-window, frame-root-window, frame-selected-window,
3428 minibuffer-selected-window, minibuffer-window,
3429 window-absolute-pixel-edges, window-at, window-body-height,
3430 window-body-width, window-display-table, window-combination-limit,
3431 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3432 window-inside-edges, window-inside-pixel-edges, window-left-child,
3433 window-left-column, window-margins, window-next-buffers,
3434 window-next-sibling, window-new-normal, window-new-total,
3435 window-normal-size, window-parameter, window-parameters, window-parent,
3436 window-pixel-edges, window-point, window-prev-buffers,
3437 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3438 window-start, window-text-height, window-top-child, window-top-line,
3439 window-total-height, window-total-width and window-use-time to the list
3440 of functions without side-effects.
3441 (toplevel): Add window-valid-p to the list of error-free functions
3442 without side-effects.
3443
3444 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3445
3446 * textmodes/ispell.el (ispell-program-name):
3447 Update spellchecker parameters when customized.
3448
3449 2012-11-04 Glenn Morris <rgm@gnu.org>
3450
3451 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3452
3453 2012-11-04 Chong Yidong <cyd@gnu.org>
3454
3455 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3456 same-window-* variables.
3457
3458 2012-11-04 Juri Linkov <juri@jurta.org>
3459
3460 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3461 (isearch-describe-key, isearch-describe-mode): Use a display
3462 action instead of binding same-window-* variables (Bug#10040).
3463
3464 2012-11-03 Glenn Morris <rgm@gnu.org>
3465
3466 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3467 Rename handler properties back from cl-- to cl-. (Bug#12788)
3468
3469 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3470
3471 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3472
3473 * term/pc-win.el: Don't load term/internal from here.
3474
3475 * loadup.el: Load term/internal from here.
3476
3477 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3478
3479 * progmodes/python.el (inferior-python-mode): Fix hang in
3480 jit-lock (Bug#12645).
3481
3482 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3483
3484 * window.el (switch-to-visible-buffer)
3485 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3486
3487 2012-11-03 Glenn Morris <rgm@gnu.org>
3488
3489 * emacs-lisp/cl-lib.el (cl--random-time):
3490 Rename from cl-random-time. (Bug#12773)
3491 (cl--gensym-counter, cl--random-state): Update callers.
3492 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3493
3494 2012-11-03 Chong Yidong <cyd@gnu.org>
3495
3496 * cus-start.el: Make cursor-type customizable (Bug#11633).
3497
3498 2012-11-02 Glenn Morris <rgm@gnu.org>
3499
3500 * filecache.el: No need to load find-lisp when compiling.
3501 (find-lisp-find-files): Autoload it.
3502 (file-cache-add-directory-recursively): Don't require find-lisp.
3503
3504 * image.el (image-type-from-file-name): Trivial simplification.
3505
3506 * emacs-lisp/bytecomp.el (byte-compile-eval):
3507 Decouple "noruntime" and "cl-functions" warnings.
3508
3509 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3510
3511 * play/gomoku.el (gomoku-display-statistics): Update mode line
3512 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3513
3514 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3515
3516 * window.el (quit-restore-window): If the window has been
3517 created on an existing frame and ended up as the sole window on
3518 that frame, do not delete it (Bug#12764).
3519
3520 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3523 Rename from sh--inside-arithmetic-expression, handle more cases
3524 (bug#11263).
3525
3526 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3527 (sh-font-lock-open-heredoc): Use it (bug#12770).
3528
3529 2012-10-30 Glenn Morris <rgm@gnu.org>
3530
3531 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3532
3533 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3534
3535 2012-10-29 Chong Yidong <cyd@gnu.org>
3536
3537 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3538 function key is stored in a keyboard macro (Bug#4894).
3539
3540 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3541
3542 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3545 header comments".
3546 (diff-unified->context, diff-context->unified)
3547 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3548
3549 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3550
3551 * files.el (find-alternate-file): Only ask one question (bug#12487).
3552
3553 2012-10-29 Chong Yidong <cyd@gnu.org>
3554
3555 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3556 Suggested by Dan Nicolaescu (Bug#6326).
3557
3558 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3559
3560 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3561
3562 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3563
3564 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3565
3566 * face-remap.el (face-remap-add-relative): Handle the case where a
3567 face-remapping-alist entry is a cons cell (Bug#12762).
3568
3569 2012-10-29 Kevin Ryde <user42@zip.com.au>
3570
3571 * woman.el (woman-parse-numeric-value): Handle picas correctly
3572 (Bug#12639).
3573
3574 2012-10-29 Glenn Morris <rgm@gnu.org>
3575
3576 * emacs-lisp/cl.el (defsetf): Doc fix.
3577
3578 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3579
3580 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3581 syntax to the matching opener, if any (bug#12547).
3582 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3583 matching open as a "case-(".
3584 (sh-smie-rc-grammar): Add a corresponding rule for it.
3585
3586 2012-10-28 Daniel Hackney <dan@haxney.org>
3587
3588 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3589 "PKGNAME-autoloads.el" in case we created it.
3590
3591 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3592
3593 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3594 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3595 (completion--twq-all): Disable too-strict assertions.
3596
3597 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3598
3599 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3600
3601 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3602 text to match the real keybindings.
3603
3604 2012-10-27 Juri Linkov <juri@jurta.org>
3605
3606 * wdired.el (wdired-keep-marker-rename): New defcustom.
3607 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3608 (Bug#11795)
3609
3610 * dired.el (dired-keep-marker-rename): Add reference to
3611 `wdired-keep-marker-rename' in the docstring.
3612 Add default character value ?R to display initially in
3613 Customization UI instead of ?@.
3614
3615 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3616
3617 * window.el (display-buffer): In doc-string describe
3618 window-height and window-width alist entries.
3619
3620 * time.el (display-time-world): Restore fit-window-to-buffer
3621 behavior.
3622
3623 2012-10-27 Chong Yidong <cyd@gnu.org>
3624
3625 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3626
3627 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3628
3629 * minibuffer.el (completion-category-overrides): New completion
3630 category `bookmark' (bug#11131).
3631
3632 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3635 Silence bogus compiler warnings for ad-do-it.
3636
3637 * bookmark.el (bookmark-completing-read): Set the completion category
3638 to `bookmark' (bug#11131).
3639
3640 2012-10-26 Bastien <bzg@altern.org>
3641 Stefan Monnier <monnier@iro.umontreal.ca>
3642
3643 * face-remap.el: Use lexical-binding.
3644 (text-scale-adjust): Improve docstring. Use itself for the temporary
3645 overlay-map bindings, so as to repeat the "Use..." message each time.
3646
3647 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * emacs-lisp/macroexp.el (macroexp--expand-all):
3650 Obey byte-compile-warning-enabled-p (bug#12486).
3651
3652 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3653 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3654
3655 2012-10-26 Martin Rudalics <rudalics@gmx.at>
3656
3657 * mouse.el (mouse-drag-line): Move last form into preceding when
3658 clause (Bug#12731).
3659
3660 * help.el (resize-temp-buffer-window): Fix doc-string.
3661
3662 2012-10-25 David Engster <deng@randomsample.de>
3663
3664 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3665 Remove. This feature is already integrated in imenu.
3666
3667 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3668 always loaded. Require `speedbar' unconditionally.
3669
3670 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3673
3674 * minibuffer.el (minibuffer-force-complete): Fix thinko.
3675
3676 * net/ldap.el (ldap-search-internal): The official ldif format starts
3677 with a "version: 1" header (bug#12724).
3678
3679 * emacs-lisp/package.el (package-installed-p): Warn if not ready
3680 (bug#12721).
3681
3682 2012-10-25 Glenn Morris <rgm@gnu.org>
3683
3684 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3685
3686 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * minibuffer.el (minibuffer-force-complete): Use one more marker
3689 for the temporary-overlay-map command (bug#12619).
3690
3691 2012-10-24 Chong Yidong <cyd@gnu.org>
3692
3693 * time.el (display-time-world-mode): Derive from special-mode.
3694 (display-time-world): Use display-buffer (Bug#12708).
3695 (display-time-world-mode-map): Variable deleted.
3696 (display-time-world-display): Wrap the final delete-char inside
3697 inhibit-read-only.
3698
3699 2012-10-24 Chong Yidong <cyd@gnu.org>
3700
3701 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3702 Doc fix.
3703
3704 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3705
3706 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * minibuffer.el (completion--all-sorted-completions-location): New var.
3709 (completion--cache-all-sorted-completions)
3710 (completion--flush-all-sorted-completions): Use it.
3711 (completion-in-region, completion-in-region--postch)
3712 (completion-at-point, completion-help-at-point): Use markers in
3713 completion-in-region--data (bug#12619).
3714
3715 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * progmodes/compile.el (compilation-start): Try to handle common
3718 quoting of `cd' argument (bug#12640).
3719
3720 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3721 (bug#12671).
3722
3723 2012-10-23 Glenn Morris <rgm@gnu.org>
3724
3725 * progmodes/gud.el (gud-menu-map):
3726 Check gdb-active-process is bound. (Bug#12358)
3727
3728 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * repeat.el (repeat): Set real-this-command (bug#12232).
3731
3732 * htmlfontify.el (hfy-post-html-hook):
3733 * filesets.el (filesets-cache-fill-content-hook):
3734 * arc-mode.el (archive-extract-hook):
3735 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3736 * net/rcirc.el (rcirc-sentinel-functions)
3737 (rcirc-receive-message-functions, rcirc-activity-functions)
3738 (rcirc-print-functions):
3739 * net/dbus.el (dbus-event-error-functions):
3740 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3741 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3742 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3743 * term/sun.el (sun-raw-prefix-hooks):
3744 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3745
3746 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
3747
3748 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3749 Set `tramp-chunksize' to 1. This improves the performance.
3750 (tramp-smb-wait-for-output): Add timeout to
3751 `tramp-accept-process-output' calls.
3752
3753 2012-10-23 Chong Yidong <cyd@gnu.org>
3754
3755 * faces.el (font-list-limit): Define as an obsolete variable.
3756
3757 * startup.el (command-line):
3758 * cus-start.el: Don't refer to font-list-limit.
3759
3760 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3761
3762 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3763
3764 * subr.el (internal-temp-output-buffer-show): Rename from
3765 temp-output-buffer-show, since previously compiled files expect this name.
3766
3767 2012-10-23 Glenn Morris <rgm@gnu.org>
3768
3769 * image.el (image-type-from-file-name): If multiple types match,
3770 return the first one that is supported. (Bug#9045)
3771
3772 2012-10-22 Glenn Morris <rgm@gnu.org>
3773
3774 * image.el (imagemagick-enabled-types): Doc fix.
3775
3776 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
3777
3778 * progmodes/which-func.el (which-func-current): The hash-table may have
3779 an explicit nil (bug#12338).
3780
3781 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * electric.el (electric-pair-delete-selection-self-insert-function):
3784 Rename to electric-pair-will-use-region, return a boolean.
3785 (electric-pair-mode): Adjust accordingly. Don't require delsel.
3786
3787 * delsel.el (delete-selection-helper): Use a function instead of a hook.
3788 (delete-selection-pre-hook): Use use-region-p.
3789 (delete-selection-self-insert-function): Remove.
3790 (self-insert-command): Obey self-insert-uses-region-functions.
3791 (self-insert-iso): Revert to previous setting, since we don't actually
3792 know what that command does.
3793 (delete-selection-self-insert-hooks): Remove.
3794
3795 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
3796
3797 * delsel.el (delete-selection-helper): New function, extracted from
3798 delete-selection-pre-hook.
3799 (delete-selection-pre-hook): Use it.
3800 (delete-selection-self-insert-function): New function.
3801 (delete-selection-self-insert-hooks): New hook.
3802 (self-insert-command, self-insert-iso): Use it.
3803 * electric.el (electric-pair-syntax): New function, extracted from
3804 electric-pair-post-self-insert-function.
3805 (electric-pair-post-self-insert-function): Use it.
3806 (electric-pair-delete-selection-self-insert-function): New function.
3807 (electric-pair-mode): Require delsel and setup
3808 delete-selection-self-insert-hooks (bug#11520).
3809
3810 2012-10-20 Chong Yidong <cyd@gnu.org>
3811
3812 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3813 no changes to show (Bug#12586).
3814
3815 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3816 list explicitly (Bug#12571).
3817
3818 2012-10-20 Arne Jørgensen <arne@arnested.dk>
3819
3820 * progmodes/flymake.el (flymake-create-temp-inplace):
3821 Use file-truename.
3822
3823 2012-10-20 Eli Zaretskii <eliz@gnu.org>
3824
3825 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
3826
3827 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3828
3829 * calc/calc-units.el (math-extract-units): Properly extract powers
3830 of units.
3831
3832 2012-10-20 Daniel Colascione <dancol@dancol.org>
3833
3834 * frame.el (make-frame): Set x-display-name as we used to in order
3835 to unbreak creating an X11 frame from an Emacs daemon started
3836 without a display.
3837
3838 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * minibuffer.el (minibuffer-force-complete): Make the next completion use
3841 the same completion-field (bug#12221).
3842
3843 2012-10-19 Martin Rudalics <rudalics@gmx.at>
3844
3845 * emacs-lisp/debug.el (debug): Record height of debugger window
3846 also when debugger will be back (Bug#8789).
3847
3848 2012-10-18 Chong Yidong <cyd@gnu.org>
3849
3850 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3851 Convert to defcustom.
3852 (gdb-get-source-file): Don't bind pop-up-windows.
3853
3854 * progmodes/gud.el (gud-display-line): Don't specially re-use
3855 other frames for the gdb-mi case (Bug#12648).
3856
3857 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3858
3859 * emacs-lisp/advice.el: Clean up commentary a bit.
3860 (ad-do-advised-functions, ad-with-originals): Use `declare'.
3861 (byte-code-function-p): Never redefine.
3862
3863 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3864
3865 2012-10-18 Glenn Morris <rgm@gnu.org>
3866
3867 * dired.el (dired-sort-toggle): Some ls implementations only allow
3868 a single option string. (Bug#12666)
3869
3870 * minibuffer.el (completion-cycle-threshold): Doc fix.
3871
3872 2012-10-17 Kenichi Handa <handa@gnu.org>
3873
3874 * international/mule.el (set-keyboard-coding-system):
3875 Recover input meta mode when the new coding system doesn not use 8-bit.
3876 Supply TERMINAL arg to set-input-meta-mode.
3877
3878 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
3879
3880 * wdired.el (wdired-old-marks): New variable.
3881 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3882 (wdired-do-renames): Move point with renamed file and don't lose
3883 mark status (Bug#11795).
3884
3885 2012-10-16 Juri Linkov <juri@jurta.org>
3886
3887 * replace.el (query-replace-help): Mention multi-buffer replacement
3888 keys in the Help message. (Bug#12655)
3889
3890 2012-10-15 Chong Yidong <cyd@gnu.org>
3891
3892 * emacs-lisp/byte-run.el (defsubst): Doc fix.
3893
3894 2012-10-14 Eli Zaretskii <eliz@gnu.org>
3895
3896 * window.el (display-buffer): Doc fix.
3897
3898 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3899 Adjust the msft regexp to the output of Studio 2010, and move msft
3900 before edg-1. See the discussion on emacs-devel,
3901 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3902 for the details.
3903
3904 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3907 (oset): Move uses of object-class-fast macro after its definition.
3908
3909 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3910
3911 2012-10-13 Chong Yidong <cyd@gnu.org>
3912
3913 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3914 enabled, re-enable it (Bug#11963).
3915
3916 2012-10-13 Martin Rudalics <rudalics@gmx.at>
3917
3918 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3919 non-nil, restore window configuration (Bug#12623).
3920
3921 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * help-fns.el (describe-variable, describe-function-1):
3924 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
3925
3926 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
3927
3928 2012-10-12 Glenn Morris <rgm@gnu.org>
3929
3930 * mail/rmailsum.el (rmail-header-summary):
3931 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
3932
3933 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
3934
3935 * progmodes/python.el (python-mode-map):
3936 Replace subtitute-key-definition with proper command remapping.
3937 (python-nav--up-list): Fix behavior for blocks on the same level.
3938
3939 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
3942
3943 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
3944 changes to the format of load-history.
3945
3946 * international/mule-cmds.el (read-char-by-name): Move let-binding of
3947 completion-ignore-case in case that var is buffer-local (bug#12615).
3948
3949 2012-10-11 Kenichi Handa <handa@gnu.org>
3950
3951 * international/eucjp-ms.el: Re-generated.
3952
3953 2012-10-10 Kenichi Handa <handa@gnu.org>
3954
3955 * select.el (xselect--encode-string): If a coding is specified for
3956 selection, and that is compatible with COMPOUND_TEXT, use it.
3957
3958 2012-10-10 Martin Rudalics <rudalics@gmx.at>
3959
3960 * window.el (switch-to-buffer-preserve-window-point): New option.
3961 (switch-to-buffer):
3962 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
3963
3964 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
3967 Don't document nil as a useful value (bug#12583).
3968
3969 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
3970
3971 * net/tramp.el (tramp-debug-message):
3972 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
3973 (with-tramp-progress-reporter): Rename from
3974 `tramp-with-progress-reporter'.
3975 (with-tramp-file-property, with-tramp-connection-property):
3976 Move from tramp-cache.el, rename from `with-file-property' and
3977 `with-connection-property', respectively.
3978
3979 * net/tramp-cache.el: Remove `with-file-property' and
3980 `with-connection-property'.
3981
3982 * net/tramp.el:
3983 * net/tramp-gvfs.el:
3984 * net/tramp-sh.el:
3985 * net/tramp-smb.el: Adapt callees.
3986
3987 * net/trampver.el: Update release number.
3988
3989 2012-10-09 Glenn Morris <rgm@gnu.org>
3990
3991 * w32-fns.el (set-message-beep):
3992 * term/w32-win.el (set-message-beep): Update declarations.
3993
3994 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3995
3996 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
3997 (mode-line-widen, mode-line-input-method-map)
3998 (mode-line-coding-system-map, mode-line-remote)
3999 (mode-line-unbury-buffer, mode-line-bury-buffer)
4000 (mode-line-next-buffer, mode-line-previous-buffer):
4001 Replace save-selected-window+select-window => with-selected-window.
4002
4003 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4004 * progmodes/cc-vars.el (bq-process): Remove, unused.
4005
4006 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4007
4008 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4009
4010 Implemented `backward-up-list'-like navigation.
4011 * progmodes/python.el (python-nav-up-list)
4012 (python-nav-backward-up-list): New functions.
4013 (python-mode-map): Define substitute key for backward-up-list to
4014 python-nav-backward-up-list.
4015
4016 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4017
4018 * progmodes/python.el (python-fill-paragraph): Rename from
4019 python-fill-paragraph-function. Fixed fill-paragraph for
4020 decorators (Bug#12605).
4021
4022 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4023
4024 * progmodes/python.el (python-shell-output-filter): Handle extra
4025 carriage return in OSX (Bug#12409).
4026
4027 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4028
4029 Fix shell handling of unbalanced quotes and parens in output.
4030 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4031 (python-syntax-propertize-function): Use it.
4032 (python-shell-output-syntax-table): New var.
4033 (inferior-python-mode): Prevent unbalanced parens/quotes from
4034 previous output mess with current input context.
4035
4036 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4037
4038 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4039 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4040
4041 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4042
4043 * ffap.el (ffap-replace-file-component): Support Tramp file name
4044 syntax, not only ange-ftp's one.
4045
4046 2012-10-08 Glenn Morris <rgm@gnu.org>
4047
4048 * cus-start.el (message-log-max): Set :version.
4049
4050 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4051
4052 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4053
4054 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4055 the minibuffer window (Bug#10851).
4056
4057 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4058
4059 Enhancements on forward-sexp movement.
4060 * progmodes/python.el (python-nav-beginning-of-statement)
4061 (python-nav-end-of-statement): Return point-marker.
4062 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4063 (python-info-current-symbol)
4064 (python-info-statement-starts-block-p): Rename from
4065 python-info-beginning-of-block-p.
4066 (python-info-statement-ends-block-p): Rename from
4067 python-info-end-of-block-p.
4068 (python-info-beginning-of-statement-p)
4069 (python-info-end-of-statement-p)
4070 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4071 New functions.
4072
4073 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4076 frame-selected-windows.
4077
4078 2012-10-08 Daniel Colascione <dancol@dancol.org>
4079
4080 * battery.el (battery-status-function): Check for
4081 w32-battery-status itself, not system-time windows-nt.
4082
4083 * frame.el: Require cl-lib.
4084 (display-format-alist): New variable mapping frame types to
4085 functions that initialize them.
4086 (window-system-for-display): New function: interprets
4087 display-format-alist.
4088 (make-frame-on-display): Remove existing display-selection logic
4089 and just forward to make-frame, which will now DTRT.
4090 (make-frame): Restructure to use window-system-for-display to
4091 figure out how to create a frame on a given display.
4092 (display-mouse-p): Look for frame-type w32, not a particular
4093 system-type.
4094
4095 * loadup.el: Load w32 lisp code when we have the w32 feature.
4096
4097 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4098 system-type windows-nt.
4099
4100 * server.el (server-create-window-system-frame): Look for window
4101 type.
4102 (server-proces-filter): Only force a window system when windows-nt
4103 _and_ w32. Explain why.
4104
4105 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4106 of window systems we configure for the mode.
4107
4108 * startup.el (command-line): Mark window system is initialized
4109 after we've done it.
4110
4111 * common-win.el (x-select-text): Look for w32, not windows-nt.
4112
4113 * ns-win.el: Require cl-lib. Add ourselves to
4114 display-format-alist.
4115 (ns-initialize-window-system): Assert we're not initialized twice.
4116
4117 * w32-win.el: Enable lexical binding; require cl-lib; add
4118 ourselves to display-format-alist.
4119 (w32-handle-dropped-file): Convert incoming dropped files from
4120 Windows paths to Cygwin ones before passing them on to the rest of
4121 Emacs.
4122 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4123 (w32-initialize-window-system): Assert we're not initialized twice.
4124
4125 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4126 (x-initialize-window-system): Assert we're not initialized twice.
4127
4128 * w32-common-fns.el: New File.
4129 (w32-version, w32-using-nt, w32-get-clipboard-data)
4130 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4131 (w32-charset-info-alist, x-last-selected, text)
4132 (x-get-selection-value, x-selection-value): Move here.
4133
4134 * w32-fns.el: Require w32-common-fns.
4135 (w32-version, w32-using-nt, w32-get-clipboard-data)
4136 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4137 (w32-charset-info-alist, x-last-selected, text)
4138 (x-get-selection-value, x-selection-value): Move to
4139 w32-common-fns.
4140
4141 * w32-vars.el:
4142 (w32-allow-system-shell, w32-system-shells): Define only in
4143 non-cygwin case.
4144
4145 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4148 (read-passwd): Remove a few more potential sources of leaks.
4149
4150 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4151
4152 * progmodes/python.el (inferior-python-mode)
4153 (python-shell-make-comint): Fix initialization of local
4154 variables copied from parent buffer.
4155
4156 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4157
4158 * term/ns-win.el (ns-read-file-name): Update declaration to match
4159 nsfns.m.
4160 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4161 it is set when font is acted upon.
4162
4163 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4164
4165 Enhancements to indentation.
4166 * progmodes/python.el (python-indent-context): Give priority to
4167 inside-string context. Make comments indentation markers.
4168 (python-indent-region): Do not mess with strings, unless it's the
4169 enclosing set of quotes.
4170
4171 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * window.el (internal--before-save-selected-window)
4174 (internal--after-save-selected-window): New functions extracted from
4175 save-selected-window. Make sure we return the `alist' we construct.
4176 (save-selected-window): Use them.
4177
4178 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4179 Use with-selected-window.
4180
4181 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4182 forms that define macros (bug#12593).
4183
4184 2012-10-07 Kenichi Handa <handa@gnu.org>
4185
4186 * international/mule-conf.el (compound-text-with-extensions):
4187 Add :mime-charset property as x-ctext.
4188
4189 2012-10-07 Stefan Merten <smerten@oekonux.de>
4190
4191 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4192 (rst-indent-literal-normal, rst-indent-literal-minimized)
4193 (rst-indent-comment): Correct :version tag.
4194 (rst-official-cvs-rev): Correct version string.
4195
4196 2012-10-07 Glenn Morris <rgm@gnu.org>
4197
4198 * mail/rmailmm.el (rmail-mime-process-multipart):
4199 Do not confuse a multipart message with an epilogue
4200 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4201
4202 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4203
4204 Fix shell output retrieval and comint-prompt-regexp init.
4205 * progmodes/python.el (inferior-python-mode):
4206 (python-shell-make-comint): Fix initialization of
4207 comint-prompt-regexp from copied file local variables.
4208 (python-shell-fetched-lines): Remove var.
4209 (python-shell-output-filter-in-progress): Rename from
4210 python-shell-fetch-lines-in-progress.
4211 (python-shell-output-filter-buffer): Rename from
4212 python-shell-fetch-lines-string.
4213 (python-shell-fetch-lines-filter): Delete function.
4214 (python-shell-output-filter): New function.
4215 (python-shell-send-string-no-output): Use them.
4216
4217 2012-10-07 Glenn Morris <rgm@gnu.org>
4218
4219 * hi-lock.el (hi-lock-process-phrase):
4220 Try to make it less fragile. (Bug#7161)
4221
4222 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4223
4224 2012-10-06 Glenn Morris <rgm@gnu.org>
4225
4226 * ehelp.el (electric-help-mode): Use help-mode rather than
4227 non-existent mode `help'.
4228 (electric-help-map): Use button-buffer-map. (Bug#10917)
4229
4230 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4231 (reftex-create-bibtex-footer): Fix custom types.
4232
4233 * progmodes/sh-script.el (sh-indent-after-continuation):
4234 Add explicit :group.
4235
4236 * textmodes/rst.el (rst-preferred-decorations)
4237 (rst-shift-basic-offset): Clarify obsolescence versions.
4238
4239 * profiler.el (profiler): Add missing group :version tag.
4240 * avoid.el (mouse-avoidance-banish-position):
4241 * proced.el (proced-renice-command):
4242 * calc/calc.el (calc-ensure-consistent-units):
4243 * calendar/icalendar.el (icalendar-import-format-uid):
4244 * net/tramp.el (tramp-save-ad-hoc-proxies):
4245 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4246 * progmodes/flymake.el (flymake-error-bitmap)
4247 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4248 * progmodes/sh-script.el (sh-indent-after-continuation):
4249 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4250 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4251 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4252 (vhdl-array-index-record-field-in-sensitivity-list)
4253 (vhdl-indent-comment-like-next-code-line):
4254 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4255 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4256 (reftex-cite-key-separator, reftex-create-bibtex-header)
4257 (reftex-create-bibtex-footer):
4258 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4259 (rst-indent-literal-normal, rst-indent-literal-minimized)
4260 (rst-indent-comment): Add missing custom :version tags.
4261
4262 * calendar/timeclock.el (timeclock-modeline-display):
4263 Add missing obsolete alias for renamed user option.
4264
4265 * strokes.el (strokes-modeline-string):
4266 * emulation/crisp.el (crisp-mode-modeline-string):
4267 * eshell/esh-mode.el (eshell-status-in-modeline):
4268 Aliases to defcustoms must come before the defcustom.
4269
4270 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4271 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4272 (cal-tex-cursor-week-monday): Doc fixes.
4273 (cal-tex-cursor-week2-summary): Doc fix.
4274 Rename from cal-tex-cursor-week-at-a-glance.
4275
4276 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4277 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4278
4279 * calendar/calendar.el (calendar-mode-map):
4280 Add cal-tex-cursor-week2-summary.
4281
4282 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4285
4286 * subr.el (read-passwd-map): New var.
4287 (read-passwd): Use `read-string' again.
4288 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4289
4290 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4291
4292 * register.el (append-to-register, prepend-to-register):
4293 Deactivate mark, as does `copy-to-register' (bug#12389).
4294
4295 2012-10-06 Chong Yidong <cyd@gnu.org>
4296
4297 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4298
4299 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4300
4301 * international/characters.el: Fix simple mistake ((car chars) ->
4302 elt), delete duplicated code.
4303
4304 2012-10-06 Glenn Morris <rgm@gnu.org>
4305
4306 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4307
4308 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4309
4310 * color.el (color-hsl-to-rgb): Fix incorrect results for
4311 small and large hue values. (Bug#12559)
4312
4313 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4314
4315 Enhancements to docstring formatting when filling paragraphs.
4316 * progmodes/python.el (python-fill-docstring-style): Rename from
4317 python-fill-string-style. Added new style.
4318 (python-fill-string): Use new style. Better checks for
4319 docstrings.
4320
4321 2012-10-05 Glenn Morris <rgm@gnu.org>
4322
4323 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4324
4325 * color.el (color-name-to-rgb, color-rgb-to-hex)
4326 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4327 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4328 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4329 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4330
4331 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4332
4333 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4334
4335 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4336 to get the correct size across symlinks.
4337
4338 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4339
4340 2012-10-04 Juri Linkov <juri@jurta.org>
4341
4342 * replace.el (query-replace-interactive): Declare obsolete.
4343 (query-replace-read-from): Add the last incremental search string
4344 to the list of default values accessible via M-n.
4345 (map-query-replace-regexp): Use `read-regexp'.
4346 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4347 (map-query-replace-regexp, replace-string, replace-regexp):
4348 Fix docstrings to replace mentions of `query-replace-interactive'
4349 with alternatives. (Bug#12526)
4350
4351 2012-10-04 Juri Linkov <juri@jurta.org>
4352
4353 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4354 (dired-pop-to-buffer): Declare obsolete.
4355 (dired-mark-pop-up): Doc fix.
4356
4357 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4358
4359 Allow user to set docstring style for fill-paragraph.
4360 * progmodes/python.el
4361 (python-fill-comment-function, python-fill-string-function)
4362 (python-fill-decorator-function, python-fill-paren-function):
4363 Remove :safe for defcustoms.
4364 (python-fill-string-style): New defcustom
4365 (python-fill-paragraph-function): Enhance context detection.
4366 (python-fill-string): Honor python-fill-string-style settings.
4367
4368 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4369
4370 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4371 after setting its buffer (Bug#10805).
4372
4373 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4374
4375 Fix cornercase for string syntax.
4376 * progmodes/python.el (python-syntax-propertize-function):
4377 Simplify and enhance the regexp for unescaped quotes. Now it also
4378 matches quotes in weird situations like the single quote in
4379 "something\"'".
4380 (python-syntax-stringify): Simplify num-quotes detecting code.
4381
4382 2012-10-03 Glenn Morris <rgm@gnu.org>
4383
4384 * help-macro.el (three-step-help):
4385 Revert 2012-09-29 change. (Bug#12567)
4386
4387 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4388
4389 * menu-bar.el (kill-this-buffer): Don't do anything when
4390 `menu-frame' is not alive or visible (Bug#8184).
4391
4392 * emacs-lisp/debug.el (debug): When quitting the debugger window
4393 restore current buffer (Bug#12502).
4394
4395 2012-10-02 Chong Yidong <cyd@gnu.org>
4396
4397 * progmodes/hideif.el (hif-lookup, hif-defined):
4398 Handle semantic-c-takeover-hideif.
4399
4400 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4401
4402 Change sampling interval units from ms to ns.
4403 * profiler.el (profiler-sampling-interval): Change units
4404 from ms to ns, multiplying the default by 1000000 so that
4405 it remains 1 ms.
4406 (profiler-report-cpu-line-format): Give enough room for
4407 the maximum counters on 64-bit hosts.
4408 (profiler-report-render-calltree-1): Call them "CPU samples",
4409 not "Time (ms)", since they are not milliseconds now (and
4410 never really were).
4411
4412 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4413
4414 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4415 Fix querying BBDB for entries without a last name (Bug#11580).
4416
4417 2012-10-02 Chong Yidong <cyd@gnu.org>
4418
4419 * emacs-lisp/eieio.el: Restore Version header.
4420
4421 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4422
4423 * vc/diff-mode.el (diff--auto-refine-data): New var.
4424 (diff-hunk): Use it to delay refinement.
4425 (diff-mode): Remove overlays when we turn off font-lock.
4426
4427 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4428 (table-initialize-table-fixed-width-mode)
4429 (table-set-table-fixed-width-mode): Remove functions.
4430 (table-command-list): Move initialization into declaration.
4431 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4432 (table-with-cache-buffer): Use `declare'.
4433 (table-span-cell): Simplify via CSE.
4434 (table-fixed-width-mode): Use define-minor-mode.
4435 (table-call-interactively, table-funcall, table-apply): Remove.
4436 (table-function): New function, to replace them.
4437
4438 * bookmark.el (bookmark-search-pattern): Remove var.
4439 (bookmark-read-search-input): Remove function.
4440 (bookmark-bmenu-search): Reimplement using a minibuffer.
4441
4442 * faces.el (modeline): Remove obsolete face name.
4443
4444 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4445 and give a non-nil default value.
4446 (add-change-log-entry): Simplify accordingly.
4447
4448 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4449
4450 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4451 (vc-git-log-edit-toggle-amend): New function.
4452 (vc-git-log-edit-toggle-signoff): New function.
4453 (vc-git-log-edit-mode): New major mode.
4454 (vc-git-log-edit-mode-map): Keymap for it.
4455 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4456
4457 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4458 header names.
4459 (log-edit-toggle-header): New function.
4460 (log-edit-extract-headers): Accept function values in HEADERS alist.
4461
4462 2012-10-01 David Engster <deng@randomsample.de>
4463
4464 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4465 from symbol property and change message to be more consistent with
4466 Emacs proper.
4467 (eieio-describe-generic): Add filename for each implementation.
4468 Fix indices for generic and normal methods.
4469 (eieio-method-def, eieio-class-def): New buttons.
4470 (eieio-help-find-method-definition)
4471 (eieio-help-find-class-definition): New functions.
4472 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4473 class, constructor and method definitions.
4474
4475 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4476 information in symbol property.
4477 (scoped-class): Remove.
4478 (eieio-slot-name-index, call-next-method): Check if it is bound.
4479
4480 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4481
4482 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4483 (eieio-custom-mode): New major mode.
4484 (eieio-customize-object): Use it.
4485
4486 2012-10-01 Eric Ludlam <zappo@gnu.org>
4487
4488 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4489 specifying the expected class, and whether subclassing is allowed.
4490 (eieio-persistent-convert-list-to-object):
4491 (eieio-persistent-validate/fix-slot-value)
4492 (eieio-persistent-slot-type-is-class-p): New functions.
4493 (eieio-named::slot-missing): Doc fix.
4494
4495 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4496 Stop using unused publd variable.
4497
4498 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4499 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4500 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4501 (eieio-speedbar-handle-click): Do not specify a class for the
4502 method. Fixes method invocation order problems with EDE.
4503
4504 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4507 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4508
4509 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4510
4511 * bookmark.el (bookmark-version-control): Give tags in the
4512 :type choices (Bug#12309), and improve doc string.
4513 (bookmark-write-file): Bind `print-circle' to `t' to allow
4514 circular custom bookmark types. (Bug#12503)
4515
4516 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4517
4518 Revert the FOLLOW-SYMLINKS change for file-attributes.
4519 * files.el (remote-file-name-inhibit-cache, after-find-file):
4520 * time.el (display-time-file-nonempty-p): Undo last change.
4521
4522 * profiler.el (profiler-sampling-interval): Change default back to 1.
4523 See Stefan Monnier in
4524 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4525
4526 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4527
4528 Shell output catching a la gud-gdb.
4529 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4530 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4531 New Vars.
4532 (python-shell-fetch-lines-filter): New function.
4533 (python-shell-send-string-no-output): Use them.
4534
4535 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4536
4537 * profiler.el (profiler-sampling-interval): Rename from
4538 profiler-sample-interval.
4539 (profiler-sampling-interval): Default to 10.
4540 (profiler-find-profile): New command (was profiler-find-log).
4541 (profiler-find-profile-other-window): New command.
4542 (profiler-find-profile-other-frame): New command.
4543 (profiler-profile): Introduce API-level data structure.
4544
4545 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4546
4547 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4548 * files.el (remote-file-name-inhibit-cache):
4549 * time.el (display-time-file-nonempty-p): Use it.
4550 * files.el (after-find-file): Don't chase links before calling
4551 file-exists-p, as file-exists-p already does the right thing.
4552
4553 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4554
4555 Merge from standalone RefTeX repository.
4556
4557 The following ChangeLog entries are shortened versions of the
4558 original ones with file paths adapted. A not so strongly edited
4559 version of the original ChangeLog can be found in the commit log.
4560
4561 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4562 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4563 Correctly handle new value type returned by `reftex-citation'.
4564
4565 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4566 that entries with whitespace at various places are found.
4567 Doc fix. Include entries that are cross-referenced from cited entries.
4568 Include @String definitions in the resulting bib file. Add header
4569 and footer defined in `reftex-create-bibtex-header' and
4570 `reftex-create-bibtex-footer'.
4571 (reftex-do-citation): Make it possible again to insert
4572 non-existent entries. Save match data when asking for optional
4573 arguments. Return all keys, not just the first one.
4574 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4575 all citations in the same line.
4576 (reftex-parse-bibtex-entry): Accept additional optional argument
4577 `raw' and keep quotes or braces if it is non-nil. Match fields
4578 containing hyphens besides word constituents.
4579 (reftex-get-string-refs): New function.
4580 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4581 and ask if it should be reread in case it did.
4582 (reftex-pop-to-bibtex-entry)
4583 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4584 entries with spaces or tabs in front of arguments.
4585 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4586 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4587 Match entries containing numbers and symbol constituents.
4588 (reftex-do-citation, reftex-figure-out-cite-format):
4589 Use `reftex-cite-key-separator'.
4590
4591 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4592 (reftex-mouse-view-crossref): Explain why point is set.
4593
4594 * textmodes/reftex-global.el: Whitespace changes.
4595
4596 * textmodes/reftex-index.el: Move provide statement to end of
4597 file.
4598 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4599 (reftex-index-visit-phrases-buffer): Set marker when visiting
4600 buffer. This allows for returning from the phrases file to the
4601 file one was just editing instead of the file where the last
4602 phrases was added from.
4603 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4604 punctuation syntax as it usually is not used as string quote in
4605 TeX-related modes and may occur unmatched. The change also
4606 prevents fontification of quoted content.
4607 (reftex-index-phrases-mode): Use it.
4608
4609 * textmodes/reftex-parse.el (reftex-parse-from-file):
4610 Move backward one char if a `\' was matched after a section macro.
4611 (reftex-parse-from-file): Use beginning of match instead of end as
4612 bound.
4613
4614 * textmodes/reftex-ref.el: Adapt creation of
4615 `reftex-<package>-<macro>' functions to new structure of
4616 `reftex-ref-style-alist'.
4617 (reftex-reference): Use `reftex-ref-style-list' function.
4618 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4619 reference macro if `reftex-ref-macro-prompt' is non-nil.
4620 (reftex-reference): Pass refstyle to `reftex-format-special'.
4621 Determine reference macro by looking at
4622 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4623 Use only one special format function.
4624 (reftex-varioref-vref, reftex-fancyref-fref)
4625 (reftex-fancyref-Fref): Remove definitions. The functions are now
4626 generated from `reftex-ref-style-alist'.
4627 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4628 Remove.
4629 (reftex-format-special): New function.
4630
4631 * textmodes/reftex-sel.el
4632 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4633 of `reftex-ref-style-alist'. Remove code for testing macro type.
4634 (reftex-select-toggle-varioref)
4635 (reftex-select-toggle-fancyref): Remove.
4636 (reftex-select-cycle-ref-style-internal)
4637 (reftex-select-cycle-ref-style-forward)
4638 (reftex-select-cycle-ref-style-backward): New functions.
4639 (reftex-select-label-map): Use `v' and `V' for general cycling
4640 through reference styles. Add `p' for switching between number
4641 and page reference types.
4642
4643 * textmodes/reftex-toc.el (reftex-re-enlarge):
4644 Call `enlarge-window' only if there is something to do because in Emacs
4645 the horizontal version throws an error even if the parameter is 0.
4646
4647 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4648 (reftex-plug-into-AUCTeX): Doc fix.
4649 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4650 string. Adapt to new name.
4651 (reftex-ref-style-alist): Change structure so that it is not
4652 possible to use multiple different package names within a style.
4653 Remove the symbols for symbols for macro type distinction.
4654 Add characters for macro selection.
4655 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4656 (reftex-create-bibtex-footer): New variables.
4657 (reftex-format-ref-function): Mention third argument of special
4658 format function.
4659 (reftex-ref-style-alist, reftex-ref-style-default-list):
4660 New variables.
4661 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4662 to new implementation. Mark as obsolete. Add compatibility code
4663 for honoring the variable values in case they are set.
4664 (reftex-cite-format-builtin, reftex-bibliography-commands):
4665 Add support for ConTeXt.
4666 (reftex-format-ref-function, reftex-format-cite-function):
4667 Fix custom type.
4668 (reftex-cite-key-separator): New variable.
4669
4670 * textmodes/reftex.el (reftex-syntax-table-for-bib)
4671 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4672 `reftex-syntax-table' because parens have to retain their paren
4673 syntax in order for parsing of BibTeX entries like @book(...) to
4674 work.
4675 (reftex-in-comment): Do not error out if `comment-start-skip' is
4676 not set. Deal correctly with escaped comment characters.
4677 (reftex-tie-multifile-symbols): Add doc string.
4678 Initialize `reftex-ref-style-list'.
4679 (reftex-untie-multifile-symbols): Add doc string.
4680 (reftex-add-index-macros): Doc fix.
4681 (reftex-ref-style-activate, reftex-ref-style-toggle)
4682 (reftex-ref-style-list): New functions.
4683 (reftex-mode-menu): Use them. Adapt to new structure of
4684 `reftex-ref-style-alist'.
4685 (reftex-select-with-char): Kill the RefTeX Select buffer when
4686 done.
4687 (reftex-remove-if): New function.
4688 (reftex-erase-all-selection-and-index-buffers)
4689 (reftex-mode-menu): Reference styles are now computed from
4690 `reftex-ref-style-alist'. Fix typo.
4691 (reftex-report-bug): New function.
4692 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4693 algorithms with O(n log n). Introduce optional argument SORT (not
4694 yet used).
4695
4696 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
4697
4698 Enhancements for triple-quote string syntax.
4699 * progmodes/python.el (python-syntax-propertize-function):
4700 Match both quote cases in one regexp.
4701 (python-syntax-stringify): Handle matches properly.
4702
4703 2012-09-30 Juri Linkov <juri@jurta.org>
4704
4705 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4706 to nil around the call to `insert' to prevent
4707 directory time modification by lock_file. (Bug#2295)
4708 * tar-mode.el (tar-summarize-buffer): Idem.
4709
4710 2012-09-30 Juri Linkov <juri@jurta.org>
4711
4712 * facemenu.el (list-colors-sort): Add option "Luminance".
4713 (list-colors-sort-key): Implement it.
4714
4715 * vc/diff-mode.el (diff-refine-removed):
4716 * vc/ediff-init.el (ediff-fine-diff-A):
4717 * vc/smerge-mode.el (smerge-refined-removed):
4718 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
4719
4720 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4721
4722 * term/ns-win.el (x-file-dialog): New function.
4723
4724 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4725
4726 * ido.el (ido-max-directory-size): Default to nil; the current
4727 default is small for POSIX systems, and impractical on Windows 7
4728 now that lstat returns directory sizes for NTFS.
4729
4730 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4731
4732 In buffer display functions handle window-height/window-width
4733 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
4734 * window.el (window--display-buffer): New argument ALIST.
4735 Obey window-height and window-width alist entries.
4736 (window--try-to-split-window): New argument ALIST.
4737 Bind window-combination-limit to t when the window's size shall be
4738 changed and window-combination-limit equals `window-size'.
4739 (display-buffer-in-atom-window)
4740 (display-buffer-in-major-side-window)
4741 (display-buffer-in-side-window, display-buffer-same-window)
4742 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4743 (display-buffer-pop-up-window, display-buffer-below-selected)
4744 (display-buffer-at-bottom, display-buffer-in-previous-window)
4745 (display-buffer-use-some-window): Adjust all callers of
4746 window--display-buffer and window--try-to-split-window.
4747 (fit-frame-to-buffer): New option.
4748 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4749 is non-nil.
4750 (display-buffer-in-major-side-window): Evaluate window-height /
4751 window-width alist entries.
4752
4753 * help.el (temp-buffer-resize-frames)
4754 (temp-buffer-resize-regexps): Remove options.
4755 (temp-buffer-resize-mode): Adjust doc-string.
4756 (resize-temp-buffer-window): Don't consult
4757 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
4758 temp-buffer-resize-frames.
4759
4760 * dired.el (dired-mark-pop-up):
4761 Call display-buffer-below-selected with a fit-window-to-buffer alist
4762 entry.
4763
4764 2012-09-30 Chong Yidong <cyd@gnu.org>
4765
4766 * server.el (server-host): Document the security implications.
4767 (server-auth-key): Doc fix.
4768
4769 * startup.el (initial-buffer-choice): Doc fix.
4770
4771 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4772
4773 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4774 restriction change.
4775
4776 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4777
4778 * help-fns.el (help-fns--obsolete): Fix last change.
4779
4780 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4783 (minor-mode-map-alist): Remove redundant code.
4784
4785 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4786 visited in a buffer.
4787 (cvs-insert-visited-file): New function.
4788 (find-file-hook): Use it.
4789
4790 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4791
4792 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4793 chose face.
4794 (log-edit-empty-buffer-p): Don't require a space after a header.
4795
4796 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4797
4798 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4799
4800 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4801 a proper minor-mode.
4802
4803 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4804
4805 2012-09-29 Glenn Morris <rgm@gnu.org>
4806
4807 * winner.el (winner-mode): Remove variable (let define-minor-mode
4808 handle it).
4809 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4810 Doc fixes.
4811 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4812 (winner-mode): Use define-minor-mode.
4813
4814 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4815 the full definition in loaddefs, rather than duplicating it.
4816
4817 * help-macro.el (three-step-help): No need to autoload defcustom.
4818
4819 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4820 (inferior-lisp-program, inferior-lisp-load-command)
4821 (inferior-lisp-prompt, inferior-lisp-mode-hook):
4822 No need to autoload defcustoms.
4823
4824 * hippie-exp.el (hippie-expand-try-functions-list)
4825 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4826 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4827 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4828 (hippie-expand-only-buffers): No need to autoload defcustoms.
4829 * progmodes/vhdl-mode.el (vhdl-line-expand):
4830 Explicitly load hippie-exp, so it does not get autoloaded
4831 while hippie-expand-try-functions-list is let-bound.
4832
4833 2012-09-28 Glenn Morris <rgm@gnu.org>
4834
4835 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4836
4837 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4838 Only "cl.el" counts as cl these days.
4839
4840 2012-09-28 Juri Linkov <juri@jurta.org>
4841
4842 Display archive errors in the echo area instead of inserting
4843 to the file buffer.
4844
4845 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4846 to STDERR-TEST that can be a regexp matching a successful output.
4847 Create a temporary file and redirect stderr to it. Search for
4848 STDERR-TEST in the stderr output and display it in the echo area
4849 if no match is found.
4850 (archive-extract-by-file): New function like
4851 `archive-extract-by-stdout' but extracting archives to files
4852 and looking for successful matches in stdout. Function body is
4853 mostly copied from `archive-rar-extract'.
4854 (archive-rar-extract): Use `archive-extract-by-file'.
4855 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
4856
4857 2012-09-28 Leo Liu <sdl.web@gmail.com>
4858
4859 * pcomplete.el (pcomplete-show-completions):
4860 Use minibuffer-message to make pcomplete usable in minibuffer.
4861
4862 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4863
4864 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * type-break.el: Use lexical-binding.
4867 (type-break-mode): Use define-minor-mode.
4868
4869 * emacs-lisp/pcase.el (pcase--mark-used): New.
4870 (pcase--u1): Use it (bug#12512).
4871
4872 * custom.el (load-theme): Set buffer-file-name so the load is recorded
4873 in load-history with the right file name.
4874
4875 2012-09-28 Tassilo Horn <tsdh@gnu.org>
4876
4877 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4878 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4879 (doc-view-get-bounding-box): Make bounding box slicing work for
4880 ODF and DVI documents.
4881
4882 2012-09-28 Glenn Morris <rgm@gnu.org>
4883
4884 * type-break.el (type-break-mode, type-break-interval)
4885 (type-break-good-rest-interval, type-break-keystroke-threshold):
4886 No need to autoload.
4887 (type-break-good-rest-interval, type-break-keystroke-threshold):
4888 Add :set-after.
4889
4890 2012-09-28 Chong Yidong <cyd@gnu.org>
4891
4892 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4893 Add :version tag.
4894
4895 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4896
4897 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
4898
4899 2012-09-27 Glenn Morris <rgm@gnu.org>
4900
4901 * faces.el (x-display-name): Declare (for without-x builds).
4902
4903 * linum.el (linum-format): Don't autoload it. Improve :type.
4904
4905 * progmodes/tcl.el: Don't require outline when compiling.
4906 (outline-regexp, outline-level): Declare.
4907 * textmodes/sgml-mode.el: Don't require outline when compiling.
4908 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4909
4910 * term.el (term-ansi-reset):
4911 Try setting term-ansi-face-already-done to nil. (Bug#11785)
4912
4913 * vc/vc.el (vc-next-action): Only gripe about committing read-only
4914 files for RCS and SCCS. (Bug#9781)
4915
4916 2012-09-27 Chong Yidong <cyd@gnu.org>
4917
4918 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4919 change; value should be t.
4920
4921 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 * image-mode.el: Use lexical-binding.
4924 (image-mode-winprops): Use t to stand for the window of
4925 a buffer that's not displayed.
4926 * doc-view.el (doc-view-new-window-function): Handle the new
4927 t in winprops.
4928 (doc-view-enlarge): Make it a real nop if the size is not changed.
4929 (doc-view-display): Handle the case where the buffer is not (yet?)
4930 displayed in any window.
4931 (doc-view-saved-settings): New var.
4932 (doc-view-mode): Use it.
4933 (doc-view-fallback-mode): Set it.
4934
4935 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
4936 Set lexical-binding.
4937 (minibuffer-eldef-shorten-default): New var.
4938 (minibuffer-default-in-prompt-regexps): Use it for new default.
4939 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
4940
4941 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * international/uni-bidi.el:
4944 * international/uni-category.el:
4945 * international/uni-name.el:
4946 * international/uni-numeric.el: Regenerate.
4947
4948 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4949 Stefan Monnier <monnier@iro.umontreal.ca>
4950
4951 * profiler.el: New file.
4952
4953 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4956 (testcover-reinstrument): Simplify with CSE.
4957
4958 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4959
4960 * window.el (temp-buffer-window-setup): Fix typo in docstring.
4961
4962 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
4963
4964 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
4965 (verilog-auto-input, verilog-auto-insert-lisp)
4966 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4967 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
4968 (verilog-auto-unused, verilog-auto-wire)
4969 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
4970 newline. Reported by Andrew Jones.
4971 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
4972 Reported by Brad Dobbie.
4973 (verilog-batch-delete-trailing-whitespace):
4974 Create verilog-batch-delete-trailing-whitespace.
4975 Reported by Brad Dobbie.
4976 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
4977 parameters from another module. Reported by Dan Katz.
4978 (verilog-auto, verilog-auto-assign-modport)
4979 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
4980 AUTOINOUTMODPORT for UVM interface module shell generation.
4981 Reported by Brad Dobbie.
4982 (verilog-auto-inst-interfaced-ports): Make default nil, as more
4983 standard behavior.
4984 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
4985 Reported by Matt Martin.
4986
4987 2012-09-25 Martin Rudalics <rudalics@gmx.at>
4988
4989 * window.el (window--resize-child-windows): When resizing child
4990 windows proportionally, process them in reverse order to
4991 preserve the "when splitting a window the new one gets the odd
4992 line" behavior.
4993 (window--resize-root-window-vertically): When resizing the
4994 minibuffer window try to affect only windows at the bottom of the
4995 frame. (Bug#12419)
4996
4997 2012-09-25 Chong Yidong <cyd@gnu.org>
4998
4999 * subr.el (declare): Doc fix.
5000
5001 * help-fns.el (help-fns--obsolete): Handle macros properly.
5002
5003 2012-09-25 Chong Yidong <cyd@gnu.org>
5004
5005 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5006 this function obsolete.
5007
5008 * calendar/cal-x.el (calendar-two-frame-setup)
5009 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5010 * calendar/calendar.el (american-calendar, european-calendar)
5011 (calendar-for-loop):
5012 * comint.el (comint-dynamic-simple-complete)
5013 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5014 * desktop.el (desktop-load-default):
5015 * dired-x.el (dired-omit-here-always)
5016 (dired-hack-local-variables, dired-default-directory):
5017 * emacs-lisp/derived.el (derived-mode-class):
5018 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5019 * emacs-lock.el (toggle-emacs-lock):
5020 * epa.el (epa-display-verify-result):
5021 * epg.el (epg-sign-keys, epg-start-sign-keys)
5022 (epg-passphrase-callback-function):
5023 * eshell/esh-util.el (eshell-for):
5024 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5025 (eshell-add-to-window-buffer-names):
5026 * files.el (locate-file-completion):
5027 * imenu.el (imenu-example--create-c-index)
5028 (imenu-example--create-lisp-index)
5029 (imenu-example--lisp-extract-index-name)
5030 (imenu-example--name-and-position):
5031 * international/mule-cmds.el (princ-list):
5032 * international/mule-diag.el (decode-codepage-char):
5033 * international/mule-util.el (detect-coding-with-priority):
5034 * iswitchb.el (iswitchb-read-buffer):
5035 * mail/mailalias.el (mail-complete):
5036 * mail/sendmail.el (mail-sent-via):
5037 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5038 (mouse-major-mode-menu):
5039 * password-cache.el (password-read-and-add):
5040 * pcomplete.el (pcomplete-parse-comint-arguments):
5041 * progmodes/sh-script.el (sh-maybe-here-document):
5042 * replace.el (query-replace-regexp-eval):
5043 * savehist.el (savehist-load):
5044 * simple.el (choose-completion-delete-max-match):
5045 * term.el (term-dynamic-simple-complete):
5046 * vc/ediff-init.el (ediff-check-version):
5047 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5048 * vc/vc.el (vc-diff-switches-list):
5049 * view.el (view-return-to-alist-update): Likewise.
5050
5051 * subr.el (eval-next-after-load, makehash, insert-string)
5052 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5053 mark obsolete.
5054 (mode-line-inverse-video): Variable deleted.
5055
5056 * international/mule-util.el (string-to-sequence): Remove.
5057
5058 * calendar/calendar.el (calendar-version):
5059 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5060 (icalendar-convert-diary-to-ical):
5061 * cus-edit.el (custom-mode):
5062 * ansi-color.el (ansi-color-unfontify-region):
5063 * international/latin1-disp.el (latin1-char-displayable-p):
5064 * progmodes/cwarn.el (turn-on-cwarn-mode):
5065 * progmodes/which-func.el (which-func-update-1):
5066 Use define-obsolete-function-alias.
5067
5068 * net/newst-backend.el (newsticker-cache-filename):
5069 * net/newst-treeview.el (newsticker-groups-filename):
5070 Fix incorrect obsolescence declaration.
5071
5072 * allout.el (allout-passphrase-hint-string): Likewise.
5073 (allout-init): Use a declare form to mark obsolete.
5074
5075 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5076 this applies to functions.
5077
5078 * iswitchb.el (iswitchb-read-buffer): Move code of
5079 iswitchb-define-mode-map here, and delete that obsolete function.
5080
5081 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5082 font-lock-reference-face.
5083
5084 2012-09-25 Glenn Morris <rgm@gnu.org>
5085
5086 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5087 Doc fixes.
5088
5089 * eshell/em-term.el (eshell-term-name):
5090 Default to term-term-name. (Bug#12485)
5091
5092 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5093
5094 * progmodes/python.el (python-shell-send-buffer): Better handling
5095 of "if __name__ == '__main__':" conditionals when sending the buffer.
5096
5097 2012-09-24 Glenn Morris <rgm@gnu.org>
5098
5099 * eshell/esh-cmd.el (eshell-find-alias-function):
5100 Tighten up file-name regexp. (Bug#12499)
5101
5102 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5103
5104 Enhancements for triple-quote string syntax.
5105 * progmodes/python.el (python-quote-syntax): Remove.
5106 (python-syntax-propertize-function): New value.
5107 (python-syntax-count-quotes, python-syntax-stringify):
5108 New functions.
5109
5110 2012-09-24 Chong Yidong <cyd@gnu.org>
5111
5112 * mail/supercite.el (sc-version): Remove obsolete function.
5113 (sc-describe): Don't mark as obsolete, since it is bound.
5114 (sc-submit-bug-report): Remove.
5115
5116 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5117 (cvs-commit-buffer-require-final-newline): Remove.
5118 (log-edit-require-final-newline)
5119 (log-edit-changelog-full-paragraphs): Default to t.
5120
5121 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5122 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5123 * vc/vc.el (vc-checkout-carefully): Likewise.
5124
5125 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5126 (emerge-version): Remove.
5127
5128 * progmodes/compile.el (compile-internal): Remove.
5129 (compilation-parse-errors-function): Fix typo.
5130
5131 * international/mule.el (set-char-table-default): Remove.
5132 (set-coding-priority, make-coding-system, generic-char-p)
5133 (charset-list, charset-bytes, charset-id): Use declare to mark
5134 functions as obsolete.
5135
5136 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5137 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5138 * vc/vc-hooks.el (vc-default-registered): Don't use
5139 vc-master-templates.
5140
5141 * font-lock.el (font-lock-reference-face):
5142 Use define-obsolete-variable-alias.
5143
5144 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5145 * calendar/calendar.el (calendar-font-lock-keywords):
5146 * calendar/diary-lib.el (diary-font-lock-keywords)
5147 (diary-fancy-font-lock-keywords):
5148 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5149 * textmodes/reftex-index.el (reftex-insert-index):
5150 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5151 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5152 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5153 * progmodes/prolog.el (prolog-font-lock-keywords):
5154 * progmodes/idlwave.el (idlwave-idl-keywords):
5155 * progmodes/ada-mode.el (ada-font-lock-keywords):
5156 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5157
5158 2012-09-24 Glenn Morris <rgm@gnu.org>
5159
5160 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5161
5162 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5163
5164 * progmodes/python.el (python-indent-line): More consistent cursor
5165 movement behavior.
5166
5167 2012-09-23 Stefan Merten <smerten@oekonux.de>
5168
5169 * textmodes/rst.el: Fix compiler warning.
5170
5171 2012-09-23 Roland Winkler <winkler@gnu.org>
5172
5173 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5174 Transcribe also LaTeX hyphenation.
5175 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5176 bibtex-reformat-previous-options.
5177
5178 2012-09-23 Roland Winkler <winkler@gnu.org>
5179
5180 * proced.el (proced-renice-command): New variable.
5181 (proced-marked-processes): New function.
5182 (proced-with-processes-buffer): New macro.
5183 (proced-send-signal): Use them.
5184 (proced-renice): New command bound to r.
5185
5186 2012-09-23 Roland Winkler <winkler@gnu.org>
5187
5188 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5189 ibuffer-saved-filter-groups has one element, shortcut the call of
5190 completing-read. (Bug#12331)
5191
5192 2012-09-23 Chong Yidong <cyd@gnu.org>
5193
5194 * bindings.el (mode-line-toggle-read-only):
5195 * bs.el (bs-toggle-readonly):
5196 * buff-menu.el (Buffer-menu-toggle-read-only):
5197 * dired.el (dired-toggle-read-only):
5198 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5199
5200 2012-09-23 Chong Yidong <cyd@gnu.org>
5201
5202 * image.el (image-type-available-p): Adapt to init-image-library
5203 argument changes.
5204
5205 2012-09-22 Juri Linkov <juri@jurta.org>
5206
5207 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5208 `dired-toggle-read-only'. (Bug#12462)
5209
5210 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5211
5212 * subr.el (temp-output-buffer-show): New function.
5213 (with-output-to-temp-buffer): Call temp-output-buffer-show
5214 instead of internal-temp-output-buffer-show.
5215
5216 2012-09-22 Chong Yidong <cyd@gnu.org>
5217
5218 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5219 (Bug#12462).
5220
5221 * repeat.el (repeat): Doc fix (Bug#12348).
5222
5223 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5224 (Bug#10909).
5225
5226 * simple.el (shell-command-on-region): Doc fix.
5227 (read-only-mode): Doc fix.
5228
5229 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5230
5231 * emacs-lisp/timer.el (run-with-idle-timer)
5232 (timer-activate-when-idle): Warn against reinvoking an idle timer
5233 from within its own timer action. (Bug#12447)
5234
5235 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5236
5237 * cus-start.el (window-combination-limit): Add new optional
5238 values.
5239 * window.el (temp-buffer-window-show)
5240 (window--try-to-split-window): Handle new values of
5241 window-combination-limit (Bug#1806).
5242 (split-window): Test window-combination-limit for t instead of
5243 non-nil.
5244 (display-buffer-at-bottom): New buffer display action function.
5245 * help.el (temp-buffer-resize-regexps): New option.
5246 (temp-buffer-resize-mode): Rewrite doc-string.
5247 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5248 Don't resize reused window. Suggested by Glenn Morris.
5249
5250 2012-09-22 Stefan Merten <smerten@oekonux.de>
5251
5252 * textmodes/rst.el: Revamp section title faces.
5253 (rst-official-version)
5254 (rst-package-emacs-version-alist): Sync with official version
5255 V1.4.0.
5256 (rst-faces-defaults, rst-set-level-default)
5257 (rst-level-face-max, rst-level-face-base-color)
5258 (rst-level-face-base-light, rst-level-face-format-light)
5259 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5260 (rst-adornment-faces-alist): Match new setup.
5261 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5262 (rst-level-5, rst-level-6): New faces.
5263
5264 2012-09-22 Chong Yidong <cyd@gnu.org>
5265
5266 * simple.el (undo): Handle indirect buffers (Bug#8207).
5267
5268 2012-09-21 Leo Liu <sdl.web@gmail.com>
5269
5270 IDO: Disable match re-ordering for buffer switching.
5271 * ido.el (ido-buffer-disable-smart-matches): New variable.
5272 (ido-set-matches-1): Use it. (Bug#2042)
5273
5274 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5275
5276 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5277 Fix 2011-05-17 change. (Bug#12418)
5278
5279 2012-09-21 Leo Liu <sdl.web@gmail.com>
5280
5281 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5282
5283 2012-09-21 Glenn Morris <rgm@gnu.org>
5284
5285 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5286 Be more robust about locating simple.el.
5287
5288 2012-09-21 Glenn Morris <rgm@gnu.org>
5289
5290 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5291
5292 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5293
5294 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5295
5296 2012-09-20 Juri Linkov <juri@jurta.org>
5297
5298 * replace.el (query-replace-read-from): Use `read-regexp' instead
5299 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5300 (occur-read-primary-args): Use `read-regexp' instead of
5301 `read-string'.
5302 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5303 `read-from-minibuffer'.
5304 * isearch.el (isearch-occur): Use `read-regexp' instead of
5305 `read-string'.
5306 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5307 `read-from-minibuffer'.
5308 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5309 of `read-string'. (Bug#7567)
5310
5311 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5312 and allow accepting a list of strings prepended to a list of
5313 standard default values. Doc fix. (Bug#12321)
5314
5315 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5316
5317 * replace.el (read-regexp): Don't add ": " when PROMPT already
5318 ends with a colon and space. (Bug#12321)
5319
5320 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5321
5322 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5323 error.
5324
5325 2012-09-20 Stefan Merten <smerten@oekonux.de>
5326
5327 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5328 Fixes feature request bug#11711.
5329 (rst-mode): Create `imenu-create-index-function'.
5330 (rst-get-stripped-line): Delete after refactoring.
5331 (rst-section-tree, rst-section-tree-rec)
5332 (rst-section-tree-point): Refactor and document properly.
5333 (rst-imenu-find-adornments-for-position)
5334 (rst-imenu-convert-cell, rst-imenu-create-index):
5335 New function.
5336
5337 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5340 (macroexp--expand-all): Use it.
5341 (macroexp--funcall-and-return): Remove by folding it into its sole
5342 caller (macroexp--warn-and-return).
5343 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5344 Use macroexp--obsolete-warning.
5345
5346 * calc/calc.el: Fix last change by removing the whole chunk, since it
5347 was only needed back when Calc was not bundled.
5348
5349 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5350
5351 * emacs-lisp/debug.el (debug): Restore assignment to
5352 debugger-old-buffer removed on 2012-09-08.
5353
5354 2012-09-20 Juri Linkov <juri@jurta.org>
5355
5356 * dired-aux.el (dired-diff): Remove (require 'diff) since
5357 `diff-latest-backup-file' is now autoloaded.
5358
5359 2012-09-20 Chong Yidong <cyd@gnu.org>
5360
5361 * vc/diff.el (diff-latest-backup-file): Autoload.
5362
5363 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5364
5365 * calc/calc.el: Remove redundant autoload shape check.
5366 (sel-mode): Don't defvar.
5367 (calc-get-stack-element): Add `sel-mode' arg instead.
5368 (calc-top, calc-top-list): Pass it this additional argument.
5369 * calc/calc-store.el (calc-store-map):
5370 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5371 (calc-map-equation, calc-outer-product, calc-inner-product):
5372 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5373
5374 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5375
5376 2012-09-19 Juri Linkov <juri@jurta.org>
5377
5378 * dired-aux.el (dired-diff): Add (require 'diff) because
5379 `diff-latest-backup-file' is not autoloaded.
5380 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5381 of `dired-get-filename' to t to not report error when there is
5382 no default file on the current line.
5383
5384 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5387 macroexp--eval-if-compile.
5388 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5389 (macroexp--expand-all): Use them (bug#12371).
5390
5391 * doc-view.el (doc-view-guess-paper-size)
5392 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5393
5394 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5395
5396 New feature: set optimal slice from BoundingBox information.
5397 * doc-view.el (doc-view-mode-map): Add keybinding.
5398 (doc-view-menu): Add menu entry.
5399 (doc-view-set-slice): Adapt docstring.
5400 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5401 (doc-view-scale-bounding-box)
5402 (doc-view-set-slice-from-bounding-box): New functions.
5403 (doc-view-paper-sizes): New defvar.
5404
5405 2012-09-19 Glenn Morris <rgm@gnu.org>
5406
5407 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5408 (byte-compile-log-warning): Autoload. (Bug#12371)
5409
5410 * calendar/calendar.el (calendar-american-month-header)
5411 (calendar-european-month-header, calendar-iso-month-header)
5412 (calendar-month-header): New options.
5413 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5414 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5415
5416 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5417
5418 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5419
5420 2012-09-18 Juri Linkov <juri@jurta.org>
5421
5422 * dired-aux.el (dired-diff): Restore original functionality of
5423 getting the default value, but keep new feature of using the
5424 latest existing backup file (`diff-latest-backup-file').
5425
5426 2012-09-18 Juri Linkov <juri@jurta.org>
5427
5428 * dired.el (dired-mark): If the region is active in Transient Mark
5429 mode, mark all files in the active region. Doc fix.
5430 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5431 Doc fix. (Bug#10624)
5432
5433 2012-09-18 Juri Linkov <juri@jurta.org>
5434
5435 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5436 attributes for M-n are pulled from the file at point.
5437 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5438 Suggested by Drew Adams. (Bug#10624)
5439
5440 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5441
5442 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5443 whitespace after "end".
5444 (ruby-do-end-to-brace): Collapse block to one line if it fits
5445 within fill-column.
5446
5447 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5448
5449 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5450 value.
5451 (debug): Don't remove debugger window when debugger is expected
5452 to be back.
5453
5454 2012-09-18 Chong Yidong <cyd@gnu.org>
5455
5456 * custom.el (defface): Doc fix.
5457
5458 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5459
5460 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5461
5462 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5463 to initialize query-on-exit; then test that instead (bug#12288).
5464
5465 2012-09-17 Stefan Merten <smerten@oekonux.de>
5466
5467 * textmodes/rst.el: Add support for `testcover'.
5468 (rst-defcustom-testcover, rst-testcover-add-compose)
5469 (rst-testcover-add-1value): New functions.
5470 (rst-portable-mark-active-p): Replace by `use-region-p'.
5471 (rst-update-section, rst-classify-adornment)
5472 (rst-find-title-line): Mark `1value' forms.
5473 (rst-classify-adornment): Remove superfluous form.
5474 (rst-update-section, rst-get-adornments-around)
5475 (rst-adornment-complete-p, rst-get-next-adornment)
5476 (rst-adjust, rst-promote-region)
5477 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5478 (rst-find-pfx-in-region, rst-section-tree-rec)
5479 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5480 (rst-toc-node, rst-toc, rst-forward-section)
5481 (rst-iterate-leftmost-paragraphs)
5482 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5483 (rst-bullet-list-region)
5484 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5485 (rst-compile-find-conf, rst-compile)
5486 (rst-repeat-last-character): Fix style.
5487
5488 2012-09-17 Chong Yidong <cyd@gnu.org>
5489
5490 * comint.el (comint--complete-file-name-data): Don't add a space
5491 if the status is `sole'; that adds a gratuitous space in the
5492 completion-cycling case (Bug#12092).
5493
5494 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5495
5496 2012-09-17 Richard Stallman <rms@gnu.org>
5497
5498 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5499 only in the mime-shown mode, not in raw mode.
5500 (rmail-mime): Toggle off mime by displaying the message without
5501 mime processing. (Bug#12305)
5502
5503 * mail/rmail.el (rmail-retry-failure):
5504 Turn off mime processing first. (Bug#12037)
5505
5506 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5507
5508 2012-09-17 Chong Yidong <cyd@gnu.org>
5509
5510 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5511 (shell-dynamic-complete-functions): Convert to defcustom.
5512 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5513
5514 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5515 * comint.el (comint-prompt-read-only):
5516 * custom.el (defcustom):
5517 * hi-lock.el (hi-lock-mode):
5518 * ibuffer.el (ibuffer-formats):
5519 * ielm.el (ielm-prompt-read-only):
5520 * novice.el (disable-command):
5521 * saveplace.el (toggle-save-place):
5522 * speedbar.el (speedbar-supported-extension-expressions):
5523 * startup.el (auto-save-list-file-prefix, init-file-user)
5524 (after-init-hook, inhibit-startup-echo-area-message):
5525 * strokes.el (strokes-help):
5526 * time-stamp.el (time-stamp):
5527 * calendar/calendar.el (calendar, diary-file):
5528 * calendar/diary-lib.el (diary-mail-entries, diary)
5529 (diary-list-entries-hook):
5530 * calendar/holidays.el (holidays, calendar-holidays):
5531 * calendar/lunar.el (lunar-phases):
5532 * calendar/solar.el (sunrise-sunset):
5533 * emulation/edt.el (edt-load-keys):
5534 * emulation/viper.el (viper-mode):
5535 * eshell/em-alias.el (eshell-command-aliases-list):
5536 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5537 * international/ogonek.el (ogonek-information):
5538 * net/tramp-cmds.el (tramp-bug):
5539 * net/quickurl.el (quickurl-reread-hook-postfix):
5540 * play/decipher.el (decipher-font-lock-keywords):
5541 * progmodes/cc-styles.el (c-set-style):
5542 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5543 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5544 * progmodes/octave-mod.el (octave-mode):
5545 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5546 * progmodes/verilog-mode.el (verilog-read-defines):
5547 * textmodes/two-column.el (2C-mode): Likewise.
5548
5549 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5550
5551 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5552 that holds many addresses.
5553
5554 2012-09-16 Chong Yidong <cyd@gnu.org>
5555
5556 * align.el (align-areas): Call the indication function with
5557 positions instead of markers for arguments (Bug#12343).
5558
5559 * files.el (parse-colon-path): Use split-string (Bug#12351).
5560
5561 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5562 (display-buffer-function): Mark as obsolete.
5563
5564 * progmodes/compile.el (compilation-parse-errors): Accept list
5565 values similar to font-lock-keywords (Bug#12136).
5566 Suggested by Oleksandr Manzyuk.
5567 (compilation-error-regexp-alist): Doc fix.
5568
5569 2012-09-15 Glenn Morris <rgm@gnu.org>
5570
5571 * version.el (emacs-bzr-version-bzr): New function.
5572 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5573
5574 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5575 checkouts, check the parent dirstate matches the branch.
5576 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5577 empty string.
5578
5579 * version.el (emacs-bzr-version): Doc fix.
5580 (emacs-bzr-version-dirstate): New function.
5581 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5582 is local try and check that it matches the branch. If not, just
5583 use dirstate information. (Bug#12441)
5584
5585 2012-09-14 Juri Linkov <juri@jurta.org>
5586
5587 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5588 (Bug#12399)
5589
5590 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5593
5594 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5595 Remove obsolete byte-compiler hack that tried to silence some warnings.
5596 (edebug-submit-bug-report): Remove.
5597 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5598 Remove aliases, use the un-prefixed name instead.
5599 (edebug-pop-to-buffer): Consider other frames.
5600 (edebug-original-read):: Make it more obvious that it's always defined.
5601 (edebug--make-form-data-entry, edebug--form-data-name)
5602 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5603 single-dashed name, and implement with cl-defstruct.
5604 (edebug-set-form-data-entry): Use the standard accessors.
5605 (edebug-make-top-form-data-entry): Use push.
5606 (edebug-no-match): Drop useless `funcall'.
5607 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5608 to functions.
5609 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5610 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5611 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5612 (easy-menu-define, with-custom-print): Remove redundant specs.
5613 (edebug-outside-overriding-local-map)
5614 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5615 (edebug--display): Bind unread-command-events directly to nil rather
5616 than binding it to unread-command-events and later setting it to nil.
5617 (edebug--display): Kill edebug-eval-buffer here...
5618 (edebug--recursive-edit): ...rather than here.
5619 Bind standard-output and standard-input.
5620 (edebug-eval): Check cl-macroexpand-all is fboundp.
5621 (edebug-temp-display-freq-count): Fix last change.
5622
5623 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5624 * subr.el (noreturn, 1value): Add `debug' spec.
5625 * emacs-lisp/advice.el: Require cl-lib.
5626 (ad-copy-tree): Remove, use copy-tree instead.
5627 (ad-dolist): Remove use dolist or cl-dolist instead.
5628 (ad-do-return): Remove, use cl-return instead.
5629 (defadvice): Add `debug' spec.
5630
5631 2012-09-13 Juri Linkov <juri@jurta.org>
5632
5633 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5634 (Bug#12399)
5635
5636 2012-09-13 Glenn Morris <rgm@gnu.org>
5637
5638 * calc/calc.el (math-compose-expr):
5639 * calc/calc-ext.el (math-compose-expr):
5640 * progmodes/cc-defs.el (cl-macroexpand-all):
5641 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5642 (cl-macroexpand-all): Update declarations.
5643
5644 * vc/vc.el: No need to require ediff.
5645 (ediff-load-version-control): Declare.
5646 (ediff-vc-internal): Fix declaration.
5647 (vc-version-ediff): Require ediff.
5648
5649 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5650
5651 Use a more backwards-compatible timer format (Bug#12430).
5652 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5653 being right after USECS, as that better supports old code that
5654 inadvisedly looked directly at the timer vector.
5655
5656 2012-09-13 Kenichi Handa <handa@gnu.org>
5657
5658 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5659 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5660 `coding-priority' property of these language environment.
5661
5662 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5663
5664 Fix glitches caused by addition of psec to timers (Bug#12430).
5665 * image.el (image-animate-timer):
5666 * time.el (display-time-world-timer):
5667 Use timer--function and timer--args rather than raw access to
5668 timer vector.
5669
5670 2012-09-13 Glenn Morris <rgm@gnu.org>
5671
5672 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5673 If not compiling a file, try using load-file-name.
5674
5675 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5676
5677 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5678 Fix last change.
5679 (edebug-update-eval-list): Use `push'.
5680
5681 * emacs-lisp/edebug.el: Use lexical-binding.
5682 Remove the "edebug-" prefix from non-dynamically-scoped variables.
5683 Mark unused args with underscore.
5684 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5685 (edebug-form-data): Use defvar-local.
5686 (edebug-make-before-and-after-form, edebug-make-after-form):
5687 Use backquote.
5688 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5689 Not dynamically scoped any more.
5690 (edebug--enter-trace): Add arguments `function' and `args'.
5691 Rename from edebug-enter-trace.
5692 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
5693 (edebug--update-coverage): Add `after-index' and `value' args.
5694 Rename from edebug-update-coverage.
5695 (edebug-slow-after): Call it accordingly.
5696 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
5697 edebug-recursive-edit.
5698 (edebug--display): Call it accordingly. Add args `value',
5699 `offset-index', and `arg-mode'. Rename from edebug-display.
5700 (edebug-debugger, edebug): Call it accordingly.
5701 (edebug-eval-display-list): Use dolist.
5702
5703 2012-09-12 Juri Linkov <juri@jurta.org>
5704
5705 * info.el (Info-search): Don't check for isearch-mode and
5706 isearch-regexp before let-binding search-spaces-regexp to
5707 Info-search-whitespace-regexp.
5708 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5709 search-whitespace-regexp if isearch-lax-whitespace or
5710 isearch-regexp-lax-whitespace is non-nil.
5711 (Info-mode): Don't set local variable search-whitespace-regexp.
5712 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5713
5714 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5717 (debugger-env-macro): Remove support for unread-command-char.
5718
5719 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5720 the temporary map re-appearing on emulation-mode-map-alists.
5721
5722 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5723 since 22.1.
5724
5725 * ehelp.el (with-electric-help): Accept functions in
5726 electric-help-form-to-execute.
5727 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5728 And replace unread-command-char -> unread-command-events.
5729
5730 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
5731
5732 Sync with Tramp 2.2.6.
5733
5734 * net/tramp.el (tramp-accept-process-output): Don't use
5735 JUST-THIS-ONE in the XEmacs case.
5736
5737 * net/trampver.el: Update release number.
5738
5739 2012-09-12 Martin Rudalics <rudalics@gmx.at>
5740
5741 * emacs-lisp/debug.el (debugger-previous-window-height):
5742 New variable.
5743 (debug): When debugger-jumping-flag is non-nil try to restore
5744 height of debugger window. (Bug#8789)
5745
5746 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5747
5748 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5749 overriding-local-map and pre/post-command-hook here.
5750 (edebug-recursive-edit): Do it here instead (bug#12345).
5751 (edebug-outside-unread-command-char): Remove all uses of
5752 unread-command-char.
5753
5754 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5755 inhibit-debugger is bound instead.
5756
5757 2012-09-11 Bastien Guerry <bzg@gnu.org>
5758
5759 * subr.el (set-temporary-overlay-map): Add a docstring.
5760 (Bug#12346)
5761
5762 2012-09-11 Bastien Guerry <bzg@gnu.org>
5763
5764 * minibuffer.el (completion-table-subvert): Fix docstring.
5765 (Bug#12347)
5766
5767 2012-09-11 Bastien Guerry <bzg@gnu.org>
5768
5769 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
5770
5771 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
5772
5773 * progmodes/sql.el: Version 3.1
5774 (sql-db2-escape-newlines): New variable.
5775 (sql-escape-newlines-filter): Use it.
5776
5777 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
5778
5779 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5780
5781 2012-09-10 Dan Nicolaescu <dann@gnu.org>
5782
5783 * vc/diff-mode.el (diff-mode-menu):
5784 Bind diff-remove-trailing-whitespace.
5785
5786 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5789 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5790 (emacs-lisp-byte-code-mode): New functions.
5791 (eval-sexp-add-defvars): Don't skip defvars in column >0.
5792 (eval-defun-2): Remove bogus interactive spec.
5793 (lisp-indent-line): Remove redundant whole-exp code, now done in
5794 indent-according-to-mode.
5795 (save-match-data): Remove redundant indent data.
5796
5797 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5798 Use `declare'.
5799
5800 2012-09-09 Juri Linkov <juri@jurta.org>
5801
5802 * replace.el (replace-regexp-lax-whitespace): New defcustom.
5803 (replace-lax-whitespace, query-replace-regexp)
5804 (query-replace-regexp-eval, replace-regexp): Doc fix.
5805 (perform-replace, replace-highlight): Let-bind
5806 isearch-lax-whitespace to replace-lax-whitespace and
5807 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5808
5809 * isearch.el (isearch-query-replace): Let-bind
5810 replace-lax-whitespace to isearch-lax-whitespace and
5811 replace-regexp-lax-whitespace to
5812 isearch-regexp-lax-whitespace. (Bug#10885)
5813
5814 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5815
5816 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5817
5818 2012-09-09 Alan Mackenzie <acm@muc.de>
5819
5820 * progmodes/cc-engine.el (c-state-cache-init):
5821 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5822 (c-record-parse-state-state):
5823 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5824
5825 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
5826
5827 * register.el (register-separator): Rename from
5828 separator-register. All uses changed. Doc fix.
5829 (register): Fix version.
5830
5831 2012-09-09 Chong Yidong <cyd@gnu.org>
5832
5833 * replace.el (query-replace-map): Bind four new symbols for
5834 requesting window scrolling.
5835
5836 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5837 query-replace-map (Bug#8948).
5838
5839 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5840
5841 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5842 since they are now in query-replace-map.
5843
5844 * window.el (scroll-other-window-down): Make the arg optional.
5845
5846 2012-09-09 Chong Yidong <cyd@gnu.org>
5847
5848 * files.el (hack-local-variables-confirm): Use quit-window to kill
5849 the *Local Variables* buffer.
5850
5851 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5852
5853 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5854 not just expect to be at its beginning. Adjust callees.
5855 Succeed when do-end block has no space before the pipe character.
5856 (ruby-brace-to-do-end): When the original block is one-liner,
5857 convert to multiline. Reindent the result.
5858
5859 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
5860
5861 * register.el (register): New group.
5862 (separator-register): New user option.
5863 (increment-register): Route it to `append-to-register', if
5864 register contains text. Implication is that `C-x r +' can now be
5865 used for appending to a text register (bug#12217).
5866 (append-to-register, prepend-to-register): Add separator based on
5867 `separator-register'.
5868
5869 2012-09-08 Alan Mackenzie <acm@muc.de>
5870
5871 AWK Mode: make auto-newline work when there's "==" in the pattern.
5872 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5873 correctly.
5874 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5875 Test more rigorously for "=" token.
5876
5877 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5878
5879 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5880 Only fail when reached LIMIT.
5881
5882 2012-09-08 Chong Yidong <cyd@gnu.org>
5883
5884 * dired.el (dired-mode-map): Don't bind M-=.
5885
5886 * dired-aux.el (dired-diff): Use backup file as default.
5887
5888 2012-09-08 Drew Adams <drew.adams@oracle.com>
5889
5890 * subr.el (add-to-history): Fix delete usage (Bug#12314).
5891
5892 2012-09-08 Chong Yidong <cyd@gnu.org>
5893
5894 * subr.el (syntax-after, syntax-class): Doc fix.
5895
5896 2012-09-08 Martin Rudalics <rudalics@gmx.at>
5897
5898 * window.el (display-buffer-in-previous-window): New buffer
5899 display action function.
5900
5901 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5902 (debugger-previous-window): New variable.
5903 (debug): Rewrite using display-buffer-in-previous-window,
5904 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
5905
5906 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
5909
5910 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
5911
5912 * progmodes/python.el (python-shell-send-string):
5913 When default-directory is remote, create temp file on remote
5914 filesystem.
5915 (python-shell-send-file): When file is remote, pass local view of
5916 file paths to remote Python interpreter. (Bug#12340)
5917
5918 2012-09-07 Chong Yidong <cyd@gnu.org>
5919
5920 * window.el (switch-to-buffer): Doc fix (Bug#12181).
5921
5922 * files.el (after-find-file): Don't fail on a read-only buffer if
5923 require-final-newline is `visit' or `visit-save' (Bug#11156).
5924
5925 * subr.el (read-char-choice): Allow quitting via ESC ESC.
5926
5927 * userlock.el (ask-user-about-supersession-threat):
5928 Use read-char-choice (Bug#12093).
5929
5930 2012-09-07 Chong Yidong <cyd@gnu.org>
5931
5932 * subr.el (buffer-narrowed-p): New function.
5933
5934 * ses.el (ses-widen):
5935 * simple.el (count-words--buffer-message):
5936 * net/browse-url.el (browse-url-of-buffer): Use it.
5937
5938 * simple.el (count-words-region): Don't signal an error if there
5939 is a non-nil prefix arg and the mark is not set.
5940
5941 * help.el (describe-key-briefly): Allow the message to be seen
5942 when invoked from the minibuffer (Bug#7014).
5943
5944 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5945
5946 * progmodes/ruby-mode.el (ruby-end-of-defun)
5947 (ruby-beginning-of-defun): Simplify, allow indentation before
5948 block beginning and end keywords.
5949 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
5950 (ruby-end-of-defun): Expect that the point is at the beginning of
5951 the defun.
5952
5953 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
5956 (bug#12367).
5957 (cl--make-usage-args): Strip _ from argument names.
5958
5959 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5960
5961 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
5962 obsolete alias speedbar-key-map.
5963 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
5964 (vhdl-index-menu-init): Don't use obsolete variable
5965 font-lock-maximum-size.
5966
5967 2012-09-06 Chong Yidong <cyd@gnu.org>
5968
5969 * frame.el (window-system-version): Mark as obsolete.
5970
5971 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
5972 of obsolete variable speedbar-key-map.
5973
5974 2012-09-06 Juri Linkov <juri@jurta.org>
5975
5976 * replace.el (replace-lax-whitespace): New defcustom.
5977 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5978 (replace-string, replace-regexp): Mention it in docstrings.
5979 (perform-replace, replace-highlight): Let-bind
5980 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
5981 to the values of replace-lax-whitespace and regexp-flag.
5982 Don't let-bind search-whitespace-regexp. (Bug#10885)
5983
5984 * isearch.el (isearch-query-replace): Let-bind
5985 replace-lax-whitespace instead of let-binding
5986 replace-search-function and replace-re-search-function.
5987 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
5988 and isearch-regexp-lax-whitespace to lazy-highlight variables.
5989 (isearch-toggle-symbol): Set isearch-regexp to nil
5990 in isearch-word mode (like in isearch-toggle-word).
5991
5992 2012-09-06 Juri Linkov <juri@jurta.org>
5993
5994 * replace.el (replace-search-function)
5995 (replace-re-search-function): Set default values to nil.
5996 (perform-replace): Let-bind isearch-related variables based on
5997 replace-related values, call `isearch-search-fun' and let-bind
5998 the result to `search-function'. Remove code that sets
5999 `search-function' and `search-string' separately for
6000 `delimited-flag'.
6001 (replace-highlight): Add new argument `delimited-flag' and
6002 rename other arguments to the names used in `perform-replace'.
6003 Let-bind `isearch-word' to the argument `delimited-flag'.
6004 (Bug#10885, bug#10887)
6005
6006 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6007
6008 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6009 ruby-beginning-of-indent, simplify, allow all keywords to have
6010 indentation before them.
6011 (ruby-beginning-of-indent): Adjust for above. Search until the
6012 found point is not inside a string or comment.
6013 (ruby-font-lock-keywords): Allow symbols to start with "@"
6014 character, give them higher priority than variables.
6015 (ruby-syntax-propertize-function)
6016 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6017 matchers. Expression expansions are not comments when inside a
6018 string, and there comment syntax status is irrelevant.
6019 (ruby-match-expression-expansion): New function. Check that
6020 expression expansion is inside a string, and it's not escaped.
6021 (ruby-font-lock-keywords): Use it.
6022
6023 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6024
6025 * help.el (temp-buffer-max-height): New default value.
6026 (temp-buffer-resize-frames): New option.
6027 (resize-temp-buffer-window): Optionally resize frame.
6028
6029 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6030 (fit-frame-to-buffer): New function.
6031
6032 2012-09-05 Glenn Morris <rgm@gnu.org>
6033
6034 * emulation/cua-rect.el (cua--init-rectangles):
6035 * textmodes/picture.el (picture-mode-map):
6036 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6037 like forward-char and backward-char. (Bug#12317)
6038
6039 2012-09-05 Leo Liu <sdl.web@gmail.com>
6040
6041 * progmodes/flymake.el (flymake-warning-re): New variable.
6042 (flymake-parse-line): Use it.
6043
6044 2012-09-05 Glenn Morris <rgm@gnu.org>
6045
6046 * calendar/holidays.el (holiday-christian-holidays):
6047 Rename an entry. (Bug#12289)
6048
6049 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6052 (bug#12222).
6053
6054 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6055
6056 * loadup.el: Load macroexp. Remove hack.
6057 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6058 (macroexp--expand-all): Use it to get better warnings.
6059 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6060 (internal-macroexpand-for-load): New functions.
6061 (macroexp--pending-eager-loads): New var.
6062 (emacs-startup-hook): New hack to replace one in loadup.el.
6063 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6064 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6065 (cl-psetf): Simplify.
6066 (cl-defstruct): Add indent rule.
6067
6068 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6069
6070 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6071 over `user-mail-address' for the SMTP MAIL FROM envelope.
6072 (smtpmail-via-smtp): Ditto.
6073
6074 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6075
6076 * progmodes/ruby-mode.el: Clean up keybindings.
6077 (ruby-mode-map): Don't bind ruby-electric-brace,
6078 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6079 backward-kill-word, reindent-then-newline-and-indent.
6080 (ruby-mark-defun): Remove.
6081 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6082 (ruby-mode): Set local beginning-of-defun-function and
6083 end-of-defun-function values.
6084
6085 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6086
6087 * window.el (temp-buffer-window-setup-hook)
6088 (temp-buffer-window-show-hook): New hooks.
6089 (temp-buffer-window-setup, temp-buffer-window-show)
6090 (with-temp-buffer-window): New functions.
6091 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6092 (special-display-popup-frame): Make sure the window used shows BUFFER.
6093
6094 * help.el (temp-buffer-resize-mode): Fix doc-string.
6095 (resize-temp-buffer-window): New optional argument WINDOW.
6096
6097 * files.el (recover-file, save-buffers-kill-emacs):
6098 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6099
6100 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6101
6102 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6103 remote definition of `default-directory', ensure we can connect.
6104
6105 2012-09-02 Juri Linkov <juri@jurta.org>
6106
6107 Toggle whitespace matching mode with M-s SPC.
6108 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6109
6110 * isearch.el (search-whitespace-regexp): Doc fix.
6111 Remove cons cell customization.
6112 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6113 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6114 New variables.
6115 (isearch-forward, isearch-forward-regexp): Doc fix.
6116 (isearch-toggle-lax-whitespace): New command.
6117 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6118 (re-search-forward-lax-whitespace)
6119 (re-search-backward-lax-whitespace): New functions.
6120 (isearch-whitespace-regexp): Remove function.
6121 (isearch-query-replace): Let-bind replace-search-function and
6122 replace-re-search-function.
6123 (isearch-occur): Let-bind search-spaces-regexp according to the
6124 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6125 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6126 condition for C-q SPC.
6127 (isearch-search-fun-default): Use new functions mentioned above.
6128 (isearch-search-forward, isearch-search-backward): Remove functions.
6129 (isearch-search): Don't let-bind search-spaces-regexp.
6130 (isearch-lazy-highlight-space-regexp): Remove variable.
6131 (isearch-lazy-highlight-lax-whitespace)
6132 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6133 (isearch-lazy-highlight-new-loop): Use them.
6134 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6135
6136 2012-09-02 Chong Yidong <cyd@gnu.org>
6137
6138 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6139
6140 2012-09-02 Glenn Morris <rgm@gnu.org>
6141
6142 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6143
6144 2012-09-01 Glenn Morris <rgm@gnu.org>
6145
6146 * term.el: Tidy up menu definitions.
6147 (term-mode-map): Use easymenu for In/Out, Complete menus.
6148 (term-pager-break-map): Initialize in the defvar.
6149 (term-terminal-menu, term-signals-menu): Define with easymenu.
6150 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6151 (term-pager-menu): New, extracted from term-process-pager.
6152 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6153 (term-update-mode-line): Propertize line/char and page items.
6154 (term-process-pager): Move keymap initialization elsewhere.
6155
6156 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6157
6158 * window.el (switch-to-prev-buffer): Handle additional values of
6159 BURY-OR-KILL argument. Don't switch in minibuffer window.
6160 (switch-to-next-buffer): Don't switch in minibuffer window.
6161 (quit-restore-window): New function based on quit-window.
6162 Handle additional values of former KILL argument.
6163 (quit-window): Call quit-restore-window with appropriate
6164 interpretation of KILL argument.
6165 (display-buffer-below-selected): New buffer display action
6166 function.
6167
6168 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6169
6170 * minibuffer.el (completion-at-point-functions): Complete docstring
6171 (bug#12254).
6172
6173 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6174
6175 Better seed support for (random).
6176 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6177 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6178 * play/mpuz.el, play/tetris.el, play/zone.el:
6179 * calc/calc-comb.el (math-init-random-base):
6180 * play/blackbox.el (bb-init-board):
6181 * play/life.el (life):
6182 * server.el (server-use-tcp):
6183 * type-break.el (type-break):
6184 Remove unnecessary call to (random t).
6185 * net/sasl.el (sasl-unique-id-function):
6186 Change (random t) to (random), now that the latter is more random.
6187 * play/life.el (life-initialized): Remove no-longer-needed var.
6188
6189 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6190
6191 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6192 Consider frame's buffer predicate when choosing the buffer.
6193 (Bug#12081)
6194
6195 2012-08-30 Richard Stallman <rms@gnu.org>
6196
6197 * simple.el (special-mode-map): Delete binding for `z'.
6198
6199 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6200
6201 * progmodes/compile.el (compilation-always-kill): Doc fix.
6202
6203 2012-08-30 Chong Yidong <cyd@gnu.org>
6204
6205 * window.el (display-buffer-reuse-frames): Make the obsolescence
6206 message more informative.
6207
6208 2012-08-30 Glenn Morris <rgm@gnu.org>
6209
6210 * paren.el (show-paren-delay):
6211 Add a :set function. Doc fix. (Bug#12297)
6212
6213 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6214
6215 * progmodes/compile.el (compilation-always-kill): New var.
6216 (compilation-start): Use it.
6217
6218 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6221 * files.el (read-only-mode): Move to simple.el.
6222
6223 * files.el (read-only-mode): New minor mode.
6224 (toggle-read-only): Use it and mark obsolete.
6225 (find-file--read-only):
6226 * vc/vc.el (vc-next-action, vc-checkout):
6227 * vc/vc-cvs.el (vc-cvs-checkout):
6228 * obsolete/vc-mcvs.el (vc-mcvs-update):
6229 * ffap.el (ffap--toggle-read-only): Update callers.
6230
6231 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6232
6233 * eshell/esh-ext.el (eshell-external-command): Do not examine
6234 remote shell scripts.
6235 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6236
6237 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6238 "/usr/local/sbin".
6239
6240 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6243
6244 2012-08-28 Leo Liu <sdl.web@gmail.com>
6245
6246 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6247 completion-at-point. (Bug#12220)
6248
6249 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6250
6251 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6252
6253 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6256 be buffer-local; add delete-trailing-whitespace (bug#12259).
6257
6258 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6259
6260 * progmodes/hideif.el (hif-compress-define-list):
6261 Fix typo. (Bug#11951)
6262
6263 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6264
6265 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6266 buffer local setting.
6267
6268 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6269 rcirc-encode-coding-system.
6270
6271 2012-08-28 Leo Liu <sdl.web@gmail.com>
6272
6273 * net/rcirc.el (rcirc-split-message): New function.
6274 (rcirc-send-message): Use it. (Bug#12051)
6275
6276 2012-08-28 Juri Linkov <juri@jurta.org>
6277
6278 * info.el (Info-fontify-node): Hide empty lines at the end of
6279 the node. (Bug#12272)
6280
6281 2012-08-27 Drew Adams <drew.adams@oracle.com>
6282
6283 * dired.el (dired-pop-to-buffer): Make window start at beginning
6284 of buffer (Bug#12281).
6285
6286 2012-08-26 Chong Yidong <cyd@gnu.org>
6287
6288 * window.el (special-display-regexps, special-display-frame-alist)
6289 (special-display-buffer-names, special-display-function)
6290 (display-buffer-reuse-frames): Mark as obsolete.
6291
6292 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6293
6294 * help.el (help-print-return-message): Don't treat
6295 display-buffer-reuse-frames specially.
6296
6297 2012-08-26 Chong Yidong <cyd@gnu.org>
6298
6299 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6300 New variable, replacing gdb-frame-parameters.
6301 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6302 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6303 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6304 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6305 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6306 the functions directly with gdb-display-buffer-other-frame-action.
6307 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6308 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6309 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6310 (gdb-display-registers-buffer): Define directly.
6311 (def-gdb-display-buffer): Macro deleted.
6312 (gdb-display-buffer): Remove second and third args, callers don't
6313 use them. Defer to the default display-buffer behavior, apart
6314 from making windows dedicated.
6315 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6316
6317 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6318
6319 * window.el (display-buffer-pop-up-frame): Handle a
6320 pop-up-frame-parameters alist entry.
6321 (display-buffer): Document it.
6322
6323 2012-08-26 Chong Yidong <cyd@gnu.org>
6324
6325 * isearch.el (search-whitespace-regexp): Make string and nil
6326 values apply to both ordinary and regexp search. Allow a cons
6327 cell value to distinguish between the two.
6328 (isearch-whitespace-regexp, isearch-search-forward)
6329 (isearch-search-backward): New functions.
6330 (isearch-occur, isearch-search-fun-default, isearch-search)
6331 (isearch-lazy-highlight-new-loop): Use them.
6332 (isearch-forward, isearch-forward-regexp): Doc fix.
6333
6334 2012-08-26 Chong Yidong <cyd@gnu.org>
6335
6336 * faces.el (help-argument-name): Always inherit from italic
6337 (Bug#12213).
6338
6339 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6340
6341 * window.el (window--even-window-heights): Even heights when
6342 WINDOW and the selected window form a vertical combination.
6343 (display-buffer-use-some-window): Provide that window used gets
6344 sized back by quit-window. (Bug#11880) and (Bug#12091)
6345
6346 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6347
6348 Fix file time stamp problem with bzr and CVS (Bug#12001).
6349 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6350 in the file's time stamp, since the version control system loses
6351 that information.
6352
6353 2012-08-22 Juri Linkov <juri@jurta.org>
6354
6355 * info.el (Info-fontify-node): Hide the suffix of the
6356 Info file name in the header line. (Bug#12187)
6357
6358 2012-08-22 Glenn Morris <rgm@gnu.org>
6359
6360 * calendar/cal-tex.el (cal-tex-weekly-common):
6361 Restore leading blank page.
6362
6363 2012-08-22 Le Wang <l26wang@gmail.com>
6364
6365 * misc.el (forward-to-word, backward-to-word): Activate or extend
6366 the region under `shift-select-mode'. (Bug#12231)
6367
6368 2012-08-22 Bastien Guerry <bzg@gnu.org>
6369
6370 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6371 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6372 gives details on why the space is never needed.
6373
6374 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6375
6376 * window.el (walk-window-tree, window-with-parameter):
6377 New optional argument MINIBUF to control whether these functions
6378 should run on the minibuffer window.
6379 (window-at-side-list): Don't operate on minibuffer window.
6380 (window-in-direction): Simplify and rewrite doc-string.
6381 (window--size-ignore): Rename to window--size-ignore-p.
6382 Update callers.
6383 (display-buffer-in-atom-window, window--major-non-side-window)
6384 (window--major-side-window, display-buffer-in-major-side-window)
6385 (delete-side-window, display-buffer-in-side-window):
6386 New functions.
6387 (window--side-check, window-deletable-p, delete-window)
6388 (delete-other-windows, split-window): Handle side windows and
6389 atomic windows appropriately.
6390 (window--display-buffer): Call display-buffer-record-window also
6391 when the window buffer did not change.
6392
6393 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6394
6395 * help-fns.el (help-fns--key-bindings):
6396 Abbreviate non-symbol remap targets. (Bug#12174)
6397
6398 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6399
6400 * dired.el (dired-mark-remembered): Don't clobber point.
6401 (Bug#11795)
6402
6403 2012-08-22 Glenn Morris <rgm@gnu.org>
6404
6405 * progmodes/bug-reference.el (bug-reference): New custom group.
6406 (bug-reference-bug-regexp): Make it a defcustom.
6407
6408 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6409
6410 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6411 (js-paren-indent-offset, js-square-indent-offset)
6412 (js-curly-indent-offset): Add :safe (Bug#12257).
6413
6414 2012-08-22 Edward O'Connor <hober0@gmail.com>
6415
6416 * json.el (json-key-format): Add error properties.
6417 (json-encode-key): New function.
6418 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6419 Use json-encode-key.
6420
6421 2012-08-22 Glenn Morris <rgm@gnu.org>
6422
6423 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6424 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6425 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6426 Update for above change.
6427
6428 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6429
6430 * cus-face.el (custom-face-attributes): Fix customize type for the
6431 :underline attribute. (Bug#11805)
6432
6433 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6434
6435 * window.el (window-point-1, set-window-point-1): Remove.
6436 (window-in-direction, record-window-buffer)
6437 (set-window-buffer-start-and-point, split-window-below)
6438 (window--state-get-1, display-buffer-record-window):
6439 Replace calls to window-point-1 and set-window-point-1 by calls to
6440 window-point and set-window-point respectively.
6441
6442 2012-08-21 Glenn Morris <rgm@gnu.org>
6443
6444 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6445 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6446 Use it.
6447
6448 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6449 (cal-tex-shortday): New function.
6450 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6451 (cal-tex-cursor-filofax-daily): Use the above.
6452
6453 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6454 New functions.
6455 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6456 (cal-tex-cursor-filofax-week): Use them.
6457
6458 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6459 New constants.
6460 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6461 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6462
6463 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6464 (cal-tex-end-document): Don't rely on buffer name.
6465
6466 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6467 Use cal-tex-vspace.
6468 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6469 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6470 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6471 Use cal-tex-arg.
6472
6473 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6474 (cal-tex-cursor-week, cal-tex-cursor-week2)
6475 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6476 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6477 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6478 (cal-tex-insert-preamble, cal-tex-b-document)
6479 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6480 Improve cal-tex-cmd usage.
6481
6482 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6483 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6484 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6485 (cal-tex-weekly-paper): New function.
6486 (cal-tex-cursor-week, cal-tex-cursor-week2)
6487 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6488 (cal-tex-cursor-day): Use it.
6489
6490 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6491 (cal-tex-cursor-filofax-week): Remove leading blank page.
6492
6493 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6494 Add autoload cookie. For now at least, don't use color, since
6495 no other cal-tex function does.
6496
6497 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6498 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6499 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6500
6501 2012-08-21 Juri Linkov <juri@jurta.org>
6502
6503 * info.el (Info-file-attributes): New variable.
6504 (info-insert-file-contents): Add file attributes to
6505 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6506 `Info-toc-nodes' when previous modtime of the Info file is less
6507 than new modtime.
6508 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6509 of info.el. (Bug#12230)
6510
6511 2012-08-20 Glenn Morris <rgm@gnu.org>
6512
6513 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6514 * calendar/holidays.el (calendar-holiday-list):
6515 Report errors with display-warning rather than beep'n'sleep.
6516
6517 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6518
6519 * net/tramp.el (tramp-accept-process-output): Accept only output
6520 from PROC. Otherwise, process filters and sentinels might be
6521 confused. (Bug#12145)
6522
6523 2012-08-20 Chong Yidong <cyd@gnu.org>
6524
6525 * descr-text.el (describe-text-properties-1): Use overlays-in to
6526 report on empty overlays (Bug#3322).
6527
6528 2012-08-20 Glenn Morris <rgm@gnu.org>
6529
6530 * mail/rmailout.el (rmail-output-read-file-name):
6531 Trap and report errors in rmail-output-file-alist elements.
6532
6533 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6534 since most non-font-lock faces are not also variables).
6535
6536 2012-08-20 Edward Reingold <reingold@iit.edu>
6537
6538 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6539 New function. (Bug12160)
6540
6541 2012-08-19 Glenn Morris <rgm@gnu.org>
6542
6543 * mail/rmailout.el (rmail-output-read-file-name):
6544 Fix previous change (when the alist is nil or does not match).
6545
6546 2012-08-19 Chong Yidong <cyd@gnu.org>
6547
6548 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6549 (Bug#12228).
6550
6551 2012-08-18 Chong Yidong <cyd@gnu.org>
6552
6553 * simple.el (yank-handled-properties): New defcustom.
6554 (yank-excluded-properties): Add font-lock-face and category.
6555 (yank): Doc fix.
6556
6557 * subr.el (remove-yank-excluded-properties):
6558 Obey yank-handled-properties. The special handling of font-lock-face
6559 and category is now done this way, instead of being hard-coded.
6560 (insert-for-yank-1): Remove font-lock-face handling.
6561 (yank-handle-font-lock-face-property)
6562 (yank-handle-category-property): New function.
6563
6564 2012-08-17 Glenn Morris <rgm@gnu.org>
6565
6566 * mail/rmailout.el (rmail-output-read-file-name):
6567 Check rmail-output-file-alist against the full message body
6568 in the correct rmail buffer. (Bug#12214)
6569
6570 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6571
6572 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6573 Eliminate superfluous prompt. (Bug#12203)
6574
6575 2012-08-17 Chong Yidong <cyd@gnu.org>
6576
6577 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6578 font spec, set the font directly (Bug#3228).
6579
6580 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6581
6582 * window.el (delete-window): Fix last fix.
6583
6584 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6585
6586 * window.el (window-valid-p): Move to window.c.
6587 (window-child, window-child-count, window-last-child)
6588 (window-normalize-window, window-combined-p)
6589 (window-combinations, window-atom-root, window-min-size)
6590 (window-sizable, window-sizable-p, window-size-fixed-p)
6591 (window-min-delta, window-max-delta, window--resizable)
6592 (window--resizable-p, window-resizable, window-total-size)
6593 (window-full-height-p, window-full-width-p, window-body-size)
6594 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6595 (minimize-window, window-deletable-p, delete-window)
6596 (delete-other-windows, set-window-buffer-start-and-point)
6597 (next-buffer, previous-buffer, split-window, balance-windows-2)
6598 (set-window-text-height, window-buffer-height)
6599 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6600 (truncated-partial-width-window-p): Minor code adjustments.
6601 In doc-strings state whether the argument window has to denote a
6602 live, valid or any window.
6603
6604 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6605
6606 * progmodes/subword.el (subword-forward-function)
6607 (subword-backward-function, subword-forward-regexp)
6608 (subword-backward-regexp): New variables.
6609 (subword-forward, subword-forward-internal, subword-backward-internal):
6610 Use new variables, eg so that different "word" definitions
6611 can be easily used. (Bug#11411)
6612
6613 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6616 for composite selectors.
6617 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6618 operation just because we can't find a previous revision.
6619
6620 2012-08-15 Chong Yidong <cyd@gnu.org>
6621
6622 * frame.el (set-frame-font): Accept font objects.
6623
6624 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6627
6628 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6629
6630 * man.el (Man-overstrike-face, Man-underline-face)
6631 (Man-reverse-face): Remove variables.
6632 (Man-overstrike, Man-underline, Man-reverse): New faces.
6633 (Man-fontify-manpage): Use them instead of the variables.
6634 (Man-cleanup-manpage): Comment change.
6635 (Man-ansi-color-map): New variable.
6636 (Man-fontify-manpage): Use it.
6637 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6638
6639 Implement ANSI SGR parameters 22-27 (bug#12146).
6640 * ansi-color.el (ansi-colors): Doc fix.
6641 (ansi-color-context, ansi-color-context-region): Doc fix.
6642 (ansi-color--find-face): New function.
6643 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6644 Rename the local variable `face' to `codes' since it is now a list of
6645 ansi codes. Doc fix.
6646 (ansi-color-get-face): Remove.
6647 (ansi-color-parse-sequence): New function, derived from
6648 ansi-color-get-face.
6649 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6650 codes 22-27.
6651
6652 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * subr.el (read-passwd): Allow use from a minibuffer.
6655
6656 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6657
6658 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6659 inside comments and strings as identifiers.
6660
6661 * progmodes/gud.el (gud-tooltip-print-command): Quote the
6662 expression to evaluate. This allows to evaluate expressions with
6663 embedded whitespace.
6664 (gud-tooltip-tips): Add a blank before the newline in the
6665 message-box text, for the benefit of message-box emulation on
6666 MS-Windows.
6667
6668 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6669 messages from GDB, pop them up in a tooltip to give feedback to
6670 user.
6671 (gdb-tooltip-print-1): Quote the expression to evaluate.
6672 This allows to evaluate expressions with embedded whitespace.
6673 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6674 if the TTY name is nil or empty (which happens when communicating
6675 with the inferior via pipes, e.g. on MS-Windows).
6676 (gdb-internals): If GDB sends a "&\n" empty debugging message,
6677 don't send that to the GUD buffer.
6678
6679 2012-08-14 Glenn Morris <rgm@gnu.org>
6680
6681 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6682 Optimize away setq-default with no args, as for setq. (Bug#12195)
6683
6684 2012-08-14 Chong Yidong <cyd@gnu.org>
6685
6686 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6687
6688 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6689 (Bug#12085).
6690
6691 2012-08-14 Glenn Morris <rgm@gnu.org>
6692
6693 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6694
6695 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
6696
6697 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6698 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6699 Use cached shell name.
6700
6701 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6702
6703 * progmodes/python.el (python-shell-send-string):
6704 (python-shell-send-setup-code): Do not use `format' with `message'.
6705
6706 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
6707
6708 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6709 (ruby-percent-literal-beg-re): New constant.
6710 (ruby-syntax-general-delimiters-goto-beg): Rename to
6711 `ruby-syntax-enclosing-percent-literal', improve literal type check.
6712 (ruby-syntax-propertize-general-delimiters): Rename to
6713 `ruby-syntax-propertize-percent-literal', it's a shorter and more
6714 popular term. Adjust comments everywhere.
6715 (ruby-syntax-propertize-percent-literal): Only propertize when not
6716 inside a simple string or comment. When the literal is unclosed,
6717 leave the text after it unpropertized.
6718 (ruby-syntax-methods-before-regexp): New constant.
6719 (ruby-syntax-propertize-function): Use it to recognize regexps.
6720 Don't look at the text after regexp, just use the whitelist.
6721
6722 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6723
6724 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6725 non-nil always load the compiled file if it exists. (Bug#12197)
6726
6727 2012-08-14 Chong Yidong <cyd@gnu.org>
6728
6729 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6730 (hi-lock-set-pattern): When deciding whether to use font lock or
6731 overlays, look at font-lock-mode instead of font-lock-fontified
6732 (Bug#12168).
6733 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6734 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6735
6736 2012-08-14 Daiki Ueno <ueno@unixuser.org>
6737
6738 * subr.el (internal--after-with-selected-window): Fix typo
6739 (Bug#12193).
6740
6741 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6742
6743 Use `completion-table-dynamic' for completion functions.
6744 * progmodes/python.el
6745 (python-shell-completion--do-completion-at-point)
6746 (python-shell-completion--get-completions):
6747 Remove functions.
6748 (python-shell-completion-complete-at-point): New function.
6749 (python-completion-complete-at-point): Use it.
6750
6751 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
6752
6753 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6754 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6755
6756 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6757
6758 * subr.el (function-get): Refine `autoload' arg so it can also
6759 autoload functions for gv.el (bug#12191).
6760 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6761 autoloads macros.
6762
6763 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6764 Prefer pcase-let over destructuring-bind.
6765 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6766 Also, remove whitespace as we go, rather than after accumulating the
6767 various places.
6768
6769 * subr.el (internal--before-with-selected-window)
6770 (internal--after-with-selected-window): Fix typo seleted->selected.
6771 (with-selected-window): Adjust callers.
6772 Reported by Dmitry Gutov <dgutov@yandex.ru>.
6773
6774 2012-08-13 Bastien Guerry <bzg@gnu.org>
6775
6776 * window.el (special-display-popup-frame): Minor docstring
6777 enhancement. (Bug#12172)
6778
6779 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
6780
6781 * tar-mode.el (tar-header-data-end): Only ignore size for files of
6782 type 1-6.
6783 (tar-header-block-summarize, tar-get-descriptor): Handle pax
6784 extended headers.
6785
6786 * files.el (hack-local-variables-filter): Remove useless eval.
6787
6788 2012-08-13 Martin Rudalics <rudalics@gmx.at>
6789
6790 * subr.el (with-selected-window): Fix last change.
6791
6792 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * subr.el (internal--before-with-seleted-window)
6795 (internal--after-with-seleted-window): New functions.
6796 (with-selected-window): Use them, to replace dependency on
6797 tty-top-frame.
6798
6799 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
6800
6801 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6802 binding for `newline'.
6803 (ruby-move-to-block): When moving backward, stop at block opening,
6804 not indentation.
6805 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6806 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6807 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6808 `ruby-toggle-block'.
6809
6810 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * ibuffer.el (ibuffer-do-toggle-read-only):
6813 * dired.el (dired-toggle-read-only):
6814 * buff-menu.el (Buffer-menu-toggle-read-only):
6815 * bindings.el (mode-line-toggle-read-only):
6816 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6817
6818 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
6819
6820 * descr-text.el (describe-char): Put the overlays over the
6821 "displayed as" character.
6822
6823 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
6824
6825 * calc/calc-units.el (math-default-units-table): Give an
6826 initial value.
6827 (math-put-default-units): Add options to put composite units and
6828 unit systems in the default units table.
6829 (calc-convert-units): Send composite units to
6830 `math-put-default-units' when appropriate.
6831
6832 2012-08-11 Glenn Morris <rgm@gnu.org>
6833
6834 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6835
6836 * tutorial.el (help-with-tutorial):
6837 * emacs-lisp/copyright.el (copyright-update-directory):
6838 * emacs-lisp/autoload.el (autoload-find-generated-file)
6839 (autoload-find-file): Disable local eval: (for insurance).
6840
6841 * files.el (hack-local-variables-filter): If an eval: form is not
6842 known to be safe, and enable-local-variables is :safe, then ignore
6843 the form totally, as is done for non-eval forms. (Bug#12155)
6844 This is CVE-2012-3479.
6845
6846 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6849 (rx-form): Simplify.
6850
6851 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
6852
6853 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6854 ?, _, and : are symbol constituents, ! is not (but kinda should be).
6855 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6856 (ruby-syntax-propertize-function): Adjust for changes in
6857 `ruby-syntax-propertize-heredoc'.
6858
6859 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
6860
6861 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6862 binding (use `M-;' instead).
6863 (ruby-singleton-class-p): New function.
6864 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
6865
6866 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6869
6870 2012-08-10 Chong Yidong <cyd@gnu.org>
6871
6872 * progmodes/python.el (python-shell-get-process-name): Don't mess
6873 with same-window-buffer-names.
6874
6875 * eshell/eshell.el (eshell-add-to-window-buffer-names)
6876 (eshell-remove-from-window-buffer-names): Make obsolete.
6877 (eshell-buffer-name, eshell-unload-hook): Don't use them.
6878 (eshell): Just use pop-to-buffer-same-window instead.
6879
6880 2012-08-10 Chong Yidong <cyd@gnu.org>
6881
6882 * bindings.el: Bind M-= back to count-words-region.
6883
6884 * simple.el (count-words-region): Accept a prefix arg for acting
6885 on the entire buffer.
6886 (count-words--buffer-message): New helper function.
6887
6888 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6891 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6892 (event-start, event-end): Use posn-at-point to return a more
6893 informative posn.
6894 (posnp): New function.
6895 * mouse.el (popup-menu-normalize-position): Use it.
6896
6897 2012-08-10 Masatake YAMATO <yamato@redhat.com>
6898
6899 * mouse.el (popup-menu-normalize-position): New function.
6900 (popup-menu): Use `popup-menu-normalize-position' to normalize
6901 the form for POSITION argument.
6902
6903 * term/x-win.el (x-menu-bar-open):
6904 Use the value returend from (posn-at-point) as position
6905 passed to `popup-menu'.
6906
6907 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6908
6909 * calc/calccomp.el (math-compose-expr): Add extra argument
6910 indicating that parentheses should be put around products in
6911 denominators. Give multiplication precedence over division during
6912 composition.
6913
6914 2012-08-09 Chong Yidong <cyd@gnu.org>
6915
6916 * man.el (Man-switches, Man-sed-command, Man-awk-command)
6917 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6918 (Man-untabify-command, manual-program): Convert to defcustom
6919 (Bug#10429).
6920
6921 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6922
6923 * descr-text.el (describe-char): Don't insert extra newlines
6924 (Bug#10127).
6925
6926 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
6927 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
6928
6929 * align.el (align-region): Delete temporary markers (Bug#10047).
6930 Plus some code cleanups.
6931
6932 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6933
6934 * progmodes/python.el (python-pdbtrack-tracked-buffer)
6935 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
6936 (python-shell-internal-last-output): Use make-local-variable
6937 instead of make-variable-buffer-local.
6938
6939 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6940
6941 * progmodes/python.el: Enhancements to forward-sexp.
6942 (python-nav-forward-sexp): Rename from
6943 python-nav-forward-sexp-function.
6944 (python-nav--forward-sexp, python-nav--backward-sexp):
6945 New functions.
6946
6947 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6948
6949 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
6950 modes and simplification modes.
6951
6952 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * delsel.el (delete-selection-pre-hook): Don't propagate the
6955 file-supersession signals (bug#12161).
6956
6957 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
6960 (cl-map-extents): Add compatibility aliases (bug#12135).
6961
6962 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
6963
6964 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
6965 tests by `ignore-error'.
6966 (tramp-find-shell): Open also a new shell, when cache is already
6967 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
6968
6969 2012-08-08 Juri Linkov <juri@jurta.org>
6970
6971 * bookmark.el: Add `defaults' property to the bookmark record.
6972 (bookmark-current-buffer): Doc fix.
6973 (bookmark-make-record): Add `defaults' property with default values
6974 to the bookmark record.
6975 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
6976 with `bookmark-insert-current-bookmark'.
6977 (bookmark-set): Get `defaults' property from the bookmark record
6978 and use it in `read-from-minibuffer'.
6979 (bookmark-insert-current-bookmark): Remove function.
6980
6981 * info.el (Info-bookmark-make-record): Add `defaults' property
6982 with values of canonical Info node name, the current Info file
6983 name and the current Info node name. (Bug#12107)
6984
6985 2012-08-08 Juri Linkov <juri@jurta.org>
6986
6987 * files.el (basic-save-buffer): Use `buffer-name' as the default
6988 of `read-file-name' when buffer is not visiting a file (bug#12128).
6989
6990 2012-08-08 Juri Linkov <juri@jurta.org>
6991
6992 * info.el (Info-isearch-search): Doc fix.
6993 (Info-search): Change search-failed message from "initial node" to
6994 "end of node" (bug#12078).
6995 (Info-isearch-search): Change `isearch-string-state' to
6996 `isearch--state-string'.
6997
6998 2012-08-08 Glenn Morris <rgm@gnu.org>
6999
7000 * language/persian.el: Remove file.
7001 * language/misc-lang.el: Move unique part of persian.el here.
7002 * loadup.el: Remove language/persian.
7003
7004 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7005
7006 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7007
7008 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7009
7010 * progmodes/python.el: Fix defsubst warning.
7011 (python-syntax-context) Rename from python-info-ppss-context.
7012 (python-syntax-context-type): Rename from
7013 python-info-ppss-context-type.
7014 (python-syntax-comment-or-string-p): Rename from
7015 python-info-ppss-comment-or-string-p.
7016
7017 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7018
7019 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7020
7021 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7022
7023 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7024 a defcustom that is quoted with backquote.
7025
7026 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7027 Fix handling of interactive spec when the body uses return.
7028 (math-do-arg-check, math-define-function-body): Use backquote forms.
7029 * calc/calc-ext.el (math-defcache): Likewise.
7030 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7031 * allout.el (allout-new-exposure): Likewise.
7032 * calc/calcalg2.el (math-tracing-integral): Likewise.
7033 * info.el (Info-last-menu-item): Likewise.
7034 * emulation/vip.el (vip-loop): Likewise.
7035 * textmodes/artist.el (artist-funcall): Likewise.
7036 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7037 Construct menu-item directly.
7038
7039 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7040 Don't declare.
7041
7042 2012-08-07 Chong Yidong <cyd@gnu.org>
7043
7044 * simple.el (deactivate-mark): Preserve text properties when
7045 saving the primary selection (Bug#8384).
7046
7047 2012-08-07 Kevin Ryde <user42@zip.com.au>
7048
7049 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7050 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7051 and continue processing (Bug#12110).
7052
7053 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7056 syntax-propertize-function (bug#10095).
7057
7058 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7059
7060 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7061 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7062 describe-function-1.
7063 (describe-function-1): Use them. Move compiler macro after sig.
7064 (help-fns--compiler-macro): Use function-get. Assume we're already in
7065 standard-output. Adjust layout to new call order.
7066
7067 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7068 re-binding a symbol that has a symbol-macro (bug#12119).
7069
7070 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7071
7072 * language/persian.el: New file. (Bug#11812)
7073 * loadup.el: Add language/persian.el.
7074
7075 2012-08-06 Chong Yidong <cyd@gnu.org>
7076
7077 * window.el (window--maybe-raise-frame): New function.
7078 (window--display-buffer): Split off from here.
7079 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7080 (display-buffer-pop-up-window, display-buffer-use-some-window):
7081 Obey an inhibit-switch-frame action alist entry.
7082 (display-buffer): Update doc.
7083
7084 * replace.el (occur-after-change-function): Avoid losing focus by
7085 using the inhibit-switch-frame display parameter (Bug#12139).
7086
7087 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7088
7089 Make internal shell process buffer names start with space.
7090 * progmodes/python.el (python-shell-make-comint): Add optional
7091 argument INTERNAL.
7092 (run-python-internal): Use it.
7093 (python-shell-internal-get-or-create-process): Check for new
7094 internal buffer names.
7095
7096 2012-08-06 Glenn Morris <rgm@gnu.org>
7097
7098 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7099 Do less getting and setting of environment variables.
7100
7101 2012-08-05 Chong Yidong <cyd@gnu.org>
7102
7103 * proced.el (proced): Add substitution string to docstring to
7104 trigger autoloading of the proced library on C-h f (Bug#1768).
7105
7106 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7107 Don't show defvars which have no second argument (Bug#8638).
7108
7109 * imenu.el (imenu-generic-expression): Move documentation here
7110 from imenu--generic-function.
7111 (imenu--generic-function): Refer to imenu-generic-expression.
7112
7113 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7114
7115 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7116 indentation declaration.
7117 (viper-loop): Add indentation declaration (Bug#7025).
7118
7119 2012-08-05 Chong Yidong <cyd@gnu.org>
7120
7121 * help-fns.el (describe-variable): Add hyperlink for
7122 directory-local variables files. Improve buffer-local and
7123 permanent-local reporting; suggested by MON KEY (Bug#6644).
7124
7125 * help-mode.el (help-dir-local-var-def): New button type.
7126
7127 * files.el (kill-buffer-hook): Provide a defvar.
7128
7129 2012-08-05 Glenn Morris <rgm@gnu.org>
7130
7131 * eshell/esh-ext.el (eshell/addpath):
7132 Also update eshell-path-env. (Bug#12013)
7133
7134 2012-08-05 Chong Yidong <cyd@gnu.org>
7135
7136 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7137
7138 * fringe.el (fringe-styles): Add docstring.
7139 (fringe--check-mode): New function.
7140 (set-fringe-mode, set-fringe-style): Use it.
7141 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7142
7143 * files.el (set-auto-mode): Fix invalid setq call.
7144
7145 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * isearch.el: Misc simplification; use defstruct.
7148 (isearch-mode-map): Dense maps now work like sparse ones.
7149 (isearch--state): New defstruct.
7150 (isearch-string-state, isearch-message-state, isearch-point-state)
7151 (isearch-success-state, isearch-forward-state)
7152 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7153 (isearch-wrapped-state, isearch-barrier-state)
7154 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7155 replaced by defstruct's accessors.
7156 (isearch--set-state): Rename from isearch-top-state and change
7157 calling convention.
7158 (isearch-push-state): Use new isearch--get-state.
7159 (isearch-toggle-word): Disable regexp when enabling word.
7160 (isearch-message-prefix): Remove unused arg _c-q-hack.
7161 (isearch-message-suffix): Remove unused arg _ellipsis.
7162
7163 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7164
7165 * simple.el (list-processes--refresh): For a server use :host or
7166 :local as the address.
7167 (list-processes): Doc fix.
7168
7169 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7170
7171 * lisp/mpc.el: Support password in host argument.
7172 (mpc--proc-connect): Parse and use new password element.
7173 Set mpc-proc variable instead of returning process.
7174 (mpc-proc): Adjust accordingly.
7175
7176 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7177
7178 * whitespace.el (whitespace-display-mappings): Use Unicode
7179 codepoints, instead of emacs-mule codepoints. See
7180 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7181 for the details.
7182
7183 * files.el (file-truename): Don't skip symlink-chasing part on
7184 windows-nt. Incorporate the resolution of 8+3 short aliases on
7185 Windows into the loop that recursively chases symlinks.
7186 Compare directory and its parent case-insensitively on MS-Windows and
7187 MS-DOS.
7188
7189 2012-08-03 Chong Yidong <cyd@gnu.org>
7190
7191 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7192
7193 * sort.el (sort-regexp-fields): Doc fix.
7194
7195 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7196
7197 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7198 labels regex position point at the expected place.
7199
7200 2012-08-03 MON KEY <monkey@sandpframing.com>
7201
7202 * net/imap.el (imap-interactive-login, imap-authenticate)
7203 (imap-mailbox-lsub, imap-mailbox-list)
7204 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7205 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7206 (imap-parse-response): Doc fix.
7207
7208 2012-08-03 João Távora <joaotavora@gmail.com>
7209
7210 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7211 if sexp scanning does not move point (Bug#5734).
7212
7213 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7214
7215 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7216 Add listings, minted, and ctable packages.
7217 (reftex-label-alist-builtin): Move listings, minted, and ctable
7218 entries before LaTeX.
7219 (reftex-label-alist): Docfix.
7220
7221 2012-08-02 Bastien Guerry <bzg@gnu.org>
7222
7223 * replace.el (occur): Fix docstring (bug#12122).
7224
7225 2012-08-02 Glenn Morris <rgm@gnu.org>
7226
7227 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7228
7229 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7230
7231 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7232 * international/mule-cmds.el: Create
7233 inactivate-current-input-method-function as an obsolete alias for
7234 deactivate-current-input-method-function. See Katsumi Yamaoka in
7235 <http://bugs.gnu.org/10150#46>.
7236
7237 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7238
7239 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7240 of nested `if's.
7241
7242 2012-08-01 Glenn Morris <rgm@gnu.org>
7243
7244 * progmodes/autoconf.el (autoconf-definition-regexp):
7245 Add AH_TEMPLATE, adjust submatch numbering.
7246 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7247 (autoconf-current-defun-function): Update for above change.
7248 (autoconf-current-defun-function): First skip to end of current word.
7249
7250 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7251
7252 * calendar/cal-html.el (cal-html-insert-agenda-days):
7253 Fix typo. (Bug#12018)
7254
7255 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7256
7257 Shell processes: enhancements to startup and CEDET compatibility.
7258 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7259 (python-shell-make-comint): accept-process-output at startup.
7260 (run-python-internal): Set inferior-python-mode-hook to nil.
7261 (python-shell-internal-get-or-create-process): call sit-for.
7262 (python-preoutput-result): Add obsolete alias.
7263 (python-shell-internal-send-string): Use it.
7264 (python-shell-send-setup-code): Remove call to
7265 accept-process-output.
7266
7267 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7268
7269 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7270 (Bug#12108)
7271
7272 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7273
7274 * calc-mode.el (calc-basic-simplification-mode): Rename from
7275 `calc-limited-simplification-mode'.
7276 (calc-alg-simplification-mode): New function.
7277 (calc-set-simplify-mode): Adjust message.
7278
7279 * calc.el (calc-set-mode-line): Adjust mode line display for
7280 basic simplification mode.
7281
7282 * calc-help.el (calc-m-prefix-help): Update help message.
7283
7284 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7285 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7286
7287 2012-07-31 Bastien Guerry <bzg@gnu.org>
7288
7289 * man.el (man): Fix comment. (bug#12101)
7290
7291 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7292
7293 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7294 Don't return a non-nil value when no suitable buffer was found.
7295
7296 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7297
7298 * progmodes/python.el (run-python-internal): Disable font lock for
7299 internal shells.
7300
7301 2012-07-30 Stefan Merten <smerten@oekonux.de>
7302
7303 * textmodes/rst.el: Silence `checkdoc-ispell'.
7304 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7305 (rst-official-version, rst-official-cvs-rev)
7306 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7307 (rst-mode-map): New key binding.
7308
7309 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7310
7311 Update .PHONY listings in makefiles.
7312 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7313 autoloads, update-subdirs, updates, bzr-update, update-authors,
7314 compile-onefile, compile-calc, backup-compiled-files,
7315 compile-after-backup, compile-one-process, mh-autoloads,
7316 bootstrap-clean, distclean, maintainer-clean.
7317
7318 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7319
7320 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7321 (calc-set-mode-line): Don't display "AlgSimp ".
7322
7323 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7324 (calc-lim-simplify-mode): New function.
7325 (calc-set-simplify-mode): Default to 'alg.
7326 (calc-default-simplify-mode): Make algebraic simplifications
7327 the default.
7328
7329 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7330 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7331
7332 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7333 indicate new simplification modes.
7334
7335 * calc/README: Mention new default simplification mode.
7336
7337 * calc/calc.el (math-normalize-error): New variable.
7338 (math-normalize): Set `math-normalize-error' to t
7339 when there's an error.
7340
7341 * calc/calc-alg.el (math-simplify): Don't simplify when
7342 `math-normalize' returns an error.
7343
7344 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7345
7346 * international/mule-cmds.el (set-locale-environment): Revert last
7347 change, since display-graphic-p returns nil when this function is
7348 called during startup. Instead...
7349
7350 * term/w32console.el (terminal-init-w32console): ...setup the
7351 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7352
7353 2012-07-29 Juri Linkov <juri@jurta.org>
7354
7355 * simple.el (goto-line): Don't display default line number in the
7356 prompt because it should be displayed by `read-number' (bug#9952).
7357 Add the current line number to the defaults of `goto-line' to
7358 allow its easier modification by users with `M-n' (bug#9201).
7359
7360 * subr.el (read-number): Support multiple default values like in
7361 other minibuffer reading functions. Replace `read' with
7362 `string-to-number' for consistency with `number-to-string'.
7363
7364 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7365
7366 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7367 * emulation/viper-init.el (viper-deactivate-input-method-action):
7368 Rename from viper-inactivate-input-method-action.
7369 (viper-deactivate-input-method):
7370 Rename from viper-inactivate-input-method.
7371 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7372 * international/mule-cmds.el (deactivate-input-method):
7373 Rename from inactivate-input-method.
7374 Also run input-method-deactivate-hook.
7375 (deactivate-current-input-method-function):
7376 Rename from inactivate-current-input-method-function.
7377 (input-method-deactivate-hook): New hook.
7378 (input-method-inactivate-hook): Mark obsolete.
7379 (inactivate-input-method): Mark obsolete.
7380
7381 * international/quail.el (quail-activate):
7382 Also run quail-deactivate-hook.
7383 (quail-deactivate): Rename from quail-inactivate.
7384 * international/robin.el (robin-activate):
7385 Also run robin-deactivate-hook.
7386 (robin-deactivate): Rename from robin-inactivate.
7387
7388 2012-07-29 Chong Yidong <cyd@gnu.org>
7389
7390 * simple.el (indicate-copied-region): New function.
7391 (kill-ring-save): Split off from here.
7392
7393 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7394 (kill-rectangle): Set deactivate-mark to t on read-only error.
7395
7396 * register.el (copy-to-register, copy-rectangle-to-register):
7397 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7398 (append-to-register, prepend-to-register): Call indicate-copied-region.
7399
7400 2012-07-29 Juri Linkov <juri@jurta.org>
7401
7402 * simple.el (async-shell-command-buffer): New defcustom.
7403 (shell-command): Use it. (Bug#4719)
7404
7405 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7406
7407 * international/mule-cmds.el (set-locale-environment): In a
7408 console session on MS-Windows, set up keyboard and terminal
7409 encoding from the OEM codepage, not the ANSI codepage.
7410 (Bug#12055)
7411
7412 2012-07-28 Chong Yidong <cyd@gnu.org>
7413
7414 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7415 gdb-get-location.
7416
7417 2012-07-28 Leo Liu <sdl.web@gmail.com>
7418
7419 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7420 the alist (bug#12029).
7421
7422 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7423
7424 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7425 (compile-always, compile-first)
7426 ($(lisp)/calendar/cal-loaddefs.el)
7427 ($(lisp)/calendar/diary-loaddefs.el)
7428 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7429 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7430 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7431 instead of on update-subdirs.
7432 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7433
7434 2012-07-28 Chong Yidong <cyd@gnu.org>
7435
7436 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7437 directory if vc-deduce-backend returns nil (Bug#7350).
7438
7439 * simple.el (delete-trailing-lines): New option.
7440 (delete-trailing-whitespace): Obey it (Bug#11879).
7441
7442 2012-07-28 David Engster <deng@randomsample.de>
7443
7444 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7445 Explanation of new 'symbol-qnames feature in doc-strings.
7446 (xml-maybe-do-ns): Return expanded names as plain symbols if
7447 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7448 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7449
7450 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7451
7452 Consistent completion in inferior python with emacs -nw.
7453 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7454 binding in inferior-python-mode-map with "\t".
7455 (python-shell-completion-complete-at-point)
7456 (python-completion-complete-at-point): Remove interactive spec.
7457
7458 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7459
7460 * calc/calccomp.el (math-compose-expr): Undo previous change.
7461
7462 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7463
7464 * progmodes/python.el (python-mode-map): Add keybinding for
7465 run-python.
7466 (python-shell-make-comint): Fix pop-to-buffer call.
7467 (run-python): Autoload. New arg SHOW.
7468 (python-shell-get-or-create-process): Do not pop python process
7469 buffer.
7470
7471 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7472
7473 * notifications.el (notifications-on-action-signal)
7474 (notifications-on-closed-signal): Use also the bus address for the map.
7475 (notifications-notify, notifications-close-notification)
7476 (notifications-get-capabilities): Add optional argument BUS.
7477
7478 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7479
7480 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7481 Add support for the lstlisting and minted environments, and for the
7482 ctable macro.
7483 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7484 labels written in keyvals syntax.
7485
7486 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7487
7488 * calc/calccomp.el (math-compose-expr): Use parentheses when
7489 there is a product in the denominator of a fraction.
7490
7491 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7492
7493 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7494 ($(lisp)/calendar/diary-loaddefs.el)
7495 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7496 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7497 Fixes failures in parallel bootstrap because subdirs.el is being
7498 rewritten while the autoload files are built at the same time,
7499 which needs to load subdirs.el.
7500
7501 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7502
7503 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7504 (mouse-drag-line): Don't exit tracking when a switch-frame or
7505 switch-window event occurs (Bug#12006).
7506
7507 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * mouse.el (popup-menu): Fix last change.
7510
7511 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 Autoload from Lisp with more care. Follow aliases when looking for
7514 function properties.
7515 * subr.el (autoloadp): New function.
7516 (symbol-file): Use it.
7517 (function-get): New function.
7518 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7519 autoload-do-load.
7520 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7521 (lisp-indent-function):
7522 * emacs-lisp/gv.el (gv-get):
7523 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7524 * emacs-lisp/byte-opt.el (byte-optimize-form):
7525 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7526 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7527 Use function-get.
7528 * emacs-lisp/cl.el: Don't propagate function properties any more.
7529
7530 * speedbar.el (speedbar-add-localized-speedbar-support):
7531 * emacs-lisp/disass.el (disassemble-internal):
7532 * desktop.el (desktop-load-file):
7533 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7534 (describe-function-1):
7535 * emacs-lisp/find-func.el (find-function-noselect):
7536 * emacs-lisp/elp.el (elp-instrument-function):
7537 * emacs-lisp/advice.el (ad-has-proper-definition):
7538 * apropos.el (apropos-safe-documentation, apropos-macrop):
7539 * emacs-lisp/debug.el (debug-on-entry):
7540 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7541 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7542 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7543
7544 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7545
7546 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7547 function, not an obsolete variable (Bug#12046).
7548
7549 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7550
7551 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7552
7553 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7554
7555 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7556 window only if it is still live (Bug#12034).
7557
7558 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7559
7560 * subr.el (redirect-frame-focus): Add advertised calling
7561 convention (Bug#12030).
7562
7563 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7564
7565 Prefer typical American spelling for "acknowledgment".
7566 * vc/add-log.el (change-log-acknowledgment): Rename from
7567 change-log-acknowledgement, with an alias for the old name.
7568
7569 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7570
7571 * calc-alg.el (math-simplify-divide): Don't cross multiply
7572 in an equation when the lhs is a variable.
7573
7574 2012-07-24 Julien Danjou <julien@danjou.info>
7575
7576 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7577 Remove, unused.
7578
7579 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7580
7581 * startup.el (command-line): Don't display an empty user name in
7582 the error message about non-existent home directory, when
7583 init-file-user was set to an empty string. See
7584 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7585 for the details and context.
7586
7587 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7588
7589 * ses.el (ses-cell-formula-aset): New macro.
7590 (ses-cell-references-aset): New macro.
7591 (ses-cell-p): New function.
7592 (ses-rename-cell): Do no longer rely on complex operations like
7593 ses-cell-set-formula or ses-set-cell to change the cell and handle
7594 the undo at the same time, but rather use lower level new macros
7595 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7596 the undo directly. Refresh the mode line.
7597
7598 2012-07-21 Leo Liu <sdl.web@gmail.com>
7599
7600 * progmodes/cc-cmds.el (c-defun-name):
7601 Use match-string-no-properties instead for consistency.
7602
7603 2012-07-20 Leo Liu <sdl.web@gmail.com>
7604
7605 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7606 (Bug#7879)
7607
7608 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7609
7610 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7613 * progmodes/bug-reference.el, misearch.el: Provide themselves
7614 (bug#11915).
7615
7616 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7617 of narrowed buffer (bug#11966).
7618
7619 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7620
7621 * ses.el (ses-rename-cell): Set new name also in reference list of
7622 cells of which the renamed cell depends.
7623
7624 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7625
7626 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7627 to check whether menu-bar is shown or not. If not shown,
7628 show the menu-bar as a popup menu instead of using tmm.
7629 * mouse.el (popup-menu): Accept `point' as `position' argument.
7630
7631 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7632
7633 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7634 up inside string symbol literal (bug#11923).
7635
7636 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7637
7638 * startup.el (fancy-startup-text): Read the whole tutorial, not
7639 just its first 256 bytes. Prevents gibberish in display of the
7640 tutorial title.
7641
7642 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7643
7644 Drop idle buffer compaction due to an absence of the
7645 proved efficiency.
7646 * compact.el: Remove.
7647
7648 2012-07-19 Sam Steingold <sds@gnu.org>
7649
7650 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7651 vc-bzr-pull & vc-bzr-merge-branch.
7652 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7653 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7654 for consistency with compilation-error-regexp-alist.
7655 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7656 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7657 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7658 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7659
7660 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * emacs-lisp/chart.el: Use lexical-binding.
7663 (chart-emacs-storage): Don't hardcode the list of entries.
7664
7665 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7666
7667 Next round of tweaks caused by Fgarbage_collect changes.
7668 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7669
7670 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7671
7672 Compact buffers when idle.
7673 * compact.el: New file.
7674
7675 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * subr.el (eventp): Presume that if it looks vaguely like an event,
7678 it's an event (bug#10190).
7679
7680 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
7681
7682 Enhancements to ppss related code (thanks Stefan).
7683 * progmodes/python.el (python-indent-context)
7684 (python-indent-calculate-indentation, python-indent-dedent-line)
7685 (python-indent-electric-colon, python-nav-forward-block)
7686 (python-mode-abbrev-table)
7687 (python-info-assignment-continuation-line-p): Simplify checks
7688 for ppss context.
7689 (python-info-continuation-line-p): Cleanup.
7690 (python-info-ppss-context): Do not catch 'quote.
7691 (python-info-ppss-context-type)
7692 (python-info-ppss-comment-or-string-p): Simplify.
7693
7694 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
7695
7696 * progmodes/python.el: Enhancements to eldoc support.
7697 (python-info-current-symbol): New function.
7698 (python-eldoc-at-point): Use python-info-current-symbol.
7699 (python-info-current-defun): Fix cornercase on first defun scan.
7700 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7701 and signal error when no inferior python process is available.
7702
7703 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
7704
7705 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7706 assume it's always t.
7707 (vc-git-registered): Remove caching, the function is only called
7708 once.
7709 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7710
7711 2012-07-18 Chong Yidong <cyd@gnu.org>
7712
7713 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7714
7715 * simple.el (count-words): Report on narrowing (Bug#9959).
7716
7717 * bindings.el: Bind M-= to count-words.
7718
7719 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7720
7721 2012-07-18 Masatake YAMATO <yamato@redhat.com>
7722
7723 * progmodes/sh-script.el (sh-imenu-generic-expression):
7724 Capture a function with `function' keyword and without parentheses
7725 like "function FOO" (bug#11856).
7726
7727 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
7728
7729 * window.el (split-window-sensibly): Make WINDOW argument
7730 optional.
7731
7732 2012-07-18 Chong Yidong <cyd@gnu.org>
7733
7734 * subr.el (keyboard-translate): Doc fix (Bug#7261).
7735
7736 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7737 and make C-x 8 RET exit isearch (Bug#11439).
7738
7739 * international/iso-transl.el: Move isearch-mode-map key
7740 definitions to isearch.el.
7741
7742 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7745 (eieio-defclass): Use gv-define-setter when possible.
7746
7747 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7748
7749 Reflect recent changes in Fgarbage_collect.
7750 * emacs-lisp/chart.el (chart-emacs-storage): Change to
7751 reflect new format of data returned by Fgarbage_collect.
7752
7753 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7754
7755 New utility functions + python-info-ppss-context fix (Bug#11910).
7756 * progmodes/python.el (python-info-beginning-of-block-statement-p)
7757 (python-info-ppss-comment-or-string-p): New functions.
7758 (python-info-ppss-context): Small fix for string check.
7759
7760 2012-07-17 Juri Linkov <juri@jurta.org>
7761
7762 * dired-aux.el (dired-do-async-shell-command): Doc fix.
7763 (dired-do-async-shell-command): Don't add `*' at the end of the
7764 command (Bug#11815).
7765 (dired-do-shell-command): Doc fix.
7766 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7767 Join the individual commands using either "&" or ";" as the
7768 separator depending on the values of these trailing characters.
7769 At the end re-add the trailing "&". (Bug#10598)
7770
7771 * simple.el (async-shell-command): Sync the interactive spec with
7772 `shell-command'. Doc fix.
7773 (shell-command): Doc fix.
7774
7775 2012-07-17 Juri Linkov <juri@jurta.org>
7776
7777 * descr-text.el (describe-char): Fix format args. (Bug#10129)
7778
7779 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7780
7781 Final renames and doc fixes for movement commands (bug#11899).
7782 * progmodes/python.el (python-nav-beginning-of-statement):
7783 Rename from python-nav-statement-start.
7784 (python-nav-end-of-statement): Rename from
7785 python-nav-statement-end.
7786 (python-nav-beginning-of-block): Rename from
7787 python-nav-block-start.
7788 (python-nav-end-of-block): Rename from python-nav-block-end.
7789
7790 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7791
7792 * progmodes/python.el (python-shell-send-string-no-output):
7793 Allow accept-process-output to quit, keeping shell process ready for
7794 future interactions (Bug#11868).
7795
7796 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7799
7800 * emacs-lisp/elint.el (elint-find-args-in-code):
7801 Use help-function-arglist, so as to handle lexical byte-code.
7802
7803 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7804 change (bug#11826).
7805
7806 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7809 Avoid spuriously marking the buffer as modified because of c-is-sws.
7810
7811 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7812 as not-a-comment (bug#11946).
7813
7814 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7815 for uninterned vars.
7816
7817 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7818 Use read-event since we don't really want to read chars but bytes.
7819
7820 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7821 $$..$$ but also $..$ using regexps (bug#11953).
7822 Use tex-verbatim for \url and \path.
7823 (tex-font-lock-keywords): Define as defconst like the others.
7824 (tex-common-initialization): Don't use font-lock-syntax-table any more.
7825
7826 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
7827
7828 * international/mule-cmds.el (ucs-insert): Make it an obsolete
7829 alias for insert-char.
7830
7831 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7832
7833 * progmodes/python.el: Simplified imenu implementation.
7834 (python-nav-jump-to-defun): Remove command.
7835 (python-mode-map): Use `imenu' instead.
7836 (python-nav-list-defun-positions-cache)
7837 (python-imenu-include-defun-type, python-imenu-make-tree)
7838 (python-imenu-subtree-root-label, python-imenu-index-alist):
7839 Remove vars.
7840 (python-nav-list-defun-positions, python-nav-read-defun)
7841 (python-imenu-tree-assoc, python-imenu-make-element-tree)
7842 (python-imenu-make-tree, python-imenu-create-index):
7843 Remove functions.
7844 (python-mode): Update to interact with imenu by setting
7845 `imenu-extract-index-name-function' only.
7846
7847 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7848
7849 * progmodes/python.el: Enhancements to navigation commands.
7850 (python-nav-backward-sentence)
7851 (python-nav-forward-sentence): Remove.
7852 (python-nav-backward-statement, python-nav-forward-statement)
7853 (python-nav-statement-start, python-nav-statement-end)
7854 (python-nav-backward-block, python-nav-forward-block)
7855 (python-nav-block-start, python-nav-block-end)
7856 (python-nav-forward-sexp-function)
7857 (python-info-current-line-comment-p)
7858 (python-info-current-line-empty-p): New functions.
7859 (python-indent-context): Use `python-nav-statement-start'.
7860
7861 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
7862
7863 * eshell/em-ls.el (eshell/ls): Use `apply'.
7864
7865 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7866 multi-hops, instead of Tramp internals.
7867
7868 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7869
7870 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7871 when F1 and F2 are located on different hosts.
7872
7873 2012-07-14 Chong Yidong <cyd@gnu.org>
7874
7875 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7876 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7877 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7878 (xterm-mouse--read-event-sequence-1000)
7879 (xterm-mouse--read-event-sequence-1006): New functions. For old
7880 mouse protocol, handle M-mouse-X events correctly.
7881 (xterm-mouse-event): New arg specifying mouse protocol.
7882 (turn-on-xterm-mouse-tracking-on-terminal)
7883 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
7884 sequence to toggle extended coordinates on newer XTerms.
7885 This appears to be harmless on terminals which do not support this.
7886
7887 2012-07-14 Leo Liu <sdl.web@gmail.com>
7888
7889 Add fringe bitmap indicators for flymake. (Bug#11253)
7890 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7891 (flymake-make-overlay): New arg BITMAP.
7892 (flymake-error-bitmap, flymake-warning-bitmap)
7893 (flymake-fringe-indicator-position): New user variables.
7894
7895 * fringe.el: New bitmap exclamation-mark.
7896
7897 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
7898
7899 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7900 also (Bug#7879).
7901
7902 2012-07-14 Chong Yidong <cyd@gnu.org>
7903
7904 * electric.el (electric-pair-post-self-insert-function): Fix pair
7905 insertion in empty-region case (Bug#11520).
7906
7907 2012-07-14 Chong Yidong <cyd@gnu.org>
7908
7909 * bindings.el: Consolidate ctl-x-r-map bindings.
7910 Bind copy-rectangle-as-kill to C-x r w.
7911
7912 * rect.el, register.el: Move bindings to bindings.el.
7913
7914 2012-07-14 Reuben Thomas <rrt@sc3d.org>
7915
7916 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7917
7918 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
7919
7920 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
7921
7922 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
7923
7924 * bindings.el (top): Use `mapc' instead of `mapcar'.
7925
7926 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
7927
7928 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
7929
7930 * progmodes/sql.el (sql-comint): Suppress the check for program on
7931 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
7932 (Bug#11908)
7933
7934 2012-07-13 Chong Yidong <cyd@gnu.org>
7935
7936 * bindings.el: Assign a non-nil permanent-local property to
7937 per-buffer variables which lack a default value (Bug#11930).
7938
7939 * help-fns.el (describe-variable): In the "automatically becomes
7940 local" notice, take note of permanent-local variables.
7941
7942 2012-07-13 Chong Yidong <cyd@gnu.org>
7943
7944 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
7945 to allow printing the message when called from Lisp.
7946
7947 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7948 Remove toggle-read-only.
7949
7950 * bs.el (bs-toggle-readonly):
7951 * buff-menu.el (Buffer-menu-toggle-read-only):
7952 Remove with-no-warnings around toggle-read-only.
7953
7954 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
7955 Remove with-no-warnings around toggle-read-only.
7956 (ffap-read-only, ffap-read-only-other-window)
7957 (ffap-read-only-other-frame): Callers changed.
7958
7959 * help-mode.el: Don't require view package.
7960 (help-mode-finish): Set buffer-read-only instead of calling
7961 toggle-read-only.
7962
7963 * bindings.el (mode-line-toggle-read-only):
7964 * dired.el (dired-toggle-read-only):
7965 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
7966 with non-nil second arg.
7967
7968 * emacs-lisp/eieio-custom.el (eieio-customize-object):
7969 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
7970 directly.
7971
7972 2012-07-12 Eli Zaretskii <eliz@gnu.org>
7973
7974 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
7975 not incf.
7976
7977 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7978
7979 More CL cleanups and reduction of use of cl.el.
7980 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
7981 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
7982 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
7983 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
7984 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
7985 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
7986 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
7987 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
7988 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
7989 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
7990 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
7991 * eshell/em-cmpl.el, eshell/em-banner.el:
7992 * calendar/parse-time.el: Use cl-lib.
7993 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
7994 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
7995 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
7996 * term/ns-win.el, term.el, shell.el, ps-samp.el:
7997 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
7998 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
7999 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8000 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8001 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8002 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8003 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8004 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8005 `lambda' rather than with `quote'.
8006 (eshell-do-opt): Adjust accordingly.
8007 (eshell-process-option): Simplify.
8008 * eshell/esh-var.el:
8009 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8010 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8011 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8012 to `pcase--dontcare'.
8013 * emacs-lisp/cl.el (labels): Mark obsolete.
8014 (cl--letf, letf): Move to cl-lib.
8015 (cl--letf*, letf*): Remove.
8016 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8017 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8018 (cl-progv): Rewrite.
8019 (cl--letf, cl-letf): Move from cl.el.
8020 (cl-letf*): New macro.
8021 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8022
8023 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8024
8025 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8026
8027 2012-07-11 Chong Yidong <cyd@gnu.org>
8028
8029 * vc/log-edit.el (log-edit-vc-backend): New variable.
8030 (log-edit): Doc fix.
8031
8032 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8033 argument of log-edit to set up all local variables.
8034 (vc-start-logentry): New optional arg specifying VC backend.
8035
8036 * vc/vc.el (vc-checkin): Use it.
8037 (vc-deduce-fileset): Handle Log Edit buffers.
8038 (vc-diff): Make first argument optional too.
8039
8040 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8041
8042 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8043
8044 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8045 command, just in case. The function is not needed anymore.
8046 (eshell-external-command): Do not call `eshell-remote-command'.
8047
8048 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 Reduce use of (require 'cl).
8051 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8052 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8053 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8054 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8055 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8056 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8057 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8058 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8059 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8060 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8061 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8062 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8063 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8064 (byte-compile-unfold-bcf, byte-compile-check-variable):
8065 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8066 (byte-compile-nilconstp):
8067 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8068 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8069
8070 * emacs-lisp/gv.el (cond): Make it a valid place.
8071 (if): Simplify slightly.
8072
8073 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8074 (pcase--self-quoting-p): New function.
8075 (pcase--u1): Use it.
8076
8077 2012-07-10 Glenn Morris <rgm@gnu.org>
8078
8079 * emacs-lisp/authors.el (authors-fixed-entries):
8080 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8081
8082 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8083
8084 Rename configure.in to configure.ac (Bug#11603).
8085 * emacs-lisp/authors.el (authors-canonical-file-name):
8086 * progmodes/autoconf.el (autoconf-mode):
8087 Prefer configure.ac to configure.in.
8088
8089 2012-07-08 Chong Yidong <cyd@gnu.org>
8090
8091 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8092 Implement the mouse-1-click-follows-link handling properly.
8093
8094 * info.el (Info-link-keymap): Use follow-link mechanism for
8095 header-line links (Bug#374).
8096
8097 * simple.el (deactivate-mark): Do not set the primary selection
8098 if another program has acquired it (Bug#11772).
8099
8100 2012-07-07 Kevin Ryde <user42@zip.com.au>
8101
8102 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8103 (woman-decode-region): Replace escaped-escapes without destroying
8104 bold or underline (Bug#11552).
8105 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8106
8107 2012-07-07 Chong Yidong <cyd@gnu.org>
8108
8109 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8110 (interprogram-cut-function, interprogram-paste-function):
8111 Mention that we typically mean the clipboard.
8112
8113 2012-07-06 Glenn Morris <rgm@gnu.org>
8114
8115 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8116
8117 * files.el (toggle-read-only): Restrict message to interactive use.
8118
8119 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8120
8121 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8122
8123 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8124
8125 2012-07-06 Glenn Morris <rgm@gnu.org>
8126
8127 * Makefile.in (compile-one-process): Rename from "recompile".
8128
8129 * Makefile.in (bzr-update): "compile" is the same as "recompile
8130 autoloads", but parallelizable, so use that instead.
8131
8132 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8133
8134 * window.el (quit-window): Always restore window height when
8135 it's saved in quit-restore parameter (Bug#11810).
8136
8137 2012-07-06 Glenn Morris <rgm@gnu.org>
8138
8139 * simple.el (kill-whole-line): Doc tweak.
8140
8141 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8142
8143 * files.el (file-relative-name): Compare file names
8144 case-insensitively if on MS-Windows or MS-DOS, or if
8145 read-file-name-completion-ignore-case is non-nil. Don't use
8146 case-fold-search for this purpose. (Bug#11827)
8147
8148 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8149
8150 * calendar/cal-dst.el (calendar-current-time-zone):
8151 Return calendar-current-time-zone-cache if non-nil.
8152
8153 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8154 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8155
8156 * calendar/cal-dst.el (calendar-current-time-zone):
8157 Return calendar-current-time-zone-cache if non-nil.
8158
8159 2012-07-06 Glenn Morris <rgm@gnu.org>
8160
8161 * Makefile.in (cvs-update): Remove old alias.
8162
8163 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8164
8165 Sync with Tramp 2.2.6-pre.
8166
8167 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8168 compatible declaration.
8169
8170 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8171 Protect `list-load-path-shadows' call.
8172
8173 * net/tramp-compat.el (top): Require packages, which aren't
8174 autoloaded anymore for XEmacs. Protect call of
8175 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8176 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8177 it hurts at least for SXEmacs.
8178 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8179 standard-value for `temporary-file-directory'.
8180
8181 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8182 Redirect stderr to /dev/null.
8183 (tramp-sh-handle-write-region): uid and gid can be floats.
8184 Reported by Russell Sim <russell.sim@gmail.com>.
8185 (tramp-sh-handle-vc-registered): Hide errors.
8186 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8187 and `start-file-process'.
8188 (tramp-maybe-open-connection): Check also whether `non-essential'
8189 is bound.
8190
8191 2012-07-04 Chong Yidong <cyd@gnu.org>
8192
8193 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8194 (xml-parse-tag): Likewise, and avoid changing entity tables.
8195 (xml-syntax-table): Define from scratch, making sure not to give
8196 x2000 and other Unicode spaces whitespace syntax, since those are
8197 not spaces in XML.
8198 (xml-parse-fragment): Delete unused function.
8199 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8200 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8201 (xml-entity-ref, xml-pe-reference-re)
8202 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8203 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8204 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8205 (xml-entity-value-re): Use syntax references in regexps where
8206 possible; no need to define inside a let-binding.
8207 (xml-parse-dtd): Use xml-pe-reference-re.
8208 (xml-entity-or-char-ref-re): New defconst.
8209 (xml-parse-string, xml-substitute-special): Use it.
8210
8211 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8214 (find-file--read-only): New function.
8215 (find-file-read-only, find-file-read-only-other-window)
8216 (find-file-read-only-other-frame): Use it.
8217 (insert-file-contents-literally): Don't `fset'.
8218 (get-free-disk-space): Use locate-dominating-file.
8219
8220 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8221 function is already compiled.
8222
8223 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8224
8225 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8226
8227 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8228 files on the same host.
8229
8230 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8231
8232 * help-fns.el (describe-function-1): Only call
8233 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8234
8235 2012-07-03 Chong Yidong <cyd@gnu.org>
8236
8237 * xml.el: Protect parser against XML bombs.
8238 (xml-entity-expansion-limit): New variable.
8239 (xml-parse-string, xml-substitute-special): Use it.
8240 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8241
8242 2012-07-03 Glenn Morris <rgm@gnu.org>
8243
8244 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8245 Allow linking to specific messages in debbugs reports (eg 123#5).
8246
8247 2012-07-02 Chong Yidong <cyd@gnu.org>
8248
8249 * xml.el: Fix entity and character reference expansion, allowing
8250 them to expand into markup as per XML spec.
8251 (xml-default-ns): New variable.
8252 (xml-entity-alist): Use XML spec definitions for lt and amp.
8253 (xml-parse-region): Make first two arguments optional.
8254 Discard text properties.
8255 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8256 All callers changed.
8257 (xml-parse-tag): Call xml-parse-tag-1. For backward
8258 compatibility, this function should not modify buffer contents.
8259 (xml-parse-tag-1): Fix opening-tag regexp.
8260 (xml-parse-string): Rewrite, handling entity and character
8261 references properly.
8262 (xml--entity-replacement-text): Signal an error if a parameter
8263 entity is undefined.
8264
8265 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8266
8267 * comint.el (comint-output-filter): Filter out repeated prompts.
8268
8269 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8270 and file-name-absolute-p.
8271 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8272 internal calls.
8273
8274 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8275
8276 Spelling fixes.
8277 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8278 Rename from byte-compile--refiy-function. All uses changed.
8279
8280 2012-07-01 Chong Yidong <cyd@gnu.org>
8281
8282 * xml.el (xml--parse-buffer): New function. Move most of
8283 xml-parse-region here.
8284 (xml-parse-region): Copy region into a temporary buffer, since
8285 parameter entity substitution requires changing buffer contents.
8286 Use xml--parse-buffer.
8287 (xml-parse-file): Use xml--parse-buffer.
8288 (xml-parse-dtd): Make parameter entity substitution work right.
8289 Use proper regexps for ELEMENT declarations (Bug#7172).
8290
8291 2012-06-30 Glenn Morris <rgm@gnu.org>
8292
8293 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8294
8295 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8296 Remove outdated and unnecessary dbus declarations.
8297
8298 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8299
8300 * emacs-lisp/timer.el (timer-until): Subtract results of
8301 float-time, instead of taking float-time of the result of
8302 time-subtract, since float-time signals an error for negative time
8303 arguments.
8304
8305 2012-06-30 Chong Yidong <cyd@gnu.org>
8306
8307 * xml.el (xml-*-re): Convert defvars into defconsts, and
8308 eval-and-compile them so eval-and-compile works on derivatives.
8309 (xml--entity-replacement-text): Use eval-and-comple.
8310
8311 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8312
8313 * vc/vc-git.el (vc-git-registered): Use cache property
8314 `git-registered'.
8315 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8316 `vc-git-working-revision' in order to benefit from the cache.
8317 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8318
8319 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8320
8321 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8322 removed (likely outside Emacs). (Bug#11757)
8323
8324 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * emacs-lisp/cl-lib.el: Require macroexp.
8327
8328 2012-06-30 Chong Yidong <cyd@gnu.org>
8329
8330 * xml.el: Implement XML parameter entities.
8331 (xml-parameter-entity-alist): New variable.
8332 (xml-parse-region, xml-parse-fragment): Preserve previous values
8333 of xml-entity-alist and xml-parameter-entity-alist, so that
8334 repeated calls on different documents do not change them.
8335 (xml-parse-tag): Fix doctype regexp.
8336 (xml--entity-replacement-text): New function.
8337 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8338 properly requires url retrieval which is unimplemented.
8339 (xml-escape-string): Doc fix.
8340
8341 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8342
8343 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8344
8345 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8346
8347 * fringe.el (fringe-mode): Doc fix.
8348
8349 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8350
8351 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8352 is non-nil.
8353 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8354 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8355
8356 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8357
8358 * calendar/cal-dst.el (calendar-current-time-zone):
8359 Return calendar-current-time-zone-cache if non-nil.
8360
8361 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8362
8363 * progmodes/which-func.el (which-func-format):
8364 Add mouse-face. (Bug#11698)
8365
8366 2012-06-29 Leo Liu <sdl.web@gmail.com>
8367
8368 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8369
8370 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * minibuffer.el (minibuffer-confirm-exit-commands):
8373 Add completion-at-point (bug#11725).
8374
8375 2012-06-29 Glenn Morris <rgm@gnu.org>
8376
8377 * progmodes/f90.el (f90-font-lock-keywords-2):
8378 Add some preprocessor elements. (Bug#10499)
8379
8380 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8383 Use syntax-propertize (bug#11739).
8384
8385 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8386
8387 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8388
8389 2012-06-28 Julien Danjou <julien@danjou.info>
8390
8391 * term.el (term-handle-colors-array): Use a set of new faces to
8392 color the terminal. Also uses :inverse-video property.
8393 (term-default-fg-color): Set to nil by default, deprecate in favor
8394 of `term-face'.
8395 (term-default-bg-color): Set to nil by default, deprecate in favor
8396 of `term-face'.
8397 (term-current-face): Use `term-face' by default.
8398 (term-bold-attribute): Variable deleted.
8399
8400 2012-06-28 Glenn Morris <rgm@gnu.org>
8401
8402 * simple.el (completion-list-mode-finish):
8403 Don't use toggle-read-only. (Since completion-list-mode has
8404 a special mode-class, it wasn't doing anything extra anyway.)
8405
8406 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 Make inlining of other-mode interpreted functions work (bug#11799).
8409 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8410 (byte-compile): Use it to fix compilation of lexical-binding closures.
8411 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8412 function, if needed.
8413
8414 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * help-mode.el (help-make-xrefs): Don't just withstand
8417 cyclic-variable-indirection but any error in documentation-property.
8418
8419 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8420 memory use.
8421 * bindings.el (bindings--define-key): New function.
8422 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8423 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8424 * bindings.el: Use it to purecopy define-key bindings.
8425
8426 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8427
8428 * emacs-lisp/cl.el (flet): Mark obsolete.
8429 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8430 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8431 * progmodes/js.el (js-c-fill-paragraph):
8432 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8433 (ebrowse-switch-member-buffer-to-derived-class):
8434 * play/5x5.el (5x5-solver): Use cl-flet.
8435
8436 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8437 (cl--symbol-function): New macro.
8438 (cl--letf, cl--letf*): Use it.
8439
8440 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8441 Strip "toggle-" if any.
8442
8443 2012-06-27 Glenn Morris <rgm@gnu.org>
8444
8445 * info.el (Info-default-directory-list): Move here from paths.el.
8446 * paths.el: Remove file, which is now empty.
8447 * loadup.el: No longer load "paths".
8448
8449 * custom.el (custom-initialize-delay): Doc fix.
8450
8451 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8452 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8453 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8454 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8455 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8456 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8457 * eshell/eshell.el (eshell-defgroup): Remove alias.
8458
8459 2012-06-27 Chong Yidong <cyd@gnu.org>
8460
8461 * help.el (help-enable-auto-load): New variable.
8462
8463 * help-fns.el (help-fns--autoloaded-p): New function.
8464 (describe-function-1): Refer to a function as "autoloaded" if it
8465 was autoloaded at any time in the past. Perform autoloading if
8466 help-enable-auto-load is non-nil.
8467
8468 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8469
8470 * makefile.w32-in (compile, compile-always): Depend on
8471 update-subdirs, not on subdirs.el. Otherwise, several different
8472 sub-targets of 'bootstrap' running in parallel could
8473 simultaneously write to subdirs.el, producing a garbled file.
8474
8475 2012-06-26 Sam Steingold <sds@gnu.org>
8476
8477 * files.el (file-name-base): New convenience function.
8478 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8479 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8480 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8481 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8482 * textmodes/ispell.el, textmodes/reftex-ref.el:
8483 * textmodes/tex-mode.el: Use it.
8484 Did not touch cedet and org because they are maintained elsewhere.
8485
8486 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8487
8488 * calendar/calendar.el (calendar-exit): Don't try to delete or
8489 iconify last frame. See:
8490 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8491
8492 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8493
8494 * server.el (server-process-filter): Remember dir in the
8495 process's `server-client-directory' properties.
8496
8497 2012-06-24 Chong Yidong <cyd@gnu.org>
8498
8499 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8500 non-tag text.
8501
8502 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8503
8504 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8505
8506 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * help-fns.el (describe-variable): Don't croak when doc is not found.
8509 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8510 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8511 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8512 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8513 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8514 ((lambda ..) ..).
8515 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8516
8517 2012-06-23 Chong Yidong <cyd@gnu.org>
8518
8519 * info.el (Info-mouse-follow-link): Accept symbol values of
8520 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8521 (Info-fontify-node): Use Info-link-keymap for all navigation
8522 buttons, with link-args property to perform the desired action.
8523 (Info-link-keymap): Doc fix.
8524 (Info-next-link-keymap, Info-prev-link-keymap)
8525 (Info-up-link-keymap): Delete now-unused keymaps.
8526
8527 2012-06-23 Chong Yidong <cyd@gnu.org>
8528
8529 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8530
8531 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8532 system abbrevs.
8533
8534 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8535
8536 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8537
8538 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8539 (bug#11719).
8540
8541 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8542 the requote function doesn't work properly (bug#11714).
8543
8544 2012-06-23 Glenn Morris <rgm@gnu.org>
8545
8546 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8547
8548 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 Further GV/CL cleanups.
8551 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8552 gv-expander.
8553 (gv--defun-declaration): New function.
8554 (defun-declarations-alist): Use it.
8555 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8556 (gv-place): Autoload.
8557 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8558 original definition of dotimes and dolist.
8559 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8560 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8561 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8562 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8563 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8564 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8565 to the function's definition.
8566 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8567 * window.el:
8568 * files.el:
8569 * faces.el:
8570 * env.el: Don't use CL.
8571
8572 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8573
8574 Support higher-resolution time stamps (Bug#9000).
8575
8576 * calendar/time-date.el (with-decoded-time-value): New arg
8577 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8578 (encode-time-value): New optional arg PICO. New type 3.
8579 (time-to-seconds) [!float-time]: Support the new picoseconds
8580 component if it's used.
8581 (seconds-to-time, time-subtract, time-add):
8582 Support ps-resolution time stamps as well.
8583
8584 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8585 (timerp): Timer vectors now have length 9, not 8.
8586 (timer--time): Support new-style (4-part) time stamps.
8587 (timer-next-integral-multiple-of-time): Time stamps now have
8588 picosecond resolution, so take a bit more care about rounding.
8589 (timer-relative-time, timer-inc-time): New optional arg psecs.
8590 (timer-set-time-with-usecs): Set psecs to 0.
8591 (timer--activate): Check psecs component, too.
8592
8593 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8594
8595 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8596
8597 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8598 Move the non-essential binding to the post/pre-command-hook where it is
8599 more obviously correct.
8600
8601 * subr.el (read-passwd): Don't use a history at all.
8602 * savehist.el (savehist-save): Remove password saved accidentally
8603 because of the above bug.
8604
8605 2012-06-22 Bastien Guerry <bzg@gnu.org>
8606
8607 * files.el (toggle-read-only): Display a message telling whether
8608 the buffer is read-only or not (bug#11726).
8609
8610 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * emacs-lisp/gv.el: New file.
8613 * subr.el (push, pop): Extend to generalized variables.
8614 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8615 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8616 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8617 gv-define-simple-setter, and gv-define-expander.
8618 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8619 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8620 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8621 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8622 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8623 gv-letplace.
8624 (cl-defstruct): Don't define setf-method any more.
8625 * emacs-lisp/cl.el (flet): Don't autoload.
8626 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8627 (define-setf-expander, defsetf, define-modify-macro)
8628 (cl-struct-setf-expander): Move from cl-lib.el.
8629 * emacs-lisp/syntax.el:
8630 * emacs-lisp/ewoc.el:
8631 * emacs-lisp/smie.el:
8632 * emacs-lisp/cconv.el:
8633 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8634 (timer--time): Use gv-define-simple-setter.
8635 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8636 to avoid coding-system problems in subr.el. Adjust all users.
8637 (macroexp--maxsize, macroexp-small-p): New functions.
8638 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8639 * scroll-bar.el (scroll-bar-mode):
8640 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8641 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8642 * winner.el (winner-configuration, winner-make-point-alist)
8643 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8644 * files.el (locate-file-completion-table): Avoid list*.
8645
8646 2012-06-22 Chong Yidong <cyd@gnu.org>
8647
8648 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8649 (dired-create-files): Doc fix (Bug#11329).
8650 (dired-do-copy): Doc fix (Bug#11334).
8651 (dired-mark-read-string): Doc fix (Bug#11553).
8652
8653 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8654 Doc fix (Bug#11326).
8655 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8656 (dired-dwim-target): Doc fix.
8657
8658 * wdired.el (wdired-mode): Doc fix.
8659
8660 2012-06-22 Glenn Morris <rgm@gnu.org>
8661
8662 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8663 (pcmpl-rpm-cache-stamp-file): New constant.
8664 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8665 (pcmpl-rpm-packages): Optionally cache list of packages.
8666
8667 * pcmpl-rpm.el (pcmpl-rpm): New group.
8668 (pcmpl-rpm-query-options): New option.
8669 (pcmpl-rpm-packages): No need to inline it.
8670 Use pcmpl-rpm-query-options.
8671
8672 * calendar/calendar.el (calendar-in-read-only-buffer):
8673 Avoid some needless mode changes.
8674
8675 2012-06-21 Chong Yidong <cyd@gnu.org>
8676
8677 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8678 (desktop-path): Remove . from the default value (Bug#10977).
8679 (desktop-read): Use user-emacs-directory if desktop-path is nil.
8680
8681 2012-06-20 Chong Yidong <cyd@gnu.org>
8682
8683 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8684
8685 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
8686
8687 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8688 (bug#11201).
8689
8690 2012-06-20 Chong Yidong <cyd@gnu.org>
8691
8692 * term.el (term-window-width): Handle the case of a missing right
8693 fringe (Bug#8837).
8694 (term-check-size): Use window-text-height (Bug#5445).
8695 (term-mode): Use define-derived-mode. Minor cleanups.
8696 Set font-lock-defaults (Bug#7692).
8697 (term-move-columns, term-insert-char, term-emulate-terminal)
8698 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8699
8700 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
8701
8702 * net/ange-ftp.el (ange-ftp-get-passwd):
8703 Bind `enable-recursive-minibuffers'.
8704 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8705
8706 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
8707
8708 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8709
8710 2012-06-19 Glenn Morris <rgm@gnu.org>
8711
8712 * progmodes/python.el (python-mode): Derive from prog-mode.
8713
8714 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8715
8716 * emulation/edt.el (edt-default-menu-bar-update-buffers)
8717 (edt-user-menu-bar-update-buffers): New functions.
8718 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8719
8720 2012-06-19 Chong Yidong <cyd@gnu.org>
8721
8722 * subr.el (with-selected-window): Preserve the selected window's
8723 terminal's top-frame (Bug#4702).
8724
8725 * window.el (save-selected-window): Likewise.
8726
8727 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * progmodes/python.el (python-rx-constituents): Move backquote.
8730 (python-skeleton-define, python-define-auxiliary-skeleton):
8731 Use `declare'.
8732
8733 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
8734
8735 * minibuffer.el (read-file-name-default): Revert the patch from
8736 2012-06-17.
8737
8738 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8741 (pcase--u1, pcase--q1): Don't use apply-partially.
8742
8743 2012-06-18 Glenn Morris <rgm@gnu.org>
8744
8745 * progmodes/python.el (python-proc, python-buffer)
8746 (python-send-receive, python-send-string): Fix obsolete versions.
8747
8748 2012-06-18 Martin Rudalics <rudalics@gmx.at>
8749
8750 * window.el (special-display-p): Completely remove stringp
8751 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8752
8753 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
8754
8755 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8756
8757 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8758
8759 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8760 * net/tramp-sh.el (tramp-maybe-open-connection):
8761 Throw if `non-essential' is non-nil.
8762
8763 2012-06-17 Martin Rudalics <rudalics@gmx.at>
8764
8765 * window.el (special-display-p): Signal an error if BUFFER-NAME
8766 is not a string (Bug#11713).
8767
8768 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
8769
8770 * progmodes/python.el (python-info-beginning-of-backslash):
8771 Rename from python-info-beginning-of-backlash, as a spelling fix.
8772
8773 2012-06-17 Chong Yidong <cyd@gnu.org>
8774
8775 * term.el (term-emulate-terminal): If term-check-size is called,
8776 move point to the process mark without resetting point (Bug#4635).
8777
8778 2012-06-17 Glenn Morris <rgm@gnu.org>
8779
8780 * international/mule-cmds.el (mule-menu-keymap)
8781 (set-language-environment, set-locale-environment): Doc tweaks.
8782
8783 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
8784
8785 * cus-face.el (custom-face-attributes): Add wave-style underline
8786 attribute.
8787 * faces.el (set-face-attribute): Update docstring to describe
8788 wave-style underline attribute.
8789
8790 2012-06-16 Chong Yidong <cyd@gnu.org>
8791
8792 * term/xterm.el (terminal-init-xterm): Discard input before
8793 querying background mode (Bug#10959).
8794
8795 2012-06-16 Stefan Merten <smerten@oekonux.de>
8796
8797 * textmodes/rst.el: Added and corrected some comments.
8798 (rst-re-alist-def): Improve symbol syntax.
8799 (rst-mode-syntax-table): Correct syntax entries.
8800 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8801 (rst-official-version, rst-official-cvs-rev): Update version
8802 information.
8803
8804 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
8805
8806 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8807 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8808
8809 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
8810
8811 * progmodes/python.el: New python.el merge.
8812 (python-guess-indent): Obsolete var.
8813 (python-indent-guess-indent-offset): New defcustom.
8814 (python-indent): Obsolete var.
8815 (python-indent-offset): New defcustom.
8816 (python-python-command, python-jython-command): Delete var.
8817 (python-shell-interpreter): New defcustom.
8818 (python-pdbtrack-do-tracking-p): Delete var.
8819 (python-pdbtrack-activate): New defcustom.
8820 (python-use-skeletons): Obsolete var.
8821 (python-skeleton-autoinsert): New defcustom.
8822 (inferior-python-filter-regexp, python-continuation-offset)
8823 (python-honour-comment-indentation, python-indent-string-contents)
8824 (python-jython-packages, python-mode-hook)
8825 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8826 (python-shell-prompt-alist)
8827 (python-source-modes): Delete defcustoms.
8828 (python-check-buffer-name, python-eldoc-setup-code)
8829 (python-eldoc-string-code, python-ffap-setup-code)
8830 (python-ffap-string-code, python-fill-comment-function)
8831 (python-fill-decorator-function, python-fill-paren-function)
8832 (python-fill-string-function, python-imenu-include-defun-type)
8833 (python-imenu-make-tree, python-imenu-subtree-root-label)
8834 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8835 (python-shell-compilation-regexp-alist)
8836 (python-shell-completion-module-string-code)
8837 (python-shell-completion-pdb-string-code)
8838 (python-shell-completion-setup-code)
8839 (python-shell-completion-string-code)
8840 (python-shell-enable-font-lock, python-shell-exec-path)
8841 (python-shell-extra-pythonpaths)
8842 (python-shell-internal-buffer-name, python-shell-interpreter-args)
8843 (python-shell-process-environment)
8844 (python-shell-prompt-block-regexp)
8845 (python-shell-prompt-output-regexp)
8846 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8847 (python-shell-send-setup-max-wait, python-shell-setup-codes)
8848 (python-shell-virtualenv-path): New defcustoms.
8849 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8850 (inferior-python-mode-syntax-table, python--prompt-regexp)
8851 (python-buffer, python-command python-python-command)
8852 (python-default-template, python-imports, python-indent-index)
8853 (python-indent-list, python-indent-list-length)
8854 (python-mode-running, python-pdbtrack-is-tracking-p)
8855 (python-preoutput-continuation, python-preoutput-leftover)
8856 (python-preoutput-result, python-preoutput-skip-next-prompt)
8857 (python-prev-dir/file, python-recursing)
8858 (python-saved-check-command, python-version-checked)
8859 (python-which-func-length-limit)
8860 (view-return-to-alist): Delete vars.
8861 (python-check-custom-command, python-dotty-syntax-table)
8862 (python-imenu-index-alist, python-indent-current-level)
8863 (python-indent-dedenters, python-indent-levels)
8864 (python-nav-beginning-of-defun-regexp)
8865 (python-nav-list-defun-positions-cache)
8866 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8867 (python-shell-internal-buffer)
8868 (python-skeleton-available): New vars.
8869 (def-python-skeleton): Delete macro.
8870 (python-skeleton-define): New macro.
8871 (python-define-auxiliary-skeleton, python-rx): New macros.
8872 (python-insert-class): Delete command.
8873 (python-skeleton-class): New command.
8874 (python-insert-def): Delete command.
8875 (python-skeleton-def): New command.
8876 (python-insert-for): Delete command.
8877 (python-skeleton-for): New command.
8878 (python-insert-if): Delete command.
8879 (python-skeleton-if): New command.
8880 (python-insert-try/except, python-insert-try/finally): Delete commands.
8881 (python-skeleton-try): New command.
8882 (python-insert-while): Delete command.
8883 (python-skeleton-while): New command.
8884 (python-backspace): Delete command.
8885 (python-indent-dedent-line-backspace): New command.
8886 (python-electric-colon): Delete command.
8887 (python-indent-electric-colon): New command.
8888 (python-guess-indent): Delete command.
8889 (python-indent-guess-indent-offset): New command.
8890 (python-shift-left): Delete command.
8891 (python-indent-shift-left): New command.
8892 (python-shift-right): Delete command.
8893 (python-indent-shift-right): New command.
8894 (python-find-function): Delete command.
8895 (python-nav-jump-to-defun): New command.
8896 (python-next-statement): Delete command.
8897 (python-nav-forward-sentence): New command.
8898 (python-previous-statement): Delete command.
8899 (python-nav-backward-sentence): New command.
8900 (python-fill-paragraph): Delete command.
8901 (python-fill-paragraph-function): New command.
8902 (python-send-buffer): Delete command.
8903 (python-shell-send-buffer): New command.
8904 (python-send-defun): Delete command.
8905 (python-shell-send-defun): New command.
8906 (python-send-region, python-send-region-and-go): Delete commands.
8907 (python-shell-send-region)
8908 (python-shell-switch-to-shell): New commands.
8909 (python-send-string): Delete command.
8910 (python-shell-send-string): New command.
8911 (python-switch-to-python): Delete command.
8912 (python-shell-switch-to-shell): New command.
8913 (python-describe-symbol): Delete command.
8914 (python-eldoc-at-point): New command.
8915 (python--set-prompt-regexp, python-args-to-list)
8916 (python-after-info-look, python-check-version)
8917 (python-check-comint-prompt, python-find-imports)
8918 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8919 (python-unload-function, python-expand-template)
8920 (python-maybe-jython, python-preoutput-filter)
8921 (python-pdbtrack-get-source-buffer)
8922 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8923 (python-pdbtrack-toggle-stack-tracking)
8924 (python-pdbtrack-track-stack-file, python-initial-text)
8925 (python-first-word, python-comment-line-p, python-send-command)
8926 (python-setup-brm, python-sentinel, python-set-proc)
8927 (python-skip-out, python-input-filter, python-outdent-p)
8928 (python-outline-level, python-backslash-continuation-line-p)
8929 (python-end-of-block, python-end-of-statement, python-mark-block)
8930 (python-beginning-of-block, python-beginning-of-statement)
8931 (python-blank-line-p, python-beginning-of-string)
8932 (python-open-block-statement-p): Delete functions.
8933 (python-indent-line, python-indent-line-1): Delete functions.
8934 (python-indent-line): New function.
8935 (python-indentation-levels): Delete function.
8936 (python-indent-calculate-levels): New function.
8937 (python-proc): Delete function.
8938 (python-shell-get-process): New function.
8939 (python-send-receive): Delete function.
8940 (python-shell-send-string-no-output): New function.
8941 (python-module-path): Delete function.
8942 (python-ffap-module-path): New function.
8943 (python-completion-at-point)
8944 (python-symbol-completions): Delete functions.
8945 (python-completion-complete-at-point): New function.
8946 (python-load-file): Delete function.
8947 (python-shell-send-file): New function.
8948 (python-calculate-indentation): Delete function.
8949 (python-indent-calculate-indentation): New function.
8950 (python-skip-comments/blanks): Delete function.
8951 (python-util-forward-comment): New function.
8952 (python-continuation-line-p): Delete function.
8953 (python-info-continuation-line-p): New function.
8954 (python-which-func, python-current-defun): Delete function.
8955 (python-info-current-defun): New function.
8956 (python-beginning-of-defun): Delete function.
8957 (python-nav-beginning-of-defun): New function.
8958 (python-close-block-statement-p)
8959 (python-block-end-p): Delete function.
8960 (python-info-closing-block): New function.
8961 (python-comint-output-filter-function)
8962 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
8963 (python-fill-comment, python-fill-decorator, python-fill-paren)
8964 (python-fill-string, python-imenu-make-element-tree)
8965 (python-imenu-make-tree, python-imenu-tree-assoc)
8966 (python-indent-context, python-indent-dedent-line)
8967 (python-indent-line-function)
8968 (python-indent-post-self-insert-function)
8969 (python-indent-toggle-levels)
8970 (python-info-assignment-continuation-line-p)
8971 (python-info-beginning-of-backlash)
8972 (python-info-block-continuation-line-p)
8973 (python-info-closing-block-message)
8974 (python-info-line-ends-backslash-p)
8975 (python-info-looking-at-beginning-of-defun)
8976 (python-info-ppss-context, python-info-ppss-context-type)
8977 (python-nav-list-defun-positions, python-nav-read-defun)
8978 (python-nav-sentence-end, python-nav-sentence-start)
8979 (python-pdbtrack-comint-output-filter-function)
8980 (python-pdbtrack-set-tracked-buffer)
8981 (python-shell-calculate-exec-path)
8982 (python-shell-calculate-process-environment)
8983 (python-shell-completion--do-completion-at-point)
8984 (python-shell-completion--get-completions)
8985 (python-shell-completion-complete-at-point)
8986 (python-shell-completion-complete-or-indent)
8987 (python-shell-get-or-create-process)
8988 (python-shell-get-process-name)
8989 (python-shell-internal-get-or-create-process)
8990 (python-shell-internal-get-process-name)
8991 (python-shell-internal-send-string, python-shell-make-comint)
8992 (python-shell-parse-command, python-shell-send-setup-code)
8993 (python-skeleton-add-menu-items)
8994 (python-util-clone-local-variables, python-util-position)
8995 (run-python-internal, python-indentation-levels)
8996 (python-nav-beginning-of-defun)
8997 (python-completion-complete-at-point): New functions.
8998 (run-python): Change arguments. New API requirements.
8999
9000 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9003 (bug#11649).
9004
9005 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9006 (macroexp--expand-all): Use it.
9007
9008 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9009 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9010 Use `cl-function' instead.
9011
9012 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9013
9014 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9015 Suggested by Stefan Monnier while discussing bug#11657.
9016
9017 2012-06-14 Sam Steingold <sds@gnu.org>
9018
9019 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9020
9021 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9022
9023 * play/doctor.el (doctor-doc): Remove parameter and use
9024 doctor-sent instead of sent.
9025 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9026
9027 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9028
9029 * files.el: Require cl-lib.
9030 (file-name-non-special): Replace case -> cl-case.
9031
9032 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9033
9034 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9035 mapping from #' to function*.
9036
9037 2012-06-13 Chong Yidong <cyd@gnu.org>
9038
9039 * mouse.el (mouse-drag-track): Do not set the mark if the user
9040 releases the mouse without selecting anything (Bug#11588).
9041
9042 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9045 as well (bug#11646).
9046
9047 * loadup.el: Count byte-code functions as well.
9048
9049 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9050 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9051
9052 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9053 (bug#11649). Add cl-defun and cl-defmacro.
9054
9055 2012-06-13 Drew Adams <drew.adams@oracle.com>
9056
9057 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9058 Fix last change.
9059
9060 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9061
9062 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9063 Otherwise, it blocks in batch mode.
9064
9065 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9066
9067 * help-mode.el (bookmark-make-record-default): Declare.
9068
9069 2012-06-13 Chong Yidong <cyd@gnu.org>
9070
9071 * emacs-lisp/package.el (list-packages): Compute a list of
9072 packages that are newly-available since the last list-packages
9073 invocation.
9074 (package-menu--new-package-list): New var.
9075 (package-menu--generate, package-menu--print-info)
9076 (package-menu--status-predicate, package-menu-mark-install):
9077 Handle new status label "new".
9078
9079 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9082 conversion to backquotes.
9083
9084 2012-06-12 Chong Yidong <cyd@gnu.org>
9085
9086 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9087 Rename from gud-inhibit-global-bindings.
9088
9089 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9090
9091 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9092 hook from nxml-glyph-set-hook.
9093
9094 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9095 declaration.
9096
9097 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9098
9099 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9100 Convert to defcustom.
9101
9102 2012-06-12 Drew Adams <drew.adams@oracle.com>
9103
9104 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9105 New functions.
9106 (help-mode): Use them.
9107
9108 2012-06-11 Glenn Morris <rgm@gnu.org>
9109
9110 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9111 Use preprocessor face for directives.
9112 (fortran-directive-re): Doc fix.
9113
9114 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9117 conversion to backquotes (bug#11652).
9118
9119 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9120 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9121 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9122 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9123 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9124 (cl-ninth, cl-tenth): Mark them as inlinable.
9125 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9126 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9127 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9128 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9129 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9130 (cl-list*, cl-adjoin): Don't put an autoload manually.
9131 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9132 (cl--compiler-macro-list*): Add autoload cookie.
9133 (cl--compiler-macro-cXXr): New function.
9134
9135 * help-fns.el (help-fns--compiler-macro): New function extracted from
9136 describe-function-1; follow aliases and use `compiler-macro' property.
9137 (describe-function-1): Use it.
9138
9139 2012-06-11 Chong Yidong <cyd@gnu.org>
9140
9141 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9142 is uninstalled, if imagemagick is installed.
9143
9144 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9145
9146 * emacs-lisp/cl-lib.el: Use lexical-binding.
9147 (cl-map-extents, cl-maclisp-member): Remove.
9148 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9149 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9150 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9151 * emacs-lisp/cl-extra.el: Use lexical-binding.
9152 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9153 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9154 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9155 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9156 * emacs-lisp/cl-seq.el: Use lexical-binding.
9157 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9158 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9159 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9160 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9161 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9162 CL's internals.
9163
9164 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9165
9166 Sync with Tramp 2.2.6-pre.
9167
9168 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9169 `print-length' and `print-level' to nil, in order to avoid
9170 truncation. Reported by Christopher Schmidt
9171 <christopher@ristopher.com>.
9172
9173 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9174
9175 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9176 New defmacro.
9177 (tramp-compat-copy-directory): Add optional argument
9178 COPY-CONTENTS. It is not handled yet.
9179
9180 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9181 (tramp-ftp-file-name-p): Simplify.
9182
9183 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9184 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9185 connection vector.
9186
9187 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9188 (tramp-methods): Do not use `tramp-password-end-of-line'.
9189 (tramp-completion-function-alist-putty): Handle UNIX case.
9190 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9191 (tramp-do-file-attributes-with-stat)
9192 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9193 gid as real numbers. They could run out of integer range on cygwin.
9194 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9195 (tramp-sh-handle-expand-file-name): Handle hops.
9196 (tramp-open-connection-setup-interactive-shell):
9197 Use `tramp-cleanup'. Move check for busyboxes ...
9198 (tramp-find-shell): ... here. Simplify implementation.
9199 Set "remote-shell" property also for alternative shells.
9200 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9201 If failing, a regular file would be written otherwise.
9202 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9203 (tramp-find-inline-encoding): Cache the coding commands in the
9204 process cache. Apply test command on the remote side, if defined.
9205 (tramp-find-inline-compress): Cache the compress commands in the
9206 process cache.
9207 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9208 when requested. Handle hops.
9209 (tramp-current-connection): New defvar.
9210 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9211 Throw `suppress', if there was a failed connection shortly before.
9212 Handle user interrupt. (Bug#10187)
9213 (tramp-get-inline-compress, tramp-get-inline-coding):
9214 Read connection properties from the process cache.
9215
9216 * net/tramp-smb.el (tramp-smb-server-version)
9217 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9218 New defconsts.
9219 (tramp-smb-prompt): Extend for powershell prompt.
9220 (tramp-smb-file-name-handler-alist): Add handlers for
9221 `process-file', `shell-command' and `start-file-process'.
9222 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9223 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9224 (tramp-smb-file-name-p): Simplify.
9225 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9226 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9227 (tramp-smb-shell-quote-argument): New defuns.
9228 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9229 Implement using "tar". By this, time-stamps are preserved.
9230 (tramp-smb-handle-copy-file): Handle also the case of directories.
9231 (tramp-smb-do-file-attributes-with-stat)
9232 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9233 Use `tramp-get-connection-buffer').
9234 (tramp-smb-handle-rename-file): Use "rename", when source and
9235 target are on the same share.
9236 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9237 Use `tramp-smb-server-version'.
9238 (tramp-smb-wait-for-output): Remove prompt.
9239
9240 * net/tramp.el (top): Require 'cl.
9241 (tramp-methods, tramp-rsh-end-of-line):
9242 Remove `tramp-password-end-of-line' from docstring.
9243 (tramp-save-ad-hoc-proxies): New defcustom.
9244 (tramp-completion-function-alist): Adapt docstring.
9245 (tramp-default-password-end-of-line): Remove defcustom.
9246 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9247 (tramp-user-regexp, tramp-file-name-regexp-unified)
9248 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9249 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9250 (tramp-remote-file-name-spec-regexp): New defconst.
9251 (tramp-file-name-structure): Extend structure for hops.
9252 (tramp-get-method-parameter): Move up.
9253 (tramp-file-name-p, tramp-dissect-file-name)
9254 (with-parsed-tramp-file-name): Handle hops.
9255 (tramp-file-name-hop): New defun.
9256 (tramp-make-tramp-file-name): New optional arg HOP.
9257 (tramp-message-show-progress-reporter-message): New defvar.
9258 (tramp-with-progress-reporter): Use it. We cannot use
9259 `tramp-message-show-message' here, because this suppresses also
9260 error buffers.
9261 (tramp-error-with-buffer): Suppress buffer view, if
9262 `tramp-message-show-message' is nil.
9263 Use `tramp-get-connection-buffer'.
9264 (tramp-cleanup): New defun.
9265 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9266 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9267 an error unchanged.
9268 (tramp-completion-handle-file-name-all-completions): Handle hops.
9269 Fix an error when called from ido.
9270 (tramp-completion-dissect-file-name): Use better local variable
9271 name. Add hop to the vector.
9272 (tramp-handle-insert-file-contents): Use progress-reporter for the
9273 whole scenario.
9274 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9275 to `t'.
9276 (tramp-check-for-regexp): Simplify search.
9277 (tramp-enter-password): Remove it. Move implementation ...
9278 (tramp-action-password): ... here.
9279 (tramp-mode-string-to-int, tramp-local-host-p)
9280 (tramp-make-tramp-temp-file, tramp-read-passwd)
9281 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9282 Set tramp-autoload cookie.
9283
9284 * net/trampver.el: Update release number.
9285
9286 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9287 Michael Albinus <michael.albinus@gmx.de>
9288
9289 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9290 (tramp-parse-group, tramp-parse-file)
9291 (tramp-parse-shostkeys-sknownhosts): New defuns.
9292 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9293 (tramp-parse-shosts-group, tramp-parse-sconfig)
9294 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9295 (tramp-parse-sknownhosts, tramp-parse-hosts)
9296 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9297 Use them.
9298 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9299 (tramp-parse-putty-group): Don't narrow.
9300 (tramp-parse-putty): Make a loop.
9301 (tramp-file-name-handler): Catch the `suppress' signal.
9302
9303 2012-06-11 Chong Yidong <cyd@gnu.org>
9304
9305 * image.el (imagemagick-register-types): Put the ImageMagick entry
9306 at the end of image-type-file-name-regexps.
9307
9308 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9309
9310 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9311 (pcase, pcase-let*, pcase-dolist): Use them.
9312
9313 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * emacs-lisp/pcase.el (pcase--let*): New function.
9316 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9317 (pcase--expand): Use macroexp-let².
9318
9319 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9320
9321 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9322 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9323 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9324 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9325 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9326 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9327
9328 2012-06-10 Glenn Morris <rgm@gnu.org>
9329
9330 * mail/rmail.el (rmail-yank-current-message): Leave point at
9331 correct position. (Bug#11660)
9332
9333 2012-06-10 Chong Yidong <cyd@gnu.org>
9334
9335 * allout-widgets.el: Fix code header.
9336
9337 2012-06-10 Chong Yidong <cyd@gnu.org>
9338
9339 * cus-edit.el (customize-changed-options-previous-release):
9340 Bump to 24.1.
9341
9342 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9343
9344 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9345
9346 2012-06-09 Chong Yidong <cyd@gnu.org>
9347
9348 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9349
9350 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9351
9352 * window.el (special-display-popup-frame): Don't use
9353 window--display-buffer (Bug#11651).
9354
9355 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9356
9357 Fix parallel builds: make sure loaddefs.el is not being written
9358 while Lisp files are compiled.
9359 (compile): Don't depend on 'mh-autoloads'.
9360 (compile-CMD, compile-SH): Depend on 'autoloads'.
9361 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9362
9363 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9364
9365 2012-06-09 Chong Yidong <cyd@gnu.org>
9366
9367 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9368 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9369 Doc fixes (Bug#11225).
9370
9371 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9374 a function if there's a clear indication that it has a compiler-macro.
9375 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9376 (macro-declarations-alist): Add arglist to declaration functions.
9377 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9378 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9379 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9380 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9381 Also add autoload to find the compiler macro.
9382 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9383 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9384 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9385 (cl--compiler-macro-get): New functions, replacing calls to
9386 cl-define-compiler-macro.
9387 (cl-typep) [compiler-macro]: Use macroexp-let².
9388
9389 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9390
9391 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9392 string properly, fixes Bug#11473.
9393
9394 2012-06-08 Chong Yidong <cyd@gnu.org>
9395
9396 * faces.el (set-face-attribute): Doc fix.
9397 (modify-face): Don't use :bold and :italic.
9398 (error, warning, success): Tweak definitions.
9399
9400 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9401 (custom-modified, custom-set, custom-changed, custom-themed)
9402 (custom-saved, custom-button, custom-button-mouse)
9403 (custom-button-pressed, custom-state, custom-comment-tag)
9404 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9405 (custom-group-subtitle): Use new-style face specs.
9406 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9407 (custom-set-face, custom-changed-face, custom-saved-face)
9408 (custom-button-face, custom-button-pressed-face)
9409 (custom-documentation-face, custom-state-face)
9410 (custom-comment-face, custom-comment-tag-face)
9411 (custom-variable-tag-face, custom-variable-button-face)
9412 (custom-face-tag-face, custom-group-tag-face-1)
9413 (custom-group-tag-face): Remove obsolete face alias.
9414
9415 * epa.el (epa-validity-high, epa-validity-medium)
9416 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9417 (epa-field-name, epa-field-body):
9418 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9419 (font-lock-keyword-face, font-lock-builtin-face)
9420 (font-lock-function-name-face, font-lock-variable-name-face)
9421 (font-lock-type-face, font-lock-constant-face):
9422 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9423 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9424 * speedbar.el (speedbar-button-face, speedbar-file-face)
9425 (speedbar-directory-face, speedbar-tag-face)
9426 (speedbar-selected-face, speedbar-highlight-face)
9427 (speedbar-separator-face):
9428 * whitespace.el (whitespace-newline, whitespace-space)
9429 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9430 (whitespace-line, whitespace-space-before-tab)
9431 (whitespace-space-after-tab, whitespace-indentation)
9432 (whitespace-empty):
9433 * emulation/cua-base.el (cua-global-mark):
9434 * eshell/em-prompt.el (eshell-prompt):
9435 * net/newst-plainview.el (newsticker-new-item-face)
9436 (newsticker-old-item-face, newsticker-immortal-item-face)
9437 (newsticker-obsolete-item-face, newsticker-date-face)
9438 (newsticker-statistics-face, newsticker-default-face):
9439 * net/newst-reader.el (newsticker-feed-face)
9440 (newsticker-extra-face, newsticker-enclosure-face):
9441 * net/newst-treeview.el (newsticker-treeview-face)
9442 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9443 (newsticker-treeview-immortal-face)
9444 (newsticker-treeview-obsolete-face)
9445 (newsticker-treeview-selection-face):
9446 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9447 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9448 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9449 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9450 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9451 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9452 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9453 (mpuz-text):
9454 * progmodes/vera-mode.el (vera-font-lock-number)
9455 (vera-font-lock-function, vera-font-lock-interface):
9456 * textmodes/table.el (table-cell): Use new-style face specs, and
9457 don't use the old :bold and :italic attributes.
9458
9459 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9460 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9461 (ebrowse-member-class, ebrowse-progress): Likewise.
9462 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9463 (ebrowse-file-name-face, ebrowse-default-face)
9464 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9465 (ebrowse-progress-face): Remove obsolete faces.
9466
9467 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9468 Inherit from error and warning faces respectively.
9469
9470 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9471 Likewise.
9472 (flyspell-incorrect-face, flyspell-duplicate-face):
9473 Remove obsolete aliases.
9474
9475 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9476
9477 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9478 Avoid infloop.
9479
9480 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * startup.el (argv, argi): Make lexically scoped.
9483 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9484 * emacs-lisp/cl-macs.el: Use lexical-binding.
9485 Rename cl-bind-* to cl--bind-*.
9486 * files.el: Don't require `cl' since it doesn't use it.
9487 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9488
9489 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9490
9491 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9492 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9493 instead of calling external sort utility.
9494 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9495
9496 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9497
9498 * descr-text.el (describe-char): Mention how to insert the
9499 character, if the current input method doesn't support it.
9500 See the discussion in this thread for the details:
9501 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9502
9503 2012-06-08 Sam Steingold <sds@gnu.org>
9504
9505 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9506 XF86Back to previous-buffer.
9507 (minibuffer-local-map): Bind them to next-history-element and
9508 previous-history-element respectively.
9509 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9510 help-go-back respectively.
9511 * info.el (Info-mode-map): Bind them to Info-history-forward and
9512 Info-history-back respectively.
9513 These are the keys next to Up on the ThinkPad keyboard.
9514
9515 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9516
9517 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9518 * emacs-lisp/cl-macs.el: Provide itself.
9519 (cl--labels-convert-cache): New var.
9520 (cl--labels-convert): New function.
9521 (cl-flet, cl-labels): New implementation with new semantics, relying on
9522 lexical-binding.
9523 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9524 (cl-closure-vars, cl--function-convert-cache)
9525 (cl--function-convert): Move from cl-macs.el.
9526 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9527 rename by removing the "cl-" prefix.
9528 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9529
9530 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9531
9532 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9533 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9534 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9535 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9536 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9537 (cl-hash-table-count): Add old compatibility aliases.
9538
9539 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9540 Use macroexpand-all-environment instead.
9541 (cl--old-macroexpand): New var.
9542 (cl--sm-macroexpand): New function.
9543 (cl-symbol-macrolet): Use it during macro expansion.
9544 (cl--function-convert-cache): New var.
9545 (cl--function-convert): New function, extracted from
9546 cl-macroexpand-all.
9547 (cl-lexical-let): Use it.
9548
9549 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9550 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9551 (cl-member): Remove old alias.
9552
9553 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9554 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9555 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9556 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9557 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9558 (cl-macroexpand-cmacs): Remove var.
9559 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9560 Use macroexpand-all instead.
9561
9562 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9565 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9566 (macroexp-copyable-p): New functions and macros.
9567 * emacs-lisp/edebug.el (edebug-unwrap):
9568 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9569 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9570 (pcase--let*): Remove.
9571 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9572 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9573 macroexp-const-p instead.
9574 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9575
9576 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9577 instead of "cl-" for internal definitions. Use macroexp-const-p.
9578 (cl-old-bc-file-form): Remove var.
9579 (cl-const-exprs-p): Remove fun.
9580 (cl-labels, cl-macrolet): Use backquote.
9581 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9582 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9583 (cl-define-setf-expander): Rename from cl-define-setf-method.
9584 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9585
9586 * international/mule-cmds.el: Don't require CL.
9587 (view-hello-file): Don't use `letf'.
9588
9589 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9590
9591 * tmm.el (tmm-prompt): Use string-prefix-p.
9592 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9593 (tmm-add-prompt): Use minibuffer-completion-help.
9594 (tmm-delete-map): Remove.
9595
9596 * subr.el (kbd): Make it its own function.
9597
9598 2012-06-07 Stefan Merten <smerten@oekonux.de>
9599
9600 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9601 Silence compiler warnings. Fix versions.
9602 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9603 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9604 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9605 (rst-package-emacs-version-alist): Correct Emacs version to
9606 represent major merge with upstream.
9607 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9608
9609 2012-06-06 Glenn Morris <rgm@gnu.org>
9610
9611 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9612 Only print environment variables if set.
9613
9614 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9615
9616 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9617 (macroexp--cons): Rename from maybe-cons.
9618 (macroexp--accumulate): Rename from macroexp-accumulate.
9619 (macroexp--all-forms): Rename from macroexpand-all-forms.
9620 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9621 (macroexp--expand-all): Rename from macroexpand-all-1.
9622
9623 2012-06-06 Sam Steingold <sds@gnu.org>
9624
9625 * calendar/calendar.el (calendar-in-read-only-buffer):
9626 Call `special-mode' to enable the standard read-only keybindings.
9627
9628 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9629
9630 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9631 with "loading" messages (bug#11635).
9632
9633 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9634
9635 * files.el (enable-remote-dir-locals): New option.
9636 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9637
9638 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9639 Ensure, that the temp directory is local.
9640
9641 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9642 `temporary-file-directory'.
9643
9644 * progmodes/python.el (python-send-region): Ensure, that the
9645 temporary file is created also in the remote case.
9646
9647 2012-06-06 Glenn Morris <rgm@gnu.org>
9648
9649 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9650 (vc-rcs-update-changelog): Use it.
9651
9652 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9653
9654 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9655 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9656 (vc-sccs-diff): Replace use of the external vcdiff script.
9657
9658 2012-06-05 Glenn Morris <rgm@gnu.org>
9659
9660 * ledit.el: Move to obsolete/.
9661
9662 2012-06-05 Sam Steingold <sds@gnu.org>
9663
9664 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9665 patch (Bug#11140).
9666
9667 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * emacs-lisp/cust-print.el: Move to obsolete.
9670
9671 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9672 compiler-macro expansion.
9673
9674 Add native compiler-macro support.
9675 * emacs-lisp/macroexp.el (macroexpand-all-1):
9676 Support compiler-macros directly. Properly follow aliases and apply
9677 the compiler macros more thoroughly.
9678 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9679 macroexpand now properly follows aliases.
9680 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9681 (cl-compiler-macroexpand): Use new prop.
9682 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9683
9684 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9685
9686 2012-06-05 Martin Rudalics <rudalics@gmx.at>
9687
9688 * window.el (get-lru-window, get-mru-window, get-largest-window):
9689 New argument NOT-SELECTED to avoid picking the selected window.
9690 (window--display-buffer-1, window--display-buffer-2): Replace by
9691 new function window--display-buffer
9692 (display-buffer-same-window, display-buffer-reuse-window)
9693 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9694 Use window--display-buffer.
9695 (display-buffer-use-some-window): Remove temporary dedication
9696 hack by calling get-lru-window and get-largest-window with
9697 NOT-SELECTED argument non-nil. Call window--display-buffer.
9698
9699 2012-06-05 Glenn Morris <rgm@gnu.org>
9700
9701 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9702 Replace external vcdiff script.
9703
9704 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9707
9708 2012-06-04 Chong Yidong <cyd@gnu.org>
9709
9710 * image.el (imagemagick-types-inhibit): Revert last change.
9711 Add INFO and M.
9712 (imagemagick-enabled-types): Remove CIN and EPS*.
9713
9714 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * emacs-lisp/cl-lib.el: Rename from cl.el.
9717 * emacs-lisp/cl.el: New compatibility file.
9718 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9719 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9720 to obey the "cl-" prefix.
9721 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9722
9723 2012-06-03 Glenn Morris <rgm@gnu.org>
9724
9725 * emacs-lisp/authors.el (authors-aliases): Addition.
9726
9727 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9728 Fix :version.
9729
9730 2012-06-03 Stefan Merten <smerten@oekonux.de>
9731
9732 * textmodes/rst.el: Add comments.
9733 (rst-transition, rst-adornment): New faces.
9734 (rst-adornment-faces-alist): Make default safe to reevaluate.
9735 Fixes
9736 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9737 Improve customization tags.
9738 (rst-define-level-faces): Clarify meaning.
9739
9740 2012-06-03 Chong Yidong <cyd@gnu.org>
9741
9742 * progmodes/compile.el (compilation-mode-line-fail)
9743 (compilation-mode-line-run, compilation-mode-line-exit):
9744 New faces.
9745 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9746
9747 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
9748
9749 * progmodes/which-func.el (which-func-update-ediff-windows):
9750 New function. Use it in ediff-select-hook (Bug#11478).
9751
9752 2012-06-03 Chong Yidong <cyd@gnu.org>
9753
9754 * bindings.el: Remove explicit help text from format-mode-line.
9755 It is now supplied by mode-line-default-help-echo.
9756 (mode-line-front-space, mode-line-end-spaces)
9757 (mode-line-misc-info): New variables.
9758 (mode-line-modes, mode-line-position): Move the default value to
9759 the variable definition.
9760 (mode-line-default-help-echo): New defcustom.
9761 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9762 (mode-line-modified-help-echo): New functions.
9763 (mode-line-mule-info, mode-line-modified): Use them.
9764 (mode-line-eol-desc, propertized-buffer-identification):
9765 Consistency fixes for help text.
9766 (mode-line-coding-system-map): Allow using mouse-3 to invoke
9767 set-buffer-file-coding-system (Bug#289).
9768 (mode-line-mule-info-help-echo): Update help text.
9769
9770 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * simple.el (execute-extended-command): Set real-this-command
9773 (bug#11506).
9774
9775 2012-06-02 Chong Yidong <cyd@gnu.org>
9776
9777 Remove incorrect uses of "modeline" in comments, docstrings, and
9778 function/variable names (Bug#10329).
9779
9780 * cus-edit.el (mode-line):
9781 * dframe.el (dframe-mouse-hscroll):
9782 * emacs-lisp/re-builder.el:
9783 * emacs-lisp/easy-mmode.el (define-minor-mode):
9784 * frame.el (set-frame-name):
9785 * help.el (lookup-minor-mode-from-indicator):
9786 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9787 * progmodes/cc-cmds.el (c-toggle-auto-newline)
9788 (c-toggle-hungry-state):
9789 * progmodes/antlr-mode.el (antlr-language-alist):
9790 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9791 * progmodes/vhdl-mode.el (vhdl-mode):
9792 * progmodes/which-func.el (which-func, which-func-cleanup-function):
9793 * term/ns-win.el (ns-face-at-pos):
9794 * term/sup-mouse.el (sup-mouse-report):
9795 * textmodes/flyspell.el (flyspell-mode-line-string):
9796 * textmodes/ispell.el (ispell-highlight-face):
9797 * textmodes/reftex-global.el:
9798 * vc/vc-arch.el (vc-arch-mode-line-string):
9799 * vc/vc-cvs.el (vc-cvs-mode-line-string):
9800 * vc/vc-git.el (vc-git-mode-line-string):
9801 * vc/vc-hooks.el (vc-display-status)
9802 (vc-default-mode-line-string):
9803 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9804
9805 * ansi-color.el (ansi-color-faces-vector): Change default faces.
9806
9807 * dired.el (dired-sort-set-mode-line): Rename from
9808 dired-sort-set-modeline. All callers changed.
9809
9810 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9811 eshell-status-in-modeline.
9812
9813 * foldout.el (foldout-mode-line-string): Rename from
9814 foldout-modeline-string. All callers changed.
9815 (foldout-update-mode-line): Rename from foldout-update-modeline.
9816
9817 * subr.el (redraw-modeline): Make into obsolete alias.
9818
9819 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9820 timeclock-modeline-display. Make old name an alias.
9821 (timeclock-update-mode-line): Likewise. All callers changed.
9822 (timeclock-mode-line-display): No need to check before using
9823 add-hook.
9824 (timeclock-relative, timeclock-day-over-hook)
9825 (timeclock-use-elapsed, timeclock-mode-string)
9826 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9827
9828 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9829 crisp-mode-modeline-string.
9830
9831 * play/solitaire.el (solitaire-build-mode-line): Rename from
9832 solitaire-build-modeline. All callers changed.
9833
9834 * play/zone.el (zone-hiding-mode-line): Rename from
9835 zone-hiding-modeline. All callers changed.
9836 (zone): Remove unusued `modeline-hidden-level' property.
9837
9838 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9839 xscheme-modeline-initialize. All callers changed.
9840
9841 * strokes.el (strokes-lighter): Rename from
9842 strokes-modeline-string.
9843
9844 * textmodes/sgml-mode.el (html-face-tag-alist)
9845 (html-tag-face-alist): Use mode-line face instead of obsolete
9846 alias modeline.
9847
9848 2012-06-02 Stefan Merten <smerten@oekonux.de>
9849
9850 * textmodes/rst.el: Always require `cl'.
9851 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
9852
9853 2012-06-02 Chong Yidong <cyd@gnu.org>
9854
9855 * image.el (imagemagick-enabled-types): Rename from
9856 imagemagick-types-enable. Add many more types.
9857 (imagemagick-types-inhibit): Change default to nil.
9858 (imagemagick-filter-types): Caller changed.
9859
9860 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * emacs-lisp/cl-macs.el: Use backquotes.
9863 (cl-transform-function-property): Use eval-and-compile rather than
9864 abusing `require'.
9865 (defstruct): Use declare-function instead of with-no-warnings.
9866
9867 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9868 (byte-compile-output-docform): Re-add the print-circle bindings.
9869 (byte-compile-fix-header): Use #$ just because it's shorter.
9870 (byte-compile-output-file-form): Remove defun/defmacro.
9871
9872 2012-06-01 Martin Rudalics <rudalics@gmx.at>
9873
9874 * simple.el (choose-completion): Remove now obsolete binding for
9875 owindow.
9876
9877 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
9878
9879 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9880 in order to avoid "Stack overflow in regexp matcher".
9881
9882 2012-05-31 Glenn Morris <rgm@gnu.org>
9883
9884 * image.el: For clarity, call imagemagick-register-types at
9885 top-level, rather than relying on a custom :initialize.
9886 (imagemagick-types-enable): New option. (Bug#11557)
9887 (imagemagick-filter-types): New function. (Bug#7406)
9888 (imagemagick-register-types): Use imagemagick-filter-types.
9889 If disabling support, remove elements altogether rather
9890 than using an impossible regexp.
9891 (imagemagick-types-inhibit): Give it the default init function.
9892
9893 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9896 Handle arbitrary file name lengths (Bug#11585).
9897
9898 2012-05-31 Martin Rudalics <rudalics@gmx.at>
9899
9900 * desktop.el (desktop-read): Clear previous and next buffers for
9901 all windows and bury *Messages* buffer (bug#11556).
9902
9903 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9904
9905 Add `declare' for `defun'. Align `defmacro's with it.
9906 * emacs-lisp/easy-mmode.el (define-minor-mode)
9907 (define-globalized-minor-mode): Don't autoload the var definitions.
9908 * emacs-lisp/byte-run.el: Use lexical-binding.
9909 (defun-declarations-alist, macro-declarations-alist): New vars.
9910 (defmacro, defun): Use them.
9911 (make-obsolete, define-obsolete-function-alias)
9912 (make-obsolete-variable, define-obsolete-variable-alias):
9913 Use `declare'.
9914 (macro-declaration-function): Mark obsolete.
9915 * emacs-lisp/autoload.el: Use lexical-binding.
9916 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
9917
9918 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9919
9920 * textmodes/ispell.el (ispell-with-no-warnings):
9921 Define as a macro.
9922 (ispell-kill-ispell, ispell-change-dictionary):
9923 Use `called-interactively-p' for Emacs instead of obsolete
9924 `interactive-p'.
9925
9926 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
9929 (macro-declaration-function): Move var from C code.
9930 (macro-declaration-function): Define function with defalias.
9931 * emacs-lisp/macroexp.el (macroexpand-all-1):
9932 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
9933 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
9934 defun/defmacro any more.
9935 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
9936 Provide fallback for unknown arglist.
9937 (byte-compile-arglist-warn): Change calling convention.
9938 (byte-compile-output-file-form): Move print-vars binding.
9939 (byte-compile-output-docform): Simplify accordingly.
9940 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
9941 (byte-compile-defmacro-declaration): Remove.
9942 (byte-compile-file-form-defmumble): Generalize to defalias.
9943 (byte-compile-output-as-comment): Return byte-positions.
9944 Simplify callers accordingly.
9945 (byte-compile-lambda): Use `assert'.
9946 (byte-compile-defun, byte-compile-defmacro): Remove.
9947 (byte-compile-file-form-defalias):
9948 Use byte-compile-file-form-defmumble.
9949 (byte-compile-defalias-warn): Remove.
9950
9951 2012-05-29 Stefan Merten <smerten@oekonux.de>
9952
9953 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
9954 possible. Fix authors. Improve comments. Improve loading of `cl'.
9955
9956 (rst-mode-abbrev-table): Merge definition.
9957 (rst-mode): Make sure `font-lock-defaults' is buffer local.
9958 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
9959
9960 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
9961
9962 * calendar/icalendar.el
9963 (icalendar-export-region): Export UID properly.
9964
9965 2012-05-29 Leo Liu <sdl.web@gmail.com>
9966 * calendar/icalendar.el (icalendar-import-format):
9967 Add `icalendar-import-format-uid' (Bug#11525).
9968 (icalendar-import-format-uid): New.
9969 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
9970 Export UID.
9971
9972 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9973
9974 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
9975 different alternative patterns.
9976 (pcase-codegen): Be more careful to preserve identity.
9977 (pcase--u1): Don't forget to mark vars as used.
9978
9979 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
9980 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
9981 (byte-compile-from-buffer): ...rather than here.
9982
9983 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
9984 functions from byte-compile-function-environment.
9985
9986 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
9987
9988 * window.el (window-deletable-p): Avoid deleting the root window
9989 of a frame with an active minibuffer.
9990
9991 2012-05-29 Martin Rudalics <rudalics@gmx.at>
9992
9993 * simple.el (choose-completion): Use quit-window (Bug#11567).
9994
9995 2012-05-29 Chong Yidong <cyd@gnu.org>
9996
9997 * whitespace.el (whitespace-cleanup): Fix usage of
9998 whitespace-empty-at-bob-regexp (Bug#11492).
9999
10000 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10001
10002 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10003 revert (Bug#11488).
10004
10005 2012-05-29 Juri Linkov <juri@jurta.org>
10006
10007 * isearch.el (isearch-mode-map): Bind `M-s _' to
10008 `isearch-toggle-symbol'. Bind `M-s c' to
10009 `isearch-toggle-case-fold'.
10010 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10011 (isearch-forward): Add `M-s _' to the docstring.
10012 (isearch-forward-symbol, isearch-toggle-case-fold)
10013 (isearch-symbol-regexp): New functions. (Bug#11381)
10014
10015 2012-05-29 Juri Linkov <juri@jurta.org>
10016
10017 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10018 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10019 a function, call it to get the regexp.
10020 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10021 property `isearch-message-prefix' instead of the string "word ".
10022 (isearch-search-fun-default): For the case of `isearch-word',
10023 return a lambda that calls re-search-forward/re-search-backward
10024 with a regexp returned by `word-search-regexp' or by the function
10025 in `isearch-word'.
10026
10027 2012-05-29 Juri Linkov <juri@jurta.org>
10028
10029 * isearch.el (isearch-search-fun-default): New function.
10030 (isearch-search-fun): Move default part to the new function
10031 `isearch-search-fun-default'.
10032 (isearch-search-fun-function): Set the default value to
10033 `isearch-search-fun-default'. (Bug#11381)
10034
10035 * comint.el (comint-history-isearch-end):
10036 Use `isearch-search-fun-default'.
10037 (comint-history-isearch-search): Use `isearch-search-fun-default'
10038 and remove spacial case for `isearch-word'.
10039 (comint-history-isearch-wrap): Remove spacial case for
10040 `isearch-word'.
10041
10042 * hexl.el (hexl-isearch-search-function):
10043 Use `isearch-search-fun-default'.
10044
10045 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10046 Use `word-search-regexp' for `isearch-word'.
10047
10048 * misearch.el (multi-isearch-search-fun):
10049 Use `isearch-search-fun-default'.
10050
10051 * simple.el (minibuffer-history-isearch-search):
10052 Use `isearch-search-fun-default' and remove spacial case for
10053 `isearch-word'.
10054 (minibuffer-history-isearch-wrap): Remove spacial case for
10055 `isearch-word'.
10056
10057 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10058 Remove spacial case for `isearch-word'.
10059 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10060
10061 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10062
10063 Decrease XEmacs incompatibilities.
10064 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10065 Use `string-match'.
10066 (flyspell-delete-region-overlays): Use alternative definition for
10067 XEmacs.
10068 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10069 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10070 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10071 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10072 `define-obsolete-face-alias' under XEmacs, but old method.
10073
10074 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10075 `with-no-warnings' definition or Emacs alias.
10076 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10077 (ispell-word): Do not use `region-p' if XEmacs.
10078
10079 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10080
10081 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10082 Check for `ispell-dictionary-base-alist' instead of full
10083 `ispell-dictionary-alist'.
10084 (ispell-init-process): Show spellchecker when starting new Ispell
10085 process.
10086
10087 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10090 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10091
10092 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10093
10094 * version.el (motif-version-string, gtk-version-string)
10095 (ns-version-string): Declare.
10096
10097 2012-05-27 Juri Linkov <juri@jurta.org>
10098
10099 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10100 after the `eval-defun-1' specialcaseing
10101 like in `edebug-eval-defun' (bug#10181).
10102
10103 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10104 like in `eval-defun-1'.
10105
10106 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10107
10108 * mail/sendmail.el (mail-yank-region):
10109 Recognize rmail-yank-current-message in addition to insert-buffer.
10110 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10111 a *mail* buffer created through rmail-start-mail with sendmail as
10112 mail-user-agent.
10113
10114 2012-05-27 Chong Yidong <cyd@gnu.org>
10115
10116 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10117 Default to 256 (Bug#11267).
10118
10119 * help.el (describe-mode): Doc fix.
10120
10121 2012-05-26 Glenn Morris <rgm@gnu.org>
10122
10123 * w32-fns.el (w32-init-info): Remove.
10124 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10125
10126 * info.el (info-initialize): For self-contained NS builds, put the
10127 included info/ directory at the front. (Bug#2791)
10128
10129 * paths.el (Info-default-directory-list): Make it a defcustom,
10130 mainly so that we can use custom-initialize-delay.
10131
10132 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * subr.el (buffer-has-markers-at): Mark obsolete.
10135
10136 * subr.el (lambda): Use declare.
10137
10138 * emacs-lisp/lisp-mode.el (lambda):
10139 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10140
10141 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10142
10143 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10144
10145 2012-05-26 Glenn Morris <rgm@gnu.org>
10146
10147 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10148
10149 2012-05-25 Glenn Morris <rgm@gnu.org>
10150
10151 * paths.el: Remove no-byte-compile.
10152 * loadup.el: No need to load paths.el uncompiled.
10153
10154 * image.el (imagemagick-types-inhibit): Doc fix.
10155
10156 * version.el: Remove no-byte-compile and associated formatting.
10157 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10158 is ancient code from when there was an "inc-vers.el".
10159
10160 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * progmodes/gdb-mi.el: Minor style changes.
10163 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10164 Turn into minor modes.
10165 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10166 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10167 (gdb-shell): Remove unneeded let-binding.
10168 (gdb-get-many-fields): Eliminate O(n²) behavior.
10169
10170 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10171
10172 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10173 platforms that don't link in fontset.c.
10174
10175 2012-05-25 Juri Linkov <juri@jurta.org>
10176
10177 Use the same diff color scheme as in modern VCSes (bug#10181).
10178
10179 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10180 to avoid confusion with `diff-added' that now uses green colors.
10181 (diff-removed): Use shades of red.
10182 (diff-added): Use shades of green.
10183 (diff-changed): Leave just the yellow color.
10184 (diff-use-changed-face): New variable.
10185 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10186 how to highlight context diff changes.
10187 (diff-refine-change): Use shades of yellow.
10188 (diff-refine-removed): New face that uses shades of red.
10189 (diff-refine-added): New face that uses shades of green.
10190 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10191 `diff-refine-removed' in the call to `smerge-refine-subst'
10192 depending on the value of `diff-use-changed-face'.
10193
10194 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10195 (smerge-other): Use shades of green.
10196 (smerge-base): Use shades of yellow.
10197 (smerge-refined-change): Empty face.
10198 (smerge-refined-removed): New face that uses shades of red.
10199 (smerge-refined-added): New face that uses shades of green.
10200 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10201 args `props-r' and `props-a', and use them. Doc fix.
10202 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10203 on its value use different faces `smerge-refined-change',
10204 `smerge-refined-removed', `smerge-refined-added' in the call to
10205 `smerge-refine-subst'.
10206
10207 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10208 Add face condition `min-colors 88' with shades of red.
10209 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10210 `min-colors 88' with shades of green.
10211 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10212 `min-colors 88' with shades of yellow.
10213
10214 2012-05-24 Glenn Morris <rgm@gnu.org>
10215
10216 * paths.el (prune-directory-list, remote-shell-program): Move to...
10217 * files.el (prune-directory-list, remote-shell-program): ...here.
10218 For the latter, delay initialization, prefer ssh, just search PATH.
10219
10220 * paths.el (term-file-prefix): Move to faces.el (the only user).
10221 * faces.el (term-file-prefix): Move here, make it a defcustom.
10222
10223 * paths.el (news-directory, news-path, news-inews-program):
10224 Move to gnus/nnspool.el.
10225
10226 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10227
10228 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10229 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10230 Make the latter a defcustom, with a delayed initialization.
10231
10232 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10233 These were deleted from Gnus itself late 2010.
10234
10235 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10236
10237 * progmodes/which-func.el (which-func-ff-hook):
10238 Check against user-error, not error.
10239
10240 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10241 cl-specs.el, which no longer exists.
10242
10243 2012-05-22 Glenn Morris <rgm@gnu.org>
10244
10245 * info.el (info-emacs-bug): New command.
10246 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10247 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10248
10249 2012-05-21 Glenn Morris <rgm@gnu.org>
10250
10251 * makefile.w32-in (update-subdirs-SH):
10252 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10253
10254 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10257
10258 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10259 Simplify Maven regexp, and make sure the file can't start with a space
10260 (bug#11517).
10261
10262 2012-05-21 Glenn Morris <rgm@gnu.org>
10263
10264 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10265 Scrap superfluous subshells.
10266
10267 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10268
10269 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10270 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10271
10272 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10273
10274 * calc/calc.el (calc-ensure-consistent-units): New variable.
10275
10276 * calc/calc-units.el (math-consistent-units-p)
10277 (math-check-unit-consistency): New functions.
10278 (calc-quick-units, calc-convert-units):
10279 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10280 is non-nil.
10281 (calc-extract-units): Fix typo.
10282
10283 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10286
10287 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10288 (flyspell-default-deplacement-commands): Don't spell check after
10289 repeated window/frame switches (e.g. triggered by mouse-movement).
10290 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10291 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10292 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10293 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10294 Remove unused vars.
10295 (flyspell-get-casechars, flyspell-get-not-casechars):
10296 Simplify; Don't bother removing a ] just to add it back.
10297 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10298
10299 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10300
10301 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10302 New functions.
10303 (math-function-table): Add support for more C functions.
10304
10305 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10306
10307 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10308 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10309 Protect delay handling for otherchars against empty otherchars.
10310
10311 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10312
10313 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10314 their respective macro declarations.
10315 * skeleton.el (define-skeleton):
10316 * progmodes/compile.el (define-compilation-mode):
10317 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10318 (define-ibuffer-filter):
10319 * emacs-lisp/generic.el (define-generic-mode):
10320 * emacs-lisp/easy-mmode.el (define-minor-mode)
10321 (define-globalized-minor-mode):
10322 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10323 * emacs-lisp/byte-run.el (defsubst):
10324 * custom.el (deftheme): Add doc-string metadata.
10325
10326 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10327
10328 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10329
10330 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10331
10332 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10333
10334 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10335 * emacs-lisp/cl-macs.el: Idem.
10336 * emacs-lisp/cl-specs.el: Remove.
10337
10338 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 Minor renaming of internal CL functions and variables.
10341 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10342 (cl--position): Rename from cl-position.
10343 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10344 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10345 (cl--random-state): Rename from *random-state*.
10346
10347 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10348
10349 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10350 parens around the arg list (bug#11499).
10351
10352 2012-05-17 Juri Linkov <juri@jurta.org>
10353
10354 * isearch.el (word-search-regexp, word-search-backward)
10355 (word-search-forward, word-search-backward-lax)
10356 (word-search-forward-lax): Move functions from search.c
10357 (bug#10145, bug#11381).
10358
10359 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10360
10361 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10362 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10363 Delay for otherchars as for normal word components.
10364
10365 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10366
10367 * minibuffer.el (completion--sifn-requote): Fix last change.
10368 (minibuffer-local-must-match-filename-map):
10369 Move define-obsolete-variable-alias before its var.
10370
10371 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10374
10375 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10376 behavior.
10377 (completion--string-equal-p): New function.
10378 (completion--twq-all): Use it to get better assertion failure data.
10379
10380 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10381 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10382 (shell--requote-argument): New functions.
10383 (shell-completion-vars): Use them.
10384 (shell--parse-pcomplete-arguments): Rename from
10385 shell-parse-pcomplete-arguments.
10386 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10387 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10388 Obey comint-file-name-quote-list.
10389
10390 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10391 (smie-indent-keyword): Use it.
10392
10393 2012-05-14 Stefan Merten <smerten@oekonux.de>
10394
10395 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10396
10397 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * net/rlogin.el (rlogin-mode-map): Fix last change.
10400
10401 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10402
10403 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10404 the following \r\n using a single `process-send-string', since the
10405 Lotus SMTP server refuses to accept any commands if they are sent
10406 with two `process-send-string's (Bug#11444).
10407
10408 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * shell.el (shell-parse-pcomplete-arguments):
10411 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10412
10413 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10414
10415 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10416 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10417 (image-transform-width, image-transform-fit-width): New functions.
10418 (image-transform-properties): Use them.
10419 (image-transform-check-size): New function.
10420 (image-toggle-display-image): Use it (for testing).
10421 (image-transform-set-rotation): Reduce angle mod 360.
10422 Delete obsolete comment.
10423
10424 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10425
10426 * image-mode.el: Fix scaling (bug#11399).
10427 (image-transform-resize): Doc fix.
10428 (image-transform-properties): Default scale is 1 and height should
10429 be an integer.
10430
10431 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10432
10433 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10434 than hard-coding `car', to fix misbehavior when moving forward.
10435
10436 2012-05-13 Chong Yidong <cyd@gnu.org>
10437
10438 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10439 (tabulated-list-entries, tabulated-list-padding)
10440 (tabulated-list-sort-key): Make permanent-local.
10441
10442 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10443 (electric-buffer-list): Put electric buffer menu
10444 command descriptions in this docstring, instead of the docstring
10445 of electric-buffer-menu-mode. Code cleanups.
10446 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10447 Electric-buffer-menu-mode.
10448 (electric-buffer-update-highlight): Minor code cleanup.
10449
10450 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10451
10452 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10453 (Bug#11447)
10454
10455 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 Move define-obsolete-variable-alias before the var's definition.
10458 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10459 * tooltip.el (tooltip-hook):
10460 * textmodes/reftex-toc.el (reftex-toc-map):
10461 * textmodes/reftex-sel.el (reftex-select-label-map)
10462 (reftex-select-bib-map):
10463 * textmodes/reftex-index.el (reftex-index-map)
10464 (reftex-index-phrases-map):
10465 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10466 * progmodes/meta-mode.el (meta-mode-map):
10467 * novice.el (disabled-command-hook):
10468 * loadhist.el (unload-hook-features-list):
10469 * frame.el (blink-cursor):
10470 * files.el (find-file-not-found-hooks, write-file-hooks)
10471 (write-contents-hooks):
10472 * emulation/tpu-edt.el (GOLD-map):
10473 * emacs-lock.el (emacs-lock-from-exiting):
10474 * emacs-lisp/generic.el (generic-font-lock-defaults):
10475 * emacs-lisp/chart.el (chart-map):
10476 * dos-fns.el (register-name-alist):
10477 * dired-x.el (dired-omit-files-p):
10478 * desktop.el (desktop-enable):
10479 * cus-edit.el (custom-mode-hook):
10480 * buff-menu.el (buffer-menu-mode-hook):
10481 * bookmark.el (bookmark-read-annotation-text-func)
10482 (bookmark-exit-hooks):
10483 * allout.el (allout-mode-deactivate-hook)
10484 (allout-exposure-change-hook, allout-structure-added-hook)
10485 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10486 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10487 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10488 comes before the corresponding variable's definition.
10489
10490 2012-05-12 Chong Yidong <cyd@gnu.org>
10491
10492 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10493 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10494 (Buffer-menu-mode-map): Bind it.
10495 (Buffer-menu--pretty-name): Add a mouse-face property.
10496
10497 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10500 (prolog-upper-case-string, prolog-lower-case-string)
10501 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10502 (prolog-use-smie, prolog-smie-grammar): New vars.
10503 (prolog-smie-forward-token, prolog-smie-backward-token)
10504 (prolog-smie-rules): New funs.
10505 (prolog-comment-indent): Remove.
10506 (prolog-mode-variables): Use default comment indentation instead.
10507 Setup SMIE.
10508 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10509 (prolog-mode): Don't call them any more.
10510 (prolog-electric-colon, prolog-electric-dash)
10511 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10512
10513 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10514
10515 * minibuffer.el (completion--twq-all): Again, allow case differences.
10516
10517 * term.el: Move keymap initialization code to be more idiomatic.
10518 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10519 (term-terminal-menu): Move initialization into declaration.
10520 (term-escape-char): Let the user set it in her .emacs.
10521
10522 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10523 Provide SMIE-based indentation (not enabled by default yet).
10524 (sh-mode-map): Don't bind electric keys.
10525 Use electric-pair-mode instead of skeleton-pair.
10526 (sh-assignment-regexp): Fit within 80 columns.
10527 (sh-indent-supported): Specify actual shell name instead of boolean.
10528 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10529 (sh-maybe-here-document): Use it. Make obsolete.
10530 (sh-electric-here-document-mode) New minor mode.
10531 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10532 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10533 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10534 (sh-smie-rc-grammar, sh-use-smie): New vars.
10535 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10536 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10537 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10538 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10539 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10540 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10541 (sh-set-shell): Use smie-setup if requested.
10542
10543 * term.el (term-set-escape-char): Properly set term-escape-char.
10544 See http://stackoverflow.com/questions/10524656.
10545
10546 2012-05-10 Chong Yidong <cyd@gnu.org>
10547
10548 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10549 Use url-generic-parse-url, and handle host names and Windows
10550 filenames properly.
10551 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10552 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10553 URL schemes to work on.
10554 (ffap--toggle-read-only): New function.
10555 (ffap-read-only, ffap-read-only-other-window)
10556 (ffap-read-only-other-frame): Use it.
10557 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10558 necessary for ffap-url-unwrap-remote.
10559
10560 2012-05-10 Dave Abrahams <dave@boostpro.com>
10561
10562 * cus-start.el (create-lockfiles): Add it.
10563
10564 2012-05-09 Chong Yidong <cyd@gnu.org>
10565
10566 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10567 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10568
10569 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10572
10573 2012-05-09 Chong Yidong <cyd@gnu.org>
10574
10575 * ansi-color.el (ansi-color-process-output): Check for validity of
10576 comint-last-output-start before using it. This avoids a bad
10577 interaction with gdb-mi's input/output buffer.
10578
10579 2012-05-09 Glenn Morris <rgm@gnu.org>
10580
10581 * files.el (dir-locals-read-from-file):
10582 Mention dir-locals in any error message.
10583
10584 2012-05-09 Chong Yidong <cyd@gnu.org>
10585
10586 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10587 package (Bug#11410).
10588
10589 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10590 variables into description.
10591
10592 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10595 shell-delimiter-argument-list (bug#11348).
10596 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10597
10598 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10599
10600 * textmodes/rst.el: Silence byte-compiler warnings.
10601 (rst-re-alist, rst-reset-section-caches): Move around.
10602 (rst-re): Use `characterp', not `char-valid-p'.
10603 (font-lock-beg, font-lock-end): Declare.
10604
10605 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10606 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10607
10608 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10609
10610 2012-05-08 Glenn Morris <rgm@gnu.org>
10611
10612 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10613
10614 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * vc/log-edit.el: Add GNU coding standards highlighting.
10617 (log-edit-font-lock-gnu-style)
10618 (log-edit-font-lock-gnu-keywords): New vars.
10619 (log-edit-font-lock-keywords): New fun.
10620 (log-edit-mode): Don't fold case in font-lock.
10621 (log-edit-font-lock-keywords): Do not assume case-folding.
10622
10623 * imenu.el: Misc cleanup. Make docstrings out of comments.
10624 Use lexical-binding.
10625 (imenu--index-alist, imenu--last-menubar-index-alist)
10626 (imenu-menubar-modified-tick): Use defvar-local.
10627 (imenu--split-menu): Remove unused var.
10628 (imenu--cleanup-seen): Declare as global.
10629 (imenu--cleanup): Use dolist.
10630
10631 * subr.el (defvar-local): Add debug spec and doc-string position.
10632
10633 2012-05-08 Glenn Morris <rgm@gnu.org>
10634
10635 * language/burmese.el, language/cham.el, language/czech.el:
10636 * language/english.el, language/georgian.el, language/greek.el:
10637 * language/japanese.el, language/khmer.el, language/korean.el:
10638 * language/lao.el, language/misc-lang.el, language/romanian.el:
10639 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10640 * language/thai.el, language/utf-8-lang.el:
10641 Remove no-byte-compile setting.
10642
10643 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10644
10645 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10646
10647 * progmodes/make-mode.el (makefile-browse):
10648 Remove unnecessary interactive. (Bug#11324)
10649
10650 2012-05-07 Glenn Morris <rgm@gnu.org>
10651
10652 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10653
10654 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10655
10656 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10657
10658 * loadup.el: Preload newcomment.el.
10659 * newcomment.el: Move autoload-only code to toplevel.
10660
10661 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10662 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10663 Handle new :right-align column property.
10664 (tabulated-list-print-col): Idem, plus use `display' text-property to
10665 try and preserve alignment for variable pitch fonts.
10666
10667 2012-05-07 Chong Yidong <cyd@gnu.org>
10668
10669 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10670 (tabulated-list-use-header-line): New var.
10671 (tabulated-list-init-header): Use it.
10672 (tabulated-list-print-fake-header): New function.
10673 (tabulated-list-print): Use it.
10674 (tabulated-list-sort-button-map): Add non-header-line commands.
10675 (tabulated-list-init-header): Add column name property to basic
10676 labels as well.
10677 (tabulated-list-col-sort): Handle non-header-line button case.
10678 (tabulated-list--sort-by-column-name): Fix a corner case.
10679
10680 * buff-menu.el (list-buffers--refresh):
10681 Handle Buffer-menu-use-header-line.
10682
10683 2012-05-06 Chong Yidong <cyd@gnu.org>
10684
10685 * buff-menu.el: Convert to Tabulated List mode.
10686 (Buffer-menu-buffer+size-width): Make obsolete.
10687 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10688 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10689 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
10690 documentation into docstring of buffer-menu.
10691 (Buffer-menu-toggle-files-only): Add an informative message.
10692 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10693 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10694 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10695 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10696 (Buffer-menu-execute, Buffer-menu-select)
10697 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10698 (Buffer-menu-bury): Use Tabulated List machinery.
10699 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10700 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10701 Delete.
10702 (list-buffers--refresh): New function.
10703 (list-buffers-noselect): Use it.
10704 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10705 (Buffer-menu--pretty-file-name): New helper functions.
10706
10707 * loadup.el: Preload tabulated-list.
10708
10709 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10710 tabulated-list-sort-column.
10711 (tabulated-list-init-header): Add the initial aligning space even
10712 if tabulated-list-padding is zero.
10713
10714 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
10715
10716 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10717 whose cdr is not a cons cell correctly (bug#11038).
10718
10719 2012-05-06 Chong Yidong <cyd@gnu.org>
10720
10721 * emacs-lisp/tabulated-list.el (tabulated-list-format):
10722 Accept additional plist in column descriptors.
10723 (tabulated-list-init-header): Obey it.
10724 (tabulated-list-get-entry): New function.
10725 (tabulated-list-put-tag): Use it. Use string-width instead of
10726 length.
10727 (tabulated-list--column-number): New function.
10728 (tabulated-list-print): Use it.
10729 (tabulated-list-print-col): New function.
10730 Set `tabulated-list-column-name' property on each column's text.
10731 (tabulated-list-print-entry): Use it.
10732 (tabulated-list-delete-entry, tabulated-list-set-col):
10733 New functions.
10734 (tabulated-list-sort-column): New command (Bug#11337).
10735
10736 * buff-menu.el (list-buffers): Move C-x C-b binding from
10737 buff-menu.el to bindings.el.
10738
10739 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10740 :advertised-binding feature.
10741
10742 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10743
10744 * progmodes/compile.el (compilation-internal-error-properties):
10745 Calculate start position correctly when end-col is set but
10746 end-line is not (Bug#11382).
10747
10748 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
10749
10750 * man.el (Man-unindent): Use text-property-default-nonsticky to
10751 prevent untabify from inheriting face properties (Bug#11408).
10752
10753 2012-05-05 Stefan Merten <smerten@oekonux.de>
10754
10755 * textmodes/rst.el: Major merge with upstream development up to
10756 Docutils SVN r7399 / rst.el V1.2.1.
10757
10758 Clarify maintainership and authors.
10759
10760 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10761 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10762 (rst-official-version, rst-official-cvs-rev, rst-version)
10763 (rst-package-emacs-version-alist): New functions and variables
10764 for version information.
10765
10766 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10767 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10768 (rst-mode-syntax-table, rst-mode): New and corrected functions
10769 and variables representing reStructuredText features.
10770
10771 (rst-re): New function for reStructuredText regexes. Use in
10772 many places.
10773
10774 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10775 (rst-mode-map): Rebind keys.
10776
10777 (rst-mode-lazy, rst-font-lock-keywords)
10778 (rst-font-lock-extend-region)
10779 (rst-font-lock-extend-region-internal)
10780 (rst-font-lock-extend-region-extend)
10781 (rst-font-lock-find-unindented-line-limit)
10782 (rst-font-lock-find-unindented-line-match)
10783 (rst-adornment-level, rst-font-lock-adornment-level)
10784 (rst-font-lock-adornment-match)
10785 (rst-font-lock-handle-adornment-pre-match-form)
10786 (rst-font-lock-handle-adornment-matcher): Major revision of
10787 font-locking. Integrate with other code. Use `jit-lock-mode'.
10788
10789 (rst-preferred-adornments, rst-adjust-hook)
10790 (rst-new-adornment-down, rst-preferred-bullets)
10791 (rst-preferred-bullets, rst-indent, rst-indent-width)
10792 (rst-indent-field, rst-indent-literal-normal)
10793 (rst-indent-literal-minimized, rst-indent-comment): Change,
10794 extend and improve customization.
10795
10796 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10797 (rst-normalize-cursor-position, rst-get-decoration)
10798 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10799 (rst-rstrip, rst-toc-insert-find-delete-contents)
10800 (rst-shift-fill-region, rst-compute-bullet-tabs)
10801 (rst-debug-print-tabs, rst-debug-mark-found)
10802 (rst-shift-region-guts, rst-shift-region-right)
10803 (rst-shift-region-left, rst-use-char-classes)
10804 (rst-font-lock-keywords-function)
10805 (rst-font-lock-indentation-point)
10806 (rst-font-lock-find-unindented-line-begin)
10807 (rst-font-lock-find-unindented-line-end)
10808 (rst-font-lock-find-unindented-line)
10809 (rst-font-lock-adornment-point, rst-font-lock-level)
10810 (rst-adornment-level-alist): Remove functions and variables.
10811
10812 (rst-compare-adornments, rst-get-adornment-match)
10813 (rst-suggest-new-adornment, rst-get-adornments-around)
10814 (rst-adornment-complete-p, rst-get-next-adornment)
10815 (rst-adjust-adornment, rst-display-adornments-hierarchy)
10816 (rst-straighten-adornments): Standardize function names to
10817 use "adornment" instead of "decoration". Correct callers.
10818 Similar standardizing in many places.
10819
10820 (rst-update-section, rst-adjust, rst-promote-region)
10821 (rst-enumerate-region, rst-bullet-list-region)
10822 (rst-repeat-last-character): Correct use of `interactive'.
10823
10824 (rst-classify-adornment, rst-find-all-adornments)
10825 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10826 (rst-find-leftmost-column, rst-repeat-last-character):
10827 Refactor functions.
10828
10829 (rst-find-title-line, rst-reset-section-caches)
10830 (rst-get-adornments-around, rst-adjust-adornment-work)
10831 (rst-arabic-to-roman, rst-roman-to-arabic)
10832 (rst-insert-list-pos, rst-insert-list-new-item)
10833 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10834 New functions.
10835
10836 (rst-all-sections, rst-section-hierarchy)
10837 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10838 New variables.
10839
10840 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10841 configuration instead of only buffer. Change where necessary.
10842
10843 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10844 (rst-shift-region, rst-adaptive-fill): New functions for
10845 indentation and filling.
10846
10847 (rst-comment-line-break, rst-comment-indent)
10848 (rst-comment-insert-comment, rst-comment-region)
10849 (rst-uncomment-region): New functions for handling comments.
10850
10851 (rst-compile): Quote shell arguments.
10852
10853 (rst-compile-pdf-preview, rst-compile-slides-preview):
10854 Delete temporary files after use.
10855
10856 2012-05-05 Glenn Morris <rgm@gnu.org>
10857
10858 * calendar/cal-html.el: Optionally include holidays in the output.
10859 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10860 (cal-html-holidays): New option.
10861 (cal-html-css-default): Add holiday entry.
10862 (holiday-in-range): Autoload it.
10863 (cal-html-htmlify-entry): Add optional class argument.
10864 (cal-html-htmlify-list): Add optional holidays argument.
10865 (cal-html-insert-agenda-days): Include holidays in the output.
10866 (cal-html-one-month): Maybe include holidays.
10867
10868 * calendar/holidays.el (holiday-in-range):
10869 Move here from cal-tex-list-holidays.
10870 * calendar/cal-tex.el (cal-tex-list-holidays):
10871 Make it an obsolete alias for holiday-in-range. Update all callers.
10872
10873 2012-05-05 Chong Yidong <cyd@gnu.org>
10874
10875 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10876 Nextstep.
10877
10878 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
10879
10880 * files.el (file-auto-mode-skip): New var.
10881 (set-auto-mode-1): Use it.
10882
10883 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * repeat.el: Use lexical-binding.
10886 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10887 (repeat-undo-count): Remove.
10888 (repeat):
10889 * progmodes/octave-mod.el (octave-abbrev-start):
10890 * progmodes/f90.el (f90-abbrev-start):
10891 * face-remap.el (text-scale-adjust):
10892 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10893
10894 * emacs-lisp/pcase.el (pcase--let*): New function.
10895 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10896 a bit more.
10897 (pcase--split-pred): Be more clever about ruling out overlap between
10898 a predicate and some constant pattern.
10899 (pcase--q1): Use `null' instead of (eq foo nil).
10900
10901 * subr.el (setq-local, defvar-local): New macros.
10902 (kbd): Redefine as an alias.
10903 (with-selected-window): Leave unrelated frames alone.
10904 (set-temporary-overlay-map): New function.
10905
10906 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * subr.el (user-error): New function.
10909 * window.el (switch-to-buffer):
10910 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10911 (smerge-match-conflict):
10912 * simple.el (previous-matching-history-element)
10913 (next-matching-history-element, goto-history-element, undo-more)
10914 (undo-start):
10915 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10916 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10917 (next-file, tags-loop-scan, list-tags, complete-tag):
10918 * progmodes/compile.el (compilation-loop):
10919 * mouse.el (mouse-minibuffer-check):
10920 * man.el (Man-bgproc-sentinel, Man-goto-page):
10921 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10922 (Info-history-forward, Info-follow-reference, Info-menu)
10923 (Info-extract-menu-item, Info-extract-menu-counting)
10924 (Info-forward-node, Info-backward-node, Info-next-menu-item)
10925 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
10926 (Info-next-reference, Info-prev-reference, Info-index)
10927 (Info-index-next, Info-follow-nearest-node)
10928 (Info-copy-current-node-name):
10929 * imenu.el (imenu--make-index-alist)
10930 (imenu-default-create-index-function, imenu-add-to-menubar):
10931 * files.el (basic-save-buffer, recover-file):
10932 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10933 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10934 (checkdoc-message-text, checkdoc-defun):
10935 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
10936 * cus-edit.el (customize-changed-options, customize-rogue)
10937 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
10938 (custom-variable-mark-to-reset-standard)
10939 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
10940 (custom-file):
10941 * completion.el (check-completion-length):
10942 * comint.el (comint-search-arg)
10943 (comint-previous-matching-input-string-position)
10944 (comint-previous-matching-input)
10945 (comint-replace-by-expanded-history-before-point, comint-send-input)
10946 (comint-copy-old-input, comint-backward-matching-input)
10947 (comint-goto-process-mark, comint-set-process-mark):
10948 * calendar/calendar.el (calendar-cursor-to-date): Use it.
10949 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
10950
10951 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * dabbrev.el (dabbrev--ignore-case-p): New function.
10954 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
10955 Use it.
10956
10957 * files.el (automount-dir-prefix): Mark as obsolete.
10958
10959 2012-05-04 Glenn Morris <rgm@gnu.org>
10960
10961 * patcomp.el, play/bruce.el: Move to obsolete/.
10962
10963 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
10964
10965 Fix minor Y10k bugs.
10966 * arc-mode.el (archive-unixdate):
10967 * autoinsert.el (auto-insert-alist):
10968 * calc/calc-forms.el (math-this-year):
10969 * emacs-lisp/copyright.el (copyright-current-year)
10970 (copyright-update-year, copyright):
10971 * tar-mode.el (tar-clip-time-string):
10972 * time.el (display-time-update):
10973 Don't assume years have 4 digits.
10974
10975 2012-05-04 Chong Yidong <cyd@gnu.org>
10976
10977 * dos-w32.el (file-name-buffer-file-type-alist)
10978 (direct-print-region-use-command-dot-com):
10979 * ffap.el (ffap-menu-regexp):
10980 * find-file.el (ff-special-constructs):
10981 * follow.el (follow-debug):
10982 * forms.el (forms--debug):
10983 * iswitchb.el (iswitchb-all-frames):
10984 * ido.el (ido-all-frames):
10985 * emacs-lisp/timer.el (timer-max-repeats):
10986 * mail/feedmail.el (feedmail-mail-send-hook)
10987 (feedmail-mail-send-hook-queued):
10988 * mail/footnote.el (footnote-signature-separator):
10989 * mail/mailabbrev.el (mail-alias-separator-string)
10990 (mail-abbrev-mode-regexp):
10991 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
10992 * progmodes/idlwave.el (idlwave-libinfo-file)
10993 (idlwave-default-completion-case-is-down)
10994 (idlwave-library-routines): Convert defvars to defcustoms.
10995
10996 * mail/rmail.el (rmail-decode-mime-charset):
10997 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
10998 (idlwave-shell-fix-inserted-breaks)
10999 (idlwave-shell-activate-alt-keybindings)
11000 (idlwave-shell-use-breakpoint-glyph):
11001 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11002
11003 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11004
11005 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11006
11007 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11008
11009 * progmodes/verilog-mode.el (font-lock-keywords):
11010 Fix mis-highligting auto. Reported by Craig Barner.
11011 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11012 defines from global name space. Reported by Dan Dever.
11013 (verilog-auto-reset, verilog-auto-reset-widths)
11014 (verilog-auto-tieoff): Support using unbased numbers for
11015 AUTORESET and AUTOTIEOFF.
11016 (verilog-submit-bug-report): Update variable list.
11017 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11018 parenthesis from not matching. Reported by Michael Rytting.
11019 (verilog-auto-template-lint): Fix hash error when linting modules
11020 with no used templates.
11021 (verilog-warn, verilog-warn-error)
11022 (verilog-warn-fatal): When non-interactive report multiple
11023 warnings before exiting. Suggested by Brad Dobbie.
11024 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11025 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11026 to report unused template errors. Reported by Brad Dobbie.
11027 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11028 nets, bug438. Reported by Vns Blore.
11029 (verilog-auto-inout-module, verilog-auto-reg)
11030 (verilog-read-decls, verilog-read-sub-decls-sig)
11031 (verilog-signals-edit-wire-reg, verilog-signals-with):
11032 Fix passing of Verilog data types in ANSI input/output ports
11033 such as "output logic" into the AUTOs. Special case "wire" and
11034 "reg" for backwards compatibility presuming Verilog 2001.
11035 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11036 (verilog-preprocess): Fix replication of preprocess output.
11037 Reported by Brad Dobbie.
11038 (verilog-auto-inst-interfaced-ports):
11039 Create verilog-auto-inst-interfaced-ports, bug429.
11040 Reported by Julian Gorfajn.
11041 (verilog-after-save-font-hook)
11042 (verilog-before-save-font-hook): New variable.
11043 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11044 (verilog-save-font-mods): Wrap disabling fontification, reported
11045 by David Rogoff.
11046 (verilog-do-indent, verilog-pretty-declarations-auto)
11047 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11048 Reported by Pierre-David Pfister.
11049 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11050 of class declarations, bug292. Reported by Kevin Heilman.
11051 (verilog-read-decls): Fix 'parameter type' not appearing in
11052 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11053 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11054 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11055 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11056 Reported by David Kravitz.
11057
11058 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11059
11060 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11061 assignment with tests in ifs and for loops.
11062 (verilog-extended-complete-re, verilog-complete-reg): Change so
11063 that DPI inport functions don't look like fuction declarations.
11064 (verilog-pretty-expr): Don't line up assignment
11065 operations to the test and increment in if and for loops
11066 (verilog-extended-complete-re, verilog-complete-reg): Change so
11067 that DPI inport functions don't look like fuction declarations.
11068
11069 2012-05-03 Kenichi Handa <handa@m17n.org>
11070
11071 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11072 decoding, and show a warning message without signaling an error
11073 (Bug#11282).
11074
11075 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11076
11077 * emacs-lisp/bytecomp.el
11078 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11079 since cconv.el might have introduced :fun-body, internal-make-closure,
11080 and friends for bytecomp to handle (bug#11391).
11081 * custom.el (defcustom): Avoid ((λ ..) ..).
11082
11083 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11086
11087 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11088
11089 * notifications.el (dbus-debug):
11090 * term/linux.el (gpm-mouse-enable):
11091 * term/screen.el (xterm-register-default-colors): Declare.
11092
11093 2012-05-02 Chong Yidong <cyd@gnu.org>
11094
11095 * cus-start.el (gc-cons-percentage, exec-suffixes)
11096 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11097 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11098 (make-cursor-line-fully-visible, void-text-area-pointer)
11099 (font-list-limit): Add customization data.
11100
11101 * allout.el (allout-exposure-change-functions)
11102 (allout-structure-added-functions)
11103 (allout-structure-deleted-functions)
11104 (allout-structure-shifted-functions): Rename abnormal hooks from
11105 *-hook, and convert to defcustoms.
11106 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11107 Convert to defcustoms.
11108 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11109
11110 * allout-widgets.el: Hook callers changed.
11111
11112 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11113
11114 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11115 the yanked message in preference to the default value of
11116 buffer-file-coding-system.
11117
11118 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11119
11120 * window.el (display-buffer--action-function-custom-type):
11121 Fix entry.
11122
11123 2012-05-02 Alan Mackenzie <acm@muc.de>
11124
11125 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11126
11127 2012-05-01 Glenn Morris <rgm@gnu.org>
11128
11129 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11130
11131 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11132
11133 * cus-edit.el (custom-variable-documentation): Simplify with format.
11134
11135 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11136 Stefan Monnier <monnier@iro.umontreal.ca>
11137
11138 * simple.el (suggest-key-bindings, execute-extended-command):
11139 Move from keyboard.c.
11140
11141 2012-05-01 Chong Yidong <cyd@gnu.org>
11142
11143 * follow.el: Eliminate advice.
11144 (set-process-filter, process-filter, sit-for): Advice deleted.
11145 (follow-mode-off-hook): Obsolete hook removed.
11146 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11147 Vars deleted.
11148 (follow-auto): Use a :set function.
11149 (follow-mode): Rewritten. Don't advise process filters.
11150 (follow-switch-to-current-buffer-all, follow-scroll-up)
11151 (follow-scroll-down): Assume follow-mode is bound.
11152 (follow-comint-scroll-to-bottom)
11153 (follow-align-compilation-windows): New functions.
11154 (follow--window-sorter): New function.
11155 (follow-all-followers): Use it to explicitly sort windows by their
11156 positions; don't make assumptions about next-window order.
11157 (follow-windows-start-end, follow-delete-other-windows-and-split)
11158 (follow-calc-win-start): Doc fix.
11159 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11160 vertical-motion unnecessarily.
11161 (follow-adjust-window): New function.
11162 (follow-post-command-hook): Use it.
11163 (follow-call-set-process-filter, follow-call-process-filter)
11164 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11165 (follow-stop-intercept-process-output, follow-generic-filter):
11166 Functions deleted.
11167 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11168 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11169 New functions, replacing advice on scroll-bar-* commands.
11170 (follow-mwheel-scroll): New function (Bug#4112).
11171
11172 * comint.el (comint-adjust-point): New function.
11173 (comint-postoutput-scroll-to-bottom): Use it.
11174 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11175
11176 2012-05-01 Glenn Morris <rgm@gnu.org>
11177
11178 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11179 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11180 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11181 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11182 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11183 Remove no-byte-compile setting.
11184
11185 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11188 all-completions code to not return a number in the last cdr.
11189
11190 2012-04-30 Leo Liu <sdl.web@gmail.com>
11191
11192 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11193 read-only error.
11194
11195 2012-04-29 Chong Yidong <cyd@gnu.org>
11196
11197 * follow.el (follow-calc-win-end): Rewrite to handle partial
11198 screen lines correctly (Bug#8390).
11199 (follow-avoid-tail-recenter): Minor cleanup.
11200
11201 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11202
11203 Avoid the obsolete `assoc' package.
11204 * speedbar.el (speedbar-refresh): Avoid adelete.
11205 (speedbar-file-lists): Simplify and avoid aput.
11206 * man.el (Man--sections, Man--refpages): New vars, replacing
11207 Man-sections-alist and Man-refpages-alist.
11208 (Man-build-section-alist, Man-build-references-alist):
11209 Use them; avoid aput.
11210 (Man--last-section, Man--last-refpage): New vars.
11211 (Man-follow-manual-reference): Use them.
11212 Use the `default' arg of completing-read.
11213 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11214
11215 2012-04-27 Chong Yidong <cyd@gnu.org>
11216
11217 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11218
11219 * startup.el (x-apply-session-resources): New function.
11220
11221 * term/ns-win.el (ns-initialize-window-system):
11222 * term/w32-win.el (w32-initialize-window-system):
11223 * term/x-win.el (x-initialize-window-system): Use it to properly
11224 set menu-bar-mode and other vars from X resources, even if the
11225 initial frame is not a window-system frame (Bug#2299).
11226
11227 * subr.el (read-key): Avoid running filter function when setting
11228 up temporary tool bar entries (Bug#9922).
11229
11230 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11231
11232 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11233 (Bug#11344)
11234
11235 2012-04-27 Chong Yidong <cyd@gnu.org>
11236
11237 * select.el (xselect--encode-string): New function, split from
11238 xselect-convert-to-string.
11239 (xselect-convert-to-string): Use it.
11240 (xselect-convert-to-filename, xselect-convert-to-os)
11241 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11242 returned strings are properly encoded (Bug#11315).
11243
11244 2012-04-27 Chong Yidong <cyd@gnu.org>
11245
11246 * simple.el (delete-active-region): Move to killing custom group.
11247
11248 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11249
11250 * progmodes/which-func.el (which-func-current): Quote %
11251 characters for mode-line processing.
11252
11253 2012-04-27 Chong Yidong <cyd@gnu.org>
11254
11255 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11256 reaching eob (Bug#11286).
11257
11258 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11259
11260 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11261 (gdb): Make it buffer-local and init to zero.
11262 (gdb-control-commands-regexp): New variable.
11263 (gdb-send): Don't wrap in "-interpreter-exec console" if
11264 gdb-control-level is positive. Increment gdb-control-level
11265 whenever the command matches gdb-control-commands-regexp, and
11266 decrement it each time the command is "end". (Bug#11279)
11267
11268 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11269
11270 * window.el (adjust-window-trailing-edge, enlarge-window)
11271 (shrink-window, window-resize):
11272 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11273 windows (Bug#11276).
11274
11275 2012-04-27 Chong Yidong <cyd@gnu.org>
11276
11277 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11278 fix "missing prefix" warning. All callers changed.
11279
11280 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11281
11282 * emacs-lisp/assoc.el: Move to obsolete/.
11283
11284 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11287
11288 * term/ns-win.el (ns-define-service):
11289 * progmodes/pascal.el (pascal-goto-defun):
11290 * progmodes/js.el (js--read-tab):
11291 * progmodes/etags.el (tags-lazy-completion-table):
11292 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11293 * emacs-lisp/ewoc.el (ewoc--wrap):
11294 * emacs-lisp/assoc.el (aput, adelete, amake):
11295 * doc-view.el (doc-view-convert-current-doc):
11296 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11297
11298 2012-04-26 Chong Yidong <cyd@gnu.org>
11299
11300 * image.el (image-type-from-buffer): Only return supported image
11301 type (Bug#9045).
11302
11303 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11304 value, for symmetry with diff-end-of-hunk.
11305 (diff-split-hunk, diff-find-source-location)
11306 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11307 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11308 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11309 compute the relevant hunk or file properly (Bug#6005).
11310 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11311
11312 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11313
11314 * vc/vc-mtn.el:
11315 * vc/vc-hg.el:
11316 * vc/vc-git.el:
11317 * vc/vc-dir.el:
11318 * vc/vc-cvs.el:
11319 * vc/vc-bzr.el:
11320 * vc/vc-arch.el:
11321 * vc/vc.el: Replace lexical-let by lexical-binding.
11322 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11323 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11324 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11325
11326 2012-04-26 Chong Yidong <cyd@gnu.org>
11327
11328 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11329 (diff-mode-shared-map): Bind it to / and [remap undo].
11330
11331 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11332 (ediff-window-setup-function): Use it as the default, to set up
11333 windows based on whether the current frame is graphical (Bug#2138).
11334 (ediff-choose-window-setup-function-automatically): Make obsolete.
11335
11336 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11337
11338 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * ffap.el: Remove old code for obsolete package.
11341 (ffap-complete-as-file-p): Remove.
11342
11343 Use completion-table-with-quoting for comint and pcomplete.
11344 * comint.el (comint--unquote&requote-argument)
11345 (comint--unquote-argument, comint--requote-argument): New functions.
11346 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11347 (comint-quote-filename): Use regexp-opt-charset.
11348 (comint--common-suffix, comint--common-quoted-suffix)
11349 (comint--table-subvert): Remove.
11350 (comint-unquote-function, comint-requote-function): New vars.
11351 (comint--complete-file-name-data): Use them with
11352 completion-table-with-quoting.
11353 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11354 * pcomplete.el (pcomplete-arg-quote-list)
11355 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11356 (pcomplete-unquote-argument-function): Default to non-nil.
11357 (pcomplete-unquote-argument): Simplify.
11358 (pcomplete--common-quoted-suffix): Remove.
11359 (pcomplete-requote-argument-function): New var.
11360 (pcomplete--common-suffix): New function.
11361 (pcomplete-completions-at-point): Use completion-table-with-quoting
11362 and completion-table-subvert.
11363
11364 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11365 (minibuffer--double-dollars): Preserve properties.
11366 (completion--sifn-requote): New function.
11367 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11368
11369 * minibuffer.el: Add support for completion of quoted/escaped data.
11370 (completion-table-with-quoting, completion-table-subvert): New funs.
11371 (completion--twq-try, completion--twq-all): New functions.
11372 (completion--nth-completion): New function.
11373 (completion-try-completion, completion-all-completions): Use it.
11374
11375 2012-04-25 Leo Liu <sdl.web@gmail.com>
11376
11377 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11378 Use compilation-message if available to find real filename.
11379
11380 2012-04-25 Chong Yidong <cyd@gnu.org>
11381
11382 * vc/diff-mode.el (diff-setup-whitespace): New function.
11383 (diff-mode): Use it.
11384
11385 * vc/diff.el (diff-sentinel):
11386 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11387 Whitespace mode variables based on diff style (Bug#8612).
11388
11389 2012-04-25 Leo Liu <sdl.web@gmail.com>
11390
11391 * progmodes/python.el (python-send-region): Add suffix .py to the
11392 temp file.
11393
11394 * files.el (auto-mode-alist): Use javascript-mode instead.
11395
11396 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11397
11398 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11399
11400 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11401 (soap-resolve-references-for-array-type): Hack to prevent self
11402 references, see Bug#9.
11403 (soap-parse-envelope): Report the contents of the 'detail' node
11404 when receiving a fault reply.
11405 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11406
11407 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11408 (soap-inspect-simple-type): New function.
11409
11410 * net/soap-client.el (soap-simple-type): New struct.
11411 (soap-default-xsd-types, soap-default-soapenc-types)
11412 (soap-decode-basic-type, soap-encode-basic-type):
11413 support unsignedInt and double basic types.
11414 (soap-resolve-references-for-simple-type)
11415 (soap-parse-simple-type, soap-encode-simple-type): New function.
11416 (soap-parse-schema): Parse xsd:simpleType declarations.
11417
11418 * net/soap-client.el (soap-default-xsd-types)
11419 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11420 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11421 the local name of "soapenc:Array".
11422 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11423 decoding integer, byte and anyURI xsd types.
11424
11425 2012-04-25 Chong Yidong <cyd@gnu.org>
11426
11427 * cus-edit.el (custom-buffer-create-internal): Update header text.
11428
11429 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11430
11431 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11432 settings on 'system-type', not on 'window-system'. On MS-Windows,
11433 set interactive-mode on in GDB.
11434
11435 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11436
11437 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11438 (ruby-syntax-propertize-regexp): Remove.
11439 (ruby-syntax-propertize-function): Split regexp into chunks.
11440 Match following code directly.
11441
11442 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11443
11444 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11445 (ruby-syntax-propertize-regexp): New function.
11446 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11447 by a special keyword.
11448
11449 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11450 (ruby-syntax-general-delimiters-goto-beg)
11451 (ruby-syntax-propertize-general-delimiters): New functions.
11452 (ruby-syntax-propertize-function): Use them to handle GDL.
11453 (ruby-font-lock-keywords): Move old handling of GDL...
11454 (ruby-font-lock-syntactic-keywords): .. to here.
11455 (ruby-calculate-indent): Adjust indentation for GDL.
11456
11457 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11458
11459 * notifications.el (top): Remove unneeded declarations.
11460 (notifications-specification-version): Change to "1.2".
11461 (notifications-interface, notifications-notify-method)
11462 (notifications-close-notification-method): Fix docstring.
11463 (notifications-get-capabilities-method): New defconst.
11464 (notifications-notify): Add :action-items, :resident and
11465 :transient hints. Change "image_data" to "image-data" and
11466 "image_path" to "image-path".
11467 (notifications-get-capabilities): New defun.
11468
11469 2012-04-24 Leo Liu <sdl.web@gmail.com>
11470
11471 * progmodes/python.el: Move hideshow setup to the end.
11472
11473 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11474
11475 * window.el (handle-select-window): Clear echo area since this is
11476 no more done by read_char (Bug#11304).
11477
11478 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11479
11480 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11481 and `/ M' to filter-derived-mode.
11482 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11483 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11484 (ibuffer-mark-by-mode): Use default rather than initial-input.
11485 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11486
11487 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11488
11489 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11490 (ibuffer-filter-by-derived-mode): New filter.
11491 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11492
11493 2012-04-23 Andreas Politz <politza@fh-trier.de>
11494
11495 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11496
11497 2012-04-23 Chong Yidong <cyd@gnu.org>
11498
11499 * cus-edit.el (customize-apropos, customize-apropos-options):
11500 Disable matching of non-option variables (Bug#11176).
11501 (customize-option, customize-option-other-window)
11502 (customize-changed-options): Doc fix.
11503 (customize-apropos-options, customize-apropos-faces)
11504 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11505
11506 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11507 Fix word list splitting (Bug#11132).
11508 (apropos-symbol, apropos-keybinding, apropos-label)
11509 (apropos-property, apropos-function-button)
11510 (apropos-variable-button, apropos-misc-button): New faces.
11511 (apropos-symbol-face, apropos-keybinding-face)
11512 (apropos-label-face, apropos-property-face, apropos-match-face):
11513 Variables removed (Bug#8396).
11514 (apropos-library-button, apropos-format-plist, apropos-print)
11515 (apropos-print-doc, apropos-describe-plist): Callers changed.
11516
11517 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11518
11519 * net/xesam.el (xesam-mode-map): Use let-bound map in
11520 initialization. (Bug#11292)
11521
11522 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11523
11524 Preserve ispell session localwords when switching back to
11525 original buffer.
11526
11527 * textmodes/ispell.el (ispell-buffer-session-localwords):
11528 New buffer-local variable to hold buffer session localwords.
11529 (ispell-kill-ispell): Add option 'clear to delete session
11530 localwords.
11531 (ispell-command-loop, ispell-change-dictionary)
11532 (ispell-buffer-local-words): Preserve session localwords when
11533 needed.
11534
11535 * textmodes/flyspell.el (flyspell-process-localwords)
11536 (flyspell-do-correct): Preserve session localwords when needed.
11537
11538 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11539
11540 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11541 using obsolete `translation-table-for-input'.
11542 (ispell-word, ispell-process-line, ispell-complete-word):
11543 Use plain `insert' instead of removed `ispell-insert-word'.
11544
11545 2012-04-22 Chong Yidong <cyd@gnu.org>
11546
11547 * cus-edit.el (custom-variable-menu)
11548 (custom-variable-reset-saved, custom-face-menu)
11549 (custom-face-reset-saved): If there is no saved value, make the
11550 "reset-saved" operation bring back the default (Bug#9509).
11551 (custom-face-state): Properly detect themed faces.
11552
11553 * faces.el (face-spec-set): Stop supporting deprecated form of
11554 third arg.
11555
11556 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11557
11558 Move functions from C to Lisp. Make non-blocking method calls
11559 the default. Implement further D-Bus standard interfaces.
11560
11561 * net/dbus.el (dbus-message-internal): Declare function.
11562 Remove unneeded function declarations.
11563 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11564 (dbus-message-type-method-return, dbus-message-type-error)
11565 (dbus-message-type-signal): Declare variables. Remove local
11566 definitions.
11567 (dbus-interface-dbus, dbus-interface-peer)
11568 (dbus-interface-introspectable, dbus-interface-properties)
11569 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11570 Adapt docstring.
11571 (dbus-interface-objectmanager): New defconst.
11572 (dbus-call-method, dbus-call-method-asynchronously)
11573 (dbus-send-signal, dbus-method-return-internal)
11574 (dbus-method-error-internal, dbus-register-service)
11575 (dbus-register-signal, dbus-register-method): New defuns, moved
11576 from dbusbind.c
11577 (dbus-call-method-handler, dbus-setenv)
11578 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11579 New defuns.
11580 (dbus-call-method-non-blocking): Make it an obsolete function.
11581 (dbus-unregister-object, dbus-unregister-service)
11582 (dbus-handle-event, dbus-register-property)
11583 (dbus-property-handler): Obey the new structure of
11584 `bus-registered-objects'.
11585 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11586 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11587 Use `dbus-call-method'.
11588
11589 2012-04-22 Chong Yidong <cyd@gnu.org>
11590
11591 * cus-edit.el (custom-commands, custom-reset-menu)
11592 (Custom-reset-standard): Tweak labels.
11593 (custom-reset-button-menu): Change default to t.
11594 (custom-buffer-create-internal): For the custom-reset-button-menu
11595 case, put the revert button first.
11596 (custom-group-subtitle): New face.
11597 (custom-group-value-create): Align docstring to a specific column.
11598
11599 * wid-edit.el (widget-documentation-link-add): Don't handle
11600 indentation in this function.
11601 (widget-documentation-string-indent-to): New function.
11602 (widget-documentation-string-value-create): Use it.
11603
11604 * autorevert.el (auto-revert):
11605 * epg-config.el (epg):
11606 * ibuffer.el (ibuffer):
11607 * mpc.el (mpc):
11608 * ses.el (ses):
11609 * eshell/eshell.el (eshell):
11610 * net/ange-ftp.el (ange-ftp):
11611 * progmodes/ebnf2ps.el (postscript):
11612 * progmodes/flymake.el (flymake):
11613 * progmodes/prolog.el (prolog):
11614 * progmodes/verilog-mode.el (verilog-mode):
11615 * progmodes/which-func.el (which-func):
11616 * term/xterm.el (xterm):
11617 * textmodes/picture.el (picture):
11618 * textmodes/tildify.el (tildify):
11619 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11620 customization buffers.
11621
11622 2012-04-22 Alan Mackenzie <acm@muc.de>
11623
11624 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11625 Adding a ) can hide the resulting (..) from searches. Fix it.
11626 Bound the backward search to the position of the existing (.
11627
11628 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11629
11630 * progmodes/verilog-mode.el (verilog-mode): Check whether
11631 which-func-modes is t before adding verilog-mode.
11632 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11633
11634 2012-04-21 Leo Liu <sdl.web@gmail.com>
11635
11636 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11637
11638 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11639
11640 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11641 filling of the last column of a table (Bug#5635).
11642 (woman-find-next-control-line): New arg, specifying an additional
11643 regexp component for the control line.
11644 (woman2-roff-buffer): Use it.
11645 (woman-break-table): New function.
11646 (woman2-TS): Use it.
11647
11648 2012-04-21 Chong Yidong <cyd@gnu.org>
11649
11650 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11651 (woman-horizontal-escapes, woman-negative-vertical-space)
11652 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11653 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11654
11655 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11656
11657 * minibuffer.el (completion-file-name-table): Complete user names.
11658
11659 2012-04-20 Leo Liu <sdl.web@gmail.com>
11660
11661 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11662 and pcase-let*.
11663
11664 2012-04-20 Chong Yidong <cyd@gnu.org>
11665
11666 * server.el (server-execute): Respect initial-buffer-choice if it
11667 is a string and there are no files to open (Bug#2825).
11668 (server-create-window-system-frame, server-create-tty-frame):
11669 Don't switch buffers here.
11670 (server-process-filter): Only try to open a window system frame if
11671 compiled with graphical support (Bug#8314).
11672
11673 2012-04-20 Dan Nicolaescu <dann@gnu.org>
11674
11675 * battery.el (battery-echo-area-format): Display remaining time
11676 for sysfs backend too (Bug#11269).
11677 (battery-linux-sysfs): Fix conditional for the charge.
11678
11679 2012-04-20 Chong Yidong <cyd@gnu.org>
11680
11681 * progmodes/gdb-mi.el (gdb): Revert previous change.
11682 (gdb-inferior-io--init-proc): New function.
11683 (gdb-init-1): Use it.
11684 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11685 responsible for allocating a new pty and hooking it to gdb when
11686 the old pty gets an EIO due to process exit.
11687 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
11688 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11689 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11690
11691 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11692
11693 * window.el (window-min-size, window-sizable, window-min-delta)
11694 (window-max-delta, window--resizable, window-resizable)
11695 (window-total-size, window-full-height-p, window-full-width-p)
11696 (window-in-direction, window--resize-mini-window, window-resize)
11697 (window--resize-child-windows-normal)
11698 (window--resize-child-windows, window--resize-siblings)
11699 (window--resize-this-window, adjust-window-trailing-edge)
11700 (enlarge-window, shrink-window): Doc fixes.
11701
11702 2012-04-20 Chong Yidong <cyd@gnu.org>
11703
11704 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11705 New function to call delete-process on the gdb-inferior buffer's pty.
11706 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11707 pty process (Bug#11273).
11708 (gdb-update): New arg to suppress talking to the gdb process.
11709 (gdb-done-or-error): Use it.
11710 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11711 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11712 sentinel not being called.
11713
11714 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11715
11716 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11717
11718 2012-04-20 Glenn Morris <rgm@gnu.org>
11719
11720 * net/network-stream.el (open-network-stream): Doc fix.
11721
11722 2012-04-20 Chong Yidong <cyd@gnu.org>
11723
11724 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11725
11726 2012-04-20 Alan Mackenzie <acm@muc.de>
11727
11728 Ensure searching for keywords is case sensitive.
11729
11730 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11731 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11732 (c-defun-name, c-mark-function, c-cpp-define-name)
11733 (c-comment-indent, c-scan-conditionals, c-indent-defun)
11734 (c-context-line-break): Bind case-fold-search to nil.
11735
11736 * progmodes/cc-mode.el (c-font-lock-fontify-region):
11737 Bind case-fold-search to nil.
11738
11739 2012-04-20 Chong Yidong <cyd@gnu.org>
11740
11741 * mail/sendmail.el (mail-bury): Call return action with the right
11742 Rmail buffer (Bug#11242).
11743
11744 * server.el (server-process-filter): Handle corner case where both
11745 tty and nowait options are present (Bug#11102).
11746
11747 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11748
11749 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11750 (top level): Put into the executable the ident-style '$Id:' tag on
11751 windows-nt as well.
11752
11753 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * electric.el (electric-indent-post-self-insert-function): Check that
11756 electric-indent-mode is enabled in current buffer.
11757
11758 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11759
11760 * imenu.el (imenu-progress-message): Restore; it is "used" in
11761 erc/erc-imenu.el and net/snmp-mode.el.
11762
11763 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11764
11765 * avoid.el (mouse-avoidance-mode): Mark unused arg.
11766 (mouse-avoidance-nudge-mouse): Remove unused binding.
11767
11768 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11769
11770 * descr-text.el (describe-char):
11771 * progmodes/python.el (python-describe-symbol):
11772 Don't call `toggle-read-only', set `buffer-read-only'.
11773
11774 * imenu.el (imenu-default-goto-function): Mark unused args.
11775 (imenu-progress-message): Remove obsolete macro; all callers changed.
11776
11777 * subr.el (keymap-canonicalize): Remove unused binding.
11778 (read-passwd): Mark unused arg.
11779
11780 * tutorial.el (tutorial--display-changes): Remove unused binding.
11781 (tutorial--save-tutorial-to): Remove unused variable.
11782
11783 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11784 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11785 (package-generate-autoloads, package-menu--generate)
11786 (package-menu--find-upgrades): Remove unused bindings.
11787
11788 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11789 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
11790 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11791 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11792 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11793 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11794 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11795 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11796 (cua-delete-char-rectangle): Mark unused args.
11797 (cua-align-rectangle): Remove unused binding.
11798
11799 * mail/rmail.el (compilation--message->loc)
11800 (epa--find-coding-system-for-mime-charset): Declare.
11801
11802 * net/dbus.el (dbus-register-service): Declare.
11803 (dbus-name-owner-changed-handler): Remove unused binding.
11804
11805 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11806 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11807 (nxml-scan-backward-within): Mark unused arg.
11808 (nxml-dynamic-markup-word): Remove unused binding.
11809
11810 * mouse.el (mouse-menu-major-mode-map):
11811 * emacs-lisp/authors.el (authors-scan-change-log)
11812 (authors-add-to-author-list):
11813 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11814 * emacs-lisp/smie.el (smie-auto-fill):
11815 * mail/sendmail.el (mail-bury):
11816 * mail/unrmail.el (unrmail):
11817 * net/tls.el (open-tls-stream):
11818 * textmodes/picture.el (picture-mouse-set-point):
11819 Remove unused bindings.
11820
11821 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
11822
11823 * net/tramp.el (tramp-action-password): Let-bind
11824 `enable-recursive-minibuffers' to t.
11825
11826 2012-04-18 Sam Steingold <sds@gnu.org>
11827
11828 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11829 instead of 'string to accommodate values like [f11].
11830 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11831 * progmodes/gdb-mi.el: Likewise.
11832
11833 2012-04-18 Leo Liu <sdl.web@gmail.com>
11834
11835 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11836 current buffer.
11837 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11838 LOCAL is nil.
11839
11840 2012-04-18 Chong Yidong <cyd@gnu.org>
11841
11842 * simple.el (line-move): Use forward-line if in batch mode
11843 (Bug#11053).
11844
11845 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
11846
11847 * files.el (after-find-file): Do not try to add a final newline if
11848 the buffer is read-only (Bug#11156).
11849
11850 2012-04-17 Richard Stallman <rms@gnu.org>
11851
11852 * mail/rmail.el (rmail-start-mail):
11853 Pass (rmail-mail-return...) for the return-action.
11854 Pass (rmail-yank-current-message...) for the yank-action.
11855 (rmail-yank-current-message): New function.
11856 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11857 (rmail-reply): Likewise.
11858 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11859
11860 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
11861 buffer, not the last. Reject temp buffers. Use the rmail-mode
11862 buffer, not newbuf.
11863
11864 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
11865
11866 * server.el (server-ensure-safe-dir): Simplify.
11867
11868 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * emacs-lisp/smie.el: Provide smarter auto-filling.
11871 (smie-auto-fill): New function.
11872 (smie-setup): Use it.
11873
11874 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11875
11876 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
11877
11878 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11879 (comment-indent): Use it.
11880
11881 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
11882
11883 * ses.el: The overall change is to add cell renaming, that is
11884 setting fancy names for cell symbols other than name matching
11885 "\\`[A-Z]+[0-9]+\\'" regexp .
11886 (ses-localvars): Add ses--renamed-cell-symb-list.
11887 (ses-create-cell-variable): New defun.
11888 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
11889 (ses-relocate-formula): Relocate formulas only for cells the
11890 symbols of which are not renamed, i.e. symbols whose names do not
11891 match regexp "\\`[A-Z]+[0-9]+\\'".
11892 (ses-relocate-all): Relocate values only for cells the symbols of
11893 which are not renamed.
11894 (ses-load): Create cells variables as the (ses-cell ...) are read,
11895 in order to check row col consistency with cell symbol name only
11896 for cells that are not renamed.
11897 (ses-replace-name-in-formula): New defun.
11898 (ses-rename-cell): New defun.
11899
11900 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
11901
11902 * progmodes/perl-mode.el (perl-indent-parens-as-block):
11903 New option (bug#11118).
11904 (perl-calculate-indent): Respect it.
11905
11906 2012-04-17 Glenn Morris <rgm@gnu.org>
11907
11908 * dired-aux.el (dired-mark-read-string): Doc fix.
11909
11910 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
11911
11912 * dired-aux.el (dired-mark-read-string): Offer optional completion.
11913 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
11914
11915 2012-04-17 Glenn Morris <rgm@gnu.org>
11916
11917 * mouse.el (mouse-drag-track):
11918 * speedbar.el (speedbar-frame-mode):
11919 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11920
11921 2012-04-16 Leo Liu <sdl.web@gmail.com>
11922
11923 * progmodes/python.el: Trivial cleanup.
11924
11925 2012-04-16 Glenn Morris <rgm@gnu.org>
11926
11927 * vc/vc.el (vc-string-prefix-p):
11928 * vc/pcvs-util.el (cvs-string-prefix-p):
11929 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
11930 * mpc.el (mpc-string-prefix-p):
11931 Make all of these into obsolete aliases for string-prefix-p.
11932 Update callers.
11933 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
11934
11935 * textmodes/two-column.el: Move custom options to the start.
11936 (frame-width): Remove compat definition.
11937 (2C-associate-buffer, 2C-dissociate):
11938 Use with-current-buffer rather than save-excursion.
11939 (2C-dissociate): Force a mode-line update.
11940 (2C-autoscroll): Use ignore-errors.
11941
11942 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
11943 Autoload trivia.
11944
11945 * emacs-lisp/cl-extra.el (*random-state*):
11946 Remove unnecessary declaration.
11947
11948 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
11949
11950 * play/cookie1.el (cookie-snarf):
11951 Give an explicit error if input file cannot be read.
11952
11953 * play/yow.el (yow-file): Use expand-file-name rather than concat.
11954
11955 * progmodes/perl-mode.el (c-macro-expand):
11956 Remove unnecessary autoload (it is in loaddefs.el).
11957
11958 * textmodes/picture.el (picture-desired-column)
11959 (picture-update-desired-column): Convert comments to doc-strings.
11960 (picture-substitute): Remove function.
11961 (picture-mode-map): Initialize in the defvar.
11962
11963 * woman.el: Remove eval-after-load for tar-mode.
11964 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
11965 (woman-tar-extract-file): Autoload it.
11966
11967 * frame.el (automatic-hscrolling): Make this alias obsolete.
11968
11969 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11970
11971 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
11972 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
11973 (ispell-dictionary-base-alist): Revert to original XEmacs
11974 friendly version for default. [:alpha:] will be added in
11975 `ispell-set-spellchecker-params' if needed.
11976
11977 2012-04-16 Chong Yidong <cyd@gnu.org>
11978
11979 * image.el (imagemagick--file-regexp): New variable.
11980 (imagemagick-register-types): Use it.
11981 (imagemagick-types-inhibit): Add :set function. Allow new value
11982 of t to inhibit all types.
11983
11984 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
11985 so we can preload it.
11986
11987 * loadup.el (fboundp): Preload regexp-opt, needed by
11988 imagemagick-register-types.
11989
11990 2012-04-15 Chong Yidong <cyd@gnu.org>
11991
11992 * frame.el (scrolling): Remove nearly unused customization group.
11993
11994 * scroll-all.el (scroll-all-mode): Move to windows group.
11995
11996 2012-04-15 Chong Yidong <cyd@gnu.org>
11997
11998 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
11999
12000 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12001
12002 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12003 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12004
12005 2012-04-15 Glenn Morris <rgm@gnu.org>
12006
12007 * simple.el (process-file-side-effects): Doc fix.
12008
12009 2012-04-15 Glenn Morris <rgm@gnu.org>
12010
12011 * international/mule-cmds.el (set-language-environment): Doc fix.
12012
12013 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12014
12015 * server.el (server-auth-key, server-generate-key): Doc fixes.
12016 (server-get-auth-key): Doc fix. Use `string-match-p'.
12017 (server-start): Reflow docstring.
12018
12019 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12020
12021 * server.el (server-generate-key): `called-interactively-p'
12022 requires a parameter.
12023
12024 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12025
12026 * server.el (server-auth-key): New variable.
12027 (server-generate-key, server-get-auth-key): New function.
12028 (server-start): Use the new variable and functions to allow
12029 setting a permanent server key (bug#9423).
12030
12031 2012-04-14 Leo Liu <sdl.web@gmail.com>
12032
12033 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12034
12035 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12036
12037 Spelling fixes.
12038 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12039 Emacs uses American spelling.
12040
12041 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12042
12043 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12044 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12045 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12046 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12047
12048 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 * progmodes/which-func.el (which-func-modes): Change default.
12051
12052 2012-04-14 Kim F. Storm <storm@cua.dk>
12053
12054 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12055 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12056
12057 2012-04-14 Chong Yidong <cyd@gnu.org>
12058
12059 * custom.el (custom-theme-set-variables): Doc fix.
12060
12061 2012-04-14 Glenn Morris <rgm@gnu.org>
12062
12063 * international/mule.el (set-auto-coding-for-load): Doc fix.
12064
12065 2012-04-14 Alan Mackenzie <acm@muc.de>
12066
12067 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12068 imenu work again for Objective C Mode. Correct the *-index values,
12069 these having been disturbed by a previous change in 2011-08.
12070
12071 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12072 Correct two search limits.
12073
12074 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12077
12078 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12079
12080 * international/characters.el: Fix sorting.
12081
12082 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12083
12084 * international/characters.el: Add more missing Latin case pairs.
12085
12086 2012-04-14 Glenn Morris <rgm@gnu.org>
12087
12088 * files.el (dir-locals-set-class-variables): Doc fix.
12089
12090 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12091
12092 * international/characters.el: Add set-case-syntax-pair call for
12093 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12094 counterpart. (Bug#11209)
12095
12096 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12097
12098 2012-04-14 Glenn Morris <rgm@gnu.org>
12099
12100 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12101
12102 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12103
12104 * textmodes/ispell.el (ispell-dictionary-base-alist):
12105 Add data for Hebrew.
12106
12107 2012-04-14 Chong Yidong <cyd@gnu.org>
12108
12109 * net/rcirc.el (rcirc-cmd-quit):
12110 Revert 2012-03-18 change (Bug#11192).
12111
12112 2012-04-14 Glenn Morris <rgm@gnu.org>
12113
12114 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12115
12116 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12117
12118 * minibuffer.el (completion-in-region-mode-map):
12119 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12120
12121 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12122
12123 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12124
12125 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12126
12127 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12128 to allow `C-M-f' and `C-M-b' to move to the nearest path
12129 separator (bug#9511).
12130
12131 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12132
12133 * avoid.el: Require cl when compiling. And also move the
12134 `provide' to the end.
12135
12136 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12137
12138 * avoid.el (mouse-avoidance-banish-position): New variable.
12139 (mouse-avoidance-banish-destination): Use it (bug#10165).
12140
12141 2012-04-13 Leo Liu <sdl.web@gmail.com>
12142
12143 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12144
12145 2012-04-13 Ken Brown <kbrown@cornell.edu>
12146
12147 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12148 this is no longer needed now that cygstart understands file:// URLs.
12149 (browse-url-filename-alist): For the same reason, don't modify
12150 file:// URLs on Cygwin.
12151
12152 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12153
12154 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12155 the region on shift if the binding is already shifted (bug#11221).
12156
12157 2012-04-12 Glenn Morris <rgm@gnu.org>
12158
12159 * mail/mailpost.el: Move to obsolete/.
12160
12161 2012-04-12 Drew Adams <drew.adams@oracle.com>
12162
12163 * imenu.el (imenu--generic-function): Ignore invisible definitions
12164 (bug#10123).
12165
12166 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12167
12168 * hexl.el (hexl-bits): New variable.
12169 (hexl-options): Mention the variable in the doc string.
12170 (hexl-rulerise, hexl-line-displen): New functions.
12171 (hexl-mode): Mention the new variable.
12172 (hexl-mode, hexl-current-address, hexl-current-address):
12173 Use the displen.
12174 (hexl-ascii-start-column): New function.
12175 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12176 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12177
12178 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12179
12180 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12181 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12182 the encoding, as expected by hunspell.
12183
12184 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12185
12186 * battery.el (battery--linux-sysfs-regexp): New const.
12187 (battery-status-function): Use it. Remove yeeloong special case.
12188 (battery-yeeloong-sysfs): Remove.
12189 (battery-echo-area-format): Remove yeeloong special case.
12190
12191 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12192
12193 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12194 Reported by Noah Friedman.
12195
12196 * subr.el (read-passwd): Use read-string.
12197
12198 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12199
12200 * vcursor.el (vcursor-move): Increase the priority of the overlay
12201 (bug#9663).
12202
12203 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12204
12205 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12206 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12207
12208 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12209
12210 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12211 define-minor-mode (bug#10760).
12212
12213 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12214
12215 * progmodes/grep.el (rgrep): Tweak the find command line so
12216 that directories matching `grep-find-ignored-files' won't be
12217 pruned (bug#10351).
12218
12219 2012-04-11 Chong Yidong <cyd@gnu.org>
12220
12221 * startup.el (command-line): Remove support for long-obsolete
12222 variable font-lock-face-attributes.
12223
12224 2012-04-11 Glenn Morris <rgm@gnu.org>
12225
12226 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12227
12228 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * window.el (window--state-get-1): Obey window-point-insertion-type.
12231
12232 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12233
12234 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12235 to previous function when point is on the first character of a
12236 function. Take care of that in `narrow-to-defun' (bug#6157).
12237
12238 2012-04-11 Glenn Morris <rgm@gnu.org>
12239
12240 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12241 not just file-errors.
12242
12243 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12244 (vc-bzr-sha1): Use internal sha1.
12245
12246 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12249
12250 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12251
12252 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12253 that start in the middle of the line (bug#10496).
12254
12255 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12256
12257 * battery.el (battery-linux-proc-acpi): Only one battery is
12258 discharged at a time, but that seems to confuse battery.el when
12259 computing `rate-type' for the battery not being discharged
12260 (bug#10332).
12261
12262 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12265
12266 * international/quail.el: Use dolist and simplify.
12267 (quail-define-package, quail-update-keyboard-layout)
12268 (quail-define-rules): Use dolist.
12269 (quail-insert-kbd-layout, quail-get-translation): CSE.
12270
12271 * tmm.el: Use dolist, remove left over hook.
12272 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12273 Use dolist.
12274 (calendar-load-hook): Don't mess with it.
12275
12276 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12277 Use derived-mode-p. Run the diff asynchronously.
12278
12279 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12280
12281 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12282
12283 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12284
12285 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12286 (list-dynamic-libraries--loaded): New function.
12287 (list-dynamic-libraries--refresh): Use it.
12288
12289 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12290
12291 * progmodes/python.el (python-fill-paragraph):
12292 Make python-fill-region in a multiline string work when font-lock is
12293 disabled (bug#7018).
12294
12295 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12296
12297 * language/european.el (cp775): Add oem/legacy (en)coding on
12298 DOS/MS Windows for the Baltic languages. There are still plenty
12299 of texts written in this encoding/codepage (bug#6519).
12300
12301 2012-04-10 Glenn Morris <rgm@gnu.org>
12302
12303 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12304 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12305
12306 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12307
12308 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12309 next-line "n" and previous-line "p" in order to make recentf more
12310 consistent with ibuffer, dired or org-mode (bug#9387).
12311
12312 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12313
12314 * image.el (put-image): Return the overlay created instead of the
12315 optional input string (bug#7834). Note that this may break code
12316 that is (for some reason or other) depending on `put-image'
12317 returning the string.
12318
12319 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12320
12321 * simple.el (zap-to-char): Allow zapping using input methods
12322 (bug#1580).
12323
12324 * textmodes/fill.el (fill-region): Leave point and mark where they
12325 were before filling (bug#5399).
12326
12327 2012-04-09 Glenn Morris <rgm@gnu.org>
12328
12329 * version.el (emacs-bzr-get-version):
12330 Handle lightweight checkouts of local branches.
12331
12332 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12333
12334 * international/characters.el: Recover lost case pairs. (Bug#11209)
12335
12336 2012-04-09 Chong Yidong <cyd@gnu.org>
12337
12338 * custom.el (custom-variable-p): Return nil for non-symbol
12339 arguments instead of signaling an error.
12340 (user-variable-p): Obsolete alias for custom-variable-p.
12341
12342 * apropos.el (apropos-variable):
12343 * files-x.el (read-file-local-variable):
12344 * simple.el (set-variable):
12345 * woman.el (woman-mini-help):
12346 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12347
12348 2012-04-09 Glenn Morris <rgm@gnu.org>
12349
12350 * startup.el (normal-top-level): Don't look for leim-list.el
12351 in places where it will not be found. (Bug#910)
12352
12353 * international/mule-cmds.el (set-default-coding-systems):
12354 * files.el (normal-mode):
12355 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12356 This function was removed with ucs-tables.el in 2008.
12357
12358 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12359
12360 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12361 ispell-encoding8-command to "-i", without a trailing space.
12362 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12363 separate command-line arguments, to specify the encoding, since
12364 that's how hunspell expects it.
12365
12366 2012-04-08 Glenn Morris <rgm@gnu.org>
12367
12368 * loadup.el: Load bindings before cus-start.
12369 This reduces somewhat the number of "rogue" settings in emacs -Q.
12370
12371 2012-04-07 Glenn Morris <rgm@gnu.org>
12372
12373 * version.el (emacs-bzr-get-version): New function.
12374 (emacs-bzr-version): New variable.
12375 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12376 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12377
12378 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12379
12380 * international/uni-bidi.el, international/uni-category.el:
12381 * international/uni-combining.el, international/uni-decimal.el:
12382 * international/uni-decomposition.el, international/uni-digit.el:
12383 * international/uni-lowercase.el, international/uni-mirrored.el:
12384 * international/uni-name.el, international/uni-numeric.el:
12385 * international/uni-titlecase.el, international/uni-uppercase.el:
12386 Update for Unicode 6.1.
12387
12388 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12389
12390 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12391
12392 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12393
12394 * window.el (shrink-window): Mention the `window-min-height'
12395 variable in the doc string.
12396
12397 2012-04-05 Bastien Guerry <bzg@altern.org>
12398
12399 * color.el (color-lighten-name): Fix typo.
12400
12401 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * server.el (server--on-display-p): New function.
12404 (server--on-display-p): Use it.
12405
12406 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12407
12408 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12409 (bug#11145).
12410
12411 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12412
12413 * comint.el (comint--common-quoted-suffix): Check string boundary
12414 before comparing (bug#11158).
12415 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12416
12417 2012-04-04 Chong Yidong <cyd@gnu.org>
12418
12419 * minibuffer.el (completion-extra-properties): Doc fix.
12420
12421 * subr.el (delayed-warnings-hook): Doc fix.
12422
12423 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12424
12425 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12426 selection (Bug#11159).
12427 (epa-insert-keys): Inform that the default public key will be
12428 exported if no key is selected.
12429
12430 2012-04-04 Richard Stallman <rms@gnu.org>
12431
12432 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12433
12434 2012-04-03 Chong Yidong <cyd@gnu.org>
12435
12436 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12437 mail-insert-file, not its obsolete alias mail-attach-file.
12438
12439 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12440
12441 * notifications.el (notifications-notify): Fix docstring.
12442
12443 2012-04-02 Glenn Morris <rgm@gnu.org>
12444
12445 * emacs-lisp/authors.el (authors-aliases): Another addition.
12446
12447 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12448
12449 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12450 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12451 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12452
12453 2012-04-01 Chong Yidong <cyd@gnu.org>
12454
12455 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12456 Handle root directory properly.
12457 (copy-directory): Caller changed.
12458
12459 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12460 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12461
12462 2012-03-31 Glenn Morris <rgm@gnu.org>
12463
12464 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12465
12466 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12467
12468 * calendar/calendar.el (calendar-window-list)
12469 (calendar-hide-window): Restore. (Bug#11140)
12470 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12471
12472 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12473
12474 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12475
12476 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12477 Check if file is a symlink (Bug#10489).
12478
12479 * files.el (copy-directory): Likewise.
12480
12481 2012-03-30 Chong Yidong <cyd@gnu.org>
12482
12483 * image.el (imagemagick-types-inhibit)
12484 (imagemagick-register-types): Doc fix.
12485
12486 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12487
12488 * textmodes/ispell.el (ispell-get-extended-character-mode):
12489 Disable extended-char-mode for hunspell. hunspell does not support it
12490 and treats ~word as ordinary words in pipe mode.
12491
12492 2012-03-30 Glenn Morris <rgm@gnu.org>
12493
12494 * tutorial.el (help-with-tutorial): Ensure local variables don't
12495 happen to make the buffer read-only. (Bug#11127)
12496
12497 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12500 (perl-calculate-indent): Return `noindent' in strings.
12501
12502 2012-03-28 Sam Steingold <sds@gnu.org>
12503
12504 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12505 instead of the broken adhockery which does not prevent calendar
12506 buffers from being displayed at random after exit.
12507 (calendar-window-list, calendar-hide-window): Remove the broken
12508 adhockery.
12509
12510 2012-03-28 Glenn Morris <rgm@gnu.org>
12511
12512 * replace.el (query-replace-map): Doc fix.
12513
12514 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12515
12516 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12517 contents. (Bug#11109)
12518
12519 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12520
12521 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12522 (bug#11077).
12523 (avl-tree--check, avl-tree--check-node): New funs.
12524
12525 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12526
12527 * window.el (switch-to-visible-buffer): New option.
12528 (switch-to-prev-buffer, switch-to-next-buffer):
12529 Observe switch-to-visible-buffer. Make sure that checking for a window
12530 showing a buffer already is done on the same frame.
12531
12532 2012-03-27 Glenn Morris <rgm@gnu.org>
12533
12534 * startup.el (mail-host-address): Doc fix.
12535
12536 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12537
12538 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12539 than 197 variables.
12540
12541 2012-03-26 Ami Fischman <ami@fischman.org>
12542
12543 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12544
12545 2012-03-26 Glenn Morris <rgm@gnu.org>
12546
12547 * files.el (save-buffers-kill-emacs): Doc fix.
12548
12549 * startup.el (normal-top-level, command-line, command-line-1):
12550 Give them doc strings.
12551
12552 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12553
12554 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12555 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12556
12557 2012-03-25 Chong Yidong <cyd@gnu.org>
12558
12559 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12560 theme if it was previously enabled before (Bug#11031).
12561
12562 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12563 spec with custom-face-get-current-spec if its :shown-value is not
12564 determined yet (Bug#9337).
12565 (customize-create-theme, custom-theme-revert): Doc fixes.
12566
12567 * button.el (button-at): Minor addition to docstring.
12568
12569 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12570
12571 * vc/vc.el (vc-merge): Fix a prompt.
12572
12573 2012-03-24 Chong Yidong <cyd@gnu.org>
12574
12575 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12576 point (Bug#9623).
12577
12578 * button.el (button-at): Minor addition to docstring.
12579
12580 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * newcomment.el (comment-choose-indent): No space after BOL.
12583
12584 2012-03-22 Sam Steingold <sds@gnu.org>
12585
12586 * window.el (switch-to-prev-buffer): Revert last patch because the
12587 bug turned out to be an advertised feature (Elisp manual 28.14).
12588
12589 2012-03-22 Glenn Morris <rgm@gnu.org>
12590
12591 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12592 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12593
12594 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12595
12596 * net/network-stream.el (network-stream-open-starttls): Make error
12597 message under Windows be less misleading.
12598
12599 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12600
12601 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12602 understands (bug#9942).
12603
12604 2012-03-22 Chong Yidong <cyd@gnu.org>
12605
12606 * simple.el (end-of-visible-line): Handle return value of
12607 next-single-property-change properly (Bug#9371).
12608
12609 2012-03-22 Kenichi Handa <handa@m17n.org>
12610
12611 * international/quail.el (quail-insert-kbd-layout): Fix previous
12612 change. To avoid unwanted bidi reordering, use
12613 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12614
12615 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12616
12617 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12618 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12619 (ruby-beginning-of-indent): Be more careful with the difference
12620 between word-boundary and symbol boundary.
12621 (ruby-mode-syntax-table): Make : a symbol constituent.
12622
12623 2012-03-21 Andreas Politz <politza@fh-trier.de>
12624
12625 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12626
12627 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12628
12629 * progmodes/etags.el (tags-completion-at-point-function):
12630 Improve last fix.
12631
12632 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12633
12634 2012-03-21 Sam Steingold <sds@gnu.org>
12635
12636 * progmodes/etags.el (tags-completion-at-point-function):
12637 Avoid the error when point is inside the pattern.
12638
12639 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12640
12641 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12642 line (Bug#10855).
12643
12644 2012-03-21 Drew Adams <drew.adams@oracle.com>
12645
12646 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12647
12648 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12649
12650 * ido.el (ido-set-current-directory, ido-read-internal)
12651 (ido-choose-completion-string, ido-completion-help): Handle nil
12652 value of ido-completion-buffer (Bug#11008).
12653
12654 2012-03-21 Sam Steingold <sds@gnu.org>
12655
12656 * window.el (switch-to-prev-buffer): Do not switch to a visible
12657 window previous buffer, just like with the frame previous buffers.
12658
12659 2012-03-21 Chong Yidong <cyd@gnu.org>
12660
12661 * faces.el (make-face, make-empty-face, copy-face):
12662 * face-remap.el (face-remap-add-relative, face-remap-set-base):
12663 Doc fixes.
12664
12665 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12666
12667 * wid-edit.el (widget-complete-field): Remove (bug#11051).
12668 (widget-complete): Remove broken use of it.
12669
12670 2012-03-20 Chong Yidong <cyd@gnu.org>
12671
12672 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12673 Use string-width and truncate-string-width to handle arbitrary
12674 characters.
12675
12676 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
12677
12678 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12679 to draw rectangles, not squares. (Regression introduced by revno
12680 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12681
12682 2012-03-18 Chong Yidong <cyd@gnu.org>
12683
12684 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12685 it is not yet defined (for temacs).
12686
12687 2012-03-18 Leo Liu <sdl.web@gmail.com>
12688
12689 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12690 prefix.
12691
12692 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12693
12694 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12695 (ispell-choices-win-default-height, ispell-silently-savep)
12696 (ispell-dictionary-alist, ispell-encoding8-command)
12697 (ispell-check-version, ispell-aspell-find-dictionary)
12698 (ispell-valid-dictionary-list, ispell-words-keyword)
12699 (ispell-get-word, ispell-internal-change-dictionary)
12700 (ispell-region, ispell-skip-region-list)
12701 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12702 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12703 (ispell-message-text-end, ispell-message)
12704 (ispell-buffer-local-parsing): Doc fix.
12705
12706 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
12707
12708 * htmlfontify.el: Add support for code block fontification for ODT
12709 export (Bug #9914).
12710 (hfy-optimisations): Define new option
12711 `body-text-only'
12712 (hfy-fontify-buffer): Honor above setting.
12713 (hfy-begin-span, hfy-end-span): New routines factored out form
12714 `hfy-fontify-buffer'.
12715 (hfy-begin-span-handler, hfy-end-span-handler): New variables
12716 that permit insertion of custom tags.
12717 (hfy-fontify-buffer): Use above handlers.
12718 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12719 (hfy-face-to-css): Re-defined to be a variable.
12720 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
12721 over multiple runs. This is made possible by having the caller let
12722 bind a special variable `hfy-user-sheet-assoc'.
12723 (htmlfontify-string): New defun.
12724 (hfy-compile-face-map): Make sure that the last char in the
12725 buffer is correctly fontified.
12726 (hfy-face-resolve-face): Whitespace only change.
12727
12728 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12729
12730 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12731 message more clear.
12732
12733 2012-03-16 Leo Liu <sdl.web@gmail.com>
12734
12735 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12736
12737 2012-03-16 Alan Mackenzie <acm@muc.de>
12738
12739 Further optimize the handling of large macros.
12740
12741 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12742 limit to a call of `c-literal-limits'.
12743 (c-determine-+ve-limit): New function.
12744 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12745 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12746 In CASE 5B, restrict a search limit to 500.
12747 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12748
12749 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12750 Restrict macro bounds to +-500 from after-change's BEG END.
12751
12752 2012-03-16 Leo Liu <sdl.web@gmail.com>
12753
12754 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12755
12756 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
12757
12758 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12759 `special-mode' setting of `buffer-read-only'. (Bug#11010)
12760
12761 2012-03-16 Glenn Morris <rgm@gnu.org>
12762
12763 * view.el (view-buffer, view-buffer-other-window)
12764 (view-buffer-other-frame): Doc fixes re special mode-class.
12765
12766 * subr.el (eval-after-load): If named feature is provided not from
12767 a file, run after-load forms. (Bug#10946)
12768
12769 * calendar/calendar.el (calendar-insert-at-column):
12770 Handle non-unit-width characters a bit better. (Bug#10978)
12771
12772 2012-03-15 Chong Yidong <cyd@gnu.org>
12773
12774 * emacs-lisp/ring.el (ring-extend): New function.
12775 (ring-insert+extend): Extend the ring correctly (Bug#11019).
12776
12777 * comint.el (comint-read-input-ring)
12778 (comint-add-to-input-history): Grow comint-input-ring lazily.
12779
12780 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12783 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12784
12785 * imenu.el: Fix multiple inheritance breakage (bug#9199).
12786 (imenu-add-to-menubar): Don't add a redundant index.
12787 (imenu-update-menubar): Handle a dynamically composed keymap.
12788
12789 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12790
12791 * mail/sendmail.el (mail-encode-header):
12792 Bind rfc2047-encode-encoded-words to nil.
12793
12794 2012-03-13 Glenn Morris <rgm@gnu.org>
12795
12796 * calendar/calendar.el (calendar-string-spread):
12797 Handle non-unit-width characters a bit better. (Bug#10978)
12798
12799 2012-03-13 Leo Liu <sdl.web@gmail.com>
12800
12801 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12802 directory and file as argument (Bug#10822).
12803
12804 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12805
12806 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12807 For dynamically generated code, follow $PC.
12808 (gdb-disassembly-handler-custom): Handle no function name case.
12809
12810 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
12811
12812 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12813 * emulation/ws-mode.el (ws-query-replace):
12814 * sort.el (sort-regexp-fields):
12815 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
12816
12817 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 * dabbrev.el: Fix cycle completion order (bug#10963).
12820 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12821 (dabbrev-completion): Don't use an obarray; provide
12822 a cycle-sort-function.
12823
12824 2012-03-12 Leo Liu <sdl.web@gmail.com>
12825
12826 * simple.el (kill-new): Use equal-including-properties for comparison.
12827 (kill-do-not-save-duplicates): Doc fix.
12828
12829 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * dabbrev.el: Fix cycle completion (bug#10963).
12832 Use lexical binding and wrap to 80 columns.
12833 (dabbrev-completion): Delay computing the list of completions.
12834
12835 2012-03-12 Kenichi Handa <handa@m17n.org>
12836
12837 * international/quail.el (quail-insert-kbd-layout): Surround each
12838 row by LRO and PDF instead of inserting many LRMs. Pad the left
12839 and right of each non-spacing marks. Insert invisible space
12840 between lower and upper characters to prevent composition.
12841
12842 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12843
12844 * minibuffer.el (minibuffer-complete): Don't get confused when the
12845 function is run twice via different commands (bug#10958).
12846 (complete-with-action): Fix docstring.
12847
12848 2012-03-12 Chong Yidong <cyd@gnu.org>
12849
12850 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12851 (nxml-completion-at-point-function): New function.
12852 (nxml-mode): Use it.
12853 (nxml-bind-meta-tab-to-complete-flag): Default to t.
12854
12855 * emacs-lisp/package.el (package-unpack, package-unpack-single):
12856 Load generated autoloads file before byte compiling (Bug#10970).
12857 (package--make-autoloads-and-compile): New helper fun.
12858
12859 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
12860
12861 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12862
12863 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
12864
12865 * autorevert.el (auto-revert-handler): Ensure, that
12866 file-readable-p is applied only for local files or in
12867 auto-revert-tail-mode.
12868
12869 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
12870
12871 * server.el (server-eval-at): Handle non-tcp connections.
12872 Decode result string.
12873
12874 * server.el (server-msg-size): New constant.
12875 (server-reply-print): New function.
12876 (server-eval-and-print): Use it.
12877 (server-eval-at): Use server-quote-arg and server-unquote-arg.
12878 Handle -print-nonl.
12879
12880 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
12881
12882 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12883 (Bug#10987).
12884
12885 2012-03-11 Chong Yidong <cyd@gnu.org>
12886
12887 * simple.el (goto-line): Doc fix (Bug#9938).
12888
12889 * subr.el (save-window-excursion): Doc fix (Bug#9979).
12890
12891 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12892 when finished (Bug#10963).
12893
12894 2012-03-11 Martin Rudalics <rudalics@gmx.at>
12895
12896 * window.el (split-window-below): Fix bug in case where
12897 split-window-keep-point is nil (Bug#10971).
12898
12899 2012-03-11 Juri Linkov <juri@jurta.org>
12900
12901 * replace.el (replace-highlight): Set isearch-word to nil
12902 unconditionally. (Bug#10887)
12903
12904 2012-03-10 Eli Zaretskii <eliz@gnu.org>
12905
12906 * net/mairix.el (mairix-replace-invalid-chars): Rename from
12907 mairix-replace-illegal-chars; all callers changed. Don't remove
12908 ^, ~, and = characters: they are meaningful in mairix search specs.
12909 (mairix-widget-create-query): Add usage information about mairix
12910 search forms: negating words, searching for substrings, etc.
12911
12912 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
12913
12914 * international/fontset.el (font-encoding-alist): Add an entry for
12915 ksx1001 (Bug#5667).
12916
12917 2012-03-10 Richard Stallman <rms@gnu.org>
12918
12919 * mail/sendmail.el (mail-encode-header):
12920 Set rfc2047-encode-encoded-words.
12921
12922 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12923
12924 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
12925 view buffer means not swapped.
12926 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
12927 (rmail-write-region-annotate): Error if real text has disappeared.
12928
12929 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
12930
12931 2012-03-10 Chong Yidong <cyd@gnu.org>
12932
12933 * emulation/cua-rect.el (cua--init-rectangles):
12934 * emulation/cua-base.el (cua--init-keymaps):
12935 Add delete-forward-char to remappings (Bug#9666).
12936
12937 2012-03-10 Martin Rudalics <rudalics@gmx.at>
12938
12939 * speedbar.el (speedbar-unhighlight-one-tag-line):
12940 Avoid unhighlighting due to frame switching (Bug#10275).
12941
12942 2012-03-10 Chong Yidong <cyd@gnu.org>
12943
12944 * minibuffer.el (completion-in-region, completion-help-at-point):
12945 Give the completion field overlay a high priority (Bug#6830).
12946
12947 * dired.el (dired-goto-file): Recognize absolute file name
12948 listings (Bug#7126).
12949 (dired-goto-file-1): New helper function.
12950 (dired-toggle-read-only): Inhibit warnings.
12951
12952 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
12953
12954 * net/dbus.el (dbus-property-handler): Return empty array if
12955 there are no properties.
12956
12957 2012-03-09 Leo Liu <sdl.web@gmail.com>
12958
12959 * savehist.el (savehist-printable): Stricter check for string
12960 value (Bug#10937).
12961
12962 2012-03-09 Eli Zaretskii <eliz@gnu.org>
12963
12964 * mail/smtpmail.el (smtpmail-send-it):
12965 Bind coding-system-for-write to *-unix, so that FCC files are kept in
12966 valid mbox format.
12967
12968 2012-03-09 Glenn Morris <rgm@gnu.org>
12969
12970 * files.el (dir-locals-find-file):
12971 Don't check result is regular, readable.
12972 (dir-locals-read-from-file): Demote errors.
12973
12974 2012-03-08 Eli Zaretskii <eliz@gnu.org>
12975
12976 * international/quail.el (quail-insert-kbd-layout):
12977 Insert invisible LRM characters before each character in a keyboard
12978 layout cell, to prevent their reordering by bidi display engine.
12979 For details, see the discussion in
12980 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
12981
12982 2012-03-08 Alan Mackenzie <acm@muc.de>
12983
12984 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
12985 the starting position; make it extend the marked region when
12986 invoked repeatedly - all under appropriate circumstances.
12987 Fixes bugs #5525, #10906.
12988
12989 2012-03-08 Glenn Morris <rgm@gnu.org>
12990
12991 * files.el (locate-dominating-file, dir-locals-find-file):
12992 Undo 2012-03-06 change.
12993
12994 2012-03-07 Eli Zaretskii <eliz@gnu.org>
12995
12996 * international/quail.el (quail-help):
12997 Force bidi-paragraph-direction be left-to-right. See discussion in
12998 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
12999 for the reason.
13000
13001 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13002
13003 Avoid superfluous registering of signals. (Bug#10807)
13004
13005 * notifications.el (notifications-on-action-object)
13006 (notifications-on-close-object): New defvars.
13007 (notifications-on-action-signal, notifications-on-closed-signal):
13008 Unregister the signal if not needed any longer.
13009 (notifications-notify): Register `notifications-action-signal' or
13010 `notifications-closed-signal', if :on-action or :on-close has been
13011 passed as argument.
13012
13013 2012-03-07 Chong Yidong <cyd@gnu.org>
13014
13015 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13016 non-X platforms.
13017
13018 2012-03-06 Glenn Morris <rgm@gnu.org>
13019
13020 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13021 (x-disown-selection-internal, x-get-selection-internal):
13022 Doc fix (add arglist signatures). (Bug#10783)
13023
13024 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13025
13026 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13027 Handle breakpoints with no "type".
13028
13029 2012-03-06 Glenn Morris <rgm@gnu.org>
13030
13031 * files.el (locate-dominating-file): Add optional predicate argument.
13032 (dir-locals-find-file): Make use of above change.
13033
13034 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13035
13036 * info.el (Info-insert-dir): Also try "dir.gz".
13037
13038 2012-03-06 Glenn Morris <rgm@gnu.org>
13039
13040 * files.el (dir-locals-find-file):
13041 Ignore non-readable or non-regular files. (Bug#10928)
13042
13043 * files.el (locate-dominating-file): Doc fix.
13044
13045 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13046
13047 * calendar/calendar.el (calendar-set-mode-line):
13048 `getenv' returns a string. (Bug#10951)
13049
13050 2012-03-05 Leo Liu <sdl.web@gmail.com>
13051
13052 * simple.el (backward-delete-char-untabify): Constrain point to
13053 field (Bug#10939).
13054
13055 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13056
13057 2012-03-05 Chong Yidong <cyd@gnu.org>
13058
13059 * simple.el (count-words): If called from Lisp, return the word
13060 count, for symmetry with `count-lines'. Arglist changed.
13061 (count-words--message): Args changed. Consolidate counting code
13062 from count-words and count-words-region.
13063 (count-words-region): Caller changed.
13064 (count-lines-region): Make it an obsolete alias.
13065
13066 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13067
13068 * saveplace.el (save-place-to-alist)
13069 (save-place-ignore-files-regexp): Allow value nil to disable this
13070 feature.
13071
13072 2012-03-04 Chong Yidong <cyd@gnu.org>
13073
13074 * faces.el (face-spec-reset-face): For the default face, reset the
13075 attributes to default values (Bug#10748).
13076
13077 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13078
13079 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13080 previous patch: Check `message-send-mail-function', and not the
13081 default function (bug#10897).
13082
13083 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13084
13085 * notifications.el (notifications-on-action-signal)
13086 (notifications-on-closed-signal): Check for unique service name of
13087 incoming event. Fix error in removing entry.
13088 (top): Register for signals with wildcard service name.
13089 (notifications-notify): Use daemon unique service name for map entries.
13090
13091 2012-03-04 Chong Yidong <cyd@gnu.org>
13092
13093 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13094
13095 2012-03-04 Glenn Morris <rgm@gnu.org>
13096
13097 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13098 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13099 (expand-abbrev, define-abbrev-table): Doc fixes.
13100
13101 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13102
13103 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13104 `message-default-send-mail-function' and not `send-mail-function'
13105 when doing the prompting for `sendmail-query-once' before sending
13106 in Message buffers (bug#10897).
13107
13108 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13109 This is inconsistent with all the other stream functions, which leave
13110 the setting up to the higher levels (if so wanted) (bug#10931).
13111
13112 2012-03-02 Alan Mackenzie <acm@muc.de>
13113
13114 Depessimize the handling of very large macros.
13115
13116 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13117 (c-macro-cache-syntactic): New variables to implement a one
13118 element macro cache.
13119 (c-invalidate-macro-cache): New function.
13120 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13121 Adapt to use the new cache.
13122 (c-state-safe-place): Use better the cache of safe positions.
13123 (c-state-semi-nonlit-pos-cache)
13124 (c-state-semi-nonlit-pos-cache-limit):
13125 New variables for...
13126 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13127 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13128 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13129 Use c-state-semi-safe-place.
13130
13131 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13132 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13133
13134 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13135
13136 * jka-compr.el (jka-compr-call-process):
13137 Apply `file-accessible-directory-p' only when the default directory is
13138 not remote.
13139
13140 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13141
13142 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13143 access of FILE2, if FILE1 does not exist.
13144
13145 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13146 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13147
13148 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13149 Add "PAGER=" to `process-environment'.
13150
13151 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13152
13153 * progmodes/sql.el: Bug fix
13154 (sql-get-login-ext): Save login values in globals.
13155 (sql-get-login): Use new version of `sql-get-login-ext'.
13156 (sql-interactive-mode): Set global `sql-connection' to nil.
13157 (sql-connect): Set global values for connection.
13158 (sql-product-interactive): Save global values as buffer local.
13159
13160 2012-02-29 Leo Liu <sdl.web@gmail.com>
13161
13162 * abbrev.el (define-abbrevs): Reset sys to nil.
13163
13164 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13165
13166 * files.el (file-equal-p): Rename from `files-equal-p'.
13167 Return nil when one or both files don't exist.
13168 (file-subdir-of-p): Now only top directory must exists,
13169 return nil if it doesn't.
13170 (copy-directory): No need to test with `file-subdir-of-p' after
13171 creating dir.
13172 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13173 to `file-equal-p'.
13174
13175 2012-02-28 Glenn Morris <rgm@gnu.org>
13176
13177 * shell.el (shell-mode):
13178 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13179 * play/landmark.el (landmark-font-lock-face-O):
13180 * play/handwrite.el (handwrite):
13181 * play/gomoku.el (gomoku-O):
13182 * net/browse-url.el (browse-url-browser-display):
13183 * international/mule.el (define-charset):
13184 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13185 * filesets.el (filesets-find-file-delay):
13186 * eshell/em-xtra.el (eshell-xtra):
13187 * eshell/em-unix.el (eshell-grep):
13188 * emulation/viper.el (viper-mode):
13189 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13190 * emacs-lisp/easymenu.el (easy-menu-define):
13191 * calendar/timeclock.el (timeclock-use-display-time):
13192 * bs.el (bs-mode):
13193 * bookmark.el (bookmark-save-flag):
13194 Doc fix (standardize possessive apostrophe usage).
13195
13196 2012-02-27 Chong Yidong <cyd@gnu.org>
13197
13198 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13199 Fix key-binding lookup for ESC key (Bug#9146).
13200
13201 * font-lock.el (font-lock-specified-p): Rename from
13202 font-lock-spec-present. Callers changed.
13203
13204 2012-02-27 Daniel Hackney <dan@haxney.org>
13205
13206 * emacs-lisp/package.el (package-compute-transaction):
13207 Handle holding a package version to t in package-load-list.
13208
13209 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13210
13211 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13212 (tramp-get-inode, tramp-get-device): Use cached values.
13213
13214 2012-02-26 Alan Mackenzie <acm@muc.de>
13215
13216 Check there is a font-lock specification before doing initial
13217 fontification.
13218
13219 * font-core.el (font-lock-mode): Move the conditional from
13220 :after-hook to font-lock-initial-fontify.
13221 (font-lock-default-function): Move the check for a specification
13222 to font-lock-spec-present.
13223
13224 * font-lock.el (font-lock-initial-fontify): Call ...
13225 (font-lock-spec-present): New function.
13226
13227 2012-02-26 Jim Blandy <jimb@red-bean.com>
13228
13229 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13230 (gdb-send): Apply it to the operand of the '-interpreter-exec
13231 console' command, so that we can pass arguments with (say) quotes
13232 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13233
13234 2012-02-26 Chong Yidong <cyd@gnu.org>
13235
13236 * help-fns.el (describe-function-1): Clarify description of
13237 remapping (Bug#10844).
13238
13239 * files.el (files-equal-p): Doc fix.
13240 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13241 and quit the loop once a mismatch is found.
13242
13243 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13244
13245 * bs.el (bs--show-with-configuration): Don't throw an error
13246 if the window cannot be split; otherwise, subsequent calls to
13247 bs-show fail, restoring a stale window config. (Bug#10882)
13248
13249 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13250
13251 * term/ns-win.el (global-map): Bind ns-drag-file to
13252 ns-find-file (Bug#5855, Bug#10050).
13253
13254 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13255
13256 * calendar/parse-time.el (parse-time-string): Allow extractor to
13257 return nil.
13258
13259 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13260
13261 * net/tramp.el (tramp-file-name-for-operation):
13262 Add `files-equal-p' and `file-subdir-of-p'.
13263
13264 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13265 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13266 Add COPY-CONTENTS argument.
13267
13268 2012-02-25 Chong Yidong <cyd@gnu.org>
13269
13270 Add custom groups for VC backends, for consistency with vc-bzr.
13271
13272 * vc/vc-arch.el (vc-arch):
13273 * vc/vc-cvs.el (vc-cvs):
13274 * vc/vc-git.el (vc-git):
13275 * vc/vc-hg.el (vc-hg):
13276 * vc/vc-mtn.el (vc-mtn):
13277 * vc/vc-rcs.el (vc-rcs):
13278 * vc/vc-sccs.el (vc-sccs):
13279 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13280 All relevant defcustoms reassigned.
13281
13282 2012-02-25 Chong Yidong <cyd@gnu.org>
13283
13284 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13285
13286 * term/x-win.el (x-initialize-window-system): Reduce default for
13287 x-selection-timeout to 5 seconds (Bug#8869).
13288
13289 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13290
13291 * files.el (files-equal-p, file-subdir-of-p): New functions.
13292 (copy-directory): Error when trying to copy a directory on itself.
13293 Add missing copy-contents arg to tramp handler.
13294 * dired-aux.el (dired-copy-file-recursive): Same.
13295 (dired-create-files): Modify destination when source is equal to
13296 dest when copying files.
13297 Return also when dest is a subdir of source. (Bug#10489)
13298
13299 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13300
13301 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13302 (Bug#10874)
13303
13304 2012-02-23 Alan Mackenzie <acm@muc.de>
13305
13306 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13307 parameter "after-hook:" to allow the expansion to run code after
13308 the execution of the mode hooks.
13309
13310 * font-lock.el (font-lock-initial-fontify): New function extracted
13311 from font-lock-mode-internal.
13312
13313 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13314 :after-hook.
13315
13316 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13319 (completion--cache-all-sorted-completions): New function.
13320 (completion-all-sorted-completions): Use it.
13321 (completion--do-completion, minibuffer-force-complete):
13322 Use it to re-instate the flush hook.
13323
13324 * icomplete.el (icomplete-completions): Replace last fix with a better
13325 one (bug#10850).
13326
13327 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13328
13329 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13330 when it might call us back infinitely (bug#10797).
13331
13332 2012-02-23 Glenn Morris <rgm@gnu.org>
13333
13334 * minibuffer.el (completion-category-overrides): Doc fix.
13335
13336 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13337
13338 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13339 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13340
13341 2012-02-23 Glenn Morris <rgm@gnu.org>
13342
13343 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13344 (authors-obsolete-files-regexps, authors-ignored-files)
13345 (authors-ambiguous-files, authors-renamed-files-alist):
13346 Add more entries.
13347
13348 2012-02-23 Juri Linkov <juri@jurta.org>
13349
13350 * isearch.el (isearch-occur): Sync interactive spec with occur's
13351 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13352
13353 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13354
13355 2012-02-22 Juri Linkov <juri@jurta.org>
13356
13357 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13358 (ucs-insert): Doc fix. Check for hex digits in the string.
13359 Don't display `nil' in the error message. (Bug#10857)
13360
13361 2012-02-22 Alan Mackenzie <acm@muc.de>
13362
13363 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13364
13365 2012-02-22 Glenn Morris <rgm@gnu.org>
13366
13367 * ffap.el (ffap-c-path):
13368 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13369
13370 2012-02-22 Chong Yidong <cyd@gnu.org>
13371
13372 * custom.el (load-theme): Doc fix.
13373
13374 2012-02-22 Glenn Morris <rgm@gnu.org>
13375
13376 * dired-x.el (dired-guess-shell-alist-default):
13377 Remove escape sequences from nroff output. (Bug#172)
13378
13379 2012-02-21 Glenn Morris <rgm@gnu.org>
13380
13381 * vc/emerge.el (emerge-defvar-local):
13382 Set `permanent-local' property rather than unused `preserved'.
13383
13384 * textmodes/picture.el (picture-delete-char): New alias.
13385 (picture-mode-map): Use it. (Bug#10860)
13386 (picture-mode): Doc fix.
13387
13388 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13389
13390 * newcomment.el (uncomment-region-default): Remove unused binding.
13391
13392 2012-02-21 Glenn Morris <rgm@gnu.org>
13393
13394 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13395 (picture-self-insert, picture-tab-chars): Doc fix.
13396 (picture-mode-map): Fix C-a, C-e.
13397
13398 2012-02-20 Glenn Morris <rgm@gnu.org>
13399
13400 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13401
13402 2012-02-20 Leo Liu <sdl.web@gmail.com>
13403
13404 * icomplete.el (icomplete-completions): Check FROM arg before
13405 passing to substring (Bug#10850).
13406
13407 2012-02-19 Chong Yidong <cyd@gnu.org>
13408
13409 * comint.el: Require ansi-color.
13410 (comint-output-filter-functions): Add ansi-color-process-output.
13411
13412 * ansi-color.el: Don't set comint-output-filter-functions; it is
13413 now in the initial value defined in comint.el.
13414 (ansi-color-apply-face-function): New variable.
13415 (ansi-color-apply-on-region): Use it.
13416 (ansi-color-apply-overlay-face): New function.
13417
13418 * shell.el (shell): No need to require ansi-color.
13419 (shell-mode): Use ansi-color-apply-face-function to highlight
13420 color escapes using font-lock-face property (Bug#10835).
13421
13422 2012-02-19 Chong Yidong <cyd@gnu.org>
13423
13424 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13425 mode-line formats (Bug#10839).
13426
13427 2012-02-18 Glenn Morris <rgm@gnu.org>
13428
13429 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13430
13431 * mail/undigest.el (unforward-rmail-message): Doc fix.
13432
13433 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13434
13435 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13436
13437 * international/characters.el (script-list): Sync with the latest
13438 Unicode Character Database.
13439
13440 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13441
13442 * international/titdic-cnv.el: Remove duplicate coding tag.
13443 * language/cham.el: Likewise.
13444 * language/tai-viet.el: Likewise.
13445
13446 2012-02-18 Glenn Morris <rgm@gnu.org>
13447
13448 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13449 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13450 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13451 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13452 * calendar/holidays.el (holiday-bahai-holidays)
13453 (calendar-holidays, list-holidays):
13454 Use utf-8 Bahá'í in doc-strings, menus, etc.
13455
13456 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13457
13458 * saveplace.el (save-place-ignore-files-regexp): New variable
13459 allowing for excluding files from saving their location of point.
13460 The default value matches the temporary commit message editing
13461 files from Git, SVN, Bazaar, and Mercurial.
13462 (save-place-to-alist): Use it.
13463
13464 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13465 Stefan Monnier <monnier@iro.umontreal.ca>
13466
13467 * newcomment.el (uncomment-region-default): Don't leave extra space
13468 when an arg is provided (bug#8150).
13469
13470 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13471
13472 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13473
13474 2012-02-17 Glenn Morris <rgm@gnu.org>
13475
13476 * net/socks.el: Require network-stream. (Bug#10599)
13477
13478 2012-02-17 Kenichi Handa <handa@m17n.org>
13479
13480 * international/charprop.el:
13481 * international/uni-name.el:
13482 * international/uni-old-name.el:
13483 * international/uni-comment.el: Regenerate.
13484
13485 2012-02-16 Glenn Morris <rgm@gnu.org>
13486
13487 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13488 Interactively in calendar buffer, give an error if not on a date.
13489
13490 2012-02-15 Glenn Morris <rgm@gnu.org>
13491
13492 * shell.el (shell-delimiter-argument-list):
13493 Revert 2011-02-17 change. (Bug#8027)
13494
13495 2012-02-15 Chong Yidong <cyd@gnu.org>
13496
13497 * minibuffer.el (completion-at-point-functions): Doc fix.
13498
13499 * custom.el (defcustom): Doc fix; note use of defvar.
13500
13501 2012-02-15 Glenn Morris <rgm@gnu.org>
13502
13503 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13504 Doc fixes.
13505
13506 2012-02-14 Glenn Morris <rgm@gnu.org>
13507
13508 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13509
13510 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13511
13512 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13513 way the ports list is computed.
13514 (smtpmail-query-smtp-server): Prompt the user for a port number if
13515 we can't connect to any of the standard ports (bug#10810).
13516
13517 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13518
13519 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13520
13521 2012-02-13 Glenn Morris <rgm@gnu.org>
13522
13523 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13524
13525 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13526
13527 * net/gnutls.el (gnutls-trustfiles): New variable.
13528 (gnutls-negotiate): Use it.
13529
13530 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13531
13532 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13533 does its stuff if Gnus is running.
13534
13535 2012-02-13 Alan Mackenzie <acm@muc.de>
13536
13537 Fix a loop in c-set-fl-decl-start.
13538
13539 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13540 c-backward-syntactic-ws actually moves backwards.
13541
13542 2012-02-13 Leo Liu <sdl.web@gmail.com>
13543
13544 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13545 beginning so that all \C-o chars are removed.
13546
13547 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13548
13549 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13550
13551 2012-02-12 Alan Mackenzie <acm@muc.de>
13552
13553 Fix infinite loop with long macros.
13554 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13555
13556 2012-02-12 Chong Yidong <cyd@gnu.org>
13557
13558 * window.el (display-buffer): Doc fix (Bug#10785).
13559
13560 2012-02-12 Glenn Morris <rgm@gnu.org>
13561
13562 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13563 (x-disown-selection-internal, x-get-selection-internal):
13564 Sync docs with the xselect.c versions.
13565
13566 * allout-widgets.el: Add missing license notice.
13567
13568 2012-02-11 Glenn Morris <rgm@gnu.org>
13569
13570 * select.el (x-get-selection-internal, x-own-selection-internal)
13571 (x-disown-selection-internal):
13572 * x-dnd.el (x-get-selection-internal): Update declarations.
13573
13574 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13575
13576 * window.el (window-sides-slots):
13577 * tool-bar.el (tool-bar-position):
13578 * term/xterm.el (xterm-extra-capabilities):
13579 * ses.el (ses-self-reference-early-detection):
13580 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13581 (verilog-auto-wire-type)
13582 (verilog-auto-delete-trailing-whitespace)
13583 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13584 (verilog-auto-tieoff-declaration):
13585 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13586 (sql-oracle-statement-starters, sql-oracle-scan-on):
13587 * progmodes/prolog.el (prolog-align-comments-flag)
13588 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13589 (prolog-left-indent-regexp, prolog-paren-indent-p)
13590 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13591 (prolog-types, prolog-mode-specificators)
13592 (prolog-determinism-specificators, prolog-directives)
13593 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13594 (prolog-electric-dot-flag)
13595 (prolog-electric-dot-full-predicate-template)
13596 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13597 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13598 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13599 (prolog-program-switches, prolog-prompt-regexp)
13600 (prolog-debug-on-string, prolog-debug-off-string)
13601 (prolog-trace-on-string, prolog-trace-off-string)
13602 (prolog-zip-on-string, prolog-zip-off-string)
13603 (prolog-use-standard-consult-compile-method-flag)
13604 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13605 (prolog-imenu-max-lines, prolog-info-predicate-index)
13606 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13607 (prolog-char-quote-workaround):
13608 * progmodes/cc-vars.el (c-defun-tactic):
13609 * net/tramp.el (tramp-encoding-command-interactive)
13610 (tramp-local-end-of-line):
13611 * net/soap-client.el (soap-client):
13612 * net/netrc.el (netrc-file):
13613 * net/gnutls.el (gnutls):
13614 * minibuffer.el (completion-category-overrides)
13615 (completion-cycle-threshold)
13616 (completion-pcm-complete-word-inserts-delimiters):
13617 * man.el (Man-name-local-regexp):
13618 * mail/feedmail.el (feedmail-display-full-frame):
13619 * international/characters.el (glyphless-char-display-control):
13620 * eshell/em-ls.el (eshell-ls-date-format):
13621 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13622 (lisp-lambda-list-keyword-parameter-indentation)
13623 (lisp-lambda-list-keyword-parameter-alignment):
13624 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13625 * dired-x.el (dired-omit-verbose):
13626 * cus-theme.el (custom-theme-allow-multiple-selections):
13627 * calc/calc.el (calc-highlight-selections-with-faces)
13628 (calc-lu-field-reference, calc-lu-power-reference)
13629 (calc-note-threshold):
13630 * battery.el (battery-mode-line-limit):
13631 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13632 (archive-7z-update):
13633 * allout.el (allout-prefixed-keybindings)
13634 (allout-unprefixed-keybindings)
13635 (allout-inhibit-auto-fill-on-headline)
13636 (allout-flattened-numbering-abbreviation):
13637 * allout-widgets.el (allout-widgets-auto-activation)
13638 (allout-widgets-icons-dark-subdir)
13639 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13640 (allout-widgets-theme-dark-background)
13641 (allout-widgets-theme-light-background)
13642 (allout-widgets-item-image-properties-emacs)
13643 (allout-widgets-item-image-properties-xemacs)
13644 (allout-widgets-run-unit-tests-on-load)
13645 (allout-widgets-time-decoration-activity)
13646 (allout-widgets-hook-error-post-time)
13647 (allout-widgets-track-decoration):
13648 Add missing :version tags to new defcustoms and defgroups.
13649
13650 * progmodes/sql.el (sql-ansi-statement-starters)
13651 (sql-oracle-statement-starters): Add custom type.
13652
13653 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13654 (prolog-system-version): Give it a type.
13655
13656 2012-02-11 Eli Zaretskii <eliz@gnu.org>
13657
13658 * term/pc-win.el (x-select-text, x-selection-owner-p)
13659 (x-own-selection-internal, x-disown-selection-internal)
13660 (x-get-selection-internal): Sync doc strings and argument lists
13661 with xselect.c, common-win.el and x-win.el. (Bug#10783)
13662
13663 2012-02-11 Leo Liu <sdl.web@gmail.com>
13664
13665 * progmodes/python.el (python-end-of-statement): Fix infinite
13666 loop. (Bug#10788)
13667
13668 2012-02-10 Glenn Morris <rgm@gnu.org>
13669
13670 * international/mule-cmds.el (unify-8859-on-encoding-mode)
13671 (unify-8859-on-decoding-mode): Properly mark as obsolete.
13672
13673 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
13674
13675 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13676 about SMTP before checking the From header.
13677
13678 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13679 into own function for reuse by emacsbug.el.
13680
13681 2012-02-10 Leo Liu <sdl.web@gmail.com>
13682
13683 * subr.el (condition-case-unless-debug): Rename from
13684 condition-case-no-debug. All callers changed.
13685 (with-demoted-errors): Fix caller.
13686
13687 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13688 * nxml/rng-valid.el (rng-do-some-validation):
13689 * emacs-lisp/package.el (package-refresh-contents)
13690 (package-menu-execute):
13691 * desktop.el (desktop-create-buffer):
13692 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13693
13694 2012-02-10 Glenn Morris <rgm@gnu.org>
13695
13696 * textmodes/bibtex.el:
13697 Add missing :version tags for new/changed defcustoms.
13698
13699 * files.el (remote-file-name-inhibit-cache): Doc fixes.
13700
13701 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
13702
13703 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13704 (smtpmail-via-smtp): Use it, or fall back on the From address.
13705 (smtpmail-send-it): Ditto.
13706
13707 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
13708
13709 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13710 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
13711 (byte-compile-tmp-var): New const.
13712 (byte-compile-defvar): Use it to minimize .elc size.
13713 Just use `defvar' rather than simulate it (bug#10761).
13714
13715 2012-02-09 Glenn Morris <rgm@gnu.org>
13716
13717 * files.el (rename-uniquely): Doc fix. (Bug#3806)
13718
13719 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13720 Add :version tags.
13721
13722 * progmodes/compile.el (compilation-error-screen-columns)
13723 (compilation-first-column, compilation-filter-start): Doc fixes.
13724
13725 * vc/log-view.el (log-view-toggle-entry-display):
13726 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13727
13728 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13729 (report-emacs-bug-can-use-xdg-email):
13730 (report-emacs-bug-insert-to-mailer): Doc fixes.
13731 (report-emacs-bug): Message fix.
13732
13733 * net/browse-url.el (browse-url-can-use-xdg-open)
13734 (browse-url-xdg-open): Doc fixes.
13735
13736 * electric.el (electric-indent-mode, electric-pair-mode)
13737 (electric-layout-rules, electric-layout-mode): Doc fixes.
13738 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13739
13740 2012-02-08 Martin Rudalics <rudalics@gmx.at>
13741
13742 * server.el (server-unselect-display): Don't inadvertently kill
13743 the current buffer. (Bug#10729)
13744
13745 2012-02-08 Glenn Morris <rgm@gnu.org>
13746
13747 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13748 (sql-list-table): Doc fixes.
13749
13750 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13751 Comment out (does nothing).
13752
13753 * completion.el (dynamic-completion-mode):
13754 * dirtrack.el (dirtrack-debug-mode):
13755 * electric.el (electric-layout-mode):
13756 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13757 * face-remap.el (text-scale-mode, buffer-face-mode):
13758 * iimage.el (iimage-mode):
13759 * image-mode.el (image-transform-mode):
13760 * minibuffer.el (completion-in-region-mode):
13761 * scroll-lock.el (scroll-lock-mode):
13762 * simple.el (next-error-follow-minor-mode):
13763 * tar-mode.el (tar-subfile-mode):
13764 * tooltip.el (tooltip-mode):
13765 * vcursor.el (vcursor-use-vcursor-map):
13766 * wid-browse.el (widget-minor-mode):
13767 * emulation/tpu-edt.el (tpu-edt-mode):
13768 * emulation/tpu-extras.el (tpu-cursor-free-mode):
13769 * international/iso-ascii.el (iso-ascii-mode):
13770 * language/thai-util.el (thai-word-mode):
13771 * mail/supercite.el (sc-minor-mode):
13772 * net/goto-addr.el (goto-address-mode):
13773 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13774 * progmodes/cwarn.el (cwarn-mode):
13775 * progmodes/flymake.el (flymake-mode):
13776 * progmodes/glasses.el (glasses-mode):
13777 * progmodes/hideshow.el (hs-minor-mode):
13778 * progmodes/pascal.el (pascal-outline-mode):
13779 * textmodes/enriched.el (enriched-mode):
13780 * vc/smerge-mode.el (smerge-mode):
13781 Doc fixes (minor mode argument).
13782
13783 2012-02-07 Eli Zaretskii <eliz@gnu.org>
13784
13785 * ls-lisp.el (ls-lisp-sanitize): New function.
13786 (ls-lisp-insert-directory): Use it to fix or remove any elements
13787 in file-alist with missing attributes. (Bug#4673)
13788
13789 2012-02-07 Alan Mackenzie <acm@muc.de>
13790
13791 Fix spurious recognition of c-in-knr-argdecl.
13792
13793 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13794 putative K&R region.
13795
13796 2012-02-07 Alan Mackenzie <acm@muc.de>
13797
13798 * progmodes/cc-engine.el (c-forward-objc-directive):
13799 Prevent looping in "#pragma mark @implementation".
13800
13801 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
13802
13803 * notifications.el (notifications-on-closed-signal): Make `reason'
13804 optional. (Bug#10744)
13805
13806 2012-02-07 Glenn Morris <rgm@gnu.org>
13807
13808 * emacs-lisp/easy-mmode.el (define-minor-mode):
13809 Doc fixes for the macro and the mode it defines.
13810
13811 * image.el (imagemagick-types-inhibit): Doc fix.
13812
13813 * cus-start.el (imagemagick-render-type): Add it.
13814
13815 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
13816
13817 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13818 Set the default at load time, too, so that `font-lock-fontify-buffer'
13819 can be called without setting up the entire mode first. This fixes
13820 a bug in `mm-inline-text' with C MIME parts.
13821
13822 2012-02-06 Chong Yidong <cyd@gnu.org>
13823
13824 * simple.el (list-processes--refresh): Delete exited processes
13825 (Bug#8094).
13826
13827 * comint.el (comint-next-prompt): next-single-char-property-change
13828 and prev-single-char-property-change never return nil (Bug#8657).
13829
13830 * custom.el (defcustom): Doc fix (Bug#9711).
13831
13832 2012-02-05 Chong Yidong <cyd@gnu.org>
13833
13834 * cus-edit.el (custom-variable-reset-backup): Quote the value
13835 before storing it in the customized-value property (Bug#6712).
13836 (custom-display): Add a customization type tag.
13837 (custom-buffer-create-internal): Improve tooltip message.
13838
13839 * wid-edit.el (widget-field-value-get): New optional arg to
13840 suppress trailing whitespace truncation.
13841 (character): Use it (Bug#2689).
13842
13843 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
13844
13845 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13846 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13847
13848 2012-02-05 Chong Yidong <cyd@gnu.org>
13849
13850 * cus-edit.el (custom-variable-value-create): For mismatched
13851 types, show the current value (Bug#7600).
13852
13853 * custom.el (defcustom): Doc fix.
13854
13855 2012-02-05 Glenn Morris <rgm@gnu.org>
13856
13857 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13858
13859 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
13860
13861 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13862 (pp-buffer): Use `ignore-errors', `looking-at-p'.
13863 (pp-last-sexp): Use `looking-at-p'.
13864
13865 2012-02-04 Glenn Morris <rgm@gnu.org>
13866
13867 * files.el (revert-buffer):
13868 Doc fix (mention revert-buffer-in-progress-p).
13869
13870 * emacs-lisp/ert-x.el (ert-simulate-command):
13871 Check deferred-action-list (which is obsolete) is bound.
13872
13873 * subr.el (with-wrapper-hook): Doc fixes.
13874
13875 * simple.el (filter-buffer-substring-functions)
13876 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13877
13878 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
13879
13880 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13881 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
13882
13883 2012-02-04 Leo Liu <sdl.web@gmail.com>
13884
13885 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13886
13887 2012-02-04 Glenn Morris <rgm@gnu.org>
13888
13889 * image.el (image-extension-data): Add obsolete alias.
13890
13891 * isearch.el (isearch-update): Doc fix.
13892
13893 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13894
13895 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13896
13897 2012-02-03 Glenn Morris <rgm@gnu.org>
13898
13899 * image.el (image-animated-p): Doc fix. Use image-animated-types.
13900 (image-animate-timeout): Doc fix.
13901
13902 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13903
13904 2012-02-02 Glenn Morris <rgm@gnu.org>
13905
13906 * server.el (server-auth-dir): Doc fix.
13907 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
13908
13909 * subr.el (run-mode-hooks): Doc fix.
13910
13911 2012-02-02 Juri Linkov <juri@jurta.org>
13912
13913 * image-mode.el (image-toggle-display-image): Remove tautological
13914 `major-mode' from the `derived-mode-p' test.
13915
13916 2012-02-02 Kenichi Handa <handa@m17n.org>
13917
13918 * composite.el (compose-region): Cancel previous change.
13919
13920 2012-02-02 Kenichi Handa <handa@m17n.org>
13921
13922 * composite.el (compose-region, compose-string): Signal error for
13923 a null string component (Bug#6988).
13924
13925 2012-02-01 Chong Yidong <cyd@gnu.org>
13926
13927 * view.el (view-buffer-other-window, view-buffer-other-frame):
13928 Handle special modes like view-buffer (Bug#10650).
13929 (view-buffer): Simplify.
13930
13931 * frame.el (set-frame-font): Tweak meaning of third argument.
13932
13933 * dynamic-setting.el (font-setting-change-default-font):
13934 Use set-frame-font (Bug#9982).
13935
13936 2012-02-01 Glenn Morris <rgm@gnu.org>
13937
13938 * progmodes/compile.el (compilation-internal-error-properties):
13939 Respect compilation-first-column in the "*compilation*" buffer.
13940
13941 * emacs-lisp/easy-mmode.el (define-minor-mode):
13942 Relax :variable's test for a named function.
13943
13944 2012-01-31 Alan Mackenzie <acm@muc.de>
13945
13946 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
13947 off by one error.
13948
13949 2012-01-31 Chong Yidong <cyd@gnu.org>
13950
13951 * frame.el (set-frame-font): New arg ALL-FRAMES.
13952
13953 * menu-bar.el (menu-set-font): Use set-frame-font.
13954
13955 * faces.el (face-spec-reset-face): Don't apply unspecified
13956 attribute values to the default face.
13957
13958 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
13959
13960 * progmodes/cwarn.el (cwarn): Remove dead link.
13961 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
13962 Remove * from defcustom docstrings.
13963 (turn-on-cwarn-mode): Make obsolete.
13964 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
13965 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
13966
13967 2012-01-31 Glenn Morris <rgm@gnu.org>
13968
13969 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13970 Fix :variable handling of mode a symbol not equal to modefun.
13971 Allow named functions to be used as the cdr of :variable.
13972
13973 2012-01-30 Glenn Morris <rgm@gnu.org>
13974
13975 * emacs-lisp/authors.el (authors-fixed-entries):
13976 Remove reference to deleted file rnewspost.el.
13977
13978 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
13979
13980 * window.el (window-with-parameter): Remove unused variable `windows'.
13981 (window--side-check): Remove unused variable `code'.
13982 (window--resize-siblings): Remove unused variable `first'.
13983 (adjust-window-trailing-edge): Remove unused variable `failed'.
13984 (window-deletable-p, window--delete): Remove unused variable `buffer'.
13985 Use `let', not `let*'.
13986 (balance-windows-2): Remove unused variable `found'.
13987 (window--state-put-2): Remove unused variable `splits'.
13988 (window-state-put): Remove unused variable `selected'.
13989 (same-window-p): Use `string-match-p'.
13990 (display-buffer-assq-regexp): Remove unused variable `value'.
13991 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13992 Mark argument ALIST as ignored.
13993 (pop-to-buffer): Remove unused variable `old-window'.
13994
13995 2012-01-29 Eli Zaretskii <eliz@gnu.org>
13996
13997 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
13998 and .lzma compressed files.
13999
14000 2012-01-29 Chong Yidong <cyd@gnu.org>
14001
14002 * frame.el (window-system-default-frame-alist): Doc fix.
14003
14004 * dynamic-setting.el (font-setting-change-default-font): Don't
14005 change the default face if SET-FONT argument is non-nil (Bug#9982).
14006
14007 2012-01-29 Samuel Bronson <naesten@gmail.com>
14008
14009 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14010
14011 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14012
14013 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14014 breakpoints in files outside current directory (Bug#6098).
14015
14016 2012-01-29 Chong Yidong <cyd@gnu.org>
14017
14018 * progmodes/python.el: Require ansi-color at top-level.
14019
14020 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14021 Define and use in Emacs Lisp mode (Bug#9360).
14022 (lisp-mode-abbrev-table): Add doc.
14023 (lisp-mode-variables): Don't set local-abbrev-table.
14024 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14025
14026 2012-01-28 Roland Winkler <winkler@gnu.org>
14027
14028 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14029
14030 2012-01-28 Roland Winkler <winkler@gnu.org>
14031
14032 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14033 (bibtex-set-dialect): Use it. Either set global values of
14034 dialect-dependent variables or bind these variables buffer-locally
14035 (Bug#10254).
14036 (bibtex-mode): Call bibtex-set-dialect via
14037 hack-local-variables-hook.
14038 (bibtex-dialect): Update docstring.
14039 Add safe-local-variable predicate.
14040 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14041 bibtex-set-dialect.
14042 (bibtex-mode-map): Define menu for each dialect.
14043 (bibtex-entry): Fix docstring.
14044
14045 2012-01-28 Chong Yidong <cyd@gnu.org>
14046
14047 * eshell/esh-arg.el (eshell-quote-argument): New function.
14048
14049 * eshell/esh-ext.el (eshell-invoke-batch-file):
14050 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14051 first arg to eshell-parse-command (Bug#10523).
14052
14053 2012-01-28 Drew Adams <drew.adams@oracle.com>
14054
14055 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14056 `default-directory' is non-nil.
14057
14058 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14059
14060 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14061 line that displays system-configuration-options. (Bug#9924)
14062
14063 2012-01-28 Drew Adams <drew.adams@oracle.com>
14064
14065 * descr-text.el (describe-char): Show information about POS, in
14066 addition to information about the character at POS. Improve and
14067 update the doc string. Change "code point" to "code point in
14068 charset", to avoid confusion with the character's Unicode code
14069 point shown above that. (Bug#10129)
14070
14071 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14072
14073 * descr-text.el (describe-char): Show the raw character, not only
14074 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14075 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14076 for the reasons.
14077
14078 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14079
14080 * emacs-lisp/package.el (package-install):
14081 Run package-refresh-contents if there is no archive yet (Bug#9798).
14082
14083 2012-01-28 Chong Yidong <cyd@gnu.org>
14084
14085 * emacs-lisp/package.el (package-maybe-load-descriptor):
14086 New function, split from package-maybe-load-descriptor.
14087 (package-maybe-load-descriptor): Use it.
14088 (package-download-transaction): Fully load required packages
14089 inside the loop, so that `require' calls work (Bug#10593).
14090 (package-install): No need to call package-initialize now.
14091
14092 2012-01-28 Chong Yidong <cyd@gnu.org>
14093
14094 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14095
14096 * tooltip.el (tooltip-mode): Doc fix.
14097 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14098
14099 * frame.el (set-cursor-color): Doc fix (Bug#352).
14100
14101 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14102 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14103
14104 * cus-edit.el (custom-buffer-create-internal): Fix search button
14105 action (Bug#10542).
14106 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14107
14108 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14109
14110 * dired.el (dired-mark-files-regexp):
14111 Include any subdirectory components. (Bug#10445)
14112
14113 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14114
14115 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14116 Handle [host]:port syntax. (Bug#10533)
14117
14118 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14119
14120 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14121
14122 2012-01-26 Glenn Morris <rgm@gnu.org>
14123
14124 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14125 * term.el (term-raw-escape-map): Use Control-X-prefix.
14126 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14127
14128 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14129
14130 * window.el (window-state-get, window--state-get-1): Don't deal
14131 with fixed-sizeness of windows. Simplify code.
14132
14133 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14134
14135 * window.el (window--state-get-1, window--state-put-2):
14136 Don't save and restore the mark.
14137
14138 2012-01-25 Chong Yidong <cyd@gnu.org>
14139
14140 * custom.el (custom-variable-p): Doc fix.
14141
14142 2012-01-25 Glenn Morris <rgm@gnu.org>
14143
14144 * dired.el (dired-goto-file): Handle some of the more common
14145 characters that `ls -b' escapes. (Bug#10596)
14146
14147 * progmodes/compile.el (compilation-next-error-function):
14148 Respect compilation-first-column in the "*compilation*" buffer.
14149 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14150
14151 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14152
14153 2012-01-24 Glenn Morris <rgm@gnu.org>
14154
14155 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14156
14157 2012-01-24 Julien Danjou <julien@danjou.info>
14158
14159 * color.el (color-rgb-to-hsl): Fix value computing.
14160 (color-hue-to-rgb): New function.
14161 (color-hsl-to-rgb): New function.
14162 (color-clamp, color-saturate-hsl, color-saturate-name)
14163 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14164 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14165
14166 2012-01-24 Glenn Morris <rgm@gnu.org>
14167
14168 * vc/vc-rcs.el (vc-rcs-create-tag):
14169 * vc/vc-sccs.el (vc-sccs-create-tag):
14170 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14171
14172 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14173
14174 * eshell/esh-util.el (eshell-read-hosts-file):
14175 Skip comment lines. (Bug#10549)
14176
14177 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14178
14179 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14180
14181 * subr.el (display-delayed-warnings): Doc fix.
14182 (collapse-delayed-warnings): New function to collapse identical
14183 adjacent warnings.
14184 (delayed-warnings-hook): Add it.
14185
14186 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14187
14188 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14189
14190 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14191 (tramp-default-user-alist): Don't add "pscp".
14192 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14193 property "login-as", if set. (Bug#10530)
14194
14195 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14196
14197 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14198 "plink1" and "psftp". (Bug#10530)
14199
14200 2012-01-21 Kenichi Handa <handa@m17n.org>
14201
14202 * international/mule-cmds.el (prefer-coding-system): Show a
14203 warning message if the default value of file-name-coding-system
14204 was not changed.
14205
14206 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14207
14208 * windmove.el (windmove-reference-loc):
14209 Fix windmove-reference-loc miscalculation.
14210
14211 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14212
14213 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14214 default unit.
14215
14216 2012-01-21 Glenn Morris <rgm@gnu.org>
14217
14218 * international/mule.el (auto-coding-alist): Add .tbz.
14219
14220 * files.el (local-enable-local-variables): Doc fix.
14221 (inhibit-local-variables-regexps): Rename from
14222 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14223 Doc fix. Add some extensions from auto-coding-alist.
14224 (inhibit-local-variables-suffixes):
14225 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14226 (inhibit-local-variables-p):
14227 New function, extracted from set-auto-mode-1.
14228 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14229 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14230 (hack-local-variables): Doc fix. Make the mode-only case
14231 respect enable-local-variables and friends.
14232 Respect inhibit-local-variables-regexps for file-locals, but
14233 not for directory-locals.
14234 (set-visited-file-name):
14235 Take account of inhibit-local-variables-regexps.
14236 Whether it applies may change as the file name is changed.
14237 * jka-cmpr-hook.el (jka-compr-install):
14238 * jka-compr.el (jka-compr-uninstall):
14239 Update for inhibit-first-line-modes-suffixes name change.
14240
14241 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14242
14243 * help-macro.el (make-help-screen): Temporarily restore original
14244 binding for minor-mode-map-alist (Bug#10454).
14245
14246 2012-01-19 Julien Danjou <julien@danjou.info>
14247
14248 * color.el (color-name-to-rgb): Use the white color to find the max
14249 color component value and return correctly computed values.
14250 (color-name-to-rgb): Add missing float conversion for max value.
14251
14252 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14253
14254 * window.el (window--state-get-1, window-state-get): Do not use
14255 special state value for window-persistent-parameters.
14256 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14257 (window--state-put-2): Reset all window parameters to nil before
14258 assigning values of persistent parameters.
14259
14260 2012-01-18 Alan Mackenzie <acm@muc.de>
14261
14262 Eliminate sluggishness and hangs in fontification of "semicolon
14263 deserts".
14264
14265 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14266 Change value 10000 -> 3000.
14267 (c-state-safe-place): Reformulate so it doesn't stack up an
14268 infinite number of wrong entries in c-state-nonlit-pos-cache.
14269 (c-determine-limit-get-base, c-determine-limit): New functions to
14270 determine backward search limits disregarding literals.
14271 (c-find-decl-spots): Amend commenting.
14272 (c-cheap-inside-bracelist-p): New function which detects "={".
14273
14274 * progmodes/cc-fonts.el
14275 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14276 backward search.
14277 (c-font-lock-declarations): Fix an occurrence of point being
14278 undefined. Check additionally for point being in a bracelist or
14279 near a macro invocation without a semicolon so as to avoid a
14280 fruitless time consuming search for a declarator. Give a more
14281 precise search limit for declarators using the new
14282 c-determine-limit.
14283
14284 2012-01-18 Glenn Morris <rgm@gnu.org>
14285
14286 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14287 (set-auto-mode): Doc fixes.
14288
14289 2012-01-17 Glenn Morris <rgm@gnu.org>
14290
14291 * isearch.el (search-nonincremental-instead): Fix doc typo.
14292
14293 * dired.el (dired-insert-directory): Handle newlines in directory name.
14294 (dired-build-subdir-alist): Unescape newlines in directory name.
14295
14296 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14297
14298 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14299 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14300 (tramp-action-terminal): Use it. (Bug#10530)
14301
14302 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14303
14304 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14305
14306 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14307
14308 * window.el (window-state-ignored-parameters): Remove variable.
14309 (window--state-get-1): Rename argument MARKERS to IGNORE.
14310 Handle persistent window parameters. Make copy of clone-of
14311 parameter only if requested. (Bug#10348)
14312 (window--state-put-2): Install a window parameter only if it has
14313 a non-nil value or an existing parameter shall be overwritten.
14314
14315 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14316
14317 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14318
14319 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14320
14321 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14322 don't pass the (nil) value of `upnode' to string-match.
14323
14324 2012-01-14 Chong Yidong <cyd@gnu.org>
14325
14326 * startup.el (command-line): Fix X resource class for cursorColor.
14327 Fix values recognized by the cursorBlink resource.
14328
14329 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14330
14331 * epg.el (epg--make-temp-file): Avoid permission race condition
14332 when running on old Emacs versions (bug#10403).
14333
14334 2012-01-14 Glenn Morris <rgm@gnu.org>
14335
14336 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14337
14338 2012-01-13 Alan Mackenzie <acm@muc.de>
14339
14340 Fix filling for when filladapt mode is enabled.
14341
14342 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14343 c-mask-paragraph, pass in `fill-paragraph' rather than
14344 `fill-region-as-paragraph'. (This is a reversion of a previous
14345 change.)
14346 * progmodes/cc-mode.el (c-basic-common-init):
14347 Make fill-paragraph-handle-comment buffer local and set it to nil.
14348
14349 2012-01-13 Glenn Morris <rgm@gnu.org>
14350
14351 * dired.el (dired-switches-escape-p): New function.
14352 (dired-insert-directory): Use dired-switches-escape-p.
14353 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14354
14355 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14356
14357 2012-01-12 Glenn Morris <rgm@gnu.org>
14358
14359 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14360 changes in adaptive-fill-regexp. (Bug#10276)
14361
14362 2012-01-11 Alan Mackenzie <acm@muc.de>
14363
14364 Fix Emacs bug #10463 - put `widen's around the critical spots.
14365
14366 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14367 widen around each invocation of c-state-pp-to-literal. Remove an
14368 unused let variable.
14369
14370 2012-01-11 Glenn Morris <rgm@gnu.org>
14371
14372 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14373 Doc fix.
14374
14375 2012-01-10 Chong Yidong <cyd@gnu.org>
14376
14377 * net/network-stream.el (network-stream-open-starttls):
14378 Avoid emitting a confusing error message when the server gives a bad
14379 response to the capability command.
14380
14381 2012-01-10 Glenn Morris <rgm@gnu.org>
14382
14383 * mail/unrmail.el (unrmail): Tweak previous change.
14384
14385 2012-01-09 Chong Yidong <cyd@gnu.org>
14386
14387 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14388
14389 2012-01-08 Alan Mackenzie <acm@muc.de>
14390
14391 Optimize font locking in long enum definitions.
14392
14393 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14394 arm to a cond form to handle enums.
14395 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14396 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14397
14398 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14399
14400 * files.el (move-file-to-trash): Preserve default file modes on error.
14401 (Bug#10401)
14402
14403 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14404
14405 * faces.el (set-face-attribute): Clarify the meaning of the nil
14406 frame (bug#10294).
14407
14408 * subr.el (with-selected-frame): Mention that the selected frame
14409 is restored (bug#9980).
14410
14411 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14412 (bug#9759).
14413
14414 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14415 (password-read): Don't autoload unused function.
14416
14417 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14418
14419 * progmodes/which-func.el (which-func-mode): Turn into a
14420 non-interactive function and mark as obsolete (bug#10428).
14421
14422 2012-01-06 Chong Yidong <cyd@gnu.org>
14423
14424 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14425 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14426 functions, along with 1 and -1.
14427
14428 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14429
14430 * time.el (display-time-load-average)
14431 (display-time-default-load-average): Doc fixes. See the thread
14432 starting at
14433 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14434 for the details.
14435
14436 2012-01-06 Glenn Morris <rgm@gnu.org>
14437
14438 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14439 has no messages. (Bug#10377)
14440
14441 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14442 than Info-edit. (Bug#10385)
14443
14444 * time.el (display-time-load-average, display-time-next-load-average):
14445 Doc fixes.
14446
14447 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14448 local setting of buffer-read-only to the input buffer. (Bug#10419)
14449
14450 * calendar/calendar.el (calendar-mode):
14451 Locally set scroll-margin to 0. (Bug#10379)
14452
14453 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14454
14455 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14456
14457 2012-01-05 Glenn Morris <rgm@gnu.org>
14458
14459 * eshell/em-unix.el (diff-no-select): Autoload it.
14460 (eshell/diff): Use diff-no-select. (Bug#10420)
14461
14462 2012-01-05 Chong Yidong <cyd@gnu.org>
14463
14464 * shell.el (shell-dynamic-complete-functions): Revert last change.
14465 (shell-command-completion-function): New function.
14466 (shell-completion-vars): Use it to implement
14467 shell-completion-execonly (Bug#10417).
14468
14469 * custom.el (enable-theme): Don't set custom-safe-themes.
14470
14471 * cus-theme.el (custom-theme-merge-theme):
14472 Ignore custom-enabled-themes and custom-safe-themes.
14473
14474 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14475
14476 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14477 first prompt in `sql-interacive-mode'.
14478 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14479 keywords.
14480 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14481 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14482 context of original buffer. Invoke `sql-login-hook'.
14483
14484 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14485
14486 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14487 letters in cite-prefix.
14488
14489 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14490
14491 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14492
14493 2012-01-03 Chong Yidong <cyd@gnu.org>
14494
14495 * shell.el (shell-dynamic-complete-functions):
14496 Put pcomplete-completions-at-point, so as to try
14497 comint-filename-completion first (Bug#10417).
14498
14499 2012-01-02 Richard Stallman <rms@gnu.org>
14500
14501 * battery.el (battery-status-function):
14502 Detect when to use battery-yeeloong-sysfs.
14503 (battery-echo-area-format): Add string for Yeeloong.
14504 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14505 (battery-yeeloong-sysfs): New function.
14506
14507 2012-01-02 Chong Yidong <cyd@gnu.org>
14508
14509 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14510 (dirtrack): Merge code for handling relative filenames in prompt
14511 from shell-dir-cookie-watcher.
14512 (dirtrack-debug-message): New arg to avoid excess format calls.
14513
14514 * shell.el (shell-dir-cookie-re): Variable deleted.
14515 (shell-dir-cookie-watcher): Function deleted.
14516 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14517 with dirtrack-mode.
14518
14519 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14520
14521 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14522 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14523 libgnutls-26.dll.
14524
14525 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14526
14527 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14528
14529 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14530
14531 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14532 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14533
14534 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14535
14536 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14537 also for alternative shells.
14538 (tramp-open-connection-setup-interactive-shell): Check, whether
14539 the shell is a busybox.
14540 (tramp-send-command): Don't suppress multiple prompts for
14541 busyboxes, it hurts.
14542
14543 2011-12-28 Chong Yidong <cyd@gnu.org>
14544
14545 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14546 (gdb-get-source-file): Move mode line update to
14547 gdb-get-source-file (Bug#10087).
14548
14549 2011-12-25 Chong Yidong <cyd@gnu.org>
14550
14551 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14552 gud-gdb-marker-filter without taking it as an argument.
14553 (gud-gdb-run-command-fetch-lines): Caller changed.
14554 (gud-gdb-completion-function): New variable.
14555 (gud-gdb-completion-at-point): Use it.
14556 (gud-gdb-completions-1): Split from gud-gdb-completions.
14557
14558 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14559 function as separate arguments.
14560 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14561 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14562 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14563 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14564 (gdb-stopped, def-gdb-auto-update-trigger)
14565 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14566 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14567 Callers changed.
14568 (gud-gdbmi-completions): New function.
14569 (gdb): Use it for generating the completion table.
14570
14571 2011-12-24 Alan Mackenzie <acm@muc.de>
14572
14573 Introduce a mechanism to widen the region used in context font
14574 locking. Use this to protect declarations from losing their contexts.
14575
14576 * progmodes/cc-langs.el (c-before-font-lock-functions):
14577 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14578 (c-before-context-fontification-functions): New defvar, a list of
14579 functions to be run just before context (etc.) font locking.
14580
14581 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14582 New, functionality extracted from
14583 c-neutralize-syntax-in-and-mark-CPP.
14584 (c-in-after-change-fontification): New variable.
14585 (c-after-change): Set c-in-after-change-fontification.
14586 (c-set-fl-decl-start): Rejig its interface, so it can be called
14587 from both after-change and context fontifying.
14588 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14589 New functions.
14590 (c-standard-font-lock-fontify-region-function): New variable.
14591 (c-font-lock-fontify-region): New function.
14592
14593 2011-12-24 Juri Linkov <juri@jurta.org>
14594
14595 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14596 (Bug#10348)
14597
14598 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14599
14600 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14601 existence of source file. (Bug#10325)
14602
14603 2011-12-23 Alan Mackenzie <acm@muc.de>
14604
14605 Fix unstable fontification inside templates.
14606
14607 * progmodes/cc-langs.el (c-before-font-lock-functions):
14608 Newly created from the singular version. The (c c++ objc) entry now
14609 additionally has c-set-fl-decl-start. The other languages (apart
14610 from AWK) have that as a single entry.
14611
14612 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14613 The functionality for "local" declarations has been extracted to
14614 c-set-fl-decl-start.
14615
14616 * progmodes/cc-mode.el (c-common-init, c-after-change):
14617 Changes due to pluralisation of c-before-font-lock-functions.
14618 (c-set-fl-decl-start): New function, extracted from
14619 c-font-lock-enclosing-decls and enhanced.
14620
14621 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14622
14623 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14624
14625 2011-12-22 Juri Linkov <juri@jurta.org>
14626
14627 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14628
14629 2011-12-22 Chong Yidong <cyd@gnu.org>
14630
14631 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14632
14633 2011-12-21 Drew Adams <drew.adams@oracle.com>
14634
14635 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14636
14637 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14638
14639 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14640
14641 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14642
14643 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14644 highlighting and support. Fix up comments for capitalization.
14645 (cfengine-mode-debug): New var.
14646 (cfengine3-mode): Change the modeline indicator to "CFE3".
14647 (cfengine3-font-lock-keywords): Improve defun highlighting.
14648 (cfengine2-actions): Rename from `cfengine-actions'.
14649 (cfengine2-font-lock-keywords): Rename from
14650 `cfengine-font-lock-keywords'.
14651 (cfengine2-imenu-expression): Rename from
14652 `cfengine-imenu-expression'.
14653 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14654 (cfengine2-beginning-of-defun): Rename from
14655 `cfengine-beginning-of-defun'.
14656 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14657 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14658 (cfengine2-mode): Rename from `cfengine-mode'. Change the
14659 modeline indicator to "CFE2".
14660 (cfengine-mode): Defalias to `cfengine-auto-mode'.
14661 (cfengine-mode-abbrevs): Mark obsolete.
14662
14663 2011-12-21 Chong Yidong <cyd@gnu.org>
14664
14665 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14666 filename argument.
14667
14668 2011-12-20 Martin Rudalics <rudalics@gmx.at>
14669
14670 * window.el (window-normalize-buffer-to-display): Remove.
14671 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14672
14673 2011-12-19 Chong Yidong <cyd@gnu.org>
14674
14675 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14676 Don't signal an error in a predicate function; return non-nil.
14677 (vc-dir-mark-file): Move the error here.
14678 (vc-dir-mark-unmark): If acting on the region, keep going if one
14679 of the entries cannot be marked/unmarked.
14680 (vc-dir-mark-all-files): If current entry is a directory, mark
14681 only child files, as documented.
14682
14683 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
14684
14685 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14686 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14687 addition.
14688
14689 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14690
14691 * term/ns-win.el (ns-get-selection-internal)
14692 (ns-store-selection-internal): Declare.
14693 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14694 Declare as obsolete.
14695 (ns-get-pasteboard, ns-paste-secondary):
14696 Use ns-get-selection-internal.
14697 (ns-set-pasteboard, ns-copy-including-secondary):
14698 Use ns-store-selection-internal.
14699
14700 2011-12-17 Chong Yidong <cyd@gnu.org>
14701
14702 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14703 (vc-deduce-fileset): Doc fix.
14704
14705 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
14706
14707 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14708
14709 2011-12-13 Sam Steingold <sds@gnu.org>
14710
14711 * man.el (Man-getpage-in-background): When running under a
14712 window-system, ignore $MANWIDTH and $COLUMNS.
14713
14714 2011-12-15 Kenichi Handa <handa@m17n.org>
14715
14716 * language/ethio-util.el: Change coding tag to utf-8-emacs.
14717 (setup-ethiopic-environment-internal): Comment out key-binding for
14718 ethio-toggle-punctuation.
14719
14720 2011-12-13 Alan Mackenzie <acm@muc.de>
14721
14722 Add the switch statement to AWK Mode.
14723
14724 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14725 "default" to the keywords regexp.
14726
14727 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14728 expression as the rest.
14729 (c-nonlabel-token-key): Allow string literals for AWK.
14730 Refactor for the other modes.
14731
14732 Large brace-block initialisation makes CC Mode slow: Fix.
14733 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14734 routines. Limit backward searching in c-font-lock-enclosing.decl.
14735
14736 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14737 pp-state and literal type in addition to the limits.
14738 (c-state-safe-place): New defun, extracted from c-state-literal-at.
14739 (c-state-literal-at): Use the above new defun.
14740 (c-slow-in-literal, c-fast-in-literal): Remove.
14741 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14742
14743 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14744 being in a literal. Add a limit for backward searching.
14745
14746 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14747 c-slow-in-literal.
14748
14749 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14750
14751 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14752
14753 2011-12-13 Martin Rudalics <rudalics@gmx.at>
14754
14755 * window.el (delete-other-windows): Use correct frame in call to
14756 window-with-parameter.
14757
14758 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
14759
14760 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14761 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14762 (makefile-gmake-statements, makefile-makepp-statements):
14763 Use it and add new makepp keywords.
14764 (makefile-makepp-font-lock-keywords): Add new patterns.
14765 (makefile-match-function-end): Match new [...] and [[...]].
14766
14767 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
14768
14769 * ses.el (ses-call-printer-return, ses-cell-property-get)
14770 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14771 (ses-create-cell-variable, ses-reset-header-string)
14772 (ses-cell-set-formula, ses-repair-cell-reference-all)
14773 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14774 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14775 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14776 (ses-aset-with-undo, ses-load, ses-truncate-cell)
14777 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14778 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14779 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14780 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14781 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14782 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14783 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14784 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14785
14786 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
14787
14788 * ses.el: The overall change is to add cell renaming, that is
14789 setting fancy names for cell symbols other than name matching
14790 "\\`[A-Z]+[0-9]+\\'" regexp .
14791 (ses-create-cell-variable): New defun.
14792 (ses-relocate-formula): Relocate formulas only for cells the
14793 symbols of which are not renamed, i.e. symbols whose names do not
14794 match regexp "\\`[A-Z]+[0-9]+\\'".
14795 (ses-relocate-all): Relocate values only for cells the symbols of
14796 which are not renamed.
14797 (ses-load): Create cells variables as the (ses-cell ...) are read,
14798 in order to check row col consistency with cell symbol name only
14799 for cells that are not renamed.
14800 (ses-replace-name-in-formula): New defun.
14801 (ses-rename-cell): New defun.
14802
14803 2011-12-11 Chong Yidong <cyd@gnu.org>
14804
14805 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14806 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14807
14808 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
14809
14810 * window.el (other-window): Fix docstring.
14811
14812 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14813
14814 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14815 `from' or `to' address before taking its substring.
14816 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14817 encoded name is chopped in the middle of the encoded string, and
14818 thus displayed encoded.
14819
14820 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
14821
14822 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14823
14824 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14825
14826 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
14827 to use texinfo-update-node and commands that call it if the
14828 Texinfo file uses @node lines without next/prev/up pointers.
14829 Correct outdated description about texinfo-master-menu.
14830 (texinfo-all-menus-update, texinfo-master-menu)
14831 (texinfo-update-node, texinfo-every-node-update)
14832 (texinfo-multiple-files-update): Doc fix. Warn against updating
14833 all the @node lines.
14834 (texinfo-master-menu): Only call texinfo-update-node if the prefix
14835 argument is numeric. Explain better in the doc string what the
14836 function really does.
14837 (texinfo-insert-master-menu-list): Improve the error message
14838 displayed if there's no menu in the Top node.
14839 (Bug#2975) See also this thread:
14840 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14841
14842 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
14843
14844 * speedbar.el (speedbar-supported-extension-expressions):
14845 Add .adb and .ads, commonly used for Ada source code (bug#10256).
14846
14847 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
14848
14849 * printing.el (pr-mode-alist):
14850 * simple.el (filter-buffer-substring-functions)
14851 (completion-list-insert-choice-function):
14852 * window.el (window-with-parameter, window-atom-root)
14853 (window-sides-slots, window-size-fixed, window-min-delta)
14854 (window-max-delta, window--resize-mini-window)
14855 (window--resize-child-windows-normal, window-tree)
14856 (delete-other-windows, quit-window, split-window)
14857 (display-buffer-record-window, special-display-buffer-names)
14858 (special-display-regexps, special-display-popup-frame)
14859 (same-window-p, split-window-sensibly)
14860 (display-buffer-overriding-action, display-buffer-alist)
14861 (display-buffer-base-action, display-buffer, switch-to-buffer)
14862 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14863 (fit-window-to-buffer, recenter-positions)
14864 (mouse-autoselect-window-state, mouse-autoselect-window-select):
14865 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14866 and remove unneeded backslashes in docstrings.
14867
14868 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14869
14870 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14871
14872 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14873 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14874 end in ".mk".
14875 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14876 when reading the makefile (bug#10116).
14877
14878 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14879
14880 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14881 (bug#10116).
14882
14883 2011-12-06 Glenn Morris <rgm@gnu.org>
14884
14885 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14886
14887 2011-12-06 Chong Yidong <cyd@gnu.org>
14888
14889 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14890
14891 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
14892
14893 * textmodes/table.el (table-shorten-cell): Fix typo.
14894
14895 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
14896
14897 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14898
14899 2011-12-05 Eli Zaretskii <eliz@gnu.org>
14900
14901 * descr-text.el (describe-char): Fix display of strong
14902 right-to-left characters and directional embeddings and overrides.
14903
14904 * simple.el (what-cursor-position): Fix display of codepoints of
14905 strong right-to-left characters.
14906
14907 2011-12-05 Chong Yidong <cyd@gnu.org>
14908
14909 * faces.el (read-color): Doc fix.
14910
14911 2011-12-05 Glenn Morris <rgm@gnu.org>
14912
14913 * align.el (align--set-marker): Add doc-string.
14914 Don't try to move something that is not a marker. (Bug#10216)
14915
14916 2011-12-04 Glenn Morris <rgm@gnu.org>
14917
14918 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14919 overly zealous deletion of trailing whitespace.
14920
14921 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
14922
14923 * server.el (server-delete-client): On Windows, do not try to delete
14924 the only terminal.
14925 (server-process-filter): On Windows, treat requests for a tty frame as
14926 if they were for a GUI frame if the running server is in GUI mode.
14927
14928 2011-12-03 Glenn Morris <rgm@gnu.org>
14929
14930 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
14931
14932 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14933
14934 * electric.el: Streamline electric-indent's hook.
14935 (electric-indent-chars): Revert to simple list.
14936 (electric-indent-functions): New var.
14937 (electric-indent-post-self-insert-function): Use it.
14938
14939 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
14940 there's no inferior buffer (bug#10196).
14941 (prolog-consult-compile): Don't use toggle-read-only.
14942
14943 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
14944
14945 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
14946 interrupt. (Bug#10187)
14947
14948 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14949
14950 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
14951 (bug#9160).
14952
14953 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
14954 (bug#10191).
14955
14956 2011-12-02 Juri Linkov <juri@jurta.org>
14957
14958 * info.el (Info-search): Display "end of manual" when Isearch
14959 reaches the end of single-file Info manual. (Bug#9918)
14960
14961 2011-12-02 Eli Zaretskii <eliz@gnu.org>
14962
14963 * isearch.el (isearch-message-prefix): Run the input method part
14964 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
14965
14966 2011-12-02 Juri Linkov <juri@jurta.org>
14967
14968 * isearch.el (isearch-occur): Use `word-search-regexp' for
14969 `isearch-word'.
14970 (isearch-search-and-update): Add condition for `isearch-word' and
14971 call `word-search-regexp'. (Bug#10145)
14972
14973 2011-12-01 Glenn Morris <rgm@gnu.org>
14974
14975 * eshell/em-hist.el (eshell-hist-initialize):
14976 Handle eshell-history-size nil and HISTSIZE set or unset.
14977 (eshell-history-file-name, eshell-history-size): Fix custom type.
14978
14979 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14980
14981 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
14982
14983 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
14984
14985 * progmodes/verilog-mode.el (verilog-pretty-expr):
14986 Rework verilog-pretty-expr to handle new assignment operators in system
14987 verilog, such as += *= and the like.
14988 (verilog-assignment-operator-re): Regular expression to find the
14989 assigment operator in a verilog assignment.
14990 (verilog-assignment-operation-re): Regular expression to find an
14991 assignment statement for pretty-expr.
14992 (verilog-in-attribute-p): Query returns true if point is in an
14993 attribute context; used to skip these for expression line up from
14994 pretty-expr.
14995 (verilog-in-parameter-p): Query returns true if point is in an
14996 parameter definition context; used to skip these for expression
14997 line up from pretty-expr.
14998 (verilog-in-parenthesis-p): Query returns true if point is in a
14999 parenthetical expression, specifically ( ) but not [ ] or { };
15000 used by pretty-expr.
15001 (verilog-just-one-space): If there is no space, don't add one.
15002 (verilog-get-lineup-indent-2): Specifically skip just attribute
15003 contexts for expression lineup, rather than skipping all
15004 parenthetical expressions.
15005 (verilog-calculate-indent): Fix comment, and fix indent.
15006 (verilog-do-indent): Indent declarations in lists (suggested by
15007 Joachim Lechner).
15008 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15009 skeleton items.
15010 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15011 by Alain Mellan).
15012
15013 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15014
15015 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15016 parameters with embedded comments. Reported by Ray Stevens.
15017 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15018 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15019 Reported by Tim Holt.
15020 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15021 instantiated by upper module causing wrong expansion until AUTOed a
15022 second time. Reported by K C Buckenmaier.
15023 (verilog-diff-auto): Fix showing .* as a difference when
15024 `verilog-auto-star-save' off. Reported by Dan Dever.
15025 (verilog-auto-reset, verilog-read-always-signals)
15026 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15027 temporary signals in reset list if
15028 verilog-auto-reset-blocking-in-non is nil, and match assignment
15029 style to each signal's assignment type, bug381.
15030 Reported by Thomas Esposito.
15031 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15032 (verilog-uvm-statement-re): Support UVM indentation and
15033 highlighting, with old OVM keywords only.
15034 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15035 Support AUTOTIEOFF creating non-wire data types.
15036 Suggested by Jonathan Greenlaw.
15037 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15038 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15039 (verilog-inject-sense, verilog-read-inst-pins)
15040 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15041 Fix mismatching parenthesis inside commented out code when deleting
15042 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15043 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15044 non-numeric vector width. Reported by Alex Reed.
15045 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15046 detecting signals with parameter widths. Reported by Alex Reed.
15047 (verilog-auto-delete-trailing-whitespace):
15048 With `verilog-auto-delete-trailing-whitespace' remove trailing
15049 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15050 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15051 Fix verilog-scan-cache corruption when running user AUTO expansion
15052 hooks that call indentation routines.
15053 (verilog-simplify-range-expression): Fix typo ignoring lower case
15054 identifiers.
15055 (verilog-delete-auto): Fix delete-autos to also remove user created
15056 automatics, as long as they start with AUTO.
15057 (verilog-batch-diff-auto, verilog-diff-auto)
15058 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15059 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15060 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15061 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15062 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15063 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15064 is disabled and its cache will get corrupt, causing AUTOS not to
15065 expand. Instead use only -quick functions.
15066 (verilog-scan-region): Fix scanning over escaped quotes.
15067 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15068 (verilog-re-search-backward-quick)
15069 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15070 related functions now ignore strings, to fix misparsing of strings
15071 with magic comments embedded in them.
15072 (verilog-read-auto-template):
15073 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15074 Reported by Brad Dobbie.
15075 (verilog-read-auto-template):
15076 Fix 'verilog-auto-inst-template-numbers' with comments.
15077 Reported by Brad Dobbie.
15078 (verilog-auto-inst, verilog-auto-inst-param)
15079 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15080 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15081 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15082 debugging templates without merge conflicts, bug357.
15083 Reported by Brad Dobbie.
15084 (verilog-read-auto-template):
15085 Fix verilog-auto-inst-template-numbers with multiple templates.
15086 Reported by Brad Dobbie.
15087 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15088 abbrevs so user won't be asked to save.
15089 (verilog-read-auto-lisp-present): Fix to start at beginning of
15090 buffer in case called outside of verilog-auto.
15091 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15092 to "X-2". Reported by Matthew Myers.
15093 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15094 all inputs from module templates. Reported by Leith Johnson.
15095 (verilog-module-inside-filename-p): Fix locating programs as with
15096 modules.
15097 (verilog-auto-inst-port): Fix vl-width expressions when using
15098 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15099 (verilog-decls-get-regs, verilog-decls-get-signals,
15100 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15101 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15102 verilog-read-decls): Combine reg and wire structures into one var
15103 structure to represent SystemVerilog concepts.
15104 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15105 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15106 (verilog-auto-wire-type, verilog-insert-definition):
15107 Add verilog-auto-wire-type and AUTOLOGIC to support using
15108 SystemVerilog "logic" keyword instead of "wire"/"reg".
15109 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15110 to declares outputs that also have assignments (presumably in an
15111 ifdef or generate if so there's not a driver conflict).
15112 Reported by Matthew Myers.
15113 (verilog-auto-declare-nettype, verilog-insert-definition):
15114 Add verilog-auto-declare-nettype to fix declarations using
15115 `default_nettype none. Reported by Julian Gorfajn.
15116 (verilog-read-always-signals-recurse, verilog-read-decls)
15117 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15118 malformed end statement, bug325. Reported by Joshua Wise and
15119 Andrew Drake.
15120 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15121 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15122 when expanding .* in interfaces, bug320.
15123 Reported by Pierre-David Pfister.
15124 (verilog-read-module-name): Fix import statements between module
15125 name and open parenthesis, bug317.
15126 Reported by Pierre-David Pfister.
15127 (verilog-simplify-range-expression): Fix simplification of
15128 multiplications inside AUTOWIRE connections, bug303.
15129 (verilog-auto-inst-port): Support parameter expansion in
15130 multidimensional arrays.
15131 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15132 after "assert property". Reported by Julian Gorfajn.
15133 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15134 with multiplication, bug303.
15135 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15136 Reported by Jan Frode Lonnum.
15137
15138 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15139
15140 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15141 (hfy-shell-file-name, hfy-shell):
15142 * international/fontset.el (x-decompose-font-name): Fix typos.
15143
15144 2011-11-29 Ken Brown <kbrown@cornell.edu>
15145
15146 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15147 (gdb-version): Remove defvar.
15148 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15149 (gdb-gud-context-command, gdb-non-stop-handler)
15150 (gdb-current-context-command, gdb-stopped): Use it.
15151 (gdb-init-1): Enable pretty printing here.
15152 (gdb-non-stop-handler): Don't enable pretty-printing here.
15153 Check to see if the target supports non-stop mode; if not, turn off
15154 non-stop mode. Use the following.
15155 (gdb-check-target-async): New defun.
15156 (gud-watch, gdb-stopped): Fix whitespace.
15157 (gdb-get-source-file): Don't try to display the source file if
15158 `gdb-main-file' is nil.
15159
15160 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15161
15162 * align.el: Try to generate fewer markers (bug#10047).
15163 (align--set-marker): New macro.
15164 (align-region): Use it.
15165
15166 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15167
15168 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15169
15170 2011-11-29 Chong Yidong <cyd@gnu.org>
15171
15172 * indent.el (indent-for-tab-command, indent-according-to-mode):
15173 Doc fix.
15174 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15175
15176 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15177
15178 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15179 aware of remote file names. (Bug#10124)
15180
15181 2011-11-29 Chong Yidong <cyd@gnu.org>
15182
15183 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15184
15185 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15186
15187 * files.el (find-file): Don't use force-same-window (bug#10144).
15188 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15189 use pop-to-buffer if the selected window can't be used.
15190 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15191
15192 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15193
15194 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15195 special-mode-map.
15196
15197 2011-11-28 Chong Yidong <cyd@gnu.org>
15198
15199 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15200
15201 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15202
15203 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15204 gdb-get-source-file-list on gdb-create-source-file-list.
15205
15206 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15207
15208 * whitespace.el (whitespace-newline): Use a different foreground
15209 color for 16-color light-background displays.
15210
15211 2011-11-24 Chong Yidong <cyd@gnu.org>
15212
15213 * window.el (display-buffer--special-action): Doc fix.
15214
15215 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15216
15217 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15218 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15219 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15220 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15221 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15222 (avl-tree-stack-first):
15223 * emacs-lisp/cconv.el (cconv--analyse-use):
15224 * net/gnutls.el (gnutls-negotiate): Fix typos.
15225
15226 2011-11-24 Glenn Morris <rgm@gnu.org>
15227
15228 * lpr.el (lpr-windows-system, lpr-lp-system):
15229 * mail/binhex.el (binhex-begin-line):
15230 * progmodes/grep.el (grep-history, grep-find-history):
15231 * textmodes/flyspell.el:
15232 * vc/pcvs-defs.el (cvs-global-menu):
15233 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15234 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15235 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15236
15237 * net/tls.el: Fix case of "GnuTLS".
15238
15239 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15240
15241 * version.el (emacs-build-system): Give it a doc-string.
15242
15243 2011-11-24 Juri Linkov <juri@jurta.org>
15244
15245 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15246
15247 2011-11-24 Glenn Morris <rgm@gnu.org>
15248
15249 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15250 if called on a non-mime message just toggle the headers. (Bug#8006)
15251
15252 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15253
15254 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15255 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15256 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15257 (allout-rebullet-heading, allout-open-sibtopic)
15258 (allout-toggle-current-subtree-encryption)
15259 (allout-toggle-subtree-encryption, allout-encrypt-string)
15260 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15261 (allout-distinctive-bullets-string, allout-auto-activation):
15262 * window.el (window-normalize-buffer-to-display):
15263 * progmodes/verilog-mode.el (verilog-batch-indent):
15264 * textmodes/bibtex.el (bibtex-field-braces-opt)
15265 (bibtex-field-strings-opt):
15266 * vc/cvs-status.el (cvs-tree-merge):
15267 Fix typos.
15268
15269 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15270
15271 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15272 `non-essential' to t, in order to avoid remote connections.
15273
15274 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15275
15276 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15277 On MS-DOS and MS-Windows, compare with loaddefs.el
15278 case-insensitively.
15279
15280 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15281
15282 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15283
15284 2011-11-23 Glenn Morris <rgm@gnu.org>
15285
15286 * paths.el (rmail-file-name): Reformat the doc-string so that it
15287 is picked up.
15288
15289 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15290 (rmail-auto-file): Ignore case in the "special" field names,
15291 as mail-fetch-field does for all others.
15292
15293 * mail/rmail.el (rmail-forward):
15294 * mail/rmailkwd.el (rmail-set-label):
15295 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15296 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15297
15298 * mail/rmail.el (rmail-current-message): Doc fix.
15299
15300 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15301
15302 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15303
15304 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15305
15306 2011-11-22 Glenn Morris <rgm@gnu.org>
15307
15308 * mail/rmailmm.el (test-rmail-mime-handler)
15309 (test-rmail-mime-bulk-handler)
15310 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15311
15312 2011-11-21 Juri Linkov <juri@jurta.org>
15313
15314 * calc/calc.el (calc-read-key-sequence):
15315 Let-bind `input-method-function' to nil. (Bug#10018)
15316
15317 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15318
15319 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15320 Tell the caller that the next line needs recomputation, even
15321 though it doesn't start a sexp (bug#10094).
15322
15323 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15324
15325 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15326
15327 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15328
15329 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15330 Use force-same-window.
15331
15332 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15333
15334 * descr-text.el (describe-char-unicode-data):
15335 * json.el (json-string-escape):
15336 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15337 (Footnote-unicode, Footnote-style-p):
15338 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15339
15340 2011-11-20 Chong Yidong <cyd@gnu.org>
15341
15342 * window.el (replace-buffer-in-windows): Restore interactive spec.
15343
15344 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15345
15346 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15347
15348 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15349 (byte-compile-global-not-obsolete-vars): New var.
15350 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15351 Use it.
15352 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15353
15354 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15355
15356 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15357 * progmodes/pascal.el (electric-pascal-equal):
15358 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15359 * xml.el (xml-substitute-special): Fix typos.
15360
15361 2011-11-20 Glenn Morris <rgm@gnu.org>
15362
15363 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15364 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15365 Doc fixes.
15366 (rmail-decode-mime-charset): Mark as obsolete.
15367
15368 * mail/rmailsum.el (rmail-message-regexp-p-1):
15369 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15370 Before using mime functions, check they are set. (Bug#10077)
15371
15372 2011-11-19 Juri Linkov <juri@jurta.org>
15373
15374 * info.el (Info-finder-find-node): Use `package--builtins' instead
15375 of `package-alist'. Use node names formed by the pattern "Keyword "
15376 and the keyword name.
15377
15378 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15379
15380 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15381
15382 2011-11-19 Juri Linkov <juri@jurta.org>
15383
15384 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15385 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15386 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15387 `old-history', `old-history-forward'. Add let-binding
15388 `window-selected'. Remove calls to `kill-buffer',
15389 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15390 before calling `Info-find-node', so `Info-find-node-2' will reread
15391 the Info file. Restore window positions only when `window-selected'
15392 is non-nil.
15393
15394 2011-11-19 Juri Linkov <juri@jurta.org>
15395
15396 * isearch.el (isearch-lazy-highlight-new-loop):
15397 Remove condition `(not isearch-error)'. (Bug#9918)
15398
15399 * misearch.el (multi-isearch-search-fun): Add condition
15400 `(not bound)' to ignore lazy-highlighting search.
15401 Add the search-failed message "end of multi" when the end of
15402 multi-sequence is reached. Uncapitalize the search-failed
15403 message "Repeat for next buffer".
15404
15405 * info.el (Info-search): Add the search-failed message
15406 "end of the manual" when the end of the manual is reached
15407 in Isearch mode.
15408
15409 2011-11-19 Juri Linkov <juri@jurta.org>
15410
15411 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15412 Use non-destructive `remove' instead of `delete' because
15413 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15414 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15415
15416 2011-11-19 Juri Linkov <juri@jurta.org>
15417
15418 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15419 to nil instead of binding `search-ring' and `regexp-search-ring'.
15420 (Bug#9185)
15421
15422 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15423
15424 * simple.el (line-move): Force movement by logical lines for any
15425 hscrolled window, not only when auto-hscroll-mode is on.
15426 (line-move-visual): Update doc string to that effect. (Bug#10076)
15427
15428 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15429
15430 * language/european.el (macintosh): Define as alias for mac-roman.
15431
15432 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15433
15434 * mail/rmailmm.el (rmail-mime-display-header)
15435 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15436 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15437 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15438 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15439 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15440 of a raw aref.
15441 (rmail-mime-entity-segment): To get past the tagline, move forward
15442 2 more lines, to account for the 2 empty lines that precede and
15443 follow the line with the buttons.
15444 (rmail-mime-update-tagline): Move one more line, to get past the
15445 empty line that follows the buttons in the tagline. (Bug#9520)
15446
15447 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15448
15449 * window.el (window-max-delta-1, window-min-delta-1)
15450 (window-min-size-1, window-state-get-1, window-state-put-1)
15451 (window-state-put-2): Use "window--" prefix.
15452
15453 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15454
15455 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15456 (smie-warning-count): New var.
15457 (smie-set-prec2tab): Use it.
15458 (smie-bnf->prec2): Improve warnings. Add docstring.
15459 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15460 (smie-bnf--set-class): New function.
15461 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15462 corner case.
15463
15464 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15465 (compilation-error-properties, compilation-move-to-column):
15466 Handle compilation-first-column while in the target buffer.
15467
15468 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15469 Don't hardcode point-min==1.
15470
15471 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15472 (eshell-rewrite-for-command): Remove workaround.
15473 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15474 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15475 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15476
15477 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15478
15479 2011-11-17 Glenn Morris <rgm@gnu.org>
15480
15481 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15482 Ignore buffer-local generated-autoload-file if it is the same
15483 as the global value. (Bug#10049)
15484
15485 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15486
15487 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15488 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15489 (reftex-toc-previous-heading, reftex-toc-max-level)
15490 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15491 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15492 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15493 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15494 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15495 (reftex-toc-rename-label, reftex-toc-visit-location)
15496 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15497 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15498 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15499 leaving "*toc*" only for references to the buffer.
15500
15501 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15502
15503 * window.el (window-resize, delete-window, split-window):
15504 Replace window-splits by window-combination-resize.
15505 * cus-start.el (window-splits): Replace by window-combination-resize.
15506
15507 2011-11-17 Glenn Morris <rgm@gnu.org>
15508
15509 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15510 Make bash entry derive from sh entry, not shell entry.
15511
15512 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15513
15514 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15515 local file name.
15516
15517 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15518
15519 * menu-bar.el (menu-bar-file-menu):
15520 * printing.el (pr-ps-utility):
15521 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15522 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15523 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15524 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15525 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15526 (icalendar--convert-cyclic-to-ical)
15527 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15528 (icalendar--convert-ical-to-diary)
15529 (icalendar--convert-recurring-to-diary)
15530 (icalendar--convert-non-recurring-all-day-to-diary)
15531 (icalendar-import-format-sample):
15532 * progmodes/idlw-shell.el (idlwave-shell-mode):
15533 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15534 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15535 (vhdl-ps-print-init): Fix typos.
15536
15537 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15538
15539 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15540 FSF and collapse date sequence, obscure author/maintainer email address
15541 better, remove extra version line, track relocation of author's webpage.
15542
15543 * progmodes/python.el (python-pdbtrack-input-prompt)
15544 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15545 regular python pdb prompts. Adjustments shamelessly taken exactly as
15546 suggested in EmacsWiki page (tiny change):
15547 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15548
15549 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15550
15551 * expand.el (expand-pos, expand-index, expand-point):
15552 Remove redundant info from docstring.
15553 (expand-add-abbrevs): Doc fix.
15554 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15555 (expand-sample-perl-mode-expand-list): Fix typos.
15556
15557 * net/dbus.el (dbus-event-member-name):
15558 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15559 * term/pc-win.el (msdos-create-frame-with-faces):
15560 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15561
15562 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15563
15564 * window.el (split-window, window-state-get-1)
15565 (window-state-put-1, window-state-put-2): Rename occurrences of
15566 window-nest to window-combination-limit.
15567 * cus-start.el (window-nest): Rename to window-combination-limit.
15568
15569 2011-11-16 Chong Yidong <cyd@gnu.org>
15570
15571 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15572 regexp (Bug#10033).
15573
15574 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15575
15576 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15577 `completing-read' will remove *Completions* and will preserve
15578 current-buffer for us.
15579 (tmm-add-prompt): Users of *Completions* will always (re)set its
15580 major mode.
15581 (tmm-old-comp-map): Remove.
15582
15583 2011-11-16 Glenn Morris <rgm@gnu.org>
15584
15585 * mail/rmailedit.el: Require rmailmm when compiling.
15586 (rmail-old-mime-state): New declaration.
15587 (rmail-edit-current-message): If editing a mime message,
15588 edit the "raw" message from the mbox buffer.
15589 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15590
15591 2011-11-15 Glenn Morris <rgm@gnu.org>
15592
15593 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15594 which wasn't being used. Add optional arg to force given state.
15595 (rmail-mime): Add optional arg to force given state.
15596
15597 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15598
15599 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15600 * frame.el (display-mm-dimensions-alist):
15601 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15602 (outline-move-subtree-down):
15603 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15604 (newsticker--treeview-do-get-node):
15605 * net/quickurl.el (quickurl-list-buffer-name):
15606 * progmodes/dcl-mode.el (dcl-mode):
15607 * progmodes/gdb-mi.el (gdb-mapcar*):
15608 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15609
15610 2011-11-15 Glenn Morris <rgm@gnu.org>
15611
15612 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15613 in a boolean sense, so just make it a boolean, and fix the doc.
15614 (rmail-show-mime-function, rmail-mime-feature)
15615 (rmail-require-mime-maybe): Doc fixes.
15616 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15617
15618 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15619
15620 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15621
15622 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15623 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15624 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15625 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15626
15627 2011-11-15 Glenn Morris <rgm@gnu.org>
15628
15629 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15630 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15631 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15632 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15633 (rmail-mime, rmail-show-mime): Doc fixes.
15634
15635 * term/ns-win.el (mode-line-frame-identification):
15636 Leave it alone. (Bug#10051)
15637
15638 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15639
15640 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15641 Handle empty buffers. (Bug#9978)
15642
15643 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
15644
15645 * international/mule.el (define-charset):
15646 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15647 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15648 * progmodes/verilog-mode.el (verilog-backward-token):
15649 * textmodes/ispell.el (lookup-words):
15650 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15651
15652 2011-11-14 Glenn Morris <rgm@gnu.org>
15653
15654 * progmodes/executable.el
15655 (executable-make-buffer-file-executable-if-script-p):
15656 Handle file-modes returning nil.
15657
15658 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15659 message - not necessary, and causes problems. (Bug#9831)
15660
15661 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15662
15663 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15664
15665 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15666 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
15667 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15668
15669 2011-11-12 Martin Rudalics <rudalics@gmx.at>
15670
15671 * window.el (window-resize, delete-window): Use window-splits
15672 variable instead of function.
15673 (window-state-get-1, window-state-put-2, window-state-put):
15674 Don't deal with windows' splits status.
15675
15676 2011-11-12 Glenn Morris <rgm@gnu.org>
15677
15678 * apropos.el (apropos-do-all, apropos-library, apropos-value)
15679 (apropos-documentation): Doc fixes.
15680
15681 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
15682
15683 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15684 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15685
15686 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15687
15688 * electric.el (electric-indent-post-self-insert-function): Make it
15689 possible for a char to only indent in some circumstances.
15690 (electric-indent-mode): Simplify.
15691
15692 2011-11-11 Martin Rudalics <rudalics@gmx.at>
15693
15694 * window.el (windows-with-parameter): Remove unused function.
15695 (windows-at-side): Rename to window-at-side-list.
15696 (window-check, window-atom-check, window-atom-check-1)
15697 (window-side-check, window-size-ignore, window-size-fixed-1)
15698 (window-in-direction-2): Prefix with "window--".
15699 (window-tree-1): Rename to window--subtree, fix doc-string.
15700
15701 2011-11-11 Glenn Morris <rgm@gnu.org>
15702
15703 * subr.el (eval-after-load): If FILE is already loaded,
15704 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
15705
15706 2011-11-10 Glenn Morris <rgm@gnu.org>
15707
15708 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15709 Call svn via vc-svn-command rather than vc-do-command.
15710 (vc-svn-command): Add --non-interactive. (Bug#9993)
15711 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15712
15713 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15714 Add toggle-read-only. (Bug#7292)
15715 * files.el (toggle-read-only): Mention that it should only
15716 be used interactively. (Bug#10006)
15717
15718 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15721 Adjust regexp for OCaml warnings.
15722
15723 * electric.el (electric-pair-post-self-insert-function): Let user
15724 turn it off buffer-locally (bug#9932).
15725
15726 * progmodes/python.el (python-beginning-of-statement):
15727 Rewrite (bug#2703).
15728
15729 * progmodes/compile.el: Better handle TABs (bug#9749).
15730 (compilation-internal-error-properties)
15731 (compilation-next-error-function): Obey the target buffer's
15732 compilation-error-screen-columns.
15733
15734 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
15735
15736 * progmodes/meta-mode.el: Remove obsolete comments.
15737 (meta-right-comment-regexp, meta-ignore-comment-regexp):
15738 Fix typos in docstrings.
15739
15740 2011-11-09 Martin Rudalics <rudalics@gmx.at>
15741
15742 * window.el (window-size-fixed-p): Rewrite doc-string.
15743 (window-resizable-p): Rename to window--resizable-p. Update callers.
15744 (window--resizable): New function. Make all callers of
15745 window-resizable call window--resizable instead.
15746 (window-resizable): Rewrite in terms of window--resizable.
15747
15748 2011-11-08 Glenn Morris <rgm@gnu.org>
15749
15750 * progmodes/delphi.el (delphi-mode-syntax-table):
15751 Let define-derived-mode define a proper syntax table. (Bug#9994)
15752
15753 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15754
15755 * window.el: Stay away from defsubst.
15756 (window-list-no-nils): Remove.
15757 (window-state-get-1, window-state-get): Use backquote instead.
15758
15759 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15760
15761 * emacs-lisp/find-func.el (find-function-read):
15762 Fix incorrect use of default argument in `completing-read'.
15763
15764 2011-11-08 Martin Rudalics <rudalics@gmx.at>
15765
15766 * window.el (display-buffer-function, special-display-function):
15767 Mention display-buffer-record-window but do not mention
15768 help-setup parameter in doc-strings.
15769 (window-min-delta): Fix doc-string typo.
15770
15771 2011-11-08 Chong Yidong <cyd@gnu.org>
15772
15773 * window.el (window-total-height, window-total-width): Doc fix.
15774 (window-body-size): Move from C.
15775 (window-body-height, window-body-width): Move to C.
15776
15777 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15778
15779 * window.el: Make special-display like display-buffer-alist (bug#9532).
15780 (display-buffer--special-action): New function, morphed
15781 from display-buffer--special.
15782 (display-buffer): Use it to handle special-display-buffers at higher
15783 priority (just after display-buffer-alist).
15784 (display-buffer-fallback-action, display-buffer--other-frame-action)
15785 (pop-to-buffer-same-window): Remove display-buffer--special.
15786
15787 2011-11-07 Glenn Morris <rgm@gnu.org>
15788
15789 * calendar/cal-menu.el (cal-menu-set-date-title):
15790 Do nothing if not in a calendar. (Bug#9976)
15791
15792 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15793
15794 * files.el (find-file): Always use selected-window.
15795
15796 2011-11-07 Martin Rudalics <rudalics@gmx.at>
15797
15798 * window.el (window-combinations): Make WINDOW argument
15799 mandatory. Rewrite doc-string.
15800 (walk-window-subtree, window-atom-check, window-min-delta)
15801 (window-max-delta, window--resize-this-window)
15802 (window--resize-root-window-vertically, window-tree)
15803 (balance-windows, window-state-put): Rewrite doc-strings as to
15804 not mention the term "subwindow".
15805 (window--resize-subwindows-skip-p): Rename to
15806 window--resize-child-windows-skip-p.
15807 (window--resize-subwindows-normal): Rename to
15808 window--resize-child-windows-normal.
15809 (window--resize-subwindows): Rename to
15810 window--resize-child-windows.
15811 (window-or-subwindow-p): Rename to window--in-subtree-p.
15812
15813 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15814
15815 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15816 Ensure that mbox format messages end in two newlines (Bug#9974).
15817
15818 2011-11-06 Chong Yidong <cyd@gnu.org>
15819
15820 * window.el (window-combination-p): Function deleted; its
15821 side-effect is not used in any existing code.
15822 (window-combinations, window-combined-p): Call window-*-child
15823 directly.
15824
15825 2011-11-05 Chong Yidong <cyd@gnu.org>
15826
15827 * window.el (window-valid-p): Rename from window-any-p.
15828 (window-size-ignore, window-state-get): Callers changed.
15829 (window-normalize-window): Rename from window-normalize-any-window.
15830 New arg LIVE-ONLY, replacing window-normalize-live-window.
15831 (window-normalize-live-window): Delete.
15832 (window-combination-p, window-combined-p, window-combinations)
15833 (walk-window-subtree, window-atom-root, window-min-size)
15834 (window-sizable, window-sizable-p, window-size-fixed-p)
15835 (window-min-delta, window-max-delta, window-resizable)
15836 (window-resizable-p, window-full-height-p, window-full-width-p)
15837 (window-current-scroll-bars, window-point-1, set-window-point-1)
15838 (window-at-side-p, window-in-direction, window-resize)
15839 (adjust-window-trailing-edge, maximize-window, minimize-window)
15840 (window-deletable-p, delete-window, delete-other-windows)
15841 (record-window-buffer, unrecord-window-buffer)
15842 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15843 (quit-window, split-window, window-state-put)
15844 (set-window-text-height, fit-window-to-buffer)
15845 (shrink-window-if-larger-than-buffer): Callers changed.
15846
15847 2011-11-04 Eli Zaretskii <eliz@gnu.org>
15848
15849 * mail/rmail.el (rmail-simplified-subject): Decode subject with
15850 rfc2047-decode-string.
15851 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15852 warnings.
15853
15854 * window.el (window-body-height, window-body-width): Mention in
15855 the doc string that the return values are in frame's canonical
15856 units. (Bug#9949)
15857
15858 2011-11-03 Alan Mackenzie <acm@muc.de>
15859
15860 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15861 change in cc-engine.el.
15862
15863 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15864
15865 * window.el (switch-to-buffer): Use `force-same-window' interactively.
15866
15867 2011-11-02 Martin Rudalics <rudalics@gmx.at>
15868
15869 * window.el (quit-window): Call unrecord-window-buffer after
15870 showing another buffer in the window. (Bug#9937)
15871 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
15872
15873 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
15874
15875 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15876 Accept status with more than 9 shelves. (Bug#9935)
15877 Reported by Colin D Bennett <colin@gibibit.com>.
15878
15879 2011-11-01 Martin Rudalics <rudalics@gmx.at>
15880
15881 * help.el (with-help-window): Don't reference
15882 temp-buffer-show-specifiers in doc-string.
15883
15884 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
15885
15886 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15887 menu-item.
15888
15889 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15890
15891 * whitespace.el: New version 13.2.2.
15892 (whitespace-newline-mode): Disable properly. Reported by Sarah
15893 <EmacsWiki>.
15894
15895 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
15896
15897 * net/newst-treeview.el: Remove "Time-stamp".
15898 (newsticker--group-manage-orphan-feeds): Do not call
15899 newsticker--treeview-tree-update.
15900 (newsticker-treeview-update, newsticker-treeview):
15901 Call newsticker--treeview-tree-update if necessary.
15902
15903 2011-10-30 Martin Rudalics <rudalics@gmx.at>
15904
15905 * window.el (window-iso-combination-p, window-iso-combined-p)
15906 (window-iso-combinations): Remove "iso-" infix.
15907 Suggested by Chong Yidong.
15908 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15909 (window-max-delta-1, window-resize, window--resize-siblings)
15910 (window--resize-this-window, adjust-window-trailing-edge)
15911 (split-window, balance-windows-1)
15912 (shrink-window-if-larger-than-buffer):
15913 * calendar/calendar.el (calendar-generate-window):
15914 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
15915
15916 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15917
15918 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15919 in place (bug#9907).
15920 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15921 (eshell-rewrite-if-command, eshell-rewrite-for-command)
15922 (eshell-structure-basic-command, eshell-rewrite-while-command)
15923 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15924 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
15925 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
15926 (eshell-do-pipelines-synchronously, eshell-eval-command):
15927 Use backquotes and prefer setq to set.
15928 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
15929 (eshell-macrop): Use functionp.
15930 (eshell-do-eval): Handle multiple expressions in `while' body.
15931
15932 2011-10-30 Chong Yidong <cyd@gnu.org>
15933
15934 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
15935 instead of set-mark (Bug#9810).
15936
15937 2011-10-30 Chong Yidong <cyd@gnu.org>
15938
15939 * window.el (split-window-below, split-window-right): Rename from
15940 split-window-above-each-other and split-window-side-by-side
15941 respectively. All callers changed.
15942 (split-window-sensibly, split-window-sensibly): Use them.
15943 (split-window-keep-point): Doc fix.
15944
15945 * isearch.el: Add isearch-scroll property to split-window-below
15946 and split-window-right.
15947
15948 * follow.el (follow-mode):
15949 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15950 * progmodes/ada-xref.el (ada-gdb-application):
15951 * emulation/vip.el (vip-buffer-in-two-windows):
15952 * image-dired.el (image-dired-dired-with-window-configuration):
15953 * dired-x.el (dired-do-find-marked-files):
15954 * dired.el (dired-pop-to-buffer):
15955 * bs.el (bs--show-with-configuration):
15956 * vc/emerge.el (emerge-setup-windows):
15957 * textmodes/two-column.el (2C-two-columns):
15958 * textmodes/reftex-toc.el (reftex-toc):
15959 * progmodes/gdb-mi.el (gdb-setup-windows):
15960 * progmodes/fortran.el (fortran-window-create):
15961 * net/newst-treeview.el (newsticker--treeview-window-init):
15962 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
15963 * emulation/tpu-edt.el (tpu-gold-map):
15964 * emulation/crisp.el (crisp-mode-map):
15965 * calendar/calendar.el (calendar-basic-setup): Callers changed.
15966
15967 2011-10-29 Chong Yidong <cyd@gnu.org>
15968
15969 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
15970
15971 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
15972
15973 * textmodes/flyspell.el (flyspell-word): Fix char offset for
15974 forged Ispell output (Bug#7904).
15975
15976 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
15977
15978 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15979
15980 * doc-view.el: Avoid ugly errors about not finding nil.
15981 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15982 (doc-view-dvipdf-program, doc-view-unoconv-program)
15983 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
15984 Avoid nil or absolute file name as default value.
15985 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
15986
15987 2011-10-28 Alan Mackenzie <acm@muc.de>
15988
15989 * progmodes/cc-defs.el (c-version): -> 5.32.2.
15990
15991 2011-10-28 Alan Mackenzie <acm@muc.de>
15992
15993 Amend the handling of c-beginning/end-of-defun in nested declaration
15994 scopes.
15995
15996 * progmodes/cc-vars.el (c-defun-tactic): Move here from
15997 cc-langs.el. Change it to a defcustom.
15998
15999 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16000 cc-vars.el.
16001
16002 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16003 Prevent "class foo : bar" being spuriously recognized as a label.
16004
16005 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16006 Add parameter `inclusive' (to include enclosing braces in the region).
16007 (c-widen-to-enclosing-decl-scope): New function.
16008 (c-while-widening-to-decl-block): New macro.
16009 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16010 outward for defun boundaries, and correspondingly change symbol
16011 `respect-enclosure' to `go-outward'.
16012 (c-declaration-limits): Change algorithm to report only the "innermost"
16013 defun's boundaries.
16014
16015 2011-10-28 Deniz Dogan <deniz@dogan.se>
16016
16017 * net/rcirc.el (rcirc-mode): Use hard newlines.
16018
16019 2011-10-28 Alan Mackenzie <acm@muc.de>
16020
16021 Amend to indent and fontify macros "which include their own semicolon"
16022 correctly, using the "virtual semicolon" mechanism.
16023
16024 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16025
16026 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16027 Recode to scan one line at a time rather than having \n and \r
16028 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16029 (c-forward-label): Amend for virtual semicolons.
16030 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16031
16032 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16033 of the new C macros.
16034
16035 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16036 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16037 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16038 (c-opt-cpp-macro-define): Make into a full language variable.
16039 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16040 AWK Mode (including \n, \r) removed, no longer needed.
16041
16042 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16043 Invoke c-make-macro-with-semi-re.
16044
16045 * progmodes/cc-vars.el (c-macro-with-semi-re):
16046 (c-macro-names-with-semicolon): New variables.
16047 (c-make-macro-with-semi-re): New function.
16048
16049 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16050
16051 * vc/log-edit.el: Fill empty field rather than adding new one.
16052 (log-edit-add-field): New function.
16053 (log-edit-insert-changelog): Use it.
16054
16055 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16056
16057 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16058
16059 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16060
16061 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16062 (gdb--check-interpreter): New function.
16063 (gdb): Use it.
16064
16065 2011-10-27 Glenn Morris <rgm@gnu.org>
16066
16067 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16068 (least-positive-float, least-negative-float)
16069 (least-positive-normalized-float, least-negative-normalized-float)
16070 (float-epsilon, float-negative-epsilon):
16071 Remove unnecessary declarations.
16072
16073 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16074 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16075 (least-positive-float, least-negative-float)
16076 (least-positive-normalized-float, least-negative-normalized-float)
16077 (float-epsilon, float-negative-epsilon): Add doc-strings,
16078 based on those in cl.texi.
16079
16080 * files.el (set-visited-file-name): If the major-mode changed,
16081 reload the local variables. (Bug#9796)
16082
16083 2011-10-27 Chong Yidong <cyd@gnu.org>
16084
16085 * subr.el (change-major-mode-after-body-hook): New hook.
16086 (run-mode-hooks): Run it.
16087
16088 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16089 Use change-major-mode-before-body-hook.
16090
16091 * simple.el (fundamental-mode):
16092 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16093 change introducing fundamental-mode-hook.
16094
16095 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16096
16097 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16098
16099 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16100
16101 * ido.el (ido-file-name-all-completions-1): Do not require
16102 tramp.el explicitly. (Bug#7583)
16103
16104 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16105
16106 * progmodes/octave-mod.el:
16107 * progmodes/octave-inf.el: Update maintainer.
16108
16109 2011-10-26 Chong Yidong <cyd@gnu.org>
16110
16111 * subr.el (with-wrapper-hook): Rewrite doc.
16112
16113 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16114
16115 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16116 filenames "/method:foo:". (Bug#9793)
16117
16118 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16119
16120 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16121 (bug#9865).
16122
16123 2011-10-24 Glenn Morris <rgm@gnu.org>
16124
16125 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16126
16127 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16128
16129 * notifications.el: Add the requirement of a running D-Bus session
16130 bus to the Commentary.
16131
16132 2011-10-24 Juri Linkov <juri@jurta.org>
16133
16134 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16135 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16136 (Bug#9364)
16137
16138 2011-10-24 Juri Linkov <juri@jurta.org>
16139
16140 * info.el (Info-following-node-name-re): Add newline to the list
16141 of allowed characters for leading space. (Bug#9824)
16142
16143 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16144
16145 * progmodes/octave-inf.el (inferior-octave-mode-map):
16146 Fix C-c C-h binding.
16147 * progmodes/octave-mod.el (octave-help): Remove.
16148
16149 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16150
16151 Sync with Tramp 2.2.3.
16152
16153 * net/tramp-cache.el (top): Pacify byte-compiler using
16154 `init-file-user' and `site-run-file'.
16155
16156 * net/trampver.el: Update release number.
16157
16158 2011-10-23 Chong Yidong <cyd@gnu.org>
16159
16160 * files.el (toggle-read-only): Remove obsolete comment about
16161 version control.
16162
16163 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16164 for toggle-read-only. Note that this hasn't called vc-next-action
16165 since 2008-05-02, though it wasn't documented at the time.
16166
16167 * vc/ediff-init.el (ediff-toggle-read-only-function):
16168 Use toggle-read-only.
16169
16170 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16171
16172 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16173 of c-parse-state.
16174
16175 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16176 correct faulty logical expression.
16177 (c-parse-state-state, c-record-parse-state-state):
16178 (c-replay-parse-state-state): New defvar/defuns.
16179 (c-debug-parse-state): Use new functions.
16180
16181 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16182
16183 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16184 last fix. Use window-in-direction correctly.
16185
16186 2011-10-21 Chong Yidong <cyd@gnu.org>
16187
16188 * progmodes/idlwave.el (idlwave-mode):
16189 * progmodes/vera-mode.el (vera-mode): No need to set
16190 require-final-newline; that's done in prog-mode.
16191 Suggested by Stefan Monnier.
16192
16193 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16194
16195 * mouse.el (mouse-drag-window-above)
16196 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16197 (mouse-drag-mode-line-1, mouse-drag-header-line)
16198 (mouse-drag-vertical-line-rightward-window): Remove.
16199 (mouse-drag-line): New function.
16200 (mouse-drag-mode-line, mouse-drag-header-line)
16201 (mouse-drag-vertical-line): Call mouse-drag-line.
16202 * window.el (window-at-side-p, windows-at-side): New functions.
16203
16204 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16205
16206 * tar-mode.el (tar-grind-file-mode):
16207 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16208
16209 2011-10-21 Chong Yidong <cyd@gnu.org>
16210
16211 * progmodes/idlwave.el (idlwave-mode):
16212 * progmodes/vera-mode.el (vera-mode):
16213 Use mode-require-final-newline.
16214
16215 2011-10-20 Glenn Morris <rgm@gnu.org>
16216
16217 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16218
16219 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16220
16221 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16222
16223 2011-10-20 Chong Yidong <cyd@gnu.org>
16224
16225 * emulation/cua-base.el (cua-mode):
16226 * mail/footnote.el (footnote-mode):
16227 * mail/mailabbrev.el (mail-abbrevs-mode):
16228 * net/xesam.el (xesam-minor-mode):
16229 * progmodes/bug-reference.el (bug-reference-mode):
16230 * progmodes/cap-words.el (capitalized-words-mode):
16231 * progmodes/compile.el (compilation-minor-mode)
16232 (compilation-shell-minor-mode):
16233 * progmodes/gud.el (gud-tooltip-mode):
16234 * progmodes/hideif.el (hide-ifdef-mode):
16235 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16236 * progmodes/subword.el (subword-mode):
16237 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16238 * progmodes/which-func.el (which-function-mode):
16239 * term/tvi970.el (tvi970-set-keypad-mode):
16240 * term/vt100.el (vt100-wide-mode):
16241 * textmodes/flyspell.el (flyspell-mode):
16242 * textmodes/ispell.el (ispell-minor-mode):
16243 * textmodes/nroff-mode.el (nroff-electric-mode):
16244 * textmodes/paragraphs.el (use-hard-newlines):
16245 * textmodes/refill.el (refill-mode):
16246 * textmodes/reftex.el (reftex-mode):
16247 * textmodes/rst.el (rst-minor-mode):
16248 * textmodes/sgml-mode.el (html-autoview-mode)
16249 (sgml-electric-tag-pair-mode):
16250 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16251 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16252 * emulation/crisp.el (crisp-mode):
16253 * emacs-lisp/eldoc.el (eldoc-mode):
16254 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16255 minor mode behavior.
16256
16257 2011-10-19 Juri Linkov <juri@jurta.org>
16258
16259 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16260 the list of hard-coded chars with escape-glyph face.
16261
16262 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16265
16266 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16267
16268 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16269 running process.
16270
16271 2011-10-19 Glenn Morris <rgm@gnu.org>
16272
16273 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16274 Ignore ignored files. (Bug#9726)
16275
16276 2011-10-19 Chong Yidong <cyd@gnu.org>
16277
16278 Doc fix for minor modes, stating that an omitted argument enables
16279 the mode unconditionally when called from Lisp.
16280
16281 * abbrev.el (abbrev-mode):
16282 * allout.el (allout-mode):
16283 * autoinsert.el (auto-insert-mode):
16284 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16285 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16286 (global-auto-revert-mode):
16287 * battery.el (display-battery-mode):
16288 * composite.el (global-auto-composition-mode)
16289 (auto-composition-mode):
16290 * delsel.el (delete-selection-mode):
16291 * desktop.el (desktop-save-mode):
16292 * dired-x.el (dired-omit-mode):
16293 * dirtrack.el (dirtrack-mode):
16294 * doc-view.el (doc-view-minor-mode):
16295 * double.el (double-mode):
16296 * electric.el (electric-indent-mode, electric-pair-mode):
16297 * emacs-lock.el (emacs-lock-mode):
16298 * epa-hook.el (auto-encryption-mode):
16299 * follow.el (follow-mode):
16300 * font-core.el (font-lock-mode):
16301 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16302 * help.el (temp-buffer-resize-mode):
16303 * hilit-chg.el (highlight-changes-mode)
16304 (highlight-changes-visible-mode):
16305 * hi-lock.el (hi-lock-mode):
16306 * hl-line.el (hl-line-mode, global-hl-line-mode):
16307 * icomplete.el (icomplete-mode):
16308 * ido.el (ido-everywhere):
16309 * image-file.el (auto-image-file-mode):
16310 * image-mode.el (image-minor-mode):
16311 * iswitchb.el (iswitchb-mode):
16312 * jka-cmpr-hook.el (auto-compression-mode):
16313 * linum.el (linum-mode):
16314 * longlines.el (longlines-mode):
16315 * master.el (master-mode):
16316 * mb-depth.el (minibuffer-depth-indicate-mode):
16317 * menu-bar.el (menu-bar-mode):
16318 * minibuf-eldef.el (minibuffer-electric-default-mode):
16319 * mouse-sel.el (mouse-sel-mode):
16320 * msb.el (msb-mode):
16321 * mwheel.el (mouse-wheel-mode):
16322 * outline.el (outline-minor-mode):
16323 * paren.el (show-paren-mode):
16324 * recentf.el (recentf-mode):
16325 * reveal.el (reveal-mode, global-reveal-mode):
16326 * rfn-eshadow.el (file-name-shadow-mode):
16327 * ruler-mode.el (ruler-mode):
16328 * savehist.el (savehist-mode):
16329 * scroll-all.el (scroll-all-mode):
16330 * scroll-bar.el (scroll-bar-mode):
16331 * server.el (server-mode):
16332 * shell.el (shell-dirtrack-mode):
16333 * simple.el (auto-fill-mode, transient-mark-mode)
16334 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16335 (line-number-mode, column-number-mode, size-indication-mode)
16336 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16337 * strokes.el (strokes-mode):
16338 * time.el (display-time-mode):
16339 * t-mouse.el (gpm-mouse-mode):
16340 * tool-bar.el (tool-bar-mode):
16341 * tooltip.el (tooltip-mode):
16342 * type-break.el (type-break-mode-line-message-mode)
16343 (type-break-query-mode):
16344 * view.el (view-mode):
16345 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16346 (global-whitespace-mode, global-whitespace-newline-mode):
16347 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16348
16349 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16350 Fix autogenerated docstring.
16351
16352 2011-10-19 Juri Linkov <juri@jurta.org>
16353
16354 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16355 by checking environment variables "DESKTOP_SESSION" and
16356 "XDG_CURRENT_DESKTOP". (Bug#9779)
16357
16358 2011-10-19 Juri Linkov <juri@jurta.org>
16359
16360 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16361 (browse-url-chromium-program, browse-url-chromium-arguments):
16362 New defcustoms.
16363 (browse-url-default-browser): Check for `browse-url-chromium' and
16364 call `browse-url-chromium-program'.
16365 (browse-url-chromium): New command. (Bug#9779)
16366
16367 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16368
16369 * facemenu.el (list-colors-duplicates): On Windows, detect more
16370 duplicates by assuming that only colors matching "^System" are
16371 special "system colors". (Bug#9722)
16372
16373 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16374
16375 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16376 to distinguish the author from the committer.
16377
16378 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16379
16380 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16381
16382 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16383
16384 * international/mule.el (sgml-html-meta-auto-coding-function):
16385 Add support for detecting encoding in HTML5 specified only as
16386 <meta charset="UTF-8">. Implementation just makes http-equiv and
16387 content-type parts from HTML4 encoding string optional. (Bug#9716)
16388
16389 2011-10-18 Glenn Morris <rgm@gnu.org>
16390
16391 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16392
16393 2011-10-18 Chong Yidong <cyd@gnu.org>
16394
16395 * faces.el (cursor): Doc fix.
16396
16397 2011-10-17 Chong Yidong <cyd@gnu.org>
16398
16399 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16400
16401 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16402
16403 * dirtrack.el (dirtrack): Support shell buffers with path
16404 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16405
16406 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16407
16408 * json.el: Bump version to 1.3 and note change in History.
16409 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16410
16411 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16412
16413 * comint.el (comint-insert-input, comint-send-input)
16414 (comint-get-old-input-default, comint-backward-matching-input)
16415 (comint-next-prompt): Use nil instead of `input' for field property of
16416 past user input (bug#114).
16417
16418 * minibuffer.el (completion--replace): Inherit surrounding properties
16419 (bug#114).
16420 (minibuffer-complete-and-exit): Use it.
16421
16422 * comint.el (comint--table-subvert): Quote the all-completions output
16423 (bug#9160).
16424
16425 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16426
16427 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16428
16429 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16430 window on right of selected. (Bug#9350) Reword other window
16431 entries and separate them from frame entries.
16432
16433 2011-10-15 Glenn Morris <rgm@gnu.org>
16434
16435 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16436 Doc fixes.
16437
16438 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16439
16440 * net/network-stream.el (network-stream-open-starttls):
16441 Improve detection of failure due to lack of TLS support.
16442
16443 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16444 putting the input text in front and in bold.
16445
16446 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16447
16448 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16449
16450 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16451 empty buffer.
16452
16453 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16454 unread-command-events rather than pushing yet-another event.
16455
16456 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16457
16458 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16459 the explanation of the possible choices. Make the options passed
16460 to completing-read shorter.
16461
16462 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16463
16464 * textmodes/flyspell.el (flyspell-large-region): Make sure
16465 extended character mode is used if defined (Bug#1339).
16466
16467 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16468
16469 * simple.el (what-cursor-position): Fix the display of the
16470 character info for LRE, LRO, RLE, and RLO characters by appending
16471 an invisible PDF.
16472
16473 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16474
16475 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16476 even in case of error; add debug spec; simplify data flow.
16477 (with-timeout-handler): Remove.
16478
16479 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16480
16481 Fix Bug#6019, Bug#9315.
16482
16483 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16484 complete `buffer-file-name', the local file name part could look
16485 remotely (for example on VMS).
16486
16487 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16488 `tramp-run-real-handler'.
16489 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16490 already quoted by '"'.
16491
16492 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16493 Let `file-name-handler-alist' be nil, the local file name part
16494 could look remotely (for example on VMS).
16495
16496 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16497
16498 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16499 from here...
16500 (flyspell-post-command-hook): ...to here.
16501
16502 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16503
16504 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16505 if not needed.
16506 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16507 using completion. Protect against "slow" callers.
16508 Remove the "message hack".
16509
16510 2011-10-11 Juri Linkov <juri@jurta.org>
16511
16512 * isearch.el (isearch-lazy-highlight-word): New variable.
16513 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16514 Use it. (Bug#9727)
16515
16516 2011-10-11 Glenn Morris <rgm@gnu.org>
16517
16518 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16519 like f90-previous-statement does.
16520
16521 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16522
16523 * eshell/eshell.el (eshell-command): History should be saved
16524 only in interactive use, to avoid error.
16525
16526 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16527
16528 * minibuffer.el (completion-file-name-table): Fix last change,
16529 i.e. ignore normal errors but not the other ones.
16530
16531 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16532
16533 * window.el (special-display-buffer-names)
16534 (special-display-regexps): Remove some remnants of earlier
16535 changes from doc-strings.
16536 (quit-windows-on): New function.
16537
16538 * vc/vc.el (vc-revert, vc-rollback):
16539 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16540 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16541 (Bug#6183) (Bug#7074) (Bug#7447)
16542
16543 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16544
16545 * window.el (frame-auto-hide-function): Add version tag.
16546 (Bug#9699)
16547
16548 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16549
16550 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16551 condition.
16552
16553 2011-10-09 Leo Liu <sdl.web@gmail.com>
16554
16555 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16556 (Bug#9701)
16557
16558 2011-10-08 Glenn Morris <rgm@gnu.org>
16559
16560 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16561 before the first code statement zero indent. (Bug#9690)
16562
16563 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16564
16565 * simple.el (count-words-region): Always count in the region.
16566 Report the number of lines and characters too.
16567 (count-words): New command, which counts in the buffer if the
16568 region is inactive, as count-words-region used to.
16569 (count-words--message): New function. Handle plurals.
16570 (count-lines-region): Make it an alias for count-words-region.
16571
16572 * bindings.el (esc-map): Replace count-lines-region with
16573 count-words-region.
16574
16575 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16576
16577 * window.el (window--delete): Delete dedicated frame
16578 unconditionally when argument KILL is non-nil. (Bug#9699)
16579 (switch-to-buffer): Fix doc-string typo.
16580
16581 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16582
16583 * eshell/eshell.el (eshell-command): Avoid using hooks.
16584
16585 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16586
16587 * bindings.el ([M-left],[M-right]): Bind to left-word and
16588 right-word respectively.
16589
16590 2011-10-07 Glenn Morris <rgm@gnu.org>
16591
16592 * cus-start.el (debug-on-quit): Fix custom type.
16593
16594 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16595
16596 * subr.el (define-key-after): Clarify that the function is not
16597 useful for non-menu keymaps.
16598
16599 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16600
16601 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16602
16603 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16604 in current minibuffer (Fix bug with recursive minibuffers).
16605
16606 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16607
16608 * progmodes/gdb-mi.el (gdb): Doc fix.
16609
16610 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16611
16612 * window.el (frame-auto-hide-function): New option replacing
16613 frame-auto-delete. Suggested by Stefan Monnier.
16614 (window--delete): Call frame-auto-hide-function instead of
16615 investigating frame-auto-delete.
16616 (window-point-1, set-window-point-1): New functions.
16617 (window-in-direction, record-window-buffer, window-state-get-1)
16618 (display-buffer-record-window): Use window-point-1 instead of
16619 window-point.
16620 (set-window-buffer-start-and-point): Use set-window-point-1.
16621
16622 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16625
16626 2011-10-05 Glenn Morris <rgm@gnu.org>
16627
16628 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16629 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16630
16631 2011-10-05 Leo Liu <sdl.web@gmail.com>
16632
16633 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16634 works with buffer object.
16635
16636 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16637
16638 * mpc.el (mpc-tool-bar-map): Add labels.
16639
16640 2011-10-04 Glenn Morris <rgm@gnu.org>
16641
16642 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16643
16644 2011-10-04 Martin Rudalics <rudalics@gmx.at>
16645
16646 * window.el (window--delete): New function.
16647 (frame-auto-delete): Resuscitate option.
16648 (bury-buffer, replace-buffer-in-windows)
16649 (quit-window): Rewrite using window--delete.
16650 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16651 Pass display-buffer-mark-dedicated to window--display-buffer-2
16652 (Bug#9639).
16653
16654 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16655
16656 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16657 returns a list (bug#9554). Add remote file name completion.
16658 * comint.el (comint--table-subvert): Curry and get quote&unquote
16659 functions as arguments.
16660 (comint--complete-file-name-data): Adjust call accordingly.
16661 * pcomplete.el (pcomplete--table-subvert): Remove.
16662 (pcomplete-completions-at-point): Use comint--table-subvert instead.
16663
16664 * minibuffer.el (completion-table-case-fold): Use currying.
16665 (completion--styles-type, completion--cycling-threshold-type):
16666 New constants.
16667 (completion-styles, completion-category-overrides)
16668 (completion-cycle-threshold): Use them.
16669 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16670 completion-table-case-fold.
16671
16672 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
16673
16674 * minibuffer.el (completion-category-overrides): Fix type of styles
16675 and add more user friendly tags (bug#9660).
16676
16677 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16678
16679 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16680 (mule-input-method-string): New widget.
16681 (default-input-method, language-info-custom-alist): Use it.
16682
16683 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16684
16685 * pcomplete.el: Require comint.
16686 (pcomplete--common-suffix): Remove.
16687 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16688 (pcomplete--table-subvert): Sync with comint--table-subvert.
16689 (pcomplete--entries): Use comint-completion-file-name-table.
16690 * comint.el (comint-unquote-filename): Simplify.
16691 (comint-completion-file-name-table): New function (bug#9616).
16692 (comint--complete-file-name-data): Use it.
16693
16694 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16695 (pcmpl-gnu-tar-buffer): Remove.
16696 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16697 around. Make sure pcomplete-suffix-list is only changed temporarily.
16698 Don't look inside the tar's file if it's too large.
16699
16700 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
16701
16702 * cus-edit.el (custom-mode-map):
16703 * epa.el (epa-key-list-mode-map):
16704 * man.el (Man-mode-map):
16705 * startup.el (splash-screen-keymap):
16706 * simple.el (special-mode-map): Use scroll-up-command and
16707 scroll-down-command.
16708
16709 * progmodes/idlw-help.el (idlwave-help-mode-map):
16710 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16711 * net/newst-plainview.el (newsticker-mode-map):
16712 * emulation/ws-mode.el (wordstar-mode-map):
16713 * emulation/vi.el (vi-com-map):
16714 * calc/calc-graph.el (calc-graph-show-dumb):
16715 * term/sun.el (terminal-init-sun):
16716 * term/ns-win.el (global-map):
16717 * progmodes/grep.el (grep-mode-map):
16718 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16719 * mail/rmail.el (rmail-mode-map):
16720 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16721
16722 * custom.el (custom-safe-themes, load-theme): Treat value of t for
16723 custom-safe-themes as special.
16724
16725 2011-10-01 Julien Danjou <julien@danjou.info>
16726
16727 * notifications.el (notifications-notify): Fix docstring.
16728
16729 2011-10-01 Per Starbäck <per@starback.se>
16730
16731 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
16732
16733 2011-09-30 Martin Rudalics <rudalics@gmx.at>
16734
16735 * startup.el (command-line-1): Fix last fix by inserting
16736 initial-scratch-message into *scratch* before displaying it.
16737 (Bug#9605) and (Bug#9636)
16738
16739 2011-09-29 Eli Zaretskii <eliz@gnu.org>
16740
16741 * simple.el (line-move): If auto-hscroll-mode is disabled and the
16742 window is hscrolled, move by logical lines. (Bug#9607)
16743 (line-move-visual): Update the doc string to the above effect.
16744
16745 2011-09-29 Martin Rudalics <rudalics@gmx.at>
16746
16747 * window.el (display-buffer-record-window): When WINDOW is the
16748 selected window use `point' instead of `window-point'. (Bug#9626)
16749
16750 * startup.el (command-line-1): Use insert-before-markers when
16751 inserting initial-scratch-message. (Bug#9605)
16752
16753 * help.el (help-window): Remove variable.
16754
16755 2011-09-29 Glenn Morris <rgm@gnu.org>
16756
16757 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16758
16759 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
16760
16761 * descr-text.el (describe-char-categories): Accept category
16762 descriptions more than one line long.
16763
16764 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16765
16766 * simple.el (delete-trailing-whitespace): Fix last change.
16767
16768 * progmodes/perl-mode.el (perl-syntax-propertize-function):
16769 Don't confuse "y => 3" as the beginning of a `y' operation.
16770
16771 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16772 object has more than 4 slots (bug#9613).
16773
16774 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
16775
16776 * subr.el (with-output-to-temp-buffer):
16777 * net/quickurl.el (quickurl, quickurl-browse-url):
16778 Fix typos in docstrings.
16779
16780 2011-09-27 Eli Zaretskii <eliz@gnu.org>
16781
16782 * minibuffer.el (completion-styles)
16783 (completion-category-overrides): Cross reference each other in doc
16784 strings.
16785
16786 2011-09-27 Glenn Morris <rgm@gnu.org>
16787
16788 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16789 to split-string. (Bug#9606)
16790
16791 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16792
16793 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16794 (bug#9615).
16795
16796 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
16797
16798 * emacs-lisp/package.el (list-packages): Fix echo area message.
16799
16800 2011-09-27 Leo Liu <sdl.web@gmail.com>
16801
16802 * ido.el (ido-read-internal): Accept cons cell HIST arg.
16803
16804 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
16805
16806 * net/dbus.el (dbus-unregister-object): Don't release services for
16807 registered signals. (Bug#9581)
16808
16809 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
16810
16811 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16812 function that picks between cfengine 2 and 3 support
16813 automatically. Update docs accordingly.
16814
16815 2011-09-22 Kenichi Handa <handa@m17n.org>
16816
16817 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16818 ZERO.
16819 (indian-itrans-v5-table-for-tamil): New variable.
16820 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16821
16822 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
16823
16824 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16825 that's true if the current command involved collapsing of text.
16826 It's reset to false at the beginning of the next command.
16827 (allout-post-command-business): Move the cursor to the beginning
16828 of entry if the cursor is hidden and collapsing activity just
16829 happened.
16830
16831 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
16832
16833 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16834 tracking (Bug#9541).
16835
16836 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
16837
16838 * net/newst-reader.el (newsticker-html-renderer)
16839 (newsticker-show-news): Automatically load html rendering package
16840 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
16841 because w3m-fill-column is let-bound" and the error "Symbol's value
16842 as variable is void: w3m-fill-column".
16843
16844 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
16845
16846 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16847 Release services only if they are defined. (Bug#9581)
16848
16849 2011-09-23 Richard Stallman <rms@gnu.org>
16850
16851 * textmodes/paragraphs.el (forward-sentence): For backwards case,
16852 distinguish start of paragraph from start of its text.
16853
16854 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16855
16856 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16857 (rmail-generate-viewer-buffer): Put that hook on view buffer.
16858 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16859
16860 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
16861
16862 * international/mule-diag.el (mule-diag): Insert a newline after
16863 each fontset description.
16864
16865 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16866
16867 * simple.el (delete-trailing-whitespace):
16868 Document last change; simplify.
16869
16870 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
16871
16872 * simple.el (delete-trailing-whitespace): Also delete
16873 extra newlines at the end of the buffer.
16874
16875 * textmodes/picture.el: Make motion commands obey shift-select-mode.
16876 (picture-newline): Use forward-line so as to ignore fields.
16877
16878 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16879
16880 * subr.el (with-wrapper-hook): Fix edebug spec.
16881
16882 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16883
16884 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16885 (bug#4538).
16886
16887 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
16888
16889 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16890 Fix nasty bug using wrong cached values.
16891
16892 2011-09-23 Alan Mackenzie <acm@muc.de>
16893
16894 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16895
16896 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
16897
16898 * window.el (pop-to-buffer): Ensure right window is selected if we
16899 chose another frame.
16900
16901 2011-09-22 Eli Zaretskii <eliz@gnu.org>
16902
16903 * simple.el (what-cursor-position): Use get-char-property-change
16904 and next-single-char-property-change, to be able to show display
16905 properties that come from overlays as well as text properties.
16906
16907 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
16908
16909 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16910
16911 * cmuscheme.el (run-scheme, switch-to-scheme):
16912 * cus-edit.el (customize-group, custom-buffer-create)
16913 (customize-browse):
16914 * info.el (info):
16915 * shell.el (shell):
16916 * mail/sendmail.el (mail):
16917 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16918
16919 2011-09-22 Richard Stallman <rms@gnu.org>
16920
16921 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16922 move back only to line beg, don't move back over blank lines.
16923
16924 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
16925
16926 * files.el (copy-directory): Set directory attributes only in case
16927 they could be retrieved from the source directory. (Bug#9565)
16928
16929 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
16930
16931 * progmodes/hideshow.el (hs-looking-at-block-start-p)
16932 (hs-find-block-beginning, hs-hide-level-recursive):
16933 Ignore strings as well as comments. (Bug#9502)
16934
16935 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
16936
16937 * progmodes/sql.el (sql-comint-postgres):
16938 Convert port number to a string. (Bug#9566)
16939
16940 2011-09-22 Martin Rudalics <rudalics@gmx.at>
16941
16942 * window.el (quit-window): Undedicate window when switching to
16943 previous buffer. Reported by Thierry Volpiatto
16944 <thierry.volpiatto@gmail.com>.
16945 (special-display-popup-frame): When popping up a new frame reset
16946 its previous buffers to nil. Simplify code.
16947
16948 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
16949
16950 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
16951 and process filter, as done also in `shell-command'.
16952
16953 2011-09-21 Martin Rudalics <rudalics@gmx.at>
16954
16955 * window.el (set-window-buffer-start-and-point):
16956 Call set-window-start with NOFORCE argument t.
16957 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16958 (quit-window): Reword doc-string. Handle new format of
16959 quit-restore parameter. Don't delete window if it has a
16960 previous buffer we can show instead of the present one.
16961 (display-buffer-record-window): Rewrite using a new format for
16962 the quit-restore window parameter
16963 (special-display-popup-frame, display-buffer-same-window)
16964 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16965 (display-buffer-pop-up-window, display-buffer-use-some-window):
16966 Adapt symbol passed to display-buffer-record-window.
16967 * help.el (help-window-setup): Handle new format of quit-restore
16968 parameter.
16969
16970 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
16971
16972 * faces.el (face-list): Fix docstring (bug#9564).
16973
16974 * window.el (display-buffer--action-function-custom-type):
16975 Don't include internal functions in the Custom interface.
16976
16977 2011-09-20 Juri Linkov <juri@jurta.org>
16978
16979 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
16980 (Info-forward-node, Info-backward-node, Info-next-preorder)
16981 (Info-last-preorder): Use it. (Bug#9528)
16982
16983 2011-09-20 Juri Linkov <juri@jurta.org>
16984
16985 * info.el (Info-last-preorder): Visit last menu item only when
16986 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
16987
16988 2011-09-20 Julien Danjou <julien@danjou.info>
16989
16990 * password-cache.el (password-cache-remove): Remove entries even if the
16991 value is nil, so that password with a nil value (negative caching) is
16992 possible to invalidate.
16993
16994 2011-09-20 Lawrence Mitchell <wence@gmx.li>
16995
16996 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
16997 all whitespace around breakpoint. (Bug#9553)
16998 (f90-find-breakpoint): Only break at whitespace inside a comment.
16999
17000 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17001
17002 * minibuffer.el (completion-file-name-table): Keep track of errors.
17003 (completion-table-with-predicate): Handle the case where pred1 is nil.
17004 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17005
17006 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17007
17008 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17009 (debugger-return-value): Signal an error if the debugging context does
17010 not await any return value.
17011
17012 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17013 * image-mode.el (image-toggle-display-text)
17014 (image-toggle-display-image): Stay away from evil `intangible'.
17015
17016 2011-09-19 Leo Liu <sdl.web@gmail.com>
17017
17018 * replace.el (occur-revert-arguments): Make it permanent-local.
17019 (occur-mode): Don't call font-lock-defontify.
17020
17021 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17022
17023 * net/ldap.el (ldap-search-internal): Don't push empty search
17024 result (Bug#9508).
17025
17026 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17027
17028 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17029
17030 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17031
17032 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17033 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17034
17035 2011-09-18 Juri Linkov <juri@jurta.org>
17036
17037 * buff-menu.el (Buffer-menu-mode-map):
17038 * dired.el (dired-mode-map):
17039 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17040 (lisp-interaction-mode-map):
17041 * emacs-lisp/package.el (package-menu-mode-map):
17042 * epa.el (epa-key-list-mode-map):
17043 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17044 (menu-bar-options-menu):
17045 * outline.el (outline-mode-menu-bar-map):
17046 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17047 * vc/vc-dir.el (vc-dir-menu-map):
17048 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17049 Capitalize non-function content words in menu item strings.
17050
17051 * dired.el (dired-mode-map): Add menu item for
17052 `image-dired-dired-toggle-marked-thumbs'.
17053
17054 2011-09-18 Juri Linkov <juri@jurta.org>
17055
17056 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17057 to `isearch-case-fold-search' and restore its original value
17058 after the `isearch-mode' call.
17059
17060 2011-09-18 Juri Linkov <juri@jurta.org>
17061
17062 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17063 because `zgrep' returns 1 for successful matches (bug#9226).
17064
17065 2011-09-18 Juri Linkov <juri@jurta.org>
17066
17067 * info.el (Info-extract-menu-node-name): Check the second match
17068 for empty string (second test-case of bug#9528).
17069 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17070 intermediate nodes to the history (first test-case of bug#9528).
17071
17072 2011-09-18 Juri Linkov <juri@jurta.org>
17073
17074 * info.el (Info-mode-syntax-table): New variable.
17075 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17076
17077 2011-09-18 Juri Linkov <juri@jurta.org>
17078
17079 * info.el (Info-file-supports-index-cookies):
17080 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17081 outputs one more line for long file names (bug#4142).
17082
17083 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17084
17085 * newcomment.el (comment-normalize-vars): If prompting for
17086 comment-start, set comment-start-skip too (Bug#8424).
17087
17088 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17089
17090 * icomplete.el: Fix previous fix of Bug#5849.
17091 (icomplete-mode): Don't set completion-show-inline-help.
17092 (icomplete-minibuffer-setup): Set completion-show-inline-help
17093 locally during icompletion.
17094
17095 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17096
17097 * woman.el (woman2-process-escapes): Don't delete unrecognized
17098 escapes (Bug#7843).
17099
17100 * files.el (inhibit-first-line-modes-regexps): Add image files.
17101 (hack-local-variables-prop-line): Return nil for malformed
17102 prop-lines (Bug#9044).
17103
17104 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17105
17106 * net/tramp.el (top): Don't require 'shell.
17107 (tramp-methods): Fix docstring.
17108 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17109 Return complete remote file name. Handle "smb" case.
17110 Use `tramp-tmpdir', if defined for the respective method.
17111 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17112
17113 * net/tramp-compat.el (top): Require 'shell.
17114
17115 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17116 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17117 `tramp-current-host'.
17118 (tramp-get-remote-tmpdir): Remove.
17119
17120 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17121 `tramp-tmpdir' entries.
17122 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17123 (tramp-smb-handle-file-attributes): Ignore errors.
17124 (tramp-smb-wait-for-output): Check also for process end.
17125
17126 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17127
17128 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17129 when sending QUIT (bug#9312).
17130
17131 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17132
17133 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17134 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17135 occur-mode-display-occurrence.
17136 (occur-edit-mode): Add usage message.
17137 (occur-cease-edit): New command.
17138 (occur-after-change-function): Use text properties to find the
17139 position of the prefix text.
17140 (occur-engine): Set stickiness of prefix text properties.
17141
17142 2011-09-17 Glenn Morris <rgm@gnu.org>
17143
17144 * progmodes/etags.el (complete-tag):
17145 Fix call to completion-in-region. (Bug#9526)
17146
17147 2011-09-17 Juri Linkov <juri@jurta.org>
17148
17149 * textmodes/ispell.el (ispell-word): Add to the error message
17150 the word, ispell program name and current dictionary (bug#9121).
17151 (ispell-tex-arg-end): Capitalize "error" in the error message.
17152
17153 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17154
17155 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17156 check. (Bug#4251)
17157
17158 2011-09-17 Juri Linkov <juri@jurta.org>
17159
17160 * window.el (window-safe-min-height, window-safe-min-width):
17161 Fix typos (followup to bug#9522).
17162
17163 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17164
17165 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17166
17167 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17168
17169 * simple.el (line-move): If goal-column is set, move by logical
17170 lines, not by display lines. (Bug#971)
17171 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17172 to reflect the above change.
17173
17174 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17175
17176 * image.el (imagemagick-register-types): Use regexp-opt.
17177
17178 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17179
17180 * window.el (display-buffer-base-action): Rename from
17181 display-buffer-default-action. Make default value empty.
17182 (display-buffer-overriding-action): Convert to defvar.
17183 (display-buffer-fallback-action): New var.
17184
17185 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17186
17187 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17188 declaration.
17189 (package--add-to-archive-contents): If there is a duplicate entry
17190 with an older version, remove it.
17191 (package-menu-mark-delete, package-menu-mark-install)
17192 (package-menu-mark-unmark): Make unused args optional.
17193 (package-menu-mark-obsolete-for-deletion):
17194 Use package-menu-get-status instead of a regexp search.
17195 (package-menu-get-status): Use tabulated-list-entry.
17196 (package-menu-mark-upgrades): New command.
17197 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17198 (package-menu-execute): Do installation before deletion.
17199 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17200 instead of checking major-mode.
17201 (package-menu--find-upgrades): New function.
17202
17203 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17204
17205 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17206 passwords in the log buffer.
17207 (smtpmail-process-filter): Update the process marker so that the
17208 "broken by peer" status message is inserted in the right place.
17209
17210 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17211
17212 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17213 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17214 bibtex-completion-at-point-function.
17215 (bibtex-completion-at-point-function): Use them.
17216
17217 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17218
17219 * mpc.el (mpc-constraints-tag-lookup): New function.
17220 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17221 also to browser "album|playlist".
17222
17223 2011-09-14 Juri Linkov <juri@jurta.org>
17224
17225 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17226 (isearch-edit-string): Use length of `isearch-string' when
17227 `isearch-fail-pos' returns nil.
17228 (isearch-message): Remove duplicate code and call
17229 `isearch-fail-pos' with arg `t'.
17230
17231 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17232
17233 * replace.el (occur-mode-goto-occurrence): Don't force using other
17234 window (Bug#9499).
17235
17236 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17237
17238 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17239
17240 * window.el (display-buffer-window): Remove.
17241 (display-buffer-record-window): Use help-setup window parameter
17242 instead of variable display-buffer-window.
17243 (display-buffer-function, special-display-buffer-names)
17244 (special-display-function): Mention help-setup parameter instead
17245 of display-buffer-window in doc-string.
17246 * help.el (help-window-setup): New argument help-window.
17247 Use help-window-setup parameter instead of display-buffer-window.
17248 Reword some messages.
17249 (with-help-window): Pass window used for displaying the buffer
17250 to help-window-setup. Don't set display-buffer-window.
17251
17252 2011-09-13 Glenn Morris <rgm@gnu.org>
17253
17254 * emacs-lisp/debug.el (debugger-make-xrefs):
17255 Preserve point. (Bug#9462)
17256
17257 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17258
17259 * window.el (window-deletable-p): Use next-frame.
17260
17261 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17262
17263 * window.el (window-auto-delete): Remove.
17264 (window-deletable-p): Remove argument FORCE. Don't deal with
17265 dedication and previous buffers.
17266 (switch-to-prev-buffer): Don't delete window.
17267 (delete-windows-on): Delete a window's frame if and only if the
17268 window is dedicated.
17269 (replace-buffer-in-windows): Delete buffer's window or frame if
17270 and only if window is dedicated.
17271 (quit-window): Handle quit-restore as before last change.
17272 (bury-buffer): Delete window only if window-deletable-p returns t.
17273
17274 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17275
17276 * window.el (window-deletable-p): Never delete the last frame on a
17277 given terminal.
17278
17279 2011-09-13 Glenn Morris <rgm@gnu.org>
17280
17281 * help.el (describe-key-briefly): Copy previous standard-output change.
17282
17283 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17284
17285 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17286
17287 2011-09-13 Glenn Morris <rgm@gnu.org>
17288
17289 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17290 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17291
17292 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17293
17294 * dired-aux.el (dired-mark-read-string): Don't return default
17295 value on empty input (Bug#9361).
17296 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17297 Omit initial minibuffer contents.
17298 (dired-do-chmod): Signal an error on empty input.
17299 (dired-mark-read-string): Don't return default on empty input.
17300
17301 * files.el (file-modes-symbolic-to-number): Doc fix.
17302
17303 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17304
17305 * international/mule-cmds.el (ucs-completions): Remove.
17306 (read-char-by-name): Use complete-with-action instead; add metadata.
17307
17308 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17309
17310 * window.el (display-buffer--action-function-custom-type)
17311 (display-buffer--action-custom-type): New vars.
17312 (display-buffer-alist, display-buffer-default-action)
17313 (display-buffer-overriding-action): Add defcustom types.
17314
17315 * frame.el (delete-other-frames): Doc fix (Bug#276).
17316
17317 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17318
17319 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17320
17321 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17322
17323 Change modes that used same-window-* vars to use switch-to-buffer.
17324
17325 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17326 Use switch-to-buffer.
17327
17328 * cus-edit.el (customize-group, custom-buffer-create)
17329 (customize-browse, custom-buffer-create-other-window):
17330 Use switch-to-buffer or switch-to-buffer-other-window.
17331
17332 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17333 (Info-prev, Info-up, Info-speedbar-goto-node)
17334 (info-display-manual): Use switch-to-buffer.
17335 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17336
17337 * mail/sendmail.el (mail): Use switch-to-buffer.
17338 (mail-recover): Use switch-to-buffer-other-window.
17339
17340 * cmuscheme.el (run-scheme, switch-to-scheme):
17341 * ielm.el (ielm):
17342 * shell.el (shell):
17343 * net/rlogin.el (rlogin):
17344 * net/telnet.el (telnet, rsh):
17345 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17346
17347 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17348
17349 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17350
17351 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17352
17353 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17354 so don't mention it (bug#9301).
17355 (dired-sort-toggle-or-edit): Clarify string further.
17356
17357 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17358 match `x', `w32' and `ns', like the manual says (bug#9029).
17359
17360 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17361 (process-kill-buffer-query-function): Mention the buffer name in
17362 the query.
17363
17364 * image-mode.el (image-next-line): The line parameter is mandatory
17365 (bug#9258).
17366
17367 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17368 which can be useful (bug#9301).
17369
17370 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17371
17372 * subr.el (match-string): Mention that the current buffer should
17373 be the same as the search was done in (bug#9282).
17374
17375 * facemenu.el: Disable the remove-* commands if the mark isn't
17376 active (bug#9162).
17377
17378 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17379
17380 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17381 of display-buffer.
17382 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17383
17384 * replace.el (occur-mode-goto-occurrence)
17385 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17386 and display-buffer.
17387
17388 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17389 display-buffer.
17390
17391 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17392 special-display and same-window variables.
17393 (mail-other-window): Use switch-to-buffer-other-window.
17394 (mail-other-frame): USe switch-to-buffer-other-frame.
17395
17396 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17397 Use display-buffer-other-frame.
17398 (gdb-display-gdb-buffer): Use pop-to-buffer.
17399
17400 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17401
17402 * progmodes/python.el: Don't set same-window-buffer-names.
17403
17404 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17405
17406 * window.el (display-buffer-alist): Add *Python*.
17407
17408 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17409
17410 * window.el (display-buffer-alist): Add entry for buffers
17411 previously handled same-window-*.
17412 (display-buffer-alist, display-buffer-default-action)
17413 (display-buffer-overriding-action): Mark as risky.
17414 (display-buffer-alist): Document action function changes.
17415 (display-buffer--same-window-action)
17416 (display-buffer--other-frame-action): New variables.
17417 (switch-to-buffer, display-buffer-other-frame): Use them.
17418 (display-buffer): Rename reuse-frame entry to reusable-frames.
17419 (display-buffer-reuse-selected-window): Function deleted.
17420 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17421 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17422 (display-buffer-special): New function.
17423 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17424 display-buffer-reuse-or-pop-window. Split off special-display
17425 part into display-buffer-special.
17426 (display-buffer-use-some-window): Don't perform any special
17427 pop-up-frames handling.
17428 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17429 (display-buffer--maybe-same-window): Rename from
17430 display-buffer-maybe-same-window.
17431
17432 * info.el: Don't set same-window-regexps.
17433 (info-setup): New function.
17434 (info-other-window, info): Call it.
17435
17436 * cus-edit.el: Don't set same-window-regexps.
17437 (customize-group): New argument.
17438 (customize-group-other-window): Use it.
17439 (customize-face, customize-face-other-window): Likewise.
17440 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17441
17442 * net/rlogin.el:
17443 * net/telnet.el:
17444 * progmodes/gud.el: Don't set same-window-regexps.
17445
17446 * cmuscheme.el:
17447 * ielm.el:
17448 * shell.el:
17449 * mail/sendmail.el:
17450 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17451
17452 2011-09-10 Juri Linkov <juri@jurta.org>
17453
17454 * isearch.el (isearch-edit-string): Remove obsolete mention of
17455 `C-w' (`isearch-yank-word-or-char') from docstring.
17456 (isearch-query-replace): Fix typo in docstring (bug#9466).
17457
17458 2011-09-10 Juri Linkov <juri@jurta.org>
17459
17460 * paren.el (show-paren-function): Don't show escaped parens.
17461 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17462
17463 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17464
17465 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17466 (mm-default-file-encoding): Remove autoload forms, they are
17467 replaced with autoload cookies in mml.el and mm-encode.el.
17468 (mail-add-attachment): New command.
17469 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17470 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17471 the doc string.
17472 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17473
17474 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17475
17476 * simple.el (count-words-region): Use buffer if there's no region
17477 (bug#9429).
17478
17479 2011-09-09 Juri Linkov <juri@jurta.org>
17480
17481 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17482 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17483 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17484
17485 2011-09-09 Alan Mackenzie <acm@muc.de>
17486
17487 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17488 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17489
17490 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17491
17492 Fix for Savannah bug#9392.
17493 * simple.el (mail-encode-mml): New defvar.
17494
17495 * mail/rmail.el (mail-encode-mml): Add a defvar.
17496 (rmail-enable-mime-composing): Default to t.
17497 (rmail-forward): Use MIME method of forwarding only if both
17498 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17499 Set mail-encode-mml non-nil if the MIME method was used.
17500
17501 * mail/sendmail.el (mml-to-mime): Add autoload form.
17502 (mail-encode-mml): Add a defvar.
17503 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17504 to nil.
17505 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17506 message through mml-to-mime, and reset mail-encode-mml to nil.
17507
17508 2011-09-09 Glenn Morris <rgm@gnu.org>
17509
17510 * woman.el (woman-if-body): When processing an .el block,
17511 do not delete the next .el block as well. (Bug#9447)
17512 (woman-special-characters): Add oq, cq, and hy characters.
17513
17514 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17515
17516 * window.el (window-deletable-p): Make sure window is live before
17517 invoking window-prev-buffers.
17518
17519 2011-09-08 Leo Liu <sdl.web@gmail.com>
17520
17521 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17522
17523 2011-09-08 Juri Linkov <juri@jurta.org>
17524
17525 * progmodes/compile.el (compilation-environment): Make it
17526 a defcustom (bug#8340).
17527
17528 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17529
17530 * window.el (frame-auto-delete): Rename to window-auto-delete.
17531 Make it control auto-deletion of windows and/or frames.
17532 (window-deletable-p): New argument FORCE. Rewrite conditions
17533 for deleting window/frame. (Bug#9419)
17534 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17535 Rewrite handling of case when window/frame can be deleted.
17536 (delete-windows-on): Call window-deletable-p with new FORCE
17537 argument t. (Bug#9456)
17538
17539 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17540
17541 * help-mode.el (help-mode): Restore autoload.
17542
17543 2011-09-07 Juri Linkov <juri@jurta.org>
17544
17545 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17546 `compilation-environment'. Set buffer-local
17547 `compilation-environment' to `thisenv' later after (funcall mode).
17548 (Bug#8340)
17549
17550 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17551 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17552 instead of replacing its value. (Bug#8340)
17553
17554 2011-09-07 Juri Linkov <juri@jurta.org>
17555
17556 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17557 based on text properties put by `grep-filter' instead of matching
17558 escape sequences.
17559 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17560 to the value of `grep-error-screen-columns' (bug#9438).
17561
17562 2011-09-07 Juri Linkov <juri@jurta.org>
17563
17564 * simple.el (next-error-highlight, next-error-highlight-no-select):
17565 Doc fix (bug#9432).
17566
17567 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17568
17569 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17570 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17571
17572 2011-09-07 Leo Liu <sdl.web@gmail.com>
17573
17574 * net/rcirc.el (rcirc-mode): Conditionally initialize
17575 rcirc-input-ring.
17576
17577 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17578
17579 * emacs-lisp/find-func.el (find-function-C-source): Only set
17580 find-function-C-source-directory after checking that we found a source
17581 file there (bug#9440).
17582
17583 2011-09-06 Alan Mackenzie <acm@muc.de>
17584
17585 * isearch.el (isearch-other-meta-char): Wherever a key list is
17586 unread, "unread" the prefix arg, too. This fixes bug #8901.
17587
17588 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17589
17590 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17591
17592 2011-09-05 Juri Linkov <juri@jurta.org>
17593
17594 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17595
17596 2011-09-05 Juri Linkov <juri@jurta.org>
17597
17598 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17599 keeping point where processing of grep matches begins, and
17600 continue to delete remaining escape sequences from the same point.
17601 (grep-filter): Make leading zero optional in "0?1;31m" because
17602 git-grep emits "\033[1;31m" escape sequences unlike expected
17603 "\033[01;31m" as GNU Grep does (bug#9408).
17604 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17605
17606 2011-09-05 Juri Linkov <juri@jurta.org>
17607
17608 * subr.el (y-or-n-p): Capitalize "yes".
17609
17610 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17611
17612 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17613 `tramp-cache-unload-hook' where appropriate.
17614 (tramp-methods): Rename `tramp-remote-sh' to
17615 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17616 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17617
17618 * net/tramp-sh.el (top): Don't require 'shell.
17619 (tramp-methods): Add `tramp-remote-shell' and
17620 `tramp-remote-shell-args' entries.
17621 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17622 (tramp-sh-handle-shell-command): Remove.
17623 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17624 Use `tramp-remote-shell'.
17625
17626 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17627
17628 * mail/sendmail.el (sendmail-query-once-function): Delete.
17629 (sendmail-query-once): Save directly to send-mail-function.
17630 Update message-send-mail-function too.
17631
17632 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17633
17634 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17635
17636 * progmodes/python.el (python-mode-map): Use correct function to
17637 start python interpreter from menu-bar (as reported by Geert
17638 Kloosterman).
17639 (inferior-python-mode-map): Fix typo.
17640 (python-shell-map): Remove.
17641
17642 2011-09-03 Deniz Dogan <deniz@dogan.se>
17643
17644 * net/rcirc.el (rcirc-print): Simplify code for
17645 rcirc-scroll-show-maximum-output. There is no need to walk
17646 through all windows to find the right one.
17647
17648 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17649
17650 * help.el (help-return-method): Doc fix.
17651
17652 2011-09-03 Martin Rudalics <rudalics@gmx.at>
17653
17654 * window.el (window-deletable-p): Don't return a non-nil value
17655 when there's a buffer that was shown in the window before.
17656 (Bug#9419)
17657 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17658 Set window's previous buffers to nil.
17659
17660 2011-09-03 Eli Zaretskii <eliz@gnu.org>
17661
17662 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17663 newline before and after the tag line, so it doesn't interfere
17664 with determining the paragraph direction of bidirectional text.
17665
17666 2011-09-03 Leo Liu <sdl.web@gmail.com>
17667
17668 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
17669
17670 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17671
17672 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17673 (pop-to-buffer): Change interactive spec. Pass second argument
17674 directly to display-buffer.
17675 (display-buffer): Fix interactive spec. Use functionp to
17676 distinguish between a function and a list of functions.
17677
17678 * abbrev.el (edit-abbrevs):
17679 * arc-mode.el (archive-extract):
17680 * autoinsert.el (auto-insert):
17681 * bookmark.el (bookmark-bmenu-list):
17682 * files.el (find-file):
17683 * view.el (view-buffer):
17684 * progmodes/compile.el (compilation-goto-locus):
17685 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17686
17687 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17688
17689 * window.el (display-buffer-alist): Doc fix.
17690 (display-buffer): Add docstring. Don't treat
17691 display-buffer-default specially.
17692 (display-buffer-reuse-selected-window)
17693 (display-buffer-same-window, display-buffer-maybe-same-window)
17694 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17695 (display-buffer-pop-up-window)
17696 (display-buffer-reuse-or-pop-window)
17697 (display-buffer-use-some-window): New functions.
17698 (display-buffer-default-action): Use them.
17699 (display-buffer-default): Delete.
17700 (pop-to-buffer-1): Fix choice of actions.
17701
17702 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17703
17704 * minibuffer.el (completion--insert-strings): Don't get confused by
17705 completion entries that end with an LF char.
17706
17707 2011-09-01 Eli Zaretskii <eliz@gnu.org>
17708
17709 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17710
17711 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
17712
17713 * window.el (display-buffer): Restore interactive spec.
17714 (display-buffer-same-window, display-buffer-other-window):
17715 New functions.
17716 (pop-to-buffer-1): New function. Use the above.
17717 (pop-to-buffer, pop-to-buffer-same-window): Use it.
17718 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17719
17720 * view.el (view-buffer-other-window, view-buffer-other-frame):
17721 Just use pop-to-buffer.
17722
17723 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17724
17725 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
17726
17727 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
17728
17729 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
17730
17731 2011-08-31 Richard Stallman <rms@gnu.org>
17732
17733 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17734 of the separation of rmail-view-buffer from rmail-buffer.
17735 If you say no to "replace original", the decrypt is in the
17736 view buffer. If you say yes, the decrypt goes into the
17737 rmail buffer also.
17738
17739 2011-08-31 Martin Rudalics <rudalics@gmx.at>
17740
17741 * window.el (display-buffer-window): Rewrite doc-string.
17742 (display-buffer-record-window): New function.
17743 (display-buffer-macro-specifiers)
17744 (display-buffer-even-window-sizes, display-buffer-set-height)
17745 (display-buffer-set-width, display-buffer-in-window)
17746 (display-buffer-reuse-window, display-buffer-split-specifiers)
17747 (display-buffer-side-specifiers, display-buffer-split-window-1)
17748 (display-buffer-split-window, display-buffer-split-atom-window)
17749 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17750 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17751 (display-buffer-other-window-means-other-frame)
17752 (display-buffer-normalize-special)
17753 (display-buffer-normalize-default)
17754 (display-buffer-normalize-argument)
17755 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17756 (display-buffer-normalize-specifiers, display-buffer-frame)
17757 (display-buffer-same-window, display-buffer-same-frame)
17758 (display-buffer-other-window)
17759 (display-buffer-same-frame-other-window)
17760 (display-buffer-other-frame, pop-to-buffer-same-window)
17761 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17762 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17763 (switch-to-buffer-same-frame)
17764 (switch-to-buffer-other-window-same-frame)
17765 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17766 (display-buffer-alist-set-1, display-buffer-alist-set-2)
17767 (display-buffer-alist-set): Remove.
17768 (display-buffer-function, special-display-buffer-names)
17769 (special-display-regexps, special-display-function):
17770 In doc-string refer to display-buffer-window and quit-restore
17771 parameter.
17772 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17773 (special-display-frame-alist, special-display-popup-frame)
17774 (same-window-buffer-names, same-window-regexps, same-window-p)
17775 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17776 (split-window-preferred-function, split-height-threshold)
17777 (split-width-threshold, window-splittable-p)
17778 (split-window-sensibly, window--try-to-split-window)
17779 (window--frame-usable-p, even-window-heights)
17780 (window--even-window-heights, window--display-buffer-1)
17781 (window--display-buffer-2, display-buffer-other-frame):
17782 Restore old Emacs 23 code, order and doc-strings where applicable.
17783 (display-buffer-default, display-buffer-assq-regexp): New functions.
17784 (display-buffer-alist): Rewrite doc-string.
17785 (display-buffer-default-action)
17786 (display-buffer-overriding-action): New variables.
17787 (display-buffer, switch-to-buffer): Rewrite.
17788 (pop-to-buffer): Restore Emacs 23 behavior but use
17789 window-normalize-buffer-to-display.
17790 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17791 Restore Emacs 23 behavior but use
17792 window-normalize-buffer-to-switch-to.
17793 (pop-to-buffer-same-window): Rewrite.
17794 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17795 Rewrite using Emacs 23 options.
17796
17797 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
17798
17799 * net/tramp.el (tramp-root-regexp): Remove.
17800 (tramp-completion-file-name-regexp-unified)
17801 (tramp-completion-file-name-regexp-separate)
17802 (tramp-completion-file-name-regexp-url): Don't use leading volume
17803 letter on w32 systems. (Bug#5303, Bug#9311)
17804 (tramp-drop-volume-letter): Simplify definition.
17805 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17806
17807 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17808
17809 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17810 (bug#9356).
17811
17812 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
17813
17814 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17815
17816 2011-08-29 Juri Linkov <juri@jurta.org>
17817
17818 * isearch.el (isearch-done): Don't display message "Mark saved"
17819 when arg `edit' is non-nil to prevent its flicker in the echo area.
17820
17821 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17822
17823 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17824 obsolete packages for deletion.
17825
17826 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
17827
17828 * help-mode.el (help-mode-map): Add special-mode-map to parent.
17829 (help-mode): Derive help-mode from special-mode. Don't invoke
17830 view-mode from help-mode.
17831 (help-xref-override-view-map): Remove.
17832 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17833 view-mode is not used anymore.
17834
17835 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17836
17837 * server.el (server-port): Doc fix.
17838
17839 * cus-theme.el (custom-theme-choose-mode): Inherit from
17840 special-mode (Bug#9124).
17841 (custom-theme-choose-mode-map): Add special-mode to parent.
17842
17843 2011-08-28 Alan Mackenzie <acm@muc.de>
17844
17845 * progmodes/cc-fonts.el
17846 (c-make-font-lock-BO-decl-search-function): New function.
17847 (c-basic-matchers-after - "Fontify the clauses after various
17848 keywords"): Extract the three keyword lists for the 3 erroneous
17849 constructs from the list of four, and use the new function above
17850 in place of an old one.
17851
17852 2011-08-28 Deniz Dogan <deniz@dogan.se>
17853
17854 * net/rcirc.el (rcirc-insert-prev-input)
17855 (rcirc-insert-next-input): Remove unused argument.
17856
17857 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17858
17859 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17860
17861 2011-08-27 Alan Mackenzie <acm@muc.de>
17862
17863 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17864 handle function pointer parameters properly.
17865
17866 2011-08-27 Martin Rudalics <rudalics@gmx.at>
17867
17868 * window.el (display-buffer-reuse-window): Fix case where
17869 selected window was reused with non-nil OTHER-WINDOW argument.
17870 (Bug#9381)
17871
17872 2011-08-27 Deniz Dogan <deniz@dogan.se>
17873
17874 * net/rcirc.el (rcirc-check-auth-status): Adding support for
17875 oftc's NickServ messages.
17876
17877 2011-08-27 Glenn Morris <rgm@gnu.org>
17878
17879 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
17880
17881 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
17882
17883 * emacs-lisp/package.el (package-install): Call package-initialize
17884 if called interactively.
17885
17886 2011-08-26 Leo Liu <sdl.web@gmail.com>
17887
17888 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
17889
17890 2011-08-25 Juri Linkov <juri@jurta.org>
17891
17892 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17893 `search-whitespace-regexp' (bug#9364).
17894
17895 2011-08-25 Juri Linkov <juri@jurta.org>
17896
17897 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17898 `regexp-search-ring' to their global values to protect from
17899 updating by `read-from-minibuffer' (bug#9185).
17900
17901 2011-08-25 Juri Linkov <juri@jurta.org>
17902
17903 * textmodes/ispell.el (ispell-command-loop): Add newline
17904 at the end of the "Use option `i'..." line.
17905
17906 2011-08-25 Juri Linkov <juri@jurta.org>
17907
17908 * battery.el (display-battery-mode): If `battery-status-function'
17909 or `battery-mode-line-format' is nil, display the message and set
17910 `display-battery-mode' to nil (bug#9363).
17911
17912 2011-08-25 Eli Zaretskii <eliz@gnu.org>
17913
17914 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17915 bidi-string-mark-left-to-right; they are unnecessary now.
17916
17917 2011-08-25 Deniz Dogan <deniz@dogan.se>
17918
17919 * net/quickurl.el: Documentation typo fixes.
17920
17921 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
17922
17923 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17924
17925 2011-08-25 Glenn Morris <rgm@gnu.org>
17926
17927 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17928
17929 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
17930 (smtpmail-via-smtp): Handle nil response from smtp.
17931
17932 2011-08-24 Juri Linkov <juri@jurta.org>
17933
17934 * proced.el (proced-marked): Inherit from `error' instead of
17935 `font-lock-warning-face'.
17936
17937 * ibuffer.el (ibuffer-marked-face): Change default face from
17938 `font-lock-warning-face' to `warning'.
17939 (ibuffer-deletion-face): Change default face from
17940 `font-lock-type-face' to `error'.
17941
17942 * battery.el (battery-update): Use the face `error' instead of
17943 `font-lock-warning-face' (bug#6117).
17944
17945 2011-08-24 Juri Linkov <juri@jurta.org>
17946
17947 * faces.el (success): Change face color from "Green3" to
17948 "ForestGreen" on light background (bug#9353).
17949
17950 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
17951
17952 * window.el (quit-window): Rename from quit-restore-window.
17953 Use same arglist as old quit-window.
17954 (frame-auto-delete): Doc fix.
17955
17956 * view.el (view-mode-exit): Use quit-window.
17957
17958 2011-08-24 Juri Linkov <juri@jurta.org>
17959
17960 * isearch.el (isearch-ring-adjust1): Start visiting previous
17961 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
17962 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
17963 for empty search string (when the last search string is reused
17964 automatically) to adjust the isearch ring to the last element and
17965 prepare the correct index for further M-p commands (bug#9185).
17966
17967 2011-08-24 Kenichi Handa <handa@m17n.org>
17968
17969 * international/ucs-normalize.el: If decomposition property of
17970 CHAR is the default one (i.e. a list of CHAR itself), treat it as
17971 nil.
17972 (nfd, nfkd): Likewise.
17973
17974 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
17975
17976 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
17977 from process filters aren't reliably transmitted to the surrounding
17978 accept-process-output.
17979 (mpc-proc-check): New function.
17980 (mpc-proc-sync): Use it (bug#8293)
17981
17982 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
17983
17984 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
17985 Add compatibility functions (bug#9313).
17986
17987 2011-08-23 Eli Zaretskii <eliz@gnu.org>
17988
17989 * cus-start.el (all): Add entry for bidi-paragraph-direction.
17990
17991 * international/uni-bidi.el: Regenerate.
17992
17993 2011-08-23 Kenichi Handa <handa@m17n.org>
17994
17995 * international/charprop.el:
17996 * international/uni-bidi.el:
17997 * international/uni-category.el:
17998 * international/uni-combining.el:
17999 * international/uni-comment.el:
18000 * international/uni-decimal.el:
18001 * international/uni-decomposition.el:
18002 * international/uni-digit.el:
18003 * international/uni-lowercase.el:
18004 * international/uni-mirrored.el:
18005 * international/uni-name.el:
18006 * international/uni-numeric.el:
18007 * international/uni-old-name.el:
18008 * international/uni-titlecase.el:
18009 * international/uni-uppercase.el: Regenerate.
18010
18011 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18012
18013 * help.el (help-window-setup): Fix message displayed when other
18014 window is reused. (Bug#9341)
18015
18016 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18017
18018 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18019 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18020
18021 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18022 Mark obsolete.
18023 * shell.el (shell-parse-pcomplete-arguments): New function.
18024 (shell-completion-vars): Use it instead (bug#9160).
18025
18026 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18027
18028 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18029 strings and comments (bug#9333).
18030
18031 * emacs-lisp/debug.el (debug-arglist): New function.
18032 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18033 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18034
18035 2011-08-22 Juri Linkov <juri@jurta.org>
18036
18037 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18038 Revert regexp that highlights output switches to its old
18039 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18040
18041 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18042 to check for empty output (bug#9226).
18043
18044 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18045
18046 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18047 symbol-constituent as the default, as that stops font-lock from
18048 working properly (Bug#8843).
18049
18050 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18051
18052 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18053 `coding-system-for-*' around the process open call to avoid
18054 auth-source side effects.
18055 (smtpmail-try-auth-methods): Expand the secret password.
18056 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18057 probe hangs.
18058
18059 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18060
18061 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18062
18063 * emacs-lisp/find-func.el (find-function-noselect): New arg
18064 lisp-only.
18065
18066 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18067 signal an error for built-in functions (Bug#6664).
18068
18069 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18070
18071 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18072 (smtpmail-try-auth-methods): Use it.
18073
18074 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18075
18076 * font-lock.el (font-lock-fontify-region)
18077 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18078 (font-lock-default-unfontify-buffer)
18079 (font-lock-default-fontify-region)
18080 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18081
18082 * progmodes/compile.el (compilation-error-properties):
18083 Fix confusion between file struct and message struct (Bug#9319).
18084 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18085 `ant' regexp.
18086
18087 * net/browse-url.el (browse-url-firefox): Don't call
18088 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18089
18090 2011-08-20 Glenn Morris <rgm@gnu.org>
18091
18092 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18093
18094 * tutorial.el (tutorial--default-keys): Update some default bindings.
18095
18096 * files.el (hack-local-variables): Fully ignore case for "mode:".
18097
18098 2011-08-20 Alan Mackenzie <acm@muc.de>
18099
18100 Resolve invalid use of a regexp in regexp-opt.
18101
18102 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18103 detection for a java annotation.
18104
18105 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18106 detection for a java annotation.
18107
18108 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18109 handling for java.
18110 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18111
18112 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18113
18114 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18115 (Bug#9274).
18116
18117 2011-08-20 Alan Mackenzie <acm@muc.de>
18118
18119 Fontify CPP expressions correctly when starting in the middle of
18120 such a construct. Mainly for when jit-lock etc. starts a chunk
18121 here.
18122
18123 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18124 variable.
18125 (c-make-font-lock-search-form): New function, extracted from
18126 c-make-font-lock-search-function.
18127 (c-make-font-lock-search-function): Use the above function.
18128 (c-make-font-lock-context-search-function): New function.
18129 (c-cpp-matchers): Enhance the preprocessor expression case with
18130 the above function
18131 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18132 which takes an expression.
18133
18134 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18135
18136 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18137
18138 * window.el (display-buffer-reuse-window)
18139 (display-buffer-pop-up-window): Don't reuse or split a side
18140 window.
18141
18142 2011-08-19 Glenn Morris <rgm@gnu.org>
18143
18144 * files.el (hack-local-variables-prop-line, hack-local-variables):
18145 Downcase "Mode:". (Bug#9331)
18146
18147 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18148
18149 * international/characters.el: Add L and R categories.
18150
18151 * subr.el (bidi-string-mark-left-to-right): Rename from
18152 string-mark-left-to-right. Use category search.
18153
18154 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18155
18156 2011-08-18 Juri Linkov <juri@jurta.org>
18157
18158 * faces.el (error, warning, success): New faces with definitions
18159 copied from old default values of `font-lock-warning-face',
18160 `compilation-warning', `compilation-info' (bug#6117).
18161
18162 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18163
18164 * progmodes/compile.el (compilation-error): Inherit from `error'.
18165 (compilation-warning): Inherit from `warning'.
18166 (compilation-info): Inherit from `success'.
18167
18168 * dired.el (dired-marked): Inherit from `warning'.
18169 (dired-flagged): Inherit from `error'.
18170
18171 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18172
18173 * mail/smtpmail.el (auth-source): Require to avoid problems with
18174 binding variables (bug#9298). Also clean up some unused
18175 autoloads.
18176
18177 * net/network-stream.el (network-stream-open-starttls):
18178 Support using starttls.el without using gnutls-cli.
18179
18180 2011-08-17 Juri Linkov <juri@jurta.org>
18181
18182 * progmodes/grep.el (rgrep): Handle the case when
18183 `grep-find-command' is a cons cell (bug#9278).
18184
18185 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18186
18187 * window.el (display-buffer-pop-up-frame): Run frame creation
18188 function with BUFFER current (as special-display-popup-frame
18189 does). Reported by Drew Adams.
18190
18191 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18192
18193 * epa-mail.el: Simplify GnuPG group expansion using
18194 epg-expand-group.
18195 (epa-mail-group-alist, epa-mail-group-modtime)
18196 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18197 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18198 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18199 Remove.
18200
18201 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18202
18203 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18204
18205 2011-08-16 Alan Mackenzie <acm@muc.de>
18206
18207 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18208 Correct, to avoid the inside of macros.
18209
18210 2011-08-16 Richard Stallman <rms@gnu.org>
18211
18212 * epa-mail.el: Handle GnuPG group definitions.
18213 (epa-mail-group-alist, epa-mail-group-modtime)
18214 (epa-mail-gnupg-conf-file): New variables.
18215 (epa-mail-parse-groups, epa-mail-sync-groups)
18216 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18217 (epa-mail-expand-recipients): New functions.
18218 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18219
18220 * mail/rmail.el (rmail-epa-decrypt): New command.
18221
18222 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18223 Don't bind buffer-read-only, just inhibit-read-only.
18224 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18225 (epa-decrypt-armor-in-region): Make error message clearer.
18226
18227 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18228
18229 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18230 and "a2b" to "ab" for `prefix'.
18231
18232 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18233
18234 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18235 filter groups.
18236 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18237 Fourquet (Bug#8804).
18238
18239 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18240
18241 * startup.el (argi): Declare as global variable (bug#9275).
18242
18243 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18244
18245 * subr.el (string-mark-left-to-right): Search the entire string
18246 for RTL script, not just the terminating character. Doc fix.
18247
18248 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18249
18250 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18251 New function.
18252 (js--regexp-literal, js-syntax-propertize-function): Remove.
18253 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18254 (js-mode-map): Don't rebind electric keys.
18255 (js-insert-and-indent): Remove.
18256 (js-mode): Setup electric-layout and electric-indent instead.
18257
18258 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18259
18260 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18261
18262 * epa.el (epa-progress-callback-function): Fix the logic of
18263 displaying progress.
18264 * epa-file.el (epa-file-insert-file-contents): Make progress
18265 display more user-friendly.
18266 (epa-file-write-region): Ditto.
18267
18268 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18269
18270 * subr.el (string-mark-left-to-right): New function.
18271
18272 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18273 Use string-mark-left-to-right.
18274 (list-buffers-noselect): Caller changed.
18275
18276 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18277 Use string-mark-left-to-right.
18278 (tabulated-list-print): Recenter after moving point.
18279
18280 2011-08-10 Juri Linkov <juri@jurta.org>
18281
18282 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18283 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18284 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18285
18286 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18287
18288 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18289 (Bug#7554).
18290
18291 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18292
18293 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18294 character. (Bug#6594)
18295
18296 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18297
18298 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18299 (image-dired--with-db-file): New macro.
18300 (image-dired-write-tags, image-dired-remove-tag)
18301 (image-dired-create-gallery-lists, image-dired-write-comments)
18302 (image-dired-get-comment, image-dired-mark-tagged-files)
18303 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18304 (image-dired-gallery-generate): Use insert-file-contents.
18305
18306 * time.el (display-time-world-list, display-time-world-display):
18307 * time-stamp.el (time-stamp-string):
18308 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18309 set-time-zone-rule (Bug#7337).
18310
18311 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18312
18313 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18314 (epg-error-to-string, epg-errors-to-string): New function.
18315 (epg-wait-for-completion): Reverse errors list.
18316 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18317 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18318 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18319 (epg-sign-keys, epg-generate-key-from-file)
18320 (epg-generate-key-from-string): Format errors by using
18321 epg-errors-to-string (bug#9255).
18322 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18323
18324 2011-08-07 Juri Linkov <juri@jurta.org>
18325
18326 * faces.el (list-faces-display): Remove extra angle bracket
18327 from `help-mode-map'.
18328
18329 * info.el (Info-history-toc-nodes): Doc fix.
18330
18331 * longlines.el (longlines-mode): Doc fix.
18332
18333 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18334
18335 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18336 of statements and in a few more cases (bug#9183).
18337
18338 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18339 New functions.
18340 (cl-transform-lambda): Use them (bug#9239).
18341
18342 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18343
18344 * window.el (display-buffer-same-window)
18345 (display-buffer-same-frame, display-buffer-other-window)
18346 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18347 (pop-to-buffer-other-window)
18348 (pop-to-buffer-same-frame-other-window)
18349 (pop-to-buffer-other-frame): Make them defuns.
18350 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18351
18352 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18353
18354 * subr.el (make-composed-keymap): Move from C. Change calling
18355 convention, and improve docstring to bring attention to a subtle point.
18356 * minibuffer.el (completing-read-default): Adjust accordingly.
18357
18358 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18359
18360 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18361 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18362
18363 * net/trampver.el: Update release number.
18364
18365 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18366
18367 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18368 "in" (bug#9190).
18369
18370 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18371
18372 * mail/sendmail.el (sendmail-query-once): Restore the current
18373 buffer after querying (bug#9074).
18374
18375 * dired.el (dired-flagged): Use different faces for marked and
18376 flagged files (bug#6117).
18377
18378 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18379 (bug#4433).
18380
18381 * ido.el (ido-mode): Switch off the message if called
18382 non-interactively.
18383
18384 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18385 before 587, since it appears that that's more likely to work for
18386 more people.
18387
18388 * cus-edit.el (custom-file): When running under emacs -q, always
18389 refuse to save the customizations, even if the .emacs file doesn't
18390 exist.
18391
18392 * info.el: Remove the `Info-beginning-of-buffer' function
18393 (bug#8325).
18394
18395 * net/network-stream.el (network-stream-open-starttls):
18396 Use `starttls-available-p' to see whether starttls.el can be used.
18397
18398 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18399
18400 * window.el (display-buffer-in-window): Don't set dedicated status
18401 of window here (Bug#9215).
18402 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18403 (display-buffer-pop-up-side-window)
18404 (display-buffer-in-side-window): Set dedicated status of window here.
18405
18406 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18409 before binding generated-autoload-file.
18410
18411 2011-08-01 Deniz Dogan <deniz@dogan.se>
18412
18413 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18414
18415 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18416
18417 Sync with Tramp 2.2.2.
18418
18419 * net/trampver.el: Update release number.
18420
18421 2011-07-30 Juri Linkov <juri@jurta.org>
18422
18423 * dired-aux.el (dired-touch-initial): Remove function.
18424 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18425 current time, and `default' to the last modification time of the
18426 current marked file (bug#6887).
18427
18428 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18429
18430 * simple.el (goto-line): Use string-to-number to provide a
18431 numeric argument to read-number (bug#9163).
18432
18433 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18434
18435 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18436 connection process, it could be nil.
18437
18438 2011-07-27 Leo Liu <sdl.web@gmail.com>
18439
18440 Simplify url handling in rcirc-mode.
18441
18442 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18443 (rcirc-browse-url-at-mouse): Remove.
18444 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18445
18446 2011-07-26 Alan Mackenzie <acm@muc.de>
18447
18448 Fontify bitfield declarations properly.
18449
18450 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18451 (c-symbol-chars): Now exported as a lang variable.
18452 (c-not-primitive-type-keywords): New lang variable.
18453
18454 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18455 QT keyword "more" to prevent "more slots: ...." being spuriously
18456 parsed as a bitfield declaration.
18457
18458 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18459 Refactor and enhance to handle bitfield declarations.
18460 (c-punctuation-in): New function.
18461 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18462 declarations properly.
18463
18464 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18465
18466 * calendar/icalendar.el (icalendar--all-events): Take care of
18467 multiple vcalendars in a single file.
18468 (icalendar--convert-float-to-ical): Checkdoc fixes.
18469
18470 2011-07-25 Deniz Dogan <deniz@dogan.se>
18471
18472 * image.el (insert-image): Clarifying docstring.
18473
18474 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18475
18476 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18477 `tramp-send-command-and-check' if there is no error.
18478 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18479
18480 2011-07-22 Alan Mackenzie <acm@muc.de>
18481
18482 Prevent cc-langs.elc being loaded at run time.
18483
18484 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18485 cc-langs.
18486
18487 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18488 "(require 'cc-langs)". Quote a form so it will evaluate at
18489 (cc-mode's) compilation time.
18490
18491 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18492
18493 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18494 loading. (Bug#9114)
18495
18496 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18497
18498 * window.el (display-buffer-pop-up-window)
18499 (display-buffer-pop-up-side-window)
18500 (display-buffer-in-side-window): Call display-buffer-set-height
18501 and display-buffer-set-width after setting the new window's
18502 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18503
18504 2011-07-20 Sam Steingold <sds@gnu.org>
18505
18506 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18507 (etags-tags-included-tables): Call `convert-standard-filename' on
18508 the file names contained in TAGS so that windows Emacs can handle
18509 TAGS files created by cygwin ctags.
18510
18511 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18512
18513 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18514 which apparently didn't work.
18515
18516 2011-07-19 Roland Winkler <winkler@gnu.org>
18517
18518 * proced.el (proced-send-signal): For *Marked Processes* buffer
18519 put point at beginning of buffer.
18520
18521 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18522
18523 * proced.el (proced-format): Make header lines align with the text
18524 (bug#1779).
18525
18526 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18527
18528 * view.el (view-buffer): Allow running in `special' modes if we're
18529 visiting a file (bug#8615).
18530
18531 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18532
18533 * window.el (display-buffer-alist-of-strings-p)
18534 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18535 New functions.
18536 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18537 more accurately.
18538
18539 2011-07-18 Alan Mackenzie <acm@muc.de>
18540
18541 Fontify declarators properly when, e.g., a jit-lock chunk begins
18542 inside a declaration.
18543
18544 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18545
18546 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18547 New function.
18548 (c-complex-decl-matchers): Insert reference to
18549 c-font-lock-enclosing-decls.
18550
18551 * progmodes/cc-engine.el (c-backward-single-comment):
18552 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18553 to nil around calls to (forward-comment -1).
18554
18555 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18556
18557 * image.el (put-image): Doc typo fix.
18558
18559 * progmodes/etags.el (tags-search): Doc typo fix.
18560
18561 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18562 password if we get errors 550 to 554.
18563
18564 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18565
18566 * net/gnutls.el (gnutls-log-level): Remove.
18567
18568 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18569 indentation character (bug#6380).
18570
18571 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18572
18573 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18574 to clarify what the problem is (bug#4291).
18575
18576 * simple.el (current-kill): Clarify what
18577 `interprogram-paste-function' does (bug#7500).
18578 (auto-fill-mode): Document `auto-fill-function' in relation to
18579 `auto-fill-mode' (bug#2470).
18580
18581 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18582
18583 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18584 method if slot is read-only (bug#9035).
18585
18586 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18587
18588 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18589 * window.el (pop-to-buffer): Select window used even if it was
18590 selected before, see discussion of (Bug#8615), (Bug#6954).
18591 Pass argument NORECORD on to select-frame-set-input-focus.
18592
18593 2011-07-15 Glenn Morris <rgm@gnu.org>
18594
18595 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18596 Respect help-form.
18597
18598 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18599
18600 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18601 (gnutls-negotiate): Use it.
18602
18603 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18604
18605 * net/gnutls.el (gnutls-negotiate):
18606 Upcase `gnutls-algorithm-priority'.
18607
18608 2011-07-15 Glenn Morris <rgm@gnu.org>
18609
18610 * jka-compr.el (jka-compr-verbose): Move from here...
18611 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18612 Add missing :version tag.
18613 * info.el: No need to require jka-compr when compiling.
18614
18615 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18616
18617 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18618 (gnutls-negotiate): Use it.
18619
18620 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18621
18622 * info.el (Info-beginning-of-buffer): New command.
18623 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18624 announcing `b' as the key (bug#8325).
18625 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18626
18627 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18628
18629 * international/mule-cmds.el
18630 (describe-specified-language-support): Make the error message
18631 clearer (bug#8905).
18632
18633 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18634
18635 * isearch.el (isearch-barrier): Add a doc string, since it's
18636 mentioned in a function doc string (bug#8678).
18637
18638 2011-07-15 Martin Rudalics <rudalics@gmx.at>
18639
18640 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18641 buffer argument (Bug#9083) and self-identifying label argument.
18642
18643 2011-07-15 Glenn Morris <rgm@gnu.org>
18644
18645 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18646
18647 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18648
18649 * man.el (Man-fontify-manpage): Fix message when formatting the
18650 man page (bug#7929).
18651
18652 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18653
18654 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18655 argument LRM; if non-nil, append an invisible LRM character to the
18656 buffer name.
18657 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18658 last argument non-nil, when formatting buffer names.
18659 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18660 paragraph direction.
18661
18662 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18663
18664 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18665 the man page name (bug#7929).
18666
18667 * image.el (put-image): Mention the `put-image' overlay property
18668 (bug#7834).
18669
18670 * scroll-bar.el (set-scroll-bar-mode): Mention that
18671 `scroll-bar-mode' lists the values (bug#7772).
18672
18673 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18674 command (bug#7729).
18675
18676 * rect.el (apply-on-rectangle): Return the point after the last
18677 operation.
18678 (string-rectangle): Go to the point after the last operation
18679 (bug#7522).
18680
18681 * printing.el (pr-toggle-region): Clarify the documentation
18682 slightly (bug#7493).
18683
18684 * time.el (display-time-update):
18685 Allow `display-time-mail-function' to return nil (bug#7158).
18686 Fix suggested by Detlev Zundel.
18687
18688 * vc/diff.el (diff): Clarify the order the file names are read
18689 (bug#7111).
18690
18691 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18692 the doc string (bug#7015).
18693
18694 * font-lock.el (font-lock-maximum-decoration): Mention what
18695 numeric levels mean (bug#6935).
18696
18697 * startup.el (initial-buffer-choice): Don't mention the `none'
18698 selection, which is against policy.
18699
18700 2011-07-14 Martin Rudalics <rudalics@gmx.at>
18701
18702 * window.el (display-buffer-normalize-special):
18703 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18704
18705 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18706
18707 * subr.el (version<, version<=, version=): Mention "-CVS" and
18708 "-12345" alpha version numbers.
18709
18710 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18711
18712 * bindings.el: Add advertised binding for set-mark-command
18713 (Bug#5772).
18714
18715 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18716
18717 * bindings.el (mode-line-other-buffer):
18718 * bookmark.el (bookmark-bmenu-2-window):
18719 * bs.el (bs-cycle-next, bs-cycle-previous):
18720 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18721 switch-to-buffer.
18722
18723 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18724 Delete.
18725
18726 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
18727
18728 * follow.el (follow-debug-message, follow-redisplay):
18729 * jka-cmpr-hook.el (with-auto-compression-mode):
18730 Fix typos in docstrings.
18731
18732 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18733
18734 * subr.el (with-silent-modifications): Clarify somewhat what the
18735 macro inhibits (bug#6525).
18736
18737 * simple.el (eval-expression): Note what it does if called
18738 interactively (bug#6495).
18739
18740 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18741
18742 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18743 Use pop-to-buffer buffer-or-name if it is nil.
18744
18745 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18746 Remove switch-to-buffer.
18747
18748 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18749
18750 * files.el (make-directory): Clarify that an error will be raised
18751 if there's an error (bug#6397).
18752
18753 * startup.el (initial-buffer-choice): Add `none' as a choice
18754 (bug#6234).
18755
18756 * subr.el (add-hook): Clarify section about buffer-local hooks
18757 (bug#6218).
18758
18759 * dired.el (dired-flagged): Clarify doc string (bug#6117).
18760
18761 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18762
18763 * tabify.el (untabify): Preserve the current column so that point
18764 doesn't move (bug#6032).
18765
18766 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18767
18768 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18769 Rewrite to avoid awkward possessive "s" (bug#5986).
18770
18771 2011-07-13 Glenn Morris <rgm@gnu.org>
18772
18773 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
18774 (dired-insert-directory): Give a message the first time
18775 if ls is found not to support --dired.
18776
18777 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18778
18779 * simple.el (toggle-truncate-lines): Clarify what is toggled
18780 (bug#5580). Text by Drew Adams.
18781
18782 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18783
18784 * simple.el (blink-matching-open): Make the error message from the
18785 last change less verbose.
18786
18787 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18788
18789 * font-lock.el (font-lock-comment-face): Use the high contrast
18790 "yellow" color for font-lock-comment-face on low color terminals
18791 using a dark background color (bug#4221).
18792
18793 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18794
18795 * dired.el (dired-insert-set-properties): Make the doc string
18796 reflect what it does now (bug#5325).
18797
18798 * simple.el (blink-matching-open): Say that we were unable to find
18799 the match within the limit, if we're limited (bug#5122).
18800
18801 * international/mule-cmds.el (prefer-coding-system): Add an
18802 example (bug#4869).
18803
18804 * progmodes/etags.el (tags-search): Document `file-list-form'
18805 (bug#4731).
18806
18807 2011-07-13 Lawrence Mitchell <wence@gmx.li>
18808
18809 * net/browse-url.el (browse-url-default-browser)
18810 (browse-url-browser-function): Make the default browser choice a
18811 bit more logical (bug#4300). Also clean up the doc string.
18812
18813 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18814
18815 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18816 binary endings (bug#4440).
18817
18818 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18819
18820 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18821 which can be pretty annoying (bug#8971).
18822
18823 * jka-compr.el (jka-compr-verbose): New variable, and use
18824 throughout (bug#8971).
18825
18826 * info.el (Info-find-file): Fall back on the installation
18827 directory if we can't find the info node anywhere else.
18828
18829 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
18830
18831 * vc/vc.el (vc-revert-file):
18832 Don't set file time-stamp in the past. (Bug#5181)
18833
18834 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18835
18836 * files.el (after-find-file): Give a better error message when
18837 trying to find a symlink that points to a file that doesn't exist
18838 (bug#4398).
18839
18840 * progmodes/cc-vars.el: Remove (probably) misleading comment
18841 (bug#4396).
18842
18843 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18844
18845 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18846
18847 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18848
18849 * mouse-sel.el: Hack restoring functionality, while keeping
18850 compatibility with 2010-07-03 changes to mouse selection.
18851 (mouse-sel-primary-overlay): New var.
18852 (mouse-sel-selection-alist): Use it.
18853 (mouse-sel-mode): Doc fix; remove points that are default features
18854 of mouse.el.
18855
18856 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18857
18858 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18859 Fix previous fix (bug#2490).
18860
18861 2011-07-12 Roland Winkler <winkler@gnu.org>
18862
18863 * textmodes/bibtex.el (bibtex-initialize):
18864 Use pop-to-buffer-same-window.
18865 (bibtex-search-entries): Fix interactive call.
18866
18867 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18868
18869 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18870 Fontise bytecomp Error lines more correctly (bug#2490).
18871 Fix suggested by Johan Bockgård.
18872
18873 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18874
18875 * dired-x.el (dired-guess-default): Use `delete-dups'.
18876
18877 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18878
18879 * dired.el (dired-mark-prompt):
18880 * dired-aux.el (dired-read-shell-command): Doc fix.
18881
18882 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18883
18884 * mail/sendmail.el (sendmail-query-once):
18885 Use `customize-save-variable' unconditionally, now that it works under
18886 emacs -Q.
18887
18888 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18889
18890 * cus-edit.el (custom-file): Take an optional no-error variable.
18891 (customize-save-variable): Set the variable, and give a warning if
18892 running under "emacs -q".
18893
18894 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
18895
18896 * loadhist.el (unload-feature-special-hooks):
18897 Add `auto-coding-functions', `fill-nobreak-predicate' and
18898 `find-directory-functions' (bug#5327).
18899
18900 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18901
18902 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18903
18904 * cus-edit.el (custom-guess-name-alist): -alist variables should
18905 use the `alist' type (bug#3120). Suggested by Drew Adams.
18906
18907 * printing.el: Add documentation to all the `pr-toggle-' commands.
18908
18909 2011-07-11 Leo Liu <sdl.web@gmail.com>
18910
18911 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18912 backends where it makes sense (bug#2623).
18913
18914 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18915
18916 * dired-x.el (dired-guess-default): Remove duplicate shell command
18917 entries (bug#2028).
18918 (dired-guess-default): Fix grammar in doc string (bug#2028).
18919 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
18920
18921 * subr.el (remove-duplicates): New conveniency function.
18922
18923 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18924
18925 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
18926 (bug#1526).
18927
18928 2011-07-10 Martin Rudalics <rudalics@gmx.at>
18929
18930 * window.el (display-buffer-normalize-default): Don't invert
18931 meaning of even-window-heights. Reported by Eli Zaretskii
18932 <eliz@gnu.org>.
18933
18934 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
18935
18936 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
18937
18938 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
18939
18940 * window.el (display-buffer): Fix arguments to
18941 display-buffer-reuse-window in last change.
18942
18943 * faces.el (link): Use a less saturated blue on light backgrounds.
18944
18945 * startup.el (fancy-startup-text, fancy-about-text)
18946 (fancy-startup-tail): Use font-lock faces, for background safety.
18947
18948 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
18949
18950 * emulation/viper-cmd.el (viper-change-state-to-vi):
18951 Limit triggering of abbrev expansion (Bug#9038).
18952
18953 2011-07-09 Martin Rudalics <rudalics@gmx.at>
18954
18955 * window.el (display-buffer-default-specifiers): Remove.
18956 (display-buffer-macro-specifiers): Remove default specifiers.
18957 (display-buffer-alist): Default to nil.
18958 (display-buffer-reuse-window): New optional argument other-window.
18959 (display-buffer-pop-up-window): Allow splitting internal
18960 windows. Check whether a live window was created.
18961 (display-buffer-other-window-means-other-frame)
18962 (display-buffer-normalize-arguments): Rename to
18963 display-buffer-normalize-argument and rewrite. Set the
18964 other-window specifier.
18965 (display-buffer-normalize-special): New function.
18966 (display-buffer-normalize-options): Rename to
18967 display-buffer-normalize-default and rewrite.
18968 (display-buffer-normalize-options-inhibit): Remove.
18969 (display-buffer-normalize-specifiers): Rewrite.
18970 (display-buffer): Process other-window specifier and call
18971 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
18972 more faithfully.
18973 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
18974 (display-buffer-alist-set): Don't handle 'unset default values.
18975 (display-buffer-in-window, display-buffer-alist-set):
18976 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
18977 <tassilo@member.fsf.org>.
18978
18979 2011-07-09 Leo Liu <sdl.web@gmail.com>
18980
18981 * register.el (insert-register): Restore accidental change on
18982 2011-06-26. (Bug#9028)
18983
18984 2011-07-09 Glenn Morris <rgm@gnu.org>
18985
18986 * subr.el (remq): Handle the empty list. (Bug#9024)
18987
18988 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
18989
18990 * mail/sendmail.el (send-mail-function): No longer delay custom
18991 initialization.
18992 * custom.el (custom-initialize-delay): Doc fix.
18993
18994 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
18995
18996 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
18997
18998 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
18999
19000 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19001 human-friendly prompt.
19002
19003 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19004
19005 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19006 provided by a particular plugin.
19007
19008 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19009
19010 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19011 save customizations (with "emacs -Q"), just set the variable
19012 instead of erroring out.
19013
19014 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19015
19016 2011-07-08 Juri Linkov <juri@jurta.org>
19017
19018 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19019 (archive-zip-update-case): Use 7z if found by `executable-find'.
19020 The order of searching the available programs is the same as in
19021 `archive-zip-extract' (bug#8968).
19022
19023 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19024
19025 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19026 (menu-bar-options-menu): Tweak descriptions.
19027
19028 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19029
19030 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19031 menu items into verb phrases (bug#1421). Also refill to fit under
19032 80 columns.
19033
19034 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19035
19036 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19037 (Info-read-node-name): Doc fix (Bug#1084).
19038
19039 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19040 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19041 (end-of-sexp, beginning-of-sexp)
19042 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19043 (forward-symbol, forward-same-syntax, word-at-point)
19044 (sentence-at-point): Doc fix (Bug#1144).
19045
19046 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19047
19048 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19049 should cover it (bug#1281).
19050
19051 * cus-edit.el (custom-show): Mark as obsolete.
19052
19053 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19054 negotiation fails, then possibly try again with a non-encrypted
19055 connection (bug#9017).
19056
19057 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19058 be used.
19059
19060 2011-07-07 Richard Stallman <rms@gnu.org>
19061
19062 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19063 property, and handle its changed format.
19064 Look for the correct line number.
19065 Use file's line contents (but not past first =) to find
19066 correct line in message.
19067
19068 2011-07-07 Kenichi Handa <handa@m17n.org>
19069
19070 * international/characters.el (build-unicode-category-table):
19071 Delete it.
19072 (unicode-category-table): Set it by unicode-property-table-internal.
19073
19074 * international/mule-cmds.el (char-code-property-alist): Move to
19075 to src/chartab.c.
19076 (get-char-code-property): Call unicode-property-table-internal to
19077 load a file. Call get-unicode-property-internal where necessary.
19078 (put-char-code-property): Call unicode-property-table-internal to
19079 load a file. Call put-unicode-property-internal where necessary.
19080 put-unicode-property-internal where necessary.
19081 (char-code-property-description):
19082 Call unicode-property-table-internal to load a file.
19083
19084 * international/charprop.el:
19085 * international/uni-bidi.el:
19086 * international/uni-category.el:
19087 * international/uni-combining.el:
19088 * international/uni-comment.el:
19089 * international/uni-decimal.el:
19090 * international/uni-decomposition.el:
19091 * international/uni-digit.el:
19092 * international/uni-lowercase.el:
19093 * international/uni-mirrored.el:
19094 * international/uni-name.el:
19095 * international/uni-numeric.el:
19096 * international/uni-old-name.el:
19097 * international/uni-titlecase.el:
19098 * international/uni-uppercase.el: Regenerate.
19099
19100 * loadup.el: Load international/charprop.el before
19101 international/characters.
19102
19103 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19104
19105 * window.el (next-buffer, previous-buffer): Signal an error if
19106 called from a minibuffer window.
19107
19108 * bindings.el: Revert 2011-07-04 change.
19109
19110 2011-07-06 Richard Stallman <rms@gnu.org>
19111
19112 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19113 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19114 Treat markers like ints.
19115 (rmail-mime-entity): Doc fix.
19116
19117 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19118
19119 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19120 defcustom again for backwards compatibility.
19121
19122 * simple.el (shell-command-on-region): Fill.
19123
19124 * dired-aux.el (dired-kill-line): Add a doc string.
19125
19126 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19127 to "\\sw\\|\\s_" (bug#358).
19128
19129 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19130 (dired-unmark-backward): Ditto.
19131 (dired-flag-backup-files): Ditto.
19132
19133 * dired-x.el (dired-mark-sexp): Ditto.
19134
19135 2011-07-06 Richard Stallman <rms@gnu.org>
19136
19137 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19138 (rmail-mime-entity): New arg TRUNCATED.
19139 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19140 New functions.
19141 (rmail-mime-save): Warn if entity is truncated.
19142 (rmail-mime-toggle-hidden): Likewise, for showing.
19143 (rmail-mime-process-multipart): Record when an entity is truncated.
19144
19145 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19146 if ENTITY is a string.
19147
19148 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19149
19150 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19151 of faces when `M-C-x'-ing their definitions (bug#8378).
19152 Also clean up the code slightly.
19153
19154 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19155 because that makes the colors go away.
19156
19157 * mail/sendmail.el (send-mail-function): Change the default to
19158 `sendmail-query-once'.
19159 (sendmail-query-once): Add an autoload cookie.
19160
19161 * net/network-stream.el (network-stream-open-starttls): Try using
19162 a plain connection even if the server offered STARTTLS, and we
19163 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19164 capability. This should make smtpmail.el work in slightly more
19165 configurations.
19166
19167 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19168
19169 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19170 New defun.
19171 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19172
19173 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19174
19175 * progmodes/sql.el: Version 3.0
19176 (sql-product-alist): Add product :completion-object,
19177 :completion-column, and :statement attributes.
19178 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19179 (sql-mode-syntax-table): Mark all punctuation.
19180 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19181 ansi keywords.
19182 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19183 (sql-mode-oracle-font-lock-keywords): Improve.
19184 (sql-oracle-show-reserved-words): New function for development.
19185 (sql-product-font-lock): Simplify for source code buffers.
19186 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19187 New functions.
19188 (sql-highlight-product): Set product specific syntax table.
19189 (sql-mode-map): Add statement movement functions.
19190 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19191 New variable.
19192 (sql-statement-regexp, sql-beginning-of-statement)
19193 (sql-end-of-statement, sql-signum): New functions.
19194 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19195 (sql-show-sqli-buffer): Bug fix.
19196 (sql-interactive-mode): Store connection data as buffer local.
19197 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19198 with sql-interactive-mode.
19199 (sql-save-connection): Save buffer local settings.
19200 (sql-connection-menu-filter): Change menu entry name.
19201 (sql-product-interactive): Bug fix.
19202 (sql-preoutput-hold): New variable.
19203 (sql-interactive-remove-continuation-prompt): Bug fixes.
19204 (sql-debug-redirect): New variable.
19205 (sql-str-literal): New function.
19206 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19207 Redesign.
19208 (sql-oracle-save-settings, sql-oracle-restore-settings)
19209 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19210 (sql-completion-object, sql-completion-column)
19211 (sql-completion-sqlbuf): New variables.
19212 (sql-build-completions-1, sql-build-completions)
19213 (sql-try-completion): New functions.
19214 (sql-read-table-name): Use them.
19215 (sql-contains-names): New buffer local variable.
19216 (sql-list-all, sql-list-table): Use it.
19217 (sql-oracle-completion-types): New variable.
19218 (sql-oracle-completion-object, sql-sqlite-completion-object)
19219 (sql-postgres-completion-object): New functions.
19220
19221 2011-07-06 Glenn Morris <rgm@gnu.org>
19222
19223 * window.el (pop-to-buffer): Doc fix.
19224
19225 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19226
19227 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19228
19229 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19230
19231 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19232
19233 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19234
19235 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19236
19237 * button.el (button): Inherit from link face. Suggested by Dan
19238 Nicolaescu.
19239
19240 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19241
19242 * progmodes/gdb-mi.el: Fit in 80 columns.
19243 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19244 switch-to-buffer.
19245
19246 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19247 if imenu is simply not configured (bug#8941).
19248
19249 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19250
19251 * allout.el (allout-post-undo-hook): New allout outline-change
19252 event hook to signal undo activity.
19253 (allout-post-command-business): Run allout-post-undo-hook if an
19254 undo just occurred.
19255 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19256 * allout-widgets.el (allout-widgets-after-undo-function):
19257 Ensure the integrity of the current item's decoration after it has been
19258 in the vicinity of an undo.
19259 (allout-widgets-mode): Include allout-widgets-after-undo-function
19260 on the new allout-post-undo-hook.
19261
19262 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19263
19264 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19265 Let define-derived-mode define it.
19266 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19267 cycles of abbrev-table inheritance (bug#8998).
19268
19269 2011-07-05 Roland Winkler <winkler@gnu.org>
19270
19271 * textmodes/bibtex.el: Add support for biblatex.
19272 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19273 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19274 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19275 (bibtex-entry-alist, bibtex-field-alist): New variables.
19276 (bibtex-entry-field-alist): Obsolete alias for
19277 bibtex-BibTeX-entry-alist.
19278 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19279 (bibtex-set-dialect): New command.
19280 (bibtex-entry-type, bibtex-entry-head)
19281 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19282 Bind via bibtex-set-dialect.
19283 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19284 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19285 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19286 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19287 Define via bibtex-set-dialect.
19288 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19289 Obey bibtex-no-opt-remove-re.
19290 (bibtex-vec-push, bibtex-vec-incr): New functions.
19291 (bibtex-format-entry, bibtex-field-list)
19292 (bibtex-print-help-message, bibtex-validate)
19293 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19294
19295 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19296
19297 * progmodes/compile.el (compilation-goto-locus):
19298 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19299 * bs.el (bs-cycle-next, bs-cycle-previous):
19300 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19301 * bindings.el (mode-line-other-buffer):
19302 * autoinsert.el (auto-insert):
19303 * arc-mode.el (archive-extract):
19304 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19305
19306 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19307
19308 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19309 Fix check of `emacs-lock-unlockable-modes'.
19310 Coerce true values of `emacs-lock--try-unlocking' to t.
19311
19312 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19313
19314 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19315 * emacs-lock.el: New file.
19316
19317 2011-07-05 Julien Danjou <julien@danjou.info>
19318
19319 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19320 than `boundp' to check if face is set.
19321
19322 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19323
19324 * register.el (registerv-make):
19325 * window.el (window-min-height): Fix typos in docstrings.
19326
19327 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19328
19329 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19330 Update doc string.
19331
19332 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19333
19334 * server.el (server-execute): Catch quit and call
19335 `server-return-error' to pass the error back to emacsclient and
19336 close the connection (bug#8942).
19337
19338 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19339
19340 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19341 insecure exception for current topic. Also note that auto-saves
19342 are handled differently.
19343
19344 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19345 State variables for tracking auto-save inhibition situation.
19346
19347 (allout-write-contents-hook-handler): Rename from
19348 'allout-write-file-hook-handler', and describe how it depends on
19349 write-contents-functions sensitivity to non-nil value to prevent
19350 file write.
19351
19352 (allout-auto-save-hook-handler): Remove. auto-save does not check
19353 this in individual buffers, only in the starting buffer, so this
19354 is not the right way for us to inhibit auto-save in a buffer
19355 according to its condition.
19356
19357 (allout-mode): Use new allout-write-contents-hook-handler, and
19358 only with write-contents-functions. Remove auto-save provisions -
19359 they're implemented elsewhere.
19360
19361 (allout-before-change-handler): If undo is in progress, note that
19362 for attention of allout-post-command-business.
19363
19364 (allout-post-command-business): If the command we're following was
19365 an undo, check for change in the status of encrypted items and
19366 adjust auto-save inhibitions accordingly.
19367
19368 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19369 according to whether there are or aren't any plain-text topics
19370 pending encryption.
19371
19372 (allout-inhibit-auto-save-info-for-decryption):
19373 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19374 if there are plain-text topics pending encryption.
19375
19376 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19377 buffer-saved-size and some allout state to not inhibit auto-saves
19378 if there are no longer any plain-text topics pending encryption.
19379
19380 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19381 No longer provide for exemption of the current topic.
19382
19383 2011-07-04 Juri Linkov <juri@jurta.org>
19384
19385 Add 7z operations to delete and save changed members (bug#8968).
19386 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19387 New defcustoms.
19388 (archive-7z-write-file-member): New function.
19389 (archive-7z-summarize): Fix the number of dashes in the
19390 listing output.
19391
19392 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19393
19394 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19395 (bug#8958).
19396
19397 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19398
19399 * bindings.el: Ignore next-buffer and previous-buffer in
19400 minibuffer-local-map.
19401
19402 * font-lock.el (font-lock-builtin-face): Change light background
19403 color to dark slate blue (Bug#6693).
19404
19405 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19406
19407 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19408
19409 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19410
19411 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19412 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19413 Add switch-to-buffer.
19414
19415 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19416
19417 * isearch.el (isearch-search-fun-function): Clarify further the
19418 meaning of the function returned.
19419
19420 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19421
19422 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19423
19424 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19425 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19426 Use it.
19427 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19428 `tramp-default-remote-path' does not exist.
19429 (tramp-send-command-and-read): New optional argument NOERROR.
19430 (tramp-open-connection-setup-interactive-shell)
19431 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19432 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19433 (tramp-process-sentinel): Flush also process' connection property.
19434 (tramp-sh-handle-start-file-process): Do not set process
19435 sentinel. It is done now ...
19436 (tramp-maybe-open-connection): ... here. (Bug#8929)
19437
19438 2011-07-04 MON KEY <monkey@sandpframing.com>
19439
19440 * play/animate.el (animate-string): Doc fixes and allow changing
19441 the buffer name (bug#5417).
19442
19443 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19444
19445 * play/animate.el (animation-buffer-name): Rename from *animate*.
19446
19447 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19448
19449 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19450 This is simpler and helps future-proof the code.
19451 (timer-until): Use time-subtract and float-time.
19452 (timer--time-less-p): Use time-less-p.
19453
19454 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19455
19456 * type-break.el (timep): Use the value of `float-time' to avoid a
19457 byte-compiler warning.
19458
19459 * server.el (server-eval-and-print): Return any result, even nil.
19460
19461 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19462
19463 * type-break.el: Accept time formats that the builtins accept.
19464 (timep, type-break-time-difference): Accept any format that
19465 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19466 This is simpler and helps future-proof the code.
19467 (type-break-time-difference): Round rather than ignoring
19468 subseconds components.
19469
19470 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19471
19472 * info.el (Info-apropos-matches): Make non-interactive, since it
19473 doesn't seem to do anything useful as a command (bug#8829).
19474
19475 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19476
19477 * frame.el (frame-background-mode, frame-set-background-mode):
19478 Move from faces.el.
19479 (frame-default-terminal-background): New function.
19480
19481 * custom.el (custom-push-theme): Don't record faces in `changed'
19482 theme; this doesn't work correctly for per-frame face settings.
19483 (disable-theme): Use face-set-after-frame-default to reset faces.
19484 (custom--frame-color-default): New function.
19485
19486 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19487
19488 * dired.el (dired-flagging-regexp): Remove unused variable
19489 (bug#8769).
19490
19491 2011-03-29 Kevin Ryde <user42@zip.com.au>
19492
19493 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19494 `perl-Test2' extend to match possible "fail #N" rep count
19495 (bug#8377).
19496
19497 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19498
19499 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19500 `smtpmail-via-smtp' now returns the error instead of nil.
19501
19502 * isearch.el (isearch-search-fun-function): Clarify the doc string
19503 (bug#8101).
19504
19505 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19506
19507 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19508 unnecessary spaces (bug#8987).
19509
19510 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19511
19512 * net/network-stream.el (open-network-stream): Use the
19513 :end-of-capability command thoughout.
19514
19515 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19516
19517 * net/network-stream.el (open-network-stream): Add the
19518 :end-of-capability command parameter, used by pop3.el.
19519
19520 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19521
19522 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19523
19524 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19525 for list)" (bug#6475).
19526
19527 * files.el (file-expand-wildcards): Ignore non-readable
19528 sub-directories while trying to find matches instead of signaling
19529 an error (bug#6297).
19530
19531 * man.el (Man-reference-regexp): Allow matching possible
19532 word-wrapped references (bug#6289).
19533
19534 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19535 for consistency with the other vc buffers (bug#6197).
19536 (vc-checkin): Ditto.
19537
19538 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19539
19540 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19541
19542 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19543
19544 * custom.el (defcustom): Clarify that :set is only used in the
19545 Customize user interface (bug#6089).
19546
19547 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19548 associated with a file, refuse to run instead of erroring out
19549 (bug#6084).
19550
19551 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19552 the doc string, since it appears that using `fill-column' always
19553 controls the width (bug#7845).
19554
19555 * simple.el (shell-command-on-region): Say where the error output
19556 went if `shell-command-default-error-buffer' is set (bug#6857).
19557
19558 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19559
19560 * allout.el (allout-yank-processing): Adjust cursor position for
19561 backwards-deleted space.
19562
19563 (allout-rebullet-heading): Register changes with
19564 allout-exposure-changed-hook, so the modified topic is properly
19565 decorated.
19566
19567 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19568
19569 * minibuffer.el (completion-in-region): Document PREDICATE
19570 (bug#7136).
19571
19572 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19573 of keyword/argument pairs (bug#6904).
19574
19575 * replace.el (multi-occur):
19576 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19577
19578 2011-07-02 Drew Adams <drew.adams@oracle.com>
19579
19580 * dired.el (dired-mark-if): Make the message about whether it's
19581 marking or unmarking clearer (bug#8523).
19582
19583 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19584
19585 * disp-table.el (display-table-print-array): New function.
19586 (describe-display-table): Use it to print the vectors more pretty
19587 (Bug#8859).
19588
19589 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19590
19591 * window.el (window-state-get-1): Don't assign clone numbers.
19592 Add clone-of item to list of window parameters.
19593 (window-state-put-2): Don't process clone numbers.
19594 (display-buffer-alist): Fix doc-string.
19595
19596 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19597
19598 * subr.el (remq): Don't allocate if it's not needed.
19599 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19600 (keymap--merge-bindings): New functions.
19601 (keymap-canonicalize): Use them to refine the canonicalization.
19602 * minibuffer.el (minibuffer-local-completion-map)
19603 (minibuffer-local-must-match-map): Move initialization from C.
19604 (minibuffer-local-filename-completion-map): Move initialization from C;
19605 don't inherit from anything here.
19606 (minibuffer-local-filename-must-match-map): Make obsolete.
19607 (completing-read-default): Use make-composed-keymap to combine
19608 minibuffer-local-filename-completion-map with either
19609 minibuffer-local-must-match-map or
19610 minibuffer-local-filename-completion-map.
19611
19612 2011-07-01 Glenn Morris <rgm@gnu.org>
19613
19614 * type-break.el (type-break-time-sum): Use dolist.
19615
19616 * textmodes/flyspell.el (flyspell-word-search-backward):
19617 Replace CL function.
19618
19619 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19620
19621 * mouse.el (mouse--strip-first-event): New function.
19622 (function-key-map): Use it to map fringe clicks to normal clicks
19623 by default.
19624
19625 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19626 (vc-bzr-revision-completion-table): Add support for annotate and date.
19627
19628 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19629 inherit from parent.
19630
19631 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19632
19633 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19634 (dired-show-file-type): Doc fixup (bug#8818).
19635
19636 * dired.el (dired-mode): Fix up the doc string as suggested by
19637 Drew Adams (bug#8817).
19638
19639 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19640 cookie, since the manual says that it should be possible to add
19641 this function to `find-file-hook' (bug#8709).
19642
19643 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19644
19645 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19646 here. Noted Ted Zlatanov as the maintainer.
19647 (cfengine-common-settings, cfengine-common-syntax): New functions
19648 to set up common things between `cfengine-mode' and
19649 `cfengine3-mode'.
19650 (cfengine3-mode): New mode.
19651 (cfengine3-defuns cfengine3-defuns-regex
19652 (cfengine3-class-selector-regex cfengine3-category-regex)
19653 (cfengine3-vartypes cfengine3-font-lock-keywords)
19654 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19655 (cfengine3-indent-line): Add from cfengine3.el.
19656
19657 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
19658
19659 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19660
19661 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19662
19663 2011-07-01 Martin Rudalics <rudalics@gmx.at>
19664
19665 * window.el (same-window-buffer-names, same-window-regexps)
19666 (same-window-p, special-display-frame-alist)
19667 (special-display-popup-frame, special-display-function)
19668 (special-display-buffer-names, special-display-regexps)
19669 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19670 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19671 (split-window-preferred-function, split-height-threshold)
19672 (split-width-threshold, even-window-heights)
19673 (display-buffer-mark-dedicated, window-splittable-p)
19674 (split-window-sensibly, window-safely-shrinkable-p):
19675 Un-obsolete.
19676 (display-buffer): Don't spread args with function specifier
19677 because special-display-popup-frame won't like it.
19678
19679 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19680
19681 Time-stamp simplifications and fixes.
19682 These improve accuracy slightly, and future-proof the code
19683 against some potential changes to current-time format.
19684
19685 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19686 by using time-since and float-time.
19687
19688 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19689 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
19690 + NNN microseconds".
19691
19692 * type-break.el (type-break-time-sum): Rewrite using time-add.
19693
19694 * play/hanoi.el (hanoi-current-time-float): Remove.
19695 All uses replaced by float-time.
19696
19697 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19698 This yields a more-accurate answer.
19699 (rng-time-to-float): Remove; no longer needed.
19700
19701 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19702
19703 * calendar/timeclock.el (timeclock-seconds-to-time):
19704 Defalias to seconds-to-time, since they're the same thing.
19705
19706 * emacs-lisp/elp.el (elp-elapsed-time):
19707 * emacs-lisp/benchmark.el (benchmark-elapse):
19708 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19709
19710 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19711
19712 * window.el (bury-buffer): Don't iconify the only frame.
19713 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19714 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
19715
19716 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
19717
19718 * eshell/em-smart.el (eshell-smart-display-navigate-list):
19719 Add mouse-yank-primary.
19720
19721 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19722
19723 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19724
19725 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19726
19727 * emacs-lisp/find-func.el (find-library--load-name): New fun.
19728 (find-library-name): Use it to find relative load names when provided
19729 absolute file name (bug#8803).
19730
19731 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19732
19733 * textmodes/flyspell.el (flyspell-word): Consider words that
19734 differ only in case as potential doublons (bug#5687).
19735
19736 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19737 Remove two rather uninteresting debugging-like messages to make
19738 debbugs.el more silent.
19739
19740 * comint.el (comint-password-prompt-regexp): Accept "Response" as
19741 a password-like phrase.
19742
19743 2011-06-30 Masatake YAMATO <yamato@redhat.com>
19744
19745 * progmodes/cc-guess.el: New file.
19746
19747 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19748
19749 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19750 derived from `c-basic-common-init'.
19751
19752 * progmodes/cc-mode.el (top-level): Require cc-guess.
19753 (c-basic-common-init): Use `cc-choose-style-for-mode'.
19754
19755 2011-06-30 Lawrence Mitchell <wence@gmx.li>
19756
19757 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19758
19759 2011-06-30 Alan Mackenzie <acm@muc.de>
19760
19761 * progmodes/cc-engine.el (c-guess-continued-construct):
19762 Correct the handling of template-args-cont, particularly for when font
19763 lock is disabled. Name this case as "CASE G".
19764
19765 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
19766
19767 * allout.el (allout-yank-processing): Fix injection of extra space
19768 between bullet and non-whitespace character in first topic when
19769 pasting, ensuring that the actual spacing in the pasted topic
19770 following the bullet char is preserved. This extra space was
19771 causing pasted encrypted topics to get a decrypted status even
19772 when the content was actually still encrypted. Now the decryption
19773 status from before the paste is preserved.
19774
19775 (allout-flag-region): Set all allout overlays so they evaporate
19776 when reduced to zero length (evanescent), to prevent overlay
19777 leakage.
19778
19779 2011-06-30 Glenn Morris <rgm@gnu.org>
19780
19781 * w32-fns.el (w32-charset-info-alist): Declare.
19782
19783 * find-dired.el (find-grep-options): Simplify.
19784
19785 * term/ns-win.el (ns-set-resource): Declare.
19786
19787 * ses.el (row, col): Declare dynamic variables honestly.
19788
19789 * textmodes/reftex-parse.el (index-tags): Declare.
19790
19791 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
19792
19793 * cus-edit.el (customize-push-and-save): New function.
19794
19795 * files.el (hack-local-variables-confirm): Use it.
19796
19797 * custom.el (load-theme): New arg NO-CONFIRM.
19798 Use customize-push-and-save (Bug#8720).
19799 (custom-enabled-themes): Doc fix.
19800
19801 * cus-theme.el (customize-create-theme)
19802 (custom-theme-merge-theme): Callers to load-theme changed.
19803
19804 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19805
19806 * thingatpt.el (thing-at-point-short-url-regexp): Require that
19807 short URLs have at least one dot in them (bug #7614).
19808
19809 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19810 nil, because using a pty is apparently too slow (bug #895).
19811
19812 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19813
19814 * mail/sendmail.el (sendmail-query-once): New function.
19815 (sendmail-query-once-function): New variable.
19816
19817 2011-06-29 Glenn Morris <rgm@gnu.org>
19818
19819 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19820
19821 * ses.el (top-level): Require cl when compiling.
19822 (ses-set-localvars): Fix error statement.
19823 Call it at compile time to silence a storm of warnings.
19824
19825 2011-06-29 Martin Rudalics <rudalics@gmx.at>
19826
19827 * window.el (normalize-live-buffer): Rename to
19828 window-normalize-buffer.
19829 (normalize-live-frame): Rename to window-normalize-frame.
19830 (normalize-any-window): Rename to window-normalize-any-window.
19831 (normalize-live-window): Rename to window-normalize-live-window.
19832 (make-window-atom): Rename to window-make-atom.
19833 (window-resize-reset): Rename to window--resize-reset.
19834 (window-resize-reset-1): Rename to window--resize-reset-1.
19835 (resize-mini-window): Rename to window--resize-mini-window.
19836 (resize-subwindows-skip-p): Rename to
19837 window--resize-subwindows-skip-p.
19838 (resize-subwindows-normal): Rename to
19839 window--resize-subwindows-normal.
19840 (resize-subwindows): Rename to window--resize-subwindows.
19841 (resize-other-windows): Rename to window--resize-siblings.
19842 (resize-this-window): Rename to window--resize-this-window.
19843 (resize-root-window): Rename to window--resize-root-window.
19844 (resize-root-window-vertically): Rename to
19845 window--resize-root-window-vertically.
19846 (normalize-buffer-to-display): Rename to
19847 window-normalize-buffer-to-display.
19848 (normalize-buffer-to-switch-to): Rename to
19849 window-normalize-buffer-to-switch-to.
19850 Correspondingly update all callers of the functions listed
19851 above.
19852 (display-buffer-alist, display-buffer-normalize-arguments)
19853 (display-buffer-normalize-options, display-buffer)
19854 (display-buffer-alist-set): Use "function" instead of
19855 "fun-with-args".
19856
19857 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
19858
19859 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19860 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
19861 debbugs.gnu.org. Mention acknowledgment email.
19862
19863 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
19864
19865 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19866 buffer multibyteness, since it shouldn't matter.
19867
19868 2011-06-28 Martin Rudalics <rudalics@gmx.at>
19869
19870 * window.el (display-buffer-in-side-window): Handle dedicated
19871 windows as in display-buffer-reuse-window.
19872 (display-buffer-normalize-alist): Use value of override
19873 specifier.
19874 (display-buffer-normalize-specifiers): Use value of
19875 other-window-means-other-frame specifier.
19876 (display-buffer-alist): Rewrite some texts in widgets.
19877 (display-buffer): Spread arguments when calling function
19878 specified by fun-with-args.
19879
19880 2011-06-28 Deniz Dogan <deniz@dogan.se>
19881
19882 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19883 Unnest `let'.
19884
19885 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19886 selectors (Bug#5732).
19887 (css-proprietary-nmstart-re): Use `regexp-opt'.
19888
19889 2011-06-27 Jari Aalto <jari.aalto@cante.net>
19890
19891 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19892 (eshell-ls-date-format): New defcustom.
19893 (eshell-ls-file): Use it.
19894
19895 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19896
19897 * help-fns.el (describe-variable): Fix message for terminal-local vars.
19898
19899 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
19900
19901 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19902 (ange-ftp-make-tmp-name): New arg.
19903 (ange-ftp-file-local-copy): Use it.
19904
19905 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
19906
19907 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19908 no-conversion (Bug#8870).
19909
19910 2011-06-27 Martin Rudalics <rudalics@gmx.at>
19911
19912 * window.el (window-right, window-left, window-child)
19913 (window-child-count, window-last-child)
19914 (window-iso-combination-p, walk-window-tree-1)
19915 (window-atom-check-1, window-tree-1, delete-window)
19916 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19917 new naming conventions - window-vchild, window-hchild,
19918 window-next and window-prev are now called window-top-child,
19919 window-left-child, window-next-sibling and window-prev-sibling
19920 respectively.
19921 (resize-window-reset): Rename to window-resize-reset.
19922 (resize-window-reset-1): Rename to window-resize-reset-1.
19923 (resize-window): Rename to window-resize.
19924 (window-min-height, window-min-width)
19925 (resize-mini-window, resize-this-window, resize-root-window)
19926 (resize-root-window-vertically, adjust-window-trailing-edge)
19927 (enlarge-window, shrink-window, maximize-window)
19928 (minimize-window, delete-window, quit-restore-window)
19929 (split-window, balance-windows, balance-windows-area-adjust)
19930 (balance-windows-area, window-state-put-2)
19931 (display-buffer-even-window-sizes, display-buffer-set-height)
19932 (display-buffer-set-width, set-window-text-height)
19933 (fit-window-to-buffer): Rename all "resize-window" prefixed
19934 calls to use the "window-resize" prefix convention.
19935 (display-buffer-alist): Fix symbol for label specifier.
19936 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
19937 corresponding specifier.
19938 Reported by Juanma Barranquero <lekktu@gmail.com>.
19939
19940 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19941
19942 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
19943 convention.
19944 (ses-call-printer): Does not pass an empty string to formatter when the
19945 cell is empty to keep from barking printer Calc math-format-value.
19946
19947 2011-06-27 Richard Stallman <rms@gnu.org>
19948
19949 * battery.el (battery-mode-line-limit): New variable.
19950 (battery-update): Handle it.
19951
19952 * mail/rmailmm.el (rmail-mime-process-multipart):
19953 Handle truncated messages.
19954
19955 2011-06-27 Glenn Morris <rgm@gnu.org>
19956
19957 * progmodes/flymake.el (flymake-err-line-patterns):
19958 Allow for column numbers in the ant/javac pattern. (Bug#8866)
19959
19960 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19961
19962 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
19963 (ses--clean-!, ses--clean-_): New functions.
19964 (ses-range): Add configurability of readout order, and conversion
19965 to Calc vector.
19966
19967 * ses.el (ses-repair-cell-reference-all): New function.
19968 (ses-cell-symbol): Set macro as safe, so that it can be used in
19969 formulas.
19970
19971 * ses.el: Update cycle detection algorithm.
19972 (ses-localvars): Add ses--Dijkstra-attempt-nb and
19973 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
19974 (ses-set-localvars): New function.
19975 (ses-make-cell): Add property-list as a cell element.
19976 (ses-cell-property-get-fun, ses-cell-property-get)
19977 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
19978 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
19979 New functions.
19980 (ses-cell-property-set, ses-cell-property-pop)
19981 (ses-cell-property-get-handle): New macro.
19982 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
19983 New aliases, used for code readability.
19984 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
19985 cycle detection.
19986 (ses-self-reference-early-detection): New defcustom.
19987 (ses-formula-references): Robustify against self-referring cells.
19988 (ses-mode): Use ses-set-localvars.
19989 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
19990 before lauching the update processing.
19991 (ses-initialize-Dijkstra-attempt): New function.
19992 (ses-recalculate-cell): Update for cycle detection based on
19993 Dijkstra algorithm.
19994
19995 * ses.el: Fix commenting and indenting convention.
19996
19997 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19998
19999 * bs.el (bs-cycle-next): Complete last change.
20000
20001 2011-06-27 Drew Adams <drew.adams@oracle.com>
20002
20003 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20004
20005 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20006
20007 * net/network-stream.el (network-stream-open-starttls):
20008 Don't re-get capabilities unless we've reestablished connection.
20009 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20010
20011 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20012 to binary to possibly avoid line encoding issues on Windows (among
20013 other things).
20014
20015 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20016
20017 * net/network-stream.el (open-network-stream): Return an :error
20018 saying what the problem was, if possible.
20019
20020 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20021 server.
20022
20023 * net/network-stream.el (network-stream-open-starttls): If we
20024 wanted to use STARTTLS, and the server offered it, but we weren't
20025 able to because we had no STARTTLS support, then close the connection.
20026 (open-network-stream): Return an :error element, if present.
20027
20028 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20029
20030 * hl-line.el (hl-line-sticky-flag): Doc fix.
20031 (global-hl-line-sticky-flag): New option (Bug#8323).
20032 (global-hl-line-highlight): Obey it.
20033
20034 * vc/vc.el (vc-revert-show-diff): Default to t.
20035
20036 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20037
20038 * allout-widgets.el (allout-widgets-post-command-business):
20039 Stop decorating intermediate isearch matches. They're not being
20040 undecorated when an isearch is continued past, and isearch
20041 automatically collapses them. This leads to "widget leaks", where
20042 decorated items accumulate in collapsed areas. Lines with lots of
20043 hidden widgets can slow down cursor travel, substantially.
20044 Too much complicated machinery would be needed to ensure undecoration,
20045 so we're doing without this nicety.
20046
20047 (allout-widgets-tally-string): Don't try to do a hash-table-count
20048 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20049 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20050 *Messages* when allout-widgets-maintain-tally is t.
20051
20052 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20053
20054 * window.el (display-buffer-normalize-argument): Rename to
20055 display-buffer-normalize-arguments. Handle special meaning of
20056 LABEL argument. Respect special-display-function when popping up
20057 a new frame. Fix code searching for a window showing the buffer
20058 on another frame.
20059 (display-buffer-normalize-specifiers):
20060 Call display-buffer-normalize-arguments.
20061 (display-buffer-in-window): Don't undedicate the window if its
20062 buffer remains the same.
20063 Reported by Drew Adams <drew.adams@oracle.com>.
20064 (display-buffer-alist): Add choice for same-window macro
20065 specfier.
20066 (display-buffer): Mention special meaning of LABEL argument in
20067 doc-string. Fix quoting. Don't pop up a new frame even as
20068 fallback.
20069
20070 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20071
20072 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20073 avoid deleting the current window in some cases (bug#8911).
20074
20075 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20076
20077 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20078 (Bug#8934)
20079
20080 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20081
20082 * net/network-stream.el (network-stream-open-starttls):
20083 Use built-in TLS support if `gnutls-available-p' is true.
20084 (network-stream-open-tls): Ditto.
20085
20086 2011-06-26 Leo Liu <sdl.web@gmail.com>
20087
20088 * register.el (registerv): New struct.
20089 (registerv-make): New function.
20090 (jump-to-register, describe-register-1, insert-register):
20091 Support the jump-func, print-func and insert-func slot of a registerv
20092 struct. (Bug#8415)
20093
20094 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20095
20096 * vc/vc.el (vc-revert-show-diff): New defcustom.
20097 (vc-diff-internal): New arg specifying diff buffer.
20098 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20099 reuse an existing *vc-diff* buffer (Bug#8927).
20100
20101 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20102
20103 2011-06-26 Glenn Morris <rgm@gnu.org>
20104
20105 * progmodes/f90.el (f90-critical-indent): New option.
20106 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20107 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20108 (f90-mode): Doc fix.
20109 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20110 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20111 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20112 (f90-match-end): Handle block, critical.
20113
20114 2011-06-25 Glenn Morris <rgm@gnu.org>
20115
20116 * calendar/diary-lib.el (diary-included-files): Doc fix.
20117 (diary-include-files): New function, extracted from
20118 diary-include-other-diary-files and diary-mark-included-diary-files.
20119 (diary-include-other-diary-files, diary-mark-included-diary-files):
20120 Just call diary-include-files.
20121 (diary-mark-entries): Reset diary-included-files on first call.
20122
20123 * calendar/diary-lib.el (diary-mark-entries)
20124 (diary-mark-included-diary-files):
20125 Visit included diary-files in temp buffers.
20126
20127 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20128 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20129 (f90-start-block-re, f90-imenu-generic-expression)
20130 (f90-looking-at-program-block-start, f90-no-block-limit):
20131 Add support for submodules.
20132
20133 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20134 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20135
20136 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20137
20138 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20139 buffer-file-type before setting its value, to avoid disastrous
20140 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20141
20142 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20143
20144 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20145
20146 * ses.el (ses-unload-function):
20147 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20148
20149 * proced.el (proced-unload-function):
20150 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20151
20152 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20153
20154 * server.el (server-create-window-system-frame): Add parameters arg.
20155 (server-process-filter): Doc fix. Handle frame-parameters.
20156
20157 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20158
20159 Fix bug#8730, bug#8781.
20160
20161 * loadhist.el (unload--set-major-mode): New function.
20162 (unload-feature): Use it.
20163
20164 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20165 (python-unload-function): New function.
20166
20167 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20168
20169 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20170
20171 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20172
20173 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20174 the candidates list.
20175
20176 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20177
20178 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20179
20180 2011-06-23 Richard Stallman <rms@gnu.org>
20181
20182 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20183 (rmail-variables): Set next-error-move-function.
20184 (rmail-what-message): Take argument POS.
20185 (rmail-next-error-move): New function.
20186
20187 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20188
20189 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20190 messages for adjacent non-terminals.
20191
20192 2011-06-23 Richard Stallman <rms@gnu.org>
20193
20194 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20195 (rmail-show-message-1): Preserve buffer modified flag.
20196 (rmail-start-mail): Don't specify use of rmail-mail-return;
20197 that's done by mail-bury now.
20198 (rmail-mail-return): Handle arg NEWBUF.
20199
20200 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20201
20202 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20203 SIZE is a number.
20204
20205 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20206
20207 * window.el (get-lru-window, get-mru-window)
20208 (get-largest-window): Never return a minibuffer window.
20209 (display-buffer-pop-up-window): Fix a bug that could lead to
20210 reusing the minibuffer window.
20211 (display-buffer): Pass original specifier argument to
20212 display-buffer-function instead of the normalized one.
20213 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20214
20215 2011-06-22 Leo Liu <sdl.web@gmail.com>
20216
20217 * minibuffer.el (completing-read-function)
20218 (completing-read-default): Move from minibuf.c.
20219
20220 2011-06-22 Richard Stallman <rms@gnu.org>
20221
20222 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20223 to Rmail even if not started by a special Rmail command.
20224
20225 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20226 Copy the buffer currently showing just one message.
20227
20228 2011-06-22 Roland Winkler <winkler@gnu.org>
20229
20230 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20231 (bibtex-clean-entry): First delete the old key so that a
20232 customized algorithm for generating the new key does not get
20233 confused by the old key.
20234 (bibtex-url): Obey regexp of first step.
20235 (bibtex-search-entries): Do not use add-to-list with local
20236 list-var.
20237
20238 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20239
20240 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20241 stored a user name, then query for the password first, instead of
20242 waiting for SMTP to give an error message and the trying again.
20243
20244 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20245
20246 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20247 BUFFER in call-process.
20248
20249 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20250
20251 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20252 QUIT twice.
20253 (smtpmail-try-auth-methods): Require user name and password from
20254 auth-source.
20255
20256 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20257
20258 * window.el (display-buffer-default-specifiers)
20259 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20260 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20261 (split-window): Normalize SIDE argument (Bug#8916).
20262
20263 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20264 (special-display-frame-alist, special-display-popup-frame):
20265 Remove duplicate declarations. These are now in window.el.
20266
20267 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20268
20269 * mail/smtpmail.el (smtpmail-via-smtp):
20270 Set :use-starttls-if-possible so that we always use STARTTLS if the
20271 server supports it. SMTP servers that support STARTTLS commonly
20272 require it.
20273
20274 * net/network-stream.el (network-stream-open-starttls): Support
20275 upgrading to STARTTLS always, even if we don't have built-in support.
20276 (open-network-stream): Add the :always-query-capabilities keyword.
20277
20278 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20279 upgrades with `open-network-stream', and rely solely on
20280 auth-source for all credentials. Big changes throughout the file,
20281 but in particular:
20282 (smtpmail-auth-credentials): Remove.
20283 (smtpmail-starttls-credentials): Remove.
20284 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20285 MAIL FROM, too.
20286
20287 * net/network-stream.el (network-stream-open-starttls):
20288 Provide support for client certificates both for external and built-in
20289 STARTTLS.
20290 (auth-source): Require.
20291 (open-network-stream): Document the :client-certificate keyword.
20292 (network-stream-certificate): Change cert-cert to cert and
20293 cert-key to key.
20294
20295 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20296
20297 * net/tramp-cache.el (top): Don't load the persistency file when
20298 "emacs -Q" has been called.
20299
20300 2011-06-21 Tim Harper <timcharper@gmail.com>
20301
20302 * term/ns-win.el (ns-initialize-window-system):
20303 Set application-specific `ApplePressAndHoldEnabled' system
20304 resource to NO as it is not yet supported by the NS port.
20305
20306 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20307
20308 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20309 (list-dynamic-libraries): ...not here.
20310
20311 2011-06-21 Leo Liu <sdl.web@gmail.com>
20312
20313 * subr.el (sha1): Implement sha1 using secure-hash.
20314
20315 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20316
20317 * window.el (display-buffer-alist): In default value do not
20318 enforce searching a window on any but the selected frame.
20319 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20320 (display-buffer-select-window): Remove function.
20321 (display-buffer-in-window): When a window on another frame gets
20322 reused, do not select it any more but just raise its frame if
20323 necessary (Bug#8851) and (Bug#8856).
20324 (display-buffer-normalize-options): Handle pop-up-frames related
20325 options more faithfully.
20326 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20327 window if it is on another frame.
20328 (display-buffer-alist, display-buffer-default-specifiers):
20329 Don't make new frame unsplittable by default.
20330 (display-buffer-normalize-argument): Fix doc-string typo and use
20331 'same-frame-other-window instead of 'other-window when associating
20332 with display-buffer-macro-specifiers.
20333
20334 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20335
20336 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20337 New functions.
20338 (5x5-mode-map, 5x5-mode-menu): Bind them.
20339 (5x5-draw-grid): Tweak the solver's rendering.
20340
20341 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20342
20343 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20344 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20345
20346 2011-06-21 Drew Adams <drew.adams@oracle.com>
20347
20348 * menu-bar.el: Use function variable instead of switch-to-buffer.
20349 (menu-bar-select-buffer-function): New variable.
20350 (menu-bar-update-buffers): Use it (bug#8876).
20351
20352 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20353
20354 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20355 variable's status.
20356
20357 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20358
20359 * x-dnd.el (x-dnd-version-from-flags)
20360 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20361 and long as number (Bug#8899).
20362 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20363
20364 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20365
20366 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20367 (completion-try-completion, completion-all-completions): Compute the
20368 metadata argument if it's missing; make it optional (bug#8795).
20369
20370 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20371 (widget-complete): Use new :completion-function property.
20372 (widget-completions-at-point): New function.
20373 (default): Use :completion-function instead of :complete.
20374 (widget-default-completions): Rename from widget-default-complete;
20375 Rewrite.
20376 (widget-string-complete, widget-file-complete, widget-color-complete):
20377 Remove functions.
20378 (file, symbol, function, variable, coding-system, color):
20379 * international/mule-cmds.el (default-input-method, charset)
20380 (language-info-custom-alist):
20381 * cus-edit.el (face): Use new property :completions.
20382
20383 * progmodes/pascal.el (pascal-completions-at-point): New function.
20384 (pascal-mode): Use it.
20385 (pascal-mode-map): Use completion-at-point.
20386 (pascal-toggle-completions): Make obsolete.
20387 (pascal-complete-word, pascal-show-completions):
20388 * progmodes/octave-mod.el (octave-complete-symbol):
20389 Redefine as obsolete alias.
20390 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20391 Signal absence of completion info for old Octave,
20392 (inferior-octave-complete): Redefine as obsolete alias.
20393 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20394 (meta-completions-at-point): Rename from meta-complete-symbol and
20395 adapt it for use on completion-at-point-functions.
20396 (meta-common-mode): Use it.
20397 (meta-looking-at-backward, meta-match-buffer): Remove.
20398 (meta-complete-symbol): Redefine as obsolete alias.
20399 (meta-common-mode-map): Use completion-at-point.
20400 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20401 (makefile-mode-map): Use completion-at-point.
20402 (makefile-completions-at-point): Rename from makefile-complete and
20403 adapt it for use on completion-at-point-functions.
20404 (makefile-mode): Use it.
20405 (makefile-complete): Redefine as obsolete alias.
20406
20407 2011-06-20 Deniz Dogan <deniz@dogan.se>
20408
20409 * net/rcirc.el: Delete trailing whitespaces once and for all.
20410
20411 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20412
20413 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20414
20415 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20416
20417 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20418
20419 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20420
20421 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20422
20423 * window.el (display-buffer-other-window-means-other-frame):
20424 Call display-buffer-normalize-alist.
20425 (display-buffer-normalize-specifiers-1): Rename to
20426 display-buffer-normalize-argument. New argument other-frame.
20427 Rewrite.
20428 (display-buffer-normalize-specifiers-2): Rename to
20429 display-buffer-normalize-options.
20430 (display-buffer-normalize-alist-1): New function.
20431 (display-buffer-normalize-specifiers-3): Rename to
20432 display-buffer-normalize-alist.
20433 Call display-buffer-normalize-alist-1.
20434 (display-buffer-normalize-options-inhibit): New variable.
20435 (display-buffer-normalize-specifiers): Rewrite calling
20436 display-buffer-normalize-alist,
20437 display-buffer-normalize-argument, and
20438 display-buffer-normalize-options. Don't call the latter if
20439 display-buffer-normalize-options-inhibit is non-nil.
20440 (frame-auto-delete): New option.
20441 (window-deletable-p): Use frame-auto-delete.
20442 (window-list-no-nils, window-state-ignored-parameters)
20443 (window-state-get-1, window-state-get, window-state-put-list)
20444 (window-state-put-1, window-state-put-2, window-state-put):
20445 New functions.
20446 (display-buffer-normalize-options): Move special-display-p group
20447 after pop-up-frame group (Bug#8851) and (Bug#8856).
20448
20449 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20450
20451 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20452 groups (Bug#8776).
20453 (rx-submatch-n): New function.
20454 (rx): Document it.
20455
20456 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20457 (Bug#8768).
20458
20459 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20460
20461 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20462
20463 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20464 anytime existing face settings are present (Bug#8889).
20465
20466 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20467 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20468 Remove unused argument.
20469
20470 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20471
20472 * window.el (display-buffer-default-specifiers):
20473 Remove pop-up-frame. Add pop-up-window-min-height,
20474 pop-up-window-min-width, and another reuse-window specifier
20475 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20476 (display-buffer-normalize-specifiers-2):
20477 Handle split-height-threshold and split-width-threshold also when
20478 pop-up-windows is unset. Add a reuse-window specifier for the
20479 case popping up a new window fails.
20480 (special-display-popup-frame): Remove double quoting.
20481 (display-buffer-normalize-specifiers-1): Fix thinko.
20482
20483 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20484
20485 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20486 according to comint-completion-addsuffix.
20487
20488 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20489 (pcomplete-suffix-list): Mark as obsolete.
20490 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20491 pcomplete-seen in the closure.
20492 (pcomplete-comint-setup): Setup completion-at-point as well.
20493 (pcomplete--entries): New function.
20494 (pcomplete--env-regexp): New var.
20495 (pcomplete-entries): Rewrite to work with partial-completion and
20496 without relying on pcomplete-suffix-list.
20497 (pcomplete-pare-list): Remove, unused.
20498
20499 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20500
20501 * window.el (display-buffer-alist): Set pop-up-window-min-height
20502 and pop-up-window-min-width in default value. Reported by
20503 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20504 other-window-means-other-frame.
20505 (display-buffer-macro-specifiers): Comment out entry for
20506 other-window specifier.
20507 (display-buffer-other-window-means-other-frame): New function.
20508 (display-buffer-normalize-specifiers-1): New arguments
20509 buffer-name and label. Treat other-window case specially.
20510 (display-buffer-normalize-specifiers-2): Treat other-window case
20511 specially.
20512 (display-buffer-normalize-specifiers-3): New function.
20513 (display-buffer-normalize-specifiers):
20514 Call display-buffer-normalize-specifiers-3.
20515
20516 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20517
20518 * window.el (same-window-p): Fix two typos introduced when
20519 adding with-no-warnings.
20520 (display-buffer-normalize-specifiers-1): Don't check
20521 pop-up-frames for 'unset initialization.
20522 (display-buffer-normalize-specifiers-2): Major rewrite using
20523 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20524 (pop-up-frames, display-buffer-reuse-frames)
20525 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20526 Suggested by David Engster <deng@randomsample.de>.
20527 (even-window-heights): Initialize to 'unset.
20528 (display-buffer-alist-set): Handle new 'unset initializations.
20529 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20530 other window case.
20531
20532 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20533
20534 * window.el (display-buffer-normalize-specifiers-1):
20535 Respect current value of pop-up-frames for most reasonable values of
20536 second argument of display-buffer (Bug#8865).
20537 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20538 (switch-to-buffer-other-window-same-frame)
20539 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20540 Adams (Bug#8875).
20541 (display-buffer): Don't check noninteractive when calling
20542 display-buffer-pop-up-frame.
20543 (display-buffer-pop-up-frame): Never pop up a frame in
20544 noninteractive mode (Bug#8857).
20545 (enlarge-window, shrink-window): Don't report an error when the
20546 window can't be resized as requested (Bug#8862).
20547
20548 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20549
20550 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20551
20552 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20553
20554 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20555
20556 2011-06-15 Alan Mackenzie <acm@muc.de>
20557
20558 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20559 for declarators, disable knr checking to speed up for normal files.
20560 2: Refactor, replacing a sequence of nested if forms by a cond form.
20561
20562 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20563
20564 * net/network-stream.el (open-network-stream): Add the keyword
20565 :always-query-capabilities for the case where you want to force a
20566 `plain' network connection, but the protocol still requires the
20567 capabilitiy command (i.e., SMTP and EHLO).
20568
20569 * subr.el (process-live-p): Rename from `process-alive-p' for
20570 consistency with other `-live-p' functions.
20571
20572 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20573
20574 * window.el (same-window-buffer-names, same-window-regexps)
20575 (special-display-frame-alist, special-display-popup-frame)
20576 (special-display-function, special-display-buffer-names)
20577 (special-display-regexps, pop-up-frame-alist)
20578 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20579 (pop-up-windows, split-window-preferred-function)
20580 (split-height-threshold, split-width-threshold, even-window-heights)
20581 (display-buffer-mark-dedicated): Don't encourage the use of
20582 display-buffer-alist from Elisp code.
20583
20584 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20585
20586 * progmodes/python.el (python-mode): Derive from prog-mode.
20587 * progmodes/ps-mode.el (ps-mode):
20588 * progmodes/mixal-mode.el (mixal-mode):
20589 * progmodes/cfengine.el (cfengine-mode):
20590 * progmodes/ld-script.el (ld-script-mode): Likewise.
20591
20592 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20593
20594 * window.el (display-buffer-alist): Trim default value to avoid
20595 popping up a new frame (Bug#8857) or reusing an arbitrary window
20596 on another frame.
20597 (display-buffer): Do not fall back on popping up a new frame in
20598 batch mode (Bug#8857).
20599
20600 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20601
20602 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20603 (custom-theme-summary): New function.
20604 (customize-themes): Use it.
20605
20606 2011-06-13 Glenn Morris <rgm@gnu.org>
20607
20608 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20609
20610 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20611
20612 * help.el (help-window): Remove variable.
20613 (help-window-point-marker, temp-buffer-max-height)
20614 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20615 (help-print-return-message): Don't set help-window.
20616 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20617 (help-window-setup-finish): Remove.
20618 (help-window-display-message, help-window-setup)
20619 (with-help-window): Major rewrite based on new
20620 display-buffer-window variable.
20621
20622 * help-mode.el (help-mode-finish): Remove help-window related
20623 code.
20624
20625 * view.el (view-exits-all-viewing-windows): Remove reference to
20626 view-return-to-alist in doc-string.
20627 (view-return-to-alist): Make obsolete.
20628 (view-buffer): Call pop-to-buffer-same-window and remove
20629 undo-window code.
20630 (view-buffer-other-window): Call pop-to-buffer-other-window and
20631 simplify code. Ignore second argument.
20632 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20633 simplify code. Ignore second argument.
20634 (view-return-to-alist-update): Make obsolete.
20635 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20636 Rewrite using quit-restore window parameters.
20637 (view-mode-exit): Rename second argument to EXIT-ONLY.
20638 Rewrite using quit-restore-window.
20639 (View-exit, View-exit-and-edit, View-leave, View-quit)
20640 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20641 appropriate arguments.
20642 (view-end-message): Use quit-restore window parameter.
20643
20644 * window.el (display-buffer-function): Rewrite doc-string.
20645 (display-buffer-window, display-buffer-alist): New variables.
20646 (display-buffer-split-specifiers)
20647 (display-buffer-side-specifiers)
20648 (display-buffer-macro-specifiers): New constants.
20649 (display-buffer-even-window-sizes, display-buffer-set-height)
20650 (display-buffer-set-width, display-buffer-select-window)
20651 (display-buffer-in-window, display-buffer-reuse-window)
20652 (display-buffer-split-window-1, display-buffer-split-window)
20653 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20654 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20655 (display-buffer-in-side-window, normalize-buffer-to-display)
20656 (display-buffer-normalize-specifiers-1)
20657 (display-buffer-normalize-specifiers-2)
20658 (display-buffer-normalize-specifiers, display-buffer-frame):
20659 New functions.
20660 (display-buffer): Major rewrite.
20661 (display-buffer-other-window, display-buffer-other-frame)
20662 (pop-to-buffer, switch-to-buffer-other-window)
20663 (switch-to-buffer-other-frame): Rewrite.
20664 (display-buffer-same-window, display-buffer-same-frame)
20665 (display-buffer-same-frame-other-window)
20666 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20667 (pop-to-buffer-other-window)
20668 (pop-to-buffer-same-frame-other-window)
20669 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20670 (switch-to-buffer-other-window-same-frame): New functions.
20671 (same-window-p, special-display-p): Rewrite disabling warnings.
20672 Make obsolete.
20673 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20674 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20675 Make obsolete
20676 (same-window-buffer-names, same-window-regexps)
20677 (special-display-frame-alist, special-display-popup-frame)
20678 (special-display-function, special-display-buffer-names)
20679 (special-display-regexps, pop-up-frame-alist)
20680 (pop-up-frame-function, split-window-preferred-function)
20681 (split-height-threshold, split-width-threshold)
20682 (even-window-heights): Make obsolete.
20683
20684 2011-06-12 Glenn Morris <rgm@gnu.org>
20685
20686 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
20687 Misc simplifications.
20688
20689 2011-06-12 Martin Rudalics <rudalics@gmx.at>
20690
20691 * window.el (window-safely-shrinkable-p): Restore function which
20692 was inadvertently removed in change from 2011-06-11. Declare as
20693 obsolete.
20694
20695 * calendar/calendar.el (calendar-generate-window):
20696 Use window-iso-combined-p instead of combination of one-window-p and
20697 window-safely-shrinkable-p.
20698
20699 2011-06-12 Glenn Morris <rgm@gnu.org>
20700
20701 * progmodes/fortran.el (fortran-mode-syntax-table):
20702 * progmodes/f90.el (f90-mode-syntax-table):
20703 Set % to punctuation. (Bug#8820)
20704 (f90-find-tag-default): Remove, no longer needed.
20705
20706 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
20707
20708 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20709
20710 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20711
20712 * image.el (image-animated-p): Return animation delay in seconds.
20713 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20714 (image-animate-timeout): Remove DELAY argument. Don't assume
20715 every subimage has the same delay; get it from image-animated-p.
20716 (image-animate): Caller changed.
20717
20718 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
20719
20720 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20721 to ignored backtrace functions.
20722
20723 2011-06-11 Glenn Morris <rgm@gnu.org>
20724
20725 * calendar/appt.el (appt-disp-window-function): Doc fix.
20726 (appt-check): Handle overlapping appointments. (Bug#8337)
20727
20728 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20729
20730 * window.el (window-tree-1, window-tree): New functions, moving
20731 the latter to window.el.
20732 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20733 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20734 (bw-refresh-edges): Remove.
20735 (balance-windows-1, balance-windows-2): New functions.
20736 (balance-windows): Rewrite in terms of window tree functions,
20737 balance-windows-1 and balance-windows-2.
20738 (bw-adjust-window): Remove.
20739 (balance-windows-area-adjust): New function with functionality of
20740 bw-adjust-window but using resize-window.
20741 (set-window-text-height): Rewrite doc-string.
20742 Use normalize-live-window and resize-window.
20743 (enlarge-window-horizontally, shrink-window-horizontally):
20744 Rename argument to DELTA.
20745 (window-buffer-height): New function.
20746 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20747 Rewrite using new window resize routines.
20748 (kill-buffer-and-window, mouse-autoselect-window-select):
20749 Use ignore-errors instead of condition-case.
20750 (quit-window): Call delete-frame instead of delete-windows-on
20751 for the only buffer on frame.
20752
20753 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20754
20755 * loadup.el (top-level): Load window before files for the sake
20756 of replace-buffer-in-windows.
20757
20758 * files.el (read-buffer-to-switch)
20759 (switch-to-buffer-other-window)
20760 (switch-to-buffer-other-frame, display-buffer-other-frame):
20761 Move to window.el.
20762
20763 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20764 (previous-buffer): Move to window.el.
20765
20766 * bindings.el (unbury-buffer): Move to window.el.
20767
20768 * window.el (delete-other-windows-vertically): Move after
20769 definition of delete-other-windows.
20770 (other-window, delete-windows-on, replace-buffer-in-windows):
20771 Move here from window.c.
20772 (record-window-buffer, unrecord-window-buffer)
20773 (set-window-buffer-start-and-point, switch-to-prev-buffer)
20774 (switch-to-next-buffer): New functions.
20775 (get-next-valid-buffer, last-buffer, next-buffer): Move here
20776 from simple.el. Call switch-to-next-buffer.
20777 (previous-buffer): Move here from simple.el.
20778 Call switch-to-prev-buffer.
20779 (bury-buffer): Move here from buffer.c. Switch to previous
20780 buffer when window cannot be deleted.
20781 (unbury-buffer): Move here from bindings.el.
20782 (ctl-x-map): Move binding for other-window from window.c to
20783 here.
20784 (read-buffer-to-switch, switch-to-buffer-other-window)
20785 (switch-to-buffer-other-frame): Move here from files.el.
20786 (normalize-buffer-to-switch-to): New functions.
20787 (switch-to-buffer): Move here from buffer.c.
20788 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20789
20790 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20791
20792 * window.el (window-min-height, window-min-width): Move here
20793 from window.c. Add defcustoms and rewrite doc-strings.
20794 (resize-mini-window, resize-window): New functions.
20795 (adjust-window-trailing-edge, enlarge-window, shrink-window):
20796 Move here from window.c.
20797 (maximize-window, minimize-window): New functions.
20798 (delete-window, delete-other-windows, split-window): Move here
20799 from window.c.
20800 (window-split-min-size): New function.
20801 (split-window-keep-point): Mention split-window-above-each-other
20802 instead of split-window-vertically.
20803 (split-window-above-each-other, split-window-vertically):
20804 Rename split-window-vertically to split-window-above-each-other
20805 and provide defalias for old definition.
20806 (split-window-side-by-side, split-window-horizontally):
20807 Rename split-window-horizontally to split-window-side-by-side
20808 and provide defalias for the old definition.
20809 (ctl-x-map): Move bindings for delete-window,
20810 delete-other-windows and enlarge-window here from window.c.
20811 Replace bindings for split-window-vertically and
20812 split-window-horizontally by bindings for
20813 split-window-above-each-other and split-window-side-by-side.
20814
20815 * cus-start.el (all): Remove entries for window-min-height and
20816 window-min-width. Add entries for window-splits and
20817 window-nest.
20818
20819 2011-06-09 Glenn Morris <rgm@gnu.org>
20820
20821 * calendar/appt.el (appt-mode-line): New function.
20822 (appt-check, appt-disp-window): Use it.
20823
20824 * files.el (hack-one-local-variable-eval-safep):
20825 Allow minor-modes with explicit +/-1 arguments.
20826
20827 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
20828
20829 * term/xterm.el (xterm): Add defgroup.
20830 (xterm-extra-capabilities): Add defcustom to supply known xterm
20831 capabilities, skip querying them, or query them (default).
20832 (terminal-init-xterm): Use it.
20833 (terminal-init-xterm-modify-other-keys): New function to set up
20834 modifyOtherKeys support to simplify `terminal-init-xterm'.
20835
20836 2011-06-09 Martin Rudalics <rudalics@gmx.at>
20837
20838 * window.el (resize-window-reset, resize-window-reset-1)
20839 (resize-subwindows-skip-p, resize-subwindows-normal)
20840 (resize-subwindows, resize-other-windows, resize-this-window)
20841 (resize-root-window, resize-root-window-vertically)
20842 (window-deletable-p, window-or-subwindow-p)
20843 (frame-root-window-p): New functions.
20844
20845 2011-06-09 Glenn Morris <rgm@gnu.org>
20846
20847 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20848 (ange-ftp-get-files): Use it.
20849
20850 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20851
20852 * mail/sendmail.el (mail-recover-1, mail-recover):
20853 * files.el (recover-file, recover-session):
20854 Handle dired-listing-switches not being just a single short option.
20855
20856 2011-06-09 Glenn Morris <rgm@gnu.org>
20857
20858 * calendar/appt.el (appt-display-message, appt-disp-window):
20859 Handle lists of appointments.
20860
20861 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20862
20863 * window.el (one-window-p): Move down in code.
20864 Rewrite doc-string.
20865 (window-current-scroll-bars): Rewrite doc-string.
20866 Normalize live window argument.
20867 (walk-windows, get-window-with-predicate, count-windows):
20868 Rewrite doc-string. Use window-list-1.
20869 (window-in-direction-2, window-in-direction, get-mru-window):
20870 New functions.
20871
20872 2011-06-08 Reuben Thomas <rrt@sc3d.org>
20873
20874 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20875 Doc fix (Bug#8713).
20876
20877 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
20878
20879 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20880
20881 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
20882
20883 * loadhist.el (unload-feature-special-hooks):
20884 Add `comint-output-filter-functions'.
20885
20886 2011-06-08 Ivan Kanis <gnu@kanis.fr>
20887
20888 * calendar/appt.el (appt-check): Move some initializations into the let.
20889
20890 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20891
20892 * window.el (window-height): Defalias to window-total-height.
20893 (window-width): Defalias to window-body-width.
20894
20895 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
20896
20897 * image-mode.el (image-toggle-animation): New command.
20898 (image-mode-map): Bind it to RET.
20899 (image-mode): Update message.
20900 (image-toggle-display-image): Avoid a spurious cache flush.
20901 (image-transform-rotation): Doc fix.
20902 (image-transform-properties): Return quickly in the normal case.
20903 (image-animate-loop): Rename from image-animate-max-time.
20904
20905 * image.el (image-animate-max-time): Move to image-mode.el.
20906 (create-animated-image): Remove unnecessary function.
20907 (image-animate): Rename from image-animate-start. New arg.
20908 (image-animate-stop): Remove; just use image-animate-timer.
20909 (image-animate-timer): Use car-safe.
20910 (image-animate-timeout): Rename argument.
20911
20912 2011-06-07 Martin Rudalics <rudalics@gmx.at>
20913
20914 * window.el (get-lru-window, get-largest-window): Move here from
20915 window.c. Rename first argument to ALL-FRAMES.
20916 Rephrase doc-strings.
20917 (get-buffer-window-list): Rewrite using window-list-1.
20918 Rephrase doc-string.
20919 (window-safe-min-height, window-safe-min-width): New constants.
20920 (window-size-ignore, window-min-size, window-min-size-1)
20921 (window-sizable, window-sizable-p, window-size-fixed-1)
20922 (window-size-fixed-p, window-min-delta-1, window-min-delta)
20923 (window-max-delta-1, window-max-delta, window-resizable)
20924 (window-resizable-p, window-total-height, window-total-width)
20925 (window-body-width): New functions.
20926 (window-full-height-p, window-full-width-p): Rewrite using
20927 window-total-size.
20928 (window-body-height): Rewrite using window-body-size.
20929
20930 2011-06-06 Martin Rudalics <rudalics@gmx.at>
20931
20932 * window.el (window-right, window-left, window-child)
20933 (window-child-count, window-last-child, window-any-p)
20934 (normalize-live-buffer, normalize-live-frame)
20935 (normalize-any-window, normalize-live-window)
20936 (window-iso-combination-p, window-iso-combined-p)
20937 (window-iso-combinations)
20938 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
20939 (windows-with-parameter, window-with-parameter)
20940 (window-atom-root, make-window-atom, window-atom-check-1)
20941 (window-atom-check, window-side-check, window-check):
20942 New functions.
20943 (ignore-window-parameters, window-sides, window-sides-vertical)
20944 (window-sides-slots): New variables.
20945 (window-size-fixed): Move down in code. Minor doc-string fix.
20946
20947 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
20948
20949 * comint.el (comint-dynamic-complete-as-filename)
20950 (comint-dynamic-complete-filename): Correctly call
20951 completion-in-region.
20952
20953 2011-06-05 Deniz Dogan <deniz@dogan.se>
20954
20955 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
20956 in last change.
20957
20958 2011-06-05 Deniz Dogan <deniz@dogan.se>
20959
20960 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
20961 (rcirc): Use it to prompt for encryption.
20962
20963 2011-06-05 Roland Winkler <winkler@gnu.org>
20964
20965 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
20966 (bibtex-search-entries): New command bound to C-c C-a.
20967 (bibtex-display-entries): New function.
20968
20969 2011-06-05 Roland Winkler <winkler@gnu.org>
20970
20971 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
20972 (bibtex-insert-kill): After yanking insert newline if necessary.
20973 (bibtex-initialize): Call bibtex-string-files-init only once.
20974 (bibtex-mode): Do not call easy-menu-add.
20975 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
20976 (bibtex-yank): Set arg properly if nil.
20977
20978 2011-06-05 Roland Winkler <winkler@gnu.org>
20979
20980 * textmodes/bibtex.el (bibtex-search-entry-globally):
20981 New variable.
20982 (bibtex-search-entry): Use it.
20983
20984 2011-06-05 Roland Winkler <winkler@gnu.org>
20985
20986 * textmodes/bibtex.el (bibtex-entry-format): New option
20987 sort-fields.
20988 (bibtex-format-entry, bibtex-reformat): Honor this option.
20989 (bibtex-parse-entry): Return fields in proper order.
20990
20991 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
20992
20993 * doc-view.el (doc-view-remove-if): Move computation of result out
20994 of `dolist' to silence misleading lexical-binding warning.
20995
20996 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
20997
20998 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
20999 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21000
21001 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21002
21003 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21004 "SunOS 5.10".
21005
21006 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21007
21008 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21009 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21010 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21011 (tramp-parse-putty):
21012 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21013 (tramp-completion-function-alist-ssh)
21014 (tramp-completion-function-alist-telnet)
21015 (tramp-completion-function-alist-su)
21016 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21017 cookie.
21018
21019 * net/tramp-ftp.el:
21020 * net/tramp-sh.el:
21021 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21022 load "tramp.el" `tramp-set-completion-function'.
21023
21024 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21025
21026 * shell.el: Require and use pcomplete.
21027 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21028 (shell-completion-vars): Set pcomplete-default-completion-function.
21029
21030 2011-06-04 Deniz Dogan <deniz@dogan.se>
21031
21032 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21033 `memq' (Bug#8799).
21034
21035 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21036
21037 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21038
21039 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21040
21041 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21042 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21043 * vc/log-view.el (log-view-beginning-of-defun):
21044 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21045 (smerge-refine-forward, smerge-refine-chopup-region):
21046 Silence warning for unused `dotimes' counter variables.
21047
21048 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21049
21050 * net/tramp.el (tramp-with-progress-reporter): Rename from
21051 with-progress-reporter. Use `declare'.
21052 * net/tramp-smb.el:
21053 * net/tramp-sh.el:
21054 * net/tramp-gvfs.el: Update all uses.
21055
21056 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21057
21058 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21059 buffer isn't killed before making it current.
21060
21061 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21062
21063 Silence various byte-compiler warnings.
21064 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21065 `access-type' and new obsolescence format.
21066 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21067 new format.
21068 (byte-compile-check-variable): New `access-type' argument.
21069 Only warn if the access-type is obsolete.
21070 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21071 (byte-compile-variable-set): Adjust callers.
21072 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21073 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21074 setting it as obsolete.
21075 * simple.el (minibuffer-completing-symbol):
21076 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21077 access as obsolete.
21078 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21079 obsolete yet.
21080 * international/quail.el (quail-mouse-choose-completion): Remove unused
21081 code referring to obsolete var.
21082 (quail-choose-completion-string): Remove.
21083 * server.el (server-clients-with, server-kill-buffer-query-function)
21084 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21085 * proced.el (proced-send-signal):
21086 * emacs-lisp/lisp.el (lisp-complete-symbol):
21087 Replace completion-annotate-function with completion-extra-properties.
21088
21089 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21090
21091 * simple.el (goto-line): Use read-number.
21092 (overriding-map-is-bound): Remove.
21093 (saved-overriding-map): Change default.
21094 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21095 Take the map as argument.
21096 (universal-argument, negative-argument, digit-argument): Use it.
21097 (restore-overriding-map): Adjust.
21098 (do-auto-fill): Use fill-forward-paragraph.
21099 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21100
21101 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21102 (minibuffer-inactive-mode): New major mode.
21103 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21104 the *Messages* buffer" hack.
21105 (mouse-popup-menubar): Don't burp if the event is a normal key.
21106
21107 Miscellaneous tweaks.
21108 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21109 lexical scoping as in subr.el's dolist and dotimes.
21110 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21111 Silence compiler warning.
21112 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21113 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21114 * international/ccl.el (ccl-compile): Trivial simplification.
21115 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21116 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21117 `printflag' argument.
21118 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21119 Purecopy the whole obsolescence data.
21120
21121 2011-06-01 Leo Liu <sdl.web@gmail.com>
21122
21123 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21124 improve doc-string as suggested by Marco Pessotto
21125 <melmothx@gmail.com>.
21126 (rcirc-print): Fix last change.
21127
21128 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21129
21130 * minibuffer.el (complete-with-action): Return nil for the metadata and
21131 boundaries of non-functional tables.
21132 (completion-table-dynamic): Return nil for the metadata.
21133 (completion-table-with-terminator): Add default case, using
21134 complete-with-action.
21135 (completion--metadata): New function.
21136 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21137 to try and avoid pathological performance problems.
21138 (completion--embedded-envvar-table): Return `category' metadata.
21139
21140 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21141
21142 * subr.el (process-alive-p): New tiny convenience function.
21143
21144 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21145
21146 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21147 content but also its previous major mode.
21148
21149 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21150
21151 * emacs-lisp/debug.el (debug): Restore the previous content of the
21152 *Backtrace* buffer when we exit with C-M-c.
21153
21154 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21155
21156 * minibuffer.el: Add metadata method to completion tables.
21157 (completion-category-overrides): New defcustom.
21158 (completion-metadata, completion--field-metadata)
21159 (completion-metadata-get, completion--styles)
21160 (completion--cycle-threshold): New functions.
21161 (completion-try-completion, completion-all-completions):
21162 Add `metadata' argument to choose completion-styles.
21163 (completion--do-completion): Use metadata to choose cycling.
21164 (completion-all-sorted-completions): Use metadata for sorting.
21165 Remove :completion-cycle-penalty which is not needed any more.
21166 (completion--try-word-completion): Add `metadata' argument.
21167 (minibuffer-completion-help): Check metadata for annotation function
21168 and sorting.
21169 (completion-file-name-table): Return `category' metadata.
21170 (minibuffer-completing-file-name): Make obsolete.
21171 * simple.el (minibuffer-completing-symbol): Make obsolete.
21172 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21173 completion-try-completion.
21174
21175 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21176
21177 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21178
21179 2011-05-30 Leo Liu <sdl.web@gmail.com>
21180
21181 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21182 (rcirc-print): Decode all incoming messages (bug#8744).
21183 (rcirc-decode-coding-system): Allow value nil for automatic coding
21184 system detection.
21185
21186 2011-06-01 Glenn Morris <rgm@gnu.org>
21187
21188 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21189
21190 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21191
21192 * image.el (image-animate-max-time): Allow nil and t values.
21193 Default to nil.
21194 (create-animated-image): Doc fix.
21195 (image-animate-start): Remove second arg; just use
21196 image-animate-max-time.
21197 (image-animate-timeout): Doc fix. Args changed.
21198
21199 * image-mode.el (image-toggle-display-image): Ensure that the
21200 image spec passed to the animate timer is the same object as in
21201 the buffer's display property (Bug#6981).
21202 (image-transform-properties): Doc fix.
21203
21204 * image.el (image-animate-max-time): Default to nil.
21205
21206 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21207
21208 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21209 entire buffer list (Bug#8184).
21210
21211 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21212
21213 * image.el (imagemagick-types-inhibit)
21214 (imagemagick-register-types): Doc fix.
21215
21216 2011-05-29 Deniz Dogan <deniz@dogan.se>
21217
21218 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21219 default.
21220
21221 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21222
21223 * select.el: Don't perform clipboard-manager saving in hooks;
21224 leave the hooks empty.
21225
21226 2011-05-28 Leo Liu <sdl.web@gmail.com>
21227
21228 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21229 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21230 (occur-edit-mode): New major mode (Bug#8463).
21231 (occur-after-change-function): New function.
21232 (occur-engine): Give Occur tags a read-only property.
21233
21234 2011-05-28 Kevin Ryde <user42@zip.com.au>
21235
21236 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21237
21238 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21239
21240 * bindings.el (help-echo): Make the initial non-indicator dash
21241 empty on graphical terminals (Bug#7295).
21242
21243 * files.el (auto-mode-alist): Move config rule after the
21244 in-stripping one (Bug#8547).
21245
21246 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21247
21248 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21249 setting (Bug#8740).
21250
21251 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21252
21253 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21254 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21255 (Bug#8539).
21256
21257 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21258
21259 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21260
21261 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21262
21263 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21264 (hs-hide-block-at-point, hs-find-block-beginning)
21265 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21266 (Bug#8279).
21267
21268 2011-05-28 Glenn Morris <rgm@gnu.org>
21269
21270 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21271
21272 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21273
21274 * help-fns.el (describe-function-1): If the function is a derived
21275 major mode, print the parent mode.
21276
21277 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21278 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21279
21280 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21281
21282 * minibuffer.el (completion--capf-wrapper): Check applicability before
21283 returning non-nil for non-exclusive completion data.
21284 * progmodes/etags.el (tags-completion-at-point-function):
21285 * info-look.el (info-lookup-completions-at-point): Mark as
21286 non-exclusive.
21287 (info-complete): Adjust accordingly.
21288
21289 * info-look.el: Convert to lexical-binding and completion-at-point.
21290 (info-lookup-completions-at-point): New function.
21291 (info-complete): Use it and completion-in-region.
21292
21293 2011-05-28 Drew Adams <drew.adams@oracle.com>
21294
21295 * isearch.el: Let M-e start with point at the first mismatched char.
21296 (isearch-fail-pos): New function.
21297 (isearch-edit-string): Use it.
21298
21299 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21300
21301 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21302
21303 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21304
21305 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21306 traversal functions for avl-trees.
21307 (avl-tree--stack): New struct.
21308 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21309 (avl-tree-enter): Add optional `updatefun' arg.
21310 (avl-tree--do-enter): Add optional `updatefun' arg.
21311 Change return value.
21312 (avl-tree-delete): Add optional `test' and `nilflag' args.
21313 (avl-tree--do-delete): Add `test' and `nilflag' args.
21314 Change return value.
21315 (avl-tree-member): Add optional `nilflag'
21316 (avl-tree-member-p): New function.
21317 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21318 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21319 (avl-tree-stack-empty-p): New functions.
21320
21321 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21322 avl-tree--del-balance1 and make it work both ways.
21323 (avl-tree--del-balance2): Remove.
21324 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21325 make it work both ways.
21326 (avl-tree--enter-balance2): Remove.
21327 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21328 New macros.
21329 (avl-tree--mapc, avl-tree-map): Add direction argument.
21330
21331 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21332
21333 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21334
21335 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21336
21337 * select.el: Support clipboard managers with built-in function
21338 x-clipboard-manager-save, via delete-frame-functions and
21339 kill-emacs-hook.
21340 (xselect-convert-to-targets): Add MULTIPLE target to list.
21341 (xselect-convert-to-save-targets): New function.
21342
21343 2011-05-27 Kenichi Handa <handa@m17n.org>
21344
21345 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21346 let-binding rfc2047-encode-encoded-words to nil.
21347
21348 2011-05-27 Glenn Morris <rgm@gnu.org>
21349
21350 * mail/emacsbug.el: Don't require url-util.
21351
21352 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21353
21354 * files.el (set-auto-mode):
21355 Also respect mode: entries at the end of the file. (Bug#8586)
21356
21357 2011-05-26 Glenn Morris <rgm@gnu.org>
21358
21359 * files.el (hack-local-variables-prop-line, hack-local-variables):
21360 Downcase mode names, as seems to be traditional.
21361 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21362
21363 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21364 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21365
21366 2011-05-25 Julien Danjou <julien@danjou.info>
21367
21368 * textmodes/rst.el (rst-define-level-faces): Do not define face
21369 symbol if it is already defined.
21370
21371 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21372
21373 * play/5x5.el (5x5-new-game, 5x5-randomize):
21374 Reset 5x5-solver-output to nil when a new grid is cast.
21375 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21376 these debugging traces, as defmacro breaks the compiled code.
21377
21378 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21379
21380 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21381
21382 2011-05-24 Leo Liu <sdl.web@gmail.com>
21383
21384 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21385 (vc-bzr-sha1): Adapt.
21386
21387 * sha1.el: Remove. Function `sha1' is now builtin.
21388
21389 * bindings.el: Provide sha1 feature.
21390
21391 2011-05-24 Kenichi Handa <handa@m17n.org>
21392
21393 * mail/sendmail.el: Require `rfc2047'.
21394 (mail-insert-from-field): Do not perform RFC2047 encoding.
21395 (mail-encode-header): New function.
21396 (sendmail-send-it): Set buffer-file-coding-system of the work
21397 buffer to the return value of select-message-coding-system.
21398 Call mail-encode-header.
21399
21400 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21401
21402 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21403
21404 * mail/supercite.el (sc-default-cite-frame):
21405 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21406
21407 2011-05-24 Glenn Morris <rgm@gnu.org>
21408
21409 * progmodes/python.el (brm-menu): Declare.
21410
21411 * emulation/viper.el (viper-set-hooks): Declare.
21412
21413 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21414 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21415 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21416 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21417 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21418 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21419
21420 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21421
21422 Add an :exit-function for completion-at-point.
21423
21424 * minibuffer.el (completion--done): New fun.
21425 (completion--do-completion): Use it. New arg `expect-exact'.
21426 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21427 since completion--do-completion does it for us now.
21428 (minibuffer-force-complete): Use completion--done and
21429 completion--replace. Handle sole-completion case with more care.
21430 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21431 (completion-extra-properties): New var.
21432 (completion-annotate-function): Make obsolete.
21433 (minibuffer-completion-help): Adjust accordingly.
21434 Use completion-list-insert-choice-function.
21435 (completion-at-point, completion-help-at-point):
21436 Bind completion-extra-properties.
21437 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21438 * simple.el (completion-list-insert-choice-function): New var.
21439 (completion-setup-function): Preserve it.
21440 (choose-completion): Pay attention to it, shuffle the code a bit.
21441 (choose-completion-string): New arg `insert-function'.
21442
21443 * textmodes/bibtex.el: Convert to lexical binding.
21444 (bibtex-mode-map): Use completion-at-point.
21445 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21446 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21447 (bibtex-complete): Define as obsolete alias.
21448 (bibtex-complete-internal): Remove.
21449 (bibtex-format-entry): Remove unused sub-group in regexp.
21450 * shell.el (shell--command-completion-data)
21451 (shell-environment-variable-completion):
21452 * pcomplete.el (pcomplete-completions-at-point):
21453 * comint.el (comint--complete-file-name-data): Use :exit-function
21454 instead of completion-table-with-terminator so it also works for
21455 choose-completion.
21456
21457 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21458
21459 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21460
21461 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21462 (bug#8710).
21463
21464 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21465
21466 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21467
21468 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21469 customization variable and implement: If non-nil, auto-fill will
21470 be inhibited while on topic's header line.
21471
21472 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21473
21474 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21475 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21476 always have a solution in grid size = 5 cases.
21477 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21478 (5x5-solver-output, 5x5-log-buffer): New vars.
21479 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21480 Make these variables buffer local to achieve 5x5 multi-session-ness.
21481 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21482 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21483 (5x5-solve-suggest): New funs.
21484 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21485 randomize a grid so that we ensure that there is always a solution.
21486 (5x5-make-random-grid): Allow other movement than flipping.
21487
21488 2011-05-23 Kevin Ryde <user42@zip.com.au>
21489
21490 * emacs-lisp/advice.el (ad-read-advised-function):
21491 Use `function-called-at-point' as the default, if it has
21492 advice and passes PREDICATE.
21493
21494 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21495
21496 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21497 byte-compile-lambda if it's actually a lambda.
21498
21499 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21500 Fix function quoting. Use backquote better.
21501
21502 2011-05-22 Yuanle Song <sylecn@gmail.com>
21503
21504 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21505 matching (Bug#8516).
21506
21507 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21508
21509 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21510 different face (Bug#8178).
21511
21512 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21513
21514 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21515 defface (Bug#8144).
21516
21517 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21518
21519 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21520 funcall as well (bug#8712). Warn when performing those conversions.
21521 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21522
21523 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21524
21525 2011-05-22 Glenn Morris <rgm@gnu.org>
21526
21527 * files.el (hack-local-variables-prop-line): Small simplifications.
21528 (hack-local-variables, hack-local-variables-prop-line):
21529 If MODE-ONLY, return the mode, rather than just `t'.
21530
21531 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21532
21533 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21534
21535 2011-05-21 Glenn Morris <rgm@gnu.org>
21536
21537 * files.el (hack-local-variables-prop-line, hack-local-variables):
21538 If only interested in the mode, don't bother doing the other stuff.
21539
21540 * image-mode.el (image-after-revert-hook):
21541 Redraw all frames on which the image is visible. (Bug#8567)
21542
21543 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21544
21545 * wid-edit.el (widget-checklist-match-inline):
21546 Fix 2011-04-19 change. (Bug#8649)
21547
21548 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21549
21550 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21551 Also allow singlespace after single-letter capitals followed by a dot.
21552
21553 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21554 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21555
21556 2011-05-20 Nix <nix@esperi.org.uk>
21557
21558 * files.el (basic-save-buffer-2):
21559 Fix handling of break-hardlink-on-save with non-existent files.
21560
21561 2011-05-19 Deniz Dogan <deniz@dogan.se>
21562
21563 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21564 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21565
21566 2011-05-19 Glenn Morris <rgm@gnu.org>
21567
21568 * progmodes/f90.el (f90-type-def-re):
21569 Handle "type, bind(c)". (Bug#8691)
21570
21571 * emacs-lisp/autoload.el (batch-update-autoloads):
21572 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21573
21574 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21575
21576 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21577 property for the correct connection in case of multihops.
21578
21579 2011-05-18 Glenn Morris <rgm@gnu.org>
21580
21581 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21582 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21583
21584 Rationalize calendar handling of day and month abbrev-arrays.
21585 * calendar/calendar.el (calendar-customized-p): New function.
21586 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21587 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21588 Add :set function.
21589 (calendar-abbrev-length, calendar-day-abbrev-array)
21590 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21591 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21592 Elements may no longer be nil.
21593 (calendar-day-name, calendar-month-name):
21594 Update for changed nature of abbrev arrays.
21595 * calendar/diary-lib.el (diary-name-pattern):
21596 Update for changed nature of abbrev arrays.
21597 (diary-mark-entries-1): Update calendar-make-alist calls.
21598 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21599 * calendar/cal-html.el (cal-html-day-abbrev-array):
21600 Simply inherit from calendar-day-abbrev-array.
21601
21602 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21603
21604 * progmodes/grep.el (grep-mode): Disable default
21605 compilation-directory-matcher setting (bug#8684).
21606
21607 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21608
21609 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21610 instead of "head" and "tail". There were problems with SunOS 5.9,
21611 and it performs better.
21612
21613 2011-05-17 Glenn Morris <rgm@gnu.org>
21614
21615 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21616
21617 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21618 Replace obsolete function.
21619
21620 * shell.el (pcomplete-parse-arguments-function): Declare.
21621
21622 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21623 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21624 (appt-check): Doc fixes.
21625 (appt-disp-window-function, appt-delete-window-function):
21626 Remove needless special case in custom :type.
21627 (appt-display-count): Default to 0, not nil.
21628 (appt-check): Reset appt-display-count to 0, not nil.
21629
21630 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21631
21632 * progmodes/python.el (python-font-lock-keywords):
21633 Add the Python 3.X keyword "nonlocal" (bug#8639).
21634
21635 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21636
21637 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21638
21639 2011-05-16 Kevin Ryde <user42@zip.com.au>
21640
21641 * info-look.el (makefile-automake-mode): New setups, looking in
21642 automake manual, then makefile-mode.
21643 (makefile-mode): Remove automake manual, have it just in
21644 makefile-automake-mode since there's various things different or
21645 not relevant to plain make.
21646 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21647 believe a hypothetical automake-mode would go to makefile-mode,
21648 not the other way around.
21649
21650 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
21651
21652 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21653 hunk-end tags (Bug#8672).
21654
21655 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21656 vc-annotate-show-diff-revision-at-line (Bug#8671).
21657
21658 2011-05-14 Glenn Morris <rgm@gnu.org>
21659
21660 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21661 in the middle of an existing one with multiple authors. (Bug#8645)
21662 (change-log-font-lock-keywords): Also handle multiple author lines
21663 with leading tabs. (Bug#8644)
21664
21665 * calendar/appt.el (appt-check): Rename some local variables.
21666 Some simplification/reordering.
21667
21668 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21669 (feedmail-sendmail-f-doesnt-sell-me-out)
21670 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21671 (feedmail-debug-sit-for, feedmail-queue-express-hook)
21672 (feedmail-queue-runner-message-sender): Set :version.
21673 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21674 (bbdb-dwim-net-address, vm-mail): Declare.
21675 (feedmail-binmail-gnulinuxish-template):
21676 Rename from feedmail-binmail-linuxish-template.
21677 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21678 Use insert-buffer-substring.
21679
21680 2011-05-14 Bill Carpenter <bill@carpenter.org>
21681
21682 * mail/feedmail.el (feedmail-patch-level): Increase.
21683 (feedmail-debug): New custom group.
21684 (feedmail-confirm-outgoing-timeout)
21685 (feedmail-sendmail-f-doesnt-sell-me-out)
21686 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21687 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21688 (feedmail-sender-line, feedmail-from-line)
21689 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21690 (feedmail-spray-this-address)
21691 (feedmail-spray-address-fiddle-plex-list)
21692 (feedmail-queue-use-send-time-for-date)
21693 (feedmail-queue-use-send-time-for-message-id)
21694 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21695 (feedmail-buffer-eating-function):
21696 Doc fixes.
21697 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21698 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21699 (feedmail-message-action-scroll-down): New functions.
21700 (feedmail-queue-directory, feedmail-queue-draft-directory):
21701 Use expand-file-name.
21702 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21703 Remove C-v help entry.
21704 (feedmail-queue-buffer-file-name): New variable.
21705 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21706 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21707 (feedmail-message-action-send-strong, feedmail-message-action-edit)
21708 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21709 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21710 (feedmail-message-action-toggle-spray)
21711 (feedmail-run-the-queue-no-prompts)
21712 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21713 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21714 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21715 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21716 (feedmail-envelope-deducer, feedmail-fiddle-from)
21717 (feedmail-fiddle-sender, feedmail-default-date-generator)
21718 (feedmail-fiddle-date, feedmail-fiddle-message-id)
21719 (feedmail-fiddle-spray-address)
21720 (feedmail-fiddle-list-of-spray-fiddle-plexes)
21721 (feedmail-fiddle-list-of-fiddle-plexes)
21722 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21723 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21724 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21725 Change default. Doc fix.
21726 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21727 (feedmail-binmail-linuxish-template): New constant.
21728 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
21729 Respect feedmail-sendmail-f-doesnt-sell-me-out.
21730 (feedmail-send-it): Add debug call.
21731 Use feedmail-queue-buffer-file-name, and
21732 feedmail-send-it-immediately-wrapper.
21733 (feedmail-message-action-send): Add debug call.
21734 Use feedmail-send-it-immediately-wrapper.
21735 (feedmail-queue-express-to-queue): Add debug call.
21736 Run feedmail-queue-express-hook.
21737 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
21738 (feedmail-message-action-help-blat):
21739 Rename from feedmail-queue-send-edit-prompt-help-first.
21740 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
21741 Check line-endings. Handle errors better.
21742 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21743 Doc fix. Add debug call.
21744 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
21745 Use feedmail-queue-send-edit-prompt-inner.
21746 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21747 (feedmail-queue-send-edit-prompt-inner): New function, extracted
21748 from feedmail-queue-send-edit-prompt.
21749 (feedmail-queue-send-edit-prompt-help)
21750 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21751 (feedmail-tidy-up-slug): Add debug call.
21752 Respect feedmail-queue-slug-suspect-regexp.
21753 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21754 (feedmail-dump-message-to-queue): Add debug call.
21755 Expand queue-directory.
21756 (feedmail-dump-message-to-queue): Change message slightly.
21757 Use feedmail-say-chatter.
21758 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
21759 (feedmail-send-it-immediately-wrapper): New function.
21760 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
21761 Insert empty string rather than newline. Handle full-frame case.
21762 Use catch/throw. Use feedmail-say-chatter.
21763 (feedmail-fiddle-from): Try mail-host-address.
21764 (feedmail-default-message-id-generator): Doc fix.
21765 Bind system-time-locale. Handle missing end.
21766 (feedmail-fiddle-x-mailer): Add debug call.
21767 Handle feedmail-x-mailer-line being nil.
21768 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21769 Add debug call. Use buffer-substring-no-properties.
21770 (feedmail-say-debug, feedmail-say-chatter): New functions.
21771 (feedmail-find-eoh): Give an explicit error.
21772
21773 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
21774
21775 * net/newst-treeview.el (newsticker-treeview-face): Change default
21776 family from helvetica to sans.
21777 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21778 etc/images/newsticker.
21779
21780 * net/newst-reader.el (newsticker-feed-face): Change default
21781 family from helvetica to sans.
21782
21783 * net/newst-plainview.el (newsticker-new-item-face)
21784 (newsticker-old-item-face, newsticker-immortal-item-face)
21785 (newsticker-obsolete-item-face, newsticker-date-face)
21786 (newsticker-statistics-face): Change default family from
21787 helvetica to sans.
21788 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21789 etc/images/newsticker.
21790
21791 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21792 (newsticker--process-auto-mark-filter-match): Tell user about
21793 auto-marking.
21794
21795 2011-05-13 Didier Verna <didier@xemacs.org>
21796
21797 Common Lisp indentation improvements on defmethod and lambda-lists.
21798 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21799 TODO entries.
21800 (lisp-lambda-list-keyword-parameter-indentation)
21801 (lisp-lambda-list-keyword-parameter-alignment)
21802 (lisp-lambda-list-keyword-alignment): New customizable user options.
21803 (lisp-indent-defun-method): Improve docstring.
21804 (extended-loop-p): Fix comment.
21805 (lisp-indent-lambda-list-keywords-regexp): New variable.
21806 (lisp-indent-lambda-list): New function.
21807 (lisp-indent-259): Use it.
21808 (lisp-indent-defmethod): Support for more than one
21809 method qualifier and properly indent methods lambda-lists.
21810 (defgeneric): Provide a missing common-lisp-indent-function property.
21811
21812 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21813
21814 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21815 bounds for the empty string (bug#8667).
21816
21817 2011-05-13 Glenn Morris <rgm@gnu.org>
21818
21819 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21820
21821 * mail/sendmail.el (sendmail-program): Try executable-find first.
21822 (sendmail-send-it): `sendmail-program' cannot be unbound.
21823
21824 * calendar/appt.el (appt-make-list): Simplify.
21825 (appt-time-msg-list): Doc fix.
21826 (appt-check): Change mode-line message at the time of the appointment.
21827
21828 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
21829
21830 * progmodes/ld-script.el (ld-script-keywords)
21831 (ld-script-builtins): Update keywords list.
21832
21833 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21834
21835 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21836
21837 * shell.el (shell-completion-vars): New function.
21838 (shell-mode):
21839 * simple.el (read-shell-command): Use it.
21840 (blink-matching-open): No need for " [...]" in minibuffer-message.
21841
21842 2011-05-12 Glenn Morris <rgm@gnu.org>
21843
21844 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21845 (appt-check): Simplify.
21846
21847 2011-05-12 Eli Zaretskii <eliz@gnu.org>
21848
21849 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
21850 literal "/dev/null".
21851
21852 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21853
21854 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21855 Fix typo.
21856
21857 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
21858
21859 * progmodes/which-func.el (which-function):
21860 Use add-log-current-defun instead of add-log-current-defun-function,
21861 which might not be defined (Bug#8260).
21862
21863 2011-05-12 Glenn Morris <rgm@gnu.org>
21864
21865 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21866 Let byte-compile-initial-macro-environment always take precedence.
21867
21868 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21869
21870 * net/rcirc.el: Add support for SSL/TLS connections.
21871 (rcirc-server-alist): New field `encryption'.
21872 (rcirc): Check `encryption' settings.
21873 (rcirc-connect): New arg `encryption'. Use open-network-stream.
21874 Merge make-local-variable into `set'.
21875 (rcirc--connection-open-p): New function.
21876 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21877 the process is not a network process (e.g. running gnutls-cli).
21878 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21879 Make rcirc-(en|de)code-coding-system local here.
21880 (rcirc-mode): Merge make-local-variable into `set'.
21881 (rcirc-parent-buffer): Make permanent buffer-local.
21882 (rcirc-multiline-minor-mode): Don't do it here.
21883 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21884 there's no server buffer.
21885
21886 2011-05-11 Glenn Morris <rgm@gnu.org>
21887
21888 * newcomment.el (comment-kill): Prefix "unused" local.
21889
21890 * term/w32console.el (get-screen-color): Declare.
21891
21892 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21893 Handle symbol elements of byte-compile-initial-macro-environment.
21894
21895 2011-05-10 Leo Liu <sdl.web@gmail.com>
21896
21897 * bookmark.el (bookmark-bmenu-mode-map):
21898 Bind bookmark-bmenu-search to `/'.
21899
21900 * mail/footnote.el: Convert to utf-8 encoding.
21901 (footnote-unicode-string, footnote-unicode-regexp): New variable.
21902 (Footnote-unicode): New function.
21903 (footnote-style-alist): Add unicode style to the list.
21904 (footnote-style): Doc fix.
21905
21906 2011-05-10 Jim Meyering <meyering@redhat.com>
21907
21908 Fix doubled-word typos.
21909 * international/quail.el (quail-insert-kbd-layout): and and -> and
21910 * kermit.el: and and -> and
21911 * net/ldap.el (ldap-search-internal): to to -> to
21912 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21913 * progmodes/js.el (js-mode): and and -> and
21914 * textmodes/artist.el (artist-move-to-xy): at at -> at
21915 (artist-draw-region-trim-line-endings): if if -> if
21916 And Safetyc -> Safety.
21917 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21918
21919 2011-05-10 Glenn Morris <rgm@gnu.org>
21920 Stefan Monnier <monnier@iro.umontreal.ca>
21921
21922 * files.el (hack-one-local-variable-eval-safep):
21923 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
21924
21925 2011-05-10 Glenn Morris <rgm@gnu.org>
21926
21927 * calendar/diary-lib.el (diary-list-entries-hook)
21928 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
21929 (diary-nongregorian-marking-hook, diary-list-entries)
21930 (diary-include-other-diary-files, diary-mark-entries)
21931 (diary-mark-included-diary-files): Doc fixes.
21932
21933 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21934
21935 * misc.el: Require tabulated-list.el during compilation.
21936
21937 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21938
21939 * progmodes/compile.el (compilation-start):
21940 Run compilation-filter-hook for the async case too.
21941 (compilation-filter-hook): Doc fix.
21942
21943 2011-05-09 Deniz Dogan <deniz@dogan.se>
21944
21945 * wdired.el: Remove outdated installation comment. Fix usage
21946 comment.
21947
21948 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21949
21950 * misc.el: Implement new command `list-dynamic-libraries'.
21951 (list-dynamic-libraries--loaded-only-p): New variable.
21952 (list-dynamic-libraries--refresh): New function.
21953 (list-dynamic-libraries): New command.
21954
21955 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21956
21957 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21958 Fix the ant regexp to handle end-line and end-column info from jikes.
21959 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
21960 higher priority to avoid clobbering by gnu.
21961
21962 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21963
21964 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
21965 if the face has existing theme settings (Bug#8454).
21966
21967 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
21968
21969 * progmodes/perl-mode.el (perl-imenu-generic-expression):
21970 Only match variables declared via `my' or `our' (Bug#8261).
21971
21972 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
21973 special file names `.' and `..' (Bug#8259).
21974
21975 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21976
21977 * progmodes/grep.el (grep-mode-font-lock-keywords):
21978 Remove buffer-changing entries.
21979 (grep-filter): New function.
21980 (grep-mode): Add it to compilation-filter-hook.
21981
21982 * progmodes/compile.el (compilation-filter-hook)
21983 (compilation-filter-start): New defvars.
21984 (compilation-filter): Call compilation-filter-hook prior to
21985 updating the process mark.
21986
21987 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
21988
21989 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
21990
21991 2011-05-07 Eli Zaretskii <eliz@gnu.org>
21992
21993 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
21994 mailclient-send-it even if window-system is nil. (Bug#8595)
21995
21996 * term/w32console.el (terminal-init-w32console):
21997 Call get-screen-color and use its output to set the frame
21998 background-mode. (Bug#8597)
21999
22000 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22001
22002 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22003 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22004 New functions.
22005 (defgeneric, eieio--defmethod): Use them.
22006 (eieio-defgeneric): Remove.
22007 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22008
22009 2011-05-07 Glenn Morris <rgm@gnu.org>
22010
22011 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22012 Use let rather than let*.
22013 (timeclock-find-discrep): Remove unused local.
22014
22015 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22016
22017 * calendar/appt.el (appt-time-msg-list): Doc fix.
22018
22019 2011-05-06 Noah Friedman <friedman@splode.com>
22020
22021 * apropos.el (apropos-print-doc): Only use
22022 emacs-lisp-docstring-fill-column when it is bound to an integer,
22023 per that variable's documentation.
22024
22025 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22026
22027 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22028 and warnings are not silently discarded (e.g. use -d instead of -P).
22029
22030 2011-05-06 Glenn Morris <rgm@gnu.org>
22031
22032 * calendar/appt.el (appt-message-warning-time): Doc fix.
22033 (appt-warning-time-regexp): New option.
22034 (appt-make-list): Respect appt-message-warning-time.
22035
22036 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22037 New options.
22038 (diary-add-to-list): Strip comments from the displayed string.
22039 (diary-mode): Set comment-start and comment-end.
22040
22041 * vc/diff-mode.el (smerge-refine-subst): Declare.
22042 (diff-refine-hunk): Don't require smerge-mode when compiling.
22043
22044 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22045
22046 * simple.el (list-processes): Return nil as the docstring says.
22047
22048 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22049
22050 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22051 to "".
22052 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22053 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22054 determining of binary transfer. (Bug#7383)
22055
22056 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22057
22058 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22059 Fix port computation bug. (Bug#8618)
22060
22061 2011-05-05 Glenn Morris <rgm@gnu.org>
22062
22063 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22064
22065 * simple.el (shell-dynamic-complete-functions)
22066 (comint-dynamic-complete-functions): Declare.
22067
22068 * net/network-stream.el (gnutls-negotiate):
22069 * simple.el (tabulated-list-print): Fix declarations.
22070
22071 * progmodes/gud.el (syntax-symbol, syntax-point):
22072 Remove unnecessary and incorrect declarations.
22073
22074 * emacs-lisp/check-declare.el (check-declare-scan):
22075 Handle byte-compile-initial-macro-environment in bytecomp.el.
22076
22077 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22078
22079 Fix earlier half-done eieio-defmethod change (bug#8338).
22080 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22081 Streamline and change calling convention.
22082 (defmethod): Adjust accordingly and simplify.
22083 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22084 new eieio--defmethod.
22085 (slot-boundp): Minor CSE simplification.
22086
22087 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22088
22089 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22090 (glasses-make-readable): Use glasses-separate-capital-groups.
22091
22092 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22093
22094 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22095 (warning-series): Doc fix.
22096 (display-warning): Don't try to create the buffer if we just found it.
22097
22098 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22099
22100 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22101 (autoload-find-generated-file): New function.
22102 (generate-file-autoloads): Bind generated-autoload-file to
22103 buffer-file-name.
22104 (update-file-autoloads, update-directory-autoloads):
22105 Use autoload-find-generated-file. If called interactively, prompt for
22106 output file (Bug#7989).
22107 (batch-update-autoloads): Doc fix.
22108
22109 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22110
22111 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22112
22113 2011-05-04 Glenn Morris <rgm@gnu.org>
22114
22115 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22116 function, so it follows changes in calendar-date-style.
22117 (diary-fancy-date-matcher): New function.
22118 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22119 (diary-fancy-font-lock-fontify-region-function):
22120 Use diary-fancy-date-pattern as a function.
22121
22122 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22123 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22124
22125 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22126
22127 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22128 instead of positional arguments. Allow :keylist and :crlfiles
22129 arguments.
22130 (open-gnutls-stream): Call it.
22131
22132 * net/network-stream.el (network-stream-open-starttls): Adjust to
22133 call `gnutls-negotiate' with :process and :hostname arguments.
22134
22135 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22136
22137 * minibuffer.el (completion--message): New function.
22138 (completion--do-completion, minibuffer-complete)
22139 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22140 (completion--do-completion): Don't ignore completion-auto-help when in
22141 icomplete-mode.
22142
22143 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22144 internal encoding (e.g. tibetan zero is not whitespace).
22145 (global-whitespace-mode): Prefer save-current-buffer.
22146 (whitespace-trailing-regexp): Remove useless save-match-data.
22147 (whitespace-empty-at-bob-regexp): Minor simplification.
22148
22149 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22150
22151 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22152
22153 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22154
22155 * textmodes/ispell.el (ispell-add-per-file-word-list):
22156 Use `concat' to create string for insertion.
22157
22158 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22159
22160 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22161 Avoid open-line which runs post-self-insert-hook.
22162 (bibtex-fill-entry): Remove unused `end' var.
22163
22164 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22165
22166 * textmodes/ispell.el (ispell-add-per-file-word-list):
22167 Protect against `nil' value of `comment-start' (Bug#8579).
22168
22169 2011-05-03 Leo Liu <sdl.web@gmail.com>
22170
22171 * isearch.el (isearch-yank-pop): New command.
22172 (isearch-mode-map): Bind it to `M-y'.
22173 (isearch-forward): Mention it.
22174
22175 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22176
22177 * simple.el (minibuffer-complete-shell-command): Remove.
22178 (minibuffer-local-shell-command-map): Use completion-at-point.
22179 (read-shell-command): Setup completion vars here instead.
22180 (read-expression-map): Bind TAB to symbol completion.
22181
22182 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22183 error directly rather via storing it into `results'.
22184
22185 2011-05-02 Leo Liu <sdl.web@gmail.com>
22186
22187 * vc/diff.el: Fix description.
22188
22189 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22190
22191 * server.el (server-eval-at): New function.
22192
22193 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22194
22195 * net/network-stream.el (open-network-stream): Take a :nowait
22196 parameter and pass it on to `make-network-process'.
22197 (network-stream-open-plain): Ditto.
22198
22199 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22200
22201 * faces.el (face-spec-set-match-display): Don't match toolkit
22202 options on terminal frames.
22203
22204 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22205
22206 * progmodes/pascal.el: Use lexical binding.
22207 (pascal-mode-map): Remove author preferences.
22208
22209 * pcomplete.el (pcomplete-std-complete): Don't abuse
22210 completion-at-point.
22211
22212 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22213
22214 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22215 removing code that has been dead since 1991 or so.
22216
22217 * startup.el (command-line): When warning about "_emacs", use a
22218 delayed warning to allow the user to filter it out.
22219
22220 2011-04-28 Deniz Dogan <deniz@dogan.se>
22221
22222 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22223 user has not joined.
22224
22225 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22226
22227 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22228 aren't any completions at point.
22229
22230 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22231
22232 * subr.el (display-delayed-warnings): New function.
22233 (delayed-warnings-hook): New variable.
22234
22235 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22236
22237 * minibuffer.el (completion-at-point, completion-help-at-point):
22238 Don't presume that a given completion-at-point-function will always
22239 use the same calling convention.
22240
22241 * pcomplete.el (pcomplete-completions-at-point):
22242 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22243 pcomplete-seen is non-nil.
22244 (pcomplete-comint-setup): Also recognize the new comint/shell
22245 completion functions.
22246 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22247 pcomplete-seen is non-nil.
22248
22249 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22250
22251 * calendar/icalendar.el (diary-lib): Add require statement.
22252 (icalendar--create-uid): Read out a uid from a text-property on
22253 the first character in the entry. This allows for code to add its
22254 own uid to the entry.
22255 (icalendar--convert-float-to-ical): Add export of
22256 `diary-float'-entries save for those with the optional DAY
22257 argument.
22258
22259 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22260
22261 * subr.el (shell-quote-argument): Use alternate escaping strategy
22262 when we spot a variable reference in a string.
22263
22264 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22265
22266 * cus-start.el (all): Define customization for debug-on-event.
22267
22268 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22269
22270 * subr.el (shell-quote-argument): Escape correctly under Windows.
22271
22272 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22273
22274 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22275
22276 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22277
22278 * net/tramp.el (tramp-process-actions): Add POS argument.
22279 Delete region between POS and (pos).
22280
22281 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22282 Use `nil' position in `tramp-process-actions' call.
22283 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22284
22285 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22286 position in `tramp-process-actions' call.
22287
22288 * net/trampver.el: Update release number.
22289
22290 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22291
22292 * custom.el (defcustom): Obey lexical-binding.
22293
22294 Fix octave-inf completion problems reported by Alexander Klimov.
22295 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22296 Inherit from octave-mode-syntax-table.
22297 (inferior-octave-mode): Set info-lookup-mode.
22298 (inferior-octave-completion-at-point): New function.
22299 (inferior-octave-complete): Use it and completion-in-region.
22300 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22301 comint-filename-completion.
22302 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22303 symbol elements which shouldn't be word elements.
22304 (octave-font-lock-keywords, octave-beginning-of-defun)
22305 (octave-function-header-regexp): Adjust regexps accordingly.
22306 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22307
22308 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22309
22310 * net/gnutls.el (gnutls-errorp): Declare before first use.
22311
22312 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22313
22314 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22315 verify-error, and verify-hostname-error parameters. Check whether
22316 default trustfile exists before going to use it. Add missing
22317 argument to gnutls-message-maybe call. Return value.
22318 Reported by Claudio Bley <claudio.bley@gmail.com>.
22319 (open-gnutls-stream): Add usage example.
22320
22321 * net/network-stream.el (network-stream-open-starttls): Give host
22322 parameter to `gnutls-negotiate'.
22323 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22324 * subr.el (shell-quote-argument): Escape correctly under Windows.
22325
22326 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22327
22328 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22329 Use correct match group (bug#8438).
22330
22331 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22332
22333 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22334 (package-menu--generate): New arg specifying packages to show.
22335 (package-menu-refresh, package-menu-execute, list-packages):
22336 Callers changed.
22337 (package-show-package-list): New function, replacing deleted
22338 package--list-packages (renamed because it is non-internal).
22339
22340 * finder.el (finder-list-matches): Use package-show-package-list
22341 instead of deleted package--list-packages.
22342
22343 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22344 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22345 (vc-annotate-mode-map): Bind it to RET.
22346
22347 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22348
22349 * progmodes/etags.el (next-file): Don't use set-buffer to change
22350 buffers (Bug#8478).
22351
22352 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22353
22354 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22355
22356 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22357 (apropos-accumulator): Doc fix.
22358 (apropos-function, apropos-macro, apropos-command)
22359 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22360 (apropos-plist): Add face property.
22361 (apropos-symbols-internal): Fix indentation.
22362 (apropos-print): Simplify help, and recognize apropos-multi-type.
22363 (apropos-print-doc): Use button-type-get to extract the button's
22364 face property. Fill docstring (Bug#8352).
22365
22366 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22367
22368 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22369
22370 * play/mpuz.el (mpuz-silent): Doc fix.
22371 (mpuz-mode-map): Use mapc.
22372 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22373 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22374 Fix typos in docstrings.
22375
22376 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22377 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22378
22379 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22380
22381 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22382
22383 * minibuffer.el (completion--do-completion): Avoid the "Next char
22384 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22385
22386 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22387 mouse-2 into unread-command-events, it is interpreted correctly.
22388
22389 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22390 (image-toggle-display): Doc fix.
22391
22392 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22393
22394 * textmodes/page.el (what-page): Use line-number-at-pos to
22395 calculate line number (Bug#6825).
22396
22397 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22398
22399 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22400 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22401 Pass argument NO-DEFAULT to `find-tag-interactive'.
22402
22403 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22404
22405 Lexical-binding cleanup.
22406
22407 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22408 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22409 * progmodes/ada-prj.el (ada-prj-initialize-values)
22410 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22411 (ada-prj-show-value):
22412 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22413 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22414 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22415 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22416 * progmodes/bug-reference.el (bug-reference-push-button):
22417 * progmodes/fortran.el (fortran-line-length):
22418 * progmodes/glasses.el (glasses-change):
22419 * progmodes/octave-mod.el (octave-fill-paragraph):
22420 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22421 (python-pdbtrack-grub-for-buffer, python-sentinel):
22422 * progmodes/sql.el (sql-save-connection):
22423 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22424 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22425 Mark unused parameters.
22426
22427 * progmodes/compile.el (compilation--flush-directory-cache)
22428 (compilation--flush-parse, compile-internal): Mark unused parameters.
22429 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22430 (compilation-next-error-function): Remove unused variable `timestamp'.
22431
22432 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22433 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22434
22435 * progmodes/dcl-mode.el (dcl-end-of-command):
22436 Remove unused variable `start'.
22437 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22438 (dcl-option-value-basic, dcl-option-value-offset)
22439 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22440 Mark unused parameters.
22441 (dcl-save-local-variable): Remove unused variable `val'.
22442 (mode): Declare.
22443
22444 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22445 Mark unused parameters.
22446 (delphi-ignore-changes): Move before first use.
22447 (delphi-charset-token-at): Remove unused variable `start'.
22448 (delphi-else-start): Remove unused variable `if-count'.
22449 (delphi-comment-block-start, delphi-comment-block-end):
22450 Remove unused variable `kind'.
22451 (delphi-indent-line): Remove unused variable `new-point'.
22452
22453 * progmodes/ebrowse.el (ebrowse-files-list)
22454 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22455 Mark unused parameters. Don't quote `lambda'.
22456 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22457 Don't quote `lambda'.
22458 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22459 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22460 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22461 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22462 Use `ignore-errors'.
22463 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22464 (ebrowse-view/find-file-and-search-pattern)
22465 (ebrowse-view/find-member-declaration/definition):
22466 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22467 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22468 Rename parameter PREFIX-ARG to PREFIX.
22469 (ebrowse-tags-read-name): Remove unused variables `start' and
22470 `member-info'.
22471 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22472 to `tags-file'.
22473
22474 * progmodes/etags.el (local-find-tag-hook): Declare.
22475 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22476 Mark unused parameters.
22477
22478 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22479 (executable-interpret): Mark unused parameter.
22480
22481 * progmodes/flymake.el (flymake-process-sentinel)
22482 (flymake-after-change-function)
22483 (flymake-create-temp-with-folder-structure)
22484 (flymake-get-include-dirs-dot): Mark unused parameters.
22485 (flymake-safe-delete-directory): Remove unused variable `err'.
22486
22487 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22488 (speedbar-timer-fn, speedbar-line-text)
22489 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22490 (speedbar-center-buffer-smartly): Declare functions.
22491 (gdb-find-watch-expression): Remove unused variable `array'.
22492 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22493 (gdb-starting): Mark unused parameters.
22494 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22495 (gdb-table-string): Remove unused variable `res'.
22496 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22497 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22498 (gdb-display-buffer): Remove unused variable `cur-size'.
22499
22500 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22501 allow lexical-binding compilation.
22502 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22503 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22504 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22505 Mark unused parameters.
22506 (gud-gdb-marker-filter): Remove unused variable `match'.
22507 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22508 lambda expressions and funcall them, instead of using `fset'.
22509
22510 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22511 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22512
22513 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22514 variable `header-beg'; use `let'.
22515
22516 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22517 `restart', `last-sexp' and `at-do'.
22518
22519 * progmodes/js.el (js--debug): Mark unused parameter.
22520 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22521 (js--splice-into-items): Remove unused variable `item'.
22522 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22523
22524 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22525 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22526 (makefile-complete): Remove unused variable `try'.
22527 (makefile-fill-paragraph, makefile-match-function-end):
22528 Mark unused parameters.
22529
22530 * progmodes/octave-inf.el (inferior-octave-complete):
22531 Remove unused variable `proc'.
22532 (inferior-octave-output-digest): Mark unused parameter.
22533
22534 * progmodes/perl-mode.el (perl-calculate-indent):
22535 Remove unused variable `err'.
22536
22537 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22538 (prolog-indent-line): Mark unused parameters.
22539 (prolog-indent-line): Remove unused variable `beg'.
22540
22541 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22542 (reporter-dont-compact-list): Declare.
22543
22544 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22545 Remove unused variable `char'.
22546 (sh-debug): Mark unused parameter.
22547 (sh-get-indent-info): Remove unused variable `start'.
22548 (sh-calculate-indent): Remove unused variable `var'.
22549
22550 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22551 (simula-electric-keyword): Remove unused variable `null'.
22552 (simula-search-backward, simula-search-forward): Remove unused
22553 variables `begin' and `end'.
22554
22555 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22556 Remove unused variable `pos'.
22557 (vera-electric-tab, vera-comment-uncomment-region):
22558 Mark unused parameters.
22559 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22560
22561 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22562
22563 * emacs-lisp/package.el (package--builtins, package-alist)
22564 (package-load-descriptor, package-built-in-p, package-activate)
22565 (define-package, package-installed-p)
22566 (package-compute-transaction, package-buffer-info)
22567 (package--push): Doc fix. Distinguish more clearly between
22568 version strings and version lists.
22569
22570 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22571
22572 Lexical-binding cleanup.
22573
22574 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22575 (5x5-make-mutate-best):
22576 * play/fortune.el (fortune-in-buffer):
22577 * play/gomoku.el (gomoku-init-display):
22578 * play/solitaire.el (solitaire, solitaire-do-check):
22579 * play/tetris.el (tetris-default-update-speed-function):
22580 Mark unused parameters.
22581
22582 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22583 (bubbles--shift): Remove unused variable `char-org'.
22584 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22585 (bubbles--show-images): Remove unused variable `char'.
22586
22587 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22588 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22589 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22590 (decipher-analyze-buffer): Use ?\s.
22591 (decipher-make-checkpoint): Remove unused variable `mapping'.
22592
22593 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22594
22595 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22596 Remove unused variable `result'; use `let'.
22597
22598 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22599 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22600 (gametree-children-shown-p, gametree-compute-reduced-score):
22601 Use `ignore-errors'.
22602
22603 * play/handwrite.el (ps-lpr-switches): Declare.
22604 (handwrite): Remove unused variables `pmin' and `lastp'.
22605
22606 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22607
22608 * play/landmark.el (landmark-init-display)
22609 (landmark-update-naught-weights): Mark unused parameters.
22610 (landmark-y): Remove unused variable `noise'. Simplify.
22611 (landmark-human-plays): Remove unused variable `score'.
22612
22613 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22614 (mpuz-try-proposal): Remove unused variable `game'.
22615
22616 * play/zone.el (life-patterns): Declare.
22617
22618 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22619
22620 * vc/vc.el (ediff-vc-internal): Declare function.
22621
22622 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22623
22624 * shell.el: Use lexical-binding and std completion UI.
22625 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22626 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22627 comint-preoutput-filter-functions rather than on
22628 comint-output-filter-functions.
22629 (shell-command-completion, shell--command-completion-data)
22630 (shell-filename-completion, shell-environment-variable-completion)
22631 (shell-c-a-p-replace-by-expanded-directory): New functions.
22632 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22633 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22634 (shell-dynamic-complete-environment-variable): Use them.
22635 (shell-dynamic-complete-as-environment-variable)
22636 (shell-dynamic-complete-as-command): Remove.
22637 (shell-match-partial-variable): Match past point.
22638 * comint.el: Clean up use of completion-at-point-functions.
22639 (comint-completion-at-point): New function.
22640 (comint-mode): Use it completion-at-point-functions.
22641 (comint-dynamic-complete): Make it obsolete.
22642 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22643 (comint-c-a-p-replace-by-expanded-history): New function.
22644 (comint-dynamic-complete-functions)
22645 (comint-replace-by-expanded-history): Use it.
22646 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22647 termination strings. Try harder to avoid second try-completion.
22648 (completion-in-region-mode-map): Disable bindings that don't work yet.
22649
22650 * comint.el: Use lexical-binding. Require CL.
22651 (comint-dynamic-complete-functions): Use comint-filename-completion.
22652 (comint-completion-addsuffix): Tweak custom type.
22653 (comint-filename-completion, comint--common-suffix)
22654 (comint--common-quoted-suffix, comint--table-subvert)
22655 (comint--complete-file-name-data): New functions.
22656 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22657 (comint-dynamic-list-filename-completions): Use them.
22658 (comint-dynamic-simple-complete): Make obsolete.
22659
22660 * minibuffer.el (completion-in-region-mode):
22661 Keep completion-in-region-mode--predicate global.
22662 (completion-in-region--postch):
22663 Assume completion-in-region-mode--predicate is not null.
22664
22665 * progmodes/flymake.el (flymake-start-syntax-check-process):
22666 Obey `dir'. Simplify.
22667
22668 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22669 we're in VC after all.
22670
22671 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
22672
22673 * vc/vc.el (vc-diff-build-argument-list-internal)
22674 (vc-version-ediff, vc-ediff): New commands.
22675 (vc-version-diff): Use vc-diff-build-argument-list-internal.
22676
22677 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22678
22679 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22680 add sanity check.
22681
22682 * obsolete/erc-hecomplete.el: Make obsolete.
22683 * obsolete/: Standardize obsolescence info in the header.
22684
22685 2011-04-20 Glenn Morris <rgm@gnu.org>
22686
22687 * calendar/solar.el (solar-horizontal-coordinates):
22688 Use the longitude argument rather than `calendar-longitude'.
22689 (solar-date-next-longitude): Remove unused locals.
22690
22691 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22692
22693 * whitespace.el: New version 13.2.1.
22694
22695 2011-04-20 felix <EmacsWiki> (tiny change)
22696
22697 * whitespace.el (global-whitespace-mode): Keep highlight when
22698 switching between major modes on a file.
22699
22700 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22701
22702 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22703 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22704 multi-line comments as well.
22705
22706 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
22707
22708 Lexical-binding cleanup.
22709
22710 * arc-mode.el (archive-mode-revert):
22711 * cmuscheme.el (scheme-interactively-start-process):
22712 * custom.el (custom-initialize-delay):
22713 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22714 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22715 * emacs-lock.el (emacs-lock-clear-sentinel):
22716 * ezimage.el (defezimage):
22717 * follow.el (follow-avoid-tail-recenter):
22718 * fringe.el (set-fringe-mode-1):
22719 * generic-x.el (bat-generic-mode-compile):
22720 * help-mode.el (help-info-variable, help-do-xref)
22721 (help-mode-revert-buffer):
22722 * help.el (view-emacs-todo):
22723 * iswitchb.el (iswitchb-completion-help):
22724 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22725 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22726 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22727 * locate.el (locate-update):
22728 * longlines.el (longlines-encode-region)
22729 (longlines-after-change-function):
22730 * outline.el (outline-isearch-open-invisible):
22731 * ps-def.el (declare-function, charset-dimension, char-width)
22732 (encode-char):
22733 * ps-mule.el (ps-mule-plot-string):
22734 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22735 (recentf-edit-list-select, recentf-edit-list-validate)
22736 (recentf-open-files-action):
22737 * rect.el (delete-whitespace-rectangle-line)
22738 (rectangle-number-line-callback):
22739 * register.el (window-configuration-to-register)
22740 (frame-configuration-to-register):
22741 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22742 * select.el (xselect-convert-to-string, xselect-convert-to-length)
22743 (xselect-convert-to-targets, xselect-convert-to-delete)
22744 (xselect-convert-to-filename, xselect-convert-to-charpos)
22745 (xselect-convert-to-lineno, xselect-convert-to-colno)
22746 (xselect-convert-to-os, xselect-convert-to-host)
22747 (xselect-convert-to-user, xselect-convert-to-class)
22748 (xselect-convert-to-name, xselect-convert-to-integer)
22749 (xselect-convert-to-atom, xselect-convert-to-identity):
22750 * subr.el (declare, ignore, process-kill-without-query)
22751 (text-clone-maintain):
22752 * terminal.el (te-get-char, te-tic-sentinel):
22753 * tool-bar.el (tool-bar-make-keymap):
22754 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22755 * type-break.el (type-break-mode, type-break-noninteractive-query):
22756 * view.el (View-back-to-mark):
22757 * wid-browse.el (widget-browse-action, widget-browse-widget)
22758 (widget-browse-widgets, widget-browse-sexp):
22759 * widget.el (define-widget-keywords):
22760 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22761 Mark unused parameters.
22762
22763 * align.el (align-adjust-col-for-rule): Mark unused parameter.
22764 (align-areas): Remove unused variable `look'.
22765 (align-region): Remove unused variables `real-end' and `pos-list'.
22766
22767 * apropos.el (apropos-score-doc): Remove unused variable `i'.
22768
22769 * bindings.el (mode-line-modified, mode-line-remote):
22770 Mark unused parameters.
22771 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22772
22773 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22774 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22775
22776 * comint.el (comint-history-isearch-pop-state)
22777 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22778 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22779 (comint-substitute-in-file-name): Doc fix.
22780
22781 * completion.el (cmpl-statistics-block): Mark unused parameter.
22782 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22783 (save-completions-to-file, load-completions-from-file):
22784 Remove unused local variable `e'.
22785
22786 * composite.el (compose-chars): Remove unused variable `len'.
22787 (lgstring-insert-glyph): Remove unused variable `g'.
22788 (compose-glyph-string): Remove unused variables `ascent',
22789 `descent', `lbearing' and `rbearing'.
22790 (compose-glyph-string-relative): Remove unused variables
22791 `lbearing', `rbearing' and `wadjust'.
22792 (compose-gstring-for-graphic): Remove unused variables `header',
22793 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
22794 (compose-gstring-for-terminal): Remove unused variables `header'
22795 and `nchars'. Use `let', not `let*'.
22796
22797 * cus-edit.el (Custom-set, Custom-save, custom-reset)
22798 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22799 (Custom-buffer-done, custom-buffer-create-internal)
22800 (custom-browse-visibility-action, custom-browse-group-tag-action)
22801 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22802 (widget-magic-mouse-down-action, custom-toggle-parent)
22803 (custom-add-parent-links, custom-toggle-hide-variable)
22804 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22805 (custom-toggle-hide-face, face, hook, custom-group-link-action)
22806 (custom-face-menu-create, custom-variable-menu-create, get)
22807 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22808 (custom-reset-standard-save-and-update): Remove unused variable `value'.
22809 (customize-apropos): Remove unused variable `tests'.
22810 (custom-group-value-create): Remove unused variable `hidden-p'.
22811 (sort-fold-case): Declare.
22812
22813 * cus-theme.el (custom-reset-standard-faces-list)
22814 (custom-reset-standard-variables-list): Declare.
22815 (customize-create-theme, custom-theme-revert, custom-theme-write)
22816 (custom-theme-choose-mode, customize-themes, custom-theme-save):
22817 Mark unused parameters.
22818
22819 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22820
22821 * delim-col.el (delimit-columns-max): Move defvar before first use.
22822
22823 * descr-text.el (describe-char-categories): Don't quote `lambda'.
22824 (describe-char): Don't quote `lambda'. Mark unused parameter.
22825
22826 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22827 (auto-insert): Declare.
22828 (desktop-restore-file-buffer): Rename desktop-* parameters;
22829 mark unused ones.
22830 (desktop-create-buffer): Rename desktop-* parameters and bind them.
22831 (desktop-buffer): Rename desktop-* parameters.
22832
22833 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22834 (dframe-reposition-frame-xemacs, dframe-help-echo)
22835 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22836 Mark unused parameters.
22837
22838 * dired-aux.el (backup-extract-version-start, overwrite-query)
22839 (overwrite-backup-query, rename-regexp-query)
22840 (rename-non-directory-query): Declare.
22841 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22842 (dired-add-entry): Remove unused variable `orig-file-name'.
22843 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22844 Use parameter PRESERVE-TIME instead of accessing dynamic variable
22845 `dired-copy-preserve-time' directly.
22846 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22847 (dired-insert-subdir-newpos): Rename unused variable `pos'.
22848
22849 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22850 (dired-virtual-revert, dired-make-relative-symlink):
22851 Mark unused parameters.
22852 (manual-program): Declare.
22853 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22854 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22855 wrapped in `with-no-warnings' to avoid replacing one warning by another.
22856
22857 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22858
22859 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22860
22861 * echistory.el (electric-history-in-progress, Helper-return-blurb):
22862 Declare.
22863
22864 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22865
22866 * electric.el (Electric-command-loop): Rename parameter
22867 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22868
22869 * expand.el (expand-in-literal): Remove unused variable `here'.
22870
22871 * facemenu.el (facemenu-add-new-color):
22872 Remove unused variable `docstring'.
22873
22874 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22875 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22876 (face-attr-construct): Mark unused parameter. Doc fix.
22877 (read-color): Remove unused variable `hex-string'.
22878
22879 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22880 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22881 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22882 (display-buffer-other-frame): Remove unused variable `old-window'.
22883 (kill-buffer-hook): Declare.
22884 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22885 Mark unused parameters.
22886 (after-find-file): Pass 1 to `auto-save-mode', not t.
22887
22888 * files-x.el (auto-insert): Declare.
22889 (modify-file-local-variable-prop-line): Remove unused variable `val'.
22890
22891 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
22892 variable `buf'. Mark unused parameter.
22893 (find-lisp-insert-directory): Mark unused parameter.
22894
22895 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22896 (format-encode-region): Remove unused variables `cur-buf' and `result'.
22897 (format-common-tail): Remove, unused.
22898 (format-deannotate-region): Remove unused variable `loc'.
22899 (format-annotate-region): Remove unused variable `p'.
22900 (format-annotate-single-property-change): Remove unused variables
22901 `default' and `tail'.
22902
22903 * forms.el (read-file-filter): Declare.
22904 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22905
22906 * frame.el (frame-creation-function-alist): Mark unused parameter.
22907 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22908
22909 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22910 Remove unused parameters.
22911 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22912 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22913
22914 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22915 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22916 (hfy-prepare-tag-map): Mark unused parameters.
22917 (htmlfontify-buffer): Use `called-interactively-p'.
22918
22919 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22920 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22921 (ibuffer-do-occur): Mark unused parameters.
22922 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22923 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22924
22925 * ibuffer.el: Don't quote `lambda'.
22926 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
22927 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
22928 Mark unused parameters.
22929
22930 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
22931 (ido-completing-read): Mark unused parameters.
22932 (ido-copy-current-word): Mark unused parameters;
22933 remove unused variable `name'.
22934 (ido-sort-merged-list): Remove unused parameter `dirs'.
22935
22936 * ielm.el (ielm-input-sender): Mark unused parameter.
22937 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
22938 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
22939 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
22940 `ielm-string' as a dynamic variable accessible from the IELM prompt.
22941 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
22942
22943 * image-dired.el (image-dired-display-thumbs): Remove unused
22944 variables `curr-file' and `count'.
22945 (image-dired-remove-tag): Remove unused variable `start'.
22946 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
22947 variable `curr-file'
22948 (image-dired-rotate-original): Remove unused variable `temp-file'.
22949 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
22950 Remove unused variable `file'.
22951 (image-dired-gallery-generate): Remove unused variable `curr'.
22952 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
22953
22954 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
22955
22956 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
22957
22958 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
22959
22960 * isearch.el (minibuffer-history-symbol): Declare.
22961 (isearch-edit-string): Remove unused variable `err'.
22962 (isearch-message-prefix, isearch-message-suffix):
22963 Mark unused parameters.
22964
22965 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
22966
22967 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
22968
22969 * makesum.el (double-column): Remove unused variable `cnt'.
22970
22971 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
22972 (ido-ignore-item-temp-list): Declare.
22973
22974 * mouse-drag.el (mouse-drag-throw): Remove unused variables
22975 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
22976 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
22977 (mouse-drag-drag): Remove unused variables `mouse-delta' and
22978 `mouse-col-delta'.
22979
22980 * mouse-sel.el (mouse-extend-internal):
22981 Remove unused variable `orig-window-frame'.
22982
22983 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
22984 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
22985 Move declarations before first use.
22986 (pcomplete-opt): Mark unused parameters; doc fix.
22987
22988 * proced.el (proced-revert): Mark unused parameter.
22989 (proced-send-signal): Remove unused variable `err'.
22990
22991 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
22992 Rename parameter PREFIX-ARG to ARG.
22993 (ps-basic-plot-string, ps-basic-plot-whitespace):
22994 Mark unused parameters.
22995
22996 * replace.el (replace-count): Define.
22997 (occur-revert-function): Mark unused parameters.
22998 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
22999 (isearch-case-fold-search, isearch-string): Declare.
23000 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23001 bind `case-fold-search'. Remove unused variables `beg' and `end',
23002 and simplify.
23003 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23004 COUNT and bind `replace-count'.
23005 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23006 to COUNT.
23007
23008 * savehist.el (print-readably, print-string-length): Declare.
23009
23010 * shadowfile.el (shadow-expand-cluster-in-file-name):
23011 Remove unused variable `cluster'.
23012 (shadow-copy-file): Remove unused variable `i'.
23013 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23014 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23015 (shadow-define-literal-group, shadow-define-regexp-group)
23016 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23017
23018 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23019 (shell): Use `called-interactively-p'.
23020 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23021
23022 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23023 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23024 (delete-backward-char): Remove unused variable `ocol'.
23025 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23026 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23027 (event-apply-hyper-modifier, event-apply-shift-modifier)
23028 (event-apply-control-modifier, event-apply-meta-modifier):
23029 Mark unused parameters.
23030 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23031 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23032
23033 * speedbar.el (speedbar-ignored-directory-expressions)
23034 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23035 (speedbar-find-file, speedbar-dir-follow)
23036 (speedbar-directory-buttons-follow, speedbar-tag-find)
23037 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23038 (speedbar-buffers-line-directory, speedbar-buffer-click):
23039 Mark unused parameters.
23040 (speedbar-tag-file): Remove unused variable `mode'.
23041 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23042
23043 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23044
23045 * talk.el (talk): Remove unused variable `display'.
23046
23047 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23048 (tar-write-region-annotate): Mark unused parameter.
23049
23050 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23051 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23052 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23053 warning by another.
23054
23055 * time-stamp.el (time-stamp-string-preprocess):
23056 Remove unused variable `require-padding'.
23057
23058 * tree-widget.el (widget-glyph-enable): Declare.
23059 (tree-widget-action): Mark unused parameter.
23060
23061 * w32-fns.el (x-get-selection): Mark unused parameter.
23062 (autoload-make-program, generated-autoload-file): Declare.
23063
23064 * wdired.el (wdired-revert): Mark unused parameters.
23065 (wdired-xcase-word): Remove unused variable `err'.
23066
23067 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23068 (whitespace-help-scroll): Remove unused variable `data-help'.
23069
23070 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23071 (widget-image-insert, widget-after-change, default)
23072 (widget-default-format-handler, widget-default-notify)
23073 (widget-default-prompt-value, widget-info-link-action)
23074 (widget-url-link-action, widget-function-link-action)
23075 (widget-variable-link-action, widget-file-link-action)
23076 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23077 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23078 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23079 (widget-insert-button-action, widget-delete-button-action, visibility)
23080 (widget-documentation-link-action, widget-documentation-string-action)
23081 (widget-const-prompt-value, widget-regexp-match, symbol)
23082 (widget-coding-system-prompt-value)
23083 (widget-key-sequence-value-to-external, sexp)
23084 (widget-sexp-value-to-internal, character, vector, cons)
23085 (widget-choice-prompt-value, widget-boolean-prompt-value)
23086 (widget-color--choose-action): Mark unused parameters.
23087 (widget-item-match-inline, widget-choice-match-inline)
23088 (widget-checklist-match, widget-checklist-match-inline)
23089 (widget-group-match): Rename parameter VALUES to VALS.
23090 (widget-field-value-set): Remove unused variable `size'.
23091 (widget-color-action): Remove unused variables `value' and `start'.
23092
23093 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23094 variable `dir'. Doc fix.
23095 (windmove-find-other-window): Don't pass it.
23096
23097 * window.el (count-windows): Mark unused parameter.
23098 (bw-adjust-window): Remove unused variable `err'.
23099
23100 * woman.el (woman-file-name): Remove unused variable `default'.
23101 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23102 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23103 (global-font-lock-mode): Declare.
23104 (woman-decode-region): Mark unused parameter.
23105 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23106
23107 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23108 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23109 (x-dnd-handle-moz-url): Remove unused variable `title'.
23110 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23111
23112 * xml.el (xml-parse-tag, xml-parse-attlist):
23113 Remove unused variable `pos'.
23114
23115 2011-04-19 Glenn Morris <rgm@gnu.org>
23116
23117 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23118 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23119 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23120 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23121 * calendar/cal-html.el (cal-html-insert-minical):
23122 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23123 (calendar-mark-date-pattern):
23124 Prefix "unused" locals.
23125
23126 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23127 optional argument `style'.
23128
23129 * calendar/appt.el (appt-make-list):
23130 * calendar/cal-china.el (calendar-chinese-date-string):
23131 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23132 (diary-hebrew-yahrzeit):
23133 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23134 * calendar/calendar.el (calendar-generate-window):
23135 * calendar/time-date.el (time-to-days):
23136 Remove unused local variables.
23137
23138 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23139
23140 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23141 glyphless-char-display table.
23142 (tabulated-list-glyphless-char-display): New var.
23143
23144 2011-04-18 Sam Steingold <sds@gnu.org>
23145
23146 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23147 to acknowledgments.
23148
23149 2011-04-17 Glenn Morris <rgm@gnu.org>
23150
23151 * calendar/diary-lib.el (diary-sexp-entry):
23152 * calendar/holidays.el (holiday-sexp):
23153 Set debug-on-error rather than the removed stack-trace-on-error.
23154
23155 2011-04-16 Glenn Morris <rgm@gnu.org>
23156
23157 * progmodes/f90.el: Use lexical-binding.
23158 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23159
23160 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23161
23162 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23163 (mail-mode): Setup mailalias completion here instead.
23164 * mail/mailalias.el: Use lexical-binding.
23165 (pattern, mailalias-done): Declare dynamic.
23166 (mail-completion-at-point-function): New function, from mail-complete.
23167 (mail-complete): Use it.
23168 (mail-completion-expand): New function.
23169 (mail-get-names): Use it.
23170 (mail-directory, mail-directory-process, mail-directory-stream):
23171 Don't use `pattern' for lexically bound arg.
23172
23173 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23174
23175 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23176 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23177 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23178
23179 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23180 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23181 (byte-interactive-p): Define them again, for use when inlining
23182 old code.
23183
23184 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23185
23186 * loadup.el: Use `string-to-number', not `string-to-int'.
23187
23188 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23189
23190 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23191 gud-gdb-complete-command.
23192 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23193 (gud-gdb-completion-at-point): New function.
23194 (gud-gdb-completions): Remove.
23195
23196 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23197
23198 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23199 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23200 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23201 whether `executable-find' is bound.
23202
23203 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23204
23205 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23206
23207 * minibuffer.el (completion-in-region-mode-predicate)
23208 (completion-in-region-mode--predicate): New vars.
23209 (completion-in-region, completion-in-region--postch)
23210 (completion-in-region-mode): Use them.
23211 (completion--capf-wrapper): Also return the hook function.
23212 (completion-at-point, completion-help-at-point):
23213 Adjust and provide a predicate.
23214
23215 Preserve arg names for advice of subr and lexical functions (bug#8457).
23216 * help-fns.el (help-function-arglist): Consolidate the subr and
23217 new-byte-code cases. Add argument `preserve-names' to extract names
23218 from the docstring when needed.
23219 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23220 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23221 (ad-arglist): Use help-function-arglist's new arg.
23222 (ad-definition-type): Use cond.
23223
23224 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23225
23226 * autorevert.el (auto-revert-handler):
23227 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23228 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23229 Don't quote lambda.
23230
23231 * image-mode.el (image-transform-set-scale):
23232 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23233
23234 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23235
23236 * net/network-stream.el (network-stream-open-starttls): Only do
23237 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23238 Upgrades via gnutls-cli are too slow to be done opportunistically.
23239
23240 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23241
23242 * dframe.el (dframe-current-frame): Remove spurious quote.
23243
23244 2011-04-12 Glenn Morris <rgm@gnu.org>
23245
23246 * calendar/cal-tex.el (cal-tex-end-document):
23247 Try to automatically use latin1 input if needed.
23248
23249 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23250 Don't try to cons a mark onto an empty element.
23251
23252 2011-04-11 Leo Liu <sdl.web@gmail.com>
23253
23254 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23255 buffers.
23256 (ido-kill-buffer-at-head): Support killing virtual buffers.
23257
23258 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23259
23260 * minibuffer.el (completion-show-inline-help): New var.
23261 (completion--do-completion, minibuffer-complete)
23262 (minibuffer-force-complete, minibuffer-complete-word):
23263 Inhibit minibuffer messages if completion-show-inline-help is nil.
23264
23265 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23266 to avoid interference from inline help (Bug#5849).
23267
23268 2011-04-10 Leo Liu <sdl.web@gmail.com>
23269
23270 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23271 Fix typo.
23272
23273 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23274
23275 * image-mode.el (image-toggle-display-image): Signal an error if
23276 not in Image mode.
23277 (image-transform-mode, image-transform-resize)
23278 (image-transform-set-rotation): Doc fix.
23279 (image-transform-set-resize): Delete.
23280 (image-transform-set-scale, image-transform-fit-to-height)
23281 (image-transform-fit-to-width): Handle image-toggle-display-image
23282 and image-transform-resize directly.
23283
23284 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23285
23286 * doc-view.el (doc-view-fit-width-to-window)
23287 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23288 New functions for fitting the shown image to the Emacs window size.
23289 (doc-view-mode-map): Add bindings for the new functions.
23290
23291 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23292
23293 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23294 Fix typo in docstring.
23295
23296 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23297
23298 * files.el (file-size-human-readable): Produce one digit after
23299 decimal, like "ls -lh" does.
23300
23301 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23302 the file size representation.
23303
23304 * simple.el (list-processes): If async subprocesses are not
23305 available, error out with a clear error message.
23306
23307 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23308
23309 * help.el (help-form-show): New function, to be called from C.
23310 Put help-form output in a buffer named differently than *Help*.
23311
23312 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23313
23314 * files.el (file-size-human-readable): New function.
23315
23316 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23317 computing the representation inline. Don't require `cl'.
23318
23319 2011-04-08 Glenn Morris <rgm@gnu.org>
23320
23321 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23322
23323 * net/browse-url.el (browse-url-firefox):
23324 Test system-type, not system-configuration.
23325
23326 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23327 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23328 Use log-edit-empty-buffer-p. (Bug#7598)
23329
23330 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23331 (rlogin-mode-map): Initialize in the defvar.
23332 (rlogin): Use ignore-errors.
23333
23334 * replace.el (occur-mode-map): Some fixes for menu items.
23335
23336 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23337
23338 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23339
23340 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23341
23342 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23343 issuing unused warnings.
23344
23345 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23346 macro directly.
23347
23348 * simple.el: Lisp reimplement of list-processes. Based on an
23349 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23350 (process-menu-mode): New major mode.
23351 (list-processes--refresh, list-processes):
23352 (process-menu-visit-buffer): New functions.
23353
23354 * files.el (save-buffers-kill-emacs): Don't assume any return
23355 value of list-processes, which is undocumented anyway.
23356
23357 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23358
23359 * emacs-lisp/tabulated-list.el: New file.
23360
23361 * emacs-lisp/package.el: Use Tabulated List mode.
23362 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23363 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23364 table format using Tabulated List mode variables.
23365 (package--push): New macro, replacing package-list-maybe-add.
23366 (package-menu--generate): Use package--push. Renamed from
23367 package--generate-package-list.
23368 (package-menu-refresh, list-packages): Use it.
23369 (package-menu--print-info): Rename from package-print-package.
23370 Return insertion data instead of inserting it directly.
23371 (package-menu-describe-package, package-menu-execute):
23372 Use tabulated-list-get-id.
23373 (package-menu-mark-delete, package-menu-mark-install)
23374 (package-menu-mark-unmark, package-menu-backup-unmark)
23375 (package-menu-mark-obsolete-for-deletion):
23376 Use tabulated-list-put-tag.
23377 (package--list-packages, package-menu-revert)
23378 (package-menu-get-package, package-menu-get-version)
23379 (package-menu-sort-by-column): Functions deleted.
23380 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23381 (package-menu--status-predicate, package-menu--version-predicate)
23382 (package-menu--name-predicate)
23383 (package-menu--description-predicate): Handle arguments in the
23384 Tabulated List format.
23385 (package-list-packages-no-fetch): Call list-packages.
23386
23387 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23388
23389 * files.el (after-find-file-from-revert-buffer): Remove variable.
23390 (after-find-file): Don't bind it.
23391 (revert-buffer-in-progress-p): New variable.
23392 (revert-buffer): Bind it.
23393 Pass nil for `after-find-file-from-revert-buffer'.
23394
23395 * saveplace.el (save-place-find-file-hook): Use new variable
23396 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23397
23398 2011-04-06 Glenn Morris <rgm@gnu.org>
23399
23400 * Makefile.in (AUTOGEN_VCS): New variable.
23401 (autoloads): Use $AUTOGEN_VCS.
23402
23403 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23404 * calendar/calendar.el (calendar-mode-map):
23405 Check for toolkit scroll bars. (Bug#8305)
23406
23407 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23408
23409 * minibuffer.el (completion-in-region--postch)
23410 (completion-in-region-mode): Remove unnecessary messages.
23411
23412 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23413
23414 * font-lock.el (font-lock-refresh-defaults):
23415 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23416 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23417
23418 * info.el (Info-directory-list, Info-read-node-name-2)
23419 (Info-split-parameter-string): Doc fixes.
23420 (Info-virtual-nodes): Reflow docstring.
23421 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23422 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23423 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23424 Fix typos in docstrings.
23425 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23426 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23427 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23428 (Info-restore-desktop-buffer): Mark unused parameters.
23429 (Info-directory-find-file, Info-directory-find-node)
23430 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23431 (Info-virtual-index-find-node, Info-apropos-find-file)
23432 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23433 Mark unused parameters; fix typos in docstrings.
23434 (Info-virtual-index): Remove unused local variable `nodename'.
23435
23436 2011-04-05 Deniz Dogan <deniz@dogan.se>
23437
23438 * net/rcirc.el: Update my e-mail address.
23439 (rcirc-mode-map): Remove M-o binding.
23440
23441 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23442
23443 * startup.el (command-line): Save the cursor's theme-face
23444 directly, instead of using face-override-spec.
23445
23446 * custom.el (load-theme): Minor optimization in assigning faces.
23447
23448 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23449
23450 * help-fns.el (describe-variable): Complete all variables having
23451 documentation, including keywords.
23452 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23453
23454 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23455
23456 Convert to lexical-binding.
23457
23458 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23459 (bs--get-marked-string, bs--get-modified-string)
23460 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23461 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23462 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23463
23464 * ehelp.el (electric-help-execute-extended)
23465 (electric-help-ctrl-x-prefix):
23466 * hexl.el (hexl-revert-buffer-function):
23467 * linum.el (linum-after-change, linum-after-scroll):
23468 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23469
23470 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23471
23472 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23473
23474 * epa-dired.el:
23475 * epa-mail.el:
23476 * epa-hook.el:
23477 * epa-file.el:
23478 * epa.el:
23479 * epg.el: Use lexical binding.
23480
23481 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23482
23483 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23484
23485 * textmodes/flyspell.el (flyspell-word): Recognize default
23486 dictionary case for flyspell-mark-duplications-exceptions.
23487 Use regexp matching for languages.
23488 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23489 default dictionary (Bug#7926).
23490
23491 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23492
23493 * emacs-lisp/package.el (package--with-work-buffer):
23494 Recognize https URLs.
23495
23496 * net/network-stream.el: Move from gnus/proto-stream.el.
23497 Change prefix to network-stream throughout.
23498 (open-protocol-stream): Merge into open-network-stream, leaving
23499 open-protocol-stream as an alias. Handle nil BUFFER args.
23500
23501 * subr.el (open-network-stream): Move to net/network-stream.el.
23502
23503 2011-04-02 Glenn Morris <rgm@gnu.org>
23504
23505 * find-dired.el (find-exec-terminator): New option.
23506 (find-ls-option): Test for -ls support.
23507 (find-ls-subdir-switches): Test for -b in find-ls-option.
23508 (find-dired, find-grep-dired): Doc fixes.
23509 (find-dired): Use find-exec-terminator.
23510
23511 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23512 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23513 (find-name-arg): Remove purecopy.
23514
23515 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23516 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23517 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23518 accordingly. Don't add the null-device if not needed.
23519
23520 * files.el (save-some-buffers): Doc fix.
23521
23522 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23523
23524 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23525
23526 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23527
23528 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23529 Use `dolist' rather than `mapcar'.
23530
23531 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23532
23533 Add lexical binding.
23534
23535 * subr.el (apply-partially): Use new closures rather than CL.
23536 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23537 (dolist, dotimes): Use slightly different expansion for lexical code.
23538 (functionp): Move to C.
23539 (letrec): New macro.
23540 (with-wrapper-hook): Use it and apply-partially instead of CL.
23541 (eval-after-load): Preserve lexical-binding.
23542 (save-window-excursion, with-output-to-temp-buffer): Turn them
23543 into macros.
23544
23545 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23546
23547 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23548 than the arglist.
23549 (help-add-fundoc-usage): Don't add `Not documented'.
23550 (help-function-arglist): Handle closures, subroutines, and new
23551 byte-code-functions.
23552 (help-make-usage): Remove leading underscores.
23553 (describe-function-1): Handle closures.
23554 (describe-variable): Use special-variable-p for completion.
23555
23556 * files.el (lexical-binding): Declare safe.
23557
23558 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23559 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23560 (pcase): Add `let' pattern.
23561 Change memoization so it actually works.
23562 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23563 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23564 <let>: New case.
23565
23566 * emacs-lisp/macroexp.el: Use lexical binding.
23567 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23568 Don't convert ' to #' without checking that it's indeed quoting
23569 a lambda.
23570
23571 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23572 Use eval-sexp-add-defvars.
23573 (eval-sexp-add-defvars): New fun.
23574
23575 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23576
23577 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23578 Don't autoload.
23579 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23580 than the internal `byte-compile-lambda'.
23581 (defmethod): Don't hide code under quotes.
23582 (eieio-defmethod): New `code' argument.
23583
23584 * emacs-lisp/eieio-comp.el: Remove.
23585
23586 * emacs-lisp/edebug.el (edebug-eval-defun)
23587 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23588 (edebug-toggle): Avoid `eval'.
23589
23590 * emacs-lisp/disass.el (disassemble-internal): Handle new
23591 `closure' objects.
23592 (disassemble-1): Handle new byte codes.
23593
23594 * emacs-lisp/cl.el (pushnew): Silence warning.
23595
23596 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23597 (cl-byte-compile-throw): Remove.
23598 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23599
23600 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23601 closures.
23602
23603 * emacs-lisp/cconv.el: New file.
23604
23605 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23606 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23607 (byte-compile-initial-macro-environment):
23608 Handle declare-function here.
23609 (byte-compile--lexical-environment): New var.
23610 (byte-stack-ref, byte-stack-set, byte-discardN)
23611 (byte-discardN-preserve-tos): New lap codes.
23612 (byte-interactive-p): Don't use any more.
23613 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23614 New macros.
23615 (byte-compile-lapcode): Use them and handle new lap codes.
23616 (byte-compile-obsolete): Remove.
23617 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23618 (byte-compile-arglist-warn): Check late def of inlinable funs.
23619 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23620 since they should have been expanded by now.
23621 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23622 (byte-compile-from-buffer): Remove unused second arg.
23623 (byte-compile-preprocess): New function.
23624 (byte-compile-toplevel-file-form): New function to distinguish
23625 file-form calls from outside from file-form calls from hunk-handlers.
23626 (byte-compile-file-form): Simplify.
23627 (byte-compile-file-form-defsubst): Remove.
23628 (byte-compile-file-form-defmumble): Simplify now that
23629 byte-compile-lambda always returns a byte-code-function.
23630 (byte-compile): Preprocess.
23631 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23632 Remove, not used any more.
23633 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23634 (byte-compile-make-args-desc): New funs.
23635 (byte-compile-lambda): Handle lexical functions. Always return
23636 a byte-code-function.
23637 (byte-compile-reserved-constants): New var, to make up room for
23638 closed-over variables.
23639 (byte-compile-constants-vector): Obey it.
23640 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23641 (byte-compile-macroexpand-declare-function): New function.
23642 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23643 byte-code-functions.
23644 (byte-compile-form): Check obsolescence here.
23645 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23646 (byte-compile-variable-ref): Remove.
23647 (byte-compile-dynamic-variable-op): New fun.
23648 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23649 (byte-compile-variable-set): New funs.
23650 (byte-compile-discard): Add 2 args.
23651 (byte-compile-stack-ref, byte-compile-stack-set)
23652 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23653 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23654 macroexpand-all instead.
23655 (byte-compile-quote-form): Remove.
23656 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23657 (byte-compile-bind, byte-compile-unbind): New funs.
23658 (byte-compile-let): Handle let* and lexical binding.
23659 (byte-compile-let*): Remove.
23660 (byte-compile-catch, byte-compile-unwind-protect)
23661 (byte-compile-track-mouse, byte-compile-condition-case):
23662 Handle a new :fun-body form, used for lexical scoping.
23663 (byte-compile-save-window-excursion)
23664 (byte-compile-with-output-to-temp-buffer): Remove.
23665 (byte-compile-defun): Simplify.
23666 (byte-compile-stack-adjustment): New fun.
23667 (byte-compile-out): Use it.
23668 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23669
23670 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23671 handler any more.
23672
23673 * emacs-lisp/byte-opt.el: Use lexical binding.
23674 (byte-inline-lapcode): Remove (to bytecomp).
23675 (byte-compile-inline-expand): Pay attention to inlining to/from
23676 lexically bound code.
23677 (byte-compile-unfold-lambda): Don't handle byte-code-functions
23678 any more.
23679 (byte-optimize-form-code-walker): Don't handle save-window-excursion
23680 any more and don't call compiler-macros.
23681 (byte-compile-splice-in-already-compiled-code): Remove.
23682 (byte-code): Don't inline any more.
23683 (disassemble-offset): Receive `bytes' as argument rather than via
23684 dynamic scoping.
23685 (byte-compile-tag-number): Declare before first use.
23686 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23687 `return' even if make-spliceable.
23688 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23689 obsolete interactive-p.
23690 (byte-optimize-lapcode): Optimize new lap-codes.
23691 Don't trip up on new form of `byte-constant' lap code.
23692
23693 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23694
23695 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23696
23697 * custom.el (custom-initialize-default, custom-declare-variable):
23698 Use `defvar'.
23699
23700 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23701 New variables.
23702 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23703 (COMPILE_FIRST): Add macroexp and cconv.
23704 * makefile.w32-in: Mirror changes in Makefile.in.
23705
23706 * vc/cvs-status.el:
23707 * vc/diff-mode.el:
23708 * vc/log-edit.el:
23709 * vc/log-view.el:
23710 * vc/smerge-mode.el:
23711 * textmodes/bibtex-style.el:
23712 * textmodes/css-mode.el:
23713 * startup.el:
23714 * uniquify.el:
23715 * minibuffer.el:
23716 * newcomment.el:
23717 * reveal.el:
23718 * server.el:
23719 * mpc.el:
23720 * emacs-lisp/smie.el:
23721 * doc-view.el:
23722 * dired.el:
23723 * abbrev.el: Use lexical binding.
23724
23725 2011-04-01 Eli Zaretskii <eliz@gnu.org>
23726
23727 * info.el (info-display-manual): New function.
23728
23729 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23730
23731 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23732
23733 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
23734
23735 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23736 an entry for that server in rcirc-authinfo. (Bug#8385)
23737
23738 2011-03-31 Glenn Morris <rgm@gnu.org>
23739
23740 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23741
23742 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23743
23744 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
23745
23746 * progmodes/python.el (python-default-interpreter)
23747 (python-python-command-args, python-jython-command-args)
23748 (python-which-shell, python-which-args, python-which-bufname)
23749 (python-file-queue, python-comint-output-filter-function)
23750 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23751 variables and functions.
23752
23753 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23754
23755 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23756 (completion-in-region-mode): New minor mode.
23757 (completion-in-region): Use it.
23758 (completion-in-region--data, completion-in-region-mode-map): New vars.
23759 (completion-in-region--postch): New function.
23760 (completion--capf-misbehave-funs, completion--capf-safe-funs):
23761 New vars.
23762 (completion--capf-wrapper): New function.
23763 (completion-at-point): Use it to track well-behavedness of
23764 hook functions.
23765 (completion-help-at-point): New command.
23766
23767 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
23768
23769 * vc/add-log.el (add-change-log-entry): Don't use whitespace
23770 syntax class to search for whitespace on a single line
23771 (Message-ID: <4D938140.4030905@redhat.com>).
23772
23773 2011-03-30 Leo Liu <sdl.web@gmail.com>
23774
23775 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23776 New commands.
23777 (edit-abbrevs-map): Bind them here.
23778 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
23779
23780 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
23781
23782 * allout.el (allout-hide-by-annotation, allout-flag-region):
23783 Reduce possibility of overlay leakage by making them volatile.
23784
23785 * allout-widgets.el (allout-widgets-tally): Define as nil so the
23786 hash is not shared between buffers. Mode initialization is
23787 responsible for giving it a useful starting value.
23788 (allout-item-span): Reduce possibility of overlay leakage by
23789 making them volatile.
23790 (allout-widgets-count-buttons-in-region): Add diagnostic function
23791 for tracking down button overlay leaks.
23792
23793 2011-03-29 Leo Liu <sdl.web@gmail.com>
23794
23795 * ido.el (ido-read-internal): Use the default history var
23796 minibuffer-history if no HISTORY is specified.
23797
23798 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
23799
23800 * net/imap.el (imap-shell-open, imap-process-connection-type):
23801 Use imap-process-connection-type for 'shell' streams as well as
23802 Kerberos, SSL, other subprocesses.
23803
23804 2011-03-28 Leo Liu <sdl.web@gmail.com>
23805
23806 * abbrev.el (abbrev-table-empty-p): New function.
23807 (prepare-abbrev-list-buffer): Place empty abbrev tables after
23808 nonempty ones. (Bug#5937)
23809
23810 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23811
23812 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23813
23814 2011-03-27 Leo Liu <sdl.web@gmail.com>
23815
23816 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23817 for foreground and background colors.
23818 (ansi-color-make-color-map): Adapt.
23819
23820 2011-03-25 Leo Liu <sdl.web@gmail.com>
23821
23822 * midnight.el (midnight-time-float): Remove. Note it calculates
23823 the microsecond component incorrectly and seconds-to-time does the
23824 same job.
23825 Remove redundant (require 'timer).
23826
23827 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23828 (ido-completions): Remove unused arguments. (Bug#8329)
23829
23830 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23831
23832 * minibuffer.el (completion--flush-all-sorted-completions):
23833 Remove itself from hook.
23834 (completion-at-point): Let the functions perform the completion
23835 immediately and return nil or t.
23836 * comint.el (comint-dynamic-complete-functions): Now identical to
23837 completion-at-point-functions.
23838 (comint-dynamic-list-input-ring): Remove unused var `index'.
23839 (comint--match-partial-filename, comint--unquote&expand-filename):
23840 New funs, split from comint-match-partial-filename.
23841 (comint-dynamic-complete): Use completion-at-point.
23842 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23843
23844 2011-03-24 Drew Adams <drew.adams@oracle.com>
23845
23846 * thingatpt.el: Support `defun'.
23847
23848 2011-03-23 Leo Liu <sdl.web@gmail.com>
23849
23850 * abbrevlist.el: Move to obsolete/abbrevlist.el.
23851
23852 * help-mode.el (help-mode-finish): Tweak regexp.
23853
23854 2011-03-23 Glenn Morris <rgm@gnu.org>
23855
23856 * eshell/esh-opt.el (eshell-eval-using-options):
23857 Do not bind unused local variable `eshell-option-stub'.
23858
23859 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23860
23861 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23862
23863 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23864 keymap variable in `with-no-warnings' to avoid a warning when the
23865 keymap has been already `defconst'ed.
23866
23867 2011-03-22 Leo Liu <sdl.web@gmail.com>
23868
23869 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23870 encode all chars in abbrevs; otherwise use emacs-mule or
23871 utf-8-emacs. (Bug#8308)
23872
23873 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23874
23875 * simple.el (backward-delete-char-untabify):
23876 Avoid warning about using `delete-backward-char'.
23877
23878 * image.el (image-type-file-name-regexps): Make it variable.
23879 `imagemagick-register-types' modifies it, and the user may want
23880 to add new extensions for known image types.
23881 (imagemagick-register-types): Throw error if not using ImageMagick.
23882
23883 2011-03-22 Leo Liu <sdl.web@gmail.com>
23884
23885 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23886 located before rcirc-prompt-end-marker.
23887 (rcirc-complete): Error if point is not after rcirc prompt.
23888 Handle the case when table is nil.
23889 (rcirc-user-authenticated): Define to fix compiler warning.
23890
23891 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
23892
23893 * custom.el (custom--inhibit-theme-enable): Make it affect only
23894 custom-theme-set-variables and custom-theme-set-faces.
23895 (provide-theme): Ignore custom--inhibit-theme-enable.
23896 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23897 (custom-enabling-themes): Delete variable.
23898 (enable-theme): Accept only loaded themes as arguments.
23899 Ignore the special custom-enabled-themes variable.
23900 (custom-enabled-themes): Forbid themes from setting this.
23901 Eliminate use of custom-enabling-themes.
23902 (custom-push-theme): Quote "changed" custom var entry.
23903
23904 2011-03-21 Leo Liu <sdl.web@gmail.com>
23905
23906 * ido.el (ido-read-internal): Add ido-selected to history instead
23907 of user input.
23908
23909 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23910
23911 * subr.el (deferred-action-list, deferred-action-function):
23912 Mark obsolete.
23913
23914 2011-03-21 Leo Liu <sdl.web@gmail.com>
23915
23916 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23917 change on 2011-02-13 (bug#8309).
23918
23919 * minibuffer.el (read-file-name-function): Change default value.
23920 (read-file-name--defaults): Rename from read-file-name-defaults.
23921 (read-file-name-default): Rename from read-file-name.
23922 (read-file-name): Call read-file-name-function.
23923
23924 2011-03-21 Glenn Morris <rgm@gnu.org>
23925
23926 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
23927 Doc fixes.
23928
23929 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
23930
23931 * cus-theme.el: Add missing provide statement.
23932 (customize-create-theme): Extract theme value correctly.
23933 (custom-theme-visit-theme): Autoload.
23934 (customize-create-theme): Prompt before inserting default faces.
23935
23936 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
23937
23938 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
23939 units and musical notes.
23940
23941 2011-03-20 Leo Liu <sdl.web@gmail.com>
23942
23943 * ido.el (ido-read-internal): Use completing-read-default.
23944 (ido-completing-read): Fix compatibility with completing-read.
23945
23946 2011-03-20 Christian Ohler <ohler@gnu.org>
23947
23948 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
23949 (ert-delete-all-tests): Use `called-interactively-p' rather than
23950 `interactive-p'.
23951 (ert--make-xrefs-region): Respect END.
23952
23953 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23954
23955 * dired-aux.el (dired-create-directory): Signal an error if the
23956 directory already exists (Bug#8246).
23957
23958 * facemenu.el (list-colors-display): Call list-faces-display
23959 inside with-help-window.
23960 (list-colors-print): Use display property to align the final
23961 column, instead of checking window-width.
23962
23963 2011-03-19 Eli Zaretskii <eliz@gnu.org>
23964
23965 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
23966 windows-nt systems.
23967 (emerge-protect-metachars): Quote correctly for ms-dos and
23968 windows-nt systems.
23969
23970 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
23971
23972 * info.el (info-initialize): Replace all uses of `:' with
23973 path-separator for compatibility with non-Unix systems.
23974 Cache quoting of path-separator. (Bug#8258)
23975
23976 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
23977
23978 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
23979 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
23980 (mouse-avoidance-mode): Fix typos in docstrings.
23981
23982 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23983
23984 * startup.el (package-subdirectory-regexp): Move from package.el.
23985 Omit \\` and \\', and let callers add them.
23986
23987 * emacs-lisp/package.el (package-strip-version)
23988 (package-load-all-descriptors): Add \\` and \\' to
23989 package-subdirectory-regexp before using it.
23990 (package-untar-buffer): New arg DIR; ensure that file untars only
23991 into this expected directory. Remove superfluous delete-region.
23992 (package-unpack): Caller changed.
23993 (package-tar-file-info): Use package-subdirectory-regexp.
23994
23995 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
23996
23997 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
23998 diff-mode-shared-map (bug#8284).
23999 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24000
24001 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24002
24003 * calendar/time-date.el (format-seconds): Use assoc instead of
24004 assoc-string, since assoc-string doesn't exist in XEmacs.
24005
24006 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24007
24008 * custom.el (custom-known-themes): Reflow docstring.
24009 (custom-theme-load-path): Fix typo in docstring.
24010 (load-theme): Fix typo in error message.
24011 (custom-available-themes, custom-variable-theme-value):
24012 Use `let', not `let*'.
24013
24014 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24015
24016 * calc/README: Mention inclusion of musical notes.
24017
24018 * calc/calc-units.el (calc-lu-quant): Rename from
24019 `calc-logunits-quantity'.
24020 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24021 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24022 (calc-db): Rename from `calc-dblevel'.
24023 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24024 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24025 (calc-np): Rename from `calc-nplevel'.
24026 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24027 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24028 (calc-lu-plus): Rename from `calc-logunits-add'.
24029 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24030 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24031 (calc-lu-minus): Rename from `calc-logunits-sub'.
24032 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24033 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24034 (calc-lu-times): Rename from `calc-logunits-mul'.
24035 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24036 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24037 (calc-lu-divide): Rename from `calc-logunits-div'.
24038 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24039 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24040
24041 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24042 functions being autoloaded.
24043
24044 * calc/calc.el (calc-lu-power-reference): Rename from
24045 `calc-logunits-power-reference'.
24046 (calc-lu-field-reference): Rename from
24047 `calc-logunits-field-reference'.
24048
24049 * calc/calc-help.el (calc-l-prefix-help):
24050 Mention musical note functions.
24051
24052 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24053
24054 * minibuffer.el (completion-all-sorted-completions):
24055 Use :completion-cycle-penalty text property if present.
24056
24057 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24058
24059 * allout.el (allout-yank-processing): Adjust for new rebulleting
24060 regime so bullet being yanked is used without prompting the user
24061 for a choice.
24062
24063 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24064
24065 * startup.el (command-line): Warn the user that _emacs is deprecated.
24066
24067 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24068
24069 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24070 (delphi-verbose, delphi-comment-face, delphi-string-face)
24071 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24072 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24073 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24074 (delphi-new-comment-line, delphi-font-lock-defaults)
24075 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24076 Fix typos in docstrings.
24077
24078 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24079
24080 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24081 Invert the roles of character and string values for INSTEAD, so a
24082 string is used for the more common case of a defaulting prompt.
24083
24084 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24085
24086 * progmodes/ruby-mode.el (ruby-backward-sexp):
24087 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24088 * play/gamegrid.el (gamegrid-make-face):
24089 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24090 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24091 * notifications.el (notifications-notify):
24092 * net/xesam.el (xesam-search-engines):
24093 * net/quickurl.el (quickurl-list-insert):
24094 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24095
24096 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24097
24098 * startup.el (command-line): Update package subdirectory regexp.
24099
24100 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24101
24102 * allout.el (allout-abbreviate-flattened-numbering)
24103 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24104
24105 * subr.el (read-char-choice): Only show the cursor after the prompt,
24106 not after the answer.
24107
24108 2011-03-15 Kevin Ryde <user42@zip.com.au>
24109
24110 * help-fns.el (variable-at-point): Skip leading quotes, if any
24111 (bug#8253).
24112
24113 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24114
24115 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24116 warning message.
24117
24118 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24119
24120 * shell.el (shell): When called interactively, offer to change the
24121 shell file name on remote hosts.
24122
24123 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24124
24125 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24126 integration for LDAP parameters. The host, base, user or binddn,
24127 and secret tokens can be specified in a netrc file, for instance.
24128 This is optional because an `auth-source' parameter must be
24129 specified in the search attributes.
24130
24131 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24132
24133 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24134
24135 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24136
24137 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24138 into declaration. Remove redundant and harmful binding.
24139
24140 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24141
24142 * files.el (file-ownership-preserved-p): Pass `integer' as an
24143 explicit 2nd argument to `file-attributes'. If the file's owner
24144 is the Administrators group on Windows, and the current user is
24145 Administrator, consider that a match.
24146
24147 * server.el (server-ensure-safe-dir): Consider server directory
24148 safe on MS-Windows if its owner is the Administrators group while
24149 the current Emacs user is Administrator. Use `=' to compare
24150 numerical UIDs, since they could be integers or floats.
24151
24152 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24153
24154 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24155
24156 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24157
24158 Sync with Tramp 2.2.1.
24159
24160 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24161
24162 * net/trampver.el: Update release number.
24163
24164 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24165
24166 * progmodes/compile.el (compilation--previous-directory): Fix up
24167 various nil/dead-marker mismatches (bug#8014).
24168 (compilation-directory-properties, compilation-error-properties):
24169 Don't call it at a position past the one we're about to change.
24170
24171 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24172 Disable obsolescence warnings in the file that declares it.
24173
24174 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24175
24176 * allout-widgets.el (allout-widgets-tally):
24177 Initialize allout-widgets-tally as a hash table rather than nil to
24178 prevent mode-line redisplay warnings. Also, clarify the module
24179 description and fix a comment typo.
24180
24181 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24182
24183 * help-fns.el (describe-variable): Don't complete keywords.
24184 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24185
24186 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24187
24188 * emacs-lisp/package.el (package-version-join): Impose a standard
24189 string representation for pre/alpha/beta version lists.
24190 (package-unpack-single): Standardize the directory name by passing
24191 it through package-version-join.
24192 (package-strip-rcs-id): Accept any version string that does not
24193 signal an error in version-to-list.
24194
24195 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24196
24197 * simple.el (delete-trailing-whitespace): Return nil for the
24198 benefit of `write-file-functions'.
24199
24200 2011-03-10 Glenn Morris <rgm@gnu.org>
24201
24202 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24203
24204 * vc/vc-git.el (vc-git-program): New option.
24205 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24206 (vc-git--call): Use it.
24207
24208 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24209
24210 * cus-edit.el (Custom-newline): If no button at point, look
24211 for a subgroup button at start-of-line. (Bug#2298)
24212
24213 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24214
24215 2011-03-10 Julien Danjou <julien@danjou.info>
24216
24217 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24218 `cursor-type' is nil.
24219
24220 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24221
24222 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24223
24224 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24225
24226 * allout.el: Change so yank of distinctive-bullet items
24227 preserves the existing header prefix, rebulleting it if necessary,
24228 rather than replacing it. This is necessary for proper operation
24229 of cooperative addons like allout-widgets.
24230 (allout-make-topic-prefix, allout-rebullet-heading):
24231 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24232 value as alternate bullet to be used, instead of prompting the user
24233 for a bullet character.
24234
24235 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24236
24237 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24238 Do not use `tramp-file-name-port', because this returns also
24239 `tramp-default-port'.
24240
24241 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24242
24243 * net/rcirc.el (rcirc-handler-001): Remove useless
24244 with-rcirc-process-buffer.
24245 (rcirc-check-auth-status): Swap arguments to string-match.
24246
24247 2011-03-09 Glenn Morris <rgm@gnu.org>
24248
24249 * shell.el (shell-mode):
24250 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24251
24252 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24253 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24254
24255 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24256
24257 * emacs-lisp/package.el (package-refresh-contents)
24258 (package-menu-execute): Use condition-case-no-debug.
24259
24260 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24261
24262 * simple.el (shell-command-to-string): Use `process-file'.
24263
24264 * emacs-lisp/package.el (package-tar-file-info): Handle also
24265 remote files.
24266
24267 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24268 Use `equal' for upload base check.
24269
24270 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24271
24272 * textmodes/texinfo.el (texinfo-environments):
24273 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24274
24275 2011-03-08 Glenn Morris <rgm@gnu.org>
24276
24277 * cus-start.el (cursor-in-non-selected-windows):
24278 Fix :set quoting oddness. (Bug#8192)
24279
24280 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24281 in some setf expressions. (Bug#2159)
24282
24283 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24284
24285 * custom.el (custom-available-themes): Return themes in
24286 alphabetical order.
24287
24288 See ChangeLog.15 for earlier changes.
24289
24290 ;; Local Variables:
24291 ;; coding: utf-8
24292 ;; End:
24293
24294 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24295
24296 This file is part of GNU Emacs.
24297
24298 GNU Emacs is free software: you can redistribute it and/or modify
24299 it under the terms of the GNU General Public License as published by
24300 the Free Software Foundation, either version 3 of the License, or
24301 (at your option) any later version.
24302
24303 GNU Emacs is distributed in the hope that it will be useful,
24304 but WITHOUT ANY WARRANTY; without even the implied warranty of
24305 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24306 GNU General Public License for more details.
24307
24308 You should have received a copy of the GNU General Public License
24309 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.