* lisp/tmm.el: Use lexical-binding and current-active-maps.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * tmm.el: Use lexical-binding and current-active-maps.
4 (tmm-menubar): Use map-keymap and pcase.
5 (tmm--completion-table): New function.
6 (tmm-prompt): Use it to fix the menu order.
7 (tmm-get-keybind): Use current-active-maps.
8
9 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
10
11 Add dired-hide-details-mode. (Bug#6799)
12
13 * locate.el (locate-mode): Set parent mode property to dired-mode.
14
15 * find-dired.el (find-dired): Call dired-insert-set-properties on
16 initial information line. Set process mark on end of buffer.
17 (find-dired-sentinel):
18 Call dired-insert-set-properties on summary.
19
20 * dired.el (dired-hide-details-hide-symlink-targets)
21 (dired-hide-details-hide-information-lines): New options.
22 (dired-insert-directory):
23 Set properties after final treatment of output.
24 (dired-insert-set-properties):
25 Set dired-hide-details-* properties.
26 (dired-mode-map): Bind dired-hide-details-mode.
27 (dired-mode): Set buffer-invisibility-spec to a list.
28 (dired-next-line): Skip hidden lines.
29 (dired-previous-line): Use dired-next-line.
30 (dired-hide-details-mode): New minor mode.
31 (dired-hide-details-update-invisibility-spec): New function.
32
33 2013-02-13 Glenn Morris <rgm@gnu.org>
34
35 * play/yow.el: Move to obsolete/. (Bug#9384)
36
37 2013-02-13 Juri Linkov <juri@jurta.org>
38
39 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
40 to select `ediff-control-frame' and set input focus correctly on Xfce.
41 (Bug#12218)
42
43 2013-02-13 Juri Linkov <juri@jurta.org>
44
45 * image-mode.el (image-mode-map):
46 * doc-view.el (doc-view-mode-map):
47 * vc/ediff-util.el (ediff-setup-keymap):
48 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
49
50 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
51
52 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
53 performance. Instead of recalculating indentation fully for each
54 line, sum up indentation depth based only on visited lines.
55 (ruby-parse-partial): Increase the depth after "do" even when END
56 is right after it.
57 (ruby-parse-partial): When END is in the middle of a percent
58 literal, increase the depth if the delimiter chars belong to the
59 paren syntax class.
60
61 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
62
63 * play/fortune.el (fortune-compile): Also make the compiled file
64 if it does not exist at all, not just if it is old. (Bug#5338)
65
66 2013-02-13 Glenn Morris <rgm@gnu.org>
67
68 * emacs-lisp/package.el (package-menu-execute): Doc fix.
69
70 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
71
72 * lisp/emacs-lisp/package.el (package-menu-execute):
73 Add optional noquery argument. (Bug#13625)
74
75 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
76
77 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
78 if DIR exists and PARENTS is non-nil.
79
80 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
81
82 * progmodes/js.el (js--multi-line-declaration-indentation):
83 Silence byte-compiler warning.
84
85 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
86
87 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
88
89 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
90 only if it doesn't exist.
91
92 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Set
93 process marker.
94
95 2013-02-12 Tassilo Horn <tsdh@gnu.org>
96
97 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
98 UserInstallation when calling soffice to work around LibreOffice
99 bug 37531.
100
101 2013-02-12 Glenn Morris <rgm@gnu.org>
102
103 * files.el (basic-save-buffer):
104 Offer to create a non-existing directory. (Bug#3016)
105
106 * calc/calc-graph.el (calc-graph-show-dumb):
107 * calendar/calendar.el (calendar-mode-map):
108 * cus-edit.el (custom-mode-map):
109 * ehelp.el (electric-help-map):
110 * emulation/vip.el (vip-mode-map):
111 * epa.el (epa-key-list-mode-map):
112 * info.el (Info-mode-map):
113 * mail/rmail.el (rmail-mode-map):
114 * mail/rmailsum.el (rmail-summary-mode-map):
115 * man.el (Man-mode-map):
116 * net/newst-plainview.el (newsticker-mode-map):
117 * progmodes/cpp.el (cpp-edit-mode-map):
118 * progmodes/grep.el (grep-mode-map):
119 * progmodes/idlw-help.el (idlwave-help-mode-map):
120 * simple.el (special-mode-map):
121 * startup.el (splash-screen-keymap):
122 * view.el (view-mode-map):
123 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
124
125 2013-02-11 Elias Pipping <pipping@lavabit.com>
126
127 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
128 (bug#13679).
129
130 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
133
134 2013-02-11 Glenn Morris <rgm@gnu.org>
135
136 * vc/diff.el (diff-use-labels): New variable.
137 (diff-no-select): Use --label rather than -L, and first
138 check that it is supported. (Bug#11067)
139
140 * files.el (enable-dir-local-variables): New variable.
141 (hack-dir-local-variables): Respect enable-dir-local-variables.
142 * tutorial.el (help-with-tutorial):
143 Ignore directory-local variables. (Bug#11127)
144
145 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
146 (vc-svn-global-switches): ... to here. (Bug#13513)
147
148 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
149
150 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
151 Handle "foo (bar, default: xxx): " prompts.
152
153 2013-02-10 Chong Yidong <cyd@gnu.org>
154
155 * files.el (basic-save-buffer-1): Do not set
156 buffer-file-coding-system-explicit (Bug#4533).
157
158 * mail/emacsbug.el (report-emacs-bug): Change binding of
159 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
160
161 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
162
163 * calc/calc.el (calc-allow-units-as-numbers): New variable.
164 * calc/calc-units.el (calc-convert-units): Use new variable.
165
166 2013-02-09 Eli Zaretskii <eliz@gnu.org>
167
168 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
169
170 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
171 buffer-file-type.
172
173 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
174 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
175 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
176 coding-system-for-write instead.
177
178 * jka-compr.el (jka-compr-write-region): Don't bind
179 buffer-file-type.
180
181 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
182 buffer-file-type.
183
184 * files.el (file-name-buffer-file-type-alist): Remove defvar.
185 (insert-file-contents-literally): Remove reference to
186 file-name-buffer-file-type-alist.
187
188 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
189 make-obsolete.
190 (find-buffer-file-type-match, find-buffer-file-type): Remove.
191 (find-buffer-file-type-coding-system): Remove references to
192 find-buffer-file-type-match, find-buffer-file-type, and
193 buffer-file-type.
194 Don't put find-buffer-file-type-coding-system into
195 file-coding-system-alist.
196 (find-file-binary, find-file-text): Bind coding-system-for-read
197 instead of file-name-buffer-file-type-alist.
198
199 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
200
201 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
202 converter (Bug#13622).
203 (doc-view-unoconv-program): Make obsolete alias.
204 (doc-view-odf->pdf-converter-program): New variable.
205 (doc-view-odf->pdf-converter-function): New variable.
206 (doc-view-mode-p): Use it.
207 (doc-view-odf->pdf-converter-unoconv):
208 Rename from `doc-view-odf->pdf-converter-unoconv'.
209 (doc-view-odf->pdf-converter-soffice): New function.
210 (doc-view-convert-current-doc):
211 Use `doc-view-odf->pdf-converter-function'.
212
213 2013-02-09 Chong Yidong <cyd@gnu.org>
214
215 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
216 view-echo-area-messages (Bug#13340).
217
218 * help.el (view-echo-area-messages): Use display-buffer.
219
220 * dired-x.el (dired-do-run-mail): Prompt for confirmation
221 (Bug#13561).
222
223 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
226 Eval body right away, now that we do eager macroexpansion (bug#13605).
227
228 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
229 (fundamental-mode): Use run-mode-hooks.
230
231 * eshell/esh-proc.el (eshell/kill): Fix last change.
232 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
233
234 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
235
236 * eshell/esh-proc.el (eshell/kill): Rewrite.
237
238 * eshell/em-ls.el (show-almost-all): Declare.
239 (eshell-do-ls): Add support for -A argument.
240
241 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
242
243 * icomplete.el (icomplete-forward-completions)
244 (icomplete-backward-completions): Handle corner case (bug#13602).
245
246 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
247
248 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
249 be nil. Handle this. (Bug#13636)
250
251 2013-02-07 Richard Stallman <rms@gnu.org>
252
253 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
254 `save-buffer-coding-system'.
255
256 2013-02-07 Alan Mackenzie <acm@muc.de>
257
258 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
259 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
260 (c-parse-state-get-strategy): Don't return 'BOD any more.
261 (c-append-lower-brace-pair-to-state-cache):
262 Extra parameter HERE instead of narrowing.
263 Widen to top of buffer before searching backwards for a brace pair.
264 (c-state-push-any-brace-pair): Add HERE parameter to function call.
265 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
266 Narrow to parameter HERE, in place of being called narrowed.
267 (c-remove-stale-state-cache): Extra parameter HERE in place of
268 narrowing. Check there's an open brace in the cache before
269 searching for its match.
270 (c-invalidate-state-cache-1): Add HERE parameter to function call.
271 (c-parse-state-1): Don't narrow here for 'forward strategy,
272 instead passing extra parameter HERE to several functions.
273 Remove 'BOD strategy.
274
275 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
276
277 * emacs-lisp/package.el (describe-package-1): Tell what archive is
278 used to install the package.
279
280 2013-02-06 Glenn Morris <rgm@gnu.org>
281
282 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
283 if we can't get user input. (Bug#6567)
284
285 * startup.el (command-line): If simple.el is missing,
286 test and warn about for some possible causes.
287
288 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
289
290 * cus-start.el (all): Add ns-use-native-fullscreen.
291
292 2013-02-05 Glenn Morris <rgm@gnu.org>
293
294 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
295
296 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
297 Fix directory creation in fallback case.
298
299 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
300
301 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
302 (vc-update-change-log): Use dolist.
303
304 2013-02-04 Chong Yidong <cyd@gnu.org>
305
306 * thingatpt.el: Rewrite the URL detection routines, absorbing some
307 code from ffap.el.
308 (thing-at-point-beginning-of-url-regexp): New var.
309 (thing-at-point-uri-schemes): Update list of URI schemes.
310 (thing-at-point-url-regexp): Variable deleted.
311 (thing-at-point-markedup-url-regexp): Disallow newlines.
312 (thing-at-point-newsgroup-regexp)
313 (thing-at-point-newsgroup-heads)
314 (thing-at-point-default-mail-uri-scheme): New variables.
315 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
316 method to find the possible bounds of the URI at point.
317 New optional argument to find ill-formed URIs.
318 (thing-at-point-url-at-point): Rewrite. New arguments for finding
319 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
320 the scheme-adding heuristics from ffap-url-at-point.
321 (thing-at-point--bounds-of-well-formed-url): New function.
322 Do parens matching to decide whether to include parens in the URI
323 (Bug#9153).
324
325 * ffap.el: Require thingatpt.
326 (ffap-url-at-point): Delegate URI detection to thing-at-point.
327 All URI-valid characters are now recognized (Bug#5673).
328 (ffap-string-at-point): Use use-region-p.
329 (ffap-url-regexp): Extra character is handled by thing-at-point.
330 (ffap-string-at-point-mode-alist): Allow parentheses.
331 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
332 Convert to aliases; code moved to thingatpt.el.
333 (ffap-gnus-hook): Use setq-local.
334
335 2013-02-04 Glenn Morris <rgm@gnu.org>
336
337 * emacs-lisp/ert.el (ert--explain-format-atom):
338 Don't try to print non-characters as characters. (Bug#13543)
339
340 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
341
342 * net/tramp.el (tramp-debug-message): Extend function exclude list.
343 (tramp-backtrace): New defun.
344 (tramp-handle-insert-file-contents): Use `visit' when inserting
345 the local copy.
346
347 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
348 Use `remote-file-name-inhibit-cache'.
349
350 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
353 (bug#13614).
354
355 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
356 current-load-list (bug#13366).
357
358 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
359
360 * progmodes/compile.el (compilation-error-regexp-alist-alist):
361 Identify g++ template instantiation trace. (Bug#12287)
362 (compilation-mode-hook, compilation-start-hook)
363 (compilation-window-height): Simplify docstrings. (Bug#13379)
364
365 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * mouse.el (mouse-drag-track): Always deactivate the mark before
368 running the final event's command since that command is in charge of
369 activating the mark if needed (bug#13523).
370
371 2013-02-02 Juri Linkov <juri@jurta.org>
372
373 * replace.el (perform-replace): Move let-bindings of isearch-*
374 variables deeper to the loop that searches for the next match.
375 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
376 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
377 (Bug#13579)
378
379 * isearch.el (isearch-search-fun-default): Check for null
380 first element of isearch-cmds as a precaution when it's used
381 with inactive isearch.
382
383 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
384
385 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
386 error when buffer in question is narrowed so position 1 is out of
387 visible part.
388
389 2013-02-02 Glenn Morris <rgm@gnu.org>
390
391 * textmodes/remember.el (remember-clipboard): Doc fix.
392
393 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
396 properties (bug#13179).
397
398 2013-02-02 Juri Linkov <juri@jurta.org>
399
400 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
401 instead of hard-coded default face `match'. (Bug#9438)
402
403 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
404
405 * vc/vc-arch.el (vc-arch-registered):
406 * vc/vc-bzr.el (vc-bzr-registered):
407 * vc/vc-cvs.el (vc-cvs-registered):
408 * vc/vc-git.el (vc-git-registered):
409 * vc/vc-hg.el (vc-hg-registered):
410 * vc/vc-mtn.el (vc-mtn-registered):
411 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
412 (Bug#13139)
413
414 * info.el (Info-next-reference, Info-prev-reference): Add numeric
415 prefix argument. (Bug#11656)
416
417 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
420
421 2013-02-01 Glenn Morris <rgm@gnu.org>
422
423 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
424 if the backend is known not to support it.
425
426 * imenu.el (imenu-default-create-index-function):
427 Tweak infinite loop test to check for forward motion as well as none.
428
429 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
430
431 * net/soap-client.el (soap-invoke): Encode the string for
432 `url-request-data' as UTF-8.
433 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
434
435 2013-02-01 Glenn Morris <rgm@gnu.org>
436
437 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
438
439 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
440
441 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
442
443 * net/tramp.el (tramp-tramp-file-p): Comment check for
444 `string-as-unibyte'. The function does not exist on XEmacs, and
445 likely we need another approach.
446
447 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
448 `tramp-gw-*' variables are bound.
449
450 2013-01-31 Glenn Morris <rgm@gnu.org>
451
452 * files.el (basic-save-buffer-2): Choose coding system for
453 writing the file before backing it up, to reduce delay between
454 backing up and writing the new version. (Bug#13522)
455
456 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
457
458 * simple.el (cycle-spacing): New command.
459 (just-one-space): Use it.
460
461 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
464 (opascal-newline-always-indents): Remove custom.
465 (opascal-tab, opascal-newline): Remove commands.
466 (opascal-new-comment-line): Insert "\n" instead of calling newline.
467 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
468 (opascal-save-match-data): Remove, use save-match-data instead.
469 (opascal-save-state): Use with-silent-modifications.
470
471 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
472 (bug#13585).
473
474 2013-01-30 Juri Linkov <juri@jurta.org>
475
476 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
477 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
478 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
479
480 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
483 column if we're just deleting the backslashes.
484 (makefile-fill-paragraph): Use eolp.
485
486 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
487
488 * autorevert.el (auto-revert-use-notify): Fix docstring.
489
490 2013-01-30 Leo Liu <sdl.web@gmail.com>
491
492 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
493
494 2013-01-30 Glenn Morris <rgm@gnu.org>
495
496 * mouse.el (mouse-drag-line): Avoid pushing same event onto
497 unread-command-events twice in some cases. This tries to implement
498 the 2012-07-26 changes in a different way. (Bug#13560)
499
500 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
501
502 * progmodes/python.el
503 (python-pdbtrack-comint-output-filter-function): Enhancements on
504 stacktrace detection. (thanks @gnovak)
505
506 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
509 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
510 Use defvar-local.
511 (jit-lock-register): Use setq-local.
512
513 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
514
515 * calc-units.el (math-default-units-table): Remove initial value.
516 (calc-convert-units): Treat expressions where all the units cancel as
517 if they didn't have units.
518
519 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
520
521 * net/tramp.el (tramp-process-connection-type): Fix docstring.
522 (tramp-completion-reread-directory-timeout): Fix type.
523 (tramp-connection-min-time-diff): New defcustom.
524
525 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
526
527 2013-01-30 Glenn Morris <rgm@gnu.org>
528
529 * imenu.el (imenu-default-create-index-function):
530 Put back a version of the infinite loop test removed 2013-01-23.
531
532 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
533
534 * progmodes/python.el (python-shell-parse-command):
535 Find python-shell-interpreter with modified environment.
536
537 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
540
541 2013-01-29 Alan Mackenzie <acm@muc.de>
542
543 Amend to fontify /regexp/s in actions correctly.
544 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
545 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
546 are no longer included.
547 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
548 What used to be these variables without "-line" in the name.
549 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
550 (c-awk-non-arith-op-bra-re): Now also matches {.
551 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
552 "return", and "case".
553 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
554 by /.
555 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
556 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
557
558 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
559
560 * autorevert.el (auto-revert-use-notify):
561 Use `custom-initialize-default' for initialization. (Bug#13583)
562
563 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
564
565 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
566 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
567 in `tramp-file-name-handler'.
568 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
569 compatibility.
570 (tramp-compute-multi-hops): Check, whether
571 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
572
573 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
576 (bug#13297).
577
578 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
579
580 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
581 checks made superfluous by the \_< operator.
582 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
583 temporarily) broken indentation.
584 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
585 Highlight nested constants, too. \_< broke that.
586
587 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
588
589 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
590 instead of "\\b".
591
592 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
593
594 * autorevert.el (auto-revert-handler): Notifications which result
595 from a saved file shall not be taken into account. (Bug#13557)
596
597 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
598
599 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
600 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
601 (lisp-mode): Pass t for it. (Bug#13556)
602
603 2013-01-25 Alan Mackenzie <acm@muc.de>
604
605 AWK Mode: Fix indentation bug at top level. Bug #12274.
606
607 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
608 just before CASE 5D.
609
610 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
611
612 * net/socks.el (socks-nslookup-host): Use string-to-number.
613
614 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
615
616 * autorevert.el (auto-revert-remote-files)
617 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
618 (auto-revert-notify-enabled, auto-revert-use-notify)
619 (auto-revert-notify-watch-descriptor-hash-list)
620 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
621 (auto-revert-notify-event-descriptor)
622 (auto-revert-notify-event-action)
623 (auto-revert-notify-event-file-name): Doc fix.
624 (global-auto-revert-mode): Reorder checks.
625 (auto-revert-notify-rm-watch): Respect changed values of
626 `auto-revert-notify-watch-descriptor-hash-list'.
627 (auto-revert-notify-add-watch): Check for
628 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
629 `inotify-add-watch'. Watch `default-directory' instead of
630 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
631 has a changed meaning now. (Bug#13540)
632 (auto-revert-notify-handler): Change implementation wrt events
633 returning from a directory.
634 (auto-revert-handler): Reorder implementation for checks of remote
635 files.
636 (auto-revert-buffers): Fix parentheses error.
637
638 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
639
640 * progmodes/python.el: Enhancements to header documentation about
641 skeletons. (Bug#5716)
642
643 * imenu.el (imenu-default-create-index-function): Remove useless
644 infinite loop check. (Bug#13438)
645
646 2013-01-25 Alan Mackenzie <acm@muc.de>
647
648 Fix a bug in the state cache mechanism. Refactor this a bit.
649
650 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
651 `cache-pos' element from the return value.
652 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
653 buffer to enable proper searching from beyond HERE. Amend the
654 test for detecting the sought brace pair. Amend the value written
655 to the "brace desert cache" when the brace isn't found.
656 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
657 and several other variables analogously.
658 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
659 parameter to a locally calculated variable.
660 (c-parse-state-1): Change the calling conventions to the two
661 defuns involving `cache-pos'.
662
663 2013-01-25 Chong Yidong <cyd@gnu.org>
664
665 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
666
667 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
668
669 * paren.el (show-paren-function): Make sure to set 'priority and
670 'face only if the overlay does exist.
671
672 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
673
674 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
675
676 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
677 basic attributes.
678 (tramp-sh-handle-set-file-acl): Improve error checking.
679
680 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
681
682 * doc-view.el (doc-view-display): Force mode line update until all
683 document is converted. Suggested by Stefan Monnier (Bug#13164).
684
685 2013-01-23 Bastien Guerry <bzg@gnu.org>
686
687 * paren.el (show-paren-function): Make sure an overlay exists
688 before trying to delete it. Also use `pos' as a position only
689 when it is an integer.
690
691 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
692
693 * play/gametree.el (gametree-break-line-here): Use point-marker.
694
695 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
696
697 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
698 Mark descriptive parts with `display' property.
699
700 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
701
702 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
703 New variable to map standard dict names to hunspell ones.
704 (ispell-set-spellchecker-params): Make sure specific dict names
705 are used for standard dicts with hunspell.
706
707 2013-01-21 Tassilo Horn <tsdh@gnu.org>
708
709 * textmodes/reftex-cite.el (reftex-format-citation): Add format
710 chars for note (%N) and url (%U).
711 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
712
713 2013-01-21 Juri Linkov <juri@jurta.org>
714
715 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
716 in addition to existing separate binding `meta f10' in `global-map'.
717 (Bug#13484)
718
719 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
720
721 Improve XEmacs compatibility.
722
723 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
724
725 * net/tramp-adb.el (top): Require `time-date'.
726 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
727 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
728 Use `tramp-file-name-handler'.
729 (tramp-adb-maybe-open-connection):
730 Use `tramp-compat-set-process-query-on-exit-flag'.
731
732 * net/tramp-sh.el (tramp-sh-handle-file-acl):
733 Use `tramp-compat-funcall'.
734
735 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
736 `tramp-compat-funcall'.
737
738 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
739
740 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
741 reimplementation using "adb shell command ..." instead of running
742 remote shell interactively.
743
744 2013-01-20 Glenn Morris <rgm@gnu.org>
745
746 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
747 Add native profiler menu entries.
748
749 * profiler.el (profiler-running-p): New function.
750 (profiler-cpu-profile): Use profiler-running-p.
751 (profiler-report-mode-map): Add some more menu entries.
752
753 2013-01-19 Glenn Morris <rgm@gnu.org>
754
755 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
756 fixes 2012-12-07 change. (Bug#13499)
757
758 2013-01-19 Leo Liu <sdl.web@gmail.com>
759
760 * dired.el (dired-get-marked-files): Prune erroneous values due to
761 last change. (Bug#13152)
762
763 2013-01-19 Glenn Morris <rgm@gnu.org>
764
765 * progmodes/etags.el (tags-table-check-computed-list):
766 Preserve point in tags buffer. (Bug#13412)
767
768 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
769
770 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
771 Chong Yidong <cyd@gnu.org>
772
773 * image-mode.el (image-next-file, image-previous-file):
774 New commands (Bug#8453).
775 (image-mode-map): Bind them to n and p.
776 (image-mode--images-in-directory): New helper function.
777
778 2013-01-19 Chong Yidong <cyd@gnu.org>
779
780 * image-mode.el (image-mode-fit-frame): Add a frame argument.
781 Suggested by Drew Adams (Bug#7730). Handle window decorations;
782 save and restore the old window configuration.
783
784 2013-01-18 Leo Liu <sdl.web@gmail.com>
785
786 * progmodes/js.el: Tweak autoload cookie for alias.
787
788 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
789
790 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
791 buffer local, again. This was lost with the fix on 2013-01-12.
792
793 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
794
795 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
796 order to support several eshell buffers in parallel.
797
798 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
799
800 * autorevert.el (auto-revert-use-notify): In the :set function, do
801 not modify `kill-buffer-hook'.
802 (auto-revert-notify-rm-watch):
803 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
804 (auto-revert-notify-add-watch): Do not call
805 `auto-revert-notify-rm-watch', but add it to a buffer local
806 `kill-buffer-hook'.
807
808 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
811 call to `eval' rather than a backquoted lambda.
812
813 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
816 to return an explicit nil.
817 (advice--remove-function): Change accordingly.
818
819 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
820 the use of nadvice.el.
821
822 * progmodes/which-func.el (which-function): Silence imenu errors
823 (bug#13433).
824
825 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
826
827 * progmodes/sql.el: (sql-imenu-generic-expression):
828 (sql-mode-font-lock-object-name): Match schema qualified names.
829 (sql-connect): Use string keys.
830 (sql-product-interactive): Wait for interpreter prompt.
831 (sql-comint-oracle): Set process coding based on NLS_LANG.
832
833 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
834
835 * progmodes/sql.el (sql-output-to-send): Remove, unused.
836 (sql-interactive-remove-continuation-prompt):
837 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
838
839 2013-01-14 Leo Liu <sdl.web@gmail.com>
840
841 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
842 (Bug#13420)
843
844 2013-01-14 Glenn Morris <rgm@gnu.org>
845
846 * progmodes/compile.el (compilation-error-regexp-alist-alist):
847 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
848
849 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
850
851 * progmodes/python.el (python-nav-end-of-statement):
852 Fix cornercase when handling multiline strings.
853
854 2013-01-13 Richard Stallman <rms@gnu.org>
855
856 * mail/sendmail.el (mail-position-on-field): Add doc string.
857
858 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
859 Get current message boundaries and pass them to
860 message-forward-make-body-mime. Minor style changes.
861
862 2013-01-13 Eli Zaretskii <eliz@gnu.org>
863
864 * cus-start.el (all): Avoid warnings about
865 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
866
867 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
868
869 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
870
871 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * jit-lock.el (jit-lock-debug-mode): New minor mode.
874 (jit-lock--debug-fontifying): New var.
875 (jit-lock--debug-fontify): New function.
876 * subr.el (condition-case-unless-debug): Don't prevent catching the
877 error, just let the debbugger run.
878 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
879 timer code and don't drop errors silently.
880
881 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
882
883 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
884 `permanent-local' property.
885 (auto-revert-notify-handler): Use `file-equal-p'.
886
887 2013-01-12 Eli Zaretskii <eliz@gnu.org>
888
889 * autorevert.el (auto-revert-notify-handler): Fix filtering of
890 file notification by ACTION. For filtering by file name, compare
891 only the non-directory part of the file name.
892
893 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * autorevert.el: Use cl-lib instead of cl.
896
897 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
898 (vc-bzr-checkin): Use it.
899 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
900 will preserve match-data.
901
902 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
903
904 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
905 (js--declaration-keyword-re): New var.
906 (js--multi-line-declaration-indentation): New function.
907 (js--proper-indentation): Use it.
908
909 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
910
911 * calc/calc.el (calc-highlight-selections-with-faces)
912 (calc-dispatch):
913 * comint.el (comint-history-isearch-message):
914 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
915 * ffap.el (ffap-string-at-point-region, ffap-next)
916 (ffap-string-at-point, ffap-string-around)
917 (ffap-copy-string-as-kill, ffap-highlight-overlay)
918 (ffap-literally):
919 * font-lock.el (font-lock-keywords-alist)
920 (font-lock-removed-keywords-alist):
921 * help-mode.el (help-xref-symbol-regexp):
922 * info.el (Info-find-emacs-command-nodes):
923 * international/mule.el (add-to-coding-system-list):
924 * isearch.el (isearch-message-function, isearch-fail-pos):
925 * misearch.el (multi-isearch-next-buffer-function):
926 * newcomment.el (comment-box):
927 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
928 (pr-setting-database):
929 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
930 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
931 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
932 (pike-font-lock-keywords-3):
933 * progmodes/compile.el (compile):
934 * progmodes/etags.el (tags-table-files)
935 (tags-table-files-function, tags-included-tables-function):
936 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
937 (gdb-restore-windows):
938 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
939 (ps-n-up-filling-database):
940 * server.el (server-buffer, server-log):
941 * simple.el (newline, delete-backward-char, delete-forward-char)
942 (minibuffer-history-isearch-message, kill-line, track-eol)
943 (temporary-goal-column):
944 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
945 (flyspell-default-deplacement-commands):
946 * textmodes/ispell.el (ispell-accept-output):
947 * textmodes/sgml-mode.el (html-tag-help):
948 * vc/compare-w.el (compare-ignore-whitespace)
949 (compare-ignore-case, compare-windows-dehighlight):
950 * vc/diff.el (diff):
951 * whitespace.el (whitespace-point)
952 (whitespace-font-lock-refontify, whitespace-bob-marker)
953 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
954
955 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
956
957 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
958 (auto-revert-notify-rm-watch): Ignore errors.
959 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
960 inotify, and '(size last-write-time) for w32notify.
961 Set buffer-local `auto-revert-use-notify' to nil when adding a file
962 watch fails - this is a fallback to the file modification check.
963 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
964 (auto-revert-notify-event-action)
965 (auto-revert-notify-event-file-name): New defuns.
966 (auto-revert-notify-handler): Use them. Implement first
967 plausibility checks.
968 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
969
970 2013-01-11 Julien Danjou <julien@danjou.info>
971
972 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
973 max are almost equal. Also return the correct value for V which is
974 already between 0 and 1.
975
976 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
977
978 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
979
980 2013-01-11 Eli Zaretskii <eliz@gnu.org>
981
982 * autorevert.el (auto-revert-notify-rm-watch)
983 (auto-revert-notify-add-watch): Fix typos in w32notify function
984 names.
985
986 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
987
988 * autorevert.el (auto-revert-notify-enabled): Move up.
989 (auto-revert-use-notify): New defcustom.
990 (auto-revert-mode, global-auto-revert-mode)
991 (auto-revert-notify-add-watch, auto-revert-handler)
992 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
993 `auto-revert-notify-enabled'.
994
995 2013-01-10 Elias Pipping <pipping@exherbo.org>
996
997 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
998 * doc-view.el (doc-view-document->bitmap):
999 Use doc-view-single-page-converter-function instead of
1000 single-page-converter arg; adjust callers.
1001
1002 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
1003
1004 * progmodes/which-func.el (which-function): Understand Semantic's use
1005 of overlays in imenu--index-alist.
1006
1007 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1008
1009 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
1010 (Man-man-k-use-anchor): New var.
1011 (Man-parse-man-k): New function.
1012 (Man-completion-table): Use it.
1013 (man): Flush the completion cache between uses.
1014
1015 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1016
1017 * autorevert.el: Add file watch support.
1018 (auto-revert-notify-enabled): New defconst.
1019 (auto-revert-notify-watch-descriptor-hash-list)
1020 (auto-revert-notify-watch-descriptor)
1021 (auto-revert-notify-modified-p): New defvars.
1022 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1023 (auto-revert-notify-handler): New defuns.
1024 (auto-revert-mode, global-auto-revert-mode): Remove file watches
1025 when mode is disabled.
1026 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
1027 (auto-revert-buffers): Add file watches for active buffers.
1028
1029 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1030
1031 * cus-start.el (toplevel): Only allow float values for
1032 scroll-up-aggressively and scroll-down-aggressively.
1033 Allow any number for line-spacing.
1034
1035 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1038 (doc-view-pdf->png-converter-function): Use mupdf if available.
1039 (doc-view-djvu->png-converter-function)
1040 (doc-view-ps->png-converter-function): Remove.
1041 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1042 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1043 (doc-view-already-converted-p): Adjust accordingly.
1044 (doc-view-mode-p): Simplify.
1045 (doc-view-enlarge): Use setq-local.
1046 (doc-view-pdf->png-converter-ghostscript)
1047 (doc-view-djvu->png-converter-ddjvu)
1048 (doc-view-pdf->png-converter-mupdf): Rework to call
1049 doc-view-start-process directly.
1050 (doc-view-pdf/ps->png): Simplify accordingly.
1051 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1052 (doc-view-document->bitmap): Rename from doc-view-document->png.
1053 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1054 (doc-view-set-slice-from-bounding-box): Fix completion table.
1055 (doc-view-mode): Use add-hook for after-revert-hook.
1056
1057 2013-01-10 Glenn Morris <rgm@gnu.org>
1058
1059 * emacs-lisp/authors.el (authors-ignored-files)
1060 (authors-valid-file-names, authors-renamed-files-alist):
1061 Add some more entries.
1062
1063 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1066 `t' pseudo-window entry.
1067
1068 2013-01-10 Alan Mackenzie <acm@muc.de>
1069
1070 Fix bugs in the c-parse-state mechanism. Reuse some markers
1071 instead of continually generating new ones.
1072
1073 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1074 (c-state-old-cpp-end-marker): New variables.
1075 (c-append-lower-brace-pair-to-state-cache): Start a backward
1076 search for "}" definitively outside CPP constructs.
1077 (c-remove-stale-state-cache): Inform the caller of a need to
1078 search back for a brace pair in certain circumstances.
1079 (c-state-maybe-marker): New macro.
1080 (c-parse-state): Reuse markers when appropriate.
1081
1082 2013-01-10 Glenn Morris <rgm@gnu.org>
1083
1084 * simple.el (execute-extended-command): Doc fix.
1085 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1086
1087 2013-01-10 Chong Yidong <cyd@gnu.org>
1088
1089 * faces.el (read-face-name): Doc fix.
1090
1091 2013-01-10 Roland Winkler <winkler@gnu.org>
1092
1093 * emacs-lisp/crm.el: Allow any regexp for separators.
1094 (crm-default-separator): All spaces around the default comma separator.
1095 (crm--completion-command): New macro.
1096 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1097 (crm-complete-and-exit): Handle non-single-char separators.
1098
1099 2013-01-09 Elias Pipping <pipping@lavabit.com>
1100
1101 * doc-view.el: Add support for DjVu (bug#13164).
1102 (doc-view-djvu->png-converter-function): New config var.
1103 (doc-view-single-page-converter-function, doc-view--image-type)
1104 (doc-view--image-file-extension): New vars.
1105 (doc-view-mode): Initialize them.
1106 (doc-view-goto-page): Use them.
1107 (doc-view-mode-p): Add support for ddjvu.
1108 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1109 (doc-view-set-up-single-converter): New funs.
1110 (doc-view-pdf/ps->png): Extend for djvu.
1111 (doc-view-document->png): Rename from doc-view-pdf->png.
1112 (doc-view-convert-current-doc): Handle djvu.
1113 (doc-view-insert-image, doc-view-display)
1114 (doc-view-already-converted-p): Don't hardcode png.
1115 (doc-view-set-doc-type): Recognize djvu docs.
1116
1117 2013-01-09 Elias Pipping <pipping@lavabit.com>
1118
1119 * doc-view.el: Add support for mupdf converter (bug#13164).
1120 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1121 (doc-view-ps->png-converter-function): New config vars.
1122 (doc-view-pdf->png-converter-ghostscript)
1123 (doc-view-ps->png-converter-ghostscript)
1124 (doc-view-pdf->png-converter-mupdf): New functions.
1125 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1126
1127 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1128
1129 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1130 first in session cache: When `tramp-own-remote-path' is in
1131 `tramp-remote-path', the remote path is only set in the session
1132 cache.
1133
1134 2013-01-09 Glenn Morris <rgm@gnu.org>
1135
1136 * emacs-lisp/trace.el (trace-function-foreground)
1137 (trace-function-background): Doc fix.
1138
1139 2013-01-09 Juri Linkov <juri@jurta.org>
1140
1141 * international/mule-cmds.el (read-char-by-name): Move let-binding
1142 of completion-ignore-case around completing-read to fix regression
1143 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1144 `string-match-p' using the nil value of `case-fold-search' and
1145 `completion-ignore-case' in `completion-pcm--all-completions'.
1146 (Bug#12615).
1147
1148 2013-01-09 Glenn Morris <rgm@gnu.org>
1149
1150 * progmodes/compile.el (compilation-parse-errors):
1151 Fix typo. (Bug#13369)
1152
1153 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1154
1155 * comint.el (comint-send-input): Check size of buffer before
1156 waiting for process output, in case already accepted. (Bug#13290)
1157
1158 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1159
1160 Spelling fixes.
1161 * net/tramp-adb.el (tramp-adb-get-toolbox):
1162 Fix misspelling of 'unknown'.
1163
1164 2013-01-08 Juri Linkov <juri@jurta.org>
1165
1166 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1167 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1168 Use underline style wave on terminals that support it. (Bug#13000)
1169
1170 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1173 the predicate returns nil.
1174
1175 * simple.el: Use lexical-binding.
1176 (primitive-undo): Use pcase.
1177 (minibuffer-history-isearch-push-state): Use a closure.
1178
1179 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1180
1181 * simple.el (primitive-undo): Move from undo.c.
1182
1183 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1186 (cvs-mode-remove-handled): Use it (bug#13380).
1187
1188 * emacs-lisp/nadvice.el (advice--tweak): New function.
1189 (advice--remove-function, advice--subst-main): Use it.
1190
1191 * emacs-lisp/advice.el: Update commentary.
1192
1193 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1194
1195 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1196 Remove spurious entry.
1197
1198 2013-01-08 Glenn Morris <rgm@gnu.org>
1199
1200 * net/tramp.el (tramp-default-host-alist): Add :version.
1201
1202 2013-01-08 Juri Linkov <juri@jurta.org>
1203
1204 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1205 single completion. (Bug#12456)
1206 (info--manual-names): Expand node completions into an explicit list
1207 before appending it to another list. Filter out internal buffers
1208 with the leading space in the buffer name. (Bug#10771)
1209
1210 2013-01-08 Juri Linkov <juri@jurta.org>
1211
1212 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1213 that defaults to the Top node.
1214 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1215 the short format (FILENAME) goes to the Top node.
1216 (Info-build-node-completions): Rename arg `file' to `filename'.
1217 (Bug#13365)
1218
1219 2013-01-07 Bastien Guerry <bzg@gnu.org>
1220
1221 * menu-bar.el (menu-bar-search-documentation-menu):
1222 Use `apropos-user-option' and fix the help message.
1223
1224 2013-01-07 Bastien Guerry <bzg@gnu.org>
1225
1226 * apropos.el (apropos-do-all): Update docstring.
1227 (apropos-user-option-button): New face.
1228 (apropos-user-option): Rename from `apropos-variable' and update
1229 docstring.
1230 (apropos-variable): Rewrite, now show all variables by default.
1231 (apropos-print): Mention "User option" instead of "Variable" when
1232 printing doc for user options. (Bug#13276)
1233
1234 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1235
1236 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1237 Handle filename correctly, when parsing "source -> target" symlink
1238 output.
1239 (tramp-adb-handle-set-file-times): New defun.
1240
1241 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1244 advice list when the interactive-spec of ad-Advice-* changes.
1245
1246 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1247
1248 * wid-edit.el (widget-default-get): Work for inlined elements.
1249 (Bug#12670)
1250
1251 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1252
1253 * net/tramp.el (tramp-default-host-alist): New defcustom.
1254 (tramp-find-host): Use it.
1255 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1256 `eshell-directory-change-hook'.
1257
1258 * net/tramp-adb.el (top): Add adb specific entry in
1259 `tramp-default-host-alist'.
1260 (tramp-adb-file-name-host): Remove function.
1261 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1262 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1263
1264 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1265
1266 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1267
1268 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1269
1270 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1271
1272 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1273 consist of more than one digit.
1274 (tramp-adb-file-name-handler-alist):
1275 Use `tramp-handle-file-exists-p' consistently.
1276 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1277 (tramp-adb-handle-file-exists-p): Remove function.
1278 (tramp-adb-file-name-host): New defun.
1279 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1280 Use it.
1281 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1282
1283 2013-01-06 Chong Yidong <cyd@gnu.org>
1284
1285 * vc/vc.el (vc-next-action): Detect buffer modifications
1286 conflicting with locking VCS operation (Bug#11490).
1287
1288 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1289
1290 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1291
1292 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1293 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1294
1295 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1296
1297 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1298 parsing of ls output using regular expression (handle filenames
1299 with spaces). Use virtual device number.
1300 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1301 cleanup).
1302
1303 2013-01-04 Daiki Ueno <ueno@gnu.org>
1304
1305 * epg.el: Silence byte-compiler warnings.
1306 (epg--start): Use delete-char instead of delete-backward-char.
1307 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1308
1309 2013-01-04 Daiki Ueno <ueno@gnu.org>
1310
1311 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1312 Suggested by Eli Zaretskii <eliz@gnu.org>.
1313
1314 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1315
1316 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1317 non-negative integers. Otherwise, the default values are used.
1318 (tramp-convert-file-attributes): Convert uid and gid to integers.
1319
1320 2013-01-04 Glenn Morris <rgm@gnu.org>
1321
1322 * term.el (term-handle-colors-array): Ensure face attributes
1323 are fully specified, not nil. (Bug#13337)
1324
1325 * term.el (term-default-fg-color, term-default-bg-color):
1326 Fix custom type.
1327
1328 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1329 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1330 rather than 'jka-compr being loaded. (Bug#13338)
1331
1332 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1333
1334 * icomplete.el (icomplete-completions):
1335 Honor icomplete-prospects-height once more following
1336 2012-11-29 changes. (Bug#13224)
1337
1338 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1341 of called-interactively-p as well (bug#13237).
1342
1343 * view.el (view--enable, view--disable): Rename from view-mode-enable
1344 and view-mode-disable and assume it's called from view-mode.
1345 (view-mode-enable, view-mode-disable): Redefine as obsolete
1346 compatibility layer above view-mode.
1347 (view-mode-enter): Call `view-mode'.
1348
1349 * files.el (after-find-file): Call `view-mode'.
1350
1351 * doc-view.el (doc-view-scale-internally): New var.
1352 (doc-view-enlarge, doc-view-insert-image): Obey it.
1353
1354 2013-01-03 Daiki Ueno <ueno@gnu.org>
1355
1356 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1357 exist. (Bug#13344)
1358
1359 2013-01-03 Glenn Morris <rgm@gnu.org>
1360
1361 * mail/rmail.el (rmail-set-header-1): Ignore case.
1362 Handle multi-line headers. (Bug#13330)
1363
1364 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1365 Handle paragraph starting at beginning of buffer.
1366
1367 * subr.el (eval-after-load): Don't purecopy the form, so that it
1368 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1369
1370 * emacs-lisp/byte-run.el (defun): Place cl declarations
1371 after any interactive spec. (Bug#13265)
1372
1373 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1374
1375 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1376 defun. Don't check for DECL if DOCSTRING isn't a string.
1377 (defun): Likewise.
1378
1379 2013-01-02 Glenn Morris <rgm@gnu.org>
1380
1381 * eshell/em-cmpl.el (eshell-pcomplete):
1382 More thoroughly imitate pcomplete. (Bug#13293)
1383
1384 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1385 Return nil for empty path elements. (Bug#13296)
1386
1387 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1388
1389 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1390 order to improve efficiency (Based on Daniel Colascione's
1391 <dancol@dancol.org> patch). (Bug#13182)
1392
1393 2013-01-02 Glenn Morris <rgm@gnu.org>
1394
1395 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1396
1397 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1398
1399 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1400 neither DOCSTRING nor DECL was given. (Bug#13316)
1401
1402 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1403
1404 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1405 `error' call.
1406 (tramp-do-copy-or-rename-file): Ignore errors when calling
1407 `set-file-extended-attributes'.
1408
1409 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1410 Add handler for `file-acl'.
1411 (tramp-smb-handle-file-acl): New defun.
1412
1413 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1414
1415 * calc/README: Mention ISO 8601 week-numbering dates.
1416
1417 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1418
1419 * view.el (view-mode-enable): New argument run-view-mode-hook.
1420 Run view-mode-hook only when it's non-nil (Bug#13315).
1421 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1422 argument t.
1423
1424 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1425
1426 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1427 (No device connected, invalid device name). (Bug #13299)
1428
1429 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1430
1431 * window.el (window-resizable--p): Rename to window-resizable-p.
1432 (window-resize-no-error): New function.
1433
1434 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1435 broken in fix from 2012-12-28.
1436
1437 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * subr.el (special-form-p): Don't signal errors on undef aliases.
1440
1441 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1442
1443 * calc/calc-forms.el (math-parse-date): Try using
1444 `math-parse-iso-date' when it looks like it might be needed.
1445 Allow times of 24:00.
1446 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1447 of 24:00.
1448
1449 2012-12-30 Glenn Morris <rgm@gnu.org>
1450
1451 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1452 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1453 (rmail-summary-displayed, rmail-summary): Declare.
1454 (mairix-rmail-display): Just require rmail.
1455
1456 2012-12-30 Chong Yidong <cyd@gnu.org>
1457
1458 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1459 check for the tarball contents.
1460
1461 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1462
1463 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1464 tarfile content listings (Bug#13136).
1465
1466 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1467
1468 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1469 Insert the undecoded text of the message being forwarded. (Bug#9521)
1470
1471 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1472
1473 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1474 integers, if they are real numbers. (Bug#13282)
1475
1476 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1477 Return `t' on success.
1478
1479 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1480 Add handler for `set-file-selinux-context'.
1481
1482 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1483
1484 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1485 (tramp-sh-handle-set-file-acl): Return `t' on success.
1486
1487 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1488
1489 * files.el (backup-buffer-copy, basic-save-buffer-2):
1490 If set-file-extended-attributes fails, fall back on set-file-modes
1491 instead of signaling an error. (Bug#13298)
1492 (basic-save-buffer): Likewise.
1493
1494 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1495
1496 * progmodes/python.el: Support other commands triggering
1497 python-indent-line so indentation cycling continues to work.
1498 (python-indent-trigger-commands): New defcustom.
1499 (python-indent-line): Use it.
1500
1501 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1502
1503 * progmodes/python.el (python-shell-send-region): Add blank lines
1504 for non sent code so backtraces remain correct.
1505
1506 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1507
1508 * progmodes/python.el: Remove cl dependency.
1509 (python-syntax-count-quotes): Replace incf call.
1510 (python-fill-string): Replace setf call.
1511
1512 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1513
1514 * info.el (info-other-window): New arg, for consistency with info.
1515
1516 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1517
1518 * mail/rmail.el (rmail-maybe-display-summary):
1519 Rewrite (Bug#13066).
1520
1521 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1522
1523 * epg.el (epg--start): Modify process-environment locally.
1524
1525 2012-12-28 Daiki Ueno <ueno@gnu.org>
1526
1527 * epg.el: Support pinentry-curses.
1528 Suggested by Werner Koch in
1529 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1530 (epg-agent-file, epg-agent-mtime): New variable.
1531 (epg--start): Record the modified time of gpg-agent socket file,
1532 to restore Emacs frame after pinentry-curses termination.
1533 (epg-wait-for-completion): Restore Emacs frame here.
1534
1535 2012-12-27 Juri Linkov <juri@jurta.org>
1536
1537 * info.el (Info-file-completions): New variable.
1538 (Info-read-node-name-1): Complete node names in the Info file
1539 when a file name is given. Call `Info-build-node-completions'
1540 with a file name.
1541 (Info-build-node-completions): Add new arg `file'. When it is
1542 non-nil, visit it in a temporary buffer and cache its completions in
1543 `Info-current-file-completions'. Move most of the function body to
1544 `Info-build-node-completions-1'.
1545 (Info-build-node-completions-1): New function with the body from
1546 `Info-build-node-completions'. (Bug#12456)
1547
1548 2012-12-27 Juri Linkov <juri@jurta.org>
1549
1550 * frame.el (frame-maximization-style): Remove user option.
1551 (cycle-frame-maximized): Remove function.
1552 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1553 (toggle-frame-fullscreen): New command bound to <f11> instead of
1554 `toggle-frame-maximized'.
1555 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1556
1557 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1558
1559 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1560
1561 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1562 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1563 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1564 for `file-accessible-directory-p'. (Bug#13275)
1565
1566 2012-12-27 Sam Steingold <sds@gnu.org>
1567
1568 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1569 continuations, see <http://stackoverflow.com/questions/3582436>.
1570
1571 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1572
1573 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1574 "module" and "def" to have indentation before them.
1575 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1576
1577 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1578
1579 2012-12-27 Alan Mackenzie <acm@muc.de>
1580
1581 Speed up fontification where there's large brace blocks.
1582 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1583 to a call of c-beginning-of-decl-1.
1584
1585 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1586
1587 * comint.el (comint-adjust-window-point): New function.
1588 (comint-postoutput-scroll-to-bottom):
1589 Call comint-adjust-window-point (Bug#13248).
1590
1591 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1592
1593 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1594 Rakefile regexp.
1595 (auto-mode-alist): Associate .gemspec files with ruby-mode
1596 (https://bugs.ruby-lang.org/issues/5453).
1597
1598 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1599
1600 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1601 Suppress coloring, if possible (required for BusyBox based systems like
1602 CyanogenMod).
1603 (tramp-adb-handle-file-attributes)
1604 (tramp-adb-handle-insert-directory)
1605 (tramp-adb-handle-file-name-all-completions): Use it.
1606 (tramp-adb-get-toolbox): New defun. Check for remote shell
1607 implementation (BusyBox or Toolbox).
1608
1609 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1610
1611 * startup.el (initial-buffer-choice): Allow function as value
1612 (Bug#13251).
1613 (command-line-1): Handle case where initial-buffer-choice
1614 specifies a function.
1615 * server.el (server-execute): Handle case where
1616 initial-buffer-choice specifies a function.
1617
1618 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1619
1620 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1621 its own function.
1622 (smtpmail-try-auth-methods): Forget the user name/password if the
1623 login is unsuccessful (bug#12424).
1624
1625 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1626
1627 * notifications.el (notifications-notify): Protect body with
1628 `with-demoted-errors'.
1629
1630 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1631 Check properties of remote device. Restart connection, if there is a
1632 change.
1633
1634 2012-12-21 Chong Yidong <cyd@gnu.org>
1635
1636 * sort.el (sort-subr): Doc fix (Bug#13056).
1637
1638 2012-12-21 Bastien Guerry <bzg@gnu.org>
1639
1640 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1641
1642 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1643
1644 * simple.el (process-file): Overwrite stderr file, if exists.
1645
1646 2012-12-21 Daiki Ueno <ueno@gnu.org>
1647
1648 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1649 (epg-error): Set `error-message' property.
1650
1651 2012-12-21 Chong Yidong <cyd@gnu.org>
1652
1653 * international/mule-cmds.el (read-char-by-name): Signal an error
1654 if the user does not supply a valid character (Bug#13177).
1655
1656 * simple.el (transpose-subr-1): Preserve marker positions by
1657 changing the insertion sequence (Bug#13122).
1658
1659 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1660
1661 * simple.el (kill-region): Deactivate mark even for empty regions
1662 (Bug#13169).
1663
1664 2012-12-21 Chong Yidong <cyd@gnu.org>
1665
1666 * help-fns.el (describe-variable): Make sure we get the right
1667 buffer name (Bug#13105). Suggested by Kelly Dean.
1668
1669 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1670
1671 * comint.el (comint-redirect-previous-input-string): New variable.
1672 (comint-redirect-setup, comint-redirect-cleanup)
1673 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1674 (comint-redirect-preoutput-filter): Fix verbose message.
1675
1676 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
1677
1678 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1679 is too long for Tramp. See discussion in
1680 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1681
1682 * progmodes/compile.el (compilation-start): Remove line escape
1683 template.
1684
1685 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1686
1687 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1688 Adjust comment.
1689
1690 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1691
1692 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1693 following non-comment text (bug#13207).
1694 (lm-header-multiline): Continuation lines need to be indented more than
1695 the first line.
1696 (lm-homepage): New function.
1697 (lm-with-file): Don't be confused if narrowing is in effect.
1698
1699 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1702 very beginning of a hunk (e.g. killing the first line).
1703
1704 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1705
1706 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1707 and text properties from returned ACL string.
1708 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1709 for "setfacl" command.
1710
1711 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
1712
1713 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1714 `tramp-cleanup-this-connection', when the process has died.
1715 (Bug#13151)
1716
1717 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1720
1721 2012-12-17 Kevin Ryde <user42@zip.com.au>
1722
1723 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1724
1725 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
1726
1727 Add support for preserving ACL entries of files.
1728
1729 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1730 `set-file-acl' handlers.
1731
1732 * net/tramp-adb.el (tramp-adb-handle-copy-file):
1733 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1734
1735 * net/tramp-compat.el (tramp-compat-copy-file):
1736 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1737
1738 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1739 Add `file-acl' and `set-file-acl' handlers.
1740 (tramp-gvfs-handle-copy-file):
1741 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1742 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1743 New defuns.
1744
1745 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1746 Add `file-acl' and `set-file-acl' handlers.
1747 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1748 (tramp-sh-handle-set-file-acl): New defuns.
1749 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1750 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1751
1752 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1753 Add `file-acl' and `set-file-acl' handlers.
1754 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1755
1756 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1757
1758 * help-macro.el (make-help-screen): Instead of switch-to-buffer
1759 use pop-to-buffer with NORECORD argument t. As buffer name, use
1760 *Metahelp* with a leading space (Bug#13190).
1761
1762 2012-12-16 Romain Francoise <romain@orebokech.com>
1763
1764 * files.el (file-extended-attributes)
1765 (set-file-extended-attributes): New functions.
1766 (backup-buffer): Use them to handle both SELinux context and ACL
1767 entries.
1768 (backup-buffer-copy): Work with an alist of extended attributes,
1769 rather than an SELinux context.
1770 (basic-save-buffer-2): Ditto.
1771
1772 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
1773
1774 * battery.el (battery-bsd-apm): New function.
1775
1776 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1777
1778 * calc/calc.el (calc-standard-date-formats): Adjust one of the
1779 standard date formats.
1780
1781 2012-12-15 Juri Linkov <juri@jurta.org>
1782
1783 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1784 `isearch-insert-char-by-name'.
1785 (with-isearch-suspended): New defmacro with body mostly from
1786 `isearch-edit-string' except the part that sets
1787 `isearch-new-string' and `isearch-new-message'.
1788 (isearch-edit-string): Use new macro `with-isearch-suspended' with
1789 body that sets `isearch-new-string' and `isearch-new-message'.
1790 (isearch-insert-char-by-name): New command.
1791 * international/mule-cmds.el (read-char-by-name): Let-bind
1792 `enable-recursive-minibuffers' to t.
1793 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1794
1795 2012-12-15 Juri Linkov <juri@jurta.org>
1796
1797 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1798 (Bug#13175)
1799
1800 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
1801
1802 * dired-x.el (dired-guess-shell-command): Put colon at the end of
1803 the prompt. (Bug#13045)
1804
1805 2012-12-14 Glenn Morris <rgm@gnu.org>
1806
1807 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1808 Try to include filename in non-bytecomp warning. (Bug#13132)
1809
1810 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1811
1812 Fix permissions bugs with setgid directories etc. (Bug#13125)
1813 * files.el (backup-buffer): Don't rely on 9th output of
1814 file-attributes, as it's now a placeholder. Instead, use the new
1815 optional arg of file-ownership-preserved-p.
1816 (file-ownership-preserved-p): New optional arg GROUP.
1817 Fix mishandling of setuid directories that would cause this
1818 function to return t when it should have returned nil.
1819 Document what happens if the file does not exist, and when
1820 it's not known whether the ownership will be preserved.
1821 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1822 Likewise.
1823 (tramp-get-local-gid): Use group-gid for integer, as that's
1824 faster and more reliable.
1825
1826 2012-12-14 Julien Danjou <julien@danjou.info>
1827
1828 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1829 Update keywords list, data type and PL/pgSQL.
1830
1831 2012-12-14 Dave Abrahams <dave@boostpro.com>
1832
1833 * vc/ediff-util.el (ediff-buffer-type): New function.
1834 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1835 rather than taking it as as argument.
1836 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1837
1838 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
1839
1840 * json.el: Add pretty-print option (bug#12634).
1841 (json-encoding-separator, json-encoding-default-indentation)
1842 (json--encoding-current-indentation, json-encoding-pretty-print)
1843 (json-encoding-lisp-style-closings): New vars.
1844 (json--with-indentation): New macro.
1845 (json-encode-hash-table, json-encode-alist, json-encode-plist)
1846 (json-encode-array): Use it to obey json-encoding-pretty-print.
1847 (json-pretty-print-buffer, json-pretty-print): New commands.
1848
1849 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1850
1851 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1852 Extract `ruby-syntax-propertize-expansions'.
1853 (ruby-syntax-propertize-expansions): Only change syntax on
1854 certain string delimiters, to punctuation. This way the common
1855 functions like forward-word and thing-at-point still work.
1856 (ruby-match-expression-expansion): Improve readability.
1857 (ruby-block-contains-point): New function.
1858 (ruby-add-log-current-method): Handle several edge cases.
1859
1860 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1861
1862 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1863 unload-feature finishes even when aborting an ongoing edebug session.
1864 Also, do not worry about edebug-mode, unload-feature takes care of it.
1865
1866 2012-12-13 Andreas Schwab <schwab@suse.de>
1867
1868 * net/tls.el (tls-program): Update customize type.
1869
1870 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1871
1872 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1873 (edebug-setup-hook, cl-read-load-hooks): Use it.
1874 (edebug-unload-function): New function. (Bug#13163)
1875
1876 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
1877
1878 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1879 Otherwise, there could be errors in autoloading. (Bug#13151)
1880
1881 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
1882
1883 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1884 sequences.
1885
1886 2012-12-13 Alan Mackenzie <acm@muc.de>
1887
1888 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
1889 * progmodes/cc-engine.el (c-backward-comments): Add code to work
1890 around `forward-comment' not recognizing ^M as whitespace.
1891
1892 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
1893
1894 * progmodes/python.el (python-skeleton-class)
1895 (python-skeleton-def): Do not add space after defun name.
1896
1897 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1900 (cl--symbol-function): Remove (now that funbound is like nil).
1901
1902 2012-12-12 Glenn Morris <rgm@gnu.org>
1903
1904 * button.el (button--area-button-p): Fix typo.
1905
1906 2012-12-12 Sam Steingold <sds@gnu.org>
1907
1908 * frame.el (frame-maximization-style): New user option.
1909 (toggle-frame-maximized): Toggle frame maximization according to
1910 `frame-maximization-style', bound to <f11>.
1911 (cycle-frame-maximized): Cycle between all maximization styles and
1912 non-maximized frame, bound to shift-<f11>.
1913
1914 2012-12-12 David Cadé <codename68@gmail.com>
1915
1916 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1917
1918 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
1919
1920 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1921 (eieio-override-prin1): Don't quote kewords and booleans.
1922 (object-write) <eieio-default-superclass>: Don't put closing parens
1923 on new line, avoid needless empty lines, align values that are objects
1924 with the slot keyword (instead of beginning on the same line).
1925 (eieio-list-prin1): Align value with slot keyword; increase
1926 eieio-print-depth before printing members of the list.
1927
1928 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1931 a display text-property.
1932 (report-emacs-bug-hook): Don't bother deleting it any more.
1933
1934 * hilit-chg.el (highlight-save-buffer-state): Delete.
1935 Use with-silent-modifications instead.
1936 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1937
1938 * button.el: Handle buttons in display text-properties.
1939 (button--area-button-p, button--area-button-string):
1940 Use (STRING . STRING-POS) representation instead of just STRING.
1941
1942 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1943
1944 * makefile.w32-in (compile4-SH): Fix a typo that caused term
1945 subdirectory be skipped.
1946
1947 2012-12-11 Glenn Morris <rgm@gnu.org>
1948
1949 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1950
1951 * progmodes/f90.el (f90-line-continued, f90-indent-region):
1952 Treat preprocessor lines embedded in continuations like comments.
1953 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
1954
1955 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1956
1957 * calc/calc.el (calc-standard-date-formats): Add more date
1958 formats.
1959 * calc/calc-forms.el (math-parse-iso-date): New function.
1960 (math-parse-date): Use `math-parse-iso-date' when appropriate.
1961 (math-parse-iso-date-validate): Add extra error checking.
1962 (calc-date-notation): Add ability to access new date formats.
1963
1964 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
1967 font-lock as well as when there's no text-property.
1968
1969 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
1970
1971 * hi-lock.el: Refine the choice of default face.
1972 (hi-lock-keyword->face): New function. Use it wherever we used
1973 cadadadr instead.
1974 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
1975 (hi-lock--last-face): Remove var.
1976 (hi-lock--unused-faces): New var to replace it.
1977 (hi-lock-read-face-name): Use/maintain it.
1978 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
1979 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
1980 if it has another face.
1981
1982 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1983
1984 * subr.el (w32notify-handle-event): New function.
1985 (inotify-handle-event): Doc fix.
1986
1987 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1988
1989 * subr.el (inotify-event-p, inotify-handle-event): New functions.
1990
1991 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
1992
1993 * simple.el (just-one-space): Doc fix.
1994
1995 2012-12-10 Eli Zaretskii <eliz@gnu.org>
1996
1997 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
1998
1999 2012-12-10 Le Wang <l26wang@gmail.com>
2000
2001 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
2002 narrowed buffer (bug#12361).
2003
2004 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
2005
2006 * vc/vc-hooks.el (vc-state): Doc fix.
2007
2008 2012-12-10 Glenn Morris <rgm@gnu.org>
2009
2010 * mail/rmail.el (rmail-maybe-display-summary):
2011 Preserve buffer, in case select-window changes it. (Bug#13066)
2012
2013 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
2016 cl-load-hook where they belong.
2017
2018 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
2021
2022 2012-12-09 Eli Zaretskii <eliz@gnu.org>
2023
2024 Parallelize byte compilation on MS-Windows.
2025 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
2026 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
2027 (WINS_BASIC): Define as concatenation of the above.
2028 (compile): Subdivide into 4 separate and independent jobs that can
2029 be run in parallel.
2030 (compile0-CMD, compile0-SH): New targets for compiling
2031 COMPILE_FIRST files, which are prerequisites for the rest of the
2032 byte-compilation.
2033 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
2034 New targets for parallel compilation with cmd.exe.
2035 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2036 compiling under a Unixy shell.
2037
2038 2012-12-09 Chong Yidong <cyd@gnu.org>
2039
2040 * simple.el (set-mark-default-inactive): Delete this
2041 accidentally-introduced option.
2042 (set-mark-command, exchange-point-and-mark): Remove calls.
2043
2044 2012-12-09 Glenn Morris <rgm@gnu.org>
2045
2046 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2047 Respect a defcustom's :set function, if appropriate. (Bug#109)
2048 (eval-defun): Doc fix.
2049
2050 2012-12-08 Juri Linkov <juri@jurta.org>
2051
2052 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2053 (Info-fontify-node, Info-bookmark-make-record): Remove the
2054 file extension from Info-current-file (Bug#13016).
2055
2056 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2059 point, still provide some default.
2060 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2061 names, since we don't use it right now. Actually return the list.
2062 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2063
2064 2012-12-07 Chong Yidong <cyd@gnu.org>
2065
2066 * novice.el (disabled-command-function): Remove a spurious help
2067 xref (Bug#13043). Suggested by Kelly Dean.
2068
2069 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2070 syntax is specified (Bug#13025).
2071
2072 * info.el (Info-set-mode-line): Remove the file extension from
2073 Info-current-file if there is one (Bug#13016).
2074
2075 2012-12-07 Glenn Morris <rgm@gnu.org>
2076
2077 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2078 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2079 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2080 and rmail-mime-decoded. (Bug#9841)
2081
2082 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2083 (batch-unrmail, unrmail): Doc fixes.
2084 (unrmail): Respect unrmail-mbox-format.
2085 * mail/rmail.el (rmail-mbox-format): New option.
2086 (rmail-show-message-1): Respect rmail-mbox-format.
2087
2088 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2091
2092 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2095 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2096 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2097 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2098 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2099 (cl-progv): Don't rely on dynamic scoping to find the body.
2100 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2101 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2102 (cl-declaim): Use backquotes.
2103 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2104 Use "cl--" prefix for the object's tag.
2105
2106 * ses.el: Use advice-add/remove.
2107 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2108 (copy-region-as-kill, yank): Use advice-add.
2109 (ses-unload-function): Use advice-remove.
2110
2111 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2112
2113 * button.el: Make them work in header-lines (bug#12817).
2114 (button-map): Add bindings for header-line and mode-line use.
2115 (button-get, button-put, button-label): `button' may now be a string.
2116 (button-activate): Don't make it a defsubst.
2117 (button--area-button-p, button--area-button-string): New functions.
2118 (make-text-button): Fix the return value when `beg' was a string.
2119 (push-button): Handle the mode-line case.
2120
2121 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2122
2123 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2124 (sql-signum): Remove. Use `cl-signum' instead.
2125 (sql-read-passwd): Remove; use read-passwd instread.
2126 (sql-get-login-ext): Use read-string.
2127 (sql-get-login): Use dolist and pcase.
2128 (sql--completion-table): Rename from sql-try-completion.
2129 Use complete-with-action.
2130 (sql-mode): Don't change abbrev-all-caps globally.
2131 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2132 (sql-postgres-completion-object): Initialize vars in their `let'.
2133 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2134 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2135 (sql-comint-interbase): Use a single append, without setq.
2136 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2137
2138 * hi-lock.el: Rework the default face and the serialize regexp code.
2139 (hi-lock--auto-select-face-defaults): Remove.
2140 (hi-lock-string-serialize-serial): Remove.
2141 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2142 make weak.
2143 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2144 equal string.
2145 (hi-lock-set-pattern): Adjust accordingly.
2146 (hi-lock--regexps-at-point): Simplify accordingly.
2147 (hi-lock--auto-select-face-defaults): Remove.
2148 (hi-lock--last-face): New var to replace it.
2149 (hi-lock-read-face-name): Rewrite (bug#11095).
2150 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2151
2152 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2153
2154 * net/tramp.el (tramp-replace-environment-variables):
2155 Hide compiler warning.
2156 (tramp-file-name-for-operation): Remove `executable-find',
2157 `start-process', `call-process' and `call-process-region'.
2158
2159 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2160
2161 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2162 compatibility.
2163
2164 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2165
2166 2012-12-06 Chong Yidong <cyd@gnu.org>
2167
2168 * ffap.el (ffap-replace-file-component): Fix typo.
2169
2170 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2173 fix open-paren-like token test (bug#12785).
2174
2175 2012-12-06 Glenn Morris <rgm@gnu.org>
2176
2177 * mail/rmailsum.el (rmail-new-summary): Tweak for
2178 rmail-maybe-display-summary changing buffer. (Bug#13066)
2179
2180 2012-12-06 Juri Linkov <juri@jurta.org>
2181
2182 * info.el (Info-fontify-node): Don't hide the last newline.
2183 (Bug#12272)
2184
2185 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2186
2187 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2188 so as to enable message-read-from-minibuffer to expand mail aliases.
2189
2190 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2193 the `intangible' property.
2194 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2195
2196 2012-12-05 Deniz Dogan <deniz@dogan.se>
2197
2198 * net/rcirc.el (rcirc-urls): Update documentation.
2199 (rcirc-condition-filter): New function.
2200 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2201 and exclude consecutive duplicate URLs (Bug#6082).
2202
2203 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2204
2205 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2206 Check return code of copy command.
2207
2208 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2209 Use group `tramp'. Add version.
2210
2211 2012-12-05 Chong Yidong <cyd@gnu.org>
2212
2213 * ffap.el (ffap-url-regexp): Don't require matching at front of
2214 string (Bug#4952).
2215 (ffap-url-p): If only a substring matches, return that.
2216 (ffap-url-at-point): Use the return value of ffap-url-p.
2217 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2218 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2219 (ffap-guess-file-name-at-point): Likewise.
2220 (ffap-replace-file-component): Fix typo.
2221
2222 * info.el (info-display-manual): Add existing Info buffers, whose
2223 files may not be in Info-directory-list, to the completion.
2224 (info--manual-names): New helper function.
2225
2226 2012-12-05 Glenn Morris <rgm@gnu.org>
2227
2228 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2229 New functions, for detecting and resolving conflicts. (Bug#10709)
2230
2231 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2232
2233 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2234 (hi-lock-auto-select-face-defaults): New buffer local variable.
2235 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2236 (hi-lock-unface-buffer): Prompt user with useful defaults.
2237 With prefix arg, unhighlight all hi-lock patterns in buffer.
2238
2239 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2242
2243 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2244
2245 * Makefile.in (TRAMP_SRC):
2246 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2247
2248 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2249
2250 * net/tramp-adb.el: New package.
2251
2252 2012-12-04 Chong Yidong <cyd@gnu.org>
2253
2254 * terminal.el: Move to obsolete/.
2255
2256 * longlines.el: Move to obsolete/.
2257
2258 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2259 Remove code referring to longlines mode.
2260
2261 2012-12-03 Juri Linkov <juri@jurta.org>
2262
2263 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2264
2265 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2266
2267 * textmodes/ispell.el (ispell-init-process)
2268 (ispell-start-process, ispell-internal-change-dictionary):
2269 Make sure personal dictionary name is expanded after initial
2270 `default-directory' value. Use expanded strings for
2271 keep/restart checks and for value (Bug#13019).
2272
2273 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2274
2275 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2276
2277 2012-12-03 Leo Liu <sdl.web@gmail.com>
2278
2279 * files.el (dir-locals-read-from-file): Check file non-empty
2280 before reading. (Bug#13038)
2281
2282 2012-12-03 Glenn Morris <rgm@gnu.org>
2283
2284 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2285 Remove any version extension before checking filename. (Bug#13006)
2286 (jka-compr-compression-info-list): Belated :version bump.
2287
2288 2012-12-03 Chong Yidong <cyd@gnu.org>
2289
2290 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2291
2292 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2293 (buffer-menu): Doc fix (Bug#12294).
2294
2295 2012-12-03 Roland Winkler <winkler@gnu.org>
2296
2297 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2298 of diary-show-all-entries in the diary buffer (Bug#12994).
2299
2300 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2301
2302 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2303 "<STDIN>". This is binary safe.
2304
2305 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2306
2307 * calc/calc-forms.el (math-absolute-from-iso-dt)
2308 (math-date-to-iso-dt, math-parse-iso-date-validate)
2309 (math-iso-dt-to-date): New functions.
2310 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2311 (math-fd-isoweekday): New variables.
2312 (calc-date-notation, math-parse-standard-date, math-format-date)
2313 (math-format-date-part): Add support for more formatting codes.
2314
2315 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2316
2317 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2318 current buffer's file name when called interactively (Bug#12488).
2319
2320 2012-12-02 Juri Linkov <juri@jurta.org>
2321
2322 * info.el (info-display-manual): Don't clobber an existing Info
2323 buffer (Bug#10770). Add completion (Bug#10771).
2324
2325 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2326
2327 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2328 before using it for comparison (Bug#5297).
2329
2330 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2331
2332 * textmodes/css-mode.el (css-current-defun-name): New function.
2333 (css-mode): Use it.
2334
2335 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2336 (html-mode): Use it.
2337
2338 2012-12-01 Chong Yidong <cyd@gnu.org>
2339
2340 Modularize add-log-current-defun (Bug#2224).
2341 Suggested by Jari Aalto.
2342
2343 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2344 (add-log-current-defun): Move mode-specific code to other files.
2345 (add-log-lisp-like-modes, add-log-c-like-modes)
2346 (add-log-tex-like-modes): Variables deleted.
2347
2348 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2349 (lisp-mode-variables): Use it.
2350
2351 * progmodes/cc-mode.el (c-common-init):
2352 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2353 add-log-current-defun-function.
2354
2355 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2356 (m4-mode): Use it.
2357
2358 * progmodes/perl-mode.el (perl-current-defun-name): New.
2359 (perl-mode): Use it.
2360
2361 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2362 Use lisp-current-defun-name.
2363
2364 * textmodes/tex-mode.el (tex-current-defun-name): New.
2365 (tex-common-initialization): Use it.
2366
2367 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2368 (texinfo-mode): Use it.
2369
2370 2012-12-01 Chong Yidong <cyd@gnu.org>
2371
2372 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2373 * progmodes/autoconf.el (autoconf-mode):
2374 * progmodes/js.el (js-mode):
2375 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2376 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2377 * progmodes/perl-mode.el (perl-mode):
2378 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2379 * textmodes/css-mode.el (css-mode):
2380 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2381 (sgml-tags-invisible, sgml-guess-indent):
2382 * textmodes/tex-mode.el (tex-common-initialization)
2383 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2384 (doctex-mode, plain-tex-mode, latex-mode):
2385 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2386
2387 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2388
2389 * vc/vc-hg.el (vc-hg-next-revision):
2390 Ensure use of default "tip" output format. (Bug#6968)
2391
2392 2012-12-01 Kim F. Storm <storm@cua.dk>
2393
2394 * startup.el (fancy-startup-tail): Add a clickable link
2395 (Bug#2176).
2396
2397 2012-12-01 Chong Yidong <cyd@gnu.org>
2398
2399 * startup.el (fancy-startup-tail): Improve the message about
2400 auto-save files (Bug#2176).
2401
2402 * files.el (recover-session): Improve the descriptive message, and
2403 use substitute-command-keys.
2404
2405 2012-12-01 Glenn Morris <rgm@gnu.org>
2406
2407 * ido.el (ido-file-internal):
2408 Handle other-window, other-frame for dired. (Bug#13036)
2409
2410 2012-11-30 Glenn Morris <rgm@gnu.org>
2411
2412 * icomplete.el (icomplete-separator): Fix :version.
2413
2414 2012-11-30 Chong Yidong <cyd@gnu.org>
2415
2416 * shell.el (shell): For C-u M-x shell, use an inactive shell
2417 buffer as the default (Bug#1975).
2418 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2419 (shell-mode): Use them to reapply ansi colorization if Shell mode
2420 is re-enabled.
2421
2422 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2423
2424 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2425
2426 2012-11-30 Samuel Bronson <naesten@gmail.com>
2427
2428 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2429 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2430
2431 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2432
2433 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2434 by move-to-column (Bug#3234).
2435
2436 2012-11-30 Chong Yidong <cyd@gnu.org>
2437
2438 * longlines.el (longlines-wrap-line, longlines-encode-region):
2439 Preserve text properties (Bug#1425).
2440
2441 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2442
2443 * vc/vc.el (vc-register): Allow registering a file which is
2444 already registered with a different backend (Bug#10589).
2445
2446 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2447 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * icomplete.el: Change separator; add ido-style commands.
2450 (icomplete-show-key-bindings): Remove custom var.
2451 (icomplete-get-keys): Remove function.
2452 (icomplete-forward-completions, icomplete-backward-completions):
2453 New commands.
2454 (icomplete-minibuffer-map): New var.
2455 (icomplete-minibuffer-setup): Use it.
2456 (icomplete-exhibit): Don't delay if the list of completions is known.
2457 (icomplete-separator): New custom.
2458 (icomplete-completions): Use it.
2459 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2460 (minibuffer-force-complete-and-exit): New command.
2461 (minibuffer--complete-and-exit): New function extracted from
2462 minibuffer-complete-and-exit.
2463 (minibuffer-complete-and-exit): Use it.
2464
2465 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2466 error message when the file doesn't exist (bug#12974).
2467
2468 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2469
2470 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2471
2472 2012-11-29 Glenn Morris <rgm@gnu.org>
2473
2474 * files.el (hack-dir-local-variables): Warn if try to set
2475 coding via dir-locals, since it doesn't work. (Bug#7169)
2476
2477 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2478 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2479 Set buffer-local value of desktop-save-buffer.
2480 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2481 New functions.
2482 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2483 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2484
2485 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2486 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2487 Doc fix.
2488 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2489 Doc fixes.
2490
2491 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2492
2493 * calc/calc-forms.el (calc-date-notation): Fix regexp
2494 used to find time codes. Fix symbol for seconds.
2495
2496 2012-11-27 Glenn Morris <rgm@gnu.org>
2497
2498 * emacs-lisp/derived.el (derived-mode-make-docstring):
2499 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2500
2501 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2504 lexically scoped variables (bug#13005).
2505
2506 2012-11-27 Glenn Morris <rgm@gnu.org>
2507
2508 * vc/vc-hooks.el (vc-mistrust-permissions):
2509 Default to t, to avoid data-loss. (Bug#11490)
2510
2511 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2512
2513 * progmodes/python.el (python-indent-guess-indent-offset):
2514 If indentation is guessed make python-indent-offset buffer-local.
2515
2516 Fix Imenu regression.
2517 * progmodes/python.el (python-nav-beginning-of-defun):
2518 Fix forward movement when statement(s) separates point from defun.
2519 (python-imenu-prev-index-position): New function.
2520
2521 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2522
2523 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2524
2525 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2526 Don't set buffer-file-type. Return nil. (Bug#12989)
2527
2528 2012-11-27 Glenn Morris <rgm@gnu.org>
2529
2530 * hippie-exp.el (hippie-expand-try-functions-list):
2531 Re-autoload it. (Bug#12982)
2532
2533 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2534
2535 * descr-text.el (describe-char-padded-string):
2536 Call internal-char-font only on GUI frames. (Bug#11964)
2537
2538 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2539
2540 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2541 and obsoletion message.
2542
2543 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2546 the constructs to keep outside of the `cl-block' (bug#12977).
2547
2548 2012-11-27 Chong Yidong <cyd@gnu.org>
2549
2550 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2551 keep reading until we get the up-event anyway, in order to process
2552 the up-event for mouse-1-click-follows-link (Bug#12971).
2553
2554 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2555
2556 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2557 base function is not yet defined (bug#12965).
2558 (ad-activate-advised-definition): Use ad-compile-function.
2559 (ad-activate): Use cond.
2560
2561 2012-11-25 Leo Liu <sdl.web@gmail.com>
2562
2563 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2564 (Bug#12979)
2565
2566 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2567
2568 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2569 reftex-section-info-function in order to be compatible with
2570 Texinfo integration.
2571
2572 * textmodes/reftex.el (reftex-section-pre-regexp)
2573 (reftex-section-post-regexp, reftex-section-info-function):
2574 New variable.
2575 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2576 reftex-section-post-regexp, and reftex-section-info-function in order
2577 to be compatible with Texinfo integration.
2578
2579 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2580 use reftex-section-pre-regexp variable in order to be compatible with
2581 Texinfo integration.
2582
2583 2012-11-25 Chong Yidong <cyd@gnu.org>
2584
2585 * faces.el: Make face-spec-set more analogous to setq.
2586 (face-spec-set): Change the third arg to specify whether this
2587 function is being called via defface, customize, or a third party.
2588 Set the appropriate symbol properties. Clear the override spec if
2589 setting via Custom. Initialize face if necessary. (Bug#4988)
2590 (face-spec-recalc): Allow theme faces to completely replace the
2591 defface spec, in the same way as custom faces (Bug#8454).
2592
2593 * cus-face.el (custom-declare-face): Move face initialization to
2594 face-spec-set.
2595 (custom-theme-set-faces): Don't initialize the face name here, as
2596 that is now done in face-spec-set.
2597
2598 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2599 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2600 Simplify by using the new arg to face-spec-set.
2601
2602 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2603 reset face-override-spec too, and use custom-declare-face.
2604
2605 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2606
2607 * term/ns-win.el (ns-initialize-window-system): Move creation of
2608 fontsets here (Bug#11964).
2609
2610 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2611
2612 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2613 cell renaming.
2614
2615 2012-11-24 Chong Yidong <cyd@gnu.org>
2616
2617 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2618 obsolete.
2619
2620 * custom.el (custom-theme-set-variables): Use a topological sort
2621 for ordering by custom dependencies (Bug#12952).
2622 (custom--sort-vars, custom--sort-vars-1): New functions.
2623
2624 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2627 lexical-binding (bug#12938).
2628
2629 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2630
2631 * image-mode.el (image-transform-check-size): Use assertions only
2632 for images of type imagemagick.
2633
2634 Otherwise no error, image-transform-fit-to-{width,height} is
2635 silently ignored, as before. Doc fix.
2636
2637 2012-11-24 Chong Yidong <cyd@gnu.org>
2638
2639 * faces.el (color-defined-p): Doc fix (Bug#12853).
2640
2641 2012-11-24 Juri Linkov <juri@jurta.org>
2642
2643 * dired.el (dired-mark): Add optional arg `interactive'.
2644 Check for `use-region-p' if `interactive' is non-nil.
2645 (dired-unmark, dired-flag-file-deletion): Add optional arg
2646 `interactive'. Call `dired-mark' with the arg `interactive'.
2647 (Bug#10624)
2648
2649 * wdired.el: Revert 2012-10-17 change partly and replace it with
2650 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2651 (wdired-finish-edit): Add marks for new file names to
2652 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2653 after `revert-buffer'.
2654 (wdired-do-renames): Remove calls to `dired-remove-file',
2655 `dired-add-file', `dired-add-entry'. (Bug#11795)
2656
2657 2012-11-24 Alan Mackenzie <acm@muc.de>
2658
2659 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2660
2661 Fix bugs in the state cache. Enhance a debugging mechanism.
2662 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2663 "brace at column zero" strategy for C++.
2664 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2665 (c-parse-state-point): New variable.
2666 (c-record-parse-state-state): Record old parse state with
2667 `copy-tree'. Record previous value of point.
2668 (c-debug-parse-state-double-cons): New debugging function.
2669 (c-debug-parse-state): Call the above new function.
2670 (c-toggle-parse-state-debug): Output a confirmatory message.
2671
2672 * progmodes/cc-mode.el (c-before-change, c-after-change):
2673 Call c-invalidate-state-cache from `c-before-change' instead of
2674 `c-after-change'.
2675
2676 2012-11-23 Chong Yidong <cyd@gnu.org>
2677
2678 * find-cmd.el (find-constituents): Add executable, ipath,
2679 readable, samefile, writable, daystart, regextype (Bug#12856).
2680
2681 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2684
2685 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2686
2687 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2688 definition. This fixes a bootstrap failure.
2689 (calc-gregorian-switch): In menu, put dates before regions.
2690 This is easier to follow, lines up better in the menu, and lets us
2691 coalesce regions that switch at the same time. Give country
2692 names, not "Vatican", as that's better for non-expert users.
2693 Use names that are stable between the date of switch and now, e.g.,
2694 Bohemia and Moravia (which existed then and now) and not
2695 Czechoslovakia (which didn't exist then and doesn't exist now).
2696 What is now the U.S. mostly did not switch at the same time as
2697 Britain, so omit the U.S. Correct spelling of "Britain".
2698 Catholic Switzerland was too much of a mess, so omit it.
2699
2700 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2701
2702 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2703 after the variable is changed.
2704
2705 2012-11-21 Daniel Colascione <dancol@dancol.org>
2706
2707 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2708 in SQL declarations for font-lock.
2709 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2710
2711 2012-11-21 Glenn Morris <rgm@gnu.org>
2712
2713 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2714 (face-italic-p): Add optional argument "inherit".
2715
2716 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2717 Remove -p suffix from names, for consistency with other set-face-*.
2718 (set-face-inverse-video): Fix interactive spec.
2719 * play/gamegrid.el (gamegrid-make-mono-tty-face):
2720 * textmodes/table.el (table--update-cell-face):
2721 Use set-face-inverse-video rather than now obsolete alias.
2722
2723 2012-11-21 Eli Zaretskii <eliz@gnu.org>
2724
2725 * simple.el (line-move): Don't call line-move-partial if
2726 scroll-conservatively is in effect. (Bug#12927)
2727
2728 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2731 Fallback on completion-at-point rather than
2732 pcomplete-expand-and-complete, and only if pcomplete actually failed.
2733 (eshell-cmpl-initialize): Setup completion-at-point.
2734
2735 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2736
2737 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2738
2739 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
2740
2741 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2742 are remote, check out-of-band property for both.
2743
2744 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * window.el (switch-to-buffer): Re-add the warning that was lost in the
2747 code rewrite.
2748
2749 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2750
2751 More minor time fixes.
2752 * calendar/time-date.el: Commentary fix.
2753 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2754 too much other code depends on (0 0) time stamps.
2755 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2756 Add a couple of FIXME comments.
2757
2758 Minor cleanup for times as lists of four integers.
2759 * files.el (dir-locals-directory-cache):
2760 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2761 Doc fixes.
2762 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2763 * ps-bdf.el (bdf-file-newer-than-time):
2764 Process four-integers time stamps, not two. Doc fixes.
2765
2766 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * uniquify.el (uniquify-managed): Use defvar-local.
2769 (rename-buffer, create-file-buffer): Advise with advice-add.
2770 (uniquify-unload-function): Unadvise accordingly.
2771
2772 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2773 (trace-buffer): Don't purecopy.
2774 (trace-entry-message, trace-exit-message): Add `context' arg.
2775 (trace--timer): New var.
2776 (trace-make-advice): Adjust for use in nadvice.
2777 Add `context' argument. Delay `display-buffer' via a timer.
2778 (trace-function-internal): Use advice-add.
2779 (trace--read-args): New function.
2780 (trace-function-foreground, trace-function-background): Use it.
2781 (trace-function): Rename to trace-function-foreground and redefine as
2782 an alias to that new name.
2783 (untrace-function, untrace-all): Adjust to the use of nadvice.
2784
2785 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2786
2787 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2788
2789 * subr.el (called-interactively-p-functions): New var.
2790 (internal--called-interactively-p--get-frame): New macro.
2791 (called-interactively-p, interactive-p): Rewrite in Lisp.
2792 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2793 (called-interactively-p-functions): Use it.
2794 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2795 (called-interactively-p-functions): Use it.
2796 * allout.el (allout-called-interactively-p): Don't assume
2797 called-interactively-p is a subr.
2798
2799 2012-11-20 Glenn Morris <rgm@gnu.org>
2800
2801 * profiler.el (profiler-report-mode-map): Add a menu.
2802 No need to bind `q' because we derive from special-mode.
2803 (profiler-report-find-entry): Handle calls from the menu-bar.
2804
2805 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * emacs-lisp/byte-run.el (defun-declarations-alist):
2808 Allow a compiler-macro to be a lambda expression.
2809
2810 * progmodes/python.el: Use cl-lib. Move var declarations outside of
2811 eval-when-compile.
2812 (python-syntax-context): Add compiler-macro.
2813 (python-font-lock-keywords): Simplify with De Morgan.
2814
2815 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2816
2817 * files.el (load-file): Require match in minibuffer selection, as was
2818 the case in Emacs-20 before we changed the spec to allow .elc files
2819 (bug#12935).
2820
2821 * json.el: Don't require cl since we don't use it.
2822 * color.el: Don't require cl.
2823 (color-complement): `caddr' -> `nth 2'.
2824
2825 * calendar/time-date.el (time-to-seconds): De-obsolete.
2826
2827 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2828
2829 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
2830 year numbers.
2831 (math-date-to-julian-dt): Adjust the initial approximation for the
2832 year to deal with the new definition of the DATE.
2833
2834 2012-11-19 Daniel Colascione <dancol@dancol.org>
2835
2836 * term/w32-win.el (cygwin-convert-path-from-windows):
2837 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2838
2839 2012-11-18 Chong Yidong <cyd@gnu.org>
2840
2841 * filecache.el (file-cache--read-list): New function.
2842 (file-cache-add-directory-list, file-cache-add-file-list)
2843 (file-cache-delete-file-list, file-cache-delete-directory-list):
2844 Use it to read a list of files or directories (Bug#12846).
2845 (file-cache-add-file, file-cache-add-directory)
2846 (file-cache-delete-file-list, file-cache-delete-file-regexp)
2847 (file-cache-delete-directory): Print an message.
2848
2849 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
2850
2851 * calc/calc-forms.el (math-date-to-dt): Use integer date when
2852 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2853
2854 2012-11-18 Glenn Morris <rgm@gnu.org>
2855
2856 * image.el (insert-image, insert-sliced-image): Doc fix.
2857
2858 2012-11-18 Chong Yidong <cyd@gnu.org>
2859
2860 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2861 (Bug#12810).
2862
2863 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2864
2865 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2866 response when the target file is in a subdirectory (Bug#12757).
2867
2868 2012-11-18 Chong Yidong <cyd@gnu.org>
2869
2870 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2871
2872 2012-11-18 Glenn Morris <rgm@gnu.org>
2873
2874 * emacs-lisp/cl-lib.el (face-underline-p):
2875 Use set-face-underline rather than the alias set-face-underline-p.
2876
2877 * window.el (with-temp-buffer-window): Doc fix.
2878 * subr.el (with-output-to-temp-buffer):
2879 Add doc xref to with-temp-buffer-window.
2880
2881 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2882
2883 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2884 * calc/calc.el (math-format-date-cache): Declare.
2885
2886 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2887
2888 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2889 It also uses January 1, 1 AD as its day number 1.
2890 * calc/calc-forms.el (math-julian-date-beginning)
2891 (math-julian-date-beginning-int): Implement this.
2892
2893 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2894
2895 * descr-text.el (quail-find-key):
2896 * dired.el (desktop-file-name):
2897 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2898 * generic-x.el (comint-mode, comint-exec):
2899 * image-dired.el (widget-forward):
2900 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2901 (speedbar-change-expand-button-char)
2902 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2903 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2904 * printing.el (easy-menu-add-item, easy-menu-remove-item)
2905 (widget-field-action, widget-value-set):
2906 * speedbar.el (imenu--make-index-alist):
2907 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2908 (ring-length, ring-insert):
2909 * vcursor.el (compare-windows-skip-whitespace):
2910 * woman.el (dired-get-filename):
2911 Declare functions.
2912
2913 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2914
2915 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2916
2917 * calc/calc.el (calc-gregorian-switch): New variable.
2918
2919 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2920 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2921 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2922 (math-leap-year-p): Add option to distinguish between Julian
2923 and Gregorian calendars.
2924 (math-day-number): Use `math-day-in-year' to do the computations.
2925 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2926 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2927 to do the computations.
2928 (math-date-to-dt): Use `math-date-to-julian-dt' and
2929 `math-date-to-gregorian-dt' to do the computations.
2930 (calcFunc-weekday, math-format-date-part): Use the new version of
2931 the DATE to determine the weekday.
2932 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2933 when necessary.
2934
2935 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2936
2937 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2938 Cygwin; otherwise use 'file:'. (Bug#12914)
2939 (cygwin-convert-path-from-windows): Declare, to avoid
2940 byte-compiler warnings.
2941
2942 2012-11-17 Andreas Politz <politza@fh-trier.de>
2943
2944 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2945 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2946 prefix and negative numeric prefix args (Bug#12795).
2947
2948 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
2949
2950 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2951 Don't signal an error with a score that is too low to add to the
2952 list of top scores. (Bug#12779)
2953
2954 2012-11-17 Chong Yidong <cyd@gnu.org>
2955
2956 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2957
2958 * filecache.el (file-cache-add-file): Handle relative file name in
2959 the argument (Bug#12694).
2960
2961 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2962
2963 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
2964
2965 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2966
2967 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
2968
2969 * emacs-lisp/cl-lib.el: Set more meaningful version number.
2970
2971 2012-11-16 Martin Rudalics <rudalics@gmx.at>
2972
2973 * window.el (enlarge-window, shrink-window): Don't mention return
2974 value in doc-string (Bug#12896).
2975 (window--display-buffer): Don't resize frames - it won't work
2976 with all window managers and defeat pop-up-frame-alist.
2977 (display-buffer-alist): In doc-string explain that CONDITION can
2978 be a function and which arguments are passed to it (Bug#12854).
2979 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
2980 expressions (Bug#12854).
2981 (display-buffer): Pass ACTION argument to
2982 display-buffer-assq-regexp.
2983
2984 2012-11-16 Glenn Morris <rgm@gnu.org>
2985
2986 * window.el (fit-frame-to-buffer-bottom-margin)
2987 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
2988
2989 * faces.el (face-underline-p): Use face-attribute-specified-or.
2990
2991 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
2992
2993 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
2994
2995 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
2998
2999 2012-11-16 Glenn Morris <rgm@gnu.org>
3000
3001 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
3002 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
3003
3004 * faces.el (face-underline-p): Doc fix. Handle :underline being
3005 things other than `t' (a string, a list).
3006 (face-inverse-video-p): Doc fix.
3007 (set-face-underline): Rename it back from set-face-underline-p.
3008 Doc fix. Allow interactive input of values other than t.
3009 (read-face-attribute): Apply formatting to :underline,
3010 since like :box and :stipple it can take list values.
3011
3012 * term.el (ansi-term): Don't let C-x escape-char binding
3013 clobber the more standard C-c binding. (Bug#12842)
3014
3015 * subr.el (set-temporary-overlay-map): Doc fix.
3016
3017 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3018
3019 * window.el (record-window-buffer)
3020 (display-buffer-record-window): When copying the markers to
3021 window-point preserve window-point-insertion-type. (Bug#12588)
3022
3023 2012-11-16 Glenn Morris <rgm@gnu.org>
3024
3025 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
3026 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
3027 Use new names for hooks rather than obsolete aliases.
3028
3029 2012-11-15 Daniel Colascione <dancol@dancol.org>
3030
3031 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
3032 prefix instead of "file:" so that when FILE-NAME begins with "//",
3033 as it does when the target file is on a network share, url-handler
3034 isn't confused.
3035
3036 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3039 a preactivated advice from an old advice.el; they're not compatible!
3040
3041 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3042
3043 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3044 Fix string-spec case.
3045
3046 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3047
3048 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3051 (advice--buffer-local-function-sample): New var.
3052 (advice--set-buffer-local, advice--buffer-local): New functions.
3053 (add-function, remove-function): Use them.
3054
3055 2012-11-15 Drew Adams <drew.adams@oracle.com>
3056
3057 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3058
3059 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3062 potential binding of print-gensym to t, and prettify (back)quotes in
3063 case they appear in args's default values (bug#12884).
3064
3065 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3068 (advice-eval-interactive-spec): New function.
3069 (advice--make-interactive-form): Support around advice (bug#12844).
3070
3071 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3072
3073 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3074 more strict. Add docstring.
3075 (ruby-expression-expansion-re): Extract from
3076 `ruby-match-expression-expansion'.
3077 (ruby-syntax-propertize-function): After everything else, search
3078 for expansions in string literals, mark their insides as
3079 whitespace syntax and save match data for font-lock.
3080 (ruby-font-lock-keywords): Use the 2nd group from expression
3081 expansion matches.
3082 (ruby-match-expression-expansion): Use the match data saved to the
3083 text property in ruby-syntax-propertize-function.
3084
3085 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3088 (bug#12879).
3089
3090 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3091
3092 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3093 start/end keyword a bit harder. Works with different values of N.
3094 Add more comments.
3095 (ruby-end-of-block): Update accordingly.
3096
3097 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3098
3099 * woman.el (woman-file-name): Don't mess with unread-command-events
3100 (bug#12861).
3101
3102 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3103 Remove out of date self-require hack.
3104 (ad-do-advised-functions): Use simple `dolist'.
3105 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3106 (ad-advice-definition): Redefine as functions.
3107 (ad-advice-classes): Move before first use.
3108 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3109 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3110 (ad--defalias-fset): Remove functions.
3111 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3112 (ad-get-orig-definition): Rewrite.
3113 (ad-make-advised-definition-docstring): Change base docstring.
3114 (ad-real-orig-definition): Rewrite.
3115 (ad-map-arglists): Change name of called function.
3116 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3117 (ad-make-advised-definition): Simplify.
3118 (ad-assemble-advised-definition): Tweak for new calling context.
3119 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3120 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3121 function and call ad-activate if needed.
3122 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3123 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3124 (ad-compile-function): Compile ad-Advice-*.
3125 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3126 (ad-start-advice, ad-stop-advice): Remove.
3127
3128 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3129
3130 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3131 period before class method names, not after. Remove handling of
3132 one impossible case. Add comments.
3133
3134 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * emacs-lisp/advice.el: Remove support for freezing.
3137 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3138 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3139 Remove support for `freeze'.
3140
3141 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3142 override the default.
3143 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3144 cl--dotimes/dolist.
3145 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3146 `cl' is loaded.
3147
3148 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3149 from add-advice.
3150 (advice--strip-macro): New function.
3151 (advice--defalias-fset): Use them to handle macros.
3152 (advice-add): Use them.
3153 (advice-member-p): Correctly handle macros.
3154
3155 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3156
3157 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3158 Never font-lock the beginning of singleton class as heredoc.
3159
3160 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3163
3164 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3165
3166 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3167 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3168 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3169
3170 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3171
3172 Fix end-of-defun misbehavior.
3173 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3174 python-beginning-of-defun-function. Handle nested defuns
3175 correctly.
3176 (python-nav-end-of-defun): Rename from
3177 python-end-of-defun-function. Ensure forward movement.
3178 (python-info-current-defun): Reimplement to work as intended
3179 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3180 parent defuns as soon as possible.
3181
3182 2012-11-13 Glenn Morris <rgm@gnu.org>
3183
3184 * progmodes/flymake.el (flymake-error-bitmap)
3185 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3186 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3187
3188 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3189
3190 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3191 backward, always stop at indentation. Reverts the change from
3192 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3193
3194 2012-11-13 Glenn Morris <rgm@gnu.org>
3195
3196 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3197 Add ibuffer-filter-by-derived-mode.
3198
3199 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3200 the same name shadowing each other.
3201
3202 * window.el (with-temp-buffer-window): Doc tweak.
3203
3204 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3205
3206 * help.el (temp-buffer-max-height):
3207 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3208 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3209
3210 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3211
3212 * emacs-lisp/nadvice.el: New package.
3213 * subr.el (special-form-p): New function.
3214 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3215 (elp-all-instrumented-list): Remove var.
3216 (elp-not-profilable): Remove elp-wrapper.
3217 (elp-profilable-p): Use autoloadp and special-form-p.
3218 (elp--advice-name): New const.
3219 (elp-instrument-function): Use advice-add.
3220 (elp--instrumented-p): New predicate.
3221 (elp-restore-function): Use advice-remove.
3222 (elp-restore-all, elp-reset-all): Use mapatoms.
3223 (elp-set-master): Use elp--instrumented-p.
3224 (elp--make-wrapper): Rename from elp-wrapper, return a function
3225 suitable for advice-add. Use cl-inf.
3226 (elp-results): Use mapatoms+elp--instrumented-p.
3227 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3228 (debug-function-list): Remove var.
3229 (debug): Rename arg, and then let-bind it explicitly inside.
3230 (debugger-setup-buffer): Rename arg.
3231 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3232 (debugger-frame-number): Adjust to new debug-on-entry setup.
3233 (debug--implement-debug-on-entry): Rename from
3234 implement-debug-on-entry, add argument.
3235 (debugger-special-form-p): Remove, use special-form-p instead.
3236 (debug-on-entry): Use advice-add.
3237 (debug--function-list): New function.
3238 (cancel-debug-on-entry): Use it, along with advice-remove.
3239 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3240 (debugger-list-functions): Use debug--function-list instead of
3241 debug-function-list.
3242 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3243 (ad-special-form-p): Remove, use special-form-p instead.
3244 (ad-set-advice-info): Use add-function and remove-function.
3245 (ad--defalias-fset): Adjust accordingly.
3246
3247 2012-11-10 Glenn Morris <rgm@gnu.org>
3248
3249 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3250 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3251 (report-emacs-bug-create-existing-bugs-buffer)
3252 (report-emacs-bug-parse-query-results)
3253 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3254
3255 * term.el (term-default-fg-color, term-default-bg-color):
3256 Make obsolete, rather than just saying "deprecated" in the doc.
3257
3258 * term.el (term): Rename from `term-face'.
3259 (term-current-face, ansi-term-color-vector)
3260 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3261 Update all users.
3262
3263 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3264
3265 * server.el (server-create-window-system-frame): Handle Nextstep
3266 specially (Bug#12780).
3267
3268 2012-11-10 Glenn Morris <rgm@gnu.org>
3269
3270 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3271 Unautoload, and make obsolete. (Bug#7449)
3272
3273 2012-11-10 Chong Yidong <cyd@gnu.org>
3274
3275 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3276 rename from diff-remove-trailing-whitespace (Bug#12831).
3277
3278 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3281 miscompilation of trace.el.
3282
3283 2012-11-10 Glenn Morris <rgm@gnu.org>
3284
3285 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3286
3287 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3290 (bug#12812).
3291
3292 2012-11-10 Chong Yidong <cyd@gnu.org>
3293
3294 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3295 a defcustom with an appropriate :set function.
3296 (minibuffer-default--in-prompt-regexps): New function.
3297
3298 2012-11-10 Glenn Morris <rgm@gnu.org>
3299
3300 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3301 (define-modify-macro): Doc fixes.
3302
3303 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3304 (gv-define-simple-setter): Update doc of `fix-return'.
3305
3306 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3307
3308 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3309 twice when `fix-return' is set (bug#12813).
3310
3311 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3312 gv-define-simple-setter (bug#12812).
3313
3314 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3315 (bug#12756).
3316
3317 2012-11-10 Glenn Morris <rgm@gnu.org>
3318
3319 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3320
3321 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3322 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3323 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3324 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3325
3326 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3327
3328 2012-11-10 Leo Liu <sdl.web@gmail.com>
3329
3330 * ido.el (ido-set-matches-1): Improve flex matching performance by
3331 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3332
3333 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3336 (ad--defalias-fset): New function.
3337 (ad-safe-fset): Remove.
3338 (ad-make-freeze-definition): Use cl-letf*.
3339
3340 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3341
3342 * subr.el (dolist): Don't bind VAR in RESULT.
3343
3344 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3345 (fset, documentation): Don't save real def since we don't advise.
3346 (ad-do-advised-functions): Remove problematic `result-form'.
3347 (ad-safe-fset): `ad-real-fset' => `fset'.
3348 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3349 uses CL's dolist internally.
3350 (ad-arglist): Remove unused arg `name'.
3351 (ad-docstring, ad-make-advised-docstring):
3352 `ad-real-documentation' => `documentation'.
3353 (warning-suppress-types): Declare.
3354 (ad-set-arguments): Simple CSE.
3355 (ad-recover-normality): Sanity check.
3356
3357 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3358 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3359
3360 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3361
3362 * ses.el: symbol to coordinate mapping is made by symbol property
3363 `ses-cell'. This means that the same mapping is done for all SES
3364 sheets. That is good enough for cells with standard A1 names, but
3365 not for named cell. So a hash map is added for the latter.
3366 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3367 (ses-sym-rowcol): Use hashmap for named cell.
3368 (ses-is-cell-sym-p): New defun.
3369 (ses-decode-cell-symbol): New defun.
3370 (ses-create-cell-variable): Add cell to hashmap when name is not
3371 A1-like.
3372 (ses-rename-cell): Check that cell new name is not already in
3373 spreadsheet with the use of ses-is-cell-sym-p
3374 (ses-rename-cell): Use hash map for named cells, but accept also
3375 renaming back to A1-like.
3376
3377 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * emacs-lisp/advice.el: Use new dynamic docstrings.
3380 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3381 Use dynamic-docstring-function instead of ad-advice-info.
3382 (ad--make-advised-docstring): New function extracted from
3383 ad-make-advised-docstring.
3384 (ad-make-advised-docstring): Use it.
3385 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3386 from sql-help.
3387 (sql-help): Use it with dynamic-docstring-function.
3388
3389 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3390
3391 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * files.el (hack-one-local-variable--obsolete): New function.
3394 (hack-one-local-variable): Use it for obsolete settings.
3395
3396 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3397 the new name.
3398
3399 * progmodes/js.el (js--filling-paragraph): New var.
3400 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3401 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3402 less sneaky.
3403
3404 2012-11-08 Julien Danjou <julien@danjou.info>
3405
3406 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3407 `auto-mode-alist' (Bug#12835).
3408
3409 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3412 (perl--prettify-symbols-alist): New const.
3413 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3414 New functions.
3415 (perl-font-lock-keywords-2): Use them.
3416 (perl-electric-noindent-p): New function.
3417 (perl-mode): Use it to set up electric-indent-mode.
3418 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3419 (perl-mode-map): Remove bindings for them.
3420 (perl-imenu-generic-expression, perl-outline-level):
3421 Match functions&packages in column>0.
3422
3423 * env.el (env--substitute-vars-regexp): New const.
3424 (substitute-env-vars): Use it. Add `only-defined' arg.
3425 * net/tramp.el (tramp-replace-environment-variables): Use it.
3426
3427 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3428 Byte-compile *before* eval in eval-and-compile.
3429 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3430 (byte-compile-file-form-autoload): Don't hide actual definition.
3431 (byte-compile-maybe-guarded): Accept `functionp' as well.
3432
3433 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3434
3435 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3436
3437 * notifications.el (notifications-get-server-information-method):
3438 New defconst.
3439 (notifications-get-capabilities): Fix docstring.
3440 (notifications-get-server-information): New defun.
3441
3442 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3443
3444 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3445 readability.
3446
3447 * textmodes/ispell.el: Experimental support for support debugging.
3448 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3449 buffer for ispell.
3450 (ispell-print-if-debug): New function to print stuff to
3451 `ispell-debug-buffer' if debugging is enabled.
3452 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3453 show some debugging info.
3454 (ispell-buffer-with-debug): New function that creates a debugging
3455 buffer and calls `ispell-buffer' with debugging enabled.
3456
3457 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3458 comment in autoconf mode. (Bug#12768)
3459
3460 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3461
3462 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3463 frame-first-window, frame-root-window, frame-selected-window,
3464 minibuffer-selected-window, minibuffer-window,
3465 window-absolute-pixel-edges, window-at, window-body-height,
3466 window-body-width, window-display-table, window-combination-limit,
3467 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3468 window-inside-edges, window-inside-pixel-edges, window-left-child,
3469 window-left-column, window-margins, window-next-buffers,
3470 window-next-sibling, window-new-normal, window-new-total,
3471 window-normal-size, window-parameter, window-parameters, window-parent,
3472 window-pixel-edges, window-point, window-prev-buffers,
3473 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3474 window-start, window-text-height, window-top-child, window-top-line,
3475 window-total-height, window-total-width and window-use-time to the list
3476 of functions without side-effects.
3477 (toplevel): Add window-valid-p to the list of error-free functions
3478 without side-effects.
3479
3480 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3481
3482 * textmodes/ispell.el (ispell-program-name):
3483 Update spellchecker parameters when customized.
3484
3485 2012-11-04 Glenn Morris <rgm@gnu.org>
3486
3487 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3488
3489 2012-11-04 Chong Yidong <cyd@gnu.org>
3490
3491 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3492 same-window-* variables.
3493
3494 2012-11-04 Juri Linkov <juri@jurta.org>
3495
3496 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3497 (isearch-describe-key, isearch-describe-mode): Use a display
3498 action instead of binding same-window-* variables (Bug#10040).
3499
3500 2012-11-03 Glenn Morris <rgm@gnu.org>
3501
3502 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3503 Rename handler properties back from cl-- to cl-. (Bug#12788)
3504
3505 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3506
3507 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3508
3509 * term/pc-win.el: Don't load term/internal from here.
3510
3511 * loadup.el: Load term/internal from here.
3512
3513 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3514
3515 * progmodes/python.el (inferior-python-mode): Fix hang in
3516 jit-lock (Bug#12645).
3517
3518 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3519
3520 * window.el (switch-to-visible-buffer)
3521 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3522
3523 2012-11-03 Glenn Morris <rgm@gnu.org>
3524
3525 * emacs-lisp/cl-lib.el (cl--random-time):
3526 Rename from cl-random-time. (Bug#12773)
3527 (cl--gensym-counter, cl--random-state): Update callers.
3528 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3529
3530 2012-11-03 Chong Yidong <cyd@gnu.org>
3531
3532 * cus-start.el: Make cursor-type customizable (Bug#11633).
3533
3534 2012-11-02 Glenn Morris <rgm@gnu.org>
3535
3536 * filecache.el: No need to load find-lisp when compiling.
3537 (find-lisp-find-files): Autoload it.
3538 (file-cache-add-directory-recursively): Don't require find-lisp.
3539
3540 * image.el (image-type-from-file-name): Trivial simplification.
3541
3542 * emacs-lisp/bytecomp.el (byte-compile-eval):
3543 Decouple "noruntime" and "cl-functions" warnings.
3544
3545 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3546
3547 * play/gomoku.el (gomoku-display-statistics): Update mode line
3548 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3549
3550 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3551
3552 * window.el (quit-restore-window): If the window has been
3553 created on an existing frame and ended up as the sole window on
3554 that frame, do not delete it (Bug#12764).
3555
3556 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3557
3558 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3559 Rename from sh--inside-arithmetic-expression, handle more cases
3560 (bug#11263).
3561
3562 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3563 (sh-font-lock-open-heredoc): Use it (bug#12770).
3564
3565 2012-10-30 Glenn Morris <rgm@gnu.org>
3566
3567 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3568
3569 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3570
3571 2012-10-29 Chong Yidong <cyd@gnu.org>
3572
3573 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3574 function key is stored in a keyboard macro (Bug#4894).
3575
3576 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3577
3578 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3579
3580 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3581 header comments".
3582 (diff-unified->context, diff-context->unified)
3583 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3584
3585 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3586
3587 * files.el (find-alternate-file): Only ask one question (bug#12487).
3588
3589 2012-10-29 Chong Yidong <cyd@gnu.org>
3590
3591 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3592 Suggested by Dan Nicolaescu (Bug#6326).
3593
3594 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3595
3596 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3597
3598 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3599
3600 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3601
3602 * face-remap.el (face-remap-add-relative): Handle the case where a
3603 face-remapping-alist entry is a cons cell (Bug#12762).
3604
3605 2012-10-29 Kevin Ryde <user42@zip.com.au>
3606
3607 * woman.el (woman-parse-numeric-value): Handle picas correctly
3608 (Bug#12639).
3609
3610 2012-10-29 Glenn Morris <rgm@gnu.org>
3611
3612 * emacs-lisp/cl.el (defsetf): Doc fix.
3613
3614 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3617 syntax to the matching opener, if any (bug#12547).
3618 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3619 matching open as a "case-(".
3620 (sh-smie-rc-grammar): Add a corresponding rule for it.
3621
3622 2012-10-28 Daniel Hackney <dan@haxney.org>
3623
3624 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3625 "PKGNAME-autoloads.el" in case we created it.
3626
3627 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3630 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3631 (completion--twq-all): Disable too-strict assertions.
3632
3633 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3634
3635 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3636
3637 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3638 text to match the real keybindings.
3639
3640 2012-10-27 Juri Linkov <juri@jurta.org>
3641
3642 * wdired.el (wdired-keep-marker-rename): New defcustom.
3643 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3644 (Bug#11795)
3645
3646 * dired.el (dired-keep-marker-rename): Add reference to
3647 `wdired-keep-marker-rename' in the docstring.
3648 Add default character value ?R to display initially in
3649 Customization UI instead of ?@.
3650
3651 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3652
3653 * window.el (display-buffer): In doc-string describe
3654 window-height and window-width alist entries.
3655
3656 * time.el (display-time-world): Restore fit-window-to-buffer
3657 behavior.
3658
3659 2012-10-27 Chong Yidong <cyd@gnu.org>
3660
3661 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3662
3663 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3664
3665 * minibuffer.el (completion-category-overrides): New completion
3666 category `bookmark' (bug#11131).
3667
3668 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3671 Silence bogus compiler warnings for ad-do-it.
3672
3673 * bookmark.el (bookmark-completing-read): Set the completion category
3674 to `bookmark' (bug#11131).
3675
3676 2012-10-26 Bastien <bzg@altern.org>
3677 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * face-remap.el: Use lexical-binding.
3680 (text-scale-adjust): Improve docstring. Use itself for the temporary
3681 overlay-map bindings, so as to repeat the "Use..." message each time.
3682
3683 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 * emacs-lisp/macroexp.el (macroexp--expand-all):
3686 Obey byte-compile-warning-enabled-p (bug#12486).
3687
3688 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3689 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3690
3691 2012-10-26 Martin Rudalics <rudalics@gmx.at>
3692
3693 * mouse.el (mouse-drag-line): Move last form into preceding when
3694 clause (Bug#12731).
3695
3696 * help.el (resize-temp-buffer-window): Fix doc-string.
3697
3698 2012-10-25 David Engster <deng@randomsample.de>
3699
3700 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3701 Remove. This feature is already integrated in imenu.
3702
3703 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3704 always loaded. Require `speedbar' unconditionally.
3705
3706 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3709
3710 * minibuffer.el (minibuffer-force-complete): Fix thinko.
3711
3712 * net/ldap.el (ldap-search-internal): The official ldif format starts
3713 with a "version: 1" header (bug#12724).
3714
3715 * emacs-lisp/package.el (package-installed-p): Warn if not ready
3716 (bug#12721).
3717
3718 2012-10-25 Glenn Morris <rgm@gnu.org>
3719
3720 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3721
3722 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * minibuffer.el (minibuffer-force-complete): Use one more marker
3725 for the temporary-overlay-map command (bug#12619).
3726
3727 2012-10-24 Chong Yidong <cyd@gnu.org>
3728
3729 * time.el (display-time-world-mode): Derive from special-mode.
3730 (display-time-world): Use display-buffer (Bug#12708).
3731 (display-time-world-mode-map): Variable deleted.
3732 (display-time-world-display): Wrap the final delete-char inside
3733 inhibit-read-only.
3734
3735 2012-10-24 Chong Yidong <cyd@gnu.org>
3736
3737 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3738 Doc fix.
3739
3740 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3741
3742 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * minibuffer.el (completion--all-sorted-completions-location): New var.
3745 (completion--cache-all-sorted-completions)
3746 (completion--flush-all-sorted-completions): Use it.
3747 (completion-in-region, completion-in-region--postch)
3748 (completion-at-point, completion-help-at-point): Use markers in
3749 completion-in-region--data (bug#12619).
3750
3751 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * progmodes/compile.el (compilation-start): Try to handle common
3754 quoting of `cd' argument (bug#12640).
3755
3756 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3757 (bug#12671).
3758
3759 2012-10-23 Glenn Morris <rgm@gnu.org>
3760
3761 * progmodes/gud.el (gud-menu-map):
3762 Check gdb-active-process is bound. (Bug#12358)
3763
3764 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * repeat.el (repeat): Set real-this-command (bug#12232).
3767
3768 * htmlfontify.el (hfy-post-html-hook):
3769 * filesets.el (filesets-cache-fill-content-hook):
3770 * arc-mode.el (archive-extract-hook):
3771 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3772 * net/rcirc.el (rcirc-sentinel-functions)
3773 (rcirc-receive-message-functions, rcirc-activity-functions)
3774 (rcirc-print-functions):
3775 * net/dbus.el (dbus-event-error-functions):
3776 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3777 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3778 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3779 * term/sun.el (sun-raw-prefix-hooks):
3780 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3781
3782 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
3783
3784 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3785 Set `tramp-chunksize' to 1. This improves the performance.
3786 (tramp-smb-wait-for-output): Add timeout to
3787 `tramp-accept-process-output' calls.
3788
3789 2012-10-23 Chong Yidong <cyd@gnu.org>
3790
3791 * faces.el (font-list-limit): Define as an obsolete variable.
3792
3793 * startup.el (command-line):
3794 * cus-start.el: Don't refer to font-list-limit.
3795
3796 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3797
3798 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * subr.el (internal-temp-output-buffer-show): Rename from
3801 temp-output-buffer-show, since previously compiled files expect this name.
3802
3803 2012-10-23 Glenn Morris <rgm@gnu.org>
3804
3805 * image.el (image-type-from-file-name): If multiple types match,
3806 return the first one that is supported. (Bug#9045)
3807
3808 2012-10-22 Glenn Morris <rgm@gnu.org>
3809
3810 * image.el (imagemagick-enabled-types): Doc fix.
3811
3812 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
3813
3814 * progmodes/which-func.el (which-func-current): The hash-table may have
3815 an explicit nil (bug#12338).
3816
3817 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * electric.el (electric-pair-delete-selection-self-insert-function):
3820 Rename to electric-pair-will-use-region, return a boolean.
3821 (electric-pair-mode): Adjust accordingly. Don't require delsel.
3822
3823 * delsel.el (delete-selection-helper): Use a function instead of a hook.
3824 (delete-selection-pre-hook): Use use-region-p.
3825 (delete-selection-self-insert-function): Remove.
3826 (self-insert-command): Obey self-insert-uses-region-functions.
3827 (self-insert-iso): Revert to previous setting, since we don't actually
3828 know what that command does.
3829 (delete-selection-self-insert-hooks): Remove.
3830
3831 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
3832
3833 * delsel.el (delete-selection-helper): New function, extracted from
3834 delete-selection-pre-hook.
3835 (delete-selection-pre-hook): Use it.
3836 (delete-selection-self-insert-function): New function.
3837 (delete-selection-self-insert-hooks): New hook.
3838 (self-insert-command, self-insert-iso): Use it.
3839 * electric.el (electric-pair-syntax): New function, extracted from
3840 electric-pair-post-self-insert-function.
3841 (electric-pair-post-self-insert-function): Use it.
3842 (electric-pair-delete-selection-self-insert-function): New function.
3843 (electric-pair-mode): Require delsel and setup
3844 delete-selection-self-insert-hooks (bug#11520).
3845
3846 2012-10-20 Chong Yidong <cyd@gnu.org>
3847
3848 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3849 no changes to show (Bug#12586).
3850
3851 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3852 list explicitly (Bug#12571).
3853
3854 2012-10-20 Arne Jørgensen <arne@arnested.dk>
3855
3856 * progmodes/flymake.el (flymake-create-temp-inplace):
3857 Use file-truename.
3858
3859 2012-10-20 Eli Zaretskii <eliz@gnu.org>
3860
3861 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
3862
3863 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3864
3865 * calc/calc-units.el (math-extract-units): Properly extract powers
3866 of units.
3867
3868 2012-10-20 Daniel Colascione <dancol@dancol.org>
3869
3870 * frame.el (make-frame): Set x-display-name as we used to in order
3871 to unbreak creating an X11 frame from an Emacs daemon started
3872 without a display.
3873
3874 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * minibuffer.el (minibuffer-force-complete): Make the next completion use
3877 the same completion-field (bug#12221).
3878
3879 2012-10-19 Martin Rudalics <rudalics@gmx.at>
3880
3881 * emacs-lisp/debug.el (debug): Record height of debugger window
3882 also when debugger will be back (Bug#8789).
3883
3884 2012-10-18 Chong Yidong <cyd@gnu.org>
3885
3886 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3887 Convert to defcustom.
3888 (gdb-get-source-file): Don't bind pop-up-windows.
3889
3890 * progmodes/gud.el (gud-display-line): Don't specially re-use
3891 other frames for the gdb-mi case (Bug#12648).
3892
3893 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * emacs-lisp/advice.el: Clean up commentary a bit.
3896 (ad-do-advised-functions, ad-with-originals): Use `declare'.
3897 (byte-code-function-p): Never redefine.
3898
3899 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3900
3901 2012-10-18 Glenn Morris <rgm@gnu.org>
3902
3903 * dired.el (dired-sort-toggle): Some ls implementations only allow
3904 a single option string. (Bug#12666)
3905
3906 * minibuffer.el (completion-cycle-threshold): Doc fix.
3907
3908 2012-10-17 Kenichi Handa <handa@gnu.org>
3909
3910 * international/mule.el (set-keyboard-coding-system):
3911 Recover input meta mode when the new coding system doesn not use 8-bit.
3912 Supply TERMINAL arg to set-input-meta-mode.
3913
3914 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
3915
3916 * wdired.el (wdired-old-marks): New variable.
3917 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3918 (wdired-do-renames): Move point with renamed file and don't lose
3919 mark status (Bug#11795).
3920
3921 2012-10-16 Juri Linkov <juri@jurta.org>
3922
3923 * replace.el (query-replace-help): Mention multi-buffer replacement
3924 keys in the Help message. (Bug#12655)
3925
3926 2012-10-15 Chong Yidong <cyd@gnu.org>
3927
3928 * emacs-lisp/byte-run.el (defsubst): Doc fix.
3929
3930 2012-10-14 Eli Zaretskii <eliz@gnu.org>
3931
3932 * window.el (display-buffer): Doc fix.
3933
3934 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3935 Adjust the msft regexp to the output of Studio 2010, and move msft
3936 before edg-1. See the discussion on emacs-devel,
3937 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3938 for the details.
3939
3940 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3943 (oset): Move uses of object-class-fast macro after its definition.
3944
3945 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3946
3947 2012-10-13 Chong Yidong <cyd@gnu.org>
3948
3949 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3950 enabled, re-enable it (Bug#11963).
3951
3952 2012-10-13 Martin Rudalics <rudalics@gmx.at>
3953
3954 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3955 non-nil, restore window configuration (Bug#12623).
3956
3957 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * help-fns.el (describe-variable, describe-function-1):
3960 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
3961
3962 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
3963
3964 2012-10-12 Glenn Morris <rgm@gnu.org>
3965
3966 * mail/rmailsum.el (rmail-header-summary):
3967 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
3968
3969 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
3970
3971 * progmodes/python.el (python-mode-map):
3972 Replace subtitute-key-definition with proper command remapping.
3973 (python-nav--up-list): Fix behavior for blocks on the same level.
3974
3975 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
3978
3979 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
3980 changes to the format of load-history.
3981
3982 * international/mule-cmds.el (read-char-by-name): Move let-binding of
3983 completion-ignore-case in case that var is buffer-local (bug#12615).
3984
3985 2012-10-11 Kenichi Handa <handa@gnu.org>
3986
3987 * international/eucjp-ms.el: Re-generated.
3988
3989 2012-10-10 Kenichi Handa <handa@gnu.org>
3990
3991 * select.el (xselect--encode-string): If a coding is specified for
3992 selection, and that is compatible with COMPOUND_TEXT, use it.
3993
3994 2012-10-10 Martin Rudalics <rudalics@gmx.at>
3995
3996 * window.el (switch-to-buffer-preserve-window-point): New option.
3997 (switch-to-buffer):
3998 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
3999
4000 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4003 Don't document nil as a useful value (bug#12583).
4004
4005 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
4006
4007 * net/tramp.el (tramp-debug-message):
4008 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
4009 (with-tramp-progress-reporter): Rename from
4010 `tramp-with-progress-reporter'.
4011 (with-tramp-file-property, with-tramp-connection-property):
4012 Move from tramp-cache.el, rename from `with-file-property' and
4013 `with-connection-property', respectively.
4014
4015 * net/tramp-cache.el: Remove `with-file-property' and
4016 `with-connection-property'.
4017
4018 * net/tramp.el:
4019 * net/tramp-gvfs.el:
4020 * net/tramp-sh.el:
4021 * net/tramp-smb.el: Adapt callees.
4022
4023 * net/trampver.el: Update release number.
4024
4025 2012-10-09 Glenn Morris <rgm@gnu.org>
4026
4027 * w32-fns.el (set-message-beep):
4028 * term/w32-win.el (set-message-beep): Update declarations.
4029
4030 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
4033 (mode-line-widen, mode-line-input-method-map)
4034 (mode-line-coding-system-map, mode-line-remote)
4035 (mode-line-unbury-buffer, mode-line-bury-buffer)
4036 (mode-line-next-buffer, mode-line-previous-buffer):
4037 Replace save-selected-window+select-window => with-selected-window.
4038
4039 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4040 * progmodes/cc-vars.el (bq-process): Remove, unused.
4041
4042 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4043
4044 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4045
4046 Implemented `backward-up-list'-like navigation.
4047 * progmodes/python.el (python-nav-up-list)
4048 (python-nav-backward-up-list): New functions.
4049 (python-mode-map): Define substitute key for backward-up-list to
4050 python-nav-backward-up-list.
4051
4052 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4053
4054 * progmodes/python.el (python-fill-paragraph): Rename from
4055 python-fill-paragraph-function. Fixed fill-paragraph for
4056 decorators (Bug#12605).
4057
4058 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4059
4060 * progmodes/python.el (python-shell-output-filter): Handle extra
4061 carriage return in OSX (Bug#12409).
4062
4063 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4064
4065 Fix shell handling of unbalanced quotes and parens in output.
4066 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4067 (python-syntax-propertize-function): Use it.
4068 (python-shell-output-syntax-table): New var.
4069 (inferior-python-mode): Prevent unbalanced parens/quotes from
4070 previous output mess with current input context.
4071
4072 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4075 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4076
4077 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4078
4079 * ffap.el (ffap-replace-file-component): Support Tramp file name
4080 syntax, not only ange-ftp's one.
4081
4082 2012-10-08 Glenn Morris <rgm@gnu.org>
4083
4084 * cus-start.el (message-log-max): Set :version.
4085
4086 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4087
4088 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4089
4090 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4091 the minibuffer window (Bug#10851).
4092
4093 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4094
4095 Enhancements on forward-sexp movement.
4096 * progmodes/python.el (python-nav-beginning-of-statement)
4097 (python-nav-end-of-statement): Return point-marker.
4098 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4099 (python-info-current-symbol)
4100 (python-info-statement-starts-block-p): Rename from
4101 python-info-beginning-of-block-p.
4102 (python-info-statement-ends-block-p): Rename from
4103 python-info-end-of-block-p.
4104 (python-info-beginning-of-statement-p)
4105 (python-info-end-of-statement-p)
4106 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4107 New functions.
4108
4109 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4112 frame-selected-windows.
4113
4114 2012-10-08 Daniel Colascione <dancol@dancol.org>
4115
4116 * battery.el (battery-status-function): Check for
4117 w32-battery-status itself, not system-time windows-nt.
4118
4119 * frame.el: Require cl-lib.
4120 (display-format-alist): New variable mapping frame types to
4121 functions that initialize them.
4122 (window-system-for-display): New function: interprets
4123 display-format-alist.
4124 (make-frame-on-display): Remove existing display-selection logic
4125 and just forward to make-frame, which will now DTRT.
4126 (make-frame): Restructure to use window-system-for-display to
4127 figure out how to create a frame on a given display.
4128 (display-mouse-p): Look for frame-type w32, not a particular
4129 system-type.
4130
4131 * loadup.el: Load w32 lisp code when we have the w32 feature.
4132
4133 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4134 system-type windows-nt.
4135
4136 * server.el (server-create-window-system-frame): Look for window
4137 type.
4138 (server-proces-filter): Only force a window system when windows-nt
4139 _and_ w32. Explain why.
4140
4141 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4142 of window systems we configure for the mode.
4143
4144 * startup.el (command-line): Mark window system is initialized
4145 after we've done it.
4146
4147 * common-win.el (x-select-text): Look for w32, not windows-nt.
4148
4149 * ns-win.el: Require cl-lib. Add ourselves to
4150 display-format-alist.
4151 (ns-initialize-window-system): Assert we're not initialized twice.
4152
4153 * w32-win.el: Enable lexical binding; require cl-lib; add
4154 ourselves to display-format-alist.
4155 (w32-handle-dropped-file): Convert incoming dropped files from
4156 Windows paths to Cygwin ones before passing them on to the rest of
4157 Emacs.
4158 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4159 (w32-initialize-window-system): Assert we're not initialized twice.
4160
4161 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4162 (x-initialize-window-system): Assert we're not initialized twice.
4163
4164 * w32-common-fns.el: New File.
4165 (w32-version, w32-using-nt, w32-get-clipboard-data)
4166 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4167 (w32-charset-info-alist, x-last-selected, text)
4168 (x-get-selection-value, x-selection-value): Move here.
4169
4170 * w32-fns.el: Require w32-common-fns.
4171 (w32-version, w32-using-nt, w32-get-clipboard-data)
4172 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4173 (w32-charset-info-alist, x-last-selected, text)
4174 (x-get-selection-value, x-selection-value): Move to
4175 w32-common-fns.
4176
4177 * w32-vars.el:
4178 (w32-allow-system-shell, w32-system-shells): Define only in
4179 non-cygwin case.
4180
4181 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4184 (read-passwd): Remove a few more potential sources of leaks.
4185
4186 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4187
4188 * progmodes/python.el (inferior-python-mode)
4189 (python-shell-make-comint): Fix initialization of local
4190 variables copied from parent buffer.
4191
4192 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4193
4194 * term/ns-win.el (ns-read-file-name): Update declaration to match
4195 nsfns.m.
4196 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4197 it is set when font is acted upon.
4198
4199 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4200
4201 Enhancements to indentation.
4202 * progmodes/python.el (python-indent-context): Give priority to
4203 inside-string context. Make comments indentation markers.
4204 (python-indent-region): Do not mess with strings, unless it's the
4205 enclosing set of quotes.
4206
4207 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * window.el (internal--before-save-selected-window)
4210 (internal--after-save-selected-window): New functions extracted from
4211 save-selected-window. Make sure we return the `alist' we construct.
4212 (save-selected-window): Use them.
4213
4214 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4215 Use with-selected-window.
4216
4217 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4218 forms that define macros (bug#12593).
4219
4220 2012-10-07 Kenichi Handa <handa@gnu.org>
4221
4222 * international/mule-conf.el (compound-text-with-extensions):
4223 Add :mime-charset property as x-ctext.
4224
4225 2012-10-07 Stefan Merten <smerten@oekonux.de>
4226
4227 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4228 (rst-indent-literal-normal, rst-indent-literal-minimized)
4229 (rst-indent-comment): Correct :version tag.
4230 (rst-official-cvs-rev): Correct version string.
4231
4232 2012-10-07 Glenn Morris <rgm@gnu.org>
4233
4234 * mail/rmailmm.el (rmail-mime-process-multipart):
4235 Do not confuse a multipart message with an epilogue
4236 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4237
4238 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4239
4240 Fix shell output retrieval and comint-prompt-regexp init.
4241 * progmodes/python.el (inferior-python-mode):
4242 (python-shell-make-comint): Fix initialization of
4243 comint-prompt-regexp from copied file local variables.
4244 (python-shell-fetched-lines): Remove var.
4245 (python-shell-output-filter-in-progress): Rename from
4246 python-shell-fetch-lines-in-progress.
4247 (python-shell-output-filter-buffer): Rename from
4248 python-shell-fetch-lines-string.
4249 (python-shell-fetch-lines-filter): Delete function.
4250 (python-shell-output-filter): New function.
4251 (python-shell-send-string-no-output): Use them.
4252
4253 2012-10-07 Glenn Morris <rgm@gnu.org>
4254
4255 * hi-lock.el (hi-lock-process-phrase):
4256 Try to make it less fragile. (Bug#7161)
4257
4258 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4259
4260 2012-10-06 Glenn Morris <rgm@gnu.org>
4261
4262 * ehelp.el (electric-help-mode): Use help-mode rather than
4263 non-existent mode `help'.
4264 (electric-help-map): Use button-buffer-map. (Bug#10917)
4265
4266 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4267 (reftex-create-bibtex-footer): Fix custom types.
4268
4269 * progmodes/sh-script.el (sh-indent-after-continuation):
4270 Add explicit :group.
4271
4272 * textmodes/rst.el (rst-preferred-decorations)
4273 (rst-shift-basic-offset): Clarify obsolescence versions.
4274
4275 * profiler.el (profiler): Add missing group :version tag.
4276 * avoid.el (mouse-avoidance-banish-position):
4277 * proced.el (proced-renice-command):
4278 * calc/calc.el (calc-ensure-consistent-units):
4279 * calendar/icalendar.el (icalendar-import-format-uid):
4280 * net/tramp.el (tramp-save-ad-hoc-proxies):
4281 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4282 * progmodes/flymake.el (flymake-error-bitmap)
4283 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4284 * progmodes/sh-script.el (sh-indent-after-continuation):
4285 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4286 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4287 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4288 (vhdl-array-index-record-field-in-sensitivity-list)
4289 (vhdl-indent-comment-like-next-code-line):
4290 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4291 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4292 (reftex-cite-key-separator, reftex-create-bibtex-header)
4293 (reftex-create-bibtex-footer):
4294 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4295 (rst-indent-literal-normal, rst-indent-literal-minimized)
4296 (rst-indent-comment): Add missing custom :version tags.
4297
4298 * calendar/timeclock.el (timeclock-modeline-display):
4299 Add missing obsolete alias for renamed user option.
4300
4301 * strokes.el (strokes-modeline-string):
4302 * emulation/crisp.el (crisp-mode-modeline-string):
4303 * eshell/esh-mode.el (eshell-status-in-modeline):
4304 Aliases to defcustoms must come before the defcustom.
4305
4306 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4307 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4308 (cal-tex-cursor-week-monday): Doc fixes.
4309 (cal-tex-cursor-week2-summary): Doc fix.
4310 Rename from cal-tex-cursor-week-at-a-glance.
4311
4312 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4313 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4314
4315 * calendar/calendar.el (calendar-mode-map):
4316 Add cal-tex-cursor-week2-summary.
4317
4318 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4321
4322 * subr.el (read-passwd-map): New var.
4323 (read-passwd): Use `read-string' again.
4324 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4325
4326 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4327
4328 * register.el (append-to-register, prepend-to-register):
4329 Deactivate mark, as does `copy-to-register' (bug#12389).
4330
4331 2012-10-06 Chong Yidong <cyd@gnu.org>
4332
4333 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4334
4335 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4336
4337 * international/characters.el: Fix simple mistake ((car chars) ->
4338 elt), delete duplicated code.
4339
4340 2012-10-06 Glenn Morris <rgm@gnu.org>
4341
4342 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4343
4344 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4345
4346 * color.el (color-hsl-to-rgb): Fix incorrect results for
4347 small and large hue values. (Bug#12559)
4348
4349 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4350
4351 Enhancements to docstring formatting when filling paragraphs.
4352 * progmodes/python.el (python-fill-docstring-style): Rename from
4353 python-fill-string-style. Added new style.
4354 (python-fill-string): Use new style. Better checks for
4355 docstrings.
4356
4357 2012-10-05 Glenn Morris <rgm@gnu.org>
4358
4359 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4360
4361 * color.el (color-name-to-rgb, color-rgb-to-hex)
4362 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4363 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4364 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4365 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4366
4367 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4368
4369 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4370
4371 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4372 to get the correct size across symlinks.
4373
4374 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4375
4376 2012-10-04 Juri Linkov <juri@jurta.org>
4377
4378 * replace.el (query-replace-interactive): Declare obsolete.
4379 (query-replace-read-from): Add the last incremental search string
4380 to the list of default values accessible via M-n.
4381 (map-query-replace-regexp): Use `read-regexp'.
4382 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4383 (map-query-replace-regexp, replace-string, replace-regexp):
4384 Fix docstrings to replace mentions of `query-replace-interactive'
4385 with alternatives. (Bug#12526)
4386
4387 2012-10-04 Juri Linkov <juri@jurta.org>
4388
4389 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4390 (dired-pop-to-buffer): Declare obsolete.
4391 (dired-mark-pop-up): Doc fix.
4392
4393 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4394
4395 Allow user to set docstring style for fill-paragraph.
4396 * progmodes/python.el
4397 (python-fill-comment-function, python-fill-string-function)
4398 (python-fill-decorator-function, python-fill-paren-function):
4399 Remove :safe for defcustoms.
4400 (python-fill-string-style): New defcustom
4401 (python-fill-paragraph-function): Enhance context detection.
4402 (python-fill-string): Honor python-fill-string-style settings.
4403
4404 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4405
4406 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4407 after setting its buffer (Bug#10805).
4408
4409 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4410
4411 Fix cornercase for string syntax.
4412 * progmodes/python.el (python-syntax-propertize-function):
4413 Simplify and enhance the regexp for unescaped quotes. Now it also
4414 matches quotes in weird situations like the single quote in
4415 "something\"'".
4416 (python-syntax-stringify): Simplify num-quotes detecting code.
4417
4418 2012-10-03 Glenn Morris <rgm@gnu.org>
4419
4420 * help-macro.el (three-step-help):
4421 Revert 2012-09-29 change. (Bug#12567)
4422
4423 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4424
4425 * menu-bar.el (kill-this-buffer): Don't do anything when
4426 `menu-frame' is not alive or visible (Bug#8184).
4427
4428 * emacs-lisp/debug.el (debug): When quitting the debugger window
4429 restore current buffer (Bug#12502).
4430
4431 2012-10-02 Chong Yidong <cyd@gnu.org>
4432
4433 * progmodes/hideif.el (hif-lookup, hif-defined):
4434 Handle semantic-c-takeover-hideif.
4435
4436 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4437
4438 Change sampling interval units from ms to ns.
4439 * profiler.el (profiler-sampling-interval): Change units
4440 from ms to ns, multiplying the default by 1000000 so that
4441 it remains 1 ms.
4442 (profiler-report-cpu-line-format): Give enough room for
4443 the maximum counters on 64-bit hosts.
4444 (profiler-report-render-calltree-1): Call them "CPU samples",
4445 not "Time (ms)", since they are not milliseconds now (and
4446 never really were).
4447
4448 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4449
4450 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4451 Fix querying BBDB for entries without a last name (Bug#11580).
4452
4453 2012-10-02 Chong Yidong <cyd@gnu.org>
4454
4455 * emacs-lisp/eieio.el: Restore Version header.
4456
4457 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * vc/diff-mode.el (diff--auto-refine-data): New var.
4460 (diff-hunk): Use it to delay refinement.
4461 (diff-mode): Remove overlays when we turn off font-lock.
4462
4463 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4464 (table-initialize-table-fixed-width-mode)
4465 (table-set-table-fixed-width-mode): Remove functions.
4466 (table-command-list): Move initialization into declaration.
4467 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4468 (table-with-cache-buffer): Use `declare'.
4469 (table-span-cell): Simplify via CSE.
4470 (table-fixed-width-mode): Use define-minor-mode.
4471 (table-call-interactively, table-funcall, table-apply): Remove.
4472 (table-function): New function, to replace them.
4473
4474 * bookmark.el (bookmark-search-pattern): Remove var.
4475 (bookmark-read-search-input): Remove function.
4476 (bookmark-bmenu-search): Reimplement using a minibuffer.
4477
4478 * faces.el (modeline): Remove obsolete face name.
4479
4480 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4481 and give a non-nil default value.
4482 (add-change-log-entry): Simplify accordingly.
4483
4484 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4485
4486 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4487 (vc-git-log-edit-toggle-amend): New function.
4488 (vc-git-log-edit-toggle-signoff): New function.
4489 (vc-git-log-edit-mode): New major mode.
4490 (vc-git-log-edit-mode-map): Keymap for it.
4491 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4492
4493 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4494 header names.
4495 (log-edit-toggle-header): New function.
4496 (log-edit-extract-headers): Accept function values in HEADERS alist.
4497
4498 2012-10-01 David Engster <deng@randomsample.de>
4499
4500 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4501 from symbol property and change message to be more consistent with
4502 Emacs proper.
4503 (eieio-describe-generic): Add filename for each implementation.
4504 Fix indices for generic and normal methods.
4505 (eieio-method-def, eieio-class-def): New buttons.
4506 (eieio-help-find-method-definition)
4507 (eieio-help-find-class-definition): New functions.
4508 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4509 class, constructor and method definitions.
4510
4511 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4512 information in symbol property.
4513 (scoped-class): Remove.
4514 (eieio-slot-name-index, call-next-method): Check if it is bound.
4515
4516 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4517
4518 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4519 (eieio-custom-mode): New major mode.
4520 (eieio-customize-object): Use it.
4521
4522 2012-10-01 Eric Ludlam <zappo@gnu.org>
4523
4524 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4525 specifying the expected class, and whether subclassing is allowed.
4526 (eieio-persistent-convert-list-to-object):
4527 (eieio-persistent-validate/fix-slot-value)
4528 (eieio-persistent-slot-type-is-class-p): New functions.
4529 (eieio-named::slot-missing): Doc fix.
4530
4531 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4532 Stop using unused publd variable.
4533
4534 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4535 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4536 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4537 (eieio-speedbar-handle-click): Do not specify a class for the
4538 method. Fixes method invocation order problems with EDE.
4539
4540 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4543 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4544
4545 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4546
4547 * bookmark.el (bookmark-version-control): Give tags in the
4548 :type choices (Bug#12309), and improve doc string.
4549 (bookmark-write-file): Bind `print-circle' to `t' to allow
4550 circular custom bookmark types. (Bug#12503)
4551
4552 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4553
4554 Revert the FOLLOW-SYMLINKS change for file-attributes.
4555 * files.el (remote-file-name-inhibit-cache, after-find-file):
4556 * time.el (display-time-file-nonempty-p): Undo last change.
4557
4558 * profiler.el (profiler-sampling-interval): Change default back to 1.
4559 See Stefan Monnier in
4560 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4561
4562 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4563
4564 Shell output catching a la gud-gdb.
4565 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4566 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4567 New Vars.
4568 (python-shell-fetch-lines-filter): New function.
4569 (python-shell-send-string-no-output): Use them.
4570
4571 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4572
4573 * profiler.el (profiler-sampling-interval): Rename from
4574 profiler-sample-interval.
4575 (profiler-sampling-interval): Default to 10.
4576 (profiler-find-profile): New command (was profiler-find-log).
4577 (profiler-find-profile-other-window): New command.
4578 (profiler-find-profile-other-frame): New command.
4579 (profiler-profile): Introduce API-level data structure.
4580
4581 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4582
4583 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4584 * files.el (remote-file-name-inhibit-cache):
4585 * time.el (display-time-file-nonempty-p): Use it.
4586 * files.el (after-find-file): Don't chase links before calling
4587 file-exists-p, as file-exists-p already does the right thing.
4588
4589 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4590
4591 Merge from standalone RefTeX repository.
4592
4593 The following ChangeLog entries are shortened versions of the
4594 original ones with file paths adapted. A not so strongly edited
4595 version of the original ChangeLog can be found in the commit log.
4596
4597 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4598 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4599 Correctly handle new value type returned by `reftex-citation'.
4600
4601 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4602 that entries with whitespace at various places are found.
4603 Doc fix. Include entries that are cross-referenced from cited entries.
4604 Include @String definitions in the resulting bib file. Add header
4605 and footer defined in `reftex-create-bibtex-header' and
4606 `reftex-create-bibtex-footer'.
4607 (reftex-do-citation): Make it possible again to insert
4608 non-existent entries. Save match data when asking for optional
4609 arguments. Return all keys, not just the first one.
4610 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4611 all citations in the same line.
4612 (reftex-parse-bibtex-entry): Accept additional optional argument
4613 `raw' and keep quotes or braces if it is non-nil. Match fields
4614 containing hyphens besides word constituents.
4615 (reftex-get-string-refs): New function.
4616 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4617 and ask if it should be reread in case it did.
4618 (reftex-pop-to-bibtex-entry)
4619 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4620 entries with spaces or tabs in front of arguments.
4621 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4622 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4623 Match entries containing numbers and symbol constituents.
4624 (reftex-do-citation, reftex-figure-out-cite-format):
4625 Use `reftex-cite-key-separator'.
4626
4627 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4628 (reftex-mouse-view-crossref): Explain why point is set.
4629
4630 * textmodes/reftex-global.el: Whitespace changes.
4631
4632 * textmodes/reftex-index.el: Move provide statement to end of
4633 file.
4634 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4635 (reftex-index-visit-phrases-buffer): Set marker when visiting
4636 buffer. This allows for returning from the phrases file to the
4637 file one was just editing instead of the file where the last
4638 phrases was added from.
4639 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4640 punctuation syntax as it usually is not used as string quote in
4641 TeX-related modes and may occur unmatched. The change also
4642 prevents fontification of quoted content.
4643 (reftex-index-phrases-mode): Use it.
4644
4645 * textmodes/reftex-parse.el (reftex-parse-from-file):
4646 Move backward one char if a `\' was matched after a section macro.
4647 (reftex-parse-from-file): Use beginning of match instead of end as
4648 bound.
4649
4650 * textmodes/reftex-ref.el: Adapt creation of
4651 `reftex-<package>-<macro>' functions to new structure of
4652 `reftex-ref-style-alist'.
4653 (reftex-reference): Use `reftex-ref-style-list' function.
4654 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4655 reference macro if `reftex-ref-macro-prompt' is non-nil.
4656 (reftex-reference): Pass refstyle to `reftex-format-special'.
4657 Determine reference macro by looking at
4658 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4659 Use only one special format function.
4660 (reftex-varioref-vref, reftex-fancyref-fref)
4661 (reftex-fancyref-Fref): Remove definitions. The functions are now
4662 generated from `reftex-ref-style-alist'.
4663 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4664 Remove.
4665 (reftex-format-special): New function.
4666
4667 * textmodes/reftex-sel.el
4668 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4669 of `reftex-ref-style-alist'. Remove code for testing macro type.
4670 (reftex-select-toggle-varioref)
4671 (reftex-select-toggle-fancyref): Remove.
4672 (reftex-select-cycle-ref-style-internal)
4673 (reftex-select-cycle-ref-style-forward)
4674 (reftex-select-cycle-ref-style-backward): New functions.
4675 (reftex-select-label-map): Use `v' and `V' for general cycling
4676 through reference styles. Add `p' for switching between number
4677 and page reference types.
4678
4679 * textmodes/reftex-toc.el (reftex-re-enlarge):
4680 Call `enlarge-window' only if there is something to do because in Emacs
4681 the horizontal version throws an error even if the parameter is 0.
4682
4683 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4684 (reftex-plug-into-AUCTeX): Doc fix.
4685 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4686 string. Adapt to new name.
4687 (reftex-ref-style-alist): Change structure so that it is not
4688 possible to use multiple different package names within a style.
4689 Remove the symbols for symbols for macro type distinction.
4690 Add characters for macro selection.
4691 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4692 (reftex-create-bibtex-footer): New variables.
4693 (reftex-format-ref-function): Mention third argument of special
4694 format function.
4695 (reftex-ref-style-alist, reftex-ref-style-default-list):
4696 New variables.
4697 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4698 to new implementation. Mark as obsolete. Add compatibility code
4699 for honoring the variable values in case they are set.
4700 (reftex-cite-format-builtin, reftex-bibliography-commands):
4701 Add support for ConTeXt.
4702 (reftex-format-ref-function, reftex-format-cite-function):
4703 Fix custom type.
4704 (reftex-cite-key-separator): New variable.
4705
4706 * textmodes/reftex.el (reftex-syntax-table-for-bib)
4707 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4708 `reftex-syntax-table' because parens have to retain their paren
4709 syntax in order for parsing of BibTeX entries like @book(...) to
4710 work.
4711 (reftex-in-comment): Do not error out if `comment-start-skip' is
4712 not set. Deal correctly with escaped comment characters.
4713 (reftex-tie-multifile-symbols): Add doc string.
4714 Initialize `reftex-ref-style-list'.
4715 (reftex-untie-multifile-symbols): Add doc string.
4716 (reftex-add-index-macros): Doc fix.
4717 (reftex-ref-style-activate, reftex-ref-style-toggle)
4718 (reftex-ref-style-list): New functions.
4719 (reftex-mode-menu): Use them. Adapt to new structure of
4720 `reftex-ref-style-alist'.
4721 (reftex-select-with-char): Kill the RefTeX Select buffer when
4722 done.
4723 (reftex-remove-if): New function.
4724 (reftex-erase-all-selection-and-index-buffers)
4725 (reftex-mode-menu): Reference styles are now computed from
4726 `reftex-ref-style-alist'. Fix typo.
4727 (reftex-report-bug): New function.
4728 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4729 algorithms with O(n log n). Introduce optional argument SORT (not
4730 yet used).
4731
4732 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
4733
4734 Enhancements for triple-quote string syntax.
4735 * progmodes/python.el (python-syntax-propertize-function):
4736 Match both quote cases in one regexp.
4737 (python-syntax-stringify): Handle matches properly.
4738
4739 2012-09-30 Juri Linkov <juri@jurta.org>
4740
4741 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4742 to nil around the call to `insert' to prevent
4743 directory time modification by lock_file. (Bug#2295)
4744 * tar-mode.el (tar-summarize-buffer): Idem.
4745
4746 2012-09-30 Juri Linkov <juri@jurta.org>
4747
4748 * facemenu.el (list-colors-sort): Add option "Luminance".
4749 (list-colors-sort-key): Implement it.
4750
4751 * vc/diff-mode.el (diff-refine-removed):
4752 * vc/ediff-init.el (ediff-fine-diff-A):
4753 * vc/smerge-mode.el (smerge-refined-removed):
4754 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
4755
4756 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4757
4758 * term/ns-win.el (x-file-dialog): New function.
4759
4760 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4761
4762 * ido.el (ido-max-directory-size): Default to nil; the current
4763 default is small for POSIX systems, and impractical on Windows 7
4764 now that lstat returns directory sizes for NTFS.
4765
4766 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4767
4768 In buffer display functions handle window-height/window-width
4769 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
4770 * window.el (window--display-buffer): New argument ALIST.
4771 Obey window-height and window-width alist entries.
4772 (window--try-to-split-window): New argument ALIST.
4773 Bind window-combination-limit to t when the window's size shall be
4774 changed and window-combination-limit equals `window-size'.
4775 (display-buffer-in-atom-window)
4776 (display-buffer-in-major-side-window)
4777 (display-buffer-in-side-window, display-buffer-same-window)
4778 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4779 (display-buffer-pop-up-window, display-buffer-below-selected)
4780 (display-buffer-at-bottom, display-buffer-in-previous-window)
4781 (display-buffer-use-some-window): Adjust all callers of
4782 window--display-buffer and window--try-to-split-window.
4783 (fit-frame-to-buffer): New option.
4784 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4785 is non-nil.
4786 (display-buffer-in-major-side-window): Evaluate window-height /
4787 window-width alist entries.
4788
4789 * help.el (temp-buffer-resize-frames)
4790 (temp-buffer-resize-regexps): Remove options.
4791 (temp-buffer-resize-mode): Adjust doc-string.
4792 (resize-temp-buffer-window): Don't consult
4793 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
4794 temp-buffer-resize-frames.
4795
4796 * dired.el (dired-mark-pop-up):
4797 Call display-buffer-below-selected with a fit-window-to-buffer alist
4798 entry.
4799
4800 2012-09-30 Chong Yidong <cyd@gnu.org>
4801
4802 * server.el (server-host): Document the security implications.
4803 (server-auth-key): Doc fix.
4804
4805 * startup.el (initial-buffer-choice): Doc fix.
4806
4807 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4808
4809 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4810 restriction change.
4811
4812 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4813
4814 * help-fns.el (help-fns--obsolete): Fix last change.
4815
4816 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4819 (minor-mode-map-alist): Remove redundant code.
4820
4821 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4822 visited in a buffer.
4823 (cvs-insert-visited-file): New function.
4824 (find-file-hook): Use it.
4825
4826 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4827
4828 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4829 chose face.
4830 (log-edit-empty-buffer-p): Don't require a space after a header.
4831
4832 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4833
4834 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4835
4836 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4837 a proper minor-mode.
4838
4839 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4840
4841 2012-09-29 Glenn Morris <rgm@gnu.org>
4842
4843 * winner.el (winner-mode): Remove variable (let define-minor-mode
4844 handle it).
4845 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4846 Doc fixes.
4847 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4848 (winner-mode): Use define-minor-mode.
4849
4850 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4851 the full definition in loaddefs, rather than duplicating it.
4852
4853 * help-macro.el (three-step-help): No need to autoload defcustom.
4854
4855 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4856 (inferior-lisp-program, inferior-lisp-load-command)
4857 (inferior-lisp-prompt, inferior-lisp-mode-hook):
4858 No need to autoload defcustoms.
4859
4860 * hippie-exp.el (hippie-expand-try-functions-list)
4861 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4862 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4863 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4864 (hippie-expand-only-buffers): No need to autoload defcustoms.
4865 * progmodes/vhdl-mode.el (vhdl-line-expand):
4866 Explicitly load hippie-exp, so it does not get autoloaded
4867 while hippie-expand-try-functions-list is let-bound.
4868
4869 2012-09-28 Glenn Morris <rgm@gnu.org>
4870
4871 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4872
4873 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4874 Only "cl.el" counts as cl these days.
4875
4876 2012-09-28 Juri Linkov <juri@jurta.org>
4877
4878 Display archive errors in the echo area instead of inserting
4879 to the file buffer.
4880
4881 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4882 to STDERR-TEST that can be a regexp matching a successful output.
4883 Create a temporary file and redirect stderr to it. Search for
4884 STDERR-TEST in the stderr output and display it in the echo area
4885 if no match is found.
4886 (archive-extract-by-file): New function like
4887 `archive-extract-by-stdout' but extracting archives to files
4888 and looking for successful matches in stdout. Function body is
4889 mostly copied from `archive-rar-extract'.
4890 (archive-rar-extract): Use `archive-extract-by-file'.
4891 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
4892
4893 2012-09-28 Leo Liu <sdl.web@gmail.com>
4894
4895 * pcomplete.el (pcomplete-show-completions):
4896 Use minibuffer-message to make pcomplete usable in minibuffer.
4897
4898 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4899
4900 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * type-break.el: Use lexical-binding.
4903 (type-break-mode): Use define-minor-mode.
4904
4905 * emacs-lisp/pcase.el (pcase--mark-used): New.
4906 (pcase--u1): Use it (bug#12512).
4907
4908 * custom.el (load-theme): Set buffer-file-name so the load is recorded
4909 in load-history with the right file name.
4910
4911 2012-09-28 Tassilo Horn <tsdh@gnu.org>
4912
4913 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4914 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4915 (doc-view-get-bounding-box): Make bounding box slicing work for
4916 ODF and DVI documents.
4917
4918 2012-09-28 Glenn Morris <rgm@gnu.org>
4919
4920 * type-break.el (type-break-mode, type-break-interval)
4921 (type-break-good-rest-interval, type-break-keystroke-threshold):
4922 No need to autoload.
4923 (type-break-good-rest-interval, type-break-keystroke-threshold):
4924 Add :set-after.
4925
4926 2012-09-28 Chong Yidong <cyd@gnu.org>
4927
4928 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4929 Add :version tag.
4930
4931 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4932
4933 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
4934
4935 2012-09-27 Glenn Morris <rgm@gnu.org>
4936
4937 * faces.el (x-display-name): Declare (for without-x builds).
4938
4939 * linum.el (linum-format): Don't autoload it. Improve :type.
4940
4941 * progmodes/tcl.el: Don't require outline when compiling.
4942 (outline-regexp, outline-level): Declare.
4943 * textmodes/sgml-mode.el: Don't require outline when compiling.
4944 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4945
4946 * term.el (term-ansi-reset):
4947 Try setting term-ansi-face-already-done to nil. (Bug#11785)
4948
4949 * vc/vc.el (vc-next-action): Only gripe about committing read-only
4950 files for RCS and SCCS. (Bug#9781)
4951
4952 2012-09-27 Chong Yidong <cyd@gnu.org>
4953
4954 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4955 change; value should be t.
4956
4957 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * image-mode.el: Use lexical-binding.
4960 (image-mode-winprops): Use t to stand for the window of
4961 a buffer that's not displayed.
4962 * doc-view.el (doc-view-new-window-function): Handle the new
4963 t in winprops.
4964 (doc-view-enlarge): Make it a real nop if the size is not changed.
4965 (doc-view-display): Handle the case where the buffer is not (yet?)
4966 displayed in any window.
4967 (doc-view-saved-settings): New var.
4968 (doc-view-mode): Use it.
4969 (doc-view-fallback-mode): Set it.
4970
4971 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
4972 Set lexical-binding.
4973 (minibuffer-eldef-shorten-default): New var.
4974 (minibuffer-default-in-prompt-regexps): Use it for new default.
4975 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
4976
4977 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * international/uni-bidi.el:
4980 * international/uni-category.el:
4981 * international/uni-name.el:
4982 * international/uni-numeric.el: Regenerate.
4983
4984 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
4985 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * profiler.el: New file.
4988
4989 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4992 (testcover-reinstrument): Simplify with CSE.
4993
4994 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
4995
4996 * window.el (temp-buffer-window-setup): Fix typo in docstring.
4997
4998 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
4999
5000 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
5001 (verilog-auto-input, verilog-auto-insert-lisp)
5002 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5003 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
5004 (verilog-auto-unused, verilog-auto-wire)
5005 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
5006 newline. Reported by Andrew Jones.
5007 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
5008 Reported by Brad Dobbie.
5009 (verilog-batch-delete-trailing-whitespace):
5010 Create verilog-batch-delete-trailing-whitespace.
5011 Reported by Brad Dobbie.
5012 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
5013 parameters from another module. Reported by Dan Katz.
5014 (verilog-auto, verilog-auto-assign-modport)
5015 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
5016 AUTOINOUTMODPORT for UVM interface module shell generation.
5017 Reported by Brad Dobbie.
5018 (verilog-auto-inst-interfaced-ports): Make default nil, as more
5019 standard behavior.
5020 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
5021 Reported by Matt Martin.
5022
5023 2012-09-25 Martin Rudalics <rudalics@gmx.at>
5024
5025 * window.el (window--resize-child-windows): When resizing child
5026 windows proportionally, process them in reverse order to
5027 preserve the "when splitting a window the new one gets the odd
5028 line" behavior.
5029 (window--resize-root-window-vertically): When resizing the
5030 minibuffer window try to affect only windows at the bottom of the
5031 frame. (Bug#12419)
5032
5033 2012-09-25 Chong Yidong <cyd@gnu.org>
5034
5035 * subr.el (declare): Doc fix.
5036
5037 * help-fns.el (help-fns--obsolete): Handle macros properly.
5038
5039 2012-09-25 Chong Yidong <cyd@gnu.org>
5040
5041 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5042 this function obsolete.
5043
5044 * calendar/cal-x.el (calendar-two-frame-setup)
5045 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5046 * calendar/calendar.el (american-calendar, european-calendar)
5047 (calendar-for-loop):
5048 * comint.el (comint-dynamic-simple-complete)
5049 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5050 * desktop.el (desktop-load-default):
5051 * dired-x.el (dired-omit-here-always)
5052 (dired-hack-local-variables, dired-default-directory):
5053 * emacs-lisp/derived.el (derived-mode-class):
5054 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5055 * emacs-lock.el (toggle-emacs-lock):
5056 * epa.el (epa-display-verify-result):
5057 * epg.el (epg-sign-keys, epg-start-sign-keys)
5058 (epg-passphrase-callback-function):
5059 * eshell/esh-util.el (eshell-for):
5060 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5061 (eshell-add-to-window-buffer-names):
5062 * files.el (locate-file-completion):
5063 * imenu.el (imenu-example--create-c-index)
5064 (imenu-example--create-lisp-index)
5065 (imenu-example--lisp-extract-index-name)
5066 (imenu-example--name-and-position):
5067 * international/mule-cmds.el (princ-list):
5068 * international/mule-diag.el (decode-codepage-char):
5069 * international/mule-util.el (detect-coding-with-priority):
5070 * iswitchb.el (iswitchb-read-buffer):
5071 * mail/mailalias.el (mail-complete):
5072 * mail/sendmail.el (mail-sent-via):
5073 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5074 (mouse-major-mode-menu):
5075 * password-cache.el (password-read-and-add):
5076 * pcomplete.el (pcomplete-parse-comint-arguments):
5077 * progmodes/sh-script.el (sh-maybe-here-document):
5078 * replace.el (query-replace-regexp-eval):
5079 * savehist.el (savehist-load):
5080 * simple.el (choose-completion-delete-max-match):
5081 * term.el (term-dynamic-simple-complete):
5082 * vc/ediff-init.el (ediff-check-version):
5083 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5084 * vc/vc.el (vc-diff-switches-list):
5085 * view.el (view-return-to-alist-update): Likewise.
5086
5087 * subr.el (eval-next-after-load, makehash, insert-string)
5088 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5089 mark obsolete.
5090 (mode-line-inverse-video): Variable deleted.
5091
5092 * international/mule-util.el (string-to-sequence): Remove.
5093
5094 * calendar/calendar.el (calendar-version):
5095 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5096 (icalendar-convert-diary-to-ical):
5097 * cus-edit.el (custom-mode):
5098 * ansi-color.el (ansi-color-unfontify-region):
5099 * international/latin1-disp.el (latin1-char-displayable-p):
5100 * progmodes/cwarn.el (turn-on-cwarn-mode):
5101 * progmodes/which-func.el (which-func-update-1):
5102 Use define-obsolete-function-alias.
5103
5104 * net/newst-backend.el (newsticker-cache-filename):
5105 * net/newst-treeview.el (newsticker-groups-filename):
5106 Fix incorrect obsolescence declaration.
5107
5108 * allout.el (allout-passphrase-hint-string): Likewise.
5109 (allout-init): Use a declare form to mark obsolete.
5110
5111 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5112 this applies to functions.
5113
5114 * iswitchb.el (iswitchb-read-buffer): Move code of
5115 iswitchb-define-mode-map here, and delete that obsolete function.
5116
5117 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5118 font-lock-reference-face.
5119
5120 2012-09-25 Glenn Morris <rgm@gnu.org>
5121
5122 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5123 Doc fixes.
5124
5125 * eshell/em-term.el (eshell-term-name):
5126 Default to term-term-name. (Bug#12485)
5127
5128 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5129
5130 * progmodes/python.el (python-shell-send-buffer): Better handling
5131 of "if __name__ == '__main__':" conditionals when sending the buffer.
5132
5133 2012-09-24 Glenn Morris <rgm@gnu.org>
5134
5135 * eshell/esh-cmd.el (eshell-find-alias-function):
5136 Tighten up file-name regexp. (Bug#12499)
5137
5138 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5139
5140 Enhancements for triple-quote string syntax.
5141 * progmodes/python.el (python-quote-syntax): Remove.
5142 (python-syntax-propertize-function): New value.
5143 (python-syntax-count-quotes, python-syntax-stringify):
5144 New functions.
5145
5146 2012-09-24 Chong Yidong <cyd@gnu.org>
5147
5148 * mail/supercite.el (sc-version): Remove obsolete function.
5149 (sc-describe): Don't mark as obsolete, since it is bound.
5150 (sc-submit-bug-report): Remove.
5151
5152 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5153 (cvs-commit-buffer-require-final-newline): Remove.
5154 (log-edit-require-final-newline)
5155 (log-edit-changelog-full-paragraphs): Default to t.
5156
5157 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5158 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5159 * vc/vc.el (vc-checkout-carefully): Likewise.
5160
5161 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5162 (emerge-version): Remove.
5163
5164 * progmodes/compile.el (compile-internal): Remove.
5165 (compilation-parse-errors-function): Fix typo.
5166
5167 * international/mule.el (set-char-table-default): Remove.
5168 (set-coding-priority, make-coding-system, generic-char-p)
5169 (charset-list, charset-bytes, charset-id): Use declare to mark
5170 functions as obsolete.
5171
5172 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5173 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5174 * vc/vc-hooks.el (vc-default-registered): Don't use
5175 vc-master-templates.
5176
5177 * font-lock.el (font-lock-reference-face):
5178 Use define-obsolete-variable-alias.
5179
5180 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5181 * calendar/calendar.el (calendar-font-lock-keywords):
5182 * calendar/diary-lib.el (diary-font-lock-keywords)
5183 (diary-fancy-font-lock-keywords):
5184 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5185 * textmodes/reftex-index.el (reftex-insert-index):
5186 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5187 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5188 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5189 * progmodes/prolog.el (prolog-font-lock-keywords):
5190 * progmodes/idlwave.el (idlwave-idl-keywords):
5191 * progmodes/ada-mode.el (ada-font-lock-keywords):
5192 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5193
5194 2012-09-24 Glenn Morris <rgm@gnu.org>
5195
5196 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5197
5198 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5199
5200 * progmodes/python.el (python-indent-line): More consistent cursor
5201 movement behavior.
5202
5203 2012-09-23 Stefan Merten <smerten@oekonux.de>
5204
5205 * textmodes/rst.el: Fix compiler warning.
5206
5207 2012-09-23 Roland Winkler <winkler@gnu.org>
5208
5209 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5210 Transcribe also LaTeX hyphenation.
5211 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5212 bibtex-reformat-previous-options.
5213
5214 2012-09-23 Roland Winkler <winkler@gnu.org>
5215
5216 * proced.el (proced-renice-command): New variable.
5217 (proced-marked-processes): New function.
5218 (proced-with-processes-buffer): New macro.
5219 (proced-send-signal): Use them.
5220 (proced-renice): New command bound to r.
5221
5222 2012-09-23 Roland Winkler <winkler@gnu.org>
5223
5224 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5225 ibuffer-saved-filter-groups has one element, shortcut the call of
5226 completing-read. (Bug#12331)
5227
5228 2012-09-23 Chong Yidong <cyd@gnu.org>
5229
5230 * bindings.el (mode-line-toggle-read-only):
5231 * bs.el (bs-toggle-readonly):
5232 * buff-menu.el (Buffer-menu-toggle-read-only):
5233 * dired.el (dired-toggle-read-only):
5234 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5235
5236 2012-09-23 Chong Yidong <cyd@gnu.org>
5237
5238 * image.el (image-type-available-p): Adapt to init-image-library
5239 argument changes.
5240
5241 2012-09-22 Juri Linkov <juri@jurta.org>
5242
5243 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5244 `dired-toggle-read-only'. (Bug#12462)
5245
5246 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5247
5248 * subr.el (temp-output-buffer-show): New function.
5249 (with-output-to-temp-buffer): Call temp-output-buffer-show
5250 instead of internal-temp-output-buffer-show.
5251
5252 2012-09-22 Chong Yidong <cyd@gnu.org>
5253
5254 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5255 (Bug#12462).
5256
5257 * repeat.el (repeat): Doc fix (Bug#12348).
5258
5259 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5260 (Bug#10909).
5261
5262 * simple.el (shell-command-on-region): Doc fix.
5263 (read-only-mode): Doc fix.
5264
5265 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5266
5267 * emacs-lisp/timer.el (run-with-idle-timer)
5268 (timer-activate-when-idle): Warn against reinvoking an idle timer
5269 from within its own timer action. (Bug#12447)
5270
5271 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5272
5273 * cus-start.el (window-combination-limit): Add new optional
5274 values.
5275 * window.el (temp-buffer-window-show)
5276 (window--try-to-split-window): Handle new values of
5277 window-combination-limit (Bug#1806).
5278 (split-window): Test window-combination-limit for t instead of
5279 non-nil.
5280 (display-buffer-at-bottom): New buffer display action function.
5281 * help.el (temp-buffer-resize-regexps): New option.
5282 (temp-buffer-resize-mode): Rewrite doc-string.
5283 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5284 Don't resize reused window. Suggested by Glenn Morris.
5285
5286 2012-09-22 Stefan Merten <smerten@oekonux.de>
5287
5288 * textmodes/rst.el: Revamp section title faces.
5289 (rst-official-version)
5290 (rst-package-emacs-version-alist): Sync with official version
5291 V1.4.0.
5292 (rst-faces-defaults, rst-set-level-default)
5293 (rst-level-face-max, rst-level-face-base-color)
5294 (rst-level-face-base-light, rst-level-face-format-light)
5295 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5296 (rst-adornment-faces-alist): Match new setup.
5297 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5298 (rst-level-5, rst-level-6): New faces.
5299
5300 2012-09-22 Chong Yidong <cyd@gnu.org>
5301
5302 * simple.el (undo): Handle indirect buffers (Bug#8207).
5303
5304 2012-09-21 Leo Liu <sdl.web@gmail.com>
5305
5306 IDO: Disable match re-ordering for buffer switching.
5307 * ido.el (ido-buffer-disable-smart-matches): New variable.
5308 (ido-set-matches-1): Use it. (Bug#2042)
5309
5310 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5311
5312 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5313 Fix 2011-05-17 change. (Bug#12418)
5314
5315 2012-09-21 Leo Liu <sdl.web@gmail.com>
5316
5317 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5318
5319 2012-09-21 Glenn Morris <rgm@gnu.org>
5320
5321 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5322 Be more robust about locating simple.el.
5323
5324 2012-09-21 Glenn Morris <rgm@gnu.org>
5325
5326 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5327
5328 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5329
5330 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5331
5332 2012-09-20 Juri Linkov <juri@jurta.org>
5333
5334 * replace.el (query-replace-read-from): Use `read-regexp' instead
5335 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5336 (occur-read-primary-args): Use `read-regexp' instead of
5337 `read-string'.
5338 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5339 `read-from-minibuffer'.
5340 * isearch.el (isearch-occur): Use `read-regexp' instead of
5341 `read-string'.
5342 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5343 `read-from-minibuffer'.
5344 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5345 of `read-string'. (Bug#7567)
5346
5347 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5348 and allow accepting a list of strings prepended to a list of
5349 standard default values. Doc fix. (Bug#12321)
5350
5351 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5352
5353 * replace.el (read-regexp): Don't add ": " when PROMPT already
5354 ends with a colon and space. (Bug#12321)
5355
5356 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5357
5358 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5359 error.
5360
5361 2012-09-20 Stefan Merten <smerten@oekonux.de>
5362
5363 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5364 Fixes feature request bug#11711.
5365 (rst-mode): Create `imenu-create-index-function'.
5366 (rst-get-stripped-line): Delete after refactoring.
5367 (rst-section-tree, rst-section-tree-rec)
5368 (rst-section-tree-point): Refactor and document properly.
5369 (rst-imenu-find-adornments-for-position)
5370 (rst-imenu-convert-cell, rst-imenu-create-index):
5371 New function.
5372
5373 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5376 (macroexp--expand-all): Use it.
5377 (macroexp--funcall-and-return): Remove by folding it into its sole
5378 caller (macroexp--warn-and-return).
5379 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5380 Use macroexp--obsolete-warning.
5381
5382 * calc/calc.el: Fix last change by removing the whole chunk, since it
5383 was only needed back when Calc was not bundled.
5384
5385 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5386
5387 * emacs-lisp/debug.el (debug): Restore assignment to
5388 debugger-old-buffer removed on 2012-09-08.
5389
5390 2012-09-20 Juri Linkov <juri@jurta.org>
5391
5392 * dired-aux.el (dired-diff): Remove (require 'diff) since
5393 `diff-latest-backup-file' is now autoloaded.
5394
5395 2012-09-20 Chong Yidong <cyd@gnu.org>
5396
5397 * vc/diff.el (diff-latest-backup-file): Autoload.
5398
5399 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * calc/calc.el: Remove redundant autoload shape check.
5402 (sel-mode): Don't defvar.
5403 (calc-get-stack-element): Add `sel-mode' arg instead.
5404 (calc-top, calc-top-list): Pass it this additional argument.
5405 * calc/calc-store.el (calc-store-map):
5406 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5407 (calc-map-equation, calc-outer-product, calc-inner-product):
5408 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5409
5410 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5411
5412 2012-09-19 Juri Linkov <juri@jurta.org>
5413
5414 * dired-aux.el (dired-diff): Add (require 'diff) because
5415 `diff-latest-backup-file' is not autoloaded.
5416 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5417 of `dired-get-filename' to t to not report error when there is
5418 no default file on the current line.
5419
5420 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5423 macroexp--eval-if-compile.
5424 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5425 (macroexp--expand-all): Use them (bug#12371).
5426
5427 * doc-view.el (doc-view-guess-paper-size)
5428 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5429
5430 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5431
5432 New feature: set optimal slice from BoundingBox information.
5433 * doc-view.el (doc-view-mode-map): Add keybinding.
5434 (doc-view-menu): Add menu entry.
5435 (doc-view-set-slice): Adapt docstring.
5436 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5437 (doc-view-scale-bounding-box)
5438 (doc-view-set-slice-from-bounding-box): New functions.
5439 (doc-view-paper-sizes): New defvar.
5440
5441 2012-09-19 Glenn Morris <rgm@gnu.org>
5442
5443 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5444 (byte-compile-log-warning): Autoload. (Bug#12371)
5445
5446 * calendar/calendar.el (calendar-american-month-header)
5447 (calendar-european-month-header, calendar-iso-month-header)
5448 (calendar-month-header): New options.
5449 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5450 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5451
5452 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5453
5454 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5455
5456 2012-09-18 Juri Linkov <juri@jurta.org>
5457
5458 * dired-aux.el (dired-diff): Restore original functionality of
5459 getting the default value, but keep new feature of using the
5460 latest existing backup file (`diff-latest-backup-file').
5461
5462 2012-09-18 Juri Linkov <juri@jurta.org>
5463
5464 * dired.el (dired-mark): If the region is active in Transient Mark
5465 mode, mark all files in the active region. Doc fix.
5466 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5467 Doc fix. (Bug#10624)
5468
5469 2012-09-18 Juri Linkov <juri@jurta.org>
5470
5471 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5472 attributes for M-n are pulled from the file at point.
5473 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5474 Suggested by Drew Adams. (Bug#10624)
5475
5476 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5477
5478 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5479 whitespace after "end".
5480 (ruby-do-end-to-brace): Collapse block to one line if it fits
5481 within fill-column.
5482
5483 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5484
5485 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5486 value.
5487 (debug): Don't remove debugger window when debugger is expected
5488 to be back.
5489
5490 2012-09-18 Chong Yidong <cyd@gnu.org>
5491
5492 * custom.el (defface): Doc fix.
5493
5494 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5495
5496 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5497
5498 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5499 to initialize query-on-exit; then test that instead (bug#12288).
5500
5501 2012-09-17 Stefan Merten <smerten@oekonux.de>
5502
5503 * textmodes/rst.el: Add support for `testcover'.
5504 (rst-defcustom-testcover, rst-testcover-add-compose)
5505 (rst-testcover-add-1value): New functions.
5506 (rst-portable-mark-active-p): Replace by `use-region-p'.
5507 (rst-update-section, rst-classify-adornment)
5508 (rst-find-title-line): Mark `1value' forms.
5509 (rst-classify-adornment): Remove superfluous form.
5510 (rst-update-section, rst-get-adornments-around)
5511 (rst-adornment-complete-p, rst-get-next-adornment)
5512 (rst-adjust, rst-promote-region)
5513 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5514 (rst-find-pfx-in-region, rst-section-tree-rec)
5515 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5516 (rst-toc-node, rst-toc, rst-forward-section)
5517 (rst-iterate-leftmost-paragraphs)
5518 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5519 (rst-bullet-list-region)
5520 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5521 (rst-compile-find-conf, rst-compile)
5522 (rst-repeat-last-character): Fix style.
5523
5524 2012-09-17 Chong Yidong <cyd@gnu.org>
5525
5526 * comint.el (comint--complete-file-name-data): Don't add a space
5527 if the status is `sole'; that adds a gratuitous space in the
5528 completion-cycling case (Bug#12092).
5529
5530 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5531
5532 2012-09-17 Richard Stallman <rms@gnu.org>
5533
5534 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5535 only in the mime-shown mode, not in raw mode.
5536 (rmail-mime): Toggle off mime by displaying the message without
5537 mime processing. (Bug#12305)
5538
5539 * mail/rmail.el (rmail-retry-failure):
5540 Turn off mime processing first. (Bug#12037)
5541
5542 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5543
5544 2012-09-17 Chong Yidong <cyd@gnu.org>
5545
5546 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5547 (shell-dynamic-complete-functions): Convert to defcustom.
5548 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5549
5550 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5551 * comint.el (comint-prompt-read-only):
5552 * custom.el (defcustom):
5553 * hi-lock.el (hi-lock-mode):
5554 * ibuffer.el (ibuffer-formats):
5555 * ielm.el (ielm-prompt-read-only):
5556 * novice.el (disable-command):
5557 * saveplace.el (toggle-save-place):
5558 * speedbar.el (speedbar-supported-extension-expressions):
5559 * startup.el (auto-save-list-file-prefix, init-file-user)
5560 (after-init-hook, inhibit-startup-echo-area-message):
5561 * strokes.el (strokes-help):
5562 * time-stamp.el (time-stamp):
5563 * calendar/calendar.el (calendar, diary-file):
5564 * calendar/diary-lib.el (diary-mail-entries, diary)
5565 (diary-list-entries-hook):
5566 * calendar/holidays.el (holidays, calendar-holidays):
5567 * calendar/lunar.el (lunar-phases):
5568 * calendar/solar.el (sunrise-sunset):
5569 * emulation/edt.el (edt-load-keys):
5570 * emulation/viper.el (viper-mode):
5571 * eshell/em-alias.el (eshell-command-aliases-list):
5572 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5573 * international/ogonek.el (ogonek-information):
5574 * net/tramp-cmds.el (tramp-bug):
5575 * net/quickurl.el (quickurl-reread-hook-postfix):
5576 * play/decipher.el (decipher-font-lock-keywords):
5577 * progmodes/cc-styles.el (c-set-style):
5578 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5579 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5580 * progmodes/octave-mod.el (octave-mode):
5581 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5582 * progmodes/verilog-mode.el (verilog-read-defines):
5583 * textmodes/two-column.el (2C-mode): Likewise.
5584
5585 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5586
5587 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5588 that holds many addresses.
5589
5590 2012-09-16 Chong Yidong <cyd@gnu.org>
5591
5592 * align.el (align-areas): Call the indication function with
5593 positions instead of markers for arguments (Bug#12343).
5594
5595 * files.el (parse-colon-path): Use split-string (Bug#12351).
5596
5597 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5598 (display-buffer-function): Mark as obsolete.
5599
5600 * progmodes/compile.el (compilation-parse-errors): Accept list
5601 values similar to font-lock-keywords (Bug#12136).
5602 Suggested by Oleksandr Manzyuk.
5603 (compilation-error-regexp-alist): Doc fix.
5604
5605 2012-09-15 Glenn Morris <rgm@gnu.org>
5606
5607 * version.el (emacs-bzr-version-bzr): New function.
5608 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5609
5610 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5611 checkouts, check the parent dirstate matches the branch.
5612 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5613 empty string.
5614
5615 * version.el (emacs-bzr-version): Doc fix.
5616 (emacs-bzr-version-dirstate): New function.
5617 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5618 is local try and check that it matches the branch. If not, just
5619 use dirstate information. (Bug#12441)
5620
5621 2012-09-14 Juri Linkov <juri@jurta.org>
5622
5623 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5624 (Bug#12399)
5625
5626 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5629
5630 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5631 Remove obsolete byte-compiler hack that tried to silence some warnings.
5632 (edebug-submit-bug-report): Remove.
5633 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5634 Remove aliases, use the un-prefixed name instead.
5635 (edebug-pop-to-buffer): Consider other frames.
5636 (edebug-original-read):: Make it more obvious that it's always defined.
5637 (edebug--make-form-data-entry, edebug--form-data-name)
5638 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5639 single-dashed name, and implement with cl-defstruct.
5640 (edebug-set-form-data-entry): Use the standard accessors.
5641 (edebug-make-top-form-data-entry): Use push.
5642 (edebug-no-match): Drop useless `funcall'.
5643 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5644 to functions.
5645 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5646 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5647 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5648 (easy-menu-define, with-custom-print): Remove redundant specs.
5649 (edebug-outside-overriding-local-map)
5650 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5651 (edebug--display): Bind unread-command-events directly to nil rather
5652 than binding it to unread-command-events and later setting it to nil.
5653 (edebug--display): Kill edebug-eval-buffer here...
5654 (edebug--recursive-edit): ...rather than here.
5655 Bind standard-output and standard-input.
5656 (edebug-eval): Check cl-macroexpand-all is fboundp.
5657 (edebug-temp-display-freq-count): Fix last change.
5658
5659 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5660 * subr.el (noreturn, 1value): Add `debug' spec.
5661 * emacs-lisp/advice.el: Require cl-lib.
5662 (ad-copy-tree): Remove, use copy-tree instead.
5663 (ad-dolist): Remove use dolist or cl-dolist instead.
5664 (ad-do-return): Remove, use cl-return instead.
5665 (defadvice): Add `debug' spec.
5666
5667 2012-09-13 Juri Linkov <juri@jurta.org>
5668
5669 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5670 (Bug#12399)
5671
5672 2012-09-13 Glenn Morris <rgm@gnu.org>
5673
5674 * calc/calc.el (math-compose-expr):
5675 * calc/calc-ext.el (math-compose-expr):
5676 * progmodes/cc-defs.el (cl-macroexpand-all):
5677 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5678 (cl-macroexpand-all): Update declarations.
5679
5680 * vc/vc.el: No need to require ediff.
5681 (ediff-load-version-control): Declare.
5682 (ediff-vc-internal): Fix declaration.
5683 (vc-version-ediff): Require ediff.
5684
5685 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5686
5687 Use a more backwards-compatible timer format (Bug#12430).
5688 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5689 being right after USECS, as that better supports old code that
5690 inadvisedly looked directly at the timer vector.
5691
5692 2012-09-13 Kenichi Handa <handa@gnu.org>
5693
5694 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5695 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5696 `coding-priority' property of these language environment.
5697
5698 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5699
5700 Fix glitches caused by addition of psec to timers (Bug#12430).
5701 * image.el (image-animate-timer):
5702 * time.el (display-time-world-timer):
5703 Use timer--function and timer--args rather than raw access to
5704 timer vector.
5705
5706 2012-09-13 Glenn Morris <rgm@gnu.org>
5707
5708 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5709 If not compiling a file, try using load-file-name.
5710
5711 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5712
5713 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5714 Fix last change.
5715 (edebug-update-eval-list): Use `push'.
5716
5717 * emacs-lisp/edebug.el: Use lexical-binding.
5718 Remove the "edebug-" prefix from non-dynamically-scoped variables.
5719 Mark unused args with underscore.
5720 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5721 (edebug-form-data): Use defvar-local.
5722 (edebug-make-before-and-after-form, edebug-make-after-form):
5723 Use backquote.
5724 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5725 Not dynamically scoped any more.
5726 (edebug--enter-trace): Add arguments `function' and `args'.
5727 Rename from edebug-enter-trace.
5728 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
5729 (edebug--update-coverage): Add `after-index' and `value' args.
5730 Rename from edebug-update-coverage.
5731 (edebug-slow-after): Call it accordingly.
5732 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
5733 edebug-recursive-edit.
5734 (edebug--display): Call it accordingly. Add args `value',
5735 `offset-index', and `arg-mode'. Rename from edebug-display.
5736 (edebug-debugger, edebug): Call it accordingly.
5737 (edebug-eval-display-list): Use dolist.
5738
5739 2012-09-12 Juri Linkov <juri@jurta.org>
5740
5741 * info.el (Info-search): Don't check for isearch-mode and
5742 isearch-regexp before let-binding search-spaces-regexp to
5743 Info-search-whitespace-regexp.
5744 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5745 search-whitespace-regexp if isearch-lax-whitespace or
5746 isearch-regexp-lax-whitespace is non-nil.
5747 (Info-mode): Don't set local variable search-whitespace-regexp.
5748 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5749
5750 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5753 (debugger-env-macro): Remove support for unread-command-char.
5754
5755 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5756 the temporary map re-appearing on emulation-mode-map-alists.
5757
5758 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5759 since 22.1.
5760
5761 * ehelp.el (with-electric-help): Accept functions in
5762 electric-help-form-to-execute.
5763 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5764 And replace unread-command-char -> unread-command-events.
5765
5766 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
5767
5768 Sync with Tramp 2.2.6.
5769
5770 * net/tramp.el (tramp-accept-process-output): Don't use
5771 JUST-THIS-ONE in the XEmacs case.
5772
5773 * net/trampver.el: Update release number.
5774
5775 2012-09-12 Martin Rudalics <rudalics@gmx.at>
5776
5777 * emacs-lisp/debug.el (debugger-previous-window-height):
5778 New variable.
5779 (debug): When debugger-jumping-flag is non-nil try to restore
5780 height of debugger window. (Bug#8789)
5781
5782 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5785 overriding-local-map and pre/post-command-hook here.
5786 (edebug-recursive-edit): Do it here instead (bug#12345).
5787 (edebug-outside-unread-command-char): Remove all uses of
5788 unread-command-char.
5789
5790 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5791 inhibit-debugger is bound instead.
5792
5793 2012-09-11 Bastien Guerry <bzg@gnu.org>
5794
5795 * subr.el (set-temporary-overlay-map): Add a docstring.
5796 (Bug#12346)
5797
5798 2012-09-11 Bastien Guerry <bzg@gnu.org>
5799
5800 * minibuffer.el (completion-table-subvert): Fix docstring.
5801 (Bug#12347)
5802
5803 2012-09-11 Bastien Guerry <bzg@gnu.org>
5804
5805 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
5806
5807 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
5808
5809 * progmodes/sql.el: Version 3.1
5810 (sql-db2-escape-newlines): New variable.
5811 (sql-escape-newlines-filter): Use it.
5812
5813 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
5814
5815 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5816
5817 2012-09-10 Dan Nicolaescu <dann@gnu.org>
5818
5819 * vc/diff-mode.el (diff-mode-menu):
5820 Bind diff-remove-trailing-whitespace.
5821
5822 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5825 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5826 (emacs-lisp-byte-code-mode): New functions.
5827 (eval-sexp-add-defvars): Don't skip defvars in column >0.
5828 (eval-defun-2): Remove bogus interactive spec.
5829 (lisp-indent-line): Remove redundant whole-exp code, now done in
5830 indent-according-to-mode.
5831 (save-match-data): Remove redundant indent data.
5832
5833 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5834 Use `declare'.
5835
5836 2012-09-09 Juri Linkov <juri@jurta.org>
5837
5838 * replace.el (replace-regexp-lax-whitespace): New defcustom.
5839 (replace-lax-whitespace, query-replace-regexp)
5840 (query-replace-regexp-eval, replace-regexp): Doc fix.
5841 (perform-replace, replace-highlight): Let-bind
5842 isearch-lax-whitespace to replace-lax-whitespace and
5843 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5844
5845 * isearch.el (isearch-query-replace): Let-bind
5846 replace-lax-whitespace to isearch-lax-whitespace and
5847 replace-regexp-lax-whitespace to
5848 isearch-regexp-lax-whitespace. (Bug#10885)
5849
5850 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5853
5854 2012-09-09 Alan Mackenzie <acm@muc.de>
5855
5856 * progmodes/cc-engine.el (c-state-cache-init):
5857 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5858 (c-record-parse-state-state):
5859 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5860
5861 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
5862
5863 * register.el (register-separator): Rename from
5864 separator-register. All uses changed. Doc fix.
5865 (register): Fix version.
5866
5867 2012-09-09 Chong Yidong <cyd@gnu.org>
5868
5869 * replace.el (query-replace-map): Bind four new symbols for
5870 requesting window scrolling.
5871
5872 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5873 query-replace-map (Bug#8948).
5874
5875 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5876
5877 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5878 since they are now in query-replace-map.
5879
5880 * window.el (scroll-other-window-down): Make the arg optional.
5881
5882 2012-09-09 Chong Yidong <cyd@gnu.org>
5883
5884 * files.el (hack-local-variables-confirm): Use quit-window to kill
5885 the *Local Variables* buffer.
5886
5887 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5888
5889 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5890 not just expect to be at its beginning. Adjust callees.
5891 Succeed when do-end block has no space before the pipe character.
5892 (ruby-brace-to-do-end): When the original block is one-liner,
5893 convert to multiline. Reindent the result.
5894
5895 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
5896
5897 * register.el (register): New group.
5898 (separator-register): New user option.
5899 (increment-register): Route it to `append-to-register', if
5900 register contains text. Implication is that `C-x r +' can now be
5901 used for appending to a text register (bug#12217).
5902 (append-to-register, prepend-to-register): Add separator based on
5903 `separator-register'.
5904
5905 2012-09-08 Alan Mackenzie <acm@muc.de>
5906
5907 AWK Mode: make auto-newline work when there's "==" in the pattern.
5908 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5909 correctly.
5910 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5911 Test more rigorously for "=" token.
5912
5913 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5914
5915 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5916 Only fail when reached LIMIT.
5917
5918 2012-09-08 Chong Yidong <cyd@gnu.org>
5919
5920 * dired.el (dired-mode-map): Don't bind M-=.
5921
5922 * dired-aux.el (dired-diff): Use backup file as default.
5923
5924 2012-09-08 Drew Adams <drew.adams@oracle.com>
5925
5926 * subr.el (add-to-history): Fix delete usage (Bug#12314).
5927
5928 2012-09-08 Chong Yidong <cyd@gnu.org>
5929
5930 * subr.el (syntax-after, syntax-class): Doc fix.
5931
5932 2012-09-08 Martin Rudalics <rudalics@gmx.at>
5933
5934 * window.el (display-buffer-in-previous-window): New buffer
5935 display action function.
5936
5937 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5938 (debugger-previous-window): New variable.
5939 (debug): Rewrite using display-buffer-in-previous-window,
5940 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
5941
5942 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
5945
5946 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
5947
5948 * progmodes/python.el (python-shell-send-string):
5949 When default-directory is remote, create temp file on remote
5950 filesystem.
5951 (python-shell-send-file): When file is remote, pass local view of
5952 file paths to remote Python interpreter. (Bug#12340)
5953
5954 2012-09-07 Chong Yidong <cyd@gnu.org>
5955
5956 * window.el (switch-to-buffer): Doc fix (Bug#12181).
5957
5958 * files.el (after-find-file): Don't fail on a read-only buffer if
5959 require-final-newline is `visit' or `visit-save' (Bug#11156).
5960
5961 * subr.el (read-char-choice): Allow quitting via ESC ESC.
5962
5963 * userlock.el (ask-user-about-supersession-threat):
5964 Use read-char-choice (Bug#12093).
5965
5966 2012-09-07 Chong Yidong <cyd@gnu.org>
5967
5968 * subr.el (buffer-narrowed-p): New function.
5969
5970 * ses.el (ses-widen):
5971 * simple.el (count-words--buffer-message):
5972 * net/browse-url.el (browse-url-of-buffer): Use it.
5973
5974 * simple.el (count-words-region): Don't signal an error if there
5975 is a non-nil prefix arg and the mark is not set.
5976
5977 * help.el (describe-key-briefly): Allow the message to be seen
5978 when invoked from the minibuffer (Bug#7014).
5979
5980 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
5981
5982 * progmodes/ruby-mode.el (ruby-end-of-defun)
5983 (ruby-beginning-of-defun): Simplify, allow indentation before
5984 block beginning and end keywords.
5985 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
5986 (ruby-end-of-defun): Expect that the point is at the beginning of
5987 the defun.
5988
5989 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5990
5991 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
5992 (bug#12367).
5993 (cl--make-usage-args): Strip _ from argument names.
5994
5995 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5996
5997 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
5998 obsolete alias speedbar-key-map.
5999 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
6000 (vhdl-index-menu-init): Don't use obsolete variable
6001 font-lock-maximum-size.
6002
6003 2012-09-06 Chong Yidong <cyd@gnu.org>
6004
6005 * frame.el (window-system-version): Mark as obsolete.
6006
6007 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
6008 of obsolete variable speedbar-key-map.
6009
6010 2012-09-06 Juri Linkov <juri@jurta.org>
6011
6012 * replace.el (replace-lax-whitespace): New defcustom.
6013 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6014 (replace-string, replace-regexp): Mention it in docstrings.
6015 (perform-replace, replace-highlight): Let-bind
6016 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
6017 to the values of replace-lax-whitespace and regexp-flag.
6018 Don't let-bind search-whitespace-regexp. (Bug#10885)
6019
6020 * isearch.el (isearch-query-replace): Let-bind
6021 replace-lax-whitespace instead of let-binding
6022 replace-search-function and replace-re-search-function.
6023 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
6024 and isearch-regexp-lax-whitespace to lazy-highlight variables.
6025 (isearch-toggle-symbol): Set isearch-regexp to nil
6026 in isearch-word mode (like in isearch-toggle-word).
6027
6028 2012-09-06 Juri Linkov <juri@jurta.org>
6029
6030 * replace.el (replace-search-function)
6031 (replace-re-search-function): Set default values to nil.
6032 (perform-replace): Let-bind isearch-related variables based on
6033 replace-related values, call `isearch-search-fun' and let-bind
6034 the result to `search-function'. Remove code that sets
6035 `search-function' and `search-string' separately for
6036 `delimited-flag'.
6037 (replace-highlight): Add new argument `delimited-flag' and
6038 rename other arguments to the names used in `perform-replace'.
6039 Let-bind `isearch-word' to the argument `delimited-flag'.
6040 (Bug#10885, bug#10887)
6041
6042 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6043
6044 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6045 ruby-beginning-of-indent, simplify, allow all keywords to have
6046 indentation before them.
6047 (ruby-beginning-of-indent): Adjust for above. Search until the
6048 found point is not inside a string or comment.
6049 (ruby-font-lock-keywords): Allow symbols to start with "@"
6050 character, give them higher priority than variables.
6051 (ruby-syntax-propertize-function)
6052 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6053 matchers. Expression expansions are not comments when inside a
6054 string, and there comment syntax status is irrelevant.
6055 (ruby-match-expression-expansion): New function. Check that
6056 expression expansion is inside a string, and it's not escaped.
6057 (ruby-font-lock-keywords): Use it.
6058
6059 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6060
6061 * help.el (temp-buffer-max-height): New default value.
6062 (temp-buffer-resize-frames): New option.
6063 (resize-temp-buffer-window): Optionally resize frame.
6064
6065 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6066 (fit-frame-to-buffer): New function.
6067
6068 2012-09-05 Glenn Morris <rgm@gnu.org>
6069
6070 * emulation/cua-rect.el (cua--init-rectangles):
6071 * textmodes/picture.el (picture-mode-map):
6072 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6073 like forward-char and backward-char. (Bug#12317)
6074
6075 2012-09-05 Leo Liu <sdl.web@gmail.com>
6076
6077 * progmodes/flymake.el (flymake-warning-re): New variable.
6078 (flymake-parse-line): Use it.
6079
6080 2012-09-05 Glenn Morris <rgm@gnu.org>
6081
6082 * calendar/holidays.el (holiday-christian-holidays):
6083 Rename an entry. (Bug#12289)
6084
6085 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6086
6087 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6088 (bug#12222).
6089
6090 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * loadup.el: Load macroexp. Remove hack.
6093 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6094 (macroexp--expand-all): Use it to get better warnings.
6095 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6096 (internal-macroexpand-for-load): New functions.
6097 (macroexp--pending-eager-loads): New var.
6098 (emacs-startup-hook): New hack to replace one in loadup.el.
6099 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6100 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6101 (cl-psetf): Simplify.
6102 (cl-defstruct): Add indent rule.
6103
6104 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6105
6106 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6107 over `user-mail-address' for the SMTP MAIL FROM envelope.
6108 (smtpmail-via-smtp): Ditto.
6109
6110 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6111
6112 * progmodes/ruby-mode.el: Clean up keybindings.
6113 (ruby-mode-map): Don't bind ruby-electric-brace,
6114 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6115 backward-kill-word, reindent-then-newline-and-indent.
6116 (ruby-mark-defun): Remove.
6117 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6118 (ruby-mode): Set local beginning-of-defun-function and
6119 end-of-defun-function values.
6120
6121 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6122
6123 * window.el (temp-buffer-window-setup-hook)
6124 (temp-buffer-window-show-hook): New hooks.
6125 (temp-buffer-window-setup, temp-buffer-window-show)
6126 (with-temp-buffer-window): New functions.
6127 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6128 (special-display-popup-frame): Make sure the window used shows BUFFER.
6129
6130 * help.el (temp-buffer-resize-mode): Fix doc-string.
6131 (resize-temp-buffer-window): New optional argument WINDOW.
6132
6133 * files.el (recover-file, save-buffers-kill-emacs):
6134 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6135
6136 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6137
6138 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6139 remote definition of `default-directory', ensure we can connect.
6140
6141 2012-09-02 Juri Linkov <juri@jurta.org>
6142
6143 Toggle whitespace matching mode with M-s SPC.
6144 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6145
6146 * isearch.el (search-whitespace-regexp): Doc fix.
6147 Remove cons cell customization.
6148 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6149 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6150 New variables.
6151 (isearch-forward, isearch-forward-regexp): Doc fix.
6152 (isearch-toggle-lax-whitespace): New command.
6153 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6154 (re-search-forward-lax-whitespace)
6155 (re-search-backward-lax-whitespace): New functions.
6156 (isearch-whitespace-regexp): Remove function.
6157 (isearch-query-replace): Let-bind replace-search-function and
6158 replace-re-search-function.
6159 (isearch-occur): Let-bind search-spaces-regexp according to the
6160 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6161 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6162 condition for C-q SPC.
6163 (isearch-search-fun-default): Use new functions mentioned above.
6164 (isearch-search-forward, isearch-search-backward): Remove functions.
6165 (isearch-search): Don't let-bind search-spaces-regexp.
6166 (isearch-lazy-highlight-space-regexp): Remove variable.
6167 (isearch-lazy-highlight-lax-whitespace)
6168 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6169 (isearch-lazy-highlight-new-loop): Use them.
6170 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6171
6172 2012-09-02 Chong Yidong <cyd@gnu.org>
6173
6174 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6175
6176 2012-09-02 Glenn Morris <rgm@gnu.org>
6177
6178 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6179
6180 2012-09-01 Glenn Morris <rgm@gnu.org>
6181
6182 * term.el: Tidy up menu definitions.
6183 (term-mode-map): Use easymenu for In/Out, Complete menus.
6184 (term-pager-break-map): Initialize in the defvar.
6185 (term-terminal-menu, term-signals-menu): Define with easymenu.
6186 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6187 (term-pager-menu): New, extracted from term-process-pager.
6188 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6189 (term-update-mode-line): Propertize line/char and page items.
6190 (term-process-pager): Move keymap initialization elsewhere.
6191
6192 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6193
6194 * window.el (switch-to-prev-buffer): Handle additional values of
6195 BURY-OR-KILL argument. Don't switch in minibuffer window.
6196 (switch-to-next-buffer): Don't switch in minibuffer window.
6197 (quit-restore-window): New function based on quit-window.
6198 Handle additional values of former KILL argument.
6199 (quit-window): Call quit-restore-window with appropriate
6200 interpretation of KILL argument.
6201 (display-buffer-below-selected): New buffer display action
6202 function.
6203
6204 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * minibuffer.el (completion-at-point-functions): Complete docstring
6207 (bug#12254).
6208
6209 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6210
6211 Better seed support for (random).
6212 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6213 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6214 * play/mpuz.el, play/tetris.el, play/zone.el:
6215 * calc/calc-comb.el (math-init-random-base):
6216 * play/blackbox.el (bb-init-board):
6217 * play/life.el (life):
6218 * server.el (server-use-tcp):
6219 * type-break.el (type-break):
6220 Remove unnecessary call to (random t).
6221 * net/sasl.el (sasl-unique-id-function):
6222 Change (random t) to (random), now that the latter is more random.
6223 * play/life.el (life-initialized): Remove no-longer-needed var.
6224
6225 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6226
6227 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6228 Consider frame's buffer predicate when choosing the buffer.
6229 (Bug#12081)
6230
6231 2012-08-30 Richard Stallman <rms@gnu.org>
6232
6233 * simple.el (special-mode-map): Delete binding for `z'.
6234
6235 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6236
6237 * progmodes/compile.el (compilation-always-kill): Doc fix.
6238
6239 2012-08-30 Chong Yidong <cyd@gnu.org>
6240
6241 * window.el (display-buffer-reuse-frames): Make the obsolescence
6242 message more informative.
6243
6244 2012-08-30 Glenn Morris <rgm@gnu.org>
6245
6246 * paren.el (show-paren-delay):
6247 Add a :set function. Doc fix. (Bug#12297)
6248
6249 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6250
6251 * progmodes/compile.el (compilation-always-kill): New var.
6252 (compilation-start): Use it.
6253
6254 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6257 * files.el (read-only-mode): Move to simple.el.
6258
6259 * files.el (read-only-mode): New minor mode.
6260 (toggle-read-only): Use it and mark obsolete.
6261 (find-file--read-only):
6262 * vc/vc.el (vc-next-action, vc-checkout):
6263 * vc/vc-cvs.el (vc-cvs-checkout):
6264 * obsolete/vc-mcvs.el (vc-mcvs-update):
6265 * ffap.el (ffap--toggle-read-only): Update callers.
6266
6267 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6268
6269 * eshell/esh-ext.el (eshell-external-command): Do not examine
6270 remote shell scripts.
6271 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6272
6273 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6274 "/usr/local/sbin".
6275
6276 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6279
6280 2012-08-28 Leo Liu <sdl.web@gmail.com>
6281
6282 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6283 completion-at-point. (Bug#12220)
6284
6285 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6286
6287 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6288
6289 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6292 be buffer-local; add delete-trailing-whitespace (bug#12259).
6293
6294 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6295
6296 * progmodes/hideif.el (hif-compress-define-list):
6297 Fix typo. (Bug#11951)
6298
6299 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6300
6301 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6302 buffer local setting.
6303
6304 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6305 rcirc-encode-coding-system.
6306
6307 2012-08-28 Leo Liu <sdl.web@gmail.com>
6308
6309 * net/rcirc.el (rcirc-split-message): New function.
6310 (rcirc-send-message): Use it. (Bug#12051)
6311
6312 2012-08-28 Juri Linkov <juri@jurta.org>
6313
6314 * info.el (Info-fontify-node): Hide empty lines at the end of
6315 the node. (Bug#12272)
6316
6317 2012-08-27 Drew Adams <drew.adams@oracle.com>
6318
6319 * dired.el (dired-pop-to-buffer): Make window start at beginning
6320 of buffer (Bug#12281).
6321
6322 2012-08-26 Chong Yidong <cyd@gnu.org>
6323
6324 * window.el (special-display-regexps, special-display-frame-alist)
6325 (special-display-buffer-names, special-display-function)
6326 (display-buffer-reuse-frames): Mark as obsolete.
6327
6328 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6329
6330 * help.el (help-print-return-message): Don't treat
6331 display-buffer-reuse-frames specially.
6332
6333 2012-08-26 Chong Yidong <cyd@gnu.org>
6334
6335 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6336 New variable, replacing gdb-frame-parameters.
6337 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6338 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6339 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6340 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6341 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6342 the functions directly with gdb-display-buffer-other-frame-action.
6343 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6344 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6345 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6346 (gdb-display-registers-buffer): Define directly.
6347 (def-gdb-display-buffer): Macro deleted.
6348 (gdb-display-buffer): Remove second and third args, callers don't
6349 use them. Defer to the default display-buffer behavior, apart
6350 from making windows dedicated.
6351 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6352
6353 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6354
6355 * window.el (display-buffer-pop-up-frame): Handle a
6356 pop-up-frame-parameters alist entry.
6357 (display-buffer): Document it.
6358
6359 2012-08-26 Chong Yidong <cyd@gnu.org>
6360
6361 * isearch.el (search-whitespace-regexp): Make string and nil
6362 values apply to both ordinary and regexp search. Allow a cons
6363 cell value to distinguish between the two.
6364 (isearch-whitespace-regexp, isearch-search-forward)
6365 (isearch-search-backward): New functions.
6366 (isearch-occur, isearch-search-fun-default, isearch-search)
6367 (isearch-lazy-highlight-new-loop): Use them.
6368 (isearch-forward, isearch-forward-regexp): Doc fix.
6369
6370 2012-08-26 Chong Yidong <cyd@gnu.org>
6371
6372 * faces.el (help-argument-name): Always inherit from italic
6373 (Bug#12213).
6374
6375 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6376
6377 * window.el (window--even-window-heights): Even heights when
6378 WINDOW and the selected window form a vertical combination.
6379 (display-buffer-use-some-window): Provide that window used gets
6380 sized back by quit-window. (Bug#11880) and (Bug#12091)
6381
6382 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6383
6384 Fix file time stamp problem with bzr and CVS (Bug#12001).
6385 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6386 in the file's time stamp, since the version control system loses
6387 that information.
6388
6389 2012-08-22 Juri Linkov <juri@jurta.org>
6390
6391 * info.el (Info-fontify-node): Hide the suffix of the
6392 Info file name in the header line. (Bug#12187)
6393
6394 2012-08-22 Glenn Morris <rgm@gnu.org>
6395
6396 * calendar/cal-tex.el (cal-tex-weekly-common):
6397 Restore leading blank page.
6398
6399 2012-08-22 Le Wang <l26wang@gmail.com>
6400
6401 * misc.el (forward-to-word, backward-to-word): Activate or extend
6402 the region under `shift-select-mode'. (Bug#12231)
6403
6404 2012-08-22 Bastien Guerry <bzg@gnu.org>
6405
6406 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6407 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6408 gives details on why the space is never needed.
6409
6410 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6411
6412 * window.el (walk-window-tree, window-with-parameter):
6413 New optional argument MINIBUF to control whether these functions
6414 should run on the minibuffer window.
6415 (window-at-side-list): Don't operate on minibuffer window.
6416 (window-in-direction): Simplify and rewrite doc-string.
6417 (window--size-ignore): Rename to window--size-ignore-p.
6418 Update callers.
6419 (display-buffer-in-atom-window, window--major-non-side-window)
6420 (window--major-side-window, display-buffer-in-major-side-window)
6421 (delete-side-window, display-buffer-in-side-window):
6422 New functions.
6423 (window--side-check, window-deletable-p, delete-window)
6424 (delete-other-windows, split-window): Handle side windows and
6425 atomic windows appropriately.
6426 (window--display-buffer): Call display-buffer-record-window also
6427 when the window buffer did not change.
6428
6429 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6430
6431 * help-fns.el (help-fns--key-bindings):
6432 Abbreviate non-symbol remap targets. (Bug#12174)
6433
6434 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6435
6436 * dired.el (dired-mark-remembered): Don't clobber point.
6437 (Bug#11795)
6438
6439 2012-08-22 Glenn Morris <rgm@gnu.org>
6440
6441 * progmodes/bug-reference.el (bug-reference): New custom group.
6442 (bug-reference-bug-regexp): Make it a defcustom.
6443
6444 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6445
6446 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6447 (js-paren-indent-offset, js-square-indent-offset)
6448 (js-curly-indent-offset): Add :safe (Bug#12257).
6449
6450 2012-08-22 Edward O'Connor <hober0@gmail.com>
6451
6452 * json.el (json-key-format): Add error properties.
6453 (json-encode-key): New function.
6454 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6455 Use json-encode-key.
6456
6457 2012-08-22 Glenn Morris <rgm@gnu.org>
6458
6459 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6460 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6461 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6462 Update for above change.
6463
6464 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6465
6466 * cus-face.el (custom-face-attributes): Fix customize type for the
6467 :underline attribute. (Bug#11805)
6468
6469 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6470
6471 * window.el (window-point-1, set-window-point-1): Remove.
6472 (window-in-direction, record-window-buffer)
6473 (set-window-buffer-start-and-point, split-window-below)
6474 (window--state-get-1, display-buffer-record-window):
6475 Replace calls to window-point-1 and set-window-point-1 by calls to
6476 window-point and set-window-point respectively.
6477
6478 2012-08-21 Glenn Morris <rgm@gnu.org>
6479
6480 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6481 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6482 Use it.
6483
6484 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6485 (cal-tex-shortday): New function.
6486 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6487 (cal-tex-cursor-filofax-daily): Use the above.
6488
6489 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6490 New functions.
6491 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6492 (cal-tex-cursor-filofax-week): Use them.
6493
6494 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6495 New constants.
6496 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6497 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6498
6499 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6500 (cal-tex-end-document): Don't rely on buffer name.
6501
6502 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6503 Use cal-tex-vspace.
6504 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6505 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6506 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6507 Use cal-tex-arg.
6508
6509 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6510 (cal-tex-cursor-week, cal-tex-cursor-week2)
6511 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6512 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6513 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6514 (cal-tex-insert-preamble, cal-tex-b-document)
6515 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6516 Improve cal-tex-cmd usage.
6517
6518 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6519 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6520 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6521 (cal-tex-weekly-paper): New function.
6522 (cal-tex-cursor-week, cal-tex-cursor-week2)
6523 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6524 (cal-tex-cursor-day): Use it.
6525
6526 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6527 (cal-tex-cursor-filofax-week): Remove leading blank page.
6528
6529 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6530 Add autoload cookie. For now at least, don't use color, since
6531 no other cal-tex function does.
6532
6533 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6534 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6535 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6536
6537 2012-08-21 Juri Linkov <juri@jurta.org>
6538
6539 * info.el (Info-file-attributes): New variable.
6540 (info-insert-file-contents): Add file attributes to
6541 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6542 `Info-toc-nodes' when previous modtime of the Info file is less
6543 than new modtime.
6544 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6545 of info.el. (Bug#12230)
6546
6547 2012-08-20 Glenn Morris <rgm@gnu.org>
6548
6549 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6550 * calendar/holidays.el (calendar-holiday-list):
6551 Report errors with display-warning rather than beep'n'sleep.
6552
6553 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6554
6555 * net/tramp.el (tramp-accept-process-output): Accept only output
6556 from PROC. Otherwise, process filters and sentinels might be
6557 confused. (Bug#12145)
6558
6559 2012-08-20 Chong Yidong <cyd@gnu.org>
6560
6561 * descr-text.el (describe-text-properties-1): Use overlays-in to
6562 report on empty overlays (Bug#3322).
6563
6564 2012-08-20 Glenn Morris <rgm@gnu.org>
6565
6566 * mail/rmailout.el (rmail-output-read-file-name):
6567 Trap and report errors in rmail-output-file-alist elements.
6568
6569 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6570 since most non-font-lock faces are not also variables).
6571
6572 2012-08-20 Edward Reingold <reingold@iit.edu>
6573
6574 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6575 New function. (Bug12160)
6576
6577 2012-08-19 Glenn Morris <rgm@gnu.org>
6578
6579 * mail/rmailout.el (rmail-output-read-file-name):
6580 Fix previous change (when the alist is nil or does not match).
6581
6582 2012-08-19 Chong Yidong <cyd@gnu.org>
6583
6584 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6585 (Bug#12228).
6586
6587 2012-08-18 Chong Yidong <cyd@gnu.org>
6588
6589 * simple.el (yank-handled-properties): New defcustom.
6590 (yank-excluded-properties): Add font-lock-face and category.
6591 (yank): Doc fix.
6592
6593 * subr.el (remove-yank-excluded-properties):
6594 Obey yank-handled-properties. The special handling of font-lock-face
6595 and category is now done this way, instead of being hard-coded.
6596 (insert-for-yank-1): Remove font-lock-face handling.
6597 (yank-handle-font-lock-face-property)
6598 (yank-handle-category-property): New function.
6599
6600 2012-08-17 Glenn Morris <rgm@gnu.org>
6601
6602 * mail/rmailout.el (rmail-output-read-file-name):
6603 Check rmail-output-file-alist against the full message body
6604 in the correct rmail buffer. (Bug#12214)
6605
6606 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6607
6608 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6609 Eliminate superfluous prompt. (Bug#12203)
6610
6611 2012-08-17 Chong Yidong <cyd@gnu.org>
6612
6613 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6614 font spec, set the font directly (Bug#3228).
6615
6616 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6617
6618 * window.el (delete-window): Fix last fix.
6619
6620 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6621
6622 * window.el (window-valid-p): Move to window.c.
6623 (window-child, window-child-count, window-last-child)
6624 (window-normalize-window, window-combined-p)
6625 (window-combinations, window-atom-root, window-min-size)
6626 (window-sizable, window-sizable-p, window-size-fixed-p)
6627 (window-min-delta, window-max-delta, window--resizable)
6628 (window--resizable-p, window-resizable, window-total-size)
6629 (window-full-height-p, window-full-width-p, window-body-size)
6630 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6631 (minimize-window, window-deletable-p, delete-window)
6632 (delete-other-windows, set-window-buffer-start-and-point)
6633 (next-buffer, previous-buffer, split-window, balance-windows-2)
6634 (set-window-text-height, window-buffer-height)
6635 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6636 (truncated-partial-width-window-p): Minor code adjustments.
6637 In doc-strings state whether the argument window has to denote a
6638 live, valid or any window.
6639
6640 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6641
6642 * progmodes/subword.el (subword-forward-function)
6643 (subword-backward-function, subword-forward-regexp)
6644 (subword-backward-regexp): New variables.
6645 (subword-forward, subword-forward-internal, subword-backward-internal):
6646 Use new variables, eg so that different "word" definitions
6647 can be easily used. (Bug#11411)
6648
6649 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6652 for composite selectors.
6653 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6654 operation just because we can't find a previous revision.
6655
6656 2012-08-15 Chong Yidong <cyd@gnu.org>
6657
6658 * frame.el (set-frame-font): Accept font objects.
6659
6660 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6661
6662 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6663
6664 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6665
6666 * man.el (Man-overstrike-face, Man-underline-face)
6667 (Man-reverse-face): Remove variables.
6668 (Man-overstrike, Man-underline, Man-reverse): New faces.
6669 (Man-fontify-manpage): Use them instead of the variables.
6670 (Man-cleanup-manpage): Comment change.
6671 (Man-ansi-color-map): New variable.
6672 (Man-fontify-manpage): Use it.
6673 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6674
6675 Implement ANSI SGR parameters 22-27 (bug#12146).
6676 * ansi-color.el (ansi-colors): Doc fix.
6677 (ansi-color-context, ansi-color-context-region): Doc fix.
6678 (ansi-color--find-face): New function.
6679 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6680 Rename the local variable `face' to `codes' since it is now a list of
6681 ansi codes. Doc fix.
6682 (ansi-color-get-face): Remove.
6683 (ansi-color-parse-sequence): New function, derived from
6684 ansi-color-get-face.
6685 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6686 codes 22-27.
6687
6688 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * subr.el (read-passwd): Allow use from a minibuffer.
6691
6692 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6693
6694 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6695 inside comments and strings as identifiers.
6696
6697 * progmodes/gud.el (gud-tooltip-print-command): Quote the
6698 expression to evaluate. This allows to evaluate expressions with
6699 embedded whitespace.
6700 (gud-tooltip-tips): Add a blank before the newline in the
6701 message-box text, for the benefit of message-box emulation on
6702 MS-Windows.
6703
6704 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6705 messages from GDB, pop them up in a tooltip to give feedback to
6706 user.
6707 (gdb-tooltip-print-1): Quote the expression to evaluate.
6708 This allows to evaluate expressions with embedded whitespace.
6709 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6710 if the TTY name is nil or empty (which happens when communicating
6711 with the inferior via pipes, e.g. on MS-Windows).
6712 (gdb-internals): If GDB sends a "&\n" empty debugging message,
6713 don't send that to the GUD buffer.
6714
6715 2012-08-14 Glenn Morris <rgm@gnu.org>
6716
6717 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6718 Optimize away setq-default with no args, as for setq. (Bug#12195)
6719
6720 2012-08-14 Chong Yidong <cyd@gnu.org>
6721
6722 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6723
6724 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6725 (Bug#12085).
6726
6727 2012-08-14 Glenn Morris <rgm@gnu.org>
6728
6729 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6730
6731 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
6732
6733 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6734 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6735 Use cached shell name.
6736
6737 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6738
6739 * progmodes/python.el (python-shell-send-string):
6740 (python-shell-send-setup-code): Do not use `format' with `message'.
6741
6742 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
6743
6744 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6745 (ruby-percent-literal-beg-re): New constant.
6746 (ruby-syntax-general-delimiters-goto-beg): Rename to
6747 `ruby-syntax-enclosing-percent-literal', improve literal type check.
6748 (ruby-syntax-propertize-general-delimiters): Rename to
6749 `ruby-syntax-propertize-percent-literal', it's a shorter and more
6750 popular term. Adjust comments everywhere.
6751 (ruby-syntax-propertize-percent-literal): Only propertize when not
6752 inside a simple string or comment. When the literal is unclosed,
6753 leave the text after it unpropertized.
6754 (ruby-syntax-methods-before-regexp): New constant.
6755 (ruby-syntax-propertize-function): Use it to recognize regexps.
6756 Don't look at the text after regexp, just use the whitelist.
6757
6758 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6759
6760 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6761 non-nil always load the compiled file if it exists. (Bug#12197)
6762
6763 2012-08-14 Chong Yidong <cyd@gnu.org>
6764
6765 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6766 (hi-lock-set-pattern): When deciding whether to use font lock or
6767 overlays, look at font-lock-mode instead of font-lock-fontified
6768 (Bug#12168).
6769 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6770 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6771
6772 2012-08-14 Daiki Ueno <ueno@unixuser.org>
6773
6774 * subr.el (internal--after-with-selected-window): Fix typo
6775 (Bug#12193).
6776
6777 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6778
6779 Use `completion-table-dynamic' for completion functions.
6780 * progmodes/python.el
6781 (python-shell-completion--do-completion-at-point)
6782 (python-shell-completion--get-completions):
6783 Remove functions.
6784 (python-shell-completion-complete-at-point): New function.
6785 (python-completion-complete-at-point): Use it.
6786
6787 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
6788
6789 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6790 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6791
6792 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * subr.el (function-get): Refine `autoload' arg so it can also
6795 autoload functions for gv.el (bug#12191).
6796 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6797 autoloads macros.
6798
6799 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6800 Prefer pcase-let over destructuring-bind.
6801 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6802 Also, remove whitespace as we go, rather than after accumulating the
6803 various places.
6804
6805 * subr.el (internal--before-with-selected-window)
6806 (internal--after-with-selected-window): Fix typo seleted->selected.
6807 (with-selected-window): Adjust callers.
6808 Reported by Dmitry Gutov <dgutov@yandex.ru>.
6809
6810 2012-08-13 Bastien Guerry <bzg@gnu.org>
6811
6812 * window.el (special-display-popup-frame): Minor docstring
6813 enhancement. (Bug#12172)
6814
6815 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
6816
6817 * tar-mode.el (tar-header-data-end): Only ignore size for files of
6818 type 1-6.
6819 (tar-header-block-summarize, tar-get-descriptor): Handle pax
6820 extended headers.
6821
6822 * files.el (hack-local-variables-filter): Remove useless eval.
6823
6824 2012-08-13 Martin Rudalics <rudalics@gmx.at>
6825
6826 * subr.el (with-selected-window): Fix last change.
6827
6828 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 * subr.el (internal--before-with-seleted-window)
6831 (internal--after-with-seleted-window): New functions.
6832 (with-selected-window): Use them, to replace dependency on
6833 tty-top-frame.
6834
6835 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
6836
6837 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6838 binding for `newline'.
6839 (ruby-move-to-block): When moving backward, stop at block opening,
6840 not indentation.
6841 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6842 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6843 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6844 `ruby-toggle-block'.
6845
6846 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * ibuffer.el (ibuffer-do-toggle-read-only):
6849 * dired.el (dired-toggle-read-only):
6850 * buff-menu.el (Buffer-menu-toggle-read-only):
6851 * bindings.el (mode-line-toggle-read-only):
6852 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6853
6854 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
6855
6856 * descr-text.el (describe-char): Put the overlays over the
6857 "displayed as" character.
6858
6859 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
6860
6861 * calc/calc-units.el (math-default-units-table): Give an
6862 initial value.
6863 (math-put-default-units): Add options to put composite units and
6864 unit systems in the default units table.
6865 (calc-convert-units): Send composite units to
6866 `math-put-default-units' when appropriate.
6867
6868 2012-08-11 Glenn Morris <rgm@gnu.org>
6869
6870 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6871
6872 * tutorial.el (help-with-tutorial):
6873 * emacs-lisp/copyright.el (copyright-update-directory):
6874 * emacs-lisp/autoload.el (autoload-find-generated-file)
6875 (autoload-find-file): Disable local eval: (for insurance).
6876
6877 * files.el (hack-local-variables-filter): If an eval: form is not
6878 known to be safe, and enable-local-variables is :safe, then ignore
6879 the form totally, as is done for non-eval forms. (Bug#12155)
6880 This is CVE-2012-3479.
6881
6882 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6885 (rx-form): Simplify.
6886
6887 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
6888
6889 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6890 ?, _, and : are symbol constituents, ! is not (but kinda should be).
6891 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6892 (ruby-syntax-propertize-function): Adjust for changes in
6893 `ruby-syntax-propertize-heredoc'.
6894
6895 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
6896
6897 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6898 binding (use `M-;' instead).
6899 (ruby-singleton-class-p): New function.
6900 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
6901
6902 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6905
6906 2012-08-10 Chong Yidong <cyd@gnu.org>
6907
6908 * progmodes/python.el (python-shell-get-process-name): Don't mess
6909 with same-window-buffer-names.
6910
6911 * eshell/eshell.el (eshell-add-to-window-buffer-names)
6912 (eshell-remove-from-window-buffer-names): Make obsolete.
6913 (eshell-buffer-name, eshell-unload-hook): Don't use them.
6914 (eshell): Just use pop-to-buffer-same-window instead.
6915
6916 2012-08-10 Chong Yidong <cyd@gnu.org>
6917
6918 * bindings.el: Bind M-= back to count-words-region.
6919
6920 * simple.el (count-words-region): Accept a prefix arg for acting
6921 on the entire buffer.
6922 (count-words--buffer-message): New helper function.
6923
6924 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6927 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6928 (event-start, event-end): Use posn-at-point to return a more
6929 informative posn.
6930 (posnp): New function.
6931 * mouse.el (popup-menu-normalize-position): Use it.
6932
6933 2012-08-10 Masatake YAMATO <yamato@redhat.com>
6934
6935 * mouse.el (popup-menu-normalize-position): New function.
6936 (popup-menu): Use `popup-menu-normalize-position' to normalize
6937 the form for POSITION argument.
6938
6939 * term/x-win.el (x-menu-bar-open):
6940 Use the value returend from (posn-at-point) as position
6941 passed to `popup-menu'.
6942
6943 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6944
6945 * calc/calccomp.el (math-compose-expr): Add extra argument
6946 indicating that parentheses should be put around products in
6947 denominators. Give multiplication precedence over division during
6948 composition.
6949
6950 2012-08-09 Chong Yidong <cyd@gnu.org>
6951
6952 * man.el (Man-switches, Man-sed-command, Man-awk-command)
6953 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6954 (Man-untabify-command, manual-program): Convert to defcustom
6955 (Bug#10429).
6956
6957 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6958
6959 * descr-text.el (describe-char): Don't insert extra newlines
6960 (Bug#10127).
6961
6962 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
6963 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
6964
6965 * align.el (align-region): Delete temporary markers (Bug#10047).
6966 Plus some code cleanups.
6967
6968 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6969
6970 * progmodes/python.el (python-pdbtrack-tracked-buffer)
6971 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
6972 (python-shell-internal-last-output): Use make-local-variable
6973 instead of make-variable-buffer-local.
6974
6975 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
6976
6977 * progmodes/python.el: Enhancements to forward-sexp.
6978 (python-nav-forward-sexp): Rename from
6979 python-nav-forward-sexp-function.
6980 (python-nav--forward-sexp, python-nav--backward-sexp):
6981 New functions.
6982
6983 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6984
6985 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
6986 modes and simplification modes.
6987
6988 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * delsel.el (delete-selection-pre-hook): Don't propagate the
6991 file-supersession signals (bug#12161).
6992
6993 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
6996 (cl-map-extents): Add compatibility aliases (bug#12135).
6997
6998 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
6999
7000 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
7001 tests by `ignore-error'.
7002 (tramp-find-shell): Open also a new shell, when cache is already
7003 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
7004
7005 2012-08-08 Juri Linkov <juri@jurta.org>
7006
7007 * bookmark.el: Add `defaults' property to the bookmark record.
7008 (bookmark-current-buffer): Doc fix.
7009 (bookmark-make-record): Add `defaults' property with default values
7010 to the bookmark record.
7011 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
7012 with `bookmark-insert-current-bookmark'.
7013 (bookmark-set): Get `defaults' property from the bookmark record
7014 and use it in `read-from-minibuffer'.
7015 (bookmark-insert-current-bookmark): Remove function.
7016
7017 * info.el (Info-bookmark-make-record): Add `defaults' property
7018 with values of canonical Info node name, the current Info file
7019 name and the current Info node name. (Bug#12107)
7020
7021 2012-08-08 Juri Linkov <juri@jurta.org>
7022
7023 * files.el (basic-save-buffer): Use `buffer-name' as the default
7024 of `read-file-name' when buffer is not visiting a file (bug#12128).
7025
7026 2012-08-08 Juri Linkov <juri@jurta.org>
7027
7028 * info.el (Info-isearch-search): Doc fix.
7029 (Info-search): Change search-failed message from "initial node" to
7030 "end of node" (bug#12078).
7031 (Info-isearch-search): Change `isearch-string-state' to
7032 `isearch--state-string'.
7033
7034 2012-08-08 Glenn Morris <rgm@gnu.org>
7035
7036 * language/persian.el: Remove file.
7037 * language/misc-lang.el: Move unique part of persian.el here.
7038 * loadup.el: Remove language/persian.
7039
7040 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7041
7042 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7043
7044 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7045
7046 * progmodes/python.el: Fix defsubst warning.
7047 (python-syntax-context) Rename from python-info-ppss-context.
7048 (python-syntax-context-type): Rename from
7049 python-info-ppss-context-type.
7050 (python-syntax-comment-or-string-p): Rename from
7051 python-info-ppss-comment-or-string-p.
7052
7053 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7054
7055 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7056
7057 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7058
7059 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7060 a defcustom that is quoted with backquote.
7061
7062 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7063 Fix handling of interactive spec when the body uses return.
7064 (math-do-arg-check, math-define-function-body): Use backquote forms.
7065 * calc/calc-ext.el (math-defcache): Likewise.
7066 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7067 * allout.el (allout-new-exposure): Likewise.
7068 * calc/calcalg2.el (math-tracing-integral): Likewise.
7069 * info.el (Info-last-menu-item): Likewise.
7070 * emulation/vip.el (vip-loop): Likewise.
7071 * textmodes/artist.el (artist-funcall): Likewise.
7072 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7073 Construct menu-item directly.
7074
7075 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7076 Don't declare.
7077
7078 2012-08-07 Chong Yidong <cyd@gnu.org>
7079
7080 * simple.el (deactivate-mark): Preserve text properties when
7081 saving the primary selection (Bug#8384).
7082
7083 2012-08-07 Kevin Ryde <user42@zip.com.au>
7084
7085 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7086 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7087 and continue processing (Bug#12110).
7088
7089 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7092 syntax-propertize-function (bug#10095).
7093
7094 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7095
7096 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7097 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7098 describe-function-1.
7099 (describe-function-1): Use them. Move compiler macro after sig.
7100 (help-fns--compiler-macro): Use function-get. Assume we're already in
7101 standard-output. Adjust layout to new call order.
7102
7103 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7104 re-binding a symbol that has a symbol-macro (bug#12119).
7105
7106 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7107
7108 * language/persian.el: New file. (Bug#11812)
7109 * loadup.el: Add language/persian.el.
7110
7111 2012-08-06 Chong Yidong <cyd@gnu.org>
7112
7113 * window.el (window--maybe-raise-frame): New function.
7114 (window--display-buffer): Split off from here.
7115 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7116 (display-buffer-pop-up-window, display-buffer-use-some-window):
7117 Obey an inhibit-switch-frame action alist entry.
7118 (display-buffer): Update doc.
7119
7120 * replace.el (occur-after-change-function): Avoid losing focus by
7121 using the inhibit-switch-frame display parameter (Bug#12139).
7122
7123 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7124
7125 Make internal shell process buffer names start with space.
7126 * progmodes/python.el (python-shell-make-comint): Add optional
7127 argument INTERNAL.
7128 (run-python-internal): Use it.
7129 (python-shell-internal-get-or-create-process): Check for new
7130 internal buffer names.
7131
7132 2012-08-06 Glenn Morris <rgm@gnu.org>
7133
7134 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7135 Do less getting and setting of environment variables.
7136
7137 2012-08-05 Chong Yidong <cyd@gnu.org>
7138
7139 * proced.el (proced): Add substitution string to docstring to
7140 trigger autoloading of the proced library on C-h f (Bug#1768).
7141
7142 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7143 Don't show defvars which have no second argument (Bug#8638).
7144
7145 * imenu.el (imenu-generic-expression): Move documentation here
7146 from imenu--generic-function.
7147 (imenu--generic-function): Refer to imenu-generic-expression.
7148
7149 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7150
7151 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7152 indentation declaration.
7153 (viper-loop): Add indentation declaration (Bug#7025).
7154
7155 2012-08-05 Chong Yidong <cyd@gnu.org>
7156
7157 * help-fns.el (describe-variable): Add hyperlink for
7158 directory-local variables files. Improve buffer-local and
7159 permanent-local reporting; suggested by MON KEY (Bug#6644).
7160
7161 * help-mode.el (help-dir-local-var-def): New button type.
7162
7163 * files.el (kill-buffer-hook): Provide a defvar.
7164
7165 2012-08-05 Glenn Morris <rgm@gnu.org>
7166
7167 * eshell/esh-ext.el (eshell/addpath):
7168 Also update eshell-path-env. (Bug#12013)
7169
7170 2012-08-05 Chong Yidong <cyd@gnu.org>
7171
7172 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7173
7174 * fringe.el (fringe-styles): Add docstring.
7175 (fringe--check-mode): New function.
7176 (set-fringe-mode, set-fringe-style): Use it.
7177 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7178
7179 * files.el (set-auto-mode): Fix invalid setq call.
7180
7181 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * isearch.el: Misc simplification; use defstruct.
7184 (isearch-mode-map): Dense maps now work like sparse ones.
7185 (isearch--state): New defstruct.
7186 (isearch-string-state, isearch-message-state, isearch-point-state)
7187 (isearch-success-state, isearch-forward-state)
7188 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7189 (isearch-wrapped-state, isearch-barrier-state)
7190 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7191 replaced by defstruct's accessors.
7192 (isearch--set-state): Rename from isearch-top-state and change
7193 calling convention.
7194 (isearch-push-state): Use new isearch--get-state.
7195 (isearch-toggle-word): Disable regexp when enabling word.
7196 (isearch-message-prefix): Remove unused arg _c-q-hack.
7197 (isearch-message-suffix): Remove unused arg _ellipsis.
7198
7199 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7200
7201 * simple.el (list-processes--refresh): For a server use :host or
7202 :local as the address.
7203 (list-processes): Doc fix.
7204
7205 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7206
7207 * lisp/mpc.el: Support password in host argument.
7208 (mpc--proc-connect): Parse and use new password element.
7209 Set mpc-proc variable instead of returning process.
7210 (mpc-proc): Adjust accordingly.
7211
7212 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7213
7214 * whitespace.el (whitespace-display-mappings): Use Unicode
7215 codepoints, instead of emacs-mule codepoints. See
7216 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7217 for the details.
7218
7219 * files.el (file-truename): Don't skip symlink-chasing part on
7220 windows-nt. Incorporate the resolution of 8+3 short aliases on
7221 Windows into the loop that recursively chases symlinks.
7222 Compare directory and its parent case-insensitively on MS-Windows and
7223 MS-DOS.
7224
7225 2012-08-03 Chong Yidong <cyd@gnu.org>
7226
7227 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7228
7229 * sort.el (sort-regexp-fields): Doc fix.
7230
7231 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7232
7233 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7234 labels regex position point at the expected place.
7235
7236 2012-08-03 MON KEY <monkey@sandpframing.com>
7237
7238 * net/imap.el (imap-interactive-login, imap-authenticate)
7239 (imap-mailbox-lsub, imap-mailbox-list)
7240 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7241 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7242 (imap-parse-response): Doc fix.
7243
7244 2012-08-03 João Távora <joaotavora@gmail.com>
7245
7246 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7247 if sexp scanning does not move point (Bug#5734).
7248
7249 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7250
7251 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7252 Add listings, minted, and ctable packages.
7253 (reftex-label-alist-builtin): Move listings, minted, and ctable
7254 entries before LaTeX.
7255 (reftex-label-alist): Docfix.
7256
7257 2012-08-02 Bastien Guerry <bzg@gnu.org>
7258
7259 * replace.el (occur): Fix docstring (bug#12122).
7260
7261 2012-08-02 Glenn Morris <rgm@gnu.org>
7262
7263 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7264
7265 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7266
7267 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7268 * international/mule-cmds.el: Create
7269 inactivate-current-input-method-function as an obsolete alias for
7270 deactivate-current-input-method-function. See Katsumi Yamaoka in
7271 <http://bugs.gnu.org/10150#46>.
7272
7273 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7274
7275 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7276 of nested `if's.
7277
7278 2012-08-01 Glenn Morris <rgm@gnu.org>
7279
7280 * progmodes/autoconf.el (autoconf-definition-regexp):
7281 Add AH_TEMPLATE, adjust submatch numbering.
7282 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7283 (autoconf-current-defun-function): Update for above change.
7284 (autoconf-current-defun-function): First skip to end of current word.
7285
7286 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7287
7288 * calendar/cal-html.el (cal-html-insert-agenda-days):
7289 Fix typo. (Bug#12018)
7290
7291 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7292
7293 Shell processes: enhancements to startup and CEDET compatibility.
7294 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7295 (python-shell-make-comint): accept-process-output at startup.
7296 (run-python-internal): Set inferior-python-mode-hook to nil.
7297 (python-shell-internal-get-or-create-process): call sit-for.
7298 (python-preoutput-result): Add obsolete alias.
7299 (python-shell-internal-send-string): Use it.
7300 (python-shell-send-setup-code): Remove call to
7301 accept-process-output.
7302
7303 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7304
7305 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7306 (Bug#12108)
7307
7308 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7309
7310 * calc-mode.el (calc-basic-simplification-mode): Rename from
7311 `calc-limited-simplification-mode'.
7312 (calc-alg-simplification-mode): New function.
7313 (calc-set-simplify-mode): Adjust message.
7314
7315 * calc.el (calc-set-mode-line): Adjust mode line display for
7316 basic simplification mode.
7317
7318 * calc-help.el (calc-m-prefix-help): Update help message.
7319
7320 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7321 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7322
7323 2012-07-31 Bastien Guerry <bzg@gnu.org>
7324
7325 * man.el (man): Fix comment. (bug#12101)
7326
7327 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7328
7329 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7330 Don't return a non-nil value when no suitable buffer was found.
7331
7332 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7333
7334 * progmodes/python.el (run-python-internal): Disable font lock for
7335 internal shells.
7336
7337 2012-07-30 Stefan Merten <smerten@oekonux.de>
7338
7339 * textmodes/rst.el: Silence `checkdoc-ispell'.
7340 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7341 (rst-official-version, rst-official-cvs-rev)
7342 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7343 (rst-mode-map): New key binding.
7344
7345 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7346
7347 Update .PHONY listings in makefiles.
7348 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7349 autoloads, update-subdirs, updates, bzr-update, update-authors,
7350 compile-onefile, compile-calc, backup-compiled-files,
7351 compile-after-backup, compile-one-process, mh-autoloads,
7352 bootstrap-clean, distclean, maintainer-clean.
7353
7354 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7355
7356 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7357 (calc-set-mode-line): Don't display "AlgSimp ".
7358
7359 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7360 (calc-lim-simplify-mode): New function.
7361 (calc-set-simplify-mode): Default to 'alg.
7362 (calc-default-simplify-mode): Make algebraic simplifications
7363 the default.
7364
7365 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7366 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7367
7368 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7369 indicate new simplification modes.
7370
7371 * calc/README: Mention new default simplification mode.
7372
7373 * calc/calc.el (math-normalize-error): New variable.
7374 (math-normalize): Set `math-normalize-error' to t
7375 when there's an error.
7376
7377 * calc/calc-alg.el (math-simplify): Don't simplify when
7378 `math-normalize' returns an error.
7379
7380 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7381
7382 * international/mule-cmds.el (set-locale-environment): Revert last
7383 change, since display-graphic-p returns nil when this function is
7384 called during startup. Instead...
7385
7386 * term/w32console.el (terminal-init-w32console): ...setup the
7387 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7388
7389 2012-07-29 Juri Linkov <juri@jurta.org>
7390
7391 * simple.el (goto-line): Don't display default line number in the
7392 prompt because it should be displayed by `read-number' (bug#9952).
7393 Add the current line number to the defaults of `goto-line' to
7394 allow its easier modification by users with `M-n' (bug#9201).
7395
7396 * subr.el (read-number): Support multiple default values like in
7397 other minibuffer reading functions. Replace `read' with
7398 `string-to-number' for consistency with `number-to-string'.
7399
7400 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7401
7402 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7403 * emulation/viper-init.el (viper-deactivate-input-method-action):
7404 Rename from viper-inactivate-input-method-action.
7405 (viper-deactivate-input-method):
7406 Rename from viper-inactivate-input-method.
7407 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7408 * international/mule-cmds.el (deactivate-input-method):
7409 Rename from inactivate-input-method.
7410 Also run input-method-deactivate-hook.
7411 (deactivate-current-input-method-function):
7412 Rename from inactivate-current-input-method-function.
7413 (input-method-deactivate-hook): New hook.
7414 (input-method-inactivate-hook): Mark obsolete.
7415 (inactivate-input-method): Mark obsolete.
7416
7417 * international/quail.el (quail-activate):
7418 Also run quail-deactivate-hook.
7419 (quail-deactivate): Rename from quail-inactivate.
7420 * international/robin.el (robin-activate):
7421 Also run robin-deactivate-hook.
7422 (robin-deactivate): Rename from robin-inactivate.
7423
7424 2012-07-29 Chong Yidong <cyd@gnu.org>
7425
7426 * simple.el (indicate-copied-region): New function.
7427 (kill-ring-save): Split off from here.
7428
7429 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7430 (kill-rectangle): Set deactivate-mark to t on read-only error.
7431
7432 * register.el (copy-to-register, copy-rectangle-to-register):
7433 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7434 (append-to-register, prepend-to-register): Call indicate-copied-region.
7435
7436 2012-07-29 Juri Linkov <juri@jurta.org>
7437
7438 * simple.el (async-shell-command-buffer): New defcustom.
7439 (shell-command): Use it. (Bug#4719)
7440
7441 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7442
7443 * international/mule-cmds.el (set-locale-environment): In a
7444 console session on MS-Windows, set up keyboard and terminal
7445 encoding from the OEM codepage, not the ANSI codepage.
7446 (Bug#12055)
7447
7448 2012-07-28 Chong Yidong <cyd@gnu.org>
7449
7450 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7451 gdb-get-location.
7452
7453 2012-07-28 Leo Liu <sdl.web@gmail.com>
7454
7455 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7456 the alist (bug#12029).
7457
7458 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7459
7460 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7461 (compile-always, compile-first)
7462 ($(lisp)/calendar/cal-loaddefs.el)
7463 ($(lisp)/calendar/diary-loaddefs.el)
7464 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7465 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7466 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7467 instead of on update-subdirs.
7468 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7469
7470 2012-07-28 Chong Yidong <cyd@gnu.org>
7471
7472 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7473 directory if vc-deduce-backend returns nil (Bug#7350).
7474
7475 * simple.el (delete-trailing-lines): New option.
7476 (delete-trailing-whitespace): Obey it (Bug#11879).
7477
7478 2012-07-28 David Engster <deng@randomsample.de>
7479
7480 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7481 Explanation of new 'symbol-qnames feature in doc-strings.
7482 (xml-maybe-do-ns): Return expanded names as plain symbols if
7483 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7484 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7485
7486 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7487
7488 Consistent completion in inferior python with emacs -nw.
7489 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7490 binding in inferior-python-mode-map with "\t".
7491 (python-shell-completion-complete-at-point)
7492 (python-completion-complete-at-point): Remove interactive spec.
7493
7494 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7495
7496 * calc/calccomp.el (math-compose-expr): Undo previous change.
7497
7498 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7499
7500 * progmodes/python.el (python-mode-map): Add keybinding for
7501 run-python.
7502 (python-shell-make-comint): Fix pop-to-buffer call.
7503 (run-python): Autoload. New arg SHOW.
7504 (python-shell-get-or-create-process): Do not pop python process
7505 buffer.
7506
7507 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7508
7509 * notifications.el (notifications-on-action-signal)
7510 (notifications-on-closed-signal): Use also the bus address for the map.
7511 (notifications-notify, notifications-close-notification)
7512 (notifications-get-capabilities): Add optional argument BUS.
7513
7514 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7515
7516 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7517 Add support for the lstlisting and minted environments, and for the
7518 ctable macro.
7519 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7520 labels written in keyvals syntax.
7521
7522 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7523
7524 * calc/calccomp.el (math-compose-expr): Use parentheses when
7525 there is a product in the denominator of a fraction.
7526
7527 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7528
7529 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7530 ($(lisp)/calendar/diary-loaddefs.el)
7531 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7532 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7533 Fixes failures in parallel bootstrap because subdirs.el is being
7534 rewritten while the autoload files are built at the same time,
7535 which needs to load subdirs.el.
7536
7537 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7538
7539 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7540 (mouse-drag-line): Don't exit tracking when a switch-frame or
7541 switch-window event occurs (Bug#12006).
7542
7543 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * mouse.el (popup-menu): Fix last change.
7546
7547 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 Autoload from Lisp with more care. Follow aliases when looking for
7550 function properties.
7551 * subr.el (autoloadp): New function.
7552 (symbol-file): Use it.
7553 (function-get): New function.
7554 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7555 autoload-do-load.
7556 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7557 (lisp-indent-function):
7558 * emacs-lisp/gv.el (gv-get):
7559 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7560 * emacs-lisp/byte-opt.el (byte-optimize-form):
7561 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7562 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7563 Use function-get.
7564 * emacs-lisp/cl.el: Don't propagate function properties any more.
7565
7566 * speedbar.el (speedbar-add-localized-speedbar-support):
7567 * emacs-lisp/disass.el (disassemble-internal):
7568 * desktop.el (desktop-load-file):
7569 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7570 (describe-function-1):
7571 * emacs-lisp/find-func.el (find-function-noselect):
7572 * emacs-lisp/elp.el (elp-instrument-function):
7573 * emacs-lisp/advice.el (ad-has-proper-definition):
7574 * apropos.el (apropos-safe-documentation, apropos-macrop):
7575 * emacs-lisp/debug.el (debug-on-entry):
7576 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7577 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7578 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7579
7580 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7581
7582 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7583 function, not an obsolete variable (Bug#12046).
7584
7585 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7586
7587 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7588
7589 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7590
7591 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7592 window only if it is still live (Bug#12034).
7593
7594 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7595
7596 * subr.el (redirect-frame-focus): Add advertised calling
7597 convention (Bug#12030).
7598
7599 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7600
7601 Prefer typical American spelling for "acknowledgment".
7602 * vc/add-log.el (change-log-acknowledgment): Rename from
7603 change-log-acknowledgement, with an alias for the old name.
7604
7605 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7606
7607 * calc-alg.el (math-simplify-divide): Don't cross multiply
7608 in an equation when the lhs is a variable.
7609
7610 2012-07-24 Julien Danjou <julien@danjou.info>
7611
7612 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7613 Remove, unused.
7614
7615 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7616
7617 * startup.el (command-line): Don't display an empty user name in
7618 the error message about non-existent home directory, when
7619 init-file-user was set to an empty string. See
7620 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7621 for the details and context.
7622
7623 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7624
7625 * ses.el (ses-cell-formula-aset): New macro.
7626 (ses-cell-references-aset): New macro.
7627 (ses-cell-p): New function.
7628 (ses-rename-cell): Do no longer rely on complex operations like
7629 ses-cell-set-formula or ses-set-cell to change the cell and handle
7630 the undo at the same time, but rather use lower level new macros
7631 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7632 the undo directly. Refresh the mode line.
7633
7634 2012-07-21 Leo Liu <sdl.web@gmail.com>
7635
7636 * progmodes/cc-cmds.el (c-defun-name):
7637 Use match-string-no-properties instead for consistency.
7638
7639 2012-07-20 Leo Liu <sdl.web@gmail.com>
7640
7641 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7642 (Bug#7879)
7643
7644 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7645
7646 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7647
7648 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7649 * progmodes/bug-reference.el, misearch.el: Provide themselves
7650 (bug#11915).
7651
7652 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7653 of narrowed buffer (bug#11966).
7654
7655 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7656
7657 * ses.el (ses-rename-cell): Set new name also in reference list of
7658 cells of which the renamed cell depends.
7659
7660 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7661
7662 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7663 to check whether menu-bar is shown or not. If not shown,
7664 show the menu-bar as a popup menu instead of using tmm.
7665 * mouse.el (popup-menu): Accept `point' as `position' argument.
7666
7667 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7668
7669 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7670 up inside string symbol literal (bug#11923).
7671
7672 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7673
7674 * startup.el (fancy-startup-text): Read the whole tutorial, not
7675 just its first 256 bytes. Prevents gibberish in display of the
7676 tutorial title.
7677
7678 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7679
7680 Drop idle buffer compaction due to an absence of the
7681 proved efficiency.
7682 * compact.el: Remove.
7683
7684 2012-07-19 Sam Steingold <sds@gnu.org>
7685
7686 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7687 vc-bzr-pull & vc-bzr-merge-branch.
7688 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7689 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7690 for consistency with compilation-error-regexp-alist.
7691 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7692 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7693 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7694 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7695
7696 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7697
7698 * emacs-lisp/chart.el: Use lexical-binding.
7699 (chart-emacs-storage): Don't hardcode the list of entries.
7700
7701 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7702
7703 Next round of tweaks caused by Fgarbage_collect changes.
7704 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7705
7706 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7707
7708 Compact buffers when idle.
7709 * compact.el: New file.
7710
7711 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * subr.el (eventp): Presume that if it looks vaguely like an event,
7714 it's an event (bug#10190).
7715
7716 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
7717
7718 Enhancements to ppss related code (thanks Stefan).
7719 * progmodes/python.el (python-indent-context)
7720 (python-indent-calculate-indentation, python-indent-dedent-line)
7721 (python-indent-electric-colon, python-nav-forward-block)
7722 (python-mode-abbrev-table)
7723 (python-info-assignment-continuation-line-p): Simplify checks
7724 for ppss context.
7725 (python-info-continuation-line-p): Cleanup.
7726 (python-info-ppss-context): Do not catch 'quote.
7727 (python-info-ppss-context-type)
7728 (python-info-ppss-comment-or-string-p): Simplify.
7729
7730 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
7731
7732 * progmodes/python.el: Enhancements to eldoc support.
7733 (python-info-current-symbol): New function.
7734 (python-eldoc-at-point): Use python-info-current-symbol.
7735 (python-info-current-defun): Fix cornercase on first defun scan.
7736 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7737 and signal error when no inferior python process is available.
7738
7739 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
7740
7741 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7742 assume it's always t.
7743 (vc-git-registered): Remove caching, the function is only called
7744 once.
7745 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7746
7747 2012-07-18 Chong Yidong <cyd@gnu.org>
7748
7749 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7750
7751 * simple.el (count-words): Report on narrowing (Bug#9959).
7752
7753 * bindings.el: Bind M-= to count-words.
7754
7755 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7756
7757 2012-07-18 Masatake YAMATO <yamato@redhat.com>
7758
7759 * progmodes/sh-script.el (sh-imenu-generic-expression):
7760 Capture a function with `function' keyword and without parentheses
7761 like "function FOO" (bug#11856).
7762
7763 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
7764
7765 * window.el (split-window-sensibly): Make WINDOW argument
7766 optional.
7767
7768 2012-07-18 Chong Yidong <cyd@gnu.org>
7769
7770 * subr.el (keyboard-translate): Doc fix (Bug#7261).
7771
7772 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7773 and make C-x 8 RET exit isearch (Bug#11439).
7774
7775 * international/iso-transl.el: Move isearch-mode-map key
7776 definitions to isearch.el.
7777
7778 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7781 (eieio-defclass): Use gv-define-setter when possible.
7782
7783 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7784
7785 Reflect recent changes in Fgarbage_collect.
7786 * emacs-lisp/chart.el (chart-emacs-storage): Change to
7787 reflect new format of data returned by Fgarbage_collect.
7788
7789 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7790
7791 New utility functions + python-info-ppss-context fix (Bug#11910).
7792 * progmodes/python.el (python-info-beginning-of-block-statement-p)
7793 (python-info-ppss-comment-or-string-p): New functions.
7794 (python-info-ppss-context): Small fix for string check.
7795
7796 2012-07-17 Juri Linkov <juri@jurta.org>
7797
7798 * dired-aux.el (dired-do-async-shell-command): Doc fix.
7799 (dired-do-async-shell-command): Don't add `*' at the end of the
7800 command (Bug#11815).
7801 (dired-do-shell-command): Doc fix.
7802 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7803 Join the individual commands using either "&" or ";" as the
7804 separator depending on the values of these trailing characters.
7805 At the end re-add the trailing "&". (Bug#10598)
7806
7807 * simple.el (async-shell-command): Sync the interactive spec with
7808 `shell-command'. Doc fix.
7809 (shell-command): Doc fix.
7810
7811 2012-07-17 Juri Linkov <juri@jurta.org>
7812
7813 * descr-text.el (describe-char): Fix format args. (Bug#10129)
7814
7815 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7816
7817 Final renames and doc fixes for movement commands (bug#11899).
7818 * progmodes/python.el (python-nav-beginning-of-statement):
7819 Rename from python-nav-statement-start.
7820 (python-nav-end-of-statement): Rename from
7821 python-nav-statement-end.
7822 (python-nav-beginning-of-block): Rename from
7823 python-nav-block-start.
7824 (python-nav-end-of-block): Rename from python-nav-block-end.
7825
7826 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7827
7828 * progmodes/python.el (python-shell-send-string-no-output):
7829 Allow accept-process-output to quit, keeping shell process ready for
7830 future interactions (Bug#11868).
7831
7832 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7833
7834 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7835
7836 * emacs-lisp/elint.el (elint-find-args-in-code):
7837 Use help-function-arglist, so as to handle lexical byte-code.
7838
7839 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7840 change (bug#11826).
7841
7842 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7843
7844 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7845 Avoid spuriously marking the buffer as modified because of c-is-sws.
7846
7847 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7848 as not-a-comment (bug#11946).
7849
7850 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7851 for uninterned vars.
7852
7853 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7854 Use read-event since we don't really want to read chars but bytes.
7855
7856 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7857 $$..$$ but also $..$ using regexps (bug#11953).
7858 Use tex-verbatim for \url and \path.
7859 (tex-font-lock-keywords): Define as defconst like the others.
7860 (tex-common-initialization): Don't use font-lock-syntax-table any more.
7861
7862 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
7863
7864 * international/mule-cmds.el (ucs-insert): Make it an obsolete
7865 alias for insert-char.
7866
7867 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7868
7869 * progmodes/python.el: Simplified imenu implementation.
7870 (python-nav-jump-to-defun): Remove command.
7871 (python-mode-map): Use `imenu' instead.
7872 (python-nav-list-defun-positions-cache)
7873 (python-imenu-include-defun-type, python-imenu-make-tree)
7874 (python-imenu-subtree-root-label, python-imenu-index-alist):
7875 Remove vars.
7876 (python-nav-list-defun-positions, python-nav-read-defun)
7877 (python-imenu-tree-assoc, python-imenu-make-element-tree)
7878 (python-imenu-make-tree, python-imenu-create-index):
7879 Remove functions.
7880 (python-mode): Update to interact with imenu by setting
7881 `imenu-extract-index-name-function' only.
7882
7883 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7884
7885 * progmodes/python.el: Enhancements to navigation commands.
7886 (python-nav-backward-sentence)
7887 (python-nav-forward-sentence): Remove.
7888 (python-nav-backward-statement, python-nav-forward-statement)
7889 (python-nav-statement-start, python-nav-statement-end)
7890 (python-nav-backward-block, python-nav-forward-block)
7891 (python-nav-block-start, python-nav-block-end)
7892 (python-nav-forward-sexp-function)
7893 (python-info-current-line-comment-p)
7894 (python-info-current-line-empty-p): New functions.
7895 (python-indent-context): Use `python-nav-statement-start'.
7896
7897 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
7898
7899 * eshell/em-ls.el (eshell/ls): Use `apply'.
7900
7901 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7902 multi-hops, instead of Tramp internals.
7903
7904 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7905
7906 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7907 when F1 and F2 are located on different hosts.
7908
7909 2012-07-14 Chong Yidong <cyd@gnu.org>
7910
7911 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7912 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7913 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7914 (xterm-mouse--read-event-sequence-1000)
7915 (xterm-mouse--read-event-sequence-1006): New functions. For old
7916 mouse protocol, handle M-mouse-X events correctly.
7917 (xterm-mouse-event): New arg specifying mouse protocol.
7918 (turn-on-xterm-mouse-tracking-on-terminal)
7919 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
7920 sequence to toggle extended coordinates on newer XTerms.
7921 This appears to be harmless on terminals which do not support this.
7922
7923 2012-07-14 Leo Liu <sdl.web@gmail.com>
7924
7925 Add fringe bitmap indicators for flymake. (Bug#11253)
7926 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7927 (flymake-make-overlay): New arg BITMAP.
7928 (flymake-error-bitmap, flymake-warning-bitmap)
7929 (flymake-fringe-indicator-position): New user variables.
7930
7931 * fringe.el: New bitmap exclamation-mark.
7932
7933 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
7934
7935 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7936 also (Bug#7879).
7937
7938 2012-07-14 Chong Yidong <cyd@gnu.org>
7939
7940 * electric.el (electric-pair-post-self-insert-function): Fix pair
7941 insertion in empty-region case (Bug#11520).
7942
7943 2012-07-14 Chong Yidong <cyd@gnu.org>
7944
7945 * bindings.el: Consolidate ctl-x-r-map bindings.
7946 Bind copy-rectangle-as-kill to C-x r w.
7947
7948 * rect.el, register.el: Move bindings to bindings.el.
7949
7950 2012-07-14 Reuben Thomas <rrt@sc3d.org>
7951
7952 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7953
7954 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
7955
7956 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
7957
7958 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
7959
7960 * bindings.el (top): Use `mapc' instead of `mapcar'.
7961
7962 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
7963
7964 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
7965
7966 * progmodes/sql.el (sql-comint): Suppress the check for program on
7967 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
7968 (Bug#11908)
7969
7970 2012-07-13 Chong Yidong <cyd@gnu.org>
7971
7972 * bindings.el: Assign a non-nil permanent-local property to
7973 per-buffer variables which lack a default value (Bug#11930).
7974
7975 * help-fns.el (describe-variable): In the "automatically becomes
7976 local" notice, take note of permanent-local variables.
7977
7978 2012-07-13 Chong Yidong <cyd@gnu.org>
7979
7980 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
7981 to allow printing the message when called from Lisp.
7982
7983 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7984 Remove toggle-read-only.
7985
7986 * bs.el (bs-toggle-readonly):
7987 * buff-menu.el (Buffer-menu-toggle-read-only):
7988 Remove with-no-warnings around toggle-read-only.
7989
7990 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
7991 Remove with-no-warnings around toggle-read-only.
7992 (ffap-read-only, ffap-read-only-other-window)
7993 (ffap-read-only-other-frame): Callers changed.
7994
7995 * help-mode.el: Don't require view package.
7996 (help-mode-finish): Set buffer-read-only instead of calling
7997 toggle-read-only.
7998
7999 * bindings.el (mode-line-toggle-read-only):
8000 * dired.el (dired-toggle-read-only):
8001 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
8002 with non-nil second arg.
8003
8004 * emacs-lisp/eieio-custom.el (eieio-customize-object):
8005 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
8006 directly.
8007
8008 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8009
8010 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
8011 not incf.
8012
8013 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 More CL cleanups and reduction of use of cl.el.
8016 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
8017 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
8018 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
8019 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
8020 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
8021 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
8022 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
8023 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
8024 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
8025 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
8026 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
8027 * eshell/em-cmpl.el, eshell/em-banner.el:
8028 * calendar/parse-time.el: Use cl-lib.
8029 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
8030 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
8031 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
8032 * term/ns-win.el, term.el, shell.el, ps-samp.el:
8033 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
8034 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
8035 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8036 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8037 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8038 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8039 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8040 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8041 `lambda' rather than with `quote'.
8042 (eshell-do-opt): Adjust accordingly.
8043 (eshell-process-option): Simplify.
8044 * eshell/esh-var.el:
8045 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8046 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8047 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8048 to `pcase--dontcare'.
8049 * emacs-lisp/cl.el (labels): Mark obsolete.
8050 (cl--letf, letf): Move to cl-lib.
8051 (cl--letf*, letf*): Remove.
8052 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8053 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8054 (cl-progv): Rewrite.
8055 (cl--letf, cl-letf): Move from cl.el.
8056 (cl-letf*): New macro.
8057 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8058
8059 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8060
8061 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8062
8063 2012-07-11 Chong Yidong <cyd@gnu.org>
8064
8065 * vc/log-edit.el (log-edit-vc-backend): New variable.
8066 (log-edit): Doc fix.
8067
8068 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8069 argument of log-edit to set up all local variables.
8070 (vc-start-logentry): New optional arg specifying VC backend.
8071
8072 * vc/vc.el (vc-checkin): Use it.
8073 (vc-deduce-fileset): Handle Log Edit buffers.
8074 (vc-diff): Make first argument optional too.
8075
8076 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8077
8078 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8079
8080 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8081 command, just in case. The function is not needed anymore.
8082 (eshell-external-command): Do not call `eshell-remote-command'.
8083
8084 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 Reduce use of (require 'cl).
8087 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8088 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8089 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8090 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8091 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8092 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8093 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8094 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8095 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8096 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8097 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8098 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8099 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8100 (byte-compile-unfold-bcf, byte-compile-check-variable):
8101 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8102 (byte-compile-nilconstp):
8103 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8104 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8105
8106 * emacs-lisp/gv.el (cond): Make it a valid place.
8107 (if): Simplify slightly.
8108
8109 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8110 (pcase--self-quoting-p): New function.
8111 (pcase--u1): Use it.
8112
8113 2012-07-10 Glenn Morris <rgm@gnu.org>
8114
8115 * emacs-lisp/authors.el (authors-fixed-entries):
8116 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8117
8118 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8119
8120 Rename configure.in to configure.ac (Bug#11603).
8121 * emacs-lisp/authors.el (authors-canonical-file-name):
8122 * progmodes/autoconf.el (autoconf-mode):
8123 Prefer configure.ac to configure.in.
8124
8125 2012-07-08 Chong Yidong <cyd@gnu.org>
8126
8127 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8128 Implement the mouse-1-click-follows-link handling properly.
8129
8130 * info.el (Info-link-keymap): Use follow-link mechanism for
8131 header-line links (Bug#374).
8132
8133 * simple.el (deactivate-mark): Do not set the primary selection
8134 if another program has acquired it (Bug#11772).
8135
8136 2012-07-07 Kevin Ryde <user42@zip.com.au>
8137
8138 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8139 (woman-decode-region): Replace escaped-escapes without destroying
8140 bold or underline (Bug#11552).
8141 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8142
8143 2012-07-07 Chong Yidong <cyd@gnu.org>
8144
8145 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8146 (interprogram-cut-function, interprogram-paste-function):
8147 Mention that we typically mean the clipboard.
8148
8149 2012-07-06 Glenn Morris <rgm@gnu.org>
8150
8151 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8152
8153 * files.el (toggle-read-only): Restrict message to interactive use.
8154
8155 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8156
8157 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8158
8159 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8160
8161 2012-07-06 Glenn Morris <rgm@gnu.org>
8162
8163 * Makefile.in (compile-one-process): Rename from "recompile".
8164
8165 * Makefile.in (bzr-update): "compile" is the same as "recompile
8166 autoloads", but parallelizable, so use that instead.
8167
8168 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8169
8170 * window.el (quit-window): Always restore window height when
8171 it's saved in quit-restore parameter (Bug#11810).
8172
8173 2012-07-06 Glenn Morris <rgm@gnu.org>
8174
8175 * simple.el (kill-whole-line): Doc tweak.
8176
8177 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8178
8179 * files.el (file-relative-name): Compare file names
8180 case-insensitively if on MS-Windows or MS-DOS, or if
8181 read-file-name-completion-ignore-case is non-nil. Don't use
8182 case-fold-search for this purpose. (Bug#11827)
8183
8184 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8185
8186 * calendar/cal-dst.el (calendar-current-time-zone):
8187 Return calendar-current-time-zone-cache if non-nil.
8188
8189 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8190 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8191
8192 * calendar/cal-dst.el (calendar-current-time-zone):
8193 Return calendar-current-time-zone-cache if non-nil.
8194
8195 2012-07-06 Glenn Morris <rgm@gnu.org>
8196
8197 * Makefile.in (cvs-update): Remove old alias.
8198
8199 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8200
8201 Sync with Tramp 2.2.6-pre.
8202
8203 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8204 compatible declaration.
8205
8206 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8207 Protect `list-load-path-shadows' call.
8208
8209 * net/tramp-compat.el (top): Require packages, which aren't
8210 autoloaded anymore for XEmacs. Protect call of
8211 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8212 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8213 it hurts at least for SXEmacs.
8214 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8215 standard-value for `temporary-file-directory'.
8216
8217 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8218 Redirect stderr to /dev/null.
8219 (tramp-sh-handle-write-region): uid and gid can be floats.
8220 Reported by Russell Sim <russell.sim@gmail.com>.
8221 (tramp-sh-handle-vc-registered): Hide errors.
8222 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8223 and `start-file-process'.
8224 (tramp-maybe-open-connection): Check also whether `non-essential'
8225 is bound.
8226
8227 2012-07-04 Chong Yidong <cyd@gnu.org>
8228
8229 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8230 (xml-parse-tag): Likewise, and avoid changing entity tables.
8231 (xml-syntax-table): Define from scratch, making sure not to give
8232 x2000 and other Unicode spaces whitespace syntax, since those are
8233 not spaces in XML.
8234 (xml-parse-fragment): Delete unused function.
8235 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8236 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8237 (xml-entity-ref, xml-pe-reference-re)
8238 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8239 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8240 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8241 (xml-entity-value-re): Use syntax references in regexps where
8242 possible; no need to define inside a let-binding.
8243 (xml-parse-dtd): Use xml-pe-reference-re.
8244 (xml-entity-or-char-ref-re): New defconst.
8245 (xml-parse-string, xml-substitute-special): Use it.
8246
8247 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8250 (find-file--read-only): New function.
8251 (find-file-read-only, find-file-read-only-other-window)
8252 (find-file-read-only-other-frame): Use it.
8253 (insert-file-contents-literally): Don't `fset'.
8254 (get-free-disk-space): Use locate-dominating-file.
8255
8256 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8257 function is already compiled.
8258
8259 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8260
8261 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8262
8263 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8264 files on the same host.
8265
8266 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8267
8268 * help-fns.el (describe-function-1): Only call
8269 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8270
8271 2012-07-03 Chong Yidong <cyd@gnu.org>
8272
8273 * xml.el: Protect parser against XML bombs.
8274 (xml-entity-expansion-limit): New variable.
8275 (xml-parse-string, xml-substitute-special): Use it.
8276 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8277
8278 2012-07-03 Glenn Morris <rgm@gnu.org>
8279
8280 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8281 Allow linking to specific messages in debbugs reports (eg 123#5).
8282
8283 2012-07-02 Chong Yidong <cyd@gnu.org>
8284
8285 * xml.el: Fix entity and character reference expansion, allowing
8286 them to expand into markup as per XML spec.
8287 (xml-default-ns): New variable.
8288 (xml-entity-alist): Use XML spec definitions for lt and amp.
8289 (xml-parse-region): Make first two arguments optional.
8290 Discard text properties.
8291 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8292 All callers changed.
8293 (xml-parse-tag): Call xml-parse-tag-1. For backward
8294 compatibility, this function should not modify buffer contents.
8295 (xml-parse-tag-1): Fix opening-tag regexp.
8296 (xml-parse-string): Rewrite, handling entity and character
8297 references properly.
8298 (xml--entity-replacement-text): Signal an error if a parameter
8299 entity is undefined.
8300
8301 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 * comint.el (comint-output-filter): Filter out repeated prompts.
8304
8305 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8306 and file-name-absolute-p.
8307 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8308 internal calls.
8309
8310 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8311
8312 Spelling fixes.
8313 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8314 Rename from byte-compile--refiy-function. All uses changed.
8315
8316 2012-07-01 Chong Yidong <cyd@gnu.org>
8317
8318 * xml.el (xml--parse-buffer): New function. Move most of
8319 xml-parse-region here.
8320 (xml-parse-region): Copy region into a temporary buffer, since
8321 parameter entity substitution requires changing buffer contents.
8322 Use xml--parse-buffer.
8323 (xml-parse-file): Use xml--parse-buffer.
8324 (xml-parse-dtd): Make parameter entity substitution work right.
8325 Use proper regexps for ELEMENT declarations (Bug#7172).
8326
8327 2012-06-30 Glenn Morris <rgm@gnu.org>
8328
8329 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8330
8331 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8332 Remove outdated and unnecessary dbus declarations.
8333
8334 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8335
8336 * emacs-lisp/timer.el (timer-until): Subtract results of
8337 float-time, instead of taking float-time of the result of
8338 time-subtract, since float-time signals an error for negative time
8339 arguments.
8340
8341 2012-06-30 Chong Yidong <cyd@gnu.org>
8342
8343 * xml.el (xml-*-re): Convert defvars into defconsts, and
8344 eval-and-compile them so eval-and-compile works on derivatives.
8345 (xml--entity-replacement-text): Use eval-and-comple.
8346
8347 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8348
8349 * vc/vc-git.el (vc-git-registered): Use cache property
8350 `git-registered'.
8351 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8352 `vc-git-working-revision' in order to benefit from the cache.
8353 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8354
8355 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8356
8357 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8358 removed (likely outside Emacs). (Bug#11757)
8359
8360 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * emacs-lisp/cl-lib.el: Require macroexp.
8363
8364 2012-06-30 Chong Yidong <cyd@gnu.org>
8365
8366 * xml.el: Implement XML parameter entities.
8367 (xml-parameter-entity-alist): New variable.
8368 (xml-parse-region, xml-parse-fragment): Preserve previous values
8369 of xml-entity-alist and xml-parameter-entity-alist, so that
8370 repeated calls on different documents do not change them.
8371 (xml-parse-tag): Fix doctype regexp.
8372 (xml--entity-replacement-text): New function.
8373 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8374 properly requires url retrieval which is unimplemented.
8375 (xml-escape-string): Doc fix.
8376
8377 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8378
8379 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8380
8381 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8382
8383 * fringe.el (fringe-mode): Doc fix.
8384
8385 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8386
8387 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8388 is non-nil.
8389 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8390 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8391
8392 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8393
8394 * calendar/cal-dst.el (calendar-current-time-zone):
8395 Return calendar-current-time-zone-cache if non-nil.
8396
8397 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8398
8399 * progmodes/which-func.el (which-func-format):
8400 Add mouse-face. (Bug#11698)
8401
8402 2012-06-29 Leo Liu <sdl.web@gmail.com>
8403
8404 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8405
8406 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * minibuffer.el (minibuffer-confirm-exit-commands):
8409 Add completion-at-point (bug#11725).
8410
8411 2012-06-29 Glenn Morris <rgm@gnu.org>
8412
8413 * progmodes/f90.el (f90-font-lock-keywords-2):
8414 Add some preprocessor elements. (Bug#10499)
8415
8416 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8419 Use syntax-propertize (bug#11739).
8420
8421 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8422
8423 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8424
8425 2012-06-28 Julien Danjou <julien@danjou.info>
8426
8427 * term.el (term-handle-colors-array): Use a set of new faces to
8428 color the terminal. Also uses :inverse-video property.
8429 (term-default-fg-color): Set to nil by default, deprecate in favor
8430 of `term-face'.
8431 (term-default-bg-color): Set to nil by default, deprecate in favor
8432 of `term-face'.
8433 (term-current-face): Use `term-face' by default.
8434 (term-bold-attribute): Variable deleted.
8435
8436 2012-06-28 Glenn Morris <rgm@gnu.org>
8437
8438 * simple.el (completion-list-mode-finish):
8439 Don't use toggle-read-only. (Since completion-list-mode has
8440 a special mode-class, it wasn't doing anything extra anyway.)
8441
8442 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8443
8444 Make inlining of other-mode interpreted functions work (bug#11799).
8445 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8446 (byte-compile): Use it to fix compilation of lexical-binding closures.
8447 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8448 function, if needed.
8449
8450 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * help-mode.el (help-make-xrefs): Don't just withstand
8453 cyclic-variable-indirection but any error in documentation-property.
8454
8455 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8456 memory use.
8457 * bindings.el (bindings--define-key): New function.
8458 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8459 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8460 * bindings.el: Use it to purecopy define-key bindings.
8461
8462 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8463
8464 * emacs-lisp/cl.el (flet): Mark obsolete.
8465 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8466 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8467 * progmodes/js.el (js-c-fill-paragraph):
8468 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8469 (ebrowse-switch-member-buffer-to-derived-class):
8470 * play/5x5.el (5x5-solver): Use cl-flet.
8471
8472 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8473 (cl--symbol-function): New macro.
8474 (cl--letf, cl--letf*): Use it.
8475
8476 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8477 Strip "toggle-" if any.
8478
8479 2012-06-27 Glenn Morris <rgm@gnu.org>
8480
8481 * info.el (Info-default-directory-list): Move here from paths.el.
8482 * paths.el: Remove file, which is now empty.
8483 * loadup.el: No longer load "paths".
8484
8485 * custom.el (custom-initialize-delay): Doc fix.
8486
8487 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8488 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8489 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8490 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8491 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8492 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8493 * eshell/eshell.el (eshell-defgroup): Remove alias.
8494
8495 2012-06-27 Chong Yidong <cyd@gnu.org>
8496
8497 * help.el (help-enable-auto-load): New variable.
8498
8499 * help-fns.el (help-fns--autoloaded-p): New function.
8500 (describe-function-1): Refer to a function as "autoloaded" if it
8501 was autoloaded at any time in the past. Perform autoloading if
8502 help-enable-auto-load is non-nil.
8503
8504 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8505
8506 * makefile.w32-in (compile, compile-always): Depend on
8507 update-subdirs, not on subdirs.el. Otherwise, several different
8508 sub-targets of 'bootstrap' running in parallel could
8509 simultaneously write to subdirs.el, producing a garbled file.
8510
8511 2012-06-26 Sam Steingold <sds@gnu.org>
8512
8513 * files.el (file-name-base): New convenience function.
8514 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8515 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8516 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8517 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8518 * textmodes/ispell.el, textmodes/reftex-ref.el:
8519 * textmodes/tex-mode.el: Use it.
8520 Did not touch cedet and org because they are maintained elsewhere.
8521
8522 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8523
8524 * calendar/calendar.el (calendar-exit): Don't try to delete or
8525 iconify last frame. See:
8526 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8527
8528 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8529
8530 * server.el (server-process-filter): Remember dir in the
8531 process's `server-client-directory' properties.
8532
8533 2012-06-24 Chong Yidong <cyd@gnu.org>
8534
8535 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8536 non-tag text.
8537
8538 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8539
8540 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8541
8542 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * help-fns.el (describe-variable): Don't croak when doc is not found.
8545 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8546 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8547 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8548 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8549 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8550 ((lambda ..) ..).
8551 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8552
8553 2012-06-23 Chong Yidong <cyd@gnu.org>
8554
8555 * info.el (Info-mouse-follow-link): Accept symbol values of
8556 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8557 (Info-fontify-node): Use Info-link-keymap for all navigation
8558 buttons, with link-args property to perform the desired action.
8559 (Info-link-keymap): Doc fix.
8560 (Info-next-link-keymap, Info-prev-link-keymap)
8561 (Info-up-link-keymap): Delete now-unused keymaps.
8562
8563 2012-06-23 Chong Yidong <cyd@gnu.org>
8564
8565 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8566
8567 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8568 system abbrevs.
8569
8570 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8571
8572 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8575 (bug#11719).
8576
8577 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8578 the requote function doesn't work properly (bug#11714).
8579
8580 2012-06-23 Glenn Morris <rgm@gnu.org>
8581
8582 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8583
8584 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 Further GV/CL cleanups.
8587 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8588 gv-expander.
8589 (gv--defun-declaration): New function.
8590 (defun-declarations-alist): Use it.
8591 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8592 (gv-place): Autoload.
8593 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8594 original definition of dotimes and dolist.
8595 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8596 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8597 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8598 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8599 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8600 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8601 to the function's definition.
8602 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8603 * window.el:
8604 * files.el:
8605 * faces.el:
8606 * env.el: Don't use CL.
8607
8608 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8609
8610 Support higher-resolution time stamps (Bug#9000).
8611
8612 * calendar/time-date.el (with-decoded-time-value): New arg
8613 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8614 (encode-time-value): New optional arg PICO. New type 3.
8615 (time-to-seconds) [!float-time]: Support the new picoseconds
8616 component if it's used.
8617 (seconds-to-time, time-subtract, time-add):
8618 Support ps-resolution time stamps as well.
8619
8620 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8621 (timerp): Timer vectors now have length 9, not 8.
8622 (timer--time): Support new-style (4-part) time stamps.
8623 (timer-next-integral-multiple-of-time): Time stamps now have
8624 picosecond resolution, so take a bit more care about rounding.
8625 (timer-relative-time, timer-inc-time): New optional arg psecs.
8626 (timer-set-time-with-usecs): Set psecs to 0.
8627 (timer--activate): Check psecs component, too.
8628
8629 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8630
8631 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8632
8633 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8634 Move the non-essential binding to the post/pre-command-hook where it is
8635 more obviously correct.
8636
8637 * subr.el (read-passwd): Don't use a history at all.
8638 * savehist.el (savehist-save): Remove password saved accidentally
8639 because of the above bug.
8640
8641 2012-06-22 Bastien Guerry <bzg@gnu.org>
8642
8643 * files.el (toggle-read-only): Display a message telling whether
8644 the buffer is read-only or not (bug#11726).
8645
8646 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8647
8648 * emacs-lisp/gv.el: New file.
8649 * subr.el (push, pop): Extend to generalized variables.
8650 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8651 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8652 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8653 gv-define-simple-setter, and gv-define-expander.
8654 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8655 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8656 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8657 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8658 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8659 gv-letplace.
8660 (cl-defstruct): Don't define setf-method any more.
8661 * emacs-lisp/cl.el (flet): Don't autoload.
8662 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8663 (define-setf-expander, defsetf, define-modify-macro)
8664 (cl-struct-setf-expander): Move from cl-lib.el.
8665 * emacs-lisp/syntax.el:
8666 * emacs-lisp/ewoc.el:
8667 * emacs-lisp/smie.el:
8668 * emacs-lisp/cconv.el:
8669 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8670 (timer--time): Use gv-define-simple-setter.
8671 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8672 to avoid coding-system problems in subr.el. Adjust all users.
8673 (macroexp--maxsize, macroexp-small-p): New functions.
8674 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8675 * scroll-bar.el (scroll-bar-mode):
8676 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8677 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8678 * winner.el (winner-configuration, winner-make-point-alist)
8679 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8680 * files.el (locate-file-completion-table): Avoid list*.
8681
8682 2012-06-22 Chong Yidong <cyd@gnu.org>
8683
8684 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8685 (dired-create-files): Doc fix (Bug#11329).
8686 (dired-do-copy): Doc fix (Bug#11334).
8687 (dired-mark-read-string): Doc fix (Bug#11553).
8688
8689 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8690 Doc fix (Bug#11326).
8691 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8692 (dired-dwim-target): Doc fix.
8693
8694 * wdired.el (wdired-mode): Doc fix.
8695
8696 2012-06-22 Glenn Morris <rgm@gnu.org>
8697
8698 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8699 (pcmpl-rpm-cache-stamp-file): New constant.
8700 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8701 (pcmpl-rpm-packages): Optionally cache list of packages.
8702
8703 * pcmpl-rpm.el (pcmpl-rpm): New group.
8704 (pcmpl-rpm-query-options): New option.
8705 (pcmpl-rpm-packages): No need to inline it.
8706 Use pcmpl-rpm-query-options.
8707
8708 * calendar/calendar.el (calendar-in-read-only-buffer):
8709 Avoid some needless mode changes.
8710
8711 2012-06-21 Chong Yidong <cyd@gnu.org>
8712
8713 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8714 (desktop-path): Remove . from the default value (Bug#10977).
8715 (desktop-read): Use user-emacs-directory if desktop-path is nil.
8716
8717 2012-06-20 Chong Yidong <cyd@gnu.org>
8718
8719 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8720
8721 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
8722
8723 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8724 (bug#11201).
8725
8726 2012-06-20 Chong Yidong <cyd@gnu.org>
8727
8728 * term.el (term-window-width): Handle the case of a missing right
8729 fringe (Bug#8837).
8730 (term-check-size): Use window-text-height (Bug#5445).
8731 (term-mode): Use define-derived-mode. Minor cleanups.
8732 Set font-lock-defaults (Bug#7692).
8733 (term-move-columns, term-insert-char, term-emulate-terminal)
8734 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8735
8736 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
8737
8738 * net/ange-ftp.el (ange-ftp-get-passwd):
8739 Bind `enable-recursive-minibuffers'.
8740 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8741
8742 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
8743
8744 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8745
8746 2012-06-19 Glenn Morris <rgm@gnu.org>
8747
8748 * progmodes/python.el (python-mode): Derive from prog-mode.
8749
8750 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8751
8752 * emulation/edt.el (edt-default-menu-bar-update-buffers)
8753 (edt-user-menu-bar-update-buffers): New functions.
8754 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8755
8756 2012-06-19 Chong Yidong <cyd@gnu.org>
8757
8758 * subr.el (with-selected-window): Preserve the selected window's
8759 terminal's top-frame (Bug#4702).
8760
8761 * window.el (save-selected-window): Likewise.
8762
8763 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * progmodes/python.el (python-rx-constituents): Move backquote.
8766 (python-skeleton-define, python-define-auxiliary-skeleton):
8767 Use `declare'.
8768
8769 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
8770
8771 * minibuffer.el (read-file-name-default): Revert the patch from
8772 2012-06-17.
8773
8774 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8777 (pcase--u1, pcase--q1): Don't use apply-partially.
8778
8779 2012-06-18 Glenn Morris <rgm@gnu.org>
8780
8781 * progmodes/python.el (python-proc, python-buffer)
8782 (python-send-receive, python-send-string): Fix obsolete versions.
8783
8784 2012-06-18 Martin Rudalics <rudalics@gmx.at>
8785
8786 * window.el (special-display-p): Completely remove stringp
8787 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8788
8789 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
8790
8791 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8792
8793 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8794
8795 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8796 * net/tramp-sh.el (tramp-maybe-open-connection):
8797 Throw if `non-essential' is non-nil.
8798
8799 2012-06-17 Martin Rudalics <rudalics@gmx.at>
8800
8801 * window.el (special-display-p): Signal an error if BUFFER-NAME
8802 is not a string (Bug#11713).
8803
8804 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
8805
8806 * progmodes/python.el (python-info-beginning-of-backslash):
8807 Rename from python-info-beginning-of-backlash, as a spelling fix.
8808
8809 2012-06-17 Chong Yidong <cyd@gnu.org>
8810
8811 * term.el (term-emulate-terminal): If term-check-size is called,
8812 move point to the process mark without resetting point (Bug#4635).
8813
8814 2012-06-17 Glenn Morris <rgm@gnu.org>
8815
8816 * international/mule-cmds.el (mule-menu-keymap)
8817 (set-language-environment, set-locale-environment): Doc tweaks.
8818
8819 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
8820
8821 * cus-face.el (custom-face-attributes): Add wave-style underline
8822 attribute.
8823 * faces.el (set-face-attribute): Update docstring to describe
8824 wave-style underline attribute.
8825
8826 2012-06-16 Chong Yidong <cyd@gnu.org>
8827
8828 * term/xterm.el (terminal-init-xterm): Discard input before
8829 querying background mode (Bug#10959).
8830
8831 2012-06-16 Stefan Merten <smerten@oekonux.de>
8832
8833 * textmodes/rst.el: Added and corrected some comments.
8834 (rst-re-alist-def): Improve symbol syntax.
8835 (rst-mode-syntax-table): Correct syntax entries.
8836 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8837 (rst-official-version, rst-official-cvs-rev): Update version
8838 information.
8839
8840 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
8841
8842 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8843 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8844
8845 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
8846
8847 * progmodes/python.el: New python.el merge.
8848 (python-guess-indent): Obsolete var.
8849 (python-indent-guess-indent-offset): New defcustom.
8850 (python-indent): Obsolete var.
8851 (python-indent-offset): New defcustom.
8852 (python-python-command, python-jython-command): Delete var.
8853 (python-shell-interpreter): New defcustom.
8854 (python-pdbtrack-do-tracking-p): Delete var.
8855 (python-pdbtrack-activate): New defcustom.
8856 (python-use-skeletons): Obsolete var.
8857 (python-skeleton-autoinsert): New defcustom.
8858 (inferior-python-filter-regexp, python-continuation-offset)
8859 (python-honour-comment-indentation, python-indent-string-contents)
8860 (python-jython-packages, python-mode-hook)
8861 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8862 (python-shell-prompt-alist)
8863 (python-source-modes): Delete defcustoms.
8864 (python-check-buffer-name, python-eldoc-setup-code)
8865 (python-eldoc-string-code, python-ffap-setup-code)
8866 (python-ffap-string-code, python-fill-comment-function)
8867 (python-fill-decorator-function, python-fill-paren-function)
8868 (python-fill-string-function, python-imenu-include-defun-type)
8869 (python-imenu-make-tree, python-imenu-subtree-root-label)
8870 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8871 (python-shell-compilation-regexp-alist)
8872 (python-shell-completion-module-string-code)
8873 (python-shell-completion-pdb-string-code)
8874 (python-shell-completion-setup-code)
8875 (python-shell-completion-string-code)
8876 (python-shell-enable-font-lock, python-shell-exec-path)
8877 (python-shell-extra-pythonpaths)
8878 (python-shell-internal-buffer-name, python-shell-interpreter-args)
8879 (python-shell-process-environment)
8880 (python-shell-prompt-block-regexp)
8881 (python-shell-prompt-output-regexp)
8882 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8883 (python-shell-send-setup-max-wait, python-shell-setup-codes)
8884 (python-shell-virtualenv-path): New defcustoms.
8885 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8886 (inferior-python-mode-syntax-table, python--prompt-regexp)
8887 (python-buffer, python-command python-python-command)
8888 (python-default-template, python-imports, python-indent-index)
8889 (python-indent-list, python-indent-list-length)
8890 (python-mode-running, python-pdbtrack-is-tracking-p)
8891 (python-preoutput-continuation, python-preoutput-leftover)
8892 (python-preoutput-result, python-preoutput-skip-next-prompt)
8893 (python-prev-dir/file, python-recursing)
8894 (python-saved-check-command, python-version-checked)
8895 (python-which-func-length-limit)
8896 (view-return-to-alist): Delete vars.
8897 (python-check-custom-command, python-dotty-syntax-table)
8898 (python-imenu-index-alist, python-indent-current-level)
8899 (python-indent-dedenters, python-indent-levels)
8900 (python-nav-beginning-of-defun-regexp)
8901 (python-nav-list-defun-positions-cache)
8902 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8903 (python-shell-internal-buffer)
8904 (python-skeleton-available): New vars.
8905 (def-python-skeleton): Delete macro.
8906 (python-skeleton-define): New macro.
8907 (python-define-auxiliary-skeleton, python-rx): New macros.
8908 (python-insert-class): Delete command.
8909 (python-skeleton-class): New command.
8910 (python-insert-def): Delete command.
8911 (python-skeleton-def): New command.
8912 (python-insert-for): Delete command.
8913 (python-skeleton-for): New command.
8914 (python-insert-if): Delete command.
8915 (python-skeleton-if): New command.
8916 (python-insert-try/except, python-insert-try/finally): Delete commands.
8917 (python-skeleton-try): New command.
8918 (python-insert-while): Delete command.
8919 (python-skeleton-while): New command.
8920 (python-backspace): Delete command.
8921 (python-indent-dedent-line-backspace): New command.
8922 (python-electric-colon): Delete command.
8923 (python-indent-electric-colon): New command.
8924 (python-guess-indent): Delete command.
8925 (python-indent-guess-indent-offset): New command.
8926 (python-shift-left): Delete command.
8927 (python-indent-shift-left): New command.
8928 (python-shift-right): Delete command.
8929 (python-indent-shift-right): New command.
8930 (python-find-function): Delete command.
8931 (python-nav-jump-to-defun): New command.
8932 (python-next-statement): Delete command.
8933 (python-nav-forward-sentence): New command.
8934 (python-previous-statement): Delete command.
8935 (python-nav-backward-sentence): New command.
8936 (python-fill-paragraph): Delete command.
8937 (python-fill-paragraph-function): New command.
8938 (python-send-buffer): Delete command.
8939 (python-shell-send-buffer): New command.
8940 (python-send-defun): Delete command.
8941 (python-shell-send-defun): New command.
8942 (python-send-region, python-send-region-and-go): Delete commands.
8943 (python-shell-send-region)
8944 (python-shell-switch-to-shell): New commands.
8945 (python-send-string): Delete command.
8946 (python-shell-send-string): New command.
8947 (python-switch-to-python): Delete command.
8948 (python-shell-switch-to-shell): New command.
8949 (python-describe-symbol): Delete command.
8950 (python-eldoc-at-point): New command.
8951 (python--set-prompt-regexp, python-args-to-list)
8952 (python-after-info-look, python-check-version)
8953 (python-check-comint-prompt, python-find-imports)
8954 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8955 (python-unload-function, python-expand-template)
8956 (python-maybe-jython, python-preoutput-filter)
8957 (python-pdbtrack-get-source-buffer)
8958 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8959 (python-pdbtrack-toggle-stack-tracking)
8960 (python-pdbtrack-track-stack-file, python-initial-text)
8961 (python-first-word, python-comment-line-p, python-send-command)
8962 (python-setup-brm, python-sentinel, python-set-proc)
8963 (python-skip-out, python-input-filter, python-outdent-p)
8964 (python-outline-level, python-backslash-continuation-line-p)
8965 (python-end-of-block, python-end-of-statement, python-mark-block)
8966 (python-beginning-of-block, python-beginning-of-statement)
8967 (python-blank-line-p, python-beginning-of-string)
8968 (python-open-block-statement-p): Delete functions.
8969 (python-indent-line, python-indent-line-1): Delete functions.
8970 (python-indent-line): New function.
8971 (python-indentation-levels): Delete function.
8972 (python-indent-calculate-levels): New function.
8973 (python-proc): Delete function.
8974 (python-shell-get-process): New function.
8975 (python-send-receive): Delete function.
8976 (python-shell-send-string-no-output): New function.
8977 (python-module-path): Delete function.
8978 (python-ffap-module-path): New function.
8979 (python-completion-at-point)
8980 (python-symbol-completions): Delete functions.
8981 (python-completion-complete-at-point): New function.
8982 (python-load-file): Delete function.
8983 (python-shell-send-file): New function.
8984 (python-calculate-indentation): Delete function.
8985 (python-indent-calculate-indentation): New function.
8986 (python-skip-comments/blanks): Delete function.
8987 (python-util-forward-comment): New function.
8988 (python-continuation-line-p): Delete function.
8989 (python-info-continuation-line-p): New function.
8990 (python-which-func, python-current-defun): Delete function.
8991 (python-info-current-defun): New function.
8992 (python-beginning-of-defun): Delete function.
8993 (python-nav-beginning-of-defun): New function.
8994 (python-close-block-statement-p)
8995 (python-block-end-p): Delete function.
8996 (python-info-closing-block): New function.
8997 (python-comint-output-filter-function)
8998 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
8999 (python-fill-comment, python-fill-decorator, python-fill-paren)
9000 (python-fill-string, python-imenu-make-element-tree)
9001 (python-imenu-make-tree, python-imenu-tree-assoc)
9002 (python-indent-context, python-indent-dedent-line)
9003 (python-indent-line-function)
9004 (python-indent-post-self-insert-function)
9005 (python-indent-toggle-levels)
9006 (python-info-assignment-continuation-line-p)
9007 (python-info-beginning-of-backlash)
9008 (python-info-block-continuation-line-p)
9009 (python-info-closing-block-message)
9010 (python-info-line-ends-backslash-p)
9011 (python-info-looking-at-beginning-of-defun)
9012 (python-info-ppss-context, python-info-ppss-context-type)
9013 (python-nav-list-defun-positions, python-nav-read-defun)
9014 (python-nav-sentence-end, python-nav-sentence-start)
9015 (python-pdbtrack-comint-output-filter-function)
9016 (python-pdbtrack-set-tracked-buffer)
9017 (python-shell-calculate-exec-path)
9018 (python-shell-calculate-process-environment)
9019 (python-shell-completion--do-completion-at-point)
9020 (python-shell-completion--get-completions)
9021 (python-shell-completion-complete-at-point)
9022 (python-shell-completion-complete-or-indent)
9023 (python-shell-get-or-create-process)
9024 (python-shell-get-process-name)
9025 (python-shell-internal-get-or-create-process)
9026 (python-shell-internal-get-process-name)
9027 (python-shell-internal-send-string, python-shell-make-comint)
9028 (python-shell-parse-command, python-shell-send-setup-code)
9029 (python-skeleton-add-menu-items)
9030 (python-util-clone-local-variables, python-util-position)
9031 (run-python-internal, python-indentation-levels)
9032 (python-nav-beginning-of-defun)
9033 (python-completion-complete-at-point): New functions.
9034 (run-python): Change arguments. New API requirements.
9035
9036 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9039 (bug#11649).
9040
9041 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9042 (macroexp--expand-all): Use it.
9043
9044 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9045 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9046 Use `cl-function' instead.
9047
9048 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9049
9050 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9051 Suggested by Stefan Monnier while discussing bug#11657.
9052
9053 2012-06-14 Sam Steingold <sds@gnu.org>
9054
9055 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9056
9057 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9058
9059 * play/doctor.el (doctor-doc): Remove parameter and use
9060 doctor-sent instead of sent.
9061 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9062
9063 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * files.el: Require cl-lib.
9066 (file-name-non-special): Replace case -> cl-case.
9067
9068 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9069
9070 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9071 mapping from #' to function*.
9072
9073 2012-06-13 Chong Yidong <cyd@gnu.org>
9074
9075 * mouse.el (mouse-drag-track): Do not set the mark if the user
9076 releases the mouse without selecting anything (Bug#11588).
9077
9078 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9081 as well (bug#11646).
9082
9083 * loadup.el: Count byte-code functions as well.
9084
9085 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9086 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9087
9088 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9089 (bug#11649). Add cl-defun and cl-defmacro.
9090
9091 2012-06-13 Drew Adams <drew.adams@oracle.com>
9092
9093 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9094 Fix last change.
9095
9096 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9097
9098 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9099 Otherwise, it blocks in batch mode.
9100
9101 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9102
9103 * help-mode.el (bookmark-make-record-default): Declare.
9104
9105 2012-06-13 Chong Yidong <cyd@gnu.org>
9106
9107 * emacs-lisp/package.el (list-packages): Compute a list of
9108 packages that are newly-available since the last list-packages
9109 invocation.
9110 (package-menu--new-package-list): New var.
9111 (package-menu--generate, package-menu--print-info)
9112 (package-menu--status-predicate, package-menu-mark-install):
9113 Handle new status label "new".
9114
9115 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9118 conversion to backquotes.
9119
9120 2012-06-12 Chong Yidong <cyd@gnu.org>
9121
9122 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9123 Rename from gud-inhibit-global-bindings.
9124
9125 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9126
9127 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9128 hook from nxml-glyph-set-hook.
9129
9130 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9131 declaration.
9132
9133 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9134
9135 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9136 Convert to defcustom.
9137
9138 2012-06-12 Drew Adams <drew.adams@oracle.com>
9139
9140 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9141 New functions.
9142 (help-mode): Use them.
9143
9144 2012-06-11 Glenn Morris <rgm@gnu.org>
9145
9146 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9147 Use preprocessor face for directives.
9148 (fortran-directive-re): Doc fix.
9149
9150 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9153 conversion to backquotes (bug#11652).
9154
9155 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9156 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9157 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9158 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9159 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9160 (cl-ninth, cl-tenth): Mark them as inlinable.
9161 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9162 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9163 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9164 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9165 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9166 (cl-list*, cl-adjoin): Don't put an autoload manually.
9167 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9168 (cl--compiler-macro-list*): Add autoload cookie.
9169 (cl--compiler-macro-cXXr): New function.
9170
9171 * help-fns.el (help-fns--compiler-macro): New function extracted from
9172 describe-function-1; follow aliases and use `compiler-macro' property.
9173 (describe-function-1): Use it.
9174
9175 2012-06-11 Chong Yidong <cyd@gnu.org>
9176
9177 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9178 is uninstalled, if imagemagick is installed.
9179
9180 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * emacs-lisp/cl-lib.el: Use lexical-binding.
9183 (cl-map-extents, cl-maclisp-member): Remove.
9184 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9185 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9186 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9187 * emacs-lisp/cl-extra.el: Use lexical-binding.
9188 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9189 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9190 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9191 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9192 * emacs-lisp/cl-seq.el: Use lexical-binding.
9193 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9194 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9195 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9196 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9197 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9198 CL's internals.
9199
9200 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9201
9202 Sync with Tramp 2.2.6-pre.
9203
9204 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9205 `print-length' and `print-level' to nil, in order to avoid
9206 truncation. Reported by Christopher Schmidt
9207 <christopher@ristopher.com>.
9208
9209 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9210
9211 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9212 New defmacro.
9213 (tramp-compat-copy-directory): Add optional argument
9214 COPY-CONTENTS. It is not handled yet.
9215
9216 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9217 (tramp-ftp-file-name-p): Simplify.
9218
9219 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9220 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9221 connection vector.
9222
9223 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9224 (tramp-methods): Do not use `tramp-password-end-of-line'.
9225 (tramp-completion-function-alist-putty): Handle UNIX case.
9226 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9227 (tramp-do-file-attributes-with-stat)
9228 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9229 gid as real numbers. They could run out of integer range on cygwin.
9230 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9231 (tramp-sh-handle-expand-file-name): Handle hops.
9232 (tramp-open-connection-setup-interactive-shell):
9233 Use `tramp-cleanup'. Move check for busyboxes ...
9234 (tramp-find-shell): ... here. Simplify implementation.
9235 Set "remote-shell" property also for alternative shells.
9236 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9237 If failing, a regular file would be written otherwise.
9238 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9239 (tramp-find-inline-encoding): Cache the coding commands in the
9240 process cache. Apply test command on the remote side, if defined.
9241 (tramp-find-inline-compress): Cache the compress commands in the
9242 process cache.
9243 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9244 when requested. Handle hops.
9245 (tramp-current-connection): New defvar.
9246 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9247 Throw `suppress', if there was a failed connection shortly before.
9248 Handle user interrupt. (Bug#10187)
9249 (tramp-get-inline-compress, tramp-get-inline-coding):
9250 Read connection properties from the process cache.
9251
9252 * net/tramp-smb.el (tramp-smb-server-version)
9253 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9254 New defconsts.
9255 (tramp-smb-prompt): Extend for powershell prompt.
9256 (tramp-smb-file-name-handler-alist): Add handlers for
9257 `process-file', `shell-command' and `start-file-process'.
9258 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9259 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9260 (tramp-smb-file-name-p): Simplify.
9261 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9262 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9263 (tramp-smb-shell-quote-argument): New defuns.
9264 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9265 Implement using "tar". By this, time-stamps are preserved.
9266 (tramp-smb-handle-copy-file): Handle also the case of directories.
9267 (tramp-smb-do-file-attributes-with-stat)
9268 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9269 Use `tramp-get-connection-buffer').
9270 (tramp-smb-handle-rename-file): Use "rename", when source and
9271 target are on the same share.
9272 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9273 Use `tramp-smb-server-version'.
9274 (tramp-smb-wait-for-output): Remove prompt.
9275
9276 * net/tramp.el (top): Require 'cl.
9277 (tramp-methods, tramp-rsh-end-of-line):
9278 Remove `tramp-password-end-of-line' from docstring.
9279 (tramp-save-ad-hoc-proxies): New defcustom.
9280 (tramp-completion-function-alist): Adapt docstring.
9281 (tramp-default-password-end-of-line): Remove defcustom.
9282 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9283 (tramp-user-regexp, tramp-file-name-regexp-unified)
9284 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9285 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9286 (tramp-remote-file-name-spec-regexp): New defconst.
9287 (tramp-file-name-structure): Extend structure for hops.
9288 (tramp-get-method-parameter): Move up.
9289 (tramp-file-name-p, tramp-dissect-file-name)
9290 (with-parsed-tramp-file-name): Handle hops.
9291 (tramp-file-name-hop): New defun.
9292 (tramp-make-tramp-file-name): New optional arg HOP.
9293 (tramp-message-show-progress-reporter-message): New defvar.
9294 (tramp-with-progress-reporter): Use it. We cannot use
9295 `tramp-message-show-message' here, because this suppresses also
9296 error buffers.
9297 (tramp-error-with-buffer): Suppress buffer view, if
9298 `tramp-message-show-message' is nil.
9299 Use `tramp-get-connection-buffer'.
9300 (tramp-cleanup): New defun.
9301 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9302 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9303 an error unchanged.
9304 (tramp-completion-handle-file-name-all-completions): Handle hops.
9305 Fix an error when called from ido.
9306 (tramp-completion-dissect-file-name): Use better local variable
9307 name. Add hop to the vector.
9308 (tramp-handle-insert-file-contents): Use progress-reporter for the
9309 whole scenario.
9310 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9311 to `t'.
9312 (tramp-check-for-regexp): Simplify search.
9313 (tramp-enter-password): Remove it. Move implementation ...
9314 (tramp-action-password): ... here.
9315 (tramp-mode-string-to-int, tramp-local-host-p)
9316 (tramp-make-tramp-temp-file, tramp-read-passwd)
9317 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9318 Set tramp-autoload cookie.
9319
9320 * net/trampver.el: Update release number.
9321
9322 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9323 Michael Albinus <michael.albinus@gmx.de>
9324
9325 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9326 (tramp-parse-group, tramp-parse-file)
9327 (tramp-parse-shostkeys-sknownhosts): New defuns.
9328 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9329 (tramp-parse-shosts-group, tramp-parse-sconfig)
9330 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9331 (tramp-parse-sknownhosts, tramp-parse-hosts)
9332 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9333 Use them.
9334 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9335 (tramp-parse-putty-group): Don't narrow.
9336 (tramp-parse-putty): Make a loop.
9337 (tramp-file-name-handler): Catch the `suppress' signal.
9338
9339 2012-06-11 Chong Yidong <cyd@gnu.org>
9340
9341 * image.el (imagemagick-register-types): Put the ImageMagick entry
9342 at the end of image-type-file-name-regexps.
9343
9344 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9345
9346 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9347 (pcase, pcase-let*, pcase-dolist): Use them.
9348
9349 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9350
9351 * emacs-lisp/pcase.el (pcase--let*): New function.
9352 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9353 (pcase--expand): Use macroexp-let².
9354
9355 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9358 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9359 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9360 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9361 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9362 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9363
9364 2012-06-10 Glenn Morris <rgm@gnu.org>
9365
9366 * mail/rmail.el (rmail-yank-current-message): Leave point at
9367 correct position. (Bug#11660)
9368
9369 2012-06-10 Chong Yidong <cyd@gnu.org>
9370
9371 * allout-widgets.el: Fix code header.
9372
9373 2012-06-10 Chong Yidong <cyd@gnu.org>
9374
9375 * cus-edit.el (customize-changed-options-previous-release):
9376 Bump to 24.1.
9377
9378 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9379
9380 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9381
9382 2012-06-09 Chong Yidong <cyd@gnu.org>
9383
9384 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9385
9386 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9387
9388 * window.el (special-display-popup-frame): Don't use
9389 window--display-buffer (Bug#11651).
9390
9391 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9392
9393 Fix parallel builds: make sure loaddefs.el is not being written
9394 while Lisp files are compiled.
9395 (compile): Don't depend on 'mh-autoloads'.
9396 (compile-CMD, compile-SH): Depend on 'autoloads'.
9397 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9398
9399 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9400
9401 2012-06-09 Chong Yidong <cyd@gnu.org>
9402
9403 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9404 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9405 Doc fixes (Bug#11225).
9406
9407 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9410 a function if there's a clear indication that it has a compiler-macro.
9411 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9412 (macro-declarations-alist): Add arglist to declaration functions.
9413 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9414 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9415 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9416 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9417 Also add autoload to find the compiler macro.
9418 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9419 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9420 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9421 (cl--compiler-macro-get): New functions, replacing calls to
9422 cl-define-compiler-macro.
9423 (cl-typep) [compiler-macro]: Use macroexp-let².
9424
9425 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9426
9427 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9428 string properly, fixes Bug#11473.
9429
9430 2012-06-08 Chong Yidong <cyd@gnu.org>
9431
9432 * faces.el (set-face-attribute): Doc fix.
9433 (modify-face): Don't use :bold and :italic.
9434 (error, warning, success): Tweak definitions.
9435
9436 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9437 (custom-modified, custom-set, custom-changed, custom-themed)
9438 (custom-saved, custom-button, custom-button-mouse)
9439 (custom-button-pressed, custom-state, custom-comment-tag)
9440 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9441 (custom-group-subtitle): Use new-style face specs.
9442 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9443 (custom-set-face, custom-changed-face, custom-saved-face)
9444 (custom-button-face, custom-button-pressed-face)
9445 (custom-documentation-face, custom-state-face)
9446 (custom-comment-face, custom-comment-tag-face)
9447 (custom-variable-tag-face, custom-variable-button-face)
9448 (custom-face-tag-face, custom-group-tag-face-1)
9449 (custom-group-tag-face): Remove obsolete face alias.
9450
9451 * epa.el (epa-validity-high, epa-validity-medium)
9452 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9453 (epa-field-name, epa-field-body):
9454 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9455 (font-lock-keyword-face, font-lock-builtin-face)
9456 (font-lock-function-name-face, font-lock-variable-name-face)
9457 (font-lock-type-face, font-lock-constant-face):
9458 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9459 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9460 * speedbar.el (speedbar-button-face, speedbar-file-face)
9461 (speedbar-directory-face, speedbar-tag-face)
9462 (speedbar-selected-face, speedbar-highlight-face)
9463 (speedbar-separator-face):
9464 * whitespace.el (whitespace-newline, whitespace-space)
9465 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9466 (whitespace-line, whitespace-space-before-tab)
9467 (whitespace-space-after-tab, whitespace-indentation)
9468 (whitespace-empty):
9469 * emulation/cua-base.el (cua-global-mark):
9470 * eshell/em-prompt.el (eshell-prompt):
9471 * net/newst-plainview.el (newsticker-new-item-face)
9472 (newsticker-old-item-face, newsticker-immortal-item-face)
9473 (newsticker-obsolete-item-face, newsticker-date-face)
9474 (newsticker-statistics-face, newsticker-default-face):
9475 * net/newst-reader.el (newsticker-feed-face)
9476 (newsticker-extra-face, newsticker-enclosure-face):
9477 * net/newst-treeview.el (newsticker-treeview-face)
9478 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9479 (newsticker-treeview-immortal-face)
9480 (newsticker-treeview-obsolete-face)
9481 (newsticker-treeview-selection-face):
9482 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9483 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9484 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9485 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9486 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9487 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9488 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9489 (mpuz-text):
9490 * progmodes/vera-mode.el (vera-font-lock-number)
9491 (vera-font-lock-function, vera-font-lock-interface):
9492 * textmodes/table.el (table-cell): Use new-style face specs, and
9493 don't use the old :bold and :italic attributes.
9494
9495 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9496 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9497 (ebrowse-member-class, ebrowse-progress): Likewise.
9498 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9499 (ebrowse-file-name-face, ebrowse-default-face)
9500 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9501 (ebrowse-progress-face): Remove obsolete faces.
9502
9503 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9504 Inherit from error and warning faces respectively.
9505
9506 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9507 Likewise.
9508 (flyspell-incorrect-face, flyspell-duplicate-face):
9509 Remove obsolete aliases.
9510
9511 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9512
9513 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9514 Avoid infloop.
9515
9516 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * startup.el (argv, argi): Make lexically scoped.
9519 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9520 * emacs-lisp/cl-macs.el: Use lexical-binding.
9521 Rename cl-bind-* to cl--bind-*.
9522 * files.el: Don't require `cl' since it doesn't use it.
9523 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9524
9525 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9526
9527 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9528 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9529 instead of calling external sort utility.
9530 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9531
9532 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9533
9534 * descr-text.el (describe-char): Mention how to insert the
9535 character, if the current input method doesn't support it.
9536 See the discussion in this thread for the details:
9537 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9538
9539 2012-06-08 Sam Steingold <sds@gnu.org>
9540
9541 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9542 XF86Back to previous-buffer.
9543 (minibuffer-local-map): Bind them to next-history-element and
9544 previous-history-element respectively.
9545 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9546 help-go-back respectively.
9547 * info.el (Info-mode-map): Bind them to Info-history-forward and
9548 Info-history-back respectively.
9549 These are the keys next to Up on the ThinkPad keyboard.
9550
9551 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9554 * emacs-lisp/cl-macs.el: Provide itself.
9555 (cl--labels-convert-cache): New var.
9556 (cl--labels-convert): New function.
9557 (cl-flet, cl-labels): New implementation with new semantics, relying on
9558 lexical-binding.
9559 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9560 (cl-closure-vars, cl--function-convert-cache)
9561 (cl--function-convert): Move from cl-macs.el.
9562 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9563 rename by removing the "cl-" prefix.
9564 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9565
9566 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9569 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9570 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9571 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9572 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9573 (cl-hash-table-count): Add old compatibility aliases.
9574
9575 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9576 Use macroexpand-all-environment instead.
9577 (cl--old-macroexpand): New var.
9578 (cl--sm-macroexpand): New function.
9579 (cl-symbol-macrolet): Use it during macro expansion.
9580 (cl--function-convert-cache): New var.
9581 (cl--function-convert): New function, extracted from
9582 cl-macroexpand-all.
9583 (cl-lexical-let): Use it.
9584
9585 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9586 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9587 (cl-member): Remove old alias.
9588
9589 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9590 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9591 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9592 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9593 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9594 (cl-macroexpand-cmacs): Remove var.
9595 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9596 Use macroexpand-all instead.
9597
9598 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9601 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9602 (macroexp-copyable-p): New functions and macros.
9603 * emacs-lisp/edebug.el (edebug-unwrap):
9604 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9605 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9606 (pcase--let*): Remove.
9607 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9608 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9609 macroexp-const-p instead.
9610 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9611
9612 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9613 instead of "cl-" for internal definitions. Use macroexp-const-p.
9614 (cl-old-bc-file-form): Remove var.
9615 (cl-const-exprs-p): Remove fun.
9616 (cl-labels, cl-macrolet): Use backquote.
9617 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9618 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9619 (cl-define-setf-expander): Rename from cl-define-setf-method.
9620 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9621
9622 * international/mule-cmds.el: Don't require CL.
9623 (view-hello-file): Don't use `letf'.
9624
9625 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * tmm.el (tmm-prompt): Use string-prefix-p.
9628 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9629 (tmm-add-prompt): Use minibuffer-completion-help.
9630 (tmm-delete-map): Remove.
9631
9632 * subr.el (kbd): Make it its own function.
9633
9634 2012-06-07 Stefan Merten <smerten@oekonux.de>
9635
9636 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9637 Silence compiler warnings. Fix versions.
9638 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9639 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9640 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9641 (rst-package-emacs-version-alist): Correct Emacs version to
9642 represent major merge with upstream.
9643 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9644
9645 2012-06-06 Glenn Morris <rgm@gnu.org>
9646
9647 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9648 Only print environment variables if set.
9649
9650 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9653 (macroexp--cons): Rename from maybe-cons.
9654 (macroexp--accumulate): Rename from macroexp-accumulate.
9655 (macroexp--all-forms): Rename from macroexpand-all-forms.
9656 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9657 (macroexp--expand-all): Rename from macroexpand-all-1.
9658
9659 2012-06-06 Sam Steingold <sds@gnu.org>
9660
9661 * calendar/calendar.el (calendar-in-read-only-buffer):
9662 Call `special-mode' to enable the standard read-only keybindings.
9663
9664 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9667 with "loading" messages (bug#11635).
9668
9669 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9670
9671 * files.el (enable-remote-dir-locals): New option.
9672 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9673
9674 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9675 Ensure, that the temp directory is local.
9676
9677 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9678 `temporary-file-directory'.
9679
9680 * progmodes/python.el (python-send-region): Ensure, that the
9681 temporary file is created also in the remote case.
9682
9683 2012-06-06 Glenn Morris <rgm@gnu.org>
9684
9685 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9686 (vc-rcs-update-changelog): Use it.
9687
9688 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9689
9690 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9691 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9692 (vc-sccs-diff): Replace use of the external vcdiff script.
9693
9694 2012-06-05 Glenn Morris <rgm@gnu.org>
9695
9696 * ledit.el: Move to obsolete/.
9697
9698 2012-06-05 Sam Steingold <sds@gnu.org>
9699
9700 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9701 patch (Bug#11140).
9702
9703 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * emacs-lisp/cust-print.el: Move to obsolete.
9706
9707 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9708 compiler-macro expansion.
9709
9710 Add native compiler-macro support.
9711 * emacs-lisp/macroexp.el (macroexpand-all-1):
9712 Support compiler-macros directly. Properly follow aliases and apply
9713 the compiler macros more thoroughly.
9714 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9715 macroexpand now properly follows aliases.
9716 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9717 (cl-compiler-macroexpand): Use new prop.
9718 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9719
9720 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9721
9722 2012-06-05 Martin Rudalics <rudalics@gmx.at>
9723
9724 * window.el (get-lru-window, get-mru-window, get-largest-window):
9725 New argument NOT-SELECTED to avoid picking the selected window.
9726 (window--display-buffer-1, window--display-buffer-2): Replace by
9727 new function window--display-buffer
9728 (display-buffer-same-window, display-buffer-reuse-window)
9729 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9730 Use window--display-buffer.
9731 (display-buffer-use-some-window): Remove temporary dedication
9732 hack by calling get-lru-window and get-largest-window with
9733 NOT-SELECTED argument non-nil. Call window--display-buffer.
9734
9735 2012-06-05 Glenn Morris <rgm@gnu.org>
9736
9737 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9738 Replace external vcdiff script.
9739
9740 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9743
9744 2012-06-04 Chong Yidong <cyd@gnu.org>
9745
9746 * image.el (imagemagick-types-inhibit): Revert last change.
9747 Add INFO and M.
9748 (imagemagick-enabled-types): Remove CIN and EPS*.
9749
9750 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * emacs-lisp/cl-lib.el: Rename from cl.el.
9753 * emacs-lisp/cl.el: New compatibility file.
9754 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9755 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9756 to obey the "cl-" prefix.
9757 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9758
9759 2012-06-03 Glenn Morris <rgm@gnu.org>
9760
9761 * emacs-lisp/authors.el (authors-aliases): Addition.
9762
9763 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9764 Fix :version.
9765
9766 2012-06-03 Stefan Merten <smerten@oekonux.de>
9767
9768 * textmodes/rst.el: Add comments.
9769 (rst-transition, rst-adornment): New faces.
9770 (rst-adornment-faces-alist): Make default safe to reevaluate.
9771 Fixes
9772 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9773 Improve customization tags.
9774 (rst-define-level-faces): Clarify meaning.
9775
9776 2012-06-03 Chong Yidong <cyd@gnu.org>
9777
9778 * progmodes/compile.el (compilation-mode-line-fail)
9779 (compilation-mode-line-run, compilation-mode-line-exit):
9780 New faces.
9781 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9782
9783 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
9784
9785 * progmodes/which-func.el (which-func-update-ediff-windows):
9786 New function. Use it in ediff-select-hook (Bug#11478).
9787
9788 2012-06-03 Chong Yidong <cyd@gnu.org>
9789
9790 * bindings.el: Remove explicit help text from format-mode-line.
9791 It is now supplied by mode-line-default-help-echo.
9792 (mode-line-front-space, mode-line-end-spaces)
9793 (mode-line-misc-info): New variables.
9794 (mode-line-modes, mode-line-position): Move the default value to
9795 the variable definition.
9796 (mode-line-default-help-echo): New defcustom.
9797 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9798 (mode-line-modified-help-echo): New functions.
9799 (mode-line-mule-info, mode-line-modified): Use them.
9800 (mode-line-eol-desc, propertized-buffer-identification):
9801 Consistency fixes for help text.
9802 (mode-line-coding-system-map): Allow using mouse-3 to invoke
9803 set-buffer-file-coding-system (Bug#289).
9804 (mode-line-mule-info-help-echo): Update help text.
9805
9806 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 * simple.el (execute-extended-command): Set real-this-command
9809 (bug#11506).
9810
9811 2012-06-02 Chong Yidong <cyd@gnu.org>
9812
9813 Remove incorrect uses of "modeline" in comments, docstrings, and
9814 function/variable names (Bug#10329).
9815
9816 * cus-edit.el (mode-line):
9817 * dframe.el (dframe-mouse-hscroll):
9818 * emacs-lisp/re-builder.el:
9819 * emacs-lisp/easy-mmode.el (define-minor-mode):
9820 * frame.el (set-frame-name):
9821 * help.el (lookup-minor-mode-from-indicator):
9822 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9823 * progmodes/cc-cmds.el (c-toggle-auto-newline)
9824 (c-toggle-hungry-state):
9825 * progmodes/antlr-mode.el (antlr-language-alist):
9826 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9827 * progmodes/vhdl-mode.el (vhdl-mode):
9828 * progmodes/which-func.el (which-func, which-func-cleanup-function):
9829 * term/ns-win.el (ns-face-at-pos):
9830 * term/sup-mouse.el (sup-mouse-report):
9831 * textmodes/flyspell.el (flyspell-mode-line-string):
9832 * textmodes/ispell.el (ispell-highlight-face):
9833 * textmodes/reftex-global.el:
9834 * vc/vc-arch.el (vc-arch-mode-line-string):
9835 * vc/vc-cvs.el (vc-cvs-mode-line-string):
9836 * vc/vc-git.el (vc-git-mode-line-string):
9837 * vc/vc-hooks.el (vc-display-status)
9838 (vc-default-mode-line-string):
9839 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9840
9841 * ansi-color.el (ansi-color-faces-vector): Change default faces.
9842
9843 * dired.el (dired-sort-set-mode-line): Rename from
9844 dired-sort-set-modeline. All callers changed.
9845
9846 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9847 eshell-status-in-modeline.
9848
9849 * foldout.el (foldout-mode-line-string): Rename from
9850 foldout-modeline-string. All callers changed.
9851 (foldout-update-mode-line): Rename from foldout-update-modeline.
9852
9853 * subr.el (redraw-modeline): Make into obsolete alias.
9854
9855 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9856 timeclock-modeline-display. Make old name an alias.
9857 (timeclock-update-mode-line): Likewise. All callers changed.
9858 (timeclock-mode-line-display): No need to check before using
9859 add-hook.
9860 (timeclock-relative, timeclock-day-over-hook)
9861 (timeclock-use-elapsed, timeclock-mode-string)
9862 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9863
9864 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9865 crisp-mode-modeline-string.
9866
9867 * play/solitaire.el (solitaire-build-mode-line): Rename from
9868 solitaire-build-modeline. All callers changed.
9869
9870 * play/zone.el (zone-hiding-mode-line): Rename from
9871 zone-hiding-modeline. All callers changed.
9872 (zone): Remove unusued `modeline-hidden-level' property.
9873
9874 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9875 xscheme-modeline-initialize. All callers changed.
9876
9877 * strokes.el (strokes-lighter): Rename from
9878 strokes-modeline-string.
9879
9880 * textmodes/sgml-mode.el (html-face-tag-alist)
9881 (html-tag-face-alist): Use mode-line face instead of obsolete
9882 alias modeline.
9883
9884 2012-06-02 Stefan Merten <smerten@oekonux.de>
9885
9886 * textmodes/rst.el: Always require `cl'.
9887 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
9888
9889 2012-06-02 Chong Yidong <cyd@gnu.org>
9890
9891 * image.el (imagemagick-enabled-types): Rename from
9892 imagemagick-types-enable. Add many more types.
9893 (imagemagick-types-inhibit): Change default to nil.
9894 (imagemagick-filter-types): Caller changed.
9895
9896 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * emacs-lisp/cl-macs.el: Use backquotes.
9899 (cl-transform-function-property): Use eval-and-compile rather than
9900 abusing `require'.
9901 (defstruct): Use declare-function instead of with-no-warnings.
9902
9903 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9904 (byte-compile-output-docform): Re-add the print-circle bindings.
9905 (byte-compile-fix-header): Use #$ just because it's shorter.
9906 (byte-compile-output-file-form): Remove defun/defmacro.
9907
9908 2012-06-01 Martin Rudalics <rudalics@gmx.at>
9909
9910 * simple.el (choose-completion): Remove now obsolete binding for
9911 owindow.
9912
9913 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
9914
9915 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9916 in order to avoid "Stack overflow in regexp matcher".
9917
9918 2012-05-31 Glenn Morris <rgm@gnu.org>
9919
9920 * image.el: For clarity, call imagemagick-register-types at
9921 top-level, rather than relying on a custom :initialize.
9922 (imagemagick-types-enable): New option. (Bug#11557)
9923 (imagemagick-filter-types): New function. (Bug#7406)
9924 (imagemagick-register-types): Use imagemagick-filter-types.
9925 If disabling support, remove elements altogether rather
9926 than using an impossible regexp.
9927 (imagemagick-types-inhibit): Give it the default init function.
9928
9929 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9932 Handle arbitrary file name lengths (Bug#11585).
9933
9934 2012-05-31 Martin Rudalics <rudalics@gmx.at>
9935
9936 * desktop.el (desktop-read): Clear previous and next buffers for
9937 all windows and bury *Messages* buffer (bug#11556).
9938
9939 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 Add `declare' for `defun'. Align `defmacro's with it.
9942 * emacs-lisp/easy-mmode.el (define-minor-mode)
9943 (define-globalized-minor-mode): Don't autoload the var definitions.
9944 * emacs-lisp/byte-run.el: Use lexical-binding.
9945 (defun-declarations-alist, macro-declarations-alist): New vars.
9946 (defmacro, defun): Use them.
9947 (make-obsolete, define-obsolete-function-alias)
9948 (make-obsolete-variable, define-obsolete-variable-alias):
9949 Use `declare'.
9950 (macro-declaration-function): Mark obsolete.
9951 * emacs-lisp/autoload.el: Use lexical-binding.
9952 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
9953
9954 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9955
9956 * textmodes/ispell.el (ispell-with-no-warnings):
9957 Define as a macro.
9958 (ispell-kill-ispell, ispell-change-dictionary):
9959 Use `called-interactively-p' for Emacs instead of obsolete
9960 `interactive-p'.
9961
9962 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
9965 (macro-declaration-function): Move var from C code.
9966 (macro-declaration-function): Define function with defalias.
9967 * emacs-lisp/macroexp.el (macroexpand-all-1):
9968 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
9969 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
9970 defun/defmacro any more.
9971 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
9972 Provide fallback for unknown arglist.
9973 (byte-compile-arglist-warn): Change calling convention.
9974 (byte-compile-output-file-form): Move print-vars binding.
9975 (byte-compile-output-docform): Simplify accordingly.
9976 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
9977 (byte-compile-defmacro-declaration): Remove.
9978 (byte-compile-file-form-defmumble): Generalize to defalias.
9979 (byte-compile-output-as-comment): Return byte-positions.
9980 Simplify callers accordingly.
9981 (byte-compile-lambda): Use `assert'.
9982 (byte-compile-defun, byte-compile-defmacro): Remove.
9983 (byte-compile-file-form-defalias):
9984 Use byte-compile-file-form-defmumble.
9985 (byte-compile-defalias-warn): Remove.
9986
9987 2012-05-29 Stefan Merten <smerten@oekonux.de>
9988
9989 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
9990 possible. Fix authors. Improve comments. Improve loading of `cl'.
9991
9992 (rst-mode-abbrev-table): Merge definition.
9993 (rst-mode): Make sure `font-lock-defaults' is buffer local.
9994 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
9995
9996 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
9997
9998 * calendar/icalendar.el
9999 (icalendar-export-region): Export UID properly.
10000
10001 2012-05-29 Leo Liu <sdl.web@gmail.com>
10002 * calendar/icalendar.el (icalendar-import-format):
10003 Add `icalendar-import-format-uid' (Bug#11525).
10004 (icalendar-import-format-uid): New.
10005 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
10006 Export UID.
10007
10008 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10009
10010 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
10011 different alternative patterns.
10012 (pcase-codegen): Be more careful to preserve identity.
10013 (pcase--u1): Don't forget to mark vars as used.
10014
10015 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
10016 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
10017 (byte-compile-from-buffer): ...rather than here.
10018
10019 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
10020 functions from byte-compile-function-environment.
10021
10022 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10023
10024 * window.el (window-deletable-p): Avoid deleting the root window
10025 of a frame with an active minibuffer.
10026
10027 2012-05-29 Martin Rudalics <rudalics@gmx.at>
10028
10029 * simple.el (choose-completion): Use quit-window (Bug#11567).
10030
10031 2012-05-29 Chong Yidong <cyd@gnu.org>
10032
10033 * whitespace.el (whitespace-cleanup): Fix usage of
10034 whitespace-empty-at-bob-regexp (Bug#11492).
10035
10036 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10037
10038 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10039 revert (Bug#11488).
10040
10041 2012-05-29 Juri Linkov <juri@jurta.org>
10042
10043 * isearch.el (isearch-mode-map): Bind `M-s _' to
10044 `isearch-toggle-symbol'. Bind `M-s c' to
10045 `isearch-toggle-case-fold'.
10046 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10047 (isearch-forward): Add `M-s _' to the docstring.
10048 (isearch-forward-symbol, isearch-toggle-case-fold)
10049 (isearch-symbol-regexp): New functions. (Bug#11381)
10050
10051 2012-05-29 Juri Linkov <juri@jurta.org>
10052
10053 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10054 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10055 a function, call it to get the regexp.
10056 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10057 property `isearch-message-prefix' instead of the string "word ".
10058 (isearch-search-fun-default): For the case of `isearch-word',
10059 return a lambda that calls re-search-forward/re-search-backward
10060 with a regexp returned by `word-search-regexp' or by the function
10061 in `isearch-word'.
10062
10063 2012-05-29 Juri Linkov <juri@jurta.org>
10064
10065 * isearch.el (isearch-search-fun-default): New function.
10066 (isearch-search-fun): Move default part to the new function
10067 `isearch-search-fun-default'.
10068 (isearch-search-fun-function): Set the default value to
10069 `isearch-search-fun-default'. (Bug#11381)
10070
10071 * comint.el (comint-history-isearch-end):
10072 Use `isearch-search-fun-default'.
10073 (comint-history-isearch-search): Use `isearch-search-fun-default'
10074 and remove spacial case for `isearch-word'.
10075 (comint-history-isearch-wrap): Remove spacial case for
10076 `isearch-word'.
10077
10078 * hexl.el (hexl-isearch-search-function):
10079 Use `isearch-search-fun-default'.
10080
10081 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10082 Use `word-search-regexp' for `isearch-word'.
10083
10084 * misearch.el (multi-isearch-search-fun):
10085 Use `isearch-search-fun-default'.
10086
10087 * simple.el (minibuffer-history-isearch-search):
10088 Use `isearch-search-fun-default' and remove spacial case for
10089 `isearch-word'.
10090 (minibuffer-history-isearch-wrap): Remove spacial case for
10091 `isearch-word'.
10092
10093 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10094 Remove spacial case for `isearch-word'.
10095 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10096
10097 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10098
10099 Decrease XEmacs incompatibilities.
10100 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10101 Use `string-match'.
10102 (flyspell-delete-region-overlays): Use alternative definition for
10103 XEmacs.
10104 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10105 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10106 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10107 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10108 `define-obsolete-face-alias' under XEmacs, but old method.
10109
10110 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10111 `with-no-warnings' definition or Emacs alias.
10112 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10113 (ispell-word): Do not use `region-p' if XEmacs.
10114
10115 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10116
10117 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10118 Check for `ispell-dictionary-base-alist' instead of full
10119 `ispell-dictionary-alist'.
10120 (ispell-init-process): Show spellchecker when starting new Ispell
10121 process.
10122
10123 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10126 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10127
10128 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10129
10130 * version.el (motif-version-string, gtk-version-string)
10131 (ns-version-string): Declare.
10132
10133 2012-05-27 Juri Linkov <juri@jurta.org>
10134
10135 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10136 after the `eval-defun-1' specialcaseing
10137 like in `edebug-eval-defun' (bug#10181).
10138
10139 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10140 like in `eval-defun-1'.
10141
10142 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10143
10144 * mail/sendmail.el (mail-yank-region):
10145 Recognize rmail-yank-current-message in addition to insert-buffer.
10146 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10147 a *mail* buffer created through rmail-start-mail with sendmail as
10148 mail-user-agent.
10149
10150 2012-05-27 Chong Yidong <cyd@gnu.org>
10151
10152 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10153 Default to 256 (Bug#11267).
10154
10155 * help.el (describe-mode): Doc fix.
10156
10157 2012-05-26 Glenn Morris <rgm@gnu.org>
10158
10159 * w32-fns.el (w32-init-info): Remove.
10160 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10161
10162 * info.el (info-initialize): For self-contained NS builds, put the
10163 included info/ directory at the front. (Bug#2791)
10164
10165 * paths.el (Info-default-directory-list): Make it a defcustom,
10166 mainly so that we can use custom-initialize-delay.
10167
10168 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10169
10170 * subr.el (buffer-has-markers-at): Mark obsolete.
10171
10172 * subr.el (lambda): Use declare.
10173
10174 * emacs-lisp/lisp-mode.el (lambda):
10175 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10176
10177 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10178
10179 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10180
10181 2012-05-26 Glenn Morris <rgm@gnu.org>
10182
10183 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10184
10185 2012-05-25 Glenn Morris <rgm@gnu.org>
10186
10187 * paths.el: Remove no-byte-compile.
10188 * loadup.el: No need to load paths.el uncompiled.
10189
10190 * image.el (imagemagick-types-inhibit): Doc fix.
10191
10192 * version.el: Remove no-byte-compile and associated formatting.
10193 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10194 is ancient code from when there was an "inc-vers.el".
10195
10196 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10197
10198 * progmodes/gdb-mi.el: Minor style changes.
10199 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10200 Turn into minor modes.
10201 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10202 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10203 (gdb-shell): Remove unneeded let-binding.
10204 (gdb-get-many-fields): Eliminate O(n²) behavior.
10205
10206 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10207
10208 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10209 platforms that don't link in fontset.c.
10210
10211 2012-05-25 Juri Linkov <juri@jurta.org>
10212
10213 Use the same diff color scheme as in modern VCSes (bug#10181).
10214
10215 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10216 to avoid confusion with `diff-added' that now uses green colors.
10217 (diff-removed): Use shades of red.
10218 (diff-added): Use shades of green.
10219 (diff-changed): Leave just the yellow color.
10220 (diff-use-changed-face): New variable.
10221 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10222 how to highlight context diff changes.
10223 (diff-refine-change): Use shades of yellow.
10224 (diff-refine-removed): New face that uses shades of red.
10225 (diff-refine-added): New face that uses shades of green.
10226 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10227 `diff-refine-removed' in the call to `smerge-refine-subst'
10228 depending on the value of `diff-use-changed-face'.
10229
10230 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10231 (smerge-other): Use shades of green.
10232 (smerge-base): Use shades of yellow.
10233 (smerge-refined-change): Empty face.
10234 (smerge-refined-removed): New face that uses shades of red.
10235 (smerge-refined-added): New face that uses shades of green.
10236 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10237 args `props-r' and `props-a', and use them. Doc fix.
10238 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10239 on its value use different faces `smerge-refined-change',
10240 `smerge-refined-removed', `smerge-refined-added' in the call to
10241 `smerge-refine-subst'.
10242
10243 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10244 Add face condition `min-colors 88' with shades of red.
10245 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10246 `min-colors 88' with shades of green.
10247 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10248 `min-colors 88' with shades of yellow.
10249
10250 2012-05-24 Glenn Morris <rgm@gnu.org>
10251
10252 * paths.el (prune-directory-list, remote-shell-program): Move to...
10253 * files.el (prune-directory-list, remote-shell-program): ...here.
10254 For the latter, delay initialization, prefer ssh, just search PATH.
10255
10256 * paths.el (term-file-prefix): Move to faces.el (the only user).
10257 * faces.el (term-file-prefix): Move here, make it a defcustom.
10258
10259 * paths.el (news-directory, news-path, news-inews-program):
10260 Move to gnus/nnspool.el.
10261
10262 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10263
10264 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10265 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10266 Make the latter a defcustom, with a delayed initialization.
10267
10268 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10269 These were deleted from Gnus itself late 2010.
10270
10271 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10272
10273 * progmodes/which-func.el (which-func-ff-hook):
10274 Check against user-error, not error.
10275
10276 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10277 cl-specs.el, which no longer exists.
10278
10279 2012-05-22 Glenn Morris <rgm@gnu.org>
10280
10281 * info.el (info-emacs-bug): New command.
10282 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10283 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10284
10285 2012-05-21 Glenn Morris <rgm@gnu.org>
10286
10287 * makefile.w32-in (update-subdirs-SH):
10288 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10289
10290 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10293
10294 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10295 Simplify Maven regexp, and make sure the file can't start with a space
10296 (bug#11517).
10297
10298 2012-05-21 Glenn Morris <rgm@gnu.org>
10299
10300 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10301 Scrap superfluous subshells.
10302
10303 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10306 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10307
10308 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10309
10310 * calc/calc.el (calc-ensure-consistent-units): New variable.
10311
10312 * calc/calc-units.el (math-consistent-units-p)
10313 (math-check-unit-consistency): New functions.
10314 (calc-quick-units, calc-convert-units):
10315 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10316 is non-nil.
10317 (calc-extract-units): Fix typo.
10318
10319 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10322
10323 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10324 (flyspell-default-deplacement-commands): Don't spell check after
10325 repeated window/frame switches (e.g. triggered by mouse-movement).
10326 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10327 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10328 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10329 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10330 Remove unused vars.
10331 (flyspell-get-casechars, flyspell-get-not-casechars):
10332 Simplify; Don't bother removing a ] just to add it back.
10333 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10334
10335 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10336
10337 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10338 New functions.
10339 (math-function-table): Add support for more C functions.
10340
10341 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10342
10343 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10344 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10345 Protect delay handling for otherchars against empty otherchars.
10346
10347 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10348
10349 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10350 their respective macro declarations.
10351 * skeleton.el (define-skeleton):
10352 * progmodes/compile.el (define-compilation-mode):
10353 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10354 (define-ibuffer-filter):
10355 * emacs-lisp/generic.el (define-generic-mode):
10356 * emacs-lisp/easy-mmode.el (define-minor-mode)
10357 (define-globalized-minor-mode):
10358 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10359 * emacs-lisp/byte-run.el (defsubst):
10360 * custom.el (deftheme): Add doc-string metadata.
10361
10362 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10365
10366 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10369
10370 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10371 * emacs-lisp/cl-macs.el: Idem.
10372 * emacs-lisp/cl-specs.el: Remove.
10373
10374 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 Minor renaming of internal CL functions and variables.
10377 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10378 (cl--position): Rename from cl-position.
10379 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10380 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10381 (cl--random-state): Rename from *random-state*.
10382
10383 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10386 parens around the arg list (bug#11499).
10387
10388 2012-05-17 Juri Linkov <juri@jurta.org>
10389
10390 * isearch.el (word-search-regexp, word-search-backward)
10391 (word-search-forward, word-search-backward-lax)
10392 (word-search-forward-lax): Move functions from search.c
10393 (bug#10145, bug#11381).
10394
10395 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10396
10397 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10398 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10399 Delay for otherchars as for normal word components.
10400
10401 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * minibuffer.el (completion--sifn-requote): Fix last change.
10404 (minibuffer-local-must-match-filename-map):
10405 Move define-obsolete-variable-alias before its var.
10406
10407 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10410
10411 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10412 behavior.
10413 (completion--string-equal-p): New function.
10414 (completion--twq-all): Use it to get better assertion failure data.
10415
10416 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10417 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10418 (shell--requote-argument): New functions.
10419 (shell-completion-vars): Use them.
10420 (shell--parse-pcomplete-arguments): Rename from
10421 shell-parse-pcomplete-arguments.
10422 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10423 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10424 Obey comint-file-name-quote-list.
10425
10426 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10427 (smie-indent-keyword): Use it.
10428
10429 2012-05-14 Stefan Merten <smerten@oekonux.de>
10430
10431 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10432
10433 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * net/rlogin.el (rlogin-mode-map): Fix last change.
10436
10437 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10438
10439 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10440 the following \r\n using a single `process-send-string', since the
10441 Lotus SMTP server refuses to accept any commands if they are sent
10442 with two `process-send-string's (Bug#11444).
10443
10444 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * shell.el (shell-parse-pcomplete-arguments):
10447 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10448
10449 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10450
10451 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10452 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10453 (image-transform-width, image-transform-fit-width): New functions.
10454 (image-transform-properties): Use them.
10455 (image-transform-check-size): New function.
10456 (image-toggle-display-image): Use it (for testing).
10457 (image-transform-set-rotation): Reduce angle mod 360.
10458 Delete obsolete comment.
10459
10460 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10461
10462 * image-mode.el: Fix scaling (bug#11399).
10463 (image-transform-resize): Doc fix.
10464 (image-transform-properties): Default scale is 1 and height should
10465 be an integer.
10466
10467 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10468
10469 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10470 than hard-coding `car', to fix misbehavior when moving forward.
10471
10472 2012-05-13 Chong Yidong <cyd@gnu.org>
10473
10474 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10475 (tabulated-list-entries, tabulated-list-padding)
10476 (tabulated-list-sort-key): Make permanent-local.
10477
10478 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10479 (electric-buffer-list): Put electric buffer menu
10480 command descriptions in this docstring, instead of the docstring
10481 of electric-buffer-menu-mode. Code cleanups.
10482 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10483 Electric-buffer-menu-mode.
10484 (electric-buffer-update-highlight): Minor code cleanup.
10485
10486 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10487
10488 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10489 (Bug#11447)
10490
10491 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 Move define-obsolete-variable-alias before the var's definition.
10494 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10495 * tooltip.el (tooltip-hook):
10496 * textmodes/reftex-toc.el (reftex-toc-map):
10497 * textmodes/reftex-sel.el (reftex-select-label-map)
10498 (reftex-select-bib-map):
10499 * textmodes/reftex-index.el (reftex-index-map)
10500 (reftex-index-phrases-map):
10501 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10502 * progmodes/meta-mode.el (meta-mode-map):
10503 * novice.el (disabled-command-hook):
10504 * loadhist.el (unload-hook-features-list):
10505 * frame.el (blink-cursor):
10506 * files.el (find-file-not-found-hooks, write-file-hooks)
10507 (write-contents-hooks):
10508 * emulation/tpu-edt.el (GOLD-map):
10509 * emacs-lock.el (emacs-lock-from-exiting):
10510 * emacs-lisp/generic.el (generic-font-lock-defaults):
10511 * emacs-lisp/chart.el (chart-map):
10512 * dos-fns.el (register-name-alist):
10513 * dired-x.el (dired-omit-files-p):
10514 * desktop.el (desktop-enable):
10515 * cus-edit.el (custom-mode-hook):
10516 * buff-menu.el (buffer-menu-mode-hook):
10517 * bookmark.el (bookmark-read-annotation-text-func)
10518 (bookmark-exit-hooks):
10519 * allout.el (allout-mode-deactivate-hook)
10520 (allout-exposure-change-hook, allout-structure-added-hook)
10521 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10522 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10523 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10524 comes before the corresponding variable's definition.
10525
10526 2012-05-12 Chong Yidong <cyd@gnu.org>
10527
10528 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10529 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10530 (Buffer-menu-mode-map): Bind it.
10531 (Buffer-menu--pretty-name): Add a mouse-face property.
10532
10533 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10536 (prolog-upper-case-string, prolog-lower-case-string)
10537 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10538 (prolog-use-smie, prolog-smie-grammar): New vars.
10539 (prolog-smie-forward-token, prolog-smie-backward-token)
10540 (prolog-smie-rules): New funs.
10541 (prolog-comment-indent): Remove.
10542 (prolog-mode-variables): Use default comment indentation instead.
10543 Setup SMIE.
10544 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10545 (prolog-mode): Don't call them any more.
10546 (prolog-electric-colon, prolog-electric-dash)
10547 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10548
10549 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10550
10551 * minibuffer.el (completion--twq-all): Again, allow case differences.
10552
10553 * term.el: Move keymap initialization code to be more idiomatic.
10554 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10555 (term-terminal-menu): Move initialization into declaration.
10556 (term-escape-char): Let the user set it in her .emacs.
10557
10558 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10559 Provide SMIE-based indentation (not enabled by default yet).
10560 (sh-mode-map): Don't bind electric keys.
10561 Use electric-pair-mode instead of skeleton-pair.
10562 (sh-assignment-regexp): Fit within 80 columns.
10563 (sh-indent-supported): Specify actual shell name instead of boolean.
10564 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10565 (sh-maybe-here-document): Use it. Make obsolete.
10566 (sh-electric-here-document-mode) New minor mode.
10567 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10568 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10569 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10570 (sh-smie-rc-grammar, sh-use-smie): New vars.
10571 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10572 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10573 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10574 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10575 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10576 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10577 (sh-set-shell): Use smie-setup if requested.
10578
10579 * term.el (term-set-escape-char): Properly set term-escape-char.
10580 See http://stackoverflow.com/questions/10524656.
10581
10582 2012-05-10 Chong Yidong <cyd@gnu.org>
10583
10584 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10585 Use url-generic-parse-url, and handle host names and Windows
10586 filenames properly.
10587 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10588 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10589 URL schemes to work on.
10590 (ffap--toggle-read-only): New function.
10591 (ffap-read-only, ffap-read-only-other-window)
10592 (ffap-read-only-other-frame): Use it.
10593 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10594 necessary for ffap-url-unwrap-remote.
10595
10596 2012-05-10 Dave Abrahams <dave@boostpro.com>
10597
10598 * cus-start.el (create-lockfiles): Add it.
10599
10600 2012-05-09 Chong Yidong <cyd@gnu.org>
10601
10602 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10603 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10604
10605 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10606
10607 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10608
10609 2012-05-09 Chong Yidong <cyd@gnu.org>
10610
10611 * ansi-color.el (ansi-color-process-output): Check for validity of
10612 comint-last-output-start before using it. This avoids a bad
10613 interaction with gdb-mi's input/output buffer.
10614
10615 2012-05-09 Glenn Morris <rgm@gnu.org>
10616
10617 * files.el (dir-locals-read-from-file):
10618 Mention dir-locals in any error message.
10619
10620 2012-05-09 Chong Yidong <cyd@gnu.org>
10621
10622 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10623 package (Bug#11410).
10624
10625 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10626 variables into description.
10627
10628 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10629
10630 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10631 shell-delimiter-argument-list (bug#11348).
10632 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10633
10634 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10635
10636 * textmodes/rst.el: Silence byte-compiler warnings.
10637 (rst-re-alist, rst-reset-section-caches): Move around.
10638 (rst-re): Use `characterp', not `char-valid-p'.
10639 (font-lock-beg, font-lock-end): Declare.
10640
10641 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10642 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10643
10644 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10645
10646 2012-05-08 Glenn Morris <rgm@gnu.org>
10647
10648 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10649
10650 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * vc/log-edit.el: Add GNU coding standards highlighting.
10653 (log-edit-font-lock-gnu-style)
10654 (log-edit-font-lock-gnu-keywords): New vars.
10655 (log-edit-font-lock-keywords): New fun.
10656 (log-edit-mode): Don't fold case in font-lock.
10657 (log-edit-font-lock-keywords): Do not assume case-folding.
10658
10659 * imenu.el: Misc cleanup. Make docstrings out of comments.
10660 Use lexical-binding.
10661 (imenu--index-alist, imenu--last-menubar-index-alist)
10662 (imenu-menubar-modified-tick): Use defvar-local.
10663 (imenu--split-menu): Remove unused var.
10664 (imenu--cleanup-seen): Declare as global.
10665 (imenu--cleanup): Use dolist.
10666
10667 * subr.el (defvar-local): Add debug spec and doc-string position.
10668
10669 2012-05-08 Glenn Morris <rgm@gnu.org>
10670
10671 * language/burmese.el, language/cham.el, language/czech.el:
10672 * language/english.el, language/georgian.el, language/greek.el:
10673 * language/japanese.el, language/khmer.el, language/korean.el:
10674 * language/lao.el, language/misc-lang.el, language/romanian.el:
10675 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10676 * language/thai.el, language/utf-8-lang.el:
10677 Remove no-byte-compile setting.
10678
10679 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10680
10681 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10682
10683 * progmodes/make-mode.el (makefile-browse):
10684 Remove unnecessary interactive. (Bug#11324)
10685
10686 2012-05-07 Glenn Morris <rgm@gnu.org>
10687
10688 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10689
10690 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10691
10692 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10693
10694 * loadup.el: Preload newcomment.el.
10695 * newcomment.el: Move autoload-only code to toplevel.
10696
10697 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10698 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10699 Handle new :right-align column property.
10700 (tabulated-list-print-col): Idem, plus use `display' text-property to
10701 try and preserve alignment for variable pitch fonts.
10702
10703 2012-05-07 Chong Yidong <cyd@gnu.org>
10704
10705 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10706 (tabulated-list-use-header-line): New var.
10707 (tabulated-list-init-header): Use it.
10708 (tabulated-list-print-fake-header): New function.
10709 (tabulated-list-print): Use it.
10710 (tabulated-list-sort-button-map): Add non-header-line commands.
10711 (tabulated-list-init-header): Add column name property to basic
10712 labels as well.
10713 (tabulated-list-col-sort): Handle non-header-line button case.
10714 (tabulated-list--sort-by-column-name): Fix a corner case.
10715
10716 * buff-menu.el (list-buffers--refresh):
10717 Handle Buffer-menu-use-header-line.
10718
10719 2012-05-06 Chong Yidong <cyd@gnu.org>
10720
10721 * buff-menu.el: Convert to Tabulated List mode.
10722 (Buffer-menu-buffer+size-width): Make obsolete.
10723 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10724 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10725 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
10726 documentation into docstring of buffer-menu.
10727 (Buffer-menu-toggle-files-only): Add an informative message.
10728 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10729 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10730 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10731 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10732 (Buffer-menu-execute, Buffer-menu-select)
10733 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10734 (Buffer-menu-bury): Use Tabulated List machinery.
10735 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10736 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10737 Delete.
10738 (list-buffers--refresh): New function.
10739 (list-buffers-noselect): Use it.
10740 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10741 (Buffer-menu--pretty-file-name): New helper functions.
10742
10743 * loadup.el: Preload tabulated-list.
10744
10745 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10746 tabulated-list-sort-column.
10747 (tabulated-list-init-header): Add the initial aligning space even
10748 if tabulated-list-padding is zero.
10749
10750 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
10751
10752 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10753 whose cdr is not a cons cell correctly (bug#11038).
10754
10755 2012-05-06 Chong Yidong <cyd@gnu.org>
10756
10757 * emacs-lisp/tabulated-list.el (tabulated-list-format):
10758 Accept additional plist in column descriptors.
10759 (tabulated-list-init-header): Obey it.
10760 (tabulated-list-get-entry): New function.
10761 (tabulated-list-put-tag): Use it. Use string-width instead of
10762 length.
10763 (tabulated-list--column-number): New function.
10764 (tabulated-list-print): Use it.
10765 (tabulated-list-print-col): New function.
10766 Set `tabulated-list-column-name' property on each column's text.
10767 (tabulated-list-print-entry): Use it.
10768 (tabulated-list-delete-entry, tabulated-list-set-col):
10769 New functions.
10770 (tabulated-list-sort-column): New command (Bug#11337).
10771
10772 * buff-menu.el (list-buffers): Move C-x C-b binding from
10773 buff-menu.el to bindings.el.
10774
10775 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10776 :advertised-binding feature.
10777
10778 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10779
10780 * progmodes/compile.el (compilation-internal-error-properties):
10781 Calculate start position correctly when end-col is set but
10782 end-line is not (Bug#11382).
10783
10784 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
10785
10786 * man.el (Man-unindent): Use text-property-default-nonsticky to
10787 prevent untabify from inheriting face properties (Bug#11408).
10788
10789 2012-05-05 Stefan Merten <smerten@oekonux.de>
10790
10791 * textmodes/rst.el: Major merge with upstream development up to
10792 Docutils SVN r7399 / rst.el V1.2.1.
10793
10794 Clarify maintainership and authors.
10795
10796 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10797 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10798 (rst-official-version, rst-official-cvs-rev, rst-version)
10799 (rst-package-emacs-version-alist): New functions and variables
10800 for version information.
10801
10802 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10803 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10804 (rst-mode-syntax-table, rst-mode): New and corrected functions
10805 and variables representing reStructuredText features.
10806
10807 (rst-re): New function for reStructuredText regexes. Use in
10808 many places.
10809
10810 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10811 (rst-mode-map): Rebind keys.
10812
10813 (rst-mode-lazy, rst-font-lock-keywords)
10814 (rst-font-lock-extend-region)
10815 (rst-font-lock-extend-region-internal)
10816 (rst-font-lock-extend-region-extend)
10817 (rst-font-lock-find-unindented-line-limit)
10818 (rst-font-lock-find-unindented-line-match)
10819 (rst-adornment-level, rst-font-lock-adornment-level)
10820 (rst-font-lock-adornment-match)
10821 (rst-font-lock-handle-adornment-pre-match-form)
10822 (rst-font-lock-handle-adornment-matcher): Major revision of
10823 font-locking. Integrate with other code. Use `jit-lock-mode'.
10824
10825 (rst-preferred-adornments, rst-adjust-hook)
10826 (rst-new-adornment-down, rst-preferred-bullets)
10827 (rst-preferred-bullets, rst-indent, rst-indent-width)
10828 (rst-indent-field, rst-indent-literal-normal)
10829 (rst-indent-literal-minimized, rst-indent-comment): Change,
10830 extend and improve customization.
10831
10832 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10833 (rst-normalize-cursor-position, rst-get-decoration)
10834 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10835 (rst-rstrip, rst-toc-insert-find-delete-contents)
10836 (rst-shift-fill-region, rst-compute-bullet-tabs)
10837 (rst-debug-print-tabs, rst-debug-mark-found)
10838 (rst-shift-region-guts, rst-shift-region-right)
10839 (rst-shift-region-left, rst-use-char-classes)
10840 (rst-font-lock-keywords-function)
10841 (rst-font-lock-indentation-point)
10842 (rst-font-lock-find-unindented-line-begin)
10843 (rst-font-lock-find-unindented-line-end)
10844 (rst-font-lock-find-unindented-line)
10845 (rst-font-lock-adornment-point, rst-font-lock-level)
10846 (rst-adornment-level-alist): Remove functions and variables.
10847
10848 (rst-compare-adornments, rst-get-adornment-match)
10849 (rst-suggest-new-adornment, rst-get-adornments-around)
10850 (rst-adornment-complete-p, rst-get-next-adornment)
10851 (rst-adjust-adornment, rst-display-adornments-hierarchy)
10852 (rst-straighten-adornments): Standardize function names to
10853 use "adornment" instead of "decoration". Correct callers.
10854 Similar standardizing in many places.
10855
10856 (rst-update-section, rst-adjust, rst-promote-region)
10857 (rst-enumerate-region, rst-bullet-list-region)
10858 (rst-repeat-last-character): Correct use of `interactive'.
10859
10860 (rst-classify-adornment, rst-find-all-adornments)
10861 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10862 (rst-find-leftmost-column, rst-repeat-last-character):
10863 Refactor functions.
10864
10865 (rst-find-title-line, rst-reset-section-caches)
10866 (rst-get-adornments-around, rst-adjust-adornment-work)
10867 (rst-arabic-to-roman, rst-roman-to-arabic)
10868 (rst-insert-list-pos, rst-insert-list-new-item)
10869 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10870 New functions.
10871
10872 (rst-all-sections, rst-section-hierarchy)
10873 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10874 New variables.
10875
10876 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10877 configuration instead of only buffer. Change where necessary.
10878
10879 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10880 (rst-shift-region, rst-adaptive-fill): New functions for
10881 indentation and filling.
10882
10883 (rst-comment-line-break, rst-comment-indent)
10884 (rst-comment-insert-comment, rst-comment-region)
10885 (rst-uncomment-region): New functions for handling comments.
10886
10887 (rst-compile): Quote shell arguments.
10888
10889 (rst-compile-pdf-preview, rst-compile-slides-preview):
10890 Delete temporary files after use.
10891
10892 2012-05-05 Glenn Morris <rgm@gnu.org>
10893
10894 * calendar/cal-html.el: Optionally include holidays in the output.
10895 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10896 (cal-html-holidays): New option.
10897 (cal-html-css-default): Add holiday entry.
10898 (holiday-in-range): Autoload it.
10899 (cal-html-htmlify-entry): Add optional class argument.
10900 (cal-html-htmlify-list): Add optional holidays argument.
10901 (cal-html-insert-agenda-days): Include holidays in the output.
10902 (cal-html-one-month): Maybe include holidays.
10903
10904 * calendar/holidays.el (holiday-in-range):
10905 Move here from cal-tex-list-holidays.
10906 * calendar/cal-tex.el (cal-tex-list-holidays):
10907 Make it an obsolete alias for holiday-in-range. Update all callers.
10908
10909 2012-05-05 Chong Yidong <cyd@gnu.org>
10910
10911 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10912 Nextstep.
10913
10914 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
10915
10916 * files.el (file-auto-mode-skip): New var.
10917 (set-auto-mode-1): Use it.
10918
10919 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10920
10921 * repeat.el: Use lexical-binding.
10922 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10923 (repeat-undo-count): Remove.
10924 (repeat):
10925 * progmodes/octave-mod.el (octave-abbrev-start):
10926 * progmodes/f90.el (f90-abbrev-start):
10927 * face-remap.el (text-scale-adjust):
10928 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10929
10930 * emacs-lisp/pcase.el (pcase--let*): New function.
10931 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10932 a bit more.
10933 (pcase--split-pred): Be more clever about ruling out overlap between
10934 a predicate and some constant pattern.
10935 (pcase--q1): Use `null' instead of (eq foo nil).
10936
10937 * subr.el (setq-local, defvar-local): New macros.
10938 (kbd): Redefine as an alias.
10939 (with-selected-window): Leave unrelated frames alone.
10940 (set-temporary-overlay-map): New function.
10941
10942 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * subr.el (user-error): New function.
10945 * window.el (switch-to-buffer):
10946 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10947 (smerge-match-conflict):
10948 * simple.el (previous-matching-history-element)
10949 (next-matching-history-element, goto-history-element, undo-more)
10950 (undo-start):
10951 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10952 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10953 (next-file, tags-loop-scan, list-tags, complete-tag):
10954 * progmodes/compile.el (compilation-loop):
10955 * mouse.el (mouse-minibuffer-check):
10956 * man.el (Man-bgproc-sentinel, Man-goto-page):
10957 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10958 (Info-history-forward, Info-follow-reference, Info-menu)
10959 (Info-extract-menu-item, Info-extract-menu-counting)
10960 (Info-forward-node, Info-backward-node, Info-next-menu-item)
10961 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
10962 (Info-next-reference, Info-prev-reference, Info-index)
10963 (Info-index-next, Info-follow-nearest-node)
10964 (Info-copy-current-node-name):
10965 * imenu.el (imenu--make-index-alist)
10966 (imenu-default-create-index-function, imenu-add-to-menubar):
10967 * files.el (basic-save-buffer, recover-file):
10968 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10969 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10970 (checkdoc-message-text, checkdoc-defun):
10971 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
10972 * cus-edit.el (customize-changed-options, customize-rogue)
10973 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
10974 (custom-variable-mark-to-reset-standard)
10975 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
10976 (custom-file):
10977 * completion.el (check-completion-length):
10978 * comint.el (comint-search-arg)
10979 (comint-previous-matching-input-string-position)
10980 (comint-previous-matching-input)
10981 (comint-replace-by-expanded-history-before-point, comint-send-input)
10982 (comint-copy-old-input, comint-backward-matching-input)
10983 (comint-goto-process-mark, comint-set-process-mark):
10984 * calendar/calendar.el (calendar-cursor-to-date): Use it.
10985 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
10986
10987 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10988
10989 * dabbrev.el (dabbrev--ignore-case-p): New function.
10990 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
10991 Use it.
10992
10993 * files.el (automount-dir-prefix): Mark as obsolete.
10994
10995 2012-05-04 Glenn Morris <rgm@gnu.org>
10996
10997 * patcomp.el, play/bruce.el: Move to obsolete/.
10998
10999 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
11000
11001 Fix minor Y10k bugs.
11002 * arc-mode.el (archive-unixdate):
11003 * autoinsert.el (auto-insert-alist):
11004 * calc/calc-forms.el (math-this-year):
11005 * emacs-lisp/copyright.el (copyright-current-year)
11006 (copyright-update-year, copyright):
11007 * tar-mode.el (tar-clip-time-string):
11008 * time.el (display-time-update):
11009 Don't assume years have 4 digits.
11010
11011 2012-05-04 Chong Yidong <cyd@gnu.org>
11012
11013 * dos-w32.el (file-name-buffer-file-type-alist)
11014 (direct-print-region-use-command-dot-com):
11015 * ffap.el (ffap-menu-regexp):
11016 * find-file.el (ff-special-constructs):
11017 * follow.el (follow-debug):
11018 * forms.el (forms--debug):
11019 * iswitchb.el (iswitchb-all-frames):
11020 * ido.el (ido-all-frames):
11021 * emacs-lisp/timer.el (timer-max-repeats):
11022 * mail/feedmail.el (feedmail-mail-send-hook)
11023 (feedmail-mail-send-hook-queued):
11024 * mail/footnote.el (footnote-signature-separator):
11025 * mail/mailabbrev.el (mail-alias-separator-string)
11026 (mail-abbrev-mode-regexp):
11027 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
11028 * progmodes/idlwave.el (idlwave-libinfo-file)
11029 (idlwave-default-completion-case-is-down)
11030 (idlwave-library-routines): Convert defvars to defcustoms.
11031
11032 * mail/rmail.el (rmail-decode-mime-charset):
11033 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
11034 (idlwave-shell-fix-inserted-breaks)
11035 (idlwave-shell-activate-alt-keybindings)
11036 (idlwave-shell-use-breakpoint-glyph):
11037 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11038
11039 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11040
11041 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11042
11043 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11044
11045 * progmodes/verilog-mode.el (font-lock-keywords):
11046 Fix mis-highligting auto. Reported by Craig Barner.
11047 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11048 defines from global name space. Reported by Dan Dever.
11049 (verilog-auto-reset, verilog-auto-reset-widths)
11050 (verilog-auto-tieoff): Support using unbased numbers for
11051 AUTORESET and AUTOTIEOFF.
11052 (verilog-submit-bug-report): Update variable list.
11053 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11054 parenthesis from not matching. Reported by Michael Rytting.
11055 (verilog-auto-template-lint): Fix hash error when linting modules
11056 with no used templates.
11057 (verilog-warn, verilog-warn-error)
11058 (verilog-warn-fatal): When non-interactive report multiple
11059 warnings before exiting. Suggested by Brad Dobbie.
11060 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11061 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11062 to report unused template errors. Reported by Brad Dobbie.
11063 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11064 nets, bug438. Reported by Vns Blore.
11065 (verilog-auto-inout-module, verilog-auto-reg)
11066 (verilog-read-decls, verilog-read-sub-decls-sig)
11067 (verilog-signals-edit-wire-reg, verilog-signals-with):
11068 Fix passing of Verilog data types in ANSI input/output ports
11069 such as "output logic" into the AUTOs. Special case "wire" and
11070 "reg" for backwards compatibility presuming Verilog 2001.
11071 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11072 (verilog-preprocess): Fix replication of preprocess output.
11073 Reported by Brad Dobbie.
11074 (verilog-auto-inst-interfaced-ports):
11075 Create verilog-auto-inst-interfaced-ports, bug429.
11076 Reported by Julian Gorfajn.
11077 (verilog-after-save-font-hook)
11078 (verilog-before-save-font-hook): New variable.
11079 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11080 (verilog-save-font-mods): Wrap disabling fontification, reported
11081 by David Rogoff.
11082 (verilog-do-indent, verilog-pretty-declarations-auto)
11083 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11084 Reported by Pierre-David Pfister.
11085 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11086 of class declarations, bug292. Reported by Kevin Heilman.
11087 (verilog-read-decls): Fix 'parameter type' not appearing in
11088 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11089 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11090 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11091 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11092 Reported by David Kravitz.
11093
11094 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11095
11096 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11097 assignment with tests in ifs and for loops.
11098 (verilog-extended-complete-re, verilog-complete-reg): Change so
11099 that DPI inport functions don't look like fuction declarations.
11100 (verilog-pretty-expr): Don't line up assignment
11101 operations to the test and increment in if and for loops
11102 (verilog-extended-complete-re, verilog-complete-reg): Change so
11103 that DPI inport functions don't look like fuction declarations.
11104
11105 2012-05-03 Kenichi Handa <handa@m17n.org>
11106
11107 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11108 decoding, and show a warning message without signaling an error
11109 (Bug#11282).
11110
11111 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11112
11113 * emacs-lisp/bytecomp.el
11114 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11115 since cconv.el might have introduced :fun-body, internal-make-closure,
11116 and friends for bytecomp to handle (bug#11391).
11117 * custom.el (defcustom): Avoid ((λ ..) ..).
11118
11119 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11122
11123 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11124
11125 * notifications.el (dbus-debug):
11126 * term/linux.el (gpm-mouse-enable):
11127 * term/screen.el (xterm-register-default-colors): Declare.
11128
11129 2012-05-02 Chong Yidong <cyd@gnu.org>
11130
11131 * cus-start.el (gc-cons-percentage, exec-suffixes)
11132 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11133 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11134 (make-cursor-line-fully-visible, void-text-area-pointer)
11135 (font-list-limit): Add customization data.
11136
11137 * allout.el (allout-exposure-change-functions)
11138 (allout-structure-added-functions)
11139 (allout-structure-deleted-functions)
11140 (allout-structure-shifted-functions): Rename abnormal hooks from
11141 *-hook, and convert to defcustoms.
11142 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11143 Convert to defcustoms.
11144 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11145
11146 * allout-widgets.el: Hook callers changed.
11147
11148 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11149
11150 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11151 the yanked message in preference to the default value of
11152 buffer-file-coding-system.
11153
11154 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11155
11156 * window.el (display-buffer--action-function-custom-type):
11157 Fix entry.
11158
11159 2012-05-02 Alan Mackenzie <acm@muc.de>
11160
11161 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11162
11163 2012-05-01 Glenn Morris <rgm@gnu.org>
11164
11165 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11166
11167 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11168
11169 * cus-edit.el (custom-variable-documentation): Simplify with format.
11170
11171 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11172 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * simple.el (suggest-key-bindings, execute-extended-command):
11175 Move from keyboard.c.
11176
11177 2012-05-01 Chong Yidong <cyd@gnu.org>
11178
11179 * follow.el: Eliminate advice.
11180 (set-process-filter, process-filter, sit-for): Advice deleted.
11181 (follow-mode-off-hook): Obsolete hook removed.
11182 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11183 Vars deleted.
11184 (follow-auto): Use a :set function.
11185 (follow-mode): Rewritten. Don't advise process filters.
11186 (follow-switch-to-current-buffer-all, follow-scroll-up)
11187 (follow-scroll-down): Assume follow-mode is bound.
11188 (follow-comint-scroll-to-bottom)
11189 (follow-align-compilation-windows): New functions.
11190 (follow--window-sorter): New function.
11191 (follow-all-followers): Use it to explicitly sort windows by their
11192 positions; don't make assumptions about next-window order.
11193 (follow-windows-start-end, follow-delete-other-windows-and-split)
11194 (follow-calc-win-start): Doc fix.
11195 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11196 vertical-motion unnecessarily.
11197 (follow-adjust-window): New function.
11198 (follow-post-command-hook): Use it.
11199 (follow-call-set-process-filter, follow-call-process-filter)
11200 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11201 (follow-stop-intercept-process-output, follow-generic-filter):
11202 Functions deleted.
11203 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11204 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11205 New functions, replacing advice on scroll-bar-* commands.
11206 (follow-mwheel-scroll): New function (Bug#4112).
11207
11208 * comint.el (comint-adjust-point): New function.
11209 (comint-postoutput-scroll-to-bottom): Use it.
11210 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11211
11212 2012-05-01 Glenn Morris <rgm@gnu.org>
11213
11214 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11215 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11216 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11217 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11218 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11219 Remove no-byte-compile setting.
11220
11221 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11222
11223 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11224 all-completions code to not return a number in the last cdr.
11225
11226 2012-04-30 Leo Liu <sdl.web@gmail.com>
11227
11228 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11229 read-only error.
11230
11231 2012-04-29 Chong Yidong <cyd@gnu.org>
11232
11233 * follow.el (follow-calc-win-end): Rewrite to handle partial
11234 screen lines correctly (Bug#8390).
11235 (follow-avoid-tail-recenter): Minor cleanup.
11236
11237 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 Avoid the obsolete `assoc' package.
11240 * speedbar.el (speedbar-refresh): Avoid adelete.
11241 (speedbar-file-lists): Simplify and avoid aput.
11242 * man.el (Man--sections, Man--refpages): New vars, replacing
11243 Man-sections-alist and Man-refpages-alist.
11244 (Man-build-section-alist, Man-build-references-alist):
11245 Use them; avoid aput.
11246 (Man--last-section, Man--last-refpage): New vars.
11247 (Man-follow-manual-reference): Use them.
11248 Use the `default' arg of completing-read.
11249 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11250
11251 2012-04-27 Chong Yidong <cyd@gnu.org>
11252
11253 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11254
11255 * startup.el (x-apply-session-resources): New function.
11256
11257 * term/ns-win.el (ns-initialize-window-system):
11258 * term/w32-win.el (w32-initialize-window-system):
11259 * term/x-win.el (x-initialize-window-system): Use it to properly
11260 set menu-bar-mode and other vars from X resources, even if the
11261 initial frame is not a window-system frame (Bug#2299).
11262
11263 * subr.el (read-key): Avoid running filter function when setting
11264 up temporary tool bar entries (Bug#9922).
11265
11266 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11267
11268 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11269 (Bug#11344)
11270
11271 2012-04-27 Chong Yidong <cyd@gnu.org>
11272
11273 * select.el (xselect--encode-string): New function, split from
11274 xselect-convert-to-string.
11275 (xselect-convert-to-string): Use it.
11276 (xselect-convert-to-filename, xselect-convert-to-os)
11277 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11278 returned strings are properly encoded (Bug#11315).
11279
11280 2012-04-27 Chong Yidong <cyd@gnu.org>
11281
11282 * simple.el (delete-active-region): Move to killing custom group.
11283
11284 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11285
11286 * progmodes/which-func.el (which-func-current): Quote %
11287 characters for mode-line processing.
11288
11289 2012-04-27 Chong Yidong <cyd@gnu.org>
11290
11291 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11292 reaching eob (Bug#11286).
11293
11294 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11295
11296 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11297 (gdb): Make it buffer-local and init to zero.
11298 (gdb-control-commands-regexp): New variable.
11299 (gdb-send): Don't wrap in "-interpreter-exec console" if
11300 gdb-control-level is positive. Increment gdb-control-level
11301 whenever the command matches gdb-control-commands-regexp, and
11302 decrement it each time the command is "end". (Bug#11279)
11303
11304 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11305
11306 * window.el (adjust-window-trailing-edge, enlarge-window)
11307 (shrink-window, window-resize):
11308 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11309 windows (Bug#11276).
11310
11311 2012-04-27 Chong Yidong <cyd@gnu.org>
11312
11313 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11314 fix "missing prefix" warning. All callers changed.
11315
11316 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * emacs-lisp/assoc.el: Move to obsolete/.
11319
11320 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11321
11322 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11323
11324 * term/ns-win.el (ns-define-service):
11325 * progmodes/pascal.el (pascal-goto-defun):
11326 * progmodes/js.el (js--read-tab):
11327 * progmodes/etags.el (tags-lazy-completion-table):
11328 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11329 * emacs-lisp/ewoc.el (ewoc--wrap):
11330 * emacs-lisp/assoc.el (aput, adelete, amake):
11331 * doc-view.el (doc-view-convert-current-doc):
11332 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11333
11334 2012-04-26 Chong Yidong <cyd@gnu.org>
11335
11336 * image.el (image-type-from-buffer): Only return supported image
11337 type (Bug#9045).
11338
11339 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11340 value, for symmetry with diff-end-of-hunk.
11341 (diff-split-hunk, diff-find-source-location)
11342 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11343 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11344 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11345 compute the relevant hunk or file properly (Bug#6005).
11346 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11347
11348 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * vc/vc-mtn.el:
11351 * vc/vc-hg.el:
11352 * vc/vc-git.el:
11353 * vc/vc-dir.el:
11354 * vc/vc-cvs.el:
11355 * vc/vc-bzr.el:
11356 * vc/vc-arch.el:
11357 * vc/vc.el: Replace lexical-let by lexical-binding.
11358 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11359 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11360 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11361
11362 2012-04-26 Chong Yidong <cyd@gnu.org>
11363
11364 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11365 (diff-mode-shared-map): Bind it to / and [remap undo].
11366
11367 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11368 (ediff-window-setup-function): Use it as the default, to set up
11369 windows based on whether the current frame is graphical (Bug#2138).
11370 (ediff-choose-window-setup-function-automatically): Make obsolete.
11371
11372 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11373
11374 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * ffap.el: Remove old code for obsolete package.
11377 (ffap-complete-as-file-p): Remove.
11378
11379 Use completion-table-with-quoting for comint and pcomplete.
11380 * comint.el (comint--unquote&requote-argument)
11381 (comint--unquote-argument, comint--requote-argument): New functions.
11382 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11383 (comint-quote-filename): Use regexp-opt-charset.
11384 (comint--common-suffix, comint--common-quoted-suffix)
11385 (comint--table-subvert): Remove.
11386 (comint-unquote-function, comint-requote-function): New vars.
11387 (comint--complete-file-name-data): Use them with
11388 completion-table-with-quoting.
11389 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11390 * pcomplete.el (pcomplete-arg-quote-list)
11391 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11392 (pcomplete-unquote-argument-function): Default to non-nil.
11393 (pcomplete-unquote-argument): Simplify.
11394 (pcomplete--common-quoted-suffix): Remove.
11395 (pcomplete-requote-argument-function): New var.
11396 (pcomplete--common-suffix): New function.
11397 (pcomplete-completions-at-point): Use completion-table-with-quoting
11398 and completion-table-subvert.
11399
11400 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11401 (minibuffer--double-dollars): Preserve properties.
11402 (completion--sifn-requote): New function.
11403 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11404
11405 * minibuffer.el: Add support for completion of quoted/escaped data.
11406 (completion-table-with-quoting, completion-table-subvert): New funs.
11407 (completion--twq-try, completion--twq-all): New functions.
11408 (completion--nth-completion): New function.
11409 (completion-try-completion, completion-all-completions): Use it.
11410
11411 2012-04-25 Leo Liu <sdl.web@gmail.com>
11412
11413 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11414 Use compilation-message if available to find real filename.
11415
11416 2012-04-25 Chong Yidong <cyd@gnu.org>
11417
11418 * vc/diff-mode.el (diff-setup-whitespace): New function.
11419 (diff-mode): Use it.
11420
11421 * vc/diff.el (diff-sentinel):
11422 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11423 Whitespace mode variables based on diff style (Bug#8612).
11424
11425 2012-04-25 Leo Liu <sdl.web@gmail.com>
11426
11427 * progmodes/python.el (python-send-region): Add suffix .py to the
11428 temp file.
11429
11430 * files.el (auto-mode-alist): Use javascript-mode instead.
11431
11432 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11433
11434 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11435
11436 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11437 (soap-resolve-references-for-array-type): Hack to prevent self
11438 references, see Bug#9.
11439 (soap-parse-envelope): Report the contents of the 'detail' node
11440 when receiving a fault reply.
11441 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11442
11443 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11444 (soap-inspect-simple-type): New function.
11445
11446 * net/soap-client.el (soap-simple-type): New struct.
11447 (soap-default-xsd-types, soap-default-soapenc-types)
11448 (soap-decode-basic-type, soap-encode-basic-type):
11449 support unsignedInt and double basic types.
11450 (soap-resolve-references-for-simple-type)
11451 (soap-parse-simple-type, soap-encode-simple-type): New function.
11452 (soap-parse-schema): Parse xsd:simpleType declarations.
11453
11454 * net/soap-client.el (soap-default-xsd-types)
11455 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11456 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11457 the local name of "soapenc:Array".
11458 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11459 decoding integer, byte and anyURI xsd types.
11460
11461 2012-04-25 Chong Yidong <cyd@gnu.org>
11462
11463 * cus-edit.el (custom-buffer-create-internal): Update header text.
11464
11465 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11466
11467 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11468 settings on 'system-type', not on 'window-system'. On MS-Windows,
11469 set interactive-mode on in GDB.
11470
11471 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11472
11473 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11474 (ruby-syntax-propertize-regexp): Remove.
11475 (ruby-syntax-propertize-function): Split regexp into chunks.
11476 Match following code directly.
11477
11478 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11479
11480 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11481 (ruby-syntax-propertize-regexp): New function.
11482 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11483 by a special keyword.
11484
11485 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11486 (ruby-syntax-general-delimiters-goto-beg)
11487 (ruby-syntax-propertize-general-delimiters): New functions.
11488 (ruby-syntax-propertize-function): Use them to handle GDL.
11489 (ruby-font-lock-keywords): Move old handling of GDL...
11490 (ruby-font-lock-syntactic-keywords): .. to here.
11491 (ruby-calculate-indent): Adjust indentation for GDL.
11492
11493 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11494
11495 * notifications.el (top): Remove unneeded declarations.
11496 (notifications-specification-version): Change to "1.2".
11497 (notifications-interface, notifications-notify-method)
11498 (notifications-close-notification-method): Fix docstring.
11499 (notifications-get-capabilities-method): New defconst.
11500 (notifications-notify): Add :action-items, :resident and
11501 :transient hints. Change "image_data" to "image-data" and
11502 "image_path" to "image-path".
11503 (notifications-get-capabilities): New defun.
11504
11505 2012-04-24 Leo Liu <sdl.web@gmail.com>
11506
11507 * progmodes/python.el: Move hideshow setup to the end.
11508
11509 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11510
11511 * window.el (handle-select-window): Clear echo area since this is
11512 no more done by read_char (Bug#11304).
11513
11514 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11517 and `/ M' to filter-derived-mode.
11518 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11519 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11520 (ibuffer-mark-by-mode): Use default rather than initial-input.
11521 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11522
11523 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11524
11525 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11526 (ibuffer-filter-by-derived-mode): New filter.
11527 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11528
11529 2012-04-23 Andreas Politz <politza@fh-trier.de>
11530
11531 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11532
11533 2012-04-23 Chong Yidong <cyd@gnu.org>
11534
11535 * cus-edit.el (customize-apropos, customize-apropos-options):
11536 Disable matching of non-option variables (Bug#11176).
11537 (customize-option, customize-option-other-window)
11538 (customize-changed-options): Doc fix.
11539 (customize-apropos-options, customize-apropos-faces)
11540 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11541
11542 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11543 Fix word list splitting (Bug#11132).
11544 (apropos-symbol, apropos-keybinding, apropos-label)
11545 (apropos-property, apropos-function-button)
11546 (apropos-variable-button, apropos-misc-button): New faces.
11547 (apropos-symbol-face, apropos-keybinding-face)
11548 (apropos-label-face, apropos-property-face, apropos-match-face):
11549 Variables removed (Bug#8396).
11550 (apropos-library-button, apropos-format-plist, apropos-print)
11551 (apropos-print-doc, apropos-describe-plist): Callers changed.
11552
11553 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11554
11555 * net/xesam.el (xesam-mode-map): Use let-bound map in
11556 initialization. (Bug#11292)
11557
11558 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11559
11560 Preserve ispell session localwords when switching back to
11561 original buffer.
11562
11563 * textmodes/ispell.el (ispell-buffer-session-localwords):
11564 New buffer-local variable to hold buffer session localwords.
11565 (ispell-kill-ispell): Add option 'clear to delete session
11566 localwords.
11567 (ispell-command-loop, ispell-change-dictionary)
11568 (ispell-buffer-local-words): Preserve session localwords when
11569 needed.
11570
11571 * textmodes/flyspell.el (flyspell-process-localwords)
11572 (flyspell-do-correct): Preserve session localwords when needed.
11573
11574 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11575
11576 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11577 using obsolete `translation-table-for-input'.
11578 (ispell-word, ispell-process-line, ispell-complete-word):
11579 Use plain `insert' instead of removed `ispell-insert-word'.
11580
11581 2012-04-22 Chong Yidong <cyd@gnu.org>
11582
11583 * cus-edit.el (custom-variable-menu)
11584 (custom-variable-reset-saved, custom-face-menu)
11585 (custom-face-reset-saved): If there is no saved value, make the
11586 "reset-saved" operation bring back the default (Bug#9509).
11587 (custom-face-state): Properly detect themed faces.
11588
11589 * faces.el (face-spec-set): Stop supporting deprecated form of
11590 third arg.
11591
11592 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11593
11594 Move functions from C to Lisp. Make non-blocking method calls
11595 the default. Implement further D-Bus standard interfaces.
11596
11597 * net/dbus.el (dbus-message-internal): Declare function.
11598 Remove unneeded function declarations.
11599 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11600 (dbus-message-type-method-return, dbus-message-type-error)
11601 (dbus-message-type-signal): Declare variables. Remove local
11602 definitions.
11603 (dbus-interface-dbus, dbus-interface-peer)
11604 (dbus-interface-introspectable, dbus-interface-properties)
11605 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11606 Adapt docstring.
11607 (dbus-interface-objectmanager): New defconst.
11608 (dbus-call-method, dbus-call-method-asynchronously)
11609 (dbus-send-signal, dbus-method-return-internal)
11610 (dbus-method-error-internal, dbus-register-service)
11611 (dbus-register-signal, dbus-register-method): New defuns, moved
11612 from dbusbind.c
11613 (dbus-call-method-handler, dbus-setenv)
11614 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11615 New defuns.
11616 (dbus-call-method-non-blocking): Make it an obsolete function.
11617 (dbus-unregister-object, dbus-unregister-service)
11618 (dbus-handle-event, dbus-register-property)
11619 (dbus-property-handler): Obey the new structure of
11620 `bus-registered-objects'.
11621 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11622 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11623 Use `dbus-call-method'.
11624
11625 2012-04-22 Chong Yidong <cyd@gnu.org>
11626
11627 * cus-edit.el (custom-commands, custom-reset-menu)
11628 (Custom-reset-standard): Tweak labels.
11629 (custom-reset-button-menu): Change default to t.
11630 (custom-buffer-create-internal): For the custom-reset-button-menu
11631 case, put the revert button first.
11632 (custom-group-subtitle): New face.
11633 (custom-group-value-create): Align docstring to a specific column.
11634
11635 * wid-edit.el (widget-documentation-link-add): Don't handle
11636 indentation in this function.
11637 (widget-documentation-string-indent-to): New function.
11638 (widget-documentation-string-value-create): Use it.
11639
11640 * autorevert.el (auto-revert):
11641 * epg-config.el (epg):
11642 * ibuffer.el (ibuffer):
11643 * mpc.el (mpc):
11644 * ses.el (ses):
11645 * eshell/eshell.el (eshell):
11646 * net/ange-ftp.el (ange-ftp):
11647 * progmodes/ebnf2ps.el (postscript):
11648 * progmodes/flymake.el (flymake):
11649 * progmodes/prolog.el (prolog):
11650 * progmodes/verilog-mode.el (verilog-mode):
11651 * progmodes/which-func.el (which-func):
11652 * term/xterm.el (xterm):
11653 * textmodes/picture.el (picture):
11654 * textmodes/tildify.el (tildify):
11655 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11656 customization buffers.
11657
11658 2012-04-22 Alan Mackenzie <acm@muc.de>
11659
11660 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11661 Adding a ) can hide the resulting (..) from searches. Fix it.
11662 Bound the backward search to the position of the existing (.
11663
11664 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11665
11666 * progmodes/verilog-mode.el (verilog-mode): Check whether
11667 which-func-modes is t before adding verilog-mode.
11668 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11669
11670 2012-04-21 Leo Liu <sdl.web@gmail.com>
11671
11672 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11673
11674 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11675
11676 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11677 filling of the last column of a table (Bug#5635).
11678 (woman-find-next-control-line): New arg, specifying an additional
11679 regexp component for the control line.
11680 (woman2-roff-buffer): Use it.
11681 (woman-break-table): New function.
11682 (woman2-TS): Use it.
11683
11684 2012-04-21 Chong Yidong <cyd@gnu.org>
11685
11686 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11687 (woman-horizontal-escapes, woman-negative-vertical-space)
11688 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11689 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11690
11691 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * minibuffer.el (completion-file-name-table): Complete user names.
11694
11695 2012-04-20 Leo Liu <sdl.web@gmail.com>
11696
11697 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11698 and pcase-let*.
11699
11700 2012-04-20 Chong Yidong <cyd@gnu.org>
11701
11702 * server.el (server-execute): Respect initial-buffer-choice if it
11703 is a string and there are no files to open (Bug#2825).
11704 (server-create-window-system-frame, server-create-tty-frame):
11705 Don't switch buffers here.
11706 (server-process-filter): Only try to open a window system frame if
11707 compiled with graphical support (Bug#8314).
11708
11709 2012-04-20 Dan Nicolaescu <dann@gnu.org>
11710
11711 * battery.el (battery-echo-area-format): Display remaining time
11712 for sysfs backend too (Bug#11269).
11713 (battery-linux-sysfs): Fix conditional for the charge.
11714
11715 2012-04-20 Chong Yidong <cyd@gnu.org>
11716
11717 * progmodes/gdb-mi.el (gdb): Revert previous change.
11718 (gdb-inferior-io--init-proc): New function.
11719 (gdb-init-1): Use it.
11720 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11721 responsible for allocating a new pty and hooking it to gdb when
11722 the old pty gets an EIO due to process exit.
11723 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
11724 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11725 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11726
11727 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11728
11729 * window.el (window-min-size, window-sizable, window-min-delta)
11730 (window-max-delta, window--resizable, window-resizable)
11731 (window-total-size, window-full-height-p, window-full-width-p)
11732 (window-in-direction, window--resize-mini-window, window-resize)
11733 (window--resize-child-windows-normal)
11734 (window--resize-child-windows, window--resize-siblings)
11735 (window--resize-this-window, adjust-window-trailing-edge)
11736 (enlarge-window, shrink-window): Doc fixes.
11737
11738 2012-04-20 Chong Yidong <cyd@gnu.org>
11739
11740 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11741 New function to call delete-process on the gdb-inferior buffer's pty.
11742 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11743 pty process (Bug#11273).
11744 (gdb-update): New arg to suppress talking to the gdb process.
11745 (gdb-done-or-error): Use it.
11746 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11747 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11748 sentinel not being called.
11749
11750 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11751
11752 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11753
11754 2012-04-20 Glenn Morris <rgm@gnu.org>
11755
11756 * net/network-stream.el (open-network-stream): Doc fix.
11757
11758 2012-04-20 Chong Yidong <cyd@gnu.org>
11759
11760 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11761
11762 2012-04-20 Alan Mackenzie <acm@muc.de>
11763
11764 Ensure searching for keywords is case sensitive.
11765
11766 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11767 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11768 (c-defun-name, c-mark-function, c-cpp-define-name)
11769 (c-comment-indent, c-scan-conditionals, c-indent-defun)
11770 (c-context-line-break): Bind case-fold-search to nil.
11771
11772 * progmodes/cc-mode.el (c-font-lock-fontify-region):
11773 Bind case-fold-search to nil.
11774
11775 2012-04-20 Chong Yidong <cyd@gnu.org>
11776
11777 * mail/sendmail.el (mail-bury): Call return action with the right
11778 Rmail buffer (Bug#11242).
11779
11780 * server.el (server-process-filter): Handle corner case where both
11781 tty and nowait options are present (Bug#11102).
11782
11783 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11784
11785 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11786 (top level): Put into the executable the ident-style '$Id:' tag on
11787 windows-nt as well.
11788
11789 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11790
11791 * electric.el (electric-indent-post-self-insert-function): Check that
11792 electric-indent-mode is enabled in current buffer.
11793
11794 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11795
11796 * imenu.el (imenu-progress-message): Restore; it is "used" in
11797 erc/erc-imenu.el and net/snmp-mode.el.
11798
11799 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11800
11801 * avoid.el (mouse-avoidance-mode): Mark unused arg.
11802 (mouse-avoidance-nudge-mouse): Remove unused binding.
11803
11804 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11805
11806 * descr-text.el (describe-char):
11807 * progmodes/python.el (python-describe-symbol):
11808 Don't call `toggle-read-only', set `buffer-read-only'.
11809
11810 * imenu.el (imenu-default-goto-function): Mark unused args.
11811 (imenu-progress-message): Remove obsolete macro; all callers changed.
11812
11813 * subr.el (keymap-canonicalize): Remove unused binding.
11814 (read-passwd): Mark unused arg.
11815
11816 * tutorial.el (tutorial--display-changes): Remove unused binding.
11817 (tutorial--save-tutorial-to): Remove unused variable.
11818
11819 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11820 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11821 (package-generate-autoloads, package-menu--generate)
11822 (package-menu--find-upgrades): Remove unused bindings.
11823
11824 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11825 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
11826 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11827 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11828 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11829 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11830 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11831 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11832 (cua-delete-char-rectangle): Mark unused args.
11833 (cua-align-rectangle): Remove unused binding.
11834
11835 * mail/rmail.el (compilation--message->loc)
11836 (epa--find-coding-system-for-mime-charset): Declare.
11837
11838 * net/dbus.el (dbus-register-service): Declare.
11839 (dbus-name-owner-changed-handler): Remove unused binding.
11840
11841 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11842 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11843 (nxml-scan-backward-within): Mark unused arg.
11844 (nxml-dynamic-markup-word): Remove unused binding.
11845
11846 * mouse.el (mouse-menu-major-mode-map):
11847 * emacs-lisp/authors.el (authors-scan-change-log)
11848 (authors-add-to-author-list):
11849 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11850 * emacs-lisp/smie.el (smie-auto-fill):
11851 * mail/sendmail.el (mail-bury):
11852 * mail/unrmail.el (unrmail):
11853 * net/tls.el (open-tls-stream):
11854 * textmodes/picture.el (picture-mouse-set-point):
11855 Remove unused bindings.
11856
11857 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
11858
11859 * net/tramp.el (tramp-action-password): Let-bind
11860 `enable-recursive-minibuffers' to t.
11861
11862 2012-04-18 Sam Steingold <sds@gnu.org>
11863
11864 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11865 instead of 'string to accommodate values like [f11].
11866 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11867 * progmodes/gdb-mi.el: Likewise.
11868
11869 2012-04-18 Leo Liu <sdl.web@gmail.com>
11870
11871 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11872 current buffer.
11873 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11874 LOCAL is nil.
11875
11876 2012-04-18 Chong Yidong <cyd@gnu.org>
11877
11878 * simple.el (line-move): Use forward-line if in batch mode
11879 (Bug#11053).
11880
11881 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
11882
11883 * files.el (after-find-file): Do not try to add a final newline if
11884 the buffer is read-only (Bug#11156).
11885
11886 2012-04-17 Richard Stallman <rms@gnu.org>
11887
11888 * mail/rmail.el (rmail-start-mail):
11889 Pass (rmail-mail-return...) for the return-action.
11890 Pass (rmail-yank-current-message...) for the yank-action.
11891 (rmail-yank-current-message): New function.
11892 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11893 (rmail-reply): Likewise.
11894 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11895
11896 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
11897 buffer, not the last. Reject temp buffers. Use the rmail-mode
11898 buffer, not newbuf.
11899
11900 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
11901
11902 * server.el (server-ensure-safe-dir): Simplify.
11903
11904 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * emacs-lisp/smie.el: Provide smarter auto-filling.
11907 (smie-auto-fill): New function.
11908 (smie-setup): Use it.
11909
11910 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11911
11912 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
11913
11914 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11915 (comment-indent): Use it.
11916
11917 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
11918
11919 * ses.el: The overall change is to add cell renaming, that is
11920 setting fancy names for cell symbols other than name matching
11921 "\\`[A-Z]+[0-9]+\\'" regexp .
11922 (ses-localvars): Add ses--renamed-cell-symb-list.
11923 (ses-create-cell-variable): New defun.
11924 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
11925 (ses-relocate-formula): Relocate formulas only for cells the
11926 symbols of which are not renamed, i.e. symbols whose names do not
11927 match regexp "\\`[A-Z]+[0-9]+\\'".
11928 (ses-relocate-all): Relocate values only for cells the symbols of
11929 which are not renamed.
11930 (ses-load): Create cells variables as the (ses-cell ...) are read,
11931 in order to check row col consistency with cell symbol name only
11932 for cells that are not renamed.
11933 (ses-replace-name-in-formula): New defun.
11934 (ses-rename-cell): New defun.
11935
11936 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
11937
11938 * progmodes/perl-mode.el (perl-indent-parens-as-block):
11939 New option (bug#11118).
11940 (perl-calculate-indent): Respect it.
11941
11942 2012-04-17 Glenn Morris <rgm@gnu.org>
11943
11944 * dired-aux.el (dired-mark-read-string): Doc fix.
11945
11946 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
11947
11948 * dired-aux.el (dired-mark-read-string): Offer optional completion.
11949 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
11950
11951 2012-04-17 Glenn Morris <rgm@gnu.org>
11952
11953 * mouse.el (mouse-drag-track):
11954 * speedbar.el (speedbar-frame-mode):
11955 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11956
11957 2012-04-16 Leo Liu <sdl.web@gmail.com>
11958
11959 * progmodes/python.el: Trivial cleanup.
11960
11961 2012-04-16 Glenn Morris <rgm@gnu.org>
11962
11963 * vc/vc.el (vc-string-prefix-p):
11964 * vc/pcvs-util.el (cvs-string-prefix-p):
11965 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
11966 * mpc.el (mpc-string-prefix-p):
11967 Make all of these into obsolete aliases for string-prefix-p.
11968 Update callers.
11969 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
11970
11971 * textmodes/two-column.el: Move custom options to the start.
11972 (frame-width): Remove compat definition.
11973 (2C-associate-buffer, 2C-dissociate):
11974 Use with-current-buffer rather than save-excursion.
11975 (2C-dissociate): Force a mode-line update.
11976 (2C-autoscroll): Use ignore-errors.
11977
11978 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
11979 Autoload trivia.
11980
11981 * emacs-lisp/cl-extra.el (*random-state*):
11982 Remove unnecessary declaration.
11983
11984 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
11985
11986 * play/cookie1.el (cookie-snarf):
11987 Give an explicit error if input file cannot be read.
11988
11989 * play/yow.el (yow-file): Use expand-file-name rather than concat.
11990
11991 * progmodes/perl-mode.el (c-macro-expand):
11992 Remove unnecessary autoload (it is in loaddefs.el).
11993
11994 * textmodes/picture.el (picture-desired-column)
11995 (picture-update-desired-column): Convert comments to doc-strings.
11996 (picture-substitute): Remove function.
11997 (picture-mode-map): Initialize in the defvar.
11998
11999 * woman.el: Remove eval-after-load for tar-mode.
12000 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
12001 (woman-tar-extract-file): Autoload it.
12002
12003 * frame.el (automatic-hscrolling): Make this alias obsolete.
12004
12005 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12006
12007 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
12008 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
12009 (ispell-dictionary-base-alist): Revert to original XEmacs
12010 friendly version for default. [:alpha:] will be added in
12011 `ispell-set-spellchecker-params' if needed.
12012
12013 2012-04-16 Chong Yidong <cyd@gnu.org>
12014
12015 * image.el (imagemagick--file-regexp): New variable.
12016 (imagemagick-register-types): Use it.
12017 (imagemagick-types-inhibit): Add :set function. Allow new value
12018 of t to inhibit all types.
12019
12020 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
12021 so we can preload it.
12022
12023 * loadup.el (fboundp): Preload regexp-opt, needed by
12024 imagemagick-register-types.
12025
12026 2012-04-15 Chong Yidong <cyd@gnu.org>
12027
12028 * frame.el (scrolling): Remove nearly unused customization group.
12029
12030 * scroll-all.el (scroll-all-mode): Move to windows group.
12031
12032 2012-04-15 Chong Yidong <cyd@gnu.org>
12033
12034 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
12035
12036 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12037
12038 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12039 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12040
12041 2012-04-15 Glenn Morris <rgm@gnu.org>
12042
12043 * simple.el (process-file-side-effects): Doc fix.
12044
12045 2012-04-15 Glenn Morris <rgm@gnu.org>
12046
12047 * international/mule-cmds.el (set-language-environment): Doc fix.
12048
12049 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12050
12051 * server.el (server-auth-key, server-generate-key): Doc fixes.
12052 (server-get-auth-key): Doc fix. Use `string-match-p'.
12053 (server-start): Reflow docstring.
12054
12055 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12056
12057 * server.el (server-generate-key): `called-interactively-p'
12058 requires a parameter.
12059
12060 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12061
12062 * server.el (server-auth-key): New variable.
12063 (server-generate-key, server-get-auth-key): New function.
12064 (server-start): Use the new variable and functions to allow
12065 setting a permanent server key (bug#9423).
12066
12067 2012-04-14 Leo Liu <sdl.web@gmail.com>
12068
12069 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12070
12071 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12072
12073 Spelling fixes.
12074 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12075 Emacs uses American spelling.
12076
12077 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12078
12079 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12080 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12081 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12082 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12083
12084 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12085
12086 * progmodes/which-func.el (which-func-modes): Change default.
12087
12088 2012-04-14 Kim F. Storm <storm@cua.dk>
12089
12090 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12091 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12092
12093 2012-04-14 Chong Yidong <cyd@gnu.org>
12094
12095 * custom.el (custom-theme-set-variables): Doc fix.
12096
12097 2012-04-14 Glenn Morris <rgm@gnu.org>
12098
12099 * international/mule.el (set-auto-coding-for-load): Doc fix.
12100
12101 2012-04-14 Alan Mackenzie <acm@muc.de>
12102
12103 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12104 imenu work again for Objective C Mode. Correct the *-index values,
12105 these having been disturbed by a previous change in 2011-08.
12106
12107 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12108 Correct two search limits.
12109
12110 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12111
12112 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12113
12114 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12115
12116 * international/characters.el: Fix sorting.
12117
12118 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12119
12120 * international/characters.el: Add more missing Latin case pairs.
12121
12122 2012-04-14 Glenn Morris <rgm@gnu.org>
12123
12124 * files.el (dir-locals-set-class-variables): Doc fix.
12125
12126 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12127
12128 * international/characters.el: Add set-case-syntax-pair call for
12129 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12130 counterpart. (Bug#11209)
12131
12132 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12133
12134 2012-04-14 Glenn Morris <rgm@gnu.org>
12135
12136 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12137
12138 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12139
12140 * textmodes/ispell.el (ispell-dictionary-base-alist):
12141 Add data for Hebrew.
12142
12143 2012-04-14 Chong Yidong <cyd@gnu.org>
12144
12145 * net/rcirc.el (rcirc-cmd-quit):
12146 Revert 2012-03-18 change (Bug#11192).
12147
12148 2012-04-14 Glenn Morris <rgm@gnu.org>
12149
12150 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12151
12152 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12153
12154 * minibuffer.el (completion-in-region-mode-map):
12155 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12156
12157 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12158
12159 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12160
12161 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12162
12163 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12164 to allow `C-M-f' and `C-M-b' to move to the nearest path
12165 separator (bug#9511).
12166
12167 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12168
12169 * avoid.el: Require cl when compiling. And also move the
12170 `provide' to the end.
12171
12172 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12173
12174 * avoid.el (mouse-avoidance-banish-position): New variable.
12175 (mouse-avoidance-banish-destination): Use it (bug#10165).
12176
12177 2012-04-13 Leo Liu <sdl.web@gmail.com>
12178
12179 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12180
12181 2012-04-13 Ken Brown <kbrown@cornell.edu>
12182
12183 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12184 this is no longer needed now that cygstart understands file:// URLs.
12185 (browse-url-filename-alist): For the same reason, don't modify
12186 file:// URLs on Cygwin.
12187
12188 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12189
12190 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12191 the region on shift if the binding is already shifted (bug#11221).
12192
12193 2012-04-12 Glenn Morris <rgm@gnu.org>
12194
12195 * mail/mailpost.el: Move to obsolete/.
12196
12197 2012-04-12 Drew Adams <drew.adams@oracle.com>
12198
12199 * imenu.el (imenu--generic-function): Ignore invisible definitions
12200 (bug#10123).
12201
12202 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12203
12204 * hexl.el (hexl-bits): New variable.
12205 (hexl-options): Mention the variable in the doc string.
12206 (hexl-rulerise, hexl-line-displen): New functions.
12207 (hexl-mode): Mention the new variable.
12208 (hexl-mode, hexl-current-address, hexl-current-address):
12209 Use the displen.
12210 (hexl-ascii-start-column): New function.
12211 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12212 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12213
12214 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12215
12216 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12217 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12218 the encoding, as expected by hunspell.
12219
12220 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12221
12222 * battery.el (battery--linux-sysfs-regexp): New const.
12223 (battery-status-function): Use it. Remove yeeloong special case.
12224 (battery-yeeloong-sysfs): Remove.
12225 (battery-echo-area-format): Remove yeeloong special case.
12226
12227 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12230 Reported by Noah Friedman.
12231
12232 * subr.el (read-passwd): Use read-string.
12233
12234 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12235
12236 * vcursor.el (vcursor-move): Increase the priority of the overlay
12237 (bug#9663).
12238
12239 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12240
12241 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12242 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12243
12244 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12245
12246 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12247 define-minor-mode (bug#10760).
12248
12249 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12250
12251 * progmodes/grep.el (rgrep): Tweak the find command line so
12252 that directories matching `grep-find-ignored-files' won't be
12253 pruned (bug#10351).
12254
12255 2012-04-11 Chong Yidong <cyd@gnu.org>
12256
12257 * startup.el (command-line): Remove support for long-obsolete
12258 variable font-lock-face-attributes.
12259
12260 2012-04-11 Glenn Morris <rgm@gnu.org>
12261
12262 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12263
12264 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * window.el (window--state-get-1): Obey window-point-insertion-type.
12267
12268 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12269
12270 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12271 to previous function when point is on the first character of a
12272 function. Take care of that in `narrow-to-defun' (bug#6157).
12273
12274 2012-04-11 Glenn Morris <rgm@gnu.org>
12275
12276 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12277 not just file-errors.
12278
12279 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12280 (vc-bzr-sha1): Use internal sha1.
12281
12282 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12283
12284 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12285
12286 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12287
12288 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12289 that start in the middle of the line (bug#10496).
12290
12291 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12292
12293 * battery.el (battery-linux-proc-acpi): Only one battery is
12294 discharged at a time, but that seems to confuse battery.el when
12295 computing `rate-type' for the battery not being discharged
12296 (bug#10332).
12297
12298 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12299
12300 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12301
12302 * international/quail.el: Use dolist and simplify.
12303 (quail-define-package, quail-update-keyboard-layout)
12304 (quail-define-rules): Use dolist.
12305 (quail-insert-kbd-layout, quail-get-translation): CSE.
12306
12307 * tmm.el: Use dolist, remove left over hook.
12308 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12309 Use dolist.
12310 (calendar-load-hook): Don't mess with it.
12311
12312 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12313 Use derived-mode-p. Run the diff asynchronously.
12314
12315 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12316
12317 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12318
12319 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12320
12321 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12322 (list-dynamic-libraries--loaded): New function.
12323 (list-dynamic-libraries--refresh): Use it.
12324
12325 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12326
12327 * progmodes/python.el (python-fill-paragraph):
12328 Make python-fill-region in a multiline string work when font-lock is
12329 disabled (bug#7018).
12330
12331 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12332
12333 * language/european.el (cp775): Add oem/legacy (en)coding on
12334 DOS/MS Windows for the Baltic languages. There are still plenty
12335 of texts written in this encoding/codepage (bug#6519).
12336
12337 2012-04-10 Glenn Morris <rgm@gnu.org>
12338
12339 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12340 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12341
12342 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12343
12344 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12345 next-line "n" and previous-line "p" in order to make recentf more
12346 consistent with ibuffer, dired or org-mode (bug#9387).
12347
12348 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12349
12350 * image.el (put-image): Return the overlay created instead of the
12351 optional input string (bug#7834). Note that this may break code
12352 that is (for some reason or other) depending on `put-image'
12353 returning the string.
12354
12355 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12356
12357 * simple.el (zap-to-char): Allow zapping using input methods
12358 (bug#1580).
12359
12360 * textmodes/fill.el (fill-region): Leave point and mark where they
12361 were before filling (bug#5399).
12362
12363 2012-04-09 Glenn Morris <rgm@gnu.org>
12364
12365 * version.el (emacs-bzr-get-version):
12366 Handle lightweight checkouts of local branches.
12367
12368 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12369
12370 * international/characters.el: Recover lost case pairs. (Bug#11209)
12371
12372 2012-04-09 Chong Yidong <cyd@gnu.org>
12373
12374 * custom.el (custom-variable-p): Return nil for non-symbol
12375 arguments instead of signaling an error.
12376 (user-variable-p): Obsolete alias for custom-variable-p.
12377
12378 * apropos.el (apropos-variable):
12379 * files-x.el (read-file-local-variable):
12380 * simple.el (set-variable):
12381 * woman.el (woman-mini-help):
12382 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12383
12384 2012-04-09 Glenn Morris <rgm@gnu.org>
12385
12386 * startup.el (normal-top-level): Don't look for leim-list.el
12387 in places where it will not be found. (Bug#910)
12388
12389 * international/mule-cmds.el (set-default-coding-systems):
12390 * files.el (normal-mode):
12391 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12392 This function was removed with ucs-tables.el in 2008.
12393
12394 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12395
12396 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12397 ispell-encoding8-command to "-i", without a trailing space.
12398 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12399 separate command-line arguments, to specify the encoding, since
12400 that's how hunspell expects it.
12401
12402 2012-04-08 Glenn Morris <rgm@gnu.org>
12403
12404 * loadup.el: Load bindings before cus-start.
12405 This reduces somewhat the number of "rogue" settings in emacs -Q.
12406
12407 2012-04-07 Glenn Morris <rgm@gnu.org>
12408
12409 * version.el (emacs-bzr-get-version): New function.
12410 (emacs-bzr-version): New variable.
12411 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12412 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12413
12414 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12415
12416 * international/uni-bidi.el, international/uni-category.el:
12417 * international/uni-combining.el, international/uni-decimal.el:
12418 * international/uni-decomposition.el, international/uni-digit.el:
12419 * international/uni-lowercase.el, international/uni-mirrored.el:
12420 * international/uni-name.el, international/uni-numeric.el:
12421 * international/uni-titlecase.el, international/uni-uppercase.el:
12422 Update for Unicode 6.1.
12423
12424 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12425
12426 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12427
12428 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12429
12430 * window.el (shrink-window): Mention the `window-min-height'
12431 variable in the doc string.
12432
12433 2012-04-05 Bastien Guerry <bzg@altern.org>
12434
12435 * color.el (color-lighten-name): Fix typo.
12436
12437 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12438
12439 * server.el (server--on-display-p): New function.
12440 (server--on-display-p): Use it.
12441
12442 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12443
12444 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12445 (bug#11145).
12446
12447 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12448
12449 * comint.el (comint--common-quoted-suffix): Check string boundary
12450 before comparing (bug#11158).
12451 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12452
12453 2012-04-04 Chong Yidong <cyd@gnu.org>
12454
12455 * minibuffer.el (completion-extra-properties): Doc fix.
12456
12457 * subr.el (delayed-warnings-hook): Doc fix.
12458
12459 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12460
12461 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12462 selection (Bug#11159).
12463 (epa-insert-keys): Inform that the default public key will be
12464 exported if no key is selected.
12465
12466 2012-04-04 Richard Stallman <rms@gnu.org>
12467
12468 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12469
12470 2012-04-03 Chong Yidong <cyd@gnu.org>
12471
12472 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12473 mail-insert-file, not its obsolete alias mail-attach-file.
12474
12475 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12476
12477 * notifications.el (notifications-notify): Fix docstring.
12478
12479 2012-04-02 Glenn Morris <rgm@gnu.org>
12480
12481 * emacs-lisp/authors.el (authors-aliases): Another addition.
12482
12483 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12484
12485 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12486 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12487 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12488
12489 2012-04-01 Chong Yidong <cyd@gnu.org>
12490
12491 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12492 Handle root directory properly.
12493 (copy-directory): Caller changed.
12494
12495 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12496 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12497
12498 2012-03-31 Glenn Morris <rgm@gnu.org>
12499
12500 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12501
12502 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12503
12504 * calendar/calendar.el (calendar-window-list)
12505 (calendar-hide-window): Restore. (Bug#11140)
12506 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12507
12508 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12509
12510 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12511
12512 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12513 Check if file is a symlink (Bug#10489).
12514
12515 * files.el (copy-directory): Likewise.
12516
12517 2012-03-30 Chong Yidong <cyd@gnu.org>
12518
12519 * image.el (imagemagick-types-inhibit)
12520 (imagemagick-register-types): Doc fix.
12521
12522 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12523
12524 * textmodes/ispell.el (ispell-get-extended-character-mode):
12525 Disable extended-char-mode for hunspell. hunspell does not support it
12526 and treats ~word as ordinary words in pipe mode.
12527
12528 2012-03-30 Glenn Morris <rgm@gnu.org>
12529
12530 * tutorial.el (help-with-tutorial): Ensure local variables don't
12531 happen to make the buffer read-only. (Bug#11127)
12532
12533 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12536 (perl-calculate-indent): Return `noindent' in strings.
12537
12538 2012-03-28 Sam Steingold <sds@gnu.org>
12539
12540 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12541 instead of the broken adhockery which does not prevent calendar
12542 buffers from being displayed at random after exit.
12543 (calendar-window-list, calendar-hide-window): Remove the broken
12544 adhockery.
12545
12546 2012-03-28 Glenn Morris <rgm@gnu.org>
12547
12548 * replace.el (query-replace-map): Doc fix.
12549
12550 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12551
12552 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12553 contents. (Bug#11109)
12554
12555 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12556
12557 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12558 (bug#11077).
12559 (avl-tree--check, avl-tree--check-node): New funs.
12560
12561 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12562
12563 * window.el (switch-to-visible-buffer): New option.
12564 (switch-to-prev-buffer, switch-to-next-buffer):
12565 Observe switch-to-visible-buffer. Make sure that checking for a window
12566 showing a buffer already is done on the same frame.
12567
12568 2012-03-27 Glenn Morris <rgm@gnu.org>
12569
12570 * startup.el (mail-host-address): Doc fix.
12571
12572 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12575 than 197 variables.
12576
12577 2012-03-26 Ami Fischman <ami@fischman.org>
12578
12579 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12580
12581 2012-03-26 Glenn Morris <rgm@gnu.org>
12582
12583 * files.el (save-buffers-kill-emacs): Doc fix.
12584
12585 * startup.el (normal-top-level, command-line, command-line-1):
12586 Give them doc strings.
12587
12588 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12589
12590 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12591 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12592
12593 2012-03-25 Chong Yidong <cyd@gnu.org>
12594
12595 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12596 theme if it was previously enabled before (Bug#11031).
12597
12598 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12599 spec with custom-face-get-current-spec if its :shown-value is not
12600 determined yet (Bug#9337).
12601 (customize-create-theme, custom-theme-revert): Doc fixes.
12602
12603 * button.el (button-at): Minor addition to docstring.
12604
12605 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12606
12607 * vc/vc.el (vc-merge): Fix a prompt.
12608
12609 2012-03-24 Chong Yidong <cyd@gnu.org>
12610
12611 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12612 point (Bug#9623).
12613
12614 * button.el (button-at): Minor addition to docstring.
12615
12616 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12617
12618 * newcomment.el (comment-choose-indent): No space after BOL.
12619
12620 2012-03-22 Sam Steingold <sds@gnu.org>
12621
12622 * window.el (switch-to-prev-buffer): Revert last patch because the
12623 bug turned out to be an advertised feature (Elisp manual 28.14).
12624
12625 2012-03-22 Glenn Morris <rgm@gnu.org>
12626
12627 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12628 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12629
12630 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12631
12632 * net/network-stream.el (network-stream-open-starttls): Make error
12633 message under Windows be less misleading.
12634
12635 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12636
12637 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12638 understands (bug#9942).
12639
12640 2012-03-22 Chong Yidong <cyd@gnu.org>
12641
12642 * simple.el (end-of-visible-line): Handle return value of
12643 next-single-property-change properly (Bug#9371).
12644
12645 2012-03-22 Kenichi Handa <handa@m17n.org>
12646
12647 * international/quail.el (quail-insert-kbd-layout): Fix previous
12648 change. To avoid unwanted bidi reordering, use
12649 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12650
12651 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12652
12653 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12654 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12655 (ruby-beginning-of-indent): Be more careful with the difference
12656 between word-boundary and symbol boundary.
12657 (ruby-mode-syntax-table): Make : a symbol constituent.
12658
12659 2012-03-21 Andreas Politz <politza@fh-trier.de>
12660
12661 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12662
12663 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12664
12665 * progmodes/etags.el (tags-completion-at-point-function):
12666 Improve last fix.
12667
12668 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12669
12670 2012-03-21 Sam Steingold <sds@gnu.org>
12671
12672 * progmodes/etags.el (tags-completion-at-point-function):
12673 Avoid the error when point is inside the pattern.
12674
12675 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12676
12677 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12678 line (Bug#10855).
12679
12680 2012-03-21 Drew Adams <drew.adams@oracle.com>
12681
12682 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12683
12684 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12685
12686 * ido.el (ido-set-current-directory, ido-read-internal)
12687 (ido-choose-completion-string, ido-completion-help): Handle nil
12688 value of ido-completion-buffer (Bug#11008).
12689
12690 2012-03-21 Sam Steingold <sds@gnu.org>
12691
12692 * window.el (switch-to-prev-buffer): Do not switch to a visible
12693 window previous buffer, just like with the frame previous buffers.
12694
12695 2012-03-21 Chong Yidong <cyd@gnu.org>
12696
12697 * faces.el (make-face, make-empty-face, copy-face):
12698 * face-remap.el (face-remap-add-relative, face-remap-set-base):
12699 Doc fixes.
12700
12701 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12702
12703 * wid-edit.el (widget-complete-field): Remove (bug#11051).
12704 (widget-complete): Remove broken use of it.
12705
12706 2012-03-20 Chong Yidong <cyd@gnu.org>
12707
12708 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12709 Use string-width and truncate-string-width to handle arbitrary
12710 characters.
12711
12712 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
12713
12714 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12715 to draw rectangles, not squares. (Regression introduced by revno
12716 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12717
12718 2012-03-18 Chong Yidong <cyd@gnu.org>
12719
12720 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12721 it is not yet defined (for temacs).
12722
12723 2012-03-18 Leo Liu <sdl.web@gmail.com>
12724
12725 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12726 prefix.
12727
12728 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12729
12730 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12731 (ispell-choices-win-default-height, ispell-silently-savep)
12732 (ispell-dictionary-alist, ispell-encoding8-command)
12733 (ispell-check-version, ispell-aspell-find-dictionary)
12734 (ispell-valid-dictionary-list, ispell-words-keyword)
12735 (ispell-get-word, ispell-internal-change-dictionary)
12736 (ispell-region, ispell-skip-region-list)
12737 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12738 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12739 (ispell-message-text-end, ispell-message)
12740 (ispell-buffer-local-parsing): Doc fix.
12741
12742 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
12743
12744 * htmlfontify.el: Add support for code block fontification for ODT
12745 export (Bug #9914).
12746 (hfy-optimisations): Define new option
12747 `body-text-only'
12748 (hfy-fontify-buffer): Honor above setting.
12749 (hfy-begin-span, hfy-end-span): New routines factored out form
12750 `hfy-fontify-buffer'.
12751 (hfy-begin-span-handler, hfy-end-span-handler): New variables
12752 that permit insertion of custom tags.
12753 (hfy-fontify-buffer): Use above handlers.
12754 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12755 (hfy-face-to-css): Re-defined to be a variable.
12756 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
12757 over multiple runs. This is made possible by having the caller let
12758 bind a special variable `hfy-user-sheet-assoc'.
12759 (htmlfontify-string): New defun.
12760 (hfy-compile-face-map): Make sure that the last char in the
12761 buffer is correctly fontified.
12762 (hfy-face-resolve-face): Whitespace only change.
12763
12764 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12765
12766 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12767 message more clear.
12768
12769 2012-03-16 Leo Liu <sdl.web@gmail.com>
12770
12771 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12772
12773 2012-03-16 Alan Mackenzie <acm@muc.de>
12774
12775 Further optimize the handling of large macros.
12776
12777 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12778 limit to a call of `c-literal-limits'.
12779 (c-determine-+ve-limit): New function.
12780 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12781 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12782 In CASE 5B, restrict a search limit to 500.
12783 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12784
12785 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12786 Restrict macro bounds to +-500 from after-change's BEG END.
12787
12788 2012-03-16 Leo Liu <sdl.web@gmail.com>
12789
12790 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12791
12792 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
12793
12794 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12795 `special-mode' setting of `buffer-read-only'. (Bug#11010)
12796
12797 2012-03-16 Glenn Morris <rgm@gnu.org>
12798
12799 * view.el (view-buffer, view-buffer-other-window)
12800 (view-buffer-other-frame): Doc fixes re special mode-class.
12801
12802 * subr.el (eval-after-load): If named feature is provided not from
12803 a file, run after-load forms. (Bug#10946)
12804
12805 * calendar/calendar.el (calendar-insert-at-column):
12806 Handle non-unit-width characters a bit better. (Bug#10978)
12807
12808 2012-03-15 Chong Yidong <cyd@gnu.org>
12809
12810 * emacs-lisp/ring.el (ring-extend): New function.
12811 (ring-insert+extend): Extend the ring correctly (Bug#11019).
12812
12813 * comint.el (comint-read-input-ring)
12814 (comint-add-to-input-history): Grow comint-input-ring lazily.
12815
12816 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12817
12818 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12819 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12820
12821 * imenu.el: Fix multiple inheritance breakage (bug#9199).
12822 (imenu-add-to-menubar): Don't add a redundant index.
12823 (imenu-update-menubar): Handle a dynamically composed keymap.
12824
12825 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12826
12827 * mail/sendmail.el (mail-encode-header):
12828 Bind rfc2047-encode-encoded-words to nil.
12829
12830 2012-03-13 Glenn Morris <rgm@gnu.org>
12831
12832 * calendar/calendar.el (calendar-string-spread):
12833 Handle non-unit-width characters a bit better. (Bug#10978)
12834
12835 2012-03-13 Leo Liu <sdl.web@gmail.com>
12836
12837 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12838 directory and file as argument (Bug#10822).
12839
12840 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12841
12842 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12843 For dynamically generated code, follow $PC.
12844 (gdb-disassembly-handler-custom): Handle no function name case.
12845
12846 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
12847
12848 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12849 * emulation/ws-mode.el (ws-query-replace):
12850 * sort.el (sort-regexp-fields):
12851 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
12852
12853 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * dabbrev.el: Fix cycle completion order (bug#10963).
12856 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12857 (dabbrev-completion): Don't use an obarray; provide
12858 a cycle-sort-function.
12859
12860 2012-03-12 Leo Liu <sdl.web@gmail.com>
12861
12862 * simple.el (kill-new): Use equal-including-properties for comparison.
12863 (kill-do-not-save-duplicates): Doc fix.
12864
12865 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12866
12867 * dabbrev.el: Fix cycle completion (bug#10963).
12868 Use lexical binding and wrap to 80 columns.
12869 (dabbrev-completion): Delay computing the list of completions.
12870
12871 2012-03-12 Kenichi Handa <handa@m17n.org>
12872
12873 * international/quail.el (quail-insert-kbd-layout): Surround each
12874 row by LRO and PDF instead of inserting many LRMs. Pad the left
12875 and right of each non-spacing marks. Insert invisible space
12876 between lower and upper characters to prevent composition.
12877
12878 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * minibuffer.el (minibuffer-complete): Don't get confused when the
12881 function is run twice via different commands (bug#10958).
12882 (complete-with-action): Fix docstring.
12883
12884 2012-03-12 Chong Yidong <cyd@gnu.org>
12885
12886 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12887 (nxml-completion-at-point-function): New function.
12888 (nxml-mode): Use it.
12889 (nxml-bind-meta-tab-to-complete-flag): Default to t.
12890
12891 * emacs-lisp/package.el (package-unpack, package-unpack-single):
12892 Load generated autoloads file before byte compiling (Bug#10970).
12893 (package--make-autoloads-and-compile): New helper fun.
12894
12895 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
12896
12897 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12898
12899 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
12900
12901 * autorevert.el (auto-revert-handler): Ensure, that
12902 file-readable-p is applied only for local files or in
12903 auto-revert-tail-mode.
12904
12905 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
12906
12907 * server.el (server-eval-at): Handle non-tcp connections.
12908 Decode result string.
12909
12910 * server.el (server-msg-size): New constant.
12911 (server-reply-print): New function.
12912 (server-eval-and-print): Use it.
12913 (server-eval-at): Use server-quote-arg and server-unquote-arg.
12914 Handle -print-nonl.
12915
12916 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
12917
12918 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12919 (Bug#10987).
12920
12921 2012-03-11 Chong Yidong <cyd@gnu.org>
12922
12923 * simple.el (goto-line): Doc fix (Bug#9938).
12924
12925 * subr.el (save-window-excursion): Doc fix (Bug#9979).
12926
12927 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12928 when finished (Bug#10963).
12929
12930 2012-03-11 Martin Rudalics <rudalics@gmx.at>
12931
12932 * window.el (split-window-below): Fix bug in case where
12933 split-window-keep-point is nil (Bug#10971).
12934
12935 2012-03-11 Juri Linkov <juri@jurta.org>
12936
12937 * replace.el (replace-highlight): Set isearch-word to nil
12938 unconditionally. (Bug#10887)
12939
12940 2012-03-10 Eli Zaretskii <eliz@gnu.org>
12941
12942 * net/mairix.el (mairix-replace-invalid-chars): Rename from
12943 mairix-replace-illegal-chars; all callers changed. Don't remove
12944 ^, ~, and = characters: they are meaningful in mairix search specs.
12945 (mairix-widget-create-query): Add usage information about mairix
12946 search forms: negating words, searching for substrings, etc.
12947
12948 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
12949
12950 * international/fontset.el (font-encoding-alist): Add an entry for
12951 ksx1001 (Bug#5667).
12952
12953 2012-03-10 Richard Stallman <rms@gnu.org>
12954
12955 * mail/sendmail.el (mail-encode-header):
12956 Set rfc2047-encode-encoded-words.
12957
12958 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12959
12960 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
12961 view buffer means not swapped.
12962 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
12963 (rmail-write-region-annotate): Error if real text has disappeared.
12964
12965 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
12966
12967 2012-03-10 Chong Yidong <cyd@gnu.org>
12968
12969 * emulation/cua-rect.el (cua--init-rectangles):
12970 * emulation/cua-base.el (cua--init-keymaps):
12971 Add delete-forward-char to remappings (Bug#9666).
12972
12973 2012-03-10 Martin Rudalics <rudalics@gmx.at>
12974
12975 * speedbar.el (speedbar-unhighlight-one-tag-line):
12976 Avoid unhighlighting due to frame switching (Bug#10275).
12977
12978 2012-03-10 Chong Yidong <cyd@gnu.org>
12979
12980 * minibuffer.el (completion-in-region, completion-help-at-point):
12981 Give the completion field overlay a high priority (Bug#6830).
12982
12983 * dired.el (dired-goto-file): Recognize absolute file name
12984 listings (Bug#7126).
12985 (dired-goto-file-1): New helper function.
12986 (dired-toggle-read-only): Inhibit warnings.
12987
12988 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
12989
12990 * net/dbus.el (dbus-property-handler): Return empty array if
12991 there are no properties.
12992
12993 2012-03-09 Leo Liu <sdl.web@gmail.com>
12994
12995 * savehist.el (savehist-printable): Stricter check for string
12996 value (Bug#10937).
12997
12998 2012-03-09 Eli Zaretskii <eliz@gnu.org>
12999
13000 * mail/smtpmail.el (smtpmail-send-it):
13001 Bind coding-system-for-write to *-unix, so that FCC files are kept in
13002 valid mbox format.
13003
13004 2012-03-09 Glenn Morris <rgm@gnu.org>
13005
13006 * files.el (dir-locals-find-file):
13007 Don't check result is regular, readable.
13008 (dir-locals-read-from-file): Demote errors.
13009
13010 2012-03-08 Eli Zaretskii <eliz@gnu.org>
13011
13012 * international/quail.el (quail-insert-kbd-layout):
13013 Insert invisible LRM characters before each character in a keyboard
13014 layout cell, to prevent their reordering by bidi display engine.
13015 For details, see the discussion in
13016 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
13017
13018 2012-03-08 Alan Mackenzie <acm@muc.de>
13019
13020 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
13021 the starting position; make it extend the marked region when
13022 invoked repeatedly - all under appropriate circumstances.
13023 Fixes bugs #5525, #10906.
13024
13025 2012-03-08 Glenn Morris <rgm@gnu.org>
13026
13027 * files.el (locate-dominating-file, dir-locals-find-file):
13028 Undo 2012-03-06 change.
13029
13030 2012-03-07 Eli Zaretskii <eliz@gnu.org>
13031
13032 * international/quail.el (quail-help):
13033 Force bidi-paragraph-direction be left-to-right. See discussion in
13034 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
13035 for the reason.
13036
13037 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13038
13039 Avoid superfluous registering of signals. (Bug#10807)
13040
13041 * notifications.el (notifications-on-action-object)
13042 (notifications-on-close-object): New defvars.
13043 (notifications-on-action-signal, notifications-on-closed-signal):
13044 Unregister the signal if not needed any longer.
13045 (notifications-notify): Register `notifications-action-signal' or
13046 `notifications-closed-signal', if :on-action or :on-close has been
13047 passed as argument.
13048
13049 2012-03-07 Chong Yidong <cyd@gnu.org>
13050
13051 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13052 non-X platforms.
13053
13054 2012-03-06 Glenn Morris <rgm@gnu.org>
13055
13056 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13057 (x-disown-selection-internal, x-get-selection-internal):
13058 Doc fix (add arglist signatures). (Bug#10783)
13059
13060 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13061
13062 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13063 Handle breakpoints with no "type".
13064
13065 2012-03-06 Glenn Morris <rgm@gnu.org>
13066
13067 * files.el (locate-dominating-file): Add optional predicate argument.
13068 (dir-locals-find-file): Make use of above change.
13069
13070 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13071
13072 * info.el (Info-insert-dir): Also try "dir.gz".
13073
13074 2012-03-06 Glenn Morris <rgm@gnu.org>
13075
13076 * files.el (dir-locals-find-file):
13077 Ignore non-readable or non-regular files. (Bug#10928)
13078
13079 * files.el (locate-dominating-file): Doc fix.
13080
13081 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13082
13083 * calendar/calendar.el (calendar-set-mode-line):
13084 `getenv' returns a string. (Bug#10951)
13085
13086 2012-03-05 Leo Liu <sdl.web@gmail.com>
13087
13088 * simple.el (backward-delete-char-untabify): Constrain point to
13089 field (Bug#10939).
13090
13091 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13092
13093 2012-03-05 Chong Yidong <cyd@gnu.org>
13094
13095 * simple.el (count-words): If called from Lisp, return the word
13096 count, for symmetry with `count-lines'. Arglist changed.
13097 (count-words--message): Args changed. Consolidate counting code
13098 from count-words and count-words-region.
13099 (count-words-region): Caller changed.
13100 (count-lines-region): Make it an obsolete alias.
13101
13102 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13103
13104 * saveplace.el (save-place-to-alist)
13105 (save-place-ignore-files-regexp): Allow value nil to disable this
13106 feature.
13107
13108 2012-03-04 Chong Yidong <cyd@gnu.org>
13109
13110 * faces.el (face-spec-reset-face): For the default face, reset the
13111 attributes to default values (Bug#10748).
13112
13113 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13114
13115 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13116 previous patch: Check `message-send-mail-function', and not the
13117 default function (bug#10897).
13118
13119 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13120
13121 * notifications.el (notifications-on-action-signal)
13122 (notifications-on-closed-signal): Check for unique service name of
13123 incoming event. Fix error in removing entry.
13124 (top): Register for signals with wildcard service name.
13125 (notifications-notify): Use daemon unique service name for map entries.
13126
13127 2012-03-04 Chong Yidong <cyd@gnu.org>
13128
13129 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13130
13131 2012-03-04 Glenn Morris <rgm@gnu.org>
13132
13133 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13134 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13135 (expand-abbrev, define-abbrev-table): Doc fixes.
13136
13137 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13138
13139 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13140 `message-default-send-mail-function' and not `send-mail-function'
13141 when doing the prompting for `sendmail-query-once' before sending
13142 in Message buffers (bug#10897).
13143
13144 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13145 This is inconsistent with all the other stream functions, which leave
13146 the setting up to the higher levels (if so wanted) (bug#10931).
13147
13148 2012-03-02 Alan Mackenzie <acm@muc.de>
13149
13150 Depessimize the handling of very large macros.
13151
13152 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13153 (c-macro-cache-syntactic): New variables to implement a one
13154 element macro cache.
13155 (c-invalidate-macro-cache): New function.
13156 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13157 Adapt to use the new cache.
13158 (c-state-safe-place): Use better the cache of safe positions.
13159 (c-state-semi-nonlit-pos-cache)
13160 (c-state-semi-nonlit-pos-cache-limit):
13161 New variables for...
13162 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13163 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13164 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13165 Use c-state-semi-safe-place.
13166
13167 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13168 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13169
13170 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13171
13172 * jka-compr.el (jka-compr-call-process):
13173 Apply `file-accessible-directory-p' only when the default directory is
13174 not remote.
13175
13176 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13177
13178 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13179 access of FILE2, if FILE1 does not exist.
13180
13181 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13182 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13183
13184 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13185 Add "PAGER=" to `process-environment'.
13186
13187 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13188
13189 * progmodes/sql.el: Bug fix
13190 (sql-get-login-ext): Save login values in globals.
13191 (sql-get-login): Use new version of `sql-get-login-ext'.
13192 (sql-interactive-mode): Set global `sql-connection' to nil.
13193 (sql-connect): Set global values for connection.
13194 (sql-product-interactive): Save global values as buffer local.
13195
13196 2012-02-29 Leo Liu <sdl.web@gmail.com>
13197
13198 * abbrev.el (define-abbrevs): Reset sys to nil.
13199
13200 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13201
13202 * files.el (file-equal-p): Rename from `files-equal-p'.
13203 Return nil when one or both files don't exist.
13204 (file-subdir-of-p): Now only top directory must exists,
13205 return nil if it doesn't.
13206 (copy-directory): No need to test with `file-subdir-of-p' after
13207 creating dir.
13208 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13209 to `file-equal-p'.
13210
13211 2012-02-28 Glenn Morris <rgm@gnu.org>
13212
13213 * shell.el (shell-mode):
13214 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13215 * play/landmark.el (landmark-font-lock-face-O):
13216 * play/handwrite.el (handwrite):
13217 * play/gomoku.el (gomoku-O):
13218 * net/browse-url.el (browse-url-browser-display):
13219 * international/mule.el (define-charset):
13220 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13221 * filesets.el (filesets-find-file-delay):
13222 * eshell/em-xtra.el (eshell-xtra):
13223 * eshell/em-unix.el (eshell-grep):
13224 * emulation/viper.el (viper-mode):
13225 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13226 * emacs-lisp/easymenu.el (easy-menu-define):
13227 * calendar/timeclock.el (timeclock-use-display-time):
13228 * bs.el (bs-mode):
13229 * bookmark.el (bookmark-save-flag):
13230 Doc fix (standardize possessive apostrophe usage).
13231
13232 2012-02-27 Chong Yidong <cyd@gnu.org>
13233
13234 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13235 Fix key-binding lookup for ESC key (Bug#9146).
13236
13237 * font-lock.el (font-lock-specified-p): Rename from
13238 font-lock-spec-present. Callers changed.
13239
13240 2012-02-27 Daniel Hackney <dan@haxney.org>
13241
13242 * emacs-lisp/package.el (package-compute-transaction):
13243 Handle holding a package version to t in package-load-list.
13244
13245 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13246
13247 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13248 (tramp-get-inode, tramp-get-device): Use cached values.
13249
13250 2012-02-26 Alan Mackenzie <acm@muc.de>
13251
13252 Check there is a font-lock specification before doing initial
13253 fontification.
13254
13255 * font-core.el (font-lock-mode): Move the conditional from
13256 :after-hook to font-lock-initial-fontify.
13257 (font-lock-default-function): Move the check for a specification
13258 to font-lock-spec-present.
13259
13260 * font-lock.el (font-lock-initial-fontify): Call ...
13261 (font-lock-spec-present): New function.
13262
13263 2012-02-26 Jim Blandy <jimb@red-bean.com>
13264
13265 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13266 (gdb-send): Apply it to the operand of the '-interpreter-exec
13267 console' command, so that we can pass arguments with (say) quotes
13268 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13269
13270 2012-02-26 Chong Yidong <cyd@gnu.org>
13271
13272 * help-fns.el (describe-function-1): Clarify description of
13273 remapping (Bug#10844).
13274
13275 * files.el (files-equal-p): Doc fix.
13276 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13277 and quit the loop once a mismatch is found.
13278
13279 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13280
13281 * bs.el (bs--show-with-configuration): Don't throw an error
13282 if the window cannot be split; otherwise, subsequent calls to
13283 bs-show fail, restoring a stale window config. (Bug#10882)
13284
13285 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13286
13287 * term/ns-win.el (global-map): Bind ns-drag-file to
13288 ns-find-file (Bug#5855, Bug#10050).
13289
13290 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13291
13292 * calendar/parse-time.el (parse-time-string): Allow extractor to
13293 return nil.
13294
13295 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13296
13297 * net/tramp.el (tramp-file-name-for-operation):
13298 Add `files-equal-p' and `file-subdir-of-p'.
13299
13300 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13301 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13302 Add COPY-CONTENTS argument.
13303
13304 2012-02-25 Chong Yidong <cyd@gnu.org>
13305
13306 Add custom groups for VC backends, for consistency with vc-bzr.
13307
13308 * vc/vc-arch.el (vc-arch):
13309 * vc/vc-cvs.el (vc-cvs):
13310 * vc/vc-git.el (vc-git):
13311 * vc/vc-hg.el (vc-hg):
13312 * vc/vc-mtn.el (vc-mtn):
13313 * vc/vc-rcs.el (vc-rcs):
13314 * vc/vc-sccs.el (vc-sccs):
13315 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13316 All relevant defcustoms reassigned.
13317
13318 2012-02-25 Chong Yidong <cyd@gnu.org>
13319
13320 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13321
13322 * term/x-win.el (x-initialize-window-system): Reduce default for
13323 x-selection-timeout to 5 seconds (Bug#8869).
13324
13325 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13326
13327 * files.el (files-equal-p, file-subdir-of-p): New functions.
13328 (copy-directory): Error when trying to copy a directory on itself.
13329 Add missing copy-contents arg to tramp handler.
13330 * dired-aux.el (dired-copy-file-recursive): Same.
13331 (dired-create-files): Modify destination when source is equal to
13332 dest when copying files.
13333 Return also when dest is a subdir of source. (Bug#10489)
13334
13335 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13336
13337 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13338 (Bug#10874)
13339
13340 2012-02-23 Alan Mackenzie <acm@muc.de>
13341
13342 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13343 parameter "after-hook:" to allow the expansion to run code after
13344 the execution of the mode hooks.
13345
13346 * font-lock.el (font-lock-initial-fontify): New function extracted
13347 from font-lock-mode-internal.
13348
13349 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13350 :after-hook.
13351
13352 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13353
13354 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13355 (completion--cache-all-sorted-completions): New function.
13356 (completion-all-sorted-completions): Use it.
13357 (completion--do-completion, minibuffer-force-complete):
13358 Use it to re-instate the flush hook.
13359
13360 * icomplete.el (icomplete-completions): Replace last fix with a better
13361 one (bug#10850).
13362
13363 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13364
13365 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13366 when it might call us back infinitely (bug#10797).
13367
13368 2012-02-23 Glenn Morris <rgm@gnu.org>
13369
13370 * minibuffer.el (completion-category-overrides): Doc fix.
13371
13372 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13375 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13376
13377 2012-02-23 Glenn Morris <rgm@gnu.org>
13378
13379 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13380 (authors-obsolete-files-regexps, authors-ignored-files)
13381 (authors-ambiguous-files, authors-renamed-files-alist):
13382 Add more entries.
13383
13384 2012-02-23 Juri Linkov <juri@jurta.org>
13385
13386 * isearch.el (isearch-occur): Sync interactive spec with occur's
13387 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13388
13389 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13390
13391 2012-02-22 Juri Linkov <juri@jurta.org>
13392
13393 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13394 (ucs-insert): Doc fix. Check for hex digits in the string.
13395 Don't display `nil' in the error message. (Bug#10857)
13396
13397 2012-02-22 Alan Mackenzie <acm@muc.de>
13398
13399 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13400
13401 2012-02-22 Glenn Morris <rgm@gnu.org>
13402
13403 * ffap.el (ffap-c-path):
13404 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13405
13406 2012-02-22 Chong Yidong <cyd@gnu.org>
13407
13408 * custom.el (load-theme): Doc fix.
13409
13410 2012-02-22 Glenn Morris <rgm@gnu.org>
13411
13412 * dired-x.el (dired-guess-shell-alist-default):
13413 Remove escape sequences from nroff output. (Bug#172)
13414
13415 2012-02-21 Glenn Morris <rgm@gnu.org>
13416
13417 * vc/emerge.el (emerge-defvar-local):
13418 Set `permanent-local' property rather than unused `preserved'.
13419
13420 * textmodes/picture.el (picture-delete-char): New alias.
13421 (picture-mode-map): Use it. (Bug#10860)
13422 (picture-mode): Doc fix.
13423
13424 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13425
13426 * newcomment.el (uncomment-region-default): Remove unused binding.
13427
13428 2012-02-21 Glenn Morris <rgm@gnu.org>
13429
13430 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13431 (picture-self-insert, picture-tab-chars): Doc fix.
13432 (picture-mode-map): Fix C-a, C-e.
13433
13434 2012-02-20 Glenn Morris <rgm@gnu.org>
13435
13436 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13437
13438 2012-02-20 Leo Liu <sdl.web@gmail.com>
13439
13440 * icomplete.el (icomplete-completions): Check FROM arg before
13441 passing to substring (Bug#10850).
13442
13443 2012-02-19 Chong Yidong <cyd@gnu.org>
13444
13445 * comint.el: Require ansi-color.
13446 (comint-output-filter-functions): Add ansi-color-process-output.
13447
13448 * ansi-color.el: Don't set comint-output-filter-functions; it is
13449 now in the initial value defined in comint.el.
13450 (ansi-color-apply-face-function): New variable.
13451 (ansi-color-apply-on-region): Use it.
13452 (ansi-color-apply-overlay-face): New function.
13453
13454 * shell.el (shell): No need to require ansi-color.
13455 (shell-mode): Use ansi-color-apply-face-function to highlight
13456 color escapes using font-lock-face property (Bug#10835).
13457
13458 2012-02-19 Chong Yidong <cyd@gnu.org>
13459
13460 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13461 mode-line formats (Bug#10839).
13462
13463 2012-02-18 Glenn Morris <rgm@gnu.org>
13464
13465 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13466
13467 * mail/undigest.el (unforward-rmail-message): Doc fix.
13468
13469 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13470
13471 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13472
13473 * international/characters.el (script-list): Sync with the latest
13474 Unicode Character Database.
13475
13476 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13477
13478 * international/titdic-cnv.el: Remove duplicate coding tag.
13479 * language/cham.el: Likewise.
13480 * language/tai-viet.el: Likewise.
13481
13482 2012-02-18 Glenn Morris <rgm@gnu.org>
13483
13484 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13485 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13486 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13487 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13488 * calendar/holidays.el (holiday-bahai-holidays)
13489 (calendar-holidays, list-holidays):
13490 Use utf-8 Bahá'í in doc-strings, menus, etc.
13491
13492 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13493
13494 * saveplace.el (save-place-ignore-files-regexp): New variable
13495 allowing for excluding files from saving their location of point.
13496 The default value matches the temporary commit message editing
13497 files from Git, SVN, Bazaar, and Mercurial.
13498 (save-place-to-alist): Use it.
13499
13500 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13501 Stefan Monnier <monnier@iro.umontreal.ca>
13502
13503 * newcomment.el (uncomment-region-default): Don't leave extra space
13504 when an arg is provided (bug#8150).
13505
13506 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13507
13508 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13509
13510 2012-02-17 Glenn Morris <rgm@gnu.org>
13511
13512 * net/socks.el: Require network-stream. (Bug#10599)
13513
13514 2012-02-17 Kenichi Handa <handa@m17n.org>
13515
13516 * international/charprop.el:
13517 * international/uni-name.el:
13518 * international/uni-old-name.el:
13519 * international/uni-comment.el: Regenerate.
13520
13521 2012-02-16 Glenn Morris <rgm@gnu.org>
13522
13523 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13524 Interactively in calendar buffer, give an error if not on a date.
13525
13526 2012-02-15 Glenn Morris <rgm@gnu.org>
13527
13528 * shell.el (shell-delimiter-argument-list):
13529 Revert 2011-02-17 change. (Bug#8027)
13530
13531 2012-02-15 Chong Yidong <cyd@gnu.org>
13532
13533 * minibuffer.el (completion-at-point-functions): Doc fix.
13534
13535 * custom.el (defcustom): Doc fix; note use of defvar.
13536
13537 2012-02-15 Glenn Morris <rgm@gnu.org>
13538
13539 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13540 Doc fixes.
13541
13542 2012-02-14 Glenn Morris <rgm@gnu.org>
13543
13544 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13545
13546 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13547
13548 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13549 way the ports list is computed.
13550 (smtpmail-query-smtp-server): Prompt the user for a port number if
13551 we can't connect to any of the standard ports (bug#10810).
13552
13553 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13554
13555 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13556
13557 2012-02-13 Glenn Morris <rgm@gnu.org>
13558
13559 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13560
13561 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13562
13563 * net/gnutls.el (gnutls-trustfiles): New variable.
13564 (gnutls-negotiate): Use it.
13565
13566 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13567
13568 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13569 does its stuff if Gnus is running.
13570
13571 2012-02-13 Alan Mackenzie <acm@muc.de>
13572
13573 Fix a loop in c-set-fl-decl-start.
13574
13575 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13576 c-backward-syntactic-ws actually moves backwards.
13577
13578 2012-02-13 Leo Liu <sdl.web@gmail.com>
13579
13580 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13581 beginning so that all \C-o chars are removed.
13582
13583 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13584
13585 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13586
13587 2012-02-12 Alan Mackenzie <acm@muc.de>
13588
13589 Fix infinite loop with long macros.
13590 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13591
13592 2012-02-12 Chong Yidong <cyd@gnu.org>
13593
13594 * window.el (display-buffer): Doc fix (Bug#10785).
13595
13596 2012-02-12 Glenn Morris <rgm@gnu.org>
13597
13598 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13599 (x-disown-selection-internal, x-get-selection-internal):
13600 Sync docs with the xselect.c versions.
13601
13602 * allout-widgets.el: Add missing license notice.
13603
13604 2012-02-11 Glenn Morris <rgm@gnu.org>
13605
13606 * select.el (x-get-selection-internal, x-own-selection-internal)
13607 (x-disown-selection-internal):
13608 * x-dnd.el (x-get-selection-internal): Update declarations.
13609
13610 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13611
13612 * window.el (window-sides-slots):
13613 * tool-bar.el (tool-bar-position):
13614 * term/xterm.el (xterm-extra-capabilities):
13615 * ses.el (ses-self-reference-early-detection):
13616 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13617 (verilog-auto-wire-type)
13618 (verilog-auto-delete-trailing-whitespace)
13619 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13620 (verilog-auto-tieoff-declaration):
13621 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13622 (sql-oracle-statement-starters, sql-oracle-scan-on):
13623 * progmodes/prolog.el (prolog-align-comments-flag)
13624 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13625 (prolog-left-indent-regexp, prolog-paren-indent-p)
13626 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13627 (prolog-types, prolog-mode-specificators)
13628 (prolog-determinism-specificators, prolog-directives)
13629 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13630 (prolog-electric-dot-flag)
13631 (prolog-electric-dot-full-predicate-template)
13632 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13633 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13634 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13635 (prolog-program-switches, prolog-prompt-regexp)
13636 (prolog-debug-on-string, prolog-debug-off-string)
13637 (prolog-trace-on-string, prolog-trace-off-string)
13638 (prolog-zip-on-string, prolog-zip-off-string)
13639 (prolog-use-standard-consult-compile-method-flag)
13640 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13641 (prolog-imenu-max-lines, prolog-info-predicate-index)
13642 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13643 (prolog-char-quote-workaround):
13644 * progmodes/cc-vars.el (c-defun-tactic):
13645 * net/tramp.el (tramp-encoding-command-interactive)
13646 (tramp-local-end-of-line):
13647 * net/soap-client.el (soap-client):
13648 * net/netrc.el (netrc-file):
13649 * net/gnutls.el (gnutls):
13650 * minibuffer.el (completion-category-overrides)
13651 (completion-cycle-threshold)
13652 (completion-pcm-complete-word-inserts-delimiters):
13653 * man.el (Man-name-local-regexp):
13654 * mail/feedmail.el (feedmail-display-full-frame):
13655 * international/characters.el (glyphless-char-display-control):
13656 * eshell/em-ls.el (eshell-ls-date-format):
13657 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13658 (lisp-lambda-list-keyword-parameter-indentation)
13659 (lisp-lambda-list-keyword-parameter-alignment):
13660 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13661 * dired-x.el (dired-omit-verbose):
13662 * cus-theme.el (custom-theme-allow-multiple-selections):
13663 * calc/calc.el (calc-highlight-selections-with-faces)
13664 (calc-lu-field-reference, calc-lu-power-reference)
13665 (calc-note-threshold):
13666 * battery.el (battery-mode-line-limit):
13667 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13668 (archive-7z-update):
13669 * allout.el (allout-prefixed-keybindings)
13670 (allout-unprefixed-keybindings)
13671 (allout-inhibit-auto-fill-on-headline)
13672 (allout-flattened-numbering-abbreviation):
13673 * allout-widgets.el (allout-widgets-auto-activation)
13674 (allout-widgets-icons-dark-subdir)
13675 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13676 (allout-widgets-theme-dark-background)
13677 (allout-widgets-theme-light-background)
13678 (allout-widgets-item-image-properties-emacs)
13679 (allout-widgets-item-image-properties-xemacs)
13680 (allout-widgets-run-unit-tests-on-load)
13681 (allout-widgets-time-decoration-activity)
13682 (allout-widgets-hook-error-post-time)
13683 (allout-widgets-track-decoration):
13684 Add missing :version tags to new defcustoms and defgroups.
13685
13686 * progmodes/sql.el (sql-ansi-statement-starters)
13687 (sql-oracle-statement-starters): Add custom type.
13688
13689 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13690 (prolog-system-version): Give it a type.
13691
13692 2012-02-11 Eli Zaretskii <eliz@gnu.org>
13693
13694 * term/pc-win.el (x-select-text, x-selection-owner-p)
13695 (x-own-selection-internal, x-disown-selection-internal)
13696 (x-get-selection-internal): Sync doc strings and argument lists
13697 with xselect.c, common-win.el and x-win.el. (Bug#10783)
13698
13699 2012-02-11 Leo Liu <sdl.web@gmail.com>
13700
13701 * progmodes/python.el (python-end-of-statement): Fix infinite
13702 loop. (Bug#10788)
13703
13704 2012-02-10 Glenn Morris <rgm@gnu.org>
13705
13706 * international/mule-cmds.el (unify-8859-on-encoding-mode)
13707 (unify-8859-on-decoding-mode): Properly mark as obsolete.
13708
13709 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
13710
13711 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13712 about SMTP before checking the From header.
13713
13714 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13715 into own function for reuse by emacsbug.el.
13716
13717 2012-02-10 Leo Liu <sdl.web@gmail.com>
13718
13719 * subr.el (condition-case-unless-debug): Rename from
13720 condition-case-no-debug. All callers changed.
13721 (with-demoted-errors): Fix caller.
13722
13723 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13724 * nxml/rng-valid.el (rng-do-some-validation):
13725 * emacs-lisp/package.el (package-refresh-contents)
13726 (package-menu-execute):
13727 * desktop.el (desktop-create-buffer):
13728 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13729
13730 2012-02-10 Glenn Morris <rgm@gnu.org>
13731
13732 * textmodes/bibtex.el:
13733 Add missing :version tags for new/changed defcustoms.
13734
13735 * files.el (remote-file-name-inhibit-cache): Doc fixes.
13736
13737 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
13738
13739 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13740 (smtpmail-via-smtp): Use it, or fall back on the From address.
13741 (smtpmail-send-it): Ditto.
13742
13743 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
13744
13745 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13746 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
13747 (byte-compile-tmp-var): New const.
13748 (byte-compile-defvar): Use it to minimize .elc size.
13749 Just use `defvar' rather than simulate it (bug#10761).
13750
13751 2012-02-09 Glenn Morris <rgm@gnu.org>
13752
13753 * files.el (rename-uniquely): Doc fix. (Bug#3806)
13754
13755 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13756 Add :version tags.
13757
13758 * progmodes/compile.el (compilation-error-screen-columns)
13759 (compilation-first-column, compilation-filter-start): Doc fixes.
13760
13761 * vc/log-view.el (log-view-toggle-entry-display):
13762 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13763
13764 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13765 (report-emacs-bug-can-use-xdg-email):
13766 (report-emacs-bug-insert-to-mailer): Doc fixes.
13767 (report-emacs-bug): Message fix.
13768
13769 * net/browse-url.el (browse-url-can-use-xdg-open)
13770 (browse-url-xdg-open): Doc fixes.
13771
13772 * electric.el (electric-indent-mode, electric-pair-mode)
13773 (electric-layout-rules, electric-layout-mode): Doc fixes.
13774 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13775
13776 2012-02-08 Martin Rudalics <rudalics@gmx.at>
13777
13778 * server.el (server-unselect-display): Don't inadvertently kill
13779 the current buffer. (Bug#10729)
13780
13781 2012-02-08 Glenn Morris <rgm@gnu.org>
13782
13783 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13784 (sql-list-table): Doc fixes.
13785
13786 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13787 Comment out (does nothing).
13788
13789 * completion.el (dynamic-completion-mode):
13790 * dirtrack.el (dirtrack-debug-mode):
13791 * electric.el (electric-layout-mode):
13792 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13793 * face-remap.el (text-scale-mode, buffer-face-mode):
13794 * iimage.el (iimage-mode):
13795 * image-mode.el (image-transform-mode):
13796 * minibuffer.el (completion-in-region-mode):
13797 * scroll-lock.el (scroll-lock-mode):
13798 * simple.el (next-error-follow-minor-mode):
13799 * tar-mode.el (tar-subfile-mode):
13800 * tooltip.el (tooltip-mode):
13801 * vcursor.el (vcursor-use-vcursor-map):
13802 * wid-browse.el (widget-minor-mode):
13803 * emulation/tpu-edt.el (tpu-edt-mode):
13804 * emulation/tpu-extras.el (tpu-cursor-free-mode):
13805 * international/iso-ascii.el (iso-ascii-mode):
13806 * language/thai-util.el (thai-word-mode):
13807 * mail/supercite.el (sc-minor-mode):
13808 * net/goto-addr.el (goto-address-mode):
13809 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13810 * progmodes/cwarn.el (cwarn-mode):
13811 * progmodes/flymake.el (flymake-mode):
13812 * progmodes/glasses.el (glasses-mode):
13813 * progmodes/hideshow.el (hs-minor-mode):
13814 * progmodes/pascal.el (pascal-outline-mode):
13815 * textmodes/enriched.el (enriched-mode):
13816 * vc/smerge-mode.el (smerge-mode):
13817 Doc fixes (minor mode argument).
13818
13819 2012-02-07 Eli Zaretskii <eliz@gnu.org>
13820
13821 * ls-lisp.el (ls-lisp-sanitize): New function.
13822 (ls-lisp-insert-directory): Use it to fix or remove any elements
13823 in file-alist with missing attributes. (Bug#4673)
13824
13825 2012-02-07 Alan Mackenzie <acm@muc.de>
13826
13827 Fix spurious recognition of c-in-knr-argdecl.
13828
13829 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13830 putative K&R region.
13831
13832 2012-02-07 Alan Mackenzie <acm@muc.de>
13833
13834 * progmodes/cc-engine.el (c-forward-objc-directive):
13835 Prevent looping in "#pragma mark @implementation".
13836
13837 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
13838
13839 * notifications.el (notifications-on-closed-signal): Make `reason'
13840 optional. (Bug#10744)
13841
13842 2012-02-07 Glenn Morris <rgm@gnu.org>
13843
13844 * emacs-lisp/easy-mmode.el (define-minor-mode):
13845 Doc fixes for the macro and the mode it defines.
13846
13847 * image.el (imagemagick-types-inhibit): Doc fix.
13848
13849 * cus-start.el (imagemagick-render-type): Add it.
13850
13851 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
13852
13853 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13854 Set the default at load time, too, so that `font-lock-fontify-buffer'
13855 can be called without setting up the entire mode first. This fixes
13856 a bug in `mm-inline-text' with C MIME parts.
13857
13858 2012-02-06 Chong Yidong <cyd@gnu.org>
13859
13860 * simple.el (list-processes--refresh): Delete exited processes
13861 (Bug#8094).
13862
13863 * comint.el (comint-next-prompt): next-single-char-property-change
13864 and prev-single-char-property-change never return nil (Bug#8657).
13865
13866 * custom.el (defcustom): Doc fix (Bug#9711).
13867
13868 2012-02-05 Chong Yidong <cyd@gnu.org>
13869
13870 * cus-edit.el (custom-variable-reset-backup): Quote the value
13871 before storing it in the customized-value property (Bug#6712).
13872 (custom-display): Add a customization type tag.
13873 (custom-buffer-create-internal): Improve tooltip message.
13874
13875 * wid-edit.el (widget-field-value-get): New optional arg to
13876 suppress trailing whitespace truncation.
13877 (character): Use it (Bug#2689).
13878
13879 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
13880
13881 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13882 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13883
13884 2012-02-05 Chong Yidong <cyd@gnu.org>
13885
13886 * cus-edit.el (custom-variable-value-create): For mismatched
13887 types, show the current value (Bug#7600).
13888
13889 * custom.el (defcustom): Doc fix.
13890
13891 2012-02-05 Glenn Morris <rgm@gnu.org>
13892
13893 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13894
13895 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
13896
13897 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13898 (pp-buffer): Use `ignore-errors', `looking-at-p'.
13899 (pp-last-sexp): Use `looking-at-p'.
13900
13901 2012-02-04 Glenn Morris <rgm@gnu.org>
13902
13903 * files.el (revert-buffer):
13904 Doc fix (mention revert-buffer-in-progress-p).
13905
13906 * emacs-lisp/ert-x.el (ert-simulate-command):
13907 Check deferred-action-list (which is obsolete) is bound.
13908
13909 * subr.el (with-wrapper-hook): Doc fixes.
13910
13911 * simple.el (filter-buffer-substring-functions)
13912 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13913
13914 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
13915
13916 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13917 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
13918
13919 2012-02-04 Leo Liu <sdl.web@gmail.com>
13920
13921 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13922
13923 2012-02-04 Glenn Morris <rgm@gnu.org>
13924
13925 * image.el (image-extension-data): Add obsolete alias.
13926
13927 * isearch.el (isearch-update): Doc fix.
13928
13929 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13930
13931 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13932
13933 2012-02-03 Glenn Morris <rgm@gnu.org>
13934
13935 * image.el (image-animated-p): Doc fix. Use image-animated-types.
13936 (image-animate-timeout): Doc fix.
13937
13938 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13939
13940 2012-02-02 Glenn Morris <rgm@gnu.org>
13941
13942 * server.el (server-auth-dir): Doc fix.
13943 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
13944
13945 * subr.el (run-mode-hooks): Doc fix.
13946
13947 2012-02-02 Juri Linkov <juri@jurta.org>
13948
13949 * image-mode.el (image-toggle-display-image): Remove tautological
13950 `major-mode' from the `derived-mode-p' test.
13951
13952 2012-02-02 Kenichi Handa <handa@m17n.org>
13953
13954 * composite.el (compose-region): Cancel previous change.
13955
13956 2012-02-02 Kenichi Handa <handa@m17n.org>
13957
13958 * composite.el (compose-region, compose-string): Signal error for
13959 a null string component (Bug#6988).
13960
13961 2012-02-01 Chong Yidong <cyd@gnu.org>
13962
13963 * view.el (view-buffer-other-window, view-buffer-other-frame):
13964 Handle special modes like view-buffer (Bug#10650).
13965 (view-buffer): Simplify.
13966
13967 * frame.el (set-frame-font): Tweak meaning of third argument.
13968
13969 * dynamic-setting.el (font-setting-change-default-font):
13970 Use set-frame-font (Bug#9982).
13971
13972 2012-02-01 Glenn Morris <rgm@gnu.org>
13973
13974 * progmodes/compile.el (compilation-internal-error-properties):
13975 Respect compilation-first-column in the "*compilation*" buffer.
13976
13977 * emacs-lisp/easy-mmode.el (define-minor-mode):
13978 Relax :variable's test for a named function.
13979
13980 2012-01-31 Alan Mackenzie <acm@muc.de>
13981
13982 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
13983 off by one error.
13984
13985 2012-01-31 Chong Yidong <cyd@gnu.org>
13986
13987 * frame.el (set-frame-font): New arg ALL-FRAMES.
13988
13989 * menu-bar.el (menu-set-font): Use set-frame-font.
13990
13991 * faces.el (face-spec-reset-face): Don't apply unspecified
13992 attribute values to the default face.
13993
13994 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
13995
13996 * progmodes/cwarn.el (cwarn): Remove dead link.
13997 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
13998 Remove * from defcustom docstrings.
13999 (turn-on-cwarn-mode): Make obsolete.
14000 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
14001 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
14002
14003 2012-01-31 Glenn Morris <rgm@gnu.org>
14004
14005 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
14006 Fix :variable handling of mode a symbol not equal to modefun.
14007 Allow named functions to be used as the cdr of :variable.
14008
14009 2012-01-30 Glenn Morris <rgm@gnu.org>
14010
14011 * emacs-lisp/authors.el (authors-fixed-entries):
14012 Remove reference to deleted file rnewspost.el.
14013
14014 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
14015
14016 * window.el (window-with-parameter): Remove unused variable `windows'.
14017 (window--side-check): Remove unused variable `code'.
14018 (window--resize-siblings): Remove unused variable `first'.
14019 (adjust-window-trailing-edge): Remove unused variable `failed'.
14020 (window-deletable-p, window--delete): Remove unused variable `buffer'.
14021 Use `let', not `let*'.
14022 (balance-windows-2): Remove unused variable `found'.
14023 (window--state-put-2): Remove unused variable `splits'.
14024 (window-state-put): Remove unused variable `selected'.
14025 (same-window-p): Use `string-match-p'.
14026 (display-buffer-assq-regexp): Remove unused variable `value'.
14027 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14028 Mark argument ALIST as ignored.
14029 (pop-to-buffer): Remove unused variable `old-window'.
14030
14031 2012-01-29 Eli Zaretskii <eliz@gnu.org>
14032
14033 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
14034 and .lzma compressed files.
14035
14036 2012-01-29 Chong Yidong <cyd@gnu.org>
14037
14038 * frame.el (window-system-default-frame-alist): Doc fix.
14039
14040 * dynamic-setting.el (font-setting-change-default-font): Don't
14041 change the default face if SET-FONT argument is non-nil (Bug#9982).
14042
14043 2012-01-29 Samuel Bronson <naesten@gmail.com>
14044
14045 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14046
14047 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14048
14049 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14050 breakpoints in files outside current directory (Bug#6098).
14051
14052 2012-01-29 Chong Yidong <cyd@gnu.org>
14053
14054 * progmodes/python.el: Require ansi-color at top-level.
14055
14056 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14057 Define and use in Emacs Lisp mode (Bug#9360).
14058 (lisp-mode-abbrev-table): Add doc.
14059 (lisp-mode-variables): Don't set local-abbrev-table.
14060 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14061
14062 2012-01-28 Roland Winkler <winkler@gnu.org>
14063
14064 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14065
14066 2012-01-28 Roland Winkler <winkler@gnu.org>
14067
14068 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14069 (bibtex-set-dialect): Use it. Either set global values of
14070 dialect-dependent variables or bind these variables buffer-locally
14071 (Bug#10254).
14072 (bibtex-mode): Call bibtex-set-dialect via
14073 hack-local-variables-hook.
14074 (bibtex-dialect): Update docstring.
14075 Add safe-local-variable predicate.
14076 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14077 bibtex-set-dialect.
14078 (bibtex-mode-map): Define menu for each dialect.
14079 (bibtex-entry): Fix docstring.
14080
14081 2012-01-28 Chong Yidong <cyd@gnu.org>
14082
14083 * eshell/esh-arg.el (eshell-quote-argument): New function.
14084
14085 * eshell/esh-ext.el (eshell-invoke-batch-file):
14086 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14087 first arg to eshell-parse-command (Bug#10523).
14088
14089 2012-01-28 Drew Adams <drew.adams@oracle.com>
14090
14091 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14092 `default-directory' is non-nil.
14093
14094 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14095
14096 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14097 line that displays system-configuration-options. (Bug#9924)
14098
14099 2012-01-28 Drew Adams <drew.adams@oracle.com>
14100
14101 * descr-text.el (describe-char): Show information about POS, in
14102 addition to information about the character at POS. Improve and
14103 update the doc string. Change "code point" to "code point in
14104 charset", to avoid confusion with the character's Unicode code
14105 point shown above that. (Bug#10129)
14106
14107 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14108
14109 * descr-text.el (describe-char): Show the raw character, not only
14110 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14111 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14112 for the reasons.
14113
14114 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14115
14116 * emacs-lisp/package.el (package-install):
14117 Run package-refresh-contents if there is no archive yet (Bug#9798).
14118
14119 2012-01-28 Chong Yidong <cyd@gnu.org>
14120
14121 * emacs-lisp/package.el (package-maybe-load-descriptor):
14122 New function, split from package-maybe-load-descriptor.
14123 (package-maybe-load-descriptor): Use it.
14124 (package-download-transaction): Fully load required packages
14125 inside the loop, so that `require' calls work (Bug#10593).
14126 (package-install): No need to call package-initialize now.
14127
14128 2012-01-28 Chong Yidong <cyd@gnu.org>
14129
14130 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14131
14132 * tooltip.el (tooltip-mode): Doc fix.
14133 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14134
14135 * frame.el (set-cursor-color): Doc fix (Bug#352).
14136
14137 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14138 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14139
14140 * cus-edit.el (custom-buffer-create-internal): Fix search button
14141 action (Bug#10542).
14142 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14143
14144 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14145
14146 * dired.el (dired-mark-files-regexp):
14147 Include any subdirectory components. (Bug#10445)
14148
14149 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14150
14151 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14152 Handle [host]:port syntax. (Bug#10533)
14153
14154 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14155
14156 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14157
14158 2012-01-26 Glenn Morris <rgm@gnu.org>
14159
14160 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14161 * term.el (term-raw-escape-map): Use Control-X-prefix.
14162 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14163
14164 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14165
14166 * window.el (window-state-get, window--state-get-1): Don't deal
14167 with fixed-sizeness of windows. Simplify code.
14168
14169 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14170
14171 * window.el (window--state-get-1, window--state-put-2):
14172 Don't save and restore the mark.
14173
14174 2012-01-25 Chong Yidong <cyd@gnu.org>
14175
14176 * custom.el (custom-variable-p): Doc fix.
14177
14178 2012-01-25 Glenn Morris <rgm@gnu.org>
14179
14180 * dired.el (dired-goto-file): Handle some of the more common
14181 characters that `ls -b' escapes. (Bug#10596)
14182
14183 * progmodes/compile.el (compilation-next-error-function):
14184 Respect compilation-first-column in the "*compilation*" buffer.
14185 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14186
14187 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14188
14189 2012-01-24 Glenn Morris <rgm@gnu.org>
14190
14191 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14192
14193 2012-01-24 Julien Danjou <julien@danjou.info>
14194
14195 * color.el (color-rgb-to-hsl): Fix value computing.
14196 (color-hue-to-rgb): New function.
14197 (color-hsl-to-rgb): New function.
14198 (color-clamp, color-saturate-hsl, color-saturate-name)
14199 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14200 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14201
14202 2012-01-24 Glenn Morris <rgm@gnu.org>
14203
14204 * vc/vc-rcs.el (vc-rcs-create-tag):
14205 * vc/vc-sccs.el (vc-sccs-create-tag):
14206 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14207
14208 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14209
14210 * eshell/esh-util.el (eshell-read-hosts-file):
14211 Skip comment lines. (Bug#10549)
14212
14213 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14214
14215 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14216
14217 * subr.el (display-delayed-warnings): Doc fix.
14218 (collapse-delayed-warnings): New function to collapse identical
14219 adjacent warnings.
14220 (delayed-warnings-hook): Add it.
14221
14222 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14223
14224 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14225
14226 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14227 (tramp-default-user-alist): Don't add "pscp".
14228 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14229 property "login-as", if set. (Bug#10530)
14230
14231 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14232
14233 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14234 "plink1" and "psftp". (Bug#10530)
14235
14236 2012-01-21 Kenichi Handa <handa@m17n.org>
14237
14238 * international/mule-cmds.el (prefer-coding-system): Show a
14239 warning message if the default value of file-name-coding-system
14240 was not changed.
14241
14242 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14243
14244 * windmove.el (windmove-reference-loc):
14245 Fix windmove-reference-loc miscalculation.
14246
14247 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14248
14249 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14250 default unit.
14251
14252 2012-01-21 Glenn Morris <rgm@gnu.org>
14253
14254 * international/mule.el (auto-coding-alist): Add .tbz.
14255
14256 * files.el (local-enable-local-variables): Doc fix.
14257 (inhibit-local-variables-regexps): Rename from
14258 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14259 Doc fix. Add some extensions from auto-coding-alist.
14260 (inhibit-local-variables-suffixes):
14261 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14262 (inhibit-local-variables-p):
14263 New function, extracted from set-auto-mode-1.
14264 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14265 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14266 (hack-local-variables): Doc fix. Make the mode-only case
14267 respect enable-local-variables and friends.
14268 Respect inhibit-local-variables-regexps for file-locals, but
14269 not for directory-locals.
14270 (set-visited-file-name):
14271 Take account of inhibit-local-variables-regexps.
14272 Whether it applies may change as the file name is changed.
14273 * jka-cmpr-hook.el (jka-compr-install):
14274 * jka-compr.el (jka-compr-uninstall):
14275 Update for inhibit-first-line-modes-suffixes name change.
14276
14277 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14278
14279 * help-macro.el (make-help-screen): Temporarily restore original
14280 binding for minor-mode-map-alist (Bug#10454).
14281
14282 2012-01-19 Julien Danjou <julien@danjou.info>
14283
14284 * color.el (color-name-to-rgb): Use the white color to find the max
14285 color component value and return correctly computed values.
14286 (color-name-to-rgb): Add missing float conversion for max value.
14287
14288 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14289
14290 * window.el (window--state-get-1, window-state-get): Do not use
14291 special state value for window-persistent-parameters.
14292 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14293 (window--state-put-2): Reset all window parameters to nil before
14294 assigning values of persistent parameters.
14295
14296 2012-01-18 Alan Mackenzie <acm@muc.de>
14297
14298 Eliminate sluggishness and hangs in fontification of "semicolon
14299 deserts".
14300
14301 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14302 Change value 10000 -> 3000.
14303 (c-state-safe-place): Reformulate so it doesn't stack up an
14304 infinite number of wrong entries in c-state-nonlit-pos-cache.
14305 (c-determine-limit-get-base, c-determine-limit): New functions to
14306 determine backward search limits disregarding literals.
14307 (c-find-decl-spots): Amend commenting.
14308 (c-cheap-inside-bracelist-p): New function which detects "={".
14309
14310 * progmodes/cc-fonts.el
14311 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14312 backward search.
14313 (c-font-lock-declarations): Fix an occurrence of point being
14314 undefined. Check additionally for point being in a bracelist or
14315 near a macro invocation without a semicolon so as to avoid a
14316 fruitless time consuming search for a declarator. Give a more
14317 precise search limit for declarators using the new
14318 c-determine-limit.
14319
14320 2012-01-18 Glenn Morris <rgm@gnu.org>
14321
14322 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14323 (set-auto-mode): Doc fixes.
14324
14325 2012-01-17 Glenn Morris <rgm@gnu.org>
14326
14327 * isearch.el (search-nonincremental-instead): Fix doc typo.
14328
14329 * dired.el (dired-insert-directory): Handle newlines in directory name.
14330 (dired-build-subdir-alist): Unescape newlines in directory name.
14331
14332 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14333
14334 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14335 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14336 (tramp-action-terminal): Use it. (Bug#10530)
14337
14338 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14339
14340 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14341
14342 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14343
14344 * window.el (window-state-ignored-parameters): Remove variable.
14345 (window--state-get-1): Rename argument MARKERS to IGNORE.
14346 Handle persistent window parameters. Make copy of clone-of
14347 parameter only if requested. (Bug#10348)
14348 (window--state-put-2): Install a window parameter only if it has
14349 a non-nil value or an existing parameter shall be overwritten.
14350
14351 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14352
14353 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14354
14355 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14356
14357 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14358 don't pass the (nil) value of `upnode' to string-match.
14359
14360 2012-01-14 Chong Yidong <cyd@gnu.org>
14361
14362 * startup.el (command-line): Fix X resource class for cursorColor.
14363 Fix values recognized by the cursorBlink resource.
14364
14365 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14366
14367 * epg.el (epg--make-temp-file): Avoid permission race condition
14368 when running on old Emacs versions (bug#10403).
14369
14370 2012-01-14 Glenn Morris <rgm@gnu.org>
14371
14372 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14373
14374 2012-01-13 Alan Mackenzie <acm@muc.de>
14375
14376 Fix filling for when filladapt mode is enabled.
14377
14378 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14379 c-mask-paragraph, pass in `fill-paragraph' rather than
14380 `fill-region-as-paragraph'. (This is a reversion of a previous
14381 change.)
14382 * progmodes/cc-mode.el (c-basic-common-init):
14383 Make fill-paragraph-handle-comment buffer local and set it to nil.
14384
14385 2012-01-13 Glenn Morris <rgm@gnu.org>
14386
14387 * dired.el (dired-switches-escape-p): New function.
14388 (dired-insert-directory): Use dired-switches-escape-p.
14389 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14390
14391 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14392
14393 2012-01-12 Glenn Morris <rgm@gnu.org>
14394
14395 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14396 changes in adaptive-fill-regexp. (Bug#10276)
14397
14398 2012-01-11 Alan Mackenzie <acm@muc.de>
14399
14400 Fix Emacs bug #10463 - put `widen's around the critical spots.
14401
14402 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14403 widen around each invocation of c-state-pp-to-literal. Remove an
14404 unused let variable.
14405
14406 2012-01-11 Glenn Morris <rgm@gnu.org>
14407
14408 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14409 Doc fix.
14410
14411 2012-01-10 Chong Yidong <cyd@gnu.org>
14412
14413 * net/network-stream.el (network-stream-open-starttls):
14414 Avoid emitting a confusing error message when the server gives a bad
14415 response to the capability command.
14416
14417 2012-01-10 Glenn Morris <rgm@gnu.org>
14418
14419 * mail/unrmail.el (unrmail): Tweak previous change.
14420
14421 2012-01-09 Chong Yidong <cyd@gnu.org>
14422
14423 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14424
14425 2012-01-08 Alan Mackenzie <acm@muc.de>
14426
14427 Optimize font locking in long enum definitions.
14428
14429 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14430 arm to a cond form to handle enums.
14431 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14432 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14433
14434 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14435
14436 * files.el (move-file-to-trash): Preserve default file modes on error.
14437 (Bug#10401)
14438
14439 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14440
14441 * faces.el (set-face-attribute): Clarify the meaning of the nil
14442 frame (bug#10294).
14443
14444 * subr.el (with-selected-frame): Mention that the selected frame
14445 is restored (bug#9980).
14446
14447 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14448 (bug#9759).
14449
14450 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14451 (password-read): Don't autoload unused function.
14452
14453 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14454
14455 * progmodes/which-func.el (which-func-mode): Turn into a
14456 non-interactive function and mark as obsolete (bug#10428).
14457
14458 2012-01-06 Chong Yidong <cyd@gnu.org>
14459
14460 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14461 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14462 functions, along with 1 and -1.
14463
14464 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14465
14466 * time.el (display-time-load-average)
14467 (display-time-default-load-average): Doc fixes. See the thread
14468 starting at
14469 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14470 for the details.
14471
14472 2012-01-06 Glenn Morris <rgm@gnu.org>
14473
14474 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14475 has no messages. (Bug#10377)
14476
14477 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14478 than Info-edit. (Bug#10385)
14479
14480 * time.el (display-time-load-average, display-time-next-load-average):
14481 Doc fixes.
14482
14483 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14484 local setting of buffer-read-only to the input buffer. (Bug#10419)
14485
14486 * calendar/calendar.el (calendar-mode):
14487 Locally set scroll-margin to 0. (Bug#10379)
14488
14489 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14490
14491 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14492
14493 2012-01-05 Glenn Morris <rgm@gnu.org>
14494
14495 * eshell/em-unix.el (diff-no-select): Autoload it.
14496 (eshell/diff): Use diff-no-select. (Bug#10420)
14497
14498 2012-01-05 Chong Yidong <cyd@gnu.org>
14499
14500 * shell.el (shell-dynamic-complete-functions): Revert last change.
14501 (shell-command-completion-function): New function.
14502 (shell-completion-vars): Use it to implement
14503 shell-completion-execonly (Bug#10417).
14504
14505 * custom.el (enable-theme): Don't set custom-safe-themes.
14506
14507 * cus-theme.el (custom-theme-merge-theme):
14508 Ignore custom-enabled-themes and custom-safe-themes.
14509
14510 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14511
14512 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14513 first prompt in `sql-interacive-mode'.
14514 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14515 keywords.
14516 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14517 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14518 context of original buffer. Invoke `sql-login-hook'.
14519
14520 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14521
14522 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14523 letters in cite-prefix.
14524
14525 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14526
14527 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14528
14529 2012-01-03 Chong Yidong <cyd@gnu.org>
14530
14531 * shell.el (shell-dynamic-complete-functions):
14532 Put pcomplete-completions-at-point, so as to try
14533 comint-filename-completion first (Bug#10417).
14534
14535 2012-01-02 Richard Stallman <rms@gnu.org>
14536
14537 * battery.el (battery-status-function):
14538 Detect when to use battery-yeeloong-sysfs.
14539 (battery-echo-area-format): Add string for Yeeloong.
14540 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14541 (battery-yeeloong-sysfs): New function.
14542
14543 2012-01-02 Chong Yidong <cyd@gnu.org>
14544
14545 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14546 (dirtrack): Merge code for handling relative filenames in prompt
14547 from shell-dir-cookie-watcher.
14548 (dirtrack-debug-message): New arg to avoid excess format calls.
14549
14550 * shell.el (shell-dir-cookie-re): Variable deleted.
14551 (shell-dir-cookie-watcher): Function deleted.
14552 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14553 with dirtrack-mode.
14554
14555 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14556
14557 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14558 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14559 libgnutls-26.dll.
14560
14561 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14562
14563 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14564
14565 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14566
14567 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14568 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14569
14570 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14571
14572 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14573 also for alternative shells.
14574 (tramp-open-connection-setup-interactive-shell): Check, whether
14575 the shell is a busybox.
14576 (tramp-send-command): Don't suppress multiple prompts for
14577 busyboxes, it hurts.
14578
14579 2011-12-28 Chong Yidong <cyd@gnu.org>
14580
14581 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14582 (gdb-get-source-file): Move mode line update to
14583 gdb-get-source-file (Bug#10087).
14584
14585 2011-12-25 Chong Yidong <cyd@gnu.org>
14586
14587 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14588 gud-gdb-marker-filter without taking it as an argument.
14589 (gud-gdb-run-command-fetch-lines): Caller changed.
14590 (gud-gdb-completion-function): New variable.
14591 (gud-gdb-completion-at-point): Use it.
14592 (gud-gdb-completions-1): Split from gud-gdb-completions.
14593
14594 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14595 function as separate arguments.
14596 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14597 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14598 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14599 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14600 (gdb-stopped, def-gdb-auto-update-trigger)
14601 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14602 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14603 Callers changed.
14604 (gud-gdbmi-completions): New function.
14605 (gdb): Use it for generating the completion table.
14606
14607 2011-12-24 Alan Mackenzie <acm@muc.de>
14608
14609 Introduce a mechanism to widen the region used in context font
14610 locking. Use this to protect declarations from losing their contexts.
14611
14612 * progmodes/cc-langs.el (c-before-font-lock-functions):
14613 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14614 (c-before-context-fontification-functions): New defvar, a list of
14615 functions to be run just before context (etc.) font locking.
14616
14617 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14618 New, functionality extracted from
14619 c-neutralize-syntax-in-and-mark-CPP.
14620 (c-in-after-change-fontification): New variable.
14621 (c-after-change): Set c-in-after-change-fontification.
14622 (c-set-fl-decl-start): Rejig its interface, so it can be called
14623 from both after-change and context fontifying.
14624 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14625 New functions.
14626 (c-standard-font-lock-fontify-region-function): New variable.
14627 (c-font-lock-fontify-region): New function.
14628
14629 2011-12-24 Juri Linkov <juri@jurta.org>
14630
14631 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14632 (Bug#10348)
14633
14634 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14635
14636 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14637 existence of source file. (Bug#10325)
14638
14639 2011-12-23 Alan Mackenzie <acm@muc.de>
14640
14641 Fix unstable fontification inside templates.
14642
14643 * progmodes/cc-langs.el (c-before-font-lock-functions):
14644 Newly created from the singular version. The (c c++ objc) entry now
14645 additionally has c-set-fl-decl-start. The other languages (apart
14646 from AWK) have that as a single entry.
14647
14648 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14649 The functionality for "local" declarations has been extracted to
14650 c-set-fl-decl-start.
14651
14652 * progmodes/cc-mode.el (c-common-init, c-after-change):
14653 Changes due to pluralisation of c-before-font-lock-functions.
14654 (c-set-fl-decl-start): New function, extracted from
14655 c-font-lock-enclosing-decls and enhanced.
14656
14657 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14658
14659 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14660
14661 2011-12-22 Juri Linkov <juri@jurta.org>
14662
14663 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14664
14665 2011-12-22 Chong Yidong <cyd@gnu.org>
14666
14667 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14668
14669 2011-12-21 Drew Adams <drew.adams@oracle.com>
14670
14671 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14672
14673 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14674
14675 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14676
14677 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14678
14679 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14680 highlighting and support. Fix up comments for capitalization.
14681 (cfengine-mode-debug): New var.
14682 (cfengine3-mode): Change the modeline indicator to "CFE3".
14683 (cfengine3-font-lock-keywords): Improve defun highlighting.
14684 (cfengine2-actions): Rename from `cfengine-actions'.
14685 (cfengine2-font-lock-keywords): Rename from
14686 `cfengine-font-lock-keywords'.
14687 (cfengine2-imenu-expression): Rename from
14688 `cfengine-imenu-expression'.
14689 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14690 (cfengine2-beginning-of-defun): Rename from
14691 `cfengine-beginning-of-defun'.
14692 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14693 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14694 (cfengine2-mode): Rename from `cfengine-mode'. Change the
14695 modeline indicator to "CFE2".
14696 (cfengine-mode): Defalias to `cfengine-auto-mode'.
14697 (cfengine-mode-abbrevs): Mark obsolete.
14698
14699 2011-12-21 Chong Yidong <cyd@gnu.org>
14700
14701 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14702 filename argument.
14703
14704 2011-12-20 Martin Rudalics <rudalics@gmx.at>
14705
14706 * window.el (window-normalize-buffer-to-display): Remove.
14707 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14708
14709 2011-12-19 Chong Yidong <cyd@gnu.org>
14710
14711 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14712 Don't signal an error in a predicate function; return non-nil.
14713 (vc-dir-mark-file): Move the error here.
14714 (vc-dir-mark-unmark): If acting on the region, keep going if one
14715 of the entries cannot be marked/unmarked.
14716 (vc-dir-mark-all-files): If current entry is a directory, mark
14717 only child files, as documented.
14718
14719 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
14720
14721 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14722 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14723 addition.
14724
14725 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14726
14727 * term/ns-win.el (ns-get-selection-internal)
14728 (ns-store-selection-internal): Declare.
14729 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14730 Declare as obsolete.
14731 (ns-get-pasteboard, ns-paste-secondary):
14732 Use ns-get-selection-internal.
14733 (ns-set-pasteboard, ns-copy-including-secondary):
14734 Use ns-store-selection-internal.
14735
14736 2011-12-17 Chong Yidong <cyd@gnu.org>
14737
14738 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14739 (vc-deduce-fileset): Doc fix.
14740
14741 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
14742
14743 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14744
14745 2011-12-13 Sam Steingold <sds@gnu.org>
14746
14747 * man.el (Man-getpage-in-background): When running under a
14748 window-system, ignore $MANWIDTH and $COLUMNS.
14749
14750 2011-12-15 Kenichi Handa <handa@m17n.org>
14751
14752 * language/ethio-util.el: Change coding tag to utf-8-emacs.
14753 (setup-ethiopic-environment-internal): Comment out key-binding for
14754 ethio-toggle-punctuation.
14755
14756 2011-12-13 Alan Mackenzie <acm@muc.de>
14757
14758 Add the switch statement to AWK Mode.
14759
14760 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14761 "default" to the keywords regexp.
14762
14763 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14764 expression as the rest.
14765 (c-nonlabel-token-key): Allow string literals for AWK.
14766 Refactor for the other modes.
14767
14768 Large brace-block initialisation makes CC Mode slow: Fix.
14769 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14770 routines. Limit backward searching in c-font-lock-enclosing.decl.
14771
14772 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14773 pp-state and literal type in addition to the limits.
14774 (c-state-safe-place): New defun, extracted from c-state-literal-at.
14775 (c-state-literal-at): Use the above new defun.
14776 (c-slow-in-literal, c-fast-in-literal): Remove.
14777 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14778
14779 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14780 being in a literal. Add a limit for backward searching.
14781
14782 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14783 c-slow-in-literal.
14784
14785 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14786
14787 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14788
14789 2011-12-13 Martin Rudalics <rudalics@gmx.at>
14790
14791 * window.el (delete-other-windows): Use correct frame in call to
14792 window-with-parameter.
14793
14794 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
14795
14796 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14797 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14798 (makefile-gmake-statements, makefile-makepp-statements):
14799 Use it and add new makepp keywords.
14800 (makefile-makepp-font-lock-keywords): Add new patterns.
14801 (makefile-match-function-end): Match new [...] and [[...]].
14802
14803 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
14804
14805 * ses.el (ses-call-printer-return, ses-cell-property-get)
14806 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14807 (ses-create-cell-variable, ses-reset-header-string)
14808 (ses-cell-set-formula, ses-repair-cell-reference-all)
14809 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14810 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14811 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14812 (ses-aset-with-undo, ses-load, ses-truncate-cell)
14813 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14814 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14815 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14816 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14817 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14818 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14819 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14820 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14821
14822 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
14823
14824 * ses.el: The overall change is to add cell renaming, that is
14825 setting fancy names for cell symbols other than name matching
14826 "\\`[A-Z]+[0-9]+\\'" regexp .
14827 (ses-create-cell-variable): New defun.
14828 (ses-relocate-formula): Relocate formulas only for cells the
14829 symbols of which are not renamed, i.e. symbols whose names do not
14830 match regexp "\\`[A-Z]+[0-9]+\\'".
14831 (ses-relocate-all): Relocate values only for cells the symbols of
14832 which are not renamed.
14833 (ses-load): Create cells variables as the (ses-cell ...) are read,
14834 in order to check row col consistency with cell symbol name only
14835 for cells that are not renamed.
14836 (ses-replace-name-in-formula): New defun.
14837 (ses-rename-cell): New defun.
14838
14839 2011-12-11 Chong Yidong <cyd@gnu.org>
14840
14841 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14842 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14843
14844 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
14845
14846 * window.el (other-window): Fix docstring.
14847
14848 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14849
14850 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14851 `from' or `to' address before taking its substring.
14852 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14853 encoded name is chopped in the middle of the encoded string, and
14854 thus displayed encoded.
14855
14856 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
14857
14858 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14859
14860 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14861
14862 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
14863 to use texinfo-update-node and commands that call it if the
14864 Texinfo file uses @node lines without next/prev/up pointers.
14865 Correct outdated description about texinfo-master-menu.
14866 (texinfo-all-menus-update, texinfo-master-menu)
14867 (texinfo-update-node, texinfo-every-node-update)
14868 (texinfo-multiple-files-update): Doc fix. Warn against updating
14869 all the @node lines.
14870 (texinfo-master-menu): Only call texinfo-update-node if the prefix
14871 argument is numeric. Explain better in the doc string what the
14872 function really does.
14873 (texinfo-insert-master-menu-list): Improve the error message
14874 displayed if there's no menu in the Top node.
14875 (Bug#2975) See also this thread:
14876 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14877
14878 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
14879
14880 * speedbar.el (speedbar-supported-extension-expressions):
14881 Add .adb and .ads, commonly used for Ada source code (bug#10256).
14882
14883 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
14884
14885 * printing.el (pr-mode-alist):
14886 * simple.el (filter-buffer-substring-functions)
14887 (completion-list-insert-choice-function):
14888 * window.el (window-with-parameter, window-atom-root)
14889 (window-sides-slots, window-size-fixed, window-min-delta)
14890 (window-max-delta, window--resize-mini-window)
14891 (window--resize-child-windows-normal, window-tree)
14892 (delete-other-windows, quit-window, split-window)
14893 (display-buffer-record-window, special-display-buffer-names)
14894 (special-display-regexps, special-display-popup-frame)
14895 (same-window-p, split-window-sensibly)
14896 (display-buffer-overriding-action, display-buffer-alist)
14897 (display-buffer-base-action, display-buffer, switch-to-buffer)
14898 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14899 (fit-window-to-buffer, recenter-positions)
14900 (mouse-autoselect-window-state, mouse-autoselect-window-select):
14901 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14902 and remove unneeded backslashes in docstrings.
14903
14904 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14905
14906 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14907
14908 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14909 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14910 end in ".mk".
14911 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14912 when reading the makefile (bug#10116).
14913
14914 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14915
14916 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14917 (bug#10116).
14918
14919 2011-12-06 Glenn Morris <rgm@gnu.org>
14920
14921 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14922
14923 2011-12-06 Chong Yidong <cyd@gnu.org>
14924
14925 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14926
14927 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
14928
14929 * textmodes/table.el (table-shorten-cell): Fix typo.
14930
14931 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
14932
14933 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14934
14935 2011-12-05 Eli Zaretskii <eliz@gnu.org>
14936
14937 * descr-text.el (describe-char): Fix display of strong
14938 right-to-left characters and directional embeddings and overrides.
14939
14940 * simple.el (what-cursor-position): Fix display of codepoints of
14941 strong right-to-left characters.
14942
14943 2011-12-05 Chong Yidong <cyd@gnu.org>
14944
14945 * faces.el (read-color): Doc fix.
14946
14947 2011-12-05 Glenn Morris <rgm@gnu.org>
14948
14949 * align.el (align--set-marker): Add doc-string.
14950 Don't try to move something that is not a marker. (Bug#10216)
14951
14952 2011-12-04 Glenn Morris <rgm@gnu.org>
14953
14954 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14955 overly zealous deletion of trailing whitespace.
14956
14957 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
14958
14959 * server.el (server-delete-client): On Windows, do not try to delete
14960 the only terminal.
14961 (server-process-filter): On Windows, treat requests for a tty frame as
14962 if they were for a GUI frame if the running server is in GUI mode.
14963
14964 2011-12-03 Glenn Morris <rgm@gnu.org>
14965
14966 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
14967
14968 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14969
14970 * electric.el: Streamline electric-indent's hook.
14971 (electric-indent-chars): Revert to simple list.
14972 (electric-indent-functions): New var.
14973 (electric-indent-post-self-insert-function): Use it.
14974
14975 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
14976 there's no inferior buffer (bug#10196).
14977 (prolog-consult-compile): Don't use toggle-read-only.
14978
14979 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
14980
14981 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
14982 interrupt. (Bug#10187)
14983
14984 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14985
14986 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
14987 (bug#9160).
14988
14989 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
14990 (bug#10191).
14991
14992 2011-12-02 Juri Linkov <juri@jurta.org>
14993
14994 * info.el (Info-search): Display "end of manual" when Isearch
14995 reaches the end of single-file Info manual. (Bug#9918)
14996
14997 2011-12-02 Eli Zaretskii <eliz@gnu.org>
14998
14999 * isearch.el (isearch-message-prefix): Run the input method part
15000 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
15001
15002 2011-12-02 Juri Linkov <juri@jurta.org>
15003
15004 * isearch.el (isearch-occur): Use `word-search-regexp' for
15005 `isearch-word'.
15006 (isearch-search-and-update): Add condition for `isearch-word' and
15007 call `word-search-regexp'. (Bug#10145)
15008
15009 2011-12-01 Glenn Morris <rgm@gnu.org>
15010
15011 * eshell/em-hist.el (eshell-hist-initialize):
15012 Handle eshell-history-size nil and HISTSIZE set or unset.
15013 (eshell-history-file-name, eshell-history-size): Fix custom type.
15014
15015 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15016
15017 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
15018
15019 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
15020
15021 * progmodes/verilog-mode.el (verilog-pretty-expr):
15022 Rework verilog-pretty-expr to handle new assignment operators in system
15023 verilog, such as += *= and the like.
15024 (verilog-assignment-operator-re): Regular expression to find the
15025 assigment operator in a verilog assignment.
15026 (verilog-assignment-operation-re): Regular expression to find an
15027 assignment statement for pretty-expr.
15028 (verilog-in-attribute-p): Query returns true if point is in an
15029 attribute context; used to skip these for expression line up from
15030 pretty-expr.
15031 (verilog-in-parameter-p): Query returns true if point is in an
15032 parameter definition context; used to skip these for expression
15033 line up from pretty-expr.
15034 (verilog-in-parenthesis-p): Query returns true if point is in a
15035 parenthetical expression, specifically ( ) but not [ ] or { };
15036 used by pretty-expr.
15037 (verilog-just-one-space): If there is no space, don't add one.
15038 (verilog-get-lineup-indent-2): Specifically skip just attribute
15039 contexts for expression lineup, rather than skipping all
15040 parenthetical expressions.
15041 (verilog-calculate-indent): Fix comment, and fix indent.
15042 (verilog-do-indent): Indent declarations in lists (suggested by
15043 Joachim Lechner).
15044 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15045 skeleton items.
15046 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15047 by Alain Mellan).
15048
15049 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15050
15051 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15052 parameters with embedded comments. Reported by Ray Stevens.
15053 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15054 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15055 Reported by Tim Holt.
15056 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15057 instantiated by upper module causing wrong expansion until AUTOed a
15058 second time. Reported by K C Buckenmaier.
15059 (verilog-diff-auto): Fix showing .* as a difference when
15060 `verilog-auto-star-save' off. Reported by Dan Dever.
15061 (verilog-auto-reset, verilog-read-always-signals)
15062 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15063 temporary signals in reset list if
15064 verilog-auto-reset-blocking-in-non is nil, and match assignment
15065 style to each signal's assignment type, bug381.
15066 Reported by Thomas Esposito.
15067 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15068 (verilog-uvm-statement-re): Support UVM indentation and
15069 highlighting, with old OVM keywords only.
15070 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15071 Support AUTOTIEOFF creating non-wire data types.
15072 Suggested by Jonathan Greenlaw.
15073 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15074 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15075 (verilog-inject-sense, verilog-read-inst-pins)
15076 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15077 Fix mismatching parenthesis inside commented out code when deleting
15078 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15079 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15080 non-numeric vector width. Reported by Alex Reed.
15081 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15082 detecting signals with parameter widths. Reported by Alex Reed.
15083 (verilog-auto-delete-trailing-whitespace):
15084 With `verilog-auto-delete-trailing-whitespace' remove trailing
15085 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15086 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15087 Fix verilog-scan-cache corruption when running user AUTO expansion
15088 hooks that call indentation routines.
15089 (verilog-simplify-range-expression): Fix typo ignoring lower case
15090 identifiers.
15091 (verilog-delete-auto): Fix delete-autos to also remove user created
15092 automatics, as long as they start with AUTO.
15093 (verilog-batch-diff-auto, verilog-diff-auto)
15094 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15095 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15096 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15097 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15098 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15099 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15100 is disabled and its cache will get corrupt, causing AUTOS not to
15101 expand. Instead use only -quick functions.
15102 (verilog-scan-region): Fix scanning over escaped quotes.
15103 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15104 (verilog-re-search-backward-quick)
15105 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15106 related functions now ignore strings, to fix misparsing of strings
15107 with magic comments embedded in them.
15108 (verilog-read-auto-template):
15109 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15110 Reported by Brad Dobbie.
15111 (verilog-read-auto-template):
15112 Fix 'verilog-auto-inst-template-numbers' with comments.
15113 Reported by Brad Dobbie.
15114 (verilog-auto-inst, verilog-auto-inst-param)
15115 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15116 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15117 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15118 debugging templates without merge conflicts, bug357.
15119 Reported by Brad Dobbie.
15120 (verilog-read-auto-template):
15121 Fix verilog-auto-inst-template-numbers with multiple templates.
15122 Reported by Brad Dobbie.
15123 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15124 abbrevs so user won't be asked to save.
15125 (verilog-read-auto-lisp-present): Fix to start at beginning of
15126 buffer in case called outside of verilog-auto.
15127 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15128 to "X-2". Reported by Matthew Myers.
15129 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15130 all inputs from module templates. Reported by Leith Johnson.
15131 (verilog-module-inside-filename-p): Fix locating programs as with
15132 modules.
15133 (verilog-auto-inst-port): Fix vl-width expressions when using
15134 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15135 (verilog-decls-get-regs, verilog-decls-get-signals,
15136 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15137 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15138 verilog-read-decls): Combine reg and wire structures into one var
15139 structure to represent SystemVerilog concepts.
15140 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15141 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15142 (verilog-auto-wire-type, verilog-insert-definition):
15143 Add verilog-auto-wire-type and AUTOLOGIC to support using
15144 SystemVerilog "logic" keyword instead of "wire"/"reg".
15145 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15146 to declares outputs that also have assignments (presumably in an
15147 ifdef or generate if so there's not a driver conflict).
15148 Reported by Matthew Myers.
15149 (verilog-auto-declare-nettype, verilog-insert-definition):
15150 Add verilog-auto-declare-nettype to fix declarations using
15151 `default_nettype none. Reported by Julian Gorfajn.
15152 (verilog-read-always-signals-recurse, verilog-read-decls)
15153 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15154 malformed end statement, bug325. Reported by Joshua Wise and
15155 Andrew Drake.
15156 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15157 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15158 when expanding .* in interfaces, bug320.
15159 Reported by Pierre-David Pfister.
15160 (verilog-read-module-name): Fix import statements between module
15161 name and open parenthesis, bug317.
15162 Reported by Pierre-David Pfister.
15163 (verilog-simplify-range-expression): Fix simplification of
15164 multiplications inside AUTOWIRE connections, bug303.
15165 (verilog-auto-inst-port): Support parameter expansion in
15166 multidimensional arrays.
15167 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15168 after "assert property". Reported by Julian Gorfajn.
15169 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15170 with multiplication, bug303.
15171 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15172 Reported by Jan Frode Lonnum.
15173
15174 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15175
15176 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15177 (hfy-shell-file-name, hfy-shell):
15178 * international/fontset.el (x-decompose-font-name): Fix typos.
15179
15180 2011-11-29 Ken Brown <kbrown@cornell.edu>
15181
15182 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15183 (gdb-version): Remove defvar.
15184 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15185 (gdb-gud-context-command, gdb-non-stop-handler)
15186 (gdb-current-context-command, gdb-stopped): Use it.
15187 (gdb-init-1): Enable pretty printing here.
15188 (gdb-non-stop-handler): Don't enable pretty-printing here.
15189 Check to see if the target supports non-stop mode; if not, turn off
15190 non-stop mode. Use the following.
15191 (gdb-check-target-async): New defun.
15192 (gud-watch, gdb-stopped): Fix whitespace.
15193 (gdb-get-source-file): Don't try to display the source file if
15194 `gdb-main-file' is nil.
15195
15196 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15197
15198 * align.el: Try to generate fewer markers (bug#10047).
15199 (align--set-marker): New macro.
15200 (align-region): Use it.
15201
15202 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15203
15204 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15205
15206 2011-11-29 Chong Yidong <cyd@gnu.org>
15207
15208 * indent.el (indent-for-tab-command, indent-according-to-mode):
15209 Doc fix.
15210 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15211
15212 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15213
15214 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15215 aware of remote file names. (Bug#10124)
15216
15217 2011-11-29 Chong Yidong <cyd@gnu.org>
15218
15219 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15220
15221 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15222
15223 * files.el (find-file): Don't use force-same-window (bug#10144).
15224 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15225 use pop-to-buffer if the selected window can't be used.
15226 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15227
15228 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15229
15230 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15231 special-mode-map.
15232
15233 2011-11-28 Chong Yidong <cyd@gnu.org>
15234
15235 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15236
15237 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15238
15239 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15240 gdb-get-source-file-list on gdb-create-source-file-list.
15241
15242 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15243
15244 * whitespace.el (whitespace-newline): Use a different foreground
15245 color for 16-color light-background displays.
15246
15247 2011-11-24 Chong Yidong <cyd@gnu.org>
15248
15249 * window.el (display-buffer--special-action): Doc fix.
15250
15251 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15252
15253 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15254 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15255 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15256 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15257 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15258 (avl-tree-stack-first):
15259 * emacs-lisp/cconv.el (cconv--analyse-use):
15260 * net/gnutls.el (gnutls-negotiate): Fix typos.
15261
15262 2011-11-24 Glenn Morris <rgm@gnu.org>
15263
15264 * lpr.el (lpr-windows-system, lpr-lp-system):
15265 * mail/binhex.el (binhex-begin-line):
15266 * progmodes/grep.el (grep-history, grep-find-history):
15267 * textmodes/flyspell.el:
15268 * vc/pcvs-defs.el (cvs-global-menu):
15269 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15270 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15271 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15272
15273 * net/tls.el: Fix case of "GnuTLS".
15274
15275 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15276
15277 * version.el (emacs-build-system): Give it a doc-string.
15278
15279 2011-11-24 Juri Linkov <juri@jurta.org>
15280
15281 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15282
15283 2011-11-24 Glenn Morris <rgm@gnu.org>
15284
15285 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15286 if called on a non-mime message just toggle the headers. (Bug#8006)
15287
15288 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15289
15290 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15291 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15292 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15293 (allout-rebullet-heading, allout-open-sibtopic)
15294 (allout-toggle-current-subtree-encryption)
15295 (allout-toggle-subtree-encryption, allout-encrypt-string)
15296 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15297 (allout-distinctive-bullets-string, allout-auto-activation):
15298 * window.el (window-normalize-buffer-to-display):
15299 * progmodes/verilog-mode.el (verilog-batch-indent):
15300 * textmodes/bibtex.el (bibtex-field-braces-opt)
15301 (bibtex-field-strings-opt):
15302 * vc/cvs-status.el (cvs-tree-merge):
15303 Fix typos.
15304
15305 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15306
15307 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15308 `non-essential' to t, in order to avoid remote connections.
15309
15310 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15311
15312 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15313 On MS-DOS and MS-Windows, compare with loaddefs.el
15314 case-insensitively.
15315
15316 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15317
15318 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15319
15320 2011-11-23 Glenn Morris <rgm@gnu.org>
15321
15322 * paths.el (rmail-file-name): Reformat the doc-string so that it
15323 is picked up.
15324
15325 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15326 (rmail-auto-file): Ignore case in the "special" field names,
15327 as mail-fetch-field does for all others.
15328
15329 * mail/rmail.el (rmail-forward):
15330 * mail/rmailkwd.el (rmail-set-label):
15331 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15332 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15333
15334 * mail/rmail.el (rmail-current-message): Doc fix.
15335
15336 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15337
15338 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15339
15340 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15341
15342 2011-11-22 Glenn Morris <rgm@gnu.org>
15343
15344 * mail/rmailmm.el (test-rmail-mime-handler)
15345 (test-rmail-mime-bulk-handler)
15346 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15347
15348 2011-11-21 Juri Linkov <juri@jurta.org>
15349
15350 * calc/calc.el (calc-read-key-sequence):
15351 Let-bind `input-method-function' to nil. (Bug#10018)
15352
15353 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15354
15355 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15356 Tell the caller that the next line needs recomputation, even
15357 though it doesn't start a sexp (bug#10094).
15358
15359 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15360
15361 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15362
15363 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15366 Use force-same-window.
15367
15368 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15369
15370 * descr-text.el (describe-char-unicode-data):
15371 * json.el (json-string-escape):
15372 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15373 (Footnote-unicode, Footnote-style-p):
15374 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15375
15376 2011-11-20 Chong Yidong <cyd@gnu.org>
15377
15378 * window.el (replace-buffer-in-windows): Restore interactive spec.
15379
15380 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15381
15382 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15383
15384 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15385 (byte-compile-global-not-obsolete-vars): New var.
15386 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15387 Use it.
15388 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15389
15390 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15391
15392 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15393 * progmodes/pascal.el (electric-pascal-equal):
15394 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15395 * xml.el (xml-substitute-special): Fix typos.
15396
15397 2011-11-20 Glenn Morris <rgm@gnu.org>
15398
15399 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15400 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15401 Doc fixes.
15402 (rmail-decode-mime-charset): Mark as obsolete.
15403
15404 * mail/rmailsum.el (rmail-message-regexp-p-1):
15405 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15406 Before using mime functions, check they are set. (Bug#10077)
15407
15408 2011-11-19 Juri Linkov <juri@jurta.org>
15409
15410 * info.el (Info-finder-find-node): Use `package--builtins' instead
15411 of `package-alist'. Use node names formed by the pattern "Keyword "
15412 and the keyword name.
15413
15414 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15415
15416 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15417
15418 2011-11-19 Juri Linkov <juri@jurta.org>
15419
15420 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15421 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15422 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15423 `old-history', `old-history-forward'. Add let-binding
15424 `window-selected'. Remove calls to `kill-buffer',
15425 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15426 before calling `Info-find-node', so `Info-find-node-2' will reread
15427 the Info file. Restore window positions only when `window-selected'
15428 is non-nil.
15429
15430 2011-11-19 Juri Linkov <juri@jurta.org>
15431
15432 * isearch.el (isearch-lazy-highlight-new-loop):
15433 Remove condition `(not isearch-error)'. (Bug#9918)
15434
15435 * misearch.el (multi-isearch-search-fun): Add condition
15436 `(not bound)' to ignore lazy-highlighting search.
15437 Add the search-failed message "end of multi" when the end of
15438 multi-sequence is reached. Uncapitalize the search-failed
15439 message "Repeat for next buffer".
15440
15441 * info.el (Info-search): Add the search-failed message
15442 "end of the manual" when the end of the manual is reached
15443 in Isearch mode.
15444
15445 2011-11-19 Juri Linkov <juri@jurta.org>
15446
15447 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15448 Use non-destructive `remove' instead of `delete' because
15449 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15450 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15451
15452 2011-11-19 Juri Linkov <juri@jurta.org>
15453
15454 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15455 to nil instead of binding `search-ring' and `regexp-search-ring'.
15456 (Bug#9185)
15457
15458 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15459
15460 * simple.el (line-move): Force movement by logical lines for any
15461 hscrolled window, not only when auto-hscroll-mode is on.
15462 (line-move-visual): Update doc string to that effect. (Bug#10076)
15463
15464 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15465
15466 * language/european.el (macintosh): Define as alias for mac-roman.
15467
15468 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15469
15470 * mail/rmailmm.el (rmail-mime-display-header)
15471 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15472 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15473 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15474 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15475 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15476 of a raw aref.
15477 (rmail-mime-entity-segment): To get past the tagline, move forward
15478 2 more lines, to account for the 2 empty lines that precede and
15479 follow the line with the buttons.
15480 (rmail-mime-update-tagline): Move one more line, to get past the
15481 empty line that follows the buttons in the tagline. (Bug#9520)
15482
15483 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15484
15485 * window.el (window-max-delta-1, window-min-delta-1)
15486 (window-min-size-1, window-state-get-1, window-state-put-1)
15487 (window-state-put-2): Use "window--" prefix.
15488
15489 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15490
15491 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15492 (smie-warning-count): New var.
15493 (smie-set-prec2tab): Use it.
15494 (smie-bnf->prec2): Improve warnings. Add docstring.
15495 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15496 (smie-bnf--set-class): New function.
15497 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15498 corner case.
15499
15500 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15501 (compilation-error-properties, compilation-move-to-column):
15502 Handle compilation-first-column while in the target buffer.
15503
15504 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15505 Don't hardcode point-min==1.
15506
15507 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15508 (eshell-rewrite-for-command): Remove workaround.
15509 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15510 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15511 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15512
15513 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15514
15515 2011-11-17 Glenn Morris <rgm@gnu.org>
15516
15517 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15518 Ignore buffer-local generated-autoload-file if it is the same
15519 as the global value. (Bug#10049)
15520
15521 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15522
15523 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15524 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15525 (reftex-toc-previous-heading, reftex-toc-max-level)
15526 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15527 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15528 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15529 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15530 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15531 (reftex-toc-rename-label, reftex-toc-visit-location)
15532 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15533 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15534 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15535 leaving "*toc*" only for references to the buffer.
15536
15537 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15538
15539 * window.el (window-resize, delete-window, split-window):
15540 Replace window-splits by window-combination-resize.
15541 * cus-start.el (window-splits): Replace by window-combination-resize.
15542
15543 2011-11-17 Glenn Morris <rgm@gnu.org>
15544
15545 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15546 Make bash entry derive from sh entry, not shell entry.
15547
15548 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15549
15550 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15551 local file name.
15552
15553 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15554
15555 * menu-bar.el (menu-bar-file-menu):
15556 * printing.el (pr-ps-utility):
15557 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15558 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15559 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15560 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15561 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15562 (icalendar--convert-cyclic-to-ical)
15563 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15564 (icalendar--convert-ical-to-diary)
15565 (icalendar--convert-recurring-to-diary)
15566 (icalendar--convert-non-recurring-all-day-to-diary)
15567 (icalendar-import-format-sample):
15568 * progmodes/idlw-shell.el (idlwave-shell-mode):
15569 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15570 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15571 (vhdl-ps-print-init): Fix typos.
15572
15573 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15574
15575 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15576 FSF and collapse date sequence, obscure author/maintainer email address
15577 better, remove extra version line, track relocation of author's webpage.
15578
15579 * progmodes/python.el (python-pdbtrack-input-prompt)
15580 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15581 regular python pdb prompts. Adjustments shamelessly taken exactly as
15582 suggested in EmacsWiki page (tiny change):
15583 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15584
15585 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15586
15587 * expand.el (expand-pos, expand-index, expand-point):
15588 Remove redundant info from docstring.
15589 (expand-add-abbrevs): Doc fix.
15590 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15591 (expand-sample-perl-mode-expand-list): Fix typos.
15592
15593 * net/dbus.el (dbus-event-member-name):
15594 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15595 * term/pc-win.el (msdos-create-frame-with-faces):
15596 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15597
15598 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15599
15600 * window.el (split-window, window-state-get-1)
15601 (window-state-put-1, window-state-put-2): Rename occurrences of
15602 window-nest to window-combination-limit.
15603 * cus-start.el (window-nest): Rename to window-combination-limit.
15604
15605 2011-11-16 Chong Yidong <cyd@gnu.org>
15606
15607 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15608 regexp (Bug#10033).
15609
15610 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15611
15612 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15613 `completing-read' will remove *Completions* and will preserve
15614 current-buffer for us.
15615 (tmm-add-prompt): Users of *Completions* will always (re)set its
15616 major mode.
15617 (tmm-old-comp-map): Remove.
15618
15619 2011-11-16 Glenn Morris <rgm@gnu.org>
15620
15621 * mail/rmailedit.el: Require rmailmm when compiling.
15622 (rmail-old-mime-state): New declaration.
15623 (rmail-edit-current-message): If editing a mime message,
15624 edit the "raw" message from the mbox buffer.
15625 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15626
15627 2011-11-15 Glenn Morris <rgm@gnu.org>
15628
15629 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15630 which wasn't being used. Add optional arg to force given state.
15631 (rmail-mime): Add optional arg to force given state.
15632
15633 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15634
15635 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15636 * frame.el (display-mm-dimensions-alist):
15637 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15638 (outline-move-subtree-down):
15639 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15640 (newsticker--treeview-do-get-node):
15641 * net/quickurl.el (quickurl-list-buffer-name):
15642 * progmodes/dcl-mode.el (dcl-mode):
15643 * progmodes/gdb-mi.el (gdb-mapcar*):
15644 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15645
15646 2011-11-15 Glenn Morris <rgm@gnu.org>
15647
15648 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15649 in a boolean sense, so just make it a boolean, and fix the doc.
15650 (rmail-show-mime-function, rmail-mime-feature)
15651 (rmail-require-mime-maybe): Doc fixes.
15652 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15653
15654 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15655
15656 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15657
15658 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15659 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15660 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15661 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15662
15663 2011-11-15 Glenn Morris <rgm@gnu.org>
15664
15665 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15666 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15667 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15668 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15669 (rmail-mime, rmail-show-mime): Doc fixes.
15670
15671 * term/ns-win.el (mode-line-frame-identification):
15672 Leave it alone. (Bug#10051)
15673
15674 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15675
15676 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15677 Handle empty buffers. (Bug#9978)
15678
15679 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
15680
15681 * international/mule.el (define-charset):
15682 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15683 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15684 * progmodes/verilog-mode.el (verilog-backward-token):
15685 * textmodes/ispell.el (lookup-words):
15686 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15687
15688 2011-11-14 Glenn Morris <rgm@gnu.org>
15689
15690 * progmodes/executable.el
15691 (executable-make-buffer-file-executable-if-script-p):
15692 Handle file-modes returning nil.
15693
15694 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15695 message - not necessary, and causes problems. (Bug#9831)
15696
15697 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15698
15699 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15700
15701 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15702 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
15703 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15704
15705 2011-11-12 Martin Rudalics <rudalics@gmx.at>
15706
15707 * window.el (window-resize, delete-window): Use window-splits
15708 variable instead of function.
15709 (window-state-get-1, window-state-put-2, window-state-put):
15710 Don't deal with windows' splits status.
15711
15712 2011-11-12 Glenn Morris <rgm@gnu.org>
15713
15714 * apropos.el (apropos-do-all, apropos-library, apropos-value)
15715 (apropos-documentation): Doc fixes.
15716
15717 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
15718
15719 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15720 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15721
15722 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15723
15724 * electric.el (electric-indent-post-self-insert-function): Make it
15725 possible for a char to only indent in some circumstances.
15726 (electric-indent-mode): Simplify.
15727
15728 2011-11-11 Martin Rudalics <rudalics@gmx.at>
15729
15730 * window.el (windows-with-parameter): Remove unused function.
15731 (windows-at-side): Rename to window-at-side-list.
15732 (window-check, window-atom-check, window-atom-check-1)
15733 (window-side-check, window-size-ignore, window-size-fixed-1)
15734 (window-in-direction-2): Prefix with "window--".
15735 (window-tree-1): Rename to window--subtree, fix doc-string.
15736
15737 2011-11-11 Glenn Morris <rgm@gnu.org>
15738
15739 * subr.el (eval-after-load): If FILE is already loaded,
15740 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
15741
15742 2011-11-10 Glenn Morris <rgm@gnu.org>
15743
15744 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15745 Call svn via vc-svn-command rather than vc-do-command.
15746 (vc-svn-command): Add --non-interactive. (Bug#9993)
15747 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15748
15749 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15750 Add toggle-read-only. (Bug#7292)
15751 * files.el (toggle-read-only): Mention that it should only
15752 be used interactively. (Bug#10006)
15753
15754 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15755
15756 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15757 Adjust regexp for OCaml warnings.
15758
15759 * electric.el (electric-pair-post-self-insert-function): Let user
15760 turn it off buffer-locally (bug#9932).
15761
15762 * progmodes/python.el (python-beginning-of-statement):
15763 Rewrite (bug#2703).
15764
15765 * progmodes/compile.el: Better handle TABs (bug#9749).
15766 (compilation-internal-error-properties)
15767 (compilation-next-error-function): Obey the target buffer's
15768 compilation-error-screen-columns.
15769
15770 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
15771
15772 * progmodes/meta-mode.el: Remove obsolete comments.
15773 (meta-right-comment-regexp, meta-ignore-comment-regexp):
15774 Fix typos in docstrings.
15775
15776 2011-11-09 Martin Rudalics <rudalics@gmx.at>
15777
15778 * window.el (window-size-fixed-p): Rewrite doc-string.
15779 (window-resizable-p): Rename to window--resizable-p. Update callers.
15780 (window--resizable): New function. Make all callers of
15781 window-resizable call window--resizable instead.
15782 (window-resizable): Rewrite in terms of window--resizable.
15783
15784 2011-11-08 Glenn Morris <rgm@gnu.org>
15785
15786 * progmodes/delphi.el (delphi-mode-syntax-table):
15787 Let define-derived-mode define a proper syntax table. (Bug#9994)
15788
15789 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15790
15791 * window.el: Stay away from defsubst.
15792 (window-list-no-nils): Remove.
15793 (window-state-get-1, window-state-get): Use backquote instead.
15794
15795 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15796
15797 * emacs-lisp/find-func.el (find-function-read):
15798 Fix incorrect use of default argument in `completing-read'.
15799
15800 2011-11-08 Martin Rudalics <rudalics@gmx.at>
15801
15802 * window.el (display-buffer-function, special-display-function):
15803 Mention display-buffer-record-window but do not mention
15804 help-setup parameter in doc-strings.
15805 (window-min-delta): Fix doc-string typo.
15806
15807 2011-11-08 Chong Yidong <cyd@gnu.org>
15808
15809 * window.el (window-total-height, window-total-width): Doc fix.
15810 (window-body-size): Move from C.
15811 (window-body-height, window-body-width): Move to C.
15812
15813 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15814
15815 * window.el: Make special-display like display-buffer-alist (bug#9532).
15816 (display-buffer--special-action): New function, morphed
15817 from display-buffer--special.
15818 (display-buffer): Use it to handle special-display-buffers at higher
15819 priority (just after display-buffer-alist).
15820 (display-buffer-fallback-action, display-buffer--other-frame-action)
15821 (pop-to-buffer-same-window): Remove display-buffer--special.
15822
15823 2011-11-07 Glenn Morris <rgm@gnu.org>
15824
15825 * calendar/cal-menu.el (cal-menu-set-date-title):
15826 Do nothing if not in a calendar. (Bug#9976)
15827
15828 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15829
15830 * files.el (find-file): Always use selected-window.
15831
15832 2011-11-07 Martin Rudalics <rudalics@gmx.at>
15833
15834 * window.el (window-combinations): Make WINDOW argument
15835 mandatory. Rewrite doc-string.
15836 (walk-window-subtree, window-atom-check, window-min-delta)
15837 (window-max-delta, window--resize-this-window)
15838 (window--resize-root-window-vertically, window-tree)
15839 (balance-windows, window-state-put): Rewrite doc-strings as to
15840 not mention the term "subwindow".
15841 (window--resize-subwindows-skip-p): Rename to
15842 window--resize-child-windows-skip-p.
15843 (window--resize-subwindows-normal): Rename to
15844 window--resize-child-windows-normal.
15845 (window--resize-subwindows): Rename to
15846 window--resize-child-windows.
15847 (window-or-subwindow-p): Rename to window--in-subtree-p.
15848
15849 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15850
15851 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15852 Ensure that mbox format messages end in two newlines (Bug#9974).
15853
15854 2011-11-06 Chong Yidong <cyd@gnu.org>
15855
15856 * window.el (window-combination-p): Function deleted; its
15857 side-effect is not used in any existing code.
15858 (window-combinations, window-combined-p): Call window-*-child
15859 directly.
15860
15861 2011-11-05 Chong Yidong <cyd@gnu.org>
15862
15863 * window.el (window-valid-p): Rename from window-any-p.
15864 (window-size-ignore, window-state-get): Callers changed.
15865 (window-normalize-window): Rename from window-normalize-any-window.
15866 New arg LIVE-ONLY, replacing window-normalize-live-window.
15867 (window-normalize-live-window): Delete.
15868 (window-combination-p, window-combined-p, window-combinations)
15869 (walk-window-subtree, window-atom-root, window-min-size)
15870 (window-sizable, window-sizable-p, window-size-fixed-p)
15871 (window-min-delta, window-max-delta, window-resizable)
15872 (window-resizable-p, window-full-height-p, window-full-width-p)
15873 (window-current-scroll-bars, window-point-1, set-window-point-1)
15874 (window-at-side-p, window-in-direction, window-resize)
15875 (adjust-window-trailing-edge, maximize-window, minimize-window)
15876 (window-deletable-p, delete-window, delete-other-windows)
15877 (record-window-buffer, unrecord-window-buffer)
15878 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15879 (quit-window, split-window, window-state-put)
15880 (set-window-text-height, fit-window-to-buffer)
15881 (shrink-window-if-larger-than-buffer): Callers changed.
15882
15883 2011-11-04 Eli Zaretskii <eliz@gnu.org>
15884
15885 * mail/rmail.el (rmail-simplified-subject): Decode subject with
15886 rfc2047-decode-string.
15887 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15888 warnings.
15889
15890 * window.el (window-body-height, window-body-width): Mention in
15891 the doc string that the return values are in frame's canonical
15892 units. (Bug#9949)
15893
15894 2011-11-03 Alan Mackenzie <acm@muc.de>
15895
15896 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15897 change in cc-engine.el.
15898
15899 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15900
15901 * window.el (switch-to-buffer): Use `force-same-window' interactively.
15902
15903 2011-11-02 Martin Rudalics <rudalics@gmx.at>
15904
15905 * window.el (quit-window): Call unrecord-window-buffer after
15906 showing another buffer in the window. (Bug#9937)
15907 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
15908
15909 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
15910
15911 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15912 Accept status with more than 9 shelves. (Bug#9935)
15913 Reported by Colin D Bennett <colin@gibibit.com>.
15914
15915 2011-11-01 Martin Rudalics <rudalics@gmx.at>
15916
15917 * help.el (with-help-window): Don't reference
15918 temp-buffer-show-specifiers in doc-string.
15919
15920 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
15921
15922 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15923 menu-item.
15924
15925 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15926
15927 * whitespace.el: New version 13.2.2.
15928 (whitespace-newline-mode): Disable properly. Reported by Sarah
15929 <EmacsWiki>.
15930
15931 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
15932
15933 * net/newst-treeview.el: Remove "Time-stamp".
15934 (newsticker--group-manage-orphan-feeds): Do not call
15935 newsticker--treeview-tree-update.
15936 (newsticker-treeview-update, newsticker-treeview):
15937 Call newsticker--treeview-tree-update if necessary.
15938
15939 2011-10-30 Martin Rudalics <rudalics@gmx.at>
15940
15941 * window.el (window-iso-combination-p, window-iso-combined-p)
15942 (window-iso-combinations): Remove "iso-" infix.
15943 Suggested by Chong Yidong.
15944 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15945 (window-max-delta-1, window-resize, window--resize-siblings)
15946 (window--resize-this-window, adjust-window-trailing-edge)
15947 (split-window, balance-windows-1)
15948 (shrink-window-if-larger-than-buffer):
15949 * calendar/calendar.el (calendar-generate-window):
15950 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
15951
15952 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15953
15954 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15955 in place (bug#9907).
15956 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15957 (eshell-rewrite-if-command, eshell-rewrite-for-command)
15958 (eshell-structure-basic-command, eshell-rewrite-while-command)
15959 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15960 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
15961 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
15962 (eshell-do-pipelines-synchronously, eshell-eval-command):
15963 Use backquotes and prefer setq to set.
15964 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
15965 (eshell-macrop): Use functionp.
15966 (eshell-do-eval): Handle multiple expressions in `while' body.
15967
15968 2011-10-30 Chong Yidong <cyd@gnu.org>
15969
15970 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
15971 instead of set-mark (Bug#9810).
15972
15973 2011-10-30 Chong Yidong <cyd@gnu.org>
15974
15975 * window.el (split-window-below, split-window-right): Rename from
15976 split-window-above-each-other and split-window-side-by-side
15977 respectively. All callers changed.
15978 (split-window-sensibly, split-window-sensibly): Use them.
15979 (split-window-keep-point): Doc fix.
15980
15981 * isearch.el: Add isearch-scroll property to split-window-below
15982 and split-window-right.
15983
15984 * follow.el (follow-mode):
15985 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15986 * progmodes/ada-xref.el (ada-gdb-application):
15987 * emulation/vip.el (vip-buffer-in-two-windows):
15988 * image-dired.el (image-dired-dired-with-window-configuration):
15989 * dired-x.el (dired-do-find-marked-files):
15990 * dired.el (dired-pop-to-buffer):
15991 * bs.el (bs--show-with-configuration):
15992 * vc/emerge.el (emerge-setup-windows):
15993 * textmodes/two-column.el (2C-two-columns):
15994 * textmodes/reftex-toc.el (reftex-toc):
15995 * progmodes/gdb-mi.el (gdb-setup-windows):
15996 * progmodes/fortran.el (fortran-window-create):
15997 * net/newst-treeview.el (newsticker--treeview-window-init):
15998 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
15999 * emulation/tpu-edt.el (tpu-gold-map):
16000 * emulation/crisp.el (crisp-mode-map):
16001 * calendar/calendar.el (calendar-basic-setup): Callers changed.
16002
16003 2011-10-29 Chong Yidong <cyd@gnu.org>
16004
16005 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
16006
16007 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
16008
16009 * textmodes/flyspell.el (flyspell-word): Fix char offset for
16010 forged Ispell output (Bug#7904).
16011
16012 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
16013
16014 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16015
16016 * doc-view.el: Avoid ugly errors about not finding nil.
16017 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16018 (doc-view-dvipdf-program, doc-view-unoconv-program)
16019 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
16020 Avoid nil or absolute file name as default value.
16021 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
16022
16023 2011-10-28 Alan Mackenzie <acm@muc.de>
16024
16025 * progmodes/cc-defs.el (c-version): -> 5.32.2.
16026
16027 2011-10-28 Alan Mackenzie <acm@muc.de>
16028
16029 Amend the handling of c-beginning/end-of-defun in nested declaration
16030 scopes.
16031
16032 * progmodes/cc-vars.el (c-defun-tactic): Move here from
16033 cc-langs.el. Change it to a defcustom.
16034
16035 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16036 cc-vars.el.
16037
16038 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16039 Prevent "class foo : bar" being spuriously recognized as a label.
16040
16041 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16042 Add parameter `inclusive' (to include enclosing braces in the region).
16043 (c-widen-to-enclosing-decl-scope): New function.
16044 (c-while-widening-to-decl-block): New macro.
16045 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16046 outward for defun boundaries, and correspondingly change symbol
16047 `respect-enclosure' to `go-outward'.
16048 (c-declaration-limits): Change algorithm to report only the "innermost"
16049 defun's boundaries.
16050
16051 2011-10-28 Deniz Dogan <deniz@dogan.se>
16052
16053 * net/rcirc.el (rcirc-mode): Use hard newlines.
16054
16055 2011-10-28 Alan Mackenzie <acm@muc.de>
16056
16057 Amend to indent and fontify macros "which include their own semicolon"
16058 correctly, using the "virtual semicolon" mechanism.
16059
16060 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16061
16062 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16063 Recode to scan one line at a time rather than having \n and \r
16064 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16065 (c-forward-label): Amend for virtual semicolons.
16066 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16067
16068 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16069 of the new C macros.
16070
16071 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16072 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16073 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16074 (c-opt-cpp-macro-define): Make into a full language variable.
16075 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16076 AWK Mode (including \n, \r) removed, no longer needed.
16077
16078 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16079 Invoke c-make-macro-with-semi-re.
16080
16081 * progmodes/cc-vars.el (c-macro-with-semi-re):
16082 (c-macro-names-with-semicolon): New variables.
16083 (c-make-macro-with-semi-re): New function.
16084
16085 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16086
16087 * vc/log-edit.el: Fill empty field rather than adding new one.
16088 (log-edit-add-field): New function.
16089 (log-edit-insert-changelog): Use it.
16090
16091 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16092
16093 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16094
16095 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16096
16097 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16098 (gdb--check-interpreter): New function.
16099 (gdb): Use it.
16100
16101 2011-10-27 Glenn Morris <rgm@gnu.org>
16102
16103 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16104 (least-positive-float, least-negative-float)
16105 (least-positive-normalized-float, least-negative-normalized-float)
16106 (float-epsilon, float-negative-epsilon):
16107 Remove unnecessary declarations.
16108
16109 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16110 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16111 (least-positive-float, least-negative-float)
16112 (least-positive-normalized-float, least-negative-normalized-float)
16113 (float-epsilon, float-negative-epsilon): Add doc-strings,
16114 based on those in cl.texi.
16115
16116 * files.el (set-visited-file-name): If the major-mode changed,
16117 reload the local variables. (Bug#9796)
16118
16119 2011-10-27 Chong Yidong <cyd@gnu.org>
16120
16121 * subr.el (change-major-mode-after-body-hook): New hook.
16122 (run-mode-hooks): Run it.
16123
16124 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16125 Use change-major-mode-before-body-hook.
16126
16127 * simple.el (fundamental-mode):
16128 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16129 change introducing fundamental-mode-hook.
16130
16131 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16132
16133 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16134
16135 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16136
16137 * ido.el (ido-file-name-all-completions-1): Do not require
16138 tramp.el explicitly. (Bug#7583)
16139
16140 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16141
16142 * progmodes/octave-mod.el:
16143 * progmodes/octave-inf.el: Update maintainer.
16144
16145 2011-10-26 Chong Yidong <cyd@gnu.org>
16146
16147 * subr.el (with-wrapper-hook): Rewrite doc.
16148
16149 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16150
16151 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16152 filenames "/method:foo:". (Bug#9793)
16153
16154 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16155
16156 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16157 (bug#9865).
16158
16159 2011-10-24 Glenn Morris <rgm@gnu.org>
16160
16161 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16162
16163 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16164
16165 * notifications.el: Add the requirement of a running D-Bus session
16166 bus to the Commentary.
16167
16168 2011-10-24 Juri Linkov <juri@jurta.org>
16169
16170 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16171 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16172 (Bug#9364)
16173
16174 2011-10-24 Juri Linkov <juri@jurta.org>
16175
16176 * info.el (Info-following-node-name-re): Add newline to the list
16177 of allowed characters for leading space. (Bug#9824)
16178
16179 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16180
16181 * progmodes/octave-inf.el (inferior-octave-mode-map):
16182 Fix C-c C-h binding.
16183 * progmodes/octave-mod.el (octave-help): Remove.
16184
16185 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16186
16187 Sync with Tramp 2.2.3.
16188
16189 * net/tramp-cache.el (top): Pacify byte-compiler using
16190 `init-file-user' and `site-run-file'.
16191
16192 * net/trampver.el: Update release number.
16193
16194 2011-10-23 Chong Yidong <cyd@gnu.org>
16195
16196 * files.el (toggle-read-only): Remove obsolete comment about
16197 version control.
16198
16199 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16200 for toggle-read-only. Note that this hasn't called vc-next-action
16201 since 2008-05-02, though it wasn't documented at the time.
16202
16203 * vc/ediff-init.el (ediff-toggle-read-only-function):
16204 Use toggle-read-only.
16205
16206 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16207
16208 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16209 of c-parse-state.
16210
16211 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16212 correct faulty logical expression.
16213 (c-parse-state-state, c-record-parse-state-state):
16214 (c-replay-parse-state-state): New defvar/defuns.
16215 (c-debug-parse-state): Use new functions.
16216
16217 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16218
16219 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16220 last fix. Use window-in-direction correctly.
16221
16222 2011-10-21 Chong Yidong <cyd@gnu.org>
16223
16224 * progmodes/idlwave.el (idlwave-mode):
16225 * progmodes/vera-mode.el (vera-mode): No need to set
16226 require-final-newline; that's done in prog-mode.
16227 Suggested by Stefan Monnier.
16228
16229 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16230
16231 * mouse.el (mouse-drag-window-above)
16232 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16233 (mouse-drag-mode-line-1, mouse-drag-header-line)
16234 (mouse-drag-vertical-line-rightward-window): Remove.
16235 (mouse-drag-line): New function.
16236 (mouse-drag-mode-line, mouse-drag-header-line)
16237 (mouse-drag-vertical-line): Call mouse-drag-line.
16238 * window.el (window-at-side-p, windows-at-side): New functions.
16239
16240 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16241
16242 * tar-mode.el (tar-grind-file-mode):
16243 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16244
16245 2011-10-21 Chong Yidong <cyd@gnu.org>
16246
16247 * progmodes/idlwave.el (idlwave-mode):
16248 * progmodes/vera-mode.el (vera-mode):
16249 Use mode-require-final-newline.
16250
16251 2011-10-20 Glenn Morris <rgm@gnu.org>
16252
16253 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16254
16255 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16256
16257 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16258
16259 2011-10-20 Chong Yidong <cyd@gnu.org>
16260
16261 * emulation/cua-base.el (cua-mode):
16262 * mail/footnote.el (footnote-mode):
16263 * mail/mailabbrev.el (mail-abbrevs-mode):
16264 * net/xesam.el (xesam-minor-mode):
16265 * progmodes/bug-reference.el (bug-reference-mode):
16266 * progmodes/cap-words.el (capitalized-words-mode):
16267 * progmodes/compile.el (compilation-minor-mode)
16268 (compilation-shell-minor-mode):
16269 * progmodes/gud.el (gud-tooltip-mode):
16270 * progmodes/hideif.el (hide-ifdef-mode):
16271 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16272 * progmodes/subword.el (subword-mode):
16273 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16274 * progmodes/which-func.el (which-function-mode):
16275 * term/tvi970.el (tvi970-set-keypad-mode):
16276 * term/vt100.el (vt100-wide-mode):
16277 * textmodes/flyspell.el (flyspell-mode):
16278 * textmodes/ispell.el (ispell-minor-mode):
16279 * textmodes/nroff-mode.el (nroff-electric-mode):
16280 * textmodes/paragraphs.el (use-hard-newlines):
16281 * textmodes/refill.el (refill-mode):
16282 * textmodes/reftex.el (reftex-mode):
16283 * textmodes/rst.el (rst-minor-mode):
16284 * textmodes/sgml-mode.el (html-autoview-mode)
16285 (sgml-electric-tag-pair-mode):
16286 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16287 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16288 * emulation/crisp.el (crisp-mode):
16289 * emacs-lisp/eldoc.el (eldoc-mode):
16290 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16291 minor mode behavior.
16292
16293 2011-10-19 Juri Linkov <juri@jurta.org>
16294
16295 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16296 the list of hard-coded chars with escape-glyph face.
16297
16298 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16299
16300 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16301
16302 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16303
16304 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16305 running process.
16306
16307 2011-10-19 Glenn Morris <rgm@gnu.org>
16308
16309 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16310 Ignore ignored files. (Bug#9726)
16311
16312 2011-10-19 Chong Yidong <cyd@gnu.org>
16313
16314 Doc fix for minor modes, stating that an omitted argument enables
16315 the mode unconditionally when called from Lisp.
16316
16317 * abbrev.el (abbrev-mode):
16318 * allout.el (allout-mode):
16319 * autoinsert.el (auto-insert-mode):
16320 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16321 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16322 (global-auto-revert-mode):
16323 * battery.el (display-battery-mode):
16324 * composite.el (global-auto-composition-mode)
16325 (auto-composition-mode):
16326 * delsel.el (delete-selection-mode):
16327 * desktop.el (desktop-save-mode):
16328 * dired-x.el (dired-omit-mode):
16329 * dirtrack.el (dirtrack-mode):
16330 * doc-view.el (doc-view-minor-mode):
16331 * double.el (double-mode):
16332 * electric.el (electric-indent-mode, electric-pair-mode):
16333 * emacs-lock.el (emacs-lock-mode):
16334 * epa-hook.el (auto-encryption-mode):
16335 * follow.el (follow-mode):
16336 * font-core.el (font-lock-mode):
16337 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16338 * help.el (temp-buffer-resize-mode):
16339 * hilit-chg.el (highlight-changes-mode)
16340 (highlight-changes-visible-mode):
16341 * hi-lock.el (hi-lock-mode):
16342 * hl-line.el (hl-line-mode, global-hl-line-mode):
16343 * icomplete.el (icomplete-mode):
16344 * ido.el (ido-everywhere):
16345 * image-file.el (auto-image-file-mode):
16346 * image-mode.el (image-minor-mode):
16347 * iswitchb.el (iswitchb-mode):
16348 * jka-cmpr-hook.el (auto-compression-mode):
16349 * linum.el (linum-mode):
16350 * longlines.el (longlines-mode):
16351 * master.el (master-mode):
16352 * mb-depth.el (minibuffer-depth-indicate-mode):
16353 * menu-bar.el (menu-bar-mode):
16354 * minibuf-eldef.el (minibuffer-electric-default-mode):
16355 * mouse-sel.el (mouse-sel-mode):
16356 * msb.el (msb-mode):
16357 * mwheel.el (mouse-wheel-mode):
16358 * outline.el (outline-minor-mode):
16359 * paren.el (show-paren-mode):
16360 * recentf.el (recentf-mode):
16361 * reveal.el (reveal-mode, global-reveal-mode):
16362 * rfn-eshadow.el (file-name-shadow-mode):
16363 * ruler-mode.el (ruler-mode):
16364 * savehist.el (savehist-mode):
16365 * scroll-all.el (scroll-all-mode):
16366 * scroll-bar.el (scroll-bar-mode):
16367 * server.el (server-mode):
16368 * shell.el (shell-dirtrack-mode):
16369 * simple.el (auto-fill-mode, transient-mark-mode)
16370 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16371 (line-number-mode, column-number-mode, size-indication-mode)
16372 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16373 * strokes.el (strokes-mode):
16374 * time.el (display-time-mode):
16375 * t-mouse.el (gpm-mouse-mode):
16376 * tool-bar.el (tool-bar-mode):
16377 * tooltip.el (tooltip-mode):
16378 * type-break.el (type-break-mode-line-message-mode)
16379 (type-break-query-mode):
16380 * view.el (view-mode):
16381 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16382 (global-whitespace-mode, global-whitespace-newline-mode):
16383 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16384
16385 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16386 Fix autogenerated docstring.
16387
16388 2011-10-19 Juri Linkov <juri@jurta.org>
16389
16390 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16391 by checking environment variables "DESKTOP_SESSION" and
16392 "XDG_CURRENT_DESKTOP". (Bug#9779)
16393
16394 2011-10-19 Juri Linkov <juri@jurta.org>
16395
16396 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16397 (browse-url-chromium-program, browse-url-chromium-arguments):
16398 New defcustoms.
16399 (browse-url-default-browser): Check for `browse-url-chromium' and
16400 call `browse-url-chromium-program'.
16401 (browse-url-chromium): New command. (Bug#9779)
16402
16403 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16404
16405 * facemenu.el (list-colors-duplicates): On Windows, detect more
16406 duplicates by assuming that only colors matching "^System" are
16407 special "system colors". (Bug#9722)
16408
16409 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16410
16411 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16412 to distinguish the author from the committer.
16413
16414 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16415
16416 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16417
16418 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16419
16420 * international/mule.el (sgml-html-meta-auto-coding-function):
16421 Add support for detecting encoding in HTML5 specified only as
16422 <meta charset="UTF-8">. Implementation just makes http-equiv and
16423 content-type parts from HTML4 encoding string optional. (Bug#9716)
16424
16425 2011-10-18 Glenn Morris <rgm@gnu.org>
16426
16427 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16428
16429 2011-10-18 Chong Yidong <cyd@gnu.org>
16430
16431 * faces.el (cursor): Doc fix.
16432
16433 2011-10-17 Chong Yidong <cyd@gnu.org>
16434
16435 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16436
16437 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16438
16439 * dirtrack.el (dirtrack): Support shell buffers with path
16440 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16441
16442 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16443
16444 * json.el: Bump version to 1.3 and note change in History.
16445 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16446
16447 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16448
16449 * comint.el (comint-insert-input, comint-send-input)
16450 (comint-get-old-input-default, comint-backward-matching-input)
16451 (comint-next-prompt): Use nil instead of `input' for field property of
16452 past user input (bug#114).
16453
16454 * minibuffer.el (completion--replace): Inherit surrounding properties
16455 (bug#114).
16456 (minibuffer-complete-and-exit): Use it.
16457
16458 * comint.el (comint--table-subvert): Quote the all-completions output
16459 (bug#9160).
16460
16461 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16462
16463 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16464
16465 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16466 window on right of selected. (Bug#9350) Reword other window
16467 entries and separate them from frame entries.
16468
16469 2011-10-15 Glenn Morris <rgm@gnu.org>
16470
16471 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16472 Doc fixes.
16473
16474 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16475
16476 * net/network-stream.el (network-stream-open-starttls):
16477 Improve detection of failure due to lack of TLS support.
16478
16479 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16480 putting the input text in front and in bold.
16481
16482 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16483
16484 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16485
16486 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16487 empty buffer.
16488
16489 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16490 unread-command-events rather than pushing yet-another event.
16491
16492 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16493
16494 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16495 the explanation of the possible choices. Make the options passed
16496 to completing-read shorter.
16497
16498 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16499
16500 * textmodes/flyspell.el (flyspell-large-region): Make sure
16501 extended character mode is used if defined (Bug#1339).
16502
16503 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16504
16505 * simple.el (what-cursor-position): Fix the display of the
16506 character info for LRE, LRO, RLE, and RLO characters by appending
16507 an invisible PDF.
16508
16509 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16510
16511 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16512 even in case of error; add debug spec; simplify data flow.
16513 (with-timeout-handler): Remove.
16514
16515 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16516
16517 Fix Bug#6019, Bug#9315.
16518
16519 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16520 complete `buffer-file-name', the local file name part could look
16521 remotely (for example on VMS).
16522
16523 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16524 `tramp-run-real-handler'.
16525 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16526 already quoted by '"'.
16527
16528 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16529 Let `file-name-handler-alist' be nil, the local file name part
16530 could look remotely (for example on VMS).
16531
16532 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16533
16534 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16535 from here...
16536 (flyspell-post-command-hook): ...to here.
16537
16538 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16539
16540 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16541 if not needed.
16542 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16543 using completion. Protect against "slow" callers.
16544 Remove the "message hack".
16545
16546 2011-10-11 Juri Linkov <juri@jurta.org>
16547
16548 * isearch.el (isearch-lazy-highlight-word): New variable.
16549 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16550 Use it. (Bug#9727)
16551
16552 2011-10-11 Glenn Morris <rgm@gnu.org>
16553
16554 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16555 like f90-previous-statement does.
16556
16557 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16558
16559 * eshell/eshell.el (eshell-command): History should be saved
16560 only in interactive use, to avoid error.
16561
16562 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16563
16564 * minibuffer.el (completion-file-name-table): Fix last change,
16565 i.e. ignore normal errors but not the other ones.
16566
16567 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16568
16569 * window.el (special-display-buffer-names)
16570 (special-display-regexps): Remove some remnants of earlier
16571 changes from doc-strings.
16572 (quit-windows-on): New function.
16573
16574 * vc/vc.el (vc-revert, vc-rollback):
16575 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16576 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16577 (Bug#6183) (Bug#7074) (Bug#7447)
16578
16579 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16580
16581 * window.el (frame-auto-hide-function): Add version tag.
16582 (Bug#9699)
16583
16584 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16585
16586 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16587 condition.
16588
16589 2011-10-09 Leo Liu <sdl.web@gmail.com>
16590
16591 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16592 (Bug#9701)
16593
16594 2011-10-08 Glenn Morris <rgm@gnu.org>
16595
16596 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16597 before the first code statement zero indent. (Bug#9690)
16598
16599 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16600
16601 * simple.el (count-words-region): Always count in the region.
16602 Report the number of lines and characters too.
16603 (count-words): New command, which counts in the buffer if the
16604 region is inactive, as count-words-region used to.
16605 (count-words--message): New function. Handle plurals.
16606 (count-lines-region): Make it an alias for count-words-region.
16607
16608 * bindings.el (esc-map): Replace count-lines-region with
16609 count-words-region.
16610
16611 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16612
16613 * window.el (window--delete): Delete dedicated frame
16614 unconditionally when argument KILL is non-nil. (Bug#9699)
16615 (switch-to-buffer): Fix doc-string typo.
16616
16617 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16618
16619 * eshell/eshell.el (eshell-command): Avoid using hooks.
16620
16621 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16622
16623 * bindings.el ([M-left],[M-right]): Bind to left-word and
16624 right-word respectively.
16625
16626 2011-10-07 Glenn Morris <rgm@gnu.org>
16627
16628 * cus-start.el (debug-on-quit): Fix custom type.
16629
16630 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16631
16632 * subr.el (define-key-after): Clarify that the function is not
16633 useful for non-menu keymaps.
16634
16635 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16636
16637 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16638
16639 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16640 in current minibuffer (Fix bug with recursive minibuffers).
16641
16642 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16643
16644 * progmodes/gdb-mi.el (gdb): Doc fix.
16645
16646 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16647
16648 * window.el (frame-auto-hide-function): New option replacing
16649 frame-auto-delete. Suggested by Stefan Monnier.
16650 (window--delete): Call frame-auto-hide-function instead of
16651 investigating frame-auto-delete.
16652 (window-point-1, set-window-point-1): New functions.
16653 (window-in-direction, record-window-buffer, window-state-get-1)
16654 (display-buffer-record-window): Use window-point-1 instead of
16655 window-point.
16656 (set-window-buffer-start-and-point): Use set-window-point-1.
16657
16658 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16659
16660 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16661
16662 2011-10-05 Glenn Morris <rgm@gnu.org>
16663
16664 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16665 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16666
16667 2011-10-05 Leo Liu <sdl.web@gmail.com>
16668
16669 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16670 works with buffer object.
16671
16672 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16673
16674 * mpc.el (mpc-tool-bar-map): Add labels.
16675
16676 2011-10-04 Glenn Morris <rgm@gnu.org>
16677
16678 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16679
16680 2011-10-04 Martin Rudalics <rudalics@gmx.at>
16681
16682 * window.el (window--delete): New function.
16683 (frame-auto-delete): Resuscitate option.
16684 (bury-buffer, replace-buffer-in-windows)
16685 (quit-window): Rewrite using window--delete.
16686 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16687 Pass display-buffer-mark-dedicated to window--display-buffer-2
16688 (Bug#9639).
16689
16690 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16691
16692 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16693 returns a list (bug#9554). Add remote file name completion.
16694 * comint.el (comint--table-subvert): Curry and get quote&unquote
16695 functions as arguments.
16696 (comint--complete-file-name-data): Adjust call accordingly.
16697 * pcomplete.el (pcomplete--table-subvert): Remove.
16698 (pcomplete-completions-at-point): Use comint--table-subvert instead.
16699
16700 * minibuffer.el (completion-table-case-fold): Use currying.
16701 (completion--styles-type, completion--cycling-threshold-type):
16702 New constants.
16703 (completion-styles, completion-category-overrides)
16704 (completion-cycle-threshold): Use them.
16705 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16706 completion-table-case-fold.
16707
16708 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
16709
16710 * minibuffer.el (completion-category-overrides): Fix type of styles
16711 and add more user friendly tags (bug#9660).
16712
16713 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16714
16715 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16716 (mule-input-method-string): New widget.
16717 (default-input-method, language-info-custom-alist): Use it.
16718
16719 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16720
16721 * pcomplete.el: Require comint.
16722 (pcomplete--common-suffix): Remove.
16723 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16724 (pcomplete--table-subvert): Sync with comint--table-subvert.
16725 (pcomplete--entries): Use comint-completion-file-name-table.
16726 * comint.el (comint-unquote-filename): Simplify.
16727 (comint-completion-file-name-table): New function (bug#9616).
16728 (comint--complete-file-name-data): Use it.
16729
16730 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16731 (pcmpl-gnu-tar-buffer): Remove.
16732 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16733 around. Make sure pcomplete-suffix-list is only changed temporarily.
16734 Don't look inside the tar's file if it's too large.
16735
16736 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
16737
16738 * cus-edit.el (custom-mode-map):
16739 * epa.el (epa-key-list-mode-map):
16740 * man.el (Man-mode-map):
16741 * startup.el (splash-screen-keymap):
16742 * simple.el (special-mode-map): Use scroll-up-command and
16743 scroll-down-command.
16744
16745 * progmodes/idlw-help.el (idlwave-help-mode-map):
16746 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16747 * net/newst-plainview.el (newsticker-mode-map):
16748 * emulation/ws-mode.el (wordstar-mode-map):
16749 * emulation/vi.el (vi-com-map):
16750 * calc/calc-graph.el (calc-graph-show-dumb):
16751 * term/sun.el (terminal-init-sun):
16752 * term/ns-win.el (global-map):
16753 * progmodes/grep.el (grep-mode-map):
16754 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16755 * mail/rmail.el (rmail-mode-map):
16756 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16757
16758 * custom.el (custom-safe-themes, load-theme): Treat value of t for
16759 custom-safe-themes as special.
16760
16761 2011-10-01 Julien Danjou <julien@danjou.info>
16762
16763 * notifications.el (notifications-notify): Fix docstring.
16764
16765 2011-10-01 Per Starbäck <per@starback.se>
16766
16767 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
16768
16769 2011-09-30 Martin Rudalics <rudalics@gmx.at>
16770
16771 * startup.el (command-line-1): Fix last fix by inserting
16772 initial-scratch-message into *scratch* before displaying it.
16773 (Bug#9605) and (Bug#9636)
16774
16775 2011-09-29 Eli Zaretskii <eliz@gnu.org>
16776
16777 * simple.el (line-move): If auto-hscroll-mode is disabled and the
16778 window is hscrolled, move by logical lines. (Bug#9607)
16779 (line-move-visual): Update the doc string to the above effect.
16780
16781 2011-09-29 Martin Rudalics <rudalics@gmx.at>
16782
16783 * window.el (display-buffer-record-window): When WINDOW is the
16784 selected window use `point' instead of `window-point'. (Bug#9626)
16785
16786 * startup.el (command-line-1): Use insert-before-markers when
16787 inserting initial-scratch-message. (Bug#9605)
16788
16789 * help.el (help-window): Remove variable.
16790
16791 2011-09-29 Glenn Morris <rgm@gnu.org>
16792
16793 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16794
16795 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
16796
16797 * descr-text.el (describe-char-categories): Accept category
16798 descriptions more than one line long.
16799
16800 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16801
16802 * simple.el (delete-trailing-whitespace): Fix last change.
16803
16804 * progmodes/perl-mode.el (perl-syntax-propertize-function):
16805 Don't confuse "y => 3" as the beginning of a `y' operation.
16806
16807 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16808 object has more than 4 slots (bug#9613).
16809
16810 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
16811
16812 * subr.el (with-output-to-temp-buffer):
16813 * net/quickurl.el (quickurl, quickurl-browse-url):
16814 Fix typos in docstrings.
16815
16816 2011-09-27 Eli Zaretskii <eliz@gnu.org>
16817
16818 * minibuffer.el (completion-styles)
16819 (completion-category-overrides): Cross reference each other in doc
16820 strings.
16821
16822 2011-09-27 Glenn Morris <rgm@gnu.org>
16823
16824 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16825 to split-string. (Bug#9606)
16826
16827 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16828
16829 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16830 (bug#9615).
16831
16832 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
16833
16834 * emacs-lisp/package.el (list-packages): Fix echo area message.
16835
16836 2011-09-27 Leo Liu <sdl.web@gmail.com>
16837
16838 * ido.el (ido-read-internal): Accept cons cell HIST arg.
16839
16840 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
16841
16842 * net/dbus.el (dbus-unregister-object): Don't release services for
16843 registered signals. (Bug#9581)
16844
16845 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
16846
16847 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16848 function that picks between cfengine 2 and 3 support
16849 automatically. Update docs accordingly.
16850
16851 2011-09-22 Kenichi Handa <handa@m17n.org>
16852
16853 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16854 ZERO.
16855 (indian-itrans-v5-table-for-tamil): New variable.
16856 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16857
16858 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
16859
16860 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16861 that's true if the current command involved collapsing of text.
16862 It's reset to false at the beginning of the next command.
16863 (allout-post-command-business): Move the cursor to the beginning
16864 of entry if the cursor is hidden and collapsing activity just
16865 happened.
16866
16867 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
16868
16869 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16870 tracking (Bug#9541).
16871
16872 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
16873
16874 * net/newst-reader.el (newsticker-html-renderer)
16875 (newsticker-show-news): Automatically load html rendering package
16876 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
16877 because w3m-fill-column is let-bound" and the error "Symbol's value
16878 as variable is void: w3m-fill-column".
16879
16880 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
16881
16882 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16883 Release services only if they are defined. (Bug#9581)
16884
16885 2011-09-23 Richard Stallman <rms@gnu.org>
16886
16887 * textmodes/paragraphs.el (forward-sentence): For backwards case,
16888 distinguish start of paragraph from start of its text.
16889
16890 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16891
16892 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16893 (rmail-generate-viewer-buffer): Put that hook on view buffer.
16894 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16895
16896 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
16897
16898 * international/mule-diag.el (mule-diag): Insert a newline after
16899 each fontset description.
16900
16901 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16902
16903 * simple.el (delete-trailing-whitespace):
16904 Document last change; simplify.
16905
16906 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
16907
16908 * simple.el (delete-trailing-whitespace): Also delete
16909 extra newlines at the end of the buffer.
16910
16911 * textmodes/picture.el: Make motion commands obey shift-select-mode.
16912 (picture-newline): Use forward-line so as to ignore fields.
16913
16914 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16915
16916 * subr.el (with-wrapper-hook): Fix edebug spec.
16917
16918 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16919
16920 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16921 (bug#4538).
16922
16923 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
16924
16925 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16926 Fix nasty bug using wrong cached values.
16927
16928 2011-09-23 Alan Mackenzie <acm@muc.de>
16929
16930 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16931
16932 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
16933
16934 * window.el (pop-to-buffer): Ensure right window is selected if we
16935 chose another frame.
16936
16937 2011-09-22 Eli Zaretskii <eliz@gnu.org>
16938
16939 * simple.el (what-cursor-position): Use get-char-property-change
16940 and next-single-char-property-change, to be able to show display
16941 properties that come from overlays as well as text properties.
16942
16943 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
16944
16945 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16946
16947 * cmuscheme.el (run-scheme, switch-to-scheme):
16948 * cus-edit.el (customize-group, custom-buffer-create)
16949 (customize-browse):
16950 * info.el (info):
16951 * shell.el (shell):
16952 * mail/sendmail.el (mail):
16953 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16954
16955 2011-09-22 Richard Stallman <rms@gnu.org>
16956
16957 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16958 move back only to line beg, don't move back over blank lines.
16959
16960 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
16961
16962 * files.el (copy-directory): Set directory attributes only in case
16963 they could be retrieved from the source directory. (Bug#9565)
16964
16965 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
16966
16967 * progmodes/hideshow.el (hs-looking-at-block-start-p)
16968 (hs-find-block-beginning, hs-hide-level-recursive):
16969 Ignore strings as well as comments. (Bug#9502)
16970
16971 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
16972
16973 * progmodes/sql.el (sql-comint-postgres):
16974 Convert port number to a string. (Bug#9566)
16975
16976 2011-09-22 Martin Rudalics <rudalics@gmx.at>
16977
16978 * window.el (quit-window): Undedicate window when switching to
16979 previous buffer. Reported by Thierry Volpiatto
16980 <thierry.volpiatto@gmail.com>.
16981 (special-display-popup-frame): When popping up a new frame reset
16982 its previous buffers to nil. Simplify code.
16983
16984 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
16985
16986 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
16987 and process filter, as done also in `shell-command'.
16988
16989 2011-09-21 Martin Rudalics <rudalics@gmx.at>
16990
16991 * window.el (set-window-buffer-start-and-point):
16992 Call set-window-start with NOFORCE argument t.
16993 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16994 (quit-window): Reword doc-string. Handle new format of
16995 quit-restore parameter. Don't delete window if it has a
16996 previous buffer we can show instead of the present one.
16997 (display-buffer-record-window): Rewrite using a new format for
16998 the quit-restore window parameter
16999 (special-display-popup-frame, display-buffer-same-window)
17000 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17001 (display-buffer-pop-up-window, display-buffer-use-some-window):
17002 Adapt symbol passed to display-buffer-record-window.
17003 * help.el (help-window-setup): Handle new format of quit-restore
17004 parameter.
17005
17006 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17007
17008 * faces.el (face-list): Fix docstring (bug#9564).
17009
17010 * window.el (display-buffer--action-function-custom-type):
17011 Don't include internal functions in the Custom interface.
17012
17013 2011-09-20 Juri Linkov <juri@jurta.org>
17014
17015 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
17016 (Info-forward-node, Info-backward-node, Info-next-preorder)
17017 (Info-last-preorder): Use it. (Bug#9528)
17018
17019 2011-09-20 Juri Linkov <juri@jurta.org>
17020
17021 * info.el (Info-last-preorder): Visit last menu item only when
17022 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
17023
17024 2011-09-20 Julien Danjou <julien@danjou.info>
17025
17026 * password-cache.el (password-cache-remove): Remove entries even if the
17027 value is nil, so that password with a nil value (negative caching) is
17028 possible to invalidate.
17029
17030 2011-09-20 Lawrence Mitchell <wence@gmx.li>
17031
17032 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
17033 all whitespace around breakpoint. (Bug#9553)
17034 (f90-find-breakpoint): Only break at whitespace inside a comment.
17035
17036 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17037
17038 * minibuffer.el (completion-file-name-table): Keep track of errors.
17039 (completion-table-with-predicate): Handle the case where pred1 is nil.
17040 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17041
17042 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17043
17044 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17045 (debugger-return-value): Signal an error if the debugging context does
17046 not await any return value.
17047
17048 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17049 * image-mode.el (image-toggle-display-text)
17050 (image-toggle-display-image): Stay away from evil `intangible'.
17051
17052 2011-09-19 Leo Liu <sdl.web@gmail.com>
17053
17054 * replace.el (occur-revert-arguments): Make it permanent-local.
17055 (occur-mode): Don't call font-lock-defontify.
17056
17057 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17058
17059 * net/ldap.el (ldap-search-internal): Don't push empty search
17060 result (Bug#9508).
17061
17062 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17065
17066 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17067
17068 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17069 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17070
17071 2011-09-18 Juri Linkov <juri@jurta.org>
17072
17073 * buff-menu.el (Buffer-menu-mode-map):
17074 * dired.el (dired-mode-map):
17075 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17076 (lisp-interaction-mode-map):
17077 * emacs-lisp/package.el (package-menu-mode-map):
17078 * epa.el (epa-key-list-mode-map):
17079 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17080 (menu-bar-options-menu):
17081 * outline.el (outline-mode-menu-bar-map):
17082 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17083 * vc/vc-dir.el (vc-dir-menu-map):
17084 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17085 Capitalize non-function content words in menu item strings.
17086
17087 * dired.el (dired-mode-map): Add menu item for
17088 `image-dired-dired-toggle-marked-thumbs'.
17089
17090 2011-09-18 Juri Linkov <juri@jurta.org>
17091
17092 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17093 to `isearch-case-fold-search' and restore its original value
17094 after the `isearch-mode' call.
17095
17096 2011-09-18 Juri Linkov <juri@jurta.org>
17097
17098 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17099 because `zgrep' returns 1 for successful matches (bug#9226).
17100
17101 2011-09-18 Juri Linkov <juri@jurta.org>
17102
17103 * info.el (Info-extract-menu-node-name): Check the second match
17104 for empty string (second test-case of bug#9528).
17105 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17106 intermediate nodes to the history (first test-case of bug#9528).
17107
17108 2011-09-18 Juri Linkov <juri@jurta.org>
17109
17110 * info.el (Info-mode-syntax-table): New variable.
17111 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17112
17113 2011-09-18 Juri Linkov <juri@jurta.org>
17114
17115 * info.el (Info-file-supports-index-cookies):
17116 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17117 outputs one more line for long file names (bug#4142).
17118
17119 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17120
17121 * newcomment.el (comment-normalize-vars): If prompting for
17122 comment-start, set comment-start-skip too (Bug#8424).
17123
17124 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17125
17126 * icomplete.el: Fix previous fix of Bug#5849.
17127 (icomplete-mode): Don't set completion-show-inline-help.
17128 (icomplete-minibuffer-setup): Set completion-show-inline-help
17129 locally during icompletion.
17130
17131 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17132
17133 * woman.el (woman2-process-escapes): Don't delete unrecognized
17134 escapes (Bug#7843).
17135
17136 * files.el (inhibit-first-line-modes-regexps): Add image files.
17137 (hack-local-variables-prop-line): Return nil for malformed
17138 prop-lines (Bug#9044).
17139
17140 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17141
17142 * net/tramp.el (top): Don't require 'shell.
17143 (tramp-methods): Fix docstring.
17144 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17145 Return complete remote file name. Handle "smb" case.
17146 Use `tramp-tmpdir', if defined for the respective method.
17147 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17148
17149 * net/tramp-compat.el (top): Require 'shell.
17150
17151 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17152 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17153 `tramp-current-host'.
17154 (tramp-get-remote-tmpdir): Remove.
17155
17156 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17157 `tramp-tmpdir' entries.
17158 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17159 (tramp-smb-handle-file-attributes): Ignore errors.
17160 (tramp-smb-wait-for-output): Check also for process end.
17161
17162 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17163
17164 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17165 when sending QUIT (bug#9312).
17166
17167 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17168
17169 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17170 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17171 occur-mode-display-occurrence.
17172 (occur-edit-mode): Add usage message.
17173 (occur-cease-edit): New command.
17174 (occur-after-change-function): Use text properties to find the
17175 position of the prefix text.
17176 (occur-engine): Set stickiness of prefix text properties.
17177
17178 2011-09-17 Glenn Morris <rgm@gnu.org>
17179
17180 * progmodes/etags.el (complete-tag):
17181 Fix call to completion-in-region. (Bug#9526)
17182
17183 2011-09-17 Juri Linkov <juri@jurta.org>
17184
17185 * textmodes/ispell.el (ispell-word): Add to the error message
17186 the word, ispell program name and current dictionary (bug#9121).
17187 (ispell-tex-arg-end): Capitalize "error" in the error message.
17188
17189 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17190
17191 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17192 check. (Bug#4251)
17193
17194 2011-09-17 Juri Linkov <juri@jurta.org>
17195
17196 * window.el (window-safe-min-height, window-safe-min-width):
17197 Fix typos (followup to bug#9522).
17198
17199 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17200
17201 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17202
17203 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17204
17205 * simple.el (line-move): If goal-column is set, move by logical
17206 lines, not by display lines. (Bug#971)
17207 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17208 to reflect the above change.
17209
17210 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17211
17212 * image.el (imagemagick-register-types): Use regexp-opt.
17213
17214 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17215
17216 * window.el (display-buffer-base-action): Rename from
17217 display-buffer-default-action. Make default value empty.
17218 (display-buffer-overriding-action): Convert to defvar.
17219 (display-buffer-fallback-action): New var.
17220
17221 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17222
17223 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17224 declaration.
17225 (package--add-to-archive-contents): If there is a duplicate entry
17226 with an older version, remove it.
17227 (package-menu-mark-delete, package-menu-mark-install)
17228 (package-menu-mark-unmark): Make unused args optional.
17229 (package-menu-mark-obsolete-for-deletion):
17230 Use package-menu-get-status instead of a regexp search.
17231 (package-menu-get-status): Use tabulated-list-entry.
17232 (package-menu-mark-upgrades): New command.
17233 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17234 (package-menu-execute): Do installation before deletion.
17235 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17236 instead of checking major-mode.
17237 (package-menu--find-upgrades): New function.
17238
17239 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17240
17241 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17242 passwords in the log buffer.
17243 (smtpmail-process-filter): Update the process marker so that the
17244 "broken by peer" status message is inserted in the right place.
17245
17246 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17249 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17250 bibtex-completion-at-point-function.
17251 (bibtex-completion-at-point-function): Use them.
17252
17253 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17254
17255 * mpc.el (mpc-constraints-tag-lookup): New function.
17256 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17257 also to browser "album|playlist".
17258
17259 2011-09-14 Juri Linkov <juri@jurta.org>
17260
17261 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17262 (isearch-edit-string): Use length of `isearch-string' when
17263 `isearch-fail-pos' returns nil.
17264 (isearch-message): Remove duplicate code and call
17265 `isearch-fail-pos' with arg `t'.
17266
17267 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17268
17269 * replace.el (occur-mode-goto-occurrence): Don't force using other
17270 window (Bug#9499).
17271
17272 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17273
17274 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17275
17276 * window.el (display-buffer-window): Remove.
17277 (display-buffer-record-window): Use help-setup window parameter
17278 instead of variable display-buffer-window.
17279 (display-buffer-function, special-display-buffer-names)
17280 (special-display-function): Mention help-setup parameter instead
17281 of display-buffer-window in doc-string.
17282 * help.el (help-window-setup): New argument help-window.
17283 Use help-window-setup parameter instead of display-buffer-window.
17284 Reword some messages.
17285 (with-help-window): Pass window used for displaying the buffer
17286 to help-window-setup. Don't set display-buffer-window.
17287
17288 2011-09-13 Glenn Morris <rgm@gnu.org>
17289
17290 * emacs-lisp/debug.el (debugger-make-xrefs):
17291 Preserve point. (Bug#9462)
17292
17293 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17294
17295 * window.el (window-deletable-p): Use next-frame.
17296
17297 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17298
17299 * window.el (window-auto-delete): Remove.
17300 (window-deletable-p): Remove argument FORCE. Don't deal with
17301 dedication and previous buffers.
17302 (switch-to-prev-buffer): Don't delete window.
17303 (delete-windows-on): Delete a window's frame if and only if the
17304 window is dedicated.
17305 (replace-buffer-in-windows): Delete buffer's window or frame if
17306 and only if window is dedicated.
17307 (quit-window): Handle quit-restore as before last change.
17308 (bury-buffer): Delete window only if window-deletable-p returns t.
17309
17310 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17311
17312 * window.el (window-deletable-p): Never delete the last frame on a
17313 given terminal.
17314
17315 2011-09-13 Glenn Morris <rgm@gnu.org>
17316
17317 * help.el (describe-key-briefly): Copy previous standard-output change.
17318
17319 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17320
17321 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17322
17323 2011-09-13 Glenn Morris <rgm@gnu.org>
17324
17325 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17326 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17327
17328 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17329
17330 * dired-aux.el (dired-mark-read-string): Don't return default
17331 value on empty input (Bug#9361).
17332 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17333 Omit initial minibuffer contents.
17334 (dired-do-chmod): Signal an error on empty input.
17335 (dired-mark-read-string): Don't return default on empty input.
17336
17337 * files.el (file-modes-symbolic-to-number): Doc fix.
17338
17339 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 * international/mule-cmds.el (ucs-completions): Remove.
17342 (read-char-by-name): Use complete-with-action instead; add metadata.
17343
17344 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17345
17346 * window.el (display-buffer--action-function-custom-type)
17347 (display-buffer--action-custom-type): New vars.
17348 (display-buffer-alist, display-buffer-default-action)
17349 (display-buffer-overriding-action): Add defcustom types.
17350
17351 * frame.el (delete-other-frames): Doc fix (Bug#276).
17352
17353 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17354
17355 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17356
17357 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17358
17359 Change modes that used same-window-* vars to use switch-to-buffer.
17360
17361 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17362 Use switch-to-buffer.
17363
17364 * cus-edit.el (customize-group, custom-buffer-create)
17365 (customize-browse, custom-buffer-create-other-window):
17366 Use switch-to-buffer or switch-to-buffer-other-window.
17367
17368 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17369 (Info-prev, Info-up, Info-speedbar-goto-node)
17370 (info-display-manual): Use switch-to-buffer.
17371 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17372
17373 * mail/sendmail.el (mail): Use switch-to-buffer.
17374 (mail-recover): Use switch-to-buffer-other-window.
17375
17376 * cmuscheme.el (run-scheme, switch-to-scheme):
17377 * ielm.el (ielm):
17378 * shell.el (shell):
17379 * net/rlogin.el (rlogin):
17380 * net/telnet.el (telnet, rsh):
17381 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17382
17383 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17384
17385 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17386
17387 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17388
17389 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17390 so don't mention it (bug#9301).
17391 (dired-sort-toggle-or-edit): Clarify string further.
17392
17393 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17394 match `x', `w32' and `ns', like the manual says (bug#9029).
17395
17396 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17397 (process-kill-buffer-query-function): Mention the buffer name in
17398 the query.
17399
17400 * image-mode.el (image-next-line): The line parameter is mandatory
17401 (bug#9258).
17402
17403 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17404 which can be useful (bug#9301).
17405
17406 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17407
17408 * subr.el (match-string): Mention that the current buffer should
17409 be the same as the search was done in (bug#9282).
17410
17411 * facemenu.el: Disable the remove-* commands if the mark isn't
17412 active (bug#9162).
17413
17414 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17415
17416 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17417 of display-buffer.
17418 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17419
17420 * replace.el (occur-mode-goto-occurrence)
17421 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17422 and display-buffer.
17423
17424 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17425 display-buffer.
17426
17427 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17428 special-display and same-window variables.
17429 (mail-other-window): Use switch-to-buffer-other-window.
17430 (mail-other-frame): USe switch-to-buffer-other-frame.
17431
17432 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17433 Use display-buffer-other-frame.
17434 (gdb-display-gdb-buffer): Use pop-to-buffer.
17435
17436 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17437
17438 * progmodes/python.el: Don't set same-window-buffer-names.
17439
17440 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17441
17442 * window.el (display-buffer-alist): Add *Python*.
17443
17444 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17445
17446 * window.el (display-buffer-alist): Add entry for buffers
17447 previously handled same-window-*.
17448 (display-buffer-alist, display-buffer-default-action)
17449 (display-buffer-overriding-action): Mark as risky.
17450 (display-buffer-alist): Document action function changes.
17451 (display-buffer--same-window-action)
17452 (display-buffer--other-frame-action): New variables.
17453 (switch-to-buffer, display-buffer-other-frame): Use them.
17454 (display-buffer): Rename reuse-frame entry to reusable-frames.
17455 (display-buffer-reuse-selected-window): Function deleted.
17456 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17457 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17458 (display-buffer-special): New function.
17459 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17460 display-buffer-reuse-or-pop-window. Split off special-display
17461 part into display-buffer-special.
17462 (display-buffer-use-some-window): Don't perform any special
17463 pop-up-frames handling.
17464 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17465 (display-buffer--maybe-same-window): Rename from
17466 display-buffer-maybe-same-window.
17467
17468 * info.el: Don't set same-window-regexps.
17469 (info-setup): New function.
17470 (info-other-window, info): Call it.
17471
17472 * cus-edit.el: Don't set same-window-regexps.
17473 (customize-group): New argument.
17474 (customize-group-other-window): Use it.
17475 (customize-face, customize-face-other-window): Likewise.
17476 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17477
17478 * net/rlogin.el:
17479 * net/telnet.el:
17480 * progmodes/gud.el: Don't set same-window-regexps.
17481
17482 * cmuscheme.el:
17483 * ielm.el:
17484 * shell.el:
17485 * mail/sendmail.el:
17486 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17487
17488 2011-09-10 Juri Linkov <juri@jurta.org>
17489
17490 * isearch.el (isearch-edit-string): Remove obsolete mention of
17491 `C-w' (`isearch-yank-word-or-char') from docstring.
17492 (isearch-query-replace): Fix typo in docstring (bug#9466).
17493
17494 2011-09-10 Juri Linkov <juri@jurta.org>
17495
17496 * paren.el (show-paren-function): Don't show escaped parens.
17497 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17498
17499 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17500
17501 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17502 (mm-default-file-encoding): Remove autoload forms, they are
17503 replaced with autoload cookies in mml.el and mm-encode.el.
17504 (mail-add-attachment): New command.
17505 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17506 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17507 the doc string.
17508 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17509
17510 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17511
17512 * simple.el (count-words-region): Use buffer if there's no region
17513 (bug#9429).
17514
17515 2011-09-09 Juri Linkov <juri@jurta.org>
17516
17517 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17518 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17519 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17520
17521 2011-09-09 Alan Mackenzie <acm@muc.de>
17522
17523 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17524 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17525
17526 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17527
17528 Fix for Savannah bug#9392.
17529 * simple.el (mail-encode-mml): New defvar.
17530
17531 * mail/rmail.el (mail-encode-mml): Add a defvar.
17532 (rmail-enable-mime-composing): Default to t.
17533 (rmail-forward): Use MIME method of forwarding only if both
17534 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17535 Set mail-encode-mml non-nil if the MIME method was used.
17536
17537 * mail/sendmail.el (mml-to-mime): Add autoload form.
17538 (mail-encode-mml): Add a defvar.
17539 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17540 to nil.
17541 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17542 message through mml-to-mime, and reset mail-encode-mml to nil.
17543
17544 2011-09-09 Glenn Morris <rgm@gnu.org>
17545
17546 * woman.el (woman-if-body): When processing an .el block,
17547 do not delete the next .el block as well. (Bug#9447)
17548 (woman-special-characters): Add oq, cq, and hy characters.
17549
17550 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17551
17552 * window.el (window-deletable-p): Make sure window is live before
17553 invoking window-prev-buffers.
17554
17555 2011-09-08 Leo Liu <sdl.web@gmail.com>
17556
17557 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17558
17559 2011-09-08 Juri Linkov <juri@jurta.org>
17560
17561 * progmodes/compile.el (compilation-environment): Make it
17562 a defcustom (bug#8340).
17563
17564 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17565
17566 * window.el (frame-auto-delete): Rename to window-auto-delete.
17567 Make it control auto-deletion of windows and/or frames.
17568 (window-deletable-p): New argument FORCE. Rewrite conditions
17569 for deleting window/frame. (Bug#9419)
17570 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17571 Rewrite handling of case when window/frame can be deleted.
17572 (delete-windows-on): Call window-deletable-p with new FORCE
17573 argument t. (Bug#9456)
17574
17575 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17576
17577 * help-mode.el (help-mode): Restore autoload.
17578
17579 2011-09-07 Juri Linkov <juri@jurta.org>
17580
17581 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17582 `compilation-environment'. Set buffer-local
17583 `compilation-environment' to `thisenv' later after (funcall mode).
17584 (Bug#8340)
17585
17586 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17587 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17588 instead of replacing its value. (Bug#8340)
17589
17590 2011-09-07 Juri Linkov <juri@jurta.org>
17591
17592 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17593 based on text properties put by `grep-filter' instead of matching
17594 escape sequences.
17595 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17596 to the value of `grep-error-screen-columns' (bug#9438).
17597
17598 2011-09-07 Juri Linkov <juri@jurta.org>
17599
17600 * simple.el (next-error-highlight, next-error-highlight-no-select):
17601 Doc fix (bug#9432).
17602
17603 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17604
17605 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17606 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17607
17608 2011-09-07 Leo Liu <sdl.web@gmail.com>
17609
17610 * net/rcirc.el (rcirc-mode): Conditionally initialize
17611 rcirc-input-ring.
17612
17613 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17614
17615 * emacs-lisp/find-func.el (find-function-C-source): Only set
17616 find-function-C-source-directory after checking that we found a source
17617 file there (bug#9440).
17618
17619 2011-09-06 Alan Mackenzie <acm@muc.de>
17620
17621 * isearch.el (isearch-other-meta-char): Wherever a key list is
17622 unread, "unread" the prefix arg, too. This fixes bug #8901.
17623
17624 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17625
17626 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17627
17628 2011-09-05 Juri Linkov <juri@jurta.org>
17629
17630 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17631
17632 2011-09-05 Juri Linkov <juri@jurta.org>
17633
17634 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17635 keeping point where processing of grep matches begins, and
17636 continue to delete remaining escape sequences from the same point.
17637 (grep-filter): Make leading zero optional in "0?1;31m" because
17638 git-grep emits "\033[1;31m" escape sequences unlike expected
17639 "\033[01;31m" as GNU Grep does (bug#9408).
17640 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17641
17642 2011-09-05 Juri Linkov <juri@jurta.org>
17643
17644 * subr.el (y-or-n-p): Capitalize "yes".
17645
17646 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17647
17648 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17649 `tramp-cache-unload-hook' where appropriate.
17650 (tramp-methods): Rename `tramp-remote-sh' to
17651 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17652 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17653
17654 * net/tramp-sh.el (top): Don't require 'shell.
17655 (tramp-methods): Add `tramp-remote-shell' and
17656 `tramp-remote-shell-args' entries.
17657 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17658 (tramp-sh-handle-shell-command): Remove.
17659 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17660 Use `tramp-remote-shell'.
17661
17662 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17663
17664 * mail/sendmail.el (sendmail-query-once-function): Delete.
17665 (sendmail-query-once): Save directly to send-mail-function.
17666 Update message-send-mail-function too.
17667
17668 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17669
17670 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17671
17672 * progmodes/python.el (python-mode-map): Use correct function to
17673 start python interpreter from menu-bar (as reported by Geert
17674 Kloosterman).
17675 (inferior-python-mode-map): Fix typo.
17676 (python-shell-map): Remove.
17677
17678 2011-09-03 Deniz Dogan <deniz@dogan.se>
17679
17680 * net/rcirc.el (rcirc-print): Simplify code for
17681 rcirc-scroll-show-maximum-output. There is no need to walk
17682 through all windows to find the right one.
17683
17684 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17685
17686 * help.el (help-return-method): Doc fix.
17687
17688 2011-09-03 Martin Rudalics <rudalics@gmx.at>
17689
17690 * window.el (window-deletable-p): Don't return a non-nil value
17691 when there's a buffer that was shown in the window before.
17692 (Bug#9419)
17693 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17694 Set window's previous buffers to nil.
17695
17696 2011-09-03 Eli Zaretskii <eliz@gnu.org>
17697
17698 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17699 newline before and after the tag line, so it doesn't interfere
17700 with determining the paragraph direction of bidirectional text.
17701
17702 2011-09-03 Leo Liu <sdl.web@gmail.com>
17703
17704 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
17705
17706 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17707
17708 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17709 (pop-to-buffer): Change interactive spec. Pass second argument
17710 directly to display-buffer.
17711 (display-buffer): Fix interactive spec. Use functionp to
17712 distinguish between a function and a list of functions.
17713
17714 * abbrev.el (edit-abbrevs):
17715 * arc-mode.el (archive-extract):
17716 * autoinsert.el (auto-insert):
17717 * bookmark.el (bookmark-bmenu-list):
17718 * files.el (find-file):
17719 * view.el (view-buffer):
17720 * progmodes/compile.el (compilation-goto-locus):
17721 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17722
17723 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17724
17725 * window.el (display-buffer-alist): Doc fix.
17726 (display-buffer): Add docstring. Don't treat
17727 display-buffer-default specially.
17728 (display-buffer-reuse-selected-window)
17729 (display-buffer-same-window, display-buffer-maybe-same-window)
17730 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17731 (display-buffer-pop-up-window)
17732 (display-buffer-reuse-or-pop-window)
17733 (display-buffer-use-some-window): New functions.
17734 (display-buffer-default-action): Use them.
17735 (display-buffer-default): Delete.
17736 (pop-to-buffer-1): Fix choice of actions.
17737
17738 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17739
17740 * minibuffer.el (completion--insert-strings): Don't get confused by
17741 completion entries that end with an LF char.
17742
17743 2011-09-01 Eli Zaretskii <eliz@gnu.org>
17744
17745 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17746
17747 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
17748
17749 * window.el (display-buffer): Restore interactive spec.
17750 (display-buffer-same-window, display-buffer-other-window):
17751 New functions.
17752 (pop-to-buffer-1): New function. Use the above.
17753 (pop-to-buffer, pop-to-buffer-same-window): Use it.
17754 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17755
17756 * view.el (view-buffer-other-window, view-buffer-other-frame):
17757 Just use pop-to-buffer.
17758
17759 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17760
17761 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
17762
17763 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
17764
17765 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
17766
17767 2011-08-31 Richard Stallman <rms@gnu.org>
17768
17769 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17770 of the separation of rmail-view-buffer from rmail-buffer.
17771 If you say no to "replace original", the decrypt is in the
17772 view buffer. If you say yes, the decrypt goes into the
17773 rmail buffer also.
17774
17775 2011-08-31 Martin Rudalics <rudalics@gmx.at>
17776
17777 * window.el (display-buffer-window): Rewrite doc-string.
17778 (display-buffer-record-window): New function.
17779 (display-buffer-macro-specifiers)
17780 (display-buffer-even-window-sizes, display-buffer-set-height)
17781 (display-buffer-set-width, display-buffer-in-window)
17782 (display-buffer-reuse-window, display-buffer-split-specifiers)
17783 (display-buffer-side-specifiers, display-buffer-split-window-1)
17784 (display-buffer-split-window, display-buffer-split-atom-window)
17785 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17786 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17787 (display-buffer-other-window-means-other-frame)
17788 (display-buffer-normalize-special)
17789 (display-buffer-normalize-default)
17790 (display-buffer-normalize-argument)
17791 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17792 (display-buffer-normalize-specifiers, display-buffer-frame)
17793 (display-buffer-same-window, display-buffer-same-frame)
17794 (display-buffer-other-window)
17795 (display-buffer-same-frame-other-window)
17796 (display-buffer-other-frame, pop-to-buffer-same-window)
17797 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17798 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17799 (switch-to-buffer-same-frame)
17800 (switch-to-buffer-other-window-same-frame)
17801 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17802 (display-buffer-alist-set-1, display-buffer-alist-set-2)
17803 (display-buffer-alist-set): Remove.
17804 (display-buffer-function, special-display-buffer-names)
17805 (special-display-regexps, special-display-function):
17806 In doc-string refer to display-buffer-window and quit-restore
17807 parameter.
17808 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17809 (special-display-frame-alist, special-display-popup-frame)
17810 (same-window-buffer-names, same-window-regexps, same-window-p)
17811 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17812 (split-window-preferred-function, split-height-threshold)
17813 (split-width-threshold, window-splittable-p)
17814 (split-window-sensibly, window--try-to-split-window)
17815 (window--frame-usable-p, even-window-heights)
17816 (window--even-window-heights, window--display-buffer-1)
17817 (window--display-buffer-2, display-buffer-other-frame):
17818 Restore old Emacs 23 code, order and doc-strings where applicable.
17819 (display-buffer-default, display-buffer-assq-regexp): New functions.
17820 (display-buffer-alist): Rewrite doc-string.
17821 (display-buffer-default-action)
17822 (display-buffer-overriding-action): New variables.
17823 (display-buffer, switch-to-buffer): Rewrite.
17824 (pop-to-buffer): Restore Emacs 23 behavior but use
17825 window-normalize-buffer-to-display.
17826 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17827 Restore Emacs 23 behavior but use
17828 window-normalize-buffer-to-switch-to.
17829 (pop-to-buffer-same-window): Rewrite.
17830 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17831 Rewrite using Emacs 23 options.
17832
17833 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
17834
17835 * net/tramp.el (tramp-root-regexp): Remove.
17836 (tramp-completion-file-name-regexp-unified)
17837 (tramp-completion-file-name-regexp-separate)
17838 (tramp-completion-file-name-regexp-url): Don't use leading volume
17839 letter on w32 systems. (Bug#5303, Bug#9311)
17840 (tramp-drop-volume-letter): Simplify definition.
17841 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17842
17843 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17844
17845 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17846 (bug#9356).
17847
17848 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
17849
17850 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17851
17852 2011-08-29 Juri Linkov <juri@jurta.org>
17853
17854 * isearch.el (isearch-done): Don't display message "Mark saved"
17855 when arg `edit' is non-nil to prevent its flicker in the echo area.
17856
17857 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17858
17859 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17860 obsolete packages for deletion.
17861
17862 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
17863
17864 * help-mode.el (help-mode-map): Add special-mode-map to parent.
17865 (help-mode): Derive help-mode from special-mode. Don't invoke
17866 view-mode from help-mode.
17867 (help-xref-override-view-map): Remove.
17868 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17869 view-mode is not used anymore.
17870
17871 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17872
17873 * server.el (server-port): Doc fix.
17874
17875 * cus-theme.el (custom-theme-choose-mode): Inherit from
17876 special-mode (Bug#9124).
17877 (custom-theme-choose-mode-map): Add special-mode to parent.
17878
17879 2011-08-28 Alan Mackenzie <acm@muc.de>
17880
17881 * progmodes/cc-fonts.el
17882 (c-make-font-lock-BO-decl-search-function): New function.
17883 (c-basic-matchers-after - "Fontify the clauses after various
17884 keywords"): Extract the three keyword lists for the 3 erroneous
17885 constructs from the list of four, and use the new function above
17886 in place of an old one.
17887
17888 2011-08-28 Deniz Dogan <deniz@dogan.se>
17889
17890 * net/rcirc.el (rcirc-insert-prev-input)
17891 (rcirc-insert-next-input): Remove unused argument.
17892
17893 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17894
17895 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17896
17897 2011-08-27 Alan Mackenzie <acm@muc.de>
17898
17899 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17900 handle function pointer parameters properly.
17901
17902 2011-08-27 Martin Rudalics <rudalics@gmx.at>
17903
17904 * window.el (display-buffer-reuse-window): Fix case where
17905 selected window was reused with non-nil OTHER-WINDOW argument.
17906 (Bug#9381)
17907
17908 2011-08-27 Deniz Dogan <deniz@dogan.se>
17909
17910 * net/rcirc.el (rcirc-check-auth-status): Adding support for
17911 oftc's NickServ messages.
17912
17913 2011-08-27 Glenn Morris <rgm@gnu.org>
17914
17915 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
17916
17917 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
17918
17919 * emacs-lisp/package.el (package-install): Call package-initialize
17920 if called interactively.
17921
17922 2011-08-26 Leo Liu <sdl.web@gmail.com>
17923
17924 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
17925
17926 2011-08-25 Juri Linkov <juri@jurta.org>
17927
17928 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17929 `search-whitespace-regexp' (bug#9364).
17930
17931 2011-08-25 Juri Linkov <juri@jurta.org>
17932
17933 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17934 `regexp-search-ring' to their global values to protect from
17935 updating by `read-from-minibuffer' (bug#9185).
17936
17937 2011-08-25 Juri Linkov <juri@jurta.org>
17938
17939 * textmodes/ispell.el (ispell-command-loop): Add newline
17940 at the end of the "Use option `i'..." line.
17941
17942 2011-08-25 Juri Linkov <juri@jurta.org>
17943
17944 * battery.el (display-battery-mode): If `battery-status-function'
17945 or `battery-mode-line-format' is nil, display the message and set
17946 `display-battery-mode' to nil (bug#9363).
17947
17948 2011-08-25 Eli Zaretskii <eliz@gnu.org>
17949
17950 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17951 bidi-string-mark-left-to-right; they are unnecessary now.
17952
17953 2011-08-25 Deniz Dogan <deniz@dogan.se>
17954
17955 * net/quickurl.el: Documentation typo fixes.
17956
17957 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
17958
17959 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17960
17961 2011-08-25 Glenn Morris <rgm@gnu.org>
17962
17963 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17964
17965 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
17966 (smtpmail-via-smtp): Handle nil response from smtp.
17967
17968 2011-08-24 Juri Linkov <juri@jurta.org>
17969
17970 * proced.el (proced-marked): Inherit from `error' instead of
17971 `font-lock-warning-face'.
17972
17973 * ibuffer.el (ibuffer-marked-face): Change default face from
17974 `font-lock-warning-face' to `warning'.
17975 (ibuffer-deletion-face): Change default face from
17976 `font-lock-type-face' to `error'.
17977
17978 * battery.el (battery-update): Use the face `error' instead of
17979 `font-lock-warning-face' (bug#6117).
17980
17981 2011-08-24 Juri Linkov <juri@jurta.org>
17982
17983 * faces.el (success): Change face color from "Green3" to
17984 "ForestGreen" on light background (bug#9353).
17985
17986 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
17987
17988 * window.el (quit-window): Rename from quit-restore-window.
17989 Use same arglist as old quit-window.
17990 (frame-auto-delete): Doc fix.
17991
17992 * view.el (view-mode-exit): Use quit-window.
17993
17994 2011-08-24 Juri Linkov <juri@jurta.org>
17995
17996 * isearch.el (isearch-ring-adjust1): Start visiting previous
17997 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
17998 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
17999 for empty search string (when the last search string is reused
18000 automatically) to adjust the isearch ring to the last element and
18001 prepare the correct index for further M-p commands (bug#9185).
18002
18003 2011-08-24 Kenichi Handa <handa@m17n.org>
18004
18005 * international/ucs-normalize.el: If decomposition property of
18006 CHAR is the default one (i.e. a list of CHAR itself), treat it as
18007 nil.
18008 (nfd, nfkd): Likewise.
18009
18010 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18011
18012 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
18013 from process filters aren't reliably transmitted to the surrounding
18014 accept-process-output.
18015 (mpc-proc-check): New function.
18016 (mpc-proc-sync): Use it (bug#8293)
18017
18018 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18019
18020 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
18021 Add compatibility functions (bug#9313).
18022
18023 2011-08-23 Eli Zaretskii <eliz@gnu.org>
18024
18025 * cus-start.el (all): Add entry for bidi-paragraph-direction.
18026
18027 * international/uni-bidi.el: Regenerate.
18028
18029 2011-08-23 Kenichi Handa <handa@m17n.org>
18030
18031 * international/charprop.el:
18032 * international/uni-bidi.el:
18033 * international/uni-category.el:
18034 * international/uni-combining.el:
18035 * international/uni-comment.el:
18036 * international/uni-decimal.el:
18037 * international/uni-decomposition.el:
18038 * international/uni-digit.el:
18039 * international/uni-lowercase.el:
18040 * international/uni-mirrored.el:
18041 * international/uni-name.el:
18042 * international/uni-numeric.el:
18043 * international/uni-old-name.el:
18044 * international/uni-titlecase.el:
18045 * international/uni-uppercase.el: Regenerate.
18046
18047 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18048
18049 * help.el (help-window-setup): Fix message displayed when other
18050 window is reused. (Bug#9341)
18051
18052 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18053
18054 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18055 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18056
18057 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18058 Mark obsolete.
18059 * shell.el (shell-parse-pcomplete-arguments): New function.
18060 (shell-completion-vars): Use it instead (bug#9160).
18061
18062 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18063
18064 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18065 strings and comments (bug#9333).
18066
18067 * emacs-lisp/debug.el (debug-arglist): New function.
18068 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18069 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18070
18071 2011-08-22 Juri Linkov <juri@jurta.org>
18072
18073 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18074 Revert regexp that highlights output switches to its old
18075 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18076
18077 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18078 to check for empty output (bug#9226).
18079
18080 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18081
18082 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18083 symbol-constituent as the default, as that stops font-lock from
18084 working properly (Bug#8843).
18085
18086 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18087
18088 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18089 `coding-system-for-*' around the process open call to avoid
18090 auth-source side effects.
18091 (smtpmail-try-auth-methods): Expand the secret password.
18092 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18093 probe hangs.
18094
18095 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18096
18097 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18098
18099 * emacs-lisp/find-func.el (find-function-noselect): New arg
18100 lisp-only.
18101
18102 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18103 signal an error for built-in functions (Bug#6664).
18104
18105 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18106
18107 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18108 (smtpmail-try-auth-methods): Use it.
18109
18110 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18111
18112 * font-lock.el (font-lock-fontify-region)
18113 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18114 (font-lock-default-unfontify-buffer)
18115 (font-lock-default-fontify-region)
18116 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18117
18118 * progmodes/compile.el (compilation-error-properties):
18119 Fix confusion between file struct and message struct (Bug#9319).
18120 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18121 `ant' regexp.
18122
18123 * net/browse-url.el (browse-url-firefox): Don't call
18124 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18125
18126 2011-08-20 Glenn Morris <rgm@gnu.org>
18127
18128 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18129
18130 * tutorial.el (tutorial--default-keys): Update some default bindings.
18131
18132 * files.el (hack-local-variables): Fully ignore case for "mode:".
18133
18134 2011-08-20 Alan Mackenzie <acm@muc.de>
18135
18136 Resolve invalid use of a regexp in regexp-opt.
18137
18138 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18139 detection for a java annotation.
18140
18141 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18142 detection for a java annotation.
18143
18144 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18145 handling for java.
18146 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18147
18148 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18149
18150 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18151 (Bug#9274).
18152
18153 2011-08-20 Alan Mackenzie <acm@muc.de>
18154
18155 Fontify CPP expressions correctly when starting in the middle of
18156 such a construct. Mainly for when jit-lock etc. starts a chunk
18157 here.
18158
18159 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18160 variable.
18161 (c-make-font-lock-search-form): New function, extracted from
18162 c-make-font-lock-search-function.
18163 (c-make-font-lock-search-function): Use the above function.
18164 (c-make-font-lock-context-search-function): New function.
18165 (c-cpp-matchers): Enhance the preprocessor expression case with
18166 the above function
18167 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18168 which takes an expression.
18169
18170 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18171
18172 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18173
18174 * window.el (display-buffer-reuse-window)
18175 (display-buffer-pop-up-window): Don't reuse or split a side
18176 window.
18177
18178 2011-08-19 Glenn Morris <rgm@gnu.org>
18179
18180 * files.el (hack-local-variables-prop-line, hack-local-variables):
18181 Downcase "Mode:". (Bug#9331)
18182
18183 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18184
18185 * international/characters.el: Add L and R categories.
18186
18187 * subr.el (bidi-string-mark-left-to-right): Rename from
18188 string-mark-left-to-right. Use category search.
18189
18190 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18191
18192 2011-08-18 Juri Linkov <juri@jurta.org>
18193
18194 * faces.el (error, warning, success): New faces with definitions
18195 copied from old default values of `font-lock-warning-face',
18196 `compilation-warning', `compilation-info' (bug#6117).
18197
18198 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18199
18200 * progmodes/compile.el (compilation-error): Inherit from `error'.
18201 (compilation-warning): Inherit from `warning'.
18202 (compilation-info): Inherit from `success'.
18203
18204 * dired.el (dired-marked): Inherit from `warning'.
18205 (dired-flagged): Inherit from `error'.
18206
18207 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18208
18209 * mail/smtpmail.el (auth-source): Require to avoid problems with
18210 binding variables (bug#9298). Also clean up some unused
18211 autoloads.
18212
18213 * net/network-stream.el (network-stream-open-starttls):
18214 Support using starttls.el without using gnutls-cli.
18215
18216 2011-08-17 Juri Linkov <juri@jurta.org>
18217
18218 * progmodes/grep.el (rgrep): Handle the case when
18219 `grep-find-command' is a cons cell (bug#9278).
18220
18221 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18222
18223 * window.el (display-buffer-pop-up-frame): Run frame creation
18224 function with BUFFER current (as special-display-popup-frame
18225 does). Reported by Drew Adams.
18226
18227 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18228
18229 * epa-mail.el: Simplify GnuPG group expansion using
18230 epg-expand-group.
18231 (epa-mail-group-alist, epa-mail-group-modtime)
18232 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18233 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18234 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18235 Remove.
18236
18237 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18238
18239 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18240
18241 2011-08-16 Alan Mackenzie <acm@muc.de>
18242
18243 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18244 Correct, to avoid the inside of macros.
18245
18246 2011-08-16 Richard Stallman <rms@gnu.org>
18247
18248 * epa-mail.el: Handle GnuPG group definitions.
18249 (epa-mail-group-alist, epa-mail-group-modtime)
18250 (epa-mail-gnupg-conf-file): New variables.
18251 (epa-mail-parse-groups, epa-mail-sync-groups)
18252 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18253 (epa-mail-expand-recipients): New functions.
18254 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18255
18256 * mail/rmail.el (rmail-epa-decrypt): New command.
18257
18258 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18259 Don't bind buffer-read-only, just inhibit-read-only.
18260 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18261 (epa-decrypt-armor-in-region): Make error message clearer.
18262
18263 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18264
18265 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18266 and "a2b" to "ab" for `prefix'.
18267
18268 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18269
18270 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18271 filter groups.
18272 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18273 Fourquet (Bug#8804).
18274
18275 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18276
18277 * startup.el (argi): Declare as global variable (bug#9275).
18278
18279 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18280
18281 * subr.el (string-mark-left-to-right): Search the entire string
18282 for RTL script, not just the terminating character. Doc fix.
18283
18284 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18285
18286 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18287 New function.
18288 (js--regexp-literal, js-syntax-propertize-function): Remove.
18289 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18290 (js-mode-map): Don't rebind electric keys.
18291 (js-insert-and-indent): Remove.
18292 (js-mode): Setup electric-layout and electric-indent instead.
18293
18294 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18295
18296 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18297
18298 * epa.el (epa-progress-callback-function): Fix the logic of
18299 displaying progress.
18300 * epa-file.el (epa-file-insert-file-contents): Make progress
18301 display more user-friendly.
18302 (epa-file-write-region): Ditto.
18303
18304 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18305
18306 * subr.el (string-mark-left-to-right): New function.
18307
18308 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18309 Use string-mark-left-to-right.
18310 (list-buffers-noselect): Caller changed.
18311
18312 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18313 Use string-mark-left-to-right.
18314 (tabulated-list-print): Recenter after moving point.
18315
18316 2011-08-10 Juri Linkov <juri@jurta.org>
18317
18318 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18319 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18320 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18321
18322 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18323
18324 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18325 (Bug#7554).
18326
18327 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18328
18329 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18330 character. (Bug#6594)
18331
18332 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18333
18334 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18335 (image-dired--with-db-file): New macro.
18336 (image-dired-write-tags, image-dired-remove-tag)
18337 (image-dired-create-gallery-lists, image-dired-write-comments)
18338 (image-dired-get-comment, image-dired-mark-tagged-files)
18339 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18340 (image-dired-gallery-generate): Use insert-file-contents.
18341
18342 * time.el (display-time-world-list, display-time-world-display):
18343 * time-stamp.el (time-stamp-string):
18344 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18345 set-time-zone-rule (Bug#7337).
18346
18347 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18348
18349 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18350 (epg-error-to-string, epg-errors-to-string): New function.
18351 (epg-wait-for-completion): Reverse errors list.
18352 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18353 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18354 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18355 (epg-sign-keys, epg-generate-key-from-file)
18356 (epg-generate-key-from-string): Format errors by using
18357 epg-errors-to-string (bug#9255).
18358 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18359
18360 2011-08-07 Juri Linkov <juri@jurta.org>
18361
18362 * faces.el (list-faces-display): Remove extra angle bracket
18363 from `help-mode-map'.
18364
18365 * info.el (Info-history-toc-nodes): Doc fix.
18366
18367 * longlines.el (longlines-mode): Doc fix.
18368
18369 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18370
18371 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18372 of statements and in a few more cases (bug#9183).
18373
18374 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18375 New functions.
18376 (cl-transform-lambda): Use them (bug#9239).
18377
18378 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18379
18380 * window.el (display-buffer-same-window)
18381 (display-buffer-same-frame, display-buffer-other-window)
18382 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18383 (pop-to-buffer-other-window)
18384 (pop-to-buffer-same-frame-other-window)
18385 (pop-to-buffer-other-frame): Make them defuns.
18386 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18387
18388 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18389
18390 * subr.el (make-composed-keymap): Move from C. Change calling
18391 convention, and improve docstring to bring attention to a subtle point.
18392 * minibuffer.el (completing-read-default): Adjust accordingly.
18393
18394 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18395
18396 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18397 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18398
18399 * net/trampver.el: Update release number.
18400
18401 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18404 "in" (bug#9190).
18405
18406 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18407
18408 * mail/sendmail.el (sendmail-query-once): Restore the current
18409 buffer after querying (bug#9074).
18410
18411 * dired.el (dired-flagged): Use different faces for marked and
18412 flagged files (bug#6117).
18413
18414 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18415 (bug#4433).
18416
18417 * ido.el (ido-mode): Switch off the message if called
18418 non-interactively.
18419
18420 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18421 before 587, since it appears that that's more likely to work for
18422 more people.
18423
18424 * cus-edit.el (custom-file): When running under emacs -q, always
18425 refuse to save the customizations, even if the .emacs file doesn't
18426 exist.
18427
18428 * info.el: Remove the `Info-beginning-of-buffer' function
18429 (bug#8325).
18430
18431 * net/network-stream.el (network-stream-open-starttls):
18432 Use `starttls-available-p' to see whether starttls.el can be used.
18433
18434 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18435
18436 * window.el (display-buffer-in-window): Don't set dedicated status
18437 of window here (Bug#9215).
18438 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18439 (display-buffer-pop-up-side-window)
18440 (display-buffer-in-side-window): Set dedicated status of window here.
18441
18442 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18443
18444 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18445 before binding generated-autoload-file.
18446
18447 2011-08-01 Deniz Dogan <deniz@dogan.se>
18448
18449 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18450
18451 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18452
18453 Sync with Tramp 2.2.2.
18454
18455 * net/trampver.el: Update release number.
18456
18457 2011-07-30 Juri Linkov <juri@jurta.org>
18458
18459 * dired-aux.el (dired-touch-initial): Remove function.
18460 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18461 current time, and `default' to the last modification time of the
18462 current marked file (bug#6887).
18463
18464 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18465
18466 * simple.el (goto-line): Use string-to-number to provide a
18467 numeric argument to read-number (bug#9163).
18468
18469 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18470
18471 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18472 connection process, it could be nil.
18473
18474 2011-07-27 Leo Liu <sdl.web@gmail.com>
18475
18476 Simplify url handling in rcirc-mode.
18477
18478 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18479 (rcirc-browse-url-at-mouse): Remove.
18480 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18481
18482 2011-07-26 Alan Mackenzie <acm@muc.de>
18483
18484 Fontify bitfield declarations properly.
18485
18486 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18487 (c-symbol-chars): Now exported as a lang variable.
18488 (c-not-primitive-type-keywords): New lang variable.
18489
18490 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18491 QT keyword "more" to prevent "more slots: ...." being spuriously
18492 parsed as a bitfield declaration.
18493
18494 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18495 Refactor and enhance to handle bitfield declarations.
18496 (c-punctuation-in): New function.
18497 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18498 declarations properly.
18499
18500 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18501
18502 * calendar/icalendar.el (icalendar--all-events): Take care of
18503 multiple vcalendars in a single file.
18504 (icalendar--convert-float-to-ical): Checkdoc fixes.
18505
18506 2011-07-25 Deniz Dogan <deniz@dogan.se>
18507
18508 * image.el (insert-image): Clarifying docstring.
18509
18510 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18511
18512 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18513 `tramp-send-command-and-check' if there is no error.
18514 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18515
18516 2011-07-22 Alan Mackenzie <acm@muc.de>
18517
18518 Prevent cc-langs.elc being loaded at run time.
18519
18520 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18521 cc-langs.
18522
18523 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18524 "(require 'cc-langs)". Quote a form so it will evaluate at
18525 (cc-mode's) compilation time.
18526
18527 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18528
18529 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18530 loading. (Bug#9114)
18531
18532 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18533
18534 * window.el (display-buffer-pop-up-window)
18535 (display-buffer-pop-up-side-window)
18536 (display-buffer-in-side-window): Call display-buffer-set-height
18537 and display-buffer-set-width after setting the new window's
18538 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18539
18540 2011-07-20 Sam Steingold <sds@gnu.org>
18541
18542 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18543 (etags-tags-included-tables): Call `convert-standard-filename' on
18544 the file names contained in TAGS so that windows Emacs can handle
18545 TAGS files created by cygwin ctags.
18546
18547 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18548
18549 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18550 which apparently didn't work.
18551
18552 2011-07-19 Roland Winkler <winkler@gnu.org>
18553
18554 * proced.el (proced-send-signal): For *Marked Processes* buffer
18555 put point at beginning of buffer.
18556
18557 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18558
18559 * proced.el (proced-format): Make header lines align with the text
18560 (bug#1779).
18561
18562 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18563
18564 * view.el (view-buffer): Allow running in `special' modes if we're
18565 visiting a file (bug#8615).
18566
18567 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18568
18569 * window.el (display-buffer-alist-of-strings-p)
18570 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18571 New functions.
18572 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18573 more accurately.
18574
18575 2011-07-18 Alan Mackenzie <acm@muc.de>
18576
18577 Fontify declarators properly when, e.g., a jit-lock chunk begins
18578 inside a declaration.
18579
18580 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18581
18582 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18583 New function.
18584 (c-complex-decl-matchers): Insert reference to
18585 c-font-lock-enclosing-decls.
18586
18587 * progmodes/cc-engine.el (c-backward-single-comment):
18588 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18589 to nil around calls to (forward-comment -1).
18590
18591 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18592
18593 * image.el (put-image): Doc typo fix.
18594
18595 * progmodes/etags.el (tags-search): Doc typo fix.
18596
18597 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18598 password if we get errors 550 to 554.
18599
18600 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18601
18602 * net/gnutls.el (gnutls-log-level): Remove.
18603
18604 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18605 indentation character (bug#6380).
18606
18607 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18608
18609 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18610 to clarify what the problem is (bug#4291).
18611
18612 * simple.el (current-kill): Clarify what
18613 `interprogram-paste-function' does (bug#7500).
18614 (auto-fill-mode): Document `auto-fill-function' in relation to
18615 `auto-fill-mode' (bug#2470).
18616
18617 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18618
18619 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18620 method if slot is read-only (bug#9035).
18621
18622 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18623
18624 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18625 * window.el (pop-to-buffer): Select window used even if it was
18626 selected before, see discussion of (Bug#8615), (Bug#6954).
18627 Pass argument NORECORD on to select-frame-set-input-focus.
18628
18629 2011-07-15 Glenn Morris <rgm@gnu.org>
18630
18631 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18632 Respect help-form.
18633
18634 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18635
18636 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18637 (gnutls-negotiate): Use it.
18638
18639 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18640
18641 * net/gnutls.el (gnutls-negotiate):
18642 Upcase `gnutls-algorithm-priority'.
18643
18644 2011-07-15 Glenn Morris <rgm@gnu.org>
18645
18646 * jka-compr.el (jka-compr-verbose): Move from here...
18647 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18648 Add missing :version tag.
18649 * info.el: No need to require jka-compr when compiling.
18650
18651 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18652
18653 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18654 (gnutls-negotiate): Use it.
18655
18656 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18657
18658 * info.el (Info-beginning-of-buffer): New command.
18659 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18660 announcing `b' as the key (bug#8325).
18661 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18662
18663 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18664
18665 * international/mule-cmds.el
18666 (describe-specified-language-support): Make the error message
18667 clearer (bug#8905).
18668
18669 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18670
18671 * isearch.el (isearch-barrier): Add a doc string, since it's
18672 mentioned in a function doc string (bug#8678).
18673
18674 2011-07-15 Martin Rudalics <rudalics@gmx.at>
18675
18676 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18677 buffer argument (Bug#9083) and self-identifying label argument.
18678
18679 2011-07-15 Glenn Morris <rgm@gnu.org>
18680
18681 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18682
18683 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18684
18685 * man.el (Man-fontify-manpage): Fix message when formatting the
18686 man page (bug#7929).
18687
18688 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18689
18690 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18691 argument LRM; if non-nil, append an invisible LRM character to the
18692 buffer name.
18693 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18694 last argument non-nil, when formatting buffer names.
18695 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18696 paragraph direction.
18697
18698 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18699
18700 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18701 the man page name (bug#7929).
18702
18703 * image.el (put-image): Mention the `put-image' overlay property
18704 (bug#7834).
18705
18706 * scroll-bar.el (set-scroll-bar-mode): Mention that
18707 `scroll-bar-mode' lists the values (bug#7772).
18708
18709 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18710 command (bug#7729).
18711
18712 * rect.el (apply-on-rectangle): Return the point after the last
18713 operation.
18714 (string-rectangle): Go to the point after the last operation
18715 (bug#7522).
18716
18717 * printing.el (pr-toggle-region): Clarify the documentation
18718 slightly (bug#7493).
18719
18720 * time.el (display-time-update):
18721 Allow `display-time-mail-function' to return nil (bug#7158).
18722 Fix suggested by Detlev Zundel.
18723
18724 * vc/diff.el (diff): Clarify the order the file names are read
18725 (bug#7111).
18726
18727 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18728 the doc string (bug#7015).
18729
18730 * font-lock.el (font-lock-maximum-decoration): Mention what
18731 numeric levels mean (bug#6935).
18732
18733 * startup.el (initial-buffer-choice): Don't mention the `none'
18734 selection, which is against policy.
18735
18736 2011-07-14 Martin Rudalics <rudalics@gmx.at>
18737
18738 * window.el (display-buffer-normalize-special):
18739 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18740
18741 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18742
18743 * subr.el (version<, version<=, version=): Mention "-CVS" and
18744 "-12345" alpha version numbers.
18745
18746 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18747
18748 * bindings.el: Add advertised binding for set-mark-command
18749 (Bug#5772).
18750
18751 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18752
18753 * bindings.el (mode-line-other-buffer):
18754 * bookmark.el (bookmark-bmenu-2-window):
18755 * bs.el (bs-cycle-next, bs-cycle-previous):
18756 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18757 switch-to-buffer.
18758
18759 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18760 Delete.
18761
18762 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
18763
18764 * follow.el (follow-debug-message, follow-redisplay):
18765 * jka-cmpr-hook.el (with-auto-compression-mode):
18766 Fix typos in docstrings.
18767
18768 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18769
18770 * subr.el (with-silent-modifications): Clarify somewhat what the
18771 macro inhibits (bug#6525).
18772
18773 * simple.el (eval-expression): Note what it does if called
18774 interactively (bug#6495).
18775
18776 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18777
18778 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18779 Use pop-to-buffer buffer-or-name if it is nil.
18780
18781 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18782 Remove switch-to-buffer.
18783
18784 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18785
18786 * files.el (make-directory): Clarify that an error will be raised
18787 if there's an error (bug#6397).
18788
18789 * startup.el (initial-buffer-choice): Add `none' as a choice
18790 (bug#6234).
18791
18792 * subr.el (add-hook): Clarify section about buffer-local hooks
18793 (bug#6218).
18794
18795 * dired.el (dired-flagged): Clarify doc string (bug#6117).
18796
18797 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18798
18799 * tabify.el (untabify): Preserve the current column so that point
18800 doesn't move (bug#6032).
18801
18802 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18803
18804 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18805 Rewrite to avoid awkward possessive "s" (bug#5986).
18806
18807 2011-07-13 Glenn Morris <rgm@gnu.org>
18808
18809 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
18810 (dired-insert-directory): Give a message the first time
18811 if ls is found not to support --dired.
18812
18813 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18814
18815 * simple.el (toggle-truncate-lines): Clarify what is toggled
18816 (bug#5580). Text by Drew Adams.
18817
18818 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18819
18820 * simple.el (blink-matching-open): Make the error message from the
18821 last change less verbose.
18822
18823 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18824
18825 * font-lock.el (font-lock-comment-face): Use the high contrast
18826 "yellow" color for font-lock-comment-face on low color terminals
18827 using a dark background color (bug#4221).
18828
18829 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18830
18831 * dired.el (dired-insert-set-properties): Make the doc string
18832 reflect what it does now (bug#5325).
18833
18834 * simple.el (blink-matching-open): Say that we were unable to find
18835 the match within the limit, if we're limited (bug#5122).
18836
18837 * international/mule-cmds.el (prefer-coding-system): Add an
18838 example (bug#4869).
18839
18840 * progmodes/etags.el (tags-search): Document `file-list-form'
18841 (bug#4731).
18842
18843 2011-07-13 Lawrence Mitchell <wence@gmx.li>
18844
18845 * net/browse-url.el (browse-url-default-browser)
18846 (browse-url-browser-function): Make the default browser choice a
18847 bit more logical (bug#4300). Also clean up the doc string.
18848
18849 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18850
18851 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18852 binary endings (bug#4440).
18853
18854 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18855
18856 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18857 which can be pretty annoying (bug#8971).
18858
18859 * jka-compr.el (jka-compr-verbose): New variable, and use
18860 throughout (bug#8971).
18861
18862 * info.el (Info-find-file): Fall back on the installation
18863 directory if we can't find the info node anywhere else.
18864
18865 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
18866
18867 * vc/vc.el (vc-revert-file):
18868 Don't set file time-stamp in the past. (Bug#5181)
18869
18870 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18871
18872 * files.el (after-find-file): Give a better error message when
18873 trying to find a symlink that points to a file that doesn't exist
18874 (bug#4398).
18875
18876 * progmodes/cc-vars.el: Remove (probably) misleading comment
18877 (bug#4396).
18878
18879 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18880
18881 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18882
18883 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18884
18885 * mouse-sel.el: Hack restoring functionality, while keeping
18886 compatibility with 2010-07-03 changes to mouse selection.
18887 (mouse-sel-primary-overlay): New var.
18888 (mouse-sel-selection-alist): Use it.
18889 (mouse-sel-mode): Doc fix; remove points that are default features
18890 of mouse.el.
18891
18892 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18893
18894 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18895 Fix previous fix (bug#2490).
18896
18897 2011-07-12 Roland Winkler <winkler@gnu.org>
18898
18899 * textmodes/bibtex.el (bibtex-initialize):
18900 Use pop-to-buffer-same-window.
18901 (bibtex-search-entries): Fix interactive call.
18902
18903 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18904
18905 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18906 Fontise bytecomp Error lines more correctly (bug#2490).
18907 Fix suggested by Johan Bockgård.
18908
18909 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18910
18911 * dired-x.el (dired-guess-default): Use `delete-dups'.
18912
18913 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18914
18915 * dired.el (dired-mark-prompt):
18916 * dired-aux.el (dired-read-shell-command): Doc fix.
18917
18918 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18919
18920 * mail/sendmail.el (sendmail-query-once):
18921 Use `customize-save-variable' unconditionally, now that it works under
18922 emacs -Q.
18923
18924 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18925
18926 * cus-edit.el (custom-file): Take an optional no-error variable.
18927 (customize-save-variable): Set the variable, and give a warning if
18928 running under "emacs -q".
18929
18930 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
18931
18932 * loadhist.el (unload-feature-special-hooks):
18933 Add `auto-coding-functions', `fill-nobreak-predicate' and
18934 `find-directory-functions' (bug#5327).
18935
18936 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18937
18938 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18939
18940 * cus-edit.el (custom-guess-name-alist): -alist variables should
18941 use the `alist' type (bug#3120). Suggested by Drew Adams.
18942
18943 * printing.el: Add documentation to all the `pr-toggle-' commands.
18944
18945 2011-07-11 Leo Liu <sdl.web@gmail.com>
18946
18947 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18948 backends where it makes sense (bug#2623).
18949
18950 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18951
18952 * dired-x.el (dired-guess-default): Remove duplicate shell command
18953 entries (bug#2028).
18954 (dired-guess-default): Fix grammar in doc string (bug#2028).
18955 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
18956
18957 * subr.el (remove-duplicates): New conveniency function.
18958
18959 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18960
18961 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
18962 (bug#1526).
18963
18964 2011-07-10 Martin Rudalics <rudalics@gmx.at>
18965
18966 * window.el (display-buffer-normalize-default): Don't invert
18967 meaning of even-window-heights. Reported by Eli Zaretskii
18968 <eliz@gnu.org>.
18969
18970 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
18971
18972 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
18973
18974 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
18975
18976 * window.el (display-buffer): Fix arguments to
18977 display-buffer-reuse-window in last change.
18978
18979 * faces.el (link): Use a less saturated blue on light backgrounds.
18980
18981 * startup.el (fancy-startup-text, fancy-about-text)
18982 (fancy-startup-tail): Use font-lock faces, for background safety.
18983
18984 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
18985
18986 * emulation/viper-cmd.el (viper-change-state-to-vi):
18987 Limit triggering of abbrev expansion (Bug#9038).
18988
18989 2011-07-09 Martin Rudalics <rudalics@gmx.at>
18990
18991 * window.el (display-buffer-default-specifiers): Remove.
18992 (display-buffer-macro-specifiers): Remove default specifiers.
18993 (display-buffer-alist): Default to nil.
18994 (display-buffer-reuse-window): New optional argument other-window.
18995 (display-buffer-pop-up-window): Allow splitting internal
18996 windows. Check whether a live window was created.
18997 (display-buffer-other-window-means-other-frame)
18998 (display-buffer-normalize-arguments): Rename to
18999 display-buffer-normalize-argument and rewrite. Set the
19000 other-window specifier.
19001 (display-buffer-normalize-special): New function.
19002 (display-buffer-normalize-options): Rename to
19003 display-buffer-normalize-default and rewrite.
19004 (display-buffer-normalize-options-inhibit): Remove.
19005 (display-buffer-normalize-specifiers): Rewrite.
19006 (display-buffer): Process other-window specifier and call
19007 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
19008 more faithfully.
19009 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
19010 (display-buffer-alist-set): Don't handle 'unset default values.
19011 (display-buffer-in-window, display-buffer-alist-set):
19012 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
19013 <tassilo@member.fsf.org>.
19014
19015 2011-07-09 Leo Liu <sdl.web@gmail.com>
19016
19017 * register.el (insert-register): Restore accidental change on
19018 2011-06-26. (Bug#9028)
19019
19020 2011-07-09 Glenn Morris <rgm@gnu.org>
19021
19022 * subr.el (remq): Handle the empty list. (Bug#9024)
19023
19024 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
19025
19026 * mail/sendmail.el (send-mail-function): No longer delay custom
19027 initialization.
19028 * custom.el (custom-initialize-delay): Doc fix.
19029
19030 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19031
19032 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
19033
19034 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
19035
19036 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19037 human-friendly prompt.
19038
19039 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19040
19041 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19042 provided by a particular plugin.
19043
19044 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19045
19046 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19047 save customizations (with "emacs -Q"), just set the variable
19048 instead of erroring out.
19049
19050 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19051
19052 2011-07-08 Juri Linkov <juri@jurta.org>
19053
19054 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19055 (archive-zip-update-case): Use 7z if found by `executable-find'.
19056 The order of searching the available programs is the same as in
19057 `archive-zip-extract' (bug#8968).
19058
19059 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19060
19061 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19062 (menu-bar-options-menu): Tweak descriptions.
19063
19064 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19065
19066 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19067 menu items into verb phrases (bug#1421). Also refill to fit under
19068 80 columns.
19069
19070 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19071
19072 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19073 (Info-read-node-name): Doc fix (Bug#1084).
19074
19075 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19076 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19077 (end-of-sexp, beginning-of-sexp)
19078 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19079 (forward-symbol, forward-same-syntax, word-at-point)
19080 (sentence-at-point): Doc fix (Bug#1144).
19081
19082 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19083
19084 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19085 should cover it (bug#1281).
19086
19087 * cus-edit.el (custom-show): Mark as obsolete.
19088
19089 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19090 negotiation fails, then possibly try again with a non-encrypted
19091 connection (bug#9017).
19092
19093 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19094 be used.
19095
19096 2011-07-07 Richard Stallman <rms@gnu.org>
19097
19098 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19099 property, and handle its changed format.
19100 Look for the correct line number.
19101 Use file's line contents (but not past first =) to find
19102 correct line in message.
19103
19104 2011-07-07 Kenichi Handa <handa@m17n.org>
19105
19106 * international/characters.el (build-unicode-category-table):
19107 Delete it.
19108 (unicode-category-table): Set it by unicode-property-table-internal.
19109
19110 * international/mule-cmds.el (char-code-property-alist): Move to
19111 to src/chartab.c.
19112 (get-char-code-property): Call unicode-property-table-internal to
19113 load a file. Call get-unicode-property-internal where necessary.
19114 (put-char-code-property): Call unicode-property-table-internal to
19115 load a file. Call put-unicode-property-internal where necessary.
19116 put-unicode-property-internal where necessary.
19117 (char-code-property-description):
19118 Call unicode-property-table-internal to load a file.
19119
19120 * international/charprop.el:
19121 * international/uni-bidi.el:
19122 * international/uni-category.el:
19123 * international/uni-combining.el:
19124 * international/uni-comment.el:
19125 * international/uni-decimal.el:
19126 * international/uni-decomposition.el:
19127 * international/uni-digit.el:
19128 * international/uni-lowercase.el:
19129 * international/uni-mirrored.el:
19130 * international/uni-name.el:
19131 * international/uni-numeric.el:
19132 * international/uni-old-name.el:
19133 * international/uni-titlecase.el:
19134 * international/uni-uppercase.el: Regenerate.
19135
19136 * loadup.el: Load international/charprop.el before
19137 international/characters.
19138
19139 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19140
19141 * window.el (next-buffer, previous-buffer): Signal an error if
19142 called from a minibuffer window.
19143
19144 * bindings.el: Revert 2011-07-04 change.
19145
19146 2011-07-06 Richard Stallman <rms@gnu.org>
19147
19148 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19149 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19150 Treat markers like ints.
19151 (rmail-mime-entity): Doc fix.
19152
19153 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19154
19155 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19156 defcustom again for backwards compatibility.
19157
19158 * simple.el (shell-command-on-region): Fill.
19159
19160 * dired-aux.el (dired-kill-line): Add a doc string.
19161
19162 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19163 to "\\sw\\|\\s_" (bug#358).
19164
19165 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19166 (dired-unmark-backward): Ditto.
19167 (dired-flag-backup-files): Ditto.
19168
19169 * dired-x.el (dired-mark-sexp): Ditto.
19170
19171 2011-07-06 Richard Stallman <rms@gnu.org>
19172
19173 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19174 (rmail-mime-entity): New arg TRUNCATED.
19175 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19176 New functions.
19177 (rmail-mime-save): Warn if entity is truncated.
19178 (rmail-mime-toggle-hidden): Likewise, for showing.
19179 (rmail-mime-process-multipart): Record when an entity is truncated.
19180
19181 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19182 if ENTITY is a string.
19183
19184 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19185
19186 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19187 of faces when `M-C-x'-ing their definitions (bug#8378).
19188 Also clean up the code slightly.
19189
19190 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19191 because that makes the colors go away.
19192
19193 * mail/sendmail.el (send-mail-function): Change the default to
19194 `sendmail-query-once'.
19195 (sendmail-query-once): Add an autoload cookie.
19196
19197 * net/network-stream.el (network-stream-open-starttls): Try using
19198 a plain connection even if the server offered STARTTLS, and we
19199 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19200 capability. This should make smtpmail.el work in slightly more
19201 configurations.
19202
19203 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19204
19205 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19206 New defun.
19207 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19208
19209 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19210
19211 * progmodes/sql.el: Version 3.0
19212 (sql-product-alist): Add product :completion-object,
19213 :completion-column, and :statement attributes.
19214 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19215 (sql-mode-syntax-table): Mark all punctuation.
19216 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19217 ansi keywords.
19218 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19219 (sql-mode-oracle-font-lock-keywords): Improve.
19220 (sql-oracle-show-reserved-words): New function for development.
19221 (sql-product-font-lock): Simplify for source code buffers.
19222 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19223 New functions.
19224 (sql-highlight-product): Set product specific syntax table.
19225 (sql-mode-map): Add statement movement functions.
19226 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19227 New variable.
19228 (sql-statement-regexp, sql-beginning-of-statement)
19229 (sql-end-of-statement, sql-signum): New functions.
19230 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19231 (sql-show-sqli-buffer): Bug fix.
19232 (sql-interactive-mode): Store connection data as buffer local.
19233 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19234 with sql-interactive-mode.
19235 (sql-save-connection): Save buffer local settings.
19236 (sql-connection-menu-filter): Change menu entry name.
19237 (sql-product-interactive): Bug fix.
19238 (sql-preoutput-hold): New variable.
19239 (sql-interactive-remove-continuation-prompt): Bug fixes.
19240 (sql-debug-redirect): New variable.
19241 (sql-str-literal): New function.
19242 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19243 Redesign.
19244 (sql-oracle-save-settings, sql-oracle-restore-settings)
19245 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19246 (sql-completion-object, sql-completion-column)
19247 (sql-completion-sqlbuf): New variables.
19248 (sql-build-completions-1, sql-build-completions)
19249 (sql-try-completion): New functions.
19250 (sql-read-table-name): Use them.
19251 (sql-contains-names): New buffer local variable.
19252 (sql-list-all, sql-list-table): Use it.
19253 (sql-oracle-completion-types): New variable.
19254 (sql-oracle-completion-object, sql-sqlite-completion-object)
19255 (sql-postgres-completion-object): New functions.
19256
19257 2011-07-06 Glenn Morris <rgm@gnu.org>
19258
19259 * window.el (pop-to-buffer): Doc fix.
19260
19261 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19262
19263 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19264
19265 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19266
19267 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19268
19269 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19270
19271 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19272
19273 * button.el (button): Inherit from link face. Suggested by Dan
19274 Nicolaescu.
19275
19276 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19277
19278 * progmodes/gdb-mi.el: Fit in 80 columns.
19279 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19280 switch-to-buffer.
19281
19282 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19283 if imenu is simply not configured (bug#8941).
19284
19285 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19286
19287 * allout.el (allout-post-undo-hook): New allout outline-change
19288 event hook to signal undo activity.
19289 (allout-post-command-business): Run allout-post-undo-hook if an
19290 undo just occurred.
19291 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19292 * allout-widgets.el (allout-widgets-after-undo-function):
19293 Ensure the integrity of the current item's decoration after it has been
19294 in the vicinity of an undo.
19295 (allout-widgets-mode): Include allout-widgets-after-undo-function
19296 on the new allout-post-undo-hook.
19297
19298 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19299
19300 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19301 Let define-derived-mode define it.
19302 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19303 cycles of abbrev-table inheritance (bug#8998).
19304
19305 2011-07-05 Roland Winkler <winkler@gnu.org>
19306
19307 * textmodes/bibtex.el: Add support for biblatex.
19308 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19309 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19310 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19311 (bibtex-entry-alist, bibtex-field-alist): New variables.
19312 (bibtex-entry-field-alist): Obsolete alias for
19313 bibtex-BibTeX-entry-alist.
19314 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19315 (bibtex-set-dialect): New command.
19316 (bibtex-entry-type, bibtex-entry-head)
19317 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19318 Bind via bibtex-set-dialect.
19319 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19320 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19321 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19322 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19323 Define via bibtex-set-dialect.
19324 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19325 Obey bibtex-no-opt-remove-re.
19326 (bibtex-vec-push, bibtex-vec-incr): New functions.
19327 (bibtex-format-entry, bibtex-field-list)
19328 (bibtex-print-help-message, bibtex-validate)
19329 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19330
19331 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19332
19333 * progmodes/compile.el (compilation-goto-locus):
19334 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19335 * bs.el (bs-cycle-next, bs-cycle-previous):
19336 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19337 * bindings.el (mode-line-other-buffer):
19338 * autoinsert.el (auto-insert):
19339 * arc-mode.el (archive-extract):
19340 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19341
19342 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19343
19344 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19345 Fix check of `emacs-lock-unlockable-modes'.
19346 Coerce true values of `emacs-lock--try-unlocking' to t.
19347
19348 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19349
19350 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19351 * emacs-lock.el: New file.
19352
19353 2011-07-05 Julien Danjou <julien@danjou.info>
19354
19355 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19356 than `boundp' to check if face is set.
19357
19358 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19359
19360 * register.el (registerv-make):
19361 * window.el (window-min-height): Fix typos in docstrings.
19362
19363 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19364
19365 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19366 Update doc string.
19367
19368 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19369
19370 * server.el (server-execute): Catch quit and call
19371 `server-return-error' to pass the error back to emacsclient and
19372 close the connection (bug#8942).
19373
19374 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19375
19376 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19377 insecure exception for current topic. Also note that auto-saves
19378 are handled differently.
19379
19380 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19381 State variables for tracking auto-save inhibition situation.
19382
19383 (allout-write-contents-hook-handler): Rename from
19384 'allout-write-file-hook-handler', and describe how it depends on
19385 write-contents-functions sensitivity to non-nil value to prevent
19386 file write.
19387
19388 (allout-auto-save-hook-handler): Remove. auto-save does not check
19389 this in individual buffers, only in the starting buffer, so this
19390 is not the right way for us to inhibit auto-save in a buffer
19391 according to its condition.
19392
19393 (allout-mode): Use new allout-write-contents-hook-handler, and
19394 only with write-contents-functions. Remove auto-save provisions -
19395 they're implemented elsewhere.
19396
19397 (allout-before-change-handler): If undo is in progress, note that
19398 for attention of allout-post-command-business.
19399
19400 (allout-post-command-business): If the command we're following was
19401 an undo, check for change in the status of encrypted items and
19402 adjust auto-save inhibitions accordingly.
19403
19404 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19405 according to whether there are or aren't any plain-text topics
19406 pending encryption.
19407
19408 (allout-inhibit-auto-save-info-for-decryption):
19409 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19410 if there are plain-text topics pending encryption.
19411
19412 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19413 buffer-saved-size and some allout state to not inhibit auto-saves
19414 if there are no longer any plain-text topics pending encryption.
19415
19416 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19417 No longer provide for exemption of the current topic.
19418
19419 2011-07-04 Juri Linkov <juri@jurta.org>
19420
19421 Add 7z operations to delete and save changed members (bug#8968).
19422 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19423 New defcustoms.
19424 (archive-7z-write-file-member): New function.
19425 (archive-7z-summarize): Fix the number of dashes in the
19426 listing output.
19427
19428 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19429
19430 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19431 (bug#8958).
19432
19433 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19434
19435 * bindings.el: Ignore next-buffer and previous-buffer in
19436 minibuffer-local-map.
19437
19438 * font-lock.el (font-lock-builtin-face): Change light background
19439 color to dark slate blue (Bug#6693).
19440
19441 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19442
19443 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19444
19445 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19446
19447 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19448 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19449 Add switch-to-buffer.
19450
19451 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19452
19453 * isearch.el (isearch-search-fun-function): Clarify further the
19454 meaning of the function returned.
19455
19456 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19457
19458 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19459
19460 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19461 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19462 Use it.
19463 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19464 `tramp-default-remote-path' does not exist.
19465 (tramp-send-command-and-read): New optional argument NOERROR.
19466 (tramp-open-connection-setup-interactive-shell)
19467 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19468 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19469 (tramp-process-sentinel): Flush also process' connection property.
19470 (tramp-sh-handle-start-file-process): Do not set process
19471 sentinel. It is done now ...
19472 (tramp-maybe-open-connection): ... here. (Bug#8929)
19473
19474 2011-07-04 MON KEY <monkey@sandpframing.com>
19475
19476 * play/animate.el (animate-string): Doc fixes and allow changing
19477 the buffer name (bug#5417).
19478
19479 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19480
19481 * play/animate.el (animation-buffer-name): Rename from *animate*.
19482
19483 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19484
19485 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19486 This is simpler and helps future-proof the code.
19487 (timer-until): Use time-subtract and float-time.
19488 (timer--time-less-p): Use time-less-p.
19489
19490 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19491
19492 * type-break.el (timep): Use the value of `float-time' to avoid a
19493 byte-compiler warning.
19494
19495 * server.el (server-eval-and-print): Return any result, even nil.
19496
19497 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19498
19499 * type-break.el: Accept time formats that the builtins accept.
19500 (timep, type-break-time-difference): Accept any format that
19501 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19502 This is simpler and helps future-proof the code.
19503 (type-break-time-difference): Round rather than ignoring
19504 subseconds components.
19505
19506 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19507
19508 * info.el (Info-apropos-matches): Make non-interactive, since it
19509 doesn't seem to do anything useful as a command (bug#8829).
19510
19511 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19512
19513 * frame.el (frame-background-mode, frame-set-background-mode):
19514 Move from faces.el.
19515 (frame-default-terminal-background): New function.
19516
19517 * custom.el (custom-push-theme): Don't record faces in `changed'
19518 theme; this doesn't work correctly for per-frame face settings.
19519 (disable-theme): Use face-set-after-frame-default to reset faces.
19520 (custom--frame-color-default): New function.
19521
19522 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19523
19524 * dired.el (dired-flagging-regexp): Remove unused variable
19525 (bug#8769).
19526
19527 2011-03-29 Kevin Ryde <user42@zip.com.au>
19528
19529 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19530 `perl-Test2' extend to match possible "fail #N" rep count
19531 (bug#8377).
19532
19533 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19534
19535 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19536 `smtpmail-via-smtp' now returns the error instead of nil.
19537
19538 * isearch.el (isearch-search-fun-function): Clarify the doc string
19539 (bug#8101).
19540
19541 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19542
19543 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19544 unnecessary spaces (bug#8987).
19545
19546 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19547
19548 * net/network-stream.el (open-network-stream): Use the
19549 :end-of-capability command thoughout.
19550
19551 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19552
19553 * net/network-stream.el (open-network-stream): Add the
19554 :end-of-capability command parameter, used by pop3.el.
19555
19556 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19557
19558 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19559
19560 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19561 for list)" (bug#6475).
19562
19563 * files.el (file-expand-wildcards): Ignore non-readable
19564 sub-directories while trying to find matches instead of signaling
19565 an error (bug#6297).
19566
19567 * man.el (Man-reference-regexp): Allow matching possible
19568 word-wrapped references (bug#6289).
19569
19570 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19571 for consistency with the other vc buffers (bug#6197).
19572 (vc-checkin): Ditto.
19573
19574 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19575
19576 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19577
19578 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19579
19580 * custom.el (defcustom): Clarify that :set is only used in the
19581 Customize user interface (bug#6089).
19582
19583 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19584 associated with a file, refuse to run instead of erroring out
19585 (bug#6084).
19586
19587 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19588 the doc string, since it appears that using `fill-column' always
19589 controls the width (bug#7845).
19590
19591 * simple.el (shell-command-on-region): Say where the error output
19592 went if `shell-command-default-error-buffer' is set (bug#6857).
19593
19594 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19595
19596 * allout.el (allout-yank-processing): Adjust cursor position for
19597 backwards-deleted space.
19598
19599 (allout-rebullet-heading): Register changes with
19600 allout-exposure-changed-hook, so the modified topic is properly
19601 decorated.
19602
19603 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19604
19605 * minibuffer.el (completion-in-region): Document PREDICATE
19606 (bug#7136).
19607
19608 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19609 of keyword/argument pairs (bug#6904).
19610
19611 * replace.el (multi-occur):
19612 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19613
19614 2011-07-02 Drew Adams <drew.adams@oracle.com>
19615
19616 * dired.el (dired-mark-if): Make the message about whether it's
19617 marking or unmarking clearer (bug#8523).
19618
19619 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19620
19621 * disp-table.el (display-table-print-array): New function.
19622 (describe-display-table): Use it to print the vectors more pretty
19623 (Bug#8859).
19624
19625 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19626
19627 * window.el (window-state-get-1): Don't assign clone numbers.
19628 Add clone-of item to list of window parameters.
19629 (window-state-put-2): Don't process clone numbers.
19630 (display-buffer-alist): Fix doc-string.
19631
19632 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19633
19634 * subr.el (remq): Don't allocate if it's not needed.
19635 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19636 (keymap--merge-bindings): New functions.
19637 (keymap-canonicalize): Use them to refine the canonicalization.
19638 * minibuffer.el (minibuffer-local-completion-map)
19639 (minibuffer-local-must-match-map): Move initialization from C.
19640 (minibuffer-local-filename-completion-map): Move initialization from C;
19641 don't inherit from anything here.
19642 (minibuffer-local-filename-must-match-map): Make obsolete.
19643 (completing-read-default): Use make-composed-keymap to combine
19644 minibuffer-local-filename-completion-map with either
19645 minibuffer-local-must-match-map or
19646 minibuffer-local-filename-completion-map.
19647
19648 2011-07-01 Glenn Morris <rgm@gnu.org>
19649
19650 * type-break.el (type-break-time-sum): Use dolist.
19651
19652 * textmodes/flyspell.el (flyspell-word-search-backward):
19653 Replace CL function.
19654
19655 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19656
19657 * mouse.el (mouse--strip-first-event): New function.
19658 (function-key-map): Use it to map fringe clicks to normal clicks
19659 by default.
19660
19661 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19662 (vc-bzr-revision-completion-table): Add support for annotate and date.
19663
19664 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19665 inherit from parent.
19666
19667 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19668
19669 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19670 (dired-show-file-type): Doc fixup (bug#8818).
19671
19672 * dired.el (dired-mode): Fix up the doc string as suggested by
19673 Drew Adams (bug#8817).
19674
19675 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19676 cookie, since the manual says that it should be possible to add
19677 this function to `find-file-hook' (bug#8709).
19678
19679 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19680
19681 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19682 here. Noted Ted Zlatanov as the maintainer.
19683 (cfengine-common-settings, cfengine-common-syntax): New functions
19684 to set up common things between `cfengine-mode' and
19685 `cfengine3-mode'.
19686 (cfengine3-mode): New mode.
19687 (cfengine3-defuns cfengine3-defuns-regex
19688 (cfengine3-class-selector-regex cfengine3-category-regex)
19689 (cfengine3-vartypes cfengine3-font-lock-keywords)
19690 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19691 (cfengine3-indent-line): Add from cfengine3.el.
19692
19693 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
19694
19695 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19696
19697 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19698
19699 2011-07-01 Martin Rudalics <rudalics@gmx.at>
19700
19701 * window.el (same-window-buffer-names, same-window-regexps)
19702 (same-window-p, special-display-frame-alist)
19703 (special-display-popup-frame, special-display-function)
19704 (special-display-buffer-names, special-display-regexps)
19705 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19706 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19707 (split-window-preferred-function, split-height-threshold)
19708 (split-width-threshold, even-window-heights)
19709 (display-buffer-mark-dedicated, window-splittable-p)
19710 (split-window-sensibly, window-safely-shrinkable-p):
19711 Un-obsolete.
19712 (display-buffer): Don't spread args with function specifier
19713 because special-display-popup-frame won't like it.
19714
19715 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19716
19717 Time-stamp simplifications and fixes.
19718 These improve accuracy slightly, and future-proof the code
19719 against some potential changes to current-time format.
19720
19721 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19722 by using time-since and float-time.
19723
19724 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19725 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
19726 + NNN microseconds".
19727
19728 * type-break.el (type-break-time-sum): Rewrite using time-add.
19729
19730 * play/hanoi.el (hanoi-current-time-float): Remove.
19731 All uses replaced by float-time.
19732
19733 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19734 This yields a more-accurate answer.
19735 (rng-time-to-float): Remove; no longer needed.
19736
19737 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19738
19739 * calendar/timeclock.el (timeclock-seconds-to-time):
19740 Defalias to seconds-to-time, since they're the same thing.
19741
19742 * emacs-lisp/elp.el (elp-elapsed-time):
19743 * emacs-lisp/benchmark.el (benchmark-elapse):
19744 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19745
19746 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19747
19748 * window.el (bury-buffer): Don't iconify the only frame.
19749 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19750 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
19751
19752 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
19753
19754 * eshell/em-smart.el (eshell-smart-display-navigate-list):
19755 Add mouse-yank-primary.
19756
19757 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19758
19759 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19760
19761 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19762
19763 * emacs-lisp/find-func.el (find-library--load-name): New fun.
19764 (find-library-name): Use it to find relative load names when provided
19765 absolute file name (bug#8803).
19766
19767 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19768
19769 * textmodes/flyspell.el (flyspell-word): Consider words that
19770 differ only in case as potential doublons (bug#5687).
19771
19772 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19773 Remove two rather uninteresting debugging-like messages to make
19774 debbugs.el more silent.
19775
19776 * comint.el (comint-password-prompt-regexp): Accept "Response" as
19777 a password-like phrase.
19778
19779 2011-06-30 Masatake YAMATO <yamato@redhat.com>
19780
19781 * progmodes/cc-guess.el: New file.
19782
19783 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19784
19785 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19786 derived from `c-basic-common-init'.
19787
19788 * progmodes/cc-mode.el (top-level): Require cc-guess.
19789 (c-basic-common-init): Use `cc-choose-style-for-mode'.
19790
19791 2011-06-30 Lawrence Mitchell <wence@gmx.li>
19792
19793 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19794
19795 2011-06-30 Alan Mackenzie <acm@muc.de>
19796
19797 * progmodes/cc-engine.el (c-guess-continued-construct):
19798 Correct the handling of template-args-cont, particularly for when font
19799 lock is disabled. Name this case as "CASE G".
19800
19801 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
19802
19803 * allout.el (allout-yank-processing): Fix injection of extra space
19804 between bullet and non-whitespace character in first topic when
19805 pasting, ensuring that the actual spacing in the pasted topic
19806 following the bullet char is preserved. This extra space was
19807 causing pasted encrypted topics to get a decrypted status even
19808 when the content was actually still encrypted. Now the decryption
19809 status from before the paste is preserved.
19810
19811 (allout-flag-region): Set all allout overlays so they evaporate
19812 when reduced to zero length (evanescent), to prevent overlay
19813 leakage.
19814
19815 2011-06-30 Glenn Morris <rgm@gnu.org>
19816
19817 * w32-fns.el (w32-charset-info-alist): Declare.
19818
19819 * find-dired.el (find-grep-options): Simplify.
19820
19821 * term/ns-win.el (ns-set-resource): Declare.
19822
19823 * ses.el (row, col): Declare dynamic variables honestly.
19824
19825 * textmodes/reftex-parse.el (index-tags): Declare.
19826
19827 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
19828
19829 * cus-edit.el (customize-push-and-save): New function.
19830
19831 * files.el (hack-local-variables-confirm): Use it.
19832
19833 * custom.el (load-theme): New arg NO-CONFIRM.
19834 Use customize-push-and-save (Bug#8720).
19835 (custom-enabled-themes): Doc fix.
19836
19837 * cus-theme.el (customize-create-theme)
19838 (custom-theme-merge-theme): Callers to load-theme changed.
19839
19840 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19841
19842 * thingatpt.el (thing-at-point-short-url-regexp): Require that
19843 short URLs have at least one dot in them (bug #7614).
19844
19845 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19846 nil, because using a pty is apparently too slow (bug #895).
19847
19848 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19849
19850 * mail/sendmail.el (sendmail-query-once): New function.
19851 (sendmail-query-once-function): New variable.
19852
19853 2011-06-29 Glenn Morris <rgm@gnu.org>
19854
19855 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19856
19857 * ses.el (top-level): Require cl when compiling.
19858 (ses-set-localvars): Fix error statement.
19859 Call it at compile time to silence a storm of warnings.
19860
19861 2011-06-29 Martin Rudalics <rudalics@gmx.at>
19862
19863 * window.el (normalize-live-buffer): Rename to
19864 window-normalize-buffer.
19865 (normalize-live-frame): Rename to window-normalize-frame.
19866 (normalize-any-window): Rename to window-normalize-any-window.
19867 (normalize-live-window): Rename to window-normalize-live-window.
19868 (make-window-atom): Rename to window-make-atom.
19869 (window-resize-reset): Rename to window--resize-reset.
19870 (window-resize-reset-1): Rename to window--resize-reset-1.
19871 (resize-mini-window): Rename to window--resize-mini-window.
19872 (resize-subwindows-skip-p): Rename to
19873 window--resize-subwindows-skip-p.
19874 (resize-subwindows-normal): Rename to
19875 window--resize-subwindows-normal.
19876 (resize-subwindows): Rename to window--resize-subwindows.
19877 (resize-other-windows): Rename to window--resize-siblings.
19878 (resize-this-window): Rename to window--resize-this-window.
19879 (resize-root-window): Rename to window--resize-root-window.
19880 (resize-root-window-vertically): Rename to
19881 window--resize-root-window-vertically.
19882 (normalize-buffer-to-display): Rename to
19883 window-normalize-buffer-to-display.
19884 (normalize-buffer-to-switch-to): Rename to
19885 window-normalize-buffer-to-switch-to.
19886 Correspondingly update all callers of the functions listed
19887 above.
19888 (display-buffer-alist, display-buffer-normalize-arguments)
19889 (display-buffer-normalize-options, display-buffer)
19890 (display-buffer-alist-set): Use "function" instead of
19891 "fun-with-args".
19892
19893 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
19894
19895 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19896 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
19897 debbugs.gnu.org. Mention acknowledgment email.
19898
19899 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
19900
19901 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19902 buffer multibyteness, since it shouldn't matter.
19903
19904 2011-06-28 Martin Rudalics <rudalics@gmx.at>
19905
19906 * window.el (display-buffer-in-side-window): Handle dedicated
19907 windows as in display-buffer-reuse-window.
19908 (display-buffer-normalize-alist): Use value of override
19909 specifier.
19910 (display-buffer-normalize-specifiers): Use value of
19911 other-window-means-other-frame specifier.
19912 (display-buffer-alist): Rewrite some texts in widgets.
19913 (display-buffer): Spread arguments when calling function
19914 specified by fun-with-args.
19915
19916 2011-06-28 Deniz Dogan <deniz@dogan.se>
19917
19918 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19919 Unnest `let'.
19920
19921 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19922 selectors (Bug#5732).
19923 (css-proprietary-nmstart-re): Use `regexp-opt'.
19924
19925 2011-06-27 Jari Aalto <jari.aalto@cante.net>
19926
19927 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19928 (eshell-ls-date-format): New defcustom.
19929 (eshell-ls-file): Use it.
19930
19931 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19932
19933 * help-fns.el (describe-variable): Fix message for terminal-local vars.
19934
19935 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
19936
19937 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19938 (ange-ftp-make-tmp-name): New arg.
19939 (ange-ftp-file-local-copy): Use it.
19940
19941 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
19942
19943 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19944 no-conversion (Bug#8870).
19945
19946 2011-06-27 Martin Rudalics <rudalics@gmx.at>
19947
19948 * window.el (window-right, window-left, window-child)
19949 (window-child-count, window-last-child)
19950 (window-iso-combination-p, walk-window-tree-1)
19951 (window-atom-check-1, window-tree-1, delete-window)
19952 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19953 new naming conventions - window-vchild, window-hchild,
19954 window-next and window-prev are now called window-top-child,
19955 window-left-child, window-next-sibling and window-prev-sibling
19956 respectively.
19957 (resize-window-reset): Rename to window-resize-reset.
19958 (resize-window-reset-1): Rename to window-resize-reset-1.
19959 (resize-window): Rename to window-resize.
19960 (window-min-height, window-min-width)
19961 (resize-mini-window, resize-this-window, resize-root-window)
19962 (resize-root-window-vertically, adjust-window-trailing-edge)
19963 (enlarge-window, shrink-window, maximize-window)
19964 (minimize-window, delete-window, quit-restore-window)
19965 (split-window, balance-windows, balance-windows-area-adjust)
19966 (balance-windows-area, window-state-put-2)
19967 (display-buffer-even-window-sizes, display-buffer-set-height)
19968 (display-buffer-set-width, set-window-text-height)
19969 (fit-window-to-buffer): Rename all "resize-window" prefixed
19970 calls to use the "window-resize" prefix convention.
19971 (display-buffer-alist): Fix symbol for label specifier.
19972 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
19973 corresponding specifier.
19974 Reported by Juanma Barranquero <lekktu@gmail.com>.
19975
19976 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19977
19978 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
19979 convention.
19980 (ses-call-printer): Does not pass an empty string to formatter when the
19981 cell is empty to keep from barking printer Calc math-format-value.
19982
19983 2011-06-27 Richard Stallman <rms@gnu.org>
19984
19985 * battery.el (battery-mode-line-limit): New variable.
19986 (battery-update): Handle it.
19987
19988 * mail/rmailmm.el (rmail-mime-process-multipart):
19989 Handle truncated messages.
19990
19991 2011-06-27 Glenn Morris <rgm@gnu.org>
19992
19993 * progmodes/flymake.el (flymake-err-line-patterns):
19994 Allow for column numbers in the ant/javac pattern. (Bug#8866)
19995
19996 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
19997
19998 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
19999 (ses--clean-!, ses--clean-_): New functions.
20000 (ses-range): Add configurability of readout order, and conversion
20001 to Calc vector.
20002
20003 * ses.el (ses-repair-cell-reference-all): New function.
20004 (ses-cell-symbol): Set macro as safe, so that it can be used in
20005 formulas.
20006
20007 * ses.el: Update cycle detection algorithm.
20008 (ses-localvars): Add ses--Dijkstra-attempt-nb and
20009 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
20010 (ses-set-localvars): New function.
20011 (ses-make-cell): Add property-list as a cell element.
20012 (ses-cell-property-get-fun, ses-cell-property-get)
20013 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
20014 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
20015 New functions.
20016 (ses-cell-property-set, ses-cell-property-pop)
20017 (ses-cell-property-get-handle): New macro.
20018 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
20019 New aliases, used for code readability.
20020 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
20021 cycle detection.
20022 (ses-self-reference-early-detection): New defcustom.
20023 (ses-formula-references): Robustify against self-referring cells.
20024 (ses-mode): Use ses-set-localvars.
20025 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
20026 before lauching the update processing.
20027 (ses-initialize-Dijkstra-attempt): New function.
20028 (ses-recalculate-cell): Update for cycle detection based on
20029 Dijkstra algorithm.
20030
20031 * ses.el: Fix commenting and indenting convention.
20032
20033 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20034
20035 * bs.el (bs-cycle-next): Complete last change.
20036
20037 2011-06-27 Drew Adams <drew.adams@oracle.com>
20038
20039 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20040
20041 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20042
20043 * net/network-stream.el (network-stream-open-starttls):
20044 Don't re-get capabilities unless we've reestablished connection.
20045 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20046
20047 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20048 to binary to possibly avoid line encoding issues on Windows (among
20049 other things).
20050
20051 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20052
20053 * net/network-stream.el (open-network-stream): Return an :error
20054 saying what the problem was, if possible.
20055
20056 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20057 server.
20058
20059 * net/network-stream.el (network-stream-open-starttls): If we
20060 wanted to use STARTTLS, and the server offered it, but we weren't
20061 able to because we had no STARTTLS support, then close the connection.
20062 (open-network-stream): Return an :error element, if present.
20063
20064 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20065
20066 * hl-line.el (hl-line-sticky-flag): Doc fix.
20067 (global-hl-line-sticky-flag): New option (Bug#8323).
20068 (global-hl-line-highlight): Obey it.
20069
20070 * vc/vc.el (vc-revert-show-diff): Default to t.
20071
20072 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20073
20074 * allout-widgets.el (allout-widgets-post-command-business):
20075 Stop decorating intermediate isearch matches. They're not being
20076 undecorated when an isearch is continued past, and isearch
20077 automatically collapses them. This leads to "widget leaks", where
20078 decorated items accumulate in collapsed areas. Lines with lots of
20079 hidden widgets can slow down cursor travel, substantially.
20080 Too much complicated machinery would be needed to ensure undecoration,
20081 so we're doing without this nicety.
20082
20083 (allout-widgets-tally-string): Don't try to do a hash-table-count
20084 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20085 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20086 *Messages* when allout-widgets-maintain-tally is t.
20087
20088 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20089
20090 * window.el (display-buffer-normalize-argument): Rename to
20091 display-buffer-normalize-arguments. Handle special meaning of
20092 LABEL argument. Respect special-display-function when popping up
20093 a new frame. Fix code searching for a window showing the buffer
20094 on another frame.
20095 (display-buffer-normalize-specifiers):
20096 Call display-buffer-normalize-arguments.
20097 (display-buffer-in-window): Don't undedicate the window if its
20098 buffer remains the same.
20099 Reported by Drew Adams <drew.adams@oracle.com>.
20100 (display-buffer-alist): Add choice for same-window macro
20101 specfier.
20102 (display-buffer): Mention special meaning of LABEL argument in
20103 doc-string. Fix quoting. Don't pop up a new frame even as
20104 fallback.
20105
20106 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20107
20108 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20109 avoid deleting the current window in some cases (bug#8911).
20110
20111 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20112
20113 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20114 (Bug#8934)
20115
20116 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20117
20118 * net/network-stream.el (network-stream-open-starttls):
20119 Use built-in TLS support if `gnutls-available-p' is true.
20120 (network-stream-open-tls): Ditto.
20121
20122 2011-06-26 Leo Liu <sdl.web@gmail.com>
20123
20124 * register.el (registerv): New struct.
20125 (registerv-make): New function.
20126 (jump-to-register, describe-register-1, insert-register):
20127 Support the jump-func, print-func and insert-func slot of a registerv
20128 struct. (Bug#8415)
20129
20130 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20131
20132 * vc/vc.el (vc-revert-show-diff): New defcustom.
20133 (vc-diff-internal): New arg specifying diff buffer.
20134 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20135 reuse an existing *vc-diff* buffer (Bug#8927).
20136
20137 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20138
20139 2011-06-26 Glenn Morris <rgm@gnu.org>
20140
20141 * progmodes/f90.el (f90-critical-indent): New option.
20142 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20143 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20144 (f90-mode): Doc fix.
20145 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20146 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20147 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20148 (f90-match-end): Handle block, critical.
20149
20150 2011-06-25 Glenn Morris <rgm@gnu.org>
20151
20152 * calendar/diary-lib.el (diary-included-files): Doc fix.
20153 (diary-include-files): New function, extracted from
20154 diary-include-other-diary-files and diary-mark-included-diary-files.
20155 (diary-include-other-diary-files, diary-mark-included-diary-files):
20156 Just call diary-include-files.
20157 (diary-mark-entries): Reset diary-included-files on first call.
20158
20159 * calendar/diary-lib.el (diary-mark-entries)
20160 (diary-mark-included-diary-files):
20161 Visit included diary-files in temp buffers.
20162
20163 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20164 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20165 (f90-start-block-re, f90-imenu-generic-expression)
20166 (f90-looking-at-program-block-start, f90-no-block-limit):
20167 Add support for submodules.
20168
20169 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20170 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20171
20172 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20173
20174 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20175 buffer-file-type before setting its value, to avoid disastrous
20176 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20177
20178 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20179
20180 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20181
20182 * ses.el (ses-unload-function):
20183 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20184
20185 * proced.el (proced-unload-function):
20186 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20187
20188 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20189
20190 * server.el (server-create-window-system-frame): Add parameters arg.
20191 (server-process-filter): Doc fix. Handle frame-parameters.
20192
20193 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20194
20195 Fix bug#8730, bug#8781.
20196
20197 * loadhist.el (unload--set-major-mode): New function.
20198 (unload-feature): Use it.
20199
20200 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20201 (python-unload-function): New function.
20202
20203 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20204
20205 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20206
20207 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20208
20209 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20210 the candidates list.
20211
20212 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20213
20214 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20215
20216 2011-06-23 Richard Stallman <rms@gnu.org>
20217
20218 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20219 (rmail-variables): Set next-error-move-function.
20220 (rmail-what-message): Take argument POS.
20221 (rmail-next-error-move): New function.
20222
20223 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20224
20225 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20226 messages for adjacent non-terminals.
20227
20228 2011-06-23 Richard Stallman <rms@gnu.org>
20229
20230 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20231 (rmail-show-message-1): Preserve buffer modified flag.
20232 (rmail-start-mail): Don't specify use of rmail-mail-return;
20233 that's done by mail-bury now.
20234 (rmail-mail-return): Handle arg NEWBUF.
20235
20236 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20237
20238 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20239 SIZE is a number.
20240
20241 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20242
20243 * window.el (get-lru-window, get-mru-window)
20244 (get-largest-window): Never return a minibuffer window.
20245 (display-buffer-pop-up-window): Fix a bug that could lead to
20246 reusing the minibuffer window.
20247 (display-buffer): Pass original specifier argument to
20248 display-buffer-function instead of the normalized one.
20249 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20250
20251 2011-06-22 Leo Liu <sdl.web@gmail.com>
20252
20253 * minibuffer.el (completing-read-function)
20254 (completing-read-default): Move from minibuf.c.
20255
20256 2011-06-22 Richard Stallman <rms@gnu.org>
20257
20258 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20259 to Rmail even if not started by a special Rmail command.
20260
20261 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20262 Copy the buffer currently showing just one message.
20263
20264 2011-06-22 Roland Winkler <winkler@gnu.org>
20265
20266 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20267 (bibtex-clean-entry): First delete the old key so that a
20268 customized algorithm for generating the new key does not get
20269 confused by the old key.
20270 (bibtex-url): Obey regexp of first step.
20271 (bibtex-search-entries): Do not use add-to-list with local
20272 list-var.
20273
20274 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20275
20276 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20277 stored a user name, then query for the password first, instead of
20278 waiting for SMTP to give an error message and the trying again.
20279
20280 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20281
20282 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20283 BUFFER in call-process.
20284
20285 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20286
20287 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20288 QUIT twice.
20289 (smtpmail-try-auth-methods): Require user name and password from
20290 auth-source.
20291
20292 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20293
20294 * window.el (display-buffer-default-specifiers)
20295 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20296 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20297 (split-window): Normalize SIDE argument (Bug#8916).
20298
20299 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20300 (special-display-frame-alist, special-display-popup-frame):
20301 Remove duplicate declarations. These are now in window.el.
20302
20303 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20304
20305 * mail/smtpmail.el (smtpmail-via-smtp):
20306 Set :use-starttls-if-possible so that we always use STARTTLS if the
20307 server supports it. SMTP servers that support STARTTLS commonly
20308 require it.
20309
20310 * net/network-stream.el (network-stream-open-starttls): Support
20311 upgrading to STARTTLS always, even if we don't have built-in support.
20312 (open-network-stream): Add the :always-query-capabilities keyword.
20313
20314 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20315 upgrades with `open-network-stream', and rely solely on
20316 auth-source for all credentials. Big changes throughout the file,
20317 but in particular:
20318 (smtpmail-auth-credentials): Remove.
20319 (smtpmail-starttls-credentials): Remove.
20320 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20321 MAIL FROM, too.
20322
20323 * net/network-stream.el (network-stream-open-starttls):
20324 Provide support for client certificates both for external and built-in
20325 STARTTLS.
20326 (auth-source): Require.
20327 (open-network-stream): Document the :client-certificate keyword.
20328 (network-stream-certificate): Change cert-cert to cert and
20329 cert-key to key.
20330
20331 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20332
20333 * net/tramp-cache.el (top): Don't load the persistency file when
20334 "emacs -Q" has been called.
20335
20336 2011-06-21 Tim Harper <timcharper@gmail.com>
20337
20338 * term/ns-win.el (ns-initialize-window-system):
20339 Set application-specific `ApplePressAndHoldEnabled' system
20340 resource to NO as it is not yet supported by the NS port.
20341
20342 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20343
20344 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20345 (list-dynamic-libraries): ...not here.
20346
20347 2011-06-21 Leo Liu <sdl.web@gmail.com>
20348
20349 * subr.el (sha1): Implement sha1 using secure-hash.
20350
20351 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20352
20353 * window.el (display-buffer-alist): In default value do not
20354 enforce searching a window on any but the selected frame.
20355 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20356 (display-buffer-select-window): Remove function.
20357 (display-buffer-in-window): When a window on another frame gets
20358 reused, do not select it any more but just raise its frame if
20359 necessary (Bug#8851) and (Bug#8856).
20360 (display-buffer-normalize-options): Handle pop-up-frames related
20361 options more faithfully.
20362 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20363 window if it is on another frame.
20364 (display-buffer-alist, display-buffer-default-specifiers):
20365 Don't make new frame unsplittable by default.
20366 (display-buffer-normalize-argument): Fix doc-string typo and use
20367 'same-frame-other-window instead of 'other-window when associating
20368 with display-buffer-macro-specifiers.
20369
20370 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20371
20372 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20373 New functions.
20374 (5x5-mode-map, 5x5-mode-menu): Bind them.
20375 (5x5-draw-grid): Tweak the solver's rendering.
20376
20377 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20378
20379 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20380 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20381
20382 2011-06-21 Drew Adams <drew.adams@oracle.com>
20383
20384 * menu-bar.el: Use function variable instead of switch-to-buffer.
20385 (menu-bar-select-buffer-function): New variable.
20386 (menu-bar-update-buffers): Use it (bug#8876).
20387
20388 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20389
20390 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20391 variable's status.
20392
20393 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20394
20395 * x-dnd.el (x-dnd-version-from-flags)
20396 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20397 and long as number (Bug#8899).
20398 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20399
20400 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20401
20402 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20403 (completion-try-completion, completion-all-completions): Compute the
20404 metadata argument if it's missing; make it optional (bug#8795).
20405
20406 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20407 (widget-complete): Use new :completion-function property.
20408 (widget-completions-at-point): New function.
20409 (default): Use :completion-function instead of :complete.
20410 (widget-default-completions): Rename from widget-default-complete;
20411 Rewrite.
20412 (widget-string-complete, widget-file-complete, widget-color-complete):
20413 Remove functions.
20414 (file, symbol, function, variable, coding-system, color):
20415 * international/mule-cmds.el (default-input-method, charset)
20416 (language-info-custom-alist):
20417 * cus-edit.el (face): Use new property :completions.
20418
20419 * progmodes/pascal.el (pascal-completions-at-point): New function.
20420 (pascal-mode): Use it.
20421 (pascal-mode-map): Use completion-at-point.
20422 (pascal-toggle-completions): Make obsolete.
20423 (pascal-complete-word, pascal-show-completions):
20424 * progmodes/octave-mod.el (octave-complete-symbol):
20425 Redefine as obsolete alias.
20426 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20427 Signal absence of completion info for old Octave,
20428 (inferior-octave-complete): Redefine as obsolete alias.
20429 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20430 (meta-completions-at-point): Rename from meta-complete-symbol and
20431 adapt it for use on completion-at-point-functions.
20432 (meta-common-mode): Use it.
20433 (meta-looking-at-backward, meta-match-buffer): Remove.
20434 (meta-complete-symbol): Redefine as obsolete alias.
20435 (meta-common-mode-map): Use completion-at-point.
20436 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20437 (makefile-mode-map): Use completion-at-point.
20438 (makefile-completions-at-point): Rename from makefile-complete and
20439 adapt it for use on completion-at-point-functions.
20440 (makefile-mode): Use it.
20441 (makefile-complete): Redefine as obsolete alias.
20442
20443 2011-06-20 Deniz Dogan <deniz@dogan.se>
20444
20445 * net/rcirc.el: Delete trailing whitespaces once and for all.
20446
20447 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20448
20449 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20450
20451 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20452
20453 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20454
20455 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20456
20457 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20458
20459 * window.el (display-buffer-other-window-means-other-frame):
20460 Call display-buffer-normalize-alist.
20461 (display-buffer-normalize-specifiers-1): Rename to
20462 display-buffer-normalize-argument. New argument other-frame.
20463 Rewrite.
20464 (display-buffer-normalize-specifiers-2): Rename to
20465 display-buffer-normalize-options.
20466 (display-buffer-normalize-alist-1): New function.
20467 (display-buffer-normalize-specifiers-3): Rename to
20468 display-buffer-normalize-alist.
20469 Call display-buffer-normalize-alist-1.
20470 (display-buffer-normalize-options-inhibit): New variable.
20471 (display-buffer-normalize-specifiers): Rewrite calling
20472 display-buffer-normalize-alist,
20473 display-buffer-normalize-argument, and
20474 display-buffer-normalize-options. Don't call the latter if
20475 display-buffer-normalize-options-inhibit is non-nil.
20476 (frame-auto-delete): New option.
20477 (window-deletable-p): Use frame-auto-delete.
20478 (window-list-no-nils, window-state-ignored-parameters)
20479 (window-state-get-1, window-state-get, window-state-put-list)
20480 (window-state-put-1, window-state-put-2, window-state-put):
20481 New functions.
20482 (display-buffer-normalize-options): Move special-display-p group
20483 after pop-up-frame group (Bug#8851) and (Bug#8856).
20484
20485 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20486
20487 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20488 groups (Bug#8776).
20489 (rx-submatch-n): New function.
20490 (rx): Document it.
20491
20492 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20493 (Bug#8768).
20494
20495 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20496
20497 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20498
20499 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20500 anytime existing face settings are present (Bug#8889).
20501
20502 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20503 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20504 Remove unused argument.
20505
20506 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20507
20508 * window.el (display-buffer-default-specifiers):
20509 Remove pop-up-frame. Add pop-up-window-min-height,
20510 pop-up-window-min-width, and another reuse-window specifier
20511 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20512 (display-buffer-normalize-specifiers-2):
20513 Handle split-height-threshold and split-width-threshold also when
20514 pop-up-windows is unset. Add a reuse-window specifier for the
20515 case popping up a new window fails.
20516 (special-display-popup-frame): Remove double quoting.
20517 (display-buffer-normalize-specifiers-1): Fix thinko.
20518
20519 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20520
20521 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20522 according to comint-completion-addsuffix.
20523
20524 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20525 (pcomplete-suffix-list): Mark as obsolete.
20526 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20527 pcomplete-seen in the closure.
20528 (pcomplete-comint-setup): Setup completion-at-point as well.
20529 (pcomplete--entries): New function.
20530 (pcomplete--env-regexp): New var.
20531 (pcomplete-entries): Rewrite to work with partial-completion and
20532 without relying on pcomplete-suffix-list.
20533 (pcomplete-pare-list): Remove, unused.
20534
20535 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20536
20537 * window.el (display-buffer-alist): Set pop-up-window-min-height
20538 and pop-up-window-min-width in default value. Reported by
20539 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20540 other-window-means-other-frame.
20541 (display-buffer-macro-specifiers): Comment out entry for
20542 other-window specifier.
20543 (display-buffer-other-window-means-other-frame): New function.
20544 (display-buffer-normalize-specifiers-1): New arguments
20545 buffer-name and label. Treat other-window case specially.
20546 (display-buffer-normalize-specifiers-2): Treat other-window case
20547 specially.
20548 (display-buffer-normalize-specifiers-3): New function.
20549 (display-buffer-normalize-specifiers):
20550 Call display-buffer-normalize-specifiers-3.
20551
20552 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20553
20554 * window.el (same-window-p): Fix two typos introduced when
20555 adding with-no-warnings.
20556 (display-buffer-normalize-specifiers-1): Don't check
20557 pop-up-frames for 'unset initialization.
20558 (display-buffer-normalize-specifiers-2): Major rewrite using
20559 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20560 (pop-up-frames, display-buffer-reuse-frames)
20561 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20562 Suggested by David Engster <deng@randomsample.de>.
20563 (even-window-heights): Initialize to 'unset.
20564 (display-buffer-alist-set): Handle new 'unset initializations.
20565 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20566 other window case.
20567
20568 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20569
20570 * window.el (display-buffer-normalize-specifiers-1):
20571 Respect current value of pop-up-frames for most reasonable values of
20572 second argument of display-buffer (Bug#8865).
20573 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20574 (switch-to-buffer-other-window-same-frame)
20575 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20576 Adams (Bug#8875).
20577 (display-buffer): Don't check noninteractive when calling
20578 display-buffer-pop-up-frame.
20579 (display-buffer-pop-up-frame): Never pop up a frame in
20580 noninteractive mode (Bug#8857).
20581 (enlarge-window, shrink-window): Don't report an error when the
20582 window can't be resized as requested (Bug#8862).
20583
20584 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20585
20586 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20587
20588 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20589
20590 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20591
20592 2011-06-15 Alan Mackenzie <acm@muc.de>
20593
20594 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20595 for declarators, disable knr checking to speed up for normal files.
20596 2: Refactor, replacing a sequence of nested if forms by a cond form.
20597
20598 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20599
20600 * net/network-stream.el (open-network-stream): Add the keyword
20601 :always-query-capabilities for the case where you want to force a
20602 `plain' network connection, but the protocol still requires the
20603 capabilitiy command (i.e., SMTP and EHLO).
20604
20605 * subr.el (process-live-p): Rename from `process-alive-p' for
20606 consistency with other `-live-p' functions.
20607
20608 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20609
20610 * window.el (same-window-buffer-names, same-window-regexps)
20611 (special-display-frame-alist, special-display-popup-frame)
20612 (special-display-function, special-display-buffer-names)
20613 (special-display-regexps, pop-up-frame-alist)
20614 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20615 (pop-up-windows, split-window-preferred-function)
20616 (split-height-threshold, split-width-threshold, even-window-heights)
20617 (display-buffer-mark-dedicated): Don't encourage the use of
20618 display-buffer-alist from Elisp code.
20619
20620 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20621
20622 * progmodes/python.el (python-mode): Derive from prog-mode.
20623 * progmodes/ps-mode.el (ps-mode):
20624 * progmodes/mixal-mode.el (mixal-mode):
20625 * progmodes/cfengine.el (cfengine-mode):
20626 * progmodes/ld-script.el (ld-script-mode): Likewise.
20627
20628 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20629
20630 * window.el (display-buffer-alist): Trim default value to avoid
20631 popping up a new frame (Bug#8857) or reusing an arbitrary window
20632 on another frame.
20633 (display-buffer): Do not fall back on popping up a new frame in
20634 batch mode (Bug#8857).
20635
20636 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20637
20638 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20639 (custom-theme-summary): New function.
20640 (customize-themes): Use it.
20641
20642 2011-06-13 Glenn Morris <rgm@gnu.org>
20643
20644 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20645
20646 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20647
20648 * help.el (help-window): Remove variable.
20649 (help-window-point-marker, temp-buffer-max-height)
20650 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20651 (help-print-return-message): Don't set help-window.
20652 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20653 (help-window-setup-finish): Remove.
20654 (help-window-display-message, help-window-setup)
20655 (with-help-window): Major rewrite based on new
20656 display-buffer-window variable.
20657
20658 * help-mode.el (help-mode-finish): Remove help-window related
20659 code.
20660
20661 * view.el (view-exits-all-viewing-windows): Remove reference to
20662 view-return-to-alist in doc-string.
20663 (view-return-to-alist): Make obsolete.
20664 (view-buffer): Call pop-to-buffer-same-window and remove
20665 undo-window code.
20666 (view-buffer-other-window): Call pop-to-buffer-other-window and
20667 simplify code. Ignore second argument.
20668 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20669 simplify code. Ignore second argument.
20670 (view-return-to-alist-update): Make obsolete.
20671 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20672 Rewrite using quit-restore window parameters.
20673 (view-mode-exit): Rename second argument to EXIT-ONLY.
20674 Rewrite using quit-restore-window.
20675 (View-exit, View-exit-and-edit, View-leave, View-quit)
20676 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20677 appropriate arguments.
20678 (view-end-message): Use quit-restore window parameter.
20679
20680 * window.el (display-buffer-function): Rewrite doc-string.
20681 (display-buffer-window, display-buffer-alist): New variables.
20682 (display-buffer-split-specifiers)
20683 (display-buffer-side-specifiers)
20684 (display-buffer-macro-specifiers): New constants.
20685 (display-buffer-even-window-sizes, display-buffer-set-height)
20686 (display-buffer-set-width, display-buffer-select-window)
20687 (display-buffer-in-window, display-buffer-reuse-window)
20688 (display-buffer-split-window-1, display-buffer-split-window)
20689 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20690 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20691 (display-buffer-in-side-window, normalize-buffer-to-display)
20692 (display-buffer-normalize-specifiers-1)
20693 (display-buffer-normalize-specifiers-2)
20694 (display-buffer-normalize-specifiers, display-buffer-frame):
20695 New functions.
20696 (display-buffer): Major rewrite.
20697 (display-buffer-other-window, display-buffer-other-frame)
20698 (pop-to-buffer, switch-to-buffer-other-window)
20699 (switch-to-buffer-other-frame): Rewrite.
20700 (display-buffer-same-window, display-buffer-same-frame)
20701 (display-buffer-same-frame-other-window)
20702 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20703 (pop-to-buffer-other-window)
20704 (pop-to-buffer-same-frame-other-window)
20705 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20706 (switch-to-buffer-other-window-same-frame): New functions.
20707 (same-window-p, special-display-p): Rewrite disabling warnings.
20708 Make obsolete.
20709 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20710 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20711 Make obsolete
20712 (same-window-buffer-names, same-window-regexps)
20713 (special-display-frame-alist, special-display-popup-frame)
20714 (special-display-function, special-display-buffer-names)
20715 (special-display-regexps, pop-up-frame-alist)
20716 (pop-up-frame-function, split-window-preferred-function)
20717 (split-height-threshold, split-width-threshold)
20718 (even-window-heights): Make obsolete.
20719
20720 2011-06-12 Glenn Morris <rgm@gnu.org>
20721
20722 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
20723 Misc simplifications.
20724
20725 2011-06-12 Martin Rudalics <rudalics@gmx.at>
20726
20727 * window.el (window-safely-shrinkable-p): Restore function which
20728 was inadvertently removed in change from 2011-06-11. Declare as
20729 obsolete.
20730
20731 * calendar/calendar.el (calendar-generate-window):
20732 Use window-iso-combined-p instead of combination of one-window-p and
20733 window-safely-shrinkable-p.
20734
20735 2011-06-12 Glenn Morris <rgm@gnu.org>
20736
20737 * progmodes/fortran.el (fortran-mode-syntax-table):
20738 * progmodes/f90.el (f90-mode-syntax-table):
20739 Set % to punctuation. (Bug#8820)
20740 (f90-find-tag-default): Remove, no longer needed.
20741
20742 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
20743
20744 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20745
20746 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20747
20748 * image.el (image-animated-p): Return animation delay in seconds.
20749 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20750 (image-animate-timeout): Remove DELAY argument. Don't assume
20751 every subimage has the same delay; get it from image-animated-p.
20752 (image-animate): Caller changed.
20753
20754 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
20755
20756 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20757 to ignored backtrace functions.
20758
20759 2011-06-11 Glenn Morris <rgm@gnu.org>
20760
20761 * calendar/appt.el (appt-disp-window-function): Doc fix.
20762 (appt-check): Handle overlapping appointments. (Bug#8337)
20763
20764 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20765
20766 * window.el (window-tree-1, window-tree): New functions, moving
20767 the latter to window.el.
20768 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20769 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20770 (bw-refresh-edges): Remove.
20771 (balance-windows-1, balance-windows-2): New functions.
20772 (balance-windows): Rewrite in terms of window tree functions,
20773 balance-windows-1 and balance-windows-2.
20774 (bw-adjust-window): Remove.
20775 (balance-windows-area-adjust): New function with functionality of
20776 bw-adjust-window but using resize-window.
20777 (set-window-text-height): Rewrite doc-string.
20778 Use normalize-live-window and resize-window.
20779 (enlarge-window-horizontally, shrink-window-horizontally):
20780 Rename argument to DELTA.
20781 (window-buffer-height): New function.
20782 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20783 Rewrite using new window resize routines.
20784 (kill-buffer-and-window, mouse-autoselect-window-select):
20785 Use ignore-errors instead of condition-case.
20786 (quit-window): Call delete-frame instead of delete-windows-on
20787 for the only buffer on frame.
20788
20789 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20790
20791 * loadup.el (top-level): Load window before files for the sake
20792 of replace-buffer-in-windows.
20793
20794 * files.el (read-buffer-to-switch)
20795 (switch-to-buffer-other-window)
20796 (switch-to-buffer-other-frame, display-buffer-other-frame):
20797 Move to window.el.
20798
20799 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20800 (previous-buffer): Move to window.el.
20801
20802 * bindings.el (unbury-buffer): Move to window.el.
20803
20804 * window.el (delete-other-windows-vertically): Move after
20805 definition of delete-other-windows.
20806 (other-window, delete-windows-on, replace-buffer-in-windows):
20807 Move here from window.c.
20808 (record-window-buffer, unrecord-window-buffer)
20809 (set-window-buffer-start-and-point, switch-to-prev-buffer)
20810 (switch-to-next-buffer): New functions.
20811 (get-next-valid-buffer, last-buffer, next-buffer): Move here
20812 from simple.el. Call switch-to-next-buffer.
20813 (previous-buffer): Move here from simple.el.
20814 Call switch-to-prev-buffer.
20815 (bury-buffer): Move here from buffer.c. Switch to previous
20816 buffer when window cannot be deleted.
20817 (unbury-buffer): Move here from bindings.el.
20818 (ctl-x-map): Move binding for other-window from window.c to
20819 here.
20820 (read-buffer-to-switch, switch-to-buffer-other-window)
20821 (switch-to-buffer-other-frame): Move here from files.el.
20822 (normalize-buffer-to-switch-to): New functions.
20823 (switch-to-buffer): Move here from buffer.c.
20824 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20825
20826 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20827
20828 * window.el (window-min-height, window-min-width): Move here
20829 from window.c. Add defcustoms and rewrite doc-strings.
20830 (resize-mini-window, resize-window): New functions.
20831 (adjust-window-trailing-edge, enlarge-window, shrink-window):
20832 Move here from window.c.
20833 (maximize-window, minimize-window): New functions.
20834 (delete-window, delete-other-windows, split-window): Move here
20835 from window.c.
20836 (window-split-min-size): New function.
20837 (split-window-keep-point): Mention split-window-above-each-other
20838 instead of split-window-vertically.
20839 (split-window-above-each-other, split-window-vertically):
20840 Rename split-window-vertically to split-window-above-each-other
20841 and provide defalias for old definition.
20842 (split-window-side-by-side, split-window-horizontally):
20843 Rename split-window-horizontally to split-window-side-by-side
20844 and provide defalias for the old definition.
20845 (ctl-x-map): Move bindings for delete-window,
20846 delete-other-windows and enlarge-window here from window.c.
20847 Replace bindings for split-window-vertically and
20848 split-window-horizontally by bindings for
20849 split-window-above-each-other and split-window-side-by-side.
20850
20851 * cus-start.el (all): Remove entries for window-min-height and
20852 window-min-width. Add entries for window-splits and
20853 window-nest.
20854
20855 2011-06-09 Glenn Morris <rgm@gnu.org>
20856
20857 * calendar/appt.el (appt-mode-line): New function.
20858 (appt-check, appt-disp-window): Use it.
20859
20860 * files.el (hack-one-local-variable-eval-safep):
20861 Allow minor-modes with explicit +/-1 arguments.
20862
20863 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
20864
20865 * term/xterm.el (xterm): Add defgroup.
20866 (xterm-extra-capabilities): Add defcustom to supply known xterm
20867 capabilities, skip querying them, or query them (default).
20868 (terminal-init-xterm): Use it.
20869 (terminal-init-xterm-modify-other-keys): New function to set up
20870 modifyOtherKeys support to simplify `terminal-init-xterm'.
20871
20872 2011-06-09 Martin Rudalics <rudalics@gmx.at>
20873
20874 * window.el (resize-window-reset, resize-window-reset-1)
20875 (resize-subwindows-skip-p, resize-subwindows-normal)
20876 (resize-subwindows, resize-other-windows, resize-this-window)
20877 (resize-root-window, resize-root-window-vertically)
20878 (window-deletable-p, window-or-subwindow-p)
20879 (frame-root-window-p): New functions.
20880
20881 2011-06-09 Glenn Morris <rgm@gnu.org>
20882
20883 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20884 (ange-ftp-get-files): Use it.
20885
20886 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20887
20888 * mail/sendmail.el (mail-recover-1, mail-recover):
20889 * files.el (recover-file, recover-session):
20890 Handle dired-listing-switches not being just a single short option.
20891
20892 2011-06-09 Glenn Morris <rgm@gnu.org>
20893
20894 * calendar/appt.el (appt-display-message, appt-disp-window):
20895 Handle lists of appointments.
20896
20897 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20898
20899 * window.el (one-window-p): Move down in code.
20900 Rewrite doc-string.
20901 (window-current-scroll-bars): Rewrite doc-string.
20902 Normalize live window argument.
20903 (walk-windows, get-window-with-predicate, count-windows):
20904 Rewrite doc-string. Use window-list-1.
20905 (window-in-direction-2, window-in-direction, get-mru-window):
20906 New functions.
20907
20908 2011-06-08 Reuben Thomas <rrt@sc3d.org>
20909
20910 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20911 Doc fix (Bug#8713).
20912
20913 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
20914
20915 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20916
20917 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
20918
20919 * loadhist.el (unload-feature-special-hooks):
20920 Add `comint-output-filter-functions'.
20921
20922 2011-06-08 Ivan Kanis <gnu@kanis.fr>
20923
20924 * calendar/appt.el (appt-check): Move some initializations into the let.
20925
20926 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20927
20928 * window.el (window-height): Defalias to window-total-height.
20929 (window-width): Defalias to window-body-width.
20930
20931 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
20932
20933 * image-mode.el (image-toggle-animation): New command.
20934 (image-mode-map): Bind it to RET.
20935 (image-mode): Update message.
20936 (image-toggle-display-image): Avoid a spurious cache flush.
20937 (image-transform-rotation): Doc fix.
20938 (image-transform-properties): Return quickly in the normal case.
20939 (image-animate-loop): Rename from image-animate-max-time.
20940
20941 * image.el (image-animate-max-time): Move to image-mode.el.
20942 (create-animated-image): Remove unnecessary function.
20943 (image-animate): Rename from image-animate-start. New arg.
20944 (image-animate-stop): Remove; just use image-animate-timer.
20945 (image-animate-timer): Use car-safe.
20946 (image-animate-timeout): Rename argument.
20947
20948 2011-06-07 Martin Rudalics <rudalics@gmx.at>
20949
20950 * window.el (get-lru-window, get-largest-window): Move here from
20951 window.c. Rename first argument to ALL-FRAMES.
20952 Rephrase doc-strings.
20953 (get-buffer-window-list): Rewrite using window-list-1.
20954 Rephrase doc-string.
20955 (window-safe-min-height, window-safe-min-width): New constants.
20956 (window-size-ignore, window-min-size, window-min-size-1)
20957 (window-sizable, window-sizable-p, window-size-fixed-1)
20958 (window-size-fixed-p, window-min-delta-1, window-min-delta)
20959 (window-max-delta-1, window-max-delta, window-resizable)
20960 (window-resizable-p, window-total-height, window-total-width)
20961 (window-body-width): New functions.
20962 (window-full-height-p, window-full-width-p): Rewrite using
20963 window-total-size.
20964 (window-body-height): Rewrite using window-body-size.
20965
20966 2011-06-06 Martin Rudalics <rudalics@gmx.at>
20967
20968 * window.el (window-right, window-left, window-child)
20969 (window-child-count, window-last-child, window-any-p)
20970 (normalize-live-buffer, normalize-live-frame)
20971 (normalize-any-window, normalize-live-window)
20972 (window-iso-combination-p, window-iso-combined-p)
20973 (window-iso-combinations)
20974 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
20975 (windows-with-parameter, window-with-parameter)
20976 (window-atom-root, make-window-atom, window-atom-check-1)
20977 (window-atom-check, window-side-check, window-check):
20978 New functions.
20979 (ignore-window-parameters, window-sides, window-sides-vertical)
20980 (window-sides-slots): New variables.
20981 (window-size-fixed): Move down in code. Minor doc-string fix.
20982
20983 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
20984
20985 * comint.el (comint-dynamic-complete-as-filename)
20986 (comint-dynamic-complete-filename): Correctly call
20987 completion-in-region.
20988
20989 2011-06-05 Deniz Dogan <deniz@dogan.se>
20990
20991 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
20992 in last change.
20993
20994 2011-06-05 Deniz Dogan <deniz@dogan.se>
20995
20996 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
20997 (rcirc): Use it to prompt for encryption.
20998
20999 2011-06-05 Roland Winkler <winkler@gnu.org>
21000
21001 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
21002 (bibtex-search-entries): New command bound to C-c C-a.
21003 (bibtex-display-entries): New function.
21004
21005 2011-06-05 Roland Winkler <winkler@gnu.org>
21006
21007 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
21008 (bibtex-insert-kill): After yanking insert newline if necessary.
21009 (bibtex-initialize): Call bibtex-string-files-init only once.
21010 (bibtex-mode): Do not call easy-menu-add.
21011 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
21012 (bibtex-yank): Set arg properly if nil.
21013
21014 2011-06-05 Roland Winkler <winkler@gnu.org>
21015
21016 * textmodes/bibtex.el (bibtex-search-entry-globally):
21017 New variable.
21018 (bibtex-search-entry): Use it.
21019
21020 2011-06-05 Roland Winkler <winkler@gnu.org>
21021
21022 * textmodes/bibtex.el (bibtex-entry-format): New option
21023 sort-fields.
21024 (bibtex-format-entry, bibtex-reformat): Honor this option.
21025 (bibtex-parse-entry): Return fields in proper order.
21026
21027 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
21028
21029 * doc-view.el (doc-view-remove-if): Move computation of result out
21030 of `dolist' to silence misleading lexical-binding warning.
21031
21032 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
21033
21034 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
21035 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21036
21037 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21038
21039 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21040 "SunOS 5.10".
21041
21042 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21043
21044 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21045 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21046 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21047 (tramp-parse-putty):
21048 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21049 (tramp-completion-function-alist-ssh)
21050 (tramp-completion-function-alist-telnet)
21051 (tramp-completion-function-alist-su)
21052 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21053 cookie.
21054
21055 * net/tramp-ftp.el:
21056 * net/tramp-sh.el:
21057 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21058 load "tramp.el" `tramp-set-completion-function'.
21059
21060 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21061
21062 * shell.el: Require and use pcomplete.
21063 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21064 (shell-completion-vars): Set pcomplete-default-completion-function.
21065
21066 2011-06-04 Deniz Dogan <deniz@dogan.se>
21067
21068 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21069 `memq' (Bug#8799).
21070
21071 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21072
21073 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21074
21075 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21076
21077 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21078 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21079 * vc/log-view.el (log-view-beginning-of-defun):
21080 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21081 (smerge-refine-forward, smerge-refine-chopup-region):
21082 Silence warning for unused `dotimes' counter variables.
21083
21084 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21085
21086 * net/tramp.el (tramp-with-progress-reporter): Rename from
21087 with-progress-reporter. Use `declare'.
21088 * net/tramp-smb.el:
21089 * net/tramp-sh.el:
21090 * net/tramp-gvfs.el: Update all uses.
21091
21092 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21093
21094 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21095 buffer isn't killed before making it current.
21096
21097 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21098
21099 Silence various byte-compiler warnings.
21100 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21101 `access-type' and new obsolescence format.
21102 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21103 new format.
21104 (byte-compile-check-variable): New `access-type' argument.
21105 Only warn if the access-type is obsolete.
21106 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21107 (byte-compile-variable-set): Adjust callers.
21108 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21109 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21110 setting it as obsolete.
21111 * simple.el (minibuffer-completing-symbol):
21112 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21113 access as obsolete.
21114 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21115 obsolete yet.
21116 * international/quail.el (quail-mouse-choose-completion): Remove unused
21117 code referring to obsolete var.
21118 (quail-choose-completion-string): Remove.
21119 * server.el (server-clients-with, server-kill-buffer-query-function)
21120 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21121 * proced.el (proced-send-signal):
21122 * emacs-lisp/lisp.el (lisp-complete-symbol):
21123 Replace completion-annotate-function with completion-extra-properties.
21124
21125 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21126
21127 * simple.el (goto-line): Use read-number.
21128 (overriding-map-is-bound): Remove.
21129 (saved-overriding-map): Change default.
21130 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21131 Take the map as argument.
21132 (universal-argument, negative-argument, digit-argument): Use it.
21133 (restore-overriding-map): Adjust.
21134 (do-auto-fill): Use fill-forward-paragraph.
21135 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21136
21137 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21138 (minibuffer-inactive-mode): New major mode.
21139 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21140 the *Messages* buffer" hack.
21141 (mouse-popup-menubar): Don't burp if the event is a normal key.
21142
21143 Miscellaneous tweaks.
21144 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21145 lexical scoping as in subr.el's dolist and dotimes.
21146 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21147 Silence compiler warning.
21148 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21149 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21150 * international/ccl.el (ccl-compile): Trivial simplification.
21151 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21152 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21153 `printflag' argument.
21154 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21155 Purecopy the whole obsolescence data.
21156
21157 2011-06-01 Leo Liu <sdl.web@gmail.com>
21158
21159 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21160 improve doc-string as suggested by Marco Pessotto
21161 <melmothx@gmail.com>.
21162 (rcirc-print): Fix last change.
21163
21164 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21165
21166 * minibuffer.el (complete-with-action): Return nil for the metadata and
21167 boundaries of non-functional tables.
21168 (completion-table-dynamic): Return nil for the metadata.
21169 (completion-table-with-terminator): Add default case, using
21170 complete-with-action.
21171 (completion--metadata): New function.
21172 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21173 to try and avoid pathological performance problems.
21174 (completion--embedded-envvar-table): Return `category' metadata.
21175
21176 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21177
21178 * subr.el (process-alive-p): New tiny convenience function.
21179
21180 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21181
21182 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21183 content but also its previous major mode.
21184
21185 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21186
21187 * emacs-lisp/debug.el (debug): Restore the previous content of the
21188 *Backtrace* buffer when we exit with C-M-c.
21189
21190 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21191
21192 * minibuffer.el: Add metadata method to completion tables.
21193 (completion-category-overrides): New defcustom.
21194 (completion-metadata, completion--field-metadata)
21195 (completion-metadata-get, completion--styles)
21196 (completion--cycle-threshold): New functions.
21197 (completion-try-completion, completion-all-completions):
21198 Add `metadata' argument to choose completion-styles.
21199 (completion--do-completion): Use metadata to choose cycling.
21200 (completion-all-sorted-completions): Use metadata for sorting.
21201 Remove :completion-cycle-penalty which is not needed any more.
21202 (completion--try-word-completion): Add `metadata' argument.
21203 (minibuffer-completion-help): Check metadata for annotation function
21204 and sorting.
21205 (completion-file-name-table): Return `category' metadata.
21206 (minibuffer-completing-file-name): Make obsolete.
21207 * simple.el (minibuffer-completing-symbol): Make obsolete.
21208 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21209 completion-try-completion.
21210
21211 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21212
21213 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21214
21215 2011-05-30 Leo Liu <sdl.web@gmail.com>
21216
21217 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21218 (rcirc-print): Decode all incoming messages (bug#8744).
21219 (rcirc-decode-coding-system): Allow value nil for automatic coding
21220 system detection.
21221
21222 2011-06-01 Glenn Morris <rgm@gnu.org>
21223
21224 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21225
21226 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21227
21228 * image.el (image-animate-max-time): Allow nil and t values.
21229 Default to nil.
21230 (create-animated-image): Doc fix.
21231 (image-animate-start): Remove second arg; just use
21232 image-animate-max-time.
21233 (image-animate-timeout): Doc fix. Args changed.
21234
21235 * image-mode.el (image-toggle-display-image): Ensure that the
21236 image spec passed to the animate timer is the same object as in
21237 the buffer's display property (Bug#6981).
21238 (image-transform-properties): Doc fix.
21239
21240 * image.el (image-animate-max-time): Default to nil.
21241
21242 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21243
21244 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21245 entire buffer list (Bug#8184).
21246
21247 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21248
21249 * image.el (imagemagick-types-inhibit)
21250 (imagemagick-register-types): Doc fix.
21251
21252 2011-05-29 Deniz Dogan <deniz@dogan.se>
21253
21254 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21255 default.
21256
21257 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21258
21259 * select.el: Don't perform clipboard-manager saving in hooks;
21260 leave the hooks empty.
21261
21262 2011-05-28 Leo Liu <sdl.web@gmail.com>
21263
21264 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21265 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21266 (occur-edit-mode): New major mode (Bug#8463).
21267 (occur-after-change-function): New function.
21268 (occur-engine): Give Occur tags a read-only property.
21269
21270 2011-05-28 Kevin Ryde <user42@zip.com.au>
21271
21272 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21273
21274 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21275
21276 * bindings.el (help-echo): Make the initial non-indicator dash
21277 empty on graphical terminals (Bug#7295).
21278
21279 * files.el (auto-mode-alist): Move config rule after the
21280 in-stripping one (Bug#8547).
21281
21282 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21283
21284 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21285 setting (Bug#8740).
21286
21287 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21288
21289 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21290 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21291 (Bug#8539).
21292
21293 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21294
21295 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21296
21297 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21298
21299 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21300 (hs-hide-block-at-point, hs-find-block-beginning)
21301 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21302 (Bug#8279).
21303
21304 2011-05-28 Glenn Morris <rgm@gnu.org>
21305
21306 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21307
21308 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21309
21310 * help-fns.el (describe-function-1): If the function is a derived
21311 major mode, print the parent mode.
21312
21313 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21314 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21315
21316 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21317
21318 * minibuffer.el (completion--capf-wrapper): Check applicability before
21319 returning non-nil for non-exclusive completion data.
21320 * progmodes/etags.el (tags-completion-at-point-function):
21321 * info-look.el (info-lookup-completions-at-point): Mark as
21322 non-exclusive.
21323 (info-complete): Adjust accordingly.
21324
21325 * info-look.el: Convert to lexical-binding and completion-at-point.
21326 (info-lookup-completions-at-point): New function.
21327 (info-complete): Use it and completion-in-region.
21328
21329 2011-05-28 Drew Adams <drew.adams@oracle.com>
21330
21331 * isearch.el: Let M-e start with point at the first mismatched char.
21332 (isearch-fail-pos): New function.
21333 (isearch-edit-string): Use it.
21334
21335 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21336
21337 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21338
21339 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21340
21341 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21342 traversal functions for avl-trees.
21343 (avl-tree--stack): New struct.
21344 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21345 (avl-tree-enter): Add optional `updatefun' arg.
21346 (avl-tree--do-enter): Add optional `updatefun' arg.
21347 Change return value.
21348 (avl-tree-delete): Add optional `test' and `nilflag' args.
21349 (avl-tree--do-delete): Add `test' and `nilflag' args.
21350 Change return value.
21351 (avl-tree-member): Add optional `nilflag'
21352 (avl-tree-member-p): New function.
21353 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21354 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21355 (avl-tree-stack-empty-p): New functions.
21356
21357 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21358 avl-tree--del-balance1 and make it work both ways.
21359 (avl-tree--del-balance2): Remove.
21360 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21361 make it work both ways.
21362 (avl-tree--enter-balance2): Remove.
21363 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21364 New macros.
21365 (avl-tree--mapc, avl-tree-map): Add direction argument.
21366
21367 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21368
21369 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21370
21371 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21372
21373 * select.el: Support clipboard managers with built-in function
21374 x-clipboard-manager-save, via delete-frame-functions and
21375 kill-emacs-hook.
21376 (xselect-convert-to-targets): Add MULTIPLE target to list.
21377 (xselect-convert-to-save-targets): New function.
21378
21379 2011-05-27 Kenichi Handa <handa@m17n.org>
21380
21381 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21382 let-binding rfc2047-encode-encoded-words to nil.
21383
21384 2011-05-27 Glenn Morris <rgm@gnu.org>
21385
21386 * mail/emacsbug.el: Don't require url-util.
21387
21388 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21389
21390 * files.el (set-auto-mode):
21391 Also respect mode: entries at the end of the file. (Bug#8586)
21392
21393 2011-05-26 Glenn Morris <rgm@gnu.org>
21394
21395 * files.el (hack-local-variables-prop-line, hack-local-variables):
21396 Downcase mode names, as seems to be traditional.
21397 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21398
21399 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21400 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21401
21402 2011-05-25 Julien Danjou <julien@danjou.info>
21403
21404 * textmodes/rst.el (rst-define-level-faces): Do not define face
21405 symbol if it is already defined.
21406
21407 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21408
21409 * play/5x5.el (5x5-new-game, 5x5-randomize):
21410 Reset 5x5-solver-output to nil when a new grid is cast.
21411 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21412 these debugging traces, as defmacro breaks the compiled code.
21413
21414 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21415
21416 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21417
21418 2011-05-24 Leo Liu <sdl.web@gmail.com>
21419
21420 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21421 (vc-bzr-sha1): Adapt.
21422
21423 * sha1.el: Remove. Function `sha1' is now builtin.
21424
21425 * bindings.el: Provide sha1 feature.
21426
21427 2011-05-24 Kenichi Handa <handa@m17n.org>
21428
21429 * mail/sendmail.el: Require `rfc2047'.
21430 (mail-insert-from-field): Do not perform RFC2047 encoding.
21431 (mail-encode-header): New function.
21432 (sendmail-send-it): Set buffer-file-coding-system of the work
21433 buffer to the return value of select-message-coding-system.
21434 Call mail-encode-header.
21435
21436 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21437
21438 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21439
21440 * mail/supercite.el (sc-default-cite-frame):
21441 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21442
21443 2011-05-24 Glenn Morris <rgm@gnu.org>
21444
21445 * progmodes/python.el (brm-menu): Declare.
21446
21447 * emulation/viper.el (viper-set-hooks): Declare.
21448
21449 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21450 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21451 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21452 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21453 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21454 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21455
21456 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21457
21458 Add an :exit-function for completion-at-point.
21459
21460 * minibuffer.el (completion--done): New fun.
21461 (completion--do-completion): Use it. New arg `expect-exact'.
21462 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21463 since completion--do-completion does it for us now.
21464 (minibuffer-force-complete): Use completion--done and
21465 completion--replace. Handle sole-completion case with more care.
21466 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21467 (completion-extra-properties): New var.
21468 (completion-annotate-function): Make obsolete.
21469 (minibuffer-completion-help): Adjust accordingly.
21470 Use completion-list-insert-choice-function.
21471 (completion-at-point, completion-help-at-point):
21472 Bind completion-extra-properties.
21473 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21474 * simple.el (completion-list-insert-choice-function): New var.
21475 (completion-setup-function): Preserve it.
21476 (choose-completion): Pay attention to it, shuffle the code a bit.
21477 (choose-completion-string): New arg `insert-function'.
21478
21479 * textmodes/bibtex.el: Convert to lexical binding.
21480 (bibtex-mode-map): Use completion-at-point.
21481 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21482 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21483 (bibtex-complete): Define as obsolete alias.
21484 (bibtex-complete-internal): Remove.
21485 (bibtex-format-entry): Remove unused sub-group in regexp.
21486 * shell.el (shell--command-completion-data)
21487 (shell-environment-variable-completion):
21488 * pcomplete.el (pcomplete-completions-at-point):
21489 * comint.el (comint--complete-file-name-data): Use :exit-function
21490 instead of completion-table-with-terminator so it also works for
21491 choose-completion.
21492
21493 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21494
21495 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21496
21497 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21498 (bug#8710).
21499
21500 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21501
21502 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21503
21504 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21505 customization variable and implement: If non-nil, auto-fill will
21506 be inhibited while on topic's header line.
21507
21508 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21509
21510 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21511 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21512 always have a solution in grid size = 5 cases.
21513 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21514 (5x5-solver-output, 5x5-log-buffer): New vars.
21515 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21516 Make these variables buffer local to achieve 5x5 multi-session-ness.
21517 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21518 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21519 (5x5-solve-suggest): New funs.
21520 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21521 randomize a grid so that we ensure that there is always a solution.
21522 (5x5-make-random-grid): Allow other movement than flipping.
21523
21524 2011-05-23 Kevin Ryde <user42@zip.com.au>
21525
21526 * emacs-lisp/advice.el (ad-read-advised-function):
21527 Use `function-called-at-point' as the default, if it has
21528 advice and passes PREDICATE.
21529
21530 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21531
21532 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21533 byte-compile-lambda if it's actually a lambda.
21534
21535 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21536 Fix function quoting. Use backquote better.
21537
21538 2011-05-22 Yuanle Song <sylecn@gmail.com>
21539
21540 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21541 matching (Bug#8516).
21542
21543 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21544
21545 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21546 different face (Bug#8178).
21547
21548 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21549
21550 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21551 defface (Bug#8144).
21552
21553 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21554
21555 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21556 funcall as well (bug#8712). Warn when performing those conversions.
21557 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21558
21559 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21560
21561 2011-05-22 Glenn Morris <rgm@gnu.org>
21562
21563 * files.el (hack-local-variables-prop-line): Small simplifications.
21564 (hack-local-variables, hack-local-variables-prop-line):
21565 If MODE-ONLY, return the mode, rather than just `t'.
21566
21567 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21568
21569 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21570
21571 2011-05-21 Glenn Morris <rgm@gnu.org>
21572
21573 * files.el (hack-local-variables-prop-line, hack-local-variables):
21574 If only interested in the mode, don't bother doing the other stuff.
21575
21576 * image-mode.el (image-after-revert-hook):
21577 Redraw all frames on which the image is visible. (Bug#8567)
21578
21579 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21580
21581 * wid-edit.el (widget-checklist-match-inline):
21582 Fix 2011-04-19 change. (Bug#8649)
21583
21584 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21585
21586 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21587 Also allow singlespace after single-letter capitals followed by a dot.
21588
21589 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21590 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21591
21592 2011-05-20 Nix <nix@esperi.org.uk>
21593
21594 * files.el (basic-save-buffer-2):
21595 Fix handling of break-hardlink-on-save with non-existent files.
21596
21597 2011-05-19 Deniz Dogan <deniz@dogan.se>
21598
21599 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21600 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21601
21602 2011-05-19 Glenn Morris <rgm@gnu.org>
21603
21604 * progmodes/f90.el (f90-type-def-re):
21605 Handle "type, bind(c)". (Bug#8691)
21606
21607 * emacs-lisp/autoload.el (batch-update-autoloads):
21608 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21609
21610 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21611
21612 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21613 property for the correct connection in case of multihops.
21614
21615 2011-05-18 Glenn Morris <rgm@gnu.org>
21616
21617 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21618 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21619
21620 Rationalize calendar handling of day and month abbrev-arrays.
21621 * calendar/calendar.el (calendar-customized-p): New function.
21622 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21623 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21624 Add :set function.
21625 (calendar-abbrev-length, calendar-day-abbrev-array)
21626 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21627 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21628 Elements may no longer be nil.
21629 (calendar-day-name, calendar-month-name):
21630 Update for changed nature of abbrev arrays.
21631 * calendar/diary-lib.el (diary-name-pattern):
21632 Update for changed nature of abbrev arrays.
21633 (diary-mark-entries-1): Update calendar-make-alist calls.
21634 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21635 * calendar/cal-html.el (cal-html-day-abbrev-array):
21636 Simply inherit from calendar-day-abbrev-array.
21637
21638 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21639
21640 * progmodes/grep.el (grep-mode): Disable default
21641 compilation-directory-matcher setting (bug#8684).
21642
21643 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21644
21645 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21646 instead of "head" and "tail". There were problems with SunOS 5.9,
21647 and it performs better.
21648
21649 2011-05-17 Glenn Morris <rgm@gnu.org>
21650
21651 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21652
21653 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21654 Replace obsolete function.
21655
21656 * shell.el (pcomplete-parse-arguments-function): Declare.
21657
21658 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21659 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21660 (appt-check): Doc fixes.
21661 (appt-disp-window-function, appt-delete-window-function):
21662 Remove needless special case in custom :type.
21663 (appt-display-count): Default to 0, not nil.
21664 (appt-check): Reset appt-display-count to 0, not nil.
21665
21666 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21667
21668 * progmodes/python.el (python-font-lock-keywords):
21669 Add the Python 3.X keyword "nonlocal" (bug#8639).
21670
21671 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21672
21673 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21674
21675 2011-05-16 Kevin Ryde <user42@zip.com.au>
21676
21677 * info-look.el (makefile-automake-mode): New setups, looking in
21678 automake manual, then makefile-mode.
21679 (makefile-mode): Remove automake manual, have it just in
21680 makefile-automake-mode since there's various things different or
21681 not relevant to plain make.
21682 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21683 believe a hypothetical automake-mode would go to makefile-mode,
21684 not the other way around.
21685
21686 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
21687
21688 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21689 hunk-end tags (Bug#8672).
21690
21691 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21692 vc-annotate-show-diff-revision-at-line (Bug#8671).
21693
21694 2011-05-14 Glenn Morris <rgm@gnu.org>
21695
21696 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21697 in the middle of an existing one with multiple authors. (Bug#8645)
21698 (change-log-font-lock-keywords): Also handle multiple author lines
21699 with leading tabs. (Bug#8644)
21700
21701 * calendar/appt.el (appt-check): Rename some local variables.
21702 Some simplification/reordering.
21703
21704 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21705 (feedmail-sendmail-f-doesnt-sell-me-out)
21706 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21707 (feedmail-debug-sit-for, feedmail-queue-express-hook)
21708 (feedmail-queue-runner-message-sender): Set :version.
21709 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21710 (bbdb-dwim-net-address, vm-mail): Declare.
21711 (feedmail-binmail-gnulinuxish-template):
21712 Rename from feedmail-binmail-linuxish-template.
21713 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21714 Use insert-buffer-substring.
21715
21716 2011-05-14 Bill Carpenter <bill@carpenter.org>
21717
21718 * mail/feedmail.el (feedmail-patch-level): Increase.
21719 (feedmail-debug): New custom group.
21720 (feedmail-confirm-outgoing-timeout)
21721 (feedmail-sendmail-f-doesnt-sell-me-out)
21722 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21723 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21724 (feedmail-sender-line, feedmail-from-line)
21725 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21726 (feedmail-spray-this-address)
21727 (feedmail-spray-address-fiddle-plex-list)
21728 (feedmail-queue-use-send-time-for-date)
21729 (feedmail-queue-use-send-time-for-message-id)
21730 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21731 (feedmail-buffer-eating-function):
21732 Doc fixes.
21733 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21734 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21735 (feedmail-message-action-scroll-down): New functions.
21736 (feedmail-queue-directory, feedmail-queue-draft-directory):
21737 Use expand-file-name.
21738 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21739 Remove C-v help entry.
21740 (feedmail-queue-buffer-file-name): New variable.
21741 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21742 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21743 (feedmail-message-action-send-strong, feedmail-message-action-edit)
21744 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21745 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21746 (feedmail-message-action-toggle-spray)
21747 (feedmail-run-the-queue-no-prompts)
21748 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21749 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21750 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21751 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21752 (feedmail-envelope-deducer, feedmail-fiddle-from)
21753 (feedmail-fiddle-sender, feedmail-default-date-generator)
21754 (feedmail-fiddle-date, feedmail-fiddle-message-id)
21755 (feedmail-fiddle-spray-address)
21756 (feedmail-fiddle-list-of-spray-fiddle-plexes)
21757 (feedmail-fiddle-list-of-fiddle-plexes)
21758 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21759 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21760 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21761 Change default. Doc fix.
21762 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21763 (feedmail-binmail-linuxish-template): New constant.
21764 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
21765 Respect feedmail-sendmail-f-doesnt-sell-me-out.
21766 (feedmail-send-it): Add debug call.
21767 Use feedmail-queue-buffer-file-name, and
21768 feedmail-send-it-immediately-wrapper.
21769 (feedmail-message-action-send): Add debug call.
21770 Use feedmail-send-it-immediately-wrapper.
21771 (feedmail-queue-express-to-queue): Add debug call.
21772 Run feedmail-queue-express-hook.
21773 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
21774 (feedmail-message-action-help-blat):
21775 Rename from feedmail-queue-send-edit-prompt-help-first.
21776 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
21777 Check line-endings. Handle errors better.
21778 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21779 Doc fix. Add debug call.
21780 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
21781 Use feedmail-queue-send-edit-prompt-inner.
21782 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21783 (feedmail-queue-send-edit-prompt-inner): New function, extracted
21784 from feedmail-queue-send-edit-prompt.
21785 (feedmail-queue-send-edit-prompt-help)
21786 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21787 (feedmail-tidy-up-slug): Add debug call.
21788 Respect feedmail-queue-slug-suspect-regexp.
21789 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21790 (feedmail-dump-message-to-queue): Add debug call.
21791 Expand queue-directory.
21792 (feedmail-dump-message-to-queue): Change message slightly.
21793 Use feedmail-say-chatter.
21794 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
21795 (feedmail-send-it-immediately-wrapper): New function.
21796 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
21797 Insert empty string rather than newline. Handle full-frame case.
21798 Use catch/throw. Use feedmail-say-chatter.
21799 (feedmail-fiddle-from): Try mail-host-address.
21800 (feedmail-default-message-id-generator): Doc fix.
21801 Bind system-time-locale. Handle missing end.
21802 (feedmail-fiddle-x-mailer): Add debug call.
21803 Handle feedmail-x-mailer-line being nil.
21804 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21805 Add debug call. Use buffer-substring-no-properties.
21806 (feedmail-say-debug, feedmail-say-chatter): New functions.
21807 (feedmail-find-eoh): Give an explicit error.
21808
21809 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
21810
21811 * net/newst-treeview.el (newsticker-treeview-face): Change default
21812 family from helvetica to sans.
21813 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21814 etc/images/newsticker.
21815
21816 * net/newst-reader.el (newsticker-feed-face): Change default
21817 family from helvetica to sans.
21818
21819 * net/newst-plainview.el (newsticker-new-item-face)
21820 (newsticker-old-item-face, newsticker-immortal-item-face)
21821 (newsticker-obsolete-item-face, newsticker-date-face)
21822 (newsticker-statistics-face): Change default family from
21823 helvetica to sans.
21824 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21825 etc/images/newsticker.
21826
21827 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21828 (newsticker--process-auto-mark-filter-match): Tell user about
21829 auto-marking.
21830
21831 2011-05-13 Didier Verna <didier@xemacs.org>
21832
21833 Common Lisp indentation improvements on defmethod and lambda-lists.
21834 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21835 TODO entries.
21836 (lisp-lambda-list-keyword-parameter-indentation)
21837 (lisp-lambda-list-keyword-parameter-alignment)
21838 (lisp-lambda-list-keyword-alignment): New customizable user options.
21839 (lisp-indent-defun-method): Improve docstring.
21840 (extended-loop-p): Fix comment.
21841 (lisp-indent-lambda-list-keywords-regexp): New variable.
21842 (lisp-indent-lambda-list): New function.
21843 (lisp-indent-259): Use it.
21844 (lisp-indent-defmethod): Support for more than one
21845 method qualifier and properly indent methods lambda-lists.
21846 (defgeneric): Provide a missing common-lisp-indent-function property.
21847
21848 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21849
21850 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21851 bounds for the empty string (bug#8667).
21852
21853 2011-05-13 Glenn Morris <rgm@gnu.org>
21854
21855 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21856
21857 * mail/sendmail.el (sendmail-program): Try executable-find first.
21858 (sendmail-send-it): `sendmail-program' cannot be unbound.
21859
21860 * calendar/appt.el (appt-make-list): Simplify.
21861 (appt-time-msg-list): Doc fix.
21862 (appt-check): Change mode-line message at the time of the appointment.
21863
21864 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
21865
21866 * progmodes/ld-script.el (ld-script-keywords)
21867 (ld-script-builtins): Update keywords list.
21868
21869 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21870
21871 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21872
21873 * shell.el (shell-completion-vars): New function.
21874 (shell-mode):
21875 * simple.el (read-shell-command): Use it.
21876 (blink-matching-open): No need for " [...]" in minibuffer-message.
21877
21878 2011-05-12 Glenn Morris <rgm@gnu.org>
21879
21880 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21881 (appt-check): Simplify.
21882
21883 2011-05-12 Eli Zaretskii <eliz@gnu.org>
21884
21885 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
21886 literal "/dev/null".
21887
21888 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21889
21890 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21891 Fix typo.
21892
21893 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
21894
21895 * progmodes/which-func.el (which-function):
21896 Use add-log-current-defun instead of add-log-current-defun-function,
21897 which might not be defined (Bug#8260).
21898
21899 2011-05-12 Glenn Morris <rgm@gnu.org>
21900
21901 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21902 Let byte-compile-initial-macro-environment always take precedence.
21903
21904 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21905
21906 * net/rcirc.el: Add support for SSL/TLS connections.
21907 (rcirc-server-alist): New field `encryption'.
21908 (rcirc): Check `encryption' settings.
21909 (rcirc-connect): New arg `encryption'. Use open-network-stream.
21910 Merge make-local-variable into `set'.
21911 (rcirc--connection-open-p): New function.
21912 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21913 the process is not a network process (e.g. running gnutls-cli).
21914 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21915 Make rcirc-(en|de)code-coding-system local here.
21916 (rcirc-mode): Merge make-local-variable into `set'.
21917 (rcirc-parent-buffer): Make permanent buffer-local.
21918 (rcirc-multiline-minor-mode): Don't do it here.
21919 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21920 there's no server buffer.
21921
21922 2011-05-11 Glenn Morris <rgm@gnu.org>
21923
21924 * newcomment.el (comment-kill): Prefix "unused" local.
21925
21926 * term/w32console.el (get-screen-color): Declare.
21927
21928 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21929 Handle symbol elements of byte-compile-initial-macro-environment.
21930
21931 2011-05-10 Leo Liu <sdl.web@gmail.com>
21932
21933 * bookmark.el (bookmark-bmenu-mode-map):
21934 Bind bookmark-bmenu-search to `/'.
21935
21936 * mail/footnote.el: Convert to utf-8 encoding.
21937 (footnote-unicode-string, footnote-unicode-regexp): New variable.
21938 (Footnote-unicode): New function.
21939 (footnote-style-alist): Add unicode style to the list.
21940 (footnote-style): Doc fix.
21941
21942 2011-05-10 Jim Meyering <meyering@redhat.com>
21943
21944 Fix doubled-word typos.
21945 * international/quail.el (quail-insert-kbd-layout): and and -> and
21946 * kermit.el: and and -> and
21947 * net/ldap.el (ldap-search-internal): to to -> to
21948 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21949 * progmodes/js.el (js-mode): and and -> and
21950 * textmodes/artist.el (artist-move-to-xy): at at -> at
21951 (artist-draw-region-trim-line-endings): if if -> if
21952 And Safetyc -> Safety.
21953 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21954
21955 2011-05-10 Glenn Morris <rgm@gnu.org>
21956 Stefan Monnier <monnier@iro.umontreal.ca>
21957
21958 * files.el (hack-one-local-variable-eval-safep):
21959 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
21960
21961 2011-05-10 Glenn Morris <rgm@gnu.org>
21962
21963 * calendar/diary-lib.el (diary-list-entries-hook)
21964 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
21965 (diary-nongregorian-marking-hook, diary-list-entries)
21966 (diary-include-other-diary-files, diary-mark-entries)
21967 (diary-mark-included-diary-files): Doc fixes.
21968
21969 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21970
21971 * misc.el: Require tabulated-list.el during compilation.
21972
21973 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21974
21975 * progmodes/compile.el (compilation-start):
21976 Run compilation-filter-hook for the async case too.
21977 (compilation-filter-hook): Doc fix.
21978
21979 2011-05-09 Deniz Dogan <deniz@dogan.se>
21980
21981 * wdired.el: Remove outdated installation comment. Fix usage
21982 comment.
21983
21984 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
21985
21986 * misc.el: Implement new command `list-dynamic-libraries'.
21987 (list-dynamic-libraries--loaded-only-p): New variable.
21988 (list-dynamic-libraries--refresh): New function.
21989 (list-dynamic-libraries): New command.
21990
21991 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
21992
21993 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21994 Fix the ant regexp to handle end-line and end-column info from jikes.
21995 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
21996 higher priority to avoid clobbering by gnu.
21997
21998 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
21999
22000 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
22001 if the face has existing theme settings (Bug#8454).
22002
22003 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
22004
22005 * progmodes/perl-mode.el (perl-imenu-generic-expression):
22006 Only match variables declared via `my' or `our' (Bug#8261).
22007
22008 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
22009 special file names `.' and `..' (Bug#8259).
22010
22011 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22012
22013 * progmodes/grep.el (grep-mode-font-lock-keywords):
22014 Remove buffer-changing entries.
22015 (grep-filter): New function.
22016 (grep-mode): Add it to compilation-filter-hook.
22017
22018 * progmodes/compile.el (compilation-filter-hook)
22019 (compilation-filter-start): New defvars.
22020 (compilation-filter): Call compilation-filter-hook prior to
22021 updating the process mark.
22022
22023 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22024
22025 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
22026
22027 2011-05-07 Eli Zaretskii <eliz@gnu.org>
22028
22029 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
22030 mailclient-send-it even if window-system is nil. (Bug#8595)
22031
22032 * term/w32console.el (terminal-init-w32console):
22033 Call get-screen-color and use its output to set the frame
22034 background-mode. (Bug#8597)
22035
22036 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22037
22038 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22039 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22040 New functions.
22041 (defgeneric, eieio--defmethod): Use them.
22042 (eieio-defgeneric): Remove.
22043 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22044
22045 2011-05-07 Glenn Morris <rgm@gnu.org>
22046
22047 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22048 Use let rather than let*.
22049 (timeclock-find-discrep): Remove unused local.
22050
22051 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22052
22053 * calendar/appt.el (appt-time-msg-list): Doc fix.
22054
22055 2011-05-06 Noah Friedman <friedman@splode.com>
22056
22057 * apropos.el (apropos-print-doc): Only use
22058 emacs-lisp-docstring-fill-column when it is bound to an integer,
22059 per that variable's documentation.
22060
22061 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22062
22063 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22064 and warnings are not silently discarded (e.g. use -d instead of -P).
22065
22066 2011-05-06 Glenn Morris <rgm@gnu.org>
22067
22068 * calendar/appt.el (appt-message-warning-time): Doc fix.
22069 (appt-warning-time-regexp): New option.
22070 (appt-make-list): Respect appt-message-warning-time.
22071
22072 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22073 New options.
22074 (diary-add-to-list): Strip comments from the displayed string.
22075 (diary-mode): Set comment-start and comment-end.
22076
22077 * vc/diff-mode.el (smerge-refine-subst): Declare.
22078 (diff-refine-hunk): Don't require smerge-mode when compiling.
22079
22080 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22081
22082 * simple.el (list-processes): Return nil as the docstring says.
22083
22084 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22085
22086 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22087 to "".
22088 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22089 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22090 determining of binary transfer. (Bug#7383)
22091
22092 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22093
22094 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22095 Fix port computation bug. (Bug#8618)
22096
22097 2011-05-05 Glenn Morris <rgm@gnu.org>
22098
22099 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22100
22101 * simple.el (shell-dynamic-complete-functions)
22102 (comint-dynamic-complete-functions): Declare.
22103
22104 * net/network-stream.el (gnutls-negotiate):
22105 * simple.el (tabulated-list-print): Fix declarations.
22106
22107 * progmodes/gud.el (syntax-symbol, syntax-point):
22108 Remove unnecessary and incorrect declarations.
22109
22110 * emacs-lisp/check-declare.el (check-declare-scan):
22111 Handle byte-compile-initial-macro-environment in bytecomp.el.
22112
22113 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22114
22115 Fix earlier half-done eieio-defmethod change (bug#8338).
22116 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22117 Streamline and change calling convention.
22118 (defmethod): Adjust accordingly and simplify.
22119 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22120 new eieio--defmethod.
22121 (slot-boundp): Minor CSE simplification.
22122
22123 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22124
22125 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22126 (glasses-make-readable): Use glasses-separate-capital-groups.
22127
22128 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22129
22130 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22131 (warning-series): Doc fix.
22132 (display-warning): Don't try to create the buffer if we just found it.
22133
22134 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22135
22136 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22137 (autoload-find-generated-file): New function.
22138 (generate-file-autoloads): Bind generated-autoload-file to
22139 buffer-file-name.
22140 (update-file-autoloads, update-directory-autoloads):
22141 Use autoload-find-generated-file. If called interactively, prompt for
22142 output file (Bug#7989).
22143 (batch-update-autoloads): Doc fix.
22144
22145 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22146
22147 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22148
22149 2011-05-04 Glenn Morris <rgm@gnu.org>
22150
22151 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22152 function, so it follows changes in calendar-date-style.
22153 (diary-fancy-date-matcher): New function.
22154 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22155 (diary-fancy-font-lock-fontify-region-function):
22156 Use diary-fancy-date-pattern as a function.
22157
22158 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22159 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22160
22161 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22162
22163 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22164 instead of positional arguments. Allow :keylist and :crlfiles
22165 arguments.
22166 (open-gnutls-stream): Call it.
22167
22168 * net/network-stream.el (network-stream-open-starttls): Adjust to
22169 call `gnutls-negotiate' with :process and :hostname arguments.
22170
22171 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22172
22173 * minibuffer.el (completion--message): New function.
22174 (completion--do-completion, minibuffer-complete)
22175 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22176 (completion--do-completion): Don't ignore completion-auto-help when in
22177 icomplete-mode.
22178
22179 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22180 internal encoding (e.g. tibetan zero is not whitespace).
22181 (global-whitespace-mode): Prefer save-current-buffer.
22182 (whitespace-trailing-regexp): Remove useless save-match-data.
22183 (whitespace-empty-at-bob-regexp): Minor simplification.
22184
22185 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22186
22187 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22188
22189 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22190
22191 * textmodes/ispell.el (ispell-add-per-file-word-list):
22192 Use `concat' to create string for insertion.
22193
22194 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22195
22196 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22197 Avoid open-line which runs post-self-insert-hook.
22198 (bibtex-fill-entry): Remove unused `end' var.
22199
22200 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22201
22202 * textmodes/ispell.el (ispell-add-per-file-word-list):
22203 Protect against `nil' value of `comment-start' (Bug#8579).
22204
22205 2011-05-03 Leo Liu <sdl.web@gmail.com>
22206
22207 * isearch.el (isearch-yank-pop): New command.
22208 (isearch-mode-map): Bind it to `M-y'.
22209 (isearch-forward): Mention it.
22210
22211 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22212
22213 * simple.el (minibuffer-complete-shell-command): Remove.
22214 (minibuffer-local-shell-command-map): Use completion-at-point.
22215 (read-shell-command): Setup completion vars here instead.
22216 (read-expression-map): Bind TAB to symbol completion.
22217
22218 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22219 error directly rather via storing it into `results'.
22220
22221 2011-05-02 Leo Liu <sdl.web@gmail.com>
22222
22223 * vc/diff.el: Fix description.
22224
22225 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22226
22227 * server.el (server-eval-at): New function.
22228
22229 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22230
22231 * net/network-stream.el (open-network-stream): Take a :nowait
22232 parameter and pass it on to `make-network-process'.
22233 (network-stream-open-plain): Ditto.
22234
22235 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22236
22237 * faces.el (face-spec-set-match-display): Don't match toolkit
22238 options on terminal frames.
22239
22240 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22241
22242 * progmodes/pascal.el: Use lexical binding.
22243 (pascal-mode-map): Remove author preferences.
22244
22245 * pcomplete.el (pcomplete-std-complete): Don't abuse
22246 completion-at-point.
22247
22248 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22249
22250 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22251 removing code that has been dead since 1991 or so.
22252
22253 * startup.el (command-line): When warning about "_emacs", use a
22254 delayed warning to allow the user to filter it out.
22255
22256 2011-04-28 Deniz Dogan <deniz@dogan.se>
22257
22258 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22259 user has not joined.
22260
22261 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22262
22263 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22264 aren't any completions at point.
22265
22266 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22267
22268 * subr.el (display-delayed-warnings): New function.
22269 (delayed-warnings-hook): New variable.
22270
22271 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22272
22273 * minibuffer.el (completion-at-point, completion-help-at-point):
22274 Don't presume that a given completion-at-point-function will always
22275 use the same calling convention.
22276
22277 * pcomplete.el (pcomplete-completions-at-point):
22278 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22279 pcomplete-seen is non-nil.
22280 (pcomplete-comint-setup): Also recognize the new comint/shell
22281 completion functions.
22282 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22283 pcomplete-seen is non-nil.
22284
22285 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22286
22287 * calendar/icalendar.el (diary-lib): Add require statement.
22288 (icalendar--create-uid): Read out a uid from a text-property on
22289 the first character in the entry. This allows for code to add its
22290 own uid to the entry.
22291 (icalendar--convert-float-to-ical): Add export of
22292 `diary-float'-entries save for those with the optional DAY
22293 argument.
22294
22295 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22296
22297 * subr.el (shell-quote-argument): Use alternate escaping strategy
22298 when we spot a variable reference in a string.
22299
22300 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22301
22302 * cus-start.el (all): Define customization for debug-on-event.
22303
22304 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22305
22306 * subr.el (shell-quote-argument): Escape correctly under Windows.
22307
22308 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22309
22310 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22311
22312 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22313
22314 * net/tramp.el (tramp-process-actions): Add POS argument.
22315 Delete region between POS and (pos).
22316
22317 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22318 Use `nil' position in `tramp-process-actions' call.
22319 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22320
22321 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22322 position in `tramp-process-actions' call.
22323
22324 * net/trampver.el: Update release number.
22325
22326 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22327
22328 * custom.el (defcustom): Obey lexical-binding.
22329
22330 Fix octave-inf completion problems reported by Alexander Klimov.
22331 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22332 Inherit from octave-mode-syntax-table.
22333 (inferior-octave-mode): Set info-lookup-mode.
22334 (inferior-octave-completion-at-point): New function.
22335 (inferior-octave-complete): Use it and completion-in-region.
22336 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22337 comint-filename-completion.
22338 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22339 symbol elements which shouldn't be word elements.
22340 (octave-font-lock-keywords, octave-beginning-of-defun)
22341 (octave-function-header-regexp): Adjust regexps accordingly.
22342 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22343
22344 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22345
22346 * net/gnutls.el (gnutls-errorp): Declare before first use.
22347
22348 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22349
22350 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22351 verify-error, and verify-hostname-error parameters. Check whether
22352 default trustfile exists before going to use it. Add missing
22353 argument to gnutls-message-maybe call. Return value.
22354 Reported by Claudio Bley <claudio.bley@gmail.com>.
22355 (open-gnutls-stream): Add usage example.
22356
22357 * net/network-stream.el (network-stream-open-starttls): Give host
22358 parameter to `gnutls-negotiate'.
22359 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22360 * subr.el (shell-quote-argument): Escape correctly under Windows.
22361
22362 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22363
22364 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22365 Use correct match group (bug#8438).
22366
22367 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22368
22369 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22370 (package-menu--generate): New arg specifying packages to show.
22371 (package-menu-refresh, package-menu-execute, list-packages):
22372 Callers changed.
22373 (package-show-package-list): New function, replacing deleted
22374 package--list-packages (renamed because it is non-internal).
22375
22376 * finder.el (finder-list-matches): Use package-show-package-list
22377 instead of deleted package--list-packages.
22378
22379 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22380 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22381 (vc-annotate-mode-map): Bind it to RET.
22382
22383 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22384
22385 * progmodes/etags.el (next-file): Don't use set-buffer to change
22386 buffers (Bug#8478).
22387
22388 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22389
22390 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22391
22392 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22393 (apropos-accumulator): Doc fix.
22394 (apropos-function, apropos-macro, apropos-command)
22395 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22396 (apropos-plist): Add face property.
22397 (apropos-symbols-internal): Fix indentation.
22398 (apropos-print): Simplify help, and recognize apropos-multi-type.
22399 (apropos-print-doc): Use button-type-get to extract the button's
22400 face property. Fill docstring (Bug#8352).
22401
22402 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22403
22404 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22405
22406 * play/mpuz.el (mpuz-silent): Doc fix.
22407 (mpuz-mode-map): Use mapc.
22408 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22409 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22410 Fix typos in docstrings.
22411
22412 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22413 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22414
22415 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22416
22417 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22418
22419 * minibuffer.el (completion--do-completion): Avoid the "Next char
22420 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22421
22422 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22423 mouse-2 into unread-command-events, it is interpreted correctly.
22424
22425 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22426 (image-toggle-display): Doc fix.
22427
22428 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22429
22430 * textmodes/page.el (what-page): Use line-number-at-pos to
22431 calculate line number (Bug#6825).
22432
22433 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22434
22435 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22436 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22437 Pass argument NO-DEFAULT to `find-tag-interactive'.
22438
22439 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22440
22441 Lexical-binding cleanup.
22442
22443 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22444 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22445 * progmodes/ada-prj.el (ada-prj-initialize-values)
22446 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22447 (ada-prj-show-value):
22448 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22449 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22450 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22451 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22452 * progmodes/bug-reference.el (bug-reference-push-button):
22453 * progmodes/fortran.el (fortran-line-length):
22454 * progmodes/glasses.el (glasses-change):
22455 * progmodes/octave-mod.el (octave-fill-paragraph):
22456 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22457 (python-pdbtrack-grub-for-buffer, python-sentinel):
22458 * progmodes/sql.el (sql-save-connection):
22459 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22460 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22461 Mark unused parameters.
22462
22463 * progmodes/compile.el (compilation--flush-directory-cache)
22464 (compilation--flush-parse, compile-internal): Mark unused parameters.
22465 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22466 (compilation-next-error-function): Remove unused variable `timestamp'.
22467
22468 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22469 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22470
22471 * progmodes/dcl-mode.el (dcl-end-of-command):
22472 Remove unused variable `start'.
22473 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22474 (dcl-option-value-basic, dcl-option-value-offset)
22475 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22476 Mark unused parameters.
22477 (dcl-save-local-variable): Remove unused variable `val'.
22478 (mode): Declare.
22479
22480 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22481 Mark unused parameters.
22482 (delphi-ignore-changes): Move before first use.
22483 (delphi-charset-token-at): Remove unused variable `start'.
22484 (delphi-else-start): Remove unused variable `if-count'.
22485 (delphi-comment-block-start, delphi-comment-block-end):
22486 Remove unused variable `kind'.
22487 (delphi-indent-line): Remove unused variable `new-point'.
22488
22489 * progmodes/ebrowse.el (ebrowse-files-list)
22490 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22491 Mark unused parameters. Don't quote `lambda'.
22492 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22493 Don't quote `lambda'.
22494 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22495 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22496 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22497 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22498 Use `ignore-errors'.
22499 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22500 (ebrowse-view/find-file-and-search-pattern)
22501 (ebrowse-view/find-member-declaration/definition):
22502 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22503 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22504 Rename parameter PREFIX-ARG to PREFIX.
22505 (ebrowse-tags-read-name): Remove unused variables `start' and
22506 `member-info'.
22507 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22508 to `tags-file'.
22509
22510 * progmodes/etags.el (local-find-tag-hook): Declare.
22511 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22512 Mark unused parameters.
22513
22514 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22515 (executable-interpret): Mark unused parameter.
22516
22517 * progmodes/flymake.el (flymake-process-sentinel)
22518 (flymake-after-change-function)
22519 (flymake-create-temp-with-folder-structure)
22520 (flymake-get-include-dirs-dot): Mark unused parameters.
22521 (flymake-safe-delete-directory): Remove unused variable `err'.
22522
22523 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22524 (speedbar-timer-fn, speedbar-line-text)
22525 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22526 (speedbar-center-buffer-smartly): Declare functions.
22527 (gdb-find-watch-expression): Remove unused variable `array'.
22528 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22529 (gdb-starting): Mark unused parameters.
22530 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22531 (gdb-table-string): Remove unused variable `res'.
22532 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22533 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22534 (gdb-display-buffer): Remove unused variable `cur-size'.
22535
22536 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22537 allow lexical-binding compilation.
22538 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22539 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22540 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22541 Mark unused parameters.
22542 (gud-gdb-marker-filter): Remove unused variable `match'.
22543 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22544 lambda expressions and funcall them, instead of using `fset'.
22545
22546 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22547 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22548
22549 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22550 variable `header-beg'; use `let'.
22551
22552 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22553 `restart', `last-sexp' and `at-do'.
22554
22555 * progmodes/js.el (js--debug): Mark unused parameter.
22556 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22557 (js--splice-into-items): Remove unused variable `item'.
22558 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22559
22560 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22561 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22562 (makefile-complete): Remove unused variable `try'.
22563 (makefile-fill-paragraph, makefile-match-function-end):
22564 Mark unused parameters.
22565
22566 * progmodes/octave-inf.el (inferior-octave-complete):
22567 Remove unused variable `proc'.
22568 (inferior-octave-output-digest): Mark unused parameter.
22569
22570 * progmodes/perl-mode.el (perl-calculate-indent):
22571 Remove unused variable `err'.
22572
22573 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22574 (prolog-indent-line): Mark unused parameters.
22575 (prolog-indent-line): Remove unused variable `beg'.
22576
22577 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22578 (reporter-dont-compact-list): Declare.
22579
22580 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22581 Remove unused variable `char'.
22582 (sh-debug): Mark unused parameter.
22583 (sh-get-indent-info): Remove unused variable `start'.
22584 (sh-calculate-indent): Remove unused variable `var'.
22585
22586 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22587 (simula-electric-keyword): Remove unused variable `null'.
22588 (simula-search-backward, simula-search-forward): Remove unused
22589 variables `begin' and `end'.
22590
22591 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22592 Remove unused variable `pos'.
22593 (vera-electric-tab, vera-comment-uncomment-region):
22594 Mark unused parameters.
22595 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22596
22597 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22598
22599 * emacs-lisp/package.el (package--builtins, package-alist)
22600 (package-load-descriptor, package-built-in-p, package-activate)
22601 (define-package, package-installed-p)
22602 (package-compute-transaction, package-buffer-info)
22603 (package--push): Doc fix. Distinguish more clearly between
22604 version strings and version lists.
22605
22606 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22607
22608 Lexical-binding cleanup.
22609
22610 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22611 (5x5-make-mutate-best):
22612 * play/fortune.el (fortune-in-buffer):
22613 * play/gomoku.el (gomoku-init-display):
22614 * play/solitaire.el (solitaire, solitaire-do-check):
22615 * play/tetris.el (tetris-default-update-speed-function):
22616 Mark unused parameters.
22617
22618 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22619 (bubbles--shift): Remove unused variable `char-org'.
22620 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22621 (bubbles--show-images): Remove unused variable `char'.
22622
22623 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22624 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22625 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22626 (decipher-analyze-buffer): Use ?\s.
22627 (decipher-make-checkpoint): Remove unused variable `mapping'.
22628
22629 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22630
22631 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22632 Remove unused variable `result'; use `let'.
22633
22634 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22635 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22636 (gametree-children-shown-p, gametree-compute-reduced-score):
22637 Use `ignore-errors'.
22638
22639 * play/handwrite.el (ps-lpr-switches): Declare.
22640 (handwrite): Remove unused variables `pmin' and `lastp'.
22641
22642 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22643
22644 * play/landmark.el (landmark-init-display)
22645 (landmark-update-naught-weights): Mark unused parameters.
22646 (landmark-y): Remove unused variable `noise'. Simplify.
22647 (landmark-human-plays): Remove unused variable `score'.
22648
22649 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22650 (mpuz-try-proposal): Remove unused variable `game'.
22651
22652 * play/zone.el (life-patterns): Declare.
22653
22654 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22655
22656 * vc/vc.el (ediff-vc-internal): Declare function.
22657
22658 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22659
22660 * shell.el: Use lexical-binding and std completion UI.
22661 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22662 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22663 comint-preoutput-filter-functions rather than on
22664 comint-output-filter-functions.
22665 (shell-command-completion, shell--command-completion-data)
22666 (shell-filename-completion, shell-environment-variable-completion)
22667 (shell-c-a-p-replace-by-expanded-directory): New functions.
22668 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22669 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22670 (shell-dynamic-complete-environment-variable): Use them.
22671 (shell-dynamic-complete-as-environment-variable)
22672 (shell-dynamic-complete-as-command): Remove.
22673 (shell-match-partial-variable): Match past point.
22674 * comint.el: Clean up use of completion-at-point-functions.
22675 (comint-completion-at-point): New function.
22676 (comint-mode): Use it completion-at-point-functions.
22677 (comint-dynamic-complete): Make it obsolete.
22678 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22679 (comint-c-a-p-replace-by-expanded-history): New function.
22680 (comint-dynamic-complete-functions)
22681 (comint-replace-by-expanded-history): Use it.
22682 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22683 termination strings. Try harder to avoid second try-completion.
22684 (completion-in-region-mode-map): Disable bindings that don't work yet.
22685
22686 * comint.el: Use lexical-binding. Require CL.
22687 (comint-dynamic-complete-functions): Use comint-filename-completion.
22688 (comint-completion-addsuffix): Tweak custom type.
22689 (comint-filename-completion, comint--common-suffix)
22690 (comint--common-quoted-suffix, comint--table-subvert)
22691 (comint--complete-file-name-data): New functions.
22692 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22693 (comint-dynamic-list-filename-completions): Use them.
22694 (comint-dynamic-simple-complete): Make obsolete.
22695
22696 * minibuffer.el (completion-in-region-mode):
22697 Keep completion-in-region-mode--predicate global.
22698 (completion-in-region--postch):
22699 Assume completion-in-region-mode--predicate is not null.
22700
22701 * progmodes/flymake.el (flymake-start-syntax-check-process):
22702 Obey `dir'. Simplify.
22703
22704 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22705 we're in VC after all.
22706
22707 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
22708
22709 * vc/vc.el (vc-diff-build-argument-list-internal)
22710 (vc-version-ediff, vc-ediff): New commands.
22711 (vc-version-diff): Use vc-diff-build-argument-list-internal.
22712
22713 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22714
22715 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22716 add sanity check.
22717
22718 * obsolete/erc-hecomplete.el: Make obsolete.
22719 * obsolete/: Standardize obsolescence info in the header.
22720
22721 2011-04-20 Glenn Morris <rgm@gnu.org>
22722
22723 * calendar/solar.el (solar-horizontal-coordinates):
22724 Use the longitude argument rather than `calendar-longitude'.
22725 (solar-date-next-longitude): Remove unused locals.
22726
22727 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22728
22729 * whitespace.el: New version 13.2.1.
22730
22731 2011-04-20 felix <EmacsWiki> (tiny change)
22732
22733 * whitespace.el (global-whitespace-mode): Keep highlight when
22734 switching between major modes on a file.
22735
22736 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22737
22738 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22739 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22740 multi-line comments as well.
22741
22742 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
22743
22744 Lexical-binding cleanup.
22745
22746 * arc-mode.el (archive-mode-revert):
22747 * cmuscheme.el (scheme-interactively-start-process):
22748 * custom.el (custom-initialize-delay):
22749 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22750 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22751 * emacs-lock.el (emacs-lock-clear-sentinel):
22752 * ezimage.el (defezimage):
22753 * follow.el (follow-avoid-tail-recenter):
22754 * fringe.el (set-fringe-mode-1):
22755 * generic-x.el (bat-generic-mode-compile):
22756 * help-mode.el (help-info-variable, help-do-xref)
22757 (help-mode-revert-buffer):
22758 * help.el (view-emacs-todo):
22759 * iswitchb.el (iswitchb-completion-help):
22760 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22761 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22762 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22763 * locate.el (locate-update):
22764 * longlines.el (longlines-encode-region)
22765 (longlines-after-change-function):
22766 * outline.el (outline-isearch-open-invisible):
22767 * ps-def.el (declare-function, charset-dimension, char-width)
22768 (encode-char):
22769 * ps-mule.el (ps-mule-plot-string):
22770 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22771 (recentf-edit-list-select, recentf-edit-list-validate)
22772 (recentf-open-files-action):
22773 * rect.el (delete-whitespace-rectangle-line)
22774 (rectangle-number-line-callback):
22775 * register.el (window-configuration-to-register)
22776 (frame-configuration-to-register):
22777 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22778 * select.el (xselect-convert-to-string, xselect-convert-to-length)
22779 (xselect-convert-to-targets, xselect-convert-to-delete)
22780 (xselect-convert-to-filename, xselect-convert-to-charpos)
22781 (xselect-convert-to-lineno, xselect-convert-to-colno)
22782 (xselect-convert-to-os, xselect-convert-to-host)
22783 (xselect-convert-to-user, xselect-convert-to-class)
22784 (xselect-convert-to-name, xselect-convert-to-integer)
22785 (xselect-convert-to-atom, xselect-convert-to-identity):
22786 * subr.el (declare, ignore, process-kill-without-query)
22787 (text-clone-maintain):
22788 * terminal.el (te-get-char, te-tic-sentinel):
22789 * tool-bar.el (tool-bar-make-keymap):
22790 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22791 * type-break.el (type-break-mode, type-break-noninteractive-query):
22792 * view.el (View-back-to-mark):
22793 * wid-browse.el (widget-browse-action, widget-browse-widget)
22794 (widget-browse-widgets, widget-browse-sexp):
22795 * widget.el (define-widget-keywords):
22796 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22797 Mark unused parameters.
22798
22799 * align.el (align-adjust-col-for-rule): Mark unused parameter.
22800 (align-areas): Remove unused variable `look'.
22801 (align-region): Remove unused variables `real-end' and `pos-list'.
22802
22803 * apropos.el (apropos-score-doc): Remove unused variable `i'.
22804
22805 * bindings.el (mode-line-modified, mode-line-remote):
22806 Mark unused parameters.
22807 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22808
22809 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22810 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22811
22812 * comint.el (comint-history-isearch-pop-state)
22813 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22814 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22815 (comint-substitute-in-file-name): Doc fix.
22816
22817 * completion.el (cmpl-statistics-block): Mark unused parameter.
22818 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22819 (save-completions-to-file, load-completions-from-file):
22820 Remove unused local variable `e'.
22821
22822 * composite.el (compose-chars): Remove unused variable `len'.
22823 (lgstring-insert-glyph): Remove unused variable `g'.
22824 (compose-glyph-string): Remove unused variables `ascent',
22825 `descent', `lbearing' and `rbearing'.
22826 (compose-glyph-string-relative): Remove unused variables
22827 `lbearing', `rbearing' and `wadjust'.
22828 (compose-gstring-for-graphic): Remove unused variables `header',
22829 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
22830 (compose-gstring-for-terminal): Remove unused variables `header'
22831 and `nchars'. Use `let', not `let*'.
22832
22833 * cus-edit.el (Custom-set, Custom-save, custom-reset)
22834 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22835 (Custom-buffer-done, custom-buffer-create-internal)
22836 (custom-browse-visibility-action, custom-browse-group-tag-action)
22837 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22838 (widget-magic-mouse-down-action, custom-toggle-parent)
22839 (custom-add-parent-links, custom-toggle-hide-variable)
22840 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22841 (custom-toggle-hide-face, face, hook, custom-group-link-action)
22842 (custom-face-menu-create, custom-variable-menu-create, get)
22843 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22844 (custom-reset-standard-save-and-update): Remove unused variable `value'.
22845 (customize-apropos): Remove unused variable `tests'.
22846 (custom-group-value-create): Remove unused variable `hidden-p'.
22847 (sort-fold-case): Declare.
22848
22849 * cus-theme.el (custom-reset-standard-faces-list)
22850 (custom-reset-standard-variables-list): Declare.
22851 (customize-create-theme, custom-theme-revert, custom-theme-write)
22852 (custom-theme-choose-mode, customize-themes, custom-theme-save):
22853 Mark unused parameters.
22854
22855 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22856
22857 * delim-col.el (delimit-columns-max): Move defvar before first use.
22858
22859 * descr-text.el (describe-char-categories): Don't quote `lambda'.
22860 (describe-char): Don't quote `lambda'. Mark unused parameter.
22861
22862 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22863 (auto-insert): Declare.
22864 (desktop-restore-file-buffer): Rename desktop-* parameters;
22865 mark unused ones.
22866 (desktop-create-buffer): Rename desktop-* parameters and bind them.
22867 (desktop-buffer): Rename desktop-* parameters.
22868
22869 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22870 (dframe-reposition-frame-xemacs, dframe-help-echo)
22871 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22872 Mark unused parameters.
22873
22874 * dired-aux.el (backup-extract-version-start, overwrite-query)
22875 (overwrite-backup-query, rename-regexp-query)
22876 (rename-non-directory-query): Declare.
22877 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22878 (dired-add-entry): Remove unused variable `orig-file-name'.
22879 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22880 Use parameter PRESERVE-TIME instead of accessing dynamic variable
22881 `dired-copy-preserve-time' directly.
22882 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22883 (dired-insert-subdir-newpos): Rename unused variable `pos'.
22884
22885 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22886 (dired-virtual-revert, dired-make-relative-symlink):
22887 Mark unused parameters.
22888 (manual-program): Declare.
22889 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22890 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22891 wrapped in `with-no-warnings' to avoid replacing one warning by another.
22892
22893 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22894
22895 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22896
22897 * echistory.el (electric-history-in-progress, Helper-return-blurb):
22898 Declare.
22899
22900 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22901
22902 * electric.el (Electric-command-loop): Rename parameter
22903 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22904
22905 * expand.el (expand-in-literal): Remove unused variable `here'.
22906
22907 * facemenu.el (facemenu-add-new-color):
22908 Remove unused variable `docstring'.
22909
22910 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22911 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22912 (face-attr-construct): Mark unused parameter. Doc fix.
22913 (read-color): Remove unused variable `hex-string'.
22914
22915 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22916 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22917 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22918 (display-buffer-other-frame): Remove unused variable `old-window'.
22919 (kill-buffer-hook): Declare.
22920 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22921 Mark unused parameters.
22922 (after-find-file): Pass 1 to `auto-save-mode', not t.
22923
22924 * files-x.el (auto-insert): Declare.
22925 (modify-file-local-variable-prop-line): Remove unused variable `val'.
22926
22927 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
22928 variable `buf'. Mark unused parameter.
22929 (find-lisp-insert-directory): Mark unused parameter.
22930
22931 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22932 (format-encode-region): Remove unused variables `cur-buf' and `result'.
22933 (format-common-tail): Remove, unused.
22934 (format-deannotate-region): Remove unused variable `loc'.
22935 (format-annotate-region): Remove unused variable `p'.
22936 (format-annotate-single-property-change): Remove unused variables
22937 `default' and `tail'.
22938
22939 * forms.el (read-file-filter): Declare.
22940 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22941
22942 * frame.el (frame-creation-function-alist): Mark unused parameter.
22943 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22944
22945 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22946 Remove unused parameters.
22947 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22948 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22949
22950 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22951 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22952 (hfy-prepare-tag-map): Mark unused parameters.
22953 (htmlfontify-buffer): Use `called-interactively-p'.
22954
22955 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22956 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22957 (ibuffer-do-occur): Mark unused parameters.
22958 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22959 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22960
22961 * ibuffer.el: Don't quote `lambda'.
22962 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
22963 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
22964 Mark unused parameters.
22965
22966 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
22967 (ido-completing-read): Mark unused parameters.
22968 (ido-copy-current-word): Mark unused parameters;
22969 remove unused variable `name'.
22970 (ido-sort-merged-list): Remove unused parameter `dirs'.
22971
22972 * ielm.el (ielm-input-sender): Mark unused parameter.
22973 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
22974 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
22975 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
22976 `ielm-string' as a dynamic variable accessible from the IELM prompt.
22977 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
22978
22979 * image-dired.el (image-dired-display-thumbs): Remove unused
22980 variables `curr-file' and `count'.
22981 (image-dired-remove-tag): Remove unused variable `start'.
22982 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
22983 variable `curr-file'
22984 (image-dired-rotate-original): Remove unused variable `temp-file'.
22985 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
22986 Remove unused variable `file'.
22987 (image-dired-gallery-generate): Remove unused variable `curr'.
22988 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
22989
22990 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
22991
22992 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
22993
22994 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
22995
22996 * isearch.el (minibuffer-history-symbol): Declare.
22997 (isearch-edit-string): Remove unused variable `err'.
22998 (isearch-message-prefix, isearch-message-suffix):
22999 Mark unused parameters.
23000
23001 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
23002
23003 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
23004
23005 * makesum.el (double-column): Remove unused variable `cnt'.
23006
23007 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
23008 (ido-ignore-item-temp-list): Declare.
23009
23010 * mouse-drag.el (mouse-drag-throw): Remove unused variables
23011 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
23012 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
23013 (mouse-drag-drag): Remove unused variables `mouse-delta' and
23014 `mouse-col-delta'.
23015
23016 * mouse-sel.el (mouse-extend-internal):
23017 Remove unused variable `orig-window-frame'.
23018
23019 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
23020 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
23021 Move declarations before first use.
23022 (pcomplete-opt): Mark unused parameters; doc fix.
23023
23024 * proced.el (proced-revert): Mark unused parameter.
23025 (proced-send-signal): Remove unused variable `err'.
23026
23027 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
23028 Rename parameter PREFIX-ARG to ARG.
23029 (ps-basic-plot-string, ps-basic-plot-whitespace):
23030 Mark unused parameters.
23031
23032 * replace.el (replace-count): Define.
23033 (occur-revert-function): Mark unused parameters.
23034 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
23035 (isearch-case-fold-search, isearch-string): Declare.
23036 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23037 bind `case-fold-search'. Remove unused variables `beg' and `end',
23038 and simplify.
23039 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23040 COUNT and bind `replace-count'.
23041 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23042 to COUNT.
23043
23044 * savehist.el (print-readably, print-string-length): Declare.
23045
23046 * shadowfile.el (shadow-expand-cluster-in-file-name):
23047 Remove unused variable `cluster'.
23048 (shadow-copy-file): Remove unused variable `i'.
23049 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23050 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23051 (shadow-define-literal-group, shadow-define-regexp-group)
23052 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23053
23054 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23055 (shell): Use `called-interactively-p'.
23056 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23057
23058 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23059 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23060 (delete-backward-char): Remove unused variable `ocol'.
23061 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23062 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23063 (event-apply-hyper-modifier, event-apply-shift-modifier)
23064 (event-apply-control-modifier, event-apply-meta-modifier):
23065 Mark unused parameters.
23066 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23067 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23068
23069 * speedbar.el (speedbar-ignored-directory-expressions)
23070 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23071 (speedbar-find-file, speedbar-dir-follow)
23072 (speedbar-directory-buttons-follow, speedbar-tag-find)
23073 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23074 (speedbar-buffers-line-directory, speedbar-buffer-click):
23075 Mark unused parameters.
23076 (speedbar-tag-file): Remove unused variable `mode'.
23077 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23078
23079 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23080
23081 * talk.el (talk): Remove unused variable `display'.
23082
23083 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23084 (tar-write-region-annotate): Mark unused parameter.
23085
23086 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23087 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23088 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23089 warning by another.
23090
23091 * time-stamp.el (time-stamp-string-preprocess):
23092 Remove unused variable `require-padding'.
23093
23094 * tree-widget.el (widget-glyph-enable): Declare.
23095 (tree-widget-action): Mark unused parameter.
23096
23097 * w32-fns.el (x-get-selection): Mark unused parameter.
23098 (autoload-make-program, generated-autoload-file): Declare.
23099
23100 * wdired.el (wdired-revert): Mark unused parameters.
23101 (wdired-xcase-word): Remove unused variable `err'.
23102
23103 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23104 (whitespace-help-scroll): Remove unused variable `data-help'.
23105
23106 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23107 (widget-image-insert, widget-after-change, default)
23108 (widget-default-format-handler, widget-default-notify)
23109 (widget-default-prompt-value, widget-info-link-action)
23110 (widget-url-link-action, widget-function-link-action)
23111 (widget-variable-link-action, widget-file-link-action)
23112 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23113 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23114 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23115 (widget-insert-button-action, widget-delete-button-action, visibility)
23116 (widget-documentation-link-action, widget-documentation-string-action)
23117 (widget-const-prompt-value, widget-regexp-match, symbol)
23118 (widget-coding-system-prompt-value)
23119 (widget-key-sequence-value-to-external, sexp)
23120 (widget-sexp-value-to-internal, character, vector, cons)
23121 (widget-choice-prompt-value, widget-boolean-prompt-value)
23122 (widget-color--choose-action): Mark unused parameters.
23123 (widget-item-match-inline, widget-choice-match-inline)
23124 (widget-checklist-match, widget-checklist-match-inline)
23125 (widget-group-match): Rename parameter VALUES to VALS.
23126 (widget-field-value-set): Remove unused variable `size'.
23127 (widget-color-action): Remove unused variables `value' and `start'.
23128
23129 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23130 variable `dir'. Doc fix.
23131 (windmove-find-other-window): Don't pass it.
23132
23133 * window.el (count-windows): Mark unused parameter.
23134 (bw-adjust-window): Remove unused variable `err'.
23135
23136 * woman.el (woman-file-name): Remove unused variable `default'.
23137 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23138 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23139 (global-font-lock-mode): Declare.
23140 (woman-decode-region): Mark unused parameter.
23141 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23142
23143 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23144 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23145 (x-dnd-handle-moz-url): Remove unused variable `title'.
23146 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23147
23148 * xml.el (xml-parse-tag, xml-parse-attlist):
23149 Remove unused variable `pos'.
23150
23151 2011-04-19 Glenn Morris <rgm@gnu.org>
23152
23153 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23154 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23155 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23156 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23157 * calendar/cal-html.el (cal-html-insert-minical):
23158 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23159 (calendar-mark-date-pattern):
23160 Prefix "unused" locals.
23161
23162 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23163 optional argument `style'.
23164
23165 * calendar/appt.el (appt-make-list):
23166 * calendar/cal-china.el (calendar-chinese-date-string):
23167 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23168 (diary-hebrew-yahrzeit):
23169 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23170 * calendar/calendar.el (calendar-generate-window):
23171 * calendar/time-date.el (time-to-days):
23172 Remove unused local variables.
23173
23174 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23175
23176 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23177 glyphless-char-display table.
23178 (tabulated-list-glyphless-char-display): New var.
23179
23180 2011-04-18 Sam Steingold <sds@gnu.org>
23181
23182 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23183 to acknowledgments.
23184
23185 2011-04-17 Glenn Morris <rgm@gnu.org>
23186
23187 * calendar/diary-lib.el (diary-sexp-entry):
23188 * calendar/holidays.el (holiday-sexp):
23189 Set debug-on-error rather than the removed stack-trace-on-error.
23190
23191 2011-04-16 Glenn Morris <rgm@gnu.org>
23192
23193 * progmodes/f90.el: Use lexical-binding.
23194 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23195
23196 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23197
23198 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23199 (mail-mode): Setup mailalias completion here instead.
23200 * mail/mailalias.el: Use lexical-binding.
23201 (pattern, mailalias-done): Declare dynamic.
23202 (mail-completion-at-point-function): New function, from mail-complete.
23203 (mail-complete): Use it.
23204 (mail-completion-expand): New function.
23205 (mail-get-names): Use it.
23206 (mail-directory, mail-directory-process, mail-directory-stream):
23207 Don't use `pattern' for lexically bound arg.
23208
23209 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23210
23211 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23212 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23213 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23214
23215 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23216 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23217 (byte-interactive-p): Define them again, for use when inlining
23218 old code.
23219
23220 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23221
23222 * loadup.el: Use `string-to-number', not `string-to-int'.
23223
23224 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23225
23226 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23227 gud-gdb-complete-command.
23228 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23229 (gud-gdb-completion-at-point): New function.
23230 (gud-gdb-completions): Remove.
23231
23232 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23233
23234 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23235 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23236 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23237 whether `executable-find' is bound.
23238
23239 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23240
23241 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23242
23243 * minibuffer.el (completion-in-region-mode-predicate)
23244 (completion-in-region-mode--predicate): New vars.
23245 (completion-in-region, completion-in-region--postch)
23246 (completion-in-region-mode): Use them.
23247 (completion--capf-wrapper): Also return the hook function.
23248 (completion-at-point, completion-help-at-point):
23249 Adjust and provide a predicate.
23250
23251 Preserve arg names for advice of subr and lexical functions (bug#8457).
23252 * help-fns.el (help-function-arglist): Consolidate the subr and
23253 new-byte-code cases. Add argument `preserve-names' to extract names
23254 from the docstring when needed.
23255 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23256 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23257 (ad-arglist): Use help-function-arglist's new arg.
23258 (ad-definition-type): Use cond.
23259
23260 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23261
23262 * autorevert.el (auto-revert-handler):
23263 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23264 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23265 Don't quote lambda.
23266
23267 * image-mode.el (image-transform-set-scale):
23268 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23269
23270 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23271
23272 * net/network-stream.el (network-stream-open-starttls): Only do
23273 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23274 Upgrades via gnutls-cli are too slow to be done opportunistically.
23275
23276 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23277
23278 * dframe.el (dframe-current-frame): Remove spurious quote.
23279
23280 2011-04-12 Glenn Morris <rgm@gnu.org>
23281
23282 * calendar/cal-tex.el (cal-tex-end-document):
23283 Try to automatically use latin1 input if needed.
23284
23285 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23286 Don't try to cons a mark onto an empty element.
23287
23288 2011-04-11 Leo Liu <sdl.web@gmail.com>
23289
23290 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23291 buffers.
23292 (ido-kill-buffer-at-head): Support killing virtual buffers.
23293
23294 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23295
23296 * minibuffer.el (completion-show-inline-help): New var.
23297 (completion--do-completion, minibuffer-complete)
23298 (minibuffer-force-complete, minibuffer-complete-word):
23299 Inhibit minibuffer messages if completion-show-inline-help is nil.
23300
23301 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23302 to avoid interference from inline help (Bug#5849).
23303
23304 2011-04-10 Leo Liu <sdl.web@gmail.com>
23305
23306 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23307 Fix typo.
23308
23309 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23310
23311 * image-mode.el (image-toggle-display-image): Signal an error if
23312 not in Image mode.
23313 (image-transform-mode, image-transform-resize)
23314 (image-transform-set-rotation): Doc fix.
23315 (image-transform-set-resize): Delete.
23316 (image-transform-set-scale, image-transform-fit-to-height)
23317 (image-transform-fit-to-width): Handle image-toggle-display-image
23318 and image-transform-resize directly.
23319
23320 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23321
23322 * doc-view.el (doc-view-fit-width-to-window)
23323 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23324 New functions for fitting the shown image to the Emacs window size.
23325 (doc-view-mode-map): Add bindings for the new functions.
23326
23327 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23328
23329 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23330 Fix typo in docstring.
23331
23332 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23333
23334 * files.el (file-size-human-readable): Produce one digit after
23335 decimal, like "ls -lh" does.
23336
23337 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23338 the file size representation.
23339
23340 * simple.el (list-processes): If async subprocesses are not
23341 available, error out with a clear error message.
23342
23343 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23344
23345 * help.el (help-form-show): New function, to be called from C.
23346 Put help-form output in a buffer named differently than *Help*.
23347
23348 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23349
23350 * files.el (file-size-human-readable): New function.
23351
23352 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23353 computing the representation inline. Don't require `cl'.
23354
23355 2011-04-08 Glenn Morris <rgm@gnu.org>
23356
23357 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23358
23359 * net/browse-url.el (browse-url-firefox):
23360 Test system-type, not system-configuration.
23361
23362 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23363 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23364 Use log-edit-empty-buffer-p. (Bug#7598)
23365
23366 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23367 (rlogin-mode-map): Initialize in the defvar.
23368 (rlogin): Use ignore-errors.
23369
23370 * replace.el (occur-mode-map): Some fixes for menu items.
23371
23372 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23373
23374 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23375
23376 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23377
23378 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23379 issuing unused warnings.
23380
23381 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23382 macro directly.
23383
23384 * simple.el: Lisp reimplement of list-processes. Based on an
23385 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23386 (process-menu-mode): New major mode.
23387 (list-processes--refresh, list-processes):
23388 (process-menu-visit-buffer): New functions.
23389
23390 * files.el (save-buffers-kill-emacs): Don't assume any return
23391 value of list-processes, which is undocumented anyway.
23392
23393 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23394
23395 * emacs-lisp/tabulated-list.el: New file.
23396
23397 * emacs-lisp/package.el: Use Tabulated List mode.
23398 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23399 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23400 table format using Tabulated List mode variables.
23401 (package--push): New macro, replacing package-list-maybe-add.
23402 (package-menu--generate): Use package--push. Renamed from
23403 package--generate-package-list.
23404 (package-menu-refresh, list-packages): Use it.
23405 (package-menu--print-info): Rename from package-print-package.
23406 Return insertion data instead of inserting it directly.
23407 (package-menu-describe-package, package-menu-execute):
23408 Use tabulated-list-get-id.
23409 (package-menu-mark-delete, package-menu-mark-install)
23410 (package-menu-mark-unmark, package-menu-backup-unmark)
23411 (package-menu-mark-obsolete-for-deletion):
23412 Use tabulated-list-put-tag.
23413 (package--list-packages, package-menu-revert)
23414 (package-menu-get-package, package-menu-get-version)
23415 (package-menu-sort-by-column): Functions deleted.
23416 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23417 (package-menu--status-predicate, package-menu--version-predicate)
23418 (package-menu--name-predicate)
23419 (package-menu--description-predicate): Handle arguments in the
23420 Tabulated List format.
23421 (package-list-packages-no-fetch): Call list-packages.
23422
23423 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23424
23425 * files.el (after-find-file-from-revert-buffer): Remove variable.
23426 (after-find-file): Don't bind it.
23427 (revert-buffer-in-progress-p): New variable.
23428 (revert-buffer): Bind it.
23429 Pass nil for `after-find-file-from-revert-buffer'.
23430
23431 * saveplace.el (save-place-find-file-hook): Use new variable
23432 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23433
23434 2011-04-06 Glenn Morris <rgm@gnu.org>
23435
23436 * Makefile.in (AUTOGEN_VCS): New variable.
23437 (autoloads): Use $AUTOGEN_VCS.
23438
23439 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23440 * calendar/calendar.el (calendar-mode-map):
23441 Check for toolkit scroll bars. (Bug#8305)
23442
23443 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23444
23445 * minibuffer.el (completion-in-region--postch)
23446 (completion-in-region-mode): Remove unnecessary messages.
23447
23448 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23449
23450 * font-lock.el (font-lock-refresh-defaults):
23451 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23452 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23453
23454 * info.el (Info-directory-list, Info-read-node-name-2)
23455 (Info-split-parameter-string): Doc fixes.
23456 (Info-virtual-nodes): Reflow docstring.
23457 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23458 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23459 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23460 Fix typos in docstrings.
23461 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23462 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23463 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23464 (Info-restore-desktop-buffer): Mark unused parameters.
23465 (Info-directory-find-file, Info-directory-find-node)
23466 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23467 (Info-virtual-index-find-node, Info-apropos-find-file)
23468 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23469 Mark unused parameters; fix typos in docstrings.
23470 (Info-virtual-index): Remove unused local variable `nodename'.
23471
23472 2011-04-05 Deniz Dogan <deniz@dogan.se>
23473
23474 * net/rcirc.el: Update my e-mail address.
23475 (rcirc-mode-map): Remove M-o binding.
23476
23477 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23478
23479 * startup.el (command-line): Save the cursor's theme-face
23480 directly, instead of using face-override-spec.
23481
23482 * custom.el (load-theme): Minor optimization in assigning faces.
23483
23484 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23485
23486 * help-fns.el (describe-variable): Complete all variables having
23487 documentation, including keywords.
23488 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23489
23490 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23491
23492 Convert to lexical-binding.
23493
23494 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23495 (bs--get-marked-string, bs--get-modified-string)
23496 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23497 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23498 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23499
23500 * ehelp.el (electric-help-execute-extended)
23501 (electric-help-ctrl-x-prefix):
23502 * hexl.el (hexl-revert-buffer-function):
23503 * linum.el (linum-after-change, linum-after-scroll):
23504 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23505
23506 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23507
23508 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23509
23510 * epa-dired.el:
23511 * epa-mail.el:
23512 * epa-hook.el:
23513 * epa-file.el:
23514 * epa.el:
23515 * epg.el: Use lexical binding.
23516
23517 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23518
23519 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23520
23521 * textmodes/flyspell.el (flyspell-word): Recognize default
23522 dictionary case for flyspell-mark-duplications-exceptions.
23523 Use regexp matching for languages.
23524 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23525 default dictionary (Bug#7926).
23526
23527 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23528
23529 * emacs-lisp/package.el (package--with-work-buffer):
23530 Recognize https URLs.
23531
23532 * net/network-stream.el: Move from gnus/proto-stream.el.
23533 Change prefix to network-stream throughout.
23534 (open-protocol-stream): Merge into open-network-stream, leaving
23535 open-protocol-stream as an alias. Handle nil BUFFER args.
23536
23537 * subr.el (open-network-stream): Move to net/network-stream.el.
23538
23539 2011-04-02 Glenn Morris <rgm@gnu.org>
23540
23541 * find-dired.el (find-exec-terminator): New option.
23542 (find-ls-option): Test for -ls support.
23543 (find-ls-subdir-switches): Test for -b in find-ls-option.
23544 (find-dired, find-grep-dired): Doc fixes.
23545 (find-dired): Use find-exec-terminator.
23546
23547 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23548 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23549 (find-name-arg): Remove purecopy.
23550
23551 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23552 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23553 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23554 accordingly. Don't add the null-device if not needed.
23555
23556 * files.el (save-some-buffers): Doc fix.
23557
23558 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23559
23560 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23561
23562 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23563
23564 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23565 Use `dolist' rather than `mapcar'.
23566
23567 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23568
23569 Add lexical binding.
23570
23571 * subr.el (apply-partially): Use new closures rather than CL.
23572 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23573 (dolist, dotimes): Use slightly different expansion for lexical code.
23574 (functionp): Move to C.
23575 (letrec): New macro.
23576 (with-wrapper-hook): Use it and apply-partially instead of CL.
23577 (eval-after-load): Preserve lexical-binding.
23578 (save-window-excursion, with-output-to-temp-buffer): Turn them
23579 into macros.
23580
23581 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23582
23583 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23584 than the arglist.
23585 (help-add-fundoc-usage): Don't add `Not documented'.
23586 (help-function-arglist): Handle closures, subroutines, and new
23587 byte-code-functions.
23588 (help-make-usage): Remove leading underscores.
23589 (describe-function-1): Handle closures.
23590 (describe-variable): Use special-variable-p for completion.
23591
23592 * files.el (lexical-binding): Declare safe.
23593
23594 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23595 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23596 (pcase): Add `let' pattern.
23597 Change memoization so it actually works.
23598 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23599 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23600 <let>: New case.
23601
23602 * emacs-lisp/macroexp.el: Use lexical binding.
23603 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23604 Don't convert ' to #' without checking that it's indeed quoting
23605 a lambda.
23606
23607 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23608 Use eval-sexp-add-defvars.
23609 (eval-sexp-add-defvars): New fun.
23610
23611 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23612
23613 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23614 Don't autoload.
23615 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23616 than the internal `byte-compile-lambda'.
23617 (defmethod): Don't hide code under quotes.
23618 (eieio-defmethod): New `code' argument.
23619
23620 * emacs-lisp/eieio-comp.el: Remove.
23621
23622 * emacs-lisp/edebug.el (edebug-eval-defun)
23623 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23624 (edebug-toggle): Avoid `eval'.
23625
23626 * emacs-lisp/disass.el (disassemble-internal): Handle new
23627 `closure' objects.
23628 (disassemble-1): Handle new byte codes.
23629
23630 * emacs-lisp/cl.el (pushnew): Silence warning.
23631
23632 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23633 (cl-byte-compile-throw): Remove.
23634 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23635
23636 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23637 closures.
23638
23639 * emacs-lisp/cconv.el: New file.
23640
23641 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23642 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23643 (byte-compile-initial-macro-environment):
23644 Handle declare-function here.
23645 (byte-compile--lexical-environment): New var.
23646 (byte-stack-ref, byte-stack-set, byte-discardN)
23647 (byte-discardN-preserve-tos): New lap codes.
23648 (byte-interactive-p): Don't use any more.
23649 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23650 New macros.
23651 (byte-compile-lapcode): Use them and handle new lap codes.
23652 (byte-compile-obsolete): Remove.
23653 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23654 (byte-compile-arglist-warn): Check late def of inlinable funs.
23655 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23656 since they should have been expanded by now.
23657 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23658 (byte-compile-from-buffer): Remove unused second arg.
23659 (byte-compile-preprocess): New function.
23660 (byte-compile-toplevel-file-form): New function to distinguish
23661 file-form calls from outside from file-form calls from hunk-handlers.
23662 (byte-compile-file-form): Simplify.
23663 (byte-compile-file-form-defsubst): Remove.
23664 (byte-compile-file-form-defmumble): Simplify now that
23665 byte-compile-lambda always returns a byte-code-function.
23666 (byte-compile): Preprocess.
23667 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23668 Remove, not used any more.
23669 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23670 (byte-compile-make-args-desc): New funs.
23671 (byte-compile-lambda): Handle lexical functions. Always return
23672 a byte-code-function.
23673 (byte-compile-reserved-constants): New var, to make up room for
23674 closed-over variables.
23675 (byte-compile-constants-vector): Obey it.
23676 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23677 (byte-compile-macroexpand-declare-function): New function.
23678 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23679 byte-code-functions.
23680 (byte-compile-form): Check obsolescence here.
23681 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23682 (byte-compile-variable-ref): Remove.
23683 (byte-compile-dynamic-variable-op): New fun.
23684 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23685 (byte-compile-variable-set): New funs.
23686 (byte-compile-discard): Add 2 args.
23687 (byte-compile-stack-ref, byte-compile-stack-set)
23688 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23689 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23690 macroexpand-all instead.
23691 (byte-compile-quote-form): Remove.
23692 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23693 (byte-compile-bind, byte-compile-unbind): New funs.
23694 (byte-compile-let): Handle let* and lexical binding.
23695 (byte-compile-let*): Remove.
23696 (byte-compile-catch, byte-compile-unwind-protect)
23697 (byte-compile-track-mouse, byte-compile-condition-case):
23698 Handle a new :fun-body form, used for lexical scoping.
23699 (byte-compile-save-window-excursion)
23700 (byte-compile-with-output-to-temp-buffer): Remove.
23701 (byte-compile-defun): Simplify.
23702 (byte-compile-stack-adjustment): New fun.
23703 (byte-compile-out): Use it.
23704 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23705
23706 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23707 handler any more.
23708
23709 * emacs-lisp/byte-opt.el: Use lexical binding.
23710 (byte-inline-lapcode): Remove (to bytecomp).
23711 (byte-compile-inline-expand): Pay attention to inlining to/from
23712 lexically bound code.
23713 (byte-compile-unfold-lambda): Don't handle byte-code-functions
23714 any more.
23715 (byte-optimize-form-code-walker): Don't handle save-window-excursion
23716 any more and don't call compiler-macros.
23717 (byte-compile-splice-in-already-compiled-code): Remove.
23718 (byte-code): Don't inline any more.
23719 (disassemble-offset): Receive `bytes' as argument rather than via
23720 dynamic scoping.
23721 (byte-compile-tag-number): Declare before first use.
23722 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23723 `return' even if make-spliceable.
23724 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23725 obsolete interactive-p.
23726 (byte-optimize-lapcode): Optimize new lap-codes.
23727 Don't trip up on new form of `byte-constant' lap code.
23728
23729 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23730
23731 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23732
23733 * custom.el (custom-initialize-default, custom-declare-variable):
23734 Use `defvar'.
23735
23736 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23737 New variables.
23738 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23739 (COMPILE_FIRST): Add macroexp and cconv.
23740 * makefile.w32-in: Mirror changes in Makefile.in.
23741
23742 * vc/cvs-status.el:
23743 * vc/diff-mode.el:
23744 * vc/log-edit.el:
23745 * vc/log-view.el:
23746 * vc/smerge-mode.el:
23747 * textmodes/bibtex-style.el:
23748 * textmodes/css-mode.el:
23749 * startup.el:
23750 * uniquify.el:
23751 * minibuffer.el:
23752 * newcomment.el:
23753 * reveal.el:
23754 * server.el:
23755 * mpc.el:
23756 * emacs-lisp/smie.el:
23757 * doc-view.el:
23758 * dired.el:
23759 * abbrev.el: Use lexical binding.
23760
23761 2011-04-01 Eli Zaretskii <eliz@gnu.org>
23762
23763 * info.el (info-display-manual): New function.
23764
23765 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23766
23767 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23768
23769 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
23770
23771 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23772 an entry for that server in rcirc-authinfo. (Bug#8385)
23773
23774 2011-03-31 Glenn Morris <rgm@gnu.org>
23775
23776 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23777
23778 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23779
23780 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
23781
23782 * progmodes/python.el (python-default-interpreter)
23783 (python-python-command-args, python-jython-command-args)
23784 (python-which-shell, python-which-args, python-which-bufname)
23785 (python-file-queue, python-comint-output-filter-function)
23786 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23787 variables and functions.
23788
23789 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23790
23791 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23792 (completion-in-region-mode): New minor mode.
23793 (completion-in-region): Use it.
23794 (completion-in-region--data, completion-in-region-mode-map): New vars.
23795 (completion-in-region--postch): New function.
23796 (completion--capf-misbehave-funs, completion--capf-safe-funs):
23797 New vars.
23798 (completion--capf-wrapper): New function.
23799 (completion-at-point): Use it to track well-behavedness of
23800 hook functions.
23801 (completion-help-at-point): New command.
23802
23803 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
23804
23805 * vc/add-log.el (add-change-log-entry): Don't use whitespace
23806 syntax class to search for whitespace on a single line
23807 (Message-ID: <4D938140.4030905@redhat.com>).
23808
23809 2011-03-30 Leo Liu <sdl.web@gmail.com>
23810
23811 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23812 New commands.
23813 (edit-abbrevs-map): Bind them here.
23814 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
23815
23816 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
23817
23818 * allout.el (allout-hide-by-annotation, allout-flag-region):
23819 Reduce possibility of overlay leakage by making them volatile.
23820
23821 * allout-widgets.el (allout-widgets-tally): Define as nil so the
23822 hash is not shared between buffers. Mode initialization is
23823 responsible for giving it a useful starting value.
23824 (allout-item-span): Reduce possibility of overlay leakage by
23825 making them volatile.
23826 (allout-widgets-count-buttons-in-region): Add diagnostic function
23827 for tracking down button overlay leaks.
23828
23829 2011-03-29 Leo Liu <sdl.web@gmail.com>
23830
23831 * ido.el (ido-read-internal): Use the default history var
23832 minibuffer-history if no HISTORY is specified.
23833
23834 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
23835
23836 * net/imap.el (imap-shell-open, imap-process-connection-type):
23837 Use imap-process-connection-type for 'shell' streams as well as
23838 Kerberos, SSL, other subprocesses.
23839
23840 2011-03-28 Leo Liu <sdl.web@gmail.com>
23841
23842 * abbrev.el (abbrev-table-empty-p): New function.
23843 (prepare-abbrev-list-buffer): Place empty abbrev tables after
23844 nonempty ones. (Bug#5937)
23845
23846 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23847
23848 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23849
23850 2011-03-27 Leo Liu <sdl.web@gmail.com>
23851
23852 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23853 for foreground and background colors.
23854 (ansi-color-make-color-map): Adapt.
23855
23856 2011-03-25 Leo Liu <sdl.web@gmail.com>
23857
23858 * midnight.el (midnight-time-float): Remove. Note it calculates
23859 the microsecond component incorrectly and seconds-to-time does the
23860 same job.
23861 Remove redundant (require 'timer).
23862
23863 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23864 (ido-completions): Remove unused arguments. (Bug#8329)
23865
23866 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23867
23868 * minibuffer.el (completion--flush-all-sorted-completions):
23869 Remove itself from hook.
23870 (completion-at-point): Let the functions perform the completion
23871 immediately and return nil or t.
23872 * comint.el (comint-dynamic-complete-functions): Now identical to
23873 completion-at-point-functions.
23874 (comint-dynamic-list-input-ring): Remove unused var `index'.
23875 (comint--match-partial-filename, comint--unquote&expand-filename):
23876 New funs, split from comint-match-partial-filename.
23877 (comint-dynamic-complete): Use completion-at-point.
23878 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23879
23880 2011-03-24 Drew Adams <drew.adams@oracle.com>
23881
23882 * thingatpt.el: Support `defun'.
23883
23884 2011-03-23 Leo Liu <sdl.web@gmail.com>
23885
23886 * abbrevlist.el: Move to obsolete/abbrevlist.el.
23887
23888 * help-mode.el (help-mode-finish): Tweak regexp.
23889
23890 2011-03-23 Glenn Morris <rgm@gnu.org>
23891
23892 * eshell/esh-opt.el (eshell-eval-using-options):
23893 Do not bind unused local variable `eshell-option-stub'.
23894
23895 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23896
23897 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23898
23899 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23900 keymap variable in `with-no-warnings' to avoid a warning when the
23901 keymap has been already `defconst'ed.
23902
23903 2011-03-22 Leo Liu <sdl.web@gmail.com>
23904
23905 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23906 encode all chars in abbrevs; otherwise use emacs-mule or
23907 utf-8-emacs. (Bug#8308)
23908
23909 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23910
23911 * simple.el (backward-delete-char-untabify):
23912 Avoid warning about using `delete-backward-char'.
23913
23914 * image.el (image-type-file-name-regexps): Make it variable.
23915 `imagemagick-register-types' modifies it, and the user may want
23916 to add new extensions for known image types.
23917 (imagemagick-register-types): Throw error if not using ImageMagick.
23918
23919 2011-03-22 Leo Liu <sdl.web@gmail.com>
23920
23921 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23922 located before rcirc-prompt-end-marker.
23923 (rcirc-complete): Error if point is not after rcirc prompt.
23924 Handle the case when table is nil.
23925 (rcirc-user-authenticated): Define to fix compiler warning.
23926
23927 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
23928
23929 * custom.el (custom--inhibit-theme-enable): Make it affect only
23930 custom-theme-set-variables and custom-theme-set-faces.
23931 (provide-theme): Ignore custom--inhibit-theme-enable.
23932 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23933 (custom-enabling-themes): Delete variable.
23934 (enable-theme): Accept only loaded themes as arguments.
23935 Ignore the special custom-enabled-themes variable.
23936 (custom-enabled-themes): Forbid themes from setting this.
23937 Eliminate use of custom-enabling-themes.
23938 (custom-push-theme): Quote "changed" custom var entry.
23939
23940 2011-03-21 Leo Liu <sdl.web@gmail.com>
23941
23942 * ido.el (ido-read-internal): Add ido-selected to history instead
23943 of user input.
23944
23945 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23946
23947 * subr.el (deferred-action-list, deferred-action-function):
23948 Mark obsolete.
23949
23950 2011-03-21 Leo Liu <sdl.web@gmail.com>
23951
23952 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23953 change on 2011-02-13 (bug#8309).
23954
23955 * minibuffer.el (read-file-name-function): Change default value.
23956 (read-file-name--defaults): Rename from read-file-name-defaults.
23957 (read-file-name-default): Rename from read-file-name.
23958 (read-file-name): Call read-file-name-function.
23959
23960 2011-03-21 Glenn Morris <rgm@gnu.org>
23961
23962 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
23963 Doc fixes.
23964
23965 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
23966
23967 * cus-theme.el: Add missing provide statement.
23968 (customize-create-theme): Extract theme value correctly.
23969 (custom-theme-visit-theme): Autoload.
23970 (customize-create-theme): Prompt before inserting default faces.
23971
23972 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
23973
23974 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
23975 units and musical notes.
23976
23977 2011-03-20 Leo Liu <sdl.web@gmail.com>
23978
23979 * ido.el (ido-read-internal): Use completing-read-default.
23980 (ido-completing-read): Fix compatibility with completing-read.
23981
23982 2011-03-20 Christian Ohler <ohler@gnu.org>
23983
23984 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
23985 (ert-delete-all-tests): Use `called-interactively-p' rather than
23986 `interactive-p'.
23987 (ert--make-xrefs-region): Respect END.
23988
23989 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
23990
23991 * dired-aux.el (dired-create-directory): Signal an error if the
23992 directory already exists (Bug#8246).
23993
23994 * facemenu.el (list-colors-display): Call list-faces-display
23995 inside with-help-window.
23996 (list-colors-print): Use display property to align the final
23997 column, instead of checking window-width.
23998
23999 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24000
24001 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
24002 windows-nt systems.
24003 (emerge-protect-metachars): Quote correctly for ms-dos and
24004 windows-nt systems.
24005
24006 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
24007
24008 * info.el (info-initialize): Replace all uses of `:' with
24009 path-separator for compatibility with non-Unix systems.
24010 Cache quoting of path-separator. (Bug#8258)
24011
24012 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
24013
24014 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
24015 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
24016 (mouse-avoidance-mode): Fix typos in docstrings.
24017
24018 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24019
24020 * startup.el (package-subdirectory-regexp): Move from package.el.
24021 Omit \\` and \\', and let callers add them.
24022
24023 * emacs-lisp/package.el (package-strip-version)
24024 (package-load-all-descriptors): Add \\` and \\' to
24025 package-subdirectory-regexp before using it.
24026 (package-untar-buffer): New arg DIR; ensure that file untars only
24027 into this expected directory. Remove superfluous delete-region.
24028 (package-unpack): Caller changed.
24029 (package-tar-file-info): Use package-subdirectory-regexp.
24030
24031 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
24032
24033 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
24034 diff-mode-shared-map (bug#8284).
24035 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24036
24037 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24038
24039 * calendar/time-date.el (format-seconds): Use assoc instead of
24040 assoc-string, since assoc-string doesn't exist in XEmacs.
24041
24042 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24043
24044 * custom.el (custom-known-themes): Reflow docstring.
24045 (custom-theme-load-path): Fix typo in docstring.
24046 (load-theme): Fix typo in error message.
24047 (custom-available-themes, custom-variable-theme-value):
24048 Use `let', not `let*'.
24049
24050 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24051
24052 * calc/README: Mention inclusion of musical notes.
24053
24054 * calc/calc-units.el (calc-lu-quant): Rename from
24055 `calc-logunits-quantity'.
24056 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24057 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24058 (calc-db): Rename from `calc-dblevel'.
24059 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24060 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24061 (calc-np): Rename from `calc-nplevel'.
24062 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24063 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24064 (calc-lu-plus): Rename from `calc-logunits-add'.
24065 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24066 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24067 (calc-lu-minus): Rename from `calc-logunits-sub'.
24068 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24069 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24070 (calc-lu-times): Rename from `calc-logunits-mul'.
24071 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24072 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24073 (calc-lu-divide): Rename from `calc-logunits-div'.
24074 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24075 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24076
24077 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24078 functions being autoloaded.
24079
24080 * calc/calc.el (calc-lu-power-reference): Rename from
24081 `calc-logunits-power-reference'.
24082 (calc-lu-field-reference): Rename from
24083 `calc-logunits-field-reference'.
24084
24085 * calc/calc-help.el (calc-l-prefix-help):
24086 Mention musical note functions.
24087
24088 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24089
24090 * minibuffer.el (completion-all-sorted-completions):
24091 Use :completion-cycle-penalty text property if present.
24092
24093 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24094
24095 * allout.el (allout-yank-processing): Adjust for new rebulleting
24096 regime so bullet being yanked is used without prompting the user
24097 for a choice.
24098
24099 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24100
24101 * startup.el (command-line): Warn the user that _emacs is deprecated.
24102
24103 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24104
24105 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24106 (delphi-verbose, delphi-comment-face, delphi-string-face)
24107 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24108 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24109 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24110 (delphi-new-comment-line, delphi-font-lock-defaults)
24111 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24112 Fix typos in docstrings.
24113
24114 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24115
24116 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24117 Invert the roles of character and string values for INSTEAD, so a
24118 string is used for the more common case of a defaulting prompt.
24119
24120 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24121
24122 * progmodes/ruby-mode.el (ruby-backward-sexp):
24123 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24124 * play/gamegrid.el (gamegrid-make-face):
24125 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24126 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24127 * notifications.el (notifications-notify):
24128 * net/xesam.el (xesam-search-engines):
24129 * net/quickurl.el (quickurl-list-insert):
24130 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24131
24132 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24133
24134 * startup.el (command-line): Update package subdirectory regexp.
24135
24136 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24137
24138 * allout.el (allout-abbreviate-flattened-numbering)
24139 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24140
24141 * subr.el (read-char-choice): Only show the cursor after the prompt,
24142 not after the answer.
24143
24144 2011-03-15 Kevin Ryde <user42@zip.com.au>
24145
24146 * help-fns.el (variable-at-point): Skip leading quotes, if any
24147 (bug#8253).
24148
24149 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24150
24151 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24152 warning message.
24153
24154 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24155
24156 * shell.el (shell): When called interactively, offer to change the
24157 shell file name on remote hosts.
24158
24159 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24160
24161 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24162 integration for LDAP parameters. The host, base, user or binddn,
24163 and secret tokens can be specified in a netrc file, for instance.
24164 This is optional because an `auth-source' parameter must be
24165 specified in the search attributes.
24166
24167 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24168
24169 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24170
24171 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24172
24173 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24174 into declaration. Remove redundant and harmful binding.
24175
24176 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24177
24178 * files.el (file-ownership-preserved-p): Pass `integer' as an
24179 explicit 2nd argument to `file-attributes'. If the file's owner
24180 is the Administrators group on Windows, and the current user is
24181 Administrator, consider that a match.
24182
24183 * server.el (server-ensure-safe-dir): Consider server directory
24184 safe on MS-Windows if its owner is the Administrators group while
24185 the current Emacs user is Administrator. Use `=' to compare
24186 numerical UIDs, since they could be integers or floats.
24187
24188 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24189
24190 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24191
24192 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24193
24194 Sync with Tramp 2.2.1.
24195
24196 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24197
24198 * net/trampver.el: Update release number.
24199
24200 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24201
24202 * progmodes/compile.el (compilation--previous-directory): Fix up
24203 various nil/dead-marker mismatches (bug#8014).
24204 (compilation-directory-properties, compilation-error-properties):
24205 Don't call it at a position past the one we're about to change.
24206
24207 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24208 Disable obsolescence warnings in the file that declares it.
24209
24210 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24211
24212 * allout-widgets.el (allout-widgets-tally):
24213 Initialize allout-widgets-tally as a hash table rather than nil to
24214 prevent mode-line redisplay warnings. Also, clarify the module
24215 description and fix a comment typo.
24216
24217 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24218
24219 * help-fns.el (describe-variable): Don't complete keywords.
24220 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24221
24222 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24223
24224 * emacs-lisp/package.el (package-version-join): Impose a standard
24225 string representation for pre/alpha/beta version lists.
24226 (package-unpack-single): Standardize the directory name by passing
24227 it through package-version-join.
24228 (package-strip-rcs-id): Accept any version string that does not
24229 signal an error in version-to-list.
24230
24231 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24232
24233 * simple.el (delete-trailing-whitespace): Return nil for the
24234 benefit of `write-file-functions'.
24235
24236 2011-03-10 Glenn Morris <rgm@gnu.org>
24237
24238 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24239
24240 * vc/vc-git.el (vc-git-program): New option.
24241 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24242 (vc-git--call): Use it.
24243
24244 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24245
24246 * cus-edit.el (Custom-newline): If no button at point, look
24247 for a subgroup button at start-of-line. (Bug#2298)
24248
24249 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24250
24251 2011-03-10 Julien Danjou <julien@danjou.info>
24252
24253 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24254 `cursor-type' is nil.
24255
24256 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24257
24258 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24259
24260 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24261
24262 * allout.el: Change so yank of distinctive-bullet items
24263 preserves the existing header prefix, rebulleting it if necessary,
24264 rather than replacing it. This is necessary for proper operation
24265 of cooperative addons like allout-widgets.
24266 (allout-make-topic-prefix, allout-rebullet-heading):
24267 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24268 value as alternate bullet to be used, instead of prompting the user
24269 for a bullet character.
24270
24271 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24272
24273 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24274 Do not use `tramp-file-name-port', because this returns also
24275 `tramp-default-port'.
24276
24277 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24278
24279 * net/rcirc.el (rcirc-handler-001): Remove useless
24280 with-rcirc-process-buffer.
24281 (rcirc-check-auth-status): Swap arguments to string-match.
24282
24283 2011-03-09 Glenn Morris <rgm@gnu.org>
24284
24285 * shell.el (shell-mode):
24286 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24287
24288 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24289 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24290
24291 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24292
24293 * emacs-lisp/package.el (package-refresh-contents)
24294 (package-menu-execute): Use condition-case-no-debug.
24295
24296 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24297
24298 * simple.el (shell-command-to-string): Use `process-file'.
24299
24300 * emacs-lisp/package.el (package-tar-file-info): Handle also
24301 remote files.
24302
24303 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24304 Use `equal' for upload base check.
24305
24306 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24307
24308 * textmodes/texinfo.el (texinfo-environments):
24309 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24310
24311 2011-03-08 Glenn Morris <rgm@gnu.org>
24312
24313 * cus-start.el (cursor-in-non-selected-windows):
24314 Fix :set quoting oddness. (Bug#8192)
24315
24316 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24317 in some setf expressions. (Bug#2159)
24318
24319 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24320
24321 * custom.el (custom-available-themes): Return themes in
24322 alphabetical order.
24323
24324 See ChangeLog.15 for earlier changes.
24325
24326 ;; Local Variables:
24327 ;; coding: utf-8
24328 ;; End:
24329
24330 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24331
24332 This file is part of GNU Emacs.
24333
24334 GNU Emacs is free software: you can redistribute it and/or modify
24335 it under the terms of the GNU General Public License as published by
24336 the Free Software Foundation, either version 3 of the License, or
24337 (at your option) any later version.
24338
24339 GNU Emacs is distributed in the hope that it will be useful,
24340 but WITHOUT ANY WARRANTY; without even the implied warranty of
24341 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24342 GNU General Public License for more details.
24343
24344 You should have received a copy of the GNU General Public License
24345 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.